@scalar/api-client 2.3.30 → 2.3.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/components/AddressBar/AddressBar.vue2.js +3 -3
  3. package/dist/components/AddressBar/AddressBarHistory.vue2.js +1 -1
  4. package/dist/components/CodeInput/CodeInput.vue2.js +1 -1
  5. package/dist/components/CodeInput/codeVariableWidget.js +4 -4
  6. package/dist/components/CommandPalette/CommandActionForm.vue.js +2 -2
  7. package/dist/components/CommandPalette/CommandActionInput.vue.js +2 -2
  8. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +2 -2
  9. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +6 -6
  10. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +5 -5
  11. package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +7 -7
  12. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +7 -7
  13. package/dist/components/CommandPalette/CommandPaletteTag.vue.js +6 -6
  14. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +4 -4
  15. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  16. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +5 -5
  17. package/dist/components/CommandPalette/WatchModeToggle.vue.js +2 -2
  18. package/dist/components/DataTable/DataTable.vue.js +5 -5
  19. package/dist/components/DataTable/DataTableCell.vue.js +2 -2
  20. package/dist/components/DataTable/DataTableCheckbox.vue.js +2 -2
  21. package/dist/components/DataTable/DataTableHeader.vue.js +2 -2
  22. package/dist/components/DataTable/DataTableInput.vue2.js +9 -9
  23. package/dist/components/DataTable/DataTableInputSelect.vue.js +5 -5
  24. package/dist/components/DataTable/DataTableRow.vue.js +2 -2
  25. package/dist/components/DataTable/DataTableText.vue.js +2 -2
  26. package/dist/components/DataTable/index.js +14 -14
  27. package/dist/components/EmptyState.vue2.js +2 -2
  28. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +12 -12
  29. package/dist/components/Form/Form.vue.js +4 -4
  30. package/dist/components/Form/LabelInput.vue2.js +4 -4
  31. package/dist/components/HelpfulLink.vue.js +2 -2
  32. package/dist/components/HttpMethod/HttpMethod.vue2.js +3 -3
  33. package/dist/components/IconSelector.vue.js +5 -5
  34. package/dist/components/ImportCollection/DropEventListener.vue.js +3 -3
  35. package/dist/components/ImportCollection/ImportCollectionListener.vue.js +2 -2
  36. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +1 -1
  37. package/dist/components/ImportCollection/ImportNowButton.vue.js +3 -3
  38. package/dist/components/ImportCollection/IntegrationLogo.vue.js +2 -2
  39. package/dist/components/ImportCollection/PrefetchError.vue.js +4 -4
  40. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +10 -10
  41. package/dist/components/OpenApiClientButton.vue2.js +4 -4
  42. package/dist/components/ScalarAsciiArt.vue2.js +3 -3
  43. package/dist/components/ScalarHotkey.vue.js +2 -2
  44. package/dist/components/SectionFilter.vue2.js +1 -1
  45. package/dist/components/SectionFilterButton.vue.js +2 -2
  46. package/dist/components/Server/ServerDropdown.vue.js +21 -21
  47. package/dist/components/Server/ServerDropdownItem.vue2.js +4 -4
  48. package/dist/components/Server/ServerSelector.vue.js +1 -1
  49. package/dist/components/Server/ServerVariablesForm.vue.js +4 -4
  50. package/dist/components/Server/ServerVariablesSelect.vue.js +1 -1
  51. package/dist/components/Server/ServerVariablesTextbox.vue.js +2 -2
  52. package/dist/components/Server/index.js +6 -6
  53. package/dist/components/SideNav/DownloadAppButton.vue2.js +5 -5
  54. package/dist/components/SideNav/SideHelp.vue.js +2 -2
  55. package/dist/components/SideNav/SideNav.vue.js +5 -5
  56. package/dist/components/SideNav/SideNavGroup.vue.js +2 -2
  57. package/dist/components/SideNav/SideNavLink.vue.js +4 -4
  58. package/dist/components/SideNav/SideNavRouterLink.vue.js +2 -2
  59. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +2 -2
  60. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.js +2 -2
  61. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.js +2 -2
  62. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +2 -2
  63. package/dist/components/Sidebar/Sidebar.vue2.js +4 -4
  64. package/dist/components/Sidebar/SidebarButton.vue.js +3 -3
  65. package/dist/components/Sidebar/SidebarList.vue.js +2 -2
  66. package/dist/components/Sidebar/SidebarListElement.vue2.js +9 -9
  67. package/dist/components/Sidebar/SidebarListElementActions.vue.js +1 -1
  68. package/dist/components/Sidebar/SidebarToggle.vue.js +3 -3
  69. package/dist/components/TopNav/TopNav.vue.js +2 -2
  70. package/dist/components/TopNav/TopNavItem.vue2.js +20 -20
  71. package/dist/components/ViewLayout/ViewLayout.vue.js +2 -2
  72. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +7 -7
  73. package/dist/components/ViewLayout/ViewLayoutContent.vue.js +2 -2
  74. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +3 -3
  75. package/dist/hooks/useClientConfig.d.ts +3 -3
  76. package/dist/layouts/App/ApiClientApp.vue.js +10 -10
  77. package/dist/layouts/App/MainLayout.vue.js +2 -2
  78. package/dist/layouts/App/create-api-client-app.d.ts +2 -2
  79. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  80. package/dist/layouts/App/index.js +5 -4
  81. package/dist/layouts/Modal/ApiClientModal.vue2.js +2 -2
  82. package/dist/layouts/Modal/create-api-client-modal.d.ts +4 -4
  83. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  84. package/dist/layouts/Web/ApiClientWeb.vue.js +6 -6
  85. package/dist/layouts/Web/create-api-client-web.d.ts +2 -2
  86. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  87. package/dist/libs/create-client.d.ts +2 -2
  88. package/dist/libs/create-client.d.ts.map +1 -1
  89. package/dist/libs/find-request.d.ts.map +1 -1
  90. package/dist/libs/hot-keys.d.ts +1 -1
  91. package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
  92. package/dist/router.js +4 -4
  93. package/dist/store/active-entities.d.ts.map +1 -1
  94. package/dist/store/active-entities.js +1 -1
  95. package/dist/store/import-spec.js +3 -3
  96. package/dist/store/requests.d.ts.map +1 -1
  97. package/dist/store/store.d.ts +2 -2
  98. package/dist/store/store.d.ts.map +1 -1
  99. package/dist/store/store.js +37 -42
  100. package/dist/store/workspace.d.ts +2 -2
  101. package/dist/views/Collection/Collection.vue2.js +2 -2
  102. package/dist/views/Collection/CollectionAuthentication.vue2.js +5 -5
  103. package/dist/views/Collection/CollectionCookies.vue2.js +2 -2
  104. package/dist/views/Collection/CollectionEnvironment.vue2.js +2 -2
  105. package/dist/views/Collection/CollectionInfoForm.vue2.js +2 -2
  106. package/dist/views/Collection/CollectionNavigation.vue.js +1 -1
  107. package/dist/views/Collection/CollectionOverview.vue2.js +3 -3
  108. package/dist/views/Collection/CollectionScripts.vue2.js +2 -2
  109. package/dist/views/Collection/CollectionServerForm.vue.js +1 -1
  110. package/dist/views/Collection/CollectionServers.vue2.js +3 -3
  111. package/dist/views/Collection/CollectionSettings.vue2.js +4 -4
  112. package/dist/views/Collection/CollectionSync.vue2.js +2 -2
  113. package/dist/views/Collection/components/MarkdownInput.vue2.js +1 -1
  114. package/dist/views/Components/CodeSnippet/CodeSnippet.vue.js +3 -3
  115. package/dist/views/Components/CodeSnippet/index.js +8 -8
  116. package/dist/views/Cookies/CookieForm.vue.js +2 -2
  117. package/dist/views/Cookies/CookieModal.vue2.js +2 -2
  118. package/dist/views/Cookies/Cookies.vue2.js +6 -6
  119. package/dist/views/Environment/Environment.vue2.js +7 -7
  120. package/dist/views/Environment/EnvironmentColorModal.vue.js +2 -2
  121. package/dist/views/Environment/EnvironmentColors.vue.js +1 -1
  122. package/dist/views/Environment/EnvironmentModal.vue.js +7 -7
  123. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +10 -10
  124. package/dist/views/Request/Request.vue2.js +1 -1
  125. package/dist/views/Request/RequestRoot.vue2.js +1 -1
  126. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +2 -2
  127. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +1 -1
  128. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +5 -5
  129. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +10 -10
  130. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +11 -11
  131. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.js +2 -2
  132. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue2.js +1 -1
  133. package/dist/views/Request/RequestSection/RequestBody.vue2.js +1 -1
  134. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +8 -8
  135. package/dist/views/Request/RequestSection/RequestParams.vue.js +13 -13
  136. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +5 -5
  137. package/dist/views/Request/RequestSection/RequestSection.vue2.js +7 -7
  138. package/dist/views/Request/RequestSection/RequestTable.vue2.js +7 -7
  139. package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +9 -9
  140. package/dist/views/Request/RequestSidebar.vue2.js +25 -25
  141. package/dist/views/Request/RequestSidebarItem.vue2.js +25 -25
  142. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +1 -1
  143. package/dist/views/Request/RequestSubpageHeader.vue2.js +1 -1
  144. package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +1 -1
  145. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +5 -5
  146. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +2 -2
  147. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.js +2 -2
  148. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +1 -1
  149. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue2.js +5 -5
  150. package/dist/views/Request/ResponseSection/ResponseBodyStreaming.vue.js +7 -7
  151. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.js +6 -6
  152. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +4 -4
  153. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +3 -3
  154. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +15 -15
  155. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +1 -1
  156. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +3 -3
  157. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +1 -1
  158. package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +5 -5
  159. package/dist/views/Request/components/WorkspaceDropdown.vue.js +2 -2
  160. package/dist/views/Request/libs/oauth2.d.ts +1 -1
  161. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  162. package/dist/views/Settings/Settings.vue2.js +3 -3
  163. package/dist/views/Settings/SettingsGeneral.vue.js +1 -1
  164. package/dist/views/Settings/components/SettingsAppearance.vue.js +10 -10
  165. package/dist/views/Settings/components/SettingsSection.vue.js +4 -4
  166. package/package.json +18 -18
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, computed as p, openBlock as v, createElementBlock as h, createVNode as a, withCtx as c, unref as f, createElementVNode as V } from "vue";
1
+ import { defineComponent as b, computed as p, createElementBlock as v, openBlock as h, createVNode as a, createElementVNode as V, withCtx as c, unref as f } from "vue";
2
2
  import { ScalarButton as w } from "@scalar/components";
3
3
  import { LibraryIcon as I } from "@scalar/icons/library";
4
4
  import g from "../../components/Form/LabelInput.vue.js";
@@ -27,7 +27,7 @@ const N = ["aria-label"], U = { class: "ml-1.25 group relative" }, S = /* @__PUR
27
27
  version: (m = (d = e == null ? void 0 : e.value) == null ? void 0 : d.info) == null ? void 0 : m.version
28
28
  };
29
29
  });
30
- return (t, r) => (v(), h("div", {
30
+ return (t, r) => (h(), v("div", {
31
31
  "aria-label": `Collection: ${u.value.title}`,
32
32
  class: "mx-auto flex h-fit w-full flex-col gap-2 pb-3 pt-6 md:mx-auto md:max-w-[720px]"
33
33
  }, [
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, computed as k, openBlock as r, createElementBlock as a, createVNode as x, createElementVNode as n, normalizeClass as c, unref as t, toDisplayString as h, createCommentVNode as _, Fragment as g, renderList as C, createBlock as N, withCtx as S } from "vue";
1
+ import { defineComponent as b, computed as k, createElementBlock as a, openBlock as r, createVNode as x, createElementVNode as n, normalizeClass as c, createCommentVNode as _, unref as t, toDisplayString as h, Fragment as g, renderList as C, createBlock as N, withCtx as S } from "vue";
2
2
  import { LibraryIcon as B } from "@scalar/icons/library";
3
3
  import { useRouter as z, RouterLink as E } from "vue-router";
4
4
  import { PathId as m } from "../../routes.js";
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, openBlock as c, createBlock as l, withCtx as v, unref as e, createCommentVNode as d } from "vue";
1
+ import { defineComponent as u, createBlock as c, openBlock as l, withCtx as v, createCommentVNode as d, unref as e } from "vue";
2
2
  import f from "../../components/ViewLayout/ViewLayoutSection.vue.js";
3
3
  import { useActiveEntities as _ } from "../../store/active-entities.js";
4
4
  import k from "./components/MarkdownInput.vue.js";
@@ -14,11 +14,11 @@ const M = /* @__PURE__ */ u({
14
14
  } = _(), { collectionMutators: m } = V(), p = (i) => {
15
15
  o.value && m.edit(o.value.uid, "info.description", i);
16
16
  };
17
- return (i, w) => (c(), l(f, null, {
17
+ return (i, w) => (l(), c(f, null, {
18
18
  default: v(() => {
19
19
  var r, a;
20
20
  return [
21
- e(t) && e(n) ? (c(), l(k, {
21
+ e(t) && e(n) ? (l(), c(k, {
22
22
  key: 0,
23
23
  envVariables: e(s),
24
24
  environment: e(t),
@@ -1,9 +1,9 @@
1
- import { defineComponent as e, openBlock as o, createBlock as r, withCtx as n, createTextVNode as i } from "vue";
1
+ import { defineComponent as e, createBlock as o, openBlock as r, withCtx as n, createTextVNode as i } from "vue";
2
2
  import p from "../../components/ViewLayout/ViewLayoutSection.vue.js";
3
3
  const s = /* @__PURE__ */ e({
4
4
  __name: "CollectionScripts",
5
5
  setup(c) {
6
- return (_, t) => (o(), r(p, null, {
6
+ return (_, t) => (r(), o(p, null, {
7
7
  title: n(() => t[0] || (t[0] = [
8
8
  i("Scripts")
9
9
  ])),
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, computed as u, watch as h, openBlock as o, createElementBlock as c, normalizeClass as k, Fragment as x, createVNode as y, createBlock as U, createCommentVNode as n } from "vue";
1
+ import { defineComponent as _, computed as u, watch as h, createElementBlock as c, openBlock as o, normalizeClass as k, createCommentVNode as n, Fragment as x, createVNode as y, createBlock as U } from "vue";
2
2
  import { REGEX as E } from "@scalar/oas-utils/helpers";
3
3
  import g from "../../components/Form/Form.vue.js";
4
4
  import C from "../../components/Server/ServerVariablesForm.vue.js";
@@ -1,4 +1,4 @@
1
- import { defineComponent as y, ref as C, computed as w, openBlock as o, createElementBlock as u, createElementVNode as c, createStaticVNode as A, Fragment as M, renderList as N, createBlock as m, unref as e, toDisplayString as D, createVNode as n, withCtx as f, createCommentVNode as I } from "vue";
1
+ import { defineComponent as y, ref as C, computed as w, createElementBlock as u, openBlock as o, createElementVNode as c, createVNode as n, createStaticVNode as A, Fragment as M, renderList as N, createBlock as m, createCommentVNode as D, unref as e, toDisplayString as I, withCtx as f } from "vue";
2
2
  import { useModal as $, ScalarMarkdown as j, ScalarButton as p, ScalarIcon as z, ScalarModal as B } from "@scalar/components";
3
3
  import { ScalarIconTrash as U } from "@scalar/icons";
4
4
  import V from "../../components/Sidebar/Actions/DeleteSidebarListElement.vue.js";
@@ -41,7 +41,7 @@ const T = { class: "flex h-full w-full flex-col gap-12 px-1.5 pt-8" }, F = { cla
41
41
  key: 0,
42
42
  value: r.description,
43
43
  class: "self-center"
44
- }, null, 8, ["value"])) : (o(), u("span", W, "Server " + D(k + 1), 1)),
44
+ }, null, 8, ["value"])) : (o(), u("span", W, "Server " + I(k + 1), 1)),
45
45
  n(e(p), {
46
46
  class: "hover:bg-b-3 hover:text-c-1 p-1.25 h-fit",
47
47
  variant: "ghost",
@@ -57,7 +57,7 @@ const T = { class: "flex h-full w-full flex-col gap-12 px-1.5 pt-8" }, F = { cla
57
57
  key: 0,
58
58
  collectionId: e(l).uid,
59
59
  serverUid: r.uid
60
- }, null, 8, ["collectionId", "serverUid"])) : I("", !0)
60
+ }, null, 8, ["collectionId", "serverUid"])) : D("", !0)
61
61
  ])
62
62
  ]))), 128)),
63
63
  c("div", Y, [
@@ -1,4 +1,4 @@
1
- import { defineComponent as D, openBlock as d, createElementBlock as c, Fragment as u, createElementVNode as t, createVNode as s, unref as l, createTextVNode as b, toDisplayString as N, withCtx as w } from "vue";
1
+ import { defineComponent as D, createElementBlock as d, openBlock as c, Fragment as u, createElementVNode as t, createVNode as s, unref as l, createTextVNode as b, toDisplayString as N, withCtx as w } from "vue";
2
2
  import { useModal as S, ScalarToggle as W, ScalarIcon as _, ScalarButton as T, ScalarModal as V } from "@scalar/components";
3
3
  import { useRouter as A } from "vue-router";
4
4
  import B from "../../components/Sidebar/Actions/DeleteSidebarListElement.vue.js";
@@ -32,7 +32,7 @@ const $ = { class: "flex h-full w-full flex-col gap-12 px-1.5 pt-8" }, L = { cla
32
32
  }
33
33
  return (n, e) => {
34
34
  var f, p, v, x, g;
35
- return d(), c(u, null, [
35
+ return c(), d(u, null, [
36
36
  t("div", $, [
37
37
  t("div", L, [
38
38
  e[5] || (e[5] = t("div", { class: "flex h-8 items-center" }, [
@@ -53,7 +53,7 @@ const $ = { class: "flex h-full w-full flex-col gap-12 px-1.5 pt-8" }, L = { cla
53
53
  ]),
54
54
  t("div", R, [
55
55
  t("div", j, [
56
- (v = l(o)) != null && v.documentUrl ? (d(), c(u, { key: 0 }, [
56
+ (v = l(o)) != null && v.documentUrl ? (c(), d(u, { key: 0 }, [
57
57
  e[3] || (e[3] = t("span", { class: "bg-b-2 sticky left-0 pl-3 pr-2" }, "Source", -1)),
58
58
  t("a", {
59
59
  class: "text-c-2 group rounded pr-3 no-underline hover:underline",
@@ -66,7 +66,7 @@ const $ = { class: "flex h-full w-full flex-col gap-12 px-1.5 pt-8" }, L = { cla
66
66
  icon: "ExternalLink"
67
67
  })
68
68
  ], 8, z)
69
- ], 64)) : (d(), c(u, { key: 1 }, [
69
+ ], 64)) : (c(), d(u, { key: 1 }, [
70
70
  s(l(_), {
71
71
  class: "text-c-2 ml-3 mr-2 w-4",
72
72
  icon: "NotAllowed",
@@ -1,9 +1,9 @@
1
- import { defineComponent as e, openBlock as o, createBlock as n, withCtx as r, createTextVNode as c } from "vue";
1
+ import { defineComponent as e, createBlock as o, openBlock as n, withCtx as r, createTextVNode as c } from "vue";
2
2
  import _ from "../../components/ViewLayout/ViewLayoutSection.vue.js";
3
3
  const a = /* @__PURE__ */ e({
4
4
  __name: "CollectionSync",
5
5
  setup(i) {
6
- return (l, t) => (o(), n(_, null, {
6
+ return (l, t) => (n(), o(_, null, {
7
7
  title: r(() => t[0] || (t[0] = [
8
8
  c("Sync")
9
9
  ])),
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, ref as p, watch as w, nextTick as x, openBlock as o, createElementBlock as i, createElementVNode as n, createBlock as u, unref as s, withCtx as v, createVNode as d, createCommentVNode as a, Fragment as f } from "vue";
1
+ import { defineComponent as g, ref as p, watch as w, nextTick as x, createElementBlock as i, openBlock as o, createElementVNode as n, createBlock as u, createCommentVNode as a, unref as s, withCtx as v, createVNode as d, Fragment as f } from "vue";
2
2
  import { ScalarButton as c, ScalarIcon as b, ScalarMarkdown as h } from "@scalar/components";
3
3
  import y from "../../../components/CodeInput/CodeInput.vue.js";
4
4
  const z = { class: "flex h-full w-full flex-col gap-2 pt-8" }, C = { class: "flex min-h-8 items-center justify-between gap-2 pl-1.5" }, I = { class: "has-[:focus-visible]:bg-b-1 z-1 group relative flex flex-col rounded-lg" }, B = { class: "flex h-full min-h-[calc(1rem*4)] flex-col" }, $ = {
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, computed as n, openBlock as l, createElementBlock as c, toDisplayString as s, createBlock as d, unref as p, createCommentVNode as m } from "vue";
1
+ import { defineComponent as u, computed as n, createElementBlock as c, createBlock as s, createCommentVNode as d, openBlock as l, toDisplayString as p, unref as m } from "vue";
2
2
  import { ScalarCodeBlock as f } from "@scalar/components";
3
3
  import { isDefined as y } from "@scalar/oas-utils/helpers";
4
4
  import { getSnippet as v } from "./helpers/get-snippet.js";
@@ -31,14 +31,14 @@ const g = {
31
31
  });
32
32
  return { error: e, payload: r };
33
33
  }), o = n(() => t.target === "shell" && t.client === "curl" ? "curl" : t.target ?? "plaintext");
34
- return (e, r) => a.value.error ? (l(), c("div", g, s(a.value.error.message), 1)) : a.value.payload ? (l(), d(p(f), {
34
+ return (e, r) => a.value.error ? (l(), c("div", g, p(a.value.error.message), 1)) : a.value.payload ? (l(), s(m(f), {
35
35
  key: 1,
36
36
  class: "w-full",
37
37
  content: a.value.payload,
38
38
  hideCredentials: i.value,
39
39
  lang: o.value,
40
40
  lineNumbers: ""
41
- }, null, 8, ["content", "hideCredentials", "lang"])) : m("", !0);
41
+ }, null, 8, ["content", "hideCredentials", "lang"])) : d("", !0);
42
42
  }
43
43
  });
44
44
  export {
@@ -1,10 +1,10 @@
1
- import { convertToHarRequest as o } from "./helpers/convert-to-har-request.js";
2
- import { getHarRequest as p } from "./helpers/get-har-request.js";
3
- import { getSnippet as a } from "./helpers/get-snippet.js";
4
- import { default as x } from "./CodeSnippet.vue.js";
1
+ import { default as o } from "./CodeSnippet.vue.js";
2
+ import { convertToHarRequest as p } from "./helpers/convert-to-har-request.js";
3
+ import { getHarRequest as a } from "./helpers/get-har-request.js";
4
+ import { getSnippet as x } from "./helpers/get-snippet.js";
5
5
  export {
6
- x as CodeSnippet,
7
- o as convertToHarRequest,
8
- p as getHarRequest,
9
- a as getSnippet
6
+ o as CodeSnippet,
7
+ p as convertToHarRequest,
8
+ a as getHarRequest,
9
+ x as getSnippet
10
10
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as s, computed as l, openBlock as r, createBlock as p } from "vue";
1
+ import { defineComponent as s, computed as l, createBlock as r, openBlock as p } from "vue";
2
2
  import { cookieSchema as d } from "@scalar/oas-utils/entities/cookie";
3
3
  import u from "../../components/Form/Form.vue.js";
4
4
  import { useActiveEntities as k } from "../../store/active-entities.js";
@@ -22,7 +22,7 @@ const x = /* @__PURE__ */ s({
22
22
  ), n = (o, a) => {
23
23
  i.edit(e.value, o, a);
24
24
  };
25
- return (o, a) => (r(), p(u, {
25
+ return (o, a) => (p(), r(u, {
26
26
  data: m.value,
27
27
  onUpdate: n,
28
28
  options: c
@@ -1,4 +1,4 @@
1
- import { defineComponent as V, ref as c, watch as x, openBlock as b, createBlock as k, unref as C, withCtx as m, createVNode as t, createTextVNode as l, createElementVNode as i } from "vue";
1
+ import { defineComponent as V, ref as c, watch as x, createBlock as b, openBlock as k, unref as C, withCtx as m, createVNode as t, createElementVNode as i, createTextVNode as l } from "vue";
2
2
  import { ScalarModal as g } from "@scalar/components";
3
3
  import { useToasts as N } from "@scalar/use-toasts";
4
4
  import S from "../../components/CommandPalette/CommandActionForm.vue.js";
@@ -30,7 +30,7 @@ const U = { class: "flex h-8 items-start gap-2 text-sm" }, $ = { class: "flex h-
30
30
  domain: ""
31
31
  });
32
32
  }
33
- ), (s, e) => (b(), k(C(g), {
33
+ ), (s, e) => (k(), b(C(g), {
34
34
  size: "xs",
35
35
  state: s.state,
36
36
  title: "Add Cookie"
@@ -1,4 +1,4 @@
1
- import { defineComponent as K, onMounted as L, onBeforeUnmount as V, computed as h, openBlock as n, createBlock as d, withCtx as a, createVNode as r, unref as u, createElementVNode as b, createElementBlock as y, Fragment as j, renderList as A, withModifiers as O, createTextVNode as w } from "vue";
1
+ import { defineComponent as K, onMounted as L, onBeforeUnmount as V, computed as h, createBlock as d, openBlock as n, withCtx as a, createVNode as r, unref as u, createTextVNode as b, createElementVNode as y, createElementBlock as w, Fragment as j, renderList as A, withModifiers as O } from "vue";
2
2
  import { useModal as H } from "@scalar/components";
3
3
  import { cookieSchema as I } from "@scalar/oas-utils/entities/cookie";
4
4
  import { useRouter as R, useRoute as W } from "vue-router";
@@ -83,14 +83,14 @@ const Z = { class: "flex-1" }, ee = { class: "relative mb-[.5px] last:mb-0" }, h
83
83
  default: a(() => [
84
84
  r(u(Y), { title: "Cookies" }, {
85
85
  content: a(() => [
86
- b("div", Z, [
86
+ y("div", Z, [
87
87
  r(P, null, {
88
88
  default: a(() => [
89
- (n(!0), y(j, null, A(Object.values(u(c)), (e) => (n(), y("li", {
89
+ (n(!0), w(j, null, A(Object.values(u(c)), (e) => (n(), w("li", {
90
90
  key: e.uid,
91
91
  class: "gap-1/2 flex flex-col"
92
92
  }, [
93
- b("div", ee, [
93
+ y("div", ee, [
94
94
  (n(), d(T, {
95
95
  key: e.uid,
96
96
  class: "text-xs",
@@ -120,7 +120,7 @@ const Z = { class: "flex-1" }, ee = { class: "relative mb-[.5px] last:mb-0" }, h
120
120
  hotkey: "N"
121
121
  }, {
122
122
  title: a(() => o[1] || (o[1] = [
123
- w(" Add Cookie ")
123
+ b(" Add Cookie ")
124
124
  ])),
125
125
  _: 1
126
126
  })
@@ -134,7 +134,7 @@ const Z = { class: "flex-1" }, ee = { class: "relative mb-[.5px] last:mb-0" }, h
134
134
  class: "*:border-b-0"
135
135
  }, {
136
136
  title: a(() => o[2] || (o[2] = [
137
- w("Edit Cookie")
137
+ b("Edit Cookie")
138
138
  ])),
139
139
  default: a(() => [
140
140
  r(G)
@@ -1,4 +1,4 @@
1
- import { defineComponent as de, ref as C, computed as ve, watch as fe, onMounted as pe, onBeforeUnmount as be, openBlock as f, createBlock as _, withCtx as c, createVNode as u, createElementVNode as b, unref as l, createElementBlock as O, Fragment as B, renderList as L, normalizeClass as K, createTextVNode as G, toDisplayString as J, withDirectives as xe, withModifiers as he, createCommentVNode as T, vShow as Ee, createSlots as Ce } from "vue";
1
+ import { defineComponent as de, ref as C, computed as ve, watch as fe, onMounted as pe, onBeforeUnmount as be, createBlock as _, openBlock as f, withCtx as c, createVNode as u, createTextVNode as B, createElementVNode as b, createElementBlock as O, unref as l, Fragment as L, renderList as K, withDirectives as xe, normalizeClass as G, toDisplayString as J, createCommentVNode as T, withModifiers as he, vShow as Ee, createSlots as Ce } from "vue";
2
2
  import { useModal as j, ScalarIcon as H, ScalarButton as ke, ScalarModal as ge } from "@scalar/components";
3
3
  import { LibraryIcon as ye } from "@scalar/icons/library";
4
4
  import { useToasts as _e } from "@scalar/use-toasts";
@@ -254,7 +254,7 @@ const Be = { class: "flex-1" }, Le = ["onClick"], Ke = { class: "flex h-5 max-w-
254
254
  isDefault: !0
255
255
  }
256
256
  }, null, 8, ["to"])),
257
- (f(!0), O(B, null, L(E.value, (n) => {
257
+ (f(!0), O(L, null, K(E.value, (n) => {
258
258
  var t;
259
259
  return f(), O("li", {
260
260
  key: n.uid,
@@ -271,7 +271,7 @@ const Be = { class: "flex-1" }, Le = ["onClick"], Ke = { class: "flex h-5 max-w-
271
271
  src: n["x-scalar-icon"] || "interface-content-folder"
272
272
  }, null, 8, ["src"]),
273
273
  b("div", {
274
- class: K({
274
+ class: G({
275
275
  "rotate-90": l(y)[n.uid]
276
276
  })
277
277
  }, [
@@ -282,14 +282,14 @@ const Be = { class: "flex-1" }, Le = ["onClick"], Ke = { class: "flex h-5 max-w-
282
282
  })
283
283
  ], 2)
284
284
  ]),
285
- G(" " + J(((t = n.info) == null ? void 0 : t.title) ?? ""), 1)
285
+ B(" " + J(((t = n.info) == null ? void 0 : t.title) ?? ""), 1)
286
286
  ], 8, Le),
287
287
  xe(b("div", {
288
- class: K({
288
+ class: G({
289
289
  "before:bg-border before:z-1 relative mb-[.5px] before:pointer-events-none before:absolute before:left-3 before:top-0 before:h-[calc(100%_+_.5px)] before:w-[.5px] last:mb-0 last:before:h-full": Object.keys(n["x-scalar-environments"] || {}).length > 0
290
290
  })
291
291
  }, [
292
- (f(!0), O(B, null, L(n["x-scalar-environments"], (a, r) => (f(), _(P, {
292
+ (f(!0), O(L, null, K(n["x-scalar-environments"], (a, r) => (f(), _(P, {
293
293
  key: r,
294
294
  class: "text-xs",
295
295
  collectionId: n.uid,
@@ -350,7 +350,7 @@ const Be = { class: "flex-1" }, Le = ["onClick"], Ke = { class: "flex h-5 max-w-
350
350
  hotkey: "N"
351
351
  }, {
352
352
  title: c(() => o[3] || (o[3] = [
353
- G(" Add Environment ")
353
+ B(" Add Environment ")
354
354
  ])),
355
355
  _: 1
356
356
  })
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, ref as u, openBlock as d, createBlock as f, unref as p, withCtx as C, createElementVNode as v, createVNode as n } from "vue";
1
+ import { defineComponent as m, ref as u, createBlock as d, openBlock as f, unref as p, withCtx as C, createElementVNode as v, createVNode as n } from "vue";
2
2
  import { ScalarModal as _ } from "@scalar/components";
3
3
  import x from "../../components/Sidebar/Actions/SidebarListElementForm.vue.js";
4
4
  import S from "./EnvironmentColors.vue.js";
@@ -15,7 +15,7 @@ const b = { class: "flex flex-col gap-4" }, M = /* @__PURE__ */ m({
15
15
  }, i = () => {
16
16
  o("submit", e.value), e.value = "";
17
17
  };
18
- return (t, l) => (d(), f(p(_), {
18
+ return (t, l) => (f(), d(p(_), {
19
19
  size: "xxs",
20
20
  state: t.state,
21
21
  title: "Edit Environment Color"
@@ -1,4 +1,4 @@
1
- import { defineComponent as E, ref as v, computed as I, watch as S, openBlock as t, createElementBlock as d, Fragment as w, normalizeClass as s, normalizeStyle as f, createBlock as h, unref as m, createCommentVNode as c, renderList as j, createElementVNode as n, withDirectives as D, vModelText as V, createVNode as $, nextTick as N } from "vue";
1
+ import { defineComponent as E, ref as v, computed as I, watch as S, createElementBlock as d, openBlock as t, createCommentVNode as c, Fragment as w, normalizeStyle as f, normalizeClass as s, createBlock as h, unref as m, createElementVNode as n, renderList as j, withDirectives as D, vModelText as V, createVNode as $, nextTick as N } from "vue";
2
2
  import { ScalarIcon as p } from "@scalar/components";
3
3
  const R = ["onClick"], T = ["placeholder"], U = /* @__PURE__ */ E({
4
4
  __name: "EnvironmentColors",
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, ref as u, computed as h, watch as w, openBlock as m, createBlock as v, unref as i, withCtx as a, createVNode as s, createElementVNode as p, normalizeClass as I, toDisplayString as E, createTextVNode as N } from "vue";
1
+ import { defineComponent as _, ref as u, computed as h, watch as w, createBlock as m, openBlock as v, unref as i, withCtx as a, createVNode as s, createElementVNode as p, createTextVNode as I, normalizeClass as E, toDisplayString as N } from "vue";
2
2
  import { ScalarModal as T, ScalarListbox as $, ScalarButton as C, ScalarIcon as z } from "@scalar/components";
3
3
  import { useToasts as B } from "@scalar/use-toasts";
4
4
  import D from "../../components/CommandPalette/CommandActionForm.vue.js";
@@ -53,7 +53,7 @@ const M = { class: "flex items-start gap-2" }, K = /* @__PURE__ */ _({
53
53
  }, y = () => {
54
54
  n.state.hide(), F.commandPalette.emit({ commandName: "Create Collection" });
55
55
  };
56
- return (t, e) => (m(), v(i(T), {
56
+ return (t, e) => (v(), m(i(T), {
57
57
  bodyClass: "border-t-0 rounded-t-lg",
58
58
  size: "xs",
59
59
  state: t.state
@@ -72,15 +72,15 @@ const M = { class: "flex items-start gap-2" }, K = /* @__PURE__ */ _({
72
72
  placeholder: "Select Type"
73
73
  }, {
74
74
  default: a(() => [
75
- d.value.length > 0 ? (m(), v(i(C), {
75
+ d.value.length > 0 ? (v(), m(i(C), {
76
76
  key: 0,
77
77
  class: "hover:bg-b-2 max-h-8 w-fit justify-between gap-1 p-2 text-xs",
78
78
  variant: "outlined"
79
79
  }, {
80
80
  default: a(() => [
81
81
  p("span", {
82
- class: I(l.value ? "text-c-1" : "text-c-3")
83
- }, E(l.value ? l.value.label : "Select Collection"), 3),
82
+ class: E(l.value ? "text-c-1" : "text-c-3")
83
+ }, N(l.value ? l.value.label : "Select Collection"), 3),
84
84
  s(i(z), {
85
85
  class: "text-c-3",
86
86
  icon: "ChevronDown",
@@ -88,7 +88,7 @@ const M = { class: "flex items-start gap-2" }, K = /* @__PURE__ */ _({
88
88
  })
89
89
  ]),
90
90
  _: 1
91
- })) : (m(), v(i(C), {
91
+ })) : (v(), m(i(C), {
92
92
  key: 1,
93
93
  class: "hover:bg-b-2 max-h-8 justify-between gap-1 p-2 text-xs",
94
94
  variant: "outlined",
@@ -104,7 +104,7 @@ const M = { class: "flex items-start gap-2" }, K = /* @__PURE__ */ _({
104
104
  }, 8, ["modelValue", "options"])
105
105
  ]),
106
106
  submit: a(() => e[4] || (e[4] = [
107
- N(" Add Environment ")
107
+ I(" Add Environment ")
108
108
  ])),
109
109
  default: a(() => [
110
110
  p("div", M, [
@@ -1,4 +1,4 @@
1
- import { defineComponent as R, ref as m, computed as w, onMounted as I, openBlock as r, createBlock as v, unref as l, withCtx as y, createElementVNode as c, normalizeStyle as x, createElementBlock as u, Fragment as P, renderList as T, normalizeClass as j, createTextVNode as b, toDisplayString as k, createVNode as q, createCommentVNode as g } from "vue";
1
+ import { defineComponent as R, ref as m, computed as w, onMounted as I, createBlock as v, createCommentVNode as y, openBlock as r, unref as l, withCtx as x, createElementVNode as c, normalizeStyle as b, createElementBlock as u, Fragment as P, renderList as T, normalizeClass as j, createTextVNode as k, toDisplayString as g, createVNode as q } from "vue";
2
2
  import { ScalarTeleport as D, ScalarIcon as V, ScalarButton as F } from "@scalar/components";
3
3
  import { onClickOutside as K } from "@vueuse/core";
4
4
  import O from "fuse.js";
@@ -71,12 +71,12 @@ const M = {
71
71
  key: 0,
72
72
  class: "scalar-client"
73
73
  }, {
74
- default: y(() => [
74
+ default: x(() => [
75
75
  c("div", {
76
76
  ref_key: "dropdownRef",
77
77
  ref: p,
78
78
  class: "p-0.75 custom-scroll fixed left-0 top-0 flex max-h-[60svh] w-56 flex-col rounded border",
79
- style: x(N.value)
79
+ style: b(N.value)
80
80
  }, [
81
81
  i.value.length ? (r(), u("ul", M, [
82
82
  (r(!0), u(P, null, T(i.value, (e, a) => (r(), u("li", {
@@ -88,7 +88,7 @@ const M = {
88
88
  e.source === "collection" ? (r(), u("span", {
89
89
  key: 0,
90
90
  class: "h-2.25 w-2.25 min-w-2.25 rounded-full",
91
- style: x({
91
+ style: b({
92
92
  backgroundColor: l(L)(t.environment)
93
93
  })
94
94
  }, null, 4)) : (r(), v(l(V), {
@@ -96,9 +96,9 @@ const M = {
96
96
  class: "-ml-1/2 h-2.5 w-2.5",
97
97
  icon: "Globe"
98
98
  })),
99
- b(" " + k(e.key), 1)
99
+ k(" " + g(e.key), 1)
100
100
  ]),
101
- c("span", H, k(e.value), 1)
101
+ c("span", H, g(e.value), 1)
102
102
  ], 10, Q))), 128))
103
103
  ])) : l(f) ? (r(), v(l(F), {
104
104
  key: 1,
@@ -106,20 +106,20 @@ const M = {
106
106
  variant: "secondary",
107
107
  onClick: A
108
108
  }, {
109
- default: y(() => [
109
+ default: x(() => [
110
110
  q(l(V), {
111
111
  icon: "Add",
112
112
  size: "sm"
113
113
  }),
114
- o[0] || (o[0] = b(" Add Variable "))
114
+ o[0] || (o[0] = k(" Add Variable "))
115
115
  ]),
116
116
  _: 1
117
- })) : g("", !0),
117
+ })) : y("", !0),
118
118
  o[1] || (o[1] = c("div", { class: "-z-1 bg-b-1 brightness-lifted absolute inset-0 rounded shadow-lg" }, null, -1))
119
119
  ], 4)
120
120
  ]),
121
121
  _: 1
122
- })) : g("", !0);
122
+ })) : y("", !0);
123
123
  }
124
124
  });
125
125
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as E, computed as U, unref as e, openBlock as s, createElementBlock as f, normalizeClass as k, createElementVNode as P, createVNode as c, isRef as W, withCtx as y, createBlock as u, createCommentVNode as H } from "vue";
1
+ import { defineComponent as E, computed as U, createElementBlock as f, createBlock as u, unref as e, openBlock as s, normalizeClass as k, createElementVNode as P, createVNode as c, isRef as W, withCtx as y, createCommentVNode as H } from "vue";
2
2
  import S from "../../components/EmptyState.vue.js";
3
3
  import L from "../../components/ViewLayout/ViewLayout.vue.js";
4
4
  import N from "../../components/ViewLayout/ViewLayoutContent.vue.js";
@@ -1,4 +1,4 @@
1
- import { defineComponent as Q, ref as m, computed as F, onMounted as G, onBeforeUnmount as K, watch as X, openBlock as d, createElementBlock as Y, normalizeClass as g, unref as r, createBlock as B, isRef as Z, createCommentVNode as T, createElementVNode as A, createVNode as ee } from "vue";
1
+ import { defineComponent as Q, ref as m, computed as F, onMounted as G, onBeforeUnmount as K, watch as X, createElementBlock as Y, openBlock as d, normalizeClass as g, unref as r, createBlock as B, createCommentVNode as T, createElementVNode as A, isRef as Z, createVNode as ee } from "vue";
2
2
  import { isDefined as te } from "@scalar/oas-utils/helpers";
3
3
  import { safeJSON as oe } from "@scalar/object-utils/parse";
4
4
  import { useToasts as re } from "@scalar/use-toasts";
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, openBlock as y, createBlock as S, unref as s, withCtx as n, createElementVNode as r, toDisplayString as i, createVNode as m, createTextVNode as u } from "vue";
1
+ import { defineComponent as b, createBlock as y, openBlock as S, unref as s, withCtx as n, createElementVNode as r, toDisplayString as i, createVNode as m, createTextVNode as u } from "vue";
2
2
  import { ScalarModal as _, ScalarButton as d } from "@scalar/components";
3
3
  import { useWorkspace as g } from "../../../../store/store.js";
4
4
  const k = { class: "text-c-2 mb-4 text-sm leading-normal" }, C = { class: "flex justify-between gap-2" }, B = /* @__PURE__ */ b({
@@ -13,7 +13,7 @@ const k = { class: "text-c-2 mb-4 text-sm leading-normal" }, C = { class: "flex
13
13
  var e;
14
14
  (e = l.scheme) != null && e.id && h.delete(l.scheme.id), c("delete");
15
15
  };
16
- return (e, t) => (y(), S(s(_), {
16
+ return (e, t) => (S(), y(s(_), {
17
17
  size: "xxs",
18
18
  state: e.state,
19
19
  title: "Delete Security Scheme"
@@ -1,4 +1,4 @@
1
- import { defineComponent as S, openBlock as s, createElementBlock as V, Fragment as U, createVNode as a, unref as r, withCtx as o, mergeProps as m, createTextVNode as d, createElementVNode as $, createBlock as k, createCommentVNode as p } from "vue";
1
+ import { defineComponent as S, createElementBlock as V, openBlock as s, Fragment as U, createBlock as k, createCommentVNode as p, createVNode as a, unref as r, withCtx as o, mergeProps as m, createTextVNode as d, createElementVNode as $ } from "vue";
2
2
  import { useLoadingState as T, ScalarButton as b } from "@scalar/components";
3
3
  import { pkceOptions as P } from "@scalar/oas-utils/entities/spec";
4
4
  import { useToasts as L } from "@scalar/use-toasts";
@@ -1,4 +1,4 @@
1
- import { defineComponent as j, computed as k, resolveComponent as N, openBlock as u, createBlock as h, unref as o, withCtx as c, createElementVNode as n, createVNode as a, normalizeClass as z, toDisplayString as m, withModifiers as A, createTextVNode as C, createCommentVNode as V, createElementBlock as B, Fragment as T, renderList as E } from "vue";
1
+ import { defineComponent as j, computed as k, resolveComponent as N, createBlock as h, openBlock as u, unref as o, withCtx as c, createElementVNode as n, createVNode as a, normalizeClass as z, toDisplayString as m, createCommentVNode as C, withModifiers as A, createTextVNode as V, createElementBlock as B, Fragment as T, renderList as E } from "vue";
2
2
  import { Disclosure as F, DisclosureButton as I, DisclosurePanel as R } from "@headlessui/vue";
3
3
  import { ScalarIcon as L } from "@scalar/components";
4
4
  import D from "../../../../components/DataTable/DataTableCell.vue.js";
@@ -74,10 +74,10 @@ const U = { class: "flex h-fit w-full" }, q = { class: "flex-1" }, G = { class:
74
74
  onClick: A(_, ["stop"])
75
75
  }, {
76
76
  default: c(() => l[0] || (l[0] = [
77
- C(" Select All ")
77
+ V(" Select All ")
78
78
  ])),
79
79
  _: 1
80
- })) : V("", !0),
80
+ })) : C("", !0),
81
81
  a(o(L), {
82
82
  class: "text-c-3 group-hover/scopes-accordion:text-c-2",
83
83
  icon: s ? "ChevronDown" : "ChevronRight",
@@ -101,8 +101,8 @@ const U = { class: "flex h-fit w-full" }, q = { class: "flex-1" }, G = { class:
101
101
  default: c(() => [
102
102
  i ? (u(), B("div", J, [
103
103
  n("span", K, m(f), 1),
104
- C(" – " + m(i), 1)
105
- ])) : V("", !0)
104
+ V(" – " + m(i), 1)
105
+ ])) : C("", !0)
106
106
  ]),
107
107
  _: 2
108
108
  }, 1024),
@@ -1,4 +1,4 @@
1
- import { defineComponent as I, useId as L, ref as D, computed as h, openBlock as m, createBlock as N, withCtx as d, createElementVNode as i, unref as r, toDisplayString as g, createElementBlock as p, normalizeClass as z, createCommentVNode as E, createVNode as f, Fragment as k, createTextVNode as x } from "vue";
1
+ import { defineComponent as I, useId as L, ref as D, computed as h, createBlock as N, openBlock as m, withCtx as d, createVNode as f, unref as r, createElementVNode as i, createElementBlock as p, Fragment as g, createTextVNode as k, toDisplayString as x, createCommentVNode as z, normalizeClass as E } from "vue";
2
2
  import { useModal as K, ScalarComboboxMultiselect as W, ScalarButton as F, ScalarIcon as G } from "@scalar/components";
3
3
  import { isDefined as H } from "@scalar/oas-utils/helpers";
4
4
  import J from "../../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
@@ -103,11 +103,11 @@ const le = ["id"], oe = { class: "-mx-1 flex flex-1" }, ne = { class: "text-c-1"
103
103
  id: r(R),
104
104
  class: "inline-flex items-center gap-1"
105
105
  }, [
106
- i("span", null, g(e.title), 1),
106
+ i("span", null, x(e.title), 1),
107
107
  b.value ? (m(), p("span", {
108
108
  key: 0,
109
- class: z(["text-c-3 text-xs leading-[normal]", { "text-c-1": b.value.text === "Required" }])
110
- }, g(b.value.text), 3)) : E("", !0)
109
+ class: E(["text-c-3 text-xs leading-[normal]", { "text-c-1": b.value.text === "Required" }])
110
+ }, x(b.value.text), 3)) : z("", !0)
111
111
  ], 8, le)
112
112
  ]),
113
113
  actions: d(() => [
@@ -134,14 +134,14 @@ const le = ["id"], oe = { class: "-mx-1 flex flex-1" }, ne = { class: "text-c-1"
134
134
  var o;
135
135
  return [
136
136
  i("div", ne, [
137
- a.value.length === 0 ? (m(), p(k, { key: 0 }, [
137
+ a.value.length === 0 ? (m(), p(g, { key: 0 }, [
138
138
  t[2] || (t[2] = i("span", { class: "sr-only" }, "Select", -1)),
139
- t[3] || (t[3] = x(" Auth Type "))
140
- ], 64)) : a.value.length === 1 ? (m(), p(k, { key: 1 }, [
139
+ t[3] || (t[3] = k(" Auth Type "))
140
+ ], 64)) : a.value.length === 1 ? (m(), p(g, { key: 1 }, [
141
141
  t[4] || (t[4] = i("span", { class: "sr-only" }, "Selected Auth Type:", -1)),
142
- x(" " + g((o = a.value[0]) == null ? void 0 : o.label), 1)
143
- ], 64)) : (m(), p(k, { key: 2 }, [
144
- t[5] || (t[5] = x(" Multiple ")),
142
+ k(" " + x((o = a.value[0]) == null ? void 0 : o.label), 1)
143
+ ], 64)) : (m(), p(g, { key: 2 }, [
144
+ t[5] || (t[5] = k(" Multiple ")),
145
145
  t[6] || (t[6] = i("span", { class: "sr-only" }, "Auth Types Selected", -1))
146
146
  ], 64))
147
147
  ]),