@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,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,40 +0,0 @@
|
|
|
1
|
-
import type { ExtendedModalApi, ModalProps } from './modal';
|
|
2
|
-
interface Props extends ModalProps {
|
|
3
|
-
modalApi?: ExtendedModalApi;
|
|
4
|
-
}
|
|
5
|
-
declare var __VLS_37: {}, __VLS_39: {}, __VLS_49: {}, __VLS_67: {}, __VLS_83: {}, __VLS_85: {}, __VLS_95: {}, __VLS_97: {}, __VLS_107: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
title?: (props: typeof __VLS_37) => any;
|
|
8
|
-
} & {
|
|
9
|
-
titleTooltip?: (props: typeof __VLS_39) => any;
|
|
10
|
-
} & {
|
|
11
|
-
description?: (props: typeof __VLS_49) => any;
|
|
12
|
-
} & {
|
|
13
|
-
default?: (props: typeof __VLS_67) => any;
|
|
14
|
-
} & {
|
|
15
|
-
'prepend-footer'?: (props: typeof __VLS_83) => any;
|
|
16
|
-
} & {
|
|
17
|
-
footer?: (props: typeof __VLS_85) => any;
|
|
18
|
-
} & {
|
|
19
|
-
cancelText?: (props: typeof __VLS_95) => any;
|
|
20
|
-
} & {
|
|
21
|
-
'append-footer'?: (props: typeof __VLS_97) => any;
|
|
22
|
-
} & {
|
|
23
|
-
confirmText?: (props: typeof __VLS_107) => any;
|
|
24
|
-
};
|
|
25
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
26
|
-
fullscreen: boolean;
|
|
27
|
-
appendToMain: boolean;
|
|
28
|
-
destroyOnClose: boolean;
|
|
29
|
-
fullscreenButton: boolean;
|
|
30
|
-
modalApi: Partial<{
|
|
31
|
-
useStore: <T = NoInfer<import("./modal").ModalState>>(selector?: (state: NoInfer<import("./modal").ModalState>) => T) => Readonly<import("vue").Ref<T>>;
|
|
32
|
-
} & import("./modal-api").ModalApi>;
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
35
|
-
export default _default;
|
|
36
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
37
|
-
new (): {
|
|
38
|
-
$slots: S;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ModalApiOptions, ModalProps } from './modal';
|
|
2
|
-
import { ModalApi } from './modal-api';
|
|
3
|
-
export declare function setDefaultModalProps(props: Partial<ModalProps>): void;
|
|
4
|
-
export declare function useWmModal<TParentModalProps extends ModalProps = ModalProps>(options?: ModalApiOptions): readonly [import("vue").DefineSetupFnComponent<TParentModalProps, {}, {}, TParentModalProps & {}, import("vue").PublicProps>, Partial<{
|
|
5
|
-
useStore: <T = NoInfer<import("./modal").ModalState>>(selector?: (state: NoInfer<import("./modal").ModalState>) => T) => Readonly<import("vue").Ref<T>>;
|
|
6
|
-
} & ModalApi>] | readonly [import("vue").DefineSetupFnComponent<ModalProps, {}, {}, ModalProps & {}, import("vue").PublicProps>, Partial<{
|
|
7
|
-
useStore: <T = NoInfer<import("./modal").ModalState>>(selector?: (state: NoInfer<import("./modal").ModalState>) => T) => Readonly<import("vue").Ref<T>>;
|
|
8
|
-
} & ModalApi>];
|
|
@@ -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,17 +0,0 @@
|
|
|
1
|
-
import type { PageProps } from './types';
|
|
2
|
-
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
extra?: (props: typeof __VLS_1) => any;
|
|
5
|
-
} & {
|
|
6
|
-
default?: (props: typeof __VLS_3) => any;
|
|
7
|
-
} & {
|
|
8
|
-
footer?: (props: typeof __VLS_5) => any;
|
|
9
|
-
};
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<PageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PageProps> & 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,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,121 +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 trigger: import("vue").PropType<"none" | "hover">;
|
|
7
|
-
readonly xScrollable: BooleanConstructor;
|
|
8
|
-
readonly onScroll: import("vue").PropType<(e: Event) => void>;
|
|
9
|
-
readonly contentClass: StringConstructor;
|
|
10
|
-
readonly contentStyle: import("vue").PropType<string | Record<string, any>>;
|
|
11
|
-
readonly size: NumberConstructor;
|
|
12
|
-
readonly yPlacement: {
|
|
13
|
-
readonly type: import("vue").PropType<"left" | "right">;
|
|
14
|
-
readonly default: "right";
|
|
15
|
-
};
|
|
16
|
-
readonly xPlacement: {
|
|
17
|
-
readonly type: import("vue").PropType<"top" | "bottom">;
|
|
18
|
-
readonly default: "bottom";
|
|
19
|
-
};
|
|
20
|
-
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
21
|
-
height: string;
|
|
22
|
-
width: string;
|
|
23
|
-
borderRadius: string;
|
|
24
|
-
color: string;
|
|
25
|
-
colorHover: string;
|
|
26
|
-
railInsetHorizontalBottom: string;
|
|
27
|
-
railInsetHorizontalTop: string;
|
|
28
|
-
railInsetVerticalRight: string;
|
|
29
|
-
railInsetVerticalLeft: string;
|
|
30
|
-
railColor: string;
|
|
31
|
-
}, any>>;
|
|
32
|
-
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
33
|
-
height: string;
|
|
34
|
-
width: string;
|
|
35
|
-
borderRadius: string;
|
|
36
|
-
color: string;
|
|
37
|
-
colorHover: string;
|
|
38
|
-
railInsetHorizontalBottom: string;
|
|
39
|
-
railInsetHorizontalTop: string;
|
|
40
|
-
railInsetVerticalRight: string;
|
|
41
|
-
railInsetVerticalLeft: string;
|
|
42
|
-
railColor: string;
|
|
43
|
-
}, any>>>;
|
|
44
|
-
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
45
|
-
height: string;
|
|
46
|
-
width: string;
|
|
47
|
-
borderRadius: string;
|
|
48
|
-
color: string;
|
|
49
|
-
colorHover: string;
|
|
50
|
-
railInsetHorizontalBottom: string;
|
|
51
|
-
railInsetHorizontalTop: string;
|
|
52
|
-
railInsetVerticalRight: string;
|
|
53
|
-
railInsetVerticalLeft: string;
|
|
54
|
-
railColor: string;
|
|
55
|
-
}, any>>>;
|
|
56
|
-
}>, {
|
|
57
|
-
scrollTo: import("naive-ui/es/scrollbar/src/Scrollbar").ScrollTo;
|
|
58
|
-
scrollBy: import("naive-ui/es/scrollbar/src/Scrollbar").ScrollBy;
|
|
59
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
|
-
readonly trigger: import("vue").PropType<"none" | "hover">;
|
|
61
|
-
readonly xScrollable: BooleanConstructor;
|
|
62
|
-
readonly onScroll: import("vue").PropType<(e: Event) => void>;
|
|
63
|
-
readonly contentClass: StringConstructor;
|
|
64
|
-
readonly contentStyle: import("vue").PropType<string | Record<string, any>>;
|
|
65
|
-
readonly size: NumberConstructor;
|
|
66
|
-
readonly yPlacement: {
|
|
67
|
-
readonly type: import("vue").PropType<"left" | "right">;
|
|
68
|
-
readonly default: "right";
|
|
69
|
-
};
|
|
70
|
-
readonly xPlacement: {
|
|
71
|
-
readonly type: import("vue").PropType<"top" | "bottom">;
|
|
72
|
-
readonly default: "bottom";
|
|
73
|
-
};
|
|
74
|
-
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
75
|
-
height: string;
|
|
76
|
-
width: string;
|
|
77
|
-
borderRadius: string;
|
|
78
|
-
color: string;
|
|
79
|
-
colorHover: string;
|
|
80
|
-
railInsetHorizontalBottom: string;
|
|
81
|
-
railInsetHorizontalTop: string;
|
|
82
|
-
railInsetVerticalRight: string;
|
|
83
|
-
railInsetVerticalLeft: string;
|
|
84
|
-
railColor: string;
|
|
85
|
-
}, any>>;
|
|
86
|
-
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
87
|
-
height: string;
|
|
88
|
-
width: string;
|
|
89
|
-
borderRadius: string;
|
|
90
|
-
color: string;
|
|
91
|
-
colorHover: string;
|
|
92
|
-
railInsetHorizontalBottom: string;
|
|
93
|
-
railInsetHorizontalTop: string;
|
|
94
|
-
railInsetVerticalRight: string;
|
|
95
|
-
railInsetVerticalLeft: string;
|
|
96
|
-
railColor: string;
|
|
97
|
-
}, any>>>;
|
|
98
|
-
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
99
|
-
height: string;
|
|
100
|
-
width: string;
|
|
101
|
-
borderRadius: string;
|
|
102
|
-
color: string;
|
|
103
|
-
colorHover: string;
|
|
104
|
-
railInsetHorizontalBottom: string;
|
|
105
|
-
railInsetHorizontalTop: string;
|
|
106
|
-
railInsetVerticalRight: string;
|
|
107
|
-
railInsetVerticalLeft: string;
|
|
108
|
-
railColor: string;
|
|
109
|
-
}, any>>>;
|
|
110
|
-
}>> & Readonly<{}>, {
|
|
111
|
-
readonly xScrollable: boolean;
|
|
112
|
-
readonly yPlacement: "right" | "left";
|
|
113
|
-
readonly xPlacement: "top" | "bottom";
|
|
114
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
115
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
116
|
-
export default _default;
|
|
117
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
118
|
-
new (): {
|
|
119
|
-
$slots: S;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
@@ -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,26 +0,0 @@
|
|
|
1
|
-
import type { SplitterPanelProps } from './types';
|
|
2
|
-
declare var __VLS_7: {};
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof __VLS_7) => any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<SplitterPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
resize: (size: number, prevSize: number) => any;
|
|
8
|
-
collapse: () => any;
|
|
9
|
-
expand: () => any;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<SplitterPanelProps> & Readonly<{
|
|
11
|
-
onResize?: (size: number, prevSize: number) => any;
|
|
12
|
-
onCollapse?: () => any;
|
|
13
|
-
onExpand?: () => any;
|
|
14
|
-
}>, {
|
|
15
|
-
collapsible: import("reka-ui").SplitterPanelProps["collapsible"];
|
|
16
|
-
withHandle: boolean;
|
|
17
|
-
collapsedSize: import("reka-ui").SplitterPanelProps["collapsedSize"];
|
|
18
|
-
border: boolean;
|
|
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,11 +0,0 @@
|
|
|
1
|
-
import type { SplitterProps } from './types';
|
|
2
|
-
declare const __VLS_component: import("vue").DefineComponent<SplitterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SplitterProps> & Readonly<{}>, {
|
|
3
|
-
layout: import("reka-ui").SplitterGroupProps["direction"];
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
6
|
-
export default _default;
|
|
7
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
8
|
-
new (): {
|
|
9
|
-
$slots: S;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
@@ -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,31 +0,0 @@
|
|
|
1
|
-
import { WmStatusCardProps } from './types';
|
|
2
|
-
type __VLS_Props = WmStatusCardProps;
|
|
3
|
-
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
-
'actived'?: number | number[];
|
|
5
|
-
};
|
|
6
|
-
declare var __VLS_1: {}, __VLS_31: {};
|
|
7
|
-
type __VLS_Slots = {} & {
|
|
8
|
-
action?: (props: typeof __VLS_1) => any;
|
|
9
|
-
} & {
|
|
10
|
-
extra?: (props: typeof __VLS_31) => any;
|
|
11
|
-
};
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
auto: (...args: any[]) => void;
|
|
14
|
-
refresh: (...args: any[]) => void;
|
|
15
|
-
"status-click": (...args: any[]) => void;
|
|
16
|
-
"update:actived": (value: number | number[]) => void;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
-
onAuto?: (...args: any[]) => any;
|
|
19
|
-
onRefresh?: (...args: any[]) => any;
|
|
20
|
-
"onStatus-click"?: (...args: any[]) => any;
|
|
21
|
-
"onUpdate:actived"?: (value: number | number[]) => any;
|
|
22
|
-
}>, {
|
|
23
|
-
actions: ("auto" | "refresh")[];
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
28
|
-
new (): {
|
|
29
|
-
$slots: S;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
@@ -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
|
-
import { AntComponentProps } from './component';
|
|
2
|
-
export declare const useWmTable: (options: import("../../src/types").VxeGridProps<AntComponentProps>) => readonly [import("vue").DefineSetupFnComponent<import("../../src/types").VxeGridProps<import("@wimi/ui").BaseFormComponentProps>, {}, {}, import("../../src/types").VxeGridProps<import("@wimi/ui").BaseFormComponentProps> & {}, import("vue").PublicProps>, import("../../src/types").ExtendedVxeGridApi];
|
|
@@ -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,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,4 +0,0 @@
|
|
|
1
|
-
import { BaseFormComponentProps } from '@/components/form';
|
|
2
|
-
import type { ExtendedVxeGridApi, VxeGridProps } from './types';
|
|
3
|
-
export declare function useTable<T extends BaseFormComponentProps = BaseFormComponentProps>(options: VxeGridProps<T>): readonly [import("vue").DefineSetupFnComponent<VxeGridProps<BaseFormComponentProps>, {}, {}, VxeGridProps<BaseFormComponentProps> & {}, import("vue").PublicProps>, ExtendedVxeGridApi];
|
|
4
|
-
export type useTable = typeof useTable;
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import 'vxe-pc-ui/styles/cssvar.scss';
|
|
2
|
-
import type { ExtendedVxeGridApi, VxeGridProps } from './types';
|
|
3
|
-
interface Props extends VxeGridProps {
|
|
4
|
-
api: ExtendedVxeGridApi;
|
|
5
|
-
}
|
|
6
|
-
declare var __VLS_7: {
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
$table: import("vxe-table").VxeTableConstructor<any>;
|
|
9
|
-
$grid: import("vxe-table").VxeGridConstructor<any>;
|
|
10
|
-
$gantt: import("vxe-pc-ui").VxeGanttConstructor<any>;
|
|
11
|
-
rowid: string;
|
|
12
|
-
row: any;
|
|
13
|
-
rowIndex: number;
|
|
14
|
-
$rowIndex: number;
|
|
15
|
-
_rowIndex: number;
|
|
16
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo<any>;
|
|
17
|
-
columnIndex: number;
|
|
18
|
-
$columnIndex: number;
|
|
19
|
-
_columnIndex: number;
|
|
20
|
-
option: import("vxe-table").VxeColumnPropTypes.FilterItem;
|
|
21
|
-
type: string;
|
|
22
|
-
fixed: import("vxe-table").VxeColumnPropTypes.Fixed;
|
|
23
|
-
checked: boolean;
|
|
24
|
-
indeterminate: boolean;
|
|
25
|
-
seq: string | number;
|
|
26
|
-
level: number;
|
|
27
|
-
isEdit: boolean;
|
|
28
|
-
isHidden: boolean;
|
|
29
|
-
field: string;
|
|
30
|
-
item: any;
|
|
31
|
-
data: any;
|
|
32
|
-
tooltipContent: string;
|
|
33
|
-
groupContent: string;
|
|
34
|
-
groupField: string;
|
|
35
|
-
childCount: number;
|
|
36
|
-
groupValues: number;
|
|
37
|
-
aggValue: number;
|
|
38
|
-
visibleData: any[];
|
|
39
|
-
items: any[];
|
|
40
|
-
}, __VLS_10: string, __VLS_11: {
|
|
41
|
-
[key: string]: any;
|
|
42
|
-
$table: import("vxe-table").VxeTableConstructor<any>;
|
|
43
|
-
$grid: import("vxe-table").VxeGridConstructor<any>;
|
|
44
|
-
$gantt: import("vxe-pc-ui").VxeGanttConstructor<any>;
|
|
45
|
-
rowid: string;
|
|
46
|
-
row: any;
|
|
47
|
-
rowIndex: number;
|
|
48
|
-
$rowIndex: number;
|
|
49
|
-
_rowIndex: number;
|
|
50
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo<any>;
|
|
51
|
-
columnIndex: number;
|
|
52
|
-
$columnIndex: number;
|
|
53
|
-
_columnIndex: number;
|
|
54
|
-
option: import("vxe-table").VxeColumnPropTypes.FilterItem;
|
|
55
|
-
type: string;
|
|
56
|
-
fixed: import("vxe-table").VxeColumnPropTypes.Fixed;
|
|
57
|
-
checked: boolean;
|
|
58
|
-
indeterminate: boolean;
|
|
59
|
-
seq: string | number;
|
|
60
|
-
level: number;
|
|
61
|
-
isEdit: boolean;
|
|
62
|
-
isHidden: boolean;
|
|
63
|
-
field: string;
|
|
64
|
-
item: any;
|
|
65
|
-
data: any;
|
|
66
|
-
tooltipContent: string;
|
|
67
|
-
groupContent: string;
|
|
68
|
-
groupField: string;
|
|
69
|
-
childCount: number;
|
|
70
|
-
groupValues: number;
|
|
71
|
-
aggValue: number;
|
|
72
|
-
visibleData: any[];
|
|
73
|
-
items: any[];
|
|
74
|
-
}, __VLS_13: {
|
|
75
|
-
[key: string]: any;
|
|
76
|
-
$table: import("vxe-table").VxeTableConstructor<any>;
|
|
77
|
-
$grid: import("vxe-table").VxeGridConstructor<any>;
|
|
78
|
-
$gantt: import("vxe-pc-ui").VxeGanttConstructor<any>;
|
|
79
|
-
rowid: string;
|
|
80
|
-
row: any;
|
|
81
|
-
rowIndex: number;
|
|
82
|
-
$rowIndex: number;
|
|
83
|
-
_rowIndex: number;
|
|
84
|
-
column: import("vxe-table").VxeTableDefines.ColumnInfo<any>;
|
|
85
|
-
columnIndex: number;
|
|
86
|
-
$columnIndex: number;
|
|
87
|
-
_columnIndex: number;
|
|
88
|
-
option: import("vxe-table").VxeColumnPropTypes.FilterItem;
|
|
89
|
-
type: string;
|
|
90
|
-
fixed: import("vxe-table").VxeColumnPropTypes.Fixed;
|
|
91
|
-
checked: boolean;
|
|
92
|
-
indeterminate: boolean;
|
|
93
|
-
seq: string | number;
|
|
94
|
-
level: number;
|
|
95
|
-
isEdit: boolean;
|
|
96
|
-
isHidden: boolean;
|
|
97
|
-
field: string;
|
|
98
|
-
item: any;
|
|
99
|
-
data: any;
|
|
100
|
-
tooltipContent: string;
|
|
101
|
-
groupContent: string;
|
|
102
|
-
groupField: string;
|
|
103
|
-
childCount: number;
|
|
104
|
-
groupValues: number;
|
|
105
|
-
aggValue: number;
|
|
106
|
-
visibleData: any[];
|
|
107
|
-
items: any[];
|
|
108
|
-
}, __VLS_31: {}, __VLS_38: `form-${string}`, __VLS_39: any, __VLS_41: any, __VLS_43: any, __VLS_45: any, __VLS_47: any, __VLS_49: {}, __VLS_55: {};
|
|
109
|
-
type __VLS_Slots = {} & {
|
|
110
|
-
[K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
|
|
111
|
-
} & {
|
|
112
|
-
[K in NonNullable<typeof __VLS_38>]?: (props: typeof __VLS_39) => any;
|
|
113
|
-
} & {
|
|
114
|
-
'toolbar-actions'?: (props: typeof __VLS_7) => any;
|
|
115
|
-
} & {
|
|
116
|
-
'toolbar-tools'?: (props: typeof __VLS_13) => any;
|
|
117
|
-
} & {
|
|
118
|
-
form?: (props: typeof __VLS_31) => any;
|
|
119
|
-
} & {
|
|
120
|
-
'reset-before'?: (props: typeof __VLS_41) => any;
|
|
121
|
-
} & {
|
|
122
|
-
'submit-before'?: (props: typeof __VLS_43) => any;
|
|
123
|
-
} & {
|
|
124
|
-
'expand-before'?: (props: typeof __VLS_45) => any;
|
|
125
|
-
} & {
|
|
126
|
-
'expand-after'?: (props: typeof __VLS_47) => any;
|
|
127
|
-
} & {
|
|
128
|
-
loading?: (props: typeof __VLS_49) => any;
|
|
129
|
-
} & {
|
|
130
|
-
empty?: (props: typeof __VLS_55) => any;
|
|
131
|
-
};
|
|
132
|
-
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>;
|
|
133
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
134
|
-
export default _default;
|
|
135
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
136
|
-
new (): {
|
|
137
|
-
$slots: S;
|
|
138
|
-
};
|
|
139
|
-
};
|
|
@@ -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,29 +0,0 @@
|
|
|
1
|
-
import { TableSelectProps } from './types';
|
|
2
|
-
type __VLS_Props = TableSelectProps;
|
|
3
|
-
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
-
'value'?: any;
|
|
5
|
-
};
|
|
6
|
-
declare var __VLS_11: string, __VLS_12: {
|
|
7
|
-
record: any;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_Slots = {} & {
|
|
10
|
-
[K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
|
|
11
|
-
};
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
change: (...args: any[]) => void;
|
|
14
|
-
"update:value": (value: any) => void;
|
|
15
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
-
onChange?: (...args: any[]) => any;
|
|
17
|
-
"onUpdate:value"?: (value: any) => any;
|
|
18
|
-
}>, {
|
|
19
|
-
placeholder: string;
|
|
20
|
-
showSearch: boolean;
|
|
21
|
-
allowClear: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
-
new (): {
|
|
27
|
-
$slots: S;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
@@ -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;
|