Skip to content

Fix missing import #1099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
docEl.addEventListener('before-try', (e) => {
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
});
});</script><body><h1>Mini</h1><rapi-doc-mini style="min-width:600px; width:600px; border-radius:2px; border: 1px solid #eee; border-top-width:0" spec-url="./specs/mock.yaml" theme="light" schema-style="table" sort-endpoints-by="method" layout="column" paths-expanded="false" match-paths="^get /users/\{userId\}$|^post /users$" match-type="regex"></rapi-doc-mini></body></html>
});</script><body><rapi-doc spec-url="./specs/temp.yaml" id="thedoc" theme="dark" render-style="read" schema-style="tree" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex" persist-auth="true" scroll-behavior="smooth"></rapi-doc></body></html>
Binary file modified dist/index.html.gz
Binary file not shown.
287 changes: 143 additions & 144 deletions dist/rapidoc-min.js

Large diffs are not rendered by default.

Binary file modified dist/rapidoc-min.js.LICENSE.txt.gz
Binary file not shown.
Binary file modified dist/rapidoc-min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/rapidoc-min.js.map

Large diffs are not rendered by default.

Binary file modified dist/rapidoc-min.js.map.gz
Binary file not shown.
273 changes: 264 additions & 9 deletions dist/rapidoc.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/report.html

Large diffs are not rendered by default.

287 changes: 143 additions & 144 deletions docs/rapidoc-min.js

Large diffs are not rendered by default.

273 changes: 264 additions & 9 deletions docs/rapidoc.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/json-schema-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import 'prismjs/components/prism-python';
import 'prismjs/components/prism-http';
import 'prismjs/components/prism-csharp';
import 'prismjs/components/prism-typescript';
import 'prismjs/components/prism-javadoclike';
import 'prismjs/components/prism-jsdoc';

// Styles
Expand Down