@aplus-frontend/ui 0.1.20 → 0.1.22

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 (335) hide show
  1. package/es/index.mjs +176 -170
  2. package/es/src/ap-action/group/index.vue.d.ts +7 -6
  3. package/es/src/ap-action/item/index.vue.d.ts +20 -14
  4. package/es/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
  5. package/es/src/ap-action/item-modal/index.vue.d.ts +20 -14
  6. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
  7. package/es/src/ap-custom-column/column-select.vue.mjs +47 -46
  8. package/es/src/ap-custom-column/custom-column.vue.mjs +36 -35
  9. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
  10. package/es/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
  11. package/es/src/ap-download/ap-download.vue.d.ts +17 -12
  12. package/es/src/ap-field/checkbox/index.vue.d.ts +6 -5
  13. package/es/src/ap-field/date/index.vue.d.ts +18 -12
  14. package/es/src/ap-field/date-range/index.vue.d.ts +25 -19
  15. package/es/src/ap-field/number/index.vue.d.ts +459 -12
  16. package/es/src/ap-field/radio/index.vue.d.ts +6 -5
  17. package/es/src/ap-field/rate/index.vue.d.ts +138 -16
  18. package/es/src/ap-field/segmented/index.vue.d.ts +25 -19
  19. package/es/src/ap-field/select/index.vue.d.ts +597 -16
  20. package/es/src/ap-field/select/index.vue.mjs +1 -1
  21. package/es/src/ap-field/slider/index.vue.d.ts +375 -12
  22. package/es/src/ap-field/switch/index.vue.d.ts +16 -11
  23. package/es/src/ap-field/text/index.vue.d.ts +19 -13
  24. package/es/src/ap-field/text/password.vue.d.ts +19 -13
  25. package/es/src/ap-field/text-area/index.vue.d.ts +7 -6
  26. package/es/src/ap-field/text-area/index.vue.mjs +1 -1
  27. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
  28. package/es/src/ap-form/ap-form-item.vue.d.ts +1008 -12
  29. package/es/src/ap-form/ap-form-item.vue.mjs +47 -44
  30. package/es/src/ap-form/ap-form-list.vue.d.ts +12 -7
  31. package/es/src/ap-form/ap-form.vue.d.ts +884 -13
  32. package/es/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
  33. package/es/src/ap-form/items/date/index.vue.d.ts +40 -35
  34. package/es/src/ap-form/items/date-range/index.vue.d.ts +39 -34
  35. package/es/src/ap-form/items/number/index.vue.d.ts +583 -27
  36. package/es/src/ap-form/items/radio/index.vue.d.ts +217 -13
  37. package/es/src/ap-form/items/select/index.vue.d.ts +43 -38
  38. package/es/src/ap-form/items/switch/index.vue.d.ts +24 -19
  39. package/es/src/ap-form/items/text/index.vue.d.ts +591 -25
  40. package/es/src/ap-form/items/text/password.vue.d.ts +658 -27
  41. package/es/src/ap-form/items/text-area/index.vue.d.ts +486 -13
  42. package/es/src/ap-form/modal-form/index.vue.d.ts +650 -16
  43. package/es/src/ap-form/search-form/index.vue.d.ts +652 -18
  44. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
  45. package/es/src/ap-list/index.vue.d.ts +5 -5
  46. package/es/src/ap-modal/interface.d.ts +3 -3
  47. package/es/src/ap-modal/utils/createModal.mjs +4 -4
  48. package/es/src/ap-table/ap-table.vue.d.ts +5 -5
  49. package/es/src/ap-table/ap-table.vue.mjs +107 -107
  50. package/es/src/ap-table/components/index/index.vue.d.ts +4 -4
  51. package/es/src/ap-table/constants.d.ts +1071 -1072
  52. package/es/src/ap-table/constants.mjs +11 -9
  53. package/es/src/ap-table/hooks/use-table-paging.d.ts +14 -3
  54. package/es/src/ap-table/hooks/use-table-paging.mjs +115 -103
  55. package/es/src/ap-table/interface.d.ts +13 -4
  56. package/es/src/ap-table/style/ap-table.css +9 -0
  57. package/es/src/ap-table/utils.d.ts +597 -598
  58. package/es/src/ap-table/utils.mjs +44 -39
  59. package/es/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
  60. package/es/src/ap-tag/ap-tag.vue.d.ts +5 -5
  61. package/es/src/base-button/button.vue.d.ts +17 -12
  62. package/es/src/base-button/index.d.ts +30 -30
  63. package/es/src/basic/index.d.ts +6 -6
  64. package/es/src/basic/title.vue.d.ts +16 -11
  65. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
  66. package/es/src/business/ap-image/ApImage.vue.d.ts +31 -62
  67. package/es/src/business/ap-image/ApImage.vue2.mjs +30 -26
  68. package/es/src/business/ap-image/interface.d.ts +17 -0
  69. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
  70. package/es/src/business/ap-label/ApLabel.d.ts +2 -2
  71. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  72. package/es/src/business/ap-status/ApStatus.vue.d.ts +5 -5
  73. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
  74. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
  75. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.mjs +41 -0
  76. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
  77. package/es/src/business/ap-table-modal/hooks/use-table-modal.mjs +29 -0
  78. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
  79. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.mjs +28 -0
  80. package/es/src/business/ap-table-modal/index.d.ts +538 -0
  81. package/es/src/business/ap-table-modal/index.mjs +11 -0
  82. package/es/src/business/ap-table-modal/interface.d.ts +63 -0
  83. package/es/src/business/ap-table-modal/interface.mjs +4 -0
  84. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
  85. package/es/src/business/ap-table-modal/modal-title.vue.mjs +4 -0
  86. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +50 -0
  87. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
  88. package/es/src/business/ap-table-modal/table-modal.vue.mjs +4 -0
  89. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +177 -0
  90. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
  91. package/es/src/business/index.d.ts +160 -152
  92. package/es/src/business/index.mjs +18 -16
  93. package/es/src/business/title/ApTitle.vue.d.ts +17 -12
  94. package/es/src/button/button.vue.d.ts +12 -7
  95. package/es/src/button/index.d.ts +2 -2
  96. package/es/src/check-card/group.vue.d.ts +18 -13
  97. package/es/src/check-card/index.vue.d.ts +16 -11
  98. package/es/src/config-provider/config-provider-props.d.ts +6 -4
  99. package/es/src/config-provider/config-provider.d.ts +5 -5
  100. package/es/src/config-provider/config-provider.mjs +9 -9
  101. package/es/src/config-provider/hooks/use-global-config.d.ts +2 -1
  102. package/es/src/config-provider/index.d.ts +17 -17
  103. package/es/src/container/index.d.ts +4 -4
  104. package/es/src/container/scroll-container.vue.d.ts +181 -8
  105. package/es/src/count-down/button.vue.d.ts +4 -4
  106. package/es/src/count-down/index.d.ts +8 -8
  107. package/es/src/count-down/input.vue.d.ts +16 -11
  108. package/es/src/cropper/cropper-avatar.vue.d.ts +4 -4
  109. package/es/src/cropper/cropper-image.vue.d.ts +4 -4
  110. package/es/src/cropper/index.d.ts +4 -4
  111. package/es/src/description/index.d.ts +2 -2
  112. package/es/src/dropdown/dropdown.vue.d.ts +16 -11
  113. package/es/src/dropdown/index.d.ts +2 -2
  114. package/es/src/editable-table/form-item.vue.d.ts +5 -5
  115. package/es/src/editable-table/index.vue.d.ts +6 -6
  116. package/es/src/icon/icon.vue.d.ts +4 -5
  117. package/es/src/icon/index.d.ts +16 -16
  118. package/es/src/icon/svg-icon.vue.d.ts +4 -4
  119. package/es/src/icon-picker/icon-picker.vue.d.ts +4 -4
  120. package/es/src/icon-picker/index.d.ts +2 -2
  121. package/es/src/index.mjs +69 -63
  122. package/es/src/locale/lang/en.mjs +29 -2
  123. package/es/src/locale/lang/zh-cn.mjs +29 -2
  124. package/es/src/modal/basic.vue.d.ts +210 -5
  125. package/es/src/modal/components/modal-close.vue.d.ts +4 -4
  126. package/es/src/modal/components/modal-footer.vue.d.ts +10 -5
  127. package/es/src/modal/components/modal-wrapper.vue.d.ts +77 -4
  128. package/es/src/modal/components/modal.d.ts +1 -1
  129. package/es/src/modal/index.d.ts +5 -5
  130. package/es/src/pro-form/components/api-cascader.vue.d.ts +4 -4
  131. package/es/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
  132. package/es/src/pro-form/components/api-select.vue.d.ts +16 -11
  133. package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -5
  134. package/es/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
  135. package/es/src/pro-form/components/api-tree.vue.d.ts +16 -11
  136. package/es/src/pro-form/components/form-action.vue.d.ts +19 -14
  137. package/es/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
  138. package/es/src/pro-form/hooks/use-label-width.d.ts +25 -25
  139. package/es/src/pro-form/pro-form.vue.d.ts +888 -15
  140. package/es/src/pro-form/table-form-inner.vue.d.ts +6 -5
  141. package/es/src/pro-form/table-form.vue.d.ts +6 -5
  142. package/es/src/pro-form/types/form.d.ts +4 -4
  143. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
  144. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  145. package/es/src/pro-table/components/table-action.vue.d.ts +7 -2
  146. package/es/src/pro-table/components/table-footer.vue.d.ts +4 -4
  147. package/es/src/pro-table/components/table-header.vue.d.ts +9 -4
  148. package/es/src/pro-table/components/table-image.vue.d.ts +4 -4
  149. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
  150. package/es/src/pro-table/pro-table.vue.d.ts +2049 -28
  151. package/es/src/prompt/utils.d.ts +1 -1
  152. package/es/src/scroll-bar/index.d.ts +2 -2
  153. package/es/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
  154. package/es/src/strength-meter/index.d.ts +2 -2
  155. package/es/src/strength-meter/strength-meter.vue.d.ts +16 -11
  156. package/es/src/theme/antd-global-overwrite/admin/index.css +1 -0
  157. package/es/src/theme/antd-global-overwrite/admin/table.css +1 -0
  158. package/es/src/theme/antd-global-overwrite/aplus/index.css +1 -0
  159. package/es/src/theme/antd-global-overwrite/aplus/table.css +1 -0
  160. package/es/src/theme/ap-table/ap-table.css +9 -0
  161. package/es/src/theme/css-var/index.mjs +23 -7
  162. package/es/src/transition/collapse-transition.vue.d.ts +7 -2
  163. package/es/src/utils/config-provider-preset.d.ts +5 -5
  164. package/es/src/work-order-modal/createWorkOrder.mjs +20 -12
  165. package/es/src/work-order-modal/help-message.vue2.mjs +21 -18
  166. package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  167. package/es/src/work-order-modal/work-order-modal.vue.mjs +64 -62
  168. package/lib/index.js +1 -1
  169. package/lib/src/ap-action/group/index.vue.d.ts +7 -6
  170. package/lib/src/ap-action/item/index.vue.d.ts +20 -14
  171. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
  172. package/lib/src/ap-action/item-modal/index.vue.d.ts +20 -14
  173. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
  174. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  175. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  176. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
  177. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
  178. package/lib/src/ap-download/ap-download.vue.d.ts +17 -12
  179. package/lib/src/ap-field/checkbox/index.vue.d.ts +6 -5
  180. package/lib/src/ap-field/date/index.vue.d.ts +18 -12
  181. package/lib/src/ap-field/date-range/index.vue.d.ts +25 -19
  182. package/lib/src/ap-field/number/index.vue.d.ts +459 -12
  183. package/lib/src/ap-field/radio/index.vue.d.ts +6 -5
  184. package/lib/src/ap-field/rate/index.vue.d.ts +138 -16
  185. package/lib/src/ap-field/segmented/index.vue.d.ts +25 -19
  186. package/lib/src/ap-field/select/index.vue.d.ts +597 -16
  187. package/lib/src/ap-field/select/index.vue.js +1 -1
  188. package/lib/src/ap-field/slider/index.vue.d.ts +375 -12
  189. package/lib/src/ap-field/switch/index.vue.d.ts +16 -11
  190. package/lib/src/ap-field/text/index.vue.d.ts +19 -13
  191. package/lib/src/ap-field/text/password.vue.d.ts +19 -13
  192. package/lib/src/ap-field/text-area/index.vue.d.ts +7 -6
  193. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  194. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
  195. package/lib/src/ap-form/ap-form-item.vue.d.ts +1008 -12
  196. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  197. package/lib/src/ap-form/ap-form-list.vue.d.ts +12 -7
  198. package/lib/src/ap-form/ap-form.vue.d.ts +884 -13
  199. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
  200. package/lib/src/ap-form/items/date/index.vue.d.ts +40 -35
  201. package/lib/src/ap-form/items/date-range/index.vue.d.ts +39 -34
  202. package/lib/src/ap-form/items/number/index.vue.d.ts +583 -27
  203. package/lib/src/ap-form/items/radio/index.vue.d.ts +217 -13
  204. package/lib/src/ap-form/items/select/index.vue.d.ts +43 -38
  205. package/lib/src/ap-form/items/switch/index.vue.d.ts +24 -19
  206. package/lib/src/ap-form/items/text/index.vue.d.ts +591 -25
  207. package/lib/src/ap-form/items/text/password.vue.d.ts +658 -27
  208. package/lib/src/ap-form/items/text-area/index.vue.d.ts +486 -13
  209. package/lib/src/ap-form/modal-form/index.vue.d.ts +650 -16
  210. package/lib/src/ap-form/search-form/index.vue.d.ts +652 -18
  211. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
  212. package/lib/src/ap-list/index.vue.d.ts +5 -5
  213. package/lib/src/ap-modal/interface.d.ts +3 -3
  214. package/lib/src/ap-modal/utils/createModal.js +1 -1
  215. package/lib/src/ap-table/ap-table.vue.d.ts +5 -5
  216. package/lib/src/ap-table/ap-table.vue.js +1 -1
  217. package/lib/src/ap-table/components/index/index.vue.d.ts +4 -4
  218. package/lib/src/ap-table/constants.d.ts +1071 -1072
  219. package/lib/src/ap-table/constants.js +1 -1
  220. package/lib/src/ap-table/hooks/use-table-paging.d.ts +14 -3
  221. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  222. package/lib/src/ap-table/interface.d.ts +13 -4
  223. package/lib/src/ap-table/style/ap-table.css +9 -0
  224. package/lib/src/ap-table/utils.d.ts +597 -598
  225. package/lib/src/ap-table/utils.js +1 -1
  226. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
  227. package/lib/src/ap-tag/ap-tag.vue.d.ts +5 -5
  228. package/lib/src/base-button/button.vue.d.ts +17 -12
  229. package/lib/src/base-button/index.d.ts +30 -30
  230. package/lib/src/basic/index.d.ts +6 -6
  231. package/lib/src/basic/title.vue.d.ts +16 -11
  232. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
  233. package/lib/src/business/ap-image/ApImage.vue.d.ts +31 -62
  234. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  235. package/lib/src/business/ap-image/interface.d.ts +17 -0
  236. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
  237. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  238. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  239. package/lib/src/business/ap-status/ApStatus.vue.d.ts +5 -5
  240. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
  241. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
  242. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.js +1 -0
  243. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
  244. package/lib/src/business/ap-table-modal/hooks/use-table-modal.js +1 -0
  245. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
  246. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.js +1 -0
  247. package/lib/src/business/ap-table-modal/index.d.ts +538 -0
  248. package/lib/src/business/ap-table-modal/index.js +1 -0
  249. package/lib/src/business/ap-table-modal/interface.d.ts +63 -0
  250. package/lib/src/business/ap-table-modal/interface.js +1 -0
  251. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
  252. package/lib/src/business/ap-table-modal/modal-title.vue.js +1 -0
  253. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -0
  254. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
  255. package/lib/src/business/ap-table-modal/table-modal.vue.js +1 -0
  256. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -0
  257. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
  258. package/lib/src/business/index.d.ts +160 -152
  259. package/lib/src/business/index.js +1 -1
  260. package/lib/src/business/title/ApTitle.vue.d.ts +17 -12
  261. package/lib/src/button/button.vue.d.ts +12 -7
  262. package/lib/src/button/index.d.ts +2 -2
  263. package/lib/src/check-card/group.vue.d.ts +18 -13
  264. package/lib/src/check-card/index.vue.d.ts +16 -11
  265. package/lib/src/config-provider/config-provider-props.d.ts +6 -4
  266. package/lib/src/config-provider/config-provider.d.ts +5 -5
  267. package/lib/src/config-provider/config-provider.js +1 -1
  268. package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -1
  269. package/lib/src/config-provider/index.d.ts +17 -17
  270. package/lib/src/container/index.d.ts +4 -4
  271. package/lib/src/container/scroll-container.vue.d.ts +181 -8
  272. package/lib/src/count-down/button.vue.d.ts +4 -4
  273. package/lib/src/count-down/index.d.ts +8 -8
  274. package/lib/src/count-down/input.vue.d.ts +16 -11
  275. package/lib/src/cropper/cropper-avatar.vue.d.ts +4 -4
  276. package/lib/src/cropper/cropper-image.vue.d.ts +4 -4
  277. package/lib/src/cropper/index.d.ts +4 -4
  278. package/lib/src/description/index.d.ts +2 -2
  279. package/lib/src/dropdown/dropdown.vue.d.ts +16 -11
  280. package/lib/src/dropdown/index.d.ts +2 -2
  281. package/lib/src/editable-table/form-item.vue.d.ts +5 -5
  282. package/lib/src/editable-table/index.vue.d.ts +6 -6
  283. package/lib/src/icon/icon.vue.d.ts +4 -5
  284. package/lib/src/icon/index.d.ts +16 -16
  285. package/lib/src/icon/svg-icon.vue.d.ts +4 -4
  286. package/lib/src/icon-picker/icon-picker.vue.d.ts +4 -4
  287. package/lib/src/icon-picker/index.d.ts +2 -2
  288. package/lib/src/index.js +1 -1
  289. package/lib/src/locale/lang/en.js +1 -1
  290. package/lib/src/locale/lang/zh-cn.js +1 -1
  291. package/lib/src/modal/basic.vue.d.ts +210 -5
  292. package/lib/src/modal/components/modal-close.vue.d.ts +4 -4
  293. package/lib/src/modal/components/modal-footer.vue.d.ts +10 -5
  294. package/lib/src/modal/components/modal-wrapper.vue.d.ts +77 -4
  295. package/lib/src/modal/components/modal.d.ts +1 -1
  296. package/lib/src/modal/index.d.ts +5 -5
  297. package/lib/src/pro-form/components/api-cascader.vue.d.ts +4 -4
  298. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
  299. package/lib/src/pro-form/components/api-select.vue.d.ts +16 -11
  300. package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -5
  301. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
  302. package/lib/src/pro-form/components/api-tree.vue.d.ts +16 -11
  303. package/lib/src/pro-form/components/form-action.vue.d.ts +19 -14
  304. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
  305. package/lib/src/pro-form/hooks/use-label-width.d.ts +25 -25
  306. package/lib/src/pro-form/pro-form.vue.d.ts +888 -15
  307. package/lib/src/pro-form/table-form-inner.vue.d.ts +6 -5
  308. package/lib/src/pro-form/table-form.vue.d.ts +6 -5
  309. package/lib/src/pro-form/types/form.d.ts +4 -4
  310. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
  311. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  312. package/lib/src/pro-table/components/table-action.vue.d.ts +7 -2
  313. package/lib/src/pro-table/components/table-footer.vue.d.ts +4 -4
  314. package/lib/src/pro-table/components/table-header.vue.d.ts +9 -4
  315. package/lib/src/pro-table/components/table-image.vue.d.ts +4 -4
  316. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
  317. package/lib/src/pro-table/pro-table.vue.d.ts +2049 -28
  318. package/lib/src/prompt/utils.d.ts +1 -1
  319. package/lib/src/scroll-bar/index.d.ts +2 -2
  320. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
  321. package/lib/src/strength-meter/index.d.ts +2 -2
  322. package/lib/src/strength-meter/strength-meter.vue.d.ts +16 -11
  323. package/lib/src/theme/antd-global-overwrite/admin/index.css +1 -0
  324. package/lib/src/theme/antd-global-overwrite/admin/table.css +1 -0
  325. package/lib/src/theme/antd-global-overwrite/aplus/index.css +1 -0
  326. package/lib/src/theme/antd-global-overwrite/aplus/table.css +1 -0
  327. package/lib/src/theme/ap-table/ap-table.css +9 -0
  328. package/lib/src/theme/css-var/index.js +1 -1
  329. package/lib/src/transition/collapse-transition.vue.d.ts +7 -2
  330. package/lib/src/utils/config-provider-preset.d.ts +5 -5
  331. package/lib/src/work-order-modal/createWorkOrder.js +1 -1
  332. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  333. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  334. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  335. package/package.json +4 -4
@@ -3,21 +3,17 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
3
3
  import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
4
4
  import { VueTypeValidableDef } from '../../node_modules/vue-types';
5
5
  import { LiteralUnion, Key } from 'ant-design-vue/es/_util/type';
6
- import { ApStatusProps, ApStatusGroupItemProps } from './ap-status/interface';
7
- import { ApSelectItem } from './ap-select-layout/interface';
6
+ import { ApStatusProps, ApStatusGroupItemProps, ApSelectItem, ApLabelGroupItemProps, ApBatchActionGroupMenuProps } from '.';
8
7
  import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
9
- import { ApInputRadioOptions } from './ap-input-radio/interface';
8
+ import { ApInputRadioOptions } from './ap-input-radio';
10
9
  import { KeyboardEventHandler, MouseEventHandler, FocusEventHandler } from 'ant-design-vue/es/_util/EventInterface';
11
- import { ApLabelGroupItemProps } from './ap-label/interface';
12
10
  import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
13
11
  import { ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
14
12
  import { DropdownArrowOptions, Trigger, Align } from 'ant-design-vue/es/dropdown/props';
15
13
  import { ItemType, MenuTheme, MenuMode } from 'ant-design-vue';
16
14
  import { CSSMotionProps } from 'ant-design-vue/es/_util/transition';
17
15
  import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from 'ant-design-vue/es/menu/src/interface';
18
- import { ApBatchActionGroupMenuProps } from './ap-batch-action-group/interface';
19
16
  import { accessCreate } from '@aplus-frontend/oss';
20
- import { ImagePreviewType } from 'ant-design-vue/es/vc-image';
21
17
  export type { ApTitleProps } from './title/interface';
22
18
  export type { ApExpandAlertProps } from './expandAlert/interface';
23
19
  export type { ApLabelProps, ApLabelGroupProps, ApLabelGroupItemProps } from './ap-label/interface';
@@ -34,7 +30,7 @@ export declare const ApTitle: {
34
30
  default: string;
35
31
  };
36
32
  placement: {
37
- type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
33
+ type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
38
34
  required: true;
39
35
  default: string;
40
36
  };
@@ -60,7 +56,7 @@ export declare const ApTitle: {
60
56
  default: string;
61
57
  };
62
58
  placement: {
63
- type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
59
+ type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
64
60
  required: true;
65
61
  default: string;
66
62
  };
@@ -99,7 +95,7 @@ export declare const ApTitle: {
99
95
  default: string;
100
96
  };
101
97
  placement: {
102
- type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
98
+ type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
103
99
  required: true;
104
100
  default: string;
105
101
  };
@@ -135,7 +131,7 @@ export declare const ApTitle: {
135
131
  default: string;
136
132
  };
137
133
  placement: {
138
- type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
134
+ type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
139
135
  required: true;
140
136
  default: string;
141
137
  };
@@ -160,7 +156,7 @@ export declare const ApTitle: {
160
156
  trigger: "hover" | "focus" | "click" | "contextmenu";
161
157
  helpMessage: string;
162
158
  helpIconColor: string;
163
- }, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
159
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
164
160
  $slots: {
165
161
  prefix?(_: {}): any;
166
162
  suffix?(_: {}): any;
@@ -169,7 +165,7 @@ export declare const ApTitle: {
169
165
  $props: {
170
166
  onClick?: () => void;
171
167
  };
172
- }))));
168
+ }));
173
169
  export declare const ApExpandAlert: {
174
170
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
175
171
  type: {
@@ -182,13 +178,13 @@ export declare const ApExpandAlert: {
182
178
  required: true;
183
179
  default: () => never[];
184
180
  };
185
- prefix: {
181
+ separator: {
186
182
  type: PropType<string>;
183
+ required: true;
187
184
  default: string;
188
185
  };
189
- separator: {
186
+ prefix: {
190
187
  type: PropType<string>;
191
- required: true;
192
188
  default: string;
193
189
  };
194
190
  rows: {
@@ -222,13 +218,13 @@ export declare const ApExpandAlert: {
222
218
  required: true;
223
219
  default: () => never[];
224
220
  };
225
- prefix: {
221
+ separator: {
226
222
  type: PropType<string>;
223
+ required: true;
227
224
  default: string;
228
225
  };
229
- separator: {
226
+ prefix: {
230
227
  type: PropType<string>;
231
- required: true;
232
228
  default: string;
233
229
  };
234
230
  rows: {
@@ -249,8 +245,8 @@ export declare const ApExpandAlert: {
249
245
  }, {
250
246
  type: "warning" | "error" | "success" | "info" | undefined;
251
247
  data: Array<any> | string;
252
- prefix: string;
253
248
  separator: string;
249
+ prefix: string;
254
250
  rows: string | number;
255
251
  tipTitle: string;
256
252
  }, true, {}, {}, {
@@ -271,13 +267,13 @@ export declare const ApExpandAlert: {
271
267
  required: true;
272
268
  default: () => never[];
273
269
  };
274
- prefix: {
270
+ separator: {
275
271
  type: PropType<string>;
272
+ required: true;
276
273
  default: string;
277
274
  };
278
- separator: {
275
+ prefix: {
279
276
  type: PropType<string>;
280
- required: true;
281
277
  default: string;
282
278
  };
283
279
  rows: {
@@ -300,8 +296,8 @@ export declare const ApExpandAlert: {
300
296
  }, {}, {}, {}, {
301
297
  type: "warning" | "error" | "success" | "info" | undefined;
302
298
  data: Array<any> | string;
303
- prefix: string;
304
299
  separator: string;
300
+ prefix: string;
305
301
  rows: string | number;
306
302
  tipTitle: string;
307
303
  }>;
@@ -319,13 +315,13 @@ export declare const ApExpandAlert: {
319
315
  required: true;
320
316
  default: () => never[];
321
317
  };
322
- prefix: {
318
+ separator: {
323
319
  type: PropType<string>;
320
+ required: true;
324
321
  default: string;
325
322
  };
326
- separator: {
323
+ prefix: {
327
324
  type: PropType<string>;
328
- required: true;
329
325
  default: string;
330
326
  };
331
327
  rows: {
@@ -351,8 +347,8 @@ export declare const ApExpandAlert: {
351
347
  }, string, {
352
348
  type: "warning" | "error" | "success" | "info" | undefined;
353
349
  data: Array<any> | string;
354
- prefix: string;
355
350
  separator: string;
351
+ prefix: string;
356
352
  rows: string | number;
357
353
  tipTitle: string;
358
354
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
@@ -484,10 +480,10 @@ export declare const ApLabel: {
484
480
  }>>, {
485
481
  size: "small" | "default";
486
482
  placement: TooltipPlacement;
487
- iconType: "ellipsis" | "success" | "warning" | "question";
488
- iconSize: number;
489
483
  show: boolean;
490
484
  dot: boolean;
485
+ iconType: "ellipsis" | "success" | "warning" | "question";
486
+ iconSize: number;
491
487
  helpMessage: string | VNode<RendererNode, RendererElement, {
492
488
  [key: string]: any;
493
489
  }> | undefined;
@@ -566,10 +562,10 @@ export declare const ApLabel: {
566
562
  }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
567
563
  size: "small" | "default";
568
564
  placement: TooltipPlacement;
569
- iconType: "ellipsis" | "success" | "warning" | "question";
570
- iconSize: number;
571
565
  show: boolean;
572
566
  dot: boolean;
567
+ iconType: "ellipsis" | "success" | "warning" | "question";
568
+ iconSize: number;
573
569
  helpMessage: string | VNode<RendererNode, RendererElement, {
574
570
  [key: string]: any;
575
571
  }> | undefined;
@@ -645,10 +641,10 @@ export declare const ApLabel: {
645
641
  }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
646
642
  size: "small" | "default";
647
643
  placement: TooltipPlacement;
648
- iconType: "ellipsis" | "success" | "warning" | "question";
649
- iconSize: number;
650
644
  show: boolean;
651
645
  dot: boolean;
646
+ iconType: "ellipsis" | "success" | "warning" | "question";
647
+ iconSize: number;
652
648
  helpMessage: string | VNode<RendererNode, RendererElement, {
653
649
  [key: string]: any;
654
650
  }> | undefined;
@@ -657,56 +653,56 @@ export declare const ApLabel: {
657
653
  overflowCount: number;
658
654
  numberStyle: CSSProperties;
659
655
  iconColor: string;
660
- }, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
656
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
661
657
  $props: {
662
658
  onClick?: () => void;
663
659
  };
664
- }))));
660
+ }));
665
661
  export declare const ApStatus: {
666
662
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
667
663
  style: {
668
664
  type: PropType<object>;
669
665
  };
670
- text: {
671
- type: PropType<string>;
672
- required: true;
673
- };
674
666
  color: {
675
667
  type: PropType<string>;
676
668
  default: string;
677
669
  };
678
- padding: {
679
- type: PropType<number>;
680
- default: number;
670
+ text: {
671
+ type: PropType<string>;
672
+ required: true;
681
673
  };
682
674
  show: {
683
675
  type: PropType<boolean>;
684
676
  default: boolean;
685
677
  };
678
+ padding: {
679
+ type: PropType<number>;
680
+ default: number;
681
+ };
686
682
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
687
683
  style: {
688
684
  type: PropType<object>;
689
685
  };
690
- text: {
691
- type: PropType<string>;
692
- required: true;
693
- };
694
686
  color: {
695
687
  type: PropType<string>;
696
688
  default: string;
697
689
  };
698
- padding: {
699
- type: PropType<number>;
700
- default: number;
690
+ text: {
691
+ type: PropType<string>;
692
+ required: true;
701
693
  };
702
694
  show: {
703
695
  type: PropType<boolean>;
704
696
  default: boolean;
705
697
  };
698
+ padding: {
699
+ type: PropType<number>;
700
+ default: number;
701
+ };
706
702
  }>>, {
707
703
  color: string;
708
- padding: number;
709
704
  show: boolean;
705
+ padding: number;
710
706
  }, true, {}, {}, {
711
707
  P: {};
712
708
  B: {};
@@ -718,26 +714,26 @@ export declare const ApStatus: {
718
714
  style: {
719
715
  type: PropType<object>;
720
716
  };
721
- text: {
722
- type: PropType<string>;
723
- required: true;
724
- };
725
717
  color: {
726
718
  type: PropType<string>;
727
719
  default: string;
728
720
  };
729
- padding: {
730
- type: PropType<number>;
731
- default: number;
721
+ text: {
722
+ type: PropType<string>;
723
+ required: true;
732
724
  };
733
725
  show: {
734
726
  type: PropType<boolean>;
735
727
  default: boolean;
736
728
  };
729
+ padding: {
730
+ type: PropType<number>;
731
+ default: number;
732
+ };
737
733
  }>>, {}, {}, {}, {}, {
738
734
  color: string;
739
- padding: number;
740
735
  show: boolean;
736
+ padding: number;
741
737
  }>;
742
738
  __isFragment?: never;
743
739
  __isTeleport?: never;
@@ -746,52 +742,52 @@ export declare const ApStatus: {
746
742
  style: {
747
743
  type: PropType<object>;
748
744
  };
749
- text: {
750
- type: PropType<string>;
751
- required: true;
752
- };
753
745
  color: {
754
746
  type: PropType<string>;
755
747
  default: string;
756
748
  };
757
- padding: {
758
- type: PropType<number>;
759
- default: number;
749
+ text: {
750
+ type: PropType<string>;
751
+ required: true;
760
752
  };
761
753
  show: {
762
754
  type: PropType<boolean>;
763
755
  default: boolean;
764
756
  };
757
+ padding: {
758
+ type: PropType<number>;
759
+ default: number;
760
+ };
765
761
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
766
762
  color: string;
767
- padding: number;
768
763
  show: boolean;
769
- }, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
764
+ padding: number;
765
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
770
766
  $props: {
771
767
  onClick?: () => void;
772
768
  };
773
- }))));
769
+ }));
774
770
  export declare const ApStatusGroup: {
775
771
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
776
772
  style: {
777
773
  type: PropType<object>;
778
774
  };
775
+ show: {
776
+ type: PropType<boolean>;
777
+ default: boolean;
778
+ };
779
779
  padding: {
780
780
  type: PropType<number>;
781
781
  required: true;
782
782
  default: number;
783
783
  };
784
- show: {
785
- type: PropType<boolean>;
786
- default: boolean;
787
- };
788
784
  currentValue: {
789
785
  type: PropType<string | number>;
790
786
  required: true;
791
787
  default: number;
792
788
  };
793
789
  statusList: {
794
- type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
790
+ type: PropType<Required<Pick< ApStatusProps, "color" | "text"> & {
795
791
  value: number | string;
796
792
  }>[] | null>;
797
793
  required: true;
@@ -801,30 +797,30 @@ export declare const ApStatusGroup: {
801
797
  style: {
802
798
  type: PropType<object>;
803
799
  };
800
+ show: {
801
+ type: PropType<boolean>;
802
+ default: boolean;
803
+ };
804
804
  padding: {
805
805
  type: PropType<number>;
806
806
  required: true;
807
807
  default: number;
808
808
  };
809
- show: {
810
- type: PropType<boolean>;
811
- default: boolean;
812
- };
813
809
  currentValue: {
814
810
  type: PropType<string | number>;
815
811
  required: true;
816
812
  default: number;
817
813
  };
818
814
  statusList: {
819
- type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
815
+ type: PropType<Required<Pick< ApStatusProps, "color" | "text"> & {
820
816
  value: number | string;
821
817
  }>[] | null>;
822
818
  required: true;
823
819
  default: null;
824
820
  };
825
821
  }>>, {
826
- padding: number;
827
822
  show: boolean;
823
+ padding: number;
828
824
  currentValue: number | string;
829
825
  statusList: ApStatusGroupItemProps[] | null;
830
826
  }, true, {}, {}, {
@@ -838,30 +834,30 @@ export declare const ApStatusGroup: {
838
834
  style: {
839
835
  type: PropType<object>;
840
836
  };
837
+ show: {
838
+ type: PropType<boolean>;
839
+ default: boolean;
840
+ };
841
841
  padding: {
842
842
  type: PropType<number>;
843
843
  required: true;
844
844
  default: number;
845
845
  };
846
- show: {
847
- type: PropType<boolean>;
848
- default: boolean;
849
- };
850
846
  currentValue: {
851
847
  type: PropType<string | number>;
852
848
  required: true;
853
849
  default: number;
854
850
  };
855
851
  statusList: {
856
- type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
852
+ type: PropType<Required<Pick< ApStatusProps, "color" | "text"> & {
857
853
  value: number | string;
858
854
  }>[] | null>;
859
855
  required: true;
860
856
  default: null;
861
857
  };
862
858
  }>>, {}, {}, {}, {}, {
863
- padding: number;
864
859
  show: boolean;
860
+ padding: number;
865
861
  currentValue: number | string;
866
862
  statusList: ApStatusGroupItemProps[] | null;
867
863
  }>;
@@ -872,50 +868,50 @@ export declare const ApStatusGroup: {
872
868
  style: {
873
869
  type: PropType<object>;
874
870
  };
871
+ show: {
872
+ type: PropType<boolean>;
873
+ default: boolean;
874
+ };
875
875
  padding: {
876
876
  type: PropType<number>;
877
877
  required: true;
878
878
  default: number;
879
879
  };
880
- show: {
881
- type: PropType<boolean>;
882
- default: boolean;
883
- };
884
880
  currentValue: {
885
881
  type: PropType<string | number>;
886
882
  required: true;
887
883
  default: number;
888
884
  };
889
885
  statusList: {
890
- type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
886
+ type: PropType<Required<Pick< ApStatusProps, "color" | "text"> & {
891
887
  value: number | string;
892
888
  }>[] | null>;
893
889
  required: true;
894
890
  default: null;
895
891
  };
896
892
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
897
- padding: number;
898
893
  show: boolean;
894
+ padding: number;
899
895
  currentValue: number | string;
900
896
  statusList: ApStatusGroupItemProps[] | null;
901
- }, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
897
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
902
898
  $props: {
903
899
  onClick?: () => void;
904
900
  };
905
- }))));
901
+ }));
906
902
  export declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
907
903
  attrs: any;
908
- slots: ReturnType<() => {
904
+ slots: {
909
905
  itemRender?(_: {
910
906
  item: T;
911
907
  }): any;
912
908
  default?(_: {}): any;
913
- }>;
909
+ };
914
910
  emit: {
915
911
  (event: "onSelect", value: T): void;
916
912
  (event: "afterEnter", el: Element): void;
917
913
  (event: "afterLeave", el: Element): void;
918
- } & {};
914
+ };
919
915
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
920
916
  props: {
921
917
  onAfterLeave?: ((el: Element) => any) | undefined;
@@ -927,26 +923,26 @@ export declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonN
927
923
  } & PublicProps;
928
924
  expose(exposed: ShallowUnwrapRef<{}>): void;
929
925
  attrs: any;
930
- slots: ReturnType<() => {
926
+ slots: {
931
927
  itemRender?(_: {
932
928
  item: T;
933
929
  }): any;
934
930
  default?(_: {}): any;
935
- }>;
931
+ };
936
932
  emit: {
937
933
  (event: "onSelect", value: T): void;
938
934
  (event: "afterEnter", el: Element): void;
939
935
  (event: "afterLeave", el: Element): void;
940
- } & {};
936
+ };
941
937
  }>) => VNode<RendererNode, RendererElement, {
942
938
  [key: string]: any;
943
939
  }> & {
944
940
  __ctx?: Awaited<typeof __VLS_setup>;
945
- }) & Plugin & (new (...args: any[]) => {
941
+ }) & ( Plugin & (new (...args: any[]) => {
946
942
  $props: {
947
943
  onClick?: () => void;
948
944
  };
949
- });
945
+ }));
950
946
  export declare const ApExportGroup: {
951
947
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
952
948
  selectedRowKeys: {
@@ -1083,11 +1079,11 @@ export declare const ApExportGroup: {
1083
1079
  beforeRequest: {
1084
1080
  type: PropType<(params: any) => Record<string, any>>;
1085
1081
  };
1086
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
1082
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
1087
1083
  $props: {
1088
1084
  onClick?: () => void;
1089
1085
  };
1090
- }))));
1086
+ }));
1091
1087
  export declare const ApInputRadio: DefineComponent<{
1092
1088
  onBlur: {
1093
1089
  type: PropType<(e: FocusEvent) => void>;
@@ -1104,13 +1100,13 @@ export declare const ApInputRadio: DefineComponent<{
1104
1100
  value: {
1105
1101
  type: PropType<Record<"inputval" | "radioVal", string | number>>;
1106
1102
  };
1103
+ disabled: {
1104
+ type: PropType<boolean>;
1105
+ };
1107
1106
  options: {
1108
1107
  type: PropType<ApInputRadioOptions>;
1109
1108
  required: true;
1110
1109
  };
1111
- disabled: {
1112
- type: PropType<boolean>;
1113
- };
1114
1110
  bordered: {
1115
1111
  type: PropType<boolean>;
1116
1112
  default: boolean;
@@ -1174,13 +1170,13 @@ export declare const ApInputRadio: DefineComponent<{
1174
1170
  value: {
1175
1171
  type: PropType<Record<"inputval" | "radioVal", string | number>>;
1176
1172
  };
1173
+ disabled: {
1174
+ type: PropType<boolean>;
1175
+ };
1177
1176
  options: {
1178
1177
  type: PropType<ApInputRadioOptions>;
1179
1178
  required: true;
1180
1179
  };
1181
- disabled: {
1182
- type: PropType<boolean>;
1183
- };
1184
1180
  bordered: {
1185
1181
  type: PropType<boolean>;
1186
1182
  default: boolean;
@@ -1905,62 +1901,74 @@ export declare const ApBatchActionGroup: DefineComponent<{
1905
1901
  };
1906
1902
  }>>, {}, {}>;
1907
1903
  export declare const ApImage: DefineComponent<{
1908
- getOssAccess: PropType<() => Promise< accessCreate>>;
1909
- src: StringConstructor;
1910
- wrapperClassName: StringConstructor;
1911
- wrapperStyle: {
1912
- type: PropType<CSSProperties>;
1913
- default: CSSProperties;
1904
+ width: {
1905
+ type: PropType<string | number>;
1914
1906
  };
1915
- rootClassName: StringConstructor;
1916
- prefixCls: StringConstructor;
1917
- previewPrefixCls: StringConstructor;
1918
- previewMask: {
1919
- type: PropType<false | (() => any)>;
1920
- default: any;
1907
+ height: {
1908
+ type: PropType<string | number>;
1921
1909
  };
1922
- placeholder: VueTypeValidableDef<any>;
1923
- fallback: StringConstructor;
1924
1910
  preview: {
1925
- type: PropType<boolean | ImagePreviewType>;
1926
- default: boolean | ImagePreviewType;
1911
+ type: PropType<boolean | {
1912
+ visible?: boolean;
1913
+ onVisibleChange?: (visible: boolean, prevVisible: boolean) => void;
1914
+ getContainer: string | HTMLElement | (() => HTMLElement);
1915
+ src?: string;
1916
+ maskClassName?: string;
1917
+ current?: number;
1918
+ }>;
1919
+ default: boolean;
1920
+ };
1921
+ src: {
1922
+ type: PropType<string>;
1923
+ };
1924
+ alt: {
1925
+ type: PropType<string>;
1927
1926
  };
1928
- onClick: {
1929
- type: PropType<MouseEventHandler>;
1927
+ getOssAccess: {
1928
+ type: PropType<() => Promise< accessCreate>>;
1930
1929
  };
1931
- onError: {
1932
- type: PropType<OnErrorEventHandlerNonNull>;
1930
+ fallback: {
1931
+ type: PropType<string>;
1933
1932
  };
1934
1933
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1935
- getOssAccess: PropType<() => Promise< accessCreate>>;
1936
- src: StringConstructor;
1937
- wrapperClassName: StringConstructor;
1938
- wrapperStyle: {
1939
- type: PropType<CSSProperties>;
1940
- default: CSSProperties;
1934
+ width: {
1935
+ type: PropType<string | number>;
1941
1936
  };
1942
- rootClassName: StringConstructor;
1943
- prefixCls: StringConstructor;
1944
- previewPrefixCls: StringConstructor;
1945
- previewMask: {
1946
- type: PropType<false | (() => any)>;
1947
- default: any;
1937
+ height: {
1938
+ type: PropType<string | number>;
1948
1939
  };
1949
- placeholder: VueTypeValidableDef<any>;
1950
- fallback: StringConstructor;
1951
1940
  preview: {
1952
- type: PropType<boolean | ImagePreviewType>;
1953
- default: boolean | ImagePreviewType;
1941
+ type: PropType<boolean | {
1942
+ visible?: boolean;
1943
+ onVisibleChange?: (visible: boolean, prevVisible: boolean) => void;
1944
+ getContainer: string | HTMLElement | (() => HTMLElement);
1945
+ src?: string;
1946
+ maskClassName?: string;
1947
+ current?: number;
1948
+ }>;
1949
+ default: boolean;
1954
1950
  };
1955
- onClick: {
1956
- type: PropType<MouseEventHandler>;
1951
+ src: {
1952
+ type: PropType<string>;
1957
1953
  };
1958
- onError: {
1959
- type: PropType<OnErrorEventHandlerNonNull>;
1954
+ alt: {
1955
+ type: PropType<string>;
1956
+ };
1957
+ getOssAccess: {
1958
+ type: PropType<() => Promise< accessCreate>>;
1959
+ };
1960
+ fallback: {
1961
+ type: PropType<string>;
1960
1962
  };
1961
1963
  }>>, {
1962
- preview: boolean | ImagePreviewType;
1963
- wrapperStyle: CSSProperties;
1964
- previewMask: false | (() => any);
1964
+ preview: boolean | {
1965
+ visible?: boolean;
1966
+ onVisibleChange?: (visible: boolean, prevVisible: boolean) => void;
1967
+ getContainer: string | HTMLElement | (() => HTMLElement);
1968
+ src?: string;
1969
+ maskClassName?: string;
1970
+ current?: number;
1971
+ };
1965
1972
  }, {}>;
1966
1973
  export { ApTransformDataHelper };
1974
+ export * from './ap-table-modal';