@scalar/api-reference 1.31.18 → 1.32.0

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 +37 -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 +93 -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 +12 -12
  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 +1 @@
1
- {"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAuuBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AAsCvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAwShB,iBAAS,cAAc;WAoYT,OAAO,IAA6B;;wBAxnBV,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;;6BACrC,GAAG;;wBADQ,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;;6BACrC,GAAG;;;;;;EA4nB/B;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YArsBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFA4sB9D,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":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAuuBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AAqCvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAyShB,iBAAS,cAAc;WAoYT,OAAO,IAA6B;;wBAznBV,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;;6BACrC,GAAG;;wBADQ,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;;6BACrC,GAAG;;;;;;EA6nB/B;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YAtsBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFA6sB9D,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"}
@@ -4,7 +4,7 @@ import o from "./ApiReferenceLayout.vue2.js";
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  import t from "../_virtual/_plugin-vue_export-helper.js";
7
- const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4c824364"]]);
7
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0613cc40"]]);
8
8
  export {
9
- c as default
9
+ a as default
10
10
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as pe, computed as T, provide as b, ref as D, onBeforeMount as ge, onMounted as K, watch as E, toValue as z, onUnmounted as he, useId as Se, createElementBlock as f, openBlock as a, Fragment as G, createElementVNode as p, createVNode as v, normalizeStyle as be, normalizeClass as ye, unref as r, createCommentVNode as l, withDirectives as we, createBlock as y, renderSlot as u, normalizeProps as g, guardReactiveProps as h, withCtx as s, vShow as ke, createSlots as Ce } from "vue";
1
+ import { defineComponent as ve, computed as T, provide as S, ref as D, onBeforeMount as ge, onMounted as Y, watch as E, toValue as K, onUnmounted as he, useId as Se, createElementBlock as m, openBlock as n, Fragment as z, createElementVNode as p, createVNode as f, normalizeStyle as be, normalizeClass as ye, unref as r, createCommentVNode as i, withDirectives as we, createBlock as b, renderSlot as l, normalizeProps as v, guardReactiveProps as g, withCtx as s, vShow as ke, createSlots as Ce } from "vue";
2
2
  import { provideUseId as $e } from "@headlessui/vue";
3
3
  import { OpenApiClientButton as Te } from "@scalar/api-client/components";
4
4
  import { LAYOUT_SYMBOL as De } from "@scalar/api-client/hooks";
@@ -16,28 +16,28 @@ import Qe from "./MobileHeader.vue.js";
16
16
  import { parse as We } from "../helpers/parse.js";
17
17
  import { CONFIGURATION_SYMBOL as je } from "../hooks/useConfig.js";
18
18
  import { useNavState as qe } from "../hooks/useNavState.js";
19
- import { downloadEventBus as Q, downloadDocument as Je } from "../libs/download.js";
19
+ import { downloadEventBus as G, downloadDocument as Je } from "../libs/download.js";
20
20
  import { createEmptySpecification as Xe } from "../libs/openapi.js";
21
21
  import { useHttpClientStore as Ze } from "../stores/useHttpClientStore.js";
22
- import { useDocumentSource as xe } from "../features/DocumentSource/hooks/useDocumentSource.js";
23
- import { OPENAPI_VERSION_SYMBOL as et } from "../features/DownloadLink/openapi-version-symbol.js";
22
+ import { useDocumentSource as xe } from "../features/document-source/hooks/useDocumentSource.js";
23
+ import { OPENAPI_VERSION_SYMBOL as et } from "../features/download-link/openapi-version-symbol.js";
24
24
  import { useSidebar as tt } from "../features/sidebar/hooks/useSidebar.js";
25
25
  import { PLUGIN_MANAGER_SYMBOL as ot } from "../plugins/hooks/usePluginManager.js";
26
26
  import { createPluginManager as rt } from "../plugins/plugin-manager.js";
27
- import at from "./Sidebar/Sidebar.vue.js";
28
- import W from "../features/Search/SearchButton.vue.js";
27
+ import at from "../features/sidebar/components/Sidebar.vue.js";
28
+ import Q from "../features/Search/SearchButton.vue.js";
29
29
  import nt from "./Content/Content.vue.js";
30
- import it from "../features/ApiClientModal/ApiClientModal.vue.js";
31
- const lt = ["innerHTML"], st = { class: "references-header" }, ut = ["aria-label"], dt = { class: "references-navigation-list" }, ct = { key: 0 }, mt = {
30
+ import it from "../features/api-client-modal/ApiClientModal.vue.js";
31
+ const st = ["innerHTML"], lt = { class: "references-header" }, ut = ["aria-label"], dt = { class: "references-navigation-list" }, ct = { key: 0 }, mt = {
32
32
  key: 1,
33
33
  class: "scalar-api-references-standalone-search"
34
- }, ft = { key: 1 }, vt = { class: "references-editor" }, pt = { class: "references-editor-textarea" }, gt = ["aria-label"], ht = {
34
+ }, ft = { key: 1 }, pt = { class: "references-editor" }, vt = { class: "references-editor-textarea" }, gt = ["aria-label"], ht = {
35
35
  key: 0,
36
36
  class: "w-64 *:!p-0 empty:hidden"
37
37
  }, St = {
38
38
  key: 0,
39
39
  class: "references-footer"
40
- }, qt = /* @__PURE__ */ pe({
40
+ }, qt = /* @__PURE__ */ ve({
41
41
  inheritAttrs: !1,
42
42
  __name: "ApiReferenceLayout",
43
43
  props: {
@@ -52,32 +52,32 @@ const lt = ["innerHTML"], st = { class: "references-header" }, ut = ["aria-label
52
52
  setup(M) {
53
53
  const t = T(
54
54
  () => Pe.parse(M.configuration)
55
- ), { initializeToasts: j, toast: q } = Ne();
56
- j((e) => q(e));
55
+ ), { initializeToasts: W, toast: j } = Ne();
56
+ W((e) => j(e));
57
57
  const {
58
- originalDocument: J,
59
- originalOpenApiVersion: X,
60
- dereferencedDocument: d,
61
- workspaceStore: Z,
62
- activeEntitiesStore: x
58
+ originalDocument: q,
59
+ originalOpenApiVersion: J,
60
+ dereferencedDocument: u,
61
+ workspaceStore: X,
62
+ activeEntitiesStore: Z
63
63
  } = xe({
64
64
  configuration: t,
65
65
  dereferencedDocument: M.dereferencedDocument,
66
66
  originalDocument: M.originalDocument
67
67
  });
68
- b(et, X), b(Ee, Z), b(Me, x);
69
- const ee = Ue("(min-width: 1150px)"), te = D("100dvh"), w = D(null);
70
- Ye(w, (e) => {
71
- te.value = e[0].contentRect.height + "px";
68
+ S(et, J), S(Ee, X), S(Me, Z);
69
+ const x = Ue("(min-width: 1150px)"), ee = D("100dvh"), y = D(null);
70
+ Ye(y, (e) => {
71
+ ee.value = e[0].contentRect.height + "px";
72
72
  });
73
- const oe = T(_e), R = qe(t), { isSidebarOpen: I, setCollapsedSidebarItem: L, scrollToOperation: re, items: H } = tt(d, {
73
+ const te = T(_e), R = qe(t), { isSidebarOpen: I, setCollapsedSidebarItem: L, scrollToOperation: oe, items: H } = tt(u, {
74
74
  ...R,
75
75
  config: t
76
76
  }), {
77
- getReferenceId: ae,
78
- getPathRoutingId: ne,
79
- getSectionId: ie,
80
- getTagId: le,
77
+ getReferenceId: re,
78
+ getPathRoutingId: ae,
79
+ getSectionId: ne,
80
+ getTagId: ie,
81
81
  hash: O,
82
82
  isIntersectionEnabled: _,
83
83
  updateHash: A,
@@ -94,104 +94,102 @@ const lt = ["innerHTML"], st = { class: "references-header" }, ut = ["aria-label
94
94
  });
95
95
  const P = async (e) => {
96
96
  var o;
97
- _.value = !1, A(), e ? re(e) : (o = w.value) == null || o.scrollTo(0, 0), await He(100), _.value = !0;
97
+ _.value = !1, A(), e ? oe(e) : (o = y.value) == null || o.scrollTo(0, 0), await He(100), _.value = !0;
98
98
  }, F = D(0);
99
- K(() => {
100
- var n, i, C;
99
+ Y(() => {
100
+ var a, k, C;
101
101
  history.scrollRestoration = "manual";
102
- const e = (i = (n = w.value) == null ? void 0 : n.parentElement) == null ? void 0 : i.getBoundingClientRect(), o = (C = w.value) == null ? void 0 : C.getBoundingClientRect();
102
+ const e = (k = (a = y.value) == null ? void 0 : a.parentElement) == null ? void 0 : k.getBoundingClientRect(), o = (C = y.value) == null ? void 0 : C.getBoundingClientRect();
103
103
  if (e && o) {
104
104
  const $ = o.top - e.top;
105
105
  F.value = $ < 2 ? 0 : $;
106
106
  }
107
107
  window.onhashchange = () => {
108
- P(ae());
109
- }, window.onpopstate = () => t.value.pathRouting && P(ne(window.location.pathname)), window.addEventListener("scroll", N, { passive: !0 });
108
+ P(re());
109
+ }, window.onpopstate = () => t.value.pathRouting && P(ae(window.location.pathname)), window.addEventListener("scroll", N, { passive: !0 });
110
110
  });
111
- const ue = T(
112
- () => ee.value || !t.value.isEditable
111
+ const le = T(
112
+ () => x.value || !t.value.isEditable
113
113
  ), N = Ke(() => {
114
114
  window.scrollY < 50 && se("");
115
- }), V = D(!1);
116
- E(d, (e) => {
117
- var o, n;
118
- if (!(V.value || !((o = e.tags) != null && o.length))) {
119
- if (O.value) {
120
- const i = ie(O.value);
121
- i && L(i, !0);
122
- } else {
123
- const i = (n = e.tags) == null ? void 0 : n[0];
124
- i && L(le(i), !0);
125
- }
126
- V.value = !0;
115
+ }), ue = D(!1);
116
+ E(u, (e) => {
117
+ var o;
118
+ if (O.value) {
119
+ const a = ne(O.value);
120
+ a && L(a, !0);
121
+ } else {
122
+ const a = (o = e.tags) == null ? void 0 : o[0];
123
+ a && L(ie(a), !0);
127
124
  }
125
+ ue.value = !0;
128
126
  });
129
- const k = D(Xe());
127
+ const w = D(Xe());
130
128
  E(
131
- d,
129
+ u,
132
130
  async (e) => {
133
131
  if (!e)
134
132
  return;
135
133
  const o = await We(e, H.value.entries);
136
- k.value = o;
134
+ w.value = o;
137
135
  },
138
136
  { immediate: !0 }
139
137
  );
140
- const c = T(() => {
138
+ const d = T(() => {
141
139
  var e;
142
140
  return {
143
- spec: k.value,
141
+ spec: w.value,
144
142
  breadcrumb: ((e = H.value) == null ? void 0 : e.titles.get(O.value)) ?? ""
145
143
  };
146
144
  });
147
- K(
148
- () => Q.on(({ filename: e, format: o }) => {
145
+ Y(
146
+ () => G.on(({ filename: e, format: o }) => {
149
147
  Je(
150
- z(J) || z(M.rawSpec) || "",
148
+ K(q) || K(M.rawSpec) || "",
151
149
  e,
152
150
  o
153
151
  );
154
152
  })
155
153
  ), he(() => {
156
- window.removeEventListener("scroll", N), Q.reset();
157
- }), $e(() => Se()), b(De, "modal"), b(je, t), b(
154
+ window.removeEventListener("scroll", N), G.reset();
155
+ }), $e(() => Se()), S(De, "modal"), S(je, t), S(
158
156
  ot,
159
157
  rt({
160
158
  plugins: t.value.plugins
161
159
  })
162
160
  );
163
- function U(e, o) {
161
+ function V(e, o) {
164
162
  E(
165
163
  () => t.value[e],
166
- (n) => {
167
- typeof n < "u" && o(n);
164
+ (a) => {
165
+ typeof a < "u" && o(a);
168
166
  },
169
167
  { immediate: !0 }
170
168
  );
171
169
  }
172
170
  const { setExcludedClients: de, setDefaultHttpClient: ce } = Ze();
173
- U("defaultHttpClient", ce), U("hiddenClients", de);
171
+ V("defaultHttpClient", ce), V("hiddenClients", de);
174
172
  const me = T(
175
173
  () => `<style>
176
174
  ${Ae(t.value.theme, {
177
175
  fonts: t.value.withDefaultFonts
178
176
  })}</style>`
179
- ), { mediaQueries: fe } = Fe(), ve = !1;
177
+ ), { mediaQueries: fe } = Fe(), pe = !1;
180
178
  return E(fe.lg, (e, o) => {
181
179
  o && !e && (I.value = !1);
182
180
  }), E(O, (e, o) => {
183
181
  e && e !== o && (I.value = !1);
184
182
  }), (e, o) => {
185
- var n, i, C, $, Y;
186
- return a(), f(G, null, [
187
- p("div", { innerHTML: me.value }, null, 8, lt),
183
+ var a, k, C, $, U;
184
+ return n(), m(z, null, [
185
+ p("div", { innerHTML: me.value }, null, 8, st),
188
186
  p("div", {
189
187
  ref_key: "documentEl",
190
- ref: w,
188
+ ref: y,
191
189
  class: ye(["scalar-app scalar-api-reference references-layout", [
192
190
  {
193
191
  "scalar-api-references-standalone-mobile": t.value.showSidebar ?? !0,
194
- "scalar-scrollbars-obtrusive": oe.value,
192
+ "scalar-scrollbars-obtrusive": te.value,
195
193
  "references-editable": t.value.isEditable,
196
194
  "references-sidebar": t.value.showSidebar,
197
195
  "references-sidebar-mobile-open": r(I),
@@ -203,57 +201,57 @@ const lt = ["innerHTML"], st = { class: "references-header" }, ut = ["aria-label
203
201
  "--scalar-y-offset": `var(--scalar-custom-header-height, ${F.value}px)`
204
202
  })
205
203
  }, [
206
- p("div", st, [
207
- t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (a(), y(Qe, {
204
+ p("div", lt, [
205
+ t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (n(), b(Qe, {
208
206
  key: 0,
209
- breadcrumb: c.value.breadcrumb
210
- }, null, 8, ["breadcrumb"])) : l("", !0),
211
- u(e.$slots, "header", g(h(c.value)), void 0, !0)
207
+ breadcrumb: d.value.breadcrumb
208
+ }, null, 8, ["breadcrumb"])) : i("", !0),
209
+ l(e.$slots, "header", v(g(d.value)), void 0, !0)
212
210
  ]),
213
- t.value.showSidebar ? (a(), f("aside", {
211
+ t.value.showSidebar ? (n(), m("aside", {
214
212
  key: 0,
215
- "aria-label": `Sidebar for ${(i = (n = r(d)) == null ? void 0 : n.info) == null ? void 0 : i.title}`,
213
+ "aria-label": `Sidebar for ${(k = (a = r(u)) == null ? void 0 : a.info) == null ? void 0 : k.title}`,
216
214
  class: "references-navigation t-doc__sidebar"
217
215
  }, [
218
216
  p("div", dt, [
219
- v(r(Ie), null, {
217
+ f(r(Ie), null, {
220
218
  default: s(() => {
221
- var S, m;
219
+ var h, c;
222
220
  return [
223
- v(r(at), {
224
- title: ((m = (S = r(d)) == null ? void 0 : S.info) == null ? void 0 : m.title) ?? "The OpenAPI Schema"
221
+ f(r(at), {
222
+ title: ((c = (h = r(u)) == null ? void 0 : h.info) == null ? void 0 : c.title) ?? "The OpenAPI Schema"
225
223
  }, {
226
224
  "sidebar-start": s(() => {
227
225
  var B;
228
226
  return [
229
- e.$slots["document-selector"] ? (a(), f("div", ct, [
230
- u(e.$slots, "document-selector", {}, void 0, !0)
231
- ])) : l("", !0),
232
- t.value.hideSearch ? l("", !0) : (a(), f("div", mt, [
233
- v(r(W), {
227
+ e.$slots["document-selector"] ? (n(), m("div", ct, [
228
+ l(e.$slots, "document-selector", {}, void 0, !0)
229
+ ])) : i("", !0),
230
+ t.value.hideSearch ? i("", !0) : (n(), m("div", mt, [
231
+ f(r(Q), {
234
232
  searchHotKey: (B = t.value) == null ? void 0 : B.searchHotKey,
235
- spec: k.value
233
+ spec: w.value
236
234
  }, null, 8, ["searchHotKey", "spec"])
237
235
  ])),
238
- u(e.$slots, "sidebar-start", g(h(c.value)), void 0, !0)
236
+ l(e.$slots, "sidebar-start", v(g(d.value)), void 0, !0)
239
237
  ];
240
238
  }),
241
239
  "sidebar-end": s(() => [
242
- u(e.$slots, "sidebar-end", g(h(c.value)), () => [
243
- v(r(Be), { class: "darklight-reference" }, {
240
+ l(e.$slots, "sidebar-end", v(g(d.value)), () => [
241
+ f(r(Be), { class: "darklight-reference" }, {
244
242
  toggle: s(() => [
245
- t.value.hideDarkModeToggle ? (a(), f("span", ft)) : (a(), y(r(Re), {
243
+ t.value.hideDarkModeToggle ? (n(), m("span", ft)) : (n(), b(r(Re), {
246
244
  key: 0,
247
245
  modelValue: e.isDark,
248
246
  "onUpdate:modelValue": o[0] || (o[0] = (B) => e.$emit("toggleDarkMode"))
249
247
  }, null, 8, ["modelValue"]))
250
248
  ]),
251
249
  default: s(() => [
252
- t.value.hideClientButton ? l("", !0) : (a(), y(r(Te), {
250
+ t.value.hideClientButton ? i("", !0) : (n(), b(r(Te), {
253
251
  key: 0,
254
252
  buttonSource: "sidebar",
255
253
  integration: t.value._integration,
256
- isDevelopment: ve,
254
+ isDevelopment: pe,
257
255
  url: t.value.url
258
256
  }, null, 8, ["integration", "url"]))
259
257
  ]),
@@ -268,68 +266,68 @@ const lt = ["innerHTML"], st = { class: "references-header" }, ut = ["aria-label
268
266
  _: 3
269
267
  })
270
268
  ])
271
- ], 8, ut)) : l("", !0),
272
- we(p("div", vt, [
273
- p("div", pt, [
274
- u(e.$slots, "editor", g(h(c.value)), void 0, !0)
269
+ ], 8, ut)) : i("", !0),
270
+ we(p("div", pt, [
271
+ p("div", vt, [
272
+ l(e.$slots, "editor", v(g(d.value)), void 0, !0)
275
273
  ])
276
274
  ], 512), [
277
275
  [ke, t.value.isEditable]
278
276
  ]),
279
- ue.value ? (a(), f(G, { key: 1 }, [
277
+ le.value ? (n(), m(z, { key: 1 }, [
280
278
  p("main", {
281
- "aria-label": `Open API Documentation for ${($ = (C = r(d)) == null ? void 0 : C.info) == null ? void 0 : $.title}`,
279
+ "aria-label": `Open API Documentation for ${($ = (C = r(u)) == null ? void 0 : C.info) == null ? void 0 : $.title}`,
282
280
  class: "references-rendered"
283
281
  }, [
284
- v(r(nt), {
282
+ f(r(nt), {
285
283
  layout: t.value.layout,
286
- document: r(d),
287
- parsedSpec: k.value
284
+ document: r(u),
285
+ parsedSpec: w.value
288
286
  }, Ce({
289
287
  start: s(() => [
290
- u(e.$slots, "content-start", g(h(c.value)), () => [
291
- t.value.layout === "classic" ? (a(), y(ze, { key: 0 }, {
288
+ l(e.$slots, "content-start", v(g(d.value)), () => [
289
+ t.value.layout === "classic" ? (n(), b(ze, { key: 0 }, {
292
290
  "dark-mode-toggle": s(() => [
293
- t.value.hideDarkModeToggle ? l("", !0) : (a(), y(r(Le), {
291
+ t.value.hideDarkModeToggle ? i("", !0) : (n(), b(r(Le), {
294
292
  key: 0,
295
293
  class: "text-c-2 hover:text-c-1",
296
294
  mode: e.isDark ? "dark" : "light",
297
295
  style: { transform: "scale(1.4)" },
298
296
  variant: "icon",
299
- onClick: o[1] || (o[1] = (S) => e.$emit("toggleDarkMode"))
297
+ onClick: o[1] || (o[1] = (h) => e.$emit("toggleDarkMode"))
300
298
  }, null, 8, ["mode"]))
301
299
  ]),
302
300
  default: s(() => [
303
- e.$slots["document-selector"] ? (a(), f("div", ht, [
304
- u(e.$slots, "document-selector", {}, void 0, !0)
305
- ])) : l("", !0),
306
- t.value.hideSearch ? l("", !0) : (a(), y(r(W), {
301
+ e.$slots["document-selector"] ? (n(), m("div", ht, [
302
+ l(e.$slots, "document-selector", {}, void 0, !0)
303
+ ])) : i("", !0),
304
+ t.value.hideSearch ? i("", !0) : (n(), b(r(Q), {
307
305
  key: 1,
308
306
  class: "t-doc__sidebar max-w-64",
309
307
  searchHotKey: t.value.searchHotKey,
310
- spec: k.value
308
+ spec: w.value
311
309
  }, null, 8, ["searchHotKey", "spec"]))
312
310
  ]),
313
311
  _: 3
314
- })) : l("", !0)
312
+ })) : i("", !0)
315
313
  ], !0)
316
314
  ]),
317
315
  end: s(() => [
318
- u(e.$slots, "content-end", g(h(c.value)), void 0, !0)
316
+ l(e.$slots, "content-end", v(g(d.value)), void 0, !0)
319
317
  ]),
320
318
  _: 2
321
319
  }, [
322
- (Y = t.value) != null && Y.isEditable ? {
320
+ (U = t.value) != null && U.isEditable ? {
323
321
  name: "empty-state",
324
322
  fn: s(() => {
325
- var S;
323
+ var h;
326
324
  return [
327
- v(Ge, {
328
- theme: ((S = t.value) == null ? void 0 : S.theme) || "default",
329
- onChangeTheme: o[2] || (o[2] = (m) => e.$emit("changeTheme", m)),
330
- onLinkSwaggerFile: o[3] || (o[3] = (m) => e.$emit("linkSwaggerFile")),
331
- onLoadSwaggerFile: o[4] || (o[4] = (m) => e.$emit("loadSwaggerFile")),
332
- onUpdateContent: o[5] || (o[5] = (m) => e.$emit("updateContent", m))
325
+ f(Ge, {
326
+ theme: ((h = t.value) == null ? void 0 : h.theme) || "default",
327
+ onChangeTheme: o[2] || (o[2] = (c) => e.$emit("changeTheme", c)),
328
+ onLinkSwaggerFile: o[3] || (o[3] = (c) => e.$emit("linkSwaggerFile")),
329
+ onLoadSwaggerFile: o[4] || (o[4] = (c) => e.$emit("loadSwaggerFile")),
330
+ onUpdateContent: o[5] || (o[5] = (c) => e.$emit("updateContent", c))
333
331
  }, null, 8, ["theme"])
334
332
  ];
335
333
  }),
@@ -337,16 +335,16 @@ const lt = ["innerHTML"], st = { class: "references-header" }, ut = ["aria-label
337
335
  } : void 0
338
336
  ]), 1032, ["layout", "document", "parsedSpec"])
339
337
  ], 8, gt),
340
- e.$slots.footer ? (a(), f("div", St, [
341
- u(e.$slots, "footer", g(h(c.value)), void 0, !0)
342
- ])) : l("", !0)
343
- ], 64)) : l("", !0),
344
- v(r(it), {
338
+ e.$slots.footer ? (n(), m("div", St, [
339
+ l(e.$slots, "footer", v(g(d.value)), void 0, !0)
340
+ ])) : i("", !0)
341
+ ], 64)) : i("", !0),
342
+ f(r(it), {
345
343
  configuration: t.value,
346
- dereferencedDocument: r(d)
344
+ dereferencedDocument: r(u)
347
345
  }, null, 8, ["configuration", "dereferencedDocument"])
348
346
  ], 6),
349
- v(r(Ve))
347
+ f(r(Ve))
350
348
  ], 64);
351
349
  };
352
350
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAgSA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAehD,KAAK,WAAW,GAAG;IACf,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,UAAU,EAAE,IAAI,CAAA;IAChB,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;CAC9B,CAAC;AAwDJ,iBAAS,cAAc;WA2OT,OAAO,IAA6B;;uBAVvB,GAAG;+BACM,GAAG;qBACb,GAAG;;;;EAa5B;AA4BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAtUR,QAAQ,GAAG,SAAS;6EA6U/B,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":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAmSA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAchD,KAAK,WAAW,GAAG;IACf,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,UAAU,EAAE,IAAI,CAAA;IAChB,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;CAC9B,CAAC;AAwDJ,iBAAS,cAAc;WA2OT,OAAO,IAA6B;;uBAVvB,GAAG;+BACM,GAAG;qBACb,GAAG;;;;EAa5B;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YApUR,QAAQ,GAAG,SAAS;6EA2U/B,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"}
@@ -2,7 +2,7 @@ import o from "./Content.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-86bac6ee"]]);
5
+ const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3358908f"]]);
6
6
  export {
7
- a as default
7
+ _ as default
8
8
  };