@scalar/api-reference 1.24.21 → 1.24.23

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 (168) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/browser/standalone.js +21883 -22389
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
  5. package/dist/components/ApiClientModal.vue.js +19 -18
  6. package/dist/components/ApiReference.vue.js +14 -14
  7. package/dist/components/ApiReferenceLayout.vue.d.ts +2 -2
  8. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  9. package/dist/components/ApiReferenceLayout.vue.js +1 -1
  10. package/dist/components/ApiReferenceLayout.vue2.js +130 -151
  11. package/dist/components/Content/Authentication/Authentication.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Authentication/Authentication.vue.js +2 -2
  13. package/dist/components/Content/Authentication/Authentication.vue2.js +20 -18
  14. package/dist/components/Content/Content.vue.d.ts +3 -0
  15. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  16. package/dist/components/Content/Content.vue.js +1 -1
  17. package/dist/components/Content/Content.vue2.js +26 -24
  18. package/dist/components/Content/Introduction/Introduction.vue.d.ts +2 -2
  19. package/dist/components/Content/Lazy/Loading.vue.js +1 -1
  20. package/dist/components/Content/Operation/CustomRequestExamples.vue.d.ts.map +1 -1
  21. package/dist/components/Content/Operation/CustomRequestExamples.vue.js +1 -1
  22. package/dist/components/Content/Operation/CustomRequestExamples.vue2.js +19 -19
  23. package/dist/components/Content/Operation/ExampleRequest.vue.d.ts.map +1 -1
  24. package/dist/components/Content/Operation/ExampleRequest.vue.js +2 -2
  25. package/dist/components/Content/Operation/ExampleRequest.vue2.js +63 -59
  26. package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +1 -1
  27. package/dist/components/Content/Operation/OperationAccordion.vue.js +1 -1
  28. package/dist/components/Content/Operation/OperationAccordion.vue2.js +26 -26
  29. package/dist/components/Content/Operation/TestRequestButton.vue.d.ts.map +1 -1
  30. package/dist/components/Content/Operation/TestRequestButton.vue.js +2 -2
  31. package/dist/components/Content/Operation/TestRequestButton.vue2.js +18 -36
  32. package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
  33. package/dist/components/Content/Tag/Endpoints.vue.js +2 -2
  34. package/dist/components/Content/Tag/Endpoints.vue2.js +23 -23
  35. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +42 -0
  36. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -0
  37. package/dist/components/HttpMethod/HttpMethod.vue.js +28 -0
  38. package/dist/components/HttpMethod/HttpMethod.vue2.js +4 -0
  39. package/dist/components/HttpMethod/constants.d.ts +9 -0
  40. package/dist/components/HttpMethod/constants.d.ts.map +1 -0
  41. package/dist/components/HttpMethod/constants.js +36 -0
  42. package/dist/components/HttpMethod/index.d.ts +2 -0
  43. package/dist/components/HttpMethod/index.d.ts.map +1 -0
  44. package/dist/components/HttpMethod/utils/isRequestMethod.d.ts +4 -0
  45. package/dist/components/HttpMethod/utils/isRequestMethod.d.ts.map +1 -0
  46. package/dist/components/HttpMethod/utils/isRequestMethod.js +7 -0
  47. package/dist/components/Sidebar/SidebarHttpBadge.vue.js +1 -1
  48. package/dist/components/Sidebar/SidebarHttpBadge.vue2.js +6 -6
  49. package/dist/components/api-client-bus.d.ts +1 -1
  50. package/dist/features/BaseUrl/BaseUrl.vue.d.ts +9 -0
  51. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  52. package/dist/features/BaseUrl/BaseUrl.vue.js +43 -33
  53. package/dist/helpers/getApiClientRequest.d.ts +1 -1
  54. package/dist/helpers/getApiClientRequest.d.ts.map +1 -1
  55. package/dist/helpers/getApiClientRequest.js +12 -11
  56. package/dist/helpers/index.d.ts +1 -1
  57. package/dist/helpers/index.d.ts.map +1 -1
  58. package/dist/helpers/openClientFor.js +10 -7
  59. package/dist/helpers/parse.d.ts.map +1 -1
  60. package/dist/helpers/parse.js +33 -31
  61. package/dist/hooks/useReactiveSpec.d.ts +1 -1
  62. package/dist/hooks/useSidebar.js +18 -17
  63. package/dist/index.d.ts +0 -2
  64. package/dist/index.d.ts.map +1 -1
  65. package/dist/index.js +101 -102
  66. package/dist/legacy/components/CardForm.vue.d.ts +10 -0
  67. package/dist/legacy/components/CardForm.vue.d.ts.map +1 -0
  68. package/dist/legacy/components/CardForm.vue.js +13 -0
  69. package/dist/legacy/components/CardFormButton.vue.d.ts +12 -0
  70. package/dist/legacy/components/CardFormButton.vue.d.ts.map +1 -0
  71. package/dist/legacy/components/CardFormButton.vue.js +7 -0
  72. package/dist/legacy/components/CardFormButton.vue2.js +18 -0
  73. package/dist/legacy/components/CardFormGroup.vue.d.ts +10 -0
  74. package/dist/legacy/components/CardFormGroup.vue.d.ts.map +1 -0
  75. package/dist/legacy/components/CardFormGroup.vue.js +13 -0
  76. package/dist/legacy/components/CardFormRows.vue.d.ts +10 -0
  77. package/dist/legacy/components/CardFormRows.vue.d.ts.map +1 -0
  78. package/dist/legacy/components/CardFormRows.vue.js +13 -0
  79. package/dist/legacy/components/CardFormTextInput.vue.d.ts +25 -0
  80. package/dist/legacy/components/CardFormTextInput.vue.d.ts.map +1 -0
  81. package/dist/legacy/components/CardFormTextInput.vue.js +7 -0
  82. package/dist/legacy/components/CardFormTextInput.vue2.js +37 -0
  83. package/dist/legacy/components/SecurityScheme.vue.d.ts +19 -0
  84. package/dist/legacy/components/SecurityScheme.vue.d.ts.map +1 -0
  85. package/dist/legacy/components/SecurityScheme.vue.js +7 -0
  86. package/dist/legacy/components/SecurityScheme.vue2.js +364 -0
  87. package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts +26 -0
  88. package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts.map +1 -0
  89. package/dist/legacy/components/SecuritySchemeScopes.vue.js +7 -0
  90. package/dist/legacy/components/SecuritySchemeScopes.vue2.js +91 -0
  91. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts +25 -0
  92. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts.map +1 -0
  93. package/dist/legacy/components/SecuritySchemeSelector.vue.js +7 -0
  94. package/dist/legacy/components/SecuritySchemeSelector.vue2.js +64 -0
  95. package/dist/legacy/fixtures/httpHeaders.d.ts +6 -0
  96. package/dist/legacy/fixtures/httpHeaders.d.ts.map +1 -0
  97. package/dist/legacy/fixtures/httpRequestMethods.d.ts +10 -0
  98. package/dist/legacy/fixtures/httpRequestMethods.d.ts.map +1 -0
  99. package/dist/legacy/fixtures/httpRequestMethods.js +18 -0
  100. package/dist/legacy/fixtures/index.d.ts +3 -0
  101. package/dist/legacy/fixtures/index.d.ts.map +1 -0
  102. package/dist/legacy/helpers/createPlaceholderRequest.d.ts +6 -0
  103. package/dist/legacy/helpers/createPlaceholderRequest.d.ts.map +1 -0
  104. package/dist/legacy/helpers/createPlaceholderRequest.js +14 -0
  105. package/dist/legacy/helpers/encodeStringAsBase64.d.ts +5 -0
  106. package/dist/legacy/helpers/encodeStringAsBase64.d.ts.map +1 -0
  107. package/dist/legacy/helpers/encodeStringAsBase64.js +6 -0
  108. package/dist/legacy/helpers/getRequestFromAuthentication.d.ts +10 -0
  109. package/dist/legacy/helpers/getRequestFromAuthentication.d.ts.map +1 -0
  110. package/dist/legacy/helpers/getRequestFromAuthentication.js +83 -0
  111. package/dist/legacy/helpers/getUrlFromServerState.d.ts +6 -0
  112. package/dist/legacy/helpers/getUrlFromServerState.d.ts.map +1 -0
  113. package/dist/legacy/helpers/getUrlFromServerState.js +9 -0
  114. package/dist/legacy/helpers/humanDiff.d.ts +5 -0
  115. package/dist/legacy/helpers/humanDiff.d.ts.map +1 -0
  116. package/dist/legacy/helpers/index.d.ts +12 -0
  117. package/dist/legacy/helpers/index.d.ts.map +1 -0
  118. package/dist/legacy/helpers/mapFromArray.d.ts +5 -0
  119. package/dist/legacy/helpers/mapFromArray.d.ts.map +1 -0
  120. package/dist/legacy/helpers/normalizeHeaders.d.ts +9 -0
  121. package/dist/legacy/helpers/normalizeHeaders.d.ts.map +1 -0
  122. package/dist/legacy/helpers/normalizePath.d.ts +5 -0
  123. package/dist/legacy/helpers/normalizePath.d.ts.map +1 -0
  124. package/dist/legacy/helpers/normalizeRequestMethod.d.ts +6 -0
  125. package/dist/legacy/helpers/normalizeRequestMethod.d.ts.map +1 -0
  126. package/dist/legacy/helpers/normalizeRequestMethod.js +14 -0
  127. package/dist/legacy/helpers/normalizeUrl.d.ts +5 -0
  128. package/dist/legacy/helpers/normalizeUrl.d.ts.map +1 -0
  129. package/dist/legacy/helpers/prepareClientRequestConfig.d.ts +24 -0
  130. package/dist/legacy/helpers/prepareClientRequestConfig.d.ts.map +1 -0
  131. package/dist/legacy/index.d.ts +5 -0
  132. package/dist/legacy/index.d.ts.map +1 -0
  133. package/dist/legacy/stores/index.d.ts +6 -0
  134. package/dist/legacy/stores/index.d.ts.map +1 -0
  135. package/dist/legacy/stores/useApiClientStore.d.ts +18 -0
  136. package/dist/legacy/stores/useApiClientStore.d.ts.map +1 -0
  137. package/dist/legacy/stores/useApiClientStore.js +32 -0
  138. package/dist/legacy/stores/useAuthenticationStore.d.ts +59 -0
  139. package/dist/legacy/stores/useAuthenticationStore.d.ts.map +1 -0
  140. package/dist/legacy/stores/useAuthenticationStore.js +36 -0
  141. package/dist/legacy/stores/useOpenApiStore.d.ts +95 -0
  142. package/dist/legacy/stores/useOpenApiStore.d.ts.map +1 -0
  143. package/dist/legacy/stores/useOpenApiStore.js +23 -0
  144. package/dist/legacy/stores/useRequestStore.d.ts +58 -0
  145. package/dist/legacy/stores/useRequestStore.d.ts.map +1 -0
  146. package/dist/legacy/stores/useRequestStore.js +33 -0
  147. package/dist/legacy/stores/useServerStore.d.ts +18 -0
  148. package/dist/legacy/stores/useServerStore.d.ts.map +1 -0
  149. package/dist/legacy/stores/useServerStore.js +18 -0
  150. package/dist/legacy/types.d.ts +117 -0
  151. package/dist/legacy/types.d.ts.map +1 -0
  152. package/dist/stores/index.d.ts +1 -0
  153. package/dist/stores/index.d.ts.map +1 -1
  154. package/dist/style.css +1 -1
  155. package/dist/types.d.ts +7 -7
  156. package/dist/types.d.ts.map +1 -1
  157. package/package.json +14 -13
  158. package/dist/components/ApiClientModalOld.vue.d.ts +0 -36
  159. package/dist/components/ApiClientModalOld.vue.d.ts.map +0 -1
  160. package/dist/components/ApiClientModalOld.vue.js +0 -7
  161. package/dist/components/ApiClientModalOld.vue2.js +0 -88
  162. package/dist/components/Content/Schema/SchemaProperty.spec.d.ts +0 -2
  163. package/dist/components/Content/Schema/SchemaProperty.spec.d.ts.map +0 -1
  164. package/dist/features.d.ts +0 -8
  165. package/dist/features.d.ts.map +0 -1
  166. package/dist/features.js +0 -5
  167. package/dist/standalone.spec.d.ts +0 -2
  168. package/dist/standalone.spec.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiClientModal.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;AAiF1D,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiClientModal.vue"],"names":[],"mappings":"AA8DA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;AAoF1D,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -1,32 +1,33 @@
1
- import { defineComponent as c, ref as s, onMounted as u, openBlock as m, createElementBlock as f } from "vue";
2
- import { useAuthenticationStore as d } from "@scalar/api-client";
3
- import { modalStateBus as _, apiClientBus as x } from "./api-client-bus.js";
4
- const B = /* @__PURE__ */ c({
1
+ import { defineComponent as u, ref as f, onMounted as d, openBlock as S, createElementBlock as v } from "vue";
2
+ import { modalStateBus as _, apiClientBus as U } from "./api-client-bus.js";
3
+ import { getUrlFromServerState as x } from "../legacy/helpers/getUrlFromServerState.js";
4
+ import { useAuthenticationStore as y } from "../legacy/stores/useAuthenticationStore.js";
5
+ import { useServerStore as h } from "../legacy/stores/useServerStore.js";
6
+ const M = /* @__PURE__ */ u({
5
7
  __name: "ApiClientModal",
6
8
  props: {
7
9
  proxyUrl: {},
8
10
  spec: {}
9
11
  },
10
- setup(a) {
11
- const t = a, e = s(null), { authentication: p } = d();
12
- return u(async () => {
12
+ setup(p) {
13
+ const t = p, e = f(null), { authentication: i } = y(), { server: l } = h();
14
+ return d(async () => {
13
15
  if (!e.value) return;
14
- const { createScalarApiClient: o } = await import("@scalar/client-app"), { modalState: n, open: i, updateAuth: l } = await o(
15
- e.value,
16
- {
17
- spec: t.spec ?? {},
18
- proxyUrl: t.proxyUrl
19
- }
20
- );
21
- _.emit(n), x.on((r) => {
22
- l(p), r.open && i(r.open);
16
+ const { createScalarApiClient: r } = await import("@scalar/api-client"), { modalState: o, open: c, updateAuth: s, updateServerUrl: m } = await r(e.value, {
17
+ spec: t.spec ?? {},
18
+ proxyUrl: t.proxyUrl
23
19
  });
24
- }), (o, n) => (m(), f("div", {
20
+ _.emit(o), U.on((n) => {
21
+ s(i);
22
+ const a = x(l);
23
+ a && m(a), n.open && c(n.open);
24
+ });
25
+ }), (r, o) => (S(), v("div", {
25
26
  ref_key: "el",
26
27
  ref: e
27
28
  }, null, 512));
28
29
  }
29
30
  });
30
31
  export {
31
- B as default
32
+ M as default
32
33
  };
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as w, watch as s, computed as d, toRef as g, openBlock as C, createElementBlock as x, Fragment as T, createBlock as $, resolveDynamicComponent as b, withCtx as u, createTextVNode as A, toDisplayString as B, createCommentVNode as E, createVNode as N, unref as a, renderSlot as v } from "vue";
2
- import { useAuthenticationStore as R } from "@scalar/api-client";
3
- import { migrateThemeVariables as V } from "@scalar/themes";
4
- import { useSeoMeta as _ } from "@unhead/vue";
5
- import { useDarkModeState as F } from "../hooks/useDarkModeState.js";
6
- import { useReactiveSpec as H } from "../hooks/useReactiveSpec.js";
7
- import U from "./Layouts/Layouts.vue.js";
8
- import { useHttpClientStore as j } from "../stores/useHttpClientStore.js";
2
+ import { migrateThemeVariables as R } from "@scalar/themes";
3
+ import { useSeoMeta as V } from "@unhead/vue";
4
+ import { useDarkModeState as _ } from "../hooks/useDarkModeState.js";
5
+ import { useReactiveSpec as F } from "../hooks/useReactiveSpec.js";
6
+ import H from "./Layouts/Layouts.vue.js";
7
+ import { useHttpClientStore as U } from "../stores/useHttpClientStore.js";
8
+ import { useAuthenticationStore as j } from "../legacy/stores/useAuthenticationStore.js";
9
9
  const P = /* @__PURE__ */ w({
10
10
  __name: "ApiReference",
11
11
  props: {
@@ -14,7 +14,7 @@ const P = /* @__PURE__ */ w({
14
14
  emits: ["updateContent"],
15
15
  setup(S) {
16
16
  var f, l;
17
- const r = S, { toggleDarkMode: c, isDark: m } = F(
17
+ const r = S, { toggleDarkMode: c, isDark: m } = _(
18
18
  (f = r.configuration) == null ? void 0 : f.darkMode
19
19
  );
20
20
  s(
@@ -29,7 +29,7 @@ const P = /* @__PURE__ */ w({
29
29
  const i = d(() => {
30
30
  var e, t;
31
31
  if ((e = r.configuration) != null && e.customCss)
32
- return V((t = r.configuration) == null ? void 0 : t.customCss);
32
+ return R((t = r.configuration) == null ? void 0 : t.customCss);
33
33
  });
34
34
  s(i, () => console.log(i.value));
35
35
  const o = d(() => {
@@ -48,7 +48,7 @@ const P = /* @__PURE__ */ w({
48
48
  customCss: i.value
49
49
  };
50
50
  });
51
- (l = o.value) != null && l.metaData && _(o.value.metaData);
51
+ (l = o.value) != null && l.metaData && V(o.value.metaData);
52
52
  function p(e, t) {
53
53
  s(
54
54
  () => {
@@ -61,11 +61,11 @@ const P = /* @__PURE__ */ w({
61
61
  { immediate: !0 }
62
62
  );
63
63
  }
64
- const { setAuthentication: k } = R();
64
+ const { setAuthentication: k } = j();
65
65
  p("authentication", k);
66
- const { setExcludedClients: D } = j();
66
+ const { setExcludedClients: D } = U();
67
67
  p("hiddenClients", D);
68
- const { parsedSpec: y, rawSpec: h } = H({
68
+ const { parsedSpec: y, rawSpec: h } = F({
69
69
  proxy: g(() => o.value.proxy || ""),
70
70
  specConfig: g(() => o.value.spec || {})
71
71
  });
@@ -78,7 +78,7 @@ const P = /* @__PURE__ */ w({
78
78
  ]),
79
79
  _: 1
80
80
  })) : E("", !0),
81
- N(a(U), {
81
+ N(a(H), {
82
82
  configuration: o.value,
83
83
  isDark: a(m),
84
84
  parsedSpec: a(y),
@@ -21,16 +21,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
21
21
  onLinkSwaggerFile?: (() => any) | undefined;
22
22
  onToggleDarkMode?: (() => any) | undefined;
23
23
  }, {}, {}>, Readonly<{
24
- footer: (props: ReferenceSlotProps) => any;
25
24
  header: (props: ReferenceSlotProps) => any;
25
+ footer: (props: ReferenceSlotProps) => any;
26
26
  editor: (props: ReferenceSlotProps) => any;
27
27
  "content-start": (props: ReferenceSlotProps) => any;
28
28
  "content-end": (props: ReferenceSlotProps) => any;
29
29
  "sidebar-start": (props: ReferenceSlotProps) => any;
30
30
  "sidebar-end": (props: ReferenceSlotProps) => any;
31
31
  }> & {
32
- footer: (props: ReferenceSlotProps) => any;
33
32
  header: (props: ReferenceSlotProps) => any;
33
+ footer: (props: ReferenceSlotProps) => any;
34
34
  editor: (props: ReferenceSlotProps) => any;
35
35
  "content-start": (props: ReferenceSlotProps) => any;
36
36
  "content-end": (props: ReferenceSlotProps) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAujBA,OAAO,8BAA8B,CAAA;AAGrC,OAAO,EAAE,KAAK,OAAO,EAAkB,MAAM,gBAAgB,CAAA;AAC7D,OAAO,0BAA0B,CAAA;AA0BjC,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,UAAU,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4jBjB,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAshBA,OAAO,8BAA8B,CAAA;AAGrC,OAAO,EAAE,KAAK,OAAO,EAAkB,MAAM,gBAAgB,CAAA;AAC7D,OAAO,0BAA0B,CAAA;AAwBjC,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,UAAU,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2gBjB,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,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 m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a1d14223"]]);
5
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-300a9075"]]);
6
6
  export {
7
7
  m as default
8
8
  };
@@ -1,33 +1,32 @@
1
- import { defineComponent as X, defineAsyncComponent as Z, ref as b, onMounted as L, onBeforeMount as B, computed as O, watch as _, onServerPrefetch as x, useSSRContext as ee, getCurrentInstance as oe, provide as P, openBlock as f, createElementBlock as h, Fragment as U, createVNode as v, unref as i, withCtx as p, createTextVNode as te, toDisplayString as re, createElementVNode as m, normalizeClass as ae, normalizeStyle as ne, renderSlot as l, normalizeProps as d, guardReactiveProps as c, createCommentVNode as y, withDirectives as ie, vShow as se, createSlots as le, createBlock as A } from "vue";
2
- import { provideUseId as de } from "@headlessui/vue";
3
- import { addScalarClassesToHeadless as ce } from "@scalar/components";
1
+ import { defineComponent as Q, ref as h, onMounted as L, onBeforeMount as B, computed as F, watch as q, onServerPrefetch as J, useSSRContext as X, getCurrentInstance as Z, provide as O, openBlock as v, createElementBlock as S, Fragment as P, createVNode as u, unref as s, withCtx as p, createTextVNode as _, toDisplayString as x, createElementVNode as f, normalizeClass as ee, normalizeStyle as oe, renderSlot as l, normalizeProps as d, guardReactiveProps as c, createCommentVNode as b, withDirectives as te, vShow as re, createSlots as ae } from "vue";
2
+ import { provideUseId as ne } from "@headlessui/vue";
3
+ import { addScalarClassesToHeadless as se } from "@scalar/components";
4
4
  import "@scalar/components/style.css";
5
- import { defaultStateFactory as ue } from "@scalar/oas-utils/helpers";
6
- import { getThemeStyles as pe } from "@scalar/themes";
5
+ import { defaultStateFactory as ie } from "@scalar/oas-utils/helpers";
6
+ import { getThemeStyles as le } from "@scalar/themes";
7
7
  import "@scalar/themes/style.css";
8
- import { useToasts as fe, ScalarToasts as me } from "@scalar/use-toasts";
9
- import { useMediaQuery as ge, useResizeObserver as ve, useDebounceFn as Se } from "@vueuse/core";
10
- import { NEW_API_MODAL as F } from "../features.js";
11
- import he from "./ApiClientModal.vue.js";
8
+ import { useToasts as de, ScalarToasts as ce } from "@scalar/use-toasts";
9
+ import { useMediaQuery as ue, useResizeObserver as pe, useDebounceFn as fe } from "@vueuse/core";
10
+ import me from "./ApiClientModal.vue.js";
12
11
  /* empty css */
13
- import be from "./GettingStarted.vue.js";
14
- import { downloadSpecBus as ye, downloadSpecFile as we } from "../helpers/specDownloads.js";
15
- import { useDeprecationWarnings as Ce } from "../hooks/useDeprecationWarnings.js";
16
- import $e from "./Util/Style.vue.js";
17
- import Re from "./Sidebar/Sidebar.vue.js";
18
- import Te from "./Content/Content.vue.js";
19
- import { useSidebar as ke } from "../hooks/useSidebar.js";
20
- import { GLOBAL_SECURITY_SYMBOL as Ie, HIDE_DOWNLOAD_BUTTON_SYMBOL as Ee } from "../helpers/provideSymbols.js";
21
- import { useNavState as De } from "../hooks/useNavState.js";
22
- import { scrollToId as Le } from "../helpers/scrollToId.js";
23
- import { sleep as Be } from "../helpers/sleep.js";
24
- const Oe = { class: "references-header" }, Pe = {
12
+ import ge from "./GettingStarted.vue.js";
13
+ import { downloadSpecBus as ve, downloadSpecFile as Se } from "../helpers/specDownloads.js";
14
+ import { useDeprecationWarnings as he } from "../hooks/useDeprecationWarnings.js";
15
+ import be from "./Util/Style.vue.js";
16
+ import we from "./Sidebar/Sidebar.vue.js";
17
+ import ye from "./Content/Content.vue.js";
18
+ import { GLOBAL_SECURITY_SYMBOL as Re, HIDE_DOWNLOAD_BUTTON_SYMBOL as Te } from "../helpers/provideSymbols.js";
19
+ import { useSidebar as Ce } from "../hooks/useSidebar.js";
20
+ import { useNavState as $e } from "../hooks/useNavState.js";
21
+ import { scrollToId as Ie } from "../helpers/scrollToId.js";
22
+ import { sleep as Ee } from "../helpers/sleep.js";
23
+ const ke = { class: "references-header" }, De = {
25
24
  key: 0,
26
25
  class: "references-navigation t-doc__sidebar"
27
- }, Ue = { class: "references-navigation-list" }, Ae = { class: "references-editor" }, Fe = { class: "references-editor-textarea" }, Me = { class: "references-rendered" }, Ne = {
26
+ }, Le = { class: "references-navigation-list" }, Be = { class: "references-editor" }, Fe = { class: "references-editor-textarea" }, Oe = { class: "references-rendered" }, Pe = {
28
27
  key: 0,
29
28
  class: "references-footer"
30
- }, lo = /* @__PURE__ */ X({
29
+ }, ro = /* @__PURE__ */ Q({
31
30
  inheritAttrs: !1,
32
31
  __name: "ApiReferenceLayout",
33
32
  props: {
@@ -36,205 +35,185 @@ const Oe = { class: "references-header" }, Pe = {
36
35
  rawSpec: {}
37
36
  },
38
37
  emits: ["changeTheme", "updateContent", "loadSwaggerFile", "linkSwaggerFile", "toggleDarkMode"],
39
- setup(M) {
40
- const r = M, { initializeToasts: N, toast: z } = fe();
41
- N((e) => z(e));
42
- const H = Z(() => F ? (
43
- // Empty component
44
- new Promise((e) => {
45
- e({ render: () => null });
46
- })
47
- ) : (
48
- // Load component
49
- import("./ApiClientModalOld.vue.js")
50
- )), V = ge("(min-width: 1150px)"), Y = b("100dvh"), g = b(null);
51
- ve(g, (e) => {
52
- Y.value = e[0].contentRect.height + "px";
38
+ setup(U) {
39
+ const n = U, { initializeToasts: M, toast: A } = de();
40
+ M((e) => A(e));
41
+ const N = ue("(min-width: 1150px)"), z = h("100dvh"), m = h(null);
42
+ pe(m, (e) => {
43
+ z.value = e[0].contentRect.height + "px";
53
44
  });
54
- const w = b(0);
45
+ const w = h(0);
55
46
  L(() => {
56
- var t, a, n;
57
- const e = (a = (t = g.value) == null ? void 0 : t.parentElement) == null ? void 0 : a.getBoundingClientRect(), o = (n = g.value) == null ? void 0 : n.getBoundingClientRect();
47
+ var r, t, a;
48
+ const e = (t = (r = m.value) == null ? void 0 : r.parentElement) == null ? void 0 : t.getBoundingClientRect(), o = (a = m.value) == null ? void 0 : a.getBoundingClientRect();
58
49
  if (e && o) {
59
- const u = o.top - e.top;
60
- w.value = u < 2 ? 0 : u;
50
+ const D = o.top - e.top;
51
+ w.value = D < 2 ? 0 : D;
61
52
  }
62
53
  });
63
54
  const {
64
- breadcrumb: W,
65
- collapsedSidebarItems: S,
66
- isSidebarOpen: G,
67
- setCollapsedSidebarItem: C,
68
- hideModels: j,
69
- setParsedSpec: K
70
- } = ke(), {
71
- getPathRoutingId: $,
72
- getSectionId: Q,
73
- getTagId: q,
74
- hash: R,
75
- isIntersectionEnabled: T,
76
- pathRouting: k,
55
+ breadcrumb: H,
56
+ collapsedSidebarItems: g,
57
+ isSidebarOpen: V,
58
+ setCollapsedSidebarItem: y,
59
+ hideModels: Y,
60
+ setParsedSpec: G
61
+ } = Ce(), {
62
+ getPathRoutingId: R,
63
+ getSectionId: W,
64
+ getTagId: j,
65
+ hash: T,
66
+ isIntersectionEnabled: C,
67
+ pathRouting: $,
77
68
  updateHash: I
78
- } = De();
79
- k.value = r.configuration.pathRouting, B(() => I());
69
+ } = $e();
70
+ $.value = n.configuration.pathRouting, B(() => I());
80
71
  const E = async (e) => {
81
72
  var o;
82
- T.value = !1, I(), e ? Le(e) : (o = g.value) == null || o.scrollTo(0, 0), await Be(100), T.value = !0;
73
+ C.value = !1, I(), e ? Ie(e) : (o = m.value) == null || o.scrollTo(0, 0), await Ee(100), C.value = !0;
83
74
  };
84
- B(() => ce()), L(() => {
85
- ye.on(({ specTitle: e }) => {
86
- we(r.rawSpec, e);
87
- }), window.onhashchange = () => E(decodeURIComponent(window.location.hash.replace(/^#/, ""))), window.onpopstate = () => k.value && E($(window.location.pathname));
75
+ B(() => se()), L(() => {
76
+ ve.on(({ specTitle: e }) => {
77
+ Se(n.rawSpec, e);
78
+ }), window.onhashchange = () => E(decodeURIComponent(window.location.hash.replace(/^#/, ""))), window.onpopstate = () => $.value && E(R(window.location.pathname));
88
79
  });
89
- const J = O(
90
- () => V.value || !r.configuration.isEditable
91
- ), D = Se((e) => {
80
+ const K = F(
81
+ () => N.value || !n.configuration.isEditable
82
+ ), k = fe((e) => {
92
83
  if ((e.target.scrollTop ?? 0) < 50) {
93
- const t = r.configuration.pathRouting ? r.configuration.pathRouting.basePath : window.location.pathname;
94
- window.history.replaceState({}, "", t + window.location.search), R.value = "";
84
+ const r = n.configuration.pathRouting ? n.configuration.pathRouting.basePath : window.location.pathname;
85
+ window.history.replaceState({}, "", r + window.location.search), T.value = "";
95
86
  }
96
- }), s = O(() => ({
97
- breadcrumb: W.value,
98
- spec: r.parsedSpec
87
+ }), i = F(() => ({
88
+ breadcrumb: H.value,
89
+ spec: n.parsedSpec
99
90
  }));
100
- return _(() => r.parsedSpec, K, { deep: !0 }), x(() => {
101
- var o, t;
102
- const e = ee();
103
- if (e && ((o = e.payload).data || (o.data = ue()), r.configuration.pathRouting)) {
104
- const a = $(e.url);
105
- R.value = a, e.payload.data.hash = a;
106
- for (const n in S)
107
- Object.hasOwn(S, n) && delete S[n];
108
- if (a)
109
- C(Q(a), !0);
91
+ return q(() => n.parsedSpec, G, { deep: !0 }), J(() => {
92
+ var o, r;
93
+ const e = X();
94
+ if (e && ((o = e.payload).data || (o.data = ie()), n.configuration.pathRouting)) {
95
+ const t = R(e.url);
96
+ T.value = t, e.payload.data.hash = t;
97
+ for (const a in g)
98
+ Object.hasOwn(g, a) && delete g[a];
99
+ if (t)
100
+ y(W(t), !0);
110
101
  else {
111
- const n = (t = r.parsedSpec.tags) == null ? void 0 : t[0];
112
- n && C(q(n), !0);
102
+ const a = (r = n.parsedSpec.tags) == null ? void 0 : r[0];
103
+ a && y(j(a), !0);
113
104
  }
114
- e.payload.data["useSidebarContent-collapsedSidebarItems"] = S;
105
+ e.payload.data["useSidebarContent-collapsedSidebarItems"] = g;
115
106
  }
116
- }), de(() => {
117
- var a;
118
- const e = oe(), o = "scalar-instance-id";
107
+ }), ne(() => {
108
+ var t;
109
+ const e = Z(), o = "scalar-instance-id";
119
110
  if (!e) return o;
120
- let t = e.uid;
121
- return typeof window > "u" ? (e.attrs || (e.attrs = {}), e.attrs[o] = t) : (a = e.vnode.el) != null && a.getAttribute && (t = e.vnode.el.getAttribute(o)), `${o}-${t}`;
122
- }), P(Ie, () => r.parsedSpec.security), P(
123
- Ee,
124
- () => r.configuration.hideDownloadButton
125
- ), j.value = r.configuration.hideModels ?? !1, Ce(r.configuration), (e, o) => {
126
- var t, a;
127
- return f(), h(U, null, [
128
- v(i($e), null, {
111
+ let r = e.uid;
112
+ return typeof window > "u" ? (e.attrs || (e.attrs = {}), e.attrs[o] = r) : (t = e.vnode.el) != null && t.getAttribute && (r = e.vnode.el.getAttribute(o)), `${o}-${r}`;
113
+ }), O(Re, () => n.parsedSpec.security), O(
114
+ Te,
115
+ () => n.configuration.hideDownloadButton
116
+ ), Y.value = n.configuration.hideModels ?? !1, he(n.configuration), (e, o) => {
117
+ var r;
118
+ return v(), S(P, null, [
119
+ u(s(be), null, {
129
120
  default: p(() => [
130
- te(re(i(pe)(e.configuration.theme, {
121
+ _(x(s(le)(e.configuration.theme, {
131
122
  fonts: e.configuration.withDefaultFonts
132
123
  })), 1)
133
124
  ]),
134
125
  _: 1
135
126
  }),
136
- m("div", {
127
+ f("div", {
137
128
  ref_key: "documentEl",
138
- ref: g,
139
- class: ae(["scalar-app scalar-api-reference references-layout", [
129
+ ref: m,
130
+ class: ee(["scalar-app scalar-api-reference references-layout", [
140
131
  {
141
132
  "references-editable": e.configuration.isEditable,
142
133
  "references-sidebar": e.configuration.showSidebar,
143
- "references-sidebar-mobile-open": i(G),
134
+ "references-sidebar-mobile-open": s(V),
144
135
  "references-classic": e.configuration.layout === "classic"
145
136
  },
146
137
  e.$attrs.class
147
138
  ]]),
148
- style: ne({
139
+ style: oe({
149
140
  "--scalar-y-offset": `var(--scalar-custom-header-height, ${w.value}px)`
150
141
  }),
151
142
  onScrollPassive: o[4] || (o[4] = //@ts-ignore
152
- (...n) => i(D) && i(D)(...n))
143
+ (...t) => s(k) && s(k)(...t))
153
144
  }, [
154
- m("div", Oe, [
155
- l(e.$slots, "header", d(c(s.value)), void 0, !0)
145
+ f("div", ke, [
146
+ l(e.$slots, "header", d(c(i.value)), void 0, !0)
156
147
  ]),
157
- e.configuration.showSidebar ? (f(), h("aside", Pe, [
158
- m("div", Ue, [
159
- v(i(Re), { parsedSpec: e.parsedSpec }, {
148
+ e.configuration.showSidebar ? (v(), S("aside", De, [
149
+ f("div", Le, [
150
+ u(s(we), { parsedSpec: e.parsedSpec }, {
160
151
  "sidebar-start": p(() => [
161
- l(e.$slots, "sidebar-start", d(c(s.value)), void 0, !0)
152
+ l(e.$slots, "sidebar-start", d(c(i.value)), void 0, !0)
162
153
  ]),
163
154
  "sidebar-end": p(() => [
164
- l(e.$slots, "sidebar-end", d(c(s.value)), void 0, !0)
155
+ l(e.$slots, "sidebar-end", d(c(i.value)), void 0, !0)
165
156
  ]),
166
157
  _: 3
167
158
  }, 8, ["parsedSpec"])
168
159
  ])
169
- ])) : y("", !0),
170
- ie(m("div", Ae, [
171
- m("div", Fe, [
172
- l(e.$slots, "editor", d(c(s.value)), void 0, !0)
160
+ ])) : b("", !0),
161
+ te(f("div", Be, [
162
+ f("div", Fe, [
163
+ l(e.$slots, "editor", d(c(i.value)), void 0, !0)
173
164
  ])
174
165
  ], 512), [
175
- [se, e.configuration.isEditable]
166
+ [re, e.configuration.isEditable]
176
167
  ]),
177
- J.value ? (f(), h(U, { key: 1 }, [
178
- m("div", Me, [
179
- v(i(Te), {
168
+ K.value ? (v(), S(P, { key: 1 }, [
169
+ f("div", Oe, [
170
+ u(s(ye), {
180
171
  baseServerURL: e.configuration.baseServerURL,
181
172
  layout: e.configuration.layout === "classic" ? "accordion" : "default",
182
173
  parsedSpec: e.parsedSpec,
183
- proxy: e.configuration.proxy
184
- }, le({
174
+ proxy: e.configuration.proxy,
175
+ servers: e.configuration.servers
176
+ }, ae({
185
177
  start: p(() => [
186
- l(e.$slots, "content-start", d(c(s.value)), void 0, !0)
178
+ l(e.$slots, "content-start", d(c(i.value)), void 0, !0)
187
179
  ]),
188
180
  end: p(() => [
189
- l(e.$slots, "content-end", d(c(s.value)), void 0, !0)
181
+ l(e.$slots, "content-end", d(c(i.value)), void 0, !0)
190
182
  ]),
191
183
  _: 2
192
184
  }, [
193
- (t = e.configuration) != null && t.isEditable ? {
185
+ (r = e.configuration) != null && r.isEditable ? {
194
186
  name: "empty-state",
195
187
  fn: p(() => {
196
- var n;
188
+ var t;
197
189
  return [
198
- v(be, {
199
- theme: ((n = e.configuration) == null ? void 0 : n.theme) || "default",
200
- onChangeTheme: o[0] || (o[0] = (u) => e.$emit("changeTheme", u)),
201
- onLinkSwaggerFile: o[1] || (o[1] = (u) => e.$emit("linkSwaggerFile")),
202
- onLoadSwaggerFile: o[2] || (o[2] = (u) => e.$emit("loadSwaggerFile")),
203
- onUpdateContent: o[3] || (o[3] = (u) => e.$emit("updateContent", u))
190
+ u(ge, {
191
+ theme: ((t = e.configuration) == null ? void 0 : t.theme) || "default",
192
+ onChangeTheme: o[0] || (o[0] = (a) => e.$emit("changeTheme", a)),
193
+ onLinkSwaggerFile: o[1] || (o[1] = (a) => e.$emit("linkSwaggerFile")),
194
+ onLoadSwaggerFile: o[2] || (o[2] = (a) => e.$emit("loadSwaggerFile")),
195
+ onUpdateContent: o[3] || (o[3] = (a) => e.$emit("updateContent", a))
204
196
  }, null, 8, ["theme"])
205
197
  ];
206
198
  }),
207
199
  key: "0"
208
200
  } : void 0
209
- ]), 1032, ["baseServerURL", "layout", "parsedSpec", "proxy"])
201
+ ]), 1032, ["baseServerURL", "layout", "parsedSpec", "proxy", "servers"])
210
202
  ]),
211
- e.$slots.footer ? (f(), h("div", Ne, [
212
- l(e.$slots, "footer", d(c(s.value)), void 0, !0)
213
- ])) : y("", !0)
214
- ], 64)) : y("", !0),
215
- i(F) ? (f(), A(he, {
216
- key: 2,
203
+ e.$slots.footer ? (v(), S("div", Pe, [
204
+ l(e.$slots, "footer", d(c(i.value)), void 0, !0)
205
+ ])) : b("", !0)
206
+ ], 64)) : b("", !0),
207
+ u(me, {
217
208
  proxyUrl: e.configuration.proxy,
218
209
  spec: e.configuration.spec
219
- }, null, 8, ["proxyUrl", "spec"])) : (f(), A(i(H), {
220
- key: 3,
221
- parsedSpec: e.parsedSpec,
222
- proxyUrl: (a = e.configuration) == null ? void 0 : a.proxy
223
- }, {
224
- "sidebar-start": p(() => [
225
- l(e.$slots, "sidebar-start", d(c(s.value)), void 0, !0)
226
- ]),
227
- "sidebar-end": p(() => [
228
- l(e.$slots, "sidebar-end", d(c(s.value)), void 0, !0)
229
- ]),
230
- _: 3
231
- }, 8, ["parsedSpec", "proxyUrl"]))
210
+ }, null, 8, ["proxyUrl", "spec"])
232
211
  ], 38),
233
- v(i(me))
212
+ u(s(ce))
234
213
  ], 64);
235
214
  };
236
215
  }
237
216
  });
238
217
  export {
239
- lo as default
218
+ ro as default
240
219
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Authentication.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Authentication/Authentication.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAY,IAAI,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;AAiJvD,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"Authentication.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Authentication/Authentication.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAY,IAAI,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;AAwIvD,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import t from "./Authentication.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const i = /* @__PURE__ */ o(t, [["__scopeId", "data-v-4ada77f4"]]);
4
+ const m = /* @__PURE__ */ o(t, [["__scopeId", "data-v-9052a928"]]);
5
5
  export {
6
- i as default
6
+ m as default
7
7
  };