@returnless/focus-ui 0.0.41 → 0.0.43

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