@aplus-frontend/ui 0.2.28 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (349) hide show
  1. package/es/index.mjs +42 -40
  2. package/es/src/ap-action/group/index.vue.d.ts +3 -30
  3. package/es/src/ap-action/item/index.vue.d.ts +4 -36
  4. package/es/src/ap-action/item/index.vue2.mjs +27 -27
  5. package/es/src/ap-action/item-dropdown/index.vue.d.ts +5 -39
  6. package/es/src/ap-action/item-modal/index.vue.d.ts +5 -33
  7. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +5 -33
  8. package/es/src/ap-button/ap-action-button.vue.d.ts +5 -31
  9. package/es/src/ap-button/ap-button.vue.d.ts +5 -31
  10. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +4 -12
  11. package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -15
  12. package/es/src/ap-download/ap-download.vue.d.ts +8 -31
  13. package/es/src/ap-field/checkbox/index.vue.d.ts +5 -32
  14. package/es/src/ap-field/date/index.vue.d.ts +7 -65
  15. package/es/src/ap-field/date-range/index.vue.d.ts +7 -67
  16. package/es/src/ap-field/hooks/use-options.d.ts +1 -1
  17. package/es/src/ap-field/number/index.vue.d.ts +20 -177
  18. package/es/src/ap-field/radio/index.vue.d.ts +6 -33
  19. package/es/src/ap-field/rate/index.vue.d.ts +12 -75
  20. package/es/src/ap-field/segmented/index.vue.d.ts +7 -33
  21. package/es/src/ap-field/select/index.vue.d.ts +12 -234
  22. package/es/src/ap-field/select/index.vue.mjs +10 -10
  23. package/es/src/ap-field/slider/index.vue.d.ts +12 -144
  24. package/es/src/ap-field/switch/index.vue.d.ts +7 -37
  25. package/es/src/ap-field/text/index.vue.d.ts +8 -40
  26. package/es/src/ap-field/text/index.vue2.mjs +23 -20
  27. package/es/src/ap-field/text/password.vue.d.ts +9 -47
  28. package/es/src/ap-field/text/password.vue.mjs +19 -16
  29. package/es/src/ap-field/text-area/index.vue.d.ts +6 -39
  30. package/es/src/ap-field/text-area/index.vue.mjs +7 -4
  31. package/es/src/ap-form/ap-form.vue.d.ts +21 -274
  32. package/es/src/ap-form/dependency/index.vue.d.ts +4 -12
  33. package/es/src/ap-form/drawer-form/index.vue.d.ts +37 -536
  34. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  35. package/es/src/ap-form/item/index.vue.d.ts +37 -278
  36. package/es/src/ap-form/item-group/index.vue.d.ts +5 -29
  37. package/es/src/ap-form/items/checkbox/index.vue.d.ts +5 -37
  38. package/es/src/ap-form/items/date/index.vue.d.ts +5 -37
  39. package/es/src/ap-form/items/date-range/index.vue.d.ts +5 -37
  40. package/es/src/ap-form/items/number/index.vue.d.ts +53 -510
  41. package/es/src/ap-form/items/radio/index.vue.d.ts +14 -219
  42. package/es/src/ap-form/items/select/index.vue.d.ts +6 -38
  43. package/es/src/ap-form/items/switch/index.vue.d.ts +5 -39
  44. package/es/src/ap-form/items/text/group.vue.d.ts +5 -25
  45. package/es/src/ap-form/items/text/index.vue.d.ts +38 -495
  46. package/es/src/ap-form/items/text/password.vue.d.ts +47 -559
  47. package/es/src/ap-form/items/text-area/index.vue.d.ts +14 -480
  48. package/es/src/ap-form/list/index.vue.d.ts +4 -12
  49. package/es/src/ap-form/modal-form/index.vue.d.ts +37 -535
  50. package/es/src/ap-form/render/control.vue.d.ts +4 -12
  51. package/es/src/ap-form/render/item.vue.d.ts +5 -37
  52. package/es/src/ap-form/search-form/index.vue.d.ts +37 -532
  53. package/es/src/ap-form/set/index.vue.d.ts +5 -25
  54. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +4 -12
  55. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +5 -27
  56. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +7 -29
  57. package/es/src/ap-list/index.vue.d.ts +4 -6
  58. package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -24
  59. package/es/src/ap-scroll-bar/index.d.ts +7 -42
  60. package/es/src/ap-table/ap-table.vue.d.ts +3 -5
  61. package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
  62. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +2 -11
  63. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +5 -25
  64. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +2 -11
  65. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +2 -11
  66. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +6 -15
  67. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +5 -14
  68. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +2 -11
  69. package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
  70. package/es/src/ap-table/constants.d.ts +162 -13427
  71. package/es/src/ap-table/hooks/use-table-column-state.d.ts +11 -3
  72. package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  73. package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  74. package/es/src/ap-table/utils.d.ts +65 -7907
  75. package/es/src/ap-tag/ap-tag-group.vue.d.ts +5 -29
  76. package/es/src/ap-tag/ap-tag-group.vue.mjs +88 -88
  77. package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
  78. package/es/src/ap-upload/apUpload.vue.d.ts +9 -8
  79. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  80. package/es/src/ap-upload/components/Picture.vue.d.ts +6 -10
  81. package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  82. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +6 -29
  83. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +2 -2
  84. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +10 -10
  85. package/es/src/business/ap-appendix/index.d.ts +7 -108
  86. package/es/src/business/ap-attachment/ApAttachment.d.ts +5 -5
  87. package/es/src/business/ap-attachment/index.d.ts +7 -48
  88. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +4 -12
  89. package/es/src/business/ap-batch-action/index.d.ts +5 -32
  90. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +3 -11
  91. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -14
  92. package/es/src/business/ap-batch-action-group/index.d.ts +590 -905
  93. package/es/src/business/ap-button-group/ApButtonGroup.vue.d.ts +2 -19
  94. package/es/src/business/ap-button-group/index.d.ts +5 -603
  95. package/es/src/business/ap-card/ApCard.vue.d.ts +4 -12
  96. package/es/src/business/ap-card/index.d.ts +5 -33
  97. package/es/src/business/ap-card/interface.d.ts +1 -1
  98. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -10
  99. package/es/src/business/ap-expand-alert/index.d.ts +6 -8
  100. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +3 -24
  101. package/es/src/business/ap-export-group/index.d.ts +7 -146
  102. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +7 -29
  103. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +9 -356
  104. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +2 -2
  105. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +18 -18
  106. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +2 -2
  107. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +34 -34
  108. package/es/src/business/ap-group-search/index.d.ts +711 -2447
  109. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +10 -357
  110. package/es/src/business/ap-image/ApImage.vue.d.ts +5 -25
  111. package/es/src/business/ap-image/index.d.ts +7 -139
  112. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +6 -31
  113. package/es/src/business/ap-input-radio/index.d.ts +14 -339
  114. package/es/src/business/ap-label/ApLabel.d.ts +5 -5
  115. package/es/src/business/ap-label/group/ApLabelGroup.d.ts +5 -5
  116. package/es/src/business/ap-label/index.d.ts +13 -90
  117. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +5 -71
  118. package/es/src/business/ap-ladder/index.d.ts +7 -479
  119. package/es/src/business/ap-select-layout/index.d.ts +5 -7
  120. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -12
  121. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +58 -58
  122. package/es/src/business/ap-size-input/ApSizeInput.d.ts +84 -0
  123. package/es/src/business/ap-size-input/ApSizeInput.mjs +62 -0
  124. package/es/src/business/ap-size-input/constans.d.ts +38 -0
  125. package/es/src/business/ap-size-input/constans.mjs +40 -0
  126. package/es/src/business/ap-size-input/index.d.ts +155 -0
  127. package/es/src/business/ap-size-input/index.mjs +7 -0
  128. package/es/src/business/ap-size-input/interface.d.ts +11 -0
  129. package/es/src/business/ap-size-input/interface.mjs +1 -0
  130. package/es/src/business/ap-size-input/style/css.d.ts +0 -0
  131. package/es/src/business/ap-size-input/style/css.js +1 -0
  132. package/es/src/business/ap-size-input/style/index.d.ts +0 -0
  133. package/es/src/business/ap-size-input/style/index.js +1 -0
  134. package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
  135. package/es/src/business/ap-status/group/ApStatusGroup.vue.d.ts +3 -30
  136. package/es/src/business/ap-status/index.d.ts +12 -192
  137. package/es/src/business/ap-summary/ap-summary.vue.d.ts +3 -28
  138. package/es/src/business/ap-summary/index.d.ts +7 -87
  139. package/es/src/business/ap-table-modal/index.d.ts +15 -1056
  140. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +6 -5
  141. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +12 -37
  142. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +8 -58
  143. package/es/src/business/ap-title/ApTitle.vue.d.ts +5 -33
  144. package/es/src/business/ap-title/index.d.ts +7 -110
  145. package/es/src/business/ap-title/interface.d.ts +4 -4
  146. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +8 -31
  147. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +2 -2
  148. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +18 -18
  149. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +2 -2
  150. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +10 -10
  151. package/es/src/business/batch-input-group/index.vue.d.ts +5 -38
  152. package/es/src/business/batch-input-group/index.vue.mjs +35 -32
  153. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +4 -13
  154. package/es/src/business/hooks/usePageListApTable.d.ts +1 -0
  155. package/es/src/business/hooks/usePageListApTable.mjs +41 -33
  156. package/es/src/business/index.d.ts +1 -0
  157. package/es/src/business/index.mjs +20 -18
  158. package/es/src/check-card/group.vue.d.ts +7 -45
  159. package/es/src/check-card/index.vue.d.ts +7 -37
  160. package/es/src/config-provider/config-provider.d.ts +5 -5
  161. package/es/src/config-provider/index.d.ts +7 -256
  162. package/es/src/editable-table/form-item.vue.d.ts +5 -7
  163. package/es/src/editable-table/index.vue.d.ts +4 -8
  164. package/es/src/hooks/useControllableValue.d.ts +1 -1
  165. package/es/src/index.mjs +40 -38
  166. package/es/src/locale/lang/en.mjs +5 -0
  167. package/es/src/locale/lang/zh-cn.mjs +5 -0
  168. package/es/src/path-map.mjs +1 -0
  169. package/es/src/tests/wrapper.d.ts +6 -6
  170. package/es/src/utils/ap-trans-data/index.d.ts +1 -1
  171. package/es/src/utils/ap-trans-data/index.mjs +26 -14
  172. package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
  173. package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
  174. package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
  175. package/lib/index.js +1 -1
  176. package/lib/src/ap-action/group/index.vue.d.ts +3 -30
  177. package/lib/src/ap-action/item/index.vue.d.ts +4 -36
  178. package/lib/src/ap-action/item/index.vue2.js +1 -1
  179. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +5 -39
  180. package/lib/src/ap-action/item-modal/index.vue.d.ts +5 -33
  181. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +5 -33
  182. package/lib/src/ap-button/ap-action-button.vue.d.ts +5 -31
  183. package/lib/src/ap-button/ap-button.vue.d.ts +5 -31
  184. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +4 -12
  185. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -15
  186. package/lib/src/ap-download/ap-download.vue.d.ts +8 -31
  187. package/lib/src/ap-field/checkbox/index.vue.d.ts +5 -32
  188. package/lib/src/ap-field/date/index.vue.d.ts +7 -65
  189. package/lib/src/ap-field/date-range/index.vue.d.ts +7 -67
  190. package/lib/src/ap-field/hooks/use-options.d.ts +1 -1
  191. package/lib/src/ap-field/number/index.vue.d.ts +20 -177
  192. package/lib/src/ap-field/radio/index.vue.d.ts +6 -33
  193. package/lib/src/ap-field/rate/index.vue.d.ts +12 -75
  194. package/lib/src/ap-field/segmented/index.vue.d.ts +7 -33
  195. package/lib/src/ap-field/select/index.vue.d.ts +12 -234
  196. package/lib/src/ap-field/select/index.vue.js +1 -1
  197. package/lib/src/ap-field/slider/index.vue.d.ts +12 -144
  198. package/lib/src/ap-field/switch/index.vue.d.ts +7 -37
  199. package/lib/src/ap-field/text/index.vue.d.ts +8 -40
  200. package/lib/src/ap-field/text/index.vue2.js +1 -1
  201. package/lib/src/ap-field/text/password.vue.d.ts +9 -47
  202. package/lib/src/ap-field/text/password.vue.js +1 -1
  203. package/lib/src/ap-field/text-area/index.vue.d.ts +6 -39
  204. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  205. package/lib/src/ap-form/ap-form.vue.d.ts +21 -274
  206. package/lib/src/ap-form/dependency/index.vue.d.ts +4 -12
  207. package/lib/src/ap-form/drawer-form/index.vue.d.ts +37 -536
  208. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  209. package/lib/src/ap-form/item/index.vue.d.ts +37 -278
  210. package/lib/src/ap-form/item-group/index.vue.d.ts +5 -29
  211. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +5 -37
  212. package/lib/src/ap-form/items/date/index.vue.d.ts +5 -37
  213. package/lib/src/ap-form/items/date-range/index.vue.d.ts +5 -37
  214. package/lib/src/ap-form/items/number/index.vue.d.ts +53 -510
  215. package/lib/src/ap-form/items/radio/index.vue.d.ts +14 -219
  216. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -38
  217. package/lib/src/ap-form/items/switch/index.vue.d.ts +5 -39
  218. package/lib/src/ap-form/items/text/group.vue.d.ts +5 -25
  219. package/lib/src/ap-form/items/text/index.vue.d.ts +38 -495
  220. package/lib/src/ap-form/items/text/password.vue.d.ts +47 -559
  221. package/lib/src/ap-form/items/text-area/index.vue.d.ts +14 -480
  222. package/lib/src/ap-form/list/index.vue.d.ts +4 -12
  223. package/lib/src/ap-form/modal-form/index.vue.d.ts +37 -535
  224. package/lib/src/ap-form/render/control.vue.d.ts +4 -12
  225. package/lib/src/ap-form/render/item.vue.d.ts +5 -37
  226. package/lib/src/ap-form/search-form/index.vue.d.ts +37 -532
  227. package/lib/src/ap-form/set/index.vue.d.ts +5 -25
  228. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +4 -12
  229. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +5 -27
  230. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +7 -29
  231. package/lib/src/ap-list/index.vue.d.ts +4 -6
  232. package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +3 -24
  233. package/lib/src/ap-scroll-bar/index.d.ts +7 -42
  234. package/lib/src/ap-table/ap-table.vue.d.ts +3 -5
  235. package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
  236. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +2 -11
  237. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +5 -25
  238. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +2 -11
  239. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +2 -11
  240. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +6 -15
  241. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +5 -14
  242. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +2 -11
  243. package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
  244. package/lib/src/ap-table/constants.d.ts +162 -13427
  245. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +11 -3
  246. package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  247. package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  248. package/lib/src/ap-table/utils.d.ts +65 -7907
  249. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +5 -29
  250. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  251. package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
  252. package/lib/src/ap-upload/apUpload.vue.d.ts +9 -8
  253. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  254. package/lib/src/ap-upload/components/Picture.vue.d.ts +6 -10
  255. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  256. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +6 -29
  257. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +2 -2
  258. package/lib/src/business/ap-appendix/icons/file-icon.vue.js +1 -1
  259. package/lib/src/business/ap-appendix/index.d.ts +7 -108
  260. package/lib/src/business/ap-attachment/ApAttachment.d.ts +5 -5
  261. package/lib/src/business/ap-attachment/index.d.ts +7 -48
  262. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +4 -12
  263. package/lib/src/business/ap-batch-action/index.d.ts +5 -32
  264. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +3 -11
  265. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -14
  266. package/lib/src/business/ap-batch-action-group/index.d.ts +590 -905
  267. package/lib/src/business/ap-button-group/ApButtonGroup.vue.d.ts +2 -19
  268. package/lib/src/business/ap-button-group/index.d.ts +5 -603
  269. package/lib/src/business/ap-card/ApCard.vue.d.ts +4 -12
  270. package/lib/src/business/ap-card/index.d.ts +5 -33
  271. package/lib/src/business/ap-card/interface.d.ts +1 -1
  272. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -10
  273. package/lib/src/business/ap-expand-alert/index.d.ts +6 -8
  274. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +3 -24
  275. package/lib/src/business/ap-export-group/index.d.ts +7 -146
  276. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +7 -29
  277. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +9 -356
  278. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +2 -2
  279. package/lib/src/business/ap-group-search/images/icon-down.vue.js +1 -1
  280. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +2 -2
  281. package/lib/src/business/ap-group-search/images/icon-line-select.vue.js +1 -1
  282. package/lib/src/business/ap-group-search/index.d.ts +711 -2447
  283. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +10 -357
  284. package/lib/src/business/ap-image/ApImage.vue.d.ts +5 -25
  285. package/lib/src/business/ap-image/index.d.ts +7 -139
  286. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +6 -31
  287. package/lib/src/business/ap-input-radio/index.d.ts +14 -339
  288. package/lib/src/business/ap-label/ApLabel.d.ts +5 -5
  289. package/lib/src/business/ap-label/group/ApLabelGroup.d.ts +5 -5
  290. package/lib/src/business/ap-label/index.d.ts +13 -90
  291. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -71
  292. package/lib/src/business/ap-ladder/index.d.ts +7 -479
  293. package/lib/src/business/ap-select-layout/index.d.ts +5 -7
  294. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -12
  295. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  296. package/lib/src/business/ap-size-input/ApSizeInput.d.ts +84 -0
  297. package/lib/src/business/ap-size-input/ApSizeInput.js +1 -0
  298. package/lib/src/business/ap-size-input/constans.d.ts +38 -0
  299. package/lib/src/business/ap-size-input/constans.js +1 -0
  300. package/lib/src/business/ap-size-input/index.d.ts +155 -0
  301. package/lib/src/business/ap-size-input/index.js +1 -0
  302. package/lib/src/business/ap-size-input/interface.d.ts +11 -0
  303. package/lib/src/business/ap-size-input/interface.js +1 -0
  304. package/lib/src/business/ap-size-input/style/css.d.ts +0 -0
  305. package/lib/src/business/ap-size-input/style/css.js +1 -0
  306. package/lib/src/business/ap-size-input/style/index.d.ts +0 -0
  307. package/lib/src/business/ap-size-input/style/index.js +1 -0
  308. package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
  309. package/lib/src/business/ap-status/group/ApStatusGroup.vue.d.ts +3 -30
  310. package/lib/src/business/ap-status/index.d.ts +12 -192
  311. package/lib/src/business/ap-summary/ap-summary.vue.d.ts +3 -28
  312. package/lib/src/business/ap-summary/index.d.ts +7 -87
  313. package/lib/src/business/ap-table-modal/index.d.ts +15 -1056
  314. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +6 -5
  315. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +12 -37
  316. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +8 -58
  317. package/lib/src/business/ap-title/ApTitle.vue.d.ts +5 -33
  318. package/lib/src/business/ap-title/index.d.ts +7 -110
  319. package/lib/src/business/ap-title/interface.d.ts +4 -4
  320. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +8 -31
  321. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +2 -2
  322. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.js +1 -1
  323. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +2 -2
  324. package/lib/src/business/ap-upload-file/icon/file-icon.vue.js +1 -1
  325. package/lib/src/business/batch-input-group/index.vue.d.ts +5 -38
  326. package/lib/src/business/batch-input-group/index.vue.js +2 -2
  327. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +4 -13
  328. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -0
  329. package/lib/src/business/hooks/usePageListApTable.js +1 -1
  330. package/lib/src/business/index.d.ts +1 -0
  331. package/lib/src/business/index.js +1 -1
  332. package/lib/src/check-card/group.vue.d.ts +7 -45
  333. package/lib/src/check-card/index.vue.d.ts +7 -37
  334. package/lib/src/config-provider/config-provider.d.ts +5 -5
  335. package/lib/src/config-provider/index.d.ts +7 -256
  336. package/lib/src/editable-table/form-item.vue.d.ts +5 -7
  337. package/lib/src/editable-table/index.vue.d.ts +4 -8
  338. package/lib/src/hooks/useControllableValue.d.ts +1 -1
  339. package/lib/src/index.js +1 -1
  340. package/lib/src/locale/lang/en.js +1 -1
  341. package/lib/src/locale/lang/zh-cn.js +1 -1
  342. package/lib/src/path-map.js +1 -1
  343. package/lib/src/tests/wrapper.d.ts +6 -6
  344. package/lib/src/utils/ap-trans-data/index.d.ts +1 -1
  345. package/lib/src/utils/ap-trans-data/index.js +1 -1
  346. package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
  347. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  348. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
  349. package/package.json +8 -8
@@ -1,5 +1,6 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  default?(_: {
5
6
  maxCount: number;
@@ -7,10 +8,10 @@ declare function __VLS_template(): {
7
8
  }): any;
8
9
  };
9
10
  refs: {};
10
- attrs: Partial<{}>;
11
+ rootEl: HTMLDivElement;
11
12
  };
12
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: DefineComponent<{
14
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
14
15
  title: {
15
16
  type: StringConstructor;
16
17
  required: true;
@@ -23,7 +24,7 @@ declare const __VLS_component: DefineComponent<{
23
24
  type: NumberConstructor;
24
25
  required: true;
25
26
  };
26
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
27
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
27
28
  title: {
28
29
  type: StringConstructor;
29
30
  required: true;
@@ -36,7 +37,7 @@ declare const __VLS_component: DefineComponent<{
36
37
  type: NumberConstructor;
37
38
  required: true;
38
39
  };
39
- }>>, {}, {}>;
40
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
40
41
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
42
  export default _default;
42
43
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,57 +1,32 @@
1
1
  import { TableLayoutConfig } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = TableLayoutConfig & {
4
+ selectedList: any[];
5
+ };
3
6
  declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
4
8
  slots: {
5
9
  default?(_: {}): any;
6
10
  default?(_: {}): any;
7
11
  };
8
12
  refs: {};
9
- attrs: Partial<{}>;
13
+ rootEl: HTMLDivElement;
10
14
  };
11
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<TableLayoutConfig & {
13
- selectedList: any[];
14
- }>, {
15
- leftTitle: string;
16
- selectedList: () => never[];
17
- layoutType: string;
18
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
- clear: () => void;
20
- deleteItem: (record: any) => void;
21
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TableLayoutConfig & {
22
- selectedList: any[];
23
- }>, {
24
- leftTitle: string;
25
- selectedList: () => never[];
26
- layoutType: string;
27
- }>>> & {
16
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
17
+ clear: () => any;
18
+ deleteItem: (record: any) => any;
19
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
28
20
  onClear?: (() => any) | undefined;
29
21
  onDeleteItem?: ((record: any) => any) | undefined;
30
- }, {
22
+ }>, {
31
23
  leftTitle: string;
32
24
  selectedList: any[];
33
- }, {}>;
25
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
34
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
27
  export default _default;
36
- type __VLS_WithDefaults<P, D> = {
37
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
38
- default: D[K];
39
- }> : P[K];
40
- };
41
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
- type __VLS_TypePropsToOption<T> = {
43
- [K in keyof T]-?: {} extends Pick<T, K> ? {
44
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
45
- } : {
46
- type: PropType<T[K]>;
47
- required: true;
48
- };
49
- };
50
28
  type __VLS_WithTemplateSlots<T, S> = T & {
51
29
  new (): {
52
30
  $slots: S;
53
31
  };
54
32
  };
55
- type __VLS_PrettifyLocal<T> = {
56
- [K in keyof T]: T[K];
57
- } & {};
@@ -1,25 +1,9 @@
1
1
  import { OpenOptions, OpenReturnType, ApTableModalProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { Recordable } from '../../type';
4
4
  import { TableColumnsType } from '@aplus-frontend/antdv';
5
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTableModalProps<any>>, {
6
- confirmLoading: undefined;
7
- closable: undefined;
8
- centered: undefined;
9
- maskClosable: undefined;
10
- forceRender: undefined;
11
- destroyOnClose: undefined;
12
- getContainer: undefined;
13
- mask: undefined;
14
- keyboard: undefined;
15
- focusTriggerAfterClose: undefined;
16
- api: () => Promise<{
17
- records: never[];
18
- total: number;
19
- }>;
20
- maxCount: number;
21
- isRenderModalTitleSuffix: boolean;
22
- }>, {
5
+ type __VLS_Props = ApTableModalProps;
6
+ declare const _default: DefineComponent<__VLS_Props, {
23
7
  open: <T>(selected?: any[], options?: OpenOptions) => Promise<OpenReturnType<T>>;
24
8
  close: () => void;
25
9
  getApTableInstance: () => {
@@ -41,28 +25,11 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOpti
41
25
  } | undefined;
42
26
  getShownColumns: () => TableColumnsType<any>;
43
27
  } | null;
44
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
45
- finish: (selectedRowKeys: (string | number)[], selectedRows: any[]) => void;
46
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTableModalProps<any>>, {
47
- confirmLoading: undefined;
48
- closable: undefined;
49
- centered: undefined;
50
- maskClosable: undefined;
51
- forceRender: undefined;
52
- destroyOnClose: undefined;
53
- getContainer: undefined;
54
- mask: undefined;
55
- keyboard: undefined;
56
- focusTriggerAfterClose: undefined;
57
- api: () => Promise<{
58
- records: never[];
59
- total: number;
60
- }>;
61
- maxCount: number;
62
- isRenderModalTitleSuffix: boolean;
63
- }>>> & {
28
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
29
+ finish: (selectedRowKeys: (string | number)[], selectedRows: any[]) => any;
30
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
64
31
  onFinish?: ((selectedRowKeys: (string | number)[], selectedRows: any[]) => any) | undefined;
65
- }, {
32
+ }>, {
66
33
  mask: boolean;
67
34
  api: (params: any) => Promise<{
68
35
  records: any[];
@@ -79,22 +46,5 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOpti
79
46
  focusTriggerAfterClose: boolean;
80
47
  maxCount: number;
81
48
  isRenderModalTitleSuffix: boolean;
82
- }, {}>;
49
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
83
50
  export default _default;
84
- type __VLS_WithDefaults<P, D> = {
85
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
86
- default: D[K];
87
- }> : P[K];
88
- };
89
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
90
- type __VLS_TypePropsToOption<T> = {
91
- [K in keyof T]-?: {} extends Pick<T, K> ? {
92
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
93
- } : {
94
- type: PropType<T[K]>;
95
- required: true;
96
- };
97
- };
98
- type __VLS_PrettifyLocal<T> = {
99
- [K in keyof T]: T[K];
100
- } & {};
@@ -1,54 +1,26 @@
1
1
  import { ApTitleProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  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
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTitleProps>, {
13
- title: string;
14
- helpMessage: string;
15
- helpIconColor: string;
16
- placement: string;
17
- trigger: string;
18
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTitleProps>, {
19
- title: string;
20
- helpMessage: string;
21
- helpIconColor: string;
22
- placement: string;
23
- trigger: string;
24
- }>>>, {
13
+ declare const __VLS_component: DefineComponent<ApTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTitleProps> & Readonly<{}>, {
25
14
  title: string;
26
15
  placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
27
16
  trigger: "hover" | "focus" | "click" | "contextmenu";
28
17
  helpMessage: string;
29
18
  helpIconColor: string;
30
- }, {}>;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
31
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
21
  export default _default;
33
- type __VLS_WithDefaults<P, D> = {
34
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
35
- default: D[K];
36
- }> : P[K];
37
- };
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToOption<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
22
  type __VLS_WithTemplateSlots<T, S> = T & {
48
23
  new (): {
49
24
  $slots: S;
50
25
  };
51
26
  };
52
- type __VLS_PrettifyLocal<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
@@ -1,98 +1,21 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
1
+ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
2
+ import { ApTitleProps } from './interface';
2
3
  export * from './interface';
3
4
  declare const ApTitle: {
4
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
5
- title: {
6
- type: PropType<string>;
7
- required: true;
8
- default: string;
9
- };
10
- placement: {
11
- type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
12
- required: true;
13
- default: string;
14
- };
15
- trigger: {
16
- type: PropType<"click" | "contextmenu" | "focus" | "hover">;
17
- required: true;
18
- default: string;
19
- };
20
- helpMessage: {
21
- type: PropType<string>;
22
- required: true;
23
- default: string;
24
- };
25
- helpIconColor: {
26
- type: PropType<string>;
27
- required: true;
28
- default: string;
29
- };
30
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
31
- title: {
32
- type: PropType<string>;
33
- required: true;
34
- default: string;
35
- };
36
- placement: {
37
- type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
38
- required: true;
39
- default: string;
40
- };
41
- trigger: {
42
- type: PropType<"click" | "contextmenu" | "focus" | "hover">;
43
- required: true;
44
- default: string;
45
- };
46
- helpMessage: {
47
- type: PropType<string>;
48
- required: true;
49
- default: string;
50
- };
51
- helpIconColor: {
52
- type: PropType<string>;
53
- required: true;
54
- default: string;
55
- };
56
- }>>, {
5
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApTitleProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
57
6
  title: string;
58
7
  placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
59
8
  trigger: "hover" | "focus" | "click" | "contextmenu";
60
9
  helpMessage: string;
61
10
  helpIconColor: string;
62
- }, true, {}, {}, {
11
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
63
12
  P: {};
64
13
  B: {};
65
14
  D: {};
66
15
  C: {};
67
16
  M: {};
68
17
  Defaults: {};
69
- }, Readonly< ExtractPropTypes<{
70
- title: {
71
- type: PropType<string>;
72
- required: true;
73
- default: string;
74
- };
75
- placement: {
76
- type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
77
- required: true;
78
- default: string;
79
- };
80
- trigger: {
81
- type: PropType<"click" | "contextmenu" | "focus" | "hover">;
82
- required: true;
83
- default: string;
84
- };
85
- helpMessage: {
86
- type: PropType<string>;
87
- required: true;
88
- default: string;
89
- };
90
- helpIconColor: {
91
- type: PropType<string>;
92
- required: true;
93
- default: string;
94
- };
95
- }>>, {}, {}, {}, {}, {
18
+ }, Readonly< ApTitleProps> & Readonly<{}>, {}, {}, {}, {}, {
96
19
  title: string;
97
20
  placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
98
21
  trigger: "hover" | "focus" | "click" | "contextmenu";
@@ -102,39 +25,13 @@ declare const ApTitle: {
102
25
  __isFragment?: never;
103
26
  __isTeleport?: never;
104
27
  __isSuspense?: never;
105
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
106
- title: {
107
- type: PropType<string>;
108
- required: true;
109
- default: string;
110
- };
111
- placement: {
112
- type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
113
- required: true;
114
- default: string;
115
- };
116
- trigger: {
117
- type: PropType<"click" | "contextmenu" | "focus" | "hover">;
118
- required: true;
119
- default: string;
120
- };
121
- helpMessage: {
122
- type: PropType<string>;
123
- required: true;
124
- default: string;
125
- };
126
- helpIconColor: {
127
- type: PropType<string>;
128
- required: true;
129
- default: string;
130
- };
131
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
28
+ } & ComponentOptionsBase<Readonly< ApTitleProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
132
29
  title: string;
133
30
  placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
134
31
  trigger: "hover" | "focus" | "click" | "contextmenu";
135
32
  helpMessage: string;
136
33
  helpIconColor: string;
137
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
34
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
138
35
  $slots: {
139
36
  prefix?(_: {}): any;
140
37
  suffix?(_: {}): any;
@@ -9,17 +9,17 @@ export interface ApTitleProps {
9
9
  /**
10
10
  * 帮助消息
11
11
  */
12
- helpMessage: string;
12
+ helpMessage?: string;
13
13
  /**
14
14
  * 帮助消息图标颜色
15
15
  */
16
- helpIconColor: string;
16
+ helpIconColor?: string;
17
17
  /**
18
18
  * 气泡框位置 默认top
19
19
  */
20
- placement: 'top' | 'left' | 'right' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom';
20
+ placement?: 'top' | 'left' | 'right' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom';
21
21
  /**
22
22
  * 气泡触发行为 默认hover
23
23
  */
24
- trigger: 'hover' | 'focus' | 'click' | 'contextmenu';
24
+ trigger?: 'hover' | 'focus' | 'click' | 'contextmenu';
25
25
  }
@@ -1,50 +1,27 @@
1
1
  import { ApUploadSingleProps } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
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?(_: {}): any;
6
8
  };
7
9
  refs: {};
8
- attrs: Partial<{}>;
10
+ rootEl: any;
9
11
  };
10
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApUploadSingleProps>, {
12
- needName: boolean;
13
- maxSize: number;
14
- accept: string;
15
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
14
  "update:fileList": (...args: any[]) => void;
17
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApUploadSingleProps>, {
18
- needName: boolean;
19
- maxSize: number;
20
- accept: string;
21
- }>>> & {
15
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
22
16
  "onUpdate:fileList"?: ((...args: any[]) => any) | undefined;
23
- }, {
17
+ }>, {
24
18
  accept: string;
25
19
  maxSize: number;
26
- }, {}>;
20
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
27
21
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
22
  export default _default;
29
- type __VLS_WithDefaults<P, D> = {
30
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
31
- default: D[K];
32
- }> : P[K];
33
- };
34
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
- type __VLS_TypePropsToOption<T> = {
36
- [K in keyof T]-?: {} extends Pick<T, K> ? {
37
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
38
- } : {
39
- type: PropType<T[K]>;
40
- required: true;
41
- };
42
- };
43
23
  type __VLS_WithTemplateSlots<T, S> = T & {
44
24
  new (): {
45
25
  $slots: S;
46
26
  };
47
27
  };
48
- type __VLS_PrettifyLocal<T> = {
49
- [K in keyof T]: T[K];
50
- } & {};
@@ -1,3 +1,3 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>;
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
3
  export default _default;
@@ -1,27 +1,27 @@
1
- import { createElementVNode as e, openBlock as o, createElementBlock as t } from "vue";
2
- import n from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
- const l = {}, r = {
1
+ import { openBlock as l, createElementBlock as n, createElementVNode as e } from "vue";
2
+ import t from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
+ const r = {}, L = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
6
6
  fill: "none",
7
7
  version: "1.1",
8
8
  viewBox: "0 0 20 20"
9
- }, L = /* @__PURE__ */ e("g", null, [
10
- /* @__PURE__ */ e("g", null, [
11
- /* @__PURE__ */ e("path", {
12
- d: "M14.2913,4.375L16.875,4.375C17.2202,4.375,17.5,4.65482,17.5,5C17.5,5.34518,17.2202,5.625,16.875,5.625L15.9375,5.625L15.9375,15.625Q15.9375,16.401699999999998,15.3883,16.9508Q14.8392,17.5,14.0625,17.5L5.9375,17.5Q5.16085,17.5,4.61167,16.9508Q4.0625,16.401699999999998,4.0625,15.625L4.0625,5.625L3.125,5.625C2.7798220000000002,5.625,2.5,5.34518,2.5,5C2.5,4.65482,2.7798220000000002,4.375,3.125,4.375L5.70873,4.375C5.71225,4.3689,5.71588,4.3628599999999995,5.719609999999999,4.35687L6.71624,2.75811Q7.26675,1.875,8.307400000000001,1.875L11.6926,1.875Q12.7332,1.875,13.2838,2.75811L14.2802,4.3565000000000005C14.284,4.36261,14.2877,4.36878,14.2913,4.375ZM12.8187,4.375L12.22299,3.41937Q12.03948,3.125,11.6926,3.125L8.307400000000001,3.125Q7.96052,3.125,7.77702,3.41937L7.1813,4.375L12.8187,4.375ZM5.3125,5.625L14.6875,5.625L14.6875,15.625Q14.6875,15.8839,14.5044,16.0669Q14.3214,16.25,14.0625,16.25L5.9375,16.25Q5.6786200000000004,16.25,5.495559999999999,16.0669Q5.3125,15.8839,5.3125,15.625L5.3125,5.625ZM9.375,8.75C9.375,8.40482,9.65482,8.125,10,8.125C10.34518,8.125,10.625,8.40482,10.625,8.75L10.625,13.125C10.625,13.4702,10.34518,13.75,10,13.75C9.65482,13.75,9.375,13.4702,9.375,13.125L9.375,8.75Z",
13
- "fill-rule": "evenodd",
14
- fill: "currentColor",
15
- "fill-opacity": "1"
16
- })
17
- ])
18
- ], -1), c = [
19
- L
20
- ];
21
- function s(i, _) {
22
- return o(), t("svg", r, c);
9
+ };
10
+ function i(c, o) {
11
+ return l(), n("svg", L, o[0] || (o[0] = [
12
+ e("g", null, [
13
+ e("g", null, [
14
+ e("path", {
15
+ d: "M14.2913,4.375L16.875,4.375C17.2202,4.375,17.5,4.65482,17.5,5C17.5,5.34518,17.2202,5.625,16.875,5.625L15.9375,5.625L15.9375,15.625Q15.9375,16.401699999999998,15.3883,16.9508Q14.8392,17.5,14.0625,17.5L5.9375,17.5Q5.16085,17.5,4.61167,16.9508Q4.0625,16.401699999999998,4.0625,15.625L4.0625,5.625L3.125,5.625C2.7798220000000002,5.625,2.5,5.34518,2.5,5C2.5,4.65482,2.7798220000000002,4.375,3.125,4.375L5.70873,4.375C5.71225,4.3689,5.71588,4.3628599999999995,5.719609999999999,4.35687L6.71624,2.75811Q7.26675,1.875,8.307400000000001,1.875L11.6926,1.875Q12.7332,1.875,13.2838,2.75811L14.2802,4.3565000000000005C14.284,4.36261,14.2877,4.36878,14.2913,4.375ZM12.8187,4.375L12.22299,3.41937Q12.03948,3.125,11.6926,3.125L8.307400000000001,3.125Q7.96052,3.125,7.77702,3.41937L7.1813,4.375L12.8187,4.375ZM5.3125,5.625L14.6875,5.625L14.6875,15.625Q14.6875,15.8839,14.5044,16.0669Q14.3214,16.25,14.0625,16.25L5.9375,16.25Q5.6786200000000004,16.25,5.495559999999999,16.0669Q5.3125,15.8839,5.3125,15.625L5.3125,5.625ZM9.375,8.75C9.375,8.40482,9.65482,8.125,10,8.125C10.34518,8.125,10.625,8.40482,10.625,8.75L10.625,13.125C10.625,13.4702,10.34518,13.75,10,13.75C9.65482,13.75,9.375,13.4702,9.375,13.125L9.375,8.75Z",
16
+ "fill-rule": "evenodd",
17
+ fill: "currentColor",
18
+ "fill-opacity": "1"
19
+ })
20
+ ])
21
+ ], -1)
22
+ ]));
23
23
  }
24
- const f = /* @__PURE__ */ n(l, [["render", s]]);
24
+ const f = /* @__PURE__ */ t(r, [["render", i]]);
25
25
  export {
26
26
  f as default
27
27
  };
@@ -1,3 +1,3 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>;
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
3
  export default _default;
@@ -1,18 +1,18 @@
1
- import { createStaticVNode as t, openBlock as o, createElementBlock as i } from "vue";
2
- import e from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
- const s = {}, l = {
1
+ import { openBlock as o, createElementBlock as i, createStaticVNode as e } from "vue";
2
+ import l from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
+ const r = {}, s = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
6
6
  fill: "none",
7
7
  version: "1.1",
8
8
  viewBox: "0 0 56 56"
9
- }, r = /* @__PURE__ */ t('<defs><clipPath id="master_svg0_693_19001"><rect x="0" y="0" width="56" height="56" rx="7"></rect></clipPath><linearGradient x1="0.5" y1="0" x2="0.5" y2="0.7987817525863647" id="master_svg1_693_19025"><stop offset="0%" stop-color="#AED1FF" stop-opacity="1"></stop><stop offset="100%" stop-color="#74B1FF" stop-opacity="1"></stop></linearGradient><linearGradient x1="0.5" y1="0" x2="0.5" y2="1" id="master_svg2_693_19014"><stop offset="0.7142857182770967%" stop-color="#DBEBFF" stop-opacity="1"></stop><stop offset="100%" stop-color="#98C5FF" stop-opacity="1"></stop></linearGradient></defs><g clip-path="url(#master_svg0_693_19001)"><g><g><path d="M49.4644,10.22729L35.1706,10.22729C34.2282,10.22729,33.316,9.89456,32.595,9.287759999999999L29.1746,6.4093C28.0931,5.499102,26.7249,5,25.3113,5L5.5,5C3.29086,5,1.5,6.79086,1.5,9L1.5,45L54.4995,45L54.5,15.2852C54.5,12.49165,52.2455,10.22729,49.4644,10.22729Z" fill="url(#master_svg1_693_19025)" fill-opacity="1"></path></g><g><path d="M10.5,13L45.5,13C46.6046,13,47.5,13.895431,47.5,15L47.5,35.9999L8.5,36L8.5,15C8.5,13.895431,9.395431,13,10.5,13" fill="#FFFFFF" fill-opacity="0.30000001192092896"></path></g><g><path d="M8.5,17L47.5,17C48.6046,17,49.5,17.895431,49.5,19L49.5,41.9998L6.5,42L6.5,19C6.5,17.895431,7.395431,17,8.5,17" fill="#F9FCFF" fill-opacity="1"></path></g><g><rect x="14.5" y="21" width="15" height="2" rx="1" fill="#8DBFFF" fill-opacity="0.30000001192092896"></rect></g><g><rect x="14.5" y="27" width="28" height="2" rx="1" fill="#8DBFFF" fill-opacity="0.6000000238418579"></rect></g><g><path d="M1.5,37L1.5,48C1.5,50.2091,3.29086,52,5.5,52L50.5,52C52.7091,52,54.5,50.2091,54.5,48L54.5,37C54.5,35.34315,53.1569,34,51.5,34L4.5,34C2.84315,34,1.5,35.34315,1.5,37Z" fill="url(#master_svg2_693_19014)" fill-opacity="1"></path></g></g></g>', 2), p = [
10
- r
11
- ];
12
- function a(c, _) {
13
- return o(), i("svg", l, p);
9
+ };
10
+ function p(a, t) {
11
+ return o(), i("svg", s, t[0] || (t[0] = [
12
+ e('<defs><clipPath id="master_svg0_693_19001"><rect x="0" y="0" width="56" height="56" rx="7"></rect></clipPath><linearGradient x1="0.5" y1="0" x2="0.5" y2="0.7987817525863647" id="master_svg1_693_19025"><stop offset="0%" stop-color="#AED1FF" stop-opacity="1"></stop><stop offset="100%" stop-color="#74B1FF" stop-opacity="1"></stop></linearGradient><linearGradient x1="0.5" y1="0" x2="0.5" y2="1" id="master_svg2_693_19014"><stop offset="0.7142857182770967%" stop-color="#DBEBFF" stop-opacity="1"></stop><stop offset="100%" stop-color="#98C5FF" stop-opacity="1"></stop></linearGradient></defs><g clip-path="url(#master_svg0_693_19001)"><g><g><path d="M49.4644,10.22729L35.1706,10.22729C34.2282,10.22729,33.316,9.89456,32.595,9.287759999999999L29.1746,6.4093C28.0931,5.499102,26.7249,5,25.3113,5L5.5,5C3.29086,5,1.5,6.79086,1.5,9L1.5,45L54.4995,45L54.5,15.2852C54.5,12.49165,52.2455,10.22729,49.4644,10.22729Z" fill="url(#master_svg1_693_19025)" fill-opacity="1"></path></g><g><path d="M10.5,13L45.5,13C46.6046,13,47.5,13.895431,47.5,15L47.5,35.9999L8.5,36L8.5,15C8.5,13.895431,9.395431,13,10.5,13" fill="#FFFFFF" fill-opacity="0.30000001192092896"></path></g><g><path d="M8.5,17L47.5,17C48.6046,17,49.5,17.895431,49.5,19L49.5,41.9998L6.5,42L6.5,19C6.5,17.895431,7.395431,17,8.5,17" fill="#F9FCFF" fill-opacity="1"></path></g><g><rect x="14.5" y="21" width="15" height="2" rx="1" fill="#8DBFFF" fill-opacity="0.30000001192092896"></rect></g><g><rect x="14.5" y="27" width="28" height="2" rx="1" fill="#8DBFFF" fill-opacity="0.6000000238418579"></rect></g><g><path d="M1.5,37L1.5,48C1.5,50.2091,3.29086,52,5.5,52L50.5,52C52.7091,52,54.5,50.2091,54.5,48L54.5,37C54.5,35.34315,53.1569,34,51.5,34L4.5,34C2.84315,34,1.5,35.34315,1.5,37Z" fill="url(#master_svg2_693_19014)" fill-opacity="1"></path></g></g></g>', 2)
13
+ ]));
14
14
  }
15
- const n = /* @__PURE__ */ e(s, [["render", a]]);
15
+ const g = /* @__PURE__ */ l(r, [["render", p]]);
16
16
  export {
17
- n as default
17
+ g as default
18
18
  };
@@ -1,27 +1,11 @@
1
1
  import { BatchInputGroupProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { FieldMode } from '../../ap-field';
4
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<BatchInputGroupProps>, {
5
- hasAll: boolean;
6
- emptyText: string;
7
- mode: string;
8
- bordered: boolean;
9
- type: string;
10
- lazy: boolean;
11
- allowClear: boolean;
12
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4
+ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
5
  "update:value": (...args: any[]) => void;
14
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BatchInputGroupProps>, {
15
- hasAll: boolean;
16
- emptyText: string;
17
- mode: string;
18
- bordered: boolean;
19
- type: string;
20
- lazy: boolean;
21
- allowClear: boolean;
22
- }>>> & {
6
+ }, string, PublicProps, Readonly<BatchInputGroupProps> & Readonly<{
23
7
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
24
- }, {
8
+ }>, {
25
9
  type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
26
10
  mode: FieldMode;
27
11
  bordered: boolean;
@@ -29,22 +13,5 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOpti
29
13
  allowClear: boolean;
30
14
  emptyText: string;
31
15
  hasAll: boolean;
32
- }, {}>;
16
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
33
17
  export default _default;
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
- type __VLS_TypePropsToOption<T> = {
41
- [K in keyof T]-?: {} extends Pick<T, K> ? {
42
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
43
- } : {
44
- type: PropType<T[K]>;
45
- required: true;
46
- };
47
- };
48
- type __VLS_PrettifyLocal<T> = {
49
- [K in keyof T]: T[K];
50
- } & {};