@koi-design/uxd-ui 13.2.9 → 13.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/index.d.ts +14 -1
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.vue.d.ts +18 -1
- package/es/components/Alert/index.d.ts +72 -3
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +47 -1
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/es/components/AutoComplete/index.d.ts +2400 -185
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.vue.d.ts +18 -1
- package/es/components/Avatar/index.d.ts +57 -3
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.vue.d.ts +18 -1
- package/es/components/BackTop/index.d.ts +60 -3
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/index.d.ts +41 -1
- package/es/components/Breadcrumb/index.d.ts +13 -1
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +1 -1
- package/es/components/Button/Button.vue.d.ts +21 -4
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/index.d.ts +103 -9
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.vue.d.ts +264 -5
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +264 -5
- package/es/components/Calendar/index.d.ts +594 -36
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Card/Card.d.ts +18 -1
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +57 -3
- package/es/components/Card/index.d.ts +122 -6
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.vue.d.ts +18 -1
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +90 -3
- package/es/components/Cascader/Cascader.d.ts +128 -2
- package/es/components/Cascader/index.d.ts +548 -10
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/es/components/Checkbox/CheckboxGroup.mjs +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/es/components/Checkbox/index.d.ts +119 -5
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +18 -1
- package/es/components/Collapse/index.d.ts +50 -2
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/es/components/ColorPicker/index.d.ts +962 -130
- package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
- package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
- package/es/components/ColorPicker/units/PreColors.mjs +1 -1
- package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +13 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/es/components/DatePicker/index.d.ts +1032 -100
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/index.d.ts +21 -1
- package/es/components/Drawer/index.d.ts +79 -1
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/es/components/Dropdown/index.d.ts +58 -6
- package/es/components/Empty/index.d.ts +17 -1
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/index.d.ts +57 -1
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/index.d.ts +18 -1
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.vue.d.ts +18 -1
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +18 -1
- package/es/components/Image/index.d.ts +86 -4
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/index.d.ts +46 -1
- package/es/components/Input/Input.d.ts +22 -5
- package/es/components/Input/index.d.ts +185 -21
- package/es/components/InputNumber/InputNumber.d.ts +188 -2
- package/es/components/InputNumber/index.d.ts +752 -95
- package/es/components/Layout/Content.mjs +1 -1
- package/es/components/Layout/Footer.mjs +1 -1
- package/es/components/Layout/Header.mjs +1 -1
- package/es/components/Layout/Layout.mjs +1 -1
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +18 -1
- package/es/components/Layout/index.d.ts +23 -2
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.vue.d.ts +18 -1
- package/es/components/Link/index.d.ts +62 -3
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.vue.d.ts +184 -8
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +57 -3
- package/es/components/List/index.d.ts +473 -20
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/Mask/index.d.ts +30 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +58 -3
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +19 -2
- package/es/components/Menu/index.d.ts +130 -6
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.vue.d.ts +122 -11
- package/es/components/Modal/index.d.ts +330 -24
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +18 -1
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +18 -1
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/es/components/PageHeader/index.d.ts +85 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +18 -1
- package/es/components/Pagination/Pagination.d.ts +36 -2
- package/es/components/Pagination/index.d.ts +151 -5
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/es/components/PopConfirm/index.d.ts +427 -27
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.vue.d.ts +1 -1
- package/es/components/Popover/index.d.ts +64 -3
- package/es/components/Popup/Popup.d.ts +1 -1
- package/es/components/Popup/hooks/usePopper.d.ts +1 -1
- package/es/components/Progress/Circle.d.ts +18 -1
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +18 -1
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.vue.d.ts +36 -2
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/index.d.ts +116 -5
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/index.d.ts +43 -1
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.vue.d.ts +76 -4
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +18 -1
- package/es/components/Rate/index.d.ts +196 -9
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.vue.d.ts +18 -1
- package/es/components/Result/index.d.ts +59 -3
- package/es/components/Scrollbar/index.d.ts +23 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/es/components/Select/RefSelect.mjs +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +321 -18
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Multiple.mjs +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/es/components/Select/Selection/Selection.mjs +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/index.d.ts +221 -4
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/index.d.ts +22 -1
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +68 -1
- package/es/components/Space/index.d.ts +25 -1
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/index.d.ts +23 -1
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.vue.d.ts +76 -4
- package/es/components/Statistic/index.d.ts +196 -9
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +18 -1
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/index.d.ts +73 -2
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/index.d.ts +58 -1
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +597 -32
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +597 -32
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +597 -32
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.vue.d.ts +1437 -139
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +1246 -116
- package/es/components/Table/hooks/useDraggable.mjs +112 -31
- package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
- package/es/components/Table/hooks/useTableResize.mjs +21 -2
- package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +4 -3
- package/es/components/Table/tableUnits/DraggableIcon.mjs.map +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +69 -4
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +71 -6
- package/es/components/Tabs/index.d.ts +272 -19
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.vue.d.ts +18 -1
- package/es/components/Tag/index.d.ts +67 -3
- package/es/components/Text/index.d.ts +24 -1
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/es/components/ThemePanel/index.d.ts +343 -25
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/es/components/TimePicker/index.d.ts +307 -19
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/index.d.ts +18 -1
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/index.d.ts +9 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/es/components/Tooltip/index.d.ts +58 -3
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +103 -9
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +423 -31
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/es/components/Transfer/index.d.ts +4481 -682
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +137 -6
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.vue.d.ts +137 -6
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +137 -6
- package/es/components/Tree/index.d.ts +360 -13
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/es/components/TreeSelect/index.d.ts +900 -65
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +134 -6
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/Uploader.vue.d.ts +1 -1
- package/es/components/Upload/index.d.ts +90 -4
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/index.d.ts +162 -7
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/index.d.ts +14 -1
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.vue.d.ts +18 -1
- package/lib/components/Alert/index.d.ts +72 -3
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +47 -1
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/lib/components/AutoComplete/index.d.ts +2400 -185
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.vue.d.ts +18 -1
- package/lib/components/Avatar/index.d.ts +57 -3
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.vue.d.ts +18 -1
- package/lib/components/BackTop/index.d.ts +60 -3
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/index.d.ts +41 -1
- package/lib/components/Breadcrumb/index.d.ts +13 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +1 -1
- package/lib/components/Button/Button.vue.d.ts +21 -4
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/index.d.ts +103 -9
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.vue.d.ts +264 -5
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +264 -5
- package/lib/components/Calendar/index.d.ts +594 -36
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Card/Card.d.ts +18 -1
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +57 -3
- package/lib/components/Card/index.d.ts +122 -6
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.vue.d.ts +18 -1
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +90 -3
- package/lib/components/Cascader/Cascader.d.ts +128 -2
- package/lib/components/Cascader/index.d.ts +548 -10
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/lib/components/Checkbox/index.d.ts +119 -5
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +18 -1
- package/lib/components/Collapse/index.d.ts +50 -2
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/lib/components/ColorPicker/index.d.ts +962 -130
- package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
- package/lib/components/ColorPicker/units/HueSlider.js +1 -1
- package/lib/components/ColorPicker/units/PreColors.js +1 -1
- package/lib/components/ColorPicker/units/SvPanel.js +1 -1
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +13 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/lib/components/DatePicker/index.d.ts +1032 -100
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/index.d.ts +21 -1
- package/lib/components/Drawer/index.d.ts +79 -1
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/lib/components/Dropdown/index.d.ts +58 -6
- package/lib/components/Empty/index.d.ts +17 -1
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/index.d.ts +57 -1
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/index.d.ts +18 -1
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.vue.d.ts +18 -1
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +18 -1
- package/lib/components/Image/index.d.ts +86 -4
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/index.d.ts +46 -1
- package/lib/components/Input/Input.d.ts +22 -5
- package/lib/components/Input/index.d.ts +185 -21
- package/lib/components/InputNumber/InputNumber.d.ts +188 -2
- package/lib/components/InputNumber/index.d.ts +752 -95
- package/lib/components/Layout/Content.js +1 -1
- package/lib/components/Layout/Footer.js +1 -1
- package/lib/components/Layout/Header.js +1 -1
- package/lib/components/Layout/Layout.js +1 -1
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +18 -1
- package/lib/components/Layout/index.d.ts +23 -2
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.vue.d.ts +18 -1
- package/lib/components/Link/index.d.ts +62 -3
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.vue.d.ts +184 -8
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +57 -3
- package/lib/components/List/index.d.ts +473 -20
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/Mask/index.d.ts +30 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +58 -3
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +19 -2
- package/lib/components/Menu/index.d.ts +130 -6
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.vue.d.ts +122 -11
- package/lib/components/Modal/index.d.ts +330 -24
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +18 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +18 -1
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/lib/components/PageHeader/index.d.ts +85 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +18 -1
- package/lib/components/Pagination/Pagination.d.ts +36 -2
- package/lib/components/Pagination/index.d.ts +151 -5
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/lib/components/PopConfirm/index.d.ts +427 -27
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.vue.d.ts +1 -1
- package/lib/components/Popover/index.d.ts +64 -3
- package/lib/components/Popup/Popup.d.ts +1 -1
- package/lib/components/Popup/hooks/usePopper.d.ts +1 -1
- package/lib/components/Progress/Circle.d.ts +18 -1
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +18 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.vue.d.ts +36 -2
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/index.d.ts +116 -5
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/index.d.ts +43 -1
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +76 -4
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +18 -1
- package/lib/components/Rate/index.d.ts +196 -9
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.vue.d.ts +18 -1
- package/lib/components/Result/index.d.ts +59 -3
- package/lib/components/Scrollbar/index.d.ts +23 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/lib/components/Select/RefSelect.js +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +321 -18
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Multiple.js +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/lib/components/Select/Selection/Selection.js +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/index.d.ts +221 -4
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/index.d.ts +22 -1
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +68 -1
- package/lib/components/Space/index.d.ts +25 -1
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/index.d.ts +23 -1
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.vue.d.ts +76 -4
- package/lib/components/Statistic/index.d.ts +196 -9
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +18 -1
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/index.d.ts +73 -2
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/index.d.ts +58 -1
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +597 -32
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +597 -32
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +597 -32
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.vue.d.ts +1437 -139
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +1246 -116
- package/lib/components/Table/hooks/useDraggable.js +111 -30
- package/lib/components/Table/hooks/useDraggable.js.map +1 -1
- package/lib/components/Table/hooks/useTableResize.js +21 -2
- package/lib/components/Table/hooks/useTableResize.js.map +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +4 -3
- package/lib/components/Table/tableUnits/DraggableIcon.js.map +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/TableSummaryRow.js +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +69 -4
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +71 -6
- package/lib/components/Tabs/index.d.ts +272 -19
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.vue.d.ts +18 -1
- package/lib/components/Tag/index.d.ts +67 -3
- package/lib/components/Text/index.d.ts +24 -1
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/lib/components/ThemePanel/index.d.ts +343 -25
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/lib/components/TimePicker/index.d.ts +307 -19
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/index.d.ts +18 -1
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/index.d.ts +9 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/lib/components/Tooltip/index.d.ts +58 -3
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +103 -9
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +423 -31
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/lib/components/Transfer/index.d.ts +4481 -682
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +137 -6
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.vue.d.ts +137 -6
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +137 -6
- package/lib/components/Tree/index.d.ts +360 -13
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/lib/components/TreeSelect/index.d.ts +900 -65
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +134 -6
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/Uploader.vue.d.ts +1 -1
- package/lib/components/Upload/index.d.ts +90 -4
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/index.d.ts +162 -7
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/package.json +1 -1
- package/types/components/Affix/index.d.ts +14 -1
- package/types/components/Alert/Alert.vue.d.ts +18 -1
- package/types/components/Alert/index.d.ts +72 -3
- package/types/components/Anchor/index.d.ts +47 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
- package/types/components/AutoComplete/index.d.ts +2400 -185
- package/types/components/Avatar/Avatar.vue.d.ts +18 -1
- package/types/components/Avatar/index.d.ts +57 -3
- package/types/components/BackTop/BackTop.vue.d.ts +18 -1
- package/types/components/BackTop/index.d.ts +60 -3
- package/types/components/Badge/index.d.ts +41 -1
- package/types/components/Breadcrumb/index.d.ts +13 -1
- package/types/components/Button/Button.type.d.ts +1 -1
- package/types/components/Button/Button.vue.d.ts +21 -4
- package/types/components/Button/index.d.ts +103 -9
- package/types/components/Calendar/Calendar.vue.d.ts +264 -5
- package/types/components/Calendar/Header.vue.d.ts +264 -5
- package/types/components/Calendar/index.d.ts +594 -36
- package/types/components/Card/Card.d.ts +18 -1
- package/types/components/Card/CardMeta.vue.d.ts +57 -3
- package/types/components/Card/index.d.ts +122 -6
- package/types/components/Carousel/Carousel.vue.d.ts +18 -1
- package/types/components/Carousel/index.d.ts +90 -3
- package/types/components/Cascader/Cascader.d.ts +128 -2
- package/types/components/Cascader/index.d.ts +548 -10
- package/types/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/types/components/Checkbox/index.d.ts +119 -5
- package/types/components/Collapse/Panel.vue.d.ts +18 -1
- package/types/components/Collapse/index.d.ts +50 -2
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
- package/types/components/ColorPicker/index.d.ts +962 -130
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +13 -1
- package/types/components/DatePicker/DatePicker.vue.d.ts +437 -35
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/types/components/DatePicker/index.d.ts +1032 -100
- package/types/components/Divider/index.d.ts +21 -1
- package/types/components/Drawer/index.d.ts +79 -1
- package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/types/components/Dropdown/index.d.ts +58 -6
- package/types/components/Empty/index.d.ts +17 -1
- package/types/components/Form/index.d.ts +57 -1
- package/types/components/Icon/index.d.ts +18 -1
- package/types/components/Image/Image.vue.d.ts +18 -1
- package/types/components/Image/ImgViewer.vue.d.ts +18 -1
- package/types/components/Image/index.d.ts +86 -4
- package/types/components/InfoView/index.d.ts +46 -1
- package/types/components/Input/Input.d.ts +22 -5
- package/types/components/Input/index.d.ts +185 -21
- package/types/components/InputNumber/InputNumber.d.ts +188 -2
- package/types/components/InputNumber/index.d.ts +752 -95
- package/types/components/Layout/Sider.vue.d.ts +18 -1
- package/types/components/Layout/index.d.ts +23 -2
- package/types/components/Link/Link.vue.d.ts +18 -1
- package/types/components/Link/index.d.ts +62 -3
- package/types/components/List/List.vue.d.ts +184 -8
- package/types/components/List/ListItemMeta.vue.d.ts +57 -3
- package/types/components/List/index.d.ts +473 -20
- package/types/components/Mask/index.d.ts +30 -1
- package/types/components/Menu/MenuItem.vue.d.ts +58 -3
- package/types/components/Menu/SubMenu.vue.d.ts +19 -2
- package/types/components/Menu/index.d.ts +130 -6
- package/types/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/types/components/Modal/Modal.vue.d.ts +122 -11
- package/types/components/Modal/index.d.ts +330 -24
- package/types/components/Notification/Notice.vue.d.ts +18 -1
- package/types/components/Notification/Notification.vue.d.ts +18 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/types/components/PageHeader/index.d.ts +85 -5
- package/types/components/Pagination/Pager.vue.d.ts +18 -1
- package/types/components/Pagination/Pagination.d.ts +36 -2
- package/types/components/Pagination/index.d.ts +151 -5
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
- package/types/components/PopConfirm/index.d.ts +427 -27
- package/types/components/Popover/Popover.vue.d.ts +1 -1
- package/types/components/Popover/index.d.ts +64 -3
- package/types/components/Popup/Popup.d.ts +1 -1
- package/types/components/Popup/hooks/usePopper.d.ts +1 -1
- package/types/components/Progress/Circle.d.ts +18 -1
- package/types/components/Progress/Line.vue.d.ts +18 -1
- package/types/components/Progress/Progress.vue.d.ts +36 -2
- package/types/components/Progress/index.d.ts +116 -5
- package/types/components/Radio/index.d.ts +43 -1
- package/types/components/Rate/Rate.vue.d.ts +76 -4
- package/types/components/Rate/Star.vue.d.ts +18 -1
- package/types/components/Rate/index.d.ts +196 -9
- package/types/components/Result/Result.vue.d.ts +18 -1
- package/types/components/Result/index.d.ts +59 -3
- package/types/components/Scrollbar/index.d.ts +23 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +180 -8
- package/types/components/Select/RefSelect.vue.d.ts +321 -18
- package/types/components/Select/Selection/Multiple.vue.d.ts +82 -4
- package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/types/components/Select/index.d.ts +221 -4
- package/types/components/Skeleton/index.d.ts +22 -1
- package/types/components/Slider/index.d.ts +68 -1
- package/types/components/Space/index.d.ts +25 -1
- package/types/components/Spin/index.d.ts +23 -1
- package/types/components/Statistic/Statistic.vue.d.ts +76 -4
- package/types/components/Statistic/index.d.ts +196 -9
- package/types/components/Steps/Step.vue.d.ts +18 -1
- package/types/components/Steps/index.d.ts +73 -2
- package/types/components/Switch/index.d.ts +58 -1
- package/types/components/Table/BaseTable.vue.d.ts +597 -32
- package/types/components/Table/BodyTable.vue.d.ts +597 -32
- package/types/components/Table/HeadTable.vue.d.ts +597 -32
- package/types/components/Table/Table.vue.d.ts +1437 -139
- package/types/components/Table/TableBox.vue.d.ts +1246 -116
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/types/components/Tabs/TabNav.vue.d.ts +69 -4
- package/types/components/Tabs/Tabs.d.ts +71 -6
- package/types/components/Tabs/index.d.ts +272 -19
- package/types/components/Tag/Tag.vue.d.ts +18 -1
- package/types/components/Tag/index.d.ts +67 -3
- package/types/components/Text/index.d.ts +24 -1
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/types/components/ThemePanel/index.d.ts +343 -25
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/types/components/TimePicker/TimePicker.vue.d.ts +87 -9
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/types/components/TimePicker/index.d.ts +307 -19
- package/types/components/Timeline/index.d.ts +18 -1
- package/types/components/Toggle/index.d.ts +9 -1
- package/types/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/types/components/Tooltip/index.d.ts +58 -3
- package/types/components/Transfer/Operation.vue.d.ts +103 -9
- package/types/components/Transfer/Transfer.vue.d.ts +1580 -178
- package/types/components/Transfer/TransferList.vue.d.ts +423 -31
- package/types/components/Transfer/TransferListItem.vue.d.ts +119 -5
- package/types/components/Transfer/index.d.ts +4481 -682
- package/types/components/Tree/SubTree.vue.d.ts +137 -6
- package/types/components/Tree/Tree.vue.d.ts +137 -6
- package/types/components/Tree/TreeNode.vue.d.ts +137 -6
- package/types/components/Tree/index.d.ts +360 -13
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
- package/types/components/TreeSelect/index.d.ts +900 -65
- package/types/components/Upload/UploadList.vue.d.ts +134 -6
- package/types/components/Upload/Uploader.vue.d.ts +1 -1
- package/types/components/Upload/index.d.ts +90 -4
- package/types/components/VirtualList/VirtualList.vue.d.ts +50 -2
- package/types/components/VirtualList/index.d.ts +162 -7
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +137 -36
- package/uxd-ui.umd.js +137 -36
- package/uxd-ui.umd.min.js +6 -6
|
@@ -157,7 +157,135 @@ export declare const UDatePicker: {
|
|
|
157
157
|
blur: (e: Event) => boolean;
|
|
158
158
|
focus: (e: Event) => boolean;
|
|
159
159
|
clear: () => boolean;
|
|
160
|
-
}, import("vue").
|
|
160
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
161
|
+
modelValue: {
|
|
162
|
+
type: import("vue").PropType<import("./DatePicker.type").DatePickerValueType>;
|
|
163
|
+
};
|
|
164
|
+
type: {
|
|
165
|
+
type: import("vue").PropType<import("./DatePicker.type").DatePickerType>;
|
|
166
|
+
default: string;
|
|
167
|
+
validator: (val: string) => boolean;
|
|
168
|
+
};
|
|
169
|
+
placeholder: {
|
|
170
|
+
type: import("vue").PropType<string | string[]>;
|
|
171
|
+
};
|
|
172
|
+
size: {
|
|
173
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
174
|
+
default: string;
|
|
175
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
176
|
+
};
|
|
177
|
+
format: {
|
|
178
|
+
type: StringConstructor;
|
|
179
|
+
};
|
|
180
|
+
valueFormat: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
};
|
|
183
|
+
locale: {
|
|
184
|
+
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
185
|
+
};
|
|
186
|
+
disabled: {
|
|
187
|
+
type: BooleanConstructor;
|
|
188
|
+
default: boolean;
|
|
189
|
+
};
|
|
190
|
+
open: {
|
|
191
|
+
type: BooleanConstructor;
|
|
192
|
+
default: undefined;
|
|
193
|
+
};
|
|
194
|
+
clearable: {
|
|
195
|
+
type: BooleanConstructor;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
198
|
+
disabledDate: {
|
|
199
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
200
|
+
};
|
|
201
|
+
disabledTime: {
|
|
202
|
+
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
203
|
+
};
|
|
204
|
+
clearIcon: {
|
|
205
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
206
|
+
};
|
|
207
|
+
timeOptions: {
|
|
208
|
+
type: import("vue").PropType<Record<string, any>>;
|
|
209
|
+
};
|
|
210
|
+
suffixIcon: {
|
|
211
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
212
|
+
};
|
|
213
|
+
separator: {
|
|
214
|
+
type: StringConstructor;
|
|
215
|
+
};
|
|
216
|
+
defaultTime: {
|
|
217
|
+
type: import("vue").PropType<string[]>;
|
|
218
|
+
};
|
|
219
|
+
shortcuts: {
|
|
220
|
+
type: import("vue").PropType<import("./DatePicker.type").DatePickerShortcut[]>;
|
|
221
|
+
validator: (val: any[]) => boolean;
|
|
222
|
+
};
|
|
223
|
+
limitDuration: {
|
|
224
|
+
type: import("vue").PropType<import("./DatePicker.type").DatePickerLimit>;
|
|
225
|
+
};
|
|
226
|
+
showConfirm: {
|
|
227
|
+
type: BooleanConstructor;
|
|
228
|
+
default: boolean;
|
|
229
|
+
};
|
|
230
|
+
showToday: {
|
|
231
|
+
type: BooleanConstructor;
|
|
232
|
+
default: boolean;
|
|
233
|
+
};
|
|
234
|
+
autoOpenTime: {
|
|
235
|
+
type: BooleanConstructor;
|
|
236
|
+
dafault: boolean;
|
|
237
|
+
};
|
|
238
|
+
showTimeClear: {
|
|
239
|
+
type: BooleanConstructor;
|
|
240
|
+
default: boolean;
|
|
241
|
+
};
|
|
242
|
+
dropdownMenuClass: {
|
|
243
|
+
type: StringConstructor;
|
|
244
|
+
};
|
|
245
|
+
variant: {
|
|
246
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
247
|
+
default: string;
|
|
248
|
+
validator: (val: string) => boolean;
|
|
249
|
+
};
|
|
250
|
+
color: {
|
|
251
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
252
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
253
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
254
|
+
};
|
|
255
|
+
label: {
|
|
256
|
+
type: StringConstructor;
|
|
257
|
+
};
|
|
258
|
+
labelColon: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
262
|
+
required: {
|
|
263
|
+
type: BooleanConstructor;
|
|
264
|
+
default: boolean;
|
|
265
|
+
};
|
|
266
|
+
placement: {
|
|
267
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
268
|
+
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;
|
|
269
|
+
};
|
|
270
|
+
getPopupContainer: {
|
|
271
|
+
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
272
|
+
};
|
|
273
|
+
modifiers: {
|
|
274
|
+
type: import("vue").PropType<any[]>;
|
|
275
|
+
};
|
|
276
|
+
direction: {
|
|
277
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
278
|
+
};
|
|
279
|
+
}>> & Readonly<{
|
|
280
|
+
onChange?: (v: import("./DatePicker.type").DatePickerValueType) => any;
|
|
281
|
+
onClear?: () => any;
|
|
282
|
+
onFocus?: (e: Event) => any;
|
|
283
|
+
onBlur?: (e: Event) => any;
|
|
284
|
+
"onUpdate:modelValue"?: (v: import("./DatePicker.type").DatePickerValueType) => any;
|
|
285
|
+
onConfirm?: () => any;
|
|
286
|
+
"onOpen-change"?: (v: boolean) => any;
|
|
287
|
+
"onUpdate:open"?: (v: boolean) => any;
|
|
288
|
+
}>, {
|
|
161
289
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
162
290
|
type: import("./DatePicker.type").DatePickerType;
|
|
163
291
|
required: boolean;
|
|
@@ -239,7 +367,7 @@ export declare const UDatePicker: {
|
|
|
239
367
|
}>, {
|
|
240
368
|
reference: import("vue").Ref<any, any>;
|
|
241
369
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
242
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
370
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
243
371
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
244
372
|
onClick: (e: any) => void;
|
|
245
373
|
onMousedown: (e: any) => void;
|
|
@@ -397,7 +525,24 @@ export declare const UDatePicker: {
|
|
|
397
525
|
handleClick: (e: any) => void;
|
|
398
526
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
399
527
|
click: (ev: Event) => boolean;
|
|
400
|
-
}, import("vue").
|
|
528
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
529
|
+
rotate: {
|
|
530
|
+
type: NumberConstructor;
|
|
531
|
+
};
|
|
532
|
+
spin: BooleanConstructor;
|
|
533
|
+
size: {
|
|
534
|
+
type: NumberConstructor;
|
|
535
|
+
};
|
|
536
|
+
color: {
|
|
537
|
+
type: StringConstructor;
|
|
538
|
+
default: string;
|
|
539
|
+
};
|
|
540
|
+
icon: {
|
|
541
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
542
|
+
};
|
|
543
|
+
}>> & Readonly<{
|
|
544
|
+
onClick?: (ev: Event) => any;
|
|
545
|
+
}>, {
|
|
401
546
|
color: string;
|
|
402
547
|
spin: boolean;
|
|
403
548
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -730,8 +875,8 @@ export declare const UDatePicker: {
|
|
|
730
875
|
};
|
|
731
876
|
}>, {
|
|
732
877
|
inputPrefixCls: import("vue").ComputedRef<string>;
|
|
733
|
-
startInputRef: import("vue").ShallowRef<HTMLInputElement
|
|
734
|
-
endInputRef: import("vue").ShallowRef<HTMLInputElement
|
|
878
|
+
startInputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
879
|
+
endInputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
735
880
|
startDate: import("vue").Ref<string | Date | {
|
|
736
881
|
clone: () => import("dayjs").Dayjs;
|
|
737
882
|
isValid: () => boolean;
|
|
@@ -1200,7 +1345,24 @@ export declare const UDatePicker: {
|
|
|
1200
1345
|
handleClick: (e: any) => void;
|
|
1201
1346
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1202
1347
|
click: (ev: Event) => boolean;
|
|
1203
|
-
}, import("vue").
|
|
1348
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1349
|
+
rotate: {
|
|
1350
|
+
type: NumberConstructor;
|
|
1351
|
+
};
|
|
1352
|
+
spin: BooleanConstructor;
|
|
1353
|
+
size: {
|
|
1354
|
+
type: NumberConstructor;
|
|
1355
|
+
};
|
|
1356
|
+
color: {
|
|
1357
|
+
type: StringConstructor;
|
|
1358
|
+
default: string;
|
|
1359
|
+
};
|
|
1360
|
+
icon: {
|
|
1361
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1362
|
+
};
|
|
1363
|
+
}>> & Readonly<{
|
|
1364
|
+
onClick?: (ev: Event) => any;
|
|
1365
|
+
}>, {
|
|
1204
1366
|
color: string;
|
|
1205
1367
|
spin: boolean;
|
|
1206
1368
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2045,7 +2207,24 @@ export declare const UDatePicker: {
|
|
|
2045
2207
|
handleClick: (e: any) => void;
|
|
2046
2208
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2047
2209
|
click: (ev: Event) => boolean;
|
|
2048
|
-
}, import("vue").
|
|
2210
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2211
|
+
rotate: {
|
|
2212
|
+
type: NumberConstructor;
|
|
2213
|
+
};
|
|
2214
|
+
spin: BooleanConstructor;
|
|
2215
|
+
size: {
|
|
2216
|
+
type: NumberConstructor;
|
|
2217
|
+
};
|
|
2218
|
+
color: {
|
|
2219
|
+
type: StringConstructor;
|
|
2220
|
+
default: string;
|
|
2221
|
+
};
|
|
2222
|
+
icon: {
|
|
2223
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2224
|
+
};
|
|
2225
|
+
}>> & Readonly<{
|
|
2226
|
+
onClick?: (ev: Event) => any;
|
|
2227
|
+
}>, {
|
|
2049
2228
|
color: string;
|
|
2050
2229
|
spin: boolean;
|
|
2051
2230
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2378,7 +2557,7 @@ export declare const UDatePicker: {
|
|
|
2378
2557
|
};
|
|
2379
2558
|
}>, {
|
|
2380
2559
|
selectRef: import("vue").Ref<any, any>;
|
|
2381
|
-
listRef: import("vue").ShallowRef<HTMLElement
|
|
2560
|
+
listRef: import("vue").ShallowRef<HTMLElement>;
|
|
2382
2561
|
triggerScrollBar: () => void;
|
|
2383
2562
|
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
2384
2563
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2442,7 +2621,29 @@ export declare const UDatePicker: {
|
|
|
2442
2621
|
getBoundingClientRect: () => any;
|
|
2443
2622
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2444
2623
|
scroll: (e: any) => boolean;
|
|
2445
|
-
}, import("vue").
|
|
2624
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2625
|
+
height: {
|
|
2626
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2627
|
+
default: string;
|
|
2628
|
+
};
|
|
2629
|
+
maxHeight: {
|
|
2630
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2631
|
+
default: string;
|
|
2632
|
+
};
|
|
2633
|
+
noresize: BooleanConstructor;
|
|
2634
|
+
always: BooleanConstructor;
|
|
2635
|
+
hideBar: BooleanConstructor;
|
|
2636
|
+
minSize: {
|
|
2637
|
+
type: NumberConstructor;
|
|
2638
|
+
default: number;
|
|
2639
|
+
};
|
|
2640
|
+
zIndex: {
|
|
2641
|
+
type: NumberConstructor;
|
|
2642
|
+
default: number;
|
|
2643
|
+
};
|
|
2644
|
+
}>> & Readonly<{
|
|
2645
|
+
onScroll?: (e: any) => any;
|
|
2646
|
+
}>, {
|
|
2446
2647
|
height: string | number;
|
|
2447
2648
|
maxHeight: string | number;
|
|
2448
2649
|
always: boolean;
|
|
@@ -2740,7 +2941,24 @@ export declare const UDatePicker: {
|
|
|
2740
2941
|
handleClick: (e: any) => void;
|
|
2741
2942
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2742
2943
|
click: (ev: Event) => boolean;
|
|
2743
|
-
}, import("vue").
|
|
2944
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2945
|
+
rotate: {
|
|
2946
|
+
type: NumberConstructor;
|
|
2947
|
+
};
|
|
2948
|
+
spin: BooleanConstructor;
|
|
2949
|
+
size: {
|
|
2950
|
+
type: NumberConstructor;
|
|
2951
|
+
};
|
|
2952
|
+
color: {
|
|
2953
|
+
type: StringConstructor;
|
|
2954
|
+
default: string;
|
|
2955
|
+
};
|
|
2956
|
+
icon: {
|
|
2957
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2958
|
+
};
|
|
2959
|
+
}>> & Readonly<{
|
|
2960
|
+
onClick?: (ev: Event) => any;
|
|
2961
|
+
}>, {
|
|
2744
2962
|
color: string;
|
|
2745
2963
|
spin: boolean;
|
|
2746
2964
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3089,7 +3307,24 @@ export declare const UDatePicker: {
|
|
|
3089
3307
|
handleClick: (e: any) => void;
|
|
3090
3308
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3091
3309
|
click: (ev: Event) => boolean;
|
|
3092
|
-
}, import("vue").
|
|
3310
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3311
|
+
rotate: {
|
|
3312
|
+
type: NumberConstructor;
|
|
3313
|
+
};
|
|
3314
|
+
spin: BooleanConstructor;
|
|
3315
|
+
size: {
|
|
3316
|
+
type: NumberConstructor;
|
|
3317
|
+
};
|
|
3318
|
+
color: {
|
|
3319
|
+
type: StringConstructor;
|
|
3320
|
+
default: string;
|
|
3321
|
+
};
|
|
3322
|
+
icon: {
|
|
3323
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3324
|
+
};
|
|
3325
|
+
}>> & Readonly<{
|
|
3326
|
+
onClick?: (ev: Event) => any;
|
|
3327
|
+
}>, {
|
|
3093
3328
|
color: string;
|
|
3094
3329
|
spin: boolean;
|
|
3095
3330
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3444,7 +3679,24 @@ export declare const UDatePicker: {
|
|
|
3444
3679
|
handleClick: (e: any) => void;
|
|
3445
3680
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3446
3681
|
click: (ev: Event) => boolean;
|
|
3447
|
-
}, import("vue").
|
|
3682
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3683
|
+
rotate: {
|
|
3684
|
+
type: NumberConstructor;
|
|
3685
|
+
};
|
|
3686
|
+
spin: BooleanConstructor;
|
|
3687
|
+
size: {
|
|
3688
|
+
type: NumberConstructor;
|
|
3689
|
+
};
|
|
3690
|
+
color: {
|
|
3691
|
+
type: StringConstructor;
|
|
3692
|
+
default: string;
|
|
3693
|
+
};
|
|
3694
|
+
icon: {
|
|
3695
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3696
|
+
};
|
|
3697
|
+
}>> & Readonly<{
|
|
3698
|
+
onClick?: (ev: Event) => any;
|
|
3699
|
+
}>, {
|
|
3448
3700
|
color: string;
|
|
3449
3701
|
spin: boolean;
|
|
3450
3702
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3620,7 +3872,7 @@ export declare const UDatePicker: {
|
|
|
3620
3872
|
variant: {
|
|
3621
3873
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
3622
3874
|
default: string;
|
|
3623
|
-
validator: (val: "
|
|
3875
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
3624
3876
|
};
|
|
3625
3877
|
size: {
|
|
3626
3878
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -3675,13 +3927,73 @@ export declare const UDatePicker: {
|
|
|
3675
3927
|
handleClick: (event: any) => void;
|
|
3676
3928
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3677
3929
|
click: (ev: Event) => boolean;
|
|
3678
|
-
}, import("vue").
|
|
3930
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3931
|
+
type: {
|
|
3932
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
3933
|
+
default: string;
|
|
3934
|
+
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
3935
|
+
};
|
|
3936
|
+
color: {
|
|
3937
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3938
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3939
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3940
|
+
};
|
|
3941
|
+
variant: {
|
|
3942
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
3943
|
+
default: string;
|
|
3944
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
3945
|
+
};
|
|
3946
|
+
size: {
|
|
3947
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3948
|
+
default: string;
|
|
3949
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3950
|
+
};
|
|
3951
|
+
disabled: {
|
|
3952
|
+
type: BooleanConstructor;
|
|
3953
|
+
default: boolean;
|
|
3954
|
+
};
|
|
3955
|
+
dashed: {
|
|
3956
|
+
type: BooleanConstructor;
|
|
3957
|
+
default: boolean;
|
|
3958
|
+
};
|
|
3959
|
+
icon: {
|
|
3960
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3961
|
+
};
|
|
3962
|
+
shape: {
|
|
3963
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
3964
|
+
default: string;
|
|
3965
|
+
validator: (val: "default" | "circle") => boolean;
|
|
3966
|
+
};
|
|
3967
|
+
block: {
|
|
3968
|
+
type: BooleanConstructor;
|
|
3969
|
+
default: undefined;
|
|
3970
|
+
};
|
|
3971
|
+
loading: {
|
|
3972
|
+
type: BooleanConstructor;
|
|
3973
|
+
default: undefined;
|
|
3974
|
+
};
|
|
3975
|
+
iconOnly: {
|
|
3976
|
+
type: BooleanConstructor;
|
|
3977
|
+
default: undefined;
|
|
3978
|
+
};
|
|
3979
|
+
nativeType: {
|
|
3980
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
3981
|
+
default: string;
|
|
3982
|
+
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
3983
|
+
};
|
|
3984
|
+
blurAfterClick: {
|
|
3985
|
+
type: BooleanConstructor;
|
|
3986
|
+
default: boolean;
|
|
3987
|
+
};
|
|
3988
|
+
}>> & Readonly<{
|
|
3989
|
+
onClick?: (ev: Event) => any;
|
|
3990
|
+
}>, {
|
|
3679
3991
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3680
3992
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
3681
3993
|
loading: boolean;
|
|
3682
3994
|
size: "default" | "small" | "large";
|
|
3683
3995
|
disabled: boolean;
|
|
3684
|
-
variant: "
|
|
3996
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
3685
3997
|
nativeType: "button" | "submit" | "reset";
|
|
3686
3998
|
shape: "default" | "circle";
|
|
3687
3999
|
dashed: boolean;
|
|
@@ -3727,7 +4039,24 @@ export declare const UDatePicker: {
|
|
|
3727
4039
|
handleClick: (e: any) => void;
|
|
3728
4040
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3729
4041
|
click: (ev: Event) => boolean;
|
|
3730
|
-
}, import("vue").
|
|
4042
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4043
|
+
rotate: {
|
|
4044
|
+
type: NumberConstructor;
|
|
4045
|
+
};
|
|
4046
|
+
spin: BooleanConstructor;
|
|
4047
|
+
size: {
|
|
4048
|
+
type: NumberConstructor;
|
|
4049
|
+
};
|
|
4050
|
+
color: {
|
|
4051
|
+
type: StringConstructor;
|
|
4052
|
+
default: string;
|
|
4053
|
+
};
|
|
4054
|
+
icon: {
|
|
4055
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4056
|
+
};
|
|
4057
|
+
}>> & Readonly<{
|
|
4058
|
+
onClick?: (ev: Event) => any;
|
|
4059
|
+
}>, {
|
|
3731
4060
|
color: string;
|
|
3732
4061
|
spin: boolean;
|
|
3733
4062
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3841,7 +4170,7 @@ export declare const UDatePicker: {
|
|
|
3841
4170
|
variant: {
|
|
3842
4171
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
3843
4172
|
default: string;
|
|
3844
|
-
validator: (val: "
|
|
4173
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
3845
4174
|
};
|
|
3846
4175
|
size: {
|
|
3847
4176
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -3900,7 +4229,7 @@ export declare const UDatePicker: {
|
|
|
3900
4229
|
loading: boolean;
|
|
3901
4230
|
size: "default" | "small" | "large";
|
|
3902
4231
|
disabled: boolean;
|
|
3903
|
-
variant: "
|
|
4232
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
3904
4233
|
nativeType: "button" | "submit" | "reset";
|
|
3905
4234
|
shape: "default" | "circle";
|
|
3906
4235
|
dashed: boolean;
|
|
@@ -3925,7 +4254,7 @@ export declare const UDatePicker: {
|
|
|
3925
4254
|
variant: {
|
|
3926
4255
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
3927
4256
|
default: string;
|
|
3928
|
-
validator: (val: "
|
|
4257
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
3929
4258
|
};
|
|
3930
4259
|
size: {
|
|
3931
4260
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -3986,7 +4315,7 @@ export declare const UDatePicker: {
|
|
|
3986
4315
|
loading: boolean;
|
|
3987
4316
|
size: "default" | "small" | "large";
|
|
3988
4317
|
disabled: boolean;
|
|
3989
|
-
variant: "
|
|
4318
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
3990
4319
|
nativeType: "button" | "submit" | "reset";
|
|
3991
4320
|
shape: "default" | "circle";
|
|
3992
4321
|
dashed: boolean;
|
|
@@ -4032,7 +4361,24 @@ export declare const UDatePicker: {
|
|
|
4032
4361
|
handleClick: (e: any) => void;
|
|
4033
4362
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4034
4363
|
click: (ev: Event) => boolean;
|
|
4035
|
-
}, import("vue").
|
|
4364
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4365
|
+
rotate: {
|
|
4366
|
+
type: NumberConstructor;
|
|
4367
|
+
};
|
|
4368
|
+
spin: BooleanConstructor;
|
|
4369
|
+
size: {
|
|
4370
|
+
type: NumberConstructor;
|
|
4371
|
+
};
|
|
4372
|
+
color: {
|
|
4373
|
+
type: StringConstructor;
|
|
4374
|
+
default: string;
|
|
4375
|
+
};
|
|
4376
|
+
icon: {
|
|
4377
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4378
|
+
};
|
|
4379
|
+
}>> & Readonly<{
|
|
4380
|
+
onClick?: (ev: Event) => any;
|
|
4381
|
+
}>, {
|
|
4036
4382
|
color: string;
|
|
4037
4383
|
spin: boolean;
|
|
4038
4384
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5307,7 +5653,24 @@ export declare const UDatePicker: {
|
|
|
5307
5653
|
handleClick: (e: any) => void;
|
|
5308
5654
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5309
5655
|
click: (ev: Event) => boolean;
|
|
5310
|
-
}, import("vue").
|
|
5656
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5657
|
+
rotate: {
|
|
5658
|
+
type: NumberConstructor;
|
|
5659
|
+
};
|
|
5660
|
+
spin: BooleanConstructor;
|
|
5661
|
+
size: {
|
|
5662
|
+
type: NumberConstructor;
|
|
5663
|
+
};
|
|
5664
|
+
color: {
|
|
5665
|
+
type: StringConstructor;
|
|
5666
|
+
default: string;
|
|
5667
|
+
};
|
|
5668
|
+
icon: {
|
|
5669
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5670
|
+
};
|
|
5671
|
+
}>> & Readonly<{
|
|
5672
|
+
onClick?: (ev: Event) => any;
|
|
5673
|
+
}>, {
|
|
5311
5674
|
color: string;
|
|
5312
5675
|
spin: boolean;
|
|
5313
5676
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5640,7 +6003,7 @@ export declare const UDatePicker: {
|
|
|
5640
6003
|
};
|
|
5641
6004
|
}>, {
|
|
5642
6005
|
selectRef: import("vue").Ref<any, any>;
|
|
5643
|
-
listRef: import("vue").ShallowRef<HTMLElement
|
|
6006
|
+
listRef: import("vue").ShallowRef<HTMLElement>;
|
|
5644
6007
|
triggerScrollBar: () => void;
|
|
5645
6008
|
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
5646
6009
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5704,7 +6067,29 @@ export declare const UDatePicker: {
|
|
|
5704
6067
|
getBoundingClientRect: () => any;
|
|
5705
6068
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5706
6069
|
scroll: (e: any) => boolean;
|
|
5707
|
-
}, import("vue").
|
|
6070
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6071
|
+
height: {
|
|
6072
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6073
|
+
default: string;
|
|
6074
|
+
};
|
|
6075
|
+
maxHeight: {
|
|
6076
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6077
|
+
default: string;
|
|
6078
|
+
};
|
|
6079
|
+
noresize: BooleanConstructor;
|
|
6080
|
+
always: BooleanConstructor;
|
|
6081
|
+
hideBar: BooleanConstructor;
|
|
6082
|
+
minSize: {
|
|
6083
|
+
type: NumberConstructor;
|
|
6084
|
+
default: number;
|
|
6085
|
+
};
|
|
6086
|
+
zIndex: {
|
|
6087
|
+
type: NumberConstructor;
|
|
6088
|
+
default: number;
|
|
6089
|
+
};
|
|
6090
|
+
}>> & Readonly<{
|
|
6091
|
+
onScroll?: (e: any) => any;
|
|
6092
|
+
}>, {
|
|
5708
6093
|
height: string | number;
|
|
5709
6094
|
maxHeight: string | number;
|
|
5710
6095
|
always: boolean;
|
|
@@ -6002,7 +6387,24 @@ export declare const UDatePicker: {
|
|
|
6002
6387
|
handleClick: (e: any) => void;
|
|
6003
6388
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6004
6389
|
click: (ev: Event) => boolean;
|
|
6005
|
-
}, import("vue").
|
|
6390
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6391
|
+
rotate: {
|
|
6392
|
+
type: NumberConstructor;
|
|
6393
|
+
};
|
|
6394
|
+
spin: BooleanConstructor;
|
|
6395
|
+
size: {
|
|
6396
|
+
type: NumberConstructor;
|
|
6397
|
+
};
|
|
6398
|
+
color: {
|
|
6399
|
+
type: StringConstructor;
|
|
6400
|
+
default: string;
|
|
6401
|
+
};
|
|
6402
|
+
icon: {
|
|
6403
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6404
|
+
};
|
|
6405
|
+
}>> & Readonly<{
|
|
6406
|
+
onClick?: (ev: Event) => any;
|
|
6407
|
+
}>, {
|
|
6006
6408
|
color: string;
|
|
6007
6409
|
spin: boolean;
|
|
6008
6410
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6351,7 +6753,24 @@ export declare const UDatePicker: {
|
|
|
6351
6753
|
handleClick: (e: any) => void;
|
|
6352
6754
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6353
6755
|
click: (ev: Event) => boolean;
|
|
6354
|
-
}, import("vue").
|
|
6756
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6757
|
+
rotate: {
|
|
6758
|
+
type: NumberConstructor;
|
|
6759
|
+
};
|
|
6760
|
+
spin: BooleanConstructor;
|
|
6761
|
+
size: {
|
|
6762
|
+
type: NumberConstructor;
|
|
6763
|
+
};
|
|
6764
|
+
color: {
|
|
6765
|
+
type: StringConstructor;
|
|
6766
|
+
default: string;
|
|
6767
|
+
};
|
|
6768
|
+
icon: {
|
|
6769
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6770
|
+
};
|
|
6771
|
+
}>> & Readonly<{
|
|
6772
|
+
onClick?: (ev: Event) => any;
|
|
6773
|
+
}>, {
|
|
6355
6774
|
color: string;
|
|
6356
6775
|
spin: boolean;
|
|
6357
6776
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6706,7 +7125,24 @@ export declare const UDatePicker: {
|
|
|
6706
7125
|
handleClick: (e: any) => void;
|
|
6707
7126
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6708
7127
|
click: (ev: Event) => boolean;
|
|
6709
|
-
}, import("vue").
|
|
7128
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7129
|
+
rotate: {
|
|
7130
|
+
type: NumberConstructor;
|
|
7131
|
+
};
|
|
7132
|
+
spin: BooleanConstructor;
|
|
7133
|
+
size: {
|
|
7134
|
+
type: NumberConstructor;
|
|
7135
|
+
};
|
|
7136
|
+
color: {
|
|
7137
|
+
type: StringConstructor;
|
|
7138
|
+
default: string;
|
|
7139
|
+
};
|
|
7140
|
+
icon: {
|
|
7141
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7142
|
+
};
|
|
7143
|
+
}>> & Readonly<{
|
|
7144
|
+
onClick?: (ev: Event) => any;
|
|
7145
|
+
}>, {
|
|
6710
7146
|
color: string;
|
|
6711
7147
|
spin: boolean;
|
|
6712
7148
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6883,7 +7319,76 @@ export declare const UDatePicker: {
|
|
|
6883
7319
|
variant: {
|
|
6884
7320
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
6885
7321
|
default: string;
|
|
6886
|
-
validator: (val: "
|
|
7322
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
7323
|
+
};
|
|
7324
|
+
size: {
|
|
7325
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
7326
|
+
default: string;
|
|
7327
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
7328
|
+
};
|
|
7329
|
+
disabled: {
|
|
7330
|
+
type: BooleanConstructor;
|
|
7331
|
+
default: boolean;
|
|
7332
|
+
};
|
|
7333
|
+
dashed: {
|
|
7334
|
+
type: BooleanConstructor;
|
|
7335
|
+
default: boolean;
|
|
7336
|
+
};
|
|
7337
|
+
icon: {
|
|
7338
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7339
|
+
};
|
|
7340
|
+
shape: {
|
|
7341
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
7342
|
+
default: string;
|
|
7343
|
+
validator: (val: "default" | "circle") => boolean;
|
|
7344
|
+
};
|
|
7345
|
+
block: {
|
|
7346
|
+
type: BooleanConstructor;
|
|
7347
|
+
default: undefined;
|
|
7348
|
+
};
|
|
7349
|
+
loading: {
|
|
7350
|
+
type: BooleanConstructor;
|
|
7351
|
+
default: undefined;
|
|
7352
|
+
};
|
|
7353
|
+
iconOnly: {
|
|
7354
|
+
type: BooleanConstructor;
|
|
7355
|
+
default: undefined;
|
|
7356
|
+
};
|
|
7357
|
+
nativeType: {
|
|
7358
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
7359
|
+
default: string;
|
|
7360
|
+
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
7361
|
+
};
|
|
7362
|
+
blurAfterClick: {
|
|
7363
|
+
type: BooleanConstructor;
|
|
7364
|
+
default: boolean;
|
|
7365
|
+
};
|
|
7366
|
+
}>> & Readonly<{
|
|
7367
|
+
onClick?: (ev: Event) => any;
|
|
7368
|
+
}>, {
|
|
7369
|
+
prefixCls: import("vue").ComputedRef<string>;
|
|
7370
|
+
showSlot: boolean;
|
|
7371
|
+
buttonRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
7372
|
+
computedColor: import("vue").ComputedRef<"primary" | "success" | "warning" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint" | "danger">;
|
|
7373
|
+
uuid: string;
|
|
7374
|
+
handleClick: (event: any) => void;
|
|
7375
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7376
|
+
click: (ev: Event) => boolean;
|
|
7377
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7378
|
+
type: {
|
|
7379
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
7380
|
+
default: string;
|
|
7381
|
+
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
7382
|
+
};
|
|
7383
|
+
color: {
|
|
7384
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
7385
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
7386
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
7387
|
+
};
|
|
7388
|
+
variant: {
|
|
7389
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
7390
|
+
default: string;
|
|
7391
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
6887
7392
|
};
|
|
6888
7393
|
size: {
|
|
6889
7394
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -6930,21 +7435,12 @@ export declare const UDatePicker: {
|
|
|
6930
7435
|
}>> & Readonly<{
|
|
6931
7436
|
onClick?: (ev: Event) => any;
|
|
6932
7437
|
}>, {
|
|
6933
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
6934
|
-
showSlot: boolean;
|
|
6935
|
-
buttonRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
6936
|
-
computedColor: import("vue").ComputedRef<"primary" | "success" | "warning" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint" | "danger">;
|
|
6937
|
-
uuid: string;
|
|
6938
|
-
handleClick: (event: any) => void;
|
|
6939
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6940
|
-
click: (ev: Event) => boolean;
|
|
6941
|
-
}, import("vue").PublicProps, {
|
|
6942
7438
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
6943
7439
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
6944
7440
|
loading: boolean;
|
|
6945
7441
|
size: "default" | "small" | "large";
|
|
6946
7442
|
disabled: boolean;
|
|
6947
|
-
variant: "
|
|
7443
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
6948
7444
|
nativeType: "button" | "submit" | "reset";
|
|
6949
7445
|
shape: "default" | "circle";
|
|
6950
7446
|
dashed: boolean;
|
|
@@ -6990,7 +7486,24 @@ export declare const UDatePicker: {
|
|
|
6990
7486
|
handleClick: (e: any) => void;
|
|
6991
7487
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6992
7488
|
click: (ev: Event) => boolean;
|
|
6993
|
-
}, import("vue").
|
|
7489
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7490
|
+
rotate: {
|
|
7491
|
+
type: NumberConstructor;
|
|
7492
|
+
};
|
|
7493
|
+
spin: BooleanConstructor;
|
|
7494
|
+
size: {
|
|
7495
|
+
type: NumberConstructor;
|
|
7496
|
+
};
|
|
7497
|
+
color: {
|
|
7498
|
+
type: StringConstructor;
|
|
7499
|
+
default: string;
|
|
7500
|
+
};
|
|
7501
|
+
icon: {
|
|
7502
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7503
|
+
};
|
|
7504
|
+
}>> & Readonly<{
|
|
7505
|
+
onClick?: (ev: Event) => any;
|
|
7506
|
+
}>, {
|
|
6994
7507
|
color: string;
|
|
6995
7508
|
spin: boolean;
|
|
6996
7509
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -7104,7 +7617,7 @@ export declare const UDatePicker: {
|
|
|
7104
7617
|
variant: {
|
|
7105
7618
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
7106
7619
|
default: string;
|
|
7107
|
-
validator: (val: "
|
|
7620
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
7108
7621
|
};
|
|
7109
7622
|
size: {
|
|
7110
7623
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -7163,7 +7676,7 @@ export declare const UDatePicker: {
|
|
|
7163
7676
|
loading: boolean;
|
|
7164
7677
|
size: "default" | "small" | "large";
|
|
7165
7678
|
disabled: boolean;
|
|
7166
|
-
variant: "
|
|
7679
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
7167
7680
|
nativeType: "button" | "submit" | "reset";
|
|
7168
7681
|
shape: "default" | "circle";
|
|
7169
7682
|
dashed: boolean;
|
|
@@ -7188,7 +7701,7 @@ export declare const UDatePicker: {
|
|
|
7188
7701
|
variant: {
|
|
7189
7702
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
7190
7703
|
default: string;
|
|
7191
|
-
validator: (val: "
|
|
7704
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
7192
7705
|
};
|
|
7193
7706
|
size: {
|
|
7194
7707
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -7249,7 +7762,7 @@ export declare const UDatePicker: {
|
|
|
7249
7762
|
loading: boolean;
|
|
7250
7763
|
size: "default" | "small" | "large";
|
|
7251
7764
|
disabled: boolean;
|
|
7252
|
-
variant: "
|
|
7765
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
7253
7766
|
nativeType: "button" | "submit" | "reset";
|
|
7254
7767
|
shape: "default" | "circle";
|
|
7255
7768
|
dashed: boolean;
|
|
@@ -7295,7 +7808,24 @@ export declare const UDatePicker: {
|
|
|
7295
7808
|
handleClick: (e: any) => void;
|
|
7296
7809
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7297
7810
|
click: (ev: Event) => boolean;
|
|
7298
|
-
}, import("vue").
|
|
7811
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7812
|
+
rotate: {
|
|
7813
|
+
type: NumberConstructor;
|
|
7814
|
+
};
|
|
7815
|
+
spin: BooleanConstructor;
|
|
7816
|
+
size: {
|
|
7817
|
+
type: NumberConstructor;
|
|
7818
|
+
};
|
|
7819
|
+
color: {
|
|
7820
|
+
type: StringConstructor;
|
|
7821
|
+
default: string;
|
|
7822
|
+
};
|
|
7823
|
+
icon: {
|
|
7824
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7825
|
+
};
|
|
7826
|
+
}>> & Readonly<{
|
|
7827
|
+
onClick?: (ev: Event) => any;
|
|
7828
|
+
}>, {
|
|
7299
7829
|
color: string;
|
|
7300
7830
|
spin: boolean;
|
|
7301
7831
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -7844,7 +8374,7 @@ export declare const UDatePicker: {
|
|
|
7844
8374
|
}>, {
|
|
7845
8375
|
reference: import("vue").Ref<any, any>;
|
|
7846
8376
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
7847
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
8377
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
7848
8378
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
7849
8379
|
onClick: (e: any) => void;
|
|
7850
8380
|
onMousedown: (e: any) => void;
|
|
@@ -8002,7 +8532,24 @@ export declare const UDatePicker: {
|
|
|
8002
8532
|
handleClick: (e: any) => void;
|
|
8003
8533
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8004
8534
|
click: (ev: Event) => boolean;
|
|
8005
|
-
}, import("vue").
|
|
8535
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8536
|
+
rotate: {
|
|
8537
|
+
type: NumberConstructor;
|
|
8538
|
+
};
|
|
8539
|
+
spin: BooleanConstructor;
|
|
8540
|
+
size: {
|
|
8541
|
+
type: NumberConstructor;
|
|
8542
|
+
};
|
|
8543
|
+
color: {
|
|
8544
|
+
type: StringConstructor;
|
|
8545
|
+
default: string;
|
|
8546
|
+
};
|
|
8547
|
+
icon: {
|
|
8548
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
8549
|
+
};
|
|
8550
|
+
}>> & Readonly<{
|
|
8551
|
+
onClick?: (ev: Event) => any;
|
|
8552
|
+
}>, {
|
|
8006
8553
|
color: string;
|
|
8007
8554
|
spin: boolean;
|
|
8008
8555
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -8335,8 +8882,8 @@ export declare const UDatePicker: {
|
|
|
8335
8882
|
};
|
|
8336
8883
|
}>, {
|
|
8337
8884
|
inputPrefixCls: import("vue").ComputedRef<string>;
|
|
8338
|
-
startInputRef: import("vue").ShallowRef<HTMLInputElement
|
|
8339
|
-
endInputRef: import("vue").ShallowRef<HTMLInputElement
|
|
8885
|
+
startInputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
8886
|
+
endInputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
8340
8887
|
startDate: import("vue").Ref<string | Date | {
|
|
8341
8888
|
clone: () => import("dayjs").Dayjs;
|
|
8342
8889
|
isValid: () => boolean;
|
|
@@ -8805,7 +9352,24 @@ export declare const UDatePicker: {
|
|
|
8805
9352
|
handleClick: (e: any) => void;
|
|
8806
9353
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8807
9354
|
click: (ev: Event) => boolean;
|
|
8808
|
-
}, import("vue").
|
|
9355
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
9356
|
+
rotate: {
|
|
9357
|
+
type: NumberConstructor;
|
|
9358
|
+
};
|
|
9359
|
+
spin: BooleanConstructor;
|
|
9360
|
+
size: {
|
|
9361
|
+
type: NumberConstructor;
|
|
9362
|
+
};
|
|
9363
|
+
color: {
|
|
9364
|
+
type: StringConstructor;
|
|
9365
|
+
default: string;
|
|
9366
|
+
};
|
|
9367
|
+
icon: {
|
|
9368
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
9369
|
+
};
|
|
9370
|
+
}>> & Readonly<{
|
|
9371
|
+
onClick?: (ev: Event) => any;
|
|
9372
|
+
}>, {
|
|
8809
9373
|
color: string;
|
|
8810
9374
|
spin: boolean;
|
|
8811
9375
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -9650,7 +10214,24 @@ export declare const UDatePicker: {
|
|
|
9650
10214
|
handleClick: (e: any) => void;
|
|
9651
10215
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9652
10216
|
click: (ev: Event) => boolean;
|
|
9653
|
-
}, import("vue").
|
|
10217
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10218
|
+
rotate: {
|
|
10219
|
+
type: NumberConstructor;
|
|
10220
|
+
};
|
|
10221
|
+
spin: BooleanConstructor;
|
|
10222
|
+
size: {
|
|
10223
|
+
type: NumberConstructor;
|
|
10224
|
+
};
|
|
10225
|
+
color: {
|
|
10226
|
+
type: StringConstructor;
|
|
10227
|
+
default: string;
|
|
10228
|
+
};
|
|
10229
|
+
icon: {
|
|
10230
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10231
|
+
};
|
|
10232
|
+
}>> & Readonly<{
|
|
10233
|
+
onClick?: (ev: Event) => any;
|
|
10234
|
+
}>, {
|
|
9654
10235
|
color: string;
|
|
9655
10236
|
spin: boolean;
|
|
9656
10237
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -9983,7 +10564,7 @@ export declare const UDatePicker: {
|
|
|
9983
10564
|
};
|
|
9984
10565
|
}>, {
|
|
9985
10566
|
selectRef: import("vue").Ref<any, any>;
|
|
9986
|
-
listRef: import("vue").ShallowRef<HTMLElement
|
|
10567
|
+
listRef: import("vue").ShallowRef<HTMLElement>;
|
|
9987
10568
|
triggerScrollBar: () => void;
|
|
9988
10569
|
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
9989
10570
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -10047,7 +10628,29 @@ export declare const UDatePicker: {
|
|
|
10047
10628
|
getBoundingClientRect: () => any;
|
|
10048
10629
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10049
10630
|
scroll: (e: any) => boolean;
|
|
10050
|
-
}, import("vue").
|
|
10631
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10632
|
+
height: {
|
|
10633
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
10634
|
+
default: string;
|
|
10635
|
+
};
|
|
10636
|
+
maxHeight: {
|
|
10637
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
10638
|
+
default: string;
|
|
10639
|
+
};
|
|
10640
|
+
noresize: BooleanConstructor;
|
|
10641
|
+
always: BooleanConstructor;
|
|
10642
|
+
hideBar: BooleanConstructor;
|
|
10643
|
+
minSize: {
|
|
10644
|
+
type: NumberConstructor;
|
|
10645
|
+
default: number;
|
|
10646
|
+
};
|
|
10647
|
+
zIndex: {
|
|
10648
|
+
type: NumberConstructor;
|
|
10649
|
+
default: number;
|
|
10650
|
+
};
|
|
10651
|
+
}>> & Readonly<{
|
|
10652
|
+
onScroll?: (e: any) => any;
|
|
10653
|
+
}>, {
|
|
10051
10654
|
height: string | number;
|
|
10052
10655
|
maxHeight: string | number;
|
|
10053
10656
|
always: boolean;
|
|
@@ -10345,7 +10948,24 @@ export declare const UDatePicker: {
|
|
|
10345
10948
|
handleClick: (e: any) => void;
|
|
10346
10949
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10347
10950
|
click: (ev: Event) => boolean;
|
|
10348
|
-
}, import("vue").
|
|
10951
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10952
|
+
rotate: {
|
|
10953
|
+
type: NumberConstructor;
|
|
10954
|
+
};
|
|
10955
|
+
spin: BooleanConstructor;
|
|
10956
|
+
size: {
|
|
10957
|
+
type: NumberConstructor;
|
|
10958
|
+
};
|
|
10959
|
+
color: {
|
|
10960
|
+
type: StringConstructor;
|
|
10961
|
+
default: string;
|
|
10962
|
+
};
|
|
10963
|
+
icon: {
|
|
10964
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10965
|
+
};
|
|
10966
|
+
}>> & Readonly<{
|
|
10967
|
+
onClick?: (ev: Event) => any;
|
|
10968
|
+
}>, {
|
|
10349
10969
|
color: string;
|
|
10350
10970
|
spin: boolean;
|
|
10351
10971
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10694,7 +11314,24 @@ export declare const UDatePicker: {
|
|
|
10694
11314
|
handleClick: (e: any) => void;
|
|
10695
11315
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10696
11316
|
click: (ev: Event) => boolean;
|
|
10697
|
-
}, import("vue").
|
|
11317
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11318
|
+
rotate: {
|
|
11319
|
+
type: NumberConstructor;
|
|
11320
|
+
};
|
|
11321
|
+
spin: BooleanConstructor;
|
|
11322
|
+
size: {
|
|
11323
|
+
type: NumberConstructor;
|
|
11324
|
+
};
|
|
11325
|
+
color: {
|
|
11326
|
+
type: StringConstructor;
|
|
11327
|
+
default: string;
|
|
11328
|
+
};
|
|
11329
|
+
icon: {
|
|
11330
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11331
|
+
};
|
|
11332
|
+
}>> & Readonly<{
|
|
11333
|
+
onClick?: (ev: Event) => any;
|
|
11334
|
+
}>, {
|
|
10698
11335
|
color: string;
|
|
10699
11336
|
spin: boolean;
|
|
10700
11337
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11049,7 +11686,24 @@ export declare const UDatePicker: {
|
|
|
11049
11686
|
handleClick: (e: any) => void;
|
|
11050
11687
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11051
11688
|
click: (ev: Event) => boolean;
|
|
11052
|
-
}, import("vue").
|
|
11689
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11690
|
+
rotate: {
|
|
11691
|
+
type: NumberConstructor;
|
|
11692
|
+
};
|
|
11693
|
+
spin: BooleanConstructor;
|
|
11694
|
+
size: {
|
|
11695
|
+
type: NumberConstructor;
|
|
11696
|
+
};
|
|
11697
|
+
color: {
|
|
11698
|
+
type: StringConstructor;
|
|
11699
|
+
default: string;
|
|
11700
|
+
};
|
|
11701
|
+
icon: {
|
|
11702
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11703
|
+
};
|
|
11704
|
+
}>> & Readonly<{
|
|
11705
|
+
onClick?: (ev: Event) => any;
|
|
11706
|
+
}>, {
|
|
11053
11707
|
color: string;
|
|
11054
11708
|
spin: boolean;
|
|
11055
11709
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11195,23 +11849,92 @@ export declare const UDatePicker: {
|
|
|
11195
11849
|
locale: {
|
|
11196
11850
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
11197
11851
|
};
|
|
11198
|
-
disabledDate: {
|
|
11199
|
-
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
11852
|
+
disabledDate: {
|
|
11853
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
11854
|
+
};
|
|
11855
|
+
disabledQuarter: {
|
|
11856
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
11857
|
+
};
|
|
11858
|
+
}>> & Readonly<{
|
|
11859
|
+
onSelect?: (...args: any[]) => any;
|
|
11860
|
+
onHover?: (...args: any[]) => any;
|
|
11861
|
+
}>, {
|
|
11862
|
+
prefixCls: string;
|
|
11863
|
+
selectedDate: import("dayjs").Dayjs | import("dayjs").Dayjs[];
|
|
11864
|
+
hoveredDate: import("dayjs").Dayjs;
|
|
11865
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11866
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11867
|
+
UButton: {
|
|
11868
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
11869
|
+
type: {
|
|
11870
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
11871
|
+
default: string;
|
|
11872
|
+
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
11873
|
+
};
|
|
11874
|
+
color: {
|
|
11875
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
11876
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
11877
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
11878
|
+
};
|
|
11879
|
+
variant: {
|
|
11880
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
11881
|
+
default: string;
|
|
11882
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
11883
|
+
};
|
|
11884
|
+
size: {
|
|
11885
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
11886
|
+
default: string;
|
|
11887
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
11888
|
+
};
|
|
11889
|
+
disabled: {
|
|
11890
|
+
type: BooleanConstructor;
|
|
11891
|
+
default: boolean;
|
|
11892
|
+
};
|
|
11893
|
+
dashed: {
|
|
11894
|
+
type: BooleanConstructor;
|
|
11895
|
+
default: boolean;
|
|
11896
|
+
};
|
|
11897
|
+
icon: {
|
|
11898
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11899
|
+
};
|
|
11900
|
+
shape: {
|
|
11901
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
11902
|
+
default: string;
|
|
11903
|
+
validator: (val: "default" | "circle") => boolean;
|
|
11904
|
+
};
|
|
11905
|
+
block: {
|
|
11906
|
+
type: BooleanConstructor;
|
|
11907
|
+
default: undefined;
|
|
11908
|
+
};
|
|
11909
|
+
loading: {
|
|
11910
|
+
type: BooleanConstructor;
|
|
11911
|
+
default: undefined;
|
|
11912
|
+
};
|
|
11913
|
+
iconOnly: {
|
|
11914
|
+
type: BooleanConstructor;
|
|
11915
|
+
default: undefined;
|
|
11916
|
+
};
|
|
11917
|
+
nativeType: {
|
|
11918
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
11919
|
+
default: string;
|
|
11920
|
+
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
11200
11921
|
};
|
|
11201
|
-
|
|
11202
|
-
type:
|
|
11922
|
+
blurAfterClick: {
|
|
11923
|
+
type: BooleanConstructor;
|
|
11924
|
+
default: boolean;
|
|
11203
11925
|
};
|
|
11204
11926
|
}>> & Readonly<{
|
|
11205
|
-
|
|
11206
|
-
onHover?: (...args: any[]) => any;
|
|
11927
|
+
onClick?: (ev: Event) => any;
|
|
11207
11928
|
}>, {
|
|
11208
|
-
prefixCls: string
|
|
11209
|
-
|
|
11210
|
-
|
|
11211
|
-
|
|
11212
|
-
|
|
11213
|
-
|
|
11214
|
-
|
|
11929
|
+
prefixCls: import("vue").ComputedRef<string>;
|
|
11930
|
+
showSlot: boolean;
|
|
11931
|
+
buttonRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
11932
|
+
computedColor: import("vue").ComputedRef<"primary" | "success" | "warning" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint" | "danger">;
|
|
11933
|
+
uuid: string;
|
|
11934
|
+
handleClick: (event: any) => void;
|
|
11935
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11936
|
+
click: (ev: Event) => boolean;
|
|
11937
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11215
11938
|
type: {
|
|
11216
11939
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
11217
11940
|
default: string;
|
|
@@ -11225,7 +11948,7 @@ export declare const UDatePicker: {
|
|
|
11225
11948
|
variant: {
|
|
11226
11949
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
11227
11950
|
default: string;
|
|
11228
|
-
validator: (val: "
|
|
11951
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
11229
11952
|
};
|
|
11230
11953
|
size: {
|
|
11231
11954
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -11272,21 +11995,12 @@ export declare const UDatePicker: {
|
|
|
11272
11995
|
}>> & Readonly<{
|
|
11273
11996
|
onClick?: (ev: Event) => any;
|
|
11274
11997
|
}>, {
|
|
11275
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
11276
|
-
showSlot: boolean;
|
|
11277
|
-
buttonRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
11278
|
-
computedColor: import("vue").ComputedRef<"primary" | "success" | "warning" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint" | "danger">;
|
|
11279
|
-
uuid: string;
|
|
11280
|
-
handleClick: (event: any) => void;
|
|
11281
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11282
|
-
click: (ev: Event) => boolean;
|
|
11283
|
-
}, import("vue").PublicProps, {
|
|
11284
11998
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
11285
11999
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
11286
12000
|
loading: boolean;
|
|
11287
12001
|
size: "default" | "small" | "large";
|
|
11288
12002
|
disabled: boolean;
|
|
11289
|
-
variant: "
|
|
12003
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
11290
12004
|
nativeType: "button" | "submit" | "reset";
|
|
11291
12005
|
shape: "default" | "circle";
|
|
11292
12006
|
dashed: boolean;
|
|
@@ -11332,7 +12046,24 @@ export declare const UDatePicker: {
|
|
|
11332
12046
|
handleClick: (e: any) => void;
|
|
11333
12047
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11334
12048
|
click: (ev: Event) => boolean;
|
|
11335
|
-
}, import("vue").
|
|
12049
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12050
|
+
rotate: {
|
|
12051
|
+
type: NumberConstructor;
|
|
12052
|
+
};
|
|
12053
|
+
spin: BooleanConstructor;
|
|
12054
|
+
size: {
|
|
12055
|
+
type: NumberConstructor;
|
|
12056
|
+
};
|
|
12057
|
+
color: {
|
|
12058
|
+
type: StringConstructor;
|
|
12059
|
+
default: string;
|
|
12060
|
+
};
|
|
12061
|
+
icon: {
|
|
12062
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12063
|
+
};
|
|
12064
|
+
}>> & Readonly<{
|
|
12065
|
+
onClick?: (ev: Event) => any;
|
|
12066
|
+
}>, {
|
|
11336
12067
|
color: string;
|
|
11337
12068
|
spin: boolean;
|
|
11338
12069
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -11446,7 +12177,7 @@ export declare const UDatePicker: {
|
|
|
11446
12177
|
variant: {
|
|
11447
12178
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
11448
12179
|
default: string;
|
|
11449
|
-
validator: (val: "
|
|
12180
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
11450
12181
|
};
|
|
11451
12182
|
size: {
|
|
11452
12183
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -11505,7 +12236,7 @@ export declare const UDatePicker: {
|
|
|
11505
12236
|
loading: boolean;
|
|
11506
12237
|
size: "default" | "small" | "large";
|
|
11507
12238
|
disabled: boolean;
|
|
11508
|
-
variant: "
|
|
12239
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
11509
12240
|
nativeType: "button" | "submit" | "reset";
|
|
11510
12241
|
shape: "default" | "circle";
|
|
11511
12242
|
dashed: boolean;
|
|
@@ -11530,7 +12261,7 @@ export declare const UDatePicker: {
|
|
|
11530
12261
|
variant: {
|
|
11531
12262
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
11532
12263
|
default: string;
|
|
11533
|
-
validator: (val: "
|
|
12264
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
11534
12265
|
};
|
|
11535
12266
|
size: {
|
|
11536
12267
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -11591,7 +12322,7 @@ export declare const UDatePicker: {
|
|
|
11591
12322
|
loading: boolean;
|
|
11592
12323
|
size: "default" | "small" | "large";
|
|
11593
12324
|
disabled: boolean;
|
|
11594
|
-
variant: "
|
|
12325
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
11595
12326
|
nativeType: "button" | "submit" | "reset";
|
|
11596
12327
|
shape: "default" | "circle";
|
|
11597
12328
|
dashed: boolean;
|
|
@@ -11637,7 +12368,24 @@ export declare const UDatePicker: {
|
|
|
11637
12368
|
handleClick: (e: any) => void;
|
|
11638
12369
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11639
12370
|
click: (ev: Event) => boolean;
|
|
11640
|
-
}, import("vue").
|
|
12371
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12372
|
+
rotate: {
|
|
12373
|
+
type: NumberConstructor;
|
|
12374
|
+
};
|
|
12375
|
+
spin: BooleanConstructor;
|
|
12376
|
+
size: {
|
|
12377
|
+
type: NumberConstructor;
|
|
12378
|
+
};
|
|
12379
|
+
color: {
|
|
12380
|
+
type: StringConstructor;
|
|
12381
|
+
default: string;
|
|
12382
|
+
};
|
|
12383
|
+
icon: {
|
|
12384
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
12385
|
+
};
|
|
12386
|
+
}>> & Readonly<{
|
|
12387
|
+
onClick?: (ev: Event) => any;
|
|
12388
|
+
}>, {
|
|
11641
12389
|
color: string;
|
|
11642
12390
|
spin: boolean;
|
|
11643
12391
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -12912,7 +13660,24 @@ export declare const UDatePicker: {
|
|
|
12912
13660
|
handleClick: (e: any) => void;
|
|
12913
13661
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12914
13662
|
click: (ev: Event) => boolean;
|
|
12915
|
-
}, import("vue").
|
|
13663
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
13664
|
+
rotate: {
|
|
13665
|
+
type: NumberConstructor;
|
|
13666
|
+
};
|
|
13667
|
+
spin: BooleanConstructor;
|
|
13668
|
+
size: {
|
|
13669
|
+
type: NumberConstructor;
|
|
13670
|
+
};
|
|
13671
|
+
color: {
|
|
13672
|
+
type: StringConstructor;
|
|
13673
|
+
default: string;
|
|
13674
|
+
};
|
|
13675
|
+
icon: {
|
|
13676
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
13677
|
+
};
|
|
13678
|
+
}>> & Readonly<{
|
|
13679
|
+
onClick?: (ev: Event) => any;
|
|
13680
|
+
}>, {
|
|
12916
13681
|
color: string;
|
|
12917
13682
|
spin: boolean;
|
|
12918
13683
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -13245,7 +14010,7 @@ export declare const UDatePicker: {
|
|
|
13245
14010
|
};
|
|
13246
14011
|
}>, {
|
|
13247
14012
|
selectRef: import("vue").Ref<any, any>;
|
|
13248
|
-
listRef: import("vue").ShallowRef<HTMLElement
|
|
14013
|
+
listRef: import("vue").ShallowRef<HTMLElement>;
|
|
13249
14014
|
triggerScrollBar: () => void;
|
|
13250
14015
|
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
13251
14016
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -13309,7 +14074,29 @@ export declare const UDatePicker: {
|
|
|
13309
14074
|
getBoundingClientRect: () => any;
|
|
13310
14075
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13311
14076
|
scroll: (e: any) => boolean;
|
|
13312
|
-
}, import("vue").
|
|
14077
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14078
|
+
height: {
|
|
14079
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
14080
|
+
default: string;
|
|
14081
|
+
};
|
|
14082
|
+
maxHeight: {
|
|
14083
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
14084
|
+
default: string;
|
|
14085
|
+
};
|
|
14086
|
+
noresize: BooleanConstructor;
|
|
14087
|
+
always: BooleanConstructor;
|
|
14088
|
+
hideBar: BooleanConstructor;
|
|
14089
|
+
minSize: {
|
|
14090
|
+
type: NumberConstructor;
|
|
14091
|
+
default: number;
|
|
14092
|
+
};
|
|
14093
|
+
zIndex: {
|
|
14094
|
+
type: NumberConstructor;
|
|
14095
|
+
default: number;
|
|
14096
|
+
};
|
|
14097
|
+
}>> & Readonly<{
|
|
14098
|
+
onScroll?: (e: any) => any;
|
|
14099
|
+
}>, {
|
|
13313
14100
|
height: string | number;
|
|
13314
14101
|
maxHeight: string | number;
|
|
13315
14102
|
always: boolean;
|
|
@@ -13607,7 +14394,24 @@ export declare const UDatePicker: {
|
|
|
13607
14394
|
handleClick: (e: any) => void;
|
|
13608
14395
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13609
14396
|
click: (ev: Event) => boolean;
|
|
13610
|
-
}, import("vue").
|
|
14397
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14398
|
+
rotate: {
|
|
14399
|
+
type: NumberConstructor;
|
|
14400
|
+
};
|
|
14401
|
+
spin: BooleanConstructor;
|
|
14402
|
+
size: {
|
|
14403
|
+
type: NumberConstructor;
|
|
14404
|
+
};
|
|
14405
|
+
color: {
|
|
14406
|
+
type: StringConstructor;
|
|
14407
|
+
default: string;
|
|
14408
|
+
};
|
|
14409
|
+
icon: {
|
|
14410
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
14411
|
+
};
|
|
14412
|
+
}>> & Readonly<{
|
|
14413
|
+
onClick?: (ev: Event) => any;
|
|
14414
|
+
}>, {
|
|
13611
14415
|
color: string;
|
|
13612
14416
|
spin: boolean;
|
|
13613
14417
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -13956,7 +14760,24 @@ export declare const UDatePicker: {
|
|
|
13956
14760
|
handleClick: (e: any) => void;
|
|
13957
14761
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13958
14762
|
click: (ev: Event) => boolean;
|
|
13959
|
-
}, import("vue").
|
|
14763
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14764
|
+
rotate: {
|
|
14765
|
+
type: NumberConstructor;
|
|
14766
|
+
};
|
|
14767
|
+
spin: BooleanConstructor;
|
|
14768
|
+
size: {
|
|
14769
|
+
type: NumberConstructor;
|
|
14770
|
+
};
|
|
14771
|
+
color: {
|
|
14772
|
+
type: StringConstructor;
|
|
14773
|
+
default: string;
|
|
14774
|
+
};
|
|
14775
|
+
icon: {
|
|
14776
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
14777
|
+
};
|
|
14778
|
+
}>> & Readonly<{
|
|
14779
|
+
onClick?: (ev: Event) => any;
|
|
14780
|
+
}>, {
|
|
13960
14781
|
color: string;
|
|
13961
14782
|
spin: boolean;
|
|
13962
14783
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -14311,7 +15132,24 @@ export declare const UDatePicker: {
|
|
|
14311
15132
|
handleClick: (e: any) => void;
|
|
14312
15133
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14313
15134
|
click: (ev: Event) => boolean;
|
|
14314
|
-
}, import("vue").
|
|
15135
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15136
|
+
rotate: {
|
|
15137
|
+
type: NumberConstructor;
|
|
15138
|
+
};
|
|
15139
|
+
spin: BooleanConstructor;
|
|
15140
|
+
size: {
|
|
15141
|
+
type: NumberConstructor;
|
|
15142
|
+
};
|
|
15143
|
+
color: {
|
|
15144
|
+
type: StringConstructor;
|
|
15145
|
+
default: string;
|
|
15146
|
+
};
|
|
15147
|
+
icon: {
|
|
15148
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
15149
|
+
};
|
|
15150
|
+
}>> & Readonly<{
|
|
15151
|
+
onClick?: (ev: Event) => any;
|
|
15152
|
+
}>, {
|
|
14315
15153
|
color: string;
|
|
14316
15154
|
spin: boolean;
|
|
14317
15155
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -14488,7 +15326,7 @@ export declare const UDatePicker: {
|
|
|
14488
15326
|
variant: {
|
|
14489
15327
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
14490
15328
|
default: string;
|
|
14491
|
-
validator: (val: "
|
|
15329
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
14492
15330
|
};
|
|
14493
15331
|
size: {
|
|
14494
15332
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -14543,13 +15381,73 @@ export declare const UDatePicker: {
|
|
|
14543
15381
|
handleClick: (event: any) => void;
|
|
14544
15382
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14545
15383
|
click: (ev: Event) => boolean;
|
|
14546
|
-
}, import("vue").
|
|
15384
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15385
|
+
type: {
|
|
15386
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
15387
|
+
default: string;
|
|
15388
|
+
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
15389
|
+
};
|
|
15390
|
+
color: {
|
|
15391
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
15392
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
15393
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
15394
|
+
};
|
|
15395
|
+
variant: {
|
|
15396
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
15397
|
+
default: string;
|
|
15398
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
15399
|
+
};
|
|
15400
|
+
size: {
|
|
15401
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
15402
|
+
default: string;
|
|
15403
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
15404
|
+
};
|
|
15405
|
+
disabled: {
|
|
15406
|
+
type: BooleanConstructor;
|
|
15407
|
+
default: boolean;
|
|
15408
|
+
};
|
|
15409
|
+
dashed: {
|
|
15410
|
+
type: BooleanConstructor;
|
|
15411
|
+
default: boolean;
|
|
15412
|
+
};
|
|
15413
|
+
icon: {
|
|
15414
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
15415
|
+
};
|
|
15416
|
+
shape: {
|
|
15417
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
15418
|
+
default: string;
|
|
15419
|
+
validator: (val: "default" | "circle") => boolean;
|
|
15420
|
+
};
|
|
15421
|
+
block: {
|
|
15422
|
+
type: BooleanConstructor;
|
|
15423
|
+
default: undefined;
|
|
15424
|
+
};
|
|
15425
|
+
loading: {
|
|
15426
|
+
type: BooleanConstructor;
|
|
15427
|
+
default: undefined;
|
|
15428
|
+
};
|
|
15429
|
+
iconOnly: {
|
|
15430
|
+
type: BooleanConstructor;
|
|
15431
|
+
default: undefined;
|
|
15432
|
+
};
|
|
15433
|
+
nativeType: {
|
|
15434
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
15435
|
+
default: string;
|
|
15436
|
+
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
15437
|
+
};
|
|
15438
|
+
blurAfterClick: {
|
|
15439
|
+
type: BooleanConstructor;
|
|
15440
|
+
default: boolean;
|
|
15441
|
+
};
|
|
15442
|
+
}>> & Readonly<{
|
|
15443
|
+
onClick?: (ev: Event) => any;
|
|
15444
|
+
}>, {
|
|
14547
15445
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
14548
15446
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
14549
15447
|
loading: boolean;
|
|
14550
15448
|
size: "default" | "small" | "large";
|
|
14551
15449
|
disabled: boolean;
|
|
14552
|
-
variant: "
|
|
15450
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
14553
15451
|
nativeType: "button" | "submit" | "reset";
|
|
14554
15452
|
shape: "default" | "circle";
|
|
14555
15453
|
dashed: boolean;
|
|
@@ -14595,7 +15493,24 @@ export declare const UDatePicker: {
|
|
|
14595
15493
|
handleClick: (e: any) => void;
|
|
14596
15494
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14597
15495
|
click: (ev: Event) => boolean;
|
|
14598
|
-
}, import("vue").
|
|
15496
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15497
|
+
rotate: {
|
|
15498
|
+
type: NumberConstructor;
|
|
15499
|
+
};
|
|
15500
|
+
spin: BooleanConstructor;
|
|
15501
|
+
size: {
|
|
15502
|
+
type: NumberConstructor;
|
|
15503
|
+
};
|
|
15504
|
+
color: {
|
|
15505
|
+
type: StringConstructor;
|
|
15506
|
+
default: string;
|
|
15507
|
+
};
|
|
15508
|
+
icon: {
|
|
15509
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
15510
|
+
};
|
|
15511
|
+
}>> & Readonly<{
|
|
15512
|
+
onClick?: (ev: Event) => any;
|
|
15513
|
+
}>, {
|
|
14599
15514
|
color: string;
|
|
14600
15515
|
spin: boolean;
|
|
14601
15516
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -14709,7 +15624,7 @@ export declare const UDatePicker: {
|
|
|
14709
15624
|
variant: {
|
|
14710
15625
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
14711
15626
|
default: string;
|
|
14712
|
-
validator: (val: "
|
|
15627
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
14713
15628
|
};
|
|
14714
15629
|
size: {
|
|
14715
15630
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -14768,7 +15683,7 @@ export declare const UDatePicker: {
|
|
|
14768
15683
|
loading: boolean;
|
|
14769
15684
|
size: "default" | "small" | "large";
|
|
14770
15685
|
disabled: boolean;
|
|
14771
|
-
variant: "
|
|
15686
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
14772
15687
|
nativeType: "button" | "submit" | "reset";
|
|
14773
15688
|
shape: "default" | "circle";
|
|
14774
15689
|
dashed: boolean;
|
|
@@ -14793,7 +15708,7 @@ export declare const UDatePicker: {
|
|
|
14793
15708
|
variant: {
|
|
14794
15709
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
14795
15710
|
default: string;
|
|
14796
|
-
validator: (val: "
|
|
15711
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
14797
15712
|
};
|
|
14798
15713
|
size: {
|
|
14799
15714
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -14854,7 +15769,7 @@ export declare const UDatePicker: {
|
|
|
14854
15769
|
loading: boolean;
|
|
14855
15770
|
size: "default" | "small" | "large";
|
|
14856
15771
|
disabled: boolean;
|
|
14857
|
-
variant: "
|
|
15772
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
14858
15773
|
nativeType: "button" | "submit" | "reset";
|
|
14859
15774
|
shape: "default" | "circle";
|
|
14860
15775
|
dashed: boolean;
|
|
@@ -14900,7 +15815,24 @@ export declare const UDatePicker: {
|
|
|
14900
15815
|
handleClick: (e: any) => void;
|
|
14901
15816
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14902
15817
|
click: (ev: Event) => boolean;
|
|
14903
|
-
}, import("vue").
|
|
15818
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15819
|
+
rotate: {
|
|
15820
|
+
type: NumberConstructor;
|
|
15821
|
+
};
|
|
15822
|
+
spin: BooleanConstructor;
|
|
15823
|
+
size: {
|
|
15824
|
+
type: NumberConstructor;
|
|
15825
|
+
};
|
|
15826
|
+
color: {
|
|
15827
|
+
type: StringConstructor;
|
|
15828
|
+
default: string;
|
|
15829
|
+
};
|
|
15830
|
+
icon: {
|
|
15831
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
15832
|
+
};
|
|
15833
|
+
}>> & Readonly<{
|
|
15834
|
+
onClick?: (ev: Event) => any;
|
|
15835
|
+
}>, {
|
|
14904
15836
|
color: string;
|
|
14905
15837
|
spin: boolean;
|
|
14906
15838
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|