@koi-design/uxd-ui 14.0.21 → 14.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.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.type.d.ts +5 -5
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/es/components/AutoComplete/index.d.ts +572 -632
- 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.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.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.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +180 -180
- package/es/components/Calendar/Header.vue.d.ts +81 -81
- package/es/components/Calendar/index.d.ts +381 -381
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +8 -8
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +40 -40
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/CascaderMenu.d.ts +2 -2
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Cascader/utils.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/es/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/es/components/Checkbox/index.d.ts +27 -27
- 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.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/es/components/ColorPicker/index.d.ts +248 -248
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +8 -2
- package/es/components/ConfigProvider/index.mjs +2 -1
- package/es/components/ConfigProvider/index.mjs.map +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/es/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1016 -1016
- package/es/components/DatePicker/utils.d.ts +3 -3
- 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 +14 -13
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/es/components/Dropdown/Dropdown.type.mjs +10 -1
- package/es/components/Dropdown/Dropdown.type.mjs.map +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/es/components/Dropdown/DropdownMenu.mjs +10 -5
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Dropdown/index.mjs +1 -1
- package/es/components/Empty/Empty.d.ts +14 -14
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- 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 +8 -8
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- 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.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- 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 +4 -4
- package/es/components/InfiniteScroll/InfiniteScroll.mjs.map +1 -1
- package/es/components/InfoView/Cell.d.ts +2 -2
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +14 -14
- package/es/components/InfoView/Row.d.ts +2 -2
- package/es/components/InfoView/index.d.ts +33 -33
- package/es/components/Input/Input.d.ts +34 -34
- package/es/components/Input/Input.type.d.ts +11 -11
- package/es/components/Input/index.d.ts +39 -39
- package/es/components/InputNumber/InputNumber.d.ts +83 -83
- package/es/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/es/components/InputNumber/SingleInput.d.ts +23 -22
- package/es/components/InputNumber/index.d.ts +109 -109
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Layout.type.d.ts +5 -4
- package/es/components/Layout/Sider.vue.d.ts +8 -8
- package/es/components/Layout/index.d.ts +10 -10
- 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.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +3 -3
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.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/Mentions.type.d.ts +3 -3
- package/es/components/Menu/Menu.d.ts +6 -6
- package/es/components/Menu/Menu.type.d.ts +20 -20
- package/es/components/Menu/Menu.type.mjs.map +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +30 -30
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs.map +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -17
- package/es/components/Menu/index.d.ts +61 -61
- 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.vue.d.ts +125 -125
- 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.vue.d.ts +4 -4
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- 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 +46 -46
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +23 -23
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- 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.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 +11 -11
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +12 -11
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.type.d.ts +8 -8
- package/es/components/Progress/Progress.vue.d.ts +25 -25
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +51 -51
- package/es/components/Radio/Radio.type.d.ts +16 -16
- package/es/components/Radio/Radio.vue.d.ts +7 -7
- package/es/components/Radio/RadioGroup.d.ts +17 -17
- package/es/components/Radio/index.d.ts +27 -27
- 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.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- 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/Thumb.d.ts +1 -1
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +4 -2
- package/es/components/Scrollbar/utils.mjs +4 -2
- package/es/components/Scrollbar/utils.mjs.map +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/es/components/Select/RefSelect.vue.d.ts +161 -171
- package/es/components/Select/Select.d.ts +29 -29
- package/es/components/Select/Select.type.d.ts +16 -15
- package/es/components/Select/Selection/Input.vue.d.ts +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/es/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/es/components/Select/Selection/Single.vue.d.ts +4 -6
- package/es/components/Select/index.d.ts +40 -40
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Slider.d.ts +5 -5
- package/es/components/Slider/Slider.type.d.ts +5 -5
- package/es/components/Slider/index.d.ts +1 -1
- package/es/components/Space/Space.d.ts +9 -9
- 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.map +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.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.vue.d.ts +8 -8
- package/es/components/Steps/Steps.type.d.ts +12 -12
- package/es/components/Steps/Steps.vue.d.ts +6 -6
- package/es/components/Steps/index.d.ts +19 -19
- 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.vue.d.ts +340 -340
- package/es/components/Table/BodyTable.vue.d.ts +340 -340
- package/es/components/Table/HeadTable.vue.d.ts +340 -340
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +745 -745
- package/es/components/Table/TableBox.vue.d.ts +680 -680
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +4 -4
- package/es/components/Tabs/TabNav.mjs.map +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +27 -27
- package/es/components/Tabs/Tabs.d.ts +59 -59
- package/es/components/Tabs/Tabs.mjs +3 -3
- package/es/components/Tabs/Tabs.mjs.map +1 -1
- package/es/components/Tabs/Tabs.type.d.ts +29 -28
- package/es/components/Tabs/Tabs.type.mjs +6 -6
- package/es/components/Tabs/Tabs.type.mjs.map +1 -1
- package/es/components/Tabs/index.d.ts +118 -118
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +6 -6
- package/es/components/Tag/index.d.ts +12 -12
- package/es/components/Text/Text.d.ts +15 -15
- 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 +12 -12
- 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.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/es/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +386 -386
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +7 -7
- package/es/components/Timeline/Timeline.mjs +1 -1
- package/es/components/Timeline/Timeline.mjs.map +1 -1
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +9 -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.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.type.d.ts +5 -5
- package/es/components/Transfer/Transfer.vue.d.ts +636 -636
- package/es/components/Transfer/TransferList.vue.d.ts +114 -114
- package/es/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/es/components/Transfer/index.d.ts +1678 -1678
- package/es/components/Tree/SubTree.vue.d.ts +61 -61
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +68 -76
- package/es/components/Tree/TreeNode.vue.d.ts +33 -33
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +141 -165
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/es/components/TreeSelect/index.d.ts +698 -754
- package/es/components/Upload/Upload.d.ts +4 -4
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadList.vue.d.ts +56 -56
- package/es/components/Upload/index.d.ts +4 -4
- package/es/components/VirtualList/ListContent.mjs.map +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.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/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/useGlobalConfig.d.ts +1 -1
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/components/index.mjs +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +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/es/utils/tools.mjs.map +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.type.d.ts +5 -5
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/lib/components/AutoComplete/index.d.ts +572 -632
- 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.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.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.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +180 -180
- package/lib/components/Calendar/Header.vue.d.ts +81 -81
- package/lib/components/Calendar/index.d.ts +381 -381
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +8 -8
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +40 -40
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/CascaderMenu.d.ts +2 -2
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Cascader/utils.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/lib/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/lib/components/Checkbox/index.d.ts +27 -27
- 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.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/lib/components/ColorPicker/index.d.ts +248 -248
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +8 -2
- package/lib/components/ConfigProvider/index.js +2 -1
- package/lib/components/ConfigProvider/index.js.map +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/lib/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1016 -1016
- package/lib/components/DatePicker/utils.d.ts +3 -3
- 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 +14 -13
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/lib/components/Dropdown/Dropdown.type.js +12 -0
- package/lib/components/Dropdown/Dropdown.type.js.map +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/lib/components/Dropdown/DropdownMenu.js +10 -5
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Dropdown/index.js +3 -0
- package/lib/components/Dropdown/index.js.map +1 -1
- package/lib/components/Empty/Empty.d.ts +14 -14
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- 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 +8 -8
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- 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.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- 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 +4 -4
- package/lib/components/InfiniteScroll/InfiniteScroll.js.map +1 -1
- package/lib/components/InfoView/Cell.d.ts +2 -2
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +14 -14
- package/lib/components/InfoView/Row.d.ts +2 -2
- package/lib/components/InfoView/index.d.ts +33 -33
- package/lib/components/Input/Input.d.ts +34 -34
- package/lib/components/Input/Input.type.d.ts +11 -11
- package/lib/components/Input/index.d.ts +39 -39
- package/lib/components/InputNumber/InputNumber.d.ts +83 -83
- package/lib/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/lib/components/InputNumber/SingleInput.d.ts +23 -22
- package/lib/components/InputNumber/index.d.ts +109 -109
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Layout.type.d.ts +5 -4
- package/lib/components/Layout/Sider.vue.d.ts +8 -8
- package/lib/components/Layout/index.d.ts +10 -10
- 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.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +3 -3
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.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/Mentions.type.d.ts +3 -3
- package/lib/components/Menu/Menu.d.ts +6 -6
- package/lib/components/Menu/Menu.type.d.ts +20 -20
- package/lib/components/Menu/Menu.type.js.map +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +30 -30
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.js.map +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -17
- package/lib/components/Menu/index.d.ts +61 -61
- 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.vue.d.ts +125 -125
- 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.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- 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 +46 -46
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +23 -23
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- 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.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 +11 -11
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +12 -11
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.type.d.ts +8 -8
- package/lib/components/Progress/Progress.vue.d.ts +25 -25
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +51 -51
- package/lib/components/Radio/Radio.type.d.ts +16 -16
- package/lib/components/Radio/Radio.vue.d.ts +7 -7
- package/lib/components/Radio/RadioGroup.d.ts +17 -17
- package/lib/components/Radio/index.d.ts +27 -27
- 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.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- 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/Thumb.d.ts +1 -1
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +4 -2
- package/lib/components/Scrollbar/utils.js +4 -2
- package/lib/components/Scrollbar/utils.js.map +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/lib/components/Select/RefSelect.vue.d.ts +161 -171
- package/lib/components/Select/Select.d.ts +29 -29
- package/lib/components/Select/Select.type.d.ts +16 -15
- package/lib/components/Select/Selection/Input.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/lib/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/lib/components/Select/Selection/Single.vue.d.ts +4 -6
- package/lib/components/Select/index.d.ts +40 -40
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Slider.d.ts +5 -5
- package/lib/components/Slider/Slider.type.d.ts +5 -5
- package/lib/components/Slider/index.d.ts +1 -1
- package/lib/components/Space/Space.d.ts +9 -9
- 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.map +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.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.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.type.d.ts +12 -12
- package/lib/components/Steps/Steps.vue.d.ts +6 -6
- package/lib/components/Steps/index.d.ts +19 -19
- 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.vue.d.ts +340 -340
- package/lib/components/Table/BodyTable.vue.d.ts +340 -340
- package/lib/components/Table/HeadTable.vue.d.ts +340 -340
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +745 -745
- package/lib/components/Table/TableBox.vue.d.ts +680 -680
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +4 -4
- package/lib/components/Tabs/TabNav.js.map +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +27 -27
- package/lib/components/Tabs/Tabs.d.ts +59 -59
- package/lib/components/Tabs/Tabs.js +3 -3
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/Tabs.type.d.ts +29 -28
- package/lib/components/Tabs/Tabs.type.js +6 -6
- package/lib/components/Tabs/Tabs.type.js.map +1 -1
- package/lib/components/Tabs/index.d.ts +118 -118
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +6 -6
- package/lib/components/Tag/index.d.ts +12 -12
- package/lib/components/Text/Text.d.ts +15 -15
- 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 +12 -12
- 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.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/lib/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +386 -386
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +7 -7
- package/lib/components/Timeline/Timeline.js +1 -1
- package/lib/components/Timeline/Timeline.js.map +1 -1
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +9 -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.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.type.d.ts +5 -5
- package/lib/components/Transfer/Transfer.vue.d.ts +636 -636
- package/lib/components/Transfer/TransferList.vue.d.ts +114 -114
- package/lib/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/lib/components/Transfer/index.d.ts +1678 -1678
- package/lib/components/Tree/SubTree.vue.d.ts +61 -61
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +68 -76
- package/lib/components/Tree/TreeNode.vue.d.ts +33 -33
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +141 -165
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/lib/components/TreeSelect/index.d.ts +698 -754
- package/lib/components/Upload/Upload.d.ts +4 -4
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadList.vue.d.ts +56 -56
- package/lib/components/Upload/index.d.ts +4 -4
- package/lib/components/VirtualList/ListContent.js.map +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.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/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/useGlobalConfig.d.ts +1 -1
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/components/index.js +3 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +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/lib/utils/tools.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -7
- package/styles/components/menu/index.css +1 -1
- package/styles/components/menu/index.less +2 -0
- package/styles/index.css +1 -1
- 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 +5 -5
- 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 +215 -237
- package/types/components/AutoComplete/index.d.ts +572 -632
- 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 +180 -180
- package/types/components/Calendar/Header.vue.d.ts +81 -81
- package/types/components/Calendar/index.d.ts +381 -381
- 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 +8 -8
- 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 +40 -40
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/CascaderMenu.d.ts +2 -2
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/types/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/types/components/Checkbox/index.d.ts +27 -27
- 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 +110 -110
- package/types/components/ColorPicker/index.d.ts +248 -248
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +8 -2
- package/types/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/types/components/DatePicker/DatePicker.vue.d.ts +507 -507
- 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 +165 -165
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- 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 +7 -6
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1016 -1016
- 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 +14 -13
- 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 +18 -13
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/types/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +14 -14
- 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 +8 -8
- 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 +4 -4
- package/types/components/InfoView/Cell.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +14 -14
- package/types/components/InfoView/Row.d.ts +2 -2
- package/types/components/InfoView/index.d.ts +33 -33
- package/types/components/Input/Input.d.ts +34 -34
- package/types/components/Input/Input.type.d.ts +11 -11
- package/types/components/Input/index.d.ts +39 -39
- package/types/components/InputNumber/InputNumber.d.ts +83 -83
- package/types/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/types/components/InputNumber/SingleInput.d.ts +23 -22
- package/types/components/InputNumber/index.d.ts +109 -109
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +5 -4
- package/types/components/Layout/Sider.vue.d.ts +8 -8
- package/types/components/Layout/index.d.ts +10 -10
- 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 +3 -3
- 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.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 +6 -6
- package/types/components/Menu/Menu.type.d.ts +20 -20
- package/types/components/Menu/MenuItem.vue.d.ts +30 -30
- package/types/components/Menu/SubMenu.vue.d.ts +17 -17
- package/types/components/Menu/index.d.ts +61 -61
- 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 +46 -46
- 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 +23 -23
- 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 +11 -11
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +12 -11
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +8 -8
- package/types/components/Progress/Progress.vue.d.ts +25 -25
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +51 -51
- package/types/components/Radio/Radio.type.d.ts +16 -16
- package/types/components/Radio/Radio.vue.d.ts +7 -7
- package/types/components/Radio/RadioGroup.d.ts +17 -17
- package/types/components/Radio/index.d.ts +27 -27
- 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/Thumb.d.ts +1 -1
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +4 -2
- package/types/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/types/components/Select/RefSelect.vue.d.ts +161 -171
- package/types/components/Select/Select.d.ts +29 -29
- package/types/components/Select/Select.type.d.ts +16 -15
- package/types/components/Select/Selection/Input.vue.d.ts +1 -1
- package/types/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/types/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/types/components/Select/Selection/Single.vue.d.ts +4 -6
- package/types/components/Select/index.d.ts +40 -40
- 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 +5 -5
- package/types/components/Slider/Slider.type.d.ts +5 -5
- package/types/components/Slider/index.d.ts +1 -1
- package/types/components/Space/Space.d.ts +9 -9
- 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 +12 -12
- package/types/components/Steps/Steps.vue.d.ts +6 -6
- package/types/components/Steps/index.d.ts +19 -19
- 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 +340 -340
- package/types/components/Table/BodyTable.vue.d.ts +340 -340
- package/types/components/Table/HeadTable.vue.d.ts +340 -340
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +745 -745
- package/types/components/Table/TableBox.vue.d.ts +680 -680
- 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 +60 -60
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +27 -27
- package/types/components/Tabs/Tabs.d.ts +59 -59
- package/types/components/Tabs/Tabs.type.d.ts +29 -28
- package/types/components/Tabs/index.d.ts +118 -118
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +6 -6
- package/types/components/Tag/index.d.ts +12 -12
- package/types/components/Text/Text.d.ts +15 -15
- 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 +12 -12
- 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 +13 -12
- package/types/components/TimePicker/TimePicker.vue.d.ts +174 -174
- 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 +386 -386
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +7 -7
- 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 +9 -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 +5 -5
- package/types/components/Transfer/Transfer.vue.d.ts +636 -636
- package/types/components/Transfer/TransferList.vue.d.ts +114 -114
- package/types/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/types/components/Transfer/index.d.ts +1678 -1678
- package/types/components/Tree/SubTree.vue.d.ts +61 -61
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +68 -76
- package/types/components/Tree/TreeNode.vue.d.ts +33 -33
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +141 -165
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/types/components/TreeSelect/index.d.ts +698 -754
- package/types/components/Upload/Upload.d.ts +4 -4
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +56 -56
- package/types/components/Upload/index.d.ts +4 -4
- 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/useGlobalConfig.d.ts +1 -1
- 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.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +41 -25
- package/uxd-ui.umd.js +43 -24
- package/uxd-ui.umd.min.js +6 -6
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
53
53
|
(value: number): Dayjs;
|
|
54
54
|
};
|
|
55
55
|
day: {
|
|
56
|
-
(): 0 |
|
|
56
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
57
57
|
(value: number): Dayjs;
|
|
58
58
|
};
|
|
59
59
|
hour: {
|
|
@@ -84,14 +84,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
84
84
|
};
|
|
85
85
|
startOf: {
|
|
86
86
|
(unit: dayjs.OpUnitType): Dayjs;
|
|
87
|
-
(unit:
|
|
87
|
+
(unit: dayjs.QUnitType | dayjs.OpUnitType): Dayjs;
|
|
88
88
|
};
|
|
89
89
|
endOf: {
|
|
90
90
|
(unit: dayjs.OpUnitType): Dayjs;
|
|
91
|
-
(unit:
|
|
91
|
+
(unit: dayjs.QUnitType | dayjs.OpUnitType): Dayjs;
|
|
92
92
|
};
|
|
93
93
|
format: (template?: string) => string;
|
|
94
|
-
diff: (date?:
|
|
94
|
+
diff: (date?: dayjs.ConfigType, unit?: dayjs.QUnitType | dayjs.OpUnitType, float?: boolean) => number;
|
|
95
95
|
valueOf: () => number;
|
|
96
96
|
unix: () => number;
|
|
97
97
|
daysInMonth: () => number;
|
|
@@ -101,16 +101,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
101
101
|
toString: () => string;
|
|
102
102
|
utcOffset: () => number;
|
|
103
103
|
isBefore: {
|
|
104
|
-
(date?:
|
|
105
|
-
(date?:
|
|
104
|
+
(date?: dayjs.ConfigType, unit?: dayjs.OpUnitType): boolean;
|
|
105
|
+
(date?: dayjs.ConfigType, unit?: dayjs.QUnitType): boolean;
|
|
106
106
|
};
|
|
107
107
|
isSame: {
|
|
108
|
-
(date?:
|
|
109
|
-
(date?:
|
|
108
|
+
(date?: dayjs.ConfigType, unit?: dayjs.OpUnitType): boolean;
|
|
109
|
+
(date?: dayjs.ConfigType, unit?: dayjs.QUnitType): boolean;
|
|
110
110
|
};
|
|
111
111
|
isAfter: {
|
|
112
|
-
(date?:
|
|
113
|
-
(date?:
|
|
112
|
+
(date?: dayjs.ConfigType, unit?: dayjs.OpUnitType): boolean;
|
|
113
|
+
(date?: dayjs.ConfigType, unit?: dayjs.QUnitType): boolean;
|
|
114
114
|
};
|
|
115
115
|
locale: {
|
|
116
116
|
(): string;
|
|
@@ -142,7 +142,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
142
142
|
(value: number): Dayjs;
|
|
143
143
|
};
|
|
144
144
|
day: {
|
|
145
|
-
(): 0 |
|
|
145
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
146
146
|
(value: number): Dayjs;
|
|
147
147
|
};
|
|
148
148
|
hour: {
|
|
@@ -173,14 +173,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
173
173
|
};
|
|
174
174
|
startOf: {
|
|
175
175
|
(unit: dayjs.OpUnitType): Dayjs;
|
|
176
|
-
(unit:
|
|
176
|
+
(unit: dayjs.QUnitType | dayjs.OpUnitType): Dayjs;
|
|
177
177
|
};
|
|
178
178
|
endOf: {
|
|
179
179
|
(unit: dayjs.OpUnitType): Dayjs;
|
|
180
|
-
(unit:
|
|
180
|
+
(unit: dayjs.QUnitType | dayjs.OpUnitType): Dayjs;
|
|
181
181
|
};
|
|
182
182
|
format: (template?: string) => string;
|
|
183
|
-
diff: (date?:
|
|
183
|
+
diff: (date?: dayjs.ConfigType, unit?: dayjs.QUnitType | dayjs.OpUnitType, float?: boolean) => number;
|
|
184
184
|
valueOf: () => number;
|
|
185
185
|
unix: () => number;
|
|
186
186
|
daysInMonth: () => number;
|
|
@@ -190,16 +190,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
190
190
|
toString: () => string;
|
|
191
191
|
utcOffset: () => number;
|
|
192
192
|
isBefore: {
|
|
193
|
-
(date?:
|
|
194
|
-
(date?:
|
|
193
|
+
(date?: dayjs.ConfigType, unit?: dayjs.OpUnitType): boolean;
|
|
194
|
+
(date?: dayjs.ConfigType, unit?: dayjs.QUnitType): boolean;
|
|
195
195
|
};
|
|
196
196
|
isSame: {
|
|
197
|
-
(date?:
|
|
198
|
-
(date?:
|
|
197
|
+
(date?: dayjs.ConfigType, unit?: dayjs.OpUnitType): boolean;
|
|
198
|
+
(date?: dayjs.ConfigType, unit?: dayjs.QUnitType): boolean;
|
|
199
199
|
};
|
|
200
200
|
isAfter: {
|
|
201
|
-
(date?:
|
|
202
|
-
(date?:
|
|
201
|
+
(date?: dayjs.ConfigType, unit?: dayjs.OpUnitType): boolean;
|
|
202
|
+
(date?: dayjs.ConfigType, unit?: dayjs.QUnitType): boolean;
|
|
203
203
|
};
|
|
204
204
|
locale: {
|
|
205
205
|
(): string;
|
|
@@ -335,9 +335,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
335
335
|
value: number;
|
|
336
336
|
key: number;
|
|
337
337
|
}[]>;
|
|
338
|
-
onTypeChange: (val: import("
|
|
339
|
-
onYearChange: (year: import("
|
|
340
|
-
onMonthChange: (val: import("
|
|
338
|
+
onTypeChange: (val: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => void;
|
|
339
|
+
onYearChange: (year: import("@koi-design/uxd-ui/es/index").SelectValueType) => void;
|
|
340
|
+
onMonthChange: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => void;
|
|
341
341
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("panel-change" | "value-change")[], "panel-change" | "value-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
342
342
|
prefixCls: {
|
|
343
343
|
type: StringConstructor;
|
|
@@ -383,15 +383,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
383
383
|
USelect: {
|
|
384
384
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
385
385
|
modelValue: {
|
|
386
|
-
type: import("vue").PropType<import("
|
|
386
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
387
387
|
};
|
|
388
388
|
options: {
|
|
389
|
-
type: import("vue").PropType<import("
|
|
389
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
390
390
|
};
|
|
391
391
|
size: {
|
|
392
|
-
type: import("vue").PropType<"
|
|
392
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
393
393
|
default: string;
|
|
394
|
-
validator: (val: "
|
|
394
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
395
395
|
};
|
|
396
396
|
placeholder: {
|
|
397
397
|
type: StringConstructor;
|
|
@@ -406,16 +406,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
406
406
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
407
407
|
};
|
|
408
408
|
prefixIcon: {
|
|
409
|
-
type: import("vue").PropType<import("
|
|
409
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
410
410
|
};
|
|
411
411
|
suffixIcon: {
|
|
412
|
-
type: import("vue").PropType<import("
|
|
412
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
413
413
|
};
|
|
414
414
|
clearIcon: {
|
|
415
|
-
type: import("vue").PropType<import("
|
|
415
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
416
416
|
};
|
|
417
417
|
removeIcon: {
|
|
418
|
-
type: import("vue").PropType<import("
|
|
418
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
419
419
|
};
|
|
420
420
|
allowCreate: {
|
|
421
421
|
type: BooleanConstructor;
|
|
@@ -445,20 +445,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
445
|
type: NumberConstructor;
|
|
446
446
|
};
|
|
447
447
|
maxTagPlaceholder: {
|
|
448
|
-
type: import("vue").PropType<(rest: import("
|
|
448
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
449
449
|
};
|
|
450
450
|
maxTagTextLength: {
|
|
451
451
|
type: NumberConstructor;
|
|
452
452
|
};
|
|
453
453
|
tagRender: {
|
|
454
|
-
type: import("vue").PropType<import("
|
|
454
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
455
455
|
};
|
|
456
456
|
filterable: {
|
|
457
457
|
type: BooleanConstructor;
|
|
458
458
|
default: boolean;
|
|
459
459
|
};
|
|
460
460
|
filterMethod: {
|
|
461
|
-
type: import("vue").PropType<boolean | import("
|
|
461
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
462
462
|
default: undefined;
|
|
463
463
|
};
|
|
464
464
|
filterProp: {
|
|
@@ -534,7 +534,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
534
534
|
type: StringConstructor;
|
|
535
535
|
};
|
|
536
536
|
popoverProps: {
|
|
537
|
-
type: import("vue").PropType<import("
|
|
537
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
538
538
|
default: () => {};
|
|
539
539
|
};
|
|
540
540
|
dropdownMenuWidth: {
|
|
@@ -558,7 +558,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
558
558
|
default: boolean;
|
|
559
559
|
};
|
|
560
560
|
placement: {
|
|
561
|
-
type: import("vue").PropType<"
|
|
561
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
562
562
|
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;
|
|
563
563
|
};
|
|
564
564
|
arrowRotate: {
|
|
@@ -577,13 +577,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
577
577
|
default: string;
|
|
578
578
|
};
|
|
579
579
|
}>> & Readonly<{
|
|
580
|
-
|
|
581
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
580
|
+
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;
|
|
582
581
|
onClear?: () => any;
|
|
582
|
+
onSearch?: (val: string) => any;
|
|
583
583
|
onFocus?: (ev: Event) => any;
|
|
584
584
|
onBlur?: (ev: Event) => any;
|
|
585
585
|
onMousedown?: (ev: Event) => any;
|
|
586
|
-
"onUpdate:modelValue"?: (val: import("
|
|
586
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
587
587
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
588
588
|
"onScroll-at-top"?: () => any;
|
|
589
589
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -605,10 +605,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
605
605
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
606
606
|
focus: (ev: Event) => boolean;
|
|
607
607
|
blur: (ev: Event) => boolean;
|
|
608
|
-
change: (val: import("
|
|
608
|
+
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;
|
|
609
609
|
mousedown: (ev: Event) => boolean;
|
|
610
610
|
'dropdown-visible-change': (val: boolean) => boolean;
|
|
611
|
-
'update:modelValue': (val: import("
|
|
611
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
|
|
612
612
|
search: (val: string) => boolean;
|
|
613
613
|
clear: () => boolean;
|
|
614
614
|
keydown: (ev: KeyboardEvent) => boolean;
|
|
@@ -618,7 +618,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
618
618
|
}, import("vue").PublicProps, {
|
|
619
619
|
loading: boolean;
|
|
620
620
|
required: boolean;
|
|
621
|
-
size: "
|
|
621
|
+
size: "default" | "small" | "large";
|
|
622
622
|
disabled: boolean;
|
|
623
623
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
624
624
|
clearable: boolean;
|
|
@@ -631,7 +631,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
631
631
|
multipleLimit: number;
|
|
632
632
|
titleKey: string;
|
|
633
633
|
filterable: boolean;
|
|
634
|
-
filterMethod: boolean | import("
|
|
634
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
635
635
|
dropdownHeight: number;
|
|
636
636
|
dropdownItemHeight: number;
|
|
637
637
|
dropdownMenuWidth: number | "container";
|
|
@@ -645,7 +645,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
645
645
|
maxTagTooltip: boolean;
|
|
646
646
|
isShowTagTooltip: boolean;
|
|
647
647
|
sortByOption: boolean;
|
|
648
|
-
popoverProps: import("
|
|
648
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
649
649
|
arrowRotate: boolean;
|
|
650
650
|
showNoOptionValue: boolean;
|
|
651
651
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -657,15 +657,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
657
657
|
Defaults: {};
|
|
658
658
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
659
659
|
modelValue: {
|
|
660
|
-
type: import("vue").PropType<import("
|
|
660
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
661
661
|
};
|
|
662
662
|
options: {
|
|
663
|
-
type: import("vue").PropType<import("
|
|
663
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
664
664
|
};
|
|
665
665
|
size: {
|
|
666
|
-
type: import("vue").PropType<"
|
|
666
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
667
667
|
default: string;
|
|
668
|
-
validator: (val: "
|
|
668
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
669
669
|
};
|
|
670
670
|
placeholder: {
|
|
671
671
|
type: StringConstructor;
|
|
@@ -680,16 +680,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
680
680
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
681
681
|
};
|
|
682
682
|
prefixIcon: {
|
|
683
|
-
type: import("vue").PropType<import("
|
|
683
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
684
684
|
};
|
|
685
685
|
suffixIcon: {
|
|
686
|
-
type: import("vue").PropType<import("
|
|
686
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
687
687
|
};
|
|
688
688
|
clearIcon: {
|
|
689
|
-
type: import("vue").PropType<import("
|
|
689
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
690
690
|
};
|
|
691
691
|
removeIcon: {
|
|
692
|
-
type: import("vue").PropType<import("
|
|
692
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
693
693
|
};
|
|
694
694
|
allowCreate: {
|
|
695
695
|
type: BooleanConstructor;
|
|
@@ -719,20 +719,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
719
719
|
type: NumberConstructor;
|
|
720
720
|
};
|
|
721
721
|
maxTagPlaceholder: {
|
|
722
|
-
type: import("vue").PropType<(rest: import("
|
|
722
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
723
723
|
};
|
|
724
724
|
maxTagTextLength: {
|
|
725
725
|
type: NumberConstructor;
|
|
726
726
|
};
|
|
727
727
|
tagRender: {
|
|
728
|
-
type: import("vue").PropType<import("
|
|
728
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
729
729
|
};
|
|
730
730
|
filterable: {
|
|
731
731
|
type: BooleanConstructor;
|
|
732
732
|
default: boolean;
|
|
733
733
|
};
|
|
734
734
|
filterMethod: {
|
|
735
|
-
type: import("vue").PropType<boolean | import("
|
|
735
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
736
736
|
default: undefined;
|
|
737
737
|
};
|
|
738
738
|
filterProp: {
|
|
@@ -808,7 +808,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
808
808
|
type: StringConstructor;
|
|
809
809
|
};
|
|
810
810
|
popoverProps: {
|
|
811
|
-
type: import("vue").PropType<import("
|
|
811
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
812
812
|
default: () => {};
|
|
813
813
|
};
|
|
814
814
|
dropdownMenuWidth: {
|
|
@@ -832,7 +832,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
832
832
|
default: boolean;
|
|
833
833
|
};
|
|
834
834
|
placement: {
|
|
835
|
-
type: import("vue").PropType<"
|
|
835
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
836
836
|
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;
|
|
837
837
|
};
|
|
838
838
|
arrowRotate: {
|
|
@@ -851,13 +851,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
851
851
|
default: string;
|
|
852
852
|
};
|
|
853
853
|
}>> & Readonly<{
|
|
854
|
-
|
|
855
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
854
|
+
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;
|
|
856
855
|
onClear?: () => any;
|
|
856
|
+
onSearch?: (val: string) => any;
|
|
857
857
|
onFocus?: (ev: Event) => any;
|
|
858
858
|
onBlur?: (ev: Event) => any;
|
|
859
859
|
onMousedown?: (ev: Event) => any;
|
|
860
|
-
"onUpdate:modelValue"?: (val: import("
|
|
860
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
861
861
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
862
862
|
"onScroll-at-top"?: () => any;
|
|
863
863
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -879,7 +879,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
879
879
|
}, {}, {}, {}, {
|
|
880
880
|
loading: boolean;
|
|
881
881
|
required: boolean;
|
|
882
|
-
size: "
|
|
882
|
+
size: "default" | "small" | "large";
|
|
883
883
|
disabled: boolean;
|
|
884
884
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
885
885
|
clearable: boolean;
|
|
@@ -892,7 +892,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
892
892
|
multipleLimit: number;
|
|
893
893
|
titleKey: string;
|
|
894
894
|
filterable: boolean;
|
|
895
|
-
filterMethod: boolean | import("
|
|
895
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
896
896
|
dropdownHeight: number;
|
|
897
897
|
dropdownItemHeight: number;
|
|
898
898
|
dropdownMenuWidth: number | "container";
|
|
@@ -906,7 +906,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
906
906
|
maxTagTooltip: boolean;
|
|
907
907
|
isShowTagTooltip: boolean;
|
|
908
908
|
sortByOption: boolean;
|
|
909
|
-
popoverProps: import("
|
|
909
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
910
910
|
arrowRotate: boolean;
|
|
911
911
|
showNoOptionValue: boolean;
|
|
912
912
|
}>;
|
|
@@ -915,15 +915,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
915
915
|
__isSuspense?: never;
|
|
916
916
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
917
917
|
modelValue: {
|
|
918
|
-
type: import("vue").PropType<import("
|
|
918
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
919
919
|
};
|
|
920
920
|
options: {
|
|
921
|
-
type: import("vue").PropType<import("
|
|
921
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
922
922
|
};
|
|
923
923
|
size: {
|
|
924
|
-
type: import("vue").PropType<"
|
|
924
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
925
925
|
default: string;
|
|
926
|
-
validator: (val: "
|
|
926
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
927
927
|
};
|
|
928
928
|
placeholder: {
|
|
929
929
|
type: StringConstructor;
|
|
@@ -938,16 +938,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
938
938
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
939
939
|
};
|
|
940
940
|
prefixIcon: {
|
|
941
|
-
type: import("vue").PropType<import("
|
|
941
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
942
942
|
};
|
|
943
943
|
suffixIcon: {
|
|
944
|
-
type: import("vue").PropType<import("
|
|
944
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
945
945
|
};
|
|
946
946
|
clearIcon: {
|
|
947
|
-
type: import("vue").PropType<import("
|
|
947
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
948
948
|
};
|
|
949
949
|
removeIcon: {
|
|
950
|
-
type: import("vue").PropType<import("
|
|
950
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
951
951
|
};
|
|
952
952
|
allowCreate: {
|
|
953
953
|
type: BooleanConstructor;
|
|
@@ -977,20 +977,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
977
977
|
type: NumberConstructor;
|
|
978
978
|
};
|
|
979
979
|
maxTagPlaceholder: {
|
|
980
|
-
type: import("vue").PropType<(rest: import("
|
|
980
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
981
981
|
};
|
|
982
982
|
maxTagTextLength: {
|
|
983
983
|
type: NumberConstructor;
|
|
984
984
|
};
|
|
985
985
|
tagRender: {
|
|
986
|
-
type: import("vue").PropType<import("
|
|
986
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
987
987
|
};
|
|
988
988
|
filterable: {
|
|
989
989
|
type: BooleanConstructor;
|
|
990
990
|
default: boolean;
|
|
991
991
|
};
|
|
992
992
|
filterMethod: {
|
|
993
|
-
type: import("vue").PropType<boolean | import("
|
|
993
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
994
994
|
default: undefined;
|
|
995
995
|
};
|
|
996
996
|
filterProp: {
|
|
@@ -1066,7 +1066,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1066
1066
|
type: StringConstructor;
|
|
1067
1067
|
};
|
|
1068
1068
|
popoverProps: {
|
|
1069
|
-
type: import("vue").PropType<import("
|
|
1069
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
1070
1070
|
default: () => {};
|
|
1071
1071
|
};
|
|
1072
1072
|
dropdownMenuWidth: {
|
|
@@ -1090,7 +1090,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1090
1090
|
default: boolean;
|
|
1091
1091
|
};
|
|
1092
1092
|
placement: {
|
|
1093
|
-
type: import("vue").PropType<"
|
|
1093
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1094
1094
|
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;
|
|
1095
1095
|
};
|
|
1096
1096
|
arrowRotate: {
|
|
@@ -1109,13 +1109,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1109
1109
|
default: string;
|
|
1110
1110
|
};
|
|
1111
1111
|
}>> & Readonly<{
|
|
1112
|
-
|
|
1113
|
-
onChange?: (val: import("..").SelectValueType, options: import("..").SelectOption | import("..").SelectOption[]) => any;
|
|
1112
|
+
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;
|
|
1114
1113
|
onClear?: () => any;
|
|
1114
|
+
onSearch?: (val: string) => any;
|
|
1115
1115
|
onFocus?: (ev: Event) => any;
|
|
1116
1116
|
onBlur?: (ev: Event) => any;
|
|
1117
1117
|
onMousedown?: (ev: Event) => any;
|
|
1118
|
-
"onUpdate:modelValue"?: (val: import("
|
|
1118
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
1119
1119
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
1120
1120
|
"onScroll-at-top"?: () => any;
|
|
1121
1121
|
"onScroll-at-bottom"?: () => any;
|
|
@@ -1137,10 +1137,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1137
1137
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1138
1138
|
focus: (ev: Event) => boolean;
|
|
1139
1139
|
blur: (ev: Event) => boolean;
|
|
1140
|
-
change: (val: import("
|
|
1140
|
+
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;
|
|
1141
1141
|
mousedown: (ev: Event) => boolean;
|
|
1142
1142
|
'dropdown-visible-change': (val: boolean) => boolean;
|
|
1143
|
-
'update:modelValue': (val: import("
|
|
1143
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
|
|
1144
1144
|
search: (val: string) => boolean;
|
|
1145
1145
|
clear: () => boolean;
|
|
1146
1146
|
keydown: (ev: KeyboardEvent) => boolean;
|
|
@@ -1150,7 +1150,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1150
1150
|
}, string, {
|
|
1151
1151
|
loading: boolean;
|
|
1152
1152
|
required: boolean;
|
|
1153
|
-
size: "
|
|
1153
|
+
size: "default" | "small" | "large";
|
|
1154
1154
|
disabled: boolean;
|
|
1155
1155
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
1156
1156
|
clearable: boolean;
|
|
@@ -1163,7 +1163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1163
1163
|
multipleLimit: number;
|
|
1164
1164
|
titleKey: string;
|
|
1165
1165
|
filterable: boolean;
|
|
1166
|
-
filterMethod: boolean | import("
|
|
1166
|
+
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
1167
1167
|
dropdownHeight: number;
|
|
1168
1168
|
dropdownItemHeight: number;
|
|
1169
1169
|
dropdownMenuWidth: number | "container";
|
|
@@ -1177,10 +1177,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1177
1177
|
maxTagTooltip: boolean;
|
|
1178
1178
|
isShowTagTooltip: boolean;
|
|
1179
1179
|
sortByOption: boolean;
|
|
1180
|
-
popoverProps: import("
|
|
1180
|
+
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
1181
1181
|
arrowRotate: boolean;
|
|
1182
1182
|
showNoOptionValue: boolean;
|
|
1183
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1183
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1184
1184
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1185
1185
|
value: {
|
|
1186
1186
|
type: import("vue").PropType<string | number>;
|
|
@@ -1221,19 +1221,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1221
1221
|
type: StringConstructor;
|
|
1222
1222
|
};
|
|
1223
1223
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1224
|
-
};
|
|
1224
|
+
});
|
|
1225
1225
|
URadio: {
|
|
1226
1226
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1227
1227
|
modelValue: {
|
|
1228
|
-
type: import("vue").PropType<import("
|
|
1228
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1229
1229
|
default: boolean;
|
|
1230
1230
|
};
|
|
1231
1231
|
trueValue: {
|
|
1232
|
-
type: import("vue").PropType<import("
|
|
1232
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1233
1233
|
default: boolean;
|
|
1234
1234
|
};
|
|
1235
1235
|
falseValue: {
|
|
1236
|
-
type: import("vue").PropType<import("
|
|
1236
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1237
1237
|
default: boolean;
|
|
1238
1238
|
};
|
|
1239
1239
|
value: {
|
|
@@ -1249,20 +1249,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1249
1249
|
default: boolean;
|
|
1250
1250
|
};
|
|
1251
1251
|
size: {
|
|
1252
|
-
type: import("vue").PropType<"
|
|
1252
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1253
1253
|
default: string;
|
|
1254
|
-
validator: (val: "
|
|
1254
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1255
1255
|
};
|
|
1256
1256
|
name: {
|
|
1257
1257
|
type: StringConstructor;
|
|
1258
1258
|
default: string;
|
|
1259
1259
|
};
|
|
1260
1260
|
}>> & Readonly<{
|
|
1261
|
-
onChange?: (v: import("
|
|
1262
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1261
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
1262
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
1263
1263
|
}>, {
|
|
1264
1264
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1265
|
-
computedSize: import("vue").ComputedRef<"
|
|
1265
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1266
1266
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1267
1267
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
1268
1268
|
focusInner: import("vue").Ref<boolean, boolean>;
|
|
@@ -1273,17 +1273,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1273
1273
|
handleOnFocus: () => void;
|
|
1274
1274
|
handleOnBlur: () => void;
|
|
1275
1275
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1276
|
-
change: (v: import("
|
|
1277
|
-
'update:modelValue': (v: import("
|
|
1276
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => boolean;
|
|
1277
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => v is string | number | boolean;
|
|
1278
1278
|
}, import("vue").PublicProps, {
|
|
1279
1279
|
name: string;
|
|
1280
|
-
size: "
|
|
1280
|
+
size: "default" | "small" | "large";
|
|
1281
1281
|
disabled: boolean;
|
|
1282
|
-
modelValue: import("
|
|
1282
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1283
1283
|
label: string;
|
|
1284
1284
|
value: string | number;
|
|
1285
|
-
trueValue: import("
|
|
1286
|
-
falseValue: import("
|
|
1285
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1286
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1287
1287
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1288
1288
|
P: {};
|
|
1289
1289
|
B: {};
|
|
@@ -1293,15 +1293,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1293
1293
|
Defaults: {};
|
|
1294
1294
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1295
1295
|
modelValue: {
|
|
1296
|
-
type: import("vue").PropType<import("
|
|
1296
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1297
1297
|
default: boolean;
|
|
1298
1298
|
};
|
|
1299
1299
|
trueValue: {
|
|
1300
|
-
type: import("vue").PropType<import("
|
|
1300
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1301
1301
|
default: boolean;
|
|
1302
1302
|
};
|
|
1303
1303
|
falseValue: {
|
|
1304
|
-
type: import("vue").PropType<import("
|
|
1304
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1305
1305
|
default: boolean;
|
|
1306
1306
|
};
|
|
1307
1307
|
value: {
|
|
@@ -1317,20 +1317,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1317
1317
|
default: boolean;
|
|
1318
1318
|
};
|
|
1319
1319
|
size: {
|
|
1320
|
-
type: import("vue").PropType<"
|
|
1320
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1321
1321
|
default: string;
|
|
1322
|
-
validator: (val: "
|
|
1322
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1323
1323
|
};
|
|
1324
1324
|
name: {
|
|
1325
1325
|
type: StringConstructor;
|
|
1326
1326
|
default: string;
|
|
1327
1327
|
};
|
|
1328
1328
|
}>> & Readonly<{
|
|
1329
|
-
onChange?: (v: import("
|
|
1330
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1329
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
1330
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
1331
1331
|
}>, {
|
|
1332
1332
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1333
|
-
computedSize: import("vue").ComputedRef<"
|
|
1333
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1334
1334
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1335
1335
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
1336
1336
|
focusInner: import("vue").Ref<boolean, boolean>;
|
|
@@ -1342,28 +1342,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1342
1342
|
handleOnBlur: () => void;
|
|
1343
1343
|
}, {}, {}, {}, {
|
|
1344
1344
|
name: string;
|
|
1345
|
-
size: "
|
|
1345
|
+
size: "default" | "small" | "large";
|
|
1346
1346
|
disabled: boolean;
|
|
1347
|
-
modelValue: import("
|
|
1347
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1348
1348
|
label: string;
|
|
1349
1349
|
value: string | number;
|
|
1350
|
-
trueValue: import("
|
|
1351
|
-
falseValue: import("
|
|
1350
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1351
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1352
1352
|
}>;
|
|
1353
1353
|
__isFragment?: never;
|
|
1354
1354
|
__isTeleport?: never;
|
|
1355
1355
|
__isSuspense?: never;
|
|
1356
1356
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1357
1357
|
modelValue: {
|
|
1358
|
-
type: import("vue").PropType<import("
|
|
1358
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1359
1359
|
default: boolean;
|
|
1360
1360
|
};
|
|
1361
1361
|
trueValue: {
|
|
1362
|
-
type: import("vue").PropType<import("
|
|
1362
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1363
1363
|
default: boolean;
|
|
1364
1364
|
};
|
|
1365
1365
|
falseValue: {
|
|
1366
|
-
type: import("vue").PropType<import("
|
|
1366
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioValueType>;
|
|
1367
1367
|
default: boolean;
|
|
1368
1368
|
};
|
|
1369
1369
|
value: {
|
|
@@ -1379,20 +1379,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1379
1379
|
default: boolean;
|
|
1380
1380
|
};
|
|
1381
1381
|
size: {
|
|
1382
|
-
type: import("vue").PropType<"
|
|
1382
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1383
1383
|
default: string;
|
|
1384
|
-
validator: (val: "
|
|
1384
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1385
1385
|
};
|
|
1386
1386
|
name: {
|
|
1387
1387
|
type: StringConstructor;
|
|
1388
1388
|
default: string;
|
|
1389
1389
|
};
|
|
1390
1390
|
}>> & Readonly<{
|
|
1391
|
-
onChange?: (v: import("
|
|
1392
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1391
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => any;
|
|
1392
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => any;
|
|
1393
1393
|
}>, {
|
|
1394
1394
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1395
|
-
computedSize: import("vue").ComputedRef<"
|
|
1395
|
+
computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
|
|
1396
1396
|
computedDisabled: import("vue").ComputedRef<boolean>;
|
|
1397
1397
|
focusWrap: import("vue").Ref<boolean, boolean>;
|
|
1398
1398
|
focusInner: import("vue").Ref<boolean, boolean>;
|
|
@@ -1403,30 +1403,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1403
1403
|
handleOnFocus: () => void;
|
|
1404
1404
|
handleOnBlur: () => void;
|
|
1405
1405
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1406
|
-
change: (v: import("
|
|
1407
|
-
'update:modelValue': (v: import("
|
|
1406
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioValueType, e: Event) => boolean;
|
|
1407
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioValueType) => v is string | number | boolean;
|
|
1408
1408
|
}, string, {
|
|
1409
1409
|
name: string;
|
|
1410
|
-
size: "
|
|
1410
|
+
size: "default" | "small" | "large";
|
|
1411
1411
|
disabled: boolean;
|
|
1412
|
-
modelValue: import("
|
|
1412
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1413
1413
|
label: string;
|
|
1414
1414
|
value: string | number;
|
|
1415
|
-
trueValue: import("
|
|
1416
|
-
falseValue: import("
|
|
1417
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1415
|
+
trueValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1416
|
+
falseValue: import("@koi-design/uxd-ui/es/index").RadioValueType;
|
|
1417
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
1418
1418
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1419
1419
|
modelValue: {
|
|
1420
|
-
type: import("vue").PropType<import("
|
|
1420
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1421
1421
|
default: string;
|
|
1422
1422
|
};
|
|
1423
1423
|
size: {
|
|
1424
|
-
type: import("vue").PropType<"
|
|
1424
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1425
1425
|
default: string;
|
|
1426
|
-
validator: (val: "
|
|
1426
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1427
1427
|
};
|
|
1428
1428
|
type: {
|
|
1429
|
-
type: import("vue").PropType<"
|
|
1429
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
1430
1430
|
default: string;
|
|
1431
1431
|
validator: (val: "default" | "button") => boolean;
|
|
1432
1432
|
};
|
|
@@ -1439,15 +1439,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1439
1439
|
default: () => string;
|
|
1440
1440
|
};
|
|
1441
1441
|
options: {
|
|
1442
|
-
type: import("vue").PropType<import("
|
|
1443
|
-
default: () => import("
|
|
1442
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
1443
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1444
1444
|
};
|
|
1445
1445
|
buttonFill: {
|
|
1446
1446
|
type: BooleanConstructor;
|
|
1447
1447
|
default: boolean;
|
|
1448
1448
|
};
|
|
1449
1449
|
buttonType: {
|
|
1450
|
-
type: import("vue").PropType<"
|
|
1450
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
1451
1451
|
default: string;
|
|
1452
1452
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
1453
1453
|
};
|
|
@@ -1460,24 +1460,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1460
1460
|
};
|
|
1461
1461
|
}>, {
|
|
1462
1462
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1463
|
-
stateValue: import("vue").Ref<import("
|
|
1463
|
+
stateValue: import("vue").Ref<import("@koi-design/uxd-ui/es/index").RadioGroupValueType, import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1464
1464
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "line" | "segment" | "card">;
|
|
1465
1465
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
1466
1466
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1467
|
-
change: (v: import("
|
|
1468
|
-
'update:modelValue': (v: import("
|
|
1467
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
1468
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
1469
1469
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1470
1470
|
modelValue: {
|
|
1471
|
-
type: import("vue").PropType<import("
|
|
1471
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1472
1472
|
default: string;
|
|
1473
1473
|
};
|
|
1474
1474
|
size: {
|
|
1475
|
-
type: import("vue").PropType<"
|
|
1475
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1476
1476
|
default: string;
|
|
1477
|
-
validator: (val: "
|
|
1477
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1478
1478
|
};
|
|
1479
1479
|
type: {
|
|
1480
|
-
type: import("vue").PropType<"
|
|
1480
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
1481
1481
|
default: string;
|
|
1482
1482
|
validator: (val: "default" | "button") => boolean;
|
|
1483
1483
|
};
|
|
@@ -1490,15 +1490,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1490
1490
|
default: () => string;
|
|
1491
1491
|
};
|
|
1492
1492
|
options: {
|
|
1493
|
-
type: import("vue").PropType<import("
|
|
1494
|
-
default: () => import("
|
|
1493
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
1494
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1495
1495
|
};
|
|
1496
1496
|
buttonFill: {
|
|
1497
1497
|
type: BooleanConstructor;
|
|
1498
1498
|
default: boolean;
|
|
1499
1499
|
};
|
|
1500
1500
|
buttonType: {
|
|
1501
|
-
type: import("vue").PropType<"
|
|
1501
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
1502
1502
|
default: string;
|
|
1503
1503
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
1504
1504
|
};
|
|
@@ -1510,32 +1510,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1510
1510
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1511
1511
|
};
|
|
1512
1512
|
}>> & Readonly<{
|
|
1513
|
-
onChange?: (v: import("
|
|
1514
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1513
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
1514
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
1515
1515
|
}>, {
|
|
1516
1516
|
type: "default" | "button";
|
|
1517
1517
|
name: string;
|
|
1518
|
-
size: "
|
|
1518
|
+
size: "default" | "small" | "large";
|
|
1519
1519
|
disabled: boolean;
|
|
1520
|
-
modelValue: import("
|
|
1521
|
-
options: import("
|
|
1520
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioGroupValueType;
|
|
1521
|
+
options: import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1522
1522
|
vertical: boolean;
|
|
1523
1523
|
buttonFill: boolean;
|
|
1524
1524
|
buttonType: "fill" | "border" | "line" | "segment" | "card";
|
|
1525
1525
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1526
|
-
};
|
|
1526
|
+
});
|
|
1527
1527
|
URadioGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1528
1528
|
modelValue: {
|
|
1529
|
-
type: import("vue").PropType<import("
|
|
1529
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1530
1530
|
default: string;
|
|
1531
1531
|
};
|
|
1532
1532
|
size: {
|
|
1533
|
-
type: import("vue").PropType<"
|
|
1533
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1534
1534
|
default: string;
|
|
1535
|
-
validator: (val: "
|
|
1535
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1536
1536
|
};
|
|
1537
1537
|
type: {
|
|
1538
|
-
type: import("vue").PropType<"
|
|
1538
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
1539
1539
|
default: string;
|
|
1540
1540
|
validator: (val: "default" | "button") => boolean;
|
|
1541
1541
|
};
|
|
@@ -1548,15 +1548,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1548
1548
|
default: () => string;
|
|
1549
1549
|
};
|
|
1550
1550
|
options: {
|
|
1551
|
-
type: import("vue").PropType<import("
|
|
1552
|
-
default: () => import("
|
|
1551
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
1552
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1553
1553
|
};
|
|
1554
1554
|
buttonFill: {
|
|
1555
1555
|
type: BooleanConstructor;
|
|
1556
1556
|
default: boolean;
|
|
1557
1557
|
};
|
|
1558
1558
|
buttonType: {
|
|
1559
|
-
type: import("vue").PropType<"
|
|
1559
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
1560
1560
|
default: string;
|
|
1561
1561
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
1562
1562
|
};
|
|
@@ -1569,24 +1569,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1569
1569
|
};
|
|
1570
1570
|
}>, {
|
|
1571
1571
|
prefixCls: import("vue").ComputedRef<string>;
|
|
1572
|
-
stateValue: import("vue").Ref<import("
|
|
1572
|
+
stateValue: import("vue").Ref<import("@koi-design/uxd-ui/es/index").RadioGroupValueType, import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1573
1573
|
computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "line" | "segment" | "card">;
|
|
1574
1574
|
computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
|
|
1575
1575
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1576
|
-
change: (v: import("
|
|
1577
|
-
'update:modelValue': (v: import("
|
|
1576
|
+
change: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
1577
|
+
'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => v is string | number;
|
|
1578
1578
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1579
1579
|
modelValue: {
|
|
1580
|
-
type: import("vue").PropType<import("
|
|
1580
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupValueType>;
|
|
1581
1581
|
default: string;
|
|
1582
1582
|
};
|
|
1583
1583
|
size: {
|
|
1584
|
-
type: import("vue").PropType<"
|
|
1584
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1585
1585
|
default: string;
|
|
1586
|
-
validator: (val: "
|
|
1586
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1587
1587
|
};
|
|
1588
1588
|
type: {
|
|
1589
|
-
type: import("vue").PropType<"
|
|
1589
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RaidoGroupType>;
|
|
1590
1590
|
default: string;
|
|
1591
1591
|
validator: (val: "default" | "button") => boolean;
|
|
1592
1592
|
};
|
|
@@ -1599,15 +1599,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1599
1599
|
default: () => string;
|
|
1600
1600
|
};
|
|
1601
1601
|
options: {
|
|
1602
|
-
type: import("vue").PropType<import("
|
|
1603
|
-
default: () => import("
|
|
1602
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioGroupOption[]>;
|
|
1603
|
+
default: () => import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1604
1604
|
};
|
|
1605
1605
|
buttonFill: {
|
|
1606
1606
|
type: BooleanConstructor;
|
|
1607
1607
|
default: boolean;
|
|
1608
1608
|
};
|
|
1609
1609
|
buttonType: {
|
|
1610
|
-
type: import("vue").PropType<"
|
|
1610
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").RadioButtonType>;
|
|
1611
1611
|
default: string;
|
|
1612
1612
|
validator: (val: "fill" | "border" | "line" | "segment" | "card") => boolean;
|
|
1613
1613
|
};
|
|
@@ -1619,15 +1619,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1619
1619
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1620
1620
|
};
|
|
1621
1621
|
}>> & Readonly<{
|
|
1622
|
-
onChange?: (v: import("
|
|
1623
|
-
"onUpdate:modelValue"?: (v: import("
|
|
1622
|
+
onChange?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
1623
|
+
"onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").RadioGroupValueType) => any;
|
|
1624
1624
|
}>, {
|
|
1625
1625
|
type: "default" | "button";
|
|
1626
1626
|
name: string;
|
|
1627
|
-
size: "
|
|
1627
|
+
size: "default" | "small" | "large";
|
|
1628
1628
|
disabled: boolean;
|
|
1629
|
-
modelValue: import("
|
|
1630
|
-
options: import("
|
|
1629
|
+
modelValue: import("@koi-design/uxd-ui/es/index").RadioGroupValueType;
|
|
1630
|
+
options: import("@koi-design/uxd-ui/es/index").RadioGroupOption[];
|
|
1631
1631
|
vertical: boolean;
|
|
1632
1632
|
buttonFill: boolean;
|
|
1633
1633
|
buttonType: "fill" | "border" | "line" | "segment" | "card";
|
|
@@ -1643,11 +1643,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1643
1643
|
required: true;
|
|
1644
1644
|
};
|
|
1645
1645
|
selectedDate: {
|
|
1646
|
-
type: import("vue").PropType<Dayjs | Dayjs
|
|
1646
|
+
type: import("vue").PropType<Dayjs | null | Array<Dayjs | null>>;
|
|
1647
1647
|
default: any;
|
|
1648
1648
|
};
|
|
1649
1649
|
hoveredDate: {
|
|
1650
|
-
type: import("vue").PropType<Dayjs>;
|
|
1650
|
+
type: import("vue").PropType<Dayjs | null>;
|
|
1651
1651
|
default: any;
|
|
1652
1652
|
};
|
|
1653
1653
|
locale: {
|
|
@@ -1678,11 +1678,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1678
1678
|
required: true;
|
|
1679
1679
|
};
|
|
1680
1680
|
selectedDate: {
|
|
1681
|
-
type: import("vue").PropType<Dayjs | Dayjs
|
|
1681
|
+
type: import("vue").PropType<Dayjs | null | Array<Dayjs | null>>;
|
|
1682
1682
|
default: any;
|
|
1683
1683
|
};
|
|
1684
1684
|
hoveredDate: {
|
|
1685
|
-
type: import("vue").PropType<Dayjs>;
|
|
1685
|
+
type: import("vue").PropType<Dayjs | null>;
|
|
1686
1686
|
default: any;
|
|
1687
1687
|
};
|
|
1688
1688
|
locale: {
|
|
@@ -1714,11 +1714,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1714
1714
|
required: true;
|
|
1715
1715
|
};
|
|
1716
1716
|
selectedDate: {
|
|
1717
|
-
type: import("vue").PropType<Dayjs | Dayjs
|
|
1717
|
+
type: import("vue").PropType<Dayjs | null | Array<Dayjs | null>>;
|
|
1718
1718
|
default: any;
|
|
1719
1719
|
};
|
|
1720
1720
|
hoveredDate: {
|
|
1721
|
-
type: import("vue").PropType<Dayjs>;
|
|
1721
|
+
type: import("vue").PropType<Dayjs | null>;
|
|
1722
1722
|
default: any;
|
|
1723
1723
|
};
|
|
1724
1724
|
locale: {
|
|
@@ -1744,11 +1744,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1744
1744
|
required: true;
|
|
1745
1745
|
};
|
|
1746
1746
|
selectedDate: {
|
|
1747
|
-
type: import("vue").PropType<Dayjs | Dayjs
|
|
1747
|
+
type: import("vue").PropType<Dayjs | null | Array<Dayjs | null>>;
|
|
1748
1748
|
default: any;
|
|
1749
1749
|
};
|
|
1750
1750
|
hoveredDate: {
|
|
1751
|
-
type: import("vue").PropType<Dayjs>;
|
|
1751
|
+
type: import("vue").PropType<Dayjs | null>;
|
|
1752
1752
|
default: any;
|
|
1753
1753
|
};
|
|
1754
1754
|
locale: {
|