@koi-design/uxd-ui 14.0.46 → 14.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.mjs +1 -1
- package/es/components/Affix/index.d.ts +14 -1
- package/es/components/Alert/Alert.mjs +1 -1
- package/es/components/Alert/Alert.vue.d.ts +18 -1
- package/es/components/Alert/index.d.ts +68 -3
- package/es/components/Anchor/Anchor.mjs +1 -1
- package/es/components/Anchor/AnchorLink.mjs +1 -1
- package/es/components/Anchor/index.d.ts +47 -1
- package/es/components/AutoComplete/AutoComplete.mjs +1 -1
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
- package/es/components/AutoComplete/index.d.ts +1408 -2167
- package/es/components/Avatar/Avatar.mjs +1 -1
- package/es/components/Avatar/Avatar.vue.d.ts +20 -3
- package/es/components/Avatar/index.d.ts +63 -9
- package/es/components/BackTop/BackTop.mjs +1 -1
- package/es/components/BackTop/BackTop.vue.d.ts +18 -1
- package/es/components/BackTop/index.d.ts +60 -3
- package/es/components/Badge/Badge.mjs +1 -1
- package/es/components/Badge/index.d.ts +41 -1
- package/es/components/Breadcrumb/index.d.ts +13 -1
- package/es/components/Button/Button.mjs +1 -1
- package/es/components/Button/Button.type.d.ts +1 -1
- package/es/components/Button/Button.vue.d.ts +21 -4
- package/es/components/Button/ButtonGroup.mjs +1 -1
- package/es/components/Button/index.d.ts +103 -9
- package/es/components/Calendar/Calendar.mjs +1 -1
- package/es/components/Calendar/Calendar.vue.d.ts +251 -5
- package/es/components/Calendar/Header.mjs +1 -1
- package/es/components/Calendar/Header.vue.d.ts +251 -5
- package/es/components/Calendar/index.d.ts +543 -11
- package/es/components/Calendar/table/DateTable.mjs +1 -1
- package/es/components/Calendar/table/MonthTable.mjs +1 -1
- package/es/components/Calendar/table/YearTable.mjs +1 -1
- package/es/components/Card/Card.d.ts +18 -1
- package/es/components/Card/CardMeta.mjs +1 -1
- package/es/components/Card/CardMeta.vue.d.ts +63 -9
- package/es/components/Card/index.d.ts +128 -12
- package/es/components/Carousel/Carousel.mjs +1 -1
- package/es/components/Carousel/Carousel.vue.d.ts +19 -2
- package/es/components/Carousel/CarouselItem.mjs +1 -1
- package/es/components/Carousel/index.d.ts +93 -6
- package/es/components/Cascader/Cascader.d.ts +128 -2
- package/es/components/Cascader/index.d.ts +548 -10
- package/es/components/Checkbox/Checkbox.mjs +1 -1
- package/es/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/es/components/Checkbox/CheckboxGroup.mjs +1 -1
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/es/components/Checkbox/index.d.ts +106 -5
- package/es/components/Collapse/Collapse.mjs +1 -1
- package/es/components/Collapse/Panel.mjs +1 -1
- package/es/components/Collapse/Panel.vue.d.ts +18 -1
- package/es/components/Collapse/index.d.ts +50 -2
- package/es/components/ColorPicker/ColorPicker.mjs +1 -1
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +393 -40
- package/es/components/ColorPicker/index.d.ts +958 -130
- 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 +14 -1
- package/es/components/DatePicker/DatePicker.mjs +1 -1
- package/es/components/DatePicker/DatePicker.vue.d.ts +445 -22
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +309 -10
- package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/es/components/DatePicker/index.d.ts +1101 -140
- package/es/components/Divider/Divider.mjs +1 -1
- package/es/components/Divider/index.d.ts +21 -1
- package/es/components/Drawer/index.d.ts +83 -1
- package/es/components/Dropdown/Dropdown.mjs +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/es/components/Dropdown/index.d.ts +58 -6
- package/es/components/Empty/index.d.ts +17 -1
- package/es/components/Form/Form.mjs +1 -1
- package/es/components/Form/index.d.ts +57 -1
- package/es/components/Grid/Col.mjs +1 -1
- package/es/components/Grid/Row.mjs +1 -1
- package/es/components/Icon/ColorfullEmpty.mjs +1 -1
- package/es/components/Icon/Icon.mjs +1 -1
- package/es/components/Icon/RangeSeparator.mjs +1 -1
- package/es/components/Icon/index.d.ts +18 -1
- package/es/components/Image/Image.mjs +1 -1
- package/es/components/Image/Image.vue.d.ts +19 -2
- package/es/components/Image/ImgViewer.mjs +1 -1
- package/es/components/Image/ImgViewer.vue.d.ts +19 -2
- package/es/components/Image/index.d.ts +89 -7
- package/es/components/InfoView/InfoView.mjs +1 -1
- package/es/components/InfoView/index.d.ts +46 -1
- package/es/components/Input/Input.d.ts +22 -5
- package/es/components/Input/index.d.ts +183 -21
- package/es/components/InputNumber/InputNumber.d.ts +188 -2
- package/es/components/InputNumber/index.d.ts +716 -64
- 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/Sider.mjs +1 -1
- package/es/components/Layout/Sider.vue.d.ts +18 -1
- package/es/components/Layout/index.d.ts +23 -2
- package/es/components/Link/Link.mjs +1 -1
- package/es/components/Link/Link.vue.d.ts +18 -1
- package/es/components/Link/index.d.ts +62 -3
- package/es/components/List/List.mjs +1 -1
- package/es/components/List/List.vue.d.ts +56 -249
- package/es/components/List/ListItemMeta.mjs +1 -1
- package/es/components/List/ListItemMeta.vue.d.ts +63 -9
- package/es/components/List/index.d.ts +247 -532
- package/es/components/LoadingBar/LoadingBar.mjs +1 -1
- package/es/components/Mask/index.d.ts +31 -1
- package/es/components/Mention/Mention.mjs +1 -1
- package/es/components/Mention/MentionsSelect.mjs +1 -1
- package/es/components/Menu/MenuDivider.mjs +1 -1
- package/es/components/Menu/MenuItem.mjs +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +58 -3
- package/es/components/Menu/MenuItemGroup.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +19 -2
- package/es/components/Menu/index.d.ts +125 -6
- package/es/components/Modal/ConfirmDialog.mjs +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/es/components/Modal/Modal.mjs +1 -1
- package/es/components/Modal/Modal.vue.d.ts +122 -11
- package/es/components/Modal/index.d.ts +337 -24
- package/es/components/Notification/Notice.mjs +1 -1
- package/es/components/Notification/Notice.vue.d.ts +18 -1
- package/es/components/Notification/Notification.mjs +1 -1
- package/es/components/Notification/Notification.vue.d.ts +18 -1
- package/es/components/PageHeader/PageHeader.mjs +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/es/components/PageHeader/index.d.ts +86 -5
- package/es/components/Pagination/Pager.mjs +1 -1
- package/es/components/Pagination/Pager.vue.d.ts +18 -1
- package/es/components/Pagination/Pagination.d.ts +36 -2
- package/es/components/Pagination/index.d.ts +151 -5
- package/es/components/PopConfirm/PopConfirm.mjs +1 -1
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
- package/es/components/PopConfirm/index.d.ts +433 -27
- package/es/components/Popover/Popover.mjs +1 -1
- package/es/components/Popover/Popover.vue.d.ts +1 -1
- package/es/components/Popover/index.d.ts +67 -3
- package/es/components/Popup/Popup.d.ts +1 -1
- package/es/components/Popup/hooks/usePopper.d.ts +1 -1
- package/es/components/Progress/Circle.d.ts +18 -1
- package/es/components/Progress/Line.mjs +1 -1
- package/es/components/Progress/Line.vue.d.ts +18 -1
- package/es/components/Progress/Progress.mjs +1 -1
- package/es/components/Progress/Progress.vue.d.ts +36 -2
- package/es/components/Progress/Water.mjs +1 -1
- package/es/components/Progress/index.d.ts +111 -5
- package/es/components/Radio/Radio.mjs +1 -1
- package/es/components/Radio/index.d.ts +38 -1
- package/es/components/Rate/Rate.mjs +1 -1
- package/es/components/Rate/Rate.vue.d.ts +77 -5
- package/es/components/Rate/Star.mjs +1 -1
- package/es/components/Rate/Star.vue.d.ts +19 -2
- package/es/components/Rate/index.d.ts +198 -11
- package/es/components/Result/Result.mjs +1 -1
- package/es/components/Result/Result.vue.d.ts +18 -1
- package/es/components/Result/index.d.ts +59 -3
- package/es/components/Scrollbar/index.d.ts +23 -1
- package/es/components/Select/DropdownMenu.mjs +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +52 -249
- package/es/components/Select/RefSelect.mjs +1 -1
- package/es/components/Select/RefSelect.vue.d.ts +180 -259
- package/es/components/Select/Selection/Input.mjs +1 -1
- package/es/components/Select/Selection/Multiple.mjs +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +85 -4
- package/es/components/Select/Selection/MultipleOverFlow.mjs +1 -1
- package/es/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
- package/es/components/Select/Selection/Selection.mjs +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/es/components/Select/Selection/Single.mjs +1 -1
- package/es/components/Select/index.d.ts +213 -4
- package/es/components/Skeleton/Skeleton.mjs +1 -1
- package/es/components/Skeleton/SkeletonItem.mjs +1 -1
- package/es/components/Skeleton/index.d.ts +22 -1
- package/es/components/Slider/Handle.mjs +1 -1
- package/es/components/Slider/Marks.mjs +1 -1
- package/es/components/Slider/Steps.mjs +1 -1
- package/es/components/Slider/index.d.ts +59 -1
- package/es/components/Space/index.d.ts +25 -1
- package/es/components/Spin/Spin.mjs +1 -1
- package/es/components/Spin/index.d.ts +23 -1
- package/es/components/Statistic/Statistic.mjs +1 -1
- package/es/components/Statistic/Statistic.vue.d.ts +76 -4
- package/es/components/Statistic/index.d.ts +196 -9
- package/es/components/Steps/Step.mjs +1 -1
- package/es/components/Steps/Step.vue.d.ts +18 -1
- package/es/components/Steps/Steps.mjs +1 -1
- package/es/components/Steps/index.d.ts +68 -2
- package/es/components/Switch/Switch.mjs +1 -1
- package/es/components/Switch/index.d.ts +58 -1
- package/es/components/Table/BaseTable.mjs +1 -1
- package/es/components/Table/BaseTable.vue.d.ts +579 -32
- package/es/components/Table/BodyTable.mjs +1 -1
- package/es/components/Table/BodyTable.vue.d.ts +579 -32
- package/es/components/Table/HeadTable.mjs +1 -1
- package/es/components/Table/HeadTable.vue.d.ts +579 -32
- package/es/components/Table/Table.mjs +1 -1
- package/es/components/Table/Table.vue.d.ts +1393 -131
- package/es/components/Table/TableBox.mjs +1 -1
- package/es/components/Table/TableBox.vue.d.ts +1166 -72
- package/es/components/Table/hooks/useDraggable.mjs +86 -25
- package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
- package/es/components/Table/hooks/useTableResize.d.ts +1 -1
- package/es/components/Table/hooks/useTableResize.mjs +21 -2
- package/es/components/Table/hooks/useTableResize.mjs.map +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 +18 -1
- package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/es/components/Table/tableUnits/TableBody.mjs +1 -1
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/es/components/Table/tableUnits/TableCell.mjs +1 -1
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
- package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/es/components/Table/tableUnits/TableRow.mjs +1 -1
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/es/components/Table/tableUnits/TableSummaryRow.mjs +1 -1
- package/es/components/Tabs/TabBar.mjs +1 -1
- package/es/components/Tabs/TabNav.mjs +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +69 -4
- package/es/components/Tabs/TabPane.mjs +1 -1
- package/es/components/Tabs/Tabs.d.ts +71 -6
- package/es/components/Tabs/index.d.ts +272 -19
- package/es/components/Tag/Tag.mjs +1 -1
- package/es/components/Tag/Tag.vue.d.ts +18 -1
- package/es/components/Tag/index.d.ts +63 -3
- package/es/components/Text/index.d.ts +24 -1
- package/es/components/ThemePanel/ThemePanel.mjs +1 -1
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/es/components/ThemePanel/index.d.ts +343 -25
- package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/es/components/TimePicker/TimePicker.mjs +1 -1
- package/es/components/TimePicker/TimePicker.vue.d.ts +88 -10
- package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
- package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/es/components/TimePicker/index.d.ts +304 -21
- package/es/components/Timeline/TimelineItem.mjs +1 -1
- package/es/components/Timeline/index.d.ts +18 -1
- package/es/components/Toggle/Toggle.mjs +1 -1
- package/es/components/Toggle/index.d.ts +9 -1
- package/es/components/Tooltip/Tooltip.mjs +1 -1
- package/es/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/es/components/Tooltip/index.d.ts +58 -3
- package/es/components/Transfer/Operation.mjs +1 -1
- package/es/components/Transfer/Operation.vue.d.ts +103 -9
- package/es/components/Transfer/Transfer.mjs +1 -1
- package/es/components/Transfer/Transfer.vue.d.ts +1472 -154
- package/es/components/Transfer/TransferList.mjs +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +395 -31
- package/es/components/Transfer/TransferListItem.mjs +1 -1
- package/es/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/es/components/Transfer/index.d.ts +4161 -591
- package/es/components/Tree/SubTree.mjs +1 -1
- package/es/components/Tree/SubTree.vue.d.ts +124 -6
- package/es/components/Tree/Tree.mjs +1 -1
- package/es/components/Tree/Tree.vue.d.ts +124 -6
- package/es/components/Tree/TreeNode.mjs +1 -1
- package/es/components/Tree/TreeNode.vue.d.ts +124 -6
- package/es/components/Tree/index.d.ts +334 -13
- package/es/components/TreeSelect/TreeSelect.mjs +1 -1
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/es/components/TreeSelect/index.d.ts +816 -33
- package/es/components/Upload/UploadDragger.mjs +1 -1
- package/es/components/Upload/UploadList.mjs +1 -1
- package/es/components/Upload/UploadList.vue.d.ts +129 -6
- package/es/components/Upload/Uploader.mjs +1 -1
- package/es/components/Upload/Uploader.vue.d.ts +1 -1
- package/es/components/Upload/index.d.ts +94 -4
- package/es/components/VirtualList/ListContent.mjs +1 -1
- package/es/components/VirtualList/VirtualList.mjs +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +8 -83
- 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 +34 -248
- package/es/components/base/HighlightText.mjs +1 -1
- package/es/components/base/RenderEmpty.mjs +1 -1
- package/lib/components/Affix/Affix.js +1 -1
- package/lib/components/Affix/index.d.ts +14 -1
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/Alert.vue.d.ts +18 -1
- package/lib/components/Alert/index.d.ts +68 -3
- package/lib/components/Anchor/Anchor.js +1 -1
- package/lib/components/Anchor/AnchorLink.js +1 -1
- package/lib/components/Anchor/index.d.ts +47 -1
- package/lib/components/AutoComplete/AutoComplete.js +1 -1
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
- package/lib/components/AutoComplete/index.d.ts +1408 -2167
- package/lib/components/Avatar/Avatar.js +1 -1
- package/lib/components/Avatar/Avatar.vue.d.ts +20 -3
- package/lib/components/Avatar/index.d.ts +63 -9
- package/lib/components/BackTop/BackTop.js +1 -1
- package/lib/components/BackTop/BackTop.vue.d.ts +18 -1
- package/lib/components/BackTop/index.d.ts +60 -3
- package/lib/components/Badge/Badge.js +1 -1
- package/lib/components/Badge/index.d.ts +41 -1
- package/lib/components/Breadcrumb/index.d.ts +13 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/Button.type.d.ts +1 -1
- package/lib/components/Button/Button.vue.d.ts +21 -4
- package/lib/components/Button/ButtonGroup.js +1 -1
- package/lib/components/Button/index.d.ts +103 -9
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/Calendar.vue.d.ts +251 -5
- package/lib/components/Calendar/Header.js +1 -1
- package/lib/components/Calendar/Header.vue.d.ts +251 -5
- package/lib/components/Calendar/index.d.ts +543 -11
- package/lib/components/Calendar/table/DateTable.js +1 -1
- package/lib/components/Calendar/table/MonthTable.js +1 -1
- package/lib/components/Calendar/table/YearTable.js +1 -1
- package/lib/components/Card/Card.d.ts +18 -1
- package/lib/components/Card/CardMeta.js +1 -1
- package/lib/components/Card/CardMeta.vue.d.ts +63 -9
- package/lib/components/Card/index.d.ts +128 -12
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -2
- package/lib/components/Carousel/CarouselItem.js +1 -1
- package/lib/components/Carousel/index.d.ts +93 -6
- package/lib/components/Cascader/Cascader.d.ts +128 -2
- package/lib/components/Cascader/index.d.ts +548 -10
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/lib/components/Checkbox/index.d.ts +106 -5
- package/lib/components/Collapse/Collapse.js +1 -1
- package/lib/components/Collapse/Panel.js +1 -1
- package/lib/components/Collapse/Panel.vue.d.ts +18 -1
- package/lib/components/Collapse/index.d.ts +50 -2
- package/lib/components/ColorPicker/ColorPicker.js +1 -1
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +393 -40
- package/lib/components/ColorPicker/index.d.ts +958 -130
- 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 +14 -1
- package/lib/components/DatePicker/DatePicker.js +1 -1
- package/lib/components/DatePicker/DatePicker.vue.d.ts +445 -22
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +309 -10
- package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.js +1 -1
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/lib/components/DatePicker/index.d.ts +1101 -140
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/index.d.ts +21 -1
- package/lib/components/Drawer/index.d.ts +83 -1
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/lib/components/Dropdown/index.d.ts +58 -6
- package/lib/components/Empty/index.d.ts +17 -1
- package/lib/components/Form/Form.js +1 -1
- package/lib/components/Form/index.d.ts +57 -1
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Icon/ColorfullEmpty.js +1 -1
- package/lib/components/Icon/Icon.js +1 -1
- package/lib/components/Icon/RangeSeparator.js +1 -1
- package/lib/components/Icon/index.d.ts +18 -1
- package/lib/components/Image/Image.js +1 -1
- package/lib/components/Image/Image.vue.d.ts +19 -2
- package/lib/components/Image/ImgViewer.js +1 -1
- package/lib/components/Image/ImgViewer.vue.d.ts +19 -2
- package/lib/components/Image/index.d.ts +89 -7
- package/lib/components/InfoView/InfoView.js +1 -1
- package/lib/components/InfoView/index.d.ts +46 -1
- package/lib/components/Input/Input.d.ts +22 -5
- package/lib/components/Input/index.d.ts +183 -21
- package/lib/components/InputNumber/InputNumber.d.ts +188 -2
- package/lib/components/InputNumber/index.d.ts +716 -64
- 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/Sider.js +1 -1
- package/lib/components/Layout/Sider.vue.d.ts +18 -1
- package/lib/components/Layout/index.d.ts +23 -2
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.vue.d.ts +18 -1
- package/lib/components/Link/index.d.ts +62 -3
- package/lib/components/List/List.js +1 -1
- package/lib/components/List/List.vue.d.ts +56 -249
- package/lib/components/List/ListItemMeta.js +1 -1
- package/lib/components/List/ListItemMeta.vue.d.ts +63 -9
- package/lib/components/List/index.d.ts +247 -532
- package/lib/components/LoadingBar/LoadingBar.js +1 -1
- package/lib/components/Mask/index.d.ts +31 -1
- package/lib/components/Mention/Mention.js +1 -1
- package/lib/components/Mention/MentionsSelect.js +1 -1
- package/lib/components/Menu/MenuDivider.js +1 -1
- package/lib/components/Menu/MenuItem.js +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +58 -3
- package/lib/components/Menu/MenuItemGroup.js +1 -1
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +19 -2
- package/lib/components/Menu/index.d.ts +125 -6
- package/lib/components/Modal/ConfirmDialog.js +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/lib/components/Modal/Modal.js +1 -1
- package/lib/components/Modal/Modal.vue.d.ts +122 -11
- package/lib/components/Modal/index.d.ts +337 -24
- package/lib/components/Notification/Notice.js +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +18 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/Notification.vue.d.ts +18 -1
- package/lib/components/PageHeader/PageHeader.js +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/lib/components/PageHeader/index.d.ts +86 -5
- package/lib/components/Pagination/Pager.js +1 -1
- package/lib/components/Pagination/Pager.vue.d.ts +18 -1
- package/lib/components/Pagination/Pagination.d.ts +36 -2
- package/lib/components/Pagination/index.d.ts +151 -5
- package/lib/components/PopConfirm/PopConfirm.js +1 -1
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
- package/lib/components/PopConfirm/index.d.ts +433 -27
- package/lib/components/Popover/Popover.js +1 -1
- package/lib/components/Popover/Popover.vue.d.ts +1 -1
- package/lib/components/Popover/index.d.ts +67 -3
- package/lib/components/Popup/Popup.d.ts +1 -1
- package/lib/components/Popup/hooks/usePopper.d.ts +1 -1
- package/lib/components/Progress/Circle.d.ts +18 -1
- package/lib/components/Progress/Line.js +1 -1
- package/lib/components/Progress/Line.vue.d.ts +18 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/Progress.vue.d.ts +36 -2
- package/lib/components/Progress/Water.js +1 -1
- package/lib/components/Progress/index.d.ts +111 -5
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/index.d.ts +38 -1
- package/lib/components/Rate/Rate.js +1 -1
- package/lib/components/Rate/Rate.vue.d.ts +77 -5
- package/lib/components/Rate/Star.js +1 -1
- package/lib/components/Rate/Star.vue.d.ts +19 -2
- package/lib/components/Rate/index.d.ts +198 -11
- package/lib/components/Result/Result.js +1 -1
- package/lib/components/Result/Result.vue.d.ts +18 -1
- package/lib/components/Result/index.d.ts +59 -3
- package/lib/components/Scrollbar/index.d.ts +23 -1
- package/lib/components/Select/DropdownMenu.js +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +52 -249
- package/lib/components/Select/RefSelect.js +1 -1
- package/lib/components/Select/RefSelect.vue.d.ts +180 -259
- package/lib/components/Select/Selection/Input.js +1 -1
- package/lib/components/Select/Selection/Multiple.js +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +85 -4
- package/lib/components/Select/Selection/MultipleOverFlow.js +1 -1
- package/lib/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
- package/lib/components/Select/Selection/Selection.js +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Single.js +1 -1
- package/lib/components/Select/index.d.ts +213 -4
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/SkeletonItem.js +1 -1
- package/lib/components/Skeleton/index.d.ts +22 -1
- package/lib/components/Slider/Handle.js +1 -1
- package/lib/components/Slider/Marks.js +1 -1
- package/lib/components/Slider/Steps.js +1 -1
- package/lib/components/Slider/index.d.ts +59 -1
- package/lib/components/Space/index.d.ts +25 -1
- package/lib/components/Spin/Spin.js +1 -1
- package/lib/components/Spin/index.d.ts +23 -1
- package/lib/components/Statistic/Statistic.js +1 -1
- package/lib/components/Statistic/Statistic.vue.d.ts +76 -4
- package/lib/components/Statistic/index.d.ts +196 -9
- package/lib/components/Steps/Step.js +1 -1
- package/lib/components/Steps/Step.vue.d.ts +18 -1
- package/lib/components/Steps/Steps.js +1 -1
- package/lib/components/Steps/index.d.ts +68 -2
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/index.d.ts +58 -1
- package/lib/components/Table/BaseTable.js +1 -1
- package/lib/components/Table/BaseTable.vue.d.ts +579 -32
- package/lib/components/Table/BodyTable.js +1 -1
- package/lib/components/Table/BodyTable.vue.d.ts +579 -32
- package/lib/components/Table/HeadTable.js +1 -1
- package/lib/components/Table/HeadTable.vue.d.ts +579 -32
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.vue.d.ts +1393 -131
- package/lib/components/Table/TableBox.js +1 -1
- package/lib/components/Table/TableBox.vue.d.ts +1166 -72
- package/lib/components/Table/hooks/useDraggable.js +85 -24
- package/lib/components/Table/hooks/useDraggable.js.map +1 -1
- package/lib/components/Table/hooks/useTableResize.d.ts +1 -1
- package/lib/components/Table/hooks/useTableResize.js +21 -2
- package/lib/components/Table/hooks/useTableResize.js.map +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 +18 -1
- package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/lib/components/Table/tableUnits/TableBody.js +1 -1
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/lib/components/Table/tableUnits/TableCell.js +1 -1
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/TableHeader.js +1 -1
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
- package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/lib/components/Table/tableUnits/TableRow.js +1 -1
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/lib/components/Table/tableUnits/TableSummaryRow.js +1 -1
- package/lib/components/Tabs/TabBar.js +1 -1
- package/lib/components/Tabs/TabNav.js +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +69 -4
- package/lib/components/Tabs/TabPane.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +71 -6
- package/lib/components/Tabs/index.d.ts +272 -19
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/Tag.vue.d.ts +18 -1
- package/lib/components/Tag/index.d.ts +63 -3
- package/lib/components/Text/index.d.ts +24 -1
- package/lib/components/ThemePanel/ThemePanel.js +1 -1
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/lib/components/ThemePanel/index.d.ts +343 -25
- package/lib/components/TimePicker/Panel/SelectList.js +1 -1
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/lib/components/TimePicker/TimePicker.js +1 -1
- package/lib/components/TimePicker/TimePicker.vue.d.ts +88 -10
- package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
- package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/lib/components/TimePicker/index.d.ts +304 -21
- package/lib/components/Timeline/TimelineItem.js +1 -1
- package/lib/components/Timeline/index.d.ts +18 -1
- package/lib/components/Toggle/Toggle.js +1 -1
- package/lib/components/Toggle/index.d.ts +9 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/lib/components/Tooltip/index.d.ts +58 -3
- package/lib/components/Transfer/Operation.js +1 -1
- package/lib/components/Transfer/Operation.vue.d.ts +103 -9
- package/lib/components/Transfer/Transfer.js +1 -1
- package/lib/components/Transfer/Transfer.vue.d.ts +1472 -154
- package/lib/components/Transfer/TransferList.js +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +395 -31
- package/lib/components/Transfer/TransferListItem.js +1 -1
- package/lib/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/lib/components/Transfer/index.d.ts +4161 -591
- package/lib/components/Tree/SubTree.js +1 -1
- package/lib/components/Tree/SubTree.vue.d.ts +124 -6
- package/lib/components/Tree/Tree.js +1 -1
- package/lib/components/Tree/Tree.vue.d.ts +124 -6
- package/lib/components/Tree/TreeNode.js +1 -1
- package/lib/components/Tree/TreeNode.vue.d.ts +124 -6
- package/lib/components/Tree/index.d.ts +334 -13
- package/lib/components/TreeSelect/TreeSelect.js +1 -1
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/lib/components/TreeSelect/index.d.ts +816 -33
- package/lib/components/Upload/UploadDragger.js +1 -1
- package/lib/components/Upload/UploadList.js +1 -1
- package/lib/components/Upload/UploadList.vue.d.ts +129 -6
- package/lib/components/Upload/Uploader.js +1 -1
- package/lib/components/Upload/Uploader.vue.d.ts +1 -1
- package/lib/components/Upload/index.d.ts +94 -4
- package/lib/components/VirtualList/ListContent.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +8 -83
- 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 +34 -248
- package/lib/components/base/HighlightText.js +1 -1
- package/lib/components/base/RenderEmpty.js +1 -1
- package/package.json +1 -1
- package/styles/components/modal/index.css +1 -1
- package/styles/index.css +1 -1
- package/types/components/Affix/index.d.ts +14 -1
- package/types/components/Alert/Alert.vue.d.ts +18 -1
- package/types/components/Alert/index.d.ts +68 -3
- package/types/components/Anchor/index.d.ts +47 -1
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
- package/types/components/AutoComplete/index.d.ts +1408 -2167
- package/types/components/Avatar/Avatar.vue.d.ts +20 -3
- package/types/components/Avatar/index.d.ts +63 -9
- package/types/components/BackTop/BackTop.vue.d.ts +18 -1
- package/types/components/BackTop/index.d.ts +60 -3
- package/types/components/Badge/index.d.ts +41 -1
- package/types/components/Breadcrumb/index.d.ts +13 -1
- package/types/components/Button/Button.type.d.ts +1 -1
- package/types/components/Button/Button.vue.d.ts +21 -4
- package/types/components/Button/index.d.ts +103 -9
- package/types/components/Calendar/Calendar.vue.d.ts +251 -5
- package/types/components/Calendar/Header.vue.d.ts +251 -5
- package/types/components/Calendar/index.d.ts +543 -11
- package/types/components/Card/Card.d.ts +18 -1
- package/types/components/Card/CardMeta.vue.d.ts +63 -9
- package/types/components/Card/index.d.ts +128 -12
- package/types/components/Carousel/Carousel.vue.d.ts +19 -2
- package/types/components/Carousel/index.d.ts +93 -6
- package/types/components/Cascader/Cascader.d.ts +128 -2
- package/types/components/Cascader/index.d.ts +548 -10
- package/types/components/Checkbox/Checkbox.vue.d.ts +18 -1
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
- package/types/components/Checkbox/index.d.ts +106 -5
- package/types/components/Collapse/Panel.vue.d.ts +18 -1
- package/types/components/Collapse/index.d.ts +50 -2
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +393 -40
- package/types/components/ColorPicker/index.d.ts +958 -130
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +14 -1
- package/types/components/DatePicker/DatePicker.vue.d.ts +445 -22
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +309 -10
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
- package/types/components/DatePicker/index.d.ts +1101 -140
- package/types/components/Divider/index.d.ts +21 -1
- package/types/components/Drawer/index.d.ts +83 -1
- package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/types/components/Dropdown/index.d.ts +58 -6
- package/types/components/Empty/index.d.ts +17 -1
- package/types/components/Form/index.d.ts +57 -1
- package/types/components/Icon/index.d.ts +18 -1
- package/types/components/Image/Image.vue.d.ts +19 -2
- package/types/components/Image/ImgViewer.vue.d.ts +19 -2
- package/types/components/Image/index.d.ts +89 -7
- package/types/components/InfoView/index.d.ts +46 -1
- package/types/components/Input/Input.d.ts +22 -5
- package/types/components/Input/index.d.ts +183 -21
- package/types/components/InputNumber/InputNumber.d.ts +188 -2
- package/types/components/InputNumber/index.d.ts +716 -64
- package/types/components/Layout/Sider.vue.d.ts +18 -1
- package/types/components/Layout/index.d.ts +23 -2
- package/types/components/Link/Link.vue.d.ts +18 -1
- package/types/components/Link/index.d.ts +62 -3
- package/types/components/List/List.vue.d.ts +56 -249
- package/types/components/List/ListItemMeta.vue.d.ts +63 -9
- package/types/components/List/index.d.ts +247 -532
- package/types/components/Mask/index.d.ts +31 -1
- package/types/components/Menu/MenuItem.vue.d.ts +58 -3
- package/types/components/Menu/SubMenu.vue.d.ts +19 -2
- package/types/components/Menu/index.d.ts +125 -6
- package/types/components/Modal/ConfirmDialog.vue.d.ts +243 -21
- package/types/components/Modal/Modal.vue.d.ts +122 -11
- package/types/components/Modal/index.d.ts +337 -24
- package/types/components/Notification/Notice.vue.d.ts +18 -1
- package/types/components/Notification/Notification.vue.d.ts +18 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +31 -2
- package/types/components/PageHeader/index.d.ts +86 -5
- package/types/components/Pagination/Pager.vue.d.ts +18 -1
- package/types/components/Pagination/Pagination.d.ts +36 -2
- package/types/components/Pagination/index.d.ts +151 -5
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
- package/types/components/PopConfirm/index.d.ts +433 -27
- package/types/components/Popover/Popover.vue.d.ts +1 -1
- package/types/components/Popover/index.d.ts +67 -3
- package/types/components/Popup/Popup.d.ts +1 -1
- package/types/components/Popup/hooks/usePopper.d.ts +1 -1
- package/types/components/Progress/Circle.d.ts +18 -1
- package/types/components/Progress/Line.vue.d.ts +18 -1
- package/types/components/Progress/Progress.vue.d.ts +36 -2
- package/types/components/Progress/index.d.ts +111 -5
- package/types/components/Radio/index.d.ts +38 -1
- package/types/components/Rate/Rate.vue.d.ts +77 -5
- package/types/components/Rate/Star.vue.d.ts +19 -2
- package/types/components/Rate/index.d.ts +198 -11
- package/types/components/Result/Result.vue.d.ts +18 -1
- package/types/components/Result/index.d.ts +59 -3
- package/types/components/Scrollbar/index.d.ts +23 -1
- package/types/components/Select/DropdownMenu.vue.d.ts +52 -249
- package/types/components/Select/RefSelect.vue.d.ts +180 -259
- package/types/components/Select/Selection/Multiple.vue.d.ts +85 -4
- package/types/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
- package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
- package/types/components/Select/index.d.ts +213 -4
- package/types/components/Skeleton/index.d.ts +22 -1
- package/types/components/Slider/index.d.ts +59 -1
- package/types/components/Space/index.d.ts +25 -1
- package/types/components/Spin/index.d.ts +23 -1
- package/types/components/Statistic/Statistic.vue.d.ts +76 -4
- package/types/components/Statistic/index.d.ts +196 -9
- package/types/components/Steps/Step.vue.d.ts +18 -1
- package/types/components/Steps/index.d.ts +68 -2
- package/types/components/Switch/index.d.ts +58 -1
- package/types/components/Table/BaseTable.vue.d.ts +579 -32
- package/types/components/Table/BodyTable.vue.d.ts +579 -32
- package/types/components/Table/HeadTable.vue.d.ts +579 -32
- package/types/components/Table/Table.vue.d.ts +1393 -131
- package/types/components/Table/TableBox.vue.d.ts +1166 -72
- package/types/components/Table/hooks/useTableResize.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
- package/types/components/Tabs/TabNav.vue.d.ts +69 -4
- package/types/components/Tabs/Tabs.d.ts +71 -6
- package/types/components/Tabs/index.d.ts +272 -19
- package/types/components/Tag/Tag.vue.d.ts +18 -1
- package/types/components/Tag/index.d.ts +63 -3
- package/types/components/Text/index.d.ts +24 -1
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
- package/types/components/ThemePanel/index.d.ts +343 -25
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
- package/types/components/TimePicker/TimePicker.vue.d.ts +88 -10
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
- package/types/components/TimePicker/index.d.ts +304 -21
- package/types/components/Timeline/index.d.ts +18 -1
- package/types/components/Toggle/index.d.ts +9 -1
- package/types/components/Tooltip/Tooltip.vue.d.ts +1 -1
- package/types/components/Tooltip/index.d.ts +58 -3
- package/types/components/Transfer/Operation.vue.d.ts +103 -9
- package/types/components/Transfer/Transfer.vue.d.ts +1472 -154
- package/types/components/Transfer/TransferList.vue.d.ts +395 -31
- package/types/components/Transfer/TransferListItem.vue.d.ts +106 -5
- package/types/components/Transfer/index.d.ts +4161 -591
- package/types/components/Tree/SubTree.vue.d.ts +124 -6
- package/types/components/Tree/Tree.vue.d.ts +124 -6
- package/types/components/Tree/TreeNode.vue.d.ts +124 -6
- package/types/components/Tree/index.d.ts +334 -13
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
- package/types/components/TreeSelect/index.d.ts +816 -33
- package/types/components/Upload/UploadList.vue.d.ts +129 -6
- package/types/components/Upload/Uploader.vue.d.ts +1 -1
- package/types/components/Upload/index.d.ts +94 -4
- package/types/components/VirtualList/VirtualList.vue.d.ts +8 -83
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +34 -248
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +7 -7
- package/uxd-ui.esm.mjs +108 -28
- package/uxd-ui.umd.js +108 -28
- package/uxd-ui.umd.min.js +7 -7
|
@@ -144,7 +144,122 @@ export declare const UDatePicker: {
|
|
|
144
144
|
blur: (e: Event) => boolean;
|
|
145
145
|
focus: (e: Event) => boolean;
|
|
146
146
|
clear: () => boolean;
|
|
147
|
-
}, import("vue").
|
|
147
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
148
|
+
modelValue: {
|
|
149
|
+
type: import("vue").PropType<import("./DatePicker.type").DatePickerValueType>;
|
|
150
|
+
};
|
|
151
|
+
type: {
|
|
152
|
+
type: import("vue").PropType<import("./DatePicker.type").DatePickerType>;
|
|
153
|
+
default: string;
|
|
154
|
+
validator: (val: string) => boolean;
|
|
155
|
+
};
|
|
156
|
+
placeholder: {
|
|
157
|
+
type: import("vue").PropType<string | string[]>;
|
|
158
|
+
};
|
|
159
|
+
size: {
|
|
160
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
161
|
+
default: string;
|
|
162
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
163
|
+
};
|
|
164
|
+
format: {
|
|
165
|
+
type: StringConstructor;
|
|
166
|
+
};
|
|
167
|
+
valueFormat: {
|
|
168
|
+
type: StringConstructor;
|
|
169
|
+
};
|
|
170
|
+
locale: {
|
|
171
|
+
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
172
|
+
};
|
|
173
|
+
disabled: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
177
|
+
open: {
|
|
178
|
+
type: BooleanConstructor;
|
|
179
|
+
default: undefined;
|
|
180
|
+
};
|
|
181
|
+
clearable: {
|
|
182
|
+
type: BooleanConstructor;
|
|
183
|
+
default: boolean;
|
|
184
|
+
};
|
|
185
|
+
disabledDate: {
|
|
186
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
187
|
+
};
|
|
188
|
+
disabledTime: {
|
|
189
|
+
type: import("vue").PropType<import("./DatePicker.type").DisabledTimeFunction>;
|
|
190
|
+
};
|
|
191
|
+
clearIcon: {
|
|
192
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
193
|
+
};
|
|
194
|
+
timeOptions: {
|
|
195
|
+
type: import("vue").PropType<Record<string, any>>;
|
|
196
|
+
};
|
|
197
|
+
suffixIcon: {
|
|
198
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
199
|
+
};
|
|
200
|
+
separator: {
|
|
201
|
+
type: StringConstructor;
|
|
202
|
+
};
|
|
203
|
+
defaultTime: {
|
|
204
|
+
type: import("vue").PropType<string[]>;
|
|
205
|
+
};
|
|
206
|
+
shortcuts: {
|
|
207
|
+
type: import("vue").PropType<import("./DatePicker.type").DatePickerShortcut[]>;
|
|
208
|
+
validator: (val: any[]) => boolean;
|
|
209
|
+
};
|
|
210
|
+
limitDuration: {
|
|
211
|
+
type: import("vue").PropType<import("./DatePicker.type").DatePickerLimit>;
|
|
212
|
+
};
|
|
213
|
+
autoClose: {
|
|
214
|
+
type: BooleanConstructor;
|
|
215
|
+
default: boolean;
|
|
216
|
+
};
|
|
217
|
+
showTimeClear: {
|
|
218
|
+
type: BooleanConstructor;
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
221
|
+
dropdownMenuClass: {
|
|
222
|
+
type: StringConstructor;
|
|
223
|
+
};
|
|
224
|
+
variant: {
|
|
225
|
+
type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
|
|
226
|
+
default: string;
|
|
227
|
+
validator: (val: string) => boolean;
|
|
228
|
+
};
|
|
229
|
+
label: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
};
|
|
232
|
+
labelColon: {
|
|
233
|
+
type: BooleanConstructor;
|
|
234
|
+
default: boolean;
|
|
235
|
+
};
|
|
236
|
+
required: {
|
|
237
|
+
type: BooleanConstructor;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
240
|
+
placement: {
|
|
241
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
242
|
+
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;
|
|
243
|
+
};
|
|
244
|
+
getPopupContainer: {
|
|
245
|
+
type: import("vue").PropType<import("../Popup").GetPopupContainer>;
|
|
246
|
+
};
|
|
247
|
+
modifiers: {
|
|
248
|
+
type: import("vue").PropType<any[]>;
|
|
249
|
+
};
|
|
250
|
+
direction: {
|
|
251
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
252
|
+
};
|
|
253
|
+
}>> & Readonly<{
|
|
254
|
+
onChange?: (v: import("./DatePicker.type").DatePickerValueType) => any;
|
|
255
|
+
onClear?: () => any;
|
|
256
|
+
onFocus?: (e: Event) => any;
|
|
257
|
+
onBlur?: (e: Event) => any;
|
|
258
|
+
"onUpdate:modelValue"?: (v: import("./DatePicker.type").DatePickerValueType) => any;
|
|
259
|
+
onConfirm?: () => any;
|
|
260
|
+
"onOpen-change"?: (v: boolean) => any;
|
|
261
|
+
"onUpdate:open"?: (v: boolean) => any;
|
|
262
|
+
}>, {
|
|
148
263
|
type: import("./DatePicker.type").DatePickerType;
|
|
149
264
|
required: boolean;
|
|
150
265
|
size: "default" | "small" | "large";
|
|
@@ -223,7 +338,7 @@ export declare const UDatePicker: {
|
|
|
223
338
|
}>, {
|
|
224
339
|
reference: import("vue").Ref<any, any>;
|
|
225
340
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
226
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
341
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
227
342
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
228
343
|
onClick: (e: any) => void;
|
|
229
344
|
onMousedown: (e: any) => void;
|
|
@@ -381,7 +496,24 @@ export declare const UDatePicker: {
|
|
|
381
496
|
handleClick: (e: any) => void;
|
|
382
497
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
383
498
|
click: (ev: Event) => boolean;
|
|
384
|
-
}, import("vue").
|
|
499
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
500
|
+
rotate: {
|
|
501
|
+
type: NumberConstructor;
|
|
502
|
+
};
|
|
503
|
+
spin: BooleanConstructor;
|
|
504
|
+
size: {
|
|
505
|
+
type: NumberConstructor;
|
|
506
|
+
};
|
|
507
|
+
color: {
|
|
508
|
+
type: StringConstructor;
|
|
509
|
+
default: string;
|
|
510
|
+
};
|
|
511
|
+
icon: {
|
|
512
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
513
|
+
};
|
|
514
|
+
}>> & Readonly<{
|
|
515
|
+
onClick?: (ev: Event) => any;
|
|
516
|
+
}>, {
|
|
385
517
|
color: string;
|
|
386
518
|
spin: boolean;
|
|
387
519
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -522,7 +654,7 @@ export declare const UDatePicker: {
|
|
|
522
654
|
};
|
|
523
655
|
}>, {
|
|
524
656
|
inputPrefixCls: import("vue").ComputedRef<string>;
|
|
525
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement
|
|
657
|
+
inputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
526
658
|
formatDate: (_value: import("./DatePicker.type").DatePickerSingleValueType | undefined, _format: string) => string;
|
|
527
659
|
computedFormat: import("vue").ComputedRef<any>;
|
|
528
660
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
@@ -639,8 +771,8 @@ export declare const UDatePicker: {
|
|
|
639
771
|
};
|
|
640
772
|
}>, {
|
|
641
773
|
inputPrefixCls: import("vue").ComputedRef<string>;
|
|
642
|
-
startInputRef: import("vue").ShallowRef<HTMLInputElement
|
|
643
|
-
endInputRef: import("vue").ShallowRef<HTMLInputElement
|
|
774
|
+
startInputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
775
|
+
endInputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
644
776
|
startDate: import("vue").Ref<string | Date | {
|
|
645
777
|
clone: () => import("dayjs").Dayjs;
|
|
646
778
|
isValid: () => boolean;
|
|
@@ -1109,7 +1241,24 @@ export declare const UDatePicker: {
|
|
|
1109
1241
|
handleClick: (e: any) => void;
|
|
1110
1242
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1111
1243
|
click: (ev: Event) => boolean;
|
|
1112
|
-
}, import("vue").
|
|
1244
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1245
|
+
rotate: {
|
|
1246
|
+
type: NumberConstructor;
|
|
1247
|
+
};
|
|
1248
|
+
spin: BooleanConstructor;
|
|
1249
|
+
size: {
|
|
1250
|
+
type: NumberConstructor;
|
|
1251
|
+
};
|
|
1252
|
+
color: {
|
|
1253
|
+
type: StringConstructor;
|
|
1254
|
+
default: string;
|
|
1255
|
+
};
|
|
1256
|
+
icon: {
|
|
1257
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1258
|
+
};
|
|
1259
|
+
}>> & Readonly<{
|
|
1260
|
+
onClick?: (ev: Event) => any;
|
|
1261
|
+
}>, {
|
|
1113
1262
|
color: string;
|
|
1114
1263
|
spin: boolean;
|
|
1115
1264
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1954,7 +2103,24 @@ export declare const UDatePicker: {
|
|
|
1954
2103
|
handleClick: (e: any) => void;
|
|
1955
2104
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1956
2105
|
click: (ev: Event) => boolean;
|
|
1957
|
-
}, import("vue").
|
|
2106
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2107
|
+
rotate: {
|
|
2108
|
+
type: NumberConstructor;
|
|
2109
|
+
};
|
|
2110
|
+
spin: BooleanConstructor;
|
|
2111
|
+
size: {
|
|
2112
|
+
type: NumberConstructor;
|
|
2113
|
+
};
|
|
2114
|
+
color: {
|
|
2115
|
+
type: StringConstructor;
|
|
2116
|
+
default: string;
|
|
2117
|
+
};
|
|
2118
|
+
icon: {
|
|
2119
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2120
|
+
};
|
|
2121
|
+
}>> & Readonly<{
|
|
2122
|
+
onClick?: (ev: Event) => any;
|
|
2123
|
+
}>, {
|
|
1958
2124
|
color: string;
|
|
1959
2125
|
spin: boolean;
|
|
1960
2126
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2287,7 +2453,7 @@ export declare const UDatePicker: {
|
|
|
2287
2453
|
};
|
|
2288
2454
|
}>, {
|
|
2289
2455
|
selectRef: import("vue").Ref<any, any>;
|
|
2290
|
-
listRef: import("vue").ShallowRef<HTMLElement
|
|
2456
|
+
listRef: import("vue").ShallowRef<HTMLElement>;
|
|
2291
2457
|
triggerScrollBar: () => void;
|
|
2292
2458
|
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
2293
2459
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2351,7 +2517,29 @@ export declare const UDatePicker: {
|
|
|
2351
2517
|
getBoundingClientRect: () => any;
|
|
2352
2518
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2353
2519
|
scroll: (e: any) => boolean;
|
|
2354
|
-
}, import("vue").
|
|
2520
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2521
|
+
height: {
|
|
2522
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2523
|
+
default: string;
|
|
2524
|
+
};
|
|
2525
|
+
maxHeight: {
|
|
2526
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2527
|
+
default: string;
|
|
2528
|
+
};
|
|
2529
|
+
noresize: BooleanConstructor;
|
|
2530
|
+
always: BooleanConstructor;
|
|
2531
|
+
hideBar: BooleanConstructor;
|
|
2532
|
+
minSize: {
|
|
2533
|
+
type: NumberConstructor;
|
|
2534
|
+
default: number;
|
|
2535
|
+
};
|
|
2536
|
+
zIndex: {
|
|
2537
|
+
type: NumberConstructor;
|
|
2538
|
+
default: number;
|
|
2539
|
+
};
|
|
2540
|
+
}>> & Readonly<{
|
|
2541
|
+
onScroll?: (e: any) => any;
|
|
2542
|
+
}>, {
|
|
2355
2543
|
height: string | number;
|
|
2356
2544
|
maxHeight: string | number;
|
|
2357
2545
|
always: boolean;
|
|
@@ -2649,7 +2837,24 @@ export declare const UDatePicker: {
|
|
|
2649
2837
|
handleClick: (e: any) => void;
|
|
2650
2838
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2651
2839
|
click: (ev: Event) => boolean;
|
|
2652
|
-
}, import("vue").
|
|
2840
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
2841
|
+
rotate: {
|
|
2842
|
+
type: NumberConstructor;
|
|
2843
|
+
};
|
|
2844
|
+
spin: BooleanConstructor;
|
|
2845
|
+
size: {
|
|
2846
|
+
type: NumberConstructor;
|
|
2847
|
+
};
|
|
2848
|
+
color: {
|
|
2849
|
+
type: StringConstructor;
|
|
2850
|
+
default: string;
|
|
2851
|
+
};
|
|
2852
|
+
icon: {
|
|
2853
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2854
|
+
};
|
|
2855
|
+
}>> & Readonly<{
|
|
2856
|
+
onClick?: (ev: Event) => any;
|
|
2857
|
+
}>, {
|
|
2653
2858
|
color: string;
|
|
2654
2859
|
spin: boolean;
|
|
2655
2860
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2998,7 +3203,24 @@ export declare const UDatePicker: {
|
|
|
2998
3203
|
handleClick: (e: any) => void;
|
|
2999
3204
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3000
3205
|
click: (ev: Event) => boolean;
|
|
3001
|
-
}, import("vue").
|
|
3206
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3207
|
+
rotate: {
|
|
3208
|
+
type: NumberConstructor;
|
|
3209
|
+
};
|
|
3210
|
+
spin: BooleanConstructor;
|
|
3211
|
+
size: {
|
|
3212
|
+
type: NumberConstructor;
|
|
3213
|
+
};
|
|
3214
|
+
color: {
|
|
3215
|
+
type: StringConstructor;
|
|
3216
|
+
default: string;
|
|
3217
|
+
};
|
|
3218
|
+
icon: {
|
|
3219
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3220
|
+
};
|
|
3221
|
+
}>> & Readonly<{
|
|
3222
|
+
onClick?: (ev: Event) => any;
|
|
3223
|
+
}>, {
|
|
3002
3224
|
color: string;
|
|
3003
3225
|
spin: boolean;
|
|
3004
3226
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3353,7 +3575,24 @@ export declare const UDatePicker: {
|
|
|
3353
3575
|
handleClick: (e: any) => void;
|
|
3354
3576
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3355
3577
|
click: (ev: Event) => boolean;
|
|
3356
|
-
}, import("vue").
|
|
3578
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3579
|
+
rotate: {
|
|
3580
|
+
type: NumberConstructor;
|
|
3581
|
+
};
|
|
3582
|
+
spin: BooleanConstructor;
|
|
3583
|
+
size: {
|
|
3584
|
+
type: NumberConstructor;
|
|
3585
|
+
};
|
|
3586
|
+
color: {
|
|
3587
|
+
type: StringConstructor;
|
|
3588
|
+
default: string;
|
|
3589
|
+
};
|
|
3590
|
+
icon: {
|
|
3591
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3592
|
+
};
|
|
3593
|
+
}>> & Readonly<{
|
|
3594
|
+
onClick?: (ev: Event) => any;
|
|
3595
|
+
}>, {
|
|
3357
3596
|
color: string;
|
|
3358
3597
|
spin: boolean;
|
|
3359
3598
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3713,10 +3952,10 @@ export declare const UDatePicker: {
|
|
|
3713
3952
|
}>> & Readonly<{
|
|
3714
3953
|
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
3715
3954
|
onClear?: () => any;
|
|
3716
|
-
onSearch?: (val: string) => any;
|
|
3717
3955
|
onFocus?: (ev: Event) => any;
|
|
3718
3956
|
onBlur?: (ev: Event) => any;
|
|
3719
3957
|
onMousedown?: (ev: Event) => any;
|
|
3958
|
+
onSearch?: (val: string) => any;
|
|
3720
3959
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
3721
3960
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
3722
3961
|
"onScroll-at-top"?: () => any;
|
|
@@ -3752,22 +3991,231 @@ export declare const UDatePicker: {
|
|
|
3752
3991
|
'scroll-at-top': () => boolean;
|
|
3753
3992
|
'scroll-at-bottom': () => boolean;
|
|
3754
3993
|
'click-outside': (e: Event) => boolean;
|
|
3755
|
-
}, import("vue").
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3994
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
3995
|
+
modelValue: {
|
|
3996
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
3997
|
+
};
|
|
3998
|
+
options: {
|
|
3999
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
4000
|
+
};
|
|
4001
|
+
size: {
|
|
4002
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
4003
|
+
default: string;
|
|
4004
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
4005
|
+
};
|
|
4006
|
+
placeholder: {
|
|
4007
|
+
type: StringConstructor;
|
|
4008
|
+
};
|
|
4009
|
+
notFoundText: {
|
|
4010
|
+
type: StringConstructor;
|
|
4011
|
+
};
|
|
4012
|
+
dropdownMenuClass: {
|
|
4013
|
+
type: StringConstructor;
|
|
4014
|
+
};
|
|
4015
|
+
dropdownMenuStyle: {
|
|
4016
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4017
|
+
};
|
|
4018
|
+
prefixIcon: {
|
|
4019
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4020
|
+
};
|
|
4021
|
+
suffixIcon: {
|
|
4022
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4023
|
+
};
|
|
4024
|
+
clearIcon: {
|
|
4025
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4026
|
+
};
|
|
4027
|
+
removeIcon: {
|
|
4028
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4029
|
+
};
|
|
4030
|
+
allowCreate: {
|
|
4031
|
+
type: BooleanConstructor;
|
|
4032
|
+
default: boolean;
|
|
4033
|
+
};
|
|
4034
|
+
allowEmptyValue: {
|
|
4035
|
+
type: BooleanConstructor;
|
|
4036
|
+
default: boolean;
|
|
4037
|
+
};
|
|
4038
|
+
showEmpty: {
|
|
4039
|
+
type: BooleanConstructor;
|
|
4040
|
+
default: boolean;
|
|
4041
|
+
};
|
|
4042
|
+
loading: {
|
|
4043
|
+
type: BooleanConstructor;
|
|
4044
|
+
default: undefined;
|
|
4045
|
+
};
|
|
4046
|
+
showArrow: {
|
|
4047
|
+
type: BooleanConstructor;
|
|
4048
|
+
default: boolean;
|
|
4049
|
+
};
|
|
4050
|
+
multiple: {
|
|
4051
|
+
type: BooleanConstructor;
|
|
4052
|
+
default: boolean;
|
|
4053
|
+
};
|
|
4054
|
+
maxTagCount: {
|
|
4055
|
+
type: NumberConstructor;
|
|
4056
|
+
};
|
|
4057
|
+
maxTagPlaceholder: {
|
|
4058
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
4059
|
+
};
|
|
4060
|
+
maxTagTextLength: {
|
|
4061
|
+
type: import("vue").PropType<number | "responsive">;
|
|
4062
|
+
};
|
|
4063
|
+
tagRender: {
|
|
4064
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
4065
|
+
};
|
|
4066
|
+
filterable: {
|
|
4067
|
+
type: BooleanConstructor;
|
|
4068
|
+
default: boolean;
|
|
4069
|
+
};
|
|
4070
|
+
filterMethod: {
|
|
4071
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
4072
|
+
default: undefined;
|
|
4073
|
+
};
|
|
4074
|
+
filterProp: {
|
|
4075
|
+
type: StringConstructor;
|
|
4076
|
+
};
|
|
4077
|
+
displayProp: {
|
|
4078
|
+
type: StringConstructor;
|
|
4079
|
+
default: string;
|
|
4080
|
+
};
|
|
4081
|
+
disabled: {
|
|
4082
|
+
type: BooleanConstructor;
|
|
4083
|
+
default: boolean;
|
|
4084
|
+
};
|
|
4085
|
+
clearable: {
|
|
4086
|
+
type: BooleanConstructor;
|
|
4087
|
+
default: boolean;
|
|
4088
|
+
};
|
|
4089
|
+
open: {
|
|
4090
|
+
type: BooleanConstructor;
|
|
4091
|
+
default: undefined;
|
|
4092
|
+
};
|
|
4093
|
+
tagTransitionName: {
|
|
4094
|
+
type: StringConstructor;
|
|
4095
|
+
default: string;
|
|
4096
|
+
};
|
|
4097
|
+
defaultActiveFirst: {
|
|
4098
|
+
type: BooleanConstructor;
|
|
4099
|
+
default: boolean;
|
|
4100
|
+
};
|
|
4101
|
+
tokenSeparators: {
|
|
4102
|
+
type: import("vue").PropType<string[]>;
|
|
4103
|
+
};
|
|
4104
|
+
autoClearSearchValue: {
|
|
4105
|
+
type: BooleanConstructor;
|
|
4106
|
+
default: boolean;
|
|
4107
|
+
};
|
|
4108
|
+
dropdownHeight: {
|
|
4109
|
+
type: NumberConstructor;
|
|
4110
|
+
default: number;
|
|
4111
|
+
};
|
|
4112
|
+
dropdownItemHeight: {
|
|
4113
|
+
type: NumberConstructor;
|
|
4114
|
+
default: number;
|
|
4115
|
+
};
|
|
4116
|
+
selectAll: {
|
|
4117
|
+
type: BooleanConstructor;
|
|
4118
|
+
default: boolean;
|
|
4119
|
+
};
|
|
4120
|
+
multipleLimit: {
|
|
4121
|
+
type: NumberConstructor;
|
|
4122
|
+
default: number;
|
|
4123
|
+
};
|
|
4124
|
+
maxTagTooltip: {
|
|
4125
|
+
type: BooleanConstructor;
|
|
4126
|
+
default: boolean;
|
|
4127
|
+
};
|
|
4128
|
+
isShowTagTooltip: {
|
|
4129
|
+
type: BooleanConstructor;
|
|
4130
|
+
default: boolean;
|
|
4131
|
+
};
|
|
4132
|
+
maxTagTooltipWidth: {
|
|
4133
|
+
type: NumberConstructor;
|
|
4134
|
+
};
|
|
4135
|
+
disabledTriggerForm: {
|
|
4136
|
+
type: BooleanConstructor;
|
|
4137
|
+
default: boolean;
|
|
4138
|
+
};
|
|
4139
|
+
sortByOption: {
|
|
4140
|
+
type: BooleanConstructor;
|
|
4141
|
+
default: boolean;
|
|
4142
|
+
};
|
|
4143
|
+
loadingText: {
|
|
4144
|
+
type: StringConstructor;
|
|
4145
|
+
};
|
|
4146
|
+
popoverProps: {
|
|
4147
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
4148
|
+
default: () => {};
|
|
4149
|
+
};
|
|
4150
|
+
dropdownMenuWidth: {
|
|
4151
|
+
type: import("vue").PropType<number | "container">;
|
|
4152
|
+
default: string;
|
|
4153
|
+
};
|
|
4154
|
+
variant: {
|
|
4155
|
+
type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
|
|
4156
|
+
default: string;
|
|
4157
|
+
validator: (val: string) => boolean;
|
|
4158
|
+
};
|
|
4159
|
+
label: {
|
|
4160
|
+
type: StringConstructor;
|
|
4161
|
+
};
|
|
4162
|
+
labelColon: {
|
|
4163
|
+
type: BooleanConstructor;
|
|
4164
|
+
default: boolean;
|
|
4165
|
+
};
|
|
4166
|
+
required: {
|
|
4167
|
+
type: BooleanConstructor;
|
|
4168
|
+
default: boolean;
|
|
4169
|
+
};
|
|
4170
|
+
placement: {
|
|
4171
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
4172
|
+
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;
|
|
4173
|
+
};
|
|
4174
|
+
arrowRotate: {
|
|
4175
|
+
type: BooleanConstructor;
|
|
4176
|
+
default: boolean;
|
|
4177
|
+
};
|
|
4178
|
+
direction: {
|
|
4179
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
4180
|
+
};
|
|
4181
|
+
showNoOptionValue: {
|
|
4182
|
+
type: BooleanConstructor;
|
|
4183
|
+
default: boolean;
|
|
4184
|
+
};
|
|
4185
|
+
titleKey: {
|
|
4186
|
+
type: StringConstructor;
|
|
4187
|
+
default: string;
|
|
4188
|
+
};
|
|
4189
|
+
}>> & Readonly<{
|
|
4190
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
4191
|
+
onClear?: () => any;
|
|
4192
|
+
onFocus?: (ev: Event) => any;
|
|
4193
|
+
onBlur?: (ev: Event) => any;
|
|
4194
|
+
onMousedown?: (ev: Event) => any;
|
|
4195
|
+
onSearch?: (val: string) => any;
|
|
4196
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
4197
|
+
onKeydown?: (ev: KeyboardEvent) => any;
|
|
4198
|
+
"onScroll-at-top"?: () => any;
|
|
4199
|
+
"onScroll-at-bottom"?: () => any;
|
|
4200
|
+
"onDropdown-visible-change"?: (val: boolean) => any;
|
|
4201
|
+
onCreate?: (val: string) => any;
|
|
4202
|
+
"onClick-outside"?: (e: Event) => any;
|
|
4203
|
+
}>, {
|
|
4204
|
+
loading: boolean;
|
|
4205
|
+
required: boolean;
|
|
4206
|
+
size: "default" | "small" | "large";
|
|
4207
|
+
disabled: boolean;
|
|
4208
|
+
variant: "surface" | "soft" | "borderless" | "underline";
|
|
4209
|
+
clearable: boolean;
|
|
4210
|
+
labelColon: boolean;
|
|
4211
|
+
disabledTriggerForm: boolean;
|
|
4212
|
+
multiple: boolean;
|
|
4213
|
+
open: boolean;
|
|
4214
|
+
defaultActiveFirst: boolean;
|
|
4215
|
+
selectAll: boolean;
|
|
4216
|
+
multipleLimit: number;
|
|
4217
|
+
titleKey: string;
|
|
4218
|
+
filterable: boolean;
|
|
3771
4219
|
filterMethod: boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
3772
4220
|
dropdownHeight: number;
|
|
3773
4221
|
dropdownItemHeight: number;
|
|
@@ -3990,10 +4438,10 @@ export declare const UDatePicker: {
|
|
|
3990
4438
|
}>> & Readonly<{
|
|
3991
4439
|
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
3992
4440
|
onClear?: () => any;
|
|
3993
|
-
onSearch?: (val: string) => any;
|
|
3994
4441
|
onFocus?: (ev: Event) => any;
|
|
3995
4442
|
onBlur?: (ev: Event) => any;
|
|
3996
4443
|
onMousedown?: (ev: Event) => any;
|
|
4444
|
+
onSearch?: (val: string) => any;
|
|
3997
4445
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
3998
4446
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
3999
4447
|
"onScroll-at-top"?: () => any;
|
|
@@ -4250,10 +4698,10 @@ export declare const UDatePicker: {
|
|
|
4250
4698
|
}>> & Readonly<{
|
|
4251
4699
|
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
4252
4700
|
onClear?: () => any;
|
|
4253
|
-
onSearch?: (val: string) => any;
|
|
4254
4701
|
onFocus?: (ev: Event) => any;
|
|
4255
4702
|
onBlur?: (ev: Event) => any;
|
|
4256
4703
|
onMousedown?: (ev: Event) => any;
|
|
4704
|
+
onSearch?: (val: string) => any;
|
|
4257
4705
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
4258
4706
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
4259
4707
|
"onScroll-at-top"?: () => any;
|
|
@@ -5534,7 +5982,24 @@ export declare const UDatePicker: {
|
|
|
5534
5982
|
handleClick: (e: any) => void;
|
|
5535
5983
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5536
5984
|
click: (ev: Event) => boolean;
|
|
5537
|
-
}, import("vue").
|
|
5985
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5986
|
+
rotate: {
|
|
5987
|
+
type: NumberConstructor;
|
|
5988
|
+
};
|
|
5989
|
+
spin: BooleanConstructor;
|
|
5990
|
+
size: {
|
|
5991
|
+
type: NumberConstructor;
|
|
5992
|
+
};
|
|
5993
|
+
color: {
|
|
5994
|
+
type: StringConstructor;
|
|
5995
|
+
default: string;
|
|
5996
|
+
};
|
|
5997
|
+
icon: {
|
|
5998
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5999
|
+
};
|
|
6000
|
+
}>> & Readonly<{
|
|
6001
|
+
onClick?: (ev: Event) => any;
|
|
6002
|
+
}>, {
|
|
5538
6003
|
color: string;
|
|
5539
6004
|
spin: boolean;
|
|
5540
6005
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5867,7 +6332,7 @@ export declare const UDatePicker: {
|
|
|
5867
6332
|
};
|
|
5868
6333
|
}>, {
|
|
5869
6334
|
selectRef: import("vue").Ref<any, any>;
|
|
5870
|
-
listRef: import("vue").ShallowRef<HTMLElement
|
|
6335
|
+
listRef: import("vue").ShallowRef<HTMLElement>;
|
|
5871
6336
|
triggerScrollBar: () => void;
|
|
5872
6337
|
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
5873
6338
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5931,18 +6396,40 @@ export declare const UDatePicker: {
|
|
|
5931
6396
|
getBoundingClientRect: () => any;
|
|
5932
6397
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5933
6398
|
scroll: (e: any) => boolean;
|
|
5934
|
-
}, import("vue").
|
|
5935
|
-
height:
|
|
5936
|
-
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
|
|
5941
|
-
|
|
5942
|
-
|
|
5943
|
-
|
|
5944
|
-
|
|
5945
|
-
|
|
6399
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6400
|
+
height: {
|
|
6401
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6402
|
+
default: string;
|
|
6403
|
+
};
|
|
6404
|
+
maxHeight: {
|
|
6405
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6406
|
+
default: string;
|
|
6407
|
+
};
|
|
6408
|
+
noresize: BooleanConstructor;
|
|
6409
|
+
always: BooleanConstructor;
|
|
6410
|
+
hideBar: BooleanConstructor;
|
|
6411
|
+
minSize: {
|
|
6412
|
+
type: NumberConstructor;
|
|
6413
|
+
default: number;
|
|
6414
|
+
};
|
|
6415
|
+
zIndex: {
|
|
6416
|
+
type: NumberConstructor;
|
|
6417
|
+
default: number;
|
|
6418
|
+
};
|
|
6419
|
+
}>> & Readonly<{
|
|
6420
|
+
onScroll?: (e: any) => any;
|
|
6421
|
+
}>, {
|
|
6422
|
+
height: string | number;
|
|
6423
|
+
maxHeight: string | number;
|
|
6424
|
+
always: boolean;
|
|
6425
|
+
noresize: boolean;
|
|
6426
|
+
hideBar: boolean;
|
|
6427
|
+
minSize: number;
|
|
6428
|
+
zIndex: number;
|
|
6429
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6430
|
+
P: {};
|
|
6431
|
+
B: {};
|
|
6432
|
+
D: {};
|
|
5946
6433
|
C: {};
|
|
5947
6434
|
M: {};
|
|
5948
6435
|
Defaults: {};
|
|
@@ -6229,7 +6716,24 @@ export declare const UDatePicker: {
|
|
|
6229
6716
|
handleClick: (e: any) => void;
|
|
6230
6717
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6231
6718
|
click: (ev: Event) => boolean;
|
|
6232
|
-
}, import("vue").
|
|
6719
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
6720
|
+
rotate: {
|
|
6721
|
+
type: NumberConstructor;
|
|
6722
|
+
};
|
|
6723
|
+
spin: BooleanConstructor;
|
|
6724
|
+
size: {
|
|
6725
|
+
type: NumberConstructor;
|
|
6726
|
+
};
|
|
6727
|
+
color: {
|
|
6728
|
+
type: StringConstructor;
|
|
6729
|
+
default: string;
|
|
6730
|
+
};
|
|
6731
|
+
icon: {
|
|
6732
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
6733
|
+
};
|
|
6734
|
+
}>> & Readonly<{
|
|
6735
|
+
onClick?: (ev: Event) => any;
|
|
6736
|
+
}>, {
|
|
6233
6737
|
color: string;
|
|
6234
6738
|
spin: boolean;
|
|
6235
6739
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6578,7 +7082,24 @@ export declare const UDatePicker: {
|
|
|
6578
7082
|
handleClick: (e: any) => void;
|
|
6579
7083
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6580
7084
|
click: (ev: Event) => boolean;
|
|
6581
|
-
}, import("vue").
|
|
7085
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7086
|
+
rotate: {
|
|
7087
|
+
type: NumberConstructor;
|
|
7088
|
+
};
|
|
7089
|
+
spin: BooleanConstructor;
|
|
7090
|
+
size: {
|
|
7091
|
+
type: NumberConstructor;
|
|
7092
|
+
};
|
|
7093
|
+
color: {
|
|
7094
|
+
type: StringConstructor;
|
|
7095
|
+
default: string;
|
|
7096
|
+
};
|
|
7097
|
+
icon: {
|
|
7098
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7099
|
+
};
|
|
7100
|
+
}>> & Readonly<{
|
|
7101
|
+
onClick?: (ev: Event) => any;
|
|
7102
|
+
}>, {
|
|
6582
7103
|
color: string;
|
|
6583
7104
|
spin: boolean;
|
|
6584
7105
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6933,7 +7454,24 @@ export declare const UDatePicker: {
|
|
|
6933
7454
|
handleClick: (e: any) => void;
|
|
6934
7455
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6935
7456
|
click: (ev: Event) => boolean;
|
|
6936
|
-
}, import("vue").
|
|
7457
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7458
|
+
rotate: {
|
|
7459
|
+
type: NumberConstructor;
|
|
7460
|
+
};
|
|
7461
|
+
spin: BooleanConstructor;
|
|
7462
|
+
size: {
|
|
7463
|
+
type: NumberConstructor;
|
|
7464
|
+
};
|
|
7465
|
+
color: {
|
|
7466
|
+
type: StringConstructor;
|
|
7467
|
+
default: string;
|
|
7468
|
+
};
|
|
7469
|
+
icon: {
|
|
7470
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
7471
|
+
};
|
|
7472
|
+
}>> & Readonly<{
|
|
7473
|
+
onClick?: (ev: Event) => any;
|
|
7474
|
+
}>, {
|
|
6937
7475
|
color: string;
|
|
6938
7476
|
spin: boolean;
|
|
6939
7477
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -7480,7 +8018,7 @@ export declare const UDatePicker: {
|
|
|
7480
8018
|
}>, {
|
|
7481
8019
|
reference: import("vue").Ref<any, any>;
|
|
7482
8020
|
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
7483
|
-
popup: import("vue").ShallowRef<HTMLElement
|
|
8021
|
+
popup: import("vue").ShallowRef<HTMLElement>;
|
|
7484
8022
|
isMounted: import("vue").Ref<boolean, boolean>;
|
|
7485
8023
|
onClick: (e: any) => void;
|
|
7486
8024
|
onMousedown: (e: any) => void;
|
|
@@ -7638,7 +8176,24 @@ export declare const UDatePicker: {
|
|
|
7638
8176
|
handleClick: (e: any) => void;
|
|
7639
8177
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7640
8178
|
click: (ev: Event) => boolean;
|
|
7641
|
-
}, import("vue").
|
|
8179
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8180
|
+
rotate: {
|
|
8181
|
+
type: NumberConstructor;
|
|
8182
|
+
};
|
|
8183
|
+
spin: BooleanConstructor;
|
|
8184
|
+
size: {
|
|
8185
|
+
type: NumberConstructor;
|
|
8186
|
+
};
|
|
8187
|
+
color: {
|
|
8188
|
+
type: StringConstructor;
|
|
8189
|
+
default: string;
|
|
8190
|
+
};
|
|
8191
|
+
icon: {
|
|
8192
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
8193
|
+
};
|
|
8194
|
+
}>> & Readonly<{
|
|
8195
|
+
onClick?: (ev: Event) => any;
|
|
8196
|
+
}>, {
|
|
7642
8197
|
color: string;
|
|
7643
8198
|
spin: boolean;
|
|
7644
8199
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -7779,7 +8334,7 @@ export declare const UDatePicker: {
|
|
|
7779
8334
|
};
|
|
7780
8335
|
}>, {
|
|
7781
8336
|
inputPrefixCls: import("vue").ComputedRef<string>;
|
|
7782
|
-
inputRef: import("vue").ShallowRef<HTMLInputElement
|
|
8337
|
+
inputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
7783
8338
|
formatDate: (_value: import("./DatePicker.type").DatePickerSingleValueType | undefined, _format: string) => string;
|
|
7784
8339
|
computedFormat: import("vue").ComputedRef<any>;
|
|
7785
8340
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
@@ -7896,8 +8451,8 @@ export declare const UDatePicker: {
|
|
|
7896
8451
|
};
|
|
7897
8452
|
}>, {
|
|
7898
8453
|
inputPrefixCls: import("vue").ComputedRef<string>;
|
|
7899
|
-
startInputRef: import("vue").ShallowRef<HTMLInputElement
|
|
7900
|
-
endInputRef: import("vue").ShallowRef<HTMLInputElement
|
|
8454
|
+
startInputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
8455
|
+
endInputRef: import("vue").ShallowRef<HTMLInputElement>;
|
|
7901
8456
|
startDate: import("vue").Ref<string | Date | {
|
|
7902
8457
|
clone: () => import("dayjs").Dayjs;
|
|
7903
8458
|
isValid: () => boolean;
|
|
@@ -8366,7 +8921,24 @@ export declare const UDatePicker: {
|
|
|
8366
8921
|
handleClick: (e: any) => void;
|
|
8367
8922
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8368
8923
|
click: (ev: Event) => boolean;
|
|
8369
|
-
}, import("vue").
|
|
8924
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
8925
|
+
rotate: {
|
|
8926
|
+
type: NumberConstructor;
|
|
8927
|
+
};
|
|
8928
|
+
spin: BooleanConstructor;
|
|
8929
|
+
size: {
|
|
8930
|
+
type: NumberConstructor;
|
|
8931
|
+
};
|
|
8932
|
+
color: {
|
|
8933
|
+
type: StringConstructor;
|
|
8934
|
+
default: string;
|
|
8935
|
+
};
|
|
8936
|
+
icon: {
|
|
8937
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
8938
|
+
};
|
|
8939
|
+
}>> & Readonly<{
|
|
8940
|
+
onClick?: (ev: Event) => any;
|
|
8941
|
+
}>, {
|
|
8370
8942
|
color: string;
|
|
8371
8943
|
spin: boolean;
|
|
8372
8944
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -9211,7 +9783,24 @@ export declare const UDatePicker: {
|
|
|
9211
9783
|
handleClick: (e: any) => void;
|
|
9212
9784
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9213
9785
|
click: (ev: Event) => boolean;
|
|
9214
|
-
}, import("vue").
|
|
9786
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
9787
|
+
rotate: {
|
|
9788
|
+
type: NumberConstructor;
|
|
9789
|
+
};
|
|
9790
|
+
spin: BooleanConstructor;
|
|
9791
|
+
size: {
|
|
9792
|
+
type: NumberConstructor;
|
|
9793
|
+
};
|
|
9794
|
+
color: {
|
|
9795
|
+
type: StringConstructor;
|
|
9796
|
+
default: string;
|
|
9797
|
+
};
|
|
9798
|
+
icon: {
|
|
9799
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
9800
|
+
};
|
|
9801
|
+
}>> & Readonly<{
|
|
9802
|
+
onClick?: (ev: Event) => any;
|
|
9803
|
+
}>, {
|
|
9215
9804
|
color: string;
|
|
9216
9805
|
spin: boolean;
|
|
9217
9806
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -9544,7 +10133,7 @@ export declare const UDatePicker: {
|
|
|
9544
10133
|
};
|
|
9545
10134
|
}>, {
|
|
9546
10135
|
selectRef: import("vue").Ref<any, any>;
|
|
9547
|
-
listRef: import("vue").ShallowRef<HTMLElement
|
|
10136
|
+
listRef: import("vue").ShallowRef<HTMLElement>;
|
|
9548
10137
|
triggerScrollBar: () => void;
|
|
9549
10138
|
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
9550
10139
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -9608,7 +10197,29 @@ export declare const UDatePicker: {
|
|
|
9608
10197
|
getBoundingClientRect: () => any;
|
|
9609
10198
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9610
10199
|
scroll: (e: any) => boolean;
|
|
9611
|
-
}, import("vue").
|
|
10200
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10201
|
+
height: {
|
|
10202
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
10203
|
+
default: string;
|
|
10204
|
+
};
|
|
10205
|
+
maxHeight: {
|
|
10206
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
10207
|
+
default: string;
|
|
10208
|
+
};
|
|
10209
|
+
noresize: BooleanConstructor;
|
|
10210
|
+
always: BooleanConstructor;
|
|
10211
|
+
hideBar: BooleanConstructor;
|
|
10212
|
+
minSize: {
|
|
10213
|
+
type: NumberConstructor;
|
|
10214
|
+
default: number;
|
|
10215
|
+
};
|
|
10216
|
+
zIndex: {
|
|
10217
|
+
type: NumberConstructor;
|
|
10218
|
+
default: number;
|
|
10219
|
+
};
|
|
10220
|
+
}>> & Readonly<{
|
|
10221
|
+
onScroll?: (e: any) => any;
|
|
10222
|
+
}>, {
|
|
9612
10223
|
height: string | number;
|
|
9613
10224
|
maxHeight: string | number;
|
|
9614
10225
|
always: boolean;
|
|
@@ -9906,7 +10517,24 @@ export declare const UDatePicker: {
|
|
|
9906
10517
|
handleClick: (e: any) => void;
|
|
9907
10518
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9908
10519
|
click: (ev: Event) => boolean;
|
|
9909
|
-
}, import("vue").
|
|
10520
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10521
|
+
rotate: {
|
|
10522
|
+
type: NumberConstructor;
|
|
10523
|
+
};
|
|
10524
|
+
spin: BooleanConstructor;
|
|
10525
|
+
size: {
|
|
10526
|
+
type: NumberConstructor;
|
|
10527
|
+
};
|
|
10528
|
+
color: {
|
|
10529
|
+
type: StringConstructor;
|
|
10530
|
+
default: string;
|
|
10531
|
+
};
|
|
10532
|
+
icon: {
|
|
10533
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10534
|
+
};
|
|
10535
|
+
}>> & Readonly<{
|
|
10536
|
+
onClick?: (ev: Event) => any;
|
|
10537
|
+
}>, {
|
|
9910
10538
|
color: string;
|
|
9911
10539
|
spin: boolean;
|
|
9912
10540
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10255,7 +10883,24 @@ export declare const UDatePicker: {
|
|
|
10255
10883
|
handleClick: (e: any) => void;
|
|
10256
10884
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10257
10885
|
click: (ev: Event) => boolean;
|
|
10258
|
-
}, import("vue").
|
|
10886
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10887
|
+
rotate: {
|
|
10888
|
+
type: NumberConstructor;
|
|
10889
|
+
};
|
|
10890
|
+
spin: BooleanConstructor;
|
|
10891
|
+
size: {
|
|
10892
|
+
type: NumberConstructor;
|
|
10893
|
+
};
|
|
10894
|
+
color: {
|
|
10895
|
+
type: StringConstructor;
|
|
10896
|
+
default: string;
|
|
10897
|
+
};
|
|
10898
|
+
icon: {
|
|
10899
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
10900
|
+
};
|
|
10901
|
+
}>> & Readonly<{
|
|
10902
|
+
onClick?: (ev: Event) => any;
|
|
10903
|
+
}>, {
|
|
10259
10904
|
color: string;
|
|
10260
10905
|
spin: boolean;
|
|
10261
10906
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10610,7 +11255,24 @@ export declare const UDatePicker: {
|
|
|
10610
11255
|
handleClick: (e: any) => void;
|
|
10611
11256
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10612
11257
|
click: (ev: Event) => boolean;
|
|
10613
|
-
}, import("vue").
|
|
11258
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11259
|
+
rotate: {
|
|
11260
|
+
type: NumberConstructor;
|
|
11261
|
+
};
|
|
11262
|
+
spin: BooleanConstructor;
|
|
11263
|
+
size: {
|
|
11264
|
+
type: NumberConstructor;
|
|
11265
|
+
};
|
|
11266
|
+
color: {
|
|
11267
|
+
type: StringConstructor;
|
|
11268
|
+
default: string;
|
|
11269
|
+
};
|
|
11270
|
+
icon: {
|
|
11271
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11272
|
+
};
|
|
11273
|
+
}>> & Readonly<{
|
|
11274
|
+
onClick?: (ev: Event) => any;
|
|
11275
|
+
}>, {
|
|
10614
11276
|
color: string;
|
|
10615
11277
|
spin: boolean;
|
|
10616
11278
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -10715,64 +11377,301 @@ export declare const UDatePicker: {
|
|
|
10715
11377
|
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
10716
11378
|
required: true;
|
|
10717
11379
|
};
|
|
10718
|
-
selectedDate: {
|
|
10719
|
-
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
10720
|
-
default: any;
|
|
11380
|
+
selectedDate: {
|
|
11381
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
11382
|
+
default: any;
|
|
11383
|
+
};
|
|
11384
|
+
hoveredDate: {
|
|
11385
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
11386
|
+
default: any;
|
|
11387
|
+
};
|
|
11388
|
+
locale: {
|
|
11389
|
+
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
11390
|
+
};
|
|
11391
|
+
disabledDate: {
|
|
11392
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
11393
|
+
};
|
|
11394
|
+
disabledQuarter: {
|
|
11395
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
11396
|
+
};
|
|
11397
|
+
}>, {
|
|
11398
|
+
tableData: import("vue").ComputedRef<import("./DatePicker.type").QuarterTableCell[][]>;
|
|
11399
|
+
onSelected: (cell: import("./DatePicker.type").QuarterTableCell) => void;
|
|
11400
|
+
onHover: (cell: import("./DatePicker.type").QuarterTableCell) => void;
|
|
11401
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11402
|
+
prefixCls: {
|
|
11403
|
+
type: StringConstructor;
|
|
11404
|
+
default: string;
|
|
11405
|
+
};
|
|
11406
|
+
currentDate: {
|
|
11407
|
+
type: import("vue").PropType<import("dayjs").Dayjs>;
|
|
11408
|
+
required: true;
|
|
11409
|
+
};
|
|
11410
|
+
selectedDate: {
|
|
11411
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null | Array<import("dayjs").Dayjs | null>>;
|
|
11412
|
+
default: any;
|
|
11413
|
+
};
|
|
11414
|
+
hoveredDate: {
|
|
11415
|
+
type: import("vue").PropType<import("dayjs").Dayjs | null>;
|
|
11416
|
+
default: any;
|
|
11417
|
+
};
|
|
11418
|
+
locale: {
|
|
11419
|
+
type: import("vue").PropType<import("../locale/default").DatePickerLocal>;
|
|
11420
|
+
};
|
|
11421
|
+
disabledDate: {
|
|
11422
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledDateFunction>;
|
|
11423
|
+
};
|
|
11424
|
+
disabledQuarter: {
|
|
11425
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisabledQuarterFunction>;
|
|
11426
|
+
};
|
|
11427
|
+
}>> & Readonly<{
|
|
11428
|
+
onSelect?: (...args: any[]) => any;
|
|
11429
|
+
onHover?: (...args: any[]) => any;
|
|
11430
|
+
}>, {
|
|
11431
|
+
prefixCls: string;
|
|
11432
|
+
selectedDate: import("dayjs").Dayjs | import("dayjs").Dayjs[];
|
|
11433
|
+
hoveredDate: import("dayjs").Dayjs;
|
|
11434
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11435
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11436
|
+
USelect: {
|
|
11437
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
11438
|
+
modelValue: {
|
|
11439
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
11440
|
+
};
|
|
11441
|
+
options: {
|
|
11442
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectOption[]>;
|
|
11443
|
+
};
|
|
11444
|
+
size: {
|
|
11445
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
11446
|
+
default: string;
|
|
11447
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
11448
|
+
};
|
|
11449
|
+
placeholder: {
|
|
11450
|
+
type: StringConstructor;
|
|
11451
|
+
};
|
|
11452
|
+
notFoundText: {
|
|
11453
|
+
type: StringConstructor;
|
|
11454
|
+
};
|
|
11455
|
+
dropdownMenuClass: {
|
|
11456
|
+
type: StringConstructor;
|
|
11457
|
+
};
|
|
11458
|
+
dropdownMenuStyle: {
|
|
11459
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
11460
|
+
};
|
|
11461
|
+
prefixIcon: {
|
|
11462
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11463
|
+
};
|
|
11464
|
+
suffixIcon: {
|
|
11465
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11466
|
+
};
|
|
11467
|
+
clearIcon: {
|
|
11468
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11469
|
+
};
|
|
11470
|
+
removeIcon: {
|
|
11471
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
11472
|
+
};
|
|
11473
|
+
allowCreate: {
|
|
11474
|
+
type: BooleanConstructor;
|
|
11475
|
+
default: boolean;
|
|
11476
|
+
};
|
|
11477
|
+
allowEmptyValue: {
|
|
11478
|
+
type: BooleanConstructor;
|
|
11479
|
+
default: boolean;
|
|
11480
|
+
};
|
|
11481
|
+
showEmpty: {
|
|
11482
|
+
type: BooleanConstructor;
|
|
11483
|
+
default: boolean;
|
|
11484
|
+
};
|
|
11485
|
+
loading: {
|
|
11486
|
+
type: BooleanConstructor;
|
|
11487
|
+
default: undefined;
|
|
11488
|
+
};
|
|
11489
|
+
showArrow: {
|
|
11490
|
+
type: BooleanConstructor;
|
|
11491
|
+
default: boolean;
|
|
11492
|
+
};
|
|
11493
|
+
multiple: {
|
|
11494
|
+
type: BooleanConstructor;
|
|
11495
|
+
default: boolean;
|
|
11496
|
+
};
|
|
11497
|
+
maxTagCount: {
|
|
11498
|
+
type: NumberConstructor;
|
|
11499
|
+
};
|
|
11500
|
+
maxTagPlaceholder: {
|
|
11501
|
+
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
11502
|
+
};
|
|
11503
|
+
maxTagTextLength: {
|
|
11504
|
+
type: import("vue").PropType<number | "responsive">;
|
|
11505
|
+
};
|
|
11506
|
+
tagRender: {
|
|
11507
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
11508
|
+
};
|
|
11509
|
+
filterable: {
|
|
11510
|
+
type: BooleanConstructor;
|
|
11511
|
+
default: boolean;
|
|
11512
|
+
};
|
|
11513
|
+
filterMethod: {
|
|
11514
|
+
type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").OptionFilterMethod>;
|
|
11515
|
+
default: undefined;
|
|
11516
|
+
};
|
|
11517
|
+
filterProp: {
|
|
11518
|
+
type: StringConstructor;
|
|
11519
|
+
};
|
|
11520
|
+
displayProp: {
|
|
11521
|
+
type: StringConstructor;
|
|
11522
|
+
default: string;
|
|
11523
|
+
};
|
|
11524
|
+
disabled: {
|
|
11525
|
+
type: BooleanConstructor;
|
|
11526
|
+
default: boolean;
|
|
11527
|
+
};
|
|
11528
|
+
clearable: {
|
|
11529
|
+
type: BooleanConstructor;
|
|
11530
|
+
default: boolean;
|
|
11531
|
+
};
|
|
11532
|
+
open: {
|
|
11533
|
+
type: BooleanConstructor;
|
|
11534
|
+
default: undefined;
|
|
11535
|
+
};
|
|
11536
|
+
tagTransitionName: {
|
|
11537
|
+
type: StringConstructor;
|
|
11538
|
+
default: string;
|
|
11539
|
+
};
|
|
11540
|
+
defaultActiveFirst: {
|
|
11541
|
+
type: BooleanConstructor;
|
|
11542
|
+
default: boolean;
|
|
11543
|
+
};
|
|
11544
|
+
tokenSeparators: {
|
|
11545
|
+
type: import("vue").PropType<string[]>;
|
|
11546
|
+
};
|
|
11547
|
+
autoClearSearchValue: {
|
|
11548
|
+
type: BooleanConstructor;
|
|
11549
|
+
default: boolean;
|
|
11550
|
+
};
|
|
11551
|
+
dropdownHeight: {
|
|
11552
|
+
type: NumberConstructor;
|
|
11553
|
+
default: number;
|
|
11554
|
+
};
|
|
11555
|
+
dropdownItemHeight: {
|
|
11556
|
+
type: NumberConstructor;
|
|
11557
|
+
default: number;
|
|
11558
|
+
};
|
|
11559
|
+
selectAll: {
|
|
11560
|
+
type: BooleanConstructor;
|
|
11561
|
+
default: boolean;
|
|
11562
|
+
};
|
|
11563
|
+
multipleLimit: {
|
|
11564
|
+
type: NumberConstructor;
|
|
11565
|
+
default: number;
|
|
11566
|
+
};
|
|
11567
|
+
maxTagTooltip: {
|
|
11568
|
+
type: BooleanConstructor;
|
|
11569
|
+
default: boolean;
|
|
10721
11570
|
};
|
|
10722
|
-
|
|
10723
|
-
type:
|
|
10724
|
-
default:
|
|
11571
|
+
isShowTagTooltip: {
|
|
11572
|
+
type: BooleanConstructor;
|
|
11573
|
+
default: boolean;
|
|
10725
11574
|
};
|
|
10726
|
-
|
|
10727
|
-
type:
|
|
11575
|
+
maxTagTooltipWidth: {
|
|
11576
|
+
type: NumberConstructor;
|
|
10728
11577
|
};
|
|
10729
|
-
|
|
10730
|
-
type:
|
|
11578
|
+
disabledTriggerForm: {
|
|
11579
|
+
type: BooleanConstructor;
|
|
11580
|
+
default: boolean;
|
|
10731
11581
|
};
|
|
10732
|
-
|
|
10733
|
-
type:
|
|
11582
|
+
sortByOption: {
|
|
11583
|
+
type: BooleanConstructor;
|
|
11584
|
+
default: boolean;
|
|
10734
11585
|
};
|
|
10735
|
-
|
|
10736
|
-
tableData: import("vue").ComputedRef<import("./DatePicker.type").QuarterTableCell[][]>;
|
|
10737
|
-
onSelected: (cell: import("./DatePicker.type").QuarterTableCell) => void;
|
|
10738
|
-
onHover: (cell: import("./DatePicker.type").QuarterTableCell) => void;
|
|
10739
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10740
|
-
prefixCls: {
|
|
11586
|
+
loadingText: {
|
|
10741
11587
|
type: StringConstructor;
|
|
11588
|
+
};
|
|
11589
|
+
popoverProps: {
|
|
11590
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
11591
|
+
default: () => {};
|
|
11592
|
+
};
|
|
11593
|
+
dropdownMenuWidth: {
|
|
11594
|
+
type: import("vue").PropType<number | "container">;
|
|
10742
11595
|
default: string;
|
|
10743
11596
|
};
|
|
10744
|
-
|
|
10745
|
-
type: import("vue").PropType<
|
|
10746
|
-
|
|
11597
|
+
variant: {
|
|
11598
|
+
type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
|
|
11599
|
+
default: string;
|
|
11600
|
+
validator: (val: string) => boolean;
|
|
10747
11601
|
};
|
|
10748
|
-
|
|
10749
|
-
type:
|
|
10750
|
-
default: any;
|
|
11602
|
+
label: {
|
|
11603
|
+
type: StringConstructor;
|
|
10751
11604
|
};
|
|
10752
|
-
|
|
10753
|
-
type:
|
|
10754
|
-
default:
|
|
11605
|
+
labelColon: {
|
|
11606
|
+
type: BooleanConstructor;
|
|
11607
|
+
default: boolean;
|
|
10755
11608
|
};
|
|
10756
|
-
|
|
10757
|
-
type:
|
|
11609
|
+
required: {
|
|
11610
|
+
type: BooleanConstructor;
|
|
11611
|
+
default: boolean;
|
|
10758
11612
|
};
|
|
10759
|
-
|
|
10760
|
-
type: import("vue").PropType<import("@koi-design/uxd-ui/es/
|
|
11613
|
+
placement: {
|
|
11614
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
11615
|
+
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;
|
|
10761
11616
|
};
|
|
10762
|
-
|
|
10763
|
-
type:
|
|
11617
|
+
arrowRotate: {
|
|
11618
|
+
type: BooleanConstructor;
|
|
11619
|
+
default: boolean;
|
|
11620
|
+
};
|
|
11621
|
+
direction: {
|
|
11622
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
11623
|
+
};
|
|
11624
|
+
showNoOptionValue: {
|
|
11625
|
+
type: BooleanConstructor;
|
|
11626
|
+
default: boolean;
|
|
11627
|
+
};
|
|
11628
|
+
titleKey: {
|
|
11629
|
+
type: StringConstructor;
|
|
11630
|
+
default: string;
|
|
10764
11631
|
};
|
|
10765
11632
|
}>> & Readonly<{
|
|
10766
|
-
|
|
10767
|
-
|
|
11633
|
+
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
11634
|
+
onClear?: () => any;
|
|
11635
|
+
onFocus?: (ev: Event) => any;
|
|
11636
|
+
onBlur?: (ev: Event) => any;
|
|
11637
|
+
onMousedown?: (ev: Event) => any;
|
|
11638
|
+
onSearch?: (val: string) => any;
|
|
11639
|
+
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
11640
|
+
onKeydown?: (ev: KeyboardEvent) => any;
|
|
11641
|
+
"onScroll-at-top"?: () => any;
|
|
11642
|
+
"onScroll-at-bottom"?: () => any;
|
|
11643
|
+
"onDropdown-visible-change"?: (val: boolean) => any;
|
|
11644
|
+
onCreate?: (val: string) => any;
|
|
11645
|
+
"onClick-outside"?: (e: Event) => any;
|
|
10768
11646
|
}>, {
|
|
10769
|
-
|
|
10770
|
-
|
|
10771
|
-
|
|
10772
|
-
|
|
10773
|
-
|
|
10774
|
-
|
|
10775
|
-
|
|
11647
|
+
handleUpdateModelValue: (val: any) => void;
|
|
11648
|
+
handleChange: (val: any, options: any[]) => void;
|
|
11649
|
+
handleFocus: (e: Event) => void;
|
|
11650
|
+
handleBlur: (e: Event) => void;
|
|
11651
|
+
handleClear: () => void;
|
|
11652
|
+
handleDropdownVisibleChange: (e: boolean) => void;
|
|
11653
|
+
handleMousedown: (e: Event) => void;
|
|
11654
|
+
handleSearch: (e: string) => void;
|
|
11655
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
11656
|
+
handleCreate: (e: string) => void;
|
|
11657
|
+
handleScrollAtTop: () => void;
|
|
11658
|
+
handleScrollAtBottom: () => void;
|
|
11659
|
+
handleClickOutside: (e: Event) => void;
|
|
11660
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11661
|
+
focus: (ev: Event) => boolean;
|
|
11662
|
+
blur: (ev: Event) => boolean;
|
|
11663
|
+
change: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption[] | import("@koi-design/uxd-ui/es/index").SelectOption) => boolean;
|
|
11664
|
+
mousedown: (ev: Event) => boolean;
|
|
11665
|
+
'dropdown-visible-change': (val: boolean) => boolean;
|
|
11666
|
+
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
|
|
11667
|
+
search: (val: string) => boolean;
|
|
11668
|
+
clear: () => boolean;
|
|
11669
|
+
keydown: (ev: KeyboardEvent) => boolean;
|
|
11670
|
+
create: (val: string) => boolean;
|
|
11671
|
+
'scroll-at-top': () => boolean;
|
|
11672
|
+
'scroll-at-bottom': () => boolean;
|
|
11673
|
+
'click-outside': (e: Event) => boolean;
|
|
11674
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
10776
11675
|
modelValue: {
|
|
10777
11676
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
|
|
10778
11677
|
};
|
|
@@ -10970,10 +11869,10 @@ export declare const UDatePicker: {
|
|
|
10970
11869
|
}>> & Readonly<{
|
|
10971
11870
|
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
10972
11871
|
onClear?: () => any;
|
|
10973
|
-
onSearch?: (val: string) => any;
|
|
10974
11872
|
onFocus?: (ev: Event) => any;
|
|
10975
11873
|
onBlur?: (ev: Event) => any;
|
|
10976
11874
|
onMousedown?: (ev: Event) => any;
|
|
11875
|
+
onSearch?: (val: string) => any;
|
|
10977
11876
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
10978
11877
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
10979
11878
|
"onScroll-at-top"?: () => any;
|
|
@@ -10982,34 +11881,6 @@ export declare const UDatePicker: {
|
|
|
10982
11881
|
onCreate?: (val: string) => any;
|
|
10983
11882
|
"onClick-outside"?: (e: Event) => any;
|
|
10984
11883
|
}>, {
|
|
10985
|
-
handleUpdateModelValue: (val: any) => void;
|
|
10986
|
-
handleChange: (val: any, options: any[]) => void;
|
|
10987
|
-
handleFocus: (e: Event) => void;
|
|
10988
|
-
handleBlur: (e: Event) => void;
|
|
10989
|
-
handleClear: () => void;
|
|
10990
|
-
handleDropdownVisibleChange: (e: boolean) => void;
|
|
10991
|
-
handleMousedown: (e: Event) => void;
|
|
10992
|
-
handleSearch: (e: string) => void;
|
|
10993
|
-
handleKeydown: (e: KeyboardEvent) => void;
|
|
10994
|
-
handleCreate: (e: string) => void;
|
|
10995
|
-
handleScrollAtTop: () => void;
|
|
10996
|
-
handleScrollAtBottom: () => void;
|
|
10997
|
-
handleClickOutside: (e: Event) => void;
|
|
10998
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10999
|
-
focus: (ev: Event) => boolean;
|
|
11000
|
-
blur: (ev: Event) => boolean;
|
|
11001
|
-
change: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption[] | import("@koi-design/uxd-ui/es/index").SelectOption) => boolean;
|
|
11002
|
-
mousedown: (ev: Event) => boolean;
|
|
11003
|
-
'dropdown-visible-change': (val: boolean) => boolean;
|
|
11004
|
-
'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
|
|
11005
|
-
search: (val: string) => boolean;
|
|
11006
|
-
clear: () => boolean;
|
|
11007
|
-
keydown: (ev: KeyboardEvent) => boolean;
|
|
11008
|
-
create: (val: string) => boolean;
|
|
11009
|
-
'scroll-at-top': () => boolean;
|
|
11010
|
-
'scroll-at-bottom': () => boolean;
|
|
11011
|
-
'click-outside': (e: Event) => boolean;
|
|
11012
|
-
}, import("vue").PublicProps, {
|
|
11013
11884
|
loading: boolean;
|
|
11014
11885
|
required: boolean;
|
|
11015
11886
|
size: "default" | "small" | "large";
|
|
@@ -11247,10 +12118,10 @@ export declare const UDatePicker: {
|
|
|
11247
12118
|
}>> & Readonly<{
|
|
11248
12119
|
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
11249
12120
|
onClear?: () => any;
|
|
11250
|
-
onSearch?: (val: string) => any;
|
|
11251
12121
|
onFocus?: (ev: Event) => any;
|
|
11252
12122
|
onBlur?: (ev: Event) => any;
|
|
11253
12123
|
onMousedown?: (ev: Event) => any;
|
|
12124
|
+
onSearch?: (val: string) => any;
|
|
11254
12125
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
11255
12126
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
11256
12127
|
"onScroll-at-top"?: () => any;
|
|
@@ -11507,10 +12378,10 @@ export declare const UDatePicker: {
|
|
|
11507
12378
|
}>> & Readonly<{
|
|
11508
12379
|
onChange?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType, options: import("@koi-design/uxd-ui/es/index").SelectOption | import("@koi-design/uxd-ui/es/index").SelectOption[]) => any;
|
|
11509
12380
|
onClear?: () => any;
|
|
11510
|
-
onSearch?: (val: string) => any;
|
|
11511
12381
|
onFocus?: (ev: Event) => any;
|
|
11512
12382
|
onBlur?: (ev: Event) => any;
|
|
11513
12383
|
onMousedown?: (ev: Event) => any;
|
|
12384
|
+
onSearch?: (val: string) => any;
|
|
11514
12385
|
"onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
|
|
11515
12386
|
onKeydown?: (ev: KeyboardEvent) => any;
|
|
11516
12387
|
"onScroll-at-top"?: () => any;
|
|
@@ -12791,7 +13662,24 @@ export declare const UDatePicker: {
|
|
|
12791
13662
|
handleClick: (e: any) => void;
|
|
12792
13663
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12793
13664
|
click: (ev: Event) => boolean;
|
|
12794
|
-
}, import("vue").
|
|
13665
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
13666
|
+
rotate: {
|
|
13667
|
+
type: NumberConstructor;
|
|
13668
|
+
};
|
|
13669
|
+
spin: BooleanConstructor;
|
|
13670
|
+
size: {
|
|
13671
|
+
type: NumberConstructor;
|
|
13672
|
+
};
|
|
13673
|
+
color: {
|
|
13674
|
+
type: StringConstructor;
|
|
13675
|
+
default: string;
|
|
13676
|
+
};
|
|
13677
|
+
icon: {
|
|
13678
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
13679
|
+
};
|
|
13680
|
+
}>> & Readonly<{
|
|
13681
|
+
onClick?: (ev: Event) => any;
|
|
13682
|
+
}>, {
|
|
12795
13683
|
color: string;
|
|
12796
13684
|
spin: boolean;
|
|
12797
13685
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -13124,7 +14012,7 @@ export declare const UDatePicker: {
|
|
|
13124
14012
|
};
|
|
13125
14013
|
}>, {
|
|
13126
14014
|
selectRef: import("vue").Ref<any, any>;
|
|
13127
|
-
listRef: import("vue").ShallowRef<HTMLElement
|
|
14015
|
+
listRef: import("vue").ShallowRef<HTMLElement>;
|
|
13128
14016
|
triggerScrollBar: () => void;
|
|
13129
14017
|
onClick: (item: import("@koi-design/uxd-ui/es/index").SelectListOption) => boolean;
|
|
13130
14018
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -13188,7 +14076,29 @@ export declare const UDatePicker: {
|
|
|
13188
14076
|
getBoundingClientRect: () => any;
|
|
13189
14077
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13190
14078
|
scroll: (e: any) => boolean;
|
|
13191
|
-
}, import("vue").
|
|
14079
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14080
|
+
height: {
|
|
14081
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
14082
|
+
default: string;
|
|
14083
|
+
};
|
|
14084
|
+
maxHeight: {
|
|
14085
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
14086
|
+
default: string;
|
|
14087
|
+
};
|
|
14088
|
+
noresize: BooleanConstructor;
|
|
14089
|
+
always: BooleanConstructor;
|
|
14090
|
+
hideBar: BooleanConstructor;
|
|
14091
|
+
minSize: {
|
|
14092
|
+
type: NumberConstructor;
|
|
14093
|
+
default: number;
|
|
14094
|
+
};
|
|
14095
|
+
zIndex: {
|
|
14096
|
+
type: NumberConstructor;
|
|
14097
|
+
default: number;
|
|
14098
|
+
};
|
|
14099
|
+
}>> & Readonly<{
|
|
14100
|
+
onScroll?: (e: any) => any;
|
|
14101
|
+
}>, {
|
|
13192
14102
|
height: string | number;
|
|
13193
14103
|
maxHeight: string | number;
|
|
13194
14104
|
always: boolean;
|
|
@@ -13486,7 +14396,24 @@ export declare const UDatePicker: {
|
|
|
13486
14396
|
handleClick: (e: any) => void;
|
|
13487
14397
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13488
14398
|
click: (ev: Event) => boolean;
|
|
13489
|
-
}, import("vue").
|
|
14399
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14400
|
+
rotate: {
|
|
14401
|
+
type: NumberConstructor;
|
|
14402
|
+
};
|
|
14403
|
+
spin: BooleanConstructor;
|
|
14404
|
+
size: {
|
|
14405
|
+
type: NumberConstructor;
|
|
14406
|
+
};
|
|
14407
|
+
color: {
|
|
14408
|
+
type: StringConstructor;
|
|
14409
|
+
default: string;
|
|
14410
|
+
};
|
|
14411
|
+
icon: {
|
|
14412
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
14413
|
+
};
|
|
14414
|
+
}>> & Readonly<{
|
|
14415
|
+
onClick?: (ev: Event) => any;
|
|
14416
|
+
}>, {
|
|
13490
14417
|
color: string;
|
|
13491
14418
|
spin: boolean;
|
|
13492
14419
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -13835,7 +14762,24 @@ export declare const UDatePicker: {
|
|
|
13835
14762
|
handleClick: (e: any) => void;
|
|
13836
14763
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13837
14764
|
click: (ev: Event) => boolean;
|
|
13838
|
-
}, import("vue").
|
|
14765
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
14766
|
+
rotate: {
|
|
14767
|
+
type: NumberConstructor;
|
|
14768
|
+
};
|
|
14769
|
+
spin: BooleanConstructor;
|
|
14770
|
+
size: {
|
|
14771
|
+
type: NumberConstructor;
|
|
14772
|
+
};
|
|
14773
|
+
color: {
|
|
14774
|
+
type: StringConstructor;
|
|
14775
|
+
default: string;
|
|
14776
|
+
};
|
|
14777
|
+
icon: {
|
|
14778
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
14779
|
+
};
|
|
14780
|
+
}>> & Readonly<{
|
|
14781
|
+
onClick?: (ev: Event) => any;
|
|
14782
|
+
}>, {
|
|
13839
14783
|
color: string;
|
|
13840
14784
|
spin: boolean;
|
|
13841
14785
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -14190,7 +15134,24 @@ export declare const UDatePicker: {
|
|
|
14190
15134
|
handleClick: (e: any) => void;
|
|
14191
15135
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14192
15136
|
click: (ev: Event) => boolean;
|
|
14193
|
-
}, import("vue").
|
|
15137
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
15138
|
+
rotate: {
|
|
15139
|
+
type: NumberConstructor;
|
|
15140
|
+
};
|
|
15141
|
+
spin: BooleanConstructor;
|
|
15142
|
+
size: {
|
|
15143
|
+
type: NumberConstructor;
|
|
15144
|
+
};
|
|
15145
|
+
color: {
|
|
15146
|
+
type: StringConstructor;
|
|
15147
|
+
default: string;
|
|
15148
|
+
};
|
|
15149
|
+
icon: {
|
|
15150
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
15151
|
+
};
|
|
15152
|
+
}>> & Readonly<{
|
|
15153
|
+
onClick?: (ev: Event) => any;
|
|
15154
|
+
}>, {
|
|
14194
15155
|
color: string;
|
|
14195
15156
|
spin: boolean;
|
|
14196
15157
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|