@aplus-frontend/ui 6.19.1 → 6.20.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 (301) 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 +31 -2
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +11 -7
  8. package/es/src/ap-button/ap-button.vue.mjs +24 -20
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +15 -11
  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 +21 -18
  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 +17 -12
  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 +14 -15
  38. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  39. package/es/src/ap-form/drawer-form/index.vue.d.ts +18 -19
  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 +48 -20
  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 +29 -10
  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 +18 -19
  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 +2 -4
  72. package/es/src/ap-grid/editable/form-item.vue.mjs +9 -9
  73. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  74. package/es/src/ap-grid/editable/index.vue.mjs +3 -3
  75. package/es/src/ap-grid/index.vue.d.ts +2 -4
  76. package/es/src/ap-grid/index.vue.mjs +41 -41
  77. package/es/src/ap-list/index.vue.d.ts +2 -4
  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 +2 -4
  81. package/es/src/ap-table/ap-table.vue2.mjs +13 -14
  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 +2 -2
  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 +2 -7
  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 +4 -3
  108. package/es/src/business/ap-batch-action-group/index.d.ts +33 -11
  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 +1 -1
  112. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +5 -5
  113. package/es/src/business/ap-draggable-grid/index.d.ts +1 -1
  114. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  115. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +33 -33
  116. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  117. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  118. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  119. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  120. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  121. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  122. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  123. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  124. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  125. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  126. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  127. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  128. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  129. package/es/src/business/ap-table-modal/index.d.ts +17 -5
  130. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  131. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  132. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  133. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  134. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  135. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  136. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  137. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  138. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +10 -11
  139. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  140. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -11
  141. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  142. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  143. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  144. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  145. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  146. package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
  147. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  148. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  149. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  150. package/es/src/check-card/index.vue2.mjs +3 -3
  151. package/es/src/config-provider/config-provider-props.d.ts +4 -5
  152. package/es/src/config-provider/config-provider.d.ts +8 -9
  153. package/es/src/config-provider/hooks/use-global-config.d.ts +4 -5
  154. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  155. package/es/src/config-provider/index.d.ts +13 -14
  156. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  157. package/es/src/editable-table/form-item.vue.mjs +37 -38
  158. package/es/src/editable-table/index.vue.d.ts +2 -4
  159. package/es/src/editable-table/index.vue.mjs +15 -16
  160. package/es/src/full-screen/index.vue.mjs +3 -3
  161. package/es/src/hooks/useFullScreen.mjs +5 -5
  162. package/es/src/mask/index.vue.mjs +10 -10
  163. package/es/src/portal/index.vue.mjs +2 -2
  164. package/es/src/scroll-bar/index.vue.mjs +3 -3
  165. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  166. package/es/src/scroll-view/index.vue.d.ts +5 -5
  167. package/es/src/scroll-view/index.vue.mjs +9 -9
  168. package/es/src/splitter/Panel.vue2.mjs +4 -4
  169. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  170. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  171. package/es/src/tests/wrapper.d.ts +4 -4
  172. package/es/src/text/group.vue.mjs +2 -2
  173. package/es/src/text/index.vue.mjs +5 -5
  174. package/es/src/utils/config-provider-preset.d.ts +5 -6
  175. package/es/src/version.d.ts +1 -1
  176. package/es/src/version.mjs +1 -1
  177. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  178. package/es/src/work-order-modal/work-order-modal.vue.d.ts +10 -11
  179. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  180. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  181. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +31 -2
  182. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  183. package/lib/src/ap-button/ap-button.vue.js +1 -1
  184. package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
  185. package/lib/src/ap-download/ap-download.vue.js +1 -1
  186. package/lib/src/ap-field/date/index.vue.js +1 -1
  187. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  188. package/lib/src/ap-field/index.js +1 -1
  189. package/lib/src/ap-field/number/index.vue.d.ts +29 -29
  190. package/lib/src/ap-field/rate/index.vue.d.ts +4 -4
  191. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  192. package/lib/src/ap-field/select/index.vue.d.ts +97 -97
  193. package/lib/src/ap-field/select/index.vue.js +1 -1
  194. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  195. package/lib/src/ap-field/slider/index.vue.d.ts +8 -8
  196. package/lib/src/ap-field/text-area/index.vue.d.ts +54 -54
  197. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  198. package/lib/src/ap-field/tree-select/index.vue.d.ts +93 -93
  199. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  200. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  201. package/lib/src/ap-form/ap-form.vue.d.ts +14 -15
  202. package/lib/src/ap-form/drawer-form/index.vue.d.ts +18 -19
  203. package/lib/src/ap-form/items/number/index.vue.d.ts +31 -31
  204. package/lib/src/ap-form/items/select/index.vue.d.ts +107 -107
  205. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  206. package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
  207. package/lib/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  208. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  209. package/lib/src/ap-form/modal-form/index.vue.d.ts +48 -20
  210. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
  211. package/lib/src/ap-form/search-form/index.vue.d.ts +18 -19
  212. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  213. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  214. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  215. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  216. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  217. package/lib/src/ap-grid/index.vue.js +1 -1
  218. package/lib/src/ap-list/index.vue.d.ts +2 -4
  219. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  220. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  221. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  222. package/lib/src/ap-table/constants.d.ts +332 -332
  223. package/lib/src/ap-table/constants.js +1 -1
  224. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  225. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  226. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  227. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  228. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  229. package/lib/src/business/ap-batch-action-group/index.d.ts +33 -11
  230. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
  231. package/lib/src/business/ap-draggable-grid/index.d.ts +1 -1
  232. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  233. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  234. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  235. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  236. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  237. package/lib/src/business/ap-table-modal/index.d.ts +17 -5
  238. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +10 -11
  239. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -11
  240. package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
  241. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  242. package/lib/src/config-provider/config-provider-props.d.ts +4 -5
  243. package/lib/src/config-provider/config-provider.d.ts +8 -9
  244. package/lib/src/config-provider/hooks/use-global-config.d.ts +4 -5
  245. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  246. package/lib/src/config-provider/index.d.ts +13 -14
  247. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  248. package/lib/src/editable-table/form-item.vue.js +1 -1
  249. package/lib/src/editable-table/index.vue.d.ts +2 -4
  250. package/lib/src/editable-table/index.vue.js +1 -1
  251. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  252. package/lib/src/tests/wrapper.d.ts +4 -4
  253. package/lib/src/utils/config-provider-preset.d.ts +5 -6
  254. package/lib/src/version.d.ts +1 -1
  255. package/lib/src/version.js +1 -1
  256. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +10 -11
  257. package/package.json +6 -6
  258. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  259. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  260. package/theme/antd-global-overwrite/admin/button.css +0 -27
  261. package/theme/antd-global-overwrite/admin/button.less +0 -31
  262. package/theme/antd-global-overwrite/admin/field.css +0 -42
  263. package/theme/antd-global-overwrite/admin/field.less +0 -43
  264. package/theme/antd-global-overwrite/admin/form.css +0 -57
  265. package/theme/antd-global-overwrite/admin/form.less +0 -97
  266. package/theme/antd-global-overwrite/admin/message.css +0 -10
  267. package/theme/antd-global-overwrite/admin/message.less +0 -13
  268. package/theme/antd-global-overwrite/admin/modal.css +0 -94
  269. package/theme/antd-global-overwrite/admin/modal.less +0 -128
  270. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  271. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  272. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  273. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  274. package/theme/antd-global-overwrite/admin/table.css +0 -78
  275. package/theme/antd-global-overwrite/admin/table.less +0 -62
  276. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  277. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  278. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  279. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  280. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  281. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  282. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  283. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  284. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  285. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  286. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  287. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  288. package/theme/antd-global-overwrite/aplus/modal.css +0 -87
  289. package/theme/antd-global-overwrite/aplus/modal.less +0 -120
  290. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  291. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  292. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  293. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  294. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  295. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  296. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  297. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  298. package/theme/ap-table/ap-table-pagination.css +0 -12
  299. package/theme/ap-table/ap-table-pagination.less +0 -14
  300. package/theme/ui-mode.css +0 -60
  301. package/theme/ui-mode.less +0 -109
@@ -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';
6
7
  import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
7
8
  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, SelectProps, TreeSelectProps, CheckboxOptionType } from '@aplus-frontend/antdv';
14
+ import { RadioChangeEvent, 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?: "small" | "large" | "middle" | undefined;
181
+ readonly size?: SizeType;
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<ButtonSize>;
236
- default: ButtonSize;
235
+ type: PropType<SizeType>;
236
+ default: SizeType;
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: ButtonSize;
355
+ size: SizeType;
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;
365
369
  autofocus: boolean;
366
370
  readonly: boolean;
367
- status: "" | "error" | "warning";
368
- defaultValue: ValueType;
369
371
  '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<ButtonSize>;
403
- default: ButtonSize;
402
+ type: PropType<SizeType>;
403
+ default: SizeType;
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: ButtonSize;
522
+ size: SizeType;
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;
532
536
  autofocus: boolean;
533
537
  readonly: boolean;
534
- status: "" | "error" | "warning";
535
- defaultValue: ValueType;
536
538
  '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?: "small" | "large" | "middle" | undefined;
880
+ readonly size?: SizeType;
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?: (string | number) | LabeledValue | (string | number)[] | LabeledValue[] | undefined;
905
+ readonly defaultValue?: SelectValue;
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< SelectProps["options"]>) | undefined;
953
+ readonly request?: ((value?: string, extraParams?: Recordable) => Promise< DefaultOptionType[] | undefined>) | undefined;
954
954
  readonly multiple?: boolean | undefined;
955
- readonly value?: SelectProps["value"];
955
+ readonly value?: SelectValue;
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<ButtonSize>;
984
- default: ButtonSize;
983
+ type: PropType<SizeType>;
984
+ default: SizeType;
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<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1003
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1002
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
1003
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1004
1004
  };
1005
1005
  status: {
1006
1006
  type: PropType<"" | "error" | "warning">;
@@ -1040,8 +1040,6 @@ export declare const apTableFormItemMap: {
1040
1040
  default: any;
1041
1041
  };
1042
1042
  prefixCls: StringConstructor;
1043
- id: StringConstructor;
1044
- autofocus: BooleanConstructor;
1045
1043
  getPopupContainer: {
1046
1044
  type: PropType<RenderDOMFunc>;
1047
1045
  };
@@ -1053,21 +1051,28 @@ export declare const apTableFormItemMap: {
1053
1051
  type: PropType<number | boolean>;
1054
1052
  default: any;
1055
1053
  };
1056
- options: PropType< DefaultOptionType[]>;
1057
- showAction: {
1058
- type: PropType<("click" | "focus")[]>;
1059
- };
1060
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1061
1054
  loading: {
1062
1055
  type: BooleanConstructor;
1063
1056
  default: any;
1064
1057
  };
1058
+ showAction: {
1059
+ type: PropType<("click" | "focus")[]>;
1060
+ };
1061
+ dropdownAlign: PropType<AlignType>;
1065
1062
  placeholder: VueTypeValidableDef<any>;
1066
- clearIcon: VueTypeValidableDef<any>;
1067
1063
  allowClear: {
1068
1064
  type: BooleanConstructor;
1069
1065
  default: any;
1070
1066
  };
1067
+ autofocus: BooleanConstructor;
1068
+ defaultOpen: {
1069
+ type: BooleanConstructor;
1070
+ default: any;
1071
+ };
1072
+ id: StringConstructor;
1073
+ clearIcon: VueTypeValidableDef<any>;
1074
+ options: PropType< DefaultOptionType[]>;
1075
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1071
1076
  onSearch: PropType<(value: string) => void>;
1072
1077
  fieldNames: PropType<FieldNames>;
1073
1078
  dropdownStyle: {
@@ -1076,7 +1081,6 @@ export declare const apTableFormItemMap: {
1076
1081
  dropdownRender: {
1077
1082
  type: PropType<DropdownRender>;
1078
1083
  };
1079
- dropdownAlign: PropType<AlignType>;
1080
1084
  showSearch: {
1081
1085
  type: BooleanConstructor;
1082
1086
  default: any;
@@ -1099,10 +1103,6 @@ export declare const apTableFormItemMap: {
1099
1103
  type: PropType<(option: Record<string, any>) => any>;
1100
1104
  };
1101
1105
  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: ButtonSize;
1138
+ size: SizeType;
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;
1144
1143
  virtual: boolean;
1145
1144
  dropdownMatchSelectWidth: number | boolean;
1146
- status: "" | "error" | "warning";
1147
- defaultValue: SelectValue;
1148
- 'onUpdate:value': (val: SelectValue) => void;
1149
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1150
1145
  loading: boolean;
1151
1146
  bordered: boolean;
1147
+ defaultValue: SelectValue;
1148
+ status: "" | "error" | "warning";
1152
1149
  allowClear: boolean;
1150
+ autofocus: boolean;
1151
+ defaultOpen: boolean;
1152
+ 'onUpdate:value': (val: SelectValue) => void;
1153
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1153
1154
  showSearch: boolean;
1154
1155
  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<ButtonSize>;
1195
- default: ButtonSize;
1194
+ type: PropType<SizeType>;
1195
+ default: SizeType;
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<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1214
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1213
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
1214
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1215
1215
  };
1216
1216
  status: {
1217
1217
  type: PropType<"" | "error" | "warning">;
@@ -1251,8 +1251,6 @@ export declare const apTableFormItemMap: {
1251
1251
  default: any;
1252
1252
  };
1253
1253
  prefixCls: StringConstructor;
1254
- id: StringConstructor;
1255
- autofocus: BooleanConstructor;
1256
1254
  getPopupContainer: {
1257
1255
  type: PropType<RenderDOMFunc>;
1258
1256
  };
@@ -1264,21 +1262,28 @@ export declare const apTableFormItemMap: {
1264
1262
  type: PropType<number | boolean>;
1265
1263
  default: any;
1266
1264
  };
1267
- options: PropType< DefaultOptionType[]>;
1268
- showAction: {
1269
- type: PropType<("click" | "focus")[]>;
1270
- };
1271
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1272
1265
  loading: {
1273
1266
  type: BooleanConstructor;
1274
1267
  default: any;
1275
1268
  };
1269
+ showAction: {
1270
+ type: PropType<("click" | "focus")[]>;
1271
+ };
1272
+ dropdownAlign: PropType<AlignType>;
1276
1273
  placeholder: VueTypeValidableDef<any>;
1277
- clearIcon: VueTypeValidableDef<any>;
1278
1274
  allowClear: {
1279
1275
  type: BooleanConstructor;
1280
1276
  default: any;
1281
1277
  };
1278
+ autofocus: BooleanConstructor;
1279
+ defaultOpen: {
1280
+ type: BooleanConstructor;
1281
+ default: any;
1282
+ };
1283
+ id: StringConstructor;
1284
+ clearIcon: VueTypeValidableDef<any>;
1285
+ options: PropType< DefaultOptionType[]>;
1286
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1282
1287
  onSearch: PropType<(value: string) => void>;
1283
1288
  fieldNames: PropType<FieldNames>;
1284
1289
  dropdownStyle: {
@@ -1287,7 +1292,6 @@ export declare const apTableFormItemMap: {
1287
1292
  dropdownRender: {
1288
1293
  type: PropType<DropdownRender>;
1289
1294
  };
1290
- dropdownAlign: PropType<AlignType>;
1291
1295
  showSearch: {
1292
1296
  type: BooleanConstructor;
1293
1297
  default: any;
@@ -1310,10 +1314,6 @@ export declare const apTableFormItemMap: {
1310
1314
  type: PropType<(option: Record<string, any>) => any>;
1311
1315
  };
1312
1316
  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: ButtonSize;
1349
+ size: SizeType;
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;
1355
1354
  virtual: boolean;
1356
1355
  dropdownMatchSelectWidth: number | boolean;
1357
- status: "" | "error" | "warning";
1358
- defaultValue: SelectValue;
1359
- 'onUpdate:value': (val: SelectValue) => void;
1360
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1361
1356
  loading: boolean;
1362
1357
  bordered: boolean;
1358
+ defaultValue: SelectValue;
1359
+ status: "" | "error" | "warning";
1363
1360
  allowClear: boolean;
1361
+ autofocus: boolean;
1362
+ defaultOpen: boolean;
1363
+ 'onUpdate:value': (val: SelectValue) => void;
1364
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
1364
1365
  showSearch: boolean;
1365
1366
  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?: ButtonSize;
1626
+ readonly size?: SizeType;
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<SizeType>;
1866
+ type: PropType<ButtonSize>;
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" | "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";
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";
1876
1876
  };
1877
1877
  onFocus: PropType<FocusEventHandler>;
1878
1878
  onBlur: PropType<FocusEventHandler>;
@@ -1897,38 +1897,43 @@ export declare const apTableFormItemMap: {
1897
1897
  default: any;
1898
1898
  };
1899
1899
  prefixCls: StringConstructor;
1900
- id: StringConstructor;
1901
- autofocus: {
1900
+ autocomplete: StringConstructor;
1901
+ loading: {
1902
1902
  type: BooleanConstructor;
1903
1903
  default: any;
1904
1904
  };
1905
- autocomplete: StringConstructor;
1906
- readonly: {
1905
+ bordered: {
1907
1906
  type: BooleanConstructor;
1908
1907
  default: any;
1909
1908
  };
1910
- status: PropType<"" | "error" | "warning">;
1911
1909
  defaultValue: {
1912
1910
  type: PropType<string | number>;
1913
1911
  default: any;
1914
1912
  };
1915
- 'onUpdate:value': PropType<(val: string) => void>;
1916
- loading: {
1913
+ status: PropType<"" | "error" | "warning">;
1914
+ placeholder: {
1915
+ type: PropType<string | number>;
1916
+ };
1917
+ allowClear: {
1917
1918
  type: BooleanConstructor;
1918
1919
  default: any;
1919
1920
  };
1920
- placeholder: {
1921
- type: PropType<string | number>;
1921
+ autofocus: {
1922
+ type: BooleanConstructor;
1923
+ default: any;
1924
+ };
1925
+ id: StringConstructor;
1926
+ clearIcon: VueTypeValidableDef<any>;
1927
+ readonly: {
1928
+ type: BooleanConstructor;
1929
+ default: any;
1922
1930
  };
1931
+ 'onUpdate:value': PropType<(val: string) => void>;
1923
1932
  lazy: {
1924
1933
  type: BooleanConstructor;
1925
1934
  default: boolean;
1926
1935
  };
1927
1936
  maxlength: NumberConstructor;
1928
- bordered: {
1929
- type: BooleanConstructor;
1930
- default: any;
1931
- };
1932
1937
  showCount: {
1933
1938
  type: PropType<boolean | ShowCountProps>;
1934
1939
  };
@@ -1942,26 +1947,21 @@ export declare const apTableFormItemMap: {
1942
1947
  inputElement: VueTypeValidableDef<any>;
1943
1948
  triggerFocus: PropType<() => void>;
1944
1949
  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" | "datetime-local" | "file" | "password" | "tel";
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";
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;
1957
1961
  autofocus: boolean;
1958
1962
  readonly: boolean;
1959
- defaultValue: string | number;
1960
- loading: boolean;
1961
1963
  lazy: boolean;
1962
- bordered: boolean;
1963
1964
  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<SizeType>;
1998
+ type: PropType<ButtonSize>;
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" | "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";
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";
2008
2008
  };
2009
2009
  onFocus: PropType<FocusEventHandler>;
2010
2010
  onBlur: PropType<FocusEventHandler>;
@@ -2029,38 +2029,43 @@ export declare const apTableFormItemMap: {
2029
2029
  default: any;
2030
2030
  };
2031
2031
  prefixCls: StringConstructor;
2032
- id: StringConstructor;
2033
- autofocus: {
2032
+ autocomplete: StringConstructor;
2033
+ loading: {
2034
2034
  type: BooleanConstructor;
2035
2035
  default: any;
2036
2036
  };
2037
- autocomplete: StringConstructor;
2038
- readonly: {
2037
+ bordered: {
2039
2038
  type: BooleanConstructor;
2040
2039
  default: any;
2041
2040
  };
2042
- status: PropType<"" | "error" | "warning">;
2043
2041
  defaultValue: {
2044
2042
  type: PropType<string | number>;
2045
2043
  default: any;
2046
2044
  };
2047
- 'onUpdate:value': PropType<(val: string) => void>;
2048
- loading: {
2045
+ status: PropType<"" | "error" | "warning">;
2046
+ placeholder: {
2047
+ type: PropType<string | number>;
2048
+ };
2049
+ allowClear: {
2049
2050
  type: BooleanConstructor;
2050
2051
  default: any;
2051
2052
  };
2052
- placeholder: {
2053
- type: PropType<string | number>;
2053
+ autofocus: {
2054
+ type: BooleanConstructor;
2055
+ default: any;
2054
2056
  };
2057
+ id: StringConstructor;
2058
+ clearIcon: VueTypeValidableDef<any>;
2059
+ readonly: {
2060
+ type: BooleanConstructor;
2061
+ default: any;
2062
+ };
2063
+ 'onUpdate:value': PropType<(val: string) => void>;
2055
2064
  lazy: {
2056
2065
  type: BooleanConstructor;
2057
2066
  default: boolean;
2058
2067
  };
2059
2068
  maxlength: NumberConstructor;
2060
- bordered: {
2061
- type: BooleanConstructor;
2062
- default: any;
2063
- };
2064
2069
  showCount: {
2065
2070
  type: PropType<boolean | ShowCountProps>;
2066
2071
  };
@@ -2074,26 +2079,21 @@ export declare const apTableFormItemMap: {
2074
2079
  inputElement: VueTypeValidableDef<any>;
2075
2080
  triggerFocus: PropType<() => void>;
2076
2081
  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" | "datetime-local" | "file" | "password" | "tel";
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";
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;
2089
2093
  autofocus: boolean;
2090
2094
  readonly: boolean;
2091
- defaultValue: string | number;
2092
- loading: boolean;
2093
2095
  lazy: boolean;
2094
- bordered: boolean;
2095
2096
  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?: ButtonSize;
2237
+ readonly size?: SizeType;
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?: "small" | "large" | "middle" | undefined;
2445
+ readonly size?: SizeType;
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<ButtonSize>;
2553
- default: ButtonSize;
2552
+ type: PropType<SizeType>;
2553
+ default: SizeType;
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<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
2573
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2572
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
2573
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2574
2574
  };
2575
2575
  status: {
2576
2576
  type: PropType<"" | "error" | "warning">;
@@ -2629,8 +2629,6 @@ export declare const apTableFormItemMap: {
2629
2629
  default: any;
2630
2630
  };
2631
2631
  prefixCls: StringConstructor;
2632
- id: StringConstructor;
2633
- autofocus: BooleanConstructor;
2634
2632
  getPopupContainer: {
2635
2633
  type: PropType<RenderDOMFunc>;
2636
2634
  };
@@ -2642,6 +2640,10 @@ export declare const apTableFormItemMap: {
2642
2640
  type: PropType<number | boolean>;
2643
2641
  default: any;
2644
2642
  };
2643
+ loading: {
2644
+ type: BooleanConstructor;
2645
+ default: any;
2646
+ };
2645
2647
  defaultValue: {
2646
2648
  type: PropType<any>;
2647
2649
  };
@@ -2649,21 +2651,24 @@ export declare const apTableFormItemMap: {
2649
2651
  type: PropType<("click" | "focus")[]>;
2650
2652
  };
2651
2653
  transitionName: StringConstructor;
2652
- onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
2653
- loading: {
2654
+ dropdownAlign: PropType<AlignType>;
2655
+ placeholder: VueTypeValidableDef<any>;
2656
+ allowClear: {
2654
2657
  type: BooleanConstructor;
2655
2658
  default: any;
2656
2659
  };
2657
- placeholder: VueTypeValidableDef<any>;
2658
- clearIcon: VueTypeValidableDef<any>;
2659
- allowClear: {
2660
+ autofocus: BooleanConstructor;
2661
+ defaultOpen: {
2660
2662
  type: BooleanConstructor;
2661
2663
  default: any;
2662
2664
  };
2665
+ id: StringConstructor;
2666
+ clearIcon: VueTypeValidableDef<any>;
2667
+ notFoundContent: VueTypeValidableDef<any>;
2668
+ onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
2663
2669
  onSearch: {
2664
2670
  type: PropType<(value: string) => void>;
2665
2671
  };
2666
- notFoundContent: VueTypeValidableDef<any>;
2667
2672
  fieldNames: {
2668
2673
  type: PropType<FieldNames>;
2669
2674
  };
@@ -2673,7 +2678,6 @@ export declare const apTableFormItemMap: {
2673
2678
  dropdownRender: {
2674
2679
  type: PropType<DropdownRender>;
2675
2680
  };
2676
- dropdownAlign: PropType<AlignType>;
2677
2681
  switcherIcon: VueTypeValidableDef<any>;
2678
2682
  loadData: {
2679
2683
  type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
@@ -2714,10 +2718,6 @@ export declare const apTableFormItemMap: {
2714
2718
  type: PropType<(option: Record<string, any>) => any>;
2715
2719
  };
2716
2720
  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: ButtonSize;
2778
+ size: SizeType;
2779
2779
  open: boolean;
2780
2780
  multiple: boolean;
2781
2781
  disabled: boolean;
2782
- autofocus: boolean;
2783
2782
  virtual: boolean;
2784
2783
  dropdownMatchSelectWidth: number | boolean;
2785
- status: "" | "error" | "warning";
2786
- 'onUpdate:value': (value: any) => void;
2787
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2788
2784
  loading: boolean;
2789
2785
  bordered: boolean;
2786
+ status: "" | "error" | "warning";
2790
2787
  allowClear: boolean;
2788
+ autofocus: boolean;
2789
+ defaultOpen: boolean;
2790
+ 'onUpdate:value': (value: any) => void;
2791
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2791
2792
  filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
2792
2793
  replaceFields: FieldNames;
2793
2794
  treeCheckable: boolean;
2794
2795
  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<ButtonSize>;
2830
- default: ButtonSize;
2829
+ type: PropType<SizeType>;
2830
+ default: SizeType;
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<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
2850
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
2849
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
2850
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
2851
2851
  };
2852
2852
  status: {
2853
2853
  type: PropType<"" | "error" | "warning">;
@@ -2906,8 +2906,6 @@ export declare const apTableFormItemMap: {
2906
2906
  default: any;
2907
2907
  };
2908
2908
  prefixCls: StringConstructor;
2909
- id: StringConstructor;
2910
- autofocus: BooleanConstructor;
2911
2909
  getPopupContainer: {
2912
2910
  type: PropType<RenderDOMFunc>;
2913
2911
  };
@@ -2919,6 +2917,10 @@ export declare const apTableFormItemMap: {
2919
2917
  type: PropType<number | boolean>;
2920
2918
  default: any;
2921
2919
  };
2920
+ loading: {
2921
+ type: BooleanConstructor;
2922
+ default: any;
2923
+ };
2922
2924
  defaultValue: {
2923
2925
  type: PropType<any>;
2924
2926
  };
@@ -2926,21 +2928,24 @@ export declare const apTableFormItemMap: {
2926
2928
  type: PropType<("click" | "focus")[]>;
2927
2929
  };
2928
2930
  transitionName: StringConstructor;
2929
- onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
2930
- loading: {
2931
+ dropdownAlign: PropType<AlignType>;
2932
+ placeholder: VueTypeValidableDef<any>;
2933
+ allowClear: {
2931
2934
  type: BooleanConstructor;
2932
2935
  default: any;
2933
2936
  };
2934
- placeholder: VueTypeValidableDef<any>;
2935
- clearIcon: VueTypeValidableDef<any>;
2936
- allowClear: {
2937
+ autofocus: BooleanConstructor;
2938
+ defaultOpen: {
2937
2939
  type: BooleanConstructor;
2938
2940
  default: any;
2939
2941
  };
2942
+ id: StringConstructor;
2943
+ clearIcon: VueTypeValidableDef<any>;
2944
+ notFoundContent: VueTypeValidableDef<any>;
2945
+ onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
2940
2946
  onSearch: {
2941
2947
  type: PropType<(value: string) => void>;
2942
2948
  };
2943
- notFoundContent: VueTypeValidableDef<any>;
2944
2949
  fieldNames: {
2945
2950
  type: PropType<FieldNames>;
2946
2951
  };
@@ -2950,7 +2955,6 @@ export declare const apTableFormItemMap: {
2950
2955
  dropdownRender: {
2951
2956
  type: PropType<DropdownRender>;
2952
2957
  };
2953
- dropdownAlign: PropType<AlignType>;
2954
2958
  switcherIcon: VueTypeValidableDef<any>;
2955
2959
  loadData: {
2956
2960
  type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
@@ -2991,10 +2995,6 @@ export declare const apTableFormItemMap: {
2991
2995
  type: PropType<(option: Record<string, any>) => any>;
2992
2996
  };
2993
2997
  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: ButtonSize;
3055
+ size: SizeType;
3056
3056
  open: boolean;
3057
3057
  multiple: boolean;
3058
3058
  disabled: boolean;
3059
- autofocus: boolean;
3060
3059
  virtual: boolean;
3061
3060
  dropdownMatchSelectWidth: number | boolean;
3062
- status: "" | "error" | "warning";
3063
- 'onUpdate:value': (value: any) => void;
3064
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
3065
3061
  loading: boolean;
3066
3062
  bordered: boolean;
3063
+ status: "" | "error" | "warning";
3067
3064
  allowClear: boolean;
3065
+ autofocus: boolean;
3066
+ defaultOpen: boolean;
3067
+ 'onUpdate:value': (value: any) => void;
3068
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
3068
3069
  filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
3069
3070
  replaceFields: FieldNames;
3070
3071
  treeCheckable: boolean;
3071
3072
  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<ButtonSize>;
3562
- default: ButtonSize;
3561
+ type: PropType<SizeType>;
3562
+ default: SizeType;
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: ButtonSize;
3681
+ size: SizeType;
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;
3691
3695
  autofocus: boolean;
3692
3696
  readonly: boolean;
3693
- status: "" | "error" | "warning";
3694
- defaultValue: ValueType;
3695
3697
  '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<ButtonSize>;
3729
- default: ButtonSize;
3728
+ type: PropType<SizeType>;
3729
+ default: SizeType;
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: ButtonSize;
3848
+ size: SizeType;
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;
3858
3862
  autofocus: boolean;
3859
3863
  readonly: boolean;
3860
- status: "" | "error" | "warning";
3861
- defaultValue: ValueType;
3862
3864
  '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<ButtonSize>;
4088
- default: ButtonSize;
4087
+ type: PropType<SizeType>;
4088
+ default: SizeType;
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<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
4107
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
4106
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
4107
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
4108
4108
  };
4109
4109
  status: {
4110
4110
  type: PropType<"" | "error" | "warning">;
@@ -4144,8 +4144,6 @@ export declare const apTableRenderItemMap: {
4144
4144
  default: any;
4145
4145
  };
4146
4146
  prefixCls: StringConstructor;
4147
- id: StringConstructor;
4148
- autofocus: BooleanConstructor;
4149
4147
  getPopupContainer: {
4150
4148
  type: PropType<RenderDOMFunc>;
4151
4149
  };
@@ -4157,21 +4155,28 @@ export declare const apTableRenderItemMap: {
4157
4155
  type: PropType<number | boolean>;
4158
4156
  default: any;
4159
4157
  };
4160
- options: PropType< DefaultOptionType[]>;
4161
- showAction: {
4162
- type: PropType<("click" | "focus")[]>;
4163
- };
4164
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
4165
4158
  loading: {
4166
4159
  type: BooleanConstructor;
4167
4160
  default: any;
4168
4161
  };
4162
+ showAction: {
4163
+ type: PropType<("click" | "focus")[]>;
4164
+ };
4165
+ dropdownAlign: PropType<AlignType>;
4169
4166
  placeholder: VueTypeValidableDef<any>;
4170
- clearIcon: VueTypeValidableDef<any>;
4171
4167
  allowClear: {
4172
4168
  type: BooleanConstructor;
4173
4169
  default: any;
4174
4170
  };
4171
+ autofocus: BooleanConstructor;
4172
+ defaultOpen: {
4173
+ type: BooleanConstructor;
4174
+ default: any;
4175
+ };
4176
+ id: StringConstructor;
4177
+ clearIcon: VueTypeValidableDef<any>;
4178
+ options: PropType< DefaultOptionType[]>;
4179
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
4175
4180
  onSearch: PropType<(value: string) => void>;
4176
4181
  fieldNames: PropType<FieldNames>;
4177
4182
  dropdownStyle: {
@@ -4180,7 +4185,6 @@ export declare const apTableRenderItemMap: {
4180
4185
  dropdownRender: {
4181
4186
  type: PropType<DropdownRender>;
4182
4187
  };
4183
- dropdownAlign: PropType<AlignType>;
4184
4188
  showSearch: {
4185
4189
  type: BooleanConstructor;
4186
4190
  default: any;
@@ -4203,10 +4207,6 @@ export declare const apTableRenderItemMap: {
4203
4207
  type: PropType<(option: Record<string, any>) => any>;
4204
4208
  };
4205
4209
  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: ButtonSize;
4242
+ size: SizeType;
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;
4248
4247
  virtual: boolean;
4249
4248
  dropdownMatchSelectWidth: number | boolean;
4250
- status: "" | "error" | "warning";
4251
- defaultValue: SelectValue;
4252
- 'onUpdate:value': (val: SelectValue) => void;
4253
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
4254
4249
  loading: boolean;
4255
4250
  bordered: boolean;
4251
+ defaultValue: SelectValue;
4252
+ status: "" | "error" | "warning";
4256
4253
  allowClear: boolean;
4254
+ autofocus: boolean;
4255
+ defaultOpen: boolean;
4256
+ 'onUpdate:value': (val: SelectValue) => void;
4257
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
4257
4258
  showSearch: boolean;
4258
4259
  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<ButtonSize>;
4299
- default: ButtonSize;
4298
+ type: PropType<SizeType>;
4299
+ default: SizeType;
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<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
4318
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
4317
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
4318
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
4319
4319
  };
4320
4320
  status: {
4321
4321
  type: PropType<"" | "error" | "warning">;
@@ -4355,8 +4355,6 @@ export declare const apTableRenderItemMap: {
4355
4355
  default: any;
4356
4356
  };
4357
4357
  prefixCls: StringConstructor;
4358
- id: StringConstructor;
4359
- autofocus: BooleanConstructor;
4360
4358
  getPopupContainer: {
4361
4359
  type: PropType<RenderDOMFunc>;
4362
4360
  };
@@ -4368,21 +4366,28 @@ export declare const apTableRenderItemMap: {
4368
4366
  type: PropType<number | boolean>;
4369
4367
  default: any;
4370
4368
  };
4371
- options: PropType< DefaultOptionType[]>;
4372
- showAction: {
4373
- type: PropType<("click" | "focus")[]>;
4374
- };
4375
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
4376
4369
  loading: {
4377
4370
  type: BooleanConstructor;
4378
4371
  default: any;
4379
4372
  };
4373
+ showAction: {
4374
+ type: PropType<("click" | "focus")[]>;
4375
+ };
4376
+ dropdownAlign: PropType<AlignType>;
4380
4377
  placeholder: VueTypeValidableDef<any>;
4381
- clearIcon: VueTypeValidableDef<any>;
4382
4378
  allowClear: {
4383
4379
  type: BooleanConstructor;
4384
4380
  default: any;
4385
4381
  };
4382
+ autofocus: BooleanConstructor;
4383
+ defaultOpen: {
4384
+ type: BooleanConstructor;
4385
+ default: any;
4386
+ };
4387
+ id: StringConstructor;
4388
+ clearIcon: VueTypeValidableDef<any>;
4389
+ options: PropType< DefaultOptionType[]>;
4390
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
4386
4391
  onSearch: PropType<(value: string) => void>;
4387
4392
  fieldNames: PropType<FieldNames>;
4388
4393
  dropdownStyle: {
@@ -4391,7 +4396,6 @@ export declare const apTableRenderItemMap: {
4391
4396
  dropdownRender: {
4392
4397
  type: PropType<DropdownRender>;
4393
4398
  };
4394
- dropdownAlign: PropType<AlignType>;
4395
4399
  showSearch: {
4396
4400
  type: BooleanConstructor;
4397
4401
  default: any;
@@ -4414,10 +4418,6 @@ export declare const apTableRenderItemMap: {
4414
4418
  type: PropType<(option: Record<string, any>) => any>;
4415
4419
  };
4416
4420
  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: ButtonSize;
4453
+ size: SizeType;
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;
4459
4458
  virtual: boolean;
4460
4459
  dropdownMatchSelectWidth: number | boolean;
4461
- status: "" | "error" | "warning";
4462
- defaultValue: SelectValue;
4463
- 'onUpdate:value': (val: SelectValue) => void;
4464
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
4465
4460
  loading: boolean;
4466
4461
  bordered: boolean;
4462
+ defaultValue: SelectValue;
4463
+ status: "" | "error" | "warning";
4467
4464
  allowClear: boolean;
4465
+ autofocus: boolean;
4466
+ defaultOpen: boolean;
4467
+ 'onUpdate:value': (val: SelectValue) => void;
4468
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
4468
4469
  showSearch: boolean;
4469
4470
  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<SizeType>;
4749
+ type: PropType<ButtonSize>;
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" | "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";
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";
4759
4759
  };
4760
4760
  onFocus: PropType<FocusEventHandler>;
4761
4761
  onBlur: PropType<FocusEventHandler>;
@@ -4780,38 +4780,43 @@ export declare const apTableRenderItemMap: {
4780
4780
  default: any;
4781
4781
  };
4782
4782
  prefixCls: StringConstructor;
4783
- id: StringConstructor;
4784
- autofocus: {
4783
+ autocomplete: StringConstructor;
4784
+ loading: {
4785
4785
  type: BooleanConstructor;
4786
4786
  default: any;
4787
4787
  };
4788
- autocomplete: StringConstructor;
4789
- readonly: {
4788
+ bordered: {
4790
4789
  type: BooleanConstructor;
4791
4790
  default: any;
4792
4791
  };
4793
- status: PropType<"" | "error" | "warning">;
4794
4792
  defaultValue: {
4795
4793
  type: PropType<string | number>;
4796
4794
  default: any;
4797
4795
  };
4798
- 'onUpdate:value': PropType<(val: string) => void>;
4799
- loading: {
4796
+ status: PropType<"" | "error" | "warning">;
4797
+ placeholder: {
4798
+ type: PropType<string | number>;
4799
+ };
4800
+ allowClear: {
4800
4801
  type: BooleanConstructor;
4801
4802
  default: any;
4802
4803
  };
4803
- placeholder: {
4804
- type: PropType<string | number>;
4804
+ autofocus: {
4805
+ type: BooleanConstructor;
4806
+ default: any;
4807
+ };
4808
+ id: StringConstructor;
4809
+ clearIcon: VueTypeValidableDef<any>;
4810
+ readonly: {
4811
+ type: BooleanConstructor;
4812
+ default: any;
4805
4813
  };
4814
+ 'onUpdate:value': PropType<(val: string) => void>;
4806
4815
  lazy: {
4807
4816
  type: BooleanConstructor;
4808
4817
  default: boolean;
4809
4818
  };
4810
4819
  maxlength: NumberConstructor;
4811
- bordered: {
4812
- type: BooleanConstructor;
4813
- default: any;
4814
- };
4815
4820
  showCount: {
4816
4821
  type: PropType<boolean | ShowCountProps>;
4817
4822
  };
@@ -4825,26 +4830,21 @@ export declare const apTableRenderItemMap: {
4825
4830
  inputElement: VueTypeValidableDef<any>;
4826
4831
  triggerFocus: PropType<() => void>;
4827
4832
  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" | "datetime-local" | "file" | "password" | "tel";
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";
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;
4840
4844
  autofocus: boolean;
4841
4845
  readonly: boolean;
4842
- defaultValue: string | number;
4843
- loading: boolean;
4844
4846
  lazy: boolean;
4845
- bordered: boolean;
4846
4847
  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<SizeType>;
4881
+ type: PropType<ButtonSize>;
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" | "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";
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";
4891
4891
  };
4892
4892
  onFocus: PropType<FocusEventHandler>;
4893
4893
  onBlur: PropType<FocusEventHandler>;
@@ -4912,38 +4912,43 @@ export declare const apTableRenderItemMap: {
4912
4912
  default: any;
4913
4913
  };
4914
4914
  prefixCls: StringConstructor;
4915
- id: StringConstructor;
4916
- autofocus: {
4915
+ autocomplete: StringConstructor;
4916
+ loading: {
4917
4917
  type: BooleanConstructor;
4918
4918
  default: any;
4919
4919
  };
4920
- autocomplete: StringConstructor;
4921
- readonly: {
4920
+ bordered: {
4922
4921
  type: BooleanConstructor;
4923
4922
  default: any;
4924
4923
  };
4925
- status: PropType<"" | "error" | "warning">;
4926
4924
  defaultValue: {
4927
4925
  type: PropType<string | number>;
4928
4926
  default: any;
4929
4927
  };
4930
- 'onUpdate:value': PropType<(val: string) => void>;
4931
- loading: {
4928
+ status: PropType<"" | "error" | "warning">;
4929
+ placeholder: {
4930
+ type: PropType<string | number>;
4931
+ };
4932
+ allowClear: {
4932
4933
  type: BooleanConstructor;
4933
4934
  default: any;
4934
4935
  };
4935
- placeholder: {
4936
- type: PropType<string | number>;
4936
+ autofocus: {
4937
+ type: BooleanConstructor;
4938
+ default: any;
4937
4939
  };
4940
+ id: StringConstructor;
4941
+ clearIcon: VueTypeValidableDef<any>;
4942
+ readonly: {
4943
+ type: BooleanConstructor;
4944
+ default: any;
4945
+ };
4946
+ 'onUpdate:value': PropType<(val: string) => void>;
4938
4947
  lazy: {
4939
4948
  type: BooleanConstructor;
4940
4949
  default: boolean;
4941
4950
  };
4942
4951
  maxlength: NumberConstructor;
4943
- bordered: {
4944
- type: BooleanConstructor;
4945
- default: any;
4946
- };
4947
4952
  showCount: {
4948
4953
  type: PropType<boolean | ShowCountProps>;
4949
4954
  };
@@ -4957,26 +4962,21 @@ export declare const apTableRenderItemMap: {
4957
4962
  inputElement: VueTypeValidableDef<any>;
4958
4963
  triggerFocus: PropType<() => void>;
4959
4964
  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" | "datetime-local" | "file" | "password" | "tel";
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";
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;
4972
4976
  autofocus: boolean;
4973
4977
  readonly: boolean;
4974
- defaultValue: string | number;
4975
- loading: boolean;
4976
4978
  lazy: boolean;
4977
- bordered: boolean;
4978
4979
  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<ButtonSize>;
5124
- default: ButtonSize;
5123
+ type: PropType<SizeType>;
5124
+ default: SizeType;
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<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
5144
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
5143
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
5144
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
5145
5145
  };
5146
5146
  status: {
5147
5147
  type: PropType<"" | "error" | "warning">;
@@ -5200,8 +5200,6 @@ export declare const apTableRenderItemMap: {
5200
5200
  default: any;
5201
5201
  };
5202
5202
  prefixCls: StringConstructor;
5203
- id: StringConstructor;
5204
- autofocus: BooleanConstructor;
5205
5203
  getPopupContainer: {
5206
5204
  type: PropType<RenderDOMFunc>;
5207
5205
  };
@@ -5213,6 +5211,10 @@ export declare const apTableRenderItemMap: {
5213
5211
  type: PropType<number | boolean>;
5214
5212
  default: any;
5215
5213
  };
5214
+ loading: {
5215
+ type: BooleanConstructor;
5216
+ default: any;
5217
+ };
5216
5218
  defaultValue: {
5217
5219
  type: PropType<any>;
5218
5220
  };
@@ -5220,21 +5222,24 @@ export declare const apTableRenderItemMap: {
5220
5222
  type: PropType<("click" | "focus")[]>;
5221
5223
  };
5222
5224
  transitionName: StringConstructor;
5223
- onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
5224
- loading: {
5225
+ dropdownAlign: PropType<AlignType>;
5226
+ placeholder: VueTypeValidableDef<any>;
5227
+ allowClear: {
5225
5228
  type: BooleanConstructor;
5226
5229
  default: any;
5227
5230
  };
5228
- placeholder: VueTypeValidableDef<any>;
5229
- clearIcon: VueTypeValidableDef<any>;
5230
- allowClear: {
5231
+ autofocus: BooleanConstructor;
5232
+ defaultOpen: {
5231
5233
  type: BooleanConstructor;
5232
5234
  default: any;
5233
5235
  };
5236
+ id: StringConstructor;
5237
+ clearIcon: VueTypeValidableDef<any>;
5238
+ notFoundContent: VueTypeValidableDef<any>;
5239
+ onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
5234
5240
  onSearch: {
5235
5241
  type: PropType<(value: string) => void>;
5236
5242
  };
5237
- notFoundContent: VueTypeValidableDef<any>;
5238
5243
  fieldNames: {
5239
5244
  type: PropType<FieldNames>;
5240
5245
  };
@@ -5244,7 +5249,6 @@ export declare const apTableRenderItemMap: {
5244
5249
  dropdownRender: {
5245
5250
  type: PropType<DropdownRender>;
5246
5251
  };
5247
- dropdownAlign: PropType<AlignType>;
5248
5252
  switcherIcon: VueTypeValidableDef<any>;
5249
5253
  loadData: {
5250
5254
  type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
@@ -5285,10 +5289,6 @@ export declare const apTableRenderItemMap: {
5285
5289
  type: PropType<(option: Record<string, any>) => any>;
5286
5290
  };
5287
5291
  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: ButtonSize;
5349
+ size: SizeType;
5350
5350
  open: boolean;
5351
5351
  multiple: boolean;
5352
5352
  disabled: boolean;
5353
- autofocus: boolean;
5354
5353
  virtual: boolean;
5355
5354
  dropdownMatchSelectWidth: number | boolean;
5356
- status: "" | "error" | "warning";
5357
- 'onUpdate:value': (value: any) => void;
5358
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
5359
5355
  loading: boolean;
5360
5356
  bordered: boolean;
5357
+ status: "" | "error" | "warning";
5361
5358
  allowClear: boolean;
5359
+ autofocus: boolean;
5360
+ defaultOpen: boolean;
5361
+ 'onUpdate:value': (value: any) => void;
5362
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
5362
5363
  filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
5363
5364
  replaceFields: FieldNames;
5364
5365
  treeCheckable: boolean;
5365
5366
  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<ButtonSize>;
5401
- default: ButtonSize;
5400
+ type: PropType<SizeType>;
5401
+ default: SizeType;
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<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
5421
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
5420
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
5421
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
5422
5422
  };
5423
5423
  status: {
5424
5424
  type: PropType<"" | "error" | "warning">;
@@ -5477,8 +5477,6 @@ export declare const apTableRenderItemMap: {
5477
5477
  default: any;
5478
5478
  };
5479
5479
  prefixCls: StringConstructor;
5480
- id: StringConstructor;
5481
- autofocus: BooleanConstructor;
5482
5480
  getPopupContainer: {
5483
5481
  type: PropType<RenderDOMFunc>;
5484
5482
  };
@@ -5490,6 +5488,10 @@ export declare const apTableRenderItemMap: {
5490
5488
  type: PropType<number | boolean>;
5491
5489
  default: any;
5492
5490
  };
5491
+ loading: {
5492
+ type: BooleanConstructor;
5493
+ default: any;
5494
+ };
5493
5495
  defaultValue: {
5494
5496
  type: PropType<any>;
5495
5497
  };
@@ -5497,21 +5499,24 @@ export declare const apTableRenderItemMap: {
5497
5499
  type: PropType<("click" | "focus")[]>;
5498
5500
  };
5499
5501
  transitionName: StringConstructor;
5500
- onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
5501
- loading: {
5502
+ dropdownAlign: PropType<AlignType>;
5503
+ placeholder: VueTypeValidableDef<any>;
5504
+ allowClear: {
5502
5505
  type: BooleanConstructor;
5503
5506
  default: any;
5504
5507
  };
5505
- placeholder: VueTypeValidableDef<any>;
5506
- clearIcon: VueTypeValidableDef<any>;
5507
- allowClear: {
5508
+ autofocus: BooleanConstructor;
5509
+ defaultOpen: {
5508
5510
  type: BooleanConstructor;
5509
5511
  default: any;
5510
5512
  };
5513
+ id: StringConstructor;
5514
+ clearIcon: VueTypeValidableDef<any>;
5515
+ notFoundContent: VueTypeValidableDef<any>;
5516
+ onDeselect: PropType<SelectHandler<unknown, BaseOptionType>>;
5511
5517
  onSearch: {
5512
5518
  type: PropType<(value: string) => void>;
5513
5519
  };
5514
- notFoundContent: VueTypeValidableDef<any>;
5515
5520
  fieldNames: {
5516
5521
  type: PropType<FieldNames>;
5517
5522
  };
@@ -5521,7 +5526,6 @@ export declare const apTableRenderItemMap: {
5521
5526
  dropdownRender: {
5522
5527
  type: PropType<DropdownRender>;
5523
5528
  };
5524
- dropdownAlign: PropType<AlignType>;
5525
5529
  switcherIcon: VueTypeValidableDef<any>;
5526
5530
  loadData: {
5527
5531
  type: PropType<(dataNode: LegacyDataNode) => Promise<unknown>>;
@@ -5562,10 +5566,6 @@ export declare const apTableRenderItemMap: {
5562
5566
  type: PropType<(option: Record<string, any>) => any>;
5563
5567
  };
5564
5568
  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: ButtonSize;
5626
+ size: SizeType;
5627
5627
  open: boolean;
5628
5628
  multiple: boolean;
5629
5629
  disabled: boolean;
5630
- autofocus: boolean;
5631
5630
  virtual: boolean;
5632
5631
  dropdownMatchSelectWidth: number | boolean;
5633
- status: "" | "error" | "warning";
5634
- 'onUpdate:value': (value: any) => void;
5635
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
5636
5632
  loading: boolean;
5637
5633
  bordered: boolean;
5634
+ status: "" | "error" | "warning";
5638
5635
  allowClear: boolean;
5636
+ autofocus: boolean;
5637
+ defaultOpen: boolean;
5638
+ 'onUpdate:value': (value: any) => void;
5639
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
5639
5640
  filterTreeNode: boolean | ((inputValue: string, treeNode: DefaultOptionType) => boolean);
5640
5641
  replaceFields: FieldNames;
5641
5642
  treeCheckable: boolean;
5642
5643
  showSearch: boolean;
5643
- defaultOpen: boolean;
5644
5644
  showArrow: boolean;
5645
5645
  autoClearSearchValue: boolean;
5646
5646
  labelInValue: boolean;