@returnless/focus-ui 0.0.3 → 0.0.4

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 (198) hide show
  1. package/dist/build-utils/generate-component-meta.d.ts +12 -0
  2. package/dist/build-utils/update-component-list.d.ts +1 -0
  3. package/dist/components/Accordion/Accordion.vue.d.ts +39 -0
  4. package/dist/components/Accordion/AccordionContent.vue.d.ts +9 -0
  5. package/dist/components/Accordion/AccordionItem.vue.d.ts +9 -0
  6. package/dist/components/Accordion/AccordionTrigger.vue.d.ts +9 -0
  7. package/dist/components/Accordion/index.d.ts +4 -0
  8. package/dist/components/ActionList/ActionList.vue.d.ts +9 -0
  9. package/dist/components/ActionList/ActionListBody.vue.d.ts +9 -0
  10. package/dist/components/ActionList/ActionListItem.vue.d.ts +48 -0
  11. package/dist/components/ActionList/ActionListSection.vue.d.ts +9 -0
  12. package/dist/components/ActionList/ActionListTrigger.vue.d.ts +9 -0
  13. package/dist/components/ActionList/index.d.ts +5 -0
  14. package/dist/components/Alert/Alert.vue.d.ts +57 -0
  15. package/dist/components/Alert/AlertDescription.vue.d.ts +9 -0
  16. package/dist/components/Alert/AlertTitle.vue.d.ts +9 -0
  17. package/dist/components/Alert/DismissableAlertButton.vue.d.ts +36 -0
  18. package/dist/components/Alert/index.d.ts +4 -0
  19. package/dist/components/Alert/types.d.ts +1 -0
  20. package/dist/components/AlertDialog/AlertDialog.vue.d.ts +42 -0
  21. package/dist/components/AlertDialog/AlertDialogActionButton.vue.d.ts +39 -0
  22. package/dist/components/AlertDialog/AlertDialogCancelButton.vue.d.ts +9 -0
  23. package/dist/components/AlertDialog/AlertDialogContent.vue.d.ts +9 -0
  24. package/dist/components/AlertDialog/AlertDialogDescription.vue.d.ts +9 -0
  25. package/dist/components/AlertDialog/AlertDialogFooter.vue.d.ts +9 -0
  26. package/dist/components/AlertDialog/AlertDialogHeader.vue.d.ts +9 -0
  27. package/dist/components/AlertDialog/AlertDialogTitle.vue.d.ts +9 -0
  28. package/dist/components/AlertDialog/index.d.ts +8 -0
  29. package/dist/components/AspectRatio/AspectRatio.vue.d.ts +38 -0
  30. package/dist/components/AspectRatio/index.d.ts +1 -0
  31. package/dist/components/Avatar/Avatar.vue.d.ts +59 -0
  32. package/dist/components/Avatar/index.d.ts +1 -0
  33. package/dist/components/Badge/Badge.vue.d.ts +49 -0
  34. package/dist/components/Badge/BadgeContent.vue.d.ts +9 -0
  35. package/dist/components/Badge/BadgeIcon.vue.d.ts +9 -0
  36. package/dist/components/Badge/index.d.ts +3 -0
  37. package/dist/components/BarChart/BarChart.vue.d.ts +27 -0
  38. package/dist/components/BarChart/BarChartContainer.vue.d.ts +9 -0
  39. package/dist/components/BarChart/BarChartStacked.vue.d.ts +27 -0
  40. package/dist/components/BarChart/index.d.ts +3 -0
  41. package/dist/components/Breadcrumbs/Breadcrumb.vue.d.ts +9 -0
  42. package/dist/components/Breadcrumbs/BreadcrumbEllipsis.vue.d.ts +2 -0
  43. package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +9 -0
  44. package/dist/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +9 -0
  45. package/dist/components/Breadcrumbs/BreadcrumbList.vue.d.ts +9 -0
  46. package/dist/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +9 -0
  47. package/dist/components/Breadcrumbs/BreadcrumbSeparator.vue.d.ts +2 -0
  48. package/dist/components/Breadcrumbs/index.d.ts +7 -0
  49. package/dist/components/Button/Button.vue.d.ts +57 -0
  50. package/dist/components/Button/ButtonContent.vue.d.ts +9 -0
  51. package/dist/components/Button/ButtonIcon.vue.d.ts +45 -0
  52. package/dist/components/Button/index.d.ts +4 -0
  53. package/dist/components/Button/types.d.ts +21 -0
  54. package/dist/components/ButtonGroup/ButtonGroup.vue.d.ts +9 -0
  55. package/dist/components/ButtonGroup/index.d.ts +1 -0
  56. package/dist/components/Card/Card.vue.d.ts +9 -0
  57. package/dist/components/Card/CardDescription.vue.d.ts +9 -0
  58. package/dist/components/Card/CardFooter.vue.d.ts +9 -0
  59. package/dist/components/Card/CardHeader.vue.d.ts +9 -0
  60. package/dist/components/Card/CardHelp.vue.d.ts +22 -0
  61. package/dist/components/Card/CardSection.vue.d.ts +36 -0
  62. package/dist/components/Card/CardTitle.vue.d.ts +9 -0
  63. package/dist/components/Card/index.d.ts +7 -0
  64. package/dist/components/Checkbox/Checkbox.vue.d.ts +50 -0
  65. package/dist/components/Checkbox/index.d.ts +1 -0
  66. package/dist/components/DatePicker/DatePicker.vue.d.ts +35 -0
  67. package/dist/components/DatePicker/DatePickerCard.vue.d.ts +9 -0
  68. package/dist/components/DatePicker/index.d.ts +2 -0
  69. package/dist/components/DescriptionList/DescriptionList.vue.d.ts +38 -0
  70. package/dist/components/DescriptionList/DescriptionListDescription.vue.d.ts +9 -0
  71. package/dist/components/DescriptionList/DescriptionListItem.vue.d.ts +9 -0
  72. package/dist/components/DescriptionList/DescriptionListTerm.vue.d.ts +9 -0
  73. package/dist/components/DescriptionList/index.d.ts +4 -0
  74. package/dist/components/Dialog/index.d.ts +0 -0
  75. package/dist/components/DropZone/DropZone.vue.d.ts +45 -0
  76. package/dist/components/DropZone/index.d.ts +1 -0
  77. package/dist/components/EmptyState/EmptyState.vue.d.ts +9 -0
  78. package/dist/components/EmptyState/EmptyStateActions.vue.d.ts +9 -0
  79. package/dist/components/EmptyState/EmptyStateContent.vue.d.ts +9 -0
  80. package/dist/components/EmptyState/EmptyStateDescription.vue.d.ts +9 -0
  81. package/dist/components/EmptyState/EmptyStateTitle.vue.d.ts +9 -0
  82. package/dist/components/EmptyState/index.d.ts +5 -0
  83. package/dist/components/Feed/Feed.vue.d.ts +9 -0
  84. package/dist/components/Feed/FeedItem.vue.d.ts +9 -0
  85. package/dist/components/Feed/FeedItemBlock.vue.d.ts +9 -0
  86. package/dist/components/Feed/FeedItemDateIndicator.vue.d.ts +9 -0
  87. package/dist/components/Feed/FeedItemIcon.vue.d.ts +32 -0
  88. package/dist/components/Feed/FeedItemSimple.vue.d.ts +9 -0
  89. package/dist/components/Feed/index.d.ts +6 -0
  90. package/dist/components/FileUploadButton/FileUploadButton.vue.d.ts +50 -0
  91. package/dist/components/FileUploadButton/index.d.ts +1 -0
  92. package/dist/components/Form/Form.vue.d.ts +56 -0
  93. package/dist/components/Form/index.d.ts +1 -0
  94. package/dist/components/FormLayout/FormLayout.vue.d.ts +36 -0
  95. package/dist/components/FormLayout/index.d.ts +1 -0
  96. package/dist/components/Heading/Heading.vue.d.ts +46 -0
  97. package/dist/components/Heading/index.d.ts +2 -0
  98. package/dist/components/Heading/types.d.ts +2 -0
  99. package/dist/components/Image/Image.vue.d.ts +45 -0
  100. package/dist/components/Image/index.d.ts +1 -0
  101. package/dist/components/InertiaLink/InertiaLink.vue.d.ts +19 -0
  102. package/dist/components/InertiaLink/index.d.ts +1 -0
  103. package/dist/components/InlineError/InlineError.vue.d.ts +21 -0
  104. package/dist/components/InlineError/index.d.ts +1 -0
  105. package/dist/components/InputLabel/InputLabel.vue.d.ts +39 -0
  106. package/dist/components/InputLabel/index.d.ts +1 -0
  107. package/dist/components/KPICard/KPICard.vue.d.ts +36 -0
  108. package/dist/components/KPICard/KPICardSection.vue.d.ts +24 -0
  109. package/dist/components/KPICard/index.d.ts +2 -0
  110. package/dist/components/Legend/Legend.vue.d.ts +9 -0
  111. package/dist/components/Legend/LegendItem.vue.d.ts +22 -0
  112. package/dist/components/Legend/index.d.ts +2 -0
  113. package/dist/components/Link/Link.vue.d.ts +49 -0
  114. package/dist/components/Link/index.d.ts +1 -0
  115. package/dist/components/Navigation/Navigation.vue.d.ts +9 -0
  116. package/dist/components/Navigation/NavigationItem.vue.d.ts +49 -0
  117. package/dist/components/Navigation/NavigationSecondarySection.vue.d.ts +9 -0
  118. package/dist/components/Navigation/NavigationSection.vue.d.ts +38 -0
  119. package/dist/components/Navigation/index.d.ts +4 -0
  120. package/dist/components/Page/Page.vue.d.ts +9 -0
  121. package/dist/components/Page/PageBody.vue.d.ts +26 -0
  122. package/dist/components/Page/PageDescription.vue.d.ts +9 -0
  123. package/dist/components/Page/PageHeader.vue.d.ts +43 -0
  124. package/dist/components/Page/PageTitle.vue.d.ts +9 -0
  125. package/dist/components/Page/index.d.ts +5 -0
  126. package/dist/components/Pagination/Pagination.vue.d.ts +9 -0
  127. package/dist/components/Pagination/PaginationNextButton.vue.d.ts +2 -0
  128. package/dist/components/Pagination/PaginationPreviousButton.vue.d.ts +2 -0
  129. package/dist/components/Pagination/index.d.ts +3 -0
  130. package/dist/components/PinInput/PinInput.vue.d.ts +33 -0
  131. package/dist/components/PinInput/index.d.ts +1 -0
  132. package/dist/components/Popover/Popover.vue.d.ts +25 -0
  133. package/dist/components/Popover/PopoverBody.vue.d.ts +9 -0
  134. package/dist/components/Popover/PopoverTrigger.vue.d.ts +9 -0
  135. package/dist/components/Popover/index.d.ts +3 -0
  136. package/dist/components/Popper/Popper.vue.d.ts +29 -0
  137. package/dist/components/Popper/PopperBody.vue.d.ts +9 -0
  138. package/dist/components/Popper/PopperTrigger.vue.d.ts +9 -0
  139. package/dist/components/Popper/index.d.ts +3 -0
  140. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +50 -0
  141. package/dist/components/ProgressBar/ProgressBarIndicator.vue.d.ts +9 -0
  142. package/dist/components/ProgressBar/index.d.ts +2 -0
  143. package/dist/components/RadioButton/RadioButton.vue.d.ts +45 -0
  144. package/dist/components/RadioButton/index.d.ts +1 -0
  145. package/dist/components/ResourceList/ResourceList.vue.d.ts +9 -0
  146. package/dist/components/ResourceList/ResourceListItem.vue.d.ts +9 -0
  147. package/dist/components/ResourceList/ResourceListItemContent.vue.d.ts +9 -0
  148. package/dist/components/ResourceList/index.d.ts +3 -0
  149. package/dist/components/Select/Select.vue.d.ts +77 -0
  150. package/dist/components/Select/SelectGroup.vue.d.ts +24 -0
  151. package/dist/components/Select/SelectOption.vue.d.ts +24 -0
  152. package/dist/components/Select/index.d.ts +3 -0
  153. package/dist/components/Separator/Separator.vue.d.ts +31 -0
  154. package/dist/components/Separator/index.d.ts +1 -0
  155. package/dist/components/Spinner/Spinner.vue.d.ts +38 -0
  156. package/dist/components/Spinner/index.d.ts +1 -0
  157. package/dist/components/StatusIndicator/StatusIndicator.vue.d.ts +42 -0
  158. package/dist/components/StatusIndicator/index.d.ts +1 -0
  159. package/dist/components/Stepper/Stepper.vue.d.ts +43 -0
  160. package/dist/components/Stepper/index.d.ts +1 -0
  161. package/dist/components/Tabs/TabTrigger.vue.d.ts +38 -0
  162. package/dist/components/Tabs/Tabs.vue.d.ts +9 -0
  163. package/dist/components/Tabs/index.d.ts +2 -0
  164. package/dist/components/Tag/Tag.vue.d.ts +42 -0
  165. package/dist/components/Tag/index.d.ts +1 -0
  166. package/dist/components/TextField/TextField.vue.d.ts +95 -0
  167. package/dist/components/TextField/TextFieldIcon.vue.d.ts +15 -0
  168. package/dist/components/TextField/TextFieldPasswordIcon.vue.d.ts +2 -0
  169. package/dist/components/TextField/TextFieldSearchIcon.vue.d.ts +2 -0
  170. package/dist/components/TextField/index.d.ts +1 -0
  171. package/dist/components/TextStyle/TextStyle.vue.d.ts +24 -0
  172. package/dist/components/TextStyle/index.d.ts +1 -0
  173. package/dist/components/Toast/DismissToastAction.vue.d.ts +35 -0
  174. package/dist/components/Toast/Toast.vue.d.ts +49 -0
  175. package/dist/components/Toast/ToastGroup.vue.d.ts +9 -0
  176. package/dist/components/Toast/index.d.ts +2 -0
  177. package/dist/components/Toggle/Toggle.vue.d.ts +48 -0
  178. package/dist/components/Toggle/index.d.ts +1 -0
  179. package/dist/components/Tooltip/Tooltip.vue.d.ts +24 -0
  180. package/dist/components/Tooltip/index.d.ts +1 -0
  181. package/dist/components/TopBar/TopBar.vue.d.ts +9 -0
  182. package/dist/components/TopBar/TopBarLogo.vue.d.ts +2 -0
  183. package/dist/components/TopBar/TopBarNavigation.vue.d.ts +9 -0
  184. package/dist/components/TopBar/TopBarNavigationItem.vue.d.ts +9 -0
  185. package/dist/components/TopBar/TopBarSearch.vue.d.ts +2 -0
  186. package/dist/components/TopBar/TopBarUserMenu.vue.d.ts +2 -0
  187. package/dist/components/TopBar/index.d.ts +6 -0
  188. package/dist/components/VisuallyHidden/VisuallyHidden.vue.d.ts +9 -0
  189. package/dist/components/VisuallyHidden/index.d.ts +1 -0
  190. package/dist/components/index.d.ts +51 -0
  191. package/dist/components/types.d.ts +5 -0
  192. package/dist/composables/index.d.ts +4 -0
  193. package/dist/composables/useTailwindColor.d.ts +8 -0
  194. package/dist/composables/useTheme.d.ts +12 -0
  195. package/dist/composables/useToastNotifications.d.ts +13 -0
  196. package/dist/composables/useUniqueId.d.ts +1 -0
  197. package/dist/index.d.ts +1 -0
  198. package/package.json +3 -5
@@ -0,0 +1,12 @@
1
+ import type { ComponentMeta } from 'vue-component-meta';
2
+ export interface ComponentApiProps {
3
+ name: ComponentMeta['props'][number]['name'];
4
+ description: ComponentMeta['props'][number]['description'];
5
+ type: ComponentMeta['props'][number]['type'];
6
+ default: ComponentMeta['props'][number]['default'];
7
+ }
8
+ export interface ComponentApi {
9
+ props: ComponentApiProps[];
10
+ events: ComponentMeta['events'];
11
+ slots: ComponentMeta['slots'];
12
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,39 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** The orientation of the accordion. */
3
+ orientation?: "horizontal" | "vertical" | undefined;
4
+ }>, {
5
+ orientation: string;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ /** The orientation of the accordion. */
8
+ orientation?: "horizontal" | "vertical" | undefined;
9
+ }>, {
10
+ orientation: string;
11
+ }>>>, {
12
+ orientation: "horizontal" | "vertical";
13
+ }, {}>, {
14
+ default?(_: {}): any;
15
+ }>;
16
+ export default _default;
17
+
18
+ type __VLS_WithDefaults<P, D> = {
19
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
+ default: D[K];
21
+ }> : P[K];
22
+ };
23
+ type __VLS_Prettify<T> = {
24
+ [K in keyof T]: T[K];
25
+ } & {};
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToOption<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,4 @@
1
+ export { default as Accordion } from './Accordion.vue';
2
+ export { default as AccordionContent } from './AccordionContent.vue';
3
+ export { default as AccordionItem } from './AccordionItem.vue';
4
+ export { default as AccordionTrigger } from './AccordionTrigger.vue';
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,48 @@
1
+ import { ButtonVariant } from '../Button';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ /** Whether the action list item is active. */
4
+ active?: boolean | undefined;
5
+ /** The icon to display next to the action list item. */
6
+ icon: () => void | null;
7
+ variant?: ButtonVariant | undefined;
8
+ }>, {
9
+ active: boolean;
10
+ variant: string;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ /** Whether the action list item is active. */
13
+ active?: boolean | undefined;
14
+ /** The icon to display next to the action list item. */
15
+ icon: () => void | null;
16
+ variant?: ButtonVariant | undefined;
17
+ }>, {
18
+ active: boolean;
19
+ variant: string;
20
+ }>>>, {
21
+ variant: ButtonVariant;
22
+ active: boolean;
23
+ }, {}>, {
24
+ default?(_: {}): any;
25
+ }>;
26
+ export default _default;
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
40
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
+ type __VLS_TypePropsToOption<T> = {
42
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
43
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
44
+ } : {
45
+ type: import('vue').PropType<T[K]>;
46
+ required: true;
47
+ };
48
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,5 @@
1
+ export { default as ActionList } from './ActionList.vue';
2
+ export { default as ActionListBody } from './ActionListBody.vue';
3
+ export { default as ActionListItem } from './ActionListItem.vue';
4
+ export { default as ActionListSection } from './ActionListSection.vue';
5
+ export { default as ActionListTrigger } from './ActionListTrigger.vue';
@@ -0,0 +1,57 @@
1
+ import { AlertVariant } from './types';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ /** Whether the alert is flush to the borders. */
4
+ flush?: boolean | undefined;
5
+ /** Whether the alert can be dismissed. */
6
+ dismissible?: boolean | undefined;
7
+ /** The variant of the alert. */
8
+ variant?: AlertVariant | undefined;
9
+ }>, {
10
+ flush: boolean;
11
+ dismissible: boolean;
12
+ variant: string;
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ dismiss: () => void;
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
16
+ /** Whether the alert is flush to the borders. */
17
+ flush?: boolean | undefined;
18
+ /** Whether the alert can be dismissed. */
19
+ dismissible?: boolean | undefined;
20
+ /** The variant of the alert. */
21
+ variant?: AlertVariant | undefined;
22
+ }>, {
23
+ flush: boolean;
24
+ dismissible: boolean;
25
+ variant: string;
26
+ }>>> & {
27
+ onDismiss?: (() => any) | undefined;
28
+ }, {
29
+ variant: AlertVariant;
30
+ flush: boolean;
31
+ dismissible: boolean;
32
+ }, {}>, {
33
+ default?(_: {}): any;
34
+ }>;
35
+ export default _default;
36
+ type __VLS_WithDefaults<P, D> = {
37
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
+ default: D[K];
39
+ }> : P[K];
40
+ };
41
+ type __VLS_Prettify<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
44
+ type __VLS_WithTemplateSlots<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };
49
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
50
+ type __VLS_TypePropsToOption<T> = {
51
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
52
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
53
+ } : {
54
+ type: import('vue').PropType<T[K]>;
55
+ required: true;
56
+ };
57
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,36 @@
1
+ import { AlertVariant } from './types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ /** The variant of the alert. */
4
+ variant?: AlertVariant | undefined;
5
+ }>, {
6
+ variant: string;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ dismiss: () => void;
9
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
+ /** The variant of the alert. */
11
+ variant?: AlertVariant | undefined;
12
+ }>, {
13
+ variant: string;
14
+ }>>> & {
15
+ onDismiss?: (() => any) | undefined;
16
+ }, {
17
+ variant: AlertVariant;
18
+ }, {}>;
19
+ export default _default;
20
+ type __VLS_WithDefaults<P, D> = {
21
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
22
+ default: D[K];
23
+ }> : P[K];
24
+ };
25
+ type __VLS_Prettify<T> = {
26
+ [K in keyof T]: T[K];
27
+ } & {};
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToOption<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('vue').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
@@ -0,0 +1,4 @@
1
+ export { type AlertVariant } from './types';
2
+ export { default as Alert } from './Alert.vue';
3
+ export { default as AlertDescription } from './AlertDescription.vue';
4
+ export { default as AlertTitle } from './AlertTitle.vue';
@@ -0,0 +1 @@
1
+ export type AlertVariant = 'default' | 'destructive' | 'warning';
@@ -0,0 +1,42 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** Whether the alert dialog is open. */
3
+ open?: boolean | undefined;
4
+ }>, {
5
+ open: boolean;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ cancel: () => void;
8
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
+ /** Whether the alert dialog is open. */
10
+ open?: boolean | undefined;
11
+ }>, {
12
+ open: boolean;
13
+ }>>> & {
14
+ onCancel?: (() => any) | undefined;
15
+ }, {
16
+ open: boolean;
17
+ }, {}>, {
18
+ default?(_: {}): any;
19
+ }>;
20
+ export default _default;
21
+ type __VLS_WithDefaults<P, D> = {
22
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
23
+ default: D[K];
24
+ }> : P[K];
25
+ };
26
+ type __VLS_Prettify<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToOption<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
@@ -0,0 +1,39 @@
1
+ import { type ButtonVariant } from '../Button';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ /** The variant of the button. */
4
+ variant?: ButtonVariant | undefined;
5
+ }>, {
6
+ variant: string;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
+ /** The variant of the button. */
9
+ variant?: ButtonVariant | undefined;
10
+ }>, {
11
+ variant: string;
12
+ }>>>, {
13
+ variant: ButtonVariant;
14
+ }, {}>, {
15
+ default?(_: {}): any;
16
+ }>;
17
+ export default _default;
18
+ type __VLS_WithDefaults<P, D> = {
19
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
+ default: D[K];
21
+ }> : P[K];
22
+ };
23
+ type __VLS_Prettify<T> = {
24
+ [K in keyof T]: T[K];
25
+ } & {};
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToOption<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,8 @@
1
+ export { default as AlertDialog } from './AlertDialog.vue';
2
+ export { default as AlertDialogActionButton } from './AlertDialogActionButton.vue';
3
+ export { default as AlertDialogCancelButton } from './AlertDialogCancelButton.vue';
4
+ export { default as AlertDialogContent } from './AlertDialogContent.vue';
5
+ export { default as AlertDialogDescription } from './AlertDialogDescription.vue';
6
+ export { default as AlertDialogFooter } from './AlertDialogFooter.vue';
7
+ export { default as AlertDialogHeader } from './AlertDialogHeader.vue';
8
+ export { default as AlertDialogTitle } from './AlertDialogTitle.vue';
@@ -0,0 +1,38 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** The aspect ratio of the element. */
3
+ ratio?: number | undefined;
4
+ }>, {
5
+ ratio: number;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ /** The aspect ratio of the element. */
8
+ ratio?: number | undefined;
9
+ }>, {
10
+ ratio: number;
11
+ }>>>, {
12
+ ratio: number;
13
+ }, {}>, {
14
+ default?(_: {}): any;
15
+ }>;
16
+ export default _default;
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToOption<T> = {
32
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
33
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
+ } : {
35
+ type: import('vue').PropType<T[K]>;
36
+ required: true;
37
+ };
38
+ };
@@ -0,0 +1 @@
1
+ export { default as AspectRatio } from './AspectRatio.vue';
@@ -0,0 +1,59 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** The size of the avatar */
3
+ size?: "xl" | "xs" | "sm" | "md" | "lg" | undefined;
4
+ /** The name of the person, company or entity */
5
+ name?: string | undefined;
6
+ /** Initials of person to display. */
7
+ initials?: string | null | undefined;
8
+ /** URL of the avatar image which falls back to initials if the image fails to load. */
9
+ source?: string | undefined;
10
+ /** Accessible label for the avatar image. */
11
+ accessibilityLabel?: string | null | undefined;
12
+ }>, {
13
+ size: string;
14
+ name: undefined;
15
+ initials: null;
16
+ source: undefined;
17
+ accessibilityLabel: null;
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
19
+ /** The size of the avatar */
20
+ size?: "xl" | "xs" | "sm" | "md" | "lg" | undefined;
21
+ /** The name of the person, company or entity */
22
+ name?: string | undefined;
23
+ /** Initials of person to display. */
24
+ initials?: string | null | undefined;
25
+ /** URL of the avatar image which falls back to initials if the image fails to load. */
26
+ source?: string | undefined;
27
+ /** Accessible label for the avatar image. */
28
+ accessibilityLabel?: string | null | undefined;
29
+ }>, {
30
+ size: string;
31
+ name: undefined;
32
+ initials: null;
33
+ source: undefined;
34
+ accessibilityLabel: null;
35
+ }>>>, {
36
+ source: string;
37
+ name: string;
38
+ size: "xl" | "xs" | "sm" | "md" | "lg";
39
+ accessibilityLabel: string | null;
40
+ initials: string | null;
41
+ }, {}>;
42
+ export default _default;
43
+ type __VLS_WithDefaults<P, D> = {
44
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
45
+ default: D[K];
46
+ }> : P[K];
47
+ };
48
+ type __VLS_Prettify<T> = {
49
+ [K in keyof T]: T[K];
50
+ } & {};
51
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
52
+ type __VLS_TypePropsToOption<T> = {
53
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
54
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
55
+ } : {
56
+ type: import('vue').PropType<T[K]>;
57
+ required: true;
58
+ };
59
+ };
@@ -0,0 +1 @@
1
+ export { default as Avatar } from './Avatar.vue';
@@ -0,0 +1,49 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** Accessible label for the avatar image. */
3
+ accessibilityLabel?: string | null | undefined;
4
+ /** The color of the badge. */
5
+ color: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "lightBlue" | "warmGray" | "trueGray" | "coolGray" | "blueGray";
6
+ /** The size of the badge */
7
+ size?: "xl" | "sm" | "md" | "lg" | undefined;
8
+ }>, {
9
+ accessibilityLabel: null;
10
+ size: string;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ /** Accessible label for the avatar image. */
13
+ accessibilityLabel?: string | null | undefined;
14
+ /** The color of the badge. */
15
+ color: "slate" | "gray" | "zinc" | "neutral" | "stone" | "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "lightBlue" | "warmGray" | "trueGray" | "coolGray" | "blueGray";
16
+ /** The size of the badge */
17
+ size?: "xl" | "sm" | "md" | "lg" | undefined;
18
+ }>, {
19
+ accessibilityLabel: null;
20
+ size: string;
21
+ }>>>, {
22
+ size: "xl" | "sm" | "md" | "lg";
23
+ accessibilityLabel: string | null;
24
+ }, {}>, {
25
+ default?(_: {}): any;
26
+ }>;
27
+ export default _default;
28
+ type __VLS_WithDefaults<P, D> = {
29
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
+ default: D[K];
31
+ }> : P[K];
32
+ };
33
+ type __VLS_Prettify<T> = {
34
+ [K in keyof T]: T[K];
35
+ } & {};
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
41
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
+ type __VLS_TypePropsToOption<T> = {
43
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
44
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
45
+ } : {
46
+ type: import('vue').PropType<T[K]>;
47
+ required: true;
48
+ };
49
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };