@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,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 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),g=require("@aplus-frontend/utils"),k=require("@ant-design/icons-vue"),l=require("ant-design-vue");require("../../config-provider/index.js");const s=require("./interface.js"),L=require("@aplus-frontend/hooks"),N=require("../../config-provider/hooks/use-namespace.js"),A=require("../../config-provider/hooks/use-locale.js"),E=require("../../config-provider/hooks/use-global-config.js"),M=e.defineComponent({__name:"ApExportGroup",props:{selectedRowKeys:{},disabled:{type:Boolean},auth:{},ifShow:{type:Function},text:{},request:{type:Function},getRequestParams:{type:Function}},setup(m){const{hasPermission:h}=L.usePermission(),t=m,{b:w}=N.useNamespace("ap-export-group"),{t:i}=A.useLocale(),C=E.useGlobalConfig("uiMode"),b=e.computed(()=>{const o={aplus:"#0070FF",admin:"#34b77c"};return f.value?"":o[C.value]||o.aplus}),f=e.computed(()=>!!(t!=null&&t.disabled)),v={textAlign:"center"},d=e.ref(!1),y=e.computed(()=>(t==null?void 0:t.selectedRowKeys)||[]),S=e.computed(()=>{let o=t==null?void 0:t.ifShow;return!(t!=null&&t.ifShow)&&(t!=null&&t.auth)&&(o=()=>h(t.auth)),(o==null?void 0:o())??!0});async function _({key:o}){var x;const{getRequestParams:r,request:a}=t||{};let u={};if(o===s.ActionType.SELECT){const n=((r==null?void 0:r())||{}).exportFieldList;u={ids:y.value,exportFieldList:n};for(const c in u)u[c]||delete u[c]}else o===s.ActionType.ALL&&(u=(r==null?void 0:r())||{});try{d.value=!0;const n=await(a==null?void 0:a(u));n.headers&&!((x=n==null?void 0:n.headers)!=null&&x["content-disposition"])?n.data.text().then(c=>{const p=JSON.parse(c||"{}");p.code&&p.code!=="200"&&l.Modal.error({title:i("ap.apExportGroup.exportError"),content:p.message,centered:!0})}):g.formatFileNameAndDownloadFile(n)}finally{d.value=!1}}return(o,r)=>S.value?(e.openBlock(),e.createBlock(e.unref(l.Dropdown),{key:0,class:e.normalizeClass([e.unref(w)()]),overlayStyle:v,disabled:f.value},{overlay:e.withCtx(()=>[e.createVNode(e.unref(l.Menu),{onClick:_},{default:e.withCtx(()=>{var a;return[(e.openBlock(),e.createBlock(e.unref(l.MenuItem),{key:e.unref(s.ActionType).SELECT,disabled:((a=y.value)==null?void 0:a.length)===0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(i)("ap.apExportGroup.exportSelected")),1)]),_:1},8,["disabled"])),(e.openBlock(),e.createBlock(e.unref(l.MenuItem),{key:e.unref(s.ActionType).ALL},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(i)("ap.apExportGroup.exportAll")),1)]),_:1}))]}),_:1})]),default:e.withCtx(()=>[e.createVNode(e.unref(l.Button),{style:e.normalizeStyle({color:b.value}),loading:d.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString((t==null?void 0:t.text)??e.unref(i)("ap.apExportGroup.export"))+" ",1),e.createVNode(e.unref(k.DownOutlined))]),_:1},8,["style","loading"])]),_:1},8,["class","disabled"])):e.createCommentVNode("",!0)}});exports.default=M;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),L=require("@aplus-frontend/utils"),N=require("@ant-design/icons-vue"),l=require("ant-design-vue");require("../../config-provider/index.js");const s=require("./interface.js"),A=require("@aplus-frontend/hooks"),E=require("../../config-provider/hooks/use-namespace.js"),F=require("../../config-provider/hooks/use-locale.js"),M=require("../../config-provider/hooks/use-global-config.js"),T=e.defineComponent({__name:"ApExportGroup",props:{selectedRowKeys:{},disabled:{type:Boolean},auth:{},ifShow:{type:Function},text:{},request:{type:Function},getRequestParams:{type:Function},getInitialParams:{type:Function}},setup(h){const{hasPermission:w}=A.usePermission(),t=h,{b:C}=E.useNamespace("ap-export-group"),{t:u}=F.useLocale(),b=M.useGlobalConfig("uiMode"),g=e.computed(()=>{const o={aplus:"#0070FF",admin:"#34b77c"};return p.value?"":o[b.value]||o.aplus}),p=e.computed(()=>!!(t!=null&&t.disabled)),v={textAlign:"center"},d=e.ref(!1),y=e.computed(()=>(t==null?void 0:t.selectedRowKeys)||[]),S=e.computed(()=>{let o=t==null?void 0:t.ifShow;return!(t!=null&&t.ifShow)&&(t!=null&&t.auth)&&(o=()=>w(t.auth)),(o==null?void 0:o())??!0});async function _({key:o}){var x,m;const{getRequestParams:a,request:r}=t||{};let i={};if(o===s.ActionType.SELECT){const n=((a==null?void 0:a())||{}).exportFieldList;i={ids:y.value,exportFieldList:n};for(const c in i)i[c]||delete i[c]}else o===s.ActionType.ALL&&(i=(a==null?void 0:a())||{});const k=((x=t==null?void 0:t.getInitialParams)==null?void 0:x.call(t))||{};try{d.value=!0;const n=await(r==null?void 0:r({...i,...k}));n.headers&&!((m=n==null?void 0:n.headers)!=null&&m["content-disposition"])?n.data.text().then(c=>{const f=JSON.parse(c||"{}");f.code&&f.code!=="200"&&l.Modal.error({title:u("ap.apExportGroup.exportError"),content:f.message,centered:!0})}):L.formatFileNameAndDownloadFile(n)}finally{d.value=!1}}return(o,a)=>S.value?(e.openBlock(),e.createBlock(e.unref(l.Dropdown),{key:0,class:e.normalizeClass([e.unref(C)()]),overlayStyle:v,disabled:p.value},{overlay:e.withCtx(()=>[e.createVNode(e.unref(l.Menu),{onClick:_},{default:e.withCtx(()=>{var r;return[(e.openBlock(),e.createBlock(e.unref(l.MenuItem),{key:e.unref(s.ActionType).SELECT,disabled:((r=y.value)==null?void 0:r.length)===0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(u)("ap.apExportGroup.exportSelected")),1)]),_:1},8,["disabled"])),(e.openBlock(),e.createBlock(e.unref(l.MenuItem),{key:e.unref(s.ActionType).ALL},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(u)("ap.apExportGroup.exportAll")),1)]),_:1}))]}),_:1})]),default:e.withCtx(()=>[e.createVNode(e.unref(l.Button),{style:e.normalizeStyle({color:g.value}),loading:d.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString((t==null?void 0:t.text)??e.unref(u)("ap.apExportGroup.export"))+" ",1),e.createVNode(e.unref(N.DownOutlined))]),_:1},8,["style","loading"])]),_:1},8,["class","disabled"])):e.createCommentVNode("",!0)}});exports.default=T;
@@ -28,6 +28,10 @@ export interface Props {
28
28
  * 导出接口参数
29
29
  */
30
30
  getRequestParams?: () => Record<string, any>;
31
+ /**
32
+ * 初始化参数
33
+ */
34
+ getInitialParams?: () => Record<string, any>;
31
35
  }
32
36
  export declare enum ActionType {
33
37
  ALL = "ALL",
@@ -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 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),n=require("ant-design-vue"),l=require("@aplus-frontend/icon");require("../../config-provider/index.js");const s=require("lodash-unified");require("./style.css");const u=require("../../config-provider/hooks/use-namespace.js"),i=e.defineComponent({name:"ApLabel",__name:"ApLabel",props:{count:{},showZero:{type:Boolean},overflowCount:{},dot:{type:Boolean},prefixCls:{},scrollNumberPrefixCls:{},status:{default:"default"},size:{},color:{},text:{default:""},offset:{},numberStyle:{},title:{},helpMessage:{},placement:{default:"top"},iconColor:{default:"#FF4D4F"},iconType:{default:"question"},iconSize:{default:16},slotName:{}},setup(r){const t=e.computed(()=>({color:o.iconColor,"font-size":o.iconSize+"px","margin-left":"6px"})),o=r,{b:a}=u.useNamespace("ap-label");return(c,p)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(a)()])},[e.createVNode(e.unref(n.Badge),e.normalizeProps(e.guardReactiveProps(e.unref(s.omit)(o,["helpMessage","placement","iconColor"]))),null,16),o.slotName?e.renderSlot(c.$slots,o.slotName,{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[o.helpMessage?(e.openBlock(),e.createBlock(e.unref(n.Tooltip),{key:0,placement:o.placement,title:o.helpMessage},{default:e.withCtx(()=>[o.iconType==="question"?(e.openBlock(),e.createBlock(e.unref(l.IconApAdLineAnnotation),{key:0,style:e.normalizeStyle(t.value)},null,8,["style"])):e.createCommentVNode("",!0),o.iconType==="warning"?(e.openBlock(),e.createBlock(e.unref(l.IconApAdFillWarn),{key:1,style:e.normalizeStyle(t.value)},null,8,["style"])):e.createCommentVNode("",!0),o.iconType==="ellipsis"?(e.openBlock(),e.createBlock(e.unref(l.IconApAdFillExecution),{key:2,style:e.normalizeStyle(t.value)},null,8,["style"])):e.createCommentVNode("",!0)]),_:1},8,["placement","title"])):e.createCommentVNode("",!0)],64))],2))}});exports.default=i;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),a=require("ant-design-vue"),t=require("@aplus-frontend/icon");require("../../config-provider/index.js");const u=require("lodash-unified");require("./style.css");const i=require("../../config-provider/hooks/use-namespace.js"),p=e.defineComponent({name:"ApLabel",__name:"ApLabel",props:{count:{},showZero:{type:Boolean},overflowCount:{},dot:{type:Boolean},prefixCls:{},scrollNumberPrefixCls:{},status:{default:"default"},size:{},color:{},text:{default:""},offset:{},numberStyle:{},title:{},helpMessage:{},placement:{default:"top"},iconColor:{default:"#FF4D4F"},iconType:{default:"question"},iconSize:{default:16},show:{type:Boolean,default:!0}},setup(s){const o=e.computed(()=>({color:l.iconColor,"font-size":l.iconSize+"px","margin-left":"4px",display:"inline-flex"})),l=s,{b:c,e:r}=i.useNamespace("ap-label");return(n,m)=>l.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([e.unref(c)()])},[e.createElementVNode("div",{class:e.normalizeClass([e.unref(r)("content")])},[e.createVNode(e.unref(a.Badge),e.normalizeProps(e.guardReactiveProps(e.unref(u.omit)(l,["helpMessage","placement","iconColor"]))),null,16),n.$slots.default?e.renderSlot(n.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[l.helpMessage?(e.openBlock(),e.createBlock(e.unref(a.Tooltip),{key:0,placement:l.placement,title:l.helpMessage},{default:e.withCtx(()=>[l.iconType==="question"?(e.openBlock(),e.createBlock(e.unref(t.IconApAdLineAnnotation),{key:0,style:e.normalizeStyle(o.value)},null,8,["style"])):e.createCommentVNode("",!0),l.iconType==="warning"?(e.openBlock(),e.createBlock(e.unref(t.IconApAdFillWarn),{key:1,style:e.normalizeStyle(o.value)},null,8,["style"])):e.createCommentVNode("",!0),l.iconType==="ellipsis"?(e.openBlock(),e.createBlock(e.unref(t.IconApAdFillExecution),{key:2,style:e.normalizeStyle(o.value)},null,8,["style"])):e.createCommentVNode("",!0),l.iconType==="success"?(e.openBlock(),e.createBlock(e.unref(t.IconApAdFillSuccessful),{key:3,style:e.normalizeStyle(o.value)},null,8,["style"])):e.createCommentVNode("",!0)]),_:1},8,["placement","title"])):e.createCommentVNode("",!0)],64))],2),e.createElementVNode("div",{class:e.normalizeClass([e.unref(r)("custom")])},[e.renderSlot(n.$slots,"custom")],2)],2)):e.createCommentVNode("",!0)}});exports.default=p;
@@ -0,0 +1,43 @@
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
+ tagValue: {
9
+ type: PropType<string | number | undefined>;
10
+ default: undefined;
11
+ };
12
+ columns: {
13
+ type: PropType<Array<ApLabelGroupItemProps<any>>>;
14
+ default: null;
15
+ };
16
+ record: {
17
+ type: PropType<any>;
18
+ default: null;
19
+ };
20
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
21
+ value: {
22
+ type: PropType<string | number | undefined>;
23
+ default: undefined;
24
+ };
25
+ tagValue: {
26
+ type: PropType<string | number | undefined>;
27
+ default: undefined;
28
+ };
29
+ columns: {
30
+ type: PropType<Array<ApLabelGroupItemProps<any>>>;
31
+ default: null;
32
+ };
33
+ record: {
34
+ type: PropType<any>;
35
+ default: null;
36
+ };
37
+ }>>, {
38
+ value: string | number | undefined;
39
+ columns: ApLabelGroupItemProps<any>[];
40
+ record: any;
41
+ tagValue: string | number | undefined;
42
+ }, {}>;
43
+ export default _default;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("vue");require("../../config-provider/index.js");require("./ApLabel.vue.js");const a=require("lodash-unified"),o=require("./constans.js"),l=require("ant-design-vue"),s=require("../../config-provider/hooks/use-namespace.js"),c=require("./ApLabel.vue2.js"),{b:d}=s.useNamespace("ap-label-group"),i=u.defineComponent({name:"ApLabelGroup",props:o.ApLabelGroupProps(),setup(r){const n=e=>(r.tagValue||r.tagValue===0)&&e.tagConfig&&e.tagConfig.length>0?()=>e.tagConfig.filter(t=>r.tagValue===t.value).map(t=>u.createVNode(l.Tag,a.omit(t,["text"]),{default:()=>[t.text]})):e.customRender?()=>u.createVNode("div",null,[e.customRender(r.record)]):null;return()=>u.createVNode("div",{class:d()},[r.columns?r.columns.map((e,t)=>u.createVNode(c.default,u.mergeProps({key:t,show:r.value===e.value},a.omit(e,["value","tagConfig","customRender"])),{custom:n(e)})):u.createVNode("div",null,[u.createTextVNode("columns数组不能为空")])])}});exports.default=i;
@@ -0,0 +1,20 @@
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
+ tagValue: {
9
+ type: PropType<string | number | undefined>;
10
+ default: undefined;
11
+ };
12
+ columns: {
13
+ type: PropType<Array<ApLabelGroupItemProps<any>>>;
14
+ default: null;
15
+ };
16
+ record: {
17
+ type: PropType<any>;
18
+ default: null;
19
+ };
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=()=>({value:{type:String,default:void 0},tagValue:{type:String,default:void 0},columns:{type:Array,default:null},record:{type:Object,default:null}});exports.ApLabelGroupProps=e;
@@ -1,10 +1,29 @@
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';
4
+ import { VNode, VNodeChild } from 'vue';
5
+ type Recordable = Record<string, any>;
3
6
  export type ApLabelProps = BadgeProps & Partial<{
4
7
  helpMessage: string;
5
8
  placement: TooltipPlacement;
6
9
  iconColor: string;
7
- iconType: 'question' | 'warning' | 'ellipsis';
10
+ iconType: 'question' | 'warning' | 'ellipsis' | 'success';
8
11
  iconSize: number;
9
- slotName: string;
12
+ show: boolean;
10
13
  }>;
14
+ export type tagConfigKey = TagProps & {
15
+ value: number | string | undefined | null;
16
+ text: string;
17
+ };
18
+ export type ApLabelGroupItemProps<T extends Recordable = Recordable> = ApLabelProps & {
19
+ value?: string | number | null | undefined;
20
+ tagConfig?: Array<tagConfigKey> | null | undefined;
21
+ customRender?: (record?: T) => VNodeChild | VNode | string;
22
+ };
23
+ export type ApLabelGroupProps<T extends Recordable = Recordable> = {
24
+ value: string | number | null | undefined;
25
+ tagValue?: string | number | null | undefined;
26
+ columns: Array<ApLabelGroupItemProps<T>> | null;
27
+ record?: T;
28
+ };
29
+ 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<() => {
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../../ap-field/index.js");const E=require("@aplus-frontend/icon");require("../../config-provider/index.js");const p=require("ant-design-vue"),S=require("lodash-unified");require("./index.css");const b=require("../../config-provider/hooks/use-namespace.js"),w=require("../../ap-field/text/index.js"),x=["onClick"],B=e.defineComponent({__name:"select-layout",props:{title:{},request:{},defaultFold:{type:Boolean,default:!1}},emits:["onSelect","afterEnter","afterLeave"],setup(k,{emit:y}){const{b:s,be:i,bem:o}=b.useNamespace("ap-select-layout"),a=k,u=y,d=e.ref(),r=e.ref(a.defaultFold),c=e.ref(!a.defaultFold),f=e.ref(),v=e.ref(),m=e.ref(),C=e.ref(""),h=()=>{r.value=!r.value,f.value=!1,v.value=!1},N=t=>{m.value=t,u("onSelect",t)},g=S.debounce(t=>{var n;C.value=(n=t.target)==null?void 0:n.value},500),z=e.computed(()=>{var t;return(t=d.value)==null?void 0:t.filter(n=>n.name.includes(C.value))}),T=t=>{c.value=!0,u("afterEnter",t)},q=t=>{c.value=!1,u("afterLeave",t)};return e.onMounted(()=>{a.request().then(t=>{var n;d.value=t,N((n=d.value)==null?void 0:n[0])})}),(t,n)=>{var V;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(s)())},[e.createVNode(e.Transition,{mode:"out-in",onAfterEnter:T,onAfterLeave:q},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(e.unref(s)("side"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(i)("side","header"))},[e.createElementVNode("h3",null,e.toDisplayString(a.title),1),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o)("side","header","imgWrap"))},[e.createVNode(e.unref(p.Tooltip),{open:f.value,"onUpdate:open":n[0]||(n[0]=l=>f.value=l)},{title:e.withCtx(()=>n[2]||(n[2]=[e.createTextVNode("收起")])),default:e.withCtx(()=>[e.createVNode(e.unref(E.IconApLeftarrow),{onClick:h})]),_:1},8,["open"])],2)],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(i)("side","body"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(o)("side","body","search"))},[e.createVNode(e.unref(w.ApFieldText),{placeholder:"请输入",onChange:e.unref(g)},null,8,["onChange"])],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o)("side","body","scroll"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(z.value,l=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:l.value,class:e.normalizeClass(`${e.unref(o)("side","body","scroll-item")} ${m.value===l?"active":""}`),onClick:L=>N(l)},[e.renderSlot(t.$slots,"itemRender",{item:l},()=>[e.createVNode(e.unref(p.TypographyText),{ellipsis:{tooltip:l.name},content:`${l.name}`},null,8,["ellipsis","content"])])],10,x)),[[e.vShow,c.value]])),128))],2)],2)],2),[[e.vShow,!r.value]])]),_:3}),e.createElementVNode("div",{class:e.normalizeClass(e.unref(s)("content"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(i)("content","header"))},[r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(o)("content","header","imgWrap"))},[e.createVNode(e.unref(p.Tooltip),{open:v.value,"onUpdate:open":n[1]||(n[1]=l=>v.value=l)},{title:e.withCtx(()=>n[3]||(n[3]=[e.createTextVNode("展开")])),default:e.withCtx(()=>[e.createVNode(e.unref(E.IconApMenu),{onClick:h})]),_:1},8,["open"])],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o)("content","header","title"))},e.toDisplayString((V=m.value)==null?void 0:V.name),3)],2),e.renderSlot(t.$slots,"default")],2)],2)}}});exports.default=B;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../../ap-field/index.js");const E=require("@aplus-frontend/icon");require("../../config-provider/index.js");const p=require("ant-design-vue"),S=require("lodash-unified");require("./index.css");const b=require("../../config-provider/hooks/use-namespace.js"),w=require("../../ap-field/text/index.js"),x=["onClick"],B=e.defineComponent({__name:"select-layout",props:{title:{},request:{},defaultFold:{type:Boolean,default:!1}},emits:["onSelect","afterEnter","afterLeave"],setup(k,{emit:y}){const{b:s,be:c,bem:a}=b.useNamespace("ap-select-layout"),o=k,i=y,u=e.ref(),r=e.ref(o.defaultFold),d=e.ref(!o.defaultFold),f=e.ref(),v=e.ref(),m=e.ref(),h=e.ref(""),C=()=>{r.value=!r.value,f.value=!1,v.value=!1},N=t=>{m.value=t,i("onSelect",t)},g=S.debounce(t=>{var n;h.value=(n=t.target)==null?void 0:n.value},500),z=e.computed(()=>{var t;return(t=u.value)==null?void 0:t.filter(n=>n.name.includes(h.value))}),T=t=>{d.value=!0,i("afterEnter",t)},q=t=>{d.value=!1,i("afterLeave",t)};return e.onMounted(()=>{o.request().then(t=>{var n;u.value=t,N((n=u.value)==null?void 0:n[0])})}),(t,n)=>{var V;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(s)())},[e.createVNode(e.Transition,{mode:"out-in",onAfterEnter:T,onAfterLeave:q},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(e.unref(s)("side"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(c)("side","header"))},[e.createElementVNode("h3",null,e.toDisplayString(o.title),1),e.createElementVNode("div",{class:e.normalizeClass(e.unref(a)("side","header","imgWrap"))},[e.createVNode(e.unref(p.Tooltip),{open:f.value,"onUpdate:open":n[0]||(n[0]=l=>f.value=l)},{title:e.withCtx(()=>[e.createTextVNode("收起")]),default:e.withCtx(()=>[e.createVNode(e.unref(E.IconApLeftarrow),{onClick:C})]),_:1},8,["open"])],2)],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(c)("side","body"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(a)("side","body","search"))},[e.createVNode(e.unref(w.ApFieldText),{placeholder:"请输入",onChange:e.unref(g)},null,8,["onChange"])],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(a)("side","body","scroll"))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(z.value,l=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:l.value,class:e.normalizeClass(`${e.unref(a)("side","body","scroll-item")} ${m.value===l?"active":""}`),onClick:L=>N(l)},[e.renderSlot(t.$slots,"itemRender",{item:l},()=>[e.createVNode(e.unref(p.TypographyText),{ellipsis:{tooltip:l.name},content:`${l.name}`},null,8,["ellipsis","content"])])],10,x)),[[e.vShow,d.value]])),128))],2)],2)],2),[[e.vShow,!r.value]])]),_:3}),e.createElementVNode("div",{class:e.normalizeClass(e.unref(s)("content"))},[e.createElementVNode("div",{class:e.normalizeClass(e.unref(c)("content","header"))},[r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(a)("content","header","imgWrap"))},[e.createVNode(e.unref(p.Tooltip),{open:v.value,"onUpdate:open":n[1]||(n[1]=l=>v.value=l)},{title:e.withCtx(()=>[e.createTextVNode("展开")]),default:e.withCtx(()=>[e.createVNode(e.unref(E.IconApMenu),{onClick:C})]),_:1},8,["open"])],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(a)("content","header","title"))},e.toDisplayString((V=m.value)==null?void 0:V.name),3)],2),e.renderSlot(t.$slots,"default")],2)],2)}}});exports.default=B;
@@ -1,8 +1,33 @@
1
1
  import { ApStatusProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ApStatusProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApStatusProps & {}>, {
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApStatusProps>, {
4
4
  color: string;
5
5
  padding: number;
6
6
  show: boolean;
7
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
7
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApStatusProps>, {
8
+ color: string;
9
+ padding: number;
10
+ show: boolean;
11
+ }>>>, {
12
+ color: string;
13
+ padding: number;
14
+ show: boolean;
15
+ }, {}>;
8
16
  export default _default;
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToOption<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
@@ -1,9 +1,36 @@
1
1
  import { ApStatusGroupProps, ApStatusGroupItemProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ApStatusGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApStatusGroupProps & {}>, {
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApStatusGroupProps>, {
4
+ currentValue: number;
5
+ padding: number;
6
+ statusList: null;
7
+ show: boolean;
8
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApStatusGroupProps>, {
9
+ currentValue: number;
10
+ padding: number;
11
+ statusList: null;
12
+ show: boolean;
13
+ }>>>, {
4
14
  padding: number;
5
15
  show: boolean;
6
16
  currentValue: number | string;
7
17
  statusList: ApStatusGroupItemProps[] | null;
8
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
18
+ }, {}>;
9
19
  export default _default;
20
+ type __VLS_WithDefaults<P, D> = {
21
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
22
+ default: D[K];
23
+ }> : P[K];
24
+ };
25
+ type __VLS_Prettify<T> = {
26
+ [K in keyof T]: T[K];
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
+ };