@aplus-frontend/ui 0.1.41 → 0.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1995) hide show
  1. package/es/index.mjs +202 -296
  2. package/es/src/ap-action/group/style/css.d.ts +1 -0
  3. package/es/src/ap-action/group/style/css.js +1 -0
  4. package/es/src/ap-action/group/style/index.d.ts +1 -0
  5. package/es/src/ap-action/group/style/index.js +1 -0
  6. package/es/src/ap-action/item/index.vue2.mjs +9 -10
  7. package/es/src/ap-action/item/style/css.js +2 -0
  8. package/es/src/ap-action/item/style/index.js +2 -0
  9. package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
  10. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -8
  11. package/es/src/ap-action/item-dropdown/style/css.js +1 -0
  12. package/es/src/ap-action/item-dropdown/style/index.js +1 -0
  13. package/es/src/ap-action/item-modal/style/css.d.ts +1 -0
  14. package/es/src/ap-action/item-modal/style/css.js +1 -0
  15. package/es/src/ap-action/item-modal/style/index.d.ts +1 -0
  16. package/es/src/ap-action/item-modal/style/index.js +1 -0
  17. package/es/src/ap-action/item-popconfirm/style/css.d.ts +1 -0
  18. package/es/src/ap-action/item-popconfirm/style/css.js +1 -0
  19. package/es/src/ap-action/item-popconfirm/style/index.d.ts +1 -0
  20. package/es/src/ap-action/item-popconfirm/style/index.js +1 -0
  21. package/es/src/ap-action-button/style/index.d.ts +1 -0
  22. package/es/src/ap-action-button/style/index.js +1 -0
  23. package/es/src/ap-button/ap-button.vue.mjs +8 -9
  24. package/es/src/ap-button/style/css.js +1 -0
  25. package/es/src/ap-button/style/index.js +1 -0
  26. package/es/src/ap-custom-select/style/css.js +1 -0
  27. package/es/src/ap-custom-select/style/index.js +1 -0
  28. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +2 -3
  29. package/es/src/ap-descriptions/ap-descriptions.vue2.mjs +2 -3
  30. package/es/src/ap-descriptions/style/css.js +1 -0
  31. package/es/src/ap-descriptions/style/index.js +1 -0
  32. package/es/src/ap-download/ap-download.vue.mjs +2 -3
  33. package/es/src/ap-download/style/css.js +1 -0
  34. package/es/src/ap-download/style/index.js +1 -0
  35. package/es/src/ap-field/checkbox/index.vue.mjs +2 -3
  36. package/es/src/ap-field/checkbox/style/css.d.ts +0 -0
  37. package/es/src/ap-field/checkbox/style/css.js +1 -0
  38. package/es/src/ap-field/checkbox/style/index.d.ts +0 -0
  39. package/es/src/ap-field/checkbox/style/index.js +1 -0
  40. package/es/src/ap-field/date/index.vue.d.ts +7 -7
  41. package/es/src/ap-field/date/style/css.d.ts +1 -0
  42. package/es/src/ap-field/date/style/css.js +1 -0
  43. package/es/src/ap-field/date/style/index.d.ts +1 -0
  44. package/es/src/ap-field/date/style/index.js +1 -0
  45. package/es/src/ap-field/date-range/index.vue.d.ts +7 -7
  46. package/es/src/ap-field/date-range/style/css.d.ts +1 -0
  47. package/es/src/ap-field/date-range/style/css.js +1 -0
  48. package/es/src/ap-field/date-range/style/index.d.ts +1 -0
  49. package/es/src/ap-field/date-range/style/index.js +1 -0
  50. package/es/src/ap-field/number/index.vue.d.ts +1 -1
  51. package/es/src/ap-field/number/index.vue.mjs +2 -3
  52. package/es/src/ap-field/number/style/css.d.ts +0 -0
  53. package/es/src/ap-field/number/style/css.js +1 -0
  54. package/es/src/ap-field/number/style/index.d.ts +0 -0
  55. package/es/src/ap-field/number/style/index.js +1 -0
  56. package/es/src/ap-field/password/style/css.d.ts +1 -0
  57. package/es/src/ap-field/password/style/css.js +1 -0
  58. package/es/src/ap-field/password/style/index.d.ts +1 -0
  59. package/es/src/ap-field/password/style/index.js +1 -0
  60. package/es/src/ap-field/radio/index.vue.mjs +2 -3
  61. package/es/src/ap-field/radio/style/css.d.ts +0 -0
  62. package/es/src/ap-field/radio/style/css.js +1 -0
  63. package/es/src/ap-field/radio/style/style.d.ts +0 -0
  64. package/es/src/ap-field/rate/style/css.d.ts +1 -0
  65. package/es/src/ap-field/rate/style/css.js +1 -0
  66. package/es/src/ap-field/rate/style/index.d.ts +1 -0
  67. package/es/src/ap-field/rate/style/index.js +1 -0
  68. package/es/src/ap-field/segmented/style/css.d.ts +1 -0
  69. package/es/src/ap-field/segmented/style/css.js +1 -0
  70. package/es/src/ap-field/segmented/style/index.d.ts +1 -0
  71. package/es/src/ap-field/segmented/style/index.js +1 -0
  72. package/es/src/ap-field/select/index.vue.d.ts +2 -2
  73. package/es/src/ap-field/select/style/css.d.ts +1 -0
  74. package/es/src/ap-field/select/style/css.js +1 -0
  75. package/es/src/ap-field/select/style/index.d.ts +1 -0
  76. package/es/src/ap-field/select/style/index.js +1 -0
  77. package/es/src/ap-field/slider/index.vue.d.ts +1 -1
  78. package/es/src/ap-field/slider/style/css.d.ts +1 -0
  79. package/es/src/ap-field/slider/style/css.js +1 -0
  80. package/es/src/ap-field/slider/style/index.d.ts +1 -0
  81. package/es/src/ap-field/slider/style/index.js +1 -0
  82. package/es/src/ap-field/style/css.d.ts +0 -0
  83. package/es/src/ap-field/style/css.js +1 -0
  84. package/es/src/ap-field/style/index.d.ts +0 -0
  85. package/es/src/ap-field/style/index.js +1 -0
  86. package/es/src/ap-field/switch/style/css.d.ts +1 -0
  87. package/es/src/ap-field/switch/style/css.js +1 -0
  88. package/es/src/ap-field/switch/style/index.d.ts +1 -0
  89. package/es/src/ap-field/switch/style/index.js +1 -0
  90. package/es/src/ap-field/text/index.vue.d.ts +2 -2
  91. package/es/src/ap-field/text/password.vue.d.ts +3 -3
  92. package/es/src/ap-field/text/style/css.d.ts +1 -0
  93. package/es/src/ap-field/text/style/css.js +1 -0
  94. package/es/src/ap-field/text/style/index.d.ts +1 -0
  95. package/es/src/ap-field/text/style/index.js +1 -0
  96. package/es/src/ap-field/text-area/index.vue.d.ts +2 -2
  97. package/es/src/ap-field/text-area/index.vue.mjs +9 -10
  98. package/es/src/ap-field/text-area/style/css.d.ts +0 -0
  99. package/es/src/ap-field/text-area/style/css.js +1 -0
  100. package/es/src/ap-field/text-area/style/index.d.ts +0 -0
  101. package/es/src/ap-field/text-area/style/index.js +1 -0
  102. package/es/src/ap-form/ap-form.vue.d.ts +1 -1
  103. package/es/src/ap-form/dependency/style/css.d.ts +1 -0
  104. package/es/src/ap-form/dependency/style/css.js +1 -0
  105. package/es/src/ap-form/dependency/style/index.d.ts +1 -0
  106. package/es/src/ap-form/dependency/style/index.js +1 -0
  107. package/es/src/ap-form/drawer-form/index.vue.d.ts +830 -0
  108. package/es/src/ap-form/drawer-form/index.vue.mjs +287 -0
  109. package/es/src/ap-form/drawer-form/style/css.d.ts +0 -0
  110. package/es/src/ap-form/drawer-form/style/css.js +1 -0
  111. package/es/src/ap-form/drawer-form/style/index.d.ts +0 -0
  112. package/es/src/ap-form/drawer-form/style/index.js +1 -0
  113. package/es/src/ap-form/index.d.ts +4 -4
  114. package/es/src/ap-form/index.mjs +8 -8
  115. package/es/src/ap-form/item/index.vue.d.ts +1059 -0
  116. package/es/src/ap-form/item/index.vue.mjs +188 -0
  117. package/es/src/ap-form/item/index.vue2.mjs +4 -0
  118. package/es/src/ap-form/item/style/css.d.ts +0 -0
  119. package/es/src/ap-form/item/style/css.js +1 -0
  120. package/es/src/ap-form/item/style/style.d.ts +0 -0
  121. package/es/src/ap-form/item-checkbox/style/css.d.ts +1 -0
  122. package/es/src/ap-form/item-checkbox/style/css.js +1 -0
  123. package/es/src/ap-form/item-checkbox/style/index.d.ts +1 -0
  124. package/es/src/ap-form/item-checkbox/style/index.js +1 -0
  125. package/es/src/ap-form/item-date/style/css.d.ts +1 -0
  126. package/es/src/ap-form/item-date/style/css.js +1 -0
  127. package/es/src/ap-form/item-date/style/index.d.ts +1 -0
  128. package/es/src/ap-form/item-date/style/index.js +1 -0
  129. package/es/src/ap-form/item-date-range/style/css.d.ts +1 -0
  130. package/es/src/ap-form/item-date-range/style/css.js +1 -0
  131. package/es/src/ap-form/item-date-range/style/index.d.ts +1 -0
  132. package/es/src/ap-form/item-date-range/style/index.js +1 -0
  133. package/es/src/ap-form/item-group/index.vue.mjs +62 -0
  134. package/es/src/ap-form/item-group/index.vue2.mjs +4 -0
  135. package/es/src/ap-form/item-group/style/css.d.ts +0 -0
  136. package/es/src/ap-form/item-group/style/css.js +1 -0
  137. package/es/src/ap-form/item-group/style/index.d.ts +0 -0
  138. package/es/src/ap-form/item-group/style/index.js +1 -0
  139. package/es/src/ap-form/item-number/style/css.d.ts +1 -0
  140. package/es/src/ap-form/item-number/style/css.js +1 -0
  141. package/es/src/ap-form/item-number/style/index.d.ts +1 -0
  142. package/es/src/ap-form/item-number/style/index.js +1 -0
  143. package/es/src/ap-form/item-radio/style/css.d.ts +1 -0
  144. package/es/src/ap-form/item-radio/style/css.js +1 -0
  145. package/es/src/ap-form/item-radio/style/index.d.ts +1 -0
  146. package/es/src/ap-form/item-radio/style/index.js +1 -0
  147. package/es/src/ap-form/item-select/style/css.d.ts +1 -0
  148. package/es/src/ap-form/item-select/style/css.js +1 -0
  149. package/es/src/ap-form/item-select/style/index.d.ts +1 -0
  150. package/es/src/ap-form/item-select/style/index.js +1 -0
  151. package/es/src/ap-form/item-switch/style/css.d.ts +1 -0
  152. package/es/src/ap-form/item-switch/style/css.js +1 -0
  153. package/es/src/ap-form/item-switch/style/index.d.ts +1 -0
  154. package/es/src/ap-form/item-switch/style/index.js +1 -0
  155. package/es/src/ap-form/item-text/style/css.d.ts +1 -0
  156. package/es/src/ap-form/item-text/style/css.js +1 -0
  157. package/es/src/ap-form/item-text/style/index.d.ts +1 -0
  158. package/es/src/ap-form/item-text/style/index.js +1 -0
  159. package/es/src/ap-form/item-text-area/style/css.d.ts +1 -0
  160. package/es/src/ap-form/item-text-area/style/css.js +1 -0
  161. package/es/src/ap-form/item-text-area/style/index.d.ts +1 -0
  162. package/es/src/ap-form/item-text-area/style/index.js +1 -0
  163. package/es/src/ap-form/item-text-password/style/css.d.ts +1 -0
  164. package/es/src/ap-form/item-text-password/style/css.js +1 -0
  165. package/es/src/ap-form/item-text-password/style/index.d.ts +1 -0
  166. package/es/src/ap-form/item-text-password/style/index.js +1 -0
  167. package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
  168. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  169. package/es/src/ap-form/items/date/index.vue.d.ts +2 -2
  170. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  171. package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -2
  172. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  173. package/es/src/ap-form/items/number/index.vue.d.ts +93 -93
  174. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  175. package/es/src/ap-form/items/radio/index.vue.d.ts +23 -23
  176. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  177. package/es/src/ap-form/items/select/index.vue.d.ts +2 -2
  178. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  179. package/es/src/ap-form/items/switch/index.vue.d.ts +2 -2
  180. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  181. package/es/src/ap-form/items/text/index.vue.d.ts +99 -99
  182. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  183. package/es/src/ap-form/items/text/password.vue.d.ts +118 -118
  184. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  185. package/es/src/ap-form/items/text-area/index.vue.d.ts +78 -78
  186. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  187. package/es/src/ap-form/list/index.vue.d.ts +41 -0
  188. package/es/src/ap-form/list/index.vue.mjs +51 -0
  189. package/es/src/ap-form/list/index.vue2.mjs +4 -0
  190. package/es/src/ap-form/list/style/css.d.ts +1 -0
  191. package/es/src/ap-form/list/style/css.js +1 -0
  192. package/es/src/ap-form/list/style/index.d.ts +1 -0
  193. package/es/src/ap-form/list/style/index.js +1 -0
  194. package/es/src/ap-form/modal-form/index.vue.d.ts +65 -65
  195. package/es/src/ap-form/modal-form/index.vue.mjs +2 -3
  196. package/es/src/ap-form/modal-form/style/css.d.ts +0 -0
  197. package/es/src/ap-form/modal-form/style/css.js +1 -0
  198. package/es/src/ap-form/modal-form/style/index.d.ts +0 -0
  199. package/es/src/ap-form/modal-form/style/index.js +1 -0
  200. package/es/src/ap-form/search-form/index.vue.d.ts +64 -64
  201. package/es/src/ap-form/search-form/index.vue.mjs +5 -6
  202. package/es/src/ap-form/search-form/style/css.d.ts +0 -0
  203. package/es/src/ap-form/search-form/style/css.js +1 -0
  204. package/es/src/ap-form/search-form/style/index.d.ts +0 -0
  205. package/es/src/ap-form/search-form/style/index.js +1 -0
  206. package/es/src/ap-form/set/style/css.d.ts +1 -0
  207. package/es/src/ap-form/set/style/css.js +1 -0
  208. package/es/src/ap-form/set/style/index.d.ts +1 -0
  209. package/es/src/ap-form/set/style/index.js +1 -0
  210. package/es/src/ap-form/style/css.d.ts +0 -0
  211. package/es/src/ap-form/style/css.js +1 -0
  212. package/es/src/ap-form/style/style.d.ts +0 -0
  213. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +41 -0
  214. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +71 -0
  215. package/es/src/ap-info-layout/style/css.d.ts +0 -0
  216. package/es/src/ap-info-layout/style/css.js +1 -0
  217. package/es/src/ap-info-layout/style/index.d.ts +0 -0
  218. package/es/src/ap-info-layout/style/index.js +1 -0
  219. package/es/src/ap-list/index.vue.mjs +10 -11
  220. package/es/src/ap-list/style/css.d.ts +0 -0
  221. package/es/src/ap-list/style/css.js +1 -0
  222. package/es/src/ap-list/style/index.d.ts +0 -0
  223. package/es/src/ap-list/style/index.js +1 -0
  224. package/es/src/ap-modal/style/css.d.ts +1 -0
  225. package/es/src/ap-modal/style/css.js +1 -0
  226. package/es/src/ap-modal/style/index.d.ts +1 -0
  227. package/es/src/ap-modal/style/index.js +1 -0
  228. package/es/src/ap-table/ap-table.vue.mjs +2 -3
  229. package/es/src/ap-table/components/index/index.vue2.mjs +7 -8
  230. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +2 -3
  231. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +7 -8
  232. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +2 -3
  233. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +12 -13
  234. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +17 -18
  235. package/es/src/ap-table/constants.d.ts +2263 -2263
  236. package/es/src/ap-table/style/css.d.ts +0 -0
  237. package/es/src/ap-table/style/css.js +1 -0
  238. package/es/src/ap-table/style/index.d.ts +0 -0
  239. package/es/src/ap-table/style/index.js +1 -0
  240. package/es/src/ap-table/utils.d.ts +1075 -1073
  241. package/es/src/ap-table/utils.mjs +1 -1
  242. package/es/src/ap-tag/ap-tag-group.vue.mjs +2 -3
  243. package/es/src/ap-tag/ap-tag.vue.mjs +7 -8
  244. package/es/src/ap-tag/group/style/css.d.ts +0 -0
  245. package/es/src/ap-tag/group/style/css.js +1 -0
  246. package/es/src/ap-tag/group/style/index.d.ts +0 -0
  247. package/es/src/ap-tag/group/style/index.js +1 -0
  248. package/es/src/ap-tag/style/css.d.ts +0 -0
  249. package/es/src/ap-tag/style/css.js +1 -0
  250. package/es/src/ap-tag/style/index.d.ts +0 -0
  251. package/es/src/ap-tag/style/index.js +1 -0
  252. package/es/src/ap-upload/apUpload.vue.mjs +16 -17
  253. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +2 -3
  254. package/es/src/ap-upload/components/Picture.vue2.mjs +2 -3
  255. package/es/src/ap-upload/components/SingleFile.vue2.mjs +41 -40
  256. package/es/src/ap-upload/style/css.d.ts +0 -0
  257. package/es/src/ap-upload/style/css.js +1 -0
  258. package/es/src/ap-upload/style/index.d.ts +0 -0
  259. package/es/src/ap-upload/style/index.js +1 -0
  260. package/es/src/business/ap-attachment/ApAttachment.mjs +2 -3
  261. package/es/src/business/ap-attachment/index.d.ts +214 -1
  262. package/es/src/business/ap-attachment/index.mjs +7 -0
  263. package/es/src/business/ap-attachment/style/css.d.ts +0 -0
  264. package/es/src/business/ap-attachment/style/css.js +1 -0
  265. package/es/src/business/ap-attachment/style/index.d.ts +0 -0
  266. package/es/src/business/ap-attachment/style/index.js +1 -0
  267. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -3
  268. package/es/src/business/ap-batch-action/index.d.ts +53 -0
  269. package/es/src/business/ap-batch-action/index.mjs +8 -0
  270. package/es/src/business/ap-batch-action/style/css.d.ts +0 -0
  271. package/es/src/business/ap-batch-action/style/css.js +1 -0
  272. package/es/src/business/ap-batch-action/style/index.d.ts +0 -0
  273. package/es/src/business/ap-batch-action/style/index.js +1 -0
  274. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +42 -43
  275. package/es/src/business/ap-batch-action-group/index.d.ts +1214 -0
  276. package/es/src/business/ap-batch-action-group/index.mjs +8 -0
  277. package/es/src/business/ap-batch-action-group/interface.d.ts +4 -1
  278. package/es/src/business/ap-batch-action-group/style/css.d.ts +1 -0
  279. package/es/src/business/ap-batch-action-group/style/css.js +1 -0
  280. package/es/src/business/ap-batch-action-group/style/index.d.ts +1 -0
  281. package/es/src/business/ap-batch-action-group/style/index.js +1 -0
  282. package/es/src/business/ap-button-group/index.d.ts +611 -0
  283. package/es/src/business/ap-button-group/index.mjs +8 -0
  284. package/es/src/business/ap-button-group/style/css.d.ts +1 -0
  285. package/es/src/business/ap-button-group/style/css.js +1 -0
  286. package/es/src/business/ap-button-group/style/index.d.ts +1 -0
  287. package/es/src/business/ap-button-group/style/index.js +1 -0
  288. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -8
  289. package/es/src/business/ap-card/index.d.ts +53 -0
  290. package/es/src/business/ap-card/index.mjs +8 -0
  291. package/es/src/business/ap-card/style/css.d.ts +0 -0
  292. package/es/src/business/ap-card/style/css.js +1 -0
  293. package/es/src/business/ap-card/style/index.d.ts +0 -0
  294. package/es/src/business/ap-card/style/index.js +1 -0
  295. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +2 -3
  296. package/es/src/business/ap-expand-alert/index.d.ts +63 -0
  297. package/es/src/business/ap-expand-alert/index.mjs +8 -0
  298. package/es/src/business/ap-expand-alert/style/css.d.ts +0 -0
  299. package/es/src/business/ap-expand-alert/style/css.js +1 -0
  300. package/es/src/business/ap-expand-alert/style/index.d.ts +0 -0
  301. package/es/src/business/ap-expand-alert/style/index.js +1 -0
  302. package/es/src/business/ap-export-group/index.d.ts +145 -0
  303. package/es/src/business/ap-export-group/index.mjs +11 -0
  304. package/es/src/business/ap-export-group/style/css.d.ts +1 -0
  305. package/es/src/business/ap-export-group/style/css.js +1 -0
  306. package/es/src/business/ap-export-group/style/index.d.ts +1 -0
  307. package/es/src/business/ap-export-group/style/index.js +1 -0
  308. package/es/src/business/ap-image/index.d.ts +168 -0
  309. package/es/src/business/ap-image/index.mjs +8 -0
  310. package/es/src/business/ap-image/style/css.d.ts +1 -0
  311. package/es/src/business/ap-image/style/css.js +1 -0
  312. package/es/src/business/ap-image/style/index.d.ts +1 -0
  313. package/es/src/business/ap-image/style/index.js +1 -0
  314. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +15 -16
  315. package/es/src/business/ap-input-radio/index.d.ts +371 -1
  316. package/es/src/business/ap-input-radio/index.mjs +8 -0
  317. package/es/src/business/ap-input-radio/style/css.d.ts +0 -0
  318. package/es/src/business/ap-input-radio/style/css.js +1 -0
  319. package/es/src/business/ap-input-radio/style/index.d.ts +0 -0
  320. package/es/src/business/ap-input-radio/style/index.js +1 -0
  321. package/es/src/business/ap-label/ApLabel.d.ts +4 -4
  322. package/es/src/business/ap-label/ApLabel.mjs +5 -6
  323. package/es/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
  324. package/es/src/business/ap-label/group/ApLabelGroup.mjs +29 -0
  325. package/es/src/business/ap-label/group/style/css.d.ts +1 -0
  326. package/es/src/business/ap-label/group/style/css.js +1 -0
  327. package/es/src/business/ap-label/group/style/index.d.ts +1 -0
  328. package/es/src/business/ap-label/group/style/index.js +1 -0
  329. package/es/src/business/ap-label/index.d.ts +408 -2
  330. package/es/src/business/ap-label/index.mjs +9 -0
  331. package/es/src/business/ap-label/style/css.d.ts +0 -0
  332. package/es/src/business/ap-label/style/css.js +1 -0
  333. package/es/src/business/ap-label/style/index.d.ts +0 -0
  334. package/es/src/business/ap-label/style/index.js +1 -0
  335. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
  336. package/es/src/business/ap-ladder/ApLadder.vue2.mjs +2 -3
  337. package/es/src/business/ap-ladder/index.d.ts +711 -0
  338. package/es/src/business/ap-ladder/index.mjs +9 -0
  339. package/es/src/business/ap-ladder/style/css.d.ts +0 -0
  340. package/es/src/business/ap-ladder/style/css.js +1 -0
  341. package/es/src/business/ap-ladder/style/style.d.ts +0 -0
  342. package/es/src/business/ap-select-layout/index.d.ts +48 -2
  343. package/es/src/business/ap-select-layout/index.mjs +8 -0
  344. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
  345. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +6 -7
  346. package/es/src/business/ap-select-layout/style/css.d.ts +0 -0
  347. package/es/src/business/ap-select-layout/style/css.js +1 -0
  348. package/es/src/business/ap-select-layout/style/index.d.ts +0 -0
  349. package/es/src/business/ap-select-layout/style/index.js +1 -0
  350. package/es/src/business/ap-status/ApStatus.vue2.mjs +2 -3
  351. package/es/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
  352. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +38 -0
  353. package/es/src/business/ap-status/group/style/css.d.ts +1 -0
  354. package/es/src/business/ap-status/group/style/css.js +1 -0
  355. package/es/src/business/ap-status/group/style/index.d.ts +1 -0
  356. package/es/src/business/ap-status/group/style/index.js +1 -0
  357. package/es/src/business/ap-status/index.d.ts +243 -2
  358. package/es/src/business/ap-status/index.mjs +11 -0
  359. package/es/src/business/ap-status/style/css.d.ts +0 -0
  360. package/es/src/business/ap-status/style/css.js +1 -0
  361. package/es/src/business/ap-status/style/index.d.ts +0 -0
  362. package/es/src/business/ap-status/style/index.js +1 -0
  363. package/es/src/business/ap-table-modal/index.d.ts +907 -307
  364. package/es/src/business/ap-table-modal/index.mjs +9 -8
  365. package/es/src/business/ap-table-modal/style/css.d.ts +1 -0
  366. package/es/src/business/ap-table-modal/style/css.js +1 -0
  367. package/es/src/business/ap-table-modal/style/index.d.ts +1 -0
  368. package/es/src/business/ap-table-modal/style/index.js +1 -0
  369. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
  370. package/es/src/business/ap-title/ApTitle.vue2.mjs +9 -10
  371. package/es/src/business/ap-title/index.d.ts +147 -0
  372. package/es/src/business/ap-title/index.mjs +8 -0
  373. package/es/src/business/ap-title/style/css.d.ts +0 -0
  374. package/es/src/business/ap-title/style/css.js +1 -0
  375. package/es/src/business/ap-title/style/index.d.ts +0 -0
  376. package/es/src/business/ap-title/style/index.js +1 -0
  377. package/es/src/business/index.d.ts +16 -3322
  378. package/es/src/business/index.mjs +34 -55
  379. package/es/src/check-card/group/style/css.d.ts +1 -0
  380. package/es/src/check-card/group/style/css.js +1 -0
  381. package/es/src/check-card/group/style/index.d.ts +1 -0
  382. package/es/src/check-card/group/style/index.js +1 -0
  383. package/es/src/check-card/index.vue2.mjs +2 -3
  384. package/es/src/check-card/style/css.d.ts +0 -0
  385. package/es/src/check-card/style/css.js +1 -0
  386. package/es/src/check-card/style/index.d.ts +0 -0
  387. package/es/src/check-card/style/index.js +1 -0
  388. package/es/src/components.d.ts +16 -35
  389. package/es/src/config-provider/config-provider-props.d.ts +1 -10
  390. package/es/src/config-provider/config-provider-props.mjs +2 -9
  391. package/es/src/config-provider/config-provider.d.ts +2 -21
  392. package/es/src/config-provider/config-provider.mjs +21 -27
  393. package/es/src/config-provider/constants.d.ts +8 -21
  394. package/es/src/config-provider/constants.mjs +2 -22
  395. package/es/src/config-provider/hooks/use-global-config.d.ts +2 -11
  396. package/es/src/config-provider/index.d.ts +2 -41
  397. package/es/src/config-provider/index.mjs +15 -16
  398. package/es/src/config-provider/style/css.d.ts +1 -0
  399. package/es/src/config-provider/style/css.js +1 -0
  400. package/es/src/config-provider/style/index.d.ts +1 -0
  401. package/es/src/config-provider/style/index.js +1 -0
  402. package/es/src/editable-table/form-item/style/css.d.ts +0 -0
  403. package/es/src/editable-table/form-item/style/css.js +1 -0
  404. package/es/src/editable-table/form-item/style/index.d.ts +0 -0
  405. package/es/src/editable-table/form-item/style/index.js +1 -0
  406. package/es/src/editable-table/form-item.vue.mjs +2 -3
  407. package/es/src/editable-table/index.vue.mjs +2 -3
  408. package/es/src/editable-table/style/css.d.ts +0 -0
  409. package/es/src/editable-table/style/css.js +1 -0
  410. package/es/src/editable-table/style/index.d.ts +0 -0
  411. package/es/src/editable-table/style/index.js +1 -0
  412. package/es/src/editable-table/utils.mjs +1 -1
  413. package/es/src/index.d.ts +1 -19
  414. package/es/src/index.mjs +196 -292
  415. package/es/src/locale/lang/en.mjs +0 -59
  416. package/es/src/locale/lang/zh-cn.mjs +0 -50
  417. package/es/src/utils/slot.d.ts +1 -16
  418. package/es/src/utils/slot.mjs +8 -28
  419. package/es/src/work-order-modal/style/css.d.ts +0 -0
  420. package/es/src/work-order-modal/style/css.js +1 -0
  421. package/es/src/work-order-modal/style/index.d.ts +0 -0
  422. package/es/src/work-order-modal/style/index.js +1 -0
  423. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -3
  424. package/lib/index.js +1 -1
  425. package/lib/src/ap-action/group/style/css.d.ts +1 -0
  426. package/lib/src/ap-action/group/style/css.js +1 -0
  427. package/lib/src/ap-action/group/style/index.d.ts +1 -0
  428. package/lib/src/ap-action/group/style/index.js +1 -0
  429. package/lib/src/ap-action/item/index.vue2.js +1 -1
  430. package/lib/src/ap-action/item/style/css.d.ts +0 -0
  431. package/lib/src/ap-action/item/style/css.js +2 -0
  432. package/lib/src/ap-action/item/style/index.d.ts +0 -0
  433. package/lib/src/ap-action/item/style/index.js +2 -0
  434. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
  435. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  436. package/lib/src/ap-action/item-dropdown/style/css.d.ts +0 -0
  437. package/lib/src/ap-action/item-dropdown/style/css.js +1 -0
  438. package/lib/src/ap-action/item-dropdown/style/index.d.ts +0 -0
  439. package/lib/src/ap-action/item-dropdown/style/index.js +1 -0
  440. package/lib/src/ap-action/item-modal/style/css.d.ts +1 -0
  441. package/lib/src/ap-action/item-modal/style/css.js +1 -0
  442. package/lib/src/ap-action/item-modal/style/index.d.ts +1 -0
  443. package/lib/src/ap-action/item-modal/style/index.js +1 -0
  444. package/lib/src/ap-action/item-popconfirm/style/css.d.ts +1 -0
  445. package/lib/src/ap-action/item-popconfirm/style/css.js +1 -0
  446. package/lib/src/ap-action/item-popconfirm/style/index.d.ts +1 -0
  447. package/lib/src/ap-action/item-popconfirm/style/index.js +1 -0
  448. package/lib/src/ap-action-button/style/css.d.ts +1 -0
  449. package/lib/src/ap-action-button/style/css.js +1 -0
  450. package/lib/src/ap-action-button/style/index.d.ts +1 -0
  451. package/lib/src/ap-action-button/style/index.js +1 -0
  452. package/lib/src/ap-button/ap-button.vue.js +1 -1
  453. package/lib/src/ap-button/style/css.d.ts +0 -0
  454. package/lib/src/ap-button/style/css.js +1 -0
  455. package/lib/src/ap-button/style/index.d.ts +0 -0
  456. package/lib/src/ap-button/style/index.js +1 -0
  457. package/lib/src/ap-custom-select/style/css.d.ts +0 -0
  458. package/lib/src/ap-custom-select/style/css.js +1 -0
  459. package/lib/src/ap-custom-select/style/index.d.ts +0 -0
  460. package/lib/src/ap-custom-select/style/index.js +1 -0
  461. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
  462. package/lib/src/ap-descriptions/ap-descriptions.vue2.js +1 -1
  463. package/lib/src/ap-descriptions/style/css.d.ts +0 -0
  464. package/lib/src/ap-descriptions/style/css.js +1 -0
  465. package/lib/src/ap-descriptions/style/index.d.ts +0 -0
  466. package/lib/src/ap-descriptions/style/index.js +1 -0
  467. package/lib/src/ap-download/ap-download.vue.js +1 -1
  468. package/lib/src/ap-download/style/css.d.ts +0 -0
  469. package/lib/src/ap-download/style/css.js +1 -0
  470. package/lib/src/ap-download/style/index.d.ts +0 -0
  471. package/lib/src/ap-download/style/index.js +1 -0
  472. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  473. package/lib/src/ap-field/checkbox/style/css.d.ts +0 -0
  474. package/lib/src/ap-field/checkbox/style/css.js +1 -0
  475. package/lib/src/ap-field/checkbox/style/index.d.ts +0 -0
  476. package/lib/src/ap-field/checkbox/style/index.js +1 -0
  477. package/lib/src/ap-field/date/index.vue.d.ts +7 -7
  478. package/lib/src/ap-field/date/style/css.d.ts +1 -0
  479. package/lib/src/ap-field/date/style/css.js +1 -0
  480. package/lib/src/ap-field/date/style/index.d.ts +1 -0
  481. package/lib/src/ap-field/date/style/index.js +1 -0
  482. package/lib/src/ap-field/date-range/index.vue.d.ts +7 -7
  483. package/lib/src/ap-field/date-range/style/css.d.ts +1 -0
  484. package/lib/src/ap-field/date-range/style/css.js +1 -0
  485. package/lib/src/ap-field/date-range/style/index.d.ts +1 -0
  486. package/lib/src/ap-field/date-range/style/index.js +1 -0
  487. package/lib/src/ap-field/number/index.vue.d.ts +1 -1
  488. package/lib/src/ap-field/number/index.vue.js +1 -1
  489. package/lib/src/ap-field/number/style/css.d.ts +0 -0
  490. package/lib/src/ap-field/number/style/css.js +1 -0
  491. package/lib/src/ap-field/number/style/index.d.ts +0 -0
  492. package/lib/src/ap-field/number/style/index.js +1 -0
  493. package/lib/src/ap-field/password/style/css.d.ts +1 -0
  494. package/lib/src/ap-field/password/style/css.js +1 -0
  495. package/lib/src/ap-field/password/style/index.d.ts +1 -0
  496. package/lib/src/ap-field/password/style/index.js +1 -0
  497. package/lib/src/ap-field/radio/index.vue.js +1 -1
  498. package/lib/src/ap-field/radio/style/css.d.ts +0 -0
  499. package/lib/src/ap-field/radio/style/css.js +1 -0
  500. package/lib/src/ap-field/radio/style/style.d.ts +0 -0
  501. package/lib/src/ap-field/rate/style/css.d.ts +1 -0
  502. package/lib/src/ap-field/rate/style/css.js +1 -0
  503. package/lib/src/ap-field/rate/style/index.d.ts +1 -0
  504. package/lib/src/ap-field/rate/style/index.js +1 -0
  505. package/lib/src/ap-field/segmented/style/css.d.ts +1 -0
  506. package/lib/src/ap-field/segmented/style/css.js +1 -0
  507. package/lib/src/ap-field/segmented/style/index.d.ts +1 -0
  508. package/lib/src/ap-field/segmented/style/index.js +1 -0
  509. package/lib/src/ap-field/select/index.vue.d.ts +2 -2
  510. package/lib/src/ap-field/select/style/css.d.ts +1 -0
  511. package/lib/src/ap-field/select/style/css.js +1 -0
  512. package/lib/src/ap-field/select/style/index.d.ts +1 -0
  513. package/lib/src/ap-field/select/style/index.js +1 -0
  514. package/lib/src/ap-field/slider/index.vue.d.ts +1 -1
  515. package/lib/src/ap-field/slider/style/css.d.ts +1 -0
  516. package/lib/src/ap-field/slider/style/css.js +1 -0
  517. package/lib/src/ap-field/slider/style/index.d.ts +1 -0
  518. package/lib/src/ap-field/slider/style/index.js +1 -0
  519. package/lib/src/ap-field/style/css.d.ts +0 -0
  520. package/lib/src/ap-field/style/css.js +1 -0
  521. package/lib/src/ap-field/style/index.d.ts +0 -0
  522. package/lib/src/ap-field/style/index.js +1 -0
  523. package/lib/src/ap-field/switch/style/css.d.ts +1 -0
  524. package/lib/src/ap-field/switch/style/css.js +1 -0
  525. package/lib/src/ap-field/switch/style/index.d.ts +1 -0
  526. package/lib/src/ap-field/switch/style/index.js +1 -0
  527. package/lib/src/ap-field/text/index.vue.d.ts +2 -2
  528. package/lib/src/ap-field/text/password.vue.d.ts +3 -3
  529. package/lib/src/ap-field/text/style/css.d.ts +1 -0
  530. package/lib/src/ap-field/text/style/css.js +1 -0
  531. package/lib/src/ap-field/text/style/index.d.ts +1 -0
  532. package/lib/src/ap-field/text/style/index.js +1 -0
  533. package/lib/src/ap-field/text-area/index.vue.d.ts +2 -2
  534. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  535. package/lib/src/ap-field/text-area/style/css.d.ts +0 -0
  536. package/lib/src/ap-field/text-area/style/css.js +1 -0
  537. package/lib/src/ap-field/text-area/style/index.d.ts +0 -0
  538. package/lib/src/ap-field/text-area/style/index.js +1 -0
  539. package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
  540. package/lib/src/ap-form/dependency/style/css.d.ts +1 -0
  541. package/lib/src/ap-form/dependency/style/css.js +1 -0
  542. package/lib/src/ap-form/dependency/style/index.d.ts +1 -0
  543. package/lib/src/ap-form/dependency/style/index.js +1 -0
  544. package/lib/src/ap-form/drawer-form/index.vue.d.ts +830 -0
  545. package/lib/src/ap-form/drawer-form/index.vue.js +1 -0
  546. package/lib/src/ap-form/drawer-form/style/css.d.ts +0 -0
  547. package/lib/src/ap-form/drawer-form/style/css.js +1 -0
  548. package/lib/src/ap-form/drawer-form/style/index.d.ts +0 -0
  549. package/lib/src/ap-form/drawer-form/style/index.js +1 -0
  550. package/lib/src/ap-form/index.d.ts +4 -4
  551. package/lib/src/ap-form/index.js +1 -1
  552. package/lib/src/ap-form/item/index.vue.d.ts +1059 -0
  553. package/lib/src/ap-form/item/index.vue.js +1 -0
  554. package/lib/src/ap-form/item/index.vue2.js +1 -0
  555. package/lib/src/ap-form/item/style/css.d.ts +0 -0
  556. package/lib/src/ap-form/item/style/css.js +1 -0
  557. package/lib/src/ap-form/item/style/style.d.ts +0 -0
  558. package/lib/src/ap-form/item-checkbox/style/css.d.ts +1 -0
  559. package/lib/src/ap-form/item-checkbox/style/css.js +1 -0
  560. package/lib/src/ap-form/item-checkbox/style/index.d.ts +1 -0
  561. package/lib/src/ap-form/item-checkbox/style/index.js +1 -0
  562. package/lib/src/ap-form/item-date/style/css.d.ts +1 -0
  563. package/lib/src/ap-form/item-date/style/css.js +1 -0
  564. package/lib/src/ap-form/item-date/style/index.d.ts +1 -0
  565. package/lib/src/ap-form/item-date/style/index.js +1 -0
  566. package/lib/src/ap-form/item-date-range/style/css.d.ts +1 -0
  567. package/lib/src/ap-form/item-date-range/style/css.js +1 -0
  568. package/lib/src/ap-form/item-date-range/style/index.d.ts +1 -0
  569. package/lib/src/ap-form/item-date-range/style/index.js +1 -0
  570. package/lib/src/ap-form/item-group/index.vue.js +1 -0
  571. package/lib/src/ap-form/item-group/index.vue2.js +1 -0
  572. package/lib/src/ap-form/item-group/style/css.d.ts +0 -0
  573. package/lib/src/ap-form/item-group/style/css.js +1 -0
  574. package/lib/src/ap-form/item-group/style/index.d.ts +0 -0
  575. package/lib/src/ap-form/item-group/style/index.js +1 -0
  576. package/lib/src/ap-form/item-number/style/css.d.ts +1 -0
  577. package/lib/src/ap-form/item-number/style/css.js +1 -0
  578. package/lib/src/ap-form/item-number/style/index.d.ts +1 -0
  579. package/lib/src/ap-form/item-number/style/index.js +1 -0
  580. package/lib/src/ap-form/item-radio/style/css.d.ts +1 -0
  581. package/lib/src/ap-form/item-radio/style/css.js +1 -0
  582. package/lib/src/ap-form/item-radio/style/index.d.ts +1 -0
  583. package/lib/src/ap-form/item-radio/style/index.js +1 -0
  584. package/lib/src/ap-form/item-select/style/css.d.ts +1 -0
  585. package/lib/src/ap-form/item-select/style/css.js +1 -0
  586. package/lib/src/ap-form/item-select/style/index.d.ts +1 -0
  587. package/lib/src/ap-form/item-select/style/index.js +1 -0
  588. package/lib/src/ap-form/item-switch/style/css.d.ts +1 -0
  589. package/lib/src/ap-form/item-switch/style/css.js +1 -0
  590. package/lib/src/ap-form/item-switch/style/index.d.ts +1 -0
  591. package/lib/src/ap-form/item-switch/style/index.js +1 -0
  592. package/lib/src/ap-form/item-text/style/css.d.ts +1 -0
  593. package/lib/src/ap-form/item-text/style/css.js +1 -0
  594. package/lib/src/ap-form/item-text/style/index.d.ts +1 -0
  595. package/lib/src/ap-form/item-text/style/index.js +1 -0
  596. package/lib/src/ap-form/item-text-area/style/css.d.ts +1 -0
  597. package/lib/src/ap-form/item-text-area/style/css.js +1 -0
  598. package/lib/src/ap-form/item-text-area/style/index.d.ts +1 -0
  599. package/lib/src/ap-form/item-text-area/style/index.js +1 -0
  600. package/lib/src/ap-form/item-text-password/style/css.d.ts +1 -0
  601. package/lib/src/ap-form/item-text-password/style/css.js +1 -0
  602. package/lib/src/ap-form/item-text-password/style/index.d.ts +1 -0
  603. package/lib/src/ap-form/item-text-password/style/index.js +1 -0
  604. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
  605. package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
  606. package/lib/src/ap-form/items/date/index.vue.d.ts +2 -2
  607. package/lib/src/ap-form/items/date/index.vue.js +1 -1
  608. package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -2
  609. package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
  610. package/lib/src/ap-form/items/number/index.vue.d.ts +93 -93
  611. package/lib/src/ap-form/items/number/index.vue.js +1 -1
  612. package/lib/src/ap-form/items/radio/index.vue.d.ts +23 -23
  613. package/lib/src/ap-form/items/radio/index.vue.js +1 -1
  614. package/lib/src/ap-form/items/select/index.vue.d.ts +2 -2
  615. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  616. package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -2
  617. package/lib/src/ap-form/items/switch/index.vue.js +1 -1
  618. package/lib/src/ap-form/items/text/index.vue.d.ts +99 -99
  619. package/lib/src/ap-form/items/text/index.vue2.js +1 -1
  620. package/lib/src/ap-form/items/text/password.vue.d.ts +118 -118
  621. package/lib/src/ap-form/items/text/password.vue.js +1 -1
  622. package/lib/src/ap-form/items/text-area/index.vue.d.ts +78 -78
  623. package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
  624. package/lib/src/ap-form/list/index.vue.d.ts +41 -0
  625. package/lib/src/ap-form/list/index.vue.js +1 -0
  626. package/lib/src/ap-form/list/index.vue2.js +1 -0
  627. package/lib/src/ap-form/list/style/css.d.ts +1 -0
  628. package/lib/src/ap-form/list/style/css.js +1 -0
  629. package/lib/src/ap-form/list/style/index.d.ts +1 -0
  630. package/lib/src/ap-form/list/style/index.js +1 -0
  631. package/lib/src/ap-form/modal-form/index.vue.d.ts +65 -65
  632. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  633. package/lib/src/ap-form/modal-form/style/css.d.ts +0 -0
  634. package/lib/src/ap-form/modal-form/style/css.js +1 -0
  635. package/lib/src/ap-form/modal-form/style/index.d.ts +0 -0
  636. package/lib/src/ap-form/modal-form/style/index.js +1 -0
  637. package/lib/src/ap-form/search-form/index.vue.d.ts +64 -64
  638. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  639. package/lib/src/ap-form/search-form/style/css.d.ts +0 -0
  640. package/lib/src/ap-form/search-form/style/css.js +1 -0
  641. package/lib/src/ap-form/search-form/style/index.d.ts +0 -0
  642. package/lib/src/ap-form/search-form/style/index.js +1 -0
  643. package/lib/src/ap-form/set/style/css.d.ts +1 -0
  644. package/lib/src/ap-form/set/style/css.js +1 -0
  645. package/lib/src/ap-form/set/style/index.d.ts +1 -0
  646. package/lib/src/ap-form/set/style/index.js +1 -0
  647. package/lib/src/ap-form/style/css.d.ts +0 -0
  648. package/lib/src/ap-form/style/css.js +1 -0
  649. package/lib/src/ap-form/style/style.d.ts +0 -0
  650. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +1 -0
  651. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -0
  652. package/lib/src/ap-info-layout/style/css.d.ts +0 -0
  653. package/lib/src/ap-info-layout/style/css.js +1 -0
  654. package/lib/src/ap-info-layout/style/index.d.ts +0 -0
  655. package/lib/src/ap-info-layout/style/index.js +1 -0
  656. package/lib/src/ap-list/index.vue.js +1 -1
  657. package/lib/src/ap-list/style/css.d.ts +0 -0
  658. package/lib/src/ap-list/style/css.js +1 -0
  659. package/lib/src/ap-list/style/index.d.ts +0 -0
  660. package/lib/src/ap-list/style/index.js +1 -0
  661. package/lib/src/ap-modal/style/css.d.ts +1 -0
  662. package/lib/src/ap-modal/style/css.js +1 -0
  663. package/lib/src/ap-modal/style/index.d.ts +1 -0
  664. package/lib/src/ap-modal/style/index.js +1 -0
  665. package/lib/src/ap-table/ap-table.vue.js +1 -1
  666. package/lib/src/ap-table/components/index/index.vue2.js +1 -1
  667. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  668. package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
  669. package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
  670. package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
  671. package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
  672. package/lib/src/ap-table/constants.d.ts +2263 -2263
  673. package/lib/src/ap-table/style/css.d.ts +0 -0
  674. package/lib/src/ap-table/style/css.js +1 -0
  675. package/lib/src/ap-table/style/index.d.ts +0 -0
  676. package/lib/src/ap-table/style/index.js +1 -0
  677. package/lib/src/ap-table/utils.d.ts +1075 -1073
  678. package/lib/src/ap-table/utils.js +1 -1
  679. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  680. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  681. package/lib/src/ap-tag/group/style/css.d.ts +0 -0
  682. package/lib/src/ap-tag/group/style/css.js +1 -0
  683. package/lib/src/ap-tag/group/style/index.d.ts +0 -0
  684. package/lib/src/ap-tag/group/style/index.js +1 -0
  685. package/lib/src/ap-tag/style/css.d.ts +0 -0
  686. package/lib/src/ap-tag/style/css.js +1 -0
  687. package/lib/src/ap-tag/style/index.d.ts +0 -0
  688. package/lib/src/ap-tag/style/index.js +1 -0
  689. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  690. package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
  691. package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
  692. package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
  693. package/lib/src/ap-upload/style/css.d.ts +0 -0
  694. package/lib/src/ap-upload/style/css.js +1 -0
  695. package/lib/src/ap-upload/style/index.d.ts +0 -0
  696. package/lib/src/ap-upload/style/index.js +1 -0
  697. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  698. package/lib/src/business/ap-attachment/index.d.ts +214 -1
  699. package/lib/src/business/ap-attachment/index.js +1 -0
  700. package/lib/src/business/ap-attachment/style/css.d.ts +0 -0
  701. package/lib/src/business/ap-attachment/style/css.js +1 -0
  702. package/lib/src/business/ap-attachment/style/index.d.ts +0 -0
  703. package/lib/src/business/ap-attachment/style/index.js +1 -0
  704. package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
  705. package/lib/src/business/ap-batch-action/index.d.ts +53 -0
  706. package/lib/src/business/ap-batch-action/index.js +1 -0
  707. package/lib/src/business/ap-batch-action/style/css.d.ts +0 -0
  708. package/lib/src/business/ap-batch-action/style/css.js +1 -0
  709. package/lib/src/business/ap-batch-action/style/index.d.ts +0 -0
  710. package/lib/src/business/ap-batch-action/style/index.js +1 -0
  711. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  712. package/lib/src/business/ap-batch-action-group/index.d.ts +1214 -0
  713. package/lib/src/business/ap-batch-action-group/index.js +1 -0
  714. package/lib/src/business/ap-batch-action-group/interface.d.ts +4 -1
  715. package/lib/src/business/ap-batch-action-group/style/css.d.ts +1 -0
  716. package/lib/src/business/ap-batch-action-group/style/css.js +1 -0
  717. package/lib/src/business/ap-batch-action-group/style/index.d.ts +1 -0
  718. package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
  719. package/lib/src/business/ap-button-group/index.d.ts +611 -0
  720. package/lib/src/business/ap-button-group/index.js +1 -0
  721. package/lib/src/business/ap-button-group/style/css.d.ts +1 -0
  722. package/lib/src/business/ap-button-group/style/css.js +1 -0
  723. package/lib/src/business/ap-button-group/style/index.d.ts +1 -0
  724. package/lib/src/business/ap-button-group/style/index.js +1 -0
  725. package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
  726. package/lib/src/business/ap-card/index.d.ts +53 -0
  727. package/lib/src/business/ap-card/index.js +1 -0
  728. package/lib/src/business/ap-card/style/css.d.ts +0 -0
  729. package/lib/src/business/ap-card/style/css.js +1 -0
  730. package/lib/src/business/ap-card/style/index.d.ts +0 -0
  731. package/lib/src/business/ap-card/style/index.js +1 -0
  732. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  733. package/lib/src/business/ap-expand-alert/index.d.ts +63 -0
  734. package/lib/src/business/ap-expand-alert/index.js +1 -0
  735. package/lib/src/business/ap-expand-alert/style/css.d.ts +0 -0
  736. package/lib/src/business/ap-expand-alert/style/css.js +1 -0
  737. package/lib/src/business/ap-expand-alert/style/index.d.ts +0 -0
  738. package/lib/src/business/ap-expand-alert/style/index.js +1 -0
  739. package/lib/src/business/ap-export-group/index.d.ts +145 -0
  740. package/lib/src/business/ap-export-group/index.js +1 -0
  741. package/lib/src/business/ap-export-group/style/css.d.ts +1 -0
  742. package/lib/src/business/ap-export-group/style/css.js +1 -0
  743. package/lib/src/business/ap-export-group/style/index.d.ts +1 -0
  744. package/lib/src/business/ap-export-group/style/index.js +1 -0
  745. package/lib/src/business/ap-image/index.d.ts +168 -0
  746. package/lib/src/business/ap-image/index.js +1 -0
  747. package/lib/src/business/ap-image/style/css.d.ts +1 -0
  748. package/lib/src/business/ap-image/style/css.js +1 -0
  749. package/lib/src/business/ap-image/style/index.d.ts +1 -0
  750. package/lib/src/business/ap-image/style/index.js +1 -0
  751. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  752. package/lib/src/business/ap-input-radio/index.d.ts +371 -1
  753. package/lib/src/business/ap-input-radio/index.js +1 -0
  754. package/lib/src/business/ap-input-radio/style/css.d.ts +0 -0
  755. package/lib/src/business/ap-input-radio/style/css.js +1 -0
  756. package/lib/src/business/ap-input-radio/style/index.d.ts +0 -0
  757. package/lib/src/business/ap-input-radio/style/index.js +1 -0
  758. package/lib/src/business/ap-label/ApLabel.d.ts +4 -4
  759. package/lib/src/business/ap-label/ApLabel.js +1 -1
  760. package/lib/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
  761. package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -0
  762. package/lib/src/business/ap-label/group/style/css.d.ts +1 -0
  763. package/lib/src/business/ap-label/group/style/css.js +1 -0
  764. package/lib/src/business/ap-label/group/style/index.d.ts +1 -0
  765. package/lib/src/business/ap-label/group/style/index.js +1 -0
  766. package/lib/src/business/ap-label/index.d.ts +408 -2
  767. package/lib/src/business/ap-label/index.js +1 -0
  768. package/lib/src/business/ap-label/style/css.d.ts +0 -0
  769. package/lib/src/business/ap-label/style/css.js +1 -0
  770. package/lib/src/business/ap-label/style/index.d.ts +0 -0
  771. package/lib/src/business/ap-label/style/index.js +1 -0
  772. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
  773. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
  774. package/lib/src/business/ap-ladder/index.d.ts +711 -0
  775. package/lib/src/business/ap-ladder/index.js +1 -0
  776. package/lib/src/business/ap-ladder/style/css.d.ts +0 -0
  777. package/lib/src/business/ap-ladder/style/css.js +1 -0
  778. package/lib/src/business/ap-ladder/style/style.d.ts +0 -0
  779. package/lib/src/business/ap-select-layout/index.d.ts +48 -2
  780. package/lib/src/business/ap-select-layout/index.js +1 -0
  781. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
  782. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  783. package/lib/src/business/ap-select-layout/style/css.d.ts +0 -0
  784. package/lib/src/business/ap-select-layout/style/css.js +1 -0
  785. package/lib/src/business/ap-select-layout/style/index.d.ts +0 -0
  786. package/lib/src/business/ap-select-layout/style/index.js +1 -0
  787. package/lib/src/business/ap-status/ApStatus.vue2.js +1 -1
  788. package/lib/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
  789. package/lib/src/business/ap-status/group/ApStatusGroup.vue2.js +1 -0
  790. package/lib/src/business/ap-status/group/style/css.d.ts +1 -0
  791. package/lib/src/business/ap-status/group/style/css.js +1 -0
  792. package/lib/src/business/ap-status/group/style/index.d.ts +1 -0
  793. package/lib/src/business/ap-status/group/style/index.js +1 -0
  794. package/lib/src/business/ap-status/index.d.ts +243 -2
  795. package/lib/src/business/ap-status/index.js +1 -0
  796. package/lib/src/business/ap-status/style/css.d.ts +0 -0
  797. package/lib/src/business/ap-status/style/css.js +1 -0
  798. package/lib/src/business/ap-status/style/index.d.ts +0 -0
  799. package/lib/src/business/ap-status/style/index.js +1 -0
  800. package/lib/src/business/ap-table-modal/index.d.ts +907 -307
  801. package/lib/src/business/ap-table-modal/index.js +1 -1
  802. package/lib/src/business/ap-table-modal/style/css.d.ts +1 -0
  803. package/lib/src/business/ap-table-modal/style/css.js +1 -0
  804. package/lib/src/business/ap-table-modal/style/index.d.ts +1 -0
  805. package/lib/src/business/ap-table-modal/style/index.js +1 -0
  806. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
  807. package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
  808. package/lib/src/business/ap-title/index.d.ts +147 -0
  809. package/lib/src/business/ap-title/index.js +1 -0
  810. package/lib/src/business/ap-title/style/css.d.ts +0 -0
  811. package/lib/src/business/ap-title/style/css.js +1 -0
  812. package/lib/src/business/ap-title/style/index.d.ts +0 -0
  813. package/lib/src/business/ap-title/style/index.js +1 -0
  814. package/lib/src/business/index.d.ts +16 -3322
  815. package/lib/src/business/index.js +1 -1
  816. package/lib/src/check-card/group/style/css.d.ts +1 -0
  817. package/lib/src/check-card/group/style/css.js +1 -0
  818. package/lib/src/check-card/group/style/index.d.ts +1 -0
  819. package/lib/src/check-card/group/style/index.js +1 -0
  820. package/lib/src/check-card/index.vue2.js +1 -1
  821. package/lib/src/check-card/style/css.d.ts +0 -0
  822. package/lib/src/check-card/style/css.js +1 -0
  823. package/lib/src/check-card/style/index.d.ts +0 -0
  824. package/lib/src/check-card/style/index.js +1 -0
  825. package/lib/src/components.d.ts +16 -35
  826. package/lib/src/config-provider/config-provider-props.d.ts +1 -10
  827. package/lib/src/config-provider/config-provider-props.js +1 -1
  828. package/lib/src/config-provider/config-provider.d.ts +2 -21
  829. package/lib/src/config-provider/config-provider.js +1 -1
  830. package/lib/src/config-provider/constants.d.ts +8 -21
  831. package/lib/src/config-provider/constants.js +1 -1
  832. package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -11
  833. package/lib/src/config-provider/index.d.ts +2 -41
  834. package/lib/src/config-provider/index.js +1 -1
  835. package/lib/src/config-provider/style/css.d.ts +1 -0
  836. package/lib/src/config-provider/style/css.js +1 -0
  837. package/lib/src/config-provider/style/index.d.ts +1 -0
  838. package/lib/src/config-provider/style/index.js +1 -0
  839. package/lib/src/editable-table/form-item/style/css.d.ts +0 -0
  840. package/lib/src/editable-table/form-item/style/css.js +1 -0
  841. package/lib/src/editable-table/form-item/style/index.d.ts +0 -0
  842. package/lib/src/editable-table/form-item/style/index.js +1 -0
  843. package/lib/src/editable-table/form-item.vue.js +1 -1
  844. package/lib/src/editable-table/index.vue.js +1 -1
  845. package/lib/src/editable-table/style/css.d.ts +0 -0
  846. package/lib/src/editable-table/style/css.js +1 -0
  847. package/lib/src/editable-table/style/index.d.ts +0 -0
  848. package/lib/src/editable-table/style/index.js +1 -0
  849. package/lib/src/editable-table/utils.js +1 -1
  850. package/lib/src/index.d.ts +1 -19
  851. package/lib/src/index.js +1 -1
  852. package/lib/src/locale/lang/en.js +1 -1
  853. package/lib/src/locale/lang/zh-cn.js +1 -1
  854. package/lib/src/utils/slot.d.ts +1 -16
  855. package/lib/src/utils/slot.js +1 -1
  856. package/lib/src/work-order-modal/style/css.d.ts +0 -0
  857. package/lib/src/work-order-modal/style/css.js +1 -0
  858. package/lib/src/work-order-modal/style/index.d.ts +0 -0
  859. package/lib/src/work-order-modal/style/index.js +1 -0
  860. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  861. package/package.json +3 -3
  862. package/es/src/ap-action/style/item-dropdown.css +0 -14
  863. package/es/src/ap-action/style/item.css +0 -33
  864. package/es/src/ap-button/index.css +0 -6
  865. package/es/src/ap-custom-column/column-select.vue.d.ts +0 -17
  866. package/es/src/ap-custom-column/column-select.vue.mjs +0 -103
  867. package/es/src/ap-custom-column/column-select.vue2.mjs +0 -4
  868. package/es/src/ap-custom-column/custom-column.vue.d.ts +0 -17
  869. package/es/src/ap-custom-column/custom-column.vue.mjs +0 -87
  870. package/es/src/ap-custom-column/custom-column.vue2.mjs +0 -4
  871. package/es/src/ap-custom-column/index.d.ts +0 -6
  872. package/es/src/ap-custom-column/index.mjs +0 -9
  873. package/es/src/ap-custom-column/interfaces.d.ts +0 -40
  874. package/es/src/ap-custom-column/interfaces.mjs +0 -1
  875. package/es/src/ap-custom-column/storage.d.ts +0 -8
  876. package/es/src/ap-custom-column/storage.mjs +0 -29
  877. package/es/src/ap-custom-column/styles/column-select.css +0 -44
  878. package/es/src/ap-custom-column/styles/custom-column.css +0 -46
  879. package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
  880. package/es/src/ap-custom-column/useCacheColumnSetting.mjs +0 -9
  881. package/es/src/ap-custom-column/utils.d.ts +0 -2
  882. package/es/src/ap-custom-column/utils.mjs +0 -17
  883. package/es/src/ap-descriptions/style/ap-descriptions.css +0 -53
  884. package/es/src/ap-download/style/ap-download.css +0 -54
  885. package/es/src/ap-field/checkbox/style.css +0 -7
  886. package/es/src/ap-field/number/style.css +0 -6
  887. package/es/src/ap-field/radio/style.css +0 -4
  888. package/es/src/ap-field/text-area/style.css +0 -5
  889. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +0 -63
  890. package/es/src/ap-form/ap-form-item.vue.d.ts +0 -1059
  891. package/es/src/ap-form/ap-form-item.vue.mjs +0 -189
  892. package/es/src/ap-form/ap-form-item.vue2.mjs +0 -4
  893. package/es/src/ap-form/ap-form-list.vue.d.ts +0 -41
  894. package/es/src/ap-form/ap-form-list.vue.mjs +0 -51
  895. package/es/src/ap-form/ap-form-list.vue2.mjs +0 -4
  896. package/es/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
  897. package/es/src/ap-form/modal-form/drawer.vue.mjs +0 -288
  898. package/es/src/ap-form/modal-form/drawer.vue2.mjs +0 -4
  899. package/es/src/ap-form/style/ap-form-item-group.css +0 -9
  900. package/es/src/ap-form/style/ap-form-item.css +0 -63
  901. package/es/src/ap-form/style/drawer-form.css +0 -10
  902. package/es/src/ap-form/style/modal-form.css +0 -21
  903. package/es/src/ap-form/style/search-form.css +0 -9
  904. package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +0 -42
  905. package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +0 -72
  906. package/es/src/ap-layout/style/ap-info-layout.css +0 -36
  907. package/es/src/ap-list/style/index.css +0 -11
  908. package/es/src/ap-table/components/style/index.css +0 -12
  909. package/es/src/ap-table/components/style/pagination.css +0 -12
  910. package/es/src/ap-table/components/style/setting/modal.css +0 -51
  911. package/es/src/ap-table/components/style/setting/select-group.css +0 -7
  912. package/es/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
  913. package/es/src/ap-table/components/style/setting/sortable-item.css +0 -3
  914. package/es/src/ap-table/components/style/setting/sorter.css +0 -26
  915. package/es/src/ap-table/style/ap-table.css +0 -134
  916. package/es/src/ap-tag/style/ap-tag-group.css +0 -15
  917. package/es/src/ap-tag/style/ap-tag.css +0 -41
  918. package/es/src/ap-upload/styles/multiple-file.css +0 -62
  919. package/es/src/ap-upload/styles/picture.css +0 -112
  920. package/es/src/ap-upload/styles/single-file.css +0 -98
  921. package/es/src/ap-upload/styles/upload.css +0 -6
  922. package/es/src/base-button/button.vue.d.ts +0 -42
  923. package/es/src/base-button/button.vue.mjs +0 -4
  924. package/es/src/base-button/button.vue2.mjs +0 -61
  925. package/es/src/base-button/constants.d.ts +0 -26
  926. package/es/src/base-button/constants.mjs +0 -27
  927. package/es/src/base-button/index.d.ts +0 -137
  928. package/es/src/base-button/index.mjs +0 -10
  929. package/es/src/base-button/interface.d.ts +0 -16
  930. package/es/src/base-button/modal-button.vue.d.ts +0 -27
  931. package/es/src/base-button/modal-button.vue.mjs +0 -54
  932. package/es/src/base-button/modal-button.vue2.mjs +0 -4
  933. package/es/src/base-button/pop-confirm-button.vue.d.ts +0 -17
  934. package/es/src/base-button/pop-confirm-button.vue.mjs +0 -33
  935. package/es/src/base-button/pop-confirm-button.vue2.mjs +0 -4
  936. package/es/src/basic/arrow.vue.d.ts +0 -13
  937. package/es/src/basic/arrow.vue.mjs +0 -4
  938. package/es/src/basic/arrow.vue2.mjs +0 -40
  939. package/es/src/basic/help.vue.d.ts +0 -100
  940. package/es/src/basic/help.vue.mjs +0 -4
  941. package/es/src/basic/help.vue2.mjs +0 -98
  942. package/es/src/basic/index.d.ts +0 -270
  943. package/es/src/basic/index.mjs +0 -14
  944. package/es/src/basic/interface.d.ts +0 -21
  945. package/es/src/basic/style/arrow.css +0 -25
  946. package/es/src/basic/style/help.css +0 -16
  947. package/es/src/basic/style/title.css +0 -27
  948. package/es/src/basic/title.vue.d.ts +0 -41
  949. package/es/src/basic/title.vue.mjs +0 -4
  950. package/es/src/basic/title.vue2.mjs +0 -35
  951. package/es/src/business/ap-attachment/style.css +0 -68
  952. package/es/src/business/ap-batch-action/index.css +0 -26
  953. package/es/src/business/ap-card/index.css +0 -10
  954. package/es/src/business/ap-expand-alert/style.css +0 -51
  955. package/es/src/business/ap-input-radio/style.css +0 -7
  956. package/es/src/business/ap-label/ApLabelGroup.d.ts +0 -43
  957. package/es/src/business/ap-label/ApLabelGroup.mjs +0 -29
  958. package/es/src/business/ap-label/style.css +0 -33
  959. package/es/src/business/ap-ladder/style.css +0 -56
  960. package/es/src/business/ap-select-layout/index.css +0 -126
  961. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
  962. package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +0 -38
  963. package/es/src/business/ap-status/style.css +0 -26
  964. package/es/src/business/ap-title/style.css +0 -59
  965. package/es/src/business/not-found/interface.d.ts +0 -24
  966. package/es/src/business/not-found/style.css +0 -9
  967. package/es/src/button/button.vue.d.ts +0 -30
  968. package/es/src/button/index.d.ts +0 -51
  969. package/es/src/button/style/index.css +0 -31
  970. package/es/src/check-card/style/index.css +0 -81
  971. package/es/src/container/collapse/header.vue.d.ts +0 -35
  972. package/es/src/container/collapse/header.vue.mjs +0 -4
  973. package/es/src/container/collapse/header.vue2.mjs +0 -51
  974. package/es/src/container/collapse/index.vue.d.ts +0 -120
  975. package/es/src/container/collapse/index.vue.mjs +0 -4
  976. package/es/src/container/collapse/index.vue2.mjs +0 -88
  977. package/es/src/container/collapse/style/header.css +0 -16
  978. package/es/src/container/collapse/style/index.css +0 -11
  979. package/es/src/container/index.d.ts +0 -178
  980. package/es/src/container/index.mjs +0 -11
  981. package/es/src/container/interface.d.ts +0 -18
  982. package/es/src/container/scroll-container.vue.d.ts +0 -198
  983. package/es/src/container/scroll-container.vue.mjs +0 -4
  984. package/es/src/container/scroll-container.vue2.mjs +0 -62
  985. package/es/src/container/style/scroll-container.css +0 -10
  986. package/es/src/count-down/button.vue.d.ts +0 -27
  987. package/es/src/count-down/button.vue.mjs +0 -4
  988. package/es/src/count-down/button.vue2.mjs +0 -46
  989. package/es/src/count-down/index.d.ts +0 -150
  990. package/es/src/count-down/index.mjs +0 -11
  991. package/es/src/count-down/input.vue.d.ts +0 -39
  992. package/es/src/count-down/input.vue.mjs +0 -4
  993. package/es/src/count-down/input.vue2.mjs +0 -47
  994. package/es/src/count-down/interface.d.ts +0 -12
  995. package/es/src/count-down/style/input.css +0 -8
  996. package/es/src/cropper/cropper-avatar.vue.d.ts +0 -45
  997. package/es/src/cropper/cropper-avatar.vue.mjs +0 -4
  998. package/es/src/cropper/cropper-avatar.vue2.mjs +0 -98
  999. package/es/src/cropper/cropper-image.vue.d.ts +0 -50
  1000. package/es/src/cropper/cropper-image.vue.mjs +0 -4
  1001. package/es/src/cropper/cropper-image.vue2.mjs +0 -131
  1002. package/es/src/cropper/cropper-modal.vue.d.ts +0 -46
  1003. package/es/src/cropper/cropper-modal.vue.mjs +0 -4
  1004. package/es/src/cropper/cropper-modal.vue2.mjs +0 -273
  1005. package/es/src/cropper/index.d.ts +0 -369
  1006. package/es/src/cropper/index.mjs +0 -11
  1007. package/es/src/cropper/interface.d.ts +0 -31
  1008. package/es/src/cropper/style/avatar.css +0 -34
  1009. package/es/src/cropper/style/image.css +0 -4
  1010. package/es/src/cropper/style/modal.css +0 -47
  1011. package/es/src/description/description.vue.d.ts +0 -95
  1012. package/es/src/description/description.vue.mjs +0 -4
  1013. package/es/src/description/description.vue2.mjs +0 -171
  1014. package/es/src/description/index.d.ts +0 -214
  1015. package/es/src/description/index.mjs +0 -10
  1016. package/es/src/description/interface.d.ts +0 -39
  1017. package/es/src/description/use-description.d.ts +0 -2
  1018. package/es/src/description/use-description.mjs +0 -21
  1019. package/es/src/dropdown/dropdown.vue.d.ts +0 -52
  1020. package/es/src/dropdown/dropdown.vue.mjs +0 -4
  1021. package/es/src/dropdown/dropdown.vue2.mjs +0 -94
  1022. package/es/src/dropdown/index.d.ts +0 -113
  1023. package/es/src/dropdown/index.mjs +0 -8
  1024. package/es/src/dropdown/interface.d.ts +0 -16
  1025. package/es/src/editable-table/style/index.css +0 -58
  1026. package/es/src/icon/icon.vue.d.ts +0 -33
  1027. package/es/src/icon/icon.vue.mjs +0 -4
  1028. package/es/src/icon/icon.vue2.mjs +0 -66
  1029. package/es/src/icon/index.d.ts +0 -208
  1030. package/es/src/icon/index.mjs +0 -11
  1031. package/es/src/icon/interface.d.ts +0 -28
  1032. package/es/src/icon/style/icon.css +0 -30
  1033. package/es/src/icon/style/index.css +0 -3
  1034. package/es/src/icon/style/svg-icon.css +0 -5
  1035. package/es/src/icon/svg-icon.vue.d.ts +0 -33
  1036. package/es/src/icon/svg-icon.vue.mjs +0 -4
  1037. package/es/src/icon/svg-icon.vue2.mjs +0 -34
  1038. package/es/src/icon-picker/data.d.ts +0 -5
  1039. package/es/src/icon-picker/data.mjs +0 -796
  1040. package/es/src/icon-picker/icon-picker.vue.d.ts +0 -51
  1041. package/es/src/icon-picker/icon-picker.vue.mjs +0 -4
  1042. package/es/src/icon-picker/icon-picker.vue2.mjs +0 -170
  1043. package/es/src/icon-picker/index.d.ts +0 -190
  1044. package/es/src/icon-picker/index.mjs +0 -9
  1045. package/es/src/icon-picker/interface.d.ts +0 -13
  1046. package/es/src/icon-picker/style/index.css +0 -61
  1047. package/es/src/modal/basic.vue.d.ts +0 -481
  1048. package/es/src/modal/basic.vue.mjs +0 -4
  1049. package/es/src/modal/basic.vue2.mjs +0 -200
  1050. package/es/src/modal/components/modal-close.vue.d.ts +0 -33
  1051. package/es/src/modal/components/modal-close.vue.mjs +0 -4
  1052. package/es/src/modal/components/modal-close.vue2.mjs +0 -74
  1053. package/es/src/modal/components/modal-footer.vue.d.ts +0 -273
  1054. package/es/src/modal/components/modal-footer.vue.mjs +0 -4
  1055. package/es/src/modal/components/modal-footer.vue2.mjs +0 -45
  1056. package/es/src/modal/components/modal-header.vue.d.ts +0 -13
  1057. package/es/src/modal/components/modal-header.vue.mjs +0 -4
  1058. package/es/src/modal/components/modal-header.vue2.mjs +0 -21
  1059. package/es/src/modal/components/modal-wrapper.vue.d.ts +0 -177
  1060. package/es/src/modal/components/modal-wrapper.vue.mjs +0 -4
  1061. package/es/src/modal/components/modal-wrapper.vue2.mjs +0 -100
  1062. package/es/src/modal/components/modal.d.ts +0 -253
  1063. package/es/src/modal/components/modal.mjs +0 -47
  1064. package/es/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
  1065. package/es/src/modal/hooks/use-moda-full-screen.mjs +0 -14
  1066. package/es/src/modal/hooks/use-modal-context.d.ts +0 -7
  1067. package/es/src/modal/hooks/use-modal-context.mjs +0 -12
  1068. package/es/src/modal/hooks/use-modal-drag.d.ts +0 -7
  1069. package/es/src/modal/hooks/use-modal-drag.mjs +0 -35
  1070. package/es/src/modal/hooks/use-modal.d.ts +0 -7
  1071. package/es/src/modal/hooks/use-modal.mjs +0 -101
  1072. package/es/src/modal/index.d.ts +0 -870
  1073. package/es/src/modal/index.mjs +0 -13
  1074. package/es/src/modal/interface.d.ts +0 -181
  1075. package/es/src/modal/props.d.ts +0 -186
  1076. package/es/src/modal/props.mjs +0 -72
  1077. package/es/src/modal/style/close.css +0 -25
  1078. package/es/src/pro-form/component-map.d.ts +0 -6
  1079. package/es/src/pro-form/component-map.mjs +0 -68
  1080. package/es/src/pro-form/components/api-cascader.vue.d.ts +0 -51
  1081. package/es/src/pro-form/components/api-cascader.vue.mjs +0 -150
  1082. package/es/src/pro-form/components/api-cascader.vue2.mjs +0 -4
  1083. package/es/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
  1084. package/es/src/pro-form/components/api-radio-group.vue.mjs +0 -110
  1085. package/es/src/pro-form/components/api-radio-group.vue2.mjs +0 -4
  1086. package/es/src/pro-form/components/api-select.vue.d.ts +0 -79
  1087. package/es/src/pro-form/components/api-select.vue.mjs +0 -117
  1088. package/es/src/pro-form/components/api-select.vue2.mjs +0 -4
  1089. package/es/src/pro-form/components/api-transfer.vue.d.ts +0 -54
  1090. package/es/src/pro-form/components/api-transfer.vue.mjs +0 -84
  1091. package/es/src/pro-form/components/api-transfer.vue2.mjs +0 -4
  1092. package/es/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
  1093. package/es/src/pro-form/components/api-tree-select.vue.mjs +0 -90
  1094. package/es/src/pro-form/components/api-tree-select.vue2.mjs +0 -4
  1095. package/es/src/pro-form/components/api-tree.vue.d.ts +0 -51
  1096. package/es/src/pro-form/components/api-tree.vue.mjs +0 -69
  1097. package/es/src/pro-form/components/api-tree.vue2.mjs +0 -4
  1098. package/es/src/pro-form/components/form-action.vue.d.ts +0 -68
  1099. package/es/src/pro-form/components/form-action.vue.mjs +0 -4
  1100. package/es/src/pro-form/components/form-action.vue2.mjs +0 -109
  1101. package/es/src/pro-form/components/form-item.vue.d.ts +0 -72
  1102. package/es/src/pro-form/components/form-item.vue.mjs +0 -4
  1103. package/es/src/pro-form/components/form-item.vue2.mjs +0 -354
  1104. package/es/src/pro-form/components/interface.d.ts +0 -118
  1105. package/es/src/pro-form/components/interface.mjs +0 -1
  1106. package/es/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
  1107. package/es/src/pro-form/components/radio-button-group.vue.mjs +0 -58
  1108. package/es/src/pro-form/components/radio-button-group.vue2.mjs +0 -4
  1109. package/es/src/pro-form/components/style/form-action.css +0 -6
  1110. package/es/src/pro-form/components/style/form-item.css +0 -16
  1111. package/es/src/pro-form/helper.d.ts +0 -11
  1112. package/es/src/pro-form/helper.mjs +0 -47
  1113. package/es/src/pro-form/hooks/use-advanced.d.ts +0 -17
  1114. package/es/src/pro-form/hooks/use-advanced.mjs +0 -79
  1115. package/es/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
  1116. package/es/src/pro-form/hooks/use-auto-focus.mjs +0 -26
  1117. package/es/src/pro-form/hooks/use-break-point.d.ts +0 -24
  1118. package/es/src/pro-form/hooks/use-break-point.mjs +0 -79
  1119. package/es/src/pro-form/hooks/use-component-register.d.ts +0 -3
  1120. package/es/src/pro-form/hooks/use-component-register.mjs +0 -13
  1121. package/es/src/pro-form/hooks/use-form-context.d.ts +0 -8
  1122. package/es/src/pro-form/hooks/use-form-context.mjs +0 -12
  1123. package/es/src/pro-form/hooks/use-form-events.d.ts +0 -29
  1124. package/es/src/pro-form/hooks/use-form-events.mjs +0 -253
  1125. package/es/src/pro-form/hooks/use-form-item.d.ts +0 -2
  1126. package/es/src/pro-form/hooks/use-form-item.mjs +0 -24
  1127. package/es/src/pro-form/hooks/use-form-values.d.ts +0 -14
  1128. package/es/src/pro-form/hooks/use-form-values.mjs +0 -85
  1129. package/es/src/pro-form/hooks/use-form.d.ts +0 -11
  1130. package/es/src/pro-form/hooks/use-form.mjs +0 -71
  1131. package/es/src/pro-form/hooks/use-label-width.d.ts +0 -311
  1132. package/es/src/pro-form/hooks/use-label-width.mjs +0 -30
  1133. package/es/src/pro-form/index.d.ts +0 -27
  1134. package/es/src/pro-form/index.mjs +0 -46
  1135. package/es/src/pro-form/interface.d.ts +0 -4
  1136. package/es/src/pro-form/pro-form.vue.d.ts +0 -985
  1137. package/es/src/pro-form/pro-form.vue.mjs +0 -289
  1138. package/es/src/pro-form/pro-form.vue2.mjs +0 -4
  1139. package/es/src/pro-form/style/index.css +0 -6
  1140. package/es/src/pro-form/style/table-form.css +0 -104
  1141. package/es/src/pro-form/table-form-inner.vue.d.ts +0 -44
  1142. package/es/src/pro-form/table-form-inner.vue.mjs +0 -176
  1143. package/es/src/pro-form/table-form-inner.vue2.mjs +0 -4
  1144. package/es/src/pro-form/table-form.vue.d.ts +0 -42
  1145. package/es/src/pro-form/table-form.vue.mjs +0 -41
  1146. package/es/src/pro-form/table-form.vue2.mjs +0 -4
  1147. package/es/src/pro-form/types/form-item.d.ts +0 -82
  1148. package/es/src/pro-form/types/form-item.mjs +0 -1
  1149. package/es/src/pro-form/types/form.d.ts +0 -152
  1150. package/es/src/pro-form/types/form.mjs +0 -10
  1151. package/es/src/pro-form/types/index.d.ts +0 -158
  1152. package/es/src/pro-form/types/table-form.d.ts +0 -36
  1153. package/es/src/pro-form/types/table-form.mjs +0 -1
  1154. package/es/src/pro-table/component-map.d.ts +0 -6
  1155. package/es/src/pro-table/component-map.mjs +0 -31
  1156. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
  1157. package/es/src/pro-table/components/edit-table-header-icon.vue.mjs +0 -19
  1158. package/es/src/pro-table/components/edit-table-header-icon.vue2.mjs +0 -4
  1159. package/es/src/pro-table/components/editable/cell-component.d.ts +0 -13
  1160. package/es/src/pro-table/components/editable/cell-component.mjs +0 -27
  1161. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
  1162. package/es/src/pro-table/components/editable/editable-cell.vue.mjs +0 -4
  1163. package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +0 -376
  1164. package/es/src/pro-table/components/editable/helper.d.ts +0 -6
  1165. package/es/src/pro-table/components/editable/helper.mjs +0 -6
  1166. package/es/src/pro-table/components/editable/index.d.ts +0 -23
  1167. package/es/src/pro-table/components/editable/index.mjs +0 -24
  1168. package/es/src/pro-table/components/header-cell.vue.d.ts +0 -16
  1169. package/es/src/pro-table/components/header-cell.vue.mjs +0 -4
  1170. package/es/src/pro-table/components/header-cell.vue2.mjs +0 -46
  1171. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
  1172. package/es/src/pro-table/components/settings/column-setting.vue.mjs +0 -4
  1173. package/es/src/pro-table/components/settings/column-setting.vue2.mjs +0 -310
  1174. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
  1175. package/es/src/pro-table/components/settings/full-screen-setting.vue.mjs +0 -4
  1176. package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +0 -32
  1177. package/es/src/pro-table/components/settings/index.vue.d.ts +0 -20
  1178. package/es/src/pro-table/components/settings/index.vue.mjs +0 -4
  1179. package/es/src/pro-table/components/settings/index.vue2.mjs +0 -65
  1180. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
  1181. package/es/src/pro-table/components/settings/redo-setting.vue.mjs +0 -4
  1182. package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +0 -28
  1183. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
  1184. package/es/src/pro-table/components/settings/size-setting.vue.mjs +0 -4
  1185. package/es/src/pro-table/components/settings/size-setting.vue2.mjs +0 -73
  1186. package/es/src/pro-table/components/style/column-settings.css +0 -57
  1187. package/es/src/pro-table/components/style/editable-cell.css +0 -59
  1188. package/es/src/pro-table/components/style/header-cell.css +0 -4
  1189. package/es/src/pro-table/components/style/table-action.css +0 -40
  1190. package/es/src/pro-table/components/style/table-header.css +0 -9
  1191. package/es/src/pro-table/components/style/table-image.css +0 -18
  1192. package/es/src/pro-table/components/style/table-selection-bar.css +0 -8
  1193. package/es/src/pro-table/components/style/table-setting.css +0 -7
  1194. package/es/src/pro-table/components/style/table-title.css +0 -5
  1195. package/es/src/pro-table/components/table-action.vue.d.ts +0 -64
  1196. package/es/src/pro-table/components/table-action.vue.mjs +0 -174
  1197. package/es/src/pro-table/components/table-action.vue2.mjs +0 -4
  1198. package/es/src/pro-table/components/table-footer.vue.d.ts +0 -45
  1199. package/es/src/pro-table/components/table-footer.vue.mjs +0 -4
  1200. package/es/src/pro-table/components/table-footer.vue2.mjs +0 -63
  1201. package/es/src/pro-table/components/table-header.vue.d.ts +0 -79
  1202. package/es/src/pro-table/components/table-header.vue.mjs +0 -4
  1203. package/es/src/pro-table/components/table-header.vue2.mjs +0 -91
  1204. package/es/src/pro-table/components/table-image.vue.d.ts +0 -47
  1205. package/es/src/pro-table/components/table-image.vue.mjs +0 -68
  1206. package/es/src/pro-table/components/table-image.vue2.mjs +0 -4
  1207. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
  1208. package/es/src/pro-table/components/table-selection-bar.vue.mjs +0 -4
  1209. package/es/src/pro-table/components/table-selection-bar.vue2.mjs +0 -42
  1210. package/es/src/pro-table/components/table-title.vue.d.ts +0 -23
  1211. package/es/src/pro-table/components/table-title.vue.mjs +0 -4
  1212. package/es/src/pro-table/components/table-title.vue2.mjs +0 -43
  1213. package/es/src/pro-table/const.d.ts +0 -6
  1214. package/es/src/pro-table/const.mjs +0 -13
  1215. package/es/src/pro-table/directives/click-outside.d.ts +0 -3
  1216. package/es/src/pro-table/directives/click-outside.mjs +0 -35
  1217. package/es/src/pro-table/helper.d.ts +0 -3
  1218. package/es/src/pro-table/helper.mjs +0 -11
  1219. package/es/src/pro-table/hooks/use-columns.d.ts +0 -16
  1220. package/es/src/pro-table/hooks/use-columns.mjs +0 -212
  1221. package/es/src/pro-table/hooks/use-custom-row.d.ts +0 -21
  1222. package/es/src/pro-table/hooks/use-custom-row.mjs +0 -66
  1223. package/es/src/pro-table/hooks/use-data-source.d.ts +0 -31
  1224. package/es/src/pro-table/hooks/use-data-source.mjs +0 -228
  1225. package/es/src/pro-table/hooks/use-loading.d.ts +0 -6
  1226. package/es/src/pro-table/hooks/use-loading.mjs +0 -18
  1227. package/es/src/pro-table/hooks/use-pagination.d.ts +0 -10
  1228. package/es/src/pro-table/hooks/use-pagination.mjs +0 -69
  1229. package/es/src/pro-table/hooks/use-row-selection.d.ts +0 -14
  1230. package/es/src/pro-table/hooks/use-row-selection.mjs +0 -129
  1231. package/es/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
  1232. package/es/src/pro-table/hooks/use-scroll-to.mjs +0 -34
  1233. package/es/src/pro-table/hooks/use-table-context.d.ts +0 -13
  1234. package/es/src/pro-table/hooks/use-table-context.mjs +0 -12
  1235. package/es/src/pro-table/hooks/use-table-expand.d.ts +0 -19
  1236. package/es/src/pro-table/hooks/use-table-expand.mjs +0 -80
  1237. package/es/src/pro-table/hooks/use-table-footer.d.ts +0 -6
  1238. package/es/src/pro-table/hooks/use-table-footer.mjs +0 -39
  1239. package/es/src/pro-table/hooks/use-table-form.d.ts +0 -10
  1240. package/es/src/pro-table/hooks/use-table-form.mjs +0 -33
  1241. package/es/src/pro-table/hooks/use-table-header.d.ts +0 -6
  1242. package/es/src/pro-table/hooks/use-table-header.mjs +0 -46
  1243. package/es/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
  1244. package/es/src/pro-table/hooks/use-table-scroll.mjs +0 -154
  1245. package/es/src/pro-table/hooks/use-table-style.d.ts +0 -5
  1246. package/es/src/pro-table/hooks/use-table-style.mjs +0 -14
  1247. package/es/src/pro-table/hooks/use-table.d.ts +0 -17
  1248. package/es/src/pro-table/hooks/use-table.mjs +0 -96
  1249. package/es/src/pro-table/index.d.ts +0 -10
  1250. package/es/src/pro-table/index.mjs +0 -12
  1251. package/es/src/pro-table/interface.d.ts +0 -65
  1252. package/es/src/pro-table/interface.mjs +0 -1
  1253. package/es/src/pro-table/pro-table.vue.d.ts +0 -2192
  1254. package/es/src/pro-table/pro-table.vue.mjs +0 -346
  1255. package/es/src/pro-table/pro-table.vue2.mjs +0 -4
  1256. package/es/src/pro-table/style/pro-table.css +0 -93
  1257. package/es/src/pro-table/types/pagination.d.ts +0 -93
  1258. package/es/src/pro-table/types/pagination.mjs +0 -1
  1259. package/es/src/pro-table/types/table-action.d.ts +0 -24
  1260. package/es/src/pro-table/types/table-action.mjs +0 -1
  1261. package/es/src/pro-table/types/table.d.ts +0 -383
  1262. package/es/src/pro-table/types/table.mjs +0 -1
  1263. package/es/src/prompt/dialog.vue.d.ts +0 -13
  1264. package/es/src/prompt/dialog.vue.mjs +0 -4
  1265. package/es/src/prompt/dialog.vue2.mjs +0 -60
  1266. package/es/src/prompt/index.d.ts +0 -10
  1267. package/es/src/prompt/index.mjs +0 -34
  1268. package/es/src/prompt/interface.d.ts +0 -23
  1269. package/es/src/prompt/style/dialog.css +0 -4
  1270. package/es/src/prompt/utils.d.ts +0 -11
  1271. package/es/src/prompt/utils.mjs +0 -43
  1272. package/es/src/scroll-bar/bar-item.d.ts +0 -15
  1273. package/es/src/scroll-bar/bar-item.mjs +0 -63
  1274. package/es/src/scroll-bar/index.d.ts +0 -176
  1275. package/es/src/scroll-bar/index.mjs +0 -9
  1276. package/es/src/scroll-bar/interface.d.ts +0 -31
  1277. package/es/src/scroll-bar/interface.mjs +0 -1
  1278. package/es/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
  1279. package/es/src/scroll-bar/scroll-bar.vue.mjs +0 -4
  1280. package/es/src/scroll-bar/scroll-bar.vue2.mjs +0 -85
  1281. package/es/src/scroll-bar/style/bar-item.css +0 -36
  1282. package/es/src/scroll-bar/style/index.css +0 -27
  1283. package/es/src/scroll-bar/utils.d.ts +0 -9
  1284. package/es/src/scroll-bar/utils.mjs +0 -30
  1285. package/es/src/strength-meter/index.d.ts +0 -89
  1286. package/es/src/strength-meter/index.mjs +0 -8
  1287. package/es/src/strength-meter/interface.d.ts +0 -5
  1288. package/es/src/strength-meter/interface.mjs +0 -1
  1289. package/es/src/strength-meter/strength-meter.vue.d.ts +0 -45
  1290. package/es/src/strength-meter/strength-meter.vue.mjs +0 -4
  1291. package/es/src/strength-meter/strength-meter.vue2.mjs +0 -62
  1292. package/es/src/strength-meter/style/index.css +0 -57
  1293. package/es/src/theme/ap-action/item-dropdown.css +0 -14
  1294. package/es/src/theme/ap-action/item.css +0 -33
  1295. package/es/src/theme/ap-attachment/ap-attachment.css +0 -68
  1296. package/es/src/theme/ap-batch-action/ap-batch-action.css +0 -26
  1297. package/es/src/theme/ap-button/ap-button.css +0 -6
  1298. package/es/src/theme/ap-card/ap-card.css +0 -10
  1299. package/es/src/theme/ap-descriptions/ap-descriptions.css +0 -53
  1300. package/es/src/theme/ap-download/ap-download.css +0 -54
  1301. package/es/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
  1302. package/es/src/theme/ap-field/checkbox.css +0 -7
  1303. package/es/src/theme/ap-field/number.css +0 -6
  1304. package/es/src/theme/ap-field/radio.css +0 -4
  1305. package/es/src/theme/ap-field/text-area.css +0 -5
  1306. package/es/src/theme/ap-form/ap-form-item-group.css +0 -9
  1307. package/es/src/theme/ap-form/ap-form-item.css +0 -63
  1308. package/es/src/theme/ap-form/drawer-form.css +0 -10
  1309. package/es/src/theme/ap-form/modal-form.css +0 -21
  1310. package/es/src/theme/ap-form/search-form.css +0 -9
  1311. package/es/src/theme/ap-input-radio/ap-input-radio.css +0 -7
  1312. package/es/src/theme/ap-label/ap-label.css +0 -33
  1313. package/es/src/theme/ap-ladder/ap-ladder.css +0 -56
  1314. package/es/src/theme/ap-layout/ap-info-layout.css +0 -36
  1315. package/es/src/theme/ap-list/index.css +0 -11
  1316. package/es/src/theme/ap-not-found/ap-not-found.css +0 -9
  1317. package/es/src/theme/ap-select-layout/ap-select-layout.css +0 -126
  1318. package/es/src/theme/ap-status/ap-status.css +0 -26
  1319. package/es/src/theme/ap-table/ap-table-index.css +0 -12
  1320. package/es/src/theme/ap-table/ap-table-pagination.css +0 -12
  1321. package/es/src/theme/ap-table/ap-table.css +0 -134
  1322. package/es/src/theme/ap-table/setting/modal.css +0 -51
  1323. package/es/src/theme/ap-table/setting/select-group.css +0 -7
  1324. package/es/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
  1325. package/es/src/theme/ap-table/setting/sortable-item.css +0 -3
  1326. package/es/src/theme/ap-table/setting/sorter.css +0 -26
  1327. package/es/src/theme/ap-tag/ap-tag-group.css +0 -15
  1328. package/es/src/theme/ap-tag/ap-tag.css +0 -41
  1329. package/es/src/theme/ap-title/ap-title.css +0 -59
  1330. package/es/src/theme/ap-upload/multiple-file.css +0 -62
  1331. package/es/src/theme/ap-upload/picture.css +0 -112
  1332. package/es/src/theme/ap-upload/single-file.css +0 -98
  1333. package/es/src/theme/ap-upload/upload.css +0 -6
  1334. package/es/src/theme/basic-arrow.css +0 -25
  1335. package/es/src/theme/basic-help.css +0 -16
  1336. package/es/src/theme/basic-title.css +0 -27
  1337. package/es/src/theme/button.css +0 -31
  1338. package/es/src/theme/check-card/index.css +0 -81
  1339. package/es/src/theme/collapse-container/header.css +0 -16
  1340. package/es/src/theme/collapse-container/index.css +0 -11
  1341. package/es/src/theme/countdown-input.css +0 -8
  1342. package/es/src/theme/cropper/avatar.css +0 -34
  1343. package/es/src/theme/cropper/image.css +0 -4
  1344. package/es/src/theme/cropper/modal.css +0 -47
  1345. package/es/src/theme/custom-column/column-select.css +0 -44
  1346. package/es/src/theme/custom-column/custom-column.css +0 -46
  1347. package/es/src/theme/editable-table/index.css +0 -58
  1348. package/es/src/theme/icon-picker.css +0 -61
  1349. package/es/src/theme/icon-svg.css +0 -5
  1350. package/es/src/theme/icon.css +0 -30
  1351. package/es/src/theme/mixins/animations.css +0 -5
  1352. package/es/src/theme/modal/close.css +0 -25
  1353. package/es/src/theme/pro-form/form-action.css +0 -6
  1354. package/es/src/theme/pro-form/form-item.css +0 -16
  1355. package/es/src/theme/pro-form/form.css +0 -6
  1356. package/es/src/theme/pro-form/table-form-inner.css +0 -104
  1357. package/es/src/theme/pro-table/components/column-settings.css +0 -57
  1358. package/es/src/theme/pro-table/components/editable-cell.css +0 -59
  1359. package/es/src/theme/pro-table/components/header-cell.css +0 -4
  1360. package/es/src/theme/pro-table/components/table-action.css +0 -40
  1361. package/es/src/theme/pro-table/components/table-header.css +0 -9
  1362. package/es/src/theme/pro-table/components/table-image.css +0 -18
  1363. package/es/src/theme/pro-table/components/table-selection-bar.css +0 -8
  1364. package/es/src/theme/pro-table/components/table-setting.css +0 -7
  1365. package/es/src/theme/pro-table/components/table-title.css +0 -5
  1366. package/es/src/theme/pro-table/pro-table.css +0 -93
  1367. package/es/src/theme/prompt/dialog.css +0 -4
  1368. package/es/src/theme/scroll-bar/bar-item.css +0 -36
  1369. package/es/src/theme/scroll-bar/index.css +0 -27
  1370. package/es/src/theme/scroll-container.css +0 -10
  1371. package/es/src/theme/strength-merter.css +0 -57
  1372. package/es/src/theme/transition/collapse.css +0 -3
  1373. package/es/src/theme/transition/expand.css +0 -14
  1374. package/es/src/theme/transition/fade.css +0 -8
  1375. package/es/src/theme/transition/index.css +0 -150
  1376. package/es/src/theme/transition/scale.css +0 -26
  1377. package/es/src/theme/transition/scroll.css +0 -68
  1378. package/es/src/theme/transition/slide.css +0 -48
  1379. package/es/src/theme/work-order-modal/index.css +0 -3
  1380. package/es/src/transition/collapse-transition.vue.d.ts +0 -17
  1381. package/es/src/transition/collapse-transition.vue.mjs +0 -40
  1382. package/es/src/transition/collapse-transition.vue2.mjs +0 -4
  1383. package/es/src/transition/create-transition.d.ts +0 -47
  1384. package/es/src/transition/create-transition.mjs +0 -84
  1385. package/es/src/transition/expand-transition.d.ts +0 -19
  1386. package/es/src/transition/expand-transition.mjs +0 -41
  1387. package/es/src/transition/index.d.ts +0 -369
  1388. package/es/src/transition/index.mjs +0 -35
  1389. package/es/src/transition/style/collapse.css +0 -3
  1390. package/es/src/transition/style/expand.css +0 -14
  1391. package/es/src/transition/style/index.css +0 -164
  1392. package/es/src/utils/copy-text-to-clipboard.mjs +0 -18
  1393. package/es/src/utils/tree.mjs +0 -112
  1394. package/es/src/utils/uuid.mjs +0 -18
  1395. package/es/src/work-order-modal/style/index.css +0 -3
  1396. package/lib/src/ap-action/style/item-dropdown.css +0 -14
  1397. package/lib/src/ap-action/style/item.css +0 -33
  1398. package/lib/src/ap-button/index.css +0 -6
  1399. package/lib/src/ap-custom-column/column-select.vue.d.ts +0 -17
  1400. package/lib/src/ap-custom-column/column-select.vue.js +0 -1
  1401. package/lib/src/ap-custom-column/column-select.vue2.js +0 -1
  1402. package/lib/src/ap-custom-column/custom-column.vue.d.ts +0 -17
  1403. package/lib/src/ap-custom-column/custom-column.vue.js +0 -1
  1404. package/lib/src/ap-custom-column/custom-column.vue2.js +0 -1
  1405. package/lib/src/ap-custom-column/index.d.ts +0 -6
  1406. package/lib/src/ap-custom-column/index.js +0 -1
  1407. package/lib/src/ap-custom-column/interfaces.d.ts +0 -40
  1408. package/lib/src/ap-custom-column/interfaces.js +0 -1
  1409. package/lib/src/ap-custom-column/storage.d.ts +0 -8
  1410. package/lib/src/ap-custom-column/storage.js +0 -1
  1411. package/lib/src/ap-custom-column/styles/column-select.css +0 -44
  1412. package/lib/src/ap-custom-column/styles/custom-column.css +0 -46
  1413. package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
  1414. package/lib/src/ap-custom-column/useCacheColumnSetting.js +0 -1
  1415. package/lib/src/ap-custom-column/utils.d.ts +0 -2
  1416. package/lib/src/ap-custom-column/utils.js +0 -1
  1417. package/lib/src/ap-descriptions/style/ap-descriptions.css +0 -53
  1418. package/lib/src/ap-download/style/ap-download.css +0 -54
  1419. package/lib/src/ap-field/checkbox/style.css +0 -7
  1420. package/lib/src/ap-field/number/style.css +0 -6
  1421. package/lib/src/ap-field/radio/style.css +0 -4
  1422. package/lib/src/ap-field/text-area/style.css +0 -5
  1423. package/lib/src/ap-form/ap-form-item-group/index.vue.js +0 -1
  1424. package/lib/src/ap-form/ap-form-item.vue.d.ts +0 -1059
  1425. package/lib/src/ap-form/ap-form-item.vue.js +0 -1
  1426. package/lib/src/ap-form/ap-form-item.vue2.js +0 -1
  1427. package/lib/src/ap-form/ap-form-list.vue.d.ts +0 -41
  1428. package/lib/src/ap-form/ap-form-list.vue.js +0 -1
  1429. package/lib/src/ap-form/ap-form-list.vue2.js +0 -1
  1430. package/lib/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
  1431. package/lib/src/ap-form/modal-form/drawer.vue.js +0 -1
  1432. package/lib/src/ap-form/modal-form/drawer.vue2.js +0 -1
  1433. package/lib/src/ap-form/style/ap-form-item-group.css +0 -9
  1434. package/lib/src/ap-form/style/ap-form-item.css +0 -63
  1435. package/lib/src/ap-form/style/drawer-form.css +0 -10
  1436. package/lib/src/ap-form/style/modal-form.css +0 -21
  1437. package/lib/src/ap-form/style/search-form.css +0 -9
  1438. package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +0 -1
  1439. package/lib/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +0 -1
  1440. package/lib/src/ap-layout/style/ap-info-layout.css +0 -36
  1441. package/lib/src/ap-list/style/index.css +0 -11
  1442. package/lib/src/ap-table/components/style/index.css +0 -12
  1443. package/lib/src/ap-table/components/style/pagination.css +0 -12
  1444. package/lib/src/ap-table/components/style/setting/modal.css +0 -51
  1445. package/lib/src/ap-table/components/style/setting/select-group.css +0 -7
  1446. package/lib/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
  1447. package/lib/src/ap-table/components/style/setting/sortable-item.css +0 -3
  1448. package/lib/src/ap-table/components/style/setting/sorter.css +0 -26
  1449. package/lib/src/ap-table/style/ap-table.css +0 -134
  1450. package/lib/src/ap-tag/style/ap-tag-group.css +0 -15
  1451. package/lib/src/ap-tag/style/ap-tag.css +0 -41
  1452. package/lib/src/ap-upload/styles/multiple-file.css +0 -62
  1453. package/lib/src/ap-upload/styles/picture.css +0 -112
  1454. package/lib/src/ap-upload/styles/single-file.css +0 -98
  1455. package/lib/src/ap-upload/styles/upload.css +0 -6
  1456. package/lib/src/base-button/button.vue.d.ts +0 -42
  1457. package/lib/src/base-button/button.vue.js +0 -1
  1458. package/lib/src/base-button/button.vue2.js +0 -1
  1459. package/lib/src/base-button/constants.d.ts +0 -26
  1460. package/lib/src/base-button/constants.js +0 -1
  1461. package/lib/src/base-button/index.d.ts +0 -137
  1462. package/lib/src/base-button/index.js +0 -1
  1463. package/lib/src/base-button/interface.d.ts +0 -16
  1464. package/lib/src/base-button/modal-button.vue.d.ts +0 -27
  1465. package/lib/src/base-button/modal-button.vue.js +0 -1
  1466. package/lib/src/base-button/modal-button.vue2.js +0 -1
  1467. package/lib/src/base-button/pop-confirm-button.vue.d.ts +0 -17
  1468. package/lib/src/base-button/pop-confirm-button.vue.js +0 -1
  1469. package/lib/src/base-button/pop-confirm-button.vue2.js +0 -1
  1470. package/lib/src/basic/arrow.vue.d.ts +0 -13
  1471. package/lib/src/basic/arrow.vue.js +0 -1
  1472. package/lib/src/basic/arrow.vue2.js +0 -1
  1473. package/lib/src/basic/help.vue.d.ts +0 -100
  1474. package/lib/src/basic/help.vue.js +0 -1
  1475. package/lib/src/basic/help.vue2.js +0 -1
  1476. package/lib/src/basic/index.d.ts +0 -270
  1477. package/lib/src/basic/index.js +0 -1
  1478. package/lib/src/basic/interface.d.ts +0 -21
  1479. package/lib/src/basic/style/arrow.css +0 -25
  1480. package/lib/src/basic/style/help.css +0 -16
  1481. package/lib/src/basic/style/title.css +0 -27
  1482. package/lib/src/basic/title.vue.d.ts +0 -41
  1483. package/lib/src/basic/title.vue.js +0 -1
  1484. package/lib/src/basic/title.vue2.js +0 -1
  1485. package/lib/src/business/ap-attachment/style.css +0 -68
  1486. package/lib/src/business/ap-batch-action/index.css +0 -26
  1487. package/lib/src/business/ap-card/index.css +0 -10
  1488. package/lib/src/business/ap-expand-alert/style.css +0 -51
  1489. package/lib/src/business/ap-input-radio/style.css +0 -7
  1490. package/lib/src/business/ap-label/ApLabelGroup.d.ts +0 -43
  1491. package/lib/src/business/ap-label/ApLabelGroup.js +0 -1
  1492. package/lib/src/business/ap-label/style.css +0 -33
  1493. package/lib/src/business/ap-ladder/style.css +0 -56
  1494. package/lib/src/business/ap-select-layout/index.css +0 -126
  1495. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
  1496. package/lib/src/business/ap-status/ApStatusGroup.vue2.js +0 -1
  1497. package/lib/src/business/ap-status/style.css +0 -26
  1498. package/lib/src/business/ap-title/style.css +0 -59
  1499. package/lib/src/business/not-found/interface.d.ts +0 -24
  1500. package/lib/src/business/not-found/style.css +0 -9
  1501. package/lib/src/button/button.vue.d.ts +0 -30
  1502. package/lib/src/button/index.d.ts +0 -51
  1503. package/lib/src/button/style/index.css +0 -31
  1504. package/lib/src/check-card/style/index.css +0 -81
  1505. package/lib/src/container/collapse/header.vue.d.ts +0 -35
  1506. package/lib/src/container/collapse/header.vue.js +0 -1
  1507. package/lib/src/container/collapse/header.vue2.js +0 -1
  1508. package/lib/src/container/collapse/index.vue.d.ts +0 -120
  1509. package/lib/src/container/collapse/index.vue.js +0 -1
  1510. package/lib/src/container/collapse/index.vue2.js +0 -1
  1511. package/lib/src/container/collapse/style/header.css +0 -16
  1512. package/lib/src/container/collapse/style/index.css +0 -11
  1513. package/lib/src/container/index.d.ts +0 -178
  1514. package/lib/src/container/index.js +0 -1
  1515. package/lib/src/container/interface.d.ts +0 -18
  1516. package/lib/src/container/scroll-container.vue.d.ts +0 -198
  1517. package/lib/src/container/scroll-container.vue.js +0 -1
  1518. package/lib/src/container/scroll-container.vue2.js +0 -1
  1519. package/lib/src/container/style/scroll-container.css +0 -10
  1520. package/lib/src/count-down/button.vue.d.ts +0 -27
  1521. package/lib/src/count-down/button.vue.js +0 -1
  1522. package/lib/src/count-down/button.vue2.js +0 -1
  1523. package/lib/src/count-down/index.d.ts +0 -150
  1524. package/lib/src/count-down/index.js +0 -1
  1525. package/lib/src/count-down/input.vue.d.ts +0 -39
  1526. package/lib/src/count-down/input.vue.js +0 -1
  1527. package/lib/src/count-down/input.vue2.js +0 -1
  1528. package/lib/src/count-down/interface.d.ts +0 -12
  1529. package/lib/src/count-down/style/input.css +0 -8
  1530. package/lib/src/cropper/cropper-avatar.vue.d.ts +0 -45
  1531. package/lib/src/cropper/cropper-avatar.vue.js +0 -1
  1532. package/lib/src/cropper/cropper-avatar.vue2.js +0 -1
  1533. package/lib/src/cropper/cropper-image.vue.d.ts +0 -50
  1534. package/lib/src/cropper/cropper-image.vue.js +0 -1
  1535. package/lib/src/cropper/cropper-image.vue2.js +0 -1
  1536. package/lib/src/cropper/cropper-modal.vue.d.ts +0 -46
  1537. package/lib/src/cropper/cropper-modal.vue.js +0 -1
  1538. package/lib/src/cropper/cropper-modal.vue2.js +0 -1
  1539. package/lib/src/cropper/index.d.ts +0 -369
  1540. package/lib/src/cropper/index.js +0 -1
  1541. package/lib/src/cropper/interface.d.ts +0 -31
  1542. package/lib/src/cropper/style/avatar.css +0 -34
  1543. package/lib/src/cropper/style/image.css +0 -4
  1544. package/lib/src/cropper/style/modal.css +0 -47
  1545. package/lib/src/description/description.vue.d.ts +0 -95
  1546. package/lib/src/description/description.vue.js +0 -1
  1547. package/lib/src/description/description.vue2.js +0 -1
  1548. package/lib/src/description/index.d.ts +0 -214
  1549. package/lib/src/description/index.js +0 -1
  1550. package/lib/src/description/interface.d.ts +0 -39
  1551. package/lib/src/description/use-description.d.ts +0 -2
  1552. package/lib/src/description/use-description.js +0 -1
  1553. package/lib/src/dropdown/dropdown.vue.d.ts +0 -52
  1554. package/lib/src/dropdown/dropdown.vue.js +0 -1
  1555. package/lib/src/dropdown/dropdown.vue2.js +0 -1
  1556. package/lib/src/dropdown/index.d.ts +0 -113
  1557. package/lib/src/dropdown/index.js +0 -1
  1558. package/lib/src/dropdown/interface.d.ts +0 -16
  1559. package/lib/src/editable-table/style/index.css +0 -58
  1560. package/lib/src/icon/icon.vue.d.ts +0 -33
  1561. package/lib/src/icon/icon.vue.js +0 -1
  1562. package/lib/src/icon/icon.vue2.js +0 -1
  1563. package/lib/src/icon/index.d.ts +0 -208
  1564. package/lib/src/icon/index.js +0 -1
  1565. package/lib/src/icon/interface.d.ts +0 -28
  1566. package/lib/src/icon/style/icon.css +0 -30
  1567. package/lib/src/icon/style/index.css +0 -3
  1568. package/lib/src/icon/style/svg-icon.css +0 -5
  1569. package/lib/src/icon/svg-icon.vue.d.ts +0 -33
  1570. package/lib/src/icon/svg-icon.vue.js +0 -1
  1571. package/lib/src/icon/svg-icon.vue2.js +0 -1
  1572. package/lib/src/icon-picker/data.d.ts +0 -5
  1573. package/lib/src/icon-picker/data.js +0 -1
  1574. package/lib/src/icon-picker/icon-picker.vue.d.ts +0 -51
  1575. package/lib/src/icon-picker/icon-picker.vue.js +0 -1
  1576. package/lib/src/icon-picker/icon-picker.vue2.js +0 -1
  1577. package/lib/src/icon-picker/index.d.ts +0 -190
  1578. package/lib/src/icon-picker/index.js +0 -1
  1579. package/lib/src/icon-picker/interface.d.ts +0 -13
  1580. package/lib/src/icon-picker/style/index.css +0 -61
  1581. package/lib/src/modal/basic.vue.d.ts +0 -481
  1582. package/lib/src/modal/basic.vue.js +0 -1
  1583. package/lib/src/modal/basic.vue2.js +0 -1
  1584. package/lib/src/modal/components/modal-close.vue.d.ts +0 -33
  1585. package/lib/src/modal/components/modal-close.vue.js +0 -1
  1586. package/lib/src/modal/components/modal-close.vue2.js +0 -1
  1587. package/lib/src/modal/components/modal-footer.vue.d.ts +0 -273
  1588. package/lib/src/modal/components/modal-footer.vue.js +0 -1
  1589. package/lib/src/modal/components/modal-footer.vue2.js +0 -1
  1590. package/lib/src/modal/components/modal-header.vue.d.ts +0 -13
  1591. package/lib/src/modal/components/modal-header.vue.js +0 -1
  1592. package/lib/src/modal/components/modal-header.vue2.js +0 -1
  1593. package/lib/src/modal/components/modal-wrapper.vue.d.ts +0 -177
  1594. package/lib/src/modal/components/modal-wrapper.vue.js +0 -1
  1595. package/lib/src/modal/components/modal-wrapper.vue2.js +0 -1
  1596. package/lib/src/modal/components/modal.d.ts +0 -253
  1597. package/lib/src/modal/components/modal.js +0 -1
  1598. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
  1599. package/lib/src/modal/hooks/use-moda-full-screen.js +0 -1
  1600. package/lib/src/modal/hooks/use-modal-context.d.ts +0 -7
  1601. package/lib/src/modal/hooks/use-modal-context.js +0 -1
  1602. package/lib/src/modal/hooks/use-modal-drag.d.ts +0 -7
  1603. package/lib/src/modal/hooks/use-modal-drag.js +0 -1
  1604. package/lib/src/modal/hooks/use-modal.d.ts +0 -7
  1605. package/lib/src/modal/hooks/use-modal.js +0 -1
  1606. package/lib/src/modal/index.d.ts +0 -870
  1607. package/lib/src/modal/index.js +0 -1
  1608. package/lib/src/modal/interface.d.ts +0 -181
  1609. package/lib/src/modal/props.d.ts +0 -186
  1610. package/lib/src/modal/props.js +0 -1
  1611. package/lib/src/modal/style/close.css +0 -25
  1612. package/lib/src/pro-form/component-map.d.ts +0 -6
  1613. package/lib/src/pro-form/component-map.js +0 -1
  1614. package/lib/src/pro-form/components/api-cascader.vue.d.ts +0 -51
  1615. package/lib/src/pro-form/components/api-cascader.vue.js +0 -1
  1616. package/lib/src/pro-form/components/api-cascader.vue2.js +0 -1
  1617. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
  1618. package/lib/src/pro-form/components/api-radio-group.vue.js +0 -1
  1619. package/lib/src/pro-form/components/api-radio-group.vue2.js +0 -1
  1620. package/lib/src/pro-form/components/api-select.vue.d.ts +0 -79
  1621. package/lib/src/pro-form/components/api-select.vue.js +0 -1
  1622. package/lib/src/pro-form/components/api-select.vue2.js +0 -1
  1623. package/lib/src/pro-form/components/api-transfer.vue.d.ts +0 -54
  1624. package/lib/src/pro-form/components/api-transfer.vue.js +0 -1
  1625. package/lib/src/pro-form/components/api-transfer.vue2.js +0 -1
  1626. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
  1627. package/lib/src/pro-form/components/api-tree-select.vue.js +0 -1
  1628. package/lib/src/pro-form/components/api-tree-select.vue2.js +0 -1
  1629. package/lib/src/pro-form/components/api-tree.vue.d.ts +0 -51
  1630. package/lib/src/pro-form/components/api-tree.vue.js +0 -1
  1631. package/lib/src/pro-form/components/api-tree.vue2.js +0 -1
  1632. package/lib/src/pro-form/components/form-action.vue.d.ts +0 -68
  1633. package/lib/src/pro-form/components/form-action.vue.js +0 -1
  1634. package/lib/src/pro-form/components/form-action.vue2.js +0 -1
  1635. package/lib/src/pro-form/components/form-item.vue.d.ts +0 -72
  1636. package/lib/src/pro-form/components/form-item.vue.js +0 -1
  1637. package/lib/src/pro-form/components/form-item.vue2.js +0 -1
  1638. package/lib/src/pro-form/components/interface.d.ts +0 -118
  1639. package/lib/src/pro-form/components/interface.js +0 -1
  1640. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
  1641. package/lib/src/pro-form/components/radio-button-group.vue.js +0 -1
  1642. package/lib/src/pro-form/components/radio-button-group.vue2.js +0 -1
  1643. package/lib/src/pro-form/components/style/form-action.css +0 -6
  1644. package/lib/src/pro-form/components/style/form-item.css +0 -16
  1645. package/lib/src/pro-form/helper.d.ts +0 -11
  1646. package/lib/src/pro-form/helper.js +0 -1
  1647. package/lib/src/pro-form/hooks/use-advanced.d.ts +0 -17
  1648. package/lib/src/pro-form/hooks/use-advanced.js +0 -1
  1649. package/lib/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
  1650. package/lib/src/pro-form/hooks/use-auto-focus.js +0 -1
  1651. package/lib/src/pro-form/hooks/use-break-point.d.ts +0 -24
  1652. package/lib/src/pro-form/hooks/use-break-point.js +0 -1
  1653. package/lib/src/pro-form/hooks/use-component-register.d.ts +0 -3
  1654. package/lib/src/pro-form/hooks/use-component-register.js +0 -1
  1655. package/lib/src/pro-form/hooks/use-form-context.d.ts +0 -8
  1656. package/lib/src/pro-form/hooks/use-form-context.js +0 -1
  1657. package/lib/src/pro-form/hooks/use-form-events.d.ts +0 -29
  1658. package/lib/src/pro-form/hooks/use-form-events.js +0 -1
  1659. package/lib/src/pro-form/hooks/use-form-item.d.ts +0 -2
  1660. package/lib/src/pro-form/hooks/use-form-item.js +0 -1
  1661. package/lib/src/pro-form/hooks/use-form-values.d.ts +0 -14
  1662. package/lib/src/pro-form/hooks/use-form-values.js +0 -1
  1663. package/lib/src/pro-form/hooks/use-form.d.ts +0 -11
  1664. package/lib/src/pro-form/hooks/use-form.js +0 -1
  1665. package/lib/src/pro-form/hooks/use-label-width.d.ts +0 -311
  1666. package/lib/src/pro-form/hooks/use-label-width.js +0 -1
  1667. package/lib/src/pro-form/index.d.ts +0 -27
  1668. package/lib/src/pro-form/index.js +0 -1
  1669. package/lib/src/pro-form/interface.d.ts +0 -4
  1670. package/lib/src/pro-form/pro-form.vue.d.ts +0 -985
  1671. package/lib/src/pro-form/pro-form.vue.js +0 -1
  1672. package/lib/src/pro-form/pro-form.vue2.js +0 -1
  1673. package/lib/src/pro-form/style/index.css +0 -6
  1674. package/lib/src/pro-form/style/table-form.css +0 -104
  1675. package/lib/src/pro-form/table-form-inner.vue.d.ts +0 -44
  1676. package/lib/src/pro-form/table-form-inner.vue.js +0 -1
  1677. package/lib/src/pro-form/table-form-inner.vue2.js +0 -1
  1678. package/lib/src/pro-form/table-form.vue.d.ts +0 -42
  1679. package/lib/src/pro-form/table-form.vue.js +0 -1
  1680. package/lib/src/pro-form/table-form.vue2.js +0 -1
  1681. package/lib/src/pro-form/types/form-item.d.ts +0 -82
  1682. package/lib/src/pro-form/types/form-item.js +0 -1
  1683. package/lib/src/pro-form/types/form.d.ts +0 -152
  1684. package/lib/src/pro-form/types/form.js +0 -1
  1685. package/lib/src/pro-form/types/index.d.ts +0 -158
  1686. package/lib/src/pro-form/types/table-form.d.ts +0 -36
  1687. package/lib/src/pro-form/types/table-form.js +0 -1
  1688. package/lib/src/pro-table/component-map.d.ts +0 -6
  1689. package/lib/src/pro-table/component-map.js +0 -1
  1690. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
  1691. package/lib/src/pro-table/components/edit-table-header-icon.vue.js +0 -1
  1692. package/lib/src/pro-table/components/edit-table-header-icon.vue2.js +0 -1
  1693. package/lib/src/pro-table/components/editable/cell-component.d.ts +0 -13
  1694. package/lib/src/pro-table/components/editable/cell-component.js +0 -1
  1695. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
  1696. package/lib/src/pro-table/components/editable/editable-cell.vue.js +0 -1
  1697. package/lib/src/pro-table/components/editable/editable-cell.vue2.js +0 -1
  1698. package/lib/src/pro-table/components/editable/helper.d.ts +0 -6
  1699. package/lib/src/pro-table/components/editable/helper.js +0 -1
  1700. package/lib/src/pro-table/components/editable/index.d.ts +0 -23
  1701. package/lib/src/pro-table/components/editable/index.js +0 -1
  1702. package/lib/src/pro-table/components/header-cell.vue.d.ts +0 -16
  1703. package/lib/src/pro-table/components/header-cell.vue.js +0 -1
  1704. package/lib/src/pro-table/components/header-cell.vue2.js +0 -1
  1705. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
  1706. package/lib/src/pro-table/components/settings/column-setting.vue.js +0 -1
  1707. package/lib/src/pro-table/components/settings/column-setting.vue2.js +0 -1
  1708. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
  1709. package/lib/src/pro-table/components/settings/full-screen-setting.vue.js +0 -1
  1710. package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +0 -1
  1711. package/lib/src/pro-table/components/settings/index.vue.d.ts +0 -20
  1712. package/lib/src/pro-table/components/settings/index.vue.js +0 -1
  1713. package/lib/src/pro-table/components/settings/index.vue2.js +0 -1
  1714. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
  1715. package/lib/src/pro-table/components/settings/redo-setting.vue.js +0 -1
  1716. package/lib/src/pro-table/components/settings/redo-setting.vue2.js +0 -1
  1717. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
  1718. package/lib/src/pro-table/components/settings/size-setting.vue.js +0 -1
  1719. package/lib/src/pro-table/components/settings/size-setting.vue2.js +0 -1
  1720. package/lib/src/pro-table/components/style/column-settings.css +0 -57
  1721. package/lib/src/pro-table/components/style/editable-cell.css +0 -59
  1722. package/lib/src/pro-table/components/style/header-cell.css +0 -4
  1723. package/lib/src/pro-table/components/style/table-action.css +0 -40
  1724. package/lib/src/pro-table/components/style/table-header.css +0 -9
  1725. package/lib/src/pro-table/components/style/table-image.css +0 -18
  1726. package/lib/src/pro-table/components/style/table-selection-bar.css +0 -8
  1727. package/lib/src/pro-table/components/style/table-setting.css +0 -7
  1728. package/lib/src/pro-table/components/style/table-title.css +0 -5
  1729. package/lib/src/pro-table/components/table-action.vue.d.ts +0 -64
  1730. package/lib/src/pro-table/components/table-action.vue.js +0 -1
  1731. package/lib/src/pro-table/components/table-action.vue2.js +0 -1
  1732. package/lib/src/pro-table/components/table-footer.vue.d.ts +0 -45
  1733. package/lib/src/pro-table/components/table-footer.vue.js +0 -1
  1734. package/lib/src/pro-table/components/table-footer.vue2.js +0 -1
  1735. package/lib/src/pro-table/components/table-header.vue.d.ts +0 -79
  1736. package/lib/src/pro-table/components/table-header.vue.js +0 -1
  1737. package/lib/src/pro-table/components/table-header.vue2.js +0 -1
  1738. package/lib/src/pro-table/components/table-image.vue.d.ts +0 -47
  1739. package/lib/src/pro-table/components/table-image.vue.js +0 -1
  1740. package/lib/src/pro-table/components/table-image.vue2.js +0 -1
  1741. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
  1742. package/lib/src/pro-table/components/table-selection-bar.vue.js +0 -1
  1743. package/lib/src/pro-table/components/table-selection-bar.vue2.js +0 -1
  1744. package/lib/src/pro-table/components/table-title.vue.d.ts +0 -23
  1745. package/lib/src/pro-table/components/table-title.vue.js +0 -1
  1746. package/lib/src/pro-table/components/table-title.vue2.js +0 -1
  1747. package/lib/src/pro-table/const.d.ts +0 -6
  1748. package/lib/src/pro-table/const.js +0 -1
  1749. package/lib/src/pro-table/directives/click-outside.d.ts +0 -3
  1750. package/lib/src/pro-table/directives/click-outside.js +0 -1
  1751. package/lib/src/pro-table/helper.d.ts +0 -3
  1752. package/lib/src/pro-table/helper.js +0 -1
  1753. package/lib/src/pro-table/hooks/use-columns.d.ts +0 -16
  1754. package/lib/src/pro-table/hooks/use-columns.js +0 -1
  1755. package/lib/src/pro-table/hooks/use-custom-row.d.ts +0 -21
  1756. package/lib/src/pro-table/hooks/use-custom-row.js +0 -1
  1757. package/lib/src/pro-table/hooks/use-data-source.d.ts +0 -31
  1758. package/lib/src/pro-table/hooks/use-data-source.js +0 -1
  1759. package/lib/src/pro-table/hooks/use-loading.d.ts +0 -6
  1760. package/lib/src/pro-table/hooks/use-loading.js +0 -1
  1761. package/lib/src/pro-table/hooks/use-pagination.d.ts +0 -10
  1762. package/lib/src/pro-table/hooks/use-pagination.js +0 -1
  1763. package/lib/src/pro-table/hooks/use-row-selection.d.ts +0 -14
  1764. package/lib/src/pro-table/hooks/use-row-selection.js +0 -1
  1765. package/lib/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
  1766. package/lib/src/pro-table/hooks/use-scroll-to.js +0 -1
  1767. package/lib/src/pro-table/hooks/use-table-context.d.ts +0 -13
  1768. package/lib/src/pro-table/hooks/use-table-context.js +0 -1
  1769. package/lib/src/pro-table/hooks/use-table-expand.d.ts +0 -19
  1770. package/lib/src/pro-table/hooks/use-table-expand.js +0 -1
  1771. package/lib/src/pro-table/hooks/use-table-footer.d.ts +0 -6
  1772. package/lib/src/pro-table/hooks/use-table-footer.js +0 -1
  1773. package/lib/src/pro-table/hooks/use-table-form.d.ts +0 -10
  1774. package/lib/src/pro-table/hooks/use-table-form.js +0 -1
  1775. package/lib/src/pro-table/hooks/use-table-header.d.ts +0 -6
  1776. package/lib/src/pro-table/hooks/use-table-header.js +0 -1
  1777. package/lib/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
  1778. package/lib/src/pro-table/hooks/use-table-scroll.js +0 -1
  1779. package/lib/src/pro-table/hooks/use-table-style.d.ts +0 -5
  1780. package/lib/src/pro-table/hooks/use-table-style.js +0 -1
  1781. package/lib/src/pro-table/hooks/use-table.d.ts +0 -17
  1782. package/lib/src/pro-table/hooks/use-table.js +0 -1
  1783. package/lib/src/pro-table/index.d.ts +0 -10
  1784. package/lib/src/pro-table/index.js +0 -1
  1785. package/lib/src/pro-table/interface.d.ts +0 -65
  1786. package/lib/src/pro-table/interface.js +0 -1
  1787. package/lib/src/pro-table/pro-table.vue.d.ts +0 -2192
  1788. package/lib/src/pro-table/pro-table.vue.js +0 -1
  1789. package/lib/src/pro-table/pro-table.vue2.js +0 -1
  1790. package/lib/src/pro-table/style/pro-table.css +0 -93
  1791. package/lib/src/pro-table/types/pagination.d.ts +0 -93
  1792. package/lib/src/pro-table/types/pagination.js +0 -1
  1793. package/lib/src/pro-table/types/table-action.d.ts +0 -24
  1794. package/lib/src/pro-table/types/table-action.js +0 -1
  1795. package/lib/src/pro-table/types/table.d.ts +0 -383
  1796. package/lib/src/pro-table/types/table.js +0 -1
  1797. package/lib/src/prompt/dialog.vue.d.ts +0 -13
  1798. package/lib/src/prompt/dialog.vue.js +0 -1
  1799. package/lib/src/prompt/dialog.vue2.js +0 -1
  1800. package/lib/src/prompt/index.d.ts +0 -10
  1801. package/lib/src/prompt/index.js +0 -1
  1802. package/lib/src/prompt/interface.d.ts +0 -23
  1803. package/lib/src/prompt/style/dialog.css +0 -4
  1804. package/lib/src/prompt/utils.d.ts +0 -11
  1805. package/lib/src/prompt/utils.js +0 -1
  1806. package/lib/src/scroll-bar/bar-item.d.ts +0 -15
  1807. package/lib/src/scroll-bar/bar-item.js +0 -1
  1808. package/lib/src/scroll-bar/index.d.ts +0 -176
  1809. package/lib/src/scroll-bar/index.js +0 -1
  1810. package/lib/src/scroll-bar/interface.d.ts +0 -31
  1811. package/lib/src/scroll-bar/interface.js +0 -1
  1812. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
  1813. package/lib/src/scroll-bar/scroll-bar.vue.js +0 -1
  1814. package/lib/src/scroll-bar/scroll-bar.vue2.js +0 -1
  1815. package/lib/src/scroll-bar/style/bar-item.css +0 -36
  1816. package/lib/src/scroll-bar/style/index.css +0 -27
  1817. package/lib/src/scroll-bar/utils.d.ts +0 -9
  1818. package/lib/src/scroll-bar/utils.js +0 -1
  1819. package/lib/src/strength-meter/index.d.ts +0 -89
  1820. package/lib/src/strength-meter/index.js +0 -1
  1821. package/lib/src/strength-meter/interface.d.ts +0 -5
  1822. package/lib/src/strength-meter/interface.js +0 -1
  1823. package/lib/src/strength-meter/strength-meter.vue.d.ts +0 -45
  1824. package/lib/src/strength-meter/strength-meter.vue.js +0 -1
  1825. package/lib/src/strength-meter/strength-meter.vue2.js +0 -1
  1826. package/lib/src/strength-meter/style/index.css +0 -57
  1827. package/lib/src/theme/ap-action/item-dropdown.css +0 -14
  1828. package/lib/src/theme/ap-action/item.css +0 -33
  1829. package/lib/src/theme/ap-attachment/ap-attachment.css +0 -68
  1830. package/lib/src/theme/ap-batch-action/ap-batch-action.css +0 -26
  1831. package/lib/src/theme/ap-button/ap-button.css +0 -6
  1832. package/lib/src/theme/ap-card/ap-card.css +0 -10
  1833. package/lib/src/theme/ap-descriptions/ap-descriptions.css +0 -53
  1834. package/lib/src/theme/ap-download/ap-download.css +0 -54
  1835. package/lib/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
  1836. package/lib/src/theme/ap-field/checkbox.css +0 -7
  1837. package/lib/src/theme/ap-field/number.css +0 -6
  1838. package/lib/src/theme/ap-field/radio.css +0 -4
  1839. package/lib/src/theme/ap-field/text-area.css +0 -5
  1840. package/lib/src/theme/ap-form/ap-form-item-group.css +0 -9
  1841. package/lib/src/theme/ap-form/ap-form-item.css +0 -63
  1842. package/lib/src/theme/ap-form/drawer-form.css +0 -10
  1843. package/lib/src/theme/ap-form/modal-form.css +0 -21
  1844. package/lib/src/theme/ap-form/search-form.css +0 -9
  1845. package/lib/src/theme/ap-input-radio/ap-input-radio.css +0 -7
  1846. package/lib/src/theme/ap-label/ap-label.css +0 -33
  1847. package/lib/src/theme/ap-ladder/ap-ladder.css +0 -56
  1848. package/lib/src/theme/ap-layout/ap-info-layout.css +0 -36
  1849. package/lib/src/theme/ap-list/index.css +0 -11
  1850. package/lib/src/theme/ap-not-found/ap-not-found.css +0 -9
  1851. package/lib/src/theme/ap-select-layout/ap-select-layout.css +0 -126
  1852. package/lib/src/theme/ap-status/ap-status.css +0 -26
  1853. package/lib/src/theme/ap-table/ap-table-index.css +0 -12
  1854. package/lib/src/theme/ap-table/ap-table-pagination.css +0 -12
  1855. package/lib/src/theme/ap-table/ap-table.css +0 -134
  1856. package/lib/src/theme/ap-table/setting/modal.css +0 -51
  1857. package/lib/src/theme/ap-table/setting/select-group.css +0 -7
  1858. package/lib/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
  1859. package/lib/src/theme/ap-table/setting/sortable-item.css +0 -3
  1860. package/lib/src/theme/ap-table/setting/sorter.css +0 -26
  1861. package/lib/src/theme/ap-tag/ap-tag-group.css +0 -15
  1862. package/lib/src/theme/ap-tag/ap-tag.css +0 -41
  1863. package/lib/src/theme/ap-title/ap-title.css +0 -59
  1864. package/lib/src/theme/ap-upload/multiple-file.css +0 -62
  1865. package/lib/src/theme/ap-upload/picture.css +0 -112
  1866. package/lib/src/theme/ap-upload/single-file.css +0 -98
  1867. package/lib/src/theme/ap-upload/upload.css +0 -6
  1868. package/lib/src/theme/basic-arrow.css +0 -25
  1869. package/lib/src/theme/basic-help.css +0 -16
  1870. package/lib/src/theme/basic-title.css +0 -27
  1871. package/lib/src/theme/button.css +0 -31
  1872. package/lib/src/theme/check-card/index.css +0 -81
  1873. package/lib/src/theme/collapse-container/header.css +0 -16
  1874. package/lib/src/theme/collapse-container/index.css +0 -11
  1875. package/lib/src/theme/countdown-input.css +0 -8
  1876. package/lib/src/theme/cropper/avatar.css +0 -34
  1877. package/lib/src/theme/cropper/image.css +0 -4
  1878. package/lib/src/theme/cropper/modal.css +0 -47
  1879. package/lib/src/theme/custom-column/column-select.css +0 -44
  1880. package/lib/src/theme/custom-column/custom-column.css +0 -46
  1881. package/lib/src/theme/editable-table/index.css +0 -58
  1882. package/lib/src/theme/icon-picker.css +0 -61
  1883. package/lib/src/theme/icon-svg.css +0 -5
  1884. package/lib/src/theme/icon.css +0 -30
  1885. package/lib/src/theme/mixins/animations.css +0 -5
  1886. package/lib/src/theme/modal/close.css +0 -25
  1887. package/lib/src/theme/pro-form/form-action.css +0 -6
  1888. package/lib/src/theme/pro-form/form-item.css +0 -16
  1889. package/lib/src/theme/pro-form/form.css +0 -6
  1890. package/lib/src/theme/pro-form/table-form-inner.css +0 -104
  1891. package/lib/src/theme/pro-table/components/column-settings.css +0 -57
  1892. package/lib/src/theme/pro-table/components/editable-cell.css +0 -59
  1893. package/lib/src/theme/pro-table/components/header-cell.css +0 -4
  1894. package/lib/src/theme/pro-table/components/table-action.css +0 -40
  1895. package/lib/src/theme/pro-table/components/table-header.css +0 -9
  1896. package/lib/src/theme/pro-table/components/table-image.css +0 -18
  1897. package/lib/src/theme/pro-table/components/table-selection-bar.css +0 -8
  1898. package/lib/src/theme/pro-table/components/table-setting.css +0 -7
  1899. package/lib/src/theme/pro-table/components/table-title.css +0 -5
  1900. package/lib/src/theme/pro-table/pro-table.css +0 -93
  1901. package/lib/src/theme/prompt/dialog.css +0 -4
  1902. package/lib/src/theme/scroll-bar/bar-item.css +0 -36
  1903. package/lib/src/theme/scroll-bar/index.css +0 -27
  1904. package/lib/src/theme/scroll-container.css +0 -10
  1905. package/lib/src/theme/strength-merter.css +0 -57
  1906. package/lib/src/theme/transition/collapse.css +0 -3
  1907. package/lib/src/theme/transition/expand.css +0 -14
  1908. package/lib/src/theme/transition/fade.css +0 -8
  1909. package/lib/src/theme/transition/index.css +0 -150
  1910. package/lib/src/theme/transition/scale.css +0 -26
  1911. package/lib/src/theme/transition/scroll.css +0 -68
  1912. package/lib/src/theme/transition/slide.css +0 -48
  1913. package/lib/src/theme/work-order-modal/index.css +0 -3
  1914. package/lib/src/transition/collapse-transition.vue.d.ts +0 -17
  1915. package/lib/src/transition/collapse-transition.vue.js +0 -1
  1916. package/lib/src/transition/collapse-transition.vue2.js +0 -1
  1917. package/lib/src/transition/create-transition.d.ts +0 -47
  1918. package/lib/src/transition/create-transition.js +0 -1
  1919. package/lib/src/transition/expand-transition.d.ts +0 -19
  1920. package/lib/src/transition/expand-transition.js +0 -1
  1921. package/lib/src/transition/index.d.ts +0 -369
  1922. package/lib/src/transition/index.js +0 -1
  1923. package/lib/src/transition/style/collapse.css +0 -3
  1924. package/lib/src/transition/style/expand.css +0 -14
  1925. package/lib/src/transition/style/index.css +0 -164
  1926. package/lib/src/utils/copy-text-to-clipboard.js +0 -1
  1927. package/lib/src/utils/tree.js +0 -1
  1928. package/lib/src/utils/uuid.js +0 -1
  1929. package/lib/src/work-order-modal/style/index.css +0 -3
  1930. /package/es/src/{theme/mixins/config.css → ap-action/item/style/css.d.ts} +0 -0
  1931. /package/es/src/{theme/mixins/mixins.css → ap-action/item/style/index.d.ts} +0 -0
  1932. /package/es/src/ap-action/{constant.d.ts → item-dropdown/style/css.d.ts} +0 -0
  1933. /package/es/src/{modal/style/index.css → ap-action/item-dropdown/style/index.d.ts} +0 -0
  1934. /package/es/src/{button/__tests__/button.test.d.ts → ap-action-button/style/css.d.ts} +0 -0
  1935. /package/{lib/src/button/__tests__/button.test.d.ts → es/src/ap-action-button/style/css.js} +0 -0
  1936. /package/es/src/{theme/modal/index.css → ap-button/style/css.d.ts} +0 -0
  1937. /package/es/src/{theme/transition/base.css → ap-button/style/index.d.ts} +0 -0
  1938. /package/{lib/src/ap-action/constant.d.ts → es/src/ap-custom-select/style/css.d.ts} +0 -0
  1939. /package/{lib/src/modal/style/index.css → es/src/ap-custom-select/style/index.d.ts} +0 -0
  1940. /package/{lib/src/theme/mixins/config.css → es/src/ap-descriptions/style/css.d.ts} +0 -0
  1941. /package/{lib/src/theme/mixins/mixins.css → es/src/ap-descriptions/style/index.d.ts} +0 -0
  1942. /package/{lib/src/theme/modal/index.css → es/src/ap-download/style/css.d.ts} +0 -0
  1943. /package/{lib/src/theme/transition/base.css → es/src/ap-download/style/index.d.ts} +0 -0
  1944. /package/es/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.mjs +0 -0
  1945. /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
  1946. /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.mjs +0 -0
  1947. /package/es/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
  1948. /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
  1949. /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.mjs +0 -0
  1950. /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.mjs +0 -0
  1951. /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
  1952. /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +0 -0
  1953. /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
  1954. /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.mjs +0 -0
  1955. /package/es/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
  1956. /package/es/src/{ap-layout → ap-info-layout}/index.mjs +0 -0
  1957. /package/es/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
  1958. /package/es/src/{ap-layout → ap-info-layout}/interface.mjs +0 -0
  1959. /package/es/src/{base-button → business/ap-attachment}/interface.mjs +0 -0
  1960. /package/es/src/{basic → business/ap-batch-action}/interface.mjs +0 -0
  1961. /package/es/src/{container → business/ap-card}/interface.mjs +0 -0
  1962. /package/es/src/{count-down → business/ap-expand-alert}/interface.mjs +0 -0
  1963. /package/es/src/{cropper → business/ap-image}/interface.mjs +0 -0
  1964. /package/es/src/{description → business/ap-input-radio}/interface.mjs +0 -0
  1965. /package/es/src/{dropdown → business/ap-label}/interface.mjs +0 -0
  1966. /package/es/src/{icon-picker → business/ap-select-layout}/interface.mjs +0 -0
  1967. /package/es/src/business/ap-status/{ApStatusGroup.vue.mjs → group/ApStatusGroup.vue.mjs} +0 -0
  1968. /package/es/src/{icon → business/ap-status}/interface.mjs +0 -0
  1969. /package/es/src/{modal → business/ap-title}/interface.mjs +0 -0
  1970. /package/lib/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.js +0 -0
  1971. /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
  1972. /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.js +0 -0
  1973. /package/lib/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
  1974. /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
  1975. /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.js +0 -0
  1976. /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.js +0 -0
  1977. /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
  1978. /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +0 -0
  1979. /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
  1980. /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.js +0 -0
  1981. /package/lib/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
  1982. /package/lib/src/{ap-layout → ap-info-layout}/index.js +0 -0
  1983. /package/lib/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
  1984. /package/lib/src/{ap-layout → ap-info-layout}/interface.js +0 -0
  1985. /package/lib/src/{base-button → business/ap-attachment}/interface.js +0 -0
  1986. /package/lib/src/{basic → business/ap-batch-action}/interface.js +0 -0
  1987. /package/lib/src/{container → business/ap-card}/interface.js +0 -0
  1988. /package/lib/src/{count-down → business/ap-expand-alert}/interface.js +0 -0
  1989. /package/lib/src/{cropper → business/ap-image}/interface.js +0 -0
  1990. /package/lib/src/{description → business/ap-input-radio}/interface.js +0 -0
  1991. /package/lib/src/{dropdown → business/ap-label}/interface.js +0 -0
  1992. /package/lib/src/{icon-picker → business/ap-select-layout}/interface.js +0 -0
  1993. /package/lib/src/business/ap-status/{ApStatusGroup.vue.js → group/ApStatusGroup.vue.js} +0 -0
  1994. /package/lib/src/{icon → business/ap-status}/interface.js +0 -0
  1995. /package/lib/src/{modal → business/ap-title}/interface.js +0 -0
@@ -0,0 +1,1214 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
+ import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
3
+ import { ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
4
+ import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
+ import { MouseEventHandler, FocusEventHandler } from 'ant-design-vue/es/_util/EventInterface';
6
+ import { ButtonProps, ItemType, MenuTheme, MenuMode } from 'ant-design-vue';
7
+ import { DropdownArrowOptions, Trigger, Align } from 'ant-design-vue/es/dropdown/props';
8
+ import { Key } from 'ant-design-vue/es/_util/type';
9
+ import { CSSMotionProps } from 'ant-design-vue/es/_util/transition';
10
+ import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from 'ant-design-vue/es/menu/src/interface';
11
+ import { ApBatchActionGroupMenuProps } from './interface';
12
+ export * from './interface';
13
+ declare const ApBatchActionGroup: {
14
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
15
+ selectedRows: {
16
+ type: PropType<any[]>;
17
+ };
18
+ buttonProps: {
19
+ type: PropType<({
20
+ dropdownType?: "default" | undefined;
21
+ } & Omit<Partial< ExtractPropTypes<{
22
+ prefixCls: StringConstructor;
23
+ type: PropType<ButtonType>;
24
+ htmlType: {
25
+ type: PropType<ButtonHTMLType>;
26
+ default: string;
27
+ };
28
+ shape: {
29
+ type: PropType<ButtonShape>;
30
+ };
31
+ size: {
32
+ type: PropType<ButtonSize>;
33
+ };
34
+ loading: {
35
+ type: PropType<boolean | {
36
+ delay?: number;
37
+ }>;
38
+ default: () => boolean | {
39
+ delay?: number;
40
+ };
41
+ };
42
+ disabled: {
43
+ type: BooleanConstructor;
44
+ default: any;
45
+ };
46
+ ghost: {
47
+ type: BooleanConstructor;
48
+ default: any;
49
+ };
50
+ block: {
51
+ type: BooleanConstructor;
52
+ default: any;
53
+ };
54
+ danger: {
55
+ type: BooleanConstructor;
56
+ default: any;
57
+ };
58
+ icon: VueTypeValidableDef<any>;
59
+ href: StringConstructor;
60
+ target: StringConstructor;
61
+ title: StringConstructor;
62
+ onClick: {
63
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
64
+ };
65
+ onMousedown: {
66
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
67
+ };
68
+ }>>, "type" | "onClick"> & {
69
+ type?: ButtonProps["type"] | "borderLink";
70
+ borderLinkColor?: string;
71
+ minWidth?: boolean | number | string;
72
+ onClick?: () => any | Promise<any>;
73
+ } & {
74
+ content?: string;
75
+ }) | ({
76
+ dropdownType?: "dropdown" | undefined;
77
+ } & Omit<Partial< ExtractPropTypes<{
78
+ type: PropType<ButtonType>;
79
+ size: PropType<"small" | "large">;
80
+ htmlType: {
81
+ type: PropType<ButtonHTMLType>;
82
+ default: string;
83
+ };
84
+ href: StringConstructor;
85
+ disabled: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
89
+ prefixCls: StringConstructor;
90
+ icon: VueTypeValidableDef<any>;
91
+ title: StringConstructor;
92
+ loading: {
93
+ type: PropType<boolean | {
94
+ delay?: number;
95
+ }>;
96
+ default: () => boolean | {
97
+ delay?: number;
98
+ };
99
+ };
100
+ onClick: {
101
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
102
+ };
103
+ arrow: {
104
+ type: PropType<boolean | DropdownArrowOptions>;
105
+ default: boolean | DropdownArrowOptions;
106
+ };
107
+ trigger: {
108
+ type: PropType< Trigger | Trigger[]>;
109
+ };
110
+ menu: {
111
+ type: PropType<Partial< ExtractPropTypes<{
112
+ id: StringConstructor;
113
+ prefixCls: StringConstructor;
114
+ items: PropType< ItemType[]>;
115
+ disabled: BooleanConstructor;
116
+ inlineCollapsed: BooleanConstructor;
117
+ disabledOverflow: BooleanConstructor;
118
+ forceSubMenuRender: BooleanConstructor;
119
+ openKeys: PropType< Key[]>;
120
+ selectedKeys: PropType< Key[]>;
121
+ activeKey: StringConstructor;
122
+ selectable: {
123
+ type: BooleanConstructor;
124
+ default: boolean;
125
+ };
126
+ multiple: {
127
+ type: BooleanConstructor;
128
+ default: boolean;
129
+ };
130
+ tabindex: {
131
+ type: (StringConstructor | NumberConstructor)[];
132
+ };
133
+ motion: PropType<CSSMotionProps>;
134
+ role: StringConstructor;
135
+ theme: {
136
+ type: PropType<MenuTheme>;
137
+ default: string;
138
+ };
139
+ mode: {
140
+ type: PropType<MenuMode>;
141
+ default: string;
142
+ };
143
+ inlineIndent: {
144
+ type: NumberConstructor;
145
+ default: number;
146
+ };
147
+ subMenuOpenDelay: {
148
+ type: NumberConstructor;
149
+ default: number;
150
+ };
151
+ subMenuCloseDelay: {
152
+ type: NumberConstructor;
153
+ default: number;
154
+ };
155
+ builtinPlacements: {
156
+ type: PropType<BuiltinPlacements>;
157
+ };
158
+ triggerSubMenuAction: {
159
+ type: PropType<TriggerSubMenuAction>;
160
+ default: string;
161
+ };
162
+ getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
163
+ expandIcon: PropType<(p?: {
164
+ [key: string]: any;
165
+ isOpen: boolean;
166
+ }) => any>;
167
+ onOpenChange: PropType<(keys: Key[]) => void>;
168
+ onSelect: PropType<SelectEventHandler>;
169
+ onDeselect: PropType<SelectEventHandler>;
170
+ onClick: PropType<MenuClickEventHandler>;
171
+ onFocus: PropType<FocusEventHandler>;
172
+ onBlur: PropType<FocusEventHandler>;
173
+ onMousedown: PropType<MouseEventHandler>;
174
+ "onUpdate:openKeys": PropType<(keys: Key[]) => void>;
175
+ "onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
176
+ "onUpdate:activeKey": PropType<(key: Key) => void>;
177
+ }>>>;
178
+ default: Partial< ExtractPropTypes<{
179
+ id: StringConstructor;
180
+ prefixCls: StringConstructor;
181
+ items: PropType< ItemType[]>;
182
+ disabled: BooleanConstructor;
183
+ inlineCollapsed: BooleanConstructor;
184
+ disabledOverflow: BooleanConstructor;
185
+ forceSubMenuRender: BooleanConstructor;
186
+ openKeys: PropType< Key[]>;
187
+ selectedKeys: PropType< Key[]>;
188
+ activeKey: StringConstructor;
189
+ selectable: {
190
+ type: BooleanConstructor;
191
+ default: boolean;
192
+ };
193
+ multiple: {
194
+ type: BooleanConstructor;
195
+ default: boolean;
196
+ };
197
+ tabindex: {
198
+ type: (StringConstructor | NumberConstructor)[];
199
+ };
200
+ motion: PropType<CSSMotionProps>;
201
+ role: StringConstructor;
202
+ theme: {
203
+ type: PropType<MenuTheme>;
204
+ default: string;
205
+ };
206
+ mode: {
207
+ type: PropType<MenuMode>;
208
+ default: string;
209
+ };
210
+ inlineIndent: {
211
+ type: NumberConstructor;
212
+ default: number;
213
+ };
214
+ subMenuOpenDelay: {
215
+ type: NumberConstructor;
216
+ default: number;
217
+ };
218
+ subMenuCloseDelay: {
219
+ type: NumberConstructor;
220
+ default: number;
221
+ };
222
+ builtinPlacements: {
223
+ type: PropType<BuiltinPlacements>;
224
+ };
225
+ triggerSubMenuAction: {
226
+ type: PropType<TriggerSubMenuAction>;
227
+ default: string;
228
+ };
229
+ getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
230
+ expandIcon: PropType<(p?: {
231
+ [key: string]: any;
232
+ isOpen: boolean;
233
+ }) => any>;
234
+ onOpenChange: PropType<(keys: Key[]) => void>;
235
+ onSelect: PropType<SelectEventHandler>;
236
+ onDeselect: PropType<SelectEventHandler>;
237
+ onClick: PropType<MenuClickEventHandler>;
238
+ onFocus: PropType<FocusEventHandler>;
239
+ onBlur: PropType<FocusEventHandler>;
240
+ onMousedown: PropType<MouseEventHandler>;
241
+ "onUpdate:openKeys": PropType<(keys: Key[]) => void>;
242
+ "onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
243
+ "onUpdate:activeKey": PropType<(key: Key) => void>;
244
+ }>>;
245
+ };
246
+ overlay: VueTypeValidableDef<any>;
247
+ visible: {
248
+ type: BooleanConstructor;
249
+ default: boolean;
250
+ };
251
+ open: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
255
+ danger: {
256
+ type: BooleanConstructor;
257
+ default: boolean;
258
+ };
259
+ autofocus: {
260
+ type: BooleanConstructor;
261
+ default: boolean;
262
+ };
263
+ align: {
264
+ type: PropType<Align>;
265
+ default: Align;
266
+ };
267
+ getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
268
+ transitionName: StringConstructor;
269
+ placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
270
+ overlayClassName: StringConstructor;
271
+ overlayStyle: {
272
+ type: PropType<CSSProperties>;
273
+ default: CSSProperties;
274
+ };
275
+ forceRender: {
276
+ type: BooleanConstructor;
277
+ default: boolean;
278
+ };
279
+ mouseEnterDelay: NumberConstructor;
280
+ mouseLeaveDelay: NumberConstructor;
281
+ openClassName: StringConstructor;
282
+ minOverlayWidthMatchTrigger: {
283
+ type: BooleanConstructor;
284
+ default: boolean;
285
+ };
286
+ destroyPopupOnHide: {
287
+ type: BooleanConstructor;
288
+ default: boolean;
289
+ };
290
+ onVisibleChange: {
291
+ type: PropType<(val: boolean) => void>;
292
+ };
293
+ 'onUpdate:visible': {
294
+ type: PropType<(val: boolean) => void>;
295
+ };
296
+ onOpenChange: {
297
+ type: PropType<(val: boolean) => void>;
298
+ };
299
+ 'onUpdate:open': {
300
+ type: PropType<(val: boolean) => void>;
301
+ };
302
+ }>>, "type"> & {
303
+ type?: ButtonType | "borderLink" | undefined;
304
+ content?: string;
305
+ })>;
306
+ };
307
+ menuList: {
308
+ type: PropType< ApBatchActionGroupMenuProps<any>[]>;
309
+ };
310
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
311
+ selectedRows: {
312
+ type: PropType<any[]>;
313
+ };
314
+ buttonProps: {
315
+ type: PropType<({
316
+ dropdownType?: "default" | undefined;
317
+ } & Omit<Partial< ExtractPropTypes<{
318
+ prefixCls: StringConstructor;
319
+ type: PropType<ButtonType>;
320
+ htmlType: {
321
+ type: PropType<ButtonHTMLType>;
322
+ default: string;
323
+ };
324
+ shape: {
325
+ type: PropType<ButtonShape>;
326
+ };
327
+ size: {
328
+ type: PropType<ButtonSize>;
329
+ };
330
+ loading: {
331
+ type: PropType<boolean | {
332
+ delay?: number;
333
+ }>;
334
+ default: () => boolean | {
335
+ delay?: number;
336
+ };
337
+ };
338
+ disabled: {
339
+ type: BooleanConstructor;
340
+ default: any;
341
+ };
342
+ ghost: {
343
+ type: BooleanConstructor;
344
+ default: any;
345
+ };
346
+ block: {
347
+ type: BooleanConstructor;
348
+ default: any;
349
+ };
350
+ danger: {
351
+ type: BooleanConstructor;
352
+ default: any;
353
+ };
354
+ icon: VueTypeValidableDef<any>;
355
+ href: StringConstructor;
356
+ target: StringConstructor;
357
+ title: StringConstructor;
358
+ onClick: {
359
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
360
+ };
361
+ onMousedown: {
362
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
363
+ };
364
+ }>>, "type" | "onClick"> & {
365
+ type?: ButtonProps["type"] | "borderLink";
366
+ borderLinkColor?: string;
367
+ minWidth?: boolean | number | string;
368
+ onClick?: () => any | Promise<any>;
369
+ } & {
370
+ content?: string;
371
+ }) | ({
372
+ dropdownType?: "dropdown" | undefined;
373
+ } & Omit<Partial< ExtractPropTypes<{
374
+ type: PropType<ButtonType>;
375
+ size: PropType<"small" | "large">;
376
+ htmlType: {
377
+ type: PropType<ButtonHTMLType>;
378
+ default: string;
379
+ };
380
+ href: StringConstructor;
381
+ disabled: {
382
+ type: BooleanConstructor;
383
+ default: boolean;
384
+ };
385
+ prefixCls: StringConstructor;
386
+ icon: VueTypeValidableDef<any>;
387
+ title: StringConstructor;
388
+ loading: {
389
+ type: PropType<boolean | {
390
+ delay?: number;
391
+ }>;
392
+ default: () => boolean | {
393
+ delay?: number;
394
+ };
395
+ };
396
+ onClick: {
397
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
398
+ };
399
+ arrow: {
400
+ type: PropType<boolean | DropdownArrowOptions>;
401
+ default: boolean | DropdownArrowOptions;
402
+ };
403
+ trigger: {
404
+ type: PropType< Trigger | Trigger[]>;
405
+ };
406
+ menu: {
407
+ type: PropType<Partial< ExtractPropTypes<{
408
+ id: StringConstructor;
409
+ prefixCls: StringConstructor;
410
+ items: PropType< ItemType[]>;
411
+ disabled: BooleanConstructor;
412
+ inlineCollapsed: BooleanConstructor;
413
+ disabledOverflow: BooleanConstructor;
414
+ forceSubMenuRender: BooleanConstructor;
415
+ openKeys: PropType< Key[]>;
416
+ selectedKeys: PropType< Key[]>;
417
+ activeKey: StringConstructor;
418
+ selectable: {
419
+ type: BooleanConstructor;
420
+ default: boolean;
421
+ };
422
+ multiple: {
423
+ type: BooleanConstructor;
424
+ default: boolean;
425
+ };
426
+ tabindex: {
427
+ type: (StringConstructor | NumberConstructor)[];
428
+ };
429
+ motion: PropType<CSSMotionProps>;
430
+ role: StringConstructor;
431
+ theme: {
432
+ type: PropType<MenuTheme>;
433
+ default: string;
434
+ };
435
+ mode: {
436
+ type: PropType<MenuMode>;
437
+ default: string;
438
+ };
439
+ inlineIndent: {
440
+ type: NumberConstructor;
441
+ default: number;
442
+ };
443
+ subMenuOpenDelay: {
444
+ type: NumberConstructor;
445
+ default: number;
446
+ };
447
+ subMenuCloseDelay: {
448
+ type: NumberConstructor;
449
+ default: number;
450
+ };
451
+ builtinPlacements: {
452
+ type: PropType<BuiltinPlacements>;
453
+ };
454
+ triggerSubMenuAction: {
455
+ type: PropType<TriggerSubMenuAction>;
456
+ default: string;
457
+ };
458
+ getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
459
+ expandIcon: PropType<(p?: {
460
+ [key: string]: any;
461
+ isOpen: boolean;
462
+ }) => any>;
463
+ onOpenChange: PropType<(keys: Key[]) => void>;
464
+ onSelect: PropType<SelectEventHandler>;
465
+ onDeselect: PropType<SelectEventHandler>;
466
+ onClick: PropType<MenuClickEventHandler>;
467
+ onFocus: PropType<FocusEventHandler>;
468
+ onBlur: PropType<FocusEventHandler>;
469
+ onMousedown: PropType<MouseEventHandler>;
470
+ "onUpdate:openKeys": PropType<(keys: Key[]) => void>;
471
+ "onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
472
+ "onUpdate:activeKey": PropType<(key: Key) => void>;
473
+ }>>>;
474
+ default: Partial< ExtractPropTypes<{
475
+ id: StringConstructor;
476
+ prefixCls: StringConstructor;
477
+ items: PropType< ItemType[]>;
478
+ disabled: BooleanConstructor;
479
+ inlineCollapsed: BooleanConstructor;
480
+ disabledOverflow: BooleanConstructor;
481
+ forceSubMenuRender: BooleanConstructor;
482
+ openKeys: PropType< Key[]>;
483
+ selectedKeys: PropType< Key[]>;
484
+ activeKey: StringConstructor;
485
+ selectable: {
486
+ type: BooleanConstructor;
487
+ default: boolean;
488
+ };
489
+ multiple: {
490
+ type: BooleanConstructor;
491
+ default: boolean;
492
+ };
493
+ tabindex: {
494
+ type: (StringConstructor | NumberConstructor)[];
495
+ };
496
+ motion: PropType<CSSMotionProps>;
497
+ role: StringConstructor;
498
+ theme: {
499
+ type: PropType<MenuTheme>;
500
+ default: string;
501
+ };
502
+ mode: {
503
+ type: PropType<MenuMode>;
504
+ default: string;
505
+ };
506
+ inlineIndent: {
507
+ type: NumberConstructor;
508
+ default: number;
509
+ };
510
+ subMenuOpenDelay: {
511
+ type: NumberConstructor;
512
+ default: number;
513
+ };
514
+ subMenuCloseDelay: {
515
+ type: NumberConstructor;
516
+ default: number;
517
+ };
518
+ builtinPlacements: {
519
+ type: PropType<BuiltinPlacements>;
520
+ };
521
+ triggerSubMenuAction: {
522
+ type: PropType<TriggerSubMenuAction>;
523
+ default: string;
524
+ };
525
+ getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
526
+ expandIcon: PropType<(p?: {
527
+ [key: string]: any;
528
+ isOpen: boolean;
529
+ }) => any>;
530
+ onOpenChange: PropType<(keys: Key[]) => void>;
531
+ onSelect: PropType<SelectEventHandler>;
532
+ onDeselect: PropType<SelectEventHandler>;
533
+ onClick: PropType<MenuClickEventHandler>;
534
+ onFocus: PropType<FocusEventHandler>;
535
+ onBlur: PropType<FocusEventHandler>;
536
+ onMousedown: PropType<MouseEventHandler>;
537
+ "onUpdate:openKeys": PropType<(keys: Key[]) => void>;
538
+ "onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
539
+ "onUpdate:activeKey": PropType<(key: Key) => void>;
540
+ }>>;
541
+ };
542
+ overlay: VueTypeValidableDef<any>;
543
+ visible: {
544
+ type: BooleanConstructor;
545
+ default: boolean;
546
+ };
547
+ open: {
548
+ type: BooleanConstructor;
549
+ default: boolean;
550
+ };
551
+ danger: {
552
+ type: BooleanConstructor;
553
+ default: boolean;
554
+ };
555
+ autofocus: {
556
+ type: BooleanConstructor;
557
+ default: boolean;
558
+ };
559
+ align: {
560
+ type: PropType<Align>;
561
+ default: Align;
562
+ };
563
+ getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
564
+ transitionName: StringConstructor;
565
+ placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
566
+ overlayClassName: StringConstructor;
567
+ overlayStyle: {
568
+ type: PropType<CSSProperties>;
569
+ default: CSSProperties;
570
+ };
571
+ forceRender: {
572
+ type: BooleanConstructor;
573
+ default: boolean;
574
+ };
575
+ mouseEnterDelay: NumberConstructor;
576
+ mouseLeaveDelay: NumberConstructor;
577
+ openClassName: StringConstructor;
578
+ minOverlayWidthMatchTrigger: {
579
+ type: BooleanConstructor;
580
+ default: boolean;
581
+ };
582
+ destroyPopupOnHide: {
583
+ type: BooleanConstructor;
584
+ default: boolean;
585
+ };
586
+ onVisibleChange: {
587
+ type: PropType<(val: boolean) => void>;
588
+ };
589
+ 'onUpdate:visible': {
590
+ type: PropType<(val: boolean) => void>;
591
+ };
592
+ onOpenChange: {
593
+ type: PropType<(val: boolean) => void>;
594
+ };
595
+ 'onUpdate:open': {
596
+ type: PropType<(val: boolean) => void>;
597
+ };
598
+ }>>, "type"> & {
599
+ type?: ButtonType | "borderLink" | undefined;
600
+ content?: string;
601
+ })>;
602
+ };
603
+ menuList: {
604
+ type: PropType< ApBatchActionGroupMenuProps<any>[]>;
605
+ };
606
+ }>>, {}, true, {}, {}, {
607
+ P: {};
608
+ B: {};
609
+ D: {};
610
+ C: {};
611
+ M: {};
612
+ Defaults: {};
613
+ }, Readonly< ExtractPropTypes<{
614
+ selectedRows: {
615
+ type: PropType<any[]>;
616
+ };
617
+ buttonProps: {
618
+ type: PropType<({
619
+ dropdownType?: "default" | undefined;
620
+ } & Omit<Partial< ExtractPropTypes<{
621
+ prefixCls: StringConstructor;
622
+ type: PropType<ButtonType>;
623
+ htmlType: {
624
+ type: PropType<ButtonHTMLType>;
625
+ default: string;
626
+ };
627
+ shape: {
628
+ type: PropType<ButtonShape>;
629
+ };
630
+ size: {
631
+ type: PropType<ButtonSize>;
632
+ };
633
+ loading: {
634
+ type: PropType<boolean | {
635
+ delay?: number;
636
+ }>;
637
+ default: () => boolean | {
638
+ delay?: number;
639
+ };
640
+ };
641
+ disabled: {
642
+ type: BooleanConstructor;
643
+ default: any;
644
+ };
645
+ ghost: {
646
+ type: BooleanConstructor;
647
+ default: any;
648
+ };
649
+ block: {
650
+ type: BooleanConstructor;
651
+ default: any;
652
+ };
653
+ danger: {
654
+ type: BooleanConstructor;
655
+ default: any;
656
+ };
657
+ icon: VueTypeValidableDef<any>;
658
+ href: StringConstructor;
659
+ target: StringConstructor;
660
+ title: StringConstructor;
661
+ onClick: {
662
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
663
+ };
664
+ onMousedown: {
665
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
666
+ };
667
+ }>>, "type" | "onClick"> & {
668
+ type?: ButtonProps["type"] | "borderLink";
669
+ borderLinkColor?: string;
670
+ minWidth?: boolean | number | string;
671
+ onClick?: () => any | Promise<any>;
672
+ } & {
673
+ content?: string;
674
+ }) | ({
675
+ dropdownType?: "dropdown" | undefined;
676
+ } & Omit<Partial< ExtractPropTypes<{
677
+ type: PropType<ButtonType>;
678
+ size: PropType<"small" | "large">;
679
+ htmlType: {
680
+ type: PropType<ButtonHTMLType>;
681
+ default: string;
682
+ };
683
+ href: StringConstructor;
684
+ disabled: {
685
+ type: BooleanConstructor;
686
+ default: boolean;
687
+ };
688
+ prefixCls: StringConstructor;
689
+ icon: VueTypeValidableDef<any>;
690
+ title: StringConstructor;
691
+ loading: {
692
+ type: PropType<boolean | {
693
+ delay?: number;
694
+ }>;
695
+ default: () => boolean | {
696
+ delay?: number;
697
+ };
698
+ };
699
+ onClick: {
700
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
701
+ };
702
+ arrow: {
703
+ type: PropType<boolean | DropdownArrowOptions>;
704
+ default: boolean | DropdownArrowOptions;
705
+ };
706
+ trigger: {
707
+ type: PropType< Trigger | Trigger[]>;
708
+ };
709
+ menu: {
710
+ type: PropType<Partial< ExtractPropTypes<{
711
+ id: StringConstructor;
712
+ prefixCls: StringConstructor;
713
+ items: PropType< ItemType[]>;
714
+ disabled: BooleanConstructor;
715
+ inlineCollapsed: BooleanConstructor;
716
+ disabledOverflow: BooleanConstructor;
717
+ forceSubMenuRender: BooleanConstructor;
718
+ openKeys: PropType< Key[]>;
719
+ selectedKeys: PropType< Key[]>;
720
+ activeKey: StringConstructor;
721
+ selectable: {
722
+ type: BooleanConstructor;
723
+ default: boolean;
724
+ };
725
+ multiple: {
726
+ type: BooleanConstructor;
727
+ default: boolean;
728
+ };
729
+ tabindex: {
730
+ type: (StringConstructor | NumberConstructor)[];
731
+ };
732
+ motion: PropType<CSSMotionProps>;
733
+ role: StringConstructor;
734
+ theme: {
735
+ type: PropType<MenuTheme>;
736
+ default: string;
737
+ };
738
+ mode: {
739
+ type: PropType<MenuMode>;
740
+ default: string;
741
+ };
742
+ inlineIndent: {
743
+ type: NumberConstructor;
744
+ default: number;
745
+ };
746
+ subMenuOpenDelay: {
747
+ type: NumberConstructor;
748
+ default: number;
749
+ };
750
+ subMenuCloseDelay: {
751
+ type: NumberConstructor;
752
+ default: number;
753
+ };
754
+ builtinPlacements: {
755
+ type: PropType<BuiltinPlacements>;
756
+ };
757
+ triggerSubMenuAction: {
758
+ type: PropType<TriggerSubMenuAction>;
759
+ default: string;
760
+ };
761
+ getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
762
+ expandIcon: PropType<(p?: {
763
+ [key: string]: any;
764
+ isOpen: boolean;
765
+ }) => any>;
766
+ onOpenChange: PropType<(keys: Key[]) => void>;
767
+ onSelect: PropType<SelectEventHandler>;
768
+ onDeselect: PropType<SelectEventHandler>;
769
+ onClick: PropType<MenuClickEventHandler>;
770
+ onFocus: PropType<FocusEventHandler>;
771
+ onBlur: PropType<FocusEventHandler>;
772
+ onMousedown: PropType<MouseEventHandler>;
773
+ "onUpdate:openKeys": PropType<(keys: Key[]) => void>;
774
+ "onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
775
+ "onUpdate:activeKey": PropType<(key: Key) => void>;
776
+ }>>>;
777
+ default: Partial< ExtractPropTypes<{
778
+ id: StringConstructor;
779
+ prefixCls: StringConstructor;
780
+ items: PropType< ItemType[]>;
781
+ disabled: BooleanConstructor;
782
+ inlineCollapsed: BooleanConstructor;
783
+ disabledOverflow: BooleanConstructor;
784
+ forceSubMenuRender: BooleanConstructor;
785
+ openKeys: PropType< Key[]>;
786
+ selectedKeys: PropType< Key[]>;
787
+ activeKey: StringConstructor;
788
+ selectable: {
789
+ type: BooleanConstructor;
790
+ default: boolean;
791
+ };
792
+ multiple: {
793
+ type: BooleanConstructor;
794
+ default: boolean;
795
+ };
796
+ tabindex: {
797
+ type: (StringConstructor | NumberConstructor)[];
798
+ };
799
+ motion: PropType<CSSMotionProps>;
800
+ role: StringConstructor;
801
+ theme: {
802
+ type: PropType<MenuTheme>;
803
+ default: string;
804
+ };
805
+ mode: {
806
+ type: PropType<MenuMode>;
807
+ default: string;
808
+ };
809
+ inlineIndent: {
810
+ type: NumberConstructor;
811
+ default: number;
812
+ };
813
+ subMenuOpenDelay: {
814
+ type: NumberConstructor;
815
+ default: number;
816
+ };
817
+ subMenuCloseDelay: {
818
+ type: NumberConstructor;
819
+ default: number;
820
+ };
821
+ builtinPlacements: {
822
+ type: PropType<BuiltinPlacements>;
823
+ };
824
+ triggerSubMenuAction: {
825
+ type: PropType<TriggerSubMenuAction>;
826
+ default: string;
827
+ };
828
+ getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
829
+ expandIcon: PropType<(p?: {
830
+ [key: string]: any;
831
+ isOpen: boolean;
832
+ }) => any>;
833
+ onOpenChange: PropType<(keys: Key[]) => void>;
834
+ onSelect: PropType<SelectEventHandler>;
835
+ onDeselect: PropType<SelectEventHandler>;
836
+ onClick: PropType<MenuClickEventHandler>;
837
+ onFocus: PropType<FocusEventHandler>;
838
+ onBlur: PropType<FocusEventHandler>;
839
+ onMousedown: PropType<MouseEventHandler>;
840
+ "onUpdate:openKeys": PropType<(keys: Key[]) => void>;
841
+ "onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
842
+ "onUpdate:activeKey": PropType<(key: Key) => void>;
843
+ }>>;
844
+ };
845
+ overlay: VueTypeValidableDef<any>;
846
+ visible: {
847
+ type: BooleanConstructor;
848
+ default: boolean;
849
+ };
850
+ open: {
851
+ type: BooleanConstructor;
852
+ default: boolean;
853
+ };
854
+ danger: {
855
+ type: BooleanConstructor;
856
+ default: boolean;
857
+ };
858
+ autofocus: {
859
+ type: BooleanConstructor;
860
+ default: boolean;
861
+ };
862
+ align: {
863
+ type: PropType<Align>;
864
+ default: Align;
865
+ };
866
+ getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
867
+ transitionName: StringConstructor;
868
+ placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
869
+ overlayClassName: StringConstructor;
870
+ overlayStyle: {
871
+ type: PropType<CSSProperties>;
872
+ default: CSSProperties;
873
+ };
874
+ forceRender: {
875
+ type: BooleanConstructor;
876
+ default: boolean;
877
+ };
878
+ mouseEnterDelay: NumberConstructor;
879
+ mouseLeaveDelay: NumberConstructor;
880
+ openClassName: StringConstructor;
881
+ minOverlayWidthMatchTrigger: {
882
+ type: BooleanConstructor;
883
+ default: boolean;
884
+ };
885
+ destroyPopupOnHide: {
886
+ type: BooleanConstructor;
887
+ default: boolean;
888
+ };
889
+ onVisibleChange: {
890
+ type: PropType<(val: boolean) => void>;
891
+ };
892
+ 'onUpdate:visible': {
893
+ type: PropType<(val: boolean) => void>;
894
+ };
895
+ onOpenChange: {
896
+ type: PropType<(val: boolean) => void>;
897
+ };
898
+ 'onUpdate:open': {
899
+ type: PropType<(val: boolean) => void>;
900
+ };
901
+ }>>, "type"> & {
902
+ type?: ButtonType | "borderLink" | undefined;
903
+ content?: string;
904
+ })>;
905
+ };
906
+ menuList: {
907
+ type: PropType< ApBatchActionGroupMenuProps<any>[]>;
908
+ };
909
+ }>>, {}, {}, {}, {}, {}>;
910
+ __isFragment?: never;
911
+ __isTeleport?: never;
912
+ __isSuspense?: never;
913
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
914
+ selectedRows: {
915
+ type: PropType<any[]>;
916
+ };
917
+ buttonProps: {
918
+ type: PropType<({
919
+ dropdownType?: "default" | undefined;
920
+ } & Omit<Partial< ExtractPropTypes<{
921
+ prefixCls: StringConstructor;
922
+ type: PropType<ButtonType>;
923
+ htmlType: {
924
+ type: PropType<ButtonHTMLType>;
925
+ default: string;
926
+ };
927
+ shape: {
928
+ type: PropType<ButtonShape>;
929
+ };
930
+ size: {
931
+ type: PropType<ButtonSize>;
932
+ };
933
+ loading: {
934
+ type: PropType<boolean | {
935
+ delay?: number;
936
+ }>;
937
+ default: () => boolean | {
938
+ delay?: number;
939
+ };
940
+ };
941
+ disabled: {
942
+ type: BooleanConstructor;
943
+ default: any;
944
+ };
945
+ ghost: {
946
+ type: BooleanConstructor;
947
+ default: any;
948
+ };
949
+ block: {
950
+ type: BooleanConstructor;
951
+ default: any;
952
+ };
953
+ danger: {
954
+ type: BooleanConstructor;
955
+ default: any;
956
+ };
957
+ icon: VueTypeValidableDef<any>;
958
+ href: StringConstructor;
959
+ target: StringConstructor;
960
+ title: StringConstructor;
961
+ onClick: {
962
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
963
+ };
964
+ onMousedown: {
965
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
966
+ };
967
+ }>>, "type" | "onClick"> & {
968
+ type?: ButtonProps["type"] | "borderLink";
969
+ borderLinkColor?: string;
970
+ minWidth?: boolean | number | string;
971
+ onClick?: () => any | Promise<any>;
972
+ } & {
973
+ content?: string;
974
+ }) | ({
975
+ dropdownType?: "dropdown" | undefined;
976
+ } & Omit<Partial< ExtractPropTypes<{
977
+ type: PropType<ButtonType>;
978
+ size: PropType<"small" | "large">;
979
+ htmlType: {
980
+ type: PropType<ButtonHTMLType>;
981
+ default: string;
982
+ };
983
+ href: StringConstructor;
984
+ disabled: {
985
+ type: BooleanConstructor;
986
+ default: boolean;
987
+ };
988
+ prefixCls: StringConstructor;
989
+ icon: VueTypeValidableDef<any>;
990
+ title: StringConstructor;
991
+ loading: {
992
+ type: PropType<boolean | {
993
+ delay?: number;
994
+ }>;
995
+ default: () => boolean | {
996
+ delay?: number;
997
+ };
998
+ };
999
+ onClick: {
1000
+ type: PropType< MouseEventHandler | MouseEventHandler[]>;
1001
+ };
1002
+ arrow: {
1003
+ type: PropType<boolean | DropdownArrowOptions>;
1004
+ default: boolean | DropdownArrowOptions;
1005
+ };
1006
+ trigger: {
1007
+ type: PropType< Trigger | Trigger[]>;
1008
+ };
1009
+ menu: {
1010
+ type: PropType<Partial< ExtractPropTypes<{
1011
+ id: StringConstructor;
1012
+ prefixCls: StringConstructor;
1013
+ items: PropType< ItemType[]>;
1014
+ disabled: BooleanConstructor;
1015
+ inlineCollapsed: BooleanConstructor;
1016
+ disabledOverflow: BooleanConstructor;
1017
+ forceSubMenuRender: BooleanConstructor;
1018
+ openKeys: PropType< Key[]>;
1019
+ selectedKeys: PropType< Key[]>;
1020
+ activeKey: StringConstructor;
1021
+ selectable: {
1022
+ type: BooleanConstructor;
1023
+ default: boolean;
1024
+ };
1025
+ multiple: {
1026
+ type: BooleanConstructor;
1027
+ default: boolean;
1028
+ };
1029
+ tabindex: {
1030
+ type: (StringConstructor | NumberConstructor)[];
1031
+ };
1032
+ motion: PropType<CSSMotionProps>;
1033
+ role: StringConstructor;
1034
+ theme: {
1035
+ type: PropType<MenuTheme>;
1036
+ default: string;
1037
+ };
1038
+ mode: {
1039
+ type: PropType<MenuMode>;
1040
+ default: string;
1041
+ };
1042
+ inlineIndent: {
1043
+ type: NumberConstructor;
1044
+ default: number;
1045
+ };
1046
+ subMenuOpenDelay: {
1047
+ type: NumberConstructor;
1048
+ default: number;
1049
+ };
1050
+ subMenuCloseDelay: {
1051
+ type: NumberConstructor;
1052
+ default: number;
1053
+ };
1054
+ builtinPlacements: {
1055
+ type: PropType<BuiltinPlacements>;
1056
+ };
1057
+ triggerSubMenuAction: {
1058
+ type: PropType<TriggerSubMenuAction>;
1059
+ default: string;
1060
+ };
1061
+ getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
1062
+ expandIcon: PropType<(p?: {
1063
+ [key: string]: any;
1064
+ isOpen: boolean;
1065
+ }) => any>;
1066
+ onOpenChange: PropType<(keys: Key[]) => void>;
1067
+ onSelect: PropType<SelectEventHandler>;
1068
+ onDeselect: PropType<SelectEventHandler>;
1069
+ onClick: PropType<MenuClickEventHandler>;
1070
+ onFocus: PropType<FocusEventHandler>;
1071
+ onBlur: PropType<FocusEventHandler>;
1072
+ onMousedown: PropType<MouseEventHandler>;
1073
+ "onUpdate:openKeys": PropType<(keys: Key[]) => void>;
1074
+ "onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
1075
+ "onUpdate:activeKey": PropType<(key: Key) => void>;
1076
+ }>>>;
1077
+ default: Partial< ExtractPropTypes<{
1078
+ id: StringConstructor;
1079
+ prefixCls: StringConstructor;
1080
+ items: PropType< ItemType[]>;
1081
+ disabled: BooleanConstructor;
1082
+ inlineCollapsed: BooleanConstructor;
1083
+ disabledOverflow: BooleanConstructor;
1084
+ forceSubMenuRender: BooleanConstructor;
1085
+ openKeys: PropType< Key[]>;
1086
+ selectedKeys: PropType< Key[]>;
1087
+ activeKey: StringConstructor;
1088
+ selectable: {
1089
+ type: BooleanConstructor;
1090
+ default: boolean;
1091
+ };
1092
+ multiple: {
1093
+ type: BooleanConstructor;
1094
+ default: boolean;
1095
+ };
1096
+ tabindex: {
1097
+ type: (StringConstructor | NumberConstructor)[];
1098
+ };
1099
+ motion: PropType<CSSMotionProps>;
1100
+ role: StringConstructor;
1101
+ theme: {
1102
+ type: PropType<MenuTheme>;
1103
+ default: string;
1104
+ };
1105
+ mode: {
1106
+ type: PropType<MenuMode>;
1107
+ default: string;
1108
+ };
1109
+ inlineIndent: {
1110
+ type: NumberConstructor;
1111
+ default: number;
1112
+ };
1113
+ subMenuOpenDelay: {
1114
+ type: NumberConstructor;
1115
+ default: number;
1116
+ };
1117
+ subMenuCloseDelay: {
1118
+ type: NumberConstructor;
1119
+ default: number;
1120
+ };
1121
+ builtinPlacements: {
1122
+ type: PropType<BuiltinPlacements>;
1123
+ };
1124
+ triggerSubMenuAction: {
1125
+ type: PropType<TriggerSubMenuAction>;
1126
+ default: string;
1127
+ };
1128
+ getPopupContainer: PropType<(node: HTMLElement) => HTMLElement>;
1129
+ expandIcon: PropType<(p?: {
1130
+ [key: string]: any;
1131
+ isOpen: boolean;
1132
+ }) => any>;
1133
+ onOpenChange: PropType<(keys: Key[]) => void>;
1134
+ onSelect: PropType<SelectEventHandler>;
1135
+ onDeselect: PropType<SelectEventHandler>;
1136
+ onClick: PropType<MenuClickEventHandler>;
1137
+ onFocus: PropType<FocusEventHandler>;
1138
+ onBlur: PropType<FocusEventHandler>;
1139
+ onMousedown: PropType<MouseEventHandler>;
1140
+ "onUpdate:openKeys": PropType<(keys: Key[]) => void>;
1141
+ "onUpdate:selectedKeys": PropType<(keys: Key[]) => void>;
1142
+ "onUpdate:activeKey": PropType<(key: Key) => void>;
1143
+ }>>;
1144
+ };
1145
+ overlay: VueTypeValidableDef<any>;
1146
+ visible: {
1147
+ type: BooleanConstructor;
1148
+ default: boolean;
1149
+ };
1150
+ open: {
1151
+ type: BooleanConstructor;
1152
+ default: boolean;
1153
+ };
1154
+ danger: {
1155
+ type: BooleanConstructor;
1156
+ default: boolean;
1157
+ };
1158
+ autofocus: {
1159
+ type: BooleanConstructor;
1160
+ default: boolean;
1161
+ };
1162
+ align: {
1163
+ type: PropType<Align>;
1164
+ default: Align;
1165
+ };
1166
+ getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
1167
+ transitionName: StringConstructor;
1168
+ placement: PropType<"top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
1169
+ overlayClassName: StringConstructor;
1170
+ overlayStyle: {
1171
+ type: PropType<CSSProperties>;
1172
+ default: CSSProperties;
1173
+ };
1174
+ forceRender: {
1175
+ type: BooleanConstructor;
1176
+ default: boolean;
1177
+ };
1178
+ mouseEnterDelay: NumberConstructor;
1179
+ mouseLeaveDelay: NumberConstructor;
1180
+ openClassName: StringConstructor;
1181
+ minOverlayWidthMatchTrigger: {
1182
+ type: BooleanConstructor;
1183
+ default: boolean;
1184
+ };
1185
+ destroyPopupOnHide: {
1186
+ type: BooleanConstructor;
1187
+ default: boolean;
1188
+ };
1189
+ onVisibleChange: {
1190
+ type: PropType<(val: boolean) => void>;
1191
+ };
1192
+ 'onUpdate:visible': {
1193
+ type: PropType<(val: boolean) => void>;
1194
+ };
1195
+ onOpenChange: {
1196
+ type: PropType<(val: boolean) => void>;
1197
+ };
1198
+ 'onUpdate:open': {
1199
+ type: PropType<(val: boolean) => void>;
1200
+ };
1201
+ }>>, "type"> & {
1202
+ type?: ButtonType | "borderLink" | undefined;
1203
+ content?: string;
1204
+ })>;
1205
+ };
1206
+ menuList: {
1207
+ type: PropType< ApBatchActionGroupMenuProps<any>[]>;
1208
+ };
1209
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
1210
+ $props: {
1211
+ onClick?: () => void;
1212
+ };
1213
+ }));
1214
+ export { ApBatchActionGroup };