@scalar/api-reference 1.25.69 → 1.25.71

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 (132) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/browser/standalone.js +10502 -10518
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  5. package/dist/components/ApiReferenceLayout.vue2.js +1 -1
  6. package/dist/components/Content/Content.vue.d.ts +4 -2
  7. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  8. package/dist/components/Content/Content.vue.js +1 -1
  9. package/dist/components/Content/Content.vue2.js +33 -33
  10. package/dist/components/Content/Lazy/Loading.vue.d.ts +3 -3
  11. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Lazy/Loading.vue.js +27 -27
  13. package/dist/components/Content/Tag/TagList.vue.d.ts +1 -1
  14. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Tag/TagList.vue.js +33 -35
  16. package/dist/components/Content/Webhooks/index.d.ts +1 -1
  17. package/dist/components/Content/Webhooks/index.d.ts.map +1 -1
  18. package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
  19. package/dist/components/{Content/Operation/EndpointPath.vue.d.ts → OperationPath.vue.d.ts} +1 -1
  20. package/dist/components/OperationPath.vue.d.ts.map +1 -0
  21. package/dist/components/OperationPath.vue.js +7 -0
  22. package/dist/components/OperationPath.vue2.js +23 -0
  23. package/dist/components/Section/Section.vue2.js +4 -4
  24. package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  25. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -1
  26. package/dist/features/BaseUrl/ServerVariablesForm.vue.js +1 -1
  27. package/dist/{components/Content/Operation/EndpointDetailsCard.vue.d.ts → features/Operation/Operation.vue.d.ts} +6 -2
  28. package/dist/features/Operation/Operation.vue.d.ts.map +1 -0
  29. package/dist/features/Operation/Operation.vue.js +25 -0
  30. package/dist/features/Operation/Operation.vue2.js +4 -0
  31. package/dist/features/Operation/Webhooks.vue.d.ts.map +1 -0
  32. package/dist/features/Operation/Webhooks.vue.js +7 -0
  33. package/dist/{components/Content/Webhooks → features/Operation}/Webhooks.vue2.js +12 -12
  34. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -0
  35. package/dist/{components/Content/Operation → features/Operation/components}/ContentTypeSelect.vue.js +2 -2
  36. package/dist/{components/Content/Operation → features/Operation/components}/ContentTypeSelect.vue2.js +8 -8
  37. package/dist/features/Operation/components/OperationParameters.vue.d.ts +7 -0
  38. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -0
  39. package/dist/features/Operation/components/OperationParameters.vue.js +71 -0
  40. package/dist/features/Operation/components/OperationParameters.vue2.js +4 -0
  41. package/dist/{components/Content/Operation/EndpointDetails.vue.d.ts → features/Operation/components/OperationResponses.vue.d.ts} +5 -2
  42. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -0
  43. package/dist/features/Operation/components/OperationResponses.vue.js +25 -0
  44. package/dist/features/Operation/components/OperationResponses.vue2.js +4 -0
  45. package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -0
  46. package/dist/features/Operation/components/ParameterHeaders.vue.js +7 -0
  47. package/dist/{components/Content/Operation → features/Operation/components}/ParameterHeaders.vue2.js +8 -8
  48. package/dist/{components/Content/Operation/Parameters.vue.d.ts → features/Operation/components/ParameterList.vue.d.ts} +3 -3
  49. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -0
  50. package/dist/features/Operation/components/ParameterList.vue.js +7 -0
  51. package/dist/{components/Content/Operation/Parameters.vue2.js → features/Operation/components/ParameterList.vue2.js} +7 -7
  52. package/dist/{components/Content/Operation/ParameterItem.vue.d.ts → features/Operation/components/ParameterListItem.vue.d.ts} +3 -3
  53. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -0
  54. package/dist/features/Operation/components/ParameterListItem.vue.js +7 -0
  55. package/dist/{components/Content/Operation/ParameterItem.vue2.js → features/Operation/components/ParameterListItem.vue2.js} +20 -20
  56. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -0
  57. package/dist/{components/Content/Operation → features/Operation/components}/RequestBody.vue.js +1 -1
  58. package/dist/{components/Content/Operation → features/Operation/components}/RequestBody.vue2.js +1 -1
  59. package/dist/features/Operation/components/RequestBodyPropertiesChild.vue.d.ts.map +1 -0
  60. package/dist/features/Operation/components/Webhook.vue.d.ts.map +1 -0
  61. package/dist/{components/Content/Webhooks → features/Operation/components}/Webhook.vue.js +2 -2
  62. package/dist/features/Operation/components/Webhook.vue2.js +29 -0
  63. package/dist/{hooks → features/Operation/hooks}/useResponses.d.ts +1 -1
  64. package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -0
  65. package/dist/features/Operation/index.d.ts +3 -0
  66. package/dist/features/Operation/index.d.ts.map +1 -0
  67. package/dist/{components/Content/Operation/OperationAccordion.vue.d.ts → features/Operation/layouts/ClassicLayout.vue.d.ts} +1 -1
  68. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -0
  69. package/dist/features/Operation/layouts/ClassicLayout.vue.js +7 -0
  70. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +114 -0
  71. package/dist/{components/Content/Operation/Operation.vue.d.ts → features/Operation/layouts/ModernLayout.vue.d.ts} +1 -1
  72. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -0
  73. package/dist/features/Operation/layouts/ModernLayout.vue.js +7 -0
  74. package/dist/features/Operation/layouts/ModernLayout.vue2.js +114 -0
  75. package/dist/features/Search/SearchButton.vue.js +2 -2
  76. package/dist/features/Search/SearchButton.vue2.js +1 -1
  77. package/dist/features/Search/useSearchIndex.js +8 -8
  78. package/dist/features/TestRequestButton/TestRequestButton.vue.d.ts.map +1 -0
  79. package/dist/features/TestRequestButton/TestRequestButton.vue.js +7 -0
  80. package/dist/{components/Content/Operation → features/TestRequestButton}/TestRequestButton.vue2.js +6 -6
  81. package/dist/features/TestRequestButton/index.d.ts +2 -0
  82. package/dist/features/TestRequestButton/index.d.ts.map +1 -0
  83. package/dist/hooks/index.d.ts +0 -1
  84. package/dist/hooks/index.d.ts.map +1 -1
  85. package/dist/hooks/useOperation.d.ts +7 -10
  86. package/dist/hooks/useOperation.d.ts.map +1 -1
  87. package/dist/hooks/useOperation.js +13 -11
  88. package/dist/index.js +12 -14
  89. package/dist/legacy/components/SecurityScheme.vue2.js +6 -6
  90. package/dist/style.css +1 -1
  91. package/package.json +11 -10
  92. package/dist/components/Content/Operation/ContentTypeSelect.vue.d.ts.map +0 -1
  93. package/dist/components/Content/Operation/EndpointDetails.vue.d.ts.map +0 -1
  94. package/dist/components/Content/Operation/EndpointDetails.vue.js +0 -88
  95. package/dist/components/Content/Operation/EndpointDetails.vue2.js +0 -4
  96. package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts.map +0 -1
  97. package/dist/components/Content/Operation/EndpointDetailsCard.vue.js +0 -7
  98. package/dist/components/Content/Operation/EndpointDetailsCard.vue2.js +0 -67
  99. package/dist/components/Content/Operation/EndpointPath.vue.d.ts.map +0 -1
  100. package/dist/components/Content/Operation/EndpointPath.vue.js +0 -7
  101. package/dist/components/Content/Operation/EndpointPath.vue2.js +0 -23
  102. package/dist/components/Content/Operation/Operation.vue.d.ts.map +0 -1
  103. package/dist/components/Content/Operation/Operation.vue.js +0 -7
  104. package/dist/components/Content/Operation/Operation.vue2.js +0 -105
  105. package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +0 -1
  106. package/dist/components/Content/Operation/OperationAccordion.vue.js +0 -7
  107. package/dist/components/Content/Operation/OperationAccordion.vue2.js +0 -103
  108. package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts.map +0 -1
  109. package/dist/components/Content/Operation/ParameterHeaders.vue.js +0 -7
  110. package/dist/components/Content/Operation/ParameterItem.vue.d.ts.map +0 -1
  111. package/dist/components/Content/Operation/ParameterItem.vue.js +0 -7
  112. package/dist/components/Content/Operation/Parameters.vue.d.ts.map +0 -1
  113. package/dist/components/Content/Operation/Parameters.vue.js +0 -7
  114. package/dist/components/Content/Operation/RequestBody.vue.d.ts.map +0 -1
  115. package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts.map +0 -1
  116. package/dist/components/Content/Operation/TestRequestButton.vue.d.ts.map +0 -1
  117. package/dist/components/Content/Operation/TestRequestButton.vue.js +0 -7
  118. package/dist/components/Content/Operation/index.d.ts +0 -3
  119. package/dist/components/Content/Operation/index.d.ts.map +0 -1
  120. package/dist/components/Content/Webhooks/Webhook.vue.d.ts.map +0 -1
  121. package/dist/components/Content/Webhooks/Webhook.vue2.js +0 -39
  122. package/dist/components/Content/Webhooks/Webhooks.vue.d.ts.map +0 -1
  123. package/dist/components/Content/Webhooks/Webhooks.vue.js +0 -7
  124. package/dist/hooks/useResponses.d.ts.map +0 -1
  125. /package/dist/{components/Content/Webhooks → features/Operation}/Webhooks.vue.d.ts +0 -0
  126. /package/dist/{components/Content/Operation → features/Operation/components}/ContentTypeSelect.vue.d.ts +0 -0
  127. /package/dist/{components/Content/Operation → features/Operation/components}/ParameterHeaders.vue.d.ts +0 -0
  128. /package/dist/{components/Content/Operation → features/Operation/components}/RequestBody.vue.d.ts +0 -0
  129. /package/dist/{components/Content/Operation → features/Operation/components}/RequestBodyPropertiesChild.vue.d.ts +0 -0
  130. /package/dist/{components/Content/Webhooks → features/Operation/components}/Webhook.vue.d.ts +0 -0
  131. /package/dist/{hooks → features/Operation/hooks}/useResponses.js +0 -0
  132. /package/dist/{components/Content/Operation → features/TestRequestButton}/TestRequestButton.vue.d.ts +0 -0
@@ -0,0 +1,4 @@
1
+ import f from "./Operation.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Webhooks.vue.d.ts","sourceRoot":"","sources":["../../../src/features/Operation/Webhooks.vue"],"names":[],"mappings":"AAiIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAOpD,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,QAAQ,CAAA;CACnB,CAAC;;AAwLF,wBAMG"}
@@ -0,0 +1,7 @@
1
+ import o from "./Webhooks.vue2.js";
2
+ /* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fe6e775c"]]);
5
+ export {
6
+ m as default
7
+ };
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as B, computed as m, openBlock as s, createBlock as n, unref as t, withCtx as l, createVNode as a, createTextVNode as y, createElementVNode as L, normalizeClass as O, createElementBlock as h, Fragment as w, renderList as S, toDisplayString as z, createCommentVNode as u } from "vue";
2
- import { ScalarMarkdown as A } from "@scalar/components";
3
- import E from "../../ShowMoreButton.vue.js";
4
- import H from "./Webhook.vue.js";
5
- import M from "../../Section/SectionContainer.vue.js";
6
- import j from "../../Section/Section.vue.js";
7
- import F from "../../Section/SectionHeader.vue.js";
8
- import _ from "../Lazy/Lazy.vue2.js";
9
- import K from "../../Section/CompactSection.vue.js";
10
- import { useSidebar as T } from "../../../hooks/useSidebar.js";
11
- import { useNavState as D } from "../../../hooks/useNavState.js";
2
+ import A from "../../components/ShowMoreButton.vue.js";
3
+ import { ScalarMarkdown as E } from "@scalar/components";
4
+ import H from "./components/Webhook.vue.js";
5
+ import M from "../../components/Section/SectionContainer.vue.js";
6
+ import j from "../../components/Section/Section.vue.js";
7
+ import F from "../../components/Section/SectionHeader.vue.js";
8
+ import _ from "../../components/Content/Lazy/Lazy.vue2.js";
9
+ import K from "../../components/Section/CompactSection.vue.js";
10
+ import { useSidebar as T } from "../../hooks/useSidebar.js";
11
+ import { useNavState as D } from "../../hooks/useNavState.js";
12
12
  const g = 10, x = /* @__PURE__ */ B({
13
13
  __name: "Webhooks",
14
14
  props: {
@@ -69,7 +69,7 @@ const g = 10, x = /* @__PURE__ */ B({
69
69
  default: l(() => {
70
70
  var i, v;
71
71
  return [
72
- (i = o.webhooks[e][r]) != null && i.description ? (s(), n(t(A), {
72
+ (i = o.webhooks[e][r]) != null && i.description ? (s(), n(t(E), {
73
73
  key: 0,
74
74
  class: "webhook-section-description",
75
75
  value: (v = o.webhooks[e][r]) == null ? void 0 : v.description,
@@ -89,7 +89,7 @@ const g = 10, x = /* @__PURE__ */ B({
89
89
  ], 64);
90
90
  }), 128))
91
91
  ], 2),
92
- d.value ? u("", !0) : (s(), n(E, {
92
+ d.value ? u("", !0) : (s(), n(A, {
93
93
  key: 0,
94
94
  id: "webhooks",
95
95
  class: "show-more-webhooks"
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContentTypeSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ContentTypeSelect.vue"],"names":[],"mappings":"AAsHA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAKpE,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,YAAY,CAAC,EAAE,WAAW,CAAA;CAC3B,CAAC;;;qBAIiD,WAAW;;;;qBAAX,WAAW;;;AA0G9D,wBAQG"}
@@ -1,7 +1,7 @@
1
1
  import t from "./ContentTypeSelect.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const d = /* @__PURE__ */ o(t, [["__scopeId", "data-v-19d1d4d0"]]);
4
+ const m = /* @__PURE__ */ o(t, [["__scopeId", "data-v-4b712394"]]);
5
5
  export {
6
- d as default
6
+ m as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, computed as g, ref as C, openBlock as o, createElementBlock as l, normalizeClass as f, createElementVNode as _, toDisplayString as d, Fragment as B, renderList as h, createCommentVNode as T } from "vue";
1
+ import { defineComponent as v, computed as g, ref as C, openBlock as o, createElementBlock as l, normalizeClass as _, createElementVNode as f, toDisplayString as d, Fragment as B, renderList as h, createCommentVNode as T } from "vue";
2
2
  const q = ["value"], V = ["value"], k = /* @__PURE__ */ v({
3
3
  __name: "ContentTypeSelect",
4
4
  props: {
@@ -19,18 +19,18 @@ const q = ["value"], V = ["value"], k = /* @__PURE__ */ v({
19
19
  return (t, c) => {
20
20
  var n;
21
21
  return o(), l("div", {
22
- class: f(["content-type-select", { "content-type-no-select": s.value.length <= 1 }])
22
+ class: _(["content-type-select", { "content-type-no-select": s.value.length <= 1 }])
23
23
  }, [
24
- _("span", null, d(a.value), 1),
24
+ f("span", null, d(a.value), 1),
25
25
  e != null && e.requestBody && s.value.length > 1 ? (o(), l("select", {
26
26
  key: 0,
27
27
  value: a.value,
28
- onChange: c[0] || (c[0] = (r) => y(r))
28
+ onChange: c[0] || (c[0] = (u) => y(u))
29
29
  }, [
30
- (o(!0), l(B, null, h((n = e.requestBody) == null ? void 0 : n.content, (r, u) => (o(), l("option", {
31
- key: u,
32
- value: u
33
- }, d(u), 9, V))), 128))
30
+ (o(!0), l(B, null, h((n = e.requestBody) == null ? void 0 : n.content, (u, r) => (o(), l("option", {
31
+ key: r,
32
+ value: r
33
+ }, d(r), 9, V))), 128))
34
34
  ], 40, q)) : T("", !0)
35
35
  ], 2);
36
36
  };
@@ -0,0 +1,7 @@
1
+ import type { TransformedOperation } from '@scalar/types/legacy';
2
+ type __VLS_Props = {
3
+ operation: TransformedOperation;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
7
+ //# sourceMappingURL=OperationParameters.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationParameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationParameters.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAOhE,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,oBAAoB,CAAA;CAChC,CAAC;;AAyHF,wBAMG"}
@@ -0,0 +1,71 @@
1
+ import { defineComponent as f, openBlock as d, createElementBlock as y, Fragment as B, createVNode as a, unref as m, withCtx as r, createTextVNode as t, createBlock as q, createCommentVNode as P } from "vue";
2
+ import p from "./ParameterList.vue.js";
3
+ import k from "./RequestBody.vue.js";
4
+ import { useOperation as C } from "../../../hooks/useOperation.js";
5
+ const D = /* @__PURE__ */ f({
6
+ __name: "OperationParameters",
7
+ props: {
8
+ operation: {}
9
+ },
10
+ setup(u) {
11
+ const l = u, { parameterMap: o } = C(l.operation);
12
+ return (s, e) => {
13
+ var n, i;
14
+ return d(), y(B, null, [
15
+ a(p, {
16
+ parameters: m(o).path
17
+ }, {
18
+ title: r(() => e[0] || (e[0] = [
19
+ t("Path Parameters")
20
+ ])),
21
+ _: 1
22
+ }, 8, ["parameters"]),
23
+ a(p, {
24
+ parameters: m(o).query
25
+ }, {
26
+ title: r(() => e[1] || (e[1] = [
27
+ t("Query Parameters")
28
+ ])),
29
+ _: 1
30
+ }, 8, ["parameters"]),
31
+ a(p, {
32
+ parameters: m(o).header
33
+ }, {
34
+ title: r(() => e[2] || (e[2] = [
35
+ t("Headers")
36
+ ])),
37
+ _: 1
38
+ }, 8, ["parameters"]),
39
+ a(p, {
40
+ parameters: m(o).body,
41
+ showChildren: ""
42
+ }, {
43
+ title: r(() => e[3] || (e[3] = [
44
+ t("Body Parameters")
45
+ ])),
46
+ _: 1
47
+ }, 8, ["parameters"]),
48
+ a(p, {
49
+ parameters: m(o).formData
50
+ }, {
51
+ title: r(() => e[4] || (e[4] = [
52
+ t("Form Data")
53
+ ])),
54
+ _: 1
55
+ }, 8, ["parameters"]),
56
+ (n = s.operation.information) != null && n.requestBody ? (d(), q(k, {
57
+ key: 0,
58
+ requestBody: (i = s.operation.information) == null ? void 0 : i.requestBody
59
+ }, {
60
+ title: r(() => e[5] || (e[5] = [
61
+ t("Body")
62
+ ])),
63
+ _: 1
64
+ }, 8, ["requestBody"])) : P("", !0)
65
+ ], 64);
66
+ };
67
+ }
68
+ });
69
+ export {
70
+ D as default
71
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./OperationParameters.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,7 +1,10 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
2
  type __VLS_Props = {
3
3
  operation: TransformedOperation;
4
+ collapsableItems?: boolean;
4
5
  };
5
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ collapsableItems: boolean;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
9
  export default _default;
7
- //# sourceMappingURL=EndpointDetails.vue.d.ts.map
10
+ //# sourceMappingURL=OperationResponses.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationResponses.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationResponses.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAOhE,KAAK,WAAW,GAAG;IACf,SAAS,EAAE,oBAAoB,CAAA;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;;sBADmB,OAAO;;AA8E9B,wBAQG"}
@@ -0,0 +1,25 @@
1
+ import { defineComponent as p, openBlock as a, createBlock as n, unref as l, withCtx as m, createTextVNode as i } from "vue";
2
+ import { useResponses as c } from "../hooks/useResponses.js";
3
+ import f from "./ParameterList.vue.js";
4
+ const I = /* @__PURE__ */ p({
5
+ __name: "OperationResponses",
6
+ props: {
7
+ operation: {},
8
+ collapsableItems: { type: Boolean, default: !0 }
9
+ },
10
+ setup(o) {
11
+ const t = o, { responses: s } = c(t.operation);
12
+ return (r, e) => (a(), n(f, {
13
+ collapsableItems: r.collapsableItems,
14
+ parameters: l(s)
15
+ }, {
16
+ title: m(() => e[0] || (e[0] = [
17
+ i("Responses")
18
+ ])),
19
+ _: 1
20
+ }, 8, ["collapsableItems", "parameters"]));
21
+ }
22
+ });
23
+ export {
24
+ I as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./OperationResponses.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParameterHeaders.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterHeaders.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,uBAAuB,CAAA;AAI5E,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE,CAAA;CACjD,CAAC;;AAiJF,wBAOG"}
@@ -0,0 +1,7 @@
1
+ import r from "./ParameterHeaders.vue2.js";
2
+ /* empty css */
3
+ import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ e(r, [["__scopeId", "data-v-1bed0576"]]);
5
+ export {
6
+ m as default
7
+ };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as f, openBlock as e, createBlock as m, unref as a, withCtx as c, createElementVNode as p, normalizeClass as o, createVNode as d, createElementBlock as l, Fragment as n, createTextVNode as u, renderList as _ } from "vue";
2
- import { Disclosure as v, DisclosureButton as k, DisclosurePanel as B } from "@headlessui/vue";
3
- import { ScalarIcon as H } from "@scalar/components";
4
- import S from "../Schema/SchemaProperty.vue.js";
2
+ import v from "../../../components/Content/Schema/SchemaProperty.vue.js";
3
+ import { Disclosure as k, DisclosureButton as B, DisclosurePanel as H } from "@headlessui/vue";
4
+ import { ScalarIcon as S } from "@scalar/components";
5
5
  const V = /* @__PURE__ */ f({
6
6
  __name: "ParameterHeaders",
7
7
  props: {
@@ -11,7 +11,7 @@ const V = /* @__PURE__ */ f({
11
11
  function h(t) {
12
12
  return t.schema !== void 0;
13
13
  }
14
- return (t, y) => (e(), m(a(v), null, {
14
+ return (t, y) => (e(), m(a(k), null, {
15
15
  default: c(({ open: r }) => [
16
16
  p("div", {
17
17
  class: o(["headers-card headers-card--compact", [{ "headers-card--open": r }]])
@@ -19,14 +19,14 @@ const V = /* @__PURE__ */ f({
19
19
  p("div", {
20
20
  class: o(["headers-properties", { "headers-properties-open": r }])
21
21
  }, [
22
- d(a(k), {
22
+ d(a(B), {
23
23
  class: "headers-card-title headers-card-title--compact",
24
24
  style: {
25
25
  top: "calc(var(--refs-header-height)))"
26
26
  }
27
27
  }, {
28
28
  default: c(() => [
29
- d(a(H), {
29
+ d(a(S), {
30
30
  class: o(["headers-card-title-icon", { "headers-card-title-icon--open": r }]),
31
31
  icon: "Add",
32
32
  thickness: "3"
@@ -39,9 +39,9 @@ const V = /* @__PURE__ */ f({
39
39
  ]),
40
40
  _: 2
41
41
  }, 1024),
42
- d(a(B), null, {
42
+ d(a(H), null, {
43
43
  default: c(() => [
44
- (e(!0), l(n, null, _(t.headers, (s, i) => (e(), m(S, {
44
+ (e(!0), l(n, null, _(t.headers, (s, i) => (e(), m(v, {
45
45
  key: i,
46
46
  description: s.description,
47
47
  name: `${i}`,
@@ -1,6 +1,6 @@
1
- import type { Parameters } from '@scalar/types/legacy';
1
+ import type { Parameter } from '@scalar/types/legacy';
2
2
  type __VLS_Props = {
3
- parameters?: Parameters[];
3
+ parameters?: Parameter[];
4
4
  showChildren?: boolean;
5
5
  collapsableItems?: boolean;
6
6
  };
@@ -24,4 +24,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
24
24
  $slots: S;
25
25
  };
26
26
  };
27
- //# sourceMappingURL=Parameters.vue.d.ts.map
27
+ //# sourceMappingURL=ParameterList.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParameterList.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterList.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAMrD,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,SAAS,EAAE,CAAA;IACxB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;AAkBJ,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBA1FF,OAAO;sBACH,OAAO;6EAgG5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import t from "./ParameterList.vue2.js";
2
+ /* empty css */
3
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-835fb005"]]);
5
+ export {
6
+ e as default
7
+ };
@@ -1,10 +1,10 @@
1
- import { defineComponent as o, openBlock as t, createElementBlock as l, createElementVNode as s, renderSlot as n, Fragment as m, renderList as p, createBlock as d, createCommentVNode as c } from "vue";
2
- import i from "./ParameterItem.vue.js";
1
+ import { defineComponent as o, openBlock as t, createElementBlock as l, createElementVNode as s, renderSlot as n, Fragment as m, renderList as p, createBlock as i, createCommentVNode as d } from "vue";
2
+ import c from "./ParameterListItem.vue.js";
3
3
  const h = {
4
4
  key: 0,
5
- class: "parameters"
6
- }, u = { class: "parameters-title" }, f = { class: "parameter-list" }, I = /* @__PURE__ */ o({
7
- __name: "Parameters",
5
+ class: "parameter-list"
6
+ }, u = { class: "parameter-list-title" }, f = { class: "parameter-list-items" }, I = /* @__PURE__ */ o({
7
+ __name: "ParameterList",
8
8
  props: {
9
9
  parameters: {},
10
10
  showChildren: { type: Boolean, default: !1 },
@@ -18,14 +18,14 @@ const h = {
18
18
  n(e.$slots, "title", {}, void 0, !0)
19
19
  ]),
20
20
  s("ul", f, [
21
- (t(!0), l(m, null, p(e.parameters, (a) => (t(), d(i, {
21
+ (t(!0), l(m, null, p(e.parameters, (a) => (t(), i(c, {
22
22
  key: a.name,
23
23
  collapsableItems: e.collapsableItems,
24
24
  parameter: a,
25
25
  showChildren: e.showChildren
26
26
  }, null, 8, ["collapsableItems", "parameter", "showChildren"]))), 128))
27
27
  ])
28
- ])) : c("", !0);
28
+ ])) : d("", !0);
29
29
  };
30
30
  }
31
31
  });
@@ -1,6 +1,6 @@
1
- import type { Parameters } from '@scalar/types/legacy';
1
+ import type { Parameter } from '@scalar/types/legacy';
2
2
  type __VLS_Props = {
3
- parameter: Parameters;
3
+ parameter: Parameter;
4
4
  showChildren?: boolean;
5
5
  collapsableItems?: boolean;
6
6
  };
@@ -9,4 +9,4 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
9
9
  collapsableItems: boolean;
10
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLLIElement>;
11
11
  export default _default;
12
- //# sourceMappingURL=ParameterItem.vue.d.ts.map
12
+ //# sourceMappingURL=ParameterListItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParameterListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterListItem.vue"],"names":[],"mappings":"AAiOA,OAAO,KAAK,EAAe,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAQlE,KAAK,WAAW,GAAG;IACf,SAAS,EAAE,SAAS,CAAA;IACpB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;;kBAFe,OAAO;sBACH,OAAO;;AA6O9B,wBAQG"}
@@ -0,0 +1,7 @@
1
+ import t from "./ParameterListItem.vue2.js";
2
+ /* empty css */
3
+ import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ a(t, [["__scopeId", "data-v-4f7aa604"]]);
5
+ export {
6
+ e as default
7
+ };
@@ -1,38 +1,38 @@
1
1
  import { defineComponent as k, computed as y, ref as B, openBlock as s, createElementBlock as g, createVNode as r, unref as n, withCtx as m, createBlock as i, normalizeClass as b, createTextVNode as S, toDisplayString as c, createElementVNode as u, createCommentVNode as d } from "vue";
2
- import { Disclosure as V, DisclosureButton as q, DisclosurePanel as w } from "@headlessui/vue";
3
- import { ScalarIcon as D } from "@scalar/components";
4
- import T from "../../ScreenReader.vue.js";
2
+ import V from "../../../components/ScreenReader.vue.js";
3
+ import { Disclosure as q, DisclosureButton as w, DisclosurePanel as D } from "@headlessui/vue";
4
+ import { ScalarIcon as T } from "@scalar/components";
5
5
  import _ from "./ContentTypeSelect.vue.js";
6
6
  import I from "./ParameterHeaders.vue.js";
7
- import N from "../Schema/SchemaProperty.vue.js";
8
- const P = { class: "parameter-item" }, j = { class: "parameter-item-name" }, E = { class: "parameter-item-type" }, z = { class: "absolute right-0" }, K = /* @__PURE__ */ k({
9
- __name: "ParameterItem",
7
+ import N from "../../../components/Content/Schema/SchemaProperty.vue.js";
8
+ const P = { class: "parameter-item" }, j = { class: "parameter-item-name" }, E = { class: "parameter-item-type" }, z = { class: "absolute right-0" }, J = /* @__PURE__ */ k({
9
+ __name: "ParameterListItem",
10
10
  props: {
11
11
  parameter: {},
12
12
  showChildren: { type: Boolean, default: !1 },
13
13
  collapsableItems: { type: Boolean, default: !1 }
14
14
  },
15
15
  setup(v) {
16
- const a = v, C = y(() => a.parameter.content ? Object.keys(a.parameter.content) : []), o = B(
16
+ const t = v, C = y(() => t.parameter.content ? Object.keys(t.parameter.content) : []), o = B(
17
17
  C.value[0]
18
18
  );
19
- a.parameter.content && "application/json" in a.parameter.content && (o.value = "application/json");
20
- const t = y(() => !!(a.collapsableItems && a.parameter.content));
19
+ t.parameter.content && "application/json" in t.parameter.content && (o.value = "application/json");
20
+ const a = y(() => !!(t.collapsableItems && t.parameter.content));
21
21
  return (e, f) => (s(), g("li", P, [
22
- r(n(V), null, {
22
+ r(n(q), null, {
23
23
  default: m(({ open: p }) => [
24
- t.value ? (s(), i(n(q), {
24
+ a.value ? (s(), i(n(w), {
25
25
  key: 0,
26
26
  class: b(["flex parameter-item-trigger", { "parameter-item-trigger-open": p }])
27
27
  }, {
28
28
  default: m(() => [
29
- r(n(D), {
29
+ r(n(T), {
30
30
  class: "parameter-item-icon",
31
31
  icon: p ? "ChevronDown" : "ChevronRight",
32
32
  size: "md",
33
33
  thickness: "1.75"
34
34
  }, null, 8, ["icon"]),
35
- r(T, null, {
35
+ r(V, null, {
36
36
  default: m(() => [
37
37
  S(c(p ? "Collapse" : "Expand"), 1)
38
38
  ]),
@@ -41,20 +41,20 @@ const P = { class: "parameter-item" }, j = { class: "parameter-item-name" }, E =
41
41
  u("span", j, c(e.parameter.name), 1),
42
42
  u("span", E, c(e.parameter.description), 1),
43
43
  u("div", z, [
44
- t.value && a.parameter.content ? (s(), i(_, {
44
+ a.value && t.parameter.content ? (s(), i(_, {
45
45
  key: 0,
46
46
  class: "parameter-item-content-type",
47
47
  defaultValue: o.value,
48
- requestBody: a.parameter,
48
+ requestBody: t.parameter,
49
49
  onSelectContentType: f[0] || (f[0] = ({ contentType: l }) => o.value = l)
50
50
  }, null, 8, ["defaultValue", "requestBody"])) : d("", !0)
51
51
  ])
52
52
  ]),
53
53
  _: 2
54
54
  }, 1032, ["class"])) : d("", !0),
55
- r(n(w), {
55
+ r(n(D), {
56
56
  class: "parameter-item-container parameter-item-container-markdown",
57
- static: !t.value
57
+ static: !a.value
58
58
  }, {
59
59
  default: m(() => {
60
60
  var l, h;
@@ -65,8 +65,8 @@ const P = { class: "parameter-item" }, j = { class: "parameter-item-name" }, E =
65
65
  }, null, 8, ["headers"])) : d("", !0),
66
66
  r(n(N), {
67
67
  compact: "",
68
- description: t.value ? "" : e.parameter.description,
69
- name: t.value ? "" : e.parameter.name,
68
+ description: a.value ? "" : e.parameter.description,
69
+ name: a.value ? "" : e.parameter.name,
70
70
  noncollapsible: e.showChildren,
71
71
  required: e.parameter.required,
72
72
  value: e.parameter.content ? (h = (l = e.parameter.content) == null ? void 0 : l[o.value]) == null ? void 0 : h.schema : e.parameter.schema
@@ -82,5 +82,5 @@ const P = { class: "parameter-item" }, j = { class: "parameter-item-name" }, E =
82
82
  }
83
83
  });
84
84
  export {
85
- K as default
85
+ J as default
86
86
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/RequestBody.vue"],"names":[],"mappings":"AAgJA,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAKpE,KAAK,WAAW,GAAG;IAAE,WAAW,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;AAsBjD,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestBody.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-ad41227a"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-293819f7"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as b, computed as k, ref as g, openBlock as o, createElementBlock as n, createElementVNode as a, renderSlot as p, normalizeClass as S, toDisplayString as B, withDirectives as C, Fragment as V, renderList as N, vModelSelect as j, createCommentVNode as u, createVNode as _, unref as f } from "vue";
2
2
  import { ScalarMarkdown as w } from "@scalar/components";
3
- import D from "../Schema/Schema.vue.js";
3
+ import D from "../../../components/Content/Schema/Schema.vue.js";
4
4
  const E = { key: 0 }, M = { class: "request-body-title" }, T = ["value"], x = {
5
5
  key: 0,
6
6
  class: "request-body-description"
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RequestBodyPropertiesChild.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/RequestBodyPropertiesChild.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAKhD,KAAK,WAAW,GAAG;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE,CAAC;;AAsF5D,wBAMG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Webhook.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/Webhook.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAOhE,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,oBAAoB,CAAA;CAC9B,CAAC;;AA6EF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Webhook.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8fced5af"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-cbaa1001"]]);
5
5
  export {
6
- e as default
6
+ p as default
7
7
  };
@@ -0,0 +1,29 @@
1
+ import { defineComponent as n, openBlock as a, createElementBlock as m, Fragment as s, createVNode as r, withCtx as p, createTextVNode as i, createCommentVNode as d } from "vue";
2
+ import u from "./OperationResponses.vue.js";
3
+ import k from "./RequestBody.vue.js";
4
+ const c = /* @__PURE__ */ n({
5
+ __name: "Webhook",
6
+ props: {
7
+ webhook: {}
8
+ },
9
+ setup(l) {
10
+ return (e, o) => {
11
+ var t;
12
+ return e.webhook ? (a(), m(s, { key: 0 }, [
13
+ r(k, {
14
+ class: "webhook-request-body",
15
+ requestBody: (t = e.webhook.information) == null ? void 0 : t.requestBody
16
+ }, {
17
+ title: p(() => o[0] || (o[0] = [
18
+ i("Payload")
19
+ ])),
20
+ _: 1
21
+ }, 8, ["requestBody"]),
22
+ r(u, { operation: e.webhook }, null, 8, ["operation"])
23
+ ], 64)) : d("", !0);
24
+ };
25
+ }
26
+ });
27
+ export {
28
+ c as default
29
+ };
@@ -1,7 +1,7 @@
1
1
  import type { OpenAPI } from '@scalar/openapi-types';
2
2
  import type { RequestBodyMimeTypes, TransformedOperation } from '@scalar/types/legacy';
3
3
  /**
4
- * This hook is used to generate the responses for the request from the parameters in the swagger file
4
+ * Generates the responses for the request from the parameters in the OpenAPI document
5
5
  */
6
6
  export declare function useResponses(operation: TransformedOperation): {
7
7
  responses: import("vue").ComputedRef<{
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useResponses.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/hooks/useResponses.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,sBAAsB,CAAA;AAG7B;;GAEG;AACH,wBAAgB,YAAY,CAAC,SAAS,EAAE,oBAAoB;;cAOhD,MAAM;qBACC,MAAM;iBACV,oBAAoB;kBACnB;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;SAAE;;EAkBtD"}
@@ -0,0 +1,3 @@
1
+ export { default as Operation } from './Operation.vue.js';
2
+ export { default as Webhooks } from './Webhooks.vue.js';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/Operation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
@@ -5,4 +5,4 @@ type __VLS_Props = {
5
5
  };
6
6
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
8
- //# sourceMappingURL=OperationAccordion.vue.d.ts.map
8
+ //# sourceMappingURL=ClassicLayout.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"AA4RA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAShE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,oBAAoB,CAAA;CAChC,CAAC;;AAsPF,wBAOG"}
@@ -0,0 +1,7 @@
1
+ import o from "./ClassicLayout.vue2.js";
2
+ /* empty css */
3
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d9c1078a"]]);
5
+ export {
6
+ c as default
7
+ };