@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,4 +1,4 @@
1
- import { defineComponent as F, useSlots as O, computed as n, createBlock as m, createCommentVNode as j, openBlock as d, unref as s, mergeProps as b, createSlots as g, withCtx as r, createElementVNode as x, normalizeStyle as E, resolveDynamicComponent as k, h as A, createVNode as i, renderList as B, renderSlot as C, normalizeProps as v, guardReactiveProps as y, normalizeClass as I } from "vue";
1
+ import { defineComponent as F, useSlots as O, computed as n, openBlock as m, createBlock as d, unref as s, mergeProps as b, createSlots as g, withCtx as r, createVNode as i, createElementVNode as j, normalizeStyle as x, resolveDynamicComponent as k, h as A, renderList as B, renderSlot as C, normalizeProps as v, guardReactiveProps as y, normalizeClass as E, createCommentVNode as I } from "vue";
2
2
  import { DropdownButton as q, Dropdown as H } from "@aplus-frontend/antdv";
3
3
  import "../../ap-button/index.mjs";
4
4
  import "./MenuItemGroup.vue.mjs";
@@ -61,7 +61,7 @@ const ie = /* @__PURE__ */ F({
61
61
  return D({
62
62
  columns: T,
63
63
  dataSource: N
64
- }), (t, o) => c.value.length && P.value === "dropdown" ? (d(), m(s(q), b({
64
+ }), (t, o) => c.value.length && P.value === "dropdown" ? (m(), d(s(q), b({
65
65
  key: 0,
66
66
  class: [s(h)()]
67
67
  }, {
@@ -75,12 +75,12 @@ const ie = /* @__PURE__ */ F({
75
75
  }, { "menu-list": c.value }), null, 16, ["menu-list"])
76
76
  ]),
77
77
  default: r(() => [
78
- x("span", {
79
- style: E({
78
+ j("span", {
79
+ style: x({
80
80
  color: V.value
81
81
  })
82
82
  }, [
83
- (d(), m(k(A("span", [_.value]))))
83
+ (m(), d(k(A("span", [_.value]))))
84
84
  ], 4)
85
85
  ]),
86
86
  _: 2
@@ -91,9 +91,9 @@ const ie = /* @__PURE__ */ F({
91
91
  C(t.$slots, l, v(y(f || {})))
92
92
  ])
93
93
  }))
94
- ]), 1040, ["class"])) : c.value.length && P.value === "default" ? (d(), m(s(H), {
94
+ ]), 1040, ["class"])) : c.value.length && P.value === "default" ? (m(), d(s(H), {
95
95
  key: 1,
96
- class: I([s(h)()]),
96
+ class: E([s(h)()]),
97
97
  disabled: p.value
98
98
  }, g({
99
99
  overlay: r(() => [
@@ -108,7 +108,7 @@ const ie = /* @__PURE__ */ F({
108
108
  type: u.value
109
109
  })), {
110
110
  default: r(() => [
111
- (d(), m(k(A("span", [_.value])))),
111
+ (m(), d(k(A("span", [_.value])))),
112
112
  i(s(J))
113
113
  ]),
114
114
  _: 1
@@ -122,7 +122,7 @@ const ie = /* @__PURE__ */ F({
122
122
  C(t.$slots, l, v(y(f || {})))
123
123
  ])
124
124
  }))
125
- ]), 1032, ["class", "disabled"])) : j("", !0);
125
+ ]), 1032, ["class", "disabled"])) : I("", !0);
126
126
  }
127
127
  });
128
128
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, ref as v, createBlock as a, openBlock as s, unref as u, withCtx as d, createElementBlock as h, Fragment as t, renderList as y, mergeProps as k, createElementVNode as w, withDirectives as g, createVNode as C, vShow as b, resolveDynamicComponent as L, h as M } from "vue";
1
+ import { defineComponent as _, ref as v, openBlock as s, createBlock as a, unref as u, withCtx as d, createElementBlock as h, Fragment as t, renderList as y, mergeProps as k, createElementVNode as w, withDirectives as g, createVNode as C, vShow as b, resolveDynamicComponent as L, h as M } from "vue";
2
2
  import { LoadingOutlined as B } from "@ant-design/icons-vue";
3
3
  import { Menu as R, MenuItem as x } from "@aplus-frontend/antdv";
4
4
  const D = { style: { display: "flex", "align-items": "center" } }, P = /* @__PURE__ */ _({
@@ -3,8 +3,8 @@ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/bu
3
3
  import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
4
4
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
5
  import { MouseEventHandler, FocusEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
6
+ import { ButtonProps, ItemType, MenuTheme, MenuMode, TableColumnsType } from '@aplus-frontend/antdv';
6
7
  import { DropdownArrowOptions, Trigger, Align } from '@aplus-frontend/antdv/es/dropdown/props';
7
- import { ItemType, MenuTheme, MenuMode, TableColumnsType, ButtonProps } from '@aplus-frontend/antdv';
8
8
  import { Key } from '@aplus-frontend/antdv/es/_util/type';
9
9
  import { CSSMotionProps } from '@aplus-frontend/antdv/es/_util/transition';
10
10
  import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from '@aplus-frontend/antdv/es/menu/src/interface';
@@ -63,7 +63,7 @@ declare const ApBatchActionGroup: {
63
63
  type: PropType< MouseEventHandler | MouseEventHandler[]>;
64
64
  };
65
65
  }>>, "type" | "onClick"> & {
66
- type?: ( ButtonType | undefined) | "borderLink";
66
+ type?: ButtonProps["type"] | "borderLink";
67
67
  borderLinkColor?: string;
68
68
  minWidth?: boolean | number | string;
69
69
  lazy?: boolean | number;
@@ -364,7 +364,7 @@ declare const ApBatchActionGroup: {
364
364
  type: PropType< MouseEventHandler | MouseEventHandler[]>;
365
365
  };
366
366
  }>>, "type" | "onClick"> & {
367
- type?: ( ButtonType | undefined) | "borderLink";
367
+ type?: ButtonProps["type"] | "borderLink";
368
368
  borderLinkColor?: string;
369
369
  minWidth?: boolean | number | string;
370
370
  lazy?: boolean | number;
@@ -1,4 +1,4 @@
1
- import { defineComponent as k, computed as T, createBlock as u, openBlock as t, unref as s, normalizeProps as P, guardReactiveProps as R, withCtx as c, createElementBlock as m, Fragment as p, renderList as i, createCommentVNode as B, mergeProps as l, resolveDynamicComponent as f, h as y } from "vue";
1
+ import { defineComponent as k, computed as T, openBlock as t, createBlock as u, unref as s, normalizeProps as P, guardReactiveProps as R, withCtx as c, createElementBlock as m, Fragment as p, renderList as i, mergeProps as l, resolveDynamicComponent as f, h as y, createCommentVNode as B } from "vue";
2
2
  import { Space as x } from "@aplus-frontend/antdv";
3
3
  import "../../ap-button/ap-button.vue2.mjs";
4
4
  import "../../ap-button/ap-action-button.vue2.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, computed as r, createElementBlock as s, openBlock as t, normalizeStyle as C, normalizeClass as h, unref as u, createBlock as a, createCommentVNode as S, renderSlot as B, mergeProps as N, createSlots as $, withCtx as x, isVNode as P, resolveDynamicComponent as y, toDisplayString as _ } from "vue";
1
+ import { defineComponent as g, computed as r, openBlock as t, createElementBlock as s, normalizeClass as C, unref as u, normalizeStyle as h, createBlock as a, mergeProps as S, createSlots as B, withCtx as x, isVNode as P, resolveDynamicComponent as y, toDisplayString as _, createCommentVNode as N, renderSlot as $ } from "vue";
2
2
  import "../ap-title/ApTitle.vue.mjs";
3
3
  import { omit as b } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
@@ -20,17 +20,17 @@ const V = { key: 1 }, j = { key: 1 }, G = /* @__PURE__ */ g({
20
20
  return (n, w) => {
21
21
  var m, d;
22
22
  return t(), s("div", {
23
- class: h([u(f)()]),
24
- style: C({
23
+ class: C([u(f)()]),
24
+ style: h({
25
25
  padding: p.value
26
26
  })
27
27
  }, [
28
- c.value ? (t(), a(D, N({
28
+ c.value ? (t(), a(D, S({
29
29
  key: 0,
30
30
  class: [`${u(f)()}-title`]
31
31
  }, {
32
32
  ...v.value
33
- }), $({ _: 2 }, [
33
+ }), B({ _: 2 }, [
34
34
  (m = e == null ? void 0 : e.titleProps) != null && m.suffix ? {
35
35
  name: "suffix",
36
36
  fn: x(() => {
@@ -51,8 +51,8 @@ const V = { key: 1 }, j = { key: 1 }, G = /* @__PURE__ */ g({
51
51
  }),
52
52
  key: "1"
53
53
  } : void 0
54
- ]), 1040, ["class"])) : S("", !0),
55
- B(n.$slots, "default")
54
+ ]), 1040, ["class"])) : N("", !0),
55
+ $(n.$slots, "default")
56
56
  ], 6);
57
57
  };
58
58
  }
@@ -1,5 +1,5 @@
1
1
  import { ApExpandAlertProps } 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 Record<string, any>>(__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 onExpand?: ((args_0: "collapse" | "expand") => any) | undefined;
@@ -23,7 +23,9 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
23
23
  }): any;
24
24
  };
25
25
  emit: ((evt: "expand", args_0: "collapse" | "expand") => void) & ((evt: "choose", args_0: T) => void);
26
- }>) => VNode & {
26
+ }>) => VNode<RendererNode, RendererElement, {
27
+ [key: string]: any;
28
+ }> & {
27
29
  __ctx?: Awaited<typeof __VLS_setup>;
28
30
  };
29
31
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as K, computed as c, ref as g, watch as x, nextTick as f, onMounted as W, createElementBlock as i, openBlock as a, normalizeClass as n, unref as t, createVNode as b, withCtx as m, createElementVNode as S, normalizeStyle as y, renderSlot as H, createBlock as $, toDisplayString as u, resolveDynamicComponent as I, Fragment as C, renderList as j, createCommentVNode as L, createTextVNode as J } from "vue";
1
+ import { defineComponent as K, computed as c, ref as g, watch as x, nextTick as f, onMounted as W, openBlock as a, createElementBlock as i, normalizeClass as n, unref as t, createVNode as b, withCtx as m, createBlock as S, createElementVNode as $, toDisplayString as u, createCommentVNode as H, normalizeStyle as y, renderSlot as I, resolveDynamicComponent as L, Fragment as C, renderList as j, createTextVNode as J } from "vue";
2
2
  import { DownOutlined as P } from "@ant-design/icons-vue";
3
3
  import { Alert as Q, Tooltip as U } from "@aplus-frontend/antdv";
4
4
  import { ApActionItem as X } from "../../ap-action/index.mjs";
@@ -102,14 +102,14 @@ const te = ["onClick"], ce = /* @__PURE__ */ K({
102
102
  class: n([t(o)("antAlert"), e.type == "card" ? "card-alert" : ""])
103
103
  }, {
104
104
  action: m(() => [
105
- h.value ? (a(), $(t(X), {
105
+ h.value ? (a(), S(t(X), {
106
106
  key: 0,
107
107
  size: "small",
108
108
  style: { "font-size": "12px", "padding-left": "16px" },
109
109
  onClick: r[0] || (r[0] = (s) => q())
110
110
  }, {
111
111
  default: m(() => [
112
- S("span", {
112
+ $("span", {
113
113
  class: n(t(o)("expandText"))
114
114
  }, u(F.value), 3),
115
115
  b(t(P), {
@@ -117,21 +117,21 @@ const te = ["onClick"], ce = /* @__PURE__ */ K({
117
117
  }, null, 8, ["class"])
118
118
  ]),
119
119
  _: 1
120
- })) : L("", !0)
120
+ })) : H("", !0)
121
121
  ]),
122
122
  message: m(() => [
123
- S("div", {
123
+ $("div", {
124
124
  ref_key: "ellipsisBoxRef",
125
125
  ref: d,
126
126
  style: y({ ...R.value, ...e.contentStyle }),
127
127
  class: n(t(o)("alertContent"))
128
128
  }, [
129
- H(e.$slots, "default", {}, () => [
129
+ I(e.$slots, "default", {}, () => [
130
130
  t(E)(e.prefix) ? (a(), i("span", {
131
131
  key: 0,
132
132
  class: n(t(o)("prefix")),
133
133
  style: y(e.prefixStyle)
134
- }, u(e.prefix), 7)) : (a(), $(I(e.prefix), {
134
+ }, u(e.prefix), 7)) : (a(), S(L(e.prefix), {
135
135
  key: 1,
136
136
  style: y(e.prefixStyle)
137
137
  }, null, 8, ["style"])),
@@ -143,11 +143,11 @@ const te = ["onClick"], ce = /* @__PURE__ */ K({
143
143
  title: e.tipTitle ? e.tipTitle : null
144
144
  }, {
145
145
  default: m(() => [
146
- H(e.$slots, "item", {
146
+ I(e.$slots, "item", {
147
147
  record: s,
148
148
  index: w
149
149
  }, () => [
150
- S("span", {
150
+ $("span", {
151
151
  class: n(t(o)("showItem")),
152
152
  onClick: (ae) => e.$emit("choose", s)
153
153
  }, u(e.mapLabel ? s[e.mapLabel] : s), 11, te)
@@ -162,8 +162,8 @@ const te = ["onClick"], ce = /* @__PURE__ */ K({
162
162
  }, [
163
163
  t(E)(e.separator) ? (a(), i(C, { key: 0 }, [
164
164
  J(u(e.separator), 1)
165
- ], 64)) : (a(), $(I(e.separator), { key: 1 }))
166
- ], 6)) : L("", !0)
165
+ ], 64)) : (a(), S(L(e.separator), { key: 1 }))
166
+ ], 6)) : H("", !0)
167
167
  ], 64))), 128))
168
168
  ])
169
169
  ], 6)
@@ -1,4 +1,4 @@
1
- import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, Plugin } from 'vue';
1
+ import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, RendererNode, RendererElement, Plugin } from 'vue';
2
2
  export * from './interface';
3
3
  declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4
4
  attrs: any;
@@ -20,7 +20,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
20
20
  props: {
21
21
  readonly onExpand?: ((args_0: "collapse" | "expand") => any) | undefined;
22
22
  readonly onChoose?: ((args_0: T) => any) | undefined;
23
- type?: "warning" | "error" | "success" | "info" | "card" | undefined | undefined;
23
+ type?: "warning" | "error" | "success" | "info" | "card" | undefined;
24
24
  data?: string | T[] | undefined;
25
25
  prefix?: string | undefined;
26
26
  tipTitle?: string | undefined;
@@ -29,7 +29,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
29
29
  separatorStyle?: CSSProperties | undefined;
30
30
  contentStyle?: Omit< CSSProperties, "wordBreak" | "overflow" | "display" | "webkitLineClamp" | "webkitBoxOrient"> | undefined;
31
31
  prefixStyle?: CSSProperties | undefined;
32
- rows?: string | number | undefined;
32
+ rows?: (string | number) | undefined;
33
33
  defaultExpand?: boolean | undefined;
34
34
  showIcon?: boolean | undefined;
35
35
  } & PublicProps;
@@ -51,7 +51,9 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
51
51
  }): any;
52
52
  };
53
53
  emit: ((evt: "expand", args_0: "collapse" | "expand") => void) & ((evt: "choose", args_0: T) => void);
54
- }>) => VNode & {
54
+ }>) => VNode<RendererNode, RendererElement, {
55
+ [key: string]: any;
56
+ }> & {
55
57
  __ctx?: Awaited<typeof __VLS_setup>;
56
58
  }) & ( Plugin & (new (...args: any[]) => {
57
59
  $props: {
@@ -1,4 +1,4 @@
1
- import { defineComponent as O, ref as A, computed as s, watch as V, createElementBlock as $, openBlock as d, Fragment as q, createBlock as y, createCommentVNode as M, unref as a, mergeProps as B, withCtx as n, createTextVNode as x, toDisplayString as g, normalizeClass as z, createVNode as h } from "vue";
1
+ import { defineComponent as O, ref as A, computed as s, watch as V, openBlock as d, createElementBlock as $, Fragment as q, createBlock as y, unref as a, mergeProps as M, withCtx as n, createTextVNode as x, toDisplayString as g, createCommentVNode as B, normalizeClass as z, createVNode as h } from "vue";
2
2
  import { DownOutlined as U } from "@ant-design/icons-vue";
3
3
  import { message as H, Dropdown as J, Menu as Q, MenuItem as G } from "@aplus-frontend/antdv";
4
4
  import "../../config-provider/index.mjs";
@@ -90,7 +90,7 @@ const ge = /* @__PURE__ */ O({
90
90
  }
91
91
  }
92
92
  return (t, l) => (d(), $(q, null, [
93
- L.value && e.type === "button" ? (d(), y(a(P), B({ key: 0 }, {
93
+ L.value && e.type === "button" ? (d(), y(a(P), M({ key: 0 }, {
94
94
  ...t.$attrs
95
95
  }, {
96
96
  disabled: m.value,
@@ -102,7 +102,7 @@ const ge = /* @__PURE__ */ O({
102
102
  x(g((e == null ? void 0 : e.text) ?? a(r)("ap.apExportGroup.export")), 1)
103
103
  ]),
104
104
  _: 1
105
- }, 16, ["disabled", "loading"])) : M("", !0),
105
+ }, 16, ["disabled", "loading"])) : B("", !0),
106
106
  L.value && e.type === "dropdown" ? (d(), y(a(J), {
107
107
  key: 1,
108
108
  open: p.value,
@@ -139,7 +139,7 @@ const ge = /* @__PURE__ */ O({
139
139
  })
140
140
  ]),
141
141
  default: n(() => [
142
- h(a(P), B({
142
+ h(a(P), M({
143
143
  ...t.$attrs
144
144
  }, { loading: u.value }), {
145
145
  default: n(() => [
@@ -150,7 +150,7 @@ const ge = /* @__PURE__ */ O({
150
150
  }, 16, ["loading"])
151
151
  ]),
152
152
  _: 1
153
- }, 8, ["open", "class", "disabled"])) : M("", !0)
153
+ }, 8, ["open", "class", "disabled"])) : B("", !0)
154
154
  ], 64));
155
155
  }
156
156
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as O, unref as t, resolveComponent as R, createElementBlock as D, openBlock as C, normalizeClass as d, createVNode as p, withCtx as w, createBlock as K, createCommentVNode as F, renderSlot as T, normalizeStyle as $ } from "vue";
1
+ import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as O, unref as t, resolveComponent as R, openBlock as C, createElementBlock as D, normalizeClass as d, createVNode as p, withCtx as w, normalizeStyle as K, createBlock as F, createCommentVNode as T, renderSlot as $ } from "vue";
2
2
  import { Flex as j, Select as E } from "@aplus-frontend/antdv";
3
3
  import G from "./images/icon-down.vue.mjs";
4
4
  import "./extension-select/index.vue.mjs";
@@ -154,7 +154,7 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
154
154
  return [
155
155
  p(t(E), {
156
156
  value: V.value,
157
- style: $(B.value),
157
+ style: K(B.value),
158
158
  class: d(`${e.$attrs.class} ${t(f) === "admin" ? t(L)("search", "admin") : t(g)("search")}`),
159
159
  options: k.value,
160
160
  bordered: !1,
@@ -166,13 +166,13 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
166
166
  ]),
167
167
  _: 1
168
168
  }, 8, ["value", "style", "class", "options", "dropdown-match-select-width"]),
169
- t(f) === "aplus" ? (C(), K(n, {
169
+ t(f) === "aplus" ? (C(), F(n, {
170
170
  key: 0,
171
171
  class: d(t(g)("divider")),
172
172
  type: "vertical",
173
173
  style: {}
174
- }, null, 8, ["class"])) : F("", !0),
175
- T(e.$slots, "search", {
174
+ }, null, 8, ["class"])) : T("", !0),
175
+ $(e.$slots, "search", {
176
176
  key: (s = t(a)) == null ? void 0 : s.key,
177
177
  value: (i = t(a)) == null ? void 0 : i.value,
178
178
  change: v
@@ -1,4 +1,4 @@
1
- import { defineComponent as C, ref as a, computed as y, watch as w, createElementBlock as B, openBlock as _, createVNode as s, unref as l, normalizeStyle as x, normalizeClass as b, withCtx as S } from "vue";
1
+ import { defineComponent as C, ref as a, computed as y, watch as w, openBlock as B, createElementBlock as _, createVNode as s, unref as l, normalizeClass as x, normalizeStyle as b, withCtx as S } from "vue";
2
2
  import { Select as I } from "@aplus-frontend/antdv";
3
3
  import "../popover-select/index.vue.mjs";
4
4
  import "../../../config-provider/index.mjs";
@@ -99,14 +99,14 @@ const F = /* @__PURE__ */ C({
99
99
  const p = (e) => {
100
100
  n.value = e, f("change", e);
101
101
  }, { b: g } = V("ap-extension-select");
102
- return (e, i) => (_(), B("div", {
102
+ return (e, i) => (B(), _("div", {
103
103
  ref_key: "containerRef",
104
104
  ref: r
105
105
  }, [
106
106
  s(l(I), {
107
- class: b(l(g)()),
107
+ class: x(l(g)()),
108
108
  value: n.value,
109
- style: x(e.$attrs.style),
109
+ style: b(e.$attrs.style),
110
110
  bordered: l(d) === "admin",
111
111
  mode: "tags",
112
112
  "show-arrow": !0,
@@ -1,4 +1,4 @@
1
- import { createElementBlock as n, openBlock as e, createElementVNode as o } from "vue";
1
+ import { openBlock as n, createElementBlock as e, createElementVNode as o } from "vue";
2
2
  import l from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
3
  const r = {}, i = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -10,7 +10,7 @@ const r = {}, i = {
10
10
  viewBox: "0 0 16 16"
11
11
  };
12
12
  function c(s, t) {
13
- return e(), n("svg", i, t[0] || (t[0] = [
13
+ return n(), e("svg", i, t[0] || (t[0] = [
14
14
  o("g", null, [
15
15
  o("g", null, [
16
16
  o("path", {
@@ -1,4 +1,4 @@
1
- import { createElementBlock as e, openBlock as o, createElementVNode as Q } from "vue";
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as Q } from "vue";
2
2
  import t from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
3
  const n = {}, r = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -10,7 +10,7 @@ const n = {}, r = {
10
10
  viewBox: "0 0 16 16"
11
11
  };
12
12
  function i(c, l) {
13
- return o(), e("svg", r, l[0] || (l[0] = [
13
+ return e(), o("svg", r, l[0] || (l[0] = [
14
14
  Q("g", null, [
15
15
  Q("g", null, [
16
16
  Q("path", {
@@ -1,4 +1,4 @@
1
- import { defineComponent as P, ref as u, watchEffect as O, createElementBlock as R, openBlock as L, normalizeClass as p, unref as e, createVNode as a, withCtx as n, createElementVNode as s, mergeProps as M, createTextVNode as d, toDisplayString as m } from "vue";
1
+ import { defineComponent as P, ref as u, watchEffect as O, openBlock as R, createElementBlock as L, normalizeClass as p, unref as e, createVNode as a, withCtx as n, createElementVNode as s, mergeProps as M, createTextVNode as d, toDisplayString as m } from "vue";
2
2
  import { Popover as T, Select as z, Button as f, Space as G } from "@aplus-frontend/antdv";
3
3
  import "../../../config-provider/index.mjs";
4
4
  import A from "../images/icon-line-select.vue.mjs";
@@ -103,7 +103,7 @@ const Y = /* @__PURE__ */ P({
103
103
  var o;
104
104
  (o = g.value) == null || o.blur(), C(), await D(150), v("submit", t.value);
105
105
  }, { b: V, e: I, em: l } = K("ap-popover-select");
106
- return (o, y) => (L(), R("div", {
106
+ return (o, y) => (R(), L("div", {
107
107
  class: p(e(V)())
108
108
  }, [
109
109
  a(e(T), {
@@ -1,4 +1,4 @@
1
- import { defineComponent as S, computed as c, ref as U, watchEffect as j, createBlock as p, openBlock as i, unref as n, mergeProps as g, withCtx as B, renderSlot as E, normalizeProps as I, guardReactiveProps as L, createElementVNode as b, normalizeClass as D, createElementBlock as M, Fragment as P, renderList as R, resolveDynamicComponent as T, createVNode as x } from "vue";
1
+ import { defineComponent as S, computed as c, ref as U, watchEffect as j, openBlock as i, createBlock as p, unref as n, mergeProps as g, withCtx as B, renderSlot as E, normalizeProps as I, guardReactiveProps as L, createElementVNode as b, normalizeClass as D, createElementBlock as M, Fragment as P, renderList as R, resolveDynamicComponent as T, createVNode as x } from "vue";
2
2
  import { Image as z } from "@aplus-frontend/antdv";
3
3
  import { DownloadOutlined as V } from "@ant-design/icons-vue";
4
4
  import { injectLocaleToOss as W, getOssInstance as G, getSignatureUrl as $ } from "./hooks/useOss.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, onMounted as R, createElementBlock as V, openBlock as h, normalizeClass as b, unref as t, createVNode as i, mergeProps as I } from "vue";
1
+ import { defineComponent as g, onMounted as R, openBlock as V, createElementBlock as h, normalizeClass as b, unref as t, createVNode as i, mergeProps as I } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import { Form as B, InputNumber as k, RadioGroup as x } from "@aplus-frontend/antdv";
4
4
  import { omit as _ } from "lodash-unified";
@@ -52,7 +52,7 @@ const S = /* @__PURE__ */ g({
52
52
  }
53
53
  }), (o, a) => {
54
54
  var l, r;
55
- return h(), V("div", {
55
+ return V(), h("div", {
56
56
  class: b([t(m)()])
57
57
  }, [
58
58
  i(t(k), I({
@@ -1,5 +1,6 @@
1
1
  import { LruCacher } from './cacher/lru-cacher';
2
2
  import { useApKeepAliveInject } from './hook';
3
+ import { matches as isNameMatches } from './utils';
3
4
  import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
4
5
  import { CacheInterface, MatchPattern } from './interface';
5
6
  export * from './interface';
@@ -104,4 +105,4 @@ declare const ApKeepAlive: {
104
105
  onClick?: () => void;
105
106
  };
106
107
  }));
107
- export { ApKeepAlive, LruCacher, useApKeepAliveInject };
108
+ export { ApKeepAlive, LruCacher, useApKeepAliveInject, isNameMatches };
@@ -1,13 +1,15 @@
1
1
  import { withInstall as e } from "@aplus-frontend/utils";
2
- import p from "./keep-alive.mjs";
3
- import { LruCacher as m } from "./cacher/lru-cacher.mjs";
4
- import { useApKeepAliveInject as l } from "./hook.mjs";
5
- import { ApKeepAliveProps as c, forceStopTags as v } from "./interface.mjs";
6
- const t = e(p);
2
+ import o from "./keep-alive.mjs";
3
+ import { LruCacher as i } from "./cacher/lru-cacher.mjs";
4
+ import { useApKeepAliveInject as a } from "./hook.mjs";
5
+ import { matches as c } from "./utils.mjs";
6
+ import { ApKeepAliveProps as x, forceStopTags as h } from "./interface.mjs";
7
+ const t = e(o);
7
8
  export {
8
9
  t as ApKeepAlive,
9
- c as ApKeepAliveProps,
10
- m as LruCacher,
11
- v as forceStopTags,
12
- l as useApKeepAliveInject
10
+ x as ApKeepAliveProps,
11
+ i as LruCacher,
12
+ h as forceStopTags,
13
+ c as isNameMatches,
14
+ a as useApKeepAliveInject
13
15
  };
@@ -3,17 +3,17 @@ import I from "./keeper/index.mjs";
3
3
  import { matches as D, getAliveKey as T, isNoValue as W, getVNodeObjByVNodeChild as b, getVNodeObjByVNodeArrayChildren as K, getVNodeChirldren as w, getFirstVNodeChirldren as x } from "./utils.mjs";
4
4
  import { catchWrapper as B, measureWrapper as A } from "@aplus-frontend/utils";
5
5
  import { LruCacher as C } from "./cacher/lru-cacher.mjs";
6
- import { forceStopTags as R, ApKeepAliveProps as _ } from "./interface.mjs";
6
+ import { ApKeepAliveProps as R, forceStopTags as _ } from "./interface.mjs";
7
7
  import { throttle as S } from "lodash-unified";
8
8
  import { useApKeepAliveProvide as $ } from "./hook.mjs";
9
9
  const c = console, a = "|", te = j({
10
10
  name: "ApKeepAlive",
11
11
  inheritAttrs: !1,
12
- props: _(),
12
+ props: R(),
13
13
  setup(o, { slots: h }) {
14
14
  const g = M(), v = (e) => !(o.include && (!e || !D(o.include, e)) || o.exclude && e && D(o.exclude, e)), d = o.store || new C(o.max), u = E("");
15
15
  let m = "";
16
- const k = /* @__PURE__ */ new Set([...R, ...o.stopTags]), p = (e, n = "") => {
16
+ const k = /* @__PURE__ */ new Set([..._, ...o.stopTags]), p = (e, n = "") => {
17
17
  var f;
18
18
  const t = [];
19
19
  if (!e) return t;
@@ -1,12 +1,12 @@
1
1
  import { unref as g } from "vue";
2
- import { isNoValue as m } from "../utils.mjs";
2
+ import { isNoValue as l } from "../utils.mjs";
3
3
  const u = {
4
4
  get(r) {
5
- var c, i, p;
5
+ var c, a, i;
6
6
  let e, t, o = [];
7
- const s = ((c = r.props) == null ? void 0 : c.rowKey) || "key", n = (i = r.component) == null ? void 0 : i.exposed;
8
- return n && (e = n.getSearchFormValues(), o = g((p = n.rowSelection) == null ? void 0 : p.selectedRows).map(
9
- (a) => a[s]
7
+ const s = ((c = r.props) == null ? void 0 : c.rowKey) || "key", n = (a = r.component) == null ? void 0 : a.exposed;
8
+ return n && (e = n.getSearchFormValues(), o = g((i = n.rowSelection) == null ? void 0 : i.selectedRows).map(
9
+ (p) => p[s]
10
10
  ), t = n.getPaging()), {
11
11
  selectedKeys: o,
12
12
  data: e,
@@ -17,8 +17,8 @@ const u = {
17
17
  var s;
18
18
  const o = (s = r.component) == null ? void 0 : s.exposed;
19
19
  if (o) {
20
- if (m(e)) return;
21
- e && o.setSearchFormValues(e), t && o.setPaging(t);
20
+ if (l(e)) return;
21
+ e && o.setSearchFormValues(e), t && o.setPaging(t, !1);
22
22
  }
23
23
  }
24
24
  };
@@ -18,5 +18,6 @@ export declare const getAliveKey: (node: VNode, currentModuleKey: PropertyKeyTyp
18
18
  VnodeName: string;
19
19
  vnodeSubPath: string;
20
20
  };
21
+ export declare const getComponentName: (Component: VNode) => {};
21
22
  export declare function matches(pattern: MatchPattern, name: string): boolean;
22
23
  export declare function isNoValue(data: any): boolean;
@@ -1,5 +1,5 @@
1
1
  import { isArray as f, isString as y, isRegExp as n } from "lodash-unified";
2
- const o = (r) => {
2
+ const l = (r) => {
3
3
  var u;
4
4
  const e = (u = r == null ? void 0 : r.subTree) == null ? void 0 : u.children;
5
5
  if (typeof e == "string") return;
@@ -16,26 +16,27 @@ const o = (r) => {
16
16
  }, g = (r) => {
17
17
  if (r && !(typeof r == "string" || typeof r == "number" || typeof r == "boolean" || Array.isArray(r)))
18
18
  return r;
19
- }, p = (r) => {
19
+ }, m = (r) => {
20
20
  if (r && !(typeof r == "string" || typeof r == "number" || typeof r == "boolean" || Array.isArray(r) || !r.type))
21
21
  return r;
22
- }, A = (r, e) => {
22
+ }, p = (r, e) => {
23
23
  const t = typeof r.type == "object" && "name" in r.type && r.type.name || "";
24
24
  let u = t;
25
25
  return r.key && r.key !== e && (u = r.key), { VnodeName: t, vnodeSubPath: u };
26
- };
26
+ }, a = (r) => typeof r == "object" && "name" in r && r.name || "";
27
27
  function s(r, e) {
28
28
  return f(r) ? r.some((t) => s(t, e)) : y(r) ? r.split(",").includes(e) : n(r) ? (r.lastIndex = 0, r.test(e)) : !1;
29
29
  }
30
- function m(r) {
30
+ function A(r) {
31
31
  return [void 0, null].includes(r);
32
32
  }
33
33
  export {
34
- A as getAliveKey,
34
+ p as getAliveKey,
35
+ a as getComponentName,
35
36
  b as getFirstVNodeChirldren,
36
- o as getVNodeChirldren,
37
- p as getVNodeObjByVNodeArrayChildren,
37
+ l as getVNodeChirldren,
38
+ m as getVNodeObjByVNodeArrayChildren,
38
39
  g as getVNodeObjByVNodeChild,
39
- m as isNoValue,
40
+ A as isNoValue,
40
41
  s as matches
41
42
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as c, createVNode as e, Fragment as t } from "vue";
2
- import { convertValue as n, renderValue as p, isVNodeOrFunction as d } from "../utils.mjs";
2
+ import { convertValue as n, isVNodeOrFunction as p, renderValue as d } from "../utils.mjs";
3
3
  import "../../../config-provider/index.mjs";
4
4
  import { useNamespace as v } from "../../../config-provider/hooks/use-namespace.mjs";
5
5
  const f = /* @__PURE__ */ c({
@@ -38,7 +38,7 @@ const f = /* @__PURE__ */ c({
38
38
  title: String(n(l.value, {
39
39
  ...l
40
40
  }))
41
- }, [d(l.value) ? p(l.value) : l.link ? e("a", {
41
+ }, [p(l.value) ? d(l.value) : l.link ? e("a", {
42
42
  href: l.link,
43
43
  target: "_blank",
44
44
  class: a("value-group-link"),
@@ -2,6 +2,7 @@ import { RadioOptionType, RadioOptionStyleType } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  type __VLS_Props = {
4
4
  value: string | number;
5
+ delay?: number;
5
6
  options: RadioOptionType[];
6
7
  optionStyle?: RadioOptionStyleType;
7
8
  };
@@ -14,6 +15,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
14
15
  }>, {
15
16
  value: string | number;
16
17
  options: RadioOptionType[];
18
+ delay: number;
17
19
  optionStyle: RadioOptionStyleType;
18
20
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
19
21
  export default _default;