@aplus-frontend/ui 0.1.8 → 0.1.9

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 (335) 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/number/index.vue.d.ts +42 -138
  18. package/es/src/ap-field/radio/index.vue.d.ts +31 -51
  19. package/es/src/ap-field/rate/index.vue.d.ts +39 -46
  20. package/es/src/ap-field/segmented/index.vue.d.ts +32 -47
  21. package/es/src/ap-field/select/index.vue.d.ts +59 -192
  22. package/es/src/ap-field/slider/index.vue.d.ts +40 -115
  23. package/es/src/ap-field/switch/index.vue.d.ts +35 -60
  24. package/es/src/ap-field/text/index.vue.d.ts +38 -105
  25. package/es/src/ap-field/text/password.vue.d.ts +45 -113
  26. package/es/src/ap-field/text-area/index.vue.d.ts +38 -117
  27. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
  28. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +25 -30
  29. package/es/src/ap-form/ap-form-item.vue.d.ts +38 -128
  30. package/es/src/ap-form/ap-form-item.vue.mjs +52 -42
  31. package/es/src/ap-form/ap-form-list.vue.d.ts +11 -2
  32. package/es/src/ap-form/ap-form.vue.d.ts +36 -238
  33. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  34. package/es/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
  35. package/es/src/ap-form/items/date/index.vue.d.ts +37 -131
  36. package/es/src/ap-form/items/date-range/index.vue.d.ts +37 -131
  37. package/es/src/ap-form/items/number/index.vue.d.ts +38 -132
  38. package/es/src/ap-form/items/radio/index.vue.d.ts +38 -8
  39. package/es/src/ap-form/items/select/index.vue.d.ts +38 -132
  40. package/es/src/ap-form/items/switch/index.vue.d.ts +39 -7
  41. package/es/src/ap-form/items/text/index.vue.d.ts +38 -132
  42. package/es/src/ap-form/items/text/password.vue.d.ts +38 -132
  43. package/es/src/ap-form/items/text-area/index.vue.d.ts +38 -9
  44. package/es/src/ap-form/modal-form/index.vue.d.ts +52 -17
  45. package/es/src/ap-form/search-form/index.vue.d.ts +50 -254
  46. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +26 -3
  47. package/es/src/ap-list/index.vue.d.ts +3 -3
  48. package/es/src/ap-table/ap-table.vue.d.ts +2 -2
  49. package/es/src/ap-table/components/index/index.vue.d.ts +24 -3
  50. package/es/src/ap-table/components/status/index.vue.d.ts +11 -2
  51. package/es/src/ap-table/constants.d.ts +12370 -4527
  52. package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  53. package/es/src/ap-table/hooks/use-table-paging.d.ts +3 -7
  54. package/es/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
  55. package/es/src/ap-tag/ap-tag-group.vue.mjs +88 -88
  56. package/es/src/ap-tag/ap-tag.vue.d.ts +28 -3
  57. package/es/src/ap-upload/apUpload.vue.d.ts +48 -23
  58. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  59. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
  60. package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  61. package/es/src/base-button/button.vue.d.ts +24 -3
  62. package/es/src/base-button/index.d.ts +110 -7
  63. package/es/src/base-button/modal-button.vue.d.ts +14 -8
  64. package/es/src/base-button/pop-confirm-button.vue.d.ts +10 -7
  65. package/es/src/basic/arrow.vue.d.ts +11 -2
  66. package/es/src/basic/help.vue.d.ts +50 -324
  67. package/es/src/basic/index.d.ts +202 -667
  68. package/es/src/basic/title.vue.d.ts +24 -3
  69. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
  70. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
  71. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
  72. package/es/src/business/ap-label/ApLabel.vue.d.ts +40 -45
  73. package/es/src/business/ap-label/ApLabel.vue2.mjs +53 -39
  74. package/es/src/business/ap-label/ApLabelGroup.d.ts +25 -0
  75. package/es/src/business/ap-label/ApLabelGroup.mjs +36 -0
  76. package/es/src/business/ap-label/constans.d.ts +12 -0
  77. package/es/src/business/ap-label/constans.mjs +13 -0
  78. package/es/src/business/ap-label/interface.d.ts +16 -2
  79. package/es/src/business/ap-label/style.css +26 -1
  80. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  81. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
  82. package/es/src/business/ap-status/ApStatus.vue.d.ts +28 -3
  83. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
  84. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
  85. package/es/src/business/index.d.ts +965 -201
  86. package/es/src/business/index.mjs +21 -19
  87. package/es/src/business/title/ApTitle.vue.d.ts +32 -3
  88. package/es/src/button/button.vue.d.ts +11 -2
  89. package/es/src/button/index.d.ts +32 -16
  90. package/es/src/check-card/group.vue.d.ts +41 -17
  91. package/es/src/check-card/index.vue.d.ts +35 -20
  92. package/es/src/config-provider/config-provider.d.ts +137 -41
  93. package/es/src/config-provider/index.d.ts +545 -161
  94. package/es/src/container/collapse/header.vue.d.ts +13 -11
  95. package/es/src/container/collapse/index.vue.d.ts +40 -11
  96. package/es/src/container/index.d.ts +119 -40
  97. package/es/src/container/scroll-container.vue.d.ts +12 -3
  98. package/es/src/count-down/button.vue.d.ts +24 -3
  99. package/es/src/count-down/index.d.ts +111 -12
  100. package/es/src/count-down/input.vue.d.ts +24 -3
  101. package/es/src/cropper/cropper-avatar.vue.d.ts +33 -6
  102. package/es/src/cropper/cropper-image.vue.d.ts +36 -5
  103. package/es/src/cropper/cropper-modal.vue.d.ts +21 -13
  104. package/es/src/cropper/index.d.ts +269 -24
  105. package/es/src/description/description.vue.d.ts +45 -15
  106. package/es/src/description/index.d.ts +171 -51
  107. package/es/src/dropdown/dropdown.vue.d.ts +30 -5
  108. package/es/src/dropdown/index.d.ts +76 -12
  109. package/es/src/editable-table/form-item.vue.d.ts +4 -4
  110. package/es/src/editable-table/index.vue.d.ts +4 -4
  111. package/es/src/hooks/useControllableValue.d.ts +1 -1
  112. package/es/src/icon/icon.vue.d.ts +29 -3
  113. package/es/src/icon/index.d.ts +159 -12
  114. package/es/src/icon/svg-icon.vue.d.ts +28 -3
  115. package/es/src/icon-picker/icon-picker.vue.d.ts +38 -5
  116. package/es/src/icon-picker/index.d.ts +139 -12
  117. package/es/src/index.mjs +184 -183
  118. package/es/src/modal/basic.vue.d.ts +117 -147
  119. package/es/src/modal/components/modal-close.vue.d.ts +26 -5
  120. package/es/src/modal/components/modal-footer.vue.d.ts +116 -146
  121. package/es/src/modal/components/modal-header.vue.d.ts +11 -2
  122. package/es/src/modal/components/modal-wrapper.vue.d.ts +43 -19
  123. package/es/src/modal/components/modal.d.ts +115 -145
  124. package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  125. package/es/src/modal/index.d.ts +462 -287
  126. package/es/src/pro-form/components/api-cascader.vue.d.ts +38 -5
  127. package/es/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
  128. package/es/src/pro-form/components/api-select.vue.d.ts +38 -5
  129. package/es/src/pro-form/components/api-transfer.vue.d.ts +40 -5
  130. package/es/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
  131. package/es/src/pro-form/components/api-tree.vue.d.ts +28 -5
  132. package/es/src/pro-form/components/form-action.vue.d.ts +38 -5
  133. package/es/src/pro-form/components/form-item.vue.d.ts +34 -14
  134. package/es/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
  135. package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
  136. package/es/src/pro-form/pro-form.vue.d.ts +57 -6
  137. package/es/src/pro-form/table-form-inner.vue.d.ts +34 -5
  138. package/es/src/pro-form/table-form.vue.d.ts +29 -4
  139. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
  140. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
  141. package/es/src/pro-table/components/header-cell.vue.d.ts +9 -726
  142. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  143. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  144. package/es/src/pro-table/components/settings/index.vue.d.ts +11 -8
  145. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  146. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  147. package/es/src/pro-table/components/table-action.vue.d.ts +24 -10
  148. package/es/src/pro-table/components/table-footer.vue.d.ts +30 -5
  149. package/es/src/pro-table/components/table-header.vue.d.ts +31 -15
  150. package/es/src/pro-table/components/table-image.vue.d.ts +32 -3
  151. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
  152. package/es/src/pro-table/components/table-title.vue.d.ts +13 -7
  153. package/es/src/pro-table/pro-table.vue.d.ts +61 -8
  154. package/es/src/prompt/dialog.vue.d.ts +11 -2
  155. package/es/src/scroll-bar/bar-item.d.ts +9 -10
  156. package/es/src/scroll-bar/index.d.ts +135 -12
  157. package/es/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
  158. package/es/src/strength-meter/index.d.ts +55 -12
  159. package/es/src/strength-meter/strength-meter.vue.d.ts +26 -5
  160. package/es/src/tests/wrapper.d.ts +6 -3
  161. package/es/src/theme/ap-label/ap-label.css +26 -1
  162. package/es/src/transition/collapse-transition.vue.d.ts +2 -2
  163. package/es/src/transition/create-transition.d.ts +25 -13
  164. package/es/src/transition/index.d.ts +193 -88
  165. package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
  166. package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
  167. package/es/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
  168. package/lib/index.js +1 -1
  169. package/lib/src/ap-action/group/index.vue.d.ts +30 -3
  170. package/lib/src/ap-action/item/index.vue.d.ts +30 -3
  171. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
  172. package/lib/src/ap-action/item-modal/index.vue.d.ts +33 -6
  173. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
  174. package/lib/src/ap-custom-column/column-select.vue.d.ts +14 -5
  175. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  176. package/lib/src/ap-custom-column/custom-column.vue.d.ts +14 -5
  177. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  178. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
  179. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
  180. package/lib/src/ap-download/ap-download.vue.d.ts +28 -3
  181. package/lib/src/ap-field/checkbox/index.vue.d.ts +31 -40
  182. package/lib/src/ap-field/date/index.vue.d.ts +64 -19
  183. package/lib/src/ap-field/date-range/index.vue.d.ts +66 -20
  184. package/lib/src/ap-field/number/index.vue.d.ts +42 -138
  185. package/lib/src/ap-field/radio/index.vue.d.ts +31 -51
  186. package/lib/src/ap-field/rate/index.vue.d.ts +39 -46
  187. package/lib/src/ap-field/segmented/index.vue.d.ts +32 -47
  188. package/lib/src/ap-field/select/index.vue.d.ts +59 -192
  189. package/lib/src/ap-field/slider/index.vue.d.ts +40 -115
  190. package/lib/src/ap-field/switch/index.vue.d.ts +35 -60
  191. package/lib/src/ap-field/text/index.vue.d.ts +38 -105
  192. package/lib/src/ap-field/text/password.vue.d.ts +45 -113
  193. package/lib/src/ap-field/text-area/index.vue.d.ts +38 -117
  194. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
  195. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  196. package/lib/src/ap-form/ap-form-item.vue.d.ts +38 -128
  197. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  198. package/lib/src/ap-form/ap-form-list.vue.d.ts +11 -2
  199. package/lib/src/ap-form/ap-form.vue.d.ts +36 -238
  200. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  201. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
  202. package/lib/src/ap-form/items/date/index.vue.d.ts +37 -131
  203. package/lib/src/ap-form/items/date-range/index.vue.d.ts +37 -131
  204. package/lib/src/ap-form/items/number/index.vue.d.ts +38 -132
  205. package/lib/src/ap-form/items/radio/index.vue.d.ts +38 -8
  206. package/lib/src/ap-form/items/select/index.vue.d.ts +38 -132
  207. package/lib/src/ap-form/items/switch/index.vue.d.ts +39 -7
  208. package/lib/src/ap-form/items/text/index.vue.d.ts +38 -132
  209. package/lib/src/ap-form/items/text/password.vue.d.ts +38 -132
  210. package/lib/src/ap-form/items/text-area/index.vue.d.ts +38 -9
  211. package/lib/src/ap-form/modal-form/index.vue.d.ts +52 -17
  212. package/lib/src/ap-form/search-form/index.vue.d.ts +50 -254
  213. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +26 -3
  214. package/lib/src/ap-list/index.vue.d.ts +3 -3
  215. package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
  216. package/lib/src/ap-table/components/index/index.vue.d.ts +24 -3
  217. package/lib/src/ap-table/components/status/index.vue.d.ts +11 -2
  218. package/lib/src/ap-table/constants.d.ts +12370 -4527
  219. package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  220. package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -7
  221. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
  222. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  223. package/lib/src/ap-tag/ap-tag.vue.d.ts +28 -3
  224. package/lib/src/ap-upload/apUpload.vue.d.ts +48 -23
  225. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  226. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
  227. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  228. package/lib/src/base-button/button.vue.d.ts +24 -3
  229. package/lib/src/base-button/index.d.ts +110 -7
  230. package/lib/src/base-button/modal-button.vue.d.ts +14 -8
  231. package/lib/src/base-button/pop-confirm-button.vue.d.ts +10 -7
  232. package/lib/src/basic/arrow.vue.d.ts +11 -2
  233. package/lib/src/basic/help.vue.d.ts +50 -324
  234. package/lib/src/basic/index.d.ts +202 -667
  235. package/lib/src/basic/title.vue.d.ts +24 -3
  236. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
  237. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
  238. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
  239. package/lib/src/business/ap-label/ApLabel.vue.d.ts +40 -45
  240. package/lib/src/business/ap-label/ApLabel.vue2.js +1 -1
  241. package/lib/src/business/ap-label/ApLabelGroup.d.ts +25 -0
  242. package/lib/src/business/ap-label/ApLabelGroup.js +1 -0
  243. package/lib/src/business/ap-label/constans.d.ts +12 -0
  244. package/lib/src/business/ap-label/constans.js +1 -0
  245. package/lib/src/business/ap-label/interface.d.ts +16 -2
  246. package/lib/src/business/ap-label/style.css +26 -1
  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 +28 -3
  250. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
  251. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
  252. package/lib/src/business/index.d.ts +965 -201
  253. package/lib/src/business/index.js +1 -1
  254. package/lib/src/business/title/ApTitle.vue.d.ts +32 -3
  255. package/lib/src/button/button.vue.d.ts +11 -2
  256. package/lib/src/button/index.d.ts +32 -16
  257. package/lib/src/check-card/group.vue.d.ts +41 -17
  258. package/lib/src/check-card/index.vue.d.ts +35 -20
  259. package/lib/src/config-provider/config-provider.d.ts +137 -41
  260. package/lib/src/config-provider/index.d.ts +545 -161
  261. package/lib/src/container/collapse/header.vue.d.ts +13 -11
  262. package/lib/src/container/collapse/index.vue.d.ts +40 -11
  263. package/lib/src/container/index.d.ts +119 -40
  264. package/lib/src/container/scroll-container.vue.d.ts +12 -3
  265. package/lib/src/count-down/button.vue.d.ts +24 -3
  266. package/lib/src/count-down/index.d.ts +111 -12
  267. package/lib/src/count-down/input.vue.d.ts +24 -3
  268. package/lib/src/cropper/cropper-avatar.vue.d.ts +33 -6
  269. package/lib/src/cropper/cropper-image.vue.d.ts +36 -5
  270. package/lib/src/cropper/cropper-modal.vue.d.ts +21 -13
  271. package/lib/src/cropper/index.d.ts +269 -24
  272. package/lib/src/description/description.vue.d.ts +45 -15
  273. package/lib/src/description/index.d.ts +171 -51
  274. package/lib/src/dropdown/dropdown.vue.d.ts +30 -5
  275. package/lib/src/dropdown/index.d.ts +76 -12
  276. package/lib/src/editable-table/form-item.vue.d.ts +4 -4
  277. package/lib/src/editable-table/index.vue.d.ts +4 -4
  278. package/lib/src/hooks/useControllableValue.d.ts +1 -1
  279. package/lib/src/icon/icon.vue.d.ts +29 -3
  280. package/lib/src/icon/index.d.ts +159 -12
  281. package/lib/src/icon/svg-icon.vue.d.ts +28 -3
  282. package/lib/src/icon-picker/icon-picker.vue.d.ts +38 -5
  283. package/lib/src/icon-picker/index.d.ts +139 -12
  284. package/lib/src/index.js +1 -1
  285. package/lib/src/modal/basic.vue.d.ts +117 -147
  286. package/lib/src/modal/components/modal-close.vue.d.ts +26 -5
  287. package/lib/src/modal/components/modal-footer.vue.d.ts +116 -146
  288. package/lib/src/modal/components/modal-header.vue.d.ts +11 -2
  289. package/lib/src/modal/components/modal-wrapper.vue.d.ts +43 -19
  290. package/lib/src/modal/components/modal.d.ts +115 -145
  291. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  292. package/lib/src/modal/index.d.ts +462 -287
  293. package/lib/src/pro-form/components/api-cascader.vue.d.ts +38 -5
  294. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
  295. package/lib/src/pro-form/components/api-select.vue.d.ts +38 -5
  296. package/lib/src/pro-form/components/api-transfer.vue.d.ts +40 -5
  297. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
  298. package/lib/src/pro-form/components/api-tree.vue.d.ts +28 -5
  299. package/lib/src/pro-form/components/form-action.vue.d.ts +38 -5
  300. package/lib/src/pro-form/components/form-item.vue.d.ts +34 -14
  301. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
  302. package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
  303. package/lib/src/pro-form/pro-form.vue.d.ts +57 -6
  304. package/lib/src/pro-form/table-form-inner.vue.d.ts +34 -5
  305. package/lib/src/pro-form/table-form.vue.d.ts +29 -4
  306. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
  307. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
  308. package/lib/src/pro-table/components/header-cell.vue.d.ts +9 -726
  309. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  310. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  311. package/lib/src/pro-table/components/settings/index.vue.d.ts +11 -8
  312. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  313. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  314. package/lib/src/pro-table/components/table-action.vue.d.ts +24 -10
  315. package/lib/src/pro-table/components/table-footer.vue.d.ts +30 -5
  316. package/lib/src/pro-table/components/table-header.vue.d.ts +31 -15
  317. package/lib/src/pro-table/components/table-image.vue.d.ts +32 -3
  318. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
  319. package/lib/src/pro-table/components/table-title.vue.d.ts +13 -7
  320. package/lib/src/pro-table/pro-table.vue.d.ts +61 -8
  321. package/lib/src/prompt/dialog.vue.d.ts +11 -2
  322. package/lib/src/scroll-bar/bar-item.d.ts +9 -10
  323. package/lib/src/scroll-bar/index.d.ts +135 -12
  324. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
  325. package/lib/src/strength-meter/index.d.ts +55 -12
  326. package/lib/src/strength-meter/strength-meter.vue.d.ts +26 -5
  327. package/lib/src/tests/wrapper.d.ts +6 -3
  328. package/lib/src/theme/ap-label/ap-label.css +26 -1
  329. package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
  330. package/lib/src/transition/create-transition.d.ts +25 -13
  331. package/lib/src/transition/index.d.ts +193 -88
  332. package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
  333. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  334. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
  335. package/package.json +2 -2
@@ -1,15 +1,36 @@
1
1
  import { BasicTitleProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
4
  default?(_: {}): any;
5
5
  };
6
- declare const __VLS_component: DefineComponent<BasicTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BasicTitleProps & {}>, {
6
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<BasicTitleProps>, {
7
+ helpMessage: string;
8
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BasicTitleProps>, {
9
+ helpMessage: string;
10
+ }>>>, {
7
11
  helpMessage: string | string[];
8
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
12
+ }, {}>;
9
13
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
14
  export default _default;
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
20
+ type __VLS_Prettify<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
11
23
  type __VLS_WithTemplateSlots<T, S> = T & {
12
24
  new (): {
13
25
  $slots: S;
14
26
  };
15
27
  };
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToOption<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
@@ -1,10 +1,10 @@
1
1
  import { ApBatchActionProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
4
  prefix?(_: {}): any;
5
5
  suffix?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: DefineComponent<ApBatchActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApBatchActionProps & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
7
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<ApBatchActionProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ApBatchActionProps>>>, {}, {}>;
8
8
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
9
  export default _default;
10
10
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -12,3 +12,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
12
12
  $slots: S;
13
13
  };
14
14
  };
15
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
+ type __VLS_TypePropsToOption<T> = {
17
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
18
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
19
+ } : {
20
+ type: PropType<T[K]>;
21
+ required: true;
22
+ };
23
+ };
@@ -1,4 +1,13 @@
1
1
  import { Props } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ declare const _default: DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>>, {}, {}>;
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
+ };
@@ -1,40 +1,37 @@
1
- import { ApInputRadioProps, ApInputValType, ApInputRadioOptions } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
4
- import { KeyboardEventHandler } from 'ant-design-vue/es/_util/EventInterface';
5
- declare const _default: DefineComponent<ApInputRadioProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1
+ import { ApInputRadioProps } from './interface';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApInputRadioProps>, {
4
+ bordered: boolean;
5
+ controls: boolean;
6
+ stringMode: boolean;
7
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6
8
  "update:value": (...args: any[]) => void;
7
- }, string, PublicProps, Readonly<{
8
- onBlur?: ((e: FocusEvent) => void) | undefined;
9
- onChange?: ((value: ValueType) => void) | undefined;
10
- onFocus?: ((e: FocusEvent) => void) | undefined;
11
- onInput?: ((text: string) => void) | undefined;
12
- disabled?: boolean | undefined;
13
- bordered?: boolean | undefined;
14
- autofocus?: boolean | undefined;
15
- onPressEnter?: KeyboardEventHandler | undefined;
16
- stringMode?: boolean | undefined;
17
- min?: ValueType | undefined;
18
- max?: ValueType | undefined;
19
- step?: ValueType | undefined;
20
- controls?: boolean | undefined;
21
- formatter?: ((value: ValueType, info: {
22
- userTyping: boolean;
23
- input: string;
24
- }) => string) | undefined;
25
- precision?: number | undefined;
26
- decimalSeparator?: string | undefined;
27
- onStep?: ((value: ValueType, info: {
28
- offset: ValueType;
29
- type: "up" | "down";
30
- }) => void) | undefined;
31
- } & ApInputValType & {
32
- options: ApInputRadioOptions;
33
- } & {
9
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApInputRadioProps>, {
10
+ bordered: boolean;
11
+ controls: boolean;
12
+ stringMode: boolean;
13
+ }>>> & {
34
14
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
35
- }>, {
15
+ }, {
36
16
  bordered: boolean;
37
17
  stringMode: boolean;
38
18
  controls: boolean;
39
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
19
+ }, {}>;
40
20
  export default _default;
21
+ type __VLS_WithDefaults<P, D> = {
22
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
23
+ default: D[K];
24
+ }> : P[K];
25
+ };
26
+ type __VLS_Prettify<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToOption<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
@@ -1,61 +1,56 @@
1
1
  import { ApLabelProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties, ComponentProvideOptions } from 'vue';
3
- import { VueTypeValidableDef } from '../../../node_modules/vue-types';
4
- import { LiteralUnion } from 'ant-design-vue/es/_util/type';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
5
3
  import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
6
- declare function __VLS_template(): Partial<Record<string, (_: {}) => any>>;
7
- declare const __VLS_component: DefineComponent<ApLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Partial< ExtractPropTypes<{
8
- count: VueTypeValidableDef<any> & {
9
- default: any;
10
- };
11
- showZero: {
12
- type: BooleanConstructor;
13
- default: any;
14
- };
15
- overflowCount: {
16
- type: NumberConstructor;
17
- default: number;
18
- };
19
- dot: {
20
- type: BooleanConstructor;
21
- default: any;
22
- };
23
- prefixCls: StringConstructor;
24
- scrollNumberPrefixCls: StringConstructor;
25
- status: {
26
- type: PropType<"error" | "default" | "success" | "processing" | "warning">;
27
- };
28
- size: {
29
- type: PropType<"default" | "small">;
30
- default: string;
31
- };
32
- color: PropType<LiteralUnion<"blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue">>;
33
- text: VueTypeValidableDef<any>;
34
- offset: PropType<[string | number, string | number]>;
35
- numberStyle: {
36
- type: PropType<CSSProperties>;
37
- default: CSSProperties;
38
- };
39
- title: StringConstructor;
40
- }>> & Partial<{
41
- helpMessage: string;
42
- placement: TooltipPlacement;
4
+ declare function __VLS_template(): {
5
+ default?(_: {}): any;
6
+ custom?(_: {}): any;
7
+ };
8
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApLabelProps>, {
9
+ status: string;
10
+ placement: string;
11
+ iconColor: string;
12
+ iconType: string;
13
+ iconSize: number;
14
+ text: string;
15
+ show: boolean;
16
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApLabelProps>, {
17
+ status: string;
18
+ placement: string;
43
19
  iconColor: string;
44
- iconType: "question" | "warning" | "ellipsis";
20
+ iconType: string;
45
21
  iconSize: number;
46
- slotName: string;
47
- }> & {}>, {
22
+ text: string;
23
+ show: boolean;
24
+ }>>>, {
48
25
  placement: TooltipPlacement;
49
- iconType: "question" | "warning" | "ellipsis";
26
+ iconType: "question" | "warning" | "ellipsis" | "success";
50
27
  text: any;
51
28
  iconSize: number;
52
29
  status: "error" | "default" | "success" | "warning" | "processing";
30
+ show: boolean;
53
31
  iconColor: string;
54
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
32
+ }, {}>;
55
33
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
56
34
  export default _default;
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
57
43
  type __VLS_WithTemplateSlots<T, S> = T & {
58
44
  new (): {
59
45
  $slots: S;
60
46
  };
61
47
  };
48
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
+ type __VLS_TypePropsToOption<T> = {
50
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
51
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
52
+ } : {
53
+ type: PropType<T[K]>;
54
+ required: true;
55
+ };
56
+ };
@@ -1,11 +1,11 @@
1
- import { defineComponent as m, computed as u, openBlock as o, createElementBlock as s, normalizeClass as f, unref as t, createVNode as d, normalizeProps as y, guardReactiveProps as A, renderSlot as C, Fragment as g, createBlock as l, withCtx as k, normalizeStyle as r, createCommentVNode as n } from "vue";
2
- import { Badge as x, Tooltip as b } from "ant-design-vue";
3
- import { IconApAdLineAnnotation as h, IconApAdFillWarn as z, IconApAdFillExecution as N } from "@aplus-frontend/icon";
1
+ import { defineComponent as y, computed as A, openBlock as l, createElementBlock as p, normalizeClass as c, unref as t, createElementVNode as u, createVNode as k, normalizeProps as C, guardReactiveProps as g, renderSlot as m, Fragment as h, createBlock as n, withCtx as v, normalizeStyle as a, createCommentVNode as o } from "vue";
2
+ import { Badge as b, Tooltip as z } from "ant-design-vue";
3
+ import { IconApAdLineAnnotation as B, IconApAdFillWarn as F, IconApAdFillExecution as S, IconApAdFillSuccessful as w } from "@aplus-frontend/icon";
4
4
  import "../../config-provider/index.mjs";
5
- import { omit as v } from "lodash-unified";
5
+ import { omit as x } from "lodash-unified";
6
6
  import "./style.css";
7
- import { useNamespace as B } from "../../config-provider/hooks/use-namespace.mjs";
8
- const P = /* @__PURE__ */ m({
7
+ import { useNamespace as T } from "../../config-provider/hooks/use-namespace.mjs";
8
+ const $ = /* @__PURE__ */ y({
9
9
  name: "ApLabel",
10
10
  __name: "ApLabel",
11
11
  props: {
@@ -27,44 +27,58 @@ const P = /* @__PURE__ */ m({
27
27
  iconColor: { default: "#FF4D4F" },
28
28
  iconType: { default: "question" },
29
29
  iconSize: { default: 16 },
30
- slotName: {}
30
+ show: { type: Boolean, default: !0 }
31
31
  },
32
- setup(p) {
33
- const a = u(() => ({
32
+ setup(d) {
33
+ const s = A(() => ({
34
34
  color: e.iconColor,
35
35
  "font-size": e.iconSize + "px",
36
- "margin-left": "6px"
37
- })), e = p, { b: i } = B("ap-label");
38
- return (c, F) => (o(), s("div", {
39
- class: f([t(i)()])
36
+ "margin-left": "4px"
37
+ })), e = d, { b: f, e: i } = T("ap-label");
38
+ return (r, N) => e.show ? (l(), p("div", {
39
+ key: 0,
40
+ class: c([t(f)()])
40
41
  }, [
41
- d(t(x), y(A(t(v)(e, ["helpMessage", "placement", "iconColor"]))), null, 16),
42
- e.slotName ? C(c.$slots, e.slotName, { key: 0 }) : (o(), s(g, { key: 1 }, [
43
- e.helpMessage ? (o(), l(t(b), {
44
- key: 0,
45
- placement: e.placement,
46
- title: e.helpMessage
47
- }, {
48
- default: k(() => [
49
- e.iconType === "question" ? (o(), l(t(h), {
50
- key: 0,
51
- style: r(a.value)
52
- }, null, 8, ["style"])) : n("", !0),
53
- e.iconType === "warning" ? (o(), l(t(z), {
54
- key: 1,
55
- style: r(a.value)
56
- }, null, 8, ["style"])) : n("", !0),
57
- e.iconType === "ellipsis" ? (o(), l(t(N), {
58
- key: 2,
59
- style: r(a.value)
60
- }, null, 8, ["style"])) : n("", !0)
61
- ]),
62
- _: 1
63
- }, 8, ["placement", "title"])) : n("", !0)
64
- ], 64))
65
- ], 2));
42
+ u("div", {
43
+ class: c([t(i)("content")])
44
+ }, [
45
+ k(t(b), C(g(t(x)(e, ["helpMessage", "placement", "iconColor"]))), null, 16),
46
+ r.$slots.default ? m(r.$slots, "default", { key: 0 }) : (l(), p(h, { key: 1 }, [
47
+ e.helpMessage ? (l(), n(t(z), {
48
+ key: 0,
49
+ placement: e.placement,
50
+ title: e.helpMessage
51
+ }, {
52
+ default: v(() => [
53
+ e.iconType === "question" ? (l(), n(t(B), {
54
+ key: 0,
55
+ style: a(s.value)
56
+ }, null, 8, ["style"])) : o("", !0),
57
+ e.iconType === "warning" ? (l(), n(t(F), {
58
+ key: 1,
59
+ style: a(s.value)
60
+ }, null, 8, ["style"])) : o("", !0),
61
+ e.iconType === "ellipsis" ? (l(), n(t(S), {
62
+ key: 2,
63
+ style: a(s.value)
64
+ }, null, 8, ["style"])) : o("", !0),
65
+ e.iconType === "success" ? (l(), n(t(w), {
66
+ key: 3,
67
+ style: a(s.value)
68
+ }, null, 8, ["style"])) : o("", !0)
69
+ ]),
70
+ _: 1
71
+ }, 8, ["placement", "title"])) : o("", !0)
72
+ ], 64))
73
+ ], 2),
74
+ u("div", {
75
+ class: c([t(i)("custom")])
76
+ }, [
77
+ m(r.$slots, "custom")
78
+ ], 2)
79
+ ], 2)) : o("", !0);
66
80
  }
67
81
  });
68
82
  export {
69
- P as default
83
+ $ as default
70
84
  };
@@ -0,0 +1,25 @@
1
+ import { AplabelGroupItemProps } from './interface';
2
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
+ declare const _default: DefineComponent<{
4
+ value: {
5
+ type: PropType<string | number | undefined>;
6
+ default: undefined;
7
+ };
8
+ columns: {
9
+ type: PropType<Array<AplabelGroupItemProps>>;
10
+ default: null;
11
+ };
12
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
13
+ value: {
14
+ type: PropType<string | number | undefined>;
15
+ default: undefined;
16
+ };
17
+ columns: {
18
+ type: PropType<Array<AplabelGroupItemProps>>;
19
+ default: null;
20
+ };
21
+ }>>, {
22
+ value: string | number | undefined;
23
+ columns: AplabelGroupItemProps[];
24
+ }, {}>;
25
+ export default _default;
@@ -0,0 +1,36 @@
1
+ import { defineComponent as s, createVNode as o, mergeProps as p, createTextVNode as m } from "vue";
2
+ import "../../config-provider/index.mjs";
3
+ import "./ApLabel.vue.mjs";
4
+ import { omit as a } from "lodash-unified";
5
+ import { ApLabelGroupProps as f } from "./constans.mjs";
6
+ import { Tag as c } from "ant-design-vue";
7
+ import { useNamespace as d } from "../../config-provider/hooks/use-namespace.mjs";
8
+ import g from "./ApLabel.vue2.mjs";
9
+ const {
10
+ b: i
11
+ } = d("ap-label-group"), N = /* @__PURE__ */ s({
12
+ name: "ApLabelGroup",
13
+ props: f(),
14
+ setup(e) {
15
+ const l = (r, u) => {
16
+ var t;
17
+ return (t = r.tagConfig) != null && t.text ? () => o(c, a(r == null ? void 0 : r.tagConfig, ["text"]), {
18
+ default: () => {
19
+ var n;
20
+ return [(n = r.tagConfig) == null ? void 0 : n.text];
21
+ }
22
+ }) : r.customRender ? () => o("div", null, [r.customRender(r.value, u)]) : null;
23
+ };
24
+ return () => o("div", {
25
+ class: i()
26
+ }, [e.columns ? e.columns.map((r, u) => o(g, p({
27
+ key: u,
28
+ show: e.value === r.value
29
+ }, a(r, ["value", "tagConfig", "customRender"])), {
30
+ custom: l(r, e.value)
31
+ })) : o("div", null, [m("columns数组不能为空")])]);
32
+ }
33
+ });
34
+ export {
35
+ N as default
36
+ };
@@ -0,0 +1,12 @@
1
+ import { PropType } from 'vue';
2
+ import { AplabelGroupItemProps } from './interface';
3
+ export declare const ApLabelGroupProps: () => {
4
+ value: {
5
+ type: PropType<string | number | undefined>;
6
+ default: undefined;
7
+ };
8
+ columns: {
9
+ type: PropType<Array<AplabelGroupItemProps>>;
10
+ default: null;
11
+ };
12
+ };
@@ -0,0 +1,13 @@
1
+ const e = () => ({
2
+ value: {
3
+ type: String,
4
+ default: void 0
5
+ },
6
+ columns: {
7
+ type: Array,
8
+ default: null
9
+ }
10
+ });
11
+ export {
12
+ e as ApLabelGroupProps
13
+ };
@@ -1,10 +1,24 @@
1
1
  import { BadgeProps } from 'ant-design-vue';
2
2
  import { TooltipPlacement } from 'ant-design-vue/es/Tooltip';
3
+ import { TagProps } from 'ant-design-vue/es/Tag';
3
4
  export type ApLabelProps = BadgeProps & Partial<{
4
5
  helpMessage: string;
5
6
  placement: TooltipPlacement;
6
7
  iconColor: string;
7
- iconType: 'question' | 'warning' | 'ellipsis';
8
+ iconType: 'question' | 'warning' | 'ellipsis' | 'success';
8
9
  iconSize: number;
9
- slotName: string;
10
+ show: boolean;
10
11
  }>;
12
+ type tagConfigKey = TagProps & {
13
+ text: string;
14
+ };
15
+ export type AplabelGroupItemProps = ApLabelProps & {
16
+ value?: string | number | undefined;
17
+ tagConfig?: tagConfigKey;
18
+ customRender?: (itemVal: AplabelGroupItemProps['value'], currentVal: ApLabelGroupProps['value']) => any;
19
+ };
20
+ export type ApLabelGroupProps = {
21
+ value: string | number | undefined;
22
+ columns: Array<AplabelGroupItemProps> | null;
23
+ };
24
+ export {};
@@ -1,5 +1,30 @@
1
1
  .aplus-ap-label {
2
2
  display: flex;
3
- align-items: center;
3
+ flex-direction: column;
4
+ align-items: start;
4
5
  font-size: 14px;
5
6
  }
7
+ .aplus-ap-label__content {
8
+ display: flex;
9
+ flex-direction: row;
10
+ align-items: center;
11
+ }
12
+ .aplus-ap-label__custom .ant-tag {
13
+ height: 24px;
14
+ line-height: 24px;
15
+ }
16
+ .aplus-ap-label__custom .ant-tag-green {
17
+ color: #34b77c;
18
+ border-color: #34b77c;
19
+ background: rgba(52, 183, 124, 0.06);
20
+ }
21
+ .aplus-ap-label__custom .ant-tag-red {
22
+ color: #FF4D4F;
23
+ border-color: #FF4D4F;
24
+ background: rgba(255, 77, 79, 0.06);
25
+ }
26
+ .aplus-ap-label__custom .ant-tag-blue {
27
+ color: #1890ff;
28
+ border-color: #1890ff;
29
+ background: rgba(24, 144, 255, 0.06);
30
+ }
@@ -1,15 +1,15 @@
1
1
  import { ApSelectItem, ApSelectLayoutProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
3
  declare const _default: <T extends ApSelectItem>(__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<{
4
4
  props: __VLS_Prettify<Pick<Partial<{}> & Omit<{
5
- readonly onOnSelect?: ((value: T) => any) | undefined;
6
- readonly onAfterLeave?: ((el: Element) => any) | undefined;
7
- readonly onAfterEnter?: ((el: Element) => any) | undefined;
8
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{
5
+ onAfterLeave?: ((el: Element) => any) | undefined;
6
+ onAfterEnter?: ((el: Element) => any) | undefined;
9
7
  onOnSelect?: ((value: T) => any) | undefined;
8
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>> & {
10
9
  onAfterLeave?: ((el: Element) => any) | undefined;
11
10
  onAfterEnter?: ((el: Element) => any) | undefined;
12
- }>, never>, "onAfterLeave" | "onAfterEnter" | "onOnSelect"> & ApSelectLayoutProps<T>> & PublicProps;
11
+ onOnSelect?: ((value: T) => any) | undefined;
12
+ }, never>, "onAfterLeave" | "onAfterEnter" | "onOnSelect"> & ApSelectLayoutProps<T>> & PublicProps;
13
13
  expose(exposed: ShallowUnwrapRef<{}>): void;
14
14
  attrs: any;
15
15
  slots: ReturnType<() => {