@element-plus/nightly 0.0.20260721 → 0.0.20260723

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 (386) hide show
  1. package/es/components/affix/src/affix.d.ts +1 -1
  2. package/es/components/affix/src/affix.vue.d.ts +4 -4
  3. package/es/components/alert/src/alert.d.ts +2 -2
  4. package/es/components/alert/src/alert.vue.d.ts +1 -1
  5. package/es/components/autocomplete/src/autocomplete.d.ts +5 -5
  6. package/es/components/autocomplete/src/autocomplete.vue.d.ts +3 -3
  7. package/es/components/avatar/src/avatar-group-props.d.ts +1 -1
  8. package/es/components/avatar/src/avatar-group.d.ts +3 -3
  9. package/es/components/avatar/src/avatar.d.ts +2 -2
  10. package/es/components/backtop/src/backtop.vue.d.ts +1 -1
  11. package/es/components/badge/src/badge.d.ts +1 -1
  12. package/es/components/badge/src/badge.vue.d.ts +1 -1
  13. package/es/components/button/src/button-group.d.ts +2 -2
  14. package/es/components/button/src/button-group.vue.d.ts +1 -1
  15. package/es/components/button/src/button.d.ts +2 -2
  16. package/es/components/button/src/button.vue.d.ts +4 -4
  17. package/es/components/button/src/use-button.d.ts +2 -2
  18. package/es/components/card/src/card.vue.d.ts +3 -3
  19. package/es/components/carousel/src/carousel.d.ts +1 -1
  20. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  21. package/es/components/cascader/src/cascader.d.ts +4 -4
  22. package/es/components/cascader/src/cascader.vue.d.ts +12 -12
  23. package/es/components/cascader-panel/src/index.vue.d.ts +2 -2
  24. package/es/components/cascader-panel/src/menu.vue.d.ts +1 -1
  25. package/es/components/check-tag/src/check-tag.d.ts +1 -1
  26. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  27. package/es/components/checkbox/src/checkbox-group.d.ts +1 -1
  28. package/es/components/checkbox/src/checkbox-group.vue.d.ts +3 -3
  29. package/es/components/checkbox/src/checkbox.d.ts +1 -1
  30. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  31. package/es/components/checkbox/src/composables/use-checkbox-status.d.ts +2 -2
  32. package/es/components/checkbox/src/composables/use-checkbox.d.ts +2 -2
  33. package/es/components/col/src/col.vue.d.ts +2 -2
  34. package/es/components/collapse/src/collapse-item.vue.d.ts +1 -1
  35. package/es/components/color-picker/src/color-picker.d.ts +2 -2
  36. package/es/components/color-picker/src/color-picker.vue.d.ts +8 -8
  37. package/es/components/color-picker-panel/src/color-picker-panel.d.ts +1 -1
  38. package/es/components/color-picker-panel/src/color-picker-panel.vue.d.ts +1 -1
  39. package/es/components/config-provider/src/config-provider-props.d.ts +1 -1
  40. package/es/components/config-provider/src/config-provider.d.ts +3 -3
  41. package/es/components/config-provider/src/hooks/use-global-config.d.ts +1 -1
  42. package/es/components/date-picker/src/date-picker.d.ts +11 -11
  43. package/es/components/date-picker/src/props.d.ts +3 -3
  44. package/es/components/date-picker-panel/src/composables/use-basic-date-table.d.ts +1 -1
  45. package/es/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue.d.ts +2 -2
  46. package/es/components/date-picker-panel/src/date-picker-com/panel-date-range.vue.d.ts +1 -1
  47. package/es/components/date-picker-panel/src/date-picker-com/panel-month-range.vue.d.ts +1 -1
  48. package/es/components/date-picker-panel/src/date-picker-com/panel-year-range.vue.d.ts +1 -1
  49. package/es/components/date-picker-panel/src/date-picker-panel.d.ts +5 -5
  50. package/es/components/date-picker-panel/src/panel-utils.d.ts +12 -12
  51. package/es/components/date-picker-panel/src/props/date-picker-panel.d.ts +1 -1
  52. package/es/components/descriptions/src/description-item.d.ts +8 -8
  53. package/es/components/descriptions/src/description.d.ts +1 -1
  54. package/es/components/descriptions/src/description.vue.d.ts +1 -1
  55. package/es/components/dialog/src/dialog-content.vue.d.ts +2 -2
  56. package/es/components/dialog/src/dialog.vue.d.ts +6 -6
  57. package/es/components/divider/src/divider.d.ts +1 -1
  58. package/es/components/divider/src/divider.vue.d.ts +1 -1
  59. package/es/components/drawer/src/drawer.vue.d.ts +7 -7
  60. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  61. package/es/components/dropdown/src/dropdown-item.vue.d.ts +2 -2
  62. package/es/components/dropdown/src/dropdown-menu.vue.d.ts +1 -1
  63. package/es/components/dropdown/src/dropdown.d.ts +4 -4
  64. package/es/components/dropdown/src/dropdown.vue.d.ts +65 -65
  65. package/es/components/form/src/form-item.d.ts +1 -1
  66. package/es/components/form/src/form-item.vue.d.ts +1 -1
  67. package/es/components/form/src/form.d.ts +2 -2
  68. package/es/components/form/src/hooks/use-form-common-props.d.ts +2 -2
  69. package/es/components/image/src/image.d.ts +1 -1
  70. package/es/components/image/src/image.vue.d.ts +4 -4
  71. package/es/components/image-viewer/src/image-viewer.vue.d.ts +3 -3
  72. package/es/components/input/src/input.d.ts +4 -4
  73. package/es/components/input/src/input.vue.d.ts +7 -7
  74. package/es/components/input-number/src/input-number.d.ts +3 -3
  75. package/es/components/input-number/src/input-number.vue.d.ts +9 -9
  76. package/es/components/input-otp/src/input-otp.vue.d.ts +4 -4
  77. package/es/components/input-tag/src/composables/use-input-tag.d.ts +1 -1
  78. package/es/components/input-tag/src/input-tag.d.ts +4 -4
  79. package/es/components/input-tag/src/input-tag.vue.d.ts +11 -11
  80. package/es/components/link/src/link.d.ts +1 -1
  81. package/es/components/link/src/link.vue.d.ts +1 -1
  82. package/es/components/mention/src/mention.d.ts +5 -5
  83. package/es/components/mention/src/mention.vue.d.ts +2 -2
  84. package/es/components/menu/src/menu.d.ts +7 -7
  85. package/es/components/menu/src/sub-menu.d.ts +1 -1
  86. package/es/components/message/src/instance.d.ts +1 -1
  87. package/es/components/message/src/message.d.ts +2 -2
  88. package/es/components/message/src/message.vue.d.ts +5 -5
  89. package/es/components/message-box/src/index.vue.d.ts +39 -39
  90. package/es/components/notification/src/notification.d.ts +1 -1
  91. package/es/components/notification/src/notification.vue.d.ts +4 -4
  92. package/es/components/pagination/src/components/jumper.d.ts +1 -1
  93. package/es/components/pagination/src/components/jumper.vue.d.ts +2 -2
  94. package/es/components/pagination/src/components/sizes.d.ts +1 -1
  95. package/es/components/pagination/src/components/sizes.vue.d.ts +3 -3
  96. package/es/components/pagination/src/pagination.d.ts +6 -6
  97. package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
  98. package/es/components/popconfirm/src/popconfirm.vue.d.ts +2 -2
  99. package/es/components/popover/src/popover.d.ts +2 -2
  100. package/es/components/popover/src/popover.vue.d.ts +7 -7
  101. package/es/components/popper/src/composables/use-content.d.ts +2 -2
  102. package/es/components/popper/src/content.vue.d.ts +6 -6
  103. package/es/components/popper/src/popper.d.ts +2 -2
  104. package/es/components/progress/src/progress.vue.d.ts +3 -3
  105. package/es/components/radio/src/radio-button.d.ts +1 -1
  106. package/es/components/radio/src/radio-button.vue.d.ts +1 -1
  107. package/es/components/radio/src/radio-group.d.ts +1 -1
  108. package/es/components/radio/src/radio-group.vue.d.ts +5 -5
  109. package/es/components/radio/src/radio.d.ts +2 -2
  110. package/es/components/radio/src/radio.vue.d.ts +2 -2
  111. package/es/components/radio/src/use-radio.d.ts +1 -1
  112. package/es/components/rate/src/rate.d.ts +1 -1
  113. package/es/components/rate/src/rate.vue.d.ts +2 -2
  114. package/es/components/result/src/result.d.ts +1 -1
  115. package/es/components/result/src/result.vue.d.ts +1 -1
  116. package/es/components/row/src/row.d.ts +2 -2
  117. package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  118. package/es/components/segmented/index.d.ts +3 -3
  119. package/es/components/segmented/src/segmented.d.ts +1 -1
  120. package/es/components/select/src/select.d.ts +4 -4
  121. package/es/components/select/src/select.vue.d.ts +54 -54
  122. package/es/components/select/src/useSelect.d.ts +2 -2
  123. package/es/components/select-v2/src/defaults.d.ts +4 -4
  124. package/es/components/select-v2/src/select.vue.d.ts +51 -51
  125. package/es/components/select-v2/src/useSelect.d.ts +1 -1
  126. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  127. package/es/components/slider/src/button.vue.d.ts +1 -1
  128. package/es/components/slider/src/slider.d.ts +2 -2
  129. package/es/components/slider/src/slider.vue.d.ts +10 -10
  130. package/es/components/space/src/space.d.ts +3 -3
  131. package/es/components/splitter/src/split-bar.vue.d.ts +1 -1
  132. package/es/components/statistic/src/statistic.vue.d.ts +2 -2
  133. package/es/components/steps/src/item.d.ts +1 -1
  134. package/es/components/steps/src/item.vue.d.ts +1 -1
  135. package/es/components/steps/src/steps.d.ts +2 -2
  136. package/es/components/switch/src/switch.d.ts +1 -1
  137. package/es/components/switch/src/switch.vue.d.ts +2 -2
  138. package/es/components/table/src/filter-panel.vue.d.ts +45 -45
  139. package/es/components/table/src/table/defaults.d.ts +1 -1
  140. package/es/components/table/src/table/style-helper.d.ts +1 -1
  141. package/es/components/table/src/table-footer/index.d.ts +1 -1
  142. package/es/components/table/src/table-header/index.d.ts +8 -8
  143. package/es/components/table/src/table.vue.d.ts +3 -3
  144. package/es/components/table-v2/src/components/header.d.ts +1 -1
  145. package/es/components/table-v2/src/components/row.d.ts +1 -1
  146. package/es/components/table-v2/src/table-grid.d.ts +4 -4
  147. package/es/components/table-v2/src/table-v2.d.ts +5 -5
  148. package/es/components/tabs/src/tab-pane.vue.d.ts +1 -1
  149. package/es/components/tabs/src/tabs.d.ts +5 -5
  150. package/es/components/tag/src/tag.d.ts +3 -3
  151. package/es/components/text/src/text.d.ts +2 -2
  152. package/es/components/text/src/text.vue.d.ts +1 -1
  153. package/es/components/time-picker/src/common/picker.vue.d.ts +13 -13
  154. package/es/components/time-picker/src/common/props.d.ts +3 -3
  155. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +2 -2
  156. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +2 -2
  157. package/es/components/time-picker/src/time-picker.d.ts +11 -11
  158. package/es/components/time-select/src/time-select.d.ts +1 -1
  159. package/es/components/time-select/src/time-select.vue.d.ts +5 -5
  160. package/es/components/timeline/src/timeline-item.d.ts +2 -2
  161. package/es/components/timeline/src/timeline-item.vue.d.ts +2 -2
  162. package/es/components/tooltip/src/content.vue.d.ts +5 -5
  163. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  164. package/es/components/tooltip/src/tooltip.vue.d.ts +9 -9
  165. package/es/components/tooltip/src/trigger.d.ts +1 -1
  166. package/es/components/tour/src/content.d.ts +1 -1
  167. package/es/components/tour/src/mask.vue.d.ts +1 -1
  168. package/es/components/tour/src/step.d.ts +1 -1
  169. package/es/components/tour/src/step.vue.d.ts +1 -1
  170. package/es/components/tour/src/tour.d.ts +1 -1
  171. package/es/components/tour/src/tour.vue.d.ts +4 -4
  172. package/es/components/tree/src/tree-node.vue.d.ts +7 -7
  173. package/es/components/tree/src/tree.vue.d.ts +9 -9
  174. package/es/components/tree-select/src/tree-select.vue.d.ts +24 -24
  175. package/es/components/tree-v2/src/composables/useTree.d.ts +4 -4
  176. package/es/components/tree-v2/src/tree.vue.d.ts +3 -3
  177. package/es/components/upload/src/upload.vue.d.ts +1 -1
  178. package/es/components/virtual-list/src/builders/build-grid.d.ts +1 -1
  179. package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
  180. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +1 -1
  181. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  182. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +1 -1
  183. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  184. package/es/components/virtual-list/src/components/scrollbar.d.ts +1 -1
  185. package/es/components/watermark/src/watermark.vue.d.ts +1 -1
  186. package/es/hooks/use-floating/index.d.ts +4 -4
  187. package/es/hooks/use-popper/index.d.ts +2 -2
  188. package/es/hooks/use-size/index.d.ts +3 -3
  189. package/es/utils/vue/size.d.ts +1 -1
  190. package/es/version.d.ts +1 -1
  191. package/es/version.mjs +1 -1
  192. package/es/version.mjs.map +1 -1
  193. package/lib/components/affix/src/affix.d.ts +1 -1
  194. package/lib/components/affix/src/affix.vue.d.ts +4 -4
  195. package/lib/components/alert/src/alert.d.ts +2 -2
  196. package/lib/components/alert/src/alert.vue.d.ts +1 -1
  197. package/lib/components/autocomplete/src/autocomplete.d.ts +5 -5
  198. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +3 -3
  199. package/lib/components/avatar/src/avatar-group-props.d.ts +1 -1
  200. package/lib/components/avatar/src/avatar-group.d.ts +3 -3
  201. package/lib/components/avatar/src/avatar.d.ts +2 -2
  202. package/lib/components/backtop/src/backtop.vue.d.ts +1 -1
  203. package/lib/components/badge/src/badge.d.ts +1 -1
  204. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  205. package/lib/components/button/src/button-group.d.ts +2 -2
  206. package/lib/components/button/src/button-group.vue.d.ts +1 -1
  207. package/lib/components/button/src/button.d.ts +2 -2
  208. package/lib/components/button/src/button.vue.d.ts +4 -4
  209. package/lib/components/button/src/use-button.d.ts +2 -2
  210. package/lib/components/card/src/card.vue.d.ts +3 -3
  211. package/lib/components/carousel/src/carousel.d.ts +1 -1
  212. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  213. package/lib/components/cascader/src/cascader.d.ts +4 -4
  214. package/lib/components/cascader/src/cascader.vue.d.ts +12 -12
  215. package/lib/components/cascader-panel/src/index.vue.d.ts +2 -2
  216. package/lib/components/cascader-panel/src/menu.vue.d.ts +1 -1
  217. package/lib/components/check-tag/src/check-tag.d.ts +1 -1
  218. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  219. package/lib/components/checkbox/src/checkbox-group.d.ts +1 -1
  220. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +3 -3
  221. package/lib/components/checkbox/src/checkbox.d.ts +1 -1
  222. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  223. package/lib/components/checkbox/src/composables/use-checkbox-status.d.ts +2 -2
  224. package/lib/components/checkbox/src/composables/use-checkbox.d.ts +2 -2
  225. package/lib/components/col/src/col.vue.d.ts +2 -2
  226. package/lib/components/collapse/src/collapse-item.vue.d.ts +1 -1
  227. package/lib/components/color-picker/src/color-picker.d.ts +2 -2
  228. package/lib/components/color-picker/src/color-picker.vue.d.ts +8 -8
  229. package/lib/components/color-picker-panel/src/color-picker-panel.d.ts +1 -1
  230. package/lib/components/color-picker-panel/src/color-picker-panel.vue.d.ts +1 -1
  231. package/lib/components/config-provider/src/config-provider-props.d.ts +1 -1
  232. package/lib/components/config-provider/src/config-provider.d.ts +3 -3
  233. package/lib/components/config-provider/src/hooks/use-global-config.d.ts +1 -1
  234. package/lib/components/date-picker/src/date-picker.d.ts +11 -11
  235. package/lib/components/date-picker/src/props.d.ts +3 -3
  236. package/lib/components/date-picker-panel/src/composables/use-basic-date-table.d.ts +1 -1
  237. package/lib/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue.d.ts +2 -2
  238. package/lib/components/date-picker-panel/src/date-picker-com/panel-date-range.vue.d.ts +1 -1
  239. package/lib/components/date-picker-panel/src/date-picker-com/panel-month-range.vue.d.ts +1 -1
  240. package/lib/components/date-picker-panel/src/date-picker-com/panel-year-range.vue.d.ts +1 -1
  241. package/lib/components/date-picker-panel/src/date-picker-panel.d.ts +5 -5
  242. package/lib/components/date-picker-panel/src/panel-utils.d.ts +12 -12
  243. package/lib/components/date-picker-panel/src/props/date-picker-panel.d.ts +1 -1
  244. package/lib/components/descriptions/src/description-item.d.ts +8 -8
  245. package/lib/components/descriptions/src/description.d.ts +1 -1
  246. package/lib/components/descriptions/src/description.vue.d.ts +1 -1
  247. package/lib/components/dialog/src/dialog-content.vue.d.ts +2 -2
  248. package/lib/components/dialog/src/dialog.vue.d.ts +6 -6
  249. package/lib/components/divider/src/divider.d.ts +1 -1
  250. package/lib/components/divider/src/divider.vue.d.ts +1 -1
  251. package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
  252. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  253. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +2 -2
  254. package/lib/components/dropdown/src/dropdown-menu.vue.d.ts +1 -1
  255. package/lib/components/dropdown/src/dropdown.d.ts +4 -4
  256. package/lib/components/dropdown/src/dropdown.vue.d.ts +65 -65
  257. package/lib/components/form/src/form-item.d.ts +1 -1
  258. package/lib/components/form/src/form-item.vue.d.ts +1 -1
  259. package/lib/components/form/src/form.d.ts +2 -2
  260. package/lib/components/form/src/hooks/use-form-common-props.d.ts +2 -2
  261. package/lib/components/image/src/image.d.ts +1 -1
  262. package/lib/components/image/src/image.vue.d.ts +4 -4
  263. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +3 -3
  264. package/lib/components/input/src/input.d.ts +4 -4
  265. package/lib/components/input/src/input.vue.d.ts +7 -7
  266. package/lib/components/input-number/src/input-number.d.ts +3 -3
  267. package/lib/components/input-number/src/input-number.vue.d.ts +9 -9
  268. package/lib/components/input-otp/src/input-otp.vue.d.ts +4 -4
  269. package/lib/components/input-tag/src/composables/use-input-tag.d.ts +1 -1
  270. package/lib/components/input-tag/src/input-tag.d.ts +4 -4
  271. package/lib/components/input-tag/src/input-tag.vue.d.ts +11 -11
  272. package/lib/components/link/src/link.d.ts +1 -1
  273. package/lib/components/link/src/link.vue.d.ts +1 -1
  274. package/lib/components/mention/src/mention.d.ts +5 -5
  275. package/lib/components/mention/src/mention.vue.d.ts +2 -2
  276. package/lib/components/menu/src/menu.d.ts +7 -7
  277. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  278. package/lib/components/message/src/instance.d.ts +1 -1
  279. package/lib/components/message/src/message.d.ts +2 -2
  280. package/lib/components/message/src/message.vue.d.ts +5 -5
  281. package/lib/components/message-box/src/index.vue.d.ts +39 -39
  282. package/lib/components/notification/src/notification.d.ts +1 -1
  283. package/lib/components/notification/src/notification.vue.d.ts +4 -4
  284. package/lib/components/pagination/src/components/jumper.d.ts +1 -1
  285. package/lib/components/pagination/src/components/jumper.vue.d.ts +2 -2
  286. package/lib/components/pagination/src/components/sizes.d.ts +1 -1
  287. package/lib/components/pagination/src/components/sizes.vue.d.ts +3 -3
  288. package/lib/components/pagination/src/pagination.d.ts +6 -6
  289. package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
  290. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +2 -2
  291. package/lib/components/popover/src/popover.d.ts +2 -2
  292. package/lib/components/popover/src/popover.vue.d.ts +7 -7
  293. package/lib/components/popper/src/composables/use-content.d.ts +2 -2
  294. package/lib/components/popper/src/content.vue.d.ts +6 -6
  295. package/lib/components/popper/src/popper.d.ts +2 -2
  296. package/lib/components/progress/src/progress.vue.d.ts +3 -3
  297. package/lib/components/radio/src/radio-button.d.ts +1 -1
  298. package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
  299. package/lib/components/radio/src/radio-group.d.ts +1 -1
  300. package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
  301. package/lib/components/radio/src/radio.d.ts +2 -2
  302. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  303. package/lib/components/radio/src/use-radio.d.ts +1 -1
  304. package/lib/components/rate/src/rate.d.ts +1 -1
  305. package/lib/components/rate/src/rate.vue.d.ts +2 -2
  306. package/lib/components/result/src/result.d.ts +1 -1
  307. package/lib/components/result/src/result.vue.d.ts +1 -1
  308. package/lib/components/row/src/row.d.ts +2 -2
  309. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  310. package/lib/components/segmented/index.d.ts +3 -3
  311. package/lib/components/segmented/src/segmented.d.ts +1 -1
  312. package/lib/components/select/src/select.d.ts +4 -4
  313. package/lib/components/select/src/select.vue.d.ts +54 -54
  314. package/lib/components/select/src/useSelect.d.ts +2 -2
  315. package/lib/components/select-v2/src/defaults.d.ts +4 -4
  316. package/lib/components/select-v2/src/select.vue.d.ts +51 -51
  317. package/lib/components/select-v2/src/useSelect.d.ts +1 -1
  318. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  319. package/lib/components/slider/src/button.vue.d.ts +1 -1
  320. package/lib/components/slider/src/slider.d.ts +2 -2
  321. package/lib/components/slider/src/slider.vue.d.ts +10 -10
  322. package/lib/components/space/src/space.d.ts +3 -3
  323. package/lib/components/splitter/src/split-bar.vue.d.ts +1 -1
  324. package/lib/components/statistic/src/statistic.vue.d.ts +2 -2
  325. package/lib/components/steps/src/item.d.ts +1 -1
  326. package/lib/components/steps/src/item.vue.d.ts +1 -1
  327. package/lib/components/steps/src/steps.d.ts +2 -2
  328. package/lib/components/switch/src/switch.d.ts +1 -1
  329. package/lib/components/switch/src/switch.vue.d.ts +2 -2
  330. package/lib/components/table/src/filter-panel.vue.d.ts +45 -45
  331. package/lib/components/table/src/table/defaults.d.ts +1 -1
  332. package/lib/components/table/src/table/style-helper.d.ts +1 -1
  333. package/lib/components/table/src/table-footer/index.d.ts +1 -1
  334. package/lib/components/table/src/table-header/index.d.ts +8 -8
  335. package/lib/components/table/src/table.vue.d.ts +3 -3
  336. package/lib/components/table-v2/src/components/header.d.ts +1 -1
  337. package/lib/components/table-v2/src/components/row.d.ts +1 -1
  338. package/lib/components/table-v2/src/table-grid.d.ts +4 -4
  339. package/lib/components/table-v2/src/table-v2.d.ts +5 -5
  340. package/lib/components/tabs/src/tab-pane.vue.d.ts +1 -1
  341. package/lib/components/tabs/src/tabs.d.ts +5 -5
  342. package/lib/components/tag/src/tag.d.ts +3 -3
  343. package/lib/components/text/src/text.d.ts +2 -2
  344. package/lib/components/text/src/text.vue.d.ts +1 -1
  345. package/lib/components/time-picker/src/common/picker.vue.d.ts +13 -13
  346. package/lib/components/time-picker/src/common/props.d.ts +3 -3
  347. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +2 -2
  348. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +2 -2
  349. package/lib/components/time-picker/src/time-picker.d.ts +11 -11
  350. package/lib/components/time-select/src/time-select.d.ts +1 -1
  351. package/lib/components/time-select/src/time-select.vue.d.ts +5 -5
  352. package/lib/components/timeline/src/timeline-item.d.ts +2 -2
  353. package/lib/components/timeline/src/timeline-item.vue.d.ts +2 -2
  354. package/lib/components/tooltip/src/content.vue.d.ts +5 -5
  355. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  356. package/lib/components/tooltip/src/tooltip.vue.d.ts +9 -9
  357. package/lib/components/tooltip/src/trigger.d.ts +1 -1
  358. package/lib/components/tour/src/content.d.ts +1 -1
  359. package/lib/components/tour/src/mask.vue.d.ts +1 -1
  360. package/lib/components/tour/src/step.d.ts +1 -1
  361. package/lib/components/tour/src/step.vue.d.ts +1 -1
  362. package/lib/components/tour/src/tour.d.ts +1 -1
  363. package/lib/components/tour/src/tour.vue.d.ts +4 -4
  364. package/lib/components/tree/src/tree-node.vue.d.ts +7 -7
  365. package/lib/components/tree/src/tree.vue.d.ts +9 -9
  366. package/lib/components/tree-select/src/tree-select.vue.d.ts +24 -24
  367. package/lib/components/tree-v2/src/composables/useTree.d.ts +4 -4
  368. package/lib/components/tree-v2/src/tree.vue.d.ts +3 -3
  369. package/lib/components/upload/src/upload.vue.d.ts +1 -1
  370. package/lib/components/virtual-list/src/builders/build-grid.d.ts +1 -1
  371. package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
  372. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +1 -1
  373. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  374. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +1 -1
  375. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  376. package/lib/components/virtual-list/src/components/scrollbar.d.ts +1 -1
  377. package/lib/components/watermark/src/watermark.vue.d.ts +1 -1
  378. package/lib/hooks/use-floating/index.d.ts +4 -4
  379. package/lib/hooks/use-popper/index.d.ts +2 -2
  380. package/lib/hooks/use-size/index.d.ts +3 -3
  381. package/lib/utils/vue/size.d.ts +1 -1
  382. package/lib/version.d.ts +1 -1
  383. package/lib/version.js +1 -1
  384. package/lib/version.js.map +1 -1
  385. package/package.json +2 -2
  386. package/web-types.json +1 -1
@@ -7,7 +7,7 @@ type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
9
  declare const __VLS_base: _$vue.DefineComponent<ButtonGroupProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
10
- type: "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger";
10
+ type: "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger";
11
11
  direction: "horizontal" | "vertical";
12
12
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
13
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -92,13 +92,13 @@ interface ButtonProps {
92
92
  */
93
93
  declare const buttonProps: {
94
94
  readonly size: {
95
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
95
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
96
96
  readonly required: false;
97
97
  readonly validator: ((val: unknown) => boolean) | undefined;
98
98
  __epPropKey: true;
99
99
  };
100
100
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
101
- readonly type: EpPropFinalized<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
101
+ readonly type: EpPropFinalized<StringConstructor, "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger", unknown, "", boolean>;
102
102
  readonly icon: {
103
103
  readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | (((new (...args: any[]) => (string | Component) & {}) | (() => string | Component)) | null)[], unknown, unknown>>;
104
104
  readonly required: false;
@@ -13,8 +13,8 @@ type __VLS_Slots = {} & {
13
13
  };
14
14
  declare const __VLS_base: _$vue.DefineComponent<ButtonProps, {
15
15
  /** @description button html element */ref: _$vue.Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>; /** @description button size */
16
- size: _$vue.ComputedRef<"" | "small" | "default" | "large">; /** @description button type */
17
- type: _$vue.ComputedRef<"" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger">; /** @description button disabled */
16
+ size: _$vue.ComputedRef<"" | "default" | "small" | "large">; /** @description button type */
17
+ type: _$vue.ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">; /** @description button disabled */
18
18
  disabled: _$vue.ComputedRef<boolean>; /** @description whether adding space */
19
19
  shouldAddSpace: _$vue.ComputedRef<boolean>;
20
20
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
@@ -22,9 +22,9 @@ declare const __VLS_base: _$vue.DefineComponent<ButtonProps, {
22
22
  }, string, _$vue.PublicProps, Readonly<ButtonProps> & Readonly<{
23
23
  onClick?: ((evt: MouseEvent) => any) | undefined;
24
24
  }>, {
25
- disabled: boolean;
26
- text: boolean;
27
25
  type: ButtonType;
26
+ text: boolean;
27
+ disabled: boolean;
28
28
  round: boolean;
29
29
  dashed: boolean;
30
30
  nativeType: ButtonNativeType;
@@ -5,8 +5,8 @@ import { SetupContext } from "vue";
5
5
  //#region ../../packages/components/button/src/use-button.d.ts
6
6
  declare const useButton: (props: ButtonProps, emit: SetupContext<ButtonEmits>["emit"]) => {
7
7
  _disabled: _$vue.ComputedRef<boolean>;
8
- _size: _$vue.ComputedRef<"" | "small" | "default" | "large">;
9
- _type: _$vue.ComputedRef<"" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
8
+ _size: _$vue.ComputedRef<"" | "default" | "small" | "large">;
9
+ _type: _$vue.ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
10
10
  _ref: _$vue.Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
11
11
  _props: _$vue.ComputedRef<{
12
12
  ariaDisabled: boolean | undefined;
@@ -12,12 +12,12 @@ type __VLS_Slots = {} & {
12
12
  footer?: (props: typeof __VLS_5) => any;
13
13
  };
14
14
  declare const __VLS_base: _$vue.DefineComponent<CardProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CardProps> & Readonly<{}>, {
15
+ header: string;
16
+ footer: string;
17
+ bodyStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null;
15
18
  headerClass: string | false | Record<string, any> | ClassValue[] | null;
16
19
  bodyClass: string | false | Record<string, any> | ClassValue[] | null;
17
20
  footerClass: string | false | Record<string, any> | ClassValue[] | null;
18
- footer: string;
19
- header: string;
20
- bodyStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null;
21
21
  shadow: "always" | "hover" | "never";
22
22
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
23
23
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -62,7 +62,7 @@ interface CarouselProps {
62
62
  declare const carouselProps: {
63
63
  readonly initialIndex: EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
64
64
  readonly height: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
65
- readonly trigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
65
+ readonly trigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
66
66
  readonly autoplay: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
67
67
  readonly interval: EpPropFinalized<NumberConstructor, unknown, unknown, 3000, boolean>;
68
68
  readonly indicatorPosition: EpPropFinalized<StringConstructor, "" | "none" | "outside", unknown, "", boolean>;
@@ -19,8 +19,8 @@ declare const __VLS_base: _$vue.DefineComponent<CarouselProps, {
19
19
  type: "" | "card";
20
20
  height: string;
21
21
  loop: boolean;
22
- direction: "horizontal" | "vertical";
23
22
  trigger: "hover" | "click";
23
+ direction: "horizontal" | "vertical";
24
24
  arrow: "always" | "hover" | "never";
25
25
  initialIndex: number;
26
26
  autoplay: boolean;
@@ -139,7 +139,7 @@ declare const cascaderProps: {
139
139
  emptyValues: ArrayConstructor;
140
140
  valueOnClear: EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
141
141
  size: {
142
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
142
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
143
143
  readonly required: false;
144
144
  readonly validator: ((val: unknown) => boolean) | undefined;
145
145
  __epPropKey: true;
@@ -179,7 +179,7 @@ declare const cascaderProps: {
179
179
  new (): any;
180
180
  readonly prototype: any;
181
181
  }) | null)[], unknown, unknown, () => true, boolean>;
182
- placement: EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, string, boolean>;
182
+ placement: EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "left" | "right" | "top" | "auto" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, string, boolean>;
183
183
  fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, string[], boolean>;
184
184
  popperClass: EpPropFinalized<(new (...args: any[]) => string | false | Record<string, any> | ClassValue[]) | (() => ClassValue) | (((new (...args: any[]) => string | false | Record<string, any> | ClassValue[]) | (() => ClassValue)) | null)[], unknown, unknown, undefined, boolean>;
185
185
  popperStyle: EpPropFinalized<(new (...args: any[]) => string | false | _$vue.CSSProperties | StyleValue[]) | (() => StyleValue) | (((new (...args: any[]) => string | false | _$vue.CSSProperties | StyleValue[]) | (() => StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
@@ -187,14 +187,14 @@ declare const cascaderProps: {
187
187
  effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | (((new (...args: any[]) => string) | (() => PopperEffect)) | null)[], unknown, unknown, string, boolean>;
188
188
  tagType: {
189
189
  default: string;
190
- type: _$vue.PropType<EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>>;
190
+ type: _$vue.PropType<EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
191
191
  required: false;
192
192
  validator: ((val: unknown) => boolean) | undefined;
193
193
  __epPropKey: true;
194
194
  };
195
195
  tagEffect: {
196
196
  default: string;
197
- type: _$vue.PropType<EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
197
+ type: _$vue.PropType<EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
198
198
  required: false;
199
199
  validator: ((val: unknown) => boolean) | undefined;
200
200
  __epPropKey: true;
@@ -188,48 +188,48 @@ declare const __VLS_base: _$vue.DefineComponent<CascaderComponentProps, {
188
188
  blur: () => void;
189
189
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
190
190
  "update:modelValue": (value: CascaderValue | null | undefined) => void;
191
+ change: (value: CascaderValue | null | undefined) => void;
192
+ clear: () => void;
191
193
  focus: (evt: FocusEvent) => void;
192
194
  blur: (evt: FocusEvent) => void;
193
- clear: () => void;
194
- change: (value: CascaderValue | null | undefined) => void;
195
195
  visibleChange: (val: boolean) => void;
196
196
  expandChange: (val: CascaderValue) => void;
197
197
  removeTag: (val: CascaderNodeValue | CascaderNodePathValue) => void;
198
198
  }, string, _$vue.PublicProps, Readonly<CascaderComponentProps> & Readonly<{
199
199
  "onUpdate:modelValue"?: ((value: CascaderValue | null | undefined) => any) | undefined;
200
200
  onChange?: ((value: CascaderValue | null | undefined) => any) | undefined;
201
+ onClear?: (() => any) | undefined;
201
202
  onFocus?: ((evt: FocusEvent) => any) | undefined;
202
203
  onBlur?: ((evt: FocusEvent) => any) | undefined;
203
- onClear?: (() => any) | undefined;
204
204
  onVisibleChange?: ((val: boolean) => any) | undefined;
205
205
  onExpandChange?: ((val: CascaderValue) => any) | undefined;
206
206
  onRemoveTag?: ((val: CascaderNodeValue | CascaderNodePathValue) => any) | undefined;
207
207
  }>, {
208
+ valueOnClear: string | number | boolean | Function | null;
209
+ teleported: boolean;
210
+ props: CascaderProps;
211
+ effect: PopperEffect;
208
212
  disabled: boolean;
209
- validateEvent: boolean;
210
213
  clearIcon: IconPropType;
214
+ validateEvent: boolean;
211
215
  height: number;
212
216
  separator: string;
213
- props: CascaderProps;
214
- persistent: boolean;
215
217
  popperClass: string | false | Record<string, any> | ClassValue[] | null;
216
218
  popperStyle: string | false | _$vue.CSSProperties | StyleValue[] | null;
217
- teleported: boolean;
218
- valueOnClear: string | number | boolean | Function | null;
219
- effect: PopperEffect;
220
219
  fallbackPlacements: Placement[];
221
220
  placement: Placement;
221
+ persistent: boolean;
222
222
  options: CascaderOption[];
223
- itemSize: number;
224
223
  debounce: number;
225
224
  showPrefix: boolean;
226
225
  filterMethod: (node: Node, keyword: string) => boolean;
227
226
  showAllLevels: boolean;
228
227
  maxCollapseTags: number;
229
228
  beforeFilter: (value: string) => boolean | Promise<any>;
230
- tagType: "primary" | "success" | "warning" | "info" | "danger";
231
- tagEffect: "dark" | "light" | "plain";
229
+ tagType: "info" | "primary" | "success" | "warning" | "danger";
230
+ tagEffect: "light" | "dark" | "plain";
232
231
  showCheckedStrategy: "parent" | "child";
232
+ itemSize: number;
233
233
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
234
234
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
235
235
  declare const _default: typeof __VLS_export;
@@ -278,9 +278,9 @@ declare const __VLS_base: _$vue.DefineComponent<CascaderPanelProps, {
278
278
  onClose?: (() => any) | undefined;
279
279
  "onExpand-change"?: ((value: CascaderNodePathValue) => any) | undefined;
280
280
  }>, {
281
- border: boolean;
282
- height: number;
283
281
  props: CascaderProps;
282
+ height: number;
283
+ border: boolean;
284
284
  options: CascaderOption[];
285
285
  itemSize: number;
286
286
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
@@ -23,8 +23,8 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_Props, {
23
23
  readonly $el: HTMLElement;
24
24
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
25
25
  height: number;
26
- itemSize: number;
27
26
  virtualScroll: boolean;
27
+ itemSize: number;
28
28
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
29
29
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
30
  declare const _default: typeof __VLS_export;
@@ -23,7 +23,7 @@ interface CheckTagProps {
23
23
  declare const checkTagProps: {
24
24
  readonly checked: BooleanConstructor;
25
25
  readonly disabled: BooleanConstructor;
26
- readonly type: EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown, "primary", boolean>;
26
+ readonly type: EpPropFinalized<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown, "primary", boolean>;
27
27
  };
28
28
  /**
29
29
  * @deprecated Removed after 3.0.0, Use `CheckTagProps` instead.
@@ -13,11 +13,11 @@ declare const __VLS_base: _$vue.DefineComponent<CheckboxProps, {}, {}, {}, {}, _
13
13
  "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
14
14
  onChange?: ((val: CheckboxValueType) => any) | undefined;
15
15
  }>, {
16
- modelValue: number | string | boolean;
16
+ id: string;
17
17
  disabled: boolean;
18
+ modelValue: number | string | boolean;
18
19
  validateEvent: boolean;
19
20
  name: string;
20
- id: string;
21
21
  value: string | boolean | number | object;
22
22
  label: string | boolean | number | object;
23
23
  trueValue: string | number;
@@ -68,7 +68,7 @@ declare const checkboxGroupProps: {
68
68
  readonly min: NumberConstructor;
69
69
  readonly max: NumberConstructor;
70
70
  readonly size: {
71
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
71
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
72
72
  readonly required: false;
73
73
  readonly validator: ((val: unknown) => boolean) | undefined;
74
74
  __epPropKey: true;
@@ -14,15 +14,15 @@ declare const __VLS_base: _$vue.DefineComponent<CheckboxGroupProps, {}, {}, {},
14
14
  "onUpdate:modelValue"?: ((val: CheckboxGroupValueType) => any) | undefined;
15
15
  onChange?: ((val: CheckboxValueType[]) => any) | undefined;
16
16
  }>, {
17
- modelValue: CheckboxGroupValueType;
18
- disabled: boolean;
19
- validateEvent: boolean;
20
17
  type: "checkbox" | "button";
21
18
  props: {
22
19
  value?: string;
23
20
  label?: string;
24
21
  disabled?: string;
25
22
  };
23
+ disabled: boolean;
24
+ modelValue: CheckboxGroupValueType;
25
+ validateEvent: boolean;
26
26
  tag: string;
27
27
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
28
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -168,7 +168,7 @@ declare const checkboxProps: {
168
168
  * @description size of the Checkbox
169
169
  */
170
170
  size: {
171
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
171
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
172
172
  readonly required: false;
173
173
  readonly validator: ((val: unknown) => boolean) | undefined;
174
174
  __epPropKey: true;
@@ -13,11 +13,11 @@ declare const __VLS_base: _$vue.DefineComponent<CheckboxProps, {}, {}, {}, {}, _
13
13
  "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
14
14
  onChange?: ((val: CheckboxValueType) => any) | undefined;
15
15
  }>, {
16
- modelValue: number | string | boolean;
16
+ id: string;
17
17
  disabled: boolean;
18
+ modelValue: number | string | boolean;
18
19
  validateEvent: boolean;
19
20
  name: string;
20
- id: string;
21
21
  value: string | boolean | number | object;
22
22
  label: string | boolean | number | object;
23
23
  trueValue: string | number;
@@ -7,10 +7,10 @@ import { ComponentInternalInstance } from "vue";
7
7
  declare const useCheckboxStatus: (props: CheckboxProps, slots: ComponentInternalInstance["slots"], {
8
8
  model
9
9
  }: Pick<CheckboxModel, "model">) => {
10
- checkboxButtonSize: _$vue.ComputedRef<"" | "small" | "default" | "large">;
10
+ checkboxButtonSize: _$vue.ComputedRef<"" | "default" | "small" | "large">;
11
11
  isChecked: _$vue.ComputedRef<boolean>;
12
12
  isFocused: _$vue.Ref<boolean, boolean>;
13
- checkboxSize: _$vue.ComputedRef<"" | "small" | "default" | "large">;
13
+ checkboxSize: _$vue.ComputedRef<"" | "default" | "small" | "large">;
14
14
  hasOwnLabel: _$vue.ComputedRef<boolean>;
15
15
  actualValue: _$vue.ComputedRef<string | number | boolean | object | undefined>;
16
16
  };
@@ -9,8 +9,8 @@ declare const useCheckbox: (props: CheckboxProps, slots: ComponentInternalInstan
9
9
  isChecked: _$vue.ComputedRef<boolean>;
10
10
  isDisabled: _$vue.ComputedRef<boolean>;
11
11
  isFocused: _$vue.Ref<boolean, boolean>;
12
- checkboxButtonSize: _$vue.ComputedRef<"" | "small" | "default" | "large">;
13
- checkboxSize: _$vue.ComputedRef<"" | "small" | "default" | "large">;
12
+ checkboxButtonSize: _$vue.ComputedRef<"" | "default" | "small" | "large">;
13
+ checkboxSize: _$vue.ComputedRef<"" | "default" | "small" | "large">;
14
14
  hasOwnLabel: _$vue.ComputedRef<boolean>;
15
15
  model: _$vue.WritableComputedRef<any, unknown>;
16
16
  actualValue: _$vue.ComputedRef<string | number | boolean | object | undefined>;
@@ -7,10 +7,10 @@ type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_8) => any;
8
8
  };
9
9
  declare const __VLS_base: _$vue.DefineComponent<ColProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ColProps> & Readonly<{}>, {
10
- push: number;
11
10
  offset: number;
12
- span: number;
11
+ push: number;
13
12
  tag: string;
13
+ span: number;
14
14
  pull: number;
15
15
  xs: ColSize;
16
16
  sm: ColSize;
@@ -18,8 +18,8 @@ type __VLS_Slots = {} & {
18
18
  declare const __VLS_base: _$vue.DefineComponent<CollapseItemProps, {
19
19
  /** @description current collapse-item whether active */isActive: _$vue.ComputedRef<boolean | undefined>;
20
20
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapseItemProps> & Readonly<{}>, {
21
- icon: IconPropType;
22
21
  title: string;
22
+ icon: IconPropType;
23
23
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
@@ -84,7 +84,7 @@ declare const colorPickerProps: {
84
84
  readonly id: StringConstructor;
85
85
  readonly showAlpha: BooleanConstructor;
86
86
  readonly colorFormat: {
87
- readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => "rgb" | "prgb" | "hex" | "hex3" | "hex4" | "hex6" | "hex8" | "name" | "hsl" | "hsv" | "cmyk") | (() => ColorFormats) | (((new (...args: any[]) => "rgb" | "prgb" | "hex" | "hex3" | "hex4" | "hex6" | "hex8" | "name" | "hsl" | "hsv" | "cmyk") | (() => ColorFormats)) | null)[], unknown, unknown>>;
87
+ readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => "name" | "rgb" | "prgb" | "hex" | "hex3" | "hex4" | "hex6" | "hex8" | "hsl" | "hsv" | "cmyk") | (() => ColorFormats) | (((new (...args: any[]) => "name" | "rgb" | "prgb" | "hex" | "hex3" | "hex4" | "hex6" | "hex8" | "hsl" | "hsv" | "cmyk") | (() => ColorFormats)) | null)[], unknown, unknown>>;
88
88
  readonly required: false;
89
89
  readonly validator: ((val: unknown) => boolean) | undefined;
90
90
  __epPropKey: true;
@@ -92,7 +92,7 @@ declare const colorPickerProps: {
92
92
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
93
93
  readonly clearable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
94
94
  readonly size: {
95
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
95
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
96
96
  readonly required: false;
97
97
  readonly validator: ((val: unknown) => boolean) | undefined;
98
98
  __epPropKey: true;
@@ -31,29 +31,29 @@ declare const __VLS_export: _$vue.DefineComponent<ColorPickerProps, {
31
31
  blur: typeof blur;
32
32
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
33
33
  "update:modelValue": (val: string | null) => void;
34
+ change: (val: string | null) => void;
35
+ clear: () => void;
34
36
  focus: (evt: FocusEvent) => void;
35
37
  blur: (evt: FocusEvent) => void;
36
- clear: () => void;
37
- change: (val: string | null) => void;
38
38
  activeChange: (val: string | null) => void;
39
39
  }, string, _$vue.PublicProps, Readonly<ColorPickerProps> & Readonly<{
40
40
  "onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
41
41
  onChange?: ((val: string | null) => any) | undefined;
42
+ onClear?: (() => any) | undefined;
42
43
  onFocus?: ((evt: FocusEvent) => any) | undefined;
43
44
  onBlur?: ((evt: FocusEvent) => any) | undefined;
44
- onClear?: (() => any) | undefined;
45
45
  onActiveChange?: ((val: string | null) => any) | undefined;
46
46
  }>, {
47
- modelValue: string | null;
47
+ valueOnClear: string | number | boolean | Function | null;
48
+ teleported: boolean;
48
49
  disabled: boolean;
49
- validateEvent: boolean;
50
+ modelValue: string | null;
50
51
  clearable: boolean;
51
52
  tabindex: string | number;
52
- persistent: boolean;
53
+ validateEvent: boolean;
53
54
  popperClass: string | false | Record<string, any> | ClassValue[] | null;
54
55
  popperStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null;
55
- teleported: boolean;
56
- valueOnClear: string | number | boolean | Function | null;
56
+ persistent: boolean;
57
57
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
58
58
  declare const _default: typeof __VLS_export;
59
59
  //#endregion
@@ -53,7 +53,7 @@ declare const colorPickerPanelProps: {
53
53
  readonly border: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
54
54
  readonly showAlpha: BooleanConstructor;
55
55
  readonly colorFormat: {
56
- readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => "rgb" | "prgb" | "hex" | "hex3" | "hex4" | "hex6" | "hex8" | "name" | "hsl" | "hsv" | "cmyk") | (() => ColorFormats) | (((new (...args: any[]) => "rgb" | "prgb" | "hex" | "hex3" | "hex4" | "hex6" | "hex8" | "name" | "hsl" | "hsv" | "cmyk") | (() => ColorFormats)) | null)[], unknown, unknown>>;
56
+ readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => "name" | "rgb" | "prgb" | "hex" | "hex3" | "hex4" | "hex6" | "hex8" | "hsl" | "hsv" | "cmyk") | (() => ColorFormats) | (((new (...args: any[]) => "name" | "rgb" | "prgb" | "hex" | "hex3" | "hex4" | "hex6" | "hex8" | "hsl" | "hsv" | "cmyk") | (() => ColorFormats)) | null)[], unknown, unknown>>;
57
57
  readonly required: false;
58
58
  readonly validator: ((val: unknown) => boolean) | undefined;
59
59
  __epPropKey: true;
@@ -29,9 +29,9 @@ declare const __VLS_base: _$vue.DefineComponent<ColorPickerPanelProps, {
29
29
  "onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
30
30
  }>, {
31
31
  modelValue: string | null;
32
+ validateEvent: boolean;
32
33
  border: boolean;
33
34
  showAlpha: boolean;
34
- validateEvent: boolean;
35
35
  hueSliderClass: string | false | Record<string, any> | ClassValue[] | null;
36
36
  hueSliderStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null;
37
37
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
@@ -22,7 +22,7 @@ declare const configProviderProps: {
22
22
  __epPropKey: true;
23
23
  };
24
24
  readonly size: {
25
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
25
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
26
26
  readonly required: false;
27
27
  readonly validator: ((val: unknown) => boolean) | undefined;
28
28
  __epPropKey: true;
@@ -22,7 +22,7 @@ declare const ConfigProvider: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
22
22
  __epPropKey: true;
23
23
  };
24
24
  readonly size: {
25
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
25
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
26
26
  readonly required: false;
27
27
  readonly validator: ((val: unknown) => boolean) | undefined;
28
28
  __epPropKey: true;
@@ -85,7 +85,7 @@ declare const ConfigProvider: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
85
85
  __epPropKey: true;
86
86
  };
87
87
  readonly size: {
88
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
88
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
89
89
  readonly required: false;
90
90
  readonly validator: ((val: unknown) => boolean) | undefined;
91
91
  __epPropKey: true;
@@ -136,10 +136,10 @@ declare const ConfigProvider: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
136
136
  __epPropKey: true;
137
137
  };
138
138
  }>> & Readonly<{}>, {
139
- readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
140
139
  readonly a11y: EpPropMergeType<BooleanConstructor, unknown, unknown>;
141
140
  readonly keyboardNavigation: EpPropMergeType<BooleanConstructor, unknown, unknown>;
142
141
  readonly namespace: string;
142
+ readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
143
143
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
144
144
  type ConfigProviderInstance = InstanceType<typeof ConfigProvider> & unknown;
145
145
  //#endregion
@@ -32,7 +32,7 @@ declare function useGlobalComponentSettings(block: string, sizeFallback?: MaybeR
32
32
  currentZIndex: _$vue.ComputedRef<number>;
33
33
  nextZIndex: () => number;
34
34
  };
35
- size: _$vue.ComputedRef<"" | "small" | "default" | "large">;
35
+ size: _$vue.ComputedRef<"" | "default" | "small" | "large">;
36
36
  };
37
37
  declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => _$vue.ComputedRef<Partial<ConfigProviderProps>> | undefined;
38
38
  //#endregion
@@ -34,7 +34,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
34
34
  readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
35
35
  readonly unlinkPanels: BooleanConstructor;
36
36
  readonly singlePanel: BooleanConstructor;
37
- readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
37
+ readonly placement: EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "left" | "right" | "top" | "auto" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
38
38
  readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
39
39
  readonly disabledHours: {
40
40
  readonly type: _$vue.PropType<GetDisabledHours>;
@@ -79,7 +79,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
79
79
  readonly saveOnBlur: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
80
80
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown, "", boolean>;
81
81
  readonly size: {
82
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
82
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
83
83
  readonly required: false;
84
84
  readonly validator: ((val: unknown) => boolean) | undefined;
85
85
  __epPropKey: true;
@@ -88,7 +88,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
88
88
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
89
89
  readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
90
90
  readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | (((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>)) | null)[], unknown, unknown, () => {}, boolean>;
91
- readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
91
+ readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
92
92
  readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
93
93
  readonly startPlaceholder: StringConstructor;
94
94
  readonly endPlaceholder: StringConstructor;
@@ -132,7 +132,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
132
132
  readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
133
133
  readonly unlinkPanels: BooleanConstructor;
134
134
  readonly singlePanel: BooleanConstructor;
135
- readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
135
+ readonly placement: EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "left" | "right" | "top" | "auto" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
136
136
  readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
137
137
  readonly disabledHours: {
138
138
  readonly type: _$vue.PropType<GetDisabledHours>;
@@ -177,7 +177,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
177
177
  readonly saveOnBlur: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
178
178
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown, "", boolean>;
179
179
  readonly size: {
180
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
180
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
181
181
  readonly required: false;
182
182
  readonly validator: ((val: unknown) => boolean) | undefined;
183
183
  __epPropKey: true;
@@ -186,7 +186,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
186
186
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
187
187
  readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
188
188
  readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | (((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>)) | null)[], unknown, unknown, () => {}, boolean>;
189
- readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
189
+ readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
190
190
  readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
191
191
  readonly startPlaceholder: StringConstructor;
192
192
  readonly endPlaceholder: StringConstructor;
@@ -206,21 +206,21 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
206
206
  }>> & Readonly<{
207
207
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
208
208
  }>, {
209
- readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown>;
210
- readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
211
- readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
212
209
  readonly type: EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType)) | null)[], unknown, unknown>;
210
+ readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
211
+ readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
212
+ readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown>;
213
213
  readonly placeholder: string;
214
214
  readonly readonly: boolean;
215
215
  readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
216
216
  readonly clearIcon: EpPropMergeType<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown>;
217
217
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown>;
218
218
  readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
219
+ readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
219
220
  readonly popperClass: ClassValue;
220
221
  readonly popperStyle: _$vue.StyleValue;
221
- readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
222
222
  readonly fallbackPlacements: Placement[];
223
- readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown>;
223
+ readonly placement: EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "left" | "right" | "top" | "auto" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown>;
224
224
  readonly popperOptions: Partial<Options>;
225
225
  readonly automaticDropdown: EpPropMergeType<BooleanConstructor, unknown, unknown>;
226
226
  readonly editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;