@scalar/api-reference 1.32.0 → 1.32.4

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.
Files changed (102) hide show
  1. package/CHANGELOG.md +83 -0
  2. package/README.md +1 -1
  3. package/dist/browser/standalone.js +15732 -15435
  4. package/dist/browser/webpack-stats.json +1 -1
  5. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  6. package/dist/components/ApiReferenceLayout.vue.js +1 -1
  7. package/dist/components/ApiReferenceLayout.vue2.js +163 -158
  8. package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
  9. package/dist/components/Badge/Badge.vue.js +1 -1
  10. package/dist/components/Card/CardHeader.vue.d.ts.map +1 -1
  11. package/dist/components/Card/CardHeader.vue.js +2 -2
  12. package/dist/components/Card/CardTab.vue.d.ts.map +1 -1
  13. package/dist/components/Card/CardTab.vue.js +3 -3
  14. package/dist/components/Card/CardTabHeader.vue.d.ts.map +1 -1
  15. package/dist/components/Card/CardTabHeader.vue.js +2 -2
  16. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +1 -1
  17. package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +1 -1
  18. package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
  19. package/dist/components/Content/Lazy/Loading.vue.d.ts +1 -3
  20. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  21. package/dist/components/Content/Lazy/Loading.vue.js +92 -91
  22. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  23. package/dist/components/Content/Models/Models.vue.js +2 -2
  24. package/dist/components/Content/Models/Models.vue2.js +59 -56
  25. package/dist/components/Content/Schema/RenderString.vue.d.ts +6 -0
  26. package/dist/components/Content/Schema/RenderString.vue.d.ts.map +1 -0
  27. package/dist/components/Content/Schema/RenderString.vue.js +14 -0
  28. package/dist/components/Content/Schema/RenderString.vue2.js +4 -0
  29. package/dist/components/Content/Schema/Schema.vue.d.ts +1 -1
  30. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  31. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  32. package/dist/components/Content/Schema/Schema.vue2.js +76 -75
  33. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  34. package/dist/components/Content/Schema/SchemaComposition.vue.js +58 -66
  35. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts +19 -0
  36. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -0
  37. package/dist/components/Content/Schema/SchemaEnumValues.vue.js +7 -0
  38. package/dist/components/Content/Schema/SchemaEnumValues.vue2.js +125 -0
  39. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +2 -2
  40. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  41. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  42. package/dist/components/Content/Schema/SchemaProperty.vue2.js +96 -170
  43. package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts +18 -0
  44. package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts.map +1 -0
  45. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  46. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  47. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +155 -160
  48. package/dist/components/Content/Schema/helpers/get-schema-type.d.ts +6 -0
  49. package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -0
  50. package/dist/components/Content/Schema/helpers/get-schema-type.js +20 -0
  51. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +1 -1
  52. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts.map +1 -1
  53. package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
  54. package/dist/components/Content/Schema/helpers/schema-name.js +20 -46
  55. package/dist/features/Operation/components/ParameterListItem.vue.js +3 -3
  56. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  57. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  58. package/dist/features/Operation/layouts/ModernLayout.vue2.js +13 -13
  59. package/dist/features/Search/SearchButton.vue.d.ts +1 -0
  60. package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
  61. package/dist/features/Search/SearchButton.vue.js +36 -34
  62. package/dist/features/Search/SearchModal.vue.d.ts +1 -0
  63. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  64. package/dist/features/Search/SearchModal.vue.js +1 -1
  65. package/dist/features/Search/SearchModal.vue2.js +112 -112
  66. package/dist/features/Search/useSearchIndex.d.ts +4 -3
  67. package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
  68. package/dist/features/Search/useSearchIndex.js +119 -82
  69. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts +2 -2
  70. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -1
  71. package/dist/features/api-client-modal/ApiClientModal.vue.js +47 -38
  72. package/dist/features/api-client-modal/useApiClient.d.ts +334 -334
  73. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
  74. package/dist/features/base-url/BaseUrl.vue.js +1 -1
  75. package/dist/features/example-responses/ExampleResponse.vue.js +3 -3
  76. package/dist/features/example-responses/ExampleResponse.vue2.js +7 -7
  77. package/dist/features/example-responses/ExampleResponses.vue.d.ts +1 -1
  78. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  79. package/dist/features/example-responses/ExampleResponses.vue.js +2 -2
  80. package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +1 -1
  81. package/dist/features/sidebar/components/SidebarElement.vue.js +1 -1
  82. package/dist/features/sidebar/components/SidebarElement.vue2.js +23 -21
  83. package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts.map +1 -1
  84. package/dist/features/sidebar/components/SidebarHttpBadge.vue.js +2 -2
  85. package/dist/features/sidebar/components/SidebarHttpBadge.vue2.js +5 -6
  86. package/dist/features/test-request-button/TestRequestButton.vue.js +2 -2
  87. package/dist/features/traverse-schema/helpers/traverse-tags.js +26 -26
  88. package/dist/features/traverse-schema/index.d.ts +1 -1
  89. package/dist/features/traverse-schema/index.d.ts.map +1 -1
  90. package/dist/index.js +1 -1
  91. package/dist/libs/openapi.d.ts +15 -1
  92. package/dist/libs/openapi.d.ts.map +1 -1
  93. package/dist/libs/openapi.js +66 -47
  94. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  95. package/dist/stores/useHttpClientStore.js +2 -2
  96. package/dist/style.css +1 -1
  97. package/dist/types.d.ts +3 -3
  98. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +2 -2
  99. package/package.json +18 -18
  100. package/dist/hooks/useOperation.d.ts +0 -16
  101. package/dist/hooks/useOperation.d.ts.map +0 -1
  102. package/dist/hooks/useOperation.js +0 -27
@@ -1 +1 @@
1
- {"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAuuBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AAqCvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAyShB,iBAAS,cAAc;WAoYT,OAAO,IAA6B;;wBAznBV,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;;;;;;EA6nB/B;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YAtsBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFA6sB9D,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
+ {"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAyuBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AAqCvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAyShB,iBAAS,cAAc;WAoYT,OAAO,IAA6B;;wBAznBV,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;;;;;;EA6nB/B;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YAtsBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFA6sB9D,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"}
@@ -4,7 +4,7 @@ import o from "./ApiReferenceLayout.vue2.js";
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  import t from "../_virtual/_plugin-vue_export-helper.js";
7
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0613cc40"]]);
7
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-c81c86d6"]]);
8
8
  export {
9
9
  a as default
10
10
  };
@@ -1,43 +1,43 @@
1
- import { defineComponent as ve, computed as T, provide as S, ref as D, onBeforeMount as ge, onMounted as Y, watch as E, toValue as K, onUnmounted as he, useId as Se, createElementBlock as m, openBlock as n, Fragment as z, createElementVNode as p, createVNode as f, normalizeStyle as be, normalizeClass as ye, unref as r, createCommentVNode as i, withDirectives as we, createBlock as b, renderSlot as l, normalizeProps as v, guardReactiveProps as g, withCtx as s, vShow as ke, createSlots as Ce } from "vue";
2
- import { provideUseId as $e } from "@headlessui/vue";
1
+ import { defineComponent as ge, computed as M, provide as S, ref as T, onBeforeMount as he, onMounted as K, watch as D, toValue as z, onUnmounted as Se, useId as be, createElementBlock as f, openBlock as n, Fragment as G, createElementVNode as p, createVNode as v, normalizeStyle as ye, normalizeClass as we, unref as r, createCommentVNode as i, withDirectives as ke, createBlock as b, renderSlot as d, normalizeProps as g, guardReactiveProps as h, withCtx as l, vShow as Ce, createSlots as $e } from "vue";
2
+ import { provideUseId as Me } from "@headlessui/vue";
3
3
  import { OpenApiClientButton as Te } from "@scalar/api-client/components";
4
4
  import { LAYOUT_SYMBOL as De } from "@scalar/api-client/hooks";
5
- import { WORKSPACE_SYMBOL as Ee, ACTIVE_ENTITIES_SYMBOL as Me } from "@scalar/api-client/store";
6
- import { addScalarClassesToHeadless as Oe, ScalarErrorBoundary as Ie, ScalarSidebarFooter as Be, ScalarColorModeToggleButton as Re, ScalarColorModeToggleIcon as Le } from "@scalar/components";
7
- import { sleep as He } from "@scalar/helpers/testing/sleep";
8
- import { hasObtrusiveScrollbars as _e, getThemeStyles as Ae } from "@scalar/themes";
9
- import { apiReferenceConfigurationSchema as Pe } from "@scalar/types/api-reference";
10
- import { useBreakpoints as Fe } from "@scalar/use-hooks/useBreakpoints";
11
- import { useToasts as Ne, ScalarToasts as Ve } from "@scalar/use-toasts";
12
- import { useMediaQuery as Ue, useResizeObserver as Ye, useDebounceFn as Ke } from "@vueuse/core";
13
- import ze from "./ClassicHeader.vue.js";
14
- import Ge from "./GettingStarted.vue.js";
15
- import Qe from "./MobileHeader.vue.js";
16
- import { parse as We } from "../helpers/parse.js";
17
- import { CONFIGURATION_SYMBOL as je } from "../hooks/useConfig.js";
18
- import { useNavState as qe } from "../hooks/useNavState.js";
19
- import { downloadEventBus as G, downloadDocument as Je } from "../libs/download.js";
20
- import { createEmptySpecification as Xe } from "../libs/openapi.js";
21
- import { useHttpClientStore as Ze } from "../stores/useHttpClientStore.js";
22
- import { useDocumentSource as xe } from "../features/document-source/hooks/useDocumentSource.js";
23
- import { OPENAPI_VERSION_SYMBOL as et } from "../features/download-link/openapi-version-symbol.js";
24
- import { useSidebar as tt } from "../features/sidebar/hooks/useSidebar.js";
25
- import { PLUGIN_MANAGER_SYMBOL as ot } from "../plugins/hooks/usePluginManager.js";
26
- import { createPluginManager as rt } from "../plugins/plugin-manager.js";
27
- import at from "../features/sidebar/components/Sidebar.vue.js";
28
- import Q from "../features/Search/SearchButton.vue.js";
29
- import nt from "./Content/Content.vue.js";
30
- import it from "../features/api-client-modal/ApiClientModal.vue.js";
31
- const st = ["innerHTML"], lt = { class: "references-header" }, ut = ["aria-label"], dt = { class: "references-navigation-list" }, ct = { key: 0 }, mt = {
5
+ import { WORKSPACE_SYMBOL as Ee, ACTIVE_ENTITIES_SYMBOL as Oe } from "@scalar/api-client/store";
6
+ import { addScalarClassesToHeadless as Ie, ScalarErrorBoundary as Be, ScalarSidebarFooter as Re, ScalarColorModeToggleButton as Le, ScalarColorModeToggleIcon as He } from "@scalar/components";
7
+ import { sleep as _e } from "@scalar/helpers/testing/sleep";
8
+ import { hasObtrusiveScrollbars as Ae, getThemeStyles as Pe } from "@scalar/themes";
9
+ import { apiReferenceConfigurationSchema as Fe } from "@scalar/types/api-reference";
10
+ import { useBreakpoints as Ne } from "@scalar/use-hooks/useBreakpoints";
11
+ import { useToasts as Ve, ScalarToasts as Ue } from "@scalar/use-toasts";
12
+ import { useMediaQuery as Ye, useResizeObserver as Ke, useDebounceFn as ze } from "@vueuse/core";
13
+ import Ge from "./ClassicHeader.vue.js";
14
+ import Qe from "./GettingStarted.vue.js";
15
+ import We from "./MobileHeader.vue.js";
16
+ import { parse as je } from "../helpers/parse.js";
17
+ import { CONFIGURATION_SYMBOL as qe } from "../hooks/useConfig.js";
18
+ import { useNavState as Je } from "../hooks/useNavState.js";
19
+ import { downloadEventBus as Q, downloadDocument as Xe } from "../libs/download.js";
20
+ import { createEmptySpecification as Ze } from "../libs/openapi.js";
21
+ import { useHttpClientStore as xe } from "../stores/useHttpClientStore.js";
22
+ import { useDocumentSource as et } from "../features/document-source/hooks/useDocumentSource.js";
23
+ import { OPENAPI_VERSION_SYMBOL as tt } from "../features/download-link/openapi-version-symbol.js";
24
+ import { useSidebar as ot } from "../features/sidebar/hooks/useSidebar.js";
25
+ import { PLUGIN_MANAGER_SYMBOL as rt } from "../plugins/hooks/usePluginManager.js";
26
+ import { createPluginManager as at } from "../plugins/plugin-manager.js";
27
+ import nt from "../features/sidebar/components/Sidebar.vue.js";
28
+ import W from "../features/Search/SearchButton.vue.js";
29
+ import it from "./Content/Content.vue.js";
30
+ import lt from "../features/api-client-modal/ApiClientModal.vue.js";
31
+ const st = ["innerHTML"], dt = { class: "references-header" }, ut = ["aria-label"], ct = { class: "references-navigation-list" }, mt = { key: 0 }, ft = {
32
32
  key: 1,
33
33
  class: "scalar-api-references-standalone-search"
34
- }, ft = { key: 1 }, pt = { class: "references-editor" }, vt = { class: "references-editor-textarea" }, gt = ["aria-label"], ht = {
34
+ }, vt = { key: 1 }, pt = { class: "references-editor" }, gt = { class: "references-editor-textarea" }, ht = ["aria-label"], St = {
35
35
  key: 0,
36
36
  class: "w-64 *:!p-0 empty:hidden"
37
- }, St = {
37
+ }, bt = {
38
38
  key: 0,
39
39
  class: "references-footer"
40
- }, qt = /* @__PURE__ */ ve({
40
+ }, Jt = /* @__PURE__ */ ge({
41
41
  inheritAttrs: !1,
42
42
  __name: "ApiReferenceLayout",
43
43
  props: {
@@ -49,35 +49,35 @@ const st = ["innerHTML"], lt = { class: "references-header" }, ut = ["aria-label
49
49
  rawSpec: {}
50
50
  },
51
51
  emits: ["changeTheme", "updateContent", "loadSwaggerFile", "linkSwaggerFile", "toggleDarkMode"],
52
- setup(M) {
53
- const t = T(
54
- () => Pe.parse(M.configuration)
55
- ), { initializeToasts: W, toast: j } = Ne();
56
- W((e) => j(e));
52
+ setup(E) {
53
+ const t = M(
54
+ () => Fe.parse(E.configuration)
55
+ ), { initializeToasts: j, toast: q } = Ve();
56
+ j((e) => q(e));
57
57
  const {
58
- originalDocument: q,
59
- originalOpenApiVersion: J,
58
+ originalDocument: J,
59
+ originalOpenApiVersion: X,
60
60
  dereferencedDocument: u,
61
- workspaceStore: X,
62
- activeEntitiesStore: Z
63
- } = xe({
61
+ workspaceStore: Z,
62
+ activeEntitiesStore: x
63
+ } = et({
64
64
  configuration: t,
65
- dereferencedDocument: M.dereferencedDocument,
66
- originalDocument: M.originalDocument
65
+ dereferencedDocument: E.dereferencedDocument,
66
+ originalDocument: E.originalDocument
67
67
  });
68
- S(et, J), S(Ee, X), S(Me, Z);
69
- const x = Ue("(min-width: 1150px)"), ee = D("100dvh"), y = D(null);
70
- Ye(y, (e) => {
71
- ee.value = e[0].contentRect.height + "px";
68
+ S(tt, X), S(Ee, Z), S(Oe, x);
69
+ const ee = Ye("(min-width: 1150px)"), te = T("100dvh"), y = T(null);
70
+ Ke(y, (e) => {
71
+ te.value = e[0].contentRect.height + "px";
72
72
  });
73
- const te = T(_e), R = qe(t), { isSidebarOpen: I, setCollapsedSidebarItem: L, scrollToOperation: oe, items: H } = tt(u, {
73
+ const oe = M(Ae), R = Je(t), { isSidebarOpen: I, setCollapsedSidebarItem: L, scrollToOperation: re, items: H } = ot(u, {
74
74
  ...R,
75
75
  config: t
76
76
  }), {
77
- getReferenceId: re,
78
- getPathRoutingId: ae,
79
- getSectionId: ne,
80
- getTagId: ie,
77
+ getReferenceId: ae,
78
+ getPathRoutingId: ne,
79
+ getSectionId: ie,
80
+ getTagId: le,
81
81
  hash: O,
82
82
  isIntersectionEnabled: _,
83
83
  updateHash: A,
@@ -89,14 +89,14 @@ const st = ["innerHTML"], lt = { class: "references-header" }, ut = ["aria-label
89
89
  );
90
90
  e && history.replaceState({}, "", e);
91
91
  }
92
- ge(() => {
93
- A(), Oe();
92
+ he(() => {
93
+ A(), Ie();
94
94
  });
95
95
  const P = async (e) => {
96
96
  var o;
97
- _.value = !1, A(), e ? oe(e) : (o = y.value) == null || o.scrollTo(0, 0), await He(100), _.value = !0;
98
- }, F = D(0);
99
- Y(() => {
97
+ _.value = !1, A(), e ? re(e) : (o = y.value) == null || o.scrollTo(0, 0), await _e(100), _.value = !0;
98
+ }, F = T(0);
99
+ K(() => {
100
100
  var a, k, C;
101
101
  history.scrollRestoration = "manual";
102
102
  const e = (k = (a = y.value) == null ? void 0 : a.parentElement) == null ? void 0 : k.getBoundingClientRect(), o = (C = y.value) == null ? void 0 : C.getBoundingClientRect();
@@ -105,61 +105,61 @@ const st = ["innerHTML"], lt = { class: "references-header" }, ut = ["aria-label
105
105
  F.value = $ < 2 ? 0 : $;
106
106
  }
107
107
  window.onhashchange = () => {
108
- P(re());
109
- }, window.onpopstate = () => t.value.pathRouting && P(ae(window.location.pathname)), window.addEventListener("scroll", N, { passive: !0 });
108
+ P(ae());
109
+ }, window.onpopstate = () => t.value.pathRouting && P(ne(window.location.pathname)), window.addEventListener("scroll", N, { passive: !0 });
110
110
  });
111
- const le = T(
112
- () => x.value || !t.value.isEditable
113
- ), N = Ke(() => {
111
+ const de = M(
112
+ () => ee.value || !t.value.isEditable
113
+ ), N = ze(() => {
114
114
  window.scrollY < 50 && se("");
115
- }), ue = D(!1);
116
- E(u, (e) => {
115
+ }), ue = T(!1);
116
+ D(u, (e) => {
117
117
  var o;
118
118
  if (O.value) {
119
- const a = ne(O.value);
119
+ const a = ie(O.value);
120
120
  a && L(a, !0);
121
121
  } else {
122
122
  const a = (o = e.tags) == null ? void 0 : o[0];
123
- a && L(ie(a), !0);
123
+ a && L(le(a), !0);
124
124
  }
125
125
  ue.value = !0;
126
126
  });
127
- const w = D(Xe());
128
- E(
127
+ const w = T(Ze());
128
+ D(
129
129
  u,
130
130
  async (e) => {
131
131
  if (!e)
132
132
  return;
133
- const o = await We(e, H.value.entries);
133
+ const o = await je(e, H.value.entries);
134
134
  w.value = o;
135
135
  },
136
136
  { immediate: !0 }
137
137
  );
138
- const d = T(() => {
138
+ const c = M(() => {
139
139
  var e;
140
140
  return {
141
141
  spec: w.value,
142
142
  breadcrumb: ((e = H.value) == null ? void 0 : e.titles.get(O.value)) ?? ""
143
143
  };
144
144
  });
145
- Y(
146
- () => G.on(({ filename: e, format: o }) => {
147
- Je(
148
- K(q) || K(M.rawSpec) || "",
145
+ K(
146
+ () => Q.on(({ filename: e, format: o }) => {
147
+ Xe(
148
+ z(J) || z(E.rawSpec) || "",
149
149
  e,
150
150
  o
151
151
  );
152
152
  })
153
- ), he(() => {
154
- window.removeEventListener("scroll", N), G.reset();
155
- }), $e(() => Se()), S(De, "modal"), S(je, t), S(
156
- ot,
157
- rt({
153
+ ), Se(() => {
154
+ window.removeEventListener("scroll", N), Q.reset();
155
+ }), Me(() => be()), S(De, "modal"), S(qe, t), S(
156
+ rt,
157
+ at({
158
158
  plugins: t.value.plugins
159
159
  })
160
160
  );
161
161
  function V(e, o) {
162
- E(
162
+ D(
163
163
  () => t.value[e],
164
164
  (a) => {
165
165
  typeof a < "u" && o(a);
@@ -167,29 +167,29 @@ const st = ["innerHTML"], lt = { class: "references-header" }, ut = ["aria-label
167
167
  { immediate: !0 }
168
168
  );
169
169
  }
170
- const { setExcludedClients: de, setDefaultHttpClient: ce } = Ze();
171
- V("defaultHttpClient", ce), V("hiddenClients", de);
172
- const me = T(
170
+ const { setExcludedClients: ce, setDefaultHttpClient: me } = xe();
171
+ V("defaultHttpClient", me), V("hiddenClients", ce);
172
+ const fe = M(
173
173
  () => `<style>
174
- ${Ae(t.value.theme, {
174
+ ${Pe(t.value.theme, {
175
175
  fonts: t.value.withDefaultFonts
176
176
  })}</style>`
177
- ), { mediaQueries: fe } = Fe(), pe = !1;
178
- return E(fe.lg, (e, o) => {
177
+ ), { mediaQueries: ve } = Ne(), pe = !1;
178
+ return D(ve.lg, (e, o) => {
179
179
  o && !e && (I.value = !1);
180
- }), E(O, (e, o) => {
180
+ }), D(O, (e, o) => {
181
181
  e && e !== o && (I.value = !1);
182
182
  }), (e, o) => {
183
183
  var a, k, C, $, U;
184
- return n(), m(z, null, [
185
- p("div", { innerHTML: me.value }, null, 8, st),
184
+ return n(), f(G, null, [
185
+ p("div", { innerHTML: fe.value }, null, 8, st),
186
186
  p("div", {
187
187
  ref_key: "documentEl",
188
188
  ref: y,
189
- class: ye(["scalar-app scalar-api-reference references-layout", [
189
+ class: we(["scalar-app scalar-api-reference references-layout", [
190
190
  {
191
191
  "scalar-api-references-standalone-mobile": t.value.showSidebar ?? !0,
192
- "scalar-scrollbars-obtrusive": te.value,
192
+ "scalar-scrollbars-obtrusive": oe.value,
193
193
  "references-editable": t.value.isEditable,
194
194
  "references-sidebar": t.value.showSidebar,
195
195
  "references-sidebar-mobile-open": r(I),
@@ -197,56 +197,57 @@ const st = ["innerHTML"], lt = { class: "references-header" }, ut = ["aria-label
197
197
  },
198
198
  e.$attrs.class
199
199
  ]]),
200
- style: be({
200
+ style: ye({
201
201
  "--scalar-y-offset": `var(--scalar-custom-header-height, ${F.value}px)`
202
202
  })
203
203
  }, [
204
- p("div", lt, [
205
- t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (n(), b(Qe, {
204
+ p("div", dt, [
205
+ t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (n(), b(We, {
206
206
  key: 0,
207
- breadcrumb: d.value.breadcrumb
207
+ breadcrumb: c.value.breadcrumb
208
208
  }, null, 8, ["breadcrumb"])) : i("", !0),
209
- l(e.$slots, "header", v(g(d.value)), void 0, !0)
209
+ d(e.$slots, "header", g(h(c.value)), void 0, !0)
210
210
  ]),
211
- t.value.showSidebar ? (n(), m("aside", {
211
+ t.value.showSidebar ? (n(), f("aside", {
212
212
  key: 0,
213
213
  "aria-label": `Sidebar for ${(k = (a = r(u)) == null ? void 0 : a.info) == null ? void 0 : k.title}`,
214
214
  class: "references-navigation t-doc__sidebar"
215
215
  }, [
216
- p("div", dt, [
217
- f(r(Ie), null, {
218
- default: s(() => {
219
- var h, c;
216
+ p("div", ct, [
217
+ v(r(Be), null, {
218
+ default: l(() => {
219
+ var s, m;
220
220
  return [
221
- f(r(at), {
222
- title: ((c = (h = r(u)) == null ? void 0 : h.info) == null ? void 0 : c.title) ?? "The OpenAPI Schema"
221
+ v(r(nt), {
222
+ title: ((m = (s = r(u)) == null ? void 0 : s.info) == null ? void 0 : m.title) ?? "The OpenAPI Schema"
223
223
  }, {
224
- "sidebar-start": s(() => {
225
- var B;
224
+ "sidebar-start": l(() => {
225
+ var B, Y;
226
226
  return [
227
- e.$slots["document-selector"] ? (n(), m("div", ct, [
228
- l(e.$slots, "document-selector", {}, void 0, !0)
227
+ e.$slots["document-selector"] ? (n(), f("div", mt, [
228
+ d(e.$slots, "document-selector", {}, void 0, !0)
229
229
  ])) : i("", !0),
230
- t.value.hideSearch ? i("", !0) : (n(), m("div", mt, [
231
- f(r(Q), {
230
+ t.value.hideSearch ? i("", !0) : (n(), f("div", ft, [
231
+ v(r(W), {
232
232
  searchHotKey: (B = t.value) == null ? void 0 : B.searchHotKey,
233
+ hideModels: (Y = t.value) == null ? void 0 : Y.hideModels,
233
234
  spec: w.value
234
- }, null, 8, ["searchHotKey", "spec"])
235
+ }, null, 8, ["searchHotKey", "hideModels", "spec"])
235
236
  ])),
236
- l(e.$slots, "sidebar-start", v(g(d.value)), void 0, !0)
237
+ d(e.$slots, "sidebar-start", g(h(c.value)), void 0, !0)
237
238
  ];
238
239
  }),
239
- "sidebar-end": s(() => [
240
- l(e.$slots, "sidebar-end", v(g(d.value)), () => [
241
- f(r(Be), { class: "darklight-reference" }, {
242
- toggle: s(() => [
243
- t.value.hideDarkModeToggle ? (n(), m("span", ft)) : (n(), b(r(Re), {
240
+ "sidebar-end": l(() => [
241
+ d(e.$slots, "sidebar-end", g(h(c.value)), () => [
242
+ v(r(Re), { class: "darklight-reference" }, {
243
+ toggle: l(() => [
244
+ t.value.hideDarkModeToggle ? (n(), f("span", vt)) : (n(), b(r(Le), {
244
245
  key: 0,
245
246
  modelValue: e.isDark,
246
247
  "onUpdate:modelValue": o[0] || (o[0] = (B) => e.$emit("toggleDarkMode"))
247
248
  }, null, 8, ["modelValue"]))
248
249
  ]),
249
- default: s(() => [
250
+ default: l(() => [
250
251
  t.value.hideClientButton ? i("", !0) : (n(), b(r(Te), {
251
252
  key: 0,
252
253
  buttonSource: "sidebar",
@@ -267,88 +268,92 @@ const st = ["innerHTML"], lt = { class: "references-header" }, ut = ["aria-label
267
268
  })
268
269
  ])
269
270
  ], 8, ut)) : i("", !0),
270
- we(p("div", pt, [
271
- p("div", vt, [
272
- l(e.$slots, "editor", v(g(d.value)), void 0, !0)
271
+ ke(p("div", pt, [
272
+ p("div", gt, [
273
+ d(e.$slots, "editor", g(h(c.value)), void 0, !0)
273
274
  ])
274
275
  ], 512), [
275
- [ke, t.value.isEditable]
276
+ [Ce, t.value.isEditable]
276
277
  ]),
277
- le.value ? (n(), m(z, { key: 1 }, [
278
+ de.value ? (n(), f(G, { key: 1 }, [
278
279
  p("main", {
279
280
  "aria-label": `Open API Documentation for ${($ = (C = r(u)) == null ? void 0 : C.info) == null ? void 0 : $.title}`,
280
281
  class: "references-rendered"
281
282
  }, [
282
- f(r(nt), {
283
+ v(r(it), {
283
284
  layout: t.value.layout,
284
285
  document: r(u),
285
286
  parsedSpec: w.value
286
- }, Ce({
287
- start: s(() => [
288
- l(e.$slots, "content-start", v(g(d.value)), () => [
289
- t.value.layout === "classic" ? (n(), b(ze, { key: 0 }, {
290
- "dark-mode-toggle": s(() => [
291
- t.value.hideDarkModeToggle ? i("", !0) : (n(), b(r(Le), {
287
+ }, $e({
288
+ start: l(() => [
289
+ d(e.$slots, "content-start", g(h(c.value)), () => [
290
+ t.value.layout === "classic" ? (n(), b(Ge, { key: 0 }, {
291
+ "dark-mode-toggle": l(() => [
292
+ t.value.hideDarkModeToggle ? i("", !0) : (n(), b(r(He), {
292
293
  key: 0,
293
294
  class: "text-c-2 hover:text-c-1",
294
295
  mode: e.isDark ? "dark" : "light",
295
296
  style: { transform: "scale(1.4)" },
296
297
  variant: "icon",
297
- onClick: o[1] || (o[1] = (h) => e.$emit("toggleDarkMode"))
298
+ onClick: o[1] || (o[1] = (s) => e.$emit("toggleDarkMode"))
298
299
  }, null, 8, ["mode"]))
299
300
  ]),
300
- default: s(() => [
301
- e.$slots["document-selector"] ? (n(), m("div", ht, [
302
- l(e.$slots, "document-selector", {}, void 0, !0)
303
- ])) : i("", !0),
304
- t.value.hideSearch ? i("", !0) : (n(), b(r(Q), {
305
- key: 1,
306
- class: "t-doc__sidebar max-w-64",
307
- searchHotKey: t.value.searchHotKey,
308
- spec: w.value
309
- }, null, 8, ["searchHotKey", "spec"]))
310
- ]),
301
+ default: l(() => {
302
+ var s;
303
+ return [
304
+ e.$slots["document-selector"] ? (n(), f("div", St, [
305
+ d(e.$slots, "document-selector", {}, void 0, !0)
306
+ ])) : i("", !0),
307
+ t.value.hideSearch ? i("", !0) : (n(), b(r(W), {
308
+ key: 1,
309
+ class: "t-doc__sidebar max-w-64",
310
+ searchHotKey: t.value.searchHotKey,
311
+ hideModels: (s = t.value) == null ? void 0 : s.hideModels,
312
+ spec: w.value
313
+ }, null, 8, ["searchHotKey", "hideModels", "spec"]))
314
+ ];
315
+ }),
311
316
  _: 3
312
317
  })) : i("", !0)
313
318
  ], !0)
314
319
  ]),
315
- end: s(() => [
316
- l(e.$slots, "content-end", v(g(d.value)), void 0, !0)
320
+ end: l(() => [
321
+ d(e.$slots, "content-end", g(h(c.value)), void 0, !0)
317
322
  ]),
318
323
  _: 2
319
324
  }, [
320
325
  (U = t.value) != null && U.isEditable ? {
321
326
  name: "empty-state",
322
- fn: s(() => {
323
- var h;
327
+ fn: l(() => {
328
+ var s;
324
329
  return [
325
- f(Ge, {
326
- theme: ((h = t.value) == null ? void 0 : h.theme) || "default",
327
- onChangeTheme: o[2] || (o[2] = (c) => e.$emit("changeTheme", c)),
328
- onLinkSwaggerFile: o[3] || (o[3] = (c) => e.$emit("linkSwaggerFile")),
329
- onLoadSwaggerFile: o[4] || (o[4] = (c) => e.$emit("loadSwaggerFile")),
330
- onUpdateContent: o[5] || (o[5] = (c) => e.$emit("updateContent", c))
330
+ v(Qe, {
331
+ theme: ((s = t.value) == null ? void 0 : s.theme) || "default",
332
+ onChangeTheme: o[2] || (o[2] = (m) => e.$emit("changeTheme", m)),
333
+ onLinkSwaggerFile: o[3] || (o[3] = (m) => e.$emit("linkSwaggerFile")),
334
+ onLoadSwaggerFile: o[4] || (o[4] = (m) => e.$emit("loadSwaggerFile")),
335
+ onUpdateContent: o[5] || (o[5] = (m) => e.$emit("updateContent", m))
331
336
  }, null, 8, ["theme"])
332
337
  ];
333
338
  }),
334
339
  key: "0"
335
340
  } : void 0
336
341
  ]), 1032, ["layout", "document", "parsedSpec"])
337
- ], 8, gt),
338
- e.$slots.footer ? (n(), m("div", St, [
339
- l(e.$slots, "footer", v(g(d.value)), void 0, !0)
342
+ ], 8, ht),
343
+ e.$slots.footer ? (n(), f("div", bt, [
344
+ d(e.$slots, "footer", g(h(c.value)), void 0, !0)
340
345
  ])) : i("", !0)
341
346
  ], 64)) : i("", !0),
342
- f(r(it), {
347
+ v(r(lt), {
343
348
  configuration: t.value,
344
349
  dereferencedDocument: r(u)
345
350
  }, null, 8, ["configuration", "dereferencedDocument"])
346
351
  ], 6),
347
- f(r(Ve))
352
+ v(r(Ue))
348
353
  ], 64);
349
354
  };
350
355
  }
351
356
  });
352
357
  export {
353
- qt as default
358
+ Jt as default
354
359
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.vue"],"names":[],"mappings":"AA4BA,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.vue"],"names":[],"mappings":"AA+CA,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -7,7 +7,7 @@ function s(e, a) {
7
7
  r(e.$slots, "default", {}, void 0, !0)
8
8
  ]);
9
9
  }
10
- const l = /* @__PURE__ */ c(n, [["render", s], ["__scopeId", "data-v-1eb90c5b"]]);
10
+ const l = /* @__PURE__ */ c(n, [["render", s], ["__scopeId", "data-v-75480129"]]);
11
11
  export {
12
12
  l as default
13
13
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;WA+DT,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uTAOnB,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
+ {"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;WA+DT,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uTAOnB,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,7 +1,7 @@
1
1
  import o from "./CardHeader.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-838dc259"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-34675578"]]);
5
5
  export {
6
- e as default
6
+ m as default
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CardTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTab.vue"],"names":[],"mappings":"AA0EA,iBAAS,cAAc;WA2DT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CardTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTab.vue"],"names":[],"mappings":"AAkFA,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,7 @@
1
- import o from "./CardTab.vue2.js";
1
+ import a from "./CardTab.vue2.js";
2
2
  /* empty css */
3
- import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-d0e07e65"]]);
3
+ import o from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ o(a, [["__scopeId", "data-v-faa0eb23"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CardTabHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTabHeader.vue"],"names":[],"mappings":"AA6DA,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;4FAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"CardTabHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTabHeader.vue"],"names":[],"mappings":"AA+DA,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;4FAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import o from "./CardTabHeader.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-03fdb072"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-e70e2978"]]);
5
5
  export {
6
- e as default
6
+ m as default
7
7
  };
@@ -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 a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-681c8e27"]]);
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-21cf9eeb"]]);
5
5
  export {
6
6
  a as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ClientSelector.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-502b1c76"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-82c08547"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./Introduction.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ad2fb148"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-943f535d"]]);
5
5
  export {
6
- m as default
6
+ p as default
7
7
  };
@@ -13,8 +13,6 @@ declare const _default: import("vue").DefineComponent<{
13
13
  server?: Server;
14
14
  layout?: "modern" | "classic";
15
15
  parsedSpec: Spec;
16
- }> & Readonly<{}>, {
17
- layout: "modern" | "classic";
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
19
17
  export default _default;
20
18
  //# sourceMappingURL=Loading.vue.d.ts.map