@aplus-frontend/ui 6.19.1 → 6.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/es/src/ap-action/group/index.vue.mjs +3 -3
  2. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  3. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  4. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  5. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +31 -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 +11 -7
  8. package/es/src/ap-button/ap-button.vue.mjs +24 -20
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +15 -11
  10. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  12. package/es/src/ap-download/ap-download.vue.mjs +21 -18
  13. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +2 -2
  14. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  15. package/es/src/ap-field/date/index.vue.mjs +13 -13
  16. package/es/src/ap-field/date-range/index.vue.mjs +16 -16
  17. package/es/src/ap-field/index.mjs +36 -36
  18. package/es/src/ap-field/number/index.vue.d.ts +29 -29
  19. package/es/src/ap-field/number/index.vue.mjs +8 -8
  20. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  21. package/es/src/ap-field/rate/index.vue.d.ts +4 -4
  22. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  23. package/es/src/ap-field/segmented/index.vue.mjs +17 -12
  24. package/es/src/ap-field/select/index.vue.d.ts +97 -97
  25. package/es/src/ap-field/select/index.vue.mjs +10 -10
  26. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  27. package/es/src/ap-field/slider/index.vue.d.ts +8 -8
  28. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  29. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  30. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  31. package/es/src/ap-field/text/password.vue.mjs +2 -2
  32. package/es/src/ap-field/text-area/index.vue.d.ts +54 -54
  33. package/es/src/ap-field/text-area/index.vue.mjs +12 -12
  34. package/es/src/ap-field/tree-select/index.vue.d.ts +93 -93
  35. package/es/src/ap-field/tree-select/index.vue.mjs +19 -19
  36. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  37. package/es/src/ap-form/ap-form.vue.d.ts +14 -15
  38. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  39. package/es/src/ap-form/drawer-form/index.vue.d.ts +18 -19
  40. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  41. package/es/src/ap-form/item/index.vue.mjs +7 -7
  42. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  43. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  46. package/es/src/ap-form/items/number/index.vue.d.ts +31 -31
  47. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  49. package/es/src/ap-form/items/select/index.vue.d.ts +107 -107
  50. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  51. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  52. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  53. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  54. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  55. package/es/src/ap-form/items/text/password.vue.d.ts +3 -3
  56. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  57. package/es/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  58. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  59. package/es/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  60. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  61. package/es/src/ap-form/modal-form/index.vue.d.ts +48 -20
  62. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  63. package/es/src/ap-form/render/item.vue.mjs +2 -2
  64. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
  65. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  66. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  67. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  68. package/es/src/ap-form/search-form/index.vue.d.ts +18 -19
  69. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  70. package/es/src/ap-form/set/index.vue.mjs +1 -1
  71. package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  72. package/es/src/ap-grid/editable/form-item.vue.mjs +9 -9
  73. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  74. package/es/src/ap-grid/editable/index.vue.mjs +3 -3
  75. package/es/src/ap-grid/index.vue.d.ts +2 -4
  76. package/es/src/ap-grid/index.vue.mjs +41 -41
  77. package/es/src/ap-list/index.vue.d.ts +2 -4
  78. package/es/src/ap-list/index.vue.mjs +1 -1
  79. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  80. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  81. package/es/src/ap-table/ap-table.vue2.mjs +13 -14
  82. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  83. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  84. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  85. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  86. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  87. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  88. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  89. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  90. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  91. package/es/src/ap-table/constants.d.ts +332 -332
  92. package/es/src/ap-table/constants.mjs +45 -45
  93. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  94. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  95. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  96. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  97. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  98. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  99. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  100. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  101. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  102. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  103. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  104. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  105. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
  106. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  107. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +4 -3
  108. package/es/src/business/ap-batch-action-group/index.d.ts +33 -11
  109. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  110. package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
  111. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
  112. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +5 -5
  113. package/es/src/business/ap-draggable-grid/index.d.ts +1 -1
  114. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  115. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +33 -33
  116. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  117. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  118. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  119. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  120. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  121. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  122. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  123. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  124. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  125. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  126. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  127. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  128. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  129. package/es/src/business/ap-table-modal/index.d.ts +17 -5
  130. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  131. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  132. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  133. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  134. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  135. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  136. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  137. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  138. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +10 -11
  139. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  140. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -11
  141. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  142. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  143. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  144. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  145. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  146. package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
  147. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  148. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  149. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  150. package/es/src/check-card/index.vue2.mjs +3 -3
  151. package/es/src/config-provider/config-provider-props.d.ts +4 -5
  152. package/es/src/config-provider/config-provider.d.ts +8 -9
  153. package/es/src/config-provider/hooks/use-global-config.d.ts +4 -5
  154. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  155. package/es/src/config-provider/index.d.ts +13 -14
  156. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  157. package/es/src/editable-table/form-item.vue.mjs +37 -38
  158. package/es/src/editable-table/index.vue.d.ts +2 -4
  159. package/es/src/editable-table/index.vue.mjs +15 -16
  160. package/es/src/full-screen/index.vue.mjs +3 -3
  161. package/es/src/hooks/useFullScreen.mjs +5 -5
  162. package/es/src/mask/index.vue.mjs +10 -10
  163. package/es/src/portal/index.vue.mjs +2 -2
  164. package/es/src/scroll-bar/index.vue.mjs +3 -3
  165. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  166. package/es/src/scroll-view/index.vue.d.ts +5 -5
  167. package/es/src/scroll-view/index.vue.mjs +9 -9
  168. package/es/src/splitter/Panel.vue2.mjs +4 -4
  169. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  170. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  171. package/es/src/tests/wrapper.d.ts +4 -4
  172. package/es/src/text/group.vue.mjs +2 -2
  173. package/es/src/text/index.vue.mjs +5 -5
  174. package/es/src/utils/config-provider-preset.d.ts +5 -6
  175. package/es/src/version.d.ts +1 -1
  176. package/es/src/version.mjs +1 -1
  177. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  178. package/es/src/work-order-modal/work-order-modal.vue.d.ts +10 -11
  179. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  180. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  181. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +31 -2
  182. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  183. package/lib/src/ap-button/ap-button.vue.js +1 -1
  184. package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
  185. package/lib/src/ap-download/ap-download.vue.js +1 -1
  186. package/lib/src/ap-field/date/index.vue.js +1 -1
  187. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  188. package/lib/src/ap-field/index.js +1 -1
  189. package/lib/src/ap-field/number/index.vue.d.ts +29 -29
  190. package/lib/src/ap-field/rate/index.vue.d.ts +4 -4
  191. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  192. package/lib/src/ap-field/select/index.vue.d.ts +97 -97
  193. package/lib/src/ap-field/select/index.vue.js +1 -1
  194. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  195. package/lib/src/ap-field/slider/index.vue.d.ts +8 -8
  196. package/lib/src/ap-field/text-area/index.vue.d.ts +54 -54
  197. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  198. package/lib/src/ap-field/tree-select/index.vue.d.ts +93 -93
  199. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  200. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  201. package/lib/src/ap-form/ap-form.vue.d.ts +14 -15
  202. package/lib/src/ap-form/drawer-form/index.vue.d.ts +18 -19
  203. package/lib/src/ap-form/items/number/index.vue.d.ts +31 -31
  204. package/lib/src/ap-form/items/select/index.vue.d.ts +107 -107
  205. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  206. package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
  207. package/lib/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  208. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  209. package/lib/src/ap-form/modal-form/index.vue.d.ts +48 -20
  210. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
  211. package/lib/src/ap-form/search-form/index.vue.d.ts +18 -19
  212. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  213. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  214. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  215. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  216. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  217. package/lib/src/ap-grid/index.vue.js +1 -1
  218. package/lib/src/ap-list/index.vue.d.ts +2 -4
  219. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  220. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  221. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  222. package/lib/src/ap-table/constants.d.ts +332 -332
  223. package/lib/src/ap-table/constants.js +1 -1
  224. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  225. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  226. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  227. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  228. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  229. package/lib/src/business/ap-batch-action-group/index.d.ts +33 -11
  230. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
  231. package/lib/src/business/ap-draggable-grid/index.d.ts +1 -1
  232. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  233. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  234. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  235. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  236. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  237. package/lib/src/business/ap-table-modal/index.d.ts +17 -5
  238. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +10 -11
  239. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -11
  240. package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
  241. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  242. package/lib/src/config-provider/config-provider-props.d.ts +4 -5
  243. package/lib/src/config-provider/config-provider.d.ts +8 -9
  244. package/lib/src/config-provider/hooks/use-global-config.d.ts +4 -5
  245. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  246. package/lib/src/config-provider/index.d.ts +13 -14
  247. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  248. package/lib/src/editable-table/form-item.vue.js +1 -1
  249. package/lib/src/editable-table/index.vue.d.ts +2 -4
  250. package/lib/src/editable-table/index.vue.js +1 -1
  251. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  252. package/lib/src/tests/wrapper.d.ts +4 -4
  253. package/lib/src/utils/config-provider-preset.d.ts +5 -6
  254. package/lib/src/version.d.ts +1 -1
  255. package/lib/src/version.js +1 -1
  256. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +10 -11
  257. package/package.json +4 -4
  258. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  259. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  260. package/theme/antd-global-overwrite/admin/button.css +0 -27
  261. package/theme/antd-global-overwrite/admin/button.less +0 -31
  262. package/theme/antd-global-overwrite/admin/field.css +0 -42
  263. package/theme/antd-global-overwrite/admin/field.less +0 -43
  264. package/theme/antd-global-overwrite/admin/form.css +0 -57
  265. package/theme/antd-global-overwrite/admin/form.less +0 -97
  266. package/theme/antd-global-overwrite/admin/message.css +0 -10
  267. package/theme/antd-global-overwrite/admin/message.less +0 -13
  268. package/theme/antd-global-overwrite/admin/modal.css +0 -94
  269. package/theme/antd-global-overwrite/admin/modal.less +0 -128
  270. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  271. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  272. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  273. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  274. package/theme/antd-global-overwrite/admin/table.css +0 -78
  275. package/theme/antd-global-overwrite/admin/table.less +0 -62
  276. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  277. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  278. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  279. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  280. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  281. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  282. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  283. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  284. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  285. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  286. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  287. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  288. package/theme/antd-global-overwrite/aplus/modal.css +0 -87
  289. package/theme/antd-global-overwrite/aplus/modal.less +0 -120
  290. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  291. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  292. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  293. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  294. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  295. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  296. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  297. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  298. package/theme/ap-table/ap-table-pagination.css +0 -12
  299. package/theme/ap-table/ap-table-pagination.less +0 -14
  300. package/theme/ui-mode.css +0 -60
  301. package/theme/ui-mode.less +0 -109
@@ -1,4 +1,4 @@
1
- import { defineComponent as I, ref as d, computed as M, onMounted as O, openBlock as p, createElementBlock as m, normalizeClass as a, unref as t, createVNode as u, Transition as W, withCtx as v, withDirectives as g, createElementVNode as s, toDisplayString as E, createTextVNode as $, Fragment as z, renderList as R, renderSlot as x, vShow as N, createCommentVNode as j } from "vue";
1
+ import { defineComponent as I, ref as d, computed as M, onMounted as O, createElementBlock as p, openBlock as m, normalizeClass as a, unref as t, createVNode as u, createElementVNode as s, Transition as W, withCtx as v, withDirectives as g, toDisplayString as E, createTextVNode as $, Fragment as z, renderList as R, renderSlot as x, vShow as N, createCommentVNode as j } from "vue";
2
2
  import "../../ap-field/index.mjs";
3
3
  import { IconApLeftarrow as G, IconApMenu as H } from "@aplus-frontend/icon";
4
4
  import "../../config-provider/index.mjs";
@@ -42,7 +42,7 @@ const Q = ["onClick"], ae = /* @__PURE__ */ I({
42
42
  });
43
43
  }), (n, e) => {
44
44
  var r;
45
- return p(), m("div", {
45
+ return m(), p("div", {
46
46
  class: a(t(h)())
47
47
  }, [
48
48
  u(W, {
@@ -90,7 +90,7 @@ const Q = ["onClick"], ae = /* @__PURE__ */ I({
90
90
  s("div", {
91
91
  class: a(t(i)("side", "body", "scroll"))
92
92
  }, [
93
- (p(!0), m(z, null, R(U.value, (l) => g((p(), m("div", {
93
+ (m(!0), p(z, null, R(U.value, (l) => g((m(), p("div", {
94
94
  key: l.value,
95
95
  class: a(`${t(i)("side", "body", "scroll-item")} ${F.value === l ? "active" : ""}`),
96
96
  onClick: (X) => V(l)
@@ -118,7 +118,7 @@ const Q = ["onClick"], ae = /* @__PURE__ */ I({
118
118
  s("div", {
119
119
  class: a(t(y)("content", "header"))
120
120
  }, [
121
- f.value ? (p(), m("div", {
121
+ f.value ? (m(), p("div", {
122
122
  key: 0,
123
123
  class: a(t(i)("content", "header", "imgWrap"))
124
124
  }, [
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, computed as a, openBlock as d, createElementBlock as i, normalizeClass as r, unref as t, normalizeStyle as s, createTextVNode as m, toDisplayString as f, createElementVNode as y, createCommentVNode as g } from "vue";
1
+ import { defineComponent as u, computed as a, createElementBlock as d, createCommentVNode as i, openBlock as m, normalizeStyle as r, normalizeClass as s, unref as t, createTextVNode as f, createElementVNode as y, toDisplayString as g } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import { useNamespace as x } from "../../config-provider/hooks/use-namespace.mjs";
4
4
  const C = /* @__PURE__ */ u({
@@ -20,17 +20,17 @@ const C = /* @__PURE__ */ u({
20
20
  })), p = a(() => ({
21
21
  "background-color": e.color
22
22
  })), { b: c, e: o } = x("ap-status");
23
- return (S, _) => e.show ? (d(), i("div", {
23
+ return (S, _) => e.show ? (m(), d("div", {
24
24
  key: 0,
25
- class: r([t(c)()]),
26
- style: s(n.value)
25
+ class: s([t(c)()]),
26
+ style: r(n.value)
27
27
  }, [
28
- m(f(e.text) + " ", 1),
28
+ f(g(e.text) + " ", 1),
29
29
  y("div", {
30
- class: r([t(o)("bg"), t(o)("primary")]),
31
- style: s(p.value)
30
+ class: s([t(o)("bg"), t(o)("primary")]),
31
+ style: r(p.value)
32
32
  }, null, 6)
33
- ], 6)) : g("", !0);
33
+ ], 6)) : i("", !0);
34
34
  }
35
35
  });
36
36
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as p, computed as c, openBlock as r, createElementBlock as o, normalizeClass as d, unref as m, normalizeStyle as a, Fragment as i, renderList as f, createBlock as y, createCommentVNode as _ } from "vue";
1
+ import { defineComponent as p, computed as c, createElementBlock as o, createCommentVNode as d, openBlock as r, normalizeStyle as a, normalizeClass as m, unref as i, Fragment as f, renderList as y, createBlock as _ } from "vue";
2
2
  import "../../../config-provider/index.mjs";
3
3
  import "../ApStatus.vue.mjs";
4
4
  import { useNamespace as g } from "../../../config-provider/hooks/use-namespace.mjs";
@@ -19,10 +19,10 @@ const w = /* @__PURE__ */ p({
19
19
  })), { b: l } = g("ap-status-group");
20
20
  return (n, S) => t.statusList ? (r(), o("div", {
21
21
  key: 0,
22
- class: d([m(l)()]),
22
+ class: m([i(l)()]),
23
23
  style: a(u.value)
24
24
  }, [
25
- (r(!0), o(i, null, f(t.statusList, (e) => (r(), y(k, {
25
+ (r(!0), o(f, null, y(t.statusList, (e) => (r(), _(k, {
26
26
  key: e.value,
27
27
  show: e.value === n.currentValue,
28
28
  color: e.color,
@@ -30,7 +30,7 @@ const w = /* @__PURE__ */ p({
30
30
  padding: t.padding,
31
31
  style: a(t.style)
32
32
  }, null, 8, ["show", "color", "text", "padding", "style"]))), 128))
33
- ], 6)) : _("", !0);
33
+ ], 6)) : d("", !0);
34
34
  }
35
35
  });
36
36
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as N, computed as p, createVNode as w, Fragment as y, openBlock as m, createBlock as l, unref as r, normalizeClass as f, withCtx as x, createElementBlock as z, renderList as B, normalizeStyle as R, resolveDynamicComponent as A } from "vue";
1
+ import { defineComponent as N, computed as p, createVNode as w, Fragment as y, createBlock as l, openBlock as m, unref as r, normalizeClass as f, withCtx as x, createElementBlock as z, renderList as B, normalizeStyle as R, resolveDynamicComponent as A } from "vue";
2
2
  import { isNil as D, get as i } from "lodash-unified";
3
3
  import { TableSummaryRow as F, TableSummaryCell as V } from "@aplus-frontend/antdv";
4
4
  import { flattenColumns as E, formatDataIndex as c } from "./utils.mjs";
@@ -4,8 +4,8 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
4
4
  import { ApTableModalProps, OpenOptions, OpenReturnType } from './interface';
5
5
  import { Recordable } from '../../type';
6
6
  import { TableColumnsType } from '@aplus-frontend/antdv';
7
- import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
8
7
  import { ApFormSearchFormPopoverSorterItem } from '../..';
8
+ import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
9
9
  /**
10
10
  *
11
11
  */
@@ -42,8 +42,14 @@ declare const ApTableModal: {
42
42
  };
43
43
  y: undefined;
44
44
  };
45
- getPaging: () => InternalPagingType;
46
- setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
45
+ getPaging: () => Partial<{
46
+ current: number;
47
+ pageSize: number;
48
+ }>;
49
+ setPaging: (nextPaging: Partial<{
50
+ current: number;
51
+ pageSize: number;
52
+ }>, refreshImmediately?: boolean) => void;
47
53
  getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
48
54
  setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
49
55
  resetSearchFormSorterItems: () => void;
@@ -147,8 +153,14 @@ declare const ApTableModal: {
147
153
  };
148
154
  y: undefined;
149
155
  };
150
- getPaging: () => InternalPagingType;
151
- setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
156
+ getPaging: () => Partial<{
157
+ current: number;
158
+ pageSize: number;
159
+ }>;
160
+ setPaging: (nextPaging: Partial<{
161
+ current: number;
162
+ pageSize: number;
163
+ }>, refreshImmediately?: boolean) => void;
152
164
  getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
153
165
  setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
154
166
  resetSearchFormSorterItems: () => void;
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, openBlock as c, createElementBlock as f, createTextVNode as a, toDisplayString as t, renderSlot as d, createElementVNode as r, normalizeStyle as u, unref as o } from "vue";
1
+ import { defineComponent as m, createElementBlock as c, openBlock as f, createTextVNode as a, renderSlot as d, toDisplayString as t, createElementVNode as r, normalizeStyle as u, unref as o } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import { useLocale as p } from "../../config-provider/hooks/use-locale.mjs";
4
4
  import { useGlobalConfig as s } from "../../config-provider/hooks/use-global-config.mjs";
@@ -20,7 +20,7 @@ const T = /* @__PURE__ */ m({
20
20
  },
21
21
  setup(e) {
22
22
  const { t: n } = p(), l = s("uiMode", "aplus");
23
- return (i, x) => (c(), f("div", null, [
23
+ return (i, x) => (f(), c("div", null, [
24
24
  a(t(e.title) + " ", 1),
25
25
  d(i.$slots, "default", {
26
26
  maxCount: e.maxCount,
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, openBlock as l, createElementBlock as o, normalizeClass as a, unref as t, Fragment as n, createVNode as m, withCtx as i, createBlock as s, resolveDynamicComponent as p, h, createElementVNode as c, renderSlot as b, createCommentVNode as S, normalizeStyle as B, createTextVNode as $, toDisplayString as M, renderList as A } from "vue";
1
+ import { defineComponent as v, createElementBlock as o, openBlock as l, normalizeClass as a, unref as t, renderSlot as h, Fragment as n, createCommentVNode as b, createElementVNode as m, createVNode as p, withCtx as i, createBlock as s, resolveDynamicComponent as c, h as S, normalizeStyle as B, createTextVNode as $, toDisplayString as M, renderList as A } from "vue";
2
2
  import "../../../config-provider/index.mjs";
3
3
  import { ApTitle as T } from "../../ap-title/index.mjs";
4
4
  import { Button as V, Empty as k } from "@aplus-frontend/antdv";
@@ -31,30 +31,30 @@ const q = /* @__PURE__ */ v({
31
31
  key: 0,
32
32
  class: a(t(r)("table-layout-left"))
33
33
  }, [
34
- m(t(T), { style: { "margin-bottom": "16px" } }, {
34
+ p(t(T), { style: { "margin-bottom": "16px" } }, {
35
35
  prefix: i(() => [
36
- (l(), s(p(h(n, [e.leftTitle]))))
36
+ (l(), s(c(S(n, [e.leftTitle]))))
37
37
  ]),
38
38
  _: 1
39
39
  }),
40
- c("div", {
40
+ m("div", {
41
41
  class: a(t(r)("table-layout-left-content"))
42
42
  }, [
43
- b(e.$slots, "default")
43
+ h(e.$slots, "default")
44
44
  ], 2)
45
- ], 2)) : S("", !0),
46
- c("div", {
45
+ ], 2)) : b("", !0),
46
+ m("div", {
47
47
  class: a(t(r)("table-layout-right")),
48
48
  style: B(e.rightContentStyle)
49
49
  }, [
50
- m(t(T), {
50
+ p(t(T), {
51
51
  title: `${t(d)("ap.apTableModal.selected")} (${e.selectedList.length})`
52
52
  }, {
53
53
  prefix: i(() => [
54
- (l(), s(p(h(n, [N(e.selectedList.length)]))))
54
+ (l(), s(c(S(n, [N(e.selectedList.length)]))))
55
55
  ]),
56
56
  suffix: i(() => [
57
- m(t(V), {
57
+ p(t(V), {
58
58
  type: "link",
59
59
  style: { padding: "0px", height: "22px", "border-width": "0px" },
60
60
  onClick: E
@@ -67,21 +67,21 @@ const q = /* @__PURE__ */ v({
67
67
  ]),
68
68
  _: 1
69
69
  }, 8, ["title"]),
70
- c("div", {
70
+ m("div", {
71
71
  class: a(t(r)("table-layout-right-content"))
72
72
  }, [
73
73
  (l(!0), o(n, null, A(e.selectedList, (f) => {
74
74
  var g;
75
- return l(), s(p((g = e.renderSelectedItem) == null ? void 0 : g.call(e, f, { deleteItem: L })), { key: f });
75
+ return l(), s(c((g = e.renderSelectedItem) == null ? void 0 : g.call(e, f, { deleteItem: L })), { key: f });
76
76
  }), 128)),
77
77
  e.selectedList.length === 0 ? (l(), s(t(k), {
78
78
  key: 0,
79
79
  image: t(k).PRESENTED_IMAGE_SIMPLE,
80
80
  style: { "margin-top": "100px" }
81
- }, null, 8, ["image"])) : S("", !0)
81
+ }, null, 8, ["image"])) : b("", !0)
82
82
  ], 2)
83
83
  ], 6)
84
- ], 64)) : b(e.$slots, "default", { key: 1 })
84
+ ], 64)) : h(e.$slots, "default", { key: 1 })
85
85
  ], 2));
86
86
  }
87
87
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as H, ref as m, unref as s, computed as U, h as q, openBlock as k, createBlock as T, mergeProps as y, withCtx as h, resolveDynamicComponent as V, createCommentVNode as $, createVNode as S } from "vue";
1
+ import { defineComponent as H, ref as m, unref as s, computed as U, h as q, createBlock as k, openBlock as T, mergeProps as y, withCtx as h, createCommentVNode as V, createVNode as S, resolveDynamicComponent as $ } from "vue";
2
2
  import { message as R, Modal as z } from "@aplus-frontend/antdv";
3
3
  import "../../config-provider/index.mjs";
4
4
  import { ApTable as W } from "../../ap-table/index.mjs";
@@ -177,7 +177,7 @@ const ce = /* @__PURE__ */ H({
177
177
  open: I,
178
178
  close: w,
179
179
  getApTableInstance: O
180
- }), (o, t) => (k(), T(s(z), y(
180
+ }), (o, t) => (T(), k(s(z), y(
181
181
  {
182
182
  open: i.value,
183
183
  "onUpdate:open": t[0] || (t[0] = (l) => i.value = l)
@@ -204,7 +204,7 @@ const ce = /* @__PURE__ */ H({
204
204
  }
205
205
  ), {
206
206
  default: h(() => [
207
- e.renderHeader ? (k(), T(V(e.renderHeader), { key: 0 })) : $("", !0),
207
+ e.renderHeader ? (T(), k($(e.renderHeader), { key: 0 })) : V("", !0),
208
208
  S(Z, y(e.tableLayoutConfig || {}, {
209
209
  "selected-list": a.value,
210
210
  onClear: E,
@@ -1,4 +1,4 @@
1
- import { defineComponent as d, computed as g, openBlock as l, createElementBlock as a, normalizeClass as o, unref as t, createElementVNode as r, renderSlot as n, Fragment as h, toDisplayString as C, createBlock as y, withCtx as k, createVNode as v, normalizeStyle as M, createCommentVNode as $ } from "vue";
1
+ import { defineComponent as d, computed as g, createElementBlock as a, openBlock as l, normalizeClass as o, unref as t, createElementVNode as r, renderSlot as n, Fragment as h, createBlock as C, createCommentVNode as y, toDisplayString as k, withCtx as v, createVNode as M, normalizeStyle as $ } from "vue";
2
2
  import { Tooltip as I } from "@aplus-frontend/antdv";
3
3
  import { QuestionCircleOutlined as N } from "@ant-design/icons-vue";
4
4
  import "../../config-provider/index.mjs";
@@ -25,20 +25,20 @@ const D = /* @__PURE__ */ d({
25
25
  class: o(t(s)("prefix"))
26
26
  }, [
27
27
  e.$slots.prefix ? n(e.$slots, "prefix", { key: 0 }) : (l(), a(h, { key: 1 }, [
28
- r("span", null, C(e.title), 1),
29
- e.helpMessage ? (l(), y(t(I), {
28
+ r("span", null, k(e.title), 1),
29
+ e.helpMessage ? (l(), C(t(I), {
30
30
  key: 0,
31
31
  title: e.helpMessage,
32
32
  placement: e.placement,
33
33
  trigger: e.trigger
34
34
  }, {
35
- default: k(() => [
36
- v(t(N), {
37
- style: M(f.value)
35
+ default: v(() => [
36
+ M(t(N), {
37
+ style: $(f.value)
38
38
  }, null, 8, ["style"])
39
39
  ]),
40
40
  _: 1
41
- }, 8, ["title", "placement", "trigger"])) : $("", !0)
41
+ }, 8, ["title", "placement", "trigger"])) : y("", !0)
42
42
  ], 64))
43
43
  ], 2),
44
44
  r("div", {
@@ -1,4 +1,4 @@
1
- import { defineComponent as Q, computed as C, openBlock as m, createBlock as k, unref as e, mergeProps as W, withCtx as u, renderSlot as X, normalizeProps as Y, guardReactiveProps as Z, createElementVNode as s, normalizeClass as l, createElementBlock as g, createVNode as n, createTextVNode as p, toDisplayString as f, resolveDynamicComponent as E, h as P, Fragment as $ } from "vue";
1
+ import { defineComponent as Q, computed as C, createBlock as k, openBlock as m, unref as e, mergeProps as W, withCtx as u, renderSlot as X, normalizeProps as Y, guardReactiveProps as Z, createElementVNode as s, normalizeClass as l, createElementBlock as g, createVNode as n, createTextVNode as p, toDisplayString as f, resolveDynamicComponent as E, h as P, Fragment as $ } from "vue";
2
2
  import { clearSingleFile as ee, clearAllFile as x } from "../utils/fileList.mjs";
3
3
  import b from "../icon/file-icon.vue.mjs";
4
4
  import F from "../icon/delete-icon.vue.mjs";
@@ -1,4 +1,4 @@
1
- import { openBlock as l, createElementBlock as n, createElementVNode as e } from "vue";
1
+ import { createElementBlock as l, openBlock as n, createElementVNode as e } from "vue";
2
2
  import t from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
3
  const r = {}, L = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -8,7 +8,7 @@ const r = {}, L = {
8
8
  viewBox: "0 0 20 20"
9
9
  };
10
10
  function i(c, o) {
11
- return l(), n("svg", L, o[0] || (o[0] = [
11
+ return n(), l("svg", L, o[0] || (o[0] = [
12
12
  e("g", null, [
13
13
  e("g", null, [
14
14
  e("path", {
@@ -1,4 +1,4 @@
1
- import { openBlock as o, createElementBlock as i, createStaticVNode as e } from "vue";
1
+ import { createElementBlock as o, openBlock as i, createStaticVNode as e } from "vue";
2
2
  import l from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
3
  const r = {}, s = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -8,7 +8,7 @@ const r = {}, s = {
8
8
  viewBox: "0 0 56 56"
9
9
  };
10
10
  function p(a, t) {
11
- return o(), i("svg", s, t[0] || (t[0] = [
11
+ return i(), o("svg", s, t[0] || (t[0] = [
12
12
  e('<defs><clipPath id="master_svg0_693_19001"><rect x="0" y="0" width="56" height="56" rx="7"></rect></clipPath><linearGradient id="master_svg1_693_19025" x1="0.5" y1="0" x2="0.5" y2="0.7987817525863647"><stop offset="0%" stop-color="#AED1FF" stop-opacity="1"></stop><stop offset="100%" stop-color="#74B1FF" stop-opacity="1"></stop></linearGradient><linearGradient id="master_svg2_693_19014" x1="0.5" y1="0" x2="0.5" y2="1"><stop offset="0.7142857182770967%" stop-color="#DBEBFF" stop-opacity="1"></stop><stop offset="100%" stop-color="#98C5FF" stop-opacity="1"></stop></linearGradient></defs><g clip-path="url(#master_svg0_693_19001)"><g><g><path d="M49.4644,10.22729L35.1706,10.22729C34.2282,10.22729,33.316,9.89456,32.595,9.287759999999999L29.1746,6.4093C28.0931,5.499102,26.7249,5,25.3113,5L5.5,5C3.29086,5,1.5,6.79086,1.5,9L1.5,45L54.4995,45L54.5,15.2852C54.5,12.49165,52.2455,10.22729,49.4644,10.22729Z" fill="url(#master_svg1_693_19025)" fill-opacity="1"></path></g><g><path d="M10.5,13L45.5,13C46.6046,13,47.5,13.895431,47.5,15L47.5,35.9999L8.5,36L8.5,15C8.5,13.895431,9.395431,13,10.5,13" fill="#FFFFFF" fill-opacity="0.30000001192092896"></path></g><g><path d="M8.5,17L47.5,17C48.6046,17,49.5,17.895431,49.5,19L49.5,41.9998L6.5,42L6.5,19C6.5,17.895431,7.395431,17,8.5,17" fill="#F9FCFF" fill-opacity="1"></path></g><g><rect x="14.5" y="21" width="15" height="2" rx="1" fill="#8DBFFF" fill-opacity="0.30000001192092896"></rect></g><g><rect x="14.5" y="27" width="28" height="2" rx="1" fill="#8DBFFF" fill-opacity="0.6000000238418579"></rect></g><g><path d="M1.5,37L1.5,48C1.5,50.2091,3.29086,52,5.5,52L50.5,52C52.7091,52,54.5,50.2091,54.5,48L54.5,37C54.5,35.34315,53.1569,34,51.5,34L4.5,34C2.84315,34,1.5,35.34315,1.5,37Z" fill="url(#master_svg2_693_19014)" fill-opacity="1"></path></g></g></g>', 2)
13
13
  ]));
14
14
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as Z, computed as E, ref as K, createVNode as N, watch as U, openBlock as R, createBlock as C, unref as b, mergeProps as S, withCtx as O, createElementVNode as D, normalizeClass as ee } from "vue";
1
+ import { defineComponent as Z, computed as E, ref as K, createVNode as N, watch as U, createBlock as R, openBlock as C, unref as b, mergeProps as S, withCtx as O, createElementVNode as D, normalizeClass as ee } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import te from "./icons/line-down.vue.mjs";
4
4
  import { ApBatchActionGroup as ie } from "../ap-batch-action-group/index.mjs";
@@ -190,7 +190,7 @@ const Ie = /* @__PURE__ */ Z({
190
190
  setFirstDefaultSystemView: (t) => {
191
191
  _ = t;
192
192
  }
193
- }), (t, i) => (R(), C(b(ie), S({
193
+ }), (t, i) => (C(), R(b(ie), S({
194
194
  ...t.$attrs
195
195
  }, {
196
196
  open: F.value,
@@ -1,14 +1,13 @@
1
1
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '../../../ap-form';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
+ import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
3
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
4
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
6
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
7
8
  import { Options } from '../../../../node_modules/scroll-into-view-if-needed';
8
9
  import { Recordable } from '../../../type';
9
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../../node_modules/vue-types';
10
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
- import { SizeType } from '@aplus-frontend/antdv/es/button';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { OnCleanup } from '@vue/reactivity';
14
13
  type __VLS_Props = {
@@ -19,7 +18,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
19
18
  $: ComponentInternalInstance;
20
19
  $data: {};
21
20
  $props: {
22
- readonly size?: "small" | "large" | "middle" | undefined;
21
+ readonly size?: SizeType;
23
22
  readonly onSubmit?: ((e: Event) => void) | undefined;
24
23
  readonly layout?: string | undefined;
25
24
  readonly disabled?: boolean | undefined;
@@ -109,7 +108,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
109
108
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
110
109
  readonly initialValues?: Recordable | undefined;
111
110
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
112
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
111
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
113
112
  readonly syncToUrlPriority?: boolean | undefined;
114
113
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
115
114
  $attrs: {
@@ -314,8 +313,8 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
314
313
  default: string | string[];
315
314
  };
316
315
  size: {
317
- type: PropType<SizeType>;
318
- default: SizeType;
316
+ type: PropType<ButtonSize>;
317
+ default: ButtonSize;
319
318
  };
320
319
  disabled: {
321
320
  type: BooleanConstructor;
@@ -342,7 +341,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
342
341
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
343
342
  };
344
343
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
345
- size: SizeType;
344
+ size: ButtonSize;
346
345
  onSubmit: (e: Event) => void;
347
346
  disabled: boolean;
348
347
  validateTrigger: string | string[];
@@ -634,8 +633,8 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
634
633
  default: string | string[];
635
634
  };
636
635
  size: {
637
- type: PropType<SizeType>;
638
- default: SizeType;
636
+ type: PropType<ButtonSize>;
637
+ default: ButtonSize;
639
638
  };
640
639
  disabled: {
641
640
  type: BooleanConstructor;
@@ -662,7 +661,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
662
661
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
663
662
  };
664
663
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
665
- size: SizeType;
664
+ size: ButtonSize;
666
665
  onSubmit: (e: Event) => void;
667
666
  disabled: boolean;
668
667
  validateTrigger: string | string[];
@@ -1,5 +1,5 @@
1
- import { defineComponent as E, ref as K, computed as j, watch as q, openBlock as B, createBlock as L, unref as e, withCtx as o, createElementVNode as f, normalizeClass as r, createVNode as a, toDisplayString as s, createTextVNode as w, createSlots as M } from "vue";
2
- import { Popover as O, Checkbox as A, Space as F, Tooltip as P } from "@aplus-frontend/antdv";
1
+ import { defineComponent as E, ref as K, computed as j, watch as q, createBlock as B, openBlock as L, unref as e, withCtx as o, createElementVNode as f, normalizeClass as r, createVNode as a, createSlots as M, toDisplayString as s, createTextVNode as w } from "vue";
2
+ import { Popover as O, Tooltip as A, Space as F, Checkbox as P } from "@aplus-frontend/antdv";
3
3
  import "../../../config-provider/index.mjs";
4
4
  import R from "../icons/line-eye.vue.mjs";
5
5
  import "../../../ap-form/ap-form.vue.mjs";
@@ -53,7 +53,7 @@ const ce = /* @__PURE__ */ E({
53
53
  viewConfig: Y
54
54
  })), c.value = !1;
55
55
  };
56
- return (p, n) => (B(), L(e(O), {
56
+ return (p, n) => (L(), B(e(O), {
57
57
  open: g.value,
58
58
  "onUpdate:open": n[1] || (n[1] = (m) => g.value = m),
59
59
  placement: "bottom",
@@ -88,7 +88,7 @@ const ce = /* @__PURE__ */ E({
88
88
  "value-prop-name": "checked"
89
89
  }, {
90
90
  default: o(() => [
91
- a(e(A), null, {
91
+ a(e(P), null, {
92
92
  default: o(() => [
93
93
  w(s(e(i)("ap.apView.setDefault")), 1)
94
94
  ]),
@@ -155,7 +155,7 @@ const ce = /* @__PURE__ */ E({
155
155
  [e(l)("main-content-disabled")]: e(u).length >= d.maxViewNum + 1
156
156
  })
157
157
  }, [
158
- a(e(P), { placement: "bottom" }, M({
158
+ a(e(A), { placement: "bottom" }, M({
159
159
  default: o(() => [
160
160
  a(e(F), { size: 4 }, {
161
161
  default: o(() => [
@@ -1,14 +1,13 @@
1
1
  import { ViewListModel } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
+ import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
3
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
4
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
6
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
7
8
  import { Options } from '../../../../node_modules/scroll-into-view-if-needed';
8
9
  import { Recordable } from '../../../type';
9
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../../node_modules/vue-types';
10
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
- import { SizeType } from '@aplus-frontend/antdv/es/button';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '../../../ap-form';
14
13
  import { OnCleanup } from '@vue/reactivity';
@@ -20,7 +19,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
20
19
  $: ComponentInternalInstance;
21
20
  $data: {};
22
21
  $props: {
23
- readonly size?: "small" | "large" | "middle" | undefined;
22
+ readonly size?: SizeType;
24
23
  readonly onSubmit?: ((e: Event) => void) | undefined;
25
24
  readonly layout?: string | undefined;
26
25
  readonly disabled?: boolean | undefined;
@@ -110,7 +109,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
110
109
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
111
110
  readonly initialValues?: Recordable | undefined;
112
111
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
113
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
112
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
114
113
  readonly syncToUrlPriority?: boolean | undefined;
115
114
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
116
115
  $attrs: {
@@ -315,8 +314,8 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
315
314
  default: string | string[];
316
315
  };
317
316
  size: {
318
- type: PropType<SizeType>;
319
- default: SizeType;
317
+ type: PropType<ButtonSize>;
318
+ default: ButtonSize;
320
319
  };
321
320
  disabled: {
322
321
  type: BooleanConstructor;
@@ -343,7 +342,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
343
342
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
344
343
  };
345
344
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
346
- size: SizeType;
345
+ size: ButtonSize;
347
346
  onSubmit: (e: Event) => void;
348
347
  disabled: boolean;
349
348
  validateTrigger: string | string[];
@@ -635,8 +634,8 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
635
634
  default: string | string[];
636
635
  };
637
636
  size: {
638
- type: PropType<SizeType>;
639
- default: SizeType;
637
+ type: PropType<ButtonSize>;
638
+ default: ButtonSize;
640
639
  };
641
640
  disabled: {
642
641
  type: BooleanConstructor;
@@ -663,7 +662,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
663
662
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
664
663
  };
665
664
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
666
- size: SizeType;
665
+ size: ButtonSize;
667
666
  onSubmit: (e: Event) => void;
668
667
  disabled: boolean;
669
668
  validateTrigger: string | string[];
@@ -1,4 +1,4 @@
1
- import { defineComponent as G, ref as S, watch as O, openBlock as u, createElementBlock as p, normalizeClass as C, unref as e, createElementVNode as s, toDisplayString as f, createVNode as a, createCommentVNode as k, withModifiers as P, withCtx as v } from "vue";
1
+ import { defineComponent as G, ref as S, watch as O, createElementBlock as u, openBlock as p, normalizeClass as C, unref as e, createElementVNode as s, createCommentVNode as k, toDisplayString as f, createVNode as a, withModifiers as P, withCtx as v } from "vue";
2
2
  import "../../../config-provider/index.mjs";
3
3
  import { useViewInject as W } from "../hooks/use-view-provide.mjs";
4
4
  import { SYSTEM_VIEW_KEY as E } from "../utils/enum.mjs";
@@ -61,7 +61,7 @@ const R = { class: "menu-list-content-name" }, L = ["title"], U = {
61
61
  }
62
62
  ), (i, o) => {
63
63
  var m, r, x, N, h, K, g;
64
- return c.value === !1 ? (u(), p("div", {
64
+ return c.value === !1 ? (p(), u("div", {
65
65
  key: 0,
66
66
  class: C({
67
67
  [e(d)("menu-list-content")]: !0,
@@ -74,14 +74,14 @@ const R = { class: "menu-list-content-name" }, L = ["title"], U = {
74
74
  title: (r = n.view) == null ? void 0 : r.viewName
75
75
  }, f((x = n.view) == null ? void 0 : x.viewName), 9, L)
76
76
  ]),
77
- ((N = n.view) == null ? void 0 : N.viewKey) !== e(E) && ((h = n.view) != null && h.isDefault) ? (u(), p("div", U, [
77
+ ((N = n.view) == null ? void 0 : N.viewKey) !== e(E) && ((h = n.view) != null && h.isDefault) ? (p(), u("div", U, [
78
78
  a(e(D), {
79
79
  text: e(l)("ap.apView.default"),
80
80
  size: "small",
81
81
  color: $[e(I) ?? "aplus"]
82
82
  }, null, 8, ["text", "color"])
83
83
  ])) : k("", !0),
84
- ((K = n.view) == null ? void 0 : K.viewKey) !== e(E) ? (u(), p("div", {
84
+ ((K = n.view) == null ? void 0 : K.viewKey) !== e(E) ? (p(), u("div", {
85
85
  key: 1,
86
86
  class: "menu-list-content-action",
87
87
  onClick: o[1] || (o[1] = P(() => {
@@ -95,7 +95,7 @@ const R = { class: "menu-list-content-name" }, L = ["title"], U = {
95
95
  class: "menu-list-content-action-text",
96
96
  onClick: o[0] || (o[0] = (ne) => c.value = !0)
97
97
  }, f(e(l)("ap.apView.rename")), 1),
98
- (_ = n.view) != null && _.isDefault ? k("", !0) : (u(), p("div", {
98
+ (_ = n.view) != null && _.isDefault ? k("", !0) : (p(), u("div", {
99
99
  key: 0,
100
100
  class: "menu-list-content-action-text",
101
101
  onClick: Y
@@ -117,7 +117,7 @@ const R = { class: "menu-list-content-name" }, L = ["title"], U = {
117
117
  _: 1
118
118
  })
119
119
  ])) : k("", !0)
120
- ], 2)) : (u(), p("div", {
120
+ ], 2)) : (p(), u("div", {
121
121
  key: 1,
122
122
  class: C([e(d)("menu-list-content"), e(d)("menu-list-content-edit")])
123
123
  }, [
@@ -1,4 +1,4 @@
1
- import { openBlock as l, createElementBlock as n, createElementVNode as e } from "vue";
1
+ import { createElementBlock as l, openBlock as n, createElementVNode as e } from "vue";
2
2
  import o from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
3
  const r = {}, L = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -10,7 +10,7 @@ const r = {}, L = {
10
10
  viewBox: "0 0 14 14"
11
11
  };
12
12
  function i(s, t) {
13
- return l(), n("svg", L, t[0] || (t[0] = [
13
+ return n(), l("svg", L, t[0] || (t[0] = [
14
14
  e("g", null, [
15
15
  e("g", null, [
16
16
  e("path", {
@@ -1,4 +1,4 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
1
+ import { createElementBlock as o, openBlock as t, createElementVNode as e } from "vue";
2
2
  import l from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
3
  const r = {}, i = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -10,7 +10,7 @@ const r = {}, i = {
10
10
  viewBox: "0 0 14 14"
11
11
  };
12
12
  function s(c, n) {
13
- return o(), t("svg", i, n[0] || (n[0] = [
13
+ return t(), o("svg", i, n[0] || (n[0] = [
14
14
  e("g", null, [
15
15
  e("g", null, [
16
16
  e("path", {