@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
@@ -1,9 +1,213 @@
1
1
  import { ApFormItemRadioProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
- import { ApFieldRadioProps } from '../../../ap-field';
3
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
4
+ import { RadioChangeEvent, RadioGroupProps } from 'ant-design-vue';
5
+ import { FieldMode, ApFieldRadioProps } from '../../..';
6
+ import { RadioGroupChildOption } from 'ant-design-vue/es/radio/Group';
7
+ import { RadioGroupButtonStyle, RadioGroupOptionType } from 'ant-design-vue/es/radio/interface';
5
8
  type ApFormItemRadioSlots = Omit<ApFormItemSlots, 'default'>;
6
- declare function __VLS_template(): Readonly<ApFormItemRadioSlots> & ApFormItemRadioSlots;
9
+ declare function __VLS_template(): {
10
+ slots: Readonly<ApFormItemRadioSlots> & ApFormItemRadioSlots;
11
+ refs: {
12
+ radioRef: CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
13
+ size: {
14
+ type: PropType<"small" | "default" | "large">;
15
+ };
16
+ style: {
17
+ type: PropType<unknown>;
18
+ };
19
+ onChange: {
20
+ type: PropType<(e: RadioChangeEvent) => void>;
21
+ };
22
+ mode: {
23
+ type: PropType<FieldMode>;
24
+ default: string;
25
+ };
26
+ class: {
27
+ type: PropType<unknown>;
28
+ };
29
+ value: {
30
+ type: PropType<any>;
31
+ };
32
+ vertical: {
33
+ type: PropType<boolean>;
34
+ default: boolean;
35
+ };
36
+ disabled: {
37
+ type: PropType<boolean>;
38
+ };
39
+ prefixCls: {
40
+ type: PropType<string>;
41
+ };
42
+ name: {
43
+ type: PropType<string>;
44
+ };
45
+ options: {
46
+ type: PropType<(string | number | RadioGroupChildOption)[]>;
47
+ };
48
+ 'onUpdate:value': {
49
+ type: PropType<(val: any) => void>;
50
+ };
51
+ id: {
52
+ type: PropType<string>;
53
+ };
54
+ buttonStyle: {
55
+ type: PropType<RadioGroupButtonStyle>;
56
+ };
57
+ optionType: {
58
+ type: PropType<RadioGroupOptionType>;
59
+ };
60
+ emptyText: {
61
+ type: PropType<string>;
62
+ default: string;
63
+ };
64
+ request: {
65
+ type: PropType<() => Promise< RadioGroupProps["options"]>>;
66
+ };
67
+ }>> & {
68
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
69
+ }, {
70
+ focus: () => void;
71
+ blur: () => void;
72
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
73
+ "update:value": (...args: any[]) => void;
74
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
75
+ size: {
76
+ type: PropType<"small" | "default" | "large">;
77
+ };
78
+ style: {
79
+ type: PropType<unknown>;
80
+ };
81
+ onChange: {
82
+ type: PropType<(e: RadioChangeEvent) => void>;
83
+ };
84
+ mode: {
85
+ type: PropType<FieldMode>;
86
+ default: string;
87
+ };
88
+ class: {
89
+ type: PropType<unknown>;
90
+ };
91
+ value: {
92
+ type: PropType<any>;
93
+ };
94
+ vertical: {
95
+ type: PropType<boolean>;
96
+ default: boolean;
97
+ };
98
+ disabled: {
99
+ type: PropType<boolean>;
100
+ };
101
+ prefixCls: {
102
+ type: PropType<string>;
103
+ };
104
+ name: {
105
+ type: PropType<string>;
106
+ };
107
+ options: {
108
+ type: PropType<(string | number | RadioGroupChildOption)[]>;
109
+ };
110
+ 'onUpdate:value': {
111
+ type: PropType<(val: any) => void>;
112
+ };
113
+ id: {
114
+ type: PropType<string>;
115
+ };
116
+ buttonStyle: {
117
+ type: PropType<RadioGroupButtonStyle>;
118
+ };
119
+ optionType: {
120
+ type: PropType<RadioGroupOptionType>;
121
+ };
122
+ emptyText: {
123
+ type: PropType<string>;
124
+ default: string;
125
+ };
126
+ request: {
127
+ type: PropType<() => Promise< RadioGroupProps["options"]>>;
128
+ };
129
+ }>> & {
130
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
131
+ }, {
132
+ mode: FieldMode;
133
+ vertical: boolean;
134
+ emptyText: string;
135
+ }, true, {}, {}, {
136
+ P: {};
137
+ B: {};
138
+ D: {};
139
+ C: {};
140
+ M: {};
141
+ Defaults: {};
142
+ }, Readonly< ExtractPropTypes<{
143
+ size: {
144
+ type: PropType<"small" | "default" | "large">;
145
+ };
146
+ style: {
147
+ type: PropType<unknown>;
148
+ };
149
+ onChange: {
150
+ type: PropType<(e: RadioChangeEvent) => void>;
151
+ };
152
+ mode: {
153
+ type: PropType<FieldMode>;
154
+ default: string;
155
+ };
156
+ class: {
157
+ type: PropType<unknown>;
158
+ };
159
+ value: {
160
+ type: PropType<any>;
161
+ };
162
+ vertical: {
163
+ type: PropType<boolean>;
164
+ default: boolean;
165
+ };
166
+ disabled: {
167
+ type: PropType<boolean>;
168
+ };
169
+ prefixCls: {
170
+ type: PropType<string>;
171
+ };
172
+ name: {
173
+ type: PropType<string>;
174
+ };
175
+ options: {
176
+ type: PropType<(string | number | RadioGroupChildOption)[]>;
177
+ };
178
+ 'onUpdate:value': {
179
+ type: PropType<(val: any) => void>;
180
+ };
181
+ id: {
182
+ type: PropType<string>;
183
+ };
184
+ buttonStyle: {
185
+ type: PropType<RadioGroupButtonStyle>;
186
+ };
187
+ optionType: {
188
+ type: PropType<RadioGroupOptionType>;
189
+ };
190
+ emptyText: {
191
+ type: PropType<string>;
192
+ default: string;
193
+ };
194
+ request: {
195
+ type: PropType<() => Promise< RadioGroupProps["options"]>>;
196
+ };
197
+ }>> & {
198
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
199
+ }, {
200
+ focus: () => void;
201
+ blur: () => void;
202
+ }, {}, {}, {}, {
203
+ mode: FieldMode;
204
+ vertical: boolean;
205
+ emptyText: string;
206
+ }> | null;
207
+ };
208
+ attrs: Partial<{}>;
209
+ };
210
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
211
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemRadioProps>, {
8
212
  hasFeedback: boolean;
9
213
  colon: undefined;
@@ -32,21 +236,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
32
236
  autoLink: boolean;
33
237
  validateFirst: boolean;
34
238
  }, {}>;
35
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
239
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
240
  export default _default;
37
241
  type __VLS_WithDefaults<P, D> = {
38
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
242
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
39
243
  default: D[K];
40
244
  }> : P[K];
41
245
  };
42
- type __VLS_Prettify<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
45
- type __VLS_WithTemplateSlots<T, S> = T & {
46
- new (): {
47
- $slots: S;
48
- };
49
- };
50
246
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
51
247
  type __VLS_TypePropsToOption<T> = {
52
248
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -56,3 +252,11 @@ type __VLS_TypePropsToOption<T> = {
56
252
  required: true;
57
253
  };
58
254
  };
255
+ type __VLS_WithTemplateSlots<T, S> = T & {
256
+ new (): {
257
+ $slots: S;
258
+ };
259
+ };
260
+ type __VLS_PrettifyLocal<T> = {
261
+ [K in keyof T]: T[K];
262
+ } & {};
@@ -1,34 +1,39 @@
1
1
  import { ApFormItemSelectProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
- import { ApFieldSelectProps } from '../../../ap-field';
5
- declare function __VLS_template(): Readonly<{
6
- notFoundContent: any;
7
- suffixIcon: any;
8
- itemIcon: any;
9
- removeIcon: any;
10
- clearIcon: any;
11
- dropdownRender: any;
12
- option: any;
13
- placeholder: any;
14
- tagRender: any;
15
- maxTagPlaceholder: any;
16
- optionLabel: any;
17
- default: any;
18
- } & Omit<ApFormItemSlots, "default">> & {
19
- notFoundContent: any;
20
- suffixIcon: any;
21
- itemIcon: any;
22
- removeIcon: any;
23
- clearIcon: any;
24
- dropdownRender: any;
25
- option: any;
26
- placeholder: any;
27
- tagRender: any;
28
- maxTagPlaceholder: any;
29
- optionLabel: any;
30
- default: any;
31
- } & Omit<ApFormItemSlots, "default">;
4
+ import { ApFieldSelectProps } from '../../..';
5
+ declare function __VLS_template(): {
6
+ slots: Readonly<{
7
+ notFoundContent: any;
8
+ suffixIcon: any;
9
+ itemIcon: any;
10
+ removeIcon: any;
11
+ clearIcon: any;
12
+ dropdownRender: any;
13
+ option: any;
14
+ placeholder: any;
15
+ tagRender: any;
16
+ maxTagPlaceholder: any;
17
+ optionLabel: any;
18
+ default: any;
19
+ } & Omit<ApFormItemSlots, "default">> & {
20
+ notFoundContent: any;
21
+ suffixIcon: any;
22
+ itemIcon: any;
23
+ removeIcon: any;
24
+ clearIcon: any;
25
+ dropdownRender: any;
26
+ option: any;
27
+ placeholder: any;
28
+ tagRender: any;
29
+ maxTagPlaceholder: any;
30
+ optionLabel: any;
31
+ default: any;
32
+ } & Omit<ApFormItemSlots, "default">;
33
+ refs: {};
34
+ attrs: Partial<{}>;
35
+ };
36
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
37
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemSelectProps>, {
33
38
  hasFeedback: boolean;
34
39
  colon: undefined;
@@ -57,21 +62,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
57
62
  autoLink: boolean;
58
63
  validateFirst: boolean;
59
64
  }, {}>;
60
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
65
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
61
66
  export default _default;
62
67
  type __VLS_WithDefaults<P, D> = {
63
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
68
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
64
69
  default: D[K];
65
70
  }> : P[K];
66
71
  };
67
- type __VLS_Prettify<T> = {
68
- [K in keyof T]: T[K];
69
- } & {};
70
- type __VLS_WithTemplateSlots<T, S> = T & {
71
- new (): {
72
- $slots: S;
73
- };
74
- };
75
72
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
76
73
  type __VLS_TypePropsToOption<T> = {
77
74
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -81,3 +78,11 @@ type __VLS_TypePropsToOption<T> = {
81
78
  required: true;
82
79
  };
83
80
  };
81
+ type __VLS_WithTemplateSlots<T, S> = T & {
82
+ new (): {
83
+ $slots: S;
84
+ };
85
+ };
86
+ type __VLS_PrettifyLocal<T> = {
87
+ [K in keyof T]: T[K];
88
+ } & {};
@@ -2,15 +2,20 @@ import { ApFormItemSwitchProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
  import { ApFieldSwitchProps } from '../../..';
5
- declare function __VLS_template(): Readonly<{
6
- checkedChildren: any;
7
- unCheckedChildren: any;
8
- default: any;
9
- } & Omit<ApFormItemSlots, "default">> & {
10
- checkedChildren: any;
11
- unCheckedChildren: any;
12
- default: any;
13
- } & Omit<ApFormItemSlots, "default">;
5
+ declare function __VLS_template(): {
6
+ slots: Readonly<{
7
+ checkedChildren: any;
8
+ unCheckedChildren: any;
9
+ default: any;
10
+ } & Omit<ApFormItemSlots, "default">> & {
11
+ checkedChildren: any;
12
+ unCheckedChildren: any;
13
+ default: any;
14
+ } & Omit<ApFormItemSlots, "default">;
15
+ refs: {};
16
+ attrs: Partial<{}>;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
19
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemSwitchProps>, {
15
20
  hasFeedback: boolean;
16
21
  colon: undefined;
@@ -39,21 +44,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
39
44
  validateFirst: boolean;
40
45
  valuePropName: string;
41
46
  }, {}>;
42
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
47
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
48
  export default _default;
44
49
  type __VLS_WithDefaults<P, D> = {
45
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
50
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
46
51
  default: D[K];
47
52
  }> : P[K];
48
53
  };
49
- type __VLS_Prettify<T> = {
50
- [K in keyof T]: T[K];
51
- } & {};
52
- type __VLS_WithTemplateSlots<T, S> = T & {
53
- new (): {
54
- $slots: S;
55
- };
56
- };
57
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
55
  type __VLS_TypePropsToOption<T> = {
59
56
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -63,3 +60,11 @@ type __VLS_TypePropsToOption<T> = {
63
60
  required: true;
64
61
  };
65
62
  };
63
+ type __VLS_WithTemplateSlots<T, S> = T & {
64
+ new (): {
65
+ $slots: S;
66
+ };
67
+ };
68
+ type __VLS_PrettifyLocal<T> = {
69
+ [K in keyof T]: T[K];
70
+ } & {};