@aplus-frontend/ui 6.19.0 → 6.19.1

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 (316) hide show
  1. package/es/src/ap-action/group/index.vue.mjs +3 -3
  2. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  3. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  4. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  5. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +2 -31
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +7 -11
  8. package/es/src/ap-button/ap-button.vue.mjs +20 -24
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +11 -15
  10. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  12. package/es/src/ap-download/ap-download.vue.mjs +18 -21
  13. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +2 -2
  14. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  15. package/es/src/ap-field/date/index.vue.mjs +13 -13
  16. package/es/src/ap-field/date-range/index.vue.mjs +16 -16
  17. package/es/src/ap-field/index.mjs +36 -36
  18. package/es/src/ap-field/number/index.vue.d.ts +29 -29
  19. package/es/src/ap-field/number/index.vue.mjs +8 -8
  20. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  21. package/es/src/ap-field/rate/index.vue.d.ts +4 -4
  22. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  23. package/es/src/ap-field/segmented/index.vue.mjs +12 -17
  24. package/es/src/ap-field/select/index.vue.d.ts +97 -97
  25. package/es/src/ap-field/select/index.vue.mjs +10 -10
  26. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  27. package/es/src/ap-field/slider/index.vue.d.ts +8 -8
  28. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  29. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  30. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  31. package/es/src/ap-field/text/password.vue.mjs +2 -2
  32. package/es/src/ap-field/text-area/index.vue.d.ts +54 -54
  33. package/es/src/ap-field/text-area/index.vue.mjs +12 -12
  34. package/es/src/ap-field/tree-select/index.vue.d.ts +93 -93
  35. package/es/src/ap-field/tree-select/index.vue.mjs +19 -19
  36. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  37. package/es/src/ap-form/ap-form.vue.d.ts +15 -14
  38. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  39. package/es/src/ap-form/drawer-form/index.vue.d.ts +19 -18
  40. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  41. package/es/src/ap-form/item/index.vue.mjs +7 -7
  42. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  43. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  46. package/es/src/ap-form/items/number/index.vue.d.ts +31 -31
  47. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  49. package/es/src/ap-form/items/select/index.vue.d.ts +107 -107
  50. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  51. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  52. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  53. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  54. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  55. package/es/src/ap-form/items/text/password.vue.d.ts +3 -3
  56. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  57. package/es/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  58. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  59. package/es/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  60. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  61. package/es/src/ap-form/modal-form/index.vue.d.ts +20 -48
  62. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  63. package/es/src/ap-form/render/item.vue.mjs +2 -2
  64. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +10 -29
  65. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  66. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  67. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  68. package/es/src/ap-form/search-form/index.vue.d.ts +19 -18
  69. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  70. package/es/src/ap-form/set/index.vue.mjs +1 -1
  71. package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  72. package/es/src/ap-grid/editable/form-item.vue.mjs +9 -9
  73. package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
  74. package/es/src/ap-grid/editable/index.vue.mjs +3 -3
  75. package/es/src/ap-grid/index.vue.d.ts +4 -2
  76. package/es/src/ap-grid/index.vue.mjs +40 -40
  77. package/es/src/ap-list/index.vue.d.ts +4 -2
  78. package/es/src/ap-list/index.vue.mjs +1 -1
  79. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  80. package/es/src/ap-table/ap-table.vue.d.ts +4 -2
  81. package/es/src/ap-table/ap-table.vue2.mjs +14 -13
  82. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  83. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  84. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  85. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  86. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  87. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  88. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  89. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  90. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  91. package/es/src/ap-table/constants.d.ts +332 -332
  92. package/es/src/ap-table/constants.mjs +45 -45
  93. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  94. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  95. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  96. package/es/src/ap-tag/ap-tag.vue.mjs +30 -46
  97. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  98. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  99. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  100. package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
  101. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  102. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  103. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  104. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  105. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
  106. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  107. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +3 -4
  108. package/es/src/business/ap-batch-action-group/index.d.ts +11 -33
  109. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  110. package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
  111. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -2
  112. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +212 -398
  113. package/es/src/business/ap-draggable-grid/constans.mjs +1 -1
  114. package/es/src/business/ap-draggable-grid/index.d.ts +5 -2
  115. package/es/src/business/ap-draggable-grid/interface.d.ts +3 -2
  116. package/es/src/business/ap-draggable-grid/utils/sortItemsByRowAndCol.d.ts +2 -0
  117. package/es/src/business/ap-draggable-grid/utils/sortItemsByRowAndCol.mjs +14 -0
  118. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  119. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +33 -33
  120. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  121. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  122. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  123. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  124. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  125. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  126. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  127. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  128. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  129. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  130. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  131. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  132. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  133. package/es/src/business/ap-table-modal/index.d.ts +5 -17
  134. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  135. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  136. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  137. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  138. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  139. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  140. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  141. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  142. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +11 -10
  143. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  144. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +11 -10
  145. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  146. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  147. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  148. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  149. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  150. package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
  151. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  152. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  153. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  154. package/es/src/check-card/index.vue2.mjs +3 -3
  155. package/es/src/config-provider/config-provider-props.d.ts +5 -4
  156. package/es/src/config-provider/config-provider.d.ts +9 -8
  157. package/es/src/config-provider/hooks/use-global-config.d.ts +5 -4
  158. package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
  159. package/es/src/config-provider/index.d.ts +14 -13
  160. package/es/src/editable-table/form-item.vue.d.ts +4 -2
  161. package/es/src/editable-table/form-item.vue.mjs +38 -37
  162. package/es/src/editable-table/index.vue.d.ts +4 -2
  163. package/es/src/editable-table/index.vue.mjs +16 -15
  164. package/es/src/full-screen/index.vue.mjs +3 -3
  165. package/es/src/hooks/useFullScreen.mjs +5 -5
  166. package/es/src/mask/index.vue.mjs +10 -10
  167. package/es/src/portal/index.vue.mjs +2 -2
  168. package/es/src/scroll-bar/index.vue.mjs +3 -3
  169. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  170. package/es/src/scroll-view/index.vue.d.ts +5 -5
  171. package/es/src/scroll-view/index.vue.mjs +9 -9
  172. package/es/src/splitter/Panel.vue2.mjs +4 -4
  173. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  174. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  175. package/es/src/tests/wrapper.d.ts +4 -4
  176. package/es/src/text/group.vue.mjs +2 -2
  177. package/es/src/text/index.vue.mjs +5 -5
  178. package/es/src/utils/config-provider-preset.d.ts +6 -5
  179. package/es/src/version.d.ts +1 -1
  180. package/es/src/version.mjs +1 -1
  181. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  182. package/es/src/work-order-modal/work-order-modal.vue.d.ts +11 -10
  183. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  184. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  185. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -31
  186. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  187. package/lib/src/ap-button/ap-button.vue.js +1 -1
  188. package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
  189. package/lib/src/ap-download/ap-download.vue.js +1 -1
  190. package/lib/src/ap-field/date/index.vue.js +1 -1
  191. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  192. package/lib/src/ap-field/index.js +1 -1
  193. package/lib/src/ap-field/number/index.vue.d.ts +29 -29
  194. package/lib/src/ap-field/rate/index.vue.d.ts +4 -4
  195. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  196. package/lib/src/ap-field/select/index.vue.d.ts +97 -97
  197. package/lib/src/ap-field/select/index.vue.js +1 -1
  198. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  199. package/lib/src/ap-field/slider/index.vue.d.ts +8 -8
  200. package/lib/src/ap-field/text-area/index.vue.d.ts +54 -54
  201. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  202. package/lib/src/ap-field/tree-select/index.vue.d.ts +93 -93
  203. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  204. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  205. package/lib/src/ap-form/ap-form.vue.d.ts +15 -14
  206. package/lib/src/ap-form/drawer-form/index.vue.d.ts +19 -18
  207. package/lib/src/ap-form/items/number/index.vue.d.ts +31 -31
  208. package/lib/src/ap-form/items/select/index.vue.d.ts +107 -107
  209. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  210. package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
  211. package/lib/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  212. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  213. package/lib/src/ap-form/modal-form/index.vue.d.ts +20 -48
  214. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +10 -29
  215. package/lib/src/ap-form/search-form/index.vue.d.ts +19 -18
  216. package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  217. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  218. package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
  219. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  220. package/lib/src/ap-grid/index.vue.d.ts +4 -2
  221. package/lib/src/ap-grid/index.vue.js +1 -1
  222. package/lib/src/ap-list/index.vue.d.ts +4 -2
  223. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  224. package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
  225. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  226. package/lib/src/ap-table/constants.d.ts +332 -332
  227. package/lib/src/ap-table/constants.js +1 -1
  228. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  229. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  230. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  231. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  232. package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
  233. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  234. package/lib/src/business/ap-batch-action-group/index.d.ts +11 -33
  235. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -2
  236. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  237. package/lib/src/business/ap-draggable-grid/constans.js +1 -1
  238. package/lib/src/business/ap-draggable-grid/index.d.ts +5 -2
  239. package/lib/src/business/ap-draggable-grid/interface.d.ts +3 -2
  240. package/lib/src/business/ap-draggable-grid/utils/sortItemsByRowAndCol.d.ts +2 -0
  241. package/lib/src/business/ap-draggable-grid/utils/sortItemsByRowAndCol.js +1 -0
  242. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  243. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  244. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  245. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  246. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  247. package/lib/src/business/ap-table-modal/index.d.ts +5 -17
  248. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +11 -10
  249. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +11 -10
  250. package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
  251. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  252. package/lib/src/config-provider/config-provider-props.d.ts +5 -4
  253. package/lib/src/config-provider/config-provider.d.ts +9 -8
  254. package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -4
  255. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
  256. package/lib/src/config-provider/index.d.ts +14 -13
  257. package/lib/src/editable-table/form-item.vue.d.ts +4 -2
  258. package/lib/src/editable-table/form-item.vue.js +1 -1
  259. package/lib/src/editable-table/index.vue.d.ts +4 -2
  260. package/lib/src/editable-table/index.vue.js +1 -1
  261. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  262. package/lib/src/tests/wrapper.d.ts +4 -4
  263. package/lib/src/utils/config-provider-preset.d.ts +6 -5
  264. package/lib/src/version.d.ts +1 -1
  265. package/lib/src/version.js +1 -1
  266. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +11 -10
  267. package/package.json +1 -1
  268. package/theme/antd-global-overwrite/admin/alert.css +37 -0
  269. package/theme/antd-global-overwrite/admin/alert.less +51 -0
  270. package/theme/antd-global-overwrite/admin/button.css +27 -0
  271. package/theme/antd-global-overwrite/admin/button.less +31 -0
  272. package/theme/antd-global-overwrite/admin/field.css +42 -0
  273. package/theme/antd-global-overwrite/admin/field.less +43 -0
  274. package/theme/antd-global-overwrite/admin/form.css +57 -0
  275. package/theme/antd-global-overwrite/admin/form.less +97 -0
  276. package/theme/antd-global-overwrite/admin/message.css +10 -0
  277. package/theme/antd-global-overwrite/admin/message.less +13 -0
  278. package/theme/antd-global-overwrite/admin/modal.css +94 -0
  279. package/theme/antd-global-overwrite/admin/modal.less +128 -0
  280. package/theme/antd-global-overwrite/admin/pagination.css +122 -0
  281. package/theme/antd-global-overwrite/admin/pagination.less +91 -0
  282. package/theme/antd-global-overwrite/admin/steps.css +127 -0
  283. package/theme/antd-global-overwrite/admin/steps.less +197 -0
  284. package/theme/antd-global-overwrite/admin/table.css +78 -0
  285. package/theme/antd-global-overwrite/admin/table.less +62 -0
  286. package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
  287. package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
  288. package/theme/antd-global-overwrite/aplus/alert.css +40 -0
  289. package/theme/antd-global-overwrite/aplus/alert.less +55 -0
  290. package/theme/antd-global-overwrite/aplus/button.css +27 -0
  291. package/theme/antd-global-overwrite/aplus/button.less +31 -0
  292. package/theme/antd-global-overwrite/aplus/field.css +42 -0
  293. package/theme/antd-global-overwrite/aplus/field.less +43 -0
  294. package/theme/antd-global-overwrite/aplus/form.css +87 -0
  295. package/theme/antd-global-overwrite/aplus/form.less +133 -0
  296. package/theme/antd-global-overwrite/aplus/message.css +10 -0
  297. package/theme/antd-global-overwrite/aplus/message.less +13 -0
  298. package/theme/antd-global-overwrite/aplus/modal.css +87 -0
  299. package/theme/antd-global-overwrite/aplus/modal.less +120 -0
  300. package/theme/antd-global-overwrite/aplus/pagination.css +147 -0
  301. package/theme/antd-global-overwrite/aplus/pagination.less +108 -0
  302. package/theme/antd-global-overwrite/aplus/steps.css +125 -0
  303. package/theme/antd-global-overwrite/aplus/steps.less +198 -0
  304. package/theme/antd-global-overwrite/aplus/table.css +78 -0
  305. package/theme/antd-global-overwrite/aplus/table.less +61 -0
  306. package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
  307. package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
  308. package/theme/ap-draggable-grid/ap-draggable-grid.css +3 -3
  309. package/theme/ap-draggable-grid/ap-draggable-grid.less +3 -4
  310. package/theme/ap-table/ap-table-pagination.css +12 -0
  311. package/theme/ap-table/ap-table-pagination.less +14 -0
  312. package/theme/ap-tag/ap-tag.css +4 -3
  313. package/theme/ap-tag/ap-tag.less +4 -3
  314. package/theme/index.css +7 -6
  315. package/theme/ui-mode.css +60 -0
  316. package/theme/ui-mode.less +109 -0
@@ -3,15 +3,15 @@ import { ApTableValueFields } from './interface';
3
3
  import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentInternalInstance, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, CSSProperties, VNode, RendererNode, RendererElement, DefineComponent } from 'vue';
4
4
  import { ApFormItemDateProps, ApFormItemDateRangeProps, ApFormItemNumberProps, ApFormItemRadioProps, ApFormItemSelectProps, ApFormItemSwitchProps, ApFormItemTextProps, ApFormItemTextAreaProps, ApFormItemCheckboxProps, ApFormItemTextPasswordProps, ApFormItemTreeSelectProps } from '../ap-form/items/interface';
5
5
  import { ApFieldDateProps, ApFormItemSlots, ApFieldDateRangeProps, ApFieldNumberProps, FieldMode, ApFieldRadioProps, ApFieldSelectProps, ApFieldSwitchProps, ApFieldTextProps, ApFormItemTextPassword, ApFieldTextAreaProps, ApFieldCheckboxProps, ApFieldTextPasswordProps, ApFieldTreeSelectProps, ApActionGroupProps, GroupActionTypes } from '..';
6
- import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
7
6
  import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
8
7
  import { KeyboardEventHandler, FocusEventHandler, ChangeEventHandler, CompositionEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
8
+ import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
9
9
  import { VueTypeValidableDef } from '../../node_modules/vue-types';
10
10
  import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
11
11
  import { OnCleanup } from '@vue/reactivity';
12
12
  import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
13
13
  import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
14
- import { RadioChangeEvent, TreeSelectProps, CheckboxOptionType } from '@aplus-frontend/antdv';
14
+ import { RadioChangeEvent, SelectProps, TreeSelectProps, CheckboxOptionType } from '@aplus-frontend/antdv';
15
15
  import { SelectValue, DefaultOptionType, LabeledValue, BaseOptionType } from '@aplus-frontend/antdv/es/select';
16
16
  import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
17
17
  import { RenderDOMFunc, DropdownRender, CustomTagProps, DisplayValueType } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
@@ -178,7 +178,7 @@ export declare const apTableFormItemMap: {
178
178
  readonly mode?: FieldMode | undefined;
179
179
  readonly class?: unknown;
180
180
  readonly style?: unknown;
181
- readonly size?: SizeType;
181
+ readonly size?: "small" | "large" | "middle" | undefined;
182
182
  readonly step?: ValueType | undefined;
183
183
  readonly onBlur?: ((e: FocusEvent) => void) | undefined;
184
184
  readonly onChange?: ((value: ValueType) => void) | undefined;
@@ -232,8 +232,8 @@ export declare const apTableFormItemMap: {
232
232
  } & {
233
233
  inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
234
234
  size: {
235
- type: PropType<SizeType>;
236
- default: SizeType;
235
+ type: PropType<ButtonSize>;
236
+ default: ButtonSize;
237
237
  };
238
238
  bordered: {
239
239
  type: BooleanConstructor;
@@ -352,7 +352,7 @@ export declare const apTableFormItemMap: {
352
352
  default: (e: FocusEvent) => void;
353
353
  };
354
354
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
355
- size: SizeType;
355
+ size: ButtonSize;
356
356
  value: ValueType;
357
357
  onFocus: (e: FocusEvent) => void;
358
358
  onBlur: (e: FocusEvent) => void;
@@ -362,13 +362,13 @@ export declare const apTableFormItemMap: {
362
362
  max: ValueType;
363
363
  min: ValueType;
364
364
  prefixCls: string;
365
- bordered: boolean;
366
- defaultValue: ValueType;
367
- status: "" | "error" | "warning";
368
- step: ValueType;
369
365
  autofocus: boolean;
370
366
  readonly: boolean;
367
+ status: "" | "error" | "warning";
368
+ defaultValue: ValueType;
371
369
  'onUpdate:value': (value: ValueType) => void;
370
+ step: ValueType;
371
+ bordered: boolean;
372
372
  onPressEnter: KeyboardEventHandler;
373
373
  formatter: (value: ValueType, info: {
374
374
  userTyping: boolean;
@@ -399,8 +399,8 @@ export declare const apTableFormItemMap: {
399
399
  Defaults: {};
400
400
  }, Readonly< ExtractPropTypes<{
401
401
  size: {
402
- type: PropType<SizeType>;
403
- default: SizeType;
402
+ type: PropType<ButtonSize>;
403
+ default: ButtonSize;
404
404
  };
405
405
  bordered: {
406
406
  type: BooleanConstructor;
@@ -519,7 +519,7 @@ export declare const apTableFormItemMap: {
519
519
  default: (e: FocusEvent) => void;
520
520
  };
521
521
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
522
- size: SizeType;
522
+ size: ButtonSize;
523
523
  value: ValueType;
524
524
  onFocus: (e: FocusEvent) => void;
525
525
  onBlur: (e: FocusEvent) => void;
@@ -529,13 +529,13 @@ export declare const apTableFormItemMap: {
529
529
  max: ValueType;
530
530
  min: ValueType;
531
531
  prefixCls: string;
532
- bordered: boolean;
533
- defaultValue: ValueType;
534
- status: "" | "error" | "warning";
535
- step: ValueType;
536
532
  autofocus: boolean;
537
533
  readonly: boolean;
534
+ status: "" | "error" | "warning";
535
+ defaultValue: ValueType;
538
536
  'onUpdate:value': (value: ValueType) => void;
537
+ step: ValueType;
538
+ bordered: boolean;
539
539
  onPressEnter: KeyboardEventHandler;
540
540
  formatter: (value: ValueType, info: {
541
541
  userTyping: boolean;
@@ -877,7 +877,7 @@ export declare const apTableFormItemMap: {
877
877
  readonly mode?: FieldMode | undefined;
878
878
  readonly class?: unknown;
879
879
  readonly style?: unknown;
880
- readonly size?: SizeType;
880
+ readonly size?: "small" | "large" | "middle" | undefined;
881
881
  readonly onBlur?: ((e: FocusEvent) => void) | undefined;
882
882
  readonly onChange?: ((value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void) | undefined;
883
883
  readonly onClick?: ((e: MouseEvent) => void) | undefined;
@@ -902,7 +902,7 @@ export declare const apTableFormItemMap: {
902
902
  readonly getPopupContainer?: RenderDOMFunc | undefined;
903
903
  readonly virtual?: boolean | undefined;
904
904
  readonly dropdownMatchSelectWidth?: number | boolean | undefined;
905
- readonly defaultValue?: SelectValue;
905
+ readonly defaultValue?: (string | number) | LabeledValue | (string | number)[] | LabeledValue[] | undefined;
906
906
  readonly id?: string | undefined;
907
907
  readonly placeholder?: any;
908
908
  readonly status?: "" | "error" | "warning" | undefined;
@@ -950,14 +950,14 @@ export declare const apTableFormItemMap: {
950
950
  readonly onClickOption?: ((e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>) | undefined;
951
951
  readonly labelInValue?: boolean | undefined;
952
952
  readonly emptyText?: string | undefined;
953
- readonly request?: ((value?: string, extraParams?: Recordable) => Promise< DefaultOptionType[] | undefined>) | undefined;
953
+ readonly request?: ((value?: string, extraParams?: Recordable) => Promise< SelectProps["options"]>) | undefined;
954
954
  readonly multiple?: boolean | undefined;
955
- readonly value?: SelectValue;
955
+ readonly value?: SelectProps["value"];
956
956
  readonly 'onUpdate:value'?: (((val: SelectValue) => void) & ((...args: any[]) => any)) | undefined;
957
- readonly searchMode?: "filter" | "request" | undefined;
957
+ readonly searchMode?: ("filter" | "request") | undefined;
958
958
  readonly refetchOnFocus?: boolean | undefined;
959
959
  readonly lazy?: boolean | undefined;
960
- readonly addAll?: boolean | number | undefined;
960
+ readonly addAll?: (boolean | number) | undefined;
961
961
  readonly params?: Recordable | undefined;
962
962
  readonly searchDelay?: number | undefined;
963
963
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -980,8 +980,8 @@ export declare const apTableFormItemMap: {
980
980
  suffixIcon: VueTypeValidableDef<any>;
981
981
  itemIcon: VueTypeValidableDef<any>;
982
982
  size: {
983
- type: PropType<SizeType>;
984
- default: SizeType;
983
+ type: PropType<ButtonSize>;
984
+ default: ButtonSize;
985
985
  };
986
986
  mode: {
987
987
  type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
@@ -999,8 +999,8 @@ export declare const apTableFormItemMap: {
999
999
  popupClassName: StringConstructor;
1000
1000
  dropdownClassName: StringConstructor;
1001
1001
  placement: {
1002
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
1003
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1002
+ type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1003
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1004
1004
  };
1005
1005
  status: {
1006
1006
  type: PropType<"" | "error" | "warning">;
@@ -1040,6 +1040,8 @@ export declare const apTableFormItemMap: {
1040
1040
  default: any;
1041
1041
  };
1042
1042
  prefixCls: StringConstructor;
1043
+ id: StringConstructor;
1044
+ autofocus: BooleanConstructor;
1043
1045
  getPopupContainer: {
1044
1046
  type: PropType<RenderDOMFunc>;
1045
1047
  };
@@ -1051,28 +1053,21 @@ export declare const apTableFormItemMap: {
1051
1053
  type: PropType<number | boolean>;
1052
1054
  default: any;
1053
1055
  };
1054
- loading: {
1055
- type: BooleanConstructor;
1056
- default: any;
1057
- };
1056
+ options: PropType< DefaultOptionType[]>;
1058
1057
  showAction: {
1059
1058
  type: PropType<("click" | "focus")[]>;
1060
1059
  };
1061
- dropdownAlign: PropType<AlignType>;
1062
- placeholder: VueTypeValidableDef<any>;
1063
- allowClear: {
1060
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1061
+ loading: {
1064
1062
  type: BooleanConstructor;
1065
1063
  default: any;
1066
1064
  };
1067
- autofocus: BooleanConstructor;
1068
- defaultOpen: {
1065
+ placeholder: VueTypeValidableDef<any>;
1066
+ clearIcon: VueTypeValidableDef<any>;
1067
+ allowClear: {
1069
1068
  type: BooleanConstructor;
1070
1069
  default: any;
1071
1070
  };
1072
- id: StringConstructor;
1073
- clearIcon: VueTypeValidableDef<any>;
1074
- options: PropType< DefaultOptionType[]>;
1075
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1076
1071
  onSearch: PropType<(value: string) => void>;
1077
1072
  fieldNames: PropType<FieldNames>;
1078
1073
  dropdownStyle: {
@@ -1081,6 +1076,7 @@ export declare const apTableFormItemMap: {
1081
1076
  dropdownRender: {
1082
1077
  type: PropType<DropdownRender>;
1083
1078
  };
1079
+ dropdownAlign: PropType<AlignType>;
1084
1080
  showSearch: {
1085
1081
  type: BooleanConstructor;
1086
1082
  default: any;
@@ -1103,6 +1099,10 @@ export declare const apTableFormItemMap: {
1103
1099
  type: PropType<(option: Record<string, any>) => any>;
1104
1100
  };
1105
1101
  onClear: PropType<() => void>;
1102
+ defaultOpen: {
1103
+ type: BooleanConstructor;
1104
+ default: any;
1105
+ };
1106
1106
  onDropdownVisibleChange: {
1107
1107
  type: PropType<(open: boolean) => void>;
1108
1108
  };
@@ -1135,24 +1135,24 @@ export declare const apTableFormItemMap: {
1135
1135
  default: any;
1136
1136
  };
1137
1137
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
1138
- size: SizeType;
1138
+ size: ButtonSize;
1139
1139
  value: SelectValue;
1140
1140
  mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
1141
1141
  open: boolean;
1142
1142
  disabled: boolean;
1143
+ autofocus: boolean;
1143
1144
  virtual: boolean;
1144
1145
  dropdownMatchSelectWidth: number | boolean;
1146
+ status: "" | "error" | "warning";
1147
+ defaultValue: SelectValue;
1148
+ 'onUpdate:value': (val: SelectValue) => void;
1149
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1145
1150
  loading: boolean;
1146
1151
  bordered: boolean;
1147
- defaultValue: SelectValue;
1148
- status: "" | "error" | "warning";
1149
1152
  allowClear: boolean;
1150
- autofocus: boolean;
1151
- defaultOpen: boolean;
1152
- 'onUpdate:value': (val: SelectValue) => void;
1153
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1154
1153
  showSearch: boolean;
1155
1154
  choiceTransitionName: "";
1155
+ defaultOpen: boolean;
1156
1156
  showArrow: boolean;
1157
1157
  autoClearSearchValue: boolean;
1158
1158
  filterOption: boolean | FilterFunc<DefaultOptionType>;
@@ -1191,8 +1191,8 @@ export declare const apTableFormItemMap: {
1191
1191
  suffixIcon: VueTypeValidableDef<any>;
1192
1192
  itemIcon: VueTypeValidableDef<any>;
1193
1193
  size: {
1194
- type: PropType<SizeType>;
1195
- default: SizeType;
1194
+ type: PropType<ButtonSize>;
1195
+ default: ButtonSize;
1196
1196
  };
1197
1197
  mode: {
1198
1198
  type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
@@ -1210,8 +1210,8 @@ export declare const apTableFormItemMap: {
1210
1210
  popupClassName: StringConstructor;
1211
1211
  dropdownClassName: StringConstructor;
1212
1212
  placement: {
1213
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
1214
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1213
+ type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1214
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1215
1215
  };
1216
1216
  status: {
1217
1217
  type: PropType<"" | "error" | "warning">;
@@ -1251,6 +1251,8 @@ export declare const apTableFormItemMap: {
1251
1251
  default: any;
1252
1252
  };
1253
1253
  prefixCls: StringConstructor;
1254
+ id: StringConstructor;
1255
+ autofocus: BooleanConstructor;
1254
1256
  getPopupContainer: {
1255
1257
  type: PropType<RenderDOMFunc>;
1256
1258
  };
@@ -1262,28 +1264,21 @@ export declare const apTableFormItemMap: {
1262
1264
  type: PropType<number | boolean>;
1263
1265
  default: any;
1264
1266
  };
1265
- loading: {
1266
- type: BooleanConstructor;
1267
- default: any;
1268
- };
1267
+ options: PropType< DefaultOptionType[]>;
1269
1268
  showAction: {
1270
1269
  type: PropType<("click" | "focus")[]>;
1271
1270
  };
1272
- dropdownAlign: PropType<AlignType>;
1273
- placeholder: VueTypeValidableDef<any>;
1274
- allowClear: {
1271
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1272
+ loading: {
1275
1273
  type: BooleanConstructor;
1276
1274
  default: any;
1277
1275
  };
1278
- autofocus: BooleanConstructor;
1279
- defaultOpen: {
1276
+ placeholder: VueTypeValidableDef<any>;
1277
+ clearIcon: VueTypeValidableDef<any>;
1278
+ allowClear: {
1280
1279
  type: BooleanConstructor;
1281
1280
  default: any;
1282
1281
  };
1283
- id: StringConstructor;
1284
- clearIcon: VueTypeValidableDef<any>;
1285
- options: PropType< DefaultOptionType[]>;
1286
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1287
1282
  onSearch: PropType<(value: string) => void>;
1288
1283
  fieldNames: PropType<FieldNames>;
1289
1284
  dropdownStyle: {
@@ -1292,6 +1287,7 @@ export declare const apTableFormItemMap: {
1292
1287
  dropdownRender: {
1293
1288
  type: PropType<DropdownRender>;
1294
1289
  };
1290
+ dropdownAlign: PropType<AlignType>;
1295
1291
  showSearch: {
1296
1292
  type: BooleanConstructor;
1297
1293
  default: any;
@@ -1314,6 +1310,10 @@ export declare const apTableFormItemMap: {
1314
1310
  type: PropType<(option: Record<string, any>) => any>;
1315
1311
  };
1316
1312
  onClear: PropType<() => void>;
1313
+ defaultOpen: {
1314
+ type: BooleanConstructor;
1315
+ default: any;
1316
+ };
1317
1317
  onDropdownVisibleChange: {
1318
1318
  type: PropType<(open: boolean) => void>;
1319
1319
  };
@@ -1346,24 +1346,24 @@ export declare const apTableFormItemMap: {
1346
1346
  default: any;
1347
1347
  };
1348
1348
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
1349
- size: SizeType;
1349
+ size: ButtonSize;
1350
1350
  value: SelectValue;
1351
1351
  mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
1352
1352
  open: boolean;
1353
1353
  disabled: boolean;
1354
+ autofocus: boolean;
1354
1355
  virtual: boolean;
1355
1356
  dropdownMatchSelectWidth: number | boolean;
1357
+ status: "" | "error" | "warning";
1358
+ defaultValue: SelectValue;
1359
+ 'onUpdate:value': (val: SelectValue) => void;
1360
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1356
1361
  loading: boolean;
1357
1362
  bordered: boolean;
1358
- defaultValue: SelectValue;
1359
- status: "" | "error" | "warning";
1360
1363
  allowClear: boolean;
1361
- autofocus: boolean;
1362
- defaultOpen: boolean;
1363
- 'onUpdate:value': (val: SelectValue) => void;
1364
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1365
1364
  showSearch: boolean;
1366
1365
  choiceTransitionName: "";
1366
+ defaultOpen: boolean;
1367
1367
  showArrow: boolean;
1368
1368
  autoClearSearchValue: boolean;
1369
1369
  filterOption: boolean | FilterFunc<DefaultOptionType>;
@@ -1623,7 +1623,7 @@ export declare const apTableFormItemMap: {
1623
1623
  readonly style?: unknown;
1624
1624
  readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password" | undefined;
1625
1625
  readonly lazy?: boolean | undefined;
1626
- readonly size?: SizeType;
1626
+ readonly size?: ButtonSize;
1627
1627
  readonly hidden?: boolean | undefined;
1628
1628
  readonly onBlur?: FocusEventHandler | undefined;
1629
1629
  readonly onChange?: ChangeEventHandler | undefined;
@@ -1863,7 +1863,7 @@ export declare const apTableFormItemMap: {
1863
1863
  };
1864
1864
  valueModifiers: ObjectConstructor;
1865
1865
  size: {
1866
- type: PropType<ButtonSize>;
1866
+ type: PropType<SizeType>;
1867
1867
  };
1868
1868
  value: {
1869
1869
  type: PropType<string | number>;
@@ -1871,8 +1871,8 @@ export declare const apTableFormItemMap: {
1871
1871
  };
1872
1872
  name: StringConstructor;
1873
1873
  type: {
1874
- type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password">;
1875
- default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
1874
+ type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
1875
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
1876
1876
  };
1877
1877
  onFocus: PropType<FocusEventHandler>;
1878
1878
  onBlur: PropType<FocusEventHandler>;
@@ -1897,43 +1897,38 @@ export declare const apTableFormItemMap: {
1897
1897
  default: any;
1898
1898
  };
1899
1899
  prefixCls: StringConstructor;
1900
- autocomplete: StringConstructor;
1901
- loading: {
1900
+ id: StringConstructor;
1901
+ autofocus: {
1902
1902
  type: BooleanConstructor;
1903
1903
  default: any;
1904
1904
  };
1905
- bordered: {
1905
+ autocomplete: StringConstructor;
1906
+ readonly: {
1906
1907
  type: BooleanConstructor;
1907
1908
  default: any;
1908
1909
  };
1909
- defaultValue: {
1910
- type: PropType<string | number>;
1911
- default: any;
1912
- };
1913
1910
  status: PropType<"" | "error" | "warning">;
1914
- placeholder: {
1911
+ defaultValue: {
1915
1912
  type: PropType<string | number>;
1916
- };
1917
- allowClear: {
1918
- type: BooleanConstructor;
1919
1913
  default: any;
1920
1914
  };
1921
- autofocus: {
1915
+ 'onUpdate:value': PropType<(val: string) => void>;
1916
+ loading: {
1922
1917
  type: BooleanConstructor;
1923
1918
  default: any;
1924
1919
  };
1925
- id: StringConstructor;
1926
- clearIcon: VueTypeValidableDef<any>;
1927
- readonly: {
1928
- type: BooleanConstructor;
1929
- default: any;
1920
+ placeholder: {
1921
+ type: PropType<string | number>;
1930
1922
  };
1931
- 'onUpdate:value': PropType<(val: string) => void>;
1932
1923
  lazy: {
1933
1924
  type: BooleanConstructor;
1934
1925
  default: boolean;
1935
1926
  };
1936
1927
  maxlength: NumberConstructor;
1928
+ bordered: {
1929
+ type: BooleanConstructor;
1930
+ default: any;
1931
+ };
1937
1932
  showCount: {
1938
1933
  type: PropType<boolean | ShowCountProps>;
1939
1934
  };
@@ -1947,21 +1942,26 @@ export declare const apTableFormItemMap: {
1947
1942
  inputElement: VueTypeValidableDef<any>;
1948
1943
  triggerFocus: PropType<() => void>;
1949
1944
  handleReset: PropType<MouseEventHandler>;
1945
+ clearIcon: VueTypeValidableDef<any>;
1946
+ allowClear: {
1947
+ type: BooleanConstructor;
1948
+ default: any;
1949
+ };
1950
1950
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
1951
1951
  value: string | number;
1952
- type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
1952
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
1953
1953
  onMousedown: MouseEventHandler;
1954
1954
  focused: boolean;
1955
1955
  hidden: boolean;
1956
1956
  disabled: boolean;
1957
- loading: boolean;
1958
- bordered: boolean;
1959
- defaultValue: string | number;
1960
- allowClear: boolean;
1961
1957
  autofocus: boolean;
1962
1958
  readonly: boolean;
1959
+ defaultValue: string | number;
1960
+ loading: boolean;
1963
1961
  lazy: boolean;
1962
+ bordered: boolean;
1964
1963
  onMouseUp: MouseEventHandler;
1964
+ allowClear: boolean;
1965
1965
  autosize: any;
1966
1966
  autoSize: any;
1967
1967
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
@@ -1995,7 +1995,7 @@ export declare const apTableFormItemMap: {
1995
1995
  };
1996
1996
  valueModifiers: ObjectConstructor;
1997
1997
  size: {
1998
- type: PropType<ButtonSize>;
1998
+ type: PropType<SizeType>;
1999
1999
  };
2000
2000
  value: {
2001
2001
  type: PropType<string | number>;
@@ -2003,8 +2003,8 @@ export declare const apTableFormItemMap: {
2003
2003
  };
2004
2004
  name: StringConstructor;
2005
2005
  type: {
2006
- type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password">;
2007
- default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
2006
+ type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
2007
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
2008
2008
  };
2009
2009
  onFocus: PropType<FocusEventHandler>;
2010
2010
  onBlur: PropType<FocusEventHandler>;
@@ -2029,43 +2029,38 @@ export declare const apTableFormItemMap: {
2029
2029
  default: any;
2030
2030
  };
2031
2031
  prefixCls: StringConstructor;
2032
- autocomplete: StringConstructor;
2033
- loading: {
2032
+ id: StringConstructor;
2033
+ autofocus: {
2034
2034
  type: BooleanConstructor;
2035
2035
  default: any;
2036
2036
  };
2037
- bordered: {
2037
+ autocomplete: StringConstructor;
2038
+ readonly: {
2038
2039
  type: BooleanConstructor;
2039
2040
  default: any;
2040
2041
  };
2042
+ status: PropType<"" | "error" | "warning">;
2041
2043
  defaultValue: {
2042
2044
  type: PropType<string | number>;
2043
2045
  default: any;
2044
2046
  };
2045
- status: PropType<"" | "error" | "warning">;
2046
- placeholder: {
2047
- type: PropType<string | number>;
2048
- };
2049
- allowClear: {
2050
- type: BooleanConstructor;
2051
- default: any;
2052
- };
2053
- autofocus: {
2047
+ 'onUpdate:value': PropType<(val: string) => void>;
2048
+ loading: {
2054
2049
  type: BooleanConstructor;
2055
2050
  default: any;
2056
2051
  };
2057
- id: StringConstructor;
2058
- clearIcon: VueTypeValidableDef<any>;
2059
- readonly: {
2060
- type: BooleanConstructor;
2061
- default: any;
2052
+ placeholder: {
2053
+ type: PropType<string | number>;
2062
2054
  };
2063
- 'onUpdate:value': PropType<(val: string) => void>;
2064
2055
  lazy: {
2065
2056
  type: BooleanConstructor;
2066
2057
  default: boolean;
2067
2058
  };
2068
2059
  maxlength: NumberConstructor;
2060
+ bordered: {
2061
+ type: BooleanConstructor;
2062
+ default: any;
2063
+ };
2069
2064
  showCount: {
2070
2065
  type: PropType<boolean | ShowCountProps>;
2071
2066
  };
@@ -2079,21 +2074,26 @@ export declare const apTableFormItemMap: {
2079
2074
  inputElement: VueTypeValidableDef<any>;
2080
2075
  triggerFocus: PropType<() => void>;
2081
2076
  handleReset: PropType<MouseEventHandler>;
2077
+ clearIcon: VueTypeValidableDef<any>;
2078
+ allowClear: {
2079
+ type: BooleanConstructor;
2080
+ default: any;
2081
+ };
2082
2082
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
2083
2083
  value: string | number;
2084
- type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
2084
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
2085
2085
  onMousedown: MouseEventHandler;
2086
2086
  focused: boolean;
2087
2087
  hidden: boolean;
2088
2088
  disabled: boolean;
2089
- loading: boolean;
2090
- bordered: boolean;
2091
- defaultValue: string | number;
2092
- allowClear: boolean;
2093
2089
  autofocus: boolean;
2094
2090
  readonly: boolean;
2091
+ defaultValue: string | number;
2092
+ loading: boolean;
2095
2093
  lazy: boolean;
2094
+ bordered: boolean;
2096
2095
  onMouseUp: MouseEventHandler;
2096
+ allowClear: boolean;
2097
2097
  autosize: any;
2098
2098
  autoSize: any;
2099
2099
  }> | null;
@@ -2234,7 +2234,7 @@ export declare const apTableFormItemMap: {
2234
2234
  readonly style?: unknown;
2235
2235
  readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password" | undefined;
2236
2236
  readonly lazy?: boolean | undefined;
2237
- readonly size?: SizeType;
2237
+ readonly size?: ButtonSize;
2238
2238
  readonly hidden?: boolean | undefined;
2239
2239
  readonly onBlur?: FocusEventHandler | undefined;
2240
2240
  readonly onChange?: ChangeEventHandler | undefined;
@@ -2442,7 +2442,7 @@ export declare const apTableFormItemMap: {
2442
2442
  readonly mode?: FieldMode | undefined;
2443
2443
  readonly class?: unknown;
2444
2444
  readonly style?: unknown;
2445
- readonly size?: SizeType;
2445
+ readonly size?: "small" | "large" | "middle" | undefined;
2446
2446
  readonly onBlur?: ((e: FocusEvent) => void) | undefined;
2447
2447
  readonly onChange?: ((value: unknown, labelList: any[], extra: ChangeEventExtra) => void) | undefined;
2448
2448
  readonly onClick?: ((e: MouseEvent) => void) | undefined;
@@ -2549,8 +2549,8 @@ export declare const apTableFormItemMap: {
2549
2549
  treeSelectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
2550
2550
  suffixIcon: VueTypeValidableDef<any>;
2551
2551
  size: {
2552
- type: PropType<SizeType>;
2553
- default: SizeType;
2552
+ type: PropType<ButtonSize>;
2553
+ default: ButtonSize;
2554
2554
  };
2555
2555
  bordered: {
2556
2556
  type: BooleanConstructor;
@@ -2569,8 +2569,8 @@ export declare const apTableFormItemMap: {
2569
2569
  default: FieldNames;
2570
2570
  };
2571
2571
  placement: {
2572
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
2573
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2572
+ type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
2573
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2574
2574
  };
2575
2575
  status: {
2576
2576
  type: PropType<"" | "error" | "warning">;
@@ -2629,6 +2629,8 @@ export declare const apTableFormItemMap: {
2629
2629
  default: any;
2630
2630
  };
2631
2631
  prefixCls: StringConstructor;
2632
+ id: StringConstructor;
2633
+ autofocus: BooleanConstructor;
2632
2634
  getPopupContainer: {
2633
2635
  type: PropType<RenderDOMFunc>;
2634
2636
  };
@@ -2640,10 +2642,6 @@ export declare const apTableFormItemMap: {
2640
2642
  type: PropType<number | boolean>;
2641
2643
  default: any;
2642
2644
  };
2643
- loading: {
2644
- type: BooleanConstructor;
2645
- default: any;
2646
- };
2647
2645
  defaultValue: {
2648
2646
  type: PropType<any>;
2649
2647
  };
@@ -2651,24 +2649,21 @@ export declare const apTableFormItemMap: {
2651
2649
  type: PropType<("click" | "focus")[]>;
2652
2650
  };
2653
2651
  transitionName: StringConstructor;
2654
- dropdownAlign: PropType<AlignType>;
2655
- placeholder: VueTypeValidableDef<any>;
2656
- allowClear: {
2652
+ onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
2653
+ loading: {
2657
2654
  type: BooleanConstructor;
2658
2655
  default: any;
2659
2656
  };
2660
- autofocus: BooleanConstructor;
2661
- defaultOpen: {
2657
+ placeholder: VueTypeValidableDef<any>;
2658
+ clearIcon: VueTypeValidableDef<any>;
2659
+ allowClear: {
2662
2660
  type: BooleanConstructor;
2663
2661
  default: any;
2664
2662
  };
2665
- id: StringConstructor;
2666
- clearIcon: VueTypeValidableDef<any>;
2667
- notFoundContent: VueTypeValidableDef<any>;
2668
- onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
2669
2663
  onSearch: {
2670
2664
  type: PropType<(value: string) => void>;
2671
2665
  };
2666
+ notFoundContent: VueTypeValidableDef<any>;
2672
2667
  fieldNames: {
2673
2668
  type: PropType<FieldNames>;
2674
2669
  };
@@ -2678,6 +2673,7 @@ export declare const apTableFormItemMap: {
2678
2673
  dropdownRender: {
2679
2674
  type: PropType<DropdownRender>;
2680
2675
  };
2676
+ dropdownAlign: PropType<AlignType>;
2681
2677
  switcherIcon: VueTypeValidableDef<any>;
2682
2678
  loadData: {
2683
2679
  type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
@@ -2718,6 +2714,10 @@ export declare const apTableFormItemMap: {
2718
2714
  type: PropType<(option: Record<string, any>) => any>;
2719
2715
  };
2720
2716
  onClear: PropType<() => void>;
2717
+ defaultOpen: {
2718
+ type: BooleanConstructor;
2719
+ default: any;
2720
+ };
2721
2721
  onDropdownVisibleChange: {
2722
2722
  type: PropType<(open: boolean) => void>;
2723
2723
  };
@@ -2775,24 +2775,24 @@ export declare const apTableFormItemMap: {
2775
2775
  };
2776
2776
  dropdownPopupAlign: VueTypeValidableDef<any>;
2777
2777
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
2778
- size: SizeType;
2778
+ size: ButtonSize;
2779
2779
  open: boolean;
2780
2780
  multiple: boolean;
2781
2781
  disabled: boolean;
2782
+ autofocus: boolean;
2782
2783
  virtual: boolean;
2783
2784
  dropdownMatchSelectWidth: number | boolean;
2785
+ status: "" | "error" | "warning";
2786
+ 'onUpdate:value': (value: any) => void;
2787
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2784
2788
  loading: boolean;
2785
2789
  bordered: boolean;
2786
- status: "" | "error" | "warning";
2787
2790
  allowClear: boolean;
2788
- autofocus: boolean;
2789
- defaultOpen: boolean;
2790
- 'onUpdate:value': (value: any) => void;
2791
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2792
2791
  filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
2793
2792
  replaceFields: FieldNames;
2794
2793
  treeCheckable: boolean;
2795
2794
  showSearch: boolean;
2795
+ defaultOpen: boolean;
2796
2796
  showArrow: boolean;
2797
2797
  autoClearSearchValue: boolean;
2798
2798
  labelInValue: boolean;
@@ -2826,8 +2826,8 @@ export declare const apTableFormItemMap: {
2826
2826
  }, Readonly< ExtractPropTypes<{
2827
2827
  suffixIcon: VueTypeValidableDef<any>;
2828
2828
  size: {
2829
- type: PropType<SizeType>;
2830
- default: SizeType;
2829
+ type: PropType<ButtonSize>;
2830
+ default: ButtonSize;
2831
2831
  };
2832
2832
  bordered: {
2833
2833
  type: BooleanConstructor;
@@ -2846,8 +2846,8 @@ export declare const apTableFormItemMap: {
2846
2846
  default: FieldNames;
2847
2847
  };
2848
2848
  placement: {
2849
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
2850
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2849
+ type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
2850
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2851
2851
  };
2852
2852
  status: {
2853
2853
  type: PropType<"" | "error" | "warning">;
@@ -2906,6 +2906,8 @@ export declare const apTableFormItemMap: {
2906
2906
  default: any;
2907
2907
  };
2908
2908
  prefixCls: StringConstructor;
2909
+ id: StringConstructor;
2910
+ autofocus: BooleanConstructor;
2909
2911
  getPopupContainer: {
2910
2912
  type: PropType<RenderDOMFunc>;
2911
2913
  };
@@ -2917,10 +2919,6 @@ export declare const apTableFormItemMap: {
2917
2919
  type: PropType<number | boolean>;
2918
2920
  default: any;
2919
2921
  };
2920
- loading: {
2921
- type: BooleanConstructor;
2922
- default: any;
2923
- };
2924
2922
  defaultValue: {
2925
2923
  type: PropType<any>;
2926
2924
  };
@@ -2928,24 +2926,21 @@ export declare const apTableFormItemMap: {
2928
2926
  type: PropType<("click" | "focus")[]>;
2929
2927
  };
2930
2928
  transitionName: StringConstructor;
2931
- dropdownAlign: PropType<AlignType>;
2932
- placeholder: VueTypeValidableDef<any>;
2933
- allowClear: {
2929
+ onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
2930
+ loading: {
2934
2931
  type: BooleanConstructor;
2935
2932
  default: any;
2936
2933
  };
2937
- autofocus: BooleanConstructor;
2938
- defaultOpen: {
2934
+ placeholder: VueTypeValidableDef<any>;
2935
+ clearIcon: VueTypeValidableDef<any>;
2936
+ allowClear: {
2939
2937
  type: BooleanConstructor;
2940
2938
  default: any;
2941
2939
  };
2942
- id: StringConstructor;
2943
- clearIcon: VueTypeValidableDef<any>;
2944
- notFoundContent: VueTypeValidableDef<any>;
2945
- onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
2946
2940
  onSearch: {
2947
2941
  type: PropType<(value: string) => void>;
2948
2942
  };
2943
+ notFoundContent: VueTypeValidableDef<any>;
2949
2944
  fieldNames: {
2950
2945
  type: PropType<FieldNames>;
2951
2946
  };
@@ -2955,6 +2950,7 @@ export declare const apTableFormItemMap: {
2955
2950
  dropdownRender: {
2956
2951
  type: PropType<DropdownRender>;
2957
2952
  };
2953
+ dropdownAlign: PropType<AlignType>;
2958
2954
  switcherIcon: VueTypeValidableDef<any>;
2959
2955
  loadData: {
2960
2956
  type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
@@ -2995,6 +2991,10 @@ export declare const apTableFormItemMap: {
2995
2991
  type: PropType<(option: Record<string, any>) => any>;
2996
2992
  };
2997
2993
  onClear: PropType<() => void>;
2994
+ defaultOpen: {
2995
+ type: BooleanConstructor;
2996
+ default: any;
2997
+ };
2998
2998
  onDropdownVisibleChange: {
2999
2999
  type: PropType<(open: boolean) => void>;
3000
3000
  };
@@ -3052,24 +3052,24 @@ export declare const apTableFormItemMap: {
3052
3052
  };
3053
3053
  dropdownPopupAlign: VueTypeValidableDef<any>;
3054
3054
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
3055
- size: SizeType;
3055
+ size: ButtonSize;
3056
3056
  open: boolean;
3057
3057
  multiple: boolean;
3058
3058
  disabled: boolean;
3059
+ autofocus: boolean;
3059
3060
  virtual: boolean;
3060
3061
  dropdownMatchSelectWidth: number | boolean;
3062
+ status: "" | "error" | "warning";
3063
+ 'onUpdate:value': (value: any) => void;
3064
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
3061
3065
  loading: boolean;
3062
3066
  bordered: boolean;
3063
- status: "" | "error" | "warning";
3064
3067
  allowClear: boolean;
3065
- autofocus: boolean;
3066
- defaultOpen: boolean;
3067
- 'onUpdate:value': (value: any) => void;
3068
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
3069
3068
  filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
3070
3069
  replaceFields: FieldNames;
3071
3070
  treeCheckable: boolean;
3072
3071
  showSearch: boolean;
3072
+ defaultOpen: boolean;
3073
3073
  showArrow: boolean;
3074
3074
  autoClearSearchValue: boolean;
3075
3075
  labelInValue: boolean;
@@ -3558,8 +3558,8 @@ export declare const apTableRenderItemMap: {
3558
3558
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
3559
3559
  inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
3560
3560
  size: {
3561
- type: PropType<SizeType>;
3562
- default: SizeType;
3561
+ type: PropType<ButtonSize>;
3562
+ default: ButtonSize;
3563
3563
  };
3564
3564
  bordered: {
3565
3565
  type: BooleanConstructor;
@@ -3678,7 +3678,7 @@ export declare const apTableRenderItemMap: {
3678
3678
  default: (e: FocusEvent) => void;
3679
3679
  };
3680
3680
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
3681
- size: SizeType;
3681
+ size: ButtonSize;
3682
3682
  value: ValueType;
3683
3683
  onFocus: (e: FocusEvent) => void;
3684
3684
  onBlur: (e: FocusEvent) => void;
@@ -3688,13 +3688,13 @@ export declare const apTableRenderItemMap: {
3688
3688
  max: ValueType;
3689
3689
  min: ValueType;
3690
3690
  prefixCls: string;
3691
- bordered: boolean;
3692
- defaultValue: ValueType;
3693
- status: "" | "error" | "warning";
3694
- step: ValueType;
3695
3691
  autofocus: boolean;
3696
3692
  readonly: boolean;
3693
+ status: "" | "error" | "warning";
3694
+ defaultValue: ValueType;
3697
3695
  'onUpdate:value': (value: ValueType) => void;
3696
+ step: ValueType;
3697
+ bordered: boolean;
3698
3698
  onPressEnter: KeyboardEventHandler;
3699
3699
  formatter: (value: ValueType, info: {
3700
3700
  userTyping: boolean;
@@ -3725,8 +3725,8 @@ export declare const apTableRenderItemMap: {
3725
3725
  Defaults: {};
3726
3726
  }, Readonly< ExtractPropTypes<{
3727
3727
  size: {
3728
- type: PropType<SizeType>;
3729
- default: SizeType;
3728
+ type: PropType<ButtonSize>;
3729
+ default: ButtonSize;
3730
3730
  };
3731
3731
  bordered: {
3732
3732
  type: BooleanConstructor;
@@ -3845,7 +3845,7 @@ export declare const apTableRenderItemMap: {
3845
3845
  default: (e: FocusEvent) => void;
3846
3846
  };
3847
3847
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
3848
- size: SizeType;
3848
+ size: ButtonSize;
3849
3849
  value: ValueType;
3850
3850
  onFocus: (e: FocusEvent) => void;
3851
3851
  onBlur: (e: FocusEvent) => void;
@@ -3855,13 +3855,13 @@ export declare const apTableRenderItemMap: {
3855
3855
  max: ValueType;
3856
3856
  min: ValueType;
3857
3857
  prefixCls: string;
3858
- bordered: boolean;
3859
- defaultValue: ValueType;
3860
- status: "" | "error" | "warning";
3861
- step: ValueType;
3862
3858
  autofocus: boolean;
3863
3859
  readonly: boolean;
3860
+ status: "" | "error" | "warning";
3861
+ defaultValue: ValueType;
3864
3862
  'onUpdate:value': (value: ValueType) => void;
3863
+ step: ValueType;
3864
+ bordered: boolean;
3865
3865
  onPressEnter: KeyboardEventHandler;
3866
3866
  formatter: (value: ValueType, info: {
3867
3867
  userTyping: boolean;
@@ -4084,8 +4084,8 @@ export declare const apTableRenderItemMap: {
4084
4084
  suffixIcon: VueTypeValidableDef<any>;
4085
4085
  itemIcon: VueTypeValidableDef<any>;
4086
4086
  size: {
4087
- type: PropType<SizeType>;
4088
- default: SizeType;
4087
+ type: PropType<ButtonSize>;
4088
+ default: ButtonSize;
4089
4089
  };
4090
4090
  mode: {
4091
4091
  type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
@@ -4103,8 +4103,8 @@ export declare const apTableRenderItemMap: {
4103
4103
  popupClassName: StringConstructor;
4104
4104
  dropdownClassName: StringConstructor;
4105
4105
  placement: {
4106
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
4107
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
4106
+ type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
4107
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
4108
4108
  };
4109
4109
  status: {
4110
4110
  type: PropType<"" | "error" | "warning">;
@@ -4144,6 +4144,8 @@ export declare const apTableRenderItemMap: {
4144
4144
  default: any;
4145
4145
  };
4146
4146
  prefixCls: StringConstructor;
4147
+ id: StringConstructor;
4148
+ autofocus: BooleanConstructor;
4147
4149
  getPopupContainer: {
4148
4150
  type: PropType<RenderDOMFunc>;
4149
4151
  };
@@ -4155,28 +4157,21 @@ export declare const apTableRenderItemMap: {
4155
4157
  type: PropType<number | boolean>;
4156
4158
  default: any;
4157
4159
  };
4158
- loading: {
4159
- type: BooleanConstructor;
4160
- default: any;
4161
- };
4160
+ options: PropType< DefaultOptionType[]>;
4162
4161
  showAction: {
4163
4162
  type: PropType<("click" | "focus")[]>;
4164
4163
  };
4165
- dropdownAlign: PropType<AlignType>;
4166
- placeholder: VueTypeValidableDef<any>;
4167
- allowClear: {
4164
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
4165
+ loading: {
4168
4166
  type: BooleanConstructor;
4169
4167
  default: any;
4170
4168
  };
4171
- autofocus: BooleanConstructor;
4172
- defaultOpen: {
4169
+ placeholder: VueTypeValidableDef<any>;
4170
+ clearIcon: VueTypeValidableDef<any>;
4171
+ allowClear: {
4173
4172
  type: BooleanConstructor;
4174
4173
  default: any;
4175
4174
  };
4176
- id: StringConstructor;
4177
- clearIcon: VueTypeValidableDef<any>;
4178
- options: PropType< DefaultOptionType[]>;
4179
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
4180
4175
  onSearch: PropType<(value: string) => void>;
4181
4176
  fieldNames: PropType<FieldNames>;
4182
4177
  dropdownStyle: {
@@ -4185,6 +4180,7 @@ export declare const apTableRenderItemMap: {
4185
4180
  dropdownRender: {
4186
4181
  type: PropType<DropdownRender>;
4187
4182
  };
4183
+ dropdownAlign: PropType<AlignType>;
4188
4184
  showSearch: {
4189
4185
  type: BooleanConstructor;
4190
4186
  default: any;
@@ -4207,6 +4203,10 @@ export declare const apTableRenderItemMap: {
4207
4203
  type: PropType<(option: Record<string, any>) => any>;
4208
4204
  };
4209
4205
  onClear: PropType<() => void>;
4206
+ defaultOpen: {
4207
+ type: BooleanConstructor;
4208
+ default: any;
4209
+ };
4210
4210
  onDropdownVisibleChange: {
4211
4211
  type: PropType<(open: boolean) => void>;
4212
4212
  };
@@ -4239,24 +4239,24 @@ export declare const apTableRenderItemMap: {
4239
4239
  default: any;
4240
4240
  };
4241
4241
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
4242
- size: SizeType;
4242
+ size: ButtonSize;
4243
4243
  value: SelectValue;
4244
4244
  mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
4245
4245
  open: boolean;
4246
4246
  disabled: boolean;
4247
+ autofocus: boolean;
4247
4248
  virtual: boolean;
4248
4249
  dropdownMatchSelectWidth: number | boolean;
4250
+ status: "" | "error" | "warning";
4251
+ defaultValue: SelectValue;
4252
+ 'onUpdate:value': (val: SelectValue) => void;
4253
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
4249
4254
  loading: boolean;
4250
4255
  bordered: boolean;
4251
- defaultValue: SelectValue;
4252
- status: "" | "error" | "warning";
4253
4256
  allowClear: boolean;
4254
- autofocus: boolean;
4255
- defaultOpen: boolean;
4256
- 'onUpdate:value': (val: SelectValue) => void;
4257
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
4258
4257
  showSearch: boolean;
4259
4258
  choiceTransitionName: "";
4259
+ defaultOpen: boolean;
4260
4260
  showArrow: boolean;
4261
4261
  autoClearSearchValue: boolean;
4262
4262
  filterOption: boolean | FilterFunc<DefaultOptionType>;
@@ -4295,8 +4295,8 @@ export declare const apTableRenderItemMap: {
4295
4295
  suffixIcon: VueTypeValidableDef<any>;
4296
4296
  itemIcon: VueTypeValidableDef<any>;
4297
4297
  size: {
4298
- type: PropType<SizeType>;
4299
- default: SizeType;
4298
+ type: PropType<ButtonSize>;
4299
+ default: ButtonSize;
4300
4300
  };
4301
4301
  mode: {
4302
4302
  type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
@@ -4314,8 +4314,8 @@ export declare const apTableRenderItemMap: {
4314
4314
  popupClassName: StringConstructor;
4315
4315
  dropdownClassName: StringConstructor;
4316
4316
  placement: {
4317
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
4318
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
4317
+ type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
4318
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
4319
4319
  };
4320
4320
  status: {
4321
4321
  type: PropType<"" | "error" | "warning">;
@@ -4355,6 +4355,8 @@ export declare const apTableRenderItemMap: {
4355
4355
  default: any;
4356
4356
  };
4357
4357
  prefixCls: StringConstructor;
4358
+ id: StringConstructor;
4359
+ autofocus: BooleanConstructor;
4358
4360
  getPopupContainer: {
4359
4361
  type: PropType<RenderDOMFunc>;
4360
4362
  };
@@ -4366,28 +4368,21 @@ export declare const apTableRenderItemMap: {
4366
4368
  type: PropType<number | boolean>;
4367
4369
  default: any;
4368
4370
  };
4369
- loading: {
4370
- type: BooleanConstructor;
4371
- default: any;
4372
- };
4371
+ options: PropType< DefaultOptionType[]>;
4373
4372
  showAction: {
4374
4373
  type: PropType<("click" | "focus")[]>;
4375
4374
  };
4376
- dropdownAlign: PropType<AlignType>;
4377
- placeholder: VueTypeValidableDef<any>;
4378
- allowClear: {
4375
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
4376
+ loading: {
4379
4377
  type: BooleanConstructor;
4380
4378
  default: any;
4381
4379
  };
4382
- autofocus: BooleanConstructor;
4383
- defaultOpen: {
4380
+ placeholder: VueTypeValidableDef<any>;
4381
+ clearIcon: VueTypeValidableDef<any>;
4382
+ allowClear: {
4384
4383
  type: BooleanConstructor;
4385
4384
  default: any;
4386
4385
  };
4387
- id: StringConstructor;
4388
- clearIcon: VueTypeValidableDef<any>;
4389
- options: PropType< DefaultOptionType[]>;
4390
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
4391
4386
  onSearch: PropType<(value: string) => void>;
4392
4387
  fieldNames: PropType<FieldNames>;
4393
4388
  dropdownStyle: {
@@ -4396,6 +4391,7 @@ export declare const apTableRenderItemMap: {
4396
4391
  dropdownRender: {
4397
4392
  type: PropType<DropdownRender>;
4398
4393
  };
4394
+ dropdownAlign: PropType<AlignType>;
4399
4395
  showSearch: {
4400
4396
  type: BooleanConstructor;
4401
4397
  default: any;
@@ -4418,6 +4414,10 @@ export declare const apTableRenderItemMap: {
4418
4414
  type: PropType<(option: Record<string, any>) => any>;
4419
4415
  };
4420
4416
  onClear: PropType<() => void>;
4417
+ defaultOpen: {
4418
+ type: BooleanConstructor;
4419
+ default: any;
4420
+ };
4421
4421
  onDropdownVisibleChange: {
4422
4422
  type: PropType<(open: boolean) => void>;
4423
4423
  };
@@ -4450,24 +4450,24 @@ export declare const apTableRenderItemMap: {
4450
4450
  default: any;
4451
4451
  };
4452
4452
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
4453
- size: SizeType;
4453
+ size: ButtonSize;
4454
4454
  value: SelectValue;
4455
4455
  mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
4456
4456
  open: boolean;
4457
4457
  disabled: boolean;
4458
+ autofocus: boolean;
4458
4459
  virtual: boolean;
4459
4460
  dropdownMatchSelectWidth: number | boolean;
4461
+ status: "" | "error" | "warning";
4462
+ defaultValue: SelectValue;
4463
+ 'onUpdate:value': (val: SelectValue) => void;
4464
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
4460
4465
  loading: boolean;
4461
4466
  bordered: boolean;
4462
- defaultValue: SelectValue;
4463
- status: "" | "error" | "warning";
4464
4467
  allowClear: boolean;
4465
- autofocus: boolean;
4466
- defaultOpen: boolean;
4467
- 'onUpdate:value': (val: SelectValue) => void;
4468
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
4469
4468
  showSearch: boolean;
4470
4469
  choiceTransitionName: "";
4470
+ defaultOpen: boolean;
4471
4471
  showArrow: boolean;
4472
4472
  autoClearSearchValue: boolean;
4473
4473
  filterOption: boolean | FilterFunc<DefaultOptionType>;
@@ -4746,7 +4746,7 @@ export declare const apTableRenderItemMap: {
4746
4746
  };
4747
4747
  valueModifiers: ObjectConstructor;
4748
4748
  size: {
4749
- type: PropType<ButtonSize>;
4749
+ type: PropType<SizeType>;
4750
4750
  };
4751
4751
  value: {
4752
4752
  type: PropType<string | number>;
@@ -4754,8 +4754,8 @@ export declare const apTableRenderItemMap: {
4754
4754
  };
4755
4755
  name: StringConstructor;
4756
4756
  type: {
4757
- type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password">;
4758
- default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
4757
+ type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
4758
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
4759
4759
  };
4760
4760
  onFocus: PropType<FocusEventHandler>;
4761
4761
  onBlur: PropType<FocusEventHandler>;
@@ -4780,43 +4780,38 @@ export declare const apTableRenderItemMap: {
4780
4780
  default: any;
4781
4781
  };
4782
4782
  prefixCls: StringConstructor;
4783
- autocomplete: StringConstructor;
4784
- loading: {
4783
+ id: StringConstructor;
4784
+ autofocus: {
4785
4785
  type: BooleanConstructor;
4786
4786
  default: any;
4787
4787
  };
4788
- bordered: {
4788
+ autocomplete: StringConstructor;
4789
+ readonly: {
4789
4790
  type: BooleanConstructor;
4790
4791
  default: any;
4791
4792
  };
4792
- defaultValue: {
4793
- type: PropType<string | number>;
4794
- default: any;
4795
- };
4796
4793
  status: PropType<"" | "error" | "warning">;
4797
- placeholder: {
4794
+ defaultValue: {
4798
4795
  type: PropType<string | number>;
4799
- };
4800
- allowClear: {
4801
- type: BooleanConstructor;
4802
4796
  default: any;
4803
4797
  };
4804
- autofocus: {
4798
+ 'onUpdate:value': PropType<(val: string) => void>;
4799
+ loading: {
4805
4800
  type: BooleanConstructor;
4806
4801
  default: any;
4807
4802
  };
4808
- id: StringConstructor;
4809
- clearIcon: VueTypeValidableDef<any>;
4810
- readonly: {
4811
- type: BooleanConstructor;
4812
- default: any;
4803
+ placeholder: {
4804
+ type: PropType<string | number>;
4813
4805
  };
4814
- 'onUpdate:value': PropType<(val: string) => void>;
4815
4806
  lazy: {
4816
4807
  type: BooleanConstructor;
4817
4808
  default: boolean;
4818
4809
  };
4819
4810
  maxlength: NumberConstructor;
4811
+ bordered: {
4812
+ type: BooleanConstructor;
4813
+ default: any;
4814
+ };
4820
4815
  showCount: {
4821
4816
  type: PropType<boolean | ShowCountProps>;
4822
4817
  };
@@ -4830,21 +4825,26 @@ export declare const apTableRenderItemMap: {
4830
4825
  inputElement: VueTypeValidableDef<any>;
4831
4826
  triggerFocus: PropType<() => void>;
4832
4827
  handleReset: PropType<MouseEventHandler>;
4828
+ clearIcon: VueTypeValidableDef<any>;
4829
+ allowClear: {
4830
+ type: BooleanConstructor;
4831
+ default: any;
4832
+ };
4833
4833
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
4834
4834
  value: string | number;
4835
- type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
4835
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
4836
4836
  onMousedown: MouseEventHandler;
4837
4837
  focused: boolean;
4838
4838
  hidden: boolean;
4839
4839
  disabled: boolean;
4840
- loading: boolean;
4841
- bordered: boolean;
4842
- defaultValue: string | number;
4843
- allowClear: boolean;
4844
4840
  autofocus: boolean;
4845
4841
  readonly: boolean;
4842
+ defaultValue: string | number;
4843
+ loading: boolean;
4846
4844
  lazy: boolean;
4845
+ bordered: boolean;
4847
4846
  onMouseUp: MouseEventHandler;
4847
+ allowClear: boolean;
4848
4848
  autosize: any;
4849
4849
  autoSize: any;
4850
4850
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
@@ -4878,7 +4878,7 @@ export declare const apTableRenderItemMap: {
4878
4878
  };
4879
4879
  valueModifiers: ObjectConstructor;
4880
4880
  size: {
4881
- type: PropType<ButtonSize>;
4881
+ type: PropType<SizeType>;
4882
4882
  };
4883
4883
  value: {
4884
4884
  type: PropType<string | number>;
@@ -4886,8 +4886,8 @@ export declare const apTableRenderItemMap: {
4886
4886
  };
4887
4887
  name: StringConstructor;
4888
4888
  type: {
4889
- type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password">;
4890
- default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
4889
+ type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
4890
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
4891
4891
  };
4892
4892
  onFocus: PropType<FocusEventHandler>;
4893
4893
  onBlur: PropType<FocusEventHandler>;
@@ -4912,43 +4912,38 @@ export declare const apTableRenderItemMap: {
4912
4912
  default: any;
4913
4913
  };
4914
4914
  prefixCls: StringConstructor;
4915
- autocomplete: StringConstructor;
4916
- loading: {
4915
+ id: StringConstructor;
4916
+ autofocus: {
4917
4917
  type: BooleanConstructor;
4918
4918
  default: any;
4919
4919
  };
4920
- bordered: {
4920
+ autocomplete: StringConstructor;
4921
+ readonly: {
4921
4922
  type: BooleanConstructor;
4922
4923
  default: any;
4923
4924
  };
4925
+ status: PropType<"" | "error" | "warning">;
4924
4926
  defaultValue: {
4925
4927
  type: PropType<string | number>;
4926
4928
  default: any;
4927
4929
  };
4928
- status: PropType<"" | "error" | "warning">;
4929
- placeholder: {
4930
- type: PropType<string | number>;
4931
- };
4932
- allowClear: {
4933
- type: BooleanConstructor;
4934
- default: any;
4935
- };
4936
- autofocus: {
4930
+ 'onUpdate:value': PropType<(val: string) => void>;
4931
+ loading: {
4937
4932
  type: BooleanConstructor;
4938
4933
  default: any;
4939
4934
  };
4940
- id: StringConstructor;
4941
- clearIcon: VueTypeValidableDef<any>;
4942
- readonly: {
4943
- type: BooleanConstructor;
4944
- default: any;
4935
+ placeholder: {
4936
+ type: PropType<string | number>;
4945
4937
  };
4946
- 'onUpdate:value': PropType<(val: string) => void>;
4947
4938
  lazy: {
4948
4939
  type: BooleanConstructor;
4949
4940
  default: boolean;
4950
4941
  };
4951
4942
  maxlength: NumberConstructor;
4943
+ bordered: {
4944
+ type: BooleanConstructor;
4945
+ default: any;
4946
+ };
4952
4947
  showCount: {
4953
4948
  type: PropType<boolean | ShowCountProps>;
4954
4949
  };
@@ -4962,21 +4957,26 @@ export declare const apTableRenderItemMap: {
4962
4957
  inputElement: VueTypeValidableDef<any>;
4963
4958
  triggerFocus: PropType<() => void>;
4964
4959
  handleReset: PropType<MouseEventHandler>;
4960
+ clearIcon: VueTypeValidableDef<any>;
4961
+ allowClear: {
4962
+ type: BooleanConstructor;
4963
+ default: any;
4964
+ };
4965
4965
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
4966
4966
  value: string | number;
4967
- type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
4967
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
4968
4968
  onMousedown: MouseEventHandler;
4969
4969
  focused: boolean;
4970
4970
  hidden: boolean;
4971
4971
  disabled: boolean;
4972
- loading: boolean;
4973
- bordered: boolean;
4974
- defaultValue: string | number;
4975
- allowClear: boolean;
4976
4972
  autofocus: boolean;
4977
4973
  readonly: boolean;
4974
+ defaultValue: string | number;
4975
+ loading: boolean;
4978
4976
  lazy: boolean;
4977
+ bordered: boolean;
4979
4978
  onMouseUp: MouseEventHandler;
4979
+ allowClear: boolean;
4980
4980
  autosize: any;
4981
4981
  autoSize: any;
4982
4982
  }> | null;
@@ -5120,8 +5120,8 @@ export declare const apTableRenderItemMap: {
5120
5120
  treeSelectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
5121
5121
  suffixIcon: VueTypeValidableDef<any>;
5122
5122
  size: {
5123
- type: PropType<SizeType>;
5124
- default: SizeType;
5123
+ type: PropType<ButtonSize>;
5124
+ default: ButtonSize;
5125
5125
  };
5126
5126
  bordered: {
5127
5127
  type: BooleanConstructor;
@@ -5140,8 +5140,8 @@ export declare const apTableRenderItemMap: {
5140
5140
  default: FieldNames;
5141
5141
  };
5142
5142
  placement: {
5143
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
5144
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
5143
+ type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
5144
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
5145
5145
  };
5146
5146
  status: {
5147
5147
  type: PropType<"" | "error" | "warning">;
@@ -5200,6 +5200,8 @@ export declare const apTableRenderItemMap: {
5200
5200
  default: any;
5201
5201
  };
5202
5202
  prefixCls: StringConstructor;
5203
+ id: StringConstructor;
5204
+ autofocus: BooleanConstructor;
5203
5205
  getPopupContainer: {
5204
5206
  type: PropType<RenderDOMFunc>;
5205
5207
  };
@@ -5211,10 +5213,6 @@ export declare const apTableRenderItemMap: {
5211
5213
  type: PropType<number | boolean>;
5212
5214
  default: any;
5213
5215
  };
5214
- loading: {
5215
- type: BooleanConstructor;
5216
- default: any;
5217
- };
5218
5216
  defaultValue: {
5219
5217
  type: PropType<any>;
5220
5218
  };
@@ -5222,24 +5220,21 @@ export declare const apTableRenderItemMap: {
5222
5220
  type: PropType<("click" | "focus")[]>;
5223
5221
  };
5224
5222
  transitionName: StringConstructor;
5225
- dropdownAlign: PropType<AlignType>;
5226
- placeholder: VueTypeValidableDef<any>;
5227
- allowClear: {
5223
+ onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
5224
+ loading: {
5228
5225
  type: BooleanConstructor;
5229
5226
  default: any;
5230
5227
  };
5231
- autofocus: BooleanConstructor;
5232
- defaultOpen: {
5228
+ placeholder: VueTypeValidableDef<any>;
5229
+ clearIcon: VueTypeValidableDef<any>;
5230
+ allowClear: {
5233
5231
  type: BooleanConstructor;
5234
5232
  default: any;
5235
5233
  };
5236
- id: StringConstructor;
5237
- clearIcon: VueTypeValidableDef<any>;
5238
- notFoundContent: VueTypeValidableDef<any>;
5239
- onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
5240
5234
  onSearch: {
5241
5235
  type: PropType<(value: string) => void>;
5242
5236
  };
5237
+ notFoundContent: VueTypeValidableDef<any>;
5243
5238
  fieldNames: {
5244
5239
  type: PropType<FieldNames>;
5245
5240
  };
@@ -5249,6 +5244,7 @@ export declare const apTableRenderItemMap: {
5249
5244
  dropdownRender: {
5250
5245
  type: PropType<DropdownRender>;
5251
5246
  };
5247
+ dropdownAlign: PropType<AlignType>;
5252
5248
  switcherIcon: VueTypeValidableDef<any>;
5253
5249
  loadData: {
5254
5250
  type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
@@ -5289,6 +5285,10 @@ export declare const apTableRenderItemMap: {
5289
5285
  type: PropType<(option: Record<string, any>) => any>;
5290
5286
  };
5291
5287
  onClear: PropType<() => void>;
5288
+ defaultOpen: {
5289
+ type: BooleanConstructor;
5290
+ default: any;
5291
+ };
5292
5292
  onDropdownVisibleChange: {
5293
5293
  type: PropType<(open: boolean) => void>;
5294
5294
  };
@@ -5346,24 +5346,24 @@ export declare const apTableRenderItemMap: {
5346
5346
  };
5347
5347
  dropdownPopupAlign: VueTypeValidableDef<any>;
5348
5348
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
5349
- size: SizeType;
5349
+ size: ButtonSize;
5350
5350
  open: boolean;
5351
5351
  multiple: boolean;
5352
5352
  disabled: boolean;
5353
+ autofocus: boolean;
5353
5354
  virtual: boolean;
5354
5355
  dropdownMatchSelectWidth: number | boolean;
5356
+ status: "" | "error" | "warning";
5357
+ 'onUpdate:value': (value: any) => void;
5358
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
5355
5359
  loading: boolean;
5356
5360
  bordered: boolean;
5357
- status: "" | "error" | "warning";
5358
5361
  allowClear: boolean;
5359
- autofocus: boolean;
5360
- defaultOpen: boolean;
5361
- 'onUpdate:value': (value: any) => void;
5362
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
5363
5362
  filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
5364
5363
  replaceFields: FieldNames;
5365
5364
  treeCheckable: boolean;
5366
5365
  showSearch: boolean;
5366
+ defaultOpen: boolean;
5367
5367
  showArrow: boolean;
5368
5368
  autoClearSearchValue: boolean;
5369
5369
  labelInValue: boolean;
@@ -5397,8 +5397,8 @@ export declare const apTableRenderItemMap: {
5397
5397
  }, Readonly< ExtractPropTypes<{
5398
5398
  suffixIcon: VueTypeValidableDef<any>;
5399
5399
  size: {
5400
- type: PropType<SizeType>;
5401
- default: SizeType;
5400
+ type: PropType<ButtonSize>;
5401
+ default: ButtonSize;
5402
5402
  };
5403
5403
  bordered: {
5404
5404
  type: BooleanConstructor;
@@ -5417,8 +5417,8 @@ export declare const apTableRenderItemMap: {
5417
5417
  default: FieldNames;
5418
5418
  };
5419
5419
  placement: {
5420
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
5421
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
5420
+ type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
5421
+ default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
5422
5422
  };
5423
5423
  status: {
5424
5424
  type: PropType<"" | "error" | "warning">;
@@ -5477,6 +5477,8 @@ export declare const apTableRenderItemMap: {
5477
5477
  default: any;
5478
5478
  };
5479
5479
  prefixCls: StringConstructor;
5480
+ id: StringConstructor;
5481
+ autofocus: BooleanConstructor;
5480
5482
  getPopupContainer: {
5481
5483
  type: PropType<RenderDOMFunc>;
5482
5484
  };
@@ -5488,10 +5490,6 @@ export declare const apTableRenderItemMap: {
5488
5490
  type: PropType<number | boolean>;
5489
5491
  default: any;
5490
5492
  };
5491
- loading: {
5492
- type: BooleanConstructor;
5493
- default: any;
5494
- };
5495
5493
  defaultValue: {
5496
5494
  type: PropType<any>;
5497
5495
  };
@@ -5499,24 +5497,21 @@ export declare const apTableRenderItemMap: {
5499
5497
  type: PropType<("click" | "focus")[]>;
5500
5498
  };
5501
5499
  transitionName: StringConstructor;
5502
- dropdownAlign: PropType<AlignType>;
5503
- placeholder: VueTypeValidableDef<any>;
5504
- allowClear: {
5500
+ onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
5501
+ loading: {
5505
5502
  type: BooleanConstructor;
5506
5503
  default: any;
5507
5504
  };
5508
- autofocus: BooleanConstructor;
5509
- defaultOpen: {
5505
+ placeholder: VueTypeValidableDef<any>;
5506
+ clearIcon: VueTypeValidableDef<any>;
5507
+ allowClear: {
5510
5508
  type: BooleanConstructor;
5511
5509
  default: any;
5512
5510
  };
5513
- id: StringConstructor;
5514
- clearIcon: VueTypeValidableDef<any>;
5515
- notFoundContent: VueTypeValidableDef<any>;
5516
- onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
5517
5511
  onSearch: {
5518
5512
  type: PropType<(value: string) => void>;
5519
5513
  };
5514
+ notFoundContent: VueTypeValidableDef<any>;
5520
5515
  fieldNames: {
5521
5516
  type: PropType<FieldNames>;
5522
5517
  };
@@ -5526,6 +5521,7 @@ export declare const apTableRenderItemMap: {
5526
5521
  dropdownRender: {
5527
5522
  type: PropType<DropdownRender>;
5528
5523
  };
5524
+ dropdownAlign: PropType<AlignType>;
5529
5525
  switcherIcon: VueTypeValidableDef<any>;
5530
5526
  loadData: {
5531
5527
  type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
@@ -5566,6 +5562,10 @@ export declare const apTableRenderItemMap: {
5566
5562
  type: PropType<(option: Record<string, any>) => any>;
5567
5563
  };
5568
5564
  onClear: PropType<() => void>;
5565
+ defaultOpen: {
5566
+ type: BooleanConstructor;
5567
+ default: any;
5568
+ };
5569
5569
  onDropdownVisibleChange: {
5570
5570
  type: PropType<(open: boolean) => void>;
5571
5571
  };
@@ -5623,24 +5623,24 @@ export declare const apTableRenderItemMap: {
5623
5623
  };
5624
5624
  dropdownPopupAlign: VueTypeValidableDef<any>;
5625
5625
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
5626
- size: SizeType;
5626
+ size: ButtonSize;
5627
5627
  open: boolean;
5628
5628
  multiple: boolean;
5629
5629
  disabled: boolean;
5630
+ autofocus: boolean;
5630
5631
  virtual: boolean;
5631
5632
  dropdownMatchSelectWidth: number | boolean;
5633
+ status: "" | "error" | "warning";
5634
+ 'onUpdate:value': (value: any) => void;
5635
+ placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
5632
5636
  loading: boolean;
5633
5637
  bordered: boolean;
5634
- status: "" | "error" | "warning";
5635
5638
  allowClear: boolean;
5636
- autofocus: boolean;
5637
- defaultOpen: boolean;
5638
- 'onUpdate:value': (value: any) => void;
5639
- placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
5640
5639
  filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
5641
5640
  replaceFields: FieldNames;
5642
5641
  treeCheckable: boolean;
5643
5642
  showSearch: boolean;
5643
+ defaultOpen: boolean;
5644
5644
  showArrow: boolean;
5645
5645
  autoClearSearchValue: boolean;
5646
5646
  labelInValue: boolean;