@scalar/api-reference 1.25.122 → 1.25.123

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 (148) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/dist/blocks/constants.d.ts.map +1 -1
  3. package/dist/blocks/helpers/getPointer.d.ts.map +1 -1
  4. package/dist/blocks/hooks/useBlockProps.d.ts.map +1 -1
  5. package/dist/browser/standalone.js +21532 -21032
  6. package/dist/browser/webpack-stats.json +1 -1
  7. package/dist/components/Anchor/Anchor.vue.d.ts +0 -1
  8. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  9. package/dist/components/Anchor/Anchor.vue.js +2 -2
  10. package/dist/components/Anchor/Anchor.vue2.js +27 -23
  11. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  12. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  13. package/dist/components/ApiReferenceLayout.vue2.js +135 -128
  14. package/dist/components/Card/Card.vue.d.ts.map +1 -1
  15. package/dist/components/Card/Card.vue.js +7 -7
  16. package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +1 -1
  17. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Content.vue.js +2 -2
  19. package/dist/components/Content/Content.vue2.js +33 -33
  20. package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
  21. package/dist/components/Content/Introduction/Description.vue.js +2 -2
  22. package/dist/components/Content/Introduction/Description.vue2.js +7 -7
  23. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  24. package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
  25. package/dist/components/Content/Introduction/Introduction.vue2.js +44 -39
  26. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  27. package/dist/components/Content/Lazy/Loading.vue.js +65 -59
  28. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  29. package/dist/components/Content/Models/Models.vue.js +2 -2
  30. package/dist/components/Content/Models/Models.vue2.js +66 -52
  31. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
  32. package/dist/components/Content/Models/ModelsAccordion.vue.js +1 -1
  33. package/dist/components/Content/Models/ModelsAccordion.vue2.js +37 -31
  34. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts.map +1 -1
  35. package/dist/components/Content/Tag/Endpoints.vue.d.ts +1 -0
  36. package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
  37. package/dist/components/Content/Tag/Endpoints.vue.js +2 -2
  38. package/dist/components/Content/Tag/Endpoints.vue2.js +79 -52
  39. package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
  40. package/dist/components/Content/Tag/Tag.vue.js +2 -2
  41. package/dist/components/Content/Tag/Tag.vue2.js +29 -26
  42. package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +1 -1
  43. package/dist/components/Content/Tag/TagAccordion.vue.js +2 -2
  44. package/dist/components/Content/Tag/TagAccordion.vue2.js +22 -19
  45. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  46. package/dist/components/GettingStarted.vue.d.ts.map +1 -1
  47. package/dist/components/GettingStarted.vue.js +2 -2
  48. package/dist/components/GettingStarted.vue2.js +25 -25
  49. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  50. package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
  51. package/dist/components/Layouts/ClassicLayout.vue.js +6 -6
  52. package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
  53. package/dist/components/Section/SectionContainer.vue.js +1 -1
  54. package/dist/components/Section/SectionHeader.vue.d.ts +1 -6
  55. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  56. package/dist/components/Section/SectionHeader.vue.js +1 -1
  57. package/dist/components/Section/SectionHeader.vue2.js +12 -16
  58. package/dist/components/Section/SectionHeaderTag.vue.d.ts +21 -0
  59. package/dist/components/Section/SectionHeaderTag.vue.d.ts.map +1 -0
  60. package/dist/components/Section/SectionHeaderTag.vue.js +7 -0
  61. package/dist/components/Section/SectionHeaderTag.vue2.js +18 -0
  62. package/dist/components/Section/index.d.ts +1 -0
  63. package/dist/components/Section/index.d.ts.map +1 -1
  64. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  65. package/dist/components/Sidebar/Sidebar.vue.js +1 -1
  66. package/dist/components/Sidebar/Sidebar.vue2.js +14 -14
  67. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
  68. package/dist/components/Sidebar/SidebarElement.vue.js +2 -2
  69. package/dist/esm.d.ts.map +1 -1
  70. package/dist/esm.js +1 -3
  71. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
  72. package/dist/features/ApiClientModal/useApiClient.d.ts +414 -510
  73. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  74. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  75. package/dist/features/BaseUrl/BaseUrl.vue.js +20 -21
  76. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  77. package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
  78. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  79. package/dist/features/ExampleResponses/ExampleResponses.vue.js +2 -2
  80. package/dist/features/ExampleResponses/ExampleResponses.vue2.js +47 -47
  81. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  82. package/dist/features/Operation/Operation.vue.js +5 -5
  83. package/dist/features/Operation/Webhooks.vue.d.ts.map +1 -1
  84. package/dist/features/Operation/Webhooks.vue.js +3 -3
  85. package/dist/features/Operation/Webhooks.vue2.js +74 -60
  86. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  87. package/dist/features/Operation/components/ContentTypeSelect.vue.js +2 -2
  88. package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
  89. package/dist/features/Operation/components/ParameterHeaders.vue.js +3 -3
  90. package/dist/features/Operation/components/ParameterHeaders.vue2.js +8 -8
  91. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  92. package/dist/features/Operation/components/ParameterListItem.vue.js +3 -3
  93. package/dist/features/Operation/components/ParameterListItem.vue2.js +16 -16
  94. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  95. package/dist/features/Operation/components/RequestBody.vue.js +2 -2
  96. package/dist/features/Operation/components/RequestBody.vue2.js +26 -47
  97. package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -1
  98. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  99. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  100. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +11 -11
  101. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  102. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  103. package/dist/features/Operation/layouts/ModernLayout.vue2.js +80 -69
  104. package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
  105. package/dist/features/Search/SearchButton.vue.js +1 -1
  106. package/dist/features/Search/SearchButton.vue2.js +30 -18
  107. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  108. package/dist/features/Search/SearchModal.vue.js +1 -1
  109. package/dist/features/Search/SearchModal.vue2.js +104 -95
  110. package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
  111. package/dist/features/Search/useSearchIndex.js +11 -17
  112. package/dist/features/TestRequestButton/TestRequestButton.vue.d.ts.map +1 -1
  113. package/dist/features/TestRequestButton/TestRequestButton.vue.js +2 -2
  114. package/dist/features/TestRequestButton/TestRequestButton.vue2.js +6 -6
  115. package/dist/helpers/createEmptySpecification.d.ts.map +1 -1
  116. package/dist/helpers/get-request.d.ts.map +1 -1
  117. package/dist/helpers/getModels.d.ts.map +1 -1
  118. package/dist/helpers/isMacOs.d.ts.map +1 -1
  119. package/dist/helpers/operation.d.ts.map +1 -1
  120. package/dist/helpers/parse.js +62 -62
  121. package/dist/helpers/specDownloads.d.ts.map +1 -1
  122. package/dist/helpers/specHelpers.d.ts.map +1 -1
  123. package/dist/helpers/waitFor.d.ts.map +1 -1
  124. package/dist/hooks/useConfig.d.ts.map +1 -1
  125. package/dist/hooks/useDeprecationWarnings.d.ts.map +1 -1
  126. package/dist/hooks/useDeprecationWarnings.js +1 -5
  127. package/dist/hooks/useNavState.d.ts +1 -2
  128. package/dist/hooks/useNavState.d.ts.map +1 -1
  129. package/dist/hooks/useNavState.js +3 -10
  130. package/dist/hooks/useReactiveSpec.d.ts +8 -8
  131. package/dist/hooks/useReactiveSpec.d.ts.map +1 -1
  132. package/dist/hooks/useReactiveSpec.js +12 -13
  133. package/dist/hooks/useSidebar.d.ts.map +1 -1
  134. package/dist/hooks/useSidebar.js +38 -48
  135. package/dist/index.js +1 -1
  136. package/dist/legacy/helpers/normalizeRequestMethod.d.ts.map +1 -1
  137. package/dist/legacy/helpers/normalizeRequestMethod.js +2 -6
  138. package/dist/legacy/types.d.ts.map +1 -1
  139. package/dist/standalone/lib/html-api.d.ts +11 -0
  140. package/dist/standalone/lib/html-api.d.ts.map +1 -0
  141. package/dist/standalone/lib/html-rendering.d.ts +51 -0
  142. package/dist/standalone/lib/html-rendering.d.ts.map +1 -0
  143. package/dist/standalone/lib/html-rendering.js +54 -0
  144. package/dist/stores/useHttpClientStore.d.ts.map +1 -1
  145. package/dist/style.css +1 -1
  146. package/dist/types.d.ts +0 -3
  147. package/dist/types.d.ts.map +1 -1
  148. package/package.json +15 -14
@@ -5,7 +5,6 @@ declare function __VLS_template(): {
5
5
  attrs: Partial<{}>;
6
6
  slots: {
7
7
  default?(_: {}): any;
8
- default?(_: {}): any;
9
8
  };
10
9
  refs: {};
11
10
  rootEl: HTMLSpanElement;
@@ -1 +1 @@
1
- {"version":3,"file":"Anchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Anchor/Anchor.vue"],"names":[],"mappings":"AA8EA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;CACX,CAAC;AAcF,iBAAS,cAAc;WAiET,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,8SAOnB,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":"Anchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Anchor/Anchor.vue"],"names":[],"mappings":"AAyFA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;CACX,CAAC;AAgBF,iBAAS,cAAc;WAgET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,8SAOnB,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 "./Anchor.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-3cb2dd80"]]);
4
+ const _ = /* @__PURE__ */ r(o, [["__scopeId", "data-v-498e73bd"]]);
5
5
  export {
6
- p as default
6
+ _ as default
7
7
  };
@@ -1,37 +1,41 @@
1
- import { defineComponent as i, openBlock as p, createElementBlock as a, renderSlot as r, createElementVNode as e, withModifiers as u, unref as m, createVNode as f, withCtx as C, createTextVNode as n } from "vue";
2
- import { useClipboard as b } from "@scalar/use-hooks/useClipboard";
3
- import k from "../ScreenReader.vue.js";
4
- import { useNavState as v } from "../../hooks/useNavState.js";
5
- const y = { class: "label" }, N = { class: "anchor" }, B = /* @__PURE__ */ i({
1
+ import { defineComponent as a, useId as l, openBlock as p, createElementBlock as u, createElementVNode as t, unref as s, renderSlot as c, withModifiers as m, createVNode as f, withCtx as b, createTextVNode as _ } from "vue";
2
+ import { useClipboard as y } from "@scalar/use-hooks/useClipboard";
3
+ import C from "../ScreenReader.vue.js";
4
+ import { useNavState as h } from "../../hooks/useNavState.js";
5
+ const k = { class: "label" }, N = ["id"], v = { class: "anchor" }, I = ["aria-describedby"], E = /* @__PURE__ */ a({
6
6
  __name: "Anchor",
7
7
  props: {
8
8
  id: {}
9
9
  },
10
- setup(c) {
11
- const { copyToClipboard: s } = b(), { getHashedUrl: l } = v(), d = (o) => l(o);
12
- return (o, t) => (p(), a("span", y, [
13
- r(o.$slots, "default", {}, void 0, !0),
14
- e("span", N, [
15
- t[4] || (t[4] = e("span", null, "​", -1)),
16
- e("button", {
10
+ setup(S) {
11
+ const n = l(), { copyToClipboard: r } = y(), { getHashedUrl: d } = h(), i = (o) => d(o);
12
+ return (o, e) => (p(), u("span", k, [
13
+ t("span", {
14
+ id: s(n),
15
+ class: "contents"
16
+ }, [
17
+ c(o.$slots, "default", {}, void 0, !0)
18
+ ], 8, N),
19
+ t("span", v, [
20
+ e[3] || (e[3] = t("span", null, "​", -1)),
21
+ t("button", {
22
+ "aria-describedby": s(n),
17
23
  class: "anchor-copy",
18
24
  type: "button",
19
- onClick: t[0] || (t[0] = u((S) => m(s)(d(o.id)), ["stop"]))
25
+ onClick: e[0] || (e[0] = m((V) => s(r)(i(o.id)), ["stop"]))
20
26
  }, [
21
- t[3] || (t[3] = e("span", { "aria-hidden": "true" }, "#", -1)),
22
- f(k, null, {
23
- default: C(() => [
24
- t[1] || (t[1] = n('Copy link to "')),
25
- r(o.$slots, "default", {}, void 0, !0),
26
- t[2] || (t[2] = n('"'))
27
- ]),
28
- _: 3
27
+ e[2] || (e[2] = t("span", { "aria-hidden": "true" }, "#", -1)),
28
+ f(C, null, {
29
+ default: b(() => e[1] || (e[1] = [
30
+ _("Copy link")
31
+ ])),
32
+ _: 1
29
33
  })
30
- ])
34
+ ], 8, I)
31
35
  ])
32
36
  ]));
33
37
  }
34
38
  });
35
39
  export {
36
- B as default
40
+ E as default
37
41
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAonBA,OAAO,EACL,KAAK,OAAO,EAGb,MAAM,gBAAgB,CAAA;AAoBvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,UAAU,CAAA;AAOjB,KAAK,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,CAAC,CAAC;AAgRxD,iBAAS,cAAc;WAoPT,OAAO,IAA6B;;wBA/eZ,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;;;;;;EAof/D;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YA7hBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFAoiB9D,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":"AA8nBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AAuBvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,UAAU,CAAA;AAOjB,KAAK,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,CAAC,CAAC;AA2RxD,iBAAS,cAAc;WAoPT,OAAO,IAA6B;;wBA1fZ,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;;;;;;EA+f/D;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YAxiBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFA+iB9D,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"}
@@ -2,7 +2,7 @@ import o from "./ApiReferenceLayout.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import t from "../_virtual/_plugin-vue_export-helper.js";
5
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-10065932"]]);
5
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-6712abf1"]]);
6
6
  export {
7
- a as default
7
+ f as default
8
8
  };
@@ -1,30 +1,27 @@
1
- import { defineComponent as ie, ref as C, computed as h, onBeforeMount as M, onMounted as se, onUnmounted as le, watch as T, onServerPrefetch as de, useSSRContext as ce, getCurrentInstance as ue, provide as v, openBlock as b, createElementBlock as y, Fragment as P, createElementVNode as d, normalizeClass as fe, unref as s, normalizeStyle as pe, renderSlot as c, normalizeProps as u, guardReactiveProps as f, createVNode as p, withCtx as m, createCommentVNode as $, withDirectives as me, vShow as ge, createSlots as Se } from "vue";
2
- import { CONFIGURATION_SYMBOL as he } from "../hooks/useConfig.js";
3
- import { useHttpClientStore as ve } from "../stores/useHttpClientStore.js";
4
- import { provideUseId as be } from "@headlessui/vue";
5
- import { LAYOUT_SYMBOL as ye } from "@scalar/api-client/hooks";
6
- import { createWorkspaceStore as we, WORKSPACE_SYMBOL as Ce, createActiveEntitiesStore as Te, ACTIVE_ENTITIES_SYMBOL as $e } from "@scalar/api-client/store";
7
- import { addScalarClassesToHeadless as Ee, ScalarErrorBoundary as Re } from "@scalar/components";
8
- import { defaultStateFactory as D } from "@scalar/oas-utils/helpers";
9
- import { hasObtrusiveScrollbars as Ie, getThemeStyles as Oe } from "@scalar/themes";
10
- import { useToasts as ke, ScalarToasts as Ae } from "@scalar/use-toasts";
11
- import { useMediaQuery as Be, useResizeObserver as Fe, useDebounceFn as Le } from "@vueuse/core";
1
+ import { defineComponent as se, ref as $, computed as v, onBeforeMount as M, onMounted as le, onUnmounted as de, watch as R, onServerPrefetch as ce, useSSRContext as ue, getCurrentInstance as fe, provide as b, openBlock as w, createElementBlock as y, Fragment as D, createElementVNode as d, normalizeClass as pe, unref as s, normalizeStyle as me, renderSlot as c, normalizeProps as u, guardReactiveProps as f, createVNode as p, withCtx as m, createCommentVNode as E, withDirectives as ge, vShow as Se, createSlots as he } from "vue";
2
+ import { provideUseId as ve } from "@headlessui/vue";
3
+ import { LAYOUT_SYMBOL as be } from "@scalar/api-client/hooks";
4
+ import { createWorkspaceStore as we, WORKSPACE_SYMBOL as ye, createActiveEntitiesStore as Ce, ACTIVE_ENTITIES_SYMBOL as Te } from "@scalar/api-client/store";
5
+ import { addScalarClassesToHeadless as $e, ScalarErrorBoundary as Re } from "@scalar/components";
6
+ import { defaultStateFactory as H } from "@scalar/oas-utils/helpers";
7
+ import { hasObtrusiveScrollbars as Ee, getThemeStyles as Ie } from "@scalar/themes";
8
+ import { useToasts as Oe, ScalarToasts as ke } from "@scalar/use-toasts";
9
+ import { useMediaQuery as Ae, useResizeObserver as Be, useDebounceFn as Fe } from "@vueuse/core";
10
+ import { CONFIGURATION_SYMBOL as Le } from "../hooks/useConfig.js";
11
+ import { useHttpClientStore as Pe } from "../stores/useHttpClientStore.js";
12
12
  import Me from "./GettingStarted.vue.js";
13
- import { downloadSpecBus as H, downloadSpecFile as Pe } from "../helpers/specDownloads.js";
14
- import { useDeprecationWarnings as De } from "../hooks/useDeprecationWarnings.js";
15
- import He from "./Sidebar/Sidebar.vue.js";
16
- import Ue from "./Content/Content.vue.js";
17
- import Ne from "../features/ApiClientModal/ApiClientModal.vue.js";
18
- import { useSidebar as Ye } from "../hooks/useSidebar.js";
19
- import { useNavState as ze } from "../hooks/useNavState.js";
20
- import { sleep as Ve } from "../helpers/sleep.js";
21
- const We = ["innerHTML"], Ge = { class: "references-header" }, Ke = {
22
- key: 0,
23
- class: "references-navigation t-doc__sidebar"
24
- }, je = { class: "references-navigation-list" }, Qe = { class: "references-editor" }, qe = { class: "references-editor-textarea" }, Je = ["aria-label"], Xe = {
13
+ import { downloadSpecBus as U, downloadSpecFile as De } from "../helpers/specDownloads.js";
14
+ import { useDeprecationWarnings as He } from "../hooks/useDeprecationWarnings.js";
15
+ import Ue from "./Sidebar/Sidebar.vue.js";
16
+ import Ne from "./Content/Content.vue.js";
17
+ import Ye from "../features/ApiClientModal/ApiClientModal.vue.js";
18
+ import { useSidebar as ze } from "../hooks/useSidebar.js";
19
+ import { useNavState as Ve } from "../hooks/useNavState.js";
20
+ import { sleep as We } from "../helpers/sleep.js";
21
+ const Ge = ["innerHTML"], Ke = { class: "references-header" }, je = ["aria-label"], Qe = { class: "references-navigation-list" }, qe = { class: "references-editor" }, Je = { class: "references-editor-textarea" }, Xe = ["aria-label"], Ze = {
25
22
  key: 0,
26
23
  class: "references-footer"
27
- }, ht = /* @__PURE__ */ ie({
24
+ }, vt = /* @__PURE__ */ se({
28
25
  inheritAttrs: !1,
29
26
  __name: "ApiReferenceLayout",
30
27
  props: {
@@ -33,100 +30,106 @@ const We = ["innerHTML"], Ge = { class: "references-header" }, Ke = {
33
30
  rawSpec: {}
34
31
  },
35
32
  emits: ["changeTheme", "updateContent", "loadSwaggerFile", "linkSwaggerFile", "toggleDarkMode"],
36
- setup(U) {
37
- const o = U, { initializeToasts: N, toast: Y } = ke();
38
- N((e) => Y(e));
39
- const z = Be("(min-width: 1150px)"), V = C("100dvh"), g = C(null);
40
- Fe(g, (e) => {
41
- V.value = e[0].contentRect.height + "px";
33
+ setup(N) {
34
+ const o = N, { initializeToasts: Y, toast: z } = Oe();
35
+ Y((e) => z(e));
36
+ const V = Ae("(min-width: 1150px)"), W = $("100dvh"), g = $(null);
37
+ Be(g, (e) => {
38
+ W.value = e[0].contentRect.height + "px";
42
39
  });
43
- const W = h(Ie), {
44
- breadcrumb: G,
45
- collapsedSidebarItems: S,
46
- isSidebarOpen: K,
47
- setCollapsedSidebarItem: E,
48
- hideModels: j,
49
- defaultOpenAllTags: Q,
50
- setParsedSpec: q,
51
- scrollToOperation: J
52
- } = Ye(), {
53
- getReferenceHash: X,
54
- getPathRoutingId: R,
55
- getSectionId: Z,
56
- getTagId: _,
57
- hash: x,
58
- isIntersectionEnabled: I,
59
- pathRouting: O,
60
- updateHash: k,
61
- replaceUrlState: ee
62
- } = ze();
63
- O.value = o.configuration.pathRouting, M(() => k());
64
- const A = async (e) => {
40
+ const G = v(Ee), {
41
+ breadcrumb: K,
42
+ collapsedSidebarItems: h,
43
+ isSidebarOpen: j,
44
+ setCollapsedSidebarItem: I,
45
+ hideModels: Q,
46
+ defaultOpenAllTags: q,
47
+ setParsedSpec: J,
48
+ scrollToOperation: X
49
+ } = ze(), {
50
+ getReferenceHash: Z,
51
+ getPathRoutingId: O,
52
+ getSectionId: _,
53
+ getTagId: x,
54
+ hash: ee,
55
+ isIntersectionEnabled: k,
56
+ pathRouting: C,
57
+ updateHash: A,
58
+ replaceUrlState: te
59
+ } = Ve();
60
+ if (o.configuration.pathRouting && (C.value = o.configuration.pathRouting), o.configuration.redirect && typeof window < "u") {
61
+ const e = o.configuration.redirect(
62
+ (C.value ? window.location.pathname : "") + window.location.hash
63
+ );
64
+ e && history.replaceState({}, "", e);
65
+ }
66
+ M(() => A());
67
+ const B = async (e) => {
65
68
  var t;
66
- I.value = !1, k(), e ? J(e) : (t = g.value) == null || t.scrollTo(0, 0), await Ve(100), I.value = !0;
67
- }, B = C(0);
68
- M(() => Ee()), se(() => {
69
+ k.value = !1, A(), e ? X(e) : (t = g.value) == null || t.scrollTo(0, 0), await We(100), k.value = !0;
70
+ }, F = $(0);
71
+ M(() => $e()), le(() => {
69
72
  var r, a, n;
70
- history.scrollRestoration = "manual", H.on(({ specTitle: i }) => {
71
- Pe(o.rawSpec, i);
73
+ history.scrollRestoration = "manual", U.on(({ specTitle: i }) => {
74
+ De(o.rawSpec, i);
72
75
  });
73
76
  const e = (a = (r = g.value) == null ? void 0 : r.parentElement) == null ? void 0 : a.getBoundingClientRect(), t = (n = g.value) == null ? void 0 : n.getBoundingClientRect();
74
77
  if (e && t) {
75
78
  const i = t.top - e.top;
76
- B.value = i < 2 ? 0 : i;
79
+ F.value = i < 2 ? 0 : i;
77
80
  }
78
81
  window.onhashchange = () => {
79
- A(X());
80
- }, window.onpopstate = () => O.value && A(R(window.location.pathname));
82
+ B(Z());
83
+ }, window.onpopstate = () => C.value && B(O(window.location.pathname));
81
84
  });
82
- const te = h(
83
- () => z.value || !o.configuration.isEditable
84
- ), F = Le((e) => {
85
+ const oe = v(
86
+ () => V.value || !o.configuration.isEditable
87
+ ), L = Fe((e) => {
85
88
  if ((e.target.scrollTop ?? 0) < 50) {
86
89
  const r = o.configuration.pathRouting ? o.configuration.pathRouting.basePath : window.location.pathname;
87
- ee("", r + window.location.search);
90
+ te("", r + window.location.search);
88
91
  }
89
- }), l = h(() => ({
90
- breadcrumb: G.value,
92
+ }), l = v(() => ({
93
+ breadcrumb: K.value,
91
94
  spec: o.parsedSpec
92
95
  }));
93
- le(() => {
94
- H.reset();
95
- }), T(() => o.parsedSpec, q, { deep: !0 }), de(() => {
96
+ de(() => {
97
+ U.reset();
98
+ }), R(() => o.parsedSpec, J, { deep: !0 }), ce(() => {
96
99
  var t, r;
97
- const e = ce();
98
- if (e && (e.payload || (e.payload = { data: D() }), (t = e.payload).data || (t.data = D()), o.configuration.pathRouting)) {
99
- const a = R(e.url);
100
- x.value = a, e.payload.data.hash = a;
101
- for (const n in S)
102
- Object.hasOwn(S, n) && delete S[n];
100
+ const e = ue();
101
+ if (e && (e.payload || (e.payload = { data: H() }), (t = e.payload).data || (t.data = H()), o.configuration.pathRouting)) {
102
+ const a = O(e.url);
103
+ ee.value = a, e.payload.data.hash = a;
104
+ for (const n in h)
105
+ Object.hasOwn(h, n) && delete h[n];
103
106
  if (a)
104
- E(Z(a), !0);
107
+ I(_(a), !0);
105
108
  else {
106
109
  const n = (r = o.parsedSpec.tags) == null ? void 0 : r[0];
107
- n && E(_(n), !0);
110
+ n && I(x(n), !0);
108
111
  }
109
- e.payload.data["useSidebarContent-collapsedSidebarItems"] = S;
112
+ e.payload.data["useSidebarContent-collapsedSidebarItems"] = h;
110
113
  }
111
- }), be(() => {
114
+ }), ve(() => {
112
115
  var a;
113
- const e = ue(), t = "scalar-instance-id";
116
+ const e = fe(), t = "scalar-instance-id";
114
117
  if (!e) return t;
115
118
  let r = e.uid;
116
119
  return typeof window > "u" ? (e.attrs || (e.attrs = {}), e.attrs[t] = r) : (a = e.vnode.el) != null && a.getAttribute && (r = e.vnode.el.getAttribute(t)), `${t}-${r}`;
117
120
  });
118
- const w = we({
121
+ const T = we({
119
122
  proxyUrl: o.configuration.proxyUrl || o.configuration.proxy,
120
123
  themeId: o.configuration.theme,
121
124
  useLocalStorage: !1,
122
125
  hideClientButton: o.configuration.hideClientButton,
123
126
  integration: o.configuration._integration
124
127
  });
125
- T(
128
+ R(
126
129
  () => o.rawSpec,
127
130
  (e) => {
128
131
  var t;
129
- return e && w.importSpecFile(e, "default", {
132
+ return e && T.importSpecFile(e, "default", {
130
133
  shouldLoad: !1,
131
134
  documentUrl: (t = o.configuration.spec) == null ? void 0 : t.url,
132
135
  setCollectionSecurity: !0,
@@ -134,11 +137,11 @@ const We = ["innerHTML"], Ge = { class: "references-header" }, Ke = {
134
137
  });
135
138
  },
136
139
  { immediate: !0 }
137
- ), v(Ce, w);
138
- const oe = Te(w);
139
- v($e, oe), v(ye, "modal"), v(he, o.configuration ?? {});
140
- function L(e, t) {
141
- T(
140
+ ), b(ye, T);
141
+ const re = Ce(T);
142
+ b(Te, re), b(be, "modal"), b(Le, o.configuration ?? {});
143
+ function P(e, t) {
144
+ R(
142
145
  () => o.configuration[e],
143
146
  (r) => {
144
147
  typeof r < "u" && t(r);
@@ -146,45 +149,49 @@ const We = ["innerHTML"], Ge = { class: "references-header" }, Ke = {
146
149
  { immediate: !0 }
147
150
  );
148
151
  }
149
- const { setExcludedClients: re, setDefaultHttpClient: ae } = ve();
150
- L("defaultHttpClient", ae), L("hiddenClients", re), j.value = o.configuration.hideModels ?? !1, Q.value = o.configuration.defaultOpenAllTags ?? !1, De(o.configuration);
151
- const ne = h(
152
+ const { setExcludedClients: ae, setDefaultHttpClient: ne } = Pe();
153
+ P("defaultHttpClient", ne), P("hiddenClients", ae), Q.value = o.configuration.hideModels ?? !1, q.value = o.configuration.defaultOpenAllTags ?? !1, He(o.configuration);
154
+ const ie = v(
152
155
  () => `<style>
153
- ${Oe(o.configuration.theme, {
156
+ ${Ie(o.configuration.theme, {
154
157
  fonts: o.configuration.withDefaultFonts
155
158
  })}</style>`
156
159
  );
157
160
  return (e, t) => {
158
- var r, a;
159
- return b(), y(P, null, [
160
- d("div", { innerHTML: ne.value }, null, 8, We),
161
+ var r, a, n;
162
+ return w(), y(D, null, [
163
+ d("div", { innerHTML: ie.value }, null, 8, Ge),
161
164
  d("div", {
162
165
  ref_key: "documentEl",
163
166
  ref: g,
164
- class: fe(["scalar-app scalar-api-reference references-layout", [
167
+ class: pe(["scalar-app scalar-api-reference references-layout", [
165
168
  {
166
- "scalar-scrollbars-obtrusive": W.value,
169
+ "scalar-scrollbars-obtrusive": G.value,
167
170
  "references-editable": e.configuration.isEditable,
168
171
  "references-sidebar": e.configuration.showSidebar,
169
- "references-sidebar-mobile-open": s(K),
172
+ "references-sidebar-mobile-open": s(j),
170
173
  "references-classic": e.configuration.layout === "classic"
171
174
  },
172
175
  e.$attrs.class
173
176
  ]]),
174
- style: pe({
175
- "--scalar-y-offset": `var(--scalar-custom-header-height, ${B.value}px)`
177
+ style: me({
178
+ "--scalar-y-offset": `var(--scalar-custom-header-height, ${F.value}px)`
176
179
  }),
177
180
  onScrollPassive: t[4] || (t[4] = //@ts-ignore
178
- (...n) => s(F) && s(F)(...n))
181
+ (...i) => s(L) && s(L)(...i))
179
182
  }, [
180
- d("div", Ge, [
183
+ d("div", Ke, [
181
184
  c(e.$slots, "header", u(f(l.value)), void 0, !0)
182
185
  ]),
183
- e.configuration.showSidebar ? (b(), y("aside", Ke, [
184
- d("div", je, [
186
+ e.configuration.showSidebar ? (w(), y("aside", {
187
+ key: 0,
188
+ "aria-label": `Sidebar for ${(r = e.parsedSpec.info) == null ? void 0 : r.title}`,
189
+ class: "references-navigation t-doc__sidebar"
190
+ }, [
191
+ d("div", Qe, [
185
192
  p(s(Re), null, {
186
193
  default: m(() => [
187
- p(s(He), {
194
+ p(s(Ue), {
188
195
  operationsSorter: e.configuration.operationsSorter,
189
196
  parsedSpec: e.parsedSpec,
190
197
  tagsSorter: e.configuration.tagsSorter
@@ -201,23 +208,23 @@ const We = ["innerHTML"], Ge = { class: "references-header" }, Ke = {
201
208
  _: 3
202
209
  })
203
210
  ])
204
- ])) : $("", !0),
205
- me(d("div", Qe, [
206
- d("div", qe, [
211
+ ], 8, je)) : E("", !0),
212
+ ge(d("div", qe, [
213
+ d("div", Je, [
207
214
  c(e.$slots, "editor", u(f(l.value)), void 0, !0)
208
215
  ])
209
216
  ], 512), [
210
- [ge, e.configuration.isEditable]
217
+ [Se, e.configuration.isEditable]
211
218
  ]),
212
- te.value ? (b(), y(P, { key: 1 }, [
213
- d("section", {
214
- "aria-label": `Open API Documentation for ${(r = e.parsedSpec.info) == null ? void 0 : r.title}`,
219
+ oe.value ? (w(), y(D, { key: 1 }, [
220
+ d("main", {
221
+ "aria-label": `Open API Documentation for ${(a = e.parsedSpec.info) == null ? void 0 : a.title}`,
215
222
  class: "references-rendered"
216
223
  }, [
217
- p(s(Ue), {
224
+ p(s(Ne), {
218
225
  layout: e.configuration.layout,
219
226
  parsedSpec: e.parsedSpec
220
- }, Se({
227
+ }, he({
221
228
  start: m(() => [
222
229
  c(e.$slots, "content-start", u(f(l.value)), void 0, !0)
223
230
  ]),
@@ -226,35 +233,35 @@ const We = ["innerHTML"], Ge = { class: "references-header" }, Ke = {
226
233
  ]),
227
234
  _: 2
228
235
  }, [
229
- (a = e.configuration) != null && a.isEditable ? {
236
+ (n = e.configuration) != null && n.isEditable ? {
230
237
  name: "empty-state",
231
238
  fn: m(() => {
232
- var n;
239
+ var i;
233
240
  return [
234
241
  p(Me, {
235
- theme: ((n = e.configuration) == null ? void 0 : n.theme) || "default",
236
- onChangeTheme: t[0] || (t[0] = (i) => e.$emit("changeTheme", i)),
237
- onLinkSwaggerFile: t[1] || (t[1] = (i) => e.$emit("linkSwaggerFile")),
238
- onLoadSwaggerFile: t[2] || (t[2] = (i) => e.$emit("loadSwaggerFile")),
239
- onUpdateContent: t[3] || (t[3] = (i) => e.$emit("updateContent", i))
242
+ theme: ((i = e.configuration) == null ? void 0 : i.theme) || "default",
243
+ onChangeTheme: t[0] || (t[0] = (S) => e.$emit("changeTheme", S)),
244
+ onLinkSwaggerFile: t[1] || (t[1] = (S) => e.$emit("linkSwaggerFile")),
245
+ onLoadSwaggerFile: t[2] || (t[2] = (S) => e.$emit("loadSwaggerFile")),
246
+ onUpdateContent: t[3] || (t[3] = (S) => e.$emit("updateContent", S))
240
247
  }, null, 8, ["theme"])
241
248
  ];
242
249
  }),
243
250
  key: "0"
244
251
  } : void 0
245
252
  ]), 1032, ["layout", "parsedSpec"])
246
- ], 8, Je),
247
- e.$slots.footer ? (b(), y("div", Xe, [
253
+ ], 8, Xe),
254
+ e.$slots.footer ? (w(), y("div", Ze, [
248
255
  c(e.$slots, "footer", u(f(l.value)), void 0, !0)
249
- ])) : $("", !0)
250
- ], 64)) : $("", !0),
251
- p(s(Ne), { configuration: e.configuration }, null, 8, ["configuration"])
256
+ ])) : E("", !0)
257
+ ], 64)) : E("", !0),
258
+ p(s(Ye), { configuration: e.configuration }, null, 8, ["configuration"])
252
259
  ], 38),
253
- p(s(Ae))
260
+ p(s(ke))
254
261
  ], 64);
255
262
  };
256
263
  }
257
264
  });
258
265
  export {
259
- ht as default
266
+ vt as default
260
267
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.vue"],"names":[],"mappings":"AAmCA,iBAAS,cAAc;WAuCT,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":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.vue"],"names":[],"mappings":"AA4CA,iBAAS,cAAc;WAwCT,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,13 +1,13 @@
1
- import { openBlock as r, createElementBlock as t, renderSlot as o } from "vue";
1
+ import { openBlock as r, createElementBlock as t, renderSlot as c } from "vue";
2
2
  /* empty css */
3
- import c from "../../_virtual/_plugin-vue_export-helper.js";
4
- const n = {}, s = { class: "scalar-card" };
5
- function a(e, d) {
6
- return r(), t("div", s, [
7
- o(e.$slots, "default", {}, void 0, !0)
3
+ import o from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const d = {}, n = { class: "scalar-card" };
5
+ function s(e, a) {
6
+ return r(), t("div", n, [
7
+ c(e.$slots, "default", {}, void 0, !0)
8
8
  ]);
9
9
  }
10
- const i = /* @__PURE__ */ c(n, [["render", a], ["__scopeId", "data-v-38801681"]]);
10
+ const i = /* @__PURE__ */ o(d, [["render", s], ["__scopeId", "data-v-0cd98c35"]]);
11
11
  export {
12
12
  i as default
13
13
  };
@@ -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 p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b29373e8"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d826575d"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAkPA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAchD,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,IAAI,CAAA;IAChB,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;CAC9B,CAAC;AA8BJ,iBAAS,cAAc;WA2NT,OAAO,IAA6B;;uBAVvB,GAAG;+BACM,GAAG;qBACb,GAAG;;;;EAa5B;AA6BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA7RR,QAAQ,GAAG,SAAS;6EAoS/B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAkPA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAgBhD,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,IAAI,CAAA;IAChB,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;CAC9B,CAAC;AA8BJ,iBAAS,cAAc;WA2NT,OAAO,IAA6B;;uBAVvB,GAAG;+BACM,GAAG;qBACb,GAAG;;;;EAa5B;AA6BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA7RR,QAAQ,GAAG,SAAS;6EAoS/B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -2,7 +2,7 @@ import o from "./Content.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-42cfaf8d"]]);
5
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8c18ef22"]]);
6
6
  export {
7
- a as default
7
+ f as default
8
8
  };