@scalar/api-client 2.2.56 → 2.2.59

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 (86) hide show
  1. package/CHANGELOG.md +69 -0
  2. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
  4. package/dist/components/AddressBar/AddressBarHistory.vue2.js +53 -54
  5. package/dist/components/CodeInput/CodeInput.vue.d.ts +1 -1
  6. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  7. package/dist/components/CodeInput/CodeInput.vue.js +1 -1
  8. package/dist/components/CodeInput/CodeInput.vue2.js +93 -81
  9. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +5 -19
  10. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  11. package/dist/components/CommandPalette/TheCommandPalette.vue.js +1 -1
  12. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +154 -129
  13. package/dist/components/DataTable/DataTableInput.vue.d.ts +4 -4
  14. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  15. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  16. package/dist/components/Sidebar/SidebarToggle.vue.js +17 -16
  17. package/dist/layouts/App/create-api-client-app.d.ts +75 -55
  18. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  19. package/dist/layouts/Modal/create-api-client-modal.d.ts +146 -106
  20. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  21. package/dist/layouts/Modal/create-api-client-modal.js +1 -2
  22. package/dist/layouts/Web/create-api-client-web.d.ts +75 -55
  23. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  24. package/dist/libs/create-client.d.ts +76 -60
  25. package/dist/libs/create-client.d.ts.map +1 -1
  26. package/dist/libs/create-client.js +82 -80
  27. package/dist/libs/extractAttachmentFilename.d.ts.map +1 -1
  28. package/dist/libs/extractAttachmentFilename.js +8 -7
  29. package/dist/libs/find-request.d.ts +2 -1
  30. package/dist/libs/find-request.d.ts.map +1 -1
  31. package/dist/libs/hot-keys.d.ts +1 -1
  32. package/dist/libs/hot-keys.d.ts.map +1 -1
  33. package/dist/libs/hot-keys.js +9 -8
  34. package/dist/libs/send-request/create-request-operation.test.d.ts +4 -2
  35. package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
  36. package/dist/store/active-entities.d.ts +5 -3
  37. package/dist/store/active-entities.d.ts.map +1 -1
  38. package/dist/store/import-spec.d.ts +3 -3
  39. package/dist/store/import-spec.d.ts.map +1 -1
  40. package/dist/store/import-spec.js +4 -1
  41. package/dist/store/request-example.d.ts +22 -12
  42. package/dist/store/request-example.d.ts.map +1 -1
  43. package/dist/store/requests.d.ts +26 -15
  44. package/dist/store/requests.d.ts.map +1 -1
  45. package/dist/store/security-schemes.d.ts +6 -6
  46. package/dist/store/store.d.ts +104 -69
  47. package/dist/store/store.d.ts.map +1 -1
  48. package/dist/store/store.js +12 -12
  49. package/dist/store/workspace.d.ts +12 -12
  50. package/dist/store/workspace.d.ts.map +1 -1
  51. package/dist/style.css +1 -1
  52. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  53. package/dist/views/Request/Request.vue.js +2 -2
  54. package/dist/views/Request/RequestRoot.test.d.ts +2 -0
  55. package/dist/views/Request/RequestRoot.test.d.ts.map +1 -0
  56. package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -1
  57. package/dist/views/Request/RequestRoot.vue.js +2 -2
  58. package/dist/views/Request/RequestRoot.vue2.js +72 -60
  59. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts +1 -1
  60. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  61. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  62. package/dist/views/Request/RequestSection/RequestBody.vue.js +3 -3
  63. package/dist/views/Request/RequestSection/RequestBody.vue2.js +113 -107
  64. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  65. package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
  66. package/dist/views/Request/RequestSection/RequestSection.vue2.js +37 -37
  67. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  68. package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
  69. package/dist/views/Request/RequestSection/RequestTable.vue2.js +55 -51
  70. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  71. package/dist/views/Request/RequestSidebar.vue.js +2 -2
  72. package/dist/views/Request/RequestSidebar.vue2.js +171 -166
  73. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  74. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  75. package/dist/views/Request/RequestSidebarItem.vue2.js +187 -180
  76. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  77. package/dist/views/Request/RequestSubpageHeader.vue.js +2 -2
  78. package/dist/views/Request/RequestSubpageHeader.vue2.js +41 -49
  79. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  80. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +2 -2
  81. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +62 -45
  82. package/package.json +13 -13
  83. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +0 -15
  84. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +0 -1
  85. package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +0 -176
  86. package/dist/components/CommandPalette/CommandPaletteRequest.vue2.js +0 -4
@@ -1 +1 @@
1
- {"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/Request.vue"],"names":[],"mappings":"AAoLA,KAAK,WAAW,GAAG;IACjB,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;CAC3B,CAAC;;;cAtB4C,MAAM;aAAO,MAAM;;;;cAAnB,MAAM;aAAO,MAAM;;;AA4OjE,wBAOG"}
1
+ {"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/Request.vue"],"names":[],"mappings":"AA6JA,KAAK,WAAW,GAAG;IACjB,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;CAC3B,CAAC;;;cAG4C,MAAM;aAAO,MAAM;;;;cAAnB,MAAM;aAAO,MAAM;;;AAsOjE,wBAOG"}
@@ -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 f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-dacbf370"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-08ce2525"]]);
5
5
  export {
6
- f as default
6
+ p as default
7
7
  };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=RequestRoot.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RequestRoot.test.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestRoot.test.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"RequestRoot.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestRoot.vue"],"names":[],"mappings":";;cAgM8C,MAAM;aAAO,MAAM;;;;cAAnB,MAAM;aAAO,MAAM;;;AAuOjE,wBAMG"}
1
+ {"version":3,"file":"RequestRoot.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestRoot.vue"],"names":[],"mappings":";;cA8M8C,MAAM;aAAO,MAAM;;;;cAAnB,MAAM;aAAO,MAAM;;;AAiQjE,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestRoot.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-7fb0d9a3"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1dfc8727"]]);
5
5
  export {
6
- f as default
6
+ m as default
7
7
  };
@@ -1,89 +1,101 @@
1
- import { defineComponent as P, ref as h, computed as I, onMounted as J, onBeforeUnmount as W, watch as j, openBlock as E, createElementBlock as z, normalizeClass as L, unref as c, createElementVNode as N, createBlock as M, createCommentVNode as H, createVNode as Q } from "vue";
2
- import { isDefined as $ } from "@scalar/oas-utils/helpers";
3
- import { safeJSON as F } from "@scalar/object-utils/parse";
4
- import { useToasts as G } from "@scalar/use-toasts";
5
- import { RouterView as K } from "vue-router";
6
- import { validateParameters as X } from "../../libs/validate-parameters.js";
7
- import { useActiveEntities as Y } from "../../store/active-entities.js";
8
- import { useOpenApiWatcher as Z } from "./hooks/useOpenApiWatcher.js";
9
- import ee from "./RequestSidebar.vue.js";
10
- import { createRequestOperation as te } from "../../libs/send-request/create-request-operation.js";
11
- import { ERRORS as oe } from "../../libs/errors.js";
12
- import { useWorkspace as re } from "../../store/store.js";
13
- import { useLayout as se } from "../../hooks/useLayout.js";
14
- const ae = { class: "flex h-full" }, le = { class: "flex h-full flex-1 flex-col" }, be = /* @__PURE__ */ P({
1
+ import { defineComponent as W, ref as N, computed as j, onMounted as L, onBeforeUnmount as M, watch as $, openBlock as m, createElementBlock as H, normalizeClass as w, unref as o, createBlock as O, isRef as Q, createCommentVNode as V, createElementVNode as _, createVNode as F } from "vue";
2
+ import { isDefined as G } from "@scalar/oas-utils/helpers";
3
+ import { safeJSON as K } from "@scalar/object-utils/parse";
4
+ import { useToasts as X } from "@scalar/use-toasts";
5
+ import { RouterView as Y } from "vue-router";
6
+ import Z from "../../components/Sidebar/SidebarToggle.vue.js";
7
+ import { useSidebar as ee } from "../../hooks/useSidebar.js";
8
+ import { validateParameters as te } from "../../libs/validate-parameters.js";
9
+ import { useActiveEntities as oe } from "../../store/active-entities.js";
10
+ import { useOpenApiWatcher as re } from "./hooks/useOpenApiWatcher.js";
11
+ import se from "./RequestSidebar.vue.js";
12
+ import { createRequestOperation as ae } from "../../libs/send-request/create-request-operation.js";
13
+ import { ERRORS as le } from "../../libs/errors.js";
14
+ import { useWorkspace as ne } from "../../store/store.js";
15
+ import { useLayout as ie } from "../../hooks/useLayout.js";
16
+ const ue = { class: "flex h-full" }, ce = { class: "flex h-full flex-1 flex-col" }, Oe = /* @__PURE__ */ W({
15
17
  __name: "RequestRoot",
16
18
  emits: ["newTab"],
17
- setup(ne) {
18
- const k = re(), { toast: i } = G(), { layout: u } = se(), {
19
- activeCollection: s,
20
- activeExample: o,
21
- activeEnvironment: m,
22
- activeRequest: a,
19
+ setup(me) {
20
+ const U = ne(), { toast: f } = X(), { layout: n } = ie(), {
21
+ activeCollection: i,
22
+ activeExample: a,
23
+ activeEnvironment: d,
24
+ activeRequest: u,
23
25
  activeWorkspace: v,
24
- activeServer: w
25
- } = Y(), { cookies: _, requestHistory: O, showSidebar: U, securitySchemes: C, events: r } = k, f = h(), l = h(/* @__PURE__ */ new Set()), T = I(
26
+ activeServer: C
27
+ } = oe(), { cookies: T, requestHistory: g, showSidebar: p, securitySchemes: A, events: l } = U, { isSidebarOpen: r } = ee(), S = N(), c = N(/* @__PURE__ */ new Set()), B = j(
26
28
  () => {
27
29
  var e, t;
28
- return (u === "modal" ? (e = s.value) == null ? void 0 : e.selectedSecuritySchemeUids : (t = a.value) == null ? void 0 : t.selectedSecuritySchemeUids) ?? [];
30
+ return (n === "modal" ? (e = i.value) == null ? void 0 : e.selectedSecuritySchemeUids : (t = u.value) == null ? void 0 : t.selectedSecuritySchemeUids) ?? [];
29
31
  }
30
- ), p = async () => {
31
- var q, x, y, b;
32
- if (!a.value || !o.value || !s.value)
32
+ ), R = async () => {
33
+ var q, h, E, k;
34
+ if (!u.value || !a.value || !i.value)
33
35
  return;
34
- l.value = X(o.value);
35
- const e = typeof m.value == "object" ? m.value.value : "{}", t = F.parse(e);
36
+ c.value = te(a.value);
37
+ const e = typeof d.value == "object" ? d.value.value : "{}", t = K.parse(e);
36
38
  t.error && console.error("INVALID ENVIRONMENT!");
37
- const n = t.error || typeof t.data != "object" ? {} : t.data ?? {}, g = ((q = v.value) == null ? void 0 : q.cookies.map((D) => _[D]).filter($)) ?? [], A = ((y = (x = s.value) == null ? void 0 : x.info) == null ? void 0 : y.title) === "Drafts" ? void 0 : w.value, [d, R] = te({
38
- request: a.value,
39
- example: o.value,
40
- selectedSecuritySchemeUids: T.value,
41
- proxyUrl: ((b = v.value) == null ? void 0 : b.proxyUrl) ?? "",
42
- environment: n,
43
- globalCookies: g,
44
- status: r.requestStatus,
45
- securitySchemes: C,
46
- server: A
39
+ const s = t.error || typeof t.data != "object" ? {} : t.data ?? {}, P = ((q = v.value) == null ? void 0 : q.cookies.map((J) => T[J]).filter(G)) ?? [], z = ((E = (h = i.value) == null ? void 0 : h.info) == null ? void 0 : E.title) === "Drafts" ? void 0 : C.value, [x, b] = ae({
40
+ request: u.value,
41
+ example: a.value,
42
+ selectedSecuritySchemeUids: B.value,
43
+ proxyUrl: ((k = v.value) == null ? void 0 : k.proxyUrl) ?? "",
44
+ environment: s,
45
+ globalCookies: P,
46
+ status: l.requestStatus,
47
+ securitySchemes: A,
48
+ server: z
47
49
  });
48
- if (d) {
49
- i(d.message, "error");
50
+ if (x) {
51
+ f(x.message, "error");
50
52
  return;
51
53
  }
52
- f.value = R.controller;
53
- const [S, B] = await R.sendRequest();
54
- S ? i(S.message, "error") : O.push(JSON.parse(JSON.stringify(B)));
55
- }, V = async () => {
54
+ S.value = b.controller;
55
+ const [y, I] = await b.sendRequest();
56
+ y ? f(y.message, "error") : g.push(JSON.parse(JSON.stringify(I)));
57
+ }, D = async () => {
56
58
  var e;
57
- return (e = f.value) == null ? void 0 : e.abort(oe.REQUEST_ABORTED);
59
+ return (e = S.value) == null ? void 0 : e.abort(le.REQUEST_ABORTED);
58
60
  };
59
- return J(() => {
60
- r.executeRequest.on(p), r.cancelRequest.on(V);
61
- }), Z(), W(() => r.executeRequest.off(p)), j(
61
+ return L(() => {
62
+ l.executeRequest.on(R), l.cancelRequest.on(D);
63
+ }), re(), M(() => l.executeRequest.off(R)), $(
62
64
  () => {
63
65
  var e;
64
- return (e = o.value) == null ? void 0 : e.parameters;
66
+ return (e = a.value) == null ? void 0 : e.parameters;
65
67
  },
66
68
  () => {
67
- l.value.clear();
69
+ c.value.clear();
68
70
  },
69
71
  { deep: !0 }
70
- ), (e, t) => (E(), z("div", {
71
- class: L(["bg-b-1 relative z-0 flex h-full flex-1 flex-col overflow-hidden pt-0", {
72
- "!mb-0 !mr-0 !border-0": c(u) === "modal"
72
+ ), (e, t) => (m(), H("div", {
73
+ class: w(["bg-b-1 relative z-0 flex h-full flex-1 flex-col overflow-hidden pt-0", {
74
+ "!mb-0 !mr-0 !border-0": o(n) === "modal"
73
75
  }])
74
76
  }, [
75
- N("div", ae, [
76
- c(U) ? (E(), M(ee, {
77
+ o(p) ? (m(), O(Z, {
78
+ key: 0,
79
+ modelValue: o(r),
80
+ "onUpdate:modelValue": t[0] || (t[0] = (s) => Q(r) ? r.value = s : null),
81
+ class: w(["absolute left-3 top-2 z-50", [
82
+ { hidden: o(r) },
83
+ { "xl:!flex": !o(r) },
84
+ { "!flex": o(n) === "modal" }
85
+ ]])
86
+ }, null, 8, ["modelValue", "class"])) : V("", !0),
87
+ _("div", ue, [
88
+ o(p) ? (m(), O(se, {
77
89
  key: 0,
78
- onNewTab: t[0] || (t[0] = (n) => e.$emit("newTab", n))
79
- })) : H("", !0),
80
- N("div", le, [
81
- Q(c(K), { invalidParams: l.value }, null, 8, ["invalidParams"])
90
+ onNewTab: t[1] || (t[1] = (s) => e.$emit("newTab", s))
91
+ })) : V("", !0),
92
+ _("div", ce, [
93
+ F(o(Y), { invalidParams: c.value }, null, 8, ["invalidParams"])
82
94
  ])
83
95
  ])
84
96
  ], 2));
85
97
  }
86
98
  });
87
99
  export {
88
- be as default
100
+ Oe as default
89
101
  };
@@ -33,8 +33,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
33
33
  onInputFocus?: () => any;
34
34
  onInputBlur?: () => any;
35
35
  }>, {
36
- readOnly: boolean;
37
36
  required: boolean;
37
+ readOnly: boolean;
38
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
39
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
40
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"RequestAuthDataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAIrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAI/C,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAuBJ,iBAAS,cAAc;WA4GT,OAAO,IAA6B;;yBATpB,GAAG;sBACN,GAAG;;;;EAa7B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;cA1JN,OAAO;cAFP,OAAO;6EAqKpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAepG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"RequestAuthDataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAIrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAI/C,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAuBJ,iBAAS,cAAc;WA4GT,OAAO,IAA6B;;yBATpB,GAAG;sBACN,GAAG;;;;EAa7B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;cA5JN,OAAO;cAEP,OAAO;6EAmKpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAepG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestBody.vue"],"names":[],"mappings":"AAolBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAA;AAaxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAM1D,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;AAq4BJ,wBAOG"}
1
+ {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestBody.vue"],"names":[],"mappings":"AAkmBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAA;AAaxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAM1D,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;AAm5BJ,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestBody.vue2.js";
2
2
  /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d7654214"]]);
3
+ import f from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ f(o, [["__scopeId", "data-v-6f3ffafd"]]);
5
5
  export {
6
- p as default
6
+ e as default
7
7
  };