@returnless/focus-ui 0.0.8 → 0.0.10

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,50 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** The color of the progress-bar. */
3
+ 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" | undefined;
4
+ /** The value of the progress bar. */
5
+ value: number;
6
+ /** The position of the indicator relative to the progress bar. */
7
+ indicatorPosition?: "above" | "below" | null | undefined;
8
+ }>, {
9
+ color: string;
10
+ indicatorPosition: null;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ /** The color of the progress-bar. */
13
+ 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" | undefined;
14
+ /** The value of the progress bar. */
15
+ value: number;
16
+ /** The position of the indicator relative to the progress bar. */
17
+ indicatorPosition?: "above" | "below" | null | undefined;
18
+ }>, {
19
+ color: string;
20
+ indicatorPosition: null;
21
+ }>>>, {
22
+ 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";
23
+ indicatorPosition: "above" | "below" | null;
24
+ }, {}>, {
25
+ default?(_: {}): any;
26
+ default?(_: {}): any;
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_WithTemplateSlots<T, S> = T & {
38
+ new (): {
39
+ $slots: S;
40
+ };
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,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
+ export { default as ProgressBar } from './ProgressBar.vue';
2
+ export { default as ProgressBarIndicator } from './ProgressBarIndicator.vue';
@@ -0,0 +1,45 @@
1
+ declare let __VLS_typeProps: {
2
+ /** The help text to display with the radioButton. */
3
+ helpText?: string | null;
4
+ /** The ID of the radioButton. */
5
+ id?: string | null;
6
+ /** The label for the radioButton. */
7
+ label: string;
8
+ /** The value of the radioButton. */
9
+ value: any;
10
+ };
11
+ type __VLS_PublicProps = {
12
+ modelValue?: boolean;
13
+ } & typeof __VLS_typeProps;
14
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
15
+ id: null;
16
+ helpText: null;
17
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ "update:modelValue": (modelValue: boolean) => void;
19
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
20
+ id: null;
21
+ helpText: null;
22
+ }>>> & {
23
+ "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
24
+ }, {
25
+ id: string | null;
26
+ helpText: string | null;
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 @@
1
+ export { default as RadioButton } from './RadioButton.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,3 @@
1
+ export { default as ResourceList } from './ResourceList.vue';
2
+ export { default as ResourceListItem } from './ResourceListItem.vue';
3
+ export { default as ResourceListItemContent } from './ResourceListItemContent.vue';
@@ -0,0 +1,77 @@
1
+ declare let __VLS_typeProps: {
2
+ /** Whether the input is disabled. */
3
+ disabled?: boolean;
4
+ /** The help text to display below the input. */
5
+ helpText?: string | null;
6
+ /** The ID of the input the label is associated with. */
7
+ id?: string | null;
8
+ /** The label text. */
9
+ label: string;
10
+ /** Whether the label is hidden. */
11
+ labelHidden?: boolean;
12
+ /** The name of the input. */
13
+ name: string;
14
+ /** The placeholder text. */
15
+ placeholder?: string | null;
16
+ /** Whether the input is read-only. */
17
+ readonly?: boolean;
18
+ /** Whether the input is required. */
19
+ required?: boolean;
20
+ };
21
+ type __VLS_PublicProps = {
22
+ modelValue?: string | null;
23
+ } & typeof __VLS_typeProps;
24
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
25
+ disabled: boolean;
26
+ helpText: null;
27
+ id: null;
28
+ labelHidden: boolean;
29
+ placeholder: null;
30
+ readonly: boolean;
31
+ required: boolean;
32
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
+ "update:modelValue": (modelValue: string | null) => void;
34
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
35
+ disabled: boolean;
36
+ helpText: null;
37
+ id: null;
38
+ labelHidden: boolean;
39
+ placeholder: null;
40
+ readonly: boolean;
41
+ required: boolean;
42
+ }>>> & {
43
+ "onUpdate:modelValue"?: ((modelValue: string | null) => any) | undefined;
44
+ }, {
45
+ readonly: boolean;
46
+ id: string | null;
47
+ required: boolean;
48
+ disabled: boolean;
49
+ labelHidden: boolean;
50
+ helpText: string | null;
51
+ placeholder: string | null;
52
+ }, {}>, {
53
+ default?(_: {}): any;
54
+ }>;
55
+ export default _default;
56
+ type __VLS_WithDefaults<P, D> = {
57
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
58
+ default: D[K];
59
+ }> : P[K];
60
+ };
61
+ type __VLS_Prettify<T> = {
62
+ [K in keyof T]: T[K];
63
+ } & {};
64
+ type __VLS_WithTemplateSlots<T, S> = T & {
65
+ new (): {
66
+ $slots: S;
67
+ };
68
+ };
69
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
70
+ type __VLS_TypePropsToOption<T> = {
71
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
72
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
73
+ } : {
74
+ type: import('vue').PropType<T[K]>;
75
+ required: true;
76
+ };
77
+ };
@@ -0,0 +1,24 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ /** The label of the group */
3
+ label: string;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
5
+ /** The label of the group */
6
+ label: string;
7
+ }>>>, {}, {}>, {
8
+ default?(_: {}): any;
9
+ }>;
10
+ export default _default;
11
+ type __VLS_WithTemplateSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToOption<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
@@ -0,0 +1,24 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ /** The label of the group */
3
+ value: string | number;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
5
+ /** The label of the group */
6
+ value: string | number;
7
+ }>>>, {}, {}>, {
8
+ default?(_: {}): any;
9
+ }>;
10
+ export default _default;
11
+ type __VLS_WithTemplateSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToOption<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
@@ -0,0 +1,3 @@
1
+ export { default as Select } from './Select.vue';
2
+ export { default as SelectGroup } from './SelectGroup.vue';
3
+ export { default as SelectOption } from './SelectOption.vue';
@@ -0,0 +1,31 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** The label to display in the separator. */
3
+ label?: string | null | undefined;
4
+ }>, {
5
+ label: null;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ /** The label to display in the separator. */
8
+ label?: string | null | undefined;
9
+ }>, {
10
+ label: null;
11
+ }>>>, {
12
+ label: string | null;
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_NonUndefinedable<T> = T extends undefined ? never : T;
24
+ type __VLS_TypePropsToOption<T> = {
25
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
26
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
+ } : {
28
+ type: import('vue').PropType<T[K]>;
29
+ required: true;
30
+ };
31
+ };
@@ -0,0 +1 @@
1
+ export { default as Separator } from './Separator.vue';
@@ -0,0 +1,38 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** Accessible label for the spinner. */
3
+ accessibilityLabel?: string | undefined;
4
+ /** Allows the component to apply the correct accessibility roles based on focus. */
5
+ hasFocusableParent?: boolean | undefined;
6
+ }>, {
7
+ accessibilityLabel: undefined;
8
+ hasFocusableParent: boolean;
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
+ /** Accessible label for the spinner. */
11
+ accessibilityLabel?: string | undefined;
12
+ /** Allows the component to apply the correct accessibility roles based on focus. */
13
+ hasFocusableParent?: boolean | undefined;
14
+ }>, {
15
+ accessibilityLabel: undefined;
16
+ hasFocusableParent: boolean;
17
+ }>>>, {
18
+ accessibilityLabel: string;
19
+ hasFocusableParent: boolean;
20
+ }, {}>;
21
+ export default _default;
22
+ type __VLS_WithDefaults<P, D> = {
23
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
+ default: D[K];
25
+ }> : P[K];
26
+ };
27
+ type __VLS_Prettify<T> = {
28
+ [K in keyof T]: T[K];
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 Spinner } from './Spinner.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 status-indicator. */
7
+ size: "default" | "small";
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 status-indicator. */
17
+ size: "default" | "small";
18
+ }>, {
19
+ accessibilityLabel: null;
20
+ size: string;
21
+ }>>>, {
22
+ size: "default" | "small";
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 @@
1
+ export { default as StatusIndicator } from './StatusIndicator.vue';
@@ -0,0 +1,43 @@
1
+ declare let __VLS_typeProps: {
2
+ /** The label for the stepper. */
3
+ label: string;
4
+ /** The maximum value of the stepper. */
5
+ max: number;
6
+ /** The minimum value of the stepper. */
7
+ min: number;
8
+ };
9
+ type __VLS_PublicProps = {
10
+ modelValue?: number;
11
+ } & typeof __VLS_typeProps;
12
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
13
+ min: undefined;
14
+ max: undefined;
15
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ "update:modelValue": (modelValue: number) => void;
17
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
18
+ min: undefined;
19
+ max: undefined;
20
+ }>>> & {
21
+ "onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
22
+ }, {
23
+ max: number;
24
+ min: number;
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_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToOption<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import('vue').PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
@@ -0,0 +1 @@
1
+ export { default as Stepper } from './Stepper.vue';
@@ -0,0 +1,38 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ /** Whether the tab item is active */
3
+ active?: boolean | undefined;
4
+ }>, {
5
+ active: boolean;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ /** Whether the tab item is active */
8
+ active?: boolean | undefined;
9
+ }>, {
10
+ active: boolean;
11
+ }>>>, {
12
+ active: boolean;
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,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
+ export { default as Tabs } from './Tabs.vue';
2
+ export { default as TabTrigger } from './TabTrigger.vue';
@@ -0,0 +1,46 @@
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
+ }>, {
7
+ accessibilityLabel: null;
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ remove: () => void;
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
11
+ /** Accessible label for the avatar image. */
12
+ accessibilityLabel?: string | null | undefined;
13
+ /** The color of the badge. */
14
+ 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";
15
+ }>, {
16
+ accessibilityLabel: null;
17
+ }>>> & {
18
+ onRemove?: (() => any) | undefined;
19
+ }, {
20
+ accessibilityLabel: string | null;
21
+ }, {}>, {
22
+ default?(_: {}): any;
23
+ }>;
24
+ export default _default;
25
+ type __VLS_WithDefaults<P, D> = {
26
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
+ default: D[K];
28
+ }> : P[K];
29
+ };
30
+ type __VLS_Prettify<T> = {
31
+ [K in keyof T]: T[K];
32
+ } & {};
33
+ type __VLS_WithTemplateSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
38
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
+ type __VLS_TypePropsToOption<T> = {
40
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
41
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
+ } : {
43
+ type: import('vue').PropType<T[K]>;
44
+ required: true;
45
+ };
46
+ };
@@ -0,0 +1 @@
1
+ export { default as Tag } from './Tag.vue';