@scalar/api-reference 1.31.3 → 1.31.6
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 +55 -0
- package/dist/browser/standalone.js +15752 -15637
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.js +6 -6
- package/dist/components/ApiReferenceLayout.vue.d.ts +6 -3
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +4 -2
- package/dist/components/ApiReferenceLayout.vue2.js +230 -153
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +1 -1
- package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Description.vue.js +2 -2
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +81 -101
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +114 -105
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +35 -35
- package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.js +17 -15
- package/dist/components/Content/Schema/helpers/schema-name.js +13 -21
- 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 +10 -9
- package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/OperationsListItem.vue.js +1 -1
- package/dist/components/Content/Tag/OperationsListItem.vue2.js +29 -28
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.js +35 -34
- package/dist/components/DocumentSelector/DocumentSelector.vue.d.ts.map +1 -1
- package/dist/components/DocumentSelector/DocumentSelector.vue.js +21 -28
- package/dist/components/GettingStarted.vue.d.ts.map +1 -1
- package/dist/components/GettingStarted.vue.js +3 -3
- package/dist/components/GettingStarted.vue2.js +23 -23
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +1 -20
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.js +12 -13
- package/dist/components/Section/CompactSection.vue.js +2 -2
- package/dist/components/Section/CompactSection.vue2.js +6 -6
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.js +1 -1
- package/dist/components/Sidebar/SidebarElement.vue2.js +5 -5
- package/dist/esm.d.ts.map +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentFetcher.js +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentSource.js +11 -11
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.js +2 -2
- package/dist/features/DownloadLink/DownloadLink.vue2.js +21 -21
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +1 -1
- package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue.js +2 -2
- package/dist/features/Search/SearchButton.vue2.js +16 -16
- 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 +1 -1
- package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
- package/dist/features/Search/useSearchIndex.js +29 -28
- package/dist/features/sidebar/helpers/create-sidebar.d.ts +26 -0
- package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -0
- package/dist/features/sidebar/hooks/useSidebar.d.ts +23 -0
- package/dist/features/sidebar/hooks/useSidebar.d.ts.map +1 -0
- package/dist/features/sidebar/index.d.ts +2 -0
- package/dist/features/sidebar/index.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/get-tag.d.ts +4 -0
- package/dist/features/traverse-schema/helpers/get-tag.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/operation-id-params.d.ts +8 -0
- package/dist/features/traverse-schema/helpers/operation-id-params.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/operation-id-params.js +8 -0
- package/dist/features/traverse-schema/helpers/traverse-description.d.ts +9 -0
- package/dist/features/traverse-schema/helpers/traverse-description.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/traverse-document.d.ts +16 -0
- package/dist/features/traverse-schema/helpers/traverse-document.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +11 -0
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts +6 -0
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts +9 -0
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts +6 -0
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -0
- package/dist/features/traverse-schema/index.d.ts +4 -0
- package/dist/features/traverse-schema/index.d.ts.map +1 -0
- package/dist/features/traverse-schema/types.d.ts +51 -0
- package/dist/features/traverse-schema/types.d.ts.map +1 -0
- package/dist/helpers/parse.d.ts.map +1 -1
- package/dist/helpers/parse.js +16 -16
- package/dist/hooks/useNavState.d.ts +9 -4
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/hooks/useNavState.js +31 -29
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +69 -68
- package/dist/index.d.ts +0 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +37 -44
- package/dist/legacy/fixtures/httpRequestMethods.js +2 -6
- package/dist/libs/openapi.js +32 -32
- package/dist/stores/useHttpClientStore.js +9 -8
- package/dist/style.css +1 -1
- package/dist/types.d.ts +0 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts +40 -0
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -0
- package/dist/v2/ApiReferenceWorkspace.vue.js +65 -0
- package/dist/v2/ApiReferenceWorkspace.vue3.js +5 -0
- package/dist/v2/events/definitions.d.ts +35 -0
- package/dist/v2/events/definitions.d.ts.map +1 -0
- package/dist/v2/events/index.d.ts +3 -0
- package/dist/v2/events/index.d.ts.map +1 -0
- package/dist/v2/events/listeners.d.ts +8 -0
- package/dist/v2/events/listeners.d.ts.map +1 -0
- package/dist/v2/events/listeners.js +15 -0
- package/dist/v2/styles.d.ts +2 -0
- package/dist/v2/styles.d.ts.map +1 -0
- package/package.json +13 -11
- package/dist/components/HttpMethod/constants.d.ts +0 -9
- package/dist/components/HttpMethod/constants.d.ts.map +0 -1
- package/dist/components/HttpMethod/constants.js +0 -36
- package/dist/components/HttpMethod/utils/isRequestMethod.d.ts +0 -4
- package/dist/components/HttpMethod/utils/isRequestMethod.d.ts.map +0 -1
- package/dist/components/HttpMethod/utils/isRequestMethod.js +0 -7
- package/dist/components/Layouts/ClassicLayout.vue.d.ts +0 -23
- package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +0 -1
- package/dist/components/Layouts/ClassicLayout.vue.js +0 -67
- package/dist/components/Layouts/ClassicLayout.vue2.js +0 -4
- package/dist/components/Layouts/Layouts.vue.d.ts +0 -26
- package/dist/components/Layouts/Layouts.vue.d.ts.map +0 -1
- package/dist/components/Layouts/Layouts.vue.js +0 -35
- package/dist/components/Layouts/Layouts.vue2.js +0 -4
- package/dist/components/Layouts/ModernLayout.vue.d.ts +0 -23
- package/dist/components/Layouts/ModernLayout.vue.d.ts.map +0 -1
- package/dist/components/Layouts/ModernLayout.vue.js +0 -8
- package/dist/components/Layouts/ModernLayout.vue2.js +0 -102
- package/dist/components/Layouts/index.d.ts +0 -2
- package/dist/components/Layouts/index.d.ts.map +0 -1
- package/dist/components/SingleApiReference.vue.d.ts +0 -29
- package/dist/components/SingleApiReference.vue.d.ts.map +0 -1
- package/dist/components/SingleApiReference.vue.js +0 -57
- package/dist/components/SingleApiReference.vue3.js +0 -5
- package/dist/helpers/freeze-element.d.ts +0 -11
- package/dist/helpers/freeze-element.d.ts.map +0 -1
- package/dist/helpers/freeze-element.js +0 -20
- package/dist/helpers/is-mac-os.d.ts +0 -5
- package/dist/helpers/is-mac-os.d.ts.map +0 -1
- package/dist/helpers/is-mac-os.js +0 -4
- package/dist/helpers/measure.d.ts +0 -21
- package/dist/helpers/measure.d.ts.map +0 -1
- package/dist/helpers/measure.js +0 -7
- package/dist/helpers/scroll-to-id.d.ts +0 -7
- package/dist/helpers/scroll-to-id.d.ts.map +0 -1
- package/dist/helpers/scroll-to-id.js +0 -21
- package/dist/helpers/sleep.d.ts +0 -6
- package/dist/helpers/sleep.d.ts.map +0 -1
- package/dist/helpers/sleep.js +0 -4
- package/dist/legacy/helpers/index.d.ts +0 -2
- package/dist/legacy/helpers/index.d.ts.map +0 -1
- package/dist/legacy/helpers/normalizeRequestMethod.d.ts +0 -6
- package/dist/legacy/helpers/normalizeRequestMethod.d.ts.map +0 -1
- package/dist/legacy/helpers/normalizeRequestMethod.js +0 -10
|
@@ -1,8 +1,8 @@
|
|
|
1
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
|
-
import b from "
|
|
3
|
-
|
|
4
|
-
import
|
|
5
|
-
|
|
2
|
+
import { useMultipleDocuments as b } from "../hooks/useMultipleDocuments.js";
|
|
3
|
+
import { NAV_STATE_SYMBOL as v } from "../hooks/useNavState.js";
|
|
4
|
+
import A from "../v2/ApiReferenceWorkspace.vue.js";
|
|
5
|
+
/* empty css */
|
|
6
6
|
import B from "./DocumentSelector/DocumentSelector.vue.js";
|
|
7
7
|
const N = /* @__PURE__ */ u({
|
|
8
8
|
__name: "ApiReference",
|
|
@@ -17,13 +17,13 @@ const N = /* @__PURE__ */ u({
|
|
|
17
17
|
isIntersectionEnabled: c,
|
|
18
18
|
hash: f,
|
|
19
19
|
hashPrefix: l
|
|
20
|
-
} =
|
|
20
|
+
} = b({
|
|
21
21
|
configuration: p(r, "configuration"),
|
|
22
22
|
isIntersectionEnabled: n(!1),
|
|
23
23
|
hash: n(""),
|
|
24
24
|
hashPrefix: n("")
|
|
25
25
|
});
|
|
26
|
-
return d(
|
|
26
|
+
return d(v, { isIntersectionEnabled: c, hash: f, hashPrefix: l }), (C, t) => (h(), _(A, { configuration: e(s) }, {
|
|
27
27
|
"document-selector": g(() => [
|
|
28
28
|
x(e(B), {
|
|
29
29
|
modelValue: e(o),
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type ThemeId } from '@scalar/themes';
|
|
2
2
|
import type { ReferenceLayoutProps, ReferenceSlotProps } from '../types';
|
|
3
|
-
type __VLS_Props = Omit<ReferenceLayoutProps, 'isDark'>;
|
|
4
3
|
declare function __VLS_template(): {
|
|
5
4
|
attrs: Partial<{}>;
|
|
6
5
|
slots: Readonly<{
|
|
@@ -11,6 +10,8 @@ declare function __VLS_template(): {
|
|
|
11
10
|
"content-end": (props: ReferenceSlotProps) => any;
|
|
12
11
|
"sidebar-start": (props: ReferenceSlotProps) => any;
|
|
13
12
|
"sidebar-end": (props: ReferenceSlotProps) => any;
|
|
13
|
+
} & {
|
|
14
|
+
'document-selector': any;
|
|
14
15
|
}> & {
|
|
15
16
|
footer: (props: ReferenceSlotProps) => any;
|
|
16
17
|
header: (props: ReferenceSlotProps) => any;
|
|
@@ -19,6 +20,8 @@ declare function __VLS_template(): {
|
|
|
19
20
|
"content-end": (props: ReferenceSlotProps) => any;
|
|
20
21
|
"sidebar-start": (props: ReferenceSlotProps) => any;
|
|
21
22
|
"sidebar-end": (props: ReferenceSlotProps) => any;
|
|
23
|
+
} & {
|
|
24
|
+
'document-selector': any;
|
|
22
25
|
};
|
|
23
26
|
refs: {
|
|
24
27
|
documentEl: HTMLDivElement;
|
|
@@ -26,7 +29,7 @@ declare function __VLS_template(): {
|
|
|
26
29
|
rootEl: any;
|
|
27
30
|
};
|
|
28
31
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
32
|
+
declare const __VLS_component: import("vue").DefineComponent<ReferenceLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
30
33
|
changeTheme: (args_0: {
|
|
31
34
|
id: ThemeId;
|
|
32
35
|
label: string;
|
|
@@ -35,7 +38,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
35
38
|
linkSwaggerFile: () => any;
|
|
36
39
|
updateContent: (value: string) => any;
|
|
37
40
|
toggleDarkMode: () => any;
|
|
38
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
41
|
+
}, string, import("vue").PublicProps, Readonly<ReferenceLayoutProps> & Readonly<{
|
|
39
42
|
onChangeTheme?: ((args_0: {
|
|
40
43
|
id: ThemeId;
|
|
41
44
|
label: string;
|
|
@@ -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":"AAmsBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AAmCvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAqQhB,iBAAS,cAAc;WAkYT,OAAO,IAA6B;;wBAllBV,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;;6BACrC,GAAG;;wBADQ,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;;6BACrC,GAAG;;;;;;EAslB/B;AAkCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YAjqBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFAwqB9D,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,10 @@
|
|
|
1
1
|
import o from "./ApiReferenceLayout.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
4
6
|
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
7
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-10ec21b0"]]);
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
c as default
|
|
8
10
|
};
|
|
@@ -1,190 +1,242 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { provideUseId as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
|
|
1
|
+
import { defineComponent as ce, computed as T, provide as h, ref as E, onBeforeMount as F, onMounted as N, toValue as U, onUnmounted as me, useId as pe, watch as O, createElementBlock as d, openBlock as r, Fragment as V, createElementVNode as p, createVNode as c, unref as a, normalizeStyle as fe, normalizeClass as ve, createCommentVNode as l, withDirectives as ge, createBlock as S, renderSlot as u, isRef as he, normalizeProps as f, guardReactiveProps as v, withCtx as i, vShow as Se, createSlots as ye } from "vue";
|
|
2
|
+
import { provideUseId as be } from "@headlessui/vue";
|
|
3
|
+
import { OpenApiClientButton as we } from "@scalar/api-client/components";
|
|
4
|
+
import { LAYOUT_SYMBOL as ke } from "@scalar/api-client/hooks";
|
|
5
|
+
import { WORKSPACE_SYMBOL as Ce, ACTIVE_ENTITIES_SYMBOL as De } from "@scalar/api-client/store";
|
|
6
|
+
import { addScalarClassesToHeadless as Te, ScalarErrorBoundary as $e, ScalarSidebarFooter as Me, ScalarColorModeToggleButton as Ee, ScalarColorModeToggleIcon as Oe } from "@scalar/components";
|
|
7
|
+
import { sleep as Be } from "@scalar/helpers/testing/sleep";
|
|
8
|
+
import { hasObtrusiveScrollbars as Re, getThemeStyles as Ie } from "@scalar/themes";
|
|
9
|
+
import { apiReferenceConfigurationSchema as He } from "@scalar/types/api-reference";
|
|
10
|
+
import { useBreakpoints as Pe } from "@scalar/use-hooks/useBreakpoints";
|
|
11
|
+
import { useToasts as Ae, ScalarToasts as Le } from "@scalar/use-toasts";
|
|
12
|
+
import { useMediaQuery as Fe, useResizeObserver as Ne, useDebounceFn as Ue } from "@vueuse/core";
|
|
13
|
+
import Ve from "./ClassicHeader.vue.js";
|
|
14
|
+
import _e from "./GettingStarted.vue.js";
|
|
15
|
+
import Ke from "./MobileHeader.vue.js";
|
|
16
|
+
import { CONFIGURATION_SYMBOL as Ye } from "../hooks/useConfig.js";
|
|
17
|
+
import { useNavState as ze } from "../hooks/useNavState.js";
|
|
18
|
+
import { useSidebar as Ge } from "../hooks/useSidebar.js";
|
|
19
|
+
import { downloadEventBus as _, downloadDocument as Qe } from "../libs/download.js";
|
|
20
|
+
import { useHttpClientStore as We } from "../stores/useHttpClientStore.js";
|
|
21
|
+
import { useDocumentSource as je } from "../features/DocumentSource/hooks/useDocumentSource.js";
|
|
22
|
+
import { OPENAPI_VERSION_SYMBOL as qe } from "../features/DownloadLink/openapi-version-symbol.js";
|
|
23
|
+
import { PLUGIN_MANAGER_SYMBOL as Je } from "../plugins/hooks/usePluginManager.js";
|
|
24
|
+
import { createPluginManager as Xe } from "../plugins/plugin-manager.js";
|
|
25
|
+
import Ze from "./Sidebar/Sidebar.vue.js";
|
|
26
|
+
import K from "../features/Search/SearchButton.vue.js";
|
|
27
|
+
import xe from "./Content/Content.vue.js";
|
|
28
|
+
import et from "../features/ApiClientModal/ApiClientModal.vue.js";
|
|
29
|
+
const tt = ["innerHTML"], ot = { class: "references-header" }, at = ["aria-label"], rt = { class: "references-navigation-list" }, nt = { key: 0 }, lt = {
|
|
30
|
+
key: 1,
|
|
31
|
+
class: "scalar-api-references-standalone-search"
|
|
32
|
+
}, st = { key: 1 }, it = { class: "references-editor" }, ut = { class: "references-editor-textarea" }, dt = ["aria-label"], ct = {
|
|
33
|
+
key: 0,
|
|
34
|
+
class: "w-64 empty:hidden"
|
|
35
|
+
}, mt = {
|
|
25
36
|
key: 0,
|
|
26
37
|
class: "references-footer"
|
|
27
|
-
},
|
|
38
|
+
}, Gt = /* @__PURE__ */ ce({
|
|
28
39
|
inheritAttrs: !1,
|
|
29
40
|
__name: "ApiReferenceLayout",
|
|
30
41
|
props: {
|
|
31
42
|
configuration: {},
|
|
32
43
|
dereferencedDocument: {},
|
|
33
44
|
originalDocument: {},
|
|
45
|
+
isDark: { type: Boolean },
|
|
34
46
|
parsedSpec: {},
|
|
35
47
|
rawSpec: {}
|
|
36
48
|
},
|
|
37
49
|
emits: ["changeTheme", "updateContent", "loadSwaggerFile", "linkSwaggerFile", "toggleDarkMode"],
|
|
38
|
-
setup(
|
|
39
|
-
const t =
|
|
40
|
-
() =>
|
|
41
|
-
), { initializeToasts:
|
|
42
|
-
|
|
50
|
+
setup($) {
|
|
51
|
+
const t = T(
|
|
52
|
+
() => He.parse($.configuration)
|
|
53
|
+
), { initializeToasts: Y, toast: z } = Ae();
|
|
54
|
+
Y((e) => z(e));
|
|
43
55
|
const {
|
|
44
|
-
originalDocument:
|
|
45
|
-
originalOpenApiVersion:
|
|
46
|
-
dereferencedDocument:
|
|
47
|
-
parsedDocument:
|
|
48
|
-
workspaceStore:
|
|
49
|
-
activeEntitiesStore:
|
|
50
|
-
} =
|
|
56
|
+
originalDocument: G,
|
|
57
|
+
originalOpenApiVersion: Q,
|
|
58
|
+
dereferencedDocument: M,
|
|
59
|
+
parsedDocument: y,
|
|
60
|
+
workspaceStore: W,
|
|
61
|
+
activeEntitiesStore: j
|
|
62
|
+
} = je({
|
|
51
63
|
configuration: t,
|
|
52
|
-
dereferencedDocument:
|
|
53
|
-
originalDocument:
|
|
64
|
+
dereferencedDocument: $.dereferencedDocument,
|
|
65
|
+
originalDocument: $.originalDocument
|
|
54
66
|
});
|
|
55
|
-
|
|
56
|
-
const
|
|
57
|
-
|
|
58
|
-
|
|
67
|
+
h(qe, Q), h(Ce, W), h(De, j);
|
|
68
|
+
const q = Fe("(min-width: 1150px)"), J = E("100dvh"), b = E(null);
|
|
69
|
+
Ne(b, (e) => {
|
|
70
|
+
J.value = e[0].contentRect.height + "px";
|
|
59
71
|
});
|
|
60
|
-
const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
defaultOpenAllTags: X,
|
|
72
|
+
const X = T(Re), {
|
|
73
|
+
collapsedSidebarItems: pt,
|
|
74
|
+
isSidebarOpen: g,
|
|
75
|
+
setCollapsedSidebarItem: ft,
|
|
76
|
+
hideModels: Z,
|
|
77
|
+
defaultOpenAllTags: x,
|
|
67
78
|
// setParsedSpec,
|
|
68
|
-
scrollToOperation:
|
|
69
|
-
} =
|
|
70
|
-
getReferenceId:
|
|
71
|
-
getPathRoutingId:
|
|
72
|
-
getSectionId:
|
|
73
|
-
getTagId:
|
|
74
|
-
hash:
|
|
75
|
-
isIntersectionEnabled:
|
|
79
|
+
scrollToOperation: ee
|
|
80
|
+
} = Ge(), {
|
|
81
|
+
getReferenceId: te,
|
|
82
|
+
getPathRoutingId: oe,
|
|
83
|
+
getSectionId: vt,
|
|
84
|
+
getTagId: gt,
|
|
85
|
+
hash: ae,
|
|
86
|
+
isIntersectionEnabled: B,
|
|
76
87
|
updateHash: R,
|
|
77
|
-
replaceUrlState:
|
|
78
|
-
} =
|
|
88
|
+
replaceUrlState: re
|
|
89
|
+
} = ze(t);
|
|
79
90
|
if (t.value.redirect && typeof window < "u") {
|
|
80
91
|
const e = t.value.redirect(
|
|
81
92
|
(t.value.pathRouting ? window.location.pathname : "") + window.location.hash
|
|
82
93
|
);
|
|
83
94
|
e && history.replaceState({}, "", e);
|
|
84
95
|
}
|
|
85
|
-
|
|
96
|
+
F(() => R());
|
|
86
97
|
const I = async (e) => {
|
|
87
98
|
var o;
|
|
88
|
-
|
|
89
|
-
},
|
|
90
|
-
|
|
91
|
-
var
|
|
99
|
+
B.value = !1, R(), e ? ee(e) : (o = b.value) == null || o.scrollTo(0, 0), await Be(100), B.value = !0;
|
|
100
|
+
}, H = E(0);
|
|
101
|
+
F(() => Te()), N(() => {
|
|
102
|
+
var s, w, k;
|
|
92
103
|
history.scrollRestoration = "manual";
|
|
93
|
-
const e = (
|
|
104
|
+
const e = (w = (s = b.value) == null ? void 0 : s.parentElement) == null ? void 0 : w.getBoundingClientRect(), o = (k = b.value) == null ? void 0 : k.getBoundingClientRect();
|
|
94
105
|
if (e && o) {
|
|
95
|
-
const
|
|
96
|
-
|
|
106
|
+
const C = o.top - e.top;
|
|
107
|
+
H.value = C < 2 ? 0 : C;
|
|
97
108
|
}
|
|
98
109
|
window.onhashchange = () => {
|
|
99
|
-
I(
|
|
100
|
-
}, window.onpopstate = () => t.value.pathRouting && I(
|
|
110
|
+
I(te());
|
|
111
|
+
}, window.onpopstate = () => t.value.pathRouting && I(oe(window.location.pathname));
|
|
101
112
|
});
|
|
102
|
-
const
|
|
103
|
-
() =>
|
|
104
|
-
), P =
|
|
113
|
+
const ne = T(
|
|
114
|
+
() => q.value || !t.value.isEditable
|
|
115
|
+
), P = Ue((e) => {
|
|
105
116
|
if ((e.target.scrollTop ?? 0) < 50) {
|
|
106
|
-
const
|
|
107
|
-
|
|
117
|
+
const s = t.value.pathRouting ? t.value.pathRouting.basePath : window.location.pathname;
|
|
118
|
+
re("", s + window.location.search);
|
|
108
119
|
}
|
|
109
|
-
}),
|
|
110
|
-
|
|
111
|
-
spec: D.value
|
|
120
|
+
}), m = T(() => ({
|
|
121
|
+
spec: y.value
|
|
112
122
|
}));
|
|
113
|
-
|
|
123
|
+
N(
|
|
114
124
|
() => _.on(({ filename: e, format: o }) => {
|
|
115
|
-
|
|
116
|
-
|
|
125
|
+
Qe(
|
|
126
|
+
U(G) || U($.rawSpec) || "",
|
|
117
127
|
e,
|
|
118
128
|
o
|
|
119
129
|
);
|
|
120
130
|
})
|
|
121
|
-
),
|
|
122
|
-
|
|
123
|
-
|
|
131
|
+
), me(() => _.reset()), be(() => pe()), h(ke, "modal"), h(Ye, t), h(
|
|
132
|
+
Je,
|
|
133
|
+
Xe({
|
|
124
134
|
plugins: t.value.plugins
|
|
125
135
|
})
|
|
126
136
|
);
|
|
127
|
-
function
|
|
128
|
-
|
|
137
|
+
function A(e, o) {
|
|
138
|
+
O(
|
|
129
139
|
() => t.value[e],
|
|
130
|
-
(
|
|
131
|
-
typeof
|
|
140
|
+
(s) => {
|
|
141
|
+
typeof s < "u" && o(s);
|
|
132
142
|
},
|
|
133
143
|
{ immediate: !0 }
|
|
134
144
|
);
|
|
135
145
|
}
|
|
136
|
-
const { setExcludedClients:
|
|
137
|
-
|
|
138
|
-
const
|
|
146
|
+
const { setExcludedClients: le, setDefaultHttpClient: se } = We();
|
|
147
|
+
A("defaultHttpClient", se), A("hiddenClients", le), Z.value = t.value.hideModels ?? !1, x.value = t.value.defaultOpenAllTags ?? !1;
|
|
148
|
+
const ie = T(
|
|
139
149
|
() => `<style>
|
|
140
|
-
${
|
|
150
|
+
${Ie(t.value.theme, {
|
|
141
151
|
fonts: t.value.withDefaultFonts
|
|
142
152
|
})}</style>`
|
|
143
|
-
);
|
|
144
|
-
return (e, o) => {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
153
|
+
), { mediaQueries: ue } = Pe(), de = !1;
|
|
154
|
+
return O(ue.lg, (e, o) => {
|
|
155
|
+
o && !e && (g.value = !1);
|
|
156
|
+
}), O(ae, (e, o) => {
|
|
157
|
+
e && e !== o && (g.value = !1);
|
|
158
|
+
}), (e, o) => {
|
|
159
|
+
var s, w, k, C, L;
|
|
160
|
+
return r(), d(V, null, [
|
|
161
|
+
p("div", { innerHTML: ie.value }, null, 8, tt),
|
|
162
|
+
p("div", {
|
|
149
163
|
ref_key: "documentEl",
|
|
150
|
-
ref:
|
|
151
|
-
class:
|
|
164
|
+
ref: b,
|
|
165
|
+
class: ve(["scalar-app scalar-api-reference references-layout", [
|
|
152
166
|
{
|
|
153
|
-
"scalar-
|
|
167
|
+
"scalar-api-references-standalone-mobile": t.value.showSidebar ?? !0,
|
|
168
|
+
"scalar-scrollbars-obtrusive": X.value,
|
|
154
169
|
"references-editable": t.value.isEditable,
|
|
155
170
|
"references-sidebar": t.value.showSidebar,
|
|
156
|
-
"references-sidebar-mobile-open": a(
|
|
171
|
+
"references-sidebar-mobile-open": a(g),
|
|
157
172
|
"references-classic": t.value.layout === "classic"
|
|
158
173
|
},
|
|
159
174
|
e.$attrs.class
|
|
160
175
|
]]),
|
|
161
|
-
style:
|
|
162
|
-
"--scalar-y-offset": `var(--scalar-custom-header-height, ${
|
|
176
|
+
style: fe({
|
|
177
|
+
"--scalar-y-offset": `var(--scalar-custom-header-height, ${H.value}px)`
|
|
163
178
|
}),
|
|
164
|
-
onScrollPassive: o[
|
|
165
|
-
(...
|
|
179
|
+
onScrollPassive: o[7] || (o[7] = //@ts-ignore
|
|
180
|
+
(...n) => a(P) && a(P)(...n))
|
|
166
181
|
}, [
|
|
167
|
-
|
|
168
|
-
|
|
182
|
+
p("div", ot, [
|
|
183
|
+
t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (r(), S(Ke, {
|
|
184
|
+
key: 0,
|
|
185
|
+
open: a(g),
|
|
186
|
+
"onUpdate:open": o[0] || (o[0] = (n) => he(g) ? g.value = n : null)
|
|
187
|
+
}, null, 8, ["open"])) : l("", !0),
|
|
188
|
+
u(e.$slots, "header", f(v(m.value)), void 0, !0)
|
|
169
189
|
]),
|
|
170
|
-
t.value.showSidebar ? (
|
|
190
|
+
t.value.showSidebar ? (r(), d("aside", {
|
|
171
191
|
key: 0,
|
|
172
|
-
"aria-label": `Sidebar for ${(
|
|
192
|
+
"aria-label": `Sidebar for ${(w = (s = a(M)) == null ? void 0 : s.info) == null ? void 0 : w.title}`,
|
|
173
193
|
class: "references-navigation t-doc__sidebar"
|
|
174
194
|
}, [
|
|
175
|
-
|
|
176
|
-
c(a(
|
|
177
|
-
default:
|
|
178
|
-
c(a(
|
|
195
|
+
p("div", rt, [
|
|
196
|
+
c(a($e), null, {
|
|
197
|
+
default: i(() => [
|
|
198
|
+
c(a(Ze), {
|
|
179
199
|
operationsSorter: t.value.operationsSorter,
|
|
180
|
-
parsedSpec: a(
|
|
200
|
+
parsedSpec: a(y),
|
|
181
201
|
tagsSorter: t.value.tagsSorter
|
|
182
202
|
}, {
|
|
183
|
-
"sidebar-start":
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
203
|
+
"sidebar-start": i(() => {
|
|
204
|
+
var n;
|
|
205
|
+
return [
|
|
206
|
+
e.$slots["document-selector"] ? (r(), d("div", nt, [
|
|
207
|
+
u(e.$slots, "document-selector", {}, void 0, !0)
|
|
208
|
+
])) : l("", !0),
|
|
209
|
+
t.value.hideSearch ? l("", !0) : (r(), d("div", lt, [
|
|
210
|
+
c(a(K), {
|
|
211
|
+
searchHotKey: (n = t.value) == null ? void 0 : n.searchHotKey,
|
|
212
|
+
spec: a(y)
|
|
213
|
+
}, null, 8, ["searchHotKey", "spec"])
|
|
214
|
+
])),
|
|
215
|
+
u(e.$slots, "sidebar-start", f(v(m.value)), void 0, !0)
|
|
216
|
+
];
|
|
217
|
+
}),
|
|
218
|
+
"sidebar-end": i(() => [
|
|
219
|
+
u(e.$slots, "sidebar-end", f(v(m.value)), () => [
|
|
220
|
+
c(a(Me), { class: "darklight-reference" }, {
|
|
221
|
+
toggle: i(() => [
|
|
222
|
+
t.value.hideDarkModeToggle ? (r(), d("span", st)) : (r(), S(a(Ee), {
|
|
223
|
+
key: 0,
|
|
224
|
+
modelValue: e.isDark,
|
|
225
|
+
"onUpdate:modelValue": o[1] || (o[1] = (n) => e.$emit("toggleDarkMode"))
|
|
226
|
+
}, null, 8, ["modelValue"]))
|
|
227
|
+
]),
|
|
228
|
+
default: i(() => [
|
|
229
|
+
t.value.hideClientButton ? l("", !0) : (r(), S(a(we), {
|
|
230
|
+
key: 0,
|
|
231
|
+
buttonSource: "sidebar",
|
|
232
|
+
integration: t.value._integration,
|
|
233
|
+
isDevelopment: de,
|
|
234
|
+
url: t.value.url
|
|
235
|
+
}, null, 8, ["integration", "url"]))
|
|
236
|
+
]),
|
|
237
|
+
_: 1
|
|
238
|
+
})
|
|
239
|
+
], !0)
|
|
188
240
|
]),
|
|
189
241
|
_: 3
|
|
190
242
|
}, 8, ["operationsSorter", "parsedSpec", "tagsSorter"])
|
|
@@ -192,63 +244,88 @@ const ze = ["innerHTML"], Ge = { class: "references-header" }, Ke = ["aria-label
|
|
|
192
244
|
_: 3
|
|
193
245
|
})
|
|
194
246
|
])
|
|
195
|
-
], 8,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
247
|
+
], 8, at)) : l("", !0),
|
|
248
|
+
ge(p("div", it, [
|
|
249
|
+
p("div", ut, [
|
|
250
|
+
u(e.$slots, "editor", f(v(m.value)), void 0, !0)
|
|
199
251
|
])
|
|
200
252
|
], 512), [
|
|
201
|
-
[
|
|
253
|
+
[Se, t.value.isEditable]
|
|
202
254
|
]),
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
"aria-label": `Open API Documentation for ${(
|
|
255
|
+
ne.value ? (r(), d(V, { key: 1 }, [
|
|
256
|
+
p("main", {
|
|
257
|
+
"aria-label": `Open API Documentation for ${(C = (k = a(M)) == null ? void 0 : k.info) == null ? void 0 : C.title}`,
|
|
206
258
|
class: "references-rendered"
|
|
207
259
|
}, [
|
|
208
|
-
c(a(
|
|
260
|
+
c(a(xe), {
|
|
209
261
|
layout: t.value.layout,
|
|
210
|
-
parsedSpec: a(
|
|
211
|
-
},
|
|
212
|
-
start:
|
|
213
|
-
|
|
262
|
+
parsedSpec: a(y)
|
|
263
|
+
}, ye({
|
|
264
|
+
start: i(() => [
|
|
265
|
+
u(e.$slots, "content-start", f(v(m.value)), () => [
|
|
266
|
+
t.value.layout === "classic" ? (r(), S(Ve, { key: 0 }, {
|
|
267
|
+
"dark-mode-toggle": i(() => [
|
|
268
|
+
t.value.hideDarkModeToggle ? l("", !0) : (r(), S(a(Oe), {
|
|
269
|
+
key: 0,
|
|
270
|
+
class: "text-c-2 hover:text-c-1",
|
|
271
|
+
mode: e.isDark ? "dark" : "light",
|
|
272
|
+
style: { transform: "scale(1.4)" },
|
|
273
|
+
variant: "icon",
|
|
274
|
+
onClick: o[2] || (o[2] = (n) => e.$emit("toggleDarkMode"))
|
|
275
|
+
}, null, 8, ["mode"]))
|
|
276
|
+
]),
|
|
277
|
+
default: i(() => [
|
|
278
|
+
e.$slots["document-selector"] ? (r(), d("div", ct, [
|
|
279
|
+
u(e.$slots, "document-selector", {}, void 0, !0)
|
|
280
|
+
])) : l("", !0),
|
|
281
|
+
t.value.hideSearch ? l("", !0) : (r(), S(a(K), {
|
|
282
|
+
key: 1,
|
|
283
|
+
class: "t-doc__sidebar",
|
|
284
|
+
searchHotKey: t.value.searchHotKey,
|
|
285
|
+
spec: a(y)
|
|
286
|
+
}, null, 8, ["searchHotKey", "spec"]))
|
|
287
|
+
]),
|
|
288
|
+
_: 3
|
|
289
|
+
})) : l("", !0)
|
|
290
|
+
], !0)
|
|
214
291
|
]),
|
|
215
|
-
end:
|
|
216
|
-
|
|
292
|
+
end: i(() => [
|
|
293
|
+
u(e.$slots, "content-end", f(v(m.value)), void 0, !0)
|
|
217
294
|
]),
|
|
218
295
|
_: 2
|
|
219
296
|
}, [
|
|
220
|
-
(
|
|
297
|
+
(L = t.value) != null && L.isEditable ? {
|
|
221
298
|
name: "empty-state",
|
|
222
|
-
fn:
|
|
223
|
-
var
|
|
299
|
+
fn: i(() => {
|
|
300
|
+
var n;
|
|
224
301
|
return [
|
|
225
|
-
c(
|
|
226
|
-
theme: ((
|
|
227
|
-
onChangeTheme: o[
|
|
228
|
-
onLinkSwaggerFile: o[
|
|
229
|
-
onLoadSwaggerFile: o[
|
|
230
|
-
onUpdateContent: o[
|
|
302
|
+
c(_e, {
|
|
303
|
+
theme: ((n = t.value) == null ? void 0 : n.theme) || "default",
|
|
304
|
+
onChangeTheme: o[3] || (o[3] = (D) => e.$emit("changeTheme", D)),
|
|
305
|
+
onLinkSwaggerFile: o[4] || (o[4] = (D) => e.$emit("linkSwaggerFile")),
|
|
306
|
+
onLoadSwaggerFile: o[5] || (o[5] = (D) => e.$emit("loadSwaggerFile")),
|
|
307
|
+
onUpdateContent: o[6] || (o[6] = (D) => e.$emit("updateContent", D))
|
|
231
308
|
}, null, 8, ["theme"])
|
|
232
309
|
];
|
|
233
310
|
}),
|
|
234
311
|
key: "0"
|
|
235
312
|
} : void 0
|
|
236
313
|
]), 1032, ["layout", "parsedSpec"])
|
|
237
|
-
], 8,
|
|
238
|
-
e.$slots.footer ? (
|
|
239
|
-
|
|
240
|
-
])) :
|
|
241
|
-
], 64)) :
|
|
242
|
-
c(a(
|
|
314
|
+
], 8, dt),
|
|
315
|
+
e.$slots.footer ? (r(), d("div", mt, [
|
|
316
|
+
u(e.$slots, "footer", f(v(m.value)), void 0, !0)
|
|
317
|
+
])) : l("", !0)
|
|
318
|
+
], 64)) : l("", !0),
|
|
319
|
+
c(a(et), {
|
|
243
320
|
configuration: t.value,
|
|
244
|
-
dereferencedDocument: a(
|
|
321
|
+
dereferencedDocument: a(M)
|
|
245
322
|
}, null, 8, ["configuration", "dereferencedDocument"])
|
|
246
323
|
], 38),
|
|
247
|
-
c(a(
|
|
324
|
+
c(a(Le))
|
|
248
325
|
], 64);
|
|
249
326
|
};
|
|
250
327
|
}
|
|
251
328
|
});
|
|
252
329
|
export {
|
|
253
|
-
|
|
330
|
+
Gt as default
|
|
254
331
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ClientLibraries.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-714ac357"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -2,7 +2,7 @@ import { defineComponent as K, ref as w, useId as h, watch as P, onMounted as B,
|
|
|
2
2
|
import { TabGroup as M, TabList as O, TabPanels as R, TabPanel as j } from "@headlessui/vue";
|
|
3
3
|
import { useWorkspace as G } from "@scalar/api-client/store";
|
|
4
4
|
import { ScalarMarkdown as J, ScalarCodeBlock as W } from "@scalar/components";
|
|
5
|
-
import { REFERENCE_LS_KEYS as Y } from "@scalar/
|
|
5
|
+
import { REFERENCE_LS_KEYS as Y } from "@scalar/helpers/object/local-storage";
|
|
6
6
|
import { useHttpClientStore as q } from "../../../stores/useHttpClientStore.js";
|
|
7
7
|
import z from "./ClientSelector.vue.js";
|
|
8
8
|
import { useFeaturedHttpClients as Q } from "./useFeaturedHttpClients.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":"AAiIA,KAAK,WAAW,GAAG;IACjB,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AAyKF,wBAMG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Description.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2843ffaf"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AA8QA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;gBAuCb,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;gBAHJ,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;YADP,QAAQ,GAAG,SAAS;;AAlBjC,wBA4UK"}
|