@aplus-frontend/ui 0.6.0-beta.10 → 0.6.0-beta.12

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 (414) hide show
  1. package/es/index.mjs +296 -289
  2. package/es/src/ap-action/group/index.vue.mjs +3 -3
  3. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  4. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  5. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  10. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +5 -5
  12. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  13. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  14. package/es/src/ap-field/date/index.vue.mjs +4 -4
  15. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  16. package/es/src/ap-field/index.mjs +36 -36
  17. package/es/src/ap-field/number/index.vue.mjs +8 -8
  18. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  19. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  20. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  21. package/es/src/ap-field/select/index.vue.mjs +2 -2
  22. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  23. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  24. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  25. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  26. package/es/src/ap-field/text/password.vue.mjs +2 -2
  27. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  28. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  29. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  30. package/es/src/ap-form/ap-form.vue.d.ts +2 -1
  31. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  32. package/es/src/ap-form/dependency/index.vue.mjs +29 -24
  33. package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  34. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  35. package/es/src/ap-form/item/index.vue.mjs +13 -13
  36. package/es/src/ap-form/item-group/index.vue.mjs +3 -3
  37. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  38. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  39. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  40. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  41. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  42. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  43. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  46. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  47. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  48. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  49. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  50. package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
  51. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  52. package/es/src/ap-form/render/item.vue.mjs +2 -2
  53. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +7 -7
  54. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  55. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  56. package/es/src/ap-form/search-form/index.vue.d.ts +6 -9
  57. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  58. package/es/src/ap-form/set/index.vue.mjs +1 -1
  59. package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  60. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  61. package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
  62. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  63. package/es/src/ap-grid/index.vue.d.ts +4 -2
  64. package/es/src/ap-grid/index.vue.mjs +5 -5
  65. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
  66. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
  67. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  68. package/es/src/ap-list/index.vue.d.ts +4 -2
  69. package/es/src/ap-list/index.vue.mjs +1 -1
  70. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  71. package/es/src/ap-table/ap-table.vue.d.ts +4 -2
  72. package/es/src/ap-table/ap-table.vue2.mjs +27 -27
  73. package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
  74. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  75. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  76. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +42 -45
  77. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  78. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  79. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  80. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  81. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  82. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  83. package/es/src/ap-table/constants.d.ts +5 -5
  84. package/es/src/ap-table/constants.mjs +45 -45
  85. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  86. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  87. package/es/src/ap-table/utils.d.ts +5 -5
  88. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  89. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  90. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  91. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  92. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  93. package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
  94. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  95. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  96. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  97. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  98. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
  99. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  100. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  101. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  102. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  103. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
  104. package/es/src/business/ap-copy/ApCopy.d.ts +52 -0
  105. package/es/src/business/ap-copy/ApCopy.mjs +79 -0
  106. package/es/src/business/ap-copy/constans.d.ts +24 -0
  107. package/es/src/business/ap-copy/constans.mjs +25 -0
  108. package/es/src/business/ap-copy/index.d.ts +102 -0
  109. package/es/src/business/ap-copy/index.mjs +7 -0
  110. package/es/src/business/ap-copy/interface.d.ts +8 -0
  111. package/es/src/business/ap-copy/interface.mjs +1 -0
  112. package/es/src/business/ap-copy/style/css.d.ts +0 -0
  113. package/es/src/business/ap-copy/style/css.js +1 -0
  114. package/es/src/business/ap-copy/style/index.d.ts +0 -0
  115. package/es/src/business/ap-copy/style/index.js +1 -0
  116. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  117. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  118. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  119. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +5 -5
  120. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
  121. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
  122. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
  123. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
  124. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
  125. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  126. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  127. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  128. package/es/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
  129. package/es/src/business/ap-product-info/ApProductInfo.mjs +53 -53
  130. package/es/src/business/ap-product-info/constans.d.ts +4 -0
  131. package/es/src/business/ap-product-info/constans.mjs +4 -0
  132. package/es/src/business/ap-product-info/index.d.ts +15 -0
  133. package/es/src/business/ap-product-info/interface.d.ts +1 -0
  134. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
  135. package/es/src/business/ap-radio-group/ap-radio-group.vue.mjs +4 -0
  136. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +60 -0
  137. package/es/src/business/ap-radio-group/index.d.ts +55 -0
  138. package/es/src/business/ap-radio-group/index.mjs +8 -0
  139. package/es/src/business/ap-radio-group/interface.d.ts +11 -0
  140. package/es/src/business/ap-radio-group/interface.mjs +1 -0
  141. package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
  142. package/es/src/business/ap-radio-group/style/css.js +1 -0
  143. package/es/src/business/ap-radio-group/style/index.d.ts +0 -0
  144. package/es/src/business/ap-radio-group/style/index.js +1 -0
  145. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  146. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  147. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  148. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  149. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  150. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  151. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  152. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  153. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  154. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  155. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  156. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  157. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  158. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  159. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  160. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  161. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  162. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  163. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  164. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  165. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  166. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  167. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  168. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  169. package/es/src/business/hooks/usePageListApGrid.mjs +34 -26
  170. package/es/src/business/index.d.ts +2 -0
  171. package/es/src/business/index.mjs +24 -20
  172. package/es/src/check-card/index.vue2.mjs +3 -3
  173. package/es/src/components.d.ts +1 -0
  174. package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
  175. package/es/src/editable-table/form-item.vue.d.ts +4 -2
  176. package/es/src/editable-table/form-item.vue.mjs +2 -2
  177. package/es/src/editable-table/index.vue.d.ts +4 -2
  178. package/es/src/editable-table/index.vue.mjs +2 -2
  179. package/es/src/full-screen/index.vue.mjs +3 -3
  180. package/es/src/hooks/useFullScreen.mjs +5 -5
  181. package/es/src/index.mjs +180 -176
  182. package/es/src/locale/lang/en.mjs +4 -0
  183. package/es/src/locale/lang/zh-cn.mjs +4 -0
  184. package/es/src/mask/index.vue.mjs +10 -10
  185. package/es/src/path-map.mjs +3 -1
  186. package/es/src/portal/index.vue.mjs +2 -2
  187. package/es/src/scroll-bar/index.vue.mjs +3 -3
  188. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  189. package/es/src/scroll-view/index.vue.d.ts +5 -5
  190. package/es/src/scroll-view/index.vue.mjs +9 -9
  191. package/es/src/splitter/Panel.vue2.mjs +4 -4
  192. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  193. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  194. package/es/src/tests/wrapper.d.ts +4 -4
  195. package/es/src/text/group.vue.mjs +2 -2
  196. package/es/src/text/index.vue.mjs +4 -4
  197. package/es/src/version.d.ts +2 -0
  198. package/es/src/version.mjs +4 -0
  199. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  200. package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  201. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  202. package/lib/index.js +1 -1
  203. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  204. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
  205. package/lib/src/ap-field/index.js +1 -1
  206. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  207. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  208. package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
  209. package/lib/src/ap-form/dependency/index.vue.js +1 -1
  210. package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  211. package/lib/src/ap-form/item/index.vue.js +1 -1
  212. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  213. package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
  214. package/lib/src/ap-form/search-form/index.vue.d.ts +6 -9
  215. package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  216. package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
  217. package/lib/src/ap-grid/index.vue.d.ts +4 -2
  218. package/lib/src/ap-grid/index.vue.js +1 -1
  219. package/lib/src/ap-list/index.vue.d.ts +4 -2
  220. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  221. package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
  222. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  223. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  224. package/lib/src/ap-table/constants.d.ts +5 -5
  225. package/lib/src/ap-table/constants.js +1 -1
  226. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  227. package/lib/src/ap-table/utils.d.ts +5 -5
  228. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  229. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  230. package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
  231. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  232. package/lib/src/business/ap-copy/ApCopy.d.ts +52 -0
  233. package/lib/src/business/ap-copy/ApCopy.js +1 -0
  234. package/lib/src/business/ap-copy/constans.d.ts +24 -0
  235. package/lib/src/business/ap-copy/constans.js +1 -0
  236. package/lib/src/business/ap-copy/index.d.ts +102 -0
  237. package/lib/src/business/ap-copy/index.js +1 -0
  238. package/lib/src/business/ap-copy/interface.d.ts +8 -0
  239. package/lib/src/business/ap-copy/interface.js +1 -0
  240. package/lib/src/business/ap-copy/style/css.cjs +1 -0
  241. package/lib/src/business/ap-copy/style/css.d.ts +0 -0
  242. package/lib/src/business/ap-copy/style/index.cjs +1 -0
  243. package/lib/src/business/ap-copy/style/index.d.ts +0 -0
  244. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  245. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  246. package/lib/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
  247. package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
  248. package/lib/src/business/ap-product-info/constans.d.ts +4 -0
  249. package/lib/src/business/ap-product-info/constans.js +1 -1
  250. package/lib/src/business/ap-product-info/index.d.ts +15 -0
  251. package/lib/src/business/ap-product-info/interface.d.ts +1 -0
  252. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
  253. package/lib/src/business/ap-radio-group/ap-radio-group.vue.js +1 -0
  254. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -0
  255. package/lib/src/business/ap-radio-group/index.d.ts +55 -0
  256. package/lib/src/business/ap-radio-group/index.js +1 -0
  257. package/lib/src/business/ap-radio-group/interface.d.ts +11 -0
  258. package/lib/src/business/ap-radio-group/interface.js +1 -0
  259. package/lib/src/business/ap-radio-group/style/css.cjs +1 -0
  260. package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
  261. package/lib/src/business/ap-radio-group/style/index.cjs +1 -0
  262. package/lib/src/business/ap-radio-group/style/index.d.ts +0 -0
  263. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  264. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  265. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  266. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  267. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  268. package/lib/src/business/index.d.ts +2 -0
  269. package/lib/src/business/index.js +1 -1
  270. package/lib/src/components.d.ts +1 -0
  271. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
  272. package/lib/src/editable-table/form-item.vue.d.ts +4 -2
  273. package/lib/src/editable-table/index.vue.d.ts +4 -2
  274. package/lib/src/index.js +1 -1
  275. package/lib/src/locale/lang/en.js +1 -1
  276. package/lib/src/locale/lang/zh-cn.js +1 -1
  277. package/lib/src/path-map.js +1 -1
  278. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  279. package/lib/src/tests/wrapper.d.ts +4 -4
  280. package/lib/src/version.d.ts +2 -0
  281. package/lib/src/version.js +1 -0
  282. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  283. package/package.json +5 -6
  284. package/theme/antd-global-overwrite/admin/alert.css +6 -19
  285. package/theme/antd-global-overwrite/admin/alert.less +25 -36
  286. package/theme/antd-global-overwrite/admin/button.css +13 -13
  287. package/theme/antd-global-overwrite/admin/button.less +24 -24
  288. package/theme/antd-global-overwrite/admin/field.css +27 -0
  289. package/theme/antd-global-overwrite/admin/field.less +23 -0
  290. package/theme/antd-global-overwrite/admin/index.css +80 -454
  291. package/theme/antd-global-overwrite/admin/index.less +1 -3
  292. package/theme/antd-global-overwrite/admin/message.css +2 -9
  293. package/theme/antd-global-overwrite/admin/message.less +2 -10
  294. package/theme/antd-global-overwrite/admin/modal.css +12 -32
  295. package/theme/antd-global-overwrite/admin/modal.less +10 -36
  296. package/theme/antd-global-overwrite/admin/table.css +20 -75
  297. package/theme/antd-global-overwrite/admin/table.less +3 -7
  298. package/theme/antd-global-overwrite/aplus/alert.css +9 -19
  299. package/theme/antd-global-overwrite/aplus/alert.less +27 -34
  300. package/theme/antd-global-overwrite/aplus/button.css +20 -20
  301. package/theme/antd-global-overwrite/aplus/button.less +24 -24
  302. package/theme/antd-global-overwrite/aplus/field.css +21 -0
  303. package/theme/antd-global-overwrite/aplus/field.less +16 -0
  304. package/theme/antd-global-overwrite/aplus/index.css +81 -511
  305. package/theme/antd-global-overwrite/aplus/index.less +0 -3
  306. package/theme/antd-global-overwrite/aplus/message.css +2 -9
  307. package/theme/antd-global-overwrite/aplus/message.less +2 -10
  308. package/theme/antd-global-overwrite/aplus/modal.css +13 -40
  309. package/theme/antd-global-overwrite/aplus/modal.less +12 -46
  310. package/theme/antd-global-overwrite/aplus/table.css +18 -66
  311. package/theme/antd-global-overwrite/aplus/table.less +3 -6
  312. package/theme/ap-action/item-dropdown.css +2 -2
  313. package/theme/ap-action/item.css +7 -7
  314. package/theme/ap-action/item.less +5 -5
  315. package/theme/ap-appendix/ap-appendix.css +8 -8
  316. package/theme/ap-appendix/ap-appendix.less +6 -6
  317. package/theme/ap-attachment/ap-attachment.css +2 -2
  318. package/theme/ap-batch-action/ap-batch-action.css +5 -5
  319. package/theme/ap-batch-action/ap-batch-action.less +3 -3
  320. package/theme/ap-button/ap-button.css +2 -2
  321. package/theme/ap-card/ap-card.css +2 -2
  322. package/theme/ap-copy/ap-copy.css +94 -0
  323. package/theme/ap-copy/ap-copy.less +59 -0
  324. package/theme/ap-descriptions/ap-descriptions.css +6 -6
  325. package/theme/ap-descriptions/ap-descriptions.less +4 -4
  326. package/theme/ap-download/ap-download.css +2 -2
  327. package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
  328. package/theme/ap-field/checkbox.css +2 -2
  329. package/theme/ap-field/index.css +2 -2
  330. package/theme/ap-field/number.css +2 -2
  331. package/theme/ap-field/radio.css +2 -2
  332. package/theme/ap-field/text-area.css +2 -2
  333. package/theme/ap-form/ap-form-item-group.css +2 -2
  334. package/theme/ap-form/ap-form-item.css +7 -7
  335. package/theme/ap-form/ap-form-item.less +5 -5
  336. package/theme/ap-form/drawer-form.css +2 -2
  337. package/theme/ap-form/index.css +14 -14
  338. package/theme/ap-form/item-text-group.css +2 -2
  339. package/theme/ap-form/item-text.css +2 -2
  340. package/theme/ap-form/modal-form.css +2 -2
  341. package/theme/ap-form/search-form-sorter.css +6 -6
  342. package/theme/ap-form/search-form-sorter.less +4 -4
  343. package/theme/ap-form/search-form.css +14 -14
  344. package/theme/ap-form/search-form.less +3 -3
  345. package/theme/ap-grid/editable.css +2 -2
  346. package/theme/ap-grid/index.css +32 -24
  347. package/theme/ap-grid/index.less +14 -3
  348. package/theme/ap-group-search/ap-extension-select.css +2 -2
  349. package/theme/ap-group-search/ap-group-search.css +2 -2
  350. package/theme/ap-group-search/ap-popover-select.css +2 -2
  351. package/theme/ap-image/ap-image.css +2 -2
  352. package/theme/ap-input-radio/ap-input-radio.css +2 -2
  353. package/theme/ap-label/ap-label.css +2 -2
  354. package/theme/ap-ladder/ap-ladder.css +2 -2
  355. package/theme/ap-layout/ap-info-layout.css +2 -2
  356. package/theme/ap-list/index.css +2 -2
  357. package/theme/ap-product-info/ap-product-info.css +22 -32
  358. package/theme/ap-product-info/ap-product-info.less +28 -42
  359. package/theme/ap-radio-group/ap-radio-group.css +64 -0
  360. package/theme/ap-radio-group/ap-radio-group.less +23 -0
  361. package/theme/ap-select-layout/ap-select-layout.css +2 -2
  362. package/theme/ap-size-input/ap-size-input.css +2 -2
  363. package/theme/ap-status/ap-status.css +2 -2
  364. package/theme/ap-summary/index.css +2 -2
  365. package/theme/ap-table/ap-table-index.css +2 -2
  366. package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -3
  367. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  368. package/theme/ap-table/ap-table.css +48 -37
  369. package/theme/ap-table/ap-table.less +14 -7
  370. package/theme/ap-table/setting/index.css +14 -9
  371. package/theme/ap-table/setting/modal.css +7 -3
  372. package/theme/ap-table/setting/modal.less +5 -1
  373. package/theme/ap-table/setting/select-group.css +2 -2
  374. package/theme/ap-table/setting/sortable-item-meta.css +4 -4
  375. package/theme/ap-table/setting/sortable-item-meta.less +2 -2
  376. package/theme/ap-table/setting/sortable-item.css +2 -2
  377. package/theme/ap-table/setting/sorter.css +7 -6
  378. package/theme/ap-table/setting/sorter.less +4 -4
  379. package/theme/ap-table-modal/index.css +48 -37
  380. package/theme/ap-tag/ap-tag-group.css +2 -2
  381. package/theme/ap-tag/ap-tag.css +3 -3
  382. package/theme/ap-tag/ap-tag.less +1 -1
  383. package/theme/ap-title/ap-title.css +2 -2
  384. package/theme/ap-upload/index.css +2 -2
  385. package/theme/ap-upload/multiple-file.css +2 -2
  386. package/theme/ap-upload/picture.css +2 -2
  387. package/theme/ap-upload/single-file.css +2 -2
  388. package/theme/ap-upload/upload.css +2 -2
  389. package/theme/ap-upload-single/index.css +6 -6
  390. package/theme/ap-upload-single/index.less +4 -4
  391. package/theme/ap-view/ap-view.css +9 -9
  392. package/theme/ap-view/ap-view.less +7 -7
  393. package/theme/batch-input-group/index.css +4 -4
  394. package/theme/batch-input-group/popover-input.css +4 -4
  395. package/theme/batch-input-group/popover-input.less +2 -2
  396. package/theme/check-card/index.css +7 -7
  397. package/theme/check-card/index.less +5 -5
  398. package/theme/editable-table/index.css +19 -19
  399. package/theme/full-screen/index.css +2 -2
  400. package/theme/index.css +224 -195
  401. package/theme/index.less +2 -0
  402. package/theme/mask/index.css +2 -2
  403. package/theme/mixins/mixins.css +2 -2
  404. package/theme/mixins/mixins.less +2 -2
  405. package/theme/scroll-bar/index.css +2 -2
  406. package/theme/scroll-view/index.css +2 -2
  407. package/theme/splitter/index.css +5 -5
  408. package/theme/splitter/index.less +1 -1
  409. package/theme/text/group.css +2 -2
  410. package/theme/text/index.css +6 -6
  411. package/theme/text/index.less +4 -4
  412. package/theme/ui-mode.css +38 -84
  413. package/theme/ui-mode.less +76 -84
  414. package/theme/work-order-modal/index.css +2 -2
@@ -1,4 +1,4 @@
1
- import { isVNode as E, defineComponent as F, useSlots as K, ref as U, computed as z, unref as o, createVNode as d, Fragment as S, createBlock as w, openBlock as C, resolveDynamicComponent as M, mergeProps as j, createSlots as q, renderList as O, withCtx as x, renderSlot as $, normalizeProps as H, guardReactiveProps as W } from "vue";
1
+ import { isVNode as E, defineComponent as F, useSlots as K, ref as U, computed as z, unref as o, createVNode as d, Fragment as S, openBlock as w, createBlock as C, resolveDynamicComponent as M, mergeProps as j, createSlots as q, renderList as O, withCtx as x, renderSlot as $, normalizeProps as H, guardReactiveProps as W } from "vue";
2
2
  import { Space as G, Tag as J, TreeSelect as Q, Spin as X } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isArray as Y, omit as Z } from "lodash-unified";
@@ -220,9 +220,9 @@ const ie = /* @__PURE__ */ F({
220
220
  request: h,
221
221
  focus: P,
222
222
  blur: L
223
- }), (e, t) => e.mode === "read" ? (C(), w(M(I.value), {
223
+ }), (e, t) => e.mode === "read" ? (w(), C(M(I.value), {
224
224
  key: 0
225
- })) : (C(), w(o(Q), j({
225
+ })) : (w(), C(o(Q), j({
226
226
  key: 1
227
227
  }, o(Z)(a, ["onUpdate:value", "value", "treeData", "loadData"]), {
228
228
  ref_key: "treeSelectRef",
@@ -8,14 +8,14 @@ export declare const useRequest: (props: ApFieldTreeSelectProps) => {
8
8
  disabled?: boolean | undefined;
9
9
  checkable?: boolean | undefined;
10
10
  disableCheckbox?: boolean | undefined;
11
- children?: /*elided*/ any[] | undefined;
11
+ children?: any[] | undefined;
12
12
  } | {
13
13
  [x: string]: any;
14
14
  value?: RawValueType | undefined;
15
15
  title?: any;
16
16
  label?: any;
17
17
  key?: Key | undefined;
18
- children?: /*elided*/ any[] | undefined;
18
+ children?: any[] | undefined;
19
19
  disabled?: boolean | undefined;
20
20
  checkable?: boolean | undefined;
21
21
  disableCheckbox?: boolean | undefined;
@@ -24,14 +24,14 @@ export declare const useRequest: (props: ApFieldTreeSelectProps) => {
24
24
  disabled?: boolean | undefined;
25
25
  checkable?: boolean | undefined;
26
26
  disableCheckbox?: boolean | undefined;
27
- children?: /*elided*/ any[] | undefined;
27
+ children?: any[] | undefined;
28
28
  } | {
29
29
  [x: string]: any;
30
30
  value?: RawValueType | undefined;
31
31
  title?: any;
32
32
  label?: any;
33
33
  key?: Key | undefined;
34
- children?: /*elided*/ any[] | undefined;
34
+ children?: any[] | undefined;
35
35
  disabled?: boolean | undefined;
36
36
  checkable?: boolean | undefined;
37
37
  disableCheckbox?: boolean | undefined;
@@ -1,5 +1,5 @@
1
1
  import { ApFormProps, UpdateModelOptimizeFn, WatchFunc, ApFormInternalInstance } 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
  declare function __VLS_template(): {
@@ -1,4 +1,4 @@
1
- import { defineComponent as Q, reactive as X, ref as E, unref as p, nextTick as Y, toRaw as _, watch as Z, onWatcherCleanup as z, computed as ee, createBlock as te, openBlock as re, mergeProps as le, withCtx as oe, renderSlot as se } from "vue";
1
+ import { defineComponent as Q, ref as E, reactive as X, unref as p, nextTick as Y, toRaw as _, watch as Z, onWatcherCleanup as z, computed as ee, openBlock as te, createBlock as re, mergeProps as le, withCtx as oe, renderSlot as se } from "vue";
2
2
  import { Form as ne } from "@aplus-frontend/antdv";
3
3
  import { useProvideForm as ie } from "./context.mjs";
4
4
  import { isArray as f, cloneDeep as ae, isFunction as B, isPlainObject as M, omit as ue } from "lodash-unified";
@@ -219,7 +219,7 @@ const Re = /* @__PURE__ */ Q({
219
219
  registerField: j,
220
220
  setFieldValue: U
221
221
  }
222
- }), N(x), (e, t) => (re(), te(p(ne), le({
222
+ }), N(x), (e, t) => (te(), re(p(ne), le({
223
223
  ref_key: "formRef",
224
224
  ref: u
225
225
  }, p(ue)(l, ["initialValues", "onValuesChange", "onFinish"]), {
@@ -1,37 +1,42 @@
1
- import { defineComponent as p, ref as m, watchEffect as y, unref as _, renderSlot as g } from "vue";
2
- import { useInjectForm as h } from "../context.mjs";
3
- import { isArray as V, isNumber as d, cloneDeep as b } from "lodash-unified";
4
- const A = /* @__PURE__ */ p({
1
+ import { defineComponent as m, ref as _, watchEffect as g, unref as h, renderSlot as y } from "vue";
2
+ import { useInjectForm as V } from "../context.mjs";
3
+ import { isArray as d, isNumber as x, cloneDeep as b } from "lodash-unified";
4
+ const k = /* @__PURE__ */ m({
5
5
  __name: "index",
6
6
  props: {
7
7
  nameList: {}
8
8
  },
9
- setup(u) {
10
- function a(t, s) {
11
- return V(s) ? s.reduce((o, e) => o == null ? void 0 : o[e], t) : t == null ? void 0 : t[s];
9
+ setup(c) {
10
+ function f(t, n) {
11
+ return d(n) ? n.reduce((o, e) => o == null ? void 0 : o[e], t) : t == null ? void 0 : t[n];
12
12
  }
13
- const c = u, {
14
- model: i
15
- } = h(), f = m({});
16
- function l(t, s, o) {
17
- let e = s;
18
- for (let r = 0; r < t.length; r++) {
19
- const n = t[r];
20
- r === t.length - 1 ? e[n] = o : (d(n) ? (Array.isArray(e) || (e[n] = []), e[n] || (e[n] = {})) : (typeof e[n] != "object" || e[n] === null) && (e[n] = {}), e = e[n]);
13
+ const a = c, {
14
+ model: l
15
+ } = V(), r = _({});
16
+ function i(t, n, o) {
17
+ let e = n;
18
+ for (let s = 0; s < t.length; s++) {
19
+ const u = t[s];
20
+ if (s === t.length - 1)
21
+ e[u] = o;
22
+ else {
23
+ const p = t[s + 1];
24
+ (typeof e[u] != "object" || e[u] === null) && (e[u] = x(p) ? [] : {}), e = e[u];
25
+ }
21
26
  }
22
27
  }
23
- return y(() => {
24
- const t = b(f.value);
25
- for (const s of c.nameList) {
26
- const o = [s].flat(1), e = a(_(i), o);
27
- l(o, t, e);
28
+ return g(() => {
29
+ const t = b(r.value);
30
+ for (const n of a.nameList) {
31
+ const o = [n].flat(1), e = f(h(l), o);
32
+ i(o, t, e);
28
33
  }
29
- f.value = t;
30
- }), (t, s) => g(t.$slots, "default", {
31
- values: f.value
34
+ r.value = t;
35
+ }), (t, n) => y(t.$slots, "default", {
36
+ values: r.value
32
37
  });
33
38
  }
34
39
  });
35
40
  export {
36
- A as default
41
+ k as default
37
42
  };
@@ -1,6 +1,6 @@
1
1
  import { ApFormDrawerFormProps, CustomizeResizeType } from '../interface';
2
2
  import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, CSSProperties } from 'vue';
3
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
3
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, RuleObject } from '@aplus-frontend/antdv/es/form/interface';
4
4
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
5
5
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
@@ -8,6 +8,7 @@ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../../type';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
11
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
12
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
12
13
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc, ApFormSubmitterConfig } from '..';
13
14
  import { OnCleanup } from '@vue/reactivity';
@@ -117,7 +118,7 @@ declare function __VLS_template(): {
117
118
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
118
119
  readonly initialValues?: Recordable | undefined;
119
120
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
120
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
121
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
121
122
  readonly syncToUrlPriority?: boolean | undefined;
122
123
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
123
124
  $attrs: {
@@ -1059,7 +1060,7 @@ declare const __VLS_component: DefineComponent<ApFormDrawerFormProps, {
1059
1060
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
1060
1061
  readonly initialValues?: Recordable | undefined;
1061
1062
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
1062
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
1063
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
1063
1064
  readonly syncToUrlPriority?: boolean | undefined;
1064
1065
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1065
1066
  $attrs: {
@@ -1,4 +1,4 @@
1
- import { isVNode as K, defineComponent as Q, useSlots as Y, ref as v, computed as w, unref as l, watch as P, cloneVNode as Z, createVNode as d, mergeProps as b, createElementBlock as N, openBlock as y, Fragment as ee, createBlock as M, createCommentVNode as S, withCtx as g, renderSlot as _, withModifiers as te, normalizeClass as ie, resolveDynamicComponent as L, createTextVNode as ne, toDisplayString as oe } from "vue";
1
+ import { isVNode as K, defineComponent as Q, useSlots as Y, ref as v, computed as w, unref as l, watch as P, cloneVNode as Z, createVNode as d, mergeProps as b, openBlock as y, createElementBlock as N, Fragment as ee, withCtx as g, renderSlot as M, createTextVNode as te, toDisplayString as ie, createBlock as S, resolveDynamicComponent as _, normalizeClass as ne, withModifiers as oe, createCommentVNode as L } from "vue";
2
2
  import { Button as V, Flex as le, Space as ae, Drawer as se } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../../hooks/index.mjs";
@@ -274,23 +274,23 @@ const je = /* @__PURE__ */ Q({
274
274
  "onUpdate:open": H,
275
275
  onCancel: R
276
276
  }), {
277
- title: g(() => [_(e.$slots, "title", {}, () => [ne(oe(n.title), 1)])]),
278
- footer: g(() => [(y(), M(L(I.value)))]),
277
+ title: g(() => [M(e.$slots, "title", {}, () => [te(ie(n.title), 1)])]),
278
+ footer: g(() => [(y(), S(_(I.value)))]),
279
279
  default: g(() => [d(ve, b({
280
280
  ref_key: "formRef",
281
281
  ref: a
282
282
  }, l(ce)(n, ["drawerProps", "open", "onUpdate:open", "title", "width", "onFinish", "submitter"])), {
283
- default: g(() => [_(e.$slots, "default")]),
283
+ default: g(() => [M(e.$slots, "default")]),
284
284
  _: 3
285
285
  }, 16), e.resize ? (y(), N("div", {
286
286
  key: 0,
287
- class: ie(q.value),
288
- onMousedown: te(A, ["stop", "prevent"])
289
- }, null, 34)) : S("", !0)]),
287
+ class: ne(q.value),
288
+ onMousedown: oe(A, ["stop", "prevent"])
289
+ }, null, 34)) : L("", !0)]),
290
290
  _: 3
291
- }, 16, ["open", "width"]), l(x) ? (y(), M(L(l(x)), {
291
+ }, 16, ["open", "width"]), l(x) ? (y(), S(_(l(x)), {
292
292
  key: 0
293
- })) : S("", !0)], 64));
293
+ })) : L("", !0)], 64));
294
294
  }
295
295
  });
296
296
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as D, useSlots as $, ref as f, onMounted as j, computed as F, unref as l, watch as q, cloneVNode as E, createBlock as g, openBlock as h, mergeProps as K, createSlots as O, withCtx as i, createCommentVNode as Q, resolveDynamicComponent as U, renderList as G, createElementVNode as H, normalizeClass as J, createVNode as p, normalizeStyle as M, renderSlot as W, normalizeProps as X, guardReactiveProps as Y } from "vue";
1
+ import { defineComponent as D, useSlots as $, ref as f, onMounted as j, computed as F, unref as l, watch as q, cloneVNode as E, openBlock as g, createBlock as h, mergeProps as K, createSlots as O, withCtx as i, resolveDynamicComponent as Q, createCommentVNode as U, createElementVNode as G, normalizeClass as H, createVNode as p, normalizeStyle as J, renderList as M, renderSlot as W, normalizeProps as X, guardReactiveProps as Y } from "vue";
2
2
  import { Form as Z, Tooltip as ee, TypographyText as oe } from "@aplus-frontend/antdv";
3
3
  import { useToken as le } from "@aplus-frontend/antdv/es/theme/internal";
4
4
  import { isFunction as B, cloneDeep as te, isArray as re, omit as C } from "lodash-unified";
@@ -55,7 +55,7 @@ const Ce = /* @__PURE__ */ D({
55
55
  description: {}
56
56
  },
57
57
  setup(N, { expose: k }) {
58
- const o = N, a = $(), { model: s, updateModel: u, internalInstance: m } = ie(), { m: c, b: P } = de("ap-form-item"), d = f(!1), n = f(), [, x] = le();
58
+ const o = N, a = $(), { model: s, updateModel: u, internalInstance: m } = ie(), { m: c, b: x } = de("ap-form-item"), d = f(!1), n = f(), [, P] = le();
59
59
  j(async () => {
60
60
  let e = B(o.initialValue) ? o.initialValue() : o.initialValue;
61
61
  se(e) && (e = await e), m == null || m.registerField({
@@ -80,7 +80,7 @@ const Ce = /* @__PURE__ */ D({
80
80
  function S() {
81
81
  d.value = !0;
82
82
  }
83
- function I() {
83
+ function T() {
84
84
  d.value = !1;
85
85
  }
86
86
  const V = F(() => {
@@ -93,10 +93,10 @@ const Ce = /* @__PURE__ */ D({
93
93
  [`onUpdate:${o.valuePropName}`]: w,
94
94
  bordered: o.bordered ? !1 : (r = e == null ? void 0 : e.props) == null ? void 0 : r.bordered,
95
95
  onFocus: S,
96
- onBlur: I
96
+ onBlur: T
97
97
  }) : null;
98
98
  });
99
- function T() {
99
+ function I() {
100
100
  var e;
101
101
  (e = n.value) == null || e.onFieldBlur();
102
102
  }
@@ -120,12 +120,12 @@ const Ce = /* @__PURE__ */ D({
120
120
  return o.transform ? r(t) : t;
121
121
  }
122
122
  return k({
123
- onFieldBlur: T,
123
+ onFieldBlur: I,
124
124
  onFieldChange: z,
125
125
  clearValidate: A,
126
126
  resetField: L,
127
127
  getFieldValue: R
128
- }), (e, t) => (h(), g(l(Z).Item, K(
128
+ }), (e, t) => (g(), h(l(Z).Item, K(
129
129
  {
130
130
  ref_key: "formItemRef",
131
131
  ref: n
@@ -135,28 +135,28 @@ const Ce = /* @__PURE__ */ D({
135
135
  class: {
136
136
  [l(c)("bordered")]: e.bordered,
137
137
  [l(c)("focused")]: e.bordered && d.value,
138
- [l(P)()]: !0
138
+ [l(x)()]: !0
139
139
  },
140
140
  colon: e.bordered ? !1 : o.colon
141
141
  }
142
142
  ), O({
143
143
  default: i(() => [
144
- V.value ? (h(), g(U(V.value), { key: 0 })) : Q("", !0)
144
+ V.value ? (g(), h(Q(V.value), { key: 0 })) : U("", !0)
145
145
  ]),
146
146
  _: 2
147
147
  }, [
148
148
  o.tooltip ? {
149
149
  name: "tooltip",
150
150
  fn: i(({ class: r }) => [
151
- H("span", {
152
- class: J(r)
151
+ G("span", {
152
+ class: H(r)
153
153
  }, [
154
154
  p(l(ee), {
155
155
  title: o.tooltip
156
156
  }, {
157
157
  default: i(() => [
158
158
  p(l(ne), {
159
- style: M({ color: l(x).colorPrimary })
159
+ style: J({ color: l(P).colorTextTertiary })
160
160
  }, null, 8, ["style"])
161
161
  ]),
162
162
  _: 1
@@ -176,7 +176,7 @@ const Ce = /* @__PURE__ */ D({
176
176
  ]),
177
177
  key: "1"
178
178
  } : void 0,
179
- G(l(C)(a, "default"), (r, b) => ({
179
+ M(l(C)(a, "default"), (r, b) => ({
180
180
  name: b,
181
181
  fn: i((_) => [
182
182
  W(e.$slots, b, X(Y(_ || {})))
@@ -1,4 +1,4 @@
1
- import { isVNode as C, defineComponent as h, useSlots as w, onBeforeUpdate as k, shallowRef as _, watch as B, computed as P, unref as r, createVNode as R, mergeProps as u, createBlock as d, openBlock as s, withCtx as S, createElementBlock as b, Fragment as x, renderList as N, resolveDynamicComponent as j } from "vue";
1
+ import { isVNode as C, defineComponent as h, useSlots as w, onBeforeUpdate as k, watch as _, shallowRef as B, computed as P, unref as r, createVNode as R, mergeProps as u, openBlock as s, createBlock as d, withCtx as S, createElementBlock as b, Fragment as x, renderList as N, resolveDynamicComponent as j } from "vue";
2
2
  import { Col as v, Row as F } from "@aplus-frontend/antdv";
3
3
  import { pick as D, isBoolean as I, omit as O } from "lodash-unified";
4
4
  import { apFormItemColPropKeys as V } from "../constant.mjs";
@@ -33,10 +33,10 @@ const T = /* @__PURE__ */ h({
33
33
  } = G("ap-form-item-group"), i = t, a = w();
34
34
  k(() => {
35
35
  p.value = l(a.default());
36
- }), B(() => a.default(), (o) => {
36
+ }), _(() => a.default(), (o) => {
37
37
  p.value = l(o);
38
38
  });
39
- const p = _(l(a.default())), f = P(() => r(p).map((o, m) => {
39
+ const p = B(l(a.default())), f = P(() => r(p).map((o, m) => {
40
40
  const e = o.props, n = D(e, V), g = n != null && n.span ? {} : $(i.countPerRow), y = I(e.hidden) ? !!e.hidden : E(e.hidden);
41
41
  return {
42
42
  key: `${m}-${A(e.name)}`,
@@ -1,4 +1,4 @@
1
- import { defineComponent as f, useSlots as m, createBlock as u, openBlock as c, normalizeProps as a, guardReactiveProps as t, unref as o, createSlots as b, withCtx as r, createVNode as B, mergeProps as _, renderList as v, renderSlot as x } from "vue";
1
+ import { defineComponent as f, useSlots as m, openBlock as u, createBlock as c, normalizeProps as a, guardReactiveProps as t, unref as o, createSlots as b, withCtx as r, createVNode as B, mergeProps as _, renderList as v, renderSlot as x } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { omit as i } from "lodash-unified";
@@ -52,7 +52,7 @@ const w = /* @__PURE__ */ f({
52
52
  },
53
53
  setup(d) {
54
54
  const s = d, n = m();
55
- return (e, h) => (c(), u(y, a(t(o(i)(s, ["field", "disabled"]))), b({
55
+ return (e, h) => (u(), c(y, a(t(o(i)(s, ["field", "disabled"]))), b({
56
56
  default: r(() => [
57
57
  B(o(g), _({ disabled: e.disabled }, e.field), null, 16, ["disabled"])
58
58
  ]),
@@ -1,4 +1,4 @@
1
- import { defineComponent as h, useSlots as B, computed as v, createBlock as y, openBlock as x, normalizeProps as a, guardReactiveProps as t, unref as r, createSlots as s, withCtx as i, createVNode as g, renderList as p, renderSlot as f } from "vue";
1
+ import { defineComponent as h, useSlots as B, computed as v, openBlock as y, createBlock as x, normalizeProps as a, guardReactiveProps as t, unref as r, createSlots as s, withCtx as i, createVNode as g, renderList as p, renderSlot as f } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/date/index.vue2.mjs";
4
4
  import { isUndefined as F, omit as m, pick as S } from "lodash-unified";
@@ -63,7 +63,7 @@ const L = /* @__PURE__ */ h({
63
63
  bordered: e.bordered ? !1 : F((o = e.field) == null ? void 0 : o.bordered) ? !0 : e.field.bordered
64
64
  };
65
65
  });
66
- return (o, P) => (x(), y(k, a(t(r(m)(e, ["field", "placeholder", "disabled"]))), s({
66
+ return (o, P) => (y(), x(k, a(t(r(m)(e, ["field", "placeholder", "disabled"]))), s({
67
67
  default: i(() => [
68
68
  g(C, a(t(b.value)), s({ _: 2 }, [
69
69
  p(r(m)(n, r(u)), (_, l) => ({
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, useSlots as g, computed as v, createBlock as y, openBlock as x, normalizeProps as r, guardReactiveProps as t, unref as o, createSlots as p, withCtx as i, createVNode as F, renderList as f, renderSlot as m } from "vue";
1
+ import { defineComponent as B, useSlots as g, computed as v, openBlock as y, createBlock as x, normalizeProps as r, guardReactiveProps as t, unref as o, createSlots as p, withCtx as i, createVNode as F, renderList as f, renderSlot as m } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { isUndefined as S, omit as u, pick as k } from "lodash-unified";
@@ -63,7 +63,7 @@ const I = /* @__PURE__ */ B({
63
63
  bordered: e.bordered ? !1 : S((l = e.field) == null ? void 0 : l.bordered) ? !0 : (d = e.field) == null ? void 0 : d.bordered
64
64
  };
65
65
  });
66
- return (l, d) => (x(), y(C, r(t(o(u)(e, ["field", "placeholder", "disabled"]))), p({
66
+ return (l, d) => (y(), x(C, r(t(o(u)(e, ["field", "placeholder", "disabled"]))), p({
67
67
  default: i(() => [
68
68
  F(o(P), r(t(_.value)), p({ _: 2 }, [
69
69
  f(o(u)(s, o(c)), (h, a) => ({
@@ -1,4 +1,4 @@
1
- import { defineComponent as y, useSlots as B, ref as _, createBlock as g, openBlock as x, normalizeProps as t, guardReactiveProps as s, unref as l, createSlots as d, withCtx as n, createVNode as k, mergeProps as N, renderList as i, renderSlot as u } from "vue";
1
+ import { defineComponent as y, useSlots as B, ref as _, openBlock as g, createBlock as x, normalizeProps as t, guardReactiveProps as s, unref as l, createSlots as d, withCtx as n, createVNode as k, mergeProps as N, renderList as i, renderSlot as u } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/number/index.vue2.mjs";
4
4
  import { omit as f, pick as S } from "lodash-unified";
@@ -64,7 +64,7 @@ const T = /* @__PURE__ */ y({
64
64
  var e;
65
65
  (e = r.value) == null || e.blur();
66
66
  }
67
- }), (e, R) => (x(), g(C, t(s(l(f)(h, ["field", "placeholder", "disabled"]))), d({
67
+ }), (e, R) => (g(), x(C, t(s(l(f)(h, ["field", "placeholder", "disabled"]))), d({
68
68
  default: n(() => [
69
69
  k(F, N({
70
70
  ref_key: "inputNumberRef",
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, useSlots as m, ref as c, createBlock as b, openBlock as v, normalizeProps as a, guardReactiveProps as t, unref as r, createSlots as _, withCtx as s, createVNode as y, mergeProps as B, renderList as x, renderSlot as g } from "vue";
1
+ import { defineComponent as u, useSlots as m, ref as c, openBlock as b, createBlock as v, normalizeProps as a, guardReactiveProps as t, unref as r, createSlots as _, withCtx as s, createVNode as y, mergeProps as B, renderList as x, renderSlot as g } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { omit as h } from "lodash-unified";
@@ -61,7 +61,7 @@ const q = /* @__PURE__ */ u({
61
61
  var e;
62
62
  (e = o.value) == null || e.blur();
63
63
  }
64
- }), (e, P) => (v(), b(k, a(t(r(h)(n, ["field", "disabled"]))), _({
64
+ }), (e, P) => (b(), v(k, a(t(r(h)(n, ["field", "disabled"]))), _({
65
65
  default: s(() => [
66
66
  y(r(C), B({
67
67
  ref_key: "radioRef",
@@ -124,12 +124,12 @@ declare function __VLS_template(): {
124
124
  readonly emptyText?: string | undefined;
125
125
  readonly request?: ((value?: string, extraParams?: Recordable) => Promise< SelectProps["options"]>) | undefined;
126
126
  readonly multiple?: boolean | undefined;
127
- readonly value?: SelectValue;
127
+ readonly value?: SelectProps["value"];
128
128
  readonly 'onUpdate:value'?: (((val: SelectValue) => void) & ((...args: any[]) => any)) | undefined;
129
- readonly searchMode?: "filter" | "request" | undefined;
129
+ readonly searchMode?: ("filter" | "request") | undefined;
130
130
  readonly refetchOnFocus?: boolean | undefined;
131
131
  readonly lazy?: boolean | undefined;
132
- readonly addAll?: boolean | number | undefined;
132
+ readonly addAll?: (boolean | number) | undefined;
133
133
  readonly params?: Recordable | undefined;
134
134
  readonly searchDelay?: number | undefined;
135
135
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -755,12 +755,12 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
755
755
  readonly emptyText?: string | undefined;
756
756
  readonly request?: ((value?: string, extraParams?: Recordable) => Promise< SelectProps["options"]>) | undefined;
757
757
  readonly multiple?: boolean | undefined;
758
- readonly value?: SelectValue;
758
+ readonly value?: SelectProps["value"];
759
759
  readonly 'onUpdate:value'?: (((val: SelectValue) => void) & ((...args: any[]) => any)) | undefined;
760
- readonly searchMode?: "filter" | "request" | undefined;
760
+ readonly searchMode?: ("filter" | "request") | undefined;
761
761
  readonly refetchOnFocus?: boolean | undefined;
762
762
  readonly lazy?: boolean | undefined;
763
- readonly addAll?: boolean | number | undefined;
763
+ readonly addAll?: (boolean | number) | undefined;
764
764
  readonly params?: Recordable | undefined;
765
765
  readonly searchDelay?: number | undefined;
766
766
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, ref as x, useSlots as g, computed as S, createBlock as k, openBlock as F, normalizeProps as d, guardReactiveProps as n, unref as l, createSlots as f, withCtx as i, createVNode as C, mergeProps as P, renderList as u, renderSlot as c } from "vue";
1
+ import { defineComponent as B, ref as x, useSlots as g, computed as S, openBlock as k, createBlock as F, normalizeProps as d, guardReactiveProps as n, unref as l, createSlots as f, withCtx as i, createVNode as C, mergeProps as P, renderList as u, renderSlot as c } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { isUndefined as q, omit as m, pick as $ } from "lodash-unified";
@@ -78,7 +78,7 @@ const E = /* @__PURE__ */ B({
78
78
  bordered: o.bordered ? !1 : q((e = o.field) == null ? void 0 : e.bordered) ? !0 : (a = o.field) == null ? void 0 : a.bordered
79
79
  };
80
80
  });
81
- return (e, a) => (F(), k(N, d(n(l(m)(o, ["field", "placeholder", "disabled"]))), f({
81
+ return (e, a) => (k(), F(N, d(n(l(m)(o, ["field", "placeholder", "disabled"]))), f({
82
82
  default: i(() => [
83
83
  C(l(R), P(h.value, {
84
84
  ref_key: "selectRef",
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, useSlots as B, createBlock as h, openBlock as v, normalizeProps as t, guardReactiveProps as r, unref as o, createSlots as d, withCtx as i, createVNode as y, mergeProps as g, renderList as n, renderSlot as p } from "vue";
1
+ import { defineComponent as b, useSlots as B, openBlock as h, createBlock as v, normalizeProps as t, guardReactiveProps as r, unref as o, createSlots as d, withCtx as i, createVNode as y, mergeProps as g, renderList as n, renderSlot as p } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/switch/index.vue2.mjs";
4
4
  import { omit as m, pick as x } from "lodash-unified";
@@ -53,7 +53,7 @@ const I = /* @__PURE__ */ b({
53
53
  },
54
54
  setup(u) {
55
55
  const c = u, s = B();
56
- return (a, C) => (v(), h(S, t(r(o(m)(c, ["field", "disabled"]))), d({
56
+ return (a, C) => (h(), v(S, t(r(o(m)(c, ["field", "disabled"]))), d({
57
57
  default: i(() => [
58
58
  y(k, g({ disabled: a.disabled }, a.field), d({ _: 2 }, [
59
59
  n(o(m)(s, o(f)), (_, e) => ({
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, createBlock as m, openBlock as s, unref as o, mergeProps as c, withCtx as n, renderSlot as u } from "vue";
1
+ import { defineComponent as a, openBlock as m, createBlock as s, unref as o, mergeProps as c, withCtx as n, renderSlot as u } from "vue";
2
2
  import { Input as l } from "@aplus-frontend/antdv";
3
3
  import "../../../config-provider/index.mjs";
4
4
  import { useNamespace as f } from "../../../config-provider/hooks/use-namespace.mjs";
@@ -11,7 +11,7 @@ const B = /* @__PURE__ */ a({
11
11
  },
12
12
  setup(t) {
13
13
  const { b: p } = f("ap-form-item-text-group"), r = t;
14
- return (e, i) => (s(), m(o(l).Group, c({
14
+ return (e, i) => (m(), s(o(l).Group, c({
15
15
  class: e.$props.compact ? o(p)("compact") : null
16
16
  }, r), {
17
17
  default: n(() => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, useSlots as x, ref as S, computed as _, createBlock as k, openBlock as F, normalizeProps as n, guardReactiveProps as p, unref as t, createSlots as u, withCtx as i, createVNode as R, mergeProps as C, renderList as f, renderSlot as c } from "vue";
1
+ import { defineComponent as B, useSlots as x, ref as S, computed as _, openBlock as k, createBlock as F, normalizeProps as n, guardReactiveProps as p, unref as t, createSlots as u, withCtx as i, createVNode as R, mergeProps as C, renderList as f, renderSlot as c } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import { ApField as P } from "../../../ap-field/index.mjs";
4
4
  import { omit as m, pick as A } from "lodash-unified";
@@ -75,7 +75,7 @@ const E = /* @__PURE__ */ B({
75
75
  var e;
76
76
  return (e = l.value) == null ? void 0 : e.input;
77
77
  })
78
- }), (e, a) => (F(), k(N, n(p(t(m)(y, ["field", "disabled", "placeholder"]))), u({
78
+ }), (e, a) => (k(), F(N, n(p(t(m)(y, ["field", "disabled", "placeholder"]))), u({
79
79
  default: i(() => [
80
80
  R(t(g), C({
81
81
  ref_key: "inputRef",
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, useSlots as _, ref as g, createBlock as x, openBlock as k, normalizeProps as t, guardReactiveProps as s, unref as o, createSlots as n, withCtx as d, createVNode as F, mergeProps as S, renderList as i, renderSlot as f } from "vue";
1
+ import { defineComponent as B, useSlots as _, ref as g, openBlock as x, createBlock as k, normalizeProps as t, guardReactiveProps as s, unref as o, createSlots as n, withCtx as d, createVNode as F, mergeProps as S, renderList as i, renderSlot as f } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import { ApField as C } from "../../../ap-field/index.mjs";
4
4
  import { omit as u, pick as P } from "lodash-unified";
@@ -63,7 +63,7 @@ const z = /* @__PURE__ */ B({
63
63
  var e;
64
64
  (e = a.value) == null || e.blur();
65
65
  }
66
- }), (e, R) => (k(), x(w, t(s(o(u)(v, ["field", "disabled", "placeholder"]))), n({
66
+ }), (e, R) => (x(), k(w, t(s(o(u)(v, ["field", "disabled", "placeholder"]))), n({
67
67
  default: d(() => [
68
68
  F(o(h).Password, S({
69
69
  ref_key: "inputRef",
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, useSlots as b, ref as x, computed as h, createBlock as v, openBlock as y, normalizeProps as r, guardReactiveProps as t, unref as s, createSlots as B, withCtx as d, createVNode as A, mergeProps as g, renderList as _, renderSlot as k } from "vue";
1
+ import { defineComponent as c, useSlots as b, ref as x, computed as h, openBlock as v, createBlock as y, normalizeProps as r, guardReactiveProps as t, unref as s, createSlots as B, withCtx as d, createVNode as A, mergeProps as g, renderList as _, renderSlot as k } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import { ApField as C } from "../../../ap-field/index.mjs";
4
4
  import { omit as F } from "lodash-unified";
@@ -65,7 +65,7 @@ const $ = /* @__PURE__ */ c({
65
65
  var e;
66
66
  return (e = l.value) == null ? void 0 : e.resizableTextArea;
67
67
  })
68
- }), (e, o) => (y(), v(S, r(t(s(F)(f, ["field", "disabled", "placeholder"]))), B({
68
+ }), (e, o) => (v(), y(S, r(t(s(F)(f, ["field", "disabled", "placeholder"]))), B({
69
69
  default: d(() => [
70
70
  A(s(p), g({
71
71
  ref_key: "textAreaRef",
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, ref as x, useSlots as S, computed as g, createBlock as k, openBlock as F, normalizeProps as n, guardReactiveProps as i, unref as l, createSlots as u, withCtx as p, createVNode as C, mergeProps as P, renderList as c, renderSlot as m } from "vue";
1
+ import { defineComponent as B, ref as x, useSlots as S, computed as g, openBlock as k, createBlock as F, normalizeProps as n, guardReactiveProps as i, unref as l, createSlots as u, withCtx as p, createVNode as C, mergeProps as P, renderList as c, renderSlot as m } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { isUndefined as q, omit as b, pick as $ } from "lodash-unified";
@@ -78,7 +78,7 @@ const E = /* @__PURE__ */ B({
78
78
  bordered: o.bordered ? !1 : q((e = o.field) == null ? void 0 : e.bordered) ? !0 : (r = o.field) == null ? void 0 : r.bordered
79
79
  };
80
80
  });
81
- return (e, r) => (F(), k(N, n(i(l(b)(o, ["field", "placeholder", "disabled"]))), u({
81
+ return (e, r) => (k(), F(N, n(i(l(b)(o, ["field", "placeholder", "disabled"]))), u({
82
82
  default: p(() => [
83
83
  C(l(R), P(y.value, {
84
84
  ref_key: "treeSelectRef",
@@ -1,6 +1,6 @@
1
1
  import { ApFormModalFormProps } from '../interface';
2
2
  import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, CSSProperties } from 'vue';
3
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
3
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, RuleObject } from '@aplus-frontend/antdv/es/form/interface';
4
4
  import { Recordable } from '../../type';
5
5
  import { ButtonSize, SizeType, ButtonType, ButtonShape } from '@aplus-frontend/antdv/es/button';
6
6
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
@@ -8,6 +8,7 @@ import { RuleObject } from '@aplus-frontend/antdv/es/form';
8
8
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
9
9
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
11
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
12
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
12
13
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc, ApFormSubmitterConfig } from '..';
13
14
  import { OnCleanup } from '@vue/reactivity';
@@ -117,7 +118,7 @@ declare function __VLS_template(): {
117
118
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
118
119
  readonly initialValues?: Recordable | undefined;
119
120
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
120
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
121
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
121
122
  readonly syncToUrlPriority?: boolean | undefined;
122
123
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
123
124
  $attrs: {
@@ -1247,7 +1248,7 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1247
1248
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
1248
1249
  readonly initialValues?: Recordable | undefined;
1249
1250
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
1250
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
1251
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
1251
1252
  readonly syncToUrlPriority?: boolean | undefined;
1252
1253
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1253
1254
  $attrs: {