@aplus-frontend/ui 0.1.4 → 0.1.6

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 (339) hide show
  1. package/es/index.mjs +60 -59
  2. package/es/src/ap-action/group/index.vue.d.ts +3 -30
  3. package/es/src/ap-action/item/index.vue.d.ts +3 -30
  4. package/es/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
  5. package/es/src/ap-action/item-modal/index.vue.d.ts +6 -33
  6. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
  7. package/es/src/ap-custom-column/column-select.vue.d.ts +5 -14
  8. package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
  9. package/es/src/ap-custom-column/custom-column.vue.d.ts +5 -14
  10. package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
  11. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
  12. package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
  13. package/es/src/ap-download/ap-download.vue.d.ts +3 -28
  14. package/es/src/ap-field/checkbox/index.vue.d.ts +40 -31
  15. package/es/src/ap-field/date/index.vue.d.ts +19 -64
  16. package/es/src/ap-field/date-range/index.vue.d.ts +20 -66
  17. package/es/src/ap-field/interface.d.ts +4 -0
  18. package/es/src/ap-field/number/index.vue.d.ts +138 -42
  19. package/es/src/ap-field/radio/index.vue.d.ts +51 -31
  20. package/es/src/ap-field/rate/index.vue.d.ts +46 -39
  21. package/es/src/ap-field/segmented/index.vue.d.ts +47 -32
  22. package/es/src/ap-field/select/index.vue.d.ts +192 -59
  23. package/es/src/ap-field/select/index.vue.mjs +60 -53
  24. package/es/src/ap-field/slider/index.vue.d.ts +115 -40
  25. package/es/src/ap-field/switch/index.vue.d.ts +60 -35
  26. package/es/src/ap-field/text/index.vue.d.ts +105 -38
  27. package/es/src/ap-field/text/password.vue.d.ts +113 -45
  28. package/es/src/ap-field/text-area/index.vue.d.ts +117 -38
  29. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
  30. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +30 -28
  31. package/es/src/ap-form/ap-form-item.vue.d.ts +128 -38
  32. package/es/src/ap-form/ap-form-list.vue.d.ts +2 -11
  33. package/es/src/ap-form/ap-form.vue.d.ts +238 -36
  34. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  35. package/es/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
  36. package/es/src/ap-form/items/date/index.vue.d.ts +131 -37
  37. package/es/src/ap-form/items/date-range/index.vue.d.ts +131 -37
  38. package/es/src/ap-form/items/number/index.vue.d.ts +132 -38
  39. package/es/src/ap-form/items/radio/index.vue.d.ts +8 -38
  40. package/es/src/ap-form/items/select/index.vue.d.ts +132 -38
  41. package/es/src/ap-form/items/switch/index.vue.d.ts +7 -39
  42. package/es/src/ap-form/items/text/index.vue.d.ts +132 -38
  43. package/es/src/ap-form/items/text/password.vue.d.ts +132 -38
  44. package/es/src/ap-form/items/text-area/index.vue.d.ts +9 -38
  45. package/es/src/ap-form/modal-form/index.vue.d.ts +17 -52
  46. package/es/src/ap-form/search-form/index.vue.d.ts +254 -50
  47. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
  48. package/es/src/ap-list/index.vue.d.ts +3 -3
  49. package/es/src/ap-table/ap-table.vue.d.ts +2 -2
  50. package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
  51. package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
  52. package/es/src/ap-table/constants.d.ts +4014 -11845
  53. package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  54. package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  55. package/es/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
  56. package/es/src/ap-tag/ap-tag-group.vue.mjs +78 -78
  57. package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
  58. package/es/src/ap-upload/apUpload.vue.d.ts +23 -48
  59. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  60. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
  61. package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  62. package/es/src/base-button/button.vue.d.ts +3 -24
  63. package/es/src/base-button/index.d.ts +7 -110
  64. package/es/src/base-button/modal-button.vue.d.ts +8 -14
  65. package/es/src/base-button/pop-confirm-button.vue.d.ts +7 -10
  66. package/es/src/basic/arrow.vue.d.ts +2 -11
  67. package/es/src/basic/help.vue.d.ts +324 -50
  68. package/es/src/basic/index.d.ts +667 -202
  69. package/es/src/basic/title.vue.d.ts +3 -24
  70. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +14 -0
  71. package/es/src/business/ap-batch-action/ApBatchAction.vue.mjs +4 -0
  72. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +46 -0
  73. package/es/src/business/ap-batch-action/index.css +24 -0
  74. package/es/src/business/ap-batch-action/interface.d.ts +10 -0
  75. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
  76. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
  77. package/es/src/business/ap-label/ApLabel.vue.d.ts +43 -32
  78. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  79. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
  80. package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
  81. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
  82. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
  83. package/es/src/business/index.d.ts +211 -896
  84. package/es/src/business/index.mjs +14 -11
  85. package/es/src/business/title/ApTitle.vue.d.ts +3 -32
  86. package/es/src/button/button.vue.d.ts +2 -11
  87. package/es/src/button/index.d.ts +16 -32
  88. package/es/src/check-card/group.vue.d.ts +17 -41
  89. package/es/src/check-card/index.vue.d.ts +20 -35
  90. package/es/src/config-provider/config-provider.d.ts +41 -137
  91. package/es/src/config-provider/index.d.ts +161 -545
  92. package/es/src/container/collapse/header.vue.d.ts +11 -13
  93. package/es/src/container/collapse/index.vue.d.ts +11 -40
  94. package/es/src/container/index.d.ts +40 -119
  95. package/es/src/container/scroll-container.vue.d.ts +3 -12
  96. package/es/src/count-down/button.vue.d.ts +3 -24
  97. package/es/src/count-down/index.d.ts +12 -111
  98. package/es/src/count-down/input.vue.d.ts +3 -24
  99. package/es/src/cropper/cropper-avatar.vue.d.ts +6 -33
  100. package/es/src/cropper/cropper-image.vue.d.ts +5 -36
  101. package/es/src/cropper/cropper-modal.vue.d.ts +13 -21
  102. package/es/src/cropper/index.d.ts +24 -269
  103. package/es/src/description/description.vue.d.ts +15 -45
  104. package/es/src/description/index.d.ts +51 -171
  105. package/es/src/dropdown/dropdown.vue.d.ts +5 -30
  106. package/es/src/dropdown/index.d.ts +12 -76
  107. package/es/src/editable-table/form-item.vue.d.ts +4 -4
  108. package/es/src/editable-table/index.vue.d.ts +6 -7
  109. package/es/src/editable-table/utils.mjs +1 -1
  110. package/es/src/hooks/useControllableValue.d.ts +2 -2
  111. package/es/src/icon/icon.vue.d.ts +3 -29
  112. package/es/src/icon/index.d.ts +12 -159
  113. package/es/src/icon/svg-icon.vue.d.ts +3 -28
  114. package/es/src/icon-picker/icon-picker.vue.d.ts +5 -38
  115. package/es/src/icon-picker/index.d.ts +12 -139
  116. package/es/src/index.mjs +176 -175
  117. package/es/src/locale/lang/en.mjs +5 -0
  118. package/es/src/locale/lang/zh-cn.mjs +5 -0
  119. package/es/src/modal/basic.vue.d.ts +147 -117
  120. package/es/src/modal/components/modal-close.vue.d.ts +5 -26
  121. package/es/src/modal/components/modal-footer.vue.d.ts +146 -116
  122. package/es/src/modal/components/modal-header.vue.d.ts +2 -11
  123. package/es/src/modal/components/modal-wrapper.vue.d.ts +19 -43
  124. package/es/src/modal/components/modal.d.ts +145 -115
  125. package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  126. package/es/src/modal/index.d.ts +287 -462
  127. package/es/src/pro-form/components/api-cascader.vue.d.ts +5 -38
  128. package/es/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
  129. package/es/src/pro-form/components/api-select.vue.d.ts +5 -38
  130. package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -40
  131. package/es/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
  132. package/es/src/pro-form/components/api-tree.vue.d.ts +5 -28
  133. package/es/src/pro-form/components/form-action.vue.d.ts +5 -38
  134. package/es/src/pro-form/components/form-item.vue.d.ts +14 -34
  135. package/es/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
  136. package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
  137. package/es/src/pro-form/pro-form.vue.d.ts +6 -57
  138. package/es/src/pro-form/table-form-inner.vue.d.ts +5 -34
  139. package/es/src/pro-form/table-form.vue.d.ts +4 -29
  140. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
  141. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
  142. package/es/src/pro-table/components/header-cell.vue.d.ts +726 -9
  143. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  144. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  145. package/es/src/pro-table/components/settings/index.vue.d.ts +8 -11
  146. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  147. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  148. package/es/src/pro-table/components/table-action.vue.d.ts +10 -24
  149. package/es/src/pro-table/components/table-footer.vue.d.ts +5 -30
  150. package/es/src/pro-table/components/table-header.vue.d.ts +15 -31
  151. package/es/src/pro-table/components/table-image.vue.d.ts +3 -32
  152. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
  153. package/es/src/pro-table/components/table-title.vue.d.ts +7 -13
  154. package/es/src/pro-table/pro-table.vue.d.ts +8 -61
  155. package/es/src/prompt/dialog.vue.d.ts +2 -11
  156. package/es/src/scroll-bar/bar-item.d.ts +10 -9
  157. package/es/src/scroll-bar/index.d.ts +12 -135
  158. package/es/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
  159. package/es/src/strength-meter/index.d.ts +12 -55
  160. package/es/src/strength-meter/strength-meter.vue.d.ts +5 -26
  161. package/es/src/tests/wrapper.d.ts +3 -6
  162. package/es/src/theme/ap-batch-action/ap-batch-action.css +24 -0
  163. package/es/src/theme/css-var/index.mjs +17 -5
  164. package/es/src/transition/collapse-transition.vue.d.ts +2 -2
  165. package/es/src/transition/create-transition.d.ts +13 -25
  166. package/es/src/transition/index.d.ts +88 -193
  167. package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
  168. package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
  169. package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
  170. package/lib/index.js +1 -1
  171. package/lib/src/ap-action/group/index.vue.d.ts +3 -30
  172. package/lib/src/ap-action/item/index.vue.d.ts +3 -30
  173. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
  174. package/lib/src/ap-action/item-modal/index.vue.d.ts +6 -33
  175. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
  176. package/lib/src/ap-custom-column/column-select.vue.d.ts +5 -14
  177. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  178. package/lib/src/ap-custom-column/custom-column.vue.d.ts +5 -14
  179. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  180. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
  181. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
  182. package/lib/src/ap-download/ap-download.vue.d.ts +3 -28
  183. package/lib/src/ap-field/checkbox/index.vue.d.ts +40 -31
  184. package/lib/src/ap-field/date/index.vue.d.ts +19 -64
  185. package/lib/src/ap-field/date-range/index.vue.d.ts +20 -66
  186. package/lib/src/ap-field/interface.d.ts +4 -0
  187. package/lib/src/ap-field/number/index.vue.d.ts +138 -42
  188. package/lib/src/ap-field/radio/index.vue.d.ts +51 -31
  189. package/lib/src/ap-field/rate/index.vue.d.ts +46 -39
  190. package/lib/src/ap-field/segmented/index.vue.d.ts +47 -32
  191. package/lib/src/ap-field/select/index.vue.d.ts +192 -59
  192. package/lib/src/ap-field/select/index.vue.js +1 -1
  193. package/lib/src/ap-field/slider/index.vue.d.ts +115 -40
  194. package/lib/src/ap-field/switch/index.vue.d.ts +60 -35
  195. package/lib/src/ap-field/text/index.vue.d.ts +105 -38
  196. package/lib/src/ap-field/text/password.vue.d.ts +113 -45
  197. package/lib/src/ap-field/text-area/index.vue.d.ts +117 -38
  198. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
  199. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  200. package/lib/src/ap-form/ap-form-item.vue.d.ts +128 -38
  201. package/lib/src/ap-form/ap-form-list.vue.d.ts +2 -11
  202. package/lib/src/ap-form/ap-form.vue.d.ts +238 -36
  203. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  204. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
  205. package/lib/src/ap-form/items/date/index.vue.d.ts +131 -37
  206. package/lib/src/ap-form/items/date-range/index.vue.d.ts +131 -37
  207. package/lib/src/ap-form/items/number/index.vue.d.ts +132 -38
  208. package/lib/src/ap-form/items/radio/index.vue.d.ts +8 -38
  209. package/lib/src/ap-form/items/select/index.vue.d.ts +132 -38
  210. package/lib/src/ap-form/items/switch/index.vue.d.ts +7 -39
  211. package/lib/src/ap-form/items/text/index.vue.d.ts +132 -38
  212. package/lib/src/ap-form/items/text/password.vue.d.ts +132 -38
  213. package/lib/src/ap-form/items/text-area/index.vue.d.ts +9 -38
  214. package/lib/src/ap-form/modal-form/index.vue.d.ts +17 -52
  215. package/lib/src/ap-form/search-form/index.vue.d.ts +254 -50
  216. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
  217. package/lib/src/ap-list/index.vue.d.ts +3 -3
  218. package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
  219. package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
  220. package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
  221. package/lib/src/ap-table/constants.d.ts +4014 -11845
  222. package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  223. package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  224. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
  225. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  226. package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
  227. package/lib/src/ap-upload/apUpload.vue.d.ts +23 -48
  228. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  229. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
  230. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  231. package/lib/src/base-button/button.vue.d.ts +3 -24
  232. package/lib/src/base-button/index.d.ts +7 -110
  233. package/lib/src/base-button/modal-button.vue.d.ts +8 -14
  234. package/lib/src/base-button/pop-confirm-button.vue.d.ts +7 -10
  235. package/lib/src/basic/arrow.vue.d.ts +2 -11
  236. package/lib/src/basic/help.vue.d.ts +324 -50
  237. package/lib/src/basic/index.d.ts +667 -202
  238. package/lib/src/basic/title.vue.d.ts +3 -24
  239. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +14 -0
  240. package/lib/src/business/ap-batch-action/ApBatchAction.vue.js +1 -0
  241. package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -0
  242. package/lib/src/business/ap-batch-action/index.css +24 -0
  243. package/lib/src/business/ap-batch-action/interface.d.ts +10 -0
  244. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
  245. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
  246. package/lib/src/business/ap-label/ApLabel.vue.d.ts +43 -32
  247. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  248. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  249. package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
  250. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
  251. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
  252. package/lib/src/business/index.d.ts +211 -896
  253. package/lib/src/business/index.js +1 -1
  254. package/lib/src/business/title/ApTitle.vue.d.ts +3 -32
  255. package/lib/src/button/button.vue.d.ts +2 -11
  256. package/lib/src/button/index.d.ts +16 -32
  257. package/lib/src/check-card/group.vue.d.ts +17 -41
  258. package/lib/src/check-card/index.vue.d.ts +20 -35
  259. package/lib/src/config-provider/config-provider.d.ts +41 -137
  260. package/lib/src/config-provider/index.d.ts +161 -545
  261. package/lib/src/container/collapse/header.vue.d.ts +11 -13
  262. package/lib/src/container/collapse/index.vue.d.ts +11 -40
  263. package/lib/src/container/index.d.ts +40 -119
  264. package/lib/src/container/scroll-container.vue.d.ts +3 -12
  265. package/lib/src/count-down/button.vue.d.ts +3 -24
  266. package/lib/src/count-down/index.d.ts +12 -111
  267. package/lib/src/count-down/input.vue.d.ts +3 -24
  268. package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -33
  269. package/lib/src/cropper/cropper-image.vue.d.ts +5 -36
  270. package/lib/src/cropper/cropper-modal.vue.d.ts +13 -21
  271. package/lib/src/cropper/index.d.ts +24 -269
  272. package/lib/src/description/description.vue.d.ts +15 -45
  273. package/lib/src/description/index.d.ts +51 -171
  274. package/lib/src/dropdown/dropdown.vue.d.ts +5 -30
  275. package/lib/src/dropdown/index.d.ts +12 -76
  276. package/lib/src/editable-table/form-item.vue.d.ts +4 -4
  277. package/lib/src/editable-table/index.vue.d.ts +6 -7
  278. package/lib/src/editable-table/utils.js +1 -1
  279. package/lib/src/hooks/useControllableValue.d.ts +2 -2
  280. package/lib/src/icon/icon.vue.d.ts +3 -29
  281. package/lib/src/icon/index.d.ts +12 -159
  282. package/lib/src/icon/svg-icon.vue.d.ts +3 -28
  283. package/lib/src/icon-picker/icon-picker.vue.d.ts +5 -38
  284. package/lib/src/icon-picker/index.d.ts +12 -139
  285. package/lib/src/index.js +1 -1
  286. package/lib/src/locale/lang/en.js +1 -1
  287. package/lib/src/locale/lang/zh-cn.js +1 -1
  288. package/lib/src/modal/basic.vue.d.ts +147 -117
  289. package/lib/src/modal/components/modal-close.vue.d.ts +5 -26
  290. package/lib/src/modal/components/modal-footer.vue.d.ts +146 -116
  291. package/lib/src/modal/components/modal-header.vue.d.ts +2 -11
  292. package/lib/src/modal/components/modal-wrapper.vue.d.ts +19 -43
  293. package/lib/src/modal/components/modal.d.ts +145 -115
  294. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  295. package/lib/src/modal/index.d.ts +287 -462
  296. package/lib/src/pro-form/components/api-cascader.vue.d.ts +5 -38
  297. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
  298. package/lib/src/pro-form/components/api-select.vue.d.ts +5 -38
  299. package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -40
  300. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
  301. package/lib/src/pro-form/components/api-tree.vue.d.ts +5 -28
  302. package/lib/src/pro-form/components/form-action.vue.d.ts +5 -38
  303. package/lib/src/pro-form/components/form-item.vue.d.ts +14 -34
  304. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
  305. package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
  306. package/lib/src/pro-form/pro-form.vue.d.ts +6 -57
  307. package/lib/src/pro-form/table-form-inner.vue.d.ts +5 -34
  308. package/lib/src/pro-form/table-form.vue.d.ts +4 -29
  309. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
  310. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
  311. package/lib/src/pro-table/components/header-cell.vue.d.ts +726 -9
  312. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  313. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  314. package/lib/src/pro-table/components/settings/index.vue.d.ts +8 -11
  315. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  316. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  317. package/lib/src/pro-table/components/table-action.vue.d.ts +10 -24
  318. package/lib/src/pro-table/components/table-footer.vue.d.ts +5 -30
  319. package/lib/src/pro-table/components/table-header.vue.d.ts +15 -31
  320. package/lib/src/pro-table/components/table-image.vue.d.ts +3 -32
  321. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
  322. package/lib/src/pro-table/components/table-title.vue.d.ts +7 -13
  323. package/lib/src/pro-table/pro-table.vue.d.ts +8 -61
  324. package/lib/src/prompt/dialog.vue.d.ts +2 -11
  325. package/lib/src/scroll-bar/bar-item.d.ts +10 -9
  326. package/lib/src/scroll-bar/index.d.ts +12 -135
  327. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
  328. package/lib/src/strength-meter/index.d.ts +12 -55
  329. package/lib/src/strength-meter/strength-meter.vue.d.ts +5 -26
  330. package/lib/src/tests/wrapper.d.ts +3 -6
  331. package/lib/src/theme/ap-batch-action/ap-batch-action.css +24 -0
  332. package/lib/src/theme/css-var/index.js +1 -1
  333. package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
  334. package/lib/src/transition/create-transition.d.ts +13 -25
  335. package/lib/src/transition/index.d.ts +88 -193
  336. package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
  337. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  338. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
  339. package/package.json +4 -4
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@aplus-frontend/utils");require("./title/ApTitle.vue.js");require("./expandAlert/ApExpandAlert.vue.js");require("./ap-label/ApLabel.vue.js");require("./ap-status/ApStatus.vue.js");require("./ap-status/ApStatusGroup.vue.js");require("./ap-select-layout/select-layout.vue.js");require("./ap-export-group/ApExportGroup.vue.js");require("./ap-input-radio/ApInputRadio.vue.js");const e=require("./title/ApTitle.vue2.js"),u=require("./expandAlert/ApExpandAlert.vue2.js"),r=require("./ap-label/ApLabel.vue2.js"),p=require("./ap-status/ApStatus.vue2.js"),_=require("./ap-status/ApStatusGroup.vue2.js"),s=require("./ap-select-layout/select-layout.vue2.js"),l=require("./ap-export-group/ApExportGroup.vue2.js"),a=require("./ap-input-radio/ApInputRadio.vue2.js"),i=t.withInstall(e.default),n=u.default,o=t.withInstall(r.default),c=t.withInstall(p.default),A=t.withInstall(_.default),q=t.withInstall(s.default),v=t.withInstall(l.default),d=a.default;exports.ApExpandAlert=n;exports.ApExportGroup=v;exports.ApInputRadio=d;exports.ApLabel=o;exports.ApSelectLayout=q;exports.ApStatus=c;exports.ApStatusGroup=A;exports.ApTitle=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@aplus-frontend/utils");require("./title/ApTitle.vue.js");require("./expandAlert/ApExpandAlert.vue.js");require("./ap-label/ApLabel.vue.js");require("./ap-status/ApStatus.vue.js");require("./ap-status/ApStatusGroup.vue.js");require("./ap-select-layout/select-layout.vue.js");require("./ap-export-group/ApExportGroup.vue.js");require("./ap-input-radio/ApInputRadio.vue.js");require("./ap-batch-action/ApBatchAction.vue.js");const e=require("./title/ApTitle.vue2.js"),u=require("./expandAlert/ApExpandAlert.vue2.js"),r=require("./ap-label/ApLabel.vue2.js"),p=require("./ap-status/ApStatus.vue2.js"),_=require("./ap-status/ApStatusGroup.vue2.js"),s=require("./ap-select-layout/select-layout.vue2.js"),a=require("./ap-export-group/ApExportGroup.vue2.js"),i=require("./ap-input-radio/ApInputRadio.vue2.js"),l=require("./ap-batch-action/ApBatchAction.vue2.js"),n=t.withInstall(e.default),o=u.default,c=t.withInstall(r.default),A=t.withInstall(p.default),q=t.withInstall(_.default),v=t.withInstall(s.default),d=t.withInstall(a.default),y=i.default,g=l.default;exports.ApBatchAction=g;exports.ApExpandAlert=o;exports.ApExportGroup=d;exports.ApInputRadio=y;exports.ApLabel=c;exports.ApSelectLayout=v;exports.ApStatus=A;exports.ApStatusGroup=q;exports.ApTitle=n;
@@ -1,49 +1,20 @@
1
1
  import { ApTitleProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
4
  prefix?(_: {}): any;
5
5
  suffix?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTitleProps>, {
8
- title: string;
9
- helpMessage: string;
10
- helpIconColor: string;
11
- placement: string;
12
- trigger: string;
13
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTitleProps>, {
14
- title: string;
15
- helpMessage: string;
16
- helpIconColor: string;
17
- placement: string;
18
- trigger: string;
19
- }>>>, {
7
+ declare const __VLS_component: DefineComponent<ApTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTitleProps & {}>, {
20
8
  title: string;
21
9
  placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
22
10
  trigger: "hover" | "focus" | "click" | "contextmenu";
23
11
  helpMessage: string;
24
12
  helpIconColor: string;
25
- }, {}>;
13
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
26
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
27
15
  export default _default;
28
- type __VLS_WithDefaults<P, D> = {
29
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
- default: D[K];
31
- }> : P[K];
32
- };
33
- type __VLS_Prettify<T> = {
34
- [K in keyof T]: T[K];
35
- } & {};
36
16
  type __VLS_WithTemplateSlots<T, S> = T & {
37
17
  new (): {
38
18
  $slots: S;
39
19
  };
40
20
  };
41
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
- type __VLS_TypePropsToOption<T> = {
43
- [K in keyof T]-?: {} extends Pick<T, K> ? {
44
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
45
- } : {
46
- type: PropType<T[K]>;
47
- required: true;
48
- };
49
- };
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  type ButtonProps = {
3
3
  type?: string;
4
4
  size?: string;
@@ -6,7 +6,7 @@ type ButtonProps = {
6
6
  declare function __VLS_template(): {
7
7
  default?(_: {}): any;
8
8
  };
9
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<ButtonProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ButtonProps>>>, {}, {}>;
9
+ declare const __VLS_component: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
10
10
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
11
  export default _default;
12
12
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -14,12 +14,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
14
14
  $slots: S;
15
15
  };
16
16
  };
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToOption<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: PropType<T[K]>;
23
- required: true;
24
- };
25
- };
@@ -1,45 +1,29 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
1
+ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, Plugin } from 'vue';
2
2
  export declare const Button: {
3
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4
- type: {
5
- type: PropType<string>;
6
- };
7
- size: {
8
- type: PropType<string>;
9
- };
10
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
11
- type: {
12
- type: PropType<string>;
13
- };
14
- size: {
15
- type: PropType<string>;
16
- };
17
- }>>, {}, true, {}, {}, {
3
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
4
+ type?: string;
5
+ size?: string;
6
+ } & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{
7
+ type?: string;
8
+ size?: string;
9
+ } & {}>, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
18
10
  P: {};
19
11
  B: {};
20
12
  D: {};
21
13
  C: {};
22
14
  M: {};
23
15
  Defaults: {};
24
- }, Readonly< ExtractPropTypes<{
25
- type: {
26
- type: PropType<string>;
27
- };
28
- size: {
29
- type: PropType<string>;
30
- };
31
- }>>, {}, {}, {}, {}, {}>;
16
+ }, Readonly<{
17
+ type?: string;
18
+ size?: string;
19
+ } & {}>, {}, {}, {}, {}, {}>;
32
20
  __isFragment?: never;
33
21
  __isTeleport?: never;
34
22
  __isSuspense?: never;
35
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
36
- type: {
37
- type: PropType<string>;
38
- };
39
- size: {
40
- type: PropType<string>;
41
- };
42
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
23
+ } & ComponentOptionsBase<Readonly<{
24
+ type?: string;
25
+ size?: string;
26
+ } & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
43
27
  $slots: {
44
28
  default?(_: {}): any;
45
29
  };
@@ -1,31 +1,24 @@
1
- import { CheckCardGroupProps, CheckCardValueType } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { CheckCardGroupProps, CheckCardValueType, CheckCardGroupValueType } from './interface';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
4
  default?(_: {}): any;
5
5
  };
6
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardGroupProps>, {
7
- value: undefined;
8
- multiple: boolean;
9
- bordered: undefined;
10
- disabled: undefined;
11
- loading: undefined;
12
- size: undefined;
13
- stopPropagation: undefined;
14
- defaultValue: undefined;
15
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6
+ declare const __VLS_component: DefineComponent<CheckCardGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
7
  "update:value": (...args: any[]) => void;
17
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardGroupProps>, {
18
- value: undefined;
19
- multiple: boolean;
20
- bordered: undefined;
21
- disabled: undefined;
22
- loading: undefined;
23
- size: undefined;
24
- stopPropagation: undefined;
25
- defaultValue: undefined;
26
- }>>> & {
8
+ }, string, PublicProps, Readonly<{
9
+ bordered?: boolean;
10
+ disabled?: boolean;
11
+ loading?: boolean;
12
+ size?: "middle" | "small";
13
+ stopPropagation?: boolean | ((event: MouseEvent) => boolean);
14
+ } & {
15
+ multiple?: boolean;
16
+ defaultValue?: CheckCardGroupValueType;
17
+ value?: CheckCardGroupValueType;
18
+ 'onUpdate:Value'?: (nextValue: CheckCardGroupValueType) => void;
19
+ } & {
27
20
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
28
- }, {
21
+ }>, {
29
22
  size: "middle" | "small";
30
23
  value: CheckCardValueType | CheckCardValueType[];
31
24
  loading: boolean;
@@ -34,28 +27,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
34
27
  bordered: boolean;
35
28
  multiple: boolean;
36
29
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
37
- }, {}>;
30
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
38
31
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
39
32
  export default _default;
40
- type __VLS_WithDefaults<P, D> = {
41
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
42
- default: D[K];
43
- }> : P[K];
44
- };
45
- type __VLS_Prettify<T> = {
46
- [K in keyof T]: T[K];
47
- } & {};
48
33
  type __VLS_WithTemplateSlots<T, S> = T & {
49
34
  new (): {
50
35
  $slots: S;
51
36
  };
52
37
  };
53
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
- type __VLS_TypePropsToOption<T> = {
55
- [K in keyof T]-?: {} extends Pick<T, K> ? {
56
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
57
- } : {
58
- type: PropType<T[K]>;
59
- required: true;
60
- };
61
- };
@@ -1,55 +1,40 @@
1
- import { CheckCardProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, CSSProperties, PropType } from 'vue';
1
+ import { CheckCardProps, CheckCardValueType } from './interface';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, CSSProperties, VNode, ComponentProvideOptions } from 'vue';
3
3
  type CheckCardSlots = {
4
4
  default(config: {
5
5
  checked: boolean;
6
6
  }): void;
7
7
  };
8
8
  declare function __VLS_template(): Readonly<CheckCardSlots> & CheckCardSlots;
9
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardProps>, {
10
- bordered: boolean;
11
- size: string;
12
- checked: undefined;
13
- style: () => {};
14
- stopPropagation: boolean;
15
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
+ declare const __VLS_component: DefineComponent<CheckCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
10
  "update:checked": (...args: any[]) => void;
17
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardProps>, {
18
- bordered: boolean;
19
- size: string;
20
- checked: undefined;
21
- style: () => {};
22
- stopPropagation: boolean;
23
- }>>> & {
11
+ }, string, PublicProps, Readonly<{
12
+ bordered?: boolean;
13
+ disabled?: boolean;
14
+ loading?: boolean;
15
+ size?: "middle" | "small";
16
+ stopPropagation?: boolean | ((event: MouseEvent) => boolean);
17
+ } & {
18
+ checked?: boolean;
19
+ 'onUpdate:checked'?: (checked: boolean) => void;
20
+ defaultChecked?: boolean;
21
+ value?: CheckCardValueType;
22
+ style?: CSSProperties;
23
+ title?: string | ((checked: boolean) => VNode);
24
+ content?: string | ((checked: boolean) => VNode);
25
+ } & {
24
26
  "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
25
- }, {
27
+ }>, {
26
28
  size: "middle" | "small";
27
29
  style: CSSProperties;
28
30
  bordered: boolean;
29
31
  checked: boolean;
30
32
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
31
- }, {}>;
33
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
32
34
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
33
35
  export default _default;
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
42
36
  type __VLS_WithTemplateSlots<T, S> = T & {
43
37
  new (): {
44
38
  $slots: S;
45
39
  };
46
40
  };
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToOption<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: PropType<T[K]>;
53
- required: true;
54
- };
55
- };
@@ -1,4 +1,4 @@
1
- import { Ref, DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
1
+ import { Ref, DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  import { ConfigProviderProps } from './config-provider-props';
3
3
  import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
4
4
  import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
@@ -11,7 +11,7 @@ import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
11
11
  import { LocaleType } from '..';
12
12
  import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig, ApDescriptionsConfig } from './constants';
13
13
  export declare const globalConfigCached: Ref<ConfigProviderProps>;
14
- export declare const ConfigProvider: DefineComponent<{
14
+ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
15
15
  iconPrefixCls: StringConstructor;
16
16
  getTargetContainer: {
17
17
  type: PropType<() => HTMLElement | Window>;
@@ -156,152 +156,56 @@ export declare const ConfigProvider: DefineComponent<{
156
156
  type: PropType<ApDescriptionsConfig>;
157
157
  default: () => {};
158
158
  };
159
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
160
- iconPrefixCls: StringConstructor;
161
- getTargetContainer: {
162
- type: PropType<() => HTMLElement | Window>;
163
- };
164
- getPopupContainer: {
165
- type: PropType<(triggerNode?: HTMLElement) => HTMLElement>;
166
- };
167
- prefixCls: StringConstructor;
168
- getPrefixCls: {
169
- type: PropType<(suffixCls?: string, customizePrefixCls?: string) => string>;
170
- };
171
- renderEmpty: {
172
- type: PropType<__DTS_DEFAULT_0__>;
173
- };
174
- transformCellText: {
175
- type: PropType<(tableProps: TransformCellTextProps) => any>;
176
- };
177
- csp: {
178
- type: PropType<CSPConfig>;
179
- default: CSPConfig;
180
- };
159
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
181
160
  input: {
182
- type: PropType<{
183
- autocomplete?: string;
184
- }>;
185
- default: {
186
- autocomplete?: string;
187
- };
161
+ autocomplete?: string;
188
162
  };
189
- autoInsertSpaceInButton: {
190
- type: BooleanConstructor;
191
- default: any;
163
+ select: {
164
+ showSearch?: boolean;
192
165
  };
193
- locale: {
194
- type: PropType<Locale>;
195
- default: Locale;
166
+ form: {
167
+ validateMessages?: ValidateMessages;
168
+ requiredMark?: RequiredMark;
169
+ colon?: boolean;
196
170
  };
171
+ csp: CSPConfig;
172
+ locale: Locale;
197
173
  pageHeader: {
198
- type: PropType<{
199
- ghost?: boolean;
200
- }>;
201
- default: {
202
- ghost?: boolean;
203
- };
204
- };
205
- componentSize: {
206
- type: PropType<ButtonSize>;
207
- };
208
- componentDisabled: {
209
- type: BooleanConstructor;
210
- default: any;
211
- };
212
- direction: {
213
- type: PropType<"rtl" | "ltr">;
214
- default: string;
174
+ ghost?: boolean;
215
175
  };
176
+ direction: "ltr" | "rtl";
216
177
  space: {
217
- type: PropType<{
218
- size?: ButtonSize | number;
219
- }>;
220
- default: {
221
- size?: ButtonSize | number;
222
- };
223
- };
224
- virtual: {
225
- type: BooleanConstructor;
226
- default: any;
227
- };
228
- dropdownMatchSelectWidth: {
229
- type: (BooleanConstructor | NumberConstructor)[];
230
- default: boolean;
231
- };
232
- form: {
233
- type: PropType<{
234
- validateMessages?: ValidateMessages;
235
- requiredMark?: RequiredMark;
236
- colon?: boolean;
237
- }>;
238
- default: {
239
- validateMessages?: ValidateMessages;
240
- requiredMark?: RequiredMark;
241
- colon?: boolean;
242
- };
178
+ size?: ButtonSize | number;
243
179
  };
180
+ dropdownMatchSelectWidth: number | boolean;
244
181
  pagination: {
245
- type: PropType<{
246
- showSizeChanger?: boolean;
247
- }>;
248
- default: {
249
- showSizeChanger?: boolean;
250
- };
251
- };
252
- theme: {
253
- type: PropType<ThemeConfig>;
254
- default: ThemeConfig;
255
- };
256
- select: {
257
- type: PropType<{
258
- showSearch?: boolean;
259
- }>;
260
- default: {
261
- showSearch?: boolean;
262
- };
182
+ showSizeChanger?: boolean;
263
183
  };
184
+ theme: ThemeConfig;
264
185
  wave: {
265
- type: PropType<{
266
- disabled?: boolean;
267
- }>;
268
- default: {
269
- disabled?: boolean;
270
- };
271
- };
272
- aplusLocale: {
273
- type: PropType<LocaleType>;
274
- };
275
- namespace: {
276
- type: StringConstructor;
277
- default: string;
278
- };
279
- api: {
280
- type: PropType<ApiType>;
281
- default: () => {};
282
- };
283
- table: {
284
- type: PropType<TableDefaultConfig>;
285
- };
286
- scrollbar: {
287
- type: PropType<ScrollbarGlobalConfig>;
288
- default: () => {
289
- native: boolean;
290
- };
291
- };
292
- uiMode: {
293
- type: PropType<"aplus" | "admin">;
294
- default: string;
295
- };
296
- apUpload: {
297
- type: PropType<ApUploadConfig>;
298
- default: () => {};
299
- };
300
- apDescriptions: {
301
- type: PropType<ApDescriptionsConfig>;
302
- default: () => {};
186
+ disabled?: boolean;
303
187
  };
304
- }>>, {
188
+ namespace: string;
189
+ api: ApiType;
190
+ scrollbar: ScrollbarGlobalConfig;
191
+ uiMode: "aplus" | "admin";
192
+ apUpload: ApUploadConfig;
193
+ apDescriptions: ApDescriptionsConfig;
194
+ } & {
195
+ table?: TableDefaultConfig | undefined;
196
+ iconPrefixCls?: string | undefined;
197
+ getTargetContainer?: (() => HTMLElement | Window) | undefined;
198
+ getPopupContainer?: ((triggerNode?: HTMLElement) => HTMLElement) | undefined;
199
+ prefixCls?: string | undefined;
200
+ getPrefixCls?: ((suffixCls?: string, customizePrefixCls?: string) => string) | undefined;
201
+ renderEmpty?: __DTS_DEFAULT_0__ | undefined;
202
+ transformCellText?: ((tableProps: TransformCellTextProps) => any) | undefined;
203
+ autoInsertSpaceInButton?: boolean | undefined;
204
+ componentSize?: ButtonSize;
205
+ componentDisabled?: boolean | undefined;
206
+ virtual?: boolean | undefined;
207
+ aplusLocale?: LocaleType | undefined;
208
+ } & {}>, {
305
209
  input: {
306
210
  autocomplete?: string;
307
211
  };
@@ -339,5 +243,5 @@ export declare const ConfigProvider: DefineComponent<{
339
243
  uiMode: "aplus" | "admin";
340
244
  apUpload: ApUploadConfig;
341
245
  apDescriptions: ApDescriptionsConfig;
342
- }, {}>;
246
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
343
247
  export type ConfigProviderInstance = InstanceType<typeof ConfigProvider>;