@scalar/api-reference 1.28.30 → 1.28.32
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 +33 -0
- package/dist/blocks/constants.js +2 -4
- package/dist/browser/standalone.js +14161 -14196
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/Anchor.vue2.js +2 -2
- package/dist/components/ApiReference.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +17 -14
- package/dist/components/Badge/Badge.vue.js +2 -2
- package/dist/components/Card/Card.vue.js +2 -2
- package/dist/components/Card/CardContent.vue2.js +2 -2
- package/dist/components/Card/CardFooter.vue2.js +2 -2
- package/dist/components/Card/CardHeader.vue2.js +2 -2
- package/dist/components/Card/CardTab.vue2.js +2 -2
- package/dist/components/Card/CardTabHeader.vue2.js +6 -6
- package/dist/components/ClassicHeader.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +1 -1
- package/dist/components/Content/Content.vue2.js +1 -1
- package/dist/components/Content/Introduction/Description.vue2.js +5 -5
- package/dist/components/Content/Introduction/Introduction.vue2.js +15 -15
- package/dist/components/Content/Lazy/Loading.vue.js +7 -7
- package/dist/components/Content/Models/Models.vue2.js +7 -7
- package/dist/components/Content/Models/ModelsAccordion.vue2.js +13 -13
- package/dist/components/Content/Schema/Schema.vue2.js +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue2.js +7 -7
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue2.js +7 -7
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue2.js +9 -9
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +1 -4
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +148 -148
- package/dist/components/Content/Tag/OperationsList.vue2.js +5 -5
- package/dist/components/Content/Tag/OperationsListItem.vue2.js +9 -9
- package/dist/components/Content/Tag/Tag.vue.js +5 -5
- package/dist/components/Content/Tag/TagAccordion.vue2.js +4 -4
- package/dist/components/Content/Tag/TagList.vue.js +1 -1
- package/dist/components/Content/Tag/TagSection.vue2.js +1 -1
- package/dist/components/DocumentSelector/DocumentSelector.vue.js +5 -5
- package/dist/components/GettingStarted.vue2.js +3 -3
- package/dist/components/HttpMethod/HttpMethod.vue.js +2 -2
- package/dist/components/IntersectionObserver.vue.js +2 -2
- package/dist/components/Layouts/ClassicLayout.vue.js +5 -5
- package/dist/components/Layouts/Layouts.vue.js +2 -2
- package/dist/components/Layouts/ModernLayout.vue2.js +5 -5
- package/dist/components/LoadingSkeleton.vue2.js +2 -2
- package/dist/components/MobileHeader.vue2.js +5 -5
- package/dist/components/OperationPath.vue2.js +4 -4
- package/dist/components/ScreenReader.vue2.js +2 -2
- package/dist/components/Section/CompactSection.vue2.js +4 -4
- package/dist/components/Section/Section.vue2.js +2 -2
- package/dist/components/Section/SectionAccordion.vue2.js +1 -1
- package/dist/components/Section/SectionColumn.vue.js +2 -2
- package/dist/components/Section/SectionColumns.vue.js +2 -2
- package/dist/components/Section/SectionContainer.vue.js +2 -2
- package/dist/components/Section/SectionContainerAccordion.vue2.js +2 -2
- package/dist/components/Section/SectionContent.vue2.js +1 -1
- package/dist/components/Section/SectionHeader.vue2.js +1 -1
- package/dist/components/Section/SectionHeaderTag.vue2.js +2 -2
- package/dist/components/ShowMoreButton.vue2.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
- package/dist/components/Sidebar/SidebarElement.vue2.js +5 -5
- package/dist/components/Sidebar/SidebarGroup.vue2.js +2 -2
- package/dist/components/Sidebar/SidebarHttpBadge.vue2.js +2 -2
- package/dist/components/SingleApiReference.vue.js +5 -5
- package/dist/components/SpecificationExtension/SpecificationExtension.vue.js +5 -5
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts +2 -0
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.js +51 -29
- package/dist/features/ApiClientModal/useApiClient.d.ts +4 -4
- package/dist/features/BaseUrl/BaseUrl.vue.js +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue2.js +5 -5
- package/dist/features/ExampleRequest/ExamplePicker.vue2.js +2 -2
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +12 -12
- package/dist/features/ExampleRequest/TextSelect.vue.js +6 -6
- package/dist/features/ExampleResponses/ExampleResponse.vue2.js +1 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue2.js +23 -23
- package/dist/features/Operation/Operation.vue.js +3 -3
- package/dist/features/Operation/Webhooks.vue2.js +1 -1
- package/dist/features/Operation/components/ContentTypeSelect.vue.js +3 -3
- package/dist/features/Operation/components/OperationParameters.vue.js +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.js +2 -2
- package/dist/features/Operation/components/ParameterHeaders.vue2.js +1 -1
- package/dist/features/Operation/components/ParameterList.vue2.js +4 -4
- package/dist/features/Operation/components/ParameterListItem.vue2.js +17 -17
- package/dist/features/Operation/components/RequestBody.vue2.js +5 -5
- package/dist/features/Operation/components/Webhook.vue2.js +5 -5
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +20 -20
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +3 -3
- package/dist/features/Search/SearchButton.vue2.js +4 -4
- package/dist/features/Search/SearchModal.vue2.js +1 -1
- package/dist/features/TestRequestButton/TestRequestButton.vue2.js +5 -5
- package/dist/hooks/useNavState.js +1 -1
- package/dist/hooks/useSidebar.js +13 -13
- package/dist/index.js +21 -21
- package/dist/stores/useHttpClientStore.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +16 -16
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, useId as l,
|
|
1
|
+
import { defineComponent as a, useId as l, createElementBlock as p, openBlock as u, createElementVNode as t, unref as s, renderSlot as c, withModifiers as m, createVNode as f, withCtx as b, createTextVNode as _ } from "vue";
|
|
2
2
|
import { useClipboard as y } from "@scalar/use-hooks/useClipboard";
|
|
3
3
|
import C from "../ScreenReader.vue.js";
|
|
4
4
|
import { useNavState as h } from "../../hooks/useNavState.js";
|
|
@@ -9,7 +9,7 @@ const k = { class: "label" }, N = ["id"], v = { class: "anchor" }, I = ["aria-de
|
|
|
9
9
|
},
|
|
10
10
|
setup(S) {
|
|
11
11
|
const n = l(), { copyToClipboard: r } = y(), { getHashedUrl: d } = h(), i = (o) => d(o);
|
|
12
|
-
return (o, e) => (
|
|
12
|
+
return (o, e) => (u(), p("span", k, [
|
|
13
13
|
t("span", {
|
|
14
14
|
id: s(n),
|
|
15
15
|
class: "contents"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as u,
|
|
1
|
+
import { defineComponent as u, ref as n, toRef as p, provide as d, createBlock as _, openBlock as h, unref as e, withCtx as g, createVNode as x, isRef as V } from "vue";
|
|
2
2
|
import b from "./SingleApiReference.vue.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { useMultipleDocuments as v } from "../hooks/useMultipleDocuments.js";
|
|
@@ -23,7 +23,7 @@ const N = /* @__PURE__ */ u({
|
|
|
23
23
|
hash: n(""),
|
|
24
24
|
hashPrefix: n("")
|
|
25
25
|
});
|
|
26
|
-
return d(A, { isIntersectionEnabled: c, hash: f, hashPrefix: l }), (C, t) => (
|
|
26
|
+
return d(A, { isIntersectionEnabled: c, hash: f, hashPrefix: l }), (C, t) => (h(), _(b, { configuration: e(s) }, {
|
|
27
27
|
"document-selector": g(() => [
|
|
28
28
|
x(e(B), {
|
|
29
29
|
modelValue: e(o),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAgoBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AA8BvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAIhB,KAAK,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,CAAC,CAAC;AAuRxD,iBAAS,cAAc;WAoPT,OAAO,IAA6B;;wBAlfZ,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;;;;;;EAuf/D;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YAriBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFA4iB9D,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./ApiReferenceLayout.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
-
import
|
|
5
|
-
const m = /* @__PURE__ */
|
|
4
|
+
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-51b3ff26"]]);
|
|
6
6
|
export {
|
|
7
7
|
m as default
|
|
8
8
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { defineComponent as ie, computed as h, ref as R, onBeforeMount as B, onMounted as le, onUnmounted as de, watch as $, onServerPrefetch as ue, useSSRContext as ce, useId as pe, provide as b,
|
|
1
|
+
import { defineComponent as ie, computed as h, ref as R, onBeforeMount as B, onMounted as le, onUnmounted as de, watch as $, onServerPrefetch as ue, useSSRContext as ce, useId as pe, provide as b, createElementBlock as y, openBlock as C, Fragment as N, createElementVNode as d, createVNode as m, unref as i, normalizeStyle as fe, normalizeClass as me, createCommentVNode as E, withDirectives as ve, renderSlot as u, normalizeProps as c, guardReactiveProps as p, withCtx as v, vShow as Se, createSlots as ge } from "vue";
|
|
2
2
|
import { provideUseId as he } from "@headlessui/vue";
|
|
3
3
|
import { LAYOUT_SYMBOL as be } from "@scalar/api-client/hooks";
|
|
4
4
|
import { createWorkspaceStore as we, WORKSPACE_SYMBOL as ye, createActiveEntitiesStore as Ce, ACTIVE_ENTITIES_SYMBOL as Te } from "@scalar/api-client/store";
|
|
5
5
|
import { addScalarClassesToHeadless as Re, ScalarErrorBoundary as $e } from "@scalar/components";
|
|
6
|
-
import { defaultStateFactory as
|
|
6
|
+
import { defaultStateFactory as _ } from "@scalar/oas-utils/helpers";
|
|
7
7
|
import { hasObtrusiveScrollbars as Ee, getThemeStyles as Oe } from "@scalar/themes";
|
|
8
8
|
import { apiReferenceConfigurationSchema as Ie } from "@scalar/types/api-reference";
|
|
9
9
|
import { useToasts as Le, ScalarToasts as Me } from "@scalar/use-toasts";
|
|
10
10
|
import { useMediaQuery as Pe, useResizeObserver as ke, useDebounceFn as Fe } from "@vueuse/core";
|
|
11
11
|
import Ae from "./GettingStarted.vue.js";
|
|
12
12
|
import { CONFIGURATION_SYMBOL as Be } from "../hooks/useConfig.js";
|
|
13
|
-
import { useHttpClientStore as
|
|
14
|
-
import { downloadSpecBus as D, downloadSpecFile as
|
|
13
|
+
import { useHttpClientStore as Ne } from "../stores/useHttpClientStore.js";
|
|
14
|
+
import { downloadSpecBus as D, downloadSpecFile as _e } from "../helpers/specDownloads.js";
|
|
15
15
|
import { PLUGIN_MANAGER_SYMBOL as De } from "../plugins/hooks/usePluginManager.js";
|
|
16
16
|
import { createPluginManager as He } from "../plugins/plugin-manager.js";
|
|
17
17
|
import Ue from "./Sidebar/Sidebar.vue.js";
|
|
@@ -74,7 +74,7 @@ const je = ["innerHTML"], Ke = { class: "references-header" }, Qe = ["aria-label
|
|
|
74
74
|
B(() => Re()), le(() => {
|
|
75
75
|
var o, s, r;
|
|
76
76
|
history.scrollRestoration = "manual", D.on(({ specTitle: n }) => {
|
|
77
|
-
|
|
77
|
+
_e(f.rawSpec, n);
|
|
78
78
|
});
|
|
79
79
|
const e = (s = (o = S.value) == null ? void 0 : o.parentElement) == null ? void 0 : s.getBoundingClientRect(), a = (r = S.value) == null ? void 0 : r.getBoundingClientRect();
|
|
80
80
|
if (e && a) {
|
|
@@ -101,7 +101,7 @@ const je = ["innerHTML"], Ke = { class: "references-header" }, Qe = ["aria-label
|
|
|
101
101
|
}), $(() => f.parsedSpec, q, { deep: !0 }), ue(() => {
|
|
102
102
|
var a, o;
|
|
103
103
|
const e = ce();
|
|
104
|
-
if (e && (e.payload || (e.payload = { data:
|
|
104
|
+
if (e && (e.payload || (e.payload = { data: _() }), (a = e.payload).data || (a.data = _()), t.value.pathRouting)) {
|
|
105
105
|
const s = I(e.url);
|
|
106
106
|
ee.value = s, e.payload.data.hash = s;
|
|
107
107
|
for (const r in w)
|
|
@@ -149,7 +149,7 @@ const je = ["innerHTML"], Ke = { class: "references-header" }, Qe = ["aria-label
|
|
|
149
149
|
{ immediate: !0 }
|
|
150
150
|
);
|
|
151
151
|
}
|
|
152
|
-
const { setExcludedClients: re, setDefaultHttpClient: se } =
|
|
152
|
+
const { setExcludedClients: re, setDefaultHttpClient: se } = Ne();
|
|
153
153
|
A("defaultHttpClient", se), A("hiddenClients", re), K.value = t.value.hideModels ?? !1, Q.value = t.value.defaultOpenAllTags ?? !1;
|
|
154
154
|
const ne = h(
|
|
155
155
|
() => `<style>
|
|
@@ -159,12 +159,12 @@ const je = ["innerHTML"], Ke = { class: "references-header" }, Qe = ["aria-label
|
|
|
159
159
|
);
|
|
160
160
|
return (e, a) => {
|
|
161
161
|
var o, s, r;
|
|
162
|
-
return
|
|
162
|
+
return C(), y(N, null, [
|
|
163
163
|
d("div", { innerHTML: ne.value }, null, 8, je),
|
|
164
164
|
d("div", {
|
|
165
165
|
ref_key: "documentEl",
|
|
166
166
|
ref: S,
|
|
167
|
-
class:
|
|
167
|
+
class: me(["scalar-app scalar-api-reference references-layout", [
|
|
168
168
|
{
|
|
169
169
|
"scalar-scrollbars-obtrusive": V.value,
|
|
170
170
|
"references-editable": t.value.isEditable,
|
|
@@ -174,7 +174,7 @@ const je = ["innerHTML"], Ke = { class: "references-header" }, Qe = ["aria-label
|
|
|
174
174
|
},
|
|
175
175
|
e.$attrs.class
|
|
176
176
|
]]),
|
|
177
|
-
style:
|
|
177
|
+
style: fe({
|
|
178
178
|
"--scalar-y-offset": `var(--scalar-custom-header-height, ${k.value}px)`
|
|
179
179
|
}),
|
|
180
180
|
onScrollPassive: a[4] || (a[4] = //@ts-ignore
|
|
@@ -183,7 +183,7 @@ const je = ["innerHTML"], Ke = { class: "references-header" }, Qe = ["aria-label
|
|
|
183
183
|
d("div", Ke, [
|
|
184
184
|
u(e.$slots, "header", c(p(l.value)), void 0, !0)
|
|
185
185
|
]),
|
|
186
|
-
t.value.showSidebar ? (
|
|
186
|
+
t.value.showSidebar ? (C(), y("aside", {
|
|
187
187
|
key: 0,
|
|
188
188
|
"aria-label": `Sidebar for ${(o = e.parsedSpec.info) == null ? void 0 : o.title}`,
|
|
189
189
|
class: "references-navigation t-doc__sidebar"
|
|
@@ -216,7 +216,7 @@ const je = ["innerHTML"], Ke = { class: "references-header" }, Qe = ["aria-label
|
|
|
216
216
|
], 512), [
|
|
217
217
|
[Se, t.value.isEditable]
|
|
218
218
|
]),
|
|
219
|
-
ae.value ? (
|
|
219
|
+
ae.value ? (C(), y(N, { key: 1 }, [
|
|
220
220
|
d("main", {
|
|
221
221
|
"aria-label": `Open API Documentation for ${(s = e.parsedSpec.info) == null ? void 0 : s.title}`,
|
|
222
222
|
class: "references-rendered"
|
|
@@ -251,11 +251,14 @@ const je = ["innerHTML"], Ke = { class: "references-header" }, Qe = ["aria-label
|
|
|
251
251
|
} : void 0
|
|
252
252
|
]), 1032, ["layout", "parsedSpec"])
|
|
253
253
|
], 8, Ze),
|
|
254
|
-
e.$slots.footer ? (
|
|
254
|
+
e.$slots.footer ? (C(), y("div", xe, [
|
|
255
255
|
u(e.$slots, "footer", c(p(l.value)), void 0, !0)
|
|
256
256
|
])) : E("", !0)
|
|
257
257
|
], 64)) : E("", !0),
|
|
258
|
-
m(i(ze), {
|
|
258
|
+
m(i(ze), {
|
|
259
|
+
configuration: t.value,
|
|
260
|
+
parsedSpec: e.parsedSpec
|
|
261
|
+
}, null, 8, ["configuration", "parsedSpec"])
|
|
259
262
|
], 38),
|
|
260
263
|
m(i(Me))
|
|
261
264
|
], 64);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as t, openBlock as o, renderSlot as r } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import c from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const n = {}, d = { class: "badge" };
|
|
5
5
|
function s(e, a) {
|
|
6
|
-
return
|
|
6
|
+
return o(), t("div", d, [
|
|
7
7
|
r(e.$slots, "default", {}, void 0, !0)
|
|
8
8
|
]);
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as r, openBlock as t, renderSlot as o } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import c from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const n = {}, s = { class: "scalar-card" };
|
|
5
5
|
function a(e, d) {
|
|
6
|
-
return
|
|
6
|
+
return t(), r("div", s, [
|
|
7
7
|
o(e.$slots, "default", {}, void 0, !0)
|
|
8
8
|
]);
|
|
9
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a,
|
|
1
|
+
import { defineComponent as a, createElementBlock as r, openBlock as s, normalizeClass as o, renderSlot as t } from "vue";
|
|
2
2
|
const d = /* @__PURE__ */ a({
|
|
3
3
|
__name: "CardContent",
|
|
4
4
|
props: {
|
|
@@ -9,7 +9,7 @@ const d = /* @__PURE__ */ a({
|
|
|
9
9
|
borderless: { type: Boolean }
|
|
10
10
|
},
|
|
11
11
|
setup(n) {
|
|
12
|
-
return (e, l) => (
|
|
12
|
+
return (e, l) => (s(), r("div", {
|
|
13
13
|
class: o(["scalar-card-content", {
|
|
14
14
|
"scalar-card--muted": e.muted,
|
|
15
15
|
"scalar-card--contrast": e.contrast,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as r,
|
|
1
|
+
import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as s, withCtx as l, renderSlot as d } from "vue";
|
|
2
2
|
import c from "./CardContent.vue.js";
|
|
3
3
|
const i = /* @__PURE__ */ r({
|
|
4
4
|
__name: "CardFooter",
|
|
@@ -11,7 +11,7 @@ const i = /* @__PURE__ */ r({
|
|
|
11
11
|
},
|
|
12
12
|
setup(e) {
|
|
13
13
|
const o = e;
|
|
14
|
-
return (t, m) => (
|
|
14
|
+
return (t, m) => (n(), a(c, p(s(o)), {
|
|
15
15
|
default: l(() => [
|
|
16
16
|
d(t.$slots, "default", {}, void 0, !0)
|
|
17
17
|
]),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as s,
|
|
1
|
+
import { defineComponent as s, createBlock as d, openBlock as c, mergeProps as l, withCtx as n, createElementVNode as e, renderSlot as r } from "vue";
|
|
2
2
|
import p from "./CardContent.vue.js";
|
|
3
3
|
const i = { class: "scalar-card-header-slots" }, h = { class: "scalar-card-header-slot scalar-card-header-title" }, m = { class: "scalar-card-header-slot scalar-card-header-actions" }, B = /* @__PURE__ */ s({
|
|
4
4
|
__name: "CardHeader",
|
|
@@ -11,7 +11,7 @@ const i = { class: "scalar-card-header-slots" }, h = { class: "scalar-card-heade
|
|
|
11
11
|
},
|
|
12
12
|
setup(t) {
|
|
13
13
|
const o = t;
|
|
14
|
-
return (a, _) => (
|
|
14
|
+
return (a, _) => (c(), d(p, l(o, { class: "scalar-card-header" }), {
|
|
15
15
|
default: n(() => [
|
|
16
16
|
e("div", i, [
|
|
17
17
|
e("div", h, [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as o,
|
|
1
|
+
import { defineComponent as o, createBlock as r, openBlock as n, unref as l, withCtx as s, createElementVNode as e, normalizeClass as p, renderSlot as u } from "vue";
|
|
2
2
|
import { Tab as c } from "@headlessui/vue";
|
|
3
3
|
const i = /* @__PURE__ */ o({
|
|
4
4
|
__name: "CardTab",
|
|
5
5
|
setup(m) {
|
|
6
|
-
return (t, d) => (
|
|
6
|
+
return (t, d) => (n(), r(l(c), { as: "template" }, {
|
|
7
7
|
default: s(({ selected: a }) => [
|
|
8
8
|
e("button", {
|
|
9
9
|
class: p(["tab", { "tab-selected": a }]),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as d,
|
|
1
|
+
import { defineComponent as d, createBlock as l, openBlock as i, withCtx as a, createVNode as t, unref as r, renderSlot as o } from "vue";
|
|
2
2
|
import { TabGroup as m, TabList as u } from "@headlessui/vue";
|
|
3
3
|
import f from "./CardHeader.vue.js";
|
|
4
4
|
const g = /* @__PURE__ */ d({
|
|
@@ -8,16 +8,16 @@ const g = /* @__PURE__ */ d({
|
|
|
8
8
|
const c = s, n = (e) => {
|
|
9
9
|
c("change", e);
|
|
10
10
|
};
|
|
11
|
-
return (e, _) => (
|
|
11
|
+
return (e, _) => (i(), l(f, { class: "scalar-card-header scalar-card-header-tabs" }, {
|
|
12
12
|
actions: a(() => [
|
|
13
|
-
|
|
13
|
+
o(e.$slots, "actions", {}, void 0, !0)
|
|
14
14
|
]),
|
|
15
15
|
default: a(() => [
|
|
16
|
-
r(
|
|
16
|
+
t(r(m), { onChange: n }, {
|
|
17
17
|
default: a(() => [
|
|
18
|
-
r(
|
|
18
|
+
t(r(u), { class: "tab-list custom-scroll" }, {
|
|
19
19
|
default: a(() => [
|
|
20
|
-
|
|
20
|
+
o(e.$slots, "default", {}, void 0, !0)
|
|
21
21
|
]),
|
|
22
22
|
_: 3
|
|
23
23
|
})
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as s, openBlock as t, createElementVNode as o, renderSlot as r } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import c from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const n = {}, d = { class: "references-classic-header-container" }, a = { class: "references-classic-header" };
|
|
5
5
|
function i(e, l) {
|
|
6
|
-
return
|
|
6
|
+
return t(), s("div", d, [
|
|
7
7
|
o("div", a, [
|
|
8
8
|
r(e.$slots, "default", {}, void 0, !0),
|
|
9
9
|
r(e.$slots, "dark-mode-toggle", {}, void 0, !0)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as B, ref as N, useId as h, watch as V, computed as F,
|
|
1
|
+
import { defineComponent as B, ref as N, useId as h, watch as V, computed as F, createElementBlock as l, createCommentVNode as _, unref as e, openBlock as n, createVNode as i, withCtx as m, createElementVNode as H, Fragment as y, renderList as S, createBlock as A, createTextVNode as E, toDisplayString as p } from "vue";
|
|
2
2
|
import { TabGroup as j, TabList as D, TabPanels as G, TabPanel as M } from "@headlessui/vue";
|
|
3
3
|
import { useWorkspace as O } from "@scalar/api-client/store";
|
|
4
4
|
import { ScalarMarkdown as W, ScalarCodeBlock as q } from "@scalar/components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as S, ref as w, openBlock as l,
|
|
1
|
+
import { defineComponent as S, ref as w, createElementBlock as r, openBlock as l, createElementVNode as n, Fragment as u, renderList as p, unref as e, createBlock as x, normalizeClass as c, withCtx as N, createVNode as g, toDisplayString as b, createCommentVNode as B } from "vue";
|
|
2
2
|
import { Tab as T } from "@headlessui/vue";
|
|
3
3
|
import { ScalarIcon as f } from "@scalar/components";
|
|
4
4
|
import { useFeaturedHttpClients as $ } from "./useFeaturedHttpClients.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as F, computed as p,
|
|
1
|
+
import { defineComponent as F, computed as p, createElementBlock as i, openBlock as t, Fragment as u, createStaticVNode as G, createElementVNode as V, renderSlot as m, createBlock as a, createCommentVNode as c, unref as r, withCtx as E, createVNode as v, normalizeClass as I, renderList as O } from "vue";
|
|
2
2
|
import { useWorkspace as R, useActiveEntities as D } from "@scalar/api-client/store";
|
|
3
3
|
import { RequestAuth as H } from "@scalar/api-client/views/Request/RequestSection/RequestAuth";
|
|
4
4
|
import { ScalarErrorBoundary as J } from "@scalar/components";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as H, computed as I,
|
|
1
|
+
import { defineComponent as H, computed as I, createElementBlock as a, createCommentVNode as S, openBlock as n, Fragment as u, renderList as w, createBlock as s, unref as i, withCtx as C, createVNode as B } from "vue";
|
|
2
2
|
import { splitContent as N, getHeadings as b } from "@scalar/code-highlight/markdown";
|
|
3
3
|
import { ScalarMarkdown as c } from "@scalar/components";
|
|
4
4
|
import d from "github-slugger";
|
|
@@ -41,7 +41,7 @@ const F = {
|
|
|
41
41
|
}
|
|
42
42
|
}, e);
|
|
43
43
|
return (e, y) => e.value ? (n(), a("div", F, [
|
|
44
|
-
(n(!0), a(u, null,
|
|
44
|
+
(n(!0), a(u, null, w(p.value, (t) => (n(), a(u, {
|
|
45
45
|
key: t.id
|
|
46
46
|
}, [
|
|
47
47
|
t.id ? (n(), s(x, {
|
|
@@ -50,8 +50,8 @@ const F = {
|
|
|
50
50
|
class: "introduction-description-heading",
|
|
51
51
|
onIntersecting: () => h(t.id)
|
|
52
52
|
}, {
|
|
53
|
-
default:
|
|
54
|
-
|
|
53
|
+
default: C(() => [
|
|
54
|
+
B(i(c), {
|
|
55
55
|
transform: k,
|
|
56
56
|
transformType: "heading",
|
|
57
57
|
value: t.content
|
|
@@ -64,7 +64,7 @@ const F = {
|
|
|
64
64
|
withImages: ""
|
|
65
65
|
}, null, 8, ["value"]))
|
|
66
66
|
], 64))), 128))
|
|
67
|
-
])) :
|
|
67
|
+
])) : S("", !0);
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as D, computed as s, onMounted as I,
|
|
1
|
+
import { defineComponent as D, computed as s, onMounted as I, createBlock as l, openBlock as a, unref as o, withCtx as t, createVNode as i, renderSlot as S, createElementVNode as _, createCommentVNode as u, createTextVNode as d, toDisplayString as f } from "vue";
|
|
2
2
|
import L from "github-slugger";
|
|
3
3
|
import { useConfig as V } from "../../../hooks/useConfig.js";
|
|
4
4
|
import { useNavState as w } from "../../../hooks/useNavState.js";
|
|
@@ -36,7 +36,7 @@ const M = { class: "flex gap-1" }, R = { class: "sticky-cards" }, ne = /* @__PUR
|
|
|
36
36
|
return I(() => {
|
|
37
37
|
var e, r;
|
|
38
38
|
return (r = (e = c.value).onLoaded) == null ? void 0 : r.call(e);
|
|
39
|
-
}), (e, r) => (
|
|
39
|
+
}), (e, r) => (a(), l(o(O), null, {
|
|
40
40
|
default: t(() => [
|
|
41
41
|
i(o(U), {
|
|
42
42
|
class: "introduction-section gap-12",
|
|
@@ -53,19 +53,19 @@ const M = { class: "flex gap-1" }, R = { class: "sticky-cards" }, ne = /* @__PUR
|
|
|
53
53
|
loading: o(c).isLoading ?? (!((v = e.info) != null && v.description) && !((g = e.info) != null && g.title))
|
|
54
54
|
}, {
|
|
55
55
|
default: t(() => [
|
|
56
|
-
|
|
57
|
-
p.value ? (
|
|
56
|
+
_("div", M, [
|
|
57
|
+
p.value ? (a(), l(o(C), { key: 0 }, {
|
|
58
58
|
default: t(() => [
|
|
59
|
-
|
|
59
|
+
d(f(p.value), 1)
|
|
60
60
|
]),
|
|
61
61
|
_: 1
|
|
62
|
-
})) :
|
|
63
|
-
m.value ? (
|
|
62
|
+
})) : u("", !0),
|
|
63
|
+
m.value ? (a(), l(o(C), { key: 1 }, {
|
|
64
64
|
default: t(() => [
|
|
65
|
-
|
|
65
|
+
d("OAS " + f(m.value), 1)
|
|
66
66
|
]),
|
|
67
67
|
_: 1
|
|
68
|
-
})) :
|
|
68
|
+
})) : u("", !0)
|
|
69
69
|
]),
|
|
70
70
|
i(o(E), {
|
|
71
71
|
loading: !e.info.title,
|
|
@@ -74,7 +74,7 @@ const M = { class: "flex gap-1" }, R = { class: "sticky-cards" }, ne = /* @__PUR
|
|
|
74
74
|
default: t(() => [
|
|
75
75
|
i(o(F), { level: 1 }, {
|
|
76
76
|
default: t(() => [
|
|
77
|
-
|
|
77
|
+
d(f(e.info.title), 1)
|
|
78
78
|
]),
|
|
79
79
|
_: 1
|
|
80
80
|
})
|
|
@@ -92,14 +92,14 @@ const M = { class: "flex gap-1" }, R = { class: "sticky-cards" }, ne = /* @__PUR
|
|
|
92
92
|
]),
|
|
93
93
|
_: 1
|
|
94
94
|
}),
|
|
95
|
-
e.$slots.aside ? (
|
|
95
|
+
e.$slots.aside ? (a(), l(o(T), { key: 0 }, {
|
|
96
96
|
default: t(() => [
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
_("div", R, [
|
|
98
|
+
S(e.$slots, "aside", {}, void 0, !0)
|
|
99
99
|
])
|
|
100
100
|
]),
|
|
101
101
|
_: 3
|
|
102
|
-
})) :
|
|
102
|
+
})) : u("", !0)
|
|
103
103
|
]),
|
|
104
104
|
_: 3
|
|
105
105
|
}),
|
|
@@ -108,7 +108,7 @@ const M = { class: "flex gap-1" }, R = { class: "sticky-cards" }, ne = /* @__PUR
|
|
|
108
108
|
]),
|
|
109
109
|
_: 3
|
|
110
110
|
}, 8, ["loading"]),
|
|
111
|
-
|
|
111
|
+
S(e.$slots, "after", {}, void 0, !0)
|
|
112
112
|
];
|
|
113
113
|
}),
|
|
114
114
|
_: 3
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as E, ref as v, watch as H, onMounted as K, withDirectives as M,
|
|
1
|
+
import { defineComponent as E, ref as v, watch as H, onMounted as K, withDirectives as M, createElementBlock as f, openBlock as l, normalizeClass as j, createBlock as m, createCommentVNode as w, Fragment as g, renderList as T, unref as r, withCtx as d, createVNode as h, createTextVNode as A, toDisplayString as F, vShow as P } from "vue";
|
|
2
2
|
import { lazyBus as q } from "./lazyBus.js";
|
|
3
3
|
import G from "../Tag/TagSection.vue.js";
|
|
4
4
|
import J from "../../../features/Operation/Operation.vue.js";
|
|
@@ -83,7 +83,7 @@ const C = v(!1), ge = /* @__PURE__ */ E({
|
|
|
83
83
|
"references-loading-top-spacer": y.value.length
|
|
84
84
|
}])
|
|
85
85
|
}, [
|
|
86
|
-
(l(!0), f(g, null,
|
|
86
|
+
(l(!0), f(g, null, T(y.value, (e, u) => (l(), f(g, {
|
|
87
87
|
key: e.name + u
|
|
88
88
|
}, [
|
|
89
89
|
e.operations && e.operations.length > 0 ? (l(), m(r(G), {
|
|
@@ -93,7 +93,7 @@ const C = v(!1), ge = /* @__PURE__ */ E({
|
|
|
93
93
|
tag: e
|
|
94
94
|
}, {
|
|
95
95
|
default: d(() => [
|
|
96
|
-
(l(!0), f(g, null,
|
|
96
|
+
(l(!0), f(g, null, T(e.lazyOperations, (o) => (l(), m(r(J), {
|
|
97
97
|
key: `${o.httpVerb}-${o.operationId}`,
|
|
98
98
|
collection: t.collection,
|
|
99
99
|
layout: t.layout,
|
|
@@ -102,11 +102,11 @@ const C = v(!1), ge = /* @__PURE__ */ E({
|
|
|
102
102
|
}, null, 8, ["collection", "layout", "server", "transformedOperation"]))), 128))
|
|
103
103
|
]),
|
|
104
104
|
_: 2
|
|
105
|
-
}, 1032, ["collection", "spec", "tag"])) :
|
|
105
|
+
}, 1032, ["collection", "spec", "tag"])) : w("", !0)
|
|
106
106
|
], 64))), 128)),
|
|
107
107
|
I.value.length ? (l(), m(r(Q), { key: 0 }, {
|
|
108
108
|
default: d(() => [
|
|
109
|
-
(l(!0), f(g, null,
|
|
109
|
+
(l(!0), f(g, null, T(I.value, (e) => (l(), m(r(R), {
|
|
110
110
|
key: e,
|
|
111
111
|
label: e
|
|
112
112
|
}, {
|
|
@@ -146,14 +146,14 @@ const C = v(!1), ge = /* @__PURE__ */ E({
|
|
|
146
146
|
];
|
|
147
147
|
}),
|
|
148
148
|
_: 2
|
|
149
|
-
}, 1024)) :
|
|
149
|
+
}, 1024)) : w("", !0)
|
|
150
150
|
];
|
|
151
151
|
}),
|
|
152
152
|
_: 2
|
|
153
153
|
}, 1032, ["label"]))), 128))
|
|
154
154
|
]),
|
|
155
155
|
_: 1
|
|
156
|
-
})) :
|
|
156
|
+
})) : w("", !0)
|
|
157
157
|
], 2)), [
|
|
158
158
|
[P, L.value]
|
|
159
159
|
]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as y, useId as k, computed as u,
|
|
1
|
+
import { defineComponent as y, useId as k, computed as u, createBlock as m, createCommentVNode as f, openBlock as r, unref as e, withCtx as l, createVNode as o, createElementVNode as M, createTextVNode as g, normalizeClass as I, createElementBlock as N, Fragment as C, renderList as L } from "vue";
|
|
2
2
|
import { ScalarErrorBoundary as B } from "@scalar/components";
|
|
3
3
|
import H from "../../ShowMoreButton.vue.js";
|
|
4
4
|
import w from "../../Section/SectionContainer.vue.js";
|
|
@@ -7,8 +7,8 @@ import O from "../../Section/SectionHeader.vue.js";
|
|
|
7
7
|
import p from "../../Section/SectionHeaderTag.vue.js";
|
|
8
8
|
import h from "../Lazy/Lazy.vue2.js";
|
|
9
9
|
import V from "../../Section/CompactSection.vue.js";
|
|
10
|
-
import z from "../Schema/
|
|
11
|
-
import A from "../Schema/
|
|
10
|
+
import z from "../Schema/Schema.vue.js";
|
|
11
|
+
import A from "../Schema/SchemaHeading.vue.js";
|
|
12
12
|
import { useSidebar as T } from "../../../hooks/useSidebar.js";
|
|
13
13
|
import { useNavState as j } from "../../../hooks/useNavState.js";
|
|
14
14
|
const S = 10, U = /* @__PURE__ */ y({
|
|
@@ -37,7 +37,7 @@ const S = 10, U = /* @__PURE__ */ y({
|
|
|
37
37
|
level: 2
|
|
38
38
|
}, {
|
|
39
39
|
default: l(() => c[0] || (c[0] = [
|
|
40
|
-
|
|
40
|
+
g(" Models ")
|
|
41
41
|
])),
|
|
42
42
|
_: 1
|
|
43
43
|
}, 8, ["id"])
|
|
@@ -48,7 +48,7 @@ const S = 10, U = /* @__PURE__ */ y({
|
|
|
48
48
|
id: "models",
|
|
49
49
|
isLazy: !1
|
|
50
50
|
}),
|
|
51
|
-
|
|
51
|
+
M("div", {
|
|
52
52
|
class: I(["models-list", { "models-list-truncated": !d.value }])
|
|
53
53
|
}, [
|
|
54
54
|
(r(!0), N(C, null, L(b.value, (s) => (r(), m(e(h), {
|
|
@@ -65,7 +65,7 @@ const S = 10, U = /* @__PURE__ */ y({
|
|
|
65
65
|
heading: l(() => [
|
|
66
66
|
o(e(p), { level: 3 }, {
|
|
67
67
|
default: l(() => [
|
|
68
|
-
o(e(
|
|
68
|
+
o(e(A), {
|
|
69
69
|
name: t.schemas[s].title ?? s,
|
|
70
70
|
value: t.schemas[s]
|
|
71
71
|
}, null, 8, ["name", "value"])
|
|
@@ -76,7 +76,7 @@ const S = 10, U = /* @__PURE__ */ y({
|
|
|
76
76
|
default: l(() => [
|
|
77
77
|
o(e(B), null, {
|
|
78
78
|
default: l(() => [
|
|
79
|
-
o(e(
|
|
79
|
+
o(e(z), {
|
|
80
80
|
hideHeading: !0,
|
|
81
81
|
noncollapsible: "",
|
|
82
82
|
schemas: t.schemas,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as x, computed as A,
|
|
1
|
+
import { defineComponent as x, computed as A, createBlock as c, createCommentVNode as C, openBlock as t, unref as e, withCtx as o, createElementBlock as u, Fragment as v, renderList as k, createVNode as n, createTextVNode as N } from "vue";
|
|
2
2
|
import y from "../../Section/SectionContainerAccordion.vue.js";
|
|
3
|
-
import B from "../../Section/
|
|
4
|
-
import H from "../../Section/SectionAccordion.vue.js";
|
|
5
|
-
import M from "../../Anchor/Anchor.vue.js";
|
|
6
|
-
import V from "../../Section/SectionHeaderTag.vue.js";
|
|
7
|
-
import j from "../Schema/SchemaHeading.vue.js";
|
|
3
|
+
import B from "../../Section/SectionAccordion.vue.js";
|
|
8
4
|
import S from "../Schema/SchemaProperty.vue.js";
|
|
5
|
+
import H from "../../Anchor/Anchor.vue.js";
|
|
6
|
+
import M from "../../Section/SectionHeaderTag.vue.js";
|
|
7
|
+
import V from "../Schema/SchemaHeading.vue.js";
|
|
8
|
+
import j from "../../Section/SectionHeader.vue.js";
|
|
9
9
|
import { useNavState as O } from "../../../hooks/useNavState.js";
|
|
10
10
|
const T = {
|
|
11
11
|
key: 0,
|
|
@@ -25,28 +25,28 @@ const T = {
|
|
|
25
25
|
class: "reference-models"
|
|
26
26
|
}, {
|
|
27
27
|
title: o(() => [
|
|
28
|
-
n(e(
|
|
28
|
+
n(e(j), { level: 2 }, {
|
|
29
29
|
default: o(() => i[0] || (i[0] = [
|
|
30
|
-
|
|
30
|
+
N("Models")
|
|
31
31
|
])),
|
|
32
32
|
_: 1
|
|
33
33
|
})
|
|
34
34
|
]),
|
|
35
35
|
default: o(() => [
|
|
36
|
-
(t(!0), u(v, null, k(g.value, ({ name: l, schema: r }) => (t(), c(e(
|
|
36
|
+
(t(!0), u(v, null, k(g.value, ({ name: l, schema: r }) => (t(), c(e(B), {
|
|
37
37
|
id: e(a)({ name: l }),
|
|
38
38
|
key: l,
|
|
39
39
|
label: l
|
|
40
40
|
}, {
|
|
41
41
|
title: o(() => [
|
|
42
|
-
n(e(
|
|
42
|
+
n(e(H), {
|
|
43
43
|
id: e(a)({ name: l }),
|
|
44
44
|
class: "reference-models-anchor"
|
|
45
45
|
}, {
|
|
46
46
|
default: o(() => [
|
|
47
|
-
n(e(
|
|
47
|
+
n(e(M), { level: 3 }, {
|
|
48
48
|
default: o(() => [
|
|
49
|
-
n(e(
|
|
49
|
+
n(e(V), {
|
|
50
50
|
class: "reference-models-label",
|
|
51
51
|
name: r.title ?? l,
|
|
52
52
|
value: r
|
|
@@ -77,7 +77,7 @@ const T = {
|
|
|
77
77
|
}, 1032, ["id", "label"]))), 128))
|
|
78
78
|
]),
|
|
79
79
|
_: 1
|
|
80
|
-
})) :
|
|
80
|
+
})) : C("", !0);
|
|
81
81
|
}
|
|
82
82
|
});
|
|
83
83
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as V, computed as E,
|
|
1
|
+
import { defineComponent as V, computed as E, createBlock as i, createCommentVNode as o, openBlock as a, unref as r, withCtx as d, createElementVNode as j, normalizeClass as v, createElementBlock as s, withDirectives as w, createVNode as u, createTextVNode as h, toDisplayString as f, vShow as z, normalizeStyle as T, Fragment as t, renderList as A } from "vue";
|
|
2
2
|
import { Disclosure as $, DisclosureButton as D, DisclosurePanel as F } from "@headlessui/vue";
|
|
3
3
|
import { ScalarMarkdown as I, ScalarIcon as g } from "@scalar/components";
|
|
4
4
|
import q from "../../ScreenReader.vue.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as B, ref as v, onMounted as N, nextTick as L, computed as C,
|
|
1
|
+
import { defineComponent as B, ref as v, onMounted as N, nextTick as L, computed as C, createElementBlock as b, openBlock as n, createBlock as i, unref as l, withCtx as o, createVNode as u, createElementVNode as m, toDisplayString as y, Fragment as V, renderList as O, normalizeClass as T } from "vue";
|
|
2
2
|
import { TabGroup as U, TabList as A, Tab as D, TabPanel as H } from "@headlessui/vue";
|
|
3
3
|
import { cva as $, cx as w, ScalarListbox as E } from "@scalar/components";
|
|
4
4
|
import { ScalarIconCaretDown as F } from "@scalar/icons";
|