@scalar/api-reference 1.22.9 → 1.22.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/README.md +1 -1
- package/dist/Brackets-BcvH-CzZ-EHjsm1OA.cjs +1 -0
- package/dist/Brackets-BcvH-CzZ-nFXEjj81.js +21 -0
- package/dist/Branch-H5HxSfdF-DEntXp0J.cjs +1 -0
- package/dist/Branch-H5HxSfdF-F54Kv9Hs.js +42 -0
- package/dist/Cookie-Bza3NN_O-9PzPbpn7.js +39 -0
- package/dist/Cookie-Bza3NN_O-C1JR2kUK.cjs +1 -0
- package/dist/browser/standalone.js +26 -12
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/index.cjs +498 -1019
- package/dist/index.css +1 -1
- package/dist/index.js +5509 -6001
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.22.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b24b455: chore: beautiful license banner in the CDN version
|
|
8
|
+
- 43e1217: feat: new scalar galaxy example specification
|
|
9
|
+
- Updated dependencies [86d1363]
|
|
10
|
+
- Updated dependencies [bc3f3af]
|
|
11
|
+
- @scalar/themes@0.7.4
|
|
12
|
+
- @scalar/components@0.5.3
|
|
13
|
+
- @scalar/api-client@1.2.6
|
|
14
|
+
|
|
15
|
+
## 1.22.10
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [e8ef57e]
|
|
20
|
+
- Updated dependencies [1353154]
|
|
21
|
+
- @scalar/components@0.5.2
|
|
22
|
+
- @scalar/api-client@1.2.5
|
|
23
|
+
|
|
3
24
|
## 1.22.9
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ Directly pass an OpenAPI/Swagger spec.
|
|
|
55
55
|
Pass the URL of a spec file (JSON or Yaml).
|
|
56
56
|
|
|
57
57
|
```vue
|
|
58
|
-
<ApiReference :configuration="{ spec: { url: '/
|
|
58
|
+
<ApiReference :configuration="{ spec: { url: '/openapi.json' } }" />
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
#### proxyUrl?: string
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",fill:"none"},n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M9.076 2H8.54c-.764 0-1.384.62-1.384 1.385V7.6a2.77 2.77 0 0 1-1.724 2.564L3.385 11l2.048.835A2.77 2.77 0 0 1 7.157 14.4v4.217c0 .764.62 1.384 1.384 1.384h.535m3.848-18h.535c.764 0 1.384.62 1.384 1.385V7.6a2.77 2.77 0 0 0 1.724 2.564l2.048.835-2.048.835a2.77 2.77 0 0 0-1.724 2.564v4.217c0 .764-.62 1.384-1.384 1.384h-.535"},null,-1),o=[n];function r(c,s){return e.openBlock(),e.createElementBlock("svg",t,[...o])}const l={render:r};exports.default=l;exports.render=r;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as r, createElementVNode as n } from "vue";
|
|
2
|
+
const o = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none"
|
|
5
|
+
}, t = /* @__PURE__ */ n("path", {
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-width": "1.5",
|
|
10
|
+
d: "M9.076 2H8.54c-.764 0-1.384.62-1.384 1.385V7.6a2.77 2.77 0 0 1-1.724 2.564L3.385 11l2.048.835A2.77 2.77 0 0 1 7.157 14.4v4.217c0 .764.62 1.384 1.384 1.384h.535m3.848-18h.535c.764 0 1.384.62 1.384 1.385V7.6a2.77 2.77 0 0 0 1.724 2.564l2.048.835-2.048.835a2.77 2.77 0 0 0-1.724 2.564v4.217c0 .764-.62 1.384-1.384 1.384h-.535"
|
|
11
|
+
}, null, -1), l = [
|
|
12
|
+
t
|
|
13
|
+
];
|
|
14
|
+
function c(s, a) {
|
|
15
|
+
return e(), r("svg", o, [...l]);
|
|
16
|
+
}
|
|
17
|
+
const h = { render: c };
|
|
18
|
+
export {
|
|
19
|
+
h as default,
|
|
20
|
+
c as render
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",fill:"none"},o=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M15 7v4.474H7M7 7v8"},null,-1),n=e.createElementVNode("circle",{cx:"7",cy:"4",r:"2.25",stroke:"currentColor","stroke-width":"1.5"},null,-1),l=e.createElementVNode("circle",{cx:"7",cy:"18",r:"2.25",stroke:"currentColor","stroke-width":"1.5"},null,-1),c=e.createElementVNode("circle",{cx:"15",cy:"4",r:"2.25",stroke:"currentColor","stroke-width":"1.5"},null,-1),s=[o,n,l,c];function r(d,i){return e.openBlock(),e.createElementBlock("svg",t,[...s])}const u={render:r};exports.default=u;exports.render=r;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none"
|
|
5
|
+
}, n = /* @__PURE__ */ r("path", {
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-width": "1.5",
|
|
10
|
+
d: "M15 7v4.474H7M7 7v8"
|
|
11
|
+
}, null, -1), l = /* @__PURE__ */ r("circle", {
|
|
12
|
+
cx: "7",
|
|
13
|
+
cy: "4",
|
|
14
|
+
r: "2.25",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "1.5"
|
|
17
|
+
}, null, -1), c = /* @__PURE__ */ r("circle", {
|
|
18
|
+
cx: "7",
|
|
19
|
+
cy: "18",
|
|
20
|
+
r: "2.25",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
"stroke-width": "1.5"
|
|
23
|
+
}, null, -1), s = /* @__PURE__ */ r("circle", {
|
|
24
|
+
cx: "15",
|
|
25
|
+
cy: "4",
|
|
26
|
+
r: "2.25",
|
|
27
|
+
stroke: "currentColor",
|
|
28
|
+
"stroke-width": "1.5"
|
|
29
|
+
}, null, -1), i = [
|
|
30
|
+
n,
|
|
31
|
+
l,
|
|
32
|
+
c,
|
|
33
|
+
s
|
|
34
|
+
];
|
|
35
|
+
function k(u, d) {
|
|
36
|
+
return e(), o("svg", t, [...i]);
|
|
37
|
+
}
|
|
38
|
+
const a = { render: k };
|
|
39
|
+
export {
|
|
40
|
+
a as default,
|
|
41
|
+
k as render
|
|
42
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { openBlock as l, createElementBlock as e, createElementVNode as r } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none"
|
|
5
|
+
}, o = /* @__PURE__ */ r("path", {
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-width": "1.5",
|
|
10
|
+
d: "M14.463 7.469A3.462 3.462 0 0 1 11.001 2a9 9 0 1 0 8.975 8.326 3.462 3.462 0 0 1-5.513-2.857"
|
|
11
|
+
}, null, -1), c = /* @__PURE__ */ r("circle", {
|
|
12
|
+
cx: "8.154",
|
|
13
|
+
cy: "12.898",
|
|
14
|
+
r: ".949",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}, null, -1), t = /* @__PURE__ */ r("circle", {
|
|
17
|
+
cx: "11.949",
|
|
18
|
+
cy: "13.847",
|
|
19
|
+
r: ".949",
|
|
20
|
+
fill: "currentColor"
|
|
21
|
+
}, null, -1), i = /* @__PURE__ */ r("circle", {
|
|
22
|
+
cx: "9.102",
|
|
23
|
+
cy: "8.153",
|
|
24
|
+
r: ".949",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}, null, -1), u = [
|
|
27
|
+
o,
|
|
28
|
+
c,
|
|
29
|
+
t,
|
|
30
|
+
i
|
|
31
|
+
];
|
|
32
|
+
function s(a, d) {
|
|
33
|
+
return l(), e("svg", n, [...u]);
|
|
34
|
+
}
|
|
35
|
+
const k = { render: s };
|
|
36
|
+
export {
|
|
37
|
+
k as default,
|
|
38
|
+
s as render
|
|
39
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),l={xmlns:"http://www.w3.org/2000/svg",fill:"none"},t=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M14.463 7.469A3.462 3.462 0 0 1 11.001 2a9 9 0 1 0 8.975 8.326 3.462 3.462 0 0 1-5.513-2.857"},null,-1),n=e.createElementVNode("circle",{cx:"8.154",cy:"12.898",r:".949",fill:"currentColor"},null,-1),o=e.createElementVNode("circle",{cx:"11.949",cy:"13.847",r:".949",fill:"currentColor"},null,-1),c=e.createElementVNode("circle",{cx:"9.102",cy:"8.153",r:".949",fill:"currentColor"},null,-1),u=[t,n,o,c];function r(d,s){return e.openBlock(),e.createElementBlock("svg",l,[...u])}const i={render:r};exports.default=i;exports.render=r;
|