@scalar/api-client 2.0.33 → 2.0.35

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 (89) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  3. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
  4. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +39 -31
  5. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  6. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +65 -55
  7. package/dist/components/CommandPalette/CommandPaletteFolder.vue.d.ts.map +1 -1
  8. package/dist/components/CommandPalette/CommandPaletteFolder.vue.js +53 -44
  9. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  10. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +42 -34
  11. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
  12. package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +126 -70
  13. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  14. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +37 -29
  15. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  16. package/dist/components/CommandPalette/TheCommandPalette.vue.js +4 -4
  17. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +97 -85
  18. package/dist/components/CommandPalette/handleKeyDown.d.ts +2 -0
  19. package/dist/components/CommandPalette/handleKeyDown.d.ts.map +1 -0
  20. package/dist/components/CommandPalette/handleKeyDown.js +7 -0
  21. package/dist/components/DataTable/DataTableInput.vue.d.ts +7 -0
  22. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  23. package/dist/components/DataTable/DataTableInput.vue.js +3 -3
  24. package/dist/components/DataTable/DataTableInput.vue2.js +33 -31
  25. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +19 -3
  26. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  27. package/dist/components/DataTable/DataTableInputSelect.vue.js +37 -35
  28. package/dist/components/DataTable/index.d.ts +1 -0
  29. package/dist/components/DataTable/index.d.ts.map +1 -1
  30. package/dist/components/DataTable/index.js +6 -4
  31. package/dist/components/Form/Form.vue.js +1 -1
  32. package/dist/components/Search/SearchButton.vue.d.ts.map +1 -1
  33. package/dist/components/Search/SearchButton.vue.js +14 -16
  34. package/dist/components/SideNav/SideHelp.vue.d.ts +3 -0
  35. package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -0
  36. package/dist/components/SideNav/SideHelp.vue.js +125 -0
  37. package/dist/components/SideNav/SideHelp.vue2.js +4 -0
  38. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  39. package/dist/components/SideNav/SideNav.vue.js +3 -3
  40. package/dist/components/SideNav/SideNav.vue2.js +28 -24
  41. package/dist/components/Sidebar/SidebarButton.vue.js +1 -1
  42. package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
  43. package/dist/components/Sidebar/SidebarList.vue.js +1 -1
  44. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  45. package/dist/components/Sidebar/SidebarListElement.vue.js +1 -1
  46. package/dist/components/Sidebar/SidebarListElement.vue2.js +9 -9
  47. package/dist/constants.d.ts +0 -4
  48. package/dist/constants.d.ts.map +1 -1
  49. package/dist/constants.js +2 -2
  50. package/dist/layouts/App/create-api-client-app.d.ts +512 -603
  51. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  52. package/dist/layouts/Modal/api-client-modal.d.ts +1036 -1218
  53. package/dist/layouts/Modal/api-client-modal.d.ts.map +1 -1
  54. package/dist/libs/create-client.d.ts +513 -603
  55. package/dist/libs/create-client.d.ts.map +1 -1
  56. package/dist/libs/create-client.js +58 -68
  57. package/dist/libs/local-storage.js +5 -5
  58. package/dist/libs/sendRequest.d.ts +3 -5
  59. package/dist/libs/sendRequest.d.ts.map +1 -1
  60. package/dist/libs/sendRequest.js +73 -67
  61. package/dist/store/workspace.d.ts +1037 -1219
  62. package/dist/store/workspace.d.ts.map +1 -1
  63. package/dist/store/workspace.js +350 -277
  64. package/dist/style.css +1 -1
  65. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  66. package/dist/views/Request/Request.vue.js +1 -1
  67. package/dist/views/Request/Request.vue2.js +101 -102
  68. package/dist/views/Request/RequestSection/RequestAuth.vue.d.ts.map +1 -1
  69. package/dist/views/Request/RequestSection/RequestAuth.vue.js +270 -177
  70. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  71. package/dist/views/Request/RequestSection/RequestSection.vue.js +52 -42
  72. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  73. package/dist/views/Request/RequestSidebarItemMenu.vue.js +141 -104
  74. package/dist/views/Request/components/OAuth2.vue.d.ts +3 -9
  75. package/dist/views/Request/components/OAuth2.vue.d.ts.map +1 -1
  76. package/dist/views/Request/components/OAuth2.vue.js +141 -112
  77. package/dist/views/Request/components/OAuthScopesInput.vue.d.ts +2 -6
  78. package/dist/views/Request/components/OAuthScopesInput.vue.d.ts.map +1 -1
  79. package/dist/views/Request/components/OAuthScopesInput.vue.js +35 -39
  80. package/dist/views/Request/consts/index.d.ts +2 -0
  81. package/dist/views/Request/consts/index.d.ts.map +1 -0
  82. package/dist/views/Request/consts/index.js +5 -0
  83. package/dist/views/Request/consts/new-auth-options.d.ts +92 -0
  84. package/dist/views/Request/consts/new-auth-options.d.ts.map +1 -0
  85. package/dist/views/Request/consts/new-auth-options.js +83 -0
  86. package/dist/views/Request/libs/oauth2.d.ts +3 -16
  87. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  88. package/dist/views/Request/libs/oauth2.js +28 -31
  89. package/package.json +9 -5
@@ -1,49 +1,47 @@
1
- import { defineComponent as j, ref as F, onMounted as P, onBeforeUnmount as A, openBlock as f, createElementBlock as b, Fragment as O, createElementVNode as n, normalizeClass as x, createVNode as r, unref as e, createCommentVNode as _, withCtx as m, withDirectives as H, createSlots as J, withModifiers as D, renderList as K, createBlock as y, createTextVNode as q, vShow as Q, pushScopeId as G, popScopeId as X } from "vue";
2
- import Y from "../../components/AddressBar/AddressBar.vue.js";
3
- import Z from "../../components/Search/SearchButton.vue.js";
4
- import ee from "../../components/Search/SearchModal.vue.js";
5
- import te from "../../components/Sidebar/SidebarButton.vue.js";
6
- import oe from "../../components/Sidebar/SidebarToggle.vue.js";
7
- import re from "../../components/ViewLayout/ViewLayout.vue.js";
8
- import se from "../../components/ViewLayout/ViewLayoutContent.vue.js";
9
- import { commandPaletteBus as ae } from "../../libs/eventBusses/command-palette.js";
10
- import { useWorkspace as le } from "../../store/workspace.js";
11
- import ne from "./RequestSection/RequestSection.vue.js";
1
+ import { defineComponent as P, ref as A, onMounted as H, onBeforeUnmount as J, openBlock as f, createElementBlock as y, Fragment as O, createElementVNode as m, normalizeClass as x, createVNode as r, unref as e, createCommentVNode as _, withCtx as u, withDirectives as K, createSlots as Q, withModifiers as D, renderList as G, createBlock as w, createTextVNode as X, vShow as Y, pushScopeId as Z, popScopeId as ee } from "vue";
2
+ import te from "../../components/AddressBar/AddressBar.vue.js";
3
+ import oe from "../../components/Search/SearchButton.vue.js";
4
+ import re from "../../components/Search/SearchModal.vue.js";
5
+ import se from "../../components/Sidebar/SidebarButton.vue.js";
6
+ import ae from "../../components/Sidebar/SidebarToggle.vue.js";
7
+ import le from "../../components/ViewLayout/ViewLayout.vue.js";
8
+ import ne from "../../components/ViewLayout/ViewLayoutContent.vue.js";
9
+ import { commandPaletteBus as E } from "../../libs/eventBusses/command-palette.js";
10
+ import { useWorkspace as ie } from "../../store/workspace.js";
11
+ import ce from "./RequestSection/RequestSection.vue.js";
12
12
  /* empty css */
13
- import ie from "./ResponseSection/ResponseSection.vue.js";
14
- import { useModal as ce, ScalarIcon as w } from "@scalar/components";
13
+ import ue from "./ResponseSection/ResponseSection.vue.js";
14
+ import { useModal as me, ScalarIcon as k } from "@scalar/components";
15
15
  import { REQUEST_METHODS as de } from "@scalar/oas-utils/helpers";
16
- import { isMacOS as me } from "@scalar/use-tooltip";
17
- import { useMagicKeys as ue, useEventListener as pe } from "@vueuse/core";
18
- import fe from "./RequestSidebarItem.vue.js";
19
- import ve from "../../components/Sidebar/Sidebar.vue.js";
16
+ import { isMacOS as q } from "@scalar/use-tooltip";
17
+ import { useMagicKeys as pe, useEventListener as fe } from "@vueuse/core";
18
+ import ve from "./RequestSidebarItem.vue.js";
19
+ import ge from "../../components/Sidebar/Sidebar.vue.js";
20
20
  /* empty css */
21
- import ge from "./components/WorkspaceDropdown.vue.js";
22
- import { useSidebar as he } from "../../hooks/useSidebar.js";
21
+ import he from "./components/WorkspaceDropdown.vue.js";
22
+ import { useSidebar as be } from "../../hooks/useSidebar.js";
23
23
  import { sendRequest as xe } from "../../libs/sendRequest.js";
24
- import { executeRequestBus as E } from "../../libs/eventBusses/executeRequestBus.js";
25
- const be = (g) => (G("data-v-d592e0db"), g = g(), X(), g), _e = { class: "lg:min-h-header flex items-center w-full justify-center p-1 flex-wrap t-app__top-container" }, ye = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 w-6/12" }, we = /* @__PURE__ */ be(() => /* @__PURE__ */ n("div", { class: "text-c-2 text-sm font-medium gitbook-show pl-2" }, [
26
- /* @__PURE__ */ q(" Powered by "),
27
- /* @__PURE__ */ n("a", {
28
- class: "hover:text-c-1",
29
- href: "https://scalar.com/",
30
- target: "_blank"
31
- }, "Scalar.com")
32
- ], -1)), Se = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 justify-end w-6/12" }, Ke = /* @__PURE__ */ j({
24
+ import { executeRequestBus as B } from "../../libs/eventBusses/executeRequestBus.js";
25
+ const ye = (g) => (Z("data-v-1eb6d142"), g = g(), ee(), g), _e = { class: "lg:min-h-header flex items-center w-full justify-center p-1 flex-wrap t-app__top-container" }, we = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 w-6/12" }, ke = /* @__PURE__ */ ye(() => /* @__PURE__ */ m("a", {
26
+ class: "text-c-2 text-sm font-medium gitbook-show ml-.5 hover:text-c-1 border p-1 rounded hover:bg-b-3",
27
+ href: "https://scalar.com/",
28
+ target: "_blank"
29
+ }, " Powered by Scalar.com ", -1)), Se = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 justify-end w-6/12" }, Qe = /* @__PURE__ */ P({
33
30
  __name: "Request",
34
31
  setup(g) {
35
32
  var R;
36
33
  const {
37
34
  activeExample: h,
38
35
  activeRequest: l,
39
- activeSecurityScheme: B,
40
- activeWorkspaceServers: M,
41
- activeWorkspace: i,
42
- environments: I,
43
- requestMutators: V,
44
- activeWorkspaceCollections: $,
45
- modalState: N
46
- } = le(), { collapsedSidebarFolders: U } = he(), S = ce(), c = F(!((R = i.value) != null && R.isReadOnly)), k = async () => {
36
+ activeSecuritySchemes: M,
37
+ activeWorkspaceServers: I,
38
+ activeWorkspace: n,
39
+ environments: V,
40
+ requestMutators: $,
41
+ activeWorkspaceCollections: N,
42
+ modalState: U,
43
+ cookies: z
44
+ } = ie(), { collapsedSidebarFolders: L } = be(), S = me(), i = A(!((R = n.value) != null && R.isReadOnly)), C = async () => {
47
45
  var v;
48
46
  if (!l.value || !h.value) {
49
47
  console.warn(
@@ -52,69 +50,70 @@ const be = (g) => (G("data-v-d592e0db"), g = g(), X(), g), _e = { class: "lg:min
52
50
  return;
53
51
  }
54
52
  let s = h.value.url;
55
- const o = Object.values(I).reduce(
56
- (u, p) => {
53
+ const o = Object.values(V).reduce(
54
+ (d, p) => {
57
55
  try {
58
- return { ...u, ...JSON.parse(p.raw) };
56
+ return { ...d, ...JSON.parse(p.raw) };
59
57
  } catch {
60
- return u;
58
+ return d;
61
59
  }
62
60
  },
63
61
  {}
64
62
  ), t = /\{\{(.*?)\}\}/g;
65
- s = s.replace(t, (u, p) => (M.value.forEach((W) => {
66
- if (W.url === p)
63
+ s = s.replace(t, (d, p) => (I.value.forEach((F) => {
64
+ if (F.url === p)
67
65
  return p;
68
66
  }), o[p] || p));
69
- const { request: a, response: d } = await xe(
67
+ const { request: a, response: c } = await xe(
70
68
  l.value,
71
69
  h.value,
72
70
  s,
73
- B.value,
74
- (v = i.value) == null ? void 0 : v.proxyUrl
71
+ M.value,
72
+ (v = n.value) == null ? void 0 : v.proxyUrl,
73
+ z
75
74
  );
76
- a && d ? V.edit(l.value.uid, "history", [
75
+ a && c ? $.edit(l.value.uid, "history", [
77
76
  ...l.value.history,
78
77
  {
79
78
  request: a,
80
- response: d,
79
+ response: c,
81
80
  timestamp: Date.now()
82
81
  }
83
82
  ]) : console.warn("No response or request was returned");
84
83
  };
85
- P(() => E.on(k)), A(() => E.off(k));
86
- const z = (s, o, t, a) => {
87
- }, L = () => ae.emit(), C = ue();
88
- pe(document, "keydown", (s) => {
89
- (me() ? C.meta.value : C.ctrl.value) && s.key === "b" && (c.value = !c.value);
84
+ H(() => B.on(C)), J(() => B.off(C));
85
+ const T = (s, o, t, a) => {
86
+ }, W = () => E.emit(), b = pe();
87
+ fe(document, "keydown", (s) => {
88
+ (q() ? b.meta.value : b.ctrl.value) && s.key === "b" && (i.value = !i.value), !n.value.isReadOnly && (q() ? b.meta.value : b.ctrl.value) && s.key === "k" && E.emit();
90
89
  });
91
- const T = () => {
90
+ const j = () => {
92
91
  if (!l.value) return "";
93
92
  const { method: s } = l.value;
94
93
  return de[s].backgroundColor;
95
94
  };
96
- return (s, o) => (f(), b(O, null, [
97
- n("div", {
98
- class: x(["flex flex-1 flex-col rounded rounded-b-none rounded-r-none pt-0 h-full client-wrapper-bg-color relative", T()])
95
+ return (s, o) => (f(), y(O, null, [
96
+ m("div", {
97
+ class: x(["flex flex-1 flex-col rounded rounded-b-none rounded-r-none pt-0 h-full client-wrapper-bg-color relative", j()])
99
98
  }, [
100
- n("div", _e, [
101
- n("div", ye, [
102
- r(oe, {
103
- modelValue: c.value,
104
- "onUpdate:modelValue": o[0] || (o[0] = (t) => c.value = t),
99
+ m("div", _e, [
100
+ m("div", we, [
101
+ r(ae, {
102
+ modelValue: i.value,
103
+ "onUpdate:modelValue": o[0] || (o[0] = (t) => i.value = t),
105
104
  class: "gitbook-hidden"
106
105
  }, null, 8, ["modelValue"]),
107
- we
106
+ ke
108
107
  ]),
109
- r(Y),
110
- n("div", Se, [
111
- e(i).isReadOnly ? (f(), b("button", {
108
+ r(te),
109
+ m("div", Se, [
110
+ e(n).isReadOnly ? (f(), y("button", {
112
111
  key: 0,
113
112
  class: "text-c-3 hover:bg-b-3 active:text-c-1 p-2 rounded",
114
113
  type: "button",
115
- onClick: o[1] || (o[1] = (t) => e(N).hide())
114
+ onClick: o[1] || (o[1] = (t) => e(U).hide())
116
115
  }, [
117
- r(e(w), {
116
+ r(e(k), {
118
117
  icon: "Close",
119
118
  size: "lg",
120
119
  thickness: "1.75"
@@ -122,43 +121,43 @@ const be = (g) => (G("data-v-d592e0db"), g = g(), X(), g), _e = { class: "lg:min
122
121
  ])) : _("", !0)
123
122
  ])
124
123
  ]),
125
- r(re, null, {
126
- default: m(() => [
127
- H(r(e(ve), {
128
- class: x([c.value ? "sidebar-active-width" : ""])
129
- }, J({
130
- content: m(() => [
131
- r(Z, {
124
+ r(le, null, {
125
+ default: u(() => [
126
+ K(r(e(ge), {
127
+ class: x([i.value ? "sidebar-active-width" : ""])
128
+ }, Q({
129
+ content: u(() => [
130
+ r(oe, {
132
131
  onOpenSearchModal: o[2] || (o[2] = (t) => e(S).show())
133
132
  }),
134
- n("div", {
133
+ m("div", {
135
134
  class: "custom-scroll flex flex-1 flex-col overflow-visible px-3 pb-12 pt-2.5",
136
135
  onDragenter: o[3] || (o[3] = D(() => {
137
136
  }, ["prevent"])),
138
137
  onDragover: o[4] || (o[4] = D(() => {
139
138
  }, ["prevent"]))
140
139
  }, [
141
- (f(!0), b(O, null, K(e($), (t, a) => (f(), y(fe, {
140
+ (f(!0), y(O, null, G(e(N), (t, a) => (f(), w(ve, {
142
141
  key: t.uid,
143
- isDraggable: !e(i).isReadOnly,
144
- isDroppable: !e(i).isReadOnly,
142
+ isDraggable: !e(n).isReadOnly,
143
+ isDroppable: !e(n).isReadOnly,
145
144
  item: t,
146
145
  parentUids: [],
147
- onOnDragEnd: (...d) => z(t, a, ...d)
146
+ onOnDragEnd: (...c) => T(t, a, ...c)
148
147
  }, {
149
- leftIcon: m(() => [
150
- r(e(w), {
148
+ leftIcon: u(() => [
149
+ r(e(k), {
151
150
  class: "text-sidebar-c-2 text-sm group-hover:hidden",
152
151
  icon: "CodeFolder",
153
152
  size: "sm",
154
153
  thickness: "2"
155
154
  }),
156
- n("div", {
155
+ m("div", {
157
156
  class: x({
158
- "rotate-90": e(U)[t.uid]
157
+ "rotate-90": e(L)[t.uid]
159
158
  })
160
159
  }, [
161
- r(e(w), {
160
+ r(e(k), {
162
161
  class: "text-c-3 hidden text-sm group-hover:block",
163
162
  icon: "ChevronRight",
164
163
  size: "sm"
@@ -169,39 +168,39 @@ const be = (g) => (G("data-v-d592e0db"), g = g(), X(), g), _e = { class: "lg:min
169
168
  }, 1032, ["isDraggable", "isDroppable", "item", "onOnDragEnd"]))), 128))
170
169
  ], 32)
171
170
  ]),
172
- button: m(() => [
173
- e(i).isReadOnly ? _("", !0) : (f(), y(te, {
171
+ button: u(() => [
172
+ e(n).isReadOnly ? _("", !0) : (f(), w(se, {
174
173
  key: 0,
175
- click: L
174
+ click: W
176
175
  }, {
177
- title: m(() => [
178
- q("Add Item")
176
+ title: u(() => [
177
+ X("Add Item")
179
178
  ]),
180
179
  _: 1
181
180
  }))
182
181
  ]),
183
182
  _: 2
184
183
  }, [
185
- e(i).isReadOnly ? void 0 : {
184
+ e(n).isReadOnly ? void 0 : {
186
185
  name: "header",
187
- fn: m(() => [
188
- r(e(ge))
186
+ fn: u(() => [
187
+ r(e(he))
189
188
  ]),
190
189
  key: "0"
191
190
  }
192
191
  ]), 1032, ["class"]), [
193
- [Q, c.value]
192
+ [Y, i.value]
194
193
  ]),
195
- e(h) ? (f(), y(se, {
194
+ e(h) ? (f(), w(ne, {
196
195
  key: 0,
197
- class: x(["flex-1", [c.value ? "sidebar-active-hide-layout" : ""]])
196
+ class: x(["flex-1", [i.value ? "sidebar-active-hide-layout" : ""]])
198
197
  }, {
199
- default: m(() => {
200
- var t, a, d, v, u;
198
+ default: u(() => {
199
+ var t, a, c, v, d;
201
200
  return [
202
- r(ne),
203
- r(ie, {
204
- response: (u = (v = (t = e(l)) == null ? void 0 : t.history) == null ? void 0 : v[((d = (a = e(l)) == null ? void 0 : a.history) == null ? void 0 : d.length) - 1]) == null ? void 0 : u.response
201
+ r(ce),
202
+ r(ue, {
203
+ response: (d = (v = (t = e(l)) == null ? void 0 : t.history) == null ? void 0 : v[((c = (a = e(l)) == null ? void 0 : a.history) == null ? void 0 : c.length) - 1]) == null ? void 0 : d.response
205
204
  }, null, 8, ["response"])
206
205
  ];
207
206
  }),
@@ -211,10 +210,10 @@ const be = (g) => (G("data-v-d592e0db"), g = g(), X(), g), _e = { class: "lg:min
211
210
  _: 1
212
211
  })
213
212
  ], 2),
214
- r(ee, { modalState: e(S) }, null, 8, ["modalState"])
213
+ r(re, { modalState: e(S) }, null, 8, ["modalState"])
215
214
  ], 64));
216
215
  }
217
216
  });
218
217
  export {
219
- Ke as default
218
+ Qe as default
220
219
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RequestAuth.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestAuth.vue"],"names":[],"mappings":";WAkPS,MAAM;;WAAN,MAAM;;AAkdf,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"RequestAuth.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestAuth.vue"],"names":[],"mappings":";WAkXS,MAAM;;WAAN,MAAM;;AA6qBf,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}