@scalar/api-reference 1.28.33 → 1.29.1

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 (227) hide show
  1. package/CHANGELOG.md +83 -0
  2. package/dist/browser/standalone.js +12818 -13331
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  5. package/dist/components/Anchor/Anchor.vue.js +2 -2
  6. package/dist/components/Anchor/Anchor.vue2.js +24 -22
  7. package/dist/components/ApiReferenceLayout.vue.d.ts +2 -2
  8. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  9. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  10. package/dist/components/ApiReferenceLayout.vue2.js +50 -50
  11. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  12. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
  13. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +5 -5
  14. package/dist/components/Content/ClientLibraries/useFeaturedHttpClients.d.ts +1 -1
  15. package/dist/components/Content/ClientLibraries/useFeaturedHttpClients.d.ts.map +1 -1
  16. package/dist/components/Content/Content.vue.js +2 -2
  17. package/dist/components/Content/Content.vue2.js +31 -32
  18. package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
  19. package/dist/components/Content/Introduction/Introduction.vue2.js +21 -21
  20. package/dist/components/Content/Lazy/Loading.vue.js +22 -22
  21. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  22. package/dist/components/Content/Models/Models.vue.js +2 -2
  23. package/dist/components/Content/Models/Models.vue2.js +17 -17
  24. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
  25. package/dist/components/Content/Models/ModelsAccordion.vue.js +2 -2
  26. package/dist/components/Content/Models/ModelsAccordion.vue2.js +14 -14
  27. package/dist/components/Content/Schema/Schema.preview.d.ts +98 -15
  28. package/dist/components/Content/Schema/Schema.preview.d.ts.map +1 -1
  29. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  30. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  31. package/dist/components/Content/Schema/Schema.vue2.js +2 -1
  32. package/dist/components/Content/Schema/{SchemaDiscriminator.vue.d.ts → SchemaComposition.vue.d.ts} +3 -2
  33. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -0
  34. package/dist/components/Content/Schema/SchemaComposition.vue.js +187 -0
  35. package/dist/components/Content/Schema/SchemaComposition.vue2.js +4 -0
  36. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +1 -1
  37. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  38. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  39. package/dist/components/Content/Schema/SchemaProperty.vue2.js +31 -30
  40. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts +0 -1
  41. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
  42. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +3 -3
  43. package/dist/components/Content/Schema/SchemaPropertyExamples.vue2.js +8 -9
  44. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  45. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  46. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +165 -146
  47. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts +1 -1
  48. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
  49. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +50 -40
  50. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts +3 -2
  51. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts.map +1 -1
  52. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.js +13 -13
  53. package/dist/components/Content/Schema/helpers/schema-composition.d.ts +12 -0
  54. package/dist/components/Content/Schema/helpers/schema-composition.d.ts.map +1 -0
  55. package/dist/components/Content/Schema/helpers/schema-composition.js +8 -0
  56. package/dist/components/Content/Schema/helpers/schema-discriminator.d.ts +4 -0
  57. package/dist/components/Content/Schema/helpers/schema-discriminator.d.ts.map +1 -0
  58. package/dist/components/Content/Tag/OperationsListItem.vue.js +1 -1
  59. package/dist/components/Content/Tag/OperationsListItem.vue2.js +1 -1
  60. package/dist/components/Content/Tag/TagAccordion.vue.js +2 -2
  61. package/dist/components/Content/Tag/TagAccordion.vue2.js +10 -10
  62. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  63. package/dist/components/Content/Tag/TagList.vue.js +8 -8
  64. package/dist/components/Content/Tag/TagSection.vue.d.ts.map +1 -1
  65. package/dist/components/Content/Tag/TagSection.vue.js +2 -2
  66. package/dist/components/Content/Tag/TagSection.vue2.js +8 -8
  67. package/dist/components/GettingStarted.vue.d.ts +2 -2
  68. package/dist/components/Layouts/Layouts.vue.d.ts +3 -0
  69. package/dist/components/Layouts/Layouts.vue.d.ts.map +1 -1
  70. package/dist/components/Layouts/Layouts.vue.js +14 -23
  71. package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
  72. package/dist/components/Layouts/ModernLayout.vue.js +2 -2
  73. package/dist/components/Layouts/ModernLayout.vue2.js +51 -45
  74. package/dist/components/MobileHeader.vue.js +3 -3
  75. package/dist/components/Section/CompactSection.vue.js +2 -2
  76. package/dist/components/Section/CompactSection.vue2.js +4 -4
  77. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  78. package/dist/components/Section/Section.vue.js +1 -1
  79. package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
  80. package/dist/components/ShowMoreButton.vue.js +2 -2
  81. package/dist/components/Sidebar/Sidebar.vue.d.ts +1 -1
  82. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  83. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  84. package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
  85. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
  86. package/dist/components/Sidebar/SidebarElement.vue.js +1 -1
  87. package/dist/components/Sidebar/SidebarElement.vue2.js +6 -6
  88. package/dist/components/SingleApiReference.vue.d.ts +1 -0
  89. package/dist/components/SingleApiReference.vue.d.ts.map +1 -1
  90. package/dist/components/SingleApiReference.vue.js +25 -22
  91. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts +1 -1
  92. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
  93. package/dist/features/ApiClientModal/ApiClientModal.vue.js +3 -3
  94. package/dist/features/ApiClientModal/index.d.ts +1 -1
  95. package/dist/features/ApiClientModal/index.d.ts.map +1 -1
  96. package/dist/features/ApiClientModal/useApiClient.d.ts +186 -146
  97. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  98. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  99. package/dist/features/BaseUrl/BaseUrl.vue.js +11 -10
  100. package/dist/features/DownloadLink/DownloadLink.vue.d.ts +1 -1
  101. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
  102. package/dist/features/DownloadLink/DownloadLink.vue.js +1 -1
  103. package/dist/features/DownloadLink/DownloadLink.vue2.js +17 -17
  104. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  105. package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
  106. package/dist/features/ExampleRequest/ExampleRequest.vue2.js +12 -12
  107. package/dist/features/Operation/Webhooks.vue.d.ts.map +1 -1
  108. package/dist/features/Operation/Webhooks.vue.js +2 -2
  109. package/dist/features/Operation/Webhooks.vue2.js +13 -13
  110. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  111. package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
  112. package/dist/features/Operation/components/ParameterListItem.vue2.js +18 -18
  113. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  114. package/dist/features/Operation/components/RequestBody.vue.js +2 -2
  115. package/dist/features/Operation/components/RequestBody.vue2.js +38 -32
  116. package/dist/features/Operation/hooks/useResponses.d.ts +1 -0
  117. package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -1
  118. package/dist/features/Operation/hooks/useResponses.js +13 -12
  119. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  120. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  121. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +1 -1
  122. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  123. package/dist/features/Operation/layouts/ModernLayout.vue2.js +1 -1
  124. package/dist/features/Search/SearchButton.vue.js +2 -2
  125. package/dist/features/Search/SearchButton.vue2.js +1 -1
  126. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  127. package/dist/features/Search/SearchModal.vue.js +2 -2
  128. package/dist/features/Search/SearchModal.vue2.js +1 -1
  129. package/dist/features/Search/useSearchIndex.d.ts +1 -1
  130. package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
  131. package/dist/features/Search/useSearchIndex.js +20 -21
  132. package/dist/helpers/{isMacOs.d.ts → is-mac-os.d.ts} +1 -1
  133. package/dist/helpers/is-mac-os.d.ts.map +1 -0
  134. package/dist/helpers/parse.d.ts.map +1 -1
  135. package/dist/helpers/parse.js +1 -1
  136. package/dist/helpers/{scrollToId.d.ts → scroll-to-id.d.ts} +1 -1
  137. package/dist/helpers/scroll-to-id.d.ts.map +1 -0
  138. package/dist/helpers/sleep.d.ts +0 -2
  139. package/dist/helpers/sleep.d.ts.map +1 -1
  140. package/dist/hooks/useNavState.d.ts.map +1 -1
  141. package/dist/hooks/useNavState.js +28 -28
  142. package/dist/hooks/useReactiveSpec.js +1 -1
  143. package/dist/hooks/useSidebar.d.ts.map +1 -1
  144. package/dist/hooks/useSidebar.js +45 -49
  145. package/dist/index.d.ts +3 -3
  146. package/dist/index.d.ts.map +1 -1
  147. package/dist/index.js +44 -43
  148. package/dist/legacy/fixtures/index.d.ts +1 -1
  149. package/dist/legacy/fixtures/index.d.ts.map +1 -1
  150. package/dist/legacy/helpers/index.d.ts +1 -1
  151. package/dist/legacy/helpers/index.d.ts.map +1 -1
  152. package/dist/libs/download.d.ts +9 -0
  153. package/dist/libs/download.d.ts.map +1 -0
  154. package/dist/libs/download.js +19 -0
  155. package/dist/{helpers/getLowestHeadingLevel.d.ts → libs/markdown.d.ts} +5 -1
  156. package/dist/libs/markdown.d.ts.map +1 -0
  157. package/dist/libs/markdown.js +18 -0
  158. package/dist/libs/openapi.d.ts +56 -0
  159. package/dist/libs/openapi.d.ts.map +1 -0
  160. package/dist/libs/openapi.js +102 -0
  161. package/dist/style.css +1 -1
  162. package/dist/types.d.ts +1 -45
  163. package/dist/types.d.ts.map +1 -1
  164. package/package.json +22 -27
  165. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +0 -1
  166. package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +0 -7
  167. package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +0 -167
  168. package/dist/esm.js +0 -34
  169. package/dist/helpers/createEmptySpecification.d.ts +0 -8
  170. package/dist/helpers/createEmptySpecification.d.ts.map +0 -1
  171. package/dist/helpers/createEmptySpecification.js +0 -27
  172. package/dist/helpers/deepMerge.d.ts +0 -5
  173. package/dist/helpers/deepMerge.d.ts.map +0 -1
  174. package/dist/helpers/deepMerge.js +0 -8
  175. package/dist/helpers/generateParameters.d.ts +0 -6
  176. package/dist/helpers/generateParameters.d.ts.map +0 -1
  177. package/dist/helpers/get-request.d.ts +0 -59
  178. package/dist/helpers/get-request.d.ts.map +0 -1
  179. package/dist/helpers/getHeadingsFromMarkdown.d.ts +0 -6
  180. package/dist/helpers/getHeadingsFromMarkdown.d.ts.map +0 -1
  181. package/dist/helpers/getHeadingsFromMarkdown.js +0 -13
  182. package/dist/helpers/getLowestHeadingLevel.d.ts.map +0 -1
  183. package/dist/helpers/getLowestHeadingLevel.js +0 -7
  184. package/dist/helpers/getModels.d.ts +0 -7
  185. package/dist/helpers/getModels.d.ts.map +0 -1
  186. package/dist/helpers/getModels.js +0 -22
  187. package/dist/helpers/getVariableNames.d.ts +0 -5
  188. package/dist/helpers/getVariableNames.d.ts.map +0 -1
  189. package/dist/helpers/hasModels.d.ts +0 -3
  190. package/dist/helpers/hasModels.d.ts.map +0 -1
  191. package/dist/helpers/hasModels.js +0 -5
  192. package/dist/helpers/hasSecuritySchemes.d.ts +0 -3
  193. package/dist/helpers/hasSecuritySchemes.d.ts.map +0 -1
  194. package/dist/helpers/hasWebhooks.d.ts +0 -3
  195. package/dist/helpers/hasWebhooks.d.ts.map +0 -1
  196. package/dist/helpers/hasWebhooks.js +0 -4
  197. package/dist/helpers/index.d.ts +0 -17
  198. package/dist/helpers/index.d.ts.map +0 -1
  199. package/dist/helpers/isMacOs.d.ts.map +0 -1
  200. package/dist/helpers/mapFromObject.d.ts +0 -8
  201. package/dist/helpers/mapFromObject.d.ts.map +0 -1
  202. package/dist/helpers/mergeAllObjects.d.ts +0 -5
  203. package/dist/helpers/mergeAllObjects.d.ts.map +0 -1
  204. package/dist/helpers/scrollToId.d.ts.map +0 -1
  205. package/dist/helpers/specDownloads.d.ts +0 -7
  206. package/dist/helpers/specDownloads.d.ts.map +0 -1
  207. package/dist/helpers/specDownloads.js +0 -19
  208. package/dist/helpers/specHelpers.d.ts +0 -16
  209. package/dist/helpers/specHelpers.d.ts.map +0 -1
  210. package/dist/helpers/specHelpers.js +0 -36
  211. package/dist/helpers/waitFor.d.ts +0 -5
  212. package/dist/helpers/waitFor.d.ts.map +0 -1
  213. package/dist/hooks/index.d.ts +0 -5
  214. package/dist/hooks/index.d.ts.map +0 -1
  215. package/dist/legacy/helpers/encodeStringAsBase64.d.ts +0 -5
  216. package/dist/legacy/helpers/encodeStringAsBase64.d.ts.map +0 -1
  217. package/dist/legacy/index.d.ts +0 -5
  218. package/dist/legacy/index.d.ts.map +0 -1
  219. package/dist/legacy/types.d.ts +0 -94
  220. package/dist/legacy/types.d.ts.map +0 -1
  221. package/dist/libs/operation.d.ts +0 -15
  222. package/dist/libs/operation.d.ts.map +0 -1
  223. package/dist/libs/operation.js +0 -16
  224. package/dist/stores/index.d.ts +0 -2
  225. package/dist/stores/index.d.ts.map +0 -1
  226. /package/dist/helpers/{isMacOs.js → is-mac-os.js} +0 -0
  227. /package/dist/helpers/{scrollToId.js → scroll-to-id.js} +0 -0
@@ -0,0 +1,187 @@
1
+ import { defineComponent as L, ref as U, computed as m, resolveComponent as D, createElementBlock as u, openBlock as s, createCommentVNode as p, createBlock as f, Fragment as V, renderList as E, createVNode as b, createElementVNode as d, unref as v, withCtx as F, toDisplayString as H } from "vue";
2
+ import { ScalarListbox as I, ScalarMarkdown as M } from "@scalar/components";
3
+ import { ScalarIconCaretDown as $ } from "@scalar/icons";
4
+ import { stringify as w } from "flatted";
5
+ import { mergeAllOfSchemas as Z } from "./helpers/merge-all-of-schemas.js";
6
+ import { hasComposition as g } from "./helpers/schema-composition.js";
7
+ import S from "./Schema.vue.js";
8
+ const G = { class: "property-rule" }, J = {
9
+ class: "composition-selector bg-b-1.5 hover:bg-b-2 py-1.25 flex w-full cursor-pointer items-center gap-1 rounded-t-lg border border-b-0 px-2 pr-3 text-left",
10
+ type: "button"
11
+ }, K = { class: "text-c-2" }, P = { class: "composition-selector-label text-c-1 relative" }, Q = { class: "composition-panel" }, R = {
12
+ key: 0,
13
+ class: "property-description border-x border-t p-2"
14
+ }, ne = /* @__PURE__ */ L({
15
+ __name: "SchemaComposition",
16
+ props: {
17
+ composition: {},
18
+ schemas: {},
19
+ name: {},
20
+ value: {},
21
+ level: {},
22
+ compact: { type: Boolean },
23
+ hideHeading: { type: Boolean }
24
+ },
25
+ setup(l) {
26
+ const y = U(0), C = m(
27
+ () => k.value.map((e, o) => ({
28
+ id: String(o),
29
+ label: A(e) || "Schema"
30
+ }))
31
+ ), O = m({
32
+ get: () => C.value.find(
33
+ (e) => e.id === String(y.value)
34
+ ),
35
+ set: (e) => y.value = Number(e.id)
36
+ }), j = m(() => {
37
+ var t;
38
+ const e = ["oneOf", "anyOf"].includes(l.composition), o = l.composition === "allOf" && ((t = l.value[l.composition]) == null ? void 0 : t.some((n) => g(n)));
39
+ return e || o;
40
+ }), A = (e) => {
41
+ if (!e)
42
+ return null;
43
+ if (e.title)
44
+ return e.title;
45
+ if (e.name)
46
+ return e.name;
47
+ if (l.schemas && typeof l.schemas == "object") {
48
+ for (const [o, t] of Object.entries(l.schemas))
49
+ if (w(t) === w(e))
50
+ return o;
51
+ }
52
+ if (e.type === "array" && e.items)
53
+ return `Array of ${e.items.type || "any"}`;
54
+ if (e.type)
55
+ return e.type;
56
+ if (typeof e == "object") {
57
+ const o = Object.keys(e);
58
+ if (o.length > 0)
59
+ return o[0];
60
+ }
61
+ return null;
62
+ }, B = (e) => e.find((o) => g(o)), k = m(() => {
63
+ const e = B(l.value[l.composition]);
64
+ return e ? (e.oneOf || e.anyOf).map((t) => {
65
+ if (t.allOf) {
66
+ const n = t.allOf.find((c) => c.title), i = t.allOf.find((c) => !c.title);
67
+ return n && i ? {
68
+ ...n,
69
+ properties: {
70
+ ...n.properties,
71
+ ...i.properties
72
+ },
73
+ required: [
74
+ ...n.required || [],
75
+ ...i.required || []
76
+ ],
77
+ oneOf: i.oneOf,
78
+ anyOf: i.anyOf
79
+ } : n || t;
80
+ }
81
+ return t;
82
+ }) : l.value[l.composition];
83
+ }), T = (e) => {
84
+ var o, t;
85
+ if (e === "allOf") {
86
+ const n = (t = (o = l.value) == null ? void 0 : o[e]) == null ? void 0 : t.find(
87
+ (i) => g(i)
88
+ );
89
+ if (n != null && n.oneOf)
90
+ return "One of";
91
+ if (n != null && n.anyOf)
92
+ return "Any of";
93
+ }
94
+ return e.replace(/([A-Z])/g, " $1").replace(/^./, (n) => n.toUpperCase()).toLowerCase().replace(/^(\w)/, (n) => n.toUpperCase());
95
+ }, r = m(
96
+ () => k.value[y.value]
97
+ ), h = m(() => {
98
+ var e;
99
+ return (e = r.value) != null && e.oneOf ? "oneOf" : "anyOf";
100
+ }), q = m(() => {
101
+ var o;
102
+ const e = h.value;
103
+ return (o = r.value) == null ? void 0 : o[e];
104
+ });
105
+ return (e, o) => {
106
+ var n, i, c, N;
107
+ const t = D("SchemaComposition", !0);
108
+ return s(), u("div", G, [
109
+ e.composition === "allOf" && e.value[e.composition].some((a) => a.oneOf || a.anyOf) ? (s(!0), u(V, { key: 0 }, E(e.value[e.composition].filter(
110
+ (a) => !a.oneOf && !a.anyOf
111
+ ), (a, z) => (s(), f(S, {
112
+ key: z,
113
+ compact: e.compact,
114
+ level: e.level,
115
+ name: e.name,
116
+ noncollapsible: e.level == 0,
117
+ schemas: e.schemas,
118
+ value: a
119
+ }, null, 8, ["compact", "level", "name", "noncollapsible", "schemas", "value"]))), 128)) : p("", !0),
120
+ j.value ? (s(), u(V, { key: 1 }, [
121
+ b(v(I), {
122
+ modelValue: O.value,
123
+ "onUpdate:modelValue": o[0] || (o[0] = (a) => O.value = a),
124
+ options: C.value,
125
+ resize: ""
126
+ }, {
127
+ default: F(() => {
128
+ var a;
129
+ return [
130
+ d("button", J, [
131
+ d("span", K, H(T(e.composition)), 1),
132
+ d("span", P, H(((a = O.value) == null ? void 0 : a.label) || "Schema"), 1),
133
+ b(v($), { class: "z-1" })
134
+ ])
135
+ ];
136
+ }),
137
+ _: 1
138
+ }, 8, ["modelValue", "options"]),
139
+ d("div", Q, [
140
+ (n = r.value) != null && n.description ? (s(), u("div", R, [
141
+ b(v(M), {
142
+ value: r.value.description
143
+ }, null, 8, ["value"])
144
+ ])) : p("", !0),
145
+ (i = r.value) != null && i.properties ? (s(), f(S, {
146
+ key: 1,
147
+ compact: e.compact,
148
+ level: e.level + 1,
149
+ hideHeading: e.hideHeading,
150
+ name: e.name,
151
+ noncollapsible: !0,
152
+ schemas: e.schemas,
153
+ value: {
154
+ type: "object",
155
+ properties: r.value.properties
156
+ }
157
+ }, null, 8, ["compact", "level", "hideHeading", "name", "schemas", "value"])) : p("", !0),
158
+ (c = r.value) != null && c.oneOf || (N = r.value) != null && N.anyOf ? (s(), f(t, {
159
+ key: 2,
160
+ compact: e.compact,
161
+ composition: h.value,
162
+ hideHeading: e.hideHeading,
163
+ level: e.level + 1,
164
+ name: e.name,
165
+ noncollapsible: !0,
166
+ schemas: e.schemas,
167
+ value: {
168
+ [h.value]: q.value
169
+ }
170
+ }, null, 8, ["compact", "composition", "hideHeading", "level", "name", "schemas", "value"])) : p("", !0)
171
+ ])
172
+ ], 64)) : (s(), f(S, {
173
+ key: 2,
174
+ compact: e.compact,
175
+ level: e.level,
176
+ name: e.name,
177
+ noncollapsible: e.level == 0,
178
+ schemas: e.schemas,
179
+ value: v(Z)(e.value[e.composition])
180
+ }, null, 8, ["compact", "level", "name", "noncollapsible", "schemas", "value"]))
181
+ ]);
182
+ };
183
+ }
184
+ });
185
+ export {
186
+ ne as default
187
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./SchemaComposition.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -3,7 +3,7 @@ import { type Component } from 'vue';
3
3
  /**
4
4
  * Note: We’re taking in a prop called `value` which should be a JSON Schema.
5
5
  *
6
- * We’re using `optimizeValueForDisplay` to merge null types in discriminators (anyOf, allOf, oneOf, not).
6
+ * We’re using `optimizeValueForDisplay` to merge null types in compositions (anyOf, allOf, oneOf, not).
7
7
  * So you should basically use the optimizedValue everywhere in the component.
8
8
  */
9
9
  type __VLS_Props = {
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":"AA0gBA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,KAAK,CAAA;AAe9C;;;;;GAKG;AAEH,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,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;IACX,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;;cAZW,OAAO;WAFV,MAAM;aAGJ,OAAO;kBAIF,OAAO;;AAmd1B,0BAQG"}
1
+ {"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":"AA+gBA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,KAAK,CAAA;AAc9C;;;;;GAKG;AAEH,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,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;IACX,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;;cAZW,OAAO;WAFV,MAAM;aAGJ,OAAO;kBAIF,OAAO;;AAod1B,0BAQG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./SchemaProperty.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-82c33291"]]);
4
+ const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-e6131992"]]);
5
5
  export {
6
- a as default
6
+ p as default
7
7
  };
@@ -1,9 +1,9 @@
1
- import { defineComponent as $, computed as y, createBlock as h, openBlock as l, resolveDynamicComponent as M, normalizeClass as I, withCtx as m, createCommentVNode as r, createElementBlock as s, createVNode as a, createSlots as G, createTextVNode as D, toDisplayString as c, unref as i, Fragment as d, renderList as k, createElementVNode as f } from "vue";
1
+ import { defineComponent as Z, computed as y, createBlock as h, openBlock as l, resolveDynamicComponent as M, normalizeClass as A, withCtx as m, createCommentVNode as r, createElementBlock as s, createVNode as a, createSlots as G, createTextVNode as D, toDisplayString as c, unref as i, Fragment as d, renderList as k, createElementVNode as f } from "vue";
2
2
  import { Disclosure as J, DisclosurePanel as K, DisclosureButton as Q } from "@headlessui/vue";
3
- import { ScalarMarkdown as S, ScalarIcon as W } from "@scalar/components";
4
- import { optimizeValueForDisplay as X, discriminators as Y } from "./helpers/optimizeValueForDisplay.js";
5
- import L from "./Schema.vue.js";
6
- import O from "./SchemaDiscriminator.vue.js";
3
+ import { ScalarMarkdown as H, ScalarIcon as W } from "@scalar/components";
4
+ import { optimizeValueForDisplay as X, compositions as Y } from "./helpers/optimizeValueForDisplay.js";
5
+ import I from "./Schema.vue.js";
6
+ import L from "./SchemaComposition.vue.js";
7
7
  import x from "./SchemaPropertyHeading.vue.js";
8
8
  import ee from "../../SpecificationExtension/SpecificationExtension.vue.js";
9
9
  const ne = {
@@ -27,7 +27,7 @@ const ne = {
27
27
  }, de = {
28
28
  key: 0,
29
29
  class: "children"
30
- }, Be = /* @__PURE__ */ $({
30
+ }, Be = /* @__PURE__ */ Z({
31
31
  __name: "SchemaProperty",
32
32
  props: {
33
33
  is: {},
@@ -44,8 +44,8 @@ const ne = {
44
44
  schemas: {},
45
45
  hideHeading: { type: Boolean }
46
46
  },
47
- setup(_) {
48
- const R = _, H = {
47
+ setup(O) {
48
+ const $ = O, S = {
49
49
  integer: {
50
50
  _default: "Integer numbers.",
51
51
  int32: "Signed 32-bit integers (commonly used integer type).",
@@ -58,20 +58,20 @@ const ne = {
58
58
  byte: "base64-encoded characters, for example, U3dhZ2dlciByb2Nrcw==",
59
59
  binary: "binary data, used to describe files"
60
60
  }
61
- }, B = (e, t) => t != null && t.properties || t != null && t.additionalProperties || t != null && t.patternProperties || t != null && t.allOf ? null : e || (t == null ? void 0 : t.description) || null, E = (e) => !e || !H[e.type] ? null : H[e.type][e.format || "_default"], p = (e) => {
61
+ }, B = (e, t) => t != null && t.properties || t != null && t.additionalProperties || t != null && t.patternProperties || t != null && t.allOf ? null : e || (t == null ? void 0 : t.description) || null, E = (e) => !e || !S[e.type] ? null : S[e.type][e.format || "_default"], p = (e) => {
62
62
  var t;
63
63
  return (e == null ? void 0 : e.enum) || ((t = e == null ? void 0 : e.items) == null ? void 0 : t.enum) || [];
64
64
  }, C = y(
65
65
  () => p(n.value).length > 9
66
- ), P = y(() => C.value ? 5 : 9), T = y(
66
+ ), P = y(() => C.value ? 5 : 9), R = y(
67
67
  () => p(n.value).slice(0, P.value)
68
- ), U = y(
68
+ ), T = y(
69
69
  () => p(n.value).slice(P.value)
70
- ), n = y(() => X(R.value)), Z = (e, t, g, b, v) => t || g || b || (e == null ? void 0 : e.deprecated) || (e == null ? void 0 : e.const) || (e == null ? void 0 : e.enum) && e.enum.length === 1 || (e == null ? void 0 : e.type) || (e == null ? void 0 : e.nullable) === !0 || (e == null ? void 0 : e.writeOnly) || (e == null ? void 0 : e.readOnly) || v;
70
+ ), n = y(() => X($.value)), U = (e, t, g, b, v) => t || g || b || (e == null ? void 0 : e.deprecated) || (e == null ? void 0 : e.const) || (e == null ? void 0 : e.enum) && e.enum.length === 1 || (e == null ? void 0 : e.type) || (e == null ? void 0 : e.nullable) === !0 || (e == null ? void 0 : e.writeOnly) || (e == null ? void 0 : e.readOnly) || v;
71
71
  return (e, t) => {
72
72
  var g;
73
73
  return l(), h(M(e.is ?? "li"), {
74
- class: I(["property", [
74
+ class: A(["property", [
75
75
  (B(e.description, n.value), ""),
76
76
  `property--level-${e.level}`,
77
77
  {
@@ -83,7 +83,7 @@ const ne = {
83
83
  default: m(() => {
84
84
  var b, v, w, q, F, N, V, j, z;
85
85
  return [
86
- Z(
86
+ U(
87
87
  n.value,
88
88
  e.name,
89
89
  e.additional,
@@ -114,11 +114,11 @@ const ne = {
114
114
  } : void 0
115
115
  ]), 1032, ["additional", "enum", "pattern", "required", "value", "schemas"])) : r("", !0),
116
116
  B(e.description, n.value) ? (l(), s("div", ne, [
117
- a(i(S), {
117
+ a(i(H), {
118
118
  value: B(e.description, n.value)
119
119
  }, null, 8, ["value"])
120
120
  ])) : E(n.value) ? (l(), s("div", te, [
121
- a(i(S), {
121
+ a(i(H), {
122
122
  value: E(n.value) || ""
123
123
  }, null, 8, ["value"])
124
124
  ])) : r("", !0),
@@ -132,13 +132,13 @@ const ne = {
132
132
  f("div", ae, c(o), 1)
133
133
  ]),
134
134
  f("div", ie, [
135
- a(i(S), {
135
+ a(i(H), {
136
136
  value: n.value["x-enumDescriptions"][o]
137
137
  }, null, 8, ["value"])
138
138
  ])
139
139
  ]))), 128))
140
140
  ])) : (l(), s("ul", re, [
141
- (l(!0), s(d, null, k(T.value, (o) => (l(), s("li", {
141
+ (l(!0), s(d, null, k(R.value, (o) => (l(), s("li", {
142
142
  key: o,
143
143
  class: "property-enum-value"
144
144
  }, [
@@ -148,7 +148,7 @@ const ne = {
148
148
  default: m(({ open: o }) => [
149
149
  a(i(K), null, {
150
150
  default: m(() => [
151
- (l(!0), s(d, null, k(U.value, (u) => (l(), s("li", {
151
+ (l(!0), s(d, null, k(T.value, (u) => (l(), s("li", {
152
152
  key: u,
153
153
  class: "property-enum-value"
154
154
  }, [
@@ -160,7 +160,7 @@ const ne = {
160
160
  a(i(Q), { class: "enum-toggle-button" }, {
161
161
  default: m(() => [
162
162
  a(i(W), {
163
- class: I(["enum-toggle-button-icon", { "enum-toggle-button-icon--open": o }]),
163
+ class: A(["enum-toggle-button-icon", { "enum-toggle-button-icon--open": o }]),
164
164
  icon: "Add",
165
165
  size: "sm"
166
166
  }, null, 8, ["class"]),
@@ -174,17 +174,18 @@ const ne = {
174
174
  ]))
175
175
  ])) : r("", !0),
176
176
  ((q = n.value) == null ? void 0 : q.type) === "object" && ((F = n.value) != null && F.properties || (N = n.value) != null && N.additionalProperties) ? (l(), s("div", ce, [
177
- a(L, {
177
+ a(I, {
178
178
  compact: e.compact,
179
179
  level: e.level + 1,
180
180
  name: e.name,
181
181
  noncollapsible: e.noncollapsible,
182
- value: n.value
183
- }, null, 8, ["compact", "level", "name", "noncollapsible", "value"])
182
+ value: n.value,
183
+ schemas: e.schemas
184
+ }, null, 8, ["compact", "level", "name", "noncollapsible", "value", "schemas"])
184
185
  ])) : r("", !0),
185
186
  (V = n.value) != null && V.items && typeof n.value.items == "object" && "type" in n.value.items && typeof n.value.items.type == "string" ? (l(), s(d, { key: 5 }, [
186
187
  ["object"].includes((z = (j = n.value) == null ? void 0 : j.items) == null ? void 0 : z.type) ? (l(), s("div", de, [
187
- a(L, {
188
+ a(I, {
188
189
  compact: e.compact,
189
190
  level: e.level + 1,
190
191
  name: e.name,
@@ -194,29 +195,29 @@ const ne = {
194
195
  ])) : r("", !0)
195
196
  ], 64)) : r("", !0),
196
197
  (l(!0), s(d, null, k(i(Y), (o) => {
197
- var u, A;
198
+ var u, _;
198
199
  return l(), s(d, { key: o }, [
199
- (u = n.value) != null && u[o] ? (l(), h(O, {
200
+ (u = n.value) != null && u[o] ? (l(), h(L, {
200
201
  key: 0,
201
202
  compact: e.compact,
202
- discriminator: o,
203
+ composition: o,
203
204
  hideHeading: e.hideHeading,
204
205
  level: e.level,
205
206
  name: e.name,
206
207
  noncollapsible: e.noncollapsible,
207
208
  schemas: e.schemas,
208
209
  value: n.value
209
- }, null, 8, ["compact", "discriminator", "hideHeading", "level", "name", "noncollapsible", "schemas", "value"])) : (A = n.value) != null && A.items && typeof o == "string" && typeof n.value.items == "object" && o in n.value.items ? (l(), h(O, {
210
+ }, null, 8, ["compact", "composition", "hideHeading", "level", "name", "noncollapsible", "schemas", "value"])) : (_ = n.value) != null && _.items && typeof o == "string" && typeof n.value.items == "object" && !("type" in n.value.items) && o in n.value.items ? (l(), h(L, {
210
211
  key: 1,
211
212
  compact: e.compact,
212
- discriminator: o,
213
+ composition: o,
213
214
  hideHeading: e.hideHeading,
214
215
  level: e.level,
215
216
  name: e.name,
216
217
  noncollapsible: e.noncollapsible,
217
218
  schemas: e.schemas,
218
219
  value: n.value.items
219
- }, null, 8, ["compact", "discriminator", "hideHeading", "level", "name", "noncollapsible", "schemas", "value"])) : r("", !0)
220
+ }, null, 8, ["compact", "composition", "hideHeading", "level", "name", "noncollapsible", "schemas", "value"])) : r("", !0)
220
221
  ], 64);
221
222
  }), 128)),
222
223
  a(i(ee), { value: n.value }, null, 8, ["value"])
@@ -1,7 +1,6 @@
1
1
  type __VLS_Props = {
2
2
  examples?: Record<string, unknown>;
3
3
  example?: unknown;
4
- discriminatorType?: string;
5
4
  };
6
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>;
7
6
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaPropertyExamples.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyExamples.vue"],"names":[],"mappings":"AA4JA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAClC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B,CAAC;;AA4IF,wBAMG"}
1
+ {"version":3,"file":"SchemaPropertyExamples.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyExamples.vue"],"names":[],"mappings":"AA2JA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAClC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;AA4IF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./SchemaPropertyExamples.vue2.js";
2
2
  /* empty css */
3
- import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-0aa48422"]]);
3
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-1b238a2e"]]);
5
5
  export {
6
- p as default
6
+ m as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as y, createElementBlock as l, openBlock as p, Fragment as i, createCommentVNode as u, createElementVNode as e, unref as o, createVNode as c, toDisplayString as n, renderList as b } from "vue";
2
2
  import { ScalarIcon as x } from "@scalar/components";
3
3
  import { useClipboard as v } from "@scalar/use-hooks/useClipboard";
4
- import { formatExample as s } from "./helpers/formatExample.js";
4
+ import { formatExample as r } from "./helpers/formatExample.js";
5
5
  const f = {
6
6
  key: 0,
7
7
  class: "property-example"
@@ -15,14 +15,13 @@ const f = {
15
15
  __name: "SchemaPropertyExamples",
16
16
  props: {
17
17
  examples: {},
18
- example: {},
19
- discriminatorType: {}
18
+ example: {}
20
19
  },
21
20
  setup(E) {
22
21
  const { copyToClipboard: m } = v();
23
- return (t, r) => (p(), l(i, null, [
22
+ return (t, s) => (p(), l(i, null, [
24
23
  t.example ? (p(), l("div", f, [
25
- r[1] || (r[1] = e("button", {
24
+ s[1] || (s[1] = e("button", {
26
25
  type: "button",
27
26
  class: "property-example-label"
28
27
  }, [
@@ -32,9 +31,9 @@ const f = {
32
31
  e("button", {
33
32
  type: "button",
34
33
  class: "property-example-value group",
35
- onClick: r[0] || (r[0] = (a) => o(m)(String(o(s)(t.example))))
34
+ onClick: s[0] || (s[0] = (a) => o(m)(String(o(r)(t.example))))
36
35
  }, [
37
- e("span", null, n(o(s)(t.example)), 1),
36
+ e("span", null, n(o(r)(t.example)), 1),
38
37
  c(o(x), {
39
38
  icon: "Clipboard",
40
39
  size: "xs",
@@ -52,9 +51,9 @@ const f = {
52
51
  type: "button",
53
52
  key: d,
54
53
  class: "property-example-value group",
55
- onClick: (S) => o(m)(String(o(s)(a)))
54
+ onClick: (S) => o(m)(String(o(r)(a)))
56
55
  }, [
57
- e("span", null, n(o(s)(a)), 1),
56
+ e("span", null, n(o(r)(a)), 1),
58
57
  c(o(x), {
59
58
  icon: "Clipboard",
60
59
  size: "xs",
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaPropertyHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyHeading.vue"],"names":[],"mappings":"AAmSA,OAAO,KAAK,EAEV,SAAS,EACT,SAAS,EACT,WAAW,EACZ,MAAM,uBAAuB,CAAA;AAY9B,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,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;AA8DF,iBAAS,cAAc;WA+TT,OAAO,IAA6B;;sBATxB,GAAG;sBACH,GAAG;;;;EAa5B;AAgBD,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":"SchemaPropertyHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyHeading.vue"],"names":[],"mappings":"AAqVA,OAAO,KAAK,EAEV,SAAS,EACT,SAAS,EACT,WAAW,EACZ,MAAM,uBAAuB,CAAA;AAgB9B,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,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;AA2GF,iBAAS,cAAc;WAwUT,OAAO,IAA6B;;sBATxB,GAAG;sBACH,GAAG;;;;EAa5B;AAiBD,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 "./SchemaPropertyHeading.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-c69012d3"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-187c71e2"]]);
5
5
  export {
6
6
  m as default
7
7
  };