@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,25 +0,0 @@
|
|
|
1
|
-
import { WmTabsProps } from './types';
|
|
2
|
-
type __VLS_Props = WmTabsProps;
|
|
3
|
-
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
-
'activeKey'?: string | number;
|
|
5
|
-
};
|
|
6
|
-
declare var __VLS_10: {};
|
|
7
|
-
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof __VLS_10) => any;
|
|
9
|
-
};
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
-
"update:activeKey": (value: string | number) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
"onUpdate:activeKey"?: (value: string | number) => any;
|
|
14
|
-
}>, {
|
|
15
|
-
type: "line" | "card" | "editable-card";
|
|
16
|
-
destroyInactiveTabPane: boolean;
|
|
17
|
-
tabBarGutter: number;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { TabsProps } from '../../types';
|
|
2
|
-
interface Props extends TabsProps {
|
|
3
|
-
}
|
|
4
|
-
type __VLS_Props = Props;
|
|
5
|
-
type __VLS_PublicProps = __VLS_Props & {
|
|
6
|
-
'active'?: string;
|
|
7
|
-
};
|
|
8
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
-
close: (args_0: string) => any;
|
|
10
|
-
unpin: (args_0: import("vue-router").RouteLocationNormalizedGeneric) => any;
|
|
11
|
-
"update:active": (value: string) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
onClose?: (args_0: string) => any;
|
|
14
|
-
onUnpin?: (args_0: import("vue-router").RouteLocationNormalizedGeneric) => any;
|
|
15
|
-
"onUpdate:active"?: (value: string) => any;
|
|
16
|
-
}>, {
|
|
17
|
-
contentClass: string;
|
|
18
|
-
tabs: import("vue-router").RouteLocationNormalized[];
|
|
19
|
-
contextMenus: (data: any) => import("@/components").IContextMenuItem[];
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { DropdownMenuProps } from '@/shadcn';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<DropdownMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
type __VLS_PublicProps = {
|
|
2
|
-
'screen'?: boolean;
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
"update:screen": (value: boolean) => any;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
7
|
-
"onUpdate:screen"?: (value: boolean) => any;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { TabsProps } from './types';
|
|
2
|
-
interface Props extends TabsProps {
|
|
3
|
-
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
close: (args_0: string) => any;
|
|
6
|
-
unpin: (args_0: import("vue-router").RouteLocationNormalizedGeneric) => any;
|
|
7
|
-
sortTabs: (args_0: number, args_1: number) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
|
-
onClose?: (args_0: string) => any;
|
|
10
|
-
onUnpin?: (args_0: import("vue-router").RouteLocationNormalizedGeneric) => any;
|
|
11
|
-
onSortTabs?: (args_0: number, args_1: number) => any;
|
|
12
|
-
}>, {
|
|
13
|
-
contentClass: string;
|
|
14
|
-
draggable: boolean;
|
|
15
|
-
styleType: "plain" | "card" | "brisk" | "chrome";
|
|
16
|
-
wheelable: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import type { ApiComponentProps, BaseFormComponentProps } from '@wimi/ui';
|
|
2
|
-
import type { Component, VNodeProps } from 'vue';
|
|
3
|
-
type ExtractPropTypes<T extends Component> = T extends new (...args: any) => any ? Omit<InstanceType<T>['$props'], keyof VNodeProps> : never;
|
|
4
|
-
export type AntComponentProps = {
|
|
5
|
-
ApiSelect: Partial<ApiComponentProps>;
|
|
6
|
-
ApiTreeSelect: Partial<ApiComponentProps>;
|
|
7
|
-
ApiTableSelect: Partial<ApiComponentProps>;
|
|
8
|
-
AutoComplete: ExtractPropTypes<(typeof import('ant-design-vue/es/auto-complete'))['default']>;
|
|
9
|
-
Checkbox: ExtractPropTypes<(typeof import('ant-design-vue/es/checkbox'))['default']>;
|
|
10
|
-
CheckboxGroup: ExtractPropTypes<(typeof import('ant-design-vue/es/checkbox'))['CheckboxGroup']>;
|
|
11
|
-
DatePicker: ExtractPropTypes<(typeof import('ant-design-vue/es/date-picker'))['default']>;
|
|
12
|
-
Divider: ExtractPropTypes<(typeof import('ant-design-vue/es/divider'))['default']>;
|
|
13
|
-
Input: ExtractPropTypes<(typeof import('ant-design-vue/es/input'))['default']>;
|
|
14
|
-
InputNumber: ExtractPropTypes<(typeof import('ant-design-vue/es/input-number'))['default']>;
|
|
15
|
-
InputPassword: ExtractPropTypes<(typeof import('ant-design-vue/es/input'))['InputPassword']>;
|
|
16
|
-
Mentions: ExtractPropTypes<(typeof import('ant-design-vue/es/mentions'))['default']>;
|
|
17
|
-
Radio: ExtractPropTypes<(typeof import('ant-design-vue/es/radio'))['default']>;
|
|
18
|
-
RadioGroup: ExtractPropTypes<(typeof import('ant-design-vue/es/radio'))['RadioGroup']>;
|
|
19
|
-
RangePicker: ExtractPropTypes<(typeof import('ant-design-vue/es/date-picker'))['RangePicker']>;
|
|
20
|
-
Rate: ExtractPropTypes<(typeof import('ant-design-vue/es/rate'))['default']>;
|
|
21
|
-
Select: ExtractPropTypes<(typeof import('ant-design-vue/es/select'))['default']>;
|
|
22
|
-
Switch: ExtractPropTypes<(typeof import('ant-design-vue/es/switch'))['default']>;
|
|
23
|
-
Textarea: ExtractPropTypes<(typeof import('ant-design-vue/es/input'))['Textarea']>;
|
|
24
|
-
TimePicker: ExtractPropTypes<(typeof import('ant-design-vue/es/time-picker'))['TimePicker']>;
|
|
25
|
-
TreeSelect: ExtractPropTypes<(typeof import('ant-design-vue/es/tree-select'))['default']>;
|
|
26
|
-
Upload: ExtractPropTypes<(typeof import('ant-design-vue/es/upload'))['default']>;
|
|
27
|
-
Cascader: ExtractPropTypes<(typeof import('ant-design-vue/es/cascader'))['default']>;
|
|
28
|
-
Slider: ExtractPropTypes<(typeof import('ant-design-vue/es/slider'))['default']>;
|
|
29
|
-
TimeRangePicker: ExtractPropTypes<(typeof import('ant-design-vue/es/time-picker'))['TimeRangePicker']>;
|
|
30
|
-
} & BaseFormComponentProps;
|
|
31
|
-
export type ComponentType = keyof AntComponentProps;
|
|
32
|
-
declare function initComponentAdapter(): Promise<void>;
|
|
33
|
-
export { initComponentAdapter };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FormProps } from '@wimi/ui';
|
|
2
|
-
import { z } from '@wimi/ui';
|
|
3
|
-
import type { AntComponentProps } from './component';
|
|
4
|
-
declare const useWmForm: (options: FormProps<AntComponentProps>) => readonly [import("vue").DefineSetupFnComponent<FormProps<import("@wimi/ui").BaseFormComponentProps>, {}, {}, FormProps<import("@wimi/ui").BaseFormComponentProps> & {}, import("vue").PublicProps>, Partial<{
|
|
5
|
-
useStore: <T = NoInfer<FormProps>>(selector?: (state: NoInfer<FormProps>) => T) => Readonly<import("vue").Ref<T>>;
|
|
6
|
-
} & import("../../../form/src/form-api").FormApi>];
|
|
7
|
-
export { useWmForm, z };
|
|
8
|
-
export type WmFromProps = FormProps<AntComponentProps>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { WmGroupTitleProps } from './types';
|
|
2
|
-
declare var __VLS_5: {};
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
extra?: (props: typeof __VLS_5) => any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<WmGroupTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<WmGroupTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
-
new (): {
|
|
11
|
-
$slots: S;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { WmTitleProps } from './types';
|
|
2
|
-
declare var __VLS_1: {}, __VLS_15: {};
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
icon?: (props: typeof __VLS_1) => any;
|
|
5
|
-
} & {
|
|
6
|
-
extra?: (props: typeof __VLS_15) => any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_component: import("vue").DefineComponent<WmTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<WmTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
10
|
-
export default _default;
|
|
11
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
-
new (): {
|
|
13
|
-
$slots: S;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { TreeOption } from 'naive-ui';
|
|
2
|
-
import { Key, WmTreeProps } from './types';
|
|
3
|
-
declare var __VLS_10: {}, __VLS_30: {}, __VLS_37: string, __VLS_38: any, __VLS_40: {};
|
|
4
|
-
type __VLS_Slots = {} & {
|
|
5
|
-
[K in NonNullable<typeof __VLS_37>]?: (props: typeof __VLS_38) => any;
|
|
6
|
-
} & {
|
|
7
|
-
header?: (props: typeof __VLS_10) => any;
|
|
8
|
-
} & {
|
|
9
|
-
empty?: (props: typeof __VLS_30) => any;
|
|
10
|
-
} & {
|
|
11
|
-
footer?: (props: typeof __VLS_40) => any;
|
|
12
|
-
};
|
|
13
|
-
declare const __VLS_component: import("vue").DefineComponent<WmTreeProps, {
|
|
14
|
-
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
15
|
-
getCheckedData: () => {
|
|
16
|
-
keys: import("naive-ui/es/tree/src/interface").Key[];
|
|
17
|
-
options: Array<TreeOption | null>;
|
|
18
|
-
};
|
|
19
|
-
getIndeterminateData: () => {
|
|
20
|
-
keys: import("naive-ui/es/tree/src/interface").Key[];
|
|
21
|
-
options: Array<TreeOption | null>;
|
|
22
|
-
};
|
|
23
|
-
getFilteredCheckedKeys: () => Key[];
|
|
24
|
-
getFilteredCheckedData: () => {
|
|
25
|
-
keys: Key[];
|
|
26
|
-
options: TreeOption[];
|
|
27
|
-
} | undefined;
|
|
28
|
-
getSearchValue: () => string;
|
|
29
|
-
getVisibleKeys: () => Set<Key>;
|
|
30
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
-
"update:checkedKeys": (keys: Key[], options: TreeOption[], meta: {
|
|
32
|
-
node: TreeOption | null;
|
|
33
|
-
action: "check" | "uncheck";
|
|
34
|
-
}) => any;
|
|
35
|
-
}, string, import("vue").PublicProps, Readonly<WmTreeProps> & Readonly<{
|
|
36
|
-
"onUpdate:checkedKeys"?: (keys: Key[], options: TreeOption[], meta: {
|
|
37
|
-
node: TreeOption | null;
|
|
38
|
-
action: "check" | "uncheck";
|
|
39
|
-
}) => any;
|
|
40
|
-
}>, {
|
|
41
|
-
selectable: boolean;
|
|
42
|
-
ellipsis: boolean;
|
|
43
|
-
animated: boolean;
|
|
44
|
-
internalCheckboxFocusable: boolean;
|
|
45
|
-
internalFocusable: boolean;
|
|
46
|
-
checkStrategy: import("treemate").CheckStrategy;
|
|
47
|
-
showIrrelevantNodes: boolean;
|
|
48
|
-
expandOnDragenter: boolean;
|
|
49
|
-
cancelable: boolean;
|
|
50
|
-
blockLine: boolean;
|
|
51
|
-
showLine: boolean;
|
|
52
|
-
checkboxPlacement: "left" | "right";
|
|
53
|
-
keyboard: boolean;
|
|
54
|
-
filterCheckedOnly: boolean;
|
|
55
|
-
checkAllOnClear: boolean;
|
|
56
|
-
defaultCheckAll: boolean;
|
|
57
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
58
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
59
|
-
export default _default;
|
|
60
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
61
|
-
new (): {
|
|
62
|
-
$slots: S;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
declare var __VLS_8: string, __VLS_9: any;
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
[K in NonNullable<typeof __VLS_8>]?: (props: typeof __VLS_9) => any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
|
-
readonly scrollbarProps: import("vue").PropType<import("naive-ui").ScrollbarProps>;
|
|
7
|
-
readonly items: {
|
|
8
|
-
readonly type: import("vue").PropType<import("vueuc").VVirtualListItemData[]>;
|
|
9
|
-
readonly default: () => never[];
|
|
10
|
-
};
|
|
11
|
-
readonly itemSize: {
|
|
12
|
-
readonly type: NumberConstructor;
|
|
13
|
-
readonly required: true;
|
|
14
|
-
};
|
|
15
|
-
readonly itemResizable: BooleanConstructor;
|
|
16
|
-
readonly itemsStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17
|
-
readonly visibleItemsTag: {
|
|
18
|
-
readonly type: import("vue").PropType<string | object>;
|
|
19
|
-
readonly default: "div";
|
|
20
|
-
};
|
|
21
|
-
readonly visibleItemsProps: ObjectConstructor;
|
|
22
|
-
readonly ignoreItemResize: BooleanConstructor;
|
|
23
|
-
readonly onScroll: import("vue").PropType<(event: Event) => void>;
|
|
24
|
-
readonly onWheel: import("vue").PropType<(event: WheelEvent) => void>;
|
|
25
|
-
readonly onResize: import("vue").PropType<(entry: ResizeObserverEntry) => void>;
|
|
26
|
-
readonly defaultScrollKey: import("vue").PropType<number | string>;
|
|
27
|
-
readonly defaultScrollIndex: NumberConstructor;
|
|
28
|
-
readonly keyField: {
|
|
29
|
-
readonly type: StringConstructor;
|
|
30
|
-
readonly default: "key";
|
|
31
|
-
};
|
|
32
|
-
readonly paddingTop: {
|
|
33
|
-
readonly type: import("vue").PropType<number | string>;
|
|
34
|
-
readonly default: 0;
|
|
35
|
-
};
|
|
36
|
-
readonly paddingBottom: {
|
|
37
|
-
readonly type: import("vue").PropType<number | string>;
|
|
38
|
-
readonly default: 0;
|
|
39
|
-
};
|
|
40
|
-
}>, {
|
|
41
|
-
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
42
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
-
readonly scrollbarProps: import("vue").PropType<import("naive-ui").ScrollbarProps>;
|
|
44
|
-
readonly items: {
|
|
45
|
-
readonly type: import("vue").PropType<import("vueuc").VVirtualListItemData[]>;
|
|
46
|
-
readonly default: () => never[];
|
|
47
|
-
};
|
|
48
|
-
readonly itemSize: {
|
|
49
|
-
readonly type: NumberConstructor;
|
|
50
|
-
readonly required: true;
|
|
51
|
-
};
|
|
52
|
-
readonly itemResizable: BooleanConstructor;
|
|
53
|
-
readonly itemsStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
54
|
-
readonly visibleItemsTag: {
|
|
55
|
-
readonly type: import("vue").PropType<string | object>;
|
|
56
|
-
readonly default: "div";
|
|
57
|
-
};
|
|
58
|
-
readonly visibleItemsProps: ObjectConstructor;
|
|
59
|
-
readonly ignoreItemResize: BooleanConstructor;
|
|
60
|
-
readonly onScroll: import("vue").PropType<(event: Event) => void>;
|
|
61
|
-
readonly onWheel: import("vue").PropType<(event: WheelEvent) => void>;
|
|
62
|
-
readonly onResize: import("vue").PropType<(entry: ResizeObserverEntry) => void>;
|
|
63
|
-
readonly defaultScrollKey: import("vue").PropType<number | string>;
|
|
64
|
-
readonly defaultScrollIndex: NumberConstructor;
|
|
65
|
-
readonly keyField: {
|
|
66
|
-
readonly type: StringConstructor;
|
|
67
|
-
readonly default: "key";
|
|
68
|
-
};
|
|
69
|
-
readonly paddingTop: {
|
|
70
|
-
readonly type: import("vue").PropType<number | string>;
|
|
71
|
-
readonly default: 0;
|
|
72
|
-
};
|
|
73
|
-
readonly paddingBottom: {
|
|
74
|
-
readonly type: import("vue").PropType<number | string>;
|
|
75
|
-
readonly default: 0;
|
|
76
|
-
};
|
|
77
|
-
}>> & Readonly<{}>, {
|
|
78
|
-
readonly items: import("vueuc").VVirtualListItemData[];
|
|
79
|
-
readonly paddingTop: string | number;
|
|
80
|
-
readonly paddingBottom: string | number;
|
|
81
|
-
readonly keyField: string;
|
|
82
|
-
readonly itemResizable: boolean;
|
|
83
|
-
readonly visibleItemsTag: string | object;
|
|
84
|
-
readonly ignoreItemResize: boolean;
|
|
85
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
86
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
87
|
-
export default _default;
|
|
88
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
89
|
-
new (): {
|
|
90
|
-
$slots: S;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { ClassType } from '@/typings';
|
|
2
|
-
import type { ContextMenuContentProps, ContextMenuRootProps } from 'reka-ui';
|
|
3
|
-
import type { IContextMenuItem } from './interface';
|
|
4
|
-
type __VLS_Props = ContextMenuRootProps & {
|
|
5
|
-
class?: ClassType;
|
|
6
|
-
contentClass?: ClassType;
|
|
7
|
-
contentProps?: ContextMenuContentProps;
|
|
8
|
-
handlerData?: Record<string, any>;
|
|
9
|
-
itemClass?: ClassType;
|
|
10
|
-
menus: (data: any) => IContextMenuItem[];
|
|
11
|
-
};
|
|
12
|
-
declare var __VLS_10: {};
|
|
13
|
-
type __VLS_Slots = {} & {
|
|
14
|
-
default?: (props: typeof __VLS_10) => any;
|
|
15
|
-
};
|
|
16
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
-
"update:open": (payload: boolean) => any;
|
|
18
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
-
"onUpdate:open"?: (payload: boolean) => any;
|
|
20
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
|
-
export default _default;
|
|
23
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
24
|
-
new (): {
|
|
25
|
-
$slots: S;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { DropdownMenuProps } from './interface';
|
|
2
|
-
interface Props extends DropdownMenuProps {
|
|
3
|
-
}
|
|
4
|
-
declare var __VLS_10: {};
|
|
5
|
-
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof __VLS_10) => any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
10
|
-
export default _default;
|
|
11
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
-
new (): {
|
|
13
|
-
$slots: S;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { DropdownMenuProps } from './interface';
|
|
2
|
-
interface Props extends DropdownMenuProps {
|
|
3
|
-
}
|
|
4
|
-
type __VLS_Props = Props;
|
|
5
|
-
type __VLS_PublicProps = __VLS_Props & {
|
|
6
|
-
modelValue?: string;
|
|
7
|
-
};
|
|
8
|
-
declare var __VLS_10: {};
|
|
9
|
-
type __VLS_Slots = {} & {
|
|
10
|
-
default?: (props: typeof __VLS_10) => any;
|
|
11
|
-
};
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
"update:modelValue": (value: string) => any;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
-
new (): {
|
|
21
|
-
$slots: S;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { ClassType } from '@/typings';
|
|
2
|
-
import type { HoverCardContentProps, HoverCardRootProps } from 'reka-ui';
|
|
3
|
-
interface Props extends HoverCardRootProps {
|
|
4
|
-
class?: ClassType;
|
|
5
|
-
contentClass?: ClassType;
|
|
6
|
-
contentProps?: HoverCardContentProps;
|
|
7
|
-
}
|
|
8
|
-
declare var __VLS_10: {}, __VLS_16: {};
|
|
9
|
-
type __VLS_Slots = {} & {
|
|
10
|
-
trigger?: (props: typeof __VLS_10) => any;
|
|
11
|
-
} & {
|
|
12
|
-
default?: (props: typeof __VLS_16) => any;
|
|
13
|
-
};
|
|
14
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
-
"update:open": (value: boolean) => any;
|
|
16
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
17
|
-
"onUpdate:open"?: (value: boolean) => any;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { Component, PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
content: {
|
|
4
|
-
default: PropType<(() => any) | Component | string> | undefined;
|
|
5
|
-
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6
|
-
};
|
|
7
|
-
}>, () => string | Function | Record<string, any> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8
|
-
[key: string]: any;
|
|
9
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
content: {
|
|
11
|
-
default: PropType<(() => any) | Component | string> | undefined;
|
|
12
|
-
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {
|
|
15
|
-
content: string | Function | Record<string, any>;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
triggerClass?: string;
|
|
3
|
-
};
|
|
4
|
-
declare var __VLS_5: {}, __VLS_11: {};
|
|
5
|
-
type __VLS_Slots = {} & {
|
|
6
|
-
trigger?: (props: typeof __VLS_5) => any;
|
|
7
|
-
} & {
|
|
8
|
-
default?: (props: typeof __VLS_11) => any;
|
|
9
|
-
};
|
|
10
|
-
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>;
|
|
11
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ClassType } from '@/typings';
|
|
2
|
-
import type { TooltipContentProps } from 'reka-ui';
|
|
3
|
-
import type { StyleValue } from 'vue';
|
|
4
|
-
interface Props {
|
|
5
|
-
contentClass?: ClassType;
|
|
6
|
-
contentStyle?: StyleValue;
|
|
7
|
-
delayDuration?: number;
|
|
8
|
-
side?: TooltipContentProps['side'];
|
|
9
|
-
}
|
|
10
|
-
declare var __VLS_14: {}, __VLS_20: {};
|
|
11
|
-
type __VLS_Slots = {} & {
|
|
12
|
-
trigger?: (props: typeof __VLS_14) => any;
|
|
13
|
-
} & {
|
|
14
|
-
default?: (props: typeof __VLS_20) => any;
|
|
15
|
-
};
|
|
16
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
17
|
-
side: TooltipContentProps["side"];
|
|
18
|
-
delayDuration: number;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
21
|
-
export default _default;
|
|
22
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
-
new (): {
|
|
24
|
-
$slots: S;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type AccordionRootProps } from 'reka-ui';
|
|
2
|
-
type __VLS_Props = AccordionRootProps;
|
|
3
|
-
declare var __VLS_6: {};
|
|
4
|
-
type __VLS_Slots = {} & {
|
|
5
|
-
default?: (props: typeof __VLS_6) => any;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
-
"update:modelValue": (value: string | string[]) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: (value: string | string[]) => any;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
|
-
export default _default;
|
|
14
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
-
new (): {
|
|
16
|
-
$slots: S;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type AccordionContentProps } from 'reka-ui';
|
|
2
|
-
import { type HTMLAttributes } from 'vue';
|
|
3
|
-
type __VLS_Props = AccordionContentProps & {
|
|
4
|
-
class?: HTMLAttributes['class'];
|
|
5
|
-
};
|
|
6
|
-
declare var __VLS_6: {};
|
|
7
|
-
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof __VLS_6) => any;
|
|
9
|
-
};
|
|
10
|
-
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>;
|
|
11
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type AccordionItemProps } from 'reka-ui';
|
|
2
|
-
import { type HTMLAttributes } from 'vue';
|
|
3
|
-
type __VLS_Props = AccordionItemProps & {
|
|
4
|
-
class?: HTMLAttributes['class'];
|
|
5
|
-
};
|
|
6
|
-
declare var __VLS_6: {};
|
|
7
|
-
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof __VLS_6) => any;
|
|
9
|
-
};
|
|
10
|
-
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>;
|
|
11
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { type AccordionTriggerProps } from 'reka-ui';
|
|
2
|
-
import { type HTMLAttributes } from 'vue';
|
|
3
|
-
type __VLS_Props = AccordionTriggerProps & {
|
|
4
|
-
class?: HTMLAttributes['class'];
|
|
5
|
-
};
|
|
6
|
-
declare var __VLS_10: {}, __VLS_12: {};
|
|
7
|
-
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof __VLS_10) => any;
|
|
9
|
-
} & {
|
|
10
|
-
icon?: (props: typeof __VLS_12) => any;
|
|
11
|
-
};
|
|
12
|
-
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>;
|
|
13
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { PrimitiveProps } from 'reka-ui';
|
|
2
|
-
import { type HTMLAttributes } from 'vue';
|
|
3
|
-
import { type BadgeVariants } from '.';
|
|
4
|
-
type __VLS_Props = PrimitiveProps & {
|
|
5
|
-
variant?: BadgeVariants['variant'];
|
|
6
|
-
class?: HTMLAttributes['class'];
|
|
7
|
-
};
|
|
8
|
-
declare var __VLS_6: {};
|
|
9
|
-
type __VLS_Slots = {} & {
|
|
10
|
-
default?: (props: typeof __VLS_6) => any;
|
|
11
|
-
};
|
|
12
|
-
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>;
|
|
13
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { type PrimitiveProps } from 'reka-ui';
|
|
2
|
-
import type { HTMLAttributes } from 'vue';
|
|
3
|
-
import { type ButtonVariants } from '.';
|
|
4
|
-
interface Props extends PrimitiveProps {
|
|
5
|
-
variant?: ButtonVariants['variant'];
|
|
6
|
-
size?: ButtonVariants['size'];
|
|
7
|
-
class?: HTMLAttributes['class'];
|
|
8
|
-
}
|
|
9
|
-
declare var __VLS_6: {};
|
|
10
|
-
type __VLS_Slots = {} & {
|
|
11
|
-
default?: (props: typeof __VLS_6) => any;
|
|
12
|
-
};
|
|
13
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
14
|
-
as: string;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|