@koi-design/uxd-ui 14.0.45 → 14.0.47

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