@scalar/api-reference 1.28.5 → 1.28.7

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 (153) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/browser/standalone.js +6284 -6218
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  5. package/dist/components/ApiReference.vue.js +26 -15
  6. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  7. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  8. package/dist/components/ApiReferenceLayout.vue2.js +128 -129
  9. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  10. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
  11. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Content.vue.js +2 -2
  13. package/dist/components/Content/Content.vue2.js +57 -55
  14. package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Introduction/Description.vue.js +2 -2
  16. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
  18. package/dist/components/Content/Introduction/Introduction.vue2.js +24 -24
  19. package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -1
  20. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  21. package/dist/components/Content/Lazy/Loading.vue.js +4 -2
  22. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  23. package/dist/components/Content/Models/Models.vue.js +2 -2
  24. package/dist/components/Content/Models/Models.vue2.js +18 -17
  25. package/dist/components/Content/Schema/Schema.vue.d.ts +1 -0
  26. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  27. package/dist/components/Content/Schema/Schema.vue.js +4 -4
  28. package/dist/components/Content/Schema/Schema.vue2.js +79 -67
  29. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +12 -0
  30. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -0
  31. package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +7 -0
  32. package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +109 -0
  33. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  34. package/dist/components/Content/Schema/SchemaHeading.vue.js +2 -2
  35. package/dist/components/Content/Schema/SchemaHeading.vue2.js +26 -31
  36. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +3 -0
  37. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  38. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  39. package/dist/components/Content/Schema/SchemaProperty.vue2.js +143 -141
  40. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  41. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  42. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +83 -99
  43. package/dist/components/Content/Tag/OperationsList.vue.js +2 -2
  44. package/dist/components/Content/Tag/OperationsList.vue2.js +3 -3
  45. package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
  46. package/dist/components/Content/Tag/Tag.vue.js +41 -36
  47. package/dist/components/Content/Tag/TagList.vue.d.ts +2 -0
  48. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  49. package/dist/components/Content/Tag/TagList.vue.js +38 -36
  50. package/dist/components/Content/Tag/TagSection.vue.js +2 -2
  51. package/dist/components/Content/Tag/TagSection.vue2.js +3 -3
  52. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  53. package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
  54. package/dist/components/Layouts/ModernLayout.vue.js +1 -1
  55. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  56. package/dist/components/Section/CompactSection.vue.js +2 -2
  57. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  58. package/dist/components/Section/Section.vue.js +2 -2
  59. package/dist/components/Section/SectionHeaderTag.vue.d.ts.map +1 -1
  60. package/dist/components/Section/SectionHeaderTag.vue.js +2 -2
  61. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  62. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  63. package/dist/components/Sidebar/Sidebar.vue2.js +2 -1
  64. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
  65. package/dist/components/Sidebar/SidebarElement.vue.js +2 -2
  66. package/dist/components/Sidebar/SidebarElement.vue2.js +40 -39
  67. package/dist/esm.d.ts.map +1 -1
  68. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
  69. package/dist/features/ApiClientModal/useApiClient.d.ts +2 -4
  70. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  71. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  72. package/dist/features/BaseUrl/BaseUrl.vue.js +2 -1
  73. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  74. package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
  75. package/dist/features/ExampleRequest/ExampleRequest.vue2.js +2 -1
  76. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  77. package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
  78. package/dist/features/ExampleResponses/ExampleResponses.vue2.js +6 -8
  79. package/dist/features/Operation/Operation.vue.d.ts +2 -0
  80. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  81. package/dist/features/Operation/Operation.vue.js +13 -10
  82. package/dist/features/Operation/Webhooks.vue.d.ts.map +1 -1
  83. package/dist/features/Operation/Webhooks.vue.js +2 -2
  84. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  85. package/dist/features/Operation/components/ContentTypeSelect.vue.js +4 -4
  86. package/dist/features/Operation/components/OperationParameters.vue.d.ts +2 -0
  87. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  88. package/dist/features/Operation/components/OperationParameters.vue.js +37 -31
  89. package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -0
  90. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  91. package/dist/features/Operation/components/OperationResponses.vue.js +15 -13
  92. package/dist/features/Operation/components/ParameterList.vue.d.ts +2 -0
  93. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
  94. package/dist/features/Operation/components/ParameterList.vue.js +2 -2
  95. package/dist/features/Operation/components/ParameterList.vue2.js +14 -12
  96. package/dist/features/Operation/components/ParameterListItem.vue.d.ts +2 -0
  97. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  98. package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
  99. package/dist/features/Operation/components/ParameterListItem.vue2.js +20 -18
  100. package/dist/features/Operation/components/RequestBody.vue.d.ts +2 -0
  101. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  102. package/dist/features/Operation/components/RequestBody.vue.js +2 -2
  103. package/dist/features/Operation/components/RequestBody.vue2.js +20 -18
  104. package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -1
  105. package/dist/features/Operation/hooks/useResponses.js +2 -1
  106. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +2 -0
  107. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  108. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  109. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +29 -24
  110. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +2 -0
  111. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  112. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  113. package/dist/features/Operation/layouts/ModernLayout.vue2.js +66 -56
  114. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  115. package/dist/features/Search/SearchModal.vue.js +2 -2
  116. package/dist/features/Search/SearchModal.vue2.js +2 -1
  117. package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
  118. package/dist/features/Search/useSearchIndex.js +9 -9
  119. package/dist/helpers/index.d.ts +4 -4
  120. package/dist/helpers/scrollToId.d.ts.map +1 -1
  121. package/dist/helpers/specHelpers.js +15 -14
  122. package/dist/hooks/index.d.ts +0 -2
  123. package/dist/hooks/index.d.ts.map +1 -1
  124. package/dist/hooks/useMultipleDocuments.d.ts +7 -2
  125. package/dist/hooks/useMultipleDocuments.d.ts.map +1 -1
  126. package/dist/hooks/useMultipleDocuments.js +43 -33
  127. package/dist/hooks/useNavState.d.ts +13 -4
  128. package/dist/hooks/useNavState.d.ts.map +1 -1
  129. package/dist/hooks/useNavState.js +52 -47
  130. package/dist/hooks/useReactiveSpec.d.ts.map +1 -1
  131. package/dist/hooks/useSidebar.d.ts.map +1 -1
  132. package/dist/hooks/useSidebar.js +3 -2
  133. package/dist/index.d.ts +6 -4
  134. package/dist/index.d.ts.map +1 -1
  135. package/dist/index.js +39 -76
  136. package/dist/libs/operation.d.ts.map +1 -1
  137. package/dist/standalone/lib/html-api.d.ts +4 -4
  138. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  139. package/dist/stores/useHttpClientStore.d.ts.map +1 -1
  140. package/dist/style.css +1 -1
  141. package/dist/types.d.ts +1 -10
  142. package/dist/types.d.ts.map +1 -1
  143. package/package.json +12 -10
  144. package/dist/helpers/getVariableNames.js +0 -7
  145. package/dist/helpers/hasSecuritySchemes.js +0 -7
  146. package/dist/helpers/mapFromObject.js +0 -7
  147. package/dist/helpers/mergeAllObjects.js +0 -7
  148. package/dist/hooks/useClientStore.d.ts +0 -2
  149. package/dist/hooks/useClientStore.d.ts.map +0 -1
  150. package/dist/hooks/useClientStore.js +0 -5
  151. package/dist/hooks/useRefOnMount.d.ts +0 -6
  152. package/dist/hooks/useRefOnMount.d.ts.map +0 -1
  153. package/dist/hooks/useRefOnMount.js +0 -10
@@ -1,4 +1,4 @@
1
- import { defineComponent as F, computed as p, openBlock as s, createElementBlock as i, Fragment as v, createStaticVNode as G, createElementVNode as w, renderSlot as m, createBlock as o, unref as r, createCommentVNode as l, withCtx as V, createVNode as u, normalizeClass as I, renderList as O } from "vue";
1
+ import { defineComponent as F, computed as p, openBlock as t, createElementBlock as i, Fragment as u, createStaticVNode as G, createElementVNode as V, renderSlot as m, createBlock as a, unref as r, createCommentVNode as l, withCtx as E, createVNode as v, normalizeClass as I, renderList as O } from "vue";
2
2
  import { useWorkspace as R, useActiveEntities as D } from "@scalar/api-client/store";
3
3
  import { RequestAuth as H } from "@scalar/api-client/views/Request/RequestSection/RequestAuth";
4
4
  import { ScalarErrorBoundary as J } from "@scalar/components";
@@ -9,94 +9,95 @@ import Q from "./Lazy/Loading.vue.js";
9
9
  import T from "./Introduction/Introduction.vue.js";
10
10
  import X from "../../features/BaseUrl/BaseUrl.vue.js";
11
11
  import Y from "./ClientLibraries/ClientLibraries.vue.js";
12
- import E from "./Tag/TagList.vue.js";
12
+ import U from "./Tag/TagList.vue.js";
13
13
  import Z from "../../features/Operation/Webhooks.vue.js";
14
14
  import _ from "./Models/ModelsAccordion.vue.js";
15
15
  import x from "./Models/Models.vue.js";
16
16
  import { useSidebar as ee } from "../../hooks/useSidebar.js";
17
+ import { getModels as f } from "../../helpers/getModels.js";
17
18
  import { hasModels as re } from "../../helpers/hasModels.js";
18
- import { getModels as U } from "../../helpers/getModels.js";
19
- const te = { class: "narrow-references-container" }, se = {
19
+ const se = { class: "narrow-references-container" }, te = {
20
20
  key: 0,
21
21
  class: "scalar-client introduction-card-item divide-y text-sm [--scalar-address-bar-height:0px]"
22
- }, oe = {
22
+ }, ae = {
23
23
  key: 1,
24
24
  class: "scalar-client introduction-card-item"
25
- }, Ve = /* @__PURE__ */ F({
25
+ }, we = /* @__PURE__ */ F({
26
26
  __name: "Content",
27
27
  props: {
28
28
  parsedSpec: {},
29
29
  layout: { default: "modern" }
30
30
  },
31
31
  setup($) {
32
- const M = $, f = P(), { hideModels: A } = ee(), { collections: B, securitySchemes: N, servers: S } = R(), {
32
+ const M = $, S = P(), { hideModels: A } = ee(), { collections: B, securitySchemes: N, servers: y } = R(), {
33
33
  activeCollection: W,
34
34
  activeEnvVariables: L,
35
35
  activeEnvironment: j,
36
- activeServer: ae,
37
- activeWorkspace: y
38
- } = D(), t = p(() => {
39
- if (f.value.slug) {
40
- const e = B[K(f.value.slug)];
41
- if (e) return e;
36
+ activeWorkspace: h
37
+ } = D(), s = p(() => {
38
+ if (S.value.slug) {
39
+ const e = B[K(S.value.slug)];
40
+ if (e)
41
+ return e;
42
42
  }
43
43
  return W.value;
44
44
  }), c = p(() => {
45
- if (t.value) {
46
- if (t.value.selectedServerUid) {
47
- const e = S[t.value.selectedServerUid];
48
- if (e) return e;
45
+ if (s.value) {
46
+ if (s.value.selectedServerUid) {
47
+ const e = y[s.value.selectedServerUid];
48
+ if (e)
49
+ return e;
49
50
  }
50
- return S[t.value.servers[0]];
51
+ return y[s.value.servers[0]];
51
52
  }
52
53
  }), q = p(
53
54
  () => M.layout === "classic" ? "after" : "aside"
54
55
  );
55
56
  return (e, k) => {
56
- var h, b, g, C;
57
- return s(), i(v, null, [
58
- k[0] || (k[0] = G('<div class="section-flare" data-v-4f85cfb1><div class="section-flare-item" data-v-4f85cfb1></div><div class="section-flare-item" data-v-4f85cfb1></div><div class="section-flare-item" data-v-4f85cfb1></div><div class="section-flare-item" data-v-4f85cfb1></div><div class="section-flare-item" data-v-4f85cfb1></div><div class="section-flare-item" data-v-4f85cfb1></div><div class="section-flare-item" data-v-4f85cfb1></div><div class="section-flare-item" data-v-4f85cfb1></div></div>', 1)),
59
- w("div", te, [
57
+ var g, b, C, w;
58
+ return t(), i(u, null, [
59
+ k[0] || (k[0] = G('<div class="section-flare" data-v-c1080683><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div></div>', 1)),
60
+ V("div", se, [
60
61
  m(e.$slots, "start", {}, void 0, !0),
61
- t.value ? (s(), o(r(Q), {
62
+ s.value ? (t(), a(r(Q), {
62
63
  key: 0,
63
- collection: t.value,
64
+ collection: s.value,
64
65
  layout: e.layout,
65
66
  parsedSpec: e.parsedSpec,
66
67
  server: c.value
67
68
  }, null, 8, ["collection", "layout", "parsedSpec", "server"])) : l("", !0),
68
- (b = (h = e.parsedSpec) == null ? void 0 : h.info) != null && b.title || (C = (g = e.parsedSpec) == null ? void 0 : g.info) != null && C.description ? (s(), o(r(T), {
69
+ (b = (g = e.parsedSpec) == null ? void 0 : g.info) != null && b.title || (w = (C = e.parsedSpec) == null ? void 0 : C.info) != null && w.description ? (t(), a(r(T), {
69
70
  key: 1,
70
71
  info: e.parsedSpec.info,
71
72
  parsedSpec: e.parsedSpec
72
73
  }, {
73
- [q.value]: V(() => [
74
- u(r(J), null, {
75
- default: V(() => {
76
- var n, a, d;
74
+ [q.value]: E(() => [
75
+ v(r(J), null, {
76
+ default: E(() => {
77
+ var n, o, d;
77
78
  return [
78
- w("div", {
79
+ V("div", {
79
80
  class: I(["introduction-card", { "introduction-card-row": e.layout === "classic" }])
80
81
  }, [
81
- (a = (n = t.value) == null ? void 0 : n.servers) != null && a.length ? (s(), i("div", se, [
82
- u(r(X), {
83
- collection: t.value,
82
+ (o = (n = s.value) == null ? void 0 : n.servers) != null && o.length ? (t(), i("div", te, [
83
+ v(r(X), {
84
+ collection: s.value,
84
85
  server: c.value
85
86
  }, null, 8, ["collection", "server"])
86
87
  ])) : l("", !0),
87
- t.value && r(y) && Object.keys(r(N) ?? {}).length ? (s(), i("div", oe, [
88
- u(r(H), {
89
- collection: t.value,
88
+ s.value && r(h) && Object.keys(r(N) ?? {}).length ? (t(), i("div", ae, [
89
+ v(r(H), {
90
+ collection: s.value,
90
91
  envVariables: r(L),
91
92
  environment: r(j),
92
93
  layout: "reference",
93
- selectedSecuritySchemeUids: ((d = t.value) == null ? void 0 : d.selectedSecuritySchemeUids) ?? [],
94
+ selectedSecuritySchemeUids: ((d = s.value) == null ? void 0 : d.selectedSecuritySchemeUids) ?? [],
94
95
  server: c.value,
95
96
  title: "Authentication",
96
- workspace: r(y)
97
+ workspace: r(h)
97
98
  }, null, 8, ["collection", "envVariables", "environment", "selectedSecuritySchemeUids", "server", "workspace"])
98
99
  ])) : l("", !0),
99
- u(r(Y), { class: "introduction-card-item" })
100
+ v(r(Y), { class: "introduction-card-item" })
100
101
  ], 2)
101
102
  ];
102
103
  }),
@@ -105,37 +106,38 @@ const te = { class: "narrow-references-container" }, se = {
105
106
  ]),
106
107
  _: 2
107
108
  }, 1032, ["info", "parsedSpec"])) : m(e.$slots, "empty-state", { key: 2 }, void 0, !0),
108
- e.parsedSpec.tags && t.value ? (s(), i(v, { key: 3 }, [
109
- e.parsedSpec["x-tagGroups"] ? (s(!0), i(v, { key: 0 }, O(e.parsedSpec["x-tagGroups"], (n) => (s(), o(r(E), {
109
+ e.parsedSpec.tags && s.value ? (t(), i(u, { key: 3 }, [
110
+ e.parsedSpec["x-tagGroups"] ? (t(!0), i(u, { key: 0 }, O(e.parsedSpec["x-tagGroups"], (n) => (t(), a(r(U), {
110
111
  key: n.name,
111
- collection: t.value,
112
+ collection: s.value,
112
113
  layout: e.layout,
113
114
  server: c.value,
114
115
  spec: e.parsedSpec,
115
- tags: n.tags.map((a) => {
116
+ tags: n.tags.map((o) => {
116
117
  var d;
117
- return (d = e.parsedSpec.tags) == null ? void 0 : d.find((z) => z.name === a);
118
- }).filter((a) => !!a)
119
- }, null, 8, ["collection", "layout", "server", "spec", "tags"]))), 128)) : (s(), o(r(E), {
118
+ return (d = e.parsedSpec.tags) == null ? void 0 : d.find((z) => z.name === o);
119
+ }).filter((o) => !!o)
120
+ }, null, 8, ["collection", "layout", "server", "spec", "tags"]))), 128)) : (t(), a(r(U), {
120
121
  key: 1,
121
- collection: t.value,
122
+ collection: s.value,
122
123
  layout: e.layout,
124
+ schemas: r(f)(e.parsedSpec),
123
125
  server: c.value,
124
126
  spec: e.parsedSpec,
125
127
  tags: e.parsedSpec.tags
126
- }, null, 8, ["collection", "layout", "server", "spec", "tags"]))
128
+ }, null, 8, ["collection", "layout", "schemas", "server", "spec", "tags"]))
127
129
  ], 64)) : l("", !0),
128
- e.parsedSpec.webhooks ? (s(), o(r(Z), {
130
+ e.parsedSpec.webhooks ? (t(), a(r(Z), {
129
131
  key: 4,
130
132
  webhooks: e.parsedSpec.webhooks
131
133
  }, null, 8, ["webhooks"])) : l("", !0),
132
- r(re)(e.parsedSpec) && !r(A) ? (s(), i(v, { key: 5 }, [
133
- e.layout === "classic" ? (s(), o(r(_), {
134
+ r(re)(e.parsedSpec) && !r(A) ? (t(), i(u, { key: 5 }, [
135
+ e.layout === "classic" ? (t(), a(r(_), {
134
136
  key: 0,
135
- schemas: r(U)(e.parsedSpec)
136
- }, null, 8, ["schemas"])) : (s(), o(r(x), {
137
+ schemas: r(f)(e.parsedSpec)
138
+ }, null, 8, ["schemas"])) : (t(), a(r(x), {
137
139
  key: 1,
138
- schemas: r(U)(e.parsedSpec)
140
+ schemas: r(f)(e.parsedSpec)
139
141
  }, null, 8, ["schemas"]))
140
142
  ], 64)) : l("", !0),
141
143
  m(e.$slots, "end", {}, void 0, !0)
@@ -145,5 +147,5 @@ const te = { class: "narrow-references-container" }, se = {
145
147
  }
146
148
  });
147
149
  export {
148
- Ve as default
150
+ we as default
149
151
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":"AAmIA,KAAK,WAAW,GAAG;IACjB,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AAyKF,wBAMG"}
1
+ {"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":"AAqIA,KAAK,WAAW,GAAG;IACjB,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AA2KF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Description.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const i = /* @__PURE__ */ t(o, [["__scopeId", "data-v-509a7035"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-62dad0f5"]]);
5
5
  export {
6
- i as default
6
+ f as default
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue"],"names":[],"mappings":"AAsGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAqBhD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE,CAAA;IACD,UAAU,EAAE,IAAI,CAAA;CACjB,CAAC;AAwCF,iBAAS,cAAc;WAkJT,OAAO,IAA6B;;uBATtB,GAAG;uBACH,GAAG;;;;EAa9B;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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
+ {"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue"],"names":[],"mappings":"AAuGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAqBhD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE,CAAA;IACD,UAAU,EAAE,IAAI,CAAA;CACjB,CAAC;AAwCF,iBAAS,cAAc;WAkJT,OAAO,IAA6B;;uBATtB,GAAG;uBACH,GAAG;;;;EAa9B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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 "./Introduction.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4302362d"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1b925a7d"]]);
5
5
  export {
6
- _ as default
6
+ p as default
7
7
  };
@@ -1,56 +1,56 @@
1
- import { defineComponent as V, computed as s, onMounted as $, openBlock as l, createBlock as a, unref as o, withCtx as t, createVNode as r, createElementVNode as g, createTextVNode as d, toDisplayString as f, createCommentVNode as u, renderSlot as S } from "vue";
1
+ import { defineComponent as V, computed as s, onMounted as $, openBlock as l, createBlock as a, unref as o, withCtx as t, createVNode as r, createElementVNode as S, createTextVNode as d, toDisplayString as f, createCommentVNode as u, renderSlot as _ } from "vue";
2
2
  import w from "github-slugger";
3
3
  import { useConfig as N } from "../../../hooks/useConfig.js";
4
4
  import B from "../../../features/DownloadLink/DownloadLink.vue.js";
5
5
  import D from "./Description.vue.js";
6
6
  import H from "../../Section/SectionContainer.vue.js";
7
- import b from "../../Section/Section.vue.js";
8
- import L from "../../Section/SectionContent.vue.js";
9
- import _ from "../../Badge/Badge.vue.js";
7
+ import L from "../../Section/Section.vue.js";
8
+ import b from "../../Section/SectionContent.vue.js";
9
+ import C from "../../Badge/Badge.vue.js";
10
10
  import A from "../../Section/SectionHeader.vue.js";
11
11
  import E from "../../Section/SectionHeaderTag.vue.js";
12
12
  import F from "../../Section/SectionColumns.vue.js";
13
- import C from "../../Section/SectionColumn.vue.js";
13
+ import k from "../../Section/SectionColumn.vue.js";
14
14
  const G = { class: "flex gap-1" }, I = { class: "sticky-cards" }, Y = /* @__PURE__ */ V({
15
15
  __name: "Introduction",
16
16
  props: {
17
17
  info: {},
18
18
  parsedSpec: {}
19
19
  },
20
- setup(k) {
21
- const i = k, p = s(
20
+ setup(y) {
21
+ const i = y, p = s(
22
22
  () => {
23
23
  var e, n;
24
24
  return ((e = i.parsedSpec) == null ? void 0 : e.openapi) ?? ((n = i.parsedSpec) == null ? void 0 : n.swagger) ?? "";
25
25
  }
26
- ), y = new w(), h = s(() => {
26
+ ), h = new w(), T = s(() => {
27
27
  var e;
28
- return y.slug(((e = i.info) == null ? void 0 : e.title) ?? "");
28
+ return h.slug(((e = i.info) == null ? void 0 : e.title) ?? "");
29
29
  }), m = s(() => {
30
30
  var e, n;
31
31
  return typeof ((e = i.info) == null ? void 0 : e.version) == "string" ? i.info.version.toString().match(/^\d/) ? `v${i.info.version}` : i.info.version : typeof ((n = i.info) == null ? void 0 : n.version) == "number" ? `v${i.info.version}` : void 0;
32
- }), T = N();
32
+ }), c = N();
33
33
  return $(() => {
34
34
  var e, n;
35
- return (n = (e = T.value).onLoaded) == null ? void 0 : n.call(e);
35
+ return (n = (e = c.value).onLoaded) == null ? void 0 : n.call(e);
36
36
  }), (e, n) => (l(), a(o(H), null, {
37
37
  default: t(() => [
38
- r(o(b), { class: "introduction-section gap-12" }, {
38
+ r(o(L), { class: "introduction-section gap-12" }, {
39
39
  default: t(() => {
40
- var c, v;
40
+ var v, g;
41
41
  return [
42
- r(o(L), {
43
- loading: !((c = e.info) != null && c.description) && !((v = e.info) != null && v.title)
42
+ r(o(b), {
43
+ loading: o(c).isLoading ?? (!((v = e.info) != null && v.description) && !((g = e.info) != null && g.title))
44
44
  }, {
45
45
  default: t(() => [
46
- g("div", G, [
47
- m.value ? (l(), a(o(_), { key: 0 }, {
46
+ S("div", G, [
47
+ m.value ? (l(), a(o(C), { key: 0 }, {
48
48
  default: t(() => [
49
49
  d(f(m.value), 1)
50
50
  ]),
51
51
  _: 1
52
52
  })) : u("", !0),
53
- p.value ? (l(), a(o(_), { key: 1 }, {
53
+ p.value ? (l(), a(o(C), { key: 1 }, {
54
54
  default: t(() => [
55
55
  d("OAS " + f(p.value), 1)
56
56
  ]),
@@ -71,10 +71,10 @@ const G = { class: "flex gap-1" }, I = { class: "sticky-cards" }, Y = /* @__PURE
71
71
  ]),
72
72
  _: 1
73
73
  }, 8, ["loading"]),
74
- r(B, { specTitle: h.value }, null, 8, ["specTitle"]),
74
+ r(B, { specTitle: T.value }, null, 8, ["specTitle"]),
75
75
  r(o(F), null, {
76
76
  default: t(() => [
77
- r(o(C), null, {
77
+ r(o(k), null, {
78
78
  default: t(() => [
79
79
  r(D, {
80
80
  value: e.info.description
@@ -82,10 +82,10 @@ const G = { class: "flex gap-1" }, I = { class: "sticky-cards" }, Y = /* @__PURE
82
82
  ]),
83
83
  _: 1
84
84
  }),
85
- e.$slots.aside ? (l(), a(o(C), { key: 0 }, {
85
+ e.$slots.aside ? (l(), a(o(k), { key: 0 }, {
86
86
  default: t(() => [
87
- g("div", I, [
88
- S(e.$slots, "aside", {}, void 0, !0)
87
+ S("div", I, [
88
+ _(e.$slots, "aside", {}, void 0, !0)
89
89
  ])
90
90
  ]),
91
91
  _: 3
@@ -96,7 +96,7 @@ const G = { class: "flex gap-1" }, I = { class: "sticky-cards" }, Y = /* @__PURE
96
96
  ]),
97
97
  _: 3
98
98
  }, 8, ["loading"]),
99
- S(e.$slots, "after", {}, void 0, !0)
99
+ _(e.$slots, "after", {}, void 0, !0)
100
100
  ];
101
101
  }),
102
102
  _: 3
@@ -1 +1 @@
1
- {"version":3,"file":"Lazy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Lazy.vue"],"names":[],"mappings":"AA2DA;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAEf,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AAwCJ,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA9FR,OAAO;iBAEF,MAAM;6EAmGtB,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"}
1
+ {"version":3,"file":"Lazy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Lazy.vue"],"names":[],"mappings":"AA6DA;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAEf,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AA0CJ,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAhGR,OAAO;iBAEF,MAAM;6EAqGtB,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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AAwOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;AAqB7B;;;;;;;;;;;;GAYG;AACH,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,UAAU,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC7B,UAAU,EAAE,IAAI,CAAA;CACjB,CAAC;;YAFS,QAAQ,GAAG,SAAS;;AA8QjC,wBAQG"}
1
+ {"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AAuPA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;AAqB7B;;;;;;;;;;;;GAYG;AACH,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,UAAU,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC7B,UAAU,EAAE,IAAI,CAAA;CACjB,CAAC;;YAFS,QAAQ,GAAG,SAAS;;AA+RjC,wBAQG"}
@@ -44,7 +44,8 @@ const ve = /* @__PURE__ */ D({
44
44
  );
45
45
  }
46
46
  const p = i.parsedSpec.tags[c];
47
- if (!p) return;
47
+ if (!p)
48
+ return;
48
49
  p.name !== "default" && (C.value = n !== a.value && n.startsWith("tag")), y.value.push({
49
50
  ...p,
50
51
  lazyOperations: p.operations.slice(
@@ -54,7 +55,8 @@ const ve = /* @__PURE__ */ D({
54
55
  });
55
56
  } else if (a.value.startsWith("model")) {
56
57
  const o = Object.keys(S(i.parsedSpec) ?? {}), [, c] = a.value.toLowerCase().split("/"), s = a.value === "models" ? 0 : o.findIndex((p) => p.toLowerCase() === c);
57
- if (s === -1) return;
58
+ if (s === -1)
59
+ return;
58
60
  I.value = o.slice(s, s + 3);
59
61
  } else
60
62
  typeof window < "u" && L(a.value), setTimeout(() => b.value = !0, 1e3);
@@ -1 +1 @@
1
- {"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAkHA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAiB9E,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AAoMF,wBAMG"}
1
+ {"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAmHA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAiB9E,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AAoMF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Models.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-c7c5f295"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-066d8dc3"]]);
5
5
  export {
6
- m as default
6
+ p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as y, useId as k, computed as u, openBlock as s, createBlock as i, unref as e, withCtx as l, createVNode as o, createTextVNode as M, createElementVNode as g, normalizeClass as I, createElementBlock as N, Fragment as C, renderList as L, createCommentVNode as f } from "vue";
1
+ import { defineComponent as y, useId as k, computed as u, openBlock as a, createBlock as m, unref as e, withCtx as l, createVNode as o, createTextVNode as M, createElementVNode as g, normalizeClass as I, createElementBlock as N, Fragment as C, renderList as L, createCommentVNode as f } from "vue";
2
2
  import { ScalarErrorBoundary as B } from "@scalar/components";
3
3
  import H from "../../ShowMoreButton.vue.js";
4
4
  import w from "../../Section/SectionContainer.vue.js";
@@ -17,13 +17,13 @@ const S = 10, R = /* @__PURE__ */ y({
17
17
  schemas: {}
18
18
  },
19
19
  setup(_) {
20
- const m = _, n = k(), { collapsedSidebarItems: v } = T(), { getModelId: a } = j(), d = u(
21
- () => Object.keys(m.schemas ?? {}).length <= S || v[a()]
20
+ const i = _, n = k(), { collapsedSidebarItems: v } = T(), { getModelId: s } = j(), d = u(
21
+ () => Object.keys(i.schemas ?? {}).length <= S || v[s()]
22
22
  ), b = u(() => {
23
- const r = Object.keys(m.schemas ?? {});
24
- return d.value ? r : r.slice(0, S);
23
+ const t = Object.keys(i.schemas ?? {});
24
+ return d.value ? t : t.slice(0, S);
25
25
  });
26
- return (r, c) => r.schemas ? (s(), i(e(w), {
26
+ return (t, c) => t.schemas ? (a(), m(e(w), {
27
27
  key: 0,
28
28
  id: "models"
29
29
  }, {
@@ -51,23 +51,23 @@ const S = 10, R = /* @__PURE__ */ y({
51
51
  g("div", {
52
52
  class: I(["models-list", { "models-list-truncated": !d.value }])
53
53
  }, [
54
- (s(!0), N(C, null, L(b.value, (t) => (s(), i(e(h), {
55
- id: e(a)({ name: t }),
56
- key: t,
54
+ (a(!0), N(C, null, L(b.value, (r) => (a(), m(e(h), {
55
+ id: e(s)({ name: r }),
56
+ key: r,
57
57
  isLazy: ""
58
58
  }, {
59
59
  default: l(() => [
60
60
  o(e(V), {
61
- id: e(a)({ name: t }),
61
+ id: e(s)({ name: r }),
62
62
  class: "models-list-item",
63
- label: t
63
+ label: r
64
64
  }, {
65
65
  heading: l(() => [
66
66
  o(e(p), { level: 3 }, {
67
67
  default: l(() => [
68
68
  o(e(z), {
69
- name: t,
70
- value: r.schemas[t]
69
+ name: r,
70
+ value: t.schemas[r]
71
71
  }, null, 8, ["name", "value"])
72
72
  ]),
73
73
  _: 2
@@ -79,8 +79,9 @@ const S = 10, R = /* @__PURE__ */ y({
79
79
  o(e(A), {
80
80
  hideHeading: !0,
81
81
  noncollapsible: "",
82
- value: r.schemas[t]
83
- }, null, 8, ["value"])
82
+ schemas: t.schemas,
83
+ value: t.schemas[r]
84
+ }, null, 8, ["schemas", "value"])
84
85
  ]),
85
86
  _: 2
86
87
  }, 1024)
@@ -91,9 +92,9 @@ const S = 10, R = /* @__PURE__ */ y({
91
92
  _: 2
92
93
  }, 1032, ["id"]))), 128))
93
94
  ], 2),
94
- d.value ? f("", !0) : (s(), i(H, {
95
+ d.value ? f("", !0) : (a(), m(H, {
95
96
  key: 0,
96
- id: e(a)(),
97
+ id: e(s)(),
97
98
  class: "show-more-models"
98
99
  }, null, 8, ["id"]))
99
100
  ]),
@@ -9,6 +9,7 @@ type __VLS_Props = {
9
9
  /** Shows a toggle to hide/show children */
10
10
  noncollapsible?: boolean;
11
11
  hideHeading?: boolean;
12
+ schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
12
13
  };
13
14
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
15
  level: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AAwSA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAQ9E,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;;WARQ,MAAM;;AAoTlB,wBAOG"}
1
+ {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AA2TA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAQ9E,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;WAbQ,MAAM;;AAgUlB,wBAOG"}
@@ -1,7 +1,7 @@
1
- import o from "./Schema.vue2.js";
1
+ import a from "./Schema.vue2.js";
2
2
  /* empty css */
3
- import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ a(o, [["__scopeId", "data-v-a199f3ab"]]);
3
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const c = /* @__PURE__ */ o(a, [["__scopeId", "data-v-cab606aa"]]);
5
5
  export {
6
- f as default
6
+ c as default
7
7
  };