@koi-design/uxd-ui 13.2.8 → 13.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.type.d.ts +4 -4
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/es/components/AutoComplete/index.d.ts +600 -660
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +218 -203
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +119 -104
- package/es/components/Calendar/index.d.ts +457 -427
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +6 -6
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +17 -17
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
- package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/es/components/Checkbox/index.d.ts +57 -57
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/es/components/ColorPicker/index.d.ts +260 -260
- package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
- package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
- package/es/components/ColorPicker/units/PreColors.mjs +1 -1
- package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +1 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1117 -1117
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +6 -5
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Empty/Empty.d.ts +8 -8
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +3 -3
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +13 -13
- package/es/components/InfoView/index.d.ts +30 -30
- package/es/components/Input/Input.d.ts +26 -26
- package/es/components/Input/Input.type.d.ts +13 -13
- package/es/components/Input/index.d.ts +45 -45
- package/es/components/InputNumber/InputNumber.d.ts +36 -36
- package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/es/components/InputNumber/SingleInput.d.ts +10 -9
- package/es/components/InputNumber/index.d.ts +100 -100
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Content.mjs +1 -1
- package/es/components/Layout/Footer.mjs +1 -1
- package/es/components/Layout/Header.mjs +1 -1
- package/es/components/Layout/Layout.mjs +1 -1
- package/es/components/Layout/Layout.type.d.ts +6 -5
- package/es/components/Layout/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +10 -10
- package/es/components/Layout/index.d.ts +12 -12
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +2 -2
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/Menu.d.ts +4 -4
- package/es/components/Menu/Menu.type.d.ts +22 -21
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +29 -29
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -35
- package/es/components/Menu/index.d.ts +63 -81
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +43 -43
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +20 -20
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +6 -6
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +9 -8
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.type.d.ts +11 -11
- package/es/components/Progress/Progress.vue.d.ts +31 -31
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +63 -63
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/Radio.type.d.ts +20 -20
- package/es/components/Radio/Radio.vue.d.ts +11 -11
- package/es/components/Radio/RadioGroup.d.ts +13 -13
- package/es/components/Radio/index.d.ts +37 -37
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +1 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/es/components/Select/RefSelect.mjs +3 -2
- package/es/components/Select/RefSelect.mjs.map +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +201 -182
- package/es/components/Select/Select.d.ts +34 -25
- package/es/components/Select/Select.type.d.ts +23 -18
- package/es/components/Select/Select.type.mjs +4 -0
- package/es/components/Select/Select.type.mjs.map +1 -1
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Input.vue.d.ts +3 -3
- package/es/components/Select/Selection/Multiple.mjs +5 -4
- package/es/components/Select/Selection/Multiple.mjs.map +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/es/components/Select/Selection/MultipleBase.mjs +18 -3
- package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.mjs +7 -2
- package/es/components/Select/Selection/Selection.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/Selection/Single.vue.d.ts +6 -8
- package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/es/components/Select/index.d.ts +64 -49
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Slider.d.ts +8 -8
- package/es/components/Slider/Slider.type.d.ts +8 -8
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +10 -10
- package/es/components/Space/Space.d.ts +4 -4
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/Steps.type.d.ts +14 -14
- package/es/components/Steps/Steps.vue.d.ts +11 -11
- package/es/components/Steps/index.d.ts +28 -28
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +376 -394
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +376 -394
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +376 -394
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +822 -858
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +752 -788
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
- package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
- package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +21 -21
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +30 -30
- package/es/components/Tabs/Tabs.type.d.ts +23 -22
- package/es/components/Tabs/index.d.ts +85 -85
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +7 -7
- package/es/components/Tag/index.d.ts +15 -15
- package/es/components/Text/Text.d.ts +6 -6
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +395 -395
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +3 -3
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +8 -7
- package/es/components/Transfer/Transfer.vue.d.ts +838 -838
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +180 -180
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/es/components/Transfer/index.d.ts +2212 -2212
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +92 -110
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +99 -125
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +64 -82
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +203 -263
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/es/components/TreeSelect/index.d.ts +802 -890
- package/es/components/Upload/Upload.d.ts +2 -2
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +68 -68
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/index.d.ts +7 -7
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.type.d.ts +4 -4
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/lib/components/AutoComplete/index.d.ts +600 -660
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +119 -104
- package/lib/components/Calendar/index.d.ts +457 -427
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +6 -6
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +17 -17
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/lib/components/Checkbox/CheckboxGroup.js +5 -2
- package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/lib/components/Checkbox/index.d.ts +57 -57
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/lib/components/ColorPicker/index.d.ts +260 -260
- package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
- package/lib/components/ColorPicker/units/HueSlider.js +1 -1
- package/lib/components/ColorPicker/units/PreColors.js +1 -1
- package/lib/components/ColorPicker/units/SvPanel.js +1 -1
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1117 -1117
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +6 -5
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Empty/Empty.d.ts +8 -8
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +3 -3
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
- package/lib/components/InfoView/index.d.ts +30 -30
- package/lib/components/Input/Input.d.ts +26 -26
- package/lib/components/Input/Input.type.d.ts +13 -13
- package/lib/components/Input/index.d.ts +45 -45
- package/lib/components/InputNumber/InputNumber.d.ts +36 -36
- package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/lib/components/InputNumber/SingleInput.d.ts +10 -9
- package/lib/components/InputNumber/index.d.ts +100 -100
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Content.js +1 -1
- package/lib/components/Layout/Footer.js +1 -1
- package/lib/components/Layout/Header.js +1 -1
- package/lib/components/Layout/Layout.js +1 -1
- package/lib/components/Layout/Layout.type.d.ts +6 -5
- package/lib/components/Layout/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +10 -10
- package/lib/components/Layout/index.d.ts +12 -12
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +2 -2
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/Menu.d.ts +4 -4
- package/lib/components/Menu/Menu.type.d.ts +22 -21
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
- package/lib/components/Menu/index.d.ts +63 -81
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +43 -43
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +20 -20
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +6 -6
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +9 -8
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.type.d.ts +11 -11
- package/lib/components/Progress/Progress.vue.d.ts +31 -31
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +63 -63
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/Radio.type.d.ts +20 -20
- package/lib/components/Radio/Radio.vue.d.ts +11 -11
- package/lib/components/Radio/RadioGroup.d.ts +13 -13
- package/lib/components/Radio/index.d.ts +37 -37
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +1 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/lib/components/Select/RefSelect.js +3 -2
- package/lib/components/Select/RefSelect.js.map +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +201 -182
- package/lib/components/Select/Select.d.ts +34 -25
- package/lib/components/Select/Select.type.d.ts +23 -18
- package/lib/components/Select/Select.type.js +4 -0
- package/lib/components/Select/Select.type.js.map +1 -1
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
- package/lib/components/Select/Selection/Multiple.js +5 -4
- package/lib/components/Select/Selection/Multiple.js.map +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/lib/components/Select/Selection/MultipleBase.js +18 -3
- package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
- package/lib/components/Select/Selection/Selection.js +7 -2
- package/lib/components/Select/Selection/Selection.js.map +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
- package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/lib/components/Select/index.d.ts +64 -49
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Slider.d.ts +8 -8
- package/lib/components/Slider/Slider.type.d.ts +8 -8
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +10 -10
- package/lib/components/Space/Space.d.ts +4 -4
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/Steps.type.d.ts +14 -14
- package/lib/components/Steps/Steps.vue.d.ts +11 -11
- package/lib/components/Steps/index.d.ts +28 -28
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +376 -394
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +376 -394
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +376 -394
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +822 -858
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +752 -788
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/ColGroup.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
- package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
- package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +30 -30
- package/lib/components/Tabs/Tabs.type.d.ts +23 -22
- package/lib/components/Tabs/index.d.ts +85 -85
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +7 -7
- package/lib/components/Tag/index.d.ts +15 -15
- package/lib/components/Text/Text.d.ts +6 -6
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +395 -395
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +3 -3
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +8 -7
- package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/lib/components/Transfer/index.d.ts +2212 -2212
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +92 -110
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +99 -125
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +203 -263
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/lib/components/TreeSelect/index.d.ts +802 -890
- package/lib/components/Upload/Upload.d.ts +2 -2
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +68 -68
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/index.d.ts +7 -7
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/package.json +2 -2
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +4 -4
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
- package/types/components/AutoComplete/index.d.ts +600 -660
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +218 -203
- package/types/components/Calendar/Header.vue.d.ts +119 -104
- package/types/components/Calendar/index.d.ts +457 -427
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +6 -6
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +17 -17
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
- package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
- package/types/components/Checkbox/index.d.ts +57 -57
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
- package/types/components/ColorPicker/index.d.ts +260 -260
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +1 -1
- package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
- package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1117 -1117
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +6 -5
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +7 -7
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +8 -8
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +3 -3
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +13 -13
- package/types/components/InfoView/index.d.ts +30 -30
- package/types/components/Input/Input.d.ts +26 -26
- package/types/components/Input/Input.type.d.ts +13 -13
- package/types/components/Input/index.d.ts +45 -45
- package/types/components/InputNumber/InputNumber.d.ts +36 -36
- package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
- package/types/components/InputNumber/SingleInput.d.ts +10 -9
- package/types/components/InputNumber/index.d.ts +100 -100
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +6 -5
- package/types/components/Layout/Sider.vue.d.ts +10 -10
- package/types/components/Layout/index.d.ts +12 -12
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +2 -2
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +4 -4
- package/types/components/Menu/Menu.type.d.ts +22 -21
- package/types/components/Menu/MenuItem.vue.d.ts +29 -29
- package/types/components/Menu/SubMenu.vue.d.ts +17 -35
- package/types/components/Menu/index.d.ts +63 -81
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +43 -43
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +20 -20
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +6 -6
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +9 -8
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +11 -11
- package/types/components/Progress/Progress.vue.d.ts +31 -31
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +63 -63
- package/types/components/Radio/Radio.type.d.ts +20 -20
- package/types/components/Radio/Radio.vue.d.ts +11 -11
- package/types/components/Radio/RadioGroup.d.ts +13 -13
- package/types/components/Radio/index.d.ts +37 -37
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +1 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
- package/types/components/Select/RefSelect.vue.d.ts +201 -182
- package/types/components/Select/Select.d.ts +34 -25
- package/types/components/Select/Select.type.d.ts +23 -18
- package/types/components/Select/Selection/Input.vue.d.ts +3 -3
- package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
- package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
- package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
- package/types/components/Select/Selection/Single.vue.d.ts +6 -8
- package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
- package/types/components/Select/index.d.ts +64 -49
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +8 -8
- package/types/components/Slider/Slider.type.d.ts +8 -8
- package/types/components/Slider/index.d.ts +10 -10
- package/types/components/Space/Space.d.ts +4 -4
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +14 -14
- package/types/components/Steps/Steps.vue.d.ts +11 -11
- package/types/components/Steps/index.d.ts +28 -28
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +376 -394
- package/types/components/Table/BodyTable.vue.d.ts +376 -394
- package/types/components/Table/HeadTable.vue.d.ts +376 -394
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +822 -858
- package/types/components/Table/TableBox.vue.d.ts +752 -788
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +21 -21
- package/types/components/Tabs/Tabs.d.ts +30 -30
- package/types/components/Tabs/Tabs.type.d.ts +23 -22
- package/types/components/Tabs/index.d.ts +85 -85
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +7 -7
- package/types/components/Tag/index.d.ts +15 -15
- package/types/components/Text/Text.d.ts +6 -6
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +16 -15
- package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +395 -395
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +3 -3
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +10 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +8 -7
- package/types/components/Transfer/Transfer.vue.d.ts +838 -838
- package/types/components/Transfer/TransferList.vue.d.ts +180 -180
- package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
- package/types/components/Transfer/index.d.ts +2212 -2212
- package/types/components/Tree/SubTree.vue.d.ts +92 -110
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +99 -125
- package/types/components/Tree/TreeNode.vue.d.ts +64 -82
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +203 -263
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
- package/types/components/TreeSelect/index.d.ts +802 -890
- package/types/components/Upload/Upload.d.ts +2 -2
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +68 -68
- package/types/components/Upload/index.d.ts +7 -7
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +40 -11
- package/uxd-ui.umd.js +40 -11
- package/uxd-ui.umd.min.js +6 -6
|
@@ -12,9 +12,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
type: import("vue").PropType<string | string[]>;
|
|
13
13
|
};
|
|
14
14
|
size: {
|
|
15
|
-
type: import("vue").PropType<"
|
|
15
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
16
16
|
default: string;
|
|
17
|
-
validator: (val: "
|
|
17
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
18
18
|
};
|
|
19
19
|
format: {
|
|
20
20
|
type: StringConstructor;
|
|
@@ -38,19 +38,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
40
|
disabledDate: {
|
|
41
|
-
type: import("vue").PropType<import("
|
|
41
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
42
42
|
};
|
|
43
43
|
disabledTime: {
|
|
44
44
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
45
45
|
};
|
|
46
46
|
clearIcon: {
|
|
47
|
-
type: import("vue").PropType<import("
|
|
47
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
48
48
|
};
|
|
49
49
|
timeOptions: {
|
|
50
50
|
type: import("vue").PropType<Record<string, any>>;
|
|
51
51
|
};
|
|
52
52
|
suffixIcon: {
|
|
53
|
-
type: import("vue").PropType<import("
|
|
53
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
54
54
|
};
|
|
55
55
|
separator: {
|
|
56
56
|
type: StringConstructor;
|
|
@@ -85,13 +85,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
85
|
type: StringConstructor;
|
|
86
86
|
};
|
|
87
87
|
variant: {
|
|
88
|
-
type: import("vue").PropType<"
|
|
88
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
89
89
|
default: string;
|
|
90
90
|
validator: (val: string) => boolean;
|
|
91
91
|
};
|
|
92
92
|
color: {
|
|
93
|
-
type: import("vue").PropType<"
|
|
94
|
-
default:
|
|
93
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
94
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
95
95
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
96
96
|
};
|
|
97
97
|
label: {
|
|
@@ -106,7 +106,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
placement: {
|
|
109
|
-
type: import("vue").PropType<"
|
|
109
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
110
110
|
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;
|
|
111
111
|
};
|
|
112
112
|
getPopupContainer: {
|
|
@@ -161,9 +161,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
161
161
|
type: import("vue").PropType<string | string[]>;
|
|
162
162
|
};
|
|
163
163
|
size: {
|
|
164
|
-
type: import("vue").PropType<"
|
|
164
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
165
165
|
default: string;
|
|
166
|
-
validator: (val: "
|
|
166
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
167
167
|
};
|
|
168
168
|
format: {
|
|
169
169
|
type: StringConstructor;
|
|
@@ -187,19 +187,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
187
187
|
default: boolean;
|
|
188
188
|
};
|
|
189
189
|
disabledDate: {
|
|
190
|
-
type: import("vue").PropType<import("
|
|
190
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
191
191
|
};
|
|
192
192
|
disabledTime: {
|
|
193
193
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
194
194
|
};
|
|
195
195
|
clearIcon: {
|
|
196
|
-
type: import("vue").PropType<import("
|
|
196
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
197
197
|
};
|
|
198
198
|
timeOptions: {
|
|
199
199
|
type: import("vue").PropType<Record<string, any>>;
|
|
200
200
|
};
|
|
201
201
|
suffixIcon: {
|
|
202
|
-
type: import("vue").PropType<import("
|
|
202
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
203
203
|
};
|
|
204
204
|
separator: {
|
|
205
205
|
type: StringConstructor;
|
|
@@ -234,13 +234,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
234
234
|
type: StringConstructor;
|
|
235
235
|
};
|
|
236
236
|
variant: {
|
|
237
|
-
type: import("vue").PropType<"
|
|
237
|
+
type: import("vue").PropType<"surface" | "soft" | "text">;
|
|
238
238
|
default: string;
|
|
239
239
|
validator: (val: string) => boolean;
|
|
240
240
|
};
|
|
241
241
|
color: {
|
|
242
|
-
type: import("vue").PropType<"
|
|
243
|
-
default:
|
|
242
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
243
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
244
244
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
245
245
|
};
|
|
246
246
|
label: {
|
|
@@ -255,7 +255,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
255
255
|
default: boolean;
|
|
256
256
|
};
|
|
257
257
|
placement: {
|
|
258
|
-
type: import("vue").PropType<"
|
|
258
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
259
259
|
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;
|
|
260
260
|
};
|
|
261
261
|
getPopupContainer: {
|
|
@@ -280,7 +280,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
280
280
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
281
281
|
type: import("./DatePicker.type").DatePickerType;
|
|
282
282
|
required: boolean;
|
|
283
|
-
size: "
|
|
283
|
+
size: "default" | "small" | "large";
|
|
284
284
|
disabled: boolean;
|
|
285
285
|
variant: "text" | "surface" | "soft";
|
|
286
286
|
clearable: boolean;
|
|
@@ -299,7 +299,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
299
299
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
300
300
|
};
|
|
301
301
|
placement: {
|
|
302
|
-
type: import("vue").PropType<"
|
|
302
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
303
303
|
default: string;
|
|
304
304
|
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;
|
|
305
305
|
};
|
|
@@ -321,8 +321,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
321
321
|
type: StringConstructor;
|
|
322
322
|
};
|
|
323
323
|
trigger: {
|
|
324
|
-
type: import("vue").PropType<("
|
|
325
|
-
default: () => ("
|
|
324
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
325
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
326
326
|
};
|
|
327
327
|
mouseEnterDelay: {
|
|
328
328
|
type: NumberConstructor;
|
|
@@ -390,7 +390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
390
390
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
391
391
|
};
|
|
392
392
|
placement: {
|
|
393
|
-
type: import("vue").PropType<"
|
|
393
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
394
394
|
default: string;
|
|
395
395
|
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;
|
|
396
396
|
};
|
|
@@ -412,8 +412,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
412
412
|
type: StringConstructor;
|
|
413
413
|
};
|
|
414
414
|
trigger: {
|
|
415
|
-
type: import("vue").PropType<("
|
|
416
|
-
default: () => ("
|
|
415
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
416
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
417
417
|
};
|
|
418
418
|
mouseEnterDelay: {
|
|
419
419
|
type: NumberConstructor;
|
|
@@ -492,7 +492,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
492
492
|
default: string;
|
|
493
493
|
};
|
|
494
494
|
icon: {
|
|
495
|
-
type: import("vue").PropType<import("
|
|
495
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
496
496
|
};
|
|
497
497
|
}>> & Readonly<{
|
|
498
498
|
onClick?: (ev: Event) => any;
|
|
@@ -539,7 +539,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
539
539
|
default: string;
|
|
540
540
|
};
|
|
541
541
|
icon: {
|
|
542
|
-
type: import("vue").PropType<import("
|
|
542
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
543
543
|
};
|
|
544
544
|
}>> & Readonly<{
|
|
545
545
|
onClick?: (ev: Event) => any;
|
|
@@ -581,7 +581,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
581
581
|
default: string;
|
|
582
582
|
};
|
|
583
583
|
icon: {
|
|
584
|
-
type: import("vue").PropType<import("
|
|
584
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
585
585
|
};
|
|
586
586
|
}>> & Readonly<{
|
|
587
587
|
onClick?: (ev: Event) => any;
|
|
@@ -608,7 +608,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
608
608
|
}, string, {
|
|
609
609
|
color: string;
|
|
610
610
|
spin: boolean;
|
|
611
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
611
|
+
}, {}, 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>);
|
|
612
612
|
DatePickerInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
613
613
|
prefixCls: {
|
|
614
614
|
type: StringConstructor;
|
|
@@ -621,9 +621,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
621
621
|
default: string;
|
|
622
622
|
};
|
|
623
623
|
size: {
|
|
624
|
-
type: import("vue").PropType<"
|
|
624
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
625
625
|
default: string;
|
|
626
|
-
validator: (val: "
|
|
626
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
627
627
|
};
|
|
628
628
|
format: {
|
|
629
629
|
type: StringConstructor;
|
|
@@ -638,7 +638,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
638
638
|
default: boolean;
|
|
639
639
|
};
|
|
640
640
|
disabledDate: {
|
|
641
|
-
type: import("vue").PropType<import("
|
|
641
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
642
642
|
};
|
|
643
643
|
disabledTime: {
|
|
644
644
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -658,7 +658,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
658
658
|
}>, {
|
|
659
659
|
inputPrefixCls: import("vue").ComputedRef<string>;
|
|
660
660
|
inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
|
|
661
|
-
formatDate: (_value: DatePickerSingleValueType, _format: string) => string;
|
|
661
|
+
formatDate: (_value: DatePickerSingleValueType | undefined, _format: string) => string;
|
|
662
662
|
computedFormat: import("vue").ComputedRef<any>;
|
|
663
663
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
664
664
|
focus: () => void;
|
|
@@ -667,7 +667,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
667
667
|
onInputBlur: (e: any) => void;
|
|
668
668
|
onInputKeydown: (e: any) => void;
|
|
669
669
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
670
|
-
change: (v: Date) => boolean;
|
|
670
|
+
change: (v: Date | null) => boolean;
|
|
671
671
|
focus: (ev: Event) => boolean;
|
|
672
672
|
blur: (ev: Event) => boolean;
|
|
673
673
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -682,9 +682,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
682
682
|
default: string;
|
|
683
683
|
};
|
|
684
684
|
size: {
|
|
685
|
-
type: import("vue").PropType<"
|
|
685
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
686
686
|
default: string;
|
|
687
|
-
validator: (val: "
|
|
687
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
688
688
|
};
|
|
689
689
|
format: {
|
|
690
690
|
type: StringConstructor;
|
|
@@ -699,7 +699,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
699
699
|
default: boolean;
|
|
700
700
|
};
|
|
701
701
|
disabledDate: {
|
|
702
|
-
type: import("vue").PropType<import("
|
|
702
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
703
703
|
};
|
|
704
704
|
disabledTime: {
|
|
705
705
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -722,10 +722,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
722
722
|
onBlur?: (ev: Event) => any;
|
|
723
723
|
}>, {
|
|
724
724
|
locale: import("../locale/default").DatePickerLocal;
|
|
725
|
-
size: "
|
|
726
|
-
mode: DatePickerSingleType;
|
|
725
|
+
size: "default" | "small" | "large";
|
|
727
726
|
disabled: boolean;
|
|
728
727
|
placeholder: string;
|
|
728
|
+
mode: DatePickerSingleType;
|
|
729
729
|
open: boolean;
|
|
730
730
|
panel: import("./DatePicker.type").DatePickerPanelType;
|
|
731
731
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -741,9 +741,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
741
741
|
default: string;
|
|
742
742
|
};
|
|
743
743
|
size: {
|
|
744
|
-
type: import("vue").PropType<"
|
|
744
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
745
745
|
default: string;
|
|
746
|
-
validator: (val: "
|
|
746
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
747
747
|
};
|
|
748
748
|
format: {
|
|
749
749
|
type: StringConstructor;
|
|
@@ -762,7 +762,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
762
762
|
default: boolean;
|
|
763
763
|
};
|
|
764
764
|
}>, {
|
|
765
|
-
formatDate: (_value: DatePickerSingleValueType, _format: string) => string;
|
|
765
|
+
formatDate: (_value: DatePickerSingleValueType | undefined, _format: string) => string;
|
|
766
766
|
computedFormat: import("vue").ComputedRef<any>;
|
|
767
767
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
768
768
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -777,9 +777,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
777
777
|
default: string;
|
|
778
778
|
};
|
|
779
779
|
size: {
|
|
780
|
-
type: import("vue").PropType<"
|
|
780
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
781
781
|
default: string;
|
|
782
|
-
validator: (val: "
|
|
782
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
783
783
|
};
|
|
784
784
|
format: {
|
|
785
785
|
type: StringConstructor;
|
|
@@ -799,9 +799,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
799
799
|
};
|
|
800
800
|
}>> & Readonly<{}>, {
|
|
801
801
|
locale: import("../locale/default").DatePickerLocal;
|
|
802
|
-
size: "
|
|
803
|
-
mode: DatePickerSingleType;
|
|
802
|
+
size: "default" | "small" | "large";
|
|
804
803
|
placeholder: string;
|
|
804
|
+
mode: DatePickerSingleType;
|
|
805
805
|
open: boolean;
|
|
806
806
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
807
807
|
DateRangeInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -818,9 +818,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
818
818
|
type: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
|
|
819
819
|
};
|
|
820
820
|
size: {
|
|
821
|
-
type: import("vue").PropType<"
|
|
821
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
822
822
|
default: string;
|
|
823
|
-
validator: (val: "
|
|
823
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
824
824
|
};
|
|
825
825
|
format: {
|
|
826
826
|
type: StringConstructor;
|
|
@@ -835,7 +835,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
835
835
|
default: boolean;
|
|
836
836
|
};
|
|
837
837
|
disabledDate: {
|
|
838
|
-
type: import("vue").PropType<import("
|
|
838
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
839
839
|
};
|
|
840
840
|
disabledTime: {
|
|
841
841
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -867,7 +867,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
867
867
|
(value: number): import("dayjs").Dayjs;
|
|
868
868
|
};
|
|
869
869
|
day: {
|
|
870
|
-
(): 0 |
|
|
870
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
871
871
|
(value: number): import("dayjs").Dayjs;
|
|
872
872
|
};
|
|
873
873
|
hour: {
|
|
@@ -898,14 +898,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
898
898
|
};
|
|
899
899
|
startOf: {
|
|
900
900
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
901
|
-
(unit: "
|
|
901
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
902
902
|
};
|
|
903
903
|
endOf: {
|
|
904
904
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
905
|
-
(unit: "
|
|
905
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
906
906
|
};
|
|
907
907
|
format: (template?: string) => string;
|
|
908
|
-
diff: (date?:
|
|
908
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
909
909
|
valueOf: () => number;
|
|
910
910
|
unix: () => number;
|
|
911
911
|
daysInMonth: () => number;
|
|
@@ -915,16 +915,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
915
915
|
toString: () => string;
|
|
916
916
|
utcOffset: () => number;
|
|
917
917
|
isBefore: {
|
|
918
|
-
(date?:
|
|
919
|
-
(date?:
|
|
918
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
919
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
920
920
|
};
|
|
921
921
|
isSame: {
|
|
922
|
-
(date?:
|
|
923
|
-
(date?:
|
|
922
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
923
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
924
924
|
};
|
|
925
925
|
isAfter: {
|
|
926
|
-
(date?:
|
|
927
|
-
(date?:
|
|
926
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
927
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
928
928
|
};
|
|
929
929
|
locale: {
|
|
930
930
|
(): string;
|
|
@@ -956,7 +956,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
956
956
|
(value: number): import("dayjs").Dayjs;
|
|
957
957
|
};
|
|
958
958
|
day: {
|
|
959
|
-
(): 0 |
|
|
959
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
960
960
|
(value: number): import("dayjs").Dayjs;
|
|
961
961
|
};
|
|
962
962
|
hour: {
|
|
@@ -987,14 +987,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
987
987
|
};
|
|
988
988
|
startOf: {
|
|
989
989
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
990
|
-
(unit: "
|
|
990
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
991
991
|
};
|
|
992
992
|
endOf: {
|
|
993
993
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
994
|
-
(unit: "
|
|
994
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
995
995
|
};
|
|
996
996
|
format: (template?: string) => string;
|
|
997
|
-
diff: (date?:
|
|
997
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
998
998
|
valueOf: () => number;
|
|
999
999
|
unix: () => number;
|
|
1000
1000
|
daysInMonth: () => number;
|
|
@@ -1004,16 +1004,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1004
1004
|
toString: () => string;
|
|
1005
1005
|
utcOffset: () => number;
|
|
1006
1006
|
isBefore: {
|
|
1007
|
-
(date?:
|
|
1008
|
-
(date?:
|
|
1007
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1008
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1009
1009
|
};
|
|
1010
1010
|
isSame: {
|
|
1011
|
-
(date?:
|
|
1012
|
-
(date?:
|
|
1011
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1012
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1013
1013
|
};
|
|
1014
1014
|
isAfter: {
|
|
1015
|
-
(date?:
|
|
1016
|
-
(date?:
|
|
1015
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1016
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1017
1017
|
};
|
|
1018
1018
|
locale: {
|
|
1019
1019
|
(): string;
|
|
@@ -1046,7 +1046,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1046
1046
|
(value: number): import("dayjs").Dayjs;
|
|
1047
1047
|
};
|
|
1048
1048
|
day: {
|
|
1049
|
-
(): 0 |
|
|
1049
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1050
1050
|
(value: number): import("dayjs").Dayjs;
|
|
1051
1051
|
};
|
|
1052
1052
|
hour: {
|
|
@@ -1077,14 +1077,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1077
1077
|
};
|
|
1078
1078
|
startOf: {
|
|
1079
1079
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1080
|
-
(unit: "
|
|
1080
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1081
1081
|
};
|
|
1082
1082
|
endOf: {
|
|
1083
1083
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1084
|
-
(unit: "
|
|
1084
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1085
1085
|
};
|
|
1086
1086
|
format: (template?: string) => string;
|
|
1087
|
-
diff: (date?:
|
|
1087
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
1088
1088
|
valueOf: () => number;
|
|
1089
1089
|
unix: () => number;
|
|
1090
1090
|
daysInMonth: () => number;
|
|
@@ -1094,16 +1094,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1094
1094
|
toString: () => string;
|
|
1095
1095
|
utcOffset: () => number;
|
|
1096
1096
|
isBefore: {
|
|
1097
|
-
(date?:
|
|
1098
|
-
(date?:
|
|
1097
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1098
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1099
1099
|
};
|
|
1100
1100
|
isSame: {
|
|
1101
|
-
(date?:
|
|
1102
|
-
(date?:
|
|
1101
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1102
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1103
1103
|
};
|
|
1104
1104
|
isAfter: {
|
|
1105
|
-
(date?:
|
|
1106
|
-
(date?:
|
|
1105
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1106
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1107
1107
|
};
|
|
1108
1108
|
locale: {
|
|
1109
1109
|
(): string;
|
|
@@ -1135,7 +1135,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1135
1135
|
(value: number): import("dayjs").Dayjs;
|
|
1136
1136
|
};
|
|
1137
1137
|
day: {
|
|
1138
|
-
(): 0 |
|
|
1138
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1139
1139
|
(value: number): import("dayjs").Dayjs;
|
|
1140
1140
|
};
|
|
1141
1141
|
hour: {
|
|
@@ -1166,14 +1166,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1166
1166
|
};
|
|
1167
1167
|
startOf: {
|
|
1168
1168
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1169
|
-
(unit: "
|
|
1169
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1170
1170
|
};
|
|
1171
1171
|
endOf: {
|
|
1172
1172
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1173
|
-
(unit: "
|
|
1173
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1174
1174
|
};
|
|
1175
1175
|
format: (template?: string) => string;
|
|
1176
|
-
diff: (date?:
|
|
1176
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
1177
1177
|
valueOf: () => number;
|
|
1178
1178
|
unix: () => number;
|
|
1179
1179
|
daysInMonth: () => number;
|
|
@@ -1183,16 +1183,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1183
1183
|
toString: () => string;
|
|
1184
1184
|
utcOffset: () => number;
|
|
1185
1185
|
isBefore: {
|
|
1186
|
-
(date?:
|
|
1187
|
-
(date?:
|
|
1186
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1187
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1188
1188
|
};
|
|
1189
1189
|
isSame: {
|
|
1190
|
-
(date?:
|
|
1191
|
-
(date?:
|
|
1190
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1191
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1192
1192
|
};
|
|
1193
1193
|
isAfter: {
|
|
1194
|
-
(date?:
|
|
1195
|
-
(date?:
|
|
1194
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1195
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1196
1196
|
};
|
|
1197
1197
|
locale: {
|
|
1198
1198
|
(): string;
|
|
@@ -1211,13 +1211,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1211
1211
|
} | DatePickerSingleValueType>;
|
|
1212
1212
|
computedPlaceholder: import("vue").ComputedRef<string[]>;
|
|
1213
1213
|
computedFormat: import("vue").ComputedRef<any>;
|
|
1214
|
-
formatDate: (_value: DatePickerSingleValueType, _format: string) => string;
|
|
1214
|
+
formatDate: (_value: DatePickerSingleValueType | undefined, _format: string) => string;
|
|
1215
1215
|
onInputChange: (e: any, index: number) => void;
|
|
1216
1216
|
onInputFocus: (e: any, index: number) => void;
|
|
1217
1217
|
onInputBlur: (e: any, index: number) => void;
|
|
1218
1218
|
focus: () => void;
|
|
1219
1219
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1220
|
-
change: (v: Date[]) => boolean;
|
|
1220
|
+
change: (v: (Date | null)[]) => boolean;
|
|
1221
1221
|
focus: (e: Event, i: number) => boolean;
|
|
1222
1222
|
blur: (e: Event, i: number) => boolean;
|
|
1223
1223
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1234,9 +1234,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1234
1234
|
type: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
|
|
1235
1235
|
};
|
|
1236
1236
|
size: {
|
|
1237
|
-
type: import("vue").PropType<"
|
|
1237
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
1238
1238
|
default: string;
|
|
1239
|
-
validator: (val: "
|
|
1239
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
1240
1240
|
};
|
|
1241
1241
|
format: {
|
|
1242
1242
|
type: StringConstructor;
|
|
@@ -1251,7 +1251,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1251
1251
|
default: boolean;
|
|
1252
1252
|
};
|
|
1253
1253
|
disabledDate: {
|
|
1254
|
-
type: import("vue").PropType<import("
|
|
1254
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
1255
1255
|
};
|
|
1256
1256
|
disabledTime: {
|
|
1257
1257
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -1269,9 +1269,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1269
1269
|
onBlur?: (e: Event, i: number) => any;
|
|
1270
1270
|
}>, {
|
|
1271
1271
|
locale: import("../locale/default").DatePickerLocal;
|
|
1272
|
-
size: "
|
|
1273
|
-
mode: DatePickerSingleType;
|
|
1272
|
+
size: "default" | "small" | "large";
|
|
1274
1273
|
disabled: boolean;
|
|
1274
|
+
mode: DatePickerSingleType;
|
|
1275
1275
|
}, {}, {
|
|
1276
1276
|
URender: {
|
|
1277
1277
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
@@ -1295,7 +1295,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1295
1295
|
default: string;
|
|
1296
1296
|
};
|
|
1297
1297
|
icon: {
|
|
1298
|
-
type: import("vue").PropType<import("
|
|
1298
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1299
1299
|
};
|
|
1300
1300
|
}>> & Readonly<{
|
|
1301
1301
|
onClick?: (ev: Event) => any;
|
|
@@ -1342,7 +1342,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1342
1342
|
default: string;
|
|
1343
1343
|
};
|
|
1344
1344
|
icon: {
|
|
1345
|
-
type: import("vue").PropType<import("
|
|
1345
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1346
1346
|
};
|
|
1347
1347
|
}>> & Readonly<{
|
|
1348
1348
|
onClick?: (ev: Event) => any;
|
|
@@ -1384,7 +1384,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1384
1384
|
default: string;
|
|
1385
1385
|
};
|
|
1386
1386
|
icon: {
|
|
1387
|
-
type: import("vue").PropType<import("
|
|
1387
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1388
1388
|
};
|
|
1389
1389
|
}>> & Readonly<{
|
|
1390
1390
|
onClick?: (ev: Event) => any;
|
|
@@ -1411,7 +1411,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1411
1411
|
}, string, {
|
|
1412
1412
|
color: string;
|
|
1413
1413
|
spin: boolean;
|
|
1414
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1414
|
+
}, {}, 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>);
|
|
1415
1415
|
ULineSortRight: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1416
1416
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1417
1417
|
DatePickerPanel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1445,7 +1445,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1445
1445
|
type: import("vue").PropType<Record<string, any>>;
|
|
1446
1446
|
};
|
|
1447
1447
|
disabledDate: {
|
|
1448
|
-
type: import("vue").PropType<import("
|
|
1448
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
1449
1449
|
};
|
|
1450
1450
|
disabledTime: {
|
|
1451
1451
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -1482,7 +1482,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1482
1482
|
(value: number): import("dayjs").Dayjs;
|
|
1483
1483
|
};
|
|
1484
1484
|
day: {
|
|
1485
|
-
(): 0 |
|
|
1485
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1486
1486
|
(value: number): import("dayjs").Dayjs;
|
|
1487
1487
|
};
|
|
1488
1488
|
hour: {
|
|
@@ -1513,14 +1513,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1513
1513
|
};
|
|
1514
1514
|
startOf: {
|
|
1515
1515
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1516
|
-
(unit: "
|
|
1516
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1517
1517
|
};
|
|
1518
1518
|
endOf: {
|
|
1519
1519
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1520
|
-
(unit: "
|
|
1520
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1521
1521
|
};
|
|
1522
1522
|
format: (template?: string) => string;
|
|
1523
|
-
diff: (date?:
|
|
1523
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
1524
1524
|
valueOf: () => number;
|
|
1525
1525
|
unix: () => number;
|
|
1526
1526
|
daysInMonth: () => number;
|
|
@@ -1530,16 +1530,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1530
1530
|
toString: () => string;
|
|
1531
1531
|
utcOffset: () => number;
|
|
1532
1532
|
isBefore: {
|
|
1533
|
-
(date?:
|
|
1534
|
-
(date?:
|
|
1533
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1534
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1535
1535
|
};
|
|
1536
1536
|
isSame: {
|
|
1537
|
-
(date?:
|
|
1538
|
-
(date?:
|
|
1537
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1538
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1539
1539
|
};
|
|
1540
1540
|
isAfter: {
|
|
1541
|
-
(date?:
|
|
1542
|
-
(date?:
|
|
1541
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1542
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1543
1543
|
};
|
|
1544
1544
|
locale: {
|
|
1545
1545
|
(): string;
|
|
@@ -1571,7 +1571,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1571
1571
|
(value: number): import("dayjs").Dayjs;
|
|
1572
1572
|
};
|
|
1573
1573
|
day: {
|
|
1574
|
-
(): 0 |
|
|
1574
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1575
1575
|
(value: number): import("dayjs").Dayjs;
|
|
1576
1576
|
};
|
|
1577
1577
|
hour: {
|
|
@@ -1602,14 +1602,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1602
1602
|
};
|
|
1603
1603
|
startOf: {
|
|
1604
1604
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1605
|
-
(unit: "
|
|
1605
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1606
1606
|
};
|
|
1607
1607
|
endOf: {
|
|
1608
1608
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1609
|
-
(unit: "
|
|
1609
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1610
1610
|
};
|
|
1611
1611
|
format: (template?: string) => string;
|
|
1612
|
-
diff: (date?:
|
|
1612
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
1613
1613
|
valueOf: () => number;
|
|
1614
1614
|
unix: () => number;
|
|
1615
1615
|
daysInMonth: () => number;
|
|
@@ -1619,16 +1619,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1619
1619
|
toString: () => string;
|
|
1620
1620
|
utcOffset: () => number;
|
|
1621
1621
|
isBefore: {
|
|
1622
|
-
(date?:
|
|
1623
|
-
(date?:
|
|
1622
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1623
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1624
1624
|
};
|
|
1625
1625
|
isSame: {
|
|
1626
|
-
(date?:
|
|
1627
|
-
(date?:
|
|
1626
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1627
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1628
1628
|
};
|
|
1629
1629
|
isAfter: {
|
|
1630
|
-
(date?:
|
|
1631
|
-
(date?:
|
|
1630
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1631
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1632
1632
|
};
|
|
1633
1633
|
locale: {
|
|
1634
1634
|
(): string;
|
|
@@ -1661,7 +1661,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1661
1661
|
(value: number): import("dayjs").Dayjs;
|
|
1662
1662
|
};
|
|
1663
1663
|
day: {
|
|
1664
|
-
(): 0 |
|
|
1664
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1665
1665
|
(value: number): import("dayjs").Dayjs;
|
|
1666
1666
|
};
|
|
1667
1667
|
hour: {
|
|
@@ -1692,14 +1692,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1692
1692
|
};
|
|
1693
1693
|
startOf: {
|
|
1694
1694
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1695
|
-
(unit: "
|
|
1695
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1696
1696
|
};
|
|
1697
1697
|
endOf: {
|
|
1698
1698
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1699
|
-
(unit: "
|
|
1699
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1700
1700
|
};
|
|
1701
1701
|
format: (template?: string) => string;
|
|
1702
|
-
diff: (date?:
|
|
1702
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
1703
1703
|
valueOf: () => number;
|
|
1704
1704
|
unix: () => number;
|
|
1705
1705
|
daysInMonth: () => number;
|
|
@@ -1709,16 +1709,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1709
1709
|
toString: () => string;
|
|
1710
1710
|
utcOffset: () => number;
|
|
1711
1711
|
isBefore: {
|
|
1712
|
-
(date?:
|
|
1713
|
-
(date?:
|
|
1712
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1713
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1714
1714
|
};
|
|
1715
1715
|
isSame: {
|
|
1716
|
-
(date?:
|
|
1717
|
-
(date?:
|
|
1716
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1717
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1718
1718
|
};
|
|
1719
1719
|
isAfter: {
|
|
1720
|
-
(date?:
|
|
1721
|
-
(date?:
|
|
1720
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1721
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1722
1722
|
};
|
|
1723
1723
|
locale: {
|
|
1724
1724
|
(): string;
|
|
@@ -1750,7 +1750,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1750
1750
|
(value: number): import("dayjs").Dayjs;
|
|
1751
1751
|
};
|
|
1752
1752
|
day: {
|
|
1753
|
-
(): 0 |
|
|
1753
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1754
1754
|
(value: number): import("dayjs").Dayjs;
|
|
1755
1755
|
};
|
|
1756
1756
|
hour: {
|
|
@@ -1781,14 +1781,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1781
1781
|
};
|
|
1782
1782
|
startOf: {
|
|
1783
1783
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1784
|
-
(unit: "
|
|
1784
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1785
1785
|
};
|
|
1786
1786
|
endOf: {
|
|
1787
1787
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1788
|
-
(unit: "
|
|
1788
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
1789
1789
|
};
|
|
1790
1790
|
format: (template?: string) => string;
|
|
1791
|
-
diff: (date?:
|
|
1791
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
1792
1792
|
valueOf: () => number;
|
|
1793
1793
|
unix: () => number;
|
|
1794
1794
|
daysInMonth: () => number;
|
|
@@ -1798,16 +1798,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1798
1798
|
toString: () => string;
|
|
1799
1799
|
utcOffset: () => number;
|
|
1800
1800
|
isBefore: {
|
|
1801
|
-
(date?:
|
|
1802
|
-
(date?:
|
|
1801
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1802
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1803
1803
|
};
|
|
1804
1804
|
isSame: {
|
|
1805
|
-
(date?:
|
|
1806
|
-
(date?:
|
|
1805
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1806
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1807
1807
|
};
|
|
1808
1808
|
isAfter: {
|
|
1809
|
-
(date?:
|
|
1810
|
-
(date?:
|
|
1809
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
1810
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
1811
1811
|
};
|
|
1812
1812
|
locale: {
|
|
1813
1813
|
(): string;
|
|
@@ -1842,7 +1842,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1842
1842
|
}) => void;
|
|
1843
1843
|
onShortcutClick: (shortcut: import("./DatePicker.type").DatePickerShortcut) => void;
|
|
1844
1844
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1845
|
-
select: (v: Date, close?: boolean) => boolean;
|
|
1845
|
+
select: (v: Date | null, close?: boolean) => boolean;
|
|
1846
1846
|
close: () => true;
|
|
1847
1847
|
'panel-change': (p: string) => boolean;
|
|
1848
1848
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1876,7 +1876,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1876
1876
|
type: import("vue").PropType<Record<string, any>>;
|
|
1877
1877
|
};
|
|
1878
1878
|
disabledDate: {
|
|
1879
|
-
type: import("vue").PropType<import("
|
|
1879
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
1880
1880
|
};
|
|
1881
1881
|
disabledTime: {
|
|
1882
1882
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -1919,11 +1919,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1919
1919
|
required: true;
|
|
1920
1920
|
};
|
|
1921
1921
|
selectedDate: {
|
|
1922
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
1922
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
1923
1923
|
default: any;
|
|
1924
1924
|
};
|
|
1925
1925
|
hoveredDate: {
|
|
1926
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
1926
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
1927
1927
|
default: any;
|
|
1928
1928
|
};
|
|
1929
1929
|
range: {
|
|
@@ -1934,7 +1934,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1934
1934
|
required: true;
|
|
1935
1935
|
};
|
|
1936
1936
|
disabledDate: {
|
|
1937
|
-
type: import("vue").PropType<import("
|
|
1937
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
1938
1938
|
};
|
|
1939
1939
|
disabledTime: {
|
|
1940
1940
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -1966,10 +1966,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1966
1966
|
onSelectedChange: (value: import("dayjs").Dayjs) => void;
|
|
1967
1967
|
onTimeChange: (value: import("dayjs").Dayjs) => void;
|
|
1968
1968
|
onHoverDate: (value: import("dayjs").Dayjs) => void;
|
|
1969
|
-
getTimeDisabledMethods: (value: Date, disabledTime?: import("./DatePicker.type").DisabledTimeFunction, type?: "
|
|
1970
|
-
disabledHours: import("
|
|
1971
|
-
disabledMinutes: import("
|
|
1972
|
-
disabledSeconds: import("
|
|
1969
|
+
getTimeDisabledMethods: (value: Date, disabledTime?: import("./DatePicker.type").DisabledTimeFunction, type?: import("./DatePicker.type").RangeDirection) => {
|
|
1970
|
+
disabledHours: import("@koi-design/uxd-ui/es/index").DisabledHoursFunction;
|
|
1971
|
+
disabledMinutes: import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction;
|
|
1972
|
+
disabledSeconds: import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction;
|
|
1973
1973
|
};
|
|
1974
1974
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("panel-change" | "current-change" | "selected-change" | "hover-date")[], "panel-change" | "current-change" | "selected-change" | "hover-date", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1975
1975
|
prefixCls: {
|
|
@@ -1981,11 +1981,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1981
1981
|
required: true;
|
|
1982
1982
|
};
|
|
1983
1983
|
selectedDate: {
|
|
1984
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
1984
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
1985
1985
|
default: any;
|
|
1986
1986
|
};
|
|
1987
1987
|
hoveredDate: {
|
|
1988
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
1988
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
1989
1989
|
default: any;
|
|
1990
1990
|
};
|
|
1991
1991
|
range: {
|
|
@@ -1996,7 +1996,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1996
1996
|
required: true;
|
|
1997
1997
|
};
|
|
1998
1998
|
disabledDate: {
|
|
1999
|
-
type: import("vue").PropType<import("
|
|
1999
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
2000
2000
|
};
|
|
2001
2001
|
disabledTime: {
|
|
2002
2002
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -2140,7 +2140,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2140
2140
|
default: string;
|
|
2141
2141
|
};
|
|
2142
2142
|
icon: {
|
|
2143
|
-
type: import("vue").PropType<import("
|
|
2143
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2144
2144
|
};
|
|
2145
2145
|
}>> & Readonly<{
|
|
2146
2146
|
onClick?: (ev: Event) => any;
|
|
@@ -2187,7 +2187,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2187
2187
|
default: string;
|
|
2188
2188
|
};
|
|
2189
2189
|
icon: {
|
|
2190
|
-
type: import("vue").PropType<import("
|
|
2190
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2191
2191
|
};
|
|
2192
2192
|
}>> & Readonly<{
|
|
2193
2193
|
onClick?: (ev: Event) => any;
|
|
@@ -2229,7 +2229,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2229
2229
|
default: string;
|
|
2230
2230
|
};
|
|
2231
2231
|
icon: {
|
|
2232
|
-
type: import("vue").PropType<import("
|
|
2232
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2233
2233
|
};
|
|
2234
2234
|
}>> & Readonly<{
|
|
2235
2235
|
onClick?: (ev: Event) => any;
|
|
@@ -2256,7 +2256,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2256
2256
|
}, string, {
|
|
2257
2257
|
color: string;
|
|
2258
2258
|
spin: boolean;
|
|
2259
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2259
|
+
}, {}, 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>);
|
|
2260
2260
|
ULineLeft: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2261
2261
|
ULineLeftDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2262
2262
|
ULineRight: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2272,18 +2272,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2272
2272
|
required: true;
|
|
2273
2273
|
};
|
|
2274
2274
|
selectedDate: {
|
|
2275
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
2275
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
2276
2276
|
default: any;
|
|
2277
2277
|
};
|
|
2278
2278
|
hoveredDate: {
|
|
2279
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2279
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2280
2280
|
default: any;
|
|
2281
2281
|
};
|
|
2282
2282
|
locale: {
|
|
2283
2283
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
2284
2284
|
};
|
|
2285
2285
|
disabledDate: {
|
|
2286
|
-
type: import("vue").PropType<import("
|
|
2286
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
2287
2287
|
};
|
|
2288
2288
|
weekMode: {
|
|
2289
2289
|
type: BooleanConstructor;
|
|
@@ -2294,9 +2294,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2294
2294
|
text: string;
|
|
2295
2295
|
key: string;
|
|
2296
2296
|
}[];
|
|
2297
|
-
dateTable: import("vue").ComputedRef<import("
|
|
2298
|
-
onDateSelected: (cell: import("
|
|
2299
|
-
onDateHover: (cell: import("
|
|
2297
|
+
dateTable: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").DateTableCell[][]>;
|
|
2298
|
+
onDateSelected: (cell: import("@koi-design/uxd-ui/es/index").DateTableCell) => void;
|
|
2299
|
+
onDateHover: (cell: import("@koi-design/uxd-ui/es/index").DateTableCell) => void;
|
|
2300
2300
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2301
2301
|
prefixCls: {
|
|
2302
2302
|
type: StringConstructor;
|
|
@@ -2307,18 +2307,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2307
2307
|
required: true;
|
|
2308
2308
|
};
|
|
2309
2309
|
selectedDate: {
|
|
2310
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
2310
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
2311
2311
|
default: any;
|
|
2312
2312
|
};
|
|
2313
2313
|
hoveredDate: {
|
|
2314
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2314
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2315
2315
|
default: any;
|
|
2316
2316
|
};
|
|
2317
2317
|
locale: {
|
|
2318
2318
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
2319
2319
|
};
|
|
2320
2320
|
disabledDate: {
|
|
2321
|
-
type: import("vue").PropType<import("
|
|
2321
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
2322
2322
|
};
|
|
2323
2323
|
weekMode: {
|
|
2324
2324
|
type: BooleanConstructor;
|
|
@@ -2339,7 +2339,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2339
2339
|
default: string;
|
|
2340
2340
|
};
|
|
2341
2341
|
selectedValue: {
|
|
2342
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2342
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2343
2343
|
default: any;
|
|
2344
2344
|
};
|
|
2345
2345
|
format: {
|
|
@@ -2347,16 +2347,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2347
2347
|
default: string;
|
|
2348
2348
|
};
|
|
2349
2349
|
disabledHours: {
|
|
2350
|
-
type: import("vue").PropType<import("
|
|
2351
|
-
default: import("
|
|
2350
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledHoursFunction>;
|
|
2351
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledHoursFunction;
|
|
2352
2352
|
};
|
|
2353
2353
|
disabledMinutes: {
|
|
2354
|
-
type: import("vue").PropType<import("
|
|
2355
|
-
default: import("
|
|
2354
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction>;
|
|
2355
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction;
|
|
2356
2356
|
};
|
|
2357
2357
|
disabledSeconds: {
|
|
2358
|
-
type: import("vue").PropType<import("
|
|
2359
|
-
default: import("
|
|
2358
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction>;
|
|
2359
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction;
|
|
2360
2360
|
};
|
|
2361
2361
|
hideDisabledOptions: {
|
|
2362
2362
|
type: BooleanConstructor;
|
|
@@ -2409,7 +2409,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2409
2409
|
}>;
|
|
2410
2410
|
columns: import("vue").ComputedRef<number>;
|
|
2411
2411
|
handleSelected: ({ type, value }: {
|
|
2412
|
-
type: import("
|
|
2412
|
+
type: import("@koi-design/uxd-ui/es/index").SelectListType;
|
|
2413
2413
|
value: string;
|
|
2414
2414
|
}) => void;
|
|
2415
2415
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "ampm-change")[], "change" | "ampm-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2418,7 +2418,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2418
2418
|
default: string;
|
|
2419
2419
|
};
|
|
2420
2420
|
selectedValue: {
|
|
2421
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2421
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2422
2422
|
default: any;
|
|
2423
2423
|
};
|
|
2424
2424
|
format: {
|
|
@@ -2426,16 +2426,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2426
2426
|
default: string;
|
|
2427
2427
|
};
|
|
2428
2428
|
disabledHours: {
|
|
2429
|
-
type: import("vue").PropType<import("
|
|
2430
|
-
default: import("
|
|
2429
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledHoursFunction>;
|
|
2430
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledHoursFunction;
|
|
2431
2431
|
};
|
|
2432
2432
|
disabledMinutes: {
|
|
2433
|
-
type: import("vue").PropType<import("
|
|
2434
|
-
default: import("
|
|
2433
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction>;
|
|
2434
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction;
|
|
2435
2435
|
};
|
|
2436
2436
|
disabledSeconds: {
|
|
2437
|
-
type: import("vue").PropType<import("
|
|
2438
|
-
default: import("
|
|
2437
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction>;
|
|
2438
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction;
|
|
2439
2439
|
};
|
|
2440
2440
|
hideDisabledOptions: {
|
|
2441
2441
|
type: BooleanConstructor;
|
|
@@ -2469,9 +2469,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2469
2469
|
prefixCls: string;
|
|
2470
2470
|
format: string;
|
|
2471
2471
|
selectedValue: import("dayjs").Dayjs;
|
|
2472
|
-
disabledHours: import("
|
|
2473
|
-
disabledMinutes: import("
|
|
2474
|
-
disabledSeconds: import("
|
|
2472
|
+
disabledHours: import("@koi-design/uxd-ui/es/index").DisabledHoursFunction;
|
|
2473
|
+
disabledMinutes: import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction;
|
|
2474
|
+
disabledSeconds: import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction;
|
|
2475
2475
|
hideDisabledOptions: boolean;
|
|
2476
2476
|
hourStep: number;
|
|
2477
2477
|
minuteStep: number;
|
|
@@ -2484,12 +2484,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2484
2484
|
default: string;
|
|
2485
2485
|
};
|
|
2486
2486
|
type: {
|
|
2487
|
-
type: import("vue").PropType<import("
|
|
2487
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectListType>;
|
|
2488
2488
|
required: true;
|
|
2489
2489
|
};
|
|
2490
2490
|
options: {
|
|
2491
|
-
type: import("vue").PropType<import("
|
|
2492
|
-
default: () => import("
|
|
2491
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectListOption[]>;
|
|
2492
|
+
default: () => import("@koi-design/uxd-ui/es/index").SelectListOption[];
|
|
2493
2493
|
};
|
|
2494
2494
|
selected: {
|
|
2495
2495
|
type: NumberConstructor;
|
|
@@ -2499,19 +2499,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2499
2499
|
selectRef: import("vue").Ref<any, any>;
|
|
2500
2500
|
listRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
|
|
2501
2501
|
triggerScrollBar: () => void;
|
|
2502
|
-
onClick: (item: import("
|
|
2502
|
+
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
2503
2503
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2504
2504
|
prefixCls: {
|
|
2505
2505
|
type: StringConstructor;
|
|
2506
2506
|
default: string;
|
|
2507
2507
|
};
|
|
2508
2508
|
type: {
|
|
2509
|
-
type: import("vue").PropType<import("
|
|
2509
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectListType>;
|
|
2510
2510
|
required: true;
|
|
2511
2511
|
};
|
|
2512
2512
|
options: {
|
|
2513
|
-
type: import("vue").PropType<import("
|
|
2514
|
-
default: () => import("
|
|
2513
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectListOption[]>;
|
|
2514
|
+
default: () => import("@koi-design/uxd-ui/es/index").SelectListOption[];
|
|
2515
2515
|
};
|
|
2516
2516
|
selected: {
|
|
2517
2517
|
type: NumberConstructor;
|
|
@@ -2521,7 +2521,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2521
2521
|
onSelect?: (...args: any[]) => any;
|
|
2522
2522
|
}>, {
|
|
2523
2523
|
prefixCls: string;
|
|
2524
|
-
options: import("
|
|
2524
|
+
options: import("@koi-design/uxd-ui/es/index").SelectListOption[];
|
|
2525
2525
|
selected: number;
|
|
2526
2526
|
}, {}, {
|
|
2527
2527
|
Scrollbar: {
|
|
@@ -2666,7 +2666,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2666
2666
|
hideBar: boolean;
|
|
2667
2667
|
minSize: number;
|
|
2668
2668
|
zIndex: number;
|
|
2669
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2669
|
+
}, {}, 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>);
|
|
2670
2670
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2671
2671
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2672
2672
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2676,15 +2676,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2676
2676
|
default: string;
|
|
2677
2677
|
};
|
|
2678
2678
|
currentDate: {
|
|
2679
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2679
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2680
2680
|
required: true;
|
|
2681
2681
|
};
|
|
2682
2682
|
selectedDate: {
|
|
2683
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
2683
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
2684
2684
|
default: any;
|
|
2685
2685
|
};
|
|
2686
2686
|
hoveredDate: {
|
|
2687
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2687
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2688
2688
|
default: any;
|
|
2689
2689
|
};
|
|
2690
2690
|
locale: {
|
|
@@ -2692,10 +2692,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2692
2692
|
required: true;
|
|
2693
2693
|
};
|
|
2694
2694
|
disabledDate: {
|
|
2695
|
-
type: import("vue").PropType<import("
|
|
2695
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
2696
2696
|
};
|
|
2697
2697
|
disabledMonth: {
|
|
2698
|
-
type: import("vue").PropType<import("
|
|
2698
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMonthFunction>;
|
|
2699
2699
|
};
|
|
2700
2700
|
disabledPrev: {
|
|
2701
2701
|
type: BooleanConstructor;
|
|
@@ -2721,15 +2721,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2721
2721
|
default: string;
|
|
2722
2722
|
};
|
|
2723
2723
|
currentDate: {
|
|
2724
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2724
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2725
2725
|
required: true;
|
|
2726
2726
|
};
|
|
2727
2727
|
selectedDate: {
|
|
2728
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
2728
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
2729
2729
|
default: any;
|
|
2730
2730
|
};
|
|
2731
2731
|
hoveredDate: {
|
|
2732
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2732
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2733
2733
|
default: any;
|
|
2734
2734
|
};
|
|
2735
2735
|
locale: {
|
|
@@ -2737,10 +2737,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2737
2737
|
required: true;
|
|
2738
2738
|
};
|
|
2739
2739
|
disabledDate: {
|
|
2740
|
-
type: import("vue").PropType<import("
|
|
2740
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
2741
2741
|
};
|
|
2742
2742
|
disabledMonth: {
|
|
2743
|
-
type: import("vue").PropType<import("
|
|
2743
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMonthFunction>;
|
|
2744
2744
|
};
|
|
2745
2745
|
disabledPrev: {
|
|
2746
2746
|
type: BooleanConstructor;
|
|
@@ -2835,7 +2835,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2835
2835
|
default: string;
|
|
2836
2836
|
};
|
|
2837
2837
|
icon: {
|
|
2838
|
-
type: import("vue").PropType<import("
|
|
2838
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2839
2839
|
};
|
|
2840
2840
|
}>> & Readonly<{
|
|
2841
2841
|
onClick?: (ev: Event) => any;
|
|
@@ -2882,7 +2882,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2882
2882
|
default: string;
|
|
2883
2883
|
};
|
|
2884
2884
|
icon: {
|
|
2885
|
-
type: import("vue").PropType<import("
|
|
2885
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2886
2886
|
};
|
|
2887
2887
|
}>> & Readonly<{
|
|
2888
2888
|
onClick?: (ev: Event) => any;
|
|
@@ -2924,7 +2924,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2924
2924
|
default: string;
|
|
2925
2925
|
};
|
|
2926
2926
|
icon: {
|
|
2927
|
-
type: import("vue").PropType<import("
|
|
2927
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2928
2928
|
};
|
|
2929
2929
|
}>> & Readonly<{
|
|
2930
2930
|
onClick?: (ev: Event) => any;
|
|
@@ -2951,7 +2951,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2951
2951
|
}, string, {
|
|
2952
2952
|
color: string;
|
|
2953
2953
|
spin: boolean;
|
|
2954
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2954
|
+
}, {}, 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>);
|
|
2955
2955
|
ULineLeftDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2956
2956
|
ULineRightDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2957
2957
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2965,26 +2965,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2965
2965
|
required: true;
|
|
2966
2966
|
};
|
|
2967
2967
|
selectedDate: {
|
|
2968
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
2968
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
2969
2969
|
default: any;
|
|
2970
2970
|
};
|
|
2971
2971
|
hoveredDate: {
|
|
2972
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
2972
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
2973
2973
|
default: any;
|
|
2974
2974
|
};
|
|
2975
2975
|
locale: {
|
|
2976
2976
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
2977
2977
|
};
|
|
2978
2978
|
disabledDate: {
|
|
2979
|
-
type: import("vue").PropType<import("
|
|
2979
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
2980
2980
|
};
|
|
2981
2981
|
disabledMonth: {
|
|
2982
|
-
type: import("vue").PropType<import("
|
|
2982
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMonthFunction>;
|
|
2983
2983
|
};
|
|
2984
2984
|
}>, {
|
|
2985
|
-
tableData: import("vue").ComputedRef<import("
|
|
2986
|
-
onSelected: (cell: import("
|
|
2987
|
-
onHover: (cell: import("
|
|
2985
|
+
tableData: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").MonthTableCell[][]>;
|
|
2986
|
+
onSelected: (cell: import("@koi-design/uxd-ui/es/index").MonthTableCell) => void;
|
|
2987
|
+
onHover: (cell: import("@koi-design/uxd-ui/es/index").MonthTableCell) => void;
|
|
2988
2988
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2989
2989
|
prefixCls: {
|
|
2990
2990
|
type: StringConstructor;
|
|
@@ -2995,21 +2995,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2995
2995
|
required: true;
|
|
2996
2996
|
};
|
|
2997
2997
|
selectedDate: {
|
|
2998
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
2998
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
2999
2999
|
default: any;
|
|
3000
3000
|
};
|
|
3001
3001
|
hoveredDate: {
|
|
3002
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3002
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3003
3003
|
default: any;
|
|
3004
3004
|
};
|
|
3005
3005
|
locale: {
|
|
3006
3006
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
3007
3007
|
};
|
|
3008
3008
|
disabledDate: {
|
|
3009
|
-
type: import("vue").PropType<import("
|
|
3009
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3010
3010
|
};
|
|
3011
3011
|
disabledMonth: {
|
|
3012
|
-
type: import("vue").PropType<import("
|
|
3012
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMonthFunction>;
|
|
3013
3013
|
};
|
|
3014
3014
|
}>> & Readonly<{
|
|
3015
3015
|
onSelect?: (...args: any[]) => any;
|
|
@@ -3026,15 +3026,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3026
3026
|
default: string;
|
|
3027
3027
|
};
|
|
3028
3028
|
currentDate: {
|
|
3029
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3029
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3030
3030
|
required: true;
|
|
3031
3031
|
};
|
|
3032
3032
|
selectedDate: {
|
|
3033
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3033
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3034
3034
|
default: any;
|
|
3035
3035
|
};
|
|
3036
3036
|
hoveredDate: {
|
|
3037
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3037
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3038
3038
|
default: any;
|
|
3039
3039
|
};
|
|
3040
3040
|
locale: {
|
|
@@ -3042,10 +3042,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3042
3042
|
required: true;
|
|
3043
3043
|
};
|
|
3044
3044
|
disabledDate: {
|
|
3045
|
-
type: import("vue").PropType<import("
|
|
3045
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3046
3046
|
};
|
|
3047
3047
|
disabledYear: {
|
|
3048
|
-
type: import("vue").PropType<import("
|
|
3048
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledYearFunction>;
|
|
3049
3049
|
};
|
|
3050
3050
|
disabledPrev: {
|
|
3051
3051
|
type: BooleanConstructor;
|
|
@@ -3071,15 +3071,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3071
3071
|
default: string;
|
|
3072
3072
|
};
|
|
3073
3073
|
currentDate: {
|
|
3074
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3074
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3075
3075
|
required: true;
|
|
3076
3076
|
};
|
|
3077
3077
|
selectedDate: {
|
|
3078
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3078
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3079
3079
|
default: any;
|
|
3080
3080
|
};
|
|
3081
3081
|
hoveredDate: {
|
|
3082
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3082
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3083
3083
|
default: any;
|
|
3084
3084
|
};
|
|
3085
3085
|
locale: {
|
|
@@ -3087,10 +3087,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3087
3087
|
required: true;
|
|
3088
3088
|
};
|
|
3089
3089
|
disabledDate: {
|
|
3090
|
-
type: import("vue").PropType<import("
|
|
3090
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3091
3091
|
};
|
|
3092
3092
|
disabledYear: {
|
|
3093
|
-
type: import("vue").PropType<import("
|
|
3093
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledYearFunction>;
|
|
3094
3094
|
};
|
|
3095
3095
|
disabledPrev: {
|
|
3096
3096
|
type: BooleanConstructor;
|
|
@@ -3184,7 +3184,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3184
3184
|
default: string;
|
|
3185
3185
|
};
|
|
3186
3186
|
icon: {
|
|
3187
|
-
type: import("vue").PropType<import("
|
|
3187
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3188
3188
|
};
|
|
3189
3189
|
}>> & Readonly<{
|
|
3190
3190
|
onClick?: (ev: Event) => any;
|
|
@@ -3231,7 +3231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3231
3231
|
default: string;
|
|
3232
3232
|
};
|
|
3233
3233
|
icon: {
|
|
3234
|
-
type: import("vue").PropType<import("
|
|
3234
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3235
3235
|
};
|
|
3236
3236
|
}>> & Readonly<{
|
|
3237
3237
|
onClick?: (ev: Event) => any;
|
|
@@ -3273,7 +3273,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3273
3273
|
default: string;
|
|
3274
3274
|
};
|
|
3275
3275
|
icon: {
|
|
3276
|
-
type: import("vue").PropType<import("
|
|
3276
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3277
3277
|
};
|
|
3278
3278
|
}>> & Readonly<{
|
|
3279
3279
|
onClick?: (ev: Event) => any;
|
|
@@ -3300,7 +3300,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3300
3300
|
}, string, {
|
|
3301
3301
|
color: string;
|
|
3302
3302
|
spin: boolean;
|
|
3303
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3303
|
+
}, {}, 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>);
|
|
3304
3304
|
ULineLeftDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3305
3305
|
ULineRightDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3306
3306
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3314,21 +3314,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3314
3314
|
required: true;
|
|
3315
3315
|
};
|
|
3316
3316
|
selectedDate: {
|
|
3317
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3317
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3318
3318
|
default: any;
|
|
3319
3319
|
};
|
|
3320
3320
|
hoveredDate: {
|
|
3321
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3321
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3322
3322
|
default: any;
|
|
3323
3323
|
};
|
|
3324
3324
|
locale: {
|
|
3325
3325
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
3326
3326
|
};
|
|
3327
3327
|
disabledDate: {
|
|
3328
|
-
type: import("vue").PropType<import("
|
|
3328
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3329
3329
|
};
|
|
3330
3330
|
disabledYear: {
|
|
3331
|
-
type: import("vue").PropType<import("
|
|
3331
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledYearFunction>;
|
|
3332
3332
|
};
|
|
3333
3333
|
}>, {
|
|
3334
3334
|
tableData: import("vue").ComputedRef<{
|
|
@@ -3337,8 +3337,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3337
3337
|
class: string;
|
|
3338
3338
|
disabled: boolean;
|
|
3339
3339
|
}[][]>;
|
|
3340
|
-
onSelected: (cell: import("
|
|
3341
|
-
onHover: (cell: import("
|
|
3340
|
+
onSelected: (cell: import("@koi-design/uxd-ui/es/index").YearTableCell) => void;
|
|
3341
|
+
onHover: (cell: import("@koi-design/uxd-ui/es/index").YearTableCell) => void;
|
|
3342
3342
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3343
3343
|
prefixCls: {
|
|
3344
3344
|
type: StringConstructor;
|
|
@@ -3349,21 +3349,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3349
3349
|
required: true;
|
|
3350
3350
|
};
|
|
3351
3351
|
selectedDate: {
|
|
3352
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3352
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3353
3353
|
default: any;
|
|
3354
3354
|
};
|
|
3355
3355
|
hoveredDate: {
|
|
3356
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3356
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3357
3357
|
default: any;
|
|
3358
3358
|
};
|
|
3359
3359
|
locale: {
|
|
3360
3360
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
3361
3361
|
};
|
|
3362
3362
|
disabledDate: {
|
|
3363
|
-
type: import("vue").PropType<import("
|
|
3363
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3364
3364
|
};
|
|
3365
3365
|
disabledYear: {
|
|
3366
|
-
type: import("vue").PropType<import("
|
|
3366
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledYearFunction>;
|
|
3367
3367
|
};
|
|
3368
3368
|
}>> & Readonly<{
|
|
3369
3369
|
onSelect?: (...args: any[]) => any;
|
|
@@ -3380,15 +3380,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3380
3380
|
default: string;
|
|
3381
3381
|
};
|
|
3382
3382
|
currentDate: {
|
|
3383
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3383
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3384
3384
|
required: true;
|
|
3385
3385
|
};
|
|
3386
3386
|
selectedDate: {
|
|
3387
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3387
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3388
3388
|
default: any;
|
|
3389
3389
|
};
|
|
3390
3390
|
hoveredDate: {
|
|
3391
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3391
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3392
3392
|
default: any;
|
|
3393
3393
|
};
|
|
3394
3394
|
locale: {
|
|
@@ -3396,10 +3396,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3396
3396
|
required: true;
|
|
3397
3397
|
};
|
|
3398
3398
|
disabledDate: {
|
|
3399
|
-
type: import("vue").PropType<import("
|
|
3399
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3400
3400
|
};
|
|
3401
3401
|
disabledQuarter: {
|
|
3402
|
-
type: import("vue").PropType<import("
|
|
3402
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
3403
3403
|
};
|
|
3404
3404
|
disabledPrev: {
|
|
3405
3405
|
type: BooleanConstructor;
|
|
@@ -3425,15 +3425,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3425
3425
|
default: string;
|
|
3426
3426
|
};
|
|
3427
3427
|
currentDate: {
|
|
3428
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3428
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3429
3429
|
required: true;
|
|
3430
3430
|
};
|
|
3431
3431
|
selectedDate: {
|
|
3432
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3432
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3433
3433
|
default: any;
|
|
3434
3434
|
};
|
|
3435
3435
|
hoveredDate: {
|
|
3436
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3436
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3437
3437
|
default: any;
|
|
3438
3438
|
};
|
|
3439
3439
|
locale: {
|
|
@@ -3441,10 +3441,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3441
3441
|
required: true;
|
|
3442
3442
|
};
|
|
3443
3443
|
disabledDate: {
|
|
3444
|
-
type: import("vue").PropType<import("
|
|
3444
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3445
3445
|
};
|
|
3446
3446
|
disabledQuarter: {
|
|
3447
|
-
type: import("vue").PropType<import("
|
|
3447
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
3448
3448
|
};
|
|
3449
3449
|
disabledPrev: {
|
|
3450
3450
|
type: BooleanConstructor;
|
|
@@ -3539,7 +3539,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3539
3539
|
default: string;
|
|
3540
3540
|
};
|
|
3541
3541
|
icon: {
|
|
3542
|
-
type: import("vue").PropType<import("
|
|
3542
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3543
3543
|
};
|
|
3544
3544
|
}>> & Readonly<{
|
|
3545
3545
|
onClick?: (ev: Event) => any;
|
|
@@ -3586,7 +3586,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3586
3586
|
default: string;
|
|
3587
3587
|
};
|
|
3588
3588
|
icon: {
|
|
3589
|
-
type: import("vue").PropType<import("
|
|
3589
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3590
3590
|
};
|
|
3591
3591
|
}>> & Readonly<{
|
|
3592
3592
|
onClick?: (ev: Event) => any;
|
|
@@ -3628,7 +3628,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3628
3628
|
default: string;
|
|
3629
3629
|
};
|
|
3630
3630
|
icon: {
|
|
3631
|
-
type: import("vue").PropType<import("
|
|
3631
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3632
3632
|
};
|
|
3633
3633
|
}>> & Readonly<{
|
|
3634
3634
|
onClick?: (ev: Event) => any;
|
|
@@ -3655,7 +3655,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3655
3655
|
}, string, {
|
|
3656
3656
|
color: string;
|
|
3657
3657
|
spin: boolean;
|
|
3658
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3658
|
+
}, {}, 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>);
|
|
3659
3659
|
ULineLeftDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3660
3660
|
ULineRightDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3661
3661
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3669,21 +3669,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3669
3669
|
required: true;
|
|
3670
3670
|
};
|
|
3671
3671
|
selectedDate: {
|
|
3672
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3672
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3673
3673
|
default: any;
|
|
3674
3674
|
};
|
|
3675
3675
|
hoveredDate: {
|
|
3676
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3676
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3677
3677
|
default: any;
|
|
3678
3678
|
};
|
|
3679
3679
|
locale: {
|
|
3680
3680
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
3681
3681
|
};
|
|
3682
3682
|
disabledDate: {
|
|
3683
|
-
type: import("vue").PropType<import("
|
|
3683
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3684
3684
|
};
|
|
3685
3685
|
disabledQuarter: {
|
|
3686
|
-
type: import("vue").PropType<import("
|
|
3686
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
3687
3687
|
};
|
|
3688
3688
|
}>, {
|
|
3689
3689
|
tableData: import("vue").ComputedRef<import("./DatePicker.type").QuarterTableCell[][]>;
|
|
@@ -3699,21 +3699,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3699
3699
|
required: true;
|
|
3700
3700
|
};
|
|
3701
3701
|
selectedDate: {
|
|
3702
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
3702
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
3703
3703
|
default: any;
|
|
3704
3704
|
};
|
|
3705
3705
|
hoveredDate: {
|
|
3706
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
3706
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
3707
3707
|
default: any;
|
|
3708
3708
|
};
|
|
3709
3709
|
locale: {
|
|
3710
3710
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
3711
3711
|
};
|
|
3712
3712
|
disabledDate: {
|
|
3713
|
-
type: import("vue").PropType<import("
|
|
3713
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
3714
3714
|
};
|
|
3715
3715
|
disabledQuarter: {
|
|
3716
|
-
type: import("vue").PropType<import("
|
|
3716
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
3717
3717
|
};
|
|
3718
3718
|
}>> & Readonly<{
|
|
3719
3719
|
onSelect?: (...args: any[]) => any;
|
|
@@ -3727,24 +3727,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3727
3727
|
UButton: {
|
|
3728
3728
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3729
3729
|
type: {
|
|
3730
|
-
type: import("vue").PropType<"
|
|
3730
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
3731
3731
|
default: string;
|
|
3732
3732
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
3733
3733
|
};
|
|
3734
3734
|
color: {
|
|
3735
|
-
type: import("vue").PropType<"
|
|
3736
|
-
default:
|
|
3735
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3736
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3737
3737
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3738
3738
|
};
|
|
3739
3739
|
variant: {
|
|
3740
|
-
type: import("vue").PropType<"
|
|
3740
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
3741
3741
|
default: string;
|
|
3742
3742
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
3743
3743
|
};
|
|
3744
3744
|
size: {
|
|
3745
|
-
type: import("vue").PropType<"
|
|
3745
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3746
3746
|
default: string;
|
|
3747
|
-
validator: (val: "
|
|
3747
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3748
3748
|
};
|
|
3749
3749
|
disabled: {
|
|
3750
3750
|
type: BooleanConstructor;
|
|
@@ -3755,10 +3755,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3755
3755
|
default: boolean;
|
|
3756
3756
|
};
|
|
3757
3757
|
icon: {
|
|
3758
|
-
type: import("vue").PropType<import("
|
|
3758
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3759
3759
|
};
|
|
3760
3760
|
shape: {
|
|
3761
|
-
type: import("vue").PropType<"
|
|
3761
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
3762
3762
|
default: string;
|
|
3763
3763
|
validator: (val: "default" | "circle") => boolean;
|
|
3764
3764
|
};
|
|
@@ -3775,7 +3775,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3775
3775
|
default: undefined;
|
|
3776
3776
|
};
|
|
3777
3777
|
nativeType: {
|
|
3778
|
-
type: import("vue").PropType<"
|
|
3778
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
3779
3779
|
default: string;
|
|
3780
3780
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
3781
3781
|
};
|
|
@@ -3798,13 +3798,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3798
3798
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
3799
3799
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
3800
3800
|
loading: boolean;
|
|
3801
|
-
size: "
|
|
3801
|
+
size: "default" | "small" | "large";
|
|
3802
3802
|
disabled: boolean;
|
|
3803
3803
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
3804
3804
|
nativeType: "button" | "submit" | "reset";
|
|
3805
|
-
block: boolean;
|
|
3806
3805
|
shape: "default" | "circle";
|
|
3807
3806
|
dashed: boolean;
|
|
3807
|
+
block: boolean;
|
|
3808
3808
|
iconOnly: boolean;
|
|
3809
3809
|
blurAfterClick: boolean;
|
|
3810
3810
|
}, true, {}, {}, {
|
|
@@ -3822,7 +3822,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3822
3822
|
default: string;
|
|
3823
3823
|
};
|
|
3824
3824
|
icon: {
|
|
3825
|
-
type: import("vue").PropType<import("
|
|
3825
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3826
3826
|
};
|
|
3827
3827
|
}>> & Readonly<{
|
|
3828
3828
|
onClick?: (ev: Event) => any;
|
|
@@ -3869,7 +3869,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3869
3869
|
default: string;
|
|
3870
3870
|
};
|
|
3871
3871
|
icon: {
|
|
3872
|
-
type: import("vue").PropType<import("
|
|
3872
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3873
3873
|
};
|
|
3874
3874
|
}>> & Readonly<{
|
|
3875
3875
|
onClick?: (ev: Event) => any;
|
|
@@ -3911,7 +3911,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3911
3911
|
default: string;
|
|
3912
3912
|
};
|
|
3913
3913
|
icon: {
|
|
3914
|
-
type: import("vue").PropType<import("
|
|
3914
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3915
3915
|
};
|
|
3916
3916
|
}>> & Readonly<{
|
|
3917
3917
|
onClick?: (ev: Event) => any;
|
|
@@ -3938,7 +3938,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3938
3938
|
}, string, {
|
|
3939
3939
|
color: string;
|
|
3940
3940
|
spin: boolean;
|
|
3941
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3941
|
+
}, {}, 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>);
|
|
3942
3942
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3943
3943
|
P: {};
|
|
3944
3944
|
B: {};
|
|
@@ -3948,24 +3948,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3948
3948
|
Defaults: {};
|
|
3949
3949
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3950
3950
|
type: {
|
|
3951
|
-
type: import("vue").PropType<"
|
|
3951
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
3952
3952
|
default: string;
|
|
3953
3953
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
3954
3954
|
};
|
|
3955
3955
|
color: {
|
|
3956
|
-
type: import("vue").PropType<"
|
|
3957
|
-
default:
|
|
3956
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
3957
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
3958
3958
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
3959
3959
|
};
|
|
3960
3960
|
variant: {
|
|
3961
|
-
type: import("vue").PropType<"
|
|
3961
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
3962
3962
|
default: string;
|
|
3963
3963
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
3964
3964
|
};
|
|
3965
3965
|
size: {
|
|
3966
|
-
type: import("vue").PropType<"
|
|
3966
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3967
3967
|
default: string;
|
|
3968
|
-
validator: (val: "
|
|
3968
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3969
3969
|
};
|
|
3970
3970
|
disabled: {
|
|
3971
3971
|
type: BooleanConstructor;
|
|
@@ -3976,10 +3976,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3976
3976
|
default: boolean;
|
|
3977
3977
|
};
|
|
3978
3978
|
icon: {
|
|
3979
|
-
type: import("vue").PropType<import("
|
|
3979
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3980
3980
|
};
|
|
3981
3981
|
shape: {
|
|
3982
|
-
type: import("vue").PropType<"
|
|
3982
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
3983
3983
|
default: string;
|
|
3984
3984
|
validator: (val: "default" | "circle") => boolean;
|
|
3985
3985
|
};
|
|
@@ -3996,7 +3996,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3996
3996
|
default: undefined;
|
|
3997
3997
|
};
|
|
3998
3998
|
nativeType: {
|
|
3999
|
-
type: import("vue").PropType<"
|
|
3999
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
4000
4000
|
default: string;
|
|
4001
4001
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
4002
4002
|
};
|
|
@@ -4017,13 +4017,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4017
4017
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4018
4018
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
4019
4019
|
loading: boolean;
|
|
4020
|
-
size: "
|
|
4020
|
+
size: "default" | "small" | "large";
|
|
4021
4021
|
disabled: boolean;
|
|
4022
4022
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
4023
4023
|
nativeType: "button" | "submit" | "reset";
|
|
4024
|
-
block: boolean;
|
|
4025
4024
|
shape: "default" | "circle";
|
|
4026
4025
|
dashed: boolean;
|
|
4026
|
+
block: boolean;
|
|
4027
4027
|
iconOnly: boolean;
|
|
4028
4028
|
blurAfterClick: boolean;
|
|
4029
4029
|
}>;
|
|
@@ -4032,24 +4032,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4032
4032
|
__isSuspense?: never;
|
|
4033
4033
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4034
4034
|
type: {
|
|
4035
|
-
type: import("vue").PropType<"
|
|
4035
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
4036
4036
|
default: string;
|
|
4037
4037
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
4038
4038
|
};
|
|
4039
4039
|
color: {
|
|
4040
|
-
type: import("vue").PropType<"
|
|
4041
|
-
default:
|
|
4040
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
4041
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
4042
4042
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
4043
4043
|
};
|
|
4044
4044
|
variant: {
|
|
4045
|
-
type: import("vue").PropType<"
|
|
4045
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
4046
4046
|
default: string;
|
|
4047
4047
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
4048
4048
|
};
|
|
4049
4049
|
size: {
|
|
4050
|
-
type: import("vue").PropType<"
|
|
4050
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4051
4051
|
default: string;
|
|
4052
|
-
validator: (val: "
|
|
4052
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4053
4053
|
};
|
|
4054
4054
|
disabled: {
|
|
4055
4055
|
type: BooleanConstructor;
|
|
@@ -4060,10 +4060,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4060
4060
|
default: boolean;
|
|
4061
4061
|
};
|
|
4062
4062
|
icon: {
|
|
4063
|
-
type: import("vue").PropType<import("
|
|
4063
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4064
4064
|
};
|
|
4065
4065
|
shape: {
|
|
4066
|
-
type: import("vue").PropType<"
|
|
4066
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
4067
4067
|
default: string;
|
|
4068
4068
|
validator: (val: "default" | "circle") => boolean;
|
|
4069
4069
|
};
|
|
@@ -4080,7 +4080,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4080
4080
|
default: undefined;
|
|
4081
4081
|
};
|
|
4082
4082
|
nativeType: {
|
|
4083
|
-
type: import("vue").PropType<"
|
|
4083
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
4084
4084
|
default: string;
|
|
4085
4085
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
4086
4086
|
};
|
|
@@ -4103,13 +4103,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4103
4103
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4104
4104
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
4105
4105
|
loading: boolean;
|
|
4106
|
-
size: "
|
|
4106
|
+
size: "default" | "small" | "large";
|
|
4107
4107
|
disabled: boolean;
|
|
4108
4108
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
4109
4109
|
nativeType: "button" | "submit" | "reset";
|
|
4110
|
-
block: boolean;
|
|
4111
4110
|
shape: "default" | "circle";
|
|
4112
4111
|
dashed: boolean;
|
|
4112
|
+
block: boolean;
|
|
4113
4113
|
iconOnly: boolean;
|
|
4114
4114
|
blurAfterClick: boolean;
|
|
4115
4115
|
}, {}, string, {}, {
|
|
@@ -4127,7 +4127,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4127
4127
|
default: string;
|
|
4128
4128
|
};
|
|
4129
4129
|
icon: {
|
|
4130
|
-
type: import("vue").PropType<import("
|
|
4130
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4131
4131
|
};
|
|
4132
4132
|
}>> & Readonly<{
|
|
4133
4133
|
onClick?: (ev: Event) => any;
|
|
@@ -4174,7 +4174,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4174
4174
|
default: string;
|
|
4175
4175
|
};
|
|
4176
4176
|
icon: {
|
|
4177
|
-
type: import("vue").PropType<import("
|
|
4177
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4178
4178
|
};
|
|
4179
4179
|
}>> & Readonly<{
|
|
4180
4180
|
onClick?: (ev: Event) => any;
|
|
@@ -4216,7 +4216,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4216
4216
|
default: string;
|
|
4217
4217
|
};
|
|
4218
4218
|
icon: {
|
|
4219
|
-
type: import("vue").PropType<import("
|
|
4219
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4220
4220
|
};
|
|
4221
4221
|
}>> & Readonly<{
|
|
4222
4222
|
onClick?: (ev: Event) => any;
|
|
@@ -4243,16 +4243,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4243
4243
|
}, string, {
|
|
4244
4244
|
color: string;
|
|
4245
4245
|
spin: boolean;
|
|
4246
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4247
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4246
|
+
}, {}, 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>);
|
|
4247
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
4248
4248
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4249
4249
|
size: {
|
|
4250
|
-
type: import("vue").PropType<"
|
|
4250
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4251
4251
|
default: string;
|
|
4252
|
-
validator: (val: "
|
|
4252
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4253
4253
|
};
|
|
4254
4254
|
shape: {
|
|
4255
|
-
type: import("vue").PropType<"
|
|
4255
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
4256
4256
|
default: string;
|
|
4257
4257
|
validator: (val: "default" | "circle") => boolean;
|
|
4258
4258
|
};
|
|
@@ -4264,12 +4264,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4264
4264
|
prefixCls: import("vue").ComputedRef<string>;
|
|
4265
4265
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4266
4266
|
size: {
|
|
4267
|
-
type: import("vue").PropType<"
|
|
4267
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4268
4268
|
default: string;
|
|
4269
|
-
validator: (val: "
|
|
4269
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4270
4270
|
};
|
|
4271
4271
|
shape: {
|
|
4272
|
-
type: import("vue").PropType<"
|
|
4272
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
4273
4273
|
default: string;
|
|
4274
4274
|
validator: (val: "default" | "circle") => boolean;
|
|
4275
4275
|
};
|
|
@@ -4278,11 +4278,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4278
4278
|
default: undefined;
|
|
4279
4279
|
};
|
|
4280
4280
|
}>> & Readonly<{}>, {
|
|
4281
|
-
size: "
|
|
4281
|
+
size: "default" | "small" | "large";
|
|
4282
4282
|
shape: "default" | "circle";
|
|
4283
4283
|
vertical: boolean;
|
|
4284
4284
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4285
|
-
};
|
|
4285
|
+
});
|
|
4286
4286
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4287
4287
|
DateRangePanel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4288
4288
|
prefixCls: {
|
|
@@ -4311,7 +4311,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4311
4311
|
type: import("vue").PropType<Record<string, any>>;
|
|
4312
4312
|
};
|
|
4313
4313
|
disabledDate: {
|
|
4314
|
-
type: import("vue").PropType<import("
|
|
4314
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
4315
4315
|
};
|
|
4316
4316
|
disabledTime: {
|
|
4317
4317
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -4360,7 +4360,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4360
4360
|
(value: number): import("dayjs").Dayjs;
|
|
4361
4361
|
};
|
|
4362
4362
|
day: {
|
|
4363
|
-
(): 0 |
|
|
4363
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
4364
4364
|
(value: number): import("dayjs").Dayjs;
|
|
4365
4365
|
};
|
|
4366
4366
|
hour: {
|
|
@@ -4391,14 +4391,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4391
4391
|
};
|
|
4392
4392
|
startOf: {
|
|
4393
4393
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4394
|
-
(unit: "
|
|
4394
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4395
4395
|
};
|
|
4396
4396
|
endOf: {
|
|
4397
4397
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4398
|
-
(unit: "
|
|
4398
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4399
4399
|
};
|
|
4400
4400
|
format: (template?: string) => string;
|
|
4401
|
-
diff: (date?:
|
|
4401
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
4402
4402
|
valueOf: () => number;
|
|
4403
4403
|
unix: () => number;
|
|
4404
4404
|
daysInMonth: () => number;
|
|
@@ -4408,16 +4408,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4408
4408
|
toString: () => string;
|
|
4409
4409
|
utcOffset: () => number;
|
|
4410
4410
|
isBefore: {
|
|
4411
|
-
(date?:
|
|
4412
|
-
(date?:
|
|
4411
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4412
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4413
4413
|
};
|
|
4414
4414
|
isSame: {
|
|
4415
|
-
(date?:
|
|
4416
|
-
(date?:
|
|
4415
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4416
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4417
4417
|
};
|
|
4418
4418
|
isAfter: {
|
|
4419
|
-
(date?:
|
|
4420
|
-
(date?:
|
|
4419
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4420
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4421
4421
|
};
|
|
4422
4422
|
locale: {
|
|
4423
4423
|
(): string;
|
|
@@ -4449,7 +4449,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4449
4449
|
(value: number): import("dayjs").Dayjs;
|
|
4450
4450
|
};
|
|
4451
4451
|
day: {
|
|
4452
|
-
(): 0 |
|
|
4452
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
4453
4453
|
(value: number): import("dayjs").Dayjs;
|
|
4454
4454
|
};
|
|
4455
4455
|
hour: {
|
|
@@ -4480,14 +4480,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4480
4480
|
};
|
|
4481
4481
|
startOf: {
|
|
4482
4482
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4483
|
-
(unit: "
|
|
4483
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4484
4484
|
};
|
|
4485
4485
|
endOf: {
|
|
4486
4486
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4487
|
-
(unit: "
|
|
4487
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4488
4488
|
};
|
|
4489
4489
|
format: (template?: string) => string;
|
|
4490
|
-
diff: (date?:
|
|
4490
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
4491
4491
|
valueOf: () => number;
|
|
4492
4492
|
unix: () => number;
|
|
4493
4493
|
daysInMonth: () => number;
|
|
@@ -4497,16 +4497,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4497
4497
|
toString: () => string;
|
|
4498
4498
|
utcOffset: () => number;
|
|
4499
4499
|
isBefore: {
|
|
4500
|
-
(date?:
|
|
4501
|
-
(date?:
|
|
4500
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4501
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4502
4502
|
};
|
|
4503
4503
|
isSame: {
|
|
4504
|
-
(date?:
|
|
4505
|
-
(date?:
|
|
4504
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4505
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4506
4506
|
};
|
|
4507
4507
|
isAfter: {
|
|
4508
|
-
(date?:
|
|
4509
|
-
(date?:
|
|
4508
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4509
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4510
4510
|
};
|
|
4511
4511
|
locale: {
|
|
4512
4512
|
(): string;
|
|
@@ -4539,7 +4539,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4539
4539
|
(value: number): import("dayjs").Dayjs;
|
|
4540
4540
|
};
|
|
4541
4541
|
day: {
|
|
4542
|
-
(): 0 |
|
|
4542
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
4543
4543
|
(value: number): import("dayjs").Dayjs;
|
|
4544
4544
|
};
|
|
4545
4545
|
hour: {
|
|
@@ -4570,14 +4570,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4570
4570
|
};
|
|
4571
4571
|
startOf: {
|
|
4572
4572
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4573
|
-
(unit: "
|
|
4573
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4574
4574
|
};
|
|
4575
4575
|
endOf: {
|
|
4576
4576
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4577
|
-
(unit: "
|
|
4577
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4578
4578
|
};
|
|
4579
4579
|
format: (template?: string) => string;
|
|
4580
|
-
diff: (date?:
|
|
4580
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
4581
4581
|
valueOf: () => number;
|
|
4582
4582
|
unix: () => number;
|
|
4583
4583
|
daysInMonth: () => number;
|
|
@@ -4587,16 +4587,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4587
4587
|
toString: () => string;
|
|
4588
4588
|
utcOffset: () => number;
|
|
4589
4589
|
isBefore: {
|
|
4590
|
-
(date?:
|
|
4591
|
-
(date?:
|
|
4590
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4591
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4592
4592
|
};
|
|
4593
4593
|
isSame: {
|
|
4594
|
-
(date?:
|
|
4595
|
-
(date?:
|
|
4594
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4595
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4596
4596
|
};
|
|
4597
4597
|
isAfter: {
|
|
4598
|
-
(date?:
|
|
4599
|
-
(date?:
|
|
4598
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4599
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4600
4600
|
};
|
|
4601
4601
|
locale: {
|
|
4602
4602
|
(): string;
|
|
@@ -4628,7 +4628,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4628
4628
|
(value: number): import("dayjs").Dayjs;
|
|
4629
4629
|
};
|
|
4630
4630
|
day: {
|
|
4631
|
-
(): 0 |
|
|
4631
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
4632
4632
|
(value: number): import("dayjs").Dayjs;
|
|
4633
4633
|
};
|
|
4634
4634
|
hour: {
|
|
@@ -4659,14 +4659,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4659
4659
|
};
|
|
4660
4660
|
startOf: {
|
|
4661
4661
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4662
|
-
(unit: "
|
|
4662
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4663
4663
|
};
|
|
4664
4664
|
endOf: {
|
|
4665
4665
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4666
|
-
(unit: "
|
|
4666
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4667
4667
|
};
|
|
4668
4668
|
format: (template?: string) => string;
|
|
4669
|
-
diff: (date?:
|
|
4669
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
4670
4670
|
valueOf: () => number;
|
|
4671
4671
|
unix: () => number;
|
|
4672
4672
|
daysInMonth: () => number;
|
|
@@ -4676,16 +4676,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4676
4676
|
toString: () => string;
|
|
4677
4677
|
utcOffset: () => number;
|
|
4678
4678
|
isBefore: {
|
|
4679
|
-
(date?:
|
|
4680
|
-
(date?:
|
|
4679
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4680
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4681
4681
|
};
|
|
4682
4682
|
isSame: {
|
|
4683
|
-
(date?:
|
|
4684
|
-
(date?:
|
|
4683
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4684
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4685
4685
|
};
|
|
4686
4686
|
isAfter: {
|
|
4687
|
-
(date?:
|
|
4688
|
-
(date?:
|
|
4687
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4688
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4689
4689
|
};
|
|
4690
4690
|
locale: {
|
|
4691
4691
|
(): string;
|
|
@@ -4718,7 +4718,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4718
4718
|
onPanelChange: (pane: string, side: string) => void;
|
|
4719
4719
|
onPanelMouseLeave: () => void;
|
|
4720
4720
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4721
|
-
select: (v: Date[], close?: boolean) => boolean;
|
|
4721
|
+
select: (v: (Date | null)[], close?: boolean) => boolean;
|
|
4722
4722
|
close: () => true;
|
|
4723
4723
|
'panel-change': (p: string, side: string) => boolean;
|
|
4724
4724
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4748,7 +4748,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4748
4748
|
type: import("vue").PropType<Record<string, any>>;
|
|
4749
4749
|
};
|
|
4750
4750
|
disabledDate: {
|
|
4751
|
-
type: import("vue").PropType<import("
|
|
4751
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
4752
4752
|
};
|
|
4753
4753
|
disabledTime: {
|
|
4754
4754
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -4796,16 +4796,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4796
4796
|
type: StringConstructor;
|
|
4797
4797
|
};
|
|
4798
4798
|
direction: {
|
|
4799
|
-
type: import("vue").PropType<"
|
|
4799
|
+
type: import("vue").PropType<import("./DatePicker.type").RangeDirection>;
|
|
4800
4800
|
default: string;
|
|
4801
4801
|
validator: (val: "right" | "left") => boolean;
|
|
4802
4802
|
};
|
|
4803
4803
|
selectedDate: {
|
|
4804
|
-
type: import("vue").PropType<import("dayjs").Dayjs
|
|
4805
|
-
default: () => null
|
|
4804
|
+
type: import("vue").PropType<Array<import("dayjs").Dayjs | null>>;
|
|
4805
|
+
default: () => Array<null>;
|
|
4806
4806
|
};
|
|
4807
4807
|
hoveredDate: {
|
|
4808
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
4808
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
4809
4809
|
default: null;
|
|
4810
4810
|
};
|
|
4811
4811
|
mode: {
|
|
@@ -4833,7 +4833,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4833
4833
|
type: import("vue").PropType<Record<string, any>>;
|
|
4834
4834
|
};
|
|
4835
4835
|
disabledDate: {
|
|
4836
|
-
type: import("vue").PropType<import("
|
|
4836
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
4837
4837
|
};
|
|
4838
4838
|
disabledTime: {
|
|
4839
4839
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -4858,7 +4858,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4858
4858
|
(value: number): import("dayjs").Dayjs;
|
|
4859
4859
|
};
|
|
4860
4860
|
day: {
|
|
4861
|
-
(): 0 |
|
|
4861
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
4862
4862
|
(value: number): import("dayjs").Dayjs;
|
|
4863
4863
|
};
|
|
4864
4864
|
hour: {
|
|
@@ -4889,14 +4889,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4889
4889
|
};
|
|
4890
4890
|
startOf: {
|
|
4891
4891
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4892
|
-
(unit: "
|
|
4892
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4893
4893
|
};
|
|
4894
4894
|
endOf: {
|
|
4895
4895
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4896
|
-
(unit: "
|
|
4896
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4897
4897
|
};
|
|
4898
4898
|
format: (template?: string) => string;
|
|
4899
|
-
diff: (date?:
|
|
4899
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
4900
4900
|
valueOf: () => number;
|
|
4901
4901
|
unix: () => number;
|
|
4902
4902
|
daysInMonth: () => number;
|
|
@@ -4906,16 +4906,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4906
4906
|
toString: () => string;
|
|
4907
4907
|
utcOffset: () => number;
|
|
4908
4908
|
isBefore: {
|
|
4909
|
-
(date?:
|
|
4910
|
-
(date?:
|
|
4909
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4910
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4911
4911
|
};
|
|
4912
4912
|
isSame: {
|
|
4913
|
-
(date?:
|
|
4914
|
-
(date?:
|
|
4913
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4914
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4915
4915
|
};
|
|
4916
4916
|
isAfter: {
|
|
4917
|
-
(date?:
|
|
4918
|
-
(date?:
|
|
4917
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4918
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
4919
4919
|
};
|
|
4920
4920
|
locale: {
|
|
4921
4921
|
(): string;
|
|
@@ -4947,7 +4947,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4947
4947
|
(value: number): import("dayjs").Dayjs;
|
|
4948
4948
|
};
|
|
4949
4949
|
day: {
|
|
4950
|
-
(): 0 |
|
|
4950
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
4951
4951
|
(value: number): import("dayjs").Dayjs;
|
|
4952
4952
|
};
|
|
4953
4953
|
hour: {
|
|
@@ -4978,14 +4978,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4978
4978
|
};
|
|
4979
4979
|
startOf: {
|
|
4980
4980
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4981
|
-
(unit: "
|
|
4981
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4982
4982
|
};
|
|
4983
4983
|
endOf: {
|
|
4984
4984
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4985
|
-
(unit: "
|
|
4985
|
+
(unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
4986
4986
|
};
|
|
4987
4987
|
format: (template?: string) => string;
|
|
4988
|
-
diff: (date?:
|
|
4988
|
+
diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
|
|
4989
4989
|
valueOf: () => number;
|
|
4990
4990
|
unix: () => number;
|
|
4991
4991
|
daysInMonth: () => number;
|
|
@@ -4995,16 +4995,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4995
4995
|
toString: () => string;
|
|
4996
4996
|
utcOffset: () => number;
|
|
4997
4997
|
isBefore: {
|
|
4998
|
-
(date?:
|
|
4999
|
-
(date?:
|
|
4998
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
4999
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
5000
5000
|
};
|
|
5001
5001
|
isSame: {
|
|
5002
|
-
(date?:
|
|
5003
|
-
(date?:
|
|
5002
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
5003
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
5004
5004
|
};
|
|
5005
5005
|
isAfter: {
|
|
5006
|
-
(date?:
|
|
5007
|
-
(date?:
|
|
5006
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
|
|
5007
|
+
(date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
|
|
5008
5008
|
};
|
|
5009
5009
|
locale: {
|
|
5010
5010
|
(): string;
|
|
@@ -5094,7 +5094,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5094
5094
|
nextDecade?: undefined;
|
|
5095
5095
|
prevDecade?: undefined;
|
|
5096
5096
|
}>;
|
|
5097
|
-
thisDisabledTime: (value: Date, direction?: "
|
|
5097
|
+
thisDisabledTime: (value: Date, direction?: import("./DatePicker.type").RangeDirection) => import("./DatePicker.type").DisabledTimeObject;
|
|
5098
5098
|
onCurrentChange: (date: import("dayjs").Dayjs, type: string) => void;
|
|
5099
5099
|
onPanelChange: (panel: string) => void;
|
|
5100
5100
|
onSelectedChange: ({ type, value }: {
|
|
@@ -5110,16 +5110,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5110
5110
|
type: StringConstructor;
|
|
5111
5111
|
};
|
|
5112
5112
|
direction: {
|
|
5113
|
-
type: import("vue").PropType<"
|
|
5113
|
+
type: import("vue").PropType<import("./DatePicker.type").RangeDirection>;
|
|
5114
5114
|
default: string;
|
|
5115
5115
|
validator: (val: "right" | "left") => boolean;
|
|
5116
5116
|
};
|
|
5117
5117
|
selectedDate: {
|
|
5118
|
-
type: import("vue").PropType<import("dayjs").Dayjs
|
|
5119
|
-
default: () => null
|
|
5118
|
+
type: import("vue").PropType<Array<import("dayjs").Dayjs | null>>;
|
|
5119
|
+
default: () => Array<null>;
|
|
5120
5120
|
};
|
|
5121
5121
|
hoveredDate: {
|
|
5122
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5122
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5123
5123
|
default: null;
|
|
5124
5124
|
};
|
|
5125
5125
|
mode: {
|
|
@@ -5147,7 +5147,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5147
5147
|
type: import("vue").PropType<Record<string, any>>;
|
|
5148
5148
|
};
|
|
5149
5149
|
disabledDate: {
|
|
5150
|
-
type: import("vue").PropType<import("
|
|
5150
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
5151
5151
|
};
|
|
5152
5152
|
disabledTime: {
|
|
5153
5153
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -5181,11 +5181,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5181
5181
|
required: true;
|
|
5182
5182
|
};
|
|
5183
5183
|
selectedDate: {
|
|
5184
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
5184
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
5185
5185
|
default: any;
|
|
5186
5186
|
};
|
|
5187
5187
|
hoveredDate: {
|
|
5188
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5188
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5189
5189
|
default: any;
|
|
5190
5190
|
};
|
|
5191
5191
|
range: {
|
|
@@ -5196,7 +5196,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5196
5196
|
required: true;
|
|
5197
5197
|
};
|
|
5198
5198
|
disabledDate: {
|
|
5199
|
-
type: import("vue").PropType<import("
|
|
5199
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
5200
5200
|
};
|
|
5201
5201
|
disabledTime: {
|
|
5202
5202
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -5228,10 +5228,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5228
5228
|
onSelectedChange: (value: import("dayjs").Dayjs) => void;
|
|
5229
5229
|
onTimeChange: (value: import("dayjs").Dayjs) => void;
|
|
5230
5230
|
onHoverDate: (value: import("dayjs").Dayjs) => void;
|
|
5231
|
-
getTimeDisabledMethods: (value: Date, disabledTime?: import("./DatePicker.type").DisabledTimeFunction, type?: "
|
|
5232
|
-
disabledHours: import("
|
|
5233
|
-
disabledMinutes: import("
|
|
5234
|
-
disabledSeconds: import("
|
|
5231
|
+
getTimeDisabledMethods: (value: Date, disabledTime?: import("./DatePicker.type").DisabledTimeFunction, type?: import("./DatePicker.type").RangeDirection) => {
|
|
5232
|
+
disabledHours: import("@koi-design/uxd-ui/es/index").DisabledHoursFunction;
|
|
5233
|
+
disabledMinutes: import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction;
|
|
5234
|
+
disabledSeconds: import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction;
|
|
5235
5235
|
};
|
|
5236
5236
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("panel-change" | "current-change" | "selected-change" | "hover-date")[], "panel-change" | "current-change" | "selected-change" | "hover-date", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5237
5237
|
prefixCls: {
|
|
@@ -5243,11 +5243,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5243
5243
|
required: true;
|
|
5244
5244
|
};
|
|
5245
5245
|
selectedDate: {
|
|
5246
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
5246
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
5247
5247
|
default: any;
|
|
5248
5248
|
};
|
|
5249
5249
|
hoveredDate: {
|
|
5250
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5250
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5251
5251
|
default: any;
|
|
5252
5252
|
};
|
|
5253
5253
|
range: {
|
|
@@ -5258,7 +5258,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5258
5258
|
required: true;
|
|
5259
5259
|
};
|
|
5260
5260
|
disabledDate: {
|
|
5261
|
-
type: import("vue").PropType<import("
|
|
5261
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
5262
5262
|
};
|
|
5263
5263
|
disabledTime: {
|
|
5264
5264
|
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
@@ -5402,7 +5402,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5402
5402
|
default: string;
|
|
5403
5403
|
};
|
|
5404
5404
|
icon: {
|
|
5405
|
-
type: import("vue").PropType<import("
|
|
5405
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5406
5406
|
};
|
|
5407
5407
|
}>> & Readonly<{
|
|
5408
5408
|
onClick?: (ev: Event) => any;
|
|
@@ -5449,7 +5449,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5449
5449
|
default: string;
|
|
5450
5450
|
};
|
|
5451
5451
|
icon: {
|
|
5452
|
-
type: import("vue").PropType<import("
|
|
5452
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5453
5453
|
};
|
|
5454
5454
|
}>> & Readonly<{
|
|
5455
5455
|
onClick?: (ev: Event) => any;
|
|
@@ -5491,7 +5491,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5491
5491
|
default: string;
|
|
5492
5492
|
};
|
|
5493
5493
|
icon: {
|
|
5494
|
-
type: import("vue").PropType<import("
|
|
5494
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5495
5495
|
};
|
|
5496
5496
|
}>> & Readonly<{
|
|
5497
5497
|
onClick?: (ev: Event) => any;
|
|
@@ -5518,7 +5518,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5518
5518
|
}, string, {
|
|
5519
5519
|
color: string;
|
|
5520
5520
|
spin: boolean;
|
|
5521
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5521
|
+
}, {}, 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>);
|
|
5522
5522
|
ULineLeft: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5523
5523
|
ULineLeftDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5524
5524
|
ULineRight: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5534,18 +5534,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5534
5534
|
required: true;
|
|
5535
5535
|
};
|
|
5536
5536
|
selectedDate: {
|
|
5537
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
5537
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
5538
5538
|
default: any;
|
|
5539
5539
|
};
|
|
5540
5540
|
hoveredDate: {
|
|
5541
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5541
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5542
5542
|
default: any;
|
|
5543
5543
|
};
|
|
5544
5544
|
locale: {
|
|
5545
5545
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
5546
5546
|
};
|
|
5547
5547
|
disabledDate: {
|
|
5548
|
-
type: import("vue").PropType<import("
|
|
5548
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
5549
5549
|
};
|
|
5550
5550
|
weekMode: {
|
|
5551
5551
|
type: BooleanConstructor;
|
|
@@ -5556,9 +5556,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5556
5556
|
text: string;
|
|
5557
5557
|
key: string;
|
|
5558
5558
|
}[];
|
|
5559
|
-
dateTable: import("vue").ComputedRef<import("
|
|
5560
|
-
onDateSelected: (cell: import("
|
|
5561
|
-
onDateHover: (cell: import("
|
|
5559
|
+
dateTable: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").DateTableCell[][]>;
|
|
5560
|
+
onDateSelected: (cell: import("@koi-design/uxd-ui/es/index").DateTableCell) => void;
|
|
5561
|
+
onDateHover: (cell: import("@koi-design/uxd-ui/es/index").DateTableCell) => void;
|
|
5562
5562
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5563
5563
|
prefixCls: {
|
|
5564
5564
|
type: StringConstructor;
|
|
@@ -5569,18 +5569,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5569
5569
|
required: true;
|
|
5570
5570
|
};
|
|
5571
5571
|
selectedDate: {
|
|
5572
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
5572
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
5573
5573
|
default: any;
|
|
5574
5574
|
};
|
|
5575
5575
|
hoveredDate: {
|
|
5576
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5576
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5577
5577
|
default: any;
|
|
5578
5578
|
};
|
|
5579
5579
|
locale: {
|
|
5580
5580
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
5581
5581
|
};
|
|
5582
5582
|
disabledDate: {
|
|
5583
|
-
type: import("vue").PropType<import("
|
|
5583
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
5584
5584
|
};
|
|
5585
5585
|
weekMode: {
|
|
5586
5586
|
type: BooleanConstructor;
|
|
@@ -5601,7 +5601,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5601
5601
|
default: string;
|
|
5602
5602
|
};
|
|
5603
5603
|
selectedValue: {
|
|
5604
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5604
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5605
5605
|
default: any;
|
|
5606
5606
|
};
|
|
5607
5607
|
format: {
|
|
@@ -5609,16 +5609,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5609
5609
|
default: string;
|
|
5610
5610
|
};
|
|
5611
5611
|
disabledHours: {
|
|
5612
|
-
type: import("vue").PropType<import("
|
|
5613
|
-
default: import("
|
|
5612
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledHoursFunction>;
|
|
5613
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledHoursFunction;
|
|
5614
5614
|
};
|
|
5615
5615
|
disabledMinutes: {
|
|
5616
|
-
type: import("vue").PropType<import("
|
|
5617
|
-
default: import("
|
|
5616
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction>;
|
|
5617
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction;
|
|
5618
5618
|
};
|
|
5619
5619
|
disabledSeconds: {
|
|
5620
|
-
type: import("vue").PropType<import("
|
|
5621
|
-
default: import("
|
|
5620
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction>;
|
|
5621
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction;
|
|
5622
5622
|
};
|
|
5623
5623
|
hideDisabledOptions: {
|
|
5624
5624
|
type: BooleanConstructor;
|
|
@@ -5671,7 +5671,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5671
5671
|
}>;
|
|
5672
5672
|
columns: import("vue").ComputedRef<number>;
|
|
5673
5673
|
handleSelected: ({ type, value }: {
|
|
5674
|
-
type: import("
|
|
5674
|
+
type: import("@koi-design/uxd-ui/es/index").SelectListType;
|
|
5675
5675
|
value: string;
|
|
5676
5676
|
}) => void;
|
|
5677
5677
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "ampm-change")[], "change" | "ampm-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5680,7 +5680,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5680
5680
|
default: string;
|
|
5681
5681
|
};
|
|
5682
5682
|
selectedValue: {
|
|
5683
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5683
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5684
5684
|
default: any;
|
|
5685
5685
|
};
|
|
5686
5686
|
format: {
|
|
@@ -5688,16 +5688,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5688
5688
|
default: string;
|
|
5689
5689
|
};
|
|
5690
5690
|
disabledHours: {
|
|
5691
|
-
type: import("vue").PropType<import("
|
|
5692
|
-
default: import("
|
|
5691
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledHoursFunction>;
|
|
5692
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledHoursFunction;
|
|
5693
5693
|
};
|
|
5694
5694
|
disabledMinutes: {
|
|
5695
|
-
type: import("vue").PropType<import("
|
|
5696
|
-
default: import("
|
|
5695
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction>;
|
|
5696
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction;
|
|
5697
5697
|
};
|
|
5698
5698
|
disabledSeconds: {
|
|
5699
|
-
type: import("vue").PropType<import("
|
|
5700
|
-
default: import("
|
|
5699
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction>;
|
|
5700
|
+
default: import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction;
|
|
5701
5701
|
};
|
|
5702
5702
|
hideDisabledOptions: {
|
|
5703
5703
|
type: BooleanConstructor;
|
|
@@ -5731,9 +5731,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5731
5731
|
prefixCls: string;
|
|
5732
5732
|
format: string;
|
|
5733
5733
|
selectedValue: import("dayjs").Dayjs;
|
|
5734
|
-
disabledHours: import("
|
|
5735
|
-
disabledMinutes: import("
|
|
5736
|
-
disabledSeconds: import("
|
|
5734
|
+
disabledHours: import("@koi-design/uxd-ui/es/index").DisabledHoursFunction;
|
|
5735
|
+
disabledMinutes: import("@koi-design/uxd-ui/es/index").DisabledMinutesFunction;
|
|
5736
|
+
disabledSeconds: import("@koi-design/uxd-ui/es/index").DisabledSecondsFunction;
|
|
5737
5737
|
hideDisabledOptions: boolean;
|
|
5738
5738
|
hourStep: number;
|
|
5739
5739
|
minuteStep: number;
|
|
@@ -5746,12 +5746,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5746
5746
|
default: string;
|
|
5747
5747
|
};
|
|
5748
5748
|
type: {
|
|
5749
|
-
type: import("vue").PropType<import("
|
|
5749
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectListType>;
|
|
5750
5750
|
required: true;
|
|
5751
5751
|
};
|
|
5752
5752
|
options: {
|
|
5753
|
-
type: import("vue").PropType<import("
|
|
5754
|
-
default: () => import("
|
|
5753
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectListOption[]>;
|
|
5754
|
+
default: () => import("@koi-design/uxd-ui/es/index").SelectListOption[];
|
|
5755
5755
|
};
|
|
5756
5756
|
selected: {
|
|
5757
5757
|
type: NumberConstructor;
|
|
@@ -5761,19 +5761,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5761
5761
|
selectRef: import("vue").Ref<any, any>;
|
|
5762
5762
|
listRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
|
|
5763
5763
|
triggerScrollBar: () => void;
|
|
5764
|
-
onClick: (item: import("
|
|
5764
|
+
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
5765
5765
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5766
5766
|
prefixCls: {
|
|
5767
5767
|
type: StringConstructor;
|
|
5768
5768
|
default: string;
|
|
5769
5769
|
};
|
|
5770
5770
|
type: {
|
|
5771
|
-
type: import("vue").PropType<import("
|
|
5771
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectListType>;
|
|
5772
5772
|
required: true;
|
|
5773
5773
|
};
|
|
5774
5774
|
options: {
|
|
5775
|
-
type: import("vue").PropType<import("
|
|
5776
|
-
default: () => import("
|
|
5775
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectListOption[]>;
|
|
5776
|
+
default: () => import("@koi-design/uxd-ui/es/index").SelectListOption[];
|
|
5777
5777
|
};
|
|
5778
5778
|
selected: {
|
|
5779
5779
|
type: NumberConstructor;
|
|
@@ -5783,7 +5783,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5783
5783
|
onSelect?: (...args: any[]) => any;
|
|
5784
5784
|
}>, {
|
|
5785
5785
|
prefixCls: string;
|
|
5786
|
-
options: import("
|
|
5786
|
+
options: import("@koi-design/uxd-ui/es/index").SelectListOption[];
|
|
5787
5787
|
selected: number;
|
|
5788
5788
|
}, {}, {
|
|
5789
5789
|
Scrollbar: {
|
|
@@ -5928,7 +5928,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5928
5928
|
hideBar: boolean;
|
|
5929
5929
|
minSize: number;
|
|
5930
5930
|
zIndex: number;
|
|
5931
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5931
|
+
}, {}, 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>);
|
|
5932
5932
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5933
5933
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5934
5934
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5938,15 +5938,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5938
5938
|
default: string;
|
|
5939
5939
|
};
|
|
5940
5940
|
currentDate: {
|
|
5941
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5941
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5942
5942
|
required: true;
|
|
5943
5943
|
};
|
|
5944
5944
|
selectedDate: {
|
|
5945
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
5945
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
5946
5946
|
default: any;
|
|
5947
5947
|
};
|
|
5948
5948
|
hoveredDate: {
|
|
5949
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5949
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5950
5950
|
default: any;
|
|
5951
5951
|
};
|
|
5952
5952
|
locale: {
|
|
@@ -5954,10 +5954,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5954
5954
|
required: true;
|
|
5955
5955
|
};
|
|
5956
5956
|
disabledDate: {
|
|
5957
|
-
type: import("vue").PropType<import("
|
|
5957
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
5958
5958
|
};
|
|
5959
5959
|
disabledMonth: {
|
|
5960
|
-
type: import("vue").PropType<import("
|
|
5960
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMonthFunction>;
|
|
5961
5961
|
};
|
|
5962
5962
|
disabledPrev: {
|
|
5963
5963
|
type: BooleanConstructor;
|
|
@@ -5983,15 +5983,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5983
5983
|
default: string;
|
|
5984
5984
|
};
|
|
5985
5985
|
currentDate: {
|
|
5986
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5986
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5987
5987
|
required: true;
|
|
5988
5988
|
};
|
|
5989
5989
|
selectedDate: {
|
|
5990
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
5990
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
5991
5991
|
default: any;
|
|
5992
5992
|
};
|
|
5993
5993
|
hoveredDate: {
|
|
5994
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
5994
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
5995
5995
|
default: any;
|
|
5996
5996
|
};
|
|
5997
5997
|
locale: {
|
|
@@ -5999,10 +5999,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5999
5999
|
required: true;
|
|
6000
6000
|
};
|
|
6001
6001
|
disabledDate: {
|
|
6002
|
-
type: import("vue").PropType<import("
|
|
6002
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6003
6003
|
};
|
|
6004
6004
|
disabledMonth: {
|
|
6005
|
-
type: import("vue").PropType<import("
|
|
6005
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMonthFunction>;
|
|
6006
6006
|
};
|
|
6007
6007
|
disabledPrev: {
|
|
6008
6008
|
type: BooleanConstructor;
|
|
@@ -6097,7 +6097,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6097
6097
|
default: string;
|
|
6098
6098
|
};
|
|
6099
6099
|
icon: {
|
|
6100
|
-
type: import("vue").PropType<import("
|
|
6100
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6101
6101
|
};
|
|
6102
6102
|
}>> & Readonly<{
|
|
6103
6103
|
onClick?: (ev: Event) => any;
|
|
@@ -6144,7 +6144,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6144
6144
|
default: string;
|
|
6145
6145
|
};
|
|
6146
6146
|
icon: {
|
|
6147
|
-
type: import("vue").PropType<import("
|
|
6147
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6148
6148
|
};
|
|
6149
6149
|
}>> & Readonly<{
|
|
6150
6150
|
onClick?: (ev: Event) => any;
|
|
@@ -6186,7 +6186,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6186
6186
|
default: string;
|
|
6187
6187
|
};
|
|
6188
6188
|
icon: {
|
|
6189
|
-
type: import("vue").PropType<import("
|
|
6189
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6190
6190
|
};
|
|
6191
6191
|
}>> & Readonly<{
|
|
6192
6192
|
onClick?: (ev: Event) => any;
|
|
@@ -6213,7 +6213,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6213
6213
|
}, string, {
|
|
6214
6214
|
color: string;
|
|
6215
6215
|
spin: boolean;
|
|
6216
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6216
|
+
}, {}, 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>);
|
|
6217
6217
|
ULineLeftDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6218
6218
|
ULineRightDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6219
6219
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6227,26 +6227,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6227
6227
|
required: true;
|
|
6228
6228
|
};
|
|
6229
6229
|
selectedDate: {
|
|
6230
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6230
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6231
6231
|
default: any;
|
|
6232
6232
|
};
|
|
6233
6233
|
hoveredDate: {
|
|
6234
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6234
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6235
6235
|
default: any;
|
|
6236
6236
|
};
|
|
6237
6237
|
locale: {
|
|
6238
6238
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
6239
6239
|
};
|
|
6240
6240
|
disabledDate: {
|
|
6241
|
-
type: import("vue").PropType<import("
|
|
6241
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6242
6242
|
};
|
|
6243
6243
|
disabledMonth: {
|
|
6244
|
-
type: import("vue").PropType<import("
|
|
6244
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMonthFunction>;
|
|
6245
6245
|
};
|
|
6246
6246
|
}>, {
|
|
6247
|
-
tableData: import("vue").ComputedRef<import("
|
|
6248
|
-
onSelected: (cell: import("
|
|
6249
|
-
onHover: (cell: import("
|
|
6247
|
+
tableData: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").MonthTableCell[][]>;
|
|
6248
|
+
onSelected: (cell: import("@koi-design/uxd-ui/es/index").MonthTableCell) => void;
|
|
6249
|
+
onHover: (cell: import("@koi-design/uxd-ui/es/index").MonthTableCell) => void;
|
|
6250
6250
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6251
6251
|
prefixCls: {
|
|
6252
6252
|
type: StringConstructor;
|
|
@@ -6257,21 +6257,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6257
6257
|
required: true;
|
|
6258
6258
|
};
|
|
6259
6259
|
selectedDate: {
|
|
6260
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6260
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6261
6261
|
default: any;
|
|
6262
6262
|
};
|
|
6263
6263
|
hoveredDate: {
|
|
6264
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6264
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6265
6265
|
default: any;
|
|
6266
6266
|
};
|
|
6267
6267
|
locale: {
|
|
6268
6268
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
6269
6269
|
};
|
|
6270
6270
|
disabledDate: {
|
|
6271
|
-
type: import("vue").PropType<import("
|
|
6271
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6272
6272
|
};
|
|
6273
6273
|
disabledMonth: {
|
|
6274
|
-
type: import("vue").PropType<import("
|
|
6274
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledMonthFunction>;
|
|
6275
6275
|
};
|
|
6276
6276
|
}>> & Readonly<{
|
|
6277
6277
|
onSelect?: (...args: any[]) => any;
|
|
@@ -6288,15 +6288,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6288
6288
|
default: string;
|
|
6289
6289
|
};
|
|
6290
6290
|
currentDate: {
|
|
6291
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6291
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6292
6292
|
required: true;
|
|
6293
6293
|
};
|
|
6294
6294
|
selectedDate: {
|
|
6295
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6295
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6296
6296
|
default: any;
|
|
6297
6297
|
};
|
|
6298
6298
|
hoveredDate: {
|
|
6299
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6299
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6300
6300
|
default: any;
|
|
6301
6301
|
};
|
|
6302
6302
|
locale: {
|
|
@@ -6304,10 +6304,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6304
6304
|
required: true;
|
|
6305
6305
|
};
|
|
6306
6306
|
disabledDate: {
|
|
6307
|
-
type: import("vue").PropType<import("
|
|
6307
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6308
6308
|
};
|
|
6309
6309
|
disabledYear: {
|
|
6310
|
-
type: import("vue").PropType<import("
|
|
6310
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledYearFunction>;
|
|
6311
6311
|
};
|
|
6312
6312
|
disabledPrev: {
|
|
6313
6313
|
type: BooleanConstructor;
|
|
@@ -6333,15 +6333,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6333
6333
|
default: string;
|
|
6334
6334
|
};
|
|
6335
6335
|
currentDate: {
|
|
6336
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6336
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6337
6337
|
required: true;
|
|
6338
6338
|
};
|
|
6339
6339
|
selectedDate: {
|
|
6340
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6340
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6341
6341
|
default: any;
|
|
6342
6342
|
};
|
|
6343
6343
|
hoveredDate: {
|
|
6344
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6344
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6345
6345
|
default: any;
|
|
6346
6346
|
};
|
|
6347
6347
|
locale: {
|
|
@@ -6349,10 +6349,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6349
6349
|
required: true;
|
|
6350
6350
|
};
|
|
6351
6351
|
disabledDate: {
|
|
6352
|
-
type: import("vue").PropType<import("
|
|
6352
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6353
6353
|
};
|
|
6354
6354
|
disabledYear: {
|
|
6355
|
-
type: import("vue").PropType<import("
|
|
6355
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledYearFunction>;
|
|
6356
6356
|
};
|
|
6357
6357
|
disabledPrev: {
|
|
6358
6358
|
type: BooleanConstructor;
|
|
@@ -6446,7 +6446,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6446
6446
|
default: string;
|
|
6447
6447
|
};
|
|
6448
6448
|
icon: {
|
|
6449
|
-
type: import("vue").PropType<import("
|
|
6449
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6450
6450
|
};
|
|
6451
6451
|
}>> & Readonly<{
|
|
6452
6452
|
onClick?: (ev: Event) => any;
|
|
@@ -6493,7 +6493,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6493
6493
|
default: string;
|
|
6494
6494
|
};
|
|
6495
6495
|
icon: {
|
|
6496
|
-
type: import("vue").PropType<import("
|
|
6496
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6497
6497
|
};
|
|
6498
6498
|
}>> & Readonly<{
|
|
6499
6499
|
onClick?: (ev: Event) => any;
|
|
@@ -6535,7 +6535,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6535
6535
|
default: string;
|
|
6536
6536
|
};
|
|
6537
6537
|
icon: {
|
|
6538
|
-
type: import("vue").PropType<import("
|
|
6538
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6539
6539
|
};
|
|
6540
6540
|
}>> & Readonly<{
|
|
6541
6541
|
onClick?: (ev: Event) => any;
|
|
@@ -6562,7 +6562,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6562
6562
|
}, string, {
|
|
6563
6563
|
color: string;
|
|
6564
6564
|
spin: boolean;
|
|
6565
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6565
|
+
}, {}, 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>);
|
|
6566
6566
|
ULineLeftDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6567
6567
|
ULineRightDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6568
6568
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6576,21 +6576,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6576
6576
|
required: true;
|
|
6577
6577
|
};
|
|
6578
6578
|
selectedDate: {
|
|
6579
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6579
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6580
6580
|
default: any;
|
|
6581
6581
|
};
|
|
6582
6582
|
hoveredDate: {
|
|
6583
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6583
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6584
6584
|
default: any;
|
|
6585
6585
|
};
|
|
6586
6586
|
locale: {
|
|
6587
6587
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
6588
6588
|
};
|
|
6589
6589
|
disabledDate: {
|
|
6590
|
-
type: import("vue").PropType<import("
|
|
6590
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6591
6591
|
};
|
|
6592
6592
|
disabledYear: {
|
|
6593
|
-
type: import("vue").PropType<import("
|
|
6593
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledYearFunction>;
|
|
6594
6594
|
};
|
|
6595
6595
|
}>, {
|
|
6596
6596
|
tableData: import("vue").ComputedRef<{
|
|
@@ -6599,8 +6599,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6599
6599
|
class: string;
|
|
6600
6600
|
disabled: boolean;
|
|
6601
6601
|
}[][]>;
|
|
6602
|
-
onSelected: (cell: import("
|
|
6603
|
-
onHover: (cell: import("
|
|
6602
|
+
onSelected: (cell: import("@koi-design/uxd-ui/es/index").YearTableCell) => void;
|
|
6603
|
+
onHover: (cell: import("@koi-design/uxd-ui/es/index").YearTableCell) => void;
|
|
6604
6604
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6605
6605
|
prefixCls: {
|
|
6606
6606
|
type: StringConstructor;
|
|
@@ -6611,21 +6611,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6611
6611
|
required: true;
|
|
6612
6612
|
};
|
|
6613
6613
|
selectedDate: {
|
|
6614
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6614
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6615
6615
|
default: any;
|
|
6616
6616
|
};
|
|
6617
6617
|
hoveredDate: {
|
|
6618
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6618
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6619
6619
|
default: any;
|
|
6620
6620
|
};
|
|
6621
6621
|
locale: {
|
|
6622
6622
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
6623
6623
|
};
|
|
6624
6624
|
disabledDate: {
|
|
6625
|
-
type: import("vue").PropType<import("
|
|
6625
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6626
6626
|
};
|
|
6627
6627
|
disabledYear: {
|
|
6628
|
-
type: import("vue").PropType<import("
|
|
6628
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledYearFunction>;
|
|
6629
6629
|
};
|
|
6630
6630
|
}>> & Readonly<{
|
|
6631
6631
|
onSelect?: (...args: any[]) => any;
|
|
@@ -6642,15 +6642,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6642
6642
|
default: string;
|
|
6643
6643
|
};
|
|
6644
6644
|
currentDate: {
|
|
6645
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6645
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6646
6646
|
required: true;
|
|
6647
6647
|
};
|
|
6648
6648
|
selectedDate: {
|
|
6649
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6649
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6650
6650
|
default: any;
|
|
6651
6651
|
};
|
|
6652
6652
|
hoveredDate: {
|
|
6653
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6653
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6654
6654
|
default: any;
|
|
6655
6655
|
};
|
|
6656
6656
|
locale: {
|
|
@@ -6658,10 +6658,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6658
6658
|
required: true;
|
|
6659
6659
|
};
|
|
6660
6660
|
disabledDate: {
|
|
6661
|
-
type: import("vue").PropType<import("
|
|
6661
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6662
6662
|
};
|
|
6663
6663
|
disabledQuarter: {
|
|
6664
|
-
type: import("vue").PropType<import("
|
|
6664
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
6665
6665
|
};
|
|
6666
6666
|
disabledPrev: {
|
|
6667
6667
|
type: BooleanConstructor;
|
|
@@ -6687,15 +6687,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6687
6687
|
default: string;
|
|
6688
6688
|
};
|
|
6689
6689
|
currentDate: {
|
|
6690
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6690
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6691
6691
|
required: true;
|
|
6692
6692
|
};
|
|
6693
6693
|
selectedDate: {
|
|
6694
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6694
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6695
6695
|
default: any;
|
|
6696
6696
|
};
|
|
6697
6697
|
hoveredDate: {
|
|
6698
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6698
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6699
6699
|
default: any;
|
|
6700
6700
|
};
|
|
6701
6701
|
locale: {
|
|
@@ -6703,10 +6703,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6703
6703
|
required: true;
|
|
6704
6704
|
};
|
|
6705
6705
|
disabledDate: {
|
|
6706
|
-
type: import("vue").PropType<import("
|
|
6706
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6707
6707
|
};
|
|
6708
6708
|
disabledQuarter: {
|
|
6709
|
-
type: import("vue").PropType<import("
|
|
6709
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
6710
6710
|
};
|
|
6711
6711
|
disabledPrev: {
|
|
6712
6712
|
type: BooleanConstructor;
|
|
@@ -6801,7 +6801,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6801
6801
|
default: string;
|
|
6802
6802
|
};
|
|
6803
6803
|
icon: {
|
|
6804
|
-
type: import("vue").PropType<import("
|
|
6804
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6805
6805
|
};
|
|
6806
6806
|
}>> & Readonly<{
|
|
6807
6807
|
onClick?: (ev: Event) => any;
|
|
@@ -6848,7 +6848,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6848
6848
|
default: string;
|
|
6849
6849
|
};
|
|
6850
6850
|
icon: {
|
|
6851
|
-
type: import("vue").PropType<import("
|
|
6851
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6852
6852
|
};
|
|
6853
6853
|
}>> & Readonly<{
|
|
6854
6854
|
onClick?: (ev: Event) => any;
|
|
@@ -6890,7 +6890,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6890
6890
|
default: string;
|
|
6891
6891
|
};
|
|
6892
6892
|
icon: {
|
|
6893
|
-
type: import("vue").PropType<import("
|
|
6893
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6894
6894
|
};
|
|
6895
6895
|
}>> & Readonly<{
|
|
6896
6896
|
onClick?: (ev: Event) => any;
|
|
@@ -6917,7 +6917,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6917
6917
|
}, string, {
|
|
6918
6918
|
color: string;
|
|
6919
6919
|
spin: boolean;
|
|
6920
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
6920
|
+
}, {}, 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>);
|
|
6921
6921
|
ULineLeftDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6922
6922
|
ULineRightDouble: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6923
6923
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6931,21 +6931,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6931
6931
|
required: true;
|
|
6932
6932
|
};
|
|
6933
6933
|
selectedDate: {
|
|
6934
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6934
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6935
6935
|
default: any;
|
|
6936
6936
|
};
|
|
6937
6937
|
hoveredDate: {
|
|
6938
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6938
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6939
6939
|
default: any;
|
|
6940
6940
|
};
|
|
6941
6941
|
locale: {
|
|
6942
6942
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
6943
6943
|
};
|
|
6944
6944
|
disabledDate: {
|
|
6945
|
-
type: import("vue").PropType<import("
|
|
6945
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6946
6946
|
};
|
|
6947
6947
|
disabledQuarter: {
|
|
6948
|
-
type: import("vue").PropType<import("
|
|
6948
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
6949
6949
|
};
|
|
6950
6950
|
}>, {
|
|
6951
6951
|
tableData: import("vue").ComputedRef<import("./DatePicker.type").QuarterTableCell[][]>;
|
|
@@ -6961,21 +6961,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6961
6961
|
required: true;
|
|
6962
6962
|
};
|
|
6963
6963
|
selectedDate: {
|
|
6964
|
-
type: import("vue").PropType<import("dayjs").Dayjs | import("dayjs").Dayjs
|
|
6964
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
6965
6965
|
default: any;
|
|
6966
6966
|
};
|
|
6967
6967
|
hoveredDate: {
|
|
6968
|
-
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
6968
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
6969
6969
|
default: any;
|
|
6970
6970
|
};
|
|
6971
6971
|
locale: {
|
|
6972
6972
|
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
6973
6973
|
};
|
|
6974
6974
|
disabledDate: {
|
|
6975
|
-
type: import("vue").PropType<import("
|
|
6975
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
6976
6976
|
};
|
|
6977
6977
|
disabledQuarter: {
|
|
6978
|
-
type: import("vue").PropType<import("
|
|
6978
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
6979
6979
|
};
|
|
6980
6980
|
}>> & Readonly<{
|
|
6981
6981
|
onSelect?: (...args: any[]) => any;
|
|
@@ -6990,24 +6990,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6990
6990
|
UButton: {
|
|
6991
6991
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6992
6992
|
type: {
|
|
6993
|
-
type: import("vue").PropType<"
|
|
6993
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
6994
6994
|
default: string;
|
|
6995
6995
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
6996
6996
|
};
|
|
6997
6997
|
color: {
|
|
6998
|
-
type: import("vue").PropType<"
|
|
6999
|
-
default:
|
|
6998
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
6999
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
7000
7000
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
7001
7001
|
};
|
|
7002
7002
|
variant: {
|
|
7003
|
-
type: import("vue").PropType<"
|
|
7003
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
7004
7004
|
default: string;
|
|
7005
7005
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
7006
7006
|
};
|
|
7007
7007
|
size: {
|
|
7008
|
-
type: import("vue").PropType<"
|
|
7008
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
7009
7009
|
default: string;
|
|
7010
|
-
validator: (val: "
|
|
7010
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
7011
7011
|
};
|
|
7012
7012
|
disabled: {
|
|
7013
7013
|
type: BooleanConstructor;
|
|
@@ -7018,10 +7018,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7018
7018
|
default: boolean;
|
|
7019
7019
|
};
|
|
7020
7020
|
icon: {
|
|
7021
|
-
type: import("vue").PropType<import("
|
|
7021
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7022
7022
|
};
|
|
7023
7023
|
shape: {
|
|
7024
|
-
type: import("vue").PropType<"
|
|
7024
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
7025
7025
|
default: string;
|
|
7026
7026
|
validator: (val: "default" | "circle") => boolean;
|
|
7027
7027
|
};
|
|
@@ -7038,7 +7038,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7038
7038
|
default: undefined;
|
|
7039
7039
|
};
|
|
7040
7040
|
nativeType: {
|
|
7041
|
-
type: import("vue").PropType<"
|
|
7041
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
7042
7042
|
default: string;
|
|
7043
7043
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
7044
7044
|
};
|
|
@@ -7061,13 +7061,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7061
7061
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
7062
7062
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
7063
7063
|
loading: boolean;
|
|
7064
|
-
size: "
|
|
7064
|
+
size: "default" | "small" | "large";
|
|
7065
7065
|
disabled: boolean;
|
|
7066
7066
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
7067
7067
|
nativeType: "button" | "submit" | "reset";
|
|
7068
|
-
block: boolean;
|
|
7069
7068
|
shape: "default" | "circle";
|
|
7070
7069
|
dashed: boolean;
|
|
7070
|
+
block: boolean;
|
|
7071
7071
|
iconOnly: boolean;
|
|
7072
7072
|
blurAfterClick: boolean;
|
|
7073
7073
|
}, true, {}, {}, {
|
|
@@ -7085,7 +7085,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7085
7085
|
default: string;
|
|
7086
7086
|
};
|
|
7087
7087
|
icon: {
|
|
7088
|
-
type: import("vue").PropType<import("
|
|
7088
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7089
7089
|
};
|
|
7090
7090
|
}>> & Readonly<{
|
|
7091
7091
|
onClick?: (ev: Event) => any;
|
|
@@ -7132,7 +7132,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7132
7132
|
default: string;
|
|
7133
7133
|
};
|
|
7134
7134
|
icon: {
|
|
7135
|
-
type: import("vue").PropType<import("
|
|
7135
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7136
7136
|
};
|
|
7137
7137
|
}>> & Readonly<{
|
|
7138
7138
|
onClick?: (ev: Event) => any;
|
|
@@ -7174,7 +7174,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7174
7174
|
default: string;
|
|
7175
7175
|
};
|
|
7176
7176
|
icon: {
|
|
7177
|
-
type: import("vue").PropType<import("
|
|
7177
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7178
7178
|
};
|
|
7179
7179
|
}>> & Readonly<{
|
|
7180
7180
|
onClick?: (ev: Event) => any;
|
|
@@ -7201,7 +7201,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7201
7201
|
}, string, {
|
|
7202
7202
|
color: string;
|
|
7203
7203
|
spin: boolean;
|
|
7204
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
7204
|
+
}, {}, 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>);
|
|
7205
7205
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7206
7206
|
P: {};
|
|
7207
7207
|
B: {};
|
|
@@ -7211,24 +7211,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7211
7211
|
Defaults: {};
|
|
7212
7212
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
7213
7213
|
type: {
|
|
7214
|
-
type: import("vue").PropType<"
|
|
7214
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
7215
7215
|
default: string;
|
|
7216
7216
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
7217
7217
|
};
|
|
7218
7218
|
color: {
|
|
7219
|
-
type: import("vue").PropType<"
|
|
7220
|
-
default:
|
|
7219
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
7220
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
7221
7221
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
7222
7222
|
};
|
|
7223
7223
|
variant: {
|
|
7224
|
-
type: import("vue").PropType<"
|
|
7224
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
7225
7225
|
default: string;
|
|
7226
7226
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
7227
7227
|
};
|
|
7228
7228
|
size: {
|
|
7229
|
-
type: import("vue").PropType<"
|
|
7229
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
7230
7230
|
default: string;
|
|
7231
|
-
validator: (val: "
|
|
7231
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
7232
7232
|
};
|
|
7233
7233
|
disabled: {
|
|
7234
7234
|
type: BooleanConstructor;
|
|
@@ -7239,10 +7239,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7239
7239
|
default: boolean;
|
|
7240
7240
|
};
|
|
7241
7241
|
icon: {
|
|
7242
|
-
type: import("vue").PropType<import("
|
|
7242
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7243
7243
|
};
|
|
7244
7244
|
shape: {
|
|
7245
|
-
type: import("vue").PropType<"
|
|
7245
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
7246
7246
|
default: string;
|
|
7247
7247
|
validator: (val: "default" | "circle") => boolean;
|
|
7248
7248
|
};
|
|
@@ -7259,7 +7259,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7259
7259
|
default: undefined;
|
|
7260
7260
|
};
|
|
7261
7261
|
nativeType: {
|
|
7262
|
-
type: import("vue").PropType<"
|
|
7262
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
7263
7263
|
default: string;
|
|
7264
7264
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
7265
7265
|
};
|
|
@@ -7280,13 +7280,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7280
7280
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
7281
7281
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
7282
7282
|
loading: boolean;
|
|
7283
|
-
size: "
|
|
7283
|
+
size: "default" | "small" | "large";
|
|
7284
7284
|
disabled: boolean;
|
|
7285
7285
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
7286
7286
|
nativeType: "button" | "submit" | "reset";
|
|
7287
|
-
block: boolean;
|
|
7288
7287
|
shape: "default" | "circle";
|
|
7289
7288
|
dashed: boolean;
|
|
7289
|
+
block: boolean;
|
|
7290
7290
|
iconOnly: boolean;
|
|
7291
7291
|
blurAfterClick: boolean;
|
|
7292
7292
|
}>;
|
|
@@ -7295,24 +7295,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7295
7295
|
__isSuspense?: never;
|
|
7296
7296
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
7297
7297
|
type: {
|
|
7298
|
-
type: import("vue").PropType<"
|
|
7298
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
|
|
7299
7299
|
default: string;
|
|
7300
7300
|
validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
|
|
7301
7301
|
};
|
|
7302
7302
|
color: {
|
|
7303
|
-
type: import("vue").PropType<"
|
|
7304
|
-
default:
|
|
7303
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
|
|
7304
|
+
default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
|
|
7305
7305
|
validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
|
|
7306
7306
|
};
|
|
7307
7307
|
variant: {
|
|
7308
|
-
type: import("vue").PropType<"
|
|
7308
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
|
|
7309
7309
|
default: string;
|
|
7310
7310
|
validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
|
|
7311
7311
|
};
|
|
7312
7312
|
size: {
|
|
7313
|
-
type: import("vue").PropType<"
|
|
7313
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
7314
7314
|
default: string;
|
|
7315
|
-
validator: (val: "
|
|
7315
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
7316
7316
|
};
|
|
7317
7317
|
disabled: {
|
|
7318
7318
|
type: BooleanConstructor;
|
|
@@ -7323,10 +7323,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7323
7323
|
default: boolean;
|
|
7324
7324
|
};
|
|
7325
7325
|
icon: {
|
|
7326
|
-
type: import("vue").PropType<import("
|
|
7326
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7327
7327
|
};
|
|
7328
7328
|
shape: {
|
|
7329
|
-
type: import("vue").PropType<"
|
|
7329
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
7330
7330
|
default: string;
|
|
7331
7331
|
validator: (val: "default" | "circle") => boolean;
|
|
7332
7332
|
};
|
|
@@ -7343,7 +7343,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7343
7343
|
default: undefined;
|
|
7344
7344
|
};
|
|
7345
7345
|
nativeType: {
|
|
7346
|
-
type: import("vue").PropType<"
|
|
7346
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
|
|
7347
7347
|
default: string;
|
|
7348
7348
|
validator: (val: "button" | "submit" | "reset") => boolean;
|
|
7349
7349
|
};
|
|
@@ -7366,13 +7366,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7366
7366
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
7367
7367
|
type: "primary" | "success" | "warning" | "default" | "danger";
|
|
7368
7368
|
loading: boolean;
|
|
7369
|
-
size: "
|
|
7369
|
+
size: "default" | "small" | "large";
|
|
7370
7370
|
disabled: boolean;
|
|
7371
7371
|
variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
|
|
7372
7372
|
nativeType: "button" | "submit" | "reset";
|
|
7373
|
-
block: boolean;
|
|
7374
7373
|
shape: "default" | "circle";
|
|
7375
7374
|
dashed: boolean;
|
|
7375
|
+
block: boolean;
|
|
7376
7376
|
iconOnly: boolean;
|
|
7377
7377
|
blurAfterClick: boolean;
|
|
7378
7378
|
}, {}, string, {}, {
|
|
@@ -7390,7 +7390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7390
7390
|
default: string;
|
|
7391
7391
|
};
|
|
7392
7392
|
icon: {
|
|
7393
|
-
type: import("vue").PropType<import("
|
|
7393
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7394
7394
|
};
|
|
7395
7395
|
}>> & Readonly<{
|
|
7396
7396
|
onClick?: (ev: Event) => any;
|
|
@@ -7437,7 +7437,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7437
7437
|
default: string;
|
|
7438
7438
|
};
|
|
7439
7439
|
icon: {
|
|
7440
|
-
type: import("vue").PropType<import("
|
|
7440
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7441
7441
|
};
|
|
7442
7442
|
}>> & Readonly<{
|
|
7443
7443
|
onClick?: (ev: Event) => any;
|
|
@@ -7479,7 +7479,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7479
7479
|
default: string;
|
|
7480
7480
|
};
|
|
7481
7481
|
icon: {
|
|
7482
|
-
type: import("vue").PropType<import("
|
|
7482
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7483
7483
|
};
|
|
7484
7484
|
}>> & Readonly<{
|
|
7485
7485
|
onClick?: (ev: Event) => any;
|
|
@@ -7506,16 +7506,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7506
7506
|
}, string, {
|
|
7507
7507
|
color: string;
|
|
7508
7508
|
spin: boolean;
|
|
7509
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
7510
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
7509
|
+
}, {}, 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>);
|
|
7510
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
|
|
7511
7511
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7512
7512
|
size: {
|
|
7513
|
-
type: import("vue").PropType<"
|
|
7513
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
7514
7514
|
default: string;
|
|
7515
|
-
validator: (val: "
|
|
7515
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
7516
7516
|
};
|
|
7517
7517
|
shape: {
|
|
7518
|
-
type: import("vue").PropType<"
|
|
7518
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
7519
7519
|
default: string;
|
|
7520
7520
|
validator: (val: "default" | "circle") => boolean;
|
|
7521
7521
|
};
|
|
@@ -7527,12 +7527,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7527
7527
|
prefixCls: import("vue").ComputedRef<string>;
|
|
7528
7528
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7529
7529
|
size: {
|
|
7530
|
-
type: import("vue").PropType<"
|
|
7530
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
7531
7531
|
default: string;
|
|
7532
|
-
validator: (val: "
|
|
7532
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
7533
7533
|
};
|
|
7534
7534
|
shape: {
|
|
7535
|
-
type: import("vue").PropType<"
|
|
7535
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
|
|
7536
7536
|
default: string;
|
|
7537
7537
|
validator: (val: "default" | "circle") => boolean;
|
|
7538
7538
|
};
|
|
@@ -7541,11 +7541,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7541
7541
|
default: undefined;
|
|
7542
7542
|
};
|
|
7543
7543
|
}>> & Readonly<{}>, {
|
|
7544
|
-
size: "
|
|
7544
|
+
size: "default" | "small" | "large";
|
|
7545
7545
|
shape: "default" | "circle";
|
|
7546
7546
|
vertical: boolean;
|
|
7547
7547
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7548
|
-
};
|
|
7548
|
+
});
|
|
7549
7549
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7550
7550
|
URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7551
7551
|
URoundCalendar: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|