@aplus-frontend/ui 0.1.5 → 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 (315) hide show
  1. package/es/src/ap-action/group/index.vue.d.ts +3 -30
  2. package/es/src/ap-action/item/index.vue.d.ts +3 -30
  3. package/es/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
  4. package/es/src/ap-action/item-modal/index.vue.d.ts +6 -33
  5. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
  6. package/es/src/ap-custom-column/column-select.vue.d.ts +5 -14
  7. package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
  8. package/es/src/ap-custom-column/custom-column.vue.d.ts +5 -14
  9. package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
  10. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
  11. package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
  12. package/es/src/ap-download/ap-download.vue.d.ts +3 -28
  13. package/es/src/ap-field/checkbox/index.vue.d.ts +40 -31
  14. package/es/src/ap-field/date/index.vue.d.ts +19 -64
  15. package/es/src/ap-field/date-range/index.vue.d.ts +20 -66
  16. package/es/src/ap-field/number/index.vue.d.ts +138 -42
  17. package/es/src/ap-field/radio/index.vue.d.ts +51 -31
  18. package/es/src/ap-field/rate/index.vue.d.ts +46 -39
  19. package/es/src/ap-field/segmented/index.vue.d.ts +47 -32
  20. package/es/src/ap-field/select/index.vue.d.ts +192 -59
  21. package/es/src/ap-field/select/index.vue.mjs +10 -8
  22. package/es/src/ap-field/slider/index.vue.d.ts +115 -40
  23. package/es/src/ap-field/switch/index.vue.d.ts +60 -35
  24. package/es/src/ap-field/text/index.vue.d.ts +105 -38
  25. package/es/src/ap-field/text/password.vue.d.ts +113 -45
  26. package/es/src/ap-field/text-area/index.vue.d.ts +117 -38
  27. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
  28. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +30 -28
  29. package/es/src/ap-form/ap-form-item.vue.d.ts +128 -38
  30. package/es/src/ap-form/ap-form-list.vue.d.ts +2 -11
  31. package/es/src/ap-form/ap-form.vue.d.ts +238 -36
  32. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  33. package/es/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
  34. package/es/src/ap-form/items/date/index.vue.d.ts +131 -37
  35. package/es/src/ap-form/items/date-range/index.vue.d.ts +131 -37
  36. package/es/src/ap-form/items/number/index.vue.d.ts +132 -38
  37. package/es/src/ap-form/items/radio/index.vue.d.ts +8 -38
  38. package/es/src/ap-form/items/select/index.vue.d.ts +132 -38
  39. package/es/src/ap-form/items/switch/index.vue.d.ts +7 -39
  40. package/es/src/ap-form/items/text/index.vue.d.ts +132 -38
  41. package/es/src/ap-form/items/text/password.vue.d.ts +132 -38
  42. package/es/src/ap-form/items/text-area/index.vue.d.ts +9 -38
  43. package/es/src/ap-form/modal-form/index.vue.d.ts +17 -52
  44. package/es/src/ap-form/search-form/index.vue.d.ts +254 -50
  45. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
  46. package/es/src/ap-list/index.vue.d.ts +3 -3
  47. package/es/src/ap-table/ap-table.vue.d.ts +2 -2
  48. package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
  49. package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
  50. package/es/src/ap-table/constants.d.ts +4015 -11858
  51. package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  52. package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  53. package/es/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
  54. package/es/src/ap-tag/ap-tag-group.vue.mjs +78 -78
  55. package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
  56. package/es/src/ap-upload/apUpload.vue.d.ts +23 -48
  57. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  58. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
  59. package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  60. package/es/src/base-button/button.vue.d.ts +3 -24
  61. package/es/src/base-button/index.d.ts +7 -110
  62. package/es/src/base-button/modal-button.vue.d.ts +8 -14
  63. package/es/src/base-button/pop-confirm-button.vue.d.ts +7 -10
  64. package/es/src/basic/arrow.vue.d.ts +2 -11
  65. package/es/src/basic/help.vue.d.ts +324 -50
  66. package/es/src/basic/index.d.ts +667 -202
  67. package/es/src/basic/title.vue.d.ts +3 -24
  68. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -21
  69. package/es/src/business/ap-batch-action/interface.d.ts +10 -0
  70. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
  71. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
  72. package/es/src/business/ap-label/ApLabel.vue.d.ts +43 -32
  73. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  74. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
  75. package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
  76. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
  77. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
  78. package/es/src/business/index.d.ts +196 -927
  79. package/es/src/business/title/ApTitle.vue.d.ts +3 -32
  80. package/es/src/button/button.vue.d.ts +2 -11
  81. package/es/src/button/index.d.ts +16 -32
  82. package/es/src/check-card/group.vue.d.ts +17 -41
  83. package/es/src/check-card/index.vue.d.ts +20 -35
  84. package/es/src/config-provider/config-provider.d.ts +41 -137
  85. package/es/src/config-provider/index.d.ts +161 -545
  86. package/es/src/container/collapse/header.vue.d.ts +11 -13
  87. package/es/src/container/collapse/index.vue.d.ts +11 -40
  88. package/es/src/container/index.d.ts +40 -119
  89. package/es/src/container/scroll-container.vue.d.ts +3 -12
  90. package/es/src/count-down/button.vue.d.ts +3 -24
  91. package/es/src/count-down/index.d.ts +12 -111
  92. package/es/src/count-down/input.vue.d.ts +3 -24
  93. package/es/src/cropper/cropper-avatar.vue.d.ts +6 -33
  94. package/es/src/cropper/cropper-image.vue.d.ts +5 -36
  95. package/es/src/cropper/cropper-modal.vue.d.ts +13 -21
  96. package/es/src/cropper/index.d.ts +24 -269
  97. package/es/src/description/description.vue.d.ts +15 -45
  98. package/es/src/description/index.d.ts +51 -171
  99. package/es/src/dropdown/dropdown.vue.d.ts +5 -30
  100. package/es/src/dropdown/index.d.ts +12 -76
  101. package/es/src/editable-table/form-item.vue.d.ts +4 -4
  102. package/es/src/editable-table/index.vue.d.ts +6 -7
  103. package/es/src/hooks/useControllableValue.d.ts +2 -2
  104. package/es/src/icon/icon.vue.d.ts +3 -29
  105. package/es/src/icon/index.d.ts +12 -159
  106. package/es/src/icon/svg-icon.vue.d.ts +3 -28
  107. package/es/src/icon-picker/icon-picker.vue.d.ts +5 -38
  108. package/es/src/icon-picker/index.d.ts +12 -139
  109. package/es/src/modal/basic.vue.d.ts +147 -117
  110. package/es/src/modal/components/modal-close.vue.d.ts +5 -26
  111. package/es/src/modal/components/modal-footer.vue.d.ts +146 -116
  112. package/es/src/modal/components/modal-header.vue.d.ts +2 -11
  113. package/es/src/modal/components/modal-wrapper.vue.d.ts +19 -43
  114. package/es/src/modal/components/modal.d.ts +145 -115
  115. package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  116. package/es/src/modal/index.d.ts +287 -462
  117. package/es/src/pro-form/components/api-cascader.vue.d.ts +5 -38
  118. package/es/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
  119. package/es/src/pro-form/components/api-select.vue.d.ts +5 -38
  120. package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -40
  121. package/es/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
  122. package/es/src/pro-form/components/api-tree.vue.d.ts +5 -28
  123. package/es/src/pro-form/components/form-action.vue.d.ts +5 -38
  124. package/es/src/pro-form/components/form-item.vue.d.ts +14 -34
  125. package/es/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
  126. package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
  127. package/es/src/pro-form/pro-form.vue.d.ts +6 -57
  128. package/es/src/pro-form/table-form-inner.vue.d.ts +5 -34
  129. package/es/src/pro-form/table-form.vue.d.ts +4 -29
  130. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
  131. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
  132. package/es/src/pro-table/components/header-cell.vue.d.ts +726 -9
  133. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  134. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  135. package/es/src/pro-table/components/settings/index.vue.d.ts +8 -11
  136. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  137. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  138. package/es/src/pro-table/components/table-action.vue.d.ts +10 -24
  139. package/es/src/pro-table/components/table-footer.vue.d.ts +5 -30
  140. package/es/src/pro-table/components/table-header.vue.d.ts +15 -31
  141. package/es/src/pro-table/components/table-image.vue.d.ts +3 -32
  142. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
  143. package/es/src/pro-table/components/table-title.vue.d.ts +7 -13
  144. package/es/src/pro-table/pro-table.vue.d.ts +8 -61
  145. package/es/src/prompt/dialog.vue.d.ts +2 -11
  146. package/es/src/scroll-bar/bar-item.d.ts +10 -9
  147. package/es/src/scroll-bar/index.d.ts +12 -135
  148. package/es/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
  149. package/es/src/strength-meter/index.d.ts +12 -55
  150. package/es/src/strength-meter/strength-meter.vue.d.ts +5 -26
  151. package/es/src/tests/wrapper.d.ts +3 -6
  152. package/es/src/transition/collapse-transition.vue.d.ts +2 -2
  153. package/es/src/transition/create-transition.d.ts +13 -25
  154. package/es/src/transition/index.d.ts +88 -193
  155. package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
  156. package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
  157. package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
  158. package/lib/src/ap-action/group/index.vue.d.ts +3 -30
  159. package/lib/src/ap-action/item/index.vue.d.ts +3 -30
  160. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
  161. package/lib/src/ap-action/item-modal/index.vue.d.ts +6 -33
  162. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
  163. package/lib/src/ap-custom-column/column-select.vue.d.ts +5 -14
  164. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  165. package/lib/src/ap-custom-column/custom-column.vue.d.ts +5 -14
  166. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  167. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
  168. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
  169. package/lib/src/ap-download/ap-download.vue.d.ts +3 -28
  170. package/lib/src/ap-field/checkbox/index.vue.d.ts +40 -31
  171. package/lib/src/ap-field/date/index.vue.d.ts +19 -64
  172. package/lib/src/ap-field/date-range/index.vue.d.ts +20 -66
  173. package/lib/src/ap-field/number/index.vue.d.ts +138 -42
  174. package/lib/src/ap-field/radio/index.vue.d.ts +51 -31
  175. package/lib/src/ap-field/rate/index.vue.d.ts +46 -39
  176. package/lib/src/ap-field/segmented/index.vue.d.ts +47 -32
  177. package/lib/src/ap-field/select/index.vue.d.ts +192 -59
  178. package/lib/src/ap-field/select/index.vue.js +1 -1
  179. package/lib/src/ap-field/slider/index.vue.d.ts +115 -40
  180. package/lib/src/ap-field/switch/index.vue.d.ts +60 -35
  181. package/lib/src/ap-field/text/index.vue.d.ts +105 -38
  182. package/lib/src/ap-field/text/password.vue.d.ts +113 -45
  183. package/lib/src/ap-field/text-area/index.vue.d.ts +117 -38
  184. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
  185. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  186. package/lib/src/ap-form/ap-form-item.vue.d.ts +128 -38
  187. package/lib/src/ap-form/ap-form-list.vue.d.ts +2 -11
  188. package/lib/src/ap-form/ap-form.vue.d.ts +238 -36
  189. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  190. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
  191. package/lib/src/ap-form/items/date/index.vue.d.ts +131 -37
  192. package/lib/src/ap-form/items/date-range/index.vue.d.ts +131 -37
  193. package/lib/src/ap-form/items/number/index.vue.d.ts +132 -38
  194. package/lib/src/ap-form/items/radio/index.vue.d.ts +8 -38
  195. package/lib/src/ap-form/items/select/index.vue.d.ts +132 -38
  196. package/lib/src/ap-form/items/switch/index.vue.d.ts +7 -39
  197. package/lib/src/ap-form/items/text/index.vue.d.ts +132 -38
  198. package/lib/src/ap-form/items/text/password.vue.d.ts +132 -38
  199. package/lib/src/ap-form/items/text-area/index.vue.d.ts +9 -38
  200. package/lib/src/ap-form/modal-form/index.vue.d.ts +17 -52
  201. package/lib/src/ap-form/search-form/index.vue.d.ts +254 -50
  202. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
  203. package/lib/src/ap-list/index.vue.d.ts +3 -3
  204. package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
  205. package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
  206. package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
  207. package/lib/src/ap-table/constants.d.ts +4015 -11858
  208. package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  209. package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  210. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
  211. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  212. package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
  213. package/lib/src/ap-upload/apUpload.vue.d.ts +23 -48
  214. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  215. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
  216. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  217. package/lib/src/base-button/button.vue.d.ts +3 -24
  218. package/lib/src/base-button/index.d.ts +7 -110
  219. package/lib/src/base-button/modal-button.vue.d.ts +8 -14
  220. package/lib/src/base-button/pop-confirm-button.vue.d.ts +7 -10
  221. package/lib/src/basic/arrow.vue.d.ts +2 -11
  222. package/lib/src/basic/help.vue.d.ts +324 -50
  223. package/lib/src/basic/index.d.ts +667 -202
  224. package/lib/src/basic/title.vue.d.ts +3 -24
  225. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -21
  226. package/lib/src/business/ap-batch-action/interface.d.ts +10 -0
  227. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
  228. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
  229. package/lib/src/business/ap-label/ApLabel.vue.d.ts +43 -32
  230. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  231. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  232. package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
  233. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
  234. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
  235. package/lib/src/business/index.d.ts +196 -927
  236. package/lib/src/business/title/ApTitle.vue.d.ts +3 -32
  237. package/lib/src/button/button.vue.d.ts +2 -11
  238. package/lib/src/button/index.d.ts +16 -32
  239. package/lib/src/check-card/group.vue.d.ts +17 -41
  240. package/lib/src/check-card/index.vue.d.ts +20 -35
  241. package/lib/src/config-provider/config-provider.d.ts +41 -137
  242. package/lib/src/config-provider/index.d.ts +161 -545
  243. package/lib/src/container/collapse/header.vue.d.ts +11 -13
  244. package/lib/src/container/collapse/index.vue.d.ts +11 -40
  245. package/lib/src/container/index.d.ts +40 -119
  246. package/lib/src/container/scroll-container.vue.d.ts +3 -12
  247. package/lib/src/count-down/button.vue.d.ts +3 -24
  248. package/lib/src/count-down/index.d.ts +12 -111
  249. package/lib/src/count-down/input.vue.d.ts +3 -24
  250. package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -33
  251. package/lib/src/cropper/cropper-image.vue.d.ts +5 -36
  252. package/lib/src/cropper/cropper-modal.vue.d.ts +13 -21
  253. package/lib/src/cropper/index.d.ts +24 -269
  254. package/lib/src/description/description.vue.d.ts +15 -45
  255. package/lib/src/description/index.d.ts +51 -171
  256. package/lib/src/dropdown/dropdown.vue.d.ts +5 -30
  257. package/lib/src/dropdown/index.d.ts +12 -76
  258. package/lib/src/editable-table/form-item.vue.d.ts +4 -4
  259. package/lib/src/editable-table/index.vue.d.ts +6 -7
  260. package/lib/src/hooks/useControllableValue.d.ts +2 -2
  261. package/lib/src/icon/icon.vue.d.ts +3 -29
  262. package/lib/src/icon/index.d.ts +12 -159
  263. package/lib/src/icon/svg-icon.vue.d.ts +3 -28
  264. package/lib/src/icon-picker/icon-picker.vue.d.ts +5 -38
  265. package/lib/src/icon-picker/index.d.ts +12 -139
  266. package/lib/src/modal/basic.vue.d.ts +147 -117
  267. package/lib/src/modal/components/modal-close.vue.d.ts +5 -26
  268. package/lib/src/modal/components/modal-footer.vue.d.ts +146 -116
  269. package/lib/src/modal/components/modal-header.vue.d.ts +2 -11
  270. package/lib/src/modal/components/modal-wrapper.vue.d.ts +19 -43
  271. package/lib/src/modal/components/modal.d.ts +145 -115
  272. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  273. package/lib/src/modal/index.d.ts +287 -462
  274. package/lib/src/pro-form/components/api-cascader.vue.d.ts +5 -38
  275. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
  276. package/lib/src/pro-form/components/api-select.vue.d.ts +5 -38
  277. package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -40
  278. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
  279. package/lib/src/pro-form/components/api-tree.vue.d.ts +5 -28
  280. package/lib/src/pro-form/components/form-action.vue.d.ts +5 -38
  281. package/lib/src/pro-form/components/form-item.vue.d.ts +14 -34
  282. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
  283. package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
  284. package/lib/src/pro-form/pro-form.vue.d.ts +6 -57
  285. package/lib/src/pro-form/table-form-inner.vue.d.ts +5 -34
  286. package/lib/src/pro-form/table-form.vue.d.ts +4 -29
  287. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
  288. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
  289. package/lib/src/pro-table/components/header-cell.vue.d.ts +726 -9
  290. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  291. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  292. package/lib/src/pro-table/components/settings/index.vue.d.ts +8 -11
  293. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  294. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  295. package/lib/src/pro-table/components/table-action.vue.d.ts +10 -24
  296. package/lib/src/pro-table/components/table-footer.vue.d.ts +5 -30
  297. package/lib/src/pro-table/components/table-header.vue.d.ts +15 -31
  298. package/lib/src/pro-table/components/table-image.vue.d.ts +3 -32
  299. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
  300. package/lib/src/pro-table/components/table-title.vue.d.ts +7 -13
  301. package/lib/src/pro-table/pro-table.vue.d.ts +8 -61
  302. package/lib/src/prompt/dialog.vue.d.ts +2 -11
  303. package/lib/src/scroll-bar/bar-item.d.ts +10 -9
  304. package/lib/src/scroll-bar/index.d.ts +12 -135
  305. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
  306. package/lib/src/strength-meter/index.d.ts +12 -55
  307. package/lib/src/strength-meter/strength-meter.vue.d.ts +5 -26
  308. package/lib/src/tests/wrapper.d.ts +3 -6
  309. package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
  310. package/lib/src/transition/create-transition.d.ts +13 -25
  311. package/lib/src/transition/index.d.ts +88 -193
  312. package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
  313. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  314. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
  315. package/package.json +2 -2
@@ -1,11 +1,16 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin, CSSProperties, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement, DefineComponent } from 'vue';
2
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
1
+ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, Plugin, ExtractPropTypes, PropType, CSSProperties, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement, DefineComponent } from 'vue';
2
+ import { ApTitleProps } from './title/interface';
3
+ import { ApExpandAlertProps } from './expandAlert/interface';
4
+ import { VueTypeValidableDef } from '../../node_modules/vue-types';
3
5
  import { LiteralUnion } from 'ant-design-vue/es/_util/type';
4
- import { ApStatusProps, ApStatusGroupItemProps } from './ap-status/interface';
6
+ import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
7
+ import { ApStatusProps, ApStatusGroupProps, ApStatusGroupItemProps } from './ap-status/interface';
5
8
  import { ApSelectItem } from './ap-select-layout/interface';
9
+ import { Props } from './ap-export-group/interface';
10
+ import { ApInputRadioProps, ApInputValType, ApInputRadioOptions } from './ap-input-radio/interface';
6
11
  import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
7
- import { ApInputRadioOptions } from './ap-input-radio/interface';
8
12
  import { KeyboardEventHandler } from 'ant-design-vue/es/_util/EventInterface';
13
+ import { ApBatchActionProps } from './ap-batch-action/interface';
9
14
  export type { ApTitleProps } from './title/interface';
10
15
  export type { ApExpandAlertProps } from './expandAlert/interface';
11
16
  export type { ApLabelProps } from './ap-label/interface';
@@ -13,98 +18,20 @@ export type { ApStatusProps, ApStatusGroupProps, ApStatusGroupItemProps } from '
13
18
  export type { ApSelectItem, ApSelectLayoutProps } from './ap-select-layout/interface';
14
19
  export type { ApInputRadioProps } from './ap-input-radio/interface';
15
20
  export declare const ApTitle: {
16
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
17
- title: {
18
- type: PropType<string>;
19
- required: true;
20
- default: string;
21
- };
22
- placement: {
23
- type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
24
- required: true;
25
- default: string;
26
- };
27
- trigger: {
28
- type: PropType<"click" | "contextmenu" | "focus" | "hover">;
29
- required: true;
30
- default: string;
31
- };
32
- helpMessage: {
33
- type: PropType<string>;
34
- required: true;
35
- default: string;
36
- };
37
- helpIconColor: {
38
- type: PropType<string>;
39
- required: true;
40
- default: string;
41
- };
42
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
43
- title: {
44
- type: PropType<string>;
45
- required: true;
46
- default: string;
47
- };
48
- placement: {
49
- type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
50
- required: true;
51
- default: string;
52
- };
53
- trigger: {
54
- type: PropType<"click" | "contextmenu" | "focus" | "hover">;
55
- required: true;
56
- default: string;
57
- };
58
- helpMessage: {
59
- type: PropType<string>;
60
- required: true;
61
- default: string;
62
- };
63
- helpIconColor: {
64
- type: PropType<string>;
65
- required: true;
66
- default: string;
67
- };
68
- }>>, {
21
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApTitleProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ApTitleProps & {}>, {
69
22
  title: string;
70
23
  placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
71
24
  trigger: "hover" | "focus" | "click" | "contextmenu";
72
25
  helpMessage: string;
73
26
  helpIconColor: string;
74
- }, true, {}, {}, {
27
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
75
28
  P: {};
76
29
  B: {};
77
30
  D: {};
78
31
  C: {};
79
32
  M: {};
80
33
  Defaults: {};
81
- }, Readonly< ExtractPropTypes<{
82
- title: {
83
- type: PropType<string>;
84
- required: true;
85
- default: string;
86
- };
87
- placement: {
88
- type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
89
- required: true;
90
- default: string;
91
- };
92
- trigger: {
93
- type: PropType<"click" | "contextmenu" | "focus" | "hover">;
94
- required: true;
95
- default: string;
96
- };
97
- helpMessage: {
98
- type: PropType<string>;
99
- required: true;
100
- default: string;
101
- };
102
- helpIconColor: {
103
- type: PropType<string>;
104
- required: true;
105
- default: string;
106
- };
107
- }>>, {}, {}, {}, {}, {
34
+ }, Readonly< ApTitleProps & {}>, {}, {}, {}, {}, {
108
35
  title: string;
109
36
  placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
110
37
  trigger: "hover" | "focus" | "click" | "contextmenu";
@@ -114,39 +41,13 @@ export declare const ApTitle: {
114
41
  __isFragment?: never;
115
42
  __isTeleport?: never;
116
43
  __isSuspense?: never;
117
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
118
- title: {
119
- type: PropType<string>;
120
- required: true;
121
- default: string;
122
- };
123
- placement: {
124
- type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
125
- required: true;
126
- default: string;
127
- };
128
- trigger: {
129
- type: PropType<"click" | "contextmenu" | "focus" | "hover">;
130
- required: true;
131
- default: string;
132
- };
133
- helpMessage: {
134
- type: PropType<string>;
135
- required: true;
136
- default: string;
137
- };
138
- helpIconColor: {
139
- type: PropType<string>;
140
- required: true;
141
- default: string;
142
- };
143
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
44
+ } & ComponentOptionsBase<Readonly< ApTitleProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
144
45
  title: string;
145
46
  placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
146
47
  trigger: "hover" | "focus" | "click" | "contextmenu";
147
48
  helpMessage: string;
148
49
  helpIconColor: string;
149
- }, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
50
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
150
51
  $slots: {
151
52
  prefix?(_: {}): any;
152
53
  suffix?(_: {}): any;
@@ -157,131 +58,35 @@ export declare const ApTitle: {
157
58
  };
158
59
  }))));
159
60
  export declare const ApExpandAlert: {
160
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
161
- type: {
162
- type: PropType<"error" | "success" | "info" | "warning" | undefined>;
163
- required: true;
164
- default: string;
165
- };
166
- data: {
167
- type: PropType<string | any[]>;
168
- required: true;
169
- default: () => never[];
170
- };
171
- prefix: {
172
- type: PropType<string>;
173
- default: string;
174
- };
175
- separator: {
176
- type: PropType<string>;
177
- required: true;
178
- default: string;
179
- };
180
- rows: {
181
- type: PropType<string | number>;
182
- required: true;
183
- default: number;
184
- };
185
- tipTitle: {
186
- type: PropType<string>;
187
- default: string;
188
- };
189
- mapLabel: {
190
- type: PropType<string>;
191
- };
192
- }>> & {
61
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApExpandAlertProps & {
193
62
  onExpand?: ((...args: any[]) => any) | undefined;
194
63
  onChoose?: ((...args: any[]) => any) | undefined;
195
- }, {
64
+ }>, {
196
65
  setExpand: (state?: boolean) => void;
197
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
66
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
198
67
  expand: (...args: any[]) => void;
199
68
  choose: (...args: any[]) => void;
200
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
201
- type: {
202
- type: PropType<"error" | "success" | "info" | "warning" | undefined>;
203
- required: true;
204
- default: string;
205
- };
206
- data: {
207
- type: PropType<string | any[]>;
208
- required: true;
209
- default: () => never[];
210
- };
211
- prefix: {
212
- type: PropType<string>;
213
- default: string;
214
- };
215
- separator: {
216
- type: PropType<string>;
217
- required: true;
218
- default: string;
219
- };
220
- rows: {
221
- type: PropType<string | number>;
222
- required: true;
223
- default: number;
224
- };
225
- tipTitle: {
226
- type: PropType<string>;
227
- default: string;
228
- };
229
- mapLabel: {
230
- type: PropType<string>;
231
- };
232
- }>> & {
69
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ApExpandAlertProps & {
233
70
  onExpand?: ((...args: any[]) => any) | undefined;
234
71
  onChoose?: ((...args: any[]) => any) | undefined;
235
- }, {
72
+ }>, {
236
73
  type: "warning" | "error" | "success" | "info" | undefined;
237
74
  data: Array<any> | string;
238
75
  prefix: string;
239
76
  separator: string;
240
77
  rows: string | number;
241
78
  tipTitle: string;
242
- }, true, {}, {}, {
79
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
243
80
  P: {};
244
81
  B: {};
245
82
  D: {};
246
83
  C: {};
247
84
  M: {};
248
85
  Defaults: {};
249
- }, Readonly< ExtractPropTypes<{
250
- type: {
251
- type: PropType<"error" | "success" | "info" | "warning" | undefined>;
252
- required: true;
253
- default: string;
254
- };
255
- data: {
256
- type: PropType<string | any[]>;
257
- required: true;
258
- default: () => never[];
259
- };
260
- prefix: {
261
- type: PropType<string>;
262
- default: string;
263
- };
264
- separator: {
265
- type: PropType<string>;
266
- required: true;
267
- default: string;
268
- };
269
- rows: {
270
- type: PropType<string | number>;
271
- required: true;
272
- default: number;
273
- };
274
- tipTitle: {
275
- type: PropType<string>;
276
- default: string;
277
- };
278
- mapLabel: {
279
- type: PropType<string>;
280
- };
281
- }>> & {
86
+ }, Readonly< ApExpandAlertProps & {
282
87
  onExpand?: ((...args: any[]) => any) | undefined;
283
88
  onChoose?: ((...args: any[]) => any) | undefined;
284
- }, {
89
+ }>, {
285
90
  setExpand: (state?: boolean) => void;
286
91
  }, {}, {}, {}, {
287
92
  type: "warning" | "error" | "success" | "info" | undefined;
@@ -294,44 +99,12 @@ export declare const ApExpandAlert: {
294
99
  __isFragment?: never;
295
100
  __isTeleport?: never;
296
101
  __isSuspense?: never;
297
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
298
- type: {
299
- type: PropType<"error" | "success" | "info" | "warning" | undefined>;
300
- required: true;
301
- default: string;
302
- };
303
- data: {
304
- type: PropType<string | any[]>;
305
- required: true;
306
- default: () => never[];
307
- };
308
- prefix: {
309
- type: PropType<string>;
310
- default: string;
311
- };
312
- separator: {
313
- type: PropType<string>;
314
- required: true;
315
- default: string;
316
- };
317
- rows: {
318
- type: PropType<string | number>;
319
- required: true;
320
- default: number;
321
- };
322
- tipTitle: {
323
- type: PropType<string>;
324
- default: string;
325
- };
326
- mapLabel: {
327
- type: PropType<string>;
328
- };
329
- }>> & {
102
+ } & ComponentOptionsBase<Readonly< ApExpandAlertProps & {
330
103
  onExpand?: ((...args: any[]) => any) | undefined;
331
104
  onChoose?: ((...args: any[]) => any) | undefined;
332
- }, {
105
+ }>, {
333
106
  setExpand: (state?: boolean) => void;
334
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
107
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
335
108
  expand: (...args: any[]) => void;
336
109
  choose: (...args: any[]) => void;
337
110
  }, string, {
@@ -341,219 +114,147 @@ export declare const ApExpandAlert: {
341
114
  separator: string;
342
115
  rows: string | number;
343
116
  tipTitle: string;
344
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
117
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
345
118
  $slots: {
346
119
  default?(_: {}): any;
347
120
  };
348
121
  });
349
122
  export declare const ApLabel: {
350
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
351
- size: {
352
- type: PropType<"small" | "default">;
353
- };
354
- title: {
355
- type: PropType<string>;
356
- };
357
- placement: {
358
- type: PropType<TooltipPlacement>;
359
- default: string;
360
- };
361
- prefixCls: {
362
- type: PropType<string>;
363
- };
364
- iconType: {
365
- type: PropType<"ellipsis" | "warning" | "question">;
366
- default: string;
367
- };
368
- text: {
369
- type: PropType<any>;
370
- default: string;
371
- };
372
- color: {
373
- type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
374
- };
375
- iconSize: {
376
- type: PropType<number>;
377
- default: number;
378
- };
379
- status: {
380
- type: PropType<"error" | "default" | "success" | "warning" | "processing">;
381
- default: string;
382
- };
383
- offset: {
384
- type: PropType<[string | number, string | number]>;
385
- };
386
- dot: {
387
- type: PropType<boolean>;
388
- };
389
- helpMessage: {
390
- type: PropType<string>;
391
- };
392
- count: {
393
- type: PropType<any>;
123
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<Partial< ExtractPropTypes<{
124
+ count: VueTypeValidableDef<any> & {
125
+ default: any;
394
126
  };
395
127
  showZero: {
396
- type: PropType<boolean>;
128
+ type: BooleanConstructor;
129
+ default: any;
397
130
  };
398
131
  overflowCount: {
399
- type: PropType<number>;
400
- };
401
- scrollNumberPrefixCls: {
402
- type: PropType<string>;
403
- };
404
- numberStyle: {
405
- type: PropType<CSSProperties>;
132
+ type: NumberConstructor;
133
+ default: number;
406
134
  };
407
- iconColor: {
408
- type: PropType<string>;
409
- default: string;
135
+ dot: {
136
+ type: BooleanConstructor;
137
+ default: any;
410
138
  };
411
- slotName: {
412
- type: PropType<string>;
139
+ prefixCls: StringConstructor;
140
+ scrollNumberPrefixCls: StringConstructor;
141
+ status: {
142
+ type: PropType<"error" | "default" | "success" | "processing" | "warning">;
413
143
  };
414
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
415
144
  size: {
416
- type: PropType<"small" | "default">;
417
- };
418
- title: {
419
- type: PropType<string>;
420
- };
421
- placement: {
422
- type: PropType<TooltipPlacement>;
145
+ type: PropType<"default" | "small">;
423
146
  default: string;
424
147
  };
425
- prefixCls: {
426
- type: PropType<string>;
427
- };
428
- iconType: {
429
- type: PropType<"ellipsis" | "warning" | "question">;
430
- default: string;
148
+ color: PropType<LiteralUnion<"blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue">>;
149
+ text: VueTypeValidableDef<any>;
150
+ offset: PropType<[string | number, string | number]>;
151
+ numberStyle: {
152
+ type: PropType<CSSProperties>;
153
+ default: CSSProperties;
431
154
  };
432
- text: {
433
- type: PropType<any>;
434
- default: string;
155
+ title: StringConstructor;
156
+ }>> & Partial<{
157
+ helpMessage: string;
158
+ placement: TooltipPlacement;
159
+ iconColor: string;
160
+ iconType: "question" | "warning" | "ellipsis";
161
+ iconSize: number;
162
+ slotName: string;
163
+ }> & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<Partial< ExtractPropTypes<{
164
+ count: VueTypeValidableDef<any> & {
165
+ default: any;
435
166
  };
436
- color: {
437
- type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
167
+ showZero: {
168
+ type: BooleanConstructor;
169
+ default: any;
438
170
  };
439
- iconSize: {
440
- type: PropType<number>;
171
+ overflowCount: {
172
+ type: NumberConstructor;
441
173
  default: number;
442
174
  };
443
- status: {
444
- type: PropType<"error" | "default" | "success" | "warning" | "processing">;
445
- default: string;
446
- };
447
- offset: {
448
- type: PropType<[string | number, string | number]>;
449
- };
450
175
  dot: {
451
- type: PropType<boolean>;
452
- };
453
- helpMessage: {
454
- type: PropType<string>;
455
- };
456
- count: {
457
- type: PropType<any>;
458
- };
459
- showZero: {
460
- type: PropType<boolean>;
176
+ type: BooleanConstructor;
177
+ default: any;
461
178
  };
462
- overflowCount: {
463
- type: PropType<number>;
179
+ prefixCls: StringConstructor;
180
+ scrollNumberPrefixCls: StringConstructor;
181
+ status: {
182
+ type: PropType<"error" | "default" | "success" | "processing" | "warning">;
464
183
  };
465
- scrollNumberPrefixCls: {
466
- type: PropType<string>;
184
+ size: {
185
+ type: PropType<"default" | "small">;
186
+ default: string;
467
187
  };
188
+ color: PropType<LiteralUnion<"blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue">>;
189
+ text: VueTypeValidableDef<any>;
190
+ offset: PropType<[string | number, string | number]>;
468
191
  numberStyle: {
469
192
  type: PropType<CSSProperties>;
193
+ default: CSSProperties;
470
194
  };
471
- iconColor: {
472
- type: PropType<string>;
473
- default: string;
474
- };
475
- slotName: {
476
- type: PropType<string>;
477
- };
478
- }>>, {
195
+ title: StringConstructor;
196
+ }>> & Partial<{
197
+ helpMessage: string;
198
+ placement: TooltipPlacement;
199
+ iconColor: string;
200
+ iconType: "question" | "warning" | "ellipsis";
201
+ iconSize: number;
202
+ slotName: string;
203
+ }> & {}>, {
479
204
  placement: TooltipPlacement;
480
205
  iconType: "question" | "warning" | "ellipsis";
481
206
  text: any;
482
207
  iconSize: number;
483
208
  status: "error" | "default" | "success" | "warning" | "processing";
484
209
  iconColor: string;
485
- }, true, {}, {}, {
210
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
486
211
  P: {};
487
212
  B: {};
488
213
  D: {};
489
214
  C: {};
490
215
  M: {};
491
216
  Defaults: {};
492
- }, Readonly< ExtractPropTypes<{
493
- size: {
494
- type: PropType<"small" | "default">;
495
- };
496
- title: {
497
- type: PropType<string>;
498
- };
499
- placement: {
500
- type: PropType<TooltipPlacement>;
501
- default: string;
502
- };
503
- prefixCls: {
504
- type: PropType<string>;
217
+ }, Readonly<Partial< ExtractPropTypes<{
218
+ count: VueTypeValidableDef<any> & {
219
+ default: any;
505
220
  };
506
- iconType: {
507
- type: PropType<"ellipsis" | "warning" | "question">;
508
- default: string;
509
- };
510
- text: {
511
- type: PropType<any>;
512
- default: string;
513
- };
514
- color: {
515
- type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
221
+ showZero: {
222
+ type: BooleanConstructor;
223
+ default: any;
516
224
  };
517
- iconSize: {
518
- type: PropType<number>;
225
+ overflowCount: {
226
+ type: NumberConstructor;
519
227
  default: number;
520
228
  };
521
- status: {
522
- type: PropType<"error" | "default" | "success" | "warning" | "processing">;
523
- default: string;
524
- };
525
- offset: {
526
- type: PropType<[string | number, string | number]>;
527
- };
528
229
  dot: {
529
- type: PropType<boolean>;
230
+ type: BooleanConstructor;
231
+ default: any;
530
232
  };
531
- helpMessage: {
532
- type: PropType<string>;
533
- };
534
- count: {
535
- type: PropType<any>;
536
- };
537
- showZero: {
538
- type: PropType<boolean>;
539
- };
540
- overflowCount: {
541
- type: PropType<number>;
233
+ prefixCls: StringConstructor;
234
+ scrollNumberPrefixCls: StringConstructor;
235
+ status: {
236
+ type: PropType<"error" | "default" | "success" | "processing" | "warning">;
542
237
  };
543
- scrollNumberPrefixCls: {
544
- type: PropType<string>;
238
+ size: {
239
+ type: PropType<"default" | "small">;
240
+ default: string;
545
241
  };
242
+ color: PropType<LiteralUnion<"blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue">>;
243
+ text: VueTypeValidableDef<any>;
244
+ offset: PropType<[string | number, string | number]>;
546
245
  numberStyle: {
547
246
  type: PropType<CSSProperties>;
247
+ default: CSSProperties;
548
248
  };
549
- iconColor: {
550
- type: PropType<string>;
551
- default: string;
552
- };
553
- slotName: {
554
- type: PropType<string>;
555
- };
556
- }>>, {}, {}, {}, {}, {
249
+ title: StringConstructor;
250
+ }>> & Partial<{
251
+ helpMessage: string;
252
+ placement: TooltipPlacement;
253
+ iconColor: string;
254
+ iconType: "question" | "warning" | "ellipsis";
255
+ iconSize: number;
256
+ slotName: string;
257
+ }> & {}>, {}, {}, {}, {}, {
557
258
  placement: TooltipPlacement;
558
259
  iconType: "question" | "warning" | "ellipsis";
559
260
  text: any;
@@ -564,78 +265,54 @@ export declare const ApLabel: {
564
265
  __isFragment?: never;
565
266
  __isTeleport?: never;
566
267
  __isSuspense?: never;
567
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
568
- size: {
569
- type: PropType<"small" | "default">;
570
- };
571
- title: {
572
- type: PropType<string>;
573
- };
574
- placement: {
575
- type: PropType<TooltipPlacement>;
576
- default: string;
577
- };
578
- prefixCls: {
579
- type: PropType<string>;
268
+ } & ComponentOptionsBase<Readonly<Partial< ExtractPropTypes<{
269
+ count: VueTypeValidableDef<any> & {
270
+ default: any;
580
271
  };
581
- iconType: {
582
- type: PropType<"ellipsis" | "warning" | "question">;
583
- default: string;
584
- };
585
- text: {
586
- type: PropType<any>;
587
- default: string;
588
- };
589
- color: {
590
- type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
272
+ showZero: {
273
+ type: BooleanConstructor;
274
+ default: any;
591
275
  };
592
- iconSize: {
593
- type: PropType<number>;
276
+ overflowCount: {
277
+ type: NumberConstructor;
594
278
  default: number;
595
279
  };
596
- status: {
597
- type: PropType<"error" | "default" | "success" | "warning" | "processing">;
598
- default: string;
599
- };
600
- offset: {
601
- type: PropType<[string | number, string | number]>;
602
- };
603
280
  dot: {
604
- type: PropType<boolean>;
605
- };
606
- helpMessage: {
607
- type: PropType<string>;
608
- };
609
- count: {
610
- type: PropType<any>;
281
+ type: BooleanConstructor;
282
+ default: any;
611
283
  };
612
- showZero: {
613
- type: PropType<boolean>;
614
- };
615
- overflowCount: {
616
- type: PropType<number>;
284
+ prefixCls: StringConstructor;
285
+ scrollNumberPrefixCls: StringConstructor;
286
+ status: {
287
+ type: PropType<"error" | "default" | "success" | "processing" | "warning">;
617
288
  };
618
- scrollNumberPrefixCls: {
619
- type: PropType<string>;
289
+ size: {
290
+ type: PropType<"default" | "small">;
291
+ default: string;
620
292
  };
293
+ color: PropType<LiteralUnion<"blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue">>;
294
+ text: VueTypeValidableDef<any>;
295
+ offset: PropType<[string | number, string | number]>;
621
296
  numberStyle: {
622
297
  type: PropType<CSSProperties>;
298
+ default: CSSProperties;
623
299
  };
624
- iconColor: {
625
- type: PropType<string>;
626
- default: string;
627
- };
628
- slotName: {
629
- type: PropType<string>;
630
- };
631
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
300
+ title: StringConstructor;
301
+ }>> & Partial<{
302
+ helpMessage: string;
303
+ placement: TooltipPlacement;
304
+ iconColor: string;
305
+ iconType: "question" | "warning" | "ellipsis";
306
+ iconSize: number;
307
+ slotName: string;
308
+ }> & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
632
309
  placement: TooltipPlacement;
633
310
  iconType: "question" | "warning" | "ellipsis";
634
311
  text: any;
635
312
  iconSize: number;
636
313
  status: "error" | "default" | "success" | "warning" | "processing";
637
314
  iconColor: string;
638
- }, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
315
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
639
316
  $slots: Partial<Record<string, (_: {}) => any>>;
640
317
  }) & ( Plugin & (new (...args: any[]) => {
641
318
  $props: {
@@ -643,78 +320,18 @@ export declare const ApLabel: {
643
320
  };
644
321
  }))));
645
322
  export declare const ApStatus: {
646
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
647
- style: {
648
- type: PropType<object>;
649
- };
650
- text: {
651
- type: PropType<string>;
652
- required: true;
653
- };
654
- color: {
655
- type: PropType<string>;
656
- default: string;
657
- };
658
- padding: {
659
- type: PropType<number>;
660
- default: number;
661
- };
662
- show: {
663
- type: PropType<boolean>;
664
- default: boolean;
665
- };
666
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
667
- style: {
668
- type: PropType<object>;
669
- };
670
- text: {
671
- type: PropType<string>;
672
- required: true;
673
- };
674
- color: {
675
- type: PropType<string>;
676
- default: string;
677
- };
678
- padding: {
679
- type: PropType<number>;
680
- default: number;
681
- };
682
- show: {
683
- type: PropType<boolean>;
684
- default: boolean;
685
- };
686
- }>>, {
323
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApStatusProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ApStatusProps & {}>, {
687
324
  color: string;
688
325
  padding: number;
689
326
  show: boolean;
690
- }, true, {}, {}, {
327
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
691
328
  P: {};
692
329
  B: {};
693
330
  D: {};
694
331
  C: {};
695
332
  M: {};
696
333
  Defaults: {};
697
- }, Readonly< ExtractPropTypes<{
698
- style: {
699
- type: PropType<object>;
700
- };
701
- text: {
702
- type: PropType<string>;
703
- required: true;
704
- };
705
- color: {
706
- type: PropType<string>;
707
- default: string;
708
- };
709
- padding: {
710
- type: PropType<number>;
711
- default: number;
712
- };
713
- show: {
714
- type: PropType<boolean>;
715
- default: boolean;
716
- };
717
- }>>, {}, {}, {}, {}, {
334
+ }, Readonly< ApStatusProps & {}>, {}, {}, {}, {}, {
718
335
  color: string;
719
336
  padding: number;
720
337
  show: boolean;
@@ -722,124 +339,29 @@ export declare const ApStatus: {
722
339
  __isFragment?: never;
723
340
  __isTeleport?: never;
724
341
  __isSuspense?: never;
725
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
726
- style: {
727
- type: PropType<object>;
728
- };
729
- text: {
730
- type: PropType<string>;
731
- required: true;
732
- };
733
- color: {
734
- type: PropType<string>;
735
- default: string;
736
- };
737
- padding: {
738
- type: PropType<number>;
739
- default: number;
740
- };
741
- show: {
742
- type: PropType<boolean>;
743
- default: boolean;
744
- };
745
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
342
+ } & ComponentOptionsBase<Readonly< ApStatusProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
746
343
  color: string;
747
344
  padding: number;
748
345
  show: boolean;
749
- }, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
346
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
750
347
  $props: {
751
348
  onClick?: () => void;
752
349
  };
753
350
  }))));
754
351
  export declare const ApStatusGroup: {
755
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
756
- style: {
757
- type: PropType<object>;
758
- };
759
- padding: {
760
- type: PropType<number>;
761
- required: true;
762
- default: number;
763
- };
764
- show: {
765
- type: PropType<boolean>;
766
- default: boolean;
767
- };
768
- currentValue: {
769
- type: PropType<string | number>;
770
- required: true;
771
- default: number;
772
- };
773
- statusList: {
774
- type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
775
- value: number | string;
776
- }>[] | null>;
777
- required: true;
778
- default: null;
779
- };
780
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
781
- style: {
782
- type: PropType<object>;
783
- };
784
- padding: {
785
- type: PropType<number>;
786
- required: true;
787
- default: number;
788
- };
789
- show: {
790
- type: PropType<boolean>;
791
- default: boolean;
792
- };
793
- currentValue: {
794
- type: PropType<string | number>;
795
- required: true;
796
- default: number;
797
- };
798
- statusList: {
799
- type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
800
- value: number | string;
801
- }>[] | null>;
802
- required: true;
803
- default: null;
804
- };
805
- }>>, {
352
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApStatusGroupProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ApStatusGroupProps & {}>, {
806
353
  padding: number;
807
354
  show: boolean;
808
355
  currentValue: number | string;
809
356
  statusList: ApStatusGroupItemProps[] | null;
810
- }, true, {}, {}, {
357
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
811
358
  P: {};
812
359
  B: {};
813
360
  D: {};
814
361
  C: {};
815
362
  M: {};
816
363
  Defaults: {};
817
- }, Readonly< ExtractPropTypes<{
818
- style: {
819
- type: PropType<object>;
820
- };
821
- padding: {
822
- type: PropType<number>;
823
- required: true;
824
- default: number;
825
- };
826
- show: {
827
- type: PropType<boolean>;
828
- default: boolean;
829
- };
830
- currentValue: {
831
- type: PropType<string | number>;
832
- required: true;
833
- default: number;
834
- };
835
- statusList: {
836
- type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
837
- value: number | string;
838
- }>[] | null>;
839
- required: true;
840
- default: null;
841
- };
842
- }>>, {}, {}, {}, {}, {
364
+ }, Readonly< ApStatusGroupProps & {}>, {}, {}, {}, {}, {
843
365
  padding: number;
844
366
  show: boolean;
845
367
  currentValue: number | string;
@@ -848,37 +370,12 @@ export declare const ApStatusGroup: {
848
370
  __isFragment?: never;
849
371
  __isTeleport?: never;
850
372
  __isSuspense?: never;
851
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
852
- style: {
853
- type: PropType<object>;
854
- };
855
- padding: {
856
- type: PropType<number>;
857
- required: true;
858
- default: number;
859
- };
860
- show: {
861
- type: PropType<boolean>;
862
- default: boolean;
863
- };
864
- currentValue: {
865
- type: PropType<string | number>;
866
- required: true;
867
- default: number;
868
- };
869
- statusList: {
870
- type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
871
- value: number | string;
872
- }>[] | null>;
873
- required: true;
874
- default: null;
875
- };
876
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
373
+ } & ComponentOptionsBase<Readonly< ApStatusGroupProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
877
374
  padding: number;
878
375
  show: boolean;
879
376
  currentValue: number | string;
880
377
  statusList: ApStatusGroupItemProps[] | null;
881
- }, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
378
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
882
379
  $props: {
883
380
  onClick?: () => void;
884
381
  };
@@ -898,9 +395,9 @@ export declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonN
898
395
  } & {};
899
396
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
900
397
  props: {
901
- onAfterLeave?: ((el: Element) => any) | undefined;
902
- onAfterEnter?: ((el: Element) => any) | undefined;
903
- onOnSelect?: ((value: T) => any) | undefined;
398
+ readonly onAfterLeave?: ((el: Element) => any) | undefined;
399
+ readonly onAfterEnter?: ((el: Element) => any) | undefined;
400
+ readonly onOnSelect?: ((value: T) => any) | undefined;
904
401
  title: string;
905
402
  request: () => Promise<T[]>;
906
403
  defaultFold?: boolean | undefined;
@@ -928,298 +425,70 @@ export declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonN
928
425
  };
929
426
  });
930
427
  export declare const ApExportGroup: {
931
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
932
- selectedRowKeys: {
933
- type: PropType<any[]>;
934
- };
935
- disabled: {
936
- type: PropType<boolean>;
937
- };
938
- auth: {
939
- type: PropType<string>;
940
- };
941
- ifShow: {
942
- type: PropType<() => boolean>;
943
- };
944
- text: {
945
- type: PropType<string>;
946
- };
947
- request: {
948
- type: PropType<(key: any) => Promise<any>>;
949
- };
950
- getRequestParams: {
951
- type: PropType<() => Record<string, any>>;
952
- };
953
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
954
- selectedRowKeys: {
955
- type: PropType<any[]>;
956
- };
957
- disabled: {
958
- type: PropType<boolean>;
959
- };
960
- auth: {
961
- type: PropType<string>;
962
- };
963
- ifShow: {
964
- type: PropType<() => boolean>;
965
- };
966
- text: {
967
- type: PropType<string>;
968
- };
969
- request: {
970
- type: PropType<(key: any) => Promise<any>>;
971
- };
972
- getRequestParams: {
973
- type: PropType<() => Record<string, any>>;
974
- };
975
- }>>, {}, true, {}, {}, {
428
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< Props & {}>, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
976
429
  P: {};
977
430
  B: {};
978
431
  D: {};
979
432
  C: {};
980
433
  M: {};
981
434
  Defaults: {};
982
- }, Readonly< ExtractPropTypes<{
983
- selectedRowKeys: {
984
- type: PropType<any[]>;
985
- };
986
- disabled: {
987
- type: PropType<boolean>;
988
- };
989
- auth: {
990
- type: PropType<string>;
991
- };
992
- ifShow: {
993
- type: PropType<() => boolean>;
994
- };
995
- text: {
996
- type: PropType<string>;
997
- };
998
- request: {
999
- type: PropType<(key: any) => Promise<any>>;
1000
- };
1001
- getRequestParams: {
1002
- type: PropType<() => Record<string, any>>;
1003
- };
1004
- }>>, {}, {}, {}, {}, {}>;
435
+ }, Readonly< Props & {}>, {}, {}, {}, {}, {}>;
1005
436
  __isFragment?: never;
1006
437
  __isTeleport?: never;
1007
438
  __isSuspense?: never;
1008
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1009
- selectedRowKeys: {
1010
- type: PropType<any[]>;
1011
- };
1012
- disabled: {
1013
- type: PropType<boolean>;
1014
- };
1015
- auth: {
1016
- type: PropType<string>;
1017
- };
1018
- ifShow: {
1019
- type: PropType<() => boolean>;
1020
- };
1021
- text: {
1022
- type: PropType<string>;
1023
- };
1024
- request: {
1025
- type: PropType<(key: any) => Promise<any>>;
1026
- };
1027
- getRequestParams: {
1028
- type: PropType<() => Record<string, any>>;
1029
- };
1030
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
439
+ } & ComponentOptionsBase<Readonly< Props & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
1031
440
  $props: {
1032
441
  onClick?: () => void;
1033
442
  };
1034
443
  }))));
1035
- export declare const ApInputRadio: DefineComponent<{
1036
- onBlur: {
1037
- type: PropType<(e: FocusEvent) => void>;
1038
- };
1039
- onChange: {
1040
- type: PropType<(value: ValueType) => void>;
1041
- };
1042
- onFocus: {
1043
- type: PropType<(e: FocusEvent) => void>;
1044
- };
1045
- onInput: {
1046
- type: PropType<(text: string) => void>;
1047
- };
1048
- value: {
1049
- type: PropType<Record<"inputval" | "radioVal", string | number>>;
1050
- required: true;
1051
- };
1052
- options: {
1053
- type: PropType<ApInputRadioOptions>;
1054
- required: true;
1055
- };
1056
- disabled: {
1057
- type: PropType<boolean>;
1058
- };
1059
- bordered: {
1060
- type: PropType<boolean>;
1061
- default: boolean;
1062
- };
1063
- autofocus: {
1064
- type: PropType<boolean>;
1065
- };
1066
- onPressEnter: {
1067
- type: PropType<KeyboardEventHandler>;
1068
- };
1069
- stringMode: {
1070
- type: PropType<boolean>;
1071
- default: boolean;
1072
- };
1073
- min: {
1074
- type: PropType<ValueType>;
1075
- };
1076
- max: {
1077
- type: PropType<ValueType>;
1078
- };
1079
- step: {
1080
- type: PropType<ValueType>;
1081
- };
1082
- controls: {
1083
- type: PropType<boolean>;
1084
- default: boolean;
1085
- };
1086
- formatter: {
1087
- type: PropType<(value: ValueType, info: {
1088
- userTyping: boolean;
1089
- input: string;
1090
- }) => string>;
1091
- };
1092
- precision: {
1093
- type: PropType<number>;
1094
- };
1095
- decimalSeparator: {
1096
- type: PropType<string>;
1097
- };
1098
- onStep: {
1099
- type: PropType<(value: ValueType, info: {
1100
- offset: ValueType;
1101
- type: "up" | "down";
1102
- }) => void>;
1103
- };
1104
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
444
+ export declare const ApInputRadio: DefineComponent<ApInputRadioProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1105
445
  "update:value": (...args: any[]) => void;
1106
- }, string, PublicProps, Readonly< ExtractPropTypes<{
1107
- onBlur: {
1108
- type: PropType<(e: FocusEvent) => void>;
1109
- };
1110
- onChange: {
1111
- type: PropType<(value: ValueType) => void>;
1112
- };
1113
- onFocus: {
1114
- type: PropType<(e: FocusEvent) => void>;
1115
- };
1116
- onInput: {
1117
- type: PropType<(text: string) => void>;
1118
- };
1119
- value: {
1120
- type: PropType<Record<"inputval" | "radioVal", string | number>>;
1121
- required: true;
1122
- };
1123
- options: {
1124
- type: PropType<ApInputRadioOptions>;
1125
- required: true;
1126
- };
1127
- disabled: {
1128
- type: PropType<boolean>;
1129
- };
1130
- bordered: {
1131
- type: PropType<boolean>;
1132
- default: boolean;
1133
- };
1134
- autofocus: {
1135
- type: PropType<boolean>;
1136
- };
1137
- onPressEnter: {
1138
- type: PropType<KeyboardEventHandler>;
1139
- };
1140
- stringMode: {
1141
- type: PropType<boolean>;
1142
- default: boolean;
1143
- };
1144
- min: {
1145
- type: PropType<ValueType>;
1146
- };
1147
- max: {
1148
- type: PropType<ValueType>;
1149
- };
1150
- step: {
1151
- type: PropType<ValueType>;
1152
- };
1153
- controls: {
1154
- type: PropType<boolean>;
1155
- default: boolean;
1156
- };
1157
- formatter: {
1158
- type: PropType<(value: ValueType, info: {
1159
- userTyping: boolean;
1160
- input: string;
1161
- }) => string>;
1162
- };
1163
- precision: {
1164
- type: PropType<number>;
1165
- };
1166
- decimalSeparator: {
1167
- type: PropType<string>;
1168
- };
1169
- onStep: {
1170
- type: PropType<(value: ValueType, info: {
1171
- offset: ValueType;
1172
- type: "up" | "down";
1173
- }) => void>;
1174
- };
1175
- }>> & {
446
+ }, string, PublicProps, Readonly<{
447
+ onBlur?: ((e: FocusEvent) => void) | undefined;
448
+ onChange?: ((value: ValueType) => void) | undefined;
449
+ onFocus?: ((e: FocusEvent) => void) | undefined;
450
+ onInput?: ((text: string) => void) | undefined;
451
+ disabled?: boolean | undefined;
452
+ bordered?: boolean | undefined;
453
+ autofocus?: boolean | undefined;
454
+ onPressEnter?: KeyboardEventHandler | undefined;
455
+ stringMode?: boolean | undefined;
456
+ min?: ValueType | undefined;
457
+ max?: ValueType | undefined;
458
+ step?: ValueType | undefined;
459
+ controls?: boolean | undefined;
460
+ formatter?: ((value: ValueType, info: {
461
+ userTyping: boolean;
462
+ input: string;
463
+ }) => string) | undefined;
464
+ precision?: number | undefined;
465
+ decimalSeparator?: string | undefined;
466
+ onStep?: ((value: ValueType, info: {
467
+ offset: ValueType;
468
+ type: "up" | "down";
469
+ }) => void) | undefined;
470
+ } & ApInputValType & {
471
+ options: ApInputRadioOptions;
472
+ } & {
1176
473
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1177
- }, {
474
+ }>, {
1178
475
  bordered: boolean;
1179
476
  stringMode: boolean;
1180
477
  controls: boolean;
1181
- }, {}>;
478
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
1182
479
  export declare const ApBatchAction: {
1183
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
1184
- selectedRowKeys: {
1185
- type: PropType<any[]>;
1186
- };
1187
- clearAll: {
1188
- type: PropType<() => void>;
1189
- };
1190
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
1191
- selectedRowKeys: {
1192
- type: PropType<any[]>;
1193
- };
1194
- clearAll: {
1195
- type: PropType<() => void>;
1196
- };
1197
- }>>, {}, true, {}, {}, {
480
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApBatchActionProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ApBatchActionProps & {}>, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
1198
481
  P: {};
1199
482
  B: {};
1200
483
  D: {};
1201
484
  C: {};
1202
485
  M: {};
1203
486
  Defaults: {};
1204
- }, Readonly< ExtractPropTypes<{
1205
- selectedRowKeys: {
1206
- type: PropType<any[]>;
1207
- };
1208
- clearAll: {
1209
- type: PropType<() => void>;
1210
- };
1211
- }>>, {}, {}, {}, {}, {}>;
487
+ }, Readonly< ApBatchActionProps & {}>, {}, {}, {}, {}, {}>;
1212
488
  __isFragment?: never;
1213
489
  __isTeleport?: never;
1214
490
  __isSuspense?: never;
1215
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1216
- selectedRowKeys: {
1217
- type: PropType<any[]>;
1218
- };
1219
- clearAll: {
1220
- type: PropType<() => void>;
1221
- };
1222
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
491
+ } & ComponentOptionsBase<Readonly< ApBatchActionProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1223
492
  $slots: {
1224
493
  prefix?(_: {}): any;
1225
494
  suffix?(_: {}): any;