@returnless/focus-ui 0.0.40 → 0.0.42
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.
- package/dist/focus-ui.js +4702 -4607
- package/dist/focus-ui.umd.cjs +26 -26
- package/dist/src/components/Accordion/Accordion.vue.d.ts +8 -9
- package/dist/src/components/Accordion/AccordionContent.vue.d.ts +2 -1
- package/dist/src/components/Accordion/AccordionItem.vue.d.ts +3 -2
- package/dist/src/components/Accordion/AccordionTrigger.vue.d.ts +3 -2
- package/dist/src/components/Accordion/stories/Accordion.vue.d.ts +1 -1
- package/dist/src/components/ActionList/ActionList.vue.d.ts +8 -9
- package/dist/src/components/ActionList/ActionListBody.vue.d.ts +3 -2
- package/dist/src/components/ActionList/ActionListItem.vue.d.ts +11 -15
- package/dist/src/components/ActionList/ActionListSection.vue.d.ts +3 -2
- package/dist/src/components/ActionList/ActionListTrigger.vue.d.ts +3 -2
- package/dist/src/components/Alert/Alert.vue.d.ts +12 -17
- package/dist/src/components/Alert/AlertDescription.vue.d.ts +3 -2
- package/dist/src/components/Alert/AlertTitle.vue.d.ts +3 -2
- package/dist/src/components/Alert/DismissableAlertButton.vue.d.ts +5 -7
- package/dist/src/components/AlertDialog/AlertDialog.vue.d.ts +8 -9
- package/dist/src/components/AlertDialog/AlertDialogActionButton.vue.d.ts +7 -8
- package/dist/src/components/AlertDialog/AlertDialogCancelButton.vue.d.ts +2 -1
- package/dist/src/components/AlertDialog/AlertDialogContent.vue.d.ts +3 -2
- package/dist/src/components/AlertDialog/AlertDialogDescription.vue.d.ts +3 -2
- package/dist/src/components/AlertDialog/AlertDialogFooter.vue.d.ts +3 -2
- package/dist/src/components/AlertDialog/AlertDialogHeader.vue.d.ts +3 -2
- package/dist/src/components/AlertDialog/AlertDialogTitle.vue.d.ts +2 -1
- package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +9 -10
- package/dist/src/components/AspectRatio/stories/AspectRatio.vue.d.ts +1 -1
- package/dist/src/components/Autocomplete/Autocomplete.vue.d.ts +7 -6
- package/dist/src/components/Autocomplete/AutocompleteGroup.vue.d.ts +6 -6
- package/dist/src/components/Autocomplete/AutocompleteItem.vue.d.ts +2 -1
- package/dist/src/components/Avatar/Avatar.vue.d.ts +5 -15
- package/dist/src/components/Avatar/stories/Avatar.vue.d.ts +1 -1
- package/dist/src/components/Badge/Badge.vue.d.ts +12 -17
- package/dist/src/components/Badge/BadgeContent.vue.d.ts +3 -2
- package/dist/src/components/Badge/BadgeIcon.vue.d.ts +3 -2
- package/dist/src/components/Badge/stories/Badge.vue.d.ts +1 -1
- package/dist/src/components/BarChart/BarChart.vue.d.ts +1 -1
- package/dist/src/components/BarChart/BarChartLegend.vue.d.ts +1 -1
- package/dist/src/components/BarChart/BarChartTooltip.vue.d.ts +1 -1
- package/dist/src/components/Breadcrumbs/Breadcrumb.vue.d.ts +3 -2
- package/dist/src/components/Breadcrumbs/BreadcrumbEllipsis.vue.d.ts +1 -1
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +3 -2
- package/dist/src/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +2 -1
- package/dist/src/components/Breadcrumbs/BreadcrumbList.vue.d.ts +3 -2
- package/dist/src/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +3 -2
- package/dist/src/components/Breadcrumbs/BreadcrumbSeparator.vue.d.ts +1 -1
- package/dist/src/components/Button/Button.vue.d.ts +2 -1
- package/dist/src/components/Button/ButtonBadge.vue.d.ts +10 -13
- package/dist/src/components/Button/ButtonContent.vue.d.ts +3 -2
- package/dist/src/components/Button/ButtonIcon.vue.d.ts +4 -10
- package/dist/src/components/ButtonGroup/ButtonGroup.vue.d.ts +3 -2
- package/dist/src/components/ButtonGroup/stories/ButtonGroup.vue.d.ts +1 -1
- package/dist/src/components/Card/Card.vue.d.ts +3 -2
- package/dist/src/components/Card/CardDescription.vue.d.ts +3 -2
- package/dist/src/components/Card/CardFooter.vue.d.ts +3 -2
- package/dist/src/components/Card/CardHeader.vue.d.ts +3 -2
- package/dist/src/components/Card/CardHelp.vue.d.ts +6 -6
- package/dist/src/components/Card/CardIcon.vue.d.ts +3 -7
- package/dist/src/components/Card/CardLayout.vue.d.ts +7 -7
- package/dist/src/components/Card/CardMedia.vue.d.ts +12 -17
- package/dist/src/components/Card/CardSection.vue.d.ts +8 -9
- package/dist/src/components/Card/CardSeparator.vue.d.ts +1 -1
- package/dist/src/components/Card/CardTitle.vue.d.ts +6 -6
- package/dist/src/components/CategoryBar/CategoryBar.vue.d.ts +3 -4
- package/dist/src/components/Checkbox/Checkbox.vue.d.ts +7 -5
- package/dist/src/components/Checkbox/CheckboxGroup.vue.d.ts +7 -7
- package/dist/src/components/Collapsible/Collapsible.vue.d.ts +9 -12
- package/dist/src/components/ColorInput/ColorInput.vue.d.ts +5 -5
- package/dist/src/components/ColorPalette/ColorPalette.vue.d.ts +5 -5
- package/dist/src/components/DataList/DataList.vue.d.ts +8 -8
- package/dist/src/components/DataList/DataListContent.vue.d.ts +3 -2
- package/dist/src/components/DataList/DataListItem.vue.d.ts +6 -6
- package/dist/src/components/DataList/DataListItemLine.vue.d.ts +3 -2
- package/dist/src/components/DataTable/DataTable.vue.d.ts +3 -3
- package/dist/src/components/DataTable/DataTableCell.vue.d.ts +2 -2
- package/dist/src/components/DataTable/DataTableRoot.vue.d.ts +1 -1
- package/dist/src/components/DataTable/DataTableRow.vue.d.ts +3 -2
- package/dist/src/components/DatePicker/DatePicker.vue.d.ts +3 -3
- package/dist/src/components/DescriptionList/DescriptionList.vue.d.ts +8 -9
- package/dist/src/components/DescriptionList/DescriptionListDescription.vue.d.ts +3 -2
- package/dist/src/components/DescriptionList/DescriptionListItem.vue.d.ts +3 -2
- package/dist/src/components/DescriptionList/DescriptionListTerm.vue.d.ts +3 -2
- package/dist/src/components/Dialog/Dialog.vue.d.ts +8 -9
- package/dist/src/components/Dialog/DialogCancelButton.vue.d.ts +2 -1
- package/dist/src/components/Dialog/DialogContent.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogDescription.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogFooter.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogHeader.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogIcon.vue.d.ts +3 -7
- package/dist/src/components/Dialog/DialogSection.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogTitle.vue.d.ts +2 -1
- package/dist/src/components/Drawer/Drawer.vue.d.ts +8 -9
- package/dist/src/components/Drawer/DrawerContent.vue.d.ts +3 -2
- package/dist/src/components/Drawer/DrawerDescription.vue.d.ts +3 -2
- package/dist/src/components/Drawer/DrawerHeader.vue.d.ts +3 -2
- package/dist/src/components/Drawer/DrawerTitle.vue.d.ts +2 -1
- package/dist/src/components/DropZone/DropZone.vue.d.ts +5 -5
- package/dist/src/components/EmptyState/EmptyState.vue.d.ts +3 -2
- package/dist/src/components/EmptyState/EmptyStateActions.vue.d.ts +3 -2
- package/dist/src/components/EmptyState/EmptyStateContent.vue.d.ts +3 -2
- package/dist/src/components/EmptyState/EmptyStateDescription.vue.d.ts +3 -2
- package/dist/src/components/EmptyState/EmptyStateTitle.vue.d.ts +3 -2
- package/dist/src/components/FeatureList/FeatureList.vue.d.ts +3 -2
- package/dist/src/components/FeatureList/FeatureListItem.vue.d.ts +3 -2
- package/dist/src/components/Feed/Feed.vue.d.ts +3 -2
- package/dist/src/components/Feed/FeedItem.vue.d.ts +3 -2
- package/dist/src/components/Feed/FeedItemBlock.vue.d.ts +3 -2
- package/dist/src/components/Feed/FeedItemDateIndicator.vue.d.ts +3 -2
- package/dist/src/components/Feed/FeedItemIcon.vue.d.ts +7 -8
- package/dist/src/components/Feed/FeedItemSimple.vue.d.ts +3 -2
- package/dist/src/components/FileUploadButton/FileUploadButton.vue.d.ts +6 -5
- package/dist/src/components/Form/Form.vue.d.ts +13 -18
- package/dist/src/components/FormLayout/FormLayout.vue.d.ts +7 -7
- package/dist/src/components/Heading/Heading.vue.d.ts +9 -12
- package/dist/src/components/Image/Image.vue.d.ts +6 -14
- package/dist/src/components/InertiaLink/InertiaLink.vue.d.ts +2 -1
- package/dist/src/components/InlineError/InlineError.vue.d.ts +3 -7
- package/dist/src/components/InputLabel/InputLabel.vue.d.ts +3 -9
- package/dist/src/components/IntegrationConnection/IntegrationConnection.vue.d.ts +1 -1
- package/dist/src/components/IntegrationConnection/IntegrationConnectionItem.vue.d.ts +3 -5
- package/dist/src/components/KPICard/KPICard.vue.d.ts +7 -7
- package/dist/src/components/KPICard/KPICardSection.vue.d.ts +7 -8
- package/dist/src/components/Legend/Legend.vue.d.ts +3 -2
- package/dist/src/components/Legend/LegendItem.vue.d.ts +6 -6
- package/dist/src/components/Link/Link.vue.d.ts +12 -19
- package/dist/src/components/Navigation/Navigation.vue.d.ts +3 -2
- package/dist/src/components/Navigation/NavigationItem.vue.d.ts +13 -20
- package/dist/src/components/Navigation/NavigationSecondarySection.vue.d.ts +3 -2
- package/dist/src/components/Navigation/NavigationSection.vue.d.ts +8 -9
- package/dist/src/components/Page/Page.vue.d.ts +9 -12
- package/dist/src/components/Page/PageBody.vue.d.ts +3 -2
- package/dist/src/components/Page/PageDescription.vue.d.ts +3 -2
- package/dist/src/components/Page/PageHeader.vue.d.ts +8 -9
- package/dist/src/components/Page/PageTitle.vue.d.ts +2 -1
- package/dist/src/components/Pagination/Pagination.vue.d.ts +3 -2
- package/dist/src/components/Pagination/PaginationNextButton.vue.d.ts +3 -5
- package/dist/src/components/Pagination/PaginationPreviousButton.vue.d.ts +3 -5
- package/dist/src/components/PinInput/PinInput.vue.d.ts +5 -6
- package/dist/src/components/Popover/Popover.vue.d.ts +7 -8
- package/dist/src/components/Popover/PopoverBody.vue.d.ts +3 -2
- package/dist/src/components/Popover/PopoverTrigger.vue.d.ts +3 -2
- package/dist/src/components/Popper/Popper.vue.d.ts +13 -19
- package/dist/src/components/Popper/PopperArrow.vue.d.ts +1 -1
- package/dist/src/components/Popper/PopperBody.vue.d.ts +3 -2
- package/dist/src/components/Popper/PopperTrigger.vue.d.ts +3 -2
- package/dist/src/components/ProgressBar/ProgressBar.vue.d.ts +12 -17
- package/dist/src/components/ProgressBar/ProgressBarIndicator.vue.d.ts +3 -2
- package/dist/src/components/RadioButton/RadioButton.vue.d.ts +5 -5
- package/dist/src/components/ResourceList/ResourceList.vue.d.ts +3 -2
- package/dist/src/components/ResourceList/ResourceListItem.vue.d.ts +3 -2
- package/dist/src/components/ResourceList/ResourceListItemContent.vue.d.ts +3 -2
- package/dist/src/components/Select/Select.vue.d.ts +7 -6
- package/dist/src/components/Select/SelectGroup.vue.d.ts +7 -8
- package/dist/src/components/Select/SelectOption.vue.d.ts +7 -8
- package/dist/src/components/Separator/Separator.vue.d.ts +4 -6
- package/dist/src/components/Spinner/Spinner.vue.d.ts +5 -11
- package/dist/src/components/StatusIndicator/StatusIndicator.vue.d.ts +12 -17
- package/dist/src/components/Stepper/Stepper.vue.d.ts +5 -5
- package/dist/src/components/Tabs/TabTrigger.vue.d.ts +8 -9
- package/dist/src/components/Tabs/Tabs.vue.d.ts +3 -2
- package/dist/src/components/Tag/Tag.vue.d.ts +11 -14
- package/dist/src/components/TextField/TextField.vue.d.ts +10 -7
- package/dist/src/components/TextField/TextFieldIcon.vue.d.ts +3 -4
- package/dist/src/components/TextField/TextFieldPasswordIcon.vue.d.ts +1 -1
- package/dist/src/components/TextField/TextFieldSearchIcon.vue.d.ts +1 -1
- package/dist/src/components/TextStyle/TextStyle.vue.d.ts +10 -13
- package/dist/src/components/Toast/DismissToastAction.vue.d.ts +5 -7
- package/dist/src/components/Toast/Toast.vue.d.ts +13 -18
- package/dist/src/components/Toast/ToastGroup.vue.d.ts +3 -2
- package/dist/src/components/Toggle/Toggle.vue.d.ts +5 -5
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +7 -8
- package/dist/src/components/TopBar/TopBar.vue.d.ts +3 -2
- package/dist/src/components/TopBar/TopBarLogo.vue.d.ts +1 -1
- package/dist/src/components/TopBar/TopBarNavigation.vue.d.ts +3 -2
- package/dist/src/components/TopBar/TopBarSearch.vue.d.ts +1 -1
- package/dist/src/components/VisuallyHidden/VisuallyHidden.vue.d.ts +3 -2
- package/dist/src/components/index.d.ts +63 -62
- package/dist/style.css +1 -1
- package/package.json +17 -17
|
@@ -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
|
-
|
|
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, {},
|
|
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
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/** Whether the input is disabled. */
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
/** The error to display below the input. */
|
|
@@ -22,19 +22,20 @@ declare let __VLS_typeProps: {
|
|
|
22
22
|
};
|
|
23
23
|
type __VLS_PublicProps = {
|
|
24
24
|
modelValue?: string | null;
|
|
25
|
-
} &
|
|
25
|
+
} & __VLS_Props;
|
|
26
26
|
declare function __VLS_template(): {
|
|
27
|
+
attrs: Partial<{}>;
|
|
27
28
|
slots: {
|
|
28
29
|
default?(_: {}): any;
|
|
29
30
|
};
|
|
30
31
|
refs: {};
|
|
31
|
-
|
|
32
|
+
rootEl: HTMLDivElement;
|
|
32
33
|
};
|
|
33
34
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
35
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
|
-
"update:modelValue": (
|
|
36
|
+
"update:modelValue": (value: string | null) => any;
|
|
36
37
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
37
|
-
"onUpdate:modelValue"?: ((
|
|
38
|
+
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
38
39
|
}>, {
|
|
39
40
|
error: string | null;
|
|
40
41
|
id: string | null;
|
|
@@ -44,7 +45,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
44
45
|
placeholder: string | null;
|
|
45
46
|
helpText: string | null;
|
|
46
47
|
readonly: boolean;
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
48
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
48
49
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
49
50
|
export default _default;
|
|
50
51
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** The label of the group */
|
|
3
|
+
label: string;
|
|
4
|
+
};
|
|
1
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
2
7
|
slots: {
|
|
3
8
|
default?(_: {}): any;
|
|
4
9
|
};
|
|
5
10
|
refs: {};
|
|
6
|
-
|
|
11
|
+
rootEl: HTMLOptGroupElement;
|
|
7
12
|
};
|
|
8
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
/** The label of the group */
|
|
11
|
-
label: string;
|
|
12
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
/** The label of the group */
|
|
14
|
-
label: string;
|
|
15
|
-
}> & 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, {}, HTMLOptGroupElement>;
|
|
16
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
16
|
export default _default;
|
|
18
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** The label of the group */
|
|
3
|
+
value: string | number;
|
|
4
|
+
};
|
|
1
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
2
7
|
slots: {
|
|
3
8
|
default?(_: {}): any;
|
|
4
9
|
};
|
|
5
10
|
refs: {};
|
|
6
|
-
|
|
11
|
+
rootEl: HTMLOptionElement;
|
|
7
12
|
};
|
|
8
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
/** The label of the group */
|
|
11
|
-
value: string | number;
|
|
12
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
/** The label of the group */
|
|
14
|
-
value: string | number;
|
|
15
|
-
}> & 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, {}, HTMLOptionElement>;
|
|
16
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
16
|
export default _default;
|
|
18
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/** The label to display in the separator. */
|
|
3
3
|
label?: string | null;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
label?: string | null;
|
|
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
|
label: string | null;
|
|
9
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
7
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
8
|
export default _default;
|
|
@@ -1,20 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/** Accessible label for the spinner. */
|
|
3
3
|
accessibilityLabel?: string;
|
|
4
4
|
/** Allows the component to apply the correct accessibility roles based on focus. */
|
|
5
5
|
hasFocusableParent?: boolean;
|
|
6
6
|
/** The variant of the spinner. */
|
|
7
|
-
variant?:
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
accessibilityLabel?: string;
|
|
11
|
-
/** Allows the component to apply the correct accessibility roles based on focus. */
|
|
12
|
-
hasFocusableParent?: boolean;
|
|
13
|
-
/** The variant of the spinner. */
|
|
14
|
-
variant?: "dark" | "light";
|
|
15
|
-
}> & Readonly<{}>, {
|
|
7
|
+
variant?: 'dark' | 'light';
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
10
|
variant: "dark" | "light";
|
|
17
11
|
accessibilityLabel: string;
|
|
18
12
|
hasFocusableParent: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
14
|
export default _default;
|
|
@@ -1,30 +1,25 @@
|
|
|
1
1
|
import { TailwindColor } from '../../composables';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Accessible label for the avatar image. */
|
|
4
|
+
accessibilityLabel?: string | null;
|
|
5
|
+
/** The color of the badge. */
|
|
6
|
+
color: TailwindColor;
|
|
7
|
+
/** The size of the status-indicator. */
|
|
8
|
+
size?: 'small' | 'default';
|
|
9
|
+
};
|
|
2
10
|
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
3
12
|
slots: {
|
|
4
13
|
default?(_: {}): any;
|
|
5
14
|
};
|
|
6
15
|
refs: {};
|
|
7
|
-
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
8
17
|
};
|
|
9
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
-
/** Accessible label for the avatar image. */
|
|
12
|
-
accessibilityLabel?: string | null;
|
|
13
|
-
/** The color of the badge. */
|
|
14
|
-
color: TailwindColor;
|
|
15
|
-
/** The size of the status-indicator. */
|
|
16
|
-
size?: "small" | "default";
|
|
17
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
18
|
-
/** Accessible label for the avatar image. */
|
|
19
|
-
accessibilityLabel?: string | null;
|
|
20
|
-
/** The color of the badge. */
|
|
21
|
-
color: TailwindColor;
|
|
22
|
-
/** The size of the status-indicator. */
|
|
23
|
-
size?: "small" | "default";
|
|
24
|
-
}> & 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<{}>, {
|
|
25
20
|
size: "small" | "default";
|
|
26
21
|
accessibilityLabel: string | null;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
24
|
export default _default;
|
|
30
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TailwindColor } from '../../composables';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
/** The color of the stepper. */
|
|
4
4
|
color?: TailwindColor | null;
|
|
5
5
|
/** The label for the stepper. */
|
|
@@ -11,14 +11,14 @@ declare let __VLS_typeProps: {
|
|
|
11
11
|
};
|
|
12
12
|
type __VLS_PublicProps = {
|
|
13
13
|
modelValue?: number;
|
|
14
|
-
} &
|
|
14
|
+
} & __VLS_Props;
|
|
15
15
|
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
-
"update:modelValue": (
|
|
16
|
+
"update:modelValue": (value: number) => any;
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
-
"onUpdate:modelValue"?: ((
|
|
18
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
20
|
color: TailwindColor | null;
|
|
21
21
|
max: number;
|
|
22
22
|
min: number;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
24
|
export default _default;
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Whether the tab item is active */
|
|
3
|
+
active?: boolean;
|
|
4
|
+
};
|
|
1
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
2
7
|
slots: {
|
|
3
8
|
default?(_: {}): any;
|
|
4
9
|
};
|
|
5
10
|
refs: {};
|
|
6
|
-
|
|
11
|
+
rootEl: HTMLButtonElement;
|
|
7
12
|
};
|
|
8
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
/** Whether the tab item is active */
|
|
11
|
-
active?: boolean;
|
|
12
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
/** Whether the tab item is active */
|
|
14
|
-
active?: boolean;
|
|
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
|
active: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
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,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
|
-
|
|
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, {},
|
|
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,29 +1,26 @@
|
|
|
1
1
|
import { TailwindColor } from '../../composables';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Accessible label for the avatar image. */
|
|
4
|
+
accessibilityLabel?: string | null;
|
|
5
|
+
/** The color of the badge. */
|
|
6
|
+
color: TailwindColor;
|
|
7
|
+
};
|
|
2
8
|
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
3
10
|
slots: {
|
|
4
11
|
default?(_: {}): any;
|
|
5
12
|
};
|
|
6
13
|
refs: {};
|
|
7
|
-
|
|
14
|
+
rootEl: HTMLSpanElement;
|
|
8
15
|
};
|
|
9
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
-
/** Accessible label for the avatar image. */
|
|
12
|
-
accessibilityLabel?: string | null;
|
|
13
|
-
/** The color of the badge. */
|
|
14
|
-
color: TailwindColor;
|
|
15
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
18
|
remove: () => any;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
18
|
-
/** Accessible label for the avatar image. */
|
|
19
|
-
accessibilityLabel?: string | null;
|
|
20
|
-
/** The color of the badge. */
|
|
21
|
-
color: TailwindColor;
|
|
22
|
-
}> & Readonly<{
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
20
|
onRemove?: (() => any) | undefined;
|
|
24
21
|
}>, {
|
|
25
22
|
accessibilityLabel: string | null;
|
|
26
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
27
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
25
|
export default _default;
|
|
29
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type FunctionalComponent, type HTMLAttributes, type VNodeProps, type Component } from 'vue';
|
|
2
2
|
import { type AsTag } from 'radix-vue';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
/**
|
|
5
5
|
* The element or component this component should render as. Can be overwrite by `asChild`
|
|
6
6
|
* @defaultValue "div"
|
|
@@ -24,6 +24,8 @@ declare let __VLS_typeProps: {
|
|
|
24
24
|
labelHidden?: boolean;
|
|
25
25
|
/** Whether the input is a textarea. */
|
|
26
26
|
multiline?: boolean;
|
|
27
|
+
/** Whether the password should be revealed. */
|
|
28
|
+
passwordReveal?: boolean;
|
|
27
29
|
/** The name of the input. */
|
|
28
30
|
name: string;
|
|
29
31
|
/** The placeholder text. */
|
|
@@ -33,20 +35,20 @@ declare let __VLS_typeProps: {
|
|
|
33
35
|
/** Whether the input is required. */
|
|
34
36
|
required?: boolean;
|
|
35
37
|
/** The type of the input. */
|
|
36
|
-
type?: 'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url' | 'date' | 'datetime-local' | 'month' | 'time' | 'week' | 'currency';
|
|
38
|
+
type?: 'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url' | 'date' | 'datetime-local' | 'month' | 'time' | 'week' | 'currency' | 'file';
|
|
37
39
|
/** The maximum number of characters allowed in the input. */
|
|
38
40
|
maxLength?: number | null;
|
|
39
41
|
};
|
|
40
42
|
type __VLS_PublicProps = {
|
|
41
43
|
modelValue?: string;
|
|
42
|
-
} &
|
|
44
|
+
} & __VLS_Props;
|
|
43
45
|
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
|
-
"update:modelValue": (
|
|
46
|
+
"update:modelValue": (value: string) => any;
|
|
45
47
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
46
|
-
"onUpdate:modelValue"?: ((
|
|
48
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
47
49
|
}>, {
|
|
48
50
|
error: string | null;
|
|
49
|
-
type: "text" | "email" | "number" | "password" | "search" | "tel" | "url" | "date" | "datetime-local" | "month" | "time" | "week" | "currency";
|
|
51
|
+
type: "text" | "email" | "number" | "password" | "search" | "tel" | "url" | "date" | "datetime-local" | "month" | "time" | "week" | "currency" | "file";
|
|
50
52
|
id: string | null;
|
|
51
53
|
required: boolean;
|
|
52
54
|
as: AsTag | Component | null;
|
|
@@ -57,7 +59,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
57
59
|
autoComplete: string | null;
|
|
58
60
|
helpText: string | null;
|
|
59
61
|
multiline: boolean;
|
|
62
|
+
passwordReveal: boolean;
|
|
60
63
|
readonly: boolean;
|
|
61
64
|
maxLength: number | null;
|
|
62
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
65
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
63
66
|
export default _default;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
icon: FunctionalComponent<HTMLAttributes & VNodeProps> | string;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
6
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,25 +1,22 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Whether the text is subdued. */
|
|
3
|
+
subdued?: boolean;
|
|
4
|
+
/** Whether the text is strong. */
|
|
5
|
+
strong?: boolean;
|
|
6
|
+
};
|
|
1
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
2
9
|
slots: {
|
|
3
10
|
default?(_: {}): any;
|
|
4
11
|
};
|
|
5
12
|
refs: {};
|
|
6
|
-
|
|
13
|
+
rootEl: HTMLSpanElement;
|
|
7
14
|
};
|
|
8
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
/** Whether the text is subdued. */
|
|
11
|
-
subdued?: boolean;
|
|
12
|
-
/** Whether the text is strong. */
|
|
13
|
-
strong?: boolean;
|
|
14
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
|
-
/** Whether the text is subdued. */
|
|
16
|
-
subdued?: boolean;
|
|
17
|
-
/** Whether the text is strong. */
|
|
18
|
-
strong?: boolean;
|
|
19
|
-
}> & Readonly<{}>, {
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
17
|
strong: boolean;
|
|
21
18
|
subdued: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
23
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
21
|
export default _default;
|
|
25
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { ToastVariant } from '@/components/Toast/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
/** The variant of the toast. */
|
|
4
4
|
variant?: ToastVariant;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
7
|
dismiss: () => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
-
/** The variant of the toast. */
|
|
9
|
-
variant?: ToastVariant;
|
|
10
|
-
}> & Readonly<{
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
9
|
onDismiss?: (() => any) | undefined;
|
|
12
10
|
}>, {
|
|
13
11
|
variant: ToastVariant;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
15
13
|
export default _default;
|
|
@@ -1,35 +1,30 @@
|
|
|
1
1
|
import { ToastVariant } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Whether the toast is open or not */
|
|
4
|
+
open?: boolean;
|
|
5
|
+
/** The duration in milliseconds before the toast is automatically closed */
|
|
6
|
+
duration?: number;
|
|
7
|
+
/** The variant of the toast. */
|
|
8
|
+
variant?: ToastVariant;
|
|
9
|
+
};
|
|
2
10
|
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
3
12
|
slots: {
|
|
4
13
|
default?(_: {}): any;
|
|
5
14
|
};
|
|
6
15
|
refs: {};
|
|
7
|
-
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
8
17
|
};
|
|
9
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
-
/** Whether the toast is open or not */
|
|
12
|
-
open?: boolean;
|
|
13
|
-
/** The duration in milliseconds before the toast is automatically closed */
|
|
14
|
-
duration?: number;
|
|
15
|
-
/** The variant of the toast. */
|
|
16
|
-
variant?: ToastVariant;
|
|
17
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
20
|
close: () => any;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
20
|
-
/** Whether the toast is open or not */
|
|
21
|
-
open?: boolean;
|
|
22
|
-
/** The duration in milliseconds before the toast is automatically closed */
|
|
23
|
-
duration?: number;
|
|
24
|
-
/** The variant of the toast. */
|
|
25
|
-
variant?: ToastVariant;
|
|
26
|
-
}> & Readonly<{
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
27
22
|
onClose?: (() => any) | undefined;
|
|
28
23
|
}>, {
|
|
29
24
|
duration: number;
|
|
30
25
|
open: boolean;
|
|
31
26
|
variant: ToastVariant;
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
33
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
29
|
export default _default;
|
|
35
30
|
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
|
-
|
|
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, {},
|
|
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
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/** Whether the toggle is disabled. */
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
/** The ID of the toggle. */
|
|
@@ -10,14 +10,14 @@ declare let __VLS_typeProps: {
|
|
|
10
10
|
};
|
|
11
11
|
type __VLS_PublicProps = {
|
|
12
12
|
modelValue: boolean;
|
|
13
|
-
} &
|
|
13
|
+
} & __VLS_Props;
|
|
14
14
|
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
-
"update:modelValue": (
|
|
15
|
+
"update:modelValue": (value: boolean) => any;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
|
-
"onUpdate:modelValue"?: ((
|
|
17
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
19
|
id: string | null;
|
|
20
20
|
disabled: boolean;
|
|
21
21
|
helpText: string | null;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
23
|
export default _default;
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** The content of the tooltip. */
|
|
3
|
+
content: string;
|
|
4
|
+
};
|
|
1
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
2
7
|
slots: {
|
|
3
8
|
default?(_: {}): any;
|
|
4
9
|
};
|
|
5
10
|
refs: {};
|
|
6
|
-
|
|
11
|
+
rootEl: HTMLSpanElement;
|
|
7
12
|
};
|
|
8
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
/** The content of the tooltip. */
|
|
11
|
-
content: string;
|
|
12
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
/** The content of the tooltip. */
|
|
14
|
-
content: string;
|
|
15
|
-
}> & 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, {}, HTMLSpanElement>;
|
|
16
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
16
|
export default _default;
|
|
18
17
|
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
|
-
|
|
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, {},
|
|
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,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, {},
|
|
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
|
-
|
|
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, {},
|
|
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,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, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
2
2
|
export default _default;
|