@wimi/ui 0.4.20 → 0.4.21
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/.dumirc.d.ts +2 -0
- package/dist/{typings → src}/components/api-component/src/api-component.vue.d.ts +15 -12
- package/dist/{typings → src}/components/api-component/src/types.d.ts +1 -1
- package/dist/src/components/button/src/button.vue.d.ts +18 -0
- package/dist/{typings → src}/components/button/src/types.d.ts +1 -1
- package/dist/src/components/calendar/src/index.vue.d.ts +42 -0
- package/dist/src/components/card/src/index.vue.d.ts +22 -0
- package/dist/{typings → src}/components/card/src/types.d.ts +3 -3
- package/dist/{typings → src}/components/code-editor/src/code-editor.vue.d.ts +7 -5
- package/dist/{typings → src}/components/code-editor/src/config.d.ts +3 -3
- package/dist/{typings → src}/components/code-editor/src/diff-code-editor.vue.d.ts +6 -4
- package/dist/{typings → src}/components/code-editor/src/types.d.ts +1 -1
- package/dist/src/components/collapse/src/collapse.vue.d.ts +17 -0
- package/dist/{typings → src}/components/collapse/src/types.d.ts +1 -1
- package/dist/{typings → src}/components/color-picker/demo/adapter/component/index.d.ts +2 -2
- package/dist/src/components/color-picker/demo/adapter/form.d.ts +7 -0
- package/dist/{typings → src}/components/color-picker/src/color-picker.vue.d.ts +68 -68
- package/dist/src/components/detail-info/src/index.vue.d.ts +30 -0
- package/dist/{typings → src}/components/detail-info/src/types.d.ts +2 -2
- package/dist/{typings → src}/components/drawer/demo/adapter/component/index.d.ts +2 -2
- package/dist/src/components/drawer/demo/adapter/form.d.ts +7 -0
- package/dist/{typings → src}/components/drawer/src/drawer-api.d.ts +1 -1
- package/dist/{typings → src}/components/drawer/src/drawer.d.ts +3 -3
- package/dist/src/components/drawer/src/drawer.vue.d.ts +44 -0
- package/dist/src/components/drawer/src/use-drawer.d.ts +8 -0
- package/dist/src/components/echarts/src/echarts-ui.vue.d.ts +9 -0
- package/dist/src/components/echarts/src/echarts.d.ts +6 -0
- package/dist/{typings → src}/components/echarts/src/use-echarts.d.ts +5 -5
- package/dist/{typings → src}/components/form/demo/adapter/component/index.d.ts +2 -2
- package/dist/src/components/form/demo/adapter/form.d.ts +7 -0
- package/dist/src/components/form/src/components/form-actions.vue.d.ts +24 -0
- package/dist/src/components/form/src/components/text.vue.d.ts +9 -0
- package/dist/{typings → src}/components/form/src/config.d.ts +2 -2
- package/dist/{typings → src}/components/form/src/form-api.d.ts +8 -8
- package/dist/src/components/form/src/form-render/context.d.ts +9 -0
- package/dist/src/components/form/src/form-render/dependencies.d.ts +9 -0
- package/dist/src/components/form/src/form-render/form-field.vue.d.ts +27 -0
- package/dist/src/components/form/src/form-render/form-label.vue.d.ts +10 -0
- package/dist/src/components/form/src/form-render/form.vue.d.ts +33 -0
- package/dist/{typings → src}/components/form/src/form-render/helper.d.ts +1 -1
- package/dist/{typings → src}/components/form/src/types.d.ts +9 -9
- package/dist/{typings → src}/components/form/src/use-form-context.d.ts +3 -3
- package/dist/src/components/form/src/use-form.d.ts +5 -0
- package/dist/src/components/form/src/use-form.vue.d.ts +25 -0
- package/dist/{typings → src}/components/gantt/src/event-utils.d.ts +1 -1
- package/dist/{typings → src}/components/gantt/src/gantt-config.d.ts +1 -1
- package/dist/{typings → src}/components/gantt/src/use-gantt.d.ts +5 -5
- package/dist/{typings → src}/components/grid-layout/index.d.ts +0 -1
- package/dist/{typings → src}/components/grid-layout/src/grid-item.vue.d.ts +19 -10
- package/dist/{typings → src}/components/grid-layout/src/helpers/common.d.ts +3 -3
- package/dist/{typings → src}/components/grid-layout/src/helpers/responsive.d.ts +1 -1
- package/dist/{typings → src}/components/grid-layout/src/index.vue.d.ts +36 -28
- package/dist/src/components/icon/src/icon.vue.d.ts +12 -0
- package/dist/src/components/infinite-scroll/src/index.vue.d.ts +31 -0
- package/dist/{typings → src}/components/infinite-scroll/src/types.d.ts +3 -3
- package/dist/src/components/layout/src/components/layout-content.vue.d.ts +22 -0
- package/dist/src/components/layout/src/components/layout-header.vue.d.ts +42 -0
- package/dist/{typings → src}/components/layout/src/components/layout-sidebar.vue.d.ts +21 -14
- package/dist/src/components/layout/src/wm-layout.vue.d.ts +56 -0
- package/dist/{typings/components/modal → src/components/left-container}/demo/adapter/component/index.d.ts +2 -2
- package/dist/src/components/left-container/demo/adapter/form.d.ts +7 -0
- package/dist/{typings → src}/components/left-container/src/index.vue.d.ts +13 -18
- package/dist/{typings → src}/components/left-container/src/types.d.ts +3 -3
- package/dist/src/components/menu/src/components/collapse-transition.vue.d.ts +17 -0
- package/dist/src/components/menu/src/components/menu-item.vue.d.ts +27 -0
- package/dist/src/components/menu/src/components/menu.vue.d.ts +37 -0
- package/dist/{typings → src}/components/menu/src/components/normal-menu/normal-menu.d.ts +1 -1
- package/dist/{typings → src}/components/menu/src/components/normal-menu/normal-menu.vue.d.ts +9 -9
- package/dist/src/components/menu/src/components/sub-menu-content.vue.d.ts +26 -0
- package/dist/src/components/menu/src/components/sub-menu.vue.d.ts +27 -0
- package/dist/{typings → src}/components/menu/src/hooks/use-menu-context.d.ts +1 -1
- package/dist/src/components/menu/src/hooks/use-menu.d.ts +9 -0
- package/dist/src/components/menu/src/menu.vue.d.ts +9 -0
- package/dist/src/components/menu/src/sub-menu.vue.d.ts +9 -0
- package/dist/{typings → src}/components/menu/src/types.d.ts +1 -1
- package/dist/{typings → src}/components/menu/src/utils/index.d.ts +1 -1
- package/dist/{typings/components/left-container → src/components/modal}/demo/adapter/component/index.d.ts +2 -2
- package/dist/src/components/modal/demo/adapter/form.d.ts +7 -0
- package/dist/{typings → src}/components/modal/src/modal-api.d.ts +1 -1
- package/dist/{typings → src}/components/modal/src/modal.d.ts +3 -3
- package/dist/src/components/modal/src/modal.vue.d.ts +2277 -0
- package/dist/{typings → src}/components/modal/src/use-modal-draggable.d.ts +1 -1
- package/dist/src/components/modal/src/use-modal.d.ts +8 -0
- package/dist/src/components/page/src/page.vue.d.ts +26 -0
- package/dist/src/components/scrollbar/src/index.vue.d.ts +466 -0
- package/dist/{typings → src}/components/scrollbar/src/types.d.ts +9 -9
- package/dist/src/components/splitter/src/panel.vue.d.ts +355 -0
- package/dist/src/components/splitter/src/splitter.vue.d.ts +18 -0
- package/dist/{typings → src}/components/splitter/src/types.d.ts +2 -2
- package/dist/src/components/status-card/src/index.vue.d.ts +35 -0
- package/dist/{typings → src}/components/status-card/src/types.d.ts +1 -1
- package/dist/src/components/table/demo/adapter/component/index.d.ts +33 -0
- package/dist/src/components/table/demo/adapter/form.d.ts +7 -0
- package/dist/src/components/table/demo/adapter/table.d.ts +2 -0
- package/dist/{typings → src}/components/table/src/api.d.ts +3 -3
- package/dist/{typings → src}/components/table/src/extends.d.ts +3 -3
- package/dist/{typings → src}/components/table/src/init.d.ts +2 -2
- package/dist/{typings → src}/components/table/src/types.d.ts +5 -5
- package/dist/src/components/table/src/use-table.d.ts +4 -0
- package/dist/src/components/table/src/use-table.vue.d.ts +142 -0
- package/dist/src/components/table-select/demo/adapter/component/index.d.ts +33 -0
- package/dist/src/components/table-select/demo/adapter/form.d.ts +7 -0
- package/dist/src/components/table-select/src/table-select.vue.d.ts +32 -0
- package/dist/{typings → src}/components/table-select/src/types.d.ts +2 -2
- package/dist/src/components/tabs/src/tabs.vue.d.ts +30 -0
- package/dist/src/components/tabs-view/src/components/tabs/tabs.vue.d.ts +21 -0
- package/dist/src/components/tabs-view/src/components/widgets/tool-more.vue.d.ts +3 -0
- package/dist/src/components/tabs-view/src/components/widgets/tool-screen.vue.d.ts +9 -0
- package/dist/src/components/tabs-view/src/tabs-view.vue.d.ts +151 -0
- package/dist/{typings → src}/components/tabs-view/src/types.d.ts +2 -2
- package/dist/{typings → src}/components/tabs-view/src/use-tabs-drag.d.ts +1 -1
- package/dist/{typings → src}/components/tabs-view/src/use-tabs-view-scroll.d.ts +52 -52
- package/dist/src/components/text-editor/demo/adapter/component/index.d.ts +33 -0
- package/dist/src/components/text-editor/demo/adapter/form.d.ts +7 -0
- package/dist/{typings → src}/components/text-editor/src/text-editor.vue.d.ts +3 -5
- package/dist/src/components/title/src/group-title.vue.d.ts +18 -0
- package/dist/src/components/title/src/title.vue.d.ts +19 -0
- package/dist/{typings → src}/components/title/src/types.d.ts +1 -1
- package/dist/src/components/tree/src/tree.vue.d.ts +3359 -0
- package/dist/src/components/virtual-list/src/index.vue.d.ts +442 -0
- package/dist/{typings → src}/components/virtual-list/src/types.d.ts +11 -12
- package/dist/src/hooks/use-html-theme.d.ts +3 -0
- package/dist/{typings → src}/index.d.ts +0 -4
- package/dist/src/shadcn/components/context-menu/context-menu.vue.d.ts +32 -0
- package/dist/{typings → src}/shadcn/components/context-menu/interface.d.ts +1 -1
- package/dist/src/shadcn/components/dropdown-menu/dropdown-menu.vue.d.ts +20 -0
- package/dist/src/shadcn/components/dropdown-menu/dropdown-radio-menu.vue.d.ts +28 -0
- package/dist/{typings → src}/shadcn/components/dropdown-menu/interface.d.ts +1 -1
- package/dist/src/shadcn/components/hover-card/hover-card.vue.d.ts +29 -0
- package/dist/src/shadcn/components/render-content/render-content.vue.d.ts +17 -0
- package/dist/{typings → src}/shadcn/components/scrollbar/scrollbar.vue.d.ts +14 -9
- package/dist/{typings → src}/shadcn/components/spinner/loading.vue.d.ts +2 -2
- package/dist/{typings → src}/shadcn/components/spinner/spinner.vue.d.ts +2 -2
- package/dist/src/shadcn/components/tooltip/help-tooltip.vue.d.ts +21 -0
- package/dist/src/shadcn/components/tooltip/tooltip.vue.d.ts +30 -0
- package/dist/src/shadcn/ui/accordion/Accordion.vue.d.ts +23 -0
- package/dist/src/shadcn/ui/accordion/AccordionContent.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/accordion/AccordionItem.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/accordion/AccordionTrigger.vue.d.ts +23 -0
- package/dist/src/shadcn/ui/badge/Badge.vue.d.ts +24 -0
- package/dist/{typings → src}/shadcn/ui/badge/index.d.ts +2 -2
- package/dist/src/shadcn/ui/button/Button.vue.d.ts +27 -0
- package/dist/{typings → src}/shadcn/ui/button/index.d.ts +2 -2
- package/dist/src/shadcn/ui/context-menu/ContextMenu.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +28 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuContent.vue.d.ts +34 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuGroup.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuItem.vue.d.ts +30 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuLabel.vue.d.ts +23 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuRadioItem.vue.d.ts +26 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuSeparator.vue.d.ts +7 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuShortcut.vue.d.ts +21 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuSub.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuSubContent.vue.d.ts +38 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +23 -0
- package/dist/src/shadcn/ui/context-menu/ContextMenuTrigger.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/dialog/Dialog.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/dialog/DialogClose.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/dialog/DialogContent.vue.d.ts +720 -0
- package/dist/src/shadcn/ui/dialog/DialogDescription.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/dialog/DialogFooter.vue.d.ts +21 -0
- package/dist/src/shadcn/ui/dialog/DialogHeader.vue.d.ts +21 -0
- package/dist/src/shadcn/ui/dialog/DialogOverlay.vue.d.ts +7 -0
- package/dist/src/shadcn/ui/dialog/DialogScrollContent.vue.d.ts +39 -0
- package/dist/src/shadcn/ui/dialog/DialogTitle.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/dialog/DialogTrigger.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenu.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +28 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +36 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +26 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +23 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +26 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +21 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +38 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +23 -0
- package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/form/FormControl.vue.d.ts +17 -0
- package/dist/src/shadcn/ui/form/FormDescription.vue.d.ts +21 -0
- package/dist/src/shadcn/ui/form/FormItem.vue.d.ts +21 -0
- package/dist/src/shadcn/ui/form/FormLabel.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/form/FormMessage.vue.d.ts +6 -0
- package/dist/{typings → src}/shadcn/ui/form/injectionKeys.d.ts +1 -1
- package/dist/src/shadcn/ui/form/useFormField.d.ts +11 -0
- package/dist/src/shadcn/ui/hover-card/HoverCard.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/hover-card/HoverCardContent.vue.d.ts +24 -0
- package/dist/src/shadcn/ui/hover-card/HoverCardTrigger.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/label/Label.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/resizable/ResizableHandle.vue.d.ts +27 -0
- package/dist/src/shadcn/ui/resizable/ResizablePanel.vue.d.ts +206 -0
- package/dist/src/shadcn/ui/resizable/ResizablePanelGroup.vue.d.ts +26 -0
- package/dist/src/shadcn/ui/scroll-area/ScrollArea.vue.d.ts +28 -0
- package/dist/src/shadcn/ui/scroll-area/ScrollBar.vue.d.ts +9 -0
- package/dist/src/shadcn/ui/sheet/Sheet.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/sheet/SheetClose.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/sheet/SheetContent.vue.d.ts +207 -0
- package/dist/src/shadcn/ui/sheet/SheetDescription.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/sheet/SheetFooter.vue.d.ts +21 -0
- package/dist/src/shadcn/ui/sheet/SheetHeader.vue.d.ts +21 -0
- package/dist/src/shadcn/ui/sheet/SheetOverlay.vue.d.ts +7 -0
- package/dist/src/shadcn/ui/sheet/SheetTitle.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/sheet/SheetTrigger.vue.d.ts +18 -0
- package/dist/src/shadcn/ui/tooltip/Tooltip.vue.d.ts +22 -0
- package/dist/src/shadcn/ui/tooltip/TooltipContent.vue.d.ts +30 -0
- package/dist/src/shadcn/ui/tooltip/TooltipProvider.vue.d.ts +20 -0
- package/dist/src/shadcn/ui/tooltip/TooltipTrigger.vue.d.ts +18 -0
- package/dist/{typings → src}/typings/helper.d.ts +1 -1
- package/dist/{typings → src}/typings/menu-record.d.ts +2 -2
- package/dist/src/utils/composables/use-is-mobile.d.ts +3 -0
- package/dist/{typings → src}/utils/composables/use-layout-style.d.ts +5 -5
- package/dist/{typings → src}/utils/composables/use-priority-value.d.ts +1 -1
- package/dist/{typings → src}/utils/composables/use-sortable.d.ts +1 -2
- package/dist/{typings → src}/utils/shared/cn.d.ts +1 -1
- package/dist/{typings → src}/utils/shared/date.d.ts +1 -1
- package/dist/{typings → src}/utils/shared/merge.d.ts +1 -1
- package/package.json +3 -3
- package/dist/typings/components/api-component/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/button/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/button/src/button.vue.d.ts +0 -13
- package/dist/typings/components/calendar/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/calendar/src/index.vue.d.ts +0 -38
- package/dist/typings/components/card/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/card/src/index.vue.d.ts +0 -18
- package/dist/typings/components/code-editor/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/code-editor/demo/diff.vue.d.ts +0 -2
- package/dist/typings/components/collapse/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/collapse/src/collapse.vue.d.ts +0 -17
- package/dist/typings/components/color-picker/demo/adapter/form.d.ts +0 -8
- package/dist/typings/components/color-picker/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/color-picker/demo/form.vue.d.ts +0 -2
- package/dist/typings/components/detail-info/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/detail-info/demo/formatter.vue.d.ts +0 -2
- package/dist/typings/components/detail-info/demo/layout.vue.d.ts +0 -2
- package/dist/typings/components/detail-info/demo/slots.vue.d.ts +0 -2
- package/dist/typings/components/detail-info/src/index.vue.d.ts +0 -27
- package/dist/typings/components/drawer/demo/adapter/form.d.ts +0 -8
- package/dist/typings/components/drawer/demo/auto-height.vue.d.ts +0 -2
- package/dist/typings/components/drawer/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/drawer/demo/dynamic.vue.d.ts +0 -2
- package/dist/typings/components/drawer/demo/extra/drawer.vue.d.ts +0 -2
- package/dist/typings/components/drawer/demo/extra/extra.vue.d.ts +0 -2
- package/dist/typings/components/drawer/demo/form-drawer.vue.d.ts +0 -2
- package/dist/typings/components/drawer/demo/shared-data/drawer.vue.d.ts +0 -2
- package/dist/typings/components/drawer/demo/shared-data/shared-data.vue.d.ts +0 -2
- package/dist/typings/components/drawer/src/drawer.vue.d.ts +0 -45
- package/dist/typings/components/drawer/src/use-drawer.d.ts +0 -8
- package/dist/typings/components/echarts/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/echarts/src/echarts-ui.vue.d.ts +0 -9
- package/dist/typings/components/echarts/src/echarts.d.ts +0 -6
- package/dist/typings/components/form/demo/adapter/form.d.ts +0 -8
- package/dist/typings/components/form/demo/api.vue.d.ts +0 -2
- package/dist/typings/components/form/demo/components/two-fields.vue.d.ts +0 -13
- package/dist/typings/components/form/demo/custom-layout.vue.d.ts +0 -2
- package/dist/typings/components/form/demo/custom.vue.d.ts +0 -2
- package/dist/typings/components/form/demo/dynamic.vue.d.ts +0 -2
- package/dist/typings/components/form/demo/if-show.vue.d.ts +0 -2
- package/dist/typings/components/form/demo/merge.vue.d.ts +0 -2
- package/dist/typings/components/form/demo/query.vue.d.ts +0 -2
- package/dist/typings/components/form/demo/rules.vue.d.ts +0 -2
- package/dist/typings/components/form/demo/select.vue.d.ts +0 -2
- package/dist/typings/components/form/src/components/form-actions.vue.d.ts +0 -21
- package/dist/typings/components/form/src/components/text.vue.d.ts +0 -9
- package/dist/typings/components/form/src/form-render/context.d.ts +0 -9
- package/dist/typings/components/form/src/form-render/dependencies.d.ts +0 -9
- package/dist/typings/components/form/src/form-render/form-field.vue.d.ts +0 -18
- package/dist/typings/components/form/src/form-render/form-label.vue.d.ts +0 -10
- package/dist/typings/components/form/src/form-render/form.vue.d.ts +0 -30
- package/dist/typings/components/form/src/use-form.d.ts +0 -5
- package/dist/typings/components/form/src/use-form.vue.d.ts +0 -24
- package/dist/typings/components/gantt/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/grid-layout/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/grid-layout/demo/line.vue.d.ts +0 -2
- package/dist/typings/components/icon/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/icon/demo/iconfont.vue.d.ts +0 -2
- package/dist/typings/components/icon/src/icon.vue.d.ts +0 -12
- package/dist/typings/components/infinite-scroll/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/infinite-scroll/src/index.vue.d.ts +0 -28
- package/dist/typings/components/layout/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/layout/src/components/layout-content.vue.d.ts +0 -14
- package/dist/typings/components/layout/src/components/layout-header.vue.d.ts +0 -37
- package/dist/typings/components/layout/src/wm-layout.vue.d.ts +0 -53
- package/dist/typings/components/left-container/demo/adapter/form.d.ts +0 -8
- package/dist/typings/components/left-container/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/left-container/demo/card.vue.d.ts +0 -2
- package/dist/typings/components/menu/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/menu/demo/normal.vue.d.ts +0 -2
- package/dist/typings/components/menu/src/components/collapse-transition.vue.d.ts +0 -12
- package/dist/typings/components/menu/src/components/menu-item.vue.d.ts +0 -23
- package/dist/typings/components/menu/src/components/menu.vue.d.ts +0 -28
- package/dist/typings/components/menu/src/components/sub-menu-content.vue.d.ts +0 -21
- package/dist/typings/components/menu/src/components/sub-menu.vue.d.ts +0 -25
- package/dist/typings/components/menu/src/hooks/use-menu.d.ts +0 -9
- package/dist/typings/components/menu/src/menu.vue.d.ts +0 -9
- package/dist/typings/components/menu/src/sub-menu.vue.d.ts +0 -9
- package/dist/typings/components/modal/demo/adapter/form.d.ts +0 -8
- package/dist/typings/components/modal/demo/auto-height.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/draggable.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/dynamic.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/extra/ChildModal.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/extra/ParentModal.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/extra/extra.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/form-modal.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/shared-data/modal.vue.d.ts +0 -2
- package/dist/typings/components/modal/demo/shared-data/shared-data.vue.d.ts +0 -2
- package/dist/typings/components/modal/src/modal.vue.d.ts +0 -40
- package/dist/typings/components/modal/src/use-modal.d.ts +0 -8
- package/dist/typings/components/page/demo/auto-height.vue.d.ts +0 -2
- package/dist/typings/components/page/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/page/src/page.vue.d.ts +0 -17
- package/dist/typings/components/scrollbar/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/scrollbar/src/index.vue.d.ts +0 -121
- package/dist/typings/components/splitter/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/splitter/demo/nested.vue.d.ts +0 -2
- package/dist/typings/components/splitter/demo/vertical.vue.d.ts +0 -2
- package/dist/typings/components/splitter/src/panel.vue.d.ts +0 -26
- package/dist/typings/components/splitter/src/splitter.vue.d.ts +0 -11
- package/dist/typings/components/status-card/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/status-card/src/index.vue.d.ts +0 -31
- package/dist/typings/components/table/demo/adapter/component/index.d.ts +0 -33
- package/dist/typings/components/table/demo/adapter/form.d.ts +0 -8
- package/dist/typings/components/table/demo/adapter/table.d.ts +0 -2
- package/dist/typings/components/table/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/table/demo/custom-cell.vue.d.ts +0 -2
- package/dist/typings/components/table/demo/dynamic.vue.d.ts +0 -2
- package/dist/typings/components/table/demo/edit-row.vue.d.ts +0 -2
- package/dist/typings/components/table/demo/tree.vue.d.ts +0 -2
- package/dist/typings/components/table/src/use-table.d.ts +0 -4
- package/dist/typings/components/table/src/use-table.vue.d.ts +0 -139
- package/dist/typings/components/table-select/demo/adapter/component/index.d.ts +0 -33
- package/dist/typings/components/table-select/demo/adapter/form.d.ts +0 -8
- package/dist/typings/components/table-select/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/table-select/demo/form.vue.d.ts +0 -2
- package/dist/typings/components/table-select/demo/more.vue.d.ts +0 -2
- package/dist/typings/components/table-select/demo/multiple.vue.d.ts +0 -2
- package/dist/typings/components/table-select/src/table-select.vue.d.ts +0 -29
- package/dist/typings/components/tabs/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/tabs/src/tabs.vue.d.ts +0 -25
- package/dist/typings/components/tabs-view/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/tabs-view/src/components/tabs/tabs.vue.d.ts +0 -21
- package/dist/typings/components/tabs-view/src/components/widgets/tool-more.vue.d.ts +0 -3
- package/dist/typings/components/tabs-view/src/components/widgets/tool-screen.vue.d.ts +0 -9
- package/dist/typings/components/tabs-view/src/tabs-view.vue.d.ts +0 -18
- package/dist/typings/components/text-editor/demo/adapter/component/index.d.ts +0 -33
- package/dist/typings/components/text-editor/demo/adapter/form.d.ts +0 -8
- package/dist/typings/components/text-editor/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/text-editor/demo/form.vue.d.ts +0 -2
- package/dist/typings/components/title/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/title/demo/module.vue.d.ts +0 -2
- package/dist/typings/components/title/src/group-title.vue.d.ts +0 -13
- package/dist/typings/components/title/src/title.vue.d.ts +0 -15
- package/dist/typings/components/tree/demo/base.vue.d.ts +0 -2
- package/dist/typings/components/tree/src/tree.vue.d.ts +0 -64
- package/dist/typings/components/virtual-list/demo/basic.vue.d.ts +0 -2
- package/dist/typings/components/virtual-list/src/index.vue.d.ts +0 -92
- package/dist/typings/hooks/use-html-theme.d.ts +0 -3
- package/dist/typings/shadcn/components/context-menu/context-menu.vue.d.ts +0 -27
- package/dist/typings/shadcn/components/dropdown-menu/dropdown-menu.vue.d.ts +0 -15
- package/dist/typings/shadcn/components/dropdown-menu/dropdown-radio-menu.vue.d.ts +0 -23
- package/dist/typings/shadcn/components/hover-card/hover-card.vue.d.ts +0 -25
- package/dist/typings/shadcn/components/render-content/render-content.vue.d.ts +0 -17
- package/dist/typings/shadcn/components/tooltip/help-tooltip.vue.d.ts +0 -17
- package/dist/typings/shadcn/components/tooltip/tooltip.vue.d.ts +0 -26
- package/dist/typings/shadcn/ui/accordion/Accordion.vue.d.ts +0 -18
- package/dist/typings/shadcn/ui/accordion/AccordionContent.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/accordion/AccordionItem.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/accordion/AccordionTrigger.vue.d.ts +0 -19
- package/dist/typings/shadcn/ui/badge/Badge.vue.d.ts +0 -19
- package/dist/typings/shadcn/ui/button/Button.vue.d.ts +0 -22
- package/dist/typings/shadcn/ui/context-menu/ContextMenu.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +0 -23
- package/dist/typings/shadcn/ui/context-menu/ContextMenuContent.vue.d.ts +0 -29
- package/dist/typings/shadcn/ui/context-menu/ContextMenuGroup.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/context-menu/ContextMenuItem.vue.d.ts +0 -25
- package/dist/typings/shadcn/ui/context-menu/ContextMenuLabel.vue.d.ts +0 -18
- package/dist/typings/shadcn/ui/context-menu/ContextMenuPortal.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/context-menu/ContextMenuRadioItem.vue.d.ts +0 -21
- package/dist/typings/shadcn/ui/context-menu/ContextMenuSeparator.vue.d.ts +0 -7
- package/dist/typings/shadcn/ui/context-menu/ContextMenuShortcut.vue.d.ts +0 -16
- package/dist/typings/shadcn/ui/context-menu/ContextMenuSub.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/context-menu/ContextMenuSubContent.vue.d.ts +0 -33
- package/dist/typings/shadcn/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +0 -18
- package/dist/typings/shadcn/ui/context-menu/ContextMenuTrigger.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/dialog/Dialog.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/dialog/DialogClose.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/dialog/DialogContent.vue.d.ts +0 -127
- package/dist/typings/shadcn/ui/dialog/DialogDescription.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/dialog/DialogFooter.vue.d.ts +0 -16
- package/dist/typings/shadcn/ui/dialog/DialogHeader.vue.d.ts +0 -16
- package/dist/typings/shadcn/ui/dialog/DialogOverlay.vue.d.ts +0 -7
- package/dist/typings/shadcn/ui/dialog/DialogScrollContent.vue.d.ts +0 -34
- package/dist/typings/shadcn/ui/dialog/DialogTitle.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/dialog/DialogTrigger.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenu.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +0 -23
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +0 -31
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +0 -21
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +0 -18
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +0 -21
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +0 -7
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +0 -16
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +0 -33
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +0 -18
- package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/form/FormControl.vue.d.ts +0 -12
- package/dist/typings/shadcn/ui/form/FormDescription.vue.d.ts +0 -16
- package/dist/typings/shadcn/ui/form/FormItem.vue.d.ts +0 -16
- package/dist/typings/shadcn/ui/form/FormLabel.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/form/FormMessage.vue.d.ts +0 -6
- package/dist/typings/shadcn/ui/form/useFormField.d.ts +0 -11
- package/dist/typings/shadcn/ui/hover-card/HoverCard.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/hover-card/HoverCardContent.vue.d.ts +0 -19
- package/dist/typings/shadcn/ui/hover-card/HoverCardTrigger.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/label/Label.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/resizable/ResizableHandle.vue.d.ts +0 -22
- package/dist/typings/shadcn/ui/resizable/ResizablePanel.vue.d.ts +0 -23
- package/dist/typings/shadcn/ui/resizable/ResizablePanelGroup.vue.d.ts +0 -21
- package/dist/typings/shadcn/ui/scroll-area/ScrollArea.vue.d.ts +0 -23
- package/dist/typings/shadcn/ui/scroll-area/ScrollBar.vue.d.ts +0 -9
- package/dist/typings/shadcn/ui/sheet/Sheet.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/sheet/SheetClose.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/sheet/SheetContent.vue.d.ts +0 -46
- package/dist/typings/shadcn/ui/sheet/SheetDescription.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/sheet/SheetFooter.vue.d.ts +0 -16
- package/dist/typings/shadcn/ui/sheet/SheetHeader.vue.d.ts +0 -16
- package/dist/typings/shadcn/ui/sheet/SheetOverlay.vue.d.ts +0 -7
- package/dist/typings/shadcn/ui/sheet/SheetTitle.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/sheet/SheetTrigger.vue.d.ts +0 -13
- package/dist/typings/shadcn/ui/tooltip/Tooltip.vue.d.ts +0 -17
- package/dist/typings/shadcn/ui/tooltip/TooltipContent.vue.d.ts +0 -25
- package/dist/typings/shadcn/ui/tooltip/TooltipProvider.vue.d.ts +0 -15
- package/dist/typings/shadcn/ui/tooltip/TooltipTrigger.vue.d.ts +0 -13
- package/dist/typings/utils/composables/use-is-mobile.d.ts +0 -3
- /package/dist/{typings → src}/components/api-component/index.d.ts +0 -0
- /package/dist/{typings → src}/components/button/index.d.ts +0 -0
- /package/dist/{typings → src}/components/calendar/index.d.ts +0 -0
- /package/dist/{typings → src}/components/card/index.d.ts +0 -0
- /package/dist/{typings → src}/components/code-editor/index.d.ts +0 -0
- /package/dist/{typings → src}/components/collapse/index.d.ts +0 -0
- /package/dist/{typings → src}/components/color-picker/index.d.ts +0 -0
- /package/dist/{typings → src}/components/detail-info/index.d.ts +0 -0
- /package/dist/{typings → src}/components/drawer/index.d.ts +0 -0
- /package/dist/{typings → src}/components/echarts/index.d.ts +0 -0
- /package/dist/{typings → src}/components/form/index.d.ts +0 -0
- /package/dist/{typings → src}/components/form/src/form-render/index.d.ts +0 -0
- /package/dist/{typings → src}/components/gantt/index.d.ts +0 -0
- /package/dist/{typings → src}/components/gantt/src/types.d.ts +0 -0
- /package/dist/{typings → src}/components/grid-layout/src/helpers/EventEmitter.d.ts +0 -0
- /package/dist/{typings → src}/components/grid-layout/src/helpers/dom.d.ts +0 -0
- /package/dist/{typings → src}/components/grid-layout/src/helpers/draggable.d.ts +0 -0
- /package/dist/{typings → src}/components/grid-layout/src/helpers/types.d.ts +0 -0
- /package/dist/{typings → src}/components/grid-layout/src/hooks/useResize.d.ts +0 -0
- /package/dist/{typings → src}/components/grid-layout/src/utils/index.d.ts +0 -0
- /package/dist/{typings → src}/components/icon/index.d.ts +0 -0
- /package/dist/{typings → src}/components/index.d.ts +0 -0
- /package/dist/{typings → src}/components/infinite-scroll/index.d.ts +0 -0
- /package/dist/{typings → src}/components/layout/index.d.ts +0 -0
- /package/dist/{typings → src}/components/layout/src/components/index.d.ts +0 -0
- /package/dist/{typings → src}/components/layout/src/wm-layout.d.ts +0 -0
- /package/dist/{typings → src}/components/left-container/index.d.ts +0 -0
- /package/dist/{typings → src}/components/menu/index.d.ts +0 -0
- /package/dist/{typings → src}/components/menu/src/components/index.d.ts +0 -0
- /package/dist/{typings → src}/components/menu/src/components/normal-menu/index.d.ts +0 -0
- /package/dist/{typings → src}/components/menu/src/hooks/index.d.ts +0 -0
- /package/dist/{typings → src}/components/modal/index.d.ts +0 -0
- /package/dist/{typings → src}/components/page/index.d.ts +0 -0
- /package/dist/{typings → src}/components/page/src/types.d.ts +0 -0
- /package/dist/{typings → src}/components/scrollbar/index.d.ts +0 -0
- /package/dist/{typings → src}/components/splitter/index.d.ts +0 -0
- /package/dist/{typings → src}/components/status-card/index.d.ts +0 -0
- /package/dist/{typings → src}/components/table/demo/utils/mock-api.d.ts +0 -0
- /package/dist/{typings → src}/components/table/demo/utils/table-data.d.ts +0 -0
- /package/dist/{typings → src}/components/table/index.d.ts +0 -0
- /package/dist/{typings → src}/components/table-select/index.d.ts +0 -0
- /package/dist/{typings → src}/components/tabs/index.d.ts +0 -0
- /package/dist/{typings → src}/components/tabs/src/types.d.ts +0 -0
- /package/dist/{typings → src}/components/tabs-view/index.d.ts +0 -0
- /package/dist/{typings → src}/components/tabs-view/src/components/index.d.ts +0 -0
- /package/dist/{typings → src}/components/tabs-view/src/components/widgets/index.d.ts +0 -0
- /package/dist/{typings → src}/components/text-editor/index.d.ts +0 -0
- /package/dist/{typings → src}/components/text-editor/src/config.d.ts +0 -0
- /package/dist/{typings → src}/components/text-editor/src/locales/ja.d.ts +0 -0
- /package/dist/{typings → src}/components/text-editor/src/locales/ko.d.ts +0 -0
- /package/dist/{typings → src}/components/text-editor/src/locales/ru.d.ts +0 -0
- /package/dist/{typings → src}/components/text-editor/src/locales/zh-TW.d.ts +0 -0
- /package/dist/{typings → src}/components/text-editor/src/types.d.ts +0 -0
- /package/dist/{typings → src}/components/title/index.d.ts +0 -0
- /package/dist/{typings → src}/components/tree/index.d.ts +0 -0
- /package/dist/{typings → src}/components/tree/src/types.d.ts +0 -0
- /package/dist/{typings → src}/components/virtual-list/index.d.ts +0 -0
- /package/dist/{typings → src}/constants/index.d.ts +0 -0
- /package/dist/{typings → src}/hooks/use-design-tokens.d.ts +0 -0
- /package/dist/{typings → src}/setup.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/components/context-menu/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/components/dropdown-menu/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/components/hover-card/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/components/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/components/render-content/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/components/scrollbar/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/components/spinner/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/components/tooltip/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/accordion/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/context-menu/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/dialog/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/dropdown-menu/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/form/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/hover-card/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/label/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/resizable/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/scroll-area/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/sheet/index.d.ts +0 -0
- /package/dist/{typings → src}/shadcn/ui/tooltip/index.d.ts +0 -0
- /package/dist/{typings → src}/typings/app.d.ts +0 -0
- /package/dist/{typings → src}/typings/basic.d.ts +0 -0
- /package/dist/{typings → src}/typings/index.d.ts +0 -0
- /package/dist/{typings → src}/utils/composables/index.d.ts +0 -0
- /package/dist/{typings → src}/utils/composables/use-namespace.d.ts +0 -0
- /package/dist/{typings → src}/utils/composables/use-scroll-lock.d.ts +0 -0
- /package/dist/{typings → src}/utils/global-state.d.ts +0 -0
- /package/dist/{typings → src}/utils/index.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/color/convert.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/color/index.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/dom.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/index.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/inference.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/letter.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/state-handler.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/tree.d.ts +0 -0
- /package/dist/{typings → src}/utils/shared/utils.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ClassType } from '../../../typings';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
class?: ClassType;
|
|
4
4
|
horizontal?: boolean;
|
|
@@ -10,18 +10,23 @@ type __VLS_Props = {
|
|
|
10
10
|
shadowRight?: boolean;
|
|
11
11
|
shadowTop?: boolean;
|
|
12
12
|
};
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: any;
|
|
16
20
|
};
|
|
17
|
-
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
23
|
scrollAt: (args_0: {
|
|
19
24
|
bottom: boolean;
|
|
20
25
|
left: boolean;
|
|
21
26
|
right: boolean;
|
|
22
27
|
top: boolean;
|
|
23
28
|
}) => any;
|
|
24
|
-
}, string, import(
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
30
|
onScrollAt?: (args_0: {
|
|
26
31
|
bottom: boolean;
|
|
27
32
|
left: boolean;
|
|
@@ -37,10 +42,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
37
42
|
shadowLeft: boolean;
|
|
38
43
|
shadowRight: boolean;
|
|
39
44
|
shadowTop: boolean;
|
|
40
|
-
}, {}, {}, {}, string, import(
|
|
41
|
-
declare const _default:
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
47
|
export default _default;
|
|
43
|
-
type
|
|
48
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
49
|
new (): {
|
|
45
50
|
$slots: S;
|
|
46
51
|
};
|
|
@@ -14,8 +14,8 @@ interface Props {
|
|
|
14
14
|
*/
|
|
15
15
|
text?: string;
|
|
16
16
|
}
|
|
17
|
-
declare const _default: import(
|
|
17
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
18
18
|
text: string;
|
|
19
19
|
minLoadingTime: number;
|
|
20
|
-
}, {}, {}, {}, string, import(
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
21
21
|
export default _default;
|
|
@@ -10,7 +10,7 @@ interface Props {
|
|
|
10
10
|
*/
|
|
11
11
|
spinning?: boolean;
|
|
12
12
|
}
|
|
13
|
-
declare const _default: import(
|
|
13
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
14
14
|
minLoadingTime: number;
|
|
15
|
-
}, {}, {}, {}, string, import(
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
16
16
|
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
triggerClass?: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
trigger?(_: {}): any;
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ClassType } from '../../../typings';
|
|
2
|
+
import { TooltipContentProps } from 'reka-ui';
|
|
3
|
+
import { StyleValue } from 'vue';
|
|
4
|
+
interface Props {
|
|
5
|
+
contentClass?: ClassType;
|
|
6
|
+
contentStyle?: StyleValue;
|
|
7
|
+
delayDuration?: number;
|
|
8
|
+
side?: TooltipContentProps['side'];
|
|
9
|
+
}
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
trigger?(_: {}): any;
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: any;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
21
|
+
side: TooltipContentProps["side"];
|
|
22
|
+
delayDuration: number;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AccordionRootProps } from 'reka-ui';
|
|
2
|
+
type __VLS_Props = AccordionRootProps;
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (value: string | string[]) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: (value: string | string[]) => any;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AccordionContentProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = AccordionContentProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AccordionItemProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = AccordionItemProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AccordionTriggerProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = AccordionTriggerProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
icon?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PrimitiveProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
import { BadgeVariants } from '.';
|
|
4
|
+
type __VLS_Props = PrimitiveProps & {
|
|
5
|
+
variant?: BadgeVariants['variant'];
|
|
6
|
+
class?: HTMLAttributes['class'];
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
export { default as Badge } from './Badge.vue';
|
|
3
3
|
export declare const badgeVariants: (props?: {
|
|
4
4
|
variant?: "default" | "destructive" | "outline" | "secondary";
|
|
5
|
-
} & import(
|
|
5
|
+
} & import('class-variance-authority/dist/types').ClassProp) => string;
|
|
6
6
|
export type BadgeVariants = VariantProps<typeof badgeVariants>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { PrimitiveProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
import { ButtonVariants } from '.';
|
|
4
|
+
interface Props extends PrimitiveProps {
|
|
5
|
+
variant?: ButtonVariants['variant'];
|
|
6
|
+
size?: ButtonVariants['size'];
|
|
7
|
+
class?: HTMLAttributes['class'];
|
|
8
|
+
}
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
19
|
+
as: string;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
export { default as CnButton } from './Button.vue';
|
|
3
3
|
export declare const buttonVariants: (props?: {
|
|
4
4
|
variant?: "default" | "link" | "ghost" | "icon" | "destructive" | "heavy" | "outline" | "secondary";
|
|
5
5
|
size?: "default" | "icon" | "lg" | "sm" | "xs";
|
|
6
|
-
} & import(
|
|
6
|
+
} & import('class-variance-authority/dist/types').ClassProp) => string;
|
|
7
7
|
export type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ContextMenuRootProps } from 'reka-ui';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<ContextMenuRootProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:open": (payload: boolean) => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<ContextMenuRootProps> & Readonly<{
|
|
14
|
+
"onUpdate:open"?: (payload: boolean) => any;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ContextMenuCheckboxItemProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ContextMenuCheckboxItemProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
select: (event: Event) => any;
|
|
17
|
+
"update:modelValue": (payload: boolean) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
onSelect?: (event: Event) => any;
|
|
20
|
+
"onUpdate:modelValue"?: (payload: boolean) => any;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ContextMenuContentProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ContextMenuContentProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
17
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
18
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
19
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
20
|
+
closeAutoFocus: (event: Event) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
|
+
onEscapeKeyDown?: (event: KeyboardEvent) => any;
|
|
23
|
+
onPointerDownOutside?: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
24
|
+
onFocusOutside?: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
25
|
+
onInteractOutside?: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
26
|
+
onCloseAutoFocus?: (event: Event) => any;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ContextMenuGroupProps } from 'reka-ui';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<ContextMenuGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ContextMenuGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ContextMenuItemProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ContextMenuItemProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
inset?: boolean;
|
|
6
|
+
variant?: 'default' | 'destructive';
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
select: (event: Event) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
|
+
onSelect?: (event: Event) => any;
|
|
21
|
+
}>, {
|
|
22
|
+
variant: "default" | "destructive";
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ContextMenuLabelProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ContextMenuLabelProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
inset?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ContextMenuRadioGroupProps } from 'reka-ui';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<ContextMenuRadioGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": (payload: string) => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<ContextMenuRadioGroupProps> & Readonly<{
|
|
14
|
+
"onUpdate:modelValue"?: (payload: string) => any;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ContextMenuRadioItemProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ContextMenuRadioItemProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
select: (event: Event) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
onSelect?: (event: Event) => any;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ContextMenuSeparatorProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ContextMenuSeparatorProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
class?: HTMLAttributes['class'];
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLSpanElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ContextMenuSubProps } from 'reka-ui';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<ContextMenuSubProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:open": (payload: boolean) => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<ContextMenuSubProps> & Readonly<{
|
|
14
|
+
"onUpdate:open"?: (payload: boolean) => any;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { DropdownMenuSubContentProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = DropdownMenuSubContentProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
entryFocus: (event: Event) => any;
|
|
17
|
+
openAutoFocus: (event: Event) => any;
|
|
18
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
19
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
20
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
21
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
22
|
+
closeAutoFocus: (event: Event) => any;
|
|
23
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
24
|
+
onEntryFocus?: (event: Event) => any;
|
|
25
|
+
onOpenAutoFocus?: (event: Event) => any;
|
|
26
|
+
onEscapeKeyDown?: (event: KeyboardEvent) => any;
|
|
27
|
+
onPointerDownOutside?: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
28
|
+
onFocusOutside?: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
29
|
+
onInteractOutside?: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
30
|
+
onCloseAutoFocus?: (event: Event) => any;
|
|
31
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ContextMenuSubTriggerProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = ContextMenuSubTriggerProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
inset?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|