@koi-design/uxd-ui 14.0.45 → 14.0.47
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 +68 -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 +548 -820
- package/es/components/AutoComplete/index.d.ts +1408 -2167
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.vue.d.ts +20 -3
- package/es/components/Avatar/index.d.ts +63 -9
- 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 +251 -5
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +251 -5
- package/es/components/Calendar/index.d.ts +543 -11
- 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 +63 -9
- package/es/components/Card/index.d.ts +128 -12
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.vue.d.ts +19 -2
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +93 -6
- 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 +106 -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 +393 -40
- package/es/components/ColorPicker/index.d.ts +958 -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 +14 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.vue.d.ts +445 -22
- 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 +309 -10
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- 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/DatePickerInput.vue.d.ts +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 +1101 -140
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/index.d.ts +21 -1
- package/es/components/Drawer/index.d.ts +83 -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/ColorfullEmpty.mjs +1 -1
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/RangeSeparator.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 +19 -2
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +19 -2
- package/es/components/Image/index.d.ts +89 -7
- 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 +183 -21
- package/es/components/InputNumber/InputNumber.d.ts +188 -2
- package/es/components/InputNumber/index.d.ts +716 -64
- 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 +56 -249
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +63 -9
- package/es/components/List/index.d.ts +247 -532
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/Mask/index.d.ts +31 -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 +125 -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 +337 -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 +86 -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 +188 -13
- package/es/components/PopConfirm/index.d.ts +433 -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 +67 -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 +111 -5
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/index.d.ts +38 -1
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.vue.d.ts +77 -5
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +19 -2
- package/es/components/Rate/index.d.ts +198 -11
- 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 +52 -249
- package/es/components/Select/RefSelect.mjs +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +180 -259
- 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 +85 -4
- package/es/components/Select/Selection/MultipleOverFlow.mjs +1 -1
- package/es/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -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 +213 -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 +59 -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 +68 -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 +581 -32
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +581 -32
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +581 -32
- package/es/components/Table/Table.mjs +16 -2
- package/es/components/Table/Table.mjs.map +1 -1
- package/es/components/Table/Table.type.d.ts +5 -0
- package/es/components/Table/Table.type.mjs +4 -0
- package/es/components/Table/Table.type.mjs.map +1 -1
- package/es/components/Table/Table.vue.d.ts +1406 -131
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +1170 -72
- package/es/components/Table/hooks/useDraggable.mjs +86 -25
- package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
- package/es/components/Table/hooks/useTableResize.d.ts +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 +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
- 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 +99 -5
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +198 -10
- package/es/components/Table/tableUnits/TableCell.mjs +5 -4
- package/es/components/Table/tableUnits/TableCell.mjs.map +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +99 -5
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +99 -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 +63 -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 +88 -10
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +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 +304 -21
- 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 +1472 -154
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +395 -31
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/es/components/Transfer/index.d.ts +4161 -591
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +124 -6
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.vue.d.ts +124 -6
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +124 -6
- package/es/components/Tree/index.d.ts +334 -13
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/es/components/TreeSelect/index.d.ts +816 -33
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +129 -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 +94 -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 +8 -83
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +34 -248
- 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 +68 -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 +548 -820
- package/lib/components/AutoComplete/index.d.ts +1408 -2167
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.vue.d.ts +20 -3
- package/lib/components/Avatar/index.d.ts +63 -9
- 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 +251 -5
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +251 -5
- package/lib/components/Calendar/index.d.ts +543 -11
- 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 +63 -9
- package/lib/components/Card/index.d.ts +128 -12
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -2
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +93 -6
- 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 +106 -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 +393 -40
- package/lib/components/ColorPicker/index.d.ts +958 -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 +14 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.vue.d.ts +445 -22
- 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 +309 -10
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- 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/DatePickerInput.vue.d.ts +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 +1101 -140
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/index.d.ts +21 -1
- package/lib/components/Drawer/index.d.ts +83 -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/ColorfullEmpty.js +1 -1
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/RangeSeparator.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 +19 -2
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +19 -2
- package/lib/components/Image/index.d.ts +89 -7
- 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 +183 -21
- package/lib/components/InputNumber/InputNumber.d.ts +188 -2
- package/lib/components/InputNumber/index.d.ts +716 -64
- 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 +56 -249
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +63 -9
- package/lib/components/List/index.d.ts +247 -532
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/Mask/index.d.ts +31 -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 +125 -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 +337 -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 +86 -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 +188 -13
- package/lib/components/PopConfirm/index.d.ts +433 -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 +67 -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 +111 -5
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/index.d.ts +38 -1
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +77 -5
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +19 -2
- package/lib/components/Rate/index.d.ts +198 -11
- 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 +52 -249
- package/lib/components/Select/RefSelect.js +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +180 -259
- 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 +85 -4
- package/lib/components/Select/Selection/MultipleOverFlow.js +1 -1
- package/lib/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -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 +213 -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 +59 -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 +68 -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 +581 -32
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +581 -32
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +581 -32
- package/lib/components/Table/Table.js +16 -2
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/Table/Table.type.d.ts +5 -0
- package/lib/components/Table/Table.type.js +4 -0
- package/lib/components/Table/Table.type.js.map +1 -1
- package/lib/components/Table/Table.vue.d.ts +1406 -131
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +1170 -72
- package/lib/components/Table/hooks/useDraggable.js +85 -24
- package/lib/components/Table/hooks/useDraggable.js.map +1 -1
- package/lib/components/Table/hooks/useTableResize.d.ts +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 +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
- 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 +99 -5
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +198 -10
- package/lib/components/Table/tableUnits/TableCell.js +5 -4
- package/lib/components/Table/tableUnits/TableCell.js.map +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +99 -5
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
- package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +99 -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 +63 -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 +88 -10
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +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 +304 -21
- 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 +1472 -154
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +395 -31
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/lib/components/Transfer/index.d.ts +4161 -591
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +124 -6
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.vue.d.ts +124 -6
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +124 -6
- package/lib/components/Tree/index.d.ts +334 -13
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/lib/components/TreeSelect/index.d.ts +816 -33
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +129 -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 +94 -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 +8 -83
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +34 -248
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/package.json +1 -1
- package/styles/components/modal/index.css +1 -1
- package/styles/index.css +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 +68 -3
- package/types/components/Anchor/index.d.ts +47 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
- package/types/components/AutoComplete/index.d.ts +1408 -2167
- package/types/components/Avatar/Avatar.vue.d.ts +20 -3
- package/types/components/Avatar/index.d.ts +63 -9
- 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 +251 -5
- package/types/components/Calendar/Header.vue.d.ts +251 -5
- package/types/components/Calendar/index.d.ts +543 -11
- package/types/components/Card/Card.d.ts +18 -1
- package/types/components/Card/CardMeta.vue.d.ts +63 -9
- package/types/components/Card/index.d.ts +128 -12
- package/types/components/Carousel/Carousel.vue.d.ts +19 -2
- package/types/components/Carousel/index.d.ts +93 -6
- 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 +106 -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 +393 -40
- package/types/components/ColorPicker/index.d.ts +958 -130
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +14 -1
- package/types/components/DatePicker/DatePicker.vue.d.ts +445 -22
- 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 +309 -10
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- 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/DatePickerInput.vue.d.ts +1 -1
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/types/components/DatePicker/index.d.ts +1101 -140
- package/types/components/Divider/index.d.ts +21 -1
- package/types/components/Drawer/index.d.ts +83 -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 +19 -2
- package/types/components/Image/ImgViewer.vue.d.ts +19 -2
- package/types/components/Image/index.d.ts +89 -7
- 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 +183 -21
- package/types/components/InputNumber/InputNumber.d.ts +188 -2
- package/types/components/InputNumber/index.d.ts +716 -64
- 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 +56 -249
- package/types/components/List/ListItemMeta.vue.d.ts +63 -9
- package/types/components/List/index.d.ts +247 -532
- package/types/components/Mask/index.d.ts +31 -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 +125 -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 +337 -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 +86 -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 +188 -13
- package/types/components/PopConfirm/index.d.ts +433 -27
- package/types/components/Popover/Popover.vue.d.ts +1 -1
- package/types/components/Popover/index.d.ts +67 -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 +111 -5
- package/types/components/Radio/index.d.ts +38 -1
- package/types/components/Rate/Rate.vue.d.ts +77 -5
- package/types/components/Rate/Star.vue.d.ts +19 -2
- package/types/components/Rate/index.d.ts +198 -11
- 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 +52 -249
- package/types/components/Select/RefSelect.vue.d.ts +180 -259
- package/types/components/Select/Selection/Multiple.vue.d.ts +85 -4
- package/types/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
- package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/types/components/Select/index.d.ts +213 -4
- package/types/components/Skeleton/index.d.ts +22 -1
- package/types/components/Slider/index.d.ts +59 -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 +68 -2
- package/types/components/Switch/index.d.ts +58 -1
- package/types/components/Table/BaseTable.vue.d.ts +581 -32
- package/types/components/Table/BodyTable.vue.d.ts +581 -32
- package/types/components/Table/HeadTable.vue.d.ts +581 -32
- package/types/components/Table/Table.type.d.ts +5 -0
- package/types/components/Table/Table.vue.d.ts +1406 -131
- package/types/components/Table/TableBox.vue.d.ts +1170 -72
- package/types/components/Table/hooks/useTableResize.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +99 -5
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +198 -10
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +99 -5
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +99 -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 +63 -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 +88 -10
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/types/components/TimePicker/index.d.ts +304 -21
- 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 +1472 -154
- package/types/components/Transfer/TransferList.vue.d.ts +395 -31
- package/types/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/types/components/Transfer/index.d.ts +4161 -591
- package/types/components/Tree/SubTree.vue.d.ts +124 -6
- package/types/components/Tree/Tree.vue.d.ts +124 -6
- package/types/components/Tree/TreeNode.vue.d.ts +124 -6
- package/types/components/Tree/index.d.ts +334 -13
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/types/components/TreeSelect/index.d.ts +816 -33
- package/types/components/Upload/UploadList.vue.d.ts +129 -6
- package/types/components/Upload/Uploader.vue.d.ts +1 -1
- package/types/components/Upload/index.d.ts +94 -4
- package/types/components/VirtualList/VirtualList.vue.d.ts +8 -83
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +34 -248
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +7 -7
- package/uxd-ui.esm.mjs +131 -32
- package/uxd-ui.umd.js +131 -32
- package/uxd-ui.umd.min.js +7 -7
|
@@ -118,6 +118,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
118
118
|
type: NumberConstructor;
|
|
119
119
|
default: number;
|
|
120
120
|
};
|
|
121
|
+
cellEmptyText: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
121
125
|
}>, {
|
|
122
126
|
prefixCls: import("vue").ComputedRef<string>;
|
|
123
127
|
saveRef: SaveRef;
|
|
@@ -300,6 +304,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
300
304
|
type: NumberConstructor;
|
|
301
305
|
default: number;
|
|
302
306
|
};
|
|
307
|
+
cellEmptyText: {
|
|
308
|
+
type: StringConstructor;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
303
311
|
}>> & Readonly<{
|
|
304
312
|
onChange?: (pagination: import("@koi-design/uxd-ui/es/components/Pagination").PaginationProps, sort: {
|
|
305
313
|
column: TableColumn | null;
|
|
@@ -318,8 +326,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
318
326
|
loading: boolean;
|
|
319
327
|
radius: boolean;
|
|
320
328
|
size: "default" | "small" | "large";
|
|
321
|
-
data: Record<string, any>[];
|
|
322
329
|
variant: "surface" | "border" | "ghost";
|
|
330
|
+
data: Record<string, any>[];
|
|
323
331
|
border: boolean;
|
|
324
332
|
columns: TableColumn[];
|
|
325
333
|
showHeader: boolean;
|
|
@@ -336,6 +344,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
336
344
|
headerSticky: number;
|
|
337
345
|
loadingType: "spinner" | "skeleton";
|
|
338
346
|
skeletonRows: number;
|
|
347
|
+
cellEmptyText: string;
|
|
339
348
|
}, {}, {
|
|
340
349
|
TableBox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
341
350
|
columns: {
|
|
@@ -645,7 +654,59 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
645
654
|
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
646
655
|
'visible-change': (v: boolean) => boolean;
|
|
647
656
|
'update:visible': (v: boolean) => boolean;
|
|
648
|
-
}, import("vue").
|
|
657
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
658
|
+
placement: {
|
|
659
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
660
|
+
default: string;
|
|
661
|
+
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;
|
|
662
|
+
};
|
|
663
|
+
trigger: {
|
|
664
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
665
|
+
default: string;
|
|
666
|
+
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
667
|
+
};
|
|
668
|
+
visible: {
|
|
669
|
+
type: BooleanConstructor;
|
|
670
|
+
default: undefined;
|
|
671
|
+
};
|
|
672
|
+
disabled: {
|
|
673
|
+
type: BooleanConstructor;
|
|
674
|
+
default: boolean;
|
|
675
|
+
};
|
|
676
|
+
dropdownClassName: {
|
|
677
|
+
type: StringConstructor;
|
|
678
|
+
};
|
|
679
|
+
dropdownStyle: {
|
|
680
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
681
|
+
default: () => {};
|
|
682
|
+
};
|
|
683
|
+
offset: {
|
|
684
|
+
type: import("vue").PropType<number[]>;
|
|
685
|
+
validator: (val: any[]) => boolean;
|
|
686
|
+
};
|
|
687
|
+
mouseEnterDelay: {
|
|
688
|
+
type: NumberConstructor;
|
|
689
|
+
default: number;
|
|
690
|
+
};
|
|
691
|
+
mouseLeaveDelay: {
|
|
692
|
+
type: NumberConstructor;
|
|
693
|
+
default: number;
|
|
694
|
+
};
|
|
695
|
+
destroyPopupOnHide: {
|
|
696
|
+
type: BooleanConstructor;
|
|
697
|
+
default: boolean;
|
|
698
|
+
};
|
|
699
|
+
getPopupContainer: {
|
|
700
|
+
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
701
|
+
};
|
|
702
|
+
modifiers: {
|
|
703
|
+
type: import("vue").PropType<any[]>;
|
|
704
|
+
};
|
|
705
|
+
}>> & Readonly<{
|
|
706
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
707
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
708
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
709
|
+
}>, {
|
|
649
710
|
visible: boolean;
|
|
650
711
|
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";
|
|
651
712
|
trigger: "click" | "hover" | "contextmenu";
|
|
@@ -722,7 +783,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
722
783
|
}>, {
|
|
723
784
|
reference: import("vue").Ref<any, any>;
|
|
724
785
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
725
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
786
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
726
787
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
727
788
|
onClick: (e: any) => void;
|
|
728
789
|
onMousedown: (e: any) => void;
|
|
@@ -1057,7 +1118,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1057
1118
|
}>, {
|
|
1058
1119
|
reference: import("vue").Ref<any, any>;
|
|
1059
1120
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
1060
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
1121
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
1061
1122
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
1062
1123
|
onClick: (e: any) => void;
|
|
1063
1124
|
onMousedown: (e: any) => void;
|
|
@@ -1236,7 +1297,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1236
1297
|
variant: {
|
|
1237
1298
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1238
1299
|
default: string;
|
|
1239
|
-
validator: (val: "
|
|
1300
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
1240
1301
|
};
|
|
1241
1302
|
color: {
|
|
1242
1303
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
@@ -1266,7 +1327,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1266
1327
|
variant: {
|
|
1267
1328
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1268
1329
|
default: string;
|
|
1269
|
-
validator: (val: "
|
|
1330
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
1270
1331
|
};
|
|
1271
1332
|
color: {
|
|
1272
1333
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
@@ -1276,7 +1337,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1276
1337
|
}>> & Readonly<{}>, {
|
|
1277
1338
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1278
1339
|
type: import("../Dropdown/DropdownTrigger").DropdownTriggerType;
|
|
1279
|
-
variant: "
|
|
1340
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
1280
1341
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
1281
1342
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1282
1343
|
});
|
|
@@ -1349,7 +1410,54 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1349
1410
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
1350
1411
|
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
1351
1412
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
1352
|
-
}, import("vue").
|
|
1413
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1414
|
+
mode: {
|
|
1415
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
1416
|
+
default: string;
|
|
1417
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
1418
|
+
};
|
|
1419
|
+
selectedKeys: {
|
|
1420
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
1421
|
+
validator: (val: any[]) => boolean;
|
|
1422
|
+
};
|
|
1423
|
+
multiple: {
|
|
1424
|
+
type: BooleanConstructor;
|
|
1425
|
+
default: boolean;
|
|
1426
|
+
};
|
|
1427
|
+
openKeys: {
|
|
1428
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
1429
|
+
default: () => string[];
|
|
1430
|
+
};
|
|
1431
|
+
subMenuOpenDelay: {
|
|
1432
|
+
type: NumberConstructor;
|
|
1433
|
+
default: number;
|
|
1434
|
+
};
|
|
1435
|
+
subMenuCloseDelay: {
|
|
1436
|
+
type: NumberConstructor;
|
|
1437
|
+
default: number;
|
|
1438
|
+
};
|
|
1439
|
+
inlineCollapsed: {
|
|
1440
|
+
type: BooleanConstructor;
|
|
1441
|
+
default: undefined;
|
|
1442
|
+
};
|
|
1443
|
+
prefixCls: {
|
|
1444
|
+
type: StringConstructor;
|
|
1445
|
+
};
|
|
1446
|
+
role: {
|
|
1447
|
+
type: StringConstructor;
|
|
1448
|
+
};
|
|
1449
|
+
selectable: {
|
|
1450
|
+
type: BooleanConstructor;
|
|
1451
|
+
default: undefined;
|
|
1452
|
+
};
|
|
1453
|
+
}>> & Readonly<{
|
|
1454
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
1455
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1456
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
1457
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
1458
|
+
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
1459
|
+
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
1460
|
+
}>, {
|
|
1353
1461
|
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
1354
1462
|
multiple: boolean;
|
|
1355
1463
|
openKeys: (string | number)[];
|
|
@@ -1658,7 +1766,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1658
1766
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1659
1767
|
'visible-change': (v: boolean) => boolean;
|
|
1660
1768
|
'update:visible': (v: boolean) => boolean;
|
|
1661
|
-
}, import("vue").
|
|
1769
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1770
|
+
placement: {
|
|
1771
|
+
default: string;
|
|
1772
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1773
|
+
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;
|
|
1774
|
+
};
|
|
1775
|
+
title: {
|
|
1776
|
+
type: StringConstructor;
|
|
1777
|
+
};
|
|
1778
|
+
disabled: {
|
|
1779
|
+
type: BooleanConstructor;
|
|
1780
|
+
default: boolean;
|
|
1781
|
+
};
|
|
1782
|
+
visible: {
|
|
1783
|
+
type: BooleanConstructor;
|
|
1784
|
+
default: undefined;
|
|
1785
|
+
};
|
|
1786
|
+
mouseEnterDelay: {
|
|
1787
|
+
type: NumberConstructor;
|
|
1788
|
+
default: number;
|
|
1789
|
+
};
|
|
1790
|
+
mouseLeaveDelay: {
|
|
1791
|
+
type: NumberConstructor;
|
|
1792
|
+
default: number;
|
|
1793
|
+
};
|
|
1794
|
+
dropdownStyle: {
|
|
1795
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1796
|
+
default: () => {};
|
|
1797
|
+
};
|
|
1798
|
+
dropdownClass: {
|
|
1799
|
+
type: StringConstructor;
|
|
1800
|
+
default: string;
|
|
1801
|
+
};
|
|
1802
|
+
trigger: {
|
|
1803
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
1804
|
+
default: string;
|
|
1805
|
+
validator: (val: "click" | "hover") => boolean;
|
|
1806
|
+
};
|
|
1807
|
+
offset: {
|
|
1808
|
+
type: import("vue").PropType<number[]>;
|
|
1809
|
+
validator: (val: any[]) => boolean;
|
|
1810
|
+
default: () => number[];
|
|
1811
|
+
};
|
|
1812
|
+
destroyPopupOnHide: {
|
|
1813
|
+
type: BooleanConstructor;
|
|
1814
|
+
default: boolean;
|
|
1815
|
+
};
|
|
1816
|
+
color: {
|
|
1817
|
+
type: import("vue").PropType<"red" | "light" | undefined>;
|
|
1818
|
+
default: undefined | "red" | "light";
|
|
1819
|
+
validator: (val: string) => boolean;
|
|
1820
|
+
};
|
|
1821
|
+
}>> & Readonly<{
|
|
1822
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
1823
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
1824
|
+
}>, {
|
|
1662
1825
|
color: "light" | "red";
|
|
1663
1826
|
offset: number[];
|
|
1664
1827
|
visible: boolean;
|
|
@@ -1738,7 +1901,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1738
1901
|
}>, {
|
|
1739
1902
|
reference: import("vue").Ref<any, any>;
|
|
1740
1903
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
1741
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
1904
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
1742
1905
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
1743
1906
|
onClick: (e: any) => void;
|
|
1744
1907
|
onMousedown: (e: any) => void;
|
|
@@ -2146,7 +2309,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2146
2309
|
}>, {
|
|
2147
2310
|
reference: import("vue").Ref<any, any>;
|
|
2148
2311
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
2149
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
2312
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
2150
2313
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
2151
2314
|
onClick: (e: any) => void;
|
|
2152
2315
|
onMousedown: (e: any) => void;
|
|
@@ -2403,7 +2566,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2403
2566
|
}>, {
|
|
2404
2567
|
reference: import("vue").Ref<any, any>;
|
|
2405
2568
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
2406
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
2569
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
2407
2570
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
2408
2571
|
onClick: (e: any) => void;
|
|
2409
2572
|
onMousedown: (e: any) => void;
|
|
@@ -2561,7 +2724,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2561
2724
|
handleClick: (e: any) => void;
|
|
2562
2725
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2563
2726
|
click: (ev: Event) => boolean;
|
|
2564
|
-
}, import("vue").
|
|
2727
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2728
|
+
rotate: {
|
|
2729
|
+
type: NumberConstructor;
|
|
2730
|
+
};
|
|
2731
|
+
spin: BooleanConstructor;
|
|
2732
|
+
size: {
|
|
2733
|
+
type: NumberConstructor;
|
|
2734
|
+
};
|
|
2735
|
+
color: {
|
|
2736
|
+
type: StringConstructor;
|
|
2737
|
+
default: string;
|
|
2738
|
+
};
|
|
2739
|
+
icon: {
|
|
2740
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2741
|
+
};
|
|
2742
|
+
}>> & Readonly<{
|
|
2743
|
+
onClick?: (ev: Event) => any;
|
|
2744
|
+
}>, {
|
|
2565
2745
|
color: string;
|
|
2566
2746
|
spin: boolean;
|
|
2567
2747
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2814,7 +2994,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2814
2994
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2815
2995
|
'visible-change': (v: boolean) => boolean;
|
|
2816
2996
|
'update:visible': (v: boolean) => boolean;
|
|
2817
|
-
}, import("vue").
|
|
2997
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2998
|
+
placement: {
|
|
2999
|
+
default: string;
|
|
3000
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
3001
|
+
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;
|
|
3002
|
+
};
|
|
3003
|
+
title: {
|
|
3004
|
+
type: StringConstructor;
|
|
3005
|
+
};
|
|
3006
|
+
disabled: {
|
|
3007
|
+
type: BooleanConstructor;
|
|
3008
|
+
default: boolean;
|
|
3009
|
+
};
|
|
3010
|
+
visible: {
|
|
3011
|
+
type: BooleanConstructor;
|
|
3012
|
+
default: undefined;
|
|
3013
|
+
};
|
|
3014
|
+
mouseEnterDelay: {
|
|
3015
|
+
type: NumberConstructor;
|
|
3016
|
+
default: number;
|
|
3017
|
+
};
|
|
3018
|
+
mouseLeaveDelay: {
|
|
3019
|
+
type: NumberConstructor;
|
|
3020
|
+
default: number;
|
|
3021
|
+
};
|
|
3022
|
+
dropdownStyle: {
|
|
3023
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3024
|
+
default: () => {};
|
|
3025
|
+
};
|
|
3026
|
+
dropdownClass: {
|
|
3027
|
+
type: StringConstructor;
|
|
3028
|
+
default: string;
|
|
3029
|
+
};
|
|
3030
|
+
trigger: {
|
|
3031
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
3032
|
+
default: string;
|
|
3033
|
+
validator: (val: "click" | "hover") => boolean;
|
|
3034
|
+
};
|
|
3035
|
+
offset: {
|
|
3036
|
+
type: import("vue").PropType<number[]>;
|
|
3037
|
+
validator: (val: any[]) => boolean;
|
|
3038
|
+
default: () => number[];
|
|
3039
|
+
};
|
|
3040
|
+
destroyPopupOnHide: {
|
|
3041
|
+
type: BooleanConstructor;
|
|
3042
|
+
default: boolean;
|
|
3043
|
+
};
|
|
3044
|
+
color: {
|
|
3045
|
+
type: import("vue").PropType<"red" | "light" | undefined>;
|
|
3046
|
+
default: undefined | "red" | "light";
|
|
3047
|
+
validator: (val: string) => boolean;
|
|
3048
|
+
};
|
|
3049
|
+
}>> & Readonly<{
|
|
3050
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
3051
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
3052
|
+
}>, {
|
|
2818
3053
|
color: "light" | "red";
|
|
2819
3054
|
offset: number[];
|
|
2820
3055
|
visible: boolean;
|
|
@@ -2894,7 +3129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2894
3129
|
}>, {
|
|
2895
3130
|
reference: import("vue").Ref<any, any>;
|
|
2896
3131
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
2897
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
3132
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
2898
3133
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
2899
3134
|
onClick: (e: any) => void;
|
|
2900
3135
|
onMousedown: (e: any) => void;
|
|
@@ -3302,7 +3537,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3302
3537
|
}>, {
|
|
3303
3538
|
reference: import("vue").Ref<any, any>;
|
|
3304
3539
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
3305
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
3540
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
3306
3541
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
3307
3542
|
onClick: (e: any) => void;
|
|
3308
3543
|
onMousedown: (e: any) => void;
|
|
@@ -3474,29 +3709,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3474
3709
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
3475
3710
|
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
3476
3711
|
click: (ev: Event) => boolean;
|
|
3477
|
-
}, import("vue").
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
trueValue:
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3712
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3713
|
+
modelValue: {
|
|
3714
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3715
|
+
default: undefined;
|
|
3716
|
+
};
|
|
3717
|
+
trueValue: {
|
|
3718
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3719
|
+
default: boolean;
|
|
3720
|
+
};
|
|
3721
|
+
falseValue: {
|
|
3722
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
3723
|
+
default: boolean;
|
|
3724
|
+
};
|
|
3725
|
+
value: {
|
|
3726
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3727
|
+
default: string;
|
|
3728
|
+
};
|
|
3729
|
+
disabled: {
|
|
3730
|
+
type: BooleanConstructor;
|
|
3731
|
+
default: boolean;
|
|
3732
|
+
};
|
|
3733
|
+
name: {
|
|
3734
|
+
type: StringConstructor;
|
|
3735
|
+
default: string;
|
|
3736
|
+
};
|
|
3737
|
+
indeterminate: {
|
|
3738
|
+
type: BooleanConstructor;
|
|
3739
|
+
default: boolean;
|
|
3740
|
+
};
|
|
3741
|
+
}>> & Readonly<{
|
|
3742
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
3743
|
+
onClick?: (ev: Event) => any;
|
|
3744
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
3745
|
+
}>, {
|
|
3746
|
+
name: string;
|
|
3747
|
+
disabled: boolean;
|
|
3748
|
+
modelValue: string | number | boolean;
|
|
3749
|
+
value: string | number;
|
|
3750
|
+
trueValue: string | number | boolean;
|
|
3751
|
+
falseValue: string | number | boolean;
|
|
3752
|
+
indeterminate: boolean;
|
|
3753
|
+
}, true, {}, {}, {
|
|
3754
|
+
UIcon: {
|
|
3755
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3756
|
+
rotate: {
|
|
3757
|
+
type: NumberConstructor;
|
|
3758
|
+
};
|
|
3759
|
+
spin: BooleanConstructor;
|
|
3760
|
+
size: {
|
|
3761
|
+
type: NumberConstructor;
|
|
3762
|
+
};
|
|
3763
|
+
color: {
|
|
3764
|
+
type: StringConstructor;
|
|
3765
|
+
default: string;
|
|
3766
|
+
};
|
|
3767
|
+
icon: {
|
|
3500
3768
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3501
3769
|
};
|
|
3502
3770
|
}>> & Readonly<{
|
|
@@ -3521,7 +3789,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3521
3789
|
handleClick: (e: any) => void;
|
|
3522
3790
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3523
3791
|
click: (ev: Event) => boolean;
|
|
3524
|
-
}, import("vue").
|
|
3792
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3793
|
+
rotate: {
|
|
3794
|
+
type: NumberConstructor;
|
|
3795
|
+
};
|
|
3796
|
+
spin: BooleanConstructor;
|
|
3797
|
+
size: {
|
|
3798
|
+
type: NumberConstructor;
|
|
3799
|
+
};
|
|
3800
|
+
color: {
|
|
3801
|
+
type: StringConstructor;
|
|
3802
|
+
default: string;
|
|
3803
|
+
};
|
|
3804
|
+
icon: {
|
|
3805
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3806
|
+
};
|
|
3807
|
+
}>> & Readonly<{
|
|
3808
|
+
onClick?: (ev: Event) => any;
|
|
3809
|
+
}>, {
|
|
3525
3810
|
color: string;
|
|
3526
3811
|
spin: boolean;
|
|
3527
3812
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3776,7 +4061,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3776
4061
|
handleClick: (e: any) => void;
|
|
3777
4062
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3778
4063
|
click: (ev: Event) => boolean;
|
|
3779
|
-
}, import("vue").
|
|
4064
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4065
|
+
rotate: {
|
|
4066
|
+
type: NumberConstructor;
|
|
4067
|
+
};
|
|
4068
|
+
spin: BooleanConstructor;
|
|
4069
|
+
size: {
|
|
4070
|
+
type: NumberConstructor;
|
|
4071
|
+
};
|
|
4072
|
+
color: {
|
|
4073
|
+
type: StringConstructor;
|
|
4074
|
+
default: string;
|
|
4075
|
+
};
|
|
4076
|
+
icon: {
|
|
4077
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4078
|
+
};
|
|
4079
|
+
}>> & Readonly<{
|
|
4080
|
+
onClick?: (ev: Event) => any;
|
|
4081
|
+
}>, {
|
|
3780
4082
|
color: string;
|
|
3781
4083
|
spin: boolean;
|
|
3782
4084
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4018,7 +4320,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4018
4320
|
handleClick: (e: any) => void;
|
|
4019
4321
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4020
4322
|
click: (ev: Event) => boolean;
|
|
4021
|
-
}, import("vue").
|
|
4323
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4324
|
+
rotate: {
|
|
4325
|
+
type: NumberConstructor;
|
|
4326
|
+
};
|
|
4327
|
+
spin: BooleanConstructor;
|
|
4328
|
+
size: {
|
|
4329
|
+
type: NumberConstructor;
|
|
4330
|
+
};
|
|
4331
|
+
color: {
|
|
4332
|
+
type: StringConstructor;
|
|
4333
|
+
default: string;
|
|
4334
|
+
};
|
|
4335
|
+
icon: {
|
|
4336
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4337
|
+
};
|
|
4338
|
+
}>> & Readonly<{
|
|
4339
|
+
onClick?: (ev: Event) => any;
|
|
4340
|
+
}>, {
|
|
4022
4341
|
color: string;
|
|
4023
4342
|
spin: boolean;
|
|
4024
4343
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4236,7 +4555,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4236
4555
|
handleClick: (e: any) => void;
|
|
4237
4556
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4238
4557
|
click: (ev: Event) => boolean;
|
|
4239
|
-
}, import("vue").
|
|
4558
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4559
|
+
rotate: {
|
|
4560
|
+
type: NumberConstructor;
|
|
4561
|
+
};
|
|
4562
|
+
spin: BooleanConstructor;
|
|
4563
|
+
size: {
|
|
4564
|
+
type: NumberConstructor;
|
|
4565
|
+
};
|
|
4566
|
+
color: {
|
|
4567
|
+
type: StringConstructor;
|
|
4568
|
+
default: string;
|
|
4569
|
+
};
|
|
4570
|
+
icon: {
|
|
4571
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4572
|
+
};
|
|
4573
|
+
}>> & Readonly<{
|
|
4574
|
+
onClick?: (ev: Event) => any;
|
|
4575
|
+
}>, {
|
|
4240
4576
|
color: string;
|
|
4241
4577
|
spin: boolean;
|
|
4242
4578
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4373,7 +4709,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4373
4709
|
handleClick: (e: any) => void;
|
|
4374
4710
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4375
4711
|
click: (ev: Event) => boolean;
|
|
4376
|
-
}, import("vue").
|
|
4712
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4713
|
+
rotate: {
|
|
4714
|
+
type: NumberConstructor;
|
|
4715
|
+
};
|
|
4716
|
+
spin: BooleanConstructor;
|
|
4717
|
+
size: {
|
|
4718
|
+
type: NumberConstructor;
|
|
4719
|
+
};
|
|
4720
|
+
color: {
|
|
4721
|
+
type: StringConstructor;
|
|
4722
|
+
default: string;
|
|
4723
|
+
};
|
|
4724
|
+
icon: {
|
|
4725
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4726
|
+
};
|
|
4727
|
+
}>> & Readonly<{
|
|
4728
|
+
onClick?: (ev: Event) => any;
|
|
4729
|
+
}>, {
|
|
4377
4730
|
color: string;
|
|
4378
4731
|
spin: boolean;
|
|
4379
4732
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4509,7 +4862,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4509
4862
|
handleClick: (e: any) => void;
|
|
4510
4863
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4511
4864
|
click: (ev: Event) => boolean;
|
|
4512
|
-
}, import("vue").
|
|
4865
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4866
|
+
rotate: {
|
|
4867
|
+
type: NumberConstructor;
|
|
4868
|
+
};
|
|
4869
|
+
spin: BooleanConstructor;
|
|
4870
|
+
size: {
|
|
4871
|
+
type: NumberConstructor;
|
|
4872
|
+
};
|
|
4873
|
+
color: {
|
|
4874
|
+
type: StringConstructor;
|
|
4875
|
+
default: string;
|
|
4876
|
+
};
|
|
4877
|
+
icon: {
|
|
4878
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4879
|
+
};
|
|
4880
|
+
}>> & Readonly<{
|
|
4881
|
+
onClick?: (ev: Event) => any;
|
|
4882
|
+
}>, {
|
|
4513
4883
|
color: string;
|
|
4514
4884
|
spin: boolean;
|
|
4515
4885
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4780,6 +5150,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4780
5150
|
target: HTMLElement;
|
|
4781
5151
|
width: number;
|
|
4782
5152
|
}) => void;
|
|
5153
|
+
cellEmptyText: import("vue").Ref<string, string>;
|
|
4783
5154
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4784
5155
|
prefixCls: {
|
|
4785
5156
|
type: StringConstructor;
|
|
@@ -4920,7 +5291,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4920
5291
|
handleClick: (e: any) => void;
|
|
4921
5292
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4922
5293
|
click: (ev: Event) => boolean;
|
|
4923
|
-
}, import("vue").
|
|
5294
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5295
|
+
rotate: {
|
|
5296
|
+
type: NumberConstructor;
|
|
5297
|
+
};
|
|
5298
|
+
spin: BooleanConstructor;
|
|
5299
|
+
size: {
|
|
5300
|
+
type: NumberConstructor;
|
|
5301
|
+
};
|
|
5302
|
+
color: {
|
|
5303
|
+
type: StringConstructor;
|
|
5304
|
+
default: string;
|
|
5305
|
+
};
|
|
5306
|
+
icon: {
|
|
5307
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5308
|
+
};
|
|
5309
|
+
}>> & Readonly<{
|
|
5310
|
+
onClick?: (ev: Event) => any;
|
|
5311
|
+
}>, {
|
|
4924
5312
|
color: string;
|
|
4925
5313
|
spin: boolean;
|
|
4926
5314
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5110,7 +5498,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5110
5498
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5111
5499
|
'visible-change': (v: boolean) => boolean;
|
|
5112
5500
|
'update:visible': (v: boolean) => boolean;
|
|
5113
|
-
}, import("vue").
|
|
5501
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5502
|
+
placement: {
|
|
5503
|
+
default: string;
|
|
5504
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
5505
|
+
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;
|
|
5506
|
+
};
|
|
5507
|
+
title: {
|
|
5508
|
+
type: StringConstructor;
|
|
5509
|
+
};
|
|
5510
|
+
disabled: {
|
|
5511
|
+
type: BooleanConstructor;
|
|
5512
|
+
default: boolean;
|
|
5513
|
+
};
|
|
5514
|
+
visible: {
|
|
5515
|
+
type: BooleanConstructor;
|
|
5516
|
+
default: undefined;
|
|
5517
|
+
};
|
|
5518
|
+
mouseEnterDelay: {
|
|
5519
|
+
type: NumberConstructor;
|
|
5520
|
+
default: number;
|
|
5521
|
+
};
|
|
5522
|
+
mouseLeaveDelay: {
|
|
5523
|
+
type: NumberConstructor;
|
|
5524
|
+
default: number;
|
|
5525
|
+
};
|
|
5526
|
+
dropdownStyle: {
|
|
5527
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
5528
|
+
default: () => {};
|
|
5529
|
+
};
|
|
5530
|
+
dropdownClass: {
|
|
5531
|
+
type: StringConstructor;
|
|
5532
|
+
default: string;
|
|
5533
|
+
};
|
|
5534
|
+
trigger: {
|
|
5535
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
5536
|
+
default: string;
|
|
5537
|
+
validator: (val: "click" | "hover") => boolean;
|
|
5538
|
+
};
|
|
5539
|
+
offset: {
|
|
5540
|
+
type: import("vue").PropType<number[]>;
|
|
5541
|
+
validator: (val: any[]) => boolean;
|
|
5542
|
+
default: () => number[];
|
|
5543
|
+
};
|
|
5544
|
+
destroyPopupOnHide: {
|
|
5545
|
+
type: BooleanConstructor;
|
|
5546
|
+
default: boolean;
|
|
5547
|
+
};
|
|
5548
|
+
color: {
|
|
5549
|
+
type: import("vue").PropType<"red" | "light" | undefined>;
|
|
5550
|
+
default: undefined | "red" | "light";
|
|
5551
|
+
validator: (val: string) => boolean;
|
|
5552
|
+
};
|
|
5553
|
+
}>> & Readonly<{
|
|
5554
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
5555
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
5556
|
+
}>, {
|
|
5114
5557
|
color: "light" | "red";
|
|
5115
5558
|
offset: number[];
|
|
5116
5559
|
visible: boolean;
|
|
@@ -5190,7 +5633,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5190
5633
|
}>, {
|
|
5191
5634
|
reference: import("vue").Ref<any, any>;
|
|
5192
5635
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
5193
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
5636
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
5194
5637
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
5195
5638
|
onClick: (e: any) => void;
|
|
5196
5639
|
onMousedown: (e: any) => void;
|
|
@@ -5598,7 +6041,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5598
6041
|
}>, {
|
|
5599
6042
|
reference: import("vue").Ref<any, any>;
|
|
5600
6043
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
5601
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
6044
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
5602
6045
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
5603
6046
|
onClick: (e: any) => void;
|
|
5604
6047
|
onMousedown: (e: any) => void;
|
|
@@ -5743,7 +6186,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5743
6186
|
};
|
|
5744
6187
|
}>> & Readonly<{}>, {
|
|
5745
6188
|
prefixCls: import("vue").ComputedRef<string>;
|
|
5746
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
6189
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6190
|
+
active: {
|
|
6191
|
+
type: BooleanConstructor;
|
|
6192
|
+
default: boolean;
|
|
6193
|
+
};
|
|
6194
|
+
loading: {
|
|
6195
|
+
type: BooleanConstructor;
|
|
6196
|
+
default: boolean;
|
|
6197
|
+
};
|
|
6198
|
+
avatar: {
|
|
6199
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
6200
|
+
default: boolean;
|
|
6201
|
+
};
|
|
6202
|
+
title: {
|
|
6203
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
6204
|
+
default: boolean;
|
|
6205
|
+
};
|
|
6206
|
+
paragraph: {
|
|
6207
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
6208
|
+
default: boolean;
|
|
6209
|
+
};
|
|
6210
|
+
}>> & Readonly<{}>, {
|
|
5747
6211
|
loading: boolean;
|
|
5748
6212
|
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
5749
6213
|
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
@@ -6082,6 +6546,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6082
6546
|
target: HTMLElement;
|
|
6083
6547
|
width: number;
|
|
6084
6548
|
}) => void;
|
|
6549
|
+
cellEmptyText: import("vue").Ref<string, string>;
|
|
6085
6550
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6086
6551
|
prefixCls: {
|
|
6087
6552
|
type: StringConstructor;
|
|
@@ -6222,13 +6687,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6222
6687
|
handleClick: (e: any) => void;
|
|
6223
6688
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6224
6689
|
click: (ev: Event) => boolean;
|
|
6225
|
-
}, import("vue").
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6690
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6691
|
+
rotate: {
|
|
6692
|
+
type: NumberConstructor;
|
|
6693
|
+
};
|
|
6694
|
+
spin: BooleanConstructor;
|
|
6695
|
+
size: {
|
|
6696
|
+
type: NumberConstructor;
|
|
6697
|
+
};
|
|
6698
|
+
color: {
|
|
6699
|
+
type: StringConstructor;
|
|
6700
|
+
default: string;
|
|
6701
|
+
};
|
|
6702
|
+
icon: {
|
|
6703
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6704
|
+
};
|
|
6705
|
+
}>> & Readonly<{
|
|
6706
|
+
onClick?: (ev: Event) => any;
|
|
6707
|
+
}>, {
|
|
6708
|
+
color: string;
|
|
6709
|
+
spin: boolean;
|
|
6710
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6711
|
+
P: {};
|
|
6712
|
+
B: {};
|
|
6713
|
+
D: {};
|
|
6232
6714
|
C: {};
|
|
6233
6715
|
M: {};
|
|
6234
6716
|
Defaults: {};
|
|
@@ -6412,7 +6894,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6412
6894
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6413
6895
|
'visible-change': (v: boolean) => boolean;
|
|
6414
6896
|
'update:visible': (v: boolean) => boolean;
|
|
6415
|
-
}, import("vue").
|
|
6897
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6898
|
+
placement: {
|
|
6899
|
+
default: string;
|
|
6900
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
6901
|
+
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;
|
|
6902
|
+
};
|
|
6903
|
+
title: {
|
|
6904
|
+
type: StringConstructor;
|
|
6905
|
+
};
|
|
6906
|
+
disabled: {
|
|
6907
|
+
type: BooleanConstructor;
|
|
6908
|
+
default: boolean;
|
|
6909
|
+
};
|
|
6910
|
+
visible: {
|
|
6911
|
+
type: BooleanConstructor;
|
|
6912
|
+
default: undefined;
|
|
6913
|
+
};
|
|
6914
|
+
mouseEnterDelay: {
|
|
6915
|
+
type: NumberConstructor;
|
|
6916
|
+
default: number;
|
|
6917
|
+
};
|
|
6918
|
+
mouseLeaveDelay: {
|
|
6919
|
+
type: NumberConstructor;
|
|
6920
|
+
default: number;
|
|
6921
|
+
};
|
|
6922
|
+
dropdownStyle: {
|
|
6923
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
6924
|
+
default: () => {};
|
|
6925
|
+
};
|
|
6926
|
+
dropdownClass: {
|
|
6927
|
+
type: StringConstructor;
|
|
6928
|
+
default: string;
|
|
6929
|
+
};
|
|
6930
|
+
trigger: {
|
|
6931
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
6932
|
+
default: string;
|
|
6933
|
+
validator: (val: "click" | "hover") => boolean;
|
|
6934
|
+
};
|
|
6935
|
+
offset: {
|
|
6936
|
+
type: import("vue").PropType<number[]>;
|
|
6937
|
+
validator: (val: any[]) => boolean;
|
|
6938
|
+
default: () => number[];
|
|
6939
|
+
};
|
|
6940
|
+
destroyPopupOnHide: {
|
|
6941
|
+
type: BooleanConstructor;
|
|
6942
|
+
default: boolean;
|
|
6943
|
+
};
|
|
6944
|
+
color: {
|
|
6945
|
+
type: import("vue").PropType<"red" | "light" | undefined>;
|
|
6946
|
+
default: undefined | "red" | "light";
|
|
6947
|
+
validator: (val: string) => boolean;
|
|
6948
|
+
};
|
|
6949
|
+
}>> & Readonly<{
|
|
6950
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
6951
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
6952
|
+
}>, {
|
|
6416
6953
|
color: "light" | "red";
|
|
6417
6954
|
offset: number[];
|
|
6418
6955
|
visible: boolean;
|
|
@@ -6492,7 +7029,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6492
7029
|
}>, {
|
|
6493
7030
|
reference: import("vue").Ref<any, any>;
|
|
6494
7031
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
6495
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
7032
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
6496
7033
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
6497
7034
|
onClick: (e: any) => void;
|
|
6498
7035
|
onMousedown: (e: any) => void;
|
|
@@ -6900,7 +7437,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6900
7437
|
}>, {
|
|
6901
7438
|
reference: import("vue").Ref<any, any>;
|
|
6902
7439
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
6903
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
7440
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
6904
7441
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
6905
7442
|
onClick: (e: any) => void;
|
|
6906
7443
|
onMousedown: (e: any) => void;
|
|
@@ -7045,7 +7582,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7045
7582
|
};
|
|
7046
7583
|
}>> & Readonly<{}>, {
|
|
7047
7584
|
prefixCls: import("vue").ComputedRef<string>;
|
|
7048
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
7585
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7586
|
+
active: {
|
|
7587
|
+
type: BooleanConstructor;
|
|
7588
|
+
default: boolean;
|
|
7589
|
+
};
|
|
7590
|
+
loading: {
|
|
7591
|
+
type: BooleanConstructor;
|
|
7592
|
+
default: boolean;
|
|
7593
|
+
};
|
|
7594
|
+
avatar: {
|
|
7595
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
7596
|
+
default: boolean;
|
|
7597
|
+
};
|
|
7598
|
+
title: {
|
|
7599
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
7600
|
+
default: boolean;
|
|
7601
|
+
};
|
|
7602
|
+
paragraph: {
|
|
7603
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
7604
|
+
default: boolean;
|
|
7605
|
+
};
|
|
7606
|
+
}>> & Readonly<{}>, {
|
|
7049
7607
|
loading: boolean;
|
|
7050
7608
|
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
7051
7609
|
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
@@ -7585,7 +8143,59 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7585
8143
|
click: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => string | number;
|
|
7586
8144
|
'visible-change': (v: boolean) => boolean;
|
|
7587
8145
|
'update:visible': (v: boolean) => boolean;
|
|
7588
|
-
}, import("vue").
|
|
8146
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8147
|
+
placement: {
|
|
8148
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
8149
|
+
default: string;
|
|
8150
|
+
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;
|
|
8151
|
+
};
|
|
8152
|
+
trigger: {
|
|
8153
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DropdownTrigger>;
|
|
8154
|
+
default: string;
|
|
8155
|
+
validator: (val: "click" | "hover" | "contextmenu") => boolean;
|
|
8156
|
+
};
|
|
8157
|
+
visible: {
|
|
8158
|
+
type: BooleanConstructor;
|
|
8159
|
+
default: undefined;
|
|
8160
|
+
};
|
|
8161
|
+
disabled: {
|
|
8162
|
+
type: BooleanConstructor;
|
|
8163
|
+
default: boolean;
|
|
8164
|
+
};
|
|
8165
|
+
dropdownClassName: {
|
|
8166
|
+
type: StringConstructor;
|
|
8167
|
+
};
|
|
8168
|
+
dropdownStyle: {
|
|
8169
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
8170
|
+
default: () => {};
|
|
8171
|
+
};
|
|
8172
|
+
offset: {
|
|
8173
|
+
type: import("vue").PropType<number[]>;
|
|
8174
|
+
validator: (val: any[]) => boolean;
|
|
8175
|
+
};
|
|
8176
|
+
mouseEnterDelay: {
|
|
8177
|
+
type: NumberConstructor;
|
|
8178
|
+
default: number;
|
|
8179
|
+
};
|
|
8180
|
+
mouseLeaveDelay: {
|
|
8181
|
+
type: NumberConstructor;
|
|
8182
|
+
default: number;
|
|
8183
|
+
};
|
|
8184
|
+
destroyPopupOnHide: {
|
|
8185
|
+
type: BooleanConstructor;
|
|
8186
|
+
default: boolean;
|
|
8187
|
+
};
|
|
8188
|
+
getPopupContainer: {
|
|
8189
|
+
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
8190
|
+
};
|
|
8191
|
+
modifiers: {
|
|
8192
|
+
type: import("vue").PropType<any[]>;
|
|
8193
|
+
};
|
|
8194
|
+
}>> & Readonly<{
|
|
8195
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").DropdownClickEvent) => any;
|
|
8196
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
8197
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
8198
|
+
}>, {
|
|
7589
8199
|
visible: boolean;
|
|
7590
8200
|
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";
|
|
7591
8201
|
trigger: "click" | "hover" | "contextmenu";
|
|
@@ -7662,7 +8272,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7662
8272
|
}>, {
|
|
7663
8273
|
reference: import("vue").Ref<any, any>;
|
|
7664
8274
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
7665
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
8275
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
7666
8276
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
7667
8277
|
onClick: (e: any) => void;
|
|
7668
8278
|
onMousedown: (e: any) => void;
|
|
@@ -7997,7 +8607,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7997
8607
|
}>, {
|
|
7998
8608
|
reference: import("vue").Ref<any, any>;
|
|
7999
8609
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
8000
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
8610
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
8001
8611
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
8002
8612
|
onClick: (e: any) => void;
|
|
8003
8613
|
onMousedown: (e: any) => void;
|
|
@@ -8176,7 +8786,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8176
8786
|
variant: {
|
|
8177
8787
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
8178
8788
|
default: string;
|
|
8179
|
-
validator: (val: "
|
|
8789
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
8180
8790
|
};
|
|
8181
8791
|
color: {
|
|
8182
8792
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
@@ -8206,7 +8816,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8206
8816
|
variant: {
|
|
8207
8817
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
8208
8818
|
default: string;
|
|
8209
|
-
validator: (val: "
|
|
8819
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
8210
8820
|
};
|
|
8211
8821
|
color: {
|
|
8212
8822
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
@@ -8216,7 +8826,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8216
8826
|
}>> & Readonly<{}>, {
|
|
8217
8827
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
8218
8828
|
type: import("../Dropdown/DropdownTrigger").DropdownTriggerType;
|
|
8219
|
-
variant: "
|
|
8829
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
8220
8830
|
buttonType: "primary" | "success" | "warning" | "default" | "danger";
|
|
8221
8831
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8222
8832
|
});
|
|
@@ -8289,7 +8899,54 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8289
8899
|
'update:selectedKeys': (selectedKeys: (string | number)[]) => boolean;
|
|
8290
8900
|
'open-change': (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => never;
|
|
8291
8901
|
'update:openKeys': (openKeys: (string | number)[]) => boolean;
|
|
8292
|
-
}, import("vue").
|
|
8902
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8903
|
+
mode: {
|
|
8904
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").MenuMode>;
|
|
8905
|
+
default: string;
|
|
8906
|
+
validator: (val: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right") => boolean;
|
|
8907
|
+
};
|
|
8908
|
+
selectedKeys: {
|
|
8909
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
8910
|
+
validator: (val: any[]) => boolean;
|
|
8911
|
+
};
|
|
8912
|
+
multiple: {
|
|
8913
|
+
type: BooleanConstructor;
|
|
8914
|
+
default: boolean;
|
|
8915
|
+
};
|
|
8916
|
+
openKeys: {
|
|
8917
|
+
type: import("vue").PropType<(string | number)[]>;
|
|
8918
|
+
default: () => string[];
|
|
8919
|
+
};
|
|
8920
|
+
subMenuOpenDelay: {
|
|
8921
|
+
type: NumberConstructor;
|
|
8922
|
+
default: number;
|
|
8923
|
+
};
|
|
8924
|
+
subMenuCloseDelay: {
|
|
8925
|
+
type: NumberConstructor;
|
|
8926
|
+
default: number;
|
|
8927
|
+
};
|
|
8928
|
+
inlineCollapsed: {
|
|
8929
|
+
type: BooleanConstructor;
|
|
8930
|
+
default: undefined;
|
|
8931
|
+
};
|
|
8932
|
+
prefixCls: {
|
|
8933
|
+
type: StringConstructor;
|
|
8934
|
+
};
|
|
8935
|
+
role: {
|
|
8936
|
+
type: StringConstructor;
|
|
8937
|
+
};
|
|
8938
|
+
selectable: {
|
|
8939
|
+
type: BooleanConstructor;
|
|
8940
|
+
default: undefined;
|
|
8941
|
+
};
|
|
8942
|
+
}>> & Readonly<{
|
|
8943
|
+
onClick?: (e: import("@koi-design/uxd-ui/es/index").MenuClickEvent) => any;
|
|
8944
|
+
onSelect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
8945
|
+
"onOpen-change"?: (openKeys: (string | number)[], event: import("@koi-design/uxd-ui/es/index").MenuOpenEvent) => any;
|
|
8946
|
+
onDeselect?: (e: import("@koi-design/uxd-ui/es/index").MenuSelectEvent) => any;
|
|
8947
|
+
"onUpdate:selectedKeys"?: (selectedKeys: (string | number)[]) => any;
|
|
8948
|
+
"onUpdate:openKeys"?: (openKeys: (string | number)[]) => any;
|
|
8949
|
+
}>, {
|
|
8293
8950
|
mode: "vertical" | "horizontal" | "inline" | "vertical-left" | "vertical-right";
|
|
8294
8951
|
multiple: boolean;
|
|
8295
8952
|
openKeys: (string | number)[];
|
|
@@ -8598,7 +9255,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8598
9255
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8599
9256
|
'visible-change': (v: boolean) => boolean;
|
|
8600
9257
|
'update:visible': (v: boolean) => boolean;
|
|
8601
|
-
}, import("vue").
|
|
9258
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
9259
|
+
placement: {
|
|
9260
|
+
default: string;
|
|
9261
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
9262
|
+
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;
|
|
9263
|
+
};
|
|
9264
|
+
title: {
|
|
9265
|
+
type: StringConstructor;
|
|
9266
|
+
};
|
|
9267
|
+
disabled: {
|
|
9268
|
+
type: BooleanConstructor;
|
|
9269
|
+
default: boolean;
|
|
9270
|
+
};
|
|
9271
|
+
visible: {
|
|
9272
|
+
type: BooleanConstructor;
|
|
9273
|
+
default: undefined;
|
|
9274
|
+
};
|
|
9275
|
+
mouseEnterDelay: {
|
|
9276
|
+
type: NumberConstructor;
|
|
9277
|
+
default: number;
|
|
9278
|
+
};
|
|
9279
|
+
mouseLeaveDelay: {
|
|
9280
|
+
type: NumberConstructor;
|
|
9281
|
+
default: number;
|
|
9282
|
+
};
|
|
9283
|
+
dropdownStyle: {
|
|
9284
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
9285
|
+
default: () => {};
|
|
9286
|
+
};
|
|
9287
|
+
dropdownClass: {
|
|
9288
|
+
type: StringConstructor;
|
|
9289
|
+
default: string;
|
|
9290
|
+
};
|
|
9291
|
+
trigger: {
|
|
9292
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
9293
|
+
default: string;
|
|
9294
|
+
validator: (val: "click" | "hover") => boolean;
|
|
9295
|
+
};
|
|
9296
|
+
offset: {
|
|
9297
|
+
type: import("vue").PropType<number[]>;
|
|
9298
|
+
validator: (val: any[]) => boolean;
|
|
9299
|
+
default: () => number[];
|
|
9300
|
+
};
|
|
9301
|
+
destroyPopupOnHide: {
|
|
9302
|
+
type: BooleanConstructor;
|
|
9303
|
+
default: boolean;
|
|
9304
|
+
};
|
|
9305
|
+
color: {
|
|
9306
|
+
type: import("vue").PropType<"red" | "light" | undefined>;
|
|
9307
|
+
default: undefined | "red" | "light";
|
|
9308
|
+
validator: (val: string) => boolean;
|
|
9309
|
+
};
|
|
9310
|
+
}>> & Readonly<{
|
|
9311
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
9312
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
9313
|
+
}>, {
|
|
8602
9314
|
color: "light" | "red";
|
|
8603
9315
|
offset: number[];
|
|
8604
9316
|
visible: boolean;
|
|
@@ -8678,7 +9390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8678
9390
|
}>, {
|
|
8679
9391
|
reference: import("vue").Ref<any, any>;
|
|
8680
9392
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
8681
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
9393
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
8682
9394
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
8683
9395
|
onClick: (e: any) => void;
|
|
8684
9396
|
onMousedown: (e: any) => void;
|
|
@@ -9086,7 +9798,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9086
9798
|
}>, {
|
|
9087
9799
|
reference: import("vue").Ref<any, any>;
|
|
9088
9800
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
9089
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
9801
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
9090
9802
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
9091
9803
|
onClick: (e: any) => void;
|
|
9092
9804
|
onMousedown: (e: any) => void;
|
|
@@ -9343,7 +10055,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9343
10055
|
}>, {
|
|
9344
10056
|
reference: import("vue").Ref<any, any>;
|
|
9345
10057
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
9346
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
10058
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
9347
10059
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
9348
10060
|
onClick: (e: any) => void;
|
|
9349
10061
|
onMousedown: (e: any) => void;
|
|
@@ -9501,10 +10213,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9501
10213
|
handleClick: (e: any) => void;
|
|
9502
10214
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9503
10215
|
click: (ev: Event) => boolean;
|
|
9504
|
-
}, import("vue").
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
10216
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10217
|
+
rotate: {
|
|
10218
|
+
type: NumberConstructor;
|
|
10219
|
+
};
|
|
10220
|
+
spin: BooleanConstructor;
|
|
10221
|
+
size: {
|
|
10222
|
+
type: NumberConstructor;
|
|
10223
|
+
};
|
|
10224
|
+
color: {
|
|
10225
|
+
type: StringConstructor;
|
|
10226
|
+
default: string;
|
|
10227
|
+
};
|
|
10228
|
+
icon: {
|
|
10229
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10230
|
+
};
|
|
10231
|
+
}>> & Readonly<{
|
|
10232
|
+
onClick?: (ev: Event) => any;
|
|
10233
|
+
}>, {
|
|
10234
|
+
color: string;
|
|
10235
|
+
spin: boolean;
|
|
10236
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
9508
10237
|
P: {};
|
|
9509
10238
|
B: {};
|
|
9510
10239
|
D: {};
|
|
@@ -9754,7 +10483,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9754
10483
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9755
10484
|
'visible-change': (v: boolean) => boolean;
|
|
9756
10485
|
'update:visible': (v: boolean) => boolean;
|
|
9757
|
-
}, import("vue").
|
|
10486
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10487
|
+
placement: {
|
|
10488
|
+
default: string;
|
|
10489
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
10490
|
+
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;
|
|
10491
|
+
};
|
|
10492
|
+
title: {
|
|
10493
|
+
type: StringConstructor;
|
|
10494
|
+
};
|
|
10495
|
+
disabled: {
|
|
10496
|
+
type: BooleanConstructor;
|
|
10497
|
+
default: boolean;
|
|
10498
|
+
};
|
|
10499
|
+
visible: {
|
|
10500
|
+
type: BooleanConstructor;
|
|
10501
|
+
default: undefined;
|
|
10502
|
+
};
|
|
10503
|
+
mouseEnterDelay: {
|
|
10504
|
+
type: NumberConstructor;
|
|
10505
|
+
default: number;
|
|
10506
|
+
};
|
|
10507
|
+
mouseLeaveDelay: {
|
|
10508
|
+
type: NumberConstructor;
|
|
10509
|
+
default: number;
|
|
10510
|
+
};
|
|
10511
|
+
dropdownStyle: {
|
|
10512
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
10513
|
+
default: () => {};
|
|
10514
|
+
};
|
|
10515
|
+
dropdownClass: {
|
|
10516
|
+
type: StringConstructor;
|
|
10517
|
+
default: string;
|
|
10518
|
+
};
|
|
10519
|
+
trigger: {
|
|
10520
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
10521
|
+
default: string;
|
|
10522
|
+
validator: (val: "click" | "hover") => boolean;
|
|
10523
|
+
};
|
|
10524
|
+
offset: {
|
|
10525
|
+
type: import("vue").PropType<number[]>;
|
|
10526
|
+
validator: (val: any[]) => boolean;
|
|
10527
|
+
default: () => number[];
|
|
10528
|
+
};
|
|
10529
|
+
destroyPopupOnHide: {
|
|
10530
|
+
type: BooleanConstructor;
|
|
10531
|
+
default: boolean;
|
|
10532
|
+
};
|
|
10533
|
+
color: {
|
|
10534
|
+
type: import("vue").PropType<"red" | "light" | undefined>;
|
|
10535
|
+
default: undefined | "red" | "light";
|
|
10536
|
+
validator: (val: string) => boolean;
|
|
10537
|
+
};
|
|
10538
|
+
}>> & Readonly<{
|
|
10539
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
10540
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
10541
|
+
}>, {
|
|
9758
10542
|
color: "light" | "red";
|
|
9759
10543
|
offset: number[];
|
|
9760
10544
|
visible: boolean;
|
|
@@ -9834,7 +10618,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9834
10618
|
}>, {
|
|
9835
10619
|
reference: import("vue").Ref<any, any>;
|
|
9836
10620
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
9837
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
10621
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
9838
10622
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
9839
10623
|
onClick: (e: any) => void;
|
|
9840
10624
|
onMousedown: (e: any) => void;
|
|
@@ -10242,7 +11026,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10242
11026
|
}>, {
|
|
10243
11027
|
reference: import("vue").Ref<any, any>;
|
|
10244
11028
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
10245
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
11029
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
10246
11030
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
10247
11031
|
onClick: (e: any) => void;
|
|
10248
11032
|
onMousedown: (e: any) => void;
|
|
@@ -10414,7 +11198,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10414
11198
|
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
|
|
10415
11199
|
change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
|
|
10416
11200
|
click: (ev: Event) => boolean;
|
|
10417
|
-
}, import("vue").
|
|
11201
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11202
|
+
modelValue: {
|
|
11203
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
11204
|
+
default: undefined;
|
|
11205
|
+
};
|
|
11206
|
+
trueValue: {
|
|
11207
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
11208
|
+
default: boolean;
|
|
11209
|
+
};
|
|
11210
|
+
falseValue: {
|
|
11211
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
11212
|
+
default: boolean;
|
|
11213
|
+
};
|
|
11214
|
+
value: {
|
|
11215
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
11216
|
+
default: string;
|
|
11217
|
+
};
|
|
11218
|
+
disabled: {
|
|
11219
|
+
type: BooleanConstructor;
|
|
11220
|
+
default: boolean;
|
|
11221
|
+
};
|
|
11222
|
+
name: {
|
|
11223
|
+
type: StringConstructor;
|
|
11224
|
+
default: string;
|
|
11225
|
+
};
|
|
11226
|
+
indeterminate: {
|
|
11227
|
+
type: BooleanConstructor;
|
|
11228
|
+
default: boolean;
|
|
11229
|
+
};
|
|
11230
|
+
}>> & Readonly<{
|
|
11231
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
|
|
11232
|
+
onClick?: (ev: Event) => any;
|
|
11233
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
|
|
11234
|
+
}>, {
|
|
10418
11235
|
name: string;
|
|
10419
11236
|
disabled: boolean;
|
|
10420
11237
|
modelValue: string | number | boolean;
|
|
@@ -10461,7 +11278,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10461
11278
|
handleClick: (e: any) => void;
|
|
10462
11279
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10463
11280
|
click: (ev: Event) => boolean;
|
|
10464
|
-
}, import("vue").
|
|
11281
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11282
|
+
rotate: {
|
|
11283
|
+
type: NumberConstructor;
|
|
11284
|
+
};
|
|
11285
|
+
spin: BooleanConstructor;
|
|
11286
|
+
size: {
|
|
11287
|
+
type: NumberConstructor;
|
|
11288
|
+
};
|
|
11289
|
+
color: {
|
|
11290
|
+
type: StringConstructor;
|
|
11291
|
+
default: string;
|
|
11292
|
+
};
|
|
11293
|
+
icon: {
|
|
11294
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11295
|
+
};
|
|
11296
|
+
}>> & Readonly<{
|
|
11297
|
+
onClick?: (ev: Event) => any;
|
|
11298
|
+
}>, {
|
|
10465
11299
|
color: string;
|
|
10466
11300
|
spin: boolean;
|
|
10467
11301
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10716,7 +11550,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10716
11550
|
handleClick: (e: any) => void;
|
|
10717
11551
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10718
11552
|
click: (ev: Event) => boolean;
|
|
10719
|
-
}, import("vue").
|
|
11553
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11554
|
+
rotate: {
|
|
11555
|
+
type: NumberConstructor;
|
|
11556
|
+
};
|
|
11557
|
+
spin: BooleanConstructor;
|
|
11558
|
+
size: {
|
|
11559
|
+
type: NumberConstructor;
|
|
11560
|
+
};
|
|
11561
|
+
color: {
|
|
11562
|
+
type: StringConstructor;
|
|
11563
|
+
default: string;
|
|
11564
|
+
};
|
|
11565
|
+
icon: {
|
|
11566
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11567
|
+
};
|
|
11568
|
+
}>> & Readonly<{
|
|
11569
|
+
onClick?: (ev: Event) => any;
|
|
11570
|
+
}>, {
|
|
10720
11571
|
color: string;
|
|
10721
11572
|
spin: boolean;
|
|
10722
11573
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10958,7 +11809,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10958
11809
|
handleClick: (e: any) => void;
|
|
10959
11810
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10960
11811
|
click: (ev: Event) => boolean;
|
|
10961
|
-
}, import("vue").
|
|
11812
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11813
|
+
rotate: {
|
|
11814
|
+
type: NumberConstructor;
|
|
11815
|
+
};
|
|
11816
|
+
spin: BooleanConstructor;
|
|
11817
|
+
size: {
|
|
11818
|
+
type: NumberConstructor;
|
|
11819
|
+
};
|
|
11820
|
+
color: {
|
|
11821
|
+
type: StringConstructor;
|
|
11822
|
+
default: string;
|
|
11823
|
+
};
|
|
11824
|
+
icon: {
|
|
11825
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11826
|
+
};
|
|
11827
|
+
}>> & Readonly<{
|
|
11828
|
+
onClick?: (ev: Event) => any;
|
|
11829
|
+
}>, {
|
|
10962
11830
|
color: string;
|
|
10963
11831
|
spin: boolean;
|
|
10964
11832
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11176,7 +12044,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11176
12044
|
handleClick: (e: any) => void;
|
|
11177
12045
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11178
12046
|
click: (ev: Event) => boolean;
|
|
11179
|
-
}, import("vue").
|
|
12047
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12048
|
+
rotate: {
|
|
12049
|
+
type: NumberConstructor;
|
|
12050
|
+
};
|
|
12051
|
+
spin: BooleanConstructor;
|
|
12052
|
+
size: {
|
|
12053
|
+
type: NumberConstructor;
|
|
12054
|
+
};
|
|
12055
|
+
color: {
|
|
12056
|
+
type: StringConstructor;
|
|
12057
|
+
default: string;
|
|
12058
|
+
};
|
|
12059
|
+
icon: {
|
|
12060
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12061
|
+
};
|
|
12062
|
+
}>> & Readonly<{
|
|
12063
|
+
onClick?: (ev: Event) => any;
|
|
12064
|
+
}>, {
|
|
11180
12065
|
color: string;
|
|
11181
12066
|
spin: boolean;
|
|
11182
12067
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11313,7 +12198,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11313
12198
|
handleClick: (e: any) => void;
|
|
11314
12199
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11315
12200
|
click: (ev: Event) => boolean;
|
|
11316
|
-
}, import("vue").
|
|
12201
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12202
|
+
rotate: {
|
|
12203
|
+
type: NumberConstructor;
|
|
12204
|
+
};
|
|
12205
|
+
spin: BooleanConstructor;
|
|
12206
|
+
size: {
|
|
12207
|
+
type: NumberConstructor;
|
|
12208
|
+
};
|
|
12209
|
+
color: {
|
|
12210
|
+
type: StringConstructor;
|
|
12211
|
+
default: string;
|
|
12212
|
+
};
|
|
12213
|
+
icon: {
|
|
12214
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12215
|
+
};
|
|
12216
|
+
}>> & Readonly<{
|
|
12217
|
+
onClick?: (ev: Event) => any;
|
|
12218
|
+
}>, {
|
|
11317
12219
|
color: string;
|
|
11318
12220
|
spin: boolean;
|
|
11319
12221
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11449,7 +12351,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11449
12351
|
handleClick: (e: any) => void;
|
|
11450
12352
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11451
12353
|
click: (ev: Event) => boolean;
|
|
11452
|
-
}, import("vue").
|
|
12354
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12355
|
+
rotate: {
|
|
12356
|
+
type: NumberConstructor;
|
|
12357
|
+
};
|
|
12358
|
+
spin: BooleanConstructor;
|
|
12359
|
+
size: {
|
|
12360
|
+
type: NumberConstructor;
|
|
12361
|
+
};
|
|
12362
|
+
color: {
|
|
12363
|
+
type: StringConstructor;
|
|
12364
|
+
default: string;
|
|
12365
|
+
};
|
|
12366
|
+
icon: {
|
|
12367
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12368
|
+
};
|
|
12369
|
+
}>> & Readonly<{
|
|
12370
|
+
onClick?: (ev: Event) => any;
|
|
12371
|
+
}>, {
|
|
11453
12372
|
color: string;
|
|
11454
12373
|
spin: boolean;
|
|
11455
12374
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11720,6 +12639,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11720
12639
|
target: HTMLElement;
|
|
11721
12640
|
width: number;
|
|
11722
12641
|
}) => void;
|
|
12642
|
+
cellEmptyText: import("vue").Ref<string, string>;
|
|
11723
12643
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11724
12644
|
prefixCls: {
|
|
11725
12645
|
type: StringConstructor;
|
|
@@ -11860,7 +12780,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11860
12780
|
handleClick: (e: any) => void;
|
|
11861
12781
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11862
12782
|
click: (ev: Event) => boolean;
|
|
11863
|
-
}, import("vue").
|
|
12783
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12784
|
+
rotate: {
|
|
12785
|
+
type: NumberConstructor;
|
|
12786
|
+
};
|
|
12787
|
+
spin: BooleanConstructor;
|
|
12788
|
+
size: {
|
|
12789
|
+
type: NumberConstructor;
|
|
12790
|
+
};
|
|
12791
|
+
color: {
|
|
12792
|
+
type: StringConstructor;
|
|
12793
|
+
default: string;
|
|
12794
|
+
};
|
|
12795
|
+
icon: {
|
|
12796
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12797
|
+
};
|
|
12798
|
+
}>> & Readonly<{
|
|
12799
|
+
onClick?: (ev: Event) => any;
|
|
12800
|
+
}>, {
|
|
11864
12801
|
color: string;
|
|
11865
12802
|
spin: boolean;
|
|
11866
12803
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -12050,36 +12987,91 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12050
12987
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12051
12988
|
'visible-change': (v: boolean) => boolean;
|
|
12052
12989
|
'update:visible': (v: boolean) => boolean;
|
|
12053
|
-
}, import("vue").
|
|
12054
|
-
|
|
12055
|
-
|
|
12056
|
-
|
|
12057
|
-
|
|
12058
|
-
|
|
12059
|
-
|
|
12060
|
-
|
|
12061
|
-
|
|
12062
|
-
|
|
12063
|
-
|
|
12064
|
-
|
|
12065
|
-
|
|
12066
|
-
|
|
12067
|
-
|
|
12068
|
-
|
|
12069
|
-
|
|
12070
|
-
|
|
12071
|
-
|
|
12072
|
-
|
|
12073
|
-
|
|
12074
|
-
|
|
12075
|
-
|
|
12076
|
-
|
|
12077
|
-
|
|
12078
|
-
|
|
12079
|
-
|
|
12080
|
-
|
|
12081
|
-
|
|
12082
|
-
|
|
12990
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12991
|
+
placement: {
|
|
12992
|
+
default: string;
|
|
12993
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
12994
|
+
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;
|
|
12995
|
+
};
|
|
12996
|
+
title: {
|
|
12997
|
+
type: StringConstructor;
|
|
12998
|
+
};
|
|
12999
|
+
disabled: {
|
|
13000
|
+
type: BooleanConstructor;
|
|
13001
|
+
default: boolean;
|
|
13002
|
+
};
|
|
13003
|
+
visible: {
|
|
13004
|
+
type: BooleanConstructor;
|
|
13005
|
+
default: undefined;
|
|
13006
|
+
};
|
|
13007
|
+
mouseEnterDelay: {
|
|
13008
|
+
type: NumberConstructor;
|
|
13009
|
+
default: number;
|
|
13010
|
+
};
|
|
13011
|
+
mouseLeaveDelay: {
|
|
13012
|
+
type: NumberConstructor;
|
|
13013
|
+
default: number;
|
|
13014
|
+
};
|
|
13015
|
+
dropdownStyle: {
|
|
13016
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
13017
|
+
default: () => {};
|
|
13018
|
+
};
|
|
13019
|
+
dropdownClass: {
|
|
13020
|
+
type: StringConstructor;
|
|
13021
|
+
default: string;
|
|
13022
|
+
};
|
|
13023
|
+
trigger: {
|
|
13024
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
13025
|
+
default: string;
|
|
13026
|
+
validator: (val: "click" | "hover") => boolean;
|
|
13027
|
+
};
|
|
13028
|
+
offset: {
|
|
13029
|
+
type: import("vue").PropType<number[]>;
|
|
13030
|
+
validator: (val: any[]) => boolean;
|
|
13031
|
+
default: () => number[];
|
|
13032
|
+
};
|
|
13033
|
+
destroyPopupOnHide: {
|
|
13034
|
+
type: BooleanConstructor;
|
|
13035
|
+
default: boolean;
|
|
13036
|
+
};
|
|
13037
|
+
color: {
|
|
13038
|
+
type: import("vue").PropType<"red" | "light" | undefined>;
|
|
13039
|
+
default: undefined | "red" | "light";
|
|
13040
|
+
validator: (val: string) => boolean;
|
|
13041
|
+
};
|
|
13042
|
+
}>> & Readonly<{
|
|
13043
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
13044
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
13045
|
+
}>, {
|
|
13046
|
+
color: "light" | "red";
|
|
13047
|
+
offset: number[];
|
|
13048
|
+
visible: boolean;
|
|
13049
|
+
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";
|
|
13050
|
+
trigger: "click" | "hover";
|
|
13051
|
+
mouseEnterDelay: number;
|
|
13052
|
+
mouseLeaveDelay: number;
|
|
13053
|
+
disabled: boolean;
|
|
13054
|
+
destroyPopupOnHide: boolean;
|
|
13055
|
+
dropdownClass: string;
|
|
13056
|
+
dropdownStyle: import("vue").CSSProperties;
|
|
13057
|
+
}, true, {}, {}, {
|
|
13058
|
+
Popup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13059
|
+
prefixCls: {
|
|
13060
|
+
type: StringConstructor;
|
|
13061
|
+
};
|
|
13062
|
+
getPopupContainer: {
|
|
13063
|
+
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
13064
|
+
};
|
|
13065
|
+
placement: {
|
|
13066
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
13067
|
+
default: string;
|
|
13068
|
+
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;
|
|
13069
|
+
};
|
|
13070
|
+
offset: {
|
|
13071
|
+
type: import("vue").PropType<number[]>;
|
|
13072
|
+
default: () => number[];
|
|
13073
|
+
};
|
|
13074
|
+
modifiers: {
|
|
12083
13075
|
type: import("vue").PropType<any[]>;
|
|
12084
13076
|
};
|
|
12085
13077
|
transitionName: {
|
|
@@ -12130,7 +13122,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12130
13122
|
}>, {
|
|
12131
13123
|
reference: import("vue").Ref<any, any>;
|
|
12132
13124
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
12133
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
13125
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
12134
13126
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
12135
13127
|
onClick: (e: any) => void;
|
|
12136
13128
|
onMousedown: (e: any) => void;
|
|
@@ -12538,7 +13530,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12538
13530
|
}>, {
|
|
12539
13531
|
reference: import("vue").Ref<any, any>;
|
|
12540
13532
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
12541
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
13533
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
12542
13534
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
12543
13535
|
onClick: (e: any) => void;
|
|
12544
13536
|
onMousedown: (e: any) => void;
|
|
@@ -12683,7 +13675,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12683
13675
|
};
|
|
12684
13676
|
}>> & Readonly<{}>, {
|
|
12685
13677
|
prefixCls: import("vue").ComputedRef<string>;
|
|
12686
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
13678
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
13679
|
+
active: {
|
|
13680
|
+
type: BooleanConstructor;
|
|
13681
|
+
default: boolean;
|
|
13682
|
+
};
|
|
13683
|
+
loading: {
|
|
13684
|
+
type: BooleanConstructor;
|
|
13685
|
+
default: boolean;
|
|
13686
|
+
};
|
|
13687
|
+
avatar: {
|
|
13688
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
13689
|
+
default: boolean;
|
|
13690
|
+
};
|
|
13691
|
+
title: {
|
|
13692
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
13693
|
+
default: boolean;
|
|
13694
|
+
};
|
|
13695
|
+
paragraph: {
|
|
13696
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
13697
|
+
default: boolean;
|
|
13698
|
+
};
|
|
13699
|
+
}>> & Readonly<{}>, {
|
|
12687
13700
|
loading: boolean;
|
|
12688
13701
|
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
12689
13702
|
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
@@ -13022,6 +14035,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13022
14035
|
target: HTMLElement;
|
|
13023
14036
|
width: number;
|
|
13024
14037
|
}) => void;
|
|
14038
|
+
cellEmptyText: import("vue").Ref<string, string>;
|
|
13025
14039
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13026
14040
|
prefixCls: {
|
|
13027
14041
|
type: StringConstructor;
|
|
@@ -13162,7 +14176,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13162
14176
|
handleClick: (e: any) => void;
|
|
13163
14177
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13164
14178
|
click: (ev: Event) => boolean;
|
|
13165
|
-
}, import("vue").
|
|
14179
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14180
|
+
rotate: {
|
|
14181
|
+
type: NumberConstructor;
|
|
14182
|
+
};
|
|
14183
|
+
spin: BooleanConstructor;
|
|
14184
|
+
size: {
|
|
14185
|
+
type: NumberConstructor;
|
|
14186
|
+
};
|
|
14187
|
+
color: {
|
|
14188
|
+
type: StringConstructor;
|
|
14189
|
+
default: string;
|
|
14190
|
+
};
|
|
14191
|
+
icon: {
|
|
14192
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
14193
|
+
};
|
|
14194
|
+
}>> & Readonly<{
|
|
14195
|
+
onClick?: (ev: Event) => any;
|
|
14196
|
+
}>, {
|
|
13166
14197
|
color: string;
|
|
13167
14198
|
spin: boolean;
|
|
13168
14199
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -13352,7 +14383,62 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13352
14383
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13353
14384
|
'visible-change': (v: boolean) => boolean;
|
|
13354
14385
|
'update:visible': (v: boolean) => boolean;
|
|
13355
|
-
}, import("vue").
|
|
14386
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14387
|
+
placement: {
|
|
14388
|
+
default: string;
|
|
14389
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
14390
|
+
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;
|
|
14391
|
+
};
|
|
14392
|
+
title: {
|
|
14393
|
+
type: StringConstructor;
|
|
14394
|
+
};
|
|
14395
|
+
disabled: {
|
|
14396
|
+
type: BooleanConstructor;
|
|
14397
|
+
default: boolean;
|
|
14398
|
+
};
|
|
14399
|
+
visible: {
|
|
14400
|
+
type: BooleanConstructor;
|
|
14401
|
+
default: undefined;
|
|
14402
|
+
};
|
|
14403
|
+
mouseEnterDelay: {
|
|
14404
|
+
type: NumberConstructor;
|
|
14405
|
+
default: number;
|
|
14406
|
+
};
|
|
14407
|
+
mouseLeaveDelay: {
|
|
14408
|
+
type: NumberConstructor;
|
|
14409
|
+
default: number;
|
|
14410
|
+
};
|
|
14411
|
+
dropdownStyle: {
|
|
14412
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
14413
|
+
default: () => {};
|
|
14414
|
+
};
|
|
14415
|
+
dropdownClass: {
|
|
14416
|
+
type: StringConstructor;
|
|
14417
|
+
default: string;
|
|
14418
|
+
};
|
|
14419
|
+
trigger: {
|
|
14420
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
|
|
14421
|
+
default: string;
|
|
14422
|
+
validator: (val: "click" | "hover") => boolean;
|
|
14423
|
+
};
|
|
14424
|
+
offset: {
|
|
14425
|
+
type: import("vue").PropType<number[]>;
|
|
14426
|
+
validator: (val: any[]) => boolean;
|
|
14427
|
+
default: () => number[];
|
|
14428
|
+
};
|
|
14429
|
+
destroyPopupOnHide: {
|
|
14430
|
+
type: BooleanConstructor;
|
|
14431
|
+
default: boolean;
|
|
14432
|
+
};
|
|
14433
|
+
color: {
|
|
14434
|
+
type: import("vue").PropType<"red" | "light" | undefined>;
|
|
14435
|
+
default: undefined | "red" | "light";
|
|
14436
|
+
validator: (val: string) => boolean;
|
|
14437
|
+
};
|
|
14438
|
+
}>> & Readonly<{
|
|
14439
|
+
"onUpdate:visible"?: (v: boolean) => any;
|
|
14440
|
+
"onVisible-change"?: (v: boolean) => any;
|
|
14441
|
+
}>, {
|
|
13356
14442
|
color: "light" | "red";
|
|
13357
14443
|
offset: number[];
|
|
13358
14444
|
visible: boolean;
|
|
@@ -13432,7 +14518,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13432
14518
|
}>, {
|
|
13433
14519
|
reference: import("vue").Ref<any, any>;
|
|
13434
14520
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
13435
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
14521
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
13436
14522
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
13437
14523
|
onClick: (e: any) => void;
|
|
13438
14524
|
onMousedown: (e: any) => void;
|
|
@@ -13840,7 +14926,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13840
14926
|
}>, {
|
|
13841
14927
|
reference: import("vue").Ref<any, any>;
|
|
13842
14928
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
13843
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
14929
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
13844
14930
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
13845
14931
|
onClick: (e: any) => void;
|
|
13846
14932
|
onMousedown: (e: any) => void;
|
|
@@ -13985,7 +15071,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13985
15071
|
};
|
|
13986
15072
|
}>> & Readonly<{}>, {
|
|
13987
15073
|
prefixCls: import("vue").ComputedRef<string>;
|
|
13988
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
15074
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15075
|
+
active: {
|
|
15076
|
+
type: BooleanConstructor;
|
|
15077
|
+
default: boolean;
|
|
15078
|
+
};
|
|
15079
|
+
loading: {
|
|
15080
|
+
type: BooleanConstructor;
|
|
15081
|
+
default: boolean;
|
|
15082
|
+
};
|
|
15083
|
+
avatar: {
|
|
15084
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").avatarObject>;
|
|
15085
|
+
default: boolean;
|
|
15086
|
+
};
|
|
15087
|
+
title: {
|
|
15088
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").titleObject>;
|
|
15089
|
+
default: boolean;
|
|
15090
|
+
};
|
|
15091
|
+
paragraph: {
|
|
15092
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").paragraphObject>;
|
|
15093
|
+
default: boolean;
|
|
15094
|
+
};
|
|
15095
|
+
}>> & Readonly<{}>, {
|
|
13989
15096
|
loading: boolean;
|
|
13990
15097
|
title: boolean | import("@koi-design/uxd-ui/es/index").titleObject;
|
|
13991
15098
|
avatar: boolean | import("@koi-design/uxd-ui/es/index").avatarObject;
|
|
@@ -14258,7 +15365,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14258
15365
|
}>> & Readonly<{}>, {
|
|
14259
15366
|
prefixCls: import("vue").ComputedRef<string>;
|
|
14260
15367
|
animationState: import("vue").Ref<string, string>;
|
|
14261
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
15368
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15369
|
+
loading: {
|
|
15370
|
+
type: BooleanConstructor;
|
|
15371
|
+
default: boolean;
|
|
15372
|
+
};
|
|
15373
|
+
size: {
|
|
15374
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
15375
|
+
default: string;
|
|
15376
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
15377
|
+
};
|
|
15378
|
+
tip: {
|
|
15379
|
+
type: StringConstructor;
|
|
15380
|
+
};
|
|
15381
|
+
fix: {
|
|
15382
|
+
type: BooleanConstructor;
|
|
15383
|
+
default: boolean;
|
|
15384
|
+
};
|
|
15385
|
+
animation: {
|
|
15386
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Spin").SpinAnimation>;
|
|
15387
|
+
default: string;
|
|
15388
|
+
validator: (val: "square" | "round") => boolean;
|
|
15389
|
+
};
|
|
15390
|
+
}>> & Readonly<{}>, {
|
|
14262
15391
|
loading: boolean;
|
|
14263
15392
|
size: "default" | "small" | "large";
|
|
14264
15393
|
fix: boolean;
|
|
@@ -14439,7 +15568,85 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14439
15568
|
'update:pageSize': (size: number) => boolean;
|
|
14440
15569
|
change: (page: number, size: number) => boolean;
|
|
14441
15570
|
'page-size-change': (size: number, page: number) => boolean;
|
|
14442
|
-
}, import("vue").
|
|
15571
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15572
|
+
current: {
|
|
15573
|
+
type: NumberConstructor;
|
|
15574
|
+
default: number;
|
|
15575
|
+
};
|
|
15576
|
+
total: {
|
|
15577
|
+
type: NumberConstructor;
|
|
15578
|
+
default: number;
|
|
15579
|
+
};
|
|
15580
|
+
pageSize: {
|
|
15581
|
+
type: NumberConstructor;
|
|
15582
|
+
default: number;
|
|
15583
|
+
};
|
|
15584
|
+
pageSizeOptions: {
|
|
15585
|
+
type: import("vue").PropType<number[]>;
|
|
15586
|
+
default(): number[];
|
|
15587
|
+
};
|
|
15588
|
+
size: {
|
|
15589
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Pagination").PaginationSize>;
|
|
15590
|
+
validator: (val: "default" | "small") => boolean;
|
|
15591
|
+
default: string;
|
|
15592
|
+
};
|
|
15593
|
+
variant: {
|
|
15594
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Pagination").PaginationVariant>;
|
|
15595
|
+
validator: (val: "surface" | "soft" | "simple") => boolean;
|
|
15596
|
+
default: string;
|
|
15597
|
+
};
|
|
15598
|
+
simple: {
|
|
15599
|
+
type: BooleanConstructor;
|
|
15600
|
+
default: boolean;
|
|
15601
|
+
};
|
|
15602
|
+
showTotal: {
|
|
15603
|
+
type: BooleanConstructor;
|
|
15604
|
+
default: boolean;
|
|
15605
|
+
};
|
|
15606
|
+
showElevator: {
|
|
15607
|
+
type: BooleanConstructor;
|
|
15608
|
+
default: boolean;
|
|
15609
|
+
};
|
|
15610
|
+
showSizer: {
|
|
15611
|
+
type: BooleanConstructor;
|
|
15612
|
+
default: boolean;
|
|
15613
|
+
};
|
|
15614
|
+
disabled: {
|
|
15615
|
+
type: BooleanConstructor;
|
|
15616
|
+
default: boolean;
|
|
15617
|
+
};
|
|
15618
|
+
locale: {
|
|
15619
|
+
type: import("vue").PropType<import("../locale/default").PaginationLocal>;
|
|
15620
|
+
};
|
|
15621
|
+
pageBufferSize: {
|
|
15622
|
+
type: NumberConstructor;
|
|
15623
|
+
default: number;
|
|
15624
|
+
};
|
|
15625
|
+
showFirstPager: {
|
|
15626
|
+
type: BooleanConstructor;
|
|
15627
|
+
default: boolean;
|
|
15628
|
+
};
|
|
15629
|
+
showLastPager: {
|
|
15630
|
+
type: BooleanConstructor;
|
|
15631
|
+
default: boolean;
|
|
15632
|
+
};
|
|
15633
|
+
beforeChange: {
|
|
15634
|
+
type: import("vue").PropType<(page: number) => boolean>;
|
|
15635
|
+
};
|
|
15636
|
+
align: {
|
|
15637
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
|
15638
|
+
default: string;
|
|
15639
|
+
};
|
|
15640
|
+
selectDropdownWidth: {
|
|
15641
|
+
type: NumberConstructor;
|
|
15642
|
+
default: number;
|
|
15643
|
+
};
|
|
15644
|
+
}>> & Readonly<{
|
|
15645
|
+
onChange?: (page: number, size: number) => any;
|
|
15646
|
+
"onUpdate:current"?: (page: number) => any;
|
|
15647
|
+
"onUpdate:pageSize"?: (size: number) => any;
|
|
15648
|
+
"onPage-size-change"?: (size: number, page: number) => any;
|
|
15649
|
+
}>, {
|
|
14443
15650
|
size: "default" | "small";
|
|
14444
15651
|
disabled: boolean;
|
|
14445
15652
|
variant: "surface" | "soft" | "simple";
|
|
@@ -14562,7 +15769,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14562
15769
|
handleClick: (e: any) => void;
|
|
14563
15770
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14564
15771
|
click: (ev: Event) => boolean;
|
|
14565
|
-
}, import("vue").
|
|
15772
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15773
|
+
rotate: {
|
|
15774
|
+
type: NumberConstructor;
|
|
15775
|
+
};
|
|
15776
|
+
spin: BooleanConstructor;
|
|
15777
|
+
size: {
|
|
15778
|
+
type: NumberConstructor;
|
|
15779
|
+
};
|
|
15780
|
+
color: {
|
|
15781
|
+
type: StringConstructor;
|
|
15782
|
+
default: string;
|
|
15783
|
+
};
|
|
15784
|
+
icon: {
|
|
15785
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
15786
|
+
};
|
|
15787
|
+
}>> & Readonly<{
|
|
15788
|
+
onClick?: (ev: Event) => any;
|
|
15789
|
+
}>, {
|
|
14566
15790
|
color: string;
|
|
14567
15791
|
spin: boolean;
|
|
14568
15792
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -14813,7 +16037,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14813
16037
|
handleClick: (e: any) => void;
|
|
14814
16038
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14815
16039
|
click: (ev: Event) => boolean;
|
|
14816
|
-
}, import("vue").
|
|
16040
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
16041
|
+
rotate: {
|
|
16042
|
+
type: NumberConstructor;
|
|
16043
|
+
};
|
|
16044
|
+
spin: BooleanConstructor;
|
|
16045
|
+
size: {
|
|
16046
|
+
type: NumberConstructor;
|
|
16047
|
+
};
|
|
16048
|
+
color: {
|
|
16049
|
+
type: StringConstructor;
|
|
16050
|
+
default: string;
|
|
16051
|
+
};
|
|
16052
|
+
icon: {
|
|
16053
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
16054
|
+
};
|
|
16055
|
+
}>> & Readonly<{
|
|
16056
|
+
onClick?: (ev: Event) => any;
|
|
16057
|
+
}>, {
|
|
14817
16058
|
color: string;
|
|
14818
16059
|
spin: boolean;
|
|
14819
16060
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -15260,7 +16501,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15260
16501
|
handleClick: (e: any) => void;
|
|
15261
16502
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15262
16503
|
click: (ev: Event) => boolean;
|
|
15263
|
-
}, import("vue").
|
|
16504
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
16505
|
+
rotate: {
|
|
16506
|
+
type: NumberConstructor;
|
|
16507
|
+
};
|
|
16508
|
+
spin: BooleanConstructor;
|
|
16509
|
+
size: {
|
|
16510
|
+
type: NumberConstructor;
|
|
16511
|
+
};
|
|
16512
|
+
color: {
|
|
16513
|
+
type: StringConstructor;
|
|
16514
|
+
default: string;
|
|
16515
|
+
};
|
|
16516
|
+
icon: {
|
|
16517
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
16518
|
+
};
|
|
16519
|
+
}>> & Readonly<{
|
|
16520
|
+
onClick?: (ev: Event) => any;
|
|
16521
|
+
}>, {
|
|
15264
16522
|
color: string;
|
|
15265
16523
|
spin: boolean;
|
|
15266
16524
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -15511,7 +16769,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15511
16769
|
handleClick: (e: any) => void;
|
|
15512
16770
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15513
16771
|
click: (ev: Event) => boolean;
|
|
15514
|
-
}, import("vue").
|
|
16772
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
16773
|
+
rotate: {
|
|
16774
|
+
type: NumberConstructor;
|
|
16775
|
+
};
|
|
16776
|
+
spin: BooleanConstructor;
|
|
16777
|
+
size: {
|
|
16778
|
+
type: NumberConstructor;
|
|
16779
|
+
};
|
|
16780
|
+
color: {
|
|
16781
|
+
type: StringConstructor;
|
|
16782
|
+
default: string;
|
|
16783
|
+
};
|
|
16784
|
+
icon: {
|
|
16785
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
16786
|
+
};
|
|
16787
|
+
}>> & Readonly<{
|
|
16788
|
+
onClick?: (ev: Event) => any;
|
|
16789
|
+
}>, {
|
|
15515
16790
|
color: string;
|
|
15516
16791
|
spin: boolean;
|
|
15517
16792
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|