@aplus-frontend/ui 0.1.8 → 0.1.10

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 (359) hide show
  1. package/es/index.mjs +57 -56
  2. package/es/src/ap-action/group/index.vue.d.ts +30 -3
  3. package/es/src/ap-action/item/index.vue.d.ts +30 -3
  4. package/es/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
  5. package/es/src/ap-action/item-modal/index.vue.d.ts +33 -6
  6. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
  7. package/es/src/ap-custom-column/column-select.vue.d.ts +14 -5
  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 +14 -5
  10. package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
  11. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
  12. package/es/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
  13. package/es/src/ap-download/ap-download.vue.d.ts +28 -3
  14. package/es/src/ap-field/checkbox/index.vue.d.ts +31 -40
  15. package/es/src/ap-field/date/index.vue.d.ts +64 -19
  16. package/es/src/ap-field/date-range/index.vue.d.ts +66 -20
  17. package/es/src/ap-field/interface.d.ts +4 -0
  18. package/es/src/ap-field/number/index.vue.d.ts +42 -138
  19. package/es/src/ap-field/radio/index.vue.d.ts +31 -51
  20. package/es/src/ap-field/rate/index.vue.d.ts +39 -46
  21. package/es/src/ap-field/segmented/index.vue.d.ts +32 -47
  22. package/es/src/ap-field/select/index.vue.d.ts +65 -192
  23. package/es/src/ap-field/select/index.vue.mjs +36 -31
  24. package/es/src/ap-field/slider/index.vue.d.ts +40 -115
  25. package/es/src/ap-field/switch/index.vue.d.ts +35 -60
  26. package/es/src/ap-field/text/index.vue.d.ts +38 -105
  27. package/es/src/ap-field/text/password.vue.d.ts +45 -113
  28. package/es/src/ap-field/text-area/index.vue.d.ts +38 -117
  29. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
  30. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +25 -30
  31. package/es/src/ap-form/ap-form-item.vue.d.ts +38 -128
  32. package/es/src/ap-form/ap-form-item.vue.mjs +52 -42
  33. package/es/src/ap-form/ap-form-list.vue.d.ts +11 -2
  34. package/es/src/ap-form/ap-form.vue.d.ts +36 -238
  35. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  36. package/es/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
  37. package/es/src/ap-form/items/date/index.vue.d.ts +37 -131
  38. package/es/src/ap-form/items/date-range/index.vue.d.ts +37 -131
  39. package/es/src/ap-form/items/number/index.vue.d.ts +38 -132
  40. package/es/src/ap-form/items/radio/index.vue.d.ts +38 -8
  41. package/es/src/ap-form/items/select/index.vue.d.ts +38 -132
  42. package/es/src/ap-form/items/switch/index.vue.d.ts +39 -7
  43. package/es/src/ap-form/items/text/index.vue.d.ts +38 -132
  44. package/es/src/ap-form/items/text/password.vue.d.ts +38 -132
  45. package/es/src/ap-form/items/text-area/index.vue.d.ts +38 -9
  46. package/es/src/ap-form/modal-form/index.vue.d.ts +52 -17
  47. package/es/src/ap-form/search-form/index.vue.d.ts +50 -254
  48. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +30 -3
  49. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +33 -23
  50. package/es/src/ap-list/index.vue.d.ts +3 -3
  51. package/es/src/ap-table/ap-table.vue.d.ts +2 -2
  52. package/es/src/ap-table/ap-table.vue.mjs +158 -147
  53. package/es/src/ap-table/components/index/index.vue.d.ts +24 -3
  54. package/es/src/ap-table/components/status/index.vue.d.ts +11 -2
  55. package/es/src/ap-table/constants.d.ts +12396 -4527
  56. package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  57. package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -10
  58. package/es/src/ap-table/hooks/use-table-paging.mjs +63 -63
  59. package/es/src/ap-table/interface.d.ts +13 -1
  60. package/es/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
  61. package/es/src/ap-tag/ap-tag-group.vue.mjs +88 -88
  62. package/es/src/ap-tag/ap-tag.vue.d.ts +28 -3
  63. package/es/src/ap-upload/apUpload.vue.d.ts +48 -23
  64. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  65. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
  66. package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  67. package/es/src/base-button/button.vue.d.ts +24 -3
  68. package/es/src/base-button/index.d.ts +110 -7
  69. package/es/src/base-button/modal-button.vue.d.ts +14 -8
  70. package/es/src/base-button/pop-confirm-button.vue.d.ts +10 -7
  71. package/es/src/basic/arrow.vue.d.ts +11 -2
  72. package/es/src/basic/help.vue.d.ts +50 -324
  73. package/es/src/basic/index.d.ts +202 -667
  74. package/es/src/basic/title.vue.d.ts +24 -3
  75. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
  76. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
  77. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +53 -48
  78. package/es/src/business/ap-export-group/interface.d.ts +4 -0
  79. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
  80. package/es/src/business/ap-label/ApLabel.vue.d.ts +40 -45
  81. package/es/src/business/ap-label/ApLabel.vue2.mjs +54 -39
  82. package/es/src/business/ap-label/ApLabelGroup.d.ts +43 -0
  83. package/es/src/business/ap-label/ApLabelGroup.mjs +30 -0
  84. package/es/src/business/ap-label/constans.d.ts +20 -0
  85. package/es/src/business/ap-label/constans.mjs +21 -0
  86. package/es/src/business/ap-label/interface.d.ts +21 -2
  87. package/es/src/business/ap-label/style.css +26 -1
  88. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  89. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
  90. package/es/src/business/ap-status/ApStatus.vue.d.ts +28 -3
  91. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
  92. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
  93. package/es/src/business/index.d.ts +995 -201
  94. package/es/src/business/index.mjs +21 -19
  95. package/es/src/business/title/ApTitle.vue.d.ts +32 -3
  96. package/es/src/button/button.vue.d.ts +11 -2
  97. package/es/src/button/index.d.ts +32 -16
  98. package/es/src/check-card/group.vue.d.ts +41 -17
  99. package/es/src/check-card/index.vue.d.ts +35 -20
  100. package/es/src/config-provider/config-provider.d.ts +137 -41
  101. package/es/src/config-provider/index.d.ts +545 -161
  102. package/es/src/container/collapse/header.vue.d.ts +13 -11
  103. package/es/src/container/collapse/index.vue.d.ts +40 -11
  104. package/es/src/container/index.d.ts +119 -40
  105. package/es/src/container/scroll-container.vue.d.ts +12 -3
  106. package/es/src/count-down/button.vue.d.ts +24 -3
  107. package/es/src/count-down/index.d.ts +111 -12
  108. package/es/src/count-down/input.vue.d.ts +24 -3
  109. package/es/src/cropper/cropper-avatar.vue.d.ts +33 -6
  110. package/es/src/cropper/cropper-image.vue.d.ts +36 -5
  111. package/es/src/cropper/cropper-modal.vue.d.ts +21 -13
  112. package/es/src/cropper/index.d.ts +269 -24
  113. package/es/src/description/description.vue.d.ts +45 -15
  114. package/es/src/description/index.d.ts +171 -51
  115. package/es/src/dropdown/dropdown.vue.d.ts +30 -5
  116. package/es/src/dropdown/index.d.ts +76 -12
  117. package/es/src/editable-table/form-item.vue.d.ts +4 -4
  118. package/es/src/editable-table/index.vue.d.ts +4 -4
  119. package/es/src/hooks/useControllableValue.d.ts +1 -1
  120. package/es/src/icon/icon.vue.d.ts +29 -3
  121. package/es/src/icon/index.d.ts +159 -12
  122. package/es/src/icon/svg-icon.vue.d.ts +28 -3
  123. package/es/src/icon-picker/icon-picker.vue.d.ts +38 -5
  124. package/es/src/icon-picker/index.d.ts +139 -12
  125. package/es/src/index.mjs +184 -183
  126. package/es/src/modal/basic.vue.d.ts +117 -147
  127. package/es/src/modal/components/modal-close.vue.d.ts +26 -5
  128. package/es/src/modal/components/modal-footer.vue.d.ts +116 -146
  129. package/es/src/modal/components/modal-header.vue.d.ts +11 -2
  130. package/es/src/modal/components/modal-wrapper.vue.d.ts +43 -19
  131. package/es/src/modal/components/modal.d.ts +115 -145
  132. package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  133. package/es/src/modal/index.d.ts +462 -287
  134. package/es/src/pro-form/components/api-cascader.vue.d.ts +38 -5
  135. package/es/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
  136. package/es/src/pro-form/components/api-select.vue.d.ts +38 -5
  137. package/es/src/pro-form/components/api-transfer.vue.d.ts +40 -5
  138. package/es/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
  139. package/es/src/pro-form/components/api-tree.vue.d.ts +28 -5
  140. package/es/src/pro-form/components/form-action.vue.d.ts +38 -5
  141. package/es/src/pro-form/components/form-item.vue.d.ts +34 -14
  142. package/es/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
  143. package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
  144. package/es/src/pro-form/pro-form.vue.d.ts +57 -6
  145. package/es/src/pro-form/table-form-inner.vue.d.ts +34 -5
  146. package/es/src/pro-form/table-form.vue.d.ts +29 -4
  147. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
  148. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
  149. package/es/src/pro-table/components/header-cell.vue.d.ts +9 -726
  150. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  151. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  152. package/es/src/pro-table/components/settings/index.vue.d.ts +11 -8
  153. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  154. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  155. package/es/src/pro-table/components/table-action.vue.d.ts +24 -10
  156. package/es/src/pro-table/components/table-footer.vue.d.ts +30 -5
  157. package/es/src/pro-table/components/table-header.vue.d.ts +31 -15
  158. package/es/src/pro-table/components/table-image.vue.d.ts +32 -3
  159. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
  160. package/es/src/pro-table/components/table-title.vue.d.ts +13 -7
  161. package/es/src/pro-table/pro-table.vue.d.ts +61 -8
  162. package/es/src/prompt/dialog.vue.d.ts +11 -2
  163. package/es/src/scroll-bar/bar-item.d.ts +9 -10
  164. package/es/src/scroll-bar/index.d.ts +135 -12
  165. package/es/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
  166. package/es/src/strength-meter/index.d.ts +55 -12
  167. package/es/src/strength-meter/strength-meter.vue.d.ts +26 -5
  168. package/es/src/tests/wrapper.d.ts +6 -3
  169. package/es/src/theme/antd-global-overwrite/admin/button.css +3 -0
  170. package/es/src/theme/antd-global-overwrite/admin/index.css +3 -0
  171. package/es/src/theme/antd-global-overwrite/aplus/button.css +3 -0
  172. package/es/src/theme/antd-global-overwrite/aplus/index.css +3 -0
  173. package/es/src/theme/ap-label/ap-label.css +26 -1
  174. package/es/src/transition/collapse-transition.vue.d.ts +2 -2
  175. package/es/src/transition/create-transition.d.ts +25 -13
  176. package/es/src/transition/index.d.ts +193 -88
  177. package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
  178. package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
  179. package/es/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
  180. package/lib/index.js +1 -1
  181. package/lib/src/ap-action/group/index.vue.d.ts +30 -3
  182. package/lib/src/ap-action/item/index.vue.d.ts +30 -3
  183. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
  184. package/lib/src/ap-action/item-modal/index.vue.d.ts +33 -6
  185. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
  186. package/lib/src/ap-custom-column/column-select.vue.d.ts +14 -5
  187. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  188. package/lib/src/ap-custom-column/custom-column.vue.d.ts +14 -5
  189. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  190. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
  191. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
  192. package/lib/src/ap-download/ap-download.vue.d.ts +28 -3
  193. package/lib/src/ap-field/checkbox/index.vue.d.ts +31 -40
  194. package/lib/src/ap-field/date/index.vue.d.ts +64 -19
  195. package/lib/src/ap-field/date-range/index.vue.d.ts +66 -20
  196. package/lib/src/ap-field/interface.d.ts +4 -0
  197. package/lib/src/ap-field/number/index.vue.d.ts +42 -138
  198. package/lib/src/ap-field/radio/index.vue.d.ts +31 -51
  199. package/lib/src/ap-field/rate/index.vue.d.ts +39 -46
  200. package/lib/src/ap-field/segmented/index.vue.d.ts +32 -47
  201. package/lib/src/ap-field/select/index.vue.d.ts +65 -192
  202. package/lib/src/ap-field/select/index.vue.js +1 -1
  203. package/lib/src/ap-field/slider/index.vue.d.ts +40 -115
  204. package/lib/src/ap-field/switch/index.vue.d.ts +35 -60
  205. package/lib/src/ap-field/text/index.vue.d.ts +38 -105
  206. package/lib/src/ap-field/text/password.vue.d.ts +45 -113
  207. package/lib/src/ap-field/text-area/index.vue.d.ts +38 -117
  208. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
  209. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  210. package/lib/src/ap-form/ap-form-item.vue.d.ts +38 -128
  211. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  212. package/lib/src/ap-form/ap-form-list.vue.d.ts +11 -2
  213. package/lib/src/ap-form/ap-form.vue.d.ts +36 -238
  214. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  215. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
  216. package/lib/src/ap-form/items/date/index.vue.d.ts +37 -131
  217. package/lib/src/ap-form/items/date-range/index.vue.d.ts +37 -131
  218. package/lib/src/ap-form/items/number/index.vue.d.ts +38 -132
  219. package/lib/src/ap-form/items/radio/index.vue.d.ts +38 -8
  220. package/lib/src/ap-form/items/select/index.vue.d.ts +38 -132
  221. package/lib/src/ap-form/items/switch/index.vue.d.ts +39 -7
  222. package/lib/src/ap-form/items/text/index.vue.d.ts +38 -132
  223. package/lib/src/ap-form/items/text/password.vue.d.ts +38 -132
  224. package/lib/src/ap-form/items/text-area/index.vue.d.ts +38 -9
  225. package/lib/src/ap-form/modal-form/index.vue.d.ts +52 -17
  226. package/lib/src/ap-form/search-form/index.vue.d.ts +50 -254
  227. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +30 -3
  228. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -1
  229. package/lib/src/ap-list/index.vue.d.ts +3 -3
  230. package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
  231. package/lib/src/ap-table/ap-table.vue.js +1 -1
  232. package/lib/src/ap-table/components/index/index.vue.d.ts +24 -3
  233. package/lib/src/ap-table/components/status/index.vue.d.ts +11 -2
  234. package/lib/src/ap-table/constants.d.ts +12396 -4527
  235. package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  236. package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -10
  237. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  238. package/lib/src/ap-table/interface.d.ts +13 -1
  239. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
  240. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  241. package/lib/src/ap-tag/ap-tag.vue.d.ts +28 -3
  242. package/lib/src/ap-upload/apUpload.vue.d.ts +48 -23
  243. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  244. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
  245. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  246. package/lib/src/base-button/button.vue.d.ts +24 -3
  247. package/lib/src/base-button/index.d.ts +110 -7
  248. package/lib/src/base-button/modal-button.vue.d.ts +14 -8
  249. package/lib/src/base-button/pop-confirm-button.vue.d.ts +10 -7
  250. package/lib/src/basic/arrow.vue.d.ts +11 -2
  251. package/lib/src/basic/help.vue.d.ts +50 -324
  252. package/lib/src/basic/index.d.ts +202 -667
  253. package/lib/src/basic/title.vue.d.ts +24 -3
  254. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
  255. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
  256. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  257. package/lib/src/business/ap-export-group/interface.d.ts +4 -0
  258. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
  259. package/lib/src/business/ap-label/ApLabel.vue.d.ts +40 -45
  260. package/lib/src/business/ap-label/ApLabel.vue2.js +1 -1
  261. package/lib/src/business/ap-label/ApLabelGroup.d.ts +43 -0
  262. package/lib/src/business/ap-label/ApLabelGroup.js +1 -0
  263. package/lib/src/business/ap-label/constans.d.ts +20 -0
  264. package/lib/src/business/ap-label/constans.js +1 -0
  265. package/lib/src/business/ap-label/interface.d.ts +21 -2
  266. package/lib/src/business/ap-label/style.css +26 -1
  267. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  268. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  269. package/lib/src/business/ap-status/ApStatus.vue.d.ts +28 -3
  270. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
  271. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
  272. package/lib/src/business/index.d.ts +995 -201
  273. package/lib/src/business/index.js +1 -1
  274. package/lib/src/business/title/ApTitle.vue.d.ts +32 -3
  275. package/lib/src/button/button.vue.d.ts +11 -2
  276. package/lib/src/button/index.d.ts +32 -16
  277. package/lib/src/check-card/group.vue.d.ts +41 -17
  278. package/lib/src/check-card/index.vue.d.ts +35 -20
  279. package/lib/src/config-provider/config-provider.d.ts +137 -41
  280. package/lib/src/config-provider/index.d.ts +545 -161
  281. package/lib/src/container/collapse/header.vue.d.ts +13 -11
  282. package/lib/src/container/collapse/index.vue.d.ts +40 -11
  283. package/lib/src/container/index.d.ts +119 -40
  284. package/lib/src/container/scroll-container.vue.d.ts +12 -3
  285. package/lib/src/count-down/button.vue.d.ts +24 -3
  286. package/lib/src/count-down/index.d.ts +111 -12
  287. package/lib/src/count-down/input.vue.d.ts +24 -3
  288. package/lib/src/cropper/cropper-avatar.vue.d.ts +33 -6
  289. package/lib/src/cropper/cropper-image.vue.d.ts +36 -5
  290. package/lib/src/cropper/cropper-modal.vue.d.ts +21 -13
  291. package/lib/src/cropper/index.d.ts +269 -24
  292. package/lib/src/description/description.vue.d.ts +45 -15
  293. package/lib/src/description/index.d.ts +171 -51
  294. package/lib/src/dropdown/dropdown.vue.d.ts +30 -5
  295. package/lib/src/dropdown/index.d.ts +76 -12
  296. package/lib/src/editable-table/form-item.vue.d.ts +4 -4
  297. package/lib/src/editable-table/index.vue.d.ts +4 -4
  298. package/lib/src/hooks/useControllableValue.d.ts +1 -1
  299. package/lib/src/icon/icon.vue.d.ts +29 -3
  300. package/lib/src/icon/index.d.ts +159 -12
  301. package/lib/src/icon/svg-icon.vue.d.ts +28 -3
  302. package/lib/src/icon-picker/icon-picker.vue.d.ts +38 -5
  303. package/lib/src/icon-picker/index.d.ts +139 -12
  304. package/lib/src/index.js +1 -1
  305. package/lib/src/modal/basic.vue.d.ts +117 -147
  306. package/lib/src/modal/components/modal-close.vue.d.ts +26 -5
  307. package/lib/src/modal/components/modal-footer.vue.d.ts +116 -146
  308. package/lib/src/modal/components/modal-header.vue.d.ts +11 -2
  309. package/lib/src/modal/components/modal-wrapper.vue.d.ts +43 -19
  310. package/lib/src/modal/components/modal.d.ts +115 -145
  311. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  312. package/lib/src/modal/index.d.ts +462 -287
  313. package/lib/src/pro-form/components/api-cascader.vue.d.ts +38 -5
  314. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
  315. package/lib/src/pro-form/components/api-select.vue.d.ts +38 -5
  316. package/lib/src/pro-form/components/api-transfer.vue.d.ts +40 -5
  317. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
  318. package/lib/src/pro-form/components/api-tree.vue.d.ts +28 -5
  319. package/lib/src/pro-form/components/form-action.vue.d.ts +38 -5
  320. package/lib/src/pro-form/components/form-item.vue.d.ts +34 -14
  321. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
  322. package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
  323. package/lib/src/pro-form/pro-form.vue.d.ts +57 -6
  324. package/lib/src/pro-form/table-form-inner.vue.d.ts +34 -5
  325. package/lib/src/pro-form/table-form.vue.d.ts +29 -4
  326. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
  327. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
  328. package/lib/src/pro-table/components/header-cell.vue.d.ts +9 -726
  329. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  330. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  331. package/lib/src/pro-table/components/settings/index.vue.d.ts +11 -8
  332. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  333. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  334. package/lib/src/pro-table/components/table-action.vue.d.ts +24 -10
  335. package/lib/src/pro-table/components/table-footer.vue.d.ts +30 -5
  336. package/lib/src/pro-table/components/table-header.vue.d.ts +31 -15
  337. package/lib/src/pro-table/components/table-image.vue.d.ts +32 -3
  338. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
  339. package/lib/src/pro-table/components/table-title.vue.d.ts +13 -7
  340. package/lib/src/pro-table/pro-table.vue.d.ts +61 -8
  341. package/lib/src/prompt/dialog.vue.d.ts +11 -2
  342. package/lib/src/scroll-bar/bar-item.d.ts +9 -10
  343. package/lib/src/scroll-bar/index.d.ts +135 -12
  344. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
  345. package/lib/src/strength-meter/index.d.ts +55 -12
  346. package/lib/src/strength-meter/strength-meter.vue.d.ts +26 -5
  347. package/lib/src/tests/wrapper.d.ts +6 -3
  348. package/lib/src/theme/antd-global-overwrite/admin/button.css +3 -0
  349. package/lib/src/theme/antd-global-overwrite/admin/index.css +3 -0
  350. package/lib/src/theme/antd-global-overwrite/aplus/button.css +3 -0
  351. package/lib/src/theme/antd-global-overwrite/aplus/index.css +3 -0
  352. package/lib/src/theme/ap-label/ap-label.css +26 -1
  353. package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
  354. package/lib/src/transition/create-transition.d.ts +25 -13
  355. package/lib/src/transition/index.d.ts +193 -88
  356. package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
  357. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  358. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
  359. package/package.json +4 -4
@@ -1,22 +1,22 @@
1
- import { defineComponent as le, useSlots as ne, computed as s, createVNode as d, mergeProps as i, unref as l, watch as se, openBlock as p, createElementBlock as g, normalizeClass as T, normalizeStyle as x, createSlots as K, withCtx as c, Fragment as de, renderList as V, createBlock as ue, resolveDynamicComponent as ie, renderSlot as v, createCommentVNode as z, createElementVNode as D, toDisplayString as pe, normalizeProps as ce, guardReactiveProps as fe } from "vue";
2
- import { Typography as me, Table as ye, Tooltip as ge } from "ant-design-vue";
3
- import { useToken as Se } from "ant-design-vue/es/theme/internal";
4
- import { ApForm as be } from "../ap-form/index.mjs";
5
- import { apTableRenderItemMap as he, noRenderAsFormItemValueList as N, apTableFormItemMap as we } from "./constants.mjs";
1
+ import { defineComponent as ie, useSlots as ce, computed as s, createVNode as d, Fragment as z, mergeProps as i, unref as l, watch as pe, openBlock as c, createElementBlock as S, normalizeClass as F, normalizeStyle as x, createSlots as D, withCtx as p, renderList as j, createBlock as fe, resolveDynamicComponent as me, renderSlot as B, createCommentVNode as W, createElementVNode as _, toDisplayString as ye, normalizeProps as ge, guardReactiveProps as Se } from "vue";
2
+ import { Typography as be, Table as he, Tooltip as we } from "ant-design-vue";
3
+ import { useToken as Re } from "ant-design-vue/es/theme/internal";
4
+ import { ApForm as Ce } from "../ap-form/index.mjs";
5
+ import { apTableRenderItemMap as Te, noRenderAsFormItemValueList as A, apTableFormItemMap as Fe } from "./constants.mjs";
6
6
  import "../config-provider/index.mjs";
7
- import { useTablePaging as Re } from "./hooks/use-table-paging.mjs";
8
- import { omit as j, isUndefined as u, isBoolean as Ce } from "lodash-unified";
7
+ import { useTablePaging as xe } from "./hooks/use-table-paging.mjs";
8
+ import { omit as q, isUndefined as u, isBoolean as Be } from "lodash-unified";
9
9
  import "./style/ap-table.css";
10
- import { QuestionCircleOutlined as Fe } from "@ant-design/icons-vue";
11
- import { apColumnToColumn as Te, getTableRenderType as xe, getTableRenderProps as ve, getColumnOrder as W, updateFormProps as Be, getFieldProps as Pe, getPlaceholder as Ie } from "./utils.mjs";
12
- import ke from "./hooks/use-table-content-height.mjs";
13
- import { getRawDisplayValue as Le } from "../editable-table/utils.mjs";
14
- import Ee from "./hooks/use-table-row-selection.mjs";
15
- import { useLocale as Oe } from "../config-provider/hooks/use-locale.mjs";
16
- import { useNamespace as Ke } from "../config-provider/hooks/use-namespace.mjs";
17
- const Ve = {
10
+ import { QuestionCircleOutlined as ve } from "@ant-design/icons-vue";
11
+ import { apColumnToColumn as Pe, getTableRenderType as Ie, getTableRenderProps as ke, getColumnOrder as H, updateFormProps as Le, getFieldProps as Ee, getPlaceholder as Oe } from "./utils.mjs";
12
+ import Ke from "./hooks/use-table-content-height.mjs";
13
+ import { getRawDisplayValue as Ne } from "../editable-table/utils.mjs";
14
+ import Ve from "./hooks/use-table-row-selection.mjs";
15
+ import { useLocale as ze } from "../config-provider/hooks/use-locale.mjs";
16
+ import { useNamespace as De } from "../config-provider/hooks/use-namespace.mjs";
17
+ const je = {
18
18
  key: 0
19
- }, Ye = /* @__PURE__ */ le({
19
+ }, oa = /* @__PURE__ */ ie({
20
20
  name: "ApTable",
21
21
  __name: "ap-table",
22
22
  props: {
@@ -132,50 +132,61 @@ const Ve = {
132
132
  default: !1
133
133
  }
134
134
  },
135
- setup(_, {
136
- expose: A
135
+ setup($, {
136
+ expose: M
137
137
  }) {
138
- const a = _;
139
- let B = 0;
140
- const P = ne(), [, q] = Se(), {
141
- t: H
142
- } = Oe(), {
143
- e: S,
138
+ const o = $;
139
+ let v = 0;
140
+ const P = ce(), [, Q] = Re(), {
141
+ t: U
142
+ } = ze(), {
143
+ e: b,
144
144
  b: f
145
- } = Ke("ap-table"), {
146
- height: $,
147
- contentRef: M
148
- } = ke(), b = s(() => {
149
- var o;
150
- let e = ((o = a.columns) == null ? void 0 : o.filter((t) => !t.hideInTable)) || [];
151
- return e = e.map((t) => ({
152
- ...j(Te(t), ["ellipsis"]),
145
+ } = De("ap-table"), {
146
+ height: G,
147
+ contentRef: J
148
+ } = Ke(), h = s(() => {
149
+ var t;
150
+ let e = ((t = o.columns) == null ? void 0 : t.filter((a) => !a.hideInTable)) || [];
151
+ return e = e.map((a) => ({
152
+ ...q(Pe(a), ["ellipsis"]),
153
153
  customRender({
154
154
  value: r,
155
155
  ...n
156
156
  }) {
157
- const C = xe(t), O = he[C], re = ve(t, {
157
+ var N, V;
158
+ const g = Ie(a), O = Te[g], de = ke({
159
+ ...a,
160
+ valueType: g
161
+ }, {
158
162
  value: r,
159
163
  ...n
160
- });
161
- let F = ae(t, r, d(O, i(re, {
164
+ }), K = ((N = a.renderText) == null ? void 0 : N.call(a, {
165
+ value: r,
166
+ ...n
167
+ })) || r, ue = a.renderText ? d(z, null, [(V = a.renderText) == null ? void 0 : V.call(a, {
168
+ value: r,
169
+ ...n
170
+ })]) : d(O, i(de, {
162
171
  mode: "read"
163
- }), null));
164
- return t.customRender && (F = t.customRender({
172
+ }), null);
173
+ let T = le(a, K, ue);
174
+ return a.customRender && (T = a.customRender({
165
175
  value: r,
166
176
  ...n,
167
- column: t,
168
- originalNode: F
169
- })), F;
177
+ column: a,
178
+ originalNode: T,
179
+ originalText: K
180
+ })), T;
170
181
  }
171
182
  })), e;
172
183
  }), I = s(() => {
173
- var e, o, t;
174
- return B++, ((t = (o = (e = a.columns) == null ? void 0 : e.filter((r) => !r.hideInSearch && r.dataIndex && (r.valueType || r.customRenderFormItem) && !N.includes(r.valueType))) == null ? void 0 : o.sort((r, n) => {
175
- let C = W(r.order);
176
- return W(n.order) - C;
177
- })) == null ? void 0 : t.map((r) => {
178
- const n = Be(r, Pe(r.fieldProps, {}));
184
+ var e, t, a;
185
+ return v++, ((a = (t = (e = o.columns) == null ? void 0 : e.filter((r) => !r.hideInSearch && r.dataIndex && (r.valueType || r.customRenderFormItem) && !A.includes(r.valueType))) == null ? void 0 : t.sort((r, n) => {
186
+ let g = H(r.order);
187
+ return H(n.order) - g;
188
+ })) == null ? void 0 : a.map((r) => {
189
+ const n = Le(r, Ee(r.fieldProps, {}));
179
190
  return {
180
191
  ...r,
181
192
  fieldProps: {
@@ -183,177 +194,177 @@ const Ve = {
183
194
  name: r.dataIndex,
184
195
  ...n || {},
185
196
  // 格式化placeholder
186
- placeholder: Ie(H, r.valueType, n == null ? void 0 : n.placeholder),
187
- _signal: B
197
+ placeholder: Oe(U, r.valueType, n == null ? void 0 : n.placeholder),
198
+ _signal: v
188
199
  }
189
200
  };
190
201
  })) || [];
191
- }), Q = s(() => l(b).filter((e) => e.sorter === !0).map((e) => e.dataIndex)), U = s(() => l(b).filter((e) => e.filters && !e.onFilter).map((e) => e.dataIndex)), G = s(() => u(a.dataSource) ? y.value.records : a.dataSource), {
192
- rowSelection: h,
202
+ }), X = s(() => l(h).filter((e) => e.sorter === !0).map((e) => e.dataIndex).filter(Boolean)), Y = s(() => l(h).filter((e) => e.filters && !e.onFilter).map((e) => e.dataIndex).filter(Boolean)), Z = s(() => u(o.dataSource) ? y.value.records : o.dataSource), {
203
+ rowSelection: w,
193
204
  selectedRows: k,
194
- ...w
195
- } = Ee({
196
- ...a.rowSelection === !0 ? {} : a.rowSelection,
197
- rowKey: a.rowKey,
198
- dataSource: G
205
+ ...R
206
+ } = Ve({
207
+ ...o.rowSelection === !0 ? {} : o.rowSelection,
208
+ rowKey: o.rowKey,
209
+ dataSource: Z
199
210
  }), {
200
- formRef: R,
211
+ formRef: C,
201
212
  submit: L,
202
213
  reset: E,
203
214
  tableProps: m,
204
- handleTableChange: J,
215
+ handleTableChange: ee,
205
216
  data: y
206
- } = Re({
217
+ } = xe({
207
218
  async request(e) {
208
- var t, r;
209
- !h.value.preserveSelectedRowKeys && u(a.dataSource) && w.clearAll();
210
- const o = await ((t = a.request) == null ? void 0 : t.call(a, e));
211
- return (r = a.onLoad) == null || r.call(a, (o == null ? void 0 : o.data) || []), {
212
- data: (o == null ? void 0 : o.data) || [],
213
- total: (o == null ? void 0 : o.total) || 0
219
+ var a, r;
220
+ !w.value.preserveSelectedRowKeys && u(o.dataSource) && R.clearAll();
221
+ const t = await ((a = o.request) == null ? void 0 : a.call(o, e));
222
+ return (r = o.onLoad) == null || r.call(o, (t == null ? void 0 : t.data) || []), {
223
+ data: (t == null ? void 0 : t.data) || [],
224
+ total: (t == null ? void 0 : t.total) || 0
214
225
  };
215
226
  },
216
- filterFields: l(U),
217
- sortFields: l(Q),
218
- defaultParams: a.params,
219
- defaultData: a.defaultData,
220
- manual: a.manual,
221
- defaultCurrent: a.pagination ? a.pagination.defaultCurrent : void 0,
222
- defaultPageSize: a.pagination ? a.pagination.defaultPageSize : void 0,
223
- formatParams: a.beforeSearchSubmit
224
- }), X = s(() => {
227
+ filterFields: Y,
228
+ sortFields: X,
229
+ defaultParams: o.params,
230
+ defaultData: o.defaultData,
231
+ manual: o.manual,
232
+ defaultCurrent: o.pagination ? o.pagination.defaultCurrent : void 0,
233
+ defaultPageSize: o.pagination ? o.pagination.defaultPageSize : void 0,
234
+ formatParams: o.beforeSearchSubmit
235
+ }), ae = s(() => {
225
236
  var e;
226
- return a.scroll ? a.scroll : a.adaptive && (y.value.total > 0 || (e = a.dataSource) != null && e.length) ? {
227
- y: l($),
237
+ return o.scroll ? o.scroll : o.adaptive && (y.value.total > 0 || (e = o.dataSource) != null && e.length) ? {
238
+ y: l(G),
228
239
  x: "100%"
229
240
  } : {
230
241
  x: !0
231
242
  };
232
- }), Y = s(() => {
243
+ }), oe = s(() => {
233
244
  var e;
234
- if (a.tableLayout)
235
- return a.tableLayout;
236
- if ((e = a.columns) != null && e.some((o) => o.ellipsis))
245
+ if (o.tableLayout)
246
+ return o.tableLayout;
247
+ if ((e = o.columns) != null && e.some((t) => t.ellipsis))
237
248
  return "fixed";
238
- }), Z = s(() => {
249
+ }), te = s(() => {
239
250
  var r;
240
- const e = l(m), o = u(a.dataSource) ? e : {
251
+ const e = l(m), t = u(o.dataSource) ? e : {
241
252
  ...e,
242
- dataSource: a.dataSource,
243
- onChange: a.onChange
244
- }, t = l(h);
253
+ dataSource: o.dataSource,
254
+ onChange: o.onChange
255
+ }, a = l(w);
245
256
  return {
246
- ...a,
247
257
  ...o,
248
- rowSelection: a.rowSelection === !0 || ((r = a.rowSelection) == null ? void 0 : r.mode) === "internal" ? {
249
- ...t,
258
+ ...t,
259
+ rowSelection: o.rowSelection === !0 || ((r = o.rowSelection) == null ? void 0 : r.mode) === "internal" ? {
260
+ ...a,
250
261
  // tips 如果是前端分页,则默认会走缓存
251
- preserveSelectedRowKeys: u(a.dataSource) ? t.preserveSelectedRowKeys : !0
252
- } : a.rowSelection,
253
- loading: u(a.loading) ? l(m).loading : a.loading,
254
- pagination: a.pagination === !1 ? !1 : l(m).pagination,
255
- scroll: l(X)
262
+ preserveSelectedRowKeys: u(o.dataSource) ? a.preserveSelectedRowKeys : !0
263
+ } : o.rowSelection,
264
+ loading: u(o.loading) ? l(m).loading : o.loading,
265
+ pagination: o.pagination === !1 ? !1 : l(m).pagination,
266
+ scroll: l(ae)
256
267
  };
257
- }), ee = s(() => [f(), a.card ? null : f("wrapper"), a.adaptive ? f("adaptive") : null].filter(Boolean));
258
- function ae(e, o, t) {
259
- return N.includes(e.valueType) ? t : e.copyable || e.ellipsis ? d(me.Paragraph, {
268
+ }), re = s(() => [f(), o.card ? null : f("wrapper"), o.adaptive ? f("adaptive") : null].filter(Boolean));
269
+ function le(e, t, a) {
270
+ return A.includes(e.valueType) ? a : e.copyable || e.ellipsis ? d(be.Paragraph, {
260
271
  copyable: e.copyable ? {
261
- text: o,
272
+ text: t,
262
273
  tooltip: !1
263
274
  } : !1,
264
- ellipsis: e.ellipsis ? Ce(e.ellipsis) ? {
265
- tooltip: o
275
+ ellipsis: e.ellipsis ? Be(e.ellipsis) ? {
276
+ tooltip: t
266
277
  } : {
267
278
  ...e.ellipsis,
268
- tooltip: o
279
+ tooltip: t
269
280
  } : !1,
270
- content: e.ellipsis ? Le(e, o) : t
271
- }, null) : t;
281
+ content: e.ellipsis ? Ne(e, t) : a
282
+ }, null) : a;
272
283
  }
273
- se(() => l(y).loading, (e) => {
274
- var o;
275
- (o = a.onLoadingChange) == null || o.call(a, e);
284
+ pe(() => l(y).loading, (e) => {
285
+ var t;
286
+ (t = o.onLoadingChange) == null || t.call(o, e);
276
287
  });
277
- function te(e) {
278
- var o, t, r;
279
- (r = (t = (o = R.value) == null ? void 0 : o.apForm) == null ? void 0 : t.setFieldsValue) == null || r.call(t, e);
288
+ function ne(e) {
289
+ var t, a, r;
290
+ (r = (a = (t = C.value) == null ? void 0 : t.apForm) == null ? void 0 : a.setFieldsValue) == null || r.call(a, e);
280
291
  }
281
- function oe() {
282
- var e, o, t;
283
- return (t = (o = (e = R.value) == null ? void 0 : e.apForm) == null ? void 0 : o.getFieldsValue) == null ? void 0 : t.call(o, !0);
292
+ function se() {
293
+ var e, t, a;
294
+ return (a = (t = (e = C.value) == null ? void 0 : e.apForm) == null ? void 0 : t.getFieldsValue) == null ? void 0 : a.call(t, !0);
284
295
  }
285
- return A({
296
+ return M({
286
297
  submit: () => L(),
287
298
  reset: () => E(),
288
- setSearchFormValues: te,
289
- getSearchFormValues: oe,
299
+ setSearchFormValues: ne,
300
+ getSearchFormValues: se,
290
301
  dataSource: s(() => l(y).records),
291
302
  rowSelection: {
292
303
  selectedRows: s(() => l(k)),
293
- ...w
304
+ ...R
294
305
  }
295
- }), (e, o) => (p(), g("div", {
296
- class: T(ee.value)
297
- }, [l(u)(e.dataSource) && e.searchForm !== !1 && I.value.length > 0 ? (p(), g("div", {
306
+ }), (e, t) => (c(), S("div", {
307
+ class: F(re.value)
308
+ }, [l(u)(e.dataSource) && e.searchForm !== !1 && I.value.length > 0 ? (c(), S("div", {
298
309
  key: 0,
299
- class: T(e.card ? l(S)("search-wrapper") : null),
310
+ class: F(e.card ? l(b)("search-wrapper") : null),
300
311
  style: x(e.searchFormWrapperStyle)
301
- }, [d(l(be).SearchForm, i(e.searchForm || {}, {
312
+ }, [d(l(Ce).SearchForm, i(e.searchForm || {}, {
302
313
  ref_key: "formRef",
303
- ref: R,
314
+ ref: C,
304
315
  "custom-reset": "",
305
316
  onSubmit: l(L),
306
317
  onReset: l(E),
307
318
  "submit-loading": l(m).loading
308
- }), K({
309
- default: c(() => [(p(!0), g(de, null, V(I.value, (t) => (p(), ue(ie(t.customRenderFormItem ? t.customRenderFormItem(t) : l(we)[t.valueType || "text"]), i({
310
- key: t.dataIndex,
319
+ }), D({
320
+ default: p(() => [(c(!0), S(z, null, j(I.value, (a) => (c(), fe(me(a.customRenderFormItem ? a.customRenderFormItem(a) : l(Fe)[a.valueType || "text"]), i({
321
+ key: a.dataIndex,
311
322
  ref_for: !0
312
- }, t.fieldProps || {}, {
313
- span: t.span
323
+ }, a.fieldProps || {}, {
324
+ span: a.span
314
325
  }), null, 16, ["span"]))), 128))]),
315
326
  _: 2
316
327
  }, [P.searchFormExtra ? {
317
328
  name: "extra",
318
- fn: c(() => [v(e.$slots, "searchFormExtra")]),
329
+ fn: p(() => [B(e.$slots, "searchFormExtra")]),
319
330
  key: "0"
320
- } : void 0]), 1040, ["onSubmit", "onReset", "submit-loading"])], 6)) : z("", !0), D("div", {
331
+ } : void 0]), 1040, ["onSubmit", "onReset", "submit-loading"])], 6)) : W("", !0), _("div", {
321
332
  ref_key: "contentRef",
322
- ref: M,
323
- class: T([l(S)("table-wrapper"), e.card ? l(S)("table-wrapper-card") : null]),
333
+ ref: J,
334
+ class: F([l(b)("table-wrapper"), e.card ? l(b)("table-wrapper-card") : null]),
324
335
  style: x(e.tableWrapperStyle)
325
- }, [v(e.$slots, "title", i({
336
+ }, [B(e.$slots, "title", i({
326
337
  selectedRows: l(k),
327
- selectedRowKeys: l(h).selectedRowKeys
328
- }, w)), d(l(ye), i({
338
+ selectedRowKeys: l(w).selectedRowKeys
339
+ }, R)), d(l(he), i({
329
340
  class: l(f)("table")
330
- }, Z.value, {
331
- "table-layout": Y.value,
332
- onChange: l(J),
333
- columns: b.value
334
- }), K({
335
- headerCell: c(({
336
- column: t,
341
+ }, te.value, {
342
+ "table-layout": oe.value,
343
+ onChange: l(ee),
344
+ columns: h.value
345
+ }), D({
346
+ headerCell: p(({
347
+ column: a,
337
348
  title: r
338
- }) => [t.tooltip ? (p(), g("span", Ve, [D("span", null, pe(r), 1), d(l(ge), {
339
- title: t.tooltip,
349
+ }) => [a.tooltip ? (c(), S("span", je, [_("span", null, ye(r), 1), d(l(we), {
350
+ title: a.tooltip,
340
351
  placement: "bottom"
341
352
  }, {
342
- default: c(() => [d(l(Fe), {
353
+ default: p(() => [d(l(ve), {
343
354
  style: x({
344
355
  paddingLeft: "4px",
345
- color: l(q).colorPrimary
356
+ color: l(Q).colorPrimary
346
357
  })
347
358
  }, null, 8, ["style"])]),
348
359
  _: 2
349
- }, 1032, ["title"])])) : z("", !0)]),
360
+ }, 1032, ["title"])])) : W("", !0)]),
350
361
  _: 2
351
- }, [V(l(j)(P, ["title", "searchFormExtra"]), (t, r) => ({
362
+ }, [j(l(q)(P, ["title", "searchFormExtra"]), (a, r) => ({
352
363
  name: r,
353
- fn: c((n) => [v(e.$slots, r, ce(fe(n || {})))])
364
+ fn: p((n) => [B(e.$slots, r, ge(Se(n || {})))])
354
365
  }))]), 1040, ["class", "table-layout", "onChange", "columns"])], 6)], 2));
355
366
  }
356
367
  });
357
368
  export {
358
- Ye as default
369
+ oa as default
359
370
  };
@@ -1,6 +1,27 @@
1
1
  import { ApTableIndexProps } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ApTableIndexProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableIndexProps & {}>, {
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTableIndexProps>, {
4
4
  bordered: boolean;
5
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
5
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTableIndexProps>, {
6
+ bordered: boolean;
7
+ }>>>, {
8
+ bordered: boolean;
9
+ }, {}>;
6
10
  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,4 +1,13 @@
1
1
  import { ApTableStatusProps } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ApTableStatusProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableStatusProps & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
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>>>, {}, {}>;
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
+ };