@aplus-frontend/ui 6.19.0 → 6.19.1

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 (316) 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 +2 -31
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +7 -11
  8. package/es/src/ap-button/ap-button.vue.mjs +20 -24
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +11 -15
  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 +18 -21
  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 +12 -17
  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 +15 -14
  38. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  39. package/es/src/ap-form/drawer-form/index.vue.d.ts +19 -18
  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 +20 -48
  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 +10 -29
  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 +19 -18
  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 +4 -2
  72. package/es/src/ap-grid/editable/form-item.vue.mjs +9 -9
  73. package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
  74. package/es/src/ap-grid/editable/index.vue.mjs +3 -3
  75. package/es/src/ap-grid/index.vue.d.ts +4 -2
  76. package/es/src/ap-grid/index.vue.mjs +40 -40
  77. package/es/src/ap-list/index.vue.d.ts +4 -2
  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 +4 -2
  81. package/es/src/ap-table/ap-table.vue2.mjs +14 -13
  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 +30 -46
  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 +7 -2
  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 +3 -4
  108. package/es/src/business/ap-batch-action-group/index.d.ts +11 -33
  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 +3 -2
  112. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +212 -398
  113. package/es/src/business/ap-draggable-grid/constans.mjs +1 -1
  114. package/es/src/business/ap-draggable-grid/index.d.ts +5 -2
  115. package/es/src/business/ap-draggable-grid/interface.d.ts +3 -2
  116. package/es/src/business/ap-draggable-grid/utils/sortItemsByRowAndCol.d.ts +2 -0
  117. package/es/src/business/ap-draggable-grid/utils/sortItemsByRowAndCol.mjs +14 -0
  118. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  119. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +33 -33
  120. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  121. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  122. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  123. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  124. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  125. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  126. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  127. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  128. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  129. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  130. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  131. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  132. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  133. package/es/src/business/ap-table-modal/index.d.ts +5 -17
  134. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  135. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  136. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  137. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  138. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  139. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  140. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  141. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  142. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +11 -10
  143. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  144. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +11 -10
  145. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  146. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  147. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  148. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  149. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  150. package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
  151. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  152. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  153. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  154. package/es/src/check-card/index.vue2.mjs +3 -3
  155. package/es/src/config-provider/config-provider-props.d.ts +5 -4
  156. package/es/src/config-provider/config-provider.d.ts +9 -8
  157. package/es/src/config-provider/hooks/use-global-config.d.ts +5 -4
  158. package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
  159. package/es/src/config-provider/index.d.ts +14 -13
  160. package/es/src/editable-table/form-item.vue.d.ts +4 -2
  161. package/es/src/editable-table/form-item.vue.mjs +38 -37
  162. package/es/src/editable-table/index.vue.d.ts +4 -2
  163. package/es/src/editable-table/index.vue.mjs +16 -15
  164. package/es/src/full-screen/index.vue.mjs +3 -3
  165. package/es/src/hooks/useFullScreen.mjs +5 -5
  166. package/es/src/mask/index.vue.mjs +10 -10
  167. package/es/src/portal/index.vue.mjs +2 -2
  168. package/es/src/scroll-bar/index.vue.mjs +3 -3
  169. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  170. package/es/src/scroll-view/index.vue.d.ts +5 -5
  171. package/es/src/scroll-view/index.vue.mjs +9 -9
  172. package/es/src/splitter/Panel.vue2.mjs +4 -4
  173. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  174. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  175. package/es/src/tests/wrapper.d.ts +4 -4
  176. package/es/src/text/group.vue.mjs +2 -2
  177. package/es/src/text/index.vue.mjs +5 -5
  178. package/es/src/utils/config-provider-preset.d.ts +6 -5
  179. package/es/src/version.d.ts +1 -1
  180. package/es/src/version.mjs +1 -1
  181. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  182. package/es/src/work-order-modal/work-order-modal.vue.d.ts +11 -10
  183. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  184. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  185. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -31
  186. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  187. package/lib/src/ap-button/ap-button.vue.js +1 -1
  188. package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
  189. package/lib/src/ap-download/ap-download.vue.js +1 -1
  190. package/lib/src/ap-field/date/index.vue.js +1 -1
  191. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  192. package/lib/src/ap-field/index.js +1 -1
  193. package/lib/src/ap-field/number/index.vue.d.ts +29 -29
  194. package/lib/src/ap-field/rate/index.vue.d.ts +4 -4
  195. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  196. package/lib/src/ap-field/select/index.vue.d.ts +97 -97
  197. package/lib/src/ap-field/select/index.vue.js +1 -1
  198. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  199. package/lib/src/ap-field/slider/index.vue.d.ts +8 -8
  200. package/lib/src/ap-field/text-area/index.vue.d.ts +54 -54
  201. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  202. package/lib/src/ap-field/tree-select/index.vue.d.ts +93 -93
  203. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  204. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  205. package/lib/src/ap-form/ap-form.vue.d.ts +15 -14
  206. package/lib/src/ap-form/drawer-form/index.vue.d.ts +19 -18
  207. package/lib/src/ap-form/items/number/index.vue.d.ts +31 -31
  208. package/lib/src/ap-form/items/select/index.vue.d.ts +107 -107
  209. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  210. package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
  211. package/lib/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  212. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  213. package/lib/src/ap-form/modal-form/index.vue.d.ts +20 -48
  214. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +10 -29
  215. package/lib/src/ap-form/search-form/index.vue.d.ts +19 -18
  216. package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  217. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  218. package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
  219. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  220. package/lib/src/ap-grid/index.vue.d.ts +4 -2
  221. package/lib/src/ap-grid/index.vue.js +1 -1
  222. package/lib/src/ap-list/index.vue.d.ts +4 -2
  223. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  224. package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
  225. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  226. package/lib/src/ap-table/constants.d.ts +332 -332
  227. package/lib/src/ap-table/constants.js +1 -1
  228. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  229. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  230. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  231. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  232. package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
  233. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  234. package/lib/src/business/ap-batch-action-group/index.d.ts +11 -33
  235. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -2
  236. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  237. package/lib/src/business/ap-draggable-grid/constans.js +1 -1
  238. package/lib/src/business/ap-draggable-grid/index.d.ts +5 -2
  239. package/lib/src/business/ap-draggable-grid/interface.d.ts +3 -2
  240. package/lib/src/business/ap-draggable-grid/utils/sortItemsByRowAndCol.d.ts +2 -0
  241. package/lib/src/business/ap-draggable-grid/utils/sortItemsByRowAndCol.js +1 -0
  242. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  243. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  244. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  245. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  246. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  247. package/lib/src/business/ap-table-modal/index.d.ts +5 -17
  248. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +11 -10
  249. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +11 -10
  250. package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
  251. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  252. package/lib/src/config-provider/config-provider-props.d.ts +5 -4
  253. package/lib/src/config-provider/config-provider.d.ts +9 -8
  254. package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -4
  255. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
  256. package/lib/src/config-provider/index.d.ts +14 -13
  257. package/lib/src/editable-table/form-item.vue.d.ts +4 -2
  258. package/lib/src/editable-table/form-item.vue.js +1 -1
  259. package/lib/src/editable-table/index.vue.d.ts +4 -2
  260. package/lib/src/editable-table/index.vue.js +1 -1
  261. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  262. package/lib/src/tests/wrapper.d.ts +4 -4
  263. package/lib/src/utils/config-provider-preset.d.ts +6 -5
  264. package/lib/src/version.d.ts +1 -1
  265. package/lib/src/version.js +1 -1
  266. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +11 -10
  267. package/package.json +1 -1
  268. package/theme/antd-global-overwrite/admin/alert.css +37 -0
  269. package/theme/antd-global-overwrite/admin/alert.less +51 -0
  270. package/theme/antd-global-overwrite/admin/button.css +27 -0
  271. package/theme/antd-global-overwrite/admin/button.less +31 -0
  272. package/theme/antd-global-overwrite/admin/field.css +42 -0
  273. package/theme/antd-global-overwrite/admin/field.less +43 -0
  274. package/theme/antd-global-overwrite/admin/form.css +57 -0
  275. package/theme/antd-global-overwrite/admin/form.less +97 -0
  276. package/theme/antd-global-overwrite/admin/message.css +10 -0
  277. package/theme/antd-global-overwrite/admin/message.less +13 -0
  278. package/theme/antd-global-overwrite/admin/modal.css +94 -0
  279. package/theme/antd-global-overwrite/admin/modal.less +128 -0
  280. package/theme/antd-global-overwrite/admin/pagination.css +122 -0
  281. package/theme/antd-global-overwrite/admin/pagination.less +91 -0
  282. package/theme/antd-global-overwrite/admin/steps.css +127 -0
  283. package/theme/antd-global-overwrite/admin/steps.less +197 -0
  284. package/theme/antd-global-overwrite/admin/table.css +78 -0
  285. package/theme/antd-global-overwrite/admin/table.less +62 -0
  286. package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
  287. package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
  288. package/theme/antd-global-overwrite/aplus/alert.css +40 -0
  289. package/theme/antd-global-overwrite/aplus/alert.less +55 -0
  290. package/theme/antd-global-overwrite/aplus/button.css +27 -0
  291. package/theme/antd-global-overwrite/aplus/button.less +31 -0
  292. package/theme/antd-global-overwrite/aplus/field.css +42 -0
  293. package/theme/antd-global-overwrite/aplus/field.less +43 -0
  294. package/theme/antd-global-overwrite/aplus/form.css +87 -0
  295. package/theme/antd-global-overwrite/aplus/form.less +133 -0
  296. package/theme/antd-global-overwrite/aplus/message.css +10 -0
  297. package/theme/antd-global-overwrite/aplus/message.less +13 -0
  298. package/theme/antd-global-overwrite/aplus/modal.css +87 -0
  299. package/theme/antd-global-overwrite/aplus/modal.less +120 -0
  300. package/theme/antd-global-overwrite/aplus/pagination.css +147 -0
  301. package/theme/antd-global-overwrite/aplus/pagination.less +108 -0
  302. package/theme/antd-global-overwrite/aplus/steps.css +125 -0
  303. package/theme/antd-global-overwrite/aplus/steps.less +198 -0
  304. package/theme/antd-global-overwrite/aplus/table.css +78 -0
  305. package/theme/antd-global-overwrite/aplus/table.less +61 -0
  306. package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
  307. package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
  308. package/theme/ap-draggable-grid/ap-draggable-grid.css +3 -3
  309. package/theme/ap-draggable-grid/ap-draggable-grid.less +3 -4
  310. package/theme/ap-table/ap-table-pagination.css +12 -0
  311. package/theme/ap-table/ap-table-pagination.less +14 -0
  312. package/theme/ap-tag/ap-tag.css +4 -3
  313. package/theme/ap-tag/ap-tag.less +4 -3
  314. package/theme/index.css +7 -6
  315. package/theme/ui-mode.css +60 -0
  316. package/theme/ui-mode.less +109 -0
@@ -1,18 +1,18 @@
1
1
  import { ApFormModalFormProps } from '../interface';
2
2
  import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, CSSProperties } from 'vue';
3
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
3
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, RuleObject } from '@aplus-frontend/antdv/es/form/interface';
4
4
  import { Recordable } from '../../type';
5
- import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
6
5
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
7
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
8
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
9
8
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
10
9
  import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
10
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
+ import { SizeType, ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
11
12
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
12
13
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc, ApFormSubmitterConfig } from '..';
13
14
  import { OnCleanup } from '@vue/reactivity';
14
- import { LegacyButtonType, ButtonHTMLType, ButtonIconPosition, ButtonVariantType } from '@aplus-frontend/antdv/es/button/buttonTypes';
15
- import { ButtonType, ButtonShape } from '@aplus-frontend/antdv/es/button';
15
+ import { LegacyButtonType, ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
16
16
  import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
17
17
  type ApModalFormSlots = {
18
18
  trigger: any;
@@ -28,7 +28,7 @@ declare function __VLS_template(): {
28
28
  $: ComponentInternalInstance;
29
29
  $data: {};
30
30
  $props: {
31
- readonly size?: SizeType;
31
+ readonly size?: "small" | "large" | "middle" | undefined;
32
32
  readonly onSubmit?: ((e: Event) => void) | undefined;
33
33
  readonly layout?: string | undefined;
34
34
  readonly disabled?: boolean | undefined;
@@ -118,7 +118,7 @@ declare function __VLS_template(): {
118
118
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
119
119
  readonly initialValues?: Recordable | undefined;
120
120
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
121
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
121
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
122
122
  readonly syncToUrlPriority?: boolean | undefined;
123
123
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
124
124
  $attrs: {
@@ -323,8 +323,8 @@ declare function __VLS_template(): {
323
323
  default: string | string[];
324
324
  };
325
325
  size: {
326
- type: PropType<ButtonSize>;
327
- default: ButtonSize;
326
+ type: PropType<SizeType>;
327
+ default: SizeType;
328
328
  };
329
329
  disabled: {
330
330
  type: BooleanConstructor;
@@ -351,7 +351,7 @@ declare function __VLS_template(): {
351
351
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
352
352
  };
353
353
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
354
- size: ButtonSize;
354
+ size: SizeType;
355
355
  onSubmit: (e: Event) => void;
356
356
  disabled: boolean;
357
357
  validateTrigger: string | string[];
@@ -643,8 +643,8 @@ declare function __VLS_template(): {
643
643
  default: string | string[];
644
644
  };
645
645
  size: {
646
- type: PropType<ButtonSize>;
647
- default: ButtonSize;
646
+ type: PropType<SizeType>;
647
+ default: SizeType;
648
648
  };
649
649
  disabled: {
650
650
  type: BooleanConstructor;
@@ -671,7 +671,7 @@ declare function __VLS_template(): {
671
671
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
672
672
  };
673
673
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
674
- size: ButtonSize;
674
+ size: SizeType;
675
675
  onSubmit: (e: Event) => void;
676
676
  disabled: boolean;
677
677
  validateTrigger: string | string[];
@@ -958,13 +958,6 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
958
958
  onMousedown: {
959
959
  type: PropType< MouseEventHandler | MouseEventHandler[]>;
960
960
  };
961
- autoInsertSpace: BooleanConstructor;
962
- iconPosition: {
963
- type: PropType<ButtonIconPosition>;
964
- default: string;
965
- };
966
- color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "primary" | "danger">;
967
- variant: PropType<ButtonVariantType>;
968
961
  }>>>;
969
962
  default: Partial< ExtractPropTypes<{
970
963
  prefixCls: StringConstructor;
@@ -1013,13 +1006,6 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1013
1006
  onMousedown: {
1014
1007
  type: PropType< MouseEventHandler | MouseEventHandler[]>;
1015
1008
  };
1016
- autoInsertSpace: BooleanConstructor;
1017
- iconPosition: {
1018
- type: PropType<ButtonIconPosition>;
1019
- default: string;
1020
- };
1021
- color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "primary" | "danger">;
1022
- variant: PropType<ButtonVariantType>;
1023
1009
  }>>;
1024
1010
  };
1025
1011
  cancelButtonProps: {
@@ -1070,13 +1056,6 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1070
1056
  onMousedown: {
1071
1057
  type: PropType< MouseEventHandler | MouseEventHandler[]>;
1072
1058
  };
1073
- autoInsertSpace: BooleanConstructor;
1074
- iconPosition: {
1075
- type: PropType<ButtonIconPosition>;
1076
- default: string;
1077
- };
1078
- color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "primary" | "danger">;
1079
- variant: PropType<ButtonVariantType>;
1080
1059
  }>>>;
1081
1060
  default: Partial< ExtractPropTypes<{
1082
1061
  prefixCls: StringConstructor;
@@ -1125,13 +1104,6 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1125
1104
  onMousedown: {
1126
1105
  type: PropType< MouseEventHandler | MouseEventHandler[]>;
1127
1106
  };
1128
- autoInsertSpace: BooleanConstructor;
1129
- iconPosition: {
1130
- type: PropType<ButtonIconPosition>;
1131
- default: string;
1132
- };
1133
- color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "primary" | "danger">;
1134
- variant: PropType<ButtonVariantType>;
1135
1107
  }>>;
1136
1108
  };
1137
1109
  destroyOnClose: {
@@ -1188,7 +1160,7 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1188
1160
  $: ComponentInternalInstance;
1189
1161
  $data: {};
1190
1162
  $props: {
1191
- readonly size?: SizeType;
1163
+ readonly size?: "small" | "large" | "middle" | undefined;
1192
1164
  readonly onSubmit?: ((e: Event) => void) | undefined;
1193
1165
  readonly layout?: string | undefined;
1194
1166
  readonly disabled?: boolean | undefined;
@@ -1278,7 +1250,7 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1278
1250
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
1279
1251
  readonly initialValues?: Recordable | undefined;
1280
1252
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
1281
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
1253
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
1282
1254
  readonly syncToUrlPriority?: boolean | undefined;
1283
1255
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1284
1256
  $attrs: {
@@ -1483,8 +1455,8 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1483
1455
  default: string | string[];
1484
1456
  };
1485
1457
  size: {
1486
- type: PropType<ButtonSize>;
1487
- default: ButtonSize;
1458
+ type: PropType<SizeType>;
1459
+ default: SizeType;
1488
1460
  };
1489
1461
  disabled: {
1490
1462
  type: BooleanConstructor;
@@ -1511,7 +1483,7 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1511
1483
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1512
1484
  };
1513
1485
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
1514
- size: ButtonSize;
1486
+ size: SizeType;
1515
1487
  onSubmit: (e: Event) => void;
1516
1488
  disabled: boolean;
1517
1489
  validateTrigger: string | string[];
@@ -1803,8 +1775,8 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1803
1775
  default: string | string[];
1804
1776
  };
1805
1777
  size: {
1806
- type: PropType<ButtonSize>;
1807
- default: ButtonSize;
1778
+ type: PropType<SizeType>;
1779
+ default: SizeType;
1808
1780
  };
1809
1781
  disabled: {
1810
1782
  type: BooleanConstructor;
@@ -1831,7 +1803,7 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1831
1803
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1832
1804
  };
1833
1805
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
1834
- size: ButtonSize;
1806
+ size: SizeType;
1835
1807
  onSubmit: (e: Event) => void;
1836
1808
  disabled: boolean;
1837
1809
  validateTrigger: string | string[];
@@ -1,4 +1,4 @@
1
- import { isVNode as A, defineComponent as D, useSlots as L, ref as p, watch as G, cloneVNode as I, computed as K, createVNode as u, mergeProps as b, unref as s, createElementBlock as W, openBlock as g, Fragment as H, createBlock as P, createCommentVNode as J, withCtx as h, createElementVNode as Q, normalizeClass as X, normalizeStyle as Y, renderSlot as w, resolveDynamicComponent as N, createTextVNode as Z, toDisplayString as ee } from "vue";
1
+ import { isVNode as A, defineComponent as D, useSlots as L, ref as p, watch as G, cloneVNode as I, computed as K, createVNode as u, mergeProps as b, unref as s, openBlock as g, createElementBlock as W, Fragment as H, withCtx as h, renderSlot as P, createTextVNode as J, toDisplayString as Q, createElementVNode as X, normalizeStyle as Y, normalizeClass as Z, createBlock as w, resolveDynamicComponent as N, createCommentVNode as ee } from "vue";
2
2
  import { Button as V, Flex as te, Space as le, Modal as ae } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../../hooks/index.mjs";
@@ -250,7 +250,7 @@ const Re = /* @__PURE__ */ D({
250
250
  "onUpdate:open": $,
251
251
  onCancel: k
252
252
  }), {
253
- title: h(() => [w(e.$slots, "title", {}, () => [Z(ee(a.title), 1)])]),
253
+ title: h(() => [P(e.$slots, "title", {}, () => [J(Q(a.title), 1)])]),
254
254
  default: h(() => [u(de, b({
255
255
  ref_key: "formRef",
256
256
  ref: o
@@ -259,17 +259,17 @@ const Re = /* @__PURE__ */ D({
259
259
  }), {
260
260
  default: h(() => {
261
261
  var l;
262
- return [Q("div", {
262
+ return [X("div", {
263
263
  style: Y((l = e.modalProps) == null ? void 0 : l.bodyStyle),
264
- class: X(s(F)("content"))
265
- }, [w(e.$slots, "default")], 6), (g(), P(N(O.value)))];
264
+ class: Z(s(F)("content"))
265
+ }, [P(e.$slots, "default")], 6), (g(), w(N(O.value)))];
266
266
  }),
267
267
  _: 3
268
268
  }, 16)]),
269
269
  _: 3
270
- }, 16, ["open", "width", "class"]), s(B) ? (g(), P(N(s(B)), {
270
+ }, 16, ["open", "width", "class"]), s(B) ? (g(), w(N(s(B)), {
271
271
  key: 0
272
- })) : J("", !0)], 64));
272
+ })) : ee("", !0)], 64));
273
273
  }
274
274
  });
275
275
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, useSlots as c, createBlock as B, openBlock as v, unref as e, normalizeProps as o, guardReactiveProps as l, createSlots as y, withCtx as t, createVNode as x, renderSlot as s, renderList as _ } from "vue";
1
+ import { defineComponent as m, useSlots as c, openBlock as B, createBlock as v, unref as e, normalizeProps as o, guardReactiveProps as l, createSlots as y, withCtx as t, createVNode as x, renderSlot as s, renderList as _ } from "vue";
2
2
  import { omit as g } from "lodash-unified";
3
3
  import { ApForm as d } from "../index.mjs";
4
4
  const S = /* @__PURE__ */ m({
@@ -49,7 +49,7 @@ const S = /* @__PURE__ */ m({
49
49
  },
50
50
  setup(p) {
51
51
  const i = p, u = c();
52
- return (a, h) => (v(), B(e(d).FormItem, o(l(i)), y({
52
+ return (a, h) => (B(), v(e(d).FormItem, o(l(i)), y({
53
53
  default: t(() => [
54
54
  x(e(d).ControlRender, null, {
55
55
  default: t((r) => [
@@ -1,8 +1,7 @@
1
1
  import { ApFormSearchFormPopoverFilterProps } from '../../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, GlobalComponents, GlobalDirectives } from 'vue';
3
- import { ButtonType, ButtonShape } from '@aplus-frontend/antdv/es/button';
4
- import { ButtonHTMLType, ButtonIconPosition, ButtonVariantType } from '@aplus-frontend/antdv/es/button/buttonTypes';
5
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
3
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
4
+ import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
6
5
  import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
7
6
  import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
8
7
  import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
@@ -18,7 +17,7 @@ declare const _default: DefineComponent<ApFormSearchFormPopoverFilterProps, {},
18
17
  type: PropType<ButtonShape>;
19
18
  };
20
19
  size: {
21
- type: PropType<SizeType>;
20
+ type: PropType<ButtonSize>;
22
21
  };
23
22
  loading: {
24
23
  type: PropType<boolean | {
@@ -54,24 +53,15 @@ declare const _default: DefineComponent<ApFormSearchFormPopoverFilterProps, {},
54
53
  onMousedown: {
55
54
  type: PropType< MouseEventHandler | MouseEventHandler[]>;
56
55
  };
57
- autoInsertSpace: BooleanConstructor;
58
- iconPosition: {
59
- type: PropType<ButtonIconPosition>;
60
- default: string;
61
- };
62
- color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "primary" | "danger">;
63
- variant: PropType<ButtonVariantType>;
64
56
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
65
57
  block: boolean;
66
58
  disabled: boolean;
67
- autoInsertSpace: boolean;
59
+ danger: boolean;
60
+ ghost: boolean;
61
+ htmlType: ButtonHTMLType;
68
62
  loading: boolean | {
69
63
  delay?: number;
70
64
  };
71
- danger: boolean;
72
- htmlType: ButtonHTMLType;
73
- ghost: boolean;
74
- iconPosition: ButtonIconPosition;
75
65
  }, true, {}, CustomSlotsType<{
76
66
  icon: any;
77
67
  default: any;
@@ -93,7 +83,7 @@ declare const _default: DefineComponent<ApFormSearchFormPopoverFilterProps, {},
93
83
  type: PropType<ButtonShape>;
94
84
  };
95
85
  size: {
96
- type: PropType<SizeType>;
86
+ type: PropType<ButtonSize>;
97
87
  };
98
88
  loading: {
99
89
  type: PropType<boolean | {
@@ -129,24 +119,15 @@ declare const _default: DefineComponent<ApFormSearchFormPopoverFilterProps, {},
129
119
  onMousedown: {
130
120
  type: PropType< MouseEventHandler | MouseEventHandler[]>;
131
121
  };
132
- autoInsertSpace: BooleanConstructor;
133
- iconPosition: {
134
- type: PropType<ButtonIconPosition>;
135
- default: string;
136
- };
137
- color: PropType<"default" | "blue" | "cyan" | "gold" | "green" | "lime" | "magenta" | "orange" | "pink" | "purple" | "red" | "yellow" | "volcano" | "geekblue" | "primary" | "danger">;
138
- variant: PropType<ButtonVariantType>;
139
122
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
140
123
  block: boolean;
141
124
  disabled: boolean;
142
- autoInsertSpace: boolean;
125
+ danger: boolean;
126
+ ghost: boolean;
127
+ htmlType: ButtonHTMLType;
143
128
  loading: boolean | {
144
129
  delay?: number;
145
130
  };
146
- danger: boolean;
147
- htmlType: ButtonHTMLType;
148
- ghost: boolean;
149
- iconPosition: ButtonIconPosition;
150
131
  }> | null;
151
132
  }, any>;
152
133
  export default _default;
@@ -1,5 +1,5 @@
1
- import { defineComponent as h, ref as y, toRef as w, createBlock as u, openBlock as s, unref as e, withCtx as o, createVNode as t, normalizeClass as a, withDirectives as x, createElementVNode as f, toDisplayString as g, vShow as R, createElementBlock as S, Fragment as D, renderList as L, resolveDynamicComponent as N, createTextVNode as b } from "vue";
2
- import { Popover as P, Tooltip as T, Button as d, Row as V, Col as z, Divider as A, Flex as E } from "@aplus-frontend/antdv";
1
+ import { defineComponent as h, ref as y, toRef as w, openBlock as s, createBlock as u, unref as e, withCtx as o, createElementVNode as f, normalizeClass as a, createVNode as t, createElementBlock as x, Fragment as R, renderList as S, resolveDynamicComponent as D, createTextVNode as b, toDisplayString as g, withDirectives as L, vShow as N } from "vue";
2
+ import { Popover as P, Row as T, Col as V, Divider as z, Flex as A, Button as d, Tooltip as E } from "@aplus-frontend/antdv";
3
3
  import { IconApFilterOutlined as I } from "@aplus-frontend/icon";
4
4
  import "../../../config-provider/index.mjs";
5
5
  import { useCollapseInputCount as j } from "../hooks/use-collapse-input-count.mjs";
@@ -34,14 +34,14 @@ const Q = /* @__PURE__ */ h({
34
34
  class: a([e(i)("popover-content")]),
35
35
  style: { paddingBottom: "4px", width: "825px" }
36
36
  }, [
37
- t(e(V), { gutter: 8 }, {
37
+ t(e(T), { gutter: 8 }, {
38
38
  default: o(() => [
39
- (s(!0), S(D, null, L(r.config, (n) => (s(), u(e(z), {
39
+ (s(!0), x(R, null, S(r.config, (n) => (s(), u(e(V), {
40
40
  key: n.key,
41
41
  span: 8
42
42
  }, {
43
43
  default: o(() => [
44
- (s(), u(N(n.node)))
44
+ (s(), u(D(n.node)))
45
45
  ]),
46
46
  _: 2
47
47
  }, 1024))), 128))
@@ -49,11 +49,11 @@ const Q = /* @__PURE__ */ h({
49
49
  _: 1
50
50
  })
51
51
  ], 2),
52
- t(e(A), { style: { margin: "0" } }),
52
+ t(e(z), { style: { margin: "0" } }),
53
53
  f("div", {
54
54
  class: a(e(i)("popover-footer"))
55
55
  }, [
56
- t(e(E), { justify: "end" }, {
56
+ t(e(A), { justify: "end" }, {
57
57
  default: o(() => [
58
58
  t(e(d), {
59
59
  onClick: l[0] || (l[0] = (n) => p.value = !1)
@@ -80,7 +80,7 @@ const Q = /* @__PURE__ */ h({
80
80
  ], 2)
81
81
  ]),
82
82
  default: o(() => [
83
- t(e(T), {
83
+ t(e(E), {
84
84
  title: e(m)("ap.apForm.search.moreFilter"),
85
85
  placement: "top"
86
86
  }, {
@@ -91,10 +91,10 @@ const Q = /* @__PURE__ */ h({
91
91
  class: a([e(c)("trigger-btn"), { [e(c)("trigger-btn-active")]: p.value }])
92
92
  }, {
93
93
  icon: o(() => [
94
- x(f("sup", {
94
+ L(f("sup", {
95
95
  class: a(e(c)("trigger-btn-badge"))
96
96
  }, g(e(v)), 3), [
97
- [R, e(v) !== 0]
97
+ [N, e(v) !== 0]
98
98
  ]),
99
99
  t(e(I), { size: 14 })
100
100
  ]),
@@ -1,5 +1,5 @@
1
- import { defineComponent as D, ref as y, watch as k, unref as e, createBlock as L, openBlock as P, withCtx as r, createVNode as t, normalizeClass as o, createElementVNode as n, toDisplayString as m, createTextVNode as b } from "vue";
2
- import { Popover as S, Tooltip as V, Button as g, Flex as _, Divider as j } from "@aplus-frontend/antdv";
1
+ import { defineComponent as D, ref as y, watch as k, unref as e, openBlock as L, createBlock as P, withCtx as r, createElementVNode as n, normalizeClass as t, toDisplayString as m, createVNode as o, createTextVNode as b } from "vue";
2
+ import { Popover as S, Flex as _, Divider as V, Button as g, Tooltip as j } from "@aplus-frontend/antdv";
3
3
  import { IconApLayoutOutlined as z } from "@aplus-frontend/icon";
4
4
  import "../../../../config-provider/index.mjs";
5
5
  import A from "vuedraggable";
@@ -41,7 +41,7 @@ const M = /* @__PURE__ */ D({
41
41
  }
42
42
  ), w({
43
43
  getCachedList: () => h
44
- }), (a, u) => (P(), L(e(S), {
44
+ }), (a, u) => (L(), P(e(S), {
45
45
  open: p.value,
46
46
  "onUpdate:open": u[1] || (u[1] = (d) => p.value = d),
47
47
  "overlay-class-name": e(f)("popover"),
@@ -53,25 +53,25 @@ const M = /* @__PURE__ */ D({
53
53
  }, {
54
54
  content: r(() => [
55
55
  n("div", {
56
- class: o(e(s)("header"))
56
+ class: t(e(s)("header"))
57
57
  }, [
58
58
  n("span", {
59
- class: o(e(s)("header-title"))
59
+ class: t(e(s)("header-title"))
60
60
  }, m(e(c)("ap.apForm.search.sorterTitle")), 3),
61
- t(e(_), {
61
+ o(e(_), {
62
62
  justify: "space-between",
63
63
  align: "center"
64
64
  }, {
65
65
  default: r(() => [
66
66
  n("span", {
67
- class: o(e(s)("header-desc"))
67
+ class: t(e(s)("header-desc"))
68
68
  }, m(e(c)("ap.apForm.search.sorterDesc")), 3),
69
69
  n("div", {
70
- class: o(e(s)("header-action-wrapper")),
70
+ class: t(e(s)("header-action-wrapper")),
71
71
  onClick: N
72
72
  }, [
73
73
  n("span", {
74
- class: o(e(s)("header-reset-btn"))
74
+ class: t(e(s)("header-reset-btn"))
75
75
  }, m(e(c)("ap.apForm.search.sorterReset")), 3)
76
76
  ], 2)
77
77
  ]),
@@ -79,26 +79,26 @@ const M = /* @__PURE__ */ D({
79
79
  })
80
80
  ], 2),
81
81
  n("div", {
82
- class: o([e(f)("popover-content"), e(s)("content")])
82
+ class: t([e(f)("popover-content"), e(s)("content")])
83
83
  }, [
84
- t(e(A), {
84
+ o(e(A), {
85
85
  list: i.value,
86
- class: o(e(s)("sorter-wrapper")),
86
+ class: t(e(s)("sorter-wrapper")),
87
87
  "item-key": "name"
88
88
  }, {
89
89
  item: r(({ element: d }) => [
90
- t($, { item: d }, null, 8, ["item"])
90
+ o($, { item: d }, null, 8, ["item"])
91
91
  ]),
92
92
  _: 1
93
93
  }, 8, ["list", "class"])
94
94
  ], 2),
95
- t(e(j), { style: { margin: "0" } }),
95
+ o(e(V), { style: { margin: "0" } }),
96
96
  n("div", {
97
- class: o(e(f)("popover-footer"))
97
+ class: t(e(f)("popover-footer"))
98
98
  }, [
99
- t(e(_), { justify: "end" }, {
99
+ o(e(_), { justify: "end" }, {
100
100
  default: r(() => [
101
- t(e(g), {
101
+ o(e(g), {
102
102
  onClick: u[0] || (u[0] = (d) => p.value = !1)
103
103
  }, {
104
104
  default: r(() => [
@@ -106,8 +106,8 @@ const M = /* @__PURE__ */ D({
106
106
  ]),
107
107
  _: 1
108
108
  }),
109
- t(e(g), {
110
- class: o(e(f)("popover-footer-confirm-btn")),
109
+ o(e(g), {
110
+ class: t(e(f)("popover-footer-confirm-btn")),
111
111
  type: "primary",
112
112
  onClick: T
113
113
  }, {
@@ -122,16 +122,16 @@ const M = /* @__PURE__ */ D({
122
122
  ], 2)
123
123
  ]),
124
124
  default: r(() => [
125
- t(e(V), {
125
+ o(e(j), {
126
126
  title: e(c)("ap.apForm.search.sorterTitle"),
127
127
  placement: "top"
128
128
  }, {
129
129
  default: r(() => [
130
- t(e(g), {
131
- class: o([e(C)("trigger-btn"), { [e(C)("trigger-btn-active")]: p.value }])
130
+ o(e(g), {
131
+ class: t([e(C)("trigger-btn"), { [e(C)("trigger-btn-active")]: p.value }])
132
132
  }, {
133
133
  icon: r(() => [
134
- t(e(z), { size: 14 })
134
+ o(e(z), { size: 14 })
135
135
  ]),
136
136
  _: 1
137
137
  }, 8, ["class"])
@@ -1,4 +1,4 @@
1
- import { defineComponent as i, createElementBlock as l, openBlock as m, normalizeClass as o, unref as e, createElementVNode as s, createVNode as a, toDisplayString as n } from "vue";
1
+ import { defineComponent as i, openBlock as l, createElementBlock as m, normalizeClass as o, unref as e, createElementVNode as s, createVNode as a, toDisplayString as n } from "vue";
2
2
  import { HolderOutlined as c } from "@ant-design/icons-vue";
3
3
  import "../../../../config-provider/index.mjs";
4
4
  import { useNamespace as p } from "../../../../config-provider/hooks/use-namespace.mjs";
@@ -10,7 +10,7 @@ const d = ["title"], N = /* @__PURE__ */ i({
10
10
  },
11
11
  setup(f) {
12
12
  const { b: t } = p("search-form-sorter");
13
- return (r, u) => (m(), l("div", {
13
+ return (r, u) => (l(), m("div", {
14
14
  class: o([e(t)("sorter-item"), { [e(t)("sorter-item--hidden")]: r.item.isHidden }])
15
15
  }, [
16
16
  s("div", null, [