@aplus-frontend/ui 0.6.0-beta.21 → 0.6.0-beta.23

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 (366) hide show
  1. package/es/index.mjs +124 -124
  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 +4 -4
  12. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  13. package/es/src/ap-drawer/index.d.ts +7 -3
  14. package/es/src/ap-drawer/index.mjs +5 -10
  15. package/es/src/ap-drawer/interface.d.ts +0 -4
  16. package/es/src/ap-drawer/style/css.d.ts +1 -0
  17. package/es/src/ap-drawer/style/css.js +1 -1
  18. package/es/src/ap-drawer/style/index.d.ts +1 -0
  19. package/es/src/ap-drawer/style/index.js +1 -1
  20. package/es/src/ap-drawer/utils/createDrawer.mjs +31 -36
  21. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  22. package/es/src/ap-field/date/index.vue.mjs +4 -4
  23. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  24. package/es/src/ap-field/index.mjs +36 -36
  25. package/es/src/ap-field/number/index.vue.mjs +8 -8
  26. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  27. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  28. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  29. package/es/src/ap-field/select/index.vue.mjs +2 -2
  30. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  31. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  32. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  33. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  34. package/es/src/ap-field/text/password.vue.mjs +2 -2
  35. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  36. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  37. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  38. package/es/src/ap-form/ap-form.vue.d.ts +2 -1
  39. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  40. package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  41. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  42. package/es/src/ap-form/item/index.vue.mjs +75 -83
  43. package/es/src/ap-form/item-group/index.vue.mjs +34 -35
  44. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  46. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  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 +6 -6
  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.vue2.mjs +2 -2
  54. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  55. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  56. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  57. package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
  58. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  59. package/es/src/ap-form/render/item.vue.mjs +2 -2
  60. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +7 -7
  61. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  62. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  63. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +18 -20
  64. package/es/src/ap-form/search-form/index.vue.d.ts +4 -3
  65. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  66. package/es/src/ap-form/set/index.vue.mjs +1 -1
  67. package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  68. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  69. package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
  70. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  71. package/es/src/ap-grid/index.vue.d.ts +4 -2
  72. package/es/src/ap-grid/index.vue.mjs +45 -45
  73. package/es/src/ap-grid/interface.d.ts +3 -3
  74. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
  75. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
  76. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  77. package/es/src/ap-list/index.vue.d.ts +4 -2
  78. package/es/src/ap-list/index.vue.mjs +34 -34
  79. package/es/src/ap-list/interface.d.ts +4 -3
  80. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  81. package/es/src/ap-table/ap-table.vue.d.ts +4 -2
  82. package/es/src/ap-table/ap-table.vue2.mjs +61 -61
  83. package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
  84. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  85. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  86. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  87. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  88. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  89. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  90. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  91. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  92. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  93. package/es/src/ap-table/constants.d.ts +5 -5
  94. package/es/src/ap-table/constants.mjs +45 -45
  95. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  96. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  97. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  98. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +15 -15
  99. package/es/src/ap-table/interface.d.ts +3 -3
  100. package/es/src/ap-table/utils.d.ts +5 -5
  101. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  102. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  103. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  104. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  105. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  106. package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
  107. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  108. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  109. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  110. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  111. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
  112. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  113. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  114. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  115. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  116. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
  117. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  118. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  119. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  120. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +5 -5
  121. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
  122. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
  123. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
  124. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
  125. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
  126. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  127. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  128. package/es/src/business/ap-keep-alive/index.d.ts +2 -1
  129. package/es/src/business/ap-keep-alive/index.mjs +11 -9
  130. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  131. package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +7 -7
  132. package/es/src/business/ap-keep-alive/utils.d.ts +1 -0
  133. package/es/src/business/ap-keep-alive/utils.mjs +10 -9
  134. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  135. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  136. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +36 -30
  137. package/es/src/business/ap-radio-group/index.d.ts +6 -0
  138. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  139. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  140. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  141. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  142. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  143. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  144. package/es/src/business/ap-table-modal/index.d.ts +4 -16
  145. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  146. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  147. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  148. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  149. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  150. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  151. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  152. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  153. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  154. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  155. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  156. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  157. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  158. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  159. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  160. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  161. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  162. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  163. package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
  164. package/es/src/check-card/index.vue2.mjs +3 -3
  165. package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
  166. package/es/src/editable-table/form-item.vue.d.ts +4 -2
  167. package/es/src/editable-table/form-item.vue.mjs +2 -2
  168. package/es/src/editable-table/index.vue.d.ts +4 -2
  169. package/es/src/editable-table/index.vue.mjs +2 -2
  170. package/es/src/full-screen/index.vue.mjs +3 -3
  171. package/es/src/hooks/useFullScreen.mjs +5 -5
  172. package/es/src/index.mjs +278 -279
  173. package/es/src/mask/index.vue.mjs +10 -10
  174. package/es/src/portal/index.vue.mjs +2 -2
  175. package/es/src/scroll-bar/index.vue.mjs +3 -3
  176. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  177. package/es/src/scroll-view/index.vue.d.ts +5 -5
  178. package/es/src/scroll-view/index.vue.mjs +9 -9
  179. package/es/src/splitter/Panel.vue2.mjs +4 -4
  180. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  181. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  182. package/es/src/tests/wrapper.d.ts +4 -4
  183. package/es/src/text/group.vue.mjs +2 -2
  184. package/es/src/text/index.vue.mjs +4 -4
  185. package/es/src/version.d.ts +1 -1
  186. package/es/src/version.mjs +1 -1
  187. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  188. package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  189. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  190. package/lib/index.js +1 -1
  191. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  192. package/lib/src/ap-drawer/index.d.ts +7 -3
  193. package/lib/src/ap-drawer/index.js +1 -1
  194. package/lib/src/ap-drawer/interface.d.ts +0 -4
  195. package/lib/src/ap-drawer/style/css.cjs +1 -1
  196. package/lib/src/ap-drawer/style/css.d.ts +1 -0
  197. package/lib/src/ap-drawer/style/index.cjs +1 -1
  198. package/lib/src/ap-drawer/style/index.d.ts +1 -0
  199. package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
  200. package/lib/src/ap-field/index.js +1 -1
  201. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  202. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  203. package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
  204. package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  205. package/lib/src/ap-form/item/index.vue.js +1 -1
  206. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  207. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  208. package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
  209. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
  210. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -3
  211. package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  212. package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
  213. package/lib/src/ap-grid/index.vue.d.ts +4 -2
  214. package/lib/src/ap-grid/index.vue.js +1 -1
  215. package/lib/src/ap-grid/interface.d.ts +3 -3
  216. package/lib/src/ap-list/index.vue.d.ts +4 -2
  217. package/lib/src/ap-list/index.vue.js +1 -1
  218. package/lib/src/ap-list/interface.d.ts +4 -3
  219. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  220. package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
  221. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  222. package/lib/src/ap-table/constants.d.ts +5 -5
  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-table/hooks/use-table-paging-ng.d.ts +3 -3
  226. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  227. package/lib/src/ap-table/interface.d.ts +3 -3
  228. package/lib/src/ap-table/utils.d.ts +5 -5
  229. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  230. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  231. package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
  232. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  233. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  234. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  235. package/lib/src/business/ap-keep-alive/index.d.ts +2 -1
  236. package/lib/src/business/ap-keep-alive/index.js +1 -1
  237. package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -1
  238. package/lib/src/business/ap-keep-alive/utils.d.ts +1 -0
  239. package/lib/src/business/ap-keep-alive/utils.js +1 -1
  240. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  241. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
  242. package/lib/src/business/ap-radio-group/index.d.ts +6 -0
  243. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  244. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  245. package/lib/src/business/ap-table-modal/index.d.ts +4 -16
  246. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  247. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  248. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  249. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
  250. package/lib/src/editable-table/form-item.vue.d.ts +4 -2
  251. package/lib/src/editable-table/index.vue.d.ts +4 -2
  252. package/lib/src/index.js +1 -1
  253. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  254. package/lib/src/tests/wrapper.d.ts +4 -4
  255. package/lib/src/version.d.ts +1 -1
  256. package/lib/src/version.js +1 -1
  257. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  258. package/package.json +5 -5
  259. package/theme/antd-global-overwrite/admin/alert.css +1 -1
  260. package/theme/antd-global-overwrite/admin/field.css +3 -0
  261. package/theme/antd-global-overwrite/admin/field.less +4 -0
  262. package/theme/antd-global-overwrite/admin/index.css +10 -1
  263. package/theme/antd-global-overwrite/admin/modal.css +6 -0
  264. package/theme/antd-global-overwrite/admin/modal.less +8 -0
  265. package/theme/antd-global-overwrite/aplus/alert.css +1 -1
  266. package/theme/antd-global-overwrite/aplus/field.css +3 -0
  267. package/theme/antd-global-overwrite/aplus/field.less +4 -0
  268. package/theme/antd-global-overwrite/aplus/index.css +11 -2
  269. package/theme/antd-global-overwrite/aplus/modal.css +7 -1
  270. package/theme/antd-global-overwrite/aplus/modal.less +9 -1
  271. package/theme/ap-action/item-dropdown.css +1 -1
  272. package/theme/ap-action/item.css +2 -2
  273. package/theme/ap-appendix/ap-appendix.css +2 -2
  274. package/theme/ap-attachment/ap-attachment.css +2 -2
  275. package/theme/ap-batch-action/ap-batch-action.css +1 -1
  276. package/theme/ap-button/ap-button.css +1 -1
  277. package/theme/ap-card/ap-card.css +1 -1
  278. package/theme/ap-copy/ap-copy.css +1 -1
  279. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  280. package/theme/ap-download/ap-download.css +4 -4
  281. package/theme/ap-drawer/ap-drawer.css +5 -6
  282. package/theme/ap-drawer/ap-drawer.less +4 -7
  283. package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
  284. package/theme/ap-field/checkbox.css +1 -1
  285. package/theme/ap-field/index.css +1 -1
  286. package/theme/ap-field/number.css +1 -1
  287. package/theme/ap-field/radio.css +1 -1
  288. package/theme/ap-field/text-area.css +1 -1
  289. package/theme/ap-form/ap-form-item-group.css +1 -1
  290. package/theme/ap-form/ap-form-item.css +4 -1
  291. package/theme/ap-form/ap-form-item.less +3 -0
  292. package/theme/ap-form/drawer-form.css +1 -1
  293. package/theme/ap-form/index.css +8 -5
  294. package/theme/ap-form/item-text-group.css +1 -1
  295. package/theme/ap-form/item-text.css +1 -1
  296. package/theme/ap-form/modal-form.css +1 -1
  297. package/theme/ap-form/search-form-sorter.css +5 -5
  298. package/theme/ap-form/search-form.css +8 -5
  299. package/theme/ap-grid/editable.css +1 -1
  300. package/theme/ap-grid/index.css +16 -11
  301. package/theme/ap-grid/index.less +2 -2
  302. package/theme/ap-group-search/ap-extension-select.css +1 -1
  303. package/theme/ap-group-search/ap-group-search.css +1 -1
  304. package/theme/ap-group-search/ap-popover-select.css +1 -1
  305. package/theme/ap-image/ap-image.css +1 -1
  306. package/theme/ap-input-radio/ap-input-radio.css +1 -1
  307. package/theme/ap-label/ap-label.css +1 -1
  308. package/theme/ap-ladder/ap-ladder.css +4 -4
  309. package/theme/ap-layout/ap-info-layout.css +1 -1
  310. package/theme/ap-list/index.css +1 -1
  311. package/theme/ap-product-info/ap-product-info.css +1 -1
  312. package/theme/ap-radio-group/ap-radio-group.css +2 -1
  313. package/theme/ap-radio-group/ap-radio-group.less +1 -0
  314. package/theme/ap-select-layout/ap-select-layout.css +3 -3
  315. package/theme/ap-size-input/ap-size-input.css +1 -1
  316. package/theme/ap-status/ap-status.css +1 -1
  317. package/theme/ap-summary/index.css +1 -1
  318. package/theme/ap-table/ap-table-index.css +1 -1
  319. package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
  320. package/theme/ap-table/ap-table.css +12 -9
  321. package/theme/ap-table/setting/index.css +3 -3
  322. package/theme/ap-table/setting/modal.css +2 -2
  323. package/theme/ap-table/setting/select-group.css +1 -1
  324. package/theme/ap-table/setting/sortable-item-meta.css +1 -1
  325. package/theme/ap-table/setting/sortable-item.css +1 -1
  326. package/theme/ap-table/setting/sorter.css +2 -2
  327. package/theme/ap-table-modal/index.css +12 -9
  328. package/theme/ap-tag/ap-tag-group.css +1 -1
  329. package/theme/ap-tag/ap-tag.css +4 -4
  330. package/theme/ap-title/ap-title.css +1 -1
  331. package/theme/ap-upload/index.css +2 -2
  332. package/theme/ap-upload/multiple-file.css +1 -1
  333. package/theme/ap-upload/picture.css +1 -1
  334. package/theme/ap-upload/single-file.css +2 -2
  335. package/theme/ap-upload/upload.css +1 -1
  336. package/theme/ap-upload-single/index.css +1 -1
  337. package/theme/ap-view/ap-view.css +1 -1
  338. package/theme/batch-input-group/index.css +1 -1
  339. package/theme/batch-input-group/popover-input.css +1 -1
  340. package/theme/check-card/index.css +4 -4
  341. package/theme/editable-table/index.css +9 -6
  342. package/theme/full-screen/index.css +1 -1
  343. package/theme/index.css +46 -39
  344. package/theme/mask/index.css +1 -1
  345. package/theme/mixins/config.less +3 -3
  346. package/theme/mixins/mixins.css +1 -1
  347. package/theme/scroll-bar/index.css +1 -1
  348. package/theme/scroll-view/index.css +1 -1
  349. package/theme/splitter/index.css +2 -2
  350. package/theme/text/group.css +1 -1
  351. package/theme/text/index.css +2 -2
  352. package/theme/ui-mode.css +2 -0
  353. package/theme/ui-mode.less +2 -0
  354. package/theme/work-order-modal/index.css +1 -1
  355. package/es/src/ap-drawer/ApDrawer.vue.d.ts +0 -29
  356. package/es/src/ap-drawer/ApDrawer.vue.mjs +0 -91
  357. package/es/src/ap-drawer/ApDrawer.vue2.mjs +0 -4
  358. package/es/src/ap-drawer/components/ApDrawerClose.vue.d.ts +0 -8
  359. package/es/src/ap-drawer/components/ApDrawerClose.vue.mjs +0 -25
  360. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +0 -4
  361. package/lib/src/ap-drawer/ApDrawer.vue.d.ts +0 -29
  362. package/lib/src/ap-drawer/ApDrawer.vue.js +0 -1
  363. package/lib/src/ap-drawer/ApDrawer.vue2.js +0 -1
  364. package/lib/src/ap-drawer/components/ApDrawerClose.vue.d.ts +0 -8
  365. package/lib/src/ap-drawer/components/ApDrawerClose.vue.js +0 -1
  366. package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +0 -1
@@ -1,14 +1,15 @@
1
- import { defineComponent as S, isVNode as b, h as a, createElementBlock as n, openBlock as r, normalizeClass as u, unref as o, createVNode as V, withCtx as _, Fragment as w, renderList as B, normalizeStyle as N, createBlock as z, resolveDynamicComponent as F } from "vue";
2
- import { Flex as L } from "@aplus-frontend/antdv";
1
+ import { defineComponent as b, ref as V, isVNode as _, h as l, openBlock as o, createElementBlock as r, normalizeClass as f, unref as a, createVNode as w, withCtx as B, Fragment as N, renderList as z, normalizeStyle as F, createBlock as L, resolveDynamicComponent as x } from "vue";
2
+ import { Flex as A } from "@aplus-frontend/antdv";
3
3
  import "../../config-provider/index.mjs";
4
4
  import "../../hooks/index.mjs";
5
- import { useNamespace as x } from "../../config-provider/hooks/use-namespace.mjs";
6
- import { useControllableValue as A } from "../../hooks/useControllableValue.mjs";
7
- const D = ["onClick"], J = /* @__PURE__ */ S({
5
+ import { useNamespace as D } from "../../config-provider/hooks/use-namespace.mjs";
6
+ import { useControllableValue as E } from "../../hooks/useControllableValue.mjs";
7
+ const G = ["onClick"], K = /* @__PURE__ */ b({
8
8
  name: "ApRadioGroup",
9
9
  __name: "ap-radio-group",
10
10
  props: {
11
11
  value: { default: "" },
12
+ delay: { default: 0 },
12
13
  options: { default: () => [] },
13
14
  optionStyle: { default: () => ({
14
15
  height: 28,
@@ -16,37 +17,42 @@ const D = ["onClick"], J = /* @__PURE__ */ S({
16
17
  }) }
17
18
  },
18
19
  emits: ["update:value", "change"],
19
- setup(d, { emit: f }) {
20
- const { b: h, e: i } = x("ap-radio-group"), g = d, l = f, { value: y, updateValue: C } = A(
21
- g,
22
- l
23
- ), k = (e) => b(e) ? a(e) : typeof e == "function" ? a("span", e()) : a("span", e), v = (e) => {
24
- C(e), l("change", e);
20
+ setup(h, { emit: g }) {
21
+ const { b: y, e: n } = D("ap-radio-group"), i = h, p = g, { value: v, updateValue: C } = E(
22
+ i,
23
+ p
24
+ ), s = V(v.value), k = (e) => _(e) ? l(e) : typeof e == "function" ? l("span", e()) : l("span", e), S = (e) => {
25
+ s.value = e, setTimeout(() => {
26
+ C(e), p("change", e);
27
+ }, i.delay);
25
28
  };
26
- return (e, E) => {
27
- var p;
28
- return r(), n("div", {
29
- class: u([o(h)()])
29
+ return (e, H) => {
30
+ var u;
31
+ return o(), r("div", {
32
+ class: f([a(y)()])
30
33
  }, [
31
- V(o(L), {
32
- gap: (p = e.optionStyle) == null ? void 0 : p.gap,
34
+ w(a(A), {
35
+ gap: (u = e.optionStyle) == null ? void 0 : u.gap,
33
36
  wrap: "wrap"
34
37
  }, {
35
- default: _(() => [
36
- (r(!0), n(w, null, B(e.options.filter((t) => t.visible !== !1), (t) => {
37
- var s, c, m;
38
- return r(), n("div", {
38
+ default: B(() => [
39
+ (o(!0), r(N, null, z(e.options.filter((t) => t.visible !== !1), (t) => {
40
+ var c, m, d;
41
+ return o(), r("div", {
39
42
  key: t.value,
40
- class: u([o(i)("item"), o(y) === t.value ? o(i)("item--active") : ""]),
41
- style: N({
42
- height: ((s = e.optionStyle) == null ? void 0 : s.height) + "px",
43
- lineHeight: ((c = e.optionStyle) == null ? void 0 : c.height) + "px",
44
- color: (m = e.optionStyle) == null ? void 0 : m.color
43
+ class: f([
44
+ a(n)("item"),
45
+ s.value === t.value ? a(n)("item--active") : ""
46
+ ]),
47
+ style: F({
48
+ height: ((c = e.optionStyle) == null ? void 0 : c.height) + "px",
49
+ lineHeight: ((m = e.optionStyle) == null ? void 0 : m.height) + "px",
50
+ color: (d = e.optionStyle) == null ? void 0 : d.color
45
51
  }),
46
- onClick: (G) => v(t.value)
52
+ onClick: (R) => S(t.value)
47
53
  }, [
48
- (r(), z(F(k(t.label))))
49
- ], 14, D);
54
+ (o(), L(x(k(t.label))))
55
+ ], 14, G);
50
56
  }), 128))
51
57
  ]),
52
58
  _: 1
@@ -56,5 +62,5 @@ const D = ["onClick"], J = /* @__PURE__ */ S({
56
62
  }
57
63
  });
58
64
  export {
59
- J as default
65
+ K as default
60
66
  };
@@ -4,6 +4,7 @@ export * from './interface';
4
4
  declare const ApRadioGroup: {
5
5
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
6
6
  value: string | number;
7
+ delay?: number;
7
8
  options: RadioOptionType[];
8
9
  optionStyle?: RadioOptionStyleType;
9
10
  }> & Readonly<{
@@ -15,6 +16,7 @@ declare const ApRadioGroup: {
15
16
  }, PublicProps, {
16
17
  value: string | number;
17
18
  options: RadioOptionType[];
19
+ delay: number;
18
20
  optionStyle: RadioOptionStyleType;
19
21
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
20
22
  P: {};
@@ -25,6 +27,7 @@ declare const ApRadioGroup: {
25
27
  Defaults: {};
26
28
  }, Readonly<{
27
29
  value: string | number;
30
+ delay?: number;
28
31
  options: RadioOptionType[];
29
32
  optionStyle?: RadioOptionStyleType;
30
33
  }> & Readonly<{
@@ -33,6 +36,7 @@ declare const ApRadioGroup: {
33
36
  }>, {}, {}, {}, {}, {
34
37
  value: string | number;
35
38
  options: RadioOptionType[];
39
+ delay: number;
36
40
  optionStyle: RadioOptionStyleType;
37
41
  }>;
38
42
  __isFragment?: never;
@@ -40,6 +44,7 @@ declare const ApRadioGroup: {
40
44
  __isSuspense?: never;
41
45
  } & ComponentOptionsBase<Readonly<{
42
46
  value: string | number;
47
+ delay?: number;
43
48
  options: RadioOptionType[];
44
49
  optionStyle?: RadioOptionStyleType;
45
50
  }> & Readonly<{
@@ -51,6 +56,7 @@ declare const ApRadioGroup: {
51
56
  }, string, {
52
57
  value: string | number;
53
58
  options: RadioOptionType[];
59
+ delay: number;
54
60
  optionStyle: RadioOptionStyleType;
55
61
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
56
62
  $props: {
@@ -1,5 +1,5 @@
1
1
  import { ApSelectItem } from './interface';
2
- import { PublicProps, ShallowUnwrapRef, VNode, Plugin } from 'vue';
2
+ import { PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement, Plugin } from 'vue';
3
3
  export * from './interface';
4
4
  declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
5
5
  attrs: any;
@@ -38,7 +38,9 @@ declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable
38
38
  (event: "afterEnter", el: Element): void;
39
39
  (event: "afterLeave", el: Element): void;
40
40
  };
41
- }>) => VNode & {
41
+ }>) => VNode<RendererNode, RendererElement, {
42
+ [key: string]: any;
43
+ }> & {
42
44
  __ctx?: Awaited<typeof __VLS_setup>;
43
45
  }) & ( Plugin & (new (...args: any[]) => {
44
46
  $props: {
@@ -1,5 +1,5 @@
1
1
  import { ApSelectItem, ApSelectLayoutProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
3
  declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onOnSelect?: ((value: T) => any) | undefined;
@@ -19,7 +19,9 @@ declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaite
19
19
  (event: "afterEnter", el: Element): void;
20
20
  (event: "afterLeave", el: Element): void;
21
21
  };
22
- }>) => VNode & {
22
+ }>) => VNode<RendererNode, RendererElement, {
23
+ [key: string]: any;
24
+ }> & {
23
25
  __ctx?: Awaited<typeof __VLS_setup>;
24
26
  };
25
27
  export default _default;
@@ -1,4 +1,4 @@
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";
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";
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 m(), p("div", {
45
+ return p(), m("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
- (m(!0), p(z, null, R(U.value, (l) => g((m(), p("div", {
93
+ (p(!0), m(z, null, R(U.value, (l) => g((p(), m("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 ? (m(), p("div", {
121
+ f.value ? (p(), m("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, 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";
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";
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 ? (m(), d("div", {
23
+ return (S, _) => e.show ? (d(), i("div", {
24
24
  key: 0,
25
- class: s([t(c)()]),
26
- style: r(n.value)
25
+ class: r([t(c)()]),
26
+ style: s(n.value)
27
27
  }, [
28
- f(g(e.text) + " ", 1),
28
+ m(f(e.text) + " ", 1),
29
29
  y("div", {
30
- class: s([t(o)("bg"), t(o)("primary")]),
31
- style: r(p.value)
30
+ class: r([t(o)("bg"), t(o)("primary")]),
31
+ style: s(p.value)
32
32
  }, null, 6)
33
- ], 6)) : i("", !0);
33
+ ], 6)) : g("", !0);
34
34
  }
35
35
  });
36
36
  export {
@@ -1,4 +1,4 @@
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";
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";
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: m([i(l)()]),
22
+ class: d([m(l)()]),
23
23
  style: a(u.value)
24
24
  }, [
25
- (r(!0), o(f, null, y(t.statusList, (e) => (r(), _(k, {
25
+ (r(!0), o(i, null, f(t.statusList, (e) => (r(), y(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)) : d("", !0);
33
+ ], 6)) : _("", !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, 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";
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";
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";
@@ -41,14 +41,8 @@ declare const ApTableModal: {
41
41
  };
42
42
  y: undefined;
43
43
  };
44
- getPaging: () => Partial<{
45
- current: number;
46
- pageSize: number;
47
- }>;
48
- setPaging: (nextPaging: Partial<{
49
- current: number;
50
- pageSize: number;
51
- }>, refreshImmediately?: boolean) => void;
44
+ getPaging: () => InternalPagingType;
45
+ setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
52
46
  } | null;
53
47
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
54
48
  finish: (selectedRowKeys: (string | number)[], selectedRows: any[]) => any;
@@ -145,14 +139,8 @@ declare const ApTableModal: {
145
139
  };
146
140
  y: undefined;
147
141
  };
148
- getPaging: () => Partial<{
149
- current: number;
150
- pageSize: number;
151
- }>;
152
- setPaging: (nextPaging: Partial<{
153
- current: number;
154
- pageSize: number;
155
- }>, refreshImmediately?: boolean) => void;
142
+ getPaging: () => InternalPagingType;
143
+ setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
156
144
  } | null;
157
145
  }, {}, {}, {}, {
158
146
  mask: boolean;
@@ -1,4 +1,4 @@
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";
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";
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) => (f(), c("div", null, [
23
+ return (i, x) => (c(), f("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, createElementBlock as o, openBlock as l, normalizeClass as a, unref as t, renderSlot as h, Fragment as i, createCommentVNode as b, createElementVNode as m, createVNode as p, withCtx as n, createBlock as s, resolveDynamicComponent as c, h as T, createTextVNode as $, toDisplayString as B, renderList as M } from "vue";
1
+ import { defineComponent as v, openBlock as l, createElementBlock as o, normalizeClass as a, unref as t, Fragment as i, createVNode as m, withCtx as n, createBlock as s, resolveDynamicComponent as p, h, createElementVNode as c, renderSlot as b, createCommentVNode as T, createTextVNode as $, toDisplayString as B, renderList as M } from "vue";
2
2
  import "../../../config-provider/index.mjs";
3
3
  import { ApTitle as k } from "../../ap-title/index.mjs";
4
4
  import { Button as V, Empty as I } from "@aplus-frontend/antdv";
@@ -30,29 +30,29 @@ const O = /* @__PURE__ */ v({
30
30
  key: 0,
31
31
  class: a(t(r)("table-layout-left"))
32
32
  }, [
33
- p(t(k), { style: { "margin-bottom": "16px" } }, {
33
+ m(t(k), { style: { "margin-bottom": "16px" } }, {
34
34
  prefix: n(() => [
35
- (l(), s(c(T(i, [e.leftTitle]))))
35
+ (l(), s(p(h(i, [e.leftTitle]))))
36
36
  ]),
37
37
  _: 1
38
38
  }),
39
- m("div", {
39
+ c("div", {
40
40
  class: a(t(r)("table-layout-left-content"))
41
41
  }, [
42
- h(e.$slots, "default")
42
+ b(e.$slots, "default")
43
43
  ], 2)
44
- ], 2)) : b("", !0),
45
- m("div", {
44
+ ], 2)) : T("", !0),
45
+ c("div", {
46
46
  class: a(t(r)("table-layout-right"))
47
47
  }, [
48
- p(t(k), {
48
+ m(t(k), {
49
49
  title: `${t(d)("ap.apTableModal.selected")} (${e.selectedList.length})`
50
50
  }, {
51
51
  prefix: n(() => [
52
- (l(), s(c(T(i, [N(e.selectedList.length)]))))
52
+ (l(), s(p(h(i, [N(e.selectedList.length)]))))
53
53
  ]),
54
54
  suffix: n(() => [
55
- p(t(V), {
55
+ m(t(V), {
56
56
  type: "link",
57
57
  style: { padding: "0px", height: "22px", "border-width": "0px" },
58
58
  onClick: L
@@ -65,21 +65,21 @@ const O = /* @__PURE__ */ v({
65
65
  ]),
66
66
  _: 1
67
67
  }, 8, ["title"]),
68
- m("div", {
68
+ c("div", {
69
69
  class: a(t(r)("table-layout-right-content"))
70
70
  }, [
71
71
  (l(!0), o(i, null, M(e.selectedList, (y) => {
72
72
  var g;
73
- return l(), s(c((g = e.renderSelectedItem) == null ? void 0 : g.call(e, y, { deleteItem: C })), { key: y });
73
+ return l(), s(p((g = e.renderSelectedItem) == null ? void 0 : g.call(e, y, { deleteItem: C })), { key: y });
74
74
  }), 128)),
75
75
  e.selectedList.length === 0 ? (l(), s(t(I), {
76
76
  key: 0,
77
77
  image: t(I).PRESENTED_IMAGE_SIMPLE,
78
78
  style: { "margin-top": "100px" }
79
- }, null, 8, ["image"])) : b("", !0)
79
+ }, null, 8, ["image"])) : T("", !0)
80
80
  ], 2)
81
81
  ], 2)
82
- ], 64)) : h(e.$slots, "default", { key: 1 })
82
+ ], 64)) : b(e.$slots, "default", { key: 1 })
83
83
  ], 2));
84
84
  }
85
85
  });
@@ -1,4 +1,4 @@
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";
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";
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) => (T(), k(s(z), y(
180
+ }), (o, t) => (k(), T(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 ? (T(), k($(e.renderHeader), { key: 0 })) : V("", !0),
207
+ e.renderHeader ? (k(), T(V(e.renderHeader), { key: 0 })) : $("", !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, 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";
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";
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, k(e.title), 1),
29
- e.helpMessage ? (l(), C(t(I), {
28
+ r("span", null, C(e.title), 1),
29
+ e.helpMessage ? (l(), y(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: v(() => [
36
- M(t(N), {
37
- style: $(f.value)
35
+ default: k(() => [
36
+ v(t(N), {
37
+ style: M(f.value)
38
38
  }, null, 8, ["style"])
39
39
  ]),
40
40
  _: 1
41
- }, 8, ["title", "placement", "trigger"])) : y("", !0)
41
+ }, 8, ["title", "placement", "trigger"])) : $("", !0)
42
42
  ], 64))
43
43
  ], 2),
44
44
  r("div", {
@@ -1,4 +1,4 @@
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";
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";
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 { createElementBlock as l, openBlock as n, createElementVNode as e } from "vue";
1
+ import { openBlock as l, createElementBlock 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 n(), l("svg", L, o[0] || (o[0] = [
11
+ return l(), n("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 { createElementBlock as o, openBlock as i, createStaticVNode as e } from "vue";
1
+ import { openBlock as o, createElementBlock 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 i(), o("svg", s, t[0] || (t[0] = [
11
+ return o(), i("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 q, computed as B, ref as v, createVNode as _, onMounted as H, watch as J, createBlock as Q, openBlock as X, unref as K, mergeProps as Z, withCtx as U, createElementVNode as C, normalizeClass as R } from "vue";
1
+ import { defineComponent as q, computed as B, ref as v, createVNode as _, onMounted as H, watch as J, openBlock as Q, createBlock as X, unref as K, mergeProps as Z, withCtx as U, createElementVNode as C, normalizeClass as R } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import S from "./icons/line-down.vue.mjs";
4
4
  import { ApBatchActionGroup as D } from "../ap-batch-action-group/index.mjs";
@@ -186,7 +186,7 @@ const xe = /* @__PURE__ */ q({
186
186
  h(t);
187
187
  }), T({
188
188
  setFirstDefaultSystemView: A
189
- }), (t, i) => (X(), Q(K(D), Z({
189
+ }), (t, i) => (Q(), X(K(D), Z({
190
190
  ...t.$attrs
191
191
  }, {
192
192
  open: N.value,
@@ -2,12 +2,13 @@ import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc }
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
3
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
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 { OnCleanup } from '@vue/reactivity';
13
14
  type __VLS_Props = {
@@ -108,7 +109,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
108
109
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
109
110
  readonly initialValues?: Recordable | undefined;
110
111
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
111
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
112
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
112
113
  readonly syncToUrlPriority?: boolean | undefined;
113
114
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
114
115
  $attrs: {
@@ -1,5 +1,5 @@
1
- import { defineComponent as z, ref as $, computed as I, watch as Y, createBlock as D, openBlock as E, unref as e, withCtx as t, createElementVNode as f, normalizeClass as r, createVNode as a, createSlots as K, toDisplayString as s, createTextVNode as v } from "vue";
2
- import { Popover as j, Tooltip as q, Space as N, Checkbox as B } from "@aplus-frontend/antdv";
1
+ import { defineComponent as z, ref as $, computed as I, watch as Y, openBlock as D, createBlock as E, unref as e, withCtx as t, createElementVNode as f, normalizeClass as r, createVNode as a, toDisplayString as s, createTextVNode as v, createSlots as K } from "vue";
2
+ import { Popover as j, Checkbox as q, Space as N, Tooltip as B } from "@aplus-frontend/antdv";
3
3
  import "../../../config-provider/index.mjs";
4
4
  import L from "../icons/line-eye.vue.mjs";
5
5
  import "../../../ap-form/ap-form.vue.mjs";
@@ -52,7 +52,7 @@ const re = /* @__PURE__ */ z({
52
52
  viewConfig: T
53
53
  })), c.value = !1;
54
54
  };
55
- return (p, i) => (E(), D(e(j), {
55
+ return (p, i) => (D(), E(e(j), {
56
56
  open: y.value,
57
57
  "onUpdate:open": i[1] || (i[1] = (m) => y.value = m),
58
58
  placement: "bottom",
@@ -87,7 +87,7 @@ const re = /* @__PURE__ */ z({
87
87
  "value-prop-name": "checked"
88
88
  }, {
89
89
  default: t(() => [
90
- a(e(B), null, {
90
+ a(e(q), null, {
91
91
  default: t(() => [
92
92
  v(s(e(o)("ap.apView.setDefault")), 1)
93
93
  ]),
@@ -154,7 +154,7 @@ const re = /* @__PURE__ */ z({
154
154
  [e(l)("main-content-disabled")]: e(u).length >= d.maxViewNum + 1
155
155
  })
156
156
  }, [
157
- a(e(q), { placement: "bottom" }, K({
157
+ a(e(B), { placement: "bottom" }, K({
158
158
  default: t(() => [
159
159
  a(e(N), { size: 4 }, {
160
160
  default: t(() => [
@@ -2,12 +2,13 @@ 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
3
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
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 } from '../../../ap-form';
13
14
  import { OnCleanup } from '@vue/reactivity';
@@ -109,7 +110,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
109
110
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
110
111
  readonly initialValues?: Recordable | undefined;
111
112
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
112
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
113
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
113
114
  readonly syncToUrlPriority?: boolean | undefined;
114
115
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
115
116
  $attrs: {