@koi-design/uxd-ui 13.2.8 → 13.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1233) hide show
  1. package/README.md +2 -0
  2. package/es/components/Affix/Affix.mjs +1 -1
  3. package/es/components/Affix/Affix.type.d.ts +3 -3
  4. package/es/components/Affix/Affix.vue.d.ts +2 -2
  5. package/es/components/Affix/index.d.ts +4 -4
  6. package/es/components/Alert/Alert.mjs +1 -1
  7. package/es/components/Alert/Alert.type.d.ts +4 -4
  8. package/es/components/Alert/Alert.vue.d.ts +8 -8
  9. package/es/components/Alert/index.d.ts +15 -15
  10. package/es/components/Anchor/Anchor.mjs +1 -1
  11. package/es/components/Anchor/Anchor.type.d.ts +6 -6
  12. package/es/components/Anchor/Anchor.vue.d.ts +3 -3
  13. package/es/components/Anchor/AnchorLink.mjs +1 -1
  14. package/es/components/Anchor/index.d.ts +8 -8
  15. package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  16. package/es/components/AutoComplete/AutoComplete.mjs +1 -1
  17. package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  18. package/es/components/AutoComplete/index.d.ts +600 -660
  19. package/es/components/Avatar/Avatar.mjs +1 -1
  20. package/es/components/Avatar/Avatar.type.d.ts +6 -6
  21. package/es/components/Avatar/Avatar.vue.d.ts +13 -13
  22. package/es/components/Avatar/index.d.ts +25 -25
  23. package/es/components/BackTop/BackTop.mjs +1 -1
  24. package/es/components/BackTop/BackTop.type.d.ts +2 -2
  25. package/es/components/BackTop/BackTop.vue.d.ts +6 -6
  26. package/es/components/BackTop/index.d.ts +12 -12
  27. package/es/components/Badge/Badge.mjs +1 -1
  28. package/es/components/Badge/Badge.type.d.ts +6 -6
  29. package/es/components/Badge/Badge.vue.d.ts +5 -4
  30. package/es/components/Badge/index.d.ts +7 -7
  31. package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  32. package/es/components/Breadcrumb/index.d.ts +2 -2
  33. package/es/components/Button/Button.mjs +1 -1
  34. package/es/components/Button/Button.type.d.ts +21 -21
  35. package/es/components/Button/Button.vue.d.ts +24 -24
  36. package/es/components/Button/ButtonGroup.mjs +1 -1
  37. package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
  38. package/es/components/Button/index.d.ts +50 -50
  39. package/es/components/Calendar/Calendar.mjs +1 -1
  40. package/es/components/Calendar/Calendar.type.d.ts +9 -9
  41. package/es/components/Calendar/Calendar.vue.d.ts +218 -203
  42. package/es/components/Calendar/Header.mjs +1 -1
  43. package/es/components/Calendar/Header.vue.d.ts +119 -104
  44. package/es/components/Calendar/index.d.ts +457 -427
  45. package/es/components/Calendar/table/DateTable.mjs +1 -1
  46. package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
  47. package/es/components/Calendar/table/MonthTable.mjs +1 -1
  48. package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  49. package/es/components/Calendar/table/YearTable.mjs +1 -1
  50. package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
  51. package/es/components/Card/Card.d.ts +6 -6
  52. package/es/components/Card/Card.type.d.ts +4 -4
  53. package/es/components/Card/CardMeta.mjs +1 -1
  54. package/es/components/Card/CardMeta.vue.d.ts +25 -25
  55. package/es/components/Card/index.d.ts +41 -41
  56. package/es/components/Carousel/Carousel.mjs +1 -1
  57. package/es/components/Carousel/Carousel.type.d.ts +15 -15
  58. package/es/components/Carousel/Carousel.vue.d.ts +19 -19
  59. package/es/components/Carousel/CarouselItem.mjs +1 -1
  60. package/es/components/Carousel/index.d.ts +43 -43
  61. package/es/components/Cascader/Cascader.d.ts +17 -17
  62. package/es/components/Cascader/Cascader.type.d.ts +24 -23
  63. package/es/components/Cascader/index.d.ts +37 -37
  64. package/es/components/Checkbox/Checkbox.mjs +1 -1
  65. package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
  66. package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
  67. package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
  68. package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
  69. package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  70. package/es/components/Checkbox/index.d.ts +57 -57
  71. package/es/components/Collapse/Collapse.mjs +1 -1
  72. package/es/components/Collapse/Collapse.vue.d.ts +4 -4
  73. package/es/components/Collapse/Collpapse.type.d.ts +6 -6
  74. package/es/components/Collapse/Panel.mjs +1 -1
  75. package/es/components/Collapse/Panel.vue.d.ts +5 -23
  76. package/es/components/Collapse/index.d.ts +13 -31
  77. package/es/components/ColorPicker/ColorPicker.mjs +1 -1
  78. package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  79. package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  80. package/es/components/ColorPicker/index.d.ts +260 -260
  81. package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
  82. package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
  83. package/es/components/ColorPicker/units/PreColors.mjs +1 -1
  84. package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
  85. package/es/components/Comment/index.d.ts +1 -1
  86. package/es/components/ConfigProvider/index.d.ts +1 -1
  87. package/es/components/DatePicker/DatePicker.mjs +1 -1
  88. package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
  89. package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
  90. package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
  91. package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  92. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
  93. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  94. package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
  95. package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  96. package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
  97. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  98. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
  99. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  100. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
  101. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  102. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
  103. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  104. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
  105. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  106. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
  107. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  108. package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
  109. package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  110. package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
  111. package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  112. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
  113. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  114. package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
  115. package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  116. package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
  117. package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  118. package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
  119. package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  120. package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
  121. package/es/components/DatePicker/index.d.ts +1117 -1117
  122. package/es/components/DatePicker/utils.d.ts +3 -3
  123. package/es/components/Divider/Divider.mjs +1 -1
  124. package/es/components/Divider/Divider.type.d.ts +9 -9
  125. package/es/components/Divider/Divider.vue.d.ts +9 -9
  126. package/es/components/Divider/index.d.ts +16 -16
  127. package/es/components/Drawer/Drawer.d.ts +6 -5
  128. package/es/components/Drawer/Drawer.type.d.ts +10 -10
  129. package/es/components/Drawer/index.d.ts +9 -9
  130. package/es/components/Dropdown/Dropdown.mjs +1 -1
  131. package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
  132. package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
  133. package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
  134. package/es/components/Dropdown/index.d.ts +30 -30
  135. package/es/components/Empty/Empty.d.ts +8 -8
  136. package/es/components/Empty/Empty.type.d.ts +5 -5
  137. package/es/components/Empty/index.d.ts +27 -27
  138. package/es/components/Form/Form.mjs +1 -1
  139. package/es/components/Form/Form.type.d.ts +12 -12
  140. package/es/components/Form/Form.vue.d.ts +10 -10
  141. package/es/components/Form/FormItem.d.ts +3 -3
  142. package/es/components/Form/index.d.ts +25 -25
  143. package/es/components/Grid/Col.mjs +1 -1
  144. package/es/components/Grid/Grid.type.d.ts +11 -11
  145. package/es/components/Grid/Row.mjs +1 -1
  146. package/es/components/Grid/Row.vue.d.ts +4 -4
  147. package/es/components/Grid/index.d.ts +5 -5
  148. package/es/components/Icon/Icon.mjs +1 -1
  149. package/es/components/Icon/Icon.type.d.ts +3 -3
  150. package/es/components/Icon/Icon.vue.d.ts +2 -2
  151. package/es/components/Icon/index.d.ts +4 -4
  152. package/es/components/Image/Image.mjs +1 -1
  153. package/es/components/Image/Image.type.d.ts +6 -6
  154. package/es/components/Image/Image.vue.d.ts +6 -6
  155. package/es/components/Image/ImgViewer.mjs +1 -1
  156. package/es/components/Image/ImgViewer.vue.d.ts +4 -4
  157. package/es/components/Image/index.d.ts +17 -17
  158. package/es/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  159. package/es/components/InfoView/InfoView.mjs +1 -1
  160. package/es/components/InfoView/InfoView.type.d.ts +9 -8
  161. package/es/components/InfoView/InfoView.vue.d.ts +13 -13
  162. package/es/components/InfoView/index.d.ts +30 -30
  163. package/es/components/Input/Input.d.ts +26 -26
  164. package/es/components/Input/Input.type.d.ts +13 -13
  165. package/es/components/Input/index.d.ts +45 -45
  166. package/es/components/InputNumber/InputNumber.d.ts +36 -36
  167. package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
  168. package/es/components/InputNumber/SingleInput.d.ts +10 -9
  169. package/es/components/InputNumber/index.d.ts +100 -100
  170. package/es/components/InputNumber/utils.d.ts +2 -2
  171. package/es/components/Layout/Content.mjs +1 -1
  172. package/es/components/Layout/Footer.mjs +1 -1
  173. package/es/components/Layout/Header.mjs +1 -1
  174. package/es/components/Layout/Layout.mjs +1 -1
  175. package/es/components/Layout/Layout.type.d.ts +6 -5
  176. package/es/components/Layout/Sider.mjs +1 -1
  177. package/es/components/Layout/Sider.vue.d.ts +10 -10
  178. package/es/components/Layout/index.d.ts +12 -12
  179. package/es/components/Link/Link.mjs +1 -1
  180. package/es/components/Link/Link.type.d.ts +5 -5
  181. package/es/components/Link/Link.vue.d.ts +10 -10
  182. package/es/components/Link/index.d.ts +18 -18
  183. package/es/components/List/List.mjs +1 -1
  184. package/es/components/List/List.type.d.ts +11 -10
  185. package/es/components/List/List.vue.d.ts +49 -53
  186. package/es/components/List/ListItem.d.ts +2 -2
  187. package/es/components/List/ListItemMeta.mjs +1 -1
  188. package/es/components/List/ListItemMeta.vue.d.ts +25 -25
  189. package/es/components/List/index.d.ts +161 -169
  190. package/es/components/LoadingBar/LoadingBar.mjs +1 -1
  191. package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  192. package/es/components/LoadingBar/index.d.ts +1 -1
  193. package/es/components/Mask/Mask.type.d.ts +3 -3
  194. package/es/components/Mask/index.d.ts +1 -1
  195. package/es/components/Mention/Mention.mjs +1 -1
  196. package/es/components/Mention/Mentions.type.d.ts +3 -3
  197. package/es/components/Mention/MentionsSelect.mjs +1 -1
  198. package/es/components/Menu/Menu.d.ts +4 -4
  199. package/es/components/Menu/Menu.type.d.ts +22 -21
  200. package/es/components/Menu/MenuDivider.mjs +1 -1
  201. package/es/components/Menu/MenuItem.mjs +1 -1
  202. package/es/components/Menu/MenuItem.vue.d.ts +29 -29
  203. package/es/components/Menu/MenuItemGroup.mjs +1 -1
  204. package/es/components/Menu/SubMenu.mjs +1 -1
  205. package/es/components/Menu/SubMenu.vue.d.ts +17 -35
  206. package/es/components/Menu/index.d.ts +63 -81
  207. package/es/components/Message/Message.d.ts +1 -1
  208. package/es/components/Message/Message.type.d.ts +1 -1
  209. package/es/components/Message/index.d.ts +1 -1
  210. package/es/components/Modal/ConfirmDialog.mjs +1 -1
  211. package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  212. package/es/components/Modal/Modal.mjs +1 -1
  213. package/es/components/Modal/Modal.type.d.ts +6 -6
  214. package/es/components/Modal/Modal.vue.d.ts +67 -67
  215. package/es/components/Modal/index.d.ts +144 -150
  216. package/es/components/Notice/Notice.type.d.ts +3 -3
  217. package/es/components/Notice/index.d.ts +1 -1
  218. package/es/components/Notification/Notication.type.d.ts +1 -1
  219. package/es/components/Notification/Notice.mjs +1 -1
  220. package/es/components/Notification/Notice.vue.d.ts +4 -4
  221. package/es/components/Notification/Notification.mjs +1 -1
  222. package/es/components/Notification/Notification.vue.d.ts +4 -4
  223. package/es/components/PageHeader/PageHeader.mjs +1 -1
  224. package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
  225. package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
  226. package/es/components/PageHeader/index.d.ts +43 -43
  227. package/es/components/Pagination/Options.d.ts +6 -5
  228. package/es/components/Pagination/Pager.mjs +1 -1
  229. package/es/components/Pagination/Pager.vue.d.ts +4 -4
  230. package/es/components/Pagination/Pagination.d.ts +20 -20
  231. package/es/components/Pagination/Pagination.type.d.ts +10 -10
  232. package/es/components/Pagination/index.d.ts +42 -42
  233. package/es/components/PopConfirm/PopConfirm.mjs +1 -1
  234. package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  235. package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  236. package/es/components/PopConfirm/index.d.ts +162 -162
  237. package/es/components/Popover/Popover.mjs +1 -1
  238. package/es/components/Popover/Popover.type.d.ts +9 -8
  239. package/es/components/Popover/Popover.vue.d.ts +12 -12
  240. package/es/components/Popover/index.d.ts +22 -22
  241. package/es/components/Popup/Popup.d.ts +6 -6
  242. package/es/components/Popup/Popup.type.d.ts +9 -8
  243. package/es/components/Progress/Circle.d.ts +9 -8
  244. package/es/components/Progress/Line.mjs +1 -1
  245. package/es/components/Progress/Line.vue.d.ts +9 -8
  246. package/es/components/Progress/Progress.mjs +1 -1
  247. package/es/components/Progress/Progress.type.d.ts +11 -11
  248. package/es/components/Progress/Progress.vue.d.ts +31 -31
  249. package/es/components/Progress/Water.mjs +1 -1
  250. package/es/components/Progress/Water.vue.d.ts +5 -4
  251. package/es/components/Progress/index.d.ts +63 -63
  252. package/es/components/Radio/Radio.mjs +1 -1
  253. package/es/components/Radio/Radio.type.d.ts +20 -20
  254. package/es/components/Radio/Radio.vue.d.ts +11 -11
  255. package/es/components/Radio/RadioGroup.d.ts +13 -13
  256. package/es/components/Radio/index.d.ts +37 -37
  257. package/es/components/Rate/Rate.mjs +1 -1
  258. package/es/components/Rate/Rate.type.d.ts +3 -3
  259. package/es/components/Rate/Rate.vue.d.ts +29 -29
  260. package/es/components/Rate/Star.mjs +1 -1
  261. package/es/components/Rate/Star.vue.d.ts +4 -4
  262. package/es/components/Rate/index.d.ts +59 -59
  263. package/es/components/Result/Result.mjs +1 -1
  264. package/es/components/Result/Result.type.d.ts +4 -4
  265. package/es/components/Result/Result.vue.d.ts +6 -6
  266. package/es/components/Result/index.d.ts +12 -12
  267. package/es/components/Scrollbar/index.d.ts +1 -1
  268. package/es/components/Scrollbar/utils.d.ts +1 -1
  269. package/es/components/Select/DropdownMenu.mjs +1 -1
  270. package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
  271. package/es/components/Select/RefSelect.mjs +3 -2
  272. package/es/components/Select/RefSelect.mjs.map +1 -1
  273. package/es/components/Select/RefSelect.vue.d.ts +201 -182
  274. package/es/components/Select/Select.d.ts +34 -25
  275. package/es/components/Select/Select.type.d.ts +23 -18
  276. package/es/components/Select/Select.type.mjs +4 -0
  277. package/es/components/Select/Select.type.mjs.map +1 -1
  278. package/es/components/Select/Selection/Input.mjs +1 -1
  279. package/es/components/Select/Selection/Input.vue.d.ts +3 -3
  280. package/es/components/Select/Selection/Multiple.mjs +5 -4
  281. package/es/components/Select/Selection/Multiple.mjs.map +1 -1
  282. package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
  283. package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
  284. package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
  285. package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
  286. package/es/components/Select/Selection/MultipleBase.mjs +18 -3
  287. package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
  288. package/es/components/Select/Selection/Selection.mjs +7 -2
  289. package/es/components/Select/Selection/Selection.mjs.map +1 -1
  290. package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
  291. package/es/components/Select/Selection/Single.mjs +1 -1
  292. package/es/components/Select/Selection/Single.vue.d.ts +6 -8
  293. package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
  294. package/es/components/Select/index.d.ts +64 -49
  295. package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
  296. package/es/components/Skeleton/Skeleton.mjs +1 -1
  297. package/es/components/Skeleton/SkeletonItem.mjs +1 -1
  298. package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  299. package/es/components/Skeleton/index.d.ts +5 -5
  300. package/es/components/Slider/Handle.mjs +1 -1
  301. package/es/components/Slider/Marks.mjs +1 -1
  302. package/es/components/Slider/Slider.d.ts +8 -8
  303. package/es/components/Slider/Slider.type.d.ts +8 -8
  304. package/es/components/Slider/Steps.mjs +1 -1
  305. package/es/components/Slider/index.d.ts +10 -10
  306. package/es/components/Space/Space.d.ts +4 -4
  307. package/es/components/Space/Space.type.d.ts +8 -8
  308. package/es/components/Space/index.d.ts +7 -7
  309. package/es/components/Spin/Spin.mjs +1 -1
  310. package/es/components/Spin/Spin.type.d.ts +7 -6
  311. package/es/components/Spin/Spin.vue.d.ts +7 -7
  312. package/es/components/Spin/index.d.ts +13 -13
  313. package/es/components/Statistic/Statistic.mjs +1 -1
  314. package/es/components/Statistic/Statistic.type.d.ts +2 -2
  315. package/es/components/Statistic/Statistic.vue.d.ts +31 -31
  316. package/es/components/Statistic/index.d.ts +62 -62
  317. package/es/components/Steps/Step.mjs +1 -1
  318. package/es/components/Steps/Step.vue.d.ts +8 -8
  319. package/es/components/Steps/Steps.mjs +1 -1
  320. package/es/components/Steps/Steps.type.d.ts +14 -14
  321. package/es/components/Steps/Steps.vue.d.ts +11 -11
  322. package/es/components/Steps/index.d.ts +28 -28
  323. package/es/components/Switch/Switch.mjs +1 -1
  324. package/es/components/Switch/Switch.type.d.ts +11 -10
  325. package/es/components/Switch/Switch.vue.d.ts +11 -11
  326. package/es/components/Switch/index.d.ts +20 -20
  327. package/es/components/Table/BaseTable.mjs +1 -1
  328. package/es/components/Table/BaseTable.vue.d.ts +376 -394
  329. package/es/components/Table/BodyTable.mjs +1 -1
  330. package/es/components/Table/BodyTable.vue.d.ts +376 -394
  331. package/es/components/Table/HeadTable.mjs +1 -1
  332. package/es/components/Table/HeadTable.vue.d.ts +376 -394
  333. package/es/components/Table/Table.mjs +1 -1
  334. package/es/components/Table/Table.type.d.ts +20 -20
  335. package/es/components/Table/Table.vue.d.ts +822 -858
  336. package/es/components/Table/TableBox.mjs +1 -1
  337. package/es/components/Table/TableBox.vue.d.ts +752 -788
  338. package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  339. package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
  340. package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
  341. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  342. package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
  343. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  344. package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
  345. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  346. package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
  347. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  348. package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
  349. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  350. package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
  351. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  352. package/es/components/Table/tableUnits/TableBody.mjs +1 -1
  353. package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  354. package/es/components/Table/tableUnits/TableCell.mjs +1 -1
  355. package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  356. package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
  357. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  358. package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
  359. package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
  360. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  361. package/es/components/Table/tableUnits/TableRow.mjs +1 -1
  362. package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  363. package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
  364. package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
  365. package/es/components/Tabs/TabBar.mjs +1 -1
  366. package/es/components/Tabs/TabBar.vue.d.ts +3 -3
  367. package/es/components/Tabs/TabNav.mjs +1 -1
  368. package/es/components/Tabs/TabNav.vue.d.ts +21 -21
  369. package/es/components/Tabs/TabPane.mjs +1 -1
  370. package/es/components/Tabs/Tabs.d.ts +30 -30
  371. package/es/components/Tabs/Tabs.type.d.ts +23 -22
  372. package/es/components/Tabs/index.d.ts +85 -85
  373. package/es/components/Tag/Tag.mjs +1 -1
  374. package/es/components/Tag/Tag.type.d.ts +4 -4
  375. package/es/components/Tag/Tag.vue.d.ts +7 -7
  376. package/es/components/Tag/index.d.ts +15 -15
  377. package/es/components/Text/Text.d.ts +6 -6
  378. package/es/components/Text/Text.type.d.ts +10 -10
  379. package/es/components/Text/index.d.ts +22 -22
  380. package/es/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  381. package/es/components/ThemePanel/ThemePanel.mjs +1 -1
  382. package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  383. package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  384. package/es/components/ThemePanel/index.d.ts +194 -194
  385. package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
  386. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  387. package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
  388. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  389. package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
  390. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  391. package/es/components/TimePicker/TimePicker.mjs +1 -1
  392. package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
  393. package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
  394. package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
  395. package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  396. package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
  397. package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  398. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
  399. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  400. package/es/components/TimePicker/index.d.ts +395 -395
  401. package/es/components/TimePicker/utils.d.ts +3 -3
  402. package/es/components/Timeline/Timeline.d.ts +3 -3
  403. package/es/components/Timeline/Timeline.type.d.ts +6 -6
  404. package/es/components/Timeline/TimelineItem.mjs +1 -1
  405. package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
  406. package/es/components/Timeline/index.d.ts +16 -22
  407. package/es/components/Toggle/Toggle.mjs +1 -1
  408. package/es/components/Toggle/Toggle.type.d.ts +1 -1
  409. package/es/components/Toggle/index.d.ts +1 -1
  410. package/es/components/Tooltip/Tooltip.mjs +1 -1
  411. package/es/components/Tooltip/Tooltip.type.d.ts +10 -8
  412. package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
  413. package/es/components/Tooltip/index.d.ts +25 -25
  414. package/es/components/Transfer/Operation.mjs +1 -1
  415. package/es/components/Transfer/Operation.vue.d.ts +50 -50
  416. package/es/components/Transfer/Transfer.mjs +1 -1
  417. package/es/components/Transfer/Transfer.type.d.ts +8 -7
  418. package/es/components/Transfer/Transfer.vue.d.ts +838 -838
  419. package/es/components/Transfer/TransferList.mjs +1 -1
  420. package/es/components/Transfer/TransferList.vue.d.ts +180 -180
  421. package/es/components/Transfer/TransferListItem.mjs +1 -1
  422. package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
  423. package/es/components/Transfer/index.d.ts +2212 -2212
  424. package/es/components/Tree/SubTree.mjs +1 -1
  425. package/es/components/Tree/SubTree.vue.d.ts +92 -110
  426. package/es/components/Tree/Tree.mjs +1 -1
  427. package/es/components/Tree/Tree.type.d.ts +6 -6
  428. package/es/components/Tree/Tree.vue.d.ts +99 -125
  429. package/es/components/Tree/TreeNode.mjs +1 -1
  430. package/es/components/Tree/TreeNode.vue.d.ts +64 -82
  431. package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
  432. package/es/components/Tree/index.d.ts +203 -263
  433. package/es/components/TreeSelect/TreeSelect.mjs +1 -1
  434. package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  435. package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  436. package/es/components/TreeSelect/index.d.ts +802 -890
  437. package/es/components/Upload/Upload.d.ts +2 -2
  438. package/es/components/Upload/Upload.type.d.ts +13 -13
  439. package/es/components/Upload/UploadDragger.mjs +1 -1
  440. package/es/components/Upload/UploadList.mjs +1 -1
  441. package/es/components/Upload/UploadList.vue.d.ts +68 -68
  442. package/es/components/Upload/Uploader.mjs +1 -1
  443. package/es/components/Upload/index.d.ts +7 -7
  444. package/es/components/VirtualList/ListContent.mjs +1 -1
  445. package/es/components/VirtualList/VirtualList.mjs +1 -1
  446. package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
  447. package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
  448. package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
  449. package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  450. package/es/components/VirtualList/index.d.ts +31 -35
  451. package/es/components/base/CollapseTransition.d.ts +1 -1
  452. package/es/components/base/HighlightText.mjs +1 -1
  453. package/es/components/base/RenderEmpty.mjs +1 -1
  454. package/es/components/base/RenderEmpty.vue.d.ts +6 -6
  455. package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
  456. package/es/components/base/hooks/useDelaySet.d.ts +3 -3
  457. package/es/components/base/hooks/useLock.d.ts +2 -2
  458. package/es/index.d.ts +1 -1
  459. package/es/utils/globalType.d.ts +8 -8
  460. package/es/utils/install.d.ts +2 -2
  461. package/es/utils/placements.d.ts +1 -1
  462. package/es/utils/responsiveObserve.d.ts +2 -2
  463. package/es/utils/slots.d.ts +2 -2
  464. package/lib/components/Affix/Affix.js +1 -1
  465. package/lib/components/Affix/Affix.type.d.ts +3 -3
  466. package/lib/components/Affix/Affix.vue.d.ts +2 -2
  467. package/lib/components/Affix/index.d.ts +4 -4
  468. package/lib/components/Alert/Alert.js +1 -1
  469. package/lib/components/Alert/Alert.type.d.ts +4 -4
  470. package/lib/components/Alert/Alert.vue.d.ts +8 -8
  471. package/lib/components/Alert/index.d.ts +15 -15
  472. package/lib/components/Anchor/Anchor.js +1 -1
  473. package/lib/components/Anchor/Anchor.type.d.ts +6 -6
  474. package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
  475. package/lib/components/Anchor/AnchorLink.js +1 -1
  476. package/lib/components/Anchor/index.d.ts +8 -8
  477. package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  478. package/lib/components/AutoComplete/AutoComplete.js +1 -1
  479. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  480. package/lib/components/AutoComplete/index.d.ts +600 -660
  481. package/lib/components/Avatar/Avatar.js +1 -1
  482. package/lib/components/Avatar/Avatar.type.d.ts +6 -6
  483. package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
  484. package/lib/components/Avatar/index.d.ts +25 -25
  485. package/lib/components/BackTop/BackTop.js +1 -1
  486. package/lib/components/BackTop/BackTop.type.d.ts +2 -2
  487. package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
  488. package/lib/components/BackTop/index.d.ts +12 -12
  489. package/lib/components/Badge/Badge.js +1 -1
  490. package/lib/components/Badge/Badge.type.d.ts +6 -6
  491. package/lib/components/Badge/Badge.vue.d.ts +5 -4
  492. package/lib/components/Badge/index.d.ts +7 -7
  493. package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  494. package/lib/components/Breadcrumb/index.d.ts +2 -2
  495. package/lib/components/Button/Button.js +1 -1
  496. package/lib/components/Button/Button.type.d.ts +21 -21
  497. package/lib/components/Button/Button.vue.d.ts +24 -24
  498. package/lib/components/Button/ButtonGroup.js +1 -1
  499. package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
  500. package/lib/components/Button/index.d.ts +50 -50
  501. package/lib/components/Calendar/Calendar.js +1 -1
  502. package/lib/components/Calendar/Calendar.type.d.ts +9 -9
  503. package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
  504. package/lib/components/Calendar/Header.js +1 -1
  505. package/lib/components/Calendar/Header.vue.d.ts +119 -104
  506. package/lib/components/Calendar/index.d.ts +457 -427
  507. package/lib/components/Calendar/table/DateTable.js +1 -1
  508. package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
  509. package/lib/components/Calendar/table/MonthTable.js +1 -1
  510. package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  511. package/lib/components/Calendar/table/YearTable.js +1 -1
  512. package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
  513. package/lib/components/Card/Card.d.ts +6 -6
  514. package/lib/components/Card/Card.type.d.ts +4 -4
  515. package/lib/components/Card/CardMeta.js +1 -1
  516. package/lib/components/Card/CardMeta.vue.d.ts +25 -25
  517. package/lib/components/Card/index.d.ts +41 -41
  518. package/lib/components/Carousel/Carousel.js +1 -1
  519. package/lib/components/Carousel/Carousel.type.d.ts +15 -15
  520. package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
  521. package/lib/components/Carousel/CarouselItem.js +1 -1
  522. package/lib/components/Carousel/index.d.ts +43 -43
  523. package/lib/components/Cascader/Cascader.d.ts +17 -17
  524. package/lib/components/Cascader/Cascader.type.d.ts +24 -23
  525. package/lib/components/Cascader/index.d.ts +37 -37
  526. package/lib/components/Checkbox/Checkbox.js +1 -1
  527. package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
  528. package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
  529. package/lib/components/Checkbox/CheckboxGroup.js +5 -2
  530. package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
  531. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  532. package/lib/components/Checkbox/index.d.ts +57 -57
  533. package/lib/components/Collapse/Collapse.js +1 -1
  534. package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
  535. package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
  536. package/lib/components/Collapse/Panel.js +1 -1
  537. package/lib/components/Collapse/Panel.vue.d.ts +5 -23
  538. package/lib/components/Collapse/index.d.ts +13 -31
  539. package/lib/components/ColorPicker/ColorPicker.js +1 -1
  540. package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  541. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  542. package/lib/components/ColorPicker/index.d.ts +260 -260
  543. package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
  544. package/lib/components/ColorPicker/units/HueSlider.js +1 -1
  545. package/lib/components/ColorPicker/units/PreColors.js +1 -1
  546. package/lib/components/ColorPicker/units/SvPanel.js +1 -1
  547. package/lib/components/Comment/index.d.ts +1 -1
  548. package/lib/components/ConfigProvider/index.d.ts +1 -1
  549. package/lib/components/DatePicker/DatePicker.js +1 -1
  550. package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
  551. package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
  552. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
  553. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  554. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
  555. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  556. package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
  557. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  558. package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
  559. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  560. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
  561. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  562. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
  563. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  564. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
  565. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  566. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
  567. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  568. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
  569. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  570. package/lib/components/DatePicker/Panel/RangePart.js +1 -1
  571. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  572. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
  573. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  574. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
  575. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  576. package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
  577. package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  578. package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
  579. package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  580. package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
  581. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  582. package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
  583. package/lib/components/DatePicker/index.d.ts +1117 -1117
  584. package/lib/components/DatePicker/utils.d.ts +3 -3
  585. package/lib/components/Divider/Divider.js +1 -1
  586. package/lib/components/Divider/Divider.type.d.ts +9 -9
  587. package/lib/components/Divider/Divider.vue.d.ts +9 -9
  588. package/lib/components/Divider/index.d.ts +16 -16
  589. package/lib/components/Drawer/Drawer.d.ts +6 -5
  590. package/lib/components/Drawer/Drawer.type.d.ts +10 -10
  591. package/lib/components/Drawer/index.d.ts +9 -9
  592. package/lib/components/Dropdown/Dropdown.js +1 -1
  593. package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
  594. package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
  595. package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
  596. package/lib/components/Dropdown/index.d.ts +30 -30
  597. package/lib/components/Empty/Empty.d.ts +8 -8
  598. package/lib/components/Empty/Empty.type.d.ts +5 -5
  599. package/lib/components/Empty/index.d.ts +27 -27
  600. package/lib/components/Form/Form.js +1 -1
  601. package/lib/components/Form/Form.type.d.ts +12 -12
  602. package/lib/components/Form/Form.vue.d.ts +10 -10
  603. package/lib/components/Form/FormItem.d.ts +3 -3
  604. package/lib/components/Form/index.d.ts +25 -25
  605. package/lib/components/Grid/Col.js +1 -1
  606. package/lib/components/Grid/Grid.type.d.ts +11 -11
  607. package/lib/components/Grid/Row.js +1 -1
  608. package/lib/components/Grid/Row.vue.d.ts +4 -4
  609. package/lib/components/Grid/index.d.ts +5 -5
  610. package/lib/components/Icon/Icon.js +1 -1
  611. package/lib/components/Icon/Icon.type.d.ts +3 -3
  612. package/lib/components/Icon/Icon.vue.d.ts +2 -2
  613. package/lib/components/Icon/index.d.ts +4 -4
  614. package/lib/components/Image/Image.js +1 -1
  615. package/lib/components/Image/Image.type.d.ts +6 -6
  616. package/lib/components/Image/Image.vue.d.ts +6 -6
  617. package/lib/components/Image/ImgViewer.js +1 -1
  618. package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
  619. package/lib/components/Image/index.d.ts +17 -17
  620. package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  621. package/lib/components/InfoView/InfoView.js +1 -1
  622. package/lib/components/InfoView/InfoView.type.d.ts +9 -8
  623. package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
  624. package/lib/components/InfoView/index.d.ts +30 -30
  625. package/lib/components/Input/Input.d.ts +26 -26
  626. package/lib/components/Input/Input.type.d.ts +13 -13
  627. package/lib/components/Input/index.d.ts +45 -45
  628. package/lib/components/InputNumber/InputNumber.d.ts +36 -36
  629. package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
  630. package/lib/components/InputNumber/SingleInput.d.ts +10 -9
  631. package/lib/components/InputNumber/index.d.ts +100 -100
  632. package/lib/components/InputNumber/utils.d.ts +2 -2
  633. package/lib/components/Layout/Content.js +1 -1
  634. package/lib/components/Layout/Footer.js +1 -1
  635. package/lib/components/Layout/Header.js +1 -1
  636. package/lib/components/Layout/Layout.js +1 -1
  637. package/lib/components/Layout/Layout.type.d.ts +6 -5
  638. package/lib/components/Layout/Sider.js +1 -1
  639. package/lib/components/Layout/Sider.vue.d.ts +10 -10
  640. package/lib/components/Layout/index.d.ts +12 -12
  641. package/lib/components/Link/Link.js +1 -1
  642. package/lib/components/Link/Link.type.d.ts +5 -5
  643. package/lib/components/Link/Link.vue.d.ts +10 -10
  644. package/lib/components/Link/index.d.ts +18 -18
  645. package/lib/components/List/List.js +1 -1
  646. package/lib/components/List/List.type.d.ts +11 -10
  647. package/lib/components/List/List.vue.d.ts +49 -53
  648. package/lib/components/List/ListItem.d.ts +2 -2
  649. package/lib/components/List/ListItemMeta.js +1 -1
  650. package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
  651. package/lib/components/List/index.d.ts +161 -169
  652. package/lib/components/LoadingBar/LoadingBar.js +1 -1
  653. package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  654. package/lib/components/LoadingBar/index.d.ts +1 -1
  655. package/lib/components/Mask/Mask.type.d.ts +3 -3
  656. package/lib/components/Mask/index.d.ts +1 -1
  657. package/lib/components/Mention/Mention.js +1 -1
  658. package/lib/components/Mention/Mentions.type.d.ts +3 -3
  659. package/lib/components/Mention/MentionsSelect.js +1 -1
  660. package/lib/components/Menu/Menu.d.ts +4 -4
  661. package/lib/components/Menu/Menu.type.d.ts +22 -21
  662. package/lib/components/Menu/MenuDivider.js +1 -1
  663. package/lib/components/Menu/MenuItem.js +1 -1
  664. package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
  665. package/lib/components/Menu/MenuItemGroup.js +1 -1
  666. package/lib/components/Menu/SubMenu.js +1 -1
  667. package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
  668. package/lib/components/Menu/index.d.ts +63 -81
  669. package/lib/components/Message/Message.d.ts +1 -1
  670. package/lib/components/Message/Message.type.d.ts +1 -1
  671. package/lib/components/Message/index.d.ts +1 -1
  672. package/lib/components/Modal/ConfirmDialog.js +1 -1
  673. package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  674. package/lib/components/Modal/Modal.js +1 -1
  675. package/lib/components/Modal/Modal.type.d.ts +6 -6
  676. package/lib/components/Modal/Modal.vue.d.ts +67 -67
  677. package/lib/components/Modal/index.d.ts +144 -150
  678. package/lib/components/Notice/Notice.type.d.ts +3 -3
  679. package/lib/components/Notice/index.d.ts +1 -1
  680. package/lib/components/Notification/Notication.type.d.ts +1 -1
  681. package/lib/components/Notification/Notice.js +1 -1
  682. package/lib/components/Notification/Notice.vue.d.ts +4 -4
  683. package/lib/components/Notification/Notification.js +1 -1
  684. package/lib/components/Notification/Notification.vue.d.ts +4 -4
  685. package/lib/components/PageHeader/PageHeader.js +1 -1
  686. package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
  687. package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
  688. package/lib/components/PageHeader/index.d.ts +43 -43
  689. package/lib/components/Pagination/Options.d.ts +6 -5
  690. package/lib/components/Pagination/Pager.js +1 -1
  691. package/lib/components/Pagination/Pager.vue.d.ts +4 -4
  692. package/lib/components/Pagination/Pagination.d.ts +20 -20
  693. package/lib/components/Pagination/Pagination.type.d.ts +10 -10
  694. package/lib/components/Pagination/index.d.ts +42 -42
  695. package/lib/components/PopConfirm/PopConfirm.js +1 -1
  696. package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  697. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  698. package/lib/components/PopConfirm/index.d.ts +162 -162
  699. package/lib/components/Popover/Popover.js +1 -1
  700. package/lib/components/Popover/Popover.type.d.ts +9 -8
  701. package/lib/components/Popover/Popover.vue.d.ts +12 -12
  702. package/lib/components/Popover/index.d.ts +22 -22
  703. package/lib/components/Popup/Popup.d.ts +6 -6
  704. package/lib/components/Popup/Popup.type.d.ts +9 -8
  705. package/lib/components/Progress/Circle.d.ts +9 -8
  706. package/lib/components/Progress/Line.js +1 -1
  707. package/lib/components/Progress/Line.vue.d.ts +9 -8
  708. package/lib/components/Progress/Progress.js +1 -1
  709. package/lib/components/Progress/Progress.type.d.ts +11 -11
  710. package/lib/components/Progress/Progress.vue.d.ts +31 -31
  711. package/lib/components/Progress/Water.js +1 -1
  712. package/lib/components/Progress/Water.vue.d.ts +5 -4
  713. package/lib/components/Progress/index.d.ts +63 -63
  714. package/lib/components/Radio/Radio.js +1 -1
  715. package/lib/components/Radio/Radio.type.d.ts +20 -20
  716. package/lib/components/Radio/Radio.vue.d.ts +11 -11
  717. package/lib/components/Radio/RadioGroup.d.ts +13 -13
  718. package/lib/components/Radio/index.d.ts +37 -37
  719. package/lib/components/Rate/Rate.js +1 -1
  720. package/lib/components/Rate/Rate.type.d.ts +3 -3
  721. package/lib/components/Rate/Rate.vue.d.ts +29 -29
  722. package/lib/components/Rate/Star.js +1 -1
  723. package/lib/components/Rate/Star.vue.d.ts +4 -4
  724. package/lib/components/Rate/index.d.ts +59 -59
  725. package/lib/components/Result/Result.js +1 -1
  726. package/lib/components/Result/Result.type.d.ts +4 -4
  727. package/lib/components/Result/Result.vue.d.ts +6 -6
  728. package/lib/components/Result/index.d.ts +12 -12
  729. package/lib/components/Scrollbar/index.d.ts +1 -1
  730. package/lib/components/Scrollbar/utils.d.ts +1 -1
  731. package/lib/components/Select/DropdownMenu.js +1 -1
  732. package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
  733. package/lib/components/Select/RefSelect.js +3 -2
  734. package/lib/components/Select/RefSelect.js.map +1 -1
  735. package/lib/components/Select/RefSelect.vue.d.ts +201 -182
  736. package/lib/components/Select/Select.d.ts +34 -25
  737. package/lib/components/Select/Select.type.d.ts +23 -18
  738. package/lib/components/Select/Select.type.js +4 -0
  739. package/lib/components/Select/Select.type.js.map +1 -1
  740. package/lib/components/Select/Selection/Input.js +1 -1
  741. package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
  742. package/lib/components/Select/Selection/Multiple.js +5 -4
  743. package/lib/components/Select/Selection/Multiple.js.map +1 -1
  744. package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
  745. package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
  746. package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
  747. package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
  748. package/lib/components/Select/Selection/MultipleBase.js +18 -3
  749. package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
  750. package/lib/components/Select/Selection/Selection.js +7 -2
  751. package/lib/components/Select/Selection/Selection.js.map +1 -1
  752. package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
  753. package/lib/components/Select/Selection/Single.js +1 -1
  754. package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
  755. package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
  756. package/lib/components/Select/index.d.ts +64 -49
  757. package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
  758. package/lib/components/Skeleton/Skeleton.js +1 -1
  759. package/lib/components/Skeleton/SkeletonItem.js +1 -1
  760. package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  761. package/lib/components/Skeleton/index.d.ts +5 -5
  762. package/lib/components/Slider/Handle.js +1 -1
  763. package/lib/components/Slider/Marks.js +1 -1
  764. package/lib/components/Slider/Slider.d.ts +8 -8
  765. package/lib/components/Slider/Slider.type.d.ts +8 -8
  766. package/lib/components/Slider/Steps.js +1 -1
  767. package/lib/components/Slider/index.d.ts +10 -10
  768. package/lib/components/Space/Space.d.ts +4 -4
  769. package/lib/components/Space/Space.type.d.ts +8 -8
  770. package/lib/components/Space/index.d.ts +7 -7
  771. package/lib/components/Spin/Spin.js +1 -1
  772. package/lib/components/Spin/Spin.type.d.ts +7 -6
  773. package/lib/components/Spin/Spin.vue.d.ts +7 -7
  774. package/lib/components/Spin/index.d.ts +13 -13
  775. package/lib/components/Statistic/Statistic.js +1 -1
  776. package/lib/components/Statistic/Statistic.type.d.ts +2 -2
  777. package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
  778. package/lib/components/Statistic/index.d.ts +62 -62
  779. package/lib/components/Steps/Step.js +1 -1
  780. package/lib/components/Steps/Step.vue.d.ts +8 -8
  781. package/lib/components/Steps/Steps.js +1 -1
  782. package/lib/components/Steps/Steps.type.d.ts +14 -14
  783. package/lib/components/Steps/Steps.vue.d.ts +11 -11
  784. package/lib/components/Steps/index.d.ts +28 -28
  785. package/lib/components/Switch/Switch.js +1 -1
  786. package/lib/components/Switch/Switch.type.d.ts +11 -10
  787. package/lib/components/Switch/Switch.vue.d.ts +11 -11
  788. package/lib/components/Switch/index.d.ts +20 -20
  789. package/lib/components/Table/BaseTable.js +1 -1
  790. package/lib/components/Table/BaseTable.vue.d.ts +376 -394
  791. package/lib/components/Table/BodyTable.js +1 -1
  792. package/lib/components/Table/BodyTable.vue.d.ts +376 -394
  793. package/lib/components/Table/HeadTable.js +1 -1
  794. package/lib/components/Table/HeadTable.vue.d.ts +376 -394
  795. package/lib/components/Table/Table.js +1 -1
  796. package/lib/components/Table/Table.type.d.ts +20 -20
  797. package/lib/components/Table/Table.vue.d.ts +822 -858
  798. package/lib/components/Table/TableBox.js +1 -1
  799. package/lib/components/Table/TableBox.vue.d.ts +752 -788
  800. package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  801. package/lib/components/Table/tableUnits/ColGroup.js +1 -1
  802. package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
  803. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  804. package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
  805. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  806. package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
  807. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  808. package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
  809. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  810. package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
  811. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  812. package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
  813. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  814. package/lib/components/Table/tableUnits/TableBody.js +1 -1
  815. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  816. package/lib/components/Table/tableUnits/TableCell.js +1 -1
  817. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  818. package/lib/components/Table/tableUnits/TableHeader.js +1 -1
  819. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  820. package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
  821. package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
  822. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  823. package/lib/components/Table/tableUnits/TableRow.js +1 -1
  824. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  825. package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
  826. package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
  827. package/lib/components/Tabs/TabBar.js +1 -1
  828. package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
  829. package/lib/components/Tabs/TabNav.js +1 -1
  830. package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
  831. package/lib/components/Tabs/TabPane.js +1 -1
  832. package/lib/components/Tabs/Tabs.d.ts +30 -30
  833. package/lib/components/Tabs/Tabs.type.d.ts +23 -22
  834. package/lib/components/Tabs/index.d.ts +85 -85
  835. package/lib/components/Tag/Tag.js +1 -1
  836. package/lib/components/Tag/Tag.type.d.ts +4 -4
  837. package/lib/components/Tag/Tag.vue.d.ts +7 -7
  838. package/lib/components/Tag/index.d.ts +15 -15
  839. package/lib/components/Text/Text.d.ts +6 -6
  840. package/lib/components/Text/Text.type.d.ts +10 -10
  841. package/lib/components/Text/index.d.ts +22 -22
  842. package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  843. package/lib/components/ThemePanel/ThemePanel.js +1 -1
  844. package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  845. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  846. package/lib/components/ThemePanel/index.d.ts +194 -194
  847. package/lib/components/TimePicker/Panel/SelectList.js +1 -1
  848. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  849. package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
  850. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  851. package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
  852. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  853. package/lib/components/TimePicker/TimePicker.js +1 -1
  854. package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
  855. package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
  856. package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
  857. package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  858. package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
  859. package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  860. package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
  861. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  862. package/lib/components/TimePicker/index.d.ts +395 -395
  863. package/lib/components/TimePicker/utils.d.ts +3 -3
  864. package/lib/components/Timeline/Timeline.d.ts +3 -3
  865. package/lib/components/Timeline/Timeline.type.d.ts +6 -6
  866. package/lib/components/Timeline/TimelineItem.js +1 -1
  867. package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
  868. package/lib/components/Timeline/index.d.ts +16 -22
  869. package/lib/components/Toggle/Toggle.js +1 -1
  870. package/lib/components/Toggle/Toggle.type.d.ts +1 -1
  871. package/lib/components/Toggle/index.d.ts +1 -1
  872. package/lib/components/Tooltip/Tooltip.js +1 -1
  873. package/lib/components/Tooltip/Tooltip.type.d.ts +10 -8
  874. package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
  875. package/lib/components/Tooltip/index.d.ts +25 -25
  876. package/lib/components/Transfer/Operation.js +1 -1
  877. package/lib/components/Transfer/Operation.vue.d.ts +50 -50
  878. package/lib/components/Transfer/Transfer.js +1 -1
  879. package/lib/components/Transfer/Transfer.type.d.ts +8 -7
  880. package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
  881. package/lib/components/Transfer/TransferList.js +1 -1
  882. package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
  883. package/lib/components/Transfer/TransferListItem.js +1 -1
  884. package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
  885. package/lib/components/Transfer/index.d.ts +2212 -2212
  886. package/lib/components/Tree/SubTree.js +1 -1
  887. package/lib/components/Tree/SubTree.vue.d.ts +92 -110
  888. package/lib/components/Tree/Tree.js +1 -1
  889. package/lib/components/Tree/Tree.type.d.ts +6 -6
  890. package/lib/components/Tree/Tree.vue.d.ts +99 -125
  891. package/lib/components/Tree/TreeNode.js +1 -1
  892. package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
  893. package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
  894. package/lib/components/Tree/index.d.ts +203 -263
  895. package/lib/components/TreeSelect/TreeSelect.js +1 -1
  896. package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  897. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  898. package/lib/components/TreeSelect/index.d.ts +802 -890
  899. package/lib/components/Upload/Upload.d.ts +2 -2
  900. package/lib/components/Upload/Upload.type.d.ts +13 -13
  901. package/lib/components/Upload/UploadDragger.js +1 -1
  902. package/lib/components/Upload/UploadList.js +1 -1
  903. package/lib/components/Upload/UploadList.vue.d.ts +68 -68
  904. package/lib/components/Upload/Uploader.js +1 -1
  905. package/lib/components/Upload/index.d.ts +7 -7
  906. package/lib/components/VirtualList/ListContent.js +1 -1
  907. package/lib/components/VirtualList/VirtualList.js +1 -1
  908. package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
  909. package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
  910. package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
  911. package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  912. package/lib/components/VirtualList/index.d.ts +31 -35
  913. package/lib/components/base/CollapseTransition.d.ts +1 -1
  914. package/lib/components/base/HighlightText.js +1 -1
  915. package/lib/components/base/RenderEmpty.js +1 -1
  916. package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
  917. package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
  918. package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
  919. package/lib/components/base/hooks/useLock.d.ts +2 -2
  920. package/lib/index.d.ts +1 -1
  921. package/lib/utils/globalType.d.ts +8 -8
  922. package/lib/utils/install.d.ts +2 -2
  923. package/lib/utils/placements.d.ts +1 -1
  924. package/lib/utils/responsiveObserve.d.ts +2 -2
  925. package/lib/utils/slots.d.ts +2 -2
  926. package/package.json +2 -2
  927. package/types/components/Affix/Affix.type.d.ts +3 -3
  928. package/types/components/Affix/Affix.vue.d.ts +2 -2
  929. package/types/components/Affix/index.d.ts +4 -4
  930. package/types/components/Alert/Alert.type.d.ts +4 -4
  931. package/types/components/Alert/Alert.vue.d.ts +8 -8
  932. package/types/components/Alert/index.d.ts +15 -15
  933. package/types/components/Anchor/Anchor.type.d.ts +6 -6
  934. package/types/components/Anchor/Anchor.vue.d.ts +3 -3
  935. package/types/components/Anchor/index.d.ts +8 -8
  936. package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  937. package/types/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  938. package/types/components/AutoComplete/index.d.ts +600 -660
  939. package/types/components/Avatar/Avatar.type.d.ts +6 -6
  940. package/types/components/Avatar/Avatar.vue.d.ts +13 -13
  941. package/types/components/Avatar/index.d.ts +25 -25
  942. package/types/components/BackTop/BackTop.type.d.ts +2 -2
  943. package/types/components/BackTop/BackTop.vue.d.ts +6 -6
  944. package/types/components/BackTop/index.d.ts +12 -12
  945. package/types/components/Badge/Badge.type.d.ts +6 -6
  946. package/types/components/Badge/Badge.vue.d.ts +5 -4
  947. package/types/components/Badge/index.d.ts +7 -7
  948. package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  949. package/types/components/Breadcrumb/index.d.ts +2 -2
  950. package/types/components/Button/Button.type.d.ts +21 -21
  951. package/types/components/Button/Button.vue.d.ts +24 -24
  952. package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
  953. package/types/components/Button/index.d.ts +50 -50
  954. package/types/components/Calendar/Calendar.type.d.ts +9 -9
  955. package/types/components/Calendar/Calendar.vue.d.ts +218 -203
  956. package/types/components/Calendar/Header.vue.d.ts +119 -104
  957. package/types/components/Calendar/index.d.ts +457 -427
  958. package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
  959. package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  960. package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
  961. package/types/components/Card/Card.d.ts +6 -6
  962. package/types/components/Card/Card.type.d.ts +4 -4
  963. package/types/components/Card/CardMeta.vue.d.ts +25 -25
  964. package/types/components/Card/index.d.ts +41 -41
  965. package/types/components/Carousel/Carousel.type.d.ts +15 -15
  966. package/types/components/Carousel/Carousel.vue.d.ts +19 -19
  967. package/types/components/Carousel/index.d.ts +43 -43
  968. package/types/components/Cascader/Cascader.d.ts +17 -17
  969. package/types/components/Cascader/Cascader.type.d.ts +24 -23
  970. package/types/components/Cascader/index.d.ts +37 -37
  971. package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
  972. package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
  973. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  974. package/types/components/Checkbox/index.d.ts +57 -57
  975. package/types/components/Collapse/Collapse.vue.d.ts +4 -4
  976. package/types/components/Collapse/Collpapse.type.d.ts +6 -6
  977. package/types/components/Collapse/Panel.vue.d.ts +5 -23
  978. package/types/components/Collapse/index.d.ts +13 -31
  979. package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  980. package/types/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  981. package/types/components/ColorPicker/index.d.ts +260 -260
  982. package/types/components/Comment/index.d.ts +1 -1
  983. package/types/components/ConfigProvider/index.d.ts +1 -1
  984. package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
  985. package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
  986. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  987. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  988. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  989. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  990. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  991. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  992. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  993. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  994. package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  995. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  996. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  997. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  998. package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  999. package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  1000. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  1001. package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
  1002. package/types/components/DatePicker/index.d.ts +1117 -1117
  1003. package/types/components/DatePicker/utils.d.ts +3 -3
  1004. package/types/components/Divider/Divider.type.d.ts +9 -9
  1005. package/types/components/Divider/Divider.vue.d.ts +9 -9
  1006. package/types/components/Divider/index.d.ts +16 -16
  1007. package/types/components/Drawer/Drawer.d.ts +6 -5
  1008. package/types/components/Drawer/Drawer.type.d.ts +10 -10
  1009. package/types/components/Drawer/index.d.ts +9 -9
  1010. package/types/components/Dropdown/Dropdown.type.d.ts +7 -7
  1011. package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
  1012. package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
  1013. package/types/components/Dropdown/index.d.ts +30 -30
  1014. package/types/components/Empty/Empty.d.ts +8 -8
  1015. package/types/components/Empty/Empty.type.d.ts +5 -5
  1016. package/types/components/Empty/index.d.ts +27 -27
  1017. package/types/components/Form/Form.type.d.ts +12 -12
  1018. package/types/components/Form/Form.vue.d.ts +10 -10
  1019. package/types/components/Form/FormItem.d.ts +3 -3
  1020. package/types/components/Form/index.d.ts +25 -25
  1021. package/types/components/Grid/Grid.type.d.ts +11 -11
  1022. package/types/components/Grid/Row.vue.d.ts +4 -4
  1023. package/types/components/Grid/index.d.ts +5 -5
  1024. package/types/components/Icon/Icon.type.d.ts +3 -3
  1025. package/types/components/Icon/Icon.vue.d.ts +2 -2
  1026. package/types/components/Icon/index.d.ts +4 -4
  1027. package/types/components/Image/Image.type.d.ts +6 -6
  1028. package/types/components/Image/Image.vue.d.ts +6 -6
  1029. package/types/components/Image/ImgViewer.vue.d.ts +4 -4
  1030. package/types/components/Image/index.d.ts +17 -17
  1031. package/types/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  1032. package/types/components/InfoView/InfoView.type.d.ts +9 -8
  1033. package/types/components/InfoView/InfoView.vue.d.ts +13 -13
  1034. package/types/components/InfoView/index.d.ts +30 -30
  1035. package/types/components/Input/Input.d.ts +26 -26
  1036. package/types/components/Input/Input.type.d.ts +13 -13
  1037. package/types/components/Input/index.d.ts +45 -45
  1038. package/types/components/InputNumber/InputNumber.d.ts +36 -36
  1039. package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
  1040. package/types/components/InputNumber/SingleInput.d.ts +10 -9
  1041. package/types/components/InputNumber/index.d.ts +100 -100
  1042. package/types/components/InputNumber/utils.d.ts +2 -2
  1043. package/types/components/Layout/Layout.type.d.ts +6 -5
  1044. package/types/components/Layout/Sider.vue.d.ts +10 -10
  1045. package/types/components/Layout/index.d.ts +12 -12
  1046. package/types/components/Link/Link.type.d.ts +5 -5
  1047. package/types/components/Link/Link.vue.d.ts +10 -10
  1048. package/types/components/Link/index.d.ts +18 -18
  1049. package/types/components/List/List.type.d.ts +11 -10
  1050. package/types/components/List/List.vue.d.ts +49 -53
  1051. package/types/components/List/ListItem.d.ts +2 -2
  1052. package/types/components/List/ListItemMeta.vue.d.ts +25 -25
  1053. package/types/components/List/index.d.ts +161 -169
  1054. package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  1055. package/types/components/LoadingBar/index.d.ts +1 -1
  1056. package/types/components/Mask/Mask.type.d.ts +3 -3
  1057. package/types/components/Mask/index.d.ts +1 -1
  1058. package/types/components/Mention/Mentions.type.d.ts +3 -3
  1059. package/types/components/Menu/Menu.d.ts +4 -4
  1060. package/types/components/Menu/Menu.type.d.ts +22 -21
  1061. package/types/components/Menu/MenuItem.vue.d.ts +29 -29
  1062. package/types/components/Menu/SubMenu.vue.d.ts +17 -35
  1063. package/types/components/Menu/index.d.ts +63 -81
  1064. package/types/components/Message/Message.d.ts +1 -1
  1065. package/types/components/Message/Message.type.d.ts +1 -1
  1066. package/types/components/Message/index.d.ts +1 -1
  1067. package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  1068. package/types/components/Modal/Modal.type.d.ts +6 -6
  1069. package/types/components/Modal/Modal.vue.d.ts +67 -67
  1070. package/types/components/Modal/index.d.ts +144 -150
  1071. package/types/components/Notice/Notice.type.d.ts +3 -3
  1072. package/types/components/Notice/index.d.ts +1 -1
  1073. package/types/components/Notification/Notication.type.d.ts +1 -1
  1074. package/types/components/Notification/Notice.vue.d.ts +4 -4
  1075. package/types/components/Notification/Notification.vue.d.ts +4 -4
  1076. package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
  1077. package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
  1078. package/types/components/PageHeader/index.d.ts +43 -43
  1079. package/types/components/Pagination/Options.d.ts +6 -5
  1080. package/types/components/Pagination/Pager.vue.d.ts +4 -4
  1081. package/types/components/Pagination/Pagination.d.ts +20 -20
  1082. package/types/components/Pagination/Pagination.type.d.ts +10 -10
  1083. package/types/components/Pagination/index.d.ts +42 -42
  1084. package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  1085. package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  1086. package/types/components/PopConfirm/index.d.ts +162 -162
  1087. package/types/components/Popover/Popover.type.d.ts +9 -8
  1088. package/types/components/Popover/Popover.vue.d.ts +12 -12
  1089. package/types/components/Popover/index.d.ts +22 -22
  1090. package/types/components/Popup/Popup.d.ts +6 -6
  1091. package/types/components/Popup/Popup.type.d.ts +9 -8
  1092. package/types/components/Progress/Circle.d.ts +9 -8
  1093. package/types/components/Progress/Line.vue.d.ts +9 -8
  1094. package/types/components/Progress/Progress.type.d.ts +11 -11
  1095. package/types/components/Progress/Progress.vue.d.ts +31 -31
  1096. package/types/components/Progress/Water.vue.d.ts +5 -4
  1097. package/types/components/Progress/index.d.ts +63 -63
  1098. package/types/components/Radio/Radio.type.d.ts +20 -20
  1099. package/types/components/Radio/Radio.vue.d.ts +11 -11
  1100. package/types/components/Radio/RadioGroup.d.ts +13 -13
  1101. package/types/components/Radio/index.d.ts +37 -37
  1102. package/types/components/Rate/Rate.type.d.ts +3 -3
  1103. package/types/components/Rate/Rate.vue.d.ts +29 -29
  1104. package/types/components/Rate/Star.vue.d.ts +4 -4
  1105. package/types/components/Rate/index.d.ts +59 -59
  1106. package/types/components/Result/Result.type.d.ts +4 -4
  1107. package/types/components/Result/Result.vue.d.ts +6 -6
  1108. package/types/components/Result/index.d.ts +12 -12
  1109. package/types/components/Scrollbar/index.d.ts +1 -1
  1110. package/types/components/Scrollbar/utils.d.ts +1 -1
  1111. package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
  1112. package/types/components/Select/RefSelect.vue.d.ts +201 -182
  1113. package/types/components/Select/Select.d.ts +34 -25
  1114. package/types/components/Select/Select.type.d.ts +23 -18
  1115. package/types/components/Select/Selection/Input.vue.d.ts +3 -3
  1116. package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
  1117. package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
  1118. package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
  1119. package/types/components/Select/Selection/Single.vue.d.ts +6 -8
  1120. package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
  1121. package/types/components/Select/index.d.ts +64 -49
  1122. package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
  1123. package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  1124. package/types/components/Skeleton/index.d.ts +5 -5
  1125. package/types/components/Slider/Slider.d.ts +8 -8
  1126. package/types/components/Slider/Slider.type.d.ts +8 -8
  1127. package/types/components/Slider/index.d.ts +10 -10
  1128. package/types/components/Space/Space.d.ts +4 -4
  1129. package/types/components/Space/Space.type.d.ts +8 -8
  1130. package/types/components/Space/index.d.ts +7 -7
  1131. package/types/components/Spin/Spin.type.d.ts +7 -6
  1132. package/types/components/Spin/Spin.vue.d.ts +7 -7
  1133. package/types/components/Spin/index.d.ts +13 -13
  1134. package/types/components/Statistic/Statistic.type.d.ts +2 -2
  1135. package/types/components/Statistic/Statistic.vue.d.ts +31 -31
  1136. package/types/components/Statistic/index.d.ts +62 -62
  1137. package/types/components/Steps/Step.vue.d.ts +8 -8
  1138. package/types/components/Steps/Steps.type.d.ts +14 -14
  1139. package/types/components/Steps/Steps.vue.d.ts +11 -11
  1140. package/types/components/Steps/index.d.ts +28 -28
  1141. package/types/components/Switch/Switch.type.d.ts +11 -10
  1142. package/types/components/Switch/Switch.vue.d.ts +11 -11
  1143. package/types/components/Switch/index.d.ts +20 -20
  1144. package/types/components/Table/BaseTable.vue.d.ts +376 -394
  1145. package/types/components/Table/BodyTable.vue.d.ts +376 -394
  1146. package/types/components/Table/HeadTable.vue.d.ts +376 -394
  1147. package/types/components/Table/Table.type.d.ts +20 -20
  1148. package/types/components/Table/Table.vue.d.ts +822 -858
  1149. package/types/components/Table/TableBox.vue.d.ts +752 -788
  1150. package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  1151. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  1152. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  1153. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  1154. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  1155. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  1156. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  1157. package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  1158. package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  1159. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  1160. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  1161. package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  1162. package/types/components/Tabs/TabBar.vue.d.ts +3 -3
  1163. package/types/components/Tabs/TabNav.vue.d.ts +21 -21
  1164. package/types/components/Tabs/Tabs.d.ts +30 -30
  1165. package/types/components/Tabs/Tabs.type.d.ts +23 -22
  1166. package/types/components/Tabs/index.d.ts +85 -85
  1167. package/types/components/Tag/Tag.type.d.ts +4 -4
  1168. package/types/components/Tag/Tag.vue.d.ts +7 -7
  1169. package/types/components/Tag/index.d.ts +15 -15
  1170. package/types/components/Text/Text.d.ts +6 -6
  1171. package/types/components/Text/Text.type.d.ts +10 -10
  1172. package/types/components/Text/index.d.ts +22 -22
  1173. package/types/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  1174. package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  1175. package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  1176. package/types/components/ThemePanel/index.d.ts +194 -194
  1177. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  1178. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  1179. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  1180. package/types/components/TimePicker/TimePicker.type.d.ts +16 -15
  1181. package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
  1182. package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  1183. package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  1184. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  1185. package/types/components/TimePicker/index.d.ts +395 -395
  1186. package/types/components/TimePicker/utils.d.ts +3 -3
  1187. package/types/components/Timeline/Timeline.d.ts +3 -3
  1188. package/types/components/Timeline/Timeline.type.d.ts +6 -6
  1189. package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
  1190. package/types/components/Timeline/index.d.ts +16 -22
  1191. package/types/components/Toggle/Toggle.type.d.ts +1 -1
  1192. package/types/components/Toggle/index.d.ts +1 -1
  1193. package/types/components/Tooltip/Tooltip.type.d.ts +10 -8
  1194. package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
  1195. package/types/components/Tooltip/index.d.ts +25 -25
  1196. package/types/components/Transfer/Operation.vue.d.ts +50 -50
  1197. package/types/components/Transfer/Transfer.type.d.ts +8 -7
  1198. package/types/components/Transfer/Transfer.vue.d.ts +838 -838
  1199. package/types/components/Transfer/TransferList.vue.d.ts +180 -180
  1200. package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
  1201. package/types/components/Transfer/index.d.ts +2212 -2212
  1202. package/types/components/Tree/SubTree.vue.d.ts +92 -110
  1203. package/types/components/Tree/Tree.type.d.ts +6 -6
  1204. package/types/components/Tree/Tree.vue.d.ts +99 -125
  1205. package/types/components/Tree/TreeNode.vue.d.ts +64 -82
  1206. package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
  1207. package/types/components/Tree/index.d.ts +203 -263
  1208. package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  1209. package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  1210. package/types/components/TreeSelect/index.d.ts +802 -890
  1211. package/types/components/Upload/Upload.d.ts +2 -2
  1212. package/types/components/Upload/Upload.type.d.ts +13 -13
  1213. package/types/components/Upload/UploadList.vue.d.ts +68 -68
  1214. package/types/components/Upload/index.d.ts +7 -7
  1215. package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
  1216. package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
  1217. package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  1218. package/types/components/VirtualList/index.d.ts +31 -35
  1219. package/types/components/base/CollapseTransition.d.ts +1 -1
  1220. package/types/components/base/RenderEmpty.vue.d.ts +6 -6
  1221. package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
  1222. package/types/components/base/hooks/useDelaySet.d.ts +3 -3
  1223. package/types/components/base/hooks/useLock.d.ts +2 -2
  1224. package/types/index.d.ts +1 -1
  1225. package/types/utils/globalType.d.ts +8 -8
  1226. package/types/utils/install.d.ts +2 -2
  1227. package/types/utils/placements.d.ts +1 -1
  1228. package/types/utils/responsiveObserve.d.ts +2 -2
  1229. package/types/utils/slots.d.ts +2 -2
  1230. package/uxd-ui.esm.min.mjs +6 -6
  1231. package/uxd-ui.esm.mjs +40 -11
  1232. package/uxd-ui.umd.js +40 -11
  1233. package/uxd-ui.umd.min.js +6 -6
@@ -25,17 +25,17 @@ export declare const UThemePanel: {
25
25
  themeColors: readonly ["primary", "blue", "red", "orange", "green", "iris", "cyan", "yellow", "amber", "purple", "lime", "sky", "violet", "pink", "mint"];
26
26
  themeColor: import("vue").Ref<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint", "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
27
27
  appearance: import("vue").Ref<"light" | "dark", "light" | "dark">;
28
- radius: import("vue").Ref<"small" | "medium" | "large" | "none" | "full", "small" | "medium" | "large" | "none" | "full">;
28
+ radius: import("vue").Ref<"medium" | "small" | "large" | "none" | "full", "medium" | "small" | "large" | "none" | "full">;
29
29
  direction: import("vue").Ref<"ltr" | "rtl", "ltr" | "rtl">;
30
30
  computedLocale: import("vue").ComputedRef<import("../locale/default").ThemePanelLocal>;
31
31
  radiusOptions: import("vue").ComputedRef<{
32
32
  value: string;
33
33
  label: string;
34
34
  }[]>;
35
- handleThemeColorclick: (color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => void;
36
- handleAppearanceClick: (type: "light" | "dark") => void;
37
- handleRadiusClick: (type: "small" | "medium" | "large" | "none" | "full") => void;
38
- handleDirectionClick: (type: "ltr" | "rtl") => void;
35
+ handleThemeColorclick: (color: import("@koi-design/uxd-ui/es/utils").ColorType) => void;
36
+ handleAppearanceClick: (type: import("./ThemePanel.type").AppearanceType) => void;
37
+ handleRadiusClick: (type: import("./ThemePanel.type").RadiusType) => void;
38
+ handleDirectionClick: (type: import("./ThemePanel.type").DirectionType) => void;
39
39
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
40
40
  showThemeColor: boolean;
41
41
  showAppearance: boolean;
@@ -56,17 +56,17 @@ export declare const UThemePanel: {
56
56
  default: string;
57
57
  };
58
58
  appearance: {
59
- type: import("vue").PropType<"light" | "dark">;
59
+ type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
60
60
  default: string;
61
61
  validator: (val: "light" | "dark") => boolean;
62
62
  };
63
63
  radius: {
64
- type: import("vue").PropType<"small" | "medium" | "large" | "none" | "full">;
64
+ type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
65
65
  default: string;
66
- validator: (val: "small" | "medium" | "large" | "none" | "full") => boolean;
66
+ validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
67
67
  };
68
68
  direction: {
69
- type: import("vue").PropType<"ltr" | "rtl">;
69
+ type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
70
70
  default: string;
71
71
  validator: (val: "ltr" | "rtl") => boolean;
72
72
  };
@@ -84,24 +84,24 @@ export declare const UThemePanel: {
84
84
  default: string;
85
85
  };
86
86
  appearance: {
87
- type: import("vue").PropType<"light" | "dark">;
87
+ type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
88
88
  default: string;
89
89
  validator: (val: "light" | "dark") => boolean;
90
90
  };
91
91
  radius: {
92
- type: import("vue").PropType<"small" | "medium" | "large" | "none" | "full">;
92
+ type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
93
93
  default: string;
94
- validator: (val: "small" | "medium" | "large" | "none" | "full") => boolean;
94
+ validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
95
95
  };
96
96
  direction: {
97
- type: import("vue").PropType<"ltr" | "rtl">;
97
+ type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
98
98
  default: string;
99
99
  validator: (val: "ltr" | "rtl") => boolean;
100
100
  };
101
101
  }>> & Readonly<{}>, {
102
102
  themeColor: string;
103
103
  appearance: "light" | "dark";
104
- radius: "small" | "medium" | "large" | "none" | "full";
104
+ radius: "medium" | "small" | "large" | "none" | "full";
105
105
  direction: "ltr" | "rtl";
106
106
  scaling: number;
107
107
  styleClass: string;
@@ -109,24 +109,24 @@ export declare const UThemePanel: {
109
109
  UButton: {
110
110
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
111
111
  type: {
112
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
112
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
113
113
  default: string;
114
114
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
115
115
  };
116
116
  color: {
117
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
118
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
117
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
118
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
119
119
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
120
120
  };
121
121
  variant: {
122
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
122
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
123
123
  default: string;
124
124
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
125
125
  };
126
126
  size: {
127
- type: import("vue").PropType<"small" | "default" | "large">;
127
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
128
128
  default: string;
129
- validator: (val: "small" | "default" | "large") => boolean;
129
+ validator: (val: "default" | "small" | "large") => boolean;
130
130
  };
131
131
  disabled: {
132
132
  type: BooleanConstructor;
@@ -137,10 +137,10 @@ export declare const UThemePanel: {
137
137
  default: boolean;
138
138
  };
139
139
  icon: {
140
- type: import("vue").PropType<import("../..").IconPropType>;
140
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
141
141
  };
142
142
  shape: {
143
- type: import("vue").PropType<"default" | "circle">;
143
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
144
144
  default: string;
145
145
  validator: (val: "default" | "circle") => boolean;
146
146
  };
@@ -157,7 +157,7 @@ export declare const UThemePanel: {
157
157
  default: undefined;
158
158
  };
159
159
  nativeType: {
160
- type: import("vue").PropType<"button" | "submit" | "reset">;
160
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
161
161
  default: string;
162
162
  validator: (val: "button" | "submit" | "reset") => boolean;
163
163
  };
@@ -180,13 +180,13 @@ export declare const UThemePanel: {
180
180
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
181
181
  type: "primary" | "success" | "warning" | "default" | "danger";
182
182
  loading: boolean;
183
- size: "small" | "default" | "large";
183
+ size: "default" | "small" | "large";
184
184
  disabled: boolean;
185
185
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
186
186
  nativeType: "button" | "submit" | "reset";
187
- block: boolean;
188
187
  shape: "default" | "circle";
189
188
  dashed: boolean;
189
+ block: boolean;
190
190
  iconOnly: boolean;
191
191
  blurAfterClick: boolean;
192
192
  }, true, {}, {}, {
@@ -204,7 +204,7 @@ export declare const UThemePanel: {
204
204
  default: string;
205
205
  };
206
206
  icon: {
207
- type: import("vue").PropType<import("../..").IconPropType>;
207
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
208
208
  };
209
209
  }>> & Readonly<{
210
210
  onClick?: (ev: Event) => any;
@@ -251,7 +251,7 @@ export declare const UThemePanel: {
251
251
  default: string;
252
252
  };
253
253
  icon: {
254
- type: import("vue").PropType<import("../..").IconPropType>;
254
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
255
255
  };
256
256
  }>> & Readonly<{
257
257
  onClick?: (ev: Event) => any;
@@ -293,7 +293,7 @@ export declare const UThemePanel: {
293
293
  default: string;
294
294
  };
295
295
  icon: {
296
- type: import("vue").PropType<import("../..").IconPropType>;
296
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
297
297
  };
298
298
  }>> & Readonly<{
299
299
  onClick?: (ev: Event) => any;
@@ -320,7 +320,7 @@ export declare const UThemePanel: {
320
320
  }, string, {
321
321
  color: string;
322
322
  spin: boolean;
323
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
323
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
324
324
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
325
325
  P: {};
326
326
  B: {};
@@ -330,24 +330,24 @@ export declare const UThemePanel: {
330
330
  Defaults: {};
331
331
  }, Readonly<import("vue").ExtractPropTypes<{
332
332
  type: {
333
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
333
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
334
334
  default: string;
335
335
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
336
336
  };
337
337
  color: {
338
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
339
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
338
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
339
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
340
340
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
341
341
  };
342
342
  variant: {
343
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
343
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
344
344
  default: string;
345
345
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
346
346
  };
347
347
  size: {
348
- type: import("vue").PropType<"small" | "default" | "large">;
348
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
349
349
  default: string;
350
- validator: (val: "small" | "default" | "large") => boolean;
350
+ validator: (val: "default" | "small" | "large") => boolean;
351
351
  };
352
352
  disabled: {
353
353
  type: BooleanConstructor;
@@ -358,10 +358,10 @@ export declare const UThemePanel: {
358
358
  default: boolean;
359
359
  };
360
360
  icon: {
361
- type: import("vue").PropType<import("../..").IconPropType>;
361
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
362
362
  };
363
363
  shape: {
364
- type: import("vue").PropType<"default" | "circle">;
364
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
365
365
  default: string;
366
366
  validator: (val: "default" | "circle") => boolean;
367
367
  };
@@ -378,7 +378,7 @@ export declare const UThemePanel: {
378
378
  default: undefined;
379
379
  };
380
380
  nativeType: {
381
- type: import("vue").PropType<"button" | "submit" | "reset">;
381
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
382
382
  default: string;
383
383
  validator: (val: "button" | "submit" | "reset") => boolean;
384
384
  };
@@ -399,13 +399,13 @@ export declare const UThemePanel: {
399
399
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
400
400
  type: "primary" | "success" | "warning" | "default" | "danger";
401
401
  loading: boolean;
402
- size: "small" | "default" | "large";
402
+ size: "default" | "small" | "large";
403
403
  disabled: boolean;
404
404
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
405
405
  nativeType: "button" | "submit" | "reset";
406
- block: boolean;
407
406
  shape: "default" | "circle";
408
407
  dashed: boolean;
408
+ block: boolean;
409
409
  iconOnly: boolean;
410
410
  blurAfterClick: boolean;
411
411
  }>;
@@ -414,24 +414,24 @@ export declare const UThemePanel: {
414
414
  __isSuspense?: never;
415
415
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
416
416
  type: {
417
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
417
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
418
418
  default: string;
419
419
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
420
420
  };
421
421
  color: {
422
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
423
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
422
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
423
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
424
424
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
425
425
  };
426
426
  variant: {
427
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
427
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
428
428
  default: string;
429
429
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
430
430
  };
431
431
  size: {
432
- type: import("vue").PropType<"small" | "default" | "large">;
432
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
433
433
  default: string;
434
- validator: (val: "small" | "default" | "large") => boolean;
434
+ validator: (val: "default" | "small" | "large") => boolean;
435
435
  };
436
436
  disabled: {
437
437
  type: BooleanConstructor;
@@ -442,10 +442,10 @@ export declare const UThemePanel: {
442
442
  default: boolean;
443
443
  };
444
444
  icon: {
445
- type: import("vue").PropType<import("../..").IconPropType>;
445
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
446
446
  };
447
447
  shape: {
448
- type: import("vue").PropType<"default" | "circle">;
448
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
449
449
  default: string;
450
450
  validator: (val: "default" | "circle") => boolean;
451
451
  };
@@ -462,7 +462,7 @@ export declare const UThemePanel: {
462
462
  default: undefined;
463
463
  };
464
464
  nativeType: {
465
- type: import("vue").PropType<"button" | "submit" | "reset">;
465
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
466
466
  default: string;
467
467
  validator: (val: "button" | "submit" | "reset") => boolean;
468
468
  };
@@ -485,13 +485,13 @@ export declare const UThemePanel: {
485
485
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
486
486
  type: "primary" | "success" | "warning" | "default" | "danger";
487
487
  loading: boolean;
488
- size: "small" | "default" | "large";
488
+ size: "default" | "small" | "large";
489
489
  disabled: boolean;
490
490
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
491
491
  nativeType: "button" | "submit" | "reset";
492
- block: boolean;
493
492
  shape: "default" | "circle";
494
493
  dashed: boolean;
494
+ block: boolean;
495
495
  iconOnly: boolean;
496
496
  blurAfterClick: boolean;
497
497
  }, {}, string, {}, {
@@ -509,7 +509,7 @@ export declare const UThemePanel: {
509
509
  default: string;
510
510
  };
511
511
  icon: {
512
- type: import("vue").PropType<import("../..").IconPropType>;
512
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
513
513
  };
514
514
  }>> & Readonly<{
515
515
  onClick?: (ev: Event) => any;
@@ -556,7 +556,7 @@ export declare const UThemePanel: {
556
556
  default: string;
557
557
  };
558
558
  icon: {
559
- type: import("vue").PropType<import("../..").IconPropType>;
559
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
560
560
  };
561
561
  }>> & Readonly<{
562
562
  onClick?: (ev: Event) => any;
@@ -598,7 +598,7 @@ export declare const UThemePanel: {
598
598
  default: string;
599
599
  };
600
600
  icon: {
601
- type: import("vue").PropType<import("../..").IconPropType>;
601
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
602
602
  };
603
603
  }>> & Readonly<{
604
604
  onClick?: (ev: Event) => any;
@@ -625,16 +625,16 @@ export declare const UThemePanel: {
625
625
  }, string, {
626
626
  color: string;
627
627
  spin: boolean;
628
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
629
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
628
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
629
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
630
630
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
631
631
  size: {
632
- type: import("vue").PropType<"small" | "default" | "large">;
632
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
633
633
  default: string;
634
- validator: (val: "small" | "default" | "large") => boolean;
634
+ validator: (val: "default" | "small" | "large") => boolean;
635
635
  };
636
636
  shape: {
637
- type: import("vue").PropType<"default" | "circle">;
637
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
638
638
  default: string;
639
639
  validator: (val: "default" | "circle") => boolean;
640
640
  };
@@ -646,12 +646,12 @@ export declare const UThemePanel: {
646
646
  prefixCls: import("vue").ComputedRef<string>;
647
647
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
648
648
  size: {
649
- type: import("vue").PropType<"small" | "default" | "large">;
649
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
650
650
  default: string;
651
- validator: (val: "small" | "default" | "large") => boolean;
651
+ validator: (val: "default" | "small" | "large") => boolean;
652
652
  };
653
653
  shape: {
654
- type: import("vue").PropType<"default" | "circle">;
654
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
655
655
  default: string;
656
656
  validator: (val: "default" | "circle") => boolean;
657
657
  };
@@ -660,16 +660,16 @@ export declare const UThemePanel: {
660
660
  default: undefined;
661
661
  };
662
662
  }>> & Readonly<{}>, {
663
- size: "small" | "default" | "large";
663
+ size: "default" | "small" | "large";
664
664
  shape: "default" | "circle";
665
665
  vertical: boolean;
666
666
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
667
- };
667
+ });
668
668
  UTooltip: {
669
669
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
670
670
  placement: {
671
671
  default: string;
672
- type: import("vue").PropType<"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">;
672
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
673
673
  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;
674
674
  };
675
675
  title: {
@@ -700,7 +700,7 @@ export declare const UThemePanel: {
700
700
  default: string;
701
701
  };
702
702
  trigger: {
703
- type: import("vue").PropType<"click" | "hover">;
703
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
704
704
  default: string;
705
705
  validator: (val: "click" | "hover") => boolean;
706
706
  };
@@ -714,8 +714,8 @@ export declare const UThemePanel: {
714
714
  default: boolean;
715
715
  };
716
716
  color: {
717
- type: import("vue").PropType<"primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
718
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
717
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
718
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
719
719
  validator: (val: string) => boolean;
720
720
  };
721
721
  }>> & Readonly<{
@@ -781,7 +781,7 @@ export declare const UThemePanel: {
781
781
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
782
782
  };
783
783
  placement: {
784
- type: import("vue").PropType<"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">;
784
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
785
785
  default: string;
786
786
  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;
787
787
  };
@@ -803,8 +803,8 @@ export declare const UThemePanel: {
803
803
  type: StringConstructor;
804
804
  };
805
805
  trigger: {
806
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
807
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
806
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
807
+ default: () => import("../Popup").PopupTrigger[];
808
808
  };
809
809
  mouseEnterDelay: {
810
810
  type: NumberConstructor;
@@ -872,7 +872,7 @@ export declare const UThemePanel: {
872
872
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
873
873
  };
874
874
  placement: {
875
- type: import("vue").PropType<"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">;
875
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
876
876
  default: string;
877
877
  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;
878
878
  };
@@ -894,8 +894,8 @@ export declare const UThemePanel: {
894
894
  type: StringConstructor;
895
895
  };
896
896
  trigger: {
897
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
898
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
897
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
898
+ default: () => import("../Popup").PopupTrigger[];
899
899
  };
900
900
  mouseEnterDelay: {
901
901
  type: NumberConstructor;
@@ -970,7 +970,7 @@ export declare const UThemePanel: {
970
970
  }, Readonly<import("vue").ExtractPropTypes<{
971
971
  placement: {
972
972
  default: string;
973
- type: import("vue").PropType<"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">;
973
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
974
974
  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;
975
975
  };
976
976
  title: {
@@ -1001,7 +1001,7 @@ export declare const UThemePanel: {
1001
1001
  default: string;
1002
1002
  };
1003
1003
  trigger: {
1004
- type: import("vue").PropType<"click" | "hover">;
1004
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
1005
1005
  default: string;
1006
1006
  validator: (val: "click" | "hover") => boolean;
1007
1007
  };
@@ -1015,8 +1015,8 @@ export declare const UThemePanel: {
1015
1015
  default: boolean;
1016
1016
  };
1017
1017
  color: {
1018
- type: import("vue").PropType<"primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1019
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1018
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
1019
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1020
1020
  validator: (val: string) => boolean;
1021
1021
  };
1022
1022
  }>> & Readonly<{
@@ -1077,7 +1077,7 @@ export declare const UThemePanel: {
1077
1077
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1078
1078
  placement: {
1079
1079
  default: string;
1080
- type: import("vue").PropType<"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">;
1080
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1081
1081
  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;
1082
1082
  };
1083
1083
  title: {
@@ -1108,7 +1108,7 @@ export declare const UThemePanel: {
1108
1108
  default: string;
1109
1109
  };
1110
1110
  trigger: {
1111
- type: import("vue").PropType<"click" | "hover">;
1111
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
1112
1112
  default: string;
1113
1113
  validator: (val: "click" | "hover") => boolean;
1114
1114
  };
@@ -1122,8 +1122,8 @@ export declare const UThemePanel: {
1122
1122
  default: boolean;
1123
1123
  };
1124
1124
  color: {
1125
- type: import("vue").PropType<"primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1126
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1125
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
1126
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1127
1127
  validator: (val: string) => boolean;
1128
1128
  };
1129
1129
  }>> & Readonly<{
@@ -1189,7 +1189,7 @@ export declare const UThemePanel: {
1189
1189
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
1190
1190
  };
1191
1191
  placement: {
1192
- type: import("vue").PropType<"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">;
1192
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1193
1193
  default: string;
1194
1194
  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;
1195
1195
  };
@@ -1211,8 +1211,8 @@ export declare const UThemePanel: {
1211
1211
  type: StringConstructor;
1212
1212
  };
1213
1213
  trigger: {
1214
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
1215
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
1214
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
1215
+ default: () => import("../Popup").PopupTrigger[];
1216
1216
  };
1217
1217
  mouseEnterDelay: {
1218
1218
  type: NumberConstructor;
@@ -1280,7 +1280,7 @@ export declare const UThemePanel: {
1280
1280
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
1281
1281
  };
1282
1282
  placement: {
1283
- type: import("vue").PropType<"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">;
1283
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1284
1284
  default: string;
1285
1285
  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;
1286
1286
  };
@@ -1302,8 +1302,8 @@ export declare const UThemePanel: {
1302
1302
  type: StringConstructor;
1303
1303
  };
1304
1304
  trigger: {
1305
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
1306
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
1305
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
1306
+ default: () => import("../Popup").PopupTrigger[];
1307
1307
  };
1308
1308
  mouseEnterDelay: {
1309
1309
  type: NumberConstructor;
@@ -1368,7 +1368,7 @@ export declare const UThemePanel: {
1368
1368
  };
1369
1369
  };
1370
1370
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1371
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1371
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
1372
1372
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1373
1373
  P: {};
1374
1374
  B: {};
@@ -1401,17 +1401,17 @@ export declare const UThemePanel: {
1401
1401
  themeColors: readonly ["primary", "blue", "red", "orange", "green", "iris", "cyan", "yellow", "amber", "purple", "lime", "sky", "violet", "pink", "mint"];
1402
1402
  themeColor: import("vue").Ref<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint", "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1403
1403
  appearance: import("vue").Ref<"light" | "dark", "light" | "dark">;
1404
- radius: import("vue").Ref<"small" | "medium" | "large" | "none" | "full", "small" | "medium" | "large" | "none" | "full">;
1404
+ radius: import("vue").Ref<"medium" | "small" | "large" | "none" | "full", "medium" | "small" | "large" | "none" | "full">;
1405
1405
  direction: import("vue").Ref<"ltr" | "rtl", "ltr" | "rtl">;
1406
1406
  computedLocale: import("vue").ComputedRef<import("../locale/default").ThemePanelLocal>;
1407
1407
  radiusOptions: import("vue").ComputedRef<{
1408
1408
  value: string;
1409
1409
  label: string;
1410
1410
  }[]>;
1411
- handleThemeColorclick: (color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => void;
1412
- handleAppearanceClick: (type: "light" | "dark") => void;
1413
- handleRadiusClick: (type: "small" | "medium" | "large" | "none" | "full") => void;
1414
- handleDirectionClick: (type: "ltr" | "rtl") => void;
1411
+ handleThemeColorclick: (color: import("@koi-design/uxd-ui/es/utils").ColorType) => void;
1412
+ handleAppearanceClick: (type: import("./ThemePanel.type").AppearanceType) => void;
1413
+ handleRadiusClick: (type: import("./ThemePanel.type").RadiusType) => void;
1414
+ handleDirectionClick: (type: import("./ThemePanel.type").DirectionType) => void;
1415
1415
  }, {}, {}, {}, {
1416
1416
  showThemeColor: boolean;
1417
1417
  showAppearance: boolean;
@@ -1446,17 +1446,17 @@ export declare const UThemePanel: {
1446
1446
  themeColors: readonly ["primary", "blue", "red", "orange", "green", "iris", "cyan", "yellow", "amber", "purple", "lime", "sky", "violet", "pink", "mint"];
1447
1447
  themeColor: import("vue").Ref<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint", "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1448
1448
  appearance: import("vue").Ref<"light" | "dark", "light" | "dark">;
1449
- radius: import("vue").Ref<"small" | "medium" | "large" | "none" | "full", "small" | "medium" | "large" | "none" | "full">;
1449
+ radius: import("vue").Ref<"medium" | "small" | "large" | "none" | "full", "medium" | "small" | "large" | "none" | "full">;
1450
1450
  direction: import("vue").Ref<"ltr" | "rtl", "ltr" | "rtl">;
1451
1451
  computedLocale: import("vue").ComputedRef<import("../locale/default").ThemePanelLocal>;
1452
1452
  radiusOptions: import("vue").ComputedRef<{
1453
1453
  value: string;
1454
1454
  label: string;
1455
1455
  }[]>;
1456
- handleThemeColorclick: (color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => void;
1457
- handleAppearanceClick: (type: "light" | "dark") => void;
1458
- handleRadiusClick: (type: "small" | "medium" | "large" | "none" | "full") => void;
1459
- handleDirectionClick: (type: "ltr" | "rtl") => void;
1456
+ handleThemeColorclick: (color: import("@koi-design/uxd-ui/es/utils").ColorType) => void;
1457
+ handleAppearanceClick: (type: import("./ThemePanel.type").AppearanceType) => void;
1458
+ handleRadiusClick: (type: import("./ThemePanel.type").RadiusType) => void;
1459
+ handleDirectionClick: (type: import("./ThemePanel.type").DirectionType) => void;
1460
1460
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1461
1461
  showThemeColor: boolean;
1462
1462
  showAppearance: boolean;
@@ -1477,17 +1477,17 @@ export declare const UThemePanel: {
1477
1477
  default: string;
1478
1478
  };
1479
1479
  appearance: {
1480
- type: import("vue").PropType<"light" | "dark">;
1480
+ type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
1481
1481
  default: string;
1482
1482
  validator: (val: "light" | "dark") => boolean;
1483
1483
  };
1484
1484
  radius: {
1485
- type: import("vue").PropType<"small" | "medium" | "large" | "none" | "full">;
1485
+ type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
1486
1486
  default: string;
1487
- validator: (val: "small" | "medium" | "large" | "none" | "full") => boolean;
1487
+ validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
1488
1488
  };
1489
1489
  direction: {
1490
- type: import("vue").PropType<"ltr" | "rtl">;
1490
+ type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
1491
1491
  default: string;
1492
1492
  validator: (val: "ltr" | "rtl") => boolean;
1493
1493
  };
@@ -1505,24 +1505,24 @@ export declare const UThemePanel: {
1505
1505
  default: string;
1506
1506
  };
1507
1507
  appearance: {
1508
- type: import("vue").PropType<"light" | "dark">;
1508
+ type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
1509
1509
  default: string;
1510
1510
  validator: (val: "light" | "dark") => boolean;
1511
1511
  };
1512
1512
  radius: {
1513
- type: import("vue").PropType<"small" | "medium" | "large" | "none" | "full">;
1513
+ type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
1514
1514
  default: string;
1515
- validator: (val: "small" | "medium" | "large" | "none" | "full") => boolean;
1515
+ validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
1516
1516
  };
1517
1517
  direction: {
1518
- type: import("vue").PropType<"ltr" | "rtl">;
1518
+ type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
1519
1519
  default: string;
1520
1520
  validator: (val: "ltr" | "rtl") => boolean;
1521
1521
  };
1522
1522
  }>> & Readonly<{}>, {
1523
1523
  themeColor: string;
1524
1524
  appearance: "light" | "dark";
1525
- radius: "small" | "medium" | "large" | "none" | "full";
1525
+ radius: "medium" | "small" | "large" | "none" | "full";
1526
1526
  direction: "ltr" | "rtl";
1527
1527
  scaling: number;
1528
1528
  styleClass: string;
@@ -1530,24 +1530,24 @@ export declare const UThemePanel: {
1530
1530
  UButton: {
1531
1531
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1532
1532
  type: {
1533
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
1533
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
1534
1534
  default: string;
1535
1535
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
1536
1536
  };
1537
1537
  color: {
1538
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1539
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1538
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1539
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1540
1540
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1541
1541
  };
1542
1542
  variant: {
1543
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
1543
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1544
1544
  default: string;
1545
1545
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
1546
1546
  };
1547
1547
  size: {
1548
- type: import("vue").PropType<"small" | "default" | "large">;
1548
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1549
1549
  default: string;
1550
- validator: (val: "small" | "default" | "large") => boolean;
1550
+ validator: (val: "default" | "small" | "large") => boolean;
1551
1551
  };
1552
1552
  disabled: {
1553
1553
  type: BooleanConstructor;
@@ -1558,10 +1558,10 @@ export declare const UThemePanel: {
1558
1558
  default: boolean;
1559
1559
  };
1560
1560
  icon: {
1561
- type: import("vue").PropType<import("../..").IconPropType>;
1561
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1562
1562
  };
1563
1563
  shape: {
1564
- type: import("vue").PropType<"default" | "circle">;
1564
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
1565
1565
  default: string;
1566
1566
  validator: (val: "default" | "circle") => boolean;
1567
1567
  };
@@ -1578,7 +1578,7 @@ export declare const UThemePanel: {
1578
1578
  default: undefined;
1579
1579
  };
1580
1580
  nativeType: {
1581
- type: import("vue").PropType<"button" | "submit" | "reset">;
1581
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
1582
1582
  default: string;
1583
1583
  validator: (val: "button" | "submit" | "reset") => boolean;
1584
1584
  };
@@ -1601,13 +1601,13 @@ export declare const UThemePanel: {
1601
1601
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1602
1602
  type: "primary" | "success" | "warning" | "default" | "danger";
1603
1603
  loading: boolean;
1604
- size: "small" | "default" | "large";
1604
+ size: "default" | "small" | "large";
1605
1605
  disabled: boolean;
1606
1606
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
1607
1607
  nativeType: "button" | "submit" | "reset";
1608
- block: boolean;
1609
1608
  shape: "default" | "circle";
1610
1609
  dashed: boolean;
1610
+ block: boolean;
1611
1611
  iconOnly: boolean;
1612
1612
  blurAfterClick: boolean;
1613
1613
  }, true, {}, {}, {
@@ -1625,7 +1625,7 @@ export declare const UThemePanel: {
1625
1625
  default: string;
1626
1626
  };
1627
1627
  icon: {
1628
- type: import("vue").PropType<import("../..").IconPropType>;
1628
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1629
1629
  };
1630
1630
  }>> & Readonly<{
1631
1631
  onClick?: (ev: Event) => any;
@@ -1672,7 +1672,7 @@ export declare const UThemePanel: {
1672
1672
  default: string;
1673
1673
  };
1674
1674
  icon: {
1675
- type: import("vue").PropType<import("../..").IconPropType>;
1675
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1676
1676
  };
1677
1677
  }>> & Readonly<{
1678
1678
  onClick?: (ev: Event) => any;
@@ -1714,7 +1714,7 @@ export declare const UThemePanel: {
1714
1714
  default: string;
1715
1715
  };
1716
1716
  icon: {
1717
- type: import("vue").PropType<import("../..").IconPropType>;
1717
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1718
1718
  };
1719
1719
  }>> & Readonly<{
1720
1720
  onClick?: (ev: Event) => any;
@@ -1741,7 +1741,7 @@ export declare const UThemePanel: {
1741
1741
  }, string, {
1742
1742
  color: string;
1743
1743
  spin: boolean;
1744
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1744
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
1745
1745
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1746
1746
  P: {};
1747
1747
  B: {};
@@ -1751,24 +1751,24 @@ export declare const UThemePanel: {
1751
1751
  Defaults: {};
1752
1752
  }, Readonly<import("vue").ExtractPropTypes<{
1753
1753
  type: {
1754
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
1754
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
1755
1755
  default: string;
1756
1756
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
1757
1757
  };
1758
1758
  color: {
1759
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1760
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1759
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1760
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1761
1761
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1762
1762
  };
1763
1763
  variant: {
1764
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
1764
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1765
1765
  default: string;
1766
1766
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
1767
1767
  };
1768
1768
  size: {
1769
- type: import("vue").PropType<"small" | "default" | "large">;
1769
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1770
1770
  default: string;
1771
- validator: (val: "small" | "default" | "large") => boolean;
1771
+ validator: (val: "default" | "small" | "large") => boolean;
1772
1772
  };
1773
1773
  disabled: {
1774
1774
  type: BooleanConstructor;
@@ -1779,10 +1779,10 @@ export declare const UThemePanel: {
1779
1779
  default: boolean;
1780
1780
  };
1781
1781
  icon: {
1782
- type: import("vue").PropType<import("../..").IconPropType>;
1782
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1783
1783
  };
1784
1784
  shape: {
1785
- type: import("vue").PropType<"default" | "circle">;
1785
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
1786
1786
  default: string;
1787
1787
  validator: (val: "default" | "circle") => boolean;
1788
1788
  };
@@ -1799,7 +1799,7 @@ export declare const UThemePanel: {
1799
1799
  default: undefined;
1800
1800
  };
1801
1801
  nativeType: {
1802
- type: import("vue").PropType<"button" | "submit" | "reset">;
1802
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
1803
1803
  default: string;
1804
1804
  validator: (val: "button" | "submit" | "reset") => boolean;
1805
1805
  };
@@ -1820,13 +1820,13 @@ export declare const UThemePanel: {
1820
1820
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1821
1821
  type: "primary" | "success" | "warning" | "default" | "danger";
1822
1822
  loading: boolean;
1823
- size: "small" | "default" | "large";
1823
+ size: "default" | "small" | "large";
1824
1824
  disabled: boolean;
1825
1825
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
1826
1826
  nativeType: "button" | "submit" | "reset";
1827
- block: boolean;
1828
1827
  shape: "default" | "circle";
1829
1828
  dashed: boolean;
1829
+ block: boolean;
1830
1830
  iconOnly: boolean;
1831
1831
  blurAfterClick: boolean;
1832
1832
  }>;
@@ -1835,24 +1835,24 @@ export declare const UThemePanel: {
1835
1835
  __isSuspense?: never;
1836
1836
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1837
1837
  type: {
1838
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
1838
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
1839
1839
  default: string;
1840
1840
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
1841
1841
  };
1842
1842
  color: {
1843
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1844
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1843
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1844
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1845
1845
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1846
1846
  };
1847
1847
  variant: {
1848
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
1848
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1849
1849
  default: string;
1850
1850
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
1851
1851
  };
1852
1852
  size: {
1853
- type: import("vue").PropType<"small" | "default" | "large">;
1853
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1854
1854
  default: string;
1855
- validator: (val: "small" | "default" | "large") => boolean;
1855
+ validator: (val: "default" | "small" | "large") => boolean;
1856
1856
  };
1857
1857
  disabled: {
1858
1858
  type: BooleanConstructor;
@@ -1863,10 +1863,10 @@ export declare const UThemePanel: {
1863
1863
  default: boolean;
1864
1864
  };
1865
1865
  icon: {
1866
- type: import("vue").PropType<import("../..").IconPropType>;
1866
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1867
1867
  };
1868
1868
  shape: {
1869
- type: import("vue").PropType<"default" | "circle">;
1869
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
1870
1870
  default: string;
1871
1871
  validator: (val: "default" | "circle") => boolean;
1872
1872
  };
@@ -1883,7 +1883,7 @@ export declare const UThemePanel: {
1883
1883
  default: undefined;
1884
1884
  };
1885
1885
  nativeType: {
1886
- type: import("vue").PropType<"button" | "submit" | "reset">;
1886
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
1887
1887
  default: string;
1888
1888
  validator: (val: "button" | "submit" | "reset") => boolean;
1889
1889
  };
@@ -1906,13 +1906,13 @@ export declare const UThemePanel: {
1906
1906
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1907
1907
  type: "primary" | "success" | "warning" | "default" | "danger";
1908
1908
  loading: boolean;
1909
- size: "small" | "default" | "large";
1909
+ size: "default" | "small" | "large";
1910
1910
  disabled: boolean;
1911
1911
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
1912
1912
  nativeType: "button" | "submit" | "reset";
1913
- block: boolean;
1914
1913
  shape: "default" | "circle";
1915
1914
  dashed: boolean;
1915
+ block: boolean;
1916
1916
  iconOnly: boolean;
1917
1917
  blurAfterClick: boolean;
1918
1918
  }, {}, string, {}, {
@@ -1930,7 +1930,7 @@ export declare const UThemePanel: {
1930
1930
  default: string;
1931
1931
  };
1932
1932
  icon: {
1933
- type: import("vue").PropType<import("../..").IconPropType>;
1933
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1934
1934
  };
1935
1935
  }>> & Readonly<{
1936
1936
  onClick?: (ev: Event) => any;
@@ -1977,7 +1977,7 @@ export declare const UThemePanel: {
1977
1977
  default: string;
1978
1978
  };
1979
1979
  icon: {
1980
- type: import("vue").PropType<import("../..").IconPropType>;
1980
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1981
1981
  };
1982
1982
  }>> & Readonly<{
1983
1983
  onClick?: (ev: Event) => any;
@@ -2019,7 +2019,7 @@ export declare const UThemePanel: {
2019
2019
  default: string;
2020
2020
  };
2021
2021
  icon: {
2022
- type: import("vue").PropType<import("../..").IconPropType>;
2022
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2023
2023
  };
2024
2024
  }>> & Readonly<{
2025
2025
  onClick?: (ev: Event) => any;
@@ -2046,16 +2046,16 @@ export declare const UThemePanel: {
2046
2046
  }, string, {
2047
2047
  color: string;
2048
2048
  spin: boolean;
2049
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2050
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
2049
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
2050
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
2051
2051
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2052
2052
  size: {
2053
- type: import("vue").PropType<"small" | "default" | "large">;
2053
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2054
2054
  default: string;
2055
- validator: (val: "small" | "default" | "large") => boolean;
2055
+ validator: (val: "default" | "small" | "large") => boolean;
2056
2056
  };
2057
2057
  shape: {
2058
- type: import("vue").PropType<"default" | "circle">;
2058
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
2059
2059
  default: string;
2060
2060
  validator: (val: "default" | "circle") => boolean;
2061
2061
  };
@@ -2067,12 +2067,12 @@ export declare const UThemePanel: {
2067
2067
  prefixCls: import("vue").ComputedRef<string>;
2068
2068
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2069
2069
  size: {
2070
- type: import("vue").PropType<"small" | "default" | "large">;
2070
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2071
2071
  default: string;
2072
- validator: (val: "small" | "default" | "large") => boolean;
2072
+ validator: (val: "default" | "small" | "large") => boolean;
2073
2073
  };
2074
2074
  shape: {
2075
- type: import("vue").PropType<"default" | "circle">;
2075
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
2076
2076
  default: string;
2077
2077
  validator: (val: "default" | "circle") => boolean;
2078
2078
  };
@@ -2081,16 +2081,16 @@ export declare const UThemePanel: {
2081
2081
  default: undefined;
2082
2082
  };
2083
2083
  }>> & Readonly<{}>, {
2084
- size: "small" | "default" | "large";
2084
+ size: "default" | "small" | "large";
2085
2085
  shape: "default" | "circle";
2086
2086
  vertical: boolean;
2087
2087
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2088
- };
2088
+ });
2089
2089
  UTooltip: {
2090
2090
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2091
2091
  placement: {
2092
2092
  default: string;
2093
- type: import("vue").PropType<"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">;
2093
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
2094
2094
  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;
2095
2095
  };
2096
2096
  title: {
@@ -2121,7 +2121,7 @@ export declare const UThemePanel: {
2121
2121
  default: string;
2122
2122
  };
2123
2123
  trigger: {
2124
- type: import("vue").PropType<"click" | "hover">;
2124
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
2125
2125
  default: string;
2126
2126
  validator: (val: "click" | "hover") => boolean;
2127
2127
  };
@@ -2135,8 +2135,8 @@ export declare const UThemePanel: {
2135
2135
  default: boolean;
2136
2136
  };
2137
2137
  color: {
2138
- type: import("vue").PropType<"primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2139
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2138
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
2139
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2140
2140
  validator: (val: string) => boolean;
2141
2141
  };
2142
2142
  }>> & Readonly<{
@@ -2202,7 +2202,7 @@ export declare const UThemePanel: {
2202
2202
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
2203
2203
  };
2204
2204
  placement: {
2205
- type: import("vue").PropType<"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">;
2205
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
2206
2206
  default: string;
2207
2207
  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;
2208
2208
  };
@@ -2224,8 +2224,8 @@ export declare const UThemePanel: {
2224
2224
  type: StringConstructor;
2225
2225
  };
2226
2226
  trigger: {
2227
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
2228
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
2227
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
2228
+ default: () => import("../Popup").PopupTrigger[];
2229
2229
  };
2230
2230
  mouseEnterDelay: {
2231
2231
  type: NumberConstructor;
@@ -2293,7 +2293,7 @@ export declare const UThemePanel: {
2293
2293
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
2294
2294
  };
2295
2295
  placement: {
2296
- type: import("vue").PropType<"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">;
2296
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
2297
2297
  default: string;
2298
2298
  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;
2299
2299
  };
@@ -2315,8 +2315,8 @@ export declare const UThemePanel: {
2315
2315
  type: StringConstructor;
2316
2316
  };
2317
2317
  trigger: {
2318
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
2319
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
2318
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
2319
+ default: () => import("../Popup").PopupTrigger[];
2320
2320
  };
2321
2321
  mouseEnterDelay: {
2322
2322
  type: NumberConstructor;
@@ -2391,7 +2391,7 @@ export declare const UThemePanel: {
2391
2391
  }, Readonly<import("vue").ExtractPropTypes<{
2392
2392
  placement: {
2393
2393
  default: string;
2394
- type: import("vue").PropType<"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">;
2394
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
2395
2395
  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;
2396
2396
  };
2397
2397
  title: {
@@ -2422,7 +2422,7 @@ export declare const UThemePanel: {
2422
2422
  default: string;
2423
2423
  };
2424
2424
  trigger: {
2425
- type: import("vue").PropType<"click" | "hover">;
2425
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
2426
2426
  default: string;
2427
2427
  validator: (val: "click" | "hover") => boolean;
2428
2428
  };
@@ -2436,8 +2436,8 @@ export declare const UThemePanel: {
2436
2436
  default: boolean;
2437
2437
  };
2438
2438
  color: {
2439
- type: import("vue").PropType<"primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2440
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2439
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
2440
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2441
2441
  validator: (val: string) => boolean;
2442
2442
  };
2443
2443
  }>> & Readonly<{
@@ -2498,7 +2498,7 @@ export declare const UThemePanel: {
2498
2498
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2499
2499
  placement: {
2500
2500
  default: string;
2501
- type: import("vue").PropType<"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">;
2501
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
2502
2502
  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;
2503
2503
  };
2504
2504
  title: {
@@ -2529,7 +2529,7 @@ export declare const UThemePanel: {
2529
2529
  default: string;
2530
2530
  };
2531
2531
  trigger: {
2532
- type: import("vue").PropType<"click" | "hover">;
2532
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TooltipTrigger>;
2533
2533
  default: string;
2534
2534
  validator: (val: "click" | "hover") => boolean;
2535
2535
  };
@@ -2543,8 +2543,8 @@ export declare const UThemePanel: {
2543
2543
  default: boolean;
2544
2544
  };
2545
2545
  color: {
2546
- type: import("vue").PropType<"primary" | "blue" | "light" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2547
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2546
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | "light" | undefined>;
2547
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2548
2548
  validator: (val: string) => boolean;
2549
2549
  };
2550
2550
  }>> & Readonly<{
@@ -2610,7 +2610,7 @@ export declare const UThemePanel: {
2610
2610
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
2611
2611
  };
2612
2612
  placement: {
2613
- type: import("vue").PropType<"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">;
2613
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
2614
2614
  default: string;
2615
2615
  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;
2616
2616
  };
@@ -2632,8 +2632,8 @@ export declare const UThemePanel: {
2632
2632
  type: StringConstructor;
2633
2633
  };
2634
2634
  trigger: {
2635
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
2636
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
2635
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
2636
+ default: () => import("../Popup").PopupTrigger[];
2637
2637
  };
2638
2638
  mouseEnterDelay: {
2639
2639
  type: NumberConstructor;
@@ -2701,7 +2701,7 @@ export declare const UThemePanel: {
2701
2701
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
2702
2702
  };
2703
2703
  placement: {
2704
- type: import("vue").PropType<"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">;
2704
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
2705
2705
  default: string;
2706
2706
  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;
2707
2707
  };
@@ -2723,8 +2723,8 @@ export declare const UThemePanel: {
2723
2723
  type: StringConstructor;
2724
2724
  };
2725
2725
  trigger: {
2726
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
2727
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
2726
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
2727
+ default: () => import("../Popup").PopupTrigger[];
2728
2728
  };
2729
2729
  mouseEnterDelay: {
2730
2730
  type: NumberConstructor;
@@ -2789,8 +2789,8 @@ export declare const UThemePanel: {
2789
2789
  };
2790
2790
  };
2791
2791
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2792
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2793
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
2792
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
2793
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
2794
2794
  ThemeConfigProvider: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2795
2795
  scaling: {
2796
2796
  type: NumberConstructor;
@@ -2805,17 +2805,17 @@ export declare const UThemePanel: {
2805
2805
  default: string;
2806
2806
  };
2807
2807
  appearance: {
2808
- type: import("vue").PropType<"light" | "dark">;
2808
+ type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
2809
2809
  default: string;
2810
2810
  validator: (val: "light" | "dark") => boolean;
2811
2811
  };
2812
2812
  radius: {
2813
- type: import("vue").PropType<"small" | "medium" | "large" | "none" | "full">;
2813
+ type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
2814
2814
  default: string;
2815
- validator: (val: "small" | "medium" | "large" | "none" | "full") => boolean;
2815
+ validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
2816
2816
  };
2817
2817
  direction: {
2818
- type: import("vue").PropType<"ltr" | "rtl">;
2818
+ type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
2819
2819
  default: string;
2820
2820
  validator: (val: "ltr" | "rtl") => boolean;
2821
2821
  };
@@ -2833,29 +2833,29 @@ export declare const UThemePanel: {
2833
2833
  default: string;
2834
2834
  };
2835
2835
  appearance: {
2836
- type: import("vue").PropType<"light" | "dark">;
2836
+ type: import("vue").PropType<import("./ThemePanel.type").AppearanceType>;
2837
2837
  default: string;
2838
2838
  validator: (val: "light" | "dark") => boolean;
2839
2839
  };
2840
2840
  radius: {
2841
- type: import("vue").PropType<"small" | "medium" | "large" | "none" | "full">;
2841
+ type: import("vue").PropType<import("./ThemePanel.type").RadiusType>;
2842
2842
  default: string;
2843
- validator: (val: "small" | "medium" | "large" | "none" | "full") => boolean;
2843
+ validator: (val: "medium" | "small" | "large" | "none" | "full") => boolean;
2844
2844
  };
2845
2845
  direction: {
2846
- type: import("vue").PropType<"ltr" | "rtl">;
2846
+ type: import("vue").PropType<import("./ThemePanel.type").DirectionType>;
2847
2847
  default: string;
2848
2848
  validator: (val: "ltr" | "rtl") => boolean;
2849
2849
  };
2850
2850
  }>> & Readonly<{}>, {
2851
2851
  themeColor: string;
2852
2852
  appearance: "light" | "dark";
2853
- radius: "small" | "medium" | "large" | "none" | "full";
2853
+ radius: "medium" | "small" | "large" | "none" | "full";
2854
2854
  direction: "ltr" | "rtl";
2855
2855
  scaling: number;
2856
2856
  styleClass: string;
2857
2857
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2858
- };
2858
+ });
2859
2859
  export default UThemePanel;
2860
2860
  export { ThemeConfigProvider as UThemeConfigProvider };
2861
2861
  export * from './ThemePanel.type';