@aplus-frontend/ui 0.3.7 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (564) hide show
  1. package/es/src/ap-action/group/style/css.js +1 -0
  2. package/es/src/ap-action/group/style/index.js +1 -0
  3. package/es/src/ap-action/item/index.vue.d.ts +2 -1
  4. package/es/src/ap-action/item/style/css.js +2 -0
  5. package/es/src/ap-action/item/style/index.js +2 -0
  6. package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
  7. package/es/src/ap-action/item-dropdown/style/css.js +2 -0
  8. package/es/src/ap-action/item-dropdown/style/index.js +2 -0
  9. package/es/src/ap-action/item-modal/index.vue.d.ts +2 -1
  10. package/es/src/ap-action/item-modal/style/css.js +1 -0
  11. package/es/src/ap-action/item-modal/style/index.js +1 -0
  12. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
  13. package/es/src/ap-action/item-popconfirm/style/css.js +1 -0
  14. package/es/src/ap-action/item-popconfirm/style/index.js +1 -0
  15. package/es/src/ap-action-button/style/css.js +1 -0
  16. package/es/src/ap-action-button/style/index.js +1 -0
  17. package/es/src/ap-button/ap-action-button.vue.d.ts +4 -3
  18. package/es/src/ap-button/ap-action-button.vue.mjs +11 -11
  19. package/es/src/ap-button/ap-button.vue.d.ts +4 -3
  20. package/es/src/ap-button/ap-button.vue.mjs +36 -36
  21. package/es/src/ap-button/interface.d.ts +4 -0
  22. package/es/src/ap-button/style/css.js +1 -0
  23. package/es/src/ap-button/style/index.js +1 -0
  24. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
  25. package/es/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
  26. package/es/src/ap-descriptions/style/css.js +1 -0
  27. package/es/src/ap-descriptions/style/index.js +1 -0
  28. package/es/src/ap-download/ap-download.vue.d.ts +5 -3
  29. package/es/src/ap-download/style/css.js +1 -0
  30. package/es/src/ap-download/style/index.js +1 -0
  31. package/es/src/ap-drawer/style/css.js +1 -0
  32. package/es/src/ap-drawer/style/index.js +1 -0
  33. package/es/src/ap-field/checkbox/style/css.js +1 -0
  34. package/es/src/ap-field/checkbox/style/index.js +1 -0
  35. package/es/src/ap-field/date/index.vue.d.ts +2 -1
  36. package/es/src/ap-field/date/style/css.js +1 -0
  37. package/es/src/ap-field/date/style/index.js +1 -0
  38. package/es/src/ap-field/date-range/index.vue.d.ts +2 -1
  39. package/es/src/ap-field/date-range/style/css.js +1 -0
  40. package/es/src/ap-field/date-range/style/index.js +1 -0
  41. package/es/src/ap-field/number/index.vue.d.ts +2 -1
  42. package/es/src/ap-field/number/style/css.js +1 -0
  43. package/es/src/ap-field/number/style/index.js +1 -0
  44. package/es/src/ap-field/password/style/css.js +1 -0
  45. package/es/src/ap-field/password/style/index.js +1 -0
  46. package/es/src/ap-field/radio/style/css.js +1 -0
  47. package/es/src/ap-field/rate/index.vue.d.ts +2 -1
  48. package/es/src/ap-field/rate/style/css.js +1 -0
  49. package/es/src/ap-field/rate/style/index.js +1 -0
  50. package/es/src/ap-field/segmented/index.vue.d.ts +2 -1
  51. package/es/src/ap-field/segmented/style/css.js +1 -0
  52. package/es/src/ap-field/segmented/style/index.js +1 -0
  53. package/es/src/ap-field/select/index.vue.d.ts +2 -1
  54. package/es/src/ap-field/select/style/css.js +1 -0
  55. package/es/src/ap-field/select/style/index.js +1 -0
  56. package/es/src/ap-field/slider/index.vue.d.ts +2 -1
  57. package/es/src/ap-field/slider/style/css.js +1 -0
  58. package/es/src/ap-field/slider/style/index.js +1 -0
  59. package/es/src/ap-field/style/css.js +1 -0
  60. package/es/src/ap-field/style/index.js +1 -0
  61. package/es/src/ap-field/switch/index.vue.d.ts +2 -1
  62. package/es/src/ap-field/switch/style/css.js +1 -0
  63. package/es/src/ap-field/switch/style/index.js +1 -0
  64. package/es/src/ap-field/text/index.vue.d.ts +2 -1
  65. package/es/src/ap-field/text/password.vue.d.ts +2 -1
  66. package/es/src/ap-field/text/style/css.js +1 -0
  67. package/es/src/ap-field/text/style/index.js +1 -0
  68. package/es/src/ap-field/text-area/style/css.js +1 -0
  69. package/es/src/ap-field/text-area/style/index.js +1 -0
  70. package/es/src/ap-form/ap-form.vue.d.ts +6 -4
  71. package/es/src/ap-form/dependency/index.vue.d.ts +2 -1
  72. package/es/src/ap-form/dependency/style/css.js +1 -0
  73. package/es/src/ap-form/dependency/style/index.js +1 -0
  74. package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -2
  75. package/es/src/ap-form/drawer-form/style/css.js +1 -0
  76. package/es/src/ap-form/drawer-form/style/index.js +1 -0
  77. package/es/src/ap-form/item/index.vue.d.ts +2 -1
  78. package/es/src/ap-form/item/style/css.js +1 -0
  79. package/es/src/ap-form/item/style/index.js +1 -0
  80. package/es/src/ap-form/item-checkbox/style/css.js +1 -0
  81. package/es/src/ap-form/item-checkbox/style/index.js +1 -0
  82. package/es/src/ap-form/item-date/style/css.js +1 -0
  83. package/es/src/ap-form/item-date/style/index.js +1 -0
  84. package/es/src/ap-form/item-date-range/style/css.js +1 -0
  85. package/es/src/ap-form/item-date-range/style/index.js +1 -0
  86. package/es/src/ap-form/item-group/index.vue.d.ts +2 -1
  87. package/es/src/ap-form/item-group/style/css.js +1 -0
  88. package/es/src/ap-form/item-group/style/index.js +1 -0
  89. package/es/src/ap-form/item-number/style/css.js +1 -0
  90. package/es/src/ap-form/item-number/style/index.js +1 -0
  91. package/es/src/ap-form/item-radio/style/css.js +1 -0
  92. package/es/src/ap-form/item-radio/style/index.js +1 -0
  93. package/es/src/ap-form/item-select/style/css.js +1 -0
  94. package/es/src/ap-form/item-select/style/index.js +1 -0
  95. package/es/src/ap-form/item-switch/style/css.js +1 -0
  96. package/es/src/ap-form/item-switch/style/index.js +1 -0
  97. package/es/src/ap-form/item-text/style/css.js +1 -0
  98. package/es/src/ap-form/item-text/style/index.js +1 -0
  99. package/es/src/ap-form/item-text-area/style/css.js +1 -0
  100. package/es/src/ap-form/item-text-area/style/index.js +1 -0
  101. package/es/src/ap-form/item-text-group/style/css.js +1 -0
  102. package/es/src/ap-form/item-text-group/style/index.js +1 -0
  103. package/es/src/ap-form/item-text-password/style/css.js +1 -0
  104. package/es/src/ap-form/item-text-password/style/index.js +1 -0
  105. package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
  106. package/es/src/ap-form/items/date/index.vue.d.ts +2 -1
  107. package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -1
  108. package/es/src/ap-form/items/number/index.vue.d.ts +2 -1
  109. package/es/src/ap-form/items/radio/index.vue.d.ts +2 -1
  110. package/es/src/ap-form/items/select/index.vue.d.ts +2 -1
  111. package/es/src/ap-form/items/switch/index.vue.d.ts +2 -1
  112. package/es/src/ap-form/items/text/group.vue.d.ts +2 -1
  113. package/es/src/ap-form/items/text/index.vue.d.ts +2 -1
  114. package/es/src/ap-form/items/text/password.vue.d.ts +2 -1
  115. package/es/src/ap-form/items/text-area/index.vue.d.ts +2 -1
  116. package/es/src/ap-form/list/index.vue.d.ts +2 -1
  117. package/es/src/ap-form/list/style/css.js +1 -0
  118. package/es/src/ap-form/list/style/index.js +1 -0
  119. package/es/src/ap-form/modal-form/index.vue.d.ts +3 -2
  120. package/es/src/ap-form/modal-form/index.vue.mjs +61 -57
  121. package/es/src/ap-form/modal-form/style/css.js +1 -0
  122. package/es/src/ap-form/modal-form/style/index.js +1 -0
  123. package/es/src/ap-form/render/control.vue.d.ts +2 -1
  124. package/es/src/ap-form/render/item.vue.d.ts +2 -1
  125. package/es/src/ap-form/render/style/css.js +1 -0
  126. package/es/src/ap-form/search-form/index.vue.d.ts +3 -2
  127. package/es/src/ap-form/search-form/style/css.js +1 -0
  128. package/es/src/ap-form/search-form/style/index.js +1 -0
  129. package/es/src/ap-form/set/index.vue.d.ts +2 -1
  130. package/es/src/ap-form/set/style/css.js +1 -0
  131. package/es/src/ap-form/set/style/index.js +1 -0
  132. package/es/src/ap-form/style/css.js +1 -0
  133. package/es/src/ap-form/style/index.js +1 -0
  134. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
  135. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +3 -2
  136. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
  137. package/es/src/ap-info-layout/style/css.js +1 -0
  138. package/es/src/ap-info-layout/style/index.js +1 -0
  139. package/es/src/ap-list/index.vue.d.ts +3 -5
  140. package/es/src/ap-list/style/css.js +1 -0
  141. package/es/src/ap-list/style/index.js +1 -0
  142. package/es/src/ap-modal/style/css.js +1 -0
  143. package/es/src/ap-modal/style/index.js +1 -0
  144. package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
  145. package/es/src/ap-scroll-bar/index.d.ts +1 -1
  146. package/es/src/ap-scroll-bar/style/css.js +1 -0
  147. package/es/src/ap-scroll-bar/style/index.js +1 -0
  148. package/es/src/ap-table/ap-table.vue.d.ts +3 -5
  149. package/es/src/ap-table/ap-table.vue2.mjs +23 -22
  150. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  151. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  152. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
  153. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  154. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  155. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  156. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  157. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  158. package/es/src/ap-table/constants.d.ts +1 -1
  159. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  160. package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  161. package/es/src/ap-table/hooks/use-table-paging.mjs +131 -126
  162. package/es/src/ap-table/style/css.js +1 -0
  163. package/es/src/ap-table/style/index.js +1 -0
  164. package/es/src/ap-table/utils.d.ts +1 -0
  165. package/es/src/ap-table/utils.mjs +10 -5
  166. package/es/src/ap-tag/ap-tag-group.vue.d.ts +2 -1
  167. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  168. package/es/src/ap-tag/group/style/css.js +2 -0
  169. package/es/src/ap-tag/group/style/index.js +2 -0
  170. package/es/src/ap-tag/style/css.js +1 -0
  171. package/es/src/ap-tag/style/index.js +1 -0
  172. package/es/src/ap-upload/apUpload.vue.d.ts +3 -2
  173. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  174. package/es/src/ap-upload/components/Picture.vue.d.ts +5 -9
  175. package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
  176. package/es/src/ap-upload/style/css.js +1 -0
  177. package/es/src/ap-upload/style/index.js +1 -0
  178. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
  179. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  180. package/es/src/business/ap-appendix/index.d.ts +1 -1
  181. package/es/src/business/ap-appendix/style/css.js +1 -0
  182. package/es/src/business/ap-appendix/style/index.js +1 -0
  183. package/es/src/business/ap-attachment/style/css.js +1 -0
  184. package/es/src/business/ap-attachment/style/index.js +1 -0
  185. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -2
  186. package/es/src/business/ap-batch-action/index.d.ts +1 -1
  187. package/es/src/business/ap-batch-action/style/css.js +1 -0
  188. package/es/src/business/ap-batch-action/style/index.js +1 -0
  189. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
  190. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
  191. package/es/src/business/ap-batch-action-group/index.d.ts +887 -5
  192. package/es/src/business/ap-batch-action-group/style/css.js +1 -0
  193. package/es/src/business/ap-batch-action-group/style/index.js +1 -0
  194. package/es/src/business/ap-button-group/style/css.js +1 -0
  195. package/es/src/business/ap-button-group/style/index.js +1 -0
  196. package/es/src/business/ap-card/ApCard.vue.d.ts +3 -2
  197. package/es/src/business/ap-card/index.d.ts +1 -1
  198. package/es/src/business/ap-card/style/css.js +2 -0
  199. package/es/src/business/ap-card/style/index.js +2 -0
  200. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -5
  201. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  202. package/es/src/business/ap-expand-alert/style/css.js +2 -0
  203. package/es/src/business/ap-expand-alert/style/index.js +2 -0
  204. package/es/src/business/ap-export-group/style/css.js +1 -0
  205. package/es/src/business/ap-export-group/style/index.js +1 -0
  206. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -2
  207. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +8 -346
  208. package/es/src/business/ap-group-search/extension-select/style/css.js +1 -0
  209. package/es/src/business/ap-group-search/extension-select/style/index.js +1 -0
  210. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  211. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  212. package/es/src/business/ap-group-search/index.d.ts +3 -3
  213. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +8 -346
  214. package/es/src/business/ap-group-search/popover-select/style/css.js +1 -0
  215. package/es/src/business/ap-group-search/popover-select/style/index.js +1 -0
  216. package/es/src/business/ap-group-search/style/css.js +1 -0
  217. package/es/src/business/ap-group-search/style/index.js +1 -0
  218. package/es/src/business/ap-image/ApImage.vue.d.ts +2 -1
  219. package/es/src/business/ap-image/style/css.js +1 -0
  220. package/es/src/business/ap-image/style/index.js +1 -0
  221. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  222. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  223. package/es/src/business/ap-input-radio/style/css.js +1 -0
  224. package/es/src/business/ap-input-radio/style/index.js +1 -0
  225. package/es/src/business/ap-label/group/style/css.js +1 -0
  226. package/es/src/business/ap-label/group/style/index.js +1 -0
  227. package/es/src/business/ap-label/style/css.js +1 -0
  228. package/es/src/business/ap-label/style/index.js +1 -0
  229. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +3 -2
  230. package/es/src/business/ap-ladder/index.d.ts +1 -1
  231. package/es/src/business/ap-ladder/style/css.js +1 -0
  232. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  233. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -5
  234. package/es/src/business/ap-select-layout/style/css.js +1 -0
  235. package/es/src/business/ap-select-layout/style/index.js +1 -0
  236. package/es/src/business/ap-size-input/style/css.js +1 -0
  237. package/es/src/business/ap-size-input/style/index.js +1 -0
  238. package/es/src/business/ap-status/group/style/css.js +1 -0
  239. package/es/src/business/ap-status/group/style/index.js +1 -0
  240. package/es/src/business/ap-status/style/css.js +1 -0
  241. package/es/src/business/ap-status/style/index.js +1 -0
  242. package/es/src/business/ap-summary/style/css.js +1 -0
  243. package/es/src/business/ap-summary/style/index.js +1 -0
  244. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
  245. package/es/src/business/ap-table-modal/style/css.js +1 -0
  246. package/es/src/business/ap-table-modal/style/index.js +1 -0
  247. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  248. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +3 -2
  249. package/es/src/business/ap-title/ApTitle.vue.d.ts +3 -2
  250. package/es/src/business/ap-title/index.d.ts +1 -1
  251. package/es/src/business/ap-title/style/css.js +1 -0
  252. package/es/src/business/ap-title/style/index.js +1 -0
  253. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
  254. package/es/src/business/ap-upload-file/ap-upload-single/style/css.js +1 -0
  255. package/es/src/business/ap-upload-file/ap-upload-single/style/index.js +1 -0
  256. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  257. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  258. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  259. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
  260. package/es/src/business/batch-input-group/popover-input/style/css.js +1 -0
  261. package/es/src/business/batch-input-group/popover-input/style/index.js +1 -0
  262. package/es/src/business/batch-input-group/style/css.js +1 -0
  263. package/es/src/business/batch-input-group/style/index.js +1 -0
  264. package/es/src/check-card/group/style/css.js +1 -0
  265. package/es/src/check-card/group/style/index.js +1 -0
  266. package/es/src/check-card/group.vue.d.ts +2 -1
  267. package/es/src/check-card/index.vue.d.ts +3 -2
  268. package/es/src/check-card/style/css.js +1 -0
  269. package/es/src/check-card/style/index.js +1 -0
  270. package/es/src/config-provider/style/css.js +1 -0
  271. package/es/src/config-provider/style/index.js +1 -0
  272. package/es/src/editable-table/form-item/style/css.js +1 -0
  273. package/es/src/editable-table/form-item/style/index.js +1 -0
  274. package/es/src/editable-table/form-item.vue.d.ts +3 -5
  275. package/es/src/editable-table/index.vue.d.ts +3 -5
  276. package/es/src/editable-table/style/css.js +1 -0
  277. package/es/src/editable-table/style/index.js +1 -0
  278. package/es/src/tests/wrapper.d.ts +4 -4
  279. package/es/src/work-order-modal/style/css.js +4 -0
  280. package/es/src/work-order-modal/style/index.js +4 -0
  281. package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  282. package/lib/src/ap-action/group/style/css.js +1 -0
  283. package/lib/src/ap-action/group/style/index.js +1 -0
  284. package/lib/src/ap-action/item/index.vue.d.ts +2 -1
  285. package/lib/src/ap-action/item/style/css.js +2 -0
  286. package/lib/src/ap-action/item/style/index.js +2 -0
  287. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
  288. package/lib/src/ap-action/item-dropdown/style/css.js +2 -0
  289. package/lib/src/ap-action/item-dropdown/style/index.js +2 -0
  290. package/lib/src/ap-action/item-modal/index.vue.d.ts +2 -1
  291. package/lib/src/ap-action/item-modal/style/css.js +1 -0
  292. package/lib/src/ap-action/item-modal/style/index.js +1 -0
  293. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
  294. package/lib/src/ap-action/item-popconfirm/style/css.js +1 -0
  295. package/lib/src/ap-action/item-popconfirm/style/index.js +1 -0
  296. package/lib/src/ap-action-button/style/css.js +1 -0
  297. package/lib/src/ap-action-button/style/index.js +1 -0
  298. package/lib/src/ap-button/ap-action-button.vue.d.ts +4 -3
  299. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  300. package/lib/src/ap-button/ap-button.vue.d.ts +4 -3
  301. package/lib/src/ap-button/ap-button.vue.js +1 -1
  302. package/lib/src/ap-button/interface.d.ts +4 -0
  303. package/lib/src/ap-button/style/css.js +1 -0
  304. package/lib/src/ap-button/style/index.js +1 -0
  305. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
  306. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
  307. package/lib/src/ap-descriptions/style/css.js +1 -0
  308. package/lib/src/ap-descriptions/style/index.js +1 -0
  309. package/lib/src/ap-download/ap-download.vue.d.ts +5 -3
  310. package/lib/src/ap-download/style/css.js +1 -0
  311. package/lib/src/ap-download/style/index.js +1 -0
  312. package/lib/src/ap-drawer/style/css.js +1 -0
  313. package/lib/src/ap-drawer/style/index.js +1 -0
  314. package/lib/src/ap-field/checkbox/style/css.js +1 -0
  315. package/lib/src/ap-field/checkbox/style/index.js +1 -0
  316. package/lib/src/ap-field/date/index.vue.d.ts +2 -1
  317. package/lib/src/ap-field/date/style/css.js +1 -0
  318. package/lib/src/ap-field/date/style/index.js +1 -0
  319. package/lib/src/ap-field/date-range/index.vue.d.ts +2 -1
  320. package/lib/src/ap-field/date-range/style/css.js +1 -0
  321. package/lib/src/ap-field/date-range/style/index.js +1 -0
  322. package/lib/src/ap-field/number/index.vue.d.ts +2 -1
  323. package/lib/src/ap-field/number/style/css.js +1 -0
  324. package/lib/src/ap-field/number/style/index.js +1 -0
  325. package/lib/src/ap-field/password/style/css.js +1 -0
  326. package/lib/src/ap-field/password/style/index.js +1 -0
  327. package/lib/src/ap-field/radio/style/css.js +1 -0
  328. package/lib/src/ap-field/rate/index.vue.d.ts +2 -1
  329. package/lib/src/ap-field/rate/style/css.js +1 -0
  330. package/lib/src/ap-field/rate/style/index.js +1 -0
  331. package/lib/src/ap-field/segmented/index.vue.d.ts +2 -1
  332. package/lib/src/ap-field/segmented/style/css.js +1 -0
  333. package/lib/src/ap-field/segmented/style/index.js +1 -0
  334. package/lib/src/ap-field/select/index.vue.d.ts +2 -1
  335. package/lib/src/ap-field/select/style/css.js +1 -0
  336. package/lib/src/ap-field/select/style/index.js +1 -0
  337. package/lib/src/ap-field/slider/index.vue.d.ts +2 -1
  338. package/lib/src/ap-field/slider/style/css.js +1 -0
  339. package/lib/src/ap-field/slider/style/index.js +1 -0
  340. package/lib/src/ap-field/style/css.js +1 -0
  341. package/lib/src/ap-field/style/index.js +1 -0
  342. package/lib/src/ap-field/switch/index.vue.d.ts +2 -1
  343. package/lib/src/ap-field/switch/style/css.js +1 -0
  344. package/lib/src/ap-field/switch/style/index.js +1 -0
  345. package/lib/src/ap-field/text/index.vue.d.ts +2 -1
  346. package/lib/src/ap-field/text/password.vue.d.ts +2 -1
  347. package/lib/src/ap-field/text/style/css.js +1 -0
  348. package/lib/src/ap-field/text/style/index.js +1 -0
  349. package/lib/src/ap-field/text-area/style/css.js +1 -0
  350. package/lib/src/ap-field/text-area/style/index.js +1 -0
  351. package/lib/src/ap-form/ap-form.vue.d.ts +6 -4
  352. package/lib/src/ap-form/dependency/index.vue.d.ts +2 -1
  353. package/lib/src/ap-form/dependency/style/css.js +1 -0
  354. package/lib/src/ap-form/dependency/style/index.js +1 -0
  355. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -2
  356. package/lib/src/ap-form/drawer-form/style/css.js +1 -0
  357. package/lib/src/ap-form/drawer-form/style/index.js +1 -0
  358. package/lib/src/ap-form/item/index.vue.d.ts +2 -1
  359. package/lib/src/ap-form/item/style/css.js +1 -0
  360. package/lib/src/ap-form/item/style/index.js +1 -0
  361. package/lib/src/ap-form/item-checkbox/style/css.js +1 -0
  362. package/lib/src/ap-form/item-checkbox/style/index.js +1 -0
  363. package/lib/src/ap-form/item-date/style/css.js +1 -0
  364. package/lib/src/ap-form/item-date/style/index.js +1 -0
  365. package/lib/src/ap-form/item-date-range/style/css.js +1 -0
  366. package/lib/src/ap-form/item-date-range/style/index.js +1 -0
  367. package/lib/src/ap-form/item-group/index.vue.d.ts +2 -1
  368. package/lib/src/ap-form/item-group/style/css.js +1 -0
  369. package/lib/src/ap-form/item-group/style/index.js +1 -0
  370. package/lib/src/ap-form/item-number/style/css.js +1 -0
  371. package/lib/src/ap-form/item-number/style/index.js +1 -0
  372. package/lib/src/ap-form/item-radio/style/css.js +1 -0
  373. package/lib/src/ap-form/item-radio/style/index.js +1 -0
  374. package/lib/src/ap-form/item-select/style/css.js +1 -0
  375. package/lib/src/ap-form/item-select/style/index.js +1 -0
  376. package/lib/src/ap-form/item-switch/style/css.js +1 -0
  377. package/lib/src/ap-form/item-switch/style/index.js +1 -0
  378. package/lib/src/ap-form/item-text/style/css.js +1 -0
  379. package/lib/src/ap-form/item-text/style/index.js +1 -0
  380. package/lib/src/ap-form/item-text-area/style/css.js +1 -0
  381. package/lib/src/ap-form/item-text-area/style/index.js +1 -0
  382. package/lib/src/ap-form/item-text-group/style/css.js +1 -0
  383. package/lib/src/ap-form/item-text-group/style/index.js +1 -0
  384. package/lib/src/ap-form/item-text-password/style/css.js +1 -0
  385. package/lib/src/ap-form/item-text-password/style/index.js +1 -0
  386. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
  387. package/lib/src/ap-form/items/date/index.vue.d.ts +2 -1
  388. package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -1
  389. package/lib/src/ap-form/items/number/index.vue.d.ts +2 -1
  390. package/lib/src/ap-form/items/radio/index.vue.d.ts +2 -1
  391. package/lib/src/ap-form/items/select/index.vue.d.ts +2 -1
  392. package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -1
  393. package/lib/src/ap-form/items/text/group.vue.d.ts +2 -1
  394. package/lib/src/ap-form/items/text/index.vue.d.ts +2 -1
  395. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -1
  396. package/lib/src/ap-form/items/text-area/index.vue.d.ts +2 -1
  397. package/lib/src/ap-form/list/index.vue.d.ts +2 -1
  398. package/lib/src/ap-form/list/style/css.js +1 -0
  399. package/lib/src/ap-form/list/style/index.js +1 -0
  400. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -2
  401. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  402. package/lib/src/ap-form/modal-form/style/css.js +1 -0
  403. package/lib/src/ap-form/modal-form/style/index.js +1 -0
  404. package/lib/src/ap-form/render/control.vue.d.ts +2 -1
  405. package/lib/src/ap-form/render/item.vue.d.ts +2 -1
  406. package/lib/src/ap-form/render/style/css.js +1 -0
  407. package/lib/src/ap-form/search-form/index.vue.d.ts +3 -2
  408. package/lib/src/ap-form/search-form/style/css.js +1 -0
  409. package/lib/src/ap-form/search-form/style/index.js +1 -0
  410. package/lib/src/ap-form/set/index.vue.d.ts +2 -1
  411. package/lib/src/ap-form/set/style/css.js +1 -0
  412. package/lib/src/ap-form/set/style/index.js +1 -0
  413. package/lib/src/ap-form/style/css.js +1 -0
  414. package/lib/src/ap-form/style/index.js +1 -0
  415. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
  416. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +3 -2
  417. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
  418. package/lib/src/ap-info-layout/style/css.js +1 -0
  419. package/lib/src/ap-info-layout/style/index.js +1 -0
  420. package/lib/src/ap-list/index.vue.d.ts +3 -5
  421. package/lib/src/ap-list/style/css.js +1 -0
  422. package/lib/src/ap-list/style/index.js +1 -0
  423. package/lib/src/ap-modal/style/css.js +1 -0
  424. package/lib/src/ap-modal/style/index.js +1 -0
  425. package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
  426. package/lib/src/ap-scroll-bar/index.d.ts +1 -1
  427. package/lib/src/ap-scroll-bar/style/css.js +1 -0
  428. package/lib/src/ap-scroll-bar/style/index.js +1 -0
  429. package/lib/src/ap-table/ap-table.vue.d.ts +3 -5
  430. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  431. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  432. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  433. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
  434. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  435. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  436. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  437. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  438. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  439. package/lib/src/ap-table/constants.d.ts +1 -1
  440. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  441. package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  442. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  443. package/lib/src/ap-table/style/css.js +1 -0
  444. package/lib/src/ap-table/style/index.js +1 -0
  445. package/lib/src/ap-table/utils.d.ts +1 -0
  446. package/lib/src/ap-table/utils.js +1 -1
  447. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -1
  448. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  449. package/lib/src/ap-tag/group/style/css.js +2 -0
  450. package/lib/src/ap-tag/group/style/index.js +2 -0
  451. package/lib/src/ap-tag/style/css.js +1 -0
  452. package/lib/src/ap-tag/style/index.js +1 -0
  453. package/lib/src/ap-upload/apUpload.vue.d.ts +3 -2
  454. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  455. package/lib/src/ap-upload/components/Picture.vue.d.ts +5 -9
  456. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
  457. package/lib/src/ap-upload/style/css.js +1 -0
  458. package/lib/src/ap-upload/style/index.js +1 -0
  459. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
  460. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  461. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  462. package/lib/src/business/ap-appendix/style/css.js +1 -0
  463. package/lib/src/business/ap-appendix/style/index.js +1 -0
  464. package/lib/src/business/ap-attachment/style/css.js +1 -0
  465. package/lib/src/business/ap-attachment/style/index.js +1 -0
  466. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -2
  467. package/lib/src/business/ap-batch-action/index.d.ts +1 -1
  468. package/lib/src/business/ap-batch-action/style/css.js +1 -0
  469. package/lib/src/business/ap-batch-action/style/index.js +1 -0
  470. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
  471. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
  472. package/lib/src/business/ap-batch-action-group/index.d.ts +887 -5
  473. package/lib/src/business/ap-batch-action-group/style/css.js +1 -0
  474. package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
  475. package/lib/src/business/ap-button-group/style/css.js +1 -0
  476. package/lib/src/business/ap-button-group/style/index.js +1 -0
  477. package/lib/src/business/ap-card/ApCard.vue.d.ts +3 -2
  478. package/lib/src/business/ap-card/index.d.ts +1 -1
  479. package/lib/src/business/ap-card/style/css.js +2 -0
  480. package/lib/src/business/ap-card/style/index.js +2 -0
  481. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -5
  482. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  483. package/lib/src/business/ap-expand-alert/style/css.js +2 -0
  484. package/lib/src/business/ap-expand-alert/style/index.js +2 -0
  485. package/lib/src/business/ap-export-group/style/css.js +1 -0
  486. package/lib/src/business/ap-export-group/style/index.js +1 -0
  487. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -2
  488. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +8 -346
  489. package/lib/src/business/ap-group-search/extension-select/style/css.js +1 -0
  490. package/lib/src/business/ap-group-search/extension-select/style/index.js +1 -0
  491. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  492. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  493. package/lib/src/business/ap-group-search/index.d.ts +3 -3
  494. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +8 -346
  495. package/lib/src/business/ap-group-search/popover-select/style/css.js +1 -0
  496. package/lib/src/business/ap-group-search/popover-select/style/index.js +1 -0
  497. package/lib/src/business/ap-group-search/style/css.js +1 -0
  498. package/lib/src/business/ap-group-search/style/index.js +1 -0
  499. package/lib/src/business/ap-image/ApImage.vue.d.ts +2 -1
  500. package/lib/src/business/ap-image/style/css.js +1 -0
  501. package/lib/src/business/ap-image/style/index.js +1 -0
  502. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  503. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  504. package/lib/src/business/ap-input-radio/style/css.js +1 -0
  505. package/lib/src/business/ap-input-radio/style/index.js +1 -0
  506. package/lib/src/business/ap-label/group/style/css.js +1 -0
  507. package/lib/src/business/ap-label/group/style/index.js +1 -0
  508. package/lib/src/business/ap-label/style/css.js +1 -0
  509. package/lib/src/business/ap-label/style/index.js +1 -0
  510. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +3 -2
  511. package/lib/src/business/ap-ladder/index.d.ts +1 -1
  512. package/lib/src/business/ap-ladder/style/css.js +1 -0
  513. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  514. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -5
  515. package/lib/src/business/ap-select-layout/style/css.js +1 -0
  516. package/lib/src/business/ap-select-layout/style/index.js +1 -0
  517. package/lib/src/business/ap-size-input/style/css.js +1 -0
  518. package/lib/src/business/ap-size-input/style/index.js +1 -0
  519. package/lib/src/business/ap-status/group/style/css.js +1 -0
  520. package/lib/src/business/ap-status/group/style/index.js +1 -0
  521. package/lib/src/business/ap-status/style/css.js +1 -0
  522. package/lib/src/business/ap-status/style/index.js +1 -0
  523. package/lib/src/business/ap-summary/style/css.js +1 -0
  524. package/lib/src/business/ap-summary/style/index.js +1 -0
  525. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
  526. package/lib/src/business/ap-table-modal/style/css.js +1 -0
  527. package/lib/src/business/ap-table-modal/style/index.js +1 -0
  528. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  529. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +3 -2
  530. package/lib/src/business/ap-title/ApTitle.vue.d.ts +3 -2
  531. package/lib/src/business/ap-title/index.d.ts +1 -1
  532. package/lib/src/business/ap-title/style/css.js +1 -0
  533. package/lib/src/business/ap-title/style/index.js +1 -0
  534. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
  535. package/lib/src/business/ap-upload-file/ap-upload-single/style/css.js +1 -0
  536. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.js +1 -0
  537. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  538. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  539. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
  540. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
  541. package/lib/src/business/batch-input-group/popover-input/style/css.js +1 -0
  542. package/lib/src/business/batch-input-group/popover-input/style/index.js +1 -0
  543. package/lib/src/business/batch-input-group/style/css.js +1 -0
  544. package/lib/src/business/batch-input-group/style/index.js +1 -0
  545. package/lib/src/check-card/group/style/css.js +1 -0
  546. package/lib/src/check-card/group/style/index.js +1 -0
  547. package/lib/src/check-card/group.vue.d.ts +2 -1
  548. package/lib/src/check-card/index.vue.d.ts +3 -2
  549. package/lib/src/check-card/style/css.js +1 -0
  550. package/lib/src/check-card/style/index.js +1 -0
  551. package/lib/src/config-provider/style/css.js +1 -0
  552. package/lib/src/config-provider/style/index.js +1 -0
  553. package/lib/src/editable-table/form-item/style/css.js +1 -0
  554. package/lib/src/editable-table/form-item/style/index.js +1 -0
  555. package/lib/src/editable-table/form-item.vue.d.ts +3 -5
  556. package/lib/src/editable-table/index.vue.d.ts +3 -5
  557. package/lib/src/editable-table/style/css.js +1 -0
  558. package/lib/src/editable-table/style/index.js +1 -0
  559. package/lib/src/tests/wrapper.d.ts +4 -4
  560. package/lib/src/work-order-modal/style/css.js +4 -0
  561. package/lib/src/work-order-modal/style/index.js +4 -0
  562. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  563. package/package.json +1 -1
  564. package/index.ts +0 -19
@@ -1,12 +1,13 @@
1
1
  import { ApTitleProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  prefix?(_: {}): any;
6
7
  suffix?(_: {}): any;
7
8
  };
8
9
  refs: {};
9
- attrs: Partial<{}>;
10
+ rootEl: HTMLDivElement;
10
11
  };
11
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
13
  declare const __VLS_component: DefineComponent<ApTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTitleProps> & Readonly<{}>, {
@@ -15,7 +16,7 @@ declare const __VLS_component: DefineComponent<ApTitleProps, {}, {}, {}, {}, Com
15
16
  trigger: "hover" | "focus" | "click" | "contextmenu";
16
17
  helpMessage: string;
17
18
  helpIconColor: string;
18
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
19
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
21
  export default _default;
21
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -8,7 +8,7 @@ declare const ApTitle: {
8
8
  trigger: "hover" | "focus" | "click" | "contextmenu";
9
9
  helpMessage: string;
10
10
  helpIconColor: string;
11
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
11
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
12
12
  P: {};
13
13
  B: {};
14
14
  D: {};
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-title/ap-title.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-title/ap-title.less';
@@ -1,6 +1,8 @@
1
1
  import { ApUploadFile, ApUploadSingleProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = ApUploadSingleProps;
3
4
  declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
4
6
  slots: {
5
7
  default?(_: {
6
8
  file: ApUploadFile | undefined;
@@ -8,12 +10,12 @@ declare function __VLS_template(): {
8
10
  }): any;
9
11
  };
10
12
  refs: {};
11
- attrs: Partial<{}>;
13
+ rootEl: any;
12
14
  };
13
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: DefineComponent<ApUploadSingleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
17
  "update:fileList": (...args: any[]) => void;
16
- }, string, PublicProps, Readonly<ApUploadSingleProps> & Readonly<{
18
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
17
19
  "onUpdate:fileList"?: ((...args: any[]) => any) | undefined;
18
20
  }>, {
19
21
  accept: string;
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-upload-single/index.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-upload-single/index.less';
@@ -1,3 +1,3 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
3
  export default _default;
@@ -13,5 +13,5 @@ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, Co
13
13
  allowClear: boolean;
14
14
  emptyText: string;
15
15
  hasAll: boolean;
16
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
17
17
  export default _default;
@@ -4,5 +4,5 @@ declare const _default: DefineComponent<BatchInputGroupPopoverInputProps, {}, {}
4
4
  "update:value": (...args: any[]) => void;
5
5
  }, string, PublicProps, Readonly<BatchInputGroupPopoverInputProps> & Readonly<{
6
6
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
7
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
8
8
  export default _default;
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/batch-input-group/popover-input.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/batch-input-group/popover-input.less';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/batch-input-group/index.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/batch-input-group/index.less';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -1,11 +1,12 @@
1
1
  import { CheckCardGroupProps, CheckCardValueType } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, CSSProperties, 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: any;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: DefineComponent<CheckCardGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -6,9 +6,10 @@ type CheckCardSlots = {
6
6
  }): void;
7
7
  };
8
8
  declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
9
10
  slots: Readonly<CheckCardSlots> & CheckCardSlots;
10
11
  refs: {};
11
- attrs: Partial<{}>;
12
+ rootEl: HTMLDivElement;
12
13
  };
13
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
15
  declare const __VLS_component: DefineComponent<CheckCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -22,7 +23,7 @@ declare const __VLS_component: DefineComponent<CheckCardProps, {}, {}, {}, {}, C
22
23
  checked: boolean;
23
24
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
24
25
  indicatorSize: number;
25
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
26
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
26
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
28
  export default _default;
28
29
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/check-card/index.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/check-card/index.less';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/editable-table/index.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/editable-table/index.less';
@@ -1,9 +1,9 @@
1
1
  import { EditableColumnType, EditableTableFormItemProps } from './interface';
2
2
  import { StandardBehaviorOptions } from '../../node_modules/scroll-into-view-if-needed';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
4
4
  import { UnwrapRefSimple } from '@vue/reactivity';
5
5
  declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & EditableTableFormItemProps<RecordType>> & PublicProps;
6
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & Partial<{}> & EditableTableFormItemProps<RecordType>> & PublicProps;
7
7
  expose(exposed: ShallowUnwrapRef<{
8
8
  add: (defaultValue?: any, insertIndex?: number) => void;
9
9
  remove: (index: number | number[]) => void;
@@ -48,9 +48,7 @@ declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<type
48
48
  }) => void;
49
49
  };
50
50
  emit: {};
51
- }>) => VNode<RendererNode, RendererElement, {
52
- [key: string]: any;
53
- }> & {
51
+ }>) => VNode & {
54
52
  __ctx?: Awaited<typeof __VLS_setup>;
55
53
  };
56
54
  export default _default;
@@ -2,11 +2,11 @@ import { EditableTableProps, EditableColumnType } from './interface';
2
2
  import { NamePath, ValidateOptions } from '@aplus-frontend/antdv/es/form/interface';
3
3
  import { Recordable } from '../type';
4
4
  import { StandardBehaviorOptions } from '../../node_modules/scroll-into-view-if-needed';
5
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
5
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
6
6
  declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
7
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
8
8
  readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
9
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate:value"> & EditableTableProps<RecordType>> & PublicProps;
9
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate:value"> & Partial<{}> & EditableTableProps<RecordType>> & PublicProps;
10
10
  expose(exposed: ShallowUnwrapRef<{
11
11
  resetFields: () => void;
12
12
  validateFields: (nameList?: NamePath[] | string, options?: ValidateOptions) => Promise<any>;
@@ -53,9 +53,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNu
53
53
  }) => void;
54
54
  };
55
55
  emit: (event: "update:value", ...args: any[]) => void;
56
- }>) => VNode<RendererNode, RendererElement, {
57
- [key: string]: any;
58
- }> & {
56
+ }>) => VNode & {
59
57
  __ctx?: Awaited<typeof __VLS_setup>;
60
58
  };
61
59
  export default _default;
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/editable-table/index.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/editable-table/index.less';
@@ -1,8 +1,8 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  export declare const Wrapper: DefineComponent<{
3
- uiMode?: ("admin" | "aplus") | undefined;
4
- lang?: ("en" | "zh-cn") | undefined;
3
+ uiMode?: "admin" | "aplus" | undefined;
4
+ lang?: "en" | "zh-cn" | undefined;
5
5
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
6
- uiMode?: ("admin" | "aplus") | undefined;
7
- lang?: ("en" | "zh-cn") | undefined;
6
+ uiMode?: "admin" | "aplus" | undefined;
7
+ lang?: "en" | "zh-cn" | undefined;
8
8
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,4 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-form/index.css';
2
+ import '@aplus-frontend/ui-theme/dist/work-order-modal/index.css';
3
+ import '@aplus-frontend/ui-theme/dist/ap-field/index.css';
4
+ import '@aplus-frontend/ui-theme/dist/ap-upload/index.css';
@@ -0,0 +1,4 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-form/index.less';
2
+ import '@aplus-frontend/ui-theme/src/work-order-modal/index.less';
3
+ import '@aplus-frontend/ui-theme/src/ap-field/index.less';
4
+ import '@aplus-frontend/ui-theme/src/ap-upload/index.less';
@@ -6,5 +6,5 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
6
6
  }, string, PublicProps, Readonly<WorkOrderModalProps> & Readonly<{
7
7
  "onUpdate:open"?: (() => any) | undefined;
8
8
  onModalClose?: (() => any) | undefined;
9
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
10
10
  export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -1,9 +1,10 @@
1
1
  import { ApActionItemProps, ApActionItemSlots } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: any;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
10
  declare const __VLS_component: DefineComponent<ApActionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -0,0 +1,2 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-action/item.css';
2
+ import '@aplus-frontend/ui-theme/dist/ap-action/item-dropdown.css';
@@ -0,0 +1,2 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-action/item.less';
2
+ import '@aplus-frontend/ui-theme/src/ap-action/item-dropdown.less';
@@ -3,11 +3,12 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  import { ActionColor, MixedActionTypes } from '..';
4
4
  import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
5
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
6
7
  slots: {
7
8
  default?(_: {}): any;
8
9
  };
9
10
  refs: {};
10
- attrs: Partial<{}>;
11
+ rootEl: any;
11
12
  };
12
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
14
  declare const __VLS_component: DefineComponent<ApActionItemDropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemDropdownProps> & Readonly<{}>, {
@@ -0,0 +1,2 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-action/item.css';
2
+ import '@aplus-frontend/ui-theme/dist/ap-action/item-dropdown.css';
@@ -0,0 +1,2 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-action/item.less';
2
+ import '@aplus-frontend/ui-theme/src/ap-action/item-dropdown.less';
@@ -3,9 +3,10 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  import { ActionColor } from '..';
4
4
  import { ModalFuncProps } from '@aplus-frontend/antdv';
5
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
6
7
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: any;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: DefineComponent<ApActionItemModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemModalProps> & Readonly<{}>, {
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-action/item.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-action/item.less';
@@ -11,9 +11,10 @@ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
11
11
  import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
12
12
  import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
13
13
  declare function __VLS_template(): {
14
+ attrs: Partial<{}>;
14
15
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
15
16
  refs: {};
16
- attrs: Partial<{}>;
17
+ rootEl: any;
17
18
  };
18
19
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
20
  declare const __VLS_component: DefineComponent<ApActionItemPopconfirmProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemPopconfirmProps> & Readonly<{}>, {
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-action/item.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-action/item.less';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-button/ap-button.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-button/ap-button.css';
@@ -1,10 +1,11 @@
1
+ import { ApButtonSlots, ApButtonProps } from './interface';
1
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- import { ApButtonProps } from './interface';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
- slots: Partial<Record<string, (_: any) => any>>;
6
- refs: {};
7
5
  attrs: Partial<{}>;
6
+ slots: Readonly<ApButtonSlots> & ApButtonSlots;
7
+ refs: {};
8
+ rootEl: any;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApButtonProps> & Readonly<{}>, {
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("./ap-button.vue2.js");const l=require("./ap-button.vue.js"),u=e.defineComponent({__name:"ap-action-button",props:{prefixCls:{},htmlType:{},shape:{},size:{},loading:{type:[Boolean,Object],default:void 0},disabled:{type:Boolean},ghost:{type:Boolean},block:{type:Boolean},danger:{type:Boolean},icon:{},href:{},target:{},title:{},onMousedown:{},type:{default:"borderLink"},borderLinkColor:{},minWidth:{type:[Boolean,Number,String],default:!0},lazy:{type:[Boolean,Number],default:!0},onClick:{}},setup(r){const n=r;return(t,s)=>(e.openBlock(),e.createBlock(l.default,e.normalizeProps(e.guardReactiveProps({...t.$attrs,...n})),e.createSlots({_:2},[e.renderList(Object.keys(t.$slots),o=>({name:o,fn:e.withCtx(a=>[e.renderSlot(t.$slots,o,e.normalizeProps(e.guardReactiveProps(a||{})))])}))]),1040))}});exports.default=u;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("./ap-button.vue2.js");const s=require("./ap-button.vue.js"),u=e.defineComponent({__name:"ap-action-button",props:{prefixCls:{},htmlType:{},shape:{},size:{},loading:{type:[Boolean,Object],default:void 0},disabled:{type:Boolean},ghost:{type:Boolean},block:{type:Boolean},danger:{type:Boolean},icon:{},href:{},target:{},title:{},onMousedown:{},type:{default:"borderLink"},borderLinkColor:{},minWidth:{type:[Boolean,Number,String],default:!0},lazy:{type:[Boolean,Number],default:!0},onClick:{}},setup(r){const n=e.useSlots(),a=r;return(t,i)=>(e.openBlock(),e.createBlock(s.default,e.normalizeProps(e.guardReactiveProps({...t.$attrs,...a})),e.createSlots({_:2},[e.renderList(n,(p,o)=>({name:o,fn:e.withCtx(l=>[e.renderSlot(t.$slots,o,e.normalizeProps(e.guardReactiveProps(l||{})))])}))]),1040))}});exports.default=u;
@@ -1,10 +1,11 @@
1
- import { ApButtonProps } from './interface';
1
+ import { ApButtonSlots, ApButtonProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
- slots: Partial<Record<string, (_: any) => any>>;
6
- refs: {};
7
5
  attrs: Partial<{}>;
6
+ slots: Readonly<ApButtonSlots> & ApButtonSlots;
7
+ refs: {};
8
+ rootEl: any;
8
9
  };
9
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
11
  declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApButtonProps> & Readonly<{}>, {
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),C=require("@aplus-frontend/antdv"),B=require("@aplus-frontend/utils");require("../config-provider/index.js");const W=require("lodash-unified"),p=require("./utils/index.js"),z=require("../config-provider/hooks/use-namespace.js"),L=require("../config-provider/hooks/use-global-config.js"),q=88,M=300,w=e.defineComponent({__name:"ap-button",props:{prefixCls:{},htmlType:{},shape:{},size:{},loading:{type:[Boolean,Object],default:void 0},disabled:{type:Boolean},ghost:{type:Boolean},block:{type:Boolean},danger:{type:Boolean},icon:{},href:{},target:{},title:{},onMousedown:{},type:{default:"default"},borderLinkColor:{},minWidth:{type:[Boolean,Number,String],default:!1},lazy:{type:[Boolean,Number],default:!0},onClick:{}},setup(f){const t=f,l={aplus:"#0070FF",admin:"#34b77c"},{b:a}=z.useNamespace("ap-action-button"),y=L.useGlobalConfig("uiMode"),r=e.ref(!1),m=e.computed(()=>t.borderLinkColor||l[y.value]||l.aplus),i=e.computed(()=>t.type==="borderLink"?m.value:void 0),u=e.computed(()=>p.transferOpacityColor(i.value)),b=e.computed(()=>t.minWidth===!0?`${q}px`:typeof t.minWidth=="number"?`${t.minWidth}px`:typeof t.minWidth=="string"?t.minWidth:void 0),v=e.computed(()=>(t.type==="borderLink"?"default":t.type)||"default"),s=e.computed(()=>t.loading??r.value??!1),c=e.computed(()=>t.lazy===!0?M:typeof t.lazy=="number"&&t.lazy>=0?t.lazy:0);function h(){const o=W.omit(t,["type","borderLinkColor","minWidth","onClick","loading"]);return o?{...o,type:v.value,onclick:g}:{}}async function g(){if(s.value)return;const o=p.isAsynchronous(t.onClick),d=Date.now();try{o&&(r.value=!0,await o)}finally{if(o){const n=Date.now()-d;n<c.value&&await B.wait(c.value-n),r.value=!1}}}return(o,d)=>(e.openBlock(),e.createBlock(e.unref(C.Button),e.mergeProps({class:{[e.unref(a)()]:!0,[`${e.unref(a)()}-border-link`]:u.value}},{...o.$attrs,...h()},{style:{color:i.value,minWidth:b.value,"--button-border-color":u.value},loading:s.value}),e.createSlots({_:2},[e.renderList(Object.keys(o.$slots),n=>({name:n,fn:e.withCtx(k=>[e.renderSlot(o.$slots,n,e.normalizeProps(e.guardReactiveProps(k||{})))])}))]),1040,["class","style","loading"]))}});exports.default=w;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),W=require("@aplus-frontend/antdv"),z=require("@aplus-frontend/utils");require("../config-provider/index.js");const L=require("lodash-unified"),f=require("./utils/index.js"),q=require("../config-provider/hooks/use-namespace.js"),M=require("../config-provider/hooks/use-global-config.js"),_=88,w=300,T=e.defineComponent({__name:"ap-button",props:{prefixCls:{},htmlType:{},shape:{},size:{},loading:{type:[Boolean,Object],default:void 0},disabled:{type:Boolean},ghost:{type:Boolean},block:{type:Boolean},danger:{type:Boolean},icon:{},href:{},target:{},title:{},onMousedown:{},type:{default:"default"},borderLinkColor:{},minWidth:{type:[Boolean,Number,String],default:!1},lazy:{type:[Boolean,Number],default:!0},onClick:{}},setup(y){const m=e.useSlots(),t=y,l={aplus:"#0070FF",admin:"#34b77c"},{b:a}=q.useNamespace("ap-action-button"),b=M.useGlobalConfig("uiMode"),n=e.ref(!1),v=e.computed(()=>t.borderLinkColor||l[b.value]||l.aplus),i=e.computed(()=>t.type==="borderLink"?v.value:void 0),u=e.computed(()=>f.transferOpacityColor(i.value)),h=e.computed(()=>t.minWidth===!0?`${_}px`:typeof t.minWidth=="number"?`${t.minWidth}px`:typeof t.minWidth=="string"?t.minWidth:void 0),g=e.computed(()=>(t.type==="borderLink"?"default":t.type)||"default"),s=e.computed(()=>t.loading??n.value??!1),c=e.computed(()=>t.lazy===!0?w:typeof t.lazy=="number"&&t.lazy>=0?t.lazy:0);function C(){const o=L.omit(t,["type","borderLinkColor","minWidth","onClick","loading"]);return o?{...o,type:g.value,onclick:k}:{}}async function k(){if(s.value)return;const o=f.isAsynchronous(t.onClick),d=Date.now();try{o&&(n.value=!0,await o)}finally{if(o){const r=Date.now()-d;r<c.value&&await z.wait(c.value-r),n.value=!1}}}return(o,d)=>(e.openBlock(),e.createBlock(e.unref(W.Button),e.mergeProps({class:{[e.unref(a)()]:!0,[`${e.unref(a)()}-border-link`]:u.value}},{...o.$attrs,...C()},{style:{color:i.value,minWidth:h.value,"--button-border-color":u.value},loading:s.value}),e.createSlots({_:2},[e.renderList(m,(r,p)=>({name:p,fn:e.withCtx(B=>[e.renderSlot(o.$slots,p,e.normalizeProps(e.guardReactiveProps(B||{})))])}))]),1040,["class","style","loading"]))}});exports.default=T;
@@ -7,3 +7,7 @@ export type ApButtonProps = Omit<ButtonProps, 'type' | 'onClick'> & {
7
7
  onClick?: () => any | Promise<any>;
8
8
  };
9
9
  export type ApActionButtonProps = ApButtonProps;
10
+ export type ApButtonSlots = {
11
+ default: any;
12
+ icon?: any;
13
+ };
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-button/ap-button.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-button/ap-button.css';
@@ -1,6 +1,7 @@
1
1
  import { DisplayInfoProps } from './interface';
2
2
  import { VNode, RendererNode, RendererElement, VNodeChild, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: Partial<Record<string, (_: {
5
6
  index: number;
6
7
  item: VNode<RendererNode, RendererElement, {
@@ -11,10 +12,10 @@ declare function __VLS_template(): {
11
12
  } | undefined;
12
13
  }) => any>>;
13
14
  refs: {};
14
- attrs: Partial<{}>;
15
+ rootEl: HTMLDivElement;
15
16
  };
16
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
18
+ declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
18
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
20
  export default _default;
20
21
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,9 +1,7 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{
2
+ type __VLS_Props = {
3
3
  helpMessage?: any;
4
4
  label?: any;
5
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
6
- helpMessage?: any;
7
- label?: any;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
5
+ };
6
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
9
7
  export default _default;
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-descriptions/ap-descriptions.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-descriptions/ap-descriptions.less';
@@ -1,17 +1,19 @@
1
1
  import { ApDownLoadProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
+ type __VLS_Props = ApDownLoadProps;
4
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
5
7
  slots: {
6
8
  icon?(_: {}): any;
7
9
  };
8
10
  refs: {};
9
- attrs: Partial<{}>;
11
+ rootEl: any;
10
12
  };
11
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<ApDownLoadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
15
  downloadCallback: (...args: any[]) => void;
14
- }, string, PublicProps, Readonly<ApDownLoadProps> & Readonly<{
16
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
15
17
  onDownloadCallback?: ((...args: any[]) => any) | undefined;
16
18
  }>, {
17
19
  size: "small" | "large" | "middle";
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-download/ap-download.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-download/ap-download.less';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-field/checkbox.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-field/checkbox.less';
@@ -19,9 +19,10 @@ type ApFieldDataSlots = {
19
19
  default?: any;
20
20
  };
21
21
  declare function __VLS_template(): {
22
+ attrs: Partial<{}>;
22
23
  slots: Readonly<ApFieldDataSlots> & ApFieldDataSlots;
23
24
  refs: {};
24
- attrs: Partial<{}>;
25
+ rootEl: any;
25
26
  };
26
27
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
28
  declare const __VLS_component: DefineComponent<ApFieldDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -20,9 +20,10 @@ type ApFieldDateRangeSlots = {
20
20
  clearIcon?: any;
21
21
  };
22
22
  declare function __VLS_template(): {
23
+ attrs: Partial<{}>;
23
24
  slots: Readonly<ApFieldDateRangeSlots> & ApFieldDateRangeSlots;
24
25
  refs: {};
25
- attrs: Partial<{}>;
26
+ rootEl: any;
26
27
  };
27
28
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
29
  declare const __VLS_component: DefineComponent<ApFieldDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -16,6 +16,7 @@ type ApFieldNumberSlots = {
16
16
  declare function focus(): void;
17
17
  declare function blur(): void;
18
18
  declare function __VLS_template(): {
19
+ attrs: Partial<{}>;
19
20
  slots: Readonly<ApFieldNumberSlots> & ApFieldNumberSlots;
20
21
  refs: {
21
22
  inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
@@ -339,7 +340,7 @@ declare function __VLS_template(): {
339
340
  parser: (displayValue: string) => ValueType;
340
341
  }> | null;
341
342
  };
342
- attrs: Partial<{}>;
343
+ rootEl: any;
343
344
  };
344
345
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
345
346
  declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/dist/ap-field/number.css';
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-field/number.less';
@@ -0,0 +1 @@
1
+ export {};