@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,17 +1,66 @@
1
1
  import type { Spec, Tag } from '@scalar/types/legacy';
2
- declare function __VLS_template(): {
3
- default?(_: {}): any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- id?: string;
7
- tag: Tag;
8
- spec: Spec;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
2
+ import { nextTick } from 'vue';
3
+ type __VLS_Props = {
10
4
  id?: string;
11
5
  tag: Tag;
12
6
  spec: Spec;
13
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {
14
+ sectionContainerRef: ({
15
+ $: import("vue").ComponentInternalInstance;
16
+ $data: {};
17
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
18
+ $attrs: {
19
+ [x: string]: unknown;
20
+ };
21
+ $refs: {
22
+ [x: string]: unknown;
23
+ };
24
+ $slots: Readonly<{
25
+ [name: string]: import("vue").Slot<any> | undefined;
26
+ }>;
27
+ $root: import("vue").ComponentPublicInstance | null;
28
+ $parent: import("vue").ComponentPublicInstance | null;
29
+ $host: Element | null;
30
+ $emit: (event: string, ...args: any[]) => void;
31
+ $el: HTMLDivElement;
32
+ $options: import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
33
+ beforeCreate?: (() => void) | (() => void)[];
34
+ created?: (() => void) | (() => void)[];
35
+ beforeMount?: (() => void) | (() => void)[];
36
+ mounted?: (() => void) | (() => void)[];
37
+ beforeUpdate?: (() => void) | (() => void)[];
38
+ updated?: (() => void) | (() => void)[];
39
+ activated?: (() => void) | (() => void)[];
40
+ deactivated?: (() => void) | (() => void)[];
41
+ beforeDestroy?: (() => void) | (() => void)[];
42
+ beforeUnmount?: (() => void) | (() => void)[];
43
+ destroyed?: (() => void) | (() => void)[];
44
+ unmounted?: (() => void) | (() => void)[];
45
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
46
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
47
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
48
+ };
49
+ $forceUpdate: () => void;
50
+ $nextTick: typeof nextTick;
51
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
52
+ } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
53
+ $slots: {
54
+ default?(_: {}): any;
55
+ };
56
+ }) | null;
57
+ contentsRef: HTMLDivElement;
58
+ };
59
+ rootEl: HTMLDivElement;
60
+ };
61
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
62
+ 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>;
63
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
64
  export default _default;
16
65
  type __VLS_WithTemplateSlots<T, S> = T & {
17
66
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/Tag.vue"],"names":[],"mappings":"AAiEA,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAwCrD,iBAAS,cAAc;qBAiFO,GAAG;EAuBhC;AACD,QAAA,MAAM,eAAe;SAtId,MAAM;SACN,GAAG;UACF,IAAI;;SAFL,MAAM;SACN,GAAG;UACF,IAAI;iGA0IV,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":"Tag.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/Tag.vue"],"names":[],"mappings":"AAiEA,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AACrD,OAAO,EAAY,QAAQ,EAAO,MAAM,KAAK,CAAA;AAS7C,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,GAAG,CAAA;IACR,IAAI,EAAE,IAAI,CAAA;CACX,CAAC;AA0BF,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;yBAVpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0D6jiB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;EA3CntiB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,15 +1,19 @@
1
1
  import type { Spec, Tag } from '@scalar/types/legacy';
2
- declare function __VLS_template(): {
3
- default?(_: {}): any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- tag: Tag;
7
- spec: Spec;
8
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
2
+ type __VLS_Props = {
9
3
  tag: Tag;
10
4
  spec: Spec;
11
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
17
  export default _default;
14
18
  type __VLS_WithTemplateSlots<T, S> = T & {
15
19
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"TagAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/TagAccordion.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAqBrD,iBAAS,cAAc;qBAsFO,GAAG;EAmBhC;AACD,QAAA,MAAM,eAAe;SAtHd,GAAG;UACF,IAAI;;SADL,GAAG;UACF,IAAI;iGA2HV,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":"TagAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/TagAccordion.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAQrD,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,GAAG,CAAA;IACR,IAAI,EAAE,IAAI,CAAA;CACX,CAAC;AAUF,iBAAS,cAAc;WA4ET,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AAaD,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,12 +1,9 @@
1
1
  import type { Spec, Tag as tagType } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  tags: tagType[];
4
4
  spec: Spec;
5
- layout?: "default" | "accordion";
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- tags: tagType[];
8
- spec: Spec;
9
- layout?: "default" | "accordion";
10
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ layout?: 'default' | 'accordion';
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=TagList.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TagList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/TagList.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAA;;UAWxD,OAAO,EAAE;UACT,IAAI;aACD,SAAS,GAAG,WAAW;;UAF1B,OAAO,EAAE;UACT,IAAI;aACD,SAAS,GAAG,WAAW;;AAyGlC,wBAMG"}
1
+ {"version":3,"file":"TagList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/TagList.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAUhE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,OAAO,EAAE,CAAA;IACf,IAAI,EAAE,IAAI,CAAA;IACV,MAAM,CAAC,EAAE,SAAS,GAAG,WAAW,CAAA;CACjC,CAAC;;AAsGF,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
  webhook: TransformedOperation;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- webhook: 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=Webhook.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Webhook.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Webhooks/Webhook.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;aASrD,oBAAoB;;aAApB,oBAAoB;;AA2E/B,wBAMG"}
1
+ {"version":3,"file":"Webhook.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Webhooks/Webhook.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAQhE,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,oBAAoB,CAAA;CAC9B,CAAC;;AAsFF,wBAMG"}
@@ -1,8 +1,7 @@
1
1
  import type { Webhooks } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  webhooks: Webhooks;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- webhooks: Webhooks;
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=Webhooks.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Webhooks.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Webhooks/Webhooks.vue"],"names":[],"mappings":"AAwHA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;;cAiBxC,QAAQ;;cAAR,QAAQ;;AAgOpB,wBAMG"}
1
+ {"version":3,"file":"Webhooks.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Webhooks/Webhooks.vue"],"names":[],"mappings":"AAwHA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAgBpD,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,QAAQ,CAAA;CACnB,CAAC;;AAwLF,wBAMG"}
@@ -1,11 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  isDarkMode: boolean;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
5
  toggleDarkMode: () => any;
5
- }, string, import("vue").PublicProps, Readonly<{
6
- isDarkMode: boolean;
7
- }> & Readonly<{
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
8
7
  onToggleDarkMode?: (() => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>;
10
9
  export default _default;
11
10
  //# sourceMappingURL=DarkModeIconToggle.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DarkModeIconToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DarkModeToggle/DarkModeIconToggle.vue"],"names":[],"mappings":";gBAkDc,OAAO;;;;gBAAP,OAAO;;;;AAoFrB,wBASG"}
1
+ {"version":3,"file":"DarkModeIconToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DarkModeToggle/DarkModeIconToggle.vue"],"names":[],"mappings":"AAiDA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;AAoFF,wBAQG"}
@@ -1,11 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  isDarkMode: boolean;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
5
  toggleDarkMode: () => any;
5
- }, string, import("vue").PublicProps, Readonly<{
6
- isDarkMode: boolean;
7
- }> & Readonly<{
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
8
7
  onToggleDarkMode?: (() => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
10
9
  export default _default;
11
10
  //# sourceMappingURL=DarkModeToggle.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DarkModeToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DarkModeToggle/DarkModeToggle.vue"],"names":[],"mappings":";gBAgKc,OAAO;;;;gBAAP,OAAO;;;;AAmGrB,wBASG"}
1
+ {"version":3,"file":"DarkModeToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DarkModeToggle/DarkModeToggle.vue"],"names":[],"mappings":"AA+JA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;AA2GF,wBAQG"}
@@ -1,7 +1,8 @@
1
1
  import { type ThemeId } from '@scalar/themes';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  theme: ThemeId;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
6
  changeTheme: (args_0: {
6
7
  id: ThemeId;
7
8
  label: string;
@@ -9,9 +10,7 @@ declare const _default: import("vue").DefineComponent<{
9
10
  updateContent: (value: string) => any;
10
11
  loadSwaggerFile: () => any;
11
12
  linkSwaggerFile: () => any;
12
- }, string, import("vue").PublicProps, Readonly<{
13
- theme: ThemeId;
14
- }> & Readonly<{
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
14
  onChangeTheme?: ((args_0: {
16
15
  id: ThemeId;
17
16
  label: string;
@@ -19,6 +18,6 @@ declare const _default: import("vue").DefineComponent<{
19
18
  onUpdateContent?: ((value: string) => any) | undefined;
20
19
  onLoadSwaggerFile?: (() => any) | undefined;
21
20
  onLinkSwaggerFile?: (() => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
23
22
  export default _default;
24
23
  //# sourceMappingURL=GettingStarted.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GettingStarted.vue.d.ts","sourceRoot":"","sources":["../../src/components/GettingStarted.vue"],"names":[],"mappings":"AA8cA,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,gBAAgB,CAAA;;WAKjD,OAAO;;;YAsS0B,OAAO;eAAS,MAAM;;;;;;WAtSvD,OAAO;;;YAsS0B,OAAO;eAAS,MAAM;;;;;;AAPhE,wBAYG"}
1
+ {"version":3,"file":"GettingStarted.vue.d.ts","sourceRoot":"","sources":["../../src/components/GettingStarted.vue"],"names":[],"mappings":"AA8cA,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,gBAAgB,CAAA;AAI1D,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,OAAO,CAAA;CACf,CAAC;;;YAGwC,OAAO;eAAS,MAAM;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;AA6QhE,wBAQG"}
@@ -1,21 +1,5 @@
1
1
  import { type Component } from 'vue';
2
- declare function __VLS_template(): {
3
- default?(_: {
4
- normalized: string;
5
- abbreviated: string;
6
- color: string;
7
- }): any;
8
- };
9
- declare const __VLS_component: import("vue").DefineComponent<{
10
- /** The type of element to render as, defaults to `span` */
11
- as?: Component | string;
12
- /** The css style property or variable that will be set to the request method color, defaults to `color` */
13
- property?: string;
14
- /** Whether or not to abbreviated the slot content */
15
- short?: boolean;
16
- /** The HTTP method to show */
17
- method: string;
18
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
2
+ type __VLS_Props = {
19
3
  /** The type of element to render as, defaults to `span` */
20
4
  as?: Component | string;
21
5
  /** The css style property or variable that will be set to the request method color, defaults to `color` */
@@ -24,8 +8,22 @@ declare const __VLS_component: import("vue").DefineComponent<{
24
8
  short?: boolean;
25
9
  /** The HTTP method to show */
26
10
  method: string;
27
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ };
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ default?(_: {
16
+ normalized: string;
17
+ abbreviated: string;
18
+ color: string;
19
+ }): any;
20
+ };
21
+ refs: {};
22
+ rootEl: any;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ 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>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
27
  export default _default;
30
28
  type __VLS_WithTemplateSlots<T, S> = T & {
31
29
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"HttpMethod.vue.d.ts","sourceRoot":"","sources":["../../../src/components/HttpMethod/HttpMethod.vue"],"names":[],"mappings":"AA0CA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAA;AAsC9C,iBAAS,cAAc;;;;;QA+BM,GAAG;EAiB/B;AACD,QAAA,MAAM,eAAe;IA/EnB,2DAA2D;SACtD,SAAS,GAAG,MAAM;IACvB,2GAA2G;eAChG,MAAM;IACjB,qDAAqD;YAC7C,OAAO;IACf,8BAA8B;YACtB,MAAM;;IAPd,2DAA2D;SACtD,SAAS,GAAG,MAAM;IACvB,2GAA2G;eAChG,MAAM;IACjB,qDAAqD;YAC7C,OAAO;IACf,8BAA8B;YACtB,MAAM;iGA8Ed,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":"HttpMethod.vue.d.ts","sourceRoot":"","sources":["../../../src/components/HttpMethod/HttpMethod.vue"],"names":[],"mappings":"AA0CA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAA;AAO9C,KAAK,WAAW,GAAG;IACjB,2DAA2D;IAC3D,EAAE,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IACvB,2GAA2G;IAC3G,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,qDAAqD;IACrD,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,8BAA8B;IAC9B,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAsBF,iBAAS,cAAc;WA4CT,OAAO,IAA6B;;;;;;YARrB,GAAG;;;;EAa/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,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,18 +1,24 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- };
4
- declare const __VLS_component: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
5
2
  id?: string;
6
3
  is?: string;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {
11
+ intersectionObserverRef: unknown;
12
+ };
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, {} & {
8
17
  intersecting: () => any;
9
- }, string, import("vue").PublicProps, Readonly<{
10
- id?: string;
11
- is?: string;
12
- }> & Readonly<{
18
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
19
  onIntersecting?: (() => any) | undefined;
14
20
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
22
  export default _default;
17
23
  type __VLS_WithTemplateSlots<T, S> = T & {
18
24
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"IntersectionObserver.vue.d.ts","sourceRoot":"","sources":["../../src/components/IntersectionObserver.vue"],"names":[],"mappings":"AAkHA,iBAAS,cAAc;qBA2BM,GAAG;EAkB/B;AACD,QAAA,MAAM,eAAe;SAjGd,MAAM;SACN,MAAM;;;;SADN,MAAM;SACN,MAAM;;;kFAyGX,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":"IntersectionObserver.vue.d.ts","sourceRoot":"","sources":["../../src/components/IntersectionObserver.vue"],"names":[],"mappings":"AA8DA,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAC;AAgDF,iBAAS,cAAc;WA2CT,OAAO,IAA6B;;yBATrB,GAAG;;;;;;EAc/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,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,5 +1,11 @@
1
1
  import type { ReferenceLayoutProps, ReferenceLayoutSlots } from '../../types';
2
- declare function __VLS_template(): Readonly<ReferenceLayoutSlots> & ReferenceLayoutSlots;
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<ReferenceLayoutSlots> & ReferenceLayoutSlots;
5
+ refs: {};
6
+ rootEl: any;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
3
9
  declare const __VLS_component: import("vue").DefineComponent<ReferenceLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
10
  updateContent: (v: string) => any;
5
11
  toggleDarkMode: () => any;
@@ -7,7 +13,7 @@ declare const __VLS_component: import("vue").DefineComponent<ReferenceLayoutProp
7
13
  onUpdateContent?: ((v: string) => any) | undefined;
8
14
  onToggleDarkMode?: (() => any) | undefined;
9
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
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":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ClassicLayout.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AA6B7E,iBAAS,cAAc,0DAsItB;AACD,QAAA,MAAM,eAAe;;;;;;kFAUnB,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":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ClassicLayout.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AA2B7E,iBAAS,cAAc;WAgHT,OAAO,IAA6B;;;;EAKjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kFAQnB,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"}
@@ -2,7 +2,13 @@
2
2
  * This component allows dynamic selection of various layout configurations
3
3
  */
4
4
  import type { ReferenceLayoutProps, ReferenceLayoutSlots } from '../../types';
5
- declare function __VLS_template(): Readonly<ReferenceLayoutSlots> & ReferenceLayoutSlots;
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: Readonly<ReferenceLayoutSlots> & ReferenceLayoutSlots;
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
6
12
  declare const __VLS_component: import("vue").DefineComponent<ReferenceLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
13
  updateContent: (v: string) => any;
8
14
  toggleDarkMode: () => any;
@@ -10,7 +16,7 @@ declare const __VLS_component: import("vue").DefineComponent<ReferenceLayoutProp
10
16
  onUpdateContent?: ((v: string) => any) | undefined;
11
17
  onToggleDarkMode?: (() => any) | undefined;
12
18
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
20
  export default _default;
15
21
  type __VLS_WithTemplateSlots<T, S> = T & {
16
22
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Layouts.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/Layouts.vue"],"names":[],"mappings":"AAyCA;;GAEG;AACH,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AA8B7E,iBAAS,cAAc,0DA+EtB;AACD,QAAA,MAAM,eAAe;;;;;;kFAUnB,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":"Layouts.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/Layouts.vue"],"names":[],"mappings":"AAyCA;;GAEG;AACH,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AA4B7E,iBAAS,cAAc;WAuET,OAAO,IAA6B;;;;EAKjD;AAWD,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,5 +1,11 @@
1
1
  import type { ReferenceLayoutProps, ReferenceLayoutSlots } from '../../types';
2
- declare function __VLS_template(): Readonly<ReferenceLayoutSlots> & ReferenceLayoutSlots;
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<ReferenceLayoutSlots> & ReferenceLayoutSlots;
5
+ refs: {};
6
+ rootEl: any;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
3
9
  declare const __VLS_component: import("vue").DefineComponent<ReferenceLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
10
  updateContent: (v: string) => any;
5
11
  toggleDarkMode: () => any;
@@ -7,7 +13,7 @@ declare const __VLS_component: import("vue").DefineComponent<ReferenceLayoutProp
7
13
  onUpdateContent?: ((v: string) => any) | undefined;
8
14
  onToggleDarkMode?: (() => any) | undefined;
9
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
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":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ModernLayout.vue"],"names":[],"mappings":"AAiHA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAyC7E,iBAAS,cAAc,0DA4KtB;AACD,QAAA,MAAM,eAAe;;;;;;kFAUnB,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":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ModernLayout.vue"],"names":[],"mappings":"AAiHA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAuC7E,iBAAS,cAAc;WAuIT,OAAO,IAA6B;;;;EAKjD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kFAQnB,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
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  lines?: number;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
- lines?: number;
5
- }> & Readonly<{}>, {
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
5
  lines: number;
7
6
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
7
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingSkeleton.vue.d.ts","sourceRoot":"","sources":["../../src/components/LoadingSkeleton.vue"],"names":[],"mappings":";YAqDgC,MAAM;;YAAN,MAAM;;WAAN,MAAM;;AAwDtC,wBAOG"}
1
+ {"version":3,"file":"LoadingSkeleton.vue.d.ts","sourceRoot":"","sources":["../../src/components/LoadingSkeleton.vue"],"names":[],"mappings":"AAqDA,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;;WAAT,MAAM;;AAsEnC,wBAOG"}
@@ -1,16 +1,21 @@
1
+ type __VLS_Props = {
2
+ open?: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
2
- actions?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ actions?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLDivElement;
3
11
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- open?: boolean;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
14
  "update:open": (open: boolean) => any;
8
- }, string, import("vue").PublicProps, Readonly<{
9
- open?: boolean;
10
- }> & Readonly<{
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
16
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
19
  export default _default;
15
20
  type __VLS_WithTemplateSlots<T, S> = T & {
16
21
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"MobileHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/MobileHeader.vue"],"names":[],"mappings":"AA4FA,iBAAS,cAAc;qBA8DM,GAAG;EAmB/B;AACD,QAAA,MAAM,eAAe;WApGZ,OAAO;;;;WAAP,OAAO;;;kFA6Gd,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":"MobileHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/MobileHeader.vue"],"names":[],"mappings":"AAyEA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC;AAgBF,iBAAS,cAAc;WAsET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,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,15 +1,20 @@
1
+ type __VLS_Props = {
2
+ if?: boolean;
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: any;
4
12
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- if?: boolean;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
- if?: boolean;
9
- }> & Readonly<{}>, {
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<{}>, {
10
15
  if: boolean;
11
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
18
  export default _default;
14
19
  type __VLS_WithTemplateSlots<T, S> = T & {
15
20
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScreenReader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScreenReader.vue"],"names":[],"mappings":"AAsDA,iBAAS,cAAc;qBA6BM,GAAG;qBACH,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe;SA/DZ,OAAO;;SAAP,OAAO;;QAAP,OAAO;6EAsEd,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":"ScreenReader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScreenReader.vue"],"names":[],"mappings":"AAmCA,KAAK,WAAW,GAAG;IAEf,EAAE,CAAC,EAAE,OAAO,CAAA;CACb,CAAC;AAgBJ,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;QA7EZ,OAAO;6EAoFd,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,15 +1,19 @@
1
- declare function __VLS_template(): {
2
- heading?(_: {}): any;
3
- default?(_: {}): any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- id: string;
7
- label?: string;
8
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
9
2
  id: string;
10
3
  label?: string;
11
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ heading?(_: {}): any;
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
17
  export default _default;
14
18
  type __VLS_WithTemplateSlots<T, S> = T & {
15
19
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"CompactSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/CompactSection.vue"],"names":[],"mappings":"AAuIA,iBAAS,cAAc;qBAqFO,GAAG;qBACH,GAAG;EAkBhC;AACD,QAAA,MAAM,eAAe;QAlIf,MAAM;YACF,MAAM;;QADV,MAAM;YACF,MAAM;iGAuId,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":"CompactSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/CompactSection.vue"],"names":[],"mappings":"AA6GA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAuBF,iBAAS,cAAc;WAoFT,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAYD,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"}