@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
|
@@ -58,7 +58,7 @@ export declare const UCalendar: {
|
|
|
58
58
|
(value: number): import("dayjs").Dayjs;
|
|
59
59
|
};
|
|
60
60
|
day: {
|
|
61
|
-
(): 0 |
|
|
61
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
62
62
|
(value: number): import("dayjs").Dayjs;
|
|
63
63
|
};
|
|
64
64
|
hour: {
|
|
@@ -89,14 +89,14 @@ export declare const UCalendar: {
|
|
|
89
89
|
};
|
|
90
90
|
startOf: {
|
|
91
91
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
92
|
-
(unit: "
|
|
92
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
93
93
|
};
|
|
94
94
|
endOf: {
|
|
95
95
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
96
|
-
(unit: "
|
|
96
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
97
97
|
};
|
|
98
98
|
format: (template?: string) => string;
|
|
99
|
-
diff: (date?:
|
|
99
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
100
100
|
valueOf: () => number;
|
|
101
101
|
unix: () => number;
|
|
102
102
|
daysInMonth: () => number;
|
|
@@ -106,16 +106,16 @@ export declare const UCalendar: {
|
|
|
106
106
|
toString: () => string;
|
|
107
107
|
utcOffset: () => number;
|
|
108
108
|
isBefore: {
|
|
109
|
-
(date?:
|
|
110
|
-
(date?:
|
|
109
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
110
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
111
111
|
};
|
|
112
112
|
isSame: {
|
|
113
|
-
(date?:
|
|
114
|
-
(date?:
|
|
113
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
114
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
115
115
|
};
|
|
116
116
|
isAfter: {
|
|
117
|
-
(date?:
|
|
118
|
-
(date?:
|
|
117
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
118
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
119
119
|
};
|
|
120
120
|
locale: {
|
|
121
121
|
(): string;
|
|
@@ -147,7 +147,7 @@ export declare const UCalendar: {
|
|
|
147
147
|
(value: number): import("dayjs").Dayjs;
|
|
148
148
|
};
|
|
149
149
|
day: {
|
|
150
|
-
(): 0 |
|
|
150
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
151
151
|
(value: number): import("dayjs").Dayjs;
|
|
152
152
|
};
|
|
153
153
|
hour: {
|
|
@@ -178,14 +178,14 @@ export declare const UCalendar: {
|
|
|
178
178
|
};
|
|
179
179
|
startOf: {
|
|
180
180
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
181
|
-
(unit: "
|
|
181
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
182
182
|
};
|
|
183
183
|
endOf: {
|
|
184
184
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
185
|
-
(unit: "
|
|
185
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
186
186
|
};
|
|
187
187
|
format: (template?: string) => string;
|
|
188
|
-
diff: (date?:
|
|
188
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
189
189
|
valueOf: () => number;
|
|
190
190
|
unix: () => number;
|
|
191
191
|
daysInMonth: () => number;
|
|
@@ -195,16 +195,16 @@ export declare const UCalendar: {
|
|
|
195
195
|
toString: () => string;
|
|
196
196
|
utcOffset: () => number;
|
|
197
197
|
isBefore: {
|
|
198
|
-
(date?:
|
|
199
|
-
(date?:
|
|
198
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
199
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
200
200
|
};
|
|
201
201
|
isSame: {
|
|
202
|
-
(date?:
|
|
203
|
-
(date?:
|
|
202
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
203
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
204
204
|
};
|
|
205
205
|
isAfter: {
|
|
206
|
-
(date?:
|
|
207
|
-
(date?:
|
|
206
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
207
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
208
208
|
};
|
|
209
209
|
locale: {
|
|
210
210
|
(): string;
|
|
@@ -300,9 +300,9 @@ export declare const UCalendar: {
|
|
|
300
300
|
value: number;
|
|
301
301
|
key: number;
|
|
302
302
|
}[]>;
|
|
303
|
-
onTypeChange: (val: import("
|
|
304
|
-
onYearChange: (year: import("
|
|
305
|
-
onMonthChange: (val: import("
|
|
303
|
+
onTypeChange: (val: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => void;
|
|
304
|
+
onYearChange: (year: import("@koi-design/uxd-ui/es/index").SelectValueType) => void;
|
|
305
|
+
onMonthChange: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => void;
|
|
306
306
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("panel-change" | "value-change")[], "panel-change" | "value-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
307
307
|
prefixCls: {
|
|
308
308
|
type: StringConstructor;
|
|
@@ -348,15 +348,15 @@ export declare const UCalendar: {
|
|
|
348
348
|
USelect: {
|
|
349
349
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
350
350
|
modelValue: {
|
|
351
|
-
type: import("vue").PropType<import("
|
|
351
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
352
352
|
};
|
|
353
353
|
options: {
|
|
354
|
-
type: import("vue").PropType<import("
|
|
354
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
355
355
|
};
|
|
356
356
|
size: {
|
|
357
|
-
type: import("vue").PropType<"
|
|
357
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
358
358
|
default: string;
|
|
359
|
-
validator: (val: "
|
|
359
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
360
360
|
};
|
|
361
361
|
placeholder: {
|
|
362
362
|
type: StringConstructor;
|
|
@@ -371,16 +371,16 @@ export declare const UCalendar: {
|
|
|
371
371
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
372
372
|
};
|
|
373
373
|
prefixIcon: {
|
|
374
|
-
type: import("vue").PropType<import("
|
|
374
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
375
375
|
};
|
|
376
376
|
suffixIcon: {
|
|
377
|
-
type: import("vue").PropType<import("
|
|
377
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
378
378
|
};
|
|
379
379
|
clearIcon: {
|
|
380
|
-
type: import("vue").PropType<import("
|
|
380
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
381
381
|
};
|
|
382
382
|
removeIcon: {
|
|
383
|
-
type: import("vue").PropType<import("
|
|
383
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
384
384
|
};
|
|
385
385
|
allowCreate: {
|
|
386
386
|
type: BooleanConstructor;
|
|
@@ -410,20 +410,20 @@ export declare const UCalendar: {
|
|
|
410
410
|
type: NumberConstructor;
|
|
411
411
|
};
|
|
412
412
|
maxTagPlaceholder: {
|
|
413
|
-
type: import("vue").PropType<(rest: import("
|
|
413
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
414
414
|
};
|
|
415
415
|
maxTagTextLength: {
|
|
416
416
|
type: import("vue").PropType<number | "responsive">;
|
|
417
417
|
};
|
|
418
418
|
tagRender: {
|
|
419
|
-
type: import("vue").PropType<import("
|
|
419
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
420
420
|
};
|
|
421
421
|
filterable: {
|
|
422
422
|
type: BooleanConstructor;
|
|
423
423
|
default: boolean;
|
|
424
424
|
};
|
|
425
425
|
filterMethod: {
|
|
426
|
-
type: import("vue").PropType<boolean | import("
|
|
426
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
427
427
|
default: undefined;
|
|
428
428
|
};
|
|
429
429
|
filterProp: {
|
|
@@ -487,6 +487,10 @@ export declare const UCalendar: {
|
|
|
487
487
|
maxTagTooltipWidth: {
|
|
488
488
|
type: NumberConstructor;
|
|
489
489
|
};
|
|
490
|
+
maxTagTooltipShowAll: {
|
|
491
|
+
type: BooleanConstructor;
|
|
492
|
+
default: boolean;
|
|
493
|
+
};
|
|
490
494
|
disabledTriggerForm: {
|
|
491
495
|
type: BooleanConstructor;
|
|
492
496
|
default: boolean;
|
|
@@ -499,7 +503,7 @@ export declare const UCalendar: {
|
|
|
499
503
|
type: StringConstructor;
|
|
500
504
|
};
|
|
501
505
|
popoverProps: {
|
|
502
|
-
type: import("vue").PropType<import("
|
|
506
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
503
507
|
default: () => {};
|
|
504
508
|
};
|
|
505
509
|
dropdownMenuWidth: {
|
|
@@ -507,13 +511,13 @@ export declare const UCalendar: {
|
|
|
507
511
|
default: string;
|
|
508
512
|
};
|
|
509
513
|
variant: {
|
|
510
|
-
type: import("vue").PropType<"
|
|
514
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
511
515
|
default: string;
|
|
512
516
|
validator: (val: string) => boolean;
|
|
513
517
|
};
|
|
514
518
|
color: {
|
|
515
|
-
type: import("vue").PropType<"
|
|
516
|
-
default:
|
|
519
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
520
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
517
521
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
518
522
|
};
|
|
519
523
|
label: {
|
|
@@ -528,7 +532,7 @@ export declare const UCalendar: {
|
|
|
528
532
|
default: boolean;
|
|
529
533
|
};
|
|
530
534
|
placement: {
|
|
531
|
-
type: import("vue").PropType<"
|
|
535
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
532
536
|
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;
|
|
533
537
|
};
|
|
534
538
|
arrowRotate: {
|
|
@@ -547,13 +551,13 @@ export declare const UCalendar: {
|
|
|
547
551
|
default: string;
|
|
548
552
|
};
|
|
549
553
|
}>> & Readonly<{
|
|
550
|
-
|
|
551
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
554
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
552
555
|
onClear?: () => any;
|
|
556
|
+
onSearch?: (val: string) => any;
|
|
553
557
|
onFocus?: (ev: Event) => any;
|
|
554
558
|
onBlur?: (ev: Event) => any;
|
|
555
559
|
onMousedown?: (ev: Event) => any;
|
|
556
|
-
"onUpdate:modelValue"?: (val: import("
|
|
560
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
557
561
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
558
562
|
"onScroll-at-top"?: () => any;
|
|
559
563
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -575,10 +579,10 @@ export declare const UCalendar: {
|
|
|
575
579
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
576
580
|
focus: (ev: Event) => boolean;
|
|
577
581
|
blur: (ev: Event) => boolean;
|
|
578
|
-
change: (val: import("
|
|
582
|
+
change: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption[] | import("@koi-design/uxd-ui/es/index").SelectOption) => boolean;
|
|
579
583
|
mousedown: (ev: Event) => boolean;
|
|
580
584
|
'dropdown-visible-change': (val: boolean) => boolean;
|
|
581
|
-
'update:modelValue': (val: import("
|
|
585
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
|
|
582
586
|
search: (val: string) => boolean;
|
|
583
587
|
clear: () => boolean;
|
|
584
588
|
keydown: (ev: KeyboardEvent) => boolean;
|
|
@@ -589,7 +593,7 @@ export declare const UCalendar: {
|
|
|
589
593
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
590
594
|
loading: boolean;
|
|
591
595
|
required: boolean;
|
|
592
|
-
size: "
|
|
596
|
+
size: "default" | "small" | "large";
|
|
593
597
|
disabled: boolean;
|
|
594
598
|
variant: "text" | "surface" | "soft";
|
|
595
599
|
clearable: boolean;
|
|
@@ -602,7 +606,7 @@ export declare const UCalendar: {
|
|
|
602
606
|
multipleLimit: number;
|
|
603
607
|
titleKey: string;
|
|
604
608
|
filterable: boolean;
|
|
605
|
-
filterMethod: boolean | import("
|
|
609
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
606
610
|
dropdownHeight: number;
|
|
607
611
|
dropdownItemHeight: number;
|
|
608
612
|
dropdownMenuWidth: number | "container";
|
|
@@ -615,8 +619,9 @@ export declare const UCalendar: {
|
|
|
615
619
|
autoClearSearchValue: boolean;
|
|
616
620
|
maxTagTooltip: boolean;
|
|
617
621
|
isShowTagTooltip: boolean;
|
|
622
|
+
maxTagTooltipShowAll: boolean;
|
|
618
623
|
sortByOption: boolean;
|
|
619
|
-
popoverProps: import("
|
|
624
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
620
625
|
arrowRotate: boolean;
|
|
621
626
|
showNoOptionValue: boolean;
|
|
622
627
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -628,15 +633,15 @@ export declare const UCalendar: {
|
|
|
628
633
|
Defaults: {};
|
|
629
634
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
630
635
|
modelValue: {
|
|
631
|
-
type: import("vue").PropType<import("
|
|
636
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
632
637
|
};
|
|
633
638
|
options: {
|
|
634
|
-
type: import("vue").PropType<import("
|
|
639
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
635
640
|
};
|
|
636
641
|
size: {
|
|
637
|
-
type: import("vue").PropType<"
|
|
642
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
638
643
|
default: string;
|
|
639
|
-
validator: (val: "
|
|
644
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
640
645
|
};
|
|
641
646
|
placeholder: {
|
|
642
647
|
type: StringConstructor;
|
|
@@ -651,16 +656,16 @@ export declare const UCalendar: {
|
|
|
651
656
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
652
657
|
};
|
|
653
658
|
prefixIcon: {
|
|
654
|
-
type: import("vue").PropType<import("
|
|
659
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
655
660
|
};
|
|
656
661
|
suffixIcon: {
|
|
657
|
-
type: import("vue").PropType<import("
|
|
662
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
658
663
|
};
|
|
659
664
|
clearIcon: {
|
|
660
|
-
type: import("vue").PropType<import("
|
|
665
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
661
666
|
};
|
|
662
667
|
removeIcon: {
|
|
663
|
-
type: import("vue").PropType<import("
|
|
668
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
664
669
|
};
|
|
665
670
|
allowCreate: {
|
|
666
671
|
type: BooleanConstructor;
|
|
@@ -690,20 +695,20 @@ export declare const UCalendar: {
|
|
|
690
695
|
type: NumberConstructor;
|
|
691
696
|
};
|
|
692
697
|
maxTagPlaceholder: {
|
|
693
|
-
type: import("vue").PropType<(rest: import("
|
|
698
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
694
699
|
};
|
|
695
700
|
maxTagTextLength: {
|
|
696
701
|
type: import("vue").PropType<number | "responsive">;
|
|
697
702
|
};
|
|
698
703
|
tagRender: {
|
|
699
|
-
type: import("vue").PropType<import("
|
|
704
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
700
705
|
};
|
|
701
706
|
filterable: {
|
|
702
707
|
type: BooleanConstructor;
|
|
703
708
|
default: boolean;
|
|
704
709
|
};
|
|
705
710
|
filterMethod: {
|
|
706
|
-
type: import("vue").PropType<boolean | import("
|
|
711
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
707
712
|
default: undefined;
|
|
708
713
|
};
|
|
709
714
|
filterProp: {
|
|
@@ -767,6 +772,10 @@ export declare const UCalendar: {
|
|
|
767
772
|
maxTagTooltipWidth: {
|
|
768
773
|
type: NumberConstructor;
|
|
769
774
|
};
|
|
775
|
+
maxTagTooltipShowAll: {
|
|
776
|
+
type: BooleanConstructor;
|
|
777
|
+
default: boolean;
|
|
778
|
+
};
|
|
770
779
|
disabledTriggerForm: {
|
|
771
780
|
type: BooleanConstructor;
|
|
772
781
|
default: boolean;
|
|
@@ -779,7 +788,7 @@ export declare const UCalendar: {
|
|
|
779
788
|
type: StringConstructor;
|
|
780
789
|
};
|
|
781
790
|
popoverProps: {
|
|
782
|
-
type: import("vue").PropType<import("
|
|
791
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
783
792
|
default: () => {};
|
|
784
793
|
};
|
|
785
794
|
dropdownMenuWidth: {
|
|
@@ -787,13 +796,13 @@ export declare const UCalendar: {
|
|
|
787
796
|
default: string;
|
|
788
797
|
};
|
|
789
798
|
variant: {
|
|
790
|
-
type: import("vue").PropType<"
|
|
799
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
791
800
|
default: string;
|
|
792
801
|
validator: (val: string) => boolean;
|
|
793
802
|
};
|
|
794
803
|
color: {
|
|
795
|
-
type: import("vue").PropType<"
|
|
796
|
-
default:
|
|
804
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
805
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
797
806
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
798
807
|
};
|
|
799
808
|
label: {
|
|
@@ -808,7 +817,7 @@ export declare const UCalendar: {
|
|
|
808
817
|
default: boolean;
|
|
809
818
|
};
|
|
810
819
|
placement: {
|
|
811
|
-
type: import("vue").PropType<"
|
|
820
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
812
821
|
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;
|
|
813
822
|
};
|
|
814
823
|
arrowRotate: {
|
|
@@ -827,13 +836,13 @@ export declare const UCalendar: {
|
|
|
827
836
|
default: string;
|
|
828
837
|
};
|
|
829
838
|
}>> & Readonly<{
|
|
830
|
-
|
|
831
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
839
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
832
840
|
onClear?: () => any;
|
|
841
|
+
onSearch?: (val: string) => any;
|
|
833
842
|
onFocus?: (ev: Event) => any;
|
|
834
843
|
onBlur?: (ev: Event) => any;
|
|
835
844
|
onMousedown?: (ev: Event) => any;
|
|
836
|
-
"onUpdate:modelValue"?: (val: import("
|
|
845
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
837
846
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
838
847
|
"onScroll-at-top"?: () => any;
|
|
839
848
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -856,7 +865,7 @@ export declare const UCalendar: {
|
|
|
856
865
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
857
866
|
loading: boolean;
|
|
858
867
|
required: boolean;
|
|
859
|
-
size: "
|
|
868
|
+
size: "default" | "small" | "large";
|
|
860
869
|
disabled: boolean;
|
|
861
870
|
variant: "text" | "surface" | "soft";
|
|
862
871
|
clearable: boolean;
|
|
@@ -869,7 +878,7 @@ export declare const UCalendar: {
|
|
|
869
878
|
multipleLimit: number;
|
|
870
879
|
titleKey: string;
|
|
871
880
|
filterable: boolean;
|
|
872
|
-
filterMethod: boolean | import("
|
|
881
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
873
882
|
dropdownHeight: number;
|
|
874
883
|
dropdownItemHeight: number;
|
|
875
884
|
dropdownMenuWidth: number | "container";
|
|
@@ -882,8 +891,9 @@ export declare const UCalendar: {
|
|
|
882
891
|
autoClearSearchValue: boolean;
|
|
883
892
|
maxTagTooltip: boolean;
|
|
884
893
|
isShowTagTooltip: boolean;
|
|
894
|
+
maxTagTooltipShowAll: boolean;
|
|
885
895
|
sortByOption: boolean;
|
|
886
|
-
popoverProps: import("
|
|
896
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
887
897
|
arrowRotate: boolean;
|
|
888
898
|
showNoOptionValue: boolean;
|
|
889
899
|
}>;
|
|
@@ -892,15 +902,15 @@ export declare const UCalendar: {
|
|
|
892
902
|
__isSuspense?: never;
|
|
893
903
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
894
904
|
modelValue: {
|
|
895
|
-
type: import("vue").PropType<import("
|
|
905
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
896
906
|
};
|
|
897
907
|
options: {
|
|
898
|
-
type: import("vue").PropType<import("
|
|
908
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
899
909
|
};
|
|
900
910
|
size: {
|
|
901
|
-
type: import("vue").PropType<"
|
|
911
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
902
912
|
default: string;
|
|
903
|
-
validator: (val: "
|
|
913
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
904
914
|
};
|
|
905
915
|
placeholder: {
|
|
906
916
|
type: StringConstructor;
|
|
@@ -915,16 +925,16 @@ export declare const UCalendar: {
|
|
|
915
925
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
916
926
|
};
|
|
917
927
|
prefixIcon: {
|
|
918
|
-
type: import("vue").PropType<import("
|
|
928
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
919
929
|
};
|
|
920
930
|
suffixIcon: {
|
|
921
|
-
type: import("vue").PropType<import("
|
|
931
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
922
932
|
};
|
|
923
933
|
clearIcon: {
|
|
924
|
-
type: import("vue").PropType<import("
|
|
934
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
925
935
|
};
|
|
926
936
|
removeIcon: {
|
|
927
|
-
type: import("vue").PropType<import("
|
|
937
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
928
938
|
};
|
|
929
939
|
allowCreate: {
|
|
930
940
|
type: BooleanConstructor;
|
|
@@ -954,20 +964,20 @@ export declare const UCalendar: {
|
|
|
954
964
|
type: NumberConstructor;
|
|
955
965
|
};
|
|
956
966
|
maxTagPlaceholder: {
|
|
957
|
-
type: import("vue").PropType<(rest: import("
|
|
967
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
958
968
|
};
|
|
959
969
|
maxTagTextLength: {
|
|
960
970
|
type: import("vue").PropType<number | "responsive">;
|
|
961
971
|
};
|
|
962
972
|
tagRender: {
|
|
963
|
-
type: import("vue").PropType<import("
|
|
973
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
964
974
|
};
|
|
965
975
|
filterable: {
|
|
966
976
|
type: BooleanConstructor;
|
|
967
977
|
default: boolean;
|
|
968
978
|
};
|
|
969
979
|
filterMethod: {
|
|
970
|
-
type: import("vue").PropType<boolean | import("
|
|
980
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
971
981
|
default: undefined;
|
|
972
982
|
};
|
|
973
983
|
filterProp: {
|
|
@@ -1031,6 +1041,10 @@ export declare const UCalendar: {
|
|
|
1031
1041
|
maxTagTooltipWidth: {
|
|
1032
1042
|
type: NumberConstructor;
|
|
1033
1043
|
};
|
|
1044
|
+
maxTagTooltipShowAll: {
|
|
1045
|
+
type: BooleanConstructor;
|
|
1046
|
+
default: boolean;
|
|
1047
|
+
};
|
|
1034
1048
|
disabledTriggerForm: {
|
|
1035
1049
|
type: BooleanConstructor;
|
|
1036
1050
|
default: boolean;
|
|
@@ -1043,7 +1057,7 @@ export declare const UCalendar: {
|
|
|
1043
1057
|
type: StringConstructor;
|
|
1044
1058
|
};
|
|
1045
1059
|
popoverProps: {
|
|
1046
|
-
type: import("vue").PropType<import("
|
|
1060
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
1047
1061
|
default: () => {};
|
|
1048
1062
|
};
|
|
1049
1063
|
dropdownMenuWidth: {
|
|
@@ -1051,13 +1065,13 @@ export declare const UCalendar: {
|
|
|
1051
1065
|
default: string;
|
|
1052
1066
|
};
|
|
1053
1067
|
variant: {
|
|
1054
|
-
type: import("vue").PropType<"
|
|
1068
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
1055
1069
|
default: string;
|
|
1056
1070
|
validator: (val: string) => boolean;
|
|
1057
1071
|
};
|
|
1058
1072
|
color: {
|
|
1059
|
-
type: import("vue").PropType<"
|
|
1060
|
-
default:
|
|
1073
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1074
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1061
1075
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1062
1076
|
};
|
|
1063
1077
|
label: {
|
|
@@ -1072,7 +1086,7 @@ export declare const UCalendar: {
|
|
|
1072
1086
|
default: boolean;
|
|
1073
1087
|
};
|
|
1074
1088
|
placement: {
|
|
1075
|
-
type: import("vue").PropType<"
|
|
1089
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1076
1090
|
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;
|
|
1077
1091
|
};
|
|
1078
1092
|
arrowRotate: {
|
|
@@ -1091,13 +1105,13 @@ export declare const UCalendar: {
|
|
|
1091
1105
|
default: string;
|
|
1092
1106
|
};
|
|
1093
1107
|
}>> & Readonly<{
|
|
1094
|
-
|
|
1095
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
1108
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
1096
1109
|
onClear?: () => any;
|
|
1110
|
+
onSearch?: (val: string) => any;
|
|
1097
1111
|
onFocus?: (ev: Event) => any;
|
|
1098
1112
|
onBlur?: (ev: Event) => any;
|
|
1099
1113
|
onMousedown?: (ev: Event) => any;
|
|
1100
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1114
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
1101
1115
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
1102
1116
|
"onScroll-at-top"?: () => any;
|
|
1103
1117
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -1119,10 +1133,10 @@ export declare const UCalendar: {
|
|
|
1119
1133
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1120
1134
|
focus: (ev: Event) => boolean;
|
|
1121
1135
|
blur: (ev: Event) => boolean;
|
|
1122
|
-
change: (val: import("
|
|
1136
|
+
change: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption[] | import("@koi-design/uxd-ui/es/index").SelectOption) => boolean;
|
|
1123
1137
|
mousedown: (ev: Event) => boolean;
|
|
1124
1138
|
'dropdown-visible-change': (val: boolean) => boolean;
|
|
1125
|
-
'update:modelValue': (val: import("
|
|
1139
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
|
|
1126
1140
|
search: (val: string) => boolean;
|
|
1127
1141
|
clear: () => boolean;
|
|
1128
1142
|
keydown: (ev: KeyboardEvent) => boolean;
|
|
@@ -1133,7 +1147,7 @@ export declare const UCalendar: {
|
|
|
1133
1147
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1134
1148
|
loading: boolean;
|
|
1135
1149
|
required: boolean;
|
|
1136
|
-
size: "
|
|
1150
|
+
size: "default" | "small" | "large";
|
|
1137
1151
|
disabled: boolean;
|
|
1138
1152
|
variant: "text" | "surface" | "soft";
|
|
1139
1153
|
clearable: boolean;
|
|
@@ -1146,7 +1160,7 @@ export declare const UCalendar: {
|
|
|
1146
1160
|
multipleLimit: number;
|
|
1147
1161
|
titleKey: string;
|
|
1148
1162
|
filterable: boolean;
|
|
1149
|
-
filterMethod: boolean | import("
|
|
1163
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
1150
1164
|
dropdownHeight: number;
|
|
1151
1165
|
dropdownItemHeight: number;
|
|
1152
1166
|
dropdownMenuWidth: number | "container";
|
|
@@ -1159,11 +1173,12 @@ export declare const UCalendar: {
|
|
|
1159
1173
|
autoClearSearchValue: boolean;
|
|
1160
1174
|
maxTagTooltip: boolean;
|
|
1161
1175
|
isShowTagTooltip: boolean;
|
|
1176
|
+
maxTagTooltipShowAll: boolean;
|
|
1162
1177
|
sortByOption: boolean;
|
|
1163
|
-
popoverProps: import("
|
|
1178
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
1164
1179
|
arrowRotate: boolean;
|
|
1165
1180
|
showNoOptionValue: boolean;
|
|
1166
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1181
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1167
1182
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1168
1183
|
value: {
|
|
1169
1184
|
type: import("vue").PropType<string | number>;
|
|
@@ -1204,19 +1219,19 @@ export declare const UCalendar: {
|
|
|
1204
1219
|
type: StringConstructor;
|
|
1205
1220
|
};
|
|
1206
1221
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1207
|
-
};
|
|
1222
|
+
});
|
|
1208
1223
|
URadio: {
|
|
1209
1224
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1210
1225
|
modelValue: {
|
|
1211
|
-
type: import("vue").PropType<import("
|
|
1226
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1212
1227
|
default: boolean;
|
|
1213
1228
|
};
|
|
1214
1229
|
trueValue: {
|
|
1215
|
-
type: import("vue").PropType<import("
|
|
1230
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1216
1231
|
default: boolean;
|
|
1217
1232
|
};
|
|
1218
1233
|
falseValue: {
|
|
1219
|
-
type: import("vue").PropType<import("
|
|
1234
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1220
1235
|
default: boolean;
|
|
1221
1236
|
};
|
|
1222
1237
|
value: {
|
|
@@ -1228,9 +1243,9 @@ export declare const UCalendar: {
|
|
|
1228
1243
|
default: boolean;
|
|
1229
1244
|
};
|
|
1230
1245
|
size: {
|
|
1231
|
-
type: import("vue").PropType<"
|
|
1246
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1232
1247
|
default: string;
|
|
1233
|
-
validator: (val: "
|
|
1248
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1234
1249
|
};
|
|
1235
1250
|
name: {
|
|
1236
1251
|
type: StringConstructor;
|
|
@@ -1241,16 +1256,16 @@ export declare const UCalendar: {
|
|
|
1241
1256
|
default: boolean;
|
|
1242
1257
|
};
|
|
1243
1258
|
color: {
|
|
1244
|
-
type: import("vue").PropType<"
|
|
1245
|
-
default:
|
|
1259
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1260
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1246
1261
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1247
1262
|
};
|
|
1248
1263
|
}>> & Readonly<{
|
|
1249
|
-
onChange?: (v: import("
|
|
1250
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1264
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
1265
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
1251
1266
|
}>, {
|
|
1252
1267
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1253
|
-
computedSize: import("vue").ComputedRef<"
|
|
1268
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1254
1269
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1255
1270
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1256
1271
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -1262,17 +1277,17 @@ export declare const UCalendar: {
|
|
|
1262
1277
|
handleOnFocus: () => void;
|
|
1263
1278
|
handleOnBlur: () => void;
|
|
1264
1279
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1265
|
-
change: (v: import("
|
|
1266
|
-
'update:modelValue': (v: import("
|
|
1280
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => boolean;
|
|
1281
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => v is string | number | boolean;
|
|
1267
1282
|
}, import("vue").PublicProps, {
|
|
1268
1283
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1269
1284
|
name: string;
|
|
1270
|
-
size: "
|
|
1285
|
+
size: "default" | "small" | "large";
|
|
1271
1286
|
disabled: boolean;
|
|
1272
|
-
modelValue: import("
|
|
1287
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1273
1288
|
value: string | number;
|
|
1274
|
-
trueValue: import("
|
|
1275
|
-
falseValue: import("
|
|
1289
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1290
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1276
1291
|
border: boolean;
|
|
1277
1292
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1278
1293
|
P: {};
|
|
@@ -1283,15 +1298,15 @@ export declare const UCalendar: {
|
|
|
1283
1298
|
Defaults: {};
|
|
1284
1299
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1285
1300
|
modelValue: {
|
|
1286
|
-
type: import("vue").PropType<import("
|
|
1301
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1287
1302
|
default: boolean;
|
|
1288
1303
|
};
|
|
1289
1304
|
trueValue: {
|
|
1290
|
-
type: import("vue").PropType<import("
|
|
1305
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1291
1306
|
default: boolean;
|
|
1292
1307
|
};
|
|
1293
1308
|
falseValue: {
|
|
1294
|
-
type: import("vue").PropType<import("
|
|
1309
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1295
1310
|
default: boolean;
|
|
1296
1311
|
};
|
|
1297
1312
|
value: {
|
|
@@ -1303,9 +1318,9 @@ export declare const UCalendar: {
|
|
|
1303
1318
|
default: boolean;
|
|
1304
1319
|
};
|
|
1305
1320
|
size: {
|
|
1306
|
-
type: import("vue").PropType<"
|
|
1321
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1307
1322
|
default: string;
|
|
1308
|
-
validator: (val: "
|
|
1323
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1309
1324
|
};
|
|
1310
1325
|
name: {
|
|
1311
1326
|
type: StringConstructor;
|
|
@@ -1316,16 +1331,16 @@ export declare const UCalendar: {
|
|
|
1316
1331
|
default: boolean;
|
|
1317
1332
|
};
|
|
1318
1333
|
color: {
|
|
1319
|
-
type: import("vue").PropType<"
|
|
1320
|
-
default:
|
|
1334
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1335
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1321
1336
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1322
1337
|
};
|
|
1323
1338
|
}>> & Readonly<{
|
|
1324
|
-
onChange?: (v: import("
|
|
1325
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1339
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
1340
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
1326
1341
|
}>, {
|
|
1327
1342
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1328
|
-
computedSize: import("vue").ComputedRef<"
|
|
1343
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1329
1344
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1330
1345
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1331
1346
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -1339,12 +1354,12 @@ export declare const UCalendar: {
|
|
|
1339
1354
|
}, {}, {}, {}, {
|
|
1340
1355
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1341
1356
|
name: string;
|
|
1342
|
-
size: "
|
|
1357
|
+
size: "default" | "small" | "large";
|
|
1343
1358
|
disabled: boolean;
|
|
1344
|
-
modelValue: import("
|
|
1359
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1345
1360
|
value: string | number;
|
|
1346
|
-
trueValue: import("
|
|
1347
|
-
falseValue: import("
|
|
1361
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1362
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1348
1363
|
border: boolean;
|
|
1349
1364
|
}>;
|
|
1350
1365
|
__isFragment?: never;
|
|
@@ -1352,15 +1367,15 @@ export declare const UCalendar: {
|
|
|
1352
1367
|
__isSuspense?: never;
|
|
1353
1368
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1354
1369
|
modelValue: {
|
|
1355
|
-
type: import("vue").PropType<import("
|
|
1370
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1356
1371
|
default: boolean;
|
|
1357
1372
|
};
|
|
1358
1373
|
trueValue: {
|
|
1359
|
-
type: import("vue").PropType<import("
|
|
1374
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1360
1375
|
default: boolean;
|
|
1361
1376
|
};
|
|
1362
1377
|
falseValue: {
|
|
1363
|
-
type: import("vue").PropType<import("
|
|
1378
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1364
1379
|
default: boolean;
|
|
1365
1380
|
};
|
|
1366
1381
|
value: {
|
|
@@ -1372,9 +1387,9 @@ export declare const UCalendar: {
|
|
|
1372
1387
|
default: boolean;
|
|
1373
1388
|
};
|
|
1374
1389
|
size: {
|
|
1375
|
-
type: import("vue").PropType<"
|
|
1390
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1376
1391
|
default: string;
|
|
1377
|
-
validator: (val: "
|
|
1392
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1378
1393
|
};
|
|
1379
1394
|
name: {
|
|
1380
1395
|
type: StringConstructor;
|
|
@@ -1385,16 +1400,16 @@ export declare const UCalendar: {
|
|
|
1385
1400
|
default: boolean;
|
|
1386
1401
|
};
|
|
1387
1402
|
color: {
|
|
1388
|
-
type: import("vue").PropType<"
|
|
1389
|
-
default:
|
|
1403
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1404
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1390
1405
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1391
1406
|
};
|
|
1392
1407
|
}>> & Readonly<{
|
|
1393
|
-
onChange?: (v: import("
|
|
1394
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1408
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
1409
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
1395
1410
|
}>, {
|
|
1396
1411
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1397
|
-
computedSize: import("vue").ComputedRef<"
|
|
1412
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1398
1413
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1399
1414
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
1400
1415
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -1406,31 +1421,31 @@ export declare const UCalendar: {
|
|
|
1406
1421
|
handleOnFocus: () => void;
|
|
1407
1422
|
handleOnBlur: () => void;
|
|
1408
1423
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1409
|
-
change: (v: import("
|
|
1410
|
-
'update:modelValue': (v: import("
|
|
1424
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => boolean;
|
|
1425
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => v is string | number | boolean;
|
|
1411
1426
|
}, string, {
|
|
1412
1427
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1413
1428
|
name: string;
|
|
1414
|
-
size: "
|
|
1429
|
+
size: "default" | "small" | "large";
|
|
1415
1430
|
disabled: boolean;
|
|
1416
|
-
modelValue: import("
|
|
1431
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1417
1432
|
value: string | number;
|
|
1418
|
-
trueValue: import("
|
|
1419
|
-
falseValue: import("
|
|
1433
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1434
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1420
1435
|
border: boolean;
|
|
1421
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1436
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1422
1437
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1423
1438
|
modelValue: {
|
|
1424
|
-
type: import("vue").PropType<import("
|
|
1439
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1425
1440
|
default: string;
|
|
1426
1441
|
};
|
|
1427
1442
|
size: {
|
|
1428
|
-
type: import("vue").PropType<"
|
|
1443
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1429
1444
|
default: string;
|
|
1430
|
-
validator: (val: "
|
|
1445
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1431
1446
|
};
|
|
1432
1447
|
type: {
|
|
1433
|
-
type: import("vue").PropType<"
|
|
1448
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
1434
1449
|
default: string;
|
|
1435
1450
|
validator: (val: "default" | "button") => boolean;
|
|
1436
1451
|
};
|
|
@@ -1443,15 +1458,15 @@ export declare const UCalendar: {
|
|
|
1443
1458
|
default: () => string;
|
|
1444
1459
|
};
|
|
1445
1460
|
options: {
|
|
1446
|
-
type: import("vue").PropType<import("
|
|
1447
|
-
default: () => import("
|
|
1461
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
1462
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1448
1463
|
};
|
|
1449
1464
|
buttonFill: {
|
|
1450
1465
|
type: BooleanConstructor;
|
|
1451
1466
|
default: boolean;
|
|
1452
1467
|
};
|
|
1453
1468
|
buttonType: {
|
|
1454
|
-
type: import("vue").PropType<"
|
|
1469
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
1455
1470
|
default: string;
|
|
1456
1471
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
1457
1472
|
};
|
|
@@ -1460,8 +1475,8 @@ export declare const UCalendar: {
|
|
|
1460
1475
|
default: boolean;
|
|
1461
1476
|
};
|
|
1462
1477
|
color: {
|
|
1463
|
-
type: import("vue").PropType<"
|
|
1464
|
-
default:
|
|
1478
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1479
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1465
1480
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1466
1481
|
};
|
|
1467
1482
|
direction: {
|
|
@@ -1469,24 +1484,24 @@ export declare const UCalendar: {
|
|
|
1469
1484
|
};
|
|
1470
1485
|
}>, {
|
|
1471
1486
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1472
|
-
stateValue: import("vue").Ref<import("
|
|
1487
|
+
stateValue: import("vue").Ref<import("@koi-design/uxd-ui/es/index").RadioGroupValueType, import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1473
1488
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "line" | "segment" | "card">;
|
|
1474
1489
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
1475
1490
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1476
|
-
change: (v: import("
|
|
1477
|
-
'update:modelValue': (v: import("
|
|
1491
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
1492
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
1478
1493
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1479
1494
|
modelValue: {
|
|
1480
|
-
type: import("vue").PropType<import("
|
|
1495
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1481
1496
|
default: string;
|
|
1482
1497
|
};
|
|
1483
1498
|
size: {
|
|
1484
|
-
type: import("vue").PropType<"
|
|
1499
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1485
1500
|
default: string;
|
|
1486
|
-
validator: (val: "
|
|
1501
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1487
1502
|
};
|
|
1488
1503
|
type: {
|
|
1489
|
-
type: import("vue").PropType<"
|
|
1504
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
1490
1505
|
default: string;
|
|
1491
1506
|
validator: (val: "default" | "button") => boolean;
|
|
1492
1507
|
};
|
|
@@ -1499,15 +1514,15 @@ export declare const UCalendar: {
|
|
|
1499
1514
|
default: () => string;
|
|
1500
1515
|
};
|
|
1501
1516
|
options: {
|
|
1502
|
-
type: import("vue").PropType<import("
|
|
1503
|
-
default: () => import("
|
|
1517
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
1518
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1504
1519
|
};
|
|
1505
1520
|
buttonFill: {
|
|
1506
1521
|
type: BooleanConstructor;
|
|
1507
1522
|
default: boolean;
|
|
1508
1523
|
};
|
|
1509
1524
|
buttonType: {
|
|
1510
|
-
type: import("vue").PropType<"
|
|
1525
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
1511
1526
|
default: string;
|
|
1512
1527
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
1513
1528
|
};
|
|
@@ -1516,41 +1531,41 @@ export declare const UCalendar: {
|
|
|
1516
1531
|
default: boolean;
|
|
1517
1532
|
};
|
|
1518
1533
|
color: {
|
|
1519
|
-
type: import("vue").PropType<"
|
|
1520
|
-
default:
|
|
1534
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1535
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1521
1536
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1522
1537
|
};
|
|
1523
1538
|
direction: {
|
|
1524
1539
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1525
1540
|
};
|
|
1526
1541
|
}>> & Readonly<{
|
|
1527
|
-
onChange?: (v: import("
|
|
1528
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1542
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
1543
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
1529
1544
|
}>, {
|
|
1530
1545
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1531
1546
|
type: "default" | "button";
|
|
1532
1547
|
name: string;
|
|
1533
|
-
size: "
|
|
1548
|
+
size: "default" | "small" | "large";
|
|
1534
1549
|
disabled: boolean;
|
|
1535
|
-
modelValue: import("
|
|
1536
|
-
options: import("
|
|
1550
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioGroupValueType;
|
|
1551
|
+
options: import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1537
1552
|
vertical: boolean;
|
|
1538
1553
|
buttonFill: boolean;
|
|
1539
1554
|
buttonType: "fill" | "border" | "line" | "segment" | "card";
|
|
1540
1555
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1541
|
-
};
|
|
1556
|
+
});
|
|
1542
1557
|
URadioGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1543
1558
|
modelValue: {
|
|
1544
|
-
type: import("vue").PropType<import("
|
|
1559
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1545
1560
|
default: string;
|
|
1546
1561
|
};
|
|
1547
1562
|
size: {
|
|
1548
|
-
type: import("vue").PropType<"
|
|
1563
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1549
1564
|
default: string;
|
|
1550
|
-
validator: (val: "
|
|
1565
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1551
1566
|
};
|
|
1552
1567
|
type: {
|
|
1553
|
-
type: import("vue").PropType<"
|
|
1568
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
1554
1569
|
default: string;
|
|
1555
1570
|
validator: (val: "default" | "button") => boolean;
|
|
1556
1571
|
};
|
|
@@ -1563,15 +1578,15 @@ export declare const UCalendar: {
|
|
|
1563
1578
|
default: () => string;
|
|
1564
1579
|
};
|
|
1565
1580
|
options: {
|
|
1566
|
-
type: import("vue").PropType<import("
|
|
1567
|
-
default: () => import("
|
|
1581
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
1582
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1568
1583
|
};
|
|
1569
1584
|
buttonFill: {
|
|
1570
1585
|
type: BooleanConstructor;
|
|
1571
1586
|
default: boolean;
|
|
1572
1587
|
};
|
|
1573
1588
|
buttonType: {
|
|
1574
|
-
type: import("vue").PropType<"
|
|
1589
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
1575
1590
|
default: string;
|
|
1576
1591
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
1577
1592
|
};
|
|
@@ -1580,8 +1595,8 @@ export declare const UCalendar: {
|
|
|
1580
1595
|
default: boolean;
|
|
1581
1596
|
};
|
|
1582
1597
|
color: {
|
|
1583
|
-
type: import("vue").PropType<"
|
|
1584
|
-
default:
|
|
1598
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1599
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1585
1600
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1586
1601
|
};
|
|
1587
1602
|
direction: {
|
|
@@ -1589,24 +1604,24 @@ export declare const UCalendar: {
|
|
|
1589
1604
|
};
|
|
1590
1605
|
}>, {
|
|
1591
1606
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1592
|
-
stateValue: import("vue").Ref<import("
|
|
1607
|
+
stateValue: import("vue").Ref<import("@koi-design/uxd-ui/es/index").RadioGroupValueType, import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1593
1608
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "line" | "segment" | "card">;
|
|
1594
1609
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
1595
1610
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1596
|
-
change: (v: import("
|
|
1597
|
-
'update:modelValue': (v: import("
|
|
1611
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
1612
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
1598
1613
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1599
1614
|
modelValue: {
|
|
1600
|
-
type: import("vue").PropType<import("
|
|
1615
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1601
1616
|
default: string;
|
|
1602
1617
|
};
|
|
1603
1618
|
size: {
|
|
1604
|
-
type: import("vue").PropType<"
|
|
1619
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1605
1620
|
default: string;
|
|
1606
|
-
validator: (val: "
|
|
1621
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1607
1622
|
};
|
|
1608
1623
|
type: {
|
|
1609
|
-
type: import("vue").PropType<"
|
|
1624
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
1610
1625
|
default: string;
|
|
1611
1626
|
validator: (val: "default" | "button") => boolean;
|
|
1612
1627
|
};
|
|
@@ -1619,15 +1634,15 @@ export declare const UCalendar: {
|
|
|
1619
1634
|
default: () => string;
|
|
1620
1635
|
};
|
|
1621
1636
|
options: {
|
|
1622
|
-
type: import("vue").PropType<import("
|
|
1623
|
-
default: () => import("
|
|
1637
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
1638
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1624
1639
|
};
|
|
1625
1640
|
buttonFill: {
|
|
1626
1641
|
type: BooleanConstructor;
|
|
1627
1642
|
default: boolean;
|
|
1628
1643
|
};
|
|
1629
1644
|
buttonType: {
|
|
1630
|
-
type: import("vue").PropType<"
|
|
1645
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
1631
1646
|
default: string;
|
|
1632
1647
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
1633
1648
|
};
|
|
@@ -1636,24 +1651,24 @@ export declare const UCalendar: {
|
|
|
1636
1651
|
default: boolean;
|
|
1637
1652
|
};
|
|
1638
1653
|
color: {
|
|
1639
|
-
type: import("vue").PropType<"
|
|
1640
|
-
default:
|
|
1654
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
1655
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
1641
1656
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
1642
1657
|
};
|
|
1643
1658
|
direction: {
|
|
1644
1659
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1645
1660
|
};
|
|
1646
1661
|
}>> & Readonly<{
|
|
1647
|
-
onChange?: (v: import("
|
|
1648
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1662
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
1663
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
1649
1664
|
}>, {
|
|
1650
1665
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
1651
1666
|
type: "default" | "button";
|
|
1652
1667
|
name: string;
|
|
1653
|
-
size: "
|
|
1668
|
+
size: "default" | "small" | "large";
|
|
1654
1669
|
disabled: boolean;
|
|
1655
|
-
modelValue: import("
|
|
1656
|
-
options: import("
|
|
1670
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioGroupValueType;
|
|
1671
|
+
options: import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1657
1672
|
vertical: boolean;
|
|
1658
1673
|
buttonFill: boolean;
|
|
1659
1674
|
buttonType: "fill" | "border" | "line" | "segment" | "card";
|
|
@@ -1669,11 +1684,11 @@ export declare const UCalendar: {
|
|
|
1669
1684
|
required: true;
|
|
1670
1685
|
};
|
|
1671
1686
|
selectedDate: {
|
|
1672
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
1687
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
1673
1688
|
default: any;
|
|
1674
1689
|
};
|
|
1675
1690
|
hoveredDate: {
|
|
1676
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
1691
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
1677
1692
|
default: any;
|
|
1678
1693
|
};
|
|
1679
1694
|
locale: {
|
|
@@ -1704,11 +1719,11 @@ export declare const UCalendar: {
|
|
|
1704
1719
|
required: true;
|
|
1705
1720
|
};
|
|
1706
1721
|
selectedDate: {
|
|
1707
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
1722
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
1708
1723
|
default: any;
|
|
1709
1724
|
};
|
|
1710
1725
|
hoveredDate: {
|
|
1711
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
1726
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
1712
1727
|
default: any;
|
|
1713
1728
|
};
|
|
1714
1729
|
locale: {
|
|
@@ -1740,11 +1755,11 @@ export declare const UCalendar: {
|
|
|
1740
1755
|
required: true;
|
|
1741
1756
|
};
|
|
1742
1757
|
selectedDate: {
|
|
1743
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
1758
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
1744
1759
|
default: any;
|
|
1745
1760
|
};
|
|
1746
1761
|
hoveredDate: {
|
|
1747
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
1762
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
1748
1763
|
default: any;
|
|
1749
1764
|
};
|
|
1750
1765
|
locale: {
|
|
@@ -1770,11 +1785,11 @@ export declare const UCalendar: {
|
|
|
1770
1785
|
required: true;
|
|
1771
1786
|
};
|
|
1772
1787
|
selectedDate: {
|
|
1773
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
1788
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
1774
1789
|
default: any;
|
|
1775
1790
|
};
|
|
1776
1791
|
hoveredDate: {
|
|
1777
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
1792
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
1778
1793
|
default: any;
|
|
1779
1794
|
};
|
|
1780
1795
|
locale: {
|
|
@@ -1860,7 +1875,7 @@ export declare const UCalendar: {
|
|
|
1860
1875
|
(value: number): import("dayjs").Dayjs;
|
|
1861
1876
|
};
|
|
1862
1877
|
day: {
|
|
1863
|
-
(): 0 |
|
|
1878
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1864
1879
|
(value: number): import("dayjs").Dayjs;
|
|
1865
1880
|
};
|
|
1866
1881
|
hour: {
|
|
@@ -1891,14 +1906,14 @@ export declare const UCalendar: {
|
|
|
1891
1906
|
};
|
|
1892
1907
|
startOf: {
|
|
1893
1908
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1894
|
-
(unit: "
|
|
1909
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1895
1910
|
};
|
|
1896
1911
|
endOf: {
|
|
1897
1912
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1898
|
-
(unit: "
|
|
1913
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1899
1914
|
};
|
|
1900
1915
|
format: (template?: string) => string;
|
|
1901
|
-
diff: (date?:
|
|
1916
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
1902
1917
|
valueOf: () => number;
|
|
1903
1918
|
unix: () => number;
|
|
1904
1919
|
daysInMonth: () => number;
|
|
@@ -1908,16 +1923,16 @@ export declare const UCalendar: {
|
|
|
1908
1923
|
toString: () => string;
|
|
1909
1924
|
utcOffset: () => number;
|
|
1910
1925
|
isBefore: {
|
|
1911
|
-
(date?:
|
|
1912
|
-
(date?:
|
|
1926
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1927
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1913
1928
|
};
|
|
1914
1929
|
isSame: {
|
|
1915
|
-
(date?:
|
|
1916
|
-
(date?:
|
|
1930
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1931
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1917
1932
|
};
|
|
1918
1933
|
isAfter: {
|
|
1919
|
-
(date?:
|
|
1920
|
-
(date?:
|
|
1934
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1935
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1921
1936
|
};
|
|
1922
1937
|
locale: {
|
|
1923
1938
|
(): string;
|
|
@@ -1949,7 +1964,7 @@ export declare const UCalendar: {
|
|
|
1949
1964
|
(value: number): import("dayjs").Dayjs;
|
|
1950
1965
|
};
|
|
1951
1966
|
day: {
|
|
1952
|
-
(): 0 |
|
|
1967
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1953
1968
|
(value: number): import("dayjs").Dayjs;
|
|
1954
1969
|
};
|
|
1955
1970
|
hour: {
|
|
@@ -1980,14 +1995,14 @@ export declare const UCalendar: {
|
|
|
1980
1995
|
};
|
|
1981
1996
|
startOf: {
|
|
1982
1997
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1983
|
-
(unit: "
|
|
1998
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1984
1999
|
};
|
|
1985
2000
|
endOf: {
|
|
1986
2001
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1987
|
-
(unit: "
|
|
2002
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1988
2003
|
};
|
|
1989
2004
|
format: (template?: string) => string;
|
|
1990
|
-
diff: (date?:
|
|
2005
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
1991
2006
|
valueOf: () => number;
|
|
1992
2007
|
unix: () => number;
|
|
1993
2008
|
daysInMonth: () => number;
|
|
@@ -1997,16 +2012,16 @@ export declare const UCalendar: {
|
|
|
1997
2012
|
toString: () => string;
|
|
1998
2013
|
utcOffset: () => number;
|
|
1999
2014
|
isBefore: {
|
|
2000
|
-
(date?:
|
|
2001
|
-
(date?:
|
|
2015
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2016
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2002
2017
|
};
|
|
2003
2018
|
isSame: {
|
|
2004
|
-
(date?:
|
|
2005
|
-
(date?:
|
|
2019
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2020
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2006
2021
|
};
|
|
2007
2022
|
isAfter: {
|
|
2008
|
-
(date?:
|
|
2009
|
-
(date?:
|
|
2023
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2024
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2010
2025
|
};
|
|
2011
2026
|
locale: {
|
|
2012
2027
|
(): string;
|
|
@@ -2098,7 +2113,7 @@ export declare const UCalendar: {
|
|
|
2098
2113
|
(value: number): import("dayjs").Dayjs;
|
|
2099
2114
|
};
|
|
2100
2115
|
day: {
|
|
2101
|
-
(): 0 |
|
|
2116
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
2102
2117
|
(value: number): import("dayjs").Dayjs;
|
|
2103
2118
|
};
|
|
2104
2119
|
hour: {
|
|
@@ -2129,14 +2144,14 @@ export declare const UCalendar: {
|
|
|
2129
2144
|
};
|
|
2130
2145
|
startOf: {
|
|
2131
2146
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2132
|
-
(unit: "
|
|
2147
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2133
2148
|
};
|
|
2134
2149
|
endOf: {
|
|
2135
2150
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2136
|
-
(unit: "
|
|
2151
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2137
2152
|
};
|
|
2138
2153
|
format: (template?: string) => string;
|
|
2139
|
-
diff: (date?:
|
|
2154
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
2140
2155
|
valueOf: () => number;
|
|
2141
2156
|
unix: () => number;
|
|
2142
2157
|
daysInMonth: () => number;
|
|
@@ -2146,16 +2161,16 @@ export declare const UCalendar: {
|
|
|
2146
2161
|
toString: () => string;
|
|
2147
2162
|
utcOffset: () => number;
|
|
2148
2163
|
isBefore: {
|
|
2149
|
-
(date?:
|
|
2150
|
-
(date?:
|
|
2164
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2165
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2151
2166
|
};
|
|
2152
2167
|
isSame: {
|
|
2153
|
-
(date?:
|
|
2154
|
-
(date?:
|
|
2168
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2169
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2155
2170
|
};
|
|
2156
2171
|
isAfter: {
|
|
2157
|
-
(date?:
|
|
2158
|
-
(date?:
|
|
2172
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2173
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2159
2174
|
};
|
|
2160
2175
|
locale: {
|
|
2161
2176
|
(): string;
|
|
@@ -2187,7 +2202,7 @@ export declare const UCalendar: {
|
|
|
2187
2202
|
(value: number): import("dayjs").Dayjs;
|
|
2188
2203
|
};
|
|
2189
2204
|
day: {
|
|
2190
|
-
(): 0 |
|
|
2205
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
2191
2206
|
(value: number): import("dayjs").Dayjs;
|
|
2192
2207
|
};
|
|
2193
2208
|
hour: {
|
|
@@ -2218,14 +2233,14 @@ export declare const UCalendar: {
|
|
|
2218
2233
|
};
|
|
2219
2234
|
startOf: {
|
|
2220
2235
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2221
|
-
(unit: "
|
|
2236
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2222
2237
|
};
|
|
2223
2238
|
endOf: {
|
|
2224
2239
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2225
|
-
(unit: "
|
|
2240
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2226
2241
|
};
|
|
2227
2242
|
format: (template?: string) => string;
|
|
2228
|
-
diff: (date?:
|
|
2243
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
2229
2244
|
valueOf: () => number;
|
|
2230
2245
|
unix: () => number;
|
|
2231
2246
|
daysInMonth: () => number;
|
|
@@ -2235,16 +2250,16 @@ export declare const UCalendar: {
|
|
|
2235
2250
|
toString: () => string;
|
|
2236
2251
|
utcOffset: () => number;
|
|
2237
2252
|
isBefore: {
|
|
2238
|
-
(date?:
|
|
2239
|
-
(date?:
|
|
2253
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2254
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2240
2255
|
};
|
|
2241
2256
|
isSame: {
|
|
2242
|
-
(date?:
|
|
2243
|
-
(date?:
|
|
2257
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2258
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2244
2259
|
};
|
|
2245
2260
|
isAfter: {
|
|
2246
|
-
(date?:
|
|
2247
|
-
(date?:
|
|
2261
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
2262
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
2248
2263
|
};
|
|
2249
2264
|
locale: {
|
|
2250
2265
|
(): string;
|
|
@@ -2340,9 +2355,9 @@ export declare const UCalendar: {
|
|
|
2340
2355
|
value: number;
|
|
2341
2356
|
key: number;
|
|
2342
2357
|
}[]>;
|
|
2343
|
-
onTypeChange: (val: import("
|
|
2344
|
-
onYearChange: (year: import("
|
|
2345
|
-
onMonthChange: (val: import("
|
|
2358
|
+
onTypeChange: (val: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => void;
|
|
2359
|
+
onYearChange: (year: import("@koi-design/uxd-ui/es/index").SelectValueType) => void;
|
|
2360
|
+
onMonthChange: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => void;
|
|
2346
2361
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("panel-change" | "value-change")[], "panel-change" | "value-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2347
2362
|
prefixCls: {
|
|
2348
2363
|
type: StringConstructor;
|
|
@@ -2388,15 +2403,15 @@ export declare const UCalendar: {
|
|
|
2388
2403
|
USelect: {
|
|
2389
2404
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2390
2405
|
modelValue: {
|
|
2391
|
-
type: import("vue").PropType<import("
|
|
2406
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
2392
2407
|
};
|
|
2393
2408
|
options: {
|
|
2394
|
-
type: import("vue").PropType<import("
|
|
2409
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
2395
2410
|
};
|
|
2396
2411
|
size: {
|
|
2397
|
-
type: import("vue").PropType<"
|
|
2412
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2398
2413
|
default: string;
|
|
2399
|
-
validator: (val: "
|
|
2414
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2400
2415
|
};
|
|
2401
2416
|
placeholder: {
|
|
2402
2417
|
type: StringConstructor;
|
|
@@ -2411,16 +2426,16 @@ export declare const UCalendar: {
|
|
|
2411
2426
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2412
2427
|
};
|
|
2413
2428
|
prefixIcon: {
|
|
2414
|
-
type: import("vue").PropType<import("
|
|
2429
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2415
2430
|
};
|
|
2416
2431
|
suffixIcon: {
|
|
2417
|
-
type: import("vue").PropType<import("
|
|
2432
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2418
2433
|
};
|
|
2419
2434
|
clearIcon: {
|
|
2420
|
-
type: import("vue").PropType<import("
|
|
2435
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2421
2436
|
};
|
|
2422
2437
|
removeIcon: {
|
|
2423
|
-
type: import("vue").PropType<import("
|
|
2438
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2424
2439
|
};
|
|
2425
2440
|
allowCreate: {
|
|
2426
2441
|
type: BooleanConstructor;
|
|
@@ -2450,20 +2465,20 @@ export declare const UCalendar: {
|
|
|
2450
2465
|
type: NumberConstructor;
|
|
2451
2466
|
};
|
|
2452
2467
|
maxTagPlaceholder: {
|
|
2453
|
-
type: import("vue").PropType<(rest: import("
|
|
2468
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2454
2469
|
};
|
|
2455
2470
|
maxTagTextLength: {
|
|
2456
2471
|
type: import("vue").PropType<number | "responsive">;
|
|
2457
2472
|
};
|
|
2458
2473
|
tagRender: {
|
|
2459
|
-
type: import("vue").PropType<import("
|
|
2474
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
2460
2475
|
};
|
|
2461
2476
|
filterable: {
|
|
2462
2477
|
type: BooleanConstructor;
|
|
2463
2478
|
default: boolean;
|
|
2464
2479
|
};
|
|
2465
2480
|
filterMethod: {
|
|
2466
|
-
type: import("vue").PropType<boolean | import("
|
|
2481
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
2467
2482
|
default: undefined;
|
|
2468
2483
|
};
|
|
2469
2484
|
filterProp: {
|
|
@@ -2527,6 +2542,10 @@ export declare const UCalendar: {
|
|
|
2527
2542
|
maxTagTooltipWidth: {
|
|
2528
2543
|
type: NumberConstructor;
|
|
2529
2544
|
};
|
|
2545
|
+
maxTagTooltipShowAll: {
|
|
2546
|
+
type: BooleanConstructor;
|
|
2547
|
+
default: boolean;
|
|
2548
|
+
};
|
|
2530
2549
|
disabledTriggerForm: {
|
|
2531
2550
|
type: BooleanConstructor;
|
|
2532
2551
|
default: boolean;
|
|
@@ -2539,7 +2558,7 @@ export declare const UCalendar: {
|
|
|
2539
2558
|
type: StringConstructor;
|
|
2540
2559
|
};
|
|
2541
2560
|
popoverProps: {
|
|
2542
|
-
type: import("vue").PropType<import("
|
|
2561
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
2543
2562
|
default: () => {};
|
|
2544
2563
|
};
|
|
2545
2564
|
dropdownMenuWidth: {
|
|
@@ -2547,13 +2566,13 @@ export declare const UCalendar: {
|
|
|
2547
2566
|
default: string;
|
|
2548
2567
|
};
|
|
2549
2568
|
variant: {
|
|
2550
|
-
type: import("vue").PropType<"
|
|
2569
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
2551
2570
|
default: string;
|
|
2552
2571
|
validator: (val: string) => boolean;
|
|
2553
2572
|
};
|
|
2554
2573
|
color: {
|
|
2555
|
-
type: import("vue").PropType<"
|
|
2556
|
-
default:
|
|
2574
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2575
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2557
2576
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2558
2577
|
};
|
|
2559
2578
|
label: {
|
|
@@ -2568,7 +2587,7 @@ export declare const UCalendar: {
|
|
|
2568
2587
|
default: boolean;
|
|
2569
2588
|
};
|
|
2570
2589
|
placement: {
|
|
2571
|
-
type: import("vue").PropType<"
|
|
2590
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2572
2591
|
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;
|
|
2573
2592
|
};
|
|
2574
2593
|
arrowRotate: {
|
|
@@ -2587,13 +2606,13 @@ export declare const UCalendar: {
|
|
|
2587
2606
|
default: string;
|
|
2588
2607
|
};
|
|
2589
2608
|
}>> & Readonly<{
|
|
2590
|
-
|
|
2591
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
2609
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
2592
2610
|
onClear?: () => any;
|
|
2611
|
+
onSearch?: (val: string) => any;
|
|
2593
2612
|
onFocus?: (ev: Event) => any;
|
|
2594
2613
|
onBlur?: (ev: Event) => any;
|
|
2595
2614
|
onMousedown?: (ev: Event) => any;
|
|
2596
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2615
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
2597
2616
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
2598
2617
|
"onScroll-at-top"?: () => any;
|
|
2599
2618
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -2615,10 +2634,10 @@ export declare const UCalendar: {
|
|
|
2615
2634
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2616
2635
|
focus: (ev: Event) => boolean;
|
|
2617
2636
|
blur: (ev: Event) => boolean;
|
|
2618
|
-
change: (val: import("
|
|
2637
|
+
change: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption[] | import("@koi-design/uxd-ui/es/index").SelectOption) => boolean;
|
|
2619
2638
|
mousedown: (ev: Event) => boolean;
|
|
2620
2639
|
'dropdown-visible-change': (val: boolean) => boolean;
|
|
2621
|
-
'update:modelValue': (val: import("
|
|
2640
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
|
|
2622
2641
|
search: (val: string) => boolean;
|
|
2623
2642
|
clear: () => boolean;
|
|
2624
2643
|
keydown: (ev: KeyboardEvent) => boolean;
|
|
@@ -2629,7 +2648,7 @@ export declare const UCalendar: {
|
|
|
2629
2648
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2630
2649
|
loading: boolean;
|
|
2631
2650
|
required: boolean;
|
|
2632
|
-
size: "
|
|
2651
|
+
size: "default" | "small" | "large";
|
|
2633
2652
|
disabled: boolean;
|
|
2634
2653
|
variant: "text" | "surface" | "soft";
|
|
2635
2654
|
clearable: boolean;
|
|
@@ -2642,7 +2661,7 @@ export declare const UCalendar: {
|
|
|
2642
2661
|
multipleLimit: number;
|
|
2643
2662
|
titleKey: string;
|
|
2644
2663
|
filterable: boolean;
|
|
2645
|
-
filterMethod: boolean | import("
|
|
2664
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
2646
2665
|
dropdownHeight: number;
|
|
2647
2666
|
dropdownItemHeight: number;
|
|
2648
2667
|
dropdownMenuWidth: number | "container";
|
|
@@ -2655,8 +2674,9 @@ export declare const UCalendar: {
|
|
|
2655
2674
|
autoClearSearchValue: boolean;
|
|
2656
2675
|
maxTagTooltip: boolean;
|
|
2657
2676
|
isShowTagTooltip: boolean;
|
|
2677
|
+
maxTagTooltipShowAll: boolean;
|
|
2658
2678
|
sortByOption: boolean;
|
|
2659
|
-
popoverProps: import("
|
|
2679
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
2660
2680
|
arrowRotate: boolean;
|
|
2661
2681
|
showNoOptionValue: boolean;
|
|
2662
2682
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2668,15 +2688,15 @@ export declare const UCalendar: {
|
|
|
2668
2688
|
Defaults: {};
|
|
2669
2689
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2670
2690
|
modelValue: {
|
|
2671
|
-
type: import("vue").PropType<import("
|
|
2691
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
2672
2692
|
};
|
|
2673
2693
|
options: {
|
|
2674
|
-
type: import("vue").PropType<import("
|
|
2694
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
2675
2695
|
};
|
|
2676
2696
|
size: {
|
|
2677
|
-
type: import("vue").PropType<"
|
|
2697
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2678
2698
|
default: string;
|
|
2679
|
-
validator: (val: "
|
|
2699
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2680
2700
|
};
|
|
2681
2701
|
placeholder: {
|
|
2682
2702
|
type: StringConstructor;
|
|
@@ -2691,16 +2711,16 @@ export declare const UCalendar: {
|
|
|
2691
2711
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2692
2712
|
};
|
|
2693
2713
|
prefixIcon: {
|
|
2694
|
-
type: import("vue").PropType<import("
|
|
2714
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2695
2715
|
};
|
|
2696
2716
|
suffixIcon: {
|
|
2697
|
-
type: import("vue").PropType<import("
|
|
2717
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2698
2718
|
};
|
|
2699
2719
|
clearIcon: {
|
|
2700
|
-
type: import("vue").PropType<import("
|
|
2720
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2701
2721
|
};
|
|
2702
2722
|
removeIcon: {
|
|
2703
|
-
type: import("vue").PropType<import("
|
|
2723
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2704
2724
|
};
|
|
2705
2725
|
allowCreate: {
|
|
2706
2726
|
type: BooleanConstructor;
|
|
@@ -2730,20 +2750,20 @@ export declare const UCalendar: {
|
|
|
2730
2750
|
type: NumberConstructor;
|
|
2731
2751
|
};
|
|
2732
2752
|
maxTagPlaceholder: {
|
|
2733
|
-
type: import("vue").PropType<(rest: import("
|
|
2753
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2734
2754
|
};
|
|
2735
2755
|
maxTagTextLength: {
|
|
2736
2756
|
type: import("vue").PropType<number | "responsive">;
|
|
2737
2757
|
};
|
|
2738
2758
|
tagRender: {
|
|
2739
|
-
type: import("vue").PropType<import("
|
|
2759
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
2740
2760
|
};
|
|
2741
2761
|
filterable: {
|
|
2742
2762
|
type: BooleanConstructor;
|
|
2743
2763
|
default: boolean;
|
|
2744
2764
|
};
|
|
2745
2765
|
filterMethod: {
|
|
2746
|
-
type: import("vue").PropType<boolean | import("
|
|
2766
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
2747
2767
|
default: undefined;
|
|
2748
2768
|
};
|
|
2749
2769
|
filterProp: {
|
|
@@ -2807,6 +2827,10 @@ export declare const UCalendar: {
|
|
|
2807
2827
|
maxTagTooltipWidth: {
|
|
2808
2828
|
type: NumberConstructor;
|
|
2809
2829
|
};
|
|
2830
|
+
maxTagTooltipShowAll: {
|
|
2831
|
+
type: BooleanConstructor;
|
|
2832
|
+
default: boolean;
|
|
2833
|
+
};
|
|
2810
2834
|
disabledTriggerForm: {
|
|
2811
2835
|
type: BooleanConstructor;
|
|
2812
2836
|
default: boolean;
|
|
@@ -2819,7 +2843,7 @@ export declare const UCalendar: {
|
|
|
2819
2843
|
type: StringConstructor;
|
|
2820
2844
|
};
|
|
2821
2845
|
popoverProps: {
|
|
2822
|
-
type: import("vue").PropType<import("
|
|
2846
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
2823
2847
|
default: () => {};
|
|
2824
2848
|
};
|
|
2825
2849
|
dropdownMenuWidth: {
|
|
@@ -2827,13 +2851,13 @@ export declare const UCalendar: {
|
|
|
2827
2851
|
default: string;
|
|
2828
2852
|
};
|
|
2829
2853
|
variant: {
|
|
2830
|
-
type: import("vue").PropType<"
|
|
2854
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
2831
2855
|
default: string;
|
|
2832
2856
|
validator: (val: string) => boolean;
|
|
2833
2857
|
};
|
|
2834
2858
|
color: {
|
|
2835
|
-
type: import("vue").PropType<"
|
|
2836
|
-
default:
|
|
2859
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2860
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2837
2861
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2838
2862
|
};
|
|
2839
2863
|
label: {
|
|
@@ -2848,7 +2872,7 @@ export declare const UCalendar: {
|
|
|
2848
2872
|
default: boolean;
|
|
2849
2873
|
};
|
|
2850
2874
|
placement: {
|
|
2851
|
-
type: import("vue").PropType<"
|
|
2875
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2852
2876
|
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;
|
|
2853
2877
|
};
|
|
2854
2878
|
arrowRotate: {
|
|
@@ -2867,13 +2891,13 @@ export declare const UCalendar: {
|
|
|
2867
2891
|
default: string;
|
|
2868
2892
|
};
|
|
2869
2893
|
}>> & Readonly<{
|
|
2870
|
-
|
|
2871
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
2894
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
2872
2895
|
onClear?: () => any;
|
|
2896
|
+
onSearch?: (val: string) => any;
|
|
2873
2897
|
onFocus?: (ev: Event) => any;
|
|
2874
2898
|
onBlur?: (ev: Event) => any;
|
|
2875
2899
|
onMousedown?: (ev: Event) => any;
|
|
2876
|
-
"onUpdate:modelValue"?: (val: import("
|
|
2900
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
2877
2901
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
2878
2902
|
"onScroll-at-top"?: () => any;
|
|
2879
2903
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -2896,7 +2920,7 @@ export declare const UCalendar: {
|
|
|
2896
2920
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2897
2921
|
loading: boolean;
|
|
2898
2922
|
required: boolean;
|
|
2899
|
-
size: "
|
|
2923
|
+
size: "default" | "small" | "large";
|
|
2900
2924
|
disabled: boolean;
|
|
2901
2925
|
variant: "text" | "surface" | "soft";
|
|
2902
2926
|
clearable: boolean;
|
|
@@ -2909,7 +2933,7 @@ export declare const UCalendar: {
|
|
|
2909
2933
|
multipleLimit: number;
|
|
2910
2934
|
titleKey: string;
|
|
2911
2935
|
filterable: boolean;
|
|
2912
|
-
filterMethod: boolean | import("
|
|
2936
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
2913
2937
|
dropdownHeight: number;
|
|
2914
2938
|
dropdownItemHeight: number;
|
|
2915
2939
|
dropdownMenuWidth: number | "container";
|
|
@@ -2922,8 +2946,9 @@ export declare const UCalendar: {
|
|
|
2922
2946
|
autoClearSearchValue: boolean;
|
|
2923
2947
|
maxTagTooltip: boolean;
|
|
2924
2948
|
isShowTagTooltip: boolean;
|
|
2949
|
+
maxTagTooltipShowAll: boolean;
|
|
2925
2950
|
sortByOption: boolean;
|
|
2926
|
-
popoverProps: import("
|
|
2951
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
2927
2952
|
arrowRotate: boolean;
|
|
2928
2953
|
showNoOptionValue: boolean;
|
|
2929
2954
|
}>;
|
|
@@ -2932,15 +2957,15 @@ export declare const UCalendar: {
|
|
|
2932
2957
|
__isSuspense?: never;
|
|
2933
2958
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2934
2959
|
modelValue: {
|
|
2935
|
-
type: import("vue").PropType<import("
|
|
2960
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
2936
2961
|
};
|
|
2937
2962
|
options: {
|
|
2938
|
-
type: import("vue").PropType<import("
|
|
2963
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
2939
2964
|
};
|
|
2940
2965
|
size: {
|
|
2941
|
-
type: import("vue").PropType<"
|
|
2966
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
2942
2967
|
default: string;
|
|
2943
|
-
validator: (val: "
|
|
2968
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
2944
2969
|
};
|
|
2945
2970
|
placeholder: {
|
|
2946
2971
|
type: StringConstructor;
|
|
@@ -2955,16 +2980,16 @@ export declare const UCalendar: {
|
|
|
2955
2980
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2956
2981
|
};
|
|
2957
2982
|
prefixIcon: {
|
|
2958
|
-
type: import("vue").PropType<import("
|
|
2983
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2959
2984
|
};
|
|
2960
2985
|
suffixIcon: {
|
|
2961
|
-
type: import("vue").PropType<import("
|
|
2986
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2962
2987
|
};
|
|
2963
2988
|
clearIcon: {
|
|
2964
|
-
type: import("vue").PropType<import("
|
|
2989
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2965
2990
|
};
|
|
2966
2991
|
removeIcon: {
|
|
2967
|
-
type: import("vue").PropType<import("
|
|
2992
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2968
2993
|
};
|
|
2969
2994
|
allowCreate: {
|
|
2970
2995
|
type: BooleanConstructor;
|
|
@@ -2994,20 +3019,20 @@ export declare const UCalendar: {
|
|
|
2994
3019
|
type: NumberConstructor;
|
|
2995
3020
|
};
|
|
2996
3021
|
maxTagPlaceholder: {
|
|
2997
|
-
type: import("vue").PropType<(rest: import("
|
|
3022
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2998
3023
|
};
|
|
2999
3024
|
maxTagTextLength: {
|
|
3000
3025
|
type: import("vue").PropType<number | "responsive">;
|
|
3001
3026
|
};
|
|
3002
3027
|
tagRender: {
|
|
3003
|
-
type: import("vue").PropType<import("
|
|
3028
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
3004
3029
|
};
|
|
3005
3030
|
filterable: {
|
|
3006
3031
|
type: BooleanConstructor;
|
|
3007
3032
|
default: boolean;
|
|
3008
3033
|
};
|
|
3009
3034
|
filterMethod: {
|
|
3010
|
-
type: import("vue").PropType<boolean | import("
|
|
3035
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
3011
3036
|
default: undefined;
|
|
3012
3037
|
};
|
|
3013
3038
|
filterProp: {
|
|
@@ -3071,6 +3096,10 @@ export declare const UCalendar: {
|
|
|
3071
3096
|
maxTagTooltipWidth: {
|
|
3072
3097
|
type: NumberConstructor;
|
|
3073
3098
|
};
|
|
3099
|
+
maxTagTooltipShowAll: {
|
|
3100
|
+
type: BooleanConstructor;
|
|
3101
|
+
default: boolean;
|
|
3102
|
+
};
|
|
3074
3103
|
disabledTriggerForm: {
|
|
3075
3104
|
type: BooleanConstructor;
|
|
3076
3105
|
default: boolean;
|
|
@@ -3083,7 +3112,7 @@ export declare const UCalendar: {
|
|
|
3083
3112
|
type: StringConstructor;
|
|
3084
3113
|
};
|
|
3085
3114
|
popoverProps: {
|
|
3086
|
-
type: import("vue").PropType<import("
|
|
3115
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
3087
3116
|
default: () => {};
|
|
3088
3117
|
};
|
|
3089
3118
|
dropdownMenuWidth: {
|
|
@@ -3091,13 +3120,13 @@ export declare const UCalendar: {
|
|
|
3091
3120
|
default: string;
|
|
3092
3121
|
};
|
|
3093
3122
|
variant: {
|
|
3094
|
-
type: import("vue").PropType<"
|
|
3123
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
3095
3124
|
default: string;
|
|
3096
3125
|
validator: (val: string) => boolean;
|
|
3097
3126
|
};
|
|
3098
3127
|
color: {
|
|
3099
|
-
type: import("vue").PropType<"
|
|
3100
|
-
default:
|
|
3128
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3129
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3101
3130
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3102
3131
|
};
|
|
3103
3132
|
label: {
|
|
@@ -3112,7 +3141,7 @@ export declare const UCalendar: {
|
|
|
3112
3141
|
default: boolean;
|
|
3113
3142
|
};
|
|
3114
3143
|
placement: {
|
|
3115
|
-
type: import("vue").PropType<"
|
|
3144
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
3116
3145
|
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;
|
|
3117
3146
|
};
|
|
3118
3147
|
arrowRotate: {
|
|
@@ -3131,13 +3160,13 @@ export declare const UCalendar: {
|
|
|
3131
3160
|
default: string;
|
|
3132
3161
|
};
|
|
3133
3162
|
}>> & Readonly<{
|
|
3134
|
-
|
|
3135
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
3163
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
3136
3164
|
onClear?: () => any;
|
|
3165
|
+
onSearch?: (val: string) => any;
|
|
3137
3166
|
onFocus?: (ev: Event) => any;
|
|
3138
3167
|
onBlur?: (ev: Event) => any;
|
|
3139
3168
|
onMousedown?: (ev: Event) => any;
|
|
3140
|
-
"onUpdate:modelValue"?: (val: import("
|
|
3169
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
3141
3170
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
3142
3171
|
"onScroll-at-top"?: () => any;
|
|
3143
3172
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -3159,10 +3188,10 @@ export declare const UCalendar: {
|
|
|
3159
3188
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3160
3189
|
focus: (ev: Event) => boolean;
|
|
3161
3190
|
blur: (ev: Event) => boolean;
|
|
3162
|
-
change: (val: import("
|
|
3191
|
+
change: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption[] | import("@koi-design/uxd-ui/es/index").SelectOption) => boolean;
|
|
3163
3192
|
mousedown: (ev: Event) => boolean;
|
|
3164
3193
|
'dropdown-visible-change': (val: boolean) => boolean;
|
|
3165
|
-
'update:modelValue': (val: import("
|
|
3194
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
|
|
3166
3195
|
search: (val: string) => boolean;
|
|
3167
3196
|
clear: () => boolean;
|
|
3168
3197
|
keydown: (ev: KeyboardEvent) => boolean;
|
|
@@ -3173,7 +3202,7 @@ export declare const UCalendar: {
|
|
|
3173
3202
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3174
3203
|
loading: boolean;
|
|
3175
3204
|
required: boolean;
|
|
3176
|
-
size: "
|
|
3205
|
+
size: "default" | "small" | "large";
|
|
3177
3206
|
disabled: boolean;
|
|
3178
3207
|
variant: "text" | "surface" | "soft";
|
|
3179
3208
|
clearable: boolean;
|
|
@@ -3186,7 +3215,7 @@ export declare const UCalendar: {
|
|
|
3186
3215
|
multipleLimit: number;
|
|
3187
3216
|
titleKey: string;
|
|
3188
3217
|
filterable: boolean;
|
|
3189
|
-
filterMethod: boolean | import("
|
|
3218
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
3190
3219
|
dropdownHeight: number;
|
|
3191
3220
|
dropdownItemHeight: number;
|
|
3192
3221
|
dropdownMenuWidth: number | "container";
|
|
@@ -3199,11 +3228,12 @@ export declare const UCalendar: {
|
|
|
3199
3228
|
autoClearSearchValue: boolean;
|
|
3200
3229
|
maxTagTooltip: boolean;
|
|
3201
3230
|
isShowTagTooltip: boolean;
|
|
3231
|
+
maxTagTooltipShowAll: boolean;
|
|
3202
3232
|
sortByOption: boolean;
|
|
3203
|
-
popoverProps: import("
|
|
3233
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
3204
3234
|
arrowRotate: boolean;
|
|
3205
3235
|
showNoOptionValue: boolean;
|
|
3206
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3236
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3207
3237
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3208
3238
|
value: {
|
|
3209
3239
|
type: import("vue").PropType<string | number>;
|
|
@@ -3244,19 +3274,19 @@ export declare const UCalendar: {
|
|
|
3244
3274
|
type: StringConstructor;
|
|
3245
3275
|
};
|
|
3246
3276
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3247
|
-
};
|
|
3277
|
+
});
|
|
3248
3278
|
URadio: {
|
|
3249
3279
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3250
3280
|
modelValue: {
|
|
3251
|
-
type: import("vue").PropType<import("
|
|
3281
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3252
3282
|
default: boolean;
|
|
3253
3283
|
};
|
|
3254
3284
|
trueValue: {
|
|
3255
|
-
type: import("vue").PropType<import("
|
|
3285
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3256
3286
|
default: boolean;
|
|
3257
3287
|
};
|
|
3258
3288
|
falseValue: {
|
|
3259
|
-
type: import("vue").PropType<import("
|
|
3289
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3260
3290
|
default: boolean;
|
|
3261
3291
|
};
|
|
3262
3292
|
value: {
|
|
@@ -3268,9 +3298,9 @@ export declare const UCalendar: {
|
|
|
3268
3298
|
default: boolean;
|
|
3269
3299
|
};
|
|
3270
3300
|
size: {
|
|
3271
|
-
type: import("vue").PropType<"
|
|
3301
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3272
3302
|
default: string;
|
|
3273
|
-
validator: (val: "
|
|
3303
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3274
3304
|
};
|
|
3275
3305
|
name: {
|
|
3276
3306
|
type: StringConstructor;
|
|
@@ -3281,16 +3311,16 @@ export declare const UCalendar: {
|
|
|
3281
3311
|
default: boolean;
|
|
3282
3312
|
};
|
|
3283
3313
|
color: {
|
|
3284
|
-
type: import("vue").PropType<"
|
|
3285
|
-
default:
|
|
3314
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3315
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3286
3316
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3287
3317
|
};
|
|
3288
3318
|
}>> & Readonly<{
|
|
3289
|
-
onChange?: (v: import("
|
|
3290
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3319
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
3320
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
3291
3321
|
}>, {
|
|
3292
3322
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3293
|
-
computedSize: import("vue").ComputedRef<"
|
|
3323
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3294
3324
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3295
3325
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3296
3326
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3302,17 +3332,17 @@ export declare const UCalendar: {
|
|
|
3302
3332
|
handleOnFocus: () => void;
|
|
3303
3333
|
handleOnBlur: () => void;
|
|
3304
3334
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3305
|
-
change: (v: import("
|
|
3306
|
-
'update:modelValue': (v: import("
|
|
3335
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => boolean;
|
|
3336
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => v is string | number | boolean;
|
|
3307
3337
|
}, import("vue").PublicProps, {
|
|
3308
3338
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3309
3339
|
name: string;
|
|
3310
|
-
size: "
|
|
3340
|
+
size: "default" | "small" | "large";
|
|
3311
3341
|
disabled: boolean;
|
|
3312
|
-
modelValue: import("
|
|
3342
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3313
3343
|
value: string | number;
|
|
3314
|
-
trueValue: import("
|
|
3315
|
-
falseValue: import("
|
|
3344
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3345
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3316
3346
|
border: boolean;
|
|
3317
3347
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3318
3348
|
P: {};
|
|
@@ -3323,15 +3353,15 @@ export declare const UCalendar: {
|
|
|
3323
3353
|
Defaults: {};
|
|
3324
3354
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3325
3355
|
modelValue: {
|
|
3326
|
-
type: import("vue").PropType<import("
|
|
3356
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3327
3357
|
default: boolean;
|
|
3328
3358
|
};
|
|
3329
3359
|
trueValue: {
|
|
3330
|
-
type: import("vue").PropType<import("
|
|
3360
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3331
3361
|
default: boolean;
|
|
3332
3362
|
};
|
|
3333
3363
|
falseValue: {
|
|
3334
|
-
type: import("vue").PropType<import("
|
|
3364
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3335
3365
|
default: boolean;
|
|
3336
3366
|
};
|
|
3337
3367
|
value: {
|
|
@@ -3343,9 +3373,9 @@ export declare const UCalendar: {
|
|
|
3343
3373
|
default: boolean;
|
|
3344
3374
|
};
|
|
3345
3375
|
size: {
|
|
3346
|
-
type: import("vue").PropType<"
|
|
3376
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3347
3377
|
default: string;
|
|
3348
|
-
validator: (val: "
|
|
3378
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3349
3379
|
};
|
|
3350
3380
|
name: {
|
|
3351
3381
|
type: StringConstructor;
|
|
@@ -3356,16 +3386,16 @@ export declare const UCalendar: {
|
|
|
3356
3386
|
default: boolean;
|
|
3357
3387
|
};
|
|
3358
3388
|
color: {
|
|
3359
|
-
type: import("vue").PropType<"
|
|
3360
|
-
default:
|
|
3389
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3390
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3361
3391
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3362
3392
|
};
|
|
3363
3393
|
}>> & Readonly<{
|
|
3364
|
-
onChange?: (v: import("
|
|
3365
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3394
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
3395
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
3366
3396
|
}>, {
|
|
3367
3397
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3368
|
-
computedSize: import("vue").ComputedRef<"
|
|
3398
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3369
3399
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3370
3400
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3371
3401
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3379,12 +3409,12 @@ export declare const UCalendar: {
|
|
|
3379
3409
|
}, {}, {}, {}, {
|
|
3380
3410
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3381
3411
|
name: string;
|
|
3382
|
-
size: "
|
|
3412
|
+
size: "default" | "small" | "large";
|
|
3383
3413
|
disabled: boolean;
|
|
3384
|
-
modelValue: import("
|
|
3414
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3385
3415
|
value: string | number;
|
|
3386
|
-
trueValue: import("
|
|
3387
|
-
falseValue: import("
|
|
3416
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3417
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3388
3418
|
border: boolean;
|
|
3389
3419
|
}>;
|
|
3390
3420
|
__isFragment?: never;
|
|
@@ -3392,15 +3422,15 @@ export declare const UCalendar: {
|
|
|
3392
3422
|
__isSuspense?: never;
|
|
3393
3423
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3394
3424
|
modelValue: {
|
|
3395
|
-
type: import("vue").PropType<import("
|
|
3425
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3396
3426
|
default: boolean;
|
|
3397
3427
|
};
|
|
3398
3428
|
trueValue: {
|
|
3399
|
-
type: import("vue").PropType<import("
|
|
3429
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3400
3430
|
default: boolean;
|
|
3401
3431
|
};
|
|
3402
3432
|
falseValue: {
|
|
3403
|
-
type: import("vue").PropType<import("
|
|
3433
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
3404
3434
|
default: boolean;
|
|
3405
3435
|
};
|
|
3406
3436
|
value: {
|
|
@@ -3412,9 +3442,9 @@ export declare const UCalendar: {
|
|
|
3412
3442
|
default: boolean;
|
|
3413
3443
|
};
|
|
3414
3444
|
size: {
|
|
3415
|
-
type: import("vue").PropType<"
|
|
3445
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3416
3446
|
default: string;
|
|
3417
|
-
validator: (val: "
|
|
3447
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3418
3448
|
};
|
|
3419
3449
|
name: {
|
|
3420
3450
|
type: StringConstructor;
|
|
@@ -3425,16 +3455,16 @@ export declare const UCalendar: {
|
|
|
3425
3455
|
default: boolean;
|
|
3426
3456
|
};
|
|
3427
3457
|
color: {
|
|
3428
|
-
type: import("vue").PropType<"
|
|
3429
|
-
default:
|
|
3458
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3459
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3430
3460
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3431
3461
|
};
|
|
3432
3462
|
}>> & Readonly<{
|
|
3433
|
-
onChange?: (v: import("
|
|
3434
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3463
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
3464
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
3435
3465
|
}>, {
|
|
3436
3466
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3437
|
-
computedSize: import("vue").ComputedRef<"
|
|
3467
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
3438
3468
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
3439
3469
|
computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
|
|
3440
3470
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
@@ -3446,31 +3476,31 @@ export declare const UCalendar: {
|
|
|
3446
3476
|
handleOnFocus: () => void;
|
|
3447
3477
|
handleOnBlur: () => void;
|
|
3448
3478
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3449
|
-
change: (v: import("
|
|
3450
|
-
'update:modelValue': (v: import("
|
|
3479
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => boolean;
|
|
3480
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => v is string | number | boolean;
|
|
3451
3481
|
}, string, {
|
|
3452
3482
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3453
3483
|
name: string;
|
|
3454
|
-
size: "
|
|
3484
|
+
size: "default" | "small" | "large";
|
|
3455
3485
|
disabled: boolean;
|
|
3456
|
-
modelValue: import("
|
|
3486
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3457
3487
|
value: string | number;
|
|
3458
|
-
trueValue: import("
|
|
3459
|
-
falseValue: import("
|
|
3488
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3489
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
3460
3490
|
border: boolean;
|
|
3461
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3491
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
3462
3492
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3463
3493
|
modelValue: {
|
|
3464
|
-
type: import("vue").PropType<import("
|
|
3494
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
3465
3495
|
default: string;
|
|
3466
3496
|
};
|
|
3467
3497
|
size: {
|
|
3468
|
-
type: import("vue").PropType<"
|
|
3498
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3469
3499
|
default: string;
|
|
3470
|
-
validator: (val: "
|
|
3500
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3471
3501
|
};
|
|
3472
3502
|
type: {
|
|
3473
|
-
type: import("vue").PropType<"
|
|
3503
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
3474
3504
|
default: string;
|
|
3475
3505
|
validator: (val: "default" | "button") => boolean;
|
|
3476
3506
|
};
|
|
@@ -3483,15 +3513,15 @@ export declare const UCalendar: {
|
|
|
3483
3513
|
default: () => string;
|
|
3484
3514
|
};
|
|
3485
3515
|
options: {
|
|
3486
|
-
type: import("vue").PropType<import("
|
|
3487
|
-
default: () => import("
|
|
3516
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
3517
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
3488
3518
|
};
|
|
3489
3519
|
buttonFill: {
|
|
3490
3520
|
type: BooleanConstructor;
|
|
3491
3521
|
default: boolean;
|
|
3492
3522
|
};
|
|
3493
3523
|
buttonType: {
|
|
3494
|
-
type: import("vue").PropType<"
|
|
3524
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
3495
3525
|
default: string;
|
|
3496
3526
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
3497
3527
|
};
|
|
@@ -3500,8 +3530,8 @@ export declare const UCalendar: {
|
|
|
3500
3530
|
default: boolean;
|
|
3501
3531
|
};
|
|
3502
3532
|
color: {
|
|
3503
|
-
type: import("vue").PropType<"
|
|
3504
|
-
default:
|
|
3533
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3534
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3505
3535
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3506
3536
|
};
|
|
3507
3537
|
direction: {
|
|
@@ -3509,24 +3539,24 @@ export declare const UCalendar: {
|
|
|
3509
3539
|
};
|
|
3510
3540
|
}>, {
|
|
3511
3541
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3512
|
-
stateValue: import("vue").Ref<import("
|
|
3542
|
+
stateValue: import("vue").Ref<import("@koi-design/uxd-ui/es/index").RadioGroupValueType, import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
3513
3543
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "line" | "segment" | "card">;
|
|
3514
3544
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
3515
3545
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3516
|
-
change: (v: import("
|
|
3517
|
-
'update:modelValue': (v: import("
|
|
3546
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
3547
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
3518
3548
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3519
3549
|
modelValue: {
|
|
3520
|
-
type: import("vue").PropType<import("
|
|
3550
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
3521
3551
|
default: string;
|
|
3522
3552
|
};
|
|
3523
3553
|
size: {
|
|
3524
|
-
type: import("vue").PropType<"
|
|
3554
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3525
3555
|
default: string;
|
|
3526
|
-
validator: (val: "
|
|
3556
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3527
3557
|
};
|
|
3528
3558
|
type: {
|
|
3529
|
-
type: import("vue").PropType<"
|
|
3559
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
3530
3560
|
default: string;
|
|
3531
3561
|
validator: (val: "default" | "button") => boolean;
|
|
3532
3562
|
};
|
|
@@ -3539,15 +3569,15 @@ export declare const UCalendar: {
|
|
|
3539
3569
|
default: () => string;
|
|
3540
3570
|
};
|
|
3541
3571
|
options: {
|
|
3542
|
-
type: import("vue").PropType<import("
|
|
3543
|
-
default: () => import("
|
|
3572
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
3573
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
3544
3574
|
};
|
|
3545
3575
|
buttonFill: {
|
|
3546
3576
|
type: BooleanConstructor;
|
|
3547
3577
|
default: boolean;
|
|
3548
3578
|
};
|
|
3549
3579
|
buttonType: {
|
|
3550
|
-
type: import("vue").PropType<"
|
|
3580
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
3551
3581
|
default: string;
|
|
3552
3582
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
3553
3583
|
};
|
|
@@ -3556,41 +3586,41 @@ export declare const UCalendar: {
|
|
|
3556
3586
|
default: boolean;
|
|
3557
3587
|
};
|
|
3558
3588
|
color: {
|
|
3559
|
-
type: import("vue").PropType<"
|
|
3560
|
-
default:
|
|
3589
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3590
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3561
3591
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3562
3592
|
};
|
|
3563
3593
|
direction: {
|
|
3564
3594
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3565
3595
|
};
|
|
3566
3596
|
}>> & Readonly<{
|
|
3567
|
-
onChange?: (v: import("
|
|
3568
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3597
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
3598
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
3569
3599
|
}>, {
|
|
3570
3600
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3571
3601
|
type: "default" | "button";
|
|
3572
3602
|
name: string;
|
|
3573
|
-
size: "
|
|
3603
|
+
size: "default" | "small" | "large";
|
|
3574
3604
|
disabled: boolean;
|
|
3575
|
-
modelValue: import("
|
|
3576
|
-
options: import("
|
|
3605
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioGroupValueType;
|
|
3606
|
+
options: import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
3577
3607
|
vertical: boolean;
|
|
3578
3608
|
buttonFill: boolean;
|
|
3579
3609
|
buttonType: "fill" | "border" | "line" | "segment" | "card";
|
|
3580
3610
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3581
|
-
};
|
|
3611
|
+
});
|
|
3582
3612
|
URadioGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3583
3613
|
modelValue: {
|
|
3584
|
-
type: import("vue").PropType<import("
|
|
3614
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
3585
3615
|
default: string;
|
|
3586
3616
|
};
|
|
3587
3617
|
size: {
|
|
3588
|
-
type: import("vue").PropType<"
|
|
3618
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3589
3619
|
default: string;
|
|
3590
|
-
validator: (val: "
|
|
3620
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3591
3621
|
};
|
|
3592
3622
|
type: {
|
|
3593
|
-
type: import("vue").PropType<"
|
|
3623
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
3594
3624
|
default: string;
|
|
3595
3625
|
validator: (val: "default" | "button") => boolean;
|
|
3596
3626
|
};
|
|
@@ -3603,15 +3633,15 @@ export declare const UCalendar: {
|
|
|
3603
3633
|
default: () => string;
|
|
3604
3634
|
};
|
|
3605
3635
|
options: {
|
|
3606
|
-
type: import("vue").PropType<import("
|
|
3607
|
-
default: () => import("
|
|
3636
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
3637
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
3608
3638
|
};
|
|
3609
3639
|
buttonFill: {
|
|
3610
3640
|
type: BooleanConstructor;
|
|
3611
3641
|
default: boolean;
|
|
3612
3642
|
};
|
|
3613
3643
|
buttonType: {
|
|
3614
|
-
type: import("vue").PropType<"
|
|
3644
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
3615
3645
|
default: string;
|
|
3616
3646
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
3617
3647
|
};
|
|
@@ -3620,8 +3650,8 @@ export declare const UCalendar: {
|
|
|
3620
3650
|
default: boolean;
|
|
3621
3651
|
};
|
|
3622
3652
|
color: {
|
|
3623
|
-
type: import("vue").PropType<"
|
|
3624
|
-
default:
|
|
3653
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3654
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3625
3655
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3626
3656
|
};
|
|
3627
3657
|
direction: {
|
|
@@ -3629,24 +3659,24 @@ export declare const UCalendar: {
|
|
|
3629
3659
|
};
|
|
3630
3660
|
}>, {
|
|
3631
3661
|
prefixCls: import("vue").ComputedRef<string>;
|
|
3632
|
-
stateValue: import("vue").Ref<import("
|
|
3662
|
+
stateValue: import("vue").Ref<import("@koi-design/uxd-ui/es/index").RadioGroupValueType, import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
3633
3663
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "line" | "segment" | "card">;
|
|
3634
3664
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
3635
3665
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3636
|
-
change: (v: import("
|
|
3637
|
-
'update:modelValue': (v: import("
|
|
3666
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
3667
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
3638
3668
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3639
3669
|
modelValue: {
|
|
3640
|
-
type: import("vue").PropType<import("
|
|
3670
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
3641
3671
|
default: string;
|
|
3642
3672
|
};
|
|
3643
3673
|
size: {
|
|
3644
|
-
type: import("vue").PropType<"
|
|
3674
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3645
3675
|
default: string;
|
|
3646
|
-
validator: (val: "
|
|
3676
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3647
3677
|
};
|
|
3648
3678
|
type: {
|
|
3649
|
-
type: import("vue").PropType<"
|
|
3679
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
3650
3680
|
default: string;
|
|
3651
3681
|
validator: (val: "default" | "button") => boolean;
|
|
3652
3682
|
};
|
|
@@ -3659,15 +3689,15 @@ export declare const UCalendar: {
|
|
|
3659
3689
|
default: () => string;
|
|
3660
3690
|
};
|
|
3661
3691
|
options: {
|
|
3662
|
-
type: import("vue").PropType<import("
|
|
3663
|
-
default: () => import("
|
|
3692
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
3693
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
3664
3694
|
};
|
|
3665
3695
|
buttonFill: {
|
|
3666
3696
|
type: BooleanConstructor;
|
|
3667
3697
|
default: boolean;
|
|
3668
3698
|
};
|
|
3669
3699
|
buttonType: {
|
|
3670
|
-
type: import("vue").PropType<"
|
|
3700
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
3671
3701
|
default: string;
|
|
3672
3702
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
3673
3703
|
};
|
|
@@ -3676,24 +3706,24 @@ export declare const UCalendar: {
|
|
|
3676
3706
|
default: boolean;
|
|
3677
3707
|
};
|
|
3678
3708
|
color: {
|
|
3679
|
-
type: import("vue").PropType<"
|
|
3680
|
-
default:
|
|
3709
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3710
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3681
3711
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3682
3712
|
};
|
|
3683
3713
|
direction: {
|
|
3684
3714
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3685
3715
|
};
|
|
3686
3716
|
}>> & Readonly<{
|
|
3687
|
-
onChange?: (v: import("
|
|
3688
|
-
"onUpdate:modelValue"?: (v: import("
|
|
3717
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
3718
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
3689
3719
|
}>, {
|
|
3690
3720
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3691
3721
|
type: "default" | "button";
|
|
3692
3722
|
name: string;
|
|
3693
|
-
size: "
|
|
3723
|
+
size: "default" | "small" | "large";
|
|
3694
3724
|
disabled: boolean;
|
|
3695
|
-
modelValue: import("
|
|
3696
|
-
options: import("
|
|
3725
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioGroupValueType;
|
|
3726
|
+
options: import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
3697
3727
|
vertical: boolean;
|
|
3698
3728
|
buttonFill: boolean;
|
|
3699
3729
|
buttonType: "fill" | "border" | "line" | "segment" | "card";
|
|
@@ -3709,11 +3739,11 @@ export declare const UCalendar: {
|
|
|
3709
3739
|
required: true;
|
|
3710
3740
|
};
|
|
3711
3741
|
selectedDate: {
|
|
3712
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3742
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3713
3743
|
default: any;
|
|
3714
3744
|
};
|
|
3715
3745
|
hoveredDate: {
|
|
3716
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3746
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3717
3747
|
default: any;
|
|
3718
3748
|
};
|
|
3719
3749
|
locale: {
|
|
@@ -3744,11 +3774,11 @@ export declare const UCalendar: {
|
|
|
3744
3774
|
required: true;
|
|
3745
3775
|
};
|
|
3746
3776
|
selectedDate: {
|
|
3747
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3777
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3748
3778
|
default: any;
|
|
3749
3779
|
};
|
|
3750
3780
|
hoveredDate: {
|
|
3751
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3781
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3752
3782
|
default: any;
|
|
3753
3783
|
};
|
|
3754
3784
|
locale: {
|
|
@@ -3780,11 +3810,11 @@ export declare const UCalendar: {
|
|
|
3780
3810
|
required: true;
|
|
3781
3811
|
};
|
|
3782
3812
|
selectedDate: {
|
|
3783
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3813
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3784
3814
|
default: any;
|
|
3785
3815
|
};
|
|
3786
3816
|
hoveredDate: {
|
|
3787
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3817
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3788
3818
|
default: any;
|
|
3789
3819
|
};
|
|
3790
3820
|
locale: {
|
|
@@ -3810,11 +3840,11 @@ export declare const UCalendar: {
|
|
|
3810
3840
|
required: true;
|
|
3811
3841
|
};
|
|
3812
3842
|
selectedDate: {
|
|
3813
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3843
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3814
3844
|
default: any;
|
|
3815
3845
|
};
|
|
3816
3846
|
hoveredDate: {
|
|
3817
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3847
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3818
3848
|
default: any;
|
|
3819
3849
|
};
|
|
3820
3850
|
locale: {
|
|
@@ -3834,6 +3864,6 @@ export declare const UCalendar: {
|
|
|
3834
3864
|
selectedDate: import("dayjs").Dayjs | import("dayjs").Dayjs[];
|
|
3835
3865
|
hoveredDate: import("dayjs").Dayjs;
|
|
3836
3866
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3837
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3867
|
+
} & 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>);
|
|
3838
3868
|
export default UCalendar;
|
|
3839
3869
|
export * from './Calendar.type';
|