@scalar/api-reference 1.25.7 → 1.25.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 +48 -0
- package/dist/browser/standalone.js +10860 -11303
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiClientModal.vue.js +5 -5
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +56 -53
- package/dist/components/Content/Authentication/Authentication.vue.js +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.d.ts +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue2.js +9 -9
- package/dist/components/Content/Models/Models.vue.d.ts +1 -1
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.js +1 -1
- package/dist/components/Content/Models/Models.vue2.js +65 -42
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +1 -1
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModelsAccordion.vue.js +1 -1
- package/dist/components/Content/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/Operation.vue.js +2 -2
- package/dist/components/Content/Operation/Operation.vue2.js +46 -59
- package/dist/components/Content/Schema/Schema.vue.d.ts +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +2 -2
- package/dist/components/Content/Schema/Schema.vue2.js +18 -18
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaHeading.vue2.js +14 -14
- package/dist/components/Content/Webhooks/Webhook.vue.d.ts.map +1 -1
- package/dist/components/Content/Webhooks/Webhook.vue.js +5 -33
- package/dist/components/Content/Webhooks/Webhook.vue2.js +37 -2
- package/dist/components/Content/Webhooks/Webhooks.vue.d.ts.map +1 -1
- package/dist/components/Content/Webhooks/Webhooks.vue.js +2 -2
- package/dist/components/Content/Webhooks/Webhooks.vue2.js +93 -62
- package/dist/components/Section/CompactSection.vue.d.ts +28 -0
- package/dist/components/Section/CompactSection.vue.d.ts.map +1 -0
- package/dist/components/Section/CompactSection.vue.js +7 -0
- package/dist/components/Section/CompactSection.vue2.js +59 -0
- package/dist/components/Section/index.d.ts +1 -0
- package/dist/components/Section/index.d.ts.map +1 -1
- package/dist/{components/Content/Models/CollapsedModel.vue.d.ts → embeds/ExampleRequest/ExampleRequest.vue.d.ts} +9 -5
- package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -0
- package/dist/embeds/ExampleRequest/index.d.ts +2 -0
- package/dist/embeds/ExampleRequest/index.d.ts.map +1 -0
- package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts +508 -0
- package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -0
- package/dist/embeds/OpenApiDocument/index.d.ts +3 -0
- package/dist/embeds/OpenApiDocument/index.d.ts.map +1 -0
- package/dist/embeds/OpenApiDocument/types.d.ts +3 -0
- package/dist/embeds/OpenApiDocument/types.d.ts.map +1 -0
- package/dist/embeds/index.d.ts +3 -0
- package/dist/embeds/index.d.ts.map +1 -0
- package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/BaseUrl.vue.js +24 -74
- package/dist/features/BaseUrl/types.d.ts +1 -1
- package/dist/features/BaseUrl/types.d.ts.map +1 -1
- package/dist/features/BaseUrl/utils/getServers.d.ts +3 -2
- package/dist/features/BaseUrl/utils/getServers.d.ts.map +1 -1
- package/dist/{components/Content/Introduction/DownloadSpec.vue.d.ts → features/DownloadLink/DownloadLink.vue.d.ts} +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -0
- package/dist/features/DownloadLink/DownloadLink.vue.js +7 -0
- package/dist/features/DownloadLink/DownloadLink.vue2.js +36 -0
- package/dist/features/DownloadLink/index.d.ts +2 -0
- package/dist/features/DownloadLink/index.d.ts.map +1 -0
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +1 -3
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +127 -122
- package/dist/helpers/createEmptySpecification.d.ts +1 -1
- package/dist/helpers/createEmptySpecification.d.ts.map +1 -1
- package/dist/helpers/getApiClientRequest.d.ts +1 -1
- package/dist/helpers/getApiClientRequest.d.ts.map +1 -1
- package/dist/helpers/getHarRequest.d.ts.map +1 -1
- package/dist/helpers/getHarRequest.js +8 -15
- package/dist/helpers/getModels.d.ts +1 -1
- package/dist/helpers/getModels.d.ts.map +1 -1
- package/dist/helpers/openClientFor.d.ts +1 -1
- package/dist/helpers/openClientFor.d.ts.map +1 -1
- package/dist/helpers/openClientFor.js +5 -5
- package/dist/helpers/parse.d.ts.map +1 -1
- package/dist/helpers/provideSymbols.d.ts +3 -2
- package/dist/helpers/provideSymbols.d.ts.map +1 -1
- package/dist/helpers/provideSymbols.js +3 -2
- package/dist/index.js +65 -64
- package/dist/legacy/components/SecurityScheme.vue.d.ts +1 -1
- package/dist/legacy/components/SecurityScheme.vue.d.ts.map +1 -1
- package/dist/legacy/components/SecurityScheme.vue.js +2 -2
- package/dist/legacy/components/SecurityScheme.vue2.js +57 -53
- package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts +1 -1
- package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts.map +1 -1
- package/dist/legacy/components/SecuritySchemeSelector.vue.js +4 -4
- package/dist/legacy/components/SecuritySchemeSelector.vue2.js +5 -5
- package/dist/legacy/helpers/getRequestFromAuthentication.d.ts +1 -1
- package/dist/legacy/helpers/getRequestFromAuthentication.d.ts.map +1 -1
- package/dist/legacy/helpers/getUrlFromServerState.d.ts +1 -1
- package/dist/legacy/helpers/getUrlFromServerState.d.ts.map +1 -1
- package/dist/legacy/helpers/index.d.ts +1 -1
- package/dist/legacy/helpers/normalizeHeaders.d.ts +2 -3
- package/dist/legacy/helpers/normalizeHeaders.d.ts.map +1 -1
- package/dist/legacy/helpers/normalizeHeaders.js +24 -0
- package/dist/legacy/stores/useOpenApiStore.d.ts +2 -2
- package/dist/legacy/stores/useOpenApiStore.d.ts.map +1 -1
- package/dist/legacy/stores/useServerStore.d.ts +32 -6
- package/dist/legacy/stores/useServerStore.d.ts.map +1 -1
- package/dist/legacy/stores/useServerStore.js +70 -11
- package/dist/legacy/types.d.ts +0 -23
- package/dist/legacy/types.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +12 -11
- package/dist/components/Content/Introduction/DownloadSpec.vue.d.ts.map +0 -1
- package/dist/components/Content/Introduction/DownloadSpec.vue.js +0 -7
- package/dist/components/Content/Introduction/DownloadSpec.vue2.js +0 -30
- package/dist/components/Content/Models/CollapsedModel.vue.d.ts.map +0 -1
- package/dist/components/Content/Models/CollapsedModel.vue.js +0 -7
- package/dist/components/Content/Models/CollapsedModel.vue2.js +0 -70
- package/dist/features/BaseUrl/utils/index.d.ts +0 -2
- package/dist/features/BaseUrl/utils/index.d.ts.map +0 -1
|
@@ -1,78 +1,109 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarMarkdown as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
|
|
1
|
+
import { defineComponent as B, computed as m, openBlock as s, createBlock as c, unref as t, withCtx as l, createVNode as n, createTextVNode as v, createElementVNode as g, normalizeClass as L, createElementBlock as w, Fragment as b, renderList as _, toDisplayString as O, createCommentVNode as u, pushScopeId as z, popScopeId as A } from "vue";
|
|
2
|
+
import { ScalarMarkdown as E } from "@scalar/components";
|
|
3
|
+
import H from "../../ShowMoreButton.vue.js";
|
|
4
|
+
import M from "./Webhook.vue.js";
|
|
5
|
+
import j from "../../Section/SectionContainer.vue.js";
|
|
6
|
+
import F from "../../Section/Section.vue.js";
|
|
7
|
+
import K from "../../Section/SectionHeader.vue.js";
|
|
8
|
+
import y from "../Lazy/Lazy.vue.js";
|
|
9
|
+
import T from "../../Section/CompactSection.vue.js";
|
|
10
|
+
import { useSidebar as D } from "../../../hooks/useSidebar.js";
|
|
11
|
+
import { useNavState as X } from "../../../hooks/useNavState.js";
|
|
12
|
+
const Y = (i) => (z("data-v-b5c5dcfc"), i = i(), A(), i), $ = /* @__PURE__ */ Y(() => /* @__PURE__ */ g("div", { id: "webhooks" }, null, -1)), I = 10, te = /* @__PURE__ */ B({
|
|
11
13
|
__name: "Webhooks",
|
|
12
14
|
props: {
|
|
13
15
|
webhooks: {}
|
|
14
16
|
},
|
|
15
|
-
setup(
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
17
|
+
setup(i) {
|
|
18
|
+
const N = i, d = m(() => Object.keys(N.webhooks ?? {})), { getWebhookId: k } = X(), { collapsedSidebarItems: W } = D(), h = m(
|
|
19
|
+
() => d.value.length <= I || W[k()]
|
|
20
|
+
), C = m(() => {
|
|
21
|
+
const o = d.value;
|
|
22
|
+
return h.value ? o : o.slice(0, I);
|
|
23
|
+
});
|
|
24
|
+
return (o, q) => d.value.length ? (s(), c(t(j), { key: 0 }, {
|
|
25
|
+
default: l(() => [
|
|
26
|
+
n(t(F), null, {
|
|
27
|
+
default: l(() => [
|
|
28
|
+
n(t(K), { level: 2 }, {
|
|
29
|
+
default: l(() => [
|
|
30
|
+
v("Webhooks")
|
|
31
|
+
]),
|
|
32
|
+
_: 1
|
|
33
|
+
}),
|
|
34
|
+
n(t(y), {
|
|
35
|
+
id: "webhooks",
|
|
36
|
+
isLazy: !1
|
|
29
37
|
}, {
|
|
30
|
-
default:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
38
|
+
default: l(() => [
|
|
39
|
+
$
|
|
40
|
+
]),
|
|
41
|
+
_: 1
|
|
42
|
+
}),
|
|
43
|
+
g("div", {
|
|
44
|
+
class: L(["webhooks-list", { "webhooks-list-truncated": !h.value }])
|
|
45
|
+
}, [
|
|
46
|
+
(s(!0), w(b, null, _(C.value, (e) => {
|
|
47
|
+
var p;
|
|
48
|
+
return s(), w(b, { key: e }, [
|
|
49
|
+
(s(!0), w(b, null, _(Object.keys(
|
|
50
|
+
(p = o.webhooks) == null ? void 0 : p[e]
|
|
51
|
+
), (r) => (s(), c(t(y), {
|
|
52
|
+
id: t(k)(e, r),
|
|
53
|
+
key: r,
|
|
54
|
+
isLazy: ""
|
|
55
|
+
}, {
|
|
56
|
+
default: l(() => {
|
|
57
|
+
var f;
|
|
36
58
|
return [
|
|
37
|
-
|
|
38
|
-
default: n(() => [
|
|
39
|
-
a(o(F), {
|
|
40
|
-
id: o(m)(e, t)
|
|
41
|
-
}, {
|
|
42
|
-
default: n(() => {
|
|
43
|
-
var b;
|
|
44
|
-
return [
|
|
45
|
-
g(C((b = i.webhooks[e][t]) == null ? void 0 : b.name), 1)
|
|
46
|
-
];
|
|
47
|
-
}),
|
|
48
|
-
_: 2
|
|
49
|
-
}, 1032, ["id"])
|
|
50
|
-
]),
|
|
51
|
-
_: 2
|
|
52
|
-
}, 1024),
|
|
53
|
-
(h = i.webhooks[e][t]) != null && h.description ? (r(), s(o(j), {
|
|
59
|
+
(f = o.webhooks) != null && f[e] ? (s(), c(t(T), {
|
|
54
60
|
key: 0,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
id: t(k)(e, r),
|
|
62
|
+
class: "webhooks-list-item",
|
|
63
|
+
label: e
|
|
64
|
+
}, {
|
|
65
|
+
heading: l(() => {
|
|
66
|
+
var a;
|
|
67
|
+
return [
|
|
68
|
+
v(O((a = o.webhooks[e][r]) == null ? void 0 : a.name), 1)
|
|
69
|
+
];
|
|
70
|
+
}),
|
|
71
|
+
default: l(() => {
|
|
72
|
+
var a, S;
|
|
73
|
+
return [
|
|
74
|
+
(a = o.webhooks[e][r]) != null && a.description ? (s(), c(t(E), {
|
|
75
|
+
key: 0,
|
|
76
|
+
class: "webhook-section-description",
|
|
77
|
+
value: (S = o.webhooks[e][r]) == null ? void 0 : S.description,
|
|
78
|
+
withImages: ""
|
|
79
|
+
}, null, 8, ["value"])) : u("", !0),
|
|
80
|
+
n(M, {
|
|
81
|
+
webhook: o.webhooks[e][r]
|
|
82
|
+
}, null, 8, ["webhook"])
|
|
83
|
+
];
|
|
84
|
+
}),
|
|
85
|
+
_: 2
|
|
86
|
+
}, 1032, ["id", "label"])) : u("", !0)
|
|
61
87
|
];
|
|
62
88
|
}),
|
|
63
89
|
_: 2
|
|
64
|
-
},
|
|
65
|
-
];
|
|
66
|
-
}),
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
90
|
+
}, 1032, ["id"]))), 128))
|
|
91
|
+
], 64);
|
|
92
|
+
}), 128))
|
|
93
|
+
], 2),
|
|
94
|
+
h.value ? u("", !0) : (s(), c(H, {
|
|
95
|
+
key: 0,
|
|
96
|
+
id: "webhooks",
|
|
97
|
+
class: "show-more-webhooks"
|
|
98
|
+
}))
|
|
99
|
+
]),
|
|
100
|
+
_: 1
|
|
101
|
+
})
|
|
71
102
|
]),
|
|
72
103
|
_: 1
|
|
73
|
-
})) :
|
|
104
|
+
})) : u("", !0);
|
|
74
105
|
}
|
|
75
106
|
});
|
|
76
107
|
export {
|
|
77
|
-
|
|
108
|
+
te as default
|
|
78
109
|
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
heading?(_: {}): any;
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
6
|
+
id: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
9
|
+
id: string;
|
|
10
|
+
label?: string;
|
|
11
|
+
}>>>, {}, {}>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToOption<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=CompactSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompactSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/CompactSection.vue"],"names":[],"mappings":"AAwIA,iBAAS,cAAc;qBAuFO,GAAG;qBACH,GAAG;EAkBhC;AACD,QAAA,MAAM,eAAe;QApIf,MAAM;YACF,MAAM;;QADV,MAAM;YACF,MAAM;aAyId,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { defineComponent as m, ref as p, watch as u, nextTick as f, openBlock as a, createElementBlock as v, createElementVNode as h, normalizeClass as b, createVNode as i, unref as r, withCtx as n, renderSlot as s, createBlock as C, createCommentVNode as g } from "vue";
|
|
2
|
+
import { ScalarIcon as k } from "@scalar/components";
|
|
3
|
+
import S from "../Anchor/Anchor.vue.js";
|
|
4
|
+
import w from "./Section.vue.js";
|
|
5
|
+
import { scrollToId as N } from "../../helpers/scrollToId.js";
|
|
6
|
+
import { useNavState as B } from "../../hooks/useNavState.js";
|
|
7
|
+
const V = ["aria-expanded"], x = /* @__PURE__ */ m({
|
|
8
|
+
__name: "CompactSection",
|
|
9
|
+
props: {
|
|
10
|
+
id: {},
|
|
11
|
+
label: {}
|
|
12
|
+
},
|
|
13
|
+
setup(c) {
|
|
14
|
+
const l = c, { hash: d } = B(), e = p(!1);
|
|
15
|
+
return u(
|
|
16
|
+
d,
|
|
17
|
+
async (o) => {
|
|
18
|
+
o === l.id && !e.value && (e.value = !0, await f(), N(l.id));
|
|
19
|
+
},
|
|
20
|
+
{ immediate: !0 }
|
|
21
|
+
), (o, t) => (a(), v("div", {
|
|
22
|
+
"aria-expanded": e.value,
|
|
23
|
+
class: "collapsible-section"
|
|
24
|
+
}, [
|
|
25
|
+
h("div", {
|
|
26
|
+
class: b(["collapsible-section-trigger", { "collapsible-section-trigger-open": e.value }]),
|
|
27
|
+
onClick: t[0] || (t[0] = (_) => e.value = !e.value)
|
|
28
|
+
}, [
|
|
29
|
+
i(r(k), {
|
|
30
|
+
icon: e.value ? "ChevronDown" : "ChevronRight",
|
|
31
|
+
size: "sm"
|
|
32
|
+
}, null, 8, ["icon"]),
|
|
33
|
+
i(S, {
|
|
34
|
+
id: o.id,
|
|
35
|
+
class: "collapsible-section-header"
|
|
36
|
+
}, {
|
|
37
|
+
default: n(() => [
|
|
38
|
+
s(o.$slots, "heading", {}, void 0, !0)
|
|
39
|
+
]),
|
|
40
|
+
_: 3
|
|
41
|
+
}, 8, ["id"])
|
|
42
|
+
], 2),
|
|
43
|
+
e.value ? (a(), C(r(w), {
|
|
44
|
+
key: 0,
|
|
45
|
+
id: o.id,
|
|
46
|
+
class: "collapsible-section-content",
|
|
47
|
+
label: o.label
|
|
48
|
+
}, {
|
|
49
|
+
default: n(() => [
|
|
50
|
+
s(o.$slots, "default", {}, void 0, !0)
|
|
51
|
+
]),
|
|
52
|
+
_: 3
|
|
53
|
+
}, 8, ["id", "label"])) : g("", !0)
|
|
54
|
+
], 8, V));
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
export {
|
|
58
|
+
x as default
|
|
59
|
+
};
|
|
@@ -6,4 +6,5 @@ export { default as SectionContainer } from './SectionContainer.vue.js';
|
|
|
6
6
|
export { default as SectionContainerAccordion } from './SectionContainerAccordion.vue.js';
|
|
7
7
|
export { default as SectionContent } from './SectionContent.vue.js';
|
|
8
8
|
export { default as SectionHeader } from './SectionHeader.vue.js';
|
|
9
|
+
export { default as CompactSection } from './CompactSection.vue.js';
|
|
9
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Section/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAA;AACtF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Section/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAA;AACtF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAE9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
+
import type { Spec, TransformedOperation } from '@scalar/types/legacy';
|
|
2
|
+
import type { OpenApiDocumentConfiguration } from '../OpenApiDocument/types';
|
|
1
3
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
+
parsedSpec: Spec;
|
|
5
|
+
operation?: TransformedOperation;
|
|
6
|
+
configuration?: OpenApiDocumentConfiguration;
|
|
4
7
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
5
|
-
|
|
6
|
-
|
|
8
|
+
parsedSpec: Spec;
|
|
9
|
+
operation?: TransformedOperation;
|
|
10
|
+
configuration?: OpenApiDocumentConfiguration;
|
|
7
11
|
}>>>, {}, {}>;
|
|
8
12
|
export default _default;
|
|
9
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -15,4 +19,4 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
15
19
|
required: true;
|
|
16
20
|
};
|
|
17
21
|
};
|
|
18
|
-
//# sourceMappingURL=
|
|
22
|
+
//# sourceMappingURL=ExampleRequest.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExampleRequest.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleRequest/ExampleRequest.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAMtE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAA;;gBAK9D,IAAI;gBACJ,oBAAoB;oBAChB,4BAA4B;;gBAFhC,IAAI;gBACJ,oBAAoB;oBAChB,4BAA4B;;AA8F9C,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleRequest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
|