@scalar/api-reference 1.25.57 → 1.25.59

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 (226) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/browser/standalone.js +6654 -6631
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Anchor/Anchor.vue.d.ts +13 -8
  5. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  6. package/dist/components/ApiReference.vue.d.ts +9 -4
  7. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReferenceLayout.vue.d.ts +28 -19
  9. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  10. package/dist/components/Badge/Badge.vue.d.ts +9 -3
  11. package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
  12. package/dist/components/Card/Card.vue.d.ts +9 -3
  13. package/dist/components/Card/Card.vue.d.ts.map +1 -1
  14. package/dist/components/Card/CardContent.vue.d.ts +9 -3
  15. package/dist/components/Card/CardContent.vue.d.ts.map +1 -1
  16. package/dist/components/Card/CardFooter.vue.d.ts +9 -3
  17. package/dist/components/Card/CardFooter.vue.d.ts.map +1 -1
  18. package/dist/components/Card/CardHeader.vue.d.ts +10 -4
  19. package/dist/components/Card/CardHeader.vue.d.ts.map +1 -1
  20. package/dist/components/Card/CardTab.vue.d.ts +8 -2
  21. package/dist/components/Card/CardTab.vue.d.ts.map +1 -1
  22. package/dist/components/Card/CardTabHeader.vue.d.ts +10 -4
  23. package/dist/components/Card/CardTabHeader.vue.d.ts.map +1 -1
  24. package/dist/components/ClassicHeader.vue.d.ts +10 -4
  25. package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
  26. package/dist/components/Content/Authentication/Authentication.vue.d.ts +3 -5
  27. package/dist/components/Content/Authentication/Authentication.vue.d.ts.map +1 -1
  28. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  29. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts +1 -1
  30. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
  31. package/dist/components/Content/Content.vue.d.ts +16 -15
  32. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  33. package/dist/components/Content/Introduction/Description.vue.d.ts +3 -5
  34. package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
  35. package/dist/components/Content/Introduction/Introduction.vue.d.ts +14 -10
  36. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  37. package/dist/components/Content/Lazy/Lazy.vue.d.ts +19 -10
  38. package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -1
  39. package/dist/components/Content/Lazy/Loading.vue.d.ts +18 -7
  40. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  41. package/dist/components/Content/Models/Models.vue.d.ts +3 -4
  42. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  43. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +3 -4
  44. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
  45. package/dist/components/Content/Operation/ContentTypeSelect.vue.d.ts +5 -7
  46. package/dist/components/Content/Operation/ContentTypeSelect.vue.d.ts.map +1 -1
  47. package/dist/components/Content/Operation/EndpointDetails.vue.d.ts +3 -4
  48. package/dist/components/Content/Operation/EndpointDetails.vue.d.ts.map +1 -1
  49. package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts +3 -4
  50. package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts.map +1 -1
  51. package/dist/components/Content/Operation/EndpointPath.vue.d.ts +3 -5
  52. package/dist/components/Content/Operation/EndpointPath.vue.d.ts.map +1 -1
  53. package/dist/components/Content/Operation/Operation.vue.d.ts +3 -5
  54. package/dist/components/Content/Operation/Operation.vue.d.ts.map +1 -1
  55. package/dist/components/Content/Operation/OperationAccordion.vue.d.ts +3 -5
  56. package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +1 -1
  57. package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts +3 -6
  58. package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts.map +1 -1
  59. package/dist/components/Content/Operation/ParameterItem.vue.d.ts +4 -7
  60. package/dist/components/Content/Operation/ParameterItem.vue.d.ts.map +1 -1
  61. package/dist/components/Content/Operation/Parameters.vue.d.ts +13 -10
  62. package/dist/components/Content/Operation/Parameters.vue.d.ts.map +1 -1
  63. package/dist/components/Content/Operation/RequestBody.vue.d.ts +12 -7
  64. package/dist/components/Content/Operation/RequestBody.vue.d.ts.map +1 -1
  65. package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts +3 -4
  66. package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts.map +1 -1
  67. package/dist/components/Content/Operation/TestRequestButton.vue.d.ts +3 -4
  68. package/dist/components/Content/Operation/TestRequestButton.vue.d.ts.map +1 -1
  69. package/dist/components/Content/Schema/Schema.vue.d.ts +3 -12
  70. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  71. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +3 -5
  72. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  73. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +4 -11
  74. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  75. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts +15 -11
  76. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
  77. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +14 -12
  78. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  79. package/dist/components/Content/Tag/Endpoints.vue.d.ts +3 -6
  80. package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
  81. package/dist/components/Content/Tag/Tag.vue.d.ts +59 -10
  82. package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
  83. package/dist/components/Content/Tag/TagAccordion.vue.d.ts +13 -9
  84. package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +1 -1
  85. package/dist/components/Content/Tag/TagList.vue.d.ts +4 -7
  86. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  87. package/dist/components/Content/Webhooks/Webhook.vue.d.ts +3 -4
  88. package/dist/components/Content/Webhooks/Webhook.vue.d.ts.map +1 -1
  89. package/dist/components/Content/Webhooks/Webhooks.vue.d.ts +3 -4
  90. package/dist/components/Content/Webhooks/Webhooks.vue.d.ts.map +1 -1
  91. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts +5 -6
  92. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts.map +1 -1
  93. package/dist/components/DarkModeToggle/DarkModeToggle.vue.d.ts +5 -6
  94. package/dist/components/DarkModeToggle/DarkModeToggle.vue.d.ts.map +1 -1
  95. package/dist/components/GettingStarted.vue.d.ts +5 -6
  96. package/dist/components/GettingStarted.vue.d.ts.map +1 -1
  97. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +17 -19
  98. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  99. package/dist/components/IntersectionObserver.vue.d.ts +16 -10
  100. package/dist/components/IntersectionObserver.vue.d.ts.map +1 -1
  101. package/dist/components/Layouts/ClassicLayout.vue.d.ts +8 -2
  102. package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
  103. package/dist/components/Layouts/Layouts.vue.d.ts +8 -2
  104. package/dist/components/Layouts/Layouts.vue.d.ts.map +1 -1
  105. package/dist/components/Layouts/ModernLayout.vue.d.ts +8 -2
  106. package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
  107. package/dist/components/LoadingSkeleton.vue.d.ts +3 -4
  108. package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
  109. package/dist/components/MobileHeader.vue.d.ts +14 -9
  110. package/dist/components/MobileHeader.vue.d.ts.map +1 -1
  111. package/dist/components/ScreenReader.vue.d.ts +13 -8
  112. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  113. package/dist/components/Section/CompactSection.vue.d.ts +14 -10
  114. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  115. package/dist/components/Section/Section.vue.d.ts +13 -9
  116. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  117. package/dist/components/Section/SectionAccordion.vue.d.ts +69 -14
  118. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  119. package/dist/components/Section/SectionColumn.vue.d.ts +9 -3
  120. package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
  121. package/dist/components/Section/SectionColumns.vue.d.ts +9 -3
  122. package/dist/components/Section/SectionColumns.vue.d.ts.map +1 -1
  123. package/dist/components/Section/SectionContainer.vue.d.ts +9 -3
  124. package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
  125. package/dist/components/Section/SectionContainerAccordion.vue.d.ts +10 -4
  126. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  127. package/dist/components/Section/SectionContent.vue.d.ts +13 -8
  128. package/dist/components/Section/SectionContent.vue.d.ts.map +1 -1
  129. package/dist/components/Section/SectionHeader.vue.d.ts +13 -10
  130. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  131. package/dist/components/ShowMoreButton.vue.d.ts +3 -4
  132. package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
  133. package/dist/components/Sidebar/Sidebar.vue.d.ts +15 -8
  134. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  135. package/dist/components/Sidebar/SidebarElement.vue.d.ts +16 -25
  136. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
  137. package/dist/components/Sidebar/SidebarGroup.vue.d.ts +12 -7
  138. package/dist/components/Sidebar/SidebarGroup.vue.d.ts.map +1 -1
  139. package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts +3 -5
  140. package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +1 -1
  141. package/dist/components/Spinner/Spinner.vue.d.ts +1 -1
  142. package/dist/components/Spinner/Spinner.vue.d.ts.map +1 -1
  143. package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts +3 -6
  144. package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  145. package/dist/embeds/ExampleResponses/ExampleResponses.vue.d.ts +3 -4
  146. package/dist/embeds/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  147. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts +51 -46
  148. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -1
  149. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts +3 -4
  150. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
  151. package/dist/features/ApiClientModal/useApiClient.d.ts +36 -16
  152. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  153. package/dist/features/BaseUrl/BaseUrl.vue.d.ts +3 -15
  154. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  155. package/dist/features/BaseUrl/ServerForm.vue.d.ts +4 -7
  156. package/dist/features/BaseUrl/ServerForm.vue.d.ts.map +1 -1
  157. package/dist/features/BaseUrl/ServerUrl.vue.d.ts +3 -5
  158. package/dist/features/BaseUrl/ServerUrl.vue.d.ts.map +1 -1
  159. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts +14 -11
  160. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts.map +1 -1
  161. package/dist/features/BaseUrl/ServerVariablesForm.vue.d.ts +4 -8
  162. package/dist/features/BaseUrl/ServerVariablesForm.vue.d.ts.map +1 -1
  163. package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts +4 -7
  164. package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts.map +1 -1
  165. package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts +5 -7
  166. package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts.map +1 -1
  167. package/dist/features/DownloadLink/DownloadLink.vue.d.ts +3 -4
  168. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
  169. package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts +5 -6
  170. package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts.map +1 -1
  171. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +16 -13
  172. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  173. package/dist/features/ExampleRequest/TextSelect.vue.d.ts +15 -19
  174. package/dist/features/ExampleRequest/TextSelect.vue.d.ts.map +1 -1
  175. package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts +3 -4
  176. package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts.map +1 -1
  177. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts +6 -4
  178. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  179. package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
  180. package/dist/features/ExampleResponses/ExampleResponses.vue2.js +1 -2
  181. package/dist/features/Search/SearchButton.vue.d.ts +3 -5
  182. package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
  183. package/dist/features/Search/SearchButton.vue.js +2 -2
  184. package/dist/features/Search/SearchButton.vue2.js +1 -1
  185. package/dist/features/Search/SearchModal.vue.d.ts +3 -5
  186. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  187. package/dist/helpers/index.d.ts +1 -0
  188. package/dist/helpers/index.d.ts.map +1 -1
  189. package/dist/helpers/isMacOs.d.ts +5 -0
  190. package/dist/helpers/isMacOs.d.ts.map +1 -0
  191. package/dist/helpers/isMacOs.js +4 -0
  192. package/dist/index.js +45 -43
  193. package/dist/legacy/components/CardForm.vue.d.ts +9 -3
  194. package/dist/legacy/components/CardForm.vue.d.ts.map +1 -1
  195. package/dist/legacy/components/CardFormButton.vue.d.ts +11 -3
  196. package/dist/legacy/components/CardFormButton.vue.d.ts.map +1 -1
  197. package/dist/legacy/components/CardFormGroup.vue.d.ts +9 -3
  198. package/dist/legacy/components/CardFormGroup.vue.d.ts.map +1 -1
  199. package/dist/legacy/components/CardFormRows.vue.d.ts +9 -3
  200. package/dist/legacy/components/CardFormRows.vue.d.ts.map +1 -1
  201. package/dist/legacy/components/CardFormTextInput.vue.d.ts +13 -10
  202. package/dist/legacy/components/CardFormTextInput.vue.d.ts.map +1 -1
  203. package/dist/legacy/components/SecurityScheme.vue.d.ts +3 -5
  204. package/dist/legacy/components/SecurityScheme.vue.d.ts.map +1 -1
  205. package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts +4 -8
  206. package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts.map +1 -1
  207. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts +5 -6
  208. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts.map +1 -1
  209. package/dist/style.css +1 -1
  210. package/package.json +9 -26
  211. package/dist/components/Badge/Badge.stories.d.ts +0 -8
  212. package/dist/components/Badge/Badge.stories.d.ts.map +0 -1
  213. package/dist/components/Card/Card.stories.d.ts +0 -7
  214. package/dist/components/Card/Card.stories.d.ts.map +0 -1
  215. package/dist/components/Card/CardContent.stories.d.ts +0 -9
  216. package/dist/components/Card/CardContent.stories.d.ts.map +0 -1
  217. package/dist/components/Content/Authentication/Authentication.stories.d.ts +0 -13
  218. package/dist/components/Content/Authentication/Authentication.stories.d.ts.map +0 -1
  219. package/dist/components/Content/Schema/Schema.stories.d.ts +0 -7
  220. package/dist/components/Content/Schema/Schema.stories.d.ts.map +0 -1
  221. package/dist/components/Section/Section.stories.d.ts +0 -7
  222. package/dist/components/Section/Section.stories.d.ts.map +0 -1
  223. package/dist/components/Spinner/Spinner.stories.d.ts +0 -7
  224. package/dist/components/Spinner/Spinner.stories.d.ts.map +0 -1
  225. package/dist/features/ExampleRequest/ExampleRequest.stories.d.ts +0 -7
  226. package/dist/features/ExampleRequest/ExampleRequest.stories.d.ts.map +0 -1
@@ -1,12 +1,23 @@
1
1
  import type { Spec } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
3
- layout?: "accordion" | "default";
2
+ /**
3
+ * Loads a "fake" tag/modal/operation if the user is deep linking
4
+ * The fake popup is then hidden once the real one loads behind it
5
+ * Giving a seemless instant load experience
6
+ *
7
+ * TODO list
8
+ * - only works on first load, but we will use this when
9
+ * hitting endpoint links in V2
10
+ * - only works for default layout, add accordion (if we need)
11
+ * - code is ripe for refactor as it is duplicated from content and models
12
+ * - need to handle case of last operation/model
13
+ * - need to find an event for codemirror loaded, currently using timeout for models
14
+ */
15
+ type __VLS_Props = {
16
+ layout?: 'accordion' | 'default';
4
17
  parsedSpec: Spec;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- layout?: "accordion" | "default";
7
- parsedSpec: Spec;
8
- }> & Readonly<{}>, {
18
+ };
19
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
20
  layout: "accordion" | "default";
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
11
22
  export default _default;
12
23
  //# sourceMappingURL=Loading.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AA4NA,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;aAiChB,WAAW,GAAG,SAAS;gBACpB,IAAI;;aADP,WAAW,GAAG,SAAS;gBACpB,IAAI;;YADP,WAAW,GAAG,SAAS;;AA6SpC,wBAOG"}
1
+ {"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AA4NA,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;AAmB7B;;;;;;;;;;;;GAYG;AACH,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;IAChC,UAAU,EAAE,IAAI,CAAA;CACjB,CAAC;;YAFS,WAAW,GAAG,SAAS;;AAqQpC,wBAQG"}
@@ -1,8 +1,7 @@
1
1
  import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
6
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
6
  export default _default;
8
7
  //# sourceMappingURL=Models.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;;cAkBxE,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO;;cAHP,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO;;AAoNb,wBAMG"}
1
+ {"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAgB9E,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AAwKF,wBAMG"}
@@ -1,8 +1,7 @@
1
1
  import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
6
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
6
  export default _default;
8
7
  //# sourceMappingURL=ModelsAccordion.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModelsAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/ModelsAccordion.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;;cAgBxE,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO;;cAHP,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO;;AA6Lb,wBAMG"}
1
+ {"version":3,"file":"ModelsAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/ModelsAccordion.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAc9E,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AA4JF,wBAMG"}
@@ -1,18 +1,16 @@
1
1
  import type { ContentType, RequestBody } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  requestBody?: RequestBody;
4
4
  defaultValue?: ContentType;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
7
  selectContentType: (payload: {
7
8
  contentType: ContentType;
8
9
  }) => any;
9
- }, string, import("vue").PublicProps, Readonly<{
10
- requestBody?: RequestBody;
11
- defaultValue?: ContentType;
12
- }> & Readonly<{
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
11
  onSelectContentType?: ((payload: {
14
12
  contentType: ContentType;
15
13
  }) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
17
15
  export default _default;
18
16
  //# sourceMappingURL=ContentTypeSelect.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContentTypeSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ContentTypeSelect.vue"],"names":[],"mappings":"AAgHA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;;kBAMpD,WAAW;mBACV,WAAW;;;qBAyGuB,WAAW;;;kBA1G9C,WAAW;mBACV,WAAW;;;qBAyGuB,WAAW;;;AAP9D,wBASG"}
1
+ {"version":3,"file":"ContentTypeSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ContentTypeSelect.vue"],"names":[],"mappings":"AAgHA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAKpE,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,YAAY,CAAC,EAAE,WAAW,CAAA;CAC3B,CAAC;;;qBAGiD,WAAW;;;;qBAAX,WAAW;;;AAqG9D,wBAQG"}
@@ -1,8 +1,7 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  operation: TransformedOperation;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- operation: TransformedOperation;
6
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
7
6
  export default _default;
8
7
  //# sourceMappingURL=EndpointDetails.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EndpointDetails.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointDetails.vue"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;eAQ7B,oBAAoB;;eAApB,oBAAoB;;AA8JvD,wBAMG"}
1
+ {"version":3,"file":"EndpointDetails.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointDetails.vue"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAQhE,KAAK,WAAW,GAAG;IAAE,SAAS,EAAE,oBAAoB,CAAA;CAAE,CAAC;;AAmJvD,wBAOG"}
@@ -1,8 +1,7 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  operation: TransformedOperation;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- operation: TransformedOperation;
6
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
7
6
  export default _default;
8
7
  //# sourceMappingURL=EndpointDetailsCard.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EndpointDetailsCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointDetailsCard.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;eAQ7B,oBAAoB;;eAApB,oBAAoB;;AAqIvD,wBAMG"}
1
+ {"version":3,"file":"EndpointDetailsCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointDetailsCard.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAQhE,KAAK,WAAW,GAAG;IAAE,SAAS,EAAE,oBAAoB,CAAA;CAAE,CAAC;;AA+IvD,wBAOG"}
@@ -1,9 +1,7 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  path: string;
3
3
  deprecated?: boolean;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- path: string;
6
- deprecated?: boolean;
7
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
8
6
  export default _default;
9
7
  //# sourceMappingURL=EndpointPath.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EndpointPath.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointPath.vue"],"names":[],"mappings":";UA2CQ,MAAM;iBACC,OAAO;;UADd,MAAM;iBACC,OAAO;;AA+DtB,wBAMG"}
1
+ {"version":3,"file":"EndpointPath.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointPath.vue"],"names":[],"mappings":"AA0CA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;;AA4EF,wBAOG"}
@@ -1,10 +1,8 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  id?: string;
4
4
  operation: TransformedOperation;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- id?: string;
7
- operation: TransformedOperation;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
7
  export default _default;
10
8
  //# sourceMappingURL=Operation.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Operation.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Operation.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAoBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AAiPjC,wBAMG"}
1
+ {"version":3,"file":"Operation.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Operation.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAmBhE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,oBAAoB,CAAA;CAChC,CAAC;;AAoLF,wBAOG"}
@@ -1,10 +1,8 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  id?: string;
4
4
  operation: TransformedOperation;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- id?: string;
7
- operation: TransformedOperation;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
7
  export default _default;
10
8
  //# sourceMappingURL=OperationAccordion.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OperationAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/OperationAccordion.vue"],"names":[],"mappings":"AA0NA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAiBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AA2QjC,wBAMG"}
1
+ {"version":3,"file":"OperationAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/OperationAccordion.vue"],"names":[],"mappings":"AA0NA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAgBhE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,oBAAoB,CAAA;CAChC,CAAC;;AAqNF,wBAOG"}
@@ -1,12 +1,9 @@
1
1
  import type { OpenAPI } from '@scalar/openapi-types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  headers: {
4
4
  [key: string]: OpenAPI.HeaderObject;
5
5
  };
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- headers: {
8
- [key: string]: OpenAPI.HeaderObject;
9
- };
10
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ };
7
+ 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>;
11
8
  export default _default;
12
9
  //# sourceMappingURL=ParameterHeaders.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParameterHeaders.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterHeaders.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,uBAAuB,CAAA;;aAOjE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;aAAvC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;AA8JlD,wBAMG"}
1
+ {"version":3,"file":"ParameterHeaders.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterHeaders.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,uBAAuB,CAAA;AAM5E,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE,CAAA;CACjD,CAAC;;AAiJF,wBAOG"}
@@ -1,15 +1,12 @@
1
1
  import type { Parameters } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  parameter: Parameters;
4
4
  showChildren?: boolean;
5
5
  collapsableItems?: boolean;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- parameter: Parameters;
8
- showChildren?: boolean;
9
- collapsableItems?: boolean;
10
- }> & Readonly<{}>, {
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
8
  showChildren: boolean;
12
9
  collapsableItems: boolean;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLLIElement>;
14
11
  export default _default;
15
12
  //# sourceMappingURL=ParameterItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterItem.vue"],"names":[],"mappings":"AA+NA,OAAO,KAAK,EAAe,UAAU,EAAE,MAAM,sBAAsB,CAAA;;eAWpD,UAAU;mBACN,OAAO;uBACH,OAAO;;eAFf,UAAU;mBACN,OAAO;uBACH,OAAO;;kBADX,OAAO;sBACH,OAAO;;AA2Q9B,wBAOG"}
1
+ {"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterItem.vue"],"names":[],"mappings":"AA+NA,OAAO,KAAK,EAAe,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAUnE,KAAK,WAAW,GAAG;IACf,SAAS,EAAE,UAAU,CAAA;IACrB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;;kBAFe,OAAO;sBACH,OAAO;;AA6O9B,wBAQG"}
@@ -1,20 +1,23 @@
1
1
  import type { Parameters } from '@scalar/types/legacy';
2
- declare function __VLS_template(): {
3
- title?(_: {}): any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- parameters?: Parameters[];
7
- showChildren?: boolean;
8
- collapsableItems?: boolean;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
2
+ type __VLS_Props = {
10
3
  parameters?: Parameters[];
11
4
  showChildren?: boolean;
12
5
  collapsableItems?: boolean;
13
- }> & Readonly<{}>, {
6
+ };
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ title?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: any;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
17
  showChildren: boolean;
15
18
  collapsableItems: boolean;
16
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
21
  export default _default;
19
22
  type __VLS_WithTemplateSlots<T, S> = T & {
20
23
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Parameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Parameters.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AA4BtD,iBAAS,cAAc;mBA0CI,GAAG;EAgB7B;AACD,QAAA,MAAM,eAAe;iBAhFJ,UAAU,EAAE;mBACV,OAAO;uBACH,OAAO;;iBAFb,UAAU,EAAE;mBACV,OAAO;uBACH,OAAO;;kBADX,OAAO;sBACH,OAAO;6EAqF5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAexG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Parameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Parameters.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAMtD,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,UAAU,EAAE,CAAA;IACzB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;AAkBJ,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBA1FF,OAAO;sBACH,OAAO;6EAgG5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,13 +1,18 @@
1
1
  import type { RequestBody } from '@scalar/types/legacy';
2
+ type __VLS_Props = {
3
+ requestBody?: RequestBody;
4
+ };
2
5
  declare function __VLS_template(): {
3
- title?(_: {}): any;
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ title?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
4
12
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- requestBody?: RequestBody;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
- requestBody?: RequestBody;
9
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: 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>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
16
  export default _default;
12
17
  type __VLS_WithTemplateSlots<T, S> = T & {
13
18
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/RequestBody.vue"],"names":[],"mappings":"AAgJA,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,sBAAsB,CAAA;AA6BpE,iBAAS,cAAc;mBAuFI,GAAG;EAkB7B;AACD,QAAA,MAAM,eAAe;kBAhIiB,WAAW;;kBAAX,WAAW;iGAsI/C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/RequestBody.vue"],"names":[],"mappings":"AAgJA,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAOpE,KAAK,WAAW,GAAG;IAAE,WAAW,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;AAsBjD,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,8 +1,7 @@
1
1
  import type { ContentProperties } from '../../../types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  contentProperties: ContentProperties;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- contentProperties: ContentProperties;
6
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
6
  export default _default;
8
7
  //# sourceMappingURL=RequestBodyPropertiesChild.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBodyPropertiesChild.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/RequestBodyPropertiesChild.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;;uBAIZ,iBAAiB;;uBAAjB,iBAAiB;;AA8E5D,wBAMG"}
1
+ {"version":3,"file":"RequestBodyPropertiesChild.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/RequestBodyPropertiesChild.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAIvD,KAAK,WAAW,GAAG;IAAE,iBAAiB,EAAE,iBAAiB,CAAA;CAAE,CAAC;;AAsF5D,wBAMG"}
@@ -1,8 +1,7 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  operation: TransformedOperation;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- operation: TransformedOperation;
6
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
6
  export default _default;
8
7
  //# sourceMappingURL=TestRequestButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/TestRequestButton.vue"],"names":[],"mappings":"AA0EA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;eAUnD,oBAAoB;;eAApB,oBAAoB;;AA8FjC,wBAMG"}
1
+ {"version":3,"file":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/TestRequestButton.vue"],"names":[],"mappings":"AA0EA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAShE,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,oBAAoB,CAAA;CAChC,CAAC;;AAiGF,wBAMG"}
@@ -1,5 +1,5 @@
1
1
  import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  value?: OpenAPIV2.DefinitionsObject | OpenAPIV3.SchemaObject | OpenAPIV3.ArraySchemaObject | OpenAPIV3.NonArraySchemaObject | OpenAPIV3_1.SchemaObject | OpenAPIV3_1.ArraySchemaObject | OpenAPIV3_1.NonArraySchemaObject;
4
4
  /** Track how deep we’ve gone */
5
5
  level?: number;
@@ -9,17 +9,8 @@ declare const _default: import("vue").DefineComponent<{
9
9
  /** Shows a toggle to hide/show children */
10
10
  noncollapsible?: boolean;
11
11
  hideHeading?: boolean;
12
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
13
- value?: OpenAPIV2.DefinitionsObject | OpenAPIV3.SchemaObject | OpenAPIV3.ArraySchemaObject | OpenAPIV3.NonArraySchemaObject | OpenAPIV3_1.SchemaObject | OpenAPIV3_1.ArraySchemaObject | OpenAPIV3_1.NonArraySchemaObject;
14
- /** Track how deep we’ve gone */
15
- level?: number;
16
- name?: string;
17
- /** A tighter layout with less borders and without a heading */
18
- compact?: boolean;
19
- /** Shows a toggle to hide/show children */
20
- noncollapsible?: boolean;
21
- hideHeading?: boolean;
22
- }> & Readonly<{}>, {
12
+ };
13
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
23
14
  level: number;
24
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
16
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AA0RA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;;YAUtE,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB;IACpC,gCAAgC;YACxB,MAAM;WAEP,MAAM;IACb,+DAA+D;cACrD,OAAO;IACjB,2CAA2C;qBAC1B,OAAO;kBACV,OAAO;;YAfjB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB;IACpC,gCAAgC;YACxB,MAAM;WAEP,MAAM;IACb,+DAA+D;cACrD,OAAO;IACjB,2CAA2C;qBAC1B,OAAO;kBACV,OAAO;;WAPb,MAAM;;AAoWlB,wBAOG"}
1
+ {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AA0RA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAQ9E,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;;WARQ,MAAM;;AAwSlB,wBAOG"}
@@ -1,10 +1,8 @@
1
1
  import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  value: OpenAPIV2.DefinitionsObject | OpenAPIV3.SchemaObject | OpenAPIV3.ArraySchemaObject | OpenAPIV3.NonArraySchemaObject | OpenAPIV3_1.SchemaObject | OpenAPIV3_1.ArraySchemaObject | OpenAPIV3_1.NonArraySchemaObject;
4
4
  name?: string;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- value: OpenAPIV2.DefinitionsObject | OpenAPIV3.SchemaObject | OpenAPIV3.ArraySchemaObject | OpenAPIV3.NonArraySchemaObject | OpenAPIV3_1.SchemaObject | OpenAPIV3_1.ArraySchemaObject | OpenAPIV3_1.NonArraySchemaObject;
7
- name?: string;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
7
  export default _default;
10
8
  //# sourceMappingURL=SchemaHeading.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaHeading.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;;WAMxE,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB;WAC7B,MAAM;;WAPT,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB;WAC7B,MAAM;;AAgFf,wBAMG"}
1
+ {"version":3,"file":"SchemaHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaHeading.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAI9E,KAAK,WAAW,GAAG;IACjB,KAAK,EACD,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;;AAmFF,wBAMG"}
@@ -1,4 +1,4 @@
1
- declare const _default_1: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  value?: Record<string, any>;
3
3
  level?: number;
4
4
  name?: string;
@@ -6,18 +6,11 @@ declare const _default_1: import("vue").DefineComponent<{
6
6
  compact?: boolean;
7
7
  description?: string;
8
8
  additional?: boolean;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
10
- value?: Record<string, any>;
11
- level?: number;
12
- name?: string;
13
- required?: boolean;
14
- compact?: boolean;
15
- description?: string;
16
- additional?: boolean;
17
- }> & Readonly<{}>, {
9
+ };
10
+ declare const _default_1: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
11
  required: boolean;
19
12
  level: number;
20
13
  compact: boolean;
21
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
22
15
  export default _default_1;
23
16
  //# sourceMappingURL=SchemaProperty.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":";YAwYY,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;YACnB,MAAM;WACP,MAAM;eACF,OAAO;cACR,OAAO;kBACH,MAAM;iBACP,OAAO;;YANZ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;YACnB,MAAM;WACP,MAAM;eACF,OAAO;cACR,OAAO;kBACH,MAAM;iBACP,OAAO;;cAHT,OAAO;WAFV,MAAM;aAGJ,OAAO;;AA+arB,0BAOG"}
1
+ {"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":"AAuYA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,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;CACrB,CAAC;;cAJW,OAAO;WAFV,MAAM;aAGJ,OAAO;;AA0WrB,0BAQG"}
@@ -1,16 +1,20 @@
1
- declare function __VLS_template(): {
2
- prefix?(_: {}): any;
3
- default?(_: {}): any;
4
- default?(_: {}): any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<{
7
- truncate?: boolean;
8
- code?: boolean;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
10
2
  truncate?: boolean;
11
3
  code?: boolean;
12
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ prefix?(_: {}): any;
9
+ default?(_: {}): any;
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: HTMLSpanElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
18
  export default _default;
15
19
  type __VLS_WithTemplateSlots<T, S> = T & {
16
20
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaPropertyDetail.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyDetail.vue"],"names":[],"mappings":"AA0EA,iBAAS,cAAc;oBAiDK,GAAG;qBACF,GAAG;qBACH,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe;eA5ER,OAAO;WACX,OAAO;;eADH,OAAO;WACX,OAAO;iGAiFd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"SchemaPropertyDetail.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyDetail.vue"],"names":[],"mappings":"AA+DA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC;AAQF,iBAAS,cAAc;WAgET,OAAO,IAA6B;;wBAVtB,GAAG;yBACF,GAAG;yBACH,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,8SAOnB,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,20 +1,22 @@
1
- declare function __VLS_template(): {
2
- name?(_: {}): any;
3
- };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- value?: Record<string, any>;
6
- enum?: boolean;
7
- required?: boolean;
8
- additional?: boolean;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
10
2
  value?: Record<string, any>;
11
3
  enum?: boolean;
12
4
  required?: boolean;
13
5
  additional?: boolean;
14
- }> & Readonly<{}>, {
6
+ };
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ name?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: HTMLDivElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
17
  required: boolean;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
20
  export default _default;
19
21
  type __VLS_WithTemplateSlots<T, S> = T & {
20
22
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaPropertyHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyHeading.vue"],"names":[],"mappings":"AAoOA,iBAAS,cAAc;kBA4UG,GAAG;EAmB5B;AACD,QAAA,MAAM,eAAe;YA9XT,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;WACpB,OAAO;eACH,OAAO;iBACL,OAAO;;YAHZ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;WACpB,OAAO;eACH,OAAO;iBACL,OAAO;;cADT,OAAO;6EAmYpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAexG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,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":"AAqMA,KAAK,WAAW,GAAG;IACf,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;CACrB,CAAC;AA0BJ,iBAAS,cAAc;WAwQT,OAAO,IAA6B;;sBARxB,GAAG;;;;EAa5B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAvTN,OAAO;wFA+TpB,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,12 +1,9 @@
1
1
  import type { Tag } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  id?: string;
4
4
  tag: Tag;
5
5
  isCollapsed?: boolean;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- id?: string;
8
- tag: Tag;
9
- isCollapsed?: boolean;
10
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ };
7
+ 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>;
11
8
  export default _default;
12
9
  //# sourceMappingURL=Endpoints.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Endpoints.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/Endpoints.vue"],"names":[],"mappings":"AA2IA,OAAO,KAAK,EAAE,GAAG,EAAwB,MAAM,sBAAsB,CAAA;;SAkBxC,MAAM;SAAO,GAAG;kBAAgB,OAAO;;SAAvC,MAAM;SAAO,GAAG;kBAAgB,OAAO;;AAmSpE,wBAMG"}
1
+ {"version":3,"file":"Endpoints.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/Endpoints.vue"],"names":[],"mappings":"AA2IA,OAAO,KAAK,EAAE,GAAG,EAAwB,MAAM,sBAAsB,CAAA;AAkBrE,KAAK,WAAW,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,GAAG,CAAC;IAAC,WAAW,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;;AA+NpE,wBAOG"}