@koi-design/uxd-ui 14.0.46 → 14.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/index.d.ts +14 -1
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.vue.d.ts +18 -1
- package/es/components/Alert/index.d.ts +68 -3
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +47 -1
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
- package/es/components/AutoComplete/index.d.ts +1408 -2167
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.vue.d.ts +20 -3
- package/es/components/Avatar/index.d.ts +63 -9
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.vue.d.ts +18 -1
- package/es/components/BackTop/index.d.ts +60 -3
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/index.d.ts +41 -1
- package/es/components/Breadcrumb/index.d.ts +13 -1
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +1 -1
- package/es/components/Button/Button.vue.d.ts +21 -4
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/index.d.ts +103 -9
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.vue.d.ts +251 -5
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +251 -5
- package/es/components/Calendar/index.d.ts +543 -11
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Card/Card.d.ts +18 -1
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +63 -9
- package/es/components/Card/index.d.ts +128 -12
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.vue.d.ts +19 -2
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +93 -6
- package/es/components/Cascader/Cascader.d.ts +128 -2
- package/es/components/Cascader/index.d.ts +548 -10
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/es/components/Checkbox/CheckboxGroup.mjs +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/es/components/Checkbox/index.d.ts +106 -5
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +18 -1
- package/es/components/Collapse/index.d.ts +50 -2
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +393 -40
- package/es/components/ColorPicker/index.d.ts +958 -130
- package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
- package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
- package/es/components/ColorPicker/units/PreColors.mjs +1 -1
- package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +14 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.vue.d.ts +445 -22
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +309 -10
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/es/components/DatePicker/index.d.ts +1101 -140
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/index.d.ts +21 -1
- package/es/components/Drawer/index.d.ts +83 -1
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/es/components/Dropdown/index.d.ts +58 -6
- package/es/components/Empty/index.d.ts +17 -1
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/index.d.ts +57 -1
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Icon/ColorfullEmpty.mjs +1 -1
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/RangeSeparator.mjs +1 -1
- package/es/components/Icon/index.d.ts +18 -1
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.vue.d.ts +19 -2
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +19 -2
- package/es/components/Image/index.d.ts +89 -7
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/index.d.ts +46 -1
- package/es/components/Input/Input.d.ts +22 -5
- package/es/components/Input/index.d.ts +183 -21
- package/es/components/InputNumber/InputNumber.d.ts +188 -2
- package/es/components/InputNumber/index.d.ts +716 -64
- package/es/components/Layout/Content.mjs +1 -1
- package/es/components/Layout/Footer.mjs +1 -1
- package/es/components/Layout/Header.mjs +1 -1
- package/es/components/Layout/Layout.mjs +1 -1
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +18 -1
- package/es/components/Layout/index.d.ts +23 -2
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.vue.d.ts +18 -1
- package/es/components/Link/index.d.ts +62 -3
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.vue.d.ts +56 -249
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +63 -9
- package/es/components/List/index.d.ts +247 -532
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/Mask/index.d.ts +31 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +58 -3
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +19 -2
- package/es/components/Menu/index.d.ts +125 -6
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.vue.d.ts +122 -11
- package/es/components/Modal/index.d.ts +337 -24
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +18 -1
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +18 -1
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/es/components/PageHeader/index.d.ts +86 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +18 -1
- package/es/components/Pagination/Pagination.d.ts +36 -2
- package/es/components/Pagination/index.d.ts +151 -5
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
- package/es/components/PopConfirm/index.d.ts +433 -27
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.vue.d.ts +1 -1
- package/es/components/Popover/index.d.ts +67 -3
- package/es/components/Popup/Popup.d.ts +1 -1
- package/es/components/Popup/hooks/usePopper.d.ts +1 -1
- package/es/components/Progress/Circle.d.ts +18 -1
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +18 -1
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.vue.d.ts +36 -2
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/index.d.ts +111 -5
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/index.d.ts +38 -1
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.vue.d.ts +77 -5
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +19 -2
- package/es/components/Rate/index.d.ts +198 -11
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.vue.d.ts +18 -1
- package/es/components/Result/index.d.ts +59 -3
- package/es/components/Scrollbar/index.d.ts +23 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +52 -249
- package/es/components/Select/RefSelect.mjs +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +180 -259
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Multiple.mjs +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +85 -4
- package/es/components/Select/Selection/MultipleOverFlow.mjs +1 -1
- package/es/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
- package/es/components/Select/Selection/Selection.mjs +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/index.d.ts +213 -4
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/index.d.ts +22 -1
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +59 -1
- package/es/components/Space/index.d.ts +25 -1
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/index.d.ts +23 -1
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.vue.d.ts +76 -4
- package/es/components/Statistic/index.d.ts +196 -9
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +18 -1
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/index.d.ts +68 -2
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/index.d.ts +58 -1
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +579 -32
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +579 -32
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +579 -32
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.vue.d.ts +1393 -131
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +1166 -72
- package/es/components/Table/hooks/useDraggable.mjs +86 -25
- package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
- package/es/components/Table/hooks/useTableResize.d.ts +1 -1
- package/es/components/Table/hooks/useTableResize.mjs +21 -2
- package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +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 +383 -22
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +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 +63 -3
- package/es/components/Text/index.d.ts +24 -1
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/es/components/ThemePanel/index.d.ts +343 -25
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.vue.d.ts +88 -10
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/es/components/TimePicker/index.d.ts +304 -21
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/index.d.ts +18 -1
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/index.d.ts +9 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/es/components/Tooltip/index.d.ts +58 -3
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +103 -9
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.vue.d.ts +1472 -154
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +395 -31
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/es/components/Transfer/index.d.ts +4161 -591
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +124 -6
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.vue.d.ts +124 -6
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +124 -6
- package/es/components/Tree/index.d.ts +334 -13
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/es/components/TreeSelect/index.d.ts +816 -33
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +129 -6
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/Uploader.vue.d.ts +1 -1
- package/es/components/Upload/index.d.ts +94 -4
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +8 -83
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +34 -248
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/index.d.ts +14 -1
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.vue.d.ts +18 -1
- package/lib/components/Alert/index.d.ts +68 -3
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +47 -1
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
- package/lib/components/AutoComplete/index.d.ts +1408 -2167
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.vue.d.ts +20 -3
- package/lib/components/Avatar/index.d.ts +63 -9
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.vue.d.ts +18 -1
- package/lib/components/BackTop/index.d.ts +60 -3
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/index.d.ts +41 -1
- package/lib/components/Breadcrumb/index.d.ts +13 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +1 -1
- package/lib/components/Button/Button.vue.d.ts +21 -4
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/index.d.ts +103 -9
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.vue.d.ts +251 -5
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +251 -5
- package/lib/components/Calendar/index.d.ts +543 -11
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Card/Card.d.ts +18 -1
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +63 -9
- package/lib/components/Card/index.d.ts +128 -12
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -2
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +93 -6
- package/lib/components/Cascader/Cascader.d.ts +128 -2
- package/lib/components/Cascader/index.d.ts +548 -10
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/lib/components/Checkbox/index.d.ts +106 -5
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +18 -1
- package/lib/components/Collapse/index.d.ts +50 -2
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +393 -40
- package/lib/components/ColorPicker/index.d.ts +958 -130
- package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
- package/lib/components/ColorPicker/units/HueSlider.js +1 -1
- package/lib/components/ColorPicker/units/PreColors.js +1 -1
- package/lib/components/ColorPicker/units/SvPanel.js +1 -1
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +14 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.vue.d.ts +445 -22
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +309 -10
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/lib/components/DatePicker/index.d.ts +1101 -140
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/index.d.ts +21 -1
- package/lib/components/Drawer/index.d.ts +83 -1
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/lib/components/Dropdown/index.d.ts +58 -6
- package/lib/components/Empty/index.d.ts +17 -1
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/index.d.ts +57 -1
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Icon/ColorfullEmpty.js +1 -1
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/RangeSeparator.js +1 -1
- package/lib/components/Icon/index.d.ts +18 -1
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.vue.d.ts +19 -2
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +19 -2
- package/lib/components/Image/index.d.ts +89 -7
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/index.d.ts +46 -1
- package/lib/components/Input/Input.d.ts +22 -5
- package/lib/components/Input/index.d.ts +183 -21
- package/lib/components/InputNumber/InputNumber.d.ts +188 -2
- package/lib/components/InputNumber/index.d.ts +716 -64
- package/lib/components/Layout/Content.js +1 -1
- package/lib/components/Layout/Footer.js +1 -1
- package/lib/components/Layout/Header.js +1 -1
- package/lib/components/Layout/Layout.js +1 -1
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +18 -1
- package/lib/components/Layout/index.d.ts +23 -2
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.vue.d.ts +18 -1
- package/lib/components/Link/index.d.ts +62 -3
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.vue.d.ts +56 -249
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +63 -9
- package/lib/components/List/index.d.ts +247 -532
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/Mask/index.d.ts +31 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +58 -3
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +19 -2
- package/lib/components/Menu/index.d.ts +125 -6
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.vue.d.ts +122 -11
- package/lib/components/Modal/index.d.ts +337 -24
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +18 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +18 -1
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/lib/components/PageHeader/index.d.ts +86 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +18 -1
- package/lib/components/Pagination/Pagination.d.ts +36 -2
- package/lib/components/Pagination/index.d.ts +151 -5
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
- package/lib/components/PopConfirm/index.d.ts +433 -27
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.vue.d.ts +1 -1
- package/lib/components/Popover/index.d.ts +67 -3
- package/lib/components/Popup/Popup.d.ts +1 -1
- package/lib/components/Popup/hooks/usePopper.d.ts +1 -1
- package/lib/components/Progress/Circle.d.ts +18 -1
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +18 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.vue.d.ts +36 -2
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/index.d.ts +111 -5
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/index.d.ts +38 -1
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +77 -5
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +19 -2
- package/lib/components/Rate/index.d.ts +198 -11
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.vue.d.ts +18 -1
- package/lib/components/Result/index.d.ts +59 -3
- package/lib/components/Scrollbar/index.d.ts +23 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +52 -249
- package/lib/components/Select/RefSelect.js +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +180 -259
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Multiple.js +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +85 -4
- package/lib/components/Select/Selection/MultipleOverFlow.js +1 -1
- package/lib/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
- package/lib/components/Select/Selection/Selection.js +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/index.d.ts +213 -4
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/index.d.ts +22 -1
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +59 -1
- package/lib/components/Space/index.d.ts +25 -1
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/index.d.ts +23 -1
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.vue.d.ts +76 -4
- package/lib/components/Statistic/index.d.ts +196 -9
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +18 -1
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/index.d.ts +68 -2
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/index.d.ts +58 -1
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +579 -32
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +579 -32
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +579 -32
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.vue.d.ts +1393 -131
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +1166 -72
- package/lib/components/Table/hooks/useDraggable.js +85 -24
- package/lib/components/Table/hooks/useDraggable.js.map +1 -1
- package/lib/components/Table/hooks/useTableResize.d.ts +1 -1
- package/lib/components/Table/hooks/useTableResize.js +21 -2
- package/lib/components/Table/hooks/useTableResize.js.map +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +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 +383 -22
- package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +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 +63 -3
- package/lib/components/Text/index.d.ts +24 -1
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/lib/components/ThemePanel/index.d.ts +343 -25
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.vue.d.ts +88 -10
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/lib/components/TimePicker/index.d.ts +304 -21
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/index.d.ts +18 -1
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/index.d.ts +9 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/lib/components/Tooltip/index.d.ts +58 -3
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +103 -9
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.vue.d.ts +1472 -154
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +395 -31
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/lib/components/Transfer/index.d.ts +4161 -591
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +124 -6
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.vue.d.ts +124 -6
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +124 -6
- package/lib/components/Tree/index.d.ts +334 -13
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/lib/components/TreeSelect/index.d.ts +816 -33
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +129 -6
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/Uploader.vue.d.ts +1 -1
- package/lib/components/Upload/index.d.ts +94 -4
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +8 -83
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +34 -248
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/package.json +1 -1
- package/styles/components/modal/index.css +1 -1
- package/styles/index.css +1 -1
- package/types/components/Affix/index.d.ts +14 -1
- package/types/components/Alert/Alert.vue.d.ts +18 -1
- package/types/components/Alert/index.d.ts +68 -3
- package/types/components/Anchor/index.d.ts +47 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
- package/types/components/AutoComplete/index.d.ts +1408 -2167
- package/types/components/Avatar/Avatar.vue.d.ts +20 -3
- package/types/components/Avatar/index.d.ts +63 -9
- package/types/components/BackTop/BackTop.vue.d.ts +18 -1
- package/types/components/BackTop/index.d.ts +60 -3
- package/types/components/Badge/index.d.ts +41 -1
- package/types/components/Breadcrumb/index.d.ts +13 -1
- package/types/components/Button/Button.type.d.ts +1 -1
- package/types/components/Button/Button.vue.d.ts +21 -4
- package/types/components/Button/index.d.ts +103 -9
- package/types/components/Calendar/Calendar.vue.d.ts +251 -5
- package/types/components/Calendar/Header.vue.d.ts +251 -5
- package/types/components/Calendar/index.d.ts +543 -11
- package/types/components/Card/Card.d.ts +18 -1
- package/types/components/Card/CardMeta.vue.d.ts +63 -9
- package/types/components/Card/index.d.ts +128 -12
- package/types/components/Carousel/Carousel.vue.d.ts +19 -2
- package/types/components/Carousel/index.d.ts +93 -6
- package/types/components/Cascader/Cascader.d.ts +128 -2
- package/types/components/Cascader/index.d.ts +548 -10
- package/types/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/types/components/Checkbox/index.d.ts +106 -5
- package/types/components/Collapse/Panel.vue.d.ts +18 -1
- package/types/components/Collapse/index.d.ts +50 -2
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +393 -40
- package/types/components/ColorPicker/index.d.ts +958 -130
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +14 -1
- package/types/components/DatePicker/DatePicker.vue.d.ts +445 -22
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +309 -10
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/types/components/DatePicker/index.d.ts +1101 -140
- package/types/components/Divider/index.d.ts +21 -1
- package/types/components/Drawer/index.d.ts +83 -1
- package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/types/components/Dropdown/index.d.ts +58 -6
- package/types/components/Empty/index.d.ts +17 -1
- package/types/components/Form/index.d.ts +57 -1
- package/types/components/Icon/index.d.ts +18 -1
- package/types/components/Image/Image.vue.d.ts +19 -2
- package/types/components/Image/ImgViewer.vue.d.ts +19 -2
- package/types/components/Image/index.d.ts +89 -7
- package/types/components/InfoView/index.d.ts +46 -1
- package/types/components/Input/Input.d.ts +22 -5
- package/types/components/Input/index.d.ts +183 -21
- package/types/components/InputNumber/InputNumber.d.ts +188 -2
- package/types/components/InputNumber/index.d.ts +716 -64
- package/types/components/Layout/Sider.vue.d.ts +18 -1
- package/types/components/Layout/index.d.ts +23 -2
- package/types/components/Link/Link.vue.d.ts +18 -1
- package/types/components/Link/index.d.ts +62 -3
- package/types/components/List/List.vue.d.ts +56 -249
- package/types/components/List/ListItemMeta.vue.d.ts +63 -9
- package/types/components/List/index.d.ts +247 -532
- package/types/components/Mask/index.d.ts +31 -1
- package/types/components/Menu/MenuItem.vue.d.ts +58 -3
- package/types/components/Menu/SubMenu.vue.d.ts +19 -2
- package/types/components/Menu/index.d.ts +125 -6
- package/types/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/types/components/Modal/Modal.vue.d.ts +122 -11
- package/types/components/Modal/index.d.ts +337 -24
- package/types/components/Notification/Notice.vue.d.ts +18 -1
- package/types/components/Notification/Notification.vue.d.ts +18 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/types/components/PageHeader/index.d.ts +86 -5
- package/types/components/Pagination/Pager.vue.d.ts +18 -1
- package/types/components/Pagination/Pagination.d.ts +36 -2
- package/types/components/Pagination/index.d.ts +151 -5
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
- package/types/components/PopConfirm/index.d.ts +433 -27
- package/types/components/Popover/Popover.vue.d.ts +1 -1
- package/types/components/Popover/index.d.ts +67 -3
- package/types/components/Popup/Popup.d.ts +1 -1
- package/types/components/Popup/hooks/usePopper.d.ts +1 -1
- package/types/components/Progress/Circle.d.ts +18 -1
- package/types/components/Progress/Line.vue.d.ts +18 -1
- package/types/components/Progress/Progress.vue.d.ts +36 -2
- package/types/components/Progress/index.d.ts +111 -5
- package/types/components/Radio/index.d.ts +38 -1
- package/types/components/Rate/Rate.vue.d.ts +77 -5
- package/types/components/Rate/Star.vue.d.ts +19 -2
- package/types/components/Rate/index.d.ts +198 -11
- package/types/components/Result/Result.vue.d.ts +18 -1
- package/types/components/Result/index.d.ts +59 -3
- package/types/components/Scrollbar/index.d.ts +23 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +52 -249
- package/types/components/Select/RefSelect.vue.d.ts +180 -259
- package/types/components/Select/Selection/Multiple.vue.d.ts +85 -4
- package/types/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
- package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/types/components/Select/index.d.ts +213 -4
- package/types/components/Skeleton/index.d.ts +22 -1
- package/types/components/Slider/index.d.ts +59 -1
- package/types/components/Space/index.d.ts +25 -1
- package/types/components/Spin/index.d.ts +23 -1
- package/types/components/Statistic/Statistic.vue.d.ts +76 -4
- package/types/components/Statistic/index.d.ts +196 -9
- package/types/components/Steps/Step.vue.d.ts +18 -1
- package/types/components/Steps/index.d.ts +68 -2
- package/types/components/Switch/index.d.ts +58 -1
- package/types/components/Table/BaseTable.vue.d.ts +579 -32
- package/types/components/Table/BodyTable.vue.d.ts +579 -32
- package/types/components/Table/HeadTable.vue.d.ts +579 -32
- package/types/components/Table/Table.vue.d.ts +1393 -131
- package/types/components/Table/TableBox.vue.d.ts +1166 -72
- package/types/components/Table/hooks/useTableResize.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +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 +63 -3
- package/types/components/Text/index.d.ts +24 -1
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/types/components/ThemePanel/index.d.ts +343 -25
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/types/components/TimePicker/TimePicker.vue.d.ts +88 -10
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/types/components/TimePicker/index.d.ts +304 -21
- package/types/components/Timeline/index.d.ts +18 -1
- package/types/components/Toggle/index.d.ts +9 -1
- package/types/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/types/components/Tooltip/index.d.ts +58 -3
- package/types/components/Transfer/Operation.vue.d.ts +103 -9
- package/types/components/Transfer/Transfer.vue.d.ts +1472 -154
- package/types/components/Transfer/TransferList.vue.d.ts +395 -31
- package/types/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/types/components/Transfer/index.d.ts +4161 -591
- package/types/components/Tree/SubTree.vue.d.ts +124 -6
- package/types/components/Tree/Tree.vue.d.ts +124 -6
- package/types/components/Tree/TreeNode.vue.d.ts +124 -6
- package/types/components/Tree/index.d.ts +334 -13
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/types/components/TreeSelect/index.d.ts +816 -33
- package/types/components/Upload/UploadList.vue.d.ts +129 -6
- package/types/components/Upload/Uploader.vue.d.ts +1 -1
- package/types/components/Upload/index.d.ts +94 -4
- package/types/components/VirtualList/VirtualList.vue.d.ts +8 -83
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +34 -248
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +7 -7
- package/uxd-ui.esm.mjs +108 -28
- package/uxd-ui.umd.js +108 -28
- package/uxd-ui.umd.min.js +7 -7
|
@@ -58,7 +58,16 @@ export declare const UColorPicker: {
|
|
|
58
58
|
barRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
59
59
|
thumbTop: import("vue").Ref<number, number>;
|
|
60
60
|
updateState: () => void;
|
|
61
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
61
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
+
prefixCls: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
color: {
|
|
67
|
+
type: typeof import("./color").default;
|
|
68
|
+
required: true;
|
|
69
|
+
};
|
|
70
|
+
}>> & Readonly<{}>, {
|
|
62
71
|
prefixCls: string;
|
|
63
72
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
64
73
|
P: {};
|
|
@@ -99,7 +108,16 @@ export declare const UColorPicker: {
|
|
|
99
108
|
barRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
100
109
|
thumbTop: import("vue").Ref<number, number>;
|
|
101
110
|
updateState: () => void;
|
|
102
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
111
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
112
|
+
prefixCls: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
color: {
|
|
117
|
+
type: typeof import("./color").default;
|
|
118
|
+
required: true;
|
|
119
|
+
};
|
|
120
|
+
}>> & Readonly<{}>, {
|
|
103
121
|
prefixCls: string;
|
|
104
122
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
105
123
|
P: {};
|
|
@@ -141,7 +159,16 @@ export declare const UColorPicker: {
|
|
|
141
159
|
cursorTop: import("vue").Ref<number, number>;
|
|
142
160
|
cursorLeft: import("vue").Ref<number, number>;
|
|
143
161
|
updateState: () => void;
|
|
144
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
162
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
163
|
+
prefixCls: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
color: {
|
|
168
|
+
type: typeof import("./color").default;
|
|
169
|
+
required: true;
|
|
170
|
+
};
|
|
171
|
+
}>> & Readonly<{}>, {
|
|
145
172
|
prefixCls: string;
|
|
146
173
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
147
174
|
P: {};
|
|
@@ -182,7 +209,16 @@ export declare const UColorPicker: {
|
|
|
182
209
|
cursorTop: import("vue").Ref<number, number>;
|
|
183
210
|
cursorLeft: import("vue").Ref<number, number>;
|
|
184
211
|
updateState: () => void;
|
|
185
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
212
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
213
|
+
prefixCls: {
|
|
214
|
+
type: StringConstructor;
|
|
215
|
+
default: string;
|
|
216
|
+
};
|
|
217
|
+
color: {
|
|
218
|
+
type: typeof import("./color").default;
|
|
219
|
+
required: true;
|
|
220
|
+
};
|
|
221
|
+
}>> & Readonly<{}>, {
|
|
186
222
|
prefixCls: string;
|
|
187
223
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
188
224
|
P: {};
|
|
@@ -225,7 +261,16 @@ export declare const UColorPicker: {
|
|
|
225
261
|
thumbLeft: import("vue").Ref<number, number>;
|
|
226
262
|
background: import("vue").Ref<string, string>;
|
|
227
263
|
updateState: () => void;
|
|
228
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
264
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
265
|
+
prefixCls: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
color: {
|
|
270
|
+
type: typeof import("./color").default;
|
|
271
|
+
required: true;
|
|
272
|
+
};
|
|
273
|
+
}>> & Readonly<{}>, {
|
|
229
274
|
prefixCls: string;
|
|
230
275
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
231
276
|
P: {};
|
|
@@ -268,7 +313,16 @@ export declare const UColorPicker: {
|
|
|
268
313
|
thumbLeft: import("vue").Ref<number, number>;
|
|
269
314
|
background: import("vue").Ref<string, string>;
|
|
270
315
|
updateState: () => void;
|
|
271
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
316
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
317
|
+
prefixCls: {
|
|
318
|
+
type: StringConstructor;
|
|
319
|
+
default: string;
|
|
320
|
+
};
|
|
321
|
+
color: {
|
|
322
|
+
type: typeof import("./color").default;
|
|
323
|
+
required: true;
|
|
324
|
+
};
|
|
325
|
+
}>> & Readonly<{}>, {
|
|
272
326
|
prefixCls: string;
|
|
273
327
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
274
328
|
P: {};
|
|
@@ -318,7 +372,20 @@ export declare const UColorPicker: {
|
|
|
318
372
|
rawColor: import("./color").default;
|
|
319
373
|
rgba: string;
|
|
320
374
|
}[]>;
|
|
321
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
375
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
376
|
+
prefixCls: {
|
|
377
|
+
type: StringConstructor;
|
|
378
|
+
default: string;
|
|
379
|
+
};
|
|
380
|
+
color: {
|
|
381
|
+
type: typeof import("./color").default;
|
|
382
|
+
required: true;
|
|
383
|
+
};
|
|
384
|
+
colors: {
|
|
385
|
+
type: import("vue").PropType<string[]>;
|
|
386
|
+
required: true;
|
|
387
|
+
};
|
|
388
|
+
}>> & Readonly<{}>, {
|
|
322
389
|
prefixCls: string;
|
|
323
390
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
324
391
|
P: {};
|
|
@@ -373,7 +440,20 @@ export declare const UColorPicker: {
|
|
|
373
440
|
rawColor: import("./color").default;
|
|
374
441
|
rgba: string;
|
|
375
442
|
}[]>;
|
|
376
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
443
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
444
|
+
prefixCls: {
|
|
445
|
+
type: StringConstructor;
|
|
446
|
+
default: string;
|
|
447
|
+
};
|
|
448
|
+
color: {
|
|
449
|
+
type: typeof import("./color").default;
|
|
450
|
+
required: true;
|
|
451
|
+
};
|
|
452
|
+
colors: {
|
|
453
|
+
type: import("vue").PropType<string[]>;
|
|
454
|
+
required: true;
|
|
455
|
+
};
|
|
456
|
+
}>> & Readonly<{}>, {
|
|
377
457
|
prefixCls: string;
|
|
378
458
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
379
459
|
P: {};
|
|
@@ -443,7 +523,49 @@ export declare const UColorPicker: {
|
|
|
443
523
|
change: (v: string | undefined) => boolean;
|
|
444
524
|
'active-change': (v: string) => boolean;
|
|
445
525
|
'open-change': (v: boolean) => boolean;
|
|
446
|
-
}, import("vue").
|
|
526
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
527
|
+
modelValue: {
|
|
528
|
+
type: StringConstructor;
|
|
529
|
+
};
|
|
530
|
+
showAlpha: {
|
|
531
|
+
type: BooleanConstructor;
|
|
532
|
+
default: boolean;
|
|
533
|
+
};
|
|
534
|
+
format: {
|
|
535
|
+
type: import("vue").PropType<import("./ColorPicker.type").ColorPickerFormat>;
|
|
536
|
+
validator: (val: "hsv" | "hsl" | "hex" | "rgb") => boolean;
|
|
537
|
+
};
|
|
538
|
+
preColors: {
|
|
539
|
+
type: import("vue").PropType<string[]>;
|
|
540
|
+
};
|
|
541
|
+
onlyPreColors: {
|
|
542
|
+
type: BooleanConstructor;
|
|
543
|
+
default: boolean;
|
|
544
|
+
};
|
|
545
|
+
size: {
|
|
546
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
547
|
+
default: string;
|
|
548
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
549
|
+
};
|
|
550
|
+
disabled: {
|
|
551
|
+
type: BooleanConstructor;
|
|
552
|
+
default: boolean;
|
|
553
|
+
};
|
|
554
|
+
popupClass: {
|
|
555
|
+
type: StringConstructor;
|
|
556
|
+
};
|
|
557
|
+
popupStyle: {
|
|
558
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
559
|
+
};
|
|
560
|
+
emptyValue: {
|
|
561
|
+
type: import("vue").PropType<string | undefined>;
|
|
562
|
+
};
|
|
563
|
+
}>> & Readonly<{
|
|
564
|
+
onChange?: (v: string) => any;
|
|
565
|
+
"onUpdate:modelValue"?: (v: string) => any;
|
|
566
|
+
"onActive-change"?: (v: string) => any;
|
|
567
|
+
"onOpen-change"?: (v: boolean) => any;
|
|
568
|
+
}>, {
|
|
447
569
|
size: "default" | "small" | "large";
|
|
448
570
|
disabled: boolean;
|
|
449
571
|
showAlpha: boolean;
|
|
@@ -516,7 +638,7 @@ export declare const UColorPicker: {
|
|
|
516
638
|
}>, {
|
|
517
639
|
reference: import("vue").Ref<any, any>;
|
|
518
640
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
519
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
641
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
520
642
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
521
643
|
onClick: (e: any) => void;
|
|
522
644
|
onMousedown: (e: any) => void;
|
|
@@ -674,7 +796,24 @@ export declare const UColorPicker: {
|
|
|
674
796
|
handleClick: (e: any) => void;
|
|
675
797
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
676
798
|
click: (ev: Event) => boolean;
|
|
677
|
-
}, import("vue").
|
|
799
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
800
|
+
rotate: {
|
|
801
|
+
type: NumberConstructor;
|
|
802
|
+
};
|
|
803
|
+
spin: BooleanConstructor;
|
|
804
|
+
size: {
|
|
805
|
+
type: NumberConstructor;
|
|
806
|
+
};
|
|
807
|
+
color: {
|
|
808
|
+
type: StringConstructor;
|
|
809
|
+
default: string;
|
|
810
|
+
};
|
|
811
|
+
icon: {
|
|
812
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
813
|
+
};
|
|
814
|
+
}>> & Readonly<{
|
|
815
|
+
onClick?: (ev: Event) => any;
|
|
816
|
+
}>, {
|
|
678
817
|
color: string;
|
|
679
818
|
spin: boolean;
|
|
680
819
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -888,9 +1027,9 @@ export declare const UColorPicker: {
|
|
|
888
1027
|
}>> & Readonly<{
|
|
889
1028
|
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
890
1029
|
onClear?: (ev: Event) => any;
|
|
891
|
-
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
892
1030
|
onFocus?: (ev: Event) => any;
|
|
893
1031
|
onBlur?: (ev: Event) => any;
|
|
1032
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
894
1033
|
onEnter?: (ev: Event) => any;
|
|
895
1034
|
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
896
1035
|
onKeydown?: (ev: Event) => any;
|
|
@@ -898,10 +1037,10 @@ export declare const UColorPicker: {
|
|
|
898
1037
|
onKeyup?: (ev: Event) => any;
|
|
899
1038
|
}>, {
|
|
900
1039
|
prefixCls: import("vue").ComputedRef<string>;
|
|
901
|
-
wordCountRef: import("vue").ShallowRef<HTMLElement
|
|
902
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement
|
|
903
|
-
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement
|
|
904
|
-
appendRef: import("vue").ShallowRef<HTMLElement
|
|
1040
|
+
wordCountRef: import("vue").ShallowRef<HTMLElement>;
|
|
1041
|
+
inputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
1042
|
+
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
|
|
1043
|
+
appendRef: import("vue").ShallowRef<HTMLElement>;
|
|
905
1044
|
slotReady: import("vue").Ref<boolean, boolean>;
|
|
906
1045
|
stateValue: import("vue").Ref<string | number, string | number>;
|
|
907
1046
|
getMoneyString: (val: string) => string;
|
|
@@ -942,11 +1081,138 @@ export declare const UColorPicker: {
|
|
|
942
1081
|
keyup: (ev: Event) => boolean;
|
|
943
1082
|
focus: (ev: Event) => boolean;
|
|
944
1083
|
blur: (ev: Event) => boolean;
|
|
945
|
-
}, import("vue").
|
|
1084
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1085
|
+
type: {
|
|
1086
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
1087
|
+
default: string;
|
|
1088
|
+
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
1089
|
+
};
|
|
1090
|
+
variant: {
|
|
1091
|
+
type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
|
|
1092
|
+
default: string;
|
|
1093
|
+
validator: (val: string) => boolean;
|
|
1094
|
+
};
|
|
1095
|
+
modelValue: {
|
|
1096
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1097
|
+
};
|
|
1098
|
+
size: {
|
|
1099
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1100
|
+
default: string;
|
|
1101
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1102
|
+
};
|
|
1103
|
+
placeholder: {
|
|
1104
|
+
type: StringConstructor;
|
|
1105
|
+
default: string;
|
|
1106
|
+
};
|
|
1107
|
+
maxlength: {
|
|
1108
|
+
type: NumberConstructor;
|
|
1109
|
+
};
|
|
1110
|
+
disabled: {
|
|
1111
|
+
type: BooleanConstructor;
|
|
1112
|
+
default: boolean;
|
|
1113
|
+
};
|
|
1114
|
+
autosize: {
|
|
1115
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
1116
|
+
default: boolean;
|
|
1117
|
+
};
|
|
1118
|
+
rows: {
|
|
1119
|
+
type: NumberConstructor;
|
|
1120
|
+
default: number;
|
|
1121
|
+
};
|
|
1122
|
+
readonly: {
|
|
1123
|
+
type: BooleanConstructor;
|
|
1124
|
+
default: boolean;
|
|
1125
|
+
};
|
|
1126
|
+
autofocus: {
|
|
1127
|
+
type: BooleanConstructor;
|
|
1128
|
+
default: boolean;
|
|
1129
|
+
};
|
|
1130
|
+
spellcheck: {
|
|
1131
|
+
type: BooleanConstructor;
|
|
1132
|
+
default: boolean;
|
|
1133
|
+
};
|
|
1134
|
+
autocomplete: {
|
|
1135
|
+
type: StringConstructor;
|
|
1136
|
+
default: string;
|
|
1137
|
+
};
|
|
1138
|
+
clearable: {
|
|
1139
|
+
type: BooleanConstructor;
|
|
1140
|
+
default: boolean;
|
|
1141
|
+
};
|
|
1142
|
+
elementId: {
|
|
1143
|
+
type: StringConstructor;
|
|
1144
|
+
};
|
|
1145
|
+
wrap: {
|
|
1146
|
+
type: StringConstructor;
|
|
1147
|
+
default: string;
|
|
1148
|
+
};
|
|
1149
|
+
prefixIcon: {
|
|
1150
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1151
|
+
};
|
|
1152
|
+
suffixIcon: {
|
|
1153
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1154
|
+
};
|
|
1155
|
+
showWordLimit: {
|
|
1156
|
+
type: BooleanConstructor;
|
|
1157
|
+
default: boolean;
|
|
1158
|
+
};
|
|
1159
|
+
search: {
|
|
1160
|
+
type: BooleanConstructor;
|
|
1161
|
+
default: boolean;
|
|
1162
|
+
};
|
|
1163
|
+
enterButton: {
|
|
1164
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1165
|
+
default: boolean;
|
|
1166
|
+
};
|
|
1167
|
+
passwordIcon: {
|
|
1168
|
+
type: BooleanConstructor;
|
|
1169
|
+
default: boolean;
|
|
1170
|
+
};
|
|
1171
|
+
label: {
|
|
1172
|
+
type: StringConstructor;
|
|
1173
|
+
default: string;
|
|
1174
|
+
};
|
|
1175
|
+
labelPosition: {
|
|
1176
|
+
type: import("vue").PropType<"top" | "left">;
|
|
1177
|
+
default: string;
|
|
1178
|
+
};
|
|
1179
|
+
labelColon: {
|
|
1180
|
+
type: BooleanConstructor;
|
|
1181
|
+
default: boolean;
|
|
1182
|
+
};
|
|
1183
|
+
labelStyle: {
|
|
1184
|
+
type: ObjectConstructor;
|
|
1185
|
+
default: () => {};
|
|
1186
|
+
};
|
|
1187
|
+
required: {
|
|
1188
|
+
type: BooleanConstructor;
|
|
1189
|
+
default: boolean;
|
|
1190
|
+
};
|
|
1191
|
+
disabledTriggerForm: {
|
|
1192
|
+
type: BooleanConstructor;
|
|
1193
|
+
default: boolean;
|
|
1194
|
+
};
|
|
1195
|
+
direction: {
|
|
1196
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1197
|
+
};
|
|
1198
|
+
inputSize: {
|
|
1199
|
+
type: NumberConstructor;
|
|
1200
|
+
};
|
|
1201
|
+
}>> & Readonly<{
|
|
1202
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1203
|
+
onClear?: (ev: Event) => any;
|
|
1204
|
+
onFocus?: (ev: Event) => any;
|
|
1205
|
+
onBlur?: (ev: Event) => any;
|
|
1206
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1207
|
+
onEnter?: (ev: Event) => any;
|
|
1208
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1209
|
+
onKeydown?: (ev: Event) => any;
|
|
1210
|
+
onKeypress?: (ev: Event) => any;
|
|
1211
|
+
onKeyup?: (ev: Event) => any;
|
|
1212
|
+
}>, {
|
|
946
1213
|
type: "number" | "text" | "textarea" | "password";
|
|
947
1214
|
required: boolean;
|
|
948
1215
|
size: "default" | "small" | "large";
|
|
949
|
-
search: boolean;
|
|
950
1216
|
disabled: boolean;
|
|
951
1217
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
952
1218
|
placeholder: string;
|
|
@@ -959,6 +1225,7 @@ export declare const UColorPicker: {
|
|
|
959
1225
|
clearable: boolean;
|
|
960
1226
|
wrap: string;
|
|
961
1227
|
showWordLimit: boolean;
|
|
1228
|
+
search: boolean;
|
|
962
1229
|
enterButton: string | boolean;
|
|
963
1230
|
passwordIcon: boolean;
|
|
964
1231
|
label: string;
|
|
@@ -1005,7 +1272,24 @@ export declare const UColorPicker: {
|
|
|
1005
1272
|
handleClick: (e: any) => void;
|
|
1006
1273
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1007
1274
|
click: (ev: Event) => boolean;
|
|
1008
|
-
}, import("vue").
|
|
1275
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1276
|
+
rotate: {
|
|
1277
|
+
type: NumberConstructor;
|
|
1278
|
+
};
|
|
1279
|
+
spin: BooleanConstructor;
|
|
1280
|
+
size: {
|
|
1281
|
+
type: NumberConstructor;
|
|
1282
|
+
};
|
|
1283
|
+
color: {
|
|
1284
|
+
type: StringConstructor;
|
|
1285
|
+
default: string;
|
|
1286
|
+
};
|
|
1287
|
+
icon: {
|
|
1288
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1289
|
+
};
|
|
1290
|
+
}>> & Readonly<{
|
|
1291
|
+
onClick?: (ev: Event) => any;
|
|
1292
|
+
}>, {
|
|
1009
1293
|
color: string;
|
|
1010
1294
|
spin: boolean;
|
|
1011
1295
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1229,9 +1513,9 @@ export declare const UColorPicker: {
|
|
|
1229
1513
|
}>> & Readonly<{
|
|
1230
1514
|
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1231
1515
|
onClear?: (ev: Event) => any;
|
|
1232
|
-
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1233
1516
|
onFocus?: (ev: Event) => any;
|
|
1234
1517
|
onBlur?: (ev: Event) => any;
|
|
1518
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1235
1519
|
onEnter?: (ev: Event) => any;
|
|
1236
1520
|
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1237
1521
|
onKeydown?: (ev: Event) => any;
|
|
@@ -1239,10 +1523,10 @@ export declare const UColorPicker: {
|
|
|
1239
1523
|
onKeyup?: (ev: Event) => any;
|
|
1240
1524
|
}>, {
|
|
1241
1525
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1242
|
-
wordCountRef: import("vue").ShallowRef<HTMLElement
|
|
1243
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement
|
|
1244
|
-
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement
|
|
1245
|
-
appendRef: import("vue").ShallowRef<HTMLElement
|
|
1526
|
+
wordCountRef: import("vue").ShallowRef<HTMLElement>;
|
|
1527
|
+
inputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
1528
|
+
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
|
|
1529
|
+
appendRef: import("vue").ShallowRef<HTMLElement>;
|
|
1246
1530
|
slotReady: import("vue").Ref<boolean, boolean>;
|
|
1247
1531
|
stateValue: import("vue").Ref<string | number, string | number>;
|
|
1248
1532
|
getMoneyString: (val: string) => string;
|
|
@@ -1276,7 +1560,6 @@ export declare const UColorPicker: {
|
|
|
1276
1560
|
type: "number" | "text" | "textarea" | "password";
|
|
1277
1561
|
required: boolean;
|
|
1278
1562
|
size: "default" | "small" | "large";
|
|
1279
|
-
search: boolean;
|
|
1280
1563
|
disabled: boolean;
|
|
1281
1564
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
1282
1565
|
placeholder: string;
|
|
@@ -1289,6 +1572,7 @@ export declare const UColorPicker: {
|
|
|
1289
1572
|
clearable: boolean;
|
|
1290
1573
|
wrap: string;
|
|
1291
1574
|
showWordLimit: boolean;
|
|
1575
|
+
search: boolean;
|
|
1292
1576
|
enterButton: string | boolean;
|
|
1293
1577
|
passwordIcon: boolean;
|
|
1294
1578
|
label: string;
|
|
@@ -1420,9 +1704,9 @@ export declare const UColorPicker: {
|
|
|
1420
1704
|
}>> & Readonly<{
|
|
1421
1705
|
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1422
1706
|
onClear?: (ev: Event) => any;
|
|
1423
|
-
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1424
1707
|
onFocus?: (ev: Event) => any;
|
|
1425
1708
|
onBlur?: (ev: Event) => any;
|
|
1709
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1426
1710
|
onEnter?: (ev: Event) => any;
|
|
1427
1711
|
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1428
1712
|
onKeydown?: (ev: Event) => any;
|
|
@@ -1430,10 +1714,10 @@ export declare const UColorPicker: {
|
|
|
1430
1714
|
onKeyup?: (ev: Event) => any;
|
|
1431
1715
|
}>, {
|
|
1432
1716
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1433
|
-
wordCountRef: import("vue").ShallowRef<HTMLElement
|
|
1434
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement
|
|
1435
|
-
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement
|
|
1436
|
-
appendRef: import("vue").ShallowRef<HTMLElement
|
|
1717
|
+
wordCountRef: import("vue").ShallowRef<HTMLElement>;
|
|
1718
|
+
inputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
1719
|
+
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
|
|
1720
|
+
appendRef: import("vue").ShallowRef<HTMLElement>;
|
|
1437
1721
|
slotReady: import("vue").Ref<boolean, boolean>;
|
|
1438
1722
|
stateValue: import("vue").Ref<string | number, string | number>;
|
|
1439
1723
|
getMoneyString: (val: string) => string;
|
|
@@ -1478,7 +1762,6 @@ export declare const UColorPicker: {
|
|
|
1478
1762
|
type: "number" | "text" | "textarea" | "password";
|
|
1479
1763
|
required: boolean;
|
|
1480
1764
|
size: "default" | "small" | "large";
|
|
1481
|
-
search: boolean;
|
|
1482
1765
|
disabled: boolean;
|
|
1483
1766
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
1484
1767
|
placeholder: string;
|
|
@@ -1491,6 +1774,7 @@ export declare const UColorPicker: {
|
|
|
1491
1774
|
clearable: boolean;
|
|
1492
1775
|
wrap: string;
|
|
1493
1776
|
showWordLimit: boolean;
|
|
1777
|
+
search: boolean;
|
|
1494
1778
|
enterButton: string | boolean;
|
|
1495
1779
|
passwordIcon: boolean;
|
|
1496
1780
|
label: string;
|
|
@@ -1537,7 +1821,24 @@ export declare const UColorPicker: {
|
|
|
1537
1821
|
handleClick: (e: any) => void;
|
|
1538
1822
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1539
1823
|
click: (ev: Event) => boolean;
|
|
1540
|
-
}, import("vue").
|
|
1824
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1825
|
+
rotate: {
|
|
1826
|
+
type: NumberConstructor;
|
|
1827
|
+
};
|
|
1828
|
+
spin: BooleanConstructor;
|
|
1829
|
+
size: {
|
|
1830
|
+
type: NumberConstructor;
|
|
1831
|
+
};
|
|
1832
|
+
color: {
|
|
1833
|
+
type: StringConstructor;
|
|
1834
|
+
default: string;
|
|
1835
|
+
};
|
|
1836
|
+
icon: {
|
|
1837
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1838
|
+
};
|
|
1839
|
+
}>> & Readonly<{
|
|
1840
|
+
onClick?: (ev: Event) => any;
|
|
1841
|
+
}>, {
|
|
1541
1842
|
color: string;
|
|
1542
1843
|
spin: boolean;
|
|
1543
1844
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1650,7 +1951,7 @@ export declare const UColorPicker: {
|
|
|
1650
1951
|
variant: {
|
|
1651
1952
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1652
1953
|
default: string;
|
|
1653
|
-
validator: (val: "
|
|
1954
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
1654
1955
|
};
|
|
1655
1956
|
size: {
|
|
1656
1957
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -1705,13 +2006,73 @@ export declare const UColorPicker: {
|
|
|
1705
2006
|
handleClick: (event: any) => void;
|
|
1706
2007
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1707
2008
|
click: (ev: Event) => boolean;
|
|
1708
|
-
}, import("vue").
|
|
2009
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2010
|
+
type: {
|
|
2011
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
2012
|
+
default: string;
|
|
2013
|
+
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
2014
|
+
};
|
|
2015
|
+
color: {
|
|
2016
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2017
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2018
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2019
|
+
};
|
|
2020
|
+
variant: {
|
|
2021
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
2022
|
+
default: string;
|
|
2023
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
2024
|
+
};
|
|
2025
|
+
size: {
|
|
2026
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2027
|
+
default: string;
|
|
2028
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2029
|
+
};
|
|
2030
|
+
disabled: {
|
|
2031
|
+
type: BooleanConstructor;
|
|
2032
|
+
default: boolean;
|
|
2033
|
+
};
|
|
2034
|
+
dashed: {
|
|
2035
|
+
type: BooleanConstructor;
|
|
2036
|
+
default: boolean;
|
|
2037
|
+
};
|
|
2038
|
+
icon: {
|
|
2039
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2040
|
+
};
|
|
2041
|
+
shape: {
|
|
2042
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
2043
|
+
default: string;
|
|
2044
|
+
validator: (val: "default" | "circle") => boolean;
|
|
2045
|
+
};
|
|
2046
|
+
block: {
|
|
2047
|
+
type: BooleanConstructor;
|
|
2048
|
+
default: undefined;
|
|
2049
|
+
};
|
|
2050
|
+
loading: {
|
|
2051
|
+
type: BooleanConstructor;
|
|
2052
|
+
default: undefined;
|
|
2053
|
+
};
|
|
2054
|
+
iconOnly: {
|
|
2055
|
+
type: BooleanConstructor;
|
|
2056
|
+
default: undefined;
|
|
2057
|
+
};
|
|
2058
|
+
nativeType: {
|
|
2059
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
2060
|
+
default: string;
|
|
2061
|
+
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
2062
|
+
};
|
|
2063
|
+
blurAfterClick: {
|
|
2064
|
+
type: BooleanConstructor;
|
|
2065
|
+
default: boolean;
|
|
2066
|
+
};
|
|
2067
|
+
}>> & Readonly<{
|
|
2068
|
+
onClick?: (ev: Event) => any;
|
|
2069
|
+
}>, {
|
|
1709
2070
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1710
2071
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
1711
2072
|
loading: boolean;
|
|
1712
2073
|
size: "default" | "small" | "large";
|
|
1713
2074
|
disabled: boolean;
|
|
1714
|
-
variant: "
|
|
2075
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
1715
2076
|
nativeType: "button" | "submit" | "reset";
|
|
1716
2077
|
shape: "default" | "circle";
|
|
1717
2078
|
dashed: boolean;
|
|
@@ -1757,7 +2118,24 @@ export declare const UColorPicker: {
|
|
|
1757
2118
|
handleClick: (e: any) => void;
|
|
1758
2119
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1759
2120
|
click: (ev: Event) => boolean;
|
|
1760
|
-
}, import("vue").
|
|
2121
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2122
|
+
rotate: {
|
|
2123
|
+
type: NumberConstructor;
|
|
2124
|
+
};
|
|
2125
|
+
spin: BooleanConstructor;
|
|
2126
|
+
size: {
|
|
2127
|
+
type: NumberConstructor;
|
|
2128
|
+
};
|
|
2129
|
+
color: {
|
|
2130
|
+
type: StringConstructor;
|
|
2131
|
+
default: string;
|
|
2132
|
+
};
|
|
2133
|
+
icon: {
|
|
2134
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2135
|
+
};
|
|
2136
|
+
}>> & Readonly<{
|
|
2137
|
+
onClick?: (ev: Event) => any;
|
|
2138
|
+
}>, {
|
|
1761
2139
|
color: string;
|
|
1762
2140
|
spin: boolean;
|
|
1763
2141
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1871,7 +2249,7 @@ export declare const UColorPicker: {
|
|
|
1871
2249
|
variant: {
|
|
1872
2250
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1873
2251
|
default: string;
|
|
1874
|
-
validator: (val: "
|
|
2252
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
1875
2253
|
};
|
|
1876
2254
|
size: {
|
|
1877
2255
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -1930,7 +2308,7 @@ export declare const UColorPicker: {
|
|
|
1930
2308
|
loading: boolean;
|
|
1931
2309
|
size: "default" | "small" | "large";
|
|
1932
2310
|
disabled: boolean;
|
|
1933
|
-
variant: "
|
|
2311
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
1934
2312
|
nativeType: "button" | "submit" | "reset";
|
|
1935
2313
|
shape: "default" | "circle";
|
|
1936
2314
|
dashed: boolean;
|
|
@@ -1955,7 +2333,7 @@ export declare const UColorPicker: {
|
|
|
1955
2333
|
variant: {
|
|
1956
2334
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1957
2335
|
default: string;
|
|
1958
|
-
validator: (val: "
|
|
2336
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
1959
2337
|
};
|
|
1960
2338
|
size: {
|
|
1961
2339
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -2016,7 +2394,7 @@ export declare const UColorPicker: {
|
|
|
2016
2394
|
loading: boolean;
|
|
2017
2395
|
size: "default" | "small" | "large";
|
|
2018
2396
|
disabled: boolean;
|
|
2019
|
-
variant: "
|
|
2397
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
2020
2398
|
nativeType: "button" | "submit" | "reset";
|
|
2021
2399
|
shape: "default" | "circle";
|
|
2022
2400
|
dashed: boolean;
|
|
@@ -2062,7 +2440,24 @@ export declare const UColorPicker: {
|
|
|
2062
2440
|
handleClick: (e: any) => void;
|
|
2063
2441
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2064
2442
|
click: (ev: Event) => boolean;
|
|
2065
|
-
}, import("vue").
|
|
2443
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2444
|
+
rotate: {
|
|
2445
|
+
type: NumberConstructor;
|
|
2446
|
+
};
|
|
2447
|
+
spin: BooleanConstructor;
|
|
2448
|
+
size: {
|
|
2449
|
+
type: NumberConstructor;
|
|
2450
|
+
};
|
|
2451
|
+
color: {
|
|
2452
|
+
type: StringConstructor;
|
|
2453
|
+
default: string;
|
|
2454
|
+
};
|
|
2455
|
+
icon: {
|
|
2456
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2457
|
+
};
|
|
2458
|
+
}>> & Readonly<{
|
|
2459
|
+
onClick?: (ev: Event) => any;
|
|
2460
|
+
}>, {
|
|
2066
2461
|
color: string;
|
|
2067
2462
|
spin: boolean;
|
|
2068
2463
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2381,7 +2776,16 @@ export declare const UColorPicker: {
|
|
|
2381
2776
|
barRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
2382
2777
|
thumbTop: import("vue").Ref<number, number>;
|
|
2383
2778
|
updateState: () => void;
|
|
2384
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
2779
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2780
|
+
prefixCls: {
|
|
2781
|
+
type: StringConstructor;
|
|
2782
|
+
default: string;
|
|
2783
|
+
};
|
|
2784
|
+
color: {
|
|
2785
|
+
type: typeof import("./color").default;
|
|
2786
|
+
required: true;
|
|
2787
|
+
};
|
|
2788
|
+
}>> & Readonly<{}>, {
|
|
2385
2789
|
prefixCls: string;
|
|
2386
2790
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2387
2791
|
P: {};
|
|
@@ -2422,7 +2826,16 @@ export declare const UColorPicker: {
|
|
|
2422
2826
|
barRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
2423
2827
|
thumbTop: import("vue").Ref<number, number>;
|
|
2424
2828
|
updateState: () => void;
|
|
2425
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
2829
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2830
|
+
prefixCls: {
|
|
2831
|
+
type: StringConstructor;
|
|
2832
|
+
default: string;
|
|
2833
|
+
};
|
|
2834
|
+
color: {
|
|
2835
|
+
type: typeof import("./color").default;
|
|
2836
|
+
required: true;
|
|
2837
|
+
};
|
|
2838
|
+
}>> & Readonly<{}>, {
|
|
2426
2839
|
prefixCls: string;
|
|
2427
2840
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2428
2841
|
P: {};
|
|
@@ -2464,7 +2877,16 @@ export declare const UColorPicker: {
|
|
|
2464
2877
|
cursorTop: import("vue").Ref<number, number>;
|
|
2465
2878
|
cursorLeft: import("vue").Ref<number, number>;
|
|
2466
2879
|
updateState: () => void;
|
|
2467
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
2880
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2881
|
+
prefixCls: {
|
|
2882
|
+
type: StringConstructor;
|
|
2883
|
+
default: string;
|
|
2884
|
+
};
|
|
2885
|
+
color: {
|
|
2886
|
+
type: typeof import("./color").default;
|
|
2887
|
+
required: true;
|
|
2888
|
+
};
|
|
2889
|
+
}>> & Readonly<{}>, {
|
|
2468
2890
|
prefixCls: string;
|
|
2469
2891
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2470
2892
|
P: {};
|
|
@@ -2505,7 +2927,16 @@ export declare const UColorPicker: {
|
|
|
2505
2927
|
cursorTop: import("vue").Ref<number, number>;
|
|
2506
2928
|
cursorLeft: import("vue").Ref<number, number>;
|
|
2507
2929
|
updateState: () => void;
|
|
2508
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
2930
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2931
|
+
prefixCls: {
|
|
2932
|
+
type: StringConstructor;
|
|
2933
|
+
default: string;
|
|
2934
|
+
};
|
|
2935
|
+
color: {
|
|
2936
|
+
type: typeof import("./color").default;
|
|
2937
|
+
required: true;
|
|
2938
|
+
};
|
|
2939
|
+
}>> & Readonly<{}>, {
|
|
2509
2940
|
prefixCls: string;
|
|
2510
2941
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2511
2942
|
P: {};
|
|
@@ -2548,7 +2979,16 @@ export declare const UColorPicker: {
|
|
|
2548
2979
|
thumbLeft: import("vue").Ref<number, number>;
|
|
2549
2980
|
background: import("vue").Ref<string, string>;
|
|
2550
2981
|
updateState: () => void;
|
|
2551
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
2982
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2983
|
+
prefixCls: {
|
|
2984
|
+
type: StringConstructor;
|
|
2985
|
+
default: string;
|
|
2986
|
+
};
|
|
2987
|
+
color: {
|
|
2988
|
+
type: typeof import("./color").default;
|
|
2989
|
+
required: true;
|
|
2990
|
+
};
|
|
2991
|
+
}>> & Readonly<{}>, {
|
|
2552
2992
|
prefixCls: string;
|
|
2553
2993
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2554
2994
|
P: {};
|
|
@@ -2591,7 +3031,16 @@ export declare const UColorPicker: {
|
|
|
2591
3031
|
thumbLeft: import("vue").Ref<number, number>;
|
|
2592
3032
|
background: import("vue").Ref<string, string>;
|
|
2593
3033
|
updateState: () => void;
|
|
2594
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3034
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3035
|
+
prefixCls: {
|
|
3036
|
+
type: StringConstructor;
|
|
3037
|
+
default: string;
|
|
3038
|
+
};
|
|
3039
|
+
color: {
|
|
3040
|
+
type: typeof import("./color").default;
|
|
3041
|
+
required: true;
|
|
3042
|
+
};
|
|
3043
|
+
}>> & Readonly<{}>, {
|
|
2595
3044
|
prefixCls: string;
|
|
2596
3045
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2597
3046
|
P: {};
|
|
@@ -2641,7 +3090,20 @@ export declare const UColorPicker: {
|
|
|
2641
3090
|
rawColor: import("./color").default;
|
|
2642
3091
|
rgba: string;
|
|
2643
3092
|
}[]>;
|
|
2644
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3093
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3094
|
+
prefixCls: {
|
|
3095
|
+
type: StringConstructor;
|
|
3096
|
+
default: string;
|
|
3097
|
+
};
|
|
3098
|
+
color: {
|
|
3099
|
+
type: typeof import("./color").default;
|
|
3100
|
+
required: true;
|
|
3101
|
+
};
|
|
3102
|
+
colors: {
|
|
3103
|
+
type: import("vue").PropType<string[]>;
|
|
3104
|
+
required: true;
|
|
3105
|
+
};
|
|
3106
|
+
}>> & Readonly<{}>, {
|
|
2645
3107
|
prefixCls: string;
|
|
2646
3108
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2647
3109
|
P: {};
|
|
@@ -2696,7 +3158,20 @@ export declare const UColorPicker: {
|
|
|
2696
3158
|
rawColor: import("./color").default;
|
|
2697
3159
|
rgba: string;
|
|
2698
3160
|
}[]>;
|
|
2699
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3161
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3162
|
+
prefixCls: {
|
|
3163
|
+
type: StringConstructor;
|
|
3164
|
+
default: string;
|
|
3165
|
+
};
|
|
3166
|
+
color: {
|
|
3167
|
+
type: typeof import("./color").default;
|
|
3168
|
+
required: true;
|
|
3169
|
+
};
|
|
3170
|
+
colors: {
|
|
3171
|
+
type: import("vue").PropType<string[]>;
|
|
3172
|
+
required: true;
|
|
3173
|
+
};
|
|
3174
|
+
}>> & Readonly<{}>, {
|
|
2700
3175
|
prefixCls: string;
|
|
2701
3176
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2702
3177
|
P: {};
|
|
@@ -2829,7 +3304,16 @@ export declare const UColorPicker: {
|
|
|
2829
3304
|
barRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
2830
3305
|
thumbTop: import("vue").Ref<number, number>;
|
|
2831
3306
|
updateState: () => void;
|
|
2832
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3307
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3308
|
+
prefixCls: {
|
|
3309
|
+
type: StringConstructor;
|
|
3310
|
+
default: string;
|
|
3311
|
+
};
|
|
3312
|
+
color: {
|
|
3313
|
+
type: typeof import("./color").default;
|
|
3314
|
+
required: true;
|
|
3315
|
+
};
|
|
3316
|
+
}>> & Readonly<{}>, {
|
|
2833
3317
|
prefixCls: string;
|
|
2834
3318
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2835
3319
|
P: {};
|
|
@@ -2870,7 +3354,16 @@ export declare const UColorPicker: {
|
|
|
2870
3354
|
barRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
2871
3355
|
thumbTop: import("vue").Ref<number, number>;
|
|
2872
3356
|
updateState: () => void;
|
|
2873
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3357
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3358
|
+
prefixCls: {
|
|
3359
|
+
type: StringConstructor;
|
|
3360
|
+
default: string;
|
|
3361
|
+
};
|
|
3362
|
+
color: {
|
|
3363
|
+
type: typeof import("./color").default;
|
|
3364
|
+
required: true;
|
|
3365
|
+
};
|
|
3366
|
+
}>> & Readonly<{}>, {
|
|
2874
3367
|
prefixCls: string;
|
|
2875
3368
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2876
3369
|
P: {};
|
|
@@ -2912,7 +3405,16 @@ export declare const UColorPicker: {
|
|
|
2912
3405
|
cursorTop: import("vue").Ref<number, number>;
|
|
2913
3406
|
cursorLeft: import("vue").Ref<number, number>;
|
|
2914
3407
|
updateState: () => void;
|
|
2915
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3408
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3409
|
+
prefixCls: {
|
|
3410
|
+
type: StringConstructor;
|
|
3411
|
+
default: string;
|
|
3412
|
+
};
|
|
3413
|
+
color: {
|
|
3414
|
+
type: typeof import("./color").default;
|
|
3415
|
+
required: true;
|
|
3416
|
+
};
|
|
3417
|
+
}>> & Readonly<{}>, {
|
|
2916
3418
|
prefixCls: string;
|
|
2917
3419
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2918
3420
|
P: {};
|
|
@@ -2953,7 +3455,16 @@ export declare const UColorPicker: {
|
|
|
2953
3455
|
cursorTop: import("vue").Ref<number, number>;
|
|
2954
3456
|
cursorLeft: import("vue").Ref<number, number>;
|
|
2955
3457
|
updateState: () => void;
|
|
2956
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3458
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3459
|
+
prefixCls: {
|
|
3460
|
+
type: StringConstructor;
|
|
3461
|
+
default: string;
|
|
3462
|
+
};
|
|
3463
|
+
color: {
|
|
3464
|
+
type: typeof import("./color").default;
|
|
3465
|
+
required: true;
|
|
3466
|
+
};
|
|
3467
|
+
}>> & Readonly<{}>, {
|
|
2957
3468
|
prefixCls: string;
|
|
2958
3469
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2959
3470
|
P: {};
|
|
@@ -2996,7 +3507,16 @@ export declare const UColorPicker: {
|
|
|
2996
3507
|
thumbLeft: import("vue").Ref<number, number>;
|
|
2997
3508
|
background: import("vue").Ref<string, string>;
|
|
2998
3509
|
updateState: () => void;
|
|
2999
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3510
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3511
|
+
prefixCls: {
|
|
3512
|
+
type: StringConstructor;
|
|
3513
|
+
default: string;
|
|
3514
|
+
};
|
|
3515
|
+
color: {
|
|
3516
|
+
type: typeof import("./color").default;
|
|
3517
|
+
required: true;
|
|
3518
|
+
};
|
|
3519
|
+
}>> & Readonly<{}>, {
|
|
3000
3520
|
prefixCls: string;
|
|
3001
3521
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3002
3522
|
P: {};
|
|
@@ -3039,7 +3559,16 @@ export declare const UColorPicker: {
|
|
|
3039
3559
|
thumbLeft: import("vue").Ref<number, number>;
|
|
3040
3560
|
background: import("vue").Ref<string, string>;
|
|
3041
3561
|
updateState: () => void;
|
|
3042
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3562
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3563
|
+
prefixCls: {
|
|
3564
|
+
type: StringConstructor;
|
|
3565
|
+
default: string;
|
|
3566
|
+
};
|
|
3567
|
+
color: {
|
|
3568
|
+
type: typeof import("./color").default;
|
|
3569
|
+
required: true;
|
|
3570
|
+
};
|
|
3571
|
+
}>> & Readonly<{}>, {
|
|
3043
3572
|
prefixCls: string;
|
|
3044
3573
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3045
3574
|
P: {};
|
|
@@ -3089,7 +3618,20 @@ export declare const UColorPicker: {
|
|
|
3089
3618
|
rawColor: import("./color").default;
|
|
3090
3619
|
rgba: string;
|
|
3091
3620
|
}[]>;
|
|
3092
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3621
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3622
|
+
prefixCls: {
|
|
3623
|
+
type: StringConstructor;
|
|
3624
|
+
default: string;
|
|
3625
|
+
};
|
|
3626
|
+
color: {
|
|
3627
|
+
type: typeof import("./color").default;
|
|
3628
|
+
required: true;
|
|
3629
|
+
};
|
|
3630
|
+
colors: {
|
|
3631
|
+
type: import("vue").PropType<string[]>;
|
|
3632
|
+
required: true;
|
|
3633
|
+
};
|
|
3634
|
+
}>> & Readonly<{}>, {
|
|
3093
3635
|
prefixCls: string;
|
|
3094
3636
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3095
3637
|
P: {};
|
|
@@ -3144,7 +3686,20 @@ export declare const UColorPicker: {
|
|
|
3144
3686
|
rawColor: import("./color").default;
|
|
3145
3687
|
rgba: string;
|
|
3146
3688
|
}[]>;
|
|
3147
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
3689
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3690
|
+
prefixCls: {
|
|
3691
|
+
type: StringConstructor;
|
|
3692
|
+
default: string;
|
|
3693
|
+
};
|
|
3694
|
+
color: {
|
|
3695
|
+
type: typeof import("./color").default;
|
|
3696
|
+
required: true;
|
|
3697
|
+
};
|
|
3698
|
+
colors: {
|
|
3699
|
+
type: import("vue").PropType<string[]>;
|
|
3700
|
+
required: true;
|
|
3701
|
+
};
|
|
3702
|
+
}>> & Readonly<{}>, {
|
|
3148
3703
|
prefixCls: string;
|
|
3149
3704
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3150
3705
|
P: {};
|
|
@@ -3287,7 +3842,7 @@ export declare const UColorPicker: {
|
|
|
3287
3842
|
}>, {
|
|
3288
3843
|
reference: import("vue").Ref<any, any>;
|
|
3289
3844
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
3290
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
3845
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
3291
3846
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
3292
3847
|
onClick: (e: any) => void;
|
|
3293
3848
|
onMousedown: (e: any) => void;
|
|
@@ -3445,7 +4000,24 @@ export declare const UColorPicker: {
|
|
|
3445
4000
|
handleClick: (e: any) => void;
|
|
3446
4001
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3447
4002
|
click: (ev: Event) => boolean;
|
|
3448
|
-
}, import("vue").
|
|
4003
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4004
|
+
rotate: {
|
|
4005
|
+
type: NumberConstructor;
|
|
4006
|
+
};
|
|
4007
|
+
spin: BooleanConstructor;
|
|
4008
|
+
size: {
|
|
4009
|
+
type: NumberConstructor;
|
|
4010
|
+
};
|
|
4011
|
+
color: {
|
|
4012
|
+
type: StringConstructor;
|
|
4013
|
+
default: string;
|
|
4014
|
+
};
|
|
4015
|
+
icon: {
|
|
4016
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4017
|
+
};
|
|
4018
|
+
}>> & Readonly<{
|
|
4019
|
+
onClick?: (ev: Event) => any;
|
|
4020
|
+
}>, {
|
|
3449
4021
|
color: string;
|
|
3450
4022
|
spin: boolean;
|
|
3451
4023
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3659,65 +4231,192 @@ export declare const UColorPicker: {
|
|
|
3659
4231
|
}>> & Readonly<{
|
|
3660
4232
|
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3661
4233
|
onClear?: (ev: Event) => any;
|
|
3662
|
-
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3663
4234
|
onFocus?: (ev: Event) => any;
|
|
3664
4235
|
onBlur?: (ev: Event) => any;
|
|
4236
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4237
|
+
onEnter?: (ev: Event) => any;
|
|
4238
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4239
|
+
onKeydown?: (ev: Event) => any;
|
|
4240
|
+
onKeypress?: (ev: Event) => any;
|
|
4241
|
+
onKeyup?: (ev: Event) => any;
|
|
4242
|
+
}>, {
|
|
4243
|
+
prefixCls: import("vue").ComputedRef<string>;
|
|
4244
|
+
wordCountRef: import("vue").ShallowRef<HTMLElement>;
|
|
4245
|
+
inputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
4246
|
+
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
|
|
4247
|
+
appendRef: import("vue").ShallowRef<HTMLElement>;
|
|
4248
|
+
slotReady: import("vue").Ref<boolean, boolean>;
|
|
4249
|
+
stateValue: import("vue").Ref<string | number, string | number>;
|
|
4250
|
+
getMoneyString: (val: string) => string;
|
|
4251
|
+
textareaStyles: import("vue").Ref<{}, {}>;
|
|
4252
|
+
showPassword: import("vue").Ref<boolean, boolean>;
|
|
4253
|
+
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
4254
|
+
nativeType: import("vue").ComputedRef<"number" | "text" | "textarea" | "password">;
|
|
4255
|
+
showPrefix: import("vue").ComputedRef<boolean>;
|
|
4256
|
+
showSuffix: import("vue").ComputedRef<boolean>;
|
|
4257
|
+
textLength: import("vue").ComputedRef<number>;
|
|
4258
|
+
showPrepend: import("vue").ComputedRef<boolean>;
|
|
4259
|
+
showAppend: import("vue").ComputedRef<boolean>;
|
|
4260
|
+
showClearIcon: import("vue").Ref<boolean, boolean>;
|
|
4261
|
+
handleEnter: (event: Event) => void;
|
|
4262
|
+
handleWrapEnter: () => void;
|
|
4263
|
+
handleKeydown: (event: any) => void;
|
|
4264
|
+
handleKeypress: (event: any) => void;
|
|
4265
|
+
handleKeyup: (event: any) => void;
|
|
4266
|
+
handleFocus: (event: any) => void;
|
|
4267
|
+
handleBlur: (event: any) => void;
|
|
4268
|
+
handleComposition: (event: any) => void;
|
|
4269
|
+
handleInput: (event: any) => void;
|
|
4270
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
4271
|
+
resizeTextarea: () => void;
|
|
4272
|
+
focus: () => void;
|
|
4273
|
+
select: () => void;
|
|
4274
|
+
handleClear: (event: Event) => void;
|
|
4275
|
+
handleSearch: () => void;
|
|
4276
|
+
handleToggleShowPassword: () => void;
|
|
4277
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4278
|
+
enter: (ev: Event) => boolean;
|
|
4279
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
4280
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
4281
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
4282
|
+
clear: (ev: Event) => boolean;
|
|
4283
|
+
keydown: (ev: Event) => boolean;
|
|
4284
|
+
keypress: (ev: Event) => boolean;
|
|
4285
|
+
keyup: (ev: Event) => boolean;
|
|
4286
|
+
focus: (ev: Event) => boolean;
|
|
4287
|
+
blur: (ev: Event) => boolean;
|
|
4288
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4289
|
+
type: {
|
|
4290
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
4291
|
+
default: string;
|
|
4292
|
+
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
4293
|
+
};
|
|
4294
|
+
variant: {
|
|
4295
|
+
type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
|
|
4296
|
+
default: string;
|
|
4297
|
+
validator: (val: string) => boolean;
|
|
4298
|
+
};
|
|
4299
|
+
modelValue: {
|
|
4300
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4301
|
+
};
|
|
4302
|
+
size: {
|
|
4303
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4304
|
+
default: string;
|
|
4305
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4306
|
+
};
|
|
4307
|
+
placeholder: {
|
|
4308
|
+
type: StringConstructor;
|
|
4309
|
+
default: string;
|
|
4310
|
+
};
|
|
4311
|
+
maxlength: {
|
|
4312
|
+
type: NumberConstructor;
|
|
4313
|
+
};
|
|
4314
|
+
disabled: {
|
|
4315
|
+
type: BooleanConstructor;
|
|
4316
|
+
default: boolean;
|
|
4317
|
+
};
|
|
4318
|
+
autosize: {
|
|
4319
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
4320
|
+
default: boolean;
|
|
4321
|
+
};
|
|
4322
|
+
rows: {
|
|
4323
|
+
type: NumberConstructor;
|
|
4324
|
+
default: number;
|
|
4325
|
+
};
|
|
4326
|
+
readonly: {
|
|
4327
|
+
type: BooleanConstructor;
|
|
4328
|
+
default: boolean;
|
|
4329
|
+
};
|
|
4330
|
+
autofocus: {
|
|
4331
|
+
type: BooleanConstructor;
|
|
4332
|
+
default: boolean;
|
|
4333
|
+
};
|
|
4334
|
+
spellcheck: {
|
|
4335
|
+
type: BooleanConstructor;
|
|
4336
|
+
default: boolean;
|
|
4337
|
+
};
|
|
4338
|
+
autocomplete: {
|
|
4339
|
+
type: StringConstructor;
|
|
4340
|
+
default: string;
|
|
4341
|
+
};
|
|
4342
|
+
clearable: {
|
|
4343
|
+
type: BooleanConstructor;
|
|
4344
|
+
default: boolean;
|
|
4345
|
+
};
|
|
4346
|
+
elementId: {
|
|
4347
|
+
type: StringConstructor;
|
|
4348
|
+
};
|
|
4349
|
+
wrap: {
|
|
4350
|
+
type: StringConstructor;
|
|
4351
|
+
default: string;
|
|
4352
|
+
};
|
|
4353
|
+
prefixIcon: {
|
|
4354
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4355
|
+
};
|
|
4356
|
+
suffixIcon: {
|
|
4357
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4358
|
+
};
|
|
4359
|
+
showWordLimit: {
|
|
4360
|
+
type: BooleanConstructor;
|
|
4361
|
+
default: boolean;
|
|
4362
|
+
};
|
|
4363
|
+
search: {
|
|
4364
|
+
type: BooleanConstructor;
|
|
4365
|
+
default: boolean;
|
|
4366
|
+
};
|
|
4367
|
+
enterButton: {
|
|
4368
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
4369
|
+
default: boolean;
|
|
4370
|
+
};
|
|
4371
|
+
passwordIcon: {
|
|
4372
|
+
type: BooleanConstructor;
|
|
4373
|
+
default: boolean;
|
|
4374
|
+
};
|
|
4375
|
+
label: {
|
|
4376
|
+
type: StringConstructor;
|
|
4377
|
+
default: string;
|
|
4378
|
+
};
|
|
4379
|
+
labelPosition: {
|
|
4380
|
+
type: import("vue").PropType<"top" | "left">;
|
|
4381
|
+
default: string;
|
|
4382
|
+
};
|
|
4383
|
+
labelColon: {
|
|
4384
|
+
type: BooleanConstructor;
|
|
4385
|
+
default: boolean;
|
|
4386
|
+
};
|
|
4387
|
+
labelStyle: {
|
|
4388
|
+
type: ObjectConstructor;
|
|
4389
|
+
default: () => {};
|
|
4390
|
+
};
|
|
4391
|
+
required: {
|
|
4392
|
+
type: BooleanConstructor;
|
|
4393
|
+
default: boolean;
|
|
4394
|
+
};
|
|
4395
|
+
disabledTriggerForm: {
|
|
4396
|
+
type: BooleanConstructor;
|
|
4397
|
+
default: boolean;
|
|
4398
|
+
};
|
|
4399
|
+
direction: {
|
|
4400
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
4401
|
+
};
|
|
4402
|
+
inputSize: {
|
|
4403
|
+
type: NumberConstructor;
|
|
4404
|
+
};
|
|
4405
|
+
}>> & Readonly<{
|
|
4406
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4407
|
+
onClear?: (ev: Event) => any;
|
|
4408
|
+
onFocus?: (ev: Event) => any;
|
|
4409
|
+
onBlur?: (ev: Event) => any;
|
|
4410
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3665
4411
|
onEnter?: (ev: Event) => any;
|
|
3666
4412
|
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3667
4413
|
onKeydown?: (ev: Event) => any;
|
|
3668
4414
|
onKeypress?: (ev: Event) => any;
|
|
3669
4415
|
onKeyup?: (ev: Event) => any;
|
|
3670
4416
|
}>, {
|
|
3671
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
3672
|
-
wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
|
|
3673
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
|
|
3674
|
-
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
|
|
3675
|
-
appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
|
|
3676
|
-
slotReady: import("vue").Ref<boolean, boolean>;
|
|
3677
|
-
stateValue: import("vue").Ref<string | number, string | number>;
|
|
3678
|
-
getMoneyString: (val: string) => string;
|
|
3679
|
-
textareaStyles: import("vue").Ref<{}, {}>;
|
|
3680
|
-
showPassword: import("vue").Ref<boolean, boolean>;
|
|
3681
|
-
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
3682
|
-
nativeType: import("vue").ComputedRef<"number" | "text" | "textarea" | "password">;
|
|
3683
|
-
showPrefix: import("vue").ComputedRef<boolean>;
|
|
3684
|
-
showSuffix: import("vue").ComputedRef<boolean>;
|
|
3685
|
-
textLength: import("vue").ComputedRef<number>;
|
|
3686
|
-
showPrepend: import("vue").ComputedRef<boolean>;
|
|
3687
|
-
showAppend: import("vue").ComputedRef<boolean>;
|
|
3688
|
-
showClearIcon: import("vue").Ref<boolean, boolean>;
|
|
3689
|
-
handleEnter: (event: Event) => void;
|
|
3690
|
-
handleWrapEnter: () => void;
|
|
3691
|
-
handleKeydown: (event: any) => void;
|
|
3692
|
-
handleKeypress: (event: any) => void;
|
|
3693
|
-
handleKeyup: (event: any) => void;
|
|
3694
|
-
handleFocus: (event: any) => void;
|
|
3695
|
-
handleBlur: (event: any) => void;
|
|
3696
|
-
handleComposition: (event: any) => void;
|
|
3697
|
-
handleInput: (event: any) => void;
|
|
3698
|
-
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
3699
|
-
resizeTextarea: () => void;
|
|
3700
|
-
focus: () => void;
|
|
3701
|
-
select: () => void;
|
|
3702
|
-
handleClear: (event: Event) => void;
|
|
3703
|
-
handleSearch: () => void;
|
|
3704
|
-
handleToggleShowPassword: () => void;
|
|
3705
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3706
|
-
enter: (ev: Event) => boolean;
|
|
3707
|
-
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3708
|
-
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3709
|
-
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3710
|
-
clear: (ev: Event) => boolean;
|
|
3711
|
-
keydown: (ev: Event) => boolean;
|
|
3712
|
-
keypress: (ev: Event) => boolean;
|
|
3713
|
-
keyup: (ev: Event) => boolean;
|
|
3714
|
-
focus: (ev: Event) => boolean;
|
|
3715
|
-
blur: (ev: Event) => boolean;
|
|
3716
|
-
}, import("vue").PublicProps, {
|
|
3717
4417
|
type: "number" | "text" | "textarea" | "password";
|
|
3718
4418
|
required: boolean;
|
|
3719
4419
|
size: "default" | "small" | "large";
|
|
3720
|
-
search: boolean;
|
|
3721
4420
|
disabled: boolean;
|
|
3722
4421
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
3723
4422
|
placeholder: string;
|
|
@@ -3730,6 +4429,7 @@ export declare const UColorPicker: {
|
|
|
3730
4429
|
clearable: boolean;
|
|
3731
4430
|
wrap: string;
|
|
3732
4431
|
showWordLimit: boolean;
|
|
4432
|
+
search: boolean;
|
|
3733
4433
|
enterButton: string | boolean;
|
|
3734
4434
|
passwordIcon: boolean;
|
|
3735
4435
|
label: string;
|
|
@@ -3776,7 +4476,24 @@ export declare const UColorPicker: {
|
|
|
3776
4476
|
handleClick: (e: any) => void;
|
|
3777
4477
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3778
4478
|
click: (ev: Event) => boolean;
|
|
3779
|
-
}, import("vue").
|
|
4479
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
4480
|
+
rotate: {
|
|
4481
|
+
type: NumberConstructor;
|
|
4482
|
+
};
|
|
4483
|
+
spin: BooleanConstructor;
|
|
4484
|
+
size: {
|
|
4485
|
+
type: NumberConstructor;
|
|
4486
|
+
};
|
|
4487
|
+
color: {
|
|
4488
|
+
type: StringConstructor;
|
|
4489
|
+
default: string;
|
|
4490
|
+
};
|
|
4491
|
+
icon: {
|
|
4492
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4493
|
+
};
|
|
4494
|
+
}>> & Readonly<{
|
|
4495
|
+
onClick?: (ev: Event) => any;
|
|
4496
|
+
}>, {
|
|
3780
4497
|
color: string;
|
|
3781
4498
|
spin: boolean;
|
|
3782
4499
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4000,9 +4717,9 @@ export declare const UColorPicker: {
|
|
|
4000
4717
|
}>> & Readonly<{
|
|
4001
4718
|
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4002
4719
|
onClear?: (ev: Event) => any;
|
|
4003
|
-
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4004
4720
|
onFocus?: (ev: Event) => any;
|
|
4005
4721
|
onBlur?: (ev: Event) => any;
|
|
4722
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4006
4723
|
onEnter?: (ev: Event) => any;
|
|
4007
4724
|
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4008
4725
|
onKeydown?: (ev: Event) => any;
|
|
@@ -4010,10 +4727,10 @@ export declare const UColorPicker: {
|
|
|
4010
4727
|
onKeyup?: (ev: Event) => any;
|
|
4011
4728
|
}>, {
|
|
4012
4729
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4013
|
-
wordCountRef: import("vue").ShallowRef<HTMLElement
|
|
4014
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement
|
|
4015
|
-
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement
|
|
4016
|
-
appendRef: import("vue").ShallowRef<HTMLElement
|
|
4730
|
+
wordCountRef: import("vue").ShallowRef<HTMLElement>;
|
|
4731
|
+
inputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
4732
|
+
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
|
|
4733
|
+
appendRef: import("vue").ShallowRef<HTMLElement>;
|
|
4017
4734
|
slotReady: import("vue").Ref<boolean, boolean>;
|
|
4018
4735
|
stateValue: import("vue").Ref<string | number, string | number>;
|
|
4019
4736
|
getMoneyString: (val: string) => string;
|
|
@@ -4047,7 +4764,6 @@ export declare const UColorPicker: {
|
|
|
4047
4764
|
type: "number" | "text" | "textarea" | "password";
|
|
4048
4765
|
required: boolean;
|
|
4049
4766
|
size: "default" | "small" | "large";
|
|
4050
|
-
search: boolean;
|
|
4051
4767
|
disabled: boolean;
|
|
4052
4768
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
4053
4769
|
placeholder: string;
|
|
@@ -4060,6 +4776,7 @@ export declare const UColorPicker: {
|
|
|
4060
4776
|
clearable: boolean;
|
|
4061
4777
|
wrap: string;
|
|
4062
4778
|
showWordLimit: boolean;
|
|
4779
|
+
search: boolean;
|
|
4063
4780
|
enterButton: string | boolean;
|
|
4064
4781
|
passwordIcon: boolean;
|
|
4065
4782
|
label: string;
|
|
@@ -4191,9 +4908,9 @@ export declare const UColorPicker: {
|
|
|
4191
4908
|
}>> & Readonly<{
|
|
4192
4909
|
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4193
4910
|
onClear?: (ev: Event) => any;
|
|
4194
|
-
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4195
4911
|
onFocus?: (ev: Event) => any;
|
|
4196
4912
|
onBlur?: (ev: Event) => any;
|
|
4913
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4197
4914
|
onEnter?: (ev: Event) => any;
|
|
4198
4915
|
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4199
4916
|
onKeydown?: (ev: Event) => any;
|
|
@@ -4201,10 +4918,10 @@ export declare const UColorPicker: {
|
|
|
4201
4918
|
onKeyup?: (ev: Event) => any;
|
|
4202
4919
|
}>, {
|
|
4203
4920
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4204
|
-
wordCountRef: import("vue").ShallowRef<HTMLElement
|
|
4205
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement
|
|
4206
|
-
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement
|
|
4207
|
-
appendRef: import("vue").ShallowRef<HTMLElement
|
|
4921
|
+
wordCountRef: import("vue").ShallowRef<HTMLElement>;
|
|
4922
|
+
inputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
4923
|
+
textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
|
|
4924
|
+
appendRef: import("vue").ShallowRef<HTMLElement>;
|
|
4208
4925
|
slotReady: import("vue").Ref<boolean, boolean>;
|
|
4209
4926
|
stateValue: import("vue").Ref<string | number, string | number>;
|
|
4210
4927
|
getMoneyString: (val: string) => string;
|
|
@@ -4249,7 +4966,6 @@ export declare const UColorPicker: {
|
|
|
4249
4966
|
type: "number" | "text" | "textarea" | "password";
|
|
4250
4967
|
required: boolean;
|
|
4251
4968
|
size: "default" | "small" | "large";
|
|
4252
|
-
search: boolean;
|
|
4253
4969
|
disabled: boolean;
|
|
4254
4970
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
4255
4971
|
placeholder: string;
|
|
@@ -4262,6 +4978,7 @@ export declare const UColorPicker: {
|
|
|
4262
4978
|
clearable: boolean;
|
|
4263
4979
|
wrap: string;
|
|
4264
4980
|
showWordLimit: boolean;
|
|
4981
|
+
search: boolean;
|
|
4265
4982
|
enterButton: string | boolean;
|
|
4266
4983
|
passwordIcon: boolean;
|
|
4267
4984
|
label: string;
|
|
@@ -4308,7 +5025,24 @@ export declare const UColorPicker: {
|
|
|
4308
5025
|
handleClick: (e: any) => void;
|
|
4309
5026
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4310
5027
|
click: (ev: Event) => boolean;
|
|
4311
|
-
}, import("vue").
|
|
5028
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5029
|
+
rotate: {
|
|
5030
|
+
type: NumberConstructor;
|
|
5031
|
+
};
|
|
5032
|
+
spin: BooleanConstructor;
|
|
5033
|
+
size: {
|
|
5034
|
+
type: NumberConstructor;
|
|
5035
|
+
};
|
|
5036
|
+
color: {
|
|
5037
|
+
type: StringConstructor;
|
|
5038
|
+
default: string;
|
|
5039
|
+
};
|
|
5040
|
+
icon: {
|
|
5041
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5042
|
+
};
|
|
5043
|
+
}>> & Readonly<{
|
|
5044
|
+
onClick?: (ev: Event) => any;
|
|
5045
|
+
}>, {
|
|
4312
5046
|
color: string;
|
|
4313
5047
|
spin: boolean;
|
|
4314
5048
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4421,7 +5155,7 @@ export declare const UColorPicker: {
|
|
|
4421
5155
|
variant: {
|
|
4422
5156
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
4423
5157
|
default: string;
|
|
4424
|
-
validator: (val: "
|
|
5158
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
4425
5159
|
};
|
|
4426
5160
|
size: {
|
|
4427
5161
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -4476,13 +5210,73 @@ export declare const UColorPicker: {
|
|
|
4476
5210
|
handleClick: (event: any) => void;
|
|
4477
5211
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4478
5212
|
click: (ev: Event) => boolean;
|
|
4479
|
-
}, import("vue").
|
|
5213
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5214
|
+
type: {
|
|
5215
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
5216
|
+
default: string;
|
|
5217
|
+
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
5218
|
+
};
|
|
5219
|
+
color: {
|
|
5220
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
5221
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
5222
|
+
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
5223
|
+
};
|
|
5224
|
+
variant: {
|
|
5225
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
5226
|
+
default: string;
|
|
5227
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
5228
|
+
};
|
|
5229
|
+
size: {
|
|
5230
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
5231
|
+
default: string;
|
|
5232
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
5233
|
+
};
|
|
5234
|
+
disabled: {
|
|
5235
|
+
type: BooleanConstructor;
|
|
5236
|
+
default: boolean;
|
|
5237
|
+
};
|
|
5238
|
+
dashed: {
|
|
5239
|
+
type: BooleanConstructor;
|
|
5240
|
+
default: boolean;
|
|
5241
|
+
};
|
|
5242
|
+
icon: {
|
|
5243
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5244
|
+
};
|
|
5245
|
+
shape: {
|
|
5246
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
5247
|
+
default: string;
|
|
5248
|
+
validator: (val: "default" | "circle") => boolean;
|
|
5249
|
+
};
|
|
5250
|
+
block: {
|
|
5251
|
+
type: BooleanConstructor;
|
|
5252
|
+
default: undefined;
|
|
5253
|
+
};
|
|
5254
|
+
loading: {
|
|
5255
|
+
type: BooleanConstructor;
|
|
5256
|
+
default: undefined;
|
|
5257
|
+
};
|
|
5258
|
+
iconOnly: {
|
|
5259
|
+
type: BooleanConstructor;
|
|
5260
|
+
default: undefined;
|
|
5261
|
+
};
|
|
5262
|
+
nativeType: {
|
|
5263
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
5264
|
+
default: string;
|
|
5265
|
+
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
5266
|
+
};
|
|
5267
|
+
blurAfterClick: {
|
|
5268
|
+
type: BooleanConstructor;
|
|
5269
|
+
default: boolean;
|
|
5270
|
+
};
|
|
5271
|
+
}>> & Readonly<{
|
|
5272
|
+
onClick?: (ev: Event) => any;
|
|
5273
|
+
}>, {
|
|
4480
5274
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4481
5275
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
4482
5276
|
loading: boolean;
|
|
4483
5277
|
size: "default" | "small" | "large";
|
|
4484
5278
|
disabled: boolean;
|
|
4485
|
-
variant: "
|
|
5279
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
4486
5280
|
nativeType: "button" | "submit" | "reset";
|
|
4487
5281
|
shape: "default" | "circle";
|
|
4488
5282
|
dashed: boolean;
|
|
@@ -4528,7 +5322,24 @@ export declare const UColorPicker: {
|
|
|
4528
5322
|
handleClick: (e: any) => void;
|
|
4529
5323
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4530
5324
|
click: (ev: Event) => boolean;
|
|
4531
|
-
}, import("vue").
|
|
5325
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5326
|
+
rotate: {
|
|
5327
|
+
type: NumberConstructor;
|
|
5328
|
+
};
|
|
5329
|
+
spin: BooleanConstructor;
|
|
5330
|
+
size: {
|
|
5331
|
+
type: NumberConstructor;
|
|
5332
|
+
};
|
|
5333
|
+
color: {
|
|
5334
|
+
type: StringConstructor;
|
|
5335
|
+
default: string;
|
|
5336
|
+
};
|
|
5337
|
+
icon: {
|
|
5338
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5339
|
+
};
|
|
5340
|
+
}>> & Readonly<{
|
|
5341
|
+
onClick?: (ev: Event) => any;
|
|
5342
|
+
}>, {
|
|
4532
5343
|
color: string;
|
|
4533
5344
|
spin: boolean;
|
|
4534
5345
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4642,7 +5453,7 @@ export declare const UColorPicker: {
|
|
|
4642
5453
|
variant: {
|
|
4643
5454
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
4644
5455
|
default: string;
|
|
4645
|
-
validator: (val: "
|
|
5456
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
4646
5457
|
};
|
|
4647
5458
|
size: {
|
|
4648
5459
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -4701,7 +5512,7 @@ export declare const UColorPicker: {
|
|
|
4701
5512
|
loading: boolean;
|
|
4702
5513
|
size: "default" | "small" | "large";
|
|
4703
5514
|
disabled: boolean;
|
|
4704
|
-
variant: "
|
|
5515
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
4705
5516
|
nativeType: "button" | "submit" | "reset";
|
|
4706
5517
|
shape: "default" | "circle";
|
|
4707
5518
|
dashed: boolean;
|
|
@@ -4726,7 +5537,7 @@ export declare const UColorPicker: {
|
|
|
4726
5537
|
variant: {
|
|
4727
5538
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
4728
5539
|
default: string;
|
|
4729
|
-
validator: (val: "
|
|
5540
|
+
validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
|
|
4730
5541
|
};
|
|
4731
5542
|
size: {
|
|
4732
5543
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
@@ -4787,7 +5598,7 @@ export declare const UColorPicker: {
|
|
|
4787
5598
|
loading: boolean;
|
|
4788
5599
|
size: "default" | "small" | "large";
|
|
4789
5600
|
disabled: boolean;
|
|
4790
|
-
variant: "
|
|
5601
|
+
variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
|
|
4791
5602
|
nativeType: "button" | "submit" | "reset";
|
|
4792
5603
|
shape: "default" | "circle";
|
|
4793
5604
|
dashed: boolean;
|
|
@@ -4833,7 +5644,24 @@ export declare const UColorPicker: {
|
|
|
4833
5644
|
handleClick: (e: any) => void;
|
|
4834
5645
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4835
5646
|
click: (ev: Event) => boolean;
|
|
4836
|
-
}, import("vue").
|
|
5647
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5648
|
+
rotate: {
|
|
5649
|
+
type: NumberConstructor;
|
|
5650
|
+
};
|
|
5651
|
+
spin: BooleanConstructor;
|
|
5652
|
+
size: {
|
|
5653
|
+
type: NumberConstructor;
|
|
5654
|
+
};
|
|
5655
|
+
color: {
|
|
5656
|
+
type: StringConstructor;
|
|
5657
|
+
default: string;
|
|
5658
|
+
};
|
|
5659
|
+
icon: {
|
|
5660
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5661
|
+
};
|
|
5662
|
+
}>> & Readonly<{
|
|
5663
|
+
onClick?: (ev: Event) => any;
|
|
5664
|
+
}>, {
|
|
4837
5665
|
color: string;
|
|
4838
5666
|
spin: boolean;
|
|
4839
5667
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|