@returnless/focus-ui 0.0.36 → 0.0.37

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 (182) hide show
  1. package/dist/focus-ui.js +5233 -4796
  2. package/dist/focus-ui.umd.cjs +24 -24
  3. package/dist/src/components/Accordion/Accordion.vue.d.ts +7 -9
  4. package/dist/src/components/Accordion/AccordionContent.vue.d.ts +6 -8
  5. package/dist/src/components/Accordion/AccordionItem.vue.d.ts +6 -8
  6. package/dist/src/components/Accordion/AccordionTrigger.vue.d.ts +6 -8
  7. package/dist/src/components/Accordion/stories/Accordion.vue.d.ts +1 -1
  8. package/dist/src/components/ActionList/ActionList.vue.d.ts +7 -9
  9. package/dist/src/components/ActionList/ActionListBody.vue.d.ts +6 -8
  10. package/dist/src/components/ActionList/ActionListItem.vue.d.ts +7 -9
  11. package/dist/src/components/ActionList/ActionListSection.vue.d.ts +6 -8
  12. package/dist/src/components/ActionList/ActionListTrigger.vue.d.ts +6 -8
  13. package/dist/src/components/Alert/Alert.vue.d.ts +6 -7
  14. package/dist/src/components/Alert/AlertDescription.vue.d.ts +6 -8
  15. package/dist/src/components/Alert/AlertTitle.vue.d.ts +6 -8
  16. package/dist/src/components/Alert/DismissableAlertButton.vue.d.ts +2 -2
  17. package/dist/src/components/Alert/stories/Alert.vue.d.ts +1 -1
  18. package/dist/src/components/AlertDialog/AlertDialog.vue.d.ts +6 -7
  19. package/dist/src/components/AlertDialog/AlertDialogActionButton.vue.d.ts +7 -9
  20. package/dist/src/components/AlertDialog/AlertDialogCancelButton.vue.d.ts +6 -8
  21. package/dist/src/components/AlertDialog/AlertDialogContent.vue.d.ts +7 -9
  22. package/dist/src/components/AlertDialog/AlertDialogDescription.vue.d.ts +6 -8
  23. package/dist/src/components/AlertDialog/AlertDialogFooter.vue.d.ts +6 -8
  24. package/dist/src/components/AlertDialog/AlertDialogHeader.vue.d.ts +6 -8
  25. package/dist/src/components/AlertDialog/AlertDialogTitle.vue.d.ts +6 -8
  26. package/dist/src/components/AlertDialog/stories/AlertDialog.vue.d.ts +1 -1
  27. package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +7 -9
  28. package/dist/src/components/AspectRatio/stories/AspectRatio.vue.d.ts +1 -1
  29. package/dist/src/components/Avatar/Avatar.vue.d.ts +2 -2
  30. package/dist/src/components/Avatar/stories/Avatar.vue.d.ts +1 -1
  31. package/dist/src/components/Badge/Badge.vue.d.ts +7 -9
  32. package/dist/src/components/Badge/BadgeContent.vue.d.ts +6 -8
  33. package/dist/src/components/Badge/BadgeIcon.vue.d.ts +6 -8
  34. package/dist/src/components/Badge/stories/Badge.vue.d.ts +1 -1
  35. package/dist/src/components/BarChart/BarChart.vue.d.ts +1 -1
  36. package/dist/src/components/BarChart/BarChartLegend.vue.d.ts +1 -1
  37. package/dist/src/components/BarChart/BarChartTooltip.vue.d.ts +1 -1
  38. package/dist/src/components/Breadcrumbs/Breadcrumb.vue.d.ts +6 -8
  39. package/dist/src/components/Breadcrumbs/BreadcrumbEllipsis.vue.d.ts +1 -1
  40. package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +6 -8
  41. package/dist/src/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +6 -8
  42. package/dist/src/components/Breadcrumbs/BreadcrumbList.vue.d.ts +6 -8
  43. package/dist/src/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +6 -8
  44. package/dist/src/components/Breadcrumbs/BreadcrumbSeparator.vue.d.ts +1 -1
  45. package/dist/src/components/Button/Button.vue.d.ts +7 -9
  46. package/dist/src/components/Button/ButtonBadge.vue.d.ts +7 -9
  47. package/dist/src/components/Button/ButtonContent.vue.d.ts +6 -8
  48. package/dist/src/components/Button/ButtonIcon.vue.d.ts +2 -2
  49. package/dist/src/components/Button/stories/Button.vue.d.ts +1 -1
  50. package/dist/src/components/ButtonGroup/ButtonGroup.vue.d.ts +6 -8
  51. package/dist/src/components/ButtonGroup/stories/ButtonGroup.vue.d.ts +1 -1
  52. package/dist/src/components/Card/Card.vue.d.ts +6 -8
  53. package/dist/src/components/Card/CardDescription.vue.d.ts +6 -8
  54. package/dist/src/components/Card/CardFooter.vue.d.ts +6 -8
  55. package/dist/src/components/Card/CardHeader.vue.d.ts +6 -8
  56. package/dist/src/components/Card/CardHelp.vue.d.ts +6 -8
  57. package/dist/src/components/Card/CardIcon.vue.d.ts +1 -1
  58. package/dist/src/components/Card/CardLayout.vue.d.ts +7 -9
  59. package/dist/src/components/Card/CardMedia.vue.d.ts +6 -7
  60. package/dist/src/components/Card/CardSection.vue.d.ts +7 -9
  61. package/dist/src/components/Card/CardSeparator.vue.d.ts +2 -0
  62. package/dist/src/components/Card/CardTitle.vue.d.ts +7 -9
  63. package/dist/src/components/Card/index.d.ts +1 -0
  64. package/dist/src/components/CategoryBar/CategoryBar.vue.d.ts +1 -1
  65. package/dist/src/components/Checkbox/Checkbox.vue.d.ts +3 -16
  66. package/dist/src/components/Checkbox/CheckboxGroup.vue.d.ts +7 -9
  67. package/dist/src/components/Collapsible/Collapsible.vue.d.ts +7 -9
  68. package/dist/src/components/ColorInput/ColorInput.vue.d.ts +3 -20
  69. package/dist/src/components/ColorPalette/ColorPalette.vue.d.ts +3 -8
  70. package/dist/src/components/DataList/DataList.vue.d.ts +8 -10
  71. package/dist/src/components/DataList/DataListContent.vue.d.ts +6 -8
  72. package/dist/src/components/DataList/DataListItem.vue.d.ts +6 -8
  73. package/dist/src/components/DataList/DataListItemLine.vue.d.ts +6 -8
  74. package/dist/src/components/DataTable/DataTable.vue.d.ts +1 -1
  75. package/dist/src/components/DataTable/DataTableCell.vue.d.ts +1 -1
  76. package/dist/src/components/DataTable/DataTableRoot.vue.d.ts +1 -1
  77. package/dist/src/components/DataTable/DataTableRow.vue.d.ts +6 -8
  78. package/dist/src/components/DatePicker/DatePicker.vue.d.ts +3 -3
  79. package/dist/src/components/DescriptionList/DescriptionList.vue.d.ts +7 -9
  80. package/dist/src/components/DescriptionList/DescriptionListDescription.vue.d.ts +6 -8
  81. package/dist/src/components/DescriptionList/DescriptionListItem.vue.d.ts +6 -8
  82. package/dist/src/components/DescriptionList/DescriptionListTerm.vue.d.ts +6 -8
  83. package/dist/src/components/Dialog/Dialog.vue.d.ts +6 -7
  84. package/dist/src/components/Dialog/DialogCancelButton.vue.d.ts +6 -8
  85. package/dist/src/components/Dialog/DialogContent.vue.d.ts +7 -9
  86. package/dist/src/components/Dialog/DialogDescription.vue.d.ts +6 -8
  87. package/dist/src/components/Dialog/DialogFooter.vue.d.ts +6 -8
  88. package/dist/src/components/Dialog/DialogHeader.vue.d.ts +6 -8
  89. package/dist/src/components/Dialog/DialogIcon.vue.d.ts +1 -1
  90. package/dist/src/components/Dialog/DialogSection.vue.d.ts +6 -8
  91. package/dist/src/components/Dialog/DialogTitle.vue.d.ts +6 -8
  92. package/dist/src/components/Drawer/Drawer.vue.d.ts +6 -7
  93. package/dist/src/components/Drawer/DrawerContent.vue.d.ts +7 -9
  94. package/dist/src/components/Drawer/DrawerDescription.vue.d.ts +6 -8
  95. package/dist/src/components/Drawer/DrawerHeader.vue.d.ts +6 -8
  96. package/dist/src/components/Drawer/DrawerTitle.vue.d.ts +6 -8
  97. package/dist/src/components/DropZone/DropZone.vue.d.ts +3 -13
  98. package/dist/src/components/EmptyState/EmptyState.vue.d.ts +6 -8
  99. package/dist/src/components/EmptyState/EmptyStateActions.vue.d.ts +6 -8
  100. package/dist/src/components/EmptyState/EmptyStateContent.vue.d.ts +6 -8
  101. package/dist/src/components/EmptyState/EmptyStateDescription.vue.d.ts +6 -8
  102. package/dist/src/components/EmptyState/EmptyStateTitle.vue.d.ts +6 -8
  103. package/dist/src/components/FeatureList/FeatureList.vue.d.ts +6 -8
  104. package/dist/src/components/FeatureList/FeatureListItem.vue.d.ts +6 -8
  105. package/dist/src/components/Feed/Feed.vue.d.ts +6 -8
  106. package/dist/src/components/Feed/FeedItem.vue.d.ts +6 -8
  107. package/dist/src/components/Feed/FeedItemBlock.vue.d.ts +6 -8
  108. package/dist/src/components/Feed/FeedItemDateIndicator.vue.d.ts +6 -8
  109. package/dist/src/components/Feed/FeedItemIcon.vue.d.ts +6 -8
  110. package/dist/src/components/Feed/FeedItemSimple.vue.d.ts +6 -8
  111. package/dist/src/components/FileUploadButton/FileUploadButton.vue.d.ts +8 -17
  112. package/dist/src/components/Form/Form.vue.d.ts +7 -9
  113. package/dist/src/components/FormLayout/FormLayout.vue.d.ts +7 -9
  114. package/dist/src/components/Heading/Heading.vue.d.ts +7 -9
  115. package/dist/src/components/Image/Image.vue.d.ts +3 -3
  116. package/dist/src/components/InertiaLink/InertiaLink.vue.d.ts +6 -8
  117. package/dist/src/components/InlineError/InlineError.vue.d.ts +1 -1
  118. package/dist/src/components/InputLabel/InputLabel.vue.d.ts +2 -2
  119. package/dist/src/components/IntegrationConnection/IntegrationConnection.vue.d.ts +1 -1
  120. package/dist/src/components/IntegrationConnection/IntegrationConnectionItem.vue.d.ts +1 -1
  121. package/dist/src/components/KPICard/KPICard.vue.d.ts +7 -9
  122. package/dist/src/components/KPICard/KPICardSection.vue.d.ts +5 -6
  123. package/dist/src/components/Legend/Legend.vue.d.ts +6 -8
  124. package/dist/src/components/Legend/LegendItem.vue.d.ts +6 -8
  125. package/dist/src/components/Link/Link.vue.d.ts +11 -9
  126. package/dist/src/components/Navigation/Navigation.vue.d.ts +6 -8
  127. package/dist/src/components/Navigation/NavigationItem.vue.d.ts +7 -9
  128. package/dist/src/components/Navigation/NavigationSecondarySection.vue.d.ts +6 -8
  129. package/dist/src/components/Navigation/NavigationSection.vue.d.ts +7 -9
  130. package/dist/src/components/Page/Page.vue.d.ts +6 -8
  131. package/dist/src/components/Page/PageBody.vue.d.ts +6 -8
  132. package/dist/src/components/Page/PageDescription.vue.d.ts +6 -8
  133. package/dist/src/components/Page/PageHeader.vue.d.ts +8 -11
  134. package/dist/src/components/Page/PageTitle.vue.d.ts +6 -8
  135. package/dist/src/components/Pagination/Pagination.vue.d.ts +6 -8
  136. package/dist/src/components/Pagination/PaginationNextButton.vue.d.ts +2 -2
  137. package/dist/src/components/Pagination/PaginationPreviousButton.vue.d.ts +2 -2
  138. package/dist/src/components/PinInput/PinInput.vue.d.ts +2 -2
  139. package/dist/src/components/Popover/Popover.vue.d.ts +6 -8
  140. package/dist/src/components/Popover/PopoverBody.vue.d.ts +6 -8
  141. package/dist/src/components/Popover/PopoverTrigger.vue.d.ts +6 -8
  142. package/dist/src/components/Popper/Popper.vue.d.ts +8 -10
  143. package/dist/src/components/Popper/PopperArrow.vue.d.ts +1 -1
  144. package/dist/src/components/Popper/PopperBody.vue.d.ts +6 -8
  145. package/dist/src/components/Popper/PopperTrigger.vue.d.ts +6 -8
  146. package/dist/src/components/ProgressBar/ProgressBar.vue.d.ts +6 -7
  147. package/dist/src/components/ProgressBar/ProgressBarIndicator.vue.d.ts +6 -8
  148. package/dist/src/components/RadioButton/RadioButton.vue.d.ts +3 -14
  149. package/dist/src/components/ResourceList/ResourceList.vue.d.ts +6 -8
  150. package/dist/src/components/ResourceList/ResourceListItem.vue.d.ts +6 -8
  151. package/dist/src/components/ResourceList/ResourceListItemContent.vue.d.ts +6 -8
  152. package/dist/src/components/Select/Select.vue.d.ts +8 -33
  153. package/dist/src/components/Select/SelectGroup.vue.d.ts +6 -8
  154. package/dist/src/components/Select/SelectOption.vue.d.ts +6 -8
  155. package/dist/src/components/Separator/Separator.vue.d.ts +2 -2
  156. package/dist/src/components/Spinner/Spinner.vue.d.ts +2 -2
  157. package/dist/src/components/StatusIndicator/StatusIndicator.vue.d.ts +7 -9
  158. package/dist/src/components/Stepper/Stepper.vue.d.ts +3 -14
  159. package/dist/src/components/Tabs/TabTrigger.vue.d.ts +7 -9
  160. package/dist/src/components/Tabs/Tabs.vue.d.ts +6 -8
  161. package/dist/src/components/Tag/Tag.vue.d.ts +7 -9
  162. package/dist/src/components/TextField/TextField.vue.d.ts +3 -36
  163. package/dist/src/components/TextField/TextFieldIcon.vue.d.ts +1 -1
  164. package/dist/src/components/TextField/TextFieldPasswordIcon.vue.d.ts +1 -1
  165. package/dist/src/components/TextField/TextFieldSearchIcon.vue.d.ts +1 -1
  166. package/dist/src/components/TextStyle/TextStyle.vue.d.ts +7 -9
  167. package/dist/src/components/Toast/DismissToastAction.vue.d.ts +8 -7
  168. package/dist/src/components/Toast/Toast.vue.d.ts +13 -9
  169. package/dist/src/components/Toast/ToastGroup.vue.d.ts +6 -8
  170. package/dist/src/components/Toast/types.d.ts +1 -0
  171. package/dist/src/components/Toggle/Toggle.vue.d.ts +7 -18
  172. package/dist/src/components/Tooltip/Tooltip.vue.d.ts +6 -8
  173. package/dist/src/components/TopBar/TopBar.vue.d.ts +6 -8
  174. package/dist/src/components/TopBar/TopBarLogo.vue.d.ts +1 -1
  175. package/dist/src/components/TopBar/TopBarNavigation.vue.d.ts +6 -8
  176. package/dist/src/components/TopBar/TopBarSearch.vue.d.ts +1 -1
  177. package/dist/src/components/VisuallyHidden/VisuallyHidden.vue.d.ts +6 -8
  178. package/dist/src/components/index.d.ts +1 -1
  179. package/dist/src/composables/index.d.ts +0 -1
  180. package/dist/style.css +1 -1
  181. package/package.json +3 -2
  182. package/dist/src/composables/useDarkMode.d.ts +0 -4
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<{
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
5
  disabled?: boolean;
6
6
  href: string;
7
- } & {}>, {
7
+ }> & Readonly<{}>, {
8
8
  disabled: boolean;
9
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
@@ -4,9 +4,9 @@ declare const _default: import("vue").DefineComponent<{
4
4
  complete: (args_0: string) => any;
5
5
  }, string, import("vue").PublicProps, Readonly<{
6
6
  inputs?: number;
7
- } & {
7
+ }> & Readonly<{
8
8
  onComplete?: ((args_0: string) => any) | undefined;
9
9
  }>, {
10
10
  inputs: number;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  export default _default;
@@ -1,22 +1,20 @@
1
1
  import { Alignment } from '@floating-ui/vue';
2
- declare var __VLS_6: {};
3
- declare var __VLS_inheritedAttrs: {};
4
- declare const __VLS_templateResult: {
2
+ declare function __VLS_template(): {
5
3
  slots: {
6
- default?(_: typeof __VLS_6): any;
4
+ default?(_: {}): any;
7
5
  };
8
6
  refs: {};
9
- attrs: Partial<typeof __VLS_inheritedAttrs>;
7
+ attrs: Partial<{}>;
10
8
  };
11
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
10
  declare const __VLS_component: import("vue").DefineComponent<{
13
11
  /** The alignment of the popover */
14
12
  alignment: Alignment;
15
13
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
16
14
  /** The alignment of the popover */
17
15
  alignment: Alignment;
18
- } & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
16
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
18
  export default _default;
21
19
  type __VLS_WithTemplateSlots<T, S> = T & {
22
20
  new (): {
@@ -1,15 +1,13 @@
1
- declare var __VLS_6: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_6): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {
@@ -1,15 +1,13 @@
1
- declare var __VLS_6: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_6): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {
@@ -1,16 +1,14 @@
1
1
  import { Placement } from '@floating-ui/vue';
2
- declare var __VLS_0: {};
3
- declare var __VLS_inheritedAttrs: {};
4
- declare const __VLS_templateResult: {
2
+ declare function __VLS_template(): {
5
3
  slots: {
6
- default?(_: typeof __VLS_0): any;
4
+ default?(_: {}): any;
7
5
  };
8
6
  refs: {
9
- $popperWrapper: import("vue").HTMLAttributes & import("vue").ReservedProps;
7
+ $popperWrapper: HTMLSpanElement;
10
8
  };
11
- attrs: Partial<typeof __VLS_inheritedAttrs>;
9
+ attrs: Partial<{}>;
12
10
  };
13
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
12
  declare const __VLS_component: import("vue").DefineComponent<{
15
13
  /** The trigger event of the popper */
16
14
  trigger: "click" | "hover";
@@ -25,10 +23,10 @@ declare const __VLS_component: import("vue").DefineComponent<{
25
23
  placement: Placement;
26
24
  /** The delay in milliseconds before hiding the popper */
27
25
  timeout?: number;
28
- } & {}>, {
26
+ }> & Readonly<{}>, {
29
27
  timeout: number;
30
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
30
  export default _default;
33
31
  type __VLS_WithTemplateSlots<T, S> = T & {
34
32
  new (): {
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
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>;
2
2
  export default _default;
@@ -1,15 +1,13 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {
@@ -1,15 +1,13 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {
@@ -1,14 +1,13 @@
1
1
  import { TailwindColor } from '../../composables';
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
2
+ declare function __VLS_template(): {
4
3
  slots: {
5
4
  default?(_: {}): any;
6
5
  default?(_: {}): any;
7
6
  };
8
7
  refs: {};
9
- attrs: Partial<typeof __VLS_inheritedAttrs>;
8
+ attrs: Partial<{}>;
10
9
  };
11
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
11
  declare const __VLS_component: import("vue").DefineComponent<{
13
12
  /** The color of the progress-bar. */
14
13
  color?: TailwindColor;
@@ -23,11 +22,11 @@ declare const __VLS_component: import("vue").DefineComponent<{
23
22
  value: number;
24
23
  /** The position of the indicator relative to the progress bar. */
25
24
  indicatorPosition?: "above" | "below" | null;
26
- } & {}>, {
25
+ }> & Readonly<{}>, {
27
26
  color: TailwindColor;
28
27
  indicatorPosition: "above" | "below" | null;
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
30
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
30
  export default _default;
32
31
  type __VLS_WithTemplateSlots<T, S> = T & {
33
32
  new (): {
@@ -1,15 +1,13 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {
@@ -12,22 +12,11 @@ type __VLS_PublicProps = {
12
12
  modelValue?: boolean | string;
13
13
  } & typeof __VLS_typeProps;
14
14
  declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
- 'update:modelValue': (modelValue: string | boolean) => any;
16
- }, string, import("vue").PublicProps, Readonly<{
17
- modelValue?: boolean | string;
18
- } & {
19
- /** The help text to display with the radioButton. */
20
- helpText?: string | null;
21
- /** The ID of the radioButton. */
22
- id?: string | null;
23
- /** The label for the radioButton. */
24
- label: string;
25
- /** The value of the radioButton. */
26
- value: any;
27
- } & {
15
+ "update:modelValue": (modelValue: string | boolean) => any;
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
17
  "onUpdate:modelValue"?: ((modelValue: string | boolean) => any) | undefined;
29
18
  }>, {
30
19
  id: string | null;
31
20
  helpText: string | null;
32
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
22
  export default _default;
@@ -1,15 +1,13 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {
@@ -1,15 +1,13 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {
@@ -1,15 +1,13 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {
@@ -23,42 +23,17 @@ declare let __VLS_typeProps: {
23
23
  type __VLS_PublicProps = {
24
24
  modelValue?: string | null;
25
25
  } & typeof __VLS_typeProps;
26
- declare var __VLS_6: {};
27
- declare var __VLS_inheritedAttrs: {};
28
- declare const __VLS_templateResult: {
26
+ declare function __VLS_template(): {
29
27
  slots: {
30
- default?(_: typeof __VLS_6): any;
28
+ default?(_: {}): any;
31
29
  };
32
30
  refs: {};
33
- attrs: Partial<typeof __VLS_inheritedAttrs>;
31
+ attrs: Partial<{}>;
34
32
  };
35
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
33
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
36
34
  declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
37
- 'update:modelValue': (modelValue: string | null) => any;
38
- }, string, import("vue").PublicProps, Readonly<{
39
- modelValue?: string | null;
40
- } & {
41
- /** Whether the input is disabled. */
42
- disabled?: boolean;
43
- /** The error to display below the input. */
44
- error?: string | null;
45
- /** The help text to display below the input. */
46
- helpText?: string | null;
47
- /** The ID of the input the label is associated with. */
48
- id?: string | null;
49
- /** The label text. */
50
- label: string;
51
- /** Whether the label is hidden. */
52
- labelHidden?: boolean;
53
- /** The name of the input. */
54
- name: string;
55
- /** The placeholder text. */
56
- placeholder?: string | null;
57
- /** Whether the input is read-only. */
58
- readonly?: boolean;
59
- /** Whether the input is required. */
60
- required?: boolean;
61
- } & {
35
+ "update:modelValue": (modelValue: string | null) => any;
36
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
62
37
  "onUpdate:modelValue"?: ((modelValue: string | null) => any) | undefined;
63
38
  }>, {
64
39
  error: string | null;
@@ -69,8 +44,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
69
44
  helpText: string | null;
70
45
  placeholder: string | null;
71
46
  readonly: boolean;
72
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
73
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
47
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
48
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
74
49
  export default _default;
75
50
  type __VLS_WithTemplateSlots<T, S> = T & {
76
51
  new (): {
@@ -1,21 +1,19 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
9
  declare const __VLS_component: import("vue").DefineComponent<{
12
10
  /** The label of the group */
13
11
  label: string;
14
12
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
15
13
  /** The label of the group */
16
14
  label: string;
17
- } & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
15
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
17
  export default _default;
20
18
  type __VLS_WithTemplateSlots<T, S> = T & {
21
19
  new (): {
@@ -1,21 +1,19 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
9
  declare const __VLS_component: import("vue").DefineComponent<{
12
10
  /** The label of the group */
13
11
  value: string | number;
14
12
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
15
13
  /** The label of the group */
16
14
  value: string | number;
17
- } & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
15
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
17
  export default _default;
20
18
  type __VLS_WithTemplateSlots<T, S> = T & {
21
19
  new (): {
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<{
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
5
  /** The label to display in the separator. */
6
6
  label?: string | null;
7
- } & {}>, {
7
+ }> & Readonly<{}>, {
8
8
  label: string | null;
9
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
@@ -12,9 +12,9 @@ declare const _default: import("vue").DefineComponent<{
12
12
  hasFocusableParent?: boolean;
13
13
  /** The variant of the spinner. */
14
14
  variant?: "dark" | "light";
15
- } & {}>, {
15
+ }> & Readonly<{}>, {
16
16
  variant: "dark" | "light";
17
17
  accessibilityLabel: string;
18
18
  hasFocusableParent: boolean;
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  export default _default;
@@ -1,14 +1,12 @@
1
1
  import { TailwindColor } from '../../composables';
2
- declare var __VLS_6: {};
3
- declare var __VLS_inheritedAttrs: {};
4
- declare const __VLS_templateResult: {
2
+ declare function __VLS_template(): {
5
3
  slots: {
6
- default?(_: typeof __VLS_6): any;
4
+ default?(_: {}): any;
7
5
  };
8
6
  refs: {};
9
- attrs: Partial<typeof __VLS_inheritedAttrs>;
7
+ attrs: Partial<{}>;
10
8
  };
11
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
10
  declare const __VLS_component: import("vue").DefineComponent<{
13
11
  /** Accessible label for the avatar image. */
14
12
  accessibilityLabel?: string | null;
@@ -23,11 +21,11 @@ declare const __VLS_component: import("vue").DefineComponent<{
23
21
  color: TailwindColor;
24
22
  /** The size of the status-indicator. */
25
23
  size?: "small" | "default";
26
- } & {}>, {
24
+ }> & Readonly<{}>, {
27
25
  size: "small" | "default";
28
26
  accessibilityLabel: string | null;
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
30
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
29
  export default _default;
32
30
  type __VLS_WithTemplateSlots<T, S> = T & {
33
31
  new (): {
@@ -13,23 +13,12 @@ type __VLS_PublicProps = {
13
13
  modelValue?: number;
14
14
  } & typeof __VLS_typeProps;
15
15
  declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
- 'update:modelValue': (modelValue: number) => any;
17
- }, string, import("vue").PublicProps, Readonly<{
18
- modelValue?: number;
19
- } & {
20
- /** The color of the stepper. */
21
- color?: TailwindColor | null;
22
- /** The label for the stepper. */
23
- label: string;
24
- /** The maximum value of the stepper. */
25
- max: number;
26
- /** The minimum value of the stepper. */
27
- min: number;
28
- } & {
16
+ "update:modelValue": (modelValue: number) => any;
17
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
29
18
  "onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
30
19
  }>, {
31
20
  color: TailwindColor | null;
32
21
  max: number;
33
22
  min: number;
34
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
24
  export default _default;
@@ -1,23 +1,21 @@
1
- declare var __VLS_6: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_6): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
9
  declare const __VLS_component: import("vue").DefineComponent<{
12
10
  /** Whether the tab item is active */
13
11
  active?: boolean;
14
12
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
15
13
  /** Whether the tab item is active */
16
14
  active?: boolean;
17
- } & {}>, {
15
+ }> & Readonly<{}>, {
18
16
  active: boolean;
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
19
  export default _default;
22
20
  type __VLS_WithTemplateSlots<T, S> = T & {
23
21
  new (): {
@@ -1,15 +1,13 @@
1
- declare var __VLS_0: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_0): any;
3
+ default?(_: {}): any;
6
4
  };
7
5
  refs: {};
8
- attrs: Partial<typeof __VLS_inheritedAttrs>;
6
+ attrs: Partial<{}>;
9
7
  };
10
- type __VLS_Slots = typeof __VLS_templateResult['slots'];
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
11
  export default _default;
14
12
  type __VLS_WithTemplateSlots<T, S> = T & {
15
13
  new (): {