@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,13 +1,18 @@
1
+ type __VLS_Props = {
2
+ id: string;
3
+ };
1
4
  declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLSpanElement;
4
12
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- id: string;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
- id: string;
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, {}, HTMLSpanElement>;
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":"Anchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Anchor/Anchor.vue"],"names":[],"mappings":"AAiGA,iBAAS,cAAc;qBAiDM,GAAG;qBACH,GAAG;EAiB/B;AACD,QAAA,MAAM,eAAe;QAvFf,MAAM;;QAAN,MAAM;iGA6FV,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":"Anchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Anchor/Anchor.vue"],"names":[],"mappings":"AA6EA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;CACX,CAAC;AAkBF,iBAAS,cAAc;WAiET,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AAWD,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,16 +1,21 @@
1
1
  import type { ReferenceProps } from '../types';
2
2
  declare function __VLS_template(): {
3
- footer?(_: {}): any;
4
- footer?(_: {}): any;
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ footer?(_: {}): any;
6
+ footer?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
5
10
  };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
6
12
  declare const __VLS_component: import("vue").DefineComponent<ReferenceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
13
  updateContent: (value: string) => any;
8
14
  }, string, import("vue").PublicProps, Readonly<ReferenceProps> & Readonly<{
9
15
  onUpdateContent?: ((value: string) => any) | undefined;
10
16
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
18
  export default _default;
13
-
14
19
  type __VLS_WithTemplateSlots<T, S> = T & {
15
20
  new (): {
16
21
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"ApiReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReference.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ApiReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReference.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AA6F9C,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;wBATrB,GAAG;wBACH,GAAG;;;;EAa/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAOnB,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,23 +1,32 @@
1
1
  import { type ThemeId } from '@scalar/themes';
2
2
  import type { ReferenceLayoutProps, ReferenceSlotProps } from '../types';
3
- declare function __VLS_template(): Readonly<{
4
- header: (props: ReferenceSlotProps) => any;
5
- footer: (props: ReferenceSlotProps) => any;
6
- editor: (props: ReferenceSlotProps) => any;
7
- "content-start": (props: ReferenceSlotProps) => any;
8
- "content-end": (props: ReferenceSlotProps) => any;
9
- "sidebar-start": (props: ReferenceSlotProps) => any;
10
- "sidebar-end": (props: ReferenceSlotProps) => any;
11
- }> & {
12
- header: (props: ReferenceSlotProps) => any;
13
- footer: (props: ReferenceSlotProps) => any;
14
- editor: (props: ReferenceSlotProps) => any;
15
- "content-start": (props: ReferenceSlotProps) => any;
16
- "content-end": (props: ReferenceSlotProps) => any;
17
- "sidebar-start": (props: ReferenceSlotProps) => any;
18
- "sidebar-end": (props: ReferenceSlotProps) => any;
3
+ type __VLS_Props = Omit<ReferenceLayoutProps, 'isDark'>;
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: Readonly<{
7
+ header: (props: ReferenceSlotProps) => any;
8
+ footer: (props: ReferenceSlotProps) => any;
9
+ editor: (props: ReferenceSlotProps) => any;
10
+ "content-start": (props: ReferenceSlotProps) => any;
11
+ "content-end": (props: ReferenceSlotProps) => any;
12
+ "sidebar-start": (props: ReferenceSlotProps) => any;
13
+ "sidebar-end": (props: ReferenceSlotProps) => any;
14
+ }> & {
15
+ header: (props: ReferenceSlotProps) => any;
16
+ footer: (props: ReferenceSlotProps) => any;
17
+ editor: (props: ReferenceSlotProps) => any;
18
+ "content-start": (props: ReferenceSlotProps) => any;
19
+ "content-end": (props: ReferenceSlotProps) => any;
20
+ "sidebar-start": (props: ReferenceSlotProps) => any;
21
+ "sidebar-end": (props: ReferenceSlotProps) => any;
22
+ };
23
+ refs: {
24
+ documentEl: HTMLDivElement;
25
+ };
26
+ rootEl: any;
19
27
  };
20
- declare const __VLS_component: import("vue").DefineComponent<Omit<ReferenceLayoutProps, "isDark">, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
28
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
21
30
  changeTheme: (args_0: {
22
31
  id: ThemeId;
23
32
  label: string;
@@ -26,7 +35,7 @@ declare const __VLS_component: import("vue").DefineComponent<Omit<ReferenceLayou
26
35
  loadSwaggerFile: () => any;
27
36
  linkSwaggerFile: () => any;
28
37
  toggleDarkMode: () => any;
29
- }, string, import("vue").PublicProps, Readonly<Omit<ReferenceLayoutProps, "isDark">> & Readonly<{
38
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
30
39
  onChangeTheme?: ((args_0: {
31
40
  id: ThemeId;
32
41
  label: string;
@@ -36,7 +45,7 @@ declare const __VLS_component: import("vue").DefineComponent<Omit<ReferenceLayou
36
45
  onLinkSwaggerFile?: (() => any) | undefined;
37
46
  onToggleDarkMode?: (() => any) | undefined;
38
47
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
48
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
49
  export default _default;
41
50
  type __VLS_WithTemplateSlots<T, S> = T & {
42
51
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAgkBA,OAAO,EACL,KAAK,OAAO,EAGb,MAAM,gBAAgB,CAAA;AA6BvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,UAAU,CAAA;AAoPjB,iBAAS,cAAc;oBAzNe,kBAAkB,KAAK,GAAG;oBAA1B,kBAAkB,KAAK,GAAG;oBAA1B,kBAAkB,KAAK,GAAG;6BAA1B,kBAAkB,KAAK,GAAG;2BAA1B,kBAAkB,KAAK,GAAG;6BAA1B,kBAAkB,KAAK,GAAG;2BAA1B,kBAAkB,KAAK,GAAG;;oBAA1B,kBAAkB,KAAK,GAAG;oBAA1B,kBAAkB,KAAK,GAAG;oBAA1B,kBAAkB,KAAK,GAAG;6BAA1B,kBAAkB,KAAK,GAAG;2BAA1B,kBAAkB,KAAK,GAAG;6BAA1B,kBAAkB,KAAK,GAAG;2BAA1B,kBAAkB,KAAK,GAAG;EA4gB/D;AACD,QAAA,MAAM,eAAe;;YAOqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFAM9D,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":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AAgkBA,OAAO,EACL,KAAK,OAAO,EAGb,MAAM,gBAAgB,CAAA;AA6BvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,UAAU,CAAA;AAOjB,KAAK,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,CAAC,CAAC;AAwOxD,iBAAS,cAAc;WA4OT,OAAO,IAA6B;;wBA/bZ,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;;wBAA1B,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;;;;;;EAoc/D;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YA5eqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFAmf9D,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,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
3
8
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.vue"],"names":[],"mappings":"AA2BA,iBAAS,cAAc;qBAqBM,GAAG;EAa/B;AACD,QAAA,MAAM,eAAe,+QAKnB,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":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.vue"],"names":[],"mappings":"AA2BA,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,8 +1,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
3
8
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.vue"],"names":[],"mappings":"AAmCA,iBAAS,cAAc;qBAsBM,GAAG;EAa/B;AACD,QAAA,MAAM,eAAe,+QAKnB,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":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.vue"],"names":[],"mappings":"AAmCA,iBAAS,cAAc;WAuCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,9 +1,15 @@
1
1
  import type { CardContentProps } from './types';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLDivElement;
4
9
  };
5
- declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
13
  export default _default;
8
14
  type __VLS_WithTemplateSlots<T, S> = T & {
9
15
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"CardContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardContent.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;qBA6CM,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe,4SAMnB,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":"CardContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardContent.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;WA2DT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uTAOnB,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,9 +1,15 @@
1
1
  import type { CardContentProps } from './types';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLDivElement;
4
9
  };
5
- declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
13
  export default _default;
8
14
  type __VLS_WithTemplateSlots<T, S> = T & {
9
15
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardFooter.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAa/C,iBAAS,cAAc;qBA2BM,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe,4SAMnB,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":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardFooter.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAa/C,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uTAOnB,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,10 +1,16 @@
1
1
  import type { CardContentProps } from './types';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
4
- actions?(_: {}): any;
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ actions?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: HTMLDivElement;
5
10
  };
6
- declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
14
  export default _default;
9
15
  type __VLS_WithTemplateSlots<T, S> = T & {
10
16
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAa/C,iBAAS,cAAc;qBA2CM,GAAG;qBACH,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe,4SAMnB,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":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAa/C,iBAAS,cAAc;WA+DT,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uTAOnB,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,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: any;
3
8
  };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
4
10
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"CardTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTab.vue"],"names":[],"mappings":"AA0EA,iBAAS,cAAc;qBA+CM,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe,+QAKnB,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":"CardTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTab.vue"],"names":[],"mappings":"AA0EA,iBAAS,cAAc;WA2DT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,13 +1,19 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- actions?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ actions?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLDivElement;
4
9
  };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
5
11
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
12
  change: (index: number) => any;
7
13
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
8
14
  onChange?: ((index: number) => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
17
  export default _default;
12
18
  type __VLS_WithTemplateSlots<T, S> = T & {
13
19
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"CardTabHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTabHeader.vue"],"names":[],"mappings":"AA8DA,iBAAS,cAAc;qBAkFO,GAAG;qBACH,GAAG;EAoBhC;AACD,QAAA,MAAM,eAAe;;;;iFAQnB,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":"CardTabHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTabHeader.vue"],"names":[],"mappings":"AA6DA,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;4FAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,9 +1,15 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- "dark-mode-toggle"?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ "dark-mode-toggle"?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLDivElement;
4
9
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
13
  export default _default;
8
14
  type __VLS_WithTemplateSlots<T, S> = T & {
9
15
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ClassicHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ClassicHeader.vue"],"names":[],"mappings":"AA6CA,iBAAS,cAAc;qBA6BM,GAAG;gCACQ,GAAG;EAa1C;AACD,QAAA,MAAM,eAAe,+QAKnB,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":"ClassicHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ClassicHeader.vue"],"names":[],"mappings":"AA6CA,iBAAS,cAAc;WA+CT,OAAO,IAA6B;;yBATrB,GAAG;oCACQ,GAAG;;;;EAa1C;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,10 +1,8 @@
1
1
  import type { Spec } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  parsedSpec?: Spec;
4
4
  proxy?: string;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- parsedSpec?: Spec;
7
- proxy?: 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=Authentication.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Authentication.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Authentication/Authentication.vue"],"names":[],"mappings":"AAgFA,OAAO,KAAK,EAAY,IAAI,EAAE,MAAM,sBAAsB,CAAA;;iBASrB,IAAI;YAAU,MAAM;;iBAApB,IAAI;YAAU,MAAM;;AAyHzD,wBAMG"}
1
+ {"version":3,"file":"Authentication.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Authentication/Authentication.vue"],"names":[],"mappings":"AAgFA,OAAO,KAAK,EAAY,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAS1D,KAAK,WAAW,GAAG;IAAE,UAAU,CAAC,EAAE,IAAI,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;;AA+HzD,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":";AAqHA,wBAKG"}
1
+ {"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":";AAgIA,wBAKG"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ClientSelector.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":";AA6iBA,wBAKG"}
1
+ {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":";AA+hBA,wBAMG"}
@@ -1,23 +1,24 @@
1
1
  import type { Server, Spec } from '@scalar/types/legacy';
2
- declare function __VLS_template(): {
3
- start?(_: {}): any;
4
- "empty-state"?(_: {}): any;
5
- end?(_: {}): any;
6
- };
7
- declare const __VLS_component: import("vue").DefineComponent<{
8
- parsedSpec: Spec;
9
- layout?: "default" | "accordion";
10
- baseServerURL?: string;
11
- servers?: Server[];
12
- proxy?: string;
13
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
2
+ type __VLS_Props = {
14
3
  parsedSpec: Spec;
15
- layout?: "default" | "accordion";
4
+ layout?: 'default' | 'accordion';
16
5
  baseServerURL?: string;
17
6
  servers?: Server[];
18
7
  proxy?: string;
19
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
8
+ };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ start?(_: {}): any;
13
+ "empty-state"?(_: {}): any;
14
+ end?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: any;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ 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>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
22
  export default _default;
22
23
  type __VLS_WithTemplateSlots<T, S> = T & {
23
24
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAyMA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAoCxD,iBAAS,cAAc;mBAsPI,GAAG;2BACM,GAAG;iBACb,GAAG;EA2B5B;AACD,QAAA,MAAM,eAAe;gBAvSP,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;;gBAJF,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;iGAySd,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":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAyMA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAgBxD,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,IAAI,CAAA;IAChB,MAAM,CAAC,EAAE,SAAS,GAAG,WAAW,CAAA;IAChC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAcF,iBAAS,cAAc;WA4LT,OAAO,IAA6B;;uBAVvB,GAAG;+BACM,GAAG;qBACb,GAAG;;;;EAa5B;AAqBD,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,9 +1,7 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  /** Markdown document */
3
3
  value?: string;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- /** Markdown document */
6
- value?: string;
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, {}, any>;
8
6
  export default _default;
9
7
  //# sourceMappingURL=Description.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":";IAiJE,wBAAwB;YAChB,MAAM;;IADd,wBAAwB;YAChB,MAAM;;AAmLhB,wBAMG"}
1
+ {"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":"AAgJA,KAAK,WAAW,GAAG;IACjB,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AAmLF,wBAMG"}
@@ -1,17 +1,21 @@
1
1
  import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
2
2
  import type { Spec } from '@scalar/types/legacy';
3
- declare function __VLS_template(): {
4
- aside?(_: {}): any;
5
- after?(_: {}): any;
6
- };
7
- declare const __VLS_component: import("vue").DefineComponent<{
8
- info: Partial<OpenAPIV2.InfoObject | OpenAPIV3.InfoObject | OpenAPIV3_1.InfoObject>;
9
- parsedSpec: Spec;
10
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
3
+ type __VLS_Props = {
11
4
  info: Partial<OpenAPIV2.InfoObject | OpenAPIV3.InfoObject | OpenAPIV3_1.InfoObject>;
12
5
  parsedSpec: Spec;
13
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
+ };
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ aside?(_: {}): any;
11
+ after?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ 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, {}, HTMLDivElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
19
  export default _default;
16
20
  type __VLS_WithTemplateSlots<T, S> = T & {
17
21
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAyChD,iBAAS,cAAc;mBAiMK,GAAG;mBACH,GAAG;EAyB9B;AACD,QAAA,MAAM,eAAe;UAlPb,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE;gBACW,IAAI;;UAHV,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE;gBACW,IAAI;iGAqPhB,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":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAkBhD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE,CAAA;IACD,UAAU,EAAE,IAAI,CAAA;CACjB,CAAC;AAkBF,iBAAS,cAAc;WA8IT,OAAO,IAA6B;;uBATtB,GAAG;uBACH,GAAG;;;;EAa9B;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,19 +1,28 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- id?: string;
6
- isLazy?: boolean;
7
- lazyTimeout?: number;
8
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ /**
2
+ * Component which loads lazily when the browser is "idle"
3
+ * Disabled if being rendered from the server
4
+ *
5
+ * @link https://medium.com/js-dojo/lazy-rendering-in-vue-to-improve-performance-dcccd445d5f
6
+ */
7
+ type __VLS_Props = {
9
8
  id?: string;
10
9
  isLazy?: boolean;
11
10
  lazyTimeout?: number;
12
- }> & Readonly<{}>, {
11
+ };
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ rootEl: any;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
22
  isLazy: boolean;
14
23
  lazyTimeout: number;
15
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
26
  export default _default;
18
27
  type __VLS_WithTemplateSlots<T, S> = T & {
19
28
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Lazy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Lazy.vue"],"names":[],"mappings":"AAgHA,iBAAS,cAAc;qBAoBM,GAAG;EAgB/B;AACD,QAAA,MAAM,eAAe;SAlFZ,MAAM;aAEF,OAAO;kBAEF,MAAM;;SAJf,MAAM;aAEF,OAAO;kBAEF,MAAM;;YAFX,OAAO;iBAEF,MAAM;6EAqFtB,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":"Lazy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Lazy.vue"],"names":[],"mappings":"AA2DA;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAEf,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AAwCJ,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA9FR,OAAO;iBAEF,MAAM;6EAmGtB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}