@returnless/focus-ui 0.0.36 → 0.0.38

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 (186) hide show
  1. package/dist/focus-ui.js +7789 -5472
  2. package/dist/focus-ui.umd.cjs +26 -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/Autocomplete/Autocomplete.vue.d.ts +28 -0
  30. package/dist/src/components/Autocomplete/AutocompleteGroup.vue.d.ts +20 -0
  31. package/dist/src/components/Autocomplete/AutocompleteItem.vue.d.ts +17 -0
  32. package/dist/src/components/Autocomplete/index.d.ts +3 -0
  33. package/dist/src/components/Avatar/Avatar.vue.d.ts +2 -2
  34. package/dist/src/components/Avatar/stories/Avatar.vue.d.ts +1 -1
  35. package/dist/src/components/Badge/Badge.vue.d.ts +7 -9
  36. package/dist/src/components/Badge/BadgeContent.vue.d.ts +6 -8
  37. package/dist/src/components/Badge/BadgeIcon.vue.d.ts +6 -8
  38. package/dist/src/components/Badge/stories/Badge.vue.d.ts +1 -1
  39. package/dist/src/components/BarChart/BarChart.vue.d.ts +1 -1
  40. package/dist/src/components/BarChart/BarChartLegend.vue.d.ts +1 -1
  41. package/dist/src/components/BarChart/BarChartTooltip.vue.d.ts +1 -1
  42. package/dist/src/components/Breadcrumbs/Breadcrumb.vue.d.ts +6 -8
  43. package/dist/src/components/Breadcrumbs/BreadcrumbEllipsis.vue.d.ts +1 -1
  44. package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +6 -8
  45. package/dist/src/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +6 -8
  46. package/dist/src/components/Breadcrumbs/BreadcrumbList.vue.d.ts +6 -8
  47. package/dist/src/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +6 -8
  48. package/dist/src/components/Breadcrumbs/BreadcrumbSeparator.vue.d.ts +1 -1
  49. package/dist/src/components/Button/Button.vue.d.ts +7 -9
  50. package/dist/src/components/Button/ButtonBadge.vue.d.ts +7 -9
  51. package/dist/src/components/Button/ButtonContent.vue.d.ts +6 -8
  52. package/dist/src/components/Button/ButtonIcon.vue.d.ts +2 -2
  53. package/dist/src/components/Button/stories/Button.vue.d.ts +1 -1
  54. package/dist/src/components/ButtonGroup/ButtonGroup.vue.d.ts +6 -8
  55. package/dist/src/components/ButtonGroup/stories/ButtonGroup.vue.d.ts +1 -1
  56. package/dist/src/components/Card/Card.vue.d.ts +6 -8
  57. package/dist/src/components/Card/CardDescription.vue.d.ts +6 -8
  58. package/dist/src/components/Card/CardFooter.vue.d.ts +6 -8
  59. package/dist/src/components/Card/CardHeader.vue.d.ts +6 -8
  60. package/dist/src/components/Card/CardHelp.vue.d.ts +6 -8
  61. package/dist/src/components/Card/CardIcon.vue.d.ts +1 -1
  62. package/dist/src/components/Card/CardLayout.vue.d.ts +7 -9
  63. package/dist/src/components/Card/CardMedia.vue.d.ts +6 -7
  64. package/dist/src/components/Card/CardSection.vue.d.ts +7 -9
  65. package/dist/src/components/Card/CardSeparator.vue.d.ts +2 -0
  66. package/dist/src/components/Card/CardTitle.vue.d.ts +7 -9
  67. package/dist/src/components/Card/index.d.ts +1 -0
  68. package/dist/src/components/CategoryBar/CategoryBar.vue.d.ts +1 -1
  69. package/dist/src/components/Checkbox/Checkbox.vue.d.ts +3 -16
  70. package/dist/src/components/Checkbox/CheckboxGroup.vue.d.ts +7 -9
  71. package/dist/src/components/Collapsible/Collapsible.vue.d.ts +7 -9
  72. package/dist/src/components/ColorInput/ColorInput.vue.d.ts +3 -20
  73. package/dist/src/components/ColorPalette/ColorPalette.vue.d.ts +3 -8
  74. package/dist/src/components/DataList/DataList.vue.d.ts +8 -10
  75. package/dist/src/components/DataList/DataListContent.vue.d.ts +6 -8
  76. package/dist/src/components/DataList/DataListItem.vue.d.ts +6 -8
  77. package/dist/src/components/DataList/DataListItemLine.vue.d.ts +6 -8
  78. package/dist/src/components/DataTable/DataTable.vue.d.ts +1 -1
  79. package/dist/src/components/DataTable/DataTableCell.vue.d.ts +1 -1
  80. package/dist/src/components/DataTable/DataTableRoot.vue.d.ts +1 -1
  81. package/dist/src/components/DataTable/DataTableRow.vue.d.ts +6 -8
  82. package/dist/src/components/DatePicker/DatePicker.vue.d.ts +3 -3
  83. package/dist/src/components/DescriptionList/DescriptionList.vue.d.ts +7 -9
  84. package/dist/src/components/DescriptionList/DescriptionListDescription.vue.d.ts +6 -8
  85. package/dist/src/components/DescriptionList/DescriptionListItem.vue.d.ts +6 -8
  86. package/dist/src/components/DescriptionList/DescriptionListTerm.vue.d.ts +6 -8
  87. package/dist/src/components/Dialog/Dialog.vue.d.ts +6 -7
  88. package/dist/src/components/Dialog/DialogCancelButton.vue.d.ts +6 -8
  89. package/dist/src/components/Dialog/DialogContent.vue.d.ts +7 -9
  90. package/dist/src/components/Dialog/DialogDescription.vue.d.ts +6 -8
  91. package/dist/src/components/Dialog/DialogFooter.vue.d.ts +6 -8
  92. package/dist/src/components/Dialog/DialogHeader.vue.d.ts +6 -8
  93. package/dist/src/components/Dialog/DialogIcon.vue.d.ts +1 -1
  94. package/dist/src/components/Dialog/DialogSection.vue.d.ts +6 -8
  95. package/dist/src/components/Dialog/DialogTitle.vue.d.ts +6 -8
  96. package/dist/src/components/Drawer/Drawer.vue.d.ts +6 -7
  97. package/dist/src/components/Drawer/DrawerContent.vue.d.ts +7 -9
  98. package/dist/src/components/Drawer/DrawerDescription.vue.d.ts +6 -8
  99. package/dist/src/components/Drawer/DrawerHeader.vue.d.ts +6 -8
  100. package/dist/src/components/Drawer/DrawerTitle.vue.d.ts +6 -8
  101. package/dist/src/components/DropZone/DropZone.vue.d.ts +4 -14
  102. package/dist/src/components/EmptyState/EmptyState.vue.d.ts +6 -8
  103. package/dist/src/components/EmptyState/EmptyStateActions.vue.d.ts +6 -8
  104. package/dist/src/components/EmptyState/EmptyStateContent.vue.d.ts +6 -8
  105. package/dist/src/components/EmptyState/EmptyStateDescription.vue.d.ts +6 -8
  106. package/dist/src/components/EmptyState/EmptyStateTitle.vue.d.ts +6 -8
  107. package/dist/src/components/FeatureList/FeatureList.vue.d.ts +6 -8
  108. package/dist/src/components/FeatureList/FeatureListItem.vue.d.ts +6 -8
  109. package/dist/src/components/Feed/Feed.vue.d.ts +6 -8
  110. package/dist/src/components/Feed/FeedItem.vue.d.ts +6 -8
  111. package/dist/src/components/Feed/FeedItemBlock.vue.d.ts +6 -8
  112. package/dist/src/components/Feed/FeedItemDateIndicator.vue.d.ts +6 -8
  113. package/dist/src/components/Feed/FeedItemIcon.vue.d.ts +6 -8
  114. package/dist/src/components/Feed/FeedItemSimple.vue.d.ts +6 -8
  115. package/dist/src/components/FileUploadButton/FileUploadButton.vue.d.ts +9 -18
  116. package/dist/src/components/Form/Form.vue.d.ts +7 -9
  117. package/dist/src/components/FormLayout/FormLayout.vue.d.ts +7 -9
  118. package/dist/src/components/Heading/Heading.vue.d.ts +7 -9
  119. package/dist/src/components/Image/Image.vue.d.ts +3 -3
  120. package/dist/src/components/InertiaLink/InertiaLink.vue.d.ts +6 -8
  121. package/dist/src/components/InlineError/InlineError.vue.d.ts +1 -1
  122. package/dist/src/components/InputLabel/InputLabel.vue.d.ts +2 -2
  123. package/dist/src/components/IntegrationConnection/IntegrationConnection.vue.d.ts +1 -1
  124. package/dist/src/components/IntegrationConnection/IntegrationConnectionItem.vue.d.ts +1 -1
  125. package/dist/src/components/KPICard/KPICard.vue.d.ts +7 -9
  126. package/dist/src/components/KPICard/KPICardSection.vue.d.ts +5 -6
  127. package/dist/src/components/Legend/Legend.vue.d.ts +6 -8
  128. package/dist/src/components/Legend/LegendItem.vue.d.ts +6 -8
  129. package/dist/src/components/Link/Link.vue.d.ts +11 -9
  130. package/dist/src/components/Navigation/Navigation.vue.d.ts +6 -8
  131. package/dist/src/components/Navigation/NavigationItem.vue.d.ts +7 -9
  132. package/dist/src/components/Navigation/NavigationSecondarySection.vue.d.ts +6 -8
  133. package/dist/src/components/Navigation/NavigationSection.vue.d.ts +7 -9
  134. package/dist/src/components/Page/Page.vue.d.ts +10 -8
  135. package/dist/src/components/Page/PageBody.vue.d.ts +6 -8
  136. package/dist/src/components/Page/PageDescription.vue.d.ts +6 -8
  137. package/dist/src/components/Page/PageHeader.vue.d.ts +8 -11
  138. package/dist/src/components/Page/PageTitle.vue.d.ts +6 -8
  139. package/dist/src/components/Pagination/Pagination.vue.d.ts +6 -8
  140. package/dist/src/components/Pagination/PaginationNextButton.vue.d.ts +2 -2
  141. package/dist/src/components/Pagination/PaginationPreviousButton.vue.d.ts +2 -2
  142. package/dist/src/components/PinInput/PinInput.vue.d.ts +2 -2
  143. package/dist/src/components/Popover/Popover.vue.d.ts +6 -8
  144. package/dist/src/components/Popover/PopoverBody.vue.d.ts +6 -8
  145. package/dist/src/components/Popover/PopoverTrigger.vue.d.ts +6 -8
  146. package/dist/src/components/Popper/Popper.vue.d.ts +14 -12
  147. package/dist/src/components/Popper/PopperArrow.vue.d.ts +1 -1
  148. package/dist/src/components/Popper/PopperBody.vue.d.ts +6 -8
  149. package/dist/src/components/Popper/PopperTrigger.vue.d.ts +6 -8
  150. package/dist/src/components/ProgressBar/ProgressBar.vue.d.ts +6 -7
  151. package/dist/src/components/ProgressBar/ProgressBarIndicator.vue.d.ts +6 -8
  152. package/dist/src/components/RadioButton/RadioButton.vue.d.ts +3 -14
  153. package/dist/src/components/ResourceList/ResourceList.vue.d.ts +6 -8
  154. package/dist/src/components/ResourceList/ResourceListItem.vue.d.ts +6 -8
  155. package/dist/src/components/ResourceList/ResourceListItemContent.vue.d.ts +6 -8
  156. package/dist/src/components/Select/Select.vue.d.ts +9 -34
  157. package/dist/src/components/Select/SelectGroup.vue.d.ts +6 -8
  158. package/dist/src/components/Select/SelectOption.vue.d.ts +6 -8
  159. package/dist/src/components/Separator/Separator.vue.d.ts +2 -2
  160. package/dist/src/components/Spinner/Spinner.vue.d.ts +2 -2
  161. package/dist/src/components/StatusIndicator/StatusIndicator.vue.d.ts +7 -9
  162. package/dist/src/components/Stepper/Stepper.vue.d.ts +3 -14
  163. package/dist/src/components/Tabs/TabTrigger.vue.d.ts +7 -9
  164. package/dist/src/components/Tabs/Tabs.vue.d.ts +6 -8
  165. package/dist/src/components/Tag/Tag.vue.d.ts +7 -9
  166. package/dist/src/components/TextField/TextField.vue.d.ts +13 -39
  167. package/dist/src/components/TextField/TextFieldIcon.vue.d.ts +1 -1
  168. package/dist/src/components/TextField/TextFieldPasswordIcon.vue.d.ts +1 -1
  169. package/dist/src/components/TextField/TextFieldSearchIcon.vue.d.ts +1 -1
  170. package/dist/src/components/TextStyle/TextStyle.vue.d.ts +7 -9
  171. package/dist/src/components/Toast/DismissToastAction.vue.d.ts +8 -7
  172. package/dist/src/components/Toast/Toast.vue.d.ts +13 -9
  173. package/dist/src/components/Toast/ToastGroup.vue.d.ts +6 -8
  174. package/dist/src/components/Toast/types.d.ts +1 -0
  175. package/dist/src/components/Toggle/Toggle.vue.d.ts +7 -18
  176. package/dist/src/components/Tooltip/Tooltip.vue.d.ts +6 -8
  177. package/dist/src/components/TopBar/TopBar.vue.d.ts +6 -8
  178. package/dist/src/components/TopBar/TopBarLogo.vue.d.ts +1 -1
  179. package/dist/src/components/TopBar/TopBarNavigation.vue.d.ts +6 -8
  180. package/dist/src/components/TopBar/TopBarSearch.vue.d.ts +1 -1
  181. package/dist/src/components/VisuallyHidden/VisuallyHidden.vue.d.ts +6 -8
  182. package/dist/src/components/index.d.ts +2 -1
  183. package/dist/src/composables/index.d.ts +0 -1
  184. package/dist/style.css +1 -1
  185. package/package.json +7 -6
  186. package/dist/src/composables/useDarkMode.d.ts +0 -4
@@ -0,0 +1,28 @@
1
+ declare let __VLS_typeProps: {
2
+ label: string;
3
+ labelHidden?: boolean;
4
+ placeholder?: string | null;
5
+ };
6
+ type __VLS_PublicProps = {
7
+ modelValue?: string;
8
+ } & typeof __VLS_typeProps;
9
+ declare function __VLS_template(): {
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ attrs: Partial<{}>;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ "update:modelValue": (modelValue: string) => any;
19
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
21
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,20 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import("vue").DefineComponent<{
10
+ label: string;
11
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
12
+ label: string;
13
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,17 @@
1
+ import { PrimitiveProps } from 'radix-vue';
2
+ declare function __VLS_template(): {
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<PrimitiveProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,3 @@
1
+ export { default as Autocomplete } from './Autocomplete.vue';
2
+ export { default as AutocompleteGroup } from './AutocompleteGroup.vue';
3
+ export { default as AutocompleteItem } from './AutocompleteItem.vue';
@@ -20,11 +20,11 @@ declare const _default: import("vue").DefineComponent<{
20
20
  source?: string | undefined;
21
21
  /** Accessible label for the avatar image. */
22
22
  accessibilityLabel?: string | null;
23
- } & {}>, {
23
+ }> & Readonly<{}>, {
24
24
  source: string;
25
25
  name: string;
26
26
  size: "xs" | "sm" | "md" | "lg" | "xl";
27
27
  accessibilityLabel: string | null;
28
28
  initials: string | null;
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
30
  export default _default;
@@ -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,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 badge */
25
23
  size?: "sm" | "md" | "lg" | "xl";
26
- } & {}>, {
24
+ }> & Readonly<{}>, {
27
25
  size: "sm" | "md" | "lg" | "xl";
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 (): {
@@ -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_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,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,6 +1,6 @@
1
1
  import { type BarChartCategory } from './types';
2
2
  declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}>, never>, never> & {
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {
4
4
  /** Select the categories from your data. Used to populate the legend and tooltip. */
5
5
  categories: BarChartCategory<T>[];
6
6
  /** The source data, in which each entry is a dictionary. */
@@ -1,5 +1,5 @@
1
1
  declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}>, never>, never> & {}> & import("vue").PublicProps;
2
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {}> & import("vue").PublicProps;
3
3
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
4
4
  attrs: any;
5
5
  slots: {};
@@ -1,6 +1,6 @@
1
1
  import { Ref } from 'vue';
2
2
  declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}>, never>, never> & {}> & import("vue").PublicProps;
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {}> & import("vue").PublicProps;
4
4
  expose(exposed: import("vue").ShallowUnwrapRef<{
5
5
  $tooltip: Ref<HTMLElement | undefined, HTMLElement | undefined>;
6
6
  }>): void;
@@ -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,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_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_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,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
1
  import { ButtonProps } from './types';
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'];
12
- declare const __VLS_component: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps & {}>, {
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
13
11
  type: "button" | "reset" | "submit";
14
12
  href: string | null;
15
13
  align: "left" | "center" | "right";
@@ -22,8 +20,8 @@ declare const __VLS_component: import("vue").DefineComponent<ButtonProps, {}, {}
22
20
  native: boolean;
23
21
  size: "small" | "normal";
24
22
  variant: import("./types").ButtonVariant;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
25
  export default _default;
28
26
  type __VLS_WithTemplateSlots<T, S> = T & {
29
27
  new (): {
@@ -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;
@@ -19,10 +17,10 @@ declare const __VLS_component: import("vue").DefineComponent<{
19
17
  accessibilityLabel?: string | null;
20
18
  /** The color of the badge. */
21
19
  color: TailwindColor;
22
- } & {}>, {
20
+ }> & Readonly<{}>, {
23
21
  accessibilityLabel: string | null;
24
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
25
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
24
  export default _default;
27
25
  type __VLS_WithTemplateSlots<T, S> = T & {
28
26
  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 (): {
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<{
13
13
  icon?: FunctionalComponent<HTMLAttributes & VNodeProps> | null;
14
14
  /** The source of the icon to display */
15
15
  source?: string | null;
16
- } & {}>, {
16
+ }> & Readonly<{}>, {
17
17
  source: string | null;
18
18
  alt: string;
19
19
  icon: FunctionalComponent<HTMLAttributes & VNodeProps> | null;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -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,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_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_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,19 +1,17 @@
1
- declare var __VLS_12: {};
2
- declare var __VLS_inheritedAttrs: {};
3
- declare const __VLS_templateResult: {
1
+ declare function __VLS_template(): {
4
2
  slots: {
5
- default?(_: typeof __VLS_12): 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
  href: string;
13
11
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
14
12
  href: string;
15
- } & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
13
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
15
  export default _default;
18
16
  type __VLS_WithTemplateSlots<T, S> = T & {
19
17
  new (): {
@@ -8,5 +8,5 @@ declare const _default: import("vue").DefineComponent<{
8
8
  alt: string;
9
9
  /** The source of the media. */
10
10
  source: string;
11
- } & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
11
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  export default _default;