@returnless/focus-ui 0.0.34 → 0.0.37
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 +5869 -5342
- 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 +24 -0
- package/dist/src/components/Accordion/AccordionContent.vue.d.ts +16 -0
- package/dist/src/components/Accordion/AccordionItem.vue.d.ts +16 -0
- package/dist/src/components/Accordion/AccordionTrigger.vue.d.ts +16 -0
- package/dist/src/components/Accordion/stories/Accordion.vue.d.ts +2 -0
- package/dist/src/components/ActionList/ActionList.vue.d.ts +25 -0
- package/dist/src/components/ActionList/ActionListBody.vue.d.ts +16 -0
- package/dist/src/components/ActionList/ActionListItem.vue.d.ts +34 -0
- package/dist/src/components/ActionList/ActionListSection.vue.d.ts +16 -0
- package/dist/src/components/ActionList/ActionListTrigger.vue.d.ts +16 -0
- package/dist/src/components/Alert/Alert.test.d.ts +1 -0
- package/dist/src/components/Alert/Alert.vue.d.ts +39 -0
- package/dist/src/components/Alert/AlertDescription.vue.d.ts +16 -0
- package/dist/src/components/Alert/AlertTitle.vue.d.ts +16 -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 +28 -0
- package/dist/src/components/AlertDialog/AlertDialogActionButton.vue.d.ts +25 -0
- package/dist/src/components/AlertDialog/AlertDialogCancelButton.vue.d.ts +16 -0
- package/dist/src/components/AlertDialog/AlertDialogContent.vue.d.ts +18 -0
- package/dist/src/components/AlertDialog/AlertDialogDescription.vue.d.ts +16 -0
- package/dist/src/components/AlertDialog/AlertDialogFooter.vue.d.ts +16 -0
- package/dist/src/components/AlertDialog/AlertDialogHeader.vue.d.ts +16 -0
- package/dist/src/components/AlertDialog/AlertDialogTitle.vue.d.ts +16 -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 +24 -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 +34 -0
- package/dist/src/components/Badge/BadgeContent.vue.d.ts +16 -0
- package/dist/src/components/Badge/BadgeIcon.vue.d.ts +16 -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 +16 -0
- package/dist/{components → src/components}/Breadcrumbs/BreadcrumbEllipsis.vue.d.ts +1 -1
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +16 -0
- package/dist/src/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +16 -0
- package/dist/src/components/Breadcrumbs/BreadcrumbList.vue.d.ts +16 -0
- package/dist/src/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +16 -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 +30 -0
- package/dist/src/components/Button/ButtonBadge.vue.d.ts +29 -0
- package/dist/src/components/Button/ButtonContent.vue.d.ts +16 -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 +16 -0
- package/dist/src/components/ButtonGroup/stories/ButtonGroup.vue.d.ts +2 -0
- package/dist/src/components/Card/Card.vue.d.ts +16 -0
- package/dist/src/components/Card/CardDescription.vue.d.ts +16 -0
- package/dist/src/components/Card/CardFooter.vue.d.ts +16 -0
- package/dist/src/components/Card/CardHeader.vue.d.ts +16 -0
- package/dist/src/components/Card/CardHelp.vue.d.ts +20 -0
- package/dist/src/components/Card/CardIcon.vue.d.ts +12 -0
- package/dist/src/components/Card/CardLayout.vue.d.ts +22 -0
- package/dist/src/components/Card/CardMedia.vue.d.ts +32 -0
- package/dist/src/components/Card/CardSection.vue.d.ts +25 -0
- package/dist/src/components/Card/CardSeparator.vue.d.ts +2 -0
- package/dist/src/components/Card/CardTitle.vue.d.ts +26 -0
- package/dist/{components → src/components}/Card/index.d.ts +1 -0
- package/dist/src/components/CategoryBar/CategoryBar.vue.d.ts +7 -0
- package/dist/src/components/Checkbox/Checkbox.vue.d.ts +25 -0
- package/dist/src/components/Checkbox/CheckboxGroup.vue.d.ts +22 -0
- package/dist/src/components/Collapsible/Collapsible.vue.d.ts +28 -0
- package/dist/src/components/ColorInput/ColorInput.vue.d.ts +31 -0
- package/dist/src/components/ColorPalette/ColorPalette.vue.d.ts +16 -0
- package/dist/src/components/ColorPalette/index.d.ts +1 -0
- package/dist/src/components/DataList/DataList.vue.d.ts +28 -0
- package/dist/src/components/DataList/DataListContent.vue.d.ts +16 -0
- package/dist/src/components/DataList/DataListItem.vue.d.ts +20 -0
- package/dist/src/components/DataList/DataListItemLine.vue.d.ts +16 -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 +16 -0
- package/dist/src/components/DatePicker/DatePicker.vue.d.ts +9 -0
- package/dist/src/components/DescriptionList/DescriptionList.vue.d.ts +24 -0
- package/dist/src/components/DescriptionList/DescriptionListDescription.vue.d.ts +16 -0
- package/dist/src/components/DescriptionList/DescriptionListItem.vue.d.ts +16 -0
- package/dist/src/components/DescriptionList/DescriptionListTerm.vue.d.ts +16 -0
- package/dist/src/components/Dialog/Dialog.vue.d.ts +28 -0
- package/dist/src/components/Dialog/DialogCancelButton.vue.d.ts +16 -0
- package/dist/src/components/Dialog/DialogContent.vue.d.ts +18 -0
- package/dist/src/components/Dialog/DialogDescription.vue.d.ts +16 -0
- package/dist/src/components/Dialog/DialogFooter.vue.d.ts +16 -0
- package/dist/src/components/Dialog/DialogHeader.vue.d.ts +16 -0
- package/dist/src/components/Dialog/DialogIcon.vue.d.ts +12 -0
- package/dist/src/components/Dialog/DialogSection.vue.d.ts +16 -0
- package/dist/src/components/Dialog/DialogTitle.vue.d.ts +16 -0
- package/dist/src/components/Drawer/Drawer.vue.d.ts +28 -0
- package/dist/src/components/Drawer/DrawerContent.vue.d.ts +18 -0
- package/dist/src/components/Drawer/DrawerDescription.vue.d.ts +16 -0
- package/dist/src/components/Drawer/DrawerHeader.vue.d.ts +16 -0
- package/dist/src/components/Drawer/DrawerTitle.vue.d.ts +16 -0
- package/dist/src/components/Drawer/index.d.ts +5 -0
- package/dist/src/components/DropZone/DropZone.vue.d.ts +22 -0
- package/dist/src/components/EmptyState/EmptyState.vue.d.ts +16 -0
- package/dist/src/components/EmptyState/EmptyStateActions.vue.d.ts +16 -0
- package/dist/src/components/EmptyState/EmptyStateContent.vue.d.ts +16 -0
- package/dist/src/components/EmptyState/EmptyStateDescription.vue.d.ts +16 -0
- package/dist/src/components/EmptyState/EmptyStateTitle.vue.d.ts +16 -0
- package/dist/src/components/FeatureList/FeatureList.vue.d.ts +16 -0
- package/dist/src/components/FeatureList/FeatureListItem.vue.d.ts +16 -0
- package/dist/src/components/Feed/Feed.vue.d.ts +16 -0
- package/dist/src/components/Feed/FeedItem.vue.d.ts +16 -0
- package/dist/src/components/Feed/FeedItemBlock.vue.d.ts +16 -0
- package/dist/src/components/Feed/FeedItemDateIndicator.vue.d.ts +16 -0
- package/dist/src/components/Feed/FeedItemIcon.vue.d.ts +23 -0
- package/dist/src/components/Feed/FeedItemSimple.vue.d.ts +16 -0
- package/dist/src/components/FileUploadButton/FileUploadButton.vue.d.ts +34 -0
- package/dist/src/components/Form/Form.vue.d.ts +38 -0
- package/dist/src/components/FormLayout/FormLayout.vue.d.ts +22 -0
- package/dist/src/components/Heading/Heading.vue.d.ts +30 -0
- package/dist/src/components/Image/Image.vue.d.ts +29 -0
- package/dist/src/components/InertiaLink/InertiaLink.vue.d.ts +17 -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 +22 -0
- package/dist/src/components/KPICard/KPICardSection.vue.d.ts +22 -0
- package/dist/src/components/Legend/Legend.vue.d.ts +16 -0
- package/dist/src/components/Legend/LegendItem.vue.d.ts +21 -0
- package/dist/src/components/Link/Link.vue.d.ts +36 -0
- package/dist/src/components/Navigation/Navigation.vue.d.ts +16 -0
- package/dist/src/components/Navigation/NavigationItem.vue.d.ts +39 -0
- package/dist/src/components/Navigation/NavigationSecondarySection.vue.d.ts +16 -0
- package/dist/src/components/Navigation/NavigationSection.vue.d.ts +24 -0
- package/dist/src/components/Page/Page.vue.d.ts +24 -0
- package/dist/src/components/Page/PageBody.vue.d.ts +16 -0
- package/dist/src/components/Page/PageDescription.vue.d.ts +16 -0
- package/dist/src/components/Page/PageHeader.vue.d.ts +29 -0
- package/dist/src/components/Page/PageTitle.vue.d.ts +16 -0
- package/dist/src/components/Pagination/Pagination.vue.d.ts +16 -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 +23 -0
- package/dist/src/components/Popover/PopoverBody.vue.d.ts +16 -0
- package/dist/src/components/Popover/PopoverTrigger.vue.d.ts +16 -0
- package/dist/src/components/Popper/Popper.vue.d.ts +35 -0
- package/dist/{components → src/components}/Popper/PopperArrow.vue.d.ts +1 -1
- package/dist/src/components/Popper/PopperBody.vue.d.ts +16 -0
- package/dist/src/components/Popper/PopperTrigger.vue.d.ts +16 -0
- package/dist/src/components/ProgressBar/ProgressBar.vue.d.ts +35 -0
- package/dist/src/components/ProgressBar/ProgressBarIndicator.vue.d.ts +16 -0
- package/dist/src/components/RadioButton/RadioButton.vue.d.ts +22 -0
- package/dist/src/components/ResourceList/ResourceList.vue.d.ts +16 -0
- package/dist/src/components/ResourceList/ResourceListItem.vue.d.ts +16 -0
- package/dist/src/components/ResourceList/ResourceListItemContent.vue.d.ts +16 -0
- package/dist/src/components/Select/Select.vue.d.ts +54 -0
- package/dist/src/components/Select/SelectGroup.vue.d.ts +22 -0
- package/dist/src/components/Select/SelectOption.vue.d.ts +22 -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 +34 -0
- package/dist/src/components/Stepper/Stepper.vue.d.ts +24 -0
- package/dist/src/components/Tabs/TabTrigger.vue.d.ts +24 -0
- package/dist/src/components/Tabs/Tabs.vue.d.ts +16 -0
- package/dist/src/components/Tag/Tag.vue.d.ts +33 -0
- package/dist/{components → src/components}/TextField/TextField.vue.d.ts +8 -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 +29 -0
- package/dist/src/components/Toast/DismissToastAction.vue.d.ts +15 -0
- package/dist/src/components/Toast/Toast.vue.d.ts +39 -0
- package/dist/src/components/Toast/ToastGroup.vue.d.ts +16 -0
- package/dist/src/components/Toast/types.d.ts +1 -0
- package/dist/src/components/Toggle/Toggle.vue.d.ts +23 -0
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +22 -0
- package/dist/src/components/TopBar/TopBar.vue.d.ts +16 -0
- package/dist/{components → src/components}/TopBar/TopBarLogo.vue.d.ts +1 -1
- package/dist/src/components/TopBar/TopBarNavigation.vue.d.ts +16 -0
- package/dist/{components → src/components}/TopBar/TopBarSearch.vue.d.ts +1 -1
- package/dist/src/components/VisuallyHidden/VisuallyHidden.vue.d.ts +16 -0
- package/dist/{components → src/components}/index.d.ts +3 -1
- package/dist/style.css +1 -1
- package/dist/vitest.setup.d.ts +2 -0
- package/package.json +18 -5
- 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}/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}/index.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,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<{}> & 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<{}> & 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<{}> & 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,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ButtonProps } from './types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
11
|
+
type: "button" | "reset" | "submit";
|
|
12
|
+
href: string | null;
|
|
13
|
+
align: "left" | "center" | "right";
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
disclosure: boolean;
|
|
16
|
+
external: boolean;
|
|
17
|
+
fullWidth: boolean;
|
|
18
|
+
iconOnly: boolean;
|
|
19
|
+
loading: boolean;
|
|
20
|
+
native: boolean;
|
|
21
|
+
size: "small" | "normal";
|
|
22
|
+
variant: import("./types").ButtonVariant;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { TailwindColor } from '../../composables';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
+
/** Accessible label for the avatar image. */
|
|
12
|
+
accessibilityLabel?: string | null;
|
|
13
|
+
/** The color of the badge. */
|
|
14
|
+
color: TailwindColor;
|
|
15
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
16
|
+
/** Accessible label for the avatar image. */
|
|
17
|
+
accessibilityLabel?: string | null;
|
|
18
|
+
/** The color of the badge. */
|
|
19
|
+
color: TailwindColor;
|
|
20
|
+
}> & Readonly<{}>, {
|
|
21
|
+
accessibilityLabel: string | null;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -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
|
+
}> & Readonly<{}>, {
|
|
17
|
+
source: string | null;
|
|
18
|
+
alt: string;
|
|
19
|
+
icon: FunctionalComponent<HTMLAttributes & VNodeProps> | null;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
+
href: string;
|
|
11
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
+
href: string;
|
|
13
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -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
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
+
columns: number;
|
|
11
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
+
columns: number;
|
|
13
|
+
}> & Readonly<{}>, {
|
|
14
|
+
columns: number;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
+
/** The alt text of the image. */
|
|
11
|
+
alt: string;
|
|
12
|
+
/** The aspect ratio of the media. */
|
|
13
|
+
ratio: number;
|
|
14
|
+
/** The source of the media. */
|
|
15
|
+
source: string;
|
|
16
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
17
|
+
/** The alt text of the image. */
|
|
18
|
+
alt: string;
|
|
19
|
+
/** The aspect ratio of the media. */
|
|
20
|
+
ratio: number;
|
|
21
|
+
/** The source of the media. */
|
|
22
|
+
source: string;
|
|
23
|
+
}> & Readonly<{}>, {
|
|
24
|
+
ratio: number;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
+
flush?: boolean;
|
|
11
|
+
alignment?: "start" | "end";
|
|
12
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
+
flush?: boolean;
|
|
14
|
+
alignment?: "start" | "end";
|
|
15
|
+
}> & Readonly<{}>, {
|
|
16
|
+
alignment: "start" | "end";
|
|
17
|
+
flush: boolean;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type CardHelpProps = {
|
|
2
|
+
label: string;
|
|
3
|
+
href: string;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
14
|
+
cardHelp?: CardHelpProps | null;
|
|
15
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
16
|
+
cardHelp?: CardHelpProps | null;
|
|
17
|
+
}> & Readonly<{}>, {
|
|
18
|
+
cardHelp: CardHelpProps | null;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -7,4 +7,5 @@ export { default as CardIcon } from './CardIcon.vue';
|
|
|
7
7
|
export { default as CardLayout } from './CardLayout.vue';
|
|
8
8
|
export { default as CardMedia } from './CardMedia.vue';
|
|
9
9
|
export { default as CardSection } from './CardSection.vue';
|
|
10
|
+
export { default as CardSeparator } from './CardSeparator.vue';
|
|
10
11
|
export { default as CardTitle } from './CardTitle.vue';
|
|
@@ -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
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
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<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((modelValue: boolean | (string | number)[]) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
id: string | null;
|
|
22
|
+
labelHidden: boolean;
|
|
23
|
+
helpText: string | null;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
+
label?: string | null;
|
|
11
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
+
label?: string | null;
|
|
13
|
+
}> & Readonly<{}>, {
|
|
14
|
+
label: string | null;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
+
/** The unique ID of the collapsible item. */
|
|
11
|
+
id: string;
|
|
12
|
+
/** Whether the element is open. */
|
|
13
|
+
open: boolean;
|
|
14
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
|
+
/** The unique ID of the collapsible item. */
|
|
16
|
+
id: string;
|
|
17
|
+
/** Whether the element is open. */
|
|
18
|
+
open: boolean;
|
|
19
|
+
}> & Readonly<{}>, {
|
|
20
|
+
open: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|