@returnless/focus-ui 0.0.34 → 0.0.36
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 +4920 -4830
- package/dist/focus-ui.umd.cjs +25 -25
- package/dist/src/components/Accordion/Accordion.test.d.ts +1 -0
- package/dist/src/components/Accordion/Accordion.vue.d.ts +26 -0
- package/dist/src/components/Accordion/AccordionContent.vue.d.ts +18 -0
- package/dist/src/components/Accordion/AccordionItem.vue.d.ts +18 -0
- package/dist/src/components/Accordion/AccordionTrigger.vue.d.ts +18 -0
- package/dist/src/components/Accordion/stories/Accordion.vue.d.ts +2 -0
- package/dist/src/components/ActionList/ActionList.vue.d.ts +27 -0
- package/dist/src/components/ActionList/ActionListBody.vue.d.ts +18 -0
- package/dist/src/components/ActionList/ActionListItem.vue.d.ts +36 -0
- package/dist/src/components/ActionList/ActionListSection.vue.d.ts +18 -0
- package/dist/src/components/ActionList/ActionListTrigger.vue.d.ts +18 -0
- package/dist/src/components/Alert/Alert.test.d.ts +1 -0
- package/dist/src/components/Alert/Alert.vue.d.ts +40 -0
- package/dist/src/components/Alert/AlertDescription.vue.d.ts +18 -0
- package/dist/src/components/Alert/AlertTitle.vue.d.ts +18 -0
- package/dist/src/components/Alert/DismissableAlertButton.vue.d.ts +15 -0
- package/dist/src/components/Alert/stories/Alert.vue.d.ts +2 -0
- package/dist/src/components/AlertDialog/AlertDialog.test.d.ts +1 -0
- package/dist/src/components/AlertDialog/AlertDialog.vue.d.ts +29 -0
- package/dist/src/components/AlertDialog/AlertDialogActionButton.vue.d.ts +27 -0
- package/dist/src/components/AlertDialog/AlertDialogCancelButton.vue.d.ts +18 -0
- package/dist/src/components/AlertDialog/AlertDialogContent.vue.d.ts +20 -0
- package/dist/src/components/AlertDialog/AlertDialogDescription.vue.d.ts +18 -0
- package/dist/src/components/AlertDialog/AlertDialogFooter.vue.d.ts +18 -0
- package/dist/src/components/AlertDialog/AlertDialogHeader.vue.d.ts +18 -0
- package/dist/src/components/AlertDialog/AlertDialogTitle.vue.d.ts +18 -0
- package/dist/src/components/AlertDialog/stories/AlertDialog.vue.d.ts +2 -0
- package/dist/src/components/AspectRatio/AspectRatio.test.d.ts +1 -0
- package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +26 -0
- package/dist/src/components/AspectRatio/stories/AspectRatio.vue.d.ts +2 -0
- package/dist/src/components/Avatar/Avatar.test.d.ts +1 -0
- package/dist/src/components/Avatar/Avatar.vue.d.ts +30 -0
- package/dist/src/components/Avatar/stories/Avatar.vue.d.ts +2 -0
- package/dist/src/components/Badge/Badge.test.d.ts +1 -0
- package/dist/src/components/Badge/Badge.vue.d.ts +36 -0
- package/dist/src/components/Badge/BadgeContent.vue.d.ts +18 -0
- package/dist/src/components/Badge/BadgeIcon.vue.d.ts +18 -0
- package/dist/src/components/Badge/stories/Badge.vue.d.ts +2 -0
- package/dist/src/components/BarChart/BarChart.vue.d.ts +25 -0
- package/dist/src/components/BarChart/BarChartLegend.vue.d.ts +15 -0
- package/dist/src/components/BarChart/BarChartTooltip.vue.d.ts +18 -0
- package/dist/src/components/Breadcrumbs/Breadcrumb.vue.d.ts +18 -0
- package/dist/{components → src/components}/Breadcrumbs/BreadcrumbEllipsis.vue.d.ts +1 -1
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +18 -0
- package/dist/src/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +18 -0
- package/dist/src/components/Breadcrumbs/BreadcrumbList.vue.d.ts +18 -0
- package/dist/src/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +18 -0
- package/dist/{components → src/components}/Breadcrumbs/BreadcrumbSeparator.vue.d.ts +1 -1
- package/dist/src/components/Button/Button.test.d.ts +1 -0
- package/dist/src/components/Button/Button.vue.d.ts +32 -0
- package/dist/src/components/Button/ButtonBadge.vue.d.ts +31 -0
- package/dist/src/components/Button/ButtonContent.vue.d.ts +18 -0
- package/dist/src/components/Button/ButtonIcon.vue.d.ts +21 -0
- package/dist/src/components/Button/stories/Button.vue.d.ts +2 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.test.d.ts +1 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.vue.d.ts +18 -0
- package/dist/src/components/ButtonGroup/stories/ButtonGroup.vue.d.ts +2 -0
- package/dist/src/components/Card/Card.vue.d.ts +18 -0
- package/dist/src/components/Card/CardDescription.vue.d.ts +18 -0
- package/dist/src/components/Card/CardFooter.vue.d.ts +18 -0
- package/dist/src/components/Card/CardHeader.vue.d.ts +18 -0
- package/dist/src/components/Card/CardHelp.vue.d.ts +22 -0
- package/dist/src/components/Card/CardIcon.vue.d.ts +12 -0
- package/dist/src/components/Card/CardLayout.vue.d.ts +24 -0
- package/dist/src/components/Card/CardMedia.vue.d.ts +33 -0
- package/dist/src/components/Card/CardSection.vue.d.ts +27 -0
- package/dist/src/components/Card/CardTitle.vue.d.ts +28 -0
- package/dist/src/components/CategoryBar/CategoryBar.vue.d.ts +7 -0
- package/dist/src/components/Checkbox/Checkbox.vue.d.ts +38 -0
- package/dist/src/components/Checkbox/CheckboxGroup.vue.d.ts +24 -0
- package/dist/src/components/Collapsible/Collapsible.vue.d.ts +30 -0
- package/dist/src/components/ColorInput/ColorInput.vue.d.ts +48 -0
- package/dist/src/components/ColorPalette/ColorPalette.vue.d.ts +21 -0
- package/dist/src/components/ColorPalette/index.d.ts +1 -0
- package/dist/src/components/DataList/DataList.vue.d.ts +30 -0
- package/dist/src/components/DataList/DataListContent.vue.d.ts +18 -0
- package/dist/src/components/DataList/DataListItem.vue.d.ts +22 -0
- package/dist/src/components/DataList/DataListItemLine.vue.d.ts +18 -0
- package/dist/src/components/DataTable/DataTable.vue.d.ts +18 -0
- package/dist/src/components/DataTable/DataTableCell.vue.d.ts +21 -0
- package/dist/src/components/DataTable/DataTableRoot.vue.d.ts +21 -0
- package/dist/src/components/DataTable/DataTableRow.vue.d.ts +18 -0
- package/dist/src/components/DatePicker/DatePicker.vue.d.ts +9 -0
- package/dist/src/components/DescriptionList/DescriptionList.vue.d.ts +26 -0
- package/dist/src/components/DescriptionList/DescriptionListDescription.vue.d.ts +18 -0
- package/dist/src/components/DescriptionList/DescriptionListItem.vue.d.ts +18 -0
- package/dist/src/components/DescriptionList/DescriptionListTerm.vue.d.ts +18 -0
- package/dist/src/components/Dialog/Dialog.vue.d.ts +29 -0
- package/dist/src/components/Dialog/DialogCancelButton.vue.d.ts +18 -0
- package/dist/src/components/Dialog/DialogContent.vue.d.ts +20 -0
- package/dist/src/components/Dialog/DialogDescription.vue.d.ts +18 -0
- package/dist/src/components/Dialog/DialogFooter.vue.d.ts +18 -0
- package/dist/src/components/Dialog/DialogHeader.vue.d.ts +18 -0
- package/dist/src/components/Dialog/DialogIcon.vue.d.ts +12 -0
- package/dist/src/components/Dialog/DialogSection.vue.d.ts +18 -0
- package/dist/src/components/Dialog/DialogTitle.vue.d.ts +18 -0
- package/dist/src/components/Drawer/Drawer.vue.d.ts +29 -0
- package/dist/src/components/Drawer/DrawerContent.vue.d.ts +20 -0
- package/dist/src/components/Drawer/DrawerDescription.vue.d.ts +18 -0
- package/dist/src/components/Drawer/DrawerHeader.vue.d.ts +18 -0
- package/dist/src/components/Drawer/DrawerTitle.vue.d.ts +18 -0
- package/dist/src/components/Drawer/index.d.ts +5 -0
- package/dist/src/components/DropZone/DropZone.vue.d.ts +32 -0
- package/dist/src/components/EmptyState/EmptyState.vue.d.ts +18 -0
- package/dist/src/components/EmptyState/EmptyStateActions.vue.d.ts +18 -0
- package/dist/src/components/EmptyState/EmptyStateContent.vue.d.ts +18 -0
- package/dist/src/components/EmptyState/EmptyStateDescription.vue.d.ts +18 -0
- package/dist/src/components/EmptyState/EmptyStateTitle.vue.d.ts +18 -0
- package/dist/src/components/FeatureList/FeatureList.vue.d.ts +18 -0
- package/dist/src/components/FeatureList/FeatureListItem.vue.d.ts +18 -0
- package/dist/src/components/Feed/Feed.vue.d.ts +18 -0
- package/dist/src/components/Feed/FeedItem.vue.d.ts +18 -0
- package/dist/src/components/Feed/FeedItemBlock.vue.d.ts +18 -0
- package/dist/src/components/Feed/FeedItemDateIndicator.vue.d.ts +18 -0
- package/dist/src/components/Feed/FeedItemIcon.vue.d.ts +25 -0
- package/dist/src/components/Feed/FeedItemSimple.vue.d.ts +18 -0
- package/dist/src/components/FileUploadButton/FileUploadButton.vue.d.ts +43 -0
- package/dist/src/components/Form/Form.vue.d.ts +40 -0
- package/dist/src/components/FormLayout/FormLayout.vue.d.ts +24 -0
- package/dist/src/components/Heading/Heading.vue.d.ts +32 -0
- package/dist/src/components/Image/Image.vue.d.ts +29 -0
- package/dist/src/components/InertiaLink/InertiaLink.vue.d.ts +19 -0
- package/dist/src/components/InlineError/InlineError.vue.d.ts +12 -0
- package/dist/src/components/InputLabel/InputLabel.vue.d.ts +18 -0
- package/dist/{components → src/components}/IntegrationConnection/IntegrationConnection.vue.d.ts +1 -1
- package/dist/src/components/IntegrationConnection/IntegrationConnectionItem.vue.d.ts +8 -0
- package/dist/src/components/KPICard/KPICard.vue.d.ts +24 -0
- package/dist/src/components/KPICard/KPICardSection.vue.d.ts +23 -0
- package/dist/src/components/Legend/Legend.vue.d.ts +18 -0
- package/dist/src/components/Legend/LegendItem.vue.d.ts +23 -0
- package/dist/src/components/Link/Link.vue.d.ts +34 -0
- package/dist/src/components/Navigation/Navigation.vue.d.ts +18 -0
- package/dist/src/components/Navigation/NavigationItem.vue.d.ts +41 -0
- package/dist/src/components/Navigation/NavigationSecondarySection.vue.d.ts +18 -0
- package/dist/src/components/Navigation/NavigationSection.vue.d.ts +26 -0
- package/dist/src/components/Page/Page.vue.d.ts +26 -0
- package/dist/src/components/Page/PageBody.vue.d.ts +18 -0
- package/dist/src/components/Page/PageDescription.vue.d.ts +18 -0
- package/dist/src/components/Page/PageHeader.vue.d.ts +32 -0
- package/dist/src/components/Page/PageTitle.vue.d.ts +18 -0
- package/dist/src/components/Pagination/Pagination.vue.d.ts +18 -0
- package/dist/src/components/Pagination/PaginationNextButton.vue.d.ts +10 -0
- package/dist/src/components/Pagination/PaginationPreviousButton.vue.d.ts +10 -0
- package/dist/src/components/PinInput/PinInput.vue.d.ts +12 -0
- package/dist/src/components/Popover/Popover.vue.d.ts +25 -0
- package/dist/src/components/Popover/PopoverBody.vue.d.ts +18 -0
- package/dist/src/components/Popover/PopoverTrigger.vue.d.ts +18 -0
- package/dist/src/components/Popper/Popper.vue.d.ts +37 -0
- package/dist/{components → src/components}/Popper/PopperArrow.vue.d.ts +1 -1
- package/dist/src/components/Popper/PopperBody.vue.d.ts +18 -0
- package/dist/src/components/Popper/PopperTrigger.vue.d.ts +18 -0
- package/dist/src/components/ProgressBar/ProgressBar.vue.d.ts +36 -0
- package/dist/src/components/ProgressBar/ProgressBarIndicator.vue.d.ts +18 -0
- package/dist/src/components/RadioButton/RadioButton.vue.d.ts +33 -0
- package/dist/src/components/ResourceList/ResourceList.vue.d.ts +18 -0
- package/dist/src/components/ResourceList/ResourceListItem.vue.d.ts +18 -0
- package/dist/src/components/ResourceList/ResourceListItemContent.vue.d.ts +18 -0
- package/dist/src/components/Select/Select.vue.d.ts +79 -0
- package/dist/src/components/Select/SelectGroup.vue.d.ts +24 -0
- package/dist/src/components/Select/SelectOption.vue.d.ts +24 -0
- package/dist/src/components/Separator/Separator.vue.d.ts +10 -0
- package/dist/src/components/Spinner/Spinner.vue.d.ts +20 -0
- package/dist/src/components/StatusIndicator/StatusIndicator.vue.d.ts +36 -0
- package/dist/src/components/Stepper/Stepper.vue.d.ts +35 -0
- package/dist/src/components/Tabs/TabTrigger.vue.d.ts +26 -0
- package/dist/src/components/Tabs/Tabs.vue.d.ts +18 -0
- package/dist/src/components/Tag/Tag.vue.d.ts +35 -0
- package/dist/{components → src/components}/TextField/TextField.vue.d.ts +41 -53
- package/dist/src/components/TextField/TextFieldIcon.vue.d.ts +7 -0
- package/dist/{components → src/components}/TextField/TextFieldPasswordIcon.vue.d.ts +1 -1
- package/dist/{components → src/components}/TextField/TextFieldSearchIcon.vue.d.ts +1 -1
- package/dist/src/components/TextStyle/TextStyle.vue.d.ts +31 -0
- package/dist/src/components/Toast/DismissToastAction.vue.d.ts +14 -0
- package/dist/src/components/Toast/Toast.vue.d.ts +35 -0
- package/dist/src/components/Toast/ToastGroup.vue.d.ts +18 -0
- package/dist/src/components/Toggle/Toggle.vue.d.ts +34 -0
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +24 -0
- package/dist/src/components/TopBar/TopBar.vue.d.ts +18 -0
- package/dist/{components → src/components}/TopBar/TopBarLogo.vue.d.ts +1 -1
- package/dist/src/components/TopBar/TopBarNavigation.vue.d.ts +18 -0
- package/dist/{components → src/components}/TopBar/TopBarSearch.vue.d.ts +1 -1
- package/dist/src/components/VisuallyHidden/VisuallyHidden.vue.d.ts +18 -0
- package/dist/{components → src/components}/index.d.ts +2 -0
- package/dist/{composables → src/composables}/index.d.ts +1 -0
- package/dist/src/composables/useDarkMode.d.ts +4 -0
- package/dist/style.css +1 -1
- package/dist/vitest.setup.d.ts +2 -0
- package/package.json +16 -4
- package/dist/components/Accordion/Accordion.vue.d.ts +0 -39
- package/dist/components/Accordion/AccordionContent.vue.d.ts +0 -9
- package/dist/components/Accordion/AccordionItem.vue.d.ts +0 -9
- package/dist/components/Accordion/AccordionTrigger.vue.d.ts +0 -9
- package/dist/components/ActionList/ActionList.vue.d.ts +0 -39
- package/dist/components/ActionList/ActionListBody.vue.d.ts +0 -9
- package/dist/components/ActionList/ActionListItem.vue.d.ts +0 -52
- package/dist/components/ActionList/ActionListSection.vue.d.ts +0 -9
- package/dist/components/ActionList/ActionListTrigger.vue.d.ts +0 -9
- package/dist/components/Alert/Alert.vue.d.ts +0 -57
- package/dist/components/Alert/AlertDescription.vue.d.ts +0 -9
- package/dist/components/Alert/AlertTitle.vue.d.ts +0 -9
- package/dist/components/Alert/DismissableAlertButton.vue.d.ts +0 -36
- package/dist/components/AlertDialog/AlertDialog.vue.d.ts +0 -42
- package/dist/components/AlertDialog/AlertDialogActionButton.vue.d.ts +0 -39
- package/dist/components/AlertDialog/AlertDialogCancelButton.vue.d.ts +0 -9
- package/dist/components/AlertDialog/AlertDialogContent.vue.d.ts +0 -9
- package/dist/components/AlertDialog/AlertDialogDescription.vue.d.ts +0 -9
- package/dist/components/AlertDialog/AlertDialogFooter.vue.d.ts +0 -9
- package/dist/components/AlertDialog/AlertDialogHeader.vue.d.ts +0 -9
- package/dist/components/AlertDialog/AlertDialogTitle.vue.d.ts +0 -9
- package/dist/components/AspectRatio/AspectRatio.vue.d.ts +0 -38
- package/dist/components/Avatar/Avatar.vue.d.ts +0 -59
- package/dist/components/Badge/Badge.vue.d.ts +0 -49
- package/dist/components/Badge/BadgeContent.vue.d.ts +0 -9
- package/dist/components/Badge/BadgeIcon.vue.d.ts +0 -9
- package/dist/components/BarChart/BarChart.vue.d.ts +0 -41
- package/dist/components/BarChart/BarChartLegend.vue.d.ts +0 -25
- package/dist/components/BarChart/BarChartTooltip.vue.d.ts +0 -32
- package/dist/components/Breadcrumbs/Breadcrumb.vue.d.ts +0 -9
- package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -9
- package/dist/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +0 -9
- package/dist/components/Breadcrumbs/BreadcrumbList.vue.d.ts +0 -9
- package/dist/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +0 -9
- package/dist/components/Button/Button.vue.d.ts +0 -66
- package/dist/components/Button/ButtonBadge.vue.d.ts +0 -44
- package/dist/components/Button/ButtonContent.vue.d.ts +0 -9
- package/dist/components/Button/ButtonIcon.vue.d.ts +0 -46
- package/dist/components/ButtonGroup/ButtonGroup.vue.d.ts +0 -9
- package/dist/components/Card/Card.vue.d.ts +0 -9
- package/dist/components/Card/CardDescription.vue.d.ts +0 -9
- package/dist/components/Card/CardFooter.vue.d.ts +0 -9
- package/dist/components/Card/CardHeader.vue.d.ts +0 -9
- package/dist/components/Card/CardHelp.vue.d.ts +0 -22
- package/dist/components/Card/CardIcon.vue.d.ts +0 -21
- package/dist/components/Card/CardLayout.vue.d.ts +0 -36
- package/dist/components/Card/CardMedia.vue.d.ts +0 -46
- package/dist/components/Card/CardSection.vue.d.ts +0 -41
- package/dist/components/Card/CardTitle.vue.d.ts +0 -40
- package/dist/components/CategoryBar/CategoryBar.vue.d.ts +0 -16
- package/dist/components/Checkbox/Checkbox.vue.d.ts +0 -50
- package/dist/components/Checkbox/CheckboxGroup.vue.d.ts +0 -36
- package/dist/components/Collapsible/Collapsible.vue.d.ts +0 -42
- package/dist/components/ColorInput/ColorInput.vue.d.ts +0 -60
- package/dist/components/DataList/DataList.vue.d.ts +0 -40
- package/dist/components/DataList/DataListContent.vue.d.ts +0 -9
- package/dist/components/DataList/DataListItem.vue.d.ts +0 -22
- package/dist/components/DataList/DataListItemLine.vue.d.ts +0 -9
- package/dist/components/DataTable/DataTable.vue.d.ts +0 -32
- package/dist/components/DataTable/DataTableCell.vue.d.ts +0 -41
- package/dist/components/DataTable/DataTableRoot.vue.d.ts +0 -41
- package/dist/components/DataTable/DataTableRow.vue.d.ts +0 -9
- package/dist/components/DatePicker/DatePicker.vue.d.ts +0 -18
- package/dist/components/DescriptionList/DescriptionList.vue.d.ts +0 -38
- package/dist/components/DescriptionList/DescriptionListDescription.vue.d.ts +0 -9
- package/dist/components/DescriptionList/DescriptionListItem.vue.d.ts +0 -9
- package/dist/components/DescriptionList/DescriptionListTerm.vue.d.ts +0 -9
- package/dist/components/Dialog/Dialog.vue.d.ts +0 -42
- package/dist/components/Dialog/DialogCancelButton.vue.d.ts +0 -9
- package/dist/components/Dialog/DialogContent.vue.d.ts +0 -9
- package/dist/components/Dialog/DialogDescription.vue.d.ts +0 -9
- package/dist/components/Dialog/DialogFooter.vue.d.ts +0 -9
- package/dist/components/Dialog/DialogHeader.vue.d.ts +0 -9
- package/dist/components/Dialog/DialogIcon.vue.d.ts +0 -21
- package/dist/components/Dialog/DialogSection.vue.d.ts +0 -9
- package/dist/components/Dialog/DialogTitle.vue.d.ts +0 -9
- package/dist/components/DropZone/DropZone.vue.d.ts +0 -45
- package/dist/components/EmptyState/EmptyState.vue.d.ts +0 -9
- package/dist/components/EmptyState/EmptyStateActions.vue.d.ts +0 -9
- package/dist/components/EmptyState/EmptyStateContent.vue.d.ts +0 -9
- package/dist/components/EmptyState/EmptyStateDescription.vue.d.ts +0 -9
- package/dist/components/EmptyState/EmptyStateTitle.vue.d.ts +0 -9
- package/dist/components/FeatureList/FeatureList.vue.d.ts +0 -9
- package/dist/components/FeatureList/FeatureListItem.vue.d.ts +0 -9
- package/dist/components/Feed/Feed.vue.d.ts +0 -9
- package/dist/components/Feed/FeedItem.vue.d.ts +0 -9
- package/dist/components/Feed/FeedItemBlock.vue.d.ts +0 -9
- package/dist/components/Feed/FeedItemDateIndicator.vue.d.ts +0 -9
- package/dist/components/Feed/FeedItemIcon.vue.d.ts +0 -32
- package/dist/components/Feed/FeedItemSimple.vue.d.ts +0 -9
- package/dist/components/FileUploadButton/FileUploadButton.vue.d.ts +0 -50
- package/dist/components/Form/Form.vue.d.ts +0 -56
- package/dist/components/FormLayout/FormLayout.vue.d.ts +0 -36
- package/dist/components/Heading/Heading.vue.d.ts +0 -46
- package/dist/components/Image/Image.vue.d.ts +0 -52
- package/dist/components/InertiaLink/InertiaLink.vue.d.ts +0 -19
- package/dist/components/InlineError/InlineError.vue.d.ts +0 -21
- package/dist/components/InputLabel/InputLabel.vue.d.ts +0 -39
- package/dist/components/IntegrationConnection/IntegrationConnectionItem.vue.d.ts +0 -17
- package/dist/components/KPICard/KPICard.vue.d.ts +0 -36
- package/dist/components/KPICard/KPICardSection.vue.d.ts +0 -24
- package/dist/components/Legend/Legend.vue.d.ts +0 -9
- package/dist/components/Legend/LegendItem.vue.d.ts +0 -22
- package/dist/components/Link/Link.vue.d.ts +0 -46
- package/dist/components/Navigation/Navigation.vue.d.ts +0 -9
- package/dist/components/Navigation/NavigationItem.vue.d.ts +0 -57
- package/dist/components/Navigation/NavigationSecondarySection.vue.d.ts +0 -9
- package/dist/components/Navigation/NavigationSection.vue.d.ts +0 -38
- package/dist/components/Page/Page.vue.d.ts +0 -26
- package/dist/components/Page/PageBody.vue.d.ts +0 -9
- package/dist/components/Page/PageDescription.vue.d.ts +0 -9
- package/dist/components/Page/PageHeader.vue.d.ts +0 -43
- package/dist/components/Page/PageTitle.vue.d.ts +0 -9
- package/dist/components/Pagination/Pagination.vue.d.ts +0 -9
- package/dist/components/Pagination/PaginationNextButton.vue.d.ts +0 -31
- package/dist/components/Pagination/PaginationPreviousButton.vue.d.ts +0 -31
- package/dist/components/PinInput/PinInput.vue.d.ts +0 -33
- package/dist/components/Popover/Popover.vue.d.ts +0 -25
- package/dist/components/Popover/PopoverBody.vue.d.ts +0 -9
- package/dist/components/Popover/PopoverTrigger.vue.d.ts +0 -9
- package/dist/components/Popper/Popper.vue.d.ts +0 -47
- package/dist/components/Popper/PopperBody.vue.d.ts +0 -9
- package/dist/components/Popper/PopperTrigger.vue.d.ts +0 -9
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +0 -50
- package/dist/components/ProgressBar/ProgressBarIndicator.vue.d.ts +0 -9
- package/dist/components/RadioButton/RadioButton.vue.d.ts +0 -45
- package/dist/components/ResourceList/ResourceList.vue.d.ts +0 -9
- package/dist/components/ResourceList/ResourceListItem.vue.d.ts +0 -9
- package/dist/components/ResourceList/ResourceListItemContent.vue.d.ts +0 -9
- package/dist/components/Select/Select.vue.d.ts +0 -82
- package/dist/components/Select/SelectGroup.vue.d.ts +0 -24
- package/dist/components/Select/SelectOption.vue.d.ts +0 -24
- package/dist/components/Separator/Separator.vue.d.ts +0 -31
- package/dist/components/Spinner/Spinner.vue.d.ts +0 -45
- package/dist/components/StatusIndicator/StatusIndicator.vue.d.ts +0 -49
- package/dist/components/Stepper/Stepper.vue.d.ts +0 -49
- package/dist/components/Tabs/TabTrigger.vue.d.ts +0 -38
- package/dist/components/Tabs/Tabs.vue.d.ts +0 -9
- package/dist/components/Tag/Tag.vue.d.ts +0 -46
- package/dist/components/TextField/TextFieldIcon.vue.d.ts +0 -16
- package/dist/components/TextStyle/TextStyle.vue.d.ts +0 -45
- package/dist/components/Toast/DismissToastAction.vue.d.ts +0 -35
- package/dist/components/Toast/Toast.vue.d.ts +0 -49
- package/dist/components/Toast/ToastGroup.vue.d.ts +0 -9
- package/dist/components/Toggle/Toggle.vue.d.ts +0 -48
- package/dist/components/Tooltip/Tooltip.vue.d.ts +0 -24
- package/dist/components/TopBar/TopBar.vue.d.ts +0 -9
- package/dist/components/TopBar/TopBarNavigation.vue.d.ts +0 -9
- package/dist/components/VisuallyHidden/VisuallyHidden.vue.d.ts +0 -9
- /package/dist/{build-utils → src/build-utils}/generate-component-meta.d.ts +0 -0
- /package/dist/{build-utils → src/build-utils}/update-component-list.d.ts +0 -0
- /package/dist/{components → src/components}/Accordion/index.d.ts +0 -0
- /package/dist/{components → src/components}/ActionList/index.d.ts +0 -0
- /package/dist/{components → src/components}/Alert/index.d.ts +0 -0
- /package/dist/{components → src/components}/Alert/types.d.ts +0 -0
- /package/dist/{components → src/components}/AlertDialog/index.d.ts +0 -0
- /package/dist/{components → src/components}/AspectRatio/index.d.ts +0 -0
- /package/dist/{components → src/components}/Avatar/index.d.ts +0 -0
- /package/dist/{components → src/components}/Badge/index.d.ts +0 -0
- /package/dist/{components → src/components}/BarChart/index.d.ts +0 -0
- /package/dist/{components → src/components}/BarChart/types.d.ts +0 -0
- /package/dist/{components → src/components}/Breadcrumbs/index.d.ts +0 -0
- /package/dist/{components → src/components}/Button/index.d.ts +0 -0
- /package/dist/{components → src/components}/Button/types.d.ts +0 -0
- /package/dist/{components → src/components}/ButtonGroup/index.d.ts +0 -0
- /package/dist/{components → src/components}/Card/index.d.ts +0 -0
- /package/dist/{components → src/components}/CategoryBar/index.d.ts +0 -0
- /package/dist/{components → src/components}/CategoryBar/types.d.ts +0 -0
- /package/dist/{components → src/components}/Checkbox/index.d.ts +0 -0
- /package/dist/{components → src/components}/Collapsible/index.d.ts +0 -0
- /package/dist/{components → src/components}/ColorInput/index.d.ts +0 -0
- /package/dist/{components → src/components}/DataList/index.d.ts +0 -0
- /package/dist/{components → src/components}/DataTable/index.d.ts +0 -0
- /package/dist/{components → src/components}/DataTable/types.d.ts +0 -0
- /package/dist/{components → src/components}/DatePicker/index.d.ts +0 -0
- /package/dist/{components → src/components}/DescriptionList/index.d.ts +0 -0
- /package/dist/{components → src/components}/Dialog/index.d.ts +0 -0
- /package/dist/{components → src/components}/DropZone/index.d.ts +0 -0
- /package/dist/{components → src/components}/EmptyState/index.d.ts +0 -0
- /package/dist/{components → src/components}/FeatureList/index.d.ts +0 -0
- /package/dist/{components → src/components}/Feed/index.d.ts +0 -0
- /package/dist/{components → src/components}/FileUploadButton/index.d.ts +0 -0
- /package/dist/{components → src/components}/Form/index.d.ts +0 -0
- /package/dist/{components → src/components}/FormLayout/index.d.ts +0 -0
- /package/dist/{components → src/components}/Heading/index.d.ts +0 -0
- /package/dist/{components → src/components}/Heading/types.d.ts +0 -0
- /package/dist/{components → src/components}/Image/index.d.ts +0 -0
- /package/dist/{components → src/components}/InertiaLink/index.d.ts +0 -0
- /package/dist/{components → src/components}/InlineError/index.d.ts +0 -0
- /package/dist/{components → src/components}/InputLabel/index.d.ts +0 -0
- /package/dist/{components → src/components}/IntegrationConnection/index.d.ts +0 -0
- /package/dist/{components → src/components}/KPICard/index.d.ts +0 -0
- /package/dist/{components → src/components}/Legend/index.d.ts +0 -0
- /package/dist/{components → src/components}/Link/index.d.ts +0 -0
- /package/dist/{components → src/components}/Navigation/index.d.ts +0 -0
- /package/dist/{components → src/components}/Page/index.d.ts +0 -0
- /package/dist/{components → src/components}/Pagination/index.d.ts +0 -0
- /package/dist/{components → src/components}/PinInput/index.d.ts +0 -0
- /package/dist/{components → src/components}/Popover/index.d.ts +0 -0
- /package/dist/{components → src/components}/Popper/index.d.ts +0 -0
- /package/dist/{components → src/components}/ProgressBar/index.d.ts +0 -0
- /package/dist/{components → src/components}/RadioButton/index.d.ts +0 -0
- /package/dist/{components → src/components}/ResourceList/index.d.ts +0 -0
- /package/dist/{components → src/components}/Select/index.d.ts +0 -0
- /package/dist/{components → src/components}/Separator/index.d.ts +0 -0
- /package/dist/{components → src/components}/Spinner/index.d.ts +0 -0
- /package/dist/{components → src/components}/StatusIndicator/index.d.ts +0 -0
- /package/dist/{components → src/components}/Stepper/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tabs/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tag/index.d.ts +0 -0
- /package/dist/{components → src/components}/TextField/index.d.ts +0 -0
- /package/dist/{components → src/components}/TextStyle/index.d.ts +0 -0
- /package/dist/{components → src/components}/Toast/index.d.ts +0 -0
- /package/dist/{components → src/components}/Toggle/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tooltip/index.d.ts +0 -0
- /package/dist/{components → src/components}/TopBar/index.d.ts +0 -0
- /package/dist/{components → src/components}/VisuallyHidden/index.d.ts +0 -0
- /package/dist/{components → src/components}/types.d.ts +0 -0
- /package/dist/{composables → src/composables}/useCalendar.d.ts +0 -0
- /package/dist/{composables → src/composables}/useDateFormatter.d.ts +0 -0
- /package/dist/{composables → src/composables}/useTailwindColor.d.ts +0 -0
- /package/dist/{composables → src/composables}/useTheme.d.ts +0 -0
- /package/dist/{composables → src/composables}/useToastNotifications.d.ts +0 -0
- /package/dist/{composables → src/composables}/useUniqueId.d.ts +0 -0
- /package/dist/{index.d.ts → src/index.d.ts} +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +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, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { type BarChartCategory } from './types';
|
|
2
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}>, never>, never> & {
|
|
4
|
+
/** Select the categories from your data. Used to populate the legend and tooltip. */
|
|
5
|
+
categories: BarChartCategory<T>[];
|
|
6
|
+
/** The source data, in which each entry is a dictionary. */
|
|
7
|
+
data: T[];
|
|
8
|
+
/** Sets the key to map the data to the axis. */
|
|
9
|
+
labelAccessorKey: keyof T;
|
|
10
|
+
/** Sets the bar chart to stacked mode. */
|
|
11
|
+
stacked?: boolean;
|
|
12
|
+
}> & import("vue").PublicProps;
|
|
13
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
14
|
+
attrs: any;
|
|
15
|
+
slots: {};
|
|
16
|
+
emit: {};
|
|
17
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
|
+
[key: string]: any;
|
|
19
|
+
}> & {
|
|
20
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
21
|
+
};
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_PrettifyLocal<T> = {
|
|
24
|
+
[K in keyof T]: T[K];
|
|
25
|
+
} & {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}>, never>, never> & {}> & import("vue").PublicProps;
|
|
3
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
4
|
+
attrs: any;
|
|
5
|
+
slots: {};
|
|
6
|
+
emit: {};
|
|
7
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
}> & {
|
|
10
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_PrettifyLocal<T> = {
|
|
14
|
+
[K in keyof T]: T[K];
|
|
15
|
+
} & {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}>, never>, never> & {}> & import("vue").PublicProps;
|
|
4
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
5
|
+
$tooltip: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
6
|
+
}>): void;
|
|
7
|
+
attrs: any;
|
|
8
|
+
slots: {};
|
|
9
|
+
emit: {};
|
|
10
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}> & {
|
|
13
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_PrettifyLocal<T> = {
|
|
17
|
+
[K in keyof T]: T[K];
|
|
18
|
+
} & {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_6): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ButtonProps } from './types';
|
|
2
|
+
declare var __VLS_6: {};
|
|
3
|
+
declare var __VLS_inheritedAttrs: {};
|
|
4
|
+
declare const __VLS_templateResult: {
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: typeof __VLS_6): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps & {}>, {
|
|
13
|
+
type: "button" | "reset" | "submit";
|
|
14
|
+
href: string | null;
|
|
15
|
+
align: "left" | "center" | "right";
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
disclosure: boolean;
|
|
18
|
+
external: boolean;
|
|
19
|
+
fullWidth: boolean;
|
|
20
|
+
iconOnly: boolean;
|
|
21
|
+
loading: boolean;
|
|
22
|
+
native: boolean;
|
|
23
|
+
size: "small" | "normal";
|
|
24
|
+
variant: import("./types").ButtonVariant;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { TailwindColor } from '../../composables';
|
|
2
|
+
declare var __VLS_6: {};
|
|
3
|
+
declare var __VLS_inheritedAttrs: {};
|
|
4
|
+
declare const __VLS_templateResult: {
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: typeof __VLS_6): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
|
+
/** Accessible label for the avatar image. */
|
|
14
|
+
accessibilityLabel?: string | null;
|
|
15
|
+
/** The color of the badge. */
|
|
16
|
+
color: TailwindColor;
|
|
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
|
+
} & {}>, {
|
|
23
|
+
accessibilityLabel: string | null;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type FunctionalComponent, type HTMLAttributes, type VNodeProps } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
/** The alt text for the icon */
|
|
4
|
+
alt?: string;
|
|
5
|
+
/** The icon to display to the left, or right, of the navigation item. */
|
|
6
|
+
icon?: FunctionalComponent<HTMLAttributes & VNodeProps> | null;
|
|
7
|
+
/** The source of the icon to display */
|
|
8
|
+
source?: string | null;
|
|
9
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
10
|
+
/** The alt text for the icon */
|
|
11
|
+
alt?: string;
|
|
12
|
+
/** The icon to display to the left, or right, of the navigation item. */
|
|
13
|
+
icon?: FunctionalComponent<HTMLAttributes & VNodeProps> | null;
|
|
14
|
+
/** The source of the icon to display */
|
|
15
|
+
source?: string | null;
|
|
16
|
+
} & {}>, {
|
|
17
|
+
source: string | null;
|
|
18
|
+
alt: string;
|
|
19
|
+
icon: FunctionalComponent<HTMLAttributes & VNodeProps> | null;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +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, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +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, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_6): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
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, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare var __VLS_12: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_12): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
|
+
href: string;
|
|
13
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
+
href: string;
|
|
15
|
+
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/** The alt text of the image. */
|
|
3
|
+
alt: string;
|
|
4
|
+
/** The source of the media. */
|
|
5
|
+
source: string;
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
7
|
+
/** The alt text of the image. */
|
|
8
|
+
alt: string;
|
|
9
|
+
/** The source of the media. */
|
|
10
|
+
source: string;
|
|
11
|
+
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
|
+
columns: number;
|
|
13
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
+
columns: number;
|
|
15
|
+
} & {}>, {
|
|
16
|
+
columns: number;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare var __VLS_inheritedAttrs: {};
|
|
2
|
+
declare const __VLS_templateResult: {
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
+
/** The alt text of the image. */
|
|
12
|
+
alt: string;
|
|
13
|
+
/** The aspect ratio of the media. */
|
|
14
|
+
ratio: number;
|
|
15
|
+
/** The source of the media. */
|
|
16
|
+
source: string;
|
|
17
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
18
|
+
/** The alt text of the image. */
|
|
19
|
+
alt: string;
|
|
20
|
+
/** The aspect ratio of the media. */
|
|
21
|
+
ratio: number;
|
|
22
|
+
/** The source of the media. */
|
|
23
|
+
source: string;
|
|
24
|
+
} & {}>, {
|
|
25
|
+
ratio: number;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare var __VLS_0: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_0): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
|
+
flush?: boolean;
|
|
13
|
+
alignment?: "start" | "end";
|
|
14
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
|
+
flush?: boolean;
|
|
16
|
+
alignment?: "start" | "end";
|
|
17
|
+
} & {}>, {
|
|
18
|
+
alignment: "start" | "end";
|
|
19
|
+
flush: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
type CardHelpProps = {
|
|
2
|
+
label: string;
|
|
3
|
+
href: string;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_6: {};
|
|
6
|
+
declare var __VLS_inheritedAttrs: {};
|
|
7
|
+
declare const __VLS_templateResult: {
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: typeof __VLS_6): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
16
|
+
cardHelp?: CardHelpProps | null;
|
|
17
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
18
|
+
cardHelp?: CardHelpProps | null;
|
|
19
|
+
} & {}>, {
|
|
20
|
+
cardHelp: CardHelpProps | null;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CategoryBarCategory } from './types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
categories: CategoryBarCategory[];
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
|
+
categories: CategoryBarCategory[];
|
|
6
|
+
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare let __VLS_typeProps: {
|
|
2
|
+
/** The help text to display with the checkbox. */
|
|
3
|
+
helpText?: string | null;
|
|
4
|
+
/** The ID of the checkbox. */
|
|
5
|
+
id?: string | null;
|
|
6
|
+
/** The label for the checkbox. */
|
|
7
|
+
label: string;
|
|
8
|
+
/** Whether the label is hidden. */
|
|
9
|
+
labelHidden?: boolean;
|
|
10
|
+
/** The value of the checkbox. */
|
|
11
|
+
value: string | number;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = {
|
|
14
|
+
modelValue?: boolean | Array<string | number>;
|
|
15
|
+
} & typeof __VLS_typeProps;
|
|
16
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
'update:modelValue': (modelValue: boolean | (string | number)[]) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
19
|
+
modelValue?: boolean | Array<string | number>;
|
|
20
|
+
} & {
|
|
21
|
+
/** The help text to display with the checkbox. */
|
|
22
|
+
helpText?: string | null;
|
|
23
|
+
/** The ID of the checkbox. */
|
|
24
|
+
id?: string | null;
|
|
25
|
+
/** The label for the checkbox. */
|
|
26
|
+
label: string;
|
|
27
|
+
/** Whether the label is hidden. */
|
|
28
|
+
labelHidden?: boolean;
|
|
29
|
+
/** The value of the checkbox. */
|
|
30
|
+
value: string | number;
|
|
31
|
+
} & {
|
|
32
|
+
"onUpdate:modelValue"?: ((modelValue: boolean | (string | number)[]) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
id: string | null;
|
|
35
|
+
labelHidden: boolean;
|
|
36
|
+
helpText: string | null;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_6): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
|
+
label?: string | null;
|
|
13
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
+
label?: string | null;
|
|
15
|
+
} & {}>, {
|
|
16
|
+
label: string | null;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|