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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (376) hide show
  1. package/es/index.mjs +79 -77
  2. package/es/src/ap-action/group/index.vue.mjs +3 -3
  3. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  4. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  5. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  10. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +5 -5
  12. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  13. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  14. package/es/src/ap-field/date/index.vue.mjs +4 -4
  15. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  16. package/es/src/ap-field/index.mjs +36 -36
  17. package/es/src/ap-field/number/index.vue.mjs +8 -8
  18. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  19. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  20. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  21. package/es/src/ap-field/select/index.vue.mjs +2 -2
  22. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  23. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  24. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  25. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  26. package/es/src/ap-field/text/password.vue.mjs +2 -2
  27. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  28. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  29. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  30. package/es/src/ap-form/ap-form.vue.d.ts +2 -1
  31. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  32. package/es/src/ap-form/dependency/index.vue.mjs +29 -24
  33. package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  34. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  35. package/es/src/ap-form/item/index.vue.mjs +7 -7
  36. package/es/src/ap-form/item-group/index.vue.mjs +3 -3
  37. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  38. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  39. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  40. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  41. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  42. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  43. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  46. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  47. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  48. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  49. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  50. package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
  51. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  52. package/es/src/ap-form/render/item.vue.mjs +2 -2
  53. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +7 -7
  54. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  55. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  56. package/es/src/ap-form/search-form/index.vue.d.ts +6 -9
  57. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  58. package/es/src/ap-form/set/index.vue.mjs +1 -1
  59. package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  60. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  61. package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
  62. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  63. package/es/src/ap-grid/index.vue.d.ts +4 -2
  64. package/es/src/ap-grid/index.vue.mjs +5 -5
  65. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
  66. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
  67. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  68. package/es/src/ap-list/index.vue.d.ts +4 -2
  69. package/es/src/ap-list/index.vue.mjs +1 -1
  70. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  71. package/es/src/ap-table/ap-table.vue.d.ts +4 -2
  72. package/es/src/ap-table/ap-table.vue2.mjs +27 -27
  73. package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
  74. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  75. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  76. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +42 -45
  77. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  78. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  79. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  80. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  81. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  82. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  83. package/es/src/ap-table/constants.d.ts +5 -5
  84. package/es/src/ap-table/constants.mjs +45 -45
  85. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  86. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  87. package/es/src/ap-table/utils.d.ts +5 -5
  88. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  89. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  90. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  91. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  92. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  93. package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
  94. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  95. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  96. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  97. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  98. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
  99. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  100. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  101. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  102. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  103. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
  104. package/es/src/business/ap-copy/ApCopy.d.ts +52 -0
  105. package/es/src/business/ap-copy/ApCopy.mjs +79 -0
  106. package/es/src/business/ap-copy/constans.d.ts +24 -0
  107. package/es/src/business/ap-copy/constans.mjs +25 -0
  108. package/es/src/business/ap-copy/index.d.ts +102 -0
  109. package/es/src/business/ap-copy/index.mjs +7 -0
  110. package/es/src/business/ap-copy/interface.d.ts +8 -0
  111. package/es/src/business/ap-copy/interface.mjs +1 -0
  112. package/es/src/business/ap-copy/style/css.d.ts +0 -0
  113. package/es/src/business/ap-copy/style/css.js +1 -0
  114. package/es/src/business/ap-copy/style/index.d.ts +0 -0
  115. package/es/src/business/ap-copy/style/index.js +1 -0
  116. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  117. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  118. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  119. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +5 -5
  120. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
  121. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
  122. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
  123. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
  124. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
  125. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  126. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  127. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  128. package/es/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
  129. package/es/src/business/ap-product-info/ApProductInfo.mjs +53 -53
  130. package/es/src/business/ap-product-info/constans.d.ts +4 -0
  131. package/es/src/business/ap-product-info/constans.mjs +4 -0
  132. package/es/src/business/ap-product-info/index.d.ts +15 -0
  133. package/es/src/business/ap-product-info/interface.d.ts +1 -0
  134. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  135. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  136. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  137. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  138. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  139. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  140. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  141. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  142. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  143. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  144. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  145. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  146. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  147. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  148. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  149. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  150. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  151. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  152. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  153. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  154. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  155. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  156. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  157. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  158. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  159. package/es/src/business/hooks/usePageListApGrid.d.ts +0 -2
  160. package/es/src/business/hooks/usePageListApGrid.mjs +48 -65
  161. package/es/src/business/index.d.ts +1 -0
  162. package/es/src/business/index.mjs +20 -18
  163. package/es/src/check-card/index.vue2.mjs +3 -3
  164. package/es/src/components.d.ts +1 -0
  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 +58 -56
  173. package/es/src/locale/lang/en.mjs +4 -0
  174. package/es/src/locale/lang/zh-cn.mjs +4 -0
  175. package/es/src/mask/index.vue.mjs +10 -10
  176. package/es/src/path-map.mjs +1 -0
  177. package/es/src/portal/index.vue.mjs +2 -2
  178. package/es/src/scroll-bar/index.vue.mjs +3 -3
  179. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  180. package/es/src/scroll-view/index.vue.d.ts +5 -5
  181. package/es/src/scroll-view/index.vue.mjs +9 -9
  182. package/es/src/splitter/Panel.vue2.mjs +4 -4
  183. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  184. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  185. package/es/src/tests/wrapper.d.ts +4 -4
  186. package/es/src/text/group.vue.mjs +2 -2
  187. package/es/src/text/index.vue.mjs +4 -4
  188. package/es/src/version.d.ts +1 -1
  189. package/es/src/version.mjs +1 -1
  190. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  191. package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  192. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  193. package/lib/index.js +1 -1
  194. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  195. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
  196. package/lib/src/ap-field/index.js +1 -1
  197. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  198. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  199. package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
  200. package/lib/src/ap-form/dependency/index.vue.js +1 -1
  201. package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  202. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  203. package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
  204. package/lib/src/ap-form/search-form/index.vue.d.ts +6 -9
  205. package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  206. package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
  207. package/lib/src/ap-grid/index.vue.d.ts +4 -2
  208. package/lib/src/ap-grid/index.vue.js +1 -1
  209. package/lib/src/ap-list/index.vue.d.ts +4 -2
  210. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  211. package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
  212. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  213. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  214. package/lib/src/ap-table/constants.d.ts +5 -5
  215. package/lib/src/ap-table/constants.js +1 -1
  216. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  217. package/lib/src/ap-table/utils.d.ts +5 -5
  218. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  219. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  220. package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
  221. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  222. package/lib/src/business/ap-copy/ApCopy.d.ts +52 -0
  223. package/lib/src/business/ap-copy/ApCopy.js +1 -0
  224. package/lib/src/business/ap-copy/constans.d.ts +24 -0
  225. package/lib/src/business/ap-copy/constans.js +1 -0
  226. package/lib/src/business/ap-copy/index.d.ts +102 -0
  227. package/lib/src/business/ap-copy/index.js +1 -0
  228. package/lib/src/business/ap-copy/interface.d.ts +8 -0
  229. package/lib/src/business/ap-copy/interface.js +1 -0
  230. package/lib/src/business/ap-copy/style/css.cjs +1 -0
  231. package/lib/src/business/ap-copy/style/css.d.ts +0 -0
  232. package/lib/src/business/ap-copy/style/index.cjs +1 -0
  233. package/lib/src/business/ap-copy/style/index.d.ts +0 -0
  234. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  235. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  236. package/lib/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
  237. package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
  238. package/lib/src/business/ap-product-info/constans.d.ts +4 -0
  239. package/lib/src/business/ap-product-info/constans.js +1 -1
  240. package/lib/src/business/ap-product-info/index.d.ts +15 -0
  241. package/lib/src/business/ap-product-info/interface.d.ts +1 -0
  242. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  243. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  244. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  245. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  246. package/lib/src/business/hooks/usePageListApGrid.d.ts +0 -2
  247. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  248. package/lib/src/business/index.d.ts +1 -0
  249. package/lib/src/business/index.js +1 -1
  250. package/lib/src/components.d.ts +1 -0
  251. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
  252. package/lib/src/editable-table/form-item.vue.d.ts +4 -2
  253. package/lib/src/editable-table/index.vue.d.ts +4 -2
  254. package/lib/src/index.js +1 -1
  255. package/lib/src/locale/lang/en.js +1 -1
  256. package/lib/src/locale/lang/zh-cn.js +1 -1
  257. package/lib/src/path-map.js +1 -1
  258. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  259. package/lib/src/tests/wrapper.d.ts +4 -4
  260. package/lib/src/version.d.ts +1 -1
  261. package/lib/src/version.js +1 -1
  262. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  263. package/package.json +3 -6
  264. package/theme/antd-global-overwrite/admin/index.css +11 -9
  265. package/theme/antd-global-overwrite/admin/modal.css +9 -6
  266. package/theme/antd-global-overwrite/admin/modal.less +8 -6
  267. package/theme/antd-global-overwrite/admin/table.css +2 -3
  268. package/theme/antd-global-overwrite/admin/table.less +2 -3
  269. package/theme/antd-global-overwrite/aplus/index.css +11 -8
  270. package/theme/antd-global-overwrite/aplus/modal.css +9 -6
  271. package/theme/antd-global-overwrite/aplus/modal.less +8 -6
  272. package/theme/antd-global-overwrite/aplus/table.css +2 -2
  273. package/theme/antd-global-overwrite/aplus/table.less +2 -2
  274. package/theme/ap-action/item-dropdown.css +2 -2
  275. package/theme/ap-action/item.css +7 -7
  276. package/theme/ap-action/item.less +5 -5
  277. package/theme/ap-appendix/ap-appendix.css +8 -8
  278. package/theme/ap-appendix/ap-appendix.less +6 -6
  279. package/theme/ap-attachment/ap-attachment.css +2 -2
  280. package/theme/ap-batch-action/ap-batch-action.css +5 -5
  281. package/theme/ap-batch-action/ap-batch-action.less +3 -3
  282. package/theme/ap-button/ap-button.css +2 -2
  283. package/theme/ap-card/ap-card.css +2 -2
  284. package/theme/ap-copy/ap-copy.css +94 -0
  285. package/theme/ap-copy/ap-copy.less +59 -0
  286. package/theme/ap-descriptions/ap-descriptions.css +6 -6
  287. package/theme/ap-descriptions/ap-descriptions.less +4 -4
  288. package/theme/ap-download/ap-download.css +2 -2
  289. package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
  290. package/theme/ap-field/checkbox.css +2 -2
  291. package/theme/ap-field/index.css +2 -2
  292. package/theme/ap-field/number.css +2 -2
  293. package/theme/ap-field/radio.css +2 -2
  294. package/theme/ap-field/text-area.css +2 -2
  295. package/theme/ap-form/ap-form-item-group.css +2 -2
  296. package/theme/ap-form/ap-form-item.css +6 -6
  297. package/theme/ap-form/ap-form-item.less +4 -4
  298. package/theme/ap-form/drawer-form.css +2 -2
  299. package/theme/ap-form/index.css +13 -13
  300. package/theme/ap-form/item-text-group.css +2 -2
  301. package/theme/ap-form/item-text.css +2 -2
  302. package/theme/ap-form/modal-form.css +2 -2
  303. package/theme/ap-form/search-form-sorter.css +6 -6
  304. package/theme/ap-form/search-form-sorter.less +4 -4
  305. package/theme/ap-form/search-form.css +13 -13
  306. package/theme/ap-form/search-form.less +3 -3
  307. package/theme/ap-grid/editable.css +2 -2
  308. package/theme/ap-grid/index.css +31 -23
  309. package/theme/ap-grid/index.less +14 -3
  310. package/theme/ap-group-search/ap-extension-select.css +2 -2
  311. package/theme/ap-group-search/ap-group-search.css +2 -2
  312. package/theme/ap-group-search/ap-popover-select.css +2 -2
  313. package/theme/ap-image/ap-image.css +2 -2
  314. package/theme/ap-input-radio/ap-input-radio.css +2 -2
  315. package/theme/ap-label/ap-label.css +2 -2
  316. package/theme/ap-ladder/ap-ladder.css +2 -2
  317. package/theme/ap-layout/ap-info-layout.css +2 -2
  318. package/theme/ap-list/index.css +2 -2
  319. package/theme/ap-product-info/ap-product-info.css +22 -32
  320. package/theme/ap-product-info/ap-product-info.less +28 -42
  321. package/theme/ap-radio-group/ap-radio-group.css +7 -7
  322. package/theme/ap-radio-group/ap-radio-group.less +5 -5
  323. package/theme/ap-select-layout/ap-select-layout.css +2 -2
  324. package/theme/ap-size-input/ap-size-input.css +2 -2
  325. package/theme/ap-status/ap-status.css +2 -2
  326. package/theme/ap-summary/index.css +2 -2
  327. package/theme/ap-table/ap-table-index.css +2 -2
  328. package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -3
  329. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  330. package/theme/ap-table/ap-table.css +47 -36
  331. package/theme/ap-table/ap-table.less +14 -7
  332. package/theme/ap-table/setting/index.css +14 -9
  333. package/theme/ap-table/setting/modal.css +7 -3
  334. package/theme/ap-table/setting/modal.less +5 -1
  335. package/theme/ap-table/setting/select-group.css +2 -2
  336. package/theme/ap-table/setting/sortable-item-meta.css +4 -4
  337. package/theme/ap-table/setting/sortable-item-meta.less +2 -2
  338. package/theme/ap-table/setting/sortable-item.css +2 -2
  339. package/theme/ap-table/setting/sorter.css +7 -6
  340. package/theme/ap-table/setting/sorter.less +4 -4
  341. package/theme/ap-table-modal/index.css +47 -36
  342. package/theme/ap-tag/ap-tag-group.css +2 -2
  343. package/theme/ap-tag/ap-tag.css +3 -3
  344. package/theme/ap-tag/ap-tag.less +1 -1
  345. package/theme/ap-title/ap-title.css +2 -2
  346. package/theme/ap-upload/index.css +2 -2
  347. package/theme/ap-upload/multiple-file.css +2 -2
  348. package/theme/ap-upload/picture.css +2 -2
  349. package/theme/ap-upload/single-file.css +2 -2
  350. package/theme/ap-upload/upload.css +2 -2
  351. package/theme/ap-upload-single/index.css +6 -6
  352. package/theme/ap-upload-single/index.less +4 -4
  353. package/theme/ap-view/ap-view.css +9 -9
  354. package/theme/ap-view/ap-view.less +7 -7
  355. package/theme/batch-input-group/index.css +4 -4
  356. package/theme/batch-input-group/popover-input.css +4 -4
  357. package/theme/batch-input-group/popover-input.less +2 -2
  358. package/theme/check-card/index.css +7 -7
  359. package/theme/check-card/index.less +5 -5
  360. package/theme/editable-table/index.css +18 -18
  361. package/theme/full-screen/index.css +2 -2
  362. package/theme/index.css +208 -205
  363. package/theme/index.less +1 -0
  364. package/theme/mask/index.css +2 -2
  365. package/theme/mixins/mixins.css +2 -2
  366. package/theme/mixins/mixins.less +2 -2
  367. package/theme/scroll-bar/index.css +2 -2
  368. package/theme/scroll-view/index.css +2 -2
  369. package/theme/splitter/index.css +5 -5
  370. package/theme/splitter/index.less +1 -1
  371. package/theme/text/group.css +2 -2
  372. package/theme/text/index.css +6 -6
  373. package/theme/text/index.less +4 -4
  374. package/theme/ui-mode.css +36 -90
  375. package/theme/ui-mode.less +74 -90
  376. package/theme/work-order-modal/index.css +2 -2
package/es/index.mjs CHANGED
@@ -5,9 +5,9 @@ import "./src/hooks/index.mjs";
5
5
  import { configProviderProps as A } from "./src/config-provider/config-provider-props.mjs";
6
6
  import { DEFAULT_NAMESPACE as n, DEFAULT_UIMODE as c, configProviderContextKey as F } from "./src/config-provider/constants.mjs";
7
7
  import { keysOf as T, provideGlobalConfig as S, useGlobalConfig as b } from "./src/config-provider/hooks/use-global-config.mjs";
8
- import { buildLocaleContext as C, buildTranslator as D, localeContextKey as G, translate as h, useLocale as E } from "./src/config-provider/hooks/use-locale.mjs";
8
+ import { buildLocaleContext as g, buildTranslator as D, localeContextKey as G, translate as h, useLocale as E } from "./src/config-provider/hooks/use-locale.mjs";
9
9
  import { defaultNamespace as R, namespaceContextKey as L, useGetDerivedNamespace as M, useNamespace as N } from "./src/config-provider/hooks/use-namespace.mjs";
10
- import { ConfigProvider as w, globalConfigCached as y } from "./src/config-provider/config-provider.mjs";
10
+ import { ConfigProvider as v, globalConfigCached as w } from "./src/config-provider/config-provider.mjs";
11
11
  import { APConfigProvider as B } from "./src/config-provider/index.mjs";
12
12
  import { ApFormItemText as K } from "./src/ap-form/items/text/index.mjs";
13
13
  import { default as V } from "./src/ap-form/items/text-area/index.vue.mjs";
@@ -28,13 +28,13 @@ import { default as ne } from "./src/ap-form/search-form/index.vue.mjs";
28
28
  import { default as Fe } from "./src/ap-form/modal-form/index.vue.mjs";
29
29
  import { default as Te } from "./src/ap-form/dependency/index.vue.mjs";
30
30
  import { default as be } from "./src/ap-form/set/index.vue.mjs";
31
- import { default as Ce } from "./src/ap-form/drawer-form/index.vue.mjs";
31
+ import { default as ge } from "./src/ap-form/drawer-form/index.vue.mjs";
32
32
  import { default as Ge } from "./src/ap-form/render/control.vue.mjs";
33
33
  import { default as Ee } from "./src/ap-form/render/item.vue.mjs";
34
34
  import { default as Re } from "./src/ap-form/provider/index.vue.mjs";
35
35
  import { ApField as Me } from "./src/ap-field/index.mjs";
36
- import { ApFieldText as ve } from "./src/ap-field/text/index.mjs";
37
- import { default as ye } from "./src/ap-field/checkbox/index.vue.mjs";
36
+ import { ApFieldText as ye } from "./src/ap-field/text/index.mjs";
37
+ import { default as we } from "./src/ap-field/checkbox/index.vue.mjs";
38
38
  import { default as Be } from "./src/ap-field/date/index.vue.mjs";
39
39
  import { default as Ke } from "./src/ap-field/number/index.vue.mjs";
40
40
  import { default as Ve } from "./src/ap-field/radio/index.vue.mjs";
@@ -53,13 +53,13 @@ import { default as Ao } from "./src/ap-action/item-modal/index.vue.mjs";
53
53
  import { default as no } from "./src/ap-action/item-popconfirm/index.vue.mjs";
54
54
  import { default as Fo } from "./src/ap-action/item-dropdown/index.vue.mjs";
55
55
  import { default as To } from "./src/ap-action/group/index.vue.mjs";
56
- import { DictCode as bo, langMap as go } from "./src/work-order-modal/interfaces.mjs";
56
+ import { DictCode as bo, langMap as Co } from "./src/work-order-modal/interfaces.mjs";
57
57
  import { createWorkOrderModal as Do } from "./src/work-order-modal/createWorkOrder.mjs";
58
58
  import { default as ho } from "./src/work-order-modal/work-order-modal.vue.mjs";
59
59
  import { default as Po } from "./src/ap-tag/ap-tag.vue.mjs";
60
60
  import { default as Lo } from "./src/ap-tag/ap-tag-group.vue.mjs";
61
61
  import { default as No } from "./src/ap-info-layout/ApInfoLayout.vue.mjs";
62
- import { NeedNameKeyDefault as wo } from "./src/ap-upload/apUploadTypes.mjs";
62
+ import { NeedNameKeyDefault as vo } from "./src/ap-upload/apUploadTypes.mjs";
63
63
  import { default as ko } from "./src/ap-upload/apUpload.vue.mjs";
64
64
  import { ApDownLoadNeedNameKeyDefault as Oo } from "./src/ap-download/interface.mjs";
65
65
  import { default as Uo } from "./src/ap-download/ap-download.vue.mjs";
@@ -80,13 +80,13 @@ import { ApBatchAction as ir } from "./src/business/ap-batch-action/index.mjs";
80
80
  import { ApBatchActionGroup as cr } from "./src/business/ap-batch-action-group/index.mjs";
81
81
  import { ApButtonGroup as Ir } from "./src/business/ap-button-group/index.mjs";
82
82
  import { ApCard as Sr } from "./src/business/ap-card/index.mjs";
83
- import { ApExpandAlert as gr } from "./src/business/ap-expand-alert/index.mjs";
83
+ import { ApExpandAlert as Cr } from "./src/business/ap-expand-alert/index.mjs";
84
84
  import { ApExportGroupActionType as Dr } from "./src/business/ap-export-group/interface.mjs";
85
85
  import { ApExportGroup as hr } from "./src/business/ap-export-group/index.mjs";
86
86
  import { handleExportDownload as Pr } from "./src/business/ap-export-group/handleExportDownload.mjs";
87
87
  import { convertExportField as Lr } from "./src/business/ap-export-group/convertExportField.mjs";
88
88
  import { ApImage as Nr } from "./src/business/ap-image/index.mjs";
89
- import { ApInputRadio as wr } from "./src/business/ap-input-radio/index.mjs";
89
+ import { ApInputRadio as vr } from "./src/business/ap-input-radio/index.mjs";
90
90
  import { ApLabel as kr, ApLabelGroup as Br } from "./src/business/ap-label/index.mjs";
91
91
  import { locales as Kr } from "./src/business/ap-ladder/interface.mjs";
92
92
  import { ApLadder as Vr } from "./src/business/ap-ladder/index.mjs";
@@ -104,37 +104,38 @@ import { ApAppendix as At } from "./src/business/ap-appendix/index.mjs";
104
104
  import { ApExtensionSelect as nt, ApGroupSearch as ct, ApPopoverSelect as Ft } from "./src/business/ap-group-search/index.mjs";
105
105
  import { default as Tt } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
106
106
  import { default as bt } from "./src/business/batch-input-group/index.vue.mjs";
107
- import { default as Ct } from "./src/business/batch-input-group/form-item.vue.mjs";
107
+ import { default as gt } from "./src/business/batch-input-group/form-item.vue.mjs";
108
108
  import { ApSizeInput as Gt } from "./src/business/ap-size-input/index.mjs";
109
109
  import { ApProductInfo as Et } from "./src/business/ap-product-info/index.mjs";
110
- import { ApView as Rt } from "./src/business/ap-view/index.mjs";
111
- import { ApRadioGroup as Mt } from "./src/business/ap-radio-group/index.mjs";
112
- import { useTablePaging as vt } from "./src/ap-table/hooks/use-table-paging.mjs";
113
- import { ApTable as yt } from "./src/ap-table/index.mjs";
114
- import { default as Bt } from "./src/editable-table/index.vue.mjs";
115
- import { default as Kt } from "./src/editable-table/form-item.vue.mjs";
116
- import { default as Vt } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
117
- import { ensureRangeValue as zt } from "./src/scroll-bar/utils/index.mjs";
118
- import { default as $t } from "./src/scroll-bar/index.vue.mjs";
119
- import { default as jt } from "./src/scroll-bar/internal.vue.mjs";
120
- import { default as Jt } from "./src/scroll-view/index.vue.mjs";
121
- import { default as Xt } from "./src/portal/index.vue.mjs";
122
- import { default as Zt } from "./src/full-screen/index.vue.mjs";
123
- import { default as op } from "./src/resize-observer/index.vue.mjs";
124
- import { ROW_SELECTION_FIELD as tp } from "./src/ap-grid/constants.mjs";
125
- import { default as ap } from "./src/ap-grid/index.vue.mjs";
126
- import { default as mp } from "./src/ap-grid/editable/index.vue.mjs";
127
- import { default as xp } from "./src/ap-grid/editable/form-item.vue.mjs";
128
- import { default as up } from "./src/text/index.vue.mjs";
129
- import { default as Ap } from "./src/text/group.vue.mjs";
130
- import { default as np } from "./src/mask/index.vue.mjs";
131
- import { Splitter as Fp } from "./src/splitter/index.mjs";
132
- import { useMessage as Tp } from "./src/hooks/useMessage.mjs";
133
- import { useControllableValue as bp } from "./src/hooks/useControllableValue.mjs";
134
- import { useManualRef as Cp } from "./src/hooks/useManualRef.mjs";
135
- import { useThrottleRef as Gp } from "./src/hooks/useThrottleRef.mjs";
136
- import { useFullScreen as Ep } from "./src/hooks/useFullScreen.mjs";
137
- import { useResize as Rp } from "./src/hooks/useResize.mjs";
110
+ import { ApCopy as Rt } from "./src/business/ap-copy/index.mjs";
111
+ import { ApView as Mt } from "./src/business/ap-view/index.mjs";
112
+ import { ApRadioGroup as yt } from "./src/business/ap-radio-group/index.mjs";
113
+ import { useTablePaging as wt } from "./src/ap-table/hooks/use-table-paging.mjs";
114
+ import { ApTable as Bt } from "./src/ap-table/index.mjs";
115
+ import { default as Kt } from "./src/editable-table/index.vue.mjs";
116
+ import { default as Vt } from "./src/editable-table/form-item.vue.mjs";
117
+ import { default as zt } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
118
+ import { ensureRangeValue as $t } from "./src/scroll-bar/utils/index.mjs";
119
+ import { default as jt } from "./src/scroll-bar/index.vue.mjs";
120
+ import { default as Jt } from "./src/scroll-bar/internal.vue.mjs";
121
+ import { default as Xt } from "./src/scroll-view/index.vue.mjs";
122
+ import { default as Zt } from "./src/portal/index.vue.mjs";
123
+ import { default as op } from "./src/full-screen/index.vue.mjs";
124
+ import { default as tp } from "./src/resize-observer/index.vue.mjs";
125
+ import { ROW_SELECTION_FIELD as ap } from "./src/ap-grid/constants.mjs";
126
+ import { default as mp } from "./src/ap-grid/index.vue.mjs";
127
+ import { default as xp } from "./src/ap-grid/editable/index.vue.mjs";
128
+ import { default as up } from "./src/ap-grid/editable/form-item.vue.mjs";
129
+ import { default as Ap } from "./src/text/index.vue.mjs";
130
+ import { default as np } from "./src/text/group.vue.mjs";
131
+ import { default as Fp } from "./src/mask/index.vue.mjs";
132
+ import { Splitter as Tp } from "./src/splitter/index.mjs";
133
+ import { useMessage as bp } from "./src/hooks/useMessage.mjs";
134
+ import { useControllableValue as gp } from "./src/hooks/useControllableValue.mjs";
135
+ import { useManualRef as Gp } from "./src/hooks/useManualRef.mjs";
136
+ import { useThrottleRef as Ep } from "./src/hooks/useThrottleRef.mjs";
137
+ import { useFullScreen as Rp } from "./src/hooks/useFullScreen.mjs";
138
+ import { useResize as Mp } from "./src/hooks/useResize.mjs";
138
139
  const a = console.log;
139
140
  a(`APlus-UI version ${p}.`);
140
141
  const l = {
@@ -161,16 +162,17 @@ export {
161
162
  Ir as ApButtonGroup,
162
163
  Sr as ApCard,
163
164
  er as ApConfirmButton,
164
- Vt as ApDescriptions,
165
+ Rt as ApCopy,
166
+ zt as ApDescriptions,
165
167
  Oo as ApDownLoadNeedNameKeyDefault,
166
168
  Uo as ApDownload,
167
169
  rr as ApDrawer,
168
- gr as ApExpandAlert,
170
+ Cr as ApExpandAlert,
169
171
  hr as ApExportGroup,
170
172
  Dr as ApExportGroupActionType,
171
173
  nt as ApExtensionSelect,
172
174
  Me as ApField,
173
- ye as ApFieldCheckbox,
175
+ we as ApFieldCheckbox,
174
176
  Be as ApFieldDate,
175
177
  je as ApFieldDateRange,
176
178
  Ke as ApFieldNumber,
@@ -181,15 +183,15 @@ export {
181
183
  Je as ApFieldSelect,
182
184
  Ze as ApFieldSlider,
183
185
  ze as ApFieldSwitch,
184
- ve as ApFieldText,
186
+ ye as ApFieldText,
185
187
  $e as ApFieldTextArea,
186
188
  ao as ApFieldTreeSelect,
187
189
  me as ApForm,
188
190
  Ge as ApFormControlRender,
189
191
  Te as ApFormDependency,
190
- Ce as ApFormDrawerForm,
192
+ ge as ApFormDrawerForm,
191
193
  xe as ApFormItem,
192
- Ct as ApFormItemBatchInput,
194
+ gt as ApFormItemBatchInput,
193
195
  oe as ApFormItemCheckbox,
194
196
  $ as ApFormItemDate,
195
197
  j as ApFormItemDateRange,
@@ -208,11 +210,11 @@ export {
208
210
  Re as ApFormProvider,
209
211
  ne as ApFormSearchForm,
210
212
  be as ApFormSet,
211
- ap as ApGrid,
213
+ mp as ApGrid,
212
214
  ct as ApGroupSearch,
213
215
  Nr as ApImage,
214
216
  No as ApInfoLayout,
215
- wr as ApInputRadio,
217
+ vr as ApInputRadio,
216
218
  kr as ApLabel,
217
219
  Br as ApLabelGroup,
218
220
  Vr as ApLadder,
@@ -221,48 +223,48 @@ export {
221
223
  ut as ApNeedNameKeyDefault,
222
224
  Ft as ApPopoverSelect,
223
225
  Et as ApProductInfo,
224
- Mt as ApRadioGroup,
226
+ yt as ApRadioGroup,
225
227
  zr as ApSelectLayout,
226
228
  Gt as ApSizeInput,
227
229
  $r as ApStatus,
228
230
  Hr as ApStatusGroup,
229
231
  xt as ApSummary,
230
- yt as ApTable,
232
+ Bt as ApTable,
231
233
  fr as ApTableModal,
232
234
  Po as ApTag,
233
235
  Lo as ApTagGroup,
234
- up as ApText,
235
- Ap as ApTextGroup,
236
+ Ap as ApText,
237
+ np as ApTextGroup,
236
238
  qr as ApTitle,
237
239
  pr as ApTransformDataHelper,
238
240
  ko as ApUpload,
239
241
  Tt as ApUploadSingle,
240
- Rt as ApView,
242
+ Mt as ApView,
241
243
  bt as BatchInputGroup,
242
244
  _o as CheckCard,
243
245
  Wo as CheckCardGroup,
244
- w as ConfigProvider,
246
+ v as ConfigProvider,
245
247
  n as DEFAULT_NAMESPACE,
246
248
  c as DEFAULT_UIMODE,
247
249
  bo as DictCode,
248
- mp as EditableGrid,
249
- xp as EditableGridFormItem,
250
- Bt as EditableTable,
251
- Kt as EditableTableFormItem,
252
- Zt as FullScreen,
253
- jt as InternalScrollBar,
254
- np as Mask,
255
- wo as NeedNameKeyDefault,
256
- Xt as Portal,
257
- tp as ROW_SELECTION_FIELD,
258
- op as ResizeObserver,
259
- $t as ScrollBar,
260
- Jt as ScrollView,
261
- Fp as Splitter,
250
+ xp as EditableGrid,
251
+ up as EditableGridFormItem,
252
+ Kt as EditableTable,
253
+ Vt as EditableTableFormItem,
254
+ op as FullScreen,
255
+ Jt as InternalScrollBar,
256
+ Fp as Mask,
257
+ vo as NeedNameKeyDefault,
258
+ Zt as Portal,
259
+ ap as ROW_SELECTION_FIELD,
260
+ tp as ResizeObserver,
261
+ jt as ScrollBar,
262
+ Xt as ScrollView,
263
+ Tp as Splitter,
262
264
  ho as WorkOrderModal,
263
265
  mo as adminToken,
264
266
  lo as aplusToken,
265
- C as buildLocaleContext,
267
+ g as buildLocaleContext,
266
268
  D as buildTranslator,
267
269
  pt as computedRecords,
268
270
  F as configProviderContextKey,
@@ -271,35 +273,35 @@ export {
271
273
  Do as createWorkOrderModal,
272
274
  l as default,
273
275
  R as defaultNamespace,
274
- zt as ensureRangeValue,
276
+ $t as ensureRangeValue,
275
277
  at as flattenColumns,
276
278
  ft as formatDataIndex,
277
279
  mt as formatNumber,
278
- y as globalConfigCached,
280
+ w as globalConfigCached,
279
281
  Pr as handleExportDownload,
280
282
  T as keysOf,
281
- go as langMap,
283
+ Co as langMap,
282
284
  G as localeContextKey,
283
285
  Kr as locales,
284
286
  L as namespaceContextKey,
285
287
  u as pathMap,
286
288
  S as provideGlobalConfig,
287
289
  h as translate,
288
- bp as useControllableValue,
289
- Ep as useFullScreen,
290
+ gp as useControllableValue,
291
+ Rp as useFullScreen,
290
292
  M as useGetDerivedNamespace,
291
293
  b as useGlobalConfig,
292
294
  rt as useGridRefresh,
293
295
  E as useLocale,
294
- Cp as useManualRef,
295
- Tp as useMessage,
296
+ Gp as useManualRef,
297
+ bp as useMessage,
296
298
  N as useNamespace,
297
299
  et as usePageListApGrid,
298
300
  Qr as usePageListApTable,
299
- Rp as useResize,
301
+ Mp as useResize,
300
302
  lr as useTableModal,
301
- vt as useTablePaging,
303
+ wt as useTablePaging,
302
304
  Yr as useTableRefresh,
303
305
  dr as useTableSelectModal,
304
- Gp as useThrottleRef
306
+ Ep as useThrottleRef
305
307
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as h, computed as s, unref as c, createBlock as r, openBlock as t, withCtx as k, createElementBlock as u, createCommentVNode as A, Fragment as a, renderList as v, mergeProps as i } from "vue";
1
+ import { defineComponent as h, computed as s, unref as c, openBlock as t, createBlock as r, withCtx as k, createElementBlock as u, Fragment as a, renderList as A, mergeProps as i, createCommentVNode as v } from "vue";
2
2
  import { Space as y } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import "../item-modal/index.vue2.mjs";
@@ -40,7 +40,7 @@ const q = /* @__PURE__ */ h({
40
40
  align: "center"
41
41
  }, {
42
42
  default: k(() => [
43
- (t(!0), u(a, null, v(l.value.showActions, (o, d) => (t(), u(a, { key: d }, [
43
+ (t(!0), u(a, null, A(l.value.showActions, (o, d) => (t(), u(a, { key: d }, [
44
44
  o.actions ? (t(), r(p, i({
45
45
  key: 0,
46
46
  ref_for: !0
@@ -61,7 +61,7 @@ const q = /* @__PURE__ */ h({
61
61
  placement: e.placement,
62
62
  trigger: e.trigger,
63
63
  text: c(_)("ap.common.more")
64
- }, null, 8, ["actions", "placement", "trigger", "text"])) : A("", !0)
64
+ }, null, 8, ["actions", "placement", "trigger", "text"])) : v("", !0)
65
65
  ]),
66
66
  _: 1
67
67
  }));
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, createPropsRestProxy as k, ref as v, unref as r, computed as c, renderSlot as u, createElementBlock as f, createCommentVNode as m, openBlock as l, mergeProps as C, createBlock as p, isVNode as B, resolveDynamicComponent as A, toDisplayString as h } from "vue";
1
+ import { defineComponent as b, createPropsRestProxy as k, ref as v, unref as r, computed as c, renderSlot as u, openBlock as l, createElementBlock as f, mergeProps as C, createBlock as m, createCommentVNode as p, isVNode as B, resolveDynamicComponent as A, toDisplayString as h } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import L from "@aplus-frontend/antdv/es/button/LoadingIcon";
4
4
  import { useNamespace as N } from "../../config-provider/hooks/use-namespace.mjs";
@@ -35,16 +35,16 @@ const P = { key: 1 }, I = /* @__PURE__ */ b({
35
35
  class: y.value,
36
36
  onClick: d
37
37
  }), [
38
- t.value ? (l(), p(r(L), {
38
+ t.value ? (l(), m(r(L), {
39
39
  key: 0,
40
40
  "prefix-cls": "btn",
41
41
  "exist-icon": !1,
42
42
  loading: ""
43
- })) : m("", !0),
43
+ })) : p("", !0),
44
44
  u(e.$slots, "default", {}, () => [
45
- B(e.text) ? (l(), p(A(e.text), { key: 0 })) : (l(), f("span", P, h(e.text || ""), 1))
45
+ B(e.text) ? (l(), m(A(e.text), { key: 0 })) : (l(), f("span", P, h(e.text || ""), 1))
46
46
  ])
47
- ], 16)) : m("", !0)
47
+ ], 16)) : p("", !0)
48
48
  ]);
49
49
  }
50
50
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, ref as v, computed as k, createBlock as l, openBlock as t, unref as r, withCtx as n, createElementVNode as w, normalizeClass as m, createVNode as u, createCommentVNode as A, normalizeProps as B, guardReactiveProps as b, renderSlot as C, createElementBlock as I, Fragment as P, renderList as D, mergeProps as i } from "vue";
1
+ import { defineComponent as _, ref as v, computed as k, openBlock as t, createBlock as l, unref as r, withCtx as n, createVNode as u, createElementBlock as w, Fragment as A, renderList as B, normalizeClass as m, mergeProps as i, createElementVNode as b, normalizeProps as C, guardReactiveProps as I, renderSlot as P, createCommentVNode as D } from "vue";
2
2
  import { Dropdown as N, Menu as $, MenuItem as h } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import "../item-modal/index.vue2.mjs";
@@ -7,9 +7,9 @@ import { IconApAdLineDown as L } from "@aplus-frontend/icon";
7
7
  import "../../config-provider/index.mjs";
8
8
  import { isUndefined as V, omit as z } from "lodash-unified";
9
9
  import { useNamespace as E } from "../../config-provider/hooks/use-namespace.mjs";
10
- import d from "../item/index.vue2.mjs";
11
10
  import M from "../item-modal/index.vue.mjs";
12
11
  import U from "../item-popconfirm/index.vue.mjs";
12
+ import d from "../item/index.vue2.mjs";
13
13
  const T = /* @__PURE__ */ _({
14
14
  name: "ApActionItemDropDown",
15
15
  __name: "index",
@@ -46,7 +46,7 @@ const T = /* @__PURE__ */ _({
46
46
  overlay: n(() => [
47
47
  u(r($), null, {
48
48
  default: n(() => [
49
- (t(!0), I(P, null, D(g.value, (o, y) => (t(), l(r(h), {
49
+ (t(!0), w(A, null, B(g.value, (o, y) => (t(), l(r(h), {
50
50
  key: y,
51
51
  class: m(r(s)("item"))
52
52
  }, {
@@ -69,19 +69,19 @@ const T = /* @__PURE__ */ _({
69
69
  })
70
70
  ]),
71
71
  default: n(() => [
72
- w("span", {
72
+ b("span", {
73
73
  class: m(r(s)("wrapper"))
74
74
  }, [
75
- u(d, B(b(r(z)(f, ["actions", "trigger", "placement"]))), {
75
+ u(d, C(I(r(z)(f, ["actions", "trigger", "placement"]))), {
76
76
  default: n(() => [
77
- C(e.$slots, "default")
77
+ P(e.$slots, "default")
78
78
  ]),
79
79
  _: 3
80
80
  }, 16),
81
81
  e.showIcon ? (t(), l(r(L), {
82
82
  key: 0,
83
83
  class: m(r(s)("icon"))
84
- }, null, 8, ["class"])) : A("", !0)
84
+ }, null, 8, ["class"])) : D("", !0)
85
85
  ], 2)
86
86
  ]),
87
87
  _: 3
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, useSlots as m, createBlock as d, openBlock as p, mergeProps as f, unref as u, createSlots as _, renderList as A, withCtx as P, renderSlot as y, normalizeProps as k, guardReactiveProps as x } from "vue";
1
+ import { defineComponent as c, useSlots as m, openBlock as d, createBlock as p, mergeProps as f, unref as u, createSlots as _, renderList as A, withCtx as P, renderSlot as y, normalizeProps as k, guardReactiveProps as x } from "vue";
2
2
  import { Modal as B } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import { omit as g } from "lodash-unified";
@@ -28,7 +28,7 @@ const z = /* @__PURE__ */ c({
28
28
  }
29
29
  });
30
30
  }
31
- return (t, n) => (p(), d(h, f(u(g)(o, ["modalProps", "onAction"]), { onAction: i }), _({ _: 2 }, [
31
+ return (t, n) => (d(), p(h, f(u(g)(o, ["modalProps", "onAction"]), { onAction: i }), _({ _: 2 }, [
32
32
  A(l, (r, e) => ({
33
33
  name: e,
34
34
  fn: P((s) => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as d, useSlots as u, createBlock as P, openBlock as _, unref as i, mergeProps as y, withCtx as a, createVNode as C, normalizeProps as p, guardReactiveProps as s, createSlots as x, renderList as A, renderSlot as B } from "vue";
1
+ import { defineComponent as d, useSlots as u, openBlock as P, createBlock as _, unref as i, mergeProps as y, withCtx as a, createVNode as C, normalizeProps as p, guardReactiveProps as s, createSlots as x, renderList as A, renderSlot as B } from "vue";
2
2
  import { Popconfirm as b } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import { omit as g } from "lodash-unified";
@@ -22,7 +22,7 @@ const I = /* @__PURE__ */ d({
22
22
  var r, t, e;
23
23
  (t = (r = o.popconfirmProps).onConfirm) == null || t.call(r, n), await ((e = o.onAction) == null ? void 0 : e.call(o, n));
24
24
  }
25
- return (n, r) => (_(), P(i(b), y(o.popconfirmProps, {
25
+ return (n, r) => (P(), _(i(b), y(o.popconfirmProps, {
26
26
  disabled: !o.popconfirmProps,
27
27
  "overlay-style": { zIndex: 1060 },
28
28
  onConfirm: m
@@ -1,4 +1,4 @@
1
- import { defineComponent as p, useSlots as i, createBlock as d, openBlock as u, normalizeProps as t, guardReactiveProps as r, createSlots as c, renderList as m, withCtx as f, renderSlot as y } from "vue";
1
+ import { defineComponent as p, useSlots as i, openBlock as d, createBlock as u, normalizeProps as t, guardReactiveProps as r, createSlots as c, renderList as m, withCtx as f, renderSlot as y } from "vue";
2
2
  import "./ap-button.vue2.mjs";
3
3
  import B from "./ap-button.vue.mjs";
4
4
  const C = /* @__PURE__ */ p({
@@ -26,7 +26,7 @@ const C = /* @__PURE__ */ p({
26
26
  },
27
27
  setup(n) {
28
28
  const a = i(), l = n;
29
- return (e, b) => (u(), d(B, t(r({
29
+ return (e, b) => (d(), u(B, t(r({
30
30
  ...e.$attrs,
31
31
  ...l
32
32
  })), c({ _: 2 }, [
@@ -1,4 +1,4 @@
1
- import { defineComponent as W, useSlots as z, ref as L, computed as t, createBlock as w, openBlock as M, unref as l, mergeProps as T, createSlots as _, renderList as P, withCtx as $, renderSlot as x, normalizeProps as S, guardReactiveProps as N } from "vue";
1
+ import { defineComponent as W, useSlots as z, ref as L, computed as t, openBlock as w, createBlock as M, unref as l, mergeProps as T, createSlots as _, renderList as P, withCtx as $, renderSlot as x, normalizeProps as S, guardReactiveProps as N } from "vue";
2
2
  import { Button as A } from "@aplus-frontend/antdv";
3
3
  import { wait as D } from "@aplus-frontend/utils";
4
4
  import "../config-provider/index.mjs";
@@ -68,7 +68,7 @@ const q = 72, E = 300, Y = /* @__PURE__ */ W({
68
68
  }
69
69
  }
70
70
  }
71
- return (o, c) => (M(), w(l(A), T({
71
+ return (o, c) => (w(), M(l(A), T({
72
72
  class: {
73
73
  [l(i)()]: !0,
74
74
  [`${l(i)()}-border-link`]: u.value
@@ -1,4 +1,4 @@
1
- import { defineComponent as f, useSlots as d, createBlock as u, openBlock as k, mergeProps as y, unref as P, createSlots as B, renderList as C, withCtx as _, renderSlot as g, normalizeProps as b, guardReactiveProps as h } from "vue";
1
+ import { defineComponent as f, useSlots as d, openBlock as u, createBlock as k, mergeProps as y, unref as P, createSlots as B, renderList as C, withCtx as _, renderSlot as g, normalizeProps as b, guardReactiveProps as h } from "vue";
2
2
  import { confirmHandle as O } from "./utils/index.mjs";
3
3
  import { omit as l } from "lodash-unified";
4
4
  import "./ap-button.vue2.mjs";
@@ -41,7 +41,7 @@ const N = /* @__PURE__ */ f({
41
41
  };
42
42
  O(e);
43
43
  };
44
- return (n, r) => (k(), u(S, y(P(l)(o, ["confirmProps", "onClick"]), { onClick: m }), B({ _: 2 }, [
44
+ return (n, r) => (u(), k(S, y(P(l)(o, ["confirmProps", "onClick"]), { onClick: m }), B({ _: 2 }, [
45
45
  C(a, (c, e) => ({
46
46
  name: e,
47
47
  fn: _((t) => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, createElementBlock as i, openBlock as r, normalizeStyle as E, normalizeClass as d, unref as l, createVNode as _, mergeProps as w, withCtx as b, Fragment as p, renderList as M, createBlock as c, createCommentVNode as j, h as u, renderSlot as z, resolveDynamicComponent as A } from "vue";
1
+ import { defineComponent as B, openBlock as r, createElementBlock as i, normalizeClass as d, unref as l, normalizeStyle as E, createVNode as _, mergeProps as w, withCtx as b, Fragment as p, renderList as M, createBlock as c, h as u, renderSlot as j, resolveDynamicComponent as z, createCommentVNode as A } from "vue";
2
2
  import { Descriptions as F, DescriptionsItem as m } from "@aplus-frontend/antdv";
3
3
  import { mixinsAttachmentExtraProps as G, transformValue as L, isEmptyWithType as R } from "./helper.mjs";
4
4
  import { get as S } from "lodash-unified";
@@ -83,12 +83,12 @@ const O = { key: 0 }, Z = /* @__PURE__ */ B({
83
83
  }, {
84
84
  default: b(() => [
85
85
  l(R)(l(S)(e.dataSource, t.field), t) ? (r(), i("span", O, "--")) : (r(), i(p, { key: 1 }, [
86
- t.contentSlotName ? z(e.$slots, t.contentSlotName, {
86
+ t.contentSlotName ? j(e.$slots, t.contentSlotName, {
87
87
  key: 0,
88
88
  index: a,
89
89
  item: y(t),
90
90
  record: e.dataSource
91
- }) : (r(), c(A(
91
+ }) : (r(), c(z(
92
92
  u(p, [
93
93
  t.prefix,
94
94
  y(t),
@@ -98,7 +98,7 @@ const O = { key: 0 }, Z = /* @__PURE__ */ B({
98
98
  ], 64))
99
99
  ]),
100
100
  _: 2
101
- }, 1032, ["class", "label", "span", "content-style", "label-style"])) : j("", !0)
101
+ }, 1032, ["class", "label", "span", "content-style", "label-style"])) : A("", !0)
102
102
  ], 64))), 128))
103
103
  ]),
104
104
  _: 3
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, computed as m, createVNode as t, createElementBlock as d, openBlock as o, createBlock as l, createCommentVNode as u, resolveDynamicComponent as f, unref as s, withCtx as h } from "vue";
1
+ import { defineComponent as r, computed as m, createVNode as t, openBlock as o, createElementBlock as d, createBlock as l, resolveDynamicComponent as u, unref as s, withCtx as f, createCommentVNode as h } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import { QuestionCircleOutlined as b } from "@ant-design/icons-vue";
4
4
  import { TypographyText as _, Tooltip as y } from "@aplus-frontend/antdv";
@@ -21,7 +21,7 @@ const C = {
21
21
  return typeof e != "object" ? t("div", {
22
22
  class: p("item-label"),
23
23
  style: {
24
- maxWidth: "calc(var(--ap-descriptions-item-label-width))"
24
+ maxWidth: "var(--ap-descriptions-item-label-width, auto)"
25
25
  }
26
26
  }, [t(_, {
27
27
  ellipsis: {
@@ -30,16 +30,16 @@ const C = {
30
30
  content: e
31
31
  }, null)]) : e;
32
32
  });
33
- return (e, c) => (o(), d("span", C, [(o(), l(f(a.value))), e.helpMessage ? (o(), l(s(y), {
33
+ return (e, c) => (o(), d("span", C, [(o(), l(u(a.value))), e.helpMessage ? (o(), l(s(y), {
34
34
  key: 0,
35
35
  placement: "topLeft",
36
36
  title: e.helpMessage
37
37
  }, {
38
- default: h(() => [t(s(b), {
38
+ default: f(() => [t(s(b), {
39
39
  class: "ap-descriptions-item-content__help"
40
40
  })]),
41
41
  _: 1
42
- }, 8, ["title"])) : u("", !0)]));
42
+ }, 8, ["title"])) : h("", !0)]));
43
43
  }
44
44
  });
45
45
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as x, ref as A, useSlots as S, computed as t, unref as s, createBlock as j, openBlock as r, mergeProps as I, withCtx as M, createElementVNode as u, normalizeClass as T, createElementBlock as f, createCommentVNode as g, createVNode as U, renderSlot as V, toDisplayString as D } from "vue";
1
+ import { defineComponent as x, ref as A, useSlots as S, computed as t, unref as s, openBlock as r, createBlock as j, mergeProps as I, withCtx as M, createElementVNode as u, normalizeClass as T, createElementBlock as f, createVNode as U, createCommentVNode as g, renderSlot as V, toDisplayString as D } from "vue";
2
2
  import { Button as E } from "@aplus-frontend/antdv";
3
3
  import { LoadingOutlined as G } from "@ant-design/icons-vue";
4
4
  import "../config-provider/index.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as h, ref as b, onMounted as C, createElementBlock as l, openBlock as o, Fragment as n, unref as e, createTextVNode as m, toDisplayString as d, createBlock as c, mergeProps as V } from "vue";
1
+ import { defineComponent as h, ref as b, onMounted as C, openBlock as o, createElementBlock as l, Fragment as n, unref as e, createTextVNode as m, toDisplayString as d, createBlock as c, mergeProps as V } from "vue";
2
2
  import { isFunction as B, isNil as O, omit as q } from "lodash-unified";
3
3
  import { Spin as T, CheckboxGroup as U } from "@aplus-frontend/antdv";
4
4
  import "../../hooks/index.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as E, computed as u, unref as a, createElementBlock as g, createBlock as h, openBlock as s, Fragment as k, createTextVNode as w, toDisplayString as P, normalizeStyle as N, withCtx as f, createCommentVNode as j, createVNode as I, isRef as U, renderList as C, mergeProps as H, createSlots as K, renderSlot as $, normalizeProps as G, guardReactiveProps as L } from "vue";
1
+ import { defineComponent as E, computed as u, unref as a, openBlock as s, createElementBlock as g, Fragment as k, createTextVNode as w, toDisplayString as P, createBlock as h, normalizeStyle as N, withCtx as f, isRef as j, renderList as C, createCommentVNode as I, createVNode as U, mergeProps as H, createSlots as K, renderSlot as $, normalizeProps as G, guardReactiveProps as L } from "vue";
2
2
  import d from "dayjs";
3
3
  import { InputGroup as W, Select as Y, SelectOption as Z, DatePicker as q } from "@aplus-frontend/antdv";
4
4
  import { ApFieldDatePresetFormats as J, PRESET_FORMAT_MAP as S, PRESET_FORMAT_PICK_MAP as Q, PRESET_FORMAT_TIME_MAP as X } from "./constant.mjs";
@@ -163,7 +163,7 @@ const ye = /* @__PURE__ */ E({
163
163
  Array.isArray(e.timezone) && e.timezone.length ? (s(), h(a(Y), {
164
164
  key: 0,
165
165
  value: a(i),
166
- "onUpdate:value": n[0] || (n[0] = (o) => U(i) ? i.value = o : null),
166
+ "onUpdate:value": n[0] || (n[0] = (o) => j(i) ? i.value = o : null),
167
167
  "default-active-first-option": "",
168
168
  "dropdown-match-select-width": !1,
169
169
  style: { "max-width": "50%" }
@@ -180,8 +180,8 @@ const ye = /* @__PURE__ */ E({
180
180
  }, 1032, ["value"]))), 128))
181
181
  ]),
182
182
  _: 1
183
- }, 8, ["value"])) : j("", !0),
184
- I(a(q), H(M.value, {
183
+ }, 8, ["value"])) : I("", !0),
184
+ U(a(q), H(M.value, {
185
185
  value: v.value,
186
186
  format: A.value,
187
187
  picker: R.value,