@returnless/focus-ui 0.0.8 → 0.0.9

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 (206) 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 +39 -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 +63 -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 +25 -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/DataList/DataList.vue.d.ts +36 -0
  67. package/dist/components/DataList/DataListContent.vue.d.ts +9 -0
  68. package/dist/components/DataList/DataListItem.vue.d.ts +9 -0
  69. package/dist/components/DataList/DataListItemLine.vue.d.ts +9 -0
  70. package/dist/components/DataList/index.d.ts +4 -0
  71. package/dist/components/DatePicker/DatePicker.vue.d.ts +35 -0
  72. package/dist/components/DatePicker/DatePickerCard.vue.d.ts +9 -0
  73. package/dist/components/DatePicker/index.d.ts +2 -0
  74. package/dist/components/DescriptionList/DescriptionList.vue.d.ts +38 -0
  75. package/dist/components/DescriptionList/DescriptionListDescription.vue.d.ts +9 -0
  76. package/dist/components/DescriptionList/DescriptionListItem.vue.d.ts +9 -0
  77. package/dist/components/DescriptionList/DescriptionListTerm.vue.d.ts +9 -0
  78. package/dist/components/DescriptionList/index.d.ts +4 -0
  79. package/dist/components/Dialog/index.d.ts +0 -0
  80. package/dist/components/DropZone/DropZone.vue.d.ts +45 -0
  81. package/dist/components/DropZone/index.d.ts +1 -0
  82. package/dist/components/EmptyState/EmptyState.vue.d.ts +9 -0
  83. package/dist/components/EmptyState/EmptyStateActions.vue.d.ts +9 -0
  84. package/dist/components/EmptyState/EmptyStateContent.vue.d.ts +9 -0
  85. package/dist/components/EmptyState/EmptyStateDescription.vue.d.ts +9 -0
  86. package/dist/components/EmptyState/EmptyStateTitle.vue.d.ts +9 -0
  87. package/dist/components/EmptyState/index.d.ts +5 -0
  88. package/dist/components/Feed/Feed.vue.d.ts +9 -0
  89. package/dist/components/Feed/FeedItem.vue.d.ts +9 -0
  90. package/dist/components/Feed/FeedItemBlock.vue.d.ts +9 -0
  91. package/dist/components/Feed/FeedItemDateIndicator.vue.d.ts +9 -0
  92. package/dist/components/Feed/FeedItemIcon.vue.d.ts +32 -0
  93. package/dist/components/Feed/FeedItemSimple.vue.d.ts +9 -0
  94. package/dist/components/Feed/index.d.ts +6 -0
  95. package/dist/components/FileUploadButton/FileUploadButton.vue.d.ts +50 -0
  96. package/dist/components/FileUploadButton/index.d.ts +1 -0
  97. package/dist/components/Form/Form.vue.d.ts +56 -0
  98. package/dist/components/Form/index.d.ts +1 -0
  99. package/dist/components/FormLayout/FormLayout.vue.d.ts +36 -0
  100. package/dist/components/FormLayout/index.d.ts +1 -0
  101. package/dist/components/Heading/Heading.vue.d.ts +46 -0
  102. package/dist/components/Heading/index.d.ts +2 -0
  103. package/dist/components/Heading/types.d.ts +2 -0
  104. package/dist/components/Image/Image.vue.d.ts +45 -0
  105. package/dist/components/Image/index.d.ts +1 -0
  106. package/dist/components/InertiaLink/InertiaLink.vue.d.ts +19 -0
  107. package/dist/components/InertiaLink/index.d.ts +1 -0
  108. package/dist/components/InlineError/InlineError.vue.d.ts +21 -0
  109. package/dist/components/InlineError/index.d.ts +1 -0
  110. package/dist/components/InputLabel/InputLabel.vue.d.ts +39 -0
  111. package/dist/components/InputLabel/index.d.ts +1 -0
  112. package/dist/components/KPICard/KPICard.vue.d.ts +36 -0
  113. package/dist/components/KPICard/KPICardSection.vue.d.ts +24 -0
  114. package/dist/components/KPICard/index.d.ts +2 -0
  115. package/dist/components/Legend/Legend.vue.d.ts +9 -0
  116. package/dist/components/Legend/LegendItem.vue.d.ts +22 -0
  117. package/dist/components/Legend/index.d.ts +2 -0
  118. package/dist/components/Link/Link.vue.d.ts +49 -0
  119. package/dist/components/Link/index.d.ts +1 -0
  120. package/dist/components/Navigation/Navigation.vue.d.ts +9 -0
  121. package/dist/components/Navigation/NavigationItem.vue.d.ts +49 -0
  122. package/dist/components/Navigation/NavigationSecondarySection.vue.d.ts +9 -0
  123. package/dist/components/Navigation/NavigationSection.vue.d.ts +38 -0
  124. package/dist/components/Navigation/index.d.ts +4 -0
  125. package/dist/components/Page/Page.vue.d.ts +9 -0
  126. package/dist/components/Page/PageBody.vue.d.ts +26 -0
  127. package/dist/components/Page/PageDescription.vue.d.ts +9 -0
  128. package/dist/components/Page/PageHeader.vue.d.ts +43 -0
  129. package/dist/components/Page/PageTitle.vue.d.ts +9 -0
  130. package/dist/components/Page/index.d.ts +5 -0
  131. package/dist/components/Pagination/Pagination.vue.d.ts +9 -0
  132. package/dist/components/Pagination/PaginationNextButton.vue.d.ts +2 -0
  133. package/dist/components/Pagination/PaginationPreviousButton.vue.d.ts +2 -0
  134. package/dist/components/Pagination/index.d.ts +3 -0
  135. package/dist/components/PinInput/PinInput.vue.d.ts +33 -0
  136. package/dist/components/PinInput/index.d.ts +1 -0
  137. package/dist/components/Popover/Popover.vue.d.ts +25 -0
  138. package/dist/components/Popover/PopoverBody.vue.d.ts +9 -0
  139. package/dist/components/Popover/PopoverTrigger.vue.d.ts +9 -0
  140. package/dist/components/Popover/index.d.ts +3 -0
  141. package/dist/components/Popper/Popper.vue.d.ts +29 -0
  142. package/dist/components/Popper/PopperBody.vue.d.ts +9 -0
  143. package/dist/components/Popper/PopperTrigger.vue.d.ts +9 -0
  144. package/dist/components/Popper/index.d.ts +3 -0
  145. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +50 -0
  146. package/dist/components/ProgressBar/ProgressBarIndicator.vue.d.ts +9 -0
  147. package/dist/components/ProgressBar/index.d.ts +2 -0
  148. package/dist/components/RadioButton/RadioButton.vue.d.ts +45 -0
  149. package/dist/components/RadioButton/index.d.ts +1 -0
  150. package/dist/components/ResourceList/ResourceList.vue.d.ts +9 -0
  151. package/dist/components/ResourceList/ResourceListItem.vue.d.ts +9 -0
  152. package/dist/components/ResourceList/ResourceListItemContent.vue.d.ts +9 -0
  153. package/dist/components/ResourceList/index.d.ts +3 -0
  154. package/dist/components/Select/Select.vue.d.ts +77 -0
  155. package/dist/components/Select/SelectGroup.vue.d.ts +24 -0
  156. package/dist/components/Select/SelectOption.vue.d.ts +24 -0
  157. package/dist/components/Select/index.d.ts +3 -0
  158. package/dist/components/Separator/Separator.vue.d.ts +31 -0
  159. package/dist/components/Separator/index.d.ts +1 -0
  160. package/dist/components/Spinner/Spinner.vue.d.ts +38 -0
  161. package/dist/components/Spinner/index.d.ts +1 -0
  162. package/dist/components/StatusIndicator/StatusIndicator.vue.d.ts +49 -0
  163. package/dist/components/StatusIndicator/index.d.ts +1 -0
  164. package/dist/components/Stepper/Stepper.vue.d.ts +43 -0
  165. package/dist/components/Stepper/index.d.ts +1 -0
  166. package/dist/components/Tabs/TabTrigger.vue.d.ts +38 -0
  167. package/dist/components/Tabs/Tabs.vue.d.ts +9 -0
  168. package/dist/components/Tabs/index.d.ts +2 -0
  169. package/dist/components/Tag/Tag.vue.d.ts +46 -0
  170. package/dist/components/Tag/index.d.ts +1 -0
  171. package/dist/components/TextField/TextField.vue.d.ts +95 -0
  172. package/dist/components/TextField/TextFieldIcon.vue.d.ts +15 -0
  173. package/dist/components/TextField/TextFieldPasswordIcon.vue.d.ts +2 -0
  174. package/dist/components/TextField/TextFieldSearchIcon.vue.d.ts +2 -0
  175. package/dist/components/TextField/index.d.ts +1 -0
  176. package/dist/components/TextStyle/TextStyle.vue.d.ts +24 -0
  177. package/dist/components/TextStyle/index.d.ts +1 -0
  178. package/dist/components/Toast/DismissToastAction.vue.d.ts +35 -0
  179. package/dist/components/Toast/Toast.vue.d.ts +49 -0
  180. package/dist/components/Toast/ToastGroup.vue.d.ts +9 -0
  181. package/dist/components/Toast/index.d.ts +2 -0
  182. package/dist/components/Toggle/Toggle.vue.d.ts +48 -0
  183. package/dist/components/Toggle/index.d.ts +1 -0
  184. package/dist/components/Tooltip/Tooltip.vue.d.ts +24 -0
  185. package/dist/components/Tooltip/index.d.ts +1 -0
  186. package/dist/components/TopBar/TopBar.vue.d.ts +9 -0
  187. package/dist/components/TopBar/TopBarLogo.vue.d.ts +2 -0
  188. package/dist/components/TopBar/TopBarNavigation.vue.d.ts +9 -0
  189. package/dist/components/TopBar/TopBarNavigationItem.vue.d.ts +9 -0
  190. package/dist/components/TopBar/TopBarSearch.vue.d.ts +2 -0
  191. package/dist/components/TopBar/TopBarUserMenu.vue.d.ts +2 -0
  192. package/dist/components/TopBar/index.d.ts +6 -0
  193. package/dist/components/VisuallyHidden/VisuallyHidden.vue.d.ts +9 -0
  194. package/dist/components/VisuallyHidden/index.d.ts +1 -0
  195. package/dist/components/index.d.ts +52 -0
  196. package/dist/components/types.d.ts +5 -0
  197. package/dist/composables/index.d.ts +4 -0
  198. package/dist/composables/useTailwindColor.d.ts +8 -0
  199. package/dist/composables/useTheme.d.ts +12 -0
  200. package/dist/composables/useToastNotifications.d.ts +13 -0
  201. package/dist/composables/useUniqueId.d.ts +1 -0
  202. package/dist/focus-ui.js +10984 -0
  203. package/dist/focus-ui.umd.cjs +26 -0
  204. package/dist/index.d.ts +2 -0
  205. package/dist/style.css +1 -0
  206. package/package.json +2 -1
@@ -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
+ };
@@ -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,3 @@
1
+ export { default as Badge } from './Badge.vue';
2
+ export { default as BadgeContent } from './BadgeContent.vue';
3
+ export { default as BadgeIcon } from './BadgeIcon.vue';
@@ -0,0 +1,27 @@
1
+ import { TailwindColor } from '../../composables';
2
+ type DataPoint = {
3
+ label: string;
4
+ value: number;
5
+ color: TailwindColor;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
8
+ /** The data points to display */
9
+ dataPoints: DataPoint[];
10
+ /** The height of the chart */
11
+ height: number;
12
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
13
+ /** The data points to display */
14
+ dataPoints: DataPoint[];
15
+ /** The height of the chart */
16
+ height: number;
17
+ }>>>, {}, {}>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToOption<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
@@ -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,27 @@
1
+ import { TailwindColor } from '../../composables';
2
+ type DataPointStack = {
3
+ label: string;
4
+ dataPoints: DataPoint[];
5
+ };
6
+ type DataPoint = {
7
+ label: string;
8
+ value: number;
9
+ color: TailwindColor;
10
+ };
11
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
12
+ dataPoints: DataPointStack[];
13
+ height: number;
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
15
+ dataPoints: DataPointStack[];
16
+ height: number;
17
+ }>>>, {}, {}>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToOption<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
@@ -0,0 +1,3 @@
1
+ export { default as BarChart } from './BarChart.vue';
2
+ export { default as BarChartContainer } from './BarChartContainer.vue';
3
+ export { default as BarChartStacked } from './BarChartStacked.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,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -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,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export { default as Breadcrumb } from './Breadcrumb.vue';
2
+ export { default as BreadcrumbEllipsis } from './BreadcrumbEllipsis.vue';
3
+ export { default as BreadcrumbItem } from './BreadcrumbItem.vue';
4
+ export { default as BreadcrumbLink } from './BreadcrumbLink.vue';
5
+ export { default as BreadcrumbList } from './BreadcrumbList.vue';
6
+ export { default as BreadcrumbPage } from './BreadcrumbPage.vue';
7
+ export { default as BreadcrumbSeparator } from './BreadcrumbSeparator.vue';
@@ -0,0 +1,63 @@
1
+ import { ButtonProps } from './types';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, {
3
+ disabled: boolean;
4
+ disclosure: boolean;
5
+ external: boolean;
6
+ fullWidth: boolean;
7
+ href: null;
8
+ iconOnly: boolean;
9
+ loading: boolean;
10
+ size: string;
11
+ type: string;
12
+ variant: string;
13
+ native: boolean;
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, {
15
+ disabled: boolean;
16
+ disclosure: boolean;
17
+ external: boolean;
18
+ fullWidth: boolean;
19
+ href: null;
20
+ iconOnly: boolean;
21
+ loading: boolean;
22
+ size: string;
23
+ type: string;
24
+ variant: string;
25
+ native: boolean;
26
+ }>>>, {
27
+ type: "button" | "reset" | "submit";
28
+ variant: import("./types").ButtonVariant;
29
+ href: string | null;
30
+ disabled: boolean;
31
+ disclosure: boolean;
32
+ external: boolean;
33
+ fullWidth: boolean;
34
+ iconOnly: boolean;
35
+ loading: boolean;
36
+ native: boolean;
37
+ size: "small" | "normal";
38
+ }, {}>, {
39
+ default?(_: {}): any;
40
+ }>;
41
+ export default _default;
42
+ type __VLS_WithDefaults<P, D> = {
43
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
+ default: D[K];
45
+ }> : P[K];
46
+ };
47
+ type __VLS_Prettify<T> = {
48
+ [K in keyof T]: T[K];
49
+ } & {};
50
+ type __VLS_WithTemplateSlots<T, S> = T & {
51
+ new (): {
52
+ $slots: S;
53
+ };
54
+ };
55
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
56
+ type __VLS_TypePropsToOption<T> = {
57
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
58
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
59
+ } : {
60
+ type: import('vue').PropType<T[K]>;
61
+ required: true;
62
+ };
63
+ };
@@ -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,45 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** The alt text for the icon */
3
+ alt?: string | undefined;
4
+ /** The name of the icon to display */
5
+ name?: (() => void) | null | undefined;
6
+ /** The source of the icon to display */
7
+ source?: string | null | undefined;
8
+ }>, {
9
+ alt: undefined;
10
+ name: null;
11
+ source: null;
12
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
13
+ /** The alt text for the icon */
14
+ alt?: string | undefined;
15
+ /** The name of the icon to display */
16
+ name?: (() => void) | null | undefined;
17
+ /** The source of the icon to display */
18
+ source?: string | null | undefined;
19
+ }>, {
20
+ alt: undefined;
21
+ name: null;
22
+ source: null;
23
+ }>>>, {
24
+ source: string | null;
25
+ name: (() => void) | null;
26
+ alt: string;
27
+ }, {}>;
28
+ export default _default;
29
+ type __VLS_WithDefaults<P, D> = {
30
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
+ default: D[K];
32
+ }> : P[K];
33
+ };
34
+ type __VLS_Prettify<T> = {
35
+ [K in keyof T]: T[K];
36
+ } & {};
37
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
38
+ type __VLS_TypePropsToOption<T> = {
39
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
40
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
41
+ } : {
42
+ type: import('vue').PropType<T[K]>;
43
+ required: true;
44
+ };
45
+ };
@@ -0,0 +1,4 @@
1
+ export { type ButtonVariant, type ButtonProps } from './types';
2
+ export { default as Button } from './Button.vue';
3
+ export { default as ButtonContent } from './ButtonContent.vue';
4
+ export { default as ButtonIcon } from './ButtonIcon.vue';
@@ -0,0 +1,25 @@
1
+ export type ButtonVariant = 'primary' | 'secondary' | 'destructive' | 'ghost';
2
+ export interface ButtonProps {
3
+ /** Whether the button is disabled. */
4
+ disabled?: boolean;
5
+ /** Displays the button with a disclosure icon. Defaults to `down` when set to true. */
6
+ disclosure?: boolean;
7
+ /** Whether the button should open the link in a new tab. */
8
+ external?: boolean;
9
+ /** Whether the button should span the full width of its parent. (INTERNAL USE ONLY) */
10
+ fullWidth?: boolean;
11
+ /** The URL the button should navigate to. */
12
+ href?: string | null;
13
+ /** If the icon is the only thing rendered in the button. */
14
+ iconOnly?: boolean;
15
+ /** Whether the button is in a loading state. */
16
+ loading?: boolean;
17
+ /** When set to true, the button will be rendered as anchor tag. Otherwise, a InertiaLink will be used for links. */
18
+ native?: boolean;
19
+ /** The button size. (INTERNAL USE ONLY) */
20
+ size?: 'small' | 'normal';
21
+ /** The type of the button. */
22
+ type?: 'button' | 'reset' | 'submit';
23
+ /** The variant of the button. */
24
+ variant?: ButtonVariant;
25
+ }
@@ -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 @@
1
+ export { default as ButtonGroup } from './ButtonGroup.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,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,22 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ href: string;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
+ href: string;
5
+ }>>>, {}, {}>, {
6
+ default?(_: {}): any;
7
+ }>;
8
+ export default _default;
9
+ type __VLS_WithTemplateSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
14
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
+ type __VLS_TypePropsToOption<T> = {
16
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
17
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
+ } : {
19
+ type: import('vue').PropType<T[K]>;
20
+ required: true;
21
+ };
22
+ };
@@ -0,0 +1,36 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ flush?: boolean | undefined;
3
+ }>, {
4
+ flush: boolean;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ flush?: boolean | undefined;
7
+ }>, {
8
+ flush: boolean;
9
+ }>>>, {
10
+ flush: boolean;
11
+ }, {}>, {
12
+ default?(_: {}): any;
13
+ }>;
14
+ export default _default;
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
20
+ type __VLS_Prettify<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
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,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,7 @@
1
+ export { default as Card } from './Card.vue';
2
+ export { default as CardDescription } from './CardDescription.vue';
3
+ export { default as CardFooter } from './CardFooter.vue';
4
+ export { default as CardHeader } from './CardHeader.vue';
5
+ export { default as CardHelp } from './CardHelp.vue';
6
+ export { default as CardSection } from './CardSection.vue';
7
+ export { default as CardTitle } from './CardTitle.vue';
@@ -0,0 +1,50 @@
1
+ declare let __VLS_typeProps: {
2
+ /** The help text to display with the checkbox. */
3
+ helpText?: string | null;
4
+ /** The ID of the checkbox. */
5
+ id?: string | null;
6
+ /** The label for the checkbox. */
7
+ label: string;
8
+ /** Whether the label is hidden. */
9
+ labelHidden?: boolean;
10
+ /** The value of the checkbox. */
11
+ value: any;
12
+ };
13
+ type __VLS_PublicProps = {
14
+ modelValue?: boolean | boolean[];
15
+ } & typeof __VLS_typeProps;
16
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
17
+ id: null;
18
+ helpText: null;
19
+ labelHidden: boolean;
20
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ "update:modelValue": (modelValue: boolean | boolean[]) => void;
22
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
23
+ id: null;
24
+ helpText: null;
25
+ labelHidden: boolean;
26
+ }>>> & {
27
+ "onUpdate:modelValue"?: ((modelValue: boolean | boolean[]) => any) | undefined;
28
+ }, {
29
+ id: string | null;
30
+ labelHidden: boolean;
31
+ helpText: string | null;
32
+ }, {}>;
33
+ export default _default;
34
+ type __VLS_WithDefaults<P, D> = {
35
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
+ default: D[K];
37
+ }> : P[K];
38
+ };
39
+ type __VLS_Prettify<T> = {
40
+ [K in keyof T]: T[K];
41
+ } & {};
42
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
+ type __VLS_TypePropsToOption<T> = {
44
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
45
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
+ } : {
47
+ type: import('vue').PropType<T[K]>;
48
+ required: true;
49
+ };
50
+ };
@@ -0,0 +1 @@
1
+ export { default as Checkbox } from './Checkbox.vue';
@@ -0,0 +1,36 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ sortable: boolean;
3
+ }>, {
4
+ sortable: boolean;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ sortable: boolean;
7
+ }>, {
8
+ sortable: boolean;
9
+ }>>>, {
10
+ sortable: boolean;
11
+ }, {}>, {
12
+ default?(_: {}): any;
13
+ }>;
14
+ export default _default;
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
20
+ type __VLS_Prettify<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
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,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 DataList } from './DataList.vue';
2
+ export { default as DataListContent } from './DataListContent.vue';
3
+ export { default as DataListItem } from './DataListItem.vue';
4
+ export { default as DataListItemLine } from './DataListItemLine.vue';