@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
@@ -1,5 +1,5 @@
1
1
  import { ApFormProps, UpdateModelOptimizeFn, WatchFunc, ApFormInternalInstance } from './interface';
2
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
2
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
3
3
  import { Recordable } from '../type';
4
4
  import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent } from 'vue';
5
5
  import { VueTypeDef, VueTypeValidableDef } from '../../node_modules/vue-types';
@@ -7,7 +7,8 @@ import { ColSize } from '@aplus-frontend/antdv/es/grid';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
9
9
  import { Options } from '../../node_modules/scroll-into-view-if-needed';
10
- import { ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
10
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
+ import { SizeType } from '@aplus-frontend/antdv/es/button';
11
12
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
12
13
  declare function __VLS_template(): {
13
14
  attrs: Partial<{}>;
@@ -211,8 +212,8 @@ declare function __VLS_template(): {
211
212
  default: string | string[];
212
213
  };
213
214
  size: {
214
- type: PropType<ButtonSize>;
215
- default: ButtonSize;
215
+ type: PropType<SizeType>;
216
+ default: SizeType;
216
217
  };
217
218
  disabled: {
218
219
  type: BooleanConstructor;
@@ -239,7 +240,7 @@ declare function __VLS_template(): {
239
240
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
240
241
  };
241
242
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
242
- size: ButtonSize;
243
+ size: SizeType;
243
244
  onSubmit: (e: Event) => void;
244
245
  disabled: boolean;
245
246
  validateTrigger: string | string[];
@@ -531,8 +532,8 @@ declare function __VLS_template(): {
531
532
  default: string | string[];
532
533
  };
533
534
  size: {
534
- type: PropType<ButtonSize>;
535
- default: ButtonSize;
535
+ type: PropType<SizeType>;
536
+ default: SizeType;
536
537
  };
537
538
  disabled: {
538
539
  type: BooleanConstructor;
@@ -559,7 +560,7 @@ declare function __VLS_template(): {
559
560
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
560
561
  };
561
562
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
562
- size: ButtonSize;
563
+ size: SizeType;
563
564
  onSubmit: (e: Event) => void;
564
565
  disabled: boolean;
565
566
  validateTrigger: string | string[];
@@ -871,8 +872,8 @@ declare const __VLS_component: DefineComponent<ApFormProps, {
871
872
  default: string | string[];
872
873
  };
873
874
  size: {
874
- type: PropType<ButtonSize>;
875
- default: ButtonSize;
875
+ type: PropType<SizeType>;
876
+ default: SizeType;
876
877
  };
877
878
  disabled: {
878
879
  type: BooleanConstructor;
@@ -899,7 +900,7 @@ declare const __VLS_component: DefineComponent<ApFormProps, {
899
900
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
900
901
  };
901
902
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
902
- size: ButtonSize;
903
+ size: SizeType;
903
904
  onSubmit: (e: Event) => void;
904
905
  disabled: boolean;
905
906
  validateTrigger: string | string[];
@@ -1191,8 +1192,8 @@ declare const __VLS_component: DefineComponent<ApFormProps, {
1191
1192
  default: string | string[];
1192
1193
  };
1193
1194
  size: {
1194
- type: PropType<ButtonSize>;
1195
- default: ButtonSize;
1195
+ type: PropType<SizeType>;
1196
+ default: SizeType;
1196
1197
  };
1197
1198
  disabled: {
1198
1199
  type: BooleanConstructor;
@@ -1219,7 +1220,7 @@ declare const __VLS_component: DefineComponent<ApFormProps, {
1219
1220
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1220
1221
  };
1221
1222
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
1222
- size: ButtonSize;
1223
+ size: SizeType;
1223
1224
  onSubmit: (e: Event) => void;
1224
1225
  disabled: boolean;
1225
1226
  validateTrigger: string | string[];
@@ -1,4 +1,4 @@
1
- import { defineComponent as z, reactive as ee, ref as x, unref as p, nextTick as te, toRaw as R, watch as re, onWatcherCleanup as le, computed as oe, createBlock as ie, openBlock as ne, mergeProps as se, withCtx as ae, renderSlot as ue } from "vue";
1
+ import { defineComponent as z, ref as x, reactive as ee, unref as p, nextTick as te, toRaw as R, watch as re, onWatcherCleanup as le, computed as oe, openBlock as ie, createBlock as ne, mergeProps as se, withCtx as ae, renderSlot as ue } from "vue";
2
2
  import { Form as ce } from "@aplus-frontend/antdv";
3
3
  import { useProvideForm as fe } from "./context.mjs";
4
4
  import { isArray as d, cloneDeep as de, isEqual as ge, isFunction as B, isPlainObject as _, omit as me } from "lodash-unified";
@@ -233,7 +233,7 @@ const Ee = /* @__PURE__ */ z({
233
233
  setFieldValue: P,
234
234
  getInitialValues: j
235
235
  }
236
- }), W(A), (e, t) => (ne(), ie(p(ce), se(
236
+ }), W(A), (e, t) => (ie(), ne(p(ce), se(
237
237
  {
238
238
  ref_key: "formRef",
239
239
  ref: a
@@ -1,13 +1,14 @@
1
1
  import { ApFormDrawerFormProps, CustomizeResizeType } from '../interface';
2
2
  import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, CSSProperties } from 'vue';
3
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
4
- import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
3
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, RuleObject } from '@aplus-frontend/antdv/es/form/interface';
5
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
6
5
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
6
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
7
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
9
8
  import { Recordable } from '../../type';
10
9
  import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
10
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
+ import { SizeType } from '@aplus-frontend/antdv/es/button';
11
12
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
12
13
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc, ApFormSubmitterConfig } from '..';
13
14
  import { OnCleanup } from '@vue/reactivity';
@@ -27,7 +28,7 @@ declare function __VLS_template(): {
27
28
  $: ComponentInternalInstance;
28
29
  $data: {};
29
30
  $props: {
30
- readonly size?: SizeType;
31
+ readonly size?: "small" | "large" | "middle" | undefined;
31
32
  readonly onSubmit?: ((e: Event) => void) | undefined;
32
33
  readonly layout?: string | undefined;
33
34
  readonly disabled?: boolean | undefined;
@@ -117,7 +118,7 @@ declare function __VLS_template(): {
117
118
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
118
119
  readonly initialValues?: Recordable | undefined;
119
120
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
120
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
121
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
121
122
  readonly syncToUrlPriority?: boolean | undefined;
122
123
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
123
124
  $attrs: {
@@ -322,8 +323,8 @@ declare function __VLS_template(): {
322
323
  default: string | string[];
323
324
  };
324
325
  size: {
325
- type: PropType<ButtonSize>;
326
- default: ButtonSize;
326
+ type: PropType<SizeType>;
327
+ default: SizeType;
327
328
  };
328
329
  disabled: {
329
330
  type: BooleanConstructor;
@@ -350,7 +351,7 @@ declare function __VLS_template(): {
350
351
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
351
352
  };
352
353
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
353
- size: ButtonSize;
354
+ size: SizeType;
354
355
  onSubmit: (e: Event) => void;
355
356
  disabled: boolean;
356
357
  validateTrigger: string | string[];
@@ -642,8 +643,8 @@ declare function __VLS_template(): {
642
643
  default: string | string[];
643
644
  };
644
645
  size: {
645
- type: PropType<ButtonSize>;
646
- default: ButtonSize;
646
+ type: PropType<SizeType>;
647
+ default: SizeType;
647
648
  };
648
649
  disabled: {
649
650
  type: BooleanConstructor;
@@ -670,7 +671,7 @@ declare function __VLS_template(): {
670
671
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
671
672
  };
672
673
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
673
- size: ButtonSize;
674
+ size: SizeType;
674
675
  onSubmit: (e: Event) => void;
675
676
  disabled: boolean;
676
677
  validateTrigger: string | string[];
@@ -975,7 +976,7 @@ declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
975
976
  $: ComponentInternalInstance;
976
977
  $data: {};
977
978
  $props: {
978
- readonly size?: SizeType;
979
+ readonly size?: "small" | "large" | "middle" | undefined;
979
980
  readonly onSubmit?: ((e: Event) => void) | undefined;
980
981
  readonly layout?: string | undefined;
981
982
  readonly disabled?: boolean | undefined;
@@ -1065,7 +1066,7 @@ declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
1065
1066
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
1066
1067
  readonly initialValues?: Recordable | undefined;
1067
1068
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
1068
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
1069
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
1069
1070
  readonly syncToUrlPriority?: boolean | undefined;
1070
1071
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1071
1072
  $attrs: {
@@ -1270,8 +1271,8 @@ declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
1270
1271
  default: string | string[];
1271
1272
  };
1272
1273
  size: {
1273
- type: PropType<ButtonSize>;
1274
- default: ButtonSize;
1274
+ type: PropType<SizeType>;
1275
+ default: SizeType;
1275
1276
  };
1276
1277
  disabled: {
1277
1278
  type: BooleanConstructor;
@@ -1298,7 +1299,7 @@ declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
1298
1299
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1299
1300
  };
1300
1301
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
1301
- size: ButtonSize;
1302
+ size: SizeType;
1302
1303
  onSubmit: (e: Event) => void;
1303
1304
  disabled: boolean;
1304
1305
  validateTrigger: string | string[];
@@ -1590,8 +1591,8 @@ declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
1590
1591
  default: string | string[];
1591
1592
  };
1592
1593
  size: {
1593
- type: PropType<ButtonSize>;
1594
- default: ButtonSize;
1594
+ type: PropType<SizeType>;
1595
+ default: SizeType;
1595
1596
  };
1596
1597
  disabled: {
1597
1598
  type: BooleanConstructor;
@@ -1618,7 +1619,7 @@ declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
1618
1619
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1619
1620
  };
1620
1621
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
1621
- size: ButtonSize;
1622
+ size: SizeType;
1622
1623
  onSubmit: (e: Event) => void;
1623
1624
  disabled: boolean;
1624
1625
  validateTrigger: string | string[];
@@ -1,4 +1,4 @@
1
- import { isVNode as K, defineComponent as Q, useSlots as Y, ref as h, computed as V, unref as l, watch as P, cloneVNode as Z, createVNode as d, mergeProps as b, createElementBlock as N, openBlock as F, Fragment as ee, createBlock as M, createCommentVNode as S, withCtx as g, renderSlot as _, withModifiers as te, normalizeClass as ie, resolveDynamicComponent as L, createTextVNode as ne, toDisplayString as oe } from "vue";
1
+ import { isVNode as K, defineComponent as Q, useSlots as Y, ref as h, computed as V, unref as l, watch as P, cloneVNode as Z, createVNode as d, mergeProps as b, openBlock as F, createElementBlock as N, Fragment as ee, withCtx as g, renderSlot as M, createTextVNode as te, toDisplayString as ie, createBlock as S, resolveDynamicComponent as _, normalizeClass as ne, withModifiers as oe, createCommentVNode as L } from "vue";
2
2
  import { Button as w, Flex as ae, Space as le, Drawer as se } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../../hooks/index.mjs";
@@ -283,23 +283,23 @@ const je = /* @__PURE__ */ Q({
283
283
  "onUpdate:open": H,
284
284
  onCancel: O
285
285
  }), {
286
- title: g(() => [_(e.$slots, "title", {}, () => [ne(oe(n.title), 1)])]),
287
- footer: g(() => [(F(), M(L(A.value)))]),
286
+ title: g(() => [M(e.$slots, "title", {}, () => [te(ie(n.title), 1)])]),
287
+ footer: g(() => [(F(), S(_(A.value)))]),
288
288
  default: g(() => [d(he, b({
289
289
  ref_key: "formRef",
290
290
  ref: a
291
291
  }, l(me)(n, ["drawerProps", "open", "onUpdate:open", "title", "width", "onFinish", "submitter"])), {
292
- default: g(() => [_(e.$slots, "default")]),
292
+ default: g(() => [M(e.$slots, "default")]),
293
293
  _: 3
294
294
  }, 16), e.resize ? (F(), N("div", {
295
295
  key: 0,
296
- class: ie(q.value),
297
- onMousedown: te(I, ["stop", "prevent"])
298
- }, null, 34)) : S("", !0)]),
296
+ class: ne(q.value),
297
+ onMousedown: oe(I, ["stop", "prevent"])
298
+ }, null, 34)) : L("", !0)]),
299
299
  _: 3
300
- }, 16, ["open", "width"]), l(x) ? (F(), M(L(l(x)), {
300
+ }, 16, ["open", "width"]), l(x) ? (F(), S(_(l(x)), {
301
301
  key: 0
302
- })) : S("", !0)], 64));
302
+ })) : L("", !0)], 64));
303
303
  }
304
304
  });
305
305
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as D, useSlots as L, ref as b, onMounted as _, computed as $, unref as l, cloneVNode as j, createBlock as v, openBlock as F, mergeProps as q, createSlots as E, withCtx as i, resolveDynamicComponent as K, renderList as O, createElementVNode as Q, normalizeClass as U, createVNode as p, normalizeStyle as Y, renderSlot as G, normalizeProps as H, guardReactiveProps as J } from "vue";
1
+ import { defineComponent as D, useSlots as L, ref as b, onMounted as _, computed as $, unref as l, cloneVNode as j, openBlock as v, createBlock as F, mergeProps as q, createSlots as E, withCtx as i, resolveDynamicComponent as K, createElementVNode as O, normalizeClass as Q, createVNode as p, normalizeStyle as U, renderList as Y, renderSlot as G, normalizeProps as H, guardReactiveProps as J } from "vue";
2
2
  import { Form as M, Tooltip as W, TypographyText as X } from "@aplus-frontend/antdv";
3
3
  import { useToken as Z } from "@aplus-frontend/antdv/es/theme/internal";
4
4
  import { isFunction as V, cloneDeep as ee, isArray as oe, omit as g } from "lodash-unified";
@@ -118,7 +118,7 @@ const Ve = /* @__PURE__ */ D({
118
118
  clearValidate: I,
119
119
  resetField: z,
120
120
  getFieldValue: R
121
- }), (e, t) => (F(), v(l(M).Item, q(
121
+ }), (e, t) => (v(), F(l(M).Item, q(
122
122
  {
123
123
  ref_key: "formItemRef",
124
124
  ref: a
@@ -134,22 +134,22 @@ const Ve = /* @__PURE__ */ D({
134
134
  }
135
135
  ), E({
136
136
  default: i(() => [
137
- (F(), v(K(k())))
137
+ (v(), F(K(k())))
138
138
  ]),
139
139
  _: 2
140
140
  }, [
141
141
  o.tooltip ? {
142
142
  name: "tooltip",
143
143
  fn: i(({ class: r }) => [
144
- Q("span", {
145
- class: U(r)
144
+ O("span", {
145
+ class: Q(r)
146
146
  }, [
147
147
  p(l(W), {
148
148
  title: o.tooltip
149
149
  }, {
150
150
  default: i(() => [
151
151
  p(l(te), {
152
- style: Y({
152
+ style: U({
153
153
  color: l(C).colorTextTertiary,
154
154
  fontSize: "14px",
155
155
  transform: "translateY(1px)"
@@ -173,7 +173,7 @@ const Ve = /* @__PURE__ */ D({
173
173
  ]),
174
174
  key: "1"
175
175
  } : void 0,
176
- O(l(g)(s, "default"), (r, n) => ({
176
+ Y(l(g)(s, "default"), (r, n) => ({
177
177
  name: n,
178
178
  fn: i((A) => [
179
179
  G(e.$slots, n, H(J(A || {})))
@@ -1,4 +1,4 @@
1
- import { isVNode as _, defineComponent as k, useSlots as w, ref as h, onBeforeUpdate as B, watch as N, unref as a, createVNode as P, mergeProps as d, createBlock as f, openBlock as p, withCtx as R, createElementBlock as S, Fragment as b, renderList as x, resolveDynamicComponent as j } from "vue";
1
+ import { isVNode as _, defineComponent as k, useSlots as w, ref as h, onBeforeUpdate as B, watch as N, unref as a, createVNode as P, mergeProps as d, openBlock as p, createBlock as f, withCtx as R, createElementBlock as S, Fragment as b, renderList as x, resolveDynamicComponent as j } from "vue";
2
2
  import { Col as v, Row as F } from "@aplus-frontend/antdv";
3
3
  import { pick as D, isBoolean as I, omit as O } from "lodash-unified";
4
4
  import { apFormItemColPropKeys as V } from "../constant.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as f, useSlots as m, createBlock as u, openBlock as c, normalizeProps as a, guardReactiveProps as t, unref as o, createSlots as b, withCtx as r, createVNode as B, mergeProps as _, renderList as v, renderSlot as x } from "vue";
1
+ import { defineComponent as f, useSlots as m, openBlock as u, createBlock as c, normalizeProps as a, guardReactiveProps as t, unref as o, createSlots as b, withCtx as r, createVNode as B, mergeProps as _, renderList as v, renderSlot as x } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { omit as i } from "lodash-unified";
@@ -53,7 +53,7 @@ const w = /* @__PURE__ */ f({
53
53
  },
54
54
  setup(d) {
55
55
  const s = d, n = m();
56
- return (e, h) => (c(), u(y, a(t(o(i)(s, ["field", "disabled"]))), b({
56
+ return (e, h) => (u(), c(y, a(t(o(i)(s, ["field", "disabled"]))), b({
57
57
  default: r(() => [
58
58
  B(o(g), _({ disabled: e.disabled }, e.field), null, 16, ["disabled"])
59
59
  ]),
@@ -1,4 +1,4 @@
1
- import { defineComponent as h, useSlots as B, computed as v, createBlock as y, openBlock as x, normalizeProps as a, guardReactiveProps as t, unref as r, createSlots as s, withCtx as i, createVNode as g, renderList as p, renderSlot as f } from "vue";
1
+ import { defineComponent as h, useSlots as B, computed as v, openBlock as y, createBlock as x, normalizeProps as a, guardReactiveProps as t, unref as r, createSlots as s, withCtx as i, createVNode as g, renderList as p, renderSlot as f } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/date/index.vue2.mjs";
4
4
  import { isUndefined as F, omit as m, pick as S } from "lodash-unified";
@@ -64,7 +64,7 @@ const L = /* @__PURE__ */ h({
64
64
  bordered: e.bordered ? !1 : F((o = e.field) == null ? void 0 : o.bordered) ? !0 : e.field.bordered
65
65
  };
66
66
  });
67
- return (o, P) => (x(), y(k, a(t(r(m)(e, ["field", "placeholder", "disabled"]))), s({
67
+ return (o, P) => (y(), x(k, a(t(r(m)(e, ["field", "placeholder", "disabled"]))), s({
68
68
  default: i(() => [
69
69
  g(C, a(t(b.value)), s({ _: 2 }, [
70
70
  p(r(m)(n, r(u)), (_, l) => ({
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, useSlots as g, computed as v, createBlock as y, openBlock as x, normalizeProps as r, guardReactiveProps as t, unref as o, createSlots as p, withCtx as n, createVNode as F, renderList as f, renderSlot as m } from "vue";
1
+ import { defineComponent as B, useSlots as g, computed as v, openBlock as y, createBlock as x, normalizeProps as r, guardReactiveProps as t, unref as o, createSlots as p, withCtx as n, createVNode as F, renderList as f, renderSlot as m } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { isUndefined as S, omit as u, pick as k } from "lodash-unified";
@@ -64,7 +64,7 @@ const I = /* @__PURE__ */ B({
64
64
  bordered: e.bordered ? !1 : S((l = e.field) == null ? void 0 : l.bordered) ? !0 : (d = e.field) == null ? void 0 : d.bordered
65
65
  };
66
66
  });
67
- return (l, d) => (x(), y(C, r(t(o(u)(e, ["field", "placeholder", "disabled"]))), p({
67
+ return (l, d) => (y(), x(C, r(t(o(u)(e, ["field", "placeholder", "disabled"]))), p({
68
68
  default: n(() => [
69
69
  F(o(P), r(t(_.value)), p({ _: 2 }, [
70
70
  f(o(u)(s, o(c)), (h, a) => ({
@@ -2,9 +2,9 @@ import { ApFormItemNumberProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent } from 'vue';
4
4
  import { FieldMode, ApFieldNumberProps } from '../../..';
5
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
6
5
  import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
7
6
  import { KeyboardEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
7
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
8
8
  import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
9
9
  import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
10
10
  import { OnCleanup } from '@vue/reactivity';
@@ -33,7 +33,7 @@ declare function __VLS_template(): {
33
33
  readonly mode?: FieldMode | undefined;
34
34
  readonly class?: unknown;
35
35
  readonly style?: unknown;
36
- readonly size?: SizeType;
36
+ readonly size?: "small" | "large" | "middle" | undefined;
37
37
  readonly step?: ValueType | undefined;
38
38
  readonly onBlur?: ((e: FocusEvent) => void) | undefined;
39
39
  readonly onChange?: ((value: ValueType) => void) | undefined;
@@ -87,8 +87,8 @@ declare function __VLS_template(): {
87
87
  } & {
88
88
  inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
89
89
  size: {
90
- type: PropType<SizeType>;
91
- default: SizeType;
90
+ type: PropType<ButtonSize>;
91
+ default: ButtonSize;
92
92
  };
93
93
  bordered: {
94
94
  type: BooleanConstructor;
@@ -207,7 +207,7 @@ declare function __VLS_template(): {
207
207
  default: (e: FocusEvent) => void;
208
208
  };
209
209
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
210
- size: SizeType;
210
+ size: ButtonSize;
211
211
  value: ValueType;
212
212
  onFocus: (e: FocusEvent) => void;
213
213
  onBlur: (e: FocusEvent) => void;
@@ -217,13 +217,13 @@ declare function __VLS_template(): {
217
217
  max: ValueType;
218
218
  min: ValueType;
219
219
  prefixCls: string;
220
- bordered: boolean;
221
- defaultValue: ValueType;
222
- status: "" | "error" | "warning";
223
- step: ValueType;
224
220
  autofocus: boolean;
225
221
  readonly: boolean;
222
+ status: "" | "error" | "warning";
223
+ defaultValue: ValueType;
226
224
  'onUpdate:value': (value: ValueType) => void;
225
+ step: ValueType;
226
+ bordered: boolean;
227
227
  onPressEnter: KeyboardEventHandler;
228
228
  formatter: (value: ValueType, info: {
229
229
  userTyping: boolean;
@@ -254,8 +254,8 @@ declare function __VLS_template(): {
254
254
  Defaults: {};
255
255
  }, Readonly< ExtractPropTypes<{
256
256
  size: {
257
- type: PropType<SizeType>;
258
- default: SizeType;
257
+ type: PropType<ButtonSize>;
258
+ default: ButtonSize;
259
259
  };
260
260
  bordered: {
261
261
  type: BooleanConstructor;
@@ -374,7 +374,7 @@ declare function __VLS_template(): {
374
374
  default: (e: FocusEvent) => void;
375
375
  };
376
376
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
377
- size: SizeType;
377
+ size: ButtonSize;
378
378
  value: ValueType;
379
379
  onFocus: (e: FocusEvent) => void;
380
380
  onBlur: (e: FocusEvent) => void;
@@ -384,13 +384,13 @@ declare function __VLS_template(): {
384
384
  max: ValueType;
385
385
  min: ValueType;
386
386
  prefixCls: string;
387
- bordered: boolean;
388
- defaultValue: ValueType;
389
- status: "" | "error" | "warning";
390
- step: ValueType;
391
387
  autofocus: boolean;
392
388
  readonly: boolean;
389
+ status: "" | "error" | "warning";
390
+ defaultValue: ValueType;
393
391
  'onUpdate:value': (value: ValueType) => void;
392
+ step: ValueType;
393
+ bordered: boolean;
394
394
  onPressEnter: KeyboardEventHandler;
395
395
  formatter: (value: ValueType, info: {
396
396
  userTyping: boolean;
@@ -506,7 +506,7 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
506
506
  readonly mode?: FieldMode | undefined;
507
507
  readonly class?: unknown;
508
508
  readonly style?: unknown;
509
- readonly size?: SizeType;
509
+ readonly size?: "small" | "large" | "middle" | undefined;
510
510
  readonly step?: ValueType | undefined;
511
511
  readonly onBlur?: ((e: FocusEvent) => void) | undefined;
512
512
  readonly onChange?: ((value: ValueType) => void) | undefined;
@@ -560,8 +560,8 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
560
560
  } & {
561
561
  inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
562
562
  size: {
563
- type: PropType<SizeType>;
564
- default: SizeType;
563
+ type: PropType<ButtonSize>;
564
+ default: ButtonSize;
565
565
  };
566
566
  bordered: {
567
567
  type: BooleanConstructor;
@@ -680,7 +680,7 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
680
680
  default: (e: FocusEvent) => void;
681
681
  };
682
682
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
683
- size: SizeType;
683
+ size: ButtonSize;
684
684
  value: ValueType;
685
685
  onFocus: (e: FocusEvent) => void;
686
686
  onBlur: (e: FocusEvent) => void;
@@ -690,13 +690,13 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
690
690
  max: ValueType;
691
691
  min: ValueType;
692
692
  prefixCls: string;
693
- bordered: boolean;
694
- defaultValue: ValueType;
695
- status: "" | "error" | "warning";
696
- step: ValueType;
697
693
  autofocus: boolean;
698
694
  readonly: boolean;
695
+ status: "" | "error" | "warning";
696
+ defaultValue: ValueType;
699
697
  'onUpdate:value': (value: ValueType) => void;
698
+ step: ValueType;
699
+ bordered: boolean;
700
700
  onPressEnter: KeyboardEventHandler;
701
701
  formatter: (value: ValueType, info: {
702
702
  userTyping: boolean;
@@ -727,8 +727,8 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
727
727
  Defaults: {};
728
728
  }, Readonly< ExtractPropTypes<{
729
729
  size: {
730
- type: PropType<SizeType>;
731
- default: SizeType;
730
+ type: PropType<ButtonSize>;
731
+ default: ButtonSize;
732
732
  };
733
733
  bordered: {
734
734
  type: BooleanConstructor;
@@ -847,7 +847,7 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
847
847
  default: (e: FocusEvent) => void;
848
848
  };
849
849
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
850
- size: SizeType;
850
+ size: ButtonSize;
851
851
  value: ValueType;
852
852
  onFocus: (e: FocusEvent) => void;
853
853
  onBlur: (e: FocusEvent) => void;
@@ -857,13 +857,13 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
857
857
  max: ValueType;
858
858
  min: ValueType;
859
859
  prefixCls: string;
860
- bordered: boolean;
861
- defaultValue: ValueType;
862
- status: "" | "error" | "warning";
863
- step: ValueType;
864
860
  autofocus: boolean;
865
861
  readonly: boolean;
862
+ status: "" | "error" | "warning";
863
+ defaultValue: ValueType;
866
864
  'onUpdate:value': (value: ValueType) => void;
865
+ step: ValueType;
866
+ bordered: boolean;
867
867
  onPressEnter: KeyboardEventHandler;
868
868
  formatter: (value: ValueType, info: {
869
869
  userTyping: boolean;
@@ -1,4 +1,4 @@
1
- import { defineComponent as y, useSlots as B, ref as _, createBlock as g, openBlock as x, normalizeProps as t, guardReactiveProps as s, unref as l, createSlots as p, withCtx as d, createVNode as k, mergeProps as F, renderList as i, renderSlot as u } from "vue";
1
+ import { defineComponent as y, useSlots as B, ref as _, openBlock as g, createBlock as x, normalizeProps as t, guardReactiveProps as s, unref as l, createSlots as p, withCtx as d, createVNode as k, mergeProps as F, renderList as i, renderSlot as u } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/number/index.vue2.mjs";
4
4
  import { omit as f, pick as N } from "lodash-unified";
@@ -65,7 +65,7 @@ const T = /* @__PURE__ */ y({
65
65
  var e;
66
66
  (e = r.value) == null || e.blur();
67
67
  }
68
- }), (e, R) => (x(), g(S, t(s(l(f)(h, ["field", "placeholder", "disabled"]))), p({
68
+ }), (e, R) => (g(), x(S, t(s(l(f)(h, ["field", "placeholder", "disabled"]))), p({
69
69
  default: d(() => [
70
70
  k(C, F({
71
71
  ref_key: "inputNumberRef",
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, useSlots as m, ref as c, createBlock as b, openBlock as v, normalizeProps as a, guardReactiveProps as t, unref as r, createSlots as _, withCtx as s, createVNode as y, mergeProps as B, renderList as x, renderSlot as g } from "vue";
1
+ import { defineComponent as u, useSlots as m, ref as c, openBlock as b, createBlock as v, normalizeProps as a, guardReactiveProps as t, unref as r, createSlots as _, withCtx as s, createVNode as y, mergeProps as B, renderList as x, renderSlot as g } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { omit as h } from "lodash-unified";
@@ -62,7 +62,7 @@ const q = /* @__PURE__ */ u({
62
62
  var e;
63
63
  (e = o.value) == null || e.blur();
64
64
  }
65
- }), (e, P) => (v(), b(k, a(t(r(h)(n, ["field", "disabled"]))), _({
65
+ }), (e, P) => (b(), v(k, a(t(r(h)(n, ["field", "disabled"]))), _({
66
66
  default: s(() => [
67
67
  y(r(C), B({
68
68
  ref_key: "radioRef",