@scalar/api-client 2.2.59 → 2.2.61

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 (65) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBar.vue.js +2 -2
  4. package/dist/components/AddressBar/AddressBar.vue2.js +88 -80
  5. package/dist/components/IconSelector.vue.d.ts.map +1 -1
  6. package/dist/components/IconSelector.vue.js +1 -0
  7. package/dist/components/SectionFilter.vue.d.ts +23 -0
  8. package/dist/components/SectionFilter.vue.d.ts.map +1 -0
  9. package/dist/components/SectionFilter.vue.js +7 -0
  10. package/dist/components/SectionFilter.vue2.js +67 -0
  11. package/dist/components/SectionFilterButton.vue.d.ts +22 -0
  12. package/dist/components/SectionFilterButton.vue.d.ts.map +1 -0
  13. package/dist/components/SectionFilterButton.vue.js +23 -0
  14. package/dist/components/SectionFilterButton.vue2.js +4 -0
  15. package/dist/components/Server/ServerDropdown.vue.d.ts.map +1 -1
  16. package/dist/components/Server/ServerDropdown.vue.js +1 -0
  17. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  18. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +62 -44
  19. package/dist/layouts/App/create-api-client-app.d.ts +2 -1
  20. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  21. package/dist/layouts/Modal/create-api-client-modal.d.ts +4 -2
  22. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  23. package/dist/layouts/Web/create-api-client-web.d.ts +2 -1
  24. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  25. package/dist/libs/create-client.d.ts +3 -1
  26. package/dist/libs/create-client.d.ts.map +1 -1
  27. package/dist/store/events.d.ts +4 -0
  28. package/dist/store/events.d.ts.map +1 -1
  29. package/dist/store/events.js +4 -0
  30. package/dist/store/store.d.ts +1 -0
  31. package/dist/store/store.d.ts.map +1 -1
  32. package/dist/style.css +1 -1
  33. package/dist/views/Components/CodeSnippet/helpers/get-snippet.d.ts.map +1 -1
  34. package/dist/views/Components/CodeSnippet/helpers/get-snippet.js +10 -10
  35. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  36. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +1 -1
  37. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +88 -83
  38. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +2 -2
  39. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue2.js +1 -1
  40. package/dist/views/Request/RequestSection/RequestCodeExample.test.d.ts +2 -0
  41. package/dist/views/Request/RequestSection/RequestCodeExample.test.d.ts.map +1 -0
  42. package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
  43. package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +2 -2
  44. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +36 -36
  45. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  46. package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
  47. package/dist/views/Request/RequestSection/RequestSection.vue2.js +103 -83
  48. package/dist/views/Request/RequestSidebarItem.vue.d.ts +2 -1
  49. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  50. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  51. package/dist/views/Request/RequestSidebarItem.vue2.js +81 -81
  52. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +1 -1
  53. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +9 -9
  54. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
  55. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +2 -2
  56. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue2.js +26 -21
  57. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  58. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  59. package/dist/views/Request/ResponseSection/ResponseSection.vue.js +1 -1
  60. package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +80 -65
  61. package/package.json +14 -14
  62. package/dist/components/ContextBar.vue.d.ts +0 -11
  63. package/dist/components/ContextBar.vue.d.ts.map +0 -1
  64. package/dist/components/ContextBar.vue.js +0 -7
  65. package/dist/components/ContextBar.vue2.js +0 -47
@@ -1,24 +1,24 @@
1
- import { defineComponent as C, computed as p, ref as R, watch as E, openBlock as s, createBlock as y, withCtx as u, createElementVNode as v, unref as l, createElementBlock as d, createCommentVNode as h, toDisplayString as O, createVNode as n, withDirectives as i, vShow as t } from "vue";
2
- import { ScalarErrorBoundary as H } from "@scalar/components";
3
- import { canMethodHaveBody as c, isDefined as N, REGEX as w } from "@scalar/oas-utils/helpers";
4
- import K from "../../../components/ContextBar.vue.js";
5
- import D from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
6
- import { matchesDomain as U } from "../../../libs/send-request/set-request-cookies.js";
7
- import $ from "./RequestBody.vue.js";
8
- import f from "./RequestParams.vue.js";
9
- import L from "./RequestPathParams.vue.js";
10
- import Q from "./RequestAuth/RequestAuth.vue.js";
1
+ import { defineComponent as E, computed as p, useId as O, ref as H, watch as N, openBlock as m, createBlock as b, withCtx as v, createElementVNode as d, unref as i, createElementBlock as c, createCommentVNode as w, toDisplayString as I, createVNode as n, withDirectives as t, vShow as s } from "vue";
2
+ import { ScalarErrorBoundary as K } from "@scalar/components";
3
+ import { canMethodHaveBody as f, isDefined as U, REGEX as V } from "@scalar/oas-utils/helpers";
4
+ import D from "../../../components/SectionFilter.vue.js";
5
+ import Q from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
6
+ import { matchesDomain as $ } from "../../../libs/send-request/set-request-cookies.js";
7
+ import L from "./RequestBody.vue.js";
8
+ import y from "./RequestParams.vue.js";
9
+ import j from "./RequestPathParams.vue.js";
10
+ import F from "./RequestAuth/RequestAuth.vue.js";
11
11
  import M from "./RequestCodeExample.vue.js";
12
12
  import { useWorkspace as T } from "../../../store/store.js";
13
13
  import { useLayout as W } from "../../../hooks/useLayout.js";
14
- const j = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg:pr-24" }, z = {
14
+ const z = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg:pr-24" }, G = {
15
15
  key: 0,
16
16
  class: "pointer-events-auto absolute left-0 top-0 h-full w-full cursor-text opacity-0",
17
17
  for: "requestname"
18
- }, G = ["placeholder", "value"], I = {
18
+ }, X = ["placeholder", "value"], J = {
19
19
  key: 2,
20
20
  class: "text-c-1 flex h-8 items-center"
21
- }, X = { class: "request-section-content custom-scroll relative flex flex-1 flex-col divide-y" }, te = /* @__PURE__ */ C({
21
+ }, Y = ["id", "role"], ue = /* @__PURE__ */ E({
22
22
  __name: "RequestSection",
23
23
  props: {
24
24
  collection: {},
@@ -31,38 +31,41 @@ const j = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg:
31
31
  server: {},
32
32
  workspace: {}
33
33
  },
34
- setup(o) {
35
- const { requestMutators: b, cookies: V, securitySchemes: S } = T(), { layout: m } = W(), P = p(() => {
36
- const e = /* @__PURE__ */ new Set([
37
- "All",
38
- "Query",
39
- "Auth",
40
- "Variables",
41
- "Cookies",
42
- "Headers",
43
- "Body"
44
- ]);
45
- return o.example.parameters.path.length || e.delete("Variables"), c(o.operation.method ?? "get") || e.delete("Body"), k.value && e.delete("Auth"), [...e];
46
- }), k = p(
34
+ setup(l) {
35
+ const A = [
36
+ "Auth",
37
+ "Variables",
38
+ "Cookies",
39
+ "Headers",
40
+ "Query",
41
+ "Body"
42
+ ], { requestMutators: P, cookies: S, securitySchemes: q } = T(), { layout: u } = W(), k = p(() => {
43
+ const e = /* @__PURE__ */ new Set(["All", ...A]);
44
+ return l.example.parameters.path.length || e.delete("Variables"), f(l.operation.method ?? "get") || e.delete("Body"), h.value && e.delete("Auth"), [...e];
45
+ }), r = p(
46
+ () => Object.fromEntries(
47
+ k.value.map((e) => [e, O()])
48
+ )
49
+ ), h = p(
47
50
  () => {
48
51
  var e;
49
- return m === "modal" && ((e = o.operation.security) == null ? void 0 : e.length) === 0;
52
+ return u === "modal" && ((e = l.operation.security) == null ? void 0 : e.length) === 0;
50
53
  }
51
- ), a = R("All");
52
- E(
53
- () => o.operation,
54
+ ), a = H("All");
55
+ N(
56
+ () => l.operation,
54
57
  (e) => {
55
- a.value === "Body" && e && !c(e.method) && (a.value = "All");
58
+ a.value === "Body" && e && !f(e.method) && (a.value = "All");
56
59
  }
57
60
  );
58
- const A = (e) => {
59
- const r = e.target;
60
- b.edit(o.operation.uid, "summary", r.value);
61
- }, g = p(
62
- () => (o.workspace.cookies ?? []).map((e) => V[e]).filter(N).filter((e) => e.name).filter(
61
+ const g = (e) => {
62
+ const o = e.target;
63
+ P.edit(l.operation.uid, "summary", o.value);
64
+ }, B = p(
65
+ () => (l.workspace.cookies ?? []).map((e) => S[e]).filter(U).filter((e) => e.name).filter(
63
66
  (e) => {
64
- var r;
65
- return U(((r = o.server) == null ? void 0 : r.url) || o.operation.path, e.domain);
67
+ var o;
68
+ return $(((o = l.server) == null ? void 0 : o.url) || l.operation.path, e.domain);
66
69
  }
67
70
  ).map((e) => ({
68
71
  key: e.name,
@@ -75,116 +78,133 @@ const j = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg:
75
78
  },
76
79
  enabled: !0
77
80
  }))
78
- ), q = () => o.operation.summary ? o.operation.summary : o.operation.path.replace(w.PROTOCOL, "") ? o.operation.path.replace(w.PROTOCOL, "") : "Request Name";
79
- return (e, r) => (s(), y(D, {
81
+ ), C = () => l.operation.summary ? l.operation.summary : l.operation.path.replace(V.PROTOCOL, "") ? l.operation.path.replace(V.PROTOCOL, "") : "Request Name";
82
+ return (e, o) => (m(), b(Q, {
80
83
  "aria-label": `Request: ${e.operation.summary}`
81
84
  }, {
82
- title: u(() => [
83
- v("div", j, [
84
- l(m) !== "modal" ? (s(), d("label", z)) : h("", !0),
85
- l(m) !== "modal" ? (s(), d("input", {
85
+ title: v(() => [
86
+ d("div", z, [
87
+ i(u) !== "modal" ? (m(), c("label", G)) : w("", !0),
88
+ i(u) !== "modal" ? (m(), c("input", {
86
89
  key: 1,
87
90
  id: "requestname",
88
91
  class: "text-c-1 group-hover-input pl-1.25 md:-ml-1.25 pointer-events-auto relative z-10 -ml-0.5 h-8 w-full rounded has-[:focus-visible]:outline",
89
- placeholder: q(),
92
+ placeholder: C(),
90
93
  value: e.operation.summary,
91
- onInput: A
92
- }, null, 40, G)) : (s(), d("span", I, O(e.operation.summary), 1))
94
+ onInput: g
95
+ }, null, 40, X)) : (m(), c("span", J, I(e.operation.summary), 1))
93
96
  ]),
94
- n(K, {
95
- activeSection: a.value,
96
- sections: P.value,
97
- onSetActiveSection: r[0] || (r[0] = (B) => a.value = B)
98
- }, null, 8, ["activeSection", "sections"])
97
+ n(D, {
98
+ modelValue: a.value,
99
+ "onUpdate:modelValue": o[0] || (o[0] = (R) => a.value = R),
100
+ filterIds: r.value,
101
+ filters: k.value
102
+ }, null, 8, ["modelValue", "filterIds", "filters"])
99
103
  ]),
100
- default: u(() => [
101
- v("div", X, [
102
- e.collection && e.workspace && (l(m) !== "modal" || Object.keys(l(S) ?? {}).length) ? i((s(), y(Q, {
104
+ default: v(() => [
105
+ d("div", {
106
+ id: r.value.All,
107
+ class: "request-section-content custom-scroll relative flex flex-1 flex-col divide-y",
108
+ role: a.value === "All" ? "tabpanel" : "none"
109
+ }, [
110
+ e.collection && e.workspace && (i(u) !== "modal" || Object.keys(i(q) ?? {}).length) ? t((m(), b(F, {
103
111
  key: 0,
112
+ id: r.value.Auth,
104
113
  collection: e.collection,
105
114
  envVariables: e.envVariables,
106
115
  environment: e.environment,
107
116
  layout: "client",
108
117
  operation: e.operation,
118
+ role: a.value === "All" ? "none" : "tabpanel",
109
119
  selectedSecuritySchemeUids: e.selectedSecuritySchemeUids,
110
120
  server: e.server,
111
121
  title: "Authentication",
112
122
  workspace: e.workspace
113
- }, null, 8, ["collection", "envVariables", "environment", "operation", "selectedSecuritySchemeUids", "server", "workspace"])), [
123
+ }, null, 8, ["id", "collection", "envVariables", "environment", "operation", "role", "selectedSecuritySchemeUids", "server", "workspace"])), [
114
124
  [
115
- t,
116
- !k.value && (a.value === "All" || a.value === "Auth")
125
+ s,
126
+ !h.value && (a.value === "All" || a.value === "Auth")
117
127
  ]
118
- ]) : h("", !0),
119
- i(n(L, {
128
+ ]) : w("", !0),
129
+ t(n(j, {
130
+ id: r.value.Variables,
120
131
  envVariables: e.envVariables,
121
132
  environment: e.environment,
122
133
  example: e.example,
134
+ invalidParams: e.invalidParams,
123
135
  operation: e.operation,
124
136
  paramKey: "path",
137
+ role: a.value === "All" ? "none" : "tabpanel",
125
138
  title: "Variables",
126
- workspace: e.workspace,
127
- invalidParams: e.invalidParams
128
- }, null, 8, ["envVariables", "environment", "example", "operation", "workspace", "invalidParams"]), [
139
+ workspace: e.workspace
140
+ }, null, 8, ["id", "envVariables", "environment", "example", "invalidParams", "operation", "role", "workspace"]), [
129
141
  [
130
- t,
142
+ s,
131
143
  (a.value === "All" || a.value === "Variables") && e.example.parameters.path.length
132
144
  ]
133
145
  ]),
134
- i(n(f, {
146
+ t(n(y, {
147
+ id: r.value.Cookies,
135
148
  envVariables: e.envVariables,
136
149
  environment: e.environment,
137
150
  example: e.example,
138
151
  invalidParams: e.invalidParams,
139
152
  operation: e.operation,
140
153
  paramKey: "cookies",
141
- readOnlyEntries: g.value,
154
+ readOnlyEntries: B.value,
155
+ role: a.value === "All" ? "none" : "tabpanel",
142
156
  title: "Cookies",
143
157
  workspace: e.workspace,
144
158
  workspaceParamKey: "cookies"
145
- }, null, 8, ["envVariables", "environment", "example", "invalidParams", "operation", "readOnlyEntries", "workspace"]), [
146
- [t, a.value === "All" || a.value === "Cookies"]
159
+ }, null, 8, ["id", "envVariables", "environment", "example", "invalidParams", "operation", "readOnlyEntries", "role", "workspace"]), [
160
+ [s, a.value === "All" || a.value === "Cookies"]
147
161
  ]),
148
- i(n(f, {
162
+ t(n(y, {
163
+ id: r.value.Headers,
149
164
  envVariables: e.envVariables,
150
165
  environment: e.environment,
151
166
  example: e.example,
152
167
  invalidParams: e.invalidParams,
153
168
  operation: e.operation,
154
169
  paramKey: "headers",
170
+ role: a.value === "All" ? "none" : "tabpanel",
155
171
  title: "Headers",
156
172
  workspace: e.workspace
157
- }, null, 8, ["envVariables", "environment", "example", "invalidParams", "operation", "workspace"]), [
158
- [t, a.value === "All" || a.value === "Headers"]
173
+ }, null, 8, ["id", "envVariables", "environment", "example", "invalidParams", "operation", "role", "workspace"]), [
174
+ [s, a.value === "All" || a.value === "Headers"]
159
175
  ]),
160
- i(n(f, {
176
+ t(n(y, {
177
+ id: r.value.Query,
161
178
  envVariables: e.envVariables,
162
179
  environment: e.environment,
163
180
  example: e.example,
164
181
  invalidParams: e.invalidParams,
165
182
  operation: e.operation,
166
183
  paramKey: "query",
184
+ role: a.value === "All" ? "none" : "tabpanel",
167
185
  title: "Query Parameters",
168
186
  workspace: e.workspace
169
- }, null, 8, ["envVariables", "environment", "example", "invalidParams", "operation", "workspace"]), [
170
- [t, a.value === "All" || a.value === "Query"]
187
+ }, null, 8, ["id", "envVariables", "environment", "example", "invalidParams", "operation", "role", "workspace"]), [
188
+ [s, a.value === "All" || a.value === "Query"]
171
189
  ]),
172
- i(n($, {
190
+ t(n(L, {
191
+ id: r.value.Body,
173
192
  envVariables: e.envVariables,
174
193
  environment: e.environment,
175
194
  example: e.example,
176
195
  operation: e.operation,
196
+ role: a.value === "All" ? "none" : "tabpanel",
177
197
  title: "Body",
178
198
  workspace: e.workspace
179
- }, null, 8, ["envVariables", "environment", "example", "operation", "workspace"]), [
199
+ }, null, 8, ["id", "envVariables", "environment", "example", "operation", "role", "workspace"]), [
180
200
  [
181
- t,
182
- e.operation.method && (a.value === "All" || a.value === "Body") && l(c)(e.operation.method)
201
+ s,
202
+ e.operation.method && (a.value === "All" || a.value === "Body") && i(f)(e.operation.method)
183
203
  ]
184
204
  ]),
185
- r[1] || (r[1] = v("div", { class: "-my-0.25 flex flex-grow" }, null, -1)),
186
- n(l(H), null, {
187
- default: u(() => [
205
+ o[1] || (o[1] = d("div", { class: "-my-0.25 flex flex-grow" }, null, -1)),
206
+ n(i(K), null, {
207
+ default: v(() => [
188
208
  n(M, {
189
209
  collection: e.collection,
190
210
  example: e.example,
@@ -195,12 +215,12 @@ const j = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg:
195
215
  ]),
196
216
  _: 1
197
217
  })
198
- ])
218
+ ], 8, Y)
199
219
  ]),
200
220
  _: 1
201
221
  }, 8, ["aria-label"]));
202
222
  }
203
223
  });
204
224
  export {
205
- te as default
225
+ ue as default
206
226
  };
@@ -1,4 +1,5 @@
1
1
  import { type DraggableProps, type DraggingItem, type HoveredItem } from '@scalar/draggable';
2
+ import { nextTick } from 'vue';
2
3
  import type { SidebarMenuItem } from '../../views/Request/types';
3
4
  type __VLS_Props = {
4
5
  /**
@@ -96,7 +97,7 @@ declare function __VLS_template(): {
96
97
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
97
98
  };
98
99
  $forceUpdate: () => void;
99
- $nextTick: typeof import("vue").nextTick;
100
+ $nextTick: typeof nextTick;
100
101
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
101
102
  } & Readonly<{}> & Omit<Readonly<DraggableProps> & Readonly<{
102
103
  onOnDragEnd?: (draggingItem: DraggingItem, hoveredItem: HoveredItem) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"RequestSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSidebarItem.vue"],"names":[],"mappings":"AA8qBA,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,mBAAmB,CAAA;AAa1B,OAAO,KAAK,EAAe,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAIzE,KAAK,WAAW,GAAG;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,CAAA;IAC3C,oEAAoE;IACpE,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,0DAA0D;IAC1D,GAAG,EAAE,MAAM,CAAA;IACX,2CAA2C;IAC3C,QAAQ,EAAE,eAAe,CAAA;CAC1B,CAAC;AAsTF,iBAAS,cAAc;WA0xBT,OAAO,IAA6B;;oBA9jCpC,IAAI;;oBAAJ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAjElB,KA3nB6B;;;;;;;oCA2nB7B,KAtnBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2vBW,GAAG,8CACqB,GAAG,yBAAyB,GAClE,6DAIM,GAAH;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAy/BF;AAqCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAUpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"RequestSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSidebarItem.vue"],"names":[],"mappings":"AAgrBA,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,mBAAmB,CAAA;AAG1B,OAAO,EAAY,QAAQ,EAAO,MAAM,KAAK,CAAA;AAU7C,OAAO,KAAK,EAAe,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAIzE,KAAK,WAAW,GAAG;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,CAAA;IAC3C,oEAAoE;IACpE,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,0DAA0D;IAC1D,GAAG,EAAE,MAAM,CAAA;IACX,2CAA2C;IAC3C,QAAQ,EAAE,eAAe,CAAA;CAC1B,CAAC;AAwTF,iBAAS,cAAc;WA0xBT,OAAO,IAA6B;;oBAhkCpC,IAAI;;oBAAJ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAjElB,KA7nBmB;;;;;;;oCA6nBnB,KAznBO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA4vB2B,GAAG,8CACzB,GAAG,yBACK,GAAG,6DACU,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAggCnC;AAqCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAUpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -2,7 +2,7 @@ import t from "./RequestSidebarItem.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import o from "../../_virtual/_plugin-vue_export-helper.js";
5
- const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-b1c0a5a2"]]);
5
+ const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-716d294a"]]);
6
6
  export {
7
7
  p as default
8
8
  };