@scalar/api-reference 1.32.7 → 1.32.9
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 +38 -0
- package/dist/browser/standalone.js +15835 -15738
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/Anchor.vue2.js +2 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +1 -1
- package/dist/components/Content/Content.vue2.js +24 -24
- package/dist/components/Content/Models/Models.vue2.js +5 -4
- package/dist/components/Content/Models/ModelsAccordion.vue2.js +2 -1
- package/dist/components/Content/Schema/Schema.vue2.js +2 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +14 -7
- package/dist/components/Content/Tag/OperationsList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/OperationsList.vue.js +1 -1
- package/dist/components/Content/Tag/OperationsList.vue2.js +18 -22
- package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/OperationsListItem.vue.js +2 -2
- package/dist/components/Content/Tag/OperationsListItem.vue2.js +33 -34
- package/dist/components/Content/Tag/Tag.vue.js +2 -1
- package/dist/components/Content/Tag/TagSection.vue.d.ts.map +1 -1
- package/dist/components/GettingStarted.vue2.js +8 -6
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.js +1 -1
- package/dist/components/Section/SectionAccordion.vue2.js +28 -29
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.js +2 -2
- package/dist/components/Section/SectionContainerAccordion.vue2.js +17 -18
- package/dist/features/Operation/components/ContentTypeSelect.vue.js +8 -7
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
- package/dist/features/Operation/components/callbacks/Callback.vue2.js +15 -15
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callbacks.vue.js +8 -8
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +87 -75
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +20 -18
- package/dist/features/Search/SearchButton.vue.js +2 -1
- package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchModal.vue.js +2 -2
- package/dist/features/Search/SearchModal.vue2.js +16 -16
- package/dist/features/api-client-modal/useApiClient.d.ts +84 -4
- package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
- package/dist/features/download-link/DownloadLink.vue2.js +4 -2
- package/dist/features/example-request/ExamplePicker.vue2.js +10 -9
- package/dist/features/example-request/ExampleRequest.vue.d.ts +10 -4
- package/dist/features/example-request/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/example-request/ExampleRequest.vue.js +1 -1
- package/dist/features/example-request/ExampleRequest.vue2.js +108 -121
- package/dist/{components/Card/CardTab.vue.d.ts → features/example-responses/ExampleResponseTab.vue.d.ts} +1 -1
- package/dist/features/example-responses/ExampleResponseTab.vue.d.ts.map +1 -0
- package/dist/features/example-responses/ExampleResponseTab.vue.js +7 -0
- package/dist/{components/Card/CardTab.vue2.js → features/example-responses/ExampleResponseTab.vue2.js} +6 -6
- package/dist/{components/Card/CardTabHeader.vue.d.ts → features/example-responses/ExampleResponseTabList.vue.d.ts} +3 -3
- package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts.map +1 -0
- package/dist/features/example-responses/ExampleResponseTabList.vue.js +7 -0
- package/dist/{components/Card/CardTabHeader.vue2.js → features/example-responses/ExampleResponseTabList.vue2.js} +9 -9
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponses.vue2.js +81 -89
- package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
- package/dist/features/test-request-button/TestRequestButton.vue.js +1 -1
- package/dist/features/test-request-button/TestRequestButton.vue2.js +12 -12
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -33
- package/dist/style.css +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
- package/package.json +24 -24
- package/dist/components/Card/Card.vue.d.ts +0 -18
- package/dist/components/Card/Card.vue.d.ts.map +0 -1
- package/dist/components/Card/Card.vue.js +0 -13
- package/dist/components/Card/CardContent.vue.d.ts +0 -19
- package/dist/components/Card/CardContent.vue.d.ts.map +0 -1
- package/dist/components/Card/CardContent.vue.js +0 -7
- package/dist/components/Card/CardContent.vue2.js +0 -27
- package/dist/components/Card/CardFooter.vue.d.ts +0 -19
- package/dist/components/Card/CardFooter.vue.d.ts.map +0 -1
- package/dist/components/Card/CardFooter.vue.js +0 -7
- package/dist/components/Card/CardFooter.vue2.js +0 -24
- package/dist/components/Card/CardHeader.vue.d.ts +0 -20
- package/dist/components/Card/CardHeader.vue.d.ts.map +0 -1
- package/dist/components/Card/CardHeader.vue.js +0 -7
- package/dist/components/Card/CardHeader.vue2.js +0 -31
- package/dist/components/Card/CardTab.vue.d.ts.map +0 -1
- package/dist/components/Card/CardTab.vue.js +0 -7
- package/dist/components/Card/CardTabHeader.vue.d.ts.map +0 -1
- package/dist/components/Card/CardTabHeader.vue.js +0 -7
- package/dist/components/Card/index.d.ts +0 -7
- package/dist/components/Card/index.d.ts.map +0 -1
- package/dist/components/Card/types.d.ts +0 -8
- package/dist/components/Card/types.d.ts.map +0 -1
|
@@ -1,162 +1,154 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import { normalizeMimeTypeObject as
|
|
4
|
-
import { useClipboard as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import G from "../../components/Card/CardTab.vue.js";
|
|
10
|
-
import Q from "../../components/Card/CardContent.vue.js";
|
|
11
|
-
import X from "../../components/Card/CardFooter.vue.js";
|
|
1
|
+
import { defineComponent as N, useId as O, ref as E, computed as v, createBlock as t, createCommentVNode as x, openBlock as o, unref as l, withCtx as u, createVNode as k, createElementBlock as f, Fragment as j, renderList as C, createTextVNode as R, toDisplayString as F, withDirectives as I, createElementVNode as T, vModelCheckbox as A } from "vue";
|
|
2
|
+
import { ScalarCard as D, ScalarIcon as K, ScalarCardSection as L, ScalarCodeBlock as P, ScalarCardFooter as U, ScalarMarkdown as J } from "@scalar/components";
|
|
3
|
+
import { normalizeMimeTypeObject as W, getObjectKeys as q } from "@scalar/oas-utils/helpers";
|
|
4
|
+
import { useClipboard as G } from "@scalar/use-hooks/useClipboard";
|
|
5
|
+
import H from "../../components/ScreenReader.vue.js";
|
|
6
|
+
import V from "./ExampleResponse.vue.js";
|
|
7
|
+
import Q from "./ExampleResponseTab.vue.js";
|
|
8
|
+
import X from "./ExampleResponseTabList.vue.js";
|
|
12
9
|
import Y from "../example-request/ExamplePicker.vue.js";
|
|
13
10
|
const Z = {
|
|
14
11
|
key: 1,
|
|
15
12
|
class: "scalar-card-checkbox"
|
|
16
|
-
}, $ = ["aria-controls"], z = {
|
|
13
|
+
}, $ = ["aria-controls"], z = {
|
|
17
14
|
key: 1,
|
|
18
15
|
class: "response-description"
|
|
19
|
-
},
|
|
16
|
+
}, ne = /* @__PURE__ */ N({
|
|
20
17
|
__name: "ExampleResponses",
|
|
21
18
|
props: {
|
|
22
19
|
responses: {}
|
|
23
20
|
},
|
|
24
|
-
setup(
|
|
25
|
-
const n =
|
|
26
|
-
() => !!
|
|
27
|
-
),
|
|
21
|
+
setup(g) {
|
|
22
|
+
const n = O(), { copyToClipboard: _ } = G(), p = E(), S = v(() => Object.keys(g.responses ?? {}).sort()), y = v(
|
|
23
|
+
() => !!s.value.examples
|
|
24
|
+
), w = E(0), i = v(() => {
|
|
28
25
|
var a;
|
|
29
|
-
const e =
|
|
30
|
-
return (a =
|
|
31
|
-
}),
|
|
26
|
+
const e = S.value[w.value];
|
|
27
|
+
return (a = g.responses) == null ? void 0 : a[e];
|
|
28
|
+
}), s = v(() => {
|
|
32
29
|
var m;
|
|
33
|
-
const e =
|
|
30
|
+
const e = W(
|
|
34
31
|
(m = i.value) == null ? void 0 : m.content
|
|
35
|
-
), a =
|
|
32
|
+
), a = q(e ?? {});
|
|
36
33
|
return (
|
|
37
34
|
// OpenAPI 3.x
|
|
38
35
|
(e == null ? void 0 : e["application/json"]) ?? (e == null ? void 0 : e["application/xml"]) ?? (e == null ? void 0 : e["text/plain"]) ?? (e == null ? void 0 : e["text/html"]) ?? (e == null ? void 0 : e["*/*"]) ?? // Take the first key - in the future we may want to use the selected content type
|
|
39
36
|
(e == null ? void 0 : e[a[0]]) ?? // Swagger 2.0
|
|
40
37
|
i.value
|
|
41
38
|
);
|
|
42
|
-
}),
|
|
39
|
+
}), B = () => {
|
|
43
40
|
if (!y.value)
|
|
44
|
-
return
|
|
45
|
-
if (Array.isArray(
|
|
46
|
-
return
|
|
47
|
-
const e = Object.keys(
|
|
48
|
-
return
|
|
41
|
+
return s.value.example;
|
|
42
|
+
if (Array.isArray(s.value.examples))
|
|
43
|
+
return s.value.examples[0];
|
|
44
|
+
const e = Object.keys(s.value.examples)[0], a = s.value.examples[e];
|
|
45
|
+
return (a == null ? void 0 : a.value) ?? a;
|
|
49
46
|
}, b = v(() => ({
|
|
50
|
-
...
|
|
51
|
-
example: y.value && p.value ?
|
|
52
|
-
})),
|
|
53
|
-
|
|
54
|
-
},
|
|
55
|
-
return (e, a) =>
|
|
47
|
+
...s.value,
|
|
48
|
+
example: y.value && p.value ? s.value.examples[p.value].value ?? s.value.examples[p.value] : B()
|
|
49
|
+
})), M = (e) => {
|
|
50
|
+
w.value = e, p.value = void 0;
|
|
51
|
+
}, h = E(!1);
|
|
52
|
+
return (e, a) => S.value.length ? (o(), t(l(D), {
|
|
56
53
|
key: 0,
|
|
57
54
|
"aria-label": "Example Responses",
|
|
58
|
-
role: "region"
|
|
55
|
+
role: "region",
|
|
56
|
+
class: "response-card"
|
|
59
57
|
}, {
|
|
60
58
|
default: u(() => {
|
|
61
59
|
var m;
|
|
62
60
|
return [
|
|
63
|
-
|
|
64
|
-
muted: "",
|
|
65
|
-
x: "as",
|
|
66
|
-
onChange: B
|
|
67
|
-
}, {
|
|
61
|
+
k(X, { onChange: M }, {
|
|
68
62
|
actions: u(() => {
|
|
69
|
-
var
|
|
63
|
+
var r, d;
|
|
70
64
|
return [
|
|
71
|
-
(
|
|
65
|
+
(r = s.value) != null && r.example ? (o(), f("button", {
|
|
72
66
|
key: 0,
|
|
73
67
|
class: "code-copy",
|
|
74
68
|
type: "button",
|
|
75
69
|
onClick: a[0] || (a[0] = () => {
|
|
76
70
|
var c;
|
|
77
|
-
return
|
|
71
|
+
return l(_)((c = s.value) == null ? void 0 : c.example);
|
|
78
72
|
})
|
|
79
73
|
}, [
|
|
80
|
-
|
|
74
|
+
k(l(K), {
|
|
81
75
|
icon: "Clipboard",
|
|
82
76
|
width: "12px"
|
|
83
77
|
})
|
|
84
78
|
])) : x("", !0),
|
|
85
|
-
(d =
|
|
79
|
+
(d = s.value) != null && d.schema ? (o(), f("label", Z, [
|
|
86
80
|
a[4] || (a[4] = R(" Show Schema ")),
|
|
87
|
-
I(
|
|
88
|
-
"onUpdate:modelValue": a[1] || (a[1] = (c) =>
|
|
89
|
-
"aria-controls":
|
|
81
|
+
I(T("input", {
|
|
82
|
+
"onUpdate:modelValue": a[1] || (a[1] = (c) => h.value = c),
|
|
83
|
+
"aria-controls": l(n),
|
|
90
84
|
class: "scalar-card-checkbox-input",
|
|
91
85
|
type: "checkbox"
|
|
92
86
|
}, null, 8, $), [
|
|
93
|
-
[A,
|
|
87
|
+
[A, h.value]
|
|
94
88
|
]),
|
|
95
|
-
a[5] || (a[5] =
|
|
89
|
+
a[5] || (a[5] = T("span", { class: "scalar-card-checkbox-checkmark" }, null, -1))
|
|
96
90
|
])) : x("", !0)
|
|
97
91
|
];
|
|
98
92
|
}),
|
|
99
93
|
default: u(() => [
|
|
100
|
-
(o(!0),
|
|
101
|
-
key:
|
|
102
|
-
"aria-controls":
|
|
94
|
+
(o(!0), f(j, null, C(S.value, (r) => (o(), t(Q, {
|
|
95
|
+
key: r,
|
|
96
|
+
"aria-controls": l(n)
|
|
103
97
|
}, {
|
|
104
98
|
default: u(() => [
|
|
105
|
-
|
|
99
|
+
k(H, null, {
|
|
106
100
|
default: u(() => a[3] || (a[3] = [
|
|
107
101
|
R("Status:")
|
|
108
102
|
])),
|
|
109
|
-
_: 1
|
|
103
|
+
_: 1,
|
|
104
|
+
__: [3]
|
|
110
105
|
}),
|
|
111
|
-
R(" " + F(
|
|
106
|
+
R(" " + F(r), 1)
|
|
112
107
|
]),
|
|
113
108
|
_: 2
|
|
114
109
|
}, 1032, ["aria-controls"]))), 128))
|
|
115
110
|
]),
|
|
116
111
|
_: 1
|
|
117
112
|
}),
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}, null, 8, ["id", "content"])) : (o(), r(T, {
|
|
131
|
-
key: 1,
|
|
132
|
-
id: s(n),
|
|
133
|
-
response: b.value
|
|
134
|
-
}, null, 8, ["id", "response"]))
|
|
135
|
-
], 64)) : (o(), r(T, {
|
|
113
|
+
k(l(L), { class: "grid flex-1" }, {
|
|
114
|
+
default: u(() => {
|
|
115
|
+
var r;
|
|
116
|
+
return [
|
|
117
|
+
(r = s.value) != null && r.schema ? (o(), f(j, { key: 0 }, [
|
|
118
|
+
h.value && b.value ? (o(), t(l(P), {
|
|
119
|
+
key: 0,
|
|
120
|
+
id: l(n),
|
|
121
|
+
class: "-outline-offset-2",
|
|
122
|
+
content: b.value,
|
|
123
|
+
lang: "json"
|
|
124
|
+
}, null, 8, ["id", "content"])) : (o(), t(V, {
|
|
136
125
|
key: 1,
|
|
137
|
-
id:
|
|
126
|
+
id: l(n),
|
|
138
127
|
response: b.value
|
|
139
128
|
}, null, 8, ["id", "response"]))
|
|
140
|
-
]
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
129
|
+
], 64)) : (o(), t(V, {
|
|
130
|
+
key: 1,
|
|
131
|
+
id: l(n),
|
|
132
|
+
response: b.value
|
|
133
|
+
}, null, 8, ["id", "response"]))
|
|
134
|
+
];
|
|
135
|
+
}),
|
|
136
|
+
_: 1
|
|
137
|
+
}),
|
|
138
|
+
(m = i.value) != null && m.description || y.value ? (o(), t(l(U), {
|
|
146
139
|
key: 0,
|
|
147
|
-
class: "response-card-footer"
|
|
148
|
-
muted: ""
|
|
140
|
+
class: "response-card-footer"
|
|
149
141
|
}, {
|
|
150
142
|
default: u(() => {
|
|
151
|
-
var
|
|
143
|
+
var r, d;
|
|
152
144
|
return [
|
|
153
|
-
y.value ? (o(),
|
|
145
|
+
y.value ? (o(), t(l(Y), {
|
|
154
146
|
key: 0,
|
|
155
147
|
class: "response-example-selector",
|
|
156
|
-
examples: (
|
|
148
|
+
examples: (r = s.value) == null ? void 0 : r.examples,
|
|
157
149
|
"onUpdate:modelValue": a[2] || (a[2] = (c) => p.value = c)
|
|
158
|
-
}, null, 8, ["examples"])) : (d = i.value) != null && d.description ? (o(),
|
|
159
|
-
|
|
150
|
+
}, null, 8, ["examples"])) : (d = i.value) != null && d.description ? (o(), f("div", z, [
|
|
151
|
+
k(l(J), {
|
|
160
152
|
class: "markdown",
|
|
161
153
|
value: i.value.description
|
|
162
154
|
}, null, 8, ["value"])
|
|
@@ -172,5 +164,5 @@ const Z = {
|
|
|
172
164
|
}
|
|
173
165
|
});
|
|
174
166
|
export {
|
|
175
|
-
|
|
167
|
+
ne as default
|
|
176
168
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../src/features/test-request-button/TestRequestButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../src/features/test-request-button/TestRequestButton.vue"],"names":[],"mappings":"AAqFA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAS/E,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC,CAAA;CAC3D,CAAC;;AAuGF,wBAMG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "./TestRequestButton.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-
|
|
4
|
+
const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-321199ae"]]);
|
|
5
5
|
export {
|
|
6
6
|
a as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as d, computed as c, createElementBlock as i, openBlock as r, withModifiers as f, createVNode as a, createElementVNode as h, unref as k, withCtx as C, createTextVNode as s, toDisplayString as u, Fragment as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import { useConfig as
|
|
1
|
+
import { defineComponent as d, computed as c, createElementBlock as i, openBlock as r, withModifiers as f, createVNode as a, createElementVNode as h, unref as k, withCtx as C, createTextVNode as s, toDisplayString as u, Fragment as g } from "vue";
|
|
2
|
+
import { ScalarIconPlay as y } from "@scalar/icons";
|
|
3
|
+
import B from "../../components/ScreenReader.vue.js";
|
|
4
|
+
import { useConfig as b } from "../../hooks/useConfig.js";
|
|
5
5
|
import { useApiClient as q } from "../api-client-modal/useApiClient.js";
|
|
6
6
|
const v = ["method"], S = /* @__PURE__ */ d({
|
|
7
7
|
__name: "TestRequestButton",
|
|
@@ -9,33 +9,33 @@ const v = ["method"], S = /* @__PURE__ */ d({
|
|
|
9
9
|
operation: {}
|
|
10
10
|
},
|
|
11
11
|
setup(o) {
|
|
12
|
-
const { client: t } = q(),
|
|
13
|
-
() =>
|
|
12
|
+
const { client: t } = q(), l = b(), p = c(
|
|
13
|
+
() => l.value.hideTestRequestButton !== !0
|
|
14
14
|
), m = () => {
|
|
15
15
|
var e;
|
|
16
16
|
o.operation && ((e = t == null ? void 0 : t.value) != null && e.open) && t.value.open({
|
|
17
17
|
requestUid: o.operation.uid
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
|
-
return (e, n) => e.operation &&
|
|
20
|
+
return (e, n) => e.operation && p.value ? (r(), i("button", {
|
|
21
21
|
key: 0,
|
|
22
22
|
class: "show-api-client-button",
|
|
23
23
|
method: e.operation.method,
|
|
24
24
|
type: "button",
|
|
25
25
|
onClick: f(m, ["stop"])
|
|
26
26
|
}, [
|
|
27
|
-
a(k(
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
a(k(y), {
|
|
28
|
+
class: "size-3",
|
|
29
|
+
weight: "fill"
|
|
30
30
|
}),
|
|
31
31
|
n[0] || (n[0] = h("span", null, "Test Request", -1)),
|
|
32
|
-
a(
|
|
32
|
+
a(B, null, {
|
|
33
33
|
default: C(() => [
|
|
34
34
|
s("(" + u(e.operation.method) + " " + u(e.operation.path) + ")", 1)
|
|
35
35
|
]),
|
|
36
36
|
_: 1
|
|
37
37
|
})
|
|
38
|
-
], 8, v)) : (r(), i(
|
|
38
|
+
], 8, v)) : (r(), i(g, { key: 1 }, [
|
|
39
39
|
s(" ")
|
|
40
40
|
], 64));
|
|
41
41
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ export { SearchButton, SearchModal } from './features/Search';
|
|
|
4
4
|
export { default as GettingStarted } from './components/GettingStarted.vue.js';
|
|
5
5
|
export { createApiReference } from './standalone/lib/html-api.js';
|
|
6
6
|
export { useSidebar, Sidebar } from './features/sidebar';
|
|
7
|
-
export { Card, CardHeader, CardContent, CardFooter, CardTabHeader, CardTab } from './components/Card';
|
|
8
7
|
export { parse } from './helpers/parse.js';
|
|
9
8
|
export { createEmptySpecification } from './libs/openapi.js';
|
|
10
9
|
export { useNavState } from './hooks/useNavState.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACnF,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAE7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9D,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACnF,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAE7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9D,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAGxD,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AAChE,YAAY,EACV,yBAAyB,EACzB,cAAc,GACf,MAAM,SAAS,CAAA"}
|