@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,14 +1,18 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- id?: string;
6
- label?: string;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
8
2
  id?: string;
9
3
  label?: string;
10
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
16
  export default _default;
13
17
  type __VLS_WithTemplateSlots<T, S> = T & {
14
18
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/Section.vue"],"names":[],"mappings":"AAuHA,iBAAS,cAAc;qBAkDM,GAAG;EAgB/B;AACD,QAAA,MAAM,eAAe;SAvGd,MAAM;YACH,MAAM;;SADT,MAAM;YACH,MAAM;iGA4Gd,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":"Section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/Section.vue"],"names":[],"mappings":"AAkFA,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAkCF,iBAAS,cAAc;WAkET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAUD,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,19 +1,74 @@
1
- declare function __VLS_template(): {
2
- title?(_: {}): any;
3
- actions?(_: {
4
- active: any;
5
- }): any;
6
- description?(_: {}): any;
7
- default?(_: {}): any;
8
- };
9
- declare const __VLS_component: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
10
2
  id?: string;
11
3
  transparent?: boolean;
12
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
13
- id?: string;
14
- transparent?: boolean;
15
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ title?(_: {}): any;
9
+ actions?(_: {
10
+ active: any;
11
+ }): any;
12
+ description?(_: {}): any;
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {
16
+ button: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
17
+ as: {
18
+ type: (ObjectConstructor | StringConstructor)[];
19
+ default: string;
20
+ };
21
+ disabled: {
22
+ type: BooleanConstructor[];
23
+ default: boolean;
24
+ };
25
+ id: {
26
+ type: StringConstructor;
27
+ default: null;
28
+ };
29
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
34
+ id: string;
35
+ as: string | Record<string, any>;
36
+ disabled: boolean;
37
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
38
+ P: {};
39
+ B: {};
40
+ D: {};
41
+ C: {};
42
+ M: {};
43
+ Defaults: {};
44
+ }, Readonly<import("vue").ExtractPropTypes<{
45
+ as: {
46
+ type: (ObjectConstructor | StringConstructor)[];
47
+ default: string;
48
+ };
49
+ disabled: {
50
+ type: BooleanConstructor[];
51
+ default: boolean;
52
+ };
53
+ id: {
54
+ type: StringConstructor;
55
+ default: null;
56
+ };
57
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
+ [key: string]: any;
59
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
+ [key: string]: any;
61
+ }>[] | null, {}, {}, {}, {
62
+ id: string;
63
+ as: string | Record<string, any>;
64
+ disabled: boolean;
65
+ }> | null;
66
+ };
67
+ rootEl: any;
68
+ };
69
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
70
+ 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>;
71
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
72
  export default _default;
18
73
  type __VLS_WithTemplateSlots<T, S> = T & {
19
74
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SectionAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionAccordion.vue"],"names":[],"mappings":"AAmJA,iBAAS,cAAc;mBAkIK,GAAG;;;QACD,GAAG;yBACC,GAAG;qBACP,GAAG;EAqBhC;AACD,QAAA,MAAM,eAAe;SAxKd,MAAM;kBACG,OAAO;;SADhB,MAAM;kBACG,OAAO;iGA6KrB,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":"SectionAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionAccordion.vue"],"names":[],"mappings":"AAqIA,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;AAWF,iBAAS,cAAc;WA2HT,OAAO,IAA6B;;uBAZtB,GAAG;;;YACD,GAAG;6BACC,GAAG;yBACP,GAAG;;;;;;;;;;;;;;;;0BAzIjC,KA9EY,eA8EZ,KA9EgC,uBA8EhC,KA5EO;;oBA4EP,KA3EgB,eA2EhB,KAzEE,uBAyEF,KAxEK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+NJ;AAeD,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,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":"SectionColumn.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionColumn.vue"],"names":[],"mappings":"AA2BA,iBAAS,cAAc;qBAuBM,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":"SectionColumn.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionColumn.vue"],"names":[],"mappings":"AA2BA,iBAAS,cAAc;WAwCT,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":"SectionColumns.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionColumns.vue"],"names":[],"mappings":"AA2BA,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":"SectionColumns.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionColumns.vue"],"names":[],"mappings":"AA2BA,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,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":"SectionContainer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionContainer.vue"],"names":[],"mappings":"AA6BA,iBAAS,cAAc;qBAuBM,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":"SectionContainer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionContainer.vue"],"names":[],"mappings":"AA6BA,iBAAS,cAAc;WAwCT,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
  declare function __VLS_template(): {
2
- title?(_: {}): any;
3
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ title?(_: {}): any;
5
+ default?(_: {}): 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":"SectionContainerAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionContainerAccordion.vue"],"names":[],"mappings":"AAiGA,iBAAS,cAAc;mBAiGK,GAAG;qBACD,GAAG;EAiBhC;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":"SectionContainerAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionContainerAccordion.vue"],"names":[],"mappings":"AAiGA,iBAAS,cAAc;WA4FT,OAAO,IAA6B;;uBATtB,GAAG;yBACD,GAAG;;;;EAahC;AAWD,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,14 +1,19 @@
1
+ type __VLS_Props = {
2
+ loading?: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
2
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLDivElement;
3
11
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- loading?: boolean;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- loading?: boolean;
8
- }> & Readonly<{}>, {
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
14
  loading: boolean;
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
17
  export default _default;
13
18
  type __VLS_WithTemplateSlots<T, S> = T & {
14
19
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SectionContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionContent.vue"],"names":[],"mappings":"AAsDA,iBAAS,cAAc;qBAkCM,GAAG;EAgB/B;AACD,QAAA,MAAM,eAAe;cApEP,OAAO;;cAAP,OAAO;;aAAP,OAAO;6EA2EnB,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":"SectionContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionContent.vue"],"names":[],"mappings":"AAoCA,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAgBJ,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aAjFP,OAAO;wFAyFnB,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,20 +1,23 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- loading?: boolean;
6
- tight?: boolean;
7
- level?: number;
8
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
9
2
  loading?: boolean;
10
3
  tight?: boolean;
11
4
  level?: number;
12
- }> & Readonly<{}>, {
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
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<{}>, {
13
16
  loading: boolean;
14
17
  tight: boolean;
15
18
  level: number;
16
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
21
  export default _default;
19
22
  type __VLS_WithTemplateSlots<T, S> = T & {
20
23
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SectionHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionHeader.vue"],"names":[],"mappings":"AAsEA,iBAAS,cAAc;qBA+CO,GAAG;EAgBhC;AACD,QAAA,MAAM,eAAe;cApFa,OAAO;YAAU,OAAO;YAAU,MAAM;;cAAxC,OAAO;YAAU,OAAO;YAAU,MAAM;;aAAxC,OAAO;WAAU,OAAO;WAAU,MAAM;6EA2FxE,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":"SectionHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/SectionHeader.vue"],"names":[],"mappings":"AAkDA,KAAK,WAAW,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAoB1E,iBAAS,cAAc;WA0DT,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA9FU,OAAO;WAAU,OAAO;WAAU,MAAM;6EAqGrE,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,7 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  id: string;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
- id: string;
5
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ };
4
+ 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, {}, HTMLButtonElement>;
6
5
  export default _default;
7
6
  //# sourceMappingURL=ShowMoreButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShowMoreButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/ShowMoreButton.vue"],"names":[],"mappings":";QAsEM,MAAM;;QAAN,MAAM;;AAmEZ,wBAMG"}
1
+ {"version":3,"file":"ShowMoreButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/ShowMoreButton.vue"],"names":[],"mappings":"AAqEA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;CACX,CAAC;;AA0EF,wBAOG"}
@@ -1,15 +1,22 @@
1
1
  import type { Spec } from '@scalar/types/legacy';
2
2
  import { type SorterOption } from '../../hooks';
3
+ type __VLS_Props = {
4
+ parsedSpec: Spec;
5
+ } & SorterOption;
3
6
  declare function __VLS_template(): {
4
- "sidebar-start"?(_: {}): any;
5
- "sidebar-end"?(_: {}): any;
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ "sidebar-start"?(_: {}): any;
10
+ "sidebar-end"?(_: {}): any;
11
+ };
12
+ refs: {
13
+ scrollerEl: HTMLElement;
14
+ };
15
+ rootEl: HTMLDivElement;
6
16
  };
7
- declare const __VLS_component: import("vue").DefineComponent<{
8
- parsedSpec: Spec;
9
- } & SorterOption, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
10
- parsedSpec: Spec;
11
- } & SorterOption> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ 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>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
20
  export default _default;
14
21
  type __VLS_WithTemplateSlots<T, S> = T & {
15
22
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.vue"],"names":[],"mappings":"AAmOA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAIhD,OAAO,EAAE,KAAK,YAAY,EAA2B,MAAM,aAAa,CAAA;AAyExE,iBAAS,cAAc;6BA8Oc,GAAG;2BACJ,GAAG;EAuBtC;AACD,QAAA,MAAM,eAAe;gBAzUL,IAAI;;gBAAJ,IAAI;gHA+UlB,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":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.vue"],"names":[],"mappings":"AAmOA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAIhD,OAAO,EAAE,KAAK,YAAY,EAA2B,MAAM,aAAa,CAAA;AAMxE,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,IAAI,CAAA;CACjB,GAAG,YAAY,CAAC;AAiEnB,iBAAS,cAAc;WA4NT,OAAO,IAA6B;;iCAVb,GAAG;+BACJ,GAAG;;;;;;EActC;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,8 +1,4 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- "action-menu"?(_: {}): any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
6
2
  id: string;
7
3
  item: {
8
4
  id: string;
@@ -18,28 +14,23 @@ declare const __VLS_component: import("vue").DefineComponent<{
18
14
  isActive?: boolean;
19
15
  hasChildren?: boolean;
20
16
  open?: boolean;
21
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
- toggleOpen: () => any;
23
- }, string, import("vue").PublicProps, Readonly<{
24
- id: string;
25
- item: {
26
- id: string;
27
- title: string;
28
- select?: () => void;
29
- link?: string;
30
- icon?: {
31
- src: string;
32
- };
33
- httpVerb?: string;
34
- deprecated?: boolean;
17
+ };
18
+ declare function __VLS_template(): {
19
+ attrs: Partial<{}>;
20
+ slots: {
21
+ default?(_: {}): any;
22
+ "action-menu"?(_: {}): any;
35
23
  };
36
- isActive?: boolean;
37
- hasChildren?: boolean;
38
- open?: boolean;
39
- }> & Readonly<{
24
+ refs: {};
25
+ rootEl: HTMLLIElement;
26
+ };
27
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
29
+ toggleOpen: () => any;
30
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
40
31
  onToggleOpen?: (() => any) | undefined;
41
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
42
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
32
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLLIElement>;
33
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
34
  export default _default;
44
35
  type __VLS_WithTemplateSlots<T, S> = T & {
45
36
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarElement.vue"],"names":[],"mappings":"AAoaA,iBAAS,cAAc;qBAmLO,GAAG;2BACG,GAAG;EAuBtC;AACD,QAAA,MAAM,eAAe;QAjSf,MAAM;UACJ;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;QACb,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;QACnB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,IAAI,CAAC,EAAE;YACL,GAAG,EAAE,MAAM,CAAA;SACZ,CAAA;QACD,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,UAAU,CAAC,EAAE,OAAO,CAAA;KACrB;eACU,OAAO;kBACJ,OAAO;WACd,OAAO;;;;QAdV,MAAM;UACJ;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;QACb,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;QACnB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,IAAI,CAAC,EAAE;YACL,GAAG,EAAE,MAAM,CAAA;SACZ,CAAA;QACD,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,UAAU,CAAC,EAAE,OAAO,CAAA;KACrB;eACU,OAAO;kBACJ,OAAO;WACd,OAAO;;;kFA4Rd,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":"SidebarElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarElement.vue"],"names":[],"mappings":"AA8UA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;QACb,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;QACnB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,IAAI,CAAC,EAAE;YACL,GAAG,EAAE,MAAM,CAAA;SACZ,CAAA;QACD,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,UAAU,CAAC,EAAE,OAAO,CAAA;KACrB,CAAA;IACD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC;AAqEF,iBAAS,cAAc;WAyKT,OAAO,IAA6B;;yBATpB,GAAG;+BACG,GAAG;;;;EAatC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;4FAQnB,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,17 @@
1
+ type __VLS_Props = {
2
+ level: number;
3
+ };
1
4
  declare function __VLS_template(): {
2
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLUListElement;
3
11
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- level: number;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- level: number;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ 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, {}, HTMLUListElement>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
15
  export default _default;
11
16
  type __VLS_WithTemplateSlots<T, S> = T & {
12
17
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarGroup.vue"],"names":[],"mappings":"AAwDA,iBAAS,cAAc;qBA2BM,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe;WAnDZ,MAAM;;WAAN,MAAM;iGAyDb,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":"SidebarGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarGroup.vue"],"names":[],"mappings":"AA8CA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;AAQF,iBAAS,cAAc;WAiDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+SAOnB,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
  active?: boolean;
3
3
  method: string;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- active?: boolean;
6
- method: 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=SidebarHttpBadge.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarHttpBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarHttpBadge.vue"],"names":[],"mappings":";aA8CW,OAAO;YACR,MAAM;;aADL,OAAO;YACR,MAAM;;AAyDhB,wBAMG"}
1
+ {"version":3,"file":"SidebarHttpBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarHttpBadge.vue"],"names":[],"mappings":"AA6CA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAkEF,wBAOG"}
@@ -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, {}, HTMLSpanElement>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=Spinner.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Spinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/Spinner.vue"],"names":[],"mappings":";AAoHA,wBAKG"}
1
+ {"version":3,"file":"Spinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/Spinner.vue"],"names":[],"mappings":";AAoIA,wBAMG"}
@@ -1,13 +1,10 @@
1
1
  import type { Spec, TransformedOperation } from '@scalar/types/legacy';
2
2
  import type { OpenApiDocumentConfiguration } from '../OpenApiDocument/types';
3
- declare const _default: import("vue").DefineComponent<{
3
+ type __VLS_Props = {
4
4
  parsedSpec: Spec;
5
5
  operation?: TransformedOperation;
6
6
  configuration?: OpenApiDocumentConfiguration;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
- parsedSpec: Spec;
9
- operation?: TransformedOperation;
10
- configuration?: OpenApiDocumentConfiguration;
11
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
12
9
  export default _default;
13
10
  //# sourceMappingURL=ExampleRequest.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExampleRequest.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleRequest/ExampleRequest.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAMtE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAA;;gBAK9D,IAAI;gBACJ,oBAAoB;oBAChB,4BAA4B;;gBAFhC,IAAI;gBACJ,oBAAoB;oBAChB,4BAA4B;;AA8F9C,wBAMG"}
1
+ {"version":3,"file":"ExampleRequest.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleRequest/ExampleRequest.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAMtE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAA;AAI5E,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,IAAI,CAAA;IAChB,SAAS,CAAC,EAAE,oBAAoB,CAAA;IAChC,aAAa,CAAC,EAAE,4BAA4B,CAAA;CAC7C,CAAC;;AAiGF,wBAOG"}
@@ -1,8 +1,7 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  operation?: TransformedOperation;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- operation?: TransformedOperation;
6
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
7
6
  export default _default;
8
7
  //# sourceMappingURL=ExampleResponses.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExampleResponses.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleResponses/ExampleResponses.vue"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;gBAOlD,oBAAoB;;gBAApB,oBAAoB;;AAwDlC,wBAMG"}
1
+ {"version":3,"file":"ExampleResponses.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleResponses/ExampleResponses.vue"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAMhE,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,oBAAoB,CAAA;CACjC,CAAC;;AA+DF,wBAOG"}