@aplus-frontend/ui 6.17.2 → 6.19.0

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 (324) 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 +4 -4
  16. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  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 +105 -105
  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 +2 -2
  73. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  74. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  75. package/es/src/ap-grid/index.vue.d.ts +2 -4
  76. package/es/src/ap-grid/index.vue.mjs +26 -19
  77. package/es/src/ap-grid/utils/table.d.ts +1 -1
  78. package/es/src/ap-grid/utils/table.mjs +31 -31
  79. package/es/src/ap-list/index.vue.d.ts +2 -4
  80. package/es/src/ap-list/index.vue.mjs +1 -1
  81. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  82. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  83. package/es/src/ap-table/ap-table.vue2.mjs +13 -13
  84. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  85. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  86. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  87. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  88. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  89. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  90. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  91. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  92. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  93. package/es/src/ap-table/constants.d.ts +331 -331
  94. package/es/src/ap-table/constants.mjs +45 -45
  95. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  96. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  97. package/es/src/ap-tag/ap-tag-group.vue.mjs +73 -78
  98. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  99. package/es/src/ap-tag/ap-tag.vue.mjs +45 -30
  100. package/es/src/ap-tag/interface.d.ts +6 -0
  101. package/es/src/ap-tag/utils.d.ts +1 -0
  102. package/es/src/ap-tag/utils.mjs +12 -0
  103. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  104. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  105. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  106. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  107. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  108. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  109. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  110. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  111. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
  112. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  113. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  114. package/es/src/business/ap-batch-action-group/index.d.ts +33 -11
  115. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  116. package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
  117. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
  118. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +395 -144
  119. package/es/src/business/ap-draggable-grid/constans.d.ts +0 -8
  120. package/es/src/business/ap-draggable-grid/constans.mjs +0 -8
  121. package/es/src/business/ap-draggable-grid/index.d.ts +3 -31
  122. package/es/src/business/ap-draggable-grid/interface.d.ts +2 -0
  123. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  124. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  125. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  126. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  127. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  128. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  129. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  130. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  131. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  132. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  133. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  134. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  135. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  136. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  137. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  138. package/es/src/business/ap-table-modal/index.d.ts +17 -5
  139. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  140. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  141. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  142. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  143. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  144. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  145. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  146. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  147. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +10 -11
  148. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  149. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -11
  150. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  151. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  152. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  153. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  154. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  155. package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
  156. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  157. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  158. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  159. package/es/src/check-card/index.vue2.mjs +3 -3
  160. package/es/src/config-provider/config-provider-props.d.ts +4 -5
  161. package/es/src/config-provider/config-provider.d.ts +8 -9
  162. package/es/src/config-provider/hooks/use-global-config.d.ts +4 -5
  163. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  164. package/es/src/config-provider/index.d.ts +13 -14
  165. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  166. package/es/src/editable-table/form-item.vue.mjs +2 -2
  167. package/es/src/editable-table/index.vue.d.ts +2 -4
  168. package/es/src/editable-table/index.vue.mjs +2 -2
  169. package/es/src/full-screen/index.vue.mjs +3 -3
  170. package/es/src/hooks/useFullScreen.mjs +5 -5
  171. package/es/src/mask/index.vue.mjs +10 -10
  172. package/es/src/portal/index.vue.mjs +2 -2
  173. package/es/src/scroll-bar/index.vue.mjs +3 -3
  174. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  175. package/es/src/scroll-view/index.vue.d.ts +5 -5
  176. package/es/src/scroll-view/index.vue.mjs +9 -9
  177. package/es/src/splitter/Panel.vue2.mjs +4 -4
  178. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  179. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  180. package/es/src/tests/wrapper.d.ts +4 -4
  181. package/es/src/text/group.vue.mjs +2 -2
  182. package/es/src/text/index.vue.mjs +5 -5
  183. package/es/src/utils/config-provider-preset.d.ts +5 -6
  184. package/es/src/version.d.ts +1 -1
  185. package/es/src/version.mjs +1 -1
  186. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  187. package/es/src/work-order-modal/work-order-modal.vue.d.ts +10 -11
  188. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  189. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  190. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +31 -2
  191. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  192. package/lib/src/ap-button/ap-button.vue.js +1 -1
  193. package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
  194. package/lib/src/ap-download/ap-download.vue.js +1 -1
  195. package/lib/src/ap-field/index.js +1 -1
  196. package/lib/src/ap-field/number/index.vue.d.ts +29 -29
  197. package/lib/src/ap-field/rate/index.vue.d.ts +4 -4
  198. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  199. package/lib/src/ap-field/select/index.vue.d.ts +97 -97
  200. package/lib/src/ap-field/select/index.vue.js +1 -1
  201. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  202. package/lib/src/ap-field/slider/index.vue.d.ts +8 -8
  203. package/lib/src/ap-field/text-area/index.vue.d.ts +54 -54
  204. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  205. package/lib/src/ap-field/tree-select/index.vue.d.ts +93 -93
  206. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  207. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  208. package/lib/src/ap-form/ap-form.vue.d.ts +14 -15
  209. package/lib/src/ap-form/drawer-form/index.vue.d.ts +18 -19
  210. package/lib/src/ap-form/items/number/index.vue.d.ts +31 -31
  211. package/lib/src/ap-form/items/select/index.vue.d.ts +105 -105
  212. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  213. package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
  214. package/lib/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  215. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  216. package/lib/src/ap-form/modal-form/index.vue.d.ts +48 -20
  217. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
  218. package/lib/src/ap-form/search-form/index.vue.d.ts +18 -19
  219. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  220. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  221. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  222. package/lib/src/ap-grid/index.vue.js +1 -1
  223. package/lib/src/ap-grid/utils/table.d.ts +1 -1
  224. package/lib/src/ap-grid/utils/table.js +1 -1
  225. package/lib/src/ap-list/index.vue.d.ts +2 -4
  226. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  227. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  228. package/lib/src/ap-table/constants.d.ts +331 -331
  229. package/lib/src/ap-table/constants.js +1 -1
  230. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  231. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  232. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  233. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  234. package/lib/src/ap-tag/interface.d.ts +6 -0
  235. package/lib/src/ap-tag/utils.d.ts +1 -0
  236. package/lib/src/ap-tag/utils.js +1 -0
  237. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  238. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  239. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  240. package/lib/src/business/ap-batch-action-group/index.d.ts +33 -11
  241. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
  242. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  243. package/lib/src/business/ap-draggable-grid/constans.d.ts +0 -8
  244. package/lib/src/business/ap-draggable-grid/constans.js +1 -1
  245. package/lib/src/business/ap-draggable-grid/index.d.ts +3 -31
  246. package/lib/src/business/ap-draggable-grid/interface.d.ts +2 -0
  247. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  248. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  249. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  250. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  251. package/lib/src/business/ap-table-modal/index.d.ts +17 -5
  252. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +10 -11
  253. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -11
  254. package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
  255. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  256. package/lib/src/config-provider/config-provider-props.d.ts +4 -5
  257. package/lib/src/config-provider/config-provider.d.ts +8 -9
  258. package/lib/src/config-provider/hooks/use-global-config.d.ts +4 -5
  259. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  260. package/lib/src/config-provider/index.d.ts +13 -14
  261. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  262. package/lib/src/editable-table/index.vue.d.ts +2 -4
  263. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  264. package/lib/src/tests/wrapper.d.ts +4 -4
  265. package/lib/src/utils/config-provider-preset.d.ts +5 -6
  266. package/lib/src/version.d.ts +1 -1
  267. package/lib/src/version.js +1 -1
  268. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +10 -11
  269. package/package.json +3 -3
  270. package/theme/antdv-override.css +2 -6
  271. package/theme/antdv-override.less +2 -6
  272. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  273. package/theme/ap-descriptions/ap-descriptions.less +1 -1
  274. package/theme/ap-draggable-grid/ap-draggable-grid.css +4 -3
  275. package/theme/ap-draggable-grid/ap-draggable-grid.less +4 -2
  276. package/theme/ap-label/ap-label.css +1 -0
  277. package/theme/ap-label/ap-label.less +1 -0
  278. package/theme/ap-tag/ap-tag.css +3 -1
  279. package/theme/ap-tag/ap-tag.less +3 -1
  280. package/theme/index.css +11 -11
  281. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  282. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  283. package/theme/antd-global-overwrite/admin/button.css +0 -27
  284. package/theme/antd-global-overwrite/admin/button.less +0 -31
  285. package/theme/antd-global-overwrite/admin/field.css +0 -42
  286. package/theme/antd-global-overwrite/admin/field.less +0 -43
  287. package/theme/antd-global-overwrite/admin/form.css +0 -57
  288. package/theme/antd-global-overwrite/admin/form.less +0 -97
  289. package/theme/antd-global-overwrite/admin/message.css +0 -10
  290. package/theme/antd-global-overwrite/admin/message.less +0 -13
  291. package/theme/antd-global-overwrite/admin/modal.css +0 -94
  292. package/theme/antd-global-overwrite/admin/modal.less +0 -128
  293. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  294. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  295. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  296. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  297. package/theme/antd-global-overwrite/admin/table.css +0 -78
  298. package/theme/antd-global-overwrite/admin/table.less +0 -62
  299. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  300. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  301. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  302. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  303. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  304. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  305. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  306. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  307. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  308. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  309. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  310. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  311. package/theme/antd-global-overwrite/aplus/modal.css +0 -87
  312. package/theme/antd-global-overwrite/aplus/modal.less +0 -120
  313. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  314. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  315. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  316. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  317. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  318. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  319. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  320. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  321. package/theme/ap-table/ap-table-pagination.css +0 -12
  322. package/theme/ap-table/ap-table-pagination.less +0 -14
  323. package/theme/ui-mode.css +0 -60
  324. package/theme/ui-mode.less +0 -109
@@ -4,8 +4,8 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
4
4
  import { ApTableModalProps, OpenOptions, OpenReturnType } from './interface';
5
5
  import { Recordable } from '../../type';
6
6
  import { TableColumnsType } from '@aplus-frontend/antdv';
7
- import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
8
7
  import { ApFormSearchFormPopoverSorterItem } from '../..';
8
+ import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
9
9
  /**
10
10
  *
11
11
  */
@@ -42,8 +42,14 @@ declare const ApTableModal: {
42
42
  };
43
43
  y: undefined;
44
44
  };
45
- getPaging: () => InternalPagingType;
46
- setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
45
+ getPaging: () => Partial<{
46
+ current: number;
47
+ pageSize: number;
48
+ }>;
49
+ setPaging: (nextPaging: Partial<{
50
+ current: number;
51
+ pageSize: number;
52
+ }>, refreshImmediately?: boolean) => void;
47
53
  getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
48
54
  setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
49
55
  resetSearchFormSorterItems: () => void;
@@ -147,8 +153,14 @@ declare const ApTableModal: {
147
153
  };
148
154
  y: undefined;
149
155
  };
150
- getPaging: () => InternalPagingType;
151
- setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
156
+ getPaging: () => Partial<{
157
+ current: number;
158
+ pageSize: number;
159
+ }>;
160
+ setPaging: (nextPaging: Partial<{
161
+ current: number;
162
+ pageSize: number;
163
+ }>, refreshImmediately?: boolean) => void;
152
164
  getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
153
165
  setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
154
166
  resetSearchFormSorterItems: () => void;
@@ -1,14 +1,13 @@
1
1
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '../../../ap-form';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
- import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
3
+ import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { Options } from '../../../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../../../type';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../../node_modules/vue-types';
11
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { OnCleanup } from '@vue/reactivity';
14
13
  type __VLS_Props = {
@@ -19,7 +18,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
19
18
  $: ComponentInternalInstance;
20
19
  $data: {};
21
20
  $props: {
22
- readonly size?: ButtonSize;
21
+ readonly size?: SizeType;
23
22
  readonly onSubmit?: ((e: Event) => void) | undefined;
24
23
  readonly layout?: string | undefined;
25
24
  readonly disabled?: boolean | undefined;
@@ -109,7 +108,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
109
108
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
110
109
  readonly initialValues?: Recordable | undefined;
111
110
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
112
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
111
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
113
112
  readonly syncToUrlPriority?: boolean | undefined;
114
113
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
115
114
  $attrs: {
@@ -314,8 +313,8 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
314
313
  default: string | string[];
315
314
  };
316
315
  size: {
317
- type: PropType<SizeType>;
318
- default: SizeType;
316
+ type: PropType<ButtonSize>;
317
+ default: ButtonSize;
319
318
  };
320
319
  disabled: {
321
320
  type: BooleanConstructor;
@@ -342,7 +341,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
342
341
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
343
342
  };
344
343
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
345
- size: SizeType;
344
+ size: ButtonSize;
346
345
  onSubmit: (e: Event) => void;
347
346
  disabled: boolean;
348
347
  validateTrigger: string | string[];
@@ -634,8 +633,8 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
634
633
  default: string | string[];
635
634
  };
636
635
  size: {
637
- type: PropType<SizeType>;
638
- default: SizeType;
636
+ type: PropType<ButtonSize>;
637
+ default: ButtonSize;
639
638
  };
640
639
  disabled: {
641
640
  type: BooleanConstructor;
@@ -662,7 +661,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
662
661
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
663
662
  };
664
663
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
665
- size: SizeType;
664
+ size: ButtonSize;
666
665
  onSubmit: (e: Event) => void;
667
666
  disabled: boolean;
668
667
  validateTrigger: string | string[];
@@ -1,14 +1,13 @@
1
1
  import { ViewListModel } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
- import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
3
+ import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { Options } from '../../../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../../../type';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../../node_modules/vue-types';
11
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '../../../ap-form';
14
13
  import { OnCleanup } from '@vue/reactivity';
@@ -20,7 +19,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
20
19
  $: ComponentInternalInstance;
21
20
  $data: {};
22
21
  $props: {
23
- readonly size?: ButtonSize;
22
+ readonly size?: SizeType;
24
23
  readonly onSubmit?: ((e: Event) => void) | undefined;
25
24
  readonly layout?: string | undefined;
26
25
  readonly disabled?: boolean | undefined;
@@ -110,7 +109,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
110
109
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
111
110
  readonly initialValues?: Recordable | undefined;
112
111
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
113
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
112
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
114
113
  readonly syncToUrlPriority?: boolean | undefined;
115
114
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
116
115
  $attrs: {
@@ -315,8 +314,8 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
315
314
  default: string | string[];
316
315
  };
317
316
  size: {
318
- type: PropType<SizeType>;
319
- default: SizeType;
317
+ type: PropType<ButtonSize>;
318
+ default: ButtonSize;
320
319
  };
321
320
  disabled: {
322
321
  type: BooleanConstructor;
@@ -343,7 +342,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
343
342
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
344
343
  };
345
344
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
346
- size: SizeType;
345
+ size: ButtonSize;
347
346
  onSubmit: (e: Event) => void;
348
347
  disabled: boolean;
349
348
  validateTrigger: string | string[];
@@ -635,8 +634,8 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
635
634
  default: string | string[];
636
635
  };
637
636
  size: {
638
- type: PropType<SizeType>;
639
- default: SizeType;
637
+ type: PropType<ButtonSize>;
638
+ default: ButtonSize;
640
639
  };
641
640
  disabled: {
642
641
  type: BooleanConstructor;
@@ -663,7 +662,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
663
662
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
664
663
  };
665
664
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
666
- size: SizeType;
665
+ size: ButtonSize;
667
666
  onSubmit: (e: Event) => void;
668
667
  disabled: boolean;
669
668
  validateTrigger: string | string[];
@@ -1,7 +1,7 @@
1
1
  import { BatchInputGroupProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
3
  import { FieldMode, ApFieldTextProps } from '../../ap-field';
4
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
4
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
5
5
  import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, KeyboardEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
6
6
  import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
7
7
  import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
@@ -31,7 +31,7 @@ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, Co
31
31
  readonly style?: unknown;
32
32
  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;
33
33
  readonly lazy?: boolean | undefined;
34
- readonly size?: ButtonSize;
34
+ readonly size?: SizeType;
35
35
  readonly hidden?: boolean | undefined;
36
36
  readonly onBlur?: FocusEventHandler | undefined;
37
37
  readonly onChange?: ChangeEventHandler | undefined;
@@ -2,9 +2,9 @@ import { BatchInputGroupPopoverInputProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, GlobalComponents, GlobalDirectives } from 'vue';
3
3
  import { AutoSizeType } from '@aplus-frontend/antdv/es/input/inputProps';
4
4
  import { CompositionEventHandler, FocusEventHandler, ChangeEventHandler, KeyboardEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
5
- import { SizeType } from '@aplus-frontend/antdv/es/button';
6
- import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
5
+ import { ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
7
6
  import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
7
+ import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
8
8
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
9
9
  declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
10
  "update:value": (...args: any[]) => void;
@@ -35,7 +35,7 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
35
35
  };
36
36
  valueModifiers: ObjectConstructor;
37
37
  size: {
38
- type: PropType<SizeType>;
38
+ type: PropType<ButtonSize>;
39
39
  };
40
40
  value: {
41
41
  type: PropType<string | number>;
@@ -43,8 +43,8 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
43
43
  };
44
44
  name: StringConstructor;
45
45
  type: {
46
- 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">;
47
- default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
46
+ 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">;
47
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
48
48
  };
49
49
  onFocus: PropType<FocusEventHandler>;
50
50
  onBlur: PropType<FocusEventHandler>;
@@ -69,38 +69,43 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
69
69
  default: any;
70
70
  };
71
71
  prefixCls: StringConstructor;
72
- id: StringConstructor;
73
- autofocus: {
72
+ autocomplete: StringConstructor;
73
+ loading: {
74
74
  type: BooleanConstructor;
75
75
  default: any;
76
76
  };
77
- autocomplete: StringConstructor;
78
- readonly: {
77
+ bordered: {
79
78
  type: BooleanConstructor;
80
79
  default: any;
81
80
  };
82
- status: PropType<"" | "error" | "warning">;
83
81
  defaultValue: {
84
82
  type: PropType<string | number>;
85
83
  default: any;
86
84
  };
87
- 'onUpdate:value': PropType<(val: string) => void>;
88
- loading: {
85
+ status: PropType<"" | "error" | "warning">;
86
+ placeholder: {
87
+ type: PropType<string | number>;
88
+ };
89
+ allowClear: {
89
90
  type: BooleanConstructor;
90
91
  default: any;
91
92
  };
92
- placeholder: {
93
- type: PropType<string | number>;
93
+ autofocus: {
94
+ type: BooleanConstructor;
95
+ default: any;
94
96
  };
97
+ id: StringConstructor;
98
+ clearIcon: VueTypeValidableDef<any>;
99
+ readonly: {
100
+ type: BooleanConstructor;
101
+ default: any;
102
+ };
103
+ 'onUpdate:value': PropType<(val: string) => void>;
95
104
  lazy: {
96
105
  type: BooleanConstructor;
97
106
  default: boolean;
98
107
  };
99
108
  maxlength: NumberConstructor;
100
- bordered: {
101
- type: BooleanConstructor;
102
- default: any;
103
- };
104
109
  showCount: {
105
110
  type: PropType<boolean | ShowCountProps>;
106
111
  };
@@ -114,26 +119,21 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
114
119
  inputElement: VueTypeValidableDef<any>;
115
120
  triggerFocus: PropType<() => void>;
116
121
  handleReset: PropType<MouseEventHandler>;
117
- clearIcon: VueTypeValidableDef<any>;
118
- allowClear: {
119
- type: BooleanConstructor;
120
- default: any;
121
- };
122
122
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
123
123
  value: string | number;
124
- type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
124
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
125
125
  onMousedown: MouseEventHandler;
126
126
  focused: boolean;
127
127
  hidden: boolean;
128
128
  disabled: boolean;
129
+ loading: boolean;
130
+ bordered: boolean;
131
+ defaultValue: string | number;
132
+ allowClear: boolean;
129
133
  autofocus: boolean;
130
134
  readonly: boolean;
131
- defaultValue: string | number;
132
- loading: boolean;
133
135
  lazy: boolean;
134
- bordered: boolean;
135
136
  onMouseUp: MouseEventHandler;
136
- allowClear: boolean;
137
137
  autosize: any;
138
138
  autoSize: any;
139
139
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
@@ -167,7 +167,7 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
167
167
  };
168
168
  valueModifiers: ObjectConstructor;
169
169
  size: {
170
- type: PropType<SizeType>;
170
+ type: PropType<ButtonSize>;
171
171
  };
172
172
  value: {
173
173
  type: PropType<string | number>;
@@ -175,8 +175,8 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
175
175
  };
176
176
  name: StringConstructor;
177
177
  type: {
178
- 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">;
179
- default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
178
+ 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">;
179
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
180
180
  };
181
181
  onFocus: PropType<FocusEventHandler>;
182
182
  onBlur: PropType<FocusEventHandler>;
@@ -201,38 +201,43 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
201
201
  default: any;
202
202
  };
203
203
  prefixCls: StringConstructor;
204
- id: StringConstructor;
205
- autofocus: {
204
+ autocomplete: StringConstructor;
205
+ loading: {
206
206
  type: BooleanConstructor;
207
207
  default: any;
208
208
  };
209
- autocomplete: StringConstructor;
210
- readonly: {
209
+ bordered: {
211
210
  type: BooleanConstructor;
212
211
  default: any;
213
212
  };
214
- status: PropType<"" | "error" | "warning">;
215
213
  defaultValue: {
216
214
  type: PropType<string | number>;
217
215
  default: any;
218
216
  };
219
- 'onUpdate:value': PropType<(val: string) => void>;
220
- loading: {
217
+ status: PropType<"" | "error" | "warning">;
218
+ placeholder: {
219
+ type: PropType<string | number>;
220
+ };
221
+ allowClear: {
221
222
  type: BooleanConstructor;
222
223
  default: any;
223
224
  };
224
- placeholder: {
225
- type: PropType<string | number>;
225
+ autofocus: {
226
+ type: BooleanConstructor;
227
+ default: any;
226
228
  };
229
+ id: StringConstructor;
230
+ clearIcon: VueTypeValidableDef<any>;
231
+ readonly: {
232
+ type: BooleanConstructor;
233
+ default: any;
234
+ };
235
+ 'onUpdate:value': PropType<(val: string) => void>;
227
236
  lazy: {
228
237
  type: BooleanConstructor;
229
238
  default: boolean;
230
239
  };
231
240
  maxlength: NumberConstructor;
232
- bordered: {
233
- type: BooleanConstructor;
234
- default: any;
235
- };
236
241
  showCount: {
237
242
  type: PropType<boolean | ShowCountProps>;
238
243
  };
@@ -246,26 +251,21 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
246
251
  inputElement: VueTypeValidableDef<any>;
247
252
  triggerFocus: PropType<() => void>;
248
253
  handleReset: PropType<MouseEventHandler>;
249
- clearIcon: VueTypeValidableDef<any>;
250
- allowClear: {
251
- type: BooleanConstructor;
252
- default: any;
253
- };
254
254
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
255
255
  value: string | number;
256
- type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
256
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "tel" | "datetime-local" | "file" | "password";
257
257
  onMousedown: MouseEventHandler;
258
258
  focused: boolean;
259
259
  hidden: boolean;
260
260
  disabled: boolean;
261
+ loading: boolean;
262
+ bordered: boolean;
263
+ defaultValue: string | number;
264
+ allowClear: boolean;
261
265
  autofocus: boolean;
262
266
  readonly: boolean;
263
- defaultValue: string | number;
264
- loading: boolean;
265
267
  lazy: boolean;
266
- bordered: boolean;
267
268
  onMouseUp: MouseEventHandler;
268
- allowClear: boolean;
269
269
  autosize: any;
270
270
  autoSize: any;
271
271
  }> | null;
@@ -4,9 +4,8 @@ import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, d
4
4
  import { ViewCacheOption } from '../business';
5
5
  import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
6
6
  import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
7
- import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
7
+ import { CSPConfig, SizeType } from '@aplus-frontend/antdv/es/config-provider';
8
8
  import { Locale } from '@aplus-frontend/antdv/es/locale';
9
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
10
9
  import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
11
10
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
12
11
  import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
@@ -57,7 +56,7 @@ export declare const configProviderProps: () => {
57
56
  };
58
57
  };
59
58
  componentSize: {
60
- type: PropType< ButtonSize>;
59
+ type: PropType< SizeType>;
61
60
  };
62
61
  componentDisabled: {
63
62
  type: BooleanConstructor;
@@ -69,10 +68,10 @@ export declare const configProviderProps: () => {
69
68
  };
70
69
  space: {
71
70
  type: PropType<{
72
- size?: ButtonSize | number;
71
+ size?: SizeType | number;
73
72
  }>;
74
73
  default: {
75
- size?: ButtonSize | number;
74
+ size?: SizeType | number;
76
75
  };
77
76
  };
78
77
  virtual: {
@@ -2,9 +2,8 @@ import { Ref, DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin
2
2
  import { ConfigProviderProps } from './config-provider-props';
3
3
  import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
4
4
  import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
5
- import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
5
+ import { CSPConfig, SizeType } from '@aplus-frontend/antdv/es/config-provider';
6
6
  import { Locale } from '@aplus-frontend/antdv/es/locale';
7
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
8
7
  import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
9
8
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
10
9
  import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
@@ -59,7 +58,7 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
59
58
  };
60
59
  };
61
60
  componentSize: {
62
- type: PropType<ButtonSize>;
61
+ type: PropType<SizeType>;
63
62
  };
64
63
  componentDisabled: {
65
64
  type: BooleanConstructor;
@@ -71,10 +70,10 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
71
70
  };
72
71
  space: {
73
72
  type: PropType<{
74
- size?: ButtonSize | number;
73
+ size?: SizeType | number;
75
74
  }>;
76
75
  default: {
77
- size?: ButtonSize | number;
76
+ size?: SizeType | number;
78
77
  };
79
78
  };
80
79
  virtual: {
@@ -216,7 +215,7 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
216
215
  };
217
216
  };
218
217
  componentSize: {
219
- type: PropType<ButtonSize>;
218
+ type: PropType<SizeType>;
220
219
  };
221
220
  componentDisabled: {
222
221
  type: BooleanConstructor;
@@ -228,10 +227,10 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
228
227
  };
229
228
  space: {
230
229
  type: PropType<{
231
- size?: ButtonSize | number;
230
+ size?: SizeType | number;
232
231
  }>;
233
232
  default: {
234
- size?: ButtonSize | number;
233
+ size?: SizeType | number;
235
234
  };
236
235
  };
237
236
  virtual: {
@@ -339,7 +338,7 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
339
338
  colon?: boolean;
340
339
  };
341
340
  space: {
342
- size?: ButtonSize | number;
341
+ size?: SizeType | number;
343
342
  };
344
343
  direction: "ltr" | "rtl";
345
344
  searchForm: SearchFormGlobalConfig;
@@ -3,9 +3,8 @@ import { App, Ref, ComputedRef, ExtractPropTypes, PropType } from 'vue';
3
3
  import { ConfigProviderContext } from '../constants';
4
4
  import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
5
5
  import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
6
- import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
6
+ import { CSPConfig, SizeType } from '@aplus-frontend/antdv/es/config-provider';
7
7
  import { Locale } from '@aplus-frontend/antdv/es/locale';
8
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
9
8
  import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
10
9
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
11
10
  import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
@@ -62,7 +61,7 @@ export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContex
62
61
  };
63
62
  };
64
63
  componentSize: {
65
- type: PropType<ButtonSize>;
64
+ type: PropType<SizeType>;
66
65
  };
67
66
  componentDisabled: {
68
67
  type: BooleanConstructor;
@@ -74,10 +73,10 @@ export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContex
74
73
  };
75
74
  space: {
76
75
  type: PropType<{
77
- size?: ButtonSize | number;
76
+ size?: SizeType | number;
78
77
  }>;
79
78
  default: {
80
- size?: ButtonSize | number;
79
+ size?: SizeType | number;
81
80
  };
82
81
  };
83
82
  virtual: {
@@ -2,7 +2,11 @@ import { InjectionKey, Ref, ComputedRef } from 'vue';
2
2
  export declare const defaultNamespace = "aplus";
3
3
  export declare const namespaceContextKey: InjectionKey<Ref<string | undefined>>;
4
4
  export declare const useGetDerivedNamespace: (namespaceOverrides?: Ref<string | undefined>) => ComputedRef<string>;
5
- export declare const useNamespace: (block: string, namespaceOverrides?: Ref<string | undefined>) => {
5
+ export declare const useNamespace: (
6
+ /**
7
+ * 块 一般是指组件名
8
+ */
9
+ block: string, namespaceOverrides?: Ref<string | undefined>) => {
6
10
  namespace: ComputedRef<string>;
7
11
  b: (blockSuffix?: string) => string;
8
12
  e: (element?: string) => string;