@scalar/api-client 2.2.37 → 2.2.38

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 (122) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBar.vue.js +1 -1
  4. package/dist/components/AddressBar/AddressBar.vue2.js +107 -116
  5. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts +2 -1
  6. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  7. package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
  8. package/dist/components/AddressBar/AddressBarHistory.vue2.js +95 -75
  9. package/dist/components/AddressBar/AddressBarServer.vue.d.ts +5 -1
  10. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  11. package/dist/components/AddressBar/AddressBarServer.vue.js +92 -86
  12. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts +7 -10
  13. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -1
  14. package/dist/components/AddressBar/AddressBarServerItem.vue.js +5 -52
  15. package/dist/components/AddressBar/AddressBarServerItem.vue2.js +75 -2
  16. package/dist/components/CodeInput/CodeInput.vue.d.ts +2 -0
  17. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  18. package/dist/components/CodeInput/CodeInput.vue.js +1 -1
  19. package/dist/components/CodeInput/CodeInput.vue2.js +72 -64
  20. package/dist/components/CodeInput/codeVariableWidget.d.ts +1 -4
  21. package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
  22. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +1 -0
  23. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  24. package/dist/components/DataTable/DataTableInputSelect.vue.js +83 -51
  25. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  26. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +22 -21
  27. package/dist/components/Server/ServerVariablesForm.vue.d.ts +14 -0
  28. package/dist/components/Server/ServerVariablesForm.vue.d.ts.map +1 -0
  29. package/dist/components/Server/ServerVariablesForm.vue.js +47 -0
  30. package/dist/components/Server/ServerVariablesForm.vue2.js +4 -0
  31. package/dist/components/Server/ServerVariablesSelect.vue.d.ts +12 -0
  32. package/dist/components/Server/ServerVariablesSelect.vue.d.ts.map +1 -0
  33. package/dist/components/Server/ServerVariablesSelect.vue.js +54 -0
  34. package/dist/components/Server/ServerVariablesSelect.vue2.js +4 -0
  35. package/dist/components/Server/ServerVariablesTextbox.vue.d.ts +11 -0
  36. package/dist/components/Server/ServerVariablesTextbox.vue.d.ts.map +1 -0
  37. package/dist/components/Server/ServerVariablesTextbox.vue.js +29 -0
  38. package/dist/components/Server/ServerVariablesTextbox.vue2.js +4 -0
  39. package/dist/components/Server/types.d.ts +9 -0
  40. package/dist/components/Server/types.d.ts.map +1 -0
  41. package/dist/components/SideNav/SideHelp.vue.js +16 -16
  42. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  43. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  44. package/dist/components/Sidebar/Sidebar.vue2.js +11 -10
  45. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  46. package/dist/components/Sidebar/SidebarListElement.vue.js +1 -1
  47. package/dist/components/Sidebar/SidebarListElement.vue2.js +10 -9
  48. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +1 -1
  49. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  50. package/dist/layouts/App/create-api-client-app.d.ts +95 -26
  51. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  52. package/dist/layouts/Modal/create-api-client-modal.d.ts +190 -52
  53. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  54. package/dist/layouts/Web/create-api-client-web.d.ts +95 -26
  55. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  56. package/dist/libs/create-client.d.ts +106 -32
  57. package/dist/libs/create-client.d.ts.map +1 -1
  58. package/dist/libs/create-client.js +86 -81
  59. package/dist/libs/find-request.d.ts.map +1 -1
  60. package/dist/libs/importers/curl.js +4 -4
  61. package/dist/store/active-entities.d.ts +13 -4
  62. package/dist/store/active-entities.d.ts.map +1 -1
  63. package/dist/store/collections.d.ts.map +1 -1
  64. package/dist/store/import-spec.d.ts.map +1 -1
  65. package/dist/store/request-example.d.ts +52 -2
  66. package/dist/store/request-example.d.ts.map +1 -1
  67. package/dist/store/requests.d.ts +2 -2
  68. package/dist/store/requests.d.ts.map +1 -1
  69. package/dist/store/servers.d.ts +40 -20
  70. package/dist/store/servers.d.ts.map +1 -1
  71. package/dist/store/store.d.ts +95 -28
  72. package/dist/store/store.d.ts.map +1 -1
  73. package/dist/store/store.js +51 -53
  74. package/dist/style.css +1 -1
  75. package/dist/views/Cookies/Cookies.vue2.js +1 -1
  76. package/dist/views/Environment/Environment.vue2.js +1 -1
  77. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  78. package/dist/views/Request/Request.vue.js +2 -2
  79. package/dist/views/Request/Request.vue2.js +88 -89
  80. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  81. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +1 -1
  82. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +87 -88
  83. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts +2 -1
  84. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
  85. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.js +3 -3
  86. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +16 -17
  87. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.js +2 -2
  88. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue2.js +1 -1
  89. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  90. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +57 -74
  91. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  92. package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
  93. package/dist/views/Request/RequestSection/RequestSection.vue2.js +39 -38
  94. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +1 -1
  95. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  96. package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
  97. package/dist/views/Request/RequestSection/RequestTable.vue2.js +8 -7
  98. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  99. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +1 -1
  100. package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +5 -5
  101. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  102. package/dist/views/Request/RequestSidebar.vue.js +2 -2
  103. package/dist/views/Request/RequestSidebar.vue2.js +143 -143
  104. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  105. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  106. package/dist/views/Request/RequestSidebarItem.vue2.js +71 -71
  107. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  108. package/dist/views/Request/RequestSubpageHeader.vue.js +1 -1
  109. package/dist/views/Request/RequestSubpageHeader.vue2.js +37 -37
  110. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  111. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +2 -2
  112. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +27 -27
  113. package/dist/views/Request/handle-drag.d.ts +1 -1
  114. package/dist/views/Request/handle-drag.d.ts.map +1 -1
  115. package/dist/views/Request/handle-drag.js +27 -26
  116. package/dist/views/Request/hooks/useOpenApiWatcher.js +1 -1
  117. package/dist/views/Request/libs/{live-sync.d.ts → watch-mode.d.ts} +1 -1
  118. package/dist/views/Request/libs/watch-mode.d.ts.map +1 -0
  119. package/dist/views/Request/libs/{live-sync.js → watch-mode.js} +6 -6
  120. package/dist/views/Servers/Servers.vue2.js +29 -29
  121. package/package.json +14 -14
  122. package/dist/views/Request/libs/live-sync.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { defineComponent as y, ref as f, computed as S, watch as x, openBlock as r, createElementBlock as s, withModifiers as k, Fragment as w, renderList as g, normalizeClass as p, createElementVNode as n, toDisplayString as _, unref as o, createCommentVNode as c, createBlock as C, withCtx as U, createVNode as v } from "vue";
1
+ import { defineComponent as S, ref as f, computed as y, watch as x, openBlock as t, createElementBlock as l, withModifiers as k, Fragment as w, renderList as g, normalizeClass as p, createElementVNode as n, toDisplayString as _, unref as o, createCommentVNode as c, createBlock as C, withCtx as U, createVNode as v } from "vue";
2
2
  import { useModal as z } from "@scalar/components";
3
3
  import A from "./DeleteRequestAuthModal.vue.js";
4
4
  import M from "./RequestExampleAuth.vue.js";
@@ -14,25 +14,25 @@ const E = {
14
14
  }, F = {
15
15
  key: 2,
16
16
  class: "text-c-3 px-4 text-sm border-t min-h-16 justify-center flex items-center bg-b-1"
17
- }, J = /* @__PURE__ */ y({
17
+ }, J = /* @__PURE__ */ S({
18
18
  __name: "RequestAuthDataTable",
19
19
  props: {
20
20
  selectedSecuritySchemeUids: {},
21
21
  layout: { default: "client" }
22
22
  },
23
23
  setup(u) {
24
- const { securitySchemes: d } = B(), m = z(), b = f(null), e = f(0), h = S(() => u.selectedSecuritySchemeUids[e.value] || null);
24
+ const { securitySchemes: d } = B(), m = z(), b = f(null), e = f(0), h = y(() => u.selectedSecuritySchemeUids[e.value] || null);
25
25
  return x(
26
26
  () => u.selectedSecuritySchemeUids,
27
- (t) => {
28
- t[e.value] || (e.value = Math.max(0, e.value - 1));
27
+ (r) => {
28
+ r[e.value] || (e.value = Math.max(0, e.value - 1));
29
29
  }
30
- ), (t, l) => (r(), s("form", {
31
- onSubmit: l[1] || (l[1] = k(() => {
30
+ ), (r, s) => (t(), l("form", {
31
+ onSubmit: s[1] || (s[1] = k(() => {
32
32
  }, ["prevent"]))
33
33
  }, [
34
- t.selectedSecuritySchemeUids.length > 1 ? (r(), s("div", E, [
35
- (r(!0), s(w, null, g(t.selectedSecuritySchemeUids, (a, i) => (r(), s("div", {
34
+ r.selectedSecuritySchemeUids.length > 1 ? (t(), l("div", E, [
35
+ (t(!0), l(w, null, g(r.selectedSecuritySchemeUids, (a, i) => (t(), l("div", {
36
36
  key: a,
37
37
  class: p(["flex relative h-8 z-1 cursor-pointer -mb-[var(--scalar-border-width)]", [e.value === i ? "text-c-1" : "text-c-3"]])
38
38
  }, [
@@ -43,28 +43,27 @@ const E = {
43
43
  }, [
44
44
  n("span", q, _(o(d)[a] ? o(N)(o(d)[a]).label : ""), 1)
45
45
  ], 8, V),
46
- l[2] || (l[2] = n("div", { class: "absolute bottom-0 z-0 -inset-x-96 h-[var(--scalar-border-width)] bg-border" }, null, -1)),
47
- e.value === i ? (r(), s("div", D)) : c("", !0)
46
+ s[2] || (s[2] = n("div", { class: "absolute bottom-0 z-0 -inset-x-96 h-[var(--scalar-border-width)] bg-border" }, null, -1)),
47
+ e.value === i ? (t(), l("div", D)) : c("", !0)
48
48
  ], 2))), 128))
49
49
  ])) : c("", !0),
50
- h.value ? (r(), C(o($), {
50
+ h.value ? (t(), C(o($), {
51
51
  key: 1,
52
- class: p(["flex-1", t.layout === "reference" && "border-0"]),
52
+ class: p(["flex-1", r.layout === "reference" && "border-0"]),
53
53
  columns: [""]
54
54
  }, {
55
55
  default: U(() => [
56
56
  v(M, {
57
- layout: t.layout,
58
57
  selectedSecuritySchemeUids: [h.value]
59
- }, null, 8, ["layout", "selectedSecuritySchemeUids"])
58
+ }, null, 8, ["selectedSecuritySchemeUids"])
60
59
  ]),
61
60
  _: 1
62
61
  }, 8, ["class"])) : c("", !0),
63
- t.selectedSecuritySchemeUids.length ? c("", !0) : (r(), s("div", F, " No authentication selected ")),
62
+ r.selectedSecuritySchemeUids.length ? c("", !0) : (t(), l("div", F, " No authentication selected ")),
64
63
  v(A, {
65
64
  scheme: b.value,
66
65
  state: o(m),
67
- onClose: l[0] || (l[0] = (a) => o(m).hide())
66
+ onClose: s[0] || (s[0] = (a) => o(m).hide())
68
67
  }, null, 8, ["scheme", "state"])
69
68
  ], 32));
70
69
  }
@@ -1,7 +1,7 @@
1
1
  import t from "./RequestExampleAuth.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ o(t, [["__scopeId", "data-v-6b71d6c6"]]);
4
+ const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-6fa7db1d"]]);
5
5
  export {
6
- r as default
6
+ p as default
7
7
  };
@@ -145,7 +145,7 @@ const R = {
145
145
  (a(!0), n(i, null, x(e == null ? void 0 : e.flows, (r, p, k) => (a(), n("button", {
146
146
  key: p,
147
147
  class: U(["floating-bg py-1 text-sm border-b-[1px] border-transparent relative cursor-pointer font-medium text-c-3", {
148
- "!text-c-1 !border-current border-b-[1px] !rounded-none": t.layout === "client" && (d.value === p || k === 0 && !d.value),
148
+ "!text-c-1 !border-current border-b-[1px] !rounded-none": t.layout !== "reference" && (d.value === p || k === 0 && !d.value),
149
149
  "!text-c-1 !border-current border-b-[1px] !rounded-none opacity-100": t.layout === "reference" && (d.value === p || k === 0 && !d.value)
150
150
  }]),
151
151
  type: "button",
@@ -1 +1 @@
1
- {"version":3,"file":"RequestPathParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestPathParams.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAMrE,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,cAAc,CAAC,YAAY,CAAC,CAAA;CAC7C,CAAC;;AAmNF,wBAOG"}
1
+ {"version":3,"file":"RequestPathParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestPathParams.vue"],"names":[],"mappings":"AAuIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAMrE,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,cAAc,CAAC,YAAY,CAAC,CAAA;CAC7C,CAAC;;AAiMF,wBAOG"}
@@ -1,109 +1,92 @@
1
- import { defineComponent as E, computed as P, watch as v, openBlock as g, createBlock as x, withCtx as R, createTextVNode as _, toDisplayString as q, createCommentVNode as V } from "vue";
1
+ import { defineComponent as k, computed as E, watch as P, openBlock as f, createBlock as v, withCtx as y, createTextVNode as _, toDisplayString as b, createCommentVNode as q } from "vue";
2
2
  import w from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
3
- import { useActiveEntities as M } from "../../../store/active-entities.js";
4
- import N from "./RequestTable.vue.js";
5
- import { REGEX as T } from "@scalar/oas-utils/helpers";
6
- import { useWorkspace as A } from "../../../store/store.js";
7
- const W = /* @__PURE__ */ E({
3
+ import { useActiveEntities as V } from "../../../store/active-entities.js";
4
+ import M from "./RequestTable.vue.js";
5
+ import { REGEX as U } from "@scalar/oas-utils/helpers";
6
+ import { useWorkspace as N } from "../../../store/store.js";
7
+ const O = /* @__PURE__ */ k({
8
8
  __name: "RequestPathParams",
9
9
  props: {
10
10
  title: {},
11
11
  paramKey: {}
12
12
  },
13
- setup($) {
14
- const u = $, { activeRequest: o, activeExample: s, activeServer: l } = M(), { requestMutators: h, requestExampleMutators: y } = A(), c = P(() => {
15
- const e = s.value;
16
- return e ? e.parameters[u.paramKey].map((t) => {
17
- var a;
18
- return {
19
- ...t,
20
- enum: t.enum || ((a = e.serverVariables) == null ? void 0 : a[t.key])
21
- };
22
- }) : [];
23
- }), k = (e, t, a) => {
24
- var i, r;
25
- if (!o.value || !s.value) return;
26
- const p = s.value.parameters[u.paramKey], n = (i = p[e]) == null ? void 0 : i.key;
27
- if (n) {
28
- if (t === "key") {
29
- if ((r = p[e]) != null && r.required)
13
+ setup(g) {
14
+ const p = g, { activeRequest: o, activeExample: n } = V(), { requestMutators: d, requestExampleMutators: h } = N(), i = E(() => {
15
+ const e = n.value;
16
+ return e ? e.parameters[p.paramKey].map((a) => ({
17
+ ...a,
18
+ enum: a.enum
19
+ })) : [];
20
+ }), x = (e, a, r) => {
21
+ var c, t;
22
+ if (!o.value || !n.value) return;
23
+ const u = n.value.parameters[p.paramKey], s = (c = u[e]) == null ? void 0 : c.key;
24
+ if (s) {
25
+ if (a === "key") {
26
+ if ((t = u[e]) != null && t.required)
30
27
  return;
31
- if (a) {
32
- const d = encodeURIComponent(n), f = encodeURIComponent(a), K = new RegExp(`(?<=/):${d}(?=[/?#]|$)`, "g"), b = o.value.path.replace(
33
- K,
34
- `:${f}`
28
+ if (r) {
29
+ const l = encodeURIComponent(s), m = encodeURIComponent(r), C = new RegExp(`(?<=/):${l}(?=[/?#]|$)`, "g"), K = o.value.path.replace(
30
+ C,
31
+ `:${m}`
35
32
  );
36
- h.edit(o.value.uid, "path", b);
33
+ d.edit(o.value.uid, "path", K);
37
34
  } else {
38
- p.splice(e, 1);
39
- const d = new RegExp(`/:${encodeURIComponent(n)}(?=[/?#]|$)`, "g"), f = o.value.path.replace(d, "");
40
- h.edit(o.value.uid, "path", f);
35
+ u.splice(e, 1);
36
+ const l = new RegExp(`/:${encodeURIComponent(s)}(?=[/?#]|$)`, "g"), m = o.value.path.replace(l, "");
37
+ d.edit(o.value.uid, "path", m);
41
38
  }
42
39
  }
43
- y.edit(
44
- s.value.uid,
45
- `parameters.${u.paramKey}.${e}.${t}`,
46
- a
40
+ h.edit(
41
+ n.value.uid,
42
+ `parameters.${p.paramKey}.${e}.${a}`,
43
+ r
47
44
  );
48
45
  }
49
- }, C = (e) => {
50
- var i;
51
- if (!s.value) return;
52
- const t = ((i = e.match(T.PATH)) == null ? void 0 : i.map((r) => r.slice(1, -1))) || [], a = s.value.parameters[u.paramKey], p = new Map(a.map((r) => [r.key, r])), n = t.map(
53
- (r) => p.get(r) || { key: r, value: "", enabled: !0 }
46
+ }, R = (e) => {
47
+ var c;
48
+ if (!n.value) return;
49
+ const a = ((c = e.match(U.PATH)) == null ? void 0 : c.map((t) => t.slice(1, -1))) || [], r = n.value.parameters[p.paramKey], u = new Map(r.map((t) => [t.key, t])), s = a.map(
50
+ (t) => u.get(t) || { key: t, value: "", enabled: !0 }
54
51
  );
55
- a.forEach((r) => {
56
- !t.includes(r.key) && (r.value || r.required) && n.push(r);
57
- }), a.splice(0, a.length, ...n), y.edit(
58
- s.value.uid,
59
- `parameters.${u.paramKey}`,
60
- a
52
+ r.forEach((t) => {
53
+ !a.includes(t.key) && (t.value || t.required) && s.push(t);
54
+ }), r.splice(0, r.length, ...s), h.edit(
55
+ n.value.uid,
56
+ `parameters.${p.paramKey}`,
57
+ r
61
58
  );
62
- }, m = (e) => {
63
- e && C(e);
59
+ }, $ = (e) => {
60
+ e && R(e);
64
61
  };
65
- return v(
66
- () => o.value,
67
- (e) => {
68
- var t, a;
69
- e && ((t = l.value) != null && t.url) && m((a = l.value) == null ? void 0 : a.url);
70
- }
71
- ), v(
72
- () => {
73
- var e;
74
- return (e = l.value) == null ? void 0 : e.url;
75
- },
76
- (e, t) => {
77
- e && e !== t && m(e);
78
- }
79
- ), v(
62
+ return P(
80
63
  () => {
81
64
  var e;
82
65
  return (e = o.value) == null ? void 0 : e.path;
83
66
  },
84
67
  (e) => {
85
- e && m(e);
68
+ e && $(e);
86
69
  }
87
- ), (e, t) => (g(), x(w, {
88
- itemCount: c.value.length
70
+ ), (e, a) => (f(), v(w, {
71
+ itemCount: i.value.length
89
72
  }, {
90
- title: R(() => [
91
- _(q(e.title), 1)
73
+ title: y(() => [
74
+ _(b(e.title), 1)
92
75
  ]),
93
- default: R(() => [
94
- c.value.length ? (g(), x(N, {
76
+ default: y(() => [
77
+ i.value.length ? (f(), v(M, {
95
78
  key: 0,
96
79
  class: "flex-1",
97
80
  columns: ["32px", "", ""],
98
81
  hasCheckboxDisabled: "",
99
- items: c.value,
100
- onUpdateRow: k
101
- }, null, 8, ["items"])) : V("", !0)
82
+ items: i.value,
83
+ onUpdateRow: x
84
+ }, null, 8, ["items"])) : q("", !0)
102
85
  ]),
103
86
  _: 1
104
87
  }, 8, ["itemCount"]));
105
88
  }
106
89
  });
107
90
  export {
108
- W as default
91
+ O as default
109
92
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RequestSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestSection.vue"],"names":[],"mappings":"AA4MA,KAAK,WAAW,GAAG;IACjB,0BAA0B,EAAE,MAAM,EAAE,CAAA;CACrC,CAAC;;AA8RF,wBAOG"}
1
+ {"version":3,"file":"RequestSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestSection.vue"],"names":[],"mappings":"AA+MA,KAAK,WAAW,GAAG;IACjB,0BAA0B,EAAE,MAAM,EAAE,CAAA;CACrC,CAAC;;AA+RF,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestSection.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-582c4535"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-306eaf39"]]);
5
5
  export {
6
- m as default
6
+ f as default
7
7
  };
@@ -1,28 +1,29 @@
1
- import { defineComponent as R, computed as f, ref as E, watch as H, openBlock as d, createBlock as K, unref as o, withCtx as x, createElementVNode as g, createElementBlock as h, createCommentVNode as N, toDisplayString as D, createVNode as r, withDirectives as u, vShow as n } from "vue";
1
+ import { defineComponent as E, computed as f, ref as H, watch as R, openBlock as d, createBlock as K, unref as o, withCtx as x, createElementVNode as g, createElementBlock as h, createCommentVNode as N, toDisplayString as D, createVNode as i, withDirectives as u, vShow as n } from "vue";
2
2
  import U from "../../../components/ContextBar.vue.js";
3
- import O from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
4
- import { matchesDomain as Q } from "../../../libs/send-request/set-request-cookies.js";
5
- import { useActiveEntities as W } from "../../../store/active-entities.js";
6
- import $ from "./RequestBody.vue.js";
3
+ import Q from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
4
+ import { matchesDomain as W } from "../../../libs/send-request/set-request-cookies.js";
5
+ import { useActiveEntities as $ } from "../../../store/active-entities.js";
6
+ import L from "./RequestBody.vue.js";
7
7
  import y from "./RequestParams.vue.js";
8
8
  import M from "./RequestPathParams.vue.js";
9
- import { canMethodHaveBody as _, isDefined as P } from "@scalar/oas-utils/helpers";
10
- import z from "./RequestAuth/RequestAuth.vue.js";
11
- import { useWorkspace as I } from "../../../store/store.js";
12
- const L = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none group" }, j = {
9
+ import { canMethodHaveBody as _, isDefined as O } from "@scalar/oas-utils/helpers";
10
+ import P from "./RequestAuth/RequestAuth.vue.js";
11
+ import { useWorkspace as z } from "../../../store/store.js";
12
+ import { useLayout as I } from "../../../hooks/useLayout.js";
13
+ const j = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none group" }, F = {
13
14
  key: 0,
14
15
  class: "absolute w-full h-full top-0 left-0 pointer-events-auto opacity-0 cursor-text",
15
16
  for: "requestname"
16
- }, F = ["value"], G = {
17
+ }, G = ["value"], J = {
17
18
  key: 2,
18
19
  class: "flex items-center text-c-1 h-8"
19
- }, J = { class: "request-section-content custom-scroll flex flex-1 flex-col" }, ue = /* @__PURE__ */ R({
20
+ }, T = { class: "request-section-content custom-scroll flex flex-1 flex-col" }, ce = /* @__PURE__ */ E({
20
21
  __name: "RequestSection",
21
22
  props: {
22
23
  selectedSecuritySchemeUids: {}
23
24
  },
24
- setup(T) {
25
- const { activeRequest: a, activeExample: k, activeWorkspace: q, activeServer: p } = W(), { isReadOnly: v, requestMutators: B, cookies: b } = I(), w = f(() => {
25
+ setup(X) {
26
+ const { activeRequest: a, activeExample: k, activeWorkspace: q, activeServer: p } = $(), { requestMutators: B, cookies: b } = z(), { layout: v } = I(), w = f(() => {
26
27
  var e, s;
27
28
  const t = /* @__PURE__ */ new Set([
28
29
  "All",
@@ -37,10 +38,10 @@ const L = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none
37
38
  }), S = f(
38
39
  () => {
39
40
  var t, e;
40
- return v && ((e = (t = a.value) == null ? void 0 : t.security) == null ? void 0 : e.length) === 0;
41
+ return v === "modal" && ((e = (t = a.value) == null ? void 0 : t.security) == null ? void 0 : e.length) === 0;
41
42
  }
42
- ), l = E("All");
43
- H(a, (t) => {
43
+ ), l = H("All");
44
+ R(a, (t) => {
44
45
  l.value === "Body" && t && !_(t.method) && (l.value = "All");
45
46
  });
46
47
  const C = (t) => {
@@ -50,11 +51,11 @@ const L = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none
50
51
  }, V = f(
51
52
  () => {
52
53
  var t;
53
- return (((t = q.value) == null ? void 0 : t.cookies) ?? []).map((e) => b[e]).filter(P).filter((e) => e.name).filter(
54
+ return (((t = q.value) == null ? void 0 : t.cookies) ?? []).map((e) => b[e]).filter(O).filter((e) => e.name).filter(
54
55
  (e) => {
55
- var s, i;
56
- return Q(
57
- ((s = p == null ? void 0 : p.value) == null ? void 0 : s.url) || ((i = a.value) == null ? void 0 : i.path),
56
+ var s, r;
57
+ return W(
58
+ ((s = p == null ? void 0 : p.value) == null ? void 0 : s.url) || ((r = a.value) == null ? void 0 : r.path),
58
59
  e.domain
59
60
  );
60
61
  }
@@ -73,24 +74,24 @@ const L = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none
73
74
  );
74
75
  return (t, e) => {
75
76
  var s;
76
- return d(), K(O, {
77
+ return d(), K(Q, {
77
78
  "aria-label": `Request: ${(s = o(a)) == null ? void 0 : s.summary}`
78
79
  }, {
79
80
  title: x(() => {
80
- var i, c;
81
+ var r, c;
81
82
  return [
82
- g("div", L, [
83
- o(v) ? N("", !0) : (d(), h("label", j)),
84
- o(v) ? (d(), h("span", G, D((c = o(a)) == null ? void 0 : c.summary), 1)) : (d(), h("input", {
83
+ g("div", j, [
84
+ o(v) !== "modal" ? (d(), h("label", F)) : N("", !0),
85
+ o(v) !== "modal" ? (d(), h("input", {
85
86
  key: 1,
86
87
  id: "requestname",
87
88
  class: "text-c-1 rounded pointer-events-auto relative w-full pl-1.25 -ml-0.5 md:-ml-1.25 h-8 group-hover-input has-[:focus-visible]:outline z-10",
88
89
  placeholder: "Request Name",
89
- value: (i = o(a)) == null ? void 0 : i.summary,
90
+ value: (r = o(a)) == null ? void 0 : r.summary,
90
91
  onInput: C
91
- }, null, 40, F))
92
+ }, null, 40, G)) : (d(), h("span", J, D((c = o(a)) == null ? void 0 : c.summary), 1))
92
93
  ]),
93
- r(U, {
94
+ i(U, {
94
95
  activeSection: l.value,
95
96
  sections: w.value,
96
97
  onSetActiveSection: e[0] || (e[0] = (m) => l.value = m)
@@ -98,10 +99,10 @@ const L = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none
98
99
  ];
99
100
  }),
100
101
  default: x(() => {
101
- var i, c, m, A;
102
+ var r, c, m, A;
102
103
  return [
103
- g("div", J, [
104
- u(r(z, {
104
+ g("div", T, [
105
+ u(i(P, {
105
106
  selectedSecuritySchemeUids: t.selectedSecuritySchemeUids,
106
107
  title: "Authentication"
107
108
  }, null, 8, ["selectedSecuritySchemeUids"]), [
@@ -110,16 +111,16 @@ const L = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none
110
111
  !S.value && (l.value === "All" || l.value === "Auth")
111
112
  ]
112
113
  ]),
113
- u(r(M, {
114
+ u(i(M, {
114
115
  paramKey: "path",
115
116
  title: "Variables"
116
117
  }, null, 512), [
117
118
  [
118
119
  n,
119
- (l.value === "All" || l.value === "Variables") && ((m = (c = (i = o(k)) == null ? void 0 : i.parameters) == null ? void 0 : c.path) == null ? void 0 : m.length)
120
+ (l.value === "All" || l.value === "Variables") && ((m = (c = (r = o(k)) == null ? void 0 : r.parameters) == null ? void 0 : c.path) == null ? void 0 : m.length)
120
121
  ]
121
122
  ]),
122
- u(r(y, {
123
+ u(i(y, {
123
124
  paramKey: "cookies",
124
125
  readOnlyEntries: V.value,
125
126
  title: "Cookies",
@@ -127,19 +128,19 @@ const L = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none
127
128
  }, null, 8, ["readOnlyEntries"]), [
128
129
  [n, l.value === "All" || l.value === "Cookies"]
129
130
  ]),
130
- u(r(y, {
131
+ u(i(y, {
131
132
  paramKey: "headers",
132
133
  title: "Headers"
133
134
  }, null, 512), [
134
135
  [n, l.value === "All" || l.value === "Headers"]
135
136
  ]),
136
- u(r(y, {
137
+ u(i(y, {
137
138
  paramKey: "query",
138
139
  title: "Query Parameters"
139
140
  }, null, 512), [
140
141
  [n, l.value === "All" || l.value === "Query"]
141
142
  ]),
142
- u(r($, { title: "Body" }, null, 512), [
143
+ u(i(L, { title: "Body" }, null, 512), [
143
144
  [
144
145
  n,
145
146
  ((A = o(a)) == null ? void 0 : A.method) && (l.value === "All" || l.value === "Body") && o(_)(o(a).method)
@@ -154,5 +155,5 @@ const L = { class: "flex-1 flex gap-1 items-center lg:pr-24 pointer-events-none
154
155
  }
155
156
  });
156
157
  export {
157
- ue as default
158
+ ce as default
158
159
  };
@@ -29,10 +29,10 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
29
29
  onUploadFile?: ((idx: number) => any) | undefined;
30
30
  onRemoveFile?: ((idx: number) => any) | undefined;
31
31
  }>, {
32
- isReadOnly: boolean;
33
32
  hasCheckboxDisabled: boolean;
34
33
  showUploadButton: boolean;
35
34
  isGlobal: boolean;
35
+ isReadOnly: boolean;
36
36
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
37
37
  export default _default;
38
38
  //# sourceMappingURL=RequestTable.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestTable.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestTable.vue"],"names":[],"mappings":"AAsPA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAA;AAE9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAOlD,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,CAAC,uBAAuB,GAAG;QAAE,KAAK,CAAC,EAAE,gBAAgB,CAAA;KAAE,CAAC,EAAE,CAAA;IAClE,8BAA8B;IAC9B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;;;;;;;;;;;;;;;;;;;;gBADa,OAAO;yBAHE,OAAO;sBACV,OAAO;cACf,OAAO;;AAkftB,wBASG"}
1
+ {"version":3,"file":"RequestTable.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestTable.vue"],"names":[],"mappings":"AAuPA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAA;AAE9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAOlD,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,CAAC,uBAAuB,GAAG;QAAE,KAAK,CAAC,EAAE,gBAAgB,CAAA;KAAE,CAAC,EAAE,CAAA;IAClE,8BAA8B;IAC9B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;;;;;;;;;;;;;;;;;;;;yBAJsB,OAAO;sBACV,OAAO;cACf,OAAO;gBACL,OAAO;;AAifxB,wBASG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestTable.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-674f4786"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-49d61d6c"]]);
5
5
  export {
6
- f as default
6
+ m as default
7
7
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as F, resolveComponent as S, openBlock as r, createBlock as i, withCtx as t, createElementBlock as c, Fragment as f, renderList as $, createElementVNode as s, createVNode as d, unref as p, toDisplayString as b, normalizeClass as U, createSlots as T, createCommentVNode as w, createTextVNode as z, computed as D } from "vue";
2
- import x from "../../../components/CodeInput/CodeInput.vue.js";
1
+ import { defineComponent as F, resolveComponent as S, openBlock as r, createBlock as i, withCtx as t, createElementBlock as c, Fragment as f, renderList as $, createElementVNode as s, createVNode as d, unref as p, toDisplayString as b, normalizeClass as U, createSlots as T, createCommentVNode as x, createTextVNode as z, computed as D } from "vue";
2
+ import w from "../../../components/CodeInput/CodeInput.vue.js";
3
3
  import q from "../../../components/DataTable/DataTable.vue.js";
4
4
  import y from "../../../components/DataTable/DataTableCell.vue.js";
5
5
  import E from "../../../components/DataTable/DataTableCheckbox.vue.js";
@@ -82,7 +82,7 @@ const L = { class: "contents" }, j = { class: "sr-only" }, A = { class: "text-c-
82
82
  ]),
83
83
  d(y, null, {
84
84
  default: t(() => [
85
- d(x, {
85
+ d(w, {
86
86
  disableCloseBrackets: "",
87
87
  disabled: e.isReadOnly,
88
88
  disableEnter: "",
@@ -100,7 +100,7 @@ const L = { class: "contents" }, j = { class: "sr-only" }, A = { class: "text-c-
100
100
  }, 1024),
101
101
  d(y, null, {
102
102
  default: t(() => [
103
- d(x, {
103
+ d(w, {
104
104
  class: U({
105
105
  "pr-6": p(g)(l)
106
106
  }),
@@ -110,6 +110,7 @@ const L = { class: "contents" }, j = { class: "sr-only" }, A = { class: "text-c-
110
110
  disableEnter: "",
111
111
  disableTabIndent: "",
112
112
  enum: l.enum,
113
+ examples: l.examples,
113
114
  max: l.maximum,
114
115
  min: l.minimum,
115
116
  modelValue: l.value,
@@ -125,7 +126,7 @@ const L = { class: "contents" }, j = { class: "sr-only" }, A = { class: "text-c-
125
126
  p(g)(l) ? (r(), i(O, {
126
127
  key: 0,
127
128
  item: { ...l, default: _(l) }
128
- }, null, 8, ["item"])) : w("", !0)
129
+ }, null, 8, ["item"])) : x("", !0)
129
130
  ]),
130
131
  _: 2
131
132
  }, [
@@ -136,7 +137,7 @@ const L = { class: "contents" }, j = { class: "sr-only" }, A = { class: "text-c-
136
137
  ]),
137
138
  key: "0"
138
139
  } : void 0
139
- ]), 1032, ["class", "default", "disabled", "enum", "max", "min", "modelValue", "nullable", "type", "onSelectVariable", "onUpdate:modelValue"])
140
+ ]), 1032, ["class", "default", "disabled", "enum", "examples", "max", "min", "modelValue", "nullable", "type", "onSelectVariable", "onUpdate:modelValue"])
140
141
  ]),
141
142
  _: 2
142
143
  }, 1024),
@@ -177,7 +178,7 @@ const L = { class: "contents" }, j = { class: "sr-only" }, A = { class: "text-c-
177
178
  ];
178
179
  }),
179
180
  _: 2
180
- }, 1024)) : w("", !0)
181
+ }, 1024)) : x("", !0)
181
182
  ]),
182
183
  _: 2
183
184
  }, 1024))), 128))
@@ -1 +1 @@
1
- {"version":3,"file":"RequestTableTooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestTableTooltip.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAA;AAI9E,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,uBAAuB,CAAA;CAAE,CAAC;;AAoIrD,wBAOG"}
1
+ {"version":3,"file":"RequestTableTooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestTableTooltip.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAA;AAI9E,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,uBAAuB,CAAA;CAAE,CAAC;;AAsIrD,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestTableTooltip.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3774d9af"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-936ae259"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as m, openBlock as t, createBlock as l, unref as r, withCtx as a, createElementVNode as n, createVNode as p, createElementBlock as o, toDisplayString as s, createCommentVNode as i } from "vue";
2
2
  import { ScalarTooltip as c, ScalarIcon as d } from "@scalar/components";
3
- const f = { class: "pl-1 pr-1.5 py-[9px]" }, u = { class: "grid gap-1.5 pointer-events-none min-w-48 w-content shadow-lg rounded bg-b-1 p-2 text-xxs leading-5 text-c-1" }, h = { class: "schema flex items-center text-c-2" }, g = { key: 0 }, b = { key: 1 }, _ = { key: 2 }, y = { key: 3 }, k = { key: 4 }, x = {
3
+ const f = { class: "bg-b-1 pl-1 pr-1.5 mr-0.25" }, u = { class: "grid gap-1.5 pointer-events-none min-w-48 w-content shadow-lg rounded bg-b-1 p-2 text-xxs leading-5 text-c-1" }, h = { class: "schema flex items-center text-c-2" }, b = { key: 0 }, g = { key: 1 }, _ = { key: 2 }, y = { key: 3 }, k = { key: 4 }, x = {
4
4
  key: 0,
5
5
  class: "leading-snug text-pretty text-sm",
6
6
  style: { maxWidth: "16rem" }
@@ -12,10 +12,10 @@ const f = { class: "pl-1 pr-1.5 py-[9px]" }, u = { class: "grid gap-1.5 pointer-
12
12
  setup(v) {
13
13
  return (e, w) => (t(), l(r(c), {
14
14
  align: "start",
15
- class: "w-full",
15
+ class: "w-full pr-px",
16
16
  delay: 0,
17
17
  side: "left",
18
- triggerClass: "before:absolute before:content-[''] before:bg-gradient-to-r before:from-transparent before:to-b-1 before:min-h-[calc(100%-4px)] before:pointer-events-none before:right-[23px] before:top-0.5 before:w-3 absolute h-full right-0"
18
+ triggerClass: "before:absolute before:content-[''] before:bg-gradient-to-r before:from-transparent before:to-b-1 before:min-h-[calc(100%-4px)] before:pointer-events-none before:right-[23px] before:top-0.5 before:w-3 absolute h-full right-0 -outline-offset-1"
19
19
  }, {
20
20
  trigger: a(() => [
21
21
  n("div", f, [
@@ -30,8 +30,8 @@ const f = { class: "pl-1 pr-1.5 py-[9px]" }, u = { class: "grid gap-1.5 pointer-
30
30
  content: a(() => [
31
31
  n("div", u, [
32
32
  n("div", h, [
33
- e.item.type ? (t(), o("span", g, s(e.item.type), 1)) : i("", !0),
34
- e.item.format ? (t(), o("span", b, s(e.item.format), 1)) : i("", !0),
33
+ e.item.type ? (t(), o("span", b, s(e.item.type), 1)) : i("", !0),
34
+ e.item.format ? (t(), o("span", g, s(e.item.format), 1)) : i("", !0),
35
35
  e.item.minimum ? (t(), o("span", _, "min: " + s(e.item.minimum), 1)) : i("", !0),
36
36
  e.item.maximum ? (t(), o("span", y, "max: " + s(e.item.maximum), 1)) : i("", !0),
37
37
  e.item.default ? (t(), o("span", k, "default: " + s(e.item.default), 1)) : i("", !0)
@@ -1 +1 @@
1
- {"version":3,"file":"RequestSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSidebar.vue"],"names":[],"mappings":"AAyfA,KAAK,WAAW,GAAG;IACjB,aAAa,EAAE,OAAO,CAAA;CACvB,CAAC;;;;;cAMqC,MAAM;aAAO,MAAM;;;;;;;cAAnB,MAAM;aAAO,MAAM;;;;AAkwB1D,wBAOG"}
1
+ {"version":3,"file":"RequestSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSidebar.vue"],"names":[],"mappings":"AA2fA,KAAK,WAAW,GAAG;IACjB,aAAa,EAAE,OAAO,CAAA;CACvB,CAAC;;;;;cAMqC,MAAM;aAAO,MAAM;;;;;;;cAAnB,MAAM;aAAO,MAAM;;;;AAqwB1D,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestSidebar.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-91e6d7f8"]]);
4
+ const d = /* @__PURE__ */ t(o, [["__scopeId", "data-v-91db3d57"]]);
5
5
  export {
6
- f as default
6
+ d as default
7
7
  };