@aplus-frontend/ui 0.2.28 → 0.3.0

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 (349) hide show
  1. package/es/index.mjs +42 -40
  2. package/es/src/ap-action/group/index.vue.d.ts +3 -30
  3. package/es/src/ap-action/item/index.vue.d.ts +4 -36
  4. package/es/src/ap-action/item/index.vue2.mjs +27 -27
  5. package/es/src/ap-action/item-dropdown/index.vue.d.ts +5 -39
  6. package/es/src/ap-action/item-modal/index.vue.d.ts +5 -33
  7. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +5 -33
  8. package/es/src/ap-button/ap-action-button.vue.d.ts +5 -31
  9. package/es/src/ap-button/ap-button.vue.d.ts +5 -31
  10. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +4 -12
  11. package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -15
  12. package/es/src/ap-download/ap-download.vue.d.ts +8 -31
  13. package/es/src/ap-field/checkbox/index.vue.d.ts +5 -32
  14. package/es/src/ap-field/date/index.vue.d.ts +7 -65
  15. package/es/src/ap-field/date-range/index.vue.d.ts +7 -67
  16. package/es/src/ap-field/hooks/use-options.d.ts +1 -1
  17. package/es/src/ap-field/number/index.vue.d.ts +20 -177
  18. package/es/src/ap-field/radio/index.vue.d.ts +6 -33
  19. package/es/src/ap-field/rate/index.vue.d.ts +12 -75
  20. package/es/src/ap-field/segmented/index.vue.d.ts +7 -33
  21. package/es/src/ap-field/select/index.vue.d.ts +12 -234
  22. package/es/src/ap-field/select/index.vue.mjs +10 -10
  23. package/es/src/ap-field/slider/index.vue.d.ts +12 -144
  24. package/es/src/ap-field/switch/index.vue.d.ts +7 -37
  25. package/es/src/ap-field/text/index.vue.d.ts +8 -40
  26. package/es/src/ap-field/text/index.vue2.mjs +23 -20
  27. package/es/src/ap-field/text/password.vue.d.ts +9 -47
  28. package/es/src/ap-field/text/password.vue.mjs +19 -16
  29. package/es/src/ap-field/text-area/index.vue.d.ts +6 -39
  30. package/es/src/ap-field/text-area/index.vue.mjs +7 -4
  31. package/es/src/ap-form/ap-form.vue.d.ts +21 -274
  32. package/es/src/ap-form/dependency/index.vue.d.ts +4 -12
  33. package/es/src/ap-form/drawer-form/index.vue.d.ts +37 -536
  34. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  35. package/es/src/ap-form/item/index.vue.d.ts +37 -278
  36. package/es/src/ap-form/item-group/index.vue.d.ts +5 -29
  37. package/es/src/ap-form/items/checkbox/index.vue.d.ts +5 -37
  38. package/es/src/ap-form/items/date/index.vue.d.ts +5 -37
  39. package/es/src/ap-form/items/date-range/index.vue.d.ts +5 -37
  40. package/es/src/ap-form/items/number/index.vue.d.ts +53 -510
  41. package/es/src/ap-form/items/radio/index.vue.d.ts +14 -219
  42. package/es/src/ap-form/items/select/index.vue.d.ts +6 -38
  43. package/es/src/ap-form/items/switch/index.vue.d.ts +5 -39
  44. package/es/src/ap-form/items/text/group.vue.d.ts +5 -25
  45. package/es/src/ap-form/items/text/index.vue.d.ts +38 -495
  46. package/es/src/ap-form/items/text/password.vue.d.ts +47 -559
  47. package/es/src/ap-form/items/text-area/index.vue.d.ts +14 -480
  48. package/es/src/ap-form/list/index.vue.d.ts +4 -12
  49. package/es/src/ap-form/modal-form/index.vue.d.ts +37 -535
  50. package/es/src/ap-form/render/control.vue.d.ts +4 -12
  51. package/es/src/ap-form/render/item.vue.d.ts +5 -37
  52. package/es/src/ap-form/search-form/index.vue.d.ts +37 -532
  53. package/es/src/ap-form/set/index.vue.d.ts +5 -25
  54. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +4 -12
  55. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +5 -27
  56. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +7 -29
  57. package/es/src/ap-list/index.vue.d.ts +4 -6
  58. package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -24
  59. package/es/src/ap-scroll-bar/index.d.ts +7 -42
  60. package/es/src/ap-table/ap-table.vue.d.ts +3 -5
  61. package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
  62. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +2 -11
  63. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +5 -25
  64. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +2 -11
  65. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +2 -11
  66. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +6 -15
  67. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +5 -14
  68. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +2 -11
  69. package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
  70. package/es/src/ap-table/constants.d.ts +162 -13427
  71. package/es/src/ap-table/hooks/use-table-column-state.d.ts +11 -3
  72. package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  73. package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  74. package/es/src/ap-table/utils.d.ts +65 -7907
  75. package/es/src/ap-tag/ap-tag-group.vue.d.ts +5 -29
  76. package/es/src/ap-tag/ap-tag-group.vue.mjs +88 -88
  77. package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
  78. package/es/src/ap-upload/apUpload.vue.d.ts +9 -8
  79. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  80. package/es/src/ap-upload/components/Picture.vue.d.ts +6 -10
  81. package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  82. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +6 -29
  83. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +2 -2
  84. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +10 -10
  85. package/es/src/business/ap-appendix/index.d.ts +7 -108
  86. package/es/src/business/ap-attachment/ApAttachment.d.ts +5 -5
  87. package/es/src/business/ap-attachment/index.d.ts +7 -48
  88. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +4 -12
  89. package/es/src/business/ap-batch-action/index.d.ts +5 -32
  90. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +3 -11
  91. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -14
  92. package/es/src/business/ap-batch-action-group/index.d.ts +590 -905
  93. package/es/src/business/ap-button-group/ApButtonGroup.vue.d.ts +2 -19
  94. package/es/src/business/ap-button-group/index.d.ts +5 -603
  95. package/es/src/business/ap-card/ApCard.vue.d.ts +4 -12
  96. package/es/src/business/ap-card/index.d.ts +5 -33
  97. package/es/src/business/ap-card/interface.d.ts +1 -1
  98. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -10
  99. package/es/src/business/ap-expand-alert/index.d.ts +6 -8
  100. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +3 -24
  101. package/es/src/business/ap-export-group/index.d.ts +7 -146
  102. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +7 -29
  103. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +9 -356
  104. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +2 -2
  105. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +18 -18
  106. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +2 -2
  107. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +34 -34
  108. package/es/src/business/ap-group-search/index.d.ts +711 -2447
  109. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +10 -357
  110. package/es/src/business/ap-image/ApImage.vue.d.ts +5 -25
  111. package/es/src/business/ap-image/index.d.ts +7 -139
  112. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +6 -31
  113. package/es/src/business/ap-input-radio/index.d.ts +14 -339
  114. package/es/src/business/ap-label/ApLabel.d.ts +5 -5
  115. package/es/src/business/ap-label/group/ApLabelGroup.d.ts +5 -5
  116. package/es/src/business/ap-label/index.d.ts +13 -90
  117. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +5 -71
  118. package/es/src/business/ap-ladder/index.d.ts +7 -479
  119. package/es/src/business/ap-select-layout/index.d.ts +5 -7
  120. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -12
  121. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +58 -58
  122. package/es/src/business/ap-size-input/ApSizeInput.d.ts +84 -0
  123. package/es/src/business/ap-size-input/ApSizeInput.mjs +62 -0
  124. package/es/src/business/ap-size-input/constans.d.ts +38 -0
  125. package/es/src/business/ap-size-input/constans.mjs +40 -0
  126. package/es/src/business/ap-size-input/index.d.ts +155 -0
  127. package/es/src/business/ap-size-input/index.mjs +7 -0
  128. package/es/src/business/ap-size-input/interface.d.ts +11 -0
  129. package/es/src/business/ap-size-input/interface.mjs +1 -0
  130. package/es/src/business/ap-size-input/style/css.d.ts +0 -0
  131. package/es/src/business/ap-size-input/style/css.js +1 -0
  132. package/es/src/business/ap-size-input/style/index.d.ts +0 -0
  133. package/es/src/business/ap-size-input/style/index.js +1 -0
  134. package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
  135. package/es/src/business/ap-status/group/ApStatusGroup.vue.d.ts +3 -30
  136. package/es/src/business/ap-status/index.d.ts +12 -192
  137. package/es/src/business/ap-summary/ap-summary.vue.d.ts +3 -28
  138. package/es/src/business/ap-summary/index.d.ts +7 -87
  139. package/es/src/business/ap-table-modal/index.d.ts +15 -1056
  140. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +6 -5
  141. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +12 -37
  142. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +8 -58
  143. package/es/src/business/ap-title/ApTitle.vue.d.ts +5 -33
  144. package/es/src/business/ap-title/index.d.ts +7 -110
  145. package/es/src/business/ap-title/interface.d.ts +4 -4
  146. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +8 -31
  147. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +2 -2
  148. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +18 -18
  149. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +2 -2
  150. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +10 -10
  151. package/es/src/business/batch-input-group/index.vue.d.ts +5 -38
  152. package/es/src/business/batch-input-group/index.vue.mjs +35 -32
  153. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +4 -13
  154. package/es/src/business/hooks/usePageListApTable.d.ts +1 -0
  155. package/es/src/business/hooks/usePageListApTable.mjs +41 -33
  156. package/es/src/business/index.d.ts +1 -0
  157. package/es/src/business/index.mjs +20 -18
  158. package/es/src/check-card/group.vue.d.ts +7 -45
  159. package/es/src/check-card/index.vue.d.ts +7 -37
  160. package/es/src/config-provider/config-provider.d.ts +5 -5
  161. package/es/src/config-provider/index.d.ts +7 -256
  162. package/es/src/editable-table/form-item.vue.d.ts +5 -7
  163. package/es/src/editable-table/index.vue.d.ts +4 -8
  164. package/es/src/hooks/useControllableValue.d.ts +1 -1
  165. package/es/src/index.mjs +40 -38
  166. package/es/src/locale/lang/en.mjs +5 -0
  167. package/es/src/locale/lang/zh-cn.mjs +5 -0
  168. package/es/src/path-map.mjs +1 -0
  169. package/es/src/tests/wrapper.d.ts +6 -6
  170. package/es/src/utils/ap-trans-data/index.d.ts +1 -1
  171. package/es/src/utils/ap-trans-data/index.mjs +26 -14
  172. package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
  173. package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
  174. package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
  175. package/lib/index.js +1 -1
  176. package/lib/src/ap-action/group/index.vue.d.ts +3 -30
  177. package/lib/src/ap-action/item/index.vue.d.ts +4 -36
  178. package/lib/src/ap-action/item/index.vue2.js +1 -1
  179. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +5 -39
  180. package/lib/src/ap-action/item-modal/index.vue.d.ts +5 -33
  181. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +5 -33
  182. package/lib/src/ap-button/ap-action-button.vue.d.ts +5 -31
  183. package/lib/src/ap-button/ap-button.vue.d.ts +5 -31
  184. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +4 -12
  185. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -15
  186. package/lib/src/ap-download/ap-download.vue.d.ts +8 -31
  187. package/lib/src/ap-field/checkbox/index.vue.d.ts +5 -32
  188. package/lib/src/ap-field/date/index.vue.d.ts +7 -65
  189. package/lib/src/ap-field/date-range/index.vue.d.ts +7 -67
  190. package/lib/src/ap-field/hooks/use-options.d.ts +1 -1
  191. package/lib/src/ap-field/number/index.vue.d.ts +20 -177
  192. package/lib/src/ap-field/radio/index.vue.d.ts +6 -33
  193. package/lib/src/ap-field/rate/index.vue.d.ts +12 -75
  194. package/lib/src/ap-field/segmented/index.vue.d.ts +7 -33
  195. package/lib/src/ap-field/select/index.vue.d.ts +12 -234
  196. package/lib/src/ap-field/select/index.vue.js +1 -1
  197. package/lib/src/ap-field/slider/index.vue.d.ts +12 -144
  198. package/lib/src/ap-field/switch/index.vue.d.ts +7 -37
  199. package/lib/src/ap-field/text/index.vue.d.ts +8 -40
  200. package/lib/src/ap-field/text/index.vue2.js +1 -1
  201. package/lib/src/ap-field/text/password.vue.d.ts +9 -47
  202. package/lib/src/ap-field/text/password.vue.js +1 -1
  203. package/lib/src/ap-field/text-area/index.vue.d.ts +6 -39
  204. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  205. package/lib/src/ap-form/ap-form.vue.d.ts +21 -274
  206. package/lib/src/ap-form/dependency/index.vue.d.ts +4 -12
  207. package/lib/src/ap-form/drawer-form/index.vue.d.ts +37 -536
  208. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  209. package/lib/src/ap-form/item/index.vue.d.ts +37 -278
  210. package/lib/src/ap-form/item-group/index.vue.d.ts +5 -29
  211. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +5 -37
  212. package/lib/src/ap-form/items/date/index.vue.d.ts +5 -37
  213. package/lib/src/ap-form/items/date-range/index.vue.d.ts +5 -37
  214. package/lib/src/ap-form/items/number/index.vue.d.ts +53 -510
  215. package/lib/src/ap-form/items/radio/index.vue.d.ts +14 -219
  216. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -38
  217. package/lib/src/ap-form/items/switch/index.vue.d.ts +5 -39
  218. package/lib/src/ap-form/items/text/group.vue.d.ts +5 -25
  219. package/lib/src/ap-form/items/text/index.vue.d.ts +38 -495
  220. package/lib/src/ap-form/items/text/password.vue.d.ts +47 -559
  221. package/lib/src/ap-form/items/text-area/index.vue.d.ts +14 -480
  222. package/lib/src/ap-form/list/index.vue.d.ts +4 -12
  223. package/lib/src/ap-form/modal-form/index.vue.d.ts +37 -535
  224. package/lib/src/ap-form/render/control.vue.d.ts +4 -12
  225. package/lib/src/ap-form/render/item.vue.d.ts +5 -37
  226. package/lib/src/ap-form/search-form/index.vue.d.ts +37 -532
  227. package/lib/src/ap-form/set/index.vue.d.ts +5 -25
  228. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +4 -12
  229. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +5 -27
  230. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +7 -29
  231. package/lib/src/ap-list/index.vue.d.ts +4 -6
  232. package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -24
  233. package/lib/src/ap-scroll-bar/index.d.ts +7 -42
  234. package/lib/src/ap-table/ap-table.vue.d.ts +3 -5
  235. package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
  236. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +2 -11
  237. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +5 -25
  238. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +2 -11
  239. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +2 -11
  240. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +6 -15
  241. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +5 -14
  242. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +2 -11
  243. package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
  244. package/lib/src/ap-table/constants.d.ts +162 -13427
  245. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +11 -3
  246. package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  247. package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  248. package/lib/src/ap-table/utils.d.ts +65 -7907
  249. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +5 -29
  250. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  251. package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
  252. package/lib/src/ap-upload/apUpload.vue.d.ts +9 -8
  253. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  254. package/lib/src/ap-upload/components/Picture.vue.d.ts +6 -10
  255. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  256. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +6 -29
  257. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +2 -2
  258. package/lib/src/business/ap-appendix/icons/file-icon.vue.js +1 -1
  259. package/lib/src/business/ap-appendix/index.d.ts +7 -108
  260. package/lib/src/business/ap-attachment/ApAttachment.d.ts +5 -5
  261. package/lib/src/business/ap-attachment/index.d.ts +7 -48
  262. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +4 -12
  263. package/lib/src/business/ap-batch-action/index.d.ts +5 -32
  264. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +3 -11
  265. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -14
  266. package/lib/src/business/ap-batch-action-group/index.d.ts +590 -905
  267. package/lib/src/business/ap-button-group/ApButtonGroup.vue.d.ts +2 -19
  268. package/lib/src/business/ap-button-group/index.d.ts +5 -603
  269. package/lib/src/business/ap-card/ApCard.vue.d.ts +4 -12
  270. package/lib/src/business/ap-card/index.d.ts +5 -33
  271. package/lib/src/business/ap-card/interface.d.ts +1 -1
  272. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -10
  273. package/lib/src/business/ap-expand-alert/index.d.ts +6 -8
  274. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +3 -24
  275. package/lib/src/business/ap-export-group/index.d.ts +7 -146
  276. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +7 -29
  277. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +9 -356
  278. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +2 -2
  279. package/lib/src/business/ap-group-search/images/icon-down.vue.js +1 -1
  280. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +2 -2
  281. package/lib/src/business/ap-group-search/images/icon-line-select.vue.js +1 -1
  282. package/lib/src/business/ap-group-search/index.d.ts +711 -2447
  283. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +10 -357
  284. package/lib/src/business/ap-image/ApImage.vue.d.ts +5 -25
  285. package/lib/src/business/ap-image/index.d.ts +7 -139
  286. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +6 -31
  287. package/lib/src/business/ap-input-radio/index.d.ts +14 -339
  288. package/lib/src/business/ap-label/ApLabel.d.ts +5 -5
  289. package/lib/src/business/ap-label/group/ApLabelGroup.d.ts +5 -5
  290. package/lib/src/business/ap-label/index.d.ts +13 -90
  291. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -71
  292. package/lib/src/business/ap-ladder/index.d.ts +7 -479
  293. package/lib/src/business/ap-select-layout/index.d.ts +5 -7
  294. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -12
  295. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  296. package/lib/src/business/ap-size-input/ApSizeInput.d.ts +84 -0
  297. package/lib/src/business/ap-size-input/ApSizeInput.js +1 -0
  298. package/lib/src/business/ap-size-input/constans.d.ts +38 -0
  299. package/lib/src/business/ap-size-input/constans.js +1 -0
  300. package/lib/src/business/ap-size-input/index.d.ts +155 -0
  301. package/lib/src/business/ap-size-input/index.js +1 -0
  302. package/lib/src/business/ap-size-input/interface.d.ts +11 -0
  303. package/lib/src/business/ap-size-input/interface.js +1 -0
  304. package/lib/src/business/ap-size-input/style/css.d.ts +0 -0
  305. package/lib/src/business/ap-size-input/style/css.js +1 -0
  306. package/lib/src/business/ap-size-input/style/index.d.ts +0 -0
  307. package/lib/src/business/ap-size-input/style/index.js +1 -0
  308. package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
  309. package/lib/src/business/ap-status/group/ApStatusGroup.vue.d.ts +3 -30
  310. package/lib/src/business/ap-status/index.d.ts +12 -192
  311. package/lib/src/business/ap-summary/ap-summary.vue.d.ts +3 -28
  312. package/lib/src/business/ap-summary/index.d.ts +7 -87
  313. package/lib/src/business/ap-table-modal/index.d.ts +15 -1056
  314. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +6 -5
  315. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +12 -37
  316. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +8 -58
  317. package/lib/src/business/ap-title/ApTitle.vue.d.ts +5 -33
  318. package/lib/src/business/ap-title/index.d.ts +7 -110
  319. package/lib/src/business/ap-title/interface.d.ts +4 -4
  320. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +8 -31
  321. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +2 -2
  322. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.js +1 -1
  323. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +2 -2
  324. package/lib/src/business/ap-upload-file/icon/file-icon.vue.js +1 -1
  325. package/lib/src/business/batch-input-group/index.vue.d.ts +5 -38
  326. package/lib/src/business/batch-input-group/index.vue.js +2 -2
  327. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +4 -13
  328. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -0
  329. package/lib/src/business/hooks/usePageListApTable.js +1 -1
  330. package/lib/src/business/index.d.ts +1 -0
  331. package/lib/src/business/index.js +1 -1
  332. package/lib/src/check-card/group.vue.d.ts +7 -45
  333. package/lib/src/check-card/index.vue.d.ts +7 -37
  334. package/lib/src/config-provider/config-provider.d.ts +5 -5
  335. package/lib/src/config-provider/index.d.ts +7 -256
  336. package/lib/src/editable-table/form-item.vue.d.ts +5 -7
  337. package/lib/src/editable-table/index.vue.d.ts +4 -8
  338. package/lib/src/hooks/useControllableValue.d.ts +1 -1
  339. package/lib/src/index.js +1 -1
  340. package/lib/src/locale/lang/en.js +1 -1
  341. package/lib/src/locale/lang/zh-cn.js +1 -1
  342. package/lib/src/path-map.js +1 -1
  343. package/lib/src/tests/wrapper.d.ts +6 -6
  344. package/lib/src/utils/ap-trans-data/index.d.ts +1 -1
  345. package/lib/src/utils/ap-trans-data/index.js +1 -1
  346. package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
  347. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  348. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
  349. package/package.json +8 -8
@@ -1,21 +1,4 @@
1
1
  import { ApButtonGroupProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApButtonGroupProps>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApButtonGroupProps>, {}>>>, {}, {}>;
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<ApButtonGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4
4
  export default _default;
5
- type __VLS_WithDefaults<P, D> = {
6
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
7
- default: D[K];
8
- }> : P[K];
9
- };
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: PropType<T[K]>;
16
- required: true;
17
- };
18
- };
19
- type __VLS_PrettifyLocal<T> = {
20
- [K in keyof T]: T[K];
21
- } & {};
@@ -1,617 +1,19 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNodeChild, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
- import { SpaceSize } from '@aplus-frontend/antdv/es/space';
3
- import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
4
- import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
5
- import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
6
- import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
7
- import { ButtonProps } from '@aplus-frontend/antdv';
8
- import { ApBatchActionGroupProps, ApExportGroupProps } from '..';
1
+ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
2
+ import { ApButtonGroupProps } from './interface';
9
3
  export * from './interface';
10
4
  declare const ApButtonGroup: {
11
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
12
- selectedRowKeys: {
13
- type: PropType<any[]>;
14
- };
15
- selectedRows: {
16
- type: PropType<any[]>;
17
- };
18
- spaceProps: {
19
- type: PropType<Partial<Partial< ExtractPropTypes<{
20
- prefixCls: StringConstructor;
21
- size: {
22
- type: PropType< SpaceSize | [ SpaceSize, SpaceSize]>;
23
- };
24
- direction: VueTypeDef<string> & {
25
- default: string;
26
- };
27
- align: VueTypeDef<string>;
28
- wrap: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- }>>>>;
33
- };
34
- groupList: {
35
- type: PropType<(({
36
- valueType: "button";
37
- } & Omit<Partial< ExtractPropTypes<{
38
- prefixCls: StringConstructor;
39
- type: PropType<ButtonType>;
40
- htmlType: {
41
- type: PropType<ButtonHTMLType>;
42
- default: string;
43
- };
44
- shape: {
45
- type: PropType<ButtonShape>;
46
- };
47
- size: {
48
- type: PropType<ButtonSize>;
49
- };
50
- loading: {
51
- type: PropType<boolean | {
52
- delay?: number;
53
- }>;
54
- default: () => boolean | {
55
- delay?: number;
56
- };
57
- };
58
- disabled: {
59
- type: BooleanConstructor;
60
- default: any;
61
- };
62
- ghost: {
63
- type: BooleanConstructor;
64
- default: any;
65
- };
66
- block: {
67
- type: BooleanConstructor;
68
- default: any;
69
- };
70
- danger: {
71
- type: BooleanConstructor;
72
- default: any;
73
- };
74
- icon: VueTypeValidableDef<any>;
75
- href: StringConstructor;
76
- target: StringConstructor;
77
- title: StringConstructor;
78
- onClick: {
79
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
80
- };
81
- onMousedown: {
82
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
83
- };
84
- }>>, "type" | "onClick"> & {
85
- type?: ButtonProps["type"] | "borderLink";
86
- borderLinkColor?: string;
87
- minWidth?: boolean | number | string;
88
- lazy?: boolean | number;
89
- onClick?: () => any | Promise<any>;
90
- } & {
91
- content?: VNodeChild;
92
- ifShow?: () => boolean;
93
- auth?: string;
94
- }) | ({
95
- valueType: "actionButton";
96
- } & Omit<Partial< ExtractPropTypes<{
97
- prefixCls: StringConstructor;
98
- type: PropType<ButtonType>;
99
- htmlType: {
100
- type: PropType<ButtonHTMLType>;
101
- default: string;
102
- };
103
- shape: {
104
- type: PropType<ButtonShape>;
105
- };
106
- size: {
107
- type: PropType<ButtonSize>;
108
- };
109
- loading: {
110
- type: PropType<boolean | {
111
- delay?: number;
112
- }>;
113
- default: () => boolean | {
114
- delay?: number;
115
- };
116
- };
117
- disabled: {
118
- type: BooleanConstructor;
119
- default: any;
120
- };
121
- ghost: {
122
- type: BooleanConstructor;
123
- default: any;
124
- };
125
- block: {
126
- type: BooleanConstructor;
127
- default: any;
128
- };
129
- danger: {
130
- type: BooleanConstructor;
131
- default: any;
132
- };
133
- icon: VueTypeValidableDef<any>;
134
- href: StringConstructor;
135
- target: StringConstructor;
136
- title: StringConstructor;
137
- onClick: {
138
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
139
- };
140
- onMousedown: {
141
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
142
- };
143
- }>>, "type" | "onClick"> & {
144
- type?: ButtonProps["type"] | "borderLink";
145
- borderLinkColor?: string;
146
- minWidth?: boolean | number | string;
147
- lazy?: boolean | number;
148
- onClick?: () => any | Promise<any>;
149
- } & {
150
- content?: VNodeChild;
151
- ifShow?: () => boolean;
152
- auth?: string;
153
- }) | ({
154
- valueType: "batchActionGroup";
155
- } & Omit< ApBatchActionGroupProps, "selectedRows">) | ({
156
- valueType: "exportGroup";
157
- } & Omit< ApExportGroupProps, "selectedRowKeys">))[]>;
158
- };
159
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
160
- selectedRowKeys: {
161
- type: PropType<any[]>;
162
- };
163
- selectedRows: {
164
- type: PropType<any[]>;
165
- };
166
- spaceProps: {
167
- type: PropType<Partial<Partial< ExtractPropTypes<{
168
- prefixCls: StringConstructor;
169
- size: {
170
- type: PropType< SpaceSize | [ SpaceSize, SpaceSize]>;
171
- };
172
- direction: VueTypeDef<string> & {
173
- default: string;
174
- };
175
- align: VueTypeDef<string>;
176
- wrap: {
177
- type: BooleanConstructor;
178
- default: boolean;
179
- };
180
- }>>>>;
181
- };
182
- groupList: {
183
- type: PropType<(({
184
- valueType: "button";
185
- } & Omit<Partial< ExtractPropTypes<{
186
- prefixCls: StringConstructor;
187
- type: PropType<ButtonType>;
188
- htmlType: {
189
- type: PropType<ButtonHTMLType>;
190
- default: string;
191
- };
192
- shape: {
193
- type: PropType<ButtonShape>;
194
- };
195
- size: {
196
- type: PropType<ButtonSize>;
197
- };
198
- loading: {
199
- type: PropType<boolean | {
200
- delay?: number;
201
- }>;
202
- default: () => boolean | {
203
- delay?: number;
204
- };
205
- };
206
- disabled: {
207
- type: BooleanConstructor;
208
- default: any;
209
- };
210
- ghost: {
211
- type: BooleanConstructor;
212
- default: any;
213
- };
214
- block: {
215
- type: BooleanConstructor;
216
- default: any;
217
- };
218
- danger: {
219
- type: BooleanConstructor;
220
- default: any;
221
- };
222
- icon: VueTypeValidableDef<any>;
223
- href: StringConstructor;
224
- target: StringConstructor;
225
- title: StringConstructor;
226
- onClick: {
227
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
228
- };
229
- onMousedown: {
230
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
231
- };
232
- }>>, "type" | "onClick"> & {
233
- type?: ButtonProps["type"] | "borderLink";
234
- borderLinkColor?: string;
235
- minWidth?: boolean | number | string;
236
- lazy?: boolean | number;
237
- onClick?: () => any | Promise<any>;
238
- } & {
239
- content?: VNodeChild;
240
- ifShow?: () => boolean;
241
- auth?: string;
242
- }) | ({
243
- valueType: "actionButton";
244
- } & Omit<Partial< ExtractPropTypes<{
245
- prefixCls: StringConstructor;
246
- type: PropType<ButtonType>;
247
- htmlType: {
248
- type: PropType<ButtonHTMLType>;
249
- default: string;
250
- };
251
- shape: {
252
- type: PropType<ButtonShape>;
253
- };
254
- size: {
255
- type: PropType<ButtonSize>;
256
- };
257
- loading: {
258
- type: PropType<boolean | {
259
- delay?: number;
260
- }>;
261
- default: () => boolean | {
262
- delay?: number;
263
- };
264
- };
265
- disabled: {
266
- type: BooleanConstructor;
267
- default: any;
268
- };
269
- ghost: {
270
- type: BooleanConstructor;
271
- default: any;
272
- };
273
- block: {
274
- type: BooleanConstructor;
275
- default: any;
276
- };
277
- danger: {
278
- type: BooleanConstructor;
279
- default: any;
280
- };
281
- icon: VueTypeValidableDef<any>;
282
- href: StringConstructor;
283
- target: StringConstructor;
284
- title: StringConstructor;
285
- onClick: {
286
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
287
- };
288
- onMousedown: {
289
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
290
- };
291
- }>>, "type" | "onClick"> & {
292
- type?: ButtonProps["type"] | "borderLink";
293
- borderLinkColor?: string;
294
- minWidth?: boolean | number | string;
295
- lazy?: boolean | number;
296
- onClick?: () => any | Promise<any>;
297
- } & {
298
- content?: VNodeChild;
299
- ifShow?: () => boolean;
300
- auth?: string;
301
- }) | ({
302
- valueType: "batchActionGroup";
303
- } & Omit< ApBatchActionGroupProps, "selectedRows">) | ({
304
- valueType: "exportGroup";
305
- } & Omit< ApExportGroupProps, "selectedRowKeys">))[]>;
306
- };
307
- }>>, {}, true, {}, {}, {
5
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
308
6
  P: {};
309
7
  B: {};
310
8
  D: {};
311
9
  C: {};
312
10
  M: {};
313
11
  Defaults: {};
314
- }, Readonly< ExtractPropTypes<{
315
- selectedRowKeys: {
316
- type: PropType<any[]>;
317
- };
318
- selectedRows: {
319
- type: PropType<any[]>;
320
- };
321
- spaceProps: {
322
- type: PropType<Partial<Partial< ExtractPropTypes<{
323
- prefixCls: StringConstructor;
324
- size: {
325
- type: PropType< SpaceSize | [ SpaceSize, SpaceSize]>;
326
- };
327
- direction: VueTypeDef<string> & {
328
- default: string;
329
- };
330
- align: VueTypeDef<string>;
331
- wrap: {
332
- type: BooleanConstructor;
333
- default: boolean;
334
- };
335
- }>>>>;
336
- };
337
- groupList: {
338
- type: PropType<(({
339
- valueType: "button";
340
- } & Omit<Partial< ExtractPropTypes<{
341
- prefixCls: StringConstructor;
342
- type: PropType<ButtonType>;
343
- htmlType: {
344
- type: PropType<ButtonHTMLType>;
345
- default: string;
346
- };
347
- shape: {
348
- type: PropType<ButtonShape>;
349
- };
350
- size: {
351
- type: PropType<ButtonSize>;
352
- };
353
- loading: {
354
- type: PropType<boolean | {
355
- delay?: number;
356
- }>;
357
- default: () => boolean | {
358
- delay?: number;
359
- };
360
- };
361
- disabled: {
362
- type: BooleanConstructor;
363
- default: any;
364
- };
365
- ghost: {
366
- type: BooleanConstructor;
367
- default: any;
368
- };
369
- block: {
370
- type: BooleanConstructor;
371
- default: any;
372
- };
373
- danger: {
374
- type: BooleanConstructor;
375
- default: any;
376
- };
377
- icon: VueTypeValidableDef<any>;
378
- href: StringConstructor;
379
- target: StringConstructor;
380
- title: StringConstructor;
381
- onClick: {
382
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
383
- };
384
- onMousedown: {
385
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
386
- };
387
- }>>, "type" | "onClick"> & {
388
- type?: ButtonProps["type"] | "borderLink";
389
- borderLinkColor?: string;
390
- minWidth?: boolean | number | string;
391
- lazy?: boolean | number;
392
- onClick?: () => any | Promise<any>;
393
- } & {
394
- content?: VNodeChild;
395
- ifShow?: () => boolean;
396
- auth?: string;
397
- }) | ({
398
- valueType: "actionButton";
399
- } & Omit<Partial< ExtractPropTypes<{
400
- prefixCls: StringConstructor;
401
- type: PropType<ButtonType>;
402
- htmlType: {
403
- type: PropType<ButtonHTMLType>;
404
- default: string;
405
- };
406
- shape: {
407
- type: PropType<ButtonShape>;
408
- };
409
- size: {
410
- type: PropType<ButtonSize>;
411
- };
412
- loading: {
413
- type: PropType<boolean | {
414
- delay?: number;
415
- }>;
416
- default: () => boolean | {
417
- delay?: number;
418
- };
419
- };
420
- disabled: {
421
- type: BooleanConstructor;
422
- default: any;
423
- };
424
- ghost: {
425
- type: BooleanConstructor;
426
- default: any;
427
- };
428
- block: {
429
- type: BooleanConstructor;
430
- default: any;
431
- };
432
- danger: {
433
- type: BooleanConstructor;
434
- default: any;
435
- };
436
- icon: VueTypeValidableDef<any>;
437
- href: StringConstructor;
438
- target: StringConstructor;
439
- title: StringConstructor;
440
- onClick: {
441
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
442
- };
443
- onMousedown: {
444
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
445
- };
446
- }>>, "type" | "onClick"> & {
447
- type?: ButtonProps["type"] | "borderLink";
448
- borderLinkColor?: string;
449
- minWidth?: boolean | number | string;
450
- lazy?: boolean | number;
451
- onClick?: () => any | Promise<any>;
452
- } & {
453
- content?: VNodeChild;
454
- ifShow?: () => boolean;
455
- auth?: string;
456
- }) | ({
457
- valueType: "batchActionGroup";
458
- } & Omit< ApBatchActionGroupProps, "selectedRows">) | ({
459
- valueType: "exportGroup";
460
- } & Omit< ApExportGroupProps, "selectedRowKeys">))[]>;
461
- };
462
- }>>, {}, {}, {}, {}, {}>;
12
+ }, Readonly< ApButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
463
13
  __isFragment?: never;
464
14
  __isTeleport?: never;
465
15
  __isSuspense?: never;
466
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
467
- selectedRowKeys: {
468
- type: PropType<any[]>;
469
- };
470
- selectedRows: {
471
- type: PropType<any[]>;
472
- };
473
- spaceProps: {
474
- type: PropType<Partial<Partial< ExtractPropTypes<{
475
- prefixCls: StringConstructor;
476
- size: {
477
- type: PropType< SpaceSize | [ SpaceSize, SpaceSize]>;
478
- };
479
- direction: VueTypeDef<string> & {
480
- default: string;
481
- };
482
- align: VueTypeDef<string>;
483
- wrap: {
484
- type: BooleanConstructor;
485
- default: boolean;
486
- };
487
- }>>>>;
488
- };
489
- groupList: {
490
- type: PropType<(({
491
- valueType: "button";
492
- } & Omit<Partial< ExtractPropTypes<{
493
- prefixCls: StringConstructor;
494
- type: PropType<ButtonType>;
495
- htmlType: {
496
- type: PropType<ButtonHTMLType>;
497
- default: string;
498
- };
499
- shape: {
500
- type: PropType<ButtonShape>;
501
- };
502
- size: {
503
- type: PropType<ButtonSize>;
504
- };
505
- loading: {
506
- type: PropType<boolean | {
507
- delay?: number;
508
- }>;
509
- default: () => boolean | {
510
- delay?: number;
511
- };
512
- };
513
- disabled: {
514
- type: BooleanConstructor;
515
- default: any;
516
- };
517
- ghost: {
518
- type: BooleanConstructor;
519
- default: any;
520
- };
521
- block: {
522
- type: BooleanConstructor;
523
- default: any;
524
- };
525
- danger: {
526
- type: BooleanConstructor;
527
- default: any;
528
- };
529
- icon: VueTypeValidableDef<any>;
530
- href: StringConstructor;
531
- target: StringConstructor;
532
- title: StringConstructor;
533
- onClick: {
534
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
535
- };
536
- onMousedown: {
537
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
538
- };
539
- }>>, "type" | "onClick"> & {
540
- type?: ButtonProps["type"] | "borderLink";
541
- borderLinkColor?: string;
542
- minWidth?: boolean | number | string;
543
- lazy?: boolean | number;
544
- onClick?: () => any | Promise<any>;
545
- } & {
546
- content?: VNodeChild;
547
- ifShow?: () => boolean;
548
- auth?: string;
549
- }) | ({
550
- valueType: "actionButton";
551
- } & Omit<Partial< ExtractPropTypes<{
552
- prefixCls: StringConstructor;
553
- type: PropType<ButtonType>;
554
- htmlType: {
555
- type: PropType<ButtonHTMLType>;
556
- default: string;
557
- };
558
- shape: {
559
- type: PropType<ButtonShape>;
560
- };
561
- size: {
562
- type: PropType<ButtonSize>;
563
- };
564
- loading: {
565
- type: PropType<boolean | {
566
- delay?: number;
567
- }>;
568
- default: () => boolean | {
569
- delay?: number;
570
- };
571
- };
572
- disabled: {
573
- type: BooleanConstructor;
574
- default: any;
575
- };
576
- ghost: {
577
- type: BooleanConstructor;
578
- default: any;
579
- };
580
- block: {
581
- type: BooleanConstructor;
582
- default: any;
583
- };
584
- danger: {
585
- type: BooleanConstructor;
586
- default: any;
587
- };
588
- icon: VueTypeValidableDef<any>;
589
- href: StringConstructor;
590
- target: StringConstructor;
591
- title: StringConstructor;
592
- onClick: {
593
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
594
- };
595
- onMousedown: {
596
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
597
- };
598
- }>>, "type" | "onClick"> & {
599
- type?: ButtonProps["type"] | "borderLink";
600
- borderLinkColor?: string;
601
- minWidth?: boolean | number | string;
602
- lazy?: boolean | number;
603
- onClick?: () => any | Promise<any>;
604
- } & {
605
- content?: VNodeChild;
606
- ifShow?: () => boolean;
607
- auth?: string;
608
- }) | ({
609
- valueType: "batchActionGroup";
610
- } & Omit< ApBatchActionGroupProps, "selectedRows">) | ({
611
- valueType: "exportGroup";
612
- } & Omit< ApExportGroupProps, "selectedRowKeys">))[]>;
613
- };
614
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
16
+ } & ComponentOptionsBase<Readonly< ApButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
615
17
  $props: {
616
18
  onClick?: () => void;
617
19
  };
@@ -1,25 +1,17 @@
1
1
  import { ApCardProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<ApCardProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ApCardProps>>>, {}, {}>;
12
+ declare const __VLS_component: DefineComponent<ApCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12
13
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
14
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
15
  type __VLS_WithTemplateSlots<T, S> = T & {
24
16
  new (): {
25
17
  $slots: S;