@koi-design/uxd-ui 13.2.8 → 13.2.9
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/README.md +2 -0
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.type.d.ts +4 -4
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/es/components/AutoComplete/index.d.ts +600 -660
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +218 -203
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +119 -104
- package/es/components/Calendar/index.d.ts +457 -427
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +6 -6
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +17 -17
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
- package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/es/components/Checkbox/index.d.ts +57 -57
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/es/components/ColorPicker/index.d.ts +260 -260
- 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 +1 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1117 -1117
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +6 -5
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Empty/Empty.d.ts +8 -8
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +3 -3
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +13 -13
- package/es/components/InfoView/index.d.ts +30 -30
- package/es/components/Input/Input.d.ts +26 -26
- package/es/components/Input/Input.type.d.ts +13 -13
- package/es/components/Input/index.d.ts +45 -45
- package/es/components/InputNumber/InputNumber.d.ts +36 -36
- package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/es/components/InputNumber/SingleInput.d.ts +10 -9
- package/es/components/InputNumber/index.d.ts +100 -100
- package/es/components/InputNumber/utils.d.ts +2 -2
- 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/Layout.type.d.ts +6 -5
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +10 -10
- package/es/components/Layout/index.d.ts +12 -12
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +2 -2
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/Menu.d.ts +4 -4
- package/es/components/Menu/Menu.type.d.ts +22 -21
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +29 -29
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -35
- package/es/components/Menu/index.d.ts +63 -81
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +43 -43
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +20 -20
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +6 -6
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +9 -8
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.type.d.ts +11 -11
- package/es/components/Progress/Progress.vue.d.ts +31 -31
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +63 -63
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/Radio.type.d.ts +20 -20
- package/es/components/Radio/Radio.vue.d.ts +11 -11
- package/es/components/Radio/RadioGroup.d.ts +13 -13
- package/es/components/Radio/index.d.ts +37 -37
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +1 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/es/components/Select/RefSelect.mjs +3 -2
- package/es/components/Select/RefSelect.mjs.map +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +201 -182
- package/es/components/Select/Select.d.ts +34 -25
- package/es/components/Select/Select.type.d.ts +23 -18
- package/es/components/Select/Select.type.mjs +4 -0
- package/es/components/Select/Select.type.mjs.map +1 -1
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Input.vue.d.ts +3 -3
- package/es/components/Select/Selection/Multiple.mjs +5 -4
- package/es/components/Select/Selection/Multiple.mjs.map +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/es/components/Select/Selection/MultipleBase.mjs +18 -3
- package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.mjs +7 -2
- package/es/components/Select/Selection/Selection.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/Selection/Single.vue.d.ts +6 -8
- package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/es/components/Select/index.d.ts +64 -49
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Slider.d.ts +8 -8
- package/es/components/Slider/Slider.type.d.ts +8 -8
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +10 -10
- package/es/components/Space/Space.d.ts +4 -4
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/Steps.type.d.ts +14 -14
- package/es/components/Steps/Steps.vue.d.ts +11 -11
- package/es/components/Steps/index.d.ts +28 -28
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +376 -394
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +376 -394
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +376 -394
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +822 -858
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +752 -788
- package/es/components/Table/hooks/useFilterSortPage.d.ts +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 +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
- package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
- package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +21 -21
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +30 -30
- package/es/components/Tabs/Tabs.type.d.ts +23 -22
- package/es/components/Tabs/index.d.ts +85 -85
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +7 -7
- package/es/components/Tag/index.d.ts +15 -15
- package/es/components/Text/Text.d.ts +6 -6
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +395 -395
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +3 -3
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +8 -7
- package/es/components/Transfer/Transfer.vue.d.ts +838 -838
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +180 -180
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/es/components/Transfer/index.d.ts +2212 -2212
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +92 -110
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +99 -125
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +64 -82
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +203 -263
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/es/components/TreeSelect/index.d.ts +802 -890
- package/es/components/Upload/Upload.d.ts +2 -2
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +68 -68
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/index.d.ts +7 -7
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- 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 +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.type.d.ts +4 -4
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/lib/components/AutoComplete/index.d.ts +600 -660
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +119 -104
- package/lib/components/Calendar/index.d.ts +457 -427
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +6 -6
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +17 -17
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/lib/components/Checkbox/CheckboxGroup.js +5 -2
- package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/lib/components/Checkbox/index.d.ts +57 -57
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/lib/components/ColorPicker/index.d.ts +260 -260
- 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 +1 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1117 -1117
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +6 -5
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Empty/Empty.d.ts +8 -8
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +3 -3
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
- package/lib/components/InfoView/index.d.ts +30 -30
- package/lib/components/Input/Input.d.ts +26 -26
- package/lib/components/Input/Input.type.d.ts +13 -13
- package/lib/components/Input/index.d.ts +45 -45
- package/lib/components/InputNumber/InputNumber.d.ts +36 -36
- package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/lib/components/InputNumber/SingleInput.d.ts +10 -9
- package/lib/components/InputNumber/index.d.ts +100 -100
- package/lib/components/InputNumber/utils.d.ts +2 -2
- 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/Layout.type.d.ts +6 -5
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +10 -10
- package/lib/components/Layout/index.d.ts +12 -12
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +2 -2
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/Menu.d.ts +4 -4
- package/lib/components/Menu/Menu.type.d.ts +22 -21
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
- package/lib/components/Menu/index.d.ts +63 -81
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +43 -43
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +20 -20
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +6 -6
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +9 -8
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.type.d.ts +11 -11
- package/lib/components/Progress/Progress.vue.d.ts +31 -31
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +63 -63
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/Radio.type.d.ts +20 -20
- package/lib/components/Radio/Radio.vue.d.ts +11 -11
- package/lib/components/Radio/RadioGroup.d.ts +13 -13
- package/lib/components/Radio/index.d.ts +37 -37
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +1 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/lib/components/Select/RefSelect.js +3 -2
- package/lib/components/Select/RefSelect.js.map +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +201 -182
- package/lib/components/Select/Select.d.ts +34 -25
- package/lib/components/Select/Select.type.d.ts +23 -18
- package/lib/components/Select/Select.type.js +4 -0
- package/lib/components/Select/Select.type.js.map +1 -1
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
- package/lib/components/Select/Selection/Multiple.js +5 -4
- package/lib/components/Select/Selection/Multiple.js.map +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/lib/components/Select/Selection/MultipleBase.js +18 -3
- package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
- package/lib/components/Select/Selection/Selection.js +7 -2
- package/lib/components/Select/Selection/Selection.js.map +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
- package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/lib/components/Select/index.d.ts +64 -49
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Slider.d.ts +8 -8
- package/lib/components/Slider/Slider.type.d.ts +8 -8
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +10 -10
- package/lib/components/Space/Space.d.ts +4 -4
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/Steps.type.d.ts +14 -14
- package/lib/components/Steps/Steps.vue.d.ts +11 -11
- package/lib/components/Steps/index.d.ts +28 -28
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +376 -394
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +376 -394
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +376 -394
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +822 -858
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +752 -788
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +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 +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
- package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
- package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +30 -30
- package/lib/components/Tabs/Tabs.type.d.ts +23 -22
- package/lib/components/Tabs/index.d.ts +85 -85
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +7 -7
- package/lib/components/Tag/index.d.ts +15 -15
- package/lib/components/Text/Text.d.ts +6 -6
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +395 -395
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +3 -3
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +8 -7
- package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/lib/components/Transfer/index.d.ts +2212 -2212
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +92 -110
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +99 -125
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +203 -263
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/lib/components/TreeSelect/index.d.ts +802 -890
- package/lib/components/Upload/Upload.d.ts +2 -2
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +68 -68
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/index.d.ts +7 -7
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- 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 +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/package.json +2 -2
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +4 -4
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/types/components/AutoComplete/index.d.ts +600 -660
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +218 -203
- package/types/components/Calendar/Header.vue.d.ts +119 -104
- package/types/components/Calendar/index.d.ts +457 -427
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +6 -6
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +17 -17
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/types/components/Checkbox/index.d.ts +57 -57
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/types/components/ColorPicker/index.d.ts +260 -260
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +1 -1
- package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1117 -1117
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +6 -5
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +8 -8
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +3 -3
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +13 -13
- package/types/components/InfoView/index.d.ts +30 -30
- package/types/components/Input/Input.d.ts +26 -26
- package/types/components/Input/Input.type.d.ts +13 -13
- package/types/components/Input/index.d.ts +45 -45
- package/types/components/InputNumber/InputNumber.d.ts +36 -36
- package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/types/components/InputNumber/SingleInput.d.ts +10 -9
- package/types/components/InputNumber/index.d.ts +100 -100
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +6 -5
- package/types/components/Layout/Sider.vue.d.ts +10 -10
- package/types/components/Layout/index.d.ts +12 -12
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +2 -2
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +4 -4
- package/types/components/Menu/Menu.type.d.ts +22 -21
- package/types/components/Menu/MenuItem.vue.d.ts +29 -29
- package/types/components/Menu/SubMenu.vue.d.ts +17 -35
- package/types/components/Menu/index.d.ts +63 -81
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +43 -43
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +20 -20
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +6 -6
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +9 -8
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +11 -11
- package/types/components/Progress/Progress.vue.d.ts +31 -31
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +63 -63
- package/types/components/Radio/Radio.type.d.ts +20 -20
- package/types/components/Radio/Radio.vue.d.ts +11 -11
- package/types/components/Radio/RadioGroup.d.ts +13 -13
- package/types/components/Radio/index.d.ts +37 -37
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +1 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/types/components/Select/RefSelect.vue.d.ts +201 -182
- package/types/components/Select/Select.d.ts +34 -25
- package/types/components/Select/Select.type.d.ts +23 -18
- package/types/components/Select/Selection/Input.vue.d.ts +3 -3
- package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/types/components/Select/Selection/Single.vue.d.ts +6 -8
- package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/types/components/Select/index.d.ts +64 -49
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +8 -8
- package/types/components/Slider/Slider.type.d.ts +8 -8
- package/types/components/Slider/index.d.ts +10 -10
- package/types/components/Space/Space.d.ts +4 -4
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +14 -14
- package/types/components/Steps/Steps.vue.d.ts +11 -11
- package/types/components/Steps/index.d.ts +28 -28
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +376 -394
- package/types/components/Table/BodyTable.vue.d.ts +376 -394
- package/types/components/Table/HeadTable.vue.d.ts +376 -394
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +822 -858
- package/types/components/Table/TableBox.vue.d.ts +752 -788
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +21 -21
- package/types/components/Tabs/Tabs.d.ts +30 -30
- package/types/components/Tabs/Tabs.type.d.ts +23 -22
- package/types/components/Tabs/index.d.ts +85 -85
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +7 -7
- package/types/components/Tag/index.d.ts +15 -15
- package/types/components/Text/Text.d.ts +6 -6
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +395 -395
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +3 -3
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +8 -7
- package/types/components/Transfer/Transfer.vue.d.ts +838 -838
- package/types/components/Transfer/TransferList.vue.d.ts +180 -180
- package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/types/components/Transfer/index.d.ts +2212 -2212
- package/types/components/Tree/SubTree.vue.d.ts +92 -110
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +99 -125
- package/types/components/Tree/TreeNode.vue.d.ts +64 -82
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +203 -263
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/types/components/TreeSelect/index.d.ts +802 -890
- package/types/components/Upload/Upload.d.ts +2 -2
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +68 -68
- package/types/components/Upload/index.d.ts +7 -7
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +40 -11
- package/uxd-ui.umd.js +40 -11
- package/uxd-ui.umd.min.js +6 -6
|
@@ -8,7 +8,7 @@ export declare const UColorPicker: {
|
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
10
|
format: {
|
|
11
|
-
type: import("vue").PropType<"
|
|
11
|
+
type: import("vue").PropType<import("./ColorPicker.type").ColorPickerFormat>;
|
|
12
12
|
validator: (val: "hsv" | "hsl" | "hex" | "rgb") => boolean;
|
|
13
13
|
};
|
|
14
14
|
preColors: {
|
|
@@ -19,9 +19,9 @@ export declare const UColorPicker: {
|
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
21
|
size: {
|
|
22
|
-
type: import("vue").PropType<"
|
|
22
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
23
23
|
default: string;
|
|
24
|
-
validator: (val: "
|
|
24
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
25
25
|
};
|
|
26
26
|
disabled: {
|
|
27
27
|
type: BooleanConstructor;
|
|
@@ -34,7 +34,7 @@ export declare const UColorPicker: {
|
|
|
34
34
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
35
35
|
};
|
|
36
36
|
emptyValue: {
|
|
37
|
-
type: import("vue").PropType<string>;
|
|
37
|
+
type: import("vue").PropType<string | undefined>;
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{
|
|
40
40
|
onChange?: (v: string) => any;
|
|
@@ -439,12 +439,12 @@ export declare const UColorPicker: {
|
|
|
439
439
|
handleConfirm: () => void;
|
|
440
440
|
onPopupVisibleChange: (val: boolean) => void;
|
|
441
441
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
442
|
-
'update:modelValue': (v: string) => boolean;
|
|
443
|
-
change: (v: string) => boolean;
|
|
442
|
+
'update:modelValue': (v: string | undefined) => boolean;
|
|
443
|
+
change: (v: string | undefined) => boolean;
|
|
444
444
|
'active-change': (v: string) => boolean;
|
|
445
445
|
'open-change': (v: boolean) => boolean;
|
|
446
446
|
}, import("vue").PublicProps, {
|
|
447
|
-
size: "
|
|
447
|
+
size: "default" | "small" | "large";
|
|
448
448
|
disabled: boolean;
|
|
449
449
|
showAlpha: boolean;
|
|
450
450
|
onlyPreColors: boolean;
|
|
@@ -457,7 +457,7 @@ export declare const UColorPicker: {
|
|
|
457
457
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
458
458
|
};
|
|
459
459
|
placement: {
|
|
460
|
-
type: import("vue").PropType<"
|
|
460
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
461
461
|
default: string;
|
|
462
462
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
463
463
|
};
|
|
@@ -479,8 +479,8 @@ export declare const UColorPicker: {
|
|
|
479
479
|
type: StringConstructor;
|
|
480
480
|
};
|
|
481
481
|
trigger: {
|
|
482
|
-
type: import("vue").PropType<("
|
|
483
|
-
default: () => ("
|
|
482
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
483
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
484
484
|
};
|
|
485
485
|
mouseEnterDelay: {
|
|
486
486
|
type: NumberConstructor;
|
|
@@ -548,7 +548,7 @@ export declare const UColorPicker: {
|
|
|
548
548
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
549
549
|
};
|
|
550
550
|
placement: {
|
|
551
|
-
type: import("vue").PropType<"
|
|
551
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
552
552
|
default: string;
|
|
553
553
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
554
554
|
};
|
|
@@ -570,8 +570,8 @@ export declare const UColorPicker: {
|
|
|
570
570
|
type: StringConstructor;
|
|
571
571
|
};
|
|
572
572
|
trigger: {
|
|
573
|
-
type: import("vue").PropType<("
|
|
574
|
-
default: () => ("
|
|
573
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
574
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
575
575
|
};
|
|
576
576
|
mouseEnterDelay: {
|
|
577
577
|
type: NumberConstructor;
|
|
@@ -650,7 +650,7 @@ export declare const UColorPicker: {
|
|
|
650
650
|
default: string;
|
|
651
651
|
};
|
|
652
652
|
icon: {
|
|
653
|
-
type: import("vue").PropType<import("
|
|
653
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
654
654
|
};
|
|
655
655
|
}>> & Readonly<{
|
|
656
656
|
onClick?: (ev: Event) => any;
|
|
@@ -697,7 +697,7 @@ export declare const UColorPicker: {
|
|
|
697
697
|
default: string;
|
|
698
698
|
};
|
|
699
699
|
icon: {
|
|
700
|
-
type: import("vue").PropType<import("
|
|
700
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
701
701
|
};
|
|
702
702
|
}>> & Readonly<{
|
|
703
703
|
onClick?: (ev: Event) => any;
|
|
@@ -739,7 +739,7 @@ export declare const UColorPicker: {
|
|
|
739
739
|
default: string;
|
|
740
740
|
};
|
|
741
741
|
icon: {
|
|
742
|
-
type: import("vue").PropType<import("
|
|
742
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
743
743
|
};
|
|
744
744
|
}>> & Readonly<{
|
|
745
745
|
onClick?: (ev: Event) => any;
|
|
@@ -766,11 +766,11 @@ export declare const UColorPicker: {
|
|
|
766
766
|
}, string, {
|
|
767
767
|
color: string;
|
|
768
768
|
spin: boolean;
|
|
769
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
769
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
770
770
|
UInput: {
|
|
771
771
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
772
772
|
type: {
|
|
773
|
-
type: import("vue").PropType<"
|
|
773
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
774
774
|
default: string;
|
|
775
775
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
776
776
|
};
|
|
@@ -780,17 +780,17 @@ export declare const UColorPicker: {
|
|
|
780
780
|
validator: (val: string) => boolean;
|
|
781
781
|
};
|
|
782
782
|
color: {
|
|
783
|
-
type: import("vue").PropType<"
|
|
784
|
-
default:
|
|
783
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
784
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
785
785
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
786
786
|
};
|
|
787
787
|
modelValue: {
|
|
788
788
|
type: (StringConstructor | NumberConstructor)[];
|
|
789
789
|
};
|
|
790
790
|
size: {
|
|
791
|
-
type: import("vue").PropType<"
|
|
791
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
792
792
|
default: string;
|
|
793
|
-
validator: (val: "
|
|
793
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
794
794
|
};
|
|
795
795
|
placeholder: {
|
|
796
796
|
type: StringConstructor;
|
|
@@ -804,7 +804,7 @@ export declare const UColorPicker: {
|
|
|
804
804
|
default: boolean;
|
|
805
805
|
};
|
|
806
806
|
autosize: {
|
|
807
|
-
type: import("vue").PropType<boolean | import("
|
|
807
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
808
808
|
default: boolean;
|
|
809
809
|
};
|
|
810
810
|
rows: {
|
|
@@ -839,10 +839,10 @@ export declare const UColorPicker: {
|
|
|
839
839
|
default: string;
|
|
840
840
|
};
|
|
841
841
|
prefixIcon: {
|
|
842
|
-
type: import("vue").PropType<import("
|
|
842
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
843
843
|
};
|
|
844
844
|
suffixIcon: {
|
|
845
|
-
type: import("vue").PropType<import("
|
|
845
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
846
846
|
};
|
|
847
847
|
showWordLimit: {
|
|
848
848
|
type: BooleanConstructor;
|
|
@@ -888,13 +888,13 @@ export declare const UColorPicker: {
|
|
|
888
888
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
889
889
|
};
|
|
890
890
|
}>> & Readonly<{
|
|
891
|
-
|
|
892
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
891
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
893
892
|
onClear?: (ev: Event) => any;
|
|
893
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
894
894
|
onFocus?: (ev: Event) => any;
|
|
895
895
|
onBlur?: (ev: Event) => any;
|
|
896
896
|
onEnter?: (ev: Event) => any;
|
|
897
|
-
"onUpdate:modelValue"?: (v: import("
|
|
897
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
898
898
|
onKeydown?: (ev: Event) => any;
|
|
899
899
|
onKeypress?: (ev: Event) => any;
|
|
900
900
|
onKeyup?: (ev: Event) => any;
|
|
@@ -926,7 +926,7 @@ export declare const UColorPicker: {
|
|
|
926
926
|
handleBlur: (event: any) => void;
|
|
927
927
|
handleComposition: (event: any) => void;
|
|
928
928
|
handleInput: (event: any) => void;
|
|
929
|
-
setStateValue: (value: import("
|
|
929
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
930
930
|
resizeTextarea: () => void;
|
|
931
931
|
focus: () => void;
|
|
932
932
|
select: () => void;
|
|
@@ -935,9 +935,9 @@ export declare const UColorPicker: {
|
|
|
935
935
|
handleToggleShowPassword: () => void;
|
|
936
936
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
937
937
|
enter: (ev: Event) => boolean;
|
|
938
|
-
search: (v: import("
|
|
939
|
-
change: (v: import("
|
|
940
|
-
'update:modelValue': (v: import("
|
|
938
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
939
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
940
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
941
941
|
clear: (ev: Event) => boolean;
|
|
942
942
|
keydown: (ev: Event) => boolean;
|
|
943
943
|
keypress: (ev: Event) => boolean;
|
|
@@ -947,13 +947,13 @@ export declare const UColorPicker: {
|
|
|
947
947
|
}, import("vue").PublicProps, {
|
|
948
948
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
949
949
|
type: "number" | "text" | "textarea" | "password";
|
|
950
|
-
search: boolean;
|
|
951
950
|
required: boolean;
|
|
952
|
-
size: "
|
|
951
|
+
size: "default" | "small" | "large";
|
|
952
|
+
search: boolean;
|
|
953
953
|
disabled: boolean;
|
|
954
954
|
variant: "surface" | "soft";
|
|
955
955
|
placeholder: string;
|
|
956
|
-
autosize: boolean | import("
|
|
956
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
957
957
|
rows: number;
|
|
958
958
|
readonly: boolean;
|
|
959
959
|
autofocus: boolean;
|
|
@@ -984,7 +984,7 @@ export declare const UColorPicker: {
|
|
|
984
984
|
default: string;
|
|
985
985
|
};
|
|
986
986
|
icon: {
|
|
987
|
-
type: import("vue").PropType<import("
|
|
987
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
988
988
|
};
|
|
989
989
|
}>> & Readonly<{
|
|
990
990
|
onClick?: (ev: Event) => any;
|
|
@@ -1031,7 +1031,7 @@ export declare const UColorPicker: {
|
|
|
1031
1031
|
default: string;
|
|
1032
1032
|
};
|
|
1033
1033
|
icon: {
|
|
1034
|
-
type: import("vue").PropType<import("
|
|
1034
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1035
1035
|
};
|
|
1036
1036
|
}>> & Readonly<{
|
|
1037
1037
|
onClick?: (ev: Event) => any;
|
|
@@ -1073,7 +1073,7 @@ export declare const UColorPicker: {
|
|
|
1073
1073
|
default: string;
|
|
1074
1074
|
};
|
|
1075
1075
|
icon: {
|
|
1076
|
-
type: import("vue").PropType<import("
|
|
1076
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1077
1077
|
};
|
|
1078
1078
|
}>> & Readonly<{
|
|
1079
1079
|
onClick?: (ev: Event) => any;
|
|
@@ -1100,7 +1100,7 @@ export declare const UColorPicker: {
|
|
|
1100
1100
|
}, string, {
|
|
1101
1101
|
color: string;
|
|
1102
1102
|
spin: boolean;
|
|
1103
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1103
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1104
1104
|
URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1105
1105
|
URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1106
1106
|
URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1114,7 +1114,7 @@ export declare const UColorPicker: {
|
|
|
1114
1114
|
Defaults: {};
|
|
1115
1115
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1116
1116
|
type: {
|
|
1117
|
-
type: import("vue").PropType<"
|
|
1117
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
1118
1118
|
default: string;
|
|
1119
1119
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
1120
1120
|
};
|
|
@@ -1124,17 +1124,17 @@ export declare const UColorPicker: {
|
|
|
1124
1124
|
validator: (val: string) => boolean;
|
|
1125
1125
|
};
|
|
1126
1126
|
color: {
|
|
1127
|
-
type: import("vue").PropType<"
|
|
1128
|
-
default:
|
|
1127
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1128
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1129
1129
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1130
1130
|
};
|
|
1131
1131
|
modelValue: {
|
|
1132
1132
|
type: (StringConstructor | NumberConstructor)[];
|
|
1133
1133
|
};
|
|
1134
1134
|
size: {
|
|
1135
|
-
type: import("vue").PropType<"
|
|
1135
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1136
1136
|
default: string;
|
|
1137
|
-
validator: (val: "
|
|
1137
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1138
1138
|
};
|
|
1139
1139
|
placeholder: {
|
|
1140
1140
|
type: StringConstructor;
|
|
@@ -1148,7 +1148,7 @@ export declare const UColorPicker: {
|
|
|
1148
1148
|
default: boolean;
|
|
1149
1149
|
};
|
|
1150
1150
|
autosize: {
|
|
1151
|
-
type: import("vue").PropType<boolean | import("
|
|
1151
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
1152
1152
|
default: boolean;
|
|
1153
1153
|
};
|
|
1154
1154
|
rows: {
|
|
@@ -1183,10 +1183,10 @@ export declare const UColorPicker: {
|
|
|
1183
1183
|
default: string;
|
|
1184
1184
|
};
|
|
1185
1185
|
prefixIcon: {
|
|
1186
|
-
type: import("vue").PropType<import("
|
|
1186
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1187
1187
|
};
|
|
1188
1188
|
suffixIcon: {
|
|
1189
|
-
type: import("vue").PropType<import("
|
|
1189
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1190
1190
|
};
|
|
1191
1191
|
showWordLimit: {
|
|
1192
1192
|
type: BooleanConstructor;
|
|
@@ -1232,13 +1232,13 @@ export declare const UColorPicker: {
|
|
|
1232
1232
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1233
1233
|
};
|
|
1234
1234
|
}>> & Readonly<{
|
|
1235
|
-
|
|
1236
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
1235
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1237
1236
|
onClear?: (ev: Event) => any;
|
|
1237
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1238
1238
|
onFocus?: (ev: Event) => any;
|
|
1239
1239
|
onBlur?: (ev: Event) => any;
|
|
1240
1240
|
onEnter?: (ev: Event) => any;
|
|
1241
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1241
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1242
1242
|
onKeydown?: (ev: Event) => any;
|
|
1243
1243
|
onKeypress?: (ev: Event) => any;
|
|
1244
1244
|
onKeyup?: (ev: Event) => any;
|
|
@@ -1270,7 +1270,7 @@ export declare const UColorPicker: {
|
|
|
1270
1270
|
handleBlur: (event: any) => void;
|
|
1271
1271
|
handleComposition: (event: any) => void;
|
|
1272
1272
|
handleInput: (event: any) => void;
|
|
1273
|
-
setStateValue: (value: import("
|
|
1273
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
1274
1274
|
resizeTextarea: () => void;
|
|
1275
1275
|
focus: () => void;
|
|
1276
1276
|
select: () => void;
|
|
@@ -1280,13 +1280,13 @@ export declare const UColorPicker: {
|
|
|
1280
1280
|
}, {}, {}, {}, {
|
|
1281
1281
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1282
1282
|
type: "number" | "text" | "textarea" | "password";
|
|
1283
|
-
search: boolean;
|
|
1284
1283
|
required: boolean;
|
|
1285
|
-
size: "
|
|
1284
|
+
size: "default" | "small" | "large";
|
|
1285
|
+
search: boolean;
|
|
1286
1286
|
disabled: boolean;
|
|
1287
1287
|
variant: "surface" | "soft";
|
|
1288
1288
|
placeholder: string;
|
|
1289
|
-
autosize: boolean | import("
|
|
1289
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
1290
1290
|
rows: number;
|
|
1291
1291
|
readonly: boolean;
|
|
1292
1292
|
autofocus: boolean;
|
|
@@ -1308,7 +1308,7 @@ export declare const UColorPicker: {
|
|
|
1308
1308
|
__isSuspense?: never;
|
|
1309
1309
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1310
1310
|
type: {
|
|
1311
|
-
type: import("vue").PropType<"
|
|
1311
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
1312
1312
|
default: string;
|
|
1313
1313
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
1314
1314
|
};
|
|
@@ -1318,17 +1318,17 @@ export declare const UColorPicker: {
|
|
|
1318
1318
|
validator: (val: string) => boolean;
|
|
1319
1319
|
};
|
|
1320
1320
|
color: {
|
|
1321
|
-
type: import("vue").PropType<"
|
|
1322
|
-
default:
|
|
1321
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1322
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1323
1323
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1324
1324
|
};
|
|
1325
1325
|
modelValue: {
|
|
1326
1326
|
type: (StringConstructor | NumberConstructor)[];
|
|
1327
1327
|
};
|
|
1328
1328
|
size: {
|
|
1329
|
-
type: import("vue").PropType<"
|
|
1329
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1330
1330
|
default: string;
|
|
1331
|
-
validator: (val: "
|
|
1331
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1332
1332
|
};
|
|
1333
1333
|
placeholder: {
|
|
1334
1334
|
type: StringConstructor;
|
|
@@ -1342,7 +1342,7 @@ export declare const UColorPicker: {
|
|
|
1342
1342
|
default: boolean;
|
|
1343
1343
|
};
|
|
1344
1344
|
autosize: {
|
|
1345
|
-
type: import("vue").PropType<boolean | import("
|
|
1345
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
1346
1346
|
default: boolean;
|
|
1347
1347
|
};
|
|
1348
1348
|
rows: {
|
|
@@ -1377,10 +1377,10 @@ export declare const UColorPicker: {
|
|
|
1377
1377
|
default: string;
|
|
1378
1378
|
};
|
|
1379
1379
|
prefixIcon: {
|
|
1380
|
-
type: import("vue").PropType<import("
|
|
1380
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1381
1381
|
};
|
|
1382
1382
|
suffixIcon: {
|
|
1383
|
-
type: import("vue").PropType<import("
|
|
1383
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1384
1384
|
};
|
|
1385
1385
|
showWordLimit: {
|
|
1386
1386
|
type: BooleanConstructor;
|
|
@@ -1426,13 +1426,13 @@ export declare const UColorPicker: {
|
|
|
1426
1426
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1427
1427
|
};
|
|
1428
1428
|
}>> & Readonly<{
|
|
1429
|
-
|
|
1430
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
1429
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1431
1430
|
onClear?: (ev: Event) => any;
|
|
1431
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1432
1432
|
onFocus?: (ev: Event) => any;
|
|
1433
1433
|
onBlur?: (ev: Event) => any;
|
|
1434
1434
|
onEnter?: (ev: Event) => any;
|
|
1435
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1435
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
1436
1436
|
onKeydown?: (ev: Event) => any;
|
|
1437
1437
|
onKeypress?: (ev: Event) => any;
|
|
1438
1438
|
onKeyup?: (ev: Event) => any;
|
|
@@ -1464,7 +1464,7 @@ export declare const UColorPicker: {
|
|
|
1464
1464
|
handleBlur: (event: any) => void;
|
|
1465
1465
|
handleComposition: (event: any) => void;
|
|
1466
1466
|
handleInput: (event: any) => void;
|
|
1467
|
-
setStateValue: (value: import("
|
|
1467
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
1468
1468
|
resizeTextarea: () => void;
|
|
1469
1469
|
focus: () => void;
|
|
1470
1470
|
select: () => void;
|
|
@@ -1473,9 +1473,9 @@ export declare const UColorPicker: {
|
|
|
1473
1473
|
handleToggleShowPassword: () => void;
|
|
1474
1474
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1475
1475
|
enter: (ev: Event) => boolean;
|
|
1476
|
-
search: (v: import("
|
|
1477
|
-
change: (v: import("
|
|
1478
|
-
'update:modelValue': (v: import("
|
|
1476
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
1477
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
1478
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
1479
1479
|
clear: (ev: Event) => boolean;
|
|
1480
1480
|
keydown: (ev: Event) => boolean;
|
|
1481
1481
|
keypress: (ev: Event) => boolean;
|
|
@@ -1485,13 +1485,13 @@ export declare const UColorPicker: {
|
|
|
1485
1485
|
}, string, {
|
|
1486
1486
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1487
1487
|
type: "number" | "text" | "textarea" | "password";
|
|
1488
|
-
search: boolean;
|
|
1489
1488
|
required: boolean;
|
|
1490
|
-
size: "
|
|
1489
|
+
size: "default" | "small" | "large";
|
|
1490
|
+
search: boolean;
|
|
1491
1491
|
disabled: boolean;
|
|
1492
1492
|
variant: "surface" | "soft";
|
|
1493
1493
|
placeholder: string;
|
|
1494
|
-
autosize: boolean | import("
|
|
1494
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
1495
1495
|
rows: number;
|
|
1496
1496
|
readonly: boolean;
|
|
1497
1497
|
autofocus: boolean;
|
|
@@ -1522,7 +1522,7 @@ export declare const UColorPicker: {
|
|
|
1522
1522
|
default: string;
|
|
1523
1523
|
};
|
|
1524
1524
|
icon: {
|
|
1525
|
-
type: import("vue").PropType<import("
|
|
1525
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1526
1526
|
};
|
|
1527
1527
|
}>> & Readonly<{
|
|
1528
1528
|
onClick?: (ev: Event) => any;
|
|
@@ -1569,7 +1569,7 @@ export declare const UColorPicker: {
|
|
|
1569
1569
|
default: string;
|
|
1570
1570
|
};
|
|
1571
1571
|
icon: {
|
|
1572
|
-
type: import("vue").PropType<import("
|
|
1572
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1573
1573
|
};
|
|
1574
1574
|
}>> & Readonly<{
|
|
1575
1575
|
onClick?: (ev: Event) => any;
|
|
@@ -1611,7 +1611,7 @@ export declare const UColorPicker: {
|
|
|
1611
1611
|
default: string;
|
|
1612
1612
|
};
|
|
1613
1613
|
icon: {
|
|
1614
|
-
type: import("vue").PropType<import("
|
|
1614
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1615
1615
|
};
|
|
1616
1616
|
}>> & Readonly<{
|
|
1617
1617
|
onClick?: (ev: Event) => any;
|
|
@@ -1638,33 +1638,33 @@ export declare const UColorPicker: {
|
|
|
1638
1638
|
}, string, {
|
|
1639
1639
|
color: string;
|
|
1640
1640
|
spin: boolean;
|
|
1641
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1641
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1642
1642
|
URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1643
1643
|
URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1644
1644
|
URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1645
1645
|
URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1646
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1646
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1647
1647
|
UButton: {
|
|
1648
1648
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1649
1649
|
type: {
|
|
1650
|
-
type: import("vue").PropType<"
|
|
1650
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
1651
1651
|
default: string;
|
|
1652
1652
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
1653
1653
|
};
|
|
1654
1654
|
color: {
|
|
1655
|
-
type: import("vue").PropType<"
|
|
1656
|
-
default:
|
|
1655
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1656
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1657
1657
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1658
1658
|
};
|
|
1659
1659
|
variant: {
|
|
1660
|
-
type: import("vue").PropType<"
|
|
1660
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1661
1661
|
default: string;
|
|
1662
1662
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
1663
1663
|
};
|
|
1664
1664
|
size: {
|
|
1665
|
-
type: import("vue").PropType<"
|
|
1665
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1666
1666
|
default: string;
|
|
1667
|
-
validator: (val: "
|
|
1667
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1668
1668
|
};
|
|
1669
1669
|
disabled: {
|
|
1670
1670
|
type: BooleanConstructor;
|
|
@@ -1675,10 +1675,10 @@ export declare const UColorPicker: {
|
|
|
1675
1675
|
default: boolean;
|
|
1676
1676
|
};
|
|
1677
1677
|
icon: {
|
|
1678
|
-
type: import("vue").PropType<import("
|
|
1678
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1679
1679
|
};
|
|
1680
1680
|
shape: {
|
|
1681
|
-
type: import("vue").PropType<"
|
|
1681
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
1682
1682
|
default: string;
|
|
1683
1683
|
validator: (val: "default" | "circle") => boolean;
|
|
1684
1684
|
};
|
|
@@ -1695,7 +1695,7 @@ export declare const UColorPicker: {
|
|
|
1695
1695
|
default: undefined;
|
|
1696
1696
|
};
|
|
1697
1697
|
nativeType: {
|
|
1698
|
-
type: import("vue").PropType<"
|
|
1698
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
1699
1699
|
default: string;
|
|
1700
1700
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
1701
1701
|
};
|
|
@@ -1718,13 +1718,13 @@ export declare const UColorPicker: {
|
|
|
1718
1718
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1719
1719
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
1720
1720
|
loading: boolean;
|
|
1721
|
-
size: "
|
|
1721
|
+
size: "default" | "small" | "large";
|
|
1722
1722
|
disabled: boolean;
|
|
1723
1723
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
1724
1724
|
nativeType: "button" | "submit" | "reset";
|
|
1725
|
-
block: boolean;
|
|
1726
1725
|
shape: "default" | "circle";
|
|
1727
1726
|
dashed: boolean;
|
|
1727
|
+
block: boolean;
|
|
1728
1728
|
iconOnly: boolean;
|
|
1729
1729
|
blurAfterClick: boolean;
|
|
1730
1730
|
}, true, {}, {}, {
|
|
@@ -1742,7 +1742,7 @@ export declare const UColorPicker: {
|
|
|
1742
1742
|
default: string;
|
|
1743
1743
|
};
|
|
1744
1744
|
icon: {
|
|
1745
|
-
type: import("vue").PropType<import("
|
|
1745
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1746
1746
|
};
|
|
1747
1747
|
}>> & Readonly<{
|
|
1748
1748
|
onClick?: (ev: Event) => any;
|
|
@@ -1789,7 +1789,7 @@ export declare const UColorPicker: {
|
|
|
1789
1789
|
default: string;
|
|
1790
1790
|
};
|
|
1791
1791
|
icon: {
|
|
1792
|
-
type: import("vue").PropType<import("
|
|
1792
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1793
1793
|
};
|
|
1794
1794
|
}>> & Readonly<{
|
|
1795
1795
|
onClick?: (ev: Event) => any;
|
|
@@ -1831,7 +1831,7 @@ export declare const UColorPicker: {
|
|
|
1831
1831
|
default: string;
|
|
1832
1832
|
};
|
|
1833
1833
|
icon: {
|
|
1834
|
-
type: import("vue").PropType<import("
|
|
1834
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1835
1835
|
};
|
|
1836
1836
|
}>> & Readonly<{
|
|
1837
1837
|
onClick?: (ev: Event) => any;
|
|
@@ -1858,7 +1858,7 @@ export declare const UColorPicker: {
|
|
|
1858
1858
|
}, string, {
|
|
1859
1859
|
color: string;
|
|
1860
1860
|
spin: boolean;
|
|
1861
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1861
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1862
1862
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1863
1863
|
P: {};
|
|
1864
1864
|
B: {};
|
|
@@ -1868,24 +1868,24 @@ export declare const UColorPicker: {
|
|
|
1868
1868
|
Defaults: {};
|
|
1869
1869
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1870
1870
|
type: {
|
|
1871
|
-
type: import("vue").PropType<"
|
|
1871
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
1872
1872
|
default: string;
|
|
1873
1873
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
1874
1874
|
};
|
|
1875
1875
|
color: {
|
|
1876
|
-
type: import("vue").PropType<"
|
|
1877
|
-
default:
|
|
1876
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1877
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1878
1878
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1879
1879
|
};
|
|
1880
1880
|
variant: {
|
|
1881
|
-
type: import("vue").PropType<"
|
|
1881
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1882
1882
|
default: string;
|
|
1883
1883
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
1884
1884
|
};
|
|
1885
1885
|
size: {
|
|
1886
|
-
type: import("vue").PropType<"
|
|
1886
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1887
1887
|
default: string;
|
|
1888
|
-
validator: (val: "
|
|
1888
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1889
1889
|
};
|
|
1890
1890
|
disabled: {
|
|
1891
1891
|
type: BooleanConstructor;
|
|
@@ -1896,10 +1896,10 @@ export declare const UColorPicker: {
|
|
|
1896
1896
|
default: boolean;
|
|
1897
1897
|
};
|
|
1898
1898
|
icon: {
|
|
1899
|
-
type: import("vue").PropType<import("
|
|
1899
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1900
1900
|
};
|
|
1901
1901
|
shape: {
|
|
1902
|
-
type: import("vue").PropType<"
|
|
1902
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
1903
1903
|
default: string;
|
|
1904
1904
|
validator: (val: "default" | "circle") => boolean;
|
|
1905
1905
|
};
|
|
@@ -1916,7 +1916,7 @@ export declare const UColorPicker: {
|
|
|
1916
1916
|
default: undefined;
|
|
1917
1917
|
};
|
|
1918
1918
|
nativeType: {
|
|
1919
|
-
type: import("vue").PropType<"
|
|
1919
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
1920
1920
|
default: string;
|
|
1921
1921
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
1922
1922
|
};
|
|
@@ -1937,13 +1937,13 @@ export declare const UColorPicker: {
|
|
|
1937
1937
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1938
1938
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
1939
1939
|
loading: boolean;
|
|
1940
|
-
size: "
|
|
1940
|
+
size: "default" | "small" | "large";
|
|
1941
1941
|
disabled: boolean;
|
|
1942
1942
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
1943
1943
|
nativeType: "button" | "submit" | "reset";
|
|
1944
|
-
block: boolean;
|
|
1945
1944
|
shape: "default" | "circle";
|
|
1946
1945
|
dashed: boolean;
|
|
1946
|
+
block: boolean;
|
|
1947
1947
|
iconOnly: boolean;
|
|
1948
1948
|
blurAfterClick: boolean;
|
|
1949
1949
|
}>;
|
|
@@ -1952,24 +1952,24 @@ export declare const UColorPicker: {
|
|
|
1952
1952
|
__isSuspense?: never;
|
|
1953
1953
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1954
1954
|
type: {
|
|
1955
|
-
type: import("vue").PropType<"
|
|
1955
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
1956
1956
|
default: string;
|
|
1957
1957
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
1958
1958
|
};
|
|
1959
1959
|
color: {
|
|
1960
|
-
type: import("vue").PropType<"
|
|
1961
|
-
default:
|
|
1960
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1961
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1962
1962
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1963
1963
|
};
|
|
1964
1964
|
variant: {
|
|
1965
|
-
type: import("vue").PropType<"
|
|
1965
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
1966
1966
|
default: string;
|
|
1967
1967
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
1968
1968
|
};
|
|
1969
1969
|
size: {
|
|
1970
|
-
type: import("vue").PropType<"
|
|
1970
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1971
1971
|
default: string;
|
|
1972
|
-
validator: (val: "
|
|
1972
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1973
1973
|
};
|
|
1974
1974
|
disabled: {
|
|
1975
1975
|
type: BooleanConstructor;
|
|
@@ -1980,10 +1980,10 @@ export declare const UColorPicker: {
|
|
|
1980
1980
|
default: boolean;
|
|
1981
1981
|
};
|
|
1982
1982
|
icon: {
|
|
1983
|
-
type: import("vue").PropType<import("
|
|
1983
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1984
1984
|
};
|
|
1985
1985
|
shape: {
|
|
1986
|
-
type: import("vue").PropType<"
|
|
1986
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
1987
1987
|
default: string;
|
|
1988
1988
|
validator: (val: "default" | "circle") => boolean;
|
|
1989
1989
|
};
|
|
@@ -2000,7 +2000,7 @@ export declare const UColorPicker: {
|
|
|
2000
2000
|
default: undefined;
|
|
2001
2001
|
};
|
|
2002
2002
|
nativeType: {
|
|
2003
|
-
type: import("vue").PropType<"
|
|
2003
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
2004
2004
|
default: string;
|
|
2005
2005
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
2006
2006
|
};
|
|
@@ -2023,13 +2023,13 @@ export declare const UColorPicker: {
|
|
|
2023
2023
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2024
2024
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
2025
2025
|
loading: boolean;
|
|
2026
|
-
size: "
|
|
2026
|
+
size: "default" | "small" | "large";
|
|
2027
2027
|
disabled: boolean;
|
|
2028
2028
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
2029
2029
|
nativeType: "button" | "submit" | "reset";
|
|
2030
|
-
block: boolean;
|
|
2031
2030
|
shape: "default" | "circle";
|
|
2032
2031
|
dashed: boolean;
|
|
2032
|
+
block: boolean;
|
|
2033
2033
|
iconOnly: boolean;
|
|
2034
2034
|
blurAfterClick: boolean;
|
|
2035
2035
|
}, {}, string, {}, {
|
|
@@ -2047,7 +2047,7 @@ export declare const UColorPicker: {
|
|
|
2047
2047
|
default: string;
|
|
2048
2048
|
};
|
|
2049
2049
|
icon: {
|
|
2050
|
-
type: import("vue").PropType<import("
|
|
2050
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2051
2051
|
};
|
|
2052
2052
|
}>> & Readonly<{
|
|
2053
2053
|
onClick?: (ev: Event) => any;
|
|
@@ -2094,7 +2094,7 @@ export declare const UColorPicker: {
|
|
|
2094
2094
|
default: string;
|
|
2095
2095
|
};
|
|
2096
2096
|
icon: {
|
|
2097
|
-
type: import("vue").PropType<import("
|
|
2097
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2098
2098
|
};
|
|
2099
2099
|
}>> & Readonly<{
|
|
2100
2100
|
onClick?: (ev: Event) => any;
|
|
@@ -2136,7 +2136,7 @@ export declare const UColorPicker: {
|
|
|
2136
2136
|
default: string;
|
|
2137
2137
|
};
|
|
2138
2138
|
icon: {
|
|
2139
|
-
type: import("vue").PropType<import("
|
|
2139
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2140
2140
|
};
|
|
2141
2141
|
}>> & Readonly<{
|
|
2142
2142
|
onClick?: (ev: Event) => any;
|
|
@@ -2163,16 +2163,16 @@ export declare const UColorPicker: {
|
|
|
2163
2163
|
}, string, {
|
|
2164
2164
|
color: string;
|
|
2165
2165
|
spin: boolean;
|
|
2166
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2167
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2166
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2167
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
2168
2168
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2169
2169
|
size: {
|
|
2170
|
-
type: import("vue").PropType<"
|
|
2170
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2171
2171
|
default: string;
|
|
2172
|
-
validator: (val: "
|
|
2172
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2173
2173
|
};
|
|
2174
2174
|
shape: {
|
|
2175
|
-
type: import("vue").PropType<"
|
|
2175
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
2176
2176
|
default: string;
|
|
2177
2177
|
validator: (val: "default" | "circle") => boolean;
|
|
2178
2178
|
};
|
|
@@ -2184,12 +2184,12 @@ export declare const UColorPicker: {
|
|
|
2184
2184
|
prefixCls: import("vue").ComputedRef<string>;
|
|
2185
2185
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2186
2186
|
size: {
|
|
2187
|
-
type: import("vue").PropType<"
|
|
2187
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2188
2188
|
default: string;
|
|
2189
|
-
validator: (val: "
|
|
2189
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2190
2190
|
};
|
|
2191
2191
|
shape: {
|
|
2192
|
-
type: import("vue").PropType<"
|
|
2192
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
2193
2193
|
default: string;
|
|
2194
2194
|
validator: (val: "default" | "circle") => boolean;
|
|
2195
2195
|
};
|
|
@@ -2198,11 +2198,11 @@ export declare const UColorPicker: {
|
|
|
2198
2198
|
default: undefined;
|
|
2199
2199
|
};
|
|
2200
2200
|
}>> & Readonly<{}>, {
|
|
2201
|
-
size: "
|
|
2201
|
+
size: "default" | "small" | "large";
|
|
2202
2202
|
shape: "default" | "circle";
|
|
2203
2203
|
vertical: boolean;
|
|
2204
2204
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2205
|
-
};
|
|
2205
|
+
});
|
|
2206
2206
|
HueSlider: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2207
2207
|
prefixCls: {
|
|
2208
2208
|
type: StringConstructor;
|
|
@@ -2340,7 +2340,7 @@ export declare const UColorPicker: {
|
|
|
2340
2340
|
default: boolean;
|
|
2341
2341
|
};
|
|
2342
2342
|
format: {
|
|
2343
|
-
type: import("vue").PropType<"
|
|
2343
|
+
type: import("vue").PropType<import("./ColorPicker.type").ColorPickerFormat>;
|
|
2344
2344
|
validator: (val: "hsv" | "hsl" | "hex" | "rgb") => boolean;
|
|
2345
2345
|
};
|
|
2346
2346
|
preColors: {
|
|
@@ -2351,9 +2351,9 @@ export declare const UColorPicker: {
|
|
|
2351
2351
|
default: boolean;
|
|
2352
2352
|
};
|
|
2353
2353
|
size: {
|
|
2354
|
-
type: import("vue").PropType<"
|
|
2354
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2355
2355
|
default: string;
|
|
2356
|
-
validator: (val: "
|
|
2356
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2357
2357
|
};
|
|
2358
2358
|
disabled: {
|
|
2359
2359
|
type: BooleanConstructor;
|
|
@@ -2366,7 +2366,7 @@ export declare const UColorPicker: {
|
|
|
2366
2366
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2367
2367
|
};
|
|
2368
2368
|
emptyValue: {
|
|
2369
|
-
type: import("vue").PropType<string>;
|
|
2369
|
+
type: import("vue").PropType<string | undefined>;
|
|
2370
2370
|
};
|
|
2371
2371
|
}>> & Readonly<{
|
|
2372
2372
|
onChange?: (v: string) => any;
|
|
@@ -2771,7 +2771,7 @@ export declare const UColorPicker: {
|
|
|
2771
2771
|
handleConfirm: () => void;
|
|
2772
2772
|
onPopupVisibleChange: (val: boolean) => void;
|
|
2773
2773
|
}, {}, {}, {}, {
|
|
2774
|
-
size: "
|
|
2774
|
+
size: "default" | "small" | "large";
|
|
2775
2775
|
disabled: boolean;
|
|
2776
2776
|
showAlpha: boolean;
|
|
2777
2777
|
onlyPreColors: boolean;
|
|
@@ -2788,7 +2788,7 @@ export declare const UColorPicker: {
|
|
|
2788
2788
|
default: boolean;
|
|
2789
2789
|
};
|
|
2790
2790
|
format: {
|
|
2791
|
-
type: import("vue").PropType<"
|
|
2791
|
+
type: import("vue").PropType<import("./ColorPicker.type").ColorPickerFormat>;
|
|
2792
2792
|
validator: (val: "hsv" | "hsl" | "hex" | "rgb") => boolean;
|
|
2793
2793
|
};
|
|
2794
2794
|
preColors: {
|
|
@@ -2799,9 +2799,9 @@ export declare const UColorPicker: {
|
|
|
2799
2799
|
default: boolean;
|
|
2800
2800
|
};
|
|
2801
2801
|
size: {
|
|
2802
|
-
type: import("vue").PropType<"
|
|
2802
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2803
2803
|
default: string;
|
|
2804
|
-
validator: (val: "
|
|
2804
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2805
2805
|
};
|
|
2806
2806
|
disabled: {
|
|
2807
2807
|
type: BooleanConstructor;
|
|
@@ -2814,7 +2814,7 @@ export declare const UColorPicker: {
|
|
|
2814
2814
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2815
2815
|
};
|
|
2816
2816
|
emptyValue: {
|
|
2817
|
-
type: import("vue").PropType<string>;
|
|
2817
|
+
type: import("vue").PropType<string | undefined>;
|
|
2818
2818
|
};
|
|
2819
2819
|
}>> & Readonly<{
|
|
2820
2820
|
onChange?: (v: string) => any;
|
|
@@ -3219,12 +3219,12 @@ export declare const UColorPicker: {
|
|
|
3219
3219
|
handleConfirm: () => void;
|
|
3220
3220
|
onPopupVisibleChange: (val: boolean) => void;
|
|
3221
3221
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3222
|
-
'update:modelValue': (v: string) => boolean;
|
|
3223
|
-
change: (v: string) => boolean;
|
|
3222
|
+
'update:modelValue': (v: string | undefined) => boolean;
|
|
3223
|
+
change: (v: string | undefined) => boolean;
|
|
3224
3224
|
'active-change': (v: string) => boolean;
|
|
3225
3225
|
'open-change': (v: boolean) => boolean;
|
|
3226
3226
|
}, string, {
|
|
3227
|
-
size: "
|
|
3227
|
+
size: "default" | "small" | "large";
|
|
3228
3228
|
disabled: boolean;
|
|
3229
3229
|
showAlpha: boolean;
|
|
3230
3230
|
onlyPreColors: boolean;
|
|
@@ -3237,7 +3237,7 @@ export declare const UColorPicker: {
|
|
|
3237
3237
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
3238
3238
|
};
|
|
3239
3239
|
placement: {
|
|
3240
|
-
type: import("vue").PropType<"
|
|
3240
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
3241
3241
|
default: string;
|
|
3242
3242
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
3243
3243
|
};
|
|
@@ -3259,8 +3259,8 @@ export declare const UColorPicker: {
|
|
|
3259
3259
|
type: StringConstructor;
|
|
3260
3260
|
};
|
|
3261
3261
|
trigger: {
|
|
3262
|
-
type: import("vue").PropType<("
|
|
3263
|
-
default: () => ("
|
|
3262
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
3263
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
3264
3264
|
};
|
|
3265
3265
|
mouseEnterDelay: {
|
|
3266
3266
|
type: NumberConstructor;
|
|
@@ -3328,7 +3328,7 @@ export declare const UColorPicker: {
|
|
|
3328
3328
|
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
3329
3329
|
};
|
|
3330
3330
|
placement: {
|
|
3331
|
-
type: import("vue").PropType<"
|
|
3331
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
3332
3332
|
default: string;
|
|
3333
3333
|
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
3334
3334
|
};
|
|
@@ -3350,8 +3350,8 @@ export declare const UColorPicker: {
|
|
|
3350
3350
|
type: StringConstructor;
|
|
3351
3351
|
};
|
|
3352
3352
|
trigger: {
|
|
3353
|
-
type: import("vue").PropType<("
|
|
3354
|
-
default: () => ("
|
|
3353
|
+
type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
|
|
3354
|
+
default: () => import("../Popup").PopupTrigger[];
|
|
3355
3355
|
};
|
|
3356
3356
|
mouseEnterDelay: {
|
|
3357
3357
|
type: NumberConstructor;
|
|
@@ -3430,7 +3430,7 @@ export declare const UColorPicker: {
|
|
|
3430
3430
|
default: string;
|
|
3431
3431
|
};
|
|
3432
3432
|
icon: {
|
|
3433
|
-
type: import("vue").PropType<import("
|
|
3433
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3434
3434
|
};
|
|
3435
3435
|
}>> & Readonly<{
|
|
3436
3436
|
onClick?: (ev: Event) => any;
|
|
@@ -3477,7 +3477,7 @@ export declare const UColorPicker: {
|
|
|
3477
3477
|
default: string;
|
|
3478
3478
|
};
|
|
3479
3479
|
icon: {
|
|
3480
|
-
type: import("vue").PropType<import("
|
|
3480
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3481
3481
|
};
|
|
3482
3482
|
}>> & Readonly<{
|
|
3483
3483
|
onClick?: (ev: Event) => any;
|
|
@@ -3519,7 +3519,7 @@ export declare const UColorPicker: {
|
|
|
3519
3519
|
default: string;
|
|
3520
3520
|
};
|
|
3521
3521
|
icon: {
|
|
3522
|
-
type: import("vue").PropType<import("
|
|
3522
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3523
3523
|
};
|
|
3524
3524
|
}>> & Readonly<{
|
|
3525
3525
|
onClick?: (ev: Event) => any;
|
|
@@ -3546,11 +3546,11 @@ export declare const UColorPicker: {
|
|
|
3546
3546
|
}, string, {
|
|
3547
3547
|
color: string;
|
|
3548
3548
|
spin: boolean;
|
|
3549
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3549
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3550
3550
|
UInput: {
|
|
3551
3551
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3552
3552
|
type: {
|
|
3553
|
-
type: import("vue").PropType<"
|
|
3553
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
3554
3554
|
default: string;
|
|
3555
3555
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3556
3556
|
};
|
|
@@ -3560,17 +3560,17 @@ export declare const UColorPicker: {
|
|
|
3560
3560
|
validator: (val: string) => boolean;
|
|
3561
3561
|
};
|
|
3562
3562
|
color: {
|
|
3563
|
-
type: import("vue").PropType<"
|
|
3564
|
-
default:
|
|
3563
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3564
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3565
3565
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3566
3566
|
};
|
|
3567
3567
|
modelValue: {
|
|
3568
3568
|
type: (StringConstructor | NumberConstructor)[];
|
|
3569
3569
|
};
|
|
3570
3570
|
size: {
|
|
3571
|
-
type: import("vue").PropType<"
|
|
3571
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3572
3572
|
default: string;
|
|
3573
|
-
validator: (val: "
|
|
3573
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3574
3574
|
};
|
|
3575
3575
|
placeholder: {
|
|
3576
3576
|
type: StringConstructor;
|
|
@@ -3584,7 +3584,7 @@ export declare const UColorPicker: {
|
|
|
3584
3584
|
default: boolean;
|
|
3585
3585
|
};
|
|
3586
3586
|
autosize: {
|
|
3587
|
-
type: import("vue").PropType<boolean | import("
|
|
3587
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
3588
3588
|
default: boolean;
|
|
3589
3589
|
};
|
|
3590
3590
|
rows: {
|
|
@@ -3619,10 +3619,10 @@ export declare const UColorPicker: {
|
|
|
3619
3619
|
default: string;
|
|
3620
3620
|
};
|
|
3621
3621
|
prefixIcon: {
|
|
3622
|
-
type: import("vue").PropType<import("
|
|
3622
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3623
3623
|
};
|
|
3624
3624
|
suffixIcon: {
|
|
3625
|
-
type: import("vue").PropType<import("
|
|
3625
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3626
3626
|
};
|
|
3627
3627
|
showWordLimit: {
|
|
3628
3628
|
type: BooleanConstructor;
|
|
@@ -3668,13 +3668,13 @@ export declare const UColorPicker: {
|
|
|
3668
3668
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3669
3669
|
};
|
|
3670
3670
|
}>> & Readonly<{
|
|
3671
|
-
|
|
3672
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
3671
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3673
3672
|
onClear?: (ev: Event) => any;
|
|
3673
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3674
3674
|
onFocus?: (ev: Event) => any;
|
|
3675
3675
|
onBlur?: (ev: Event) => any;
|
|
3676
3676
|
onEnter?: (ev: Event) => any;
|
|
3677
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3677
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
3678
3678
|
onKeydown?: (ev: Event) => any;
|
|
3679
3679
|
onKeypress?: (ev: Event) => any;
|
|
3680
3680
|
onKeyup?: (ev: Event) => any;
|
|
@@ -3706,7 +3706,7 @@ export declare const UColorPicker: {
|
|
|
3706
3706
|
handleBlur: (event: any) => void;
|
|
3707
3707
|
handleComposition: (event: any) => void;
|
|
3708
3708
|
handleInput: (event: any) => void;
|
|
3709
|
-
setStateValue: (value: import("
|
|
3709
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
3710
3710
|
resizeTextarea: () => void;
|
|
3711
3711
|
focus: () => void;
|
|
3712
3712
|
select: () => void;
|
|
@@ -3715,9 +3715,9 @@ export declare const UColorPicker: {
|
|
|
3715
3715
|
handleToggleShowPassword: () => void;
|
|
3716
3716
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3717
3717
|
enter: (ev: Event) => boolean;
|
|
3718
|
-
search: (v: import("
|
|
3719
|
-
change: (v: import("
|
|
3720
|
-
'update:modelValue': (v: import("
|
|
3718
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3719
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3720
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
3721
3721
|
clear: (ev: Event) => boolean;
|
|
3722
3722
|
keydown: (ev: Event) => boolean;
|
|
3723
3723
|
keypress: (ev: Event) => boolean;
|
|
@@ -3727,13 +3727,13 @@ export declare const UColorPicker: {
|
|
|
3727
3727
|
}, import("vue").PublicProps, {
|
|
3728
3728
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3729
3729
|
type: "number" | "text" | "textarea" | "password";
|
|
3730
|
-
search: boolean;
|
|
3731
3730
|
required: boolean;
|
|
3732
|
-
size: "
|
|
3731
|
+
size: "default" | "small" | "large";
|
|
3732
|
+
search: boolean;
|
|
3733
3733
|
disabled: boolean;
|
|
3734
3734
|
variant: "surface" | "soft";
|
|
3735
3735
|
placeholder: string;
|
|
3736
|
-
autosize: boolean | import("
|
|
3736
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
3737
3737
|
rows: number;
|
|
3738
3738
|
readonly: boolean;
|
|
3739
3739
|
autofocus: boolean;
|
|
@@ -3764,7 +3764,7 @@ export declare const UColorPicker: {
|
|
|
3764
3764
|
default: string;
|
|
3765
3765
|
};
|
|
3766
3766
|
icon: {
|
|
3767
|
-
type: import("vue").PropType<import("
|
|
3767
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3768
3768
|
};
|
|
3769
3769
|
}>> & Readonly<{
|
|
3770
3770
|
onClick?: (ev: Event) => any;
|
|
@@ -3811,7 +3811,7 @@ export declare const UColorPicker: {
|
|
|
3811
3811
|
default: string;
|
|
3812
3812
|
};
|
|
3813
3813
|
icon: {
|
|
3814
|
-
type: import("vue").PropType<import("
|
|
3814
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3815
3815
|
};
|
|
3816
3816
|
}>> & Readonly<{
|
|
3817
3817
|
onClick?: (ev: Event) => any;
|
|
@@ -3853,7 +3853,7 @@ export declare const UColorPicker: {
|
|
|
3853
3853
|
default: string;
|
|
3854
3854
|
};
|
|
3855
3855
|
icon: {
|
|
3856
|
-
type: import("vue").PropType<import("
|
|
3856
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3857
3857
|
};
|
|
3858
3858
|
}>> & Readonly<{
|
|
3859
3859
|
onClick?: (ev: Event) => any;
|
|
@@ -3880,7 +3880,7 @@ export declare const UColorPicker: {
|
|
|
3880
3880
|
}, string, {
|
|
3881
3881
|
color: string;
|
|
3882
3882
|
spin: boolean;
|
|
3883
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3883
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3884
3884
|
URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3885
3885
|
URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3886
3886
|
URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3894,7 +3894,7 @@ export declare const UColorPicker: {
|
|
|
3894
3894
|
Defaults: {};
|
|
3895
3895
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3896
3896
|
type: {
|
|
3897
|
-
type: import("vue").PropType<"
|
|
3897
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
3898
3898
|
default: string;
|
|
3899
3899
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3900
3900
|
};
|
|
@@ -3904,17 +3904,17 @@ export declare const UColorPicker: {
|
|
|
3904
3904
|
validator: (val: string) => boolean;
|
|
3905
3905
|
};
|
|
3906
3906
|
color: {
|
|
3907
|
-
type: import("vue").PropType<"
|
|
3908
|
-
default:
|
|
3907
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3908
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3909
3909
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3910
3910
|
};
|
|
3911
3911
|
modelValue: {
|
|
3912
3912
|
type: (StringConstructor | NumberConstructor)[];
|
|
3913
3913
|
};
|
|
3914
3914
|
size: {
|
|
3915
|
-
type: import("vue").PropType<"
|
|
3915
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3916
3916
|
default: string;
|
|
3917
|
-
validator: (val: "
|
|
3917
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3918
3918
|
};
|
|
3919
3919
|
placeholder: {
|
|
3920
3920
|
type: StringConstructor;
|
|
@@ -3928,7 +3928,7 @@ export declare const UColorPicker: {
|
|
|
3928
3928
|
default: boolean;
|
|
3929
3929
|
};
|
|
3930
3930
|
autosize: {
|
|
3931
|
-
type: import("vue").PropType<boolean | import("
|
|
3931
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
3932
3932
|
default: boolean;
|
|
3933
3933
|
};
|
|
3934
3934
|
rows: {
|
|
@@ -3963,10 +3963,10 @@ export declare const UColorPicker: {
|
|
|
3963
3963
|
default: string;
|
|
3964
3964
|
};
|
|
3965
3965
|
prefixIcon: {
|
|
3966
|
-
type: import("vue").PropType<import("
|
|
3966
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3967
3967
|
};
|
|
3968
3968
|
suffixIcon: {
|
|
3969
|
-
type: import("vue").PropType<import("
|
|
3969
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3970
3970
|
};
|
|
3971
3971
|
showWordLimit: {
|
|
3972
3972
|
type: BooleanConstructor;
|
|
@@ -4012,13 +4012,13 @@ export declare const UColorPicker: {
|
|
|
4012
4012
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
4013
4013
|
};
|
|
4014
4014
|
}>> & Readonly<{
|
|
4015
|
-
|
|
4016
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
4015
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4017
4016
|
onClear?: (ev: Event) => any;
|
|
4017
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4018
4018
|
onFocus?: (ev: Event) => any;
|
|
4019
4019
|
onBlur?: (ev: Event) => any;
|
|
4020
4020
|
onEnter?: (ev: Event) => any;
|
|
4021
|
-
"onUpdate:modelValue"?: (v: import("
|
|
4021
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4022
4022
|
onKeydown?: (ev: Event) => any;
|
|
4023
4023
|
onKeypress?: (ev: Event) => any;
|
|
4024
4024
|
onKeyup?: (ev: Event) => any;
|
|
@@ -4050,7 +4050,7 @@ export declare const UColorPicker: {
|
|
|
4050
4050
|
handleBlur: (event: any) => void;
|
|
4051
4051
|
handleComposition: (event: any) => void;
|
|
4052
4052
|
handleInput: (event: any) => void;
|
|
4053
|
-
setStateValue: (value: import("
|
|
4053
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
4054
4054
|
resizeTextarea: () => void;
|
|
4055
4055
|
focus: () => void;
|
|
4056
4056
|
select: () => void;
|
|
@@ -4060,13 +4060,13 @@ export declare const UColorPicker: {
|
|
|
4060
4060
|
}, {}, {}, {}, {
|
|
4061
4061
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4062
4062
|
type: "number" | "text" | "textarea" | "password";
|
|
4063
|
-
search: boolean;
|
|
4064
4063
|
required: boolean;
|
|
4065
|
-
size: "
|
|
4064
|
+
size: "default" | "small" | "large";
|
|
4065
|
+
search: boolean;
|
|
4066
4066
|
disabled: boolean;
|
|
4067
4067
|
variant: "surface" | "soft";
|
|
4068
4068
|
placeholder: string;
|
|
4069
|
-
autosize: boolean | import("
|
|
4069
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
4070
4070
|
rows: number;
|
|
4071
4071
|
readonly: boolean;
|
|
4072
4072
|
autofocus: boolean;
|
|
@@ -4088,7 +4088,7 @@ export declare const UColorPicker: {
|
|
|
4088
4088
|
__isSuspense?: never;
|
|
4089
4089
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4090
4090
|
type: {
|
|
4091
|
-
type: import("vue").PropType<"
|
|
4091
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
|
|
4092
4092
|
default: string;
|
|
4093
4093
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
4094
4094
|
};
|
|
@@ -4098,17 +4098,17 @@ export declare const UColorPicker: {
|
|
|
4098
4098
|
validator: (val: string) => boolean;
|
|
4099
4099
|
};
|
|
4100
4100
|
color: {
|
|
4101
|
-
type: import("vue").PropType<"
|
|
4102
|
-
default:
|
|
4101
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
4102
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
4103
4103
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
4104
4104
|
};
|
|
4105
4105
|
modelValue: {
|
|
4106
4106
|
type: (StringConstructor | NumberConstructor)[];
|
|
4107
4107
|
};
|
|
4108
4108
|
size: {
|
|
4109
|
-
type: import("vue").PropType<"
|
|
4109
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4110
4110
|
default: string;
|
|
4111
|
-
validator: (val: "
|
|
4111
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4112
4112
|
};
|
|
4113
4113
|
placeholder: {
|
|
4114
4114
|
type: StringConstructor;
|
|
@@ -4122,7 +4122,7 @@ export declare const UColorPicker: {
|
|
|
4122
4122
|
default: boolean;
|
|
4123
4123
|
};
|
|
4124
4124
|
autosize: {
|
|
4125
|
-
type: import("vue").PropType<boolean | import("
|
|
4125
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
|
|
4126
4126
|
default: boolean;
|
|
4127
4127
|
};
|
|
4128
4128
|
rows: {
|
|
@@ -4157,10 +4157,10 @@ export declare const UColorPicker: {
|
|
|
4157
4157
|
default: string;
|
|
4158
4158
|
};
|
|
4159
4159
|
prefixIcon: {
|
|
4160
|
-
type: import("vue").PropType<import("
|
|
4160
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4161
4161
|
};
|
|
4162
4162
|
suffixIcon: {
|
|
4163
|
-
type: import("vue").PropType<import("
|
|
4163
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4164
4164
|
};
|
|
4165
4165
|
showWordLimit: {
|
|
4166
4166
|
type: BooleanConstructor;
|
|
@@ -4206,13 +4206,13 @@ export declare const UColorPicker: {
|
|
|
4206
4206
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
4207
4207
|
};
|
|
4208
4208
|
}>> & Readonly<{
|
|
4209
|
-
|
|
4210
|
-
onChange?: (v: import("..").InputValueType) => any;
|
|
4209
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4211
4210
|
onClear?: (ev: Event) => any;
|
|
4211
|
+
onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4212
4212
|
onFocus?: (ev: Event) => any;
|
|
4213
4213
|
onBlur?: (ev: Event) => any;
|
|
4214
4214
|
onEnter?: (ev: Event) => any;
|
|
4215
|
-
"onUpdate:modelValue"?: (v: import("
|
|
4215
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
|
|
4216
4216
|
onKeydown?: (ev: Event) => any;
|
|
4217
4217
|
onKeypress?: (ev: Event) => any;
|
|
4218
4218
|
onKeyup?: (ev: Event) => any;
|
|
@@ -4244,7 +4244,7 @@ export declare const UColorPicker: {
|
|
|
4244
4244
|
handleBlur: (event: any) => void;
|
|
4245
4245
|
handleComposition: (event: any) => void;
|
|
4246
4246
|
handleInput: (event: any) => void;
|
|
4247
|
-
setStateValue: (value: import("
|
|
4247
|
+
setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
|
|
4248
4248
|
resizeTextarea: () => void;
|
|
4249
4249
|
focus: () => void;
|
|
4250
4250
|
select: () => void;
|
|
@@ -4253,9 +4253,9 @@ export declare const UColorPicker: {
|
|
|
4253
4253
|
handleToggleShowPassword: () => void;
|
|
4254
4254
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4255
4255
|
enter: (ev: Event) => boolean;
|
|
4256
|
-
search: (v: import("
|
|
4257
|
-
change: (v: import("
|
|
4258
|
-
'update:modelValue': (v: import("
|
|
4256
|
+
search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
4257
|
+
change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
4258
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
|
|
4259
4259
|
clear: (ev: Event) => boolean;
|
|
4260
4260
|
keydown: (ev: Event) => boolean;
|
|
4261
4261
|
keypress: (ev: Event) => boolean;
|
|
@@ -4265,13 +4265,13 @@ export declare const UColorPicker: {
|
|
|
4265
4265
|
}, string, {
|
|
4266
4266
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4267
4267
|
type: "number" | "text" | "textarea" | "password";
|
|
4268
|
-
search: boolean;
|
|
4269
4268
|
required: boolean;
|
|
4270
|
-
size: "
|
|
4269
|
+
size: "default" | "small" | "large";
|
|
4270
|
+
search: boolean;
|
|
4271
4271
|
disabled: boolean;
|
|
4272
4272
|
variant: "surface" | "soft";
|
|
4273
4273
|
placeholder: string;
|
|
4274
|
-
autosize: boolean | import("
|
|
4274
|
+
autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
|
|
4275
4275
|
rows: number;
|
|
4276
4276
|
readonly: boolean;
|
|
4277
4277
|
autofocus: boolean;
|
|
@@ -4302,7 +4302,7 @@ export declare const UColorPicker: {
|
|
|
4302
4302
|
default: string;
|
|
4303
4303
|
};
|
|
4304
4304
|
icon: {
|
|
4305
|
-
type: import("vue").PropType<import("
|
|
4305
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4306
4306
|
};
|
|
4307
4307
|
}>> & Readonly<{
|
|
4308
4308
|
onClick?: (ev: Event) => any;
|
|
@@ -4349,7 +4349,7 @@ export declare const UColorPicker: {
|
|
|
4349
4349
|
default: string;
|
|
4350
4350
|
};
|
|
4351
4351
|
icon: {
|
|
4352
|
-
type: import("vue").PropType<import("
|
|
4352
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4353
4353
|
};
|
|
4354
4354
|
}>> & Readonly<{
|
|
4355
4355
|
onClick?: (ev: Event) => any;
|
|
@@ -4391,7 +4391,7 @@ export declare const UColorPicker: {
|
|
|
4391
4391
|
default: string;
|
|
4392
4392
|
};
|
|
4393
4393
|
icon: {
|
|
4394
|
-
type: import("vue").PropType<import("
|
|
4394
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4395
4395
|
};
|
|
4396
4396
|
}>> & Readonly<{
|
|
4397
4397
|
onClick?: (ev: Event) => any;
|
|
@@ -4418,33 +4418,33 @@ export declare const UColorPicker: {
|
|
|
4418
4418
|
}, string, {
|
|
4419
4419
|
color: string;
|
|
4420
4420
|
spin: boolean;
|
|
4421
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4421
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
4422
4422
|
URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4423
4423
|
URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4424
4424
|
URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4425
4425
|
URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4426
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4426
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
4427
4427
|
UButton: {
|
|
4428
4428
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4429
4429
|
type: {
|
|
4430
|
-
type: import("vue").PropType<"
|
|
4430
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
4431
4431
|
default: string;
|
|
4432
4432
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
4433
4433
|
};
|
|
4434
4434
|
color: {
|
|
4435
|
-
type: import("vue").PropType<"
|
|
4436
|
-
default:
|
|
4435
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
4436
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
4437
4437
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
4438
4438
|
};
|
|
4439
4439
|
variant: {
|
|
4440
|
-
type: import("vue").PropType<"
|
|
4440
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
4441
4441
|
default: string;
|
|
4442
4442
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
4443
4443
|
};
|
|
4444
4444
|
size: {
|
|
4445
|
-
type: import("vue").PropType<"
|
|
4445
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4446
4446
|
default: string;
|
|
4447
|
-
validator: (val: "
|
|
4447
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4448
4448
|
};
|
|
4449
4449
|
disabled: {
|
|
4450
4450
|
type: BooleanConstructor;
|
|
@@ -4455,10 +4455,10 @@ export declare const UColorPicker: {
|
|
|
4455
4455
|
default: boolean;
|
|
4456
4456
|
};
|
|
4457
4457
|
icon: {
|
|
4458
|
-
type: import("vue").PropType<import("
|
|
4458
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4459
4459
|
};
|
|
4460
4460
|
shape: {
|
|
4461
|
-
type: import("vue").PropType<"
|
|
4461
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
4462
4462
|
default: string;
|
|
4463
4463
|
validator: (val: "default" | "circle") => boolean;
|
|
4464
4464
|
};
|
|
@@ -4475,7 +4475,7 @@ export declare const UColorPicker: {
|
|
|
4475
4475
|
default: undefined;
|
|
4476
4476
|
};
|
|
4477
4477
|
nativeType: {
|
|
4478
|
-
type: import("vue").PropType<"
|
|
4478
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
4479
4479
|
default: string;
|
|
4480
4480
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
4481
4481
|
};
|
|
@@ -4498,13 +4498,13 @@ export declare const UColorPicker: {
|
|
|
4498
4498
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4499
4499
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
4500
4500
|
loading: boolean;
|
|
4501
|
-
size: "
|
|
4501
|
+
size: "default" | "small" | "large";
|
|
4502
4502
|
disabled: boolean;
|
|
4503
4503
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
4504
4504
|
nativeType: "button" | "submit" | "reset";
|
|
4505
|
-
block: boolean;
|
|
4506
4505
|
shape: "default" | "circle";
|
|
4507
4506
|
dashed: boolean;
|
|
4507
|
+
block: boolean;
|
|
4508
4508
|
iconOnly: boolean;
|
|
4509
4509
|
blurAfterClick: boolean;
|
|
4510
4510
|
}, true, {}, {}, {
|
|
@@ -4522,7 +4522,7 @@ export declare const UColorPicker: {
|
|
|
4522
4522
|
default: string;
|
|
4523
4523
|
};
|
|
4524
4524
|
icon: {
|
|
4525
|
-
type: import("vue").PropType<import("
|
|
4525
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4526
4526
|
};
|
|
4527
4527
|
}>> & Readonly<{
|
|
4528
4528
|
onClick?: (ev: Event) => any;
|
|
@@ -4569,7 +4569,7 @@ export declare const UColorPicker: {
|
|
|
4569
4569
|
default: string;
|
|
4570
4570
|
};
|
|
4571
4571
|
icon: {
|
|
4572
|
-
type: import("vue").PropType<import("
|
|
4572
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4573
4573
|
};
|
|
4574
4574
|
}>> & Readonly<{
|
|
4575
4575
|
onClick?: (ev: Event) => any;
|
|
@@ -4611,7 +4611,7 @@ export declare const UColorPicker: {
|
|
|
4611
4611
|
default: string;
|
|
4612
4612
|
};
|
|
4613
4613
|
icon: {
|
|
4614
|
-
type: import("vue").PropType<import("
|
|
4614
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4615
4615
|
};
|
|
4616
4616
|
}>> & Readonly<{
|
|
4617
4617
|
onClick?: (ev: Event) => any;
|
|
@@ -4638,7 +4638,7 @@ export declare const UColorPicker: {
|
|
|
4638
4638
|
}, string, {
|
|
4639
4639
|
color: string;
|
|
4640
4640
|
spin: boolean;
|
|
4641
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4641
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
4642
4642
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4643
4643
|
P: {};
|
|
4644
4644
|
B: {};
|
|
@@ -4648,24 +4648,24 @@ export declare const UColorPicker: {
|
|
|
4648
4648
|
Defaults: {};
|
|
4649
4649
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4650
4650
|
type: {
|
|
4651
|
-
type: import("vue").PropType<"
|
|
4651
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
4652
4652
|
default: string;
|
|
4653
4653
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
4654
4654
|
};
|
|
4655
4655
|
color: {
|
|
4656
|
-
type: import("vue").PropType<"
|
|
4657
|
-
default:
|
|
4656
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
4657
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
4658
4658
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
4659
4659
|
};
|
|
4660
4660
|
variant: {
|
|
4661
|
-
type: import("vue").PropType<"
|
|
4661
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
4662
4662
|
default: string;
|
|
4663
4663
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
4664
4664
|
};
|
|
4665
4665
|
size: {
|
|
4666
|
-
type: import("vue").PropType<"
|
|
4666
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4667
4667
|
default: string;
|
|
4668
|
-
validator: (val: "
|
|
4668
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4669
4669
|
};
|
|
4670
4670
|
disabled: {
|
|
4671
4671
|
type: BooleanConstructor;
|
|
@@ -4676,10 +4676,10 @@ export declare const UColorPicker: {
|
|
|
4676
4676
|
default: boolean;
|
|
4677
4677
|
};
|
|
4678
4678
|
icon: {
|
|
4679
|
-
type: import("vue").PropType<import("
|
|
4679
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4680
4680
|
};
|
|
4681
4681
|
shape: {
|
|
4682
|
-
type: import("vue").PropType<"
|
|
4682
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
4683
4683
|
default: string;
|
|
4684
4684
|
validator: (val: "default" | "circle") => boolean;
|
|
4685
4685
|
};
|
|
@@ -4696,7 +4696,7 @@ export declare const UColorPicker: {
|
|
|
4696
4696
|
default: undefined;
|
|
4697
4697
|
};
|
|
4698
4698
|
nativeType: {
|
|
4699
|
-
type: import("vue").PropType<"
|
|
4699
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
4700
4700
|
default: string;
|
|
4701
4701
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
4702
4702
|
};
|
|
@@ -4717,13 +4717,13 @@ export declare const UColorPicker: {
|
|
|
4717
4717
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4718
4718
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
4719
4719
|
loading: boolean;
|
|
4720
|
-
size: "
|
|
4720
|
+
size: "default" | "small" | "large";
|
|
4721
4721
|
disabled: boolean;
|
|
4722
4722
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
4723
4723
|
nativeType: "button" | "submit" | "reset";
|
|
4724
|
-
block: boolean;
|
|
4725
4724
|
shape: "default" | "circle";
|
|
4726
4725
|
dashed: boolean;
|
|
4726
|
+
block: boolean;
|
|
4727
4727
|
iconOnly: boolean;
|
|
4728
4728
|
blurAfterClick: boolean;
|
|
4729
4729
|
}>;
|
|
@@ -4732,24 +4732,24 @@ export declare const UColorPicker: {
|
|
|
4732
4732
|
__isSuspense?: never;
|
|
4733
4733
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4734
4734
|
type: {
|
|
4735
|
-
type: import("vue").PropType<"
|
|
4735
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
4736
4736
|
default: string;
|
|
4737
4737
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
4738
4738
|
};
|
|
4739
4739
|
color: {
|
|
4740
|
-
type: import("vue").PropType<"
|
|
4741
|
-
default:
|
|
4740
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
4741
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
4742
4742
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
4743
4743
|
};
|
|
4744
4744
|
variant: {
|
|
4745
|
-
type: import("vue").PropType<"
|
|
4745
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
4746
4746
|
default: string;
|
|
4747
4747
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
4748
4748
|
};
|
|
4749
4749
|
size: {
|
|
4750
|
-
type: import("vue").PropType<"
|
|
4750
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4751
4751
|
default: string;
|
|
4752
|
-
validator: (val: "
|
|
4752
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4753
4753
|
};
|
|
4754
4754
|
disabled: {
|
|
4755
4755
|
type: BooleanConstructor;
|
|
@@ -4760,10 +4760,10 @@ export declare const UColorPicker: {
|
|
|
4760
4760
|
default: boolean;
|
|
4761
4761
|
};
|
|
4762
4762
|
icon: {
|
|
4763
|
-
type: import("vue").PropType<import("
|
|
4763
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4764
4764
|
};
|
|
4765
4765
|
shape: {
|
|
4766
|
-
type: import("vue").PropType<"
|
|
4766
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
4767
4767
|
default: string;
|
|
4768
4768
|
validator: (val: "default" | "circle") => boolean;
|
|
4769
4769
|
};
|
|
@@ -4780,7 +4780,7 @@ export declare const UColorPicker: {
|
|
|
4780
4780
|
default: undefined;
|
|
4781
4781
|
};
|
|
4782
4782
|
nativeType: {
|
|
4783
|
-
type: import("vue").PropType<"
|
|
4783
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
4784
4784
|
default: string;
|
|
4785
4785
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
4786
4786
|
};
|
|
@@ -4803,13 +4803,13 @@ export declare const UColorPicker: {
|
|
|
4803
4803
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4804
4804
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
4805
4805
|
loading: boolean;
|
|
4806
|
-
size: "
|
|
4806
|
+
size: "default" | "small" | "large";
|
|
4807
4807
|
disabled: boolean;
|
|
4808
4808
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
4809
4809
|
nativeType: "button" | "submit" | "reset";
|
|
4810
|
-
block: boolean;
|
|
4811
4810
|
shape: "default" | "circle";
|
|
4812
4811
|
dashed: boolean;
|
|
4812
|
+
block: boolean;
|
|
4813
4813
|
iconOnly: boolean;
|
|
4814
4814
|
blurAfterClick: boolean;
|
|
4815
4815
|
}, {}, string, {}, {
|
|
@@ -4827,7 +4827,7 @@ export declare const UColorPicker: {
|
|
|
4827
4827
|
default: string;
|
|
4828
4828
|
};
|
|
4829
4829
|
icon: {
|
|
4830
|
-
type: import("vue").PropType<import("
|
|
4830
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4831
4831
|
};
|
|
4832
4832
|
}>> & Readonly<{
|
|
4833
4833
|
onClick?: (ev: Event) => any;
|
|
@@ -4874,7 +4874,7 @@ export declare const UColorPicker: {
|
|
|
4874
4874
|
default: string;
|
|
4875
4875
|
};
|
|
4876
4876
|
icon: {
|
|
4877
|
-
type: import("vue").PropType<import("
|
|
4877
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4878
4878
|
};
|
|
4879
4879
|
}>> & Readonly<{
|
|
4880
4880
|
onClick?: (ev: Event) => any;
|
|
@@ -4916,7 +4916,7 @@ export declare const UColorPicker: {
|
|
|
4916
4916
|
default: string;
|
|
4917
4917
|
};
|
|
4918
4918
|
icon: {
|
|
4919
|
-
type: import("vue").PropType<import("
|
|
4919
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4920
4920
|
};
|
|
4921
4921
|
}>> & Readonly<{
|
|
4922
4922
|
onClick?: (ev: Event) => any;
|
|
@@ -4943,16 +4943,16 @@ export declare const UColorPicker: {
|
|
|
4943
4943
|
}, string, {
|
|
4944
4944
|
color: string;
|
|
4945
4945
|
spin: boolean;
|
|
4946
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4947
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4946
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
4947
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
4948
4948
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4949
4949
|
size: {
|
|
4950
|
-
type: import("vue").PropType<"
|
|
4950
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4951
4951
|
default: string;
|
|
4952
|
-
validator: (val: "
|
|
4952
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4953
4953
|
};
|
|
4954
4954
|
shape: {
|
|
4955
|
-
type: import("vue").PropType<"
|
|
4955
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
4956
4956
|
default: string;
|
|
4957
4957
|
validator: (val: "default" | "circle") => boolean;
|
|
4958
4958
|
};
|
|
@@ -4964,12 +4964,12 @@ export declare const UColorPicker: {
|
|
|
4964
4964
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4965
4965
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4966
4966
|
size: {
|
|
4967
|
-
type: import("vue").PropType<"
|
|
4967
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4968
4968
|
default: string;
|
|
4969
|
-
validator: (val: "
|
|
4969
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4970
4970
|
};
|
|
4971
4971
|
shape: {
|
|
4972
|
-
type: import("vue").PropType<"
|
|
4972
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
4973
4973
|
default: string;
|
|
4974
4974
|
validator: (val: "default" | "circle") => boolean;
|
|
4975
4975
|
};
|
|
@@ -4978,11 +4978,11 @@ export declare const UColorPicker: {
|
|
|
4978
4978
|
default: undefined;
|
|
4979
4979
|
};
|
|
4980
4980
|
}>> & Readonly<{}>, {
|
|
4981
|
-
size: "
|
|
4981
|
+
size: "default" | "small" | "large";
|
|
4982
4982
|
shape: "default" | "circle";
|
|
4983
4983
|
vertical: boolean;
|
|
4984
4984
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4985
|
-
};
|
|
4985
|
+
});
|
|
4986
4986
|
HueSlider: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4987
4987
|
prefixCls: {
|
|
4988
4988
|
type: StringConstructor;
|
|
@@ -5104,6 +5104,6 @@ export declare const UColorPicker: {
|
|
|
5104
5104
|
prefixCls: string;
|
|
5105
5105
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5106
5106
|
ULineDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5107
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5107
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
5108
5108
|
export default UColorPicker;
|
|
5109
5109
|
export * from './ColorPicker.type';
|