@scalar/api-client 2.1.17 → 2.1.19

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 (194) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts +5 -1
  3. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  4. package/dist/components/AddressBar/AddressBar.vue.js +2 -2
  5. package/dist/components/AddressBar/AddressBar.vue2.js +78 -75
  6. package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
  7. package/dist/components/AddressBar/AddressBarHistory.vue2.js +8 -8
  8. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  9. package/dist/components/AddressBar/AddressBarServer.vue.js +6 -6
  10. package/dist/components/CodeInput/CodeInput.vue.d.ts +6 -2
  11. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  12. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  13. package/dist/components/CodeInput/CodeInput.vue2.js +57 -49
  14. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +3 -0
  15. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
  16. package/dist/components/CommandPalette/CommandActionForm.vue.js +13 -11
  17. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +0 -2
  18. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
  19. package/dist/components/CommandPalette/CommandActionInput.vue.js +36 -38
  20. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +1 -1
  21. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +1 -1
  22. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +1 -1
  23. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  24. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +100 -80
  25. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +1 -1
  26. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +1 -1
  27. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +1 -1
  28. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +1 -1
  29. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +7 -7
  30. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  31. package/dist/components/CommandPalette/TheCommandPalette.vue.js +4 -4
  32. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +42 -42
  33. package/dist/components/ContextBar.vue.d.ts.map +1 -1
  34. package/dist/components/ContextBar.vue.js +2 -2
  35. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +19 -3
  36. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
  37. package/dist/components/DataTable/DataTableCheckbox.vue.js +27 -14
  38. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  39. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +8 -8
  40. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
  41. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +39 -0
  42. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -0
  43. package/dist/components/ImportCurl/ImportCurlModal.vue.js +7 -0
  44. package/dist/components/ImportCurl/ImportCurlModal.vue2.js +88 -0
  45. package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
  46. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  47. package/dist/components/SideNav/SideNav.vue.js +1 -1
  48. package/dist/components/SideNav/SideNav.vue2.js +37 -26
  49. package/dist/components/SideNav/SideNavLink.vue.d.ts +2 -2
  50. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  51. package/dist/components/SideNav/SideNavLink.vue.js +10 -11
  52. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +1 -1
  53. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  54. package/dist/components/Sidebar/Sidebar.vue.js +1 -1
  55. package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
  56. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  57. package/dist/components/Sidebar/SidebarButton.vue.js +1 -1
  58. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +24 -3
  59. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  60. package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
  61. package/dist/components/Sidebar/SidebarListElement.vue2.js +26 -22
  62. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +4 -0
  63. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  64. package/dist/components/Sidebar/SidebarListElementActions.vue.js +35 -32
  65. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  66. package/dist/components/TopNav/TopNav.vue.js +1 -1
  67. package/dist/components/TopNav/TopNav.vue2.js +1 -1
  68. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  69. package/dist/components/ViewLayout/ViewLayout.vue.js +7 -7
  70. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
  71. package/dist/components/ViewLayout/ViewLayoutContent.vue.js +1 -1
  72. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  73. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +11 -11
  74. package/dist/constants.d.ts +4 -0
  75. package/dist/constants.d.ts.map +1 -1
  76. package/dist/constants.js +2 -1
  77. package/dist/hooks/useDarkModeState.d.ts +4 -3
  78. package/dist/hooks/useDarkModeState.d.ts.map +1 -1
  79. package/dist/hooks/useDarkModeState.js +36 -21
  80. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  81. package/dist/layouts/App/ApiClientApp.vue.js +34 -41
  82. package/dist/layouts/App/create-api-client-app.d.ts +35 -32
  83. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  84. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  85. package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
  86. package/dist/layouts/Modal/ApiClientModal.vue2.js +6 -6
  87. package/dist/layouts/Modal/create-api-client-modal.d.ts +70 -64
  88. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  89. package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
  90. package/dist/layouts/Web/ApiClientWeb.vue.js +35 -42
  91. package/dist/layouts/Web/create-api-client-web.d.ts +35 -32
  92. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  93. package/dist/libs/create-client.d.ts +35 -32
  94. package/dist/libs/create-client.d.ts.map +1 -1
  95. package/dist/libs/event-busses/hot-keys-bus.d.ts +1 -1
  96. package/dist/libs/extractAttachmentFilename.d.ts +2 -0
  97. package/dist/libs/extractAttachmentFilename.d.ts.map +1 -0
  98. package/dist/libs/extractAttachmentFilename.js +20 -0
  99. package/dist/libs/getOpenApiDocumentDetails.d.ts +10 -0
  100. package/dist/libs/getOpenApiDocumentDetails.d.ts.map +1 -0
  101. package/dist/libs/getOpenApiDocumentDetails.js +40 -0
  102. package/dist/libs/importers/curl.d.ts +3 -0
  103. package/dist/libs/importers/curl.d.ts.map +1 -0
  104. package/dist/libs/importers/curl.js +61 -0
  105. package/dist/libs/importers/index.d.ts +2 -0
  106. package/dist/libs/importers/index.d.ts.map +1 -0
  107. package/dist/libs/importers/index.js +4 -0
  108. package/dist/libs/index.d.ts +2 -2
  109. package/dist/libs/index.d.ts.map +1 -1
  110. package/dist/libs/index.js +22 -22
  111. package/dist/libs/isUrl.d.ts +1 -1
  112. package/dist/libs/isUrl.d.ts.map +1 -1
  113. package/dist/libs/isUrl.js +4 -3
  114. package/dist/libs/parse-curl.d.ts +12 -0
  115. package/dist/libs/parse-curl.d.ts.map +1 -0
  116. package/dist/libs/parse-curl.js +70 -0
  117. package/dist/router.d.ts +2 -1
  118. package/dist/router.d.ts.map +1 -1
  119. package/dist/router.js +33 -24
  120. package/dist/store/collections.d.ts +4 -4
  121. package/dist/store/cookies.d.ts +4 -4
  122. package/dist/store/environment.d.ts +4 -4
  123. package/dist/store/import-spec.d.ts.map +1 -1
  124. package/dist/store/import-spec.js +21 -26
  125. package/dist/store/request-example.d.ts +4 -4
  126. package/dist/store/requests.d.ts +4 -4
  127. package/dist/store/router-params.d.ts +1 -0
  128. package/dist/store/router-params.d.ts.map +1 -1
  129. package/dist/store/router-params.js +2 -1
  130. package/dist/store/servers.d.ts +4 -4
  131. package/dist/store/store.d.ts +70 -64
  132. package/dist/store/store.d.ts.map +1 -1
  133. package/dist/store/store.js +126 -119
  134. package/dist/store/tags.d.ts +4 -4
  135. package/dist/store/workspace.d.ts +4 -4
  136. package/dist/style.css +1 -1
  137. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  138. package/dist/views/Cookies/Cookies.vue2.js +18 -18
  139. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  140. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +9 -9
  141. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  142. package/dist/views/Request/Request.vue.js +1 -1
  143. package/dist/views/Request/Request.vue2.js +146 -96
  144. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  145. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
  146. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +1 -1
  147. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  148. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +4 -4
  149. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  150. package/dist/views/Request/RequestSidebar.vue.js +3 -3
  151. package/dist/views/Request/RequestSidebar.vue2.js +2 -2
  152. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  153. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  154. package/dist/views/Request/RequestSidebarItem.vue2.js +49 -49
  155. package/dist/views/Request/RequestSubpageHeader.vue.d.ts +2 -0
  156. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  157. package/dist/views/Request/RequestSubpageHeader.vue.js +4 -4
  158. package/dist/views/Request/RequestSubpageHeader.vue2.js +17 -15
  159. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  160. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +63 -55
  161. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts +2 -0
  162. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
  163. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +14 -14
  164. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  165. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
  166. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +1 -1
  167. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +1 -1
  168. package/dist/views/Settings/Settings.vue.d.ts +4 -0
  169. package/dist/views/Settings/Settings.vue.d.ts.map +1 -0
  170. package/dist/views/Settings/Settings.vue.js +4 -0
  171. package/dist/views/Settings/Settings.vue2.js +59 -0
  172. package/dist/{components/DarkModeToggle/DarkModeIconToggle.vue.d.ts → views/Settings/SettingsGeneral.vue.d.ts} +1 -1
  173. package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -0
  174. package/dist/views/Settings/SettingsGeneral.vue.js +124 -0
  175. package/dist/views/Settings/SettingsGeneral.vue2.js +4 -0
  176. package/dist/views/Settings/SettingsGeneralMode.vue.d.ts +3 -0
  177. package/dist/views/Settings/SettingsGeneralMode.vue.d.ts.map +1 -0
  178. package/dist/views/Settings/SettingsGeneralMode.vue.js +78 -0
  179. package/dist/views/Settings/SettingsGeneralMode.vue2.js +4 -0
  180. package/package.json +60 -36
  181. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts.map +0 -1
  182. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.js +0 -31
  183. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue2.js +0 -4
  184. package/dist/components/DarkModeToggle/index.d.ts +0 -2
  185. package/dist/components/DarkModeToggle/index.d.ts.map +0 -1
  186. package/dist/components/DarkModeToggle/index.js +0 -4
  187. package/dist/components/ScreenReader.vue.js +0 -7
  188. package/dist/components/ScreenReader.vue2.js +0 -18
  189. package/dist/libs/getOpenApiDocumentVersion.d.ts +0 -8
  190. package/dist/libs/getOpenApiDocumentVersion.d.ts.map +0 -1
  191. package/dist/libs/getOpenApiDocumentVersion.js +0 -20
  192. package/dist/libs/isDocument.d.ts +0 -3
  193. package/dist/libs/isDocument.d.ts.map +0 -1
  194. package/dist/libs/isDocument.js +0 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - e5ee02f: fix: too many z-index layers
8
+ - 8da2152: style: enhances responsiveness
9
+ - 2a77f7b: fix: comment out stackBlitz in the ci
10
+ - d02d70c: feat: add settings page to api client
11
+ - e911047: Add default exports
12
+ - 9a2d5ca: feat: adds curl importer
13
+ - Updated dependencies [d064a78]
14
+ - Updated dependencies [3db9355]
15
+ - Updated dependencies [2ff5905]
16
+ - Updated dependencies [9a2d5ca]
17
+ - Updated dependencies [e911047]
18
+ - Updated dependencies [d02d70c]
19
+ - Updated dependencies [3acbf26]
20
+ - @scalar/openapi-parser@0.8.6
21
+ - @scalar/oas-utils@0.2.54
22
+ - @scalar/object-utils@1.1.10
23
+ - @scalar/openapi-types@0.1.2
24
+ - @scalar/types@0.0.14
25
+ - @scalar/themes@0.9.36
26
+ - @scalar/components@0.12.51
27
+ - @scalar/icons@0.1.0
28
+ - @scalar/use-codemirror@0.11.18
29
+ - @scalar/use-toasts@0.7.6
30
+ - @scalar/use-tooltip@1.0.2
31
+
32
+ ## 2.1.18
33
+
34
+ ### Patch Changes
35
+
36
+ - 7c2e291: style: removes comamand palette command label + style fixtures
37
+ - 46a55ae: feat(api-client): improve client import ux
38
+ - 5d996a8: feat: download response with filename
39
+ - b26144c: fix(themes): remove variables from theme layer and move selection to default (base) theme
40
+ - Updated dependencies [46a55ae]
41
+ - Updated dependencies [b26144c]
42
+ - @scalar/oas-utils@0.2.53
43
+ - @scalar/themes@0.9.35
44
+ - @scalar/components@0.12.50
45
+
3
46
  ## 2.1.17
4
47
 
5
48
  ### Patch Changes
@@ -1,3 +1,7 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ importCurl: (value: string) => void;
3
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
4
+ onImportCurl?: ((value: string) => any) | undefined;
5
+ }, {}, {}>;
2
6
  export default _default;
3
7
  //# sourceMappingURL=AddressBar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBar.vue"],"names":[],"mappings":";AAouBA,wBAKG"}
1
+ {"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBar.vue"],"names":[],"mappings":";;;;;AA2vBA,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./AddressBar.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-ef489963"]]);
4
+ const d = /* @__PURE__ */ r(o, [["__scopeId", "data-v-30d2e87b"]]);
5
5
  export {
6
- e as default
6
+ d as default
7
7
  };
@@ -1,141 +1,144 @@
1
- import { defineComponent as L, ref as i, watch as O, onMounted as A, onBeforeUnmount as K, unref as l, openBlock as N, createElementBlock as T, createElementVNode as o, createVNode as s, withCtx as w, normalizeClass as B, normalizeStyle as $, createCommentVNode as D, pushScopeId as P, popScopeId as Q } from "vue";
2
- import W from "../CodeInput/CodeInput.vue.js";
3
- import { Listbox as j } from "@headlessui/vue";
4
- import { ScalarButton as F, ScalarIcon as G } from "@scalar/components";
5
- import { REQUEST_METHODS as J } from "@scalar/oas-utils/helpers";
6
- import { isMacOS as X } from "@scalar/use-tooltip";
7
- import { useMagicKeys as Y, whenever as Z } from "@vueuse/core";
8
- import ee from "../HttpMethod/HttpMethod.vue.js";
9
- import te from "./AddressBarHistory.vue.js";
10
- import le from "./AddressBarServer.vue.js";
11
- import { executeRequestBus as S } from "../../libs/event-busses/execute-request-bus.js";
12
- import { useWorkspace as oe } from "../../store/store.js";
13
- import { requestStatusBus as ae } from "../../libs/event-busses/request-status-bus.js";
14
- import { hotKeyBus as k } from "../../libs/event-busses/hot-keys-bus.js";
15
- const v = (d) => (P("data-v-ef489963"), d = d(), Q(), d), re = {
1
+ import { defineComponent as z, ref as u, watch as A, onMounted as K, onBeforeUnmount as N, unref as l, openBlock as T, createElementBlock as $, createElementVNode as o, createVNode as n, withCtx as w, normalizeClass as B, normalizeStyle as D, createCommentVNode as P, pushScopeId as Q, popScopeId as W } from "vue";
2
+ import j from "../CodeInput/CodeInput.vue.js";
3
+ import { Listbox as F } from "@headlessui/vue";
4
+ import { ScalarButton as G, ScalarIcon as J } from "@scalar/components";
5
+ import { REQUEST_METHODS as X } from "@scalar/oas-utils/helpers";
6
+ import { isMacOS as Y } from "@scalar/use-tooltip";
7
+ import { useMagicKeys as Z, whenever as ee } from "@vueuse/core";
8
+ import te from "../HttpMethod/HttpMethod.vue.js";
9
+ import le from "./AddressBarHistory.vue.js";
10
+ import oe from "./AddressBarServer.vue.js";
11
+ import { executeRequestBus as C } from "../../libs/event-busses/execute-request-bus.js";
12
+ import { useWorkspace as ae } from "../../store/store.js";
13
+ import { requestStatusBus as re } from "../../libs/event-busses/request-status-bus.js";
14
+ import { hotKeyBus as S } from "../../libs/event-busses/hot-keys-bus.js";
15
+ const m = (d) => (Q("data-v-30d2e87b"), d = d(), W(), d), se = {
16
16
  key: 0,
17
17
  class: "order-last lg:order-none lg:w-auto w-full"
18
- }, se = { class: "m-auto flex flex-row items-center" }, ne = { class: "pointer-events-none absolute left-0 top-0 z-10 block h-full w-full overflow-hidden" }, ie = { class: "flex gap-1" }, ue = { class: "codemirror-bg-switcher scroll-timeline-x scroll-timeline-x-hidden relative flex w-full" }, de = /* @__PURE__ */ v(() => /* @__PURE__ */ o("div", { class: "fade-left" }, null, -1)), ce = /* @__PURE__ */ v(() => /* @__PURE__ */ o("div", { class: "fade-right" }, null, -1)), fe = /* @__PURE__ */ v(() => /* @__PURE__ */ o("span", { class: "text-xxs relative z-10 lg:flex hidden" }, "Send", -1)), Ce = /* @__PURE__ */ L({
18
+ }, ne = { class: "m-auto flex flex-row items-center" }, ie = { class: "pointer-events-none absolute left-0 top-0 block h-full w-full overflow-hidden" }, ue = { class: "flex gap-1" }, de = { class: "codemirror-bg-switcher scroll-timeline-x scroll-timeline-x-hidden relative flex w-full" }, fe = /* @__PURE__ */ m(() => /* @__PURE__ */ o("div", { class: "fade-left" }, null, -1)), ce = /* @__PURE__ */ m(() => /* @__PURE__ */ o("div", { class: "fade-right" }, null, -1)), me = /* @__PURE__ */ m(() => /* @__PURE__ */ o("span", { class: "text-xxs relative lg:flex hidden" }, "Send", -1)), qe = /* @__PURE__ */ z({
19
19
  __name: "AddressBar",
20
+ emits: ["importCurl"],
20
21
  setup(d) {
21
22
  const {
22
23
  activeRequest: t,
23
- activeExample: y,
24
- activeServer: q,
25
- isReadOnly: m,
26
- requestMutators: f,
27
- requestHistory: C
28
- } = oe(), p = i(C[0]), h = i(null), _ = Y();
29
- Z(
30
- X() ? _.meta_enter : _.ctrl_enter,
31
- () => S.emit()
24
+ activeExample: k,
25
+ activeServer: y,
26
+ isReadOnly: v,
27
+ requestMutators: c,
28
+ requestHistory: R
29
+ } = ae(), p = u(R[0]), h = u(null), b = Z();
30
+ ee(
31
+ Y() ? b.meta_enter : b.ctrl_enter,
32
+ () => C.emit()
32
33
  );
33
- const E = (e) => {
34
- !t.value || t.value.path === e || f.edit(t.value.uid, "path", e);
34
+ const q = (e) => {
35
+ !t.value || t.value.path === e || c.edit(t.value.uid, "path", e);
35
36
  };
36
- O(
37
+ A(
37
38
  () => {
38
39
  var e;
39
40
  return (e = t.value) == null ? void 0 : e.path;
40
41
  },
41
42
  (e) => {
42
- !t.value || !e || E(e);
43
+ !t.value || !e || q(e);
43
44
  }
44
45
  );
45
- const a = i(100), x = i(0), r = i(!1), n = i();
46
- function R() {
47
- r.value ? a.value -= (a.value - 15) / 60 : a.value -= x.value / 20, a.value <= 0 && (clearInterval(n.value), n.value = void 0, a.value = 100, r.value = !1);
46
+ const a = u(100), x = u(0), r = u(!1), i = u();
47
+ function E() {
48
+ r.value ? a.value -= (a.value - 15) / 60 : a.value -= x.value / 20, a.value <= 0 && (clearInterval(i.value), i.value = void 0, a.value = 100, r.value = !1);
48
49
  }
49
50
  function I() {
50
- n.value || (r.value = !0, n.value = setInterval(R, 20));
51
+ i.value || (r.value = !0, i.value = setInterval(E, 20));
51
52
  }
52
53
  function V() {
53
54
  x.value = a.value, r.value = !1;
54
55
  }
55
- function z() {
56
- clearInterval(n.value), n.value = void 0, a.value = 100, r.value = !1;
56
+ function M() {
57
+ clearInterval(i.value), i.value = void 0, a.value = 100, r.value = !1;
57
58
  }
58
- ae.on((e) => {
59
- e === "start" && I(), e === "stop" && V(), e === "abort" && z();
59
+ re.on((e) => {
60
+ e === "start" && I(), e === "stop" && V(), e === "abort" && M();
60
61
  });
61
- function M(e) {
62
- t.value && f.edit(t.value.uid, "method", e);
62
+ function U(e) {
63
+ t.value && c.edit(t.value.uid, "method", e);
63
64
  }
64
65
  function H() {
65
66
  if (!t.value) return;
66
67
  const { method: e } = t.value;
67
- return J[e].backgroundColor;
68
+ return X[e].backgroundColor;
68
69
  }
69
- function b() {
70
- r.value || (r.value = !0, S.emit());
70
+ function _() {
71
+ r.value || (r.value = !0, C.emit());
71
72
  }
72
- function U(e) {
73
- t.value && f.edit(t.value.uid, "path", e);
73
+ function L(e) {
74
+ t.value && c.edit(t.value.uid, "path", e);
74
75
  }
75
76
  function g(e) {
76
- var u;
77
- e.focusAddressBar && ((u = h.value) == null || u.focus());
77
+ var s;
78
+ e.focusAddressBar && ((s = h.value) == null || s.focus());
78
79
  }
79
- return A(() => k.on(g)), K(() => k.off(g)), (e, u) => l(t) && l(y) ? (N(), T("div", re, [
80
- o("div", se, [
81
- s(l(j), {
80
+ return K(() => S.on(g)), N(() => S.off(g)), (e, s) => l(t) && l(k) ? (T(), $("div", se, [
81
+ o("div", ne, [
82
+ n(l(F), {
82
83
  modelValue: p.value,
83
- "onUpdate:modelValue": u[0] || (u[0] = (c) => p.value = c)
84
+ "onUpdate:modelValue": s[1] || (s[1] = (f) => p.value = f)
84
85
  }, {
85
- default: w(({ open: c }) => [
86
+ default: w(({ open: f }) => [
86
87
  o("div", {
87
88
  class: B([
88
89
  "addressbar-bg-states text-xxs relative flex w-full lg:min-w-[720px] lg:max-w-[720px] order-last overflow-hidden lg:order-none flex-1 flex-row items-stretch rounded-lg border-1/2 p-[3px]",
89
- { "border-transparent overflow-visible rounded-b-none": c }
90
+ { "border-transparent overflow-visible rounded-b-none": f }
90
91
  ])
91
92
  }, [
92
- o("div", ne, [
93
+ o("div", ie, [
93
94
  o("div", {
94
95
  class: B(["bg-mix-transparent bg-mix-amount-90 absolute left-0 top-0 h-full w-full", H()]),
95
- style: $({ transform: `translate3d(-${a.value}%,0,0)` })
96
+ style: D({ transform: `translate3d(-${a.value}%,0,0)` })
96
97
  }, null, 6)
97
98
  ]),
98
- o("div", ie, [
99
- s(ee, {
100
- isEditable: !l(m),
99
+ o("div", ue, [
100
+ n(te, {
101
+ isEditable: !l(v),
101
102
  isSquare: "",
102
103
  method: l(t).method,
103
104
  teleport: ".scalar-client",
104
- onChange: M
105
+ onChange: U
105
106
  }, null, 8, ["isEditable", "method"])
106
107
  ]),
107
- o("div", ue, [
108
- de,
109
- s(le),
110
- s(W, {
108
+ o("div", de, [
109
+ fe,
110
+ n(oe),
111
+ n(j, {
111
112
  ref_key: "addressBarRef",
112
113
  ref: h,
113
114
  disableCloseBrackets: "",
114
- disabled: l(m),
115
+ disabled: l(v),
115
116
  disableEnter: "",
116
117
  disableTabIndent: "",
117
118
  emitOnBlur: !1,
119
+ importCurl: "",
118
120
  modelValue: l(t).path,
119
- placeholder: l(q) ? "" : "Enter URL to get started",
121
+ placeholder: l(y) ? "" : "Enter a URL or cURL command",
120
122
  server: "",
121
- onSubmit: b,
122
- "onUpdate:modelValue": U
123
+ onCurl: s[0] || (s[0] = (O) => e.$emit("importCurl", O)),
124
+ onSubmit: _,
125
+ "onUpdate:modelValue": L
123
126
  }, null, 8, ["disabled", "modelValue", "placeholder"]),
124
127
  ce
125
128
  ]),
126
- s(te, { open: c }, null, 8, ["open"]),
127
- s(l(F), {
128
- class: "relative h-auto shrink-0 gap-1 overflow-hidden pl-2 pr-2.5 py-1 z-[1] font-bold",
129
+ n(le, { open: f }, null, 8, ["open"]),
130
+ n(l(G), {
131
+ class: "relative h-auto shrink-0 gap-1 overflow-hidden pl-2 pr-2.5 py-1 font-bold",
129
132
  disabled: r.value,
130
- onClick: b
133
+ onClick: _
131
134
  }, {
132
135
  default: w(() => [
133
- s(l(G), {
134
- class: "relative z-10 shrink-0 fill-current",
136
+ n(l(J), {
137
+ class: "relative shrink-0 fill-current",
135
138
  icon: "Play",
136
139
  size: "xs"
137
140
  }),
138
- fe
141
+ me
139
142
  ]),
140
143
  _: 1
141
144
  }, 8, ["disabled"])
@@ -144,9 +147,9 @@ const v = (d) => (P("data-v-ef489963"), d = d(), Q(), d), re = {
144
147
  _: 1
145
148
  }, 8, ["modelValue"])
146
149
  ])
147
- ])) : D("", !0);
150
+ ])) : P("", !0);
148
151
  }
149
152
  });
150
153
  export {
151
- Ce as default
154
+ qe as default
152
155
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./AddressBarHistory.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const d = /* @__PURE__ */ r(o, [["__scopeId", "data-v-38e0296d"]]);
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-0e166ebf"]]);
5
5
  export {
6
- d as default
6
+ a as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as C, computed as q, openBlock as u, createElementBlock as b, Fragment as h, createBlock as i, unref as o, withCtx as c, createVNode as x, createCommentVNode as v, createElementVNode as r, normalizeClass as g, renderList as B, toDisplayString as l } from "vue";
1
+ import { defineComponent as C, computed as q, openBlock as u, createElementBlock as b, Fragment as h, createBlock as c, unref as o, withCtx as i, createVNode as x, createCommentVNode as v, createElementVNode as r, normalizeClass as g, renderList as B, toDisplayString as l } from "vue";
2
2
  import { formatMs as H } from "../../libs/formatters.js";
3
3
  import { ListboxButton as y, ListboxOptions as L, ListboxOption as S } from "@headlessui/vue";
4
4
  import { ScalarIcon as z } from "@scalar/components";
@@ -29,11 +29,11 @@ const $ = { class: "min-w-0" }, I = { class: "min-w-0 truncate text-c-1" }, P =
29
29
  return (t, s) => {
30
30
  var n;
31
31
  return u(), b(h, null, [
32
- (n = m.value) != null && n.length ? (u(), i(o(y), {
32
+ (n = m.value) != null && n.length ? (u(), c(o(y), {
33
33
  key: 0,
34
34
  class: "addressbar-history-button mr-1 rounded-lg p-1.5 text-c-3 focus:text-c-1"
35
35
  }, {
36
- default: c(() => [
36
+ default: i(() => [
37
37
  x(o(z), {
38
38
  icon: "History",
39
39
  size: "sm",
@@ -44,22 +44,22 @@ const $ = { class: "min-w-0" }, I = { class: "min-w-0 truncate text-c-1" }, P =
44
44
  })) : v("", !0),
45
45
  r("div", {
46
46
  class: g([
47
- "absolute bg-white left-0 top-8 w-full rounded-lg before:pointer-events-none before:absolute before:left-0 before:-top-8 before:h-[calc(100%+32px)] before:w-full before:rounded-lg z-50",
47
+ "absolute bg-white left-0 top-8 w-full rounded-lg before:pointer-events-none before:absolute before:left-0 before:-top-8 before:h-[calc(100%+32px)] before:w-full before:rounded-lg z-context",
48
48
  { "before:shadow-lg": t.open }
49
49
  ])
50
50
  }, [
51
51
  x(o(L), { class: "bg-b-1 border-t custom-scroll max-h-[300px] rounded-b-lg p-[3px] grid grid-cols-[44px,1fr,repeat(3,auto)] items-center" }, {
52
- default: c(() => [
53
- (u(!0), b(h, null, B(m.value, (e, f) => (u(), i(o(S), {
52
+ default: i(() => [
53
+ (u(!0), b(h, null, B(m.value, (e, f) => (u(), c(o(S), {
54
54
  key: f,
55
55
  class: "contents font-code text-sm *:rounded-none first:*:rounded-l last:*:rounded-r *:h-8 *:hover:bg-b-2 *:flex *:items-center *:cursor-pointer *:px-1.5 text-c-2 font-medium",
56
56
  value: f,
57
57
  onClick: (a) => w(e)
58
58
  }, {
59
- default: c(() => {
59
+ default: i(() => {
60
60
  var a;
61
61
  return [
62
- e.response.method ? (u(), i(N, {
62
+ e.response.method ? (u(), c(N, {
63
63
  key: 0,
64
64
  class: "text-[11px]",
65
65
  method: e.response.method
@@ -1 +1 @@
1
- {"version":3,"file":"AddressBarServer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarServer.vue"],"names":[],"mappings":";AA+YA,wBAKG"}
1
+ {"version":3,"file":"AddressBarServer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarServer.vue"],"names":[],"mappings":";AA8YA,wBAKG"}
@@ -6,12 +6,12 @@ import { commandPaletteBus as L } from "../../libs/event-busses/command-palette-
6
6
  const M = {
7
7
  key: 0,
8
8
  class: "text-xxs text-c-2 ml-8"
9
- }, j = /* @__PURE__ */ c("div", { class: "text-xxs text-c-2 ml-8" }, "Collection Servers", -1), z = { class: "flex items-center justify-center h-4 w-4" }, F = /* @__PURE__ */ c("span", null, "Add Server", -1), P = {
9
+ }, j = /* @__PURE__ */ c("div", { class: "text-xxs text-c-2 ml-8" }, "Collection Servers", -1), F = { class: "flex items-center justify-center h-4 w-4" }, P = /* @__PURE__ */ c("span", null, "Add Server", -1), T = {
10
10
  key: 1,
11
11
  class: "flex whitespace-nowrap items-center font-code lg:text-sm text-xs"
12
12
  }, K = /* @__PURE__ */ U({
13
13
  __name: "AddressBarServer",
14
- setup(T) {
14
+ setup($) {
15
15
  const {
16
16
  activeRequest: S,
17
17
  activeCollection: k,
@@ -90,13 +90,13 @@ const M = {
90
90
  class: "font-code text-xxs flex items-center gap-1.5",
91
91
  onClick: N
92
92
  }, [
93
- c("div", z, [
93
+ c("div", F, [
94
94
  p(s(E), {
95
95
  class: "h-2.5",
96
96
  icon: "Add"
97
97
  })
98
98
  ]),
99
- F
99
+ P
100
100
  ])
101
101
  ]),
102
102
  _: 1
@@ -105,14 +105,14 @@ const M = {
105
105
  ]),
106
106
  default: _(() => [
107
107
  c("button", {
108
- class: "font-code lg:text-sm text-xs whitespace-nowrap border border-b-3 border-solid rounded px-1.5 py-0.5 text-c-2 z-[1]",
108
+ class: "font-code lg:text-sm text-xs whitespace-nowrap border border-b-3 border-solid rounded px-1.5 py-0.5 text-c-2",
109
109
  type: "button",
110
110
  onClick: e[0] || (e[0] = R(() => {
111
111
  }, ["stop"]))
112
112
  }, b(f.value), 1)
113
113
  ]),
114
114
  _: 1
115
- })) : f.value ? (l(), n("div", P, b(f.value), 1)) : v("", !0);
115
+ })) : f.value ? (l(), n("div", T, b(f.value), 1)) : v("", !0);
116
116
  };
117
117
  }
118
118
  });
@@ -18,6 +18,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
18
18
  type?: string;
19
19
  nullable?: boolean;
20
20
  withVariables?: boolean;
21
+ importCurl?: boolean;
21
22
  }>, {
22
23
  disableCloseBrackets: boolean;
23
24
  disableEnter: boolean;
@@ -31,6 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
31
32
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
33
  submit: (v: string) => void;
33
34
  "update:modelValue": (v: string) => void;
35
+ curl: (v: string) => void;
34
36
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
35
37
  colorPicker?: boolean;
36
38
  modelValue: string | number;
@@ -50,6 +52,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
50
52
  type?: string;
51
53
  nullable?: boolean;
52
54
  withVariables?: boolean;
55
+ importCurl?: boolean;
53
56
  }>, {
54
57
  disableCloseBrackets: boolean;
55
58
  disableEnter: boolean;
@@ -59,11 +62,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
59
62
  nullable: boolean;
60
63
  withVariables: boolean;
61
64
  }>>> & {
62
- onSubmit?: ((v: string) => any) | undefined;
63
65
  "onUpdate:modelValue"?: ((v: string) => any) | undefined;
66
+ onSubmit?: ((v: string) => any) | undefined;
67
+ onCurl?: ((v: string) => any) | undefined;
64
68
  }, {
65
- colorPicker: boolean;
66
69
  emitOnBlur: boolean;
70
+ colorPicker: boolean;
67
71
  disableTabIndent: boolean;
68
72
  disableEnter: boolean;
69
73
  disableCloseBrackets: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/CodeInput.vue"],"names":[],"mappings":"AAAA,OA0VO,EAGL,KAAK,kBAAkB,EAGxB,MAAM,wBAAwB,CAAA;;kBAcb,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;;;;;;;;;;;;;;;kBAjBT,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;;;;;;;;;;;;;iBAjBT,OAAO;gBAGR,OAAO;sBAGD,OAAO;kBAMX,OAAO;0BACC,OAAO;cAGnB,OAAO;mBACF,OAAO;;qBAoTG,GAAG;kBACN,GAAG;;AAzU9B,wBAsXC;AAMD,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,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":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/CodeInput.vue"],"names":[],"mappings":"AAAA,OAwWO,EAGL,KAAK,kBAAkB,EAGxB,MAAM,wBAAwB,CAAA;;kBAcb,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;iBACV,OAAO;;;;;;;;;;;;;;;;kBAlBN,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;iBACV,OAAO;;;;;;;;;;;;;;gBAfP,OAAO;iBAHN,OAAO;sBAMF,OAAO;kBAMX,OAAO;0BACC,OAAO;cAGnB,OAAO;mBACF,OAAO;;qBAmUG,GAAG;kBACN,GAAG;;AAxV9B,wBAqYC;AAMD,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,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 "./CodeInput.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1823eac1"]]);
5
+ const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5c35162a"]]);
6
6
  export {
7
- e as default
7
+ _ as default
8
8
  };