@scalar/api-reference 1.31.18 → 1.32.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 (215) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist/blocks/helpers/getPointer.d.ts +1 -1
  3. package/dist/blocks/helpers/getPointer.d.ts.map +1 -1
  4. package/dist/blocks/hooks/useBlockProps.js +10 -10
  5. package/dist/browser/standalone.js +14230 -14155
  6. package/dist/browser/webpack-stats.json +1 -1
  7. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  9. package/dist/components/ApiReferenceLayout.vue2.js +122 -124
  10. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  11. package/dist/components/Content/Content.vue.js +2 -2
  12. package/dist/components/Content/Content.vue2.js +93 -92
  13. package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
  14. package/dist/components/Content/Introduction/Introduction.vue2.js +3 -3
  15. package/dist/components/Content/Lazy/Loading.vue.d.ts +3 -0
  16. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Lazy/Loading.vue.js +94 -93
  18. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  19. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  20. package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
  21. package/dist/components/Content/Tag/Tag.vue.js +1 -1
  22. package/dist/components/Content/Tag/TagList.vue.d.ts +7 -1
  23. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  24. package/dist/components/Content/Tag/TagList.vue.js +41 -38
  25. package/dist/features/Operation/Operation.vue.d.ts +8 -3
  26. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  27. package/dist/features/Operation/Operation.vue.js +67 -51
  28. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  29. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  30. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  31. package/dist/features/Operation/components/callbacks/Callback.vue.js +2 -2
  32. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +9 -2
  33. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  34. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  35. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +92 -84
  36. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +10 -3
  37. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  38. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  39. package/dist/features/Operation/layouts/ModernLayout.vue2.js +132 -117
  40. package/dist/features/Search/SearchButton.vue.d.ts +1 -3
  41. package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
  42. package/dist/features/Search/SearchButton.vue.js +19 -19
  43. package/dist/features/Search/SearchModal.vue.js +2 -2
  44. package/dist/features/Search/SearchModal.vue2.js +4 -4
  45. package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
  46. package/dist/features/Search/useSearchIndex.js +15 -15
  47. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -0
  48. package/dist/features/api-client-modal/index.d.ts.map +1 -0
  49. package/dist/features/{ApiClientModal → api-client-modal}/useApiClient.d.ts +118 -118
  50. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -0
  51. package/dist/features/base-url/BaseUrl.vue.d.ts.map +1 -0
  52. package/dist/features/base-url/index.d.ts.map +1 -0
  53. package/dist/features/document-source/hooks/useDocumentFetcher.d.ts.map +1 -0
  54. package/dist/features/document-source/hooks/useDocumentSource.d.ts.map +1 -0
  55. package/dist/features/document-source/index.d.ts.map +1 -0
  56. package/dist/features/download-link/DownloadLink.vue.d.ts.map +1 -0
  57. package/dist/features/download-link/DownloadLink.vue.js +7 -0
  58. package/dist/features/download-link/index.d.ts.map +1 -0
  59. package/dist/features/download-link/openapi-version-symbol.d.ts.map +1 -0
  60. package/dist/features/example-request/ExamplePicker.vue.d.ts +13 -0
  61. package/dist/features/example-request/ExamplePicker.vue.d.ts.map +1 -0
  62. package/dist/features/example-request/ExamplePicker.vue.js +7 -0
  63. package/dist/features/example-request/ExamplePicker.vue2.js +56 -0
  64. package/dist/features/example-request/ExampleRequest.vue.d.ts.map +1 -0
  65. package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue.js +2 -2
  66. package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue2.js +93 -93
  67. package/dist/features/example-request/TextSelect.vue.d.ts.map +1 -0
  68. package/dist/features/example-request/index.d.ts.map +1 -0
  69. package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -0
  70. package/dist/features/example-responses/ExampleResponse.vue.js +7 -0
  71. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -0
  72. package/dist/features/example-responses/ExampleResponses.vue.js +7 -0
  73. package/dist/features/{ExampleResponses → example-responses}/ExampleResponses.vue2.js +1 -1
  74. package/dist/features/example-responses/index.d.ts.map +1 -0
  75. package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.d.ts.map +1 -1
  76. package/dist/features/multiple-documents/index.d.ts +3 -0
  77. package/dist/features/multiple-documents/index.d.ts.map +1 -0
  78. package/dist/{hooks → features/multiple-documents}/useMultipleDocuments.d.ts +1 -1
  79. package/dist/features/multiple-documents/useMultipleDocuments.d.ts.map +1 -0
  80. package/dist/features/sidebar/components/Sidebar.vue.d.ts.map +1 -0
  81. package/dist/features/sidebar/components/Sidebar.vue.js +7 -0
  82. package/dist/{components/Sidebar → features/sidebar/components}/Sidebar.vue2.js +2 -2
  83. package/dist/{components/Sidebar → features/sidebar/components}/SidebarElement.vue.d.ts +1 -1
  84. package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +1 -0
  85. package/dist/features/sidebar/components/SidebarElement.vue.js +7 -0
  86. package/dist/{components/Sidebar → features/sidebar/components}/SidebarElement.vue2.js +2 -2
  87. package/dist/features/sidebar/components/SidebarGroup.vue.d.ts.map +1 -0
  88. package/dist/features/sidebar/components/SidebarGroup.vue.js +7 -0
  89. package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts.map +1 -0
  90. package/dist/features/sidebar/components/SidebarHttpBadge.vue.js +7 -0
  91. package/dist/{components/Sidebar → features/sidebar/components}/SidebarHttpBadge.vue2.js +1 -1
  92. package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -1
  93. package/dist/features/sidebar/helpers/create-sidebar.js +8 -8
  94. package/dist/features/sidebar/index.d.ts +1 -0
  95. package/dist/features/sidebar/index.d.ts.map +1 -1
  96. package/dist/features/specification-extension/SpecificationExtension.vue.d.ts.map +1 -0
  97. package/dist/features/specification-extension/index.d.ts.map +1 -0
  98. package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -0
  99. package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue.js +2 -2
  100. package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue2.js +1 -1
  101. package/dist/features/test-request-button/index.d.ts.map +1 -0
  102. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
  103. package/dist/features/traverse-schema/helpers/traverse-paths.js +21 -20
  104. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
  105. package/dist/features/traverse-schema/helpers/traverse-schemas.js +14 -14
  106. package/dist/hooks/useOperationDiscriminator.d.ts +2 -2
  107. package/dist/hooks/useOperationDiscriminator.d.ts.map +1 -1
  108. package/dist/hooks/useOperationDiscriminator.js +28 -28
  109. package/dist/index.d.ts +1 -2
  110. package/dist/index.d.ts.map +1 -1
  111. package/dist/index.js +5 -5
  112. package/dist/libs/openapi.d.ts +5 -6
  113. package/dist/libs/openapi.d.ts.map +1 -1
  114. package/dist/libs/openapi.js +41 -43
  115. package/dist/style.css +1 -1
  116. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
  117. package/dist/v2/ApiReferenceWorkspace.vue.js +110 -65
  118. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +141 -0
  119. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -0
  120. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts +38 -0
  121. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts.map +1 -0
  122. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts +21 -0
  123. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts.map +1 -0
  124. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts +20 -0
  125. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts.map +1 -0
  126. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts +4 -0
  127. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts.map +1 -0
  128. package/dist/v2/blocks/scalar-request-example-block/index.d.ts +2 -0
  129. package/dist/v2/blocks/scalar-request-example-block/index.d.ts.map +1 -0
  130. package/dist/v2/blocks/scalar-request-example-block/types.d.ts +21 -0
  131. package/dist/v2/blocks/scalar-request-example-block/types.d.ts.map +1 -0
  132. package/package.json +11 -11
  133. package/dist/components/DocumentSelector/index.d.ts +0 -2
  134. package/dist/components/DocumentSelector/index.d.ts.map +0 -1
  135. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +0 -1
  136. package/dist/components/Sidebar/Sidebar.vue.js +0 -7
  137. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +0 -1
  138. package/dist/components/Sidebar/SidebarElement.vue.js +0 -7
  139. package/dist/components/Sidebar/SidebarGroup.vue.d.ts.map +0 -1
  140. package/dist/components/Sidebar/SidebarGroup.vue.js +0 -7
  141. package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +0 -1
  142. package/dist/components/Sidebar/SidebarHttpBadge.vue.js +0 -7
  143. package/dist/components/Sidebar/index.d.ts +0 -2
  144. package/dist/components/Sidebar/index.d.ts.map +0 -1
  145. package/dist/components/SpecificationExtension/SpecificationExtension.vue.d.ts.map +0 -1
  146. package/dist/components/SpecificationExtension/index.d.ts.map +0 -1
  147. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +0 -1
  148. package/dist/features/ApiClientModal/index.d.ts.map +0 -1
  149. package/dist/features/ApiClientModal/useApiClient.d.ts.map +0 -1
  150. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +0 -1
  151. package/dist/features/BaseUrl/index.d.ts.map +0 -1
  152. package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts.map +0 -1
  153. package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +0 -1
  154. package/dist/features/DocumentSource/index.d.ts.map +0 -1
  155. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +0 -1
  156. package/dist/features/DownloadLink/DownloadLink.vue.js +0 -7
  157. package/dist/features/DownloadLink/index.d.ts.map +0 -1
  158. package/dist/features/DownloadLink/openapi-version-symbol.d.ts.map +0 -1
  159. package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts +0 -10
  160. package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts.map +0 -1
  161. package/dist/features/ExampleRequest/ExamplePicker.vue.js +0 -7
  162. package/dist/features/ExampleRequest/ExamplePicker.vue2.js +0 -59
  163. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +0 -1
  164. package/dist/features/ExampleRequest/TextSelect.vue.d.ts.map +0 -1
  165. package/dist/features/ExampleRequest/index.d.ts.map +0 -1
  166. package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts.map +0 -1
  167. package/dist/features/ExampleResponses/ExampleResponse.vue.js +0 -7
  168. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +0 -1
  169. package/dist/features/ExampleResponses/ExampleResponses.vue.js +0 -7
  170. package/dist/features/ExampleResponses/index.d.ts.map +0 -1
  171. package/dist/features/TestRequestButton/TestRequestButton.vue.d.ts.map +0 -1
  172. package/dist/features/TestRequestButton/index.d.ts.map +0 -1
  173. package/dist/hooks/useMultipleDocuments.d.ts.map +0 -1
  174. /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue.d.ts +0 -0
  175. /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue.js +0 -0
  176. /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue2.js +0 -0
  177. /package/dist/features/{ApiClientModal → api-client-modal}/index.d.ts +0 -0
  178. /package/dist/features/{ApiClientModal → api-client-modal}/useApiClient.js +0 -0
  179. /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue.d.ts +0 -0
  180. /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue.js +0 -0
  181. /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue2.js +0 -0
  182. /package/dist/features/{BaseUrl → base-url}/index.d.ts +0 -0
  183. /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentFetcher.d.ts +0 -0
  184. /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentFetcher.js +0 -0
  185. /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentSource.d.ts +0 -0
  186. /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentSource.js +0 -0
  187. /package/dist/features/{DocumentSource → document-source}/index.d.ts +0 -0
  188. /package/dist/features/{DownloadLink → download-link}/DownloadLink.vue.d.ts +0 -0
  189. /package/dist/features/{DownloadLink → download-link}/DownloadLink.vue2.js +0 -0
  190. /package/dist/features/{DownloadLink → download-link}/index.d.ts +0 -0
  191. /package/dist/features/{DownloadLink → download-link}/openapi-version-symbol.d.ts +0 -0
  192. /package/dist/features/{DownloadLink → download-link}/openapi-version-symbol.js +0 -0
  193. /package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue.d.ts +0 -0
  194. /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue.d.ts +0 -0
  195. /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue.js +0 -0
  196. /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue3.js +0 -0
  197. /package/dist/features/{ExampleRequest → example-request}/index.d.ts +0 -0
  198. /package/dist/features/{ExampleResponses → example-responses}/ExampleResponse.vue.d.ts +0 -0
  199. /package/dist/features/{ExampleResponses → example-responses}/ExampleResponse.vue2.js +0 -0
  200. /package/dist/features/{ExampleResponses → example-responses}/ExampleResponses.vue.d.ts +0 -0
  201. /package/dist/features/{ExampleResponses → example-responses}/index.d.ts +0 -0
  202. /package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.d.ts +0 -0
  203. /package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.js +0 -0
  204. /package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue2.js +0 -0
  205. /package/dist/{hooks → features/multiple-documents}/useMultipleDocuments.js +0 -0
  206. /package/dist/{components/Sidebar → features/sidebar/components}/Sidebar.vue.d.ts +0 -0
  207. /package/dist/{components/Sidebar → features/sidebar/components}/SidebarGroup.vue.d.ts +0 -0
  208. /package/dist/{components/Sidebar → features/sidebar/components}/SidebarGroup.vue2.js +0 -0
  209. /package/dist/{components/Sidebar → features/sidebar/components}/SidebarHttpBadge.vue.d.ts +0 -0
  210. /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue.d.ts +0 -0
  211. /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue.js +0 -0
  212. /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue2.js +0 -0
  213. /package/dist/{components/SpecificationExtension → features/specification-extension}/index.d.ts +0 -0
  214. /package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue.d.ts +0 -0
  215. /package/dist/features/{TestRequestButton → test-request-button}/index.d.ts +0 -0
@@ -1,101 +1,101 @@
1
- import { defineComponent as F, computed as f, createElementBlock as i, openBlock as s, Fragment as v, createStaticVNode as G, createElementVNode as E, renderSlot as y, createBlock as t, createCommentVNode as c, unref as r, withCtx as U, createVNode as m, normalizeClass as I, renderList as O } from "vue";
2
- import { useWorkspace as R, useActiveEntities as D } from "@scalar/api-client/store";
3
- import { RequestAuth as H } from "@scalar/api-client/views/Request/RequestSection/RequestAuth";
4
- import { ScalarErrorBoundary as J } from "@scalar/components";
5
- import { getSlugUid as K } from "@scalar/oas-utils/transforms";
6
- import { useConfig as P } from "../../hooks/useConfig.js";
7
- import { getModels as p, hasModels as Q } from "../../libs/openapi.js";
8
- import T from "./Lazy/Loading.vue.js";
1
+ import { defineComponent as D, computed as p, createElementBlock as i, openBlock as r, Fragment as m, createStaticVNode as H, createElementVNode as M, renderSlot as f, createBlock as s, createCommentVNode as n, unref as t, withCtx as W, createVNode as v, normalizeClass as J, renderList as K } from "vue";
2
+ import { useWorkspace as P, useActiveEntities as Q } from "@scalar/api-client/store";
3
+ import { RequestAuth as T } from "@scalar/api-client/views/Request/RequestSection/RequestAuth";
4
+ import { ScalarErrorBoundary as X } from "@scalar/components";
5
+ import { getSlugUid as Y } from "@scalar/oas-utils/transforms";
6
+ import { useConfig as Z } from "../../hooks/useConfig.js";
7
+ import _ from "./Lazy/Loading.vue.js";
9
8
  /* empty css */
10
- import X from "./Introduction/Introduction.vue.js";
11
- import Y from "../../features/BaseUrl/BaseUrl.vue.js";
12
- import Z from "./ClientLibraries/ClientLibraries.vue.js";
13
- import S from "./Tag/TagList.vue.js";
14
- import _ from "./Models/ModelsAccordion.vue.js";
15
- import x from "./Models/Models.vue.js";
16
- const ee = { class: "narrow-references-container" }, re = {
9
+ import x from "./Introduction/Introduction.vue.js";
10
+ import ee from "../../features/base-url/BaseUrl.vue.js";
11
+ import te from "./ClientLibraries/ClientLibraries.vue.js";
12
+ import y from "./Tag/TagList.vue.js";
13
+ import oe from "./Models/ModelsAccordion.vue.js";
14
+ import re from "./Models/Models.vue.js";
15
+ const se = { class: "narrow-references-container" }, ae = {
17
16
  key: 0,
18
17
  class: "scalar-reference-intro-server scalar-client introduction-card-item text-sm leading-normal [--scalar-address-bar-height:0px]"
19
- }, ae = {
18
+ }, le = {
20
19
  key: 1,
21
20
  class: "scalar-reference-intro-auth scalar-client introduction-card-item leading-normal"
22
- }, he = /* @__PURE__ */ F({
21
+ }, Ce = /* @__PURE__ */ D({
23
22
  __name: "Content",
24
23
  props: {
25
24
  document: {},
26
25
  parsedSpec: {},
27
26
  layout: { default: "modern" }
28
27
  },
29
- setup($) {
30
- const M = $, u = P(), { collections: B, securitySchemes: N, servers: h } = R(), {
31
- activeCollection: W,
32
- activeEnvVariables: L,
33
- activeEnvironment: j,
34
- activeWorkspace: g
35
- } = D(), a = f(() => {
28
+ setup(L) {
29
+ const j = L, u = Z(), { collections: q, securitySchemes: z, servers: h } = P(), {
30
+ activeCollection: F,
31
+ activeEnvVariables: G,
32
+ activeEnvironment: I,
33
+ activeWorkspace: S
34
+ } = Q(), o = p(() => {
36
35
  if (u.value.slug) {
37
- const e = B[K(u.value.slug)];
36
+ const e = q[Y(u.value.slug)];
38
37
  if (e)
39
38
  return e;
40
39
  }
41
- return W.value;
42
- }), o = f(() => {
43
- if (a.value) {
44
- if (a.value.selectedServerUid) {
45
- const e = h[a.value.selectedServerUid];
40
+ return F.value;
41
+ }), a = p(() => {
42
+ if (o.value) {
43
+ if (o.value.selectedServerUid) {
44
+ const e = h[o.value.selectedServerUid];
46
45
  if (e)
47
46
  return e;
48
47
  }
49
- return h[a.value.servers[0]];
48
+ return h[o.value.servers[0]];
50
49
  }
51
- }), q = f(
52
- () => M.layout === "classic" ? "after" : "aside"
50
+ }), O = p(
51
+ () => j.layout === "classic" ? "after" : "aside"
53
52
  );
54
53
  return (e, k) => {
55
- var b, C, w, A, V;
56
- return s(), i(v, null, [
57
- k[0] || (k[0] = G('<div class="section-flare" data-v-86bac6ee><div class="section-flare-item" data-v-86bac6ee></div><div class="section-flare-item" data-v-86bac6ee></div><div class="section-flare-item" data-v-86bac6ee></div><div class="section-flare-item" data-v-86bac6ee></div><div class="section-flare-item" data-v-86bac6ee></div><div class="section-flare-item" data-v-86bac6ee></div><div class="section-flare-item" data-v-86bac6ee></div><div class="section-flare-item" data-v-86bac6ee></div></div>', 1)),
58
- E("div", ee, [
59
- y(e.$slots, "start", {}, void 0, !0),
60
- a.value ? (s(), t(r(T), {
54
+ var g, C, b, w, A, V, E, U, $, B, N;
55
+ return r(), i(m, null, [
56
+ k[0] || (k[0] = H('<div class="section-flare" data-v-3358908f><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div></div>', 1)),
57
+ M("div", se, [
58
+ f(e.$slots, "start", {}, void 0, !0),
59
+ o.value ? (r(), s(t(_), {
61
60
  key: 0,
62
- collection: a.value,
61
+ document: e.document,
62
+ collection: o.value,
63
63
  layout: e.layout,
64
64
  parsedSpec: e.parsedSpec,
65
- server: o.value
66
- }, null, 8, ["collection", "layout", "parsedSpec", "server"])) : c("", !0),
67
- (C = (b = e.document) == null ? void 0 : b.info) != null && C.title || (A = (w = e.document) == null ? void 0 : w.info) != null && A.description ? (s(), t(r(X), {
65
+ server: a.value
66
+ }, null, 8, ["document", "collection", "layout", "parsedSpec", "server"])) : n("", !0),
67
+ (C = (g = e.document) == null ? void 0 : g.info) != null && C.title || (w = (b = e.document) == null ? void 0 : b.info) != null && w.description ? (r(), s(t(x), {
68
68
  key: 1,
69
69
  document: e.document
70
70
  }, {
71
- [q.value]: U(() => [
72
- m(r(J), null, {
73
- default: U(() => {
74
- var n, l, d;
71
+ [O.value]: W(() => [
72
+ v(t(X), null, {
73
+ default: W(() => {
74
+ var c, l, d;
75
75
  return [
76
- E("div", {
77
- class: I(["introduction-card", { "introduction-card-row": e.layout === "classic" }])
76
+ M("div", {
77
+ class: J(["introduction-card", { "introduction-card-row": e.layout === "classic" }])
78
78
  }, [
79
- (l = (n = a.value) == null ? void 0 : n.servers) != null && l.length ? (s(), i("div", re, [
80
- m(r(Y), {
81
- collection: a.value,
82
- server: o.value
79
+ (l = (c = o.value) == null ? void 0 : c.servers) != null && l.length ? (r(), i("div", ae, [
80
+ v(t(ee), {
81
+ collection: o.value,
82
+ server: a.value
83
83
  }, null, 8, ["collection", "server"])
84
- ])) : c("", !0),
85
- a.value && r(g) && Object.keys(r(N) ?? {}).length ? (s(), i("div", ae, [
86
- m(r(H), {
87
- collection: a.value,
88
- envVariables: r(L),
89
- environment: r(j),
84
+ ])) : n("", !0),
85
+ o.value && t(S) && Object.keys(t(z) ?? {}).length ? (r(), i("div", le, [
86
+ v(t(T), {
87
+ collection: o.value,
88
+ envVariables: t(G),
89
+ environment: t(I),
90
90
  layout: "reference",
91
- persistAuth: r(u).persistAuth,
92
- selectedSecuritySchemeUids: ((d = a.value) == null ? void 0 : d.selectedSecuritySchemeUids) ?? [],
93
- server: o.value,
91
+ persistAuth: t(u).persistAuth,
92
+ selectedSecuritySchemeUids: ((d = o.value) == null ? void 0 : d.selectedSecuritySchemeUids) ?? [],
93
+ server: a.value,
94
94
  title: "Authentication",
95
- workspace: r(g)
95
+ workspace: t(S)
96
96
  }, null, 8, ["collection", "envVariables", "environment", "persistAuth", "selectedSecuritySchemeUids", "server", "workspace"])
97
- ])) : c("", !0),
98
- m(r(Z), { class: "introduction-card-item scalar-reference-intro-clients" })
97
+ ])) : n("", !0),
98
+ v(t(te), { class: "introduction-card-item scalar-reference-intro-clients" })
99
99
  ], 2)
100
100
  ];
101
101
  }),
@@ -103,35 +103,36 @@ const ee = { class: "narrow-references-container" }, re = {
103
103
  })
104
104
  ]),
105
105
  _: 2
106
- }, 1032, ["document"])) : y(e.$slots, "empty-state", { key: 2 }, void 0, !0),
107
- e.parsedSpec.tags && a.value ? (s(), i(v, { key: 3 }, [
108
- e.parsedSpec["x-tagGroups"] ? (s(!0), i(v, { key: 0 }, O(e.parsedSpec["x-tagGroups"], (n) => (s(), t(r(S), {
109
- key: n.name,
110
- collection: a.value,
106
+ }, 1032, ["document"])) : f(e.$slots, "empty-state", { key: 2 }, void 0, !0),
107
+ e.parsedSpec.tags && o.value ? (r(), i(m, { key: 3 }, [
108
+ e.parsedSpec["x-tagGroups"] ? (r(!0), i(m, { key: 0 }, K(e.parsedSpec["x-tagGroups"], (c) => (r(), s(t(y), {
109
+ document: e.document,
110
+ key: c.name,
111
+ collection: o.value,
111
112
  layout: e.layout,
112
- server: o.value,
113
+ server: a.value,
113
114
  spec: e.parsedSpec,
114
- tags: n.tags.map((l) => {
115
+ tags: c.tags.map((l) => {
115
116
  var d;
116
- return (d = e.parsedSpec.tags) == null ? void 0 : d.find((z) => z.name === l);
117
+ return (d = e.parsedSpec.tags) == null ? void 0 : d.find((R) => R.name === l);
117
118
  }).filter((l) => !!l)
118
- }, null, 8, ["collection", "layout", "server", "spec", "tags"]))), 128)) : (s(), t(r(S), {
119
+ }, null, 8, ["document", "collection", "layout", "server", "spec", "tags"]))), 128)) : (r(), s(t(y), {
119
120
  key: 1,
120
- collection: a.value,
121
+ collection: o.value,
122
+ document: e.document,
121
123
  layout: e.layout,
122
- schemas: r(p)(e.parsedSpec),
123
- server: o.value,
124
+ server: a.value,
124
125
  spec: e.parsedSpec,
125
126
  tags: e.parsedSpec.tags
126
- }, null, 8, ["collection", "layout", "schemas", "server", "spec", "tags"]))
127
- ], 64)) : c("", !0),
128
- (V = e.parsedSpec.webhooks) != null && V.length && a.value ? (s(), t(r(S), {
127
+ }, null, 8, ["collection", "document", "layout", "server", "spec", "tags"]))
128
+ ], 64)) : n("", !0),
129
+ (A = e.parsedSpec.webhooks) != null && A.length && o.value ? (r(), s(t(y), {
129
130
  key: 4,
131
+ document: e.document,
130
132
  id: "webhooks",
131
- collection: a.value,
133
+ collection: o.value,
132
134
  layout: e.layout,
133
- schemas: r(p)(e.parsedSpec),
134
- server: o.value,
135
+ server: a.value,
135
136
  spec: e.parsedSpec,
136
137
  tags: [
137
138
  {
@@ -140,22 +141,22 @@ const ee = { class: "narrow-references-container" }, re = {
140
141
  operations: e.parsedSpec.webhooks
141
142
  }
142
143
  ]
143
- }, null, 8, ["collection", "layout", "schemas", "server", "spec", "tags"])) : c("", !0),
144
- r(Q)(e.parsedSpec) && !r(u).hideModels ? (s(), i(v, { key: 5 }, [
145
- e.layout === "classic" ? (s(), t(r(_), {
144
+ }, null, 8, ["document", "collection", "layout", "server", "spec", "tags"])) : n("", !0),
145
+ (E = (V = e.document) == null ? void 0 : V.components) != null && E.schemas && !t(u).hideModels ? (r(), i(m, { key: 5 }, [
146
+ e.layout === "classic" ? (r(), s(t(oe), {
146
147
  key: 0,
147
- schemas: r(p)(e.parsedSpec)
148
- }, null, 8, ["schemas"])) : (s(), t(r(x), {
148
+ schemas: ($ = (U = e.document) == null ? void 0 : U.components) == null ? void 0 : $.schemas
149
+ }, null, 8, ["schemas"])) : (r(), s(t(re), {
149
150
  key: 1,
150
- schemas: r(p)(e.parsedSpec)
151
+ schemas: (N = (B = e.document) == null ? void 0 : B.components) == null ? void 0 : N.schemas
151
152
  }, null, 8, ["schemas"]))
152
- ], 64)) : c("", !0),
153
- y(e.$slots, "end", {}, void 0, !0)
153
+ ], 64)) : n("", !0),
154
+ f(e.$slots, "end", {}, void 0, !0)
154
155
  ])
155
156
  ], 64);
156
157
  };
157
158
  }
158
159
  });
159
160
  export {
160
- he as default
161
+ Ce as default
161
162
  };
@@ -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 m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fa96ab44"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ad2fb148"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as $, inject as D, computed as T, onMounted as _, createBlock as u, openBlock as l, unref as e, withCtx as t, createVNode as n, renderSlot as k, createElementVNode as y, createCommentVNode as m, createTextVNode as a, toDisplayString as f } from "vue";
2
- import B from "../../../features/DownloadLink/DownloadLink.vue.js";
2
+ import B from "../../../features/download-link/DownloadLink.vue.js";
3
3
  import { useConfig as E } from "../../../hooks/useConfig.js";
4
4
  import { useNavState as A } from "../../../hooks/useNavState.js";
5
5
  import H from "./Description.vue.js";
6
- import { OPENAPI_VERSION_SYMBOL as U } from "../../../features/DownloadLink/openapi-version-symbol.js";
6
+ import { OPENAPI_VERSION_SYMBOL as U } from "../../../features/download-link/openapi-version-symbol.js";
7
7
  import w from "../../Section/SectionContainer.vue.js";
8
8
  import M from "../../Section/Section.vue.js";
9
9
  import { DEFAULT_INTRODUCTION_SLUG as P } from "../../../features/traverse-schema/helpers/traverse-description.js";
@@ -13,7 +13,7 @@ import b from "../../Section/SectionHeader.vue.js";
13
13
  import j from "../../Section/SectionHeaderTag.vue.js";
14
14
  import F from "../../Section/SectionColumns.vue.js";
15
15
  import L from "../../Section/SectionColumn.vue.js";
16
- import O from "../../SpecificationExtension/SpecificationExtension.vue.js";
16
+ import O from "../../../features/specification-extension/SpecificationExtension.vue.js";
17
17
  const G = { class: "flex gap-1" }, Y = { class: "sticky-cards" }, lo = /* @__PURE__ */ $({
18
18
  __name: "Introduction",
19
19
  props: {
@@ -1,11 +1,14 @@
1
1
  import type { Collection, Server } from '@scalar/oas-utils/entities/spec';
2
+ import type { OpenAPIV3_1 } from '@scalar/openapi-types';
2
3
  import type { Spec } from '@scalar/types/legacy';
3
4
  declare const _default: import("vue").DefineComponent<{
5
+ document: OpenAPIV3_1.Document;
4
6
  collection: Collection;
5
7
  server?: Server;
6
8
  layout?: "modern" | "classic";
7
9
  parsedSpec: Spec;
8
10
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
11
+ document: OpenAPIV3_1.Document;
9
12
  collection: Collection;
10
13
  server?: Server;
11
14
  layout?: "modern" | "classic";
@@ -1 +1 @@
1
- {"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AA2QA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;gBAuCb,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;gBAHJ,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;YADP,QAAQ,GAAG,SAAS;;AAlBjC,wBAyUK"}
1
+ {"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AAmQA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;cAuCf,WAAW,CAAC,QAAQ;gBAClB,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;cAJN,WAAW,CAAC,QAAQ;gBAClB,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;YADP,QAAQ,GAAG,SAAS;;AAnBjC,wBAuUK"}
@@ -1,131 +1,132 @@
1
- import { defineComponent as V, ref as v, watch as W, onMounted as x, withDirectives as D, createElementBlock as f, openBlock as l, normalizeClass as E, createBlock as m, createCommentVNode as T, Fragment as y, renderList as k, unref as o, withCtx as p, createVNode as S, createTextVNode as H, toDisplayString as K, vShow as j } from "vue";
2
- import { scrollToId as b } from "@scalar/helpers/dom/scroll-to-id";
3
- import { lazyBus as A } from "./lazyBus.js";
4
- import { useNavState as F } from "../../../hooks/useNavState.js";
5
- import { getModels as h } from "../../../libs/openapi.js";
6
- import $ from "../Tag/TagSection.vue.js";
7
- import q from "../../../features/Operation/Operation.vue.js";
8
- import G from "../../Section/SectionContainer.vue.js";
9
- import J from "../../Section/Section.vue.js";
10
- import P from "../../Section/SectionContent.vue.js";
11
- import Q from "../../Section/SectionHeader.vue.js";
12
- import R from "../../Anchor/Anchor.vue.js";
13
- import U from "../../Section/SectionHeaderTag.vue.js";
14
- import X from "../Schema/Schema.vue.js";
15
- const C = v(!1), pe = /* @__PURE__ */ V({
1
+ import { defineComponent as H, ref as v, watch as K, onMounted as j, withDirectives as A, createElementBlock as m, openBlock as a, normalizeClass as F, createBlock as p, createCommentVNode as b, Fragment as y, renderList as w, unref as o, withCtx as c, createVNode as _, createTextVNode as $, toDisplayString as q, vShow as G } from "vue";
2
+ import { scrollToId as T } from "@scalar/helpers/dom/scroll-to-id";
3
+ import { lazyBus as J } from "./lazyBus.js";
4
+ import { useNavState as P } from "../../../hooks/useNavState.js";
5
+ import { getModels as S } from "../../../libs/openapi.js";
6
+ import Q from "../Tag/TagSection.vue.js";
7
+ import R from "../../../features/Operation/Operation.vue.js";
8
+ import U from "../../Section/SectionContainer.vue.js";
9
+ import X from "../../Section/Section.vue.js";
10
+ import Y from "../../Section/SectionContent.vue.js";
11
+ import Z from "../../Section/SectionHeader.vue.js";
12
+ import O from "../../Anchor/Anchor.vue.js";
13
+ import ee from "../../Section/SectionHeaderTag.vue.js";
14
+ import te from "../Schema/Schema.vue.js";
15
+ const x = v(!1), he = /* @__PURE__ */ H({
16
16
  __name: "Loading",
17
17
  props: {
18
+ document: {},
18
19
  collection: {},
19
20
  server: {},
20
21
  layout: { default: "modern" },
21
22
  parsedSpec: {}
22
23
  },
23
- setup(L) {
24
- const u = L, _ = v(!1), w = v([]), I = v([]), { getModelId: O, getSectionId: B, getTagId: N, hash: r, isIntersectionEnabled: g } = F(), z = v(
25
- !C.value && u.layout !== "classic" && r.value
26
- );
27
- W(
24
+ setup(B) {
25
+ const { document: h, collection: C, server: N, layout: z, parsedSpec: f } = B, L = v(!1), k = v([]), I = v([]), { getModelId: V, getSectionId: M, getTagId: D, hash: l, isIntersectionEnabled: g } = P(), W = v(!x.value && z !== "classic" && l.value);
26
+ K(
28
27
  () => {
29
- var t;
30
- return (t = u.parsedSpec.tags) == null ? void 0 : t.length;
28
+ var s;
29
+ return (s = f.tags) == null ? void 0 : s.length;
31
30
  },
32
- (t) => {
33
- var e, d;
34
- if (!r.value || typeof t != "number" || !u.parsedSpec.tags)
31
+ (s) => {
32
+ var e, u;
33
+ if (!l.value || typeof s != "number" || !f.tags)
35
34
  return;
36
- const n = B();
37
- if (n.startsWith("tag")) {
38
- let a = 0;
39
- const c = ((e = u.parsedSpec.tags) == null ? void 0 : e.findIndex(
40
- (i) => N(i) === n
41
- )) ?? 0;
42
- a = (d = u.parsedSpec.tags[c]) == null ? void 0 : d.operations.findIndex(
43
- ({ id: i }) => i === r.value
35
+ const i = M();
36
+ if (i.startsWith("tag")) {
37
+ let t = 0;
38
+ const d = ((e = f.tags) == null ? void 0 : e.findIndex((r) => D(r) === i)) ?? 0;
39
+ t = (u = f.tags[d]) == null ? void 0 : u.operations.findIndex(
40
+ ({ id: r }) => r === l.value
44
41
  );
45
- const s = u.parsedSpec.tags[c];
46
- if (!s)
42
+ const n = f.tags[d];
43
+ if (!n)
47
44
  return;
48
- s.name !== "default" && (_.value = n !== r.value && n.startsWith("tag")), w.value.push({
49
- ...s,
50
- lazyOperations: s.operations.slice(a, a + 2).map((i) => ({
51
- ...i,
45
+ n.name !== "default" && (L.value = i !== l.value && i.startsWith("tag")), k.value.push({
46
+ ...n,
47
+ lazyOperations: n.operations.slice(t, t + 2).map((r) => ({
48
+ ...r,
52
49
  // Prefix the id with lazy- to avoid collisions with the real ids
53
- id: "lazy-" + i.id
50
+ id: "lazy-" + r.id
54
51
  }))
55
- }), r.value.includes("/description/") && (typeof window < "u" && b(r.value), setTimeout(() => g.value = !0, 1e3));
56
- } else if (r.value.startsWith("model")) {
57
- const a = Object.keys(h(u.parsedSpec) ?? {}), [, c] = r.value.toLowerCase().split("/"), s = r.value === "models" ? 0 : a.findIndex((i) => i.toLowerCase() === c);
58
- if (s === -1)
52
+ }), l.value.includes("/description/") && (typeof window < "u" && T(l.value), setTimeout(() => g.value = !0, 1e3));
53
+ } else if (l.value.startsWith("model")) {
54
+ const t = Object.keys(S(h) ?? {}), [, d] = l.value.toLowerCase().split("/"), n = l.value === "models" ? 0 : t.findIndex((r) => r.toLowerCase() === d);
55
+ if (n === -1)
59
56
  return;
60
- I.value = a.slice(s, s + 3);
57
+ I.value = t.slice(n, n + 3);
61
58
  } else
62
- typeof window < "u" && b(r.value), setTimeout(() => g.value = !0, 1e3);
59
+ typeof window < "u" && T(l.value), setTimeout(() => g.value = !0, 1e3);
63
60
  },
64
61
  { immediate: !0 }
65
62
  );
66
- const M = A.on(({ id: t }) => {
67
- const n = r.value;
68
- !n || t !== n || (M(), setTimeout(() => {
69
- typeof window < "u" && b(n), z.value = !1, C.value = !0, setTimeout(() => {
63
+ const E = J.on(({ id: s }) => {
64
+ const i = l.value;
65
+ !i || s !== i || (E(), setTimeout(() => {
66
+ typeof window < "u" && T(i), W.value = !1, x.value = !0, setTimeout(() => {
70
67
  g.value = !0;
71
68
  }, 1e3);
72
69
  }, 300));
73
70
  });
74
- return x(() => {
75
- r.value || (C.value = !0, setTimeout(() => {
71
+ return j(() => {
72
+ l.value || (x.value = !0, setTimeout(() => {
76
73
  g.value = !0;
77
74
  }, 1e3));
78
- }), (t, n) => D((l(), f("div", {
79
- class: E(["references-loading", {
80
- "references-loading-hidden-tag": _.value,
81
- "references-loading-top-spacer": w.value.length
75
+ }), (s, i) => A((a(), m("div", {
76
+ class: F(["references-loading", {
77
+ "references-loading-hidden-tag": L.value,
78
+ "references-loading-top-spacer": k.value.length
82
79
  }])
83
80
  }, [
84
- (l(!0), f(y, null, k(w.value, (e, d) => (l(), f(y, {
85
- key: e.name + d
81
+ (a(!0), m(y, null, w(k.value, (e, u) => (a(), m(y, {
82
+ key: e.name + u
86
83
  }, [
87
- e.operations && e.operations.length > 0 ? (l(), m(o($), {
84
+ e.operations && e.operations.length > 0 ? (a(), p(o(Q), {
88
85
  key: 0,
89
- collection: t.collection,
90
- spec: t.parsedSpec,
86
+ collection: C,
87
+ spec: f,
88
+ id: "lazy-{{ getTagId(tag) }}",
91
89
  tag: e
92
90
  }, {
93
- default: p(() => [
94
- (l(!0), f(y, null, k(e.lazyOperations, (a) => (l(), m(o(q), {
95
- key: a.id,
96
- collection: t.collection,
97
- layout: t.layout,
98
- server: t.server,
99
- transformedOperation: a
100
- }, null, 8, ["collection", "layout", "server", "transformedOperation"]))), 128))
91
+ default: c(() => [
92
+ (a(!0), m(y, null, w(e.lazyOperations, (t) => (a(), p(o(R), {
93
+ path: t.path,
94
+ method: t.httpVerb,
95
+ isWebhook: t.isWebhook,
96
+ key: t.id,
97
+ id: t.id,
98
+ collection: C,
99
+ layout: z,
100
+ server: N
101
+ }, null, 8, ["path", "method", "isWebhook", "id"]))), 128))
101
102
  ]),
102
103
  _: 2
103
- }, 1032, ["collection", "spec", "tag"])) : T("", !0)
104
+ }, 1032, ["tag"])) : b("", !0)
104
105
  ], 64))), 128)),
105
- I.value.length ? (l(), m(o(G), { key: 0 }, {
106
- default: p(() => [
107
- (l(!0), f(y, null, k(I.value, (e) => (l(), m(o(J), {
106
+ I.value.length ? (a(), p(o(U), { key: 0 }, {
107
+ default: c(() => [
108
+ (a(!0), m(y, null, w(I.value, (e) => (a(), p(o(X), {
108
109
  key: e,
109
110
  label: e
110
111
  }, {
111
- default: p(() => {
112
- var d;
112
+ default: c(() => {
113
+ var u;
113
114
  return [
114
- (d = o(h)(t.parsedSpec)) != null && d[e] ? (l(), m(o(P), { key: 0 }, {
115
- default: p(() => {
116
- var a;
115
+ (u = o(S)(h)) != null && u[e] ? (a(), p(o(Y), { key: 0 }, {
116
+ default: c(() => {
117
+ var t;
117
118
  return [
118
- S(o(Q), null, {
119
- default: p(() => [
120
- S(o(R), {
121
- id: "lazy-" + o(O)({ name: e })
119
+ _(o(Z), null, {
120
+ default: c(() => [
121
+ _(o(O), {
122
+ id: "lazy-" + o(V)({ name: e })
122
123
  }, {
123
- default: p(() => [
124
- S(o(U), { level: 2 }, {
125
- default: p(() => {
126
- var c;
124
+ default: c(() => [
125
+ _(o(ee), { level: 2 }, {
126
+ default: c(() => {
127
+ var d;
127
128
  return [
128
- H(K(((c = o(h)(t.parsedSpec)) == null ? void 0 : c[e]).title ?? e), 1)
129
+ $(q(((d = o(S)(h)) == null ? void 0 : d[e]).title ?? e), 1)
129
130
  ];
130
131
  }),
131
132
  _: 2
@@ -136,27 +137,27 @@ const C = v(!1), pe = /* @__PURE__ */ V({
136
137
  ]),
137
138
  _: 2
138
139
  }, 1024),
139
- S(o(X), {
140
+ _(o(te), {
140
141
  name: e,
141
142
  noncollapsible: "",
142
- value: (a = o(h)(t.parsedSpec)) == null ? void 0 : a[e]
143
+ value: (t = o(S)(h)) == null ? void 0 : t[e]
143
144
  }, null, 8, ["name", "value"])
144
145
  ];
145
146
  }),
146
147
  _: 2
147
- }, 1024)) : T("", !0)
148
+ }, 1024)) : b("", !0)
148
149
  ];
149
150
  }),
150
151
  _: 2
151
152
  }, 1032, ["label"]))), 128))
152
153
  ]),
153
154
  _: 1
154
- })) : T("", !0)
155
+ })) : b("", !0)
155
156
  ], 2)), [
156
- [j, z.value]
157
+ [G, W.value]
157
158
  ]);
158
159
  }
159
160
  });
160
161
  export {
161
- pe as default
162
+ he as default
162
163
  };
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":"AAupBA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,KAAK,CAAA;AAOtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAUjE;;;;;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,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7C,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAC;;;;;;cAZW,OAAO;WAFV,MAAM;aAGJ,OAAO;oBAKA,OAAO;kBADT,OAAO;;AAipB1B,0BASG"}
1
+ {"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":"AAupBA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,KAAK,CAAA;AAMtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAWjE;;;;;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,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7C,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAC;;;;;;cAZW,OAAO;WAFV,MAAM;aAGJ,OAAO;oBAKA,OAAO;kBADT,OAAO;;AAipB1B,0BASG"}
@@ -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 p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-28e7d196"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-dfae5bed"]]);
5
5
  export {
6
- p as default
6
+ m as default
7
7
  };
@@ -7,7 +7,7 @@ import T from "./Schema.vue.js";
7
7
  import U from "./SchemaComposition.vue.js";
8
8
  import se from "./SchemaDiscriminator.vue.js";
9
9
  import le from "./SchemaPropertyHeading.vue.js";
10
- import me from "../../SpecificationExtension/SpecificationExtension.vue.js";
10
+ import me from "../../../features/specification-extension/SpecificationExtension.vue.js";
11
11
  const pe = {
12
12
  key: 1,
13
13
  class: "property-description"
@@ -11,7 +11,7 @@ import V from "../../Section/SectionHeaderTag.vue.js";
11
11
  import b from "../../Section/SectionContent.vue.js";
12
12
  import D from "../../Section/SectionColumns.vue.js";
13
13
  import s from "../../Section/SectionColumn.vue.js";
14
- import H from "../../SpecificationExtension/SpecificationExtension.vue.js";
14
+ import H from "../../../features/specification-extension/SpecificationExtension.vue.js";
15
15
  const P = /* @__PURE__ */ C({
16
16
  __name: "Tag",
17
17
  props: {