@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,31 +1,19 @@
1
1
  import { ApFormItemTextAreaProps } from '../interface';
2
2
  import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
3
- import { ApFormItemSlots } from '../../interface';
4
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ import { ApFormItemSlots, ApFormItemProps } from '../../interface';
4
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
5
5
  import { ApFieldTextAreaProps } from '../../../ap-field';
6
6
  type ApFormItemTextAreaSlots = Omit<ApFormItemSlots, 'default'>;
7
7
  declare function __VLS_template(): Readonly<ApFormItemTextAreaSlots> & ApFormItemTextAreaSlots;
8
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemTextAreaProps>, {
9
- hasFeedback: boolean;
10
- colon: undefined;
11
- autoLink: boolean;
12
- required: undefined;
13
- validateFirst: undefined;
14
- disabled: boolean;
15
- field: () => {};
16
- }>, {
8
+ declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
17
9
  focus: (options?: InputFocusOptions) => void;
18
10
  blur: () => void;
19
11
  resizableTextArea: any;
20
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemTextAreaProps>, {
21
- hasFeedback: boolean;
22
- colon: undefined;
23
- autoLink: boolean;
24
- required: undefined;
25
- validateFirst: undefined;
26
- disabled: boolean;
27
- field: () => {};
28
- }>>>, {
12
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Omit< ApFormItemProps, "bordered"> & {
13
+ field?: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
14
+ placeholder?: string;
15
+ disabled?: boolean;
16
+ } & {}>, {
29
17
  disabled: boolean;
30
18
  required: boolean;
31
19
  field: Omit< ApFieldTextAreaProps, "value" | "onUpdate:value">;
@@ -33,28 +21,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
33
21
  hasFeedback: boolean;
34
22
  autoLink: boolean;
35
23
  validateFirst: boolean;
36
- }, {}>;
24
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
37
25
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
38
26
  export default _default;
39
- type __VLS_WithDefaults<P, D> = {
40
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
- default: D[K];
42
- }> : P[K];
43
- };
44
- type __VLS_Prettify<T> = {
45
- [K in keyof T]: T[K];
46
- } & {};
47
27
  type __VLS_WithTemplateSlots<T, S> = T & {
48
28
  new (): {
49
29
  $slots: S;
50
30
  };
51
31
  };
52
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
- type __VLS_TypePropsToOption<T> = {
54
- [K in keyof T]-?: {} extends Pick<T, K> ? {
55
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
56
- } : {
57
- type: PropType<T[K]>;
58
- required: true;
59
- };
60
- };
@@ -1,6 +1,7 @@
1
- import { ApFormModalFormProps, ApFormInternalInstance, ApFormSubmitterConfig } from '../interface';
2
- import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties } from 'vue';
1
+ import { ApFormModalFormProps, ApFormInternalInstance, ApFormProps, ApFormSubmitterConfig } from '../interface';
2
+ import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties, ComponentProvideOptions } from 'vue';
3
3
  import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign } from 'ant-design-vue/es/form/interface';
4
+ import { ModalProps } from 'ant-design-vue';
4
5
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
6
  import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
6
7
  import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
@@ -13,21 +14,7 @@ type ApModalFormSlots = {
13
14
  submitter(defaultDoms: VNode[]): any;
14
15
  };
15
16
  declare function __VLS_template(): Readonly<ApModalFormSlots> & ApModalFormSlots;
16
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormModalFormProps>, {
17
- layout: string;
18
- hideRequiredMark: boolean;
19
- colon: boolean;
20
- labelAlign: string;
21
- validateOnRuleChange: boolean;
22
- validateTrigger: string;
23
- modalProps: () => {};
24
- width: number;
25
- submitter: () => {
26
- resetButtonProps: boolean;
27
- };
28
- open: undefined;
29
- showCancel: boolean;
30
- }>, {
17
+ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
31
18
  resetFields: () => void;
32
19
  clearValidate: (name?: NamePath) => void;
33
20
  validateFields: (nameList?: NamePath[] | string, options?: ValidateOptions) => Promise<Partial<any>> | undefined;
@@ -37,25 +24,20 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
37
24
  setFieldValue: (key: string, newValue: any) => void;
38
25
  setFieldsValue: (values: Record<string, any>) => void;
39
26
  getInternalInstance: (mark: string) => ApFormInternalInstance | undefined;
40
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
27
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
41
28
  "update:open": (...args: any[]) => void;
42
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormModalFormProps>, {
43
- layout: string;
44
- hideRequiredMark: boolean;
45
- colon: boolean;
46
- labelAlign: string;
47
- validateOnRuleChange: boolean;
48
- validateTrigger: string;
49
- modalProps: () => {};
50
- width: number;
51
- submitter: () => {
52
- resetButtonProps: boolean;
53
- };
54
- open: undefined;
55
- showCancel: boolean;
56
- }>>> & {
29
+ }, string, PublicProps, Readonly<Omit< ApFormProps, "onFinish"> & {
30
+ open?: boolean;
31
+ 'onUpdate:open'?: (open: boolean) => void;
32
+ modalProps?: Omit< ModalProps, "open" | "onUpdate:open" | "visible">;
33
+ title?: string;
34
+ width?: number;
35
+ onFinish?: (values: any) => Promise<boolean>;
36
+ submitter?: false | ApFormSubmitterConfig;
37
+ showCancel?: boolean;
38
+ } & {
57
39
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
58
- }, {
40
+ }>, {
59
41
  width: number;
60
42
  open: boolean;
61
43
  showCancel: boolean;
@@ -353,28 +335,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
353
335
  };
354
336
  }>>, "open" | "visible" | "onUpdate:open">;
355
337
  submitter: false | ApFormSubmitterConfig;
356
- }, {}>;
338
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
357
339
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
358
340
  export default _default;
359
- type __VLS_WithDefaults<P, D> = {
360
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
361
- default: D[K];
362
- }> : P[K];
363
- };
364
- type __VLS_Prettify<T> = {
365
- [K in keyof T]: T[K];
366
- } & {};
367
341
  type __VLS_WithTemplateSlots<T, S> = T & {
368
342
  new (): {
369
343
  $slots: S;
370
344
  };
371
345
  };
372
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
373
- type __VLS_TypePropsToOption<T> = {
374
- [K in keyof T]-?: {} extends Pick<T, K> ? {
375
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
376
- } : {
377
- type: PropType<T[K]>;
378
- required: true;
379
- };
380
- };
@@ -1,6 +1,14 @@
1
1
  import { ApFormExpose, ApFormSearchFormProps } from '../interface';
2
- import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- import { FormLabelAlign } from 'ant-design-vue/es/form/interface';
2
+ import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, HTMLAttributes, ComponentProvideOptions } from 'vue';
3
+ import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
4
+ import { ColSize } from 'ant-design-vue/es/grid';
5
+ import { ColSize } from 'ant-design-vue/es/grid/Col';
6
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from 'ant-design-vue/es/form/interface';
7
+ import { RequiredMark } from 'ant-design-vue/es/form/Form';
8
+ import { RuleObject } from 'ant-design-vue/es/form';
9
+ import { Options } from '../../../node_modules/scroll-into-view-if-needed';
10
+ import { ButtonSize } from 'ant-design-vue/es/button';
11
+ import { Recordable } from '../../type';
4
12
  declare function __VLS_template(): Readonly<{
5
13
  default(): any[];
6
14
  extra(): any;
@@ -8,39 +16,252 @@ declare function __VLS_template(): Readonly<{
8
16
  default(): any[];
9
17
  extra(): any;
10
18
  };
11
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormSearchFormProps>, {
12
- layout: string;
13
- hideRequiredMark: boolean;
14
- colon: boolean;
15
- labelAlign: string;
16
- validateOnRuleChange: boolean;
17
- validateTrigger: string;
18
- defaultCollapse: boolean;
19
- extraInAction: boolean;
20
- forceExpand: boolean;
21
- countPerRow: number;
22
- collapse: undefined;
23
- customReset: boolean;
24
- }>, {
19
+ declare const __VLS_component: DefineComponent<ApFormSearchFormProps, {
25
20
  apForm: ComputedRef<ApFormExpose | undefined>;
26
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
27
22
  "update:collapse": (...args: any[]) => void;
28
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormSearchFormProps>, {
29
- layout: string;
30
- hideRequiredMark: boolean;
31
- colon: boolean;
32
- labelAlign: string;
33
- validateOnRuleChange: boolean;
34
- validateTrigger: string;
35
- defaultCollapse: boolean;
36
- extraInAction: boolean;
37
- forceExpand: boolean;
38
- countPerRow: number;
39
- collapse: undefined;
40
- customReset: boolean;
41
- }>>> & {
23
+ }, string, PublicProps, Readonly<Omit<Partial< ExtractPropTypes<{
24
+ layout: VueTypeDef<string>;
25
+ labelCol: {
26
+ type: PropType<Partial< ExtractPropTypes<{
27
+ span: (StringConstructor | NumberConstructor)[];
28
+ order: (StringConstructor | NumberConstructor)[];
29
+ offset: (StringConstructor | NumberConstructor)[];
30
+ push: (StringConstructor | NumberConstructor)[];
31
+ pull: (StringConstructor | NumberConstructor)[];
32
+ xs: {
33
+ type: PropType<string | number | ColSize>;
34
+ default: string | number | ColSize;
35
+ };
36
+ sm: {
37
+ type: PropType<string | number | ColSize>;
38
+ default: string | number | ColSize;
39
+ };
40
+ md: {
41
+ type: PropType<string | number | ColSize>;
42
+ default: string | number | ColSize;
43
+ };
44
+ lg: {
45
+ type: PropType<string | number | ColSize>;
46
+ default: string | number | ColSize;
47
+ };
48
+ xl: {
49
+ type: PropType<string | number | ColSize>;
50
+ default: string | number | ColSize;
51
+ };
52
+ xxl: {
53
+ type: PropType<string | number | ColSize>;
54
+ default: string | number | ColSize;
55
+ };
56
+ prefixCls: StringConstructor;
57
+ flex: (StringConstructor | NumberConstructor)[];
58
+ }>> & HTMLAttributes>;
59
+ default: Partial< ExtractPropTypes<{
60
+ span: (StringConstructor | NumberConstructor)[];
61
+ order: (StringConstructor | NumberConstructor)[];
62
+ offset: (StringConstructor | NumberConstructor)[];
63
+ push: (StringConstructor | NumberConstructor)[];
64
+ pull: (StringConstructor | NumberConstructor)[];
65
+ xs: {
66
+ type: PropType<string | number | ColSize>;
67
+ default: string | number | ColSize;
68
+ };
69
+ sm: {
70
+ type: PropType<string | number | ColSize>;
71
+ default: string | number | ColSize;
72
+ };
73
+ md: {
74
+ type: PropType<string | number | ColSize>;
75
+ default: string | number | ColSize;
76
+ };
77
+ lg: {
78
+ type: PropType<string | number | ColSize>;
79
+ default: string | number | ColSize;
80
+ };
81
+ xl: {
82
+ type: PropType<string | number | ColSize>;
83
+ default: string | number | ColSize;
84
+ };
85
+ xxl: {
86
+ type: PropType<string | number | ColSize>;
87
+ default: string | number | ColSize;
88
+ };
89
+ prefixCls: StringConstructor;
90
+ flex: (StringConstructor | NumberConstructor)[];
91
+ }>> & HTMLAttributes;
92
+ };
93
+ wrapperCol: {
94
+ type: PropType<Partial< ExtractPropTypes<{
95
+ span: (StringConstructor | NumberConstructor)[];
96
+ order: (StringConstructor | NumberConstructor)[];
97
+ offset: (StringConstructor | NumberConstructor)[];
98
+ push: (StringConstructor | NumberConstructor)[];
99
+ pull: (StringConstructor | NumberConstructor)[];
100
+ xs: {
101
+ type: PropType<string | number | ColSize>;
102
+ default: string | number | ColSize;
103
+ };
104
+ sm: {
105
+ type: PropType<string | number | ColSize>;
106
+ default: string | number | ColSize;
107
+ };
108
+ md: {
109
+ type: PropType<string | number | ColSize>;
110
+ default: string | number | ColSize;
111
+ };
112
+ lg: {
113
+ type: PropType<string | number | ColSize>;
114
+ default: string | number | ColSize;
115
+ };
116
+ xl: {
117
+ type: PropType<string | number | ColSize>;
118
+ default: string | number | ColSize;
119
+ };
120
+ xxl: {
121
+ type: PropType<string | number | ColSize>;
122
+ default: string | number | ColSize;
123
+ };
124
+ prefixCls: StringConstructor;
125
+ flex: (StringConstructor | NumberConstructor)[];
126
+ }>> & HTMLAttributes>;
127
+ default: Partial< ExtractPropTypes<{
128
+ span: (StringConstructor | NumberConstructor)[];
129
+ order: (StringConstructor | NumberConstructor)[];
130
+ offset: (StringConstructor | NumberConstructor)[];
131
+ push: (StringConstructor | NumberConstructor)[];
132
+ pull: (StringConstructor | NumberConstructor)[];
133
+ xs: {
134
+ type: PropType<string | number | ColSize>;
135
+ default: string | number | ColSize;
136
+ };
137
+ sm: {
138
+ type: PropType<string | number | ColSize>;
139
+ default: string | number | ColSize;
140
+ };
141
+ md: {
142
+ type: PropType<string | number | ColSize>;
143
+ default: string | number | ColSize;
144
+ };
145
+ lg: {
146
+ type: PropType<string | number | ColSize>;
147
+ default: string | number | ColSize;
148
+ };
149
+ xl: {
150
+ type: PropType<string | number | ColSize>;
151
+ default: string | number | ColSize;
152
+ };
153
+ xxl: {
154
+ type: PropType<string | number | ColSize>;
155
+ default: string | number | ColSize;
156
+ };
157
+ prefixCls: StringConstructor;
158
+ flex: (StringConstructor | NumberConstructor)[];
159
+ }>> & HTMLAttributes;
160
+ };
161
+ colon: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ labelAlign: {
166
+ type: PropType<FormLabelAlign>;
167
+ default: FormLabelAlign;
168
+ };
169
+ labelWrap: {
170
+ type: BooleanConstructor;
171
+ default: boolean;
172
+ };
173
+ prefixCls: StringConstructor;
174
+ requiredMark: {
175
+ type: PropType<"" | RequiredMark>;
176
+ default: "" | RequiredMark;
177
+ };
178
+ hideRequiredMark: {
179
+ type: BooleanConstructor;
180
+ default: boolean;
181
+ };
182
+ model: VueTypeValidableDef<{
183
+ [key: string]: any;
184
+ }> & {
185
+ default: () => {
186
+ [key: string]: any;
187
+ };
188
+ };
189
+ rules: {
190
+ type: PropType<{
191
+ [k: string]: RuleObject | RuleObject[];
192
+ }>;
193
+ default: {
194
+ [k: string]: RuleObject | RuleObject[];
195
+ };
196
+ };
197
+ validateMessages: {
198
+ type: PropType<ValidateMessages>;
199
+ default: ValidateMessages;
200
+ };
201
+ validateOnRuleChange: {
202
+ type: BooleanConstructor;
203
+ default: boolean;
204
+ };
205
+ scrollToFirstError: {
206
+ default: boolean | Options<any>;
207
+ type: PropType<boolean | Options<any>>;
208
+ };
209
+ onSubmit: {
210
+ type: PropType<(e: Event) => void>;
211
+ default: (e: Event) => void;
212
+ };
213
+ name: StringConstructor;
214
+ validateTrigger: {
215
+ type: PropType<string | string[]>;
216
+ default: string | string[];
217
+ };
218
+ size: {
219
+ type: PropType<ButtonSize>;
220
+ default: ButtonSize;
221
+ };
222
+ disabled: {
223
+ type: BooleanConstructor;
224
+ default: boolean;
225
+ };
226
+ onValuesChange: {
227
+ type: PropType<(changedValues: any, values: any) => void>;
228
+ default: (changedValues: any, values: any) => void;
229
+ };
230
+ onFieldsChange: {
231
+ type: PropType<(changedFields: FieldData[], allFields: FieldData[]) => void>;
232
+ default: (changedFields: FieldData[], allFields: FieldData[]) => void;
233
+ };
234
+ onFinish: {
235
+ type: PropType<(values: any) => void>;
236
+ default: (values: any) => void;
237
+ };
238
+ onFinishFailed: {
239
+ type: PropType<(errorInfo: ValidateErrorEntity<any>) => void>;
240
+ default: (errorInfo: ValidateErrorEntity<any>) => void;
241
+ };
242
+ onValidate: {
243
+ type: PropType<(name: string | number | string[] | number[], status: boolean, errors: string[]) => void>;
244
+ default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
245
+ };
246
+ }>>, "model"> & {
247
+ initialValues?: Recordable;
248
+ onValuesChange?: (changedValues: Recordable, allValues: Recordable) => void;
249
+ } & {
250
+ collapse?: boolean;
251
+ defaultCollapse?: boolean;
252
+ 'onUpdate:collapse'?: (collapse?: boolean) => void;
253
+ searchText?: string;
254
+ resetText?: string;
255
+ onSubmit?: (values: any) => void;
256
+ onReset?: () => void;
257
+ customReset?: boolean;
258
+ extraInAction?: boolean;
259
+ forceExpand?: boolean;
260
+ countPerRow?: number;
261
+ submitLoading?: boolean;
262
+ } & {
42
263
  "onUpdate:collapse"?: ((...args: any[]) => any) | undefined;
43
- }, {
264
+ }>, {
44
265
  collapse: boolean;
45
266
  layout: string;
46
267
  validateTrigger: string | string[];
@@ -53,28 +274,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
53
274
  customReset: boolean;
54
275
  extraInAction: boolean;
55
276
  forceExpand: boolean;
56
- }, {}>;
277
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
57
278
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
58
279
  export default _default;
59
- type __VLS_WithDefaults<P, D> = {
60
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
61
- default: D[K];
62
- }> : P[K];
63
- };
64
- type __VLS_Prettify<T> = {
65
- [K in keyof T]: T[K];
66
- } & {};
67
280
  type __VLS_WithTemplateSlots<T, S> = T & {
68
281
  new (): {
69
282
  $slots: S;
70
283
  };
71
284
  };
72
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
73
- type __VLS_TypePropsToOption<T> = {
74
- [K in keyof T]-?: {} extends Pick<T, K> ? {
75
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
76
- } : {
77
- type: PropType<T[K]>;
78
- required: true;
79
- };
80
- };
@@ -1,5 +1,5 @@
1
1
  import { APInfoLayoutProps } 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
  header?(_: {}): any;
5
5
  title?(_: {}): any;
@@ -7,37 +7,14 @@ declare function __VLS_template(): {
7
7
  divider?(_: {}): any;
8
8
  content?(_: {}): any;
9
9
  };
10
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<APInfoLayoutProps>, {
11
- toEl: string;
12
- telDisabled: boolean;
13
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<APInfoLayoutProps>, {
14
- toEl: string;
15
- telDisabled: boolean;
16
- }>>>, {
10
+ declare const __VLS_component: DefineComponent<APInfoLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<APInfoLayoutProps & {}>, {
17
11
  toEl: string | HTMLElement;
18
12
  telDisabled: boolean;
19
- }, {}>;
13
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
20
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
15
  export default _default;
22
- type __VLS_WithDefaults<P, D> = {
23
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
- default: D[K];
25
- }> : P[K];
26
- };
27
- type __VLS_Prettify<T> = {
28
- [K in keyof T]: T[K];
29
- } & {};
30
16
  type __VLS_WithTemplateSlots<T, S> = T & {
31
17
  new (): {
32
18
  $slots: S;
33
19
  };
34
20
  };
35
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- type __VLS_TypePropsToOption<T> = {
37
- [K in keyof T]-?: {} extends Pick<T, K> ? {
38
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
39
- } : {
40
- type: PropType<T[K]>;
41
- required: true;
42
- };
43
- };
@@ -1,9 +1,9 @@
1
1
  import { ApListProps } from './interface';
2
2
  import { Recordable } from '../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
4
4
  import { ApFormSearchFormExpose } from '..';
5
5
  declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
- props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>>, never>, never> & ApListProps<RecordType>> & PublicProps;
6
+ props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}>, never>, never> & ApListProps<RecordType>> & PublicProps;
7
7
  expose(exposed: ShallowUnwrapRef<{
8
8
  submit: () => void;
9
9
  reset: () => void;
@@ -15,7 +15,7 @@ declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable
15
15
  slots: ReturnType<() => {
16
16
  header?(_: {
17
17
  formIns: {
18
- form: Ref< ApFormSearchFormExpose | undefined>;
18
+ form: Ref< ApFormSearchFormExpose | undefined, ApFormSearchFormExpose | undefined>;
19
19
  };
20
20
  submit: () => void;
21
21
  reset: () => void;
@@ -1,8 +1,8 @@
1
1
  import { ApColumnType, ApTableProps } from './interface';
2
- import { ComputedRef, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { ComputedRef, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
3
  import { RowSelectionReturnType } from './hooks/use-table-row-selection';
4
4
  declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
- props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>>, never>, never> & ApTableProps<RecordType>> & PublicProps;
5
+ props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}>, never>, never> & ApTableProps<RecordType>> & PublicProps;
6
6
  expose(exposed: ShallowUnwrapRef<{
7
7
  submit: () => void;
8
8
  reset: () => void;
@@ -1,27 +1,6 @@
1
1
  import { ApTableIndexProps } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTableIndexProps>, {
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<ApTableIndexProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableIndexProps & {}>, {
4
4
  bordered: boolean;
5
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTableIndexProps>, {
6
- bordered: boolean;
7
- }>>>, {
8
- bordered: boolean;
9
- }, {}>;
5
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
10
6
  export default _default;
11
- type __VLS_WithDefaults<P, D> = {
12
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
13
- default: D[K];
14
- }> : P[K];
15
- };
16
- type __VLS_Prettify<T> = {
17
- [K in keyof T]: T[K];
18
- } & {};
19
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToOption<T> = {
21
- [K in keyof T]-?: {} extends Pick<T, K> ? {
22
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
23
- } : {
24
- type: PropType<T[K]>;
25
- required: true;
26
- };
27
- };
@@ -1,13 +1,4 @@
1
1
  import { ApTableStatusProps } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- declare const _default: DefineComponent<__VLS_TypePropsToOption<ApTableStatusProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ApTableStatusProps>>>, {}, {}>;
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<ApTableStatusProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableStatusProps & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
4
4
  export default _default;
5
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
- type __VLS_TypePropsToOption<T> = {
7
- [K in keyof T]-?: {} extends Pick<T, K> ? {
8
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
9
- } : {
10
- type: PropType<T[K]>;
11
- required: true;
12
- };
13
- };