@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.
Files changed (166) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/browser/standalone.js +15752 -15637
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReference.vue.js +6 -6
  5. package/dist/components/ApiReferenceLayout.vue.d.ts +6 -3
  6. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  7. package/dist/components/ApiReferenceLayout.vue.js +4 -2
  8. package/dist/components/ApiReferenceLayout.vue2.js +230 -153
  9. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
  10. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +1 -1
  11. package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Introduction/Description.vue.js +2 -2
  13. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  14. package/dist/components/Content/Lazy/Loading.vue.js +1 -1
  15. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  16. package/dist/components/Content/Schema/SchemaComposition.vue.js +81 -101
  17. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  19. package/dist/components/Content/Schema/SchemaProperty.vue2.js +114 -105
  20. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +35 -35
  21. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts.map +1 -1
  22. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.js +17 -15
  23. package/dist/components/Content/Schema/helpers/schema-name.js +13 -21
  24. package/dist/components/Content/Tag/OperationsList.vue.d.ts.map +1 -1
  25. package/dist/components/Content/Tag/OperationsList.vue.js +1 -1
  26. package/dist/components/Content/Tag/OperationsList.vue2.js +10 -9
  27. package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +1 -1
  28. package/dist/components/Content/Tag/OperationsListItem.vue.js +1 -1
  29. package/dist/components/Content/Tag/OperationsListItem.vue2.js +29 -28
  30. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  31. package/dist/components/Content/Tag/TagList.vue.js +35 -34
  32. package/dist/components/DocumentSelector/DocumentSelector.vue.d.ts.map +1 -1
  33. package/dist/components/DocumentSelector/DocumentSelector.vue.js +21 -28
  34. package/dist/components/GettingStarted.vue.d.ts.map +1 -1
  35. package/dist/components/GettingStarted.vue.js +3 -3
  36. package/dist/components/GettingStarted.vue2.js +23 -23
  37. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +1 -20
  38. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  39. package/dist/components/HttpMethod/HttpMethod.vue.js +12 -13
  40. package/dist/components/Section/CompactSection.vue.js +2 -2
  41. package/dist/components/Section/CompactSection.vue2.js +6 -6
  42. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  43. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  44. package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
  45. package/dist/components/Sidebar/SidebarElement.vue.js +1 -1
  46. package/dist/components/Sidebar/SidebarElement.vue2.js +5 -5
  47. package/dist/esm.d.ts.map +1 -1
  48. package/dist/features/DocumentSource/hooks/useDocumentFetcher.js +1 -1
  49. package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts +1 -1
  50. package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +1 -1
  51. package/dist/features/DocumentSource/hooks/useDocumentSource.js +11 -11
  52. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
  53. package/dist/features/DownloadLink/DownloadLink.vue.js +2 -2
  54. package/dist/features/DownloadLink/DownloadLink.vue2.js +21 -21
  55. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  56. package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
  57. package/dist/features/ExampleRequest/ExampleRequest.vue2.js +1 -1
  58. package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
  59. package/dist/features/Search/SearchButton.vue.js +2 -2
  60. package/dist/features/Search/SearchButton.vue2.js +16 -16
  61. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  62. package/dist/features/Search/SearchModal.vue.js +2 -2
  63. package/dist/features/Search/SearchModal.vue2.js +1 -1
  64. package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
  65. package/dist/features/Search/useSearchIndex.js +29 -28
  66. package/dist/features/sidebar/helpers/create-sidebar.d.ts +26 -0
  67. package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -0
  68. package/dist/features/sidebar/hooks/useSidebar.d.ts +23 -0
  69. package/dist/features/sidebar/hooks/useSidebar.d.ts.map +1 -0
  70. package/dist/features/sidebar/index.d.ts +2 -0
  71. package/dist/features/sidebar/index.d.ts.map +1 -0
  72. package/dist/features/traverse-schema/helpers/get-tag.d.ts +4 -0
  73. package/dist/features/traverse-schema/helpers/get-tag.d.ts.map +1 -0
  74. package/dist/features/traverse-schema/helpers/operation-id-params.d.ts +8 -0
  75. package/dist/features/traverse-schema/helpers/operation-id-params.d.ts.map +1 -0
  76. package/dist/features/traverse-schema/helpers/operation-id-params.js +8 -0
  77. package/dist/features/traverse-schema/helpers/traverse-description.d.ts +9 -0
  78. package/dist/features/traverse-schema/helpers/traverse-description.d.ts.map +1 -0
  79. package/dist/features/traverse-schema/helpers/traverse-document.d.ts +16 -0
  80. package/dist/features/traverse-schema/helpers/traverse-document.d.ts.map +1 -0
  81. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +11 -0
  82. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -0
  83. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts +6 -0
  84. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -0
  85. package/dist/features/traverse-schema/helpers/traverse-tags.d.ts +9 -0
  86. package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -0
  87. package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts +6 -0
  88. package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -0
  89. package/dist/features/traverse-schema/index.d.ts +4 -0
  90. package/dist/features/traverse-schema/index.d.ts.map +1 -0
  91. package/dist/features/traverse-schema/types.d.ts +51 -0
  92. package/dist/features/traverse-schema/types.d.ts.map +1 -0
  93. package/dist/helpers/parse.d.ts.map +1 -1
  94. package/dist/helpers/parse.js +16 -16
  95. package/dist/hooks/useNavState.d.ts +9 -4
  96. package/dist/hooks/useNavState.d.ts.map +1 -1
  97. package/dist/hooks/useNavState.js +31 -29
  98. package/dist/hooks/useSidebar.d.ts.map +1 -1
  99. package/dist/hooks/useSidebar.js +69 -68
  100. package/dist/index.d.ts +0 -3
  101. package/dist/index.d.ts.map +1 -1
  102. package/dist/index.js +37 -44
  103. package/dist/legacy/fixtures/httpRequestMethods.js +2 -6
  104. package/dist/libs/openapi.js +32 -32
  105. package/dist/stores/useHttpClientStore.js +9 -8
  106. package/dist/style.css +1 -1
  107. package/dist/types.d.ts +0 -1
  108. package/dist/types.d.ts.map +1 -1
  109. package/dist/v2/ApiReferenceWorkspace.vue.d.ts +40 -0
  110. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -0
  111. package/dist/v2/ApiReferenceWorkspace.vue.js +65 -0
  112. package/dist/v2/ApiReferenceWorkspace.vue3.js +5 -0
  113. package/dist/v2/events/definitions.d.ts +35 -0
  114. package/dist/v2/events/definitions.d.ts.map +1 -0
  115. package/dist/v2/events/index.d.ts +3 -0
  116. package/dist/v2/events/index.d.ts.map +1 -0
  117. package/dist/v2/events/listeners.d.ts +8 -0
  118. package/dist/v2/events/listeners.d.ts.map +1 -0
  119. package/dist/v2/events/listeners.js +15 -0
  120. package/dist/v2/styles.d.ts +2 -0
  121. package/dist/v2/styles.d.ts.map +1 -0
  122. package/package.json +13 -11
  123. package/dist/components/HttpMethod/constants.d.ts +0 -9
  124. package/dist/components/HttpMethod/constants.d.ts.map +0 -1
  125. package/dist/components/HttpMethod/constants.js +0 -36
  126. package/dist/components/HttpMethod/utils/isRequestMethod.d.ts +0 -4
  127. package/dist/components/HttpMethod/utils/isRequestMethod.d.ts.map +0 -1
  128. package/dist/components/HttpMethod/utils/isRequestMethod.js +0 -7
  129. package/dist/components/Layouts/ClassicLayout.vue.d.ts +0 -23
  130. package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +0 -1
  131. package/dist/components/Layouts/ClassicLayout.vue.js +0 -67
  132. package/dist/components/Layouts/ClassicLayout.vue2.js +0 -4
  133. package/dist/components/Layouts/Layouts.vue.d.ts +0 -26
  134. package/dist/components/Layouts/Layouts.vue.d.ts.map +0 -1
  135. package/dist/components/Layouts/Layouts.vue.js +0 -35
  136. package/dist/components/Layouts/Layouts.vue2.js +0 -4
  137. package/dist/components/Layouts/ModernLayout.vue.d.ts +0 -23
  138. package/dist/components/Layouts/ModernLayout.vue.d.ts.map +0 -1
  139. package/dist/components/Layouts/ModernLayout.vue.js +0 -8
  140. package/dist/components/Layouts/ModernLayout.vue2.js +0 -102
  141. package/dist/components/Layouts/index.d.ts +0 -2
  142. package/dist/components/Layouts/index.d.ts.map +0 -1
  143. package/dist/components/SingleApiReference.vue.d.ts +0 -29
  144. package/dist/components/SingleApiReference.vue.d.ts.map +0 -1
  145. package/dist/components/SingleApiReference.vue.js +0 -57
  146. package/dist/components/SingleApiReference.vue3.js +0 -5
  147. package/dist/helpers/freeze-element.d.ts +0 -11
  148. package/dist/helpers/freeze-element.d.ts.map +0 -1
  149. package/dist/helpers/freeze-element.js +0 -20
  150. package/dist/helpers/is-mac-os.d.ts +0 -5
  151. package/dist/helpers/is-mac-os.d.ts.map +0 -1
  152. package/dist/helpers/is-mac-os.js +0 -4
  153. package/dist/helpers/measure.d.ts +0 -21
  154. package/dist/helpers/measure.d.ts.map +0 -1
  155. package/dist/helpers/measure.js +0 -7
  156. package/dist/helpers/scroll-to-id.d.ts +0 -7
  157. package/dist/helpers/scroll-to-id.d.ts.map +0 -1
  158. package/dist/helpers/scroll-to-id.js +0 -21
  159. package/dist/helpers/sleep.d.ts +0 -6
  160. package/dist/helpers/sleep.d.ts.map +0 -1
  161. package/dist/helpers/sleep.js +0 -4
  162. package/dist/legacy/helpers/index.d.ts +0 -2
  163. package/dist/legacy/helpers/index.d.ts.map +0 -1
  164. package/dist/legacy/helpers/normalizeRequestMethod.d.ts +0 -6
  165. package/dist/legacy/helpers/normalizeRequestMethod.d.ts.map +0 -1
  166. 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 "./SingleApiReference.vue.js";
3
- /* empty css */
4
- import { useMultipleDocuments as v } from "../hooks/useMultipleDocuments.js";
5
- import { NAV_STATE_SYMBOL as A } from "../hooks/useNavState.js";
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
- } = v({
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(A, { isIntersectionEnabled: c, hash: f, hashPrefix: l }), (C, t) => (h(), _(b, { configuration: e(s) }, {
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<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
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<__VLS_Props> & 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":"AA6kBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AAgCvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAIhB,KAAK,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,CAAC,CAAC;AA4OxD,iBAAS,cAAc;WAoPT,OAAO,IAA6B;;wBAhbZ,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;;;;;;EAqb/D;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YAtfqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFA6f9D,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":"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 m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-c97b32f7"]]);
7
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-10ec21b0"]]);
6
8
  export {
7
- m as default
9
+ c as default
8
10
  };
@@ -1,190 +1,242 @@
1
- import { defineComponent as ie, computed as h, provide as u, ref as E, onBeforeMount as B, onMounted as k, toValue as N, onUnmounted as se, useId as le, createElementBlock as y, openBlock as C, Fragment as F, createElementVNode as i, createVNode as c, unref as a, normalizeStyle as de, normalizeClass as ue, createCommentVNode as O, withDirectives as ce, renderSlot as s, normalizeProps as l, guardReactiveProps as d, withCtx as m, vShow as me, createSlots as fe, watch as pe } from "vue";
2
- import { provideUseId as ve } from "@headlessui/vue";
3
- import { LAYOUT_SYMBOL as ge } from "@scalar/api-client/hooks";
4
- import { WORKSPACE_SYMBOL as Se, ACTIVE_ENTITIES_SYMBOL as he } from "@scalar/api-client/store";
5
- import { addScalarClassesToHeadless as be, ScalarErrorBoundary as we } from "@scalar/components";
6
- import { hasObtrusiveScrollbars as ye, getThemeStyles as Ce } from "@scalar/themes";
7
- import { apiReferenceConfigurationSchema as Te } from "@scalar/types/api-reference";
8
- import { useToasts as De, ScalarToasts as Ee } from "@scalar/use-toasts";
9
- import { useMediaQuery as Oe, useResizeObserver as $e, useDebounceFn as Re } from "@vueuse/core";
10
- import Ie from "./GettingStarted.vue.js";
11
- import { sleep as Me } from "../helpers/sleep.js";
12
- import { CONFIGURATION_SYMBOL as Pe } from "../hooks/useConfig.js";
13
- import { useNavState as Le } from "../hooks/useNavState.js";
14
- import { useSidebar as Ae } from "../hooks/useSidebar.js";
15
- import { downloadEventBus as _, downloadDocument as Be } from "../libs/download.js";
16
- import { useHttpClientStore as ke } from "../stores/useHttpClientStore.js";
17
- import { useDocumentSource as Ne } from "../features/DocumentSource/hooks/useDocumentSource.js";
18
- import { OPENAPI_VERSION_SYMBOL as Fe } from "../features/DownloadLink/openapi-version-symbol.js";
19
- import { PLUGIN_MANAGER_SYMBOL as _e } from "../plugins/hooks/usePluginManager.js";
20
- import { createPluginManager as He } from "../plugins/plugin-manager.js";
21
- import Ue from "./Sidebar/Sidebar.vue.js";
22
- import Ye from "./Content/Content.vue.js";
23
- import Ve from "../features/ApiClientModal/ApiClientModal.vue.js";
24
- const ze = ["innerHTML"], Ge = { class: "references-header" }, Ke = ["aria-label"], Qe = { class: "references-navigation-list" }, We = { class: "references-editor" }, je = { class: "references-editor-textarea" }, qe = ["aria-label"], Je = {
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
- }, Et = /* @__PURE__ */ ie({
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(b) {
39
- const t = h(
40
- () => Te.parse(b.configuration)
41
- ), { initializeToasts: H, toast: U } = De();
42
- H((e) => U(e));
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: Y,
45
- originalOpenApiVersion: V,
46
- dereferencedDocument: T,
47
- parsedDocument: D,
48
- workspaceStore: z,
49
- activeEntitiesStore: G
50
- } = Ne({
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: b.dereferencedDocument,
53
- originalDocument: b.originalDocument
64
+ dereferencedDocument: $.dereferencedDocument,
65
+ originalDocument: $.originalDocument
54
66
  });
55
- u(Fe, V), u(Se, z), u(he, G);
56
- const K = Oe("(min-width: 1150px)"), Q = E("100dvh"), f = E(null);
57
- $e(f, (e) => {
58
- Q.value = e[0].contentRect.height + "px";
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 W = h(ye), {
61
- breadcrumb: j,
62
- collapsedSidebarItems: Xe,
63
- isSidebarOpen: q,
64
- setCollapsedSidebarItem: Ze,
65
- hideModels: J,
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: Z
69
- } = Ae(), {
70
- getReferenceId: x,
71
- getPathRoutingId: ee,
72
- getSectionId: xe,
73
- getTagId: et,
74
- hash: tt,
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: te
78
- } = Le(t);
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
- B(() => R());
96
+ F(() => R());
86
97
  const I = async (e) => {
87
98
  var o;
88
- $.value = !1, R(), e ? Z(e) : (o = f.value) == null || o.scrollTo(0, 0), await Me(100), $.value = !0;
89
- }, M = E(0);
90
- B(() => be()), k(() => {
91
- var r, p, v;
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 = (p = (r = f.value) == null ? void 0 : r.parentElement) == null ? void 0 : p.getBoundingClientRect(), o = (v = f.value) == null ? void 0 : v.getBoundingClientRect();
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 g = o.top - e.top;
96
- M.value = g < 2 ? 0 : g;
106
+ const C = o.top - e.top;
107
+ H.value = C < 2 ? 0 : C;
97
108
  }
98
109
  window.onhashchange = () => {
99
- I(x());
100
- }, window.onpopstate = () => t.value.pathRouting && I(ee(window.location.pathname));
110
+ I(te());
111
+ }, window.onpopstate = () => t.value.pathRouting && I(oe(window.location.pathname));
101
112
  });
102
- const oe = h(
103
- () => K.value || !t.value.isEditable
104
- ), P = Re((e) => {
113
+ const ne = T(
114
+ () => q.value || !t.value.isEditable
115
+ ), P = Ue((e) => {
105
116
  if ((e.target.scrollTop ?? 0) < 50) {
106
- const r = t.value.pathRouting ? t.value.pathRouting.basePath : window.location.pathname;
107
- te("", r + window.location.search);
117
+ const s = t.value.pathRouting ? t.value.pathRouting.basePath : window.location.pathname;
118
+ re("", s + window.location.search);
108
119
  }
109
- }), n = h(() => ({
110
- breadcrumb: j.value,
111
- spec: D.value
120
+ }), m = T(() => ({
121
+ spec: y.value
112
122
  }));
113
- k(
123
+ N(
114
124
  () => _.on(({ filename: e, format: o }) => {
115
- Be(
116
- N(Y) || N(b.rawSpec) || "",
125
+ Qe(
126
+ U(G) || U($.rawSpec) || "",
117
127
  e,
118
128
  o
119
129
  );
120
130
  })
121
- ), se(() => _.reset()), ve(() => le()), u(ge, "modal"), u(Pe, t), u(
122
- _e,
123
- He({
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 L(e, o) {
128
- pe(
137
+ function A(e, o) {
138
+ O(
129
139
  () => t.value[e],
130
- (r) => {
131
- typeof r < "u" && o(r);
140
+ (s) => {
141
+ typeof s < "u" && o(s);
132
142
  },
133
143
  { immediate: !0 }
134
144
  );
135
145
  }
136
- const { setExcludedClients: ae, setDefaultHttpClient: re } = ke();
137
- L("defaultHttpClient", re), L("hiddenClients", ae), J.value = t.value.hideModels ?? !1, X.value = t.value.defaultOpenAllTags ?? !1;
138
- const ne = h(
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
- ${Ce(t.value.theme, {
150
+ ${Ie(t.value.theme, {
141
151
  fonts: t.value.withDefaultFonts
142
152
  })}</style>`
143
- );
144
- return (e, o) => {
145
- var r, p, v, g, A;
146
- return C(), y(F, null, [
147
- i("div", { innerHTML: ne.value }, null, 8, ze),
148
- i("div", {
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: f,
151
- class: ue(["scalar-app scalar-api-reference references-layout", [
164
+ ref: b,
165
+ class: ve(["scalar-app scalar-api-reference references-layout", [
152
166
  {
153
- "scalar-scrollbars-obtrusive": W.value,
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(q),
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: de({
162
- "--scalar-y-offset": `var(--scalar-custom-header-height, ${M.value}px)`
176
+ style: fe({
177
+ "--scalar-y-offset": `var(--scalar-custom-header-height, ${H.value}px)`
163
178
  }),
164
- onScrollPassive: o[4] || (o[4] = //@ts-ignore
165
- (...w) => a(P) && a(P)(...w))
179
+ onScrollPassive: o[7] || (o[7] = //@ts-ignore
180
+ (...n) => a(P) && a(P)(...n))
166
181
  }, [
167
- i("div", Ge, [
168
- s(e.$slots, "header", l(d(n.value)), void 0, !0)
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 ? (C(), y("aside", {
190
+ t.value.showSidebar ? (r(), d("aside", {
171
191
  key: 0,
172
- "aria-label": `Sidebar for ${(p = (r = a(T)) == null ? void 0 : r.info) == null ? void 0 : p.title}`,
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
- i("div", Qe, [
176
- c(a(we), null, {
177
- default: m(() => [
178
- c(a(Ue), {
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(D),
200
+ parsedSpec: a(y),
181
201
  tagsSorter: t.value.tagsSorter
182
202
  }, {
183
- "sidebar-start": m(() => [
184
- s(e.$slots, "sidebar-start", l(d(n.value)), void 0, !0)
185
- ]),
186
- "sidebar-end": m(() => [
187
- s(e.$slots, "sidebar-end", l(d(n.value)), void 0, !0)
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, Ke)) : O("", !0),
196
- ce(i("div", We, [
197
- i("div", je, [
198
- s(e.$slots, "editor", l(d(n.value)), void 0, !0)
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
- [me, t.value.isEditable]
253
+ [Se, t.value.isEditable]
202
254
  ]),
203
- oe.value ? (C(), y(F, { key: 1 }, [
204
- i("main", {
205
- "aria-label": `Open API Documentation for ${(g = (v = a(T)) == null ? void 0 : v.info) == null ? void 0 : g.title}`,
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(Ye), {
260
+ c(a(xe), {
209
261
  layout: t.value.layout,
210
- parsedSpec: a(D)
211
- }, fe({
212
- start: m(() => [
213
- s(e.$slots, "content-start", l(d(n.value)), void 0, !0)
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: m(() => [
216
- s(e.$slots, "content-end", l(d(n.value)), void 0, !0)
292
+ end: i(() => [
293
+ u(e.$slots, "content-end", f(v(m.value)), void 0, !0)
217
294
  ]),
218
295
  _: 2
219
296
  }, [
220
- (A = t.value) != null && A.isEditable ? {
297
+ (L = t.value) != null && L.isEditable ? {
221
298
  name: "empty-state",
222
- fn: m(() => {
223
- var w;
299
+ fn: i(() => {
300
+ var n;
224
301
  return [
225
- c(Ie, {
226
- theme: ((w = t.value) == null ? void 0 : w.theme) || "default",
227
- onChangeTheme: o[0] || (o[0] = (S) => e.$emit("changeTheme", S)),
228
- onLinkSwaggerFile: o[1] || (o[1] = (S) => e.$emit("linkSwaggerFile")),
229
- onLoadSwaggerFile: o[2] || (o[2] = (S) => e.$emit("loadSwaggerFile")),
230
- onUpdateContent: o[3] || (o[3] = (S) => e.$emit("updateContent", S))
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, qe),
238
- e.$slots.footer ? (C(), y("div", Je, [
239
- s(e.$slots, "footer", l(d(n.value)), void 0, !0)
240
- ])) : O("", !0)
241
- ], 64)) : O("", !0),
242
- c(a(Ve), {
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(T)
321
+ dereferencedDocument: a(M)
245
322
  }, null, 8, ["configuration", "dereferencedDocument"])
246
323
  ], 38),
247
- c(a(Ee))
324
+ c(a(Le))
248
325
  ], 64);
249
326
  };
250
327
  }
251
328
  });
252
329
  export {
253
- Et as default
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 c = /* @__PURE__ */ r(o, [["__scopeId", "data-v-1ad6c6bc"]]);
4
+ const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-714ac357"]]);
5
5
  export {
6
- c as default
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/oas-utils/helpers";
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":"AAqIA,KAAK,WAAW,GAAG;IACjB,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AA2KF,wBAMG"}
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 f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-62dad0f5"]]);
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2843ffaf"]]);
5
5
  export {
6
- f as default
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":"AA6QA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;gBAwCb,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"}
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"}