@aplus-frontend/ui 0.1.21 → 0.1.23

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