@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,30 @@
|
|
|
1
|
+
declare var __VLS_11: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_11): 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
|
+
/** The unique ID of the collapsible item. */
|
|
13
|
+
id: string;
|
|
14
|
+
/** Whether the element is open. */
|
|
15
|
+
open: boolean;
|
|
16
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
17
|
+
/** The unique ID of the collapsible item. */
|
|
18
|
+
id: string;
|
|
19
|
+
/** Whether the element is open. */
|
|
20
|
+
open: boolean;
|
|
21
|
+
} & {}>, {
|
|
22
|
+
open: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare let __VLS_typeProps: {
|
|
2
|
+
/** Whether the input is disabled. */
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
/** The error to display below the input. */
|
|
5
|
+
error?: string | null;
|
|
6
|
+
/** The help text to display below the input. */
|
|
7
|
+
helpText?: string | null;
|
|
8
|
+
/** The ID of the input the label is associated with. */
|
|
9
|
+
id?: string | null;
|
|
10
|
+
/** The label text. */
|
|
11
|
+
label: string;
|
|
12
|
+
/** Whether the label is hidden. */
|
|
13
|
+
labelHidden?: boolean;
|
|
14
|
+
/** The name of the input. */
|
|
15
|
+
name: string;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_PublicProps = {
|
|
18
|
+
modelValue?: string;
|
|
19
|
+
} & typeof __VLS_typeProps;
|
|
20
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
'update:modelValue': (modelValue: string) => any;
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
23
|
+
modelValue?: string;
|
|
24
|
+
} & {
|
|
25
|
+
/** Whether the input is disabled. */
|
|
26
|
+
disabled?: boolean;
|
|
27
|
+
/** The error to display below the input. */
|
|
28
|
+
error?: string | null;
|
|
29
|
+
/** The help text to display below the input. */
|
|
30
|
+
helpText?: string | null;
|
|
31
|
+
/** The ID of the input the label is associated with. */
|
|
32
|
+
id?: string | null;
|
|
33
|
+
/** The label text. */
|
|
34
|
+
label: string;
|
|
35
|
+
/** Whether the label is hidden. */
|
|
36
|
+
labelHidden?: boolean;
|
|
37
|
+
/** The name of the input. */
|
|
38
|
+
name: string;
|
|
39
|
+
} & {
|
|
40
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
41
|
+
}>, {
|
|
42
|
+
error: string | null;
|
|
43
|
+
id: string | null;
|
|
44
|
+
disabled: boolean;
|
|
45
|
+
labelHidden: boolean;
|
|
46
|
+
helpText: string | null;
|
|
47
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
48
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { TailwindColor } from '../../composables';
|
|
2
|
+
declare let __VLS_typeProps: {
|
|
3
|
+
colors: TailwindColor[];
|
|
4
|
+
rows?: number;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = {
|
|
7
|
+
modelValue?: any;
|
|
8
|
+
} & typeof __VLS_typeProps;
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
'update:modelValue': (modelValue: any) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
+
modelValue?: any;
|
|
13
|
+
} & {
|
|
14
|
+
colors: TailwindColor[];
|
|
15
|
+
rows?: number;
|
|
16
|
+
} & {
|
|
17
|
+
"onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
rows: number;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ColorPalette } from './ColorPalette.vue';
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
$list: import("vue").HTMLAttributes & import("vue").ReservedProps;
|
|
9
|
+
};
|
|
10
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
14
|
+
sortable?: boolean;
|
|
15
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
sort: (args_0: string[]) => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
18
|
+
sortable?: boolean;
|
|
19
|
+
} & {
|
|
20
|
+
onSort?: ((args_0: string[]) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
sortable: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -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_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
|
+
id?: string | undefined;
|
|
13
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
|
+
id?: string | undefined;
|
|
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,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
|
+
import { RowDef } from './types';
|
|
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<{}>): void;
|
|
5
|
+
attrs: any;
|
|
6
|
+
slots: Partial<Record<NonNullable<keyof T>, (_: {
|
|
7
|
+
row: RowDef<T>;
|
|
8
|
+
}) => any>>;
|
|
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,21 @@
|
|
|
1
|
+
import { ColumnDef } from '@/components/DataTable/types';
|
|
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> & {
|
|
4
|
+
as?: "th" | "td";
|
|
5
|
+
column: ColumnDef<T>;
|
|
6
|
+
}> & import("vue").PublicProps;
|
|
7
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
8
|
+
attrs: any;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
emit: {};
|
|
13
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
}> & {
|
|
16
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_PrettifyLocal<T> = {
|
|
20
|
+
[K in keyof T]: T[K];
|
|
21
|
+
} & {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ColumnDef } from './types';
|
|
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> & {
|
|
4
|
+
columns: ColumnDef<T>[];
|
|
5
|
+
rows: T[];
|
|
6
|
+
}> & import("vue").PublicProps;
|
|
7
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
8
|
+
attrs: any;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
emit: {};
|
|
13
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
}> & {
|
|
16
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_PrettifyLocal<T> = {
|
|
20
|
+
[K in keyof T]: T[K];
|
|
21
|
+
} & {};
|
|
@@ -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,9 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
'update:modelValue': (modelValue: string) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps & {
|
|
7
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
/** The alignment of the description list. */
|
|
13
|
+
align?: "horizontal" | "vertical";
|
|
14
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
|
+
/** The alignment of the description list. */
|
|
16
|
+
align?: "horizontal" | "vertical";
|
|
17
|
+
} & {}>, {
|
|
18
|
+
align: "horizontal" | "vertical";
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -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_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,29 @@
|
|
|
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
|
+
/** Whether the dialog is open. */
|
|
12
|
+
open?: boolean;
|
|
13
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
cancel: () => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
16
|
+
/** Whether the dialog is open. */
|
|
17
|
+
open?: boolean;
|
|
18
|
+
} & {
|
|
19
|
+
onCancel?: (() => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
open: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare var __VLS_8: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_8): 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,20 @@
|
|
|
1
|
+
declare var __VLS_14: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_14): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {
|
|
8
|
+
target: import("vue").HTMLAttributes & import("vue").ReservedProps;
|
|
9
|
+
};
|
|
10
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -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_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,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/** The alt text of the image. */
|
|
3
|
+
alt: string;
|
|
4
|
+
/** The image source. */
|
|
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 image source. */
|
|
10
|
+
source: string;
|
|
11
|
+
} & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
12
|
+
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,29 @@
|
|
|
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
|
+
/** Whether the drawer is open. */
|
|
12
|
+
open: boolean;
|
|
13
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
close: () => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
16
|
+
/** Whether the drawer is open. */
|
|
17
|
+
open: boolean;
|
|
18
|
+
} & {
|
|
19
|
+
onClose?: (() => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
open: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare var __VLS_14: {};
|
|
2
|
+
declare var __VLS_inheritedAttrs: {};
|
|
3
|
+
declare const __VLS_templateResult: {
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: typeof __VLS_14): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {
|
|
8
|
+
target: import("vue").HTMLAttributes & import("vue").ReservedProps;
|
|
9
|
+
};
|
|
10
|
+
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = typeof __VLS_templateResult['slots'];
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -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
|
+
};
|