Skip to content

Commit 57ab3d4

Browse files
committed
fixes #658 unable to work with vue2 due to @openapitools/openapi-parser package was using certain modern syntax that was not transpiled
1 parent 1607368 commit 57ab3d4

15 files changed

+21904
-7439
lines changed

dist/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>RapiDoc</title><script defer="defer" src="rapidoc-min.js"></script></head><script>window.addEventListener('DOMContentLoaded', (event) => {
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>RapiDoc</title><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"><script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script><script defer="defer" src="rapidoc-min.js"></script></head><script>window.addEventListener('DOMContentLoaded', (event) => {
22
const docEl = document.getElementById('thedoc');
33
docEl.addEventListener('before-try', (e) => {
44
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
55
});
6-
});</script><body><rapi-doc spec-url="./specs/temp.json" id="thedoc" theme="dark" render-style="read" schema-style="tree" 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-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" match-type="regex" persist-auth="true"></rapi-doc></body></html>
6+
});</script><body><rapi-doc spec-url="./specs/temp.yaml" id="thedoc" theme="dark" render-style="read" schema-style="tree" 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-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc></body></html>

dist/index.html.gz

93 Bytes
Binary file not shown.

dist/rapidoc-min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.LICENSE.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
3131

32+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
33+
3234
/**
3335
* @license
3436
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
@@ -68,7 +70,7 @@
6870

6971
/**
7072
* @preserve
71-
* RapiDoc 9.1.5-beta - WebComponent to View OpenAPI docs
73+
* RapiDoc 9.1.8 - WebComponent to View OpenAPI docs
7274
* License: MIT
7375
* Repo : https://github.com/mrin9/RapiDoc
7476
* Author : Mrinmoy Majumdar

dist/rapidoc-min.js.LICENSE.txt.gz

19 Bytes
Binary file not shown.

dist/rapidoc-min.js.gz

23.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)