@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,5 +1,5 @@
|
|
|
1
1
|
import { FileAccepts } from '../types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
/** The file types to accept. */
|
|
4
4
|
accepts: FileAccepts;
|
|
5
5
|
label: string;
|
|
@@ -10,13 +10,13 @@ declare let __VLS_typeProps: {
|
|
|
10
10
|
};
|
|
11
11
|
type __VLS_PublicProps = {
|
|
12
12
|
modelValue?: File[];
|
|
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: File[]) => any;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
|
-
"onUpdate:modelValue"?: ((
|
|
17
|
+
"onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
19
|
multiple: boolean;
|
|
20
20
|
accepts: FileAccepts;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
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
|
-
|
|
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,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,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,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: 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, {},
|
|
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 & {
|
|
@@ -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: HTMLHeadingElement;
|
|
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, {}, HTMLHeadingElement>;
|
|
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
|
-
|
|
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, {},
|
|
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 & {
|
|
@@ -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: HTMLLIElement;
|
|
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, {}, HTMLLIElement>;
|
|
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
|
-
|
|
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, {},
|
|
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 & {
|
|
@@ -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: HTMLLIElement;
|
|
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, {}, HTMLLIElement>;
|
|
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
|
-
|
|
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,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,19 +1,18 @@
|
|
|
1
1
|
import { TailwindColor } from '../../composables';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** The color of the badge. */
|
|
4
|
+
color: TailwindColor;
|
|
5
|
+
};
|
|
2
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
3
8
|
slots: {
|
|
4
9
|
default?(_: {}): any;
|
|
5
10
|
};
|
|
6
11
|
refs: {};
|
|
7
|
-
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
8
13
|
};
|
|
9
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
-
/** The color of the badge. */
|
|
12
|
-
color: TailwindColor;
|
|
13
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
-
/** The color of the badge. */
|
|
15
|
-
color: TailwindColor;
|
|
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, {}, HTMLDivElement>;
|
|
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
|
-
|
|
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,6 +1,6 @@
|
|
|
1
1
|
import { ButtonProps } from '../Button';
|
|
2
2
|
import { FileAccepts } from '../types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = ButtonProps & {
|
|
4
4
|
/** The file types to accept. */
|
|
5
5
|
accepts: FileAccepts;
|
|
6
6
|
/** Whether to accept multiple files. */
|
|
@@ -8,19 +8,20 @@ declare let __VLS_typeProps: ButtonProps & {
|
|
|
8
8
|
};
|
|
9
9
|
type __VLS_PublicProps = {
|
|
10
10
|
modelValue?: File[];
|
|
11
|
-
} &
|
|
11
|
+
} & __VLS_Props;
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
13
14
|
slots: {
|
|
14
15
|
default?(_: {}): any;
|
|
15
16
|
};
|
|
16
17
|
refs: {};
|
|
17
|
-
|
|
18
|
+
rootEl: any;
|
|
18
19
|
};
|
|
19
20
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
21
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
"update:modelValue": (
|
|
22
|
+
"update:modelValue": (value: File[]) => any;
|
|
22
23
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
|
-
"onUpdate:modelValue"?: ((
|
|
24
|
+
"onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
|
|
24
25
|
}>, {
|
|
25
26
|
multiple: boolean;
|
|
26
27
|
accepts: FileAccepts;
|
|
@@ -1,34 +1,29 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** The aria-label attribute to be applied to the link */
|
|
3
|
+
accessibilityLabel?: string;
|
|
4
|
+
/** The encoding type for the form. */
|
|
5
|
+
enctype?: 'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain';
|
|
6
|
+
/** The ID of the form. */
|
|
7
|
+
id?: string | null;
|
|
8
|
+
};
|
|
1
9
|
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
2
11
|
slots: {
|
|
3
12
|
default?(_: {}): any;
|
|
4
13
|
};
|
|
5
14
|
refs: {};
|
|
6
|
-
|
|
15
|
+
rootEl: HTMLFormElement;
|
|
7
16
|
};
|
|
8
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
/** The aria-label attribute to be applied to the link */
|
|
11
|
-
accessibilityLabel?: string;
|
|
12
|
-
/** The encoding type for the form. */
|
|
13
|
-
enctype?: "application/x-www-form-urlencoded" | "multipart/form-data" | "text/plain";
|
|
14
|
-
/** The ID of the form. */
|
|
15
|
-
id?: string | null;
|
|
16
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
19
|
submit: () => any;
|
|
18
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
19
|
-
/** The aria-label attribute to be applied to the link */
|
|
20
|
-
accessibilityLabel?: string;
|
|
21
|
-
/** The encoding type for the form. */
|
|
22
|
-
enctype?: "application/x-www-form-urlencoded" | "multipart/form-data" | "text/plain";
|
|
23
|
-
/** The ID of the form. */
|
|
24
|
-
id?: string | null;
|
|
25
|
-
}> & Readonly<{
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
21
|
onSubmit?: (() => any) | undefined;
|
|
27
22
|
}>, {
|
|
28
23
|
id: string | null;
|
|
29
24
|
accessibilityLabel: string;
|
|
30
25
|
enctype: "application/x-www-form-urlencoded" | "multipart/form-data" | "text/plain";
|
|
31
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
32
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
28
|
export default _default;
|
|
34
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
columns?: number;
|
|
3
|
+
};
|
|
1
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
2
6
|
slots: {
|
|
3
7
|
default?(_: {}): any;
|
|
4
8
|
};
|
|
5
9
|
refs: {};
|
|
6
|
-
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
7
11
|
};
|
|
8
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
columns?: number;
|
|
11
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
-
columns?: number;
|
|
13
|
-
}> & Readonly<{}>, {
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
14
|
columns: number;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
import { HeadingLevel, HeadingSize } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** The heading level. */
|
|
4
|
+
level?: HeadingLevel;
|
|
5
|
+
/** The heading size. */
|
|
6
|
+
size?: HeadingSize;
|
|
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: any;
|
|
8
15
|
};
|
|
9
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
-
/** The heading level. */
|
|
12
|
-
level?: HeadingLevel;
|
|
13
|
-
/** The heading size. */
|
|
14
|
-
size?: HeadingSize;
|
|
15
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
16
|
-
/** The heading level. */
|
|
17
|
-
level?: HeadingLevel;
|
|
18
|
-
/** The heading size. */
|
|
19
|
-
size?: HeadingSize;
|
|
20
|
-
}> & Readonly<{}>, {
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
21
18
|
size: HeadingSize;
|
|
22
19
|
level: HeadingLevel;
|
|
23
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,29 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/** The alt text for the image. */
|
|
3
3
|
alt: string;
|
|
4
4
|
/** The source URL of the image. */
|
|
5
5
|
source: string | undefined | null;
|
|
6
6
|
/** The cross-origin attribute of the image. */
|
|
7
|
-
crossOrigin?:
|
|
7
|
+
crossOrigin?: 'anonymous' | 'use-credentials' | undefined;
|
|
8
8
|
/** Whether the image should be rounded. */
|
|
9
9
|
rounded?: boolean;
|
|
10
|
-
}
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
12
|
error: () => any;
|
|
12
13
|
load: () => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
-
/** The alt text for the image. */
|
|
15
|
-
alt: string;
|
|
16
|
-
/** The source URL of the image. */
|
|
17
|
-
source: string | undefined | null;
|
|
18
|
-
/** The cross-origin attribute of the image. */
|
|
19
|
-
crossOrigin?: "anonymous" | "use-credentials" | undefined;
|
|
20
|
-
/** Whether the image should be rounded. */
|
|
21
|
-
rounded?: boolean;
|
|
22
|
-
}> & Readonly<{
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
15
|
onError?: (() => any) | undefined;
|
|
24
16
|
onLoad?: (() => any) | undefined;
|
|
25
17
|
}>, {
|
|
26
18
|
rounded: boolean;
|
|
27
19
|
crossOrigin: "anonymous" | "use-credentials";
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLImageElement>;
|
|
29
21
|
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { type InertiaLinkProps } from '@inertiajs/vue3';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: any;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import("vue").DefineComponent<InertiaLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InertiaLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/** The id of the element */
|
|
3
3
|
id: string;
|
|
4
4
|
/** The message to display */
|
|
5
5
|
message: string;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
id: string;
|
|
9
|
-
/** The message to display */
|
|
10
|
-
message: string;
|
|
11
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
};
|
|
7
|
+
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, {}, HTMLDivElement>;
|
|
12
8
|
export default _default;
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
/** The label text. */
|
|
3
3
|
label: string;
|
|
4
4
|
/** The ID of the input the label is associated with. */
|
|
5
5
|
labelFor: string;
|
|
6
6
|
/** Whether the label should be hidden. */
|
|
7
7
|
labelHidden?: boolean;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
label: string;
|
|
11
|
-
/** The ID of the input the label is associated with. */
|
|
12
|
-
labelFor: string;
|
|
13
|
-
/** Whether the label should be hidden. */
|
|
14
|
-
labelHidden?: boolean;
|
|
15
|
-
}> & Readonly<{}>, {
|
|
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
|
labelHidden: boolean;
|
|
17
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
12
|
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,8 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
source: string;
|
|
3
3
|
alt: string;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
alt: string;
|
|
7
|
-
}> & 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, {}, HTMLDivElement>;
|
|
8
6
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
orientation?: 'horizontal' | 'vertical';
|
|
3
|
+
};
|
|
1
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
2
6
|
slots: {
|
|
3
7
|
default?(_: {}): any;
|
|
4
8
|
};
|
|
5
9
|
refs: {};
|
|
6
|
-
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
7
11
|
};
|
|
8
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
orientation?: "horizontal" | "vertical";
|
|
11
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
-
orientation?: "horizontal" | "vertical";
|
|
13
|
-
}> & Readonly<{}>, {
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
14
|
orientation: "horizontal" | "vertical";
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
value: 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: HTMLDivElement;
|
|
7
12
|
};
|
|
8
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
title: string;
|
|
11
|
-
value: string;
|
|
12
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
title: string;
|
|
14
|
-
value: 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, {}, HTMLDivElement>;
|
|
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: 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, {},
|
|
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 & {
|
|
@@ -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
|
-
|
|
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 & {
|