@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,7 +1,7 @@
1
1
  import o from "./OperationAccordion.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-aca8c078"]]);
4
+ const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-70dfcfc0"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1,23 +1,23 @@
1
- import { defineComponent as l, openBlock as a, createBlock as p, unref as e, createSlots as c, withCtx as i, createElementVNode as n, createVNode as t, toDisplayString as m, withModifiers as h } from "vue";
2
- import { HttpMethod as f } from "@scalar/api-client";
3
- import { ScalarIcon as u, ScalarIconButton as v, ScalarMarkdown as y } from "@scalar/components";
4
- import b from "./EndpointDetailsCard.vue.js";
5
- import C from "./EndpointPath.vue.js";
6
- import k from "./ExampleRequest.vue.js";
7
- import _ from "./TestRequestButton.vue.js";
8
- import S from "../../Section/SectionAccordion.vue.js";
1
+ import { defineComponent as l, openBlock as r, createBlock as p, unref as e, createSlots as c, withCtx as i, createElementVNode as n, createVNode as t, toDisplayString as m, withModifiers as h } from "vue";
2
+ import { ScalarIcon as f, ScalarIconButton as u, ScalarMarkdown as v } from "@scalar/components";
3
+ import y from "./EndpointDetailsCard.vue.js";
4
+ import _ from "./EndpointPath.vue.js";
5
+ import b from "./ExampleRequest.vue.js";
6
+ import C from "./TestRequestButton.vue.js";
7
+ import k from "../../Section/SectionAccordion.vue.js";
8
+ import S from "../../HttpMethod/HttpMethod.vue.js";
9
9
  import w from "../../Anchor/Anchor.vue.js";
10
10
  import A from "./PathResponses/PathResponses.vue.js";
11
11
  import { useClipboard as B } from "../../../hooks/useClipboard.js";
12
- const E = { class: "endpoint-header" }, R = { class: "endpoint-details" }, g = { class: "endpoint-label" }, I = { class: "endpoint-label-path" }, M = { class: "endpoint-label-name" }, P = { class: "endpoint-content" }, G = /* @__PURE__ */ l({
12
+ const E = { class: "endpoint-header" }, R = { class: "endpoint-details" }, g = { class: "endpoint-label" }, I = { class: "endpoint-label-path" }, P = { class: "endpoint-label-name" }, V = { class: "endpoint-content" }, H = /* @__PURE__ */ l({
13
13
  __name: "OperationAccordion",
14
14
  props: {
15
15
  id: {},
16
16
  operation: {}
17
17
  },
18
- setup(V) {
18
+ setup(q) {
19
19
  const { copyToClipboard: d } = B();
20
- return (o, s) => (a(), p(e(S), {
20
+ return (o, s) => (r(), p(e(k), {
21
21
  id: o.id,
22
22
  class: "reference-endpoint",
23
23
  transparent: ""
@@ -25,7 +25,7 @@ const E = { class: "endpoint-header" }, R = { class: "endpoint-details" }, g = {
25
25
  title: i(() => [
26
26
  n("h3", E, [
27
27
  n("div", R, [
28
- t(e(f), {
28
+ t(e(S), {
29
29
  class: "endpoint-type",
30
30
  method: o.operation.httpVerb,
31
31
  short: ""
@@ -35,16 +35,16 @@ const E = { class: "endpoint-header" }, R = { class: "endpoint-details" }, g = {
35
35
  class: "endpoint-anchor"
36
36
  }, {
37
37
  default: i(() => {
38
- var r;
38
+ var a;
39
39
  return [
40
40
  n("div", g, [
41
41
  n("div", I, [
42
- t(C, {
43
- deprecated: (r = o.operation.information) == null ? void 0 : r.deprecated,
42
+ t(_, {
43
+ deprecated: (a = o.operation.information) == null ? void 0 : a.deprecated,
44
44
  path: o.operation.path
45
45
  }, null, 8, ["deprecated", "path"])
46
46
  ]),
47
- n("div", M, m(o.operation.name), 1)
47
+ n("div", P, m(o.operation.name), 1)
48
48
  ])
49
49
  ];
50
50
  }),
@@ -53,29 +53,29 @@ const E = { class: "endpoint-header" }, R = { class: "endpoint-details" }, g = {
53
53
  ])
54
54
  ])
55
55
  ]),
56
- actions: i(({ active: r }) => [
57
- r ? (a(), p(_, {
56
+ actions: i(({ active: a }) => [
57
+ a ? (r(), p(C, {
58
58
  key: 0,
59
59
  operation: o.operation
60
- }, null, 8, ["operation"])) : (a(), p(e(u), {
60
+ }, null, 8, ["operation"])) : (r(), p(e(f), {
61
61
  key: 1,
62
62
  class: "endpoint-try-hint",
63
63
  icon: "PaperAirplane"
64
64
  })),
65
- t(e(v), {
65
+ t(e(u), {
66
66
  class: "endpoint-copy",
67
67
  icon: "Clipboard",
68
68
  label: "Copy endpoint URL",
69
69
  size: "xs",
70
70
  variant: "ghost",
71
- onClick: s[0] || (s[0] = h((q) => e(d)(o.operation.path), ["stop"]))
71
+ onClick: s[0] || (s[0] = h((D) => e(d)(o.operation.path), ["stop"]))
72
72
  })
73
73
  ]),
74
74
  default: i(() => [
75
- n("div", P, [
76
- t(b, { operation: o.operation }, null, 8, ["operation"]),
75
+ n("div", V, [
76
+ t(y, { operation: o.operation }, null, 8, ["operation"]),
77
77
  t(e(A), { operation: o.operation }, null, 8, ["operation"]),
78
- t(k, { operation: o.operation }, null, 8, ["operation"])
78
+ t(b, { operation: o.operation }, null, 8, ["operation"])
79
79
  ])
80
80
  ]),
81
81
  _: 2
@@ -83,7 +83,7 @@ const E = { class: "endpoint-header" }, R = { class: "endpoint-details" }, g = {
83
83
  o.operation.description ? {
84
84
  name: "description",
85
85
  fn: i(() => [
86
- t(e(y), {
86
+ t(e(v), {
87
87
  value: o.operation.description,
88
88
  withImages: ""
89
89
  }, null, 8, ["value"])
@@ -94,5 +94,5 @@ const E = { class: "endpoint-header" }, R = { class: "endpoint-details" }, g = {
94
94
  }
95
95
  });
96
96
  export {
97
- G as default
97
+ H as default
98
98
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/TestRequestButton.vue"],"names":[],"mappings":"AA6EA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;;;;;;AAqH7D,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":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/TestRequestButton.vue"],"names":[],"mappings":"AAiEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;;;;;;AAgF7D,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 "./TestRequestButton.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ o(t, [["__scopeId", "data-v-98c21b42"]]);
4
+ const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-fa4467a0"]]);
5
5
  export {
6
- m as default
6
+ s as default
7
7
  };
@@ -1,46 +1,28 @@
1
- import { defineComponent as i, inject as a, openBlock as s, createBlock as m, unref as t, withModifiers as c, withCtx as l, createVNode as u, pushScopeId as d, popScopeId as f, createElementVNode as h } from "vue";
2
- import { HttpMethod as _ } from "@scalar/api-client";
3
- import { ScalarIcon as b } from "@scalar/components";
4
- import { NEW_API_MODAL as S } from "../../../features.js";
5
- import { apiClientBus as B } from "../../api-client-bus.js";
6
- import { GLOBAL_SECURITY_SYMBOL as C } from "../../../helpers/provideSymbols.js";
7
- import { openClientFor as I } from "../../../helpers/openClientFor.js";
8
- const w = (o) => (d("data-v-98c21b42"), o = o(), f(), o), A = /* @__PURE__ */ w(() => /* @__PURE__ */ h("span", null, "Test Request", -1)), T = /* @__PURE__ */ i({
1
+ import { defineComponent as n, openBlock as r, createElementBlock as a, withModifiers as i, unref as p, createVNode as s, pushScopeId as c, popScopeId as m, createElementVNode as d } from "vue";
2
+ import { ScalarIcon as u } from "@scalar/components";
3
+ import { apiClientBus as l } from "../../api-client-bus.js";
4
+ const h = (e) => (c("data-v-fa4467a0"), e = e(), m(), e), f = ["method"], _ = /* @__PURE__ */ h(() => /* @__PURE__ */ d("span", null, "Test Request", -1)), V = /* @__PURE__ */ n({
9
5
  __name: "TestRequestButton",
10
6
  props: {
11
7
  operation: {}
12
8
  },
13
- setup(o) {
14
- const n = a(C);
15
- return (e, p) => (s(), m(t(_), {
16
- as: "button",
9
+ setup(e) {
10
+ return (t, o) => (r(), a("button", {
17
11
  class: "show-api-client-button",
18
- method: e.operation.httpVerb,
12
+ method: t.operation.httpVerb,
19
13
  type: "button",
20
- onClick: p[0] || (p[0] = c((L) => {
21
- var r;
22
- return t(S) ? (
23
- // @scalar/api-client@2.0
24
- t(B).emit({
25
- open: {
26
- path: e.operation.path,
27
- method: e.operation.httpVerb
28
- }
29
- })
30
- ) : (
31
- // @scalar/api-client@1.x
32
- t(I)(e.operation, (r = t(n)) == null ? void 0 : r())
33
- );
34
- }, ["stop"]))
35
- }, {
36
- default: l(() => [
37
- u(t(b), { icon: "PaperAirplane" }),
38
- A
39
- ]),
40
- _: 1
41
- }, 8, ["method"]));
14
+ onClick: o[0] || (o[0] = i((b) => p(l).emit({
15
+ open: {
16
+ path: t.operation.path,
17
+ method: t.operation.httpVerb
18
+ }
19
+ }), ["stop"]))
20
+ }, [
21
+ s(p(u), { icon: "PaperAirplane" }),
22
+ _
23
+ ], 8, f));
42
24
  }
43
25
  });
44
26
  export {
45
- T as default
27
+ V as default
46
28
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Endpoints.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/Endpoints.vue"],"names":[],"mappings":"AA0HA,OAAO,KAAK,EAAE,GAAG,EAAwB,MAAM,mBAAmB,CAAA;;;;;;;;;;;;AAiSlE,wBAOG;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":"Endpoints.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/Endpoints.vue"],"names":[],"mappings":"AAyHA,OAAO,KAAK,EAAE,GAAG,EAAwB,MAAM,mBAAmB,CAAA;;;;;;;;;;;;AAkSlE,wBAOG;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 o from "./Endpoints.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const d = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9fc68fdd"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f0ef5b24"]]);
5
5
  export {
6
- d as default
6
+ m as default
7
7
  };
@@ -1,30 +1,30 @@
1
- import { defineComponent as N, openBlock as n, createBlock as s, unref as e, withCtx as o, createVNode as a, createTextVNode as p, toDisplayString as u, createElementVNode as c, createElementBlock as f, Fragment as b, renderList as y, createCommentVNode as V } from "vue";
2
- import { HttpMethod as E } from "@scalar/api-client";
3
- import { ScalarMarkdown as H } from "@scalar/components";
1
+ import { defineComponent as N, openBlock as n, createBlock as s, unref as e, withCtx as o, createVNode as a, createTextVNode as u, toDisplayString as p, createElementVNode as c, createElementBlock as f, Fragment as b, renderList as y, createCommentVNode as V } from "vue";
2
+ import { ScalarMarkdown as E } from "@scalar/components";
4
3
  import I from "../../Section/Section.vue.js";
5
4
  import w from "../../Section/SectionContent.vue.js";
6
5
  import A from "../../Section/SectionColumns.vue.js";
7
6
  import g from "../../Section/SectionColumn.vue.js";
8
7
  import B from "../../Section/SectionHeader.vue.js";
9
- import T from "../../Anchor/Anchor.vue.js";
10
- import M from "../../Card/Card.vue.js";
8
+ import H from "../../Anchor/Anchor.vue.js";
9
+ import T from "../../Card/Card.vue.js";
11
10
  import O from "../../Card/CardHeader.vue.js";
12
- import D from "../../Card/CardContent.vue.js";
11
+ import $ from "../../Card/CardContent.vue.js";
12
+ import D from "../../HttpMethod/HttpMethod.vue.js";
13
13
  import { useSidebar as F } from "../../../hooks/useSidebar.js";
14
14
  import { useNavState as L } from "../../../hooks/useNavState.js";
15
- const U = { class: "endpoints" }, $ = ["onClick"], oe = /* @__PURE__ */ N({
15
+ const M = { class: "endpoints" }, U = ["onClick"], oe = /* @__PURE__ */ N({
16
16
  __name: "Endpoints",
17
17
  props: {
18
18
  id: {},
19
19
  tag: {}
20
20
  },
21
21
  emits: ["observeAndNavigate"],
22
- setup(C, { emit: h }) {
23
- const l = C, v = h, { getOperationId: i, getTagId: d } = L(), { setCollapsedSidebarItem: _ } = F(), S = (t) => {
24
- v("observeAndNavigate", t);
22
+ setup(C, { emit: _ }) {
23
+ const l = C, h = _, { getOperationId: i, getTagId: m } = L(), { setCollapsedSidebarItem: v } = F(), S = (t) => {
24
+ h("observeAndNavigate", t);
25
25
  };
26
26
  async function k(t) {
27
- S(i(t, l.tag)), _(d(l.tag), !0);
27
+ S(i(t, l.tag)), v(m(l.tag), !0);
28
28
  }
29
29
  return (t, j) => (n(), s(e(I), {
30
30
  id: t.id,
@@ -39,18 +39,18 @@ const U = { class: "endpoints" }, $ = ["onClick"], oe = /* @__PURE__ */ N({
39
39
  default: o(() => [
40
40
  a(e(B), { level: 2 }, {
41
41
  default: o(() => [
42
- a(e(T), {
43
- id: e(d)(t.tag)
42
+ a(e(H), {
43
+ id: e(m)(t.tag)
44
44
  }, {
45
45
  default: o(() => [
46
- p(u(t.tag["x-displayName"] ?? t.tag.name), 1)
46
+ u(p(t.tag["x-displayName"] ?? t.tag.name), 1)
47
47
  ]),
48
48
  _: 1
49
49
  }, 8, ["id"])
50
50
  ]),
51
51
  _: 1
52
52
  }),
53
- a(e(H), {
53
+ a(e(E), {
54
54
  value: t.tag.description,
55
55
  withImages: ""
56
56
  }, null, 8, ["value"])
@@ -59,35 +59,35 @@ const U = { class: "endpoints" }, $ = ["onClick"], oe = /* @__PURE__ */ N({
59
59
  }),
60
60
  a(e(g), null, {
61
61
  default: o(() => {
62
- var m;
62
+ var d;
63
63
  return [
64
- ((m = t.tag.operations) == null ? void 0 : m.length) > 0 ? (n(), s(e(M), {
64
+ ((d = t.tag.operations) == null ? void 0 : d.length) > 0 ? (n(), s(e(T), {
65
65
  key: 0,
66
66
  class: "scalar-card-sticky"
67
67
  }, {
68
68
  default: o(() => [
69
69
  a(e(O), { muted: "" }, {
70
70
  default: o(() => [
71
- p("Endpoints")
71
+ u("Endpoints")
72
72
  ]),
73
73
  _: 1
74
74
  }),
75
- a(e(D), {
75
+ a(e($), {
76
76
  class: "custom-scroll",
77
77
  muted: ""
78
78
  }, {
79
79
  default: o(() => [
80
- c("div", U, [
80
+ c("div", M, [
81
81
  (n(!0), f(b, null, y(t.tag.operations, (r) => (n(), f("a", {
82
82
  key: e(i)(r, t.tag),
83
83
  class: "endpoint",
84
84
  onClick: (q) => k(r)
85
85
  }, [
86
- a(e(E), {
86
+ a(e(D), {
87
87
  method: r.httpVerb
88
88
  }, null, 8, ["method"]),
89
- c("span", null, u(r.path), 1)
90
- ], 8, $))), 128))
89
+ c("span", null, p(r.path), 1)
90
+ ], 8, U))), 128))
91
91
  ])
92
92
  ]),
93
93
  _: 1
@@ -0,0 +1,42 @@
1
+ import { type Component } from 'vue';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
+ /** The type of element to render as, defaults to `span` */
4
+ as?: string | Component | undefined;
5
+ /** The css style property or variable that will be set to the request method color, defaults to `color` */
6
+ property?: string | undefined;
7
+ /** Whether or not to abbreviated the slot content */
8
+ short?: boolean | undefined;
9
+ /** The HTTP method to show */
10
+ method: string;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
12
+ /** The type of element to render as, defaults to `span` */
13
+ as?: string | Component | undefined;
14
+ /** The css style property or variable that will be set to the request method color, defaults to `color` */
15
+ property?: string | undefined;
16
+ /** Whether or not to abbreviated the slot content */
17
+ short?: boolean | undefined;
18
+ /** The HTTP method to show */
19
+ method: string;
20
+ }>>>, {}, {}>, {
21
+ default?(_: {
22
+ normalized: string;
23
+ abbreviated: string;
24
+ color: string;
25
+ }): any;
26
+ }>;
27
+ export default _default;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
33
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
+ type __VLS_TypePropsToOption<T> = {
35
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
36
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
37
+ } : {
38
+ type: import('vue').PropType<T[K]>;
39
+ required: true;
40
+ };
41
+ };
42
+ //# sourceMappingURL=HttpMethod.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpMethod.vue.d.ts","sourceRoot":"","sources":["../../../src/components/HttpMethod/HttpMethod.vue"],"names":[],"mappings":"AA0CA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAA;;IAQ5C,2DAA2D;;IAE3D,2GAA2G;;IAE3G,qDAAqD;;IAErD,8BAA8B;;;IAN9B,2DAA2D;;IAE3D,2GAA2G;;IAE3G,qDAAqD;;IAErD,8BAA8B;;;;;;;;;AA+EhC,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"}
@@ -0,0 +1,28 @@
1
+ import { defineComponent as u, computed as r, openBlock as p, createBlock as i, resolveDynamicComponent as m, normalizeStyle as c, withCtx as d, renderSlot as v, normalizeProps as h, guardReactiveProps as f, createTextVNode as y, toDisplayString as b } from "vue";
2
+ import { requestMethodAbbreviations as C, requestMethodColors as z } from "./constants.js";
3
+ import { isRequestMethod as l } from "./utils/isRequestMethod.js";
4
+ const S = /* @__PURE__ */ u({
5
+ __name: "HttpMethod",
6
+ props: {
7
+ as: {},
8
+ property: {},
9
+ short: { type: Boolean },
10
+ method: {}
11
+ },
12
+ setup(s) {
13
+ const n = s, e = r(() => n.method.trim().toUpperCase()), t = r(() => l(e.value) ? C[e.value] : e.value.slice(0, 4)), a = r(() => l(e.value) ? z[e.value] : "var(--scalar-color-ghost)");
14
+ return (o, M) => (p(), i(m(o.as ?? "span"), {
15
+ style: c({ [o.property || "color"]: a.value })
16
+ }, {
17
+ default: d(() => [
18
+ v(o.$slots, "default", h(f({ normalized: e.value, abbreviated: t.value, color: a.value })), () => [
19
+ y(b(o.short ? t.value : e.value), 1)
20
+ ])
21
+ ]),
22
+ _: 3
23
+ }, 8, ["style"]));
24
+ }
25
+ });
26
+ export {
27
+ S as default
28
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./HttpMethod.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,9 @@
1
+ export declare const validRequestMethods: readonly ["GET", "POST", "PUT", "HEAD", "DELETE", "PATCH", "OPTIONS", "CONNECT", "TRACE"];
2
+ export type RequestMethod = (typeof validRequestMethods)[number];
3
+ export declare const requestMethodColors: {
4
+ [x in RequestMethod]: string;
5
+ };
6
+ export declare const requestMethodAbbreviations: {
7
+ [x in RequestMethod]: string;
8
+ };
9
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/HttpMethod/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,2FAUtB,CAAA;AAEV,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAA;AAEhE,eAAO,MAAM,mBAAmB,EAAE;KAAG,CAAC,IAAI,aAAa,GAAG,MAAM;CAU/D,CAAA;AAED,eAAO,MAAM,0BAA0B,EAAE;KAAG,CAAC,IAAI,aAAa,GAAG,MAAM;CAUtE,CAAA"}
@@ -0,0 +1,36 @@
1
+ const r = [
2
+ "GET",
3
+ "POST",
4
+ "PUT",
5
+ "HEAD",
6
+ "DELETE",
7
+ "PATCH",
8
+ "OPTIONS",
9
+ "CONNECT",
10
+ "TRACE"
11
+ ], a = {
12
+ POST: "var(--scalar-color-green)",
13
+ DELETE: "var(--scalar-color-red)",
14
+ PATCH: "var(--scalar-color-yellow)",
15
+ GET: "var(--scalar-color-blue)",
16
+ PUT: "var(--scalar-color-orange)",
17
+ OPTIONS: "var(--scalar-color-purple)",
18
+ HEAD: "var(--scalar-color-2)",
19
+ CONNECT: "var(--scalar-color-2)",
20
+ TRACE: "var(--scalar-color-2)"
21
+ }, o = {
22
+ POST: "POST",
23
+ DELETE: "DEL",
24
+ PATCH: "PATCH",
25
+ GET: "GET",
26
+ PUT: "PUT",
27
+ OPTIONS: "OPTS",
28
+ HEAD: "HEAD",
29
+ CONNECT: "CONN",
30
+ TRACE: "TRACE"
31
+ };
32
+ export {
33
+ o as requestMethodAbbreviations,
34
+ a as requestMethodColors,
35
+ r as validRequestMethods
36
+ };
@@ -0,0 +1,2 @@
1
+ export { default as HttpMethod } from './HttpMethod.vue.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/HttpMethod/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { type RequestMethod } from '../constants.js';
2
+ /** Checks whether a given request method is a valid request method */
3
+ export declare function isRequestMethod(s: string): s is RequestMethod;
4
+ //# sourceMappingURL=isRequestMethod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isRequestMethod.d.ts","sourceRoot":"","sources":["../../../../src/components/HttpMethod/utils/isRequestMethod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,cAAc,CAAA;AAEtE,sEAAsE;AACtE,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,GAAG,CAAC,IAAI,aAAa,CAE7D"}
@@ -0,0 +1,7 @@
1
+ import { validRequestMethods as t } from "../constants.js";
2
+ function i(e) {
3
+ return t.includes(e);
4
+ }
5
+ export {
6
+ i as isRequestMethod
7
+ };
@@ -1,7 +1,7 @@
1
1
  import t from "./SidebarHttpBadge.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-9e6d2bc7"]]);
4
+ const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-f51e2805"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1,14 +1,14 @@
1
- import { defineComponent as t, openBlock as o, createBlock as r, unref as a, normalizeClass as p } from "vue";
2
- import { HttpMethod as n } from "@scalar/api-client";
3
- const c = /* @__PURE__ */ t({
1
+ import { defineComponent as o, openBlock as t, createBlock as a, unref as r, normalizeClass as n } from "vue";
2
+ import p from "../HttpMethod/HttpMethod.vue.js";
3
+ const d = /* @__PURE__ */ o({
4
4
  __name: "SidebarHttpBadge",
5
5
  props: {
6
6
  active: { type: Boolean },
7
7
  method: {}
8
8
  },
9
9
  setup(s) {
10
- return (e, d) => (o(), r(a(n), {
11
- class: p(["sidebar-heading-type", { "sidebar-heading-type-active": e.active }]),
10
+ return (e, i) => (t(), a(r(p), {
11
+ class: n(["sidebar-heading-type", { "sidebar-heading-type-active": e.active }]),
12
12
  method: e.method,
13
13
  property: "--method-color",
14
14
  short: ""
@@ -16,5 +16,5 @@ const c = /* @__PURE__ */ t({
16
16
  }
17
17
  });
18
18
  export {
19
- c as default
19
+ d as default
20
20
  };
@@ -1,4 +1,4 @@
1
- import type { OpenClientPayload } from '@scalar/client-app';
1
+ import type { OpenClientPayload } from '@scalar/api-client';
2
2
  import type { AuthenticationState } from '@scalar/oas-utils';
3
3
  import type { RequireAtLeastOne } from 'type-fest';
4
4
  type ApiClientEvents = RequireAtLeastOne<{
@@ -1,4 +1,5 @@
1
1
  import type { Spec } from '@scalar/oas-utils';
2
+ import type { Server } from './types';
2
3
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
4
  /**
4
5
  * The specification to get the servers from
@@ -8,6 +9,10 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
8
9
  * The fallback server URL to use if no servers are found in the specification
9
10
  */
10
11
  defaultServerUrl?: string | undefined;
12
+ /**
13
+ * Overwrite the list of servers
14
+ */
15
+ servers?: Server[] | undefined;
11
16
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
12
17
  /**
13
18
  * The specification to get the servers from
@@ -17,6 +22,10 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
17
22
  * The fallback server URL to use if no servers are found in the specification
18
23
  */
19
24
  defaultServerUrl?: string | undefined;
25
+ /**
26
+ * Overwrite the list of servers
27
+ */
28
+ servers?: Server[] | undefined;
20
29
  }>>>, {}, {}>;
21
30
  export default _default;
22
31
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1 +1 @@
1
- {"version":3,"file":"BaseUrl.vue.d.ts","sourceRoot":"","sources":["../../../src/features/BaseUrl/BaseUrl.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAA;;IAU3C;;OAEG;;IAEH;;OAEG;;;IANH;;OAEG;;IAEH;;OAEG;;;AA+JL,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":"BaseUrl.vue.d.ts","sourceRoot":"","sources":["../../../src/features/BaseUrl/BaseUrl.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAA;AAK7C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;;IAMnC;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;IAVH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;AAwKL,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"}