@aplus-frontend/ui 0.3.5 → 0.3.7

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 (566) 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 +1 -2
  13. package/es/src/ap-field/rate/index.vue.d.ts +1 -2
  14. package/es/src/ap-field/segmented/index.vue.d.ts +1 -2
  15. package/es/src/ap-field/select/index.vue.d.ts +1 -2
  16. package/es/src/ap-field/slider/index.vue.d.ts +1 -2
  17. package/es/src/ap-field/switch/index.vue.d.ts +1 -2
  18. package/es/src/ap-field/text/index.vue.d.ts +1 -2
  19. package/es/src/ap-field/text/password.vue.d.ts +1 -2
  20. package/es/src/ap-form/ap-form.vue.d.ts +4 -6
  21. package/es/src/ap-form/dependency/index.vue.d.ts +1 -2
  22. package/es/src/ap-form/drawer-form/index.vue.d.ts +2 -3
  23. package/es/src/ap-form/item/index.vue.d.ts +1 -2
  24. package/es/src/ap-form/item-group/index.vue.d.ts +1 -2
  25. package/es/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  26. package/es/src/ap-form/items/date/index.vue.d.ts +1 -2
  27. package/es/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  28. package/es/src/ap-form/items/number/index.vue.d.ts +1 -2
  29. package/es/src/ap-form/items/radio/index.vue.d.ts +1 -2
  30. package/es/src/ap-form/items/select/index.vue.d.ts +1 -2
  31. package/es/src/ap-form/items/switch/index.vue.d.ts +1 -2
  32. package/es/src/ap-form/items/text/group.vue.d.ts +1 -2
  33. package/es/src/ap-form/items/text/index.vue.d.ts +1 -2
  34. package/es/src/ap-form/items/text/password.vue.d.ts +1 -2
  35. package/es/src/ap-form/items/text-area/index.vue.d.ts +1 -2
  36. package/es/src/ap-form/list/index.vue.d.ts +1 -2
  37. package/es/src/ap-form/modal-form/index.vue.d.ts +2 -3
  38. package/es/src/ap-form/render/control.vue.d.ts +1 -2
  39. package/es/src/ap-form/render/item.vue.d.ts +1 -2
  40. package/es/src/ap-form/search-form/index.vue.d.ts +2 -3
  41. package/es/src/ap-form/set/index.vue.d.ts +1 -2
  42. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  43. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -3
  44. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  45. package/es/src/ap-list/index.vue.d.ts +5 -3
  46. package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
  47. package/es/src/ap-scroll-bar/index.d.ts +1 -1
  48. package/es/src/ap-table/ap-table.vue.d.ts +6 -4
  49. package/es/src/ap-table/ap-table.vue2.mjs +99 -98
  50. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  51. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  52. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  53. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  54. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  55. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  56. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  57. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  58. package/es/src/ap-table/constants.d.ts +1 -1
  59. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  60. package/es/src/ap-table/hooks/use-table-content-height.mjs +5 -5
  61. package/es/src/ap-table/hooks/use-table-paging.mjs +8 -8
  62. package/es/src/ap-table/interface.d.ts +2 -1
  63. package/es/src/ap-tag/ap-tag-group.vue.d.ts +1 -2
  64. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  65. package/es/src/ap-upload/apUpload.vue.d.ts +2 -3
  66. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  67. package/es/src/ap-upload/components/Picture.vue.d.ts +9 -5
  68. package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
  69. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  70. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  71. package/es/src/business/ap-appendix/index.d.ts +1 -1
  72. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -3
  73. package/es/src/business/ap-batch-action/index.d.ts +1 -1
  74. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  75. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  76. package/es/src/business/ap-batch-action-group/index.d.ts +5 -887
  77. package/es/src/business/ap-card/ApCard.vue.d.ts +2 -3
  78. package/es/src/business/ap-card/index.d.ts +1 -1
  79. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  80. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  81. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -3
  82. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -8
  83. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  84. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  85. package/es/src/business/ap-group-search/index.d.ts +3 -3
  86. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +346 -8
  87. package/es/src/business/ap-image/ApImage.vue.d.ts +1 -2
  88. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  89. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  90. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +2 -3
  91. package/es/src/business/ap-ladder/index.d.ts +1 -1
  92. package/es/src/business/ap-ladder/interface.d.ts +8 -8
  93. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  94. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  95. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  96. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  97. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  98. package/es/src/business/ap-table-modal/index.d.ts +3 -3
  99. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  100. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  101. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +3 -4
  102. package/es/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  103. package/es/src/business/ap-title/index.d.ts +1 -1
  104. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  105. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  106. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  107. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  108. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
  109. package/es/src/business/hooks/usePageListApTable.d.ts +1 -1
  110. package/es/src/check-card/group.vue.d.ts +1 -2
  111. package/es/src/check-card/index.vue.d.ts +2 -3
  112. package/es/src/editable-table/form-item.vue.d.ts +5 -3
  113. package/es/src/editable-table/index.vue.d.ts +5 -3
  114. package/es/src/tests/wrapper.d.ts +4 -4
  115. package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  116. package/index.ts +19 -0
  117. package/lib/src/ap-action/item/index.vue.d.ts +1 -2
  118. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  119. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -2
  120. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  121. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -2
  122. package/lib/src/ap-button/ap-button.vue.d.ts +1 -2
  123. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  124. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  125. package/lib/src/ap-download/ap-download.vue.d.ts +3 -5
  126. package/lib/src/ap-field/date/index.vue.d.ts +1 -2
  127. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -2
  128. package/lib/src/ap-field/number/index.vue.d.ts +1 -2
  129. package/lib/src/ap-field/rate/index.vue.d.ts +1 -2
  130. package/lib/src/ap-field/segmented/index.vue.d.ts +1 -2
  131. package/lib/src/ap-field/select/index.vue.d.ts +1 -2
  132. package/lib/src/ap-field/slider/index.vue.d.ts +1 -2
  133. package/lib/src/ap-field/switch/index.vue.d.ts +1 -2
  134. package/lib/src/ap-field/text/index.vue.d.ts +1 -2
  135. package/lib/src/ap-field/text/password.vue.d.ts +1 -2
  136. package/lib/src/ap-form/ap-form.vue.d.ts +4 -6
  137. package/lib/src/ap-form/dependency/index.vue.d.ts +1 -2
  138. package/lib/src/ap-form/drawer-form/index.vue.d.ts +2 -3
  139. package/lib/src/ap-form/item/index.vue.d.ts +1 -2
  140. package/lib/src/ap-form/item-group/index.vue.d.ts +1 -2
  141. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  142. package/lib/src/ap-form/items/date/index.vue.d.ts +1 -2
  143. package/lib/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  144. package/lib/src/ap-form/items/number/index.vue.d.ts +1 -2
  145. package/lib/src/ap-form/items/radio/index.vue.d.ts +1 -2
  146. package/lib/src/ap-form/items/select/index.vue.d.ts +1 -2
  147. package/lib/src/ap-form/items/switch/index.vue.d.ts +1 -2
  148. package/lib/src/ap-form/items/text/group.vue.d.ts +1 -2
  149. package/lib/src/ap-form/items/text/index.vue.d.ts +1 -2
  150. package/lib/src/ap-form/items/text/password.vue.d.ts +1 -2
  151. package/lib/src/ap-form/items/text-area/index.vue.d.ts +1 -2
  152. package/lib/src/ap-form/list/index.vue.d.ts +1 -2
  153. package/lib/src/ap-form/modal-form/index.vue.d.ts +2 -3
  154. package/lib/src/ap-form/render/control.vue.d.ts +1 -2
  155. package/lib/src/ap-form/render/item.vue.d.ts +1 -2
  156. package/lib/src/ap-form/search-form/index.vue.d.ts +2 -3
  157. package/lib/src/ap-form/set/index.vue.d.ts +1 -2
  158. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  159. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -3
  160. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  161. package/lib/src/ap-list/index.vue.d.ts +5 -3
  162. package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
  163. package/lib/src/ap-scroll-bar/index.d.ts +1 -1
  164. package/lib/src/ap-table/ap-table.vue.d.ts +6 -4
  165. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  166. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  167. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  168. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  169. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  170. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  171. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  172. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  173. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  174. package/lib/src/ap-table/constants.d.ts +1 -1
  175. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  176. package/lib/src/ap-table/hooks/use-table-content-height.js +1 -1
  177. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  178. package/lib/src/ap-table/interface.d.ts +2 -1
  179. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +1 -2
  180. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  181. package/lib/src/ap-upload/apUpload.vue.d.ts +2 -3
  182. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  183. package/lib/src/ap-upload/components/Picture.vue.d.ts +9 -5
  184. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
  185. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  186. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  187. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  188. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -3
  189. package/lib/src/business/ap-batch-action/index.d.ts +1 -1
  190. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  191. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  192. package/lib/src/business/ap-batch-action-group/index.d.ts +5 -887
  193. package/lib/src/business/ap-card/ApCard.vue.d.ts +2 -3
  194. package/lib/src/business/ap-card/index.d.ts +1 -1
  195. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  196. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  197. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -3
  198. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -8
  199. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  200. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  201. package/lib/src/business/ap-group-search/index.d.ts +3 -3
  202. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +346 -8
  203. package/lib/src/business/ap-image/ApImage.vue.d.ts +1 -2
  204. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  205. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  206. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -3
  207. package/lib/src/business/ap-ladder/index.d.ts +1 -1
  208. package/lib/src/business/ap-ladder/interface.d.ts +8 -8
  209. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  210. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  211. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  212. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  213. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  214. package/lib/src/business/ap-table-modal/index.d.ts +3 -3
  215. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  216. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  217. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +3 -4
  218. package/lib/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  219. package/lib/src/business/ap-title/index.d.ts +1 -1
  220. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  221. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  222. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  223. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
  224. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
  225. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
  226. package/lib/src/check-card/group.vue.d.ts +1 -2
  227. package/lib/src/check-card/index.vue.d.ts +2 -3
  228. package/lib/src/editable-table/form-item.vue.d.ts +5 -3
  229. package/lib/src/editable-table/index.vue.d.ts +5 -3
  230. package/lib/src/tests/wrapper.d.ts +4 -4
  231. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  232. package/package.json +3 -3
  233. package/es/src/ap-action/group/style/css.js +0 -1
  234. package/es/src/ap-action/group/style/index.js +0 -1
  235. package/es/src/ap-action/item/style/css.js +0 -2
  236. package/es/src/ap-action/item/style/index.js +0 -2
  237. package/es/src/ap-action/item-dropdown/style/css.js +0 -2
  238. package/es/src/ap-action/item-dropdown/style/index.js +0 -2
  239. package/es/src/ap-action/item-modal/style/css.js +0 -1
  240. package/es/src/ap-action/item-modal/style/index.js +0 -1
  241. package/es/src/ap-action/item-popconfirm/style/css.js +0 -1
  242. package/es/src/ap-action/item-popconfirm/style/index.js +0 -1
  243. package/es/src/ap-action-button/style/css.js +0 -1
  244. package/es/src/ap-action-button/style/index.js +0 -1
  245. package/es/src/ap-button/style/css.js +0 -1
  246. package/es/src/ap-button/style/index.js +0 -1
  247. package/es/src/ap-descriptions/style/css.js +0 -1
  248. package/es/src/ap-descriptions/style/index.js +0 -1
  249. package/es/src/ap-download/style/css.js +0 -1
  250. package/es/src/ap-download/style/index.js +0 -1
  251. package/es/src/ap-drawer/style/css.js +0 -1
  252. package/es/src/ap-drawer/style/index.js +0 -1
  253. package/es/src/ap-field/checkbox/style/css.js +0 -1
  254. package/es/src/ap-field/checkbox/style/index.js +0 -1
  255. package/es/src/ap-field/date/style/css.js +0 -1
  256. package/es/src/ap-field/date/style/index.js +0 -1
  257. package/es/src/ap-field/date-range/style/css.js +0 -1
  258. package/es/src/ap-field/date-range/style/index.js +0 -1
  259. package/es/src/ap-field/number/style/css.js +0 -1
  260. package/es/src/ap-field/number/style/index.js +0 -1
  261. package/es/src/ap-field/password/style/css.js +0 -1
  262. package/es/src/ap-field/password/style/index.js +0 -1
  263. package/es/src/ap-field/radio/style/css.js +0 -1
  264. package/es/src/ap-field/rate/style/css.js +0 -1
  265. package/es/src/ap-field/rate/style/index.js +0 -1
  266. package/es/src/ap-field/segmented/style/css.js +0 -1
  267. package/es/src/ap-field/segmented/style/index.js +0 -1
  268. package/es/src/ap-field/select/style/css.js +0 -1
  269. package/es/src/ap-field/select/style/index.js +0 -1
  270. package/es/src/ap-field/slider/style/css.js +0 -1
  271. package/es/src/ap-field/slider/style/index.js +0 -1
  272. package/es/src/ap-field/style/css.js +0 -1
  273. package/es/src/ap-field/style/index.js +0 -1
  274. package/es/src/ap-field/switch/style/css.js +0 -1
  275. package/es/src/ap-field/switch/style/index.js +0 -1
  276. package/es/src/ap-field/text/style/css.js +0 -1
  277. package/es/src/ap-field/text/style/index.js +0 -1
  278. package/es/src/ap-field/text-area/style/css.js +0 -1
  279. package/es/src/ap-field/text-area/style/index.js +0 -1
  280. package/es/src/ap-form/dependency/style/css.js +0 -1
  281. package/es/src/ap-form/dependency/style/index.js +0 -1
  282. package/es/src/ap-form/drawer-form/style/css.js +0 -1
  283. package/es/src/ap-form/drawer-form/style/index.js +0 -1
  284. package/es/src/ap-form/item/style/css.js +0 -1
  285. package/es/src/ap-form/item/style/index.js +0 -1
  286. package/es/src/ap-form/item-checkbox/style/css.js +0 -1
  287. package/es/src/ap-form/item-checkbox/style/index.js +0 -1
  288. package/es/src/ap-form/item-date/style/css.js +0 -1
  289. package/es/src/ap-form/item-date/style/index.js +0 -1
  290. package/es/src/ap-form/item-date-range/style/css.js +0 -1
  291. package/es/src/ap-form/item-date-range/style/index.js +0 -1
  292. package/es/src/ap-form/item-group/style/css.js +0 -1
  293. package/es/src/ap-form/item-group/style/index.js +0 -1
  294. package/es/src/ap-form/item-number/style/css.js +0 -1
  295. package/es/src/ap-form/item-number/style/index.js +0 -1
  296. package/es/src/ap-form/item-radio/style/css.js +0 -1
  297. package/es/src/ap-form/item-radio/style/index.js +0 -1
  298. package/es/src/ap-form/item-select/style/css.js +0 -1
  299. package/es/src/ap-form/item-select/style/index.js +0 -1
  300. package/es/src/ap-form/item-switch/style/css.js +0 -1
  301. package/es/src/ap-form/item-switch/style/index.js +0 -1
  302. package/es/src/ap-form/item-text/style/css.js +0 -1
  303. package/es/src/ap-form/item-text/style/index.js +0 -1
  304. package/es/src/ap-form/item-text-area/style/css.js +0 -1
  305. package/es/src/ap-form/item-text-area/style/index.js +0 -1
  306. package/es/src/ap-form/item-text-group/style/css.js +0 -1
  307. package/es/src/ap-form/item-text-group/style/index.js +0 -1
  308. package/es/src/ap-form/item-text-password/style/css.js +0 -1
  309. package/es/src/ap-form/item-text-password/style/index.js +0 -1
  310. package/es/src/ap-form/list/style/css.js +0 -1
  311. package/es/src/ap-form/list/style/index.js +0 -1
  312. package/es/src/ap-form/modal-form/style/css.js +0 -1
  313. package/es/src/ap-form/modal-form/style/index.js +0 -1
  314. package/es/src/ap-form/render/style/css.js +0 -1
  315. package/es/src/ap-form/search-form/style/css.js +0 -1
  316. package/es/src/ap-form/search-form/style/index.js +0 -1
  317. package/es/src/ap-form/set/style/css.js +0 -1
  318. package/es/src/ap-form/set/style/index.js +0 -1
  319. package/es/src/ap-form/style/css.js +0 -1
  320. package/es/src/ap-form/style/index.js +0 -1
  321. package/es/src/ap-info-layout/style/css.js +0 -1
  322. package/es/src/ap-info-layout/style/index.js +0 -1
  323. package/es/src/ap-list/style/css.js +0 -1
  324. package/es/src/ap-list/style/index.js +0 -1
  325. package/es/src/ap-modal/style/css.js +0 -1
  326. package/es/src/ap-modal/style/index.js +0 -1
  327. package/es/src/ap-scroll-bar/style/css.js +0 -1
  328. package/es/src/ap-scroll-bar/style/index.js +0 -1
  329. package/es/src/ap-table/style/css.js +0 -1
  330. package/es/src/ap-table/style/index.js +0 -1
  331. package/es/src/ap-tag/group/style/css.js +0 -2
  332. package/es/src/ap-tag/group/style/index.js +0 -2
  333. package/es/src/ap-tag/style/css.js +0 -1
  334. package/es/src/ap-tag/style/index.js +0 -1
  335. package/es/src/ap-upload/style/css.js +0 -1
  336. package/es/src/ap-upload/style/index.js +0 -1
  337. package/es/src/business/ap-appendix/style/css.js +0 -1
  338. package/es/src/business/ap-appendix/style/index.js +0 -1
  339. package/es/src/business/ap-attachment/style/css.js +0 -1
  340. package/es/src/business/ap-attachment/style/index.js +0 -1
  341. package/es/src/business/ap-batch-action/style/css.js +0 -1
  342. package/es/src/business/ap-batch-action/style/index.js +0 -1
  343. package/es/src/business/ap-batch-action-group/style/css.js +0 -1
  344. package/es/src/business/ap-batch-action-group/style/index.js +0 -1
  345. package/es/src/business/ap-button-group/style/css.js +0 -1
  346. package/es/src/business/ap-button-group/style/index.js +0 -1
  347. package/es/src/business/ap-card/style/css.js +0 -2
  348. package/es/src/business/ap-card/style/index.js +0 -2
  349. package/es/src/business/ap-expand-alert/style/css.js +0 -2
  350. package/es/src/business/ap-expand-alert/style/index.js +0 -2
  351. package/es/src/business/ap-export-group/style/css.js +0 -1
  352. package/es/src/business/ap-export-group/style/index.js +0 -1
  353. package/es/src/business/ap-group-search/extension-select/style/css.js +0 -1
  354. package/es/src/business/ap-group-search/extension-select/style/index.js +0 -1
  355. package/es/src/business/ap-group-search/popover-select/style/css.js +0 -1
  356. package/es/src/business/ap-group-search/popover-select/style/index.js +0 -1
  357. package/es/src/business/ap-group-search/style/css.js +0 -1
  358. package/es/src/business/ap-group-search/style/index.js +0 -1
  359. package/es/src/business/ap-image/style/css.js +0 -1
  360. package/es/src/business/ap-image/style/index.js +0 -1
  361. package/es/src/business/ap-input-radio/style/css.js +0 -1
  362. package/es/src/business/ap-input-radio/style/index.js +0 -1
  363. package/es/src/business/ap-label/group/style/css.js +0 -1
  364. package/es/src/business/ap-label/group/style/index.js +0 -1
  365. package/es/src/business/ap-label/style/css.js +0 -1
  366. package/es/src/business/ap-label/style/index.js +0 -1
  367. package/es/src/business/ap-ladder/style/css.js +0 -1
  368. package/es/src/business/ap-select-layout/style/css.js +0 -1
  369. package/es/src/business/ap-select-layout/style/index.js +0 -1
  370. package/es/src/business/ap-size-input/style/css.js +0 -1
  371. package/es/src/business/ap-size-input/style/index.js +0 -1
  372. package/es/src/business/ap-status/group/style/css.js +0 -1
  373. package/es/src/business/ap-status/group/style/index.js +0 -1
  374. package/es/src/business/ap-status/style/css.js +0 -1
  375. package/es/src/business/ap-status/style/index.js +0 -1
  376. package/es/src/business/ap-summary/style/css.js +0 -1
  377. package/es/src/business/ap-summary/style/index.js +0 -1
  378. package/es/src/business/ap-table-modal/style/css.js +0 -1
  379. package/es/src/business/ap-table-modal/style/index.js +0 -1
  380. package/es/src/business/ap-title/style/css.js +0 -1
  381. package/es/src/business/ap-title/style/index.js +0 -1
  382. package/es/src/business/ap-upload-file/ap-upload-single/style/css.js +0 -1
  383. package/es/src/business/ap-upload-file/ap-upload-single/style/index.js +0 -1
  384. package/es/src/business/batch-input-group/popover-input/style/css.js +0 -1
  385. package/es/src/business/batch-input-group/popover-input/style/index.js +0 -1
  386. package/es/src/business/batch-input-group/style/css.js +0 -1
  387. package/es/src/business/batch-input-group/style/index.js +0 -1
  388. package/es/src/check-card/group/style/css.js +0 -1
  389. package/es/src/check-card/group/style/index.js +0 -1
  390. package/es/src/check-card/style/css.js +0 -1
  391. package/es/src/check-card/style/index.js +0 -1
  392. package/es/src/config-provider/style/css.js +0 -1
  393. package/es/src/config-provider/style/index.js +0 -1
  394. package/es/src/editable-table/form-item/style/css.js +0 -1
  395. package/es/src/editable-table/form-item/style/index.js +0 -1
  396. package/es/src/editable-table/style/css.js +0 -1
  397. package/es/src/editable-table/style/index.js +0 -1
  398. package/es/src/work-order-modal/style/css.js +0 -4
  399. package/es/src/work-order-modal/style/index.js +0 -4
  400. package/lib/src/ap-action/group/style/css.js +0 -1
  401. package/lib/src/ap-action/group/style/index.js +0 -1
  402. package/lib/src/ap-action/item/style/css.js +0 -2
  403. package/lib/src/ap-action/item/style/index.js +0 -2
  404. package/lib/src/ap-action/item-dropdown/style/css.js +0 -2
  405. package/lib/src/ap-action/item-dropdown/style/index.js +0 -2
  406. package/lib/src/ap-action/item-modal/style/css.js +0 -1
  407. package/lib/src/ap-action/item-modal/style/index.js +0 -1
  408. package/lib/src/ap-action/item-popconfirm/style/css.js +0 -1
  409. package/lib/src/ap-action/item-popconfirm/style/index.js +0 -1
  410. package/lib/src/ap-action-button/style/css.js +0 -1
  411. package/lib/src/ap-action-button/style/index.js +0 -1
  412. package/lib/src/ap-button/style/css.js +0 -1
  413. package/lib/src/ap-button/style/index.js +0 -1
  414. package/lib/src/ap-descriptions/style/css.js +0 -1
  415. package/lib/src/ap-descriptions/style/index.js +0 -1
  416. package/lib/src/ap-download/style/css.js +0 -1
  417. package/lib/src/ap-download/style/index.js +0 -1
  418. package/lib/src/ap-drawer/style/css.js +0 -1
  419. package/lib/src/ap-drawer/style/index.js +0 -1
  420. package/lib/src/ap-field/checkbox/style/css.js +0 -1
  421. package/lib/src/ap-field/checkbox/style/index.js +0 -1
  422. package/lib/src/ap-field/date/style/css.js +0 -1
  423. package/lib/src/ap-field/date/style/index.js +0 -1
  424. package/lib/src/ap-field/date-range/style/css.js +0 -1
  425. package/lib/src/ap-field/date-range/style/index.js +0 -1
  426. package/lib/src/ap-field/number/style/css.js +0 -1
  427. package/lib/src/ap-field/number/style/index.js +0 -1
  428. package/lib/src/ap-field/password/style/css.js +0 -1
  429. package/lib/src/ap-field/password/style/index.js +0 -1
  430. package/lib/src/ap-field/radio/style/css.js +0 -1
  431. package/lib/src/ap-field/rate/style/css.js +0 -1
  432. package/lib/src/ap-field/rate/style/index.js +0 -1
  433. package/lib/src/ap-field/segmented/style/css.js +0 -1
  434. package/lib/src/ap-field/segmented/style/index.js +0 -1
  435. package/lib/src/ap-field/select/style/css.js +0 -1
  436. package/lib/src/ap-field/select/style/index.js +0 -1
  437. package/lib/src/ap-field/slider/style/css.js +0 -1
  438. package/lib/src/ap-field/slider/style/index.js +0 -1
  439. package/lib/src/ap-field/style/css.js +0 -1
  440. package/lib/src/ap-field/style/index.js +0 -1
  441. package/lib/src/ap-field/switch/style/css.js +0 -1
  442. package/lib/src/ap-field/switch/style/index.js +0 -1
  443. package/lib/src/ap-field/text/style/css.js +0 -1
  444. package/lib/src/ap-field/text/style/index.js +0 -1
  445. package/lib/src/ap-field/text-area/style/css.js +0 -1
  446. package/lib/src/ap-field/text-area/style/index.js +0 -1
  447. package/lib/src/ap-form/dependency/style/css.js +0 -1
  448. package/lib/src/ap-form/dependency/style/index.js +0 -1
  449. package/lib/src/ap-form/drawer-form/style/css.js +0 -1
  450. package/lib/src/ap-form/drawer-form/style/index.js +0 -1
  451. package/lib/src/ap-form/item/style/css.js +0 -1
  452. package/lib/src/ap-form/item/style/index.js +0 -1
  453. package/lib/src/ap-form/item-checkbox/style/css.js +0 -1
  454. package/lib/src/ap-form/item-checkbox/style/index.js +0 -1
  455. package/lib/src/ap-form/item-date/style/css.js +0 -1
  456. package/lib/src/ap-form/item-date/style/index.js +0 -1
  457. package/lib/src/ap-form/item-date-range/style/css.js +0 -1
  458. package/lib/src/ap-form/item-date-range/style/index.js +0 -1
  459. package/lib/src/ap-form/item-group/style/css.js +0 -1
  460. package/lib/src/ap-form/item-group/style/index.js +0 -1
  461. package/lib/src/ap-form/item-number/style/css.js +0 -1
  462. package/lib/src/ap-form/item-number/style/index.js +0 -1
  463. package/lib/src/ap-form/item-radio/style/css.js +0 -1
  464. package/lib/src/ap-form/item-radio/style/index.js +0 -1
  465. package/lib/src/ap-form/item-select/style/css.js +0 -1
  466. package/lib/src/ap-form/item-select/style/index.js +0 -1
  467. package/lib/src/ap-form/item-switch/style/css.js +0 -1
  468. package/lib/src/ap-form/item-switch/style/index.js +0 -1
  469. package/lib/src/ap-form/item-text/style/css.js +0 -1
  470. package/lib/src/ap-form/item-text/style/index.js +0 -1
  471. package/lib/src/ap-form/item-text-area/style/css.js +0 -1
  472. package/lib/src/ap-form/item-text-area/style/index.js +0 -1
  473. package/lib/src/ap-form/item-text-group/style/css.js +0 -1
  474. package/lib/src/ap-form/item-text-group/style/index.js +0 -1
  475. package/lib/src/ap-form/item-text-password/style/css.js +0 -1
  476. package/lib/src/ap-form/item-text-password/style/index.js +0 -1
  477. package/lib/src/ap-form/list/style/css.js +0 -1
  478. package/lib/src/ap-form/list/style/index.js +0 -1
  479. package/lib/src/ap-form/modal-form/style/css.js +0 -1
  480. package/lib/src/ap-form/modal-form/style/index.js +0 -1
  481. package/lib/src/ap-form/render/style/css.js +0 -1
  482. package/lib/src/ap-form/search-form/style/css.js +0 -1
  483. package/lib/src/ap-form/search-form/style/index.js +0 -1
  484. package/lib/src/ap-form/set/style/css.js +0 -1
  485. package/lib/src/ap-form/set/style/index.js +0 -1
  486. package/lib/src/ap-form/style/css.js +0 -1
  487. package/lib/src/ap-form/style/index.js +0 -1
  488. package/lib/src/ap-info-layout/style/css.js +0 -1
  489. package/lib/src/ap-info-layout/style/index.js +0 -1
  490. package/lib/src/ap-list/style/css.js +0 -1
  491. package/lib/src/ap-list/style/index.js +0 -1
  492. package/lib/src/ap-modal/style/css.js +0 -1
  493. package/lib/src/ap-modal/style/index.js +0 -1
  494. package/lib/src/ap-scroll-bar/style/css.js +0 -1
  495. package/lib/src/ap-scroll-bar/style/index.js +0 -1
  496. package/lib/src/ap-table/style/css.js +0 -1
  497. package/lib/src/ap-table/style/index.js +0 -1
  498. package/lib/src/ap-tag/group/style/css.js +0 -2
  499. package/lib/src/ap-tag/group/style/index.js +0 -2
  500. package/lib/src/ap-tag/style/css.js +0 -1
  501. package/lib/src/ap-tag/style/index.js +0 -1
  502. package/lib/src/ap-upload/style/css.js +0 -1
  503. package/lib/src/ap-upload/style/index.js +0 -1
  504. package/lib/src/business/ap-appendix/style/css.js +0 -1
  505. package/lib/src/business/ap-appendix/style/index.js +0 -1
  506. package/lib/src/business/ap-attachment/style/css.js +0 -1
  507. package/lib/src/business/ap-attachment/style/index.js +0 -1
  508. package/lib/src/business/ap-batch-action/style/css.js +0 -1
  509. package/lib/src/business/ap-batch-action/style/index.js +0 -1
  510. package/lib/src/business/ap-batch-action-group/style/css.js +0 -1
  511. package/lib/src/business/ap-batch-action-group/style/index.js +0 -1
  512. package/lib/src/business/ap-button-group/style/css.js +0 -1
  513. package/lib/src/business/ap-button-group/style/index.js +0 -1
  514. package/lib/src/business/ap-card/style/css.js +0 -2
  515. package/lib/src/business/ap-card/style/index.js +0 -2
  516. package/lib/src/business/ap-expand-alert/style/css.js +0 -2
  517. package/lib/src/business/ap-expand-alert/style/index.js +0 -2
  518. package/lib/src/business/ap-export-group/style/css.js +0 -1
  519. package/lib/src/business/ap-export-group/style/index.js +0 -1
  520. package/lib/src/business/ap-group-search/extension-select/style/css.js +0 -1
  521. package/lib/src/business/ap-group-search/extension-select/style/index.js +0 -1
  522. package/lib/src/business/ap-group-search/popover-select/style/css.js +0 -1
  523. package/lib/src/business/ap-group-search/popover-select/style/index.js +0 -1
  524. package/lib/src/business/ap-group-search/style/css.js +0 -1
  525. package/lib/src/business/ap-group-search/style/index.js +0 -1
  526. package/lib/src/business/ap-image/style/css.js +0 -1
  527. package/lib/src/business/ap-image/style/index.js +0 -1
  528. package/lib/src/business/ap-input-radio/style/css.js +0 -1
  529. package/lib/src/business/ap-input-radio/style/index.js +0 -1
  530. package/lib/src/business/ap-label/group/style/css.js +0 -1
  531. package/lib/src/business/ap-label/group/style/index.js +0 -1
  532. package/lib/src/business/ap-label/style/css.js +0 -1
  533. package/lib/src/business/ap-label/style/index.js +0 -1
  534. package/lib/src/business/ap-ladder/style/css.js +0 -1
  535. package/lib/src/business/ap-select-layout/style/css.js +0 -1
  536. package/lib/src/business/ap-select-layout/style/index.js +0 -1
  537. package/lib/src/business/ap-size-input/style/css.js +0 -1
  538. package/lib/src/business/ap-size-input/style/index.js +0 -1
  539. package/lib/src/business/ap-status/group/style/css.js +0 -1
  540. package/lib/src/business/ap-status/group/style/index.js +0 -1
  541. package/lib/src/business/ap-status/style/css.js +0 -1
  542. package/lib/src/business/ap-status/style/index.js +0 -1
  543. package/lib/src/business/ap-summary/style/css.js +0 -1
  544. package/lib/src/business/ap-summary/style/index.js +0 -1
  545. package/lib/src/business/ap-table-modal/style/css.js +0 -1
  546. package/lib/src/business/ap-table-modal/style/index.js +0 -1
  547. package/lib/src/business/ap-title/style/css.js +0 -1
  548. package/lib/src/business/ap-title/style/index.js +0 -1
  549. package/lib/src/business/ap-upload-file/ap-upload-single/style/css.js +0 -1
  550. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.js +0 -1
  551. package/lib/src/business/batch-input-group/popover-input/style/css.js +0 -1
  552. package/lib/src/business/batch-input-group/popover-input/style/index.js +0 -1
  553. package/lib/src/business/batch-input-group/style/css.js +0 -1
  554. package/lib/src/business/batch-input-group/style/index.js +0 -1
  555. package/lib/src/check-card/group/style/css.js +0 -1
  556. package/lib/src/check-card/group/style/index.js +0 -1
  557. package/lib/src/check-card/style/css.js +0 -1
  558. package/lib/src/check-card/style/index.js +0 -1
  559. package/lib/src/config-provider/style/css.js +0 -1
  560. package/lib/src/config-provider/style/index.js +0 -1
  561. package/lib/src/editable-table/form-item/style/css.js +0 -1
  562. package/lib/src/editable-table/form-item/style/index.js +0 -1
  563. package/lib/src/editable-table/style/css.js +0 -1
  564. package/lib/src/editable-table/style/index.js +0 -1
  565. package/lib/src/work-order-modal/style/css.js +0 -4
  566. package/lib/src/work-order-modal/style/index.js +0 -4
@@ -1,10 +1,9 @@
1
1
  import { ApActionItemProps, ApActionItemSlots } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
6
5
  refs: {};
7
- rootEl: any;
6
+ attrs: Partial<{}>;
8
7
  };
9
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
9
  declare const __VLS_component: DefineComponent<ApActionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -3,12 +3,11 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  import { ActionColor, MixedActionTypes } from '..';
4
4
  import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: {
8
7
  default?(_: {}): any;
9
8
  };
10
9
  refs: {};
11
- rootEl: any;
10
+ attrs: Partial<{}>;
12
11
  };
13
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
13
  declare const __VLS_component: DefineComponent<ApActionItemDropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemDropdownProps> & Readonly<{}>, {
@@ -3,10 +3,9 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  import { ActionColor } from '..';
4
4
  import { ModalFuncProps } from '@aplus-frontend/antdv';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
8
7
  refs: {};
9
- rootEl: any;
8
+ attrs: Partial<{}>;
10
9
  };
11
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
11
  declare const __VLS_component: DefineComponent<ApActionItemModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemModalProps> & Readonly<{}>, {
@@ -11,10 +11,9 @@ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
11
11
  import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
12
12
  import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
13
13
  declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
14
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
16
15
  refs: {};
17
- rootEl: any;
16
+ attrs: Partial<{}>;
18
17
  };
19
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
19
  declare const __VLS_component: DefineComponent<ApActionItemPopconfirmProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemPopconfirmProps> & Readonly<{}>, {
@@ -2,10 +2,9 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
2
2
  import { ApButtonProps } from './interface';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
5
  slots: Partial<Record<string, (_: any) => any>>;
7
6
  refs: {};
8
- rootEl: any;
7
+ attrs: Partial<{}>;
9
8
  };
10
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
10
  declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApButtonProps> & Readonly<{}>, {
@@ -2,10 +2,9 @@ import { ApButtonProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
5
  slots: Partial<Record<string, (_: any) => any>>;
7
6
  refs: {};
8
- rootEl: any;
7
+ attrs: Partial<{}>;
9
8
  };
10
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
10
  declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApButtonProps> & Readonly<{}>, {
@@ -1,7 +1,6 @@
1
1
  import { DisplayInfoProps } from './interface';
2
2
  import { VNode, RendererNode, RendererElement, VNodeChild, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: Partial<Record<string, (_: {
6
5
  index: number;
7
6
  item: VNode<RendererNode, RendererElement, {
@@ -12,10 +11,10 @@ declare function __VLS_template(): {
12
11
  } | undefined;
13
12
  }) => any>>;
14
13
  refs: {};
15
- rootEl: HTMLDivElement;
14
+ attrs: Partial<{}>;
16
15
  };
17
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
- declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
19
  export default _default;
21
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,7 +1,9 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
2
+ declare const _default: DefineComponent<{
3
3
  helpMessage?: any;
4
4
  label?: any;
5
- };
6
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
5
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
6
+ helpMessage?: any;
7
+ label?: any;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7
9
  export default _default;
@@ -1,19 +1,17 @@
1
1
  import { ApDownLoadProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
- type __VLS_Props = ApDownLoadProps;
5
4
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
5
  slots: {
8
6
  icon?(_: {}): any;
9
7
  };
10
8
  refs: {};
11
- rootEl: any;
9
+ attrs: Partial<{}>;
12
10
  };
13
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ declare const __VLS_component: DefineComponent<ApDownLoadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
13
  downloadCallback: (...args: any[]) => void;
16
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ }, string, PublicProps, Readonly<ApDownLoadProps> & Readonly<{
17
15
  onDownloadCallback?: ((...args: any[]) => any) | undefined;
18
16
  }>, {
19
17
  size: "small" | "large" | "middle";
@@ -19,10 +19,9 @@ type ApFieldDataSlots = {
19
19
  default?: any;
20
20
  };
21
21
  declare function __VLS_template(): {
22
- attrs: Partial<{}>;
23
22
  slots: Readonly<ApFieldDataSlots> & ApFieldDataSlots;
24
23
  refs: {};
25
- rootEl: any;
24
+ attrs: Partial<{}>;
26
25
  };
27
26
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
27
  declare const __VLS_component: DefineComponent<ApFieldDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -20,10 +20,9 @@ type ApFieldDateRangeSlots = {
20
20
  clearIcon?: any;
21
21
  };
22
22
  declare function __VLS_template(): {
23
- attrs: Partial<{}>;
24
23
  slots: Readonly<ApFieldDateRangeSlots> & ApFieldDateRangeSlots;
25
24
  refs: {};
26
- rootEl: any;
25
+ attrs: Partial<{}>;
27
26
  };
28
27
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
28
  declare const __VLS_component: DefineComponent<ApFieldDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -16,7 +16,6 @@ type ApFieldNumberSlots = {
16
16
  declare function focus(): void;
17
17
  declare function blur(): void;
18
18
  declare function __VLS_template(): {
19
- attrs: Partial<{}>;
20
19
  slots: Readonly<ApFieldNumberSlots> & ApFieldNumberSlots;
21
20
  refs: {
22
21
  inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
@@ -340,7 +339,7 @@ declare function __VLS_template(): {
340
339
  parser: (displayValue: string) => ValueType;
341
340
  }> | null;
342
341
  };
343
- rootEl: any;
342
+ attrs: Partial<{}>;
344
343
  };
345
344
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
346
345
  declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
@@ -8,7 +8,6 @@ import { FieldMode } from '..';
8
8
  declare function focus(): void;
9
9
  declare function blur(): void;
10
10
  declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
11
  slots: Readonly<{
13
12
  character: any;
14
13
  }> & {
@@ -96,7 +95,7 @@ declare function __VLS_template(): {
96
95
  allowHalf: boolean;
97
96
  }> | null;
98
97
  };
99
- rootEl: any;
98
+ attrs: Partial<{}>;
100
99
  };
101
100
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
102
101
  declare const __VLS_component: DefineComponent<ApFieldRateProps, {
@@ -2,7 +2,6 @@ import { ApFieldSegmentedProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { FieldMode } from '..';
4
4
  declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
5
  slots: {
7
6
  label?(_: {
8
7
  value: string | number;
@@ -13,7 +12,7 @@ declare function __VLS_template(): {
13
12
  }): any;
14
13
  };
15
14
  refs: {};
16
- rootEl: any;
15
+ attrs: Partial<{}>;
17
16
  };
18
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
18
  declare const __VLS_component: DefineComponent<ApFieldSegmentedProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -26,7 +26,6 @@ declare function requestIfNeeded(clear?: boolean): Promise<void>;
26
26
  declare function focus(): void;
27
27
  declare function blur(): void;
28
28
  declare function __VLS_template(): {
29
- attrs: Partial<{}>;
30
29
  slots: Readonly<ApFieldSelectSlots> & ApFieldSelectSlots;
31
30
  refs: {
32
31
  selectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
@@ -431,7 +430,7 @@ declare function __VLS_template(): {
431
430
  labelInValue: boolean;
432
431
  }> | null;
433
432
  };
434
- rootEl: any;
433
+ attrs: Partial<{}>;
435
434
  };
436
435
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
437
436
  declare const __VLS_component: DefineComponent<ApFieldSelectProps, {
@@ -14,7 +14,6 @@ type ApFieldSliderSlots = {
14
14
  declare function focus(): void;
15
15
  declare function blur(): void;
16
16
  declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
17
  slots: Readonly<ApFieldSliderSlots> & ApFieldSliderSlots;
19
18
  refs: {
20
19
  sliderRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
@@ -273,7 +272,7 @@ declare function __VLS_template(): {
273
272
  getTooltipPopupContainer: (triggerNode: HTMLElement) => HTMLElement;
274
273
  }> | null;
275
274
  };
276
- rootEl: any;
275
+ attrs: Partial<{}>;
277
276
  };
278
277
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
279
278
  declare const __VLS_component: DefineComponent<ApFieldSliderProps, {
@@ -6,10 +6,9 @@ type ApFieldSwitchSlots = {
6
6
  default: any;
7
7
  };
8
8
  declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
9
  slots: Readonly<ApFieldSwitchSlots> & ApFieldSwitchSlots;
11
10
  refs: {};
12
- rootEl: any;
11
+ attrs: Partial<{}>;
13
12
  };
14
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
14
  declare const __VLS_component: DefineComponent<ApFieldSwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -10,10 +10,9 @@ type ApFieldTextSlots = {
10
10
  clearIcon?: any;
11
11
  };
12
12
  declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
13
  slots: Readonly<ApFieldTextSlots> & ApFieldTextSlots;
15
14
  refs: {};
16
- rootEl: any;
15
+ attrs: Partial<{}>;
17
16
  };
18
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
18
  declare const __VLS_component: DefineComponent<ApFieldTextProps, {
@@ -10,10 +10,9 @@ type ApFieldTextPasswordSlots = {
10
10
  iconRender: any;
11
11
  };
12
12
  declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
13
  slots: Readonly<ApFieldTextPasswordSlots> & ApFieldTextPasswordSlots;
15
14
  refs: {};
16
- rootEl: any;
15
+ attrs: Partial<{}>;
17
16
  };
18
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
18
  declare const __VLS_component: DefineComponent<ApFieldTextPasswordProps, {
@@ -1,5 +1,5 @@
1
1
  import { ApFormProps, RegistedFieldType, WatchFunc } from './interface';
2
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
2
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
3
3
  import { Recordable } from '../type';
4
4
  import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent } from 'vue';
5
5
  import { VueTypeDef, VueTypeValidableDef } from '../../node_modules/vue-types';
@@ -7,6 +7,7 @@ import { ColSize } from '@aplus-frontend/antdv/es/grid';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
9
9
  import { Options } from '../../node_modules/scroll-into-view-if-needed';
10
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
10
11
  import { SizeType } from '@aplus-frontend/antdv/es/button';
11
12
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
12
13
  /**
@@ -23,7 +24,6 @@ declare function getInternalInstance(mark: string): {
23
24
  registerWatch: typeof registerWatch;
24
25
  } | undefined;
25
26
  declare function __VLS_template(): {
26
- attrs: Partial<{}>;
27
27
  slots: {
28
28
  default?(_: {}): any;
29
29
  };
@@ -288,9 +288,7 @@ declare function __VLS_template(): {
288
288
  };
289
289
  xxl: {
290
290
  type: PropType<string | number | ColSize>;
291
- default: string | number | **
292
- * 订阅事件
293
- */).ColSize;
291
+ default: string | number | ColSize;
294
292
  };
295
293
  prefixCls: StringConstructor;
296
294
  flex: (StringConstructor | NumberConstructor)[];
@@ -665,7 +663,7 @@ declare function __VLS_template(): {
665
663
  scrollToFirstError: boolean | Options<any>;
666
664
  }> | null;
667
665
  };
668
- rootEl: any;
666
+ attrs: Partial<{}>;
669
667
  };
670
668
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
671
669
  declare const __VLS_component: DefineComponent<ApFormProps, {
@@ -4,10 +4,9 @@ type ApFormDependencySlots = {
4
4
  default(values: Record<string, any>): any;
5
5
  };
6
6
  declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
7
  slots: Readonly<ApFormDependencySlots> & ApFormDependencySlots;
9
8
  refs: {};
10
- rootEl: any;
9
+ attrs: Partial<{}>;
11
10
  };
12
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
12
  declare const __VLS_component: DefineComponent<ApFormDependencyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormDependencyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -19,7 +19,6 @@ type ApDrawerFormSlots = {
19
19
  submitter(defaultDoms: VNode[]): any;
20
20
  };
21
21
  declare function __VLS_template(): {
22
- attrs: Partial<{}>;
23
22
  slots: Readonly<ApDrawerFormSlots> & ApDrawerFormSlots;
24
23
  refs: {
25
24
  formRef: ({
@@ -116,7 +115,7 @@ declare function __VLS_template(): {
116
115
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
117
116
  readonly initialValues?: Recordable | undefined;
118
117
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
119
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
118
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
120
119
  readonly syncToUrlPriority?: boolean | undefined;
121
120
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
122
121
  $attrs: {
@@ -219,7 +218,7 @@ declare function __VLS_template(): {
219
218
  };
220
219
  }) | null;
221
220
  };
222
- rootEl: any;
221
+ attrs: Partial<{}>;
223
222
  };
224
223
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
225
224
  declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
@@ -12,7 +12,6 @@ declare function clearValidate(): void;
12
12
  declare function resetField(): void;
13
13
  declare function getFieldValue(shouldFormat?: boolean): any;
14
14
  declare function __VLS_template(): {
15
- attrs: Partial<{}>;
16
15
  slots: Readonly<ApFormItemSlots> & ApFormItemSlots;
17
16
  refs: {
18
17
  formItemRef: ({
@@ -791,7 +790,7 @@ declare function __VLS_template(): {
791
790
  tooltip: StringConstructor;
792
791
  }>> & Readonly<{}>, "hidden" | "colon" | "required" | "hasFeedback" | "autoLink" | "validateFirst" | "noStyle"> & ShallowUnwrapRef<() => any>) | null;
793
792
  };
794
- rootEl: any;
793
+ attrs: Partial<{}>;
795
794
  };
796
795
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
797
796
  declare const __VLS_component: DefineComponent<ApFormItemProps, {
@@ -3,14 +3,13 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  import { Breakpoint } from '@aplus-frontend/antdv/es/_util/responsiveObserve';
4
4
  import { Gutter } from '@aplus-frontend/antdv/es/grid/Row';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: Readonly<{
8
7
  default(): any[];
9
8
  }> & {
10
9
  default(): any[];
11
10
  };
12
11
  refs: {};
13
- rootEl: any;
12
+ attrs: Partial<{}>;
14
13
  };
15
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
15
  declare const __VLS_component: DefineComponent<ApFormItemGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemGroupProps> & Readonly<{}>, {
@@ -4,10 +4,9 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
4
4
  import { ApFieldCheckboxProps } from '../../..';
5
5
  type ApFormItemCheckboxSlots = Omit<ApFormItemSlots, 'default'>;
6
6
  declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
7
  slots: Readonly<ApFormItemCheckboxSlots> & ApFormItemCheckboxSlots;
9
8
  refs: {};
10
- rootEl: any;
9
+ attrs: Partial<{}>;
11
10
  };
12
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
12
  declare const __VLS_component: DefineComponent<ApFormItemCheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemCheckboxProps> & Readonly<{}>, {
@@ -3,7 +3,6 @@ import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
4
  import { ApFieldDateProps } from '../../..';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: Readonly<{
8
7
  dateRender: any;
9
8
  suffixIcon?: any;
@@ -30,7 +29,7 @@ declare function __VLS_template(): {
30
29
  default?: any;
31
30
  } & Omit<ApFormItemSlots, "default">;
32
31
  refs: {};
33
- rootEl: any;
32
+ attrs: Partial<{}>;
34
33
  };
35
34
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
36
35
  declare const __VLS_component: DefineComponent<ApFormItemDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateProps> & Readonly<{}>, {
@@ -3,7 +3,6 @@ import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
4
  import { ApFieldDateRangeProps } from '../../..';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: Readonly<{
8
7
  suffixIcon?: any;
9
8
  prevIcon?: any;
@@ -28,7 +27,7 @@ declare function __VLS_template(): {
28
27
  clearIcon?: any;
29
28
  } & Omit<ApFormItemSlots, "default">;
30
29
  refs: {};
31
- rootEl: any;
30
+ attrs: Partial<{}>;
32
31
  };
33
32
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
34
33
  declare const __VLS_component: DefineComponent<ApFormItemDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemDateRangeProps> & Readonly<{}>, {
@@ -7,7 +7,6 @@ import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniD
7
7
  import { KeyboardEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
8
8
  import { OnCleanup } from '@vue/reactivity';
9
9
  declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
10
  slots: Readonly<{
12
11
  addonBefore?: any;
13
12
  addonAfter?: any;
@@ -161,7 +160,7 @@ declare function __VLS_template(): {
161
160
  };
162
161
  }) | null;
163
162
  };
164
- rootEl: any;
163
+ attrs: Partial<{}>;
165
164
  };
166
165
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
167
166
  declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
@@ -4,7 +4,6 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
4
4
  import { ApFieldRadioProps, FieldMode } from '../../..';
5
5
  type ApFormItemRadioSlots = Omit<ApFormItemSlots, 'default'>;
6
6
  declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
7
  slots: Readonly<ApFormItemRadioSlots> & ApFormItemRadioSlots;
9
8
  refs: {
10
9
  radioRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldRadioProps> & Readonly<{
@@ -38,7 +37,7 @@ declare function __VLS_template(): {
38
37
  emptyText: string;
39
38
  }> | null;
40
39
  };
41
- rootEl: any;
40
+ attrs: Partial<{}>;
42
41
  };
43
42
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
44
43
  declare const __VLS_component: DefineComponent<ApFormItemRadioProps, {
@@ -3,7 +3,6 @@ import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
4
  import { ApFieldSelectProps } from '../../..';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: Readonly<{
8
7
  notFoundContent: any;
9
8
  suffixIcon: any;
@@ -32,7 +31,7 @@ declare function __VLS_template(): {
32
31
  default: any;
33
32
  } & Omit<ApFormItemSlots, "default">;
34
33
  refs: {};
35
- rootEl: any;
34
+ attrs: Partial<{}>;
36
35
  };
37
36
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
38
37
  declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
@@ -3,7 +3,6 @@ import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
4
  import { ApFieldSwitchProps } from '../../..';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: Readonly<{
8
7
  checkedChildren: any;
9
8
  unCheckedChildren: any;
@@ -14,7 +13,7 @@ declare function __VLS_template(): {
14
13
  default: any;
15
14
  } & Omit<ApFormItemSlots, "default">;
16
15
  refs: {};
17
- rootEl: any;
16
+ attrs: Partial<{}>;
18
17
  };
19
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
19
  declare const __VLS_component: DefineComponent<ApFormItemSwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemSwitchProps> & Readonly<{}>, {
@@ -4,10 +4,9 @@ type ApFormItemTextSlots = {
4
4
  default: any;
5
5
  };
6
6
  declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
7
  slots: Readonly<ApFormItemTextSlots> & ApFormItemTextSlots;
9
8
  refs: {};
10
- rootEl: any;
9
+ attrs: Partial<{}>;
11
10
  };
12
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
12
  declare const __VLS_component: DefineComponent<ApFormItemTextGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemTextGroupProps> & Readonly<{}>, {
@@ -8,7 +8,6 @@ import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, Keyboar
8
8
  import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
9
9
  import { OnCleanup } from '@vue/reactivity';
10
10
  declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
11
  slots: Readonly<{
13
12
  addonAfter: any;
14
13
  addonBefore: any;
@@ -160,7 +159,7 @@ declare function __VLS_template(): {
160
159
  };
161
160
  }) | null;
162
161
  };
163
- rootEl: any;
162
+ attrs: Partial<{}>;
164
163
  };
165
164
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
166
165
  declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
@@ -7,7 +7,6 @@ import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, Keyboar
7
7
  import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
8
8
  import { OnCleanup } from '@vue/reactivity';
9
9
  declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
10
  slots: Readonly<{
12
11
  addonAfter: any;
13
12
  addonBefore: any;
@@ -171,7 +170,7 @@ declare function __VLS_template(): {
171
170
  };
172
171
  }) | null;
173
172
  };
174
- rootEl: any;
173
+ attrs: Partial<{}>;
175
174
  };
176
175
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
177
176
  declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
@@ -5,7 +5,6 @@ import { CreateComponentPublicInstanceWithMixins, ComputedRef, ComponentOptionsM
5
5
  import { ApFieldTextAreaProps, FieldMode } from '../../..';
6
6
  type ApFormItemTextAreaSlots = Omit<ApFormItemSlots, 'default'>;
7
7
  declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
8
  slots: Readonly<ApFormItemTextAreaSlots> & ApFormItemTextAreaSlots;
10
9
  refs: {
11
10
  textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
@@ -47,7 +46,7 @@ declare function __VLS_template(): {
47
46
  emptyText: string;
48
47
  }> | null;
49
48
  };
50
- rootEl: any;
49
+ attrs: Partial<{}>;
51
50
  };
52
51
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
53
52
  declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
@@ -17,10 +17,9 @@ type ApFormListSlots = {
17
17
  }): any;
18
18
  };
19
19
  declare function __VLS_template(): {
20
- attrs: Partial<{}>;
21
20
  slots: Readonly<ApFormListSlots> & ApFormListSlots;
22
21
  refs: {};
23
- rootEl: any;
22
+ attrs: Partial<{}>;
24
23
  };
25
24
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
25
  declare const __VLS_component: DefineComponent<ApFormListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -20,7 +20,6 @@ type ApModalFormSlots = {
20
20
  submitter(defaultDoms: VNode[]): any;
21
21
  };
22
22
  declare function __VLS_template(): {
23
- attrs: Partial<{}>;
24
23
  slots: Readonly<ApModalFormSlots> & ApModalFormSlots;
25
24
  refs: {
26
25
  formRef: ({
@@ -117,7 +116,7 @@ declare function __VLS_template(): {
117
116
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
118
117
  readonly initialValues?: Recordable | undefined;
119
118
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
120
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
119
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
121
120
  readonly syncToUrlPriority?: boolean | undefined;
122
121
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
123
122
  $attrs: {
@@ -220,7 +219,7 @@ declare function __VLS_template(): {
220
219
  };
221
220
  }) | null;
222
221
  };
223
- rootEl: any;
222
+ attrs: Partial<{}>;
224
223
  };
225
224
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
226
225
  declare const __VLS_component: DefineComponent<ApFormModalFormProps, {