@eslamdevui/ui 4.0.0 → 4.1.0
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/.nuxt/ui/auth-form.ts +2 -2
- package/.nuxt/ui/calendar.ts +221 -9
- package/.nuxt/ui/chat-message.ts +10 -3
- package/.nuxt/ui/command-palette.ts +12 -2
- package/.nuxt/ui/content/content-search.ts +8 -1
- package/.nuxt/ui/context-menu.ts +3 -1
- package/.nuxt/ui/dashboard-panel.ts +1 -1
- package/.nuxt/ui/dashboard-search.ts +8 -1
- package/.nuxt/ui/dashboard-sidebar.ts +1 -1
- package/.nuxt/ui/drawer.ts +23 -0
- package/.nuxt/ui/dropdown-menu.ts +3 -1
- package/.nuxt/ui/empty.ts +83 -0
- package/.nuxt/ui/index.ts +1 -0
- package/.nuxt/ui/input-menu.ts +12 -2
- package/.nuxt/ui/input-number.ts +25 -14
- package/.nuxt/ui/kbd.ts +1 -1
- package/.nuxt/ui/prose/code-tree.ts +1 -1
- package/.nuxt/ui/prose/img.ts +2 -1
- package/.nuxt/ui/select-menu.ts +12 -2
- package/.nuxt/ui/select.ts +4 -2
- package/.nuxt/ui/table.ts +8 -2
- package/.nuxt/ui/tree.ts +25 -11
- package/cli/templates.mjs +14 -2
- package/dist/module.d.mts +15 -0
- package/dist/module.json +2 -2
- package/dist/module.mjs +5 -2
- package/dist/runtime/components/Accordion.d.vue.ts +11 -6
- package/dist/runtime/components/Accordion.vue +4 -4
- package/dist/runtime/components/Accordion.vue.d.ts +11 -6
- package/dist/runtime/components/Alert.d.vue.ts +6 -5
- package/dist/runtime/components/Alert.vue +1 -1
- package/dist/runtime/components/Alert.vue.d.ts +6 -5
- package/dist/runtime/components/App.d.vue.ts +5 -4
- package/dist/runtime/components/App.vue +1 -1
- package/dist/runtime/components/App.vue.d.ts +5 -4
- package/dist/runtime/components/AuthForm.d.vue.ts +33 -51
- package/dist/runtime/components/AuthForm.vue +35 -23
- package/dist/runtime/components/AuthForm.vue.d.ts +33 -51
- package/dist/runtime/components/Avatar.d.vue.ts +6 -4
- package/dist/runtime/components/Avatar.vue +10 -4
- package/dist/runtime/components/Avatar.vue.d.ts +6 -4
- package/dist/runtime/components/AvatarGroup.d.vue.ts +2 -1
- package/dist/runtime/components/AvatarGroup.vue.d.ts +2 -1
- package/dist/runtime/components/Badge.d.vue.ts +11 -4
- package/dist/runtime/components/Badge.vue +3 -3
- package/dist/runtime/components/Badge.vue.d.ts +11 -4
- package/dist/runtime/components/Banner.d.vue.ts +6 -3
- package/dist/runtime/components/Banner.vue +1 -1
- package/dist/runtime/components/Banner.vue.d.ts +6 -3
- package/dist/runtime/components/BlogPost.d.vue.ts +11 -4
- package/dist/runtime/components/BlogPost.vue +2 -2
- package/dist/runtime/components/BlogPost.vue.d.ts +11 -4
- package/dist/runtime/components/BlogPosts.d.vue.ts +23 -13
- package/dist/runtime/components/BlogPosts.vue +8 -2
- package/dist/runtime/components/BlogPosts.vue.d.ts +23 -13
- package/dist/runtime/components/Breadcrumb.d.vue.ts +23 -7
- package/dist/runtime/components/Breadcrumb.vue +8 -8
- package/dist/runtime/components/Breadcrumb.vue.d.ts +23 -7
- package/dist/runtime/components/Button.d.vue.ts +11 -4
- package/dist/runtime/components/Button.vue +3 -3
- package/dist/runtime/components/Button.vue.d.ts +11 -4
- package/dist/runtime/components/Calendar.d.vue.ts +8 -8
- package/dist/runtime/components/Calendar.vue +3 -1
- package/dist/runtime/components/Calendar.vue.d.ts +8 -8
- package/dist/runtime/components/Card.d.vue.ts +2 -1
- package/dist/runtime/components/Card.vue.d.ts +2 -1
- package/dist/runtime/components/Carousel.d.vue.ts +5 -6
- package/dist/runtime/components/Carousel.vue +33 -12
- package/dist/runtime/components/Carousel.vue.d.ts +5 -6
- package/dist/runtime/components/ChangelogVersion.d.vue.ts +14 -5
- package/dist/runtime/components/ChangelogVersion.vue +3 -3
- package/dist/runtime/components/ChangelogVersion.vue.d.ts +14 -5
- package/dist/runtime/components/ChangelogVersions.d.vue.ts +12 -39
- package/dist/runtime/components/ChangelogVersions.vue +2 -2
- package/dist/runtime/components/ChangelogVersions.vue.d.ts +12 -39
- package/dist/runtime/components/ChatMessage.d.vue.ts +3 -1
- package/dist/runtime/components/ChatMessage.vue +1 -1
- package/dist/runtime/components/ChatMessage.vue.d.ts +3 -1
- package/dist/runtime/components/ChatMessages.d.vue.ts +16 -16
- package/dist/runtime/components/ChatMessages.vue +31 -13
- package/dist/runtime/components/ChatMessages.vue.d.ts +16 -16
- package/dist/runtime/components/ChatPalette.d.vue.ts +2 -1
- package/dist/runtime/components/ChatPalette.vue.d.ts +2 -1
- package/dist/runtime/components/ChatPrompt.d.vue.ts +4 -3
- package/dist/runtime/components/ChatPrompt.vue.d.ts +4 -3
- package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +2 -1
- package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +2 -1
- package/dist/runtime/components/Checkbox.d.vue.ts +2 -1
- package/dist/runtime/components/Checkbox.vue.d.ts +2 -1
- package/dist/runtime/components/CheckboxGroup.d.vue.ts +4 -6
- package/dist/runtime/components/CheckboxGroup.vue.d.ts +4 -6
- package/dist/runtime/components/Chip.d.vue.ts +2 -1
- package/dist/runtime/components/Chip.vue.d.ts +2 -1
- package/dist/runtime/components/Collapsible.d.vue.ts +2 -1
- package/dist/runtime/components/Collapsible.vue.d.ts +2 -1
- package/dist/runtime/components/ColorPicker.d.vue.ts +3 -2
- package/dist/runtime/components/ColorPicker.vue.d.ts +3 -2
- package/dist/runtime/components/CommandPalette.d.vue.ts +51 -26
- package/dist/runtime/components/CommandPalette.vue +134 -68
- package/dist/runtime/components/CommandPalette.vue.d.ts +51 -26
- package/dist/runtime/components/Container.d.vue.ts +2 -1
- package/dist/runtime/components/Container.vue.d.ts +2 -1
- package/dist/runtime/components/ContextMenu.d.vue.ts +32 -11
- package/dist/runtime/components/ContextMenu.vue +2 -0
- package/dist/runtime/components/ContextMenu.vue.d.ts +32 -11
- package/dist/runtime/components/ContextMenuContent.d.vue.ts +6 -12
- package/dist/runtime/components/ContextMenuContent.vue +21 -11
- package/dist/runtime/components/ContextMenuContent.vue.d.ts +6 -12
- package/dist/runtime/components/DashboardGroup.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardGroup.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardNavbar.d.vue.ts +11 -4
- package/dist/runtime/components/DashboardNavbar.vue +3 -3
- package/dist/runtime/components/DashboardNavbar.vue.d.ts +11 -4
- package/dist/runtime/components/DashboardPanel.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardPanel.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardResizeHandle.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardResizeHandle.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardSearch.d.vue.ts +8 -4
- package/dist/runtime/components/DashboardSearch.vue +19 -6
- package/dist/runtime/components/DashboardSearch.vue.d.ts +8 -4
- package/dist/runtime/components/DashboardSearchButton.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardSearchButton.vue +2 -2
- package/dist/runtime/components/DashboardSearchButton.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardSidebar.d.vue.ts +10 -8
- package/dist/runtime/components/DashboardSidebar.vue +4 -4
- package/dist/runtime/components/DashboardSidebar.vue.d.ts +10 -8
- package/dist/runtime/components/DashboardSidebarCollapse.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardSidebarCollapse.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardSidebarToggle.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardSidebarToggle.vue.d.ts +2 -1
- package/dist/runtime/components/DashboardToolbar.d.vue.ts +2 -1
- package/dist/runtime/components/DashboardToolbar.vue.d.ts +2 -1
- package/dist/runtime/components/Drawer.d.vue.ts +5 -1
- package/dist/runtime/components/Drawer.vue +16 -5
- package/dist/runtime/components/Drawer.vue.d.ts +5 -1
- package/dist/runtime/components/DropdownMenu.d.vue.ts +32 -11
- package/dist/runtime/components/DropdownMenu.vue +2 -0
- package/dist/runtime/components/DropdownMenu.vue.d.ts +32 -11
- package/dist/runtime/components/DropdownMenuContent.d.vue.ts +12 -14
- package/dist/runtime/components/DropdownMenuContent.vue +21 -11
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +12 -14
- package/dist/runtime/components/Empty.d.vue.ts +53 -0
- package/dist/runtime/components/Empty.vue +68 -0
- package/dist/runtime/components/Empty.vue.d.ts +53 -0
- package/dist/runtime/components/Error.d.vue.ts +2 -2
- package/dist/runtime/components/Error.vue +1 -1
- package/dist/runtime/components/Error.vue.d.ts +2 -2
- package/dist/runtime/components/FieldGroup.d.vue.ts +2 -1
- package/dist/runtime/components/FieldGroup.vue +1 -1
- package/dist/runtime/components/FieldGroup.vue.d.ts +2 -1
- package/dist/runtime/components/FileUpload.d.vue.ts +12 -9
- package/dist/runtime/components/FileUpload.vue +8 -7
- package/dist/runtime/components/FileUpload.vue.d.ts +12 -9
- package/dist/runtime/components/Footer.d.vue.ts +2 -1
- package/dist/runtime/components/Footer.vue.d.ts +2 -1
- package/dist/runtime/components/FooterColumns.d.vue.ts +13 -5
- package/dist/runtime/components/FooterColumns.vue +2 -2
- package/dist/runtime/components/FooterColumns.vue.d.ts +13 -5
- package/dist/runtime/components/Form.d.vue.ts +5 -7
- package/dist/runtime/components/Form.vue.d.ts +5 -7
- package/dist/runtime/components/FormField.d.vue.ts +2 -1
- package/dist/runtime/components/FormField.vue.d.ts +2 -1
- package/dist/runtime/components/Header.d.vue.ts +9 -7
- package/dist/runtime/components/Header.vue +3 -3
- package/dist/runtime/components/Header.vue.d.ts +9 -7
- package/dist/runtime/components/Icon.d.vue.ts +2 -1
- package/dist/runtime/components/Icon.vue.d.ts +2 -1
- package/dist/runtime/components/Input.d.vue.ts +14 -11
- package/dist/runtime/components/Input.vue +3 -3
- package/dist/runtime/components/Input.vue.d.ts +14 -11
- package/dist/runtime/components/InputMenu.d.vue.ts +49 -28
- package/dist/runtime/components/InputMenu.vue +117 -65
- package/dist/runtime/components/InputMenu.vue.d.ts +49 -28
- package/dist/runtime/components/InputNumber.d.vue.ts +6 -3
- package/dist/runtime/components/InputNumber.vue +7 -5
- package/dist/runtime/components/InputNumber.vue.d.ts +6 -3
- package/dist/runtime/components/InputTags.d.vue.ts +16 -16
- package/dist/runtime/components/InputTags.vue +5 -5
- package/dist/runtime/components/InputTags.vue.d.ts +16 -16
- package/dist/runtime/components/Kbd.d.vue.ts +2 -1
- package/dist/runtime/components/Kbd.vue.d.ts +2 -1
- package/dist/runtime/components/Link.d.vue.ts +3 -2
- package/dist/runtime/components/Link.vue.d.ts +3 -2
- package/dist/runtime/components/LinkBase.d.vue.ts +3 -2
- package/dist/runtime/components/LinkBase.vue.d.ts +3 -2
- package/dist/runtime/components/Main.d.vue.ts +3 -4
- package/dist/runtime/components/Main.vue +1 -1
- package/dist/runtime/components/Main.vue.d.ts +3 -4
- package/dist/runtime/components/Marquee.d.vue.ts +22 -1
- package/dist/runtime/components/Marquee.vue +1 -1
- package/dist/runtime/components/Marquee.vue.d.ts +22 -1
- package/dist/runtime/components/Modal.d.vue.ts +4 -6
- package/dist/runtime/components/Modal.vue +3 -6
- package/dist/runtime/components/Modal.vue.d.ts +4 -6
- package/dist/runtime/components/NavigationMenu.d.vue.ts +20 -9
- package/dist/runtime/components/NavigationMenu.vue +14 -7
- package/dist/runtime/components/NavigationMenu.vue.d.ts +20 -9
- package/dist/runtime/components/OverlayProvider.d.vue.ts +2 -1
- package/dist/runtime/components/OverlayProvider.vue.d.ts +2 -1
- package/dist/runtime/components/Page.d.vue.ts +2 -1
- package/dist/runtime/components/Page.vue.d.ts +2 -1
- package/dist/runtime/components/PageAnchors.d.vue.ts +13 -5
- package/dist/runtime/components/PageAnchors.vue +2 -2
- package/dist/runtime/components/PageAnchors.vue.d.ts +13 -5
- package/dist/runtime/components/PageAside.d.vue.ts +2 -1
- package/dist/runtime/components/PageAside.vue.d.ts +2 -1
- package/dist/runtime/components/PageBody.d.vue.ts +2 -1
- package/dist/runtime/components/PageBody.vue.d.ts +2 -1
- package/dist/runtime/components/PageCTA.d.vue.ts +2 -1
- package/dist/runtime/components/PageCTA.vue.d.ts +2 -1
- package/dist/runtime/components/PageCard.d.vue.ts +5 -2
- package/dist/runtime/components/PageCard.vue +1 -1
- package/dist/runtime/components/PageCard.vue.d.ts +5 -2
- package/dist/runtime/components/PageColumns.d.vue.ts +2 -1
- package/dist/runtime/components/PageColumns.vue.d.ts +2 -1
- package/dist/runtime/components/PageFeature.d.vue.ts +5 -2
- package/dist/runtime/components/PageFeature.vue +1 -1
- package/dist/runtime/components/PageFeature.vue.d.ts +5 -2
- package/dist/runtime/components/PageGrid.d.vue.ts +2 -1
- package/dist/runtime/components/PageGrid.vue.d.ts +2 -1
- package/dist/runtime/components/PageHeader.d.vue.ts +2 -1
- package/dist/runtime/components/PageHeader.vue.d.ts +2 -1
- package/dist/runtime/components/PageHero.d.vue.ts +2 -1
- package/dist/runtime/components/PageHero.vue.d.ts +2 -1
- package/dist/runtime/components/PageLinks.d.vue.ts +13 -5
- package/dist/runtime/components/PageLinks.vue +2 -2
- package/dist/runtime/components/PageLinks.vue.d.ts +13 -5
- package/dist/runtime/components/PageList.d.vue.ts +2 -1
- package/dist/runtime/components/PageList.vue.d.ts +2 -1
- package/dist/runtime/components/PageLogos.d.vue.ts +2 -1
- package/dist/runtime/components/PageLogos.vue.d.ts +2 -1
- package/dist/runtime/components/PageSection.d.vue.ts +5 -2
- package/dist/runtime/components/PageSection.vue +1 -1
- package/dist/runtime/components/PageSection.vue.d.ts +5 -2
- package/dist/runtime/components/Pagination.d.vue.ts +5 -2
- package/dist/runtime/components/Pagination.vue +5 -5
- package/dist/runtime/components/Pagination.vue.d.ts +5 -2
- package/dist/runtime/components/PinInput.d.vue.ts +5 -9
- package/dist/runtime/components/PinInput.vue.d.ts +5 -9
- package/dist/runtime/components/Popover.d.vue.ts +22 -23
- package/dist/runtime/components/Popover.vue +4 -4
- package/dist/runtime/components/Popover.vue.d.ts +22 -23
- package/dist/runtime/components/PricingPlan.d.vue.ts +11 -4
- package/dist/runtime/components/PricingPlan.vue +3 -3
- package/dist/runtime/components/PricingPlan.vue.d.ts +11 -4
- package/dist/runtime/components/PricingPlans.d.vue.ts +21 -13
- package/dist/runtime/components/PricingPlans.vue +7 -1
- package/dist/runtime/components/PricingPlans.vue.d.ts +21 -13
- package/dist/runtime/components/PricingTable.d.vue.ts +4 -3
- package/dist/runtime/components/PricingTable.vue.d.ts +4 -3
- package/dist/runtime/components/Progress.d.vue.ts +2 -1
- package/dist/runtime/components/Progress.vue +1 -1
- package/dist/runtime/components/Progress.vue.d.ts +2 -1
- package/dist/runtime/components/RadioGroup.d.vue.ts +4 -6
- package/dist/runtime/components/RadioGroup.vue.d.ts +4 -6
- package/dist/runtime/components/Select.d.vue.ts +25 -19
- package/dist/runtime/components/Select.vue +18 -9
- package/dist/runtime/components/Select.vue.d.ts +25 -19
- package/dist/runtime/components/SelectMenu.d.vue.ts +46 -26
- package/dist/runtime/components/SelectMenu.vue +114 -61
- package/dist/runtime/components/SelectMenu.vue.d.ts +46 -26
- package/dist/runtime/components/Separator.d.vue.ts +5 -2
- package/dist/runtime/components/Separator.vue +1 -1
- package/dist/runtime/components/Separator.vue.d.ts +5 -2
- package/dist/runtime/components/Skeleton.d.vue.ts +2 -1
- package/dist/runtime/components/Skeleton.vue.d.ts +2 -1
- package/dist/runtime/components/Slideover.d.vue.ts +4 -6
- package/dist/runtime/components/Slideover.vue +3 -6
- package/dist/runtime/components/Slideover.vue.d.ts +4 -6
- package/dist/runtime/components/Slider.d.vue.ts +5 -7
- package/dist/runtime/components/Slider.vue.d.ts +5 -7
- package/dist/runtime/components/Stepper.d.vue.ts +10 -10
- package/dist/runtime/components/Stepper.vue +1 -1
- package/dist/runtime/components/Stepper.vue.d.ts +10 -10
- package/dist/runtime/components/Switch.d.vue.ts +2 -1
- package/dist/runtime/components/Switch.vue.d.ts +2 -1
- package/dist/runtime/components/Table.d.vue.ts +27 -20
- package/dist/runtime/components/Table.vue +145 -61
- package/dist/runtime/components/Table.vue.d.ts +27 -20
- package/dist/runtime/components/Tabs.d.vue.ts +13 -9
- package/dist/runtime/components/Tabs.vue +3 -3
- package/dist/runtime/components/Tabs.vue.d.ts +13 -9
- package/dist/runtime/components/Textarea.d.vue.ts +14 -11
- package/dist/runtime/components/Textarea.vue +3 -3
- package/dist/runtime/components/Textarea.vue.d.ts +14 -11
- package/dist/runtime/components/Timeline.d.vue.ts +5 -6
- package/dist/runtime/components/Timeline.vue.d.ts +5 -6
- package/dist/runtime/components/Toast.d.vue.ts +6 -5
- package/dist/runtime/components/Toast.vue +1 -1
- package/dist/runtime/components/Toast.vue.d.ts +6 -5
- package/dist/runtime/components/Toaster.d.vue.ts +8 -1
- package/dist/runtime/components/Toaster.vue +6 -3
- package/dist/runtime/components/Toaster.vue.d.ts +8 -1
- package/dist/runtime/components/Tooltip.d.vue.ts +5 -2
- package/dist/runtime/components/Tooltip.vue +1 -1
- package/dist/runtime/components/Tooltip.vue.d.ts +5 -2
- package/dist/runtime/components/Tree.d.vue.ts +46 -10
- package/dist/runtime/components/Tree.vue +169 -81
- package/dist/runtime/components/Tree.vue.d.ts +46 -10
- package/dist/runtime/components/User.d.vue.ts +5 -2
- package/dist/runtime/components/User.vue +1 -1
- package/dist/runtime/components/User.vue.d.ts +5 -2
- package/dist/runtime/components/color-mode/ColorModeAvatar.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeAvatar.vue.d.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeImage.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeImage.vue.d.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeSelect.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeSwitch.d.vue.ts +2 -1
- package/dist/runtime/components/color-mode/ColorModeSwitch.vue.d.ts +2 -1
- package/dist/runtime/components/content/ContentNavigation.d.vue.ts +5 -5
- package/dist/runtime/components/content/ContentNavigation.vue +19 -9
- package/dist/runtime/components/content/ContentNavigation.vue.d.ts +5 -5
- package/dist/runtime/components/content/ContentSearch.d.vue.ts +11 -10
- package/dist/runtime/components/content/ContentSearch.vue +21 -6
- package/dist/runtime/components/content/ContentSearch.vue.d.ts +11 -10
- package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +2 -1
- package/dist/runtime/components/content/ContentSearchButton.vue +2 -2
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +2 -1
- package/dist/runtime/components/content/ContentSurround.d.vue.ts +5 -3
- package/dist/runtime/components/content/ContentSurround.vue +4 -4
- package/dist/runtime/components/content/ContentSurround.vue.d.ts +5 -3
- package/dist/runtime/components/content/ContentToc.d.vue.ts +6 -6
- package/dist/runtime/components/content/ContentToc.vue +2 -2
- package/dist/runtime/components/content/ContentToc.vue.d.ts +6 -6
- package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +2 -1
- package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +2 -1
- package/dist/runtime/components/prose/A.d.vue.ts +2 -1
- package/dist/runtime/components/prose/A.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Accordion.d.vue.ts +8 -1
- package/dist/runtime/components/prose/Accordion.vue +3 -2
- package/dist/runtime/components/prose/Accordion.vue.d.ts +8 -1
- package/dist/runtime/components/prose/AccordionItem.d.vue.ts +2 -1
- package/dist/runtime/components/prose/AccordionItem.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Badge.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Badge.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Blockquote.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Blockquote.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Callout.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Callout.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Card.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Card.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CardGroup.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CardGroup.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Code.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Code.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodeCollapse.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodeCollapse.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodeGroup.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodeGroup.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodeIcon.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodeIcon.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodePreview.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodePreview.vue.d.ts +2 -1
- package/dist/runtime/components/prose/CodeTree.d.vue.ts +2 -1
- package/dist/runtime/components/prose/CodeTree.vue +40 -36
- package/dist/runtime/components/prose/CodeTree.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Collapsible.d.vue.ts +4 -3
- package/dist/runtime/components/prose/Collapsible.vue +2 -2
- package/dist/runtime/components/prose/Collapsible.vue.d.ts +4 -3
- package/dist/runtime/components/prose/Em.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Em.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Field.d.vue.ts +3 -2
- package/dist/runtime/components/prose/Field.vue.d.ts +3 -2
- package/dist/runtime/components/prose/FieldGroup.d.vue.ts +2 -1
- package/dist/runtime/components/prose/FieldGroup.vue.d.ts +2 -1
- package/dist/runtime/components/prose/H1.d.vue.ts +2 -1
- package/dist/runtime/components/prose/H1.vue.d.ts +2 -1
- package/dist/runtime/components/prose/H2.d.vue.ts +2 -1
- package/dist/runtime/components/prose/H2.vue.d.ts +2 -1
- package/dist/runtime/components/prose/H3.d.vue.ts +2 -1
- package/dist/runtime/components/prose/H3.vue.d.ts +2 -1
- package/dist/runtime/components/prose/H4.d.vue.ts +2 -1
- package/dist/runtime/components/prose/H4.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Hr.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Hr.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Icon.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Icon.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Img.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Img.vue +14 -3
- package/dist/runtime/components/prose/Img.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Kbd.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Kbd.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Li.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Li.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Ol.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Ol.vue.d.ts +2 -1
- package/dist/runtime/components/prose/P.d.vue.ts +2 -1
- package/dist/runtime/components/prose/P.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Pre.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Pre.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Script.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Script.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Steps.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Steps.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Strong.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Strong.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Table.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Table.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Tabs.d.vue.ts +8 -1
- package/dist/runtime/components/prose/Tabs.vue +3 -2
- package/dist/runtime/components/prose/Tabs.vue.d.ts +8 -1
- package/dist/runtime/components/prose/TabsItem.d.vue.ts +2 -1
- package/dist/runtime/components/prose/TabsItem.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Tbody.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Tbody.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Td.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Td.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Th.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Th.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Thead.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Thead.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Tr.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Tr.vue.d.ts +2 -1
- package/dist/runtime/components/prose/Ul.d.vue.ts +2 -1
- package/dist/runtime/components/prose/Ul.vue.d.ts +2 -1
- package/dist/runtime/components/prose/callout/Caution.d.vue.ts +3 -2
- package/dist/runtime/components/prose/callout/Caution.vue.d.ts +3 -2
- package/dist/runtime/components/prose/callout/Note.d.vue.ts +3 -2
- package/dist/runtime/components/prose/callout/Note.vue.d.ts +3 -2
- package/dist/runtime/components/prose/callout/Tip.d.vue.ts +3 -2
- package/dist/runtime/components/prose/callout/Tip.vue.d.ts +3 -2
- package/dist/runtime/components/prose/callout/Warning.d.vue.ts +3 -2
- package/dist/runtime/components/prose/callout/Warning.vue.d.ts +3 -2
- package/dist/runtime/composables/useKbd.js +2 -2
- package/dist/runtime/composables/usePortal.d.ts +3 -3
- package/dist/runtime/composables/usePortal.js +5 -10
- package/dist/runtime/composables/useToast.d.ts +3 -1
- package/dist/runtime/composables/useToast.js +4 -3
- package/dist/runtime/inertia/components/Link.d.vue.ts +3 -2
- package/dist/runtime/inertia/components/Link.vue +12 -6
- package/dist/runtime/inertia/components/Link.vue.d.ts +3 -2
- package/dist/runtime/inertia/components/LinkBase.d.vue.ts +3 -2
- package/dist/runtime/inertia/components/LinkBase.vue.d.ts +3 -2
- package/dist/runtime/inertia/stubs.d.ts +1 -1
- package/dist/runtime/inertia/stubs.js +2 -2
- package/dist/runtime/locale/ar.js +5 -5
- package/dist/runtime/locale/az.js +5 -5
- package/dist/runtime/locale/bg.js +3 -3
- package/dist/runtime/locale/bn.js +5 -5
- package/dist/runtime/locale/ca.js +5 -5
- package/dist/runtime/locale/ckb.js +15 -15
- package/dist/runtime/locale/cs.js +5 -5
- package/dist/runtime/locale/da.js +5 -5
- package/dist/runtime/locale/de.js +5 -5
- package/dist/runtime/locale/de_ch.js +5 -5
- package/dist/runtime/locale/el.js +5 -5
- package/dist/runtime/locale/en.js +5 -5
- package/dist/runtime/locale/es.js +5 -5
- package/dist/runtime/locale/et.js +5 -5
- package/dist/runtime/locale/fa_ir.js +5 -5
- package/dist/runtime/locale/fi.js +5 -5
- package/dist/runtime/locale/fr.js +5 -5
- package/dist/runtime/locale/he.js +5 -5
- package/dist/runtime/locale/hi.js +5 -5
- package/dist/runtime/locale/hr.d.ts +3 -0
- package/dist/runtime/locale/hr.js +129 -0
- package/dist/runtime/locale/hu.js +5 -5
- package/dist/runtime/locale/hy.js +4 -4
- package/dist/runtime/locale/id.js +5 -5
- package/dist/runtime/locale/index.d.ts +1 -0
- package/dist/runtime/locale/index.js +1 -0
- package/dist/runtime/locale/it.js +5 -5
- package/dist/runtime/locale/ja.js +5 -5
- package/dist/runtime/locale/ka.js +5 -5
- package/dist/runtime/locale/kk.js +3 -3
- package/dist/runtime/locale/km.js +5 -5
- package/dist/runtime/locale/ko.js +5 -5
- package/dist/runtime/locale/ky.js +4 -4
- package/dist/runtime/locale/lb.js +4 -4
- package/dist/runtime/locale/lt.js +5 -5
- package/dist/runtime/locale/mn.js +5 -5
- package/dist/runtime/locale/ms.js +5 -5
- package/dist/runtime/locale/nb_no.js +5 -5
- package/dist/runtime/locale/nl.js +5 -5
- package/dist/runtime/locale/pl.js +5 -5
- package/dist/runtime/locale/pt.js +5 -5
- package/dist/runtime/locale/pt_br.js +5 -5
- package/dist/runtime/locale/ro.js +5 -5
- package/dist/runtime/locale/ru.js +5 -5
- package/dist/runtime/locale/sk.js +5 -5
- package/dist/runtime/locale/sl.js +5 -5
- package/dist/runtime/locale/sv.js +5 -5
- package/dist/runtime/locale/th.js +5 -5
- package/dist/runtime/locale/tj.js +3 -3
- package/dist/runtime/locale/tr.js +5 -5
- package/dist/runtime/locale/ug_cn.js +3 -3
- package/dist/runtime/locale/uk.js +5 -5
- package/dist/runtime/locale/ur.js +4 -4
- package/dist/runtime/locale/uz.js +5 -5
- package/dist/runtime/locale/vi.js +5 -5
- package/dist/runtime/locale/zh_cn.js +5 -5
- package/dist/runtime/locale/zh_tw.js +5 -5
- package/dist/runtime/types/index.d.ts +2 -1
- package/dist/runtime/types/index.js +2 -1
- package/dist/runtime/types/tv.d.ts +6 -0
- package/dist/runtime/vue/components/Icon.d.vue.ts +2 -1
- package/dist/runtime/vue/components/Icon.vue.d.ts +2 -1
- package/dist/runtime/vue/components/Link.d.vue.ts +3 -2
- package/dist/runtime/vue/components/Link.vue.d.ts +3 -2
- package/dist/runtime/vue/components/color-mode/ColorModeButton.d.vue.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeButton.vue.d.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.d.vue.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSwitch.d.vue.ts +2 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSwitch.vue.d.ts +2 -1
- package/dist/runtime/vue/stubs.d.ts +1 -1
- package/dist/runtime/vue/stubs.js +2 -2
- package/dist/shared/{ui.BBlr3wu_.mjs → ui.Dy8dMbVj.mjs} +489 -114
- package/dist/unplugin.mjs +11 -3
- package/dist/vite.mjs +3 -2
- package/package.json +23 -21
|
@@ -5,20 +5,21 @@ export interface AppProps<T extends Messages = Messages> extends Omit<ConfigProv
|
|
|
5
5
|
tooltip?: TooltipProviderProps;
|
|
6
6
|
toaster?: ToasterProps | null;
|
|
7
7
|
locale?: Locale<T>;
|
|
8
|
-
portal?: string | HTMLElement;
|
|
8
|
+
portal?: boolean | string | HTMLElement;
|
|
9
9
|
}
|
|
10
10
|
export interface AppSlots {
|
|
11
11
|
default(props?: {}): any;
|
|
12
12
|
}
|
|
13
|
-
declare const
|
|
14
|
-
props: __VLS_PrettifyLocal<
|
|
15
|
-
expose(exposed:
|
|
13
|
+
declare const __VLS_export: <T extends Messages>(__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<{
|
|
14
|
+
props: __VLS_PrettifyLocal<AppProps<T>> & import("vue").PublicProps;
|
|
15
|
+
expose: (exposed: {}) => void;
|
|
16
16
|
attrs: any;
|
|
17
17
|
slots: AppSlots;
|
|
18
18
|
emit: {};
|
|
19
19
|
}>) => import("vue").VNode & {
|
|
20
20
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
21
21
|
};
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
22
23
|
export default _default;
|
|
23
24
|
type __VLS_PrettifyLocal<T> = {
|
|
24
25
|
[K in keyof T as K]: T[K];
|
|
@@ -1,15 +1,34 @@
|
|
|
1
1
|
import type { AppConfig } from '@nuxt/schema';
|
|
2
2
|
import theme from '#build/ui/auth-form';
|
|
3
|
-
import type { ButtonProps, FormProps, FormFieldProps, SeparatorProps, PinInputProps, IconProps } from '../types';
|
|
3
|
+
import type { ButtonProps, FormProps, FormFieldProps, SeparatorProps, InputProps, CheckboxProps, SelectMenuProps, PinInputProps, IconProps } from '../types';
|
|
4
4
|
import type { FormSchema, FormSubmitEvent, InferInput } from '../types/form';
|
|
5
5
|
import type { ComponentConfig } from '../types/tv';
|
|
6
6
|
type AuthForm = ComponentConfig<typeof theme, AppConfig, 'authForm'>;
|
|
7
|
-
type
|
|
7
|
+
type AuthFormCheckboxField = Omit<FormFieldProps, 'name'> & CheckboxProps & {
|
|
8
8
|
name: string;
|
|
9
|
-
type
|
|
10
|
-
defaultValue?: any;
|
|
11
|
-
otp?: PinInputProps;
|
|
9
|
+
type: 'checkbox';
|
|
12
10
|
};
|
|
11
|
+
type AuthFormSelectField = Omit<FormFieldProps, 'name'> & SelectMenuProps & {
|
|
12
|
+
name: string;
|
|
13
|
+
type: 'select';
|
|
14
|
+
};
|
|
15
|
+
type AuthFormOtpField = Omit<FormFieldProps, 'name'> & Omit<PinInputProps, 'type' | 'otp'> & {
|
|
16
|
+
name: string;
|
|
17
|
+
type: 'otp';
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Bind props directly in the field object.
|
|
20
|
+
* The optional props for the `otp` type.
|
|
21
|
+
* `{ otp: true }`{lang="ts-type"}
|
|
22
|
+
*/
|
|
23
|
+
otp?: boolean | PinInputProps;
|
|
24
|
+
};
|
|
25
|
+
type AuthFormInputFieldType = 'password' | 'text' | 'email' | 'number';
|
|
26
|
+
type AuthFormInputField<T extends AuthFormInputFieldType = AuthFormInputFieldType> = Omit<FormFieldProps, 'name'> & InputProps & {
|
|
27
|
+
name: string;
|
|
28
|
+
type: T;
|
|
29
|
+
};
|
|
30
|
+
type AuthFormFieldType = 'checkbox' | 'select' | 'otp' | 'password' | 'text' | 'email' | 'number';
|
|
31
|
+
export type AuthFormField<T extends AuthFormFieldType = AuthFormFieldType> = T extends 'checkbox' ? AuthFormCheckboxField : T extends 'select' ? AuthFormSelectField : T extends 'otp' ? AuthFormOtpField : T extends AuthFormInputFieldType ? AuthFormInputField<T> : never;
|
|
13
32
|
export interface AuthFormProps<T extends FormSchema = FormSchema<object>, F extends AuthFormField = AuthFormField> {
|
|
14
33
|
/**
|
|
15
34
|
* The element or component this component should render as.
|
|
@@ -60,7 +79,9 @@ type DynamicFieldSlots<T, F, SlotProps = {
|
|
|
60
79
|
type DynamicFormFieldSlots<T> = Record<string, (props?: {}) => any> & Record<`${keyof T extends string ? keyof T : never}-${'label' | 'description' | 'hint' | 'help' | 'error'}`, (props?: {}) => any>;
|
|
61
80
|
export type AuthFormSlots<T extends object = object, F extends AuthFormField = AuthFormField> = {
|
|
62
81
|
header(props?: {}): any;
|
|
63
|
-
leading(props
|
|
82
|
+
leading(props: {
|
|
83
|
+
ui: AuthForm['ui'];
|
|
84
|
+
}): any;
|
|
64
85
|
title(props?: {}): any;
|
|
65
86
|
description(props?: {}): any;
|
|
66
87
|
providers(props?: {}): any;
|
|
@@ -70,58 +91,19 @@ export type AuthFormSlots<T extends object = object, F extends AuthFormField = A
|
|
|
70
91
|
}): any;
|
|
71
92
|
footer(props?: {}): any;
|
|
72
93
|
} & DynamicFieldSlots<T, F> & DynamicFormFieldSlots<T>;
|
|
73
|
-
declare const
|
|
74
|
-
props: __VLS_PrettifyLocal<
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
78
|
-
formRef: Readonly<import("vue").ShallowRef<import("vue").ShallowUnwrapRef<{
|
|
79
|
-
validate: {
|
|
80
|
-
<T_1 extends boolean>(opts: {
|
|
81
|
-
name?: keyof InferInput<T> | (keyof InferInput<T>)[] | undefined;
|
|
82
|
-
silent?: false | undefined;
|
|
83
|
-
nested?: boolean;
|
|
84
|
-
transform?: T_1 | undefined;
|
|
85
|
-
}): Promise<import("../types").FormData<T, T_1>>;
|
|
86
|
-
<T_1 extends boolean>(opts: {
|
|
87
|
-
name?: keyof InferInput<T> | (keyof InferInput<T>)[] | undefined;
|
|
88
|
-
silent?: true | undefined;
|
|
89
|
-
nested?: boolean;
|
|
90
|
-
transform?: T_1 | undefined;
|
|
91
|
-
}): Promise<false | import("../types").FormData<T, T_1>>;
|
|
92
|
-
};
|
|
93
|
-
errors: import("vue").Ref<{
|
|
94
|
-
id?: string | undefined;
|
|
95
|
-
name?: string | undefined;
|
|
96
|
-
message: string;
|
|
97
|
-
}[], import("../types").FormErrorWithId[] | {
|
|
98
|
-
id?: string | undefined;
|
|
99
|
-
name?: string | undefined;
|
|
100
|
-
message: string;
|
|
101
|
-
}[]>;
|
|
102
|
-
setErrors(errs: import("../types").FormError[], name?: string | RegExp | keyof InferInput<T> | undefined): void;
|
|
103
|
-
submit(): Promise<void>;
|
|
104
|
-
getErrors(name?: string | RegExp | keyof InferInput<T> | undefined): {
|
|
105
|
-
id?: string | undefined;
|
|
106
|
-
name?: string | undefined;
|
|
107
|
-
message: string;
|
|
108
|
-
}[];
|
|
109
|
-
clear(name?: string | RegExp | keyof InferInput<T> | undefined): void;
|
|
110
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
111
|
-
loading: import("vue").Ref<boolean, boolean>;
|
|
112
|
-
dirty: import("vue").ComputedRef<boolean>;
|
|
113
|
-
dirtyFields: ReadonlySet<import("vue").DeepReadonly<import("@vue/reactivity").UnwrapRefSimple<keyof InferInput<T>>>>;
|
|
114
|
-
blurredFields: ReadonlySet<import("vue").DeepReadonly<import("@vue/reactivity").UnwrapRefSimple<keyof InferInput<T>>>>;
|
|
115
|
-
touchedFields: ReadonlySet<import("vue").DeepReadonly<import("@vue/reactivity").UnwrapRefSimple<keyof InferInput<T>>>>;
|
|
116
|
-
}> | null>>;
|
|
94
|
+
declare const __VLS_export: <T extends FormSchema, F extends AuthFormField>(__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<{
|
|
95
|
+
props: __VLS_PrettifyLocal<AuthFormProps<T, F> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "submit", payload: FormSubmitEvent<import("vue").Reactive<InferInput<T>>>) => void>>> & import("vue").PublicProps;
|
|
96
|
+
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
97
|
+
formRef: Readonly<import("vue").ShallowRef<any>>;
|
|
117
98
|
state: import("vue").Reactive<InferInput<T>>;
|
|
118
|
-
}>)
|
|
99
|
+
}>) => void;
|
|
119
100
|
attrs: any;
|
|
120
101
|
slots: AuthFormSlots<import("vue").Reactive<InferInput<T>>, F>;
|
|
121
102
|
emit: (evt: "submit", payload: FormSubmitEvent<import("vue").Reactive<InferInput<T>>>) => void;
|
|
122
103
|
}>) => import("vue").VNode & {
|
|
123
104
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
124
105
|
};
|
|
106
|
+
declare const _default: typeof __VLS_export;
|
|
125
107
|
export default _default;
|
|
126
108
|
type __VLS_PrettifyLocal<T> = {
|
|
127
109
|
[K in keyof T as K]: T[K];
|
|
@@ -7,7 +7,7 @@ import { reactive, ref, computed, useTemplateRef } from "vue";
|
|
|
7
7
|
import { Primitive } from "reka-ui";
|
|
8
8
|
import { useAppConfig } from "#imports";
|
|
9
9
|
import { useLocale } from "../composables/useLocale";
|
|
10
|
-
import { omit } from "../utils";
|
|
10
|
+
import { omit, pick } from "../utils";
|
|
11
11
|
import { tv } from "../utils/tv";
|
|
12
12
|
import UButton from "./Button.vue";
|
|
13
13
|
import UIcon from "./Icon.vue";
|
|
@@ -55,6 +55,23 @@ defineExpose({
|
|
|
55
55
|
formRef,
|
|
56
56
|
state
|
|
57
57
|
});
|
|
58
|
+
function pickFieldProps(field) {
|
|
59
|
+
const fields = ["name", "errorPattern", "help", "error", "hint", "size", "required", "eagerValidation", "validateOnInputDelay"];
|
|
60
|
+
if (field.type === "checkbox") {
|
|
61
|
+
return pick(field, fields);
|
|
62
|
+
}
|
|
63
|
+
return pick(field, [...fields, "label", "description"]);
|
|
64
|
+
}
|
|
65
|
+
function omitFieldProps(field) {
|
|
66
|
+
const fields = ["errorPattern", "help", "error", "hint", "size", "required", "eagerValidation", "validateOnInputDelay"];
|
|
67
|
+
if (field.type === "checkbox" || field.type === "select" || field.type === "otp") {
|
|
68
|
+
if (field.type === "checkbox") {
|
|
69
|
+
return omit(field, [...fields, "type"]);
|
|
70
|
+
}
|
|
71
|
+
return omit(field, [...fields, "type", "label", "description"]);
|
|
72
|
+
}
|
|
73
|
+
return omit(field, [...fields, "label", "description"]);
|
|
74
|
+
}
|
|
58
75
|
</script>
|
|
59
76
|
|
|
60
77
|
<template>
|
|
@@ -62,7 +79,7 @@ defineExpose({
|
|
|
62
79
|
<div v-if="icon || !!slots.icon || (title || !!slots.title) || (description || !!slots.description) || !!slots.header" :class="ui.header({ class: props.ui?.header })">
|
|
63
80
|
<slot name="header">
|
|
64
81
|
<div v-if="icon || !!slots.leading" :class="ui.leading({ class: props.ui?.leading })">
|
|
65
|
-
<slot name="leading">
|
|
82
|
+
<slot name="leading" :ui="ui">
|
|
66
83
|
<UIcon v-if="icon" :name="icon" :class="ui.leadingIcon({ class: props.ui?.leadingIcon })" />
|
|
67
84
|
</slot>
|
|
68
85
|
</div>
|
|
@@ -116,35 +133,38 @@ defineExpose({
|
|
|
116
133
|
<UFormField
|
|
117
134
|
v-for="field in fields"
|
|
118
135
|
:key="field.name"
|
|
119
|
-
|
|
120
|
-
:description="field.description"
|
|
121
|
-
:help="field.help"
|
|
122
|
-
:hint="field.hint"
|
|
123
|
-
:name="field.name"
|
|
124
|
-
:size="field.size"
|
|
125
|
-
:required="field.required"
|
|
126
|
-
:error="field.error"
|
|
136
|
+
v-bind="pickFieldProps(field)"
|
|
127
137
|
>
|
|
128
138
|
<slot :name="`${field.name}-field`" v-bind="{ state, field }">
|
|
129
139
|
<UCheckbox
|
|
130
140
|
v-if="field.type === 'checkbox'"
|
|
131
141
|
v-model="state[field.name]"
|
|
132
142
|
:class="ui.checkbox({ class: props.ui?.checkbox })"
|
|
133
|
-
v-bind="
|
|
143
|
+
v-bind="omitFieldProps(field)"
|
|
134
144
|
/>
|
|
135
145
|
<USelectMenu
|
|
136
146
|
v-else-if="field.type === 'select'"
|
|
137
147
|
v-model="state[field.name]"
|
|
138
148
|
:class="ui.select({ class: props.ui?.select })"
|
|
139
|
-
v-bind="
|
|
149
|
+
v-bind="omitFieldProps(field)"
|
|
150
|
+
/>
|
|
151
|
+
<UPinInput
|
|
152
|
+
v-else-if="field.type === 'otp'"
|
|
153
|
+
:id="field.name"
|
|
154
|
+
v-model="state[field.name]"
|
|
155
|
+
:class="ui.otp({ class: props.ui?.otp })"
|
|
156
|
+
v-bind="{
|
|
157
|
+
...omitFieldProps(field),
|
|
158
|
+
...typeof field.otp === 'object' ? field.otp : {}
|
|
159
|
+
}"
|
|
160
|
+
otp
|
|
140
161
|
/>
|
|
141
162
|
<UInput
|
|
142
163
|
v-else-if="field.type === 'password'"
|
|
143
164
|
v-model="state[field.name]"
|
|
144
165
|
:class="ui.password({ class: props.ui?.password })"
|
|
166
|
+
v-bind="omitFieldProps(field)"
|
|
145
167
|
:type="passwordVisibility ? 'text' : 'password'"
|
|
146
|
-
v-bind="omit(field, ['label', 'description', 'help', 'hint', 'size', 'type', 'required', 'defaultValue'])"
|
|
147
|
-
:ui="{ root: 'w-full' }"
|
|
148
168
|
>
|
|
149
169
|
<template #trailing>
|
|
150
170
|
<UButton
|
|
@@ -159,19 +179,11 @@ defineExpose({
|
|
|
159
179
|
/>
|
|
160
180
|
</template>
|
|
161
181
|
</UInput>
|
|
162
|
-
<UPinInput
|
|
163
|
-
v-else-if="field.type === 'otp'"
|
|
164
|
-
:id="field.name"
|
|
165
|
-
v-model="state[field.name]"
|
|
166
|
-
:class="ui.otp({ class: props.ui?.otp })"
|
|
167
|
-
otp
|
|
168
|
-
v-bind="field.otp"
|
|
169
|
-
/>
|
|
170
182
|
<UInput
|
|
171
183
|
v-else
|
|
172
184
|
v-model="state[field.name]"
|
|
173
185
|
:class="ui.input({ class: props.ui?.input })"
|
|
174
|
-
v-bind="
|
|
186
|
+
v-bind="omitFieldProps(field)"
|
|
175
187
|
/>
|
|
176
188
|
</slot>
|
|
177
189
|
|
|
@@ -1,15 +1,34 @@
|
|
|
1
1
|
import type { AppConfig } from '@nuxt/schema';
|
|
2
2
|
import theme from '#build/ui/auth-form';
|
|
3
|
-
import type { ButtonProps, FormProps, FormFieldProps, SeparatorProps, PinInputProps, IconProps } from '../types';
|
|
3
|
+
import type { ButtonProps, FormProps, FormFieldProps, SeparatorProps, InputProps, CheckboxProps, SelectMenuProps, PinInputProps, IconProps } from '../types';
|
|
4
4
|
import type { FormSchema, FormSubmitEvent, InferInput } from '../types/form';
|
|
5
5
|
import type { ComponentConfig } from '../types/tv';
|
|
6
6
|
type AuthForm = ComponentConfig<typeof theme, AppConfig, 'authForm'>;
|
|
7
|
-
type
|
|
7
|
+
type AuthFormCheckboxField = Omit<FormFieldProps, 'name'> & CheckboxProps & {
|
|
8
8
|
name: string;
|
|
9
|
-
type
|
|
10
|
-
defaultValue?: any;
|
|
11
|
-
otp?: PinInputProps;
|
|
9
|
+
type: 'checkbox';
|
|
12
10
|
};
|
|
11
|
+
type AuthFormSelectField = Omit<FormFieldProps, 'name'> & SelectMenuProps & {
|
|
12
|
+
name: string;
|
|
13
|
+
type: 'select';
|
|
14
|
+
};
|
|
15
|
+
type AuthFormOtpField = Omit<FormFieldProps, 'name'> & Omit<PinInputProps, 'type' | 'otp'> & {
|
|
16
|
+
name: string;
|
|
17
|
+
type: 'otp';
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Bind props directly in the field object.
|
|
20
|
+
* The optional props for the `otp` type.
|
|
21
|
+
* `{ otp: true }`{lang="ts-type"}
|
|
22
|
+
*/
|
|
23
|
+
otp?: boolean | PinInputProps;
|
|
24
|
+
};
|
|
25
|
+
type AuthFormInputFieldType = 'password' | 'text' | 'email' | 'number';
|
|
26
|
+
type AuthFormInputField<T extends AuthFormInputFieldType = AuthFormInputFieldType> = Omit<FormFieldProps, 'name'> & InputProps & {
|
|
27
|
+
name: string;
|
|
28
|
+
type: T;
|
|
29
|
+
};
|
|
30
|
+
type AuthFormFieldType = 'checkbox' | 'select' | 'otp' | 'password' | 'text' | 'email' | 'number';
|
|
31
|
+
export type AuthFormField<T extends AuthFormFieldType = AuthFormFieldType> = T extends 'checkbox' ? AuthFormCheckboxField : T extends 'select' ? AuthFormSelectField : T extends 'otp' ? AuthFormOtpField : T extends AuthFormInputFieldType ? AuthFormInputField<T> : never;
|
|
13
32
|
export interface AuthFormProps<T extends FormSchema = FormSchema<object>, F extends AuthFormField = AuthFormField> {
|
|
14
33
|
/**
|
|
15
34
|
* The element or component this component should render as.
|
|
@@ -60,7 +79,9 @@ type DynamicFieldSlots<T, F, SlotProps = {
|
|
|
60
79
|
type DynamicFormFieldSlots<T> = Record<string, (props?: {}) => any> & Record<`${keyof T extends string ? keyof T : never}-${'label' | 'description' | 'hint' | 'help' | 'error'}`, (props?: {}) => any>;
|
|
61
80
|
export type AuthFormSlots<T extends object = object, F extends AuthFormField = AuthFormField> = {
|
|
62
81
|
header(props?: {}): any;
|
|
63
|
-
leading(props
|
|
82
|
+
leading(props: {
|
|
83
|
+
ui: AuthForm['ui'];
|
|
84
|
+
}): any;
|
|
64
85
|
title(props?: {}): any;
|
|
65
86
|
description(props?: {}): any;
|
|
66
87
|
providers(props?: {}): any;
|
|
@@ -70,58 +91,19 @@ export type AuthFormSlots<T extends object = object, F extends AuthFormField = A
|
|
|
70
91
|
}): any;
|
|
71
92
|
footer(props?: {}): any;
|
|
72
93
|
} & DynamicFieldSlots<T, F> & DynamicFormFieldSlots<T>;
|
|
73
|
-
declare const
|
|
74
|
-
props: __VLS_PrettifyLocal<
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
78
|
-
formRef: Readonly<import("vue").ShallowRef<import("vue").ShallowUnwrapRef<{
|
|
79
|
-
validate: {
|
|
80
|
-
<T_1 extends boolean>(opts: {
|
|
81
|
-
name?: keyof InferInput<T> | (keyof InferInput<T>)[] | undefined;
|
|
82
|
-
silent?: false | undefined;
|
|
83
|
-
nested?: boolean;
|
|
84
|
-
transform?: T_1 | undefined;
|
|
85
|
-
}): Promise<import("../types").FormData<T, T_1>>;
|
|
86
|
-
<T_1 extends boolean>(opts: {
|
|
87
|
-
name?: keyof InferInput<T> | (keyof InferInput<T>)[] | undefined;
|
|
88
|
-
silent?: true | undefined;
|
|
89
|
-
nested?: boolean;
|
|
90
|
-
transform?: T_1 | undefined;
|
|
91
|
-
}): Promise<false | import("../types").FormData<T, T_1>>;
|
|
92
|
-
};
|
|
93
|
-
errors: import("vue").Ref<{
|
|
94
|
-
id?: string | undefined;
|
|
95
|
-
name?: string | undefined;
|
|
96
|
-
message: string;
|
|
97
|
-
}[], import("../types").FormErrorWithId[] | {
|
|
98
|
-
id?: string | undefined;
|
|
99
|
-
name?: string | undefined;
|
|
100
|
-
message: string;
|
|
101
|
-
}[]>;
|
|
102
|
-
setErrors(errs: import("../types").FormError[], name?: string | RegExp | keyof InferInput<T> | undefined): void;
|
|
103
|
-
submit(): Promise<void>;
|
|
104
|
-
getErrors(name?: string | RegExp | keyof InferInput<T> | undefined): {
|
|
105
|
-
id?: string | undefined;
|
|
106
|
-
name?: string | undefined;
|
|
107
|
-
message: string;
|
|
108
|
-
}[];
|
|
109
|
-
clear(name?: string | RegExp | keyof InferInput<T> | undefined): void;
|
|
110
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
111
|
-
loading: import("vue").Ref<boolean, boolean>;
|
|
112
|
-
dirty: import("vue").ComputedRef<boolean>;
|
|
113
|
-
dirtyFields: ReadonlySet<import("vue").DeepReadonly<import("@vue/reactivity").UnwrapRefSimple<keyof InferInput<T>>>>;
|
|
114
|
-
blurredFields: ReadonlySet<import("vue").DeepReadonly<import("@vue/reactivity").UnwrapRefSimple<keyof InferInput<T>>>>;
|
|
115
|
-
touchedFields: ReadonlySet<import("vue").DeepReadonly<import("@vue/reactivity").UnwrapRefSimple<keyof InferInput<T>>>>;
|
|
116
|
-
}> | null>>;
|
|
94
|
+
declare const __VLS_export: <T extends FormSchema, F extends AuthFormField>(__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<{
|
|
95
|
+
props: __VLS_PrettifyLocal<AuthFormProps<T, F> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "submit", payload: FormSubmitEvent<import("vue").Reactive<InferInput<T>>>) => void>>> & import("vue").PublicProps;
|
|
96
|
+
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
97
|
+
formRef: Readonly<import("vue").ShallowRef<any>>;
|
|
117
98
|
state: import("vue").Reactive<InferInput<T>>;
|
|
118
|
-
}>)
|
|
99
|
+
}>) => void;
|
|
119
100
|
attrs: any;
|
|
120
101
|
slots: AuthFormSlots<import("vue").Reactive<InferInput<T>>, F>;
|
|
121
102
|
emit: (evt: "submit", payload: FormSubmitEvent<import("vue").Reactive<InferInput<T>>>) => void;
|
|
122
103
|
}>) => import("vue").VNode & {
|
|
123
104
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
124
105
|
};
|
|
106
|
+
declare const _default: typeof __VLS_export;
|
|
125
107
|
export default _default;
|
|
126
108
|
type __VLS_PrettifyLocal<T> = {
|
|
127
109
|
[K in keyof T as K]: T[K];
|
|
@@ -8,7 +8,10 @@ export interface AvatarProps {
|
|
|
8
8
|
* The element or component this component should render as.
|
|
9
9
|
* @defaultValue 'span'
|
|
10
10
|
*/
|
|
11
|
-
as?: any
|
|
11
|
+
as?: any | {
|
|
12
|
+
root?: any;
|
|
13
|
+
img?: any;
|
|
14
|
+
};
|
|
12
15
|
src?: string;
|
|
13
16
|
alt?: string;
|
|
14
17
|
/**
|
|
@@ -28,11 +31,10 @@ export interface AvatarProps {
|
|
|
28
31
|
export interface AvatarSlots {
|
|
29
32
|
default(props?: {}): any;
|
|
30
33
|
}
|
|
31
|
-
declare const
|
|
32
|
-
as: any;
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
34
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
34
35
|
default?: (props: {}) => any;
|
|
35
36
|
}>;
|
|
37
|
+
declare const _default: typeof __VLS_export;
|
|
36
38
|
export default _default;
|
|
37
39
|
type __VLS_WithSlots<T, S> = T & {
|
|
38
40
|
new (): {
|
|
@@ -5,6 +5,7 @@ import theme from "#build/ui/avatar";
|
|
|
5
5
|
<script setup>
|
|
6
6
|
import { ref, computed, watch } from "vue";
|
|
7
7
|
import { Primitive, Slot } from "reka-ui";
|
|
8
|
+
import { defu } from "defu";
|
|
8
9
|
import { useAppConfig } from "#imports";
|
|
9
10
|
import ImageComponent from "#build/ui-image-component";
|
|
10
11
|
import { useAvatarGroup } from "../composables/useAvatarGroup";
|
|
@@ -13,7 +14,7 @@ import UIcon from "./Icon.vue";
|
|
|
13
14
|
import UChip from "./Chip.vue";
|
|
14
15
|
defineOptions({ inheritAttrs: false });
|
|
15
16
|
const props = defineProps({
|
|
16
|
-
as: { type: null, required: false
|
|
17
|
+
as: { type: null, required: false },
|
|
17
18
|
src: { type: String, required: false },
|
|
18
19
|
alt: { type: String, required: false },
|
|
19
20
|
icon: { type: [String, Object], required: false },
|
|
@@ -24,6 +25,12 @@ const props = defineProps({
|
|
|
24
25
|
style: { type: null, required: false },
|
|
25
26
|
ui: { type: null, required: false }
|
|
26
27
|
});
|
|
28
|
+
const as = computed(() => {
|
|
29
|
+
if (typeof props.as === "string" || typeof props.as?.render === "function") {
|
|
30
|
+
return { root: props.as };
|
|
31
|
+
}
|
|
32
|
+
return defu(props.as, { root: "span" });
|
|
33
|
+
});
|
|
27
34
|
const fallback = computed(() => props.text || (props.alt || "").split(" ").map((word) => word.charAt(0)).join("").substring(0, 2));
|
|
28
35
|
const appConfig = useAppConfig();
|
|
29
36
|
const { size } = useAvatarGroup(props);
|
|
@@ -55,15 +62,14 @@ function onError() {
|
|
|
55
62
|
<template>
|
|
56
63
|
<component
|
|
57
64
|
:is="props.chip ? UChip : Primitive"
|
|
58
|
-
:as="as"
|
|
65
|
+
:as="as.root"
|
|
59
66
|
v-bind="props.chip ? typeof props.chip === 'object' ? { inset: true, ...props.chip } : { inset: true } : {}"
|
|
60
67
|
:class="ui.root({ class: [props.ui?.root, props.class] })"
|
|
61
68
|
:style="props.style"
|
|
62
69
|
>
|
|
63
70
|
<component
|
|
64
|
-
:is="ImageComponent"
|
|
71
|
+
:is="as.img || ImageComponent"
|
|
65
72
|
v-if="src && !error"
|
|
66
|
-
role="img"
|
|
67
73
|
:src="src"
|
|
68
74
|
:alt="alt"
|
|
69
75
|
:width="sizePx"
|
|
@@ -8,7 +8,10 @@ export interface AvatarProps {
|
|
|
8
8
|
* The element or component this component should render as.
|
|
9
9
|
* @defaultValue 'span'
|
|
10
10
|
*/
|
|
11
|
-
as?: any
|
|
11
|
+
as?: any | {
|
|
12
|
+
root?: any;
|
|
13
|
+
img?: any;
|
|
14
|
+
};
|
|
12
15
|
src?: string;
|
|
13
16
|
alt?: string;
|
|
14
17
|
/**
|
|
@@ -28,11 +31,10 @@ export interface AvatarProps {
|
|
|
28
31
|
export interface AvatarSlots {
|
|
29
32
|
default(props?: {}): any;
|
|
30
33
|
}
|
|
31
|
-
declare const
|
|
32
|
-
as: any;
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
34
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
34
35
|
default?: (props: {}) => any;
|
|
35
36
|
}>;
|
|
37
|
+
declare const _default: typeof __VLS_export;
|
|
36
38
|
export default _default;
|
|
37
39
|
type __VLS_WithSlots<T, S> = T & {
|
|
38
40
|
new (): {
|
|
@@ -22,7 +22,8 @@ export interface AvatarGroupProps {
|
|
|
22
22
|
export interface AvatarGroupSlots {
|
|
23
23
|
default(props?: {}): any;
|
|
24
24
|
}
|
|
25
|
-
declare const
|
|
25
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AvatarGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AvatarGroupSlots>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
26
27
|
export default _default;
|
|
27
28
|
type __VLS_WithSlots<T, S> = T & {
|
|
28
29
|
new (): {
|
|
@@ -22,7 +22,8 @@ export interface AvatarGroupProps {
|
|
|
22
22
|
export interface AvatarGroupSlots {
|
|
23
23
|
default(props?: {}): any;
|
|
24
24
|
}
|
|
25
|
-
declare const
|
|
25
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<AvatarGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AvatarGroupSlots>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
26
27
|
export default _default;
|
|
27
28
|
type __VLS_WithSlots<T, S> = T & {
|
|
28
29
|
new (): {
|
|
@@ -28,13 +28,20 @@ export interface BadgeProps extends Omit<UseComponentIconsProps, 'loading' | 'lo
|
|
|
28
28
|
ui?: Badge['slots'];
|
|
29
29
|
}
|
|
30
30
|
export interface BadgeSlots {
|
|
31
|
-
leading(props
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
leading(props: {
|
|
32
|
+
ui: Badge['ui'];
|
|
33
|
+
}): any;
|
|
34
|
+
default(props: {
|
|
35
|
+
ui: Badge['ui'];
|
|
36
|
+
}): any;
|
|
37
|
+
trailing(props: {
|
|
38
|
+
ui: Badge['ui'];
|
|
39
|
+
}): any;
|
|
34
40
|
}
|
|
35
|
-
declare const
|
|
41
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<BadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
36
42
|
as: any;
|
|
37
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BadgeSlots>;
|
|
44
|
+
declare const _default: typeof __VLS_export;
|
|
38
45
|
export default _default;
|
|
39
46
|
type __VLS_WithSlots<T, S> = T & {
|
|
40
47
|
new (): {
|
|
@@ -42,18 +42,18 @@ const ui = computed(() => tv({ extend: tv(theme), ...appConfig.ui?.badge || {} }
|
|
|
42
42
|
|
|
43
43
|
<template>
|
|
44
44
|
<Primitive :as="as" :class="ui.base({ class: [props.ui?.base, props.class] })">
|
|
45
|
-
<slot name="leading">
|
|
45
|
+
<slot name="leading" :ui="ui">
|
|
46
46
|
<UIcon v-if="isLeading && leadingIconName" :name="leadingIconName" :class="ui.leadingIcon({ class: props.ui?.leadingIcon })" />
|
|
47
47
|
<UAvatar v-else-if="!!avatar" :size="props.ui?.leadingAvatarSize || ui.leadingAvatarSize()" v-bind="avatar" :class="ui.leadingAvatar({ class: props.ui?.leadingAvatar })" />
|
|
48
48
|
</slot>
|
|
49
49
|
|
|
50
|
-
<slot>
|
|
50
|
+
<slot :ui="ui">
|
|
51
51
|
<span v-if="label !== void 0 && label !== null" :class="ui.label({ class: props.ui?.label })">
|
|
52
52
|
{{ label }}
|
|
53
53
|
</span>
|
|
54
54
|
</slot>
|
|
55
55
|
|
|
56
|
-
<slot name="trailing">
|
|
56
|
+
<slot name="trailing" :ui="ui">
|
|
57
57
|
<UIcon v-if="isTrailing && trailingIconName" :name="trailingIconName" :class="ui.trailingIcon({ class: props.ui?.trailingIcon })" />
|
|
58
58
|
</slot>
|
|
59
59
|
</Primitive>
|
|
@@ -28,13 +28,20 @@ export interface BadgeProps extends Omit<UseComponentIconsProps, 'loading' | 'lo
|
|
|
28
28
|
ui?: Badge['slots'];
|
|
29
29
|
}
|
|
30
30
|
export interface BadgeSlots {
|
|
31
|
-
leading(props
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
leading(props: {
|
|
32
|
+
ui: Badge['ui'];
|
|
33
|
+
}): any;
|
|
34
|
+
default(props: {
|
|
35
|
+
ui: Badge['ui'];
|
|
36
|
+
}): any;
|
|
37
|
+
trailing(props: {
|
|
38
|
+
ui: Badge['ui'];
|
|
39
|
+
}): any;
|
|
34
40
|
}
|
|
35
|
-
declare const
|
|
41
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<BadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
36
42
|
as: any;
|
|
37
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BadgeSlots>;
|
|
44
|
+
declare const _default: typeof __VLS_export;
|
|
38
45
|
export default _default;
|
|
39
46
|
type __VLS_WithSlots<T, S> = T & {
|
|
40
47
|
new (): {
|
|
@@ -49,21 +49,24 @@ export interface BannerProps {
|
|
|
49
49
|
ui?: Banner['slots'];
|
|
50
50
|
}
|
|
51
51
|
export interface BannerSlots {
|
|
52
|
-
leading(props
|
|
52
|
+
leading(props: {
|
|
53
|
+
ui: Banner['ui'];
|
|
54
|
+
}): any;
|
|
53
55
|
title(props?: {}): any;
|
|
54
56
|
actions(props?: {}): any;
|
|
55
57
|
close(props: {
|
|
56
|
-
ui:
|
|
58
|
+
ui: Banner['ui'];
|
|
57
59
|
}): any;
|
|
58
60
|
}
|
|
59
61
|
export interface BannerEmits {
|
|
60
62
|
close: [];
|
|
61
63
|
}
|
|
62
|
-
declare const
|
|
64
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<BannerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
65
|
close: () => any;
|
|
64
66
|
}, string, import("vue").PublicProps, Readonly<BannerProps> & Readonly<{
|
|
65
67
|
onClose?: (() => any) | undefined;
|
|
66
68
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BannerSlots>;
|
|
69
|
+
declare const _default: typeof __VLS_export;
|
|
67
70
|
export default _default;
|
|
68
71
|
type __VLS_WithSlots<T, S> = T & {
|
|
69
72
|
new (): {
|
|
@@ -76,7 +76,7 @@ function onClose() {
|
|
|
76
76
|
<div :class="ui.left({ class: props.ui?.left })" />
|
|
77
77
|
|
|
78
78
|
<div :class="ui.center({ class: props.ui?.center })">
|
|
79
|
-
<slot name="leading">
|
|
79
|
+
<slot name="leading" :ui="ui">
|
|
80
80
|
<UIcon v-if="icon" :name="icon" :class="ui.icon({ class: props.ui?.icon })" />
|
|
81
81
|
</slot>
|
|
82
82
|
|
|
@@ -49,21 +49,24 @@ export interface BannerProps {
|
|
|
49
49
|
ui?: Banner['slots'];
|
|
50
50
|
}
|
|
51
51
|
export interface BannerSlots {
|
|
52
|
-
leading(props
|
|
52
|
+
leading(props: {
|
|
53
|
+
ui: Banner['ui'];
|
|
54
|
+
}): any;
|
|
53
55
|
title(props?: {}): any;
|
|
54
56
|
actions(props?: {}): any;
|
|
55
57
|
close(props: {
|
|
56
|
-
ui:
|
|
58
|
+
ui: Banner['ui'];
|
|
57
59
|
}): any;
|
|
58
60
|
}
|
|
59
61
|
export interface BannerEmits {
|
|
60
62
|
close: [];
|
|
61
63
|
}
|
|
62
|
-
declare const
|
|
64
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<BannerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
65
|
close: () => any;
|
|
64
66
|
}, string, import("vue").PublicProps, Readonly<BannerProps> & Readonly<{
|
|
65
67
|
onClose?: (() => any) | undefined;
|
|
66
68
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BannerSlots>;
|
|
69
|
+
declare const _default: typeof __VLS_export;
|
|
67
70
|
export default _default;
|
|
68
71
|
type __VLS_WithSlots<T, S> = T & {
|
|
69
72
|
new (): {
|