@koi-design/uxd-ui 13.2.9 → 13.2.11
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/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/index.d.ts +14 -1
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.vue.d.ts +18 -1
- package/es/components/Alert/index.d.ts +72 -3
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +47 -1
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/es/components/AutoComplete/index.d.ts +2400 -185
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.vue.d.ts +18 -1
- package/es/components/Avatar/index.d.ts +57 -3
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.vue.d.ts +18 -1
- package/es/components/BackTop/index.d.ts +60 -3
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/index.d.ts +41 -1
- package/es/components/Breadcrumb/index.d.ts +13 -1
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +1 -1
- package/es/components/Button/Button.vue.d.ts +21 -4
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/index.d.ts +103 -9
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.vue.d.ts +264 -5
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +264 -5
- package/es/components/Calendar/index.d.ts +594 -36
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Card/Card.d.ts +18 -1
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +57 -3
- package/es/components/Card/index.d.ts +122 -6
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.vue.d.ts +18 -1
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +90 -3
- package/es/components/Cascader/Cascader.d.ts +128 -2
- package/es/components/Cascader/index.d.ts +548 -10
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/es/components/Checkbox/CheckboxGroup.mjs +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/es/components/Checkbox/index.d.ts +119 -5
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +18 -1
- package/es/components/Collapse/index.d.ts +50 -2
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/es/components/ColorPicker/index.d.ts +962 -130
- package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
- package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
- package/es/components/ColorPicker/units/PreColors.mjs +1 -1
- package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +13 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/es/components/DatePicker/index.d.ts +1032 -100
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/index.d.ts +21 -1
- package/es/components/Drawer/index.d.ts +79 -1
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/es/components/Dropdown/index.d.ts +58 -6
- package/es/components/Empty/index.d.ts +17 -1
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/index.d.ts +57 -1
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/index.d.ts +18 -1
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.vue.d.ts +18 -1
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +18 -1
- package/es/components/Image/index.d.ts +86 -4
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/index.d.ts +46 -1
- package/es/components/Input/Input.d.ts +22 -5
- package/es/components/Input/index.d.ts +185 -21
- package/es/components/InputNumber/InputNumber.d.ts +188 -2
- package/es/components/InputNumber/index.d.ts +752 -95
- package/es/components/Layout/Content.mjs +1 -1
- package/es/components/Layout/Footer.mjs +1 -1
- package/es/components/Layout/Header.mjs +1 -1
- package/es/components/Layout/Layout.mjs +1 -1
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +18 -1
- package/es/components/Layout/index.d.ts +23 -2
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.vue.d.ts +18 -1
- package/es/components/Link/index.d.ts +62 -3
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.vue.d.ts +184 -8
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +57 -3
- package/es/components/List/index.d.ts +473 -20
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/Mask/index.d.ts +30 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +58 -3
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +19 -2
- package/es/components/Menu/index.d.ts +130 -6
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.vue.d.ts +122 -11
- package/es/components/Modal/index.d.ts +330 -24
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +18 -1
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +18 -1
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/es/components/PageHeader/index.d.ts +85 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +18 -1
- package/es/components/Pagination/Pagination.d.ts +36 -2
- package/es/components/Pagination/index.d.ts +151 -5
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/es/components/PopConfirm/index.d.ts +427 -27
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.vue.d.ts +1 -1
- package/es/components/Popover/index.d.ts +64 -3
- package/es/components/Popup/Popup.d.ts +1 -1
- package/es/components/Popup/hooks/usePopper.d.ts +1 -1
- package/es/components/Progress/Circle.d.ts +18 -1
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +18 -1
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.vue.d.ts +36 -2
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/index.d.ts +116 -5
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/index.d.ts +43 -1
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.vue.d.ts +76 -4
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +18 -1
- package/es/components/Rate/index.d.ts +196 -9
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.vue.d.ts +18 -1
- package/es/components/Result/index.d.ts +59 -3
- package/es/components/Scrollbar/index.d.ts +23 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/es/components/Select/RefSelect.mjs +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +321 -18
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Multiple.mjs +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/es/components/Select/Selection/Selection.mjs +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/index.d.ts +221 -4
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/index.d.ts +22 -1
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +68 -1
- package/es/components/Space/index.d.ts +25 -1
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/index.d.ts +23 -1
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.vue.d.ts +76 -4
- package/es/components/Statistic/index.d.ts +196 -9
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +18 -1
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/index.d.ts +73 -2
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/index.d.ts +58 -1
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +597 -32
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +597 -32
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +597 -32
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.vue.d.ts +1437 -139
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +1246 -116
- package/es/components/Table/hooks/useDraggable.mjs +112 -31
- package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
- package/es/components/Table/hooks/useTableResize.mjs +21 -2
- package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +4 -3
- package/es/components/Table/tableUnits/DraggableIcon.mjs.map +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +69 -4
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +71 -6
- package/es/components/Tabs/index.d.ts +272 -19
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.vue.d.ts +18 -1
- package/es/components/Tag/index.d.ts +67 -3
- package/es/components/Text/index.d.ts +24 -1
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/es/components/ThemePanel/index.d.ts +343 -25
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/es/components/TimePicker/index.d.ts +307 -19
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/index.d.ts +18 -1
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/index.d.ts +9 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/es/components/Tooltip/index.d.ts +58 -3
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +103 -9
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +423 -31
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/es/components/Transfer/index.d.ts +4481 -682
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +137 -6
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.vue.d.ts +137 -6
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +137 -6
- package/es/components/Tree/index.d.ts +360 -13
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/es/components/TreeSelect/index.d.ts +900 -65
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +134 -6
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/Uploader.vue.d.ts +1 -1
- package/es/components/Upload/index.d.ts +90 -4
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/index.d.ts +162 -7
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/index.d.ts +14 -1
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.vue.d.ts +18 -1
- package/lib/components/Alert/index.d.ts +72 -3
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +47 -1
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/lib/components/AutoComplete/index.d.ts +2400 -185
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.vue.d.ts +18 -1
- package/lib/components/Avatar/index.d.ts +57 -3
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.vue.d.ts +18 -1
- package/lib/components/BackTop/index.d.ts +60 -3
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/index.d.ts +41 -1
- package/lib/components/Breadcrumb/index.d.ts +13 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +1 -1
- package/lib/components/Button/Button.vue.d.ts +21 -4
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/index.d.ts +103 -9
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.vue.d.ts +264 -5
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +264 -5
- package/lib/components/Calendar/index.d.ts +594 -36
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Card/Card.d.ts +18 -1
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +57 -3
- package/lib/components/Card/index.d.ts +122 -6
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.vue.d.ts +18 -1
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +90 -3
- package/lib/components/Cascader/Cascader.d.ts +128 -2
- package/lib/components/Cascader/index.d.ts +548 -10
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/lib/components/Checkbox/index.d.ts +119 -5
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +18 -1
- package/lib/components/Collapse/index.d.ts +50 -2
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/lib/components/ColorPicker/index.d.ts +962 -130
- package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
- package/lib/components/ColorPicker/units/HueSlider.js +1 -1
- package/lib/components/ColorPicker/units/PreColors.js +1 -1
- package/lib/components/ColorPicker/units/SvPanel.js +1 -1
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +13 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/lib/components/DatePicker/index.d.ts +1032 -100
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/index.d.ts +21 -1
- package/lib/components/Drawer/index.d.ts +79 -1
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/lib/components/Dropdown/index.d.ts +58 -6
- package/lib/components/Empty/index.d.ts +17 -1
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/index.d.ts +57 -1
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/index.d.ts +18 -1
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.vue.d.ts +18 -1
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +18 -1
- package/lib/components/Image/index.d.ts +86 -4
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/index.d.ts +46 -1
- package/lib/components/Input/Input.d.ts +22 -5
- package/lib/components/Input/index.d.ts +185 -21
- package/lib/components/InputNumber/InputNumber.d.ts +188 -2
- package/lib/components/InputNumber/index.d.ts +752 -95
- package/lib/components/Layout/Content.js +1 -1
- package/lib/components/Layout/Footer.js +1 -1
- package/lib/components/Layout/Header.js +1 -1
- package/lib/components/Layout/Layout.js +1 -1
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +18 -1
- package/lib/components/Layout/index.d.ts +23 -2
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.vue.d.ts +18 -1
- package/lib/components/Link/index.d.ts +62 -3
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.vue.d.ts +184 -8
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +57 -3
- package/lib/components/List/index.d.ts +473 -20
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/Mask/index.d.ts +30 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +58 -3
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +19 -2
- package/lib/components/Menu/index.d.ts +130 -6
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.vue.d.ts +122 -11
- package/lib/components/Modal/index.d.ts +330 -24
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +18 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +18 -1
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/lib/components/PageHeader/index.d.ts +85 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +18 -1
- package/lib/components/Pagination/Pagination.d.ts +36 -2
- package/lib/components/Pagination/index.d.ts +151 -5
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/lib/components/PopConfirm/index.d.ts +427 -27
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.vue.d.ts +1 -1
- package/lib/components/Popover/index.d.ts +64 -3
- package/lib/components/Popup/Popup.d.ts +1 -1
- package/lib/components/Popup/hooks/usePopper.d.ts +1 -1
- package/lib/components/Progress/Circle.d.ts +18 -1
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +18 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.vue.d.ts +36 -2
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/index.d.ts +116 -5
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/index.d.ts +43 -1
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +76 -4
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +18 -1
- package/lib/components/Rate/index.d.ts +196 -9
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.vue.d.ts +18 -1
- package/lib/components/Result/index.d.ts +59 -3
- package/lib/components/Scrollbar/index.d.ts +23 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/lib/components/Select/RefSelect.js +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +321 -18
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Multiple.js +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/lib/components/Select/Selection/Selection.js +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/index.d.ts +221 -4
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/index.d.ts +22 -1
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +68 -1
- package/lib/components/Space/index.d.ts +25 -1
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/index.d.ts +23 -1
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.vue.d.ts +76 -4
- package/lib/components/Statistic/index.d.ts +196 -9
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +18 -1
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/index.d.ts +73 -2
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/index.d.ts +58 -1
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +597 -32
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +597 -32
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +597 -32
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.vue.d.ts +1437 -139
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +1246 -116
- package/lib/components/Table/hooks/useDraggable.js +111 -30
- package/lib/components/Table/hooks/useDraggable.js.map +1 -1
- package/lib/components/Table/hooks/useTableResize.js +21 -2
- package/lib/components/Table/hooks/useTableResize.js.map +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +4 -3
- package/lib/components/Table/tableUnits/DraggableIcon.js.map +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/TableSummaryRow.js +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +69 -4
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +71 -6
- package/lib/components/Tabs/index.d.ts +272 -19
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.vue.d.ts +18 -1
- package/lib/components/Tag/index.d.ts +67 -3
- package/lib/components/Text/index.d.ts +24 -1
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/lib/components/ThemePanel/index.d.ts +343 -25
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/lib/components/TimePicker/index.d.ts +307 -19
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/index.d.ts +18 -1
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/index.d.ts +9 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/lib/components/Tooltip/index.d.ts +58 -3
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +103 -9
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +423 -31
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/lib/components/Transfer/index.d.ts +4481 -682
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +137 -6
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.vue.d.ts +137 -6
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +137 -6
- package/lib/components/Tree/index.d.ts +360 -13
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/lib/components/TreeSelect/index.d.ts +900 -65
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +134 -6
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/Uploader.vue.d.ts +1 -1
- package/lib/components/Upload/index.d.ts +90 -4
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/index.d.ts +162 -7
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/package.json +1 -1
- package/types/components/Affix/index.d.ts +14 -1
- package/types/components/Alert/Alert.vue.d.ts +18 -1
- package/types/components/Alert/index.d.ts +72 -3
- package/types/components/Anchor/index.d.ts +47 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/types/components/AutoComplete/index.d.ts +2400 -185
- package/types/components/Avatar/Avatar.vue.d.ts +18 -1
- package/types/components/Avatar/index.d.ts +57 -3
- package/types/components/BackTop/BackTop.vue.d.ts +18 -1
- package/types/components/BackTop/index.d.ts +60 -3
- package/types/components/Badge/index.d.ts +41 -1
- package/types/components/Breadcrumb/index.d.ts +13 -1
- package/types/components/Button/Button.type.d.ts +1 -1
- package/types/components/Button/Button.vue.d.ts +21 -4
- package/types/components/Button/index.d.ts +103 -9
- package/types/components/Calendar/Calendar.vue.d.ts +264 -5
- package/types/components/Calendar/Header.vue.d.ts +264 -5
- package/types/components/Calendar/index.d.ts +594 -36
- package/types/components/Card/Card.d.ts +18 -1
- package/types/components/Card/CardMeta.vue.d.ts +57 -3
- package/types/components/Card/index.d.ts +122 -6
- package/types/components/Carousel/Carousel.vue.d.ts +18 -1
- package/types/components/Carousel/index.d.ts +90 -3
- package/types/components/Cascader/Cascader.d.ts +128 -2
- package/types/components/Cascader/index.d.ts +548 -10
- package/types/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/types/components/Checkbox/index.d.ts +119 -5
- package/types/components/Collapse/Panel.vue.d.ts +18 -1
- package/types/components/Collapse/index.d.ts +50 -2
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/types/components/ColorPicker/index.d.ts +962 -130
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +13 -1
- package/types/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/types/components/DatePicker/index.d.ts +1032 -100
- package/types/components/Divider/index.d.ts +21 -1
- package/types/components/Drawer/index.d.ts +79 -1
- package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/types/components/Dropdown/index.d.ts +58 -6
- package/types/components/Empty/index.d.ts +17 -1
- package/types/components/Form/index.d.ts +57 -1
- package/types/components/Icon/index.d.ts +18 -1
- package/types/components/Image/Image.vue.d.ts +18 -1
- package/types/components/Image/ImgViewer.vue.d.ts +18 -1
- package/types/components/Image/index.d.ts +86 -4
- package/types/components/InfoView/index.d.ts +46 -1
- package/types/components/Input/Input.d.ts +22 -5
- package/types/components/Input/index.d.ts +185 -21
- package/types/components/InputNumber/InputNumber.d.ts +188 -2
- package/types/components/InputNumber/index.d.ts +752 -95
- package/types/components/Layout/Sider.vue.d.ts +18 -1
- package/types/components/Layout/index.d.ts +23 -2
- package/types/components/Link/Link.vue.d.ts +18 -1
- package/types/components/Link/index.d.ts +62 -3
- package/types/components/List/List.vue.d.ts +184 -8
- package/types/components/List/ListItemMeta.vue.d.ts +57 -3
- package/types/components/List/index.d.ts +473 -20
- package/types/components/Mask/index.d.ts +30 -1
- package/types/components/Menu/MenuItem.vue.d.ts +58 -3
- package/types/components/Menu/SubMenu.vue.d.ts +19 -2
- package/types/components/Menu/index.d.ts +130 -6
- package/types/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/types/components/Modal/Modal.vue.d.ts +122 -11
- package/types/components/Modal/index.d.ts +330 -24
- package/types/components/Notification/Notice.vue.d.ts +18 -1
- package/types/components/Notification/Notification.vue.d.ts +18 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/types/components/PageHeader/index.d.ts +85 -5
- package/types/components/Pagination/Pager.vue.d.ts +18 -1
- package/types/components/Pagination/Pagination.d.ts +36 -2
- package/types/components/Pagination/index.d.ts +151 -5
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/types/components/PopConfirm/index.d.ts +427 -27
- package/types/components/Popover/Popover.vue.d.ts +1 -1
- package/types/components/Popover/index.d.ts +64 -3
- package/types/components/Popup/Popup.d.ts +1 -1
- package/types/components/Popup/hooks/usePopper.d.ts +1 -1
- package/types/components/Progress/Circle.d.ts +18 -1
- package/types/components/Progress/Line.vue.d.ts +18 -1
- package/types/components/Progress/Progress.vue.d.ts +36 -2
- package/types/components/Progress/index.d.ts +116 -5
- package/types/components/Radio/index.d.ts +43 -1
- package/types/components/Rate/Rate.vue.d.ts +76 -4
- package/types/components/Rate/Star.vue.d.ts +18 -1
- package/types/components/Rate/index.d.ts +196 -9
- package/types/components/Result/Result.vue.d.ts +18 -1
- package/types/components/Result/index.d.ts +59 -3
- package/types/components/Scrollbar/index.d.ts +23 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/types/components/Select/RefSelect.vue.d.ts +321 -18
- package/types/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/types/components/Select/index.d.ts +221 -4
- package/types/components/Skeleton/index.d.ts +22 -1
- package/types/components/Slider/index.d.ts +68 -1
- package/types/components/Space/index.d.ts +25 -1
- package/types/components/Spin/index.d.ts +23 -1
- package/types/components/Statistic/Statistic.vue.d.ts +76 -4
- package/types/components/Statistic/index.d.ts +196 -9
- package/types/components/Steps/Step.vue.d.ts +18 -1
- package/types/components/Steps/index.d.ts +73 -2
- package/types/components/Switch/index.d.ts +58 -1
- package/types/components/Table/BaseTable.vue.d.ts +597 -32
- package/types/components/Table/BodyTable.vue.d.ts +597 -32
- package/types/components/Table/HeadTable.vue.d.ts +597 -32
- package/types/components/Table/Table.vue.d.ts +1437 -139
- package/types/components/Table/TableBox.vue.d.ts +1246 -116
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/types/components/Tabs/TabNav.vue.d.ts +69 -4
- package/types/components/Tabs/Tabs.d.ts +71 -6
- package/types/components/Tabs/index.d.ts +272 -19
- package/types/components/Tag/Tag.vue.d.ts +18 -1
- package/types/components/Tag/index.d.ts +67 -3
- package/types/components/Text/index.d.ts +24 -1
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/types/components/ThemePanel/index.d.ts +343 -25
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/types/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/types/components/TimePicker/index.d.ts +307 -19
- package/types/components/Timeline/index.d.ts +18 -1
- package/types/components/Toggle/index.d.ts +9 -1
- package/types/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/types/components/Tooltip/index.d.ts +58 -3
- package/types/components/Transfer/Operation.vue.d.ts +103 -9
- package/types/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/types/components/Transfer/TransferList.vue.d.ts +423 -31
- package/types/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/types/components/Transfer/index.d.ts +4481 -682
- package/types/components/Tree/SubTree.vue.d.ts +137 -6
- package/types/components/Tree/Tree.vue.d.ts +137 -6
- package/types/components/Tree/TreeNode.vue.d.ts +137 -6
- package/types/components/Tree/index.d.ts +360 -13
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/types/components/TreeSelect/index.d.ts +900 -65
- package/types/components/Upload/UploadList.vue.d.ts +134 -6
- package/types/components/Upload/Uploader.vue.d.ts +1 -1
- package/types/components/Upload/index.d.ts +90 -4
- package/types/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/types/components/VirtualList/index.d.ts +162 -7
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +137 -36
- package/uxd-ui.umd.js +137 -36
- package/uxd-ui.umd.min.js +6 -6
|
@@ -318,8 +318,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
318
318
|
loading: boolean;
|
|
319
319
|
radius: boolean;
|
|
320
320
|
size: "default" | "small" | "large";
|
|
321
|
-
data: Record<string, any>[];
|
|
322
321
|
variant: "surface" | "border" | "ghost";
|
|
322
|
+
data: Record<string, any>[];
|
|
323
323
|
border: boolean;
|
|
324
324
|
columns: TableColumn[];
|
|
325
325
|
showHeader: boolean;
|
|
@@ -626,7 +626,59 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
626
626
|
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
627
627
|
'visible-change': (v: boolean) => boolean;
|
|
628
628
|
'update:visible': (v: boolean) => boolean;
|
|
629
|
-
}, import("vue").
|
|
629
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
630
|
+
placement: {
|
|
631
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
632
|
+
default: string;
|
|
633
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
634
|
+
};
|
|
635
|
+
trigger: {
|
|
636
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
637
|
+
default: string;
|
|
638
|
+
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
639
|
+
};
|
|
640
|
+
visible: {
|
|
641
|
+
type: BooleanConstructor;
|
|
642
|
+
default: undefined;
|
|
643
|
+
};
|
|
644
|
+
disabled: {
|
|
645
|
+
type: BooleanConstructor;
|
|
646
|
+
default: boolean;
|
|
647
|
+
};
|
|
648
|
+
dropdownClassName: {
|
|
649
|
+
type: StringConstructor;
|
|
650
|
+
};
|
|
651
|
+
dropdownStyle: {
|
|
652
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
653
|
+
default: () => {};
|
|
654
|
+
};
|
|
655
|
+
offset: {
|
|
656
|
+
type: import("vue").PropType<number[]>;
|
|
657
|
+
validator: (val: any[]) => boolean;
|
|
658
|
+
};
|
|
659
|
+
mouseEnterDelay: {
|
|
660
|
+
type: NumberConstructor;
|
|
661
|
+
default: number;
|
|
662
|
+
};
|
|
663
|
+
mouseLeaveDelay: {
|
|
664
|
+
type: NumberConstructor;
|
|
665
|
+
default: number;
|
|
666
|
+
};
|
|
667
|
+
destroyPopupOnHide: {
|
|
668
|
+
type: BooleanConstructor;
|
|
669
|
+
default: boolean;
|
|
670
|
+
};
|
|
671
|
+
getPopupContainer: {
|
|
672
|
+
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
673
|
+
};
|
|
674
|
+
modifiers: {
|
|
675
|
+
type: import("vue").PropType<any[]>;
|
|
676
|
+
};
|
|
677
|
+
}>> & Readonly<{
|
|
678
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
679
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
680
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
681
|
+
}>, {
|
|
630
682
|
visible: boolean;
|
|
631
683
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
632
684
|
trigger: "click" | "hover" | "contextmenu";
|
|
@@ -703,7 +755,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
703
755
|
}>, {
|
|
704
756
|
reference: import("vue").Ref<any, any>;
|
|
705
757
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
706
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
758
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
707
759
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
708
760
|
onClick: (e: any) => void;
|
|
709
761
|
onMousedown: (e: any) => void;
|
|
@@ -1038,7 +1090,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1038
1090
|
}>, {
|
|
1039
1091
|
reference: import("vue").Ref<any, any>;
|
|
1040
1092
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
1041
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
1093
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
1042
1094
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
1043
1095
|
onClick: (e: any) => void;
|
|
1044
1096
|
onMousedown: (e: any) => void;
|
|
@@ -1217,7 +1269,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1217
1269
|
variant: {
|
|
1218
1270
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1219
1271
|
default: string;
|
|
1220
|
-
validator: (val: "
|
|
1272
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
1221
1273
|
};
|
|
1222
1274
|
color: {
|
|
1223
1275
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
@@ -1247,7 +1299,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1247
1299
|
variant: {
|
|
1248
1300
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1249
1301
|
default: string;
|
|
1250
|
-
validator: (val: "
|
|
1302
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
1251
1303
|
};
|
|
1252
1304
|
color: {
|
|
1253
1305
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
@@ -1257,7 +1309,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1257
1309
|
}>> & Readonly<{}>, {
|
|
1258
1310
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1259
1311
|
type: import("../Dropdown/DropdownTrigger").DropdownTriggerType;
|
|
1260
|
-
variant: "
|
|
1312
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
1261
1313
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
1262
1314
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1263
1315
|
});
|
|
@@ -1335,7 +1387,59 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1335
1387
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1336
1388
|
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1337
1389
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1338
|
-
}, import("vue").
|
|
1390
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1391
|
+
mode: {
|
|
1392
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1393
|
+
default: string;
|
|
1394
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1395
|
+
};
|
|
1396
|
+
theme: {
|
|
1397
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
1398
|
+
default: string;
|
|
1399
|
+
validator: (val: "light" | "dark") => boolean;
|
|
1400
|
+
};
|
|
1401
|
+
selectedKeys: {
|
|
1402
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
1403
|
+
validator: (val: any[]) => boolean;
|
|
1404
|
+
};
|
|
1405
|
+
multiple: {
|
|
1406
|
+
type: BooleanConstructor;
|
|
1407
|
+
default: boolean;
|
|
1408
|
+
};
|
|
1409
|
+
openKeys: {
|
|
1410
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
1411
|
+
default: () => string[];
|
|
1412
|
+
};
|
|
1413
|
+
subMenuOpenDelay: {
|
|
1414
|
+
type: NumberConstructor;
|
|
1415
|
+
default: number;
|
|
1416
|
+
};
|
|
1417
|
+
subMenuCloseDelay: {
|
|
1418
|
+
type: NumberConstructor;
|
|
1419
|
+
default: number;
|
|
1420
|
+
};
|
|
1421
|
+
inlineCollapsed: {
|
|
1422
|
+
type: BooleanConstructor;
|
|
1423
|
+
default: undefined;
|
|
1424
|
+
};
|
|
1425
|
+
prefixCls: {
|
|
1426
|
+
type: StringConstructor;
|
|
1427
|
+
};
|
|
1428
|
+
role: {
|
|
1429
|
+
type: StringConstructor;
|
|
1430
|
+
};
|
|
1431
|
+
selectable: {
|
|
1432
|
+
type: BooleanConstructor;
|
|
1433
|
+
default: undefined;
|
|
1434
|
+
};
|
|
1435
|
+
}>> & Readonly<{
|
|
1436
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1437
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1438
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1439
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1440
|
+
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1441
|
+
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1442
|
+
}>, {
|
|
1339
1443
|
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1340
1444
|
multiple: boolean;
|
|
1341
1445
|
theme: "light" | "dark";
|
|
@@ -1657,7 +1761,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1657
1761
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1658
1762
|
'visible-change': (v: boolean) => boolean;
|
|
1659
1763
|
'update:visible': (v: boolean) => boolean;
|
|
1660
|
-
}, import("vue").
|
|
1764
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1765
|
+
placement: {
|
|
1766
|
+
default: string;
|
|
1767
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1768
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1769
|
+
};
|
|
1770
|
+
title: {
|
|
1771
|
+
type: StringConstructor;
|
|
1772
|
+
};
|
|
1773
|
+
disabled: {
|
|
1774
|
+
type: BooleanConstructor;
|
|
1775
|
+
default: boolean;
|
|
1776
|
+
};
|
|
1777
|
+
visible: {
|
|
1778
|
+
type: BooleanConstructor;
|
|
1779
|
+
default: undefined;
|
|
1780
|
+
};
|
|
1781
|
+
mouseEnterDelay: {
|
|
1782
|
+
type: NumberConstructor;
|
|
1783
|
+
default: number;
|
|
1784
|
+
};
|
|
1785
|
+
mouseLeaveDelay: {
|
|
1786
|
+
type: NumberConstructor;
|
|
1787
|
+
default: number;
|
|
1788
|
+
};
|
|
1789
|
+
dropdownStyle: {
|
|
1790
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1791
|
+
default: () => {};
|
|
1792
|
+
};
|
|
1793
|
+
dropdownClass: {
|
|
1794
|
+
type: StringConstructor;
|
|
1795
|
+
default: string;
|
|
1796
|
+
};
|
|
1797
|
+
trigger: {
|
|
1798
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1799
|
+
default: string;
|
|
1800
|
+
validator: (val: "click" | "hover") => boolean;
|
|
1801
|
+
};
|
|
1802
|
+
offset: {
|
|
1803
|
+
type: import("vue").PropType<number[]>;
|
|
1804
|
+
validator: (val: any[]) => boolean;
|
|
1805
|
+
default: () => number[];
|
|
1806
|
+
};
|
|
1807
|
+
destroyPopupOnHide: {
|
|
1808
|
+
type: BooleanConstructor;
|
|
1809
|
+
default: boolean;
|
|
1810
|
+
};
|
|
1811
|
+
color: {
|
|
1812
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
1813
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1814
|
+
validator: (val: string) => boolean;
|
|
1815
|
+
};
|
|
1816
|
+
}>> & Readonly<{
|
|
1817
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
1818
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
1819
|
+
}>, {
|
|
1661
1820
|
color: "primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1662
1821
|
visible: boolean;
|
|
1663
1822
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -1737,7 +1896,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1737
1896
|
}>, {
|
|
1738
1897
|
reference: import("vue").Ref<any, any>;
|
|
1739
1898
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
1740
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
1899
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
1741
1900
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
1742
1901
|
onClick: (e: any) => void;
|
|
1743
1902
|
onMousedown: (e: any) => void;
|
|
@@ -2145,7 +2304,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2145
2304
|
}>, {
|
|
2146
2305
|
reference: import("vue").Ref<any, any>;
|
|
2147
2306
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
2148
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
2307
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
2149
2308
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
2150
2309
|
onClick: (e: any) => void;
|
|
2151
2310
|
onMousedown: (e: any) => void;
|
|
@@ -2403,7 +2562,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2403
2562
|
}>, {
|
|
2404
2563
|
reference: import("vue").Ref<any, any>;
|
|
2405
2564
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
2406
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
2565
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
2407
2566
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
2408
2567
|
onClick: (e: any) => void;
|
|
2409
2568
|
onMousedown: (e: any) => void;
|
|
@@ -2561,7 +2720,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2561
2720
|
handleClick: (e: any) => void;
|
|
2562
2721
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2563
2722
|
click: (ev: Event) => boolean;
|
|
2564
|
-
}, import("vue").
|
|
2723
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2724
|
+
rotate: {
|
|
2725
|
+
type: NumberConstructor;
|
|
2726
|
+
};
|
|
2727
|
+
spin: BooleanConstructor;
|
|
2728
|
+
size: {
|
|
2729
|
+
type: NumberConstructor;
|
|
2730
|
+
};
|
|
2731
|
+
color: {
|
|
2732
|
+
type: StringConstructor;
|
|
2733
|
+
default: string;
|
|
2734
|
+
};
|
|
2735
|
+
icon: {
|
|
2736
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2737
|
+
};
|
|
2738
|
+
}>> & Readonly<{
|
|
2739
|
+
onClick?: (ev: Event) => any;
|
|
2740
|
+
}>, {
|
|
2565
2741
|
color: string;
|
|
2566
2742
|
spin: boolean;
|
|
2567
2743
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2827,7 +3003,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2827
3003
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2828
3004
|
'visible-change': (v: boolean) => boolean;
|
|
2829
3005
|
'update:visible': (v: boolean) => boolean;
|
|
2830
|
-
}, import("vue").
|
|
3006
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3007
|
+
placement: {
|
|
3008
|
+
default: string;
|
|
3009
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
3010
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
3011
|
+
};
|
|
3012
|
+
title: {
|
|
3013
|
+
type: StringConstructor;
|
|
3014
|
+
};
|
|
3015
|
+
disabled: {
|
|
3016
|
+
type: BooleanConstructor;
|
|
3017
|
+
default: boolean;
|
|
3018
|
+
};
|
|
3019
|
+
visible: {
|
|
3020
|
+
type: BooleanConstructor;
|
|
3021
|
+
default: undefined;
|
|
3022
|
+
};
|
|
3023
|
+
mouseEnterDelay: {
|
|
3024
|
+
type: NumberConstructor;
|
|
3025
|
+
default: number;
|
|
3026
|
+
};
|
|
3027
|
+
mouseLeaveDelay: {
|
|
3028
|
+
type: NumberConstructor;
|
|
3029
|
+
default: number;
|
|
3030
|
+
};
|
|
3031
|
+
dropdownStyle: {
|
|
3032
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3033
|
+
default: () => {};
|
|
3034
|
+
};
|
|
3035
|
+
dropdownClass: {
|
|
3036
|
+
type: StringConstructor;
|
|
3037
|
+
default: string;
|
|
3038
|
+
};
|
|
3039
|
+
trigger: {
|
|
3040
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
3041
|
+
default: string;
|
|
3042
|
+
validator: (val: "click" | "hover") => boolean;
|
|
3043
|
+
};
|
|
3044
|
+
offset: {
|
|
3045
|
+
type: import("vue").PropType<number[]>;
|
|
3046
|
+
validator: (val: any[]) => boolean;
|
|
3047
|
+
default: () => number[];
|
|
3048
|
+
};
|
|
3049
|
+
destroyPopupOnHide: {
|
|
3050
|
+
type: BooleanConstructor;
|
|
3051
|
+
default: boolean;
|
|
3052
|
+
};
|
|
3053
|
+
color: {
|
|
3054
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
3055
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3056
|
+
validator: (val: string) => boolean;
|
|
3057
|
+
};
|
|
3058
|
+
}>> & Readonly<{
|
|
3059
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
3060
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
3061
|
+
}>, {
|
|
2831
3062
|
color: "primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2832
3063
|
visible: boolean;
|
|
2833
3064
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -2907,7 +3138,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2907
3138
|
}>, {
|
|
2908
3139
|
reference: import("vue").Ref<any, any>;
|
|
2909
3140
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
2910
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
3141
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
2911
3142
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
2912
3143
|
onClick: (e: any) => void;
|
|
2913
3144
|
onMousedown: (e: any) => void;
|
|
@@ -3315,7 +3546,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3315
3546
|
}>, {
|
|
3316
3547
|
reference: import("vue").Ref<any, any>;
|
|
3317
3548
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
3318
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
3549
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
3319
3550
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
3320
3551
|
onClick: (e: any) => void;
|
|
3321
3552
|
onMousedown: (e: any) => void;
|
|
@@ -3501,30 +3732,76 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3501
3732
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3502
3733
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3503
3734
|
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3504
|
-
}, import("vue").
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3735
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3736
|
+
modelValue: {
|
|
3737
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3738
|
+
default: undefined;
|
|
3739
|
+
};
|
|
3740
|
+
trueValue: {
|
|
3741
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3742
|
+
default: boolean;
|
|
3743
|
+
};
|
|
3744
|
+
falseValue: {
|
|
3745
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3746
|
+
default: boolean;
|
|
3747
|
+
};
|
|
3748
|
+
value: {
|
|
3749
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3750
|
+
default: string;
|
|
3751
|
+
};
|
|
3752
|
+
disabled: {
|
|
3753
|
+
type: BooleanConstructor;
|
|
3754
|
+
default: boolean;
|
|
3755
|
+
};
|
|
3756
|
+
size: {
|
|
3757
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3758
|
+
default: string;
|
|
3759
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3760
|
+
};
|
|
3761
|
+
name: {
|
|
3762
|
+
type: StringConstructor;
|
|
3763
|
+
default: string;
|
|
3764
|
+
};
|
|
3765
|
+
border: {
|
|
3766
|
+
type: BooleanConstructor;
|
|
3767
|
+
default: boolean;
|
|
3768
|
+
};
|
|
3769
|
+
indeterminate: {
|
|
3770
|
+
type: BooleanConstructor;
|
|
3771
|
+
default: boolean;
|
|
3772
|
+
};
|
|
3773
|
+
color: {
|
|
3774
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3775
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3776
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3777
|
+
};
|
|
3778
|
+
}>> & Readonly<{
|
|
3779
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3780
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3781
|
+
}>, {
|
|
3782
|
+
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3783
|
+
name: string;
|
|
3784
|
+
size: "default" | "small" | "large";
|
|
3785
|
+
disabled: boolean;
|
|
3786
|
+
modelValue: string | number | boolean;
|
|
3787
|
+
value: string | number;
|
|
3788
|
+
trueValue: string | number | boolean;
|
|
3789
|
+
falseValue: string | number | boolean;
|
|
3790
|
+
border: boolean;
|
|
3791
|
+
indeterminate: boolean;
|
|
3792
|
+
}, true, {}, {}, {
|
|
3793
|
+
UIcon: {
|
|
3794
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3795
|
+
rotate: {
|
|
3796
|
+
type: NumberConstructor;
|
|
3797
|
+
};
|
|
3798
|
+
spin: BooleanConstructor;
|
|
3799
|
+
size: {
|
|
3800
|
+
type: NumberConstructor;
|
|
3801
|
+
};
|
|
3802
|
+
color: {
|
|
3803
|
+
type: StringConstructor;
|
|
3804
|
+
default: string;
|
|
3528
3805
|
};
|
|
3529
3806
|
icon: {
|
|
3530
3807
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
@@ -3551,7 +3828,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3551
3828
|
handleClick: (e: any) => void;
|
|
3552
3829
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3553
3830
|
click: (ev: Event) => boolean;
|
|
3554
|
-
}, import("vue").
|
|
3831
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3832
|
+
rotate: {
|
|
3833
|
+
type: NumberConstructor;
|
|
3834
|
+
};
|
|
3835
|
+
spin: BooleanConstructor;
|
|
3836
|
+
size: {
|
|
3837
|
+
type: NumberConstructor;
|
|
3838
|
+
};
|
|
3839
|
+
color: {
|
|
3840
|
+
type: StringConstructor;
|
|
3841
|
+
default: string;
|
|
3842
|
+
};
|
|
3843
|
+
icon: {
|
|
3844
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3845
|
+
};
|
|
3846
|
+
}>> & Readonly<{
|
|
3847
|
+
onClick?: (ev: Event) => any;
|
|
3848
|
+
}>, {
|
|
3555
3849
|
color: string;
|
|
3556
3850
|
spin: boolean;
|
|
3557
3851
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3841,7 +4135,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3841
4135
|
handleClick: (e: any) => void;
|
|
3842
4136
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3843
4137
|
click: (ev: Event) => boolean;
|
|
3844
|
-
}, import("vue").
|
|
4138
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4139
|
+
rotate: {
|
|
4140
|
+
type: NumberConstructor;
|
|
4141
|
+
};
|
|
4142
|
+
spin: BooleanConstructor;
|
|
4143
|
+
size: {
|
|
4144
|
+
type: NumberConstructor;
|
|
4145
|
+
};
|
|
4146
|
+
color: {
|
|
4147
|
+
type: StringConstructor;
|
|
4148
|
+
default: string;
|
|
4149
|
+
};
|
|
4150
|
+
icon: {
|
|
4151
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4152
|
+
};
|
|
4153
|
+
}>> & Readonly<{
|
|
4154
|
+
onClick?: (ev: Event) => any;
|
|
4155
|
+
}>, {
|
|
3845
4156
|
color: string;
|
|
3846
4157
|
spin: boolean;
|
|
3847
4158
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4087,7 +4398,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4087
4398
|
handleClick: (e: any) => void;
|
|
4088
4399
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4089
4400
|
click: (ev: Event) => boolean;
|
|
4090
|
-
}, import("vue").
|
|
4401
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4402
|
+
rotate: {
|
|
4403
|
+
type: NumberConstructor;
|
|
4404
|
+
};
|
|
4405
|
+
spin: BooleanConstructor;
|
|
4406
|
+
size: {
|
|
4407
|
+
type: NumberConstructor;
|
|
4408
|
+
};
|
|
4409
|
+
color: {
|
|
4410
|
+
type: StringConstructor;
|
|
4411
|
+
default: string;
|
|
4412
|
+
};
|
|
4413
|
+
icon: {
|
|
4414
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4415
|
+
};
|
|
4416
|
+
}>> & Readonly<{
|
|
4417
|
+
onClick?: (ev: Event) => any;
|
|
4418
|
+
}>, {
|
|
4091
4419
|
color: string;
|
|
4092
4420
|
spin: boolean;
|
|
4093
4421
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4336,7 +4664,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4336
4664
|
handleClick: (e: any) => void;
|
|
4337
4665
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4338
4666
|
click: (ev: Event) => boolean;
|
|
4339
|
-
}, import("vue").
|
|
4667
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4668
|
+
rotate: {
|
|
4669
|
+
type: NumberConstructor;
|
|
4670
|
+
};
|
|
4671
|
+
spin: BooleanConstructor;
|
|
4672
|
+
size: {
|
|
4673
|
+
type: NumberConstructor;
|
|
4674
|
+
};
|
|
4675
|
+
color: {
|
|
4676
|
+
type: StringConstructor;
|
|
4677
|
+
default: string;
|
|
4678
|
+
};
|
|
4679
|
+
icon: {
|
|
4680
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4681
|
+
};
|
|
4682
|
+
}>> & Readonly<{
|
|
4683
|
+
onClick?: (ev: Event) => any;
|
|
4684
|
+
}>, {
|
|
4340
4685
|
color: string;
|
|
4341
4686
|
spin: boolean;
|
|
4342
4687
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4473,7 +4818,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4473
4818
|
handleClick: (e: any) => void;
|
|
4474
4819
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4475
4820
|
click: (ev: Event) => boolean;
|
|
4476
|
-
}, import("vue").
|
|
4821
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4822
|
+
rotate: {
|
|
4823
|
+
type: NumberConstructor;
|
|
4824
|
+
};
|
|
4825
|
+
spin: BooleanConstructor;
|
|
4826
|
+
size: {
|
|
4827
|
+
type: NumberConstructor;
|
|
4828
|
+
};
|
|
4829
|
+
color: {
|
|
4830
|
+
type: StringConstructor;
|
|
4831
|
+
default: string;
|
|
4832
|
+
};
|
|
4833
|
+
icon: {
|
|
4834
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4835
|
+
};
|
|
4836
|
+
}>> & Readonly<{
|
|
4837
|
+
onClick?: (ev: Event) => any;
|
|
4838
|
+
}>, {
|
|
4477
4839
|
color: string;
|
|
4478
4840
|
spin: boolean;
|
|
4479
4841
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4609,7 +4971,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4609
4971
|
handleClick: (e: any) => void;
|
|
4610
4972
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4611
4973
|
click: (ev: Event) => boolean;
|
|
4612
|
-
}, import("vue").
|
|
4974
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4975
|
+
rotate: {
|
|
4976
|
+
type: NumberConstructor;
|
|
4977
|
+
};
|
|
4978
|
+
spin: BooleanConstructor;
|
|
4979
|
+
size: {
|
|
4980
|
+
type: NumberConstructor;
|
|
4981
|
+
};
|
|
4982
|
+
color: {
|
|
4983
|
+
type: StringConstructor;
|
|
4984
|
+
default: string;
|
|
4985
|
+
};
|
|
4986
|
+
icon: {
|
|
4987
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4988
|
+
};
|
|
4989
|
+
}>> & Readonly<{
|
|
4990
|
+
onClick?: (ev: Event) => any;
|
|
4991
|
+
}>, {
|
|
4613
4992
|
color: string;
|
|
4614
4993
|
spin: boolean;
|
|
4615
4994
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5013,7 +5392,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5013
5392
|
handleClick: (e: any) => void;
|
|
5014
5393
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5015
5394
|
click: (ev: Event) => boolean;
|
|
5016
|
-
}, import("vue").
|
|
5395
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5396
|
+
rotate: {
|
|
5397
|
+
type: NumberConstructor;
|
|
5398
|
+
};
|
|
5399
|
+
spin: BooleanConstructor;
|
|
5400
|
+
size: {
|
|
5401
|
+
type: NumberConstructor;
|
|
5402
|
+
};
|
|
5403
|
+
color: {
|
|
5404
|
+
type: StringConstructor;
|
|
5405
|
+
default: string;
|
|
5406
|
+
};
|
|
5407
|
+
icon: {
|
|
5408
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5409
|
+
};
|
|
5410
|
+
}>> & Readonly<{
|
|
5411
|
+
onClick?: (ev: Event) => any;
|
|
5412
|
+
}>, {
|
|
5017
5413
|
color: string;
|
|
5018
5414
|
spin: boolean;
|
|
5019
5415
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5203,7 +5599,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5203
5599
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5204
5600
|
'visible-change': (v: boolean) => boolean;
|
|
5205
5601
|
'update:visible': (v: boolean) => boolean;
|
|
5206
|
-
}, import("vue").
|
|
5602
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5603
|
+
placement: {
|
|
5604
|
+
default: string;
|
|
5605
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5606
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
5607
|
+
};
|
|
5608
|
+
title: {
|
|
5609
|
+
type: StringConstructor;
|
|
5610
|
+
};
|
|
5611
|
+
disabled: {
|
|
5612
|
+
type: BooleanConstructor;
|
|
5613
|
+
default: boolean;
|
|
5614
|
+
};
|
|
5615
|
+
visible: {
|
|
5616
|
+
type: BooleanConstructor;
|
|
5617
|
+
default: undefined;
|
|
5618
|
+
};
|
|
5619
|
+
mouseEnterDelay: {
|
|
5620
|
+
type: NumberConstructor;
|
|
5621
|
+
default: number;
|
|
5622
|
+
};
|
|
5623
|
+
mouseLeaveDelay: {
|
|
5624
|
+
type: NumberConstructor;
|
|
5625
|
+
default: number;
|
|
5626
|
+
};
|
|
5627
|
+
dropdownStyle: {
|
|
5628
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
5629
|
+
default: () => {};
|
|
5630
|
+
};
|
|
5631
|
+
dropdownClass: {
|
|
5632
|
+
type: StringConstructor;
|
|
5633
|
+
default: string;
|
|
5634
|
+
};
|
|
5635
|
+
trigger: {
|
|
5636
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5637
|
+
default: string;
|
|
5638
|
+
validator: (val: "click" | "hover") => boolean;
|
|
5639
|
+
};
|
|
5640
|
+
offset: {
|
|
5641
|
+
type: import("vue").PropType<number[]>;
|
|
5642
|
+
validator: (val: any[]) => boolean;
|
|
5643
|
+
default: () => number[];
|
|
5644
|
+
};
|
|
5645
|
+
destroyPopupOnHide: {
|
|
5646
|
+
type: BooleanConstructor;
|
|
5647
|
+
default: boolean;
|
|
5648
|
+
};
|
|
5649
|
+
color: {
|
|
5650
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
5651
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
5652
|
+
validator: (val: string) => boolean;
|
|
5653
|
+
};
|
|
5654
|
+
}>> & Readonly<{
|
|
5655
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
5656
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
5657
|
+
}>, {
|
|
5207
5658
|
color: "primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
5208
5659
|
visible: boolean;
|
|
5209
5660
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -5283,7 +5734,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5283
5734
|
}>, {
|
|
5284
5735
|
reference: import("vue").Ref<any, any>;
|
|
5285
5736
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
5286
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
5737
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
5287
5738
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
5288
5739
|
onClick: (e: any) => void;
|
|
5289
5740
|
onMousedown: (e: any) => void;
|
|
@@ -5691,7 +6142,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5691
6142
|
}>, {
|
|
5692
6143
|
reference: import("vue").Ref<any, any>;
|
|
5693
6144
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
5694
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
6145
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
5695
6146
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
5696
6147
|
onClick: (e: any) => void;
|
|
5697
6148
|
onMousedown: (e: any) => void;
|
|
@@ -5836,20 +6287,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5836
6287
|
};
|
|
5837
6288
|
}>> & Readonly<{}>, {
|
|
5838
6289
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5839
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
|
|
5843
|
-
|
|
5844
|
-
|
|
5845
|
-
|
|
5846
|
-
|
|
5847
|
-
|
|
5848
|
-
|
|
5849
|
-
|
|
5850
|
-
|
|
5851
|
-
|
|
5852
|
-
|
|
6290
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6291
|
+
active: {
|
|
6292
|
+
type: BooleanConstructor;
|
|
6293
|
+
default: boolean;
|
|
6294
|
+
};
|
|
6295
|
+
loading: {
|
|
6296
|
+
type: BooleanConstructor;
|
|
6297
|
+
default: boolean;
|
|
6298
|
+
};
|
|
6299
|
+
avatar: {
|
|
6300
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6301
|
+
default: boolean;
|
|
6302
|
+
};
|
|
6303
|
+
title: {
|
|
6304
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6305
|
+
default: boolean;
|
|
6306
|
+
};
|
|
6307
|
+
paragraph: {
|
|
6308
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6309
|
+
default: boolean;
|
|
6310
|
+
};
|
|
6311
|
+
}>> & Readonly<{}>, {
|
|
6312
|
+
loading: boolean;
|
|
6313
|
+
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
6314
|
+
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
6315
|
+
active: boolean;
|
|
6316
|
+
paragraph: boolean | import("@koi-design/uxd-ui/es/index").paragraphObject;
|
|
6317
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6318
|
+
P: {};
|
|
6319
|
+
B: {};
|
|
6320
|
+
D: {};
|
|
6321
|
+
C: {};
|
|
6322
|
+
M: {};
|
|
6323
|
+
Defaults: {};
|
|
6324
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5853
6325
|
active: {
|
|
5854
6326
|
type: BooleanConstructor;
|
|
5855
6327
|
default: boolean;
|
|
@@ -6291,7 +6763,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6291
6763
|
handleClick: (e: any) => void;
|
|
6292
6764
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6293
6765
|
click: (ev: Event) => boolean;
|
|
6294
|
-
}, import("vue").
|
|
6766
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6767
|
+
rotate: {
|
|
6768
|
+
type: NumberConstructor;
|
|
6769
|
+
};
|
|
6770
|
+
spin: BooleanConstructor;
|
|
6771
|
+
size: {
|
|
6772
|
+
type: NumberConstructor;
|
|
6773
|
+
};
|
|
6774
|
+
color: {
|
|
6775
|
+
type: StringConstructor;
|
|
6776
|
+
default: string;
|
|
6777
|
+
};
|
|
6778
|
+
icon: {
|
|
6779
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6780
|
+
};
|
|
6781
|
+
}>> & Readonly<{
|
|
6782
|
+
onClick?: (ev: Event) => any;
|
|
6783
|
+
}>, {
|
|
6295
6784
|
color: string;
|
|
6296
6785
|
spin: boolean;
|
|
6297
6786
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6481,7 +6970,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6481
6970
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6482
6971
|
'visible-change': (v: boolean) => boolean;
|
|
6483
6972
|
'update:visible': (v: boolean) => boolean;
|
|
6484
|
-
}, import("vue").
|
|
6973
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6974
|
+
placement: {
|
|
6975
|
+
default: string;
|
|
6976
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6977
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
6978
|
+
};
|
|
6979
|
+
title: {
|
|
6980
|
+
type: StringConstructor;
|
|
6981
|
+
};
|
|
6982
|
+
disabled: {
|
|
6983
|
+
type: BooleanConstructor;
|
|
6984
|
+
default: boolean;
|
|
6985
|
+
};
|
|
6986
|
+
visible: {
|
|
6987
|
+
type: BooleanConstructor;
|
|
6988
|
+
default: undefined;
|
|
6989
|
+
};
|
|
6990
|
+
mouseEnterDelay: {
|
|
6991
|
+
type: NumberConstructor;
|
|
6992
|
+
default: number;
|
|
6993
|
+
};
|
|
6994
|
+
mouseLeaveDelay: {
|
|
6995
|
+
type: NumberConstructor;
|
|
6996
|
+
default: number;
|
|
6997
|
+
};
|
|
6998
|
+
dropdownStyle: {
|
|
6999
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
7000
|
+
default: () => {};
|
|
7001
|
+
};
|
|
7002
|
+
dropdownClass: {
|
|
7003
|
+
type: StringConstructor;
|
|
7004
|
+
default: string;
|
|
7005
|
+
};
|
|
7006
|
+
trigger: {
|
|
7007
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
7008
|
+
default: string;
|
|
7009
|
+
validator: (val: "click" | "hover") => boolean;
|
|
7010
|
+
};
|
|
7011
|
+
offset: {
|
|
7012
|
+
type: import("vue").PropType<number[]>;
|
|
7013
|
+
validator: (val: any[]) => boolean;
|
|
7014
|
+
default: () => number[];
|
|
7015
|
+
};
|
|
7016
|
+
destroyPopupOnHide: {
|
|
7017
|
+
type: BooleanConstructor;
|
|
7018
|
+
default: boolean;
|
|
7019
|
+
};
|
|
7020
|
+
color: {
|
|
7021
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
7022
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
7023
|
+
validator: (val: string) => boolean;
|
|
7024
|
+
};
|
|
7025
|
+
}>> & Readonly<{
|
|
7026
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
7027
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
7028
|
+
}>, {
|
|
6485
7029
|
color: "primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
6486
7030
|
visible: boolean;
|
|
6487
7031
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -6561,7 +7105,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6561
7105
|
}>, {
|
|
6562
7106
|
reference: import("vue").Ref<any, any>;
|
|
6563
7107
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
6564
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
7108
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
6565
7109
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
6566
7110
|
onClick: (e: any) => void;
|
|
6567
7111
|
onMousedown: (e: any) => void;
|
|
@@ -6969,7 +7513,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6969
7513
|
}>, {
|
|
6970
7514
|
reference: import("vue").Ref<any, any>;
|
|
6971
7515
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
6972
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
7516
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
6973
7517
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
6974
7518
|
onClick: (e: any) => void;
|
|
6975
7519
|
onMousedown: (e: any) => void;
|
|
@@ -7114,7 +7658,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7114
7658
|
};
|
|
7115
7659
|
}>> & Readonly<{}>, {
|
|
7116
7660
|
prefixCls: import("vue").ComputedRef<string>;
|
|
7117
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
7661
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7662
|
+
active: {
|
|
7663
|
+
type: BooleanConstructor;
|
|
7664
|
+
default: boolean;
|
|
7665
|
+
};
|
|
7666
|
+
loading: {
|
|
7667
|
+
type: BooleanConstructor;
|
|
7668
|
+
default: boolean;
|
|
7669
|
+
};
|
|
7670
|
+
avatar: {
|
|
7671
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
7672
|
+
default: boolean;
|
|
7673
|
+
};
|
|
7674
|
+
title: {
|
|
7675
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
7676
|
+
default: boolean;
|
|
7677
|
+
};
|
|
7678
|
+
paragraph: {
|
|
7679
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
7680
|
+
default: boolean;
|
|
7681
|
+
};
|
|
7682
|
+
}>> & Readonly<{}>, {
|
|
7118
7683
|
loading: boolean;
|
|
7119
7684
|
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
7120
7685
|
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
@@ -7618,7 +8183,59 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7618
8183
|
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
7619
8184
|
'visible-change': (v: boolean) => boolean;
|
|
7620
8185
|
'update:visible': (v: boolean) => boolean;
|
|
7621
|
-
}, import("vue").
|
|
8186
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8187
|
+
placement: {
|
|
8188
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8189
|
+
default: string;
|
|
8190
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
8191
|
+
};
|
|
8192
|
+
trigger: {
|
|
8193
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
8194
|
+
default: string;
|
|
8195
|
+
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
8196
|
+
};
|
|
8197
|
+
visible: {
|
|
8198
|
+
type: BooleanConstructor;
|
|
8199
|
+
default: undefined;
|
|
8200
|
+
};
|
|
8201
|
+
disabled: {
|
|
8202
|
+
type: BooleanConstructor;
|
|
8203
|
+
default: boolean;
|
|
8204
|
+
};
|
|
8205
|
+
dropdownClassName: {
|
|
8206
|
+
type: StringConstructor;
|
|
8207
|
+
};
|
|
8208
|
+
dropdownStyle: {
|
|
8209
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
8210
|
+
default: () => {};
|
|
8211
|
+
};
|
|
8212
|
+
offset: {
|
|
8213
|
+
type: import("vue").PropType<number[]>;
|
|
8214
|
+
validator: (val: any[]) => boolean;
|
|
8215
|
+
};
|
|
8216
|
+
mouseEnterDelay: {
|
|
8217
|
+
type: NumberConstructor;
|
|
8218
|
+
default: number;
|
|
8219
|
+
};
|
|
8220
|
+
mouseLeaveDelay: {
|
|
8221
|
+
type: NumberConstructor;
|
|
8222
|
+
default: number;
|
|
8223
|
+
};
|
|
8224
|
+
destroyPopupOnHide: {
|
|
8225
|
+
type: BooleanConstructor;
|
|
8226
|
+
default: boolean;
|
|
8227
|
+
};
|
|
8228
|
+
getPopupContainer: {
|
|
8229
|
+
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
8230
|
+
};
|
|
8231
|
+
modifiers: {
|
|
8232
|
+
type: import("vue").PropType<any[]>;
|
|
8233
|
+
};
|
|
8234
|
+
}>> & Readonly<{
|
|
8235
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
8236
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
8237
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
8238
|
+
}>, {
|
|
7622
8239
|
visible: boolean;
|
|
7623
8240
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
7624
8241
|
trigger: "click" | "hover" | "contextmenu";
|
|
@@ -7695,7 +8312,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7695
8312
|
}>, {
|
|
7696
8313
|
reference: import("vue").Ref<any, any>;
|
|
7697
8314
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
7698
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
8315
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
7699
8316
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
7700
8317
|
onClick: (e: any) => void;
|
|
7701
8318
|
onMousedown: (e: any) => void;
|
|
@@ -8030,7 +8647,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8030
8647
|
}>, {
|
|
8031
8648
|
reference: import("vue").Ref<any, any>;
|
|
8032
8649
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
8033
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
8650
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
8034
8651
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
8035
8652
|
onClick: (e: any) => void;
|
|
8036
8653
|
onMousedown: (e: any) => void;
|
|
@@ -8209,7 +8826,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8209
8826
|
variant: {
|
|
8210
8827
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
8211
8828
|
default: string;
|
|
8212
|
-
validator: (val: "
|
|
8829
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
8213
8830
|
};
|
|
8214
8831
|
color: {
|
|
8215
8832
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
@@ -8239,7 +8856,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8239
8856
|
variant: {
|
|
8240
8857
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
8241
8858
|
default: string;
|
|
8242
|
-
validator: (val: "
|
|
8859
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
8243
8860
|
};
|
|
8244
8861
|
color: {
|
|
8245
8862
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
@@ -8249,7 +8866,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8249
8866
|
}>> & Readonly<{}>, {
|
|
8250
8867
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
8251
8868
|
type: import("../Dropdown/DropdownTrigger").DropdownTriggerType;
|
|
8252
|
-
variant: "
|
|
8869
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
8253
8870
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
8254
8871
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8255
8872
|
});
|
|
@@ -8327,7 +8944,59 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8327
8944
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
8328
8945
|
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
8329
8946
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
8330
|
-
}, import("vue").
|
|
8947
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8948
|
+
mode: {
|
|
8949
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
8950
|
+
default: string;
|
|
8951
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
8952
|
+
};
|
|
8953
|
+
theme: {
|
|
8954
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").MenuTheme>;
|
|
8955
|
+
default: string;
|
|
8956
|
+
validator: (val: "light" | "dark") => boolean;
|
|
8957
|
+
};
|
|
8958
|
+
selectedKeys: {
|
|
8959
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
8960
|
+
validator: (val: any[]) => boolean;
|
|
8961
|
+
};
|
|
8962
|
+
multiple: {
|
|
8963
|
+
type: BooleanConstructor;
|
|
8964
|
+
default: boolean;
|
|
8965
|
+
};
|
|
8966
|
+
openKeys: {
|
|
8967
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
8968
|
+
default: () => string[];
|
|
8969
|
+
};
|
|
8970
|
+
subMenuOpenDelay: {
|
|
8971
|
+
type: NumberConstructor;
|
|
8972
|
+
default: number;
|
|
8973
|
+
};
|
|
8974
|
+
subMenuCloseDelay: {
|
|
8975
|
+
type: NumberConstructor;
|
|
8976
|
+
default: number;
|
|
8977
|
+
};
|
|
8978
|
+
inlineCollapsed: {
|
|
8979
|
+
type: BooleanConstructor;
|
|
8980
|
+
default: undefined;
|
|
8981
|
+
};
|
|
8982
|
+
prefixCls: {
|
|
8983
|
+
type: StringConstructor;
|
|
8984
|
+
};
|
|
8985
|
+
role: {
|
|
8986
|
+
type: StringConstructor;
|
|
8987
|
+
};
|
|
8988
|
+
selectable: {
|
|
8989
|
+
type: BooleanConstructor;
|
|
8990
|
+
default: undefined;
|
|
8991
|
+
};
|
|
8992
|
+
}>> & Readonly<{
|
|
8993
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
8994
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
8995
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
8996
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
8997
|
+
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
8998
|
+
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
8999
|
+
}>, {
|
|
8331
9000
|
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
8332
9001
|
multiple: boolean;
|
|
8333
9002
|
theme: "light" | "dark";
|
|
@@ -8649,32 +9318,87 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8649
9318
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8650
9319
|
'visible-change': (v: boolean) => boolean;
|
|
8651
9320
|
'update:visible': (v: boolean) => boolean;
|
|
8652
|
-
}, import("vue").
|
|
8653
|
-
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
|
|
8657
|
-
|
|
8658
|
-
|
|
8659
|
-
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
|
|
8677
|
-
|
|
9321
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
9322
|
+
placement: {
|
|
9323
|
+
default: string;
|
|
9324
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9325
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
9326
|
+
};
|
|
9327
|
+
title: {
|
|
9328
|
+
type: StringConstructor;
|
|
9329
|
+
};
|
|
9330
|
+
disabled: {
|
|
9331
|
+
type: BooleanConstructor;
|
|
9332
|
+
default: boolean;
|
|
9333
|
+
};
|
|
9334
|
+
visible: {
|
|
9335
|
+
type: BooleanConstructor;
|
|
9336
|
+
default: undefined;
|
|
9337
|
+
};
|
|
9338
|
+
mouseEnterDelay: {
|
|
9339
|
+
type: NumberConstructor;
|
|
9340
|
+
default: number;
|
|
9341
|
+
};
|
|
9342
|
+
mouseLeaveDelay: {
|
|
9343
|
+
type: NumberConstructor;
|
|
9344
|
+
default: number;
|
|
9345
|
+
};
|
|
9346
|
+
dropdownStyle: {
|
|
9347
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
9348
|
+
default: () => {};
|
|
9349
|
+
};
|
|
9350
|
+
dropdownClass: {
|
|
9351
|
+
type: StringConstructor;
|
|
9352
|
+
default: string;
|
|
9353
|
+
};
|
|
9354
|
+
trigger: {
|
|
9355
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
9356
|
+
default: string;
|
|
9357
|
+
validator: (val: "click" | "hover") => boolean;
|
|
9358
|
+
};
|
|
9359
|
+
offset: {
|
|
9360
|
+
type: import("vue").PropType<number[]>;
|
|
9361
|
+
validator: (val: any[]) => boolean;
|
|
9362
|
+
default: () => number[];
|
|
9363
|
+
};
|
|
9364
|
+
destroyPopupOnHide: {
|
|
9365
|
+
type: BooleanConstructor;
|
|
9366
|
+
default: boolean;
|
|
9367
|
+
};
|
|
9368
|
+
color: {
|
|
9369
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
9370
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
9371
|
+
validator: (val: string) => boolean;
|
|
9372
|
+
};
|
|
9373
|
+
}>> & Readonly<{
|
|
9374
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
9375
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
9376
|
+
}>, {
|
|
9377
|
+
color: "primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
9378
|
+
visible: boolean;
|
|
9379
|
+
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
9380
|
+
offset: number[];
|
|
9381
|
+
trigger: "click" | "hover";
|
|
9382
|
+
mouseEnterDelay: number;
|
|
9383
|
+
mouseLeaveDelay: number;
|
|
9384
|
+
disabled: boolean;
|
|
9385
|
+
destroyPopupOnHide: boolean;
|
|
9386
|
+
dropdownClass: string;
|
|
9387
|
+
dropdownStyle: import("vue").CSSProperties;
|
|
9388
|
+
}, true, {}, {}, {
|
|
9389
|
+
Popup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9390
|
+
prefixCls: {
|
|
9391
|
+
type: StringConstructor;
|
|
9392
|
+
};
|
|
9393
|
+
getPopupContainer: {
|
|
9394
|
+
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
9395
|
+
};
|
|
9396
|
+
placement: {
|
|
9397
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9398
|
+
default: string;
|
|
9399
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
9400
|
+
};
|
|
9401
|
+
offset: {
|
|
8678
9402
|
type: import("vue").PropType<number[]>;
|
|
8679
9403
|
default: () => number[];
|
|
8680
9404
|
};
|
|
@@ -8729,7 +9453,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8729
9453
|
}>, {
|
|
8730
9454
|
reference: import("vue").Ref<any, any>;
|
|
8731
9455
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
8732
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
9456
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
8733
9457
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
8734
9458
|
onClick: (e: any) => void;
|
|
8735
9459
|
onMousedown: (e: any) => void;
|
|
@@ -9137,7 +9861,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9137
9861
|
}>, {
|
|
9138
9862
|
reference: import("vue").Ref<any, any>;
|
|
9139
9863
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
9140
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
9864
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
9141
9865
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
9142
9866
|
onClick: (e: any) => void;
|
|
9143
9867
|
onMousedown: (e: any) => void;
|
|
@@ -9395,7 +10119,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9395
10119
|
}>, {
|
|
9396
10120
|
reference: import("vue").Ref<any, any>;
|
|
9397
10121
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
9398
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
10122
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
9399
10123
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
9400
10124
|
onClick: (e: any) => void;
|
|
9401
10125
|
onMousedown: (e: any) => void;
|
|
@@ -9553,7 +10277,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9553
10277
|
handleClick: (e: any) => void;
|
|
9554
10278
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9555
10279
|
click: (ev: Event) => boolean;
|
|
9556
|
-
}, import("vue").
|
|
10280
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10281
|
+
rotate: {
|
|
10282
|
+
type: NumberConstructor;
|
|
10283
|
+
};
|
|
10284
|
+
spin: BooleanConstructor;
|
|
10285
|
+
size: {
|
|
10286
|
+
type: NumberConstructor;
|
|
10287
|
+
};
|
|
10288
|
+
color: {
|
|
10289
|
+
type: StringConstructor;
|
|
10290
|
+
default: string;
|
|
10291
|
+
};
|
|
10292
|
+
icon: {
|
|
10293
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10294
|
+
};
|
|
10295
|
+
}>> & Readonly<{
|
|
10296
|
+
onClick?: (ev: Event) => any;
|
|
10297
|
+
}>, {
|
|
9557
10298
|
color: string;
|
|
9558
10299
|
spin: boolean;
|
|
9559
10300
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -9819,7 +10560,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9819
10560
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9820
10561
|
'visible-change': (v: boolean) => boolean;
|
|
9821
10562
|
'update:visible': (v: boolean) => boolean;
|
|
9822
|
-
}, import("vue").
|
|
10563
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10564
|
+
placement: {
|
|
10565
|
+
default: string;
|
|
10566
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
10567
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
10568
|
+
};
|
|
10569
|
+
title: {
|
|
10570
|
+
type: StringConstructor;
|
|
10571
|
+
};
|
|
10572
|
+
disabled: {
|
|
10573
|
+
type: BooleanConstructor;
|
|
10574
|
+
default: boolean;
|
|
10575
|
+
};
|
|
10576
|
+
visible: {
|
|
10577
|
+
type: BooleanConstructor;
|
|
10578
|
+
default: undefined;
|
|
10579
|
+
};
|
|
10580
|
+
mouseEnterDelay: {
|
|
10581
|
+
type: NumberConstructor;
|
|
10582
|
+
default: number;
|
|
10583
|
+
};
|
|
10584
|
+
mouseLeaveDelay: {
|
|
10585
|
+
type: NumberConstructor;
|
|
10586
|
+
default: number;
|
|
10587
|
+
};
|
|
10588
|
+
dropdownStyle: {
|
|
10589
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
10590
|
+
default: () => {};
|
|
10591
|
+
};
|
|
10592
|
+
dropdownClass: {
|
|
10593
|
+
type: StringConstructor;
|
|
10594
|
+
default: string;
|
|
10595
|
+
};
|
|
10596
|
+
trigger: {
|
|
10597
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
10598
|
+
default: string;
|
|
10599
|
+
validator: (val: "click" | "hover") => boolean;
|
|
10600
|
+
};
|
|
10601
|
+
offset: {
|
|
10602
|
+
type: import("vue").PropType<number[]>;
|
|
10603
|
+
validator: (val: any[]) => boolean;
|
|
10604
|
+
default: () => number[];
|
|
10605
|
+
};
|
|
10606
|
+
destroyPopupOnHide: {
|
|
10607
|
+
type: BooleanConstructor;
|
|
10608
|
+
default: boolean;
|
|
10609
|
+
};
|
|
10610
|
+
color: {
|
|
10611
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
10612
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
10613
|
+
validator: (val: string) => boolean;
|
|
10614
|
+
};
|
|
10615
|
+
}>> & Readonly<{
|
|
10616
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
10617
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
10618
|
+
}>, {
|
|
9823
10619
|
color: "primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
9824
10620
|
visible: boolean;
|
|
9825
10621
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -9899,7 +10695,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9899
10695
|
}>, {
|
|
9900
10696
|
reference: import("vue").Ref<any, any>;
|
|
9901
10697
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
9902
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
10698
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
9903
10699
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
9904
10700
|
onClick: (e: any) => void;
|
|
9905
10701
|
onMousedown: (e: any) => void;
|
|
@@ -10307,7 +11103,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10307
11103
|
}>, {
|
|
10308
11104
|
reference: import("vue").Ref<any, any>;
|
|
10309
11105
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
10310
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
11106
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
10311
11107
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
10312
11108
|
onClick: (e: any) => void;
|
|
10313
11109
|
onMousedown: (e: any) => void;
|
|
@@ -10493,7 +11289,53 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10493
11289
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10494
11290
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
10495
11291
|
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
10496
|
-
}, import("vue").
|
|
11292
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11293
|
+
modelValue: {
|
|
11294
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
11295
|
+
default: undefined;
|
|
11296
|
+
};
|
|
11297
|
+
trueValue: {
|
|
11298
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
11299
|
+
default: boolean;
|
|
11300
|
+
};
|
|
11301
|
+
falseValue: {
|
|
11302
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
11303
|
+
default: boolean;
|
|
11304
|
+
};
|
|
11305
|
+
value: {
|
|
11306
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
11307
|
+
default: string;
|
|
11308
|
+
};
|
|
11309
|
+
disabled: {
|
|
11310
|
+
type: BooleanConstructor;
|
|
11311
|
+
default: boolean;
|
|
11312
|
+
};
|
|
11313
|
+
size: {
|
|
11314
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
11315
|
+
default: string;
|
|
11316
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
11317
|
+
};
|
|
11318
|
+
name: {
|
|
11319
|
+
type: StringConstructor;
|
|
11320
|
+
default: string;
|
|
11321
|
+
};
|
|
11322
|
+
border: {
|
|
11323
|
+
type: BooleanConstructor;
|
|
11324
|
+
default: boolean;
|
|
11325
|
+
};
|
|
11326
|
+
indeterminate: {
|
|
11327
|
+
type: BooleanConstructor;
|
|
11328
|
+
default: boolean;
|
|
11329
|
+
};
|
|
11330
|
+
color: {
|
|
11331
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
11332
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
11333
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
11334
|
+
};
|
|
11335
|
+
}>> & Readonly<{
|
|
11336
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
11337
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
11338
|
+
}>, {
|
|
10497
11339
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
10498
11340
|
name: string;
|
|
10499
11341
|
size: "default" | "small" | "large";
|
|
@@ -10543,7 +11385,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10543
11385
|
handleClick: (e: any) => void;
|
|
10544
11386
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10545
11387
|
click: (ev: Event) => boolean;
|
|
10546
|
-
}, import("vue").
|
|
11388
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11389
|
+
rotate: {
|
|
11390
|
+
type: NumberConstructor;
|
|
11391
|
+
};
|
|
11392
|
+
spin: BooleanConstructor;
|
|
11393
|
+
size: {
|
|
11394
|
+
type: NumberConstructor;
|
|
11395
|
+
};
|
|
11396
|
+
color: {
|
|
11397
|
+
type: StringConstructor;
|
|
11398
|
+
default: string;
|
|
11399
|
+
};
|
|
11400
|
+
icon: {
|
|
11401
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11402
|
+
};
|
|
11403
|
+
}>> & Readonly<{
|
|
11404
|
+
onClick?: (ev: Event) => any;
|
|
11405
|
+
}>, {
|
|
10547
11406
|
color: string;
|
|
10548
11407
|
spin: boolean;
|
|
10549
11408
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10833,7 +11692,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10833
11692
|
handleClick: (e: any) => void;
|
|
10834
11693
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10835
11694
|
click: (ev: Event) => boolean;
|
|
10836
|
-
}, import("vue").
|
|
11695
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11696
|
+
rotate: {
|
|
11697
|
+
type: NumberConstructor;
|
|
11698
|
+
};
|
|
11699
|
+
spin: BooleanConstructor;
|
|
11700
|
+
size: {
|
|
11701
|
+
type: NumberConstructor;
|
|
11702
|
+
};
|
|
11703
|
+
color: {
|
|
11704
|
+
type: StringConstructor;
|
|
11705
|
+
default: string;
|
|
11706
|
+
};
|
|
11707
|
+
icon: {
|
|
11708
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11709
|
+
};
|
|
11710
|
+
}>> & Readonly<{
|
|
11711
|
+
onClick?: (ev: Event) => any;
|
|
11712
|
+
}>, {
|
|
10837
11713
|
color: string;
|
|
10838
11714
|
spin: boolean;
|
|
10839
11715
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11079,7 +11955,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11079
11955
|
handleClick: (e: any) => void;
|
|
11080
11956
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11081
11957
|
click: (ev: Event) => boolean;
|
|
11082
|
-
}, import("vue").
|
|
11958
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11959
|
+
rotate: {
|
|
11960
|
+
type: NumberConstructor;
|
|
11961
|
+
};
|
|
11962
|
+
spin: BooleanConstructor;
|
|
11963
|
+
size: {
|
|
11964
|
+
type: NumberConstructor;
|
|
11965
|
+
};
|
|
11966
|
+
color: {
|
|
11967
|
+
type: StringConstructor;
|
|
11968
|
+
default: string;
|
|
11969
|
+
};
|
|
11970
|
+
icon: {
|
|
11971
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11972
|
+
};
|
|
11973
|
+
}>> & Readonly<{
|
|
11974
|
+
onClick?: (ev: Event) => any;
|
|
11975
|
+
}>, {
|
|
11083
11976
|
color: string;
|
|
11084
11977
|
spin: boolean;
|
|
11085
11978
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11328,14 +12221,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11328
12221
|
handleClick: (e: any) => void;
|
|
11329
12222
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11330
12223
|
click: (ev: Event) => boolean;
|
|
11331
|
-
}, import("vue").
|
|
11332
|
-
|
|
11333
|
-
|
|
11334
|
-
|
|
11335
|
-
|
|
11336
|
-
|
|
11337
|
-
|
|
11338
|
-
|
|
12224
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12225
|
+
rotate: {
|
|
12226
|
+
type: NumberConstructor;
|
|
12227
|
+
};
|
|
12228
|
+
spin: BooleanConstructor;
|
|
12229
|
+
size: {
|
|
12230
|
+
type: NumberConstructor;
|
|
12231
|
+
};
|
|
12232
|
+
color: {
|
|
12233
|
+
type: StringConstructor;
|
|
12234
|
+
default: string;
|
|
12235
|
+
};
|
|
12236
|
+
icon: {
|
|
12237
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12238
|
+
};
|
|
12239
|
+
}>> & Readonly<{
|
|
12240
|
+
onClick?: (ev: Event) => any;
|
|
12241
|
+
}>, {
|
|
12242
|
+
color: string;
|
|
12243
|
+
spin: boolean;
|
|
12244
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
12245
|
+
P: {};
|
|
12246
|
+
B: {};
|
|
12247
|
+
D: {};
|
|
12248
|
+
C: {};
|
|
11339
12249
|
M: {};
|
|
11340
12250
|
Defaults: {};
|
|
11341
12251
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11465,7 +12375,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11465
12375
|
handleClick: (e: any) => void;
|
|
11466
12376
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11467
12377
|
click: (ev: Event) => boolean;
|
|
11468
|
-
}, import("vue").
|
|
12378
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12379
|
+
rotate: {
|
|
12380
|
+
type: NumberConstructor;
|
|
12381
|
+
};
|
|
12382
|
+
spin: BooleanConstructor;
|
|
12383
|
+
size: {
|
|
12384
|
+
type: NumberConstructor;
|
|
12385
|
+
};
|
|
12386
|
+
color: {
|
|
12387
|
+
type: StringConstructor;
|
|
12388
|
+
default: string;
|
|
12389
|
+
};
|
|
12390
|
+
icon: {
|
|
12391
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12392
|
+
};
|
|
12393
|
+
}>> & Readonly<{
|
|
12394
|
+
onClick?: (ev: Event) => any;
|
|
12395
|
+
}>, {
|
|
11469
12396
|
color: string;
|
|
11470
12397
|
spin: boolean;
|
|
11471
12398
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11601,7 +12528,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11601
12528
|
handleClick: (e: any) => void;
|
|
11602
12529
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11603
12530
|
click: (ev: Event) => boolean;
|
|
11604
|
-
}, import("vue").
|
|
12531
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12532
|
+
rotate: {
|
|
12533
|
+
type: NumberConstructor;
|
|
12534
|
+
};
|
|
12535
|
+
spin: BooleanConstructor;
|
|
12536
|
+
size: {
|
|
12537
|
+
type: NumberConstructor;
|
|
12538
|
+
};
|
|
12539
|
+
color: {
|
|
12540
|
+
type: StringConstructor;
|
|
12541
|
+
default: string;
|
|
12542
|
+
};
|
|
12543
|
+
icon: {
|
|
12544
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12545
|
+
};
|
|
12546
|
+
}>> & Readonly<{
|
|
12547
|
+
onClick?: (ev: Event) => any;
|
|
12548
|
+
}>, {
|
|
11605
12549
|
color: string;
|
|
11606
12550
|
spin: boolean;
|
|
11607
12551
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -12005,7 +12949,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12005
12949
|
handleClick: (e: any) => void;
|
|
12006
12950
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12007
12951
|
click: (ev: Event) => boolean;
|
|
12008
|
-
}, import("vue").
|
|
12952
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12953
|
+
rotate: {
|
|
12954
|
+
type: NumberConstructor;
|
|
12955
|
+
};
|
|
12956
|
+
spin: BooleanConstructor;
|
|
12957
|
+
size: {
|
|
12958
|
+
type: NumberConstructor;
|
|
12959
|
+
};
|
|
12960
|
+
color: {
|
|
12961
|
+
type: StringConstructor;
|
|
12962
|
+
default: string;
|
|
12963
|
+
};
|
|
12964
|
+
icon: {
|
|
12965
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12966
|
+
};
|
|
12967
|
+
}>> & Readonly<{
|
|
12968
|
+
onClick?: (ev: Event) => any;
|
|
12969
|
+
}>, {
|
|
12009
12970
|
color: string;
|
|
12010
12971
|
spin: boolean;
|
|
12011
12972
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -12195,7 +13156,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12195
13156
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12196
13157
|
'visible-change': (v: boolean) => boolean;
|
|
12197
13158
|
'update:visible': (v: boolean) => boolean;
|
|
12198
|
-
}, import("vue").
|
|
13159
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
13160
|
+
placement: {
|
|
13161
|
+
default: string;
|
|
13162
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
13163
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
13164
|
+
};
|
|
13165
|
+
title: {
|
|
13166
|
+
type: StringConstructor;
|
|
13167
|
+
};
|
|
13168
|
+
disabled: {
|
|
13169
|
+
type: BooleanConstructor;
|
|
13170
|
+
default: boolean;
|
|
13171
|
+
};
|
|
13172
|
+
visible: {
|
|
13173
|
+
type: BooleanConstructor;
|
|
13174
|
+
default: undefined;
|
|
13175
|
+
};
|
|
13176
|
+
mouseEnterDelay: {
|
|
13177
|
+
type: NumberConstructor;
|
|
13178
|
+
default: number;
|
|
13179
|
+
};
|
|
13180
|
+
mouseLeaveDelay: {
|
|
13181
|
+
type: NumberConstructor;
|
|
13182
|
+
default: number;
|
|
13183
|
+
};
|
|
13184
|
+
dropdownStyle: {
|
|
13185
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
13186
|
+
default: () => {};
|
|
13187
|
+
};
|
|
13188
|
+
dropdownClass: {
|
|
13189
|
+
type: StringConstructor;
|
|
13190
|
+
default: string;
|
|
13191
|
+
};
|
|
13192
|
+
trigger: {
|
|
13193
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
13194
|
+
default: string;
|
|
13195
|
+
validator: (val: "click" | "hover") => boolean;
|
|
13196
|
+
};
|
|
13197
|
+
offset: {
|
|
13198
|
+
type: import("vue").PropType<number[]>;
|
|
13199
|
+
validator: (val: any[]) => boolean;
|
|
13200
|
+
default: () => number[];
|
|
13201
|
+
};
|
|
13202
|
+
destroyPopupOnHide: {
|
|
13203
|
+
type: BooleanConstructor;
|
|
13204
|
+
default: boolean;
|
|
13205
|
+
};
|
|
13206
|
+
color: {
|
|
13207
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
13208
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
13209
|
+
validator: (val: string) => boolean;
|
|
13210
|
+
};
|
|
13211
|
+
}>> & Readonly<{
|
|
13212
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
13213
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
13214
|
+
}>, {
|
|
12199
13215
|
color: "primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
12200
13216
|
visible: boolean;
|
|
12201
13217
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -12275,7 +13291,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12275
13291
|
}>, {
|
|
12276
13292
|
reference: import("vue").Ref<any, any>;
|
|
12277
13293
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
12278
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
13294
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
12279
13295
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
12280
13296
|
onClick: (e: any) => void;
|
|
12281
13297
|
onMousedown: (e: any) => void;
|
|
@@ -12683,7 +13699,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12683
13699
|
}>, {
|
|
12684
13700
|
reference: import("vue").Ref<any, any>;
|
|
12685
13701
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
12686
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
13702
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
12687
13703
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
12688
13704
|
onClick: (e: any) => void;
|
|
12689
13705
|
onMousedown: (e: any) => void;
|
|
@@ -12828,7 +13844,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12828
13844
|
};
|
|
12829
13845
|
}>> & Readonly<{}>, {
|
|
12830
13846
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12831
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
13847
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
13848
|
+
active: {
|
|
13849
|
+
type: BooleanConstructor;
|
|
13850
|
+
default: boolean;
|
|
13851
|
+
};
|
|
13852
|
+
loading: {
|
|
13853
|
+
type: BooleanConstructor;
|
|
13854
|
+
default: boolean;
|
|
13855
|
+
};
|
|
13856
|
+
avatar: {
|
|
13857
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
13858
|
+
default: boolean;
|
|
13859
|
+
};
|
|
13860
|
+
title: {
|
|
13861
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
13862
|
+
default: boolean;
|
|
13863
|
+
};
|
|
13864
|
+
paragraph: {
|
|
13865
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
13866
|
+
default: boolean;
|
|
13867
|
+
};
|
|
13868
|
+
}>> & Readonly<{}>, {
|
|
12832
13869
|
loading: boolean;
|
|
12833
13870
|
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
12834
13871
|
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
@@ -13283,7 +14320,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13283
14320
|
handleClick: (e: any) => void;
|
|
13284
14321
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13285
14322
|
click: (ev: Event) => boolean;
|
|
13286
|
-
}, import("vue").
|
|
14323
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14324
|
+
rotate: {
|
|
14325
|
+
type: NumberConstructor;
|
|
14326
|
+
};
|
|
14327
|
+
spin: BooleanConstructor;
|
|
14328
|
+
size: {
|
|
14329
|
+
type: NumberConstructor;
|
|
14330
|
+
};
|
|
14331
|
+
color: {
|
|
14332
|
+
type: StringConstructor;
|
|
14333
|
+
default: string;
|
|
14334
|
+
};
|
|
14335
|
+
icon: {
|
|
14336
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
14337
|
+
};
|
|
14338
|
+
}>> & Readonly<{
|
|
14339
|
+
onClick?: (ev: Event) => any;
|
|
14340
|
+
}>, {
|
|
13287
14341
|
color: string;
|
|
13288
14342
|
spin: boolean;
|
|
13289
14343
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -13473,7 +14527,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13473
14527
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13474
14528
|
'visible-change': (v: boolean) => boolean;
|
|
13475
14529
|
'update:visible': (v: boolean) => boolean;
|
|
13476
|
-
}, import("vue").
|
|
14530
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14531
|
+
placement: {
|
|
14532
|
+
default: string;
|
|
14533
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
14534
|
+
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
14535
|
+
};
|
|
14536
|
+
title: {
|
|
14537
|
+
type: StringConstructor;
|
|
14538
|
+
};
|
|
14539
|
+
disabled: {
|
|
14540
|
+
type: BooleanConstructor;
|
|
14541
|
+
default: boolean;
|
|
14542
|
+
};
|
|
14543
|
+
visible: {
|
|
14544
|
+
type: BooleanConstructor;
|
|
14545
|
+
default: undefined;
|
|
14546
|
+
};
|
|
14547
|
+
mouseEnterDelay: {
|
|
14548
|
+
type: NumberConstructor;
|
|
14549
|
+
default: number;
|
|
14550
|
+
};
|
|
14551
|
+
mouseLeaveDelay: {
|
|
14552
|
+
type: NumberConstructor;
|
|
14553
|
+
default: number;
|
|
14554
|
+
};
|
|
14555
|
+
dropdownStyle: {
|
|
14556
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
14557
|
+
default: () => {};
|
|
14558
|
+
};
|
|
14559
|
+
dropdownClass: {
|
|
14560
|
+
type: StringConstructor;
|
|
14561
|
+
default: string;
|
|
14562
|
+
};
|
|
14563
|
+
trigger: {
|
|
14564
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
14565
|
+
default: string;
|
|
14566
|
+
validator: (val: "click" | "hover") => boolean;
|
|
14567
|
+
};
|
|
14568
|
+
offset: {
|
|
14569
|
+
type: import("vue").PropType<number[]>;
|
|
14570
|
+
validator: (val: any[]) => boolean;
|
|
14571
|
+
default: () => number[];
|
|
14572
|
+
};
|
|
14573
|
+
destroyPopupOnHide: {
|
|
14574
|
+
type: BooleanConstructor;
|
|
14575
|
+
default: boolean;
|
|
14576
|
+
};
|
|
14577
|
+
color: {
|
|
14578
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
|
|
14579
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
14580
|
+
validator: (val: string) => boolean;
|
|
14581
|
+
};
|
|
14582
|
+
}>> & Readonly<{
|
|
14583
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
14584
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
14585
|
+
}>, {
|
|
13477
14586
|
color: "primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
13478
14587
|
visible: boolean;
|
|
13479
14588
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
@@ -13553,7 +14662,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13553
14662
|
}>, {
|
|
13554
14663
|
reference: import("vue").Ref<any, any>;
|
|
13555
14664
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
13556
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
14665
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
13557
14666
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
13558
14667
|
onClick: (e: any) => void;
|
|
13559
14668
|
onMousedown: (e: any) => void;
|
|
@@ -13961,7 +15070,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13961
15070
|
}>, {
|
|
13962
15071
|
reference: import("vue").Ref<any, any>;
|
|
13963
15072
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
13964
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
15073
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
13965
15074
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
13966
15075
|
onClick: (e: any) => void;
|
|
13967
15076
|
onMousedown: (e: any) => void;
|
|
@@ -14106,7 +15215,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14106
15215
|
};
|
|
14107
15216
|
}>> & Readonly<{}>, {
|
|
14108
15217
|
prefixCls: import("vue").ComputedRef<string>;
|
|
14109
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
15218
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15219
|
+
active: {
|
|
15220
|
+
type: BooleanConstructor;
|
|
15221
|
+
default: boolean;
|
|
15222
|
+
};
|
|
15223
|
+
loading: {
|
|
15224
|
+
type: BooleanConstructor;
|
|
15225
|
+
default: boolean;
|
|
15226
|
+
};
|
|
15227
|
+
avatar: {
|
|
15228
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
15229
|
+
default: boolean;
|
|
15230
|
+
};
|
|
15231
|
+
title: {
|
|
15232
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
15233
|
+
default: boolean;
|
|
15234
|
+
};
|
|
15235
|
+
paragraph: {
|
|
15236
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
15237
|
+
default: boolean;
|
|
15238
|
+
};
|
|
15239
|
+
}>> & Readonly<{}>, {
|
|
14110
15240
|
loading: boolean;
|
|
14111
15241
|
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
14112
15242
|
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
@@ -14362,7 +15492,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14362
15492
|
}>> & Readonly<{}>, {
|
|
14363
15493
|
prefixCls: import("vue").ComputedRef<string>;
|
|
14364
15494
|
animationState: import("vue").Ref<string, string>;
|
|
14365
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
15495
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15496
|
+
loading: {
|
|
15497
|
+
type: BooleanConstructor;
|
|
15498
|
+
default: boolean;
|
|
15499
|
+
};
|
|
15500
|
+
size: {
|
|
15501
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
15502
|
+
default: string;
|
|
15503
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
15504
|
+
};
|
|
15505
|
+
tip: {
|
|
15506
|
+
type: StringConstructor;
|
|
15507
|
+
};
|
|
15508
|
+
fix: {
|
|
15509
|
+
type: BooleanConstructor;
|
|
15510
|
+
default: boolean;
|
|
15511
|
+
};
|
|
15512
|
+
animation: {
|
|
15513
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Spin").SpinAnimation>;
|
|
15514
|
+
default: string;
|
|
15515
|
+
validator: (val: "square" | "round") => boolean;
|
|
15516
|
+
};
|
|
15517
|
+
}>> & Readonly<{}>, {
|
|
14366
15518
|
loading: boolean;
|
|
14367
15519
|
size: "default" | "small" | "large";
|
|
14368
15520
|
fix: boolean;
|
|
@@ -14543,7 +15695,85 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14543
15695
|
'update:pageSize': (size: number) => boolean;
|
|
14544
15696
|
change: (page: number, size: number) => boolean;
|
|
14545
15697
|
'page-size-change': (size: number, page: number) => boolean;
|
|
14546
|
-
}, import("vue").
|
|
15698
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15699
|
+
current: {
|
|
15700
|
+
type: NumberConstructor;
|
|
15701
|
+
default: number;
|
|
15702
|
+
};
|
|
15703
|
+
total: {
|
|
15704
|
+
type: NumberConstructor;
|
|
15705
|
+
default: number;
|
|
15706
|
+
};
|
|
15707
|
+
pageSize: {
|
|
15708
|
+
type: NumberConstructor;
|
|
15709
|
+
default: number;
|
|
15710
|
+
};
|
|
15711
|
+
pageSizeOptions: {
|
|
15712
|
+
type: import("vue").PropType<number[]>;
|
|
15713
|
+
default(): number[];
|
|
15714
|
+
};
|
|
15715
|
+
size: {
|
|
15716
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Pagination").PaginationSize>;
|
|
15717
|
+
validator: (val: "default" | "small") => boolean;
|
|
15718
|
+
default: string;
|
|
15719
|
+
};
|
|
15720
|
+
variant: {
|
|
15721
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Pagination").PaginationVariant>;
|
|
15722
|
+
validator: (val: "surface" | "soft" | "simple") => boolean;
|
|
15723
|
+
default: string;
|
|
15724
|
+
};
|
|
15725
|
+
simple: {
|
|
15726
|
+
type: BooleanConstructor;
|
|
15727
|
+
default: boolean;
|
|
15728
|
+
};
|
|
15729
|
+
showTotal: {
|
|
15730
|
+
type: BooleanConstructor;
|
|
15731
|
+
default: boolean;
|
|
15732
|
+
};
|
|
15733
|
+
showElevator: {
|
|
15734
|
+
type: BooleanConstructor;
|
|
15735
|
+
default: boolean;
|
|
15736
|
+
};
|
|
15737
|
+
showSizer: {
|
|
15738
|
+
type: BooleanConstructor;
|
|
15739
|
+
default: boolean;
|
|
15740
|
+
};
|
|
15741
|
+
disabled: {
|
|
15742
|
+
type: BooleanConstructor;
|
|
15743
|
+
default: boolean;
|
|
15744
|
+
};
|
|
15745
|
+
locale: {
|
|
15746
|
+
type: import("vue").PropType<import("../locale/default").PaginationLocal>;
|
|
15747
|
+
};
|
|
15748
|
+
pageBufferSize: {
|
|
15749
|
+
type: NumberConstructor;
|
|
15750
|
+
default: number;
|
|
15751
|
+
};
|
|
15752
|
+
showFirstPager: {
|
|
15753
|
+
type: BooleanConstructor;
|
|
15754
|
+
default: boolean;
|
|
15755
|
+
};
|
|
15756
|
+
showLastPager: {
|
|
15757
|
+
type: BooleanConstructor;
|
|
15758
|
+
default: boolean;
|
|
15759
|
+
};
|
|
15760
|
+
beforeChange: {
|
|
15761
|
+
type: import("vue").PropType<(page: number) => boolean>;
|
|
15762
|
+
};
|
|
15763
|
+
align: {
|
|
15764
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
|
15765
|
+
default: string;
|
|
15766
|
+
};
|
|
15767
|
+
selectDropdownWidth: {
|
|
15768
|
+
type: NumberConstructor;
|
|
15769
|
+
default: number;
|
|
15770
|
+
};
|
|
15771
|
+
}>> & Readonly<{
|
|
15772
|
+
onChange?: (page: number, size: number) => any;
|
|
15773
|
+
"onUpdate:current"?: (page: number) => any;
|
|
15774
|
+
"onUpdate:pageSize"?: (size: number) => any;
|
|
15775
|
+
"onPage-size-change"?: (size: number, page: number) => any;
|
|
15776
|
+
}>, {
|
|
14547
15777
|
size: "default" | "small";
|
|
14548
15778
|
disabled: boolean;
|
|
14549
15779
|
variant: "surface" | "soft" | "simple";
|
|
@@ -14666,7 +15896,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14666
15896
|
handleClick: (e: any) => void;
|
|
14667
15897
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14668
15898
|
click: (ev: Event) => boolean;
|
|
14669
|
-
}, import("vue").
|
|
15899
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15900
|
+
rotate: {
|
|
15901
|
+
type: NumberConstructor;
|
|
15902
|
+
};
|
|
15903
|
+
spin: BooleanConstructor;
|
|
15904
|
+
size: {
|
|
15905
|
+
type: NumberConstructor;
|
|
15906
|
+
};
|
|
15907
|
+
color: {
|
|
15908
|
+
type: StringConstructor;
|
|
15909
|
+
default: string;
|
|
15910
|
+
};
|
|
15911
|
+
icon: {
|
|
15912
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
15913
|
+
};
|
|
15914
|
+
}>> & Readonly<{
|
|
15915
|
+
onClick?: (ev: Event) => any;
|
|
15916
|
+
}>, {
|
|
14670
15917
|
color: string;
|
|
14671
15918
|
spin: boolean;
|
|
14672
15919
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -14909,7 +16156,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14909
16156
|
handleClick: (e: any) => void;
|
|
14910
16157
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14911
16158
|
click: (ev: Event) => boolean;
|
|
14912
|
-
}, import("vue").
|
|
16159
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
16160
|
+
rotate: {
|
|
16161
|
+
type: NumberConstructor;
|
|
16162
|
+
};
|
|
16163
|
+
spin: BooleanConstructor;
|
|
16164
|
+
size: {
|
|
16165
|
+
type: NumberConstructor;
|
|
16166
|
+
};
|
|
16167
|
+
color: {
|
|
16168
|
+
type: StringConstructor;
|
|
16169
|
+
default: string;
|
|
16170
|
+
};
|
|
16171
|
+
icon: {
|
|
16172
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
16173
|
+
};
|
|
16174
|
+
}>> & Readonly<{
|
|
16175
|
+
onClick?: (ev: Event) => any;
|
|
16176
|
+
}>, {
|
|
14913
16177
|
color: string;
|
|
14914
16178
|
spin: boolean;
|
|
14915
16179
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -15356,7 +16620,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15356
16620
|
handleClick: (e: any) => void;
|
|
15357
16621
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15358
16622
|
click: (ev: Event) => boolean;
|
|
15359
|
-
}, import("vue").
|
|
16623
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
16624
|
+
rotate: {
|
|
16625
|
+
type: NumberConstructor;
|
|
16626
|
+
};
|
|
16627
|
+
spin: BooleanConstructor;
|
|
16628
|
+
size: {
|
|
16629
|
+
type: NumberConstructor;
|
|
16630
|
+
};
|
|
16631
|
+
color: {
|
|
16632
|
+
type: StringConstructor;
|
|
16633
|
+
default: string;
|
|
16634
|
+
};
|
|
16635
|
+
icon: {
|
|
16636
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
16637
|
+
};
|
|
16638
|
+
}>> & Readonly<{
|
|
16639
|
+
onClick?: (ev: Event) => any;
|
|
16640
|
+
}>, {
|
|
15360
16641
|
color: string;
|
|
15361
16642
|
spin: boolean;
|
|
15362
16643
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -15599,7 +16880,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15599
16880
|
handleClick: (e: any) => void;
|
|
15600
16881
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15601
16882
|
click: (ev: Event) => boolean;
|
|
15602
|
-
}, import("vue").
|
|
16883
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
16884
|
+
rotate: {
|
|
16885
|
+
type: NumberConstructor;
|
|
16886
|
+
};
|
|
16887
|
+
spin: BooleanConstructor;
|
|
16888
|
+
size: {
|
|
16889
|
+
type: NumberConstructor;
|
|
16890
|
+
};
|
|
16891
|
+
color: {
|
|
16892
|
+
type: StringConstructor;
|
|
16893
|
+
default: string;
|
|
16894
|
+
};
|
|
16895
|
+
icon: {
|
|
16896
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
16897
|
+
};
|
|
16898
|
+
}>> & Readonly<{
|
|
16899
|
+
onClick?: (ev: Event) => any;
|
|
16900
|
+
}>, {
|
|
15603
16901
|
color: string;
|
|
15604
16902
|
spin: boolean;
|
|
15605
16903
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|