@scalar/api-client 2.0.25 → 2.0.27

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 (39) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBarHistory.vue.js +38 -38
  4. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  5. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  6. package/dist/components/CodeInput/CodeInput.vue2.js +11 -11
  7. package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
  8. package/dist/components/CodeInput/codeVariableWidget.js +48 -46
  9. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  10. package/dist/components/HttpMethod/HttpMethod.vue.js +23 -30
  11. package/dist/components/Sidebar/SidebarToggle.vue.d.ts +20 -0
  12. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -0
  13. package/dist/components/Sidebar/SidebarToggle.vue.js +48 -0
  14. package/dist/components/Sidebar/SidebarToggle.vue2.js +4 -0
  15. package/dist/index.d.ts +1 -0
  16. package/dist/index.d.ts.map +1 -1
  17. package/dist/index.js +13 -10
  18. package/dist/layouts/Modal/api-client-modal.d.ts +1 -1
  19. package/dist/layouts/Modal/api-client-modal.d.ts.map +1 -1
  20. package/dist/layouts/Modal/api-client-modal.js +41 -41
  21. package/dist/store/workspace.d.ts +36 -12
  22. package/dist/store/workspace.d.ts.map +1 -1
  23. package/dist/store/workspace.js +163 -149
  24. package/dist/style.css +1 -1
  25. package/dist/views/Cookies/Cookies.vue2.js +22 -22
  26. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  27. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +32 -30
  28. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  29. package/dist/views/Request/Request.vue.js +1 -1
  30. package/dist/views/Request/Request.vue2.js +97 -98
  31. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  32. package/dist/views/Request/RequestSection/RequestBody.vue.js +155 -125
  33. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  34. package/dist/views/Request/RequestSidebarItemMenu.vue.js +44 -46
  35. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts +0 -5
  36. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  37. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +2 -2
  38. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +24 -113
  39. package/package.json +4 -4
@@ -1,52 +1,54 @@
1
- import { defineComponent as k, computed as y, openBlock as r, createElementBlock as n, Fragment as b, renderList as g, createElementVNode as a, createTextVNode as c, toDisplayString as u, createBlock as w, unref as s, withCtx as V, createVNode as C } from "vue";
2
- import { useWorkspace as B } from "../../store/workspace.js";
3
- import { ScalarButton as E, ScalarIcon as N } from "@scalar/components";
4
- import S from "fuse.js";
1
+ import { defineComponent as y, computed as k, openBlock as n, createElementBlock as o, Fragment as w, renderList as C, createElementVNode as s, normalizeClass as E, createTextVNode as c, toDisplayString as u, createBlock as V, unref as a, withCtx as B, createVNode as z } from "vue";
2
+ import { useWorkspace as I } from "../../store/workspace.js";
3
+ import { ScalarButton as N, ScalarIcon as S } from "@scalar/components";
4
+ import $ from "fuse.js";
5
5
  import { useRouter as j } from "vue-router";
6
6
  const q = {
7
7
  id: "env-dialog",
8
8
  class: "z-10 w-60 rounded border bg-b-1 p-1",
9
9
  open: !0,
10
10
  tabindex: "0"
11
- }, z = { key: 0 }, A = ["onClick"], D = { class: "flex items-center gap-1.5 whitespace-nowrap" }, F = /* @__PURE__ */ a("span", { class: "h-2.5 w-2.5 min-w-2.5 rounded-full" }, null, -1), $ = { class: "w-20 overflow-hidden text-ellipsis text-right" }, W = /* @__PURE__ */ k({
11
+ }, A = { key: 0 }, D = ["onClick"], F = { class: "flex items-center gap-1.5 whitespace-nowrap" }, L = { class: "w-20 overflow-hidden text-ellipsis text-right" }, H = /* @__PURE__ */ y({
12
12
  __name: "EnvironmentVariableDropdown",
13
13
  props: {
14
14
  query: {}
15
15
  },
16
16
  emits: ["select"],
17
17
  setup(d, { emit: p }) {
18
- const m = d, f = p, { activeParsedEnvironments: i } = B(), v = j(), h = new S(i.value, {
18
+ const m = d, f = p, { activeParsedEnvironments: l, environments: v } = I(), g = j(), h = new $(l.value, {
19
19
  keys: ["key", "value"]
20
- }), l = y(() => {
21
- const t = m.query;
22
- if (!t)
23
- return i.value.slice(-4);
24
- const o = h.search(t);
25
- return o.length > 0 ? o.map((e) => e.item) : [];
26
- }), _ = (t) => {
27
- f("select", t);
28
- };
29
- return (t, o) => (r(), n("dialog", q, [
30
- l.value.length ? (r(), n("ul", z, [
31
- (r(!0), n(b, null, g(l.value, (e, x) => (r(), n("li", {
32
- key: x,
20
+ }), i = k(() => {
21
+ const e = m.query;
22
+ if (!e)
23
+ return l.value.slice(-4);
24
+ const r = h.search(e);
25
+ return r.length > 0 ? r.map((t) => t.item) : [];
26
+ }), _ = (e) => {
27
+ f("select", e);
28
+ }, x = (e) => "_scalarEnvId" in e ? `bg-${v[e._scalarEnvId].color}` : "bg-grey";
29
+ return (e, r) => (n(), o("dialog", q, [
30
+ i.value.length ? (n(), o("ul", A, [
31
+ (n(!0), o(w, null, C(i.value, (t, b) => (n(), o("li", {
32
+ key: b,
33
33
  class: "font-code text-3xs hover:bg-b-2 flex cursor-pointer items-center justify-between gap-1.5 rounded p-1.5 transition-colors duration-150",
34
- onClick: (I) => _(e.key)
34
+ onClick: (P) => _(t.key)
35
35
  }, [
36
- a("div", D, [
37
- F,
38
- c(" " + u(e.key), 1)
36
+ s("div", F, [
37
+ s("span", {
38
+ class: E(["h-2.5 w-2.5 min-w-2.5 rounded-full", x(t)])
39
+ }, null, 2),
40
+ c(" " + u(t.key), 1)
39
41
  ]),
40
- a("span", $, u(e.value), 1)
41
- ], 8, A))), 128))
42
- ])) : (r(), w(s(E), {
42
+ s("span", L, u(t.value), 1)
43
+ ], 8, D))), 128))
44
+ ])) : (n(), V(a(N), {
43
45
  key: 1,
44
46
  class: "font-code text-3xs hover:bg-b-2 flex h-7 w-full justify-start gap-2 px-2 transition-colors duration-150",
45
47
  variant: "secondary",
46
- onClick: o[0] || (o[0] = (e) => s(v).push("/environment"))
48
+ onClick: r[0] || (r[0] = (t) => a(g).push("/environment"))
47
49
  }, {
48
- default: V(() => [
49
- C(s(N), {
50
+ default: B(() => [
51
+ z(a(S), {
50
52
  class: "w-2",
51
53
  icon: "Add",
52
54
  size: "xs"
@@ -59,5 +61,5 @@ const q = {
59
61
  }
60
62
  });
61
63
  export {
62
- W as default
64
+ H as default
63
65
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/Request.vue"],"names":[],"mappings":";AA4/BA,wBAKG"}
1
+ {"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/Request.vue"],"names":[],"mappings":";AAi/BA,wBAKG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Request.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-3ac076a4"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-60c28ddd"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,42 +1,44 @@
1
- import { defineComponent as U, ref as W, onMounted as j, onBeforeUnmount as F, openBlock as f, createElementBlock as w, Fragment as O, createElementVNode as u, normalizeClass as b, createVNode as r, unref as e, createCommentVNode as _, withCtx as m, withDirectives as A, createSlots as H, withModifiers as R, renderList as P, createBlock as k, createTextVNode as J, vShow as K } from "vue";
2
- import Q from "../../components/AddressBar/AddressBar.vue.js";
3
- import G from "../../components/Search/SearchButton.vue.js";
4
- import X from "../../components/Search/SearchModal.vue.js";
5
- import Y from "../../components/Sidebar/SidebarButton.vue.js";
6
- import Z from "../../components/ViewLayout/ViewLayout.vue.js";
7
- import ee from "../../components/ViewLayout/ViewLayoutContent.vue.js";
8
- import { commandPaletteBus as te } from "../../libs/eventBusses/command-palette.js";
9
- import { useWorkspace as oe } from "../../store/workspace.js";
10
- import re from "./RequestSection/RequestSection.vue.js";
1
+ import { defineComponent as W, ref as j, onMounted as F, onBeforeUnmount as A, openBlock as p, createElementBlock as y, Fragment as R, createElementVNode as f, normalizeClass as b, createVNode as r, unref as e, createCommentVNode as _, withCtx as m, withDirectives as H, createSlots as P, withModifiers as O, renderList as J, createBlock as w, createTextVNode as K, vShow as Q } from "vue";
2
+ import G from "../../components/AddressBar/AddressBar.vue.js";
3
+ import X from "../../components/Search/SearchButton.vue.js";
4
+ import Y from "../../components/Search/SearchModal.vue.js";
5
+ import Z from "../../components/Sidebar/SidebarButton.vue.js";
6
+ import ee from "../../components/Sidebar/SidebarToggle.vue.js";
7
+ import te from "../../components/ViewLayout/ViewLayout.vue.js";
8
+ import oe from "../../components/ViewLayout/ViewLayoutContent.vue.js";
9
+ import { commandPaletteBus as re } from "../../libs/eventBusses/command-palette.js";
10
+ import { useWorkspace as se } from "../../store/workspace.js";
11
+ import ae from "./RequestSection/RequestSection.vue.js";
11
12
  /* empty css */
12
- import se from "./ResponseSection/ResponseSection.vue.js";
13
- import { useModal as ne, ScalarIcon as y } from "@scalar/components";
14
- import { REQUEST_METHODS as ae } from "@scalar/oas-utils/helpers";
15
- import { isMacOS as B } from "@scalar/use-tooltip";
16
- import { useMagicKeys as le, useEventListener as ie } from "@vueuse/core";
13
+ import ne from "./ResponseSection/ResponseSection.vue.js";
14
+ import { useModal as le, ScalarIcon as k } from "@scalar/components";
15
+ import { REQUEST_METHODS as ie } from "@scalar/oas-utils/helpers";
16
+ import { isMacOS as D } from "@scalar/use-tooltip";
17
+ import { useMagicKeys as ue, useEventListener as me } from "@vueuse/core";
17
18
  import ce from "./RequestSidebarItem.vue.js";
18
- import ue from "../../components/Sidebar/Sidebar.vue.js";
19
+ import de from "../../components/Sidebar/Sidebar.vue.js";
19
20
  /* empty css */
20
- import me from "./components/WorkspaceDropdown.vue.js";
21
- import { useSidebar as de } from "../../hooks/useSidebar.js";
22
- import { sendRequest as pe } from "../../libs/sendRequest.js";
23
- import { executeRequestBus as D } from "../../libs/eventBusses/executeRequestBus.js";
24
- const fe = { class: "lg:min-h-header flex items-center w-full justify-center p-1 flex-wrap t-app__top-container" }, ve = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 w-6/12" }, ge = { 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" }, We = /* @__PURE__ */ U({
21
+ import pe from "./components/WorkspaceDropdown.vue.js";
22
+ import { useSidebar as fe } from "../../hooks/useSidebar.js";
23
+ import { sendRequest as ve } from "../../libs/sendRequest.js";
24
+ import { executeRequestBus as E } from "../../libs/eventBusses/executeRequestBus.js";
25
+ const ge = { class: "lg:min-h-header flex items-center w-full justify-center p-1 flex-wrap t-app__top-container" }, he = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 w-6/12" }, xe = { 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" }, Ae = /* @__PURE__ */ W({
25
26
  __name: "Request",
26
- setup(he) {
27
+ setup(be) {
27
28
  var C;
28
29
  const {
29
30
  activeExample: h,
30
- activeRequest: l,
31
- activeSecurityScheme: E,
32
- activeWorkspaceServers: q,
33
- activeWorkspace: i,
31
+ activeRequest: n,
32
+ activeSecurityScheme: q,
33
+ activeWorkspaceServers: B,
34
+ activeWorkspace: l,
34
35
  environments: M,
36
+ requestMutators: V,
35
37
  activeWorkspaceCollections: $,
36
38
  modalState: I
37
- } = oe(), { collapsedSidebarFolders: N } = de(), v = ne(), a = W(!((C = i.value) != null && C.isReadOnly)), S = async () => {
39
+ } = se(), { collapsedSidebarFolders: N } = fe(), v = le(), i = j(!((C = l.value) != null && C.isReadOnly)), S = async () => {
38
40
  var g;
39
- if (!l.value || !h.value) {
41
+ if (!n.value || !h.value) {
40
42
  console.warn(
41
43
  "There is no request active at the moment. Please select one then try again."
42
44
  );
@@ -44,69 +46,66 @@ const fe = { class: "lg:min-h-header flex items-center w-full justify-center p-1
44
46
  }
45
47
  let s = h.value.url;
46
48
  const o = Object.values(M).reduce(
47
- (d, p) => {
49
+ (c, d) => {
48
50
  try {
49
- return { ...d, ...JSON.parse(p.raw) };
51
+ return { ...c, ...JSON.parse(d.raw) };
50
52
  } catch {
51
- return d;
53
+ return c;
52
54
  }
53
55
  },
54
56
  {}
55
57
  ), t = /\{\{(.*?)\}\}/g;
56
- s = s.replace(t, (d, p) => (q.value.forEach((T) => {
57
- if (T.url === p)
58
- return p;
59
- }), o[p] || p));
60
- const { request: n, response: c } = await pe(
61
- l.value,
58
+ s = s.replace(t, (c, d) => (B.value.forEach((T) => {
59
+ if (T.url === d)
60
+ return d;
61
+ }), o[d] || d));
62
+ const { request: a, response: u } = await ve(
63
+ n.value,
62
64
  h.value,
63
65
  s,
64
- E.value,
65
- (g = i.value) == null ? void 0 : g.proxyUrl
66
+ q.value,
67
+ (g = l.value) == null ? void 0 : g.proxyUrl
66
68
  );
67
- n && c ? l.value.history.push({
68
- request: n,
69
- response: c,
70
- timestamp: Date.now()
71
- }) : console.warn("No response or request was returned");
69
+ a && u ? V.edit(n.value.uid, "history", [
70
+ ...n.value.history,
71
+ {
72
+ request: a,
73
+ response: u,
74
+ timestamp: Date.now()
75
+ }
76
+ ]) : console.warn("No response or request was returned");
72
77
  };
73
- j(() => D.on(S)), F(() => D.off(S));
74
- const V = (s, o, t, n) => {
75
- }, z = () => te.emit(), x = le();
76
- ie(document, "keydown", (s) => {
77
- (B() ? x.meta.value : x.ctrl.value) && s.key === "b" && (a.value = !a.value), (B() ? x.meta.value : x.ctrl.value) && s.key === "k" && (v.open ? v.hide() : v.show());
78
+ F(() => E.on(S)), A(() => E.off(S));
79
+ const U = (s, o, t, a) => {
80
+ }, z = () => re.emit(), x = ue();
81
+ me(document, "keydown", (s) => {
82
+ (D() ? x.meta.value : x.ctrl.value) && s.key === "b" && (i.value = !i.value), (D() ? x.meta.value : x.ctrl.value) && s.key === "k" && (v.open ? v.hide() : v.show());
78
83
  });
79
84
  const L = () => {
80
- if (!l.value) return "";
81
- const { method: s } = l.value;
82
- return ae[s].backgroundColor;
85
+ if (!n.value) return "";
86
+ const { method: s } = n.value;
87
+ return ie[s].backgroundColor;
83
88
  };
84
- return (s, o) => (f(), w(O, null, [
85
- u("div", {
89
+ return (s, o) => (p(), y(R, null, [
90
+ f("div", {
86
91
  class: b(["flex flex-1 flex-col rounded-lg rounded-b-none rounded-r-none pt-0 h-full client-wrapper-bg-color", L()])
87
92
  }, [
88
- u("div", fe, [
89
- u("div", ve, [
90
- u("button", {
91
- class: "text-c-3 hover:bg-b-3 active:text-c-1 p-2 rounded",
92
- type: "button",
93
- onClick: o[0] || (o[0] = (t) => a.value = !a.value)
94
- }, [
95
- r(e(y), {
96
- icon: a.value ? "SideBarOpen" : "SideBarClosed",
97
- size: "sm"
98
- }, null, 8, ["icon"])
99
- ])
93
+ f("div", ge, [
94
+ f("div", he, [
95
+ r(ee, {
96
+ modelValue: i.value,
97
+ "onUpdate:modelValue": o[0] || (o[0] = (t) => i.value = t)
98
+ }, null, 8, ["modelValue"])
100
99
  ]),
101
- r(Q),
102
- u("div", ge, [
103
- e(i).isReadOnly ? (f(), w("button", {
100
+ r(G),
101
+ f("div", xe, [
102
+ e(l).isReadOnly ? (p(), y("button", {
104
103
  key: 0,
105
104
  class: "text-c-3 hover:bg-b-3 active:text-c-1 p-2 rounded",
106
105
  type: "button",
107
106
  onClick: o[1] || (o[1] = (t) => e(I).hide())
108
107
  }, [
109
- r(e(y), {
108
+ r(e(k), {
110
109
  icon: "Close",
111
110
  size: "lg",
112
111
  thickness: "1.75"
@@ -114,43 +113,43 @@ const fe = { class: "lg:min-h-header flex items-center w-full justify-center p-1
114
113
  ])) : _("", !0)
115
114
  ])
116
115
  ]),
117
- r(Z, null, {
116
+ r(te, null, {
118
117
  default: m(() => [
119
- A(r(e(ue), {
120
- class: b([a.value ? "sidebar-active-width" : ""])
121
- }, H({
118
+ H(r(e(de), {
119
+ class: b([i.value ? "sidebar-active-width" : ""])
120
+ }, P({
122
121
  content: m(() => [
123
- r(G, {
122
+ r(X, {
124
123
  onOpenSearchModal: o[2] || (o[2] = (t) => e(v).show())
125
124
  }),
126
- u("div", {
125
+ f("div", {
127
126
  class: "custom-scroll flex flex-1 flex-col overflow-visible px-3 pb-12 pt-2.5",
128
- onDragenter: o[3] || (o[3] = R(() => {
127
+ onDragenter: o[3] || (o[3] = O(() => {
129
128
  }, ["prevent"])),
130
- onDragover: o[4] || (o[4] = R(() => {
129
+ onDragover: o[4] || (o[4] = O(() => {
131
130
  }, ["prevent"]))
132
131
  }, [
133
- (f(!0), w(O, null, P(e($), (t, n) => (f(), k(ce, {
132
+ (p(!0), y(R, null, J(e($), (t, a) => (p(), w(ce, {
134
133
  key: t.uid,
135
- isDraggable: !e(i).isReadOnly,
136
- isDroppable: !e(i).isReadOnly,
134
+ isDraggable: !e(l).isReadOnly,
135
+ isDroppable: !e(l).isReadOnly,
137
136
  item: t,
138
137
  parentUids: [],
139
- onOnDragEnd: (...c) => V(t, n, ...c)
138
+ onOnDragEnd: (...u) => U(t, a, ...u)
140
139
  }, {
141
140
  leftIcon: m(() => [
142
- r(e(y), {
141
+ r(e(k), {
143
142
  class: "text-sidebar-c-2 text-sm group-hover:hidden",
144
143
  icon: "CodeFolder",
145
144
  size: "sm",
146
145
  thickness: "2"
147
146
  }),
148
- u("div", {
147
+ f("div", {
149
148
  class: b({
150
149
  "rotate-90": e(N)[t.uid]
151
150
  })
152
151
  }, [
153
- r(e(y), {
152
+ r(e(k), {
154
153
  class: "text-c-3 hidden text-sm group-hover:block",
155
154
  icon: "ChevronRight",
156
155
  size: "sm"
@@ -162,38 +161,38 @@ const fe = { class: "lg:min-h-header flex items-center w-full justify-center p-1
162
161
  ], 32)
163
162
  ]),
164
163
  button: m(() => [
165
- e(i).isReadOnly ? _("", !0) : (f(), k(Y, {
164
+ e(l).isReadOnly ? _("", !0) : (p(), w(Z, {
166
165
  key: 0,
167
166
  click: z
168
167
  }, {
169
168
  title: m(() => [
170
- J("Add Item")
169
+ K("Add Item")
171
170
  ]),
172
171
  _: 1
173
172
  }))
174
173
  ]),
175
174
  _: 2
176
175
  }, [
177
- e(i).isReadOnly ? void 0 : {
176
+ e(l).isReadOnly ? void 0 : {
178
177
  name: "header",
179
178
  fn: m(() => [
180
- r(e(me))
179
+ r(e(pe))
181
180
  ]),
182
181
  key: "0"
183
182
  }
184
183
  ]), 1032, ["class"]), [
185
- [K, a.value]
184
+ [Q, i.value]
186
185
  ]),
187
- e(h) ? (f(), k(ee, {
186
+ e(h) ? (p(), w(oe, {
188
187
  key: 0,
189
- class: b(["flex-1", [a.value ? "sidebar-active-hide-layout" : ""]])
188
+ class: b(["flex-1", [i.value ? "sidebar-active-hide-layout" : ""]])
190
189
  }, {
191
190
  default: m(() => {
192
- var t, n, c, g, d;
191
+ var t, a, u, g, c;
193
192
  return [
194
- r(re),
195
- r(se, {
196
- response: (d = (g = (t = e(l)) == null ? void 0 : t.history) == null ? void 0 : g[((c = (n = e(l)) == null ? void 0 : n.history) == null ? void 0 : c.length) - 1]) == null ? void 0 : d.response
193
+ r(ae),
194
+ r(ne, {
195
+ response: (c = (g = (t = e(n)) == null ? void 0 : t.history) == null ? void 0 : g[((u = (a = e(n)) == null ? void 0 : a.history) == null ? void 0 : u.length) - 1]) == null ? void 0 : c.response
197
196
  }, null, 8, ["response"])
198
197
  ];
199
198
  }),
@@ -203,10 +202,10 @@ const fe = { class: "lg:min-h-header flex items-center w-full justify-center p-1
203
202
  _: 1
204
203
  })
205
204
  ], 2),
206
- r(X, { modalState: e(v) }, null, 8, ["modalState"])
205
+ r(Y, { modalState: e(v) }, null, 8, ["modalState"])
207
206
  ], 64));
208
207
  }
209
208
  });
210
209
  export {
211
- We as default
210
+ Ae as default
212
211
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestBody.vue"],"names":[],"mappings":";WAwcS,MAAM;WACN,MAAM;eACF,GAAG,EAAE;;WAFT,MAAM;WACN,MAAM;eACF,GAAG,EAAE;;AAmxBlB,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":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestBody.vue"],"names":[],"mappings":";WA4dS,MAAM;WACN,MAAM;eACF,GAAG,EAAE;;WAFT,MAAM;WACN,MAAM;eACF,GAAG,EAAE;;AAuyBlB,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"}