@aplus-frontend/ui 0.4.18 → 0.4.19

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 (273) hide show
  1. package/es/src/ap-action/item/index.vue.d.ts +1 -2
  2. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  3. package/es/src/ap-action/item-modal/index.vue.d.ts +1 -2
  4. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  5. package/es/src/ap-button/ap-action-button.vue.d.ts +1 -2
  6. package/es/src/ap-button/ap-button.vue.d.ts +1 -2
  7. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  8. package/es/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  9. package/es/src/ap-download/ap-download.vue.d.ts +3 -5
  10. package/es/src/ap-field/date/index.vue.d.ts +1 -2
  11. package/es/src/ap-field/date-range/index.vue.d.ts +1 -2
  12. package/es/src/ap-field/number/index.vue.d.ts +2 -324
  13. package/es/src/ap-field/radio/index.vue.d.ts +2 -98
  14. package/es/src/ap-field/rate/index.vue.d.ts +2 -84
  15. package/es/src/ap-field/segmented/index.vue.d.ts +1 -2
  16. package/es/src/ap-field/select/index.vue.d.ts +2 -409
  17. package/es/src/ap-field/select/index.vue.mjs +6 -7
  18. package/es/src/ap-field/slider/index.vue.d.ts +2 -259
  19. package/es/src/ap-field/switch/index.vue.d.ts +1 -2
  20. package/es/src/ap-field/text/index.vue.d.ts +1 -2
  21. package/es/src/ap-field/text/password.vue.d.ts +1 -2
  22. package/es/src/ap-field/text-area/index.vue.d.ts +2 -267
  23. package/es/src/ap-form/ap-form.vue.d.ts +4 -639
  24. package/es/src/ap-form/dependency/index.vue.d.ts +1 -2
  25. package/es/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  26. package/es/src/ap-form/item/index.vue.d.ts +2 -779
  27. package/es/src/ap-form/item-group/index.vue.d.ts +1 -2
  28. package/es/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  29. package/es/src/ap-form/items/date/index.vue.d.ts +1 -2
  30. package/es/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  31. package/es/src/ap-form/items/number/index.vue.d.ts +3 -785
  32. package/es/src/ap-form/items/radio/index.vue.d.ts +4 -223
  33. package/es/src/ap-form/items/select/index.vue.d.ts +1 -2
  34. package/es/src/ap-form/items/switch/index.vue.d.ts +1 -2
  35. package/es/src/ap-form/items/text/group.vue.d.ts +1 -2
  36. package/es/src/ap-form/items/text/index.vue.d.ts +3 -141
  37. package/es/src/ap-form/items/text/password.vue.d.ts +2 -150
  38. package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  39. package/es/src/ap-form/list/index.vue.d.ts +1 -2
  40. package/es/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  41. package/es/src/ap-form/provider/index.vue.d.ts +1 -2
  42. package/es/src/ap-form/render/control.vue.d.ts +1 -2
  43. package/es/src/ap-form/render/item.vue.d.ts +1 -2
  44. package/es/src/ap-form/search-form/index.vue.d.ts +5 -1457
  45. package/es/src/ap-form/set/index.vue.d.ts +1 -2
  46. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  47. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  48. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  49. package/es/src/ap-list/index.vue.d.ts +5 -3
  50. package/es/src/ap-table/ap-table.vue.d.ts +10 -3
  51. package/es/src/ap-table/ap-table.vue2.mjs +72 -68
  52. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  53. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  54. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  55. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  56. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  57. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  58. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  59. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  60. package/es/src/ap-table/constants.d.ts +14 -2264
  61. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  62. package/es/src/ap-table/interface.d.ts +9 -0
  63. package/es/src/ap-table/utils.d.ts +8 -1180
  64. package/es/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  65. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  66. package/es/src/ap-upload/apUpload.vue.d.ts +2 -5
  67. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  68. package/es/src/ap-upload/components/Picture.vue.d.ts +9 -7
  69. package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  70. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  71. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  72. package/es/src/business/ap-appendix/index.d.ts +1 -1
  73. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  74. package/es/src/business/ap-batch-action/index.d.ts +1 -3
  75. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  76. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  77. package/es/src/business/ap-batch-action-group/index.d.ts +5 -887
  78. package/es/src/business/ap-card/ApCard.vue.d.ts +2 -3
  79. package/es/src/business/ap-card/index.d.ts +1 -1
  80. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  81. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  82. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  83. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +8 -9
  84. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  85. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +7 -8
  86. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  87. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  88. package/es/src/business/ap-group-search/index.d.ts +4 -418
  89. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  90. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +14 -15
  91. package/es/src/business/ap-image/ApImage.vue.d.ts +1 -2
  92. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  93. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  94. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  95. package/es/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  96. package/es/src/business/ap-ladder/index.d.ts +1 -4
  97. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  98. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  99. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  100. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  101. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  102. package/es/src/business/ap-table-modal/index.d.ts +44 -22
  103. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  104. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  105. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  106. package/es/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  107. package/es/src/business/ap-title/index.d.ts +1 -1
  108. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  109. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  110. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  111. package/es/src/business/batch-input-group/index.vue.d.ts +3 -146
  112. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  113. package/es/src/business/hooks/usePageListApTable.d.ts +14 -0
  114. package/es/src/business/hooks/useTableRefresh.d.ts +4 -1
  115. package/es/src/business/hooks/useTableRefresh.mjs +33 -12
  116. package/es/src/check-card/group.vue.d.ts +1 -2
  117. package/es/src/check-card/index.vue.d.ts +2 -3
  118. package/es/src/config-provider/config-provider-props.d.ts +3 -0
  119. package/es/src/config-provider/config-provider-props.mjs +3 -0
  120. package/es/src/config-provider/config-provider.d.ts +6 -0
  121. package/es/src/config-provider/config-provider.mjs +24 -23
  122. package/es/src/config-provider/hooks/use-global-config.d.ts +3 -0
  123. package/es/src/config-provider/index.d.ts +9 -0
  124. package/es/src/editable-table/form-item.vue.d.ts +5 -3
  125. package/es/src/editable-table/index.vue.d.ts +5 -3
  126. package/es/src/full-screen/index.vue.d.ts +2 -6
  127. package/es/src/portal/index.vue.d.ts +1 -2
  128. package/es/src/resize-observer/index.vue.d.ts +1 -2
  129. package/es/src/scroll-bar/index.vue.d.ts +4 -43
  130. package/es/src/scroll-bar/index.vue.mjs +51 -49
  131. package/es/src/scroll-bar/internal.vue.d.ts +1 -5
  132. package/es/src/scroll-view/index.vue.d.ts +9 -97
  133. package/es/src/tests/wrapper.d.ts +4 -4
  134. package/es/src/utils/index.d.ts +8 -0
  135. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  136. package/lib/src/ap-action/item/index.vue.d.ts +1 -2
  137. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  138. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -2
  139. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  140. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -2
  141. package/lib/src/ap-button/ap-button.vue.d.ts +1 -2
  142. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  143. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  144. package/lib/src/ap-download/ap-download.vue.d.ts +3 -5
  145. package/lib/src/ap-field/date/index.vue.d.ts +1 -2
  146. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -2
  147. package/lib/src/ap-field/number/index.vue.d.ts +2 -324
  148. package/lib/src/ap-field/radio/index.vue.d.ts +2 -98
  149. package/lib/src/ap-field/rate/index.vue.d.ts +2 -84
  150. package/lib/src/ap-field/segmented/index.vue.d.ts +1 -2
  151. package/lib/src/ap-field/select/index.vue.d.ts +2 -409
  152. package/lib/src/ap-field/select/index.vue.js +1 -1
  153. package/lib/src/ap-field/slider/index.vue.d.ts +2 -259
  154. package/lib/src/ap-field/switch/index.vue.d.ts +1 -2
  155. package/lib/src/ap-field/text/index.vue.d.ts +1 -2
  156. package/lib/src/ap-field/text/password.vue.d.ts +1 -2
  157. package/lib/src/ap-field/text-area/index.vue.d.ts +2 -267
  158. package/lib/src/ap-form/ap-form.vue.d.ts +4 -639
  159. package/lib/src/ap-form/dependency/index.vue.d.ts +1 -2
  160. package/lib/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  161. package/lib/src/ap-form/item/index.vue.d.ts +2 -779
  162. package/lib/src/ap-form/item-group/index.vue.d.ts +1 -2
  163. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  164. package/lib/src/ap-form/items/date/index.vue.d.ts +1 -2
  165. package/lib/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  166. package/lib/src/ap-form/items/number/index.vue.d.ts +3 -785
  167. package/lib/src/ap-form/items/radio/index.vue.d.ts +4 -223
  168. package/lib/src/ap-form/items/select/index.vue.d.ts +1 -2
  169. package/lib/src/ap-form/items/switch/index.vue.d.ts +1 -2
  170. package/lib/src/ap-form/items/text/group.vue.d.ts +1 -2
  171. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -141
  172. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -150
  173. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  174. package/lib/src/ap-form/list/index.vue.d.ts +1 -2
  175. package/lib/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  176. package/lib/src/ap-form/provider/index.vue.d.ts +1 -2
  177. package/lib/src/ap-form/render/control.vue.d.ts +1 -2
  178. package/lib/src/ap-form/render/item.vue.d.ts +1 -2
  179. package/lib/src/ap-form/search-form/index.vue.d.ts +5 -1457
  180. package/lib/src/ap-form/set/index.vue.d.ts +1 -2
  181. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  182. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  183. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  184. package/lib/src/ap-list/index.vue.d.ts +5 -3
  185. package/lib/src/ap-table/ap-table.vue.d.ts +10 -3
  186. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  187. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  188. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  189. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  190. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  191. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  192. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  193. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  194. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  195. package/lib/src/ap-table/constants.d.ts +14 -2264
  196. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  197. package/lib/src/ap-table/interface.d.ts +9 -0
  198. package/lib/src/ap-table/utils.d.ts +8 -1180
  199. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  200. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  201. package/lib/src/ap-upload/apUpload.vue.d.ts +2 -5
  202. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  203. package/lib/src/ap-upload/components/Picture.vue.d.ts +9 -7
  204. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  205. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  206. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  207. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  208. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  209. package/lib/src/business/ap-batch-action/index.d.ts +1 -3
  210. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  211. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  212. package/lib/src/business/ap-batch-action-group/index.d.ts +5 -887
  213. package/lib/src/business/ap-card/ApCard.vue.d.ts +2 -3
  214. package/lib/src/business/ap-card/index.d.ts +1 -1
  215. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  216. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  217. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  218. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
  219. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  220. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
  221. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  222. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  223. package/lib/src/business/ap-group-search/index.d.ts +4 -418
  224. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  225. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
  226. package/lib/src/business/ap-image/ApImage.vue.d.ts +1 -2
  227. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  228. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  229. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  230. package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  231. package/lib/src/business/ap-ladder/index.d.ts +1 -4
  232. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  233. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  234. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  235. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  236. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  237. package/lib/src/business/ap-table-modal/index.d.ts +44 -22
  238. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  239. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  240. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  241. package/lib/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  242. package/lib/src/business/ap-title/index.d.ts +1 -1
  243. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  244. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  245. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  246. package/lib/src/business/batch-input-group/index.vue.d.ts +3 -146
  247. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  248. package/lib/src/business/hooks/usePageListApTable.d.ts +14 -0
  249. package/lib/src/business/hooks/useTableRefresh.d.ts +4 -1
  250. package/lib/src/business/hooks/useTableRefresh.js +1 -1
  251. package/lib/src/check-card/group.vue.d.ts +1 -2
  252. package/lib/src/check-card/index.vue.d.ts +2 -3
  253. package/lib/src/config-provider/config-provider-props.d.ts +3 -0
  254. package/lib/src/config-provider/config-provider-props.js +1 -1
  255. package/lib/src/config-provider/config-provider.d.ts +6 -0
  256. package/lib/src/config-provider/config-provider.js +1 -1
  257. package/lib/src/config-provider/hooks/use-global-config.d.ts +3 -0
  258. package/lib/src/config-provider/index.d.ts +9 -0
  259. package/lib/src/editable-table/form-item.vue.d.ts +5 -3
  260. package/lib/src/editable-table/index.vue.d.ts +5 -3
  261. package/lib/src/full-screen/index.vue.d.ts +2 -6
  262. package/lib/src/portal/index.vue.d.ts +1 -2
  263. package/lib/src/resize-observer/index.vue.d.ts +1 -2
  264. package/lib/src/scroll-bar/index.vue.d.ts +4 -43
  265. package/lib/src/scroll-bar/index.vue.js +1 -1
  266. package/lib/src/scroll-bar/internal.vue.d.ts +1 -5
  267. package/lib/src/scroll-view/index.vue.d.ts +9 -97
  268. package/lib/src/tests/wrapper.d.ts +4 -4
  269. package/lib/src/utils/index.d.ts +8 -0
  270. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  271. package/package.json +2 -2
  272. package/theme/ap-scroll-bar/index.css +0 -31
  273. package/theme/ap-scroll-bar/index.less +0 -39
@@ -6,21 +6,18 @@ type ApTagGroupSlots = {
6
6
  }) => void;
7
7
  };
8
8
  declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
9
  slots: Readonly<ApTagGroupSlots> & ApTagGroupSlots;
11
10
  refs: {
12
11
  container: HTMLDivElement;
13
12
  };
14
- rootEl: any;
13
+ attrs: Partial<{}>;
15
14
  };
16
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
16
  declare const __VLS_component: DefineComponent<ApTagGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTagGroupProps> & Readonly<{}>, {
18
17
  ellipsis: EllipsisProps;
19
18
  space: number;
20
19
  list: ApTagProps[];
21
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
22
- container: HTMLDivElement;
23
- }, any>;
20
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
24
21
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
22
  export default _default;
26
23
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -4,5 +4,5 @@ declare const _default: DefineComponent<ApTagProps, {}, {}, {}, {}, ComponentOpt
4
4
  size: "small" | "middle" | "large";
5
5
  color: string;
6
6
  disabled: boolean;
7
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
7
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
@@ -4,12 +4,11 @@ import { GetOssAccess } from './hooks/useOss';
4
4
  declare function clear(): void;
5
5
  declare function setValue(val: any): void;
6
6
  declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
7
  slots: Readonly<ApUploadSlots> & ApUploadSlots;
9
8
  refs: {
10
9
  uploadRef: unknown;
11
10
  };
12
- rootEl: HTMLDivElement;
11
+ attrs: Partial<{}>;
13
12
  };
14
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
14
  declare const __VLS_component: DefineComponent<ExtractPropTypes<{
@@ -178,9 +177,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
178
177
  onRemove: Function;
179
178
  maxCount: number;
180
179
  maxCountErrorMsg: string;
181
- }, {}, {}, {}, string, ComponentProvideOptions, true, {
182
- uploadRef: unknown;
183
- }, HTMLDivElement>;
180
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
184
181
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
185
182
  export default _default;
186
183
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,457 +1,6 @@
1
- import { UploadFile, UploadChangeParam } from '@aplus-frontend/antdv';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, GlobalComponents, GlobalDirectives } from 'vue';
3
- import { UploadType, UploadFile, FileType, HttpRequestHeader, ShowUploadListInterface, UploadListType, UploadLocale, UploadListProgressProps, ItemRender } from '@aplus-frontend/antdv/es/upload/interface';
4
- import { UploadRequestOption } from '@aplus-frontend/antdv/es/vc-upload/interface';
5
- import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
6
2
  declare function setValue(val: (string | Record<string, any>)[]): void;
7
3
  declare const _default: DefineComponent<{}, {
8
4
  setValue: typeof setValue;
9
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
10
- uploadRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
11
- capture: {
12
- type: PropType<boolean | "user" | "environment">;
13
- default: boolean | "user" | "environment";
14
- };
15
- type: {
16
- type: PropType<UploadType>;
17
- default: UploadType;
18
- };
19
- name: StringConstructor;
20
- defaultFileList: {
21
- type: PropType< UploadFile<any>[]>;
22
- default: UploadFile<any>[];
23
- };
24
- fileList: {
25
- type: PropType< UploadFile<any>[]>;
26
- default: UploadFile<any>[];
27
- };
28
- action: {
29
- type: PropType<string | ((file: FileType) => string) | ((file: FileType) => PromiseLike<string>)>;
30
- default: string | ((file: FileType) => string) | ((file: FileType) => PromiseLike<string>);
31
- };
32
- directory: {
33
- type: BooleanConstructor;
34
- default: boolean;
35
- };
36
- data: {
37
- type: PropType<Record<string, unknown> | ((file: UploadFile<any>) => Record<string, unknown> | Promise<Record<string, unknown>>)>;
38
- default: Record<string, unknown> | ((file: UploadFile<any>) => Record<string, unknown> | Promise<Record<string, unknown>>);
39
- };
40
- method: {
41
- type: PropType<"post" | "POST" | "PUT" | "PATCH" | "put" | "patch">;
42
- default: "post" | "POST" | "PUT" | "PATCH" | "put" | "patch";
43
- };
44
- headers: {
45
- type: PropType<HttpRequestHeader>;
46
- default: HttpRequestHeader;
47
- };
48
- showUploadList: {
49
- type: PropType<boolean | ShowUploadListInterface>;
50
- default: boolean | ShowUploadListInterface;
51
- };
52
- multiple: {
53
- type: BooleanConstructor;
54
- default: boolean;
55
- };
56
- accept: StringConstructor;
57
- beforeUpload: {
58
- type: PropType<(file: FileType, FileList: FileType[]) => (string | boolean | void | Blob | FileType) | Promise<string | boolean | void | Blob | FileType>>;
59
- default: (file: FileType, FileList: FileType[]) => (string | boolean | void | Blob | FileType) | Promise<string | boolean | void | Blob | FileType>;
60
- };
61
- onChange: {
62
- type: PropType<(info: UploadChangeParam<UploadFile<any>>) => void>;
63
- default: (info: UploadChangeParam<UploadFile<any>>) => void;
64
- };
65
- 'onUpdate:fileList': {
66
- type: PropType<(fileList: UploadFile<any>[]) => void>;
67
- default: (fileList: UploadFile<any>[]) => void;
68
- };
69
- onDrop: {
70
- type: PropType<(event: DragEvent) => void>;
71
- default: (event: DragEvent) => void;
72
- };
73
- listType: {
74
- type: PropType<UploadListType>;
75
- default: UploadListType;
76
- };
77
- onPreview: {
78
- type: PropType<(file: UploadFile<any>) => void>;
79
- default: (file: UploadFile<any>) => void;
80
- };
81
- onDownload: {
82
- type: PropType<(file: UploadFile<any>) => void>;
83
- default: (file: UploadFile<any>) => void;
84
- };
85
- onReject: {
86
- type: PropType<(fileList: FileType[]) => void>;
87
- default: (fileList: FileType[]) => void;
88
- };
89
- onRemove: {
90
- type: PropType<(file: UploadFile<any>) => boolean | void | Promise<boolean | void>>;
91
- default: (file: UploadFile<any>) => boolean | void | Promise<boolean | void>;
92
- };
93
- remove: {
94
- type: PropType<(file: UploadFile<any>) => boolean | void | Promise<boolean | void>>;
95
- default: (file: UploadFile<any>) => boolean | void | Promise<boolean | void>;
96
- };
97
- supportServerRender: {
98
- type: BooleanConstructor;
99
- default: boolean;
100
- };
101
- disabled: {
102
- type: BooleanConstructor;
103
- default: boolean;
104
- };
105
- prefixCls: StringConstructor;
106
- customRequest: {
107
- type: PropType<(options: UploadRequestOption<any>) => void>;
108
- default: (options: UploadRequestOption<any>) => void;
109
- };
110
- withCredentials: {
111
- type: BooleanConstructor;
112
- default: boolean;
113
- };
114
- openFileDialogOnClick: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- locale: {
119
- type: PropType<UploadLocale>;
120
- default: UploadLocale;
121
- };
122
- id: StringConstructor;
123
- previewFile: {
124
- type: PropType<(file: Blob | FileType) => PromiseLike<string>>;
125
- default: (file: Blob | FileType) => PromiseLike<string>;
126
- };
127
- transformFile: {
128
- type: PropType<(file: FileType) => string | Blob | FileType | PromiseLike<string | Blob | FileType>>;
129
- default: (file: FileType) => string | Blob | FileType | PromiseLike<string | Blob | FileType>;
130
- };
131
- iconRender: {
132
- type: PropType<(opt: {
133
- file: UploadFile<any>;
134
- listType?: UploadListType;
135
- }) => VueNode>;
136
- default: (opt: {
137
- file: UploadFile<any>;
138
- listType?: UploadListType;
139
- }) => VueNode;
140
- };
141
- isImageUrl: {
142
- type: PropType<(file: UploadFile<any>) => boolean>;
143
- default: (file: UploadFile<any>) => boolean;
144
- };
145
- progress: {
146
- type: PropType<UploadListProgressProps>;
147
- default: UploadListProgressProps;
148
- };
149
- itemRender: {
150
- type: PropType<ItemRender<any>>;
151
- default: ItemRender<any>;
152
- };
153
- maxCount: NumberConstructor;
154
- height: {
155
- type: PropType<unknown>;
156
- default: unknown;
157
- };
158
- removeIcon: {
159
- type: PropType<(opt: {
160
- file: UploadFile<any>;
161
- }) => VueNode>;
162
- default: (opt: {
163
- file: UploadFile<any>;
164
- }) => VueNode;
165
- };
166
- downloadIcon: {
167
- type: PropType<(opt: {
168
- file: UploadFile<any>;
169
- }) => VueNode>;
170
- default: (opt: {
171
- file: UploadFile<any>;
172
- }) => VueNode;
173
- };
174
- previewIcon: {
175
- type: PropType<(opt: {
176
- file: UploadFile<any>;
177
- }) => VueNode>;
178
- default: (opt: {
179
- file: UploadFile<any>;
180
- }) => VueNode;
181
- };
182
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
183
- progress: UploadListProgressProps;
184
- type: UploadType;
185
- height: unknown;
186
- data: Record<string, unknown> | ((file: UploadFile<any>) => Record<string, unknown> | Promise<Record<string, unknown>>);
187
- onDrop: (event: DragEvent) => void;
188
- onChange: (info: UploadChangeParam<UploadFile<any>>) => void;
189
- multiple: boolean;
190
- disabled: boolean;
191
- method: "post" | "POST" | "PUT" | "PATCH" | "put" | "patch";
192
- remove: (file: UploadFile<any>) => boolean | void | Promise<boolean | void>;
193
- locale: UploadLocale;
194
- action: string | ((file: FileType) => string) | ((file: FileType) => PromiseLike<string>);
195
- capture: boolean | "user" | "environment";
196
- iconRender: (opt: {
197
- file: UploadFile<any>;
198
- listType?: UploadListType;
199
- }) => VueNode;
200
- onRemove: (file: UploadFile<any>) => boolean | void | Promise<boolean | void>;
201
- removeIcon: (opt: {
202
- file: UploadFile<any>;
203
- }) => VueNode;
204
- itemRender: ItemRender<any>;
205
- directory: boolean;
206
- headers: HttpRequestHeader;
207
- onReject: (fileList: FileType[]) => void;
208
- beforeUpload: (file: FileType, FileList: FileType[]) => (string | boolean | void | Blob | FileType) | Promise<string | boolean | void | Blob | FileType>;
209
- customRequest: (options: UploadRequestOption<any>) => void;
210
- withCredentials: boolean;
211
- openFileDialogOnClick: boolean;
212
- fileList: UploadFile<any>[];
213
- defaultFileList: UploadFile<any>[];
214
- showUploadList: boolean | ShowUploadListInterface;
215
- 'onUpdate:fileList': (fileList: UploadFile<any>[]) => void;
216
- listType: UploadListType;
217
- onPreview: (file: UploadFile<any>) => void;
218
- onDownload: (file: UploadFile<any>) => void;
219
- supportServerRender: boolean;
220
- previewFile: (file: Blob | FileType) => PromiseLike<string>;
221
- transformFile: (file: FileType) => string | Blob | FileType | PromiseLike<string | Blob | FileType>;
222
- isImageUrl: (file: UploadFile<any>) => boolean;
223
- downloadIcon: (opt: {
224
- file: UploadFile<any>;
225
- }) => VueNode;
226
- previewIcon: (opt: {
227
- file: UploadFile<any>;
228
- }) => VueNode;
229
- }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
230
- P: {};
231
- B: {};
232
- D: {};
233
- C: {};
234
- M: {};
235
- Defaults: {};
236
- }, Readonly< ExtractPropTypes<{
237
- capture: {
238
- type: PropType<boolean | "user" | "environment">;
239
- default: boolean | "user" | "environment";
240
- };
241
- type: {
242
- type: PropType<UploadType>;
243
- default: UploadType;
244
- };
245
- name: StringConstructor;
246
- defaultFileList: {
247
- type: PropType< UploadFile<any>[]>;
248
- default: UploadFile<any>[];
249
- };
250
- fileList: {
251
- type: PropType< UploadFile<any>[]>;
252
- default: UploadFile<any>[];
253
- };
254
- action: {
255
- type: PropType<string | ((file: FileType) => string) | ((file: FileType) => PromiseLike<string>)>;
256
- default: string | ((file: FileType) => string) | ((file: FileType) => PromiseLike<string>);
257
- };
258
- directory: {
259
- type: BooleanConstructor;
260
- default: boolean;
261
- };
262
- data: {
263
- type: PropType<Record<string, unknown> | ((file: UploadFile<any>) => Record<string, unknown> | Promise<Record<string, unknown>>)>;
264
- default: Record<string, unknown> | ((file: UploadFile<any>) => Record<string, unknown> | Promise<Record<string, unknown>>);
265
- };
266
- method: {
267
- type: PropType<"post" | "POST" | "PUT" | "PATCH" | "put" | "patch">;
268
- default: "post" | "POST" | "PUT" | "PATCH" | "put" | "patch";
269
- };
270
- headers: {
271
- type: PropType<HttpRequestHeader>;
272
- default: HttpRequestHeader;
273
- };
274
- showUploadList: {
275
- type: PropType<boolean | ShowUploadListInterface>;
276
- default: boolean | ShowUploadListInterface;
277
- };
278
- multiple: {
279
- type: BooleanConstructor;
280
- default: boolean;
281
- };
282
- accept: StringConstructor;
283
- beforeUpload: {
284
- type: PropType<(file: FileType, FileList: FileType[]) => (string | boolean | void | Blob | FileType) | Promise<string | boolean | void | Blob | FileType>>;
285
- default: (file: FileType, FileList: FileType[]) => (string | boolean | void | Blob | FileType) | Promise<string | boolean | void | Blob | FileType>;
286
- };
287
- onChange: {
288
- type: PropType<(info: UploadChangeParam<UploadFile<any>>) => void>;
289
- default: (info: UploadChangeParam<UploadFile<any>>) => void;
290
- };
291
- 'onUpdate:fileList': {
292
- type: PropType<(fileList: UploadFile<any>[]) => void>;
293
- default: (fileList: UploadFile<any>[]) => void;
294
- };
295
- onDrop: {
296
- type: PropType<(event: DragEvent) => void>;
297
- default: (event: DragEvent) => void;
298
- };
299
- listType: {
300
- type: PropType<UploadListType>;
301
- default: UploadListType;
302
- };
303
- onPreview: {
304
- type: PropType<(file: UploadFile<any>) => void>;
305
- default: (file: UploadFile<any>) => void;
306
- };
307
- onDownload: {
308
- type: PropType<(file: UploadFile<any>) => void>;
309
- default: (file: UploadFile<any>) => void;
310
- };
311
- onReject: {
312
- type: PropType<(fileList: FileType[]) => void>;
313
- default: (fileList: FileType[]) => void;
314
- };
315
- onRemove: {
316
- type: PropType<(file: UploadFile<any>) => boolean | void | Promise<boolean | void>>;
317
- default: (file: UploadFile<any>) => boolean | void | Promise<boolean | void>;
318
- };
319
- remove: {
320
- type: PropType<(file: UploadFile<any>) => boolean | void | Promise<boolean | void>>;
321
- default: (file: UploadFile<any>) => boolean | void | Promise<boolean | void>;
322
- };
323
- supportServerRender: {
324
- type: BooleanConstructor;
325
- default: boolean;
326
- };
327
- disabled: {
328
- type: BooleanConstructor;
329
- default: boolean;
330
- };
331
- prefixCls: StringConstructor;
332
- customRequest: {
333
- type: PropType<(options: UploadRequestOption<any>) => void>;
334
- default: (options: UploadRequestOption<any>) => void;
335
- };
336
- withCredentials: {
337
- type: BooleanConstructor;
338
- default: boolean;
339
- };
340
- openFileDialogOnClick: {
341
- type: BooleanConstructor;
342
- default: boolean;
343
- };
344
- locale: {
345
- type: PropType<UploadLocale>;
346
- default: UploadLocale;
347
- };
348
- id: StringConstructor;
349
- previewFile: {
350
- type: PropType<(file: Blob | FileType) => PromiseLike<string>>;
351
- default: (file: Blob | FileType) => PromiseLike<string>;
352
- };
353
- transformFile: {
354
- type: PropType<(file: FileType) => string | Blob | FileType | PromiseLike<string | Blob | FileType>>;
355
- default: (file: FileType) => string | Blob | FileType | PromiseLike<string | Blob | FileType>;
356
- };
357
- iconRender: {
358
- type: PropType<(opt: {
359
- file: UploadFile<any>;
360
- listType?: UploadListType;
361
- }) => VueNode>;
362
- default: (opt: {
363
- file: UploadFile<any>;
364
- listType?: UploadListType;
365
- }) => VueNode;
366
- };
367
- isImageUrl: {
368
- type: PropType<(file: UploadFile<any>) => boolean>;
369
- default: (file: UploadFile<any>) => boolean;
370
- };
371
- progress: {
372
- type: PropType<UploadListProgressProps>;
373
- default: UploadListProgressProps;
374
- };
375
- itemRender: {
376
- type: PropType<ItemRender<any>>;
377
- default: ItemRender<any>;
378
- };
379
- maxCount: NumberConstructor;
380
- height: {
381
- type: PropType<unknown>;
382
- default: unknown;
383
- };
384
- removeIcon: {
385
- type: PropType<(opt: {
386
- file: UploadFile<any>;
387
- }) => VueNode>;
388
- default: (opt: {
389
- file: UploadFile<any>;
390
- }) => VueNode;
391
- };
392
- downloadIcon: {
393
- type: PropType<(opt: {
394
- file: UploadFile<any>;
395
- }) => VueNode>;
396
- default: (opt: {
397
- file: UploadFile<any>;
398
- }) => VueNode;
399
- };
400
- previewIcon: {
401
- type: PropType<(opt: {
402
- file: UploadFile<any>;
403
- }) => VueNode>;
404
- default: (opt: {
405
- file: UploadFile<any>;
406
- }) => VueNode;
407
- };
408
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
409
- progress: UploadListProgressProps;
410
- type: UploadType;
411
- height: unknown;
412
- data: Record<string, unknown> | ((file: UploadFile<any>) => Record<string, unknown> | Promise<Record<string, unknown>>);
413
- onDrop: (event: DragEvent) => void;
414
- onChange: (info: UploadChangeParam<UploadFile<any>>) => void;
415
- multiple: boolean;
416
- disabled: boolean;
417
- method: "post" | "POST" | "PUT" | "PATCH" | "put" | "patch";
418
- remove: (file: UploadFile<any>) => boolean | void | Promise<boolean | void>;
419
- locale: UploadLocale;
420
- action: string | ((file: FileType) => string) | ((file: FileType) => PromiseLike<string>);
421
- capture: boolean | "user" | "environment";
422
- iconRender: (opt: {
423
- file: UploadFile<any>;
424
- listType?: UploadListType;
425
- }) => VueNode;
426
- onRemove: (file: UploadFile<any>) => boolean | void | Promise<boolean | void>;
427
- removeIcon: (opt: {
428
- file: UploadFile<any>;
429
- }) => VueNode;
430
- itemRender: ItemRender<any>;
431
- directory: boolean;
432
- headers: HttpRequestHeader;
433
- onReject: (fileList: FileType[]) => void;
434
- beforeUpload: (file: FileType, FileList: FileType[]) => (string | boolean | void | Blob | FileType) | Promise<string | boolean | void | Blob | FileType>;
435
- customRequest: (options: UploadRequestOption<any>) => void;
436
- withCredentials: boolean;
437
- openFileDialogOnClick: boolean;
438
- fileList: UploadFile<any>[];
439
- defaultFileList: UploadFile<any>[];
440
- showUploadList: boolean | ShowUploadListInterface;
441
- 'onUpdate:fileList': (fileList: UploadFile<any>[]) => void;
442
- listType: UploadListType;
443
- onPreview: (file: UploadFile<any>) => void;
444
- onDownload: (file: UploadFile<any>) => void;
445
- supportServerRender: boolean;
446
- previewFile: (file: Blob | FileType) => PromiseLike<string>;
447
- transformFile: (file: FileType) => string | Blob | FileType | PromiseLike<string | Blob | FileType>;
448
- isImageUrl: (file: UploadFile<any>) => boolean;
449
- downloadIcon: (opt: {
450
- file: UploadFile<any>;
451
- }) => VueNode;
452
- previewIcon: (opt: {
453
- file: UploadFile<any>;
454
- }) => VueNode;
455
- }> | null;
456
- }, HTMLDivElement>;
5
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
457
6
  export default _default;
@@ -1,5 +1,4 @@
1
1
  import { Oss } from '../hooks/useOss';
2
- import { actionResponse } from '@aplus-frontend/oss';
3
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
3
  declare function setValue(val?: (string | Record<string, any>)[]): void;
5
4
  interface UploadFile extends File {
@@ -13,12 +12,17 @@ interface UploadFile extends File {
13
12
  }
14
13
  declare function handleRemove(uploadFile: UploadFile): Promise<boolean>;
15
14
  declare function __VLS_template(): {
16
- attrs: Partial<{}>;
17
15
  slots: {
18
16
  pictureContext?(_: {
19
17
  fileList: {
20
18
  oss: {
21
- pauseUpload: (() => Promise< actionResponse>) | undefined;
19
+ pauseUpload: (() => Promise<{
20
+ status: number;
21
+ previewUrl?: string;
22
+ saveUrl?: string;
23
+ originalFileName?: string;
24
+ message: string;
25
+ }>) | undefined;
22
26
  };
23
27
  }[];
24
28
  remove: typeof handleRemove;
@@ -27,14 +31,12 @@ declare function __VLS_template(): {
27
31
  refs: {
28
32
  fileRef: HTMLInputElement;
29
33
  };
30
- rootEl: HTMLDivElement;
34
+ attrs: Partial<{}>;
31
35
  };
32
36
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
33
37
  declare const __VLS_component: DefineComponent<{}, {
34
38
  setValue: typeof setValue;
35
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
36
- fileRef: HTMLInputElement;
37
- }, HTMLDivElement>;
39
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
38
40
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
41
  export default _default;
40
42
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -2,7 +2,5 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
2
2
  declare function setValue(val?: string | Record<string, any>): void;
3
3
  declare const _default: DefineComponent<{}, {
4
4
  setValue: typeof setValue;
5
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
6
- fileRef: HTMLInputElement;
7
- }, HTMLDivElement>;
5
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8
6
  export default _default;
@@ -1,18 +1,16 @@
1
1
  import { ApAppendixProps, ApAppendixSlots, ApNeedNameModel } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = ApAppendixProps;
4
3
  declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
4
  slots: Readonly<ApAppendixSlots<any>> & ApAppendixSlots<any>;
7
5
  refs: {};
8
- rootEl: HTMLDivElement;
6
+ attrs: Partial<{}>;
9
7
  };
10
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ declare const __VLS_component: DefineComponent<ApAppendixProps<any>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApAppendixProps<any>> & Readonly<{}>, {
12
10
  column: number;
13
11
  needName: ApNeedNameModel;
14
12
  isFileAreaBorder: boolean;
15
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
15
  export default _default;
18
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -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, {}, SVGSVGElement>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
3
  export default _default;
@@ -6,7 +6,7 @@ declare const ApAppendix: {
6
6
  column: number;
7
7
  needName: ApNeedNameModel;
8
8
  isFileAreaBorder: boolean;
9
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
9
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
10
10
  P: {};
11
11
  B: {};
12
12
  D: {};
@@ -1,7 +1,6 @@
1
1
  import { ApBatchActionProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: Readonly<{
6
5
  header: () => any[];
7
6
  prefix: () => void;
@@ -14,12 +13,10 @@ declare function __VLS_template(): {
14
13
  refs: {
15
14
  headerRef: HTMLDivElement;
16
15
  };
17
- rootEl: HTMLDivElement;
16
+ attrs: Partial<{}>;
18
17
  };
19
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
- declare const __VLS_component: DefineComponent<ApBatchActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApBatchActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
21
- headerRef: HTMLDivElement;
22
- }, HTMLDivElement>;
19
+ declare const __VLS_component: DefineComponent<ApBatchActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApBatchActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
23
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
21
  export default _default;
25
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -2,9 +2,7 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
2
2
  import { ApBatchActionProps } from './interface';
3
3
  export * from './interface';
4
4
  declare const ApBatchAction: {
5
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApBatchActionProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
6
- headerRef: HTMLDivElement;
7
- }, HTMLDivElement, ComponentProvideOptions, {
5
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApBatchActionProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
8
6
  P: {};
9
7
  B: {};
10
8
  D: {};
@@ -1,5 +1,4 @@
1
1
  import { ApBatchActionGroupProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = ApBatchActionGroupProps;
4
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: DefineComponent<ApBatchActionGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApBatchActionGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
5
4
  export default _default;
@@ -1,7 +1,8 @@
1
1
  import { ApBatchActionGroupMenuProps, ApBatchActionGroupProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = ApBatchActionGroupProps & {
3
+ declare const _default: DefineComponent<ApBatchActionGroupProps & {
4
4
  menuList: ApBatchActionGroupMenuProps[];
5
- };
6
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
5
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApBatchActionGroupProps & {
6
+ menuList: ApBatchActionGroupMenuProps[];
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7
8
  export default _default;