@aplus-frontend/ui 7.10.0 → 7.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (761) hide show
  1. package/es/index.mjs +1 -1
  2. package/es/src/ag-grid/components/header-cell/index.vue2.mjs +8 -8
  3. package/es/src/ag-grid/editable/form-item.vue.d.ts +1 -1
  4. package/es/src/ag-grid/editable/form-item.vue.mjs +14 -14
  5. package/es/src/ag-grid/editable/index.vue.d.ts +1 -1
  6. package/es/src/ag-grid/editable/index.vue.mjs +6 -6
  7. package/es/src/ag-grid/editable/interface.d.ts +6 -6
  8. package/es/src/ag-grid/hooks/use-columns-def.d.ts +1 -1
  9. package/es/src/ag-grid/hooks/use-columns-def.mjs +14 -14
  10. package/es/src/ag-grid/hooks/use-editable-api.d.ts +1 -1
  11. package/es/src/ag-grid/hooks/use-editable-api.mjs +6 -6
  12. package/es/src/ag-grid/hooks/use-editable-columns.d.ts +1 -1
  13. package/es/src/ag-grid/hooks/use-editable-columns.mjs +28 -27
  14. package/es/src/ag-grid/hooks/use-editable-form-item-api.d.ts +1 -1
  15. package/es/src/ag-grid/hooks/use-editable-form-item-api.mjs +4 -4
  16. package/es/src/ag-grid/hooks/use-pinned-row.d.ts +1 -1
  17. package/es/src/ag-grid/hooks/use-pinned-row.mjs +1 -1
  18. package/es/src/ag-grid/hooks/use-row-selection.d.ts +1 -1
  19. package/es/src/ag-grid/hooks/use-row-selection.mjs +1 -1
  20. package/es/src/ag-grid/hooks/use-search-form.d.ts +1 -1
  21. package/es/src/ag-grid/hooks/use-search-form.mjs +5 -5
  22. package/es/src/ag-grid/hooks/use-selection-col-def.d.ts +1 -1
  23. package/es/src/ag-grid/hooks/use-selection-col-def.mjs +4 -4
  24. package/es/src/ag-grid/hooks/use-virtual-config.d.ts +1 -1
  25. package/es/src/ag-grid/hooks/use-virtual-config.mjs +5 -5
  26. package/es/src/ag-grid/index.d.ts +2 -2
  27. package/es/src/ag-grid/index.mjs +2 -2
  28. package/es/src/ag-grid/index.vue.d.ts +1 -1
  29. package/es/src/ag-grid/index.vue.mjs +47 -47
  30. package/es/src/ag-grid/interface.d.ts +4 -4
  31. package/es/src/ag-grid/renderer/index.d.ts +2 -2
  32. package/es/src/ag-grid/renderer/index.mjs +20 -20
  33. package/es/src/ap-action/group/index.vue.mjs +3 -3
  34. package/es/src/ap-action/index.d.ts +1 -1
  35. package/es/src/ap-action/index.mjs +1 -1
  36. package/es/src/ap-action/item/index.vue2.mjs +4 -4
  37. package/es/src/ap-action/item-dropdown/index.vue.mjs +3 -3
  38. package/es/src/ap-action/item-modal/index.vue.mjs +1 -1
  39. package/es/src/ap-action/item-popconfirm/index.vue.mjs +1 -1
  40. package/es/src/ap-button/ap-action-button.vue.d.ts +1 -1
  41. package/es/src/ap-button/ap-button.vue.d.ts +1 -1
  42. package/es/src/ap-button/ap-button.vue.mjs +6 -6
  43. package/es/src/ap-button/ap-confirm-button.vue.mjs +1 -1
  44. package/es/src/ap-button/index.d.ts +1 -1
  45. package/es/src/ap-button/index.mjs +1 -1
  46. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +1 -1
  47. package/es/src/ap-drawer/index.d.ts +1 -1
  48. package/es/src/ap-drawer/index.mjs +1 -1
  49. package/es/src/ap-drawer/utils/createDrawer.mjs +6 -6
  50. package/es/src/ap-field/checkbox/index.vue.d.ts +1 -1
  51. package/es/src/ap-field/checkbox/index.vue.mjs +13 -13
  52. package/es/src/ap-field/checkbox/read.vue.d.ts +1 -1
  53. package/es/src/ap-field/date/helper.d.ts +1 -1
  54. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  55. package/es/src/ap-field/date/index.vue.mjs +18 -18
  56. package/es/src/ap-field/date/read.vue.d.ts +1 -1
  57. package/es/src/ap-field/date/read.vue2.mjs +4 -4
  58. package/es/src/ap-field/date-range/index.vue.d.ts +2 -2
  59. package/es/src/ap-field/date-range/index.vue.mjs +26 -26
  60. package/es/src/ap-field/date-range/read.vue.d.ts +2 -2
  61. package/es/src/ap-field/date-range/read.vue2.mjs +6 -6
  62. package/es/src/ap-field/hooks/use-date-timezone.mjs +5 -5
  63. package/es/src/ap-field/hooks/use-default-presets.d.ts +2 -2
  64. package/es/src/ap-field/hooks/use-default-presets.mjs +2 -2
  65. package/es/src/ap-field/index.d.ts +19 -19
  66. package/es/src/ap-field/index.mjs +17 -17
  67. package/es/src/ap-field/interface.d.ts +6 -6
  68. package/es/src/ap-field/number/index.vue.d.ts +2 -2
  69. package/es/src/ap-field/number/index.vue.mjs +10 -10
  70. package/es/src/ap-field/number/read.vue2.mjs +5 -5
  71. package/es/src/ap-field/radio/index.vue.mjs +7 -7
  72. package/es/src/ap-field/rate/index.vue.mjs +3 -3
  73. package/es/src/ap-field/second/index.vue.d.ts +2 -2
  74. package/es/src/ap-field/second/index.vue.mjs +5 -5
  75. package/es/src/ap-field/select/index.vue.d.ts +4 -4
  76. package/es/src/ap-field/select/index.vue.mjs +8 -8
  77. package/es/src/ap-field/select/use-select-options.d.ts +1 -1
  78. package/es/src/ap-field/select/use-select-options.mjs +1 -1
  79. package/es/src/ap-field/slider/index.vue.d.ts +3 -5
  80. package/es/src/ap-field/slider/index.vue.mjs +1 -1
  81. package/es/src/ap-field/switch/index.vue.mjs +1 -1
  82. package/es/src/ap-field/text/index.vue.d.ts +4 -4
  83. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  84. package/es/src/ap-field/text/password.vue.d.ts +3 -3
  85. package/es/src/ap-field/text/password.vue.mjs +7 -7
  86. package/es/src/ap-field/text/read-password.vue.d.ts +3 -3
  87. package/es/src/ap-field/text/read-password.vue2.mjs +4 -4
  88. package/es/src/ap-field/text/read.vue.d.ts +3 -3
  89. package/es/src/ap-field/text-area/index.vue.d.ts +4 -4
  90. package/es/src/ap-field/text-area/index.vue.mjs +6 -6
  91. package/es/src/ap-field/text-area/read.vue.d.ts +3 -3
  92. package/es/src/ap-field/tree-select/index.vue.d.ts +5 -5
  93. package/es/src/ap-field/tree-select/index.vue.mjs +1 -1
  94. package/es/src/ap-field/tree-select/read.vue2.mjs +5 -5
  95. package/es/src/ap-field/tree-select/use-request.d.ts +1 -1
  96. package/es/src/ap-field/tree-select/use-request.mjs +4 -4
  97. package/es/src/ap-form/ap-form.vue.d.ts +1 -1
  98. package/es/src/ap-form/ap-form.vue2.mjs +14 -14
  99. package/es/src/ap-form/dependency/index.vue.mjs +5 -5
  100. package/es/src/ap-form/drawer-form/index.vue.d.ts +13 -13
  101. package/es/src/ap-form/drawer-form/index.vue.mjs +10 -10
  102. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  103. package/es/src/ap-form/hooks/use-watch.mjs +7 -7
  104. package/es/src/ap-form/index.d.ts +6 -6
  105. package/es/src/ap-form/index.mjs +6 -6
  106. package/es/src/ap-form/interface.d.ts +2 -2
  107. package/es/src/ap-form/item/index.vue.d.ts +26 -26
  108. package/es/src/ap-form/item/index.vue.mjs +19 -19
  109. package/es/src/ap-form/item-group/index.vue.mjs +7 -7
  110. package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
  111. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  112. package/es/src/ap-form/items/date/index.vue.d.ts +2 -2
  113. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  114. package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -2
  115. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  116. package/es/src/ap-form/items/index.d.ts +4 -4
  117. package/es/src/ap-form/items/index.mjs +4 -4
  118. package/es/src/ap-form/items/number/index.vue.d.ts +18 -18
  119. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  120. package/es/src/ap-form/items/radio/index.vue.d.ts +2 -2
  121. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  122. package/es/src/ap-form/items/select/index.vue.d.ts +32 -32
  123. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  124. package/es/src/ap-form/items/switch/index.vue.d.ts +3 -3
  125. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  126. package/es/src/ap-form/items/text/index.d.ts +1 -1
  127. package/es/src/ap-form/items/text/index.mjs +1 -1
  128. package/es/src/ap-form/items/text/index.vue.d.ts +28 -28
  129. package/es/src/ap-form/items/text/index.vue2.mjs +5 -5
  130. package/es/src/ap-form/items/text/password.vue.d.ts +28 -28
  131. package/es/src/ap-form/items/text/password.vue.mjs +5 -5
  132. package/es/src/ap-form/items/text-area/index.vue.d.ts +14 -14
  133. package/es/src/ap-form/items/text-area/index.vue.mjs +4 -4
  134. package/es/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
  135. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  136. package/es/src/ap-form/list/index.vue.mjs +4 -4
  137. package/es/src/ap-form/modal-form/index.vue.d.ts +13 -13
  138. package/es/src/ap-form/modal-form/index.vue.mjs +6 -6
  139. package/es/src/ap-form/render/item.vue.d.ts +2 -2
  140. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +3 -3
  141. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +2 -2
  142. package/es/src/ap-form/search-form/hooks/use-collapse-input-count.mjs +9 -9
  143. package/es/src/ap-form/search-form/hooks/use-count-per-row.d.ts +1 -1
  144. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +6 -6
  145. package/es/src/ap-form/search-form/index.vue.d.ts +8 -8
  146. package/es/src/ap-form/search-form/index.vue.mjs +21 -21
  147. package/es/src/ap-form/search-form/utils.mjs +1 -1
  148. package/es/src/ap-form/set/index.vue.mjs +7 -7
  149. package/es/src/ap-form/style/item-text-group.mjs +8 -23
  150. package/es/src/ap-form/utils/params.d.ts +1 -1
  151. package/es/src/ap-grid/editable/form-item.vue.d.ts +1 -1
  152. package/es/src/ap-grid/editable/form-item.vue.mjs +8 -8
  153. package/es/src/ap-grid/editable/index.vue.d.ts +1 -1
  154. package/es/src/ap-grid/editable/index.vue.mjs +14 -14
  155. package/es/src/ap-grid/editable/interface.d.ts +6 -6
  156. package/es/src/ap-grid/hooks/use-editable-columns.d.ts +2 -2
  157. package/es/src/ap-grid/hooks/use-editable-columns.mjs +27 -26
  158. package/es/src/ap-grid/hooks/use-inner-params.d.ts +1 -1
  159. package/es/src/ap-grid/hooks/use-render-columns.mjs +6 -6
  160. package/es/src/ap-grid/hooks/use-row-selection.mjs +6 -6
  161. package/es/src/ap-grid/index.d.ts +2 -2
  162. package/es/src/ap-grid/index.mjs +2 -2
  163. package/es/src/ap-grid/index.vue.mjs +48 -48
  164. package/es/src/ap-grid/interface.d.ts +3 -3
  165. package/es/src/ap-grid/utils/col.d.ts +1 -1
  166. package/es/src/ap-grid/utils/col.mjs +7 -7
  167. package/es/src/ap-grid/utils/editable.d.ts +1 -1
  168. package/es/src/ap-grid/utils/editable.mjs +1 -1
  169. package/es/src/ap-grid/utils/renderer.d.ts +1 -1
  170. package/es/src/ap-grid/utils/table.d.ts +1 -1
  171. package/es/src/ap-list/hooks/use-offline-list.mjs +1 -1
  172. package/es/src/ap-list/index.vue.d.ts +1 -1
  173. package/es/src/ap-list/index.vue.mjs +12 -12
  174. package/es/src/ap-list/interface.d.ts +1 -1
  175. package/es/src/ap-modal/index.mjs +1 -1
  176. package/es/src/ap-modal/utils/confirm.mjs +7 -7
  177. package/es/src/ap-modal/utils/createModal.mjs +10 -10
  178. package/es/src/ap-modal/utils/createModalStream.mjs +4 -4
  179. package/es/src/ap-modal/utils/methods.mjs +4 -4
  180. package/es/src/ap-pro-card/components/card/index.vue.d.ts +2 -2
  181. package/es/src/ap-pro-card/components/card/index.vue2.mjs +20 -20
  182. package/es/src/ap-pro-card/components/divider/index.vue2.mjs +9 -9
  183. package/es/src/ap-pro-card/components/statistic/index.vue2.mjs +1 -1
  184. package/es/src/ap-pro-card/components/statistic-card/index.vue.mjs +8 -8
  185. package/es/src/ap-pro-card/components/title/index.vue2.mjs +6 -6
  186. package/es/src/ap-pro-card/index.d.ts +2 -2
  187. package/es/src/ap-pro-card/index.mjs +2 -2
  188. package/es/src/ap-pro-card/style/divider.mjs +4 -4
  189. package/es/src/ap-pro-card/style/statistic.mjs +4 -4
  190. package/es/src/ap-pro-card/style/statistics-card.mjs +4 -4
  191. package/es/src/ap-table/ap-table.vue.d.ts +2 -2
  192. package/es/src/ap-table/ap-table.vue2.mjs +35 -35
  193. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +2 -2
  194. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +15 -15
  195. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +2 -2
  196. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  197. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +11 -11
  198. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  199. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +1 -1
  200. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  201. package/es/src/ap-table/constants.d.ts +119 -119
  202. package/es/src/ap-table/constants.mjs +1 -1
  203. package/es/src/ap-table/context.d.ts +1 -1
  204. package/es/src/ap-table/hooks/use-sorted-filtered.d.ts +1 -1
  205. package/es/src/ap-table/hooks/use-sticky-scroll.d.ts +1 -1
  206. package/es/src/ap-table/hooks/use-table-column-state.mjs +20 -20
  207. package/es/src/ap-table/hooks/use-table-content-height.mjs +1 -1
  208. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +2 -2
  209. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +8 -8
  210. package/es/src/ap-table/hooks/use-table-paging.d.ts +2 -2
  211. package/es/src/ap-table/hooks/use-table-paging.mjs +5 -5
  212. package/es/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  213. package/es/src/ap-table/hooks/use-table-row-selection.mjs +4 -4
  214. package/es/src/ap-table/interface.d.ts +5 -5
  215. package/es/src/ap-table/utils.d.ts +5 -5
  216. package/es/src/ap-table/utils.mjs +14 -14
  217. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-instance.mjs +6 -6
  218. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-modal.d.ts +1 -1
  219. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-modal.mjs +10 -10
  220. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.d.ts +1 -1
  221. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs +18 -18
  222. package/es/src/business/ag-grid-modal/modal-layout/index.vue2.mjs +6 -6
  223. package/es/src/business/ag-grid-modal/utils.mjs +1 -1
  224. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +13 -13
  225. package/es/src/business/ap-attachment/ApAttachment.mjs +16 -16
  226. package/es/src/business/ap-attachment/index.mjs +3 -3
  227. package/es/src/business/ap-attachment/interface.d.ts +1 -1
  228. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +8 -8
  229. package/es/src/business/ap-batch-action-group/interface.d.ts +2 -2
  230. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +3 -3
  231. package/es/src/business/ap-button-group/interface.d.ts +1 -1
  232. package/es/src/business/ap-card/ApCard.vue2.mjs +1 -1
  233. package/es/src/business/ap-copy/ApCopy.mjs +9 -9
  234. package/es/src/business/ap-descriptions/ap-descriptions.vue.d.ts +1 -1
  235. package/es/src/business/ap-descriptions/ap-descriptions.vue.mjs +2 -2
  236. package/es/src/business/ap-descriptions/formatter/index.d.ts +2 -2
  237. package/es/src/business/ap-descriptions/formatter/index.mjs +11 -11
  238. package/es/src/business/ap-descriptions/help-message/index.vue2.mjs +1 -1
  239. package/es/src/business/ap-descriptions/helper.d.ts +1 -1
  240. package/es/src/business/ap-download/ap-download.vue.mjs +9 -9
  241. package/es/src/business/ap-download/hooks/useStyle.mjs +4 -4
  242. package/es/src/business/ap-download/interface.d.ts +1 -1
  243. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +6 -6
  244. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.mjs +186 -2
  245. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +2 -186
  246. package/es/src/business/ap-expand-alert/index.d.ts +1 -62
  247. package/es/src/business/ap-expand-alert/index.mjs +1 -7
  248. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +9 -9
  249. package/es/src/business/ap-export-group/convertExportField.d.ts +1 -1
  250. package/es/src/business/ap-export-group/handleExportDownload.mjs +4 -4
  251. package/es/src/business/ap-export-group/index.d.ts +1 -1
  252. package/es/src/business/ap-export-group/index.mjs +4 -4
  253. package/es/src/business/ap-image/ApImage.vue2.mjs +11 -11
  254. package/es/src/business/ap-image/hooks/useOss.d.ts +1 -1
  255. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +1 -1
  256. package/es/src/business/ap-keep-alive/index.mjs +1 -1
  257. package/es/src/business/ap-keep-alive/keep-alive.mjs +27 -27
  258. package/es/src/business/ap-keep-alive/keeper/index.mjs +16 -16
  259. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  260. package/es/src/business/ap-label/ApLabel.mjs +4 -4
  261. package/es/src/business/ap-label/constans.d.ts +1 -1
  262. package/es/src/business/ap-label/group/ApLabelGroup.mjs +2 -2
  263. package/es/src/business/ap-label/index.d.ts +3 -3
  264. package/es/src/business/ap-label/interface.d.ts +1 -1
  265. package/es/src/business/ap-ladder/components/RenderValue.mjs +1 -1
  266. package/es/src/business/ap-ladder/utils.d.ts +1 -1
  267. package/es/src/business/ap-product-info/ApProductInfo.mjs +9 -9
  268. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +5 -5
  269. package/es/src/business/ap-size-input/ApSizeInput.mjs +4 -4
  270. package/es/src/business/ap-size-input/form-item.vue.d.ts +2 -2
  271. package/es/src/business/ap-size-input/form-item.vue.mjs +4 -4
  272. package/es/src/business/ap-size-input/index.mjs +3 -3
  273. package/es/src/business/ap-summary/ap-summary.vue2.mjs +11 -11
  274. package/es/src/business/ap-summary/interface.d.ts +2 -2
  275. package/es/src/business/ap-summary/utils.d.ts +1 -1
  276. package/es/src/business/ap-summary/utils.mjs +7 -7
  277. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.mjs +7 -7
  278. package/es/src/business/ap-table-modal/hooks/use-table-modal.mjs +4 -4
  279. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.mjs +4 -4
  280. package/es/src/business/ap-table-modal/index.d.ts +12 -12
  281. package/es/src/business/ap-table-modal/interface.d.ts +1 -1
  282. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +6 -6
  283. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
  284. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +7 -7
  285. package/es/src/business/ap-tag/ap-tag-group.vue.mjs +11 -11
  286. package/es/src/business/ap-tag/index.d.ts +1 -1
  287. package/es/src/business/ap-tag/index.mjs +1 -1
  288. package/es/src/business/ap-title/ApTitle.vue2.mjs +4 -4
  289. package/es/src/business/ap-upload/apUpload.vue.d.ts +1 -1
  290. package/es/src/business/ap-upload/apUpload.vue.mjs +7 -7
  291. package/es/src/business/ap-upload/components/MultipleFile.vue2.mjs +18 -18
  292. package/es/src/business/ap-upload/components/Picture.vue2.mjs +18 -18
  293. package/es/src/business/ap-upload/components/SingleFile.vue2.mjs +19 -19
  294. package/es/src/business/ap-upload/hooks/useOss.d.ts +1 -1
  295. package/es/src/business/ap-upload/style/index.mjs +5 -5
  296. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +23 -23
  297. package/es/src/business/ap-upload-file/hook/useInjectContext.d.ts +1 -1
  298. package/es/src/business/ap-upload-file/hook/useInjectContext.mjs +3 -3
  299. package/es/src/business/ap-upload-file/hook/useOss.d.ts +1 -1
  300. package/es/src/business/ap-upload-file/hook/useProps.mjs +1 -1
  301. package/es/src/business/ap-upload-file/interface.d.ts +1 -1
  302. package/es/src/business/ap-upload-file/utils/upload.d.ts +1 -1
  303. package/es/src/business/ap-upload-file/utils/upload.mjs +4 -4
  304. package/es/src/business/ap-value-select-card/index.vue2.mjs +5 -5
  305. package/es/src/business/ap-view/ap-view.vue2.mjs +11 -11
  306. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +5 -5
  307. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +13 -13
  308. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +4 -4
  309. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +17 -17
  310. package/es/src/business/batch-input-group/form-item.vue.d.ts +2 -2
  311. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  312. package/es/src/business/batch-input-group/index.d.ts +1 -1
  313. package/es/src/business/batch-input-group/index.mjs +1 -1
  314. package/es/src/business/batch-input-group/index.vue.d.ts +16 -16
  315. package/es/src/business/batch-input-group/index.vue.mjs +8 -8
  316. package/es/src/business/batch-input-group/interface.d.ts +2 -2
  317. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +1 -1
  318. package/es/src/business/index.mjs +48 -49
  319. package/es/src/check-card/group.vue.mjs +4 -4
  320. package/es/src/check-card/index.d.ts +1 -1
  321. package/es/src/check-card/index.mjs +1 -1
  322. package/es/src/check-card/index.vue2.mjs +5 -5
  323. package/es/src/config-provider/config-provider-props.d.ts +3 -3
  324. package/es/src/config-provider/config-provider.d.ts +3 -3
  325. package/es/src/config-provider/config-provider.mjs +9 -9
  326. package/es/src/config-provider/constants.d.ts +3 -3
  327. package/es/src/config-provider/hooks/use-global-config.mjs +19 -19
  328. package/es/src/config-provider/hooks/use-locale.mjs +5 -5
  329. package/es/src/config-provider/index.d.ts +9 -9
  330. package/es/src/design-token/interface.d.ts +20 -20
  331. package/es/src/editable-table/form-item.vue.mjs +15 -15
  332. package/es/src/editable-table/hooks/use-get-columns.d.ts +2 -2
  333. package/es/src/editable-table/hooks/use-get-columns.mjs +36 -35
  334. package/es/src/editable-table/index.d.ts +1 -1
  335. package/es/src/editable-table/index.mjs +1 -1
  336. package/es/src/editable-table/index.vue.d.ts +1 -1
  337. package/es/src/editable-table/index.vue.mjs +16 -16
  338. package/es/src/editable-table/interface.d.ts +6 -6
  339. package/es/src/editable-table/utils.d.ts +3 -4
  340. package/es/src/editable-table/utils.mjs +41 -50
  341. package/es/src/full-screen/index.vue.mjs +2 -2
  342. package/es/src/hooks/useControllableValue.mjs +1 -1
  343. package/es/src/hooks/useMessage.mjs +6 -6
  344. package/es/src/index.mjs +1 -1
  345. package/es/src/loading-bar/global.mjs +1 -1
  346. package/es/src/loading-bar/index.d.ts +1 -1
  347. package/es/src/loading-bar/index.mjs +1 -1
  348. package/es/src/loading-bar/index.vue2.mjs +4 -4
  349. package/es/src/locale/index.d.ts +1 -1
  350. package/es/src/locale/index.mjs +4 -4
  351. package/es/src/mask/index.vue.mjs +5 -5
  352. package/es/src/scroll-bar/index.vue.mjs +6 -6
  353. package/es/src/scroll-bar/internal.vue.mjs +1 -1
  354. package/es/src/scroll-view/hooks/use-scroll-back.mjs +1 -1
  355. package/es/src/scroll-view/hooks/use-scroll-smooth.mjs +1 -1
  356. package/es/src/scroll-view/hooks/use-scroll-wrapper.mjs +1 -1
  357. package/es/src/scroll-view/index.vue.d.ts +1 -1
  358. package/es/src/scroll-view/index.vue.mjs +22 -22
  359. package/es/src/skeleton/components/desc/index.vue2.mjs +1 -1
  360. package/es/src/skeleton/descriptions.vue2.mjs +1 -1
  361. package/es/src/skeleton/index.d.ts +1 -1
  362. package/es/src/skeleton/index.mjs +1 -1
  363. package/es/src/skeleton/list-page.vue2.mjs +1 -1
  364. package/es/src/splitter/SplitBar.vue2.mjs +1 -1
  365. package/es/src/splitter/Splitter.vue2.mjs +7 -7
  366. package/es/src/splitter/index.d.ts +1 -1
  367. package/es/src/splitter/index.mjs +1 -1
  368. package/es/src/text/group.vue.mjs +6 -6
  369. package/es/src/text/index.d.ts +1 -1
  370. package/es/src/text/index.mjs +1 -1
  371. package/es/src/text/index.vue.d.ts +1 -1
  372. package/es/src/text/index.vue.mjs +1 -1
  373. package/es/src/time-ago/index.vue.mjs +3 -3
  374. package/es/src/utils/config-provider-preset.d.ts +16 -16
  375. package/es/src/utils/cssinjs/index.mjs +23 -23
  376. package/es/src/utils/decimal.mjs +1 -1
  377. package/es/src/utils/format.mjs +1 -1
  378. package/es/src/utils/index.mjs +7 -7
  379. package/es/src/version.d.ts +1 -1
  380. package/es/src/version.mjs +1 -1
  381. package/lib/index.js +1 -1
  382. package/lib/src/ag-grid/components/header-cell/index.vue2.js +1 -1
  383. package/lib/src/ag-grid/editable/form-item.vue.d.ts +1 -1
  384. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  385. package/lib/src/ag-grid/editable/index.vue.d.ts +1 -1
  386. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  387. package/lib/src/ag-grid/editable/interface.d.ts +6 -6
  388. package/lib/src/ag-grid/hooks/use-columns-def.d.ts +1 -1
  389. package/lib/src/ag-grid/hooks/use-columns-def.js +1 -1
  390. package/lib/src/ag-grid/hooks/use-editable-api.d.ts +1 -1
  391. package/lib/src/ag-grid/hooks/use-editable-api.js +1 -1
  392. package/lib/src/ag-grid/hooks/use-editable-columns.d.ts +1 -1
  393. package/lib/src/ag-grid/hooks/use-editable-columns.js +1 -1
  394. package/lib/src/ag-grid/hooks/use-editable-form-item-api.d.ts +1 -1
  395. package/lib/src/ag-grid/hooks/use-editable-form-item-api.js +1 -1
  396. package/lib/src/ag-grid/hooks/use-pinned-row.d.ts +1 -1
  397. package/lib/src/ag-grid/hooks/use-pinned-row.js +1 -1
  398. package/lib/src/ag-grid/hooks/use-row-selection.d.ts +1 -1
  399. package/lib/src/ag-grid/hooks/use-row-selection.js +1 -1
  400. package/lib/src/ag-grid/hooks/use-search-form.d.ts +1 -1
  401. package/lib/src/ag-grid/hooks/use-search-form.js +1 -1
  402. package/lib/src/ag-grid/hooks/use-selection-col-def.d.ts +1 -1
  403. package/lib/src/ag-grid/hooks/use-selection-col-def.js +1 -1
  404. package/lib/src/ag-grid/hooks/use-virtual-config.d.ts +1 -1
  405. package/lib/src/ag-grid/hooks/use-virtual-config.js +1 -1
  406. package/lib/src/ag-grid/index.d.ts +2 -2
  407. package/lib/src/ag-grid/index.js +1 -1
  408. package/lib/src/ag-grid/index.vue.d.ts +1 -1
  409. package/lib/src/ag-grid/index.vue.js +1 -1
  410. package/lib/src/ag-grid/interface.d.ts +4 -4
  411. package/lib/src/ag-grid/renderer/index.d.ts +2 -2
  412. package/lib/src/ag-grid/renderer/index.js +1 -1
  413. package/lib/src/ap-action/group/index.vue.js +1 -1
  414. package/lib/src/ap-action/index.d.ts +1 -1
  415. package/lib/src/ap-action/index.js +1 -1
  416. package/lib/src/ap-action/item/index.vue2.js +1 -1
  417. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  418. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  419. package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
  420. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -1
  421. package/lib/src/ap-button/ap-button.vue.d.ts +1 -1
  422. package/lib/src/ap-button/ap-button.vue.js +1 -1
  423. package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
  424. package/lib/src/ap-button/index.d.ts +1 -1
  425. package/lib/src/ap-button/index.js +1 -1
  426. package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +1 -1
  427. package/lib/src/ap-drawer/index.d.ts +1 -1
  428. package/lib/src/ap-drawer/index.js +1 -1
  429. package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
  430. package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
  431. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  432. package/lib/src/ap-field/checkbox/read.vue.d.ts +1 -1
  433. package/lib/src/ap-field/date/helper.d.ts +1 -1
  434. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  435. package/lib/src/ap-field/date/index.vue.js +1 -1
  436. package/lib/src/ap-field/date/read.vue.d.ts +1 -1
  437. package/lib/src/ap-field/date/read.vue2.js +1 -1
  438. package/lib/src/ap-field/date-range/index.vue.d.ts +2 -2
  439. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  440. package/lib/src/ap-field/date-range/read.vue.d.ts +2 -2
  441. package/lib/src/ap-field/date-range/read.vue2.js +1 -1
  442. package/lib/src/ap-field/hooks/use-date-timezone.js +1 -1
  443. package/lib/src/ap-field/hooks/use-default-presets.d.ts +2 -2
  444. package/lib/src/ap-field/hooks/use-default-presets.js +1 -1
  445. package/lib/src/ap-field/index.d.ts +19 -19
  446. package/lib/src/ap-field/index.js +1 -1
  447. package/lib/src/ap-field/interface.d.ts +6 -6
  448. package/lib/src/ap-field/number/index.vue.d.ts +2 -2
  449. package/lib/src/ap-field/number/index.vue.js +1 -1
  450. package/lib/src/ap-field/number/read.vue2.js +1 -1
  451. package/lib/src/ap-field/radio/index.vue.js +1 -1
  452. package/lib/src/ap-field/rate/index.vue.js +1 -1
  453. package/lib/src/ap-field/second/index.vue.d.ts +2 -2
  454. package/lib/src/ap-field/second/index.vue.js +1 -1
  455. package/lib/src/ap-field/select/index.vue.d.ts +4 -4
  456. package/lib/src/ap-field/select/index.vue.js +1 -1
  457. package/lib/src/ap-field/select/use-select-options.d.ts +1 -1
  458. package/lib/src/ap-field/select/use-select-options.js +1 -1
  459. package/lib/src/ap-field/slider/index.vue.d.ts +3 -5
  460. package/lib/src/ap-field/slider/index.vue.js +1 -1
  461. package/lib/src/ap-field/switch/index.vue.js +1 -1
  462. package/lib/src/ap-field/text/index.vue.d.ts +4 -4
  463. package/lib/src/ap-field/text/index.vue2.js +1 -1
  464. package/lib/src/ap-field/text/password.vue.d.ts +3 -3
  465. package/lib/src/ap-field/text/password.vue.js +1 -1
  466. package/lib/src/ap-field/text/read-password.vue.d.ts +3 -3
  467. package/lib/src/ap-field/text/read-password.vue2.js +1 -1
  468. package/lib/src/ap-field/text/read.vue.d.ts +3 -3
  469. package/lib/src/ap-field/text-area/index.vue.d.ts +4 -4
  470. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  471. package/lib/src/ap-field/text-area/read.vue.d.ts +3 -3
  472. package/lib/src/ap-field/tree-select/index.vue.d.ts +5 -5
  473. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  474. package/lib/src/ap-field/tree-select/read.vue2.js +1 -1
  475. package/lib/src/ap-field/tree-select/use-request.d.ts +1 -1
  476. package/lib/src/ap-field/tree-select/use-request.js +1 -1
  477. package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
  478. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  479. package/lib/src/ap-form/dependency/index.vue.js +1 -1
  480. package/lib/src/ap-form/drawer-form/index.vue.d.ts +13 -13
  481. package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
  482. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  483. package/lib/src/ap-form/hooks/use-watch.js +1 -1
  484. package/lib/src/ap-form/index.d.ts +6 -6
  485. package/lib/src/ap-form/index.js +1 -1
  486. package/lib/src/ap-form/interface.d.ts +2 -2
  487. package/lib/src/ap-form/item/index.vue.d.ts +26 -26
  488. package/lib/src/ap-form/item/index.vue.js +1 -1
  489. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  490. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
  491. package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
  492. package/lib/src/ap-form/items/date/index.vue.d.ts +2 -2
  493. package/lib/src/ap-form/items/date/index.vue.js +1 -1
  494. package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -2
  495. package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
  496. package/lib/src/ap-form/items/index.d.ts +4 -4
  497. package/lib/src/ap-form/items/index.js +1 -1
  498. package/lib/src/ap-form/items/number/index.vue.d.ts +18 -18
  499. package/lib/src/ap-form/items/number/index.vue.js +1 -1
  500. package/lib/src/ap-form/items/radio/index.vue.d.ts +2 -2
  501. package/lib/src/ap-form/items/radio/index.vue.js +1 -1
  502. package/lib/src/ap-form/items/select/index.vue.d.ts +32 -32
  503. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  504. package/lib/src/ap-form/items/switch/index.vue.d.ts +3 -3
  505. package/lib/src/ap-form/items/switch/index.vue.js +1 -1
  506. package/lib/src/ap-form/items/text/index.d.ts +1 -1
  507. package/lib/src/ap-form/items/text/index.js +1 -1
  508. package/lib/src/ap-form/items/text/index.vue.d.ts +28 -28
  509. package/lib/src/ap-form/items/text/index.vue2.js +1 -1
  510. package/lib/src/ap-form/items/text/password.vue.d.ts +28 -28
  511. package/lib/src/ap-form/items/text/password.vue.js +1 -1
  512. package/lib/src/ap-form/items/text-area/index.vue.d.ts +14 -14
  513. package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
  514. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
  515. package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
  516. package/lib/src/ap-form/list/index.vue.js +1 -1
  517. package/lib/src/ap-form/modal-form/index.vue.d.ts +13 -13
  518. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  519. package/lib/src/ap-form/render/item.vue.d.ts +2 -2
  520. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  521. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  522. package/lib/src/ap-form/search-form/hooks/use-collapse-input-count.js +1 -1
  523. package/lib/src/ap-form/search-form/hooks/use-count-per-row.d.ts +1 -1
  524. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
  525. package/lib/src/ap-form/search-form/index.vue.d.ts +8 -8
  526. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  527. package/lib/src/ap-form/search-form/utils.js +1 -1
  528. package/lib/src/ap-form/set/index.vue.js +1 -1
  529. package/lib/src/ap-form/style/item-text-group.js +1 -1
  530. package/lib/src/ap-form/utils/params.d.ts +1 -1
  531. package/lib/src/ap-grid/editable/form-item.vue.d.ts +1 -1
  532. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  533. package/lib/src/ap-grid/editable/index.vue.d.ts +1 -1
  534. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  535. package/lib/src/ap-grid/editable/interface.d.ts +6 -6
  536. package/lib/src/ap-grid/hooks/use-editable-columns.d.ts +2 -2
  537. package/lib/src/ap-grid/hooks/use-editable-columns.js +1 -1
  538. package/lib/src/ap-grid/hooks/use-inner-params.d.ts +1 -1
  539. package/lib/src/ap-grid/hooks/use-render-columns.js +1 -1
  540. package/lib/src/ap-grid/hooks/use-row-selection.js +1 -1
  541. package/lib/src/ap-grid/index.d.ts +2 -2
  542. package/lib/src/ap-grid/index.js +1 -1
  543. package/lib/src/ap-grid/index.vue.js +1 -1
  544. package/lib/src/ap-grid/interface.d.ts +3 -3
  545. package/lib/src/ap-grid/utils/col.d.ts +1 -1
  546. package/lib/src/ap-grid/utils/col.js +1 -1
  547. package/lib/src/ap-grid/utils/editable.d.ts +1 -1
  548. package/lib/src/ap-grid/utils/editable.js +1 -1
  549. package/lib/src/ap-grid/utils/renderer.d.ts +1 -1
  550. package/lib/src/ap-grid/utils/table.d.ts +1 -1
  551. package/lib/src/ap-list/hooks/use-offline-list.js +1 -1
  552. package/lib/src/ap-list/index.vue.d.ts +1 -1
  553. package/lib/src/ap-list/index.vue.js +1 -1
  554. package/lib/src/ap-list/interface.d.ts +1 -1
  555. package/lib/src/ap-modal/index.js +1 -1
  556. package/lib/src/ap-modal/utils/confirm.js +1 -1
  557. package/lib/src/ap-modal/utils/createModal.js +1 -1
  558. package/lib/src/ap-modal/utils/createModalStream.js +1 -1
  559. package/lib/src/ap-modal/utils/methods.js +1 -1
  560. package/lib/src/ap-pro-card/components/card/index.vue.d.ts +2 -2
  561. package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -1
  562. package/lib/src/ap-pro-card/components/divider/index.vue2.js +1 -1
  563. package/lib/src/ap-pro-card/components/statistic/index.vue2.js +1 -1
  564. package/lib/src/ap-pro-card/components/statistic-card/index.vue.js +1 -1
  565. package/lib/src/ap-pro-card/components/title/index.vue2.js +1 -1
  566. package/lib/src/ap-pro-card/index.d.ts +2 -2
  567. package/lib/src/ap-pro-card/index.js +1 -1
  568. package/lib/src/ap-pro-card/style/divider.js +1 -1
  569. package/lib/src/ap-pro-card/style/statistic.js +1 -1
  570. package/lib/src/ap-pro-card/style/statistics-card.js +1 -1
  571. package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
  572. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  573. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue2.js +1 -1
  574. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  575. package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
  576. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  577. package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
  578. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  579. package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
  580. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  581. package/lib/src/ap-table/constants.d.ts +119 -119
  582. package/lib/src/ap-table/constants.js +1 -1
  583. package/lib/src/ap-table/context.d.ts +1 -1
  584. package/lib/src/ap-table/hooks/use-sorted-filtered.d.ts +1 -1
  585. package/lib/src/ap-table/hooks/use-sticky-scroll.d.ts +1 -1
  586. package/lib/src/ap-table/hooks/use-table-column-state.js +1 -1
  587. package/lib/src/ap-table/hooks/use-table-content-height.js +1 -1
  588. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +2 -2
  589. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  590. package/lib/src/ap-table/hooks/use-table-paging.d.ts +2 -2
  591. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  592. package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  593. package/lib/src/ap-table/hooks/use-table-row-selection.js +1 -1
  594. package/lib/src/ap-table/interface.d.ts +5 -5
  595. package/lib/src/ap-table/utils.d.ts +5 -5
  596. package/lib/src/ap-table/utils.js +1 -1
  597. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-instance.js +1 -1
  598. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-modal.d.ts +1 -1
  599. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-modal.js +1 -1
  600. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.d.ts +1 -1
  601. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.js +1 -1
  602. package/lib/src/business/ag-grid-modal/modal-layout/index.vue2.js +1 -1
  603. package/lib/src/business/ag-grid-modal/utils.js +1 -1
  604. package/lib/src/business/ap-appendix/ap-appendix.vue2.js +1 -1
  605. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  606. package/lib/src/business/ap-attachment/index.js +1 -1
  607. package/lib/src/business/ap-attachment/interface.d.ts +1 -1
  608. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  609. package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
  610. package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
  611. package/lib/src/business/ap-button-group/interface.d.ts +1 -1
  612. package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
  613. package/lib/src/business/ap-copy/ApCopy.js +1 -1
  614. package/lib/src/business/ap-descriptions/ap-descriptions.vue.d.ts +1 -1
  615. package/lib/src/business/ap-descriptions/ap-descriptions.vue.js +1 -1
  616. package/lib/src/business/ap-descriptions/formatter/index.d.ts +2 -2
  617. package/lib/src/business/ap-descriptions/formatter/index.js +1 -1
  618. package/lib/src/business/ap-descriptions/help-message/index.vue2.js +1 -1
  619. package/lib/src/business/ap-descriptions/helper.d.ts +1 -1
  620. package/lib/src/business/ap-download/ap-download.vue.js +1 -1
  621. package/lib/src/business/ap-download/hooks/useStyle.js +1 -1
  622. package/lib/src/business/ap-download/interface.d.ts +1 -1
  623. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  624. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.js +1 -1
  625. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  626. package/lib/src/business/ap-expand-alert/index.d.ts +1 -62
  627. package/lib/src/business/ap-expand-alert/index.js +1 -1
  628. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  629. package/lib/src/business/ap-export-group/convertExportField.d.ts +1 -1
  630. package/lib/src/business/ap-export-group/handleExportDownload.js +1 -1
  631. package/lib/src/business/ap-export-group/index.d.ts +1 -1
  632. package/lib/src/business/ap-export-group/index.js +1 -1
  633. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  634. package/lib/src/business/ap-image/hooks/useOss.d.ts +1 -1
  635. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  636. package/lib/src/business/ap-keep-alive/index.js +1 -1
  637. package/lib/src/business/ap-keep-alive/keep-alive.js +1 -1
  638. package/lib/src/business/ap-keep-alive/keeper/index.js +1 -1
  639. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  640. package/lib/src/business/ap-label/ApLabel.js +1 -1
  641. package/lib/src/business/ap-label/constans.d.ts +1 -1
  642. package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
  643. package/lib/src/business/ap-label/index.d.ts +3 -3
  644. package/lib/src/business/ap-label/interface.d.ts +1 -1
  645. package/lib/src/business/ap-ladder/components/RenderValue.js +1 -1
  646. package/lib/src/business/ap-ladder/utils.d.ts +1 -1
  647. package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
  648. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  649. package/lib/src/business/ap-size-input/ApSizeInput.js +1 -1
  650. package/lib/src/business/ap-size-input/form-item.vue.d.ts +2 -2
  651. package/lib/src/business/ap-size-input/form-item.vue.js +1 -1
  652. package/lib/src/business/ap-size-input/index.js +1 -1
  653. package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
  654. package/lib/src/business/ap-summary/interface.d.ts +2 -2
  655. package/lib/src/business/ap-summary/utils.d.ts +1 -1
  656. package/lib/src/business/ap-summary/utils.js +1 -1
  657. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.js +1 -1
  658. package/lib/src/business/ap-table-modal/hooks/use-table-modal.js +1 -1
  659. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.js +1 -1
  660. package/lib/src/business/ap-table-modal/index.d.ts +12 -12
  661. package/lib/src/business/ap-table-modal/interface.d.ts +1 -1
  662. package/lib/src/business/ap-table-modal/table-layout/index.vue2.js +1 -1
  663. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
  664. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  665. package/lib/src/business/ap-tag/ap-tag-group.vue.js +1 -1
  666. package/lib/src/business/ap-tag/index.d.ts +1 -1
  667. package/lib/src/business/ap-tag/index.js +1 -1
  668. package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
  669. package/lib/src/business/ap-upload/apUpload.vue.d.ts +1 -1
  670. package/lib/src/business/ap-upload/apUpload.vue.js +1 -1
  671. package/lib/src/business/ap-upload/components/MultipleFile.vue2.js +1 -1
  672. package/lib/src/business/ap-upload/components/Picture.vue2.js +1 -1
  673. package/lib/src/business/ap-upload/components/SingleFile.vue2.js +1 -1
  674. package/lib/src/business/ap-upload/hooks/useOss.d.ts +1 -1
  675. package/lib/src/business/ap-upload/style/index.js +1 -1
  676. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.js +1 -1
  677. package/lib/src/business/ap-upload-file/hook/useInjectContext.d.ts +1 -1
  678. package/lib/src/business/ap-upload-file/hook/useInjectContext.js +1 -1
  679. package/lib/src/business/ap-upload-file/hook/useOss.d.ts +1 -1
  680. package/lib/src/business/ap-upload-file/hook/useProps.js +1 -1
  681. package/lib/src/business/ap-upload-file/interface.d.ts +1 -1
  682. package/lib/src/business/ap-upload-file/utils/upload.d.ts +1 -1
  683. package/lib/src/business/ap-upload-file/utils/upload.js +1 -1
  684. package/lib/src/business/ap-value-select-card/index.vue2.js +1 -1
  685. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  686. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +5 -5
  687. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  688. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +4 -4
  689. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  690. package/lib/src/business/batch-input-group/form-item.vue.d.ts +2 -2
  691. package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
  692. package/lib/src/business/batch-input-group/index.d.ts +1 -1
  693. package/lib/src/business/batch-input-group/index.js +1 -1
  694. package/lib/src/business/batch-input-group/index.vue.d.ts +16 -16
  695. package/lib/src/business/batch-input-group/index.vue.js +2 -2
  696. package/lib/src/business/batch-input-group/interface.d.ts +2 -2
  697. package/lib/src/business/batch-input-group/popover-input/index.vue2.js +1 -1
  698. package/lib/src/business/index.js +1 -1
  699. package/lib/src/check-card/group.vue.js +1 -1
  700. package/lib/src/check-card/index.d.ts +1 -1
  701. package/lib/src/check-card/index.js +1 -1
  702. package/lib/src/check-card/index.vue2.js +1 -1
  703. package/lib/src/config-provider/config-provider-props.d.ts +3 -3
  704. package/lib/src/config-provider/config-provider.d.ts +3 -3
  705. package/lib/src/config-provider/config-provider.js +1 -1
  706. package/lib/src/config-provider/constants.d.ts +3 -3
  707. package/lib/src/config-provider/hooks/use-global-config.js +1 -1
  708. package/lib/src/config-provider/hooks/use-locale.js +1 -1
  709. package/lib/src/config-provider/index.d.ts +9 -9
  710. package/lib/src/design-token/interface.d.ts +20 -20
  711. package/lib/src/editable-table/form-item.vue.js +1 -1
  712. package/lib/src/editable-table/hooks/use-get-columns.d.ts +2 -2
  713. package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
  714. package/lib/src/editable-table/index.d.ts +1 -1
  715. package/lib/src/editable-table/index.js +1 -1
  716. package/lib/src/editable-table/index.vue.d.ts +1 -1
  717. package/lib/src/editable-table/index.vue.js +1 -1
  718. package/lib/src/editable-table/interface.d.ts +6 -6
  719. package/lib/src/editable-table/utils.d.ts +3 -4
  720. package/lib/src/editable-table/utils.js +1 -1
  721. package/lib/src/full-screen/index.vue.js +1 -1
  722. package/lib/src/hooks/useControllableValue.js +1 -1
  723. package/lib/src/hooks/useMessage.js +1 -1
  724. package/lib/src/index.js +1 -1
  725. package/lib/src/loading-bar/global.js +1 -1
  726. package/lib/src/loading-bar/index.d.ts +1 -1
  727. package/lib/src/loading-bar/index.js +1 -1
  728. package/lib/src/loading-bar/index.vue2.js +1 -1
  729. package/lib/src/locale/index.d.ts +1 -1
  730. package/lib/src/locale/index.js +1 -1
  731. package/lib/src/mask/index.vue.js +1 -1
  732. package/lib/src/scroll-bar/index.vue.js +1 -1
  733. package/lib/src/scroll-bar/internal.vue.js +1 -1
  734. package/lib/src/scroll-view/hooks/use-scroll-back.js +1 -1
  735. package/lib/src/scroll-view/hooks/use-scroll-smooth.js +1 -1
  736. package/lib/src/scroll-view/hooks/use-scroll-wrapper.js +1 -1
  737. package/lib/src/scroll-view/index.vue.d.ts +1 -1
  738. package/lib/src/scroll-view/index.vue.js +1 -1
  739. package/lib/src/skeleton/components/desc/index.vue2.js +1 -1
  740. package/lib/src/skeleton/descriptions.vue2.js +1 -1
  741. package/lib/src/skeleton/index.d.ts +1 -1
  742. package/lib/src/skeleton/index.js +1 -1
  743. package/lib/src/skeleton/list-page.vue2.js +1 -1
  744. package/lib/src/splitter/SplitBar.vue2.js +1 -1
  745. package/lib/src/splitter/Splitter.vue2.js +1 -1
  746. package/lib/src/splitter/index.d.ts +1 -1
  747. package/lib/src/splitter/index.js +1 -1
  748. package/lib/src/text/group.vue.js +1 -1
  749. package/lib/src/text/index.d.ts +1 -1
  750. package/lib/src/text/index.js +1 -1
  751. package/lib/src/text/index.vue.d.ts +1 -1
  752. package/lib/src/text/index.vue.js +1 -1
  753. package/lib/src/time-ago/index.vue.js +1 -1
  754. package/lib/src/utils/config-provider-preset.d.ts +16 -16
  755. package/lib/src/utils/cssinjs/index.js +1 -1
  756. package/lib/src/utils/decimal.js +1 -1
  757. package/lib/src/utils/format.js +1 -1
  758. package/lib/src/utils/index.js +1 -1
  759. package/lib/src/version.d.ts +1 -1
  760. package/lib/src/version.js +1 -1
  761. package/package.json +4 -3
@@ -1,4 +1,188 @@
1
- import f from "./ApExpandAlert.vue2.mjs";
1
+ import { defineComponent as j, computed as c, ref as f, watch as x, nextTick as m, onMounted as G, createElementBlock as i, createCommentVNode as C, openBlock as l, normalizeClass as n, unref as t, createVNode as S, withCtx as y, createElementVNode as $, normalizeStyle as h, renderSlot as L, createBlock as E, toDisplayString as u, resolveDynamicComponent as z, Fragment as A, renderList as J, createTextVNode as P } from "vue";
2
+ import { DownOutlined as Q } from "@ant-design/icons-vue";
3
+ import { Alert as U, Tooltip as X } from "@aplus-frontend/antdv";
4
+ import { isNil as Y, isString as B } from "lodash-unified";
5
+ import { ApActionItem as Z } from "../../ap-action/index.mjs";
6
+ import "../../config-provider/index.mjs";
7
+ import _ from "./style/index.mjs";
8
+ import { useLocale as ee } from "../../config-provider/hooks/use-locale.mjs";
9
+ import { useNamespace as te } from "../../config-provider/hooks/use-namespace.mjs";
10
+ const le = ["onClick"], fe = /* @__PURE__ */ j({
11
+ __name: "ApExpandAlert",
12
+ props: {
13
+ type: { default: "warning" },
14
+ data: { default: () => [] },
15
+ prefix: { default: "" },
16
+ tipTitle: { default: "" },
17
+ mapLabel: {},
18
+ separator: { default: "|" },
19
+ separatorStyle: { default: () => ({}) },
20
+ contentStyle: { default: () => ({}) },
21
+ prefixStyle: { default: () => ({}) },
22
+ rows: { default: 2 },
23
+ defaultExpand: { type: Boolean, default: !0 },
24
+ showIcon: { type: Boolean, default: !0 },
25
+ closable: { type: Boolean },
26
+ afterClose: {}
27
+ },
28
+ emits: ["choose", "expand", "close"],
29
+ setup(D, { expose: V, emit: R }) {
30
+ const v = R, p = D, { t: N } = ee(), q = c(() => {
31
+ if (p.type != "card")
32
+ return p.type;
33
+ }), a = f(""), d = f(null), F = c(() => ({
34
+ fontWeight: "400",
35
+ wordBreak: "break-all",
36
+ overflow: "hidden",
37
+ display: "-webkit-box",
38
+ webkitLineClamp: a.value,
39
+ webkitBoxOrient: "vertical",
40
+ lineHeight: "18px"
41
+ }));
42
+ function M() {
43
+ a.value === "1" ? (a.value = "", v("expand", "expand")) : (a.value = "1", v("expand", "collapse"));
44
+ }
45
+ const O = c(() => a.value === "1" ? N("ap.apExpandAlert.expand") : N("ap.apExpandAlert.collapse")), k = f(!0), T = c(() => a.value !== "1");
46
+ function w(e) {
47
+ e ? a.value = "" : a.value = "1";
48
+ }
49
+ const H = f(!1);
50
+ function K(e) {
51
+ v("close", e), H.value = !0;
52
+ }
53
+ x(
54
+ () => p.data,
55
+ () => {
56
+ a.value = "", m(() => {
57
+ if (d.value) {
58
+ const e = Number(d.value.clientHeight), r = Number(
59
+ parseInt(d.value.style.lineHeight)
60
+ );
61
+ e < r * Number(p.rows) && T.value ? k.value = !1 : k.value = !0;
62
+ }
63
+ });
64
+ },
65
+ {
66
+ immediate: !0
67
+ }
68
+ ), x(
69
+ () => p.defaultExpand,
70
+ (e) => {
71
+ e ? m(() => {
72
+ w(e);
73
+ }) : m(() => {
74
+ w(e);
75
+ });
76
+ },
77
+ { immediate: !0 }
78
+ ), G(() => {
79
+ x(
80
+ () => p.contentStyle,
81
+ (e) => {
82
+ Y(e.lineHeight) || m(() => {
83
+ const r = document.querySelector(
84
+ `#${b} .ant-alert-action`
85
+ ), s = document.querySelector(
86
+ `#${b} .ant-alert-icon`
87
+ );
88
+ r && r.setAttribute("style", `line-height: ${e.lineHeight}`), s && s.setAttribute("style", `line-height: ${e.lineHeight}`);
89
+ });
90
+ },
91
+ {
92
+ deep: !0,
93
+ immediate: !0,
94
+ flush: "post"
95
+ }
96
+ );
97
+ });
98
+ const { b: I, e: o } = te("ap-expand-alert"), W = _("ap-expand-alert"), b = `${I()}-key-${Date.now()}-${(Math.random() * 1e6).toFixed(0)}`;
99
+ return V({
100
+ setExpand: w
101
+ }), (e, r) => H.value ? C("", !0) : (l(), i("div", {
102
+ key: 0,
103
+ id: b,
104
+ class: n([t(I)(), t(W)])
105
+ }, [
106
+ S(t(U), {
107
+ type: q.value,
108
+ "show-icon": e.showIcon,
109
+ closable: e.closable,
110
+ class: n([t(o)("antAlert"), e.type == "card" ? "card-alert" : ""]),
111
+ "after-close": e.afterClose,
112
+ onClose: K
113
+ }, {
114
+ action: y(() => [
115
+ k.value ? (l(), E(t(Z), {
116
+ key: 0,
117
+ size: "small",
118
+ style: { "font-size": "12px", "padding-left": "16px" },
119
+ onClick: r[0] || (r[0] = (s) => M())
120
+ }, {
121
+ default: y(() => [
122
+ $("span", {
123
+ class: n(t(o)("expandText"))
124
+ }, u(O.value), 3),
125
+ S(t(Q), {
126
+ class: n(T.value ? t(o)("expandIcon") : t(o)("collapseIcon"))
127
+ }, null, 8, ["class"])
128
+ ]),
129
+ _: 1
130
+ })) : C("", !0)
131
+ ]),
132
+ message: y(() => [
133
+ $("div", {
134
+ ref_key: "ellipsisBoxRef",
135
+ ref: d,
136
+ style: h({ ...F.value, ...e.contentStyle }),
137
+ class: n(t(o)("alertContent"))
138
+ }, [
139
+ L(e.$slots, "default", {}, () => [
140
+ t(B)(e.prefix) ? (l(), i("span", {
141
+ key: 0,
142
+ class: n(t(o)("prefix")),
143
+ style: h(e.prefixStyle)
144
+ }, u(e.prefix), 7)) : (l(), E(z(e.prefix), {
145
+ key: 1,
146
+ style: h(e.prefixStyle)
147
+ }, null, 8, ["style"])),
148
+ t(B)(e.data) ? (l(), i("span", {
149
+ key: 2,
150
+ class: n(t(o)("text"))
151
+ }, u(e.data), 3)) : (l(!0), i(A, { key: 3 }, J(e.data, (s, g) => (l(), i(A, { key: g }, [
152
+ S(t(X), {
153
+ title: e.tipTitle ? e.tipTitle : null
154
+ }, {
155
+ default: y(() => [
156
+ L(e.$slots, "item", {
157
+ record: s,
158
+ index: g
159
+ }, () => [
160
+ $("span", {
161
+ class: n(t(o)("showItem")),
162
+ onClick: (ae) => e.$emit("choose", s)
163
+ }, u(e.mapLabel ? s[e.mapLabel] : s), 11, le)
164
+ ])
165
+ ]),
166
+ _: 2
167
+ }, 1032, ["title"]),
168
+ g !== e.data.length - 1 ? (l(), i("span", {
169
+ key: 0,
170
+ class: n(t(o)("spliter")),
171
+ style: h(e.separatorStyle)
172
+ }, [
173
+ t(B)(e.separator) ? (l(), i(A, { key: 0 }, [
174
+ P(u(e.separator), 1)
175
+ ], 64)) : (l(), E(z(e.separator), { key: 1 }))
176
+ ], 6)) : C("", !0)
177
+ ], 64))), 128))
178
+ ])
179
+ ], 6)
180
+ ]),
181
+ _: 3
182
+ }, 8, ["type", "show-icon", "closable", "class", "after-close"])
183
+ ], 2));
184
+ }
185
+ });
2
186
  export {
3
- f as default
187
+ fe as default
4
188
  };
@@ -1,188 +1,4 @@
1
- import { defineComponent as j, computed as c, ref as f, watch as x, nextTick as m, onMounted as G, createElementBlock as i, createCommentVNode as C, openBlock as l, normalizeClass as n, unref as t, createVNode as S, withCtx as y, createElementVNode as $, normalizeStyle as h, renderSlot as L, createBlock as E, toDisplayString as u, resolveDynamicComponent as z, Fragment as A, renderList as J, createTextVNode as P } from "vue";
2
- import { DownOutlined as Q } from "@ant-design/icons-vue";
3
- import { Alert as U, Tooltip as X } from "@aplus-frontend/antdv";
4
- import { ApActionItem as Y } from "../../ap-action/index.mjs";
5
- import "../../config-provider/index.mjs";
6
- import { isNil as Z, isString as B } from "lodash-unified";
7
- import _ from "./style/index.mjs";
8
- import { useLocale as ee } from "../../config-provider/hooks/use-locale.mjs";
9
- import { useNamespace as te } from "../../config-provider/hooks/use-namespace.mjs";
10
- const le = ["onClick"], fe = /* @__PURE__ */ j({
11
- __name: "ApExpandAlert",
12
- props: {
13
- type: { default: "warning" },
14
- data: { default: () => [] },
15
- prefix: { default: "" },
16
- tipTitle: { default: "" },
17
- mapLabel: {},
18
- separator: { default: "|" },
19
- separatorStyle: { default: () => ({}) },
20
- contentStyle: { default: () => ({}) },
21
- prefixStyle: { default: () => ({}) },
22
- rows: { default: 2 },
23
- defaultExpand: { type: Boolean, default: !0 },
24
- showIcon: { type: Boolean, default: !0 },
25
- closable: { type: Boolean },
26
- afterClose: {}
27
- },
28
- emits: ["choose", "expand", "close"],
29
- setup(D, { expose: V, emit: R }) {
30
- const v = R, p = D, { t: N } = ee(), q = c(() => {
31
- if (p.type != "card")
32
- return p.type;
33
- }), a = f(""), d = f(null), F = c(() => ({
34
- fontWeight: "400",
35
- wordBreak: "break-all",
36
- overflow: "hidden",
37
- display: "-webkit-box",
38
- webkitLineClamp: a.value,
39
- webkitBoxOrient: "vertical",
40
- lineHeight: "18px"
41
- }));
42
- function M() {
43
- a.value === "1" ? (a.value = "", v("expand", "expand")) : (a.value = "1", v("expand", "collapse"));
44
- }
45
- const O = c(() => a.value === "1" ? N("ap.apExpandAlert.expand") : N("ap.apExpandAlert.collapse")), k = f(!0), T = c(() => a.value !== "1");
46
- function w(e) {
47
- e ? a.value = "" : a.value = "1";
48
- }
49
- const H = f(!1);
50
- function K(e) {
51
- v("close", e), H.value = !0;
52
- }
53
- x(
54
- () => p.data,
55
- () => {
56
- a.value = "", m(() => {
57
- if (d.value) {
58
- const e = Number(d.value.clientHeight), r = Number(
59
- parseInt(d.value.style.lineHeight)
60
- );
61
- e < r * Number(p.rows) && T.value ? k.value = !1 : k.value = !0;
62
- }
63
- });
64
- },
65
- {
66
- immediate: !0
67
- }
68
- ), x(
69
- () => p.defaultExpand,
70
- (e) => {
71
- e ? m(() => {
72
- w(e);
73
- }) : m(() => {
74
- w(e);
75
- });
76
- },
77
- { immediate: !0 }
78
- ), G(() => {
79
- x(
80
- () => p.contentStyle,
81
- (e) => {
82
- Z(e.lineHeight) || m(() => {
83
- const r = document.querySelector(
84
- `#${b} .ant-alert-action`
85
- ), s = document.querySelector(
86
- `#${b} .ant-alert-icon`
87
- );
88
- r && r.setAttribute("style", `line-height: ${e.lineHeight}`), s && s.setAttribute("style", `line-height: ${e.lineHeight}`);
89
- });
90
- },
91
- {
92
- deep: !0,
93
- immediate: !0,
94
- flush: "post"
95
- }
96
- );
97
- });
98
- const { b: I, e: o } = te("ap-expand-alert"), W = _("ap-expand-alert"), b = `${I()}-key-${Date.now()}-${(Math.random() * 1e6).toFixed(0)}`;
99
- return V({
100
- setExpand: w
101
- }), (e, r) => H.value ? C("", !0) : (l(), i("div", {
102
- key: 0,
103
- id: b,
104
- class: n([t(I)(), t(W)])
105
- }, [
106
- S(t(U), {
107
- type: q.value,
108
- "show-icon": e.showIcon,
109
- closable: e.closable,
110
- class: n([t(o)("antAlert"), e.type == "card" ? "card-alert" : ""]),
111
- "after-close": e.afterClose,
112
- onClose: K
113
- }, {
114
- action: y(() => [
115
- k.value ? (l(), E(t(Y), {
116
- key: 0,
117
- size: "small",
118
- style: { "font-size": "12px", "padding-left": "16px" },
119
- onClick: r[0] || (r[0] = (s) => M())
120
- }, {
121
- default: y(() => [
122
- $("span", {
123
- class: n(t(o)("expandText"))
124
- }, u(O.value), 3),
125
- S(t(Q), {
126
- class: n(T.value ? t(o)("expandIcon") : t(o)("collapseIcon"))
127
- }, null, 8, ["class"])
128
- ]),
129
- _: 1
130
- })) : C("", !0)
131
- ]),
132
- message: y(() => [
133
- $("div", {
134
- ref_key: "ellipsisBoxRef",
135
- ref: d,
136
- style: h({ ...F.value, ...e.contentStyle }),
137
- class: n(t(o)("alertContent"))
138
- }, [
139
- L(e.$slots, "default", {}, () => [
140
- t(B)(e.prefix) ? (l(), i("span", {
141
- key: 0,
142
- class: n(t(o)("prefix")),
143
- style: h(e.prefixStyle)
144
- }, u(e.prefix), 7)) : (l(), E(z(e.prefix), {
145
- key: 1,
146
- style: h(e.prefixStyle)
147
- }, null, 8, ["style"])),
148
- t(B)(e.data) ? (l(), i("span", {
149
- key: 2,
150
- class: n(t(o)("text"))
151
- }, u(e.data), 3)) : (l(!0), i(A, { key: 3 }, J(e.data, (s, g) => (l(), i(A, { key: g }, [
152
- S(t(X), {
153
- title: e.tipTitle ? e.tipTitle : null
154
- }, {
155
- default: y(() => [
156
- L(e.$slots, "item", {
157
- record: s,
158
- index: g
159
- }, () => [
160
- $("span", {
161
- class: n(t(o)("showItem")),
162
- onClick: (ae) => e.$emit("choose", s)
163
- }, u(e.mapLabel ? s[e.mapLabel] : s), 11, le)
164
- ])
165
- ]),
166
- _: 2
167
- }, 1032, ["title"]),
168
- g !== e.data.length - 1 ? (l(), i("span", {
169
- key: 0,
170
- class: n(t(o)("spliter")),
171
- style: h(e.separatorStyle)
172
- }, [
173
- t(B)(e.separator) ? (l(), i(A, { key: 0 }, [
174
- P(u(e.separator), 1)
175
- ], 64)) : (l(), E(z(e.separator), { key: 1 }))
176
- ], 6)) : C("", !0)
177
- ], 64))), 128))
178
- ])
179
- ], 6)
180
- ]),
181
- _: 3
182
- }, 8, ["type", "show-icon", "closable", "class", "after-close"])
183
- ], 2));
184
- }
185
- });
1
+ import f from "./ApExpandAlert.vue.mjs";
186
2
  export {
187
- fe as default
3
+ f as default
188
4
  };
@@ -1,64 +1,3 @@
1
- import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, Plugin } from 'vue';
1
+ import { default as ApExpandAlert } from './ApExpandAlert.vue';
2
2
  export * from './interface';
3
- declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4
- attrs: any;
5
- slots: Readonly<{
6
- default(props: any): any;
7
- item(props: {
8
- record: T;
9
- index: number;
10
- }): any;
11
- }> & {
12
- default(props: any): any;
13
- item(props: {
14
- record: T;
15
- index: number;
16
- }): any;
17
- };
18
- emit: ((evt: "close", args_0: MouseEvent) => void) & ((evt: "expand", args_0: "collapse" | "expand") => void) & ((evt: "choose", args_0: T) => void);
19
- }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
20
- props: {
21
- readonly onClose?: ((args_0: MouseEvent) => any) | undefined;
22
- readonly onExpand?: ((args_0: "collapse" | "expand") => any) | undefined;
23
- readonly onChoose?: ((args_0: T) => any) | undefined;
24
- type?: "warning" | "error" | "success" | "info" | "card" | undefined | undefined;
25
- data?: string | T[] | undefined;
26
- prefix?: string | undefined;
27
- tipTitle?: string | undefined;
28
- mapLabel?: string | undefined;
29
- separator?: ( Component | VNode | string) | undefined;
30
- separatorStyle?: CSSProperties | undefined;
31
- contentStyle?: Omit< CSSProperties, "wordBreak" | "overflow" | "display" | "webkitLineClamp" | "webkitBoxOrient"> | undefined;
32
- prefixStyle?: CSSProperties | undefined;
33
- rows?: string | number | undefined;
34
- defaultExpand?: boolean | undefined;
35
- closable?: boolean | undefined;
36
- afterClose?: (() => void) | undefined;
37
- showIcon?: boolean | undefined;
38
- } & PublicProps;
39
- expose(exposed: ShallowUnwrapRef<{
40
- setExpand: (state?: boolean) => void;
41
- }>): void;
42
- attrs: any;
43
- slots: Readonly<{
44
- default(props: any): any;
45
- item(props: {
46
- record: T;
47
- index: number;
48
- }): any;
49
- }> & {
50
- default(props: any): any;
51
- item(props: {
52
- record: T;
53
- index: number;
54
- }): any;
55
- };
56
- emit: ((evt: "close", args_0: MouseEvent) => void) & ((evt: "expand", args_0: "collapse" | "expand") => void) & ((evt: "choose", args_0: T) => void);
57
- }>) => VNode & {
58
- __ctx?: Awaited<typeof __VLS_setup>;
59
- }) & ( Plugin & (new (...args: any[]) => {
60
- $props: {
61
- onClick?: () => void;
62
- };
63
- }));
64
3
  export { ApExpandAlert };
@@ -1,8 +1,2 @@
1
- import { withInstall as t } from "@aplus-frontend/utils";
2
- import "./ApExpandAlert.vue.mjs";
1
+ import "./ApExpandAlert.vue2.mjs";
3
2
  import "./interface.mjs";
4
- import o from "./ApExpandAlert.vue2.mjs";
5
- const n = t(o);
6
- export {
7
- n as ApExpandAlert
8
- };
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as $, ref as P, computed as c, watch as O, createElementBlock as V, openBlock as p, Fragment as z, createBlock as f, createCommentVNode as w, unref as o, mergeProps as E, withCtx as l, createTextVNode as v, toDisplayString as g, normalizeClass as U, createVNode as L } from "vue";
2
2
  import { DownOutlined as H } from "@ant-design/icons-vue";
3
3
  import { message as J, Dropdown as Q, Menu as W, MenuItem as A } from "@aplus-frontend/antdv";
4
- import "../../config-provider/index.mjs";
5
- import { ApExportGroupActionType as s } from "./interface.mjs";
6
4
  import { usePermission as X } from "@aplus-frontend/hooks";
7
- import { handleExportDownload as Y } from "./handleExportDownload.mjs";
8
- import { useInjectApTable as Z } from "../../ap-table/context.mjs";
9
- import { convertExportField as ee } from "./convertExportField.mjs";
10
5
  import "../../ap-button/index.mjs";
11
- import { ApBatchActionGroup as te } from "../ap-batch-action-group/index.mjs";
6
+ import { useInjectApTable as Y } from "../../ap-table/context.mjs";
7
+ import "../../config-provider/index.mjs";
8
+ import { ApBatchActionGroup as Z } from "../ap-batch-action-group/index.mjs";
9
+ import { convertExportField as ee } from "./convertExportField.mjs";
10
+ import { handleExportDownload as te } from "./handleExportDownload.mjs";
11
+ import { ApExportGroupActionType as s } from "./interface.mjs";
12
12
  import { useNamespace as oe } from "../../config-provider/hooks/use-namespace.mjs";
13
13
  import { useLocale as ae } from "../../config-provider/hooks/use-locale.mjs";
14
14
  import { useGlobalConfig as re } from "../../config-provider/hooks/use-global-config.mjs";
@@ -33,7 +33,7 @@ const he = /* @__PURE__ */ $({
33
33
  exportField: { type: [Boolean, Object], default: void 0 }
34
34
  },
35
35
  setup(_) {
36
- const { hasPermission: B } = X(), e = _, { columns: S, dataSource: C } = Z(), { b: M } = oe("ap-export-group"), { t: n } = ae(), F = re("exportField"), u = P(!1), x = P(!1), i = c(
36
+ const { hasPermission: B } = X(), e = _, { columns: S, dataSource: C } = Y(), { b: M } = oe("ap-export-group"), { t: n } = ae(), F = re("exportField"), u = P(!1), x = P(!1), i = c(
37
37
  () => !!e?.disabled || (C !== void 0 ? !C?.value?.length : !1) || u.value
38
38
  );
39
39
  O(
@@ -83,7 +83,7 @@ const he = /* @__PURE__ */ $({
83
83
  )
84
84
  } : {}
85
85
  );
86
- y = a?.beforeRequest?.(y) || y, await Y(async () => await I?.(y)), a?.successMessage && J.success(R.value);
86
+ y = a?.beforeRequest?.(y) || y, await te(async () => await I?.(y)), a?.successMessage && J.success(R.value);
87
87
  } finally {
88
88
  u.value = !1;
89
89
  }
@@ -163,7 +163,7 @@ const he = /* @__PURE__ */ $({
163
163
  ]),
164
164
  _: 1
165
165
  }, 8, ["open", "class", "disabled"])) : w("", !0),
166
- b.value && e.type === "group" ? (p(), f(o(te), E({ key: 2 }, {
166
+ b.value && e.type === "group" ? (p(), f(o(Z), E({ key: 2 }, {
167
167
  ...t.$attrs
168
168
  }, {
169
169
  disabled: i.value,
@@ -1,6 +1,6 @@
1
+ import { ColumnType } from '@aplus-frontend/antdv/es/table';
1
2
  import { ApColumnType } from '../../ap-table/interface';
2
3
  import { ApGridColumnType } from './../../ap-grid/interface';
3
- import { ColumnType } from '@aplus-frontend/antdv/es/table';
4
4
  export declare const convertExportField: (columns: ColumnType[] | ApGridColumnType[] | ApColumnType[], convertField?: {
5
5
  [key: string]: string[];
6
6
  }) => any[];
@@ -1,9 +1,9 @@
1
- import { formatFileNameAndDownloadFile as e } from "@aplus-frontend/utils";
2
- import { Modal as a } from "@aplus-frontend/antdv";
1
+ import { Modal as e } from "@aplus-frontend/antdv";
2
+ import { formatFileNameAndDownloadFile as a } from "@aplus-frontend/utils";
3
3
  async function c(o) {
4
4
  const t = await o?.();
5
- Object.prototype.toString.call(t?.data) === "[object Blob]" && e(t).catch((r) => {
6
- a.error({
5
+ Object.prototype.toString.call(t?.data) === "[object Blob]" && a(t).catch((r) => {
6
+ e.error({
7
7
  title: r,
8
8
  centered: !0
9
9
  });
@@ -1,5 +1,5 @@
1
- import { handleExportDownload } from './handleExportDownload';
2
1
  import { convertExportField } from './convertExportField';
2
+ import { handleExportDownload } from './handleExportDownload';
3
3
  import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
4
4
  import { ApExportGroupProps } from './interface';
5
5
  export * from './interface';
@@ -1,13 +1,13 @@
1
1
  import { withInstall as o } from "@aplus-frontend/utils";
2
2
  import "./ApExportGroup.vue.mjs";
3
- import { handleExportDownload as n } from "./handleExportDownload.mjs";
4
- import { convertExportField as l } from "./convertExportField.mjs";
3
+ import { convertExportField as n } from "./convertExportField.mjs";
4
+ import { handleExportDownload as l } from "./handleExportDownload.mjs";
5
5
  import { ApExportGroupActionType as c } from "./interface.mjs";
6
6
  import r from "./ApExportGroup.vue2.mjs";
7
7
  const e = o(r);
8
8
  export {
9
9
  e as ApExportGroup,
10
10
  c as ApExportGroupActionType,
11
- l as convertExportField,
12
- n as handleExportDownload
11
+ n as convertExportField,
12
+ l as handleExportDownload
13
13
  };
@@ -1,12 +1,12 @@
1
1
  import { defineComponent as M, computed as n, ref as S, watchEffect as U, createBlock as p, openBlock as l, unref as a, mergeProps as f, withCtx as j, renderSlot as B, normalizeProps as E, guardReactiveProps as L, createElementVNode as g, normalizeClass as x, createElementBlock as D, Fragment as P, renderList as R, resolveDynamicComponent as T, createVNode as z } from "vue";
2
- import { Image as V } from "@aplus-frontend/antdv";
3
- import { DownloadOutlined as W } from "@ant-design/icons-vue";
4
- import { injectLocaleToOss as G, getOssInstance as $, getSignatureUrl as q } from "./hooks/useOss.mjs";
2
+ import { DownloadOutlined as V } from "@ant-design/icons-vue";
3
+ import { Image as W } from "@aplus-frontend/antdv";
4
+ import { omit as G } from "lodash-unified";
5
5
  import "../../config-provider/index.mjs";
6
- import H from "./style/index.mjs";
6
+ import { injectLocaleToOss as $, getOssInstance as q, getSignatureUrl as H } from "./hooks/useOss.mjs";
7
7
  import J from "./imgs/admin-fallback.jpg.mjs";
8
8
  import K from "./imgs/user-fallback.jpg.mjs";
9
- import { omit as Q } from "lodash-unified";
9
+ import Q from "./style/index.mjs";
10
10
  import { useNamespace as X } from "../../config-provider/hooks/use-namespace.mjs";
11
11
  import { useGlobalConfig as c } from "../../config-provider/hooks/use-global-config.mjs";
12
12
  import { useLocale as Y } from "../../config-provider/hooks/use-locale.mjs";
@@ -24,7 +24,7 @@ const ue = /* @__PURE__ */ M({
24
24
  preview: { type: [Boolean, Object], default: !0 }
25
25
  },
26
26
  setup(v) {
27
- const { b: i } = X("ap-image"), m = H("ap-image"), e = v, u = {
27
+ const { b: i } = X("ap-image"), m = Q("ap-image"), e = v, u = {
28
28
  aplus: K,
29
29
  admin: J
30
30
  }, b = c("apImage", { uiMode: "aplus" }), h = c("apUpload"), d = c(
@@ -36,7 +36,7 @@ const ue = /* @__PURE__ */ M({
36
36
  ), y = n(
37
37
  () => u[k.value] || u.aplus
38
38
  ), A = n(() => e?.fallback || y.value), s = S("");
39
- G(w, C), U(async () => {
39
+ $(w, C), U(async () => {
40
40
  if (!e?.src) {
41
41
  s.value = "";
42
42
  return;
@@ -46,7 +46,7 @@ const ue = /* @__PURE__ */ M({
46
46
  return;
47
47
  }
48
48
  try {
49
- const t = await $(O.value), r = await q({
49
+ const t = await q(O.value), r = await H({
50
50
  oss: t,
51
51
  fileName: e.src
52
52
  });
@@ -77,10 +77,10 @@ const ue = /* @__PURE__ */ M({
77
77
  const o = document.createElement("a");
78
78
  o.href = t, o.rel = "noopener noreferrer", o.setAttribute("download", r), document.body.appendChild(o), o.click(), document.body.removeChild(o);
79
79
  };
80
- return (t, r) => (l(), p(a(V), f({
80
+ return (t, r) => (l(), p(a(W), f({
81
81
  class: [a(i)(), a(m)]
82
82
  }, {
83
- ...a(Q)(e, ["src", "getOssAccess"]),
83
+ ...a(G)(e, ["src", "getOssAccess"]),
84
84
  fallback: A.value,
85
85
  src: s.value
86
86
  }), {
@@ -94,7 +94,7 @@ const ue = /* @__PURE__ */ M({
94
94
  class: "ant-image-preview-operations-operation",
95
95
  onClick: N
96
96
  }, [
97
- z(a(W))
97
+ z(a(V))
98
98
  ])
99
99
  ], 2)
100
100
  ])
@@ -1,6 +1,6 @@
1
1
  import { accessCreate, Oss } from '@aplus-frontend/oss';
2
- import { Translator } from '../../../config-provider';
3
2
  import { Ref } from 'vue';
3
+ import { Translator } from '../../../config-provider';
4
4
  type GetOssAccess = () => Promise<accessCreate>;
5
5
  export declare function injectLocaleToOss(tValue: Translator, langValue: Ref<string>): void;
6
6
  export declare function getOssInstance(getOssAccess?: GetOssAccess): Promise<Oss>;
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as g, onMounted as h, createElementBlock as R, openBlock as V, normalizeClass as b, unref as t, createVNode as u, mergeProps as I } from "vue";
2
- import "../../config-provider/index.mjs";
3
2
  import { Form as B, InputNumber as k, RadioGroup as x } from "@aplus-frontend/antdv";
4
3
  import { omit as y } from "lodash-unified";
4
+ import "../../config-provider/index.mjs";
5
5
  import _ from "./style/index.mjs";
6
6
  import { useLocale as F } from "../../config-provider/hooks/use-locale.mjs";
7
7
  import { useNamespace as N } from "../../config-provider/hooks/use-namespace.mjs";
@@ -1,7 +1,7 @@
1
1
  import { withInstall as e } from "@aplus-frontend/utils";
2
- import o from "./keep-alive.mjs";
3
2
  import { LruCacher as i } from "./cacher/lru-cacher.mjs";
4
3
  import { useApKeepAliveInject as a } from "./hook.mjs";
4
+ import o from "./keep-alive.mjs";
5
5
  import { matches as c } from "./utils.mjs";
6
6
  import { ApKeepAliveProps as x, forceStopTags as h } from "./interface.mjs";
7
7
  const t = e(o);