@returnless/focus-ui 0.0.36 → 0.0.38
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 +7789 -5472
- package/dist/focus-ui.umd.cjs +26 -24
- package/dist/src/components/Accordion/Accordion.vue.d.ts +7 -9
- package/dist/src/components/Accordion/AccordionContent.vue.d.ts +6 -8
- package/dist/src/components/Accordion/AccordionItem.vue.d.ts +6 -8
- package/dist/src/components/Accordion/AccordionTrigger.vue.d.ts +6 -8
- package/dist/src/components/Accordion/stories/Accordion.vue.d.ts +1 -1
- package/dist/src/components/ActionList/ActionList.vue.d.ts +7 -9
- package/dist/src/components/ActionList/ActionListBody.vue.d.ts +6 -8
- package/dist/src/components/ActionList/ActionListItem.vue.d.ts +7 -9
- package/dist/src/components/ActionList/ActionListSection.vue.d.ts +6 -8
- package/dist/src/components/ActionList/ActionListTrigger.vue.d.ts +6 -8
- package/dist/src/components/Alert/Alert.vue.d.ts +6 -7
- package/dist/src/components/Alert/AlertDescription.vue.d.ts +6 -8
- package/dist/src/components/Alert/AlertTitle.vue.d.ts +6 -8
- package/dist/src/components/Alert/DismissableAlertButton.vue.d.ts +2 -2
- package/dist/src/components/Alert/stories/Alert.vue.d.ts +1 -1
- package/dist/src/components/AlertDialog/AlertDialog.vue.d.ts +6 -7
- package/dist/src/components/AlertDialog/AlertDialogActionButton.vue.d.ts +7 -9
- package/dist/src/components/AlertDialog/AlertDialogCancelButton.vue.d.ts +6 -8
- package/dist/src/components/AlertDialog/AlertDialogContent.vue.d.ts +7 -9
- package/dist/src/components/AlertDialog/AlertDialogDescription.vue.d.ts +6 -8
- package/dist/src/components/AlertDialog/AlertDialogFooter.vue.d.ts +6 -8
- package/dist/src/components/AlertDialog/AlertDialogHeader.vue.d.ts +6 -8
- package/dist/src/components/AlertDialog/AlertDialogTitle.vue.d.ts +6 -8
- package/dist/src/components/AlertDialog/stories/AlertDialog.vue.d.ts +1 -1
- package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +7 -9
- package/dist/src/components/AspectRatio/stories/AspectRatio.vue.d.ts +1 -1
- package/dist/src/components/Autocomplete/Autocomplete.vue.d.ts +28 -0
- package/dist/src/components/Autocomplete/AutocompleteGroup.vue.d.ts +20 -0
- package/dist/src/components/Autocomplete/AutocompleteItem.vue.d.ts +17 -0
- package/dist/src/components/Autocomplete/index.d.ts +3 -0
- package/dist/src/components/Avatar/Avatar.vue.d.ts +2 -2
- package/dist/src/components/Avatar/stories/Avatar.vue.d.ts +1 -1
- package/dist/src/components/Badge/Badge.vue.d.ts +7 -9
- package/dist/src/components/Badge/BadgeContent.vue.d.ts +6 -8
- package/dist/src/components/Badge/BadgeIcon.vue.d.ts +6 -8
- 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 +6 -8
- package/dist/src/components/Breadcrumbs/BreadcrumbEllipsis.vue.d.ts +1 -1
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +6 -8
- package/dist/src/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +6 -8
- package/dist/src/components/Breadcrumbs/BreadcrumbList.vue.d.ts +6 -8
- package/dist/src/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +6 -8
- package/dist/src/components/Breadcrumbs/BreadcrumbSeparator.vue.d.ts +1 -1
- package/dist/src/components/Button/Button.vue.d.ts +7 -9
- package/dist/src/components/Button/ButtonBadge.vue.d.ts +7 -9
- package/dist/src/components/Button/ButtonContent.vue.d.ts +6 -8
- package/dist/src/components/Button/ButtonIcon.vue.d.ts +2 -2
- package/dist/src/components/Button/stories/Button.vue.d.ts +1 -1
- package/dist/src/components/ButtonGroup/ButtonGroup.vue.d.ts +6 -8
- package/dist/src/components/ButtonGroup/stories/ButtonGroup.vue.d.ts +1 -1
- package/dist/src/components/Card/Card.vue.d.ts +6 -8
- package/dist/src/components/Card/CardDescription.vue.d.ts +6 -8
- package/dist/src/components/Card/CardFooter.vue.d.ts +6 -8
- package/dist/src/components/Card/CardHeader.vue.d.ts +6 -8
- package/dist/src/components/Card/CardHelp.vue.d.ts +6 -8
- package/dist/src/components/Card/CardIcon.vue.d.ts +1 -1
- package/dist/src/components/Card/CardLayout.vue.d.ts +7 -9
- package/dist/src/components/Card/CardMedia.vue.d.ts +6 -7
- package/dist/src/components/Card/CardSection.vue.d.ts +7 -9
- package/dist/src/components/Card/CardSeparator.vue.d.ts +2 -0
- package/dist/src/components/Card/CardTitle.vue.d.ts +7 -9
- package/dist/src/components/Card/index.d.ts +1 -0
- package/dist/src/components/CategoryBar/CategoryBar.vue.d.ts +1 -1
- package/dist/src/components/Checkbox/Checkbox.vue.d.ts +3 -16
- package/dist/src/components/Checkbox/CheckboxGroup.vue.d.ts +7 -9
- package/dist/src/components/Collapsible/Collapsible.vue.d.ts +7 -9
- package/dist/src/components/ColorInput/ColorInput.vue.d.ts +3 -20
- package/dist/src/components/ColorPalette/ColorPalette.vue.d.ts +3 -8
- package/dist/src/components/DataList/DataList.vue.d.ts +8 -10
- package/dist/src/components/DataList/DataListContent.vue.d.ts +6 -8
- package/dist/src/components/DataList/DataListItem.vue.d.ts +6 -8
- package/dist/src/components/DataList/DataListItemLine.vue.d.ts +6 -8
- package/dist/src/components/DataTable/DataTable.vue.d.ts +1 -1
- package/dist/src/components/DataTable/DataTableCell.vue.d.ts +1 -1
- package/dist/src/components/DataTable/DataTableRoot.vue.d.ts +1 -1
- package/dist/src/components/DataTable/DataTableRow.vue.d.ts +6 -8
- package/dist/src/components/DatePicker/DatePicker.vue.d.ts +3 -3
- package/dist/src/components/DescriptionList/DescriptionList.vue.d.ts +7 -9
- package/dist/src/components/DescriptionList/DescriptionListDescription.vue.d.ts +6 -8
- package/dist/src/components/DescriptionList/DescriptionListItem.vue.d.ts +6 -8
- package/dist/src/components/DescriptionList/DescriptionListTerm.vue.d.ts +6 -8
- package/dist/src/components/Dialog/Dialog.vue.d.ts +6 -7
- package/dist/src/components/Dialog/DialogCancelButton.vue.d.ts +6 -8
- package/dist/src/components/Dialog/DialogContent.vue.d.ts +7 -9
- package/dist/src/components/Dialog/DialogDescription.vue.d.ts +6 -8
- package/dist/src/components/Dialog/DialogFooter.vue.d.ts +6 -8
- package/dist/src/components/Dialog/DialogHeader.vue.d.ts +6 -8
- package/dist/src/components/Dialog/DialogIcon.vue.d.ts +1 -1
- package/dist/src/components/Dialog/DialogSection.vue.d.ts +6 -8
- package/dist/src/components/Dialog/DialogTitle.vue.d.ts +6 -8
- package/dist/src/components/Drawer/Drawer.vue.d.ts +6 -7
- package/dist/src/components/Drawer/DrawerContent.vue.d.ts +7 -9
- package/dist/src/components/Drawer/DrawerDescription.vue.d.ts +6 -8
- package/dist/src/components/Drawer/DrawerHeader.vue.d.ts +6 -8
- package/dist/src/components/Drawer/DrawerTitle.vue.d.ts +6 -8
- package/dist/src/components/DropZone/DropZone.vue.d.ts +4 -14
- package/dist/src/components/EmptyState/EmptyState.vue.d.ts +6 -8
- package/dist/src/components/EmptyState/EmptyStateActions.vue.d.ts +6 -8
- package/dist/src/components/EmptyState/EmptyStateContent.vue.d.ts +6 -8
- package/dist/src/components/EmptyState/EmptyStateDescription.vue.d.ts +6 -8
- package/dist/src/components/EmptyState/EmptyStateTitle.vue.d.ts +6 -8
- package/dist/src/components/FeatureList/FeatureList.vue.d.ts +6 -8
- package/dist/src/components/FeatureList/FeatureListItem.vue.d.ts +6 -8
- package/dist/src/components/Feed/Feed.vue.d.ts +6 -8
- package/dist/src/components/Feed/FeedItem.vue.d.ts +6 -8
- package/dist/src/components/Feed/FeedItemBlock.vue.d.ts +6 -8
- package/dist/src/components/Feed/FeedItemDateIndicator.vue.d.ts +6 -8
- package/dist/src/components/Feed/FeedItemIcon.vue.d.ts +6 -8
- package/dist/src/components/Feed/FeedItemSimple.vue.d.ts +6 -8
- package/dist/src/components/FileUploadButton/FileUploadButton.vue.d.ts +9 -18
- package/dist/src/components/Form/Form.vue.d.ts +7 -9
- package/dist/src/components/FormLayout/FormLayout.vue.d.ts +7 -9
- package/dist/src/components/Heading/Heading.vue.d.ts +7 -9
- package/dist/src/components/Image/Image.vue.d.ts +3 -3
- package/dist/src/components/InertiaLink/InertiaLink.vue.d.ts +6 -8
- package/dist/src/components/InlineError/InlineError.vue.d.ts +1 -1
- package/dist/src/components/InputLabel/InputLabel.vue.d.ts +2 -2
- package/dist/src/components/IntegrationConnection/IntegrationConnection.vue.d.ts +1 -1
- package/dist/src/components/IntegrationConnection/IntegrationConnectionItem.vue.d.ts +1 -1
- package/dist/src/components/KPICard/KPICard.vue.d.ts +7 -9
- package/dist/src/components/KPICard/KPICardSection.vue.d.ts +5 -6
- package/dist/src/components/Legend/Legend.vue.d.ts +6 -8
- package/dist/src/components/Legend/LegendItem.vue.d.ts +6 -8
- package/dist/src/components/Link/Link.vue.d.ts +11 -9
- package/dist/src/components/Navigation/Navigation.vue.d.ts +6 -8
- package/dist/src/components/Navigation/NavigationItem.vue.d.ts +7 -9
- package/dist/src/components/Navigation/NavigationSecondarySection.vue.d.ts +6 -8
- package/dist/src/components/Navigation/NavigationSection.vue.d.ts +7 -9
- package/dist/src/components/Page/Page.vue.d.ts +10 -8
- package/dist/src/components/Page/PageBody.vue.d.ts +6 -8
- package/dist/src/components/Page/PageDescription.vue.d.ts +6 -8
- package/dist/src/components/Page/PageHeader.vue.d.ts +8 -11
- package/dist/src/components/Page/PageTitle.vue.d.ts +6 -8
- package/dist/src/components/Pagination/Pagination.vue.d.ts +6 -8
- package/dist/src/components/Pagination/PaginationNextButton.vue.d.ts +2 -2
- package/dist/src/components/Pagination/PaginationPreviousButton.vue.d.ts +2 -2
- package/dist/src/components/PinInput/PinInput.vue.d.ts +2 -2
- package/dist/src/components/Popover/Popover.vue.d.ts +6 -8
- package/dist/src/components/Popover/PopoverBody.vue.d.ts +6 -8
- package/dist/src/components/Popover/PopoverTrigger.vue.d.ts +6 -8
- package/dist/src/components/Popper/Popper.vue.d.ts +14 -12
- package/dist/src/components/Popper/PopperArrow.vue.d.ts +1 -1
- package/dist/src/components/Popper/PopperBody.vue.d.ts +6 -8
- package/dist/src/components/Popper/PopperTrigger.vue.d.ts +6 -8
- package/dist/src/components/ProgressBar/ProgressBar.vue.d.ts +6 -7
- package/dist/src/components/ProgressBar/ProgressBarIndicator.vue.d.ts +6 -8
- package/dist/src/components/RadioButton/RadioButton.vue.d.ts +3 -14
- package/dist/src/components/ResourceList/ResourceList.vue.d.ts +6 -8
- package/dist/src/components/ResourceList/ResourceListItem.vue.d.ts +6 -8
- package/dist/src/components/ResourceList/ResourceListItemContent.vue.d.ts +6 -8
- package/dist/src/components/Select/Select.vue.d.ts +9 -34
- package/dist/src/components/Select/SelectGroup.vue.d.ts +6 -8
- package/dist/src/components/Select/SelectOption.vue.d.ts +6 -8
- package/dist/src/components/Separator/Separator.vue.d.ts +2 -2
- package/dist/src/components/Spinner/Spinner.vue.d.ts +2 -2
- package/dist/src/components/StatusIndicator/StatusIndicator.vue.d.ts +7 -9
- package/dist/src/components/Stepper/Stepper.vue.d.ts +3 -14
- package/dist/src/components/Tabs/TabTrigger.vue.d.ts +7 -9
- package/dist/src/components/Tabs/Tabs.vue.d.ts +6 -8
- package/dist/src/components/Tag/Tag.vue.d.ts +7 -9
- package/dist/src/components/TextField/TextField.vue.d.ts +13 -39
- package/dist/src/components/TextField/TextFieldIcon.vue.d.ts +1 -1
- 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 +7 -9
- package/dist/src/components/Toast/DismissToastAction.vue.d.ts +8 -7
- package/dist/src/components/Toast/Toast.vue.d.ts +13 -9
- package/dist/src/components/Toast/ToastGroup.vue.d.ts +6 -8
- package/dist/src/components/Toast/types.d.ts +1 -0
- package/dist/src/components/Toggle/Toggle.vue.d.ts +7 -18
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +6 -8
- package/dist/src/components/TopBar/TopBar.vue.d.ts +6 -8
- package/dist/src/components/TopBar/TopBarLogo.vue.d.ts +1 -1
- package/dist/src/components/TopBar/TopBarNavigation.vue.d.ts +6 -8
- package/dist/src/components/TopBar/TopBarSearch.vue.d.ts +1 -1
- package/dist/src/components/VisuallyHidden/VisuallyHidden.vue.d.ts +6 -8
- package/dist/src/components/index.d.ts +2 -1
- package/dist/src/composables/index.d.ts +0 -1
- package/dist/style.css +1 -1
- package/package.json +7 -6
- package/dist/src/composables/useDarkMode.d.ts +0 -4
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { TailwindColor } from '../../composables';
|
|
2
|
-
declare
|
|
3
|
-
declare var __VLS_inheritedAttrs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
2
|
+
declare function __VLS_template(): {
|
|
5
3
|
slots: {
|
|
6
|
-
default?(_:
|
|
4
|
+
default?(_: {}): any;
|
|
7
5
|
};
|
|
8
6
|
refs: {};
|
|
9
|
-
attrs: Partial<
|
|
7
|
+
attrs: Partial<{}>;
|
|
10
8
|
};
|
|
11
|
-
type
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
10
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
11
|
/** The color of the badge. */
|
|
14
12
|
color: TailwindColor;
|
|
15
13
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
16
14
|
/** The color of the badge. */
|
|
17
15
|
color: TailwindColor;
|
|
18
|
-
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
16
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
18
|
export default _default;
|
|
21
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
20
|
new (): {
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
11
|
export default _default;
|
|
14
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
13
|
new (): {
|
|
@@ -9,32 +9,23 @@ declare let __VLS_typeProps: ButtonProps & {
|
|
|
9
9
|
type __VLS_PublicProps = {
|
|
10
10
|
modelValue?: File[];
|
|
11
11
|
} & typeof __VLS_typeProps;
|
|
12
|
-
declare
|
|
13
|
-
declare var __VLS_inheritedAttrs: {};
|
|
14
|
-
declare const __VLS_templateResult: {
|
|
12
|
+
declare function __VLS_template(): {
|
|
15
13
|
slots: {
|
|
16
|
-
default?(_:
|
|
14
|
+
default?(_: {}): any;
|
|
17
15
|
};
|
|
18
16
|
refs: {};
|
|
19
|
-
attrs: Partial<
|
|
17
|
+
attrs: Partial<{}>;
|
|
20
18
|
};
|
|
21
|
-
type
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
20
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
-
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
25
|
-
modelValue?: File[];
|
|
26
|
-
} & ButtonProps & {
|
|
27
|
-
/** The file types to accept. */
|
|
28
|
-
accepts: FileAccepts;
|
|
29
|
-
/** Whether to accept multiple files. */
|
|
30
|
-
multiple?: boolean;
|
|
31
|
-
} & {
|
|
21
|
+
"update:modelValue": (modelValue: File[]) => any;
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
32
23
|
"onUpdate:modelValue"?: ((modelValue: File[]) => any) | undefined;
|
|
33
24
|
}>, {
|
|
34
|
-
accepts: FileAccepts;
|
|
35
25
|
multiple: boolean;
|
|
36
|
-
|
|
37
|
-
|
|
26
|
+
accepts: FileAccepts;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
29
|
export default _default;
|
|
39
30
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
31
|
new (): {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
9
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
10
|
/** The aria-label attribute to be applied to the link */
|
|
13
11
|
accessibilityLabel?: string;
|
|
@@ -24,14 +22,14 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
24
22
|
enctype?: "application/x-www-form-urlencoded" | "multipart/form-data" | "text/plain";
|
|
25
23
|
/** The ID of the form. */
|
|
26
24
|
id?: string | null;
|
|
27
|
-
} & {
|
|
25
|
+
}> & Readonly<{
|
|
28
26
|
onSubmit?: (() => any) | undefined;
|
|
29
27
|
}>, {
|
|
30
28
|
id: string | null;
|
|
31
29
|
accessibilityLabel: string;
|
|
32
30
|
enctype: "application/x-www-form-urlencoded" | "multipart/form-data" | "text/plain";
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
34
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
33
|
export default _default;
|
|
36
34
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
35
|
new (): {
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
9
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
10
|
columns?: number;
|
|
13
11
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
12
|
columns?: number;
|
|
15
|
-
} & {}>, {
|
|
13
|
+
}> & Readonly<{}>, {
|
|
16
14
|
columns: number;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
17
|
export default _default;
|
|
20
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
19
|
new (): {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { HeadingLevel, HeadingSize } from './types';
|
|
2
|
-
declare
|
|
3
|
-
declare var __VLS_inheritedAttrs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
2
|
+
declare function __VLS_template(): {
|
|
5
3
|
slots: {
|
|
6
|
-
default?(_:
|
|
4
|
+
default?(_: {}): any;
|
|
7
5
|
};
|
|
8
6
|
refs: {};
|
|
9
|
-
attrs: Partial<
|
|
7
|
+
attrs: Partial<{}>;
|
|
10
8
|
};
|
|
11
|
-
type
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
10
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
11
|
/** The heading level. */
|
|
14
12
|
level?: HeadingLevel;
|
|
@@ -19,11 +17,11 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
19
17
|
level?: HeadingLevel;
|
|
20
18
|
/** The heading size. */
|
|
21
19
|
size?: HeadingSize;
|
|
22
|
-
} & {}>, {
|
|
20
|
+
}> & Readonly<{}>, {
|
|
23
21
|
size: HeadingSize;
|
|
24
22
|
level: HeadingLevel;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
26
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
25
|
export default _default;
|
|
28
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
27
|
new (): {
|
|
@@ -8,8 +8,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
/** Whether the image should be rounded. */
|
|
9
9
|
rounded?: boolean;
|
|
10
10
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
-
load: () => any;
|
|
12
11
|
error: () => any;
|
|
12
|
+
load: () => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<{
|
|
14
14
|
/** The alt text for the image. */
|
|
15
15
|
alt: string;
|
|
@@ -19,11 +19,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
crossOrigin?: "anonymous" | "use-credentials" | undefined;
|
|
20
20
|
/** Whether the image should be rounded. */
|
|
21
21
|
rounded?: boolean;
|
|
22
|
-
} & {
|
|
22
|
+
}> & Readonly<{
|
|
23
23
|
onError?: (() => any) | undefined;
|
|
24
24
|
onLoad?: (() => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
26
|
rounded: boolean;
|
|
27
27
|
crossOrigin: "anonymous" | "use-credentials";
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
29
|
export default _default;
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { type InertiaLinkProps } from '@inertiajs/vue3';
|
|
2
|
-
declare
|
|
3
|
-
declare var __VLS_inheritedAttrs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
2
|
+
declare function __VLS_template(): {
|
|
5
3
|
slots: {
|
|
6
|
-
default?(_:
|
|
4
|
+
default?(_: {}): any;
|
|
7
5
|
};
|
|
8
6
|
refs: {};
|
|
9
|
-
attrs: Partial<
|
|
7
|
+
attrs: Partial<{}>;
|
|
10
8
|
};
|
|
11
|
-
type
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<InertiaLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InertiaLinkProps & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
13
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
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>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
12
|
export default _default;
|
|
15
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
14
|
new (): {
|
|
@@ -8,5 +8,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
id: string;
|
|
9
9
|
/** The message to display */
|
|
10
10
|
message: string;
|
|
11
|
-
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
11
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
labelFor: string;
|
|
13
13
|
/** Whether the label should be hidden. */
|
|
14
14
|
labelHidden?: boolean;
|
|
15
|
-
} & {}>, {
|
|
15
|
+
}> & Readonly<{}>, {
|
|
16
16
|
labelHidden: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
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<{}>, {}, {}, {}, {}, 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, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -4,5 +4,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4
4
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
5
|
source: string;
|
|
6
6
|
alt: string;
|
|
7
|
-
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
7
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
9
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
10
|
orientation?: "horizontal" | "vertical";
|
|
13
11
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
12
|
orientation?: "horizontal" | "vertical";
|
|
15
|
-
} & {}>, {
|
|
13
|
+
}> & Readonly<{}>, {
|
|
16
14
|
orientation: "horizontal" | "vertical";
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
17
|
export default _default;
|
|
20
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
19
|
new (): {
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
3
2
|
slots: {
|
|
4
3
|
default?(_: {}): any;
|
|
5
4
|
};
|
|
6
5
|
refs: {};
|
|
7
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
8
7
|
};
|
|
9
|
-
type
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
9
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
10
|
title: string;
|
|
12
11
|
value: string;
|
|
13
12
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
13
|
title: string;
|
|
15
14
|
value: string;
|
|
16
|
-
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
15
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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 & {
|
|
20
19
|
new (): {
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
11
|
export default _default;
|
|
14
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
13
|
new (): {
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import { TailwindColor } from '../../composables';
|
|
2
|
-
declare
|
|
3
|
-
declare var __VLS_inheritedAttrs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
2
|
+
declare function __VLS_template(): {
|
|
5
3
|
slots: {
|
|
6
|
-
default?(_:
|
|
4
|
+
default?(_: {}): any;
|
|
7
5
|
};
|
|
8
6
|
refs: {};
|
|
9
|
-
attrs: Partial<
|
|
7
|
+
attrs: Partial<{}>;
|
|
10
8
|
};
|
|
11
|
-
type
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
10
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
11
|
color: TailwindColor;
|
|
14
12
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
13
|
color: TailwindColor;
|
|
16
|
-
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
14
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
16
|
export default _default;
|
|
19
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
18
|
new (): {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
9
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
10
|
/** The aria-label attribute to be applied to the link */
|
|
13
11
|
accessibilityLabel?: string | null;
|
|
@@ -15,6 +13,8 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
15
13
|
external?: boolean;
|
|
16
14
|
/** The href attribute to be applied to the link */
|
|
17
15
|
href: string;
|
|
16
|
+
/** Whether the link should be underlined */
|
|
17
|
+
underline?: boolean;
|
|
18
18
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
19
19
|
/** The aria-label attribute to be applied to the link */
|
|
20
20
|
accessibilityLabel?: string | null;
|
|
@@ -22,10 +22,12 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
22
22
|
external?: boolean;
|
|
23
23
|
/** The href attribute to be applied to the link */
|
|
24
24
|
href: string;
|
|
25
|
-
|
|
25
|
+
/** Whether the link should be underlined */
|
|
26
|
+
underline?: boolean;
|
|
27
|
+
}> & Readonly<{}>, {
|
|
26
28
|
accessibilityLabel: string | null;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
31
|
export default _default;
|
|
30
32
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
33
|
new (): {
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
11
|
export default _default;
|
|
14
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
13
|
new (): {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { type FunctionalComponent, type HTMLAttributes, type VNodeProps } from 'vue';
|
|
2
|
-
declare
|
|
3
|
-
declare var __VLS_inheritedAttrs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
2
|
+
declare function __VLS_template(): {
|
|
5
3
|
slots: {
|
|
6
|
-
default?(_:
|
|
4
|
+
default?(_: {}): any;
|
|
7
5
|
};
|
|
8
6
|
refs: {};
|
|
9
|
-
attrs: Partial<
|
|
7
|
+
attrs: Partial<{}>;
|
|
10
8
|
};
|
|
11
|
-
type
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
10
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
11
|
/** Whether the navigation item is active. */
|
|
14
12
|
active?: boolean;
|
|
@@ -27,12 +25,12 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
27
25
|
href: string;
|
|
28
26
|
/** The icon to display to the left of the navigation item. */
|
|
29
27
|
icon?: FunctionalComponent<HTMLAttributes & VNodeProps> | null;
|
|
30
|
-
} & {}>, {
|
|
28
|
+
}> & Readonly<{}>, {
|
|
31
29
|
disabled: boolean;
|
|
32
30
|
icon: FunctionalComponent<HTMLAttributes & VNodeProps> | null;
|
|
33
31
|
active: boolean;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
35
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
34
|
export default _default;
|
|
37
35
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
36
|
new (): {
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
11
|
export default _default;
|
|
14
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
13
|
new (): {
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
9
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
10
|
/** The label for the navigation section. */
|
|
13
11
|
label?: string | null;
|
|
14
12
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
13
|
/** The label for the navigation section. */
|
|
16
14
|
label?: string | null;
|
|
17
|
-
} & {}>, {
|
|
15
|
+
}> & Readonly<{}>, {
|
|
18
16
|
label: string | null;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
20
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
19
|
export default _default;
|
|
22
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
21
|
new (): {
|
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
|
-
declare
|
|
3
|
-
declare var __VLS_inheritedAttrs: {};
|
|
4
|
-
declare const __VLS_templateResult: {
|
|
2
|
+
declare function __VLS_template(): {
|
|
5
3
|
slots: {
|
|
6
4
|
"page-navigation"?(_: {}): any;
|
|
7
|
-
default?(_:
|
|
5
|
+
default?(_: {}): any;
|
|
8
6
|
};
|
|
9
7
|
refs: {};
|
|
10
|
-
attrs: Partial<
|
|
8
|
+
attrs: Partial<{}>;
|
|
11
9
|
};
|
|
12
|
-
type
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
11
|
declare const __VLS_component: import("vue").DefineComponent<{
|
|
14
12
|
/** Navigation component to render in the left column */
|
|
15
13
|
navigation?: Component;
|
|
14
|
+
/** Size of the page */
|
|
15
|
+
size?: "default" | "compact";
|
|
16
16
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
17
17
|
/** Navigation component to render in the left column */
|
|
18
18
|
navigation?: Component;
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
/** Size of the page */
|
|
20
|
+
size?: "default" | "compact";
|
|
21
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
23
|
export default _default;
|
|
22
24
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
25
|
new (): {
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
11
|
export default _default;
|
|
14
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
13
|
new (): {
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
declare var __VLS_inheritedAttrs: {};
|
|
3
|
-
declare const __VLS_templateResult: {
|
|
1
|
+
declare function __VLS_template(): {
|
|
4
2
|
slots: {
|
|
5
|
-
default?(_:
|
|
3
|
+
default?(_: {}): any;
|
|
6
4
|
};
|
|
7
5
|
refs: {};
|
|
8
|
-
attrs: Partial<
|
|
6
|
+
attrs: Partial<{}>;
|
|
9
7
|
};
|
|
10
|
-
type
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
11
|
export default _default;
|
|
14
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
13
|
new (): {
|