@koi-design/uxd-ui 13.2.7 → 13.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.type.d.ts +4 -4
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/es/components/AutoComplete/index.d.ts +600 -660
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +218 -203
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +119 -104
- package/es/components/Calendar/index.d.ts +457 -427
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +6 -6
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +17 -17
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
- package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/es/components/Checkbox/index.d.ts +57 -57
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/es/components/ColorPicker/index.d.ts +260 -260
- package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
- package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
- package/es/components/ColorPicker/units/PreColors.mjs +1 -1
- package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +1 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1117 -1117
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +6 -5
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Empty/Empty.d.ts +8 -8
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +3 -3
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +13 -13
- package/es/components/InfoView/index.d.ts +30 -30
- package/es/components/Input/Input.d.ts +26 -26
- package/es/components/Input/Input.type.d.ts +13 -13
- package/es/components/Input/index.d.ts +45 -45
- package/es/components/InputNumber/InputNumber.d.ts +36 -36
- package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/es/components/InputNumber/SingleInput.d.ts +10 -9
- package/es/components/InputNumber/index.d.ts +100 -100
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Content.mjs +1 -1
- package/es/components/Layout/Footer.mjs +1 -1
- package/es/components/Layout/Header.mjs +1 -1
- package/es/components/Layout/Layout.mjs +1 -1
- package/es/components/Layout/Layout.type.d.ts +6 -5
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +10 -10
- package/es/components/Layout/index.d.ts +12 -12
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +2 -2
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/Menu.d.ts +4 -4
- package/es/components/Menu/Menu.type.d.ts +22 -21
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +29 -29
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -35
- package/es/components/Menu/index.d.ts +63 -81
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +43 -43
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +20 -20
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +6 -6
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +9 -8
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.type.d.ts +11 -11
- package/es/components/Progress/Progress.vue.d.ts +31 -31
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +63 -63
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/Radio.type.d.ts +20 -20
- package/es/components/Radio/Radio.vue.d.ts +11 -11
- package/es/components/Radio/RadioGroup.d.ts +13 -13
- package/es/components/Radio/index.d.ts +37 -37
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +1 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/es/components/Select/RefSelect.mjs +3 -2
- package/es/components/Select/RefSelect.mjs.map +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +201 -182
- package/es/components/Select/Select.d.ts +34 -25
- package/es/components/Select/Select.type.d.ts +23 -18
- package/es/components/Select/Select.type.mjs +4 -0
- package/es/components/Select/Select.type.mjs.map +1 -1
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Input.vue.d.ts +3 -3
- package/es/components/Select/Selection/Multiple.mjs +5 -4
- package/es/components/Select/Selection/Multiple.mjs.map +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/es/components/Select/Selection/MultipleBase.mjs +21 -6
- package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.mjs +7 -2
- package/es/components/Select/Selection/Selection.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/Selection/Single.vue.d.ts +6 -8
- package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/es/components/Select/index.d.ts +64 -49
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Slider.d.ts +8 -8
- package/es/components/Slider/Slider.type.d.ts +8 -8
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +10 -10
- package/es/components/Space/Space.d.ts +4 -4
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/Steps.type.d.ts +14 -14
- package/es/components/Steps/Steps.vue.d.ts +11 -11
- package/es/components/Steps/index.d.ts +28 -28
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +376 -394
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +376 -394
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +376 -394
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +822 -858
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +752 -788
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
- package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
- package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +21 -21
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +30 -30
- package/es/components/Tabs/Tabs.type.d.ts +23 -22
- package/es/components/Tabs/index.d.ts +85 -85
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +7 -7
- package/es/components/Tag/index.d.ts +15 -15
- package/es/components/Text/Text.d.ts +6 -6
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +395 -395
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +3 -3
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +8 -7
- package/es/components/Transfer/Transfer.vue.d.ts +838 -838
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +180 -180
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/es/components/Transfer/index.d.ts +2212 -2212
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +92 -110
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +99 -125
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +64 -82
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +203 -263
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/es/components/TreeSelect/index.d.ts +802 -890
- package/es/components/Upload/Upload.d.ts +2 -2
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +68 -68
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/index.d.ts +7 -7
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.type.d.ts +4 -4
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/lib/components/AutoComplete/index.d.ts +600 -660
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +119 -104
- package/lib/components/Calendar/index.d.ts +457 -427
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +6 -6
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +17 -17
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/lib/components/Checkbox/CheckboxGroup.js +5 -2
- package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/lib/components/Checkbox/index.d.ts +57 -57
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/lib/components/ColorPicker/index.d.ts +260 -260
- package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
- package/lib/components/ColorPicker/units/HueSlider.js +1 -1
- package/lib/components/ColorPicker/units/PreColors.js +1 -1
- package/lib/components/ColorPicker/units/SvPanel.js +1 -1
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1117 -1117
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +6 -5
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Empty/Empty.d.ts +8 -8
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +3 -3
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
- package/lib/components/InfoView/index.d.ts +30 -30
- package/lib/components/Input/Input.d.ts +26 -26
- package/lib/components/Input/Input.type.d.ts +13 -13
- package/lib/components/Input/index.d.ts +45 -45
- package/lib/components/InputNumber/InputNumber.d.ts +36 -36
- package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/lib/components/InputNumber/SingleInput.d.ts +10 -9
- package/lib/components/InputNumber/index.d.ts +100 -100
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Content.js +1 -1
- package/lib/components/Layout/Footer.js +1 -1
- package/lib/components/Layout/Header.js +1 -1
- package/lib/components/Layout/Layout.js +1 -1
- package/lib/components/Layout/Layout.type.d.ts +6 -5
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +10 -10
- package/lib/components/Layout/index.d.ts +12 -12
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +2 -2
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/Menu.d.ts +4 -4
- package/lib/components/Menu/Menu.type.d.ts +22 -21
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
- package/lib/components/Menu/index.d.ts +63 -81
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +43 -43
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +20 -20
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +6 -6
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +9 -8
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.type.d.ts +11 -11
- package/lib/components/Progress/Progress.vue.d.ts +31 -31
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +63 -63
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/Radio.type.d.ts +20 -20
- package/lib/components/Radio/Radio.vue.d.ts +11 -11
- package/lib/components/Radio/RadioGroup.d.ts +13 -13
- package/lib/components/Radio/index.d.ts +37 -37
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +1 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/lib/components/Select/RefSelect.js +3 -2
- package/lib/components/Select/RefSelect.js.map +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +201 -182
- package/lib/components/Select/Select.d.ts +34 -25
- package/lib/components/Select/Select.type.d.ts +23 -18
- package/lib/components/Select/Select.type.js +4 -0
- package/lib/components/Select/Select.type.js.map +1 -1
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
- package/lib/components/Select/Selection/Multiple.js +5 -4
- package/lib/components/Select/Selection/Multiple.js.map +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/lib/components/Select/Selection/MultipleBase.js +21 -6
- package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
- package/lib/components/Select/Selection/Selection.js +7 -2
- package/lib/components/Select/Selection/Selection.js.map +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
- package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/lib/components/Select/index.d.ts +64 -49
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Slider.d.ts +8 -8
- package/lib/components/Slider/Slider.type.d.ts +8 -8
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +10 -10
- package/lib/components/Space/Space.d.ts +4 -4
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/Steps.type.d.ts +14 -14
- package/lib/components/Steps/Steps.vue.d.ts +11 -11
- package/lib/components/Steps/index.d.ts +28 -28
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +376 -394
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +376 -394
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +376 -394
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +822 -858
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +752 -788
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
- package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
- package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +30 -30
- package/lib/components/Tabs/Tabs.type.d.ts +23 -22
- package/lib/components/Tabs/index.d.ts +85 -85
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +7 -7
- package/lib/components/Tag/index.d.ts +15 -15
- package/lib/components/Text/Text.d.ts +6 -6
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +395 -395
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +3 -3
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +8 -7
- package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/lib/components/Transfer/index.d.ts +2212 -2212
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +92 -110
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +99 -125
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +203 -263
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/lib/components/TreeSelect/index.d.ts +802 -890
- package/lib/components/Upload/Upload.d.ts +2 -2
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +68 -68
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/index.d.ts +7 -7
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/package.json +2 -2
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +4 -4
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/types/components/AutoComplete/index.d.ts +600 -660
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +218 -203
- package/types/components/Calendar/Header.vue.d.ts +119 -104
- package/types/components/Calendar/index.d.ts +457 -427
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +6 -6
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +17 -17
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/types/components/Checkbox/index.d.ts +57 -57
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/types/components/ColorPicker/index.d.ts +260 -260
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +1 -1
- package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1117 -1117
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +6 -5
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +8 -8
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +3 -3
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +13 -13
- package/types/components/InfoView/index.d.ts +30 -30
- package/types/components/Input/Input.d.ts +26 -26
- package/types/components/Input/Input.type.d.ts +13 -13
- package/types/components/Input/index.d.ts +45 -45
- package/types/components/InputNumber/InputNumber.d.ts +36 -36
- package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/types/components/InputNumber/SingleInput.d.ts +10 -9
- package/types/components/InputNumber/index.d.ts +100 -100
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +6 -5
- package/types/components/Layout/Sider.vue.d.ts +10 -10
- package/types/components/Layout/index.d.ts +12 -12
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +2 -2
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +4 -4
- package/types/components/Menu/Menu.type.d.ts +22 -21
- package/types/components/Menu/MenuItem.vue.d.ts +29 -29
- package/types/components/Menu/SubMenu.vue.d.ts +17 -35
- package/types/components/Menu/index.d.ts +63 -81
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +43 -43
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +20 -20
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +6 -6
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +9 -8
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +11 -11
- package/types/components/Progress/Progress.vue.d.ts +31 -31
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +63 -63
- package/types/components/Radio/Radio.type.d.ts +20 -20
- package/types/components/Radio/Radio.vue.d.ts +11 -11
- package/types/components/Radio/RadioGroup.d.ts +13 -13
- package/types/components/Radio/index.d.ts +37 -37
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +1 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/types/components/Select/RefSelect.vue.d.ts +201 -182
- package/types/components/Select/Select.d.ts +34 -25
- package/types/components/Select/Select.type.d.ts +23 -18
- package/types/components/Select/Selection/Input.vue.d.ts +3 -3
- package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/types/components/Select/Selection/Single.vue.d.ts +6 -8
- package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/types/components/Select/index.d.ts +64 -49
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +8 -8
- package/types/components/Slider/Slider.type.d.ts +8 -8
- package/types/components/Slider/index.d.ts +10 -10
- package/types/components/Space/Space.d.ts +4 -4
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +14 -14
- package/types/components/Steps/Steps.vue.d.ts +11 -11
- package/types/components/Steps/index.d.ts +28 -28
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +376 -394
- package/types/components/Table/BodyTable.vue.d.ts +376 -394
- package/types/components/Table/HeadTable.vue.d.ts +376 -394
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +822 -858
- package/types/components/Table/TableBox.vue.d.ts +752 -788
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +21 -21
- package/types/components/Tabs/Tabs.d.ts +30 -30
- package/types/components/Tabs/Tabs.type.d.ts +23 -22
- package/types/components/Tabs/index.d.ts +85 -85
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +7 -7
- package/types/components/Tag/index.d.ts +15 -15
- package/types/components/Text/Text.d.ts +6 -6
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +395 -395
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +3 -3
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +8 -7
- package/types/components/Transfer/Transfer.vue.d.ts +838 -838
- package/types/components/Transfer/TransferList.vue.d.ts +180 -180
- package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/types/components/Transfer/index.d.ts +2212 -2212
- package/types/components/Tree/SubTree.vue.d.ts +92 -110
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +99 -125
- package/types/components/Tree/TreeNode.vue.d.ts +64 -82
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +203 -263
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/types/components/TreeSelect/index.d.ts +802 -890
- package/types/components/Upload/Upload.d.ts +2 -2
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +68 -68
- package/types/components/Upload/index.d.ts +7 -7
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +43 -14
- package/uxd-ui.umd.js +43 -14
- package/uxd-ui.umd.min.js +6 -6
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4
4
|
loading: boolean;
|
|
5
5
|
required: boolean;
|
|
6
|
-
size: "
|
|
6
|
+
size: "default" | "small" | "large";
|
|
7
7
|
placement: "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";
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
variant: "surface" | "soft";
|
|
@@ -25,8 +25,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
prefixIcon?: unknown;
|
|
26
26
|
suffixIcon?: unknown;
|
|
27
27
|
label?: string;
|
|
28
|
-
options?: import("
|
|
29
|
-
filterMethod?: import("
|
|
28
|
+
options?: import("@koi-design/uxd-ui/es/index").SelectOption[];
|
|
29
|
+
filterMethod?: import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
30
30
|
filterProp?: string;
|
|
31
31
|
dropdownMenuClass?: string;
|
|
32
32
|
notFoundText?: string;
|
|
@@ -46,8 +46,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
type: StringConstructor;
|
|
47
47
|
};
|
|
48
48
|
options: {
|
|
49
|
-
type: import("vue").PropType<import("
|
|
50
|
-
default: () => import("
|
|
49
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
50
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
51
51
|
};
|
|
52
52
|
searchValue: {
|
|
53
53
|
type: StringConstructor;
|
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
59
|
values: {
|
|
60
|
-
type: import("vue").PropType<import("
|
|
60
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
61
61
|
};
|
|
62
62
|
open: {
|
|
63
63
|
type: BooleanConstructor;
|
|
@@ -90,11 +90,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
default: number;
|
|
91
91
|
};
|
|
92
92
|
width: {
|
|
93
|
-
type: import("vue").PropType<number | "
|
|
93
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
94
94
|
default: string;
|
|
95
95
|
};
|
|
96
96
|
color: {
|
|
97
|
-
type: import("vue").PropType<"
|
|
97
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType>;
|
|
98
98
|
};
|
|
99
99
|
direction: {
|
|
100
100
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
@@ -121,26 +121,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
selectAllText: import("vue").ComputedRef<string>;
|
|
122
122
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
123
123
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
124
|
-
onSelectValue: (item: import("
|
|
124
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
125
125
|
onKeydown: (e: KeyboardEvent) => void;
|
|
126
126
|
scrollTop: (index: number) => void;
|
|
127
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
127
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
130
128
|
[key: string]: any;
|
|
131
129
|
}>;
|
|
132
130
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
133
|
-
isItemSelected: (item: import("
|
|
134
|
-
isItemDisabled: (item: import("
|
|
131
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
132
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
135
133
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
136
134
|
onScrollAtTop: () => void;
|
|
137
135
|
onScrollAtBottom: () => void;
|
|
138
136
|
handleSelectAllChange: (status: boolean) => void;
|
|
139
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
137
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
140
138
|
direction: "ltr" | "rtl";
|
|
141
139
|
size: string;
|
|
142
140
|
virtual: boolean;
|
|
143
|
-
options: import("
|
|
141
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
144
142
|
multiple: boolean;
|
|
145
143
|
open: boolean;
|
|
146
144
|
defaultActiveFirst: boolean;
|
|
@@ -200,8 +198,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
198
|
}>, {
|
|
201
199
|
state: {
|
|
202
200
|
dragging: boolean;
|
|
203
|
-
pageY: number;
|
|
204
|
-
startTop: number;
|
|
201
|
+
pageY: number | null;
|
|
202
|
+
startTop: number | null;
|
|
205
203
|
visible: boolean;
|
|
206
204
|
};
|
|
207
205
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -250,8 +248,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
248
|
}>, {
|
|
251
249
|
state: {
|
|
252
250
|
dragging: boolean;
|
|
253
|
-
pageY: number;
|
|
254
|
-
startTop: number;
|
|
251
|
+
pageY: number | null;
|
|
252
|
+
startTop: number | null;
|
|
255
253
|
visible: boolean;
|
|
256
254
|
};
|
|
257
255
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -293,8 +291,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
293
291
|
}>, {
|
|
294
292
|
state: {
|
|
295
293
|
dragging: boolean;
|
|
296
|
-
pageY: number;
|
|
297
|
-
startTop: number;
|
|
294
|
+
pageY: number | null;
|
|
295
|
+
startTop: number | null;
|
|
298
296
|
visible: boolean;
|
|
299
297
|
};
|
|
300
298
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -343,8 +341,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
343
341
|
}>, {
|
|
344
342
|
state: {
|
|
345
343
|
dragging: boolean;
|
|
346
|
-
pageY: number;
|
|
347
|
-
startTop: number;
|
|
344
|
+
pageY: number | null;
|
|
345
|
+
startTop: number | null;
|
|
348
346
|
visible: boolean;
|
|
349
347
|
};
|
|
350
348
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -436,9 +434,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
436
434
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
437
435
|
ListItem: {
|
|
438
436
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
439
|
-
slots:
|
|
440
|
-
[name: string]: import("vue").Slot<any>;
|
|
441
|
-
}>;
|
|
437
|
+
slots: import("vue").Slots;
|
|
442
438
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
443
439
|
[key: string]: any;
|
|
444
440
|
}>;
|
|
@@ -471,8 +467,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
471
467
|
}>, {
|
|
472
468
|
state: {
|
|
473
469
|
dragging: boolean;
|
|
474
|
-
pageY: number;
|
|
475
|
-
startTop: number;
|
|
470
|
+
pageY: number | null;
|
|
471
|
+
startTop: number | null;
|
|
476
472
|
visible: boolean;
|
|
477
473
|
};
|
|
478
474
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -569,8 +565,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
569
565
|
}>, {
|
|
570
566
|
state: {
|
|
571
567
|
dragging: boolean;
|
|
572
|
-
pageY: number;
|
|
573
|
-
startTop: number;
|
|
568
|
+
pageY: number | null;
|
|
569
|
+
startTop: number | null;
|
|
574
570
|
visible: boolean;
|
|
575
571
|
};
|
|
576
572
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -619,8 +615,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
619
615
|
}>, {
|
|
620
616
|
state: {
|
|
621
617
|
dragging: boolean;
|
|
622
|
-
pageY: number;
|
|
623
|
-
startTop: number;
|
|
618
|
+
pageY: number | null;
|
|
619
|
+
startTop: number | null;
|
|
624
620
|
visible: boolean;
|
|
625
621
|
};
|
|
626
622
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -662,8 +658,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
662
658
|
}>, {
|
|
663
659
|
state: {
|
|
664
660
|
dragging: boolean;
|
|
665
|
-
pageY: number;
|
|
666
|
-
startTop: number;
|
|
661
|
+
pageY: number | null;
|
|
662
|
+
startTop: number | null;
|
|
667
663
|
visible: boolean;
|
|
668
664
|
};
|
|
669
665
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -712,8 +708,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
712
708
|
}>, {
|
|
713
709
|
state: {
|
|
714
710
|
dragging: boolean;
|
|
715
|
-
pageY: number;
|
|
716
|
-
startTop: number;
|
|
711
|
+
pageY: number | null;
|
|
712
|
+
startTop: number | null;
|
|
717
713
|
visible: boolean;
|
|
718
714
|
};
|
|
719
715
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -802,8 +798,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
802
798
|
}>, {
|
|
803
799
|
state: {
|
|
804
800
|
dragging: boolean;
|
|
805
|
-
pageY: number;
|
|
806
|
-
startTop: number;
|
|
801
|
+
pageY: number | null;
|
|
802
|
+
startTop: number | null;
|
|
807
803
|
visible: boolean;
|
|
808
804
|
};
|
|
809
805
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -852,8 +848,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
852
848
|
}>, {
|
|
853
849
|
state: {
|
|
854
850
|
dragging: boolean;
|
|
855
|
-
pageY: number;
|
|
856
|
-
startTop: number;
|
|
851
|
+
pageY: number | null;
|
|
852
|
+
startTop: number | null;
|
|
857
853
|
visible: boolean;
|
|
858
854
|
};
|
|
859
855
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -895,8 +891,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
895
891
|
}>, {
|
|
896
892
|
state: {
|
|
897
893
|
dragging: boolean;
|
|
898
|
-
pageY: number;
|
|
899
|
-
startTop: number;
|
|
894
|
+
pageY: number | null;
|
|
895
|
+
startTop: number | null;
|
|
900
896
|
visible: boolean;
|
|
901
897
|
};
|
|
902
898
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -945,8 +941,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
945
941
|
}>, {
|
|
946
942
|
state: {
|
|
947
943
|
dragging: boolean;
|
|
948
|
-
pageY: number;
|
|
949
|
-
startTop: number;
|
|
944
|
+
pageY: number | null;
|
|
945
|
+
startTop: number | null;
|
|
950
946
|
visible: boolean;
|
|
951
947
|
};
|
|
952
948
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1038,9 +1034,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1038
1034
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1039
1035
|
ListItem: {
|
|
1040
1036
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
1041
|
-
slots:
|
|
1042
|
-
[name: string]: import("vue").Slot<any>;
|
|
1043
|
-
}>;
|
|
1037
|
+
slots: import("vue").Slots;
|
|
1044
1038
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1045
1039
|
[key: string]: any;
|
|
1046
1040
|
}>;
|
|
@@ -1073,8 +1067,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1073
1067
|
}>, {
|
|
1074
1068
|
state: {
|
|
1075
1069
|
dragging: boolean;
|
|
1076
|
-
pageY: number;
|
|
1077
|
-
startTop: number;
|
|
1070
|
+
pageY: number | null;
|
|
1071
|
+
startTop: number | null;
|
|
1078
1072
|
visible: boolean;
|
|
1079
1073
|
};
|
|
1080
1074
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1114,7 +1108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1114
1108
|
scrollHeight: number;
|
|
1115
1109
|
count: number;
|
|
1116
1110
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1117
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1111
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1118
1112
|
Render: {
|
|
1119
1113
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1120
1114
|
props: {
|
|
@@ -1137,7 +1131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1137
1131
|
default: string;
|
|
1138
1132
|
};
|
|
1139
1133
|
icon: {
|
|
1140
|
-
type: import("vue").PropType<import("
|
|
1134
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1141
1135
|
};
|
|
1142
1136
|
}>> & Readonly<{
|
|
1143
1137
|
onClick?: (ev: Event) => any;
|
|
@@ -1184,7 +1178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1184
1178
|
default: string;
|
|
1185
1179
|
};
|
|
1186
1180
|
icon: {
|
|
1187
|
-
type: import("vue").PropType<import("
|
|
1181
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1188
1182
|
};
|
|
1189
1183
|
}>> & Readonly<{
|
|
1190
1184
|
onClick?: (ev: Event) => any;
|
|
@@ -1226,7 +1220,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1226
1220
|
default: string;
|
|
1227
1221
|
};
|
|
1228
1222
|
icon: {
|
|
1229
|
-
type: import("vue").PropType<import("
|
|
1223
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1230
1224
|
};
|
|
1231
1225
|
}>> & Readonly<{
|
|
1232
1226
|
onClick?: (ev: Event) => any;
|
|
@@ -1253,7 +1247,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1253
1247
|
}, string, {
|
|
1254
1248
|
color: string;
|
|
1255
1249
|
spin: boolean;
|
|
1256
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1250
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1257
1251
|
URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1258
1252
|
ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1259
1253
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1271,8 +1265,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1271
1265
|
type: StringConstructor;
|
|
1272
1266
|
};
|
|
1273
1267
|
options: {
|
|
1274
|
-
type: import("vue").PropType<import("
|
|
1275
|
-
default: () => import("
|
|
1268
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
1269
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1276
1270
|
};
|
|
1277
1271
|
searchValue: {
|
|
1278
1272
|
type: StringConstructor;
|
|
@@ -1282,7 +1276,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1282
1276
|
default: boolean;
|
|
1283
1277
|
};
|
|
1284
1278
|
values: {
|
|
1285
|
-
type: import("vue").PropType<import("
|
|
1279
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
1286
1280
|
};
|
|
1287
1281
|
open: {
|
|
1288
1282
|
type: BooleanConstructor;
|
|
@@ -1315,11 +1309,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1315
1309
|
default: number;
|
|
1316
1310
|
};
|
|
1317
1311
|
width: {
|
|
1318
|
-
type: import("vue").PropType<number | "
|
|
1312
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
1319
1313
|
default: string;
|
|
1320
1314
|
};
|
|
1321
1315
|
color: {
|
|
1322
|
-
type: import("vue").PropType<"
|
|
1316
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType>;
|
|
1323
1317
|
};
|
|
1324
1318
|
direction: {
|
|
1325
1319
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
@@ -1346,17 +1340,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1346
1340
|
selectAllText: import("vue").ComputedRef<string>;
|
|
1347
1341
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
1348
1342
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
1349
|
-
onSelectValue: (item: import("
|
|
1343
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
1350
1344
|
onKeydown: (e: KeyboardEvent) => void;
|
|
1351
1345
|
scrollTop: (index: number) => void;
|
|
1352
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1353
|
-
[key: string]: any;
|
|
1354
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1346
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1355
1347
|
[key: string]: any;
|
|
1356
1348
|
}>;
|
|
1357
1349
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
1358
|
-
isItemSelected: (item: import("
|
|
1359
|
-
isItemDisabled: (item: import("
|
|
1350
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1351
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1360
1352
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
1361
1353
|
onScrollAtTop: () => void;
|
|
1362
1354
|
onScrollAtBottom: () => void;
|
|
@@ -1365,7 +1357,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1365
1357
|
direction: "ltr" | "rtl";
|
|
1366
1358
|
size: string;
|
|
1367
1359
|
virtual: boolean;
|
|
1368
|
-
options: import("
|
|
1360
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1369
1361
|
multiple: boolean;
|
|
1370
1362
|
open: boolean;
|
|
1371
1363
|
defaultActiveFirst: boolean;
|
|
@@ -1381,8 +1373,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1381
1373
|
type: StringConstructor;
|
|
1382
1374
|
};
|
|
1383
1375
|
options: {
|
|
1384
|
-
type: import("vue").PropType<import("
|
|
1385
|
-
default: () => import("
|
|
1376
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
1377
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1386
1378
|
};
|
|
1387
1379
|
searchValue: {
|
|
1388
1380
|
type: StringConstructor;
|
|
@@ -1392,7 +1384,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1392
1384
|
default: boolean;
|
|
1393
1385
|
};
|
|
1394
1386
|
values: {
|
|
1395
|
-
type: import("vue").PropType<import("
|
|
1387
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
1396
1388
|
};
|
|
1397
1389
|
open: {
|
|
1398
1390
|
type: BooleanConstructor;
|
|
@@ -1425,11 +1417,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1425
1417
|
default: number;
|
|
1426
1418
|
};
|
|
1427
1419
|
width: {
|
|
1428
|
-
type: import("vue").PropType<number | "
|
|
1420
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
1429
1421
|
default: string;
|
|
1430
1422
|
};
|
|
1431
1423
|
color: {
|
|
1432
|
-
type: import("vue").PropType<"
|
|
1424
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType>;
|
|
1433
1425
|
};
|
|
1434
1426
|
direction: {
|
|
1435
1427
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
@@ -1456,26 +1448,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1456
1448
|
selectAllText: import("vue").ComputedRef<string>;
|
|
1457
1449
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
1458
1450
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
1459
|
-
onSelectValue: (item: import("
|
|
1451
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
1460
1452
|
onKeydown: (e: KeyboardEvent) => void;
|
|
1461
1453
|
scrollTop: (index: number) => void;
|
|
1462
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1463
|
-
[key: string]: any;
|
|
1464
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1454
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1465
1455
|
[key: string]: any;
|
|
1466
1456
|
}>;
|
|
1467
1457
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
1468
|
-
isItemSelected: (item: import("
|
|
1469
|
-
isItemDisabled: (item: import("
|
|
1458
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1459
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1470
1460
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
1471
1461
|
onScrollAtTop: () => void;
|
|
1472
1462
|
onScrollAtBottom: () => void;
|
|
1473
1463
|
handleSelectAllChange: (status: boolean) => void;
|
|
1474
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
1464
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
1475
1465
|
direction: "ltr" | "rtl";
|
|
1476
1466
|
size: string;
|
|
1477
1467
|
virtual: boolean;
|
|
1478
|
-
options: import("
|
|
1468
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1479
1469
|
multiple: boolean;
|
|
1480
1470
|
open: boolean;
|
|
1481
1471
|
defaultActiveFirst: boolean;
|
|
@@ -1535,8 +1525,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1535
1525
|
}>, {
|
|
1536
1526
|
state: {
|
|
1537
1527
|
dragging: boolean;
|
|
1538
|
-
pageY: number;
|
|
1539
|
-
startTop: number;
|
|
1528
|
+
pageY: number | null;
|
|
1529
|
+
startTop: number | null;
|
|
1540
1530
|
visible: boolean;
|
|
1541
1531
|
};
|
|
1542
1532
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1585,8 +1575,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1585
1575
|
}>, {
|
|
1586
1576
|
state: {
|
|
1587
1577
|
dragging: boolean;
|
|
1588
|
-
pageY: number;
|
|
1589
|
-
startTop: number;
|
|
1578
|
+
pageY: number | null;
|
|
1579
|
+
startTop: number | null;
|
|
1590
1580
|
visible: boolean;
|
|
1591
1581
|
};
|
|
1592
1582
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1628,8 +1618,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1628
1618
|
}>, {
|
|
1629
1619
|
state: {
|
|
1630
1620
|
dragging: boolean;
|
|
1631
|
-
pageY: number;
|
|
1632
|
-
startTop: number;
|
|
1621
|
+
pageY: number | null;
|
|
1622
|
+
startTop: number | null;
|
|
1633
1623
|
visible: boolean;
|
|
1634
1624
|
};
|
|
1635
1625
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1678,8 +1668,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1678
1668
|
}>, {
|
|
1679
1669
|
state: {
|
|
1680
1670
|
dragging: boolean;
|
|
1681
|
-
pageY: number;
|
|
1682
|
-
startTop: number;
|
|
1671
|
+
pageY: number | null;
|
|
1672
|
+
startTop: number | null;
|
|
1683
1673
|
visible: boolean;
|
|
1684
1674
|
};
|
|
1685
1675
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1771,9 +1761,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1771
1761
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1772
1762
|
ListItem: {
|
|
1773
1763
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
1774
|
-
slots:
|
|
1775
|
-
[name: string]: import("vue").Slot<any>;
|
|
1776
|
-
}>;
|
|
1764
|
+
slots: import("vue").Slots;
|
|
1777
1765
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1778
1766
|
[key: string]: any;
|
|
1779
1767
|
}>;
|
|
@@ -1806,8 +1794,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1806
1794
|
}>, {
|
|
1807
1795
|
state: {
|
|
1808
1796
|
dragging: boolean;
|
|
1809
|
-
pageY: number;
|
|
1810
|
-
startTop: number;
|
|
1797
|
+
pageY: number | null;
|
|
1798
|
+
startTop: number | null;
|
|
1811
1799
|
visible: boolean;
|
|
1812
1800
|
};
|
|
1813
1801
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1904,8 +1892,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1904
1892
|
}>, {
|
|
1905
1893
|
state: {
|
|
1906
1894
|
dragging: boolean;
|
|
1907
|
-
pageY: number;
|
|
1908
|
-
startTop: number;
|
|
1895
|
+
pageY: number | null;
|
|
1896
|
+
startTop: number | null;
|
|
1909
1897
|
visible: boolean;
|
|
1910
1898
|
};
|
|
1911
1899
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1954,8 +1942,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1954
1942
|
}>, {
|
|
1955
1943
|
state: {
|
|
1956
1944
|
dragging: boolean;
|
|
1957
|
-
pageY: number;
|
|
1958
|
-
startTop: number;
|
|
1945
|
+
pageY: number | null;
|
|
1946
|
+
startTop: number | null;
|
|
1959
1947
|
visible: boolean;
|
|
1960
1948
|
};
|
|
1961
1949
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1997,8 +1985,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1997
1985
|
}>, {
|
|
1998
1986
|
state: {
|
|
1999
1987
|
dragging: boolean;
|
|
2000
|
-
pageY: number;
|
|
2001
|
-
startTop: number;
|
|
1988
|
+
pageY: number | null;
|
|
1989
|
+
startTop: number | null;
|
|
2002
1990
|
visible: boolean;
|
|
2003
1991
|
};
|
|
2004
1992
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -2047,8 +2035,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2047
2035
|
}>, {
|
|
2048
2036
|
state: {
|
|
2049
2037
|
dragging: boolean;
|
|
2050
|
-
pageY: number;
|
|
2051
|
-
startTop: number;
|
|
2038
|
+
pageY: number | null;
|
|
2039
|
+
startTop: number | null;
|
|
2052
2040
|
visible: boolean;
|
|
2053
2041
|
};
|
|
2054
2042
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -2137,8 +2125,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2137
2125
|
}>, {
|
|
2138
2126
|
state: {
|
|
2139
2127
|
dragging: boolean;
|
|
2140
|
-
pageY: number;
|
|
2141
|
-
startTop: number;
|
|
2128
|
+
pageY: number | null;
|
|
2129
|
+
startTop: number | null;
|
|
2142
2130
|
visible: boolean;
|
|
2143
2131
|
};
|
|
2144
2132
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -2187,8 +2175,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2187
2175
|
}>, {
|
|
2188
2176
|
state: {
|
|
2189
2177
|
dragging: boolean;
|
|
2190
|
-
pageY: number;
|
|
2191
|
-
startTop: number;
|
|
2178
|
+
pageY: number | null;
|
|
2179
|
+
startTop: number | null;
|
|
2192
2180
|
visible: boolean;
|
|
2193
2181
|
};
|
|
2194
2182
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -2230,8 +2218,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2230
2218
|
}>, {
|
|
2231
2219
|
state: {
|
|
2232
2220
|
dragging: boolean;
|
|
2233
|
-
pageY: number;
|
|
2234
|
-
startTop: number;
|
|
2221
|
+
pageY: number | null;
|
|
2222
|
+
startTop: number | null;
|
|
2235
2223
|
visible: boolean;
|
|
2236
2224
|
};
|
|
2237
2225
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -2280,8 +2268,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2280
2268
|
}>, {
|
|
2281
2269
|
state: {
|
|
2282
2270
|
dragging: boolean;
|
|
2283
|
-
pageY: number;
|
|
2284
|
-
startTop: number;
|
|
2271
|
+
pageY: number | null;
|
|
2272
|
+
startTop: number | null;
|
|
2285
2273
|
visible: boolean;
|
|
2286
2274
|
};
|
|
2287
2275
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -2373,9 +2361,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2373
2361
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2374
2362
|
ListItem: {
|
|
2375
2363
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
2376
|
-
slots:
|
|
2377
|
-
[name: string]: import("vue").Slot<any>;
|
|
2378
|
-
}>;
|
|
2364
|
+
slots: import("vue").Slots;
|
|
2379
2365
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2380
2366
|
[key: string]: any;
|
|
2381
2367
|
}>;
|
|
@@ -2408,8 +2394,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2408
2394
|
}>, {
|
|
2409
2395
|
state: {
|
|
2410
2396
|
dragging: boolean;
|
|
2411
|
-
pageY: number;
|
|
2412
|
-
startTop: number;
|
|
2397
|
+
pageY: number | null;
|
|
2398
|
+
startTop: number | null;
|
|
2413
2399
|
visible: boolean;
|
|
2414
2400
|
};
|
|
2415
2401
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -2449,7 +2435,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2449
2435
|
scrollHeight: number;
|
|
2450
2436
|
count: number;
|
|
2451
2437
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2452
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2438
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2453
2439
|
Render: {
|
|
2454
2440
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
2455
2441
|
props: {
|
|
@@ -2472,7 +2458,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2472
2458
|
default: string;
|
|
2473
2459
|
};
|
|
2474
2460
|
icon: {
|
|
2475
|
-
type: import("vue").PropType<import("
|
|
2461
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2476
2462
|
};
|
|
2477
2463
|
}>> & Readonly<{
|
|
2478
2464
|
onClick?: (ev: Event) => any;
|
|
@@ -2519,7 +2505,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2519
2505
|
default: string;
|
|
2520
2506
|
};
|
|
2521
2507
|
icon: {
|
|
2522
|
-
type: import("vue").PropType<import("
|
|
2508
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2523
2509
|
};
|
|
2524
2510
|
}>> & Readonly<{
|
|
2525
2511
|
onClick?: (ev: Event) => any;
|
|
@@ -2561,7 +2547,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2561
2547
|
default: string;
|
|
2562
2548
|
};
|
|
2563
2549
|
icon: {
|
|
2564
|
-
type: import("vue").PropType<import("
|
|
2550
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2565
2551
|
};
|
|
2566
2552
|
}>> & Readonly<{
|
|
2567
2553
|
onClick?: (ev: Event) => any;
|
|
@@ -2588,7 +2574,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2588
2574
|
}, string, {
|
|
2589
2575
|
color: string;
|
|
2590
2576
|
spin: boolean;
|
|
2591
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2577
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2592
2578
|
URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2593
2579
|
ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2594
2580
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2606,8 +2592,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2606
2592
|
type: StringConstructor;
|
|
2607
2593
|
};
|
|
2608
2594
|
options: {
|
|
2609
|
-
type: import("vue").PropType<import("
|
|
2610
|
-
default: () => import("
|
|
2595
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
2596
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
2611
2597
|
};
|
|
2612
2598
|
searchValue: {
|
|
2613
2599
|
type: StringConstructor;
|
|
@@ -2617,7 +2603,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2617
2603
|
default: boolean;
|
|
2618
2604
|
};
|
|
2619
2605
|
values: {
|
|
2620
|
-
type: import("vue").PropType<import("
|
|
2606
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
2621
2607
|
};
|
|
2622
2608
|
open: {
|
|
2623
2609
|
type: BooleanConstructor;
|
|
@@ -2650,11 +2636,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2650
2636
|
default: number;
|
|
2651
2637
|
};
|
|
2652
2638
|
width: {
|
|
2653
|
-
type: import("vue").PropType<number | "
|
|
2639
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
2654
2640
|
default: string;
|
|
2655
2641
|
};
|
|
2656
2642
|
color: {
|
|
2657
|
-
type: import("vue").PropType<"
|
|
2643
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType>;
|
|
2658
2644
|
};
|
|
2659
2645
|
direction: {
|
|
2660
2646
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
@@ -2681,17 +2667,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2681
2667
|
selectAllText: import("vue").ComputedRef<string>;
|
|
2682
2668
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
2683
2669
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
2684
|
-
onSelectValue: (item: import("
|
|
2670
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
2685
2671
|
onKeydown: (e: KeyboardEvent) => void;
|
|
2686
2672
|
scrollTop: (index: number) => void;
|
|
2687
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2688
|
-
[key: string]: any;
|
|
2689
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2673
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2690
2674
|
[key: string]: any;
|
|
2691
2675
|
}>;
|
|
2692
2676
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
2693
|
-
isItemSelected: (item: import("
|
|
2694
|
-
isItemDisabled: (item: import("
|
|
2677
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
2678
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
2695
2679
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
2696
2680
|
onScrollAtTop: () => void;
|
|
2697
2681
|
onScrollAtBottom: () => void;
|
|
@@ -2700,7 +2684,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2700
2684
|
direction: "ltr" | "rtl";
|
|
2701
2685
|
size: string;
|
|
2702
2686
|
virtual: boolean;
|
|
2703
|
-
options: import("
|
|
2687
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
2704
2688
|
multiple: boolean;
|
|
2705
2689
|
open: boolean;
|
|
2706
2690
|
defaultActiveFirst: boolean;
|
|
@@ -2713,7 +2697,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2713
2697
|
rawValue: import("vue").ComputedRef<string[]>;
|
|
2714
2698
|
stateOpen: import("vue").Ref<boolean, boolean>;
|
|
2715
2699
|
containerWidth: import("vue").Ref<number, number>;
|
|
2716
|
-
displayOptions: import("vue").ComputedRef<import("
|
|
2700
|
+
displayOptions: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
2717
2701
|
onInputChange: (value: InputValueType) => void;
|
|
2718
2702
|
onInputFocus: (arg: any) => void;
|
|
2719
2703
|
onInputBlur: (arg: any) => void;
|
|
@@ -2733,7 +2717,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2733
2717
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2734
2718
|
loading: boolean;
|
|
2735
2719
|
required: boolean;
|
|
2736
|
-
size: "
|
|
2720
|
+
size: "default" | "small" | "large";
|
|
2737
2721
|
placement: "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";
|
|
2738
2722
|
disabled: boolean;
|
|
2739
2723
|
variant: "surface" | "soft";
|
|
@@ -2755,15 +2739,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2755
2739
|
prefixIcon?: unknown;
|
|
2756
2740
|
suffixIcon?: unknown;
|
|
2757
2741
|
label?: string;
|
|
2758
|
-
options?: import("
|
|
2759
|
-
filterMethod?: import("
|
|
2742
|
+
options?: import("@koi-design/uxd-ui/es/index").SelectOption[];
|
|
2743
|
+
filterMethod?: import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
2760
2744
|
filterProp?: string;
|
|
2761
2745
|
dropdownMenuClass?: string;
|
|
2762
2746
|
notFoundText?: string;
|
|
2763
2747
|
dropdownMenuWidth?: number;
|
|
2764
2748
|
}> & Readonly<{
|
|
2765
|
-
onSearch?: (val: string) => any;
|
|
2766
2749
|
onChange?: (val: string) => any;
|
|
2750
|
+
onSearch?: (val: string) => any;
|
|
2767
2751
|
onFocus?: (ev: Event) => any;
|
|
2768
2752
|
onBlur?: (ev: Event) => any;
|
|
2769
2753
|
"onUpdate:modelValue"?: (val: string) => any;
|
|
@@ -2772,7 +2756,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2772
2756
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2773
2757
|
loading: boolean;
|
|
2774
2758
|
required: boolean;
|
|
2775
|
-
size: "
|
|
2759
|
+
size: "default" | "small" | "large";
|
|
2776
2760
|
placement: "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";
|
|
2777
2761
|
disabled: boolean;
|
|
2778
2762
|
variant: "surface" | "soft";
|
|
@@ -2798,7 +2782,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2798
2782
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
2799
2783
|
};
|
|
2800
2784
|
placement: {
|
|
2801
|
-
type: import("vue").PropType<"
|
|
2785
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2802
2786
|
default: string;
|
|
2803
2787
|
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;
|
|
2804
2788
|
};
|
|
@@ -2820,8 +2804,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2820
2804
|
type: StringConstructor;
|
|
2821
2805
|
};
|
|
2822
2806
|
trigger: {
|
|
2823
|
-
type: import("vue").PropType<("
|
|
2824
|
-
default: () => ("
|
|
2807
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
2808
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
2825
2809
|
};
|
|
2826
2810
|
mouseEnterDelay: {
|
|
2827
2811
|
type: NumberConstructor;
|
|
@@ -2889,7 +2873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2889
2873
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
2890
2874
|
};
|
|
2891
2875
|
placement: {
|
|
2892
|
-
type: import("vue").PropType<"
|
|
2876
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2893
2877
|
default: string;
|
|
2894
2878
|
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;
|
|
2895
2879
|
};
|
|
@@ -2911,8 +2895,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2911
2895
|
type: StringConstructor;
|
|
2912
2896
|
};
|
|
2913
2897
|
trigger: {
|
|
2914
|
-
type: import("vue").PropType<("
|
|
2915
|
-
default: () => ("
|
|
2898
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
2899
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
2916
2900
|
};
|
|
2917
2901
|
mouseEnterDelay: {
|
|
2918
2902
|
type: NumberConstructor;
|
|
@@ -2980,7 +2964,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2980
2964
|
UInput: {
|
|
2981
2965
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2982
2966
|
type: {
|
|
2983
|
-
type: import("vue").PropType<"
|
|
2967
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Input").InputType>;
|
|
2984
2968
|
default: string;
|
|
2985
2969
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
2986
2970
|
};
|
|
@@ -2990,17 +2974,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2990
2974
|
validator: (val: string) => boolean;
|
|
2991
2975
|
};
|
|
2992
2976
|
color: {
|
|
2993
|
-
type: import("vue").PropType<"
|
|
2994
|
-
default:
|
|
2977
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
2978
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
2995
2979
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
2996
2980
|
};
|
|
2997
2981
|
modelValue: {
|
|
2998
2982
|
type: (StringConstructor | NumberConstructor)[];
|
|
2999
2983
|
};
|
|
3000
2984
|
size: {
|
|
3001
|
-
type: import("vue").PropType<"
|
|
2985
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3002
2986
|
default: string;
|
|
3003
|
-
validator: (val: "
|
|
2987
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3004
2988
|
};
|
|
3005
2989
|
placeholder: {
|
|
3006
2990
|
type: StringConstructor;
|
|
@@ -3049,10 +3033,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3049
3033
|
default: string;
|
|
3050
3034
|
};
|
|
3051
3035
|
prefixIcon: {
|
|
3052
|
-
type: import("vue").PropType<import("
|
|
3036
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3053
3037
|
};
|
|
3054
3038
|
suffixIcon: {
|
|
3055
|
-
type: import("vue").PropType<import("
|
|
3039
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3056
3040
|
};
|
|
3057
3041
|
showWordLimit: {
|
|
3058
3042
|
type: BooleanConstructor;
|
|
@@ -3098,9 +3082,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3098
3082
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3099
3083
|
};
|
|
3100
3084
|
}>> & Readonly<{
|
|
3101
|
-
onSearch?: (v: InputValueType) => any;
|
|
3102
3085
|
onChange?: (v: InputValueType) => any;
|
|
3103
3086
|
onClear?: (ev: Event) => any;
|
|
3087
|
+
onSearch?: (v: InputValueType) => any;
|
|
3104
3088
|
onFocus?: (ev: Event) => any;
|
|
3105
3089
|
onBlur?: (ev: Event) => any;
|
|
3106
3090
|
onEnter?: (ev: Event) => any;
|
|
@@ -3145,9 +3129,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3145
3129
|
handleToggleShowPassword: () => void;
|
|
3146
3130
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3147
3131
|
enter: (ev: Event) => boolean;
|
|
3148
|
-
search: (v: InputValueType) =>
|
|
3149
|
-
change: (v: InputValueType) =>
|
|
3150
|
-
'update:modelValue': (v: InputValueType) =>
|
|
3132
|
+
search: (v: InputValueType) => v is string | number;
|
|
3133
|
+
change: (v: InputValueType) => v is string | number;
|
|
3134
|
+
'update:modelValue': (v: InputValueType) => v is string | number;
|
|
3151
3135
|
clear: (ev: Event) => boolean;
|
|
3152
3136
|
keydown: (ev: Event) => boolean;
|
|
3153
3137
|
keypress: (ev: Event) => boolean;
|
|
@@ -3157,9 +3141,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3157
3141
|
}, import("vue").PublicProps, {
|
|
3158
3142
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3159
3143
|
type: "number" | "text" | "textarea" | "password";
|
|
3160
|
-
search: boolean;
|
|
3161
3144
|
required: boolean;
|
|
3162
|
-
size: "
|
|
3145
|
+
size: "default" | "small" | "large";
|
|
3146
|
+
search: boolean;
|
|
3163
3147
|
disabled: boolean;
|
|
3164
3148
|
variant: "surface" | "soft";
|
|
3165
3149
|
placeholder: string;
|
|
@@ -3194,7 +3178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3194
3178
|
default: string;
|
|
3195
3179
|
};
|
|
3196
3180
|
icon: {
|
|
3197
|
-
type: import("vue").PropType<import("
|
|
3181
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3198
3182
|
};
|
|
3199
3183
|
}>> & Readonly<{
|
|
3200
3184
|
onClick?: (ev: Event) => any;
|
|
@@ -3241,7 +3225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3241
3225
|
default: string;
|
|
3242
3226
|
};
|
|
3243
3227
|
icon: {
|
|
3244
|
-
type: import("vue").PropType<import("
|
|
3228
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3245
3229
|
};
|
|
3246
3230
|
}>> & Readonly<{
|
|
3247
3231
|
onClick?: (ev: Event) => any;
|
|
@@ -3283,7 +3267,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3283
3267
|
default: string;
|
|
3284
3268
|
};
|
|
3285
3269
|
icon: {
|
|
3286
|
-
type: import("vue").PropType<import("
|
|
3270
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3287
3271
|
};
|
|
3288
3272
|
}>> & Readonly<{
|
|
3289
3273
|
onClick?: (ev: Event) => any;
|
|
@@ -3310,7 +3294,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3310
3294
|
}, string, {
|
|
3311
3295
|
color: string;
|
|
3312
3296
|
spin: boolean;
|
|
3313
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3297
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3314
3298
|
URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3315
3299
|
URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3316
3300
|
URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3324,7 +3308,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3324
3308
|
Defaults: {};
|
|
3325
3309
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3326
3310
|
type: {
|
|
3327
|
-
type: import("vue").PropType<"
|
|
3311
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Input").InputType>;
|
|
3328
3312
|
default: string;
|
|
3329
3313
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3330
3314
|
};
|
|
@@ -3334,17 +3318,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3334
3318
|
validator: (val: string) => boolean;
|
|
3335
3319
|
};
|
|
3336
3320
|
color: {
|
|
3337
|
-
type: import("vue").PropType<"
|
|
3338
|
-
default:
|
|
3321
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3322
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3339
3323
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3340
3324
|
};
|
|
3341
3325
|
modelValue: {
|
|
3342
3326
|
type: (StringConstructor | NumberConstructor)[];
|
|
3343
3327
|
};
|
|
3344
3328
|
size: {
|
|
3345
|
-
type: import("vue").PropType<"
|
|
3329
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3346
3330
|
default: string;
|
|
3347
|
-
validator: (val: "
|
|
3331
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3348
3332
|
};
|
|
3349
3333
|
placeholder: {
|
|
3350
3334
|
type: StringConstructor;
|
|
@@ -3393,10 +3377,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3393
3377
|
default: string;
|
|
3394
3378
|
};
|
|
3395
3379
|
prefixIcon: {
|
|
3396
|
-
type: import("vue").PropType<import("
|
|
3380
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3397
3381
|
};
|
|
3398
3382
|
suffixIcon: {
|
|
3399
|
-
type: import("vue").PropType<import("
|
|
3383
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3400
3384
|
};
|
|
3401
3385
|
showWordLimit: {
|
|
3402
3386
|
type: BooleanConstructor;
|
|
@@ -3442,9 +3426,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3442
3426
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3443
3427
|
};
|
|
3444
3428
|
}>> & Readonly<{
|
|
3445
|
-
onSearch?: (v: InputValueType) => any;
|
|
3446
3429
|
onChange?: (v: InputValueType) => any;
|
|
3447
3430
|
onClear?: (ev: Event) => any;
|
|
3431
|
+
onSearch?: (v: InputValueType) => any;
|
|
3448
3432
|
onFocus?: (ev: Event) => any;
|
|
3449
3433
|
onBlur?: (ev: Event) => any;
|
|
3450
3434
|
onEnter?: (ev: Event) => any;
|
|
@@ -3490,9 +3474,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3490
3474
|
}, {}, {}, {}, {
|
|
3491
3475
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3492
3476
|
type: "number" | "text" | "textarea" | "password";
|
|
3493
|
-
search: boolean;
|
|
3494
3477
|
required: boolean;
|
|
3495
|
-
size: "
|
|
3478
|
+
size: "default" | "small" | "large";
|
|
3479
|
+
search: boolean;
|
|
3496
3480
|
disabled: boolean;
|
|
3497
3481
|
variant: "surface" | "soft";
|
|
3498
3482
|
placeholder: string;
|
|
@@ -3518,7 +3502,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3518
3502
|
__isSuspense?: never;
|
|
3519
3503
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3520
3504
|
type: {
|
|
3521
|
-
type: import("vue").PropType<"
|
|
3505
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Input").InputType>;
|
|
3522
3506
|
default: string;
|
|
3523
3507
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3524
3508
|
};
|
|
@@ -3528,17 +3512,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3528
3512
|
validator: (val: string) => boolean;
|
|
3529
3513
|
};
|
|
3530
3514
|
color: {
|
|
3531
|
-
type: import("vue").PropType<"
|
|
3532
|
-
default:
|
|
3515
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3516
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3533
3517
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3534
3518
|
};
|
|
3535
3519
|
modelValue: {
|
|
3536
3520
|
type: (StringConstructor | NumberConstructor)[];
|
|
3537
3521
|
};
|
|
3538
3522
|
size: {
|
|
3539
|
-
type: import("vue").PropType<"
|
|
3523
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3540
3524
|
default: string;
|
|
3541
|
-
validator: (val: "
|
|
3525
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3542
3526
|
};
|
|
3543
3527
|
placeholder: {
|
|
3544
3528
|
type: StringConstructor;
|
|
@@ -3587,10 +3571,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3587
3571
|
default: string;
|
|
3588
3572
|
};
|
|
3589
3573
|
prefixIcon: {
|
|
3590
|
-
type: import("vue").PropType<import("
|
|
3574
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3591
3575
|
};
|
|
3592
3576
|
suffixIcon: {
|
|
3593
|
-
type: import("vue").PropType<import("
|
|
3577
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3594
3578
|
};
|
|
3595
3579
|
showWordLimit: {
|
|
3596
3580
|
type: BooleanConstructor;
|
|
@@ -3636,9 +3620,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3636
3620
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3637
3621
|
};
|
|
3638
3622
|
}>> & Readonly<{
|
|
3639
|
-
onSearch?: (v: InputValueType) => any;
|
|
3640
3623
|
onChange?: (v: InputValueType) => any;
|
|
3641
3624
|
onClear?: (ev: Event) => any;
|
|
3625
|
+
onSearch?: (v: InputValueType) => any;
|
|
3642
3626
|
onFocus?: (ev: Event) => any;
|
|
3643
3627
|
onBlur?: (ev: Event) => any;
|
|
3644
3628
|
onEnter?: (ev: Event) => any;
|
|
@@ -3683,9 +3667,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3683
3667
|
handleToggleShowPassword: () => void;
|
|
3684
3668
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3685
3669
|
enter: (ev: Event) => boolean;
|
|
3686
|
-
search: (v: InputValueType) =>
|
|
3687
|
-
change: (v: InputValueType) =>
|
|
3688
|
-
'update:modelValue': (v: InputValueType) =>
|
|
3670
|
+
search: (v: InputValueType) => v is string | number;
|
|
3671
|
+
change: (v: InputValueType) => v is string | number;
|
|
3672
|
+
'update:modelValue': (v: InputValueType) => v is string | number;
|
|
3689
3673
|
clear: (ev: Event) => boolean;
|
|
3690
3674
|
keydown: (ev: Event) => boolean;
|
|
3691
3675
|
keypress: (ev: Event) => boolean;
|
|
@@ -3695,9 +3679,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3695
3679
|
}, string, {
|
|
3696
3680
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3697
3681
|
type: "number" | "text" | "textarea" | "password";
|
|
3698
|
-
search: boolean;
|
|
3699
3682
|
required: boolean;
|
|
3700
|
-
size: "
|
|
3683
|
+
size: "default" | "small" | "large";
|
|
3684
|
+
search: boolean;
|
|
3701
3685
|
disabled: boolean;
|
|
3702
3686
|
variant: "surface" | "soft";
|
|
3703
3687
|
placeholder: string;
|
|
@@ -3732,7 +3716,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3732
3716
|
default: string;
|
|
3733
3717
|
};
|
|
3734
3718
|
icon: {
|
|
3735
|
-
type: import("vue").PropType<import("
|
|
3719
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3736
3720
|
};
|
|
3737
3721
|
}>> & Readonly<{
|
|
3738
3722
|
onClick?: (ev: Event) => any;
|
|
@@ -3779,7 +3763,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3779
3763
|
default: string;
|
|
3780
3764
|
};
|
|
3781
3765
|
icon: {
|
|
3782
|
-
type: import("vue").PropType<import("
|
|
3766
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3783
3767
|
};
|
|
3784
3768
|
}>> & Readonly<{
|
|
3785
3769
|
onClick?: (ev: Event) => any;
|
|
@@ -3821,7 +3805,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3821
3805
|
default: string;
|
|
3822
3806
|
};
|
|
3823
3807
|
icon: {
|
|
3824
|
-
type: import("vue").PropType<import("
|
|
3808
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3825
3809
|
};
|
|
3826
3810
|
}>> & Readonly<{
|
|
3827
3811
|
onClick?: (ev: Event) => any;
|
|
@@ -3848,12 +3832,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3848
3832
|
}, string, {
|
|
3849
3833
|
color: string;
|
|
3850
3834
|
spin: boolean;
|
|
3851
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3835
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3852
3836
|
URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3853
3837
|
URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3854
3838
|
URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3855
3839
|
URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3856
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3840
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3857
3841
|
UIcon: {
|
|
3858
3842
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3859
3843
|
rotate: {
|
|
@@ -3868,7 +3852,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3868
3852
|
default: string;
|
|
3869
3853
|
};
|
|
3870
3854
|
icon: {
|
|
3871
|
-
type: import("vue").PropType<import("
|
|
3855
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3872
3856
|
};
|
|
3873
3857
|
}>> & Readonly<{
|
|
3874
3858
|
onClick?: (ev: Event) => any;
|
|
@@ -3915,7 +3899,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3915
3899
|
default: string;
|
|
3916
3900
|
};
|
|
3917
3901
|
icon: {
|
|
3918
|
-
type: import("vue").PropType<import("
|
|
3902
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3919
3903
|
};
|
|
3920
3904
|
}>> & Readonly<{
|
|
3921
3905
|
onClick?: (ev: Event) => any;
|
|
@@ -3957,7 +3941,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3957
3941
|
default: string;
|
|
3958
3942
|
};
|
|
3959
3943
|
icon: {
|
|
3960
|
-
type: import("vue").PropType<import("
|
|
3944
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3961
3945
|
};
|
|
3962
3946
|
}>> & Readonly<{
|
|
3963
3947
|
onClick?: (ev: Event) => any;
|
|
@@ -3984,7 +3968,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3984
3968
|
}, string, {
|
|
3985
3969
|
color: string;
|
|
3986
3970
|
spin: boolean;
|
|
3987
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3971
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3988
3972
|
DropdownMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3989
3973
|
prefixCls: {
|
|
3990
3974
|
type: StringConstructor;
|
|
@@ -3993,8 +3977,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3993
3977
|
type: StringConstructor;
|
|
3994
3978
|
};
|
|
3995
3979
|
options: {
|
|
3996
|
-
type: import("vue").PropType<import("
|
|
3997
|
-
default: () => import("
|
|
3980
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
3981
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
3998
3982
|
};
|
|
3999
3983
|
searchValue: {
|
|
4000
3984
|
type: StringConstructor;
|
|
@@ -4004,7 +3988,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4004
3988
|
default: boolean;
|
|
4005
3989
|
};
|
|
4006
3990
|
values: {
|
|
4007
|
-
type: import("vue").PropType<import("
|
|
3991
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
4008
3992
|
};
|
|
4009
3993
|
open: {
|
|
4010
3994
|
type: BooleanConstructor;
|
|
@@ -4037,11 +4021,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4037
4021
|
default: number;
|
|
4038
4022
|
};
|
|
4039
4023
|
width: {
|
|
4040
|
-
type: import("vue").PropType<number | "
|
|
4024
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
4041
4025
|
default: string;
|
|
4042
4026
|
};
|
|
4043
4027
|
color: {
|
|
4044
|
-
type: import("vue").PropType<"
|
|
4028
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType>;
|
|
4045
4029
|
};
|
|
4046
4030
|
direction: {
|
|
4047
4031
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
@@ -4061,22 +4045,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4061
4045
|
selectAllText: import("vue").ComputedRef<string>;
|
|
4062
4046
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
4063
4047
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
4064
|
-
onSelectValue: (item: import("
|
|
4048
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
4065
4049
|
onKeydown: (e: KeyboardEvent) => void;
|
|
4066
4050
|
scrollTop: (index: number) => void;
|
|
4067
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4068
|
-
[key: string]: any;
|
|
4069
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4051
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4070
4052
|
[key: string]: any;
|
|
4071
4053
|
}>;
|
|
4072
4054
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
4073
|
-
isItemSelected: (item: import("
|
|
4074
|
-
isItemDisabled: (item: import("
|
|
4055
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
4056
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
4075
4057
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
4076
4058
|
onScrollAtTop: () => void;
|
|
4077
4059
|
onScrollAtBottom: () => void;
|
|
4078
4060
|
handleSelectAllChange: (status: boolean) => void;
|
|
4079
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
4061
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], "close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4080
4062
|
prefixCls: {
|
|
4081
4063
|
type: StringConstructor;
|
|
4082
4064
|
};
|
|
@@ -4084,8 +4066,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4084
4066
|
type: StringConstructor;
|
|
4085
4067
|
};
|
|
4086
4068
|
options: {
|
|
4087
|
-
type: import("vue").PropType<import("
|
|
4088
|
-
default: () => import("
|
|
4069
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
4070
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
4089
4071
|
};
|
|
4090
4072
|
searchValue: {
|
|
4091
4073
|
type: StringConstructor;
|
|
@@ -4095,7 +4077,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4095
4077
|
default: boolean;
|
|
4096
4078
|
};
|
|
4097
4079
|
values: {
|
|
4098
|
-
type: import("vue").PropType<import("
|
|
4080
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
4099
4081
|
};
|
|
4100
4082
|
open: {
|
|
4101
4083
|
type: BooleanConstructor;
|
|
@@ -4128,11 +4110,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4128
4110
|
default: number;
|
|
4129
4111
|
};
|
|
4130
4112
|
width: {
|
|
4131
|
-
type: import("vue").PropType<number | "
|
|
4113
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
4132
4114
|
default: string;
|
|
4133
4115
|
};
|
|
4134
4116
|
color: {
|
|
4135
|
-
type: import("vue").PropType<"
|
|
4117
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType>;
|
|
4136
4118
|
};
|
|
4137
4119
|
direction: {
|
|
4138
4120
|
type: import("vue").PropType<"ltr" | "rtl">;
|
|
@@ -4153,7 +4135,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4153
4135
|
direction: "ltr" | "rtl";
|
|
4154
4136
|
size: string;
|
|
4155
4137
|
virtual: boolean;
|
|
4156
|
-
options: import("
|
|
4138
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
4157
4139
|
multiple: boolean;
|
|
4158
4140
|
open: boolean;
|
|
4159
4141
|
defaultActiveFirst: boolean;
|
|
@@ -4213,8 +4195,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4213
4195
|
}>, {
|
|
4214
4196
|
state: {
|
|
4215
4197
|
dragging: boolean;
|
|
4216
|
-
pageY: number;
|
|
4217
|
-
startTop: number;
|
|
4198
|
+
pageY: number | null;
|
|
4199
|
+
startTop: number | null;
|
|
4218
4200
|
visible: boolean;
|
|
4219
4201
|
};
|
|
4220
4202
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4263,8 +4245,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4263
4245
|
}>, {
|
|
4264
4246
|
state: {
|
|
4265
4247
|
dragging: boolean;
|
|
4266
|
-
pageY: number;
|
|
4267
|
-
startTop: number;
|
|
4248
|
+
pageY: number | null;
|
|
4249
|
+
startTop: number | null;
|
|
4268
4250
|
visible: boolean;
|
|
4269
4251
|
};
|
|
4270
4252
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4306,8 +4288,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4306
4288
|
}>, {
|
|
4307
4289
|
state: {
|
|
4308
4290
|
dragging: boolean;
|
|
4309
|
-
pageY: number;
|
|
4310
|
-
startTop: number;
|
|
4291
|
+
pageY: number | null;
|
|
4292
|
+
startTop: number | null;
|
|
4311
4293
|
visible: boolean;
|
|
4312
4294
|
};
|
|
4313
4295
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4356,8 +4338,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4356
4338
|
}>, {
|
|
4357
4339
|
state: {
|
|
4358
4340
|
dragging: boolean;
|
|
4359
|
-
pageY: number;
|
|
4360
|
-
startTop: number;
|
|
4341
|
+
pageY: number | null;
|
|
4342
|
+
startTop: number | null;
|
|
4361
4343
|
visible: boolean;
|
|
4362
4344
|
};
|
|
4363
4345
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4449,9 +4431,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4449
4431
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4450
4432
|
ListItem: {
|
|
4451
4433
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
4452
|
-
slots:
|
|
4453
|
-
[name: string]: import("vue").Slot<any>;
|
|
4454
|
-
}>;
|
|
4434
|
+
slots: import("vue").Slots;
|
|
4455
4435
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4456
4436
|
[key: string]: any;
|
|
4457
4437
|
}>;
|
|
@@ -4484,8 +4464,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4484
4464
|
}>, {
|
|
4485
4465
|
state: {
|
|
4486
4466
|
dragging: boolean;
|
|
4487
|
-
pageY: number;
|
|
4488
|
-
startTop: number;
|
|
4467
|
+
pageY: number | null;
|
|
4468
|
+
startTop: number | null;
|
|
4489
4469
|
visible: boolean;
|
|
4490
4470
|
};
|
|
4491
4471
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4582,8 +4562,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4582
4562
|
}>, {
|
|
4583
4563
|
state: {
|
|
4584
4564
|
dragging: boolean;
|
|
4585
|
-
pageY: number;
|
|
4586
|
-
startTop: number;
|
|
4565
|
+
pageY: number | null;
|
|
4566
|
+
startTop: number | null;
|
|
4587
4567
|
visible: boolean;
|
|
4588
4568
|
};
|
|
4589
4569
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4632,8 +4612,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4632
4612
|
}>, {
|
|
4633
4613
|
state: {
|
|
4634
4614
|
dragging: boolean;
|
|
4635
|
-
pageY: number;
|
|
4636
|
-
startTop: number;
|
|
4615
|
+
pageY: number | null;
|
|
4616
|
+
startTop: number | null;
|
|
4637
4617
|
visible: boolean;
|
|
4638
4618
|
};
|
|
4639
4619
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4675,8 +4655,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4675
4655
|
}>, {
|
|
4676
4656
|
state: {
|
|
4677
4657
|
dragging: boolean;
|
|
4678
|
-
pageY: number;
|
|
4679
|
-
startTop: number;
|
|
4658
|
+
pageY: number | null;
|
|
4659
|
+
startTop: number | null;
|
|
4680
4660
|
visible: boolean;
|
|
4681
4661
|
};
|
|
4682
4662
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4725,8 +4705,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4725
4705
|
}>, {
|
|
4726
4706
|
state: {
|
|
4727
4707
|
dragging: boolean;
|
|
4728
|
-
pageY: number;
|
|
4729
|
-
startTop: number;
|
|
4708
|
+
pageY: number | null;
|
|
4709
|
+
startTop: number | null;
|
|
4730
4710
|
visible: boolean;
|
|
4731
4711
|
};
|
|
4732
4712
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4815,8 +4795,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4815
4795
|
}>, {
|
|
4816
4796
|
state: {
|
|
4817
4797
|
dragging: boolean;
|
|
4818
|
-
pageY: number;
|
|
4819
|
-
startTop: number;
|
|
4798
|
+
pageY: number | null;
|
|
4799
|
+
startTop: number | null;
|
|
4820
4800
|
visible: boolean;
|
|
4821
4801
|
};
|
|
4822
4802
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4865,8 +4845,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4865
4845
|
}>, {
|
|
4866
4846
|
state: {
|
|
4867
4847
|
dragging: boolean;
|
|
4868
|
-
pageY: number;
|
|
4869
|
-
startTop: number;
|
|
4848
|
+
pageY: number | null;
|
|
4849
|
+
startTop: number | null;
|
|
4870
4850
|
visible: boolean;
|
|
4871
4851
|
};
|
|
4872
4852
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4908,8 +4888,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4908
4888
|
}>, {
|
|
4909
4889
|
state: {
|
|
4910
4890
|
dragging: boolean;
|
|
4911
|
-
pageY: number;
|
|
4912
|
-
startTop: number;
|
|
4891
|
+
pageY: number | null;
|
|
4892
|
+
startTop: number | null;
|
|
4913
4893
|
visible: boolean;
|
|
4914
4894
|
};
|
|
4915
4895
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -4958,8 +4938,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4958
4938
|
}>, {
|
|
4959
4939
|
state: {
|
|
4960
4940
|
dragging: boolean;
|
|
4961
|
-
pageY: number;
|
|
4962
|
-
startTop: number;
|
|
4941
|
+
pageY: number | null;
|
|
4942
|
+
startTop: number | null;
|
|
4963
4943
|
visible: boolean;
|
|
4964
4944
|
};
|
|
4965
4945
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -5051,9 +5031,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5051
5031
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5052
5032
|
ListItem: {
|
|
5053
5033
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
5054
|
-
slots:
|
|
5055
|
-
[name: string]: import("vue").Slot<any>;
|
|
5056
|
-
}>;
|
|
5034
|
+
slots: import("vue").Slots;
|
|
5057
5035
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5058
5036
|
[key: string]: any;
|
|
5059
5037
|
}>;
|
|
@@ -5086,8 +5064,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5086
5064
|
}>, {
|
|
5087
5065
|
state: {
|
|
5088
5066
|
dragging: boolean;
|
|
5089
|
-
pageY: number;
|
|
5090
|
-
startTop: number;
|
|
5067
|
+
pageY: number | null;
|
|
5068
|
+
startTop: number | null;
|
|
5091
5069
|
visible: boolean;
|
|
5092
5070
|
};
|
|
5093
5071
|
realVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -5127,7 +5105,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5127
5105
|
scrollHeight: number;
|
|
5128
5106
|
count: number;
|
|
5129
5107
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5130
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5108
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
5131
5109
|
Render: {
|
|
5132
5110
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
5133
5111
|
props: {
|
|
@@ -5150,7 +5128,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5150
5128
|
default: string;
|
|
5151
5129
|
};
|
|
5152
5130
|
icon: {
|
|
5153
|
-
type: import("vue").PropType<import("
|
|
5131
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5154
5132
|
};
|
|
5155
5133
|
}>> & Readonly<{
|
|
5156
5134
|
onClick?: (ev: Event) => any;
|
|
@@ -5197,7 +5175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5197
5175
|
default: string;
|
|
5198
5176
|
};
|
|
5199
5177
|
icon: {
|
|
5200
|
-
type: import("vue").PropType<import("
|
|
5178
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5201
5179
|
};
|
|
5202
5180
|
}>> & Readonly<{
|
|
5203
5181
|
onClick?: (ev: Event) => any;
|
|
@@ -5239,7 +5217,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5239
5217
|
default: string;
|
|
5240
5218
|
};
|
|
5241
5219
|
icon: {
|
|
5242
|
-
type: import("vue").PropType<import("
|
|
5220
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5243
5221
|
};
|
|
5244
5222
|
}>> & Readonly<{
|
|
5245
5223
|
onClick?: (ev: Event) => any;
|
|
@@ -5266,7 +5244,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5266
5244
|
}, string, {
|
|
5267
5245
|
color: string;
|
|
5268
5246
|
spin: boolean;
|
|
5269
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5247
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
5270
5248
|
URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5271
5249
|
ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5272
5250
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|