@koi-design/uxd-ui 14.0.21 → 14.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Affix/Affix.type.d.ts +3 -3
- package/es/components/Affix/Affix.vue.d.ts +2 -2
- package/es/components/Affix/index.d.ts +4 -4
- package/es/components/Alert/Alert.type.d.ts +5 -5
- package/es/components/Alert/Alert.vue.d.ts +8 -8
- package/es/components/Alert/index.d.ts +15 -15
- package/es/components/Anchor/Anchor.type.d.ts +6 -6
- package/es/components/Anchor/Anchor.vue.d.ts +3 -3
- package/es/components/Anchor/index.d.ts +8 -8
- package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/es/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/es/components/AutoComplete/index.d.ts +572 -632
- package/es/components/Avatar/Avatar.type.d.ts +6 -6
- package/es/components/Avatar/Avatar.vue.d.ts +13 -13
- package/es/components/Avatar/index.d.ts +25 -25
- package/es/components/BackTop/BackTop.type.d.ts +2 -2
- package/es/components/BackTop/BackTop.vue.d.ts +6 -6
- package/es/components/BackTop/index.d.ts +12 -12
- package/es/components/Badge/Badge.type.d.ts +6 -6
- package/es/components/Badge/Badge.vue.d.ts +5 -4
- package/es/components/Badge/index.d.ts +7 -7
- package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/es/components/Breadcrumb/index.d.ts +2 -2
- package/es/components/Button/Button.type.d.ts +21 -21
- package/es/components/Button/Button.vue.d.ts +24 -24
- package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/es/components/Button/index.d.ts +50 -50
- package/es/components/Calendar/Calendar.type.d.ts +9 -9
- package/es/components/Calendar/Calendar.vue.d.ts +180 -180
- package/es/components/Calendar/Header.vue.d.ts +81 -81
- package/es/components/Calendar/index.d.ts +381 -381
- package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/es/components/Card/Card.d.ts +8 -8
- package/es/components/Card/Card.type.d.ts +4 -4
- package/es/components/Card/CardMeta.vue.d.ts +25 -25
- package/es/components/Card/index.d.ts +41 -41
- package/es/components/Carousel/Carousel.type.d.ts +15 -15
- package/es/components/Carousel/Carousel.vue.d.ts +19 -19
- package/es/components/Carousel/index.d.ts +43 -43
- package/es/components/Cascader/Cascader.d.ts +40 -40
- package/es/components/Cascader/Cascader.type.d.ts +24 -23
- package/es/components/Cascader/CascaderMenu.d.ts +2 -2
- package/es/components/Cascader/index.d.ts +37 -37
- package/es/components/Cascader/utils.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/es/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/es/components/Checkbox/index.d.ts +27 -27
- package/es/components/Collapse/Collapse.vue.d.ts +4 -4
- package/es/components/Collapse/Collpapse.type.d.ts +6 -6
- package/es/components/Collapse/Panel.vue.d.ts +5 -23
- package/es/components/Collapse/index.d.ts +13 -31
- package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/es/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/es/components/ColorPicker/index.d.ts +248 -248
- package/es/components/Comment/index.d.ts +1 -1
- package/es/components/ConfigProvider/index.d.ts +8 -2
- package/es/components/ConfigProvider/index.mjs +2 -1
- package/es/components/ConfigProvider/index.mjs.map +1 -1
- package/es/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/es/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/es/components/DatePicker/index.d.ts +1016 -1016
- package/es/components/DatePicker/utils.d.ts +3 -3
- package/es/components/Divider/Divider.type.d.ts +9 -9
- package/es/components/Divider/Divider.vue.d.ts +9 -9
- package/es/components/Divider/index.d.ts +16 -16
- package/es/components/Drawer/Drawer.d.ts +14 -13
- package/es/components/Drawer/Drawer.type.d.ts +10 -10
- package/es/components/Drawer/index.d.ts +9 -9
- package/es/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/es/components/Dropdown/Dropdown.type.mjs +10 -1
- package/es/components/Dropdown/Dropdown.type.mjs.map +1 -1
- package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/es/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/es/components/Dropdown/DropdownMenu.mjs +10 -5
- package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
- package/es/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/es/components/Dropdown/index.d.ts +30 -30
- package/es/components/Dropdown/index.mjs +1 -1
- package/es/components/Empty/Empty.d.ts +14 -14
- package/es/components/Empty/Empty.type.d.ts +5 -5
- package/es/components/Empty/index.d.ts +27 -27
- package/es/components/Form/Form.type.d.ts +12 -12
- package/es/components/Form/Form.vue.d.ts +10 -10
- package/es/components/Form/FormItem.d.ts +8 -8
- package/es/components/Form/index.d.ts +25 -25
- package/es/components/Grid/Grid.type.d.ts +11 -11
- package/es/components/Grid/Row.vue.d.ts +4 -4
- package/es/components/Grid/index.d.ts +5 -5
- package/es/components/Icon/Icon.type.d.ts +3 -3
- package/es/components/Icon/Icon.vue.d.ts +2 -2
- package/es/components/Icon/index.d.ts +4 -4
- package/es/components/Image/Image.type.d.ts +6 -6
- package/es/components/Image/Image.vue.d.ts +6 -6
- package/es/components/Image/ImgViewer.vue.d.ts +4 -4
- package/es/components/Image/index.d.ts +17 -17
- package/es/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/es/components/InfiniteScroll/InfiniteScroll.mjs.map +1 -1
- package/es/components/InfoView/Cell.d.ts +2 -2
- package/es/components/InfoView/InfoView.type.d.ts +9 -8
- package/es/components/InfoView/InfoView.vue.d.ts +14 -14
- package/es/components/InfoView/Row.d.ts +2 -2
- package/es/components/InfoView/index.d.ts +33 -33
- package/es/components/Input/Input.d.ts +34 -34
- package/es/components/Input/Input.type.d.ts +11 -11
- package/es/components/Input/index.d.ts +39 -39
- package/es/components/InputNumber/InputNumber.d.ts +83 -83
- package/es/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/es/components/InputNumber/SingleInput.d.ts +23 -22
- package/es/components/InputNumber/index.d.ts +109 -109
- package/es/components/InputNumber/utils.d.ts +2 -2
- package/es/components/Layout/Layout.type.d.ts +5 -4
- package/es/components/Layout/Sider.vue.d.ts +8 -8
- package/es/components/Layout/index.d.ts +10 -10
- package/es/components/Link/Link.type.d.ts +5 -5
- package/es/components/Link/Link.vue.d.ts +10 -10
- package/es/components/Link/index.d.ts +18 -18
- package/es/components/List/List.type.d.ts +11 -10
- package/es/components/List/List.vue.d.ts +49 -53
- package/es/components/List/ListItem.d.ts +3 -3
- package/es/components/List/ListItemMeta.vue.d.ts +25 -25
- package/es/components/List/index.d.ts +161 -169
- package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/es/components/LoadingBar/index.d.ts +1 -1
- package/es/components/Mask/Mask.d.ts +1 -1
- package/es/components/Mask/Mask.type.d.ts +3 -3
- package/es/components/Mask/index.d.ts +1 -1
- package/es/components/Mention/Mentions.type.d.ts +3 -3
- package/es/components/Menu/Menu.d.ts +6 -6
- package/es/components/Menu/Menu.type.d.ts +20 -20
- package/es/components/Menu/Menu.type.mjs.map +1 -1
- package/es/components/Menu/MenuItem.vue.d.ts +30 -30
- package/es/components/Menu/SubMenu.mjs +1 -1
- package/es/components/Menu/SubMenu.mjs.map +1 -1
- package/es/components/Menu/SubMenu.vue.d.ts +17 -17
- package/es/components/Menu/index.d.ts +61 -61
- package/es/components/Message/Message.d.ts +1 -1
- package/es/components/Message/Message.type.d.ts +1 -1
- package/es/components/Message/index.d.ts +1 -1
- package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/es/components/Modal/Modal.type.d.ts +6 -6
- package/es/components/Modal/Modal.vue.d.ts +67 -67
- package/es/components/Modal/index.d.ts +144 -150
- package/es/components/Notice/Notice.type.d.ts +3 -3
- package/es/components/Notice/index.d.ts +1 -1
- package/es/components/Notification/Notication.type.d.ts +1 -1
- package/es/components/Notification/Notice.vue.d.ts +4 -4
- package/es/components/Notification/Notification.vue.d.ts +4 -4
- package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/es/components/PageHeader/index.d.ts +46 -46
- package/es/components/Pagination/Options.d.ts +6 -5
- package/es/components/Pagination/Pager.vue.d.ts +4 -4
- package/es/components/Pagination/Pagination.d.ts +23 -23
- package/es/components/Pagination/Pagination.type.d.ts +10 -10
- package/es/components/Pagination/index.d.ts +42 -42
- package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/es/components/PopConfirm/index.d.ts +162 -162
- package/es/components/Popover/Popover.type.d.ts +9 -8
- package/es/components/Popover/Popover.vue.d.ts +12 -12
- package/es/components/Popover/index.d.ts +22 -22
- package/es/components/Popup/Popup.d.ts +11 -11
- package/es/components/Popup/Popup.type.d.ts +9 -8
- package/es/components/Progress/Circle.d.ts +12 -11
- package/es/components/Progress/Line.vue.d.ts +9 -8
- package/es/components/Progress/Progress.type.d.ts +8 -8
- package/es/components/Progress/Progress.vue.d.ts +25 -25
- package/es/components/Progress/Water.vue.d.ts +5 -4
- package/es/components/Progress/index.d.ts +51 -51
- package/es/components/Radio/Radio.type.d.ts +16 -16
- package/es/components/Radio/Radio.vue.d.ts +7 -7
- package/es/components/Radio/RadioGroup.d.ts +17 -17
- package/es/components/Radio/index.d.ts +27 -27
- package/es/components/Rate/Rate.type.d.ts +3 -3
- package/es/components/Rate/Rate.vue.d.ts +29 -29
- package/es/components/Rate/Star.vue.d.ts +4 -4
- package/es/components/Rate/index.d.ts +59 -59
- package/es/components/Result/Result.type.d.ts +4 -4
- package/es/components/Result/Result.vue.d.ts +6 -6
- package/es/components/Result/index.d.ts +12 -12
- package/es/components/Scrollbar/Thumb.d.ts +1 -1
- package/es/components/Scrollbar/index.d.ts +1 -1
- package/es/components/Scrollbar/utils.d.ts +4 -2
- package/es/components/Scrollbar/utils.mjs +4 -2
- package/es/components/Scrollbar/utils.mjs.map +1 -1
- package/es/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/es/components/Select/RefSelect.vue.d.ts +161 -171
- package/es/components/Select/Select.d.ts +29 -29
- package/es/components/Select/Select.type.d.ts +16 -15
- package/es/components/Select/Selection/Input.vue.d.ts +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/es/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/es/components/Select/Selection/Single.vue.d.ts +4 -6
- package/es/components/Select/index.d.ts +40 -40
- package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/es/components/Skeleton/index.d.ts +5 -5
- package/es/components/Slider/Slider.d.ts +5 -5
- package/es/components/Slider/Slider.type.d.ts +5 -5
- package/es/components/Slider/index.d.ts +1 -1
- package/es/components/Space/Space.d.ts +9 -9
- package/es/components/Space/Space.type.d.ts +8 -8
- package/es/components/Space/index.d.ts +7 -7
- package/es/components/Spin/Spin.mjs.map +1 -1
- package/es/components/Spin/Spin.type.d.ts +7 -6
- package/es/components/Spin/Spin.vue.d.ts +7 -7
- package/es/components/Spin/index.d.ts +13 -13
- package/es/components/Statistic/Statistic.type.d.ts +2 -2
- package/es/components/Statistic/Statistic.vue.d.ts +31 -31
- package/es/components/Statistic/index.d.ts +62 -62
- package/es/components/Steps/Step.vue.d.ts +8 -8
- package/es/components/Steps/Steps.type.d.ts +12 -12
- package/es/components/Steps/Steps.vue.d.ts +6 -6
- package/es/components/Steps/index.d.ts +19 -19
- package/es/components/Switch/Switch.type.d.ts +11 -10
- package/es/components/Switch/Switch.vue.d.ts +11 -11
- package/es/components/Switch/index.d.ts +20 -20
- package/es/components/Table/BaseTable.vue.d.ts +340 -340
- package/es/components/Table/BodyTable.vue.d.ts +340 -340
- package/es/components/Table/HeadTable.vue.d.ts +340 -340
- package/es/components/Table/Table.type.d.ts +20 -20
- package/es/components/Table/Table.vue.d.ts +745 -745
- package/es/components/Table/TableBox.vue.d.ts +680 -680
- package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/es/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/es/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/es/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/es/components/Tabs/TabBar.vue.d.ts +3 -3
- package/es/components/Tabs/TabNav.mjs +4 -4
- package/es/components/Tabs/TabNav.mjs.map +1 -1
- package/es/components/Tabs/TabNav.vue.d.ts +27 -27
- package/es/components/Tabs/Tabs.d.ts +59 -59
- package/es/components/Tabs/Tabs.mjs +3 -3
- package/es/components/Tabs/Tabs.mjs.map +1 -1
- package/es/components/Tabs/Tabs.type.d.ts +29 -28
- package/es/components/Tabs/Tabs.type.mjs +6 -6
- package/es/components/Tabs/Tabs.type.mjs.map +1 -1
- package/es/components/Tabs/index.d.ts +118 -118
- package/es/components/Tag/Tag.type.d.ts +4 -4
- package/es/components/Tag/Tag.vue.d.ts +6 -6
- package/es/components/Tag/index.d.ts +12 -12
- package/es/components/Text/Text.d.ts +15 -15
- package/es/components/Text/Text.type.d.ts +10 -10
- package/es/components/Text/index.d.ts +22 -22
- package/es/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/es/components/ThemePanel/index.d.ts +194 -194
- package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/es/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/es/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/es/components/TimePicker/index.d.ts +386 -386
- package/es/components/TimePicker/utils.d.ts +3 -3
- package/es/components/Timeline/Timeline.d.ts +7 -7
- package/es/components/Timeline/Timeline.mjs +1 -1
- package/es/components/Timeline/Timeline.mjs.map +1 -1
- package/es/components/Timeline/Timeline.type.d.ts +6 -6
- package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/es/components/Timeline/index.d.ts +16 -22
- package/es/components/Toggle/Toggle.type.d.ts +1 -1
- package/es/components/Toggle/index.d.ts +1 -1
- package/es/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/es/components/Tooltip/index.d.ts +25 -25
- package/es/components/Transfer/Operation.vue.d.ts +50 -50
- package/es/components/Transfer/Transfer.type.d.ts +5 -5
- package/es/components/Transfer/Transfer.vue.d.ts +636 -636
- package/es/components/Transfer/TransferList.vue.d.ts +114 -114
- package/es/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/es/components/Transfer/index.d.ts +1678 -1678
- package/es/components/Tree/SubTree.vue.d.ts +61 -61
- package/es/components/Tree/Tree.type.d.ts +6 -6
- package/es/components/Tree/Tree.vue.d.ts +68 -76
- package/es/components/Tree/TreeNode.vue.d.ts +33 -33
- package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/es/components/Tree/index.d.ts +141 -165
- package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/es/components/TreeSelect/index.d.ts +698 -754
- package/es/components/Upload/Upload.d.ts +4 -4
- package/es/components/Upload/Upload.type.d.ts +13 -13
- package/es/components/Upload/UploadList.vue.d.ts +56 -56
- package/es/components/Upload/index.d.ts +4 -4
- package/es/components/VirtualList/ListContent.mjs.map +1 -1
- package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/es/components/VirtualList/index.d.ts +31 -35
- package/es/components/base/CollapseTransition.d.ts +1 -1
- package/es/components/base/RenderEmpty.vue.d.ts +6 -6
- package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/base/hooks/useDelaySet.d.ts +3 -3
- package/es/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/es/components/base/hooks/useLock.d.ts +2 -2
- package/es/components/index.mjs +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/globalType.d.ts +8 -8
- package/es/utils/install.d.ts +2 -2
- package/es/utils/placements.d.ts +1 -1
- package/es/utils/responsiveObserve.d.ts +2 -2
- package/es/utils/slots.d.ts +2 -2
- package/es/utils/tools.mjs.map +1 -1
- package/lib/components/Affix/Affix.type.d.ts +3 -3
- package/lib/components/Affix/Affix.vue.d.ts +2 -2
- package/lib/components/Affix/index.d.ts +4 -4
- package/lib/components/Alert/Alert.type.d.ts +5 -5
- package/lib/components/Alert/Alert.vue.d.ts +8 -8
- package/lib/components/Alert/index.d.ts +15 -15
- package/lib/components/Anchor/Anchor.type.d.ts +6 -6
- package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
- package/lib/components/Anchor/index.d.ts +8 -8
- package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/lib/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/lib/components/AutoComplete/index.d.ts +572 -632
- package/lib/components/Avatar/Avatar.type.d.ts +6 -6
- package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
- package/lib/components/Avatar/index.d.ts +25 -25
- package/lib/components/BackTop/BackTop.type.d.ts +2 -2
- package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
- package/lib/components/BackTop/index.d.ts +12 -12
- package/lib/components/Badge/Badge.type.d.ts +6 -6
- package/lib/components/Badge/Badge.vue.d.ts +5 -4
- package/lib/components/Badge/index.d.ts +7 -7
- package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/lib/components/Breadcrumb/index.d.ts +2 -2
- package/lib/components/Button/Button.type.d.ts +21 -21
- package/lib/components/Button/Button.vue.d.ts +24 -24
- package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/lib/components/Button/index.d.ts +50 -50
- package/lib/components/Calendar/Calendar.type.d.ts +9 -9
- package/lib/components/Calendar/Calendar.vue.d.ts +180 -180
- package/lib/components/Calendar/Header.vue.d.ts +81 -81
- package/lib/components/Calendar/index.d.ts +381 -381
- package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/lib/components/Card/Card.d.ts +8 -8
- package/lib/components/Card/Card.type.d.ts +4 -4
- package/lib/components/Card/CardMeta.vue.d.ts +25 -25
- package/lib/components/Card/index.d.ts +41 -41
- package/lib/components/Carousel/Carousel.type.d.ts +15 -15
- package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
- package/lib/components/Carousel/index.d.ts +43 -43
- package/lib/components/Cascader/Cascader.d.ts +40 -40
- package/lib/components/Cascader/Cascader.type.d.ts +24 -23
- package/lib/components/Cascader/CascaderMenu.d.ts +2 -2
- package/lib/components/Cascader/index.d.ts +37 -37
- package/lib/components/Cascader/utils.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/lib/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/lib/components/Checkbox/index.d.ts +27 -27
- package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
- package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
- package/lib/components/Collapse/Panel.vue.d.ts +5 -23
- package/lib/components/Collapse/index.d.ts +13 -31
- package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/lib/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/lib/components/ColorPicker/index.d.ts +248 -248
- package/lib/components/Comment/index.d.ts +1 -1
- package/lib/components/ConfigProvider/index.d.ts +8 -2
- package/lib/components/ConfigProvider/index.js +2 -1
- package/lib/components/ConfigProvider/index.js.map +1 -1
- package/lib/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/lib/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/lib/components/DatePicker/index.d.ts +1016 -1016
- package/lib/components/DatePicker/utils.d.ts +3 -3
- package/lib/components/Divider/Divider.type.d.ts +9 -9
- package/lib/components/Divider/Divider.vue.d.ts +9 -9
- package/lib/components/Divider/index.d.ts +16 -16
- package/lib/components/Drawer/Drawer.d.ts +14 -13
- package/lib/components/Drawer/Drawer.type.d.ts +10 -10
- package/lib/components/Drawer/index.d.ts +9 -9
- package/lib/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/lib/components/Dropdown/Dropdown.type.js +12 -0
- package/lib/components/Dropdown/Dropdown.type.js.map +1 -1
- package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/lib/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/lib/components/Dropdown/DropdownMenu.js +10 -5
- package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/lib/components/Dropdown/index.d.ts +30 -30
- package/lib/components/Dropdown/index.js +3 -0
- package/lib/components/Dropdown/index.js.map +1 -1
- package/lib/components/Empty/Empty.d.ts +14 -14
- package/lib/components/Empty/Empty.type.d.ts +5 -5
- package/lib/components/Empty/index.d.ts +27 -27
- package/lib/components/Form/Form.type.d.ts +12 -12
- package/lib/components/Form/Form.vue.d.ts +10 -10
- package/lib/components/Form/FormItem.d.ts +8 -8
- package/lib/components/Form/index.d.ts +25 -25
- package/lib/components/Grid/Grid.type.d.ts +11 -11
- package/lib/components/Grid/Row.vue.d.ts +4 -4
- package/lib/components/Grid/index.d.ts +5 -5
- package/lib/components/Icon/Icon.type.d.ts +3 -3
- package/lib/components/Icon/Icon.vue.d.ts +2 -2
- package/lib/components/Icon/index.d.ts +4 -4
- package/lib/components/Image/Image.type.d.ts +6 -6
- package/lib/components/Image/Image.vue.d.ts +6 -6
- package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
- package/lib/components/Image/index.d.ts +17 -17
- package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/lib/components/InfiniteScroll/InfiniteScroll.js.map +1 -1
- package/lib/components/InfoView/Cell.d.ts +2 -2
- package/lib/components/InfoView/InfoView.type.d.ts +9 -8
- package/lib/components/InfoView/InfoView.vue.d.ts +14 -14
- package/lib/components/InfoView/Row.d.ts +2 -2
- package/lib/components/InfoView/index.d.ts +33 -33
- package/lib/components/Input/Input.d.ts +34 -34
- package/lib/components/Input/Input.type.d.ts +11 -11
- package/lib/components/Input/index.d.ts +39 -39
- package/lib/components/InputNumber/InputNumber.d.ts +83 -83
- package/lib/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/lib/components/InputNumber/SingleInput.d.ts +23 -22
- package/lib/components/InputNumber/index.d.ts +109 -109
- package/lib/components/InputNumber/utils.d.ts +2 -2
- package/lib/components/Layout/Layout.type.d.ts +5 -4
- package/lib/components/Layout/Sider.vue.d.ts +8 -8
- package/lib/components/Layout/index.d.ts +10 -10
- package/lib/components/Link/Link.type.d.ts +5 -5
- package/lib/components/Link/Link.vue.d.ts +10 -10
- package/lib/components/Link/index.d.ts +18 -18
- package/lib/components/List/List.type.d.ts +11 -10
- package/lib/components/List/List.vue.d.ts +49 -53
- package/lib/components/List/ListItem.d.ts +3 -3
- package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
- package/lib/components/List/index.d.ts +161 -169
- package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/lib/components/LoadingBar/index.d.ts +1 -1
- package/lib/components/Mask/Mask.d.ts +1 -1
- package/lib/components/Mask/Mask.type.d.ts +3 -3
- package/lib/components/Mask/index.d.ts +1 -1
- package/lib/components/Mention/Mentions.type.d.ts +3 -3
- package/lib/components/Menu/Menu.d.ts +6 -6
- package/lib/components/Menu/Menu.type.d.ts +20 -20
- package/lib/components/Menu/Menu.type.js.map +1 -1
- package/lib/components/Menu/MenuItem.vue.d.ts +30 -30
- package/lib/components/Menu/SubMenu.js +1 -1
- package/lib/components/Menu/SubMenu.js.map +1 -1
- package/lib/components/Menu/SubMenu.vue.d.ts +17 -17
- package/lib/components/Menu/index.d.ts +61 -61
- package/lib/components/Message/Message.d.ts +1 -1
- package/lib/components/Message/Message.type.d.ts +1 -1
- package/lib/components/Message/index.d.ts +1 -1
- package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/lib/components/Modal/Modal.type.d.ts +6 -6
- package/lib/components/Modal/Modal.vue.d.ts +67 -67
- package/lib/components/Modal/index.d.ts +144 -150
- package/lib/components/Notice/Notice.type.d.ts +3 -3
- package/lib/components/Notice/index.d.ts +1 -1
- package/lib/components/Notification/Notication.type.d.ts +1 -1
- package/lib/components/Notification/Notice.vue.d.ts +4 -4
- package/lib/components/Notification/Notification.vue.d.ts +4 -4
- package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/lib/components/PageHeader/index.d.ts +46 -46
- package/lib/components/Pagination/Options.d.ts +6 -5
- package/lib/components/Pagination/Pager.vue.d.ts +4 -4
- package/lib/components/Pagination/Pagination.d.ts +23 -23
- package/lib/components/Pagination/Pagination.type.d.ts +10 -10
- package/lib/components/Pagination/index.d.ts +42 -42
- package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/lib/components/PopConfirm/index.d.ts +162 -162
- package/lib/components/Popover/Popover.type.d.ts +9 -8
- package/lib/components/Popover/Popover.vue.d.ts +12 -12
- package/lib/components/Popover/index.d.ts +22 -22
- package/lib/components/Popup/Popup.d.ts +11 -11
- package/lib/components/Popup/Popup.type.d.ts +9 -8
- package/lib/components/Progress/Circle.d.ts +12 -11
- package/lib/components/Progress/Line.vue.d.ts +9 -8
- package/lib/components/Progress/Progress.type.d.ts +8 -8
- package/lib/components/Progress/Progress.vue.d.ts +25 -25
- package/lib/components/Progress/Water.vue.d.ts +5 -4
- package/lib/components/Progress/index.d.ts +51 -51
- package/lib/components/Radio/Radio.type.d.ts +16 -16
- package/lib/components/Radio/Radio.vue.d.ts +7 -7
- package/lib/components/Radio/RadioGroup.d.ts +17 -17
- package/lib/components/Radio/index.d.ts +27 -27
- package/lib/components/Rate/Rate.type.d.ts +3 -3
- package/lib/components/Rate/Rate.vue.d.ts +29 -29
- package/lib/components/Rate/Star.vue.d.ts +4 -4
- package/lib/components/Rate/index.d.ts +59 -59
- package/lib/components/Result/Result.type.d.ts +4 -4
- package/lib/components/Result/Result.vue.d.ts +6 -6
- package/lib/components/Result/index.d.ts +12 -12
- package/lib/components/Scrollbar/Thumb.d.ts +1 -1
- package/lib/components/Scrollbar/index.d.ts +1 -1
- package/lib/components/Scrollbar/utils.d.ts +4 -2
- package/lib/components/Scrollbar/utils.js +4 -2
- package/lib/components/Scrollbar/utils.js.map +1 -1
- package/lib/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/lib/components/Select/RefSelect.vue.d.ts +161 -171
- package/lib/components/Select/Select.d.ts +29 -29
- package/lib/components/Select/Select.type.d.ts +16 -15
- package/lib/components/Select/Selection/Input.vue.d.ts +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/lib/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/lib/components/Select/Selection/Single.vue.d.ts +4 -6
- package/lib/components/Select/index.d.ts +40 -40
- package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/lib/components/Skeleton/index.d.ts +5 -5
- package/lib/components/Slider/Slider.d.ts +5 -5
- package/lib/components/Slider/Slider.type.d.ts +5 -5
- package/lib/components/Slider/index.d.ts +1 -1
- package/lib/components/Space/Space.d.ts +9 -9
- package/lib/components/Space/Space.type.d.ts +8 -8
- package/lib/components/Space/index.d.ts +7 -7
- package/lib/components/Spin/Spin.js.map +1 -1
- package/lib/components/Spin/Spin.type.d.ts +7 -6
- package/lib/components/Spin/Spin.vue.d.ts +7 -7
- package/lib/components/Spin/index.d.ts +13 -13
- package/lib/components/Statistic/Statistic.type.d.ts +2 -2
- package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
- package/lib/components/Statistic/index.d.ts +62 -62
- package/lib/components/Steps/Step.vue.d.ts +8 -8
- package/lib/components/Steps/Steps.type.d.ts +12 -12
- package/lib/components/Steps/Steps.vue.d.ts +6 -6
- package/lib/components/Steps/index.d.ts +19 -19
- package/lib/components/Switch/Switch.type.d.ts +11 -10
- package/lib/components/Switch/Switch.vue.d.ts +11 -11
- package/lib/components/Switch/index.d.ts +20 -20
- package/lib/components/Table/BaseTable.vue.d.ts +340 -340
- package/lib/components/Table/BodyTable.vue.d.ts +340 -340
- package/lib/components/Table/HeadTable.vue.d.ts +340 -340
- package/lib/components/Table/Table.type.d.ts +20 -20
- package/lib/components/Table/Table.vue.d.ts +745 -745
- package/lib/components/Table/TableBox.vue.d.ts +680 -680
- package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/lib/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/lib/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/lib/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
- package/lib/components/Tabs/TabNav.js +4 -4
- package/lib/components/Tabs/TabNav.js.map +1 -1
- package/lib/components/Tabs/TabNav.vue.d.ts +27 -27
- package/lib/components/Tabs/Tabs.d.ts +59 -59
- package/lib/components/Tabs/Tabs.js +3 -3
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/Tabs.type.d.ts +29 -28
- package/lib/components/Tabs/Tabs.type.js +6 -6
- package/lib/components/Tabs/Tabs.type.js.map +1 -1
- package/lib/components/Tabs/index.d.ts +118 -118
- package/lib/components/Tag/Tag.type.d.ts +4 -4
- package/lib/components/Tag/Tag.vue.d.ts +6 -6
- package/lib/components/Tag/index.d.ts +12 -12
- package/lib/components/Text/Text.d.ts +15 -15
- package/lib/components/Text/Text.type.d.ts +10 -10
- package/lib/components/Text/index.d.ts +22 -22
- package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/lib/components/ThemePanel/index.d.ts +194 -194
- package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/lib/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/lib/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/lib/components/TimePicker/index.d.ts +386 -386
- package/lib/components/TimePicker/utils.d.ts +3 -3
- package/lib/components/Timeline/Timeline.d.ts +7 -7
- package/lib/components/Timeline/Timeline.js +1 -1
- package/lib/components/Timeline/Timeline.js.map +1 -1
- package/lib/components/Timeline/Timeline.type.d.ts +6 -6
- package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/lib/components/Timeline/index.d.ts +16 -22
- package/lib/components/Toggle/Toggle.type.d.ts +1 -1
- package/lib/components/Toggle/index.d.ts +1 -1
- package/lib/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/lib/components/Tooltip/index.d.ts +25 -25
- package/lib/components/Transfer/Operation.vue.d.ts +50 -50
- package/lib/components/Transfer/Transfer.type.d.ts +5 -5
- package/lib/components/Transfer/Transfer.vue.d.ts +636 -636
- package/lib/components/Transfer/TransferList.vue.d.ts +114 -114
- package/lib/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/lib/components/Transfer/index.d.ts +1678 -1678
- package/lib/components/Tree/SubTree.vue.d.ts +61 -61
- package/lib/components/Tree/Tree.type.d.ts +6 -6
- package/lib/components/Tree/Tree.vue.d.ts +68 -76
- package/lib/components/Tree/TreeNode.vue.d.ts +33 -33
- package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/lib/components/Tree/index.d.ts +141 -165
- package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/lib/components/TreeSelect/index.d.ts +698 -754
- package/lib/components/Upload/Upload.d.ts +4 -4
- package/lib/components/Upload/Upload.type.d.ts +13 -13
- package/lib/components/Upload/UploadList.vue.d.ts +56 -56
- package/lib/components/Upload/index.d.ts +4 -4
- package/lib/components/VirtualList/ListContent.js.map +1 -1
- package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/lib/components/VirtualList/index.d.ts +31 -35
- package/lib/components/base/CollapseTransition.d.ts +1 -1
- package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
- package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
- package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/lib/components/base/hooks/useLock.d.ts +2 -2
- package/lib/components/index.js +3 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/globalType.d.ts +8 -8
- package/lib/utils/install.d.ts +2 -2
- package/lib/utils/placements.d.ts +1 -1
- package/lib/utils/responsiveObserve.d.ts +2 -2
- package/lib/utils/slots.d.ts +2 -2
- package/lib/utils/tools.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/dropdown/index.css +1 -1
- package/styles/components/dropdown/index.less +12 -7
- package/styles/components/menu/index.css +1 -1
- package/styles/components/menu/index.less +2 -0
- package/styles/index.css +1 -1
- package/types/components/Affix/Affix.type.d.ts +3 -3
- package/types/components/Affix/Affix.vue.d.ts +2 -2
- package/types/components/Affix/index.d.ts +4 -4
- package/types/components/Alert/Alert.type.d.ts +5 -5
- package/types/components/Alert/Alert.vue.d.ts +8 -8
- package/types/components/Alert/index.d.ts +15 -15
- package/types/components/Anchor/Anchor.type.d.ts +6 -6
- package/types/components/Anchor/Anchor.vue.d.ts +3 -3
- package/types/components/Anchor/index.d.ts +8 -8
- package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
- package/types/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
- package/types/components/AutoComplete/index.d.ts +572 -632
- package/types/components/Avatar/Avatar.type.d.ts +6 -6
- package/types/components/Avatar/Avatar.vue.d.ts +13 -13
- package/types/components/Avatar/index.d.ts +25 -25
- package/types/components/BackTop/BackTop.type.d.ts +2 -2
- package/types/components/BackTop/BackTop.vue.d.ts +6 -6
- package/types/components/BackTop/index.d.ts +12 -12
- package/types/components/Badge/Badge.type.d.ts +6 -6
- package/types/components/Badge/Badge.vue.d.ts +5 -4
- package/types/components/Badge/index.d.ts +7 -7
- package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
- package/types/components/Breadcrumb/index.d.ts +2 -2
- package/types/components/Button/Button.type.d.ts +21 -21
- package/types/components/Button/Button.vue.d.ts +24 -24
- package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
- package/types/components/Button/index.d.ts +50 -50
- package/types/components/Calendar/Calendar.type.d.ts +9 -9
- package/types/components/Calendar/Calendar.vue.d.ts +180 -180
- package/types/components/Calendar/Header.vue.d.ts +81 -81
- package/types/components/Calendar/index.d.ts +381 -381
- package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
- package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
- package/types/components/Card/Card.d.ts +8 -8
- package/types/components/Card/Card.type.d.ts +4 -4
- package/types/components/Card/CardMeta.vue.d.ts +25 -25
- package/types/components/Card/index.d.ts +41 -41
- package/types/components/Carousel/Carousel.type.d.ts +15 -15
- package/types/components/Carousel/Carousel.vue.d.ts +19 -19
- package/types/components/Carousel/index.d.ts +43 -43
- package/types/components/Cascader/Cascader.d.ts +40 -40
- package/types/components/Cascader/Cascader.type.d.ts +24 -23
- package/types/components/Cascader/CascaderMenu.d.ts +2 -2
- package/types/components/Cascader/index.d.ts +37 -37
- package/types/components/Checkbox/Checkbox.type.d.ts +14 -14
- package/types/components/Checkbox/Checkbox.vue.d.ts +4 -4
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
- package/types/components/Checkbox/index.d.ts +27 -27
- package/types/components/Collapse/Collapse.vue.d.ts +4 -4
- package/types/components/Collapse/Collpapse.type.d.ts +6 -6
- package/types/components/Collapse/Panel.vue.d.ts +5 -23
- package/types/components/Collapse/index.d.ts +13 -31
- package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
- package/types/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
- package/types/components/ColorPicker/index.d.ts +248 -248
- package/types/components/Comment/index.d.ts +1 -1
- package/types/components/ConfigProvider/index.d.ts +8 -2
- package/types/components/DatePicker/DatePicker.type.d.ts +17 -16
- package/types/components/DatePicker/DatePicker.vue.d.ts +507 -507
- package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
- package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
- package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
- package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
- package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
- package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
- package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
- package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
- package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +1016 -1016
- package/types/components/DatePicker/utils.d.ts +3 -3
- package/types/components/Divider/Divider.type.d.ts +9 -9
- package/types/components/Divider/Divider.vue.d.ts +9 -9
- package/types/components/Divider/index.d.ts +16 -16
- package/types/components/Drawer/Drawer.d.ts +14 -13
- package/types/components/Drawer/Drawer.type.d.ts +10 -10
- package/types/components/Drawer/index.d.ts +9 -9
- package/types/components/Dropdown/Dropdown.type.d.ts +18 -13
- package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
- package/types/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/types/components/Dropdown/DropdownTrigger.d.ts +20 -19
- package/types/components/Dropdown/index.d.ts +30 -30
- package/types/components/Empty/Empty.d.ts +14 -14
- package/types/components/Empty/Empty.type.d.ts +5 -5
- package/types/components/Empty/index.d.ts +27 -27
- package/types/components/Form/Form.type.d.ts +12 -12
- package/types/components/Form/Form.vue.d.ts +10 -10
- package/types/components/Form/FormItem.d.ts +8 -8
- package/types/components/Form/index.d.ts +25 -25
- package/types/components/Grid/Grid.type.d.ts +11 -11
- package/types/components/Grid/Row.vue.d.ts +4 -4
- package/types/components/Grid/index.d.ts +5 -5
- package/types/components/Icon/Icon.type.d.ts +3 -3
- package/types/components/Icon/Icon.vue.d.ts +2 -2
- package/types/components/Icon/index.d.ts +4 -4
- package/types/components/Image/Image.type.d.ts +6 -6
- package/types/components/Image/Image.vue.d.ts +6 -6
- package/types/components/Image/ImgViewer.vue.d.ts +4 -4
- package/types/components/Image/index.d.ts +17 -17
- package/types/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
- package/types/components/InfoView/Cell.d.ts +2 -2
- package/types/components/InfoView/InfoView.type.d.ts +9 -8
- package/types/components/InfoView/InfoView.vue.d.ts +14 -14
- package/types/components/InfoView/Row.d.ts +2 -2
- package/types/components/InfoView/index.d.ts +33 -33
- package/types/components/Input/Input.d.ts +34 -34
- package/types/components/Input/Input.type.d.ts +11 -11
- package/types/components/Input/index.d.ts +39 -39
- package/types/components/InputNumber/InputNumber.d.ts +83 -83
- package/types/components/InputNumber/InputNumber.type.d.ts +12 -11
- package/types/components/InputNumber/SingleInput.d.ts +23 -22
- package/types/components/InputNumber/index.d.ts +109 -109
- package/types/components/InputNumber/utils.d.ts +2 -2
- package/types/components/Layout/Layout.type.d.ts +5 -4
- package/types/components/Layout/Sider.vue.d.ts +8 -8
- package/types/components/Layout/index.d.ts +10 -10
- package/types/components/Link/Link.type.d.ts +5 -5
- package/types/components/Link/Link.vue.d.ts +10 -10
- package/types/components/Link/index.d.ts +18 -18
- package/types/components/List/List.type.d.ts +11 -10
- package/types/components/List/List.vue.d.ts +49 -53
- package/types/components/List/ListItem.d.ts +3 -3
- package/types/components/List/ListItemMeta.vue.d.ts +25 -25
- package/types/components/List/index.d.ts +161 -169
- package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
- package/types/components/LoadingBar/index.d.ts +1 -1
- package/types/components/Mask/Mask.d.ts +1 -1
- package/types/components/Mask/Mask.type.d.ts +3 -3
- package/types/components/Mask/index.d.ts +1 -1
- package/types/components/Mention/Mentions.type.d.ts +3 -3
- package/types/components/Menu/Menu.d.ts +6 -6
- package/types/components/Menu/Menu.type.d.ts +20 -20
- package/types/components/Menu/MenuItem.vue.d.ts +30 -30
- package/types/components/Menu/SubMenu.vue.d.ts +17 -17
- package/types/components/Menu/index.d.ts +61 -61
- package/types/components/Message/Message.d.ts +1 -1
- package/types/components/Message/Message.type.d.ts +1 -1
- package/types/components/Message/index.d.ts +1 -1
- package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
- package/types/components/Modal/Modal.type.d.ts +6 -6
- package/types/components/Modal/Modal.vue.d.ts +67 -67
- package/types/components/Modal/index.d.ts +144 -150
- package/types/components/Notice/Notice.type.d.ts +3 -3
- package/types/components/Notice/index.d.ts +1 -1
- package/types/components/Notification/Notication.type.d.ts +1 -1
- package/types/components/Notification/Notice.vue.d.ts +4 -4
- package/types/components/Notification/Notification.vue.d.ts +4 -4
- package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
- package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
- package/types/components/PageHeader/index.d.ts +46 -46
- package/types/components/Pagination/Options.d.ts +6 -5
- package/types/components/Pagination/Pager.vue.d.ts +4 -4
- package/types/components/Pagination/Pagination.d.ts +23 -23
- package/types/components/Pagination/Pagination.type.d.ts +10 -10
- package/types/components/Pagination/index.d.ts +42 -42
- package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
- package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
- package/types/components/PopConfirm/index.d.ts +162 -162
- package/types/components/Popover/Popover.type.d.ts +9 -8
- package/types/components/Popover/Popover.vue.d.ts +12 -12
- package/types/components/Popover/index.d.ts +22 -22
- package/types/components/Popup/Popup.d.ts +11 -11
- package/types/components/Popup/Popup.type.d.ts +9 -8
- package/types/components/Progress/Circle.d.ts +12 -11
- package/types/components/Progress/Line.vue.d.ts +9 -8
- package/types/components/Progress/Progress.type.d.ts +8 -8
- package/types/components/Progress/Progress.vue.d.ts +25 -25
- package/types/components/Progress/Water.vue.d.ts +5 -4
- package/types/components/Progress/index.d.ts +51 -51
- package/types/components/Radio/Radio.type.d.ts +16 -16
- package/types/components/Radio/Radio.vue.d.ts +7 -7
- package/types/components/Radio/RadioGroup.d.ts +17 -17
- package/types/components/Radio/index.d.ts +27 -27
- package/types/components/Rate/Rate.type.d.ts +3 -3
- package/types/components/Rate/Rate.vue.d.ts +29 -29
- package/types/components/Rate/Star.vue.d.ts +4 -4
- package/types/components/Rate/index.d.ts +59 -59
- package/types/components/Result/Result.type.d.ts +4 -4
- package/types/components/Result/Result.vue.d.ts +6 -6
- package/types/components/Result/index.d.ts +12 -12
- package/types/components/Scrollbar/Thumb.d.ts +1 -1
- package/types/components/Scrollbar/index.d.ts +1 -1
- package/types/components/Scrollbar/utils.d.ts +4 -2
- package/types/components/Select/DropdownMenu.vue.d.ts +39 -45
- package/types/components/Select/RefSelect.vue.d.ts +161 -171
- package/types/components/Select/Select.d.ts +29 -29
- package/types/components/Select/Select.type.d.ts +16 -15
- package/types/components/Select/Selection/Input.vue.d.ts +1 -1
- package/types/components/Select/Selection/Multiple.vue.d.ts +27 -29
- package/types/components/Select/Selection/Selection.vue.d.ts +38 -42
- package/types/components/Select/Selection/Single.vue.d.ts +4 -6
- package/types/components/Select/index.d.ts +40 -40
- package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
- package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
- package/types/components/Skeleton/index.d.ts +5 -5
- package/types/components/Slider/Slider.d.ts +5 -5
- package/types/components/Slider/Slider.type.d.ts +5 -5
- package/types/components/Slider/index.d.ts +1 -1
- package/types/components/Space/Space.d.ts +9 -9
- package/types/components/Space/Space.type.d.ts +8 -8
- package/types/components/Space/index.d.ts +7 -7
- package/types/components/Spin/Spin.type.d.ts +7 -6
- package/types/components/Spin/Spin.vue.d.ts +7 -7
- package/types/components/Spin/index.d.ts +13 -13
- package/types/components/Statistic/Statistic.type.d.ts +2 -2
- package/types/components/Statistic/Statistic.vue.d.ts +31 -31
- package/types/components/Statistic/index.d.ts +62 -62
- package/types/components/Steps/Step.vue.d.ts +8 -8
- package/types/components/Steps/Steps.type.d.ts +12 -12
- package/types/components/Steps/Steps.vue.d.ts +6 -6
- package/types/components/Steps/index.d.ts +19 -19
- package/types/components/Switch/Switch.type.d.ts +11 -10
- package/types/components/Switch/Switch.vue.d.ts +11 -11
- package/types/components/Switch/index.d.ts +20 -20
- package/types/components/Table/BaseTable.vue.d.ts +340 -340
- package/types/components/Table/BodyTable.vue.d.ts +340 -340
- package/types/components/Table/HeadTable.vue.d.ts +340 -340
- package/types/components/Table/Table.type.d.ts +20 -20
- package/types/components/Table/Table.vue.d.ts +745 -745
- package/types/components/Table/TableBox.vue.d.ts +680 -680
- package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
- package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
- package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
- package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
- package/types/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
- package/types/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
- package/types/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
- package/types/components/Tabs/TabBar.vue.d.ts +3 -3
- package/types/components/Tabs/TabNav.vue.d.ts +27 -27
- package/types/components/Tabs/Tabs.d.ts +59 -59
- package/types/components/Tabs/Tabs.type.d.ts +29 -28
- package/types/components/Tabs/index.d.ts +118 -118
- package/types/components/Tag/Tag.type.d.ts +4 -4
- package/types/components/Tag/Tag.vue.d.ts +6 -6
- package/types/components/Tag/index.d.ts +12 -12
- package/types/components/Text/Text.d.ts +15 -15
- package/types/components/Text/Text.type.d.ts +10 -10
- package/types/components/Text/index.d.ts +22 -22
- package/types/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
- package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
- package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
- package/types/components/ThemePanel/index.d.ts +194 -194
- package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
- package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
- package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
- package/types/components/TimePicker/TimePicker.type.d.ts +13 -12
- package/types/components/TimePicker/TimePicker.vue.d.ts +174 -174
- package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
- package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
- package/types/components/TimePicker/index.d.ts +386 -386
- package/types/components/TimePicker/utils.d.ts +3 -3
- package/types/components/Timeline/Timeline.d.ts +7 -7
- package/types/components/Timeline/Timeline.type.d.ts +6 -6
- package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
- package/types/components/Timeline/index.d.ts +16 -22
- package/types/components/Toggle/Toggle.type.d.ts +1 -1
- package/types/components/Toggle/index.d.ts +1 -1
- package/types/components/Tooltip/Tooltip.type.d.ts +9 -8
- package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
- package/types/components/Tooltip/index.d.ts +25 -25
- package/types/components/Transfer/Operation.vue.d.ts +50 -50
- package/types/components/Transfer/Transfer.type.d.ts +5 -5
- package/types/components/Transfer/Transfer.vue.d.ts +636 -636
- package/types/components/Transfer/TransferList.vue.d.ts +114 -114
- package/types/components/Transfer/TransferListItem.vue.d.ts +27 -27
- package/types/components/Transfer/index.d.ts +1678 -1678
- package/types/components/Tree/SubTree.vue.d.ts +61 -61
- package/types/components/Tree/Tree.type.d.ts +6 -6
- package/types/components/Tree/Tree.vue.d.ts +68 -76
- package/types/components/Tree/TreeNode.vue.d.ts +33 -33
- package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
- package/types/components/Tree/index.d.ts +141 -165
- package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
- package/types/components/TreeSelect/index.d.ts +698 -754
- package/types/components/Upload/Upload.d.ts +4 -4
- package/types/components/Upload/Upload.type.d.ts +13 -13
- package/types/components/Upload/UploadList.vue.d.ts +56 -56
- package/types/components/Upload/index.d.ts +4 -4
- package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
- package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
- package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
- package/types/components/VirtualList/index.d.ts +31 -35
- package/types/components/base/CollapseTransition.d.ts +1 -1
- package/types/components/base/RenderEmpty.vue.d.ts +6 -6
- package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
- package/types/components/base/hooks/useDelaySet.d.ts +3 -3
- package/types/components/base/hooks/useGlobalConfig.d.ts +1 -1
- package/types/components/base/hooks/useLock.d.ts +2 -2
- package/types/index.d.ts +1 -1
- package/types/utils/globalType.d.ts +8 -8
- package/types/utils/install.d.ts +2 -2
- package/types/utils/placements.d.ts +1 -1
- package/types/utils/responsiveObserve.d.ts +2 -2
- package/types/utils/slots.d.ts +2 -2
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +41 -25
- package/uxd-ui.umd.js +43 -24
- package/uxd-ui.umd.min.js +6 -6
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
4
4
|
loading: boolean;
|
|
5
5
|
required: boolean;
|
|
6
|
-
size: "
|
|
6
|
+
size: "default" | "small" | "large";
|
|
7
7
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -25,8 +25,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
prefixIcon?: unknown;
|
|
26
26
|
suffixIcon?: unknown;
|
|
27
27
|
label?: string;
|
|
28
|
-
options?: import("
|
|
29
|
-
filterMethod?: import("
|
|
28
|
+
options?: import("@koi-design/uxd-ui/es/index").SelectOption[];
|
|
29
|
+
filterMethod?: import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
30
30
|
filterProp?: string;
|
|
31
31
|
dropdownMenuClass?: string;
|
|
32
32
|
notFoundText?: string;
|
|
@@ -46,8 +46,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
type: StringConstructor;
|
|
47
47
|
};
|
|
48
48
|
options: {
|
|
49
|
-
type: import("vue").PropType<import("
|
|
50
|
-
default: () => import("
|
|
49
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
50
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
51
51
|
};
|
|
52
52
|
searchValue: {
|
|
53
53
|
type: StringConstructor;
|
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
59
|
values: {
|
|
60
|
-
type: import("vue").PropType<import("
|
|
60
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
61
61
|
};
|
|
62
62
|
open: {
|
|
63
63
|
type: BooleanConstructor;
|
|
@@ -90,7 +90,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
default: number;
|
|
91
91
|
};
|
|
92
92
|
width: {
|
|
93
|
-
type: import("vue").PropType<number | "
|
|
93
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
94
94
|
default: string;
|
|
95
95
|
};
|
|
96
96
|
direction: {
|
|
@@ -118,27 +118,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
118
|
selectAllText: import("vue").ComputedRef<string>;
|
|
119
119
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
120
120
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
121
|
-
onSelectValue: (item: import("
|
|
121
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
122
122
|
onKeydown: (e: KeyboardEvent) => void;
|
|
123
123
|
scrollTop: (index: number) => void;
|
|
124
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
125
|
-
[key: string]: any;
|
|
126
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
124
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
127
125
|
[key: string]: any;
|
|
128
126
|
}>;
|
|
129
127
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
130
|
-
isItemSelected: (item: import("
|
|
131
|
-
isItemDisabled: (item: import("
|
|
128
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
129
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
132
130
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
133
131
|
onScrollAtTop: () => void;
|
|
134
132
|
onScrollAtBottom: () => void;
|
|
135
133
|
handleSelectAllChange: (status: boolean) => void;
|
|
136
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
134
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
137
135
|
direction: "ltr" | "rtl";
|
|
138
136
|
size: string;
|
|
139
137
|
width: number | "container" | "auto";
|
|
140
138
|
virtual: boolean;
|
|
141
|
-
options: import("
|
|
139
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
142
140
|
multiple: boolean;
|
|
143
141
|
open: boolean;
|
|
144
142
|
defaultActiveFirst: boolean;
|
|
@@ -197,8 +195,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
195
|
}>, {
|
|
198
196
|
state: {
|
|
199
197
|
dragging: boolean;
|
|
200
|
-
pageY: number;
|
|
201
|
-
startTop: number;
|
|
198
|
+
pageY: number | null;
|
|
199
|
+
startTop: number | null;
|
|
202
200
|
visible: boolean;
|
|
203
201
|
mouseOver: boolean;
|
|
204
202
|
};
|
|
@@ -250,8 +248,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
248
|
}>, {
|
|
251
249
|
state: {
|
|
252
250
|
dragging: boolean;
|
|
253
|
-
pageY: number;
|
|
254
|
-
startTop: number;
|
|
251
|
+
pageY: number | null;
|
|
252
|
+
startTop: number | null;
|
|
255
253
|
visible: boolean;
|
|
256
254
|
mouseOver: boolean;
|
|
257
255
|
};
|
|
@@ -296,8 +294,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
294
|
}>, {
|
|
297
295
|
state: {
|
|
298
296
|
dragging: boolean;
|
|
299
|
-
pageY: number;
|
|
300
|
-
startTop: number;
|
|
297
|
+
pageY: number | null;
|
|
298
|
+
startTop: number | null;
|
|
301
299
|
visible: boolean;
|
|
302
300
|
mouseOver: boolean;
|
|
303
301
|
};
|
|
@@ -349,8 +347,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
349
347
|
}>, {
|
|
350
348
|
state: {
|
|
351
349
|
dragging: boolean;
|
|
352
|
-
pageY: number;
|
|
353
|
-
startTop: number;
|
|
350
|
+
pageY: number | null;
|
|
351
|
+
startTop: number | null;
|
|
354
352
|
visible: boolean;
|
|
355
353
|
mouseOver: boolean;
|
|
356
354
|
};
|
|
@@ -445,9 +443,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
445
443
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
446
444
|
ListItem: {
|
|
447
445
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
448
|
-
slots:
|
|
449
|
-
[name: string]: import("vue").Slot<any>;
|
|
450
|
-
}>;
|
|
446
|
+
slots: import("vue").Slots;
|
|
451
447
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
452
448
|
[key: string]: any;
|
|
453
449
|
}>;
|
|
@@ -480,8 +476,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
480
476
|
}>, {
|
|
481
477
|
state: {
|
|
482
478
|
dragging: boolean;
|
|
483
|
-
pageY: number;
|
|
484
|
-
startTop: number;
|
|
479
|
+
pageY: number | null;
|
|
480
|
+
startTop: number | null;
|
|
485
481
|
visible: boolean;
|
|
486
482
|
mouseOver: boolean;
|
|
487
483
|
};
|
|
@@ -581,8 +577,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
581
577
|
}>, {
|
|
582
578
|
state: {
|
|
583
579
|
dragging: boolean;
|
|
584
|
-
pageY: number;
|
|
585
|
-
startTop: number;
|
|
580
|
+
pageY: number | null;
|
|
581
|
+
startTop: number | null;
|
|
586
582
|
visible: boolean;
|
|
587
583
|
mouseOver: boolean;
|
|
588
584
|
};
|
|
@@ -634,8 +630,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
634
630
|
}>, {
|
|
635
631
|
state: {
|
|
636
632
|
dragging: boolean;
|
|
637
|
-
pageY: number;
|
|
638
|
-
startTop: number;
|
|
633
|
+
pageY: number | null;
|
|
634
|
+
startTop: number | null;
|
|
639
635
|
visible: boolean;
|
|
640
636
|
mouseOver: boolean;
|
|
641
637
|
};
|
|
@@ -680,8 +676,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
680
676
|
}>, {
|
|
681
677
|
state: {
|
|
682
678
|
dragging: boolean;
|
|
683
|
-
pageY: number;
|
|
684
|
-
startTop: number;
|
|
679
|
+
pageY: number | null;
|
|
680
|
+
startTop: number | null;
|
|
685
681
|
visible: boolean;
|
|
686
682
|
mouseOver: boolean;
|
|
687
683
|
};
|
|
@@ -733,8 +729,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
733
729
|
}>, {
|
|
734
730
|
state: {
|
|
735
731
|
dragging: boolean;
|
|
736
|
-
pageY: number;
|
|
737
|
-
startTop: number;
|
|
732
|
+
pageY: number | null;
|
|
733
|
+
startTop: number | null;
|
|
738
734
|
visible: boolean;
|
|
739
735
|
mouseOver: boolean;
|
|
740
736
|
};
|
|
@@ -826,8 +822,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
826
822
|
}>, {
|
|
827
823
|
state: {
|
|
828
824
|
dragging: boolean;
|
|
829
|
-
pageY: number;
|
|
830
|
-
startTop: number;
|
|
825
|
+
pageY: number | null;
|
|
826
|
+
startTop: number | null;
|
|
831
827
|
visible: boolean;
|
|
832
828
|
mouseOver: boolean;
|
|
833
829
|
};
|
|
@@ -879,8 +875,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
879
875
|
}>, {
|
|
880
876
|
state: {
|
|
881
877
|
dragging: boolean;
|
|
882
|
-
pageY: number;
|
|
883
|
-
startTop: number;
|
|
878
|
+
pageY: number | null;
|
|
879
|
+
startTop: number | null;
|
|
884
880
|
visible: boolean;
|
|
885
881
|
mouseOver: boolean;
|
|
886
882
|
};
|
|
@@ -925,8 +921,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
925
921
|
}>, {
|
|
926
922
|
state: {
|
|
927
923
|
dragging: boolean;
|
|
928
|
-
pageY: number;
|
|
929
|
-
startTop: number;
|
|
924
|
+
pageY: number | null;
|
|
925
|
+
startTop: number | null;
|
|
930
926
|
visible: boolean;
|
|
931
927
|
mouseOver: boolean;
|
|
932
928
|
};
|
|
@@ -978,8 +974,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
978
974
|
}>, {
|
|
979
975
|
state: {
|
|
980
976
|
dragging: boolean;
|
|
981
|
-
pageY: number;
|
|
982
|
-
startTop: number;
|
|
977
|
+
pageY: number | null;
|
|
978
|
+
startTop: number | null;
|
|
983
979
|
visible: boolean;
|
|
984
980
|
mouseOver: boolean;
|
|
985
981
|
};
|
|
@@ -1074,9 +1070,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
1070
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1075
1071
|
ListItem: {
|
|
1076
1072
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
1077
|
-
slots:
|
|
1078
|
-
[name: string]: import("vue").Slot<any>;
|
|
1079
|
-
}>;
|
|
1073
|
+
slots: import("vue").Slots;
|
|
1080
1074
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1081
1075
|
[key: string]: any;
|
|
1082
1076
|
}>;
|
|
@@ -1109,8 +1103,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1109
1103
|
}>, {
|
|
1110
1104
|
state: {
|
|
1111
1105
|
dragging: boolean;
|
|
1112
|
-
pageY: number;
|
|
1113
|
-
startTop: number;
|
|
1106
|
+
pageY: number | null;
|
|
1107
|
+
startTop: number | null;
|
|
1114
1108
|
visible: boolean;
|
|
1115
1109
|
mouseOver: boolean;
|
|
1116
1110
|
};
|
|
@@ -1153,7 +1147,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1153
1147
|
scrollHeight: number;
|
|
1154
1148
|
count: number;
|
|
1155
1149
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1156
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1150
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1157
1151
|
Render: {
|
|
1158
1152
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1159
1153
|
props: {
|
|
@@ -1176,7 +1170,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1176
1170
|
default: string;
|
|
1177
1171
|
};
|
|
1178
1172
|
icon: {
|
|
1179
|
-
type: import("vue").PropType<import("
|
|
1173
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1180
1174
|
};
|
|
1181
1175
|
}>> & Readonly<{
|
|
1182
1176
|
onClick?: (ev: Event) => any;
|
|
@@ -1223,7 +1217,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1223
1217
|
default: string;
|
|
1224
1218
|
};
|
|
1225
1219
|
icon: {
|
|
1226
|
-
type: import("vue").PropType<import("
|
|
1220
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1227
1221
|
};
|
|
1228
1222
|
}>> & Readonly<{
|
|
1229
1223
|
onClick?: (ev: Event) => any;
|
|
@@ -1265,7 +1259,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1265
1259
|
default: string;
|
|
1266
1260
|
};
|
|
1267
1261
|
icon: {
|
|
1268
|
-
type: import("vue").PropType<import("
|
|
1262
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
1269
1263
|
};
|
|
1270
1264
|
}>> & Readonly<{
|
|
1271
1265
|
onClick?: (ev: Event) => any;
|
|
@@ -1292,7 +1286,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1292
1286
|
}, string, {
|
|
1293
1287
|
color: string;
|
|
1294
1288
|
spin: boolean;
|
|
1295
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
1289
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
1296
1290
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1297
1291
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1298
1292
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1310,8 +1304,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1310
1304
|
type: StringConstructor;
|
|
1311
1305
|
};
|
|
1312
1306
|
options: {
|
|
1313
|
-
type: import("vue").PropType<import("
|
|
1314
|
-
default: () => import("
|
|
1307
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
1308
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1315
1309
|
};
|
|
1316
1310
|
searchValue: {
|
|
1317
1311
|
type: StringConstructor;
|
|
@@ -1321,7 +1315,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1321
1315
|
default: boolean;
|
|
1322
1316
|
};
|
|
1323
1317
|
values: {
|
|
1324
|
-
type: import("vue").PropType<import("
|
|
1318
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
1325
1319
|
};
|
|
1326
1320
|
open: {
|
|
1327
1321
|
type: BooleanConstructor;
|
|
@@ -1354,7 +1348,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1354
1348
|
default: number;
|
|
1355
1349
|
};
|
|
1356
1350
|
width: {
|
|
1357
|
-
type: import("vue").PropType<number | "
|
|
1351
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
1358
1352
|
default: string;
|
|
1359
1353
|
};
|
|
1360
1354
|
direction: {
|
|
@@ -1382,17 +1376,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1382
1376
|
selectAllText: import("vue").ComputedRef<string>;
|
|
1383
1377
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
1384
1378
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
1385
|
-
onSelectValue: (item: import("
|
|
1379
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
1386
1380
|
onKeydown: (e: KeyboardEvent) => void;
|
|
1387
1381
|
scrollTop: (index: number) => void;
|
|
1388
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1389
|
-
[key: string]: any;
|
|
1390
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1382
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1391
1383
|
[key: string]: any;
|
|
1392
1384
|
}>;
|
|
1393
1385
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
1394
|
-
isItemSelected: (item: import("
|
|
1395
|
-
isItemDisabled: (item: import("
|
|
1386
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1387
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1396
1388
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
1397
1389
|
onScrollAtTop: () => void;
|
|
1398
1390
|
onScrollAtBottom: () => void;
|
|
@@ -1402,7 +1394,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1402
1394
|
size: string;
|
|
1403
1395
|
width: number | "container" | "auto";
|
|
1404
1396
|
virtual: boolean;
|
|
1405
|
-
options: import("
|
|
1397
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1406
1398
|
multiple: boolean;
|
|
1407
1399
|
open: boolean;
|
|
1408
1400
|
defaultActiveFirst: boolean;
|
|
@@ -1417,8 +1409,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1417
1409
|
type: StringConstructor;
|
|
1418
1410
|
};
|
|
1419
1411
|
options: {
|
|
1420
|
-
type: import("vue").PropType<import("
|
|
1421
|
-
default: () => import("
|
|
1412
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
1413
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1422
1414
|
};
|
|
1423
1415
|
searchValue: {
|
|
1424
1416
|
type: StringConstructor;
|
|
@@ -1428,7 +1420,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1428
1420
|
default: boolean;
|
|
1429
1421
|
};
|
|
1430
1422
|
values: {
|
|
1431
|
-
type: import("vue").PropType<import("
|
|
1423
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
1432
1424
|
};
|
|
1433
1425
|
open: {
|
|
1434
1426
|
type: BooleanConstructor;
|
|
@@ -1461,7 +1453,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1461
1453
|
default: number;
|
|
1462
1454
|
};
|
|
1463
1455
|
width: {
|
|
1464
|
-
type: import("vue").PropType<number | "
|
|
1456
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
1465
1457
|
default: string;
|
|
1466
1458
|
};
|
|
1467
1459
|
direction: {
|
|
@@ -1489,27 +1481,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1489
1481
|
selectAllText: import("vue").ComputedRef<string>;
|
|
1490
1482
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
1491
1483
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
1492
|
-
onSelectValue: (item: import("
|
|
1484
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
1493
1485
|
onKeydown: (e: KeyboardEvent) => void;
|
|
1494
1486
|
scrollTop: (index: number) => void;
|
|
1495
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1496
|
-
[key: string]: any;
|
|
1497
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1487
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1498
1488
|
[key: string]: any;
|
|
1499
1489
|
}>;
|
|
1500
1490
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
1501
|
-
isItemSelected: (item: import("
|
|
1502
|
-
isItemDisabled: (item: import("
|
|
1491
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1492
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
1503
1493
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
1504
1494
|
onScrollAtTop: () => void;
|
|
1505
1495
|
onScrollAtBottom: () => void;
|
|
1506
1496
|
handleSelectAllChange: (status: boolean) => void;
|
|
1507
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
1497
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], import("vue").PublicProps, {
|
|
1508
1498
|
direction: "ltr" | "rtl";
|
|
1509
1499
|
size: string;
|
|
1510
1500
|
width: number | "container" | "auto";
|
|
1511
1501
|
virtual: boolean;
|
|
1512
|
-
options: import("
|
|
1502
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
1513
1503
|
multiple: boolean;
|
|
1514
1504
|
open: boolean;
|
|
1515
1505
|
defaultActiveFirst: boolean;
|
|
@@ -1568,8 +1558,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1568
1558
|
}>, {
|
|
1569
1559
|
state: {
|
|
1570
1560
|
dragging: boolean;
|
|
1571
|
-
pageY: number;
|
|
1572
|
-
startTop: number;
|
|
1561
|
+
pageY: number | null;
|
|
1562
|
+
startTop: number | null;
|
|
1573
1563
|
visible: boolean;
|
|
1574
1564
|
mouseOver: boolean;
|
|
1575
1565
|
};
|
|
@@ -1621,8 +1611,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1621
1611
|
}>, {
|
|
1622
1612
|
state: {
|
|
1623
1613
|
dragging: boolean;
|
|
1624
|
-
pageY: number;
|
|
1625
|
-
startTop: number;
|
|
1614
|
+
pageY: number | null;
|
|
1615
|
+
startTop: number | null;
|
|
1626
1616
|
visible: boolean;
|
|
1627
1617
|
mouseOver: boolean;
|
|
1628
1618
|
};
|
|
@@ -1667,8 +1657,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1667
1657
|
}>, {
|
|
1668
1658
|
state: {
|
|
1669
1659
|
dragging: boolean;
|
|
1670
|
-
pageY: number;
|
|
1671
|
-
startTop: number;
|
|
1660
|
+
pageY: number | null;
|
|
1661
|
+
startTop: number | null;
|
|
1672
1662
|
visible: boolean;
|
|
1673
1663
|
mouseOver: boolean;
|
|
1674
1664
|
};
|
|
@@ -1720,8 +1710,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1720
1710
|
}>, {
|
|
1721
1711
|
state: {
|
|
1722
1712
|
dragging: boolean;
|
|
1723
|
-
pageY: number;
|
|
1724
|
-
startTop: number;
|
|
1713
|
+
pageY: number | null;
|
|
1714
|
+
startTop: number | null;
|
|
1725
1715
|
visible: boolean;
|
|
1726
1716
|
mouseOver: boolean;
|
|
1727
1717
|
};
|
|
@@ -1816,9 +1806,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1816
1806
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1817
1807
|
ListItem: {
|
|
1818
1808
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
1819
|
-
slots:
|
|
1820
|
-
[name: string]: import("vue").Slot<any>;
|
|
1821
|
-
}>;
|
|
1809
|
+
slots: import("vue").Slots;
|
|
1822
1810
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1823
1811
|
[key: string]: any;
|
|
1824
1812
|
}>;
|
|
@@ -1851,8 +1839,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1851
1839
|
}>, {
|
|
1852
1840
|
state: {
|
|
1853
1841
|
dragging: boolean;
|
|
1854
|
-
pageY: number;
|
|
1855
|
-
startTop: number;
|
|
1842
|
+
pageY: number | null;
|
|
1843
|
+
startTop: number | null;
|
|
1856
1844
|
visible: boolean;
|
|
1857
1845
|
mouseOver: boolean;
|
|
1858
1846
|
};
|
|
@@ -1952,8 +1940,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1952
1940
|
}>, {
|
|
1953
1941
|
state: {
|
|
1954
1942
|
dragging: boolean;
|
|
1955
|
-
pageY: number;
|
|
1956
|
-
startTop: number;
|
|
1943
|
+
pageY: number | null;
|
|
1944
|
+
startTop: number | null;
|
|
1957
1945
|
visible: boolean;
|
|
1958
1946
|
mouseOver: boolean;
|
|
1959
1947
|
};
|
|
@@ -2005,8 +1993,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2005
1993
|
}>, {
|
|
2006
1994
|
state: {
|
|
2007
1995
|
dragging: boolean;
|
|
2008
|
-
pageY: number;
|
|
2009
|
-
startTop: number;
|
|
1996
|
+
pageY: number | null;
|
|
1997
|
+
startTop: number | null;
|
|
2010
1998
|
visible: boolean;
|
|
2011
1999
|
mouseOver: boolean;
|
|
2012
2000
|
};
|
|
@@ -2051,8 +2039,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2051
2039
|
}>, {
|
|
2052
2040
|
state: {
|
|
2053
2041
|
dragging: boolean;
|
|
2054
|
-
pageY: number;
|
|
2055
|
-
startTop: number;
|
|
2042
|
+
pageY: number | null;
|
|
2043
|
+
startTop: number | null;
|
|
2056
2044
|
visible: boolean;
|
|
2057
2045
|
mouseOver: boolean;
|
|
2058
2046
|
};
|
|
@@ -2104,8 +2092,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2104
2092
|
}>, {
|
|
2105
2093
|
state: {
|
|
2106
2094
|
dragging: boolean;
|
|
2107
|
-
pageY: number;
|
|
2108
|
-
startTop: number;
|
|
2095
|
+
pageY: number | null;
|
|
2096
|
+
startTop: number | null;
|
|
2109
2097
|
visible: boolean;
|
|
2110
2098
|
mouseOver: boolean;
|
|
2111
2099
|
};
|
|
@@ -2197,8 +2185,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2197
2185
|
}>, {
|
|
2198
2186
|
state: {
|
|
2199
2187
|
dragging: boolean;
|
|
2200
|
-
pageY: number;
|
|
2201
|
-
startTop: number;
|
|
2188
|
+
pageY: number | null;
|
|
2189
|
+
startTop: number | null;
|
|
2202
2190
|
visible: boolean;
|
|
2203
2191
|
mouseOver: boolean;
|
|
2204
2192
|
};
|
|
@@ -2250,8 +2238,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2250
2238
|
}>, {
|
|
2251
2239
|
state: {
|
|
2252
2240
|
dragging: boolean;
|
|
2253
|
-
pageY: number;
|
|
2254
|
-
startTop: number;
|
|
2241
|
+
pageY: number | null;
|
|
2242
|
+
startTop: number | null;
|
|
2255
2243
|
visible: boolean;
|
|
2256
2244
|
mouseOver: boolean;
|
|
2257
2245
|
};
|
|
@@ -2296,8 +2284,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2296
2284
|
}>, {
|
|
2297
2285
|
state: {
|
|
2298
2286
|
dragging: boolean;
|
|
2299
|
-
pageY: number;
|
|
2300
|
-
startTop: number;
|
|
2287
|
+
pageY: number | null;
|
|
2288
|
+
startTop: number | null;
|
|
2301
2289
|
visible: boolean;
|
|
2302
2290
|
mouseOver: boolean;
|
|
2303
2291
|
};
|
|
@@ -2349,8 +2337,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2349
2337
|
}>, {
|
|
2350
2338
|
state: {
|
|
2351
2339
|
dragging: boolean;
|
|
2352
|
-
pageY: number;
|
|
2353
|
-
startTop: number;
|
|
2340
|
+
pageY: number | null;
|
|
2341
|
+
startTop: number | null;
|
|
2354
2342
|
visible: boolean;
|
|
2355
2343
|
mouseOver: boolean;
|
|
2356
2344
|
};
|
|
@@ -2445,9 +2433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2445
2433
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2446
2434
|
ListItem: {
|
|
2447
2435
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
2448
|
-
slots:
|
|
2449
|
-
[name: string]: import("vue").Slot<any>;
|
|
2450
|
-
}>;
|
|
2436
|
+
slots: import("vue").Slots;
|
|
2451
2437
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2452
2438
|
[key: string]: any;
|
|
2453
2439
|
}>;
|
|
@@ -2480,8 +2466,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2480
2466
|
}>, {
|
|
2481
2467
|
state: {
|
|
2482
2468
|
dragging: boolean;
|
|
2483
|
-
pageY: number;
|
|
2484
|
-
startTop: number;
|
|
2469
|
+
pageY: number | null;
|
|
2470
|
+
startTop: number | null;
|
|
2485
2471
|
visible: boolean;
|
|
2486
2472
|
mouseOver: boolean;
|
|
2487
2473
|
};
|
|
@@ -2524,7 +2510,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2524
2510
|
scrollHeight: number;
|
|
2525
2511
|
count: number;
|
|
2526
2512
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2527
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2513
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2528
2514
|
Render: {
|
|
2529
2515
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
2530
2516
|
props: {
|
|
@@ -2547,7 +2533,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2547
2533
|
default: string;
|
|
2548
2534
|
};
|
|
2549
2535
|
icon: {
|
|
2550
|
-
type: import("vue").PropType<import("
|
|
2536
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2551
2537
|
};
|
|
2552
2538
|
}>> & Readonly<{
|
|
2553
2539
|
onClick?: (ev: Event) => any;
|
|
@@ -2594,7 +2580,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2594
2580
|
default: string;
|
|
2595
2581
|
};
|
|
2596
2582
|
icon: {
|
|
2597
|
-
type: import("vue").PropType<import("
|
|
2583
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2598
2584
|
};
|
|
2599
2585
|
}>> & Readonly<{
|
|
2600
2586
|
onClick?: (ev: Event) => any;
|
|
@@ -2636,7 +2622,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2636
2622
|
default: string;
|
|
2637
2623
|
};
|
|
2638
2624
|
icon: {
|
|
2639
|
-
type: import("vue").PropType<import("
|
|
2625
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2640
2626
|
};
|
|
2641
2627
|
}>> & Readonly<{
|
|
2642
2628
|
onClick?: (ev: Event) => any;
|
|
@@ -2663,7 +2649,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2663
2649
|
}, string, {
|
|
2664
2650
|
color: string;
|
|
2665
2651
|
spin: boolean;
|
|
2666
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
2652
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2667
2653
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2668
2654
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2669
2655
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2681,8 +2667,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2681
2667
|
type: StringConstructor;
|
|
2682
2668
|
};
|
|
2683
2669
|
options: {
|
|
2684
|
-
type: import("vue").PropType<import("
|
|
2685
|
-
default: () => import("
|
|
2670
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
2671
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
2686
2672
|
};
|
|
2687
2673
|
searchValue: {
|
|
2688
2674
|
type: StringConstructor;
|
|
@@ -2692,7 +2678,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2692
2678
|
default: boolean;
|
|
2693
2679
|
};
|
|
2694
2680
|
values: {
|
|
2695
|
-
type: import("vue").PropType<import("
|
|
2681
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
2696
2682
|
};
|
|
2697
2683
|
open: {
|
|
2698
2684
|
type: BooleanConstructor;
|
|
@@ -2725,7 +2711,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2725
2711
|
default: number;
|
|
2726
2712
|
};
|
|
2727
2713
|
width: {
|
|
2728
|
-
type: import("vue").PropType<number | "
|
|
2714
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
2729
2715
|
default: string;
|
|
2730
2716
|
};
|
|
2731
2717
|
direction: {
|
|
@@ -2753,17 +2739,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2753
2739
|
selectAllText: import("vue").ComputedRef<string>;
|
|
2754
2740
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
2755
2741
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
2756
|
-
onSelectValue: (item: import("
|
|
2742
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
2757
2743
|
onKeydown: (e: KeyboardEvent) => void;
|
|
2758
2744
|
scrollTop: (index: number) => void;
|
|
2759
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2760
|
-
[key: string]: any;
|
|
2761
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2745
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2762
2746
|
[key: string]: any;
|
|
2763
2747
|
}>;
|
|
2764
2748
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
2765
|
-
isItemSelected: (item: import("
|
|
2766
|
-
isItemDisabled: (item: import("
|
|
2749
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
2750
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
2767
2751
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
2768
2752
|
onScrollAtTop: () => void;
|
|
2769
2753
|
onScrollAtBottom: () => void;
|
|
@@ -2773,7 +2757,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2773
2757
|
size: string;
|
|
2774
2758
|
width: number | "container" | "auto";
|
|
2775
2759
|
virtual: boolean;
|
|
2776
|
-
options: import("
|
|
2760
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
2777
2761
|
multiple: boolean;
|
|
2778
2762
|
open: boolean;
|
|
2779
2763
|
defaultActiveFirst: boolean;
|
|
@@ -2785,7 +2769,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2785
2769
|
rawValue: import("vue").ComputedRef<string[]>;
|
|
2786
2770
|
stateOpen: import("vue").Ref<boolean, boolean>;
|
|
2787
2771
|
containerWidth: import("vue").Ref<number, number>;
|
|
2788
|
-
displayOptions: import("vue").ComputedRef<import("
|
|
2772
|
+
displayOptions: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
2789
2773
|
onInputChange: (value: InputValueType) => void;
|
|
2790
2774
|
onInputFocus: (arg: any) => void;
|
|
2791
2775
|
onInputBlur: (arg: any) => void;
|
|
@@ -2805,7 +2789,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2805
2789
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2806
2790
|
loading: boolean;
|
|
2807
2791
|
required: boolean;
|
|
2808
|
-
size: "
|
|
2792
|
+
size: "default" | "small" | "large";
|
|
2809
2793
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
2810
2794
|
disabled: boolean;
|
|
2811
2795
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -2827,15 +2811,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2827
2811
|
prefixIcon?: unknown;
|
|
2828
2812
|
suffixIcon?: unknown;
|
|
2829
2813
|
label?: string;
|
|
2830
|
-
options?: import("
|
|
2831
|
-
filterMethod?: import("
|
|
2814
|
+
options?: import("@koi-design/uxd-ui/es/index").SelectOption[];
|
|
2815
|
+
filterMethod?: import("@koi-design/uxd-ui/es/index").OptionFilterMethod;
|
|
2832
2816
|
filterProp?: string;
|
|
2833
2817
|
dropdownMenuClass?: string;
|
|
2834
2818
|
notFoundText?: string;
|
|
2835
2819
|
dropdownMenuWidth?: number;
|
|
2836
2820
|
}> & Readonly<{
|
|
2837
|
-
onSearch?: (val: string) => any;
|
|
2838
2821
|
onChange?: (val: string) => any;
|
|
2822
|
+
onSearch?: (val: string) => any;
|
|
2839
2823
|
onFocus?: (ev: Event) => any;
|
|
2840
2824
|
onBlur?: (ev: Event) => any;
|
|
2841
2825
|
"onUpdate:modelValue"?: (val: string) => any;
|
|
@@ -2844,7 +2828,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2844
2828
|
color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
|
|
2845
2829
|
loading: boolean;
|
|
2846
2830
|
required: boolean;
|
|
2847
|
-
size: "
|
|
2831
|
+
size: "default" | "small" | "large";
|
|
2848
2832
|
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
2849
2833
|
disabled: boolean;
|
|
2850
2834
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
@@ -2870,7 +2854,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2870
2854
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
2871
2855
|
};
|
|
2872
2856
|
placement: {
|
|
2873
|
-
type: import("vue").PropType<"
|
|
2857
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2874
2858
|
default: string;
|
|
2875
2859
|
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;
|
|
2876
2860
|
};
|
|
@@ -2892,8 +2876,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2892
2876
|
type: StringConstructor;
|
|
2893
2877
|
};
|
|
2894
2878
|
trigger: {
|
|
2895
|
-
type: import("vue").PropType<("
|
|
2896
|
-
default: () => ("
|
|
2879
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
2880
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
2897
2881
|
};
|
|
2898
2882
|
mouseEnterDelay: {
|
|
2899
2883
|
type: NumberConstructor;
|
|
@@ -2961,7 +2945,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2961
2945
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
2962
2946
|
};
|
|
2963
2947
|
placement: {
|
|
2964
|
-
type: import("vue").PropType<"
|
|
2948
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2965
2949
|
default: string;
|
|
2966
2950
|
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;
|
|
2967
2951
|
};
|
|
@@ -2983,8 +2967,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2983
2967
|
type: StringConstructor;
|
|
2984
2968
|
};
|
|
2985
2969
|
trigger: {
|
|
2986
|
-
type: import("vue").PropType<("
|
|
2987
|
-
default: () => ("
|
|
2970
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
2971
|
+
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
2988
2972
|
};
|
|
2989
2973
|
mouseEnterDelay: {
|
|
2990
2974
|
type: NumberConstructor;
|
|
@@ -3052,7 +3036,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3052
3036
|
UInput: {
|
|
3053
3037
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3054
3038
|
type: {
|
|
3055
|
-
type: import("vue").PropType<"
|
|
3039
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Input").InputType>;
|
|
3056
3040
|
default: string;
|
|
3057
3041
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3058
3042
|
};
|
|
@@ -3065,9 +3049,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3065
3049
|
type: (StringConstructor | NumberConstructor)[];
|
|
3066
3050
|
};
|
|
3067
3051
|
size: {
|
|
3068
|
-
type: import("vue").PropType<"
|
|
3052
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3069
3053
|
default: string;
|
|
3070
|
-
validator: (val: "
|
|
3054
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3071
3055
|
};
|
|
3072
3056
|
placeholder: {
|
|
3073
3057
|
type: StringConstructor;
|
|
@@ -3116,10 +3100,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3116
3100
|
default: string;
|
|
3117
3101
|
};
|
|
3118
3102
|
prefixIcon: {
|
|
3119
|
-
type: import("vue").PropType<import("
|
|
3103
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3120
3104
|
};
|
|
3121
3105
|
suffixIcon: {
|
|
3122
|
-
type: import("vue").PropType<import("
|
|
3106
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3123
3107
|
};
|
|
3124
3108
|
showWordLimit: {
|
|
3125
3109
|
type: BooleanConstructor;
|
|
@@ -3168,9 +3152,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3168
3152
|
type: NumberConstructor;
|
|
3169
3153
|
};
|
|
3170
3154
|
}>> & Readonly<{
|
|
3171
|
-
onSearch?: (v: InputValueType) => any;
|
|
3172
3155
|
onChange?: (v: InputValueType) => any;
|
|
3173
3156
|
onClear?: (ev: Event) => any;
|
|
3157
|
+
onSearch?: (v: InputValueType) => any;
|
|
3174
3158
|
onFocus?: (ev: Event) => any;
|
|
3175
3159
|
onBlur?: (ev: Event) => any;
|
|
3176
3160
|
onEnter?: (ev: Event) => any;
|
|
@@ -3215,9 +3199,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3215
3199
|
handleToggleShowPassword: () => void;
|
|
3216
3200
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3217
3201
|
enter: (ev: Event) => boolean;
|
|
3218
|
-
search: (v: InputValueType) =>
|
|
3219
|
-
change: (v: InputValueType) =>
|
|
3220
|
-
'update:modelValue': (v: InputValueType) =>
|
|
3202
|
+
search: (v: InputValueType) => v is string | number;
|
|
3203
|
+
change: (v: InputValueType) => v is string | number;
|
|
3204
|
+
'update:modelValue': (v: InputValueType) => v is string | number;
|
|
3221
3205
|
clear: (ev: Event) => boolean;
|
|
3222
3206
|
keydown: (ev: Event) => boolean;
|
|
3223
3207
|
keypress: (ev: Event) => boolean;
|
|
@@ -3226,9 +3210,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3226
3210
|
blur: (ev: Event) => boolean;
|
|
3227
3211
|
}, import("vue").PublicProps, {
|
|
3228
3212
|
type: "number" | "text" | "textarea" | "password";
|
|
3229
|
-
search: boolean;
|
|
3230
3213
|
required: boolean;
|
|
3231
|
-
size: "
|
|
3214
|
+
size: "default" | "small" | "large";
|
|
3215
|
+
search: boolean;
|
|
3232
3216
|
disabled: boolean;
|
|
3233
3217
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
3234
3218
|
placeholder: string;
|
|
@@ -3263,7 +3247,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3263
3247
|
default: string;
|
|
3264
3248
|
};
|
|
3265
3249
|
icon: {
|
|
3266
|
-
type: import("vue").PropType<import("
|
|
3250
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3267
3251
|
};
|
|
3268
3252
|
}>> & Readonly<{
|
|
3269
3253
|
onClick?: (ev: Event) => any;
|
|
@@ -3310,7 +3294,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3310
3294
|
default: string;
|
|
3311
3295
|
};
|
|
3312
3296
|
icon: {
|
|
3313
|
-
type: import("vue").PropType<import("
|
|
3297
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3314
3298
|
};
|
|
3315
3299
|
}>> & Readonly<{
|
|
3316
3300
|
onClick?: (ev: Event) => any;
|
|
@@ -3352,7 +3336,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3352
3336
|
default: string;
|
|
3353
3337
|
};
|
|
3354
3338
|
icon: {
|
|
3355
|
-
type: import("vue").PropType<import("
|
|
3339
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3356
3340
|
};
|
|
3357
3341
|
}>> & Readonly<{
|
|
3358
3342
|
onClick?: (ev: Event) => any;
|
|
@@ -3379,7 +3363,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3379
3363
|
}, string, {
|
|
3380
3364
|
color: string;
|
|
3381
3365
|
spin: boolean;
|
|
3382
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3366
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3383
3367
|
Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3384
3368
|
CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3385
3369
|
Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -3393,7 +3377,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3393
3377
|
Defaults: {};
|
|
3394
3378
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3395
3379
|
type: {
|
|
3396
|
-
type: import("vue").PropType<"
|
|
3380
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Input").InputType>;
|
|
3397
3381
|
default: string;
|
|
3398
3382
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3399
3383
|
};
|
|
@@ -3406,9 +3390,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3406
3390
|
type: (StringConstructor | NumberConstructor)[];
|
|
3407
3391
|
};
|
|
3408
3392
|
size: {
|
|
3409
|
-
type: import("vue").PropType<"
|
|
3393
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3410
3394
|
default: string;
|
|
3411
|
-
validator: (val: "
|
|
3395
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3412
3396
|
};
|
|
3413
3397
|
placeholder: {
|
|
3414
3398
|
type: StringConstructor;
|
|
@@ -3457,10 +3441,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3457
3441
|
default: string;
|
|
3458
3442
|
};
|
|
3459
3443
|
prefixIcon: {
|
|
3460
|
-
type: import("vue").PropType<import("
|
|
3444
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3461
3445
|
};
|
|
3462
3446
|
suffixIcon: {
|
|
3463
|
-
type: import("vue").PropType<import("
|
|
3447
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3464
3448
|
};
|
|
3465
3449
|
showWordLimit: {
|
|
3466
3450
|
type: BooleanConstructor;
|
|
@@ -3509,9 +3493,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3509
3493
|
type: NumberConstructor;
|
|
3510
3494
|
};
|
|
3511
3495
|
}>> & Readonly<{
|
|
3512
|
-
onSearch?: (v: InputValueType) => any;
|
|
3513
3496
|
onChange?: (v: InputValueType) => any;
|
|
3514
3497
|
onClear?: (ev: Event) => any;
|
|
3498
|
+
onSearch?: (v: InputValueType) => any;
|
|
3515
3499
|
onFocus?: (ev: Event) => any;
|
|
3516
3500
|
onBlur?: (ev: Event) => any;
|
|
3517
3501
|
onEnter?: (ev: Event) => any;
|
|
@@ -3556,9 +3540,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3556
3540
|
handleToggleShowPassword: () => void;
|
|
3557
3541
|
}, {}, {}, {}, {
|
|
3558
3542
|
type: "number" | "text" | "textarea" | "password";
|
|
3559
|
-
search: boolean;
|
|
3560
3543
|
required: boolean;
|
|
3561
|
-
size: "
|
|
3544
|
+
size: "default" | "small" | "large";
|
|
3545
|
+
search: boolean;
|
|
3562
3546
|
disabled: boolean;
|
|
3563
3547
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
3564
3548
|
placeholder: string;
|
|
@@ -3584,7 +3568,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3584
3568
|
__isSuspense?: never;
|
|
3585
3569
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3586
3570
|
type: {
|
|
3587
|
-
type: import("vue").PropType<"
|
|
3571
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Input").InputType>;
|
|
3588
3572
|
default: string;
|
|
3589
3573
|
validator: (val: "number" | "text" | "textarea" | "password") => boolean;
|
|
3590
3574
|
};
|
|
@@ -3597,9 +3581,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3597
3581
|
type: (StringConstructor | NumberConstructor)[];
|
|
3598
3582
|
};
|
|
3599
3583
|
size: {
|
|
3600
|
-
type: import("vue").PropType<"
|
|
3584
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
|
|
3601
3585
|
default: string;
|
|
3602
|
-
validator: (val: "
|
|
3586
|
+
validator: (val: "default" | "small" | "large") => boolean;
|
|
3603
3587
|
};
|
|
3604
3588
|
placeholder: {
|
|
3605
3589
|
type: StringConstructor;
|
|
@@ -3648,10 +3632,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3648
3632
|
default: string;
|
|
3649
3633
|
};
|
|
3650
3634
|
prefixIcon: {
|
|
3651
|
-
type: import("vue").PropType<import("
|
|
3635
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3652
3636
|
};
|
|
3653
3637
|
suffixIcon: {
|
|
3654
|
-
type: import("vue").PropType<import("
|
|
3638
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3655
3639
|
};
|
|
3656
3640
|
showWordLimit: {
|
|
3657
3641
|
type: BooleanConstructor;
|
|
@@ -3700,9 +3684,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3700
3684
|
type: NumberConstructor;
|
|
3701
3685
|
};
|
|
3702
3686
|
}>> & Readonly<{
|
|
3703
|
-
onSearch?: (v: InputValueType) => any;
|
|
3704
3687
|
onChange?: (v: InputValueType) => any;
|
|
3705
3688
|
onClear?: (ev: Event) => any;
|
|
3689
|
+
onSearch?: (v: InputValueType) => any;
|
|
3706
3690
|
onFocus?: (ev: Event) => any;
|
|
3707
3691
|
onBlur?: (ev: Event) => any;
|
|
3708
3692
|
onEnter?: (ev: Event) => any;
|
|
@@ -3747,9 +3731,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3747
3731
|
handleToggleShowPassword: () => void;
|
|
3748
3732
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3749
3733
|
enter: (ev: Event) => boolean;
|
|
3750
|
-
search: (v: InputValueType) =>
|
|
3751
|
-
change: (v: InputValueType) =>
|
|
3752
|
-
'update:modelValue': (v: InputValueType) =>
|
|
3734
|
+
search: (v: InputValueType) => v is string | number;
|
|
3735
|
+
change: (v: InputValueType) => v is string | number;
|
|
3736
|
+
'update:modelValue': (v: InputValueType) => v is string | number;
|
|
3753
3737
|
clear: (ev: Event) => boolean;
|
|
3754
3738
|
keydown: (ev: Event) => boolean;
|
|
3755
3739
|
keypress: (ev: Event) => boolean;
|
|
@@ -3758,9 +3742,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3758
3742
|
blur: (ev: Event) => boolean;
|
|
3759
3743
|
}, string, {
|
|
3760
3744
|
type: "number" | "text" | "textarea" | "password";
|
|
3761
|
-
search: boolean;
|
|
3762
3745
|
required: boolean;
|
|
3763
|
-
size: "
|
|
3746
|
+
size: "default" | "small" | "large";
|
|
3747
|
+
search: boolean;
|
|
3764
3748
|
disabled: boolean;
|
|
3765
3749
|
variant: "surface" | "soft" | "borderless" | "underline";
|
|
3766
3750
|
placeholder: string;
|
|
@@ -3795,7 +3779,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3795
3779
|
default: string;
|
|
3796
3780
|
};
|
|
3797
3781
|
icon: {
|
|
3798
|
-
type: import("vue").PropType<import("
|
|
3782
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3799
3783
|
};
|
|
3800
3784
|
}>> & Readonly<{
|
|
3801
3785
|
onClick?: (ev: Event) => any;
|
|
@@ -3842,7 +3826,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3842
3826
|
default: string;
|
|
3843
3827
|
};
|
|
3844
3828
|
icon: {
|
|
3845
|
-
type: import("vue").PropType<import("
|
|
3829
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3846
3830
|
};
|
|
3847
3831
|
}>> & Readonly<{
|
|
3848
3832
|
onClick?: (ev: Event) => any;
|
|
@@ -3884,7 +3868,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3884
3868
|
default: string;
|
|
3885
3869
|
};
|
|
3886
3870
|
icon: {
|
|
3887
|
-
type: import("vue").PropType<import("
|
|
3871
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3888
3872
|
};
|
|
3889
3873
|
}>> & Readonly<{
|
|
3890
3874
|
onClick?: (ev: Event) => any;
|
|
@@ -3911,12 +3895,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3911
3895
|
}, string, {
|
|
3912
3896
|
color: string;
|
|
3913
3897
|
spin: boolean;
|
|
3914
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3898
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3915
3899
|
Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3916
3900
|
CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3917
3901
|
Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3918
3902
|
EyeOff: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
3919
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
3903
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
3920
3904
|
UIcon: {
|
|
3921
3905
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3922
3906
|
rotate: {
|
|
@@ -3931,7 +3915,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3931
3915
|
default: string;
|
|
3932
3916
|
};
|
|
3933
3917
|
icon: {
|
|
3934
|
-
type: import("vue").PropType<import("
|
|
3918
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3935
3919
|
};
|
|
3936
3920
|
}>> & Readonly<{
|
|
3937
3921
|
onClick?: (ev: Event) => any;
|
|
@@ -3978,7 +3962,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3978
3962
|
default: string;
|
|
3979
3963
|
};
|
|
3980
3964
|
icon: {
|
|
3981
|
-
type: import("vue").PropType<import("
|
|
3965
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
3982
3966
|
};
|
|
3983
3967
|
}>> & Readonly<{
|
|
3984
3968
|
onClick?: (ev: Event) => any;
|
|
@@ -4020,7 +4004,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4020
4004
|
default: string;
|
|
4021
4005
|
};
|
|
4022
4006
|
icon: {
|
|
4023
|
-
type: import("vue").PropType<import("
|
|
4007
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
4024
4008
|
};
|
|
4025
4009
|
}>> & Readonly<{
|
|
4026
4010
|
onClick?: (ev: Event) => any;
|
|
@@ -4047,7 +4031,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4047
4031
|
}, string, {
|
|
4048
4032
|
color: string;
|
|
4049
4033
|
spin: boolean;
|
|
4050
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
4034
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
4051
4035
|
DropdownMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4052
4036
|
prefixCls: {
|
|
4053
4037
|
type: StringConstructor;
|
|
@@ -4056,8 +4040,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4056
4040
|
type: StringConstructor;
|
|
4057
4041
|
};
|
|
4058
4042
|
options: {
|
|
4059
|
-
type: import("vue").PropType<import("
|
|
4060
|
-
default: () => import("
|
|
4043
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
4044
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
4061
4045
|
};
|
|
4062
4046
|
searchValue: {
|
|
4063
4047
|
type: StringConstructor;
|
|
@@ -4067,7 +4051,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4067
4051
|
default: boolean;
|
|
4068
4052
|
};
|
|
4069
4053
|
values: {
|
|
4070
|
-
type: import("vue").PropType<import("
|
|
4054
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
4071
4055
|
};
|
|
4072
4056
|
open: {
|
|
4073
4057
|
type: BooleanConstructor;
|
|
@@ -4100,7 +4084,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4100
4084
|
default: number;
|
|
4101
4085
|
};
|
|
4102
4086
|
width: {
|
|
4103
|
-
type: import("vue").PropType<number | "
|
|
4087
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
4104
4088
|
default: string;
|
|
4105
4089
|
};
|
|
4106
4090
|
direction: {
|
|
@@ -4121,22 +4105,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4121
4105
|
selectAllText: import("vue").ComputedRef<string>;
|
|
4122
4106
|
stateSelectAll: import("vue").ComputedRef<boolean>;
|
|
4123
4107
|
stateSelectIneterminate: import("vue").ComputedRef<boolean>;
|
|
4124
|
-
onSelectValue: (item: import("
|
|
4108
|
+
onSelectValue: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => void;
|
|
4125
4109
|
onKeydown: (e: KeyboardEvent) => void;
|
|
4126
4110
|
scrollTop: (index: number) => void;
|
|
4127
|
-
getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4128
|
-
[key: string]: any;
|
|
4129
|
-
}> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4111
|
+
getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4130
4112
|
[key: string]: any;
|
|
4131
4113
|
}>;
|
|
4132
4114
|
setActive: (index: number, fromKeyboard?: boolean) => void;
|
|
4133
|
-
isItemSelected: (item: import("
|
|
4134
|
-
isItemDisabled: (item: import("
|
|
4115
|
+
isItemSelected: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
4116
|
+
isItemDisabled: (item: import("@koi-design/uxd-ui/es/index").InnerSelectOption) => boolean;
|
|
4135
4117
|
selectAllDisabled: import("vue").ComputedRef<boolean>;
|
|
4136
4118
|
onScrollAtTop: () => void;
|
|
4137
4119
|
onScrollAtBottom: () => void;
|
|
4138
4120
|
handleSelectAllChange: (status: boolean) => void;
|
|
4139
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "
|
|
4121
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit")[], "close" | "select" | "scroll-at-top" | "scroll-at-bottom" | "active-value" | "create-submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4140
4122
|
prefixCls: {
|
|
4141
4123
|
type: StringConstructor;
|
|
4142
4124
|
};
|
|
@@ -4144,8 +4126,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4144
4126
|
type: StringConstructor;
|
|
4145
4127
|
};
|
|
4146
4128
|
options: {
|
|
4147
|
-
type: import("vue").PropType<import("
|
|
4148
|
-
default: () => import("
|
|
4129
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerSelectOption[]>;
|
|
4130
|
+
default: () => import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
4149
4131
|
};
|
|
4150
4132
|
searchValue: {
|
|
4151
4133
|
type: StringConstructor;
|
|
@@ -4155,7 +4137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4155
4137
|
default: boolean;
|
|
4156
4138
|
};
|
|
4157
4139
|
values: {
|
|
4158
|
-
type: import("vue").PropType<import("
|
|
4140
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SingleValueType[]>;
|
|
4159
4141
|
};
|
|
4160
4142
|
open: {
|
|
4161
4143
|
type: BooleanConstructor;
|
|
@@ -4188,7 +4170,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4188
4170
|
default: number;
|
|
4189
4171
|
};
|
|
4190
4172
|
width: {
|
|
4191
|
-
type: import("vue").PropType<number | "
|
|
4173
|
+
type: import("vue").PropType<number | "auto" | "container">;
|
|
4192
4174
|
default: string;
|
|
4193
4175
|
};
|
|
4194
4176
|
direction: {
|
|
@@ -4211,7 +4193,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4211
4193
|
size: string;
|
|
4212
4194
|
width: number | "container" | "auto";
|
|
4213
4195
|
virtual: boolean;
|
|
4214
|
-
options: import("
|
|
4196
|
+
options: import("@koi-design/uxd-ui/es/index").InnerSelectOption[];
|
|
4215
4197
|
multiple: boolean;
|
|
4216
4198
|
open: boolean;
|
|
4217
4199
|
defaultActiveFirst: boolean;
|
|
@@ -4270,8 +4252,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4270
4252
|
}>, {
|
|
4271
4253
|
state: {
|
|
4272
4254
|
dragging: boolean;
|
|
4273
|
-
pageY: number;
|
|
4274
|
-
startTop: number;
|
|
4255
|
+
pageY: number | null;
|
|
4256
|
+
startTop: number | null;
|
|
4275
4257
|
visible: boolean;
|
|
4276
4258
|
mouseOver: boolean;
|
|
4277
4259
|
};
|
|
@@ -4323,8 +4305,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4323
4305
|
}>, {
|
|
4324
4306
|
state: {
|
|
4325
4307
|
dragging: boolean;
|
|
4326
|
-
pageY: number;
|
|
4327
|
-
startTop: number;
|
|
4308
|
+
pageY: number | null;
|
|
4309
|
+
startTop: number | null;
|
|
4328
4310
|
visible: boolean;
|
|
4329
4311
|
mouseOver: boolean;
|
|
4330
4312
|
};
|
|
@@ -4369,8 +4351,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4369
4351
|
}>, {
|
|
4370
4352
|
state: {
|
|
4371
4353
|
dragging: boolean;
|
|
4372
|
-
pageY: number;
|
|
4373
|
-
startTop: number;
|
|
4354
|
+
pageY: number | null;
|
|
4355
|
+
startTop: number | null;
|
|
4374
4356
|
visible: boolean;
|
|
4375
4357
|
mouseOver: boolean;
|
|
4376
4358
|
};
|
|
@@ -4422,8 +4404,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4422
4404
|
}>, {
|
|
4423
4405
|
state: {
|
|
4424
4406
|
dragging: boolean;
|
|
4425
|
-
pageY: number;
|
|
4426
|
-
startTop: number;
|
|
4407
|
+
pageY: number | null;
|
|
4408
|
+
startTop: number | null;
|
|
4427
4409
|
visible: boolean;
|
|
4428
4410
|
mouseOver: boolean;
|
|
4429
4411
|
};
|
|
@@ -4518,9 +4500,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4518
4500
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4519
4501
|
ListItem: {
|
|
4520
4502
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
4521
|
-
slots:
|
|
4522
|
-
[name: string]: import("vue").Slot<any>;
|
|
4523
|
-
}>;
|
|
4503
|
+
slots: import("vue").Slots;
|
|
4524
4504
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4525
4505
|
[key: string]: any;
|
|
4526
4506
|
}>;
|
|
@@ -4553,8 +4533,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4553
4533
|
}>, {
|
|
4554
4534
|
state: {
|
|
4555
4535
|
dragging: boolean;
|
|
4556
|
-
pageY: number;
|
|
4557
|
-
startTop: number;
|
|
4536
|
+
pageY: number | null;
|
|
4537
|
+
startTop: number | null;
|
|
4558
4538
|
visible: boolean;
|
|
4559
4539
|
mouseOver: boolean;
|
|
4560
4540
|
};
|
|
@@ -4654,8 +4634,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4654
4634
|
}>, {
|
|
4655
4635
|
state: {
|
|
4656
4636
|
dragging: boolean;
|
|
4657
|
-
pageY: number;
|
|
4658
|
-
startTop: number;
|
|
4637
|
+
pageY: number | null;
|
|
4638
|
+
startTop: number | null;
|
|
4659
4639
|
visible: boolean;
|
|
4660
4640
|
mouseOver: boolean;
|
|
4661
4641
|
};
|
|
@@ -4707,8 +4687,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4707
4687
|
}>, {
|
|
4708
4688
|
state: {
|
|
4709
4689
|
dragging: boolean;
|
|
4710
|
-
pageY: number;
|
|
4711
|
-
startTop: number;
|
|
4690
|
+
pageY: number | null;
|
|
4691
|
+
startTop: number | null;
|
|
4712
4692
|
visible: boolean;
|
|
4713
4693
|
mouseOver: boolean;
|
|
4714
4694
|
};
|
|
@@ -4753,8 +4733,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4753
4733
|
}>, {
|
|
4754
4734
|
state: {
|
|
4755
4735
|
dragging: boolean;
|
|
4756
|
-
pageY: number;
|
|
4757
|
-
startTop: number;
|
|
4736
|
+
pageY: number | null;
|
|
4737
|
+
startTop: number | null;
|
|
4758
4738
|
visible: boolean;
|
|
4759
4739
|
mouseOver: boolean;
|
|
4760
4740
|
};
|
|
@@ -4806,8 +4786,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4806
4786
|
}>, {
|
|
4807
4787
|
state: {
|
|
4808
4788
|
dragging: boolean;
|
|
4809
|
-
pageY: number;
|
|
4810
|
-
startTop: number;
|
|
4789
|
+
pageY: number | null;
|
|
4790
|
+
startTop: number | null;
|
|
4811
4791
|
visible: boolean;
|
|
4812
4792
|
mouseOver: boolean;
|
|
4813
4793
|
};
|
|
@@ -4899,8 +4879,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4899
4879
|
}>, {
|
|
4900
4880
|
state: {
|
|
4901
4881
|
dragging: boolean;
|
|
4902
|
-
pageY: number;
|
|
4903
|
-
startTop: number;
|
|
4882
|
+
pageY: number | null;
|
|
4883
|
+
startTop: number | null;
|
|
4904
4884
|
visible: boolean;
|
|
4905
4885
|
mouseOver: boolean;
|
|
4906
4886
|
};
|
|
@@ -4952,8 +4932,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4952
4932
|
}>, {
|
|
4953
4933
|
state: {
|
|
4954
4934
|
dragging: boolean;
|
|
4955
|
-
pageY: number;
|
|
4956
|
-
startTop: number;
|
|
4935
|
+
pageY: number | null;
|
|
4936
|
+
startTop: number | null;
|
|
4957
4937
|
visible: boolean;
|
|
4958
4938
|
mouseOver: boolean;
|
|
4959
4939
|
};
|
|
@@ -4998,8 +4978,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4998
4978
|
}>, {
|
|
4999
4979
|
state: {
|
|
5000
4980
|
dragging: boolean;
|
|
5001
|
-
pageY: number;
|
|
5002
|
-
startTop: number;
|
|
4981
|
+
pageY: number | null;
|
|
4982
|
+
startTop: number | null;
|
|
5003
4983
|
visible: boolean;
|
|
5004
4984
|
mouseOver: boolean;
|
|
5005
4985
|
};
|
|
@@ -5051,8 +5031,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5051
5031
|
}>, {
|
|
5052
5032
|
state: {
|
|
5053
5033
|
dragging: boolean;
|
|
5054
|
-
pageY: number;
|
|
5055
|
-
startTop: number;
|
|
5034
|
+
pageY: number | null;
|
|
5035
|
+
startTop: number | null;
|
|
5056
5036
|
visible: boolean;
|
|
5057
5037
|
mouseOver: boolean;
|
|
5058
5038
|
};
|
|
@@ -5147,9 +5127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5147
5127
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5148
5128
|
ListItem: {
|
|
5149
5129
|
({ itemRef }: import("../VirtualList/VirtualList.type").ListItemProps, { slots }: {
|
|
5150
|
-
slots:
|
|
5151
|
-
[name: string]: import("vue").Slot<any>;
|
|
5152
|
-
}>;
|
|
5130
|
+
slots: import("vue").Slots;
|
|
5153
5131
|
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5154
5132
|
[key: string]: any;
|
|
5155
5133
|
}>;
|
|
@@ -5182,8 +5160,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5182
5160
|
}>, {
|
|
5183
5161
|
state: {
|
|
5184
5162
|
dragging: boolean;
|
|
5185
|
-
pageY: number;
|
|
5186
|
-
startTop: number;
|
|
5163
|
+
pageY: number | null;
|
|
5164
|
+
startTop: number | null;
|
|
5187
5165
|
visible: boolean;
|
|
5188
5166
|
mouseOver: boolean;
|
|
5189
5167
|
};
|
|
@@ -5226,7 +5204,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5226
5204
|
scrollHeight: number;
|
|
5227
5205
|
count: number;
|
|
5228
5206
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5229
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5207
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
5230
5208
|
Render: {
|
|
5231
5209
|
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
5232
5210
|
props: {
|
|
@@ -5249,7 +5227,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5249
5227
|
default: string;
|
|
5250
5228
|
};
|
|
5251
5229
|
icon: {
|
|
5252
|
-
type: import("vue").PropType<import("
|
|
5230
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5253
5231
|
};
|
|
5254
5232
|
}>> & Readonly<{
|
|
5255
5233
|
onClick?: (ev: Event) => any;
|
|
@@ -5296,7 +5274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5296
5274
|
default: string;
|
|
5297
5275
|
};
|
|
5298
5276
|
icon: {
|
|
5299
|
-
type: import("vue").PropType<import("
|
|
5277
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5300
5278
|
};
|
|
5301
5279
|
}>> & Readonly<{
|
|
5302
5280
|
onClick?: (ev: Event) => any;
|
|
@@ -5338,7 +5316,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5338
5316
|
default: string;
|
|
5339
5317
|
};
|
|
5340
5318
|
icon: {
|
|
5341
|
-
type: import("vue").PropType<import("
|
|
5319
|
+
type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
5342
5320
|
};
|
|
5343
5321
|
}>> & Readonly<{
|
|
5344
5322
|
onClick?: (ev: Event) => any;
|
|
@@ -5365,7 +5343,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5365
5343
|
}, string, {
|
|
5366
5344
|
color: string;
|
|
5367
5345
|
spin: boolean;
|
|
5368
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin
|
|
5346
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
5369
5347
|
Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5370
5348
|
CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
5371
5349
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|