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

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 (350) hide show
  1. package/es/index.mjs +294 -289
  2. package/es/src/ap-action/group/index.vue.d.ts +1 -1
  3. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  4. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  5. package/es/src/ap-field/date/helper.mjs +12 -12
  6. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  7. package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
  8. package/es/src/ap-field/number/index.vue.d.ts +1 -1
  9. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  10. package/es/src/ap-field/select/index.vue.d.ts +1 -1
  11. package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
  12. package/es/src/ap-form/interface.d.ts +4 -0
  13. package/es/src/ap-form/item/index.vue.d.ts +1 -1
  14. package/es/src/ap-form/item/index.vue.mjs +7 -7
  15. package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
  16. package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
  17. package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
  18. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  19. package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  20. package/es/src/ap-form/render/item.vue.d.ts +1 -1
  21. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  22. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +40 -36
  23. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +88 -69
  24. package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
  25. package/es/src/ap-form/search-form/index.vue.mjs +77 -76
  26. package/es/src/ap-grid/constants.d.ts +3 -3
  27. package/es/src/ap-grid/constants.mjs +9 -9
  28. package/es/src/ap-grid/editable/form-item.vue.mjs +94 -83
  29. package/es/src/ap-grid/editable/index.vue.mjs +89 -78
  30. package/es/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  31. package/es/src/ap-grid/hooks/use-inner-params.mjs +24 -35
  32. package/es/src/ap-grid/index.vue.mjs +161 -139
  33. package/es/src/ap-grid/interface.d.ts +2 -2
  34. package/es/src/ap-grid/utils/table.mjs +32 -32
  35. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  36. package/es/src/ap-table/ap-table.vue2.mjs +209 -198
  37. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  38. package/es/src/ap-table/constants.d.ts +30 -30
  39. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
  40. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +147 -130
  41. package/es/src/ap-table/utils.d.ts +14 -14
  42. package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
  43. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  44. package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
  45. package/es/src/ap-tag/interface.d.ts +4 -0
  46. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  47. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +93 -73
  48. package/es/src/business/ap-expand-alert/index.d.ts +4 -4
  49. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  50. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +109 -99
  51. package/es/src/business/ap-export-group/index.d.ts +3 -0
  52. package/es/src/business/ap-export-group/interface.d.ts +7 -2
  53. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
  54. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  55. package/es/src/business/ap-label/constans.mjs +1 -1
  56. package/es/src/business/ap-label/index.d.ts +3 -3
  57. package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
  58. package/es/src/business/ap-ladder/index.d.ts +3 -3
  59. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
  60. package/es/src/business/ap-radio-group/ap-radio-group.vue.mjs +4 -0
  61. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +60 -0
  62. package/es/src/business/ap-radio-group/index.d.ts +55 -0
  63. package/es/src/business/ap-radio-group/index.mjs +8 -0
  64. package/es/src/business/ap-radio-group/interface.d.ts +11 -0
  65. package/es/src/business/ap-radio-group/interface.mjs +1 -0
  66. package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
  67. package/es/src/business/ap-radio-group/style/css.js +1 -0
  68. package/es/src/business/ap-radio-group/style/index.d.ts +0 -0
  69. package/es/src/business/ap-radio-group/style/index.js +1 -0
  70. package/es/src/business/ap-status/interface.d.ts +1 -1
  71. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  72. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  73. package/es/src/business/ap-view/ap-view.vue2.mjs +128 -112
  74. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +64 -54
  75. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +79 -73
  76. package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  77. package/es/src/business/ap-view/index.d.ts +3 -0
  78. package/es/src/business/ap-view/interface.d.ts +8 -0
  79. package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  80. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  81. package/es/src/business/hooks/usePageListApGrid.d.ts +2 -0
  82. package/es/src/business/hooks/usePageListApGrid.mjs +70 -47
  83. package/es/src/business/index.d.ts +1 -0
  84. package/es/src/business/index.mjs +15 -13
  85. package/es/src/check-card/group.vue.d.ts +1 -1
  86. package/es/src/config-provider/config-provider-props.d.ts +0 -5
  87. package/es/src/config-provider/config-provider-props.mjs +0 -4
  88. package/es/src/config-provider/config-provider.d.ts +0 -138
  89. package/es/src/config-provider/config-provider.mjs +21 -26
  90. package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
  91. package/es/src/config-provider/index.d.ts +0 -652
  92. package/es/src/editable-table/form-item.vue.d.ts +2 -14
  93. package/es/src/editable-table/form-item.vue.mjs +84 -76
  94. package/es/src/editable-table/index.vue.d.ts +2 -16
  95. package/es/src/editable-table/index.vue.mjs +91 -83
  96. package/es/src/editable-table/interface.d.ts +7 -0
  97. package/es/src/index.mjs +166 -164
  98. package/es/src/locale/lang/en.mjs +1 -1
  99. package/es/src/locale/lang/zh-cn.mjs +1 -1
  100. package/es/src/path-map.mjs +2 -1
  101. package/es/src/version.d.ts +2 -0
  102. package/es/src/version.mjs +4 -0
  103. package/lib/index.js +1 -1
  104. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  105. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  106. package/lib/src/ap-button/ap-button.vue.js +1 -1
  107. package/lib/src/ap-field/date/helper.js +1 -1
  108. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  109. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
  110. package/lib/src/ap-field/number/index.vue.d.ts +1 -1
  111. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  112. package/lib/src/ap-field/select/index.vue.d.ts +1 -1
  113. package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
  114. package/lib/src/ap-form/interface.d.ts +4 -0
  115. package/lib/src/ap-form/item/index.vue.d.ts +1 -1
  116. package/lib/src/ap-form/item/index.vue.js +1 -1
  117. package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
  118. package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
  119. package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
  120. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  121. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  122. package/lib/src/ap-form/render/item.vue.d.ts +1 -1
  123. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  124. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  125. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  126. package/lib/src/ap-form/search-form/index.vue.d.ts +6 -2
  127. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  128. package/lib/src/ap-grid/constants.d.ts +3 -3
  129. package/lib/src/ap-grid/constants.js +1 -1
  130. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  131. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  132. package/lib/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  133. package/lib/src/ap-grid/hooks/use-inner-params.js +1 -1
  134. package/lib/src/ap-grid/index.vue.js +1 -1
  135. package/lib/src/ap-grid/interface.d.ts +2 -2
  136. package/lib/src/ap-grid/utils/table.js +1 -1
  137. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  138. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  139. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  140. package/lib/src/ap-table/constants.d.ts +30 -30
  141. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
  142. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  143. package/lib/src/ap-table/utils.d.ts +14 -14
  144. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  145. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  146. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  147. package/lib/src/ap-tag/interface.d.ts +4 -0
  148. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  149. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  150. package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
  151. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  152. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  153. package/lib/src/business/ap-export-group/index.d.ts +3 -0
  154. package/lib/src/business/ap-export-group/interface.d.ts +7 -2
  155. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  156. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  157. package/lib/src/business/ap-label/constans.js +1 -1
  158. package/lib/src/business/ap-label/index.d.ts +3 -3
  159. package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
  160. package/lib/src/business/ap-ladder/index.d.ts +3 -3
  161. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
  162. package/lib/src/business/ap-radio-group/ap-radio-group.vue.js +1 -0
  163. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -0
  164. package/lib/src/business/ap-radio-group/index.d.ts +55 -0
  165. package/lib/src/business/ap-radio-group/index.js +1 -0
  166. package/lib/src/business/ap-radio-group/interface.d.ts +11 -0
  167. package/lib/src/business/ap-radio-group/interface.js +1 -0
  168. package/lib/src/business/ap-radio-group/style/css.cjs +1 -0
  169. package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
  170. package/lib/src/business/ap-radio-group/style/index.cjs +1 -0
  171. package/lib/src/business/ap-radio-group/style/index.d.ts +0 -0
  172. package/lib/src/business/ap-status/interface.d.ts +1 -1
  173. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
  174. package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
  175. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  176. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  177. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  178. package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  179. package/lib/src/business/ap-view/index.d.ts +3 -0
  180. package/lib/src/business/ap-view/interface.d.ts +8 -0
  181. package/lib/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  182. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
  183. package/lib/src/business/hooks/usePageListApGrid.d.ts +2 -0
  184. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  185. package/lib/src/business/index.d.ts +1 -0
  186. package/lib/src/business/index.js +1 -1
  187. package/lib/src/check-card/group.vue.d.ts +1 -1
  188. package/lib/src/config-provider/config-provider-props.d.ts +0 -5
  189. package/lib/src/config-provider/config-provider-props.js +1 -1
  190. package/lib/src/config-provider/config-provider.d.ts +0 -138
  191. package/lib/src/config-provider/config-provider.js +1 -1
  192. package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
  193. package/lib/src/config-provider/index.d.ts +0 -652
  194. package/lib/src/editable-table/form-item.vue.d.ts +2 -14
  195. package/lib/src/editable-table/form-item.vue.js +1 -1
  196. package/lib/src/editable-table/index.vue.d.ts +2 -16
  197. package/lib/src/editable-table/index.vue.js +1 -1
  198. package/lib/src/editable-table/interface.d.ts +7 -0
  199. package/lib/src/index.js +1 -1
  200. package/lib/src/locale/lang/en.js +1 -1
  201. package/lib/src/locale/lang/zh-cn.js +1 -1
  202. package/lib/src/path-map.js +1 -1
  203. package/lib/src/version.d.ts +2 -0
  204. package/lib/src/version.js +1 -0
  205. package/package.json +7 -5
  206. package/theme/antd-global-overwrite/admin/alert.css +6 -19
  207. package/theme/antd-global-overwrite/admin/alert.less +25 -36
  208. package/theme/antd-global-overwrite/admin/button.css +13 -13
  209. package/theme/antd-global-overwrite/admin/button.less +24 -24
  210. package/theme/antd-global-overwrite/admin/field.css +27 -0
  211. package/theme/antd-global-overwrite/admin/field.less +23 -0
  212. package/theme/antd-global-overwrite/admin/index.css +82 -471
  213. package/theme/antd-global-overwrite/admin/index.less +2 -3
  214. package/theme/antd-global-overwrite/admin/message.css +2 -9
  215. package/theme/antd-global-overwrite/admin/message.less +2 -10
  216. package/theme/antd-global-overwrite/admin/modal.css +10 -49
  217. package/theme/antd-global-overwrite/admin/modal.less +10 -53
  218. package/theme/antd-global-overwrite/admin/table.css +21 -75
  219. package/theme/antd-global-overwrite/admin/table.less +4 -7
  220. package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
  221. package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
  222. package/theme/antd-global-overwrite/aplus/alert.css +9 -19
  223. package/theme/antd-global-overwrite/aplus/alert.less +27 -34
  224. package/theme/antd-global-overwrite/aplus/button.css +20 -20
  225. package/theme/antd-global-overwrite/aplus/button.less +24 -24
  226. package/theme/antd-global-overwrite/aplus/field.css +21 -0
  227. package/theme/antd-global-overwrite/aplus/field.less +16 -0
  228. package/theme/antd-global-overwrite/aplus/index.css +82 -522
  229. package/theme/antd-global-overwrite/aplus/index.less +1 -3
  230. package/theme/antd-global-overwrite/aplus/message.css +2 -9
  231. package/theme/antd-global-overwrite/aplus/message.less +2 -10
  232. package/theme/antd-global-overwrite/aplus/modal.css +10 -50
  233. package/theme/antd-global-overwrite/aplus/modal.less +11 -57
  234. package/theme/antd-global-overwrite/aplus/table.css +19 -67
  235. package/theme/antd-global-overwrite/aplus/table.less +4 -7
  236. package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
  237. package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
  238. package/theme/ap-action/item-dropdown.css +19 -1
  239. package/theme/ap-action/item.css +20 -2
  240. package/theme/ap-appendix/ap-appendix.css +25 -5
  241. package/theme/ap-appendix/ap-appendix.less +6 -4
  242. package/theme/ap-attachment/ap-attachment.css +25 -6
  243. package/theme/ap-attachment/ap-attachment.less +6 -6
  244. package/theme/ap-batch-action/ap-batch-action.css +25 -4
  245. package/theme/ap-batch-action/ap-batch-action.less +6 -3
  246. package/theme/ap-button/ap-button.css +19 -1
  247. package/theme/ap-card/ap-card.css +19 -1
  248. package/theme/ap-descriptions/ap-descriptions.css +24 -6
  249. package/theme/ap-descriptions/ap-descriptions.less +5 -5
  250. package/theme/ap-download/ap-download.css +26 -11
  251. package/theme/ap-download/ap-download.less +8 -11
  252. package/theme/ap-expand-alert/ap-expand-alert.css +21 -3
  253. package/theme/ap-expand-alert/ap-expand-alert.less +5 -5
  254. package/theme/ap-field/checkbox.css +19 -1
  255. package/theme/ap-field/index.css +19 -1
  256. package/theme/ap-field/number.css +19 -1
  257. package/theme/ap-field/radio.css +19 -1
  258. package/theme/ap-field/text-area.css +19 -1
  259. package/theme/ap-form/ap-form-item-group.css +19 -1
  260. package/theme/ap-form/ap-form-item.css +26 -5
  261. package/theme/ap-form/ap-form-item.less +11 -5
  262. package/theme/ap-form/drawer-form.css +19 -1
  263. package/theme/ap-form/index.css +43 -10
  264. package/theme/ap-form/item-text-group.css +19 -1
  265. package/theme/ap-form/item-text.css +19 -1
  266. package/theme/ap-form/modal-form.css +19 -1
  267. package/theme/ap-form/search-form-sorter.css +24 -5
  268. package/theme/ap-form/search-form-sorter.less +1 -0
  269. package/theme/ap-form/search-form.css +43 -10
  270. package/theme/ap-form/search-form.less +12 -1
  271. package/theme/ap-grid/editable.css +19 -1
  272. package/theme/ap-grid/editable.less +3 -2
  273. package/theme/ap-grid/index.css +78 -15
  274. package/theme/ap-grid/index.less +21 -6
  275. package/theme/ap-group-search/ap-extension-select.css +19 -1
  276. package/theme/ap-group-search/ap-group-search.css +19 -1
  277. package/theme/ap-group-search/ap-popover-select.css +19 -1
  278. package/theme/ap-image/ap-image.css +19 -1
  279. package/theme/ap-input-radio/ap-input-radio.css +19 -1
  280. package/theme/ap-label/ap-label.css +19 -1
  281. package/theme/ap-ladder/ap-ladder.css +23 -4
  282. package/theme/ap-ladder/ap-ladder.less +4 -3
  283. package/theme/ap-layout/ap-info-layout.css +19 -1
  284. package/theme/ap-list/index.css +19 -1
  285. package/theme/ap-product-info/ap-product-info.css +19 -1
  286. package/theme/ap-radio-group/ap-radio-group.css +64 -0
  287. package/theme/ap-radio-group/ap-radio-group.less +23 -0
  288. package/theme/ap-select-layout/ap-select-layout.css +27 -9
  289. package/theme/ap-select-layout/ap-select-layout.less +8 -8
  290. package/theme/ap-size-input/ap-size-input.css +19 -1
  291. package/theme/ap-status/ap-status.css +21 -4
  292. package/theme/ap-status/ap-status.less +2 -4
  293. package/theme/ap-summary/index.css +22 -4
  294. package/theme/ap-summary/index.less +3 -3
  295. package/theme/ap-table/ap-table-index.css +24 -6
  296. package/theme/ap-table/ap-table-index.less +5 -5
  297. package/theme/ap-table/ap-table-paragraph-ellipsis.css +19 -1
  298. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  299. package/theme/ap-table/ap-table.css +77 -29
  300. package/theme/ap-table/ap-table.less +7 -9
  301. package/theme/ap-table/setting/index.css +23 -6
  302. package/theme/ap-table/setting/modal.css +21 -4
  303. package/theme/ap-table/setting/modal.less +1 -2
  304. package/theme/ap-table/setting/select-group.css +21 -2
  305. package/theme/ap-table/setting/select-group.less +2 -1
  306. package/theme/ap-table/setting/sortable-item-meta.css +19 -1
  307. package/theme/ap-table/setting/sortable-item.css +19 -1
  308. package/theme/ap-table/setting/sorter.css +19 -2
  309. package/theme/ap-table-modal/index.css +77 -29
  310. package/theme/ap-tag/ap-tag-group.css +21 -3
  311. package/theme/ap-tag/ap-tag-group.less +4 -5
  312. package/theme/ap-tag/ap-tag.css +42 -15
  313. package/theme/ap-tag/ap-tag.less +37 -24
  314. package/theme/ap-title/ap-title.css +26 -6
  315. package/theme/ap-title/ap-title.less +7 -5
  316. package/theme/ap-upload/index.css +27 -9
  317. package/theme/ap-upload/multiple-file.css +21 -3
  318. package/theme/ap-upload/multiple-file.less +2 -2
  319. package/theme/ap-upload/picture.css +23 -5
  320. package/theme/ap-upload/picture.less +4 -4
  321. package/theme/ap-upload/single-file.css +21 -3
  322. package/theme/ap-upload/single-file.less +2 -2
  323. package/theme/ap-upload/upload.css +19 -1
  324. package/theme/ap-upload-single/index.css +19 -1
  325. package/theme/ap-view/ap-view.css +23 -1
  326. package/theme/ap-view/ap-view.less +4 -0
  327. package/theme/batch-input-group/index.css +20 -1
  328. package/theme/batch-input-group/popover-input.css +20 -1
  329. package/theme/batch-input-group/popover-input.less +1 -0
  330. package/theme/check-card/index.css +22 -4
  331. package/theme/editable-table/index.css +44 -11
  332. package/theme/full-screen/index.css +19 -1
  333. package/theme/index.css +331 -114
  334. package/theme/index.less +2 -0
  335. package/theme/mask/index.css +19 -1
  336. package/theme/mixins/config.less +1 -1
  337. package/theme/mixins/mixins.css +19 -1
  338. package/theme/mixins/mixins.less +25 -0
  339. package/theme/scroll-bar/index.css +19 -1
  340. package/theme/scroll-view/index.css +19 -1
  341. package/theme/splitter/index.css +21 -3
  342. package/theme/text/group.css +19 -1
  343. package/theme/text/index.css +20 -2
  344. package/theme/ui-mode.css +102 -0
  345. package/theme/ui-mode.less +103 -0
  346. package/theme/work-order-modal/index.css +19 -1
  347. package/es/src/config-provider/css-var.d.ts +0 -139
  348. package/es/src/config-provider/css-var.mjs +0 -278
  349. package/lib/src/config-provider/css-var.d.ts +0 -139
  350. package/lib/src/config-provider/css-var.js +0 -1
@@ -1,25 +1,25 @@
1
- import { isVNode as ee, defineComponent as te, useSlots as oe, ref as ae, shallowRef as j, computed as _, unref as n, watch as L, createVNode as t, Fragment as w, createBlock as x, openBlock as d, mergeProps as ne, withCtx as F, resolveDynamicComponent as A, createElementBlock as le, renderList as re } from "vue";
2
- import { Col as R, Flex as B, Button as U, Row as se } from "@aplus-frontend/antdv";
1
+ import { isVNode as oe, defineComponent as ae, useSlots as ne, ref as L, shallowRef as U, computed as _, unref as n, watch as V, createVNode as t, Fragment as w, createBlock as x, openBlock as d, mergeProps as le, withCtx as A, resolveDynamicComponent as B, createElementBlock as re, renderList as se } from "vue";
2
+ import { Col as R, Flex as N, Button as M, Row as ie } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../item/index.vue2.mjs";
5
- import { genRealChildren as V } from "../item-group/helper.mjs";
5
+ import { genRealChildren as W } from "../item-group/helper.mjs";
6
6
  import "../../config-provider/index.mjs";
7
- import { isArray as ie, isBoolean as ue, omit as ce } from "lodash-unified";
8
- import { isDef as M } from "../../utils/index.mjs";
9
- import { execFunc as W, diffFormItem as pe } from "./utils.mjs";
7
+ import { isArray as ue, isBoolean as ce, omit as pe } from "lodash-unified";
8
+ import { isDef as D } from "../../utils/index.mjs";
9
+ import { execFunc as q, diffFormItem as de } from "./utils.mjs";
10
10
  import "./components/popover-filter.vue.mjs";
11
- import { useCountPerRow as de } from "./hooks/use-count-per-row.mjs";
11
+ import { useCountPerRow as fe } from "./hooks/use-count-per-row.mjs";
12
12
  import "./components/popover-sorter/index.vue.mjs";
13
- import { useNamespace as fe } from "../../config-provider/hooks/use-namespace.mjs";
14
- import { useLocale as me } from "../../config-provider/hooks/use-locale.mjs";
15
- import D from "../item/index.vue.mjs";
16
- import he from "./components/popover-filter.vue2.mjs";
17
- import xe from "./components/popover-sorter/index.vue2.mjs";
18
- import ye from "../ap-form.vue2.mjs";
19
- function ge(f) {
20
- return typeof f == "function" || Object.prototype.toString.call(f) === "[object Object]" && !ee(f);
13
+ import { useNamespace as me } from "../../config-provider/hooks/use-namespace.mjs";
14
+ import { useLocale as he } from "../../config-provider/hooks/use-locale.mjs";
15
+ import z from "../item/index.vue.mjs";
16
+ import xe from "./components/popover-filter.vue2.mjs";
17
+ import ye from "./components/popover-sorter/index.vue2.mjs";
18
+ import ge from "../ap-form.vue2.mjs";
19
+ function ve(f) {
20
+ return typeof f == "function" || Object.prototype.toString.call(f) === "[object Object]" && !oe(f);
21
21
  }
22
- const s = 24, Le = /* @__PURE__ */ te({
22
+ const s = 24, Ue = /* @__PURE__ */ ae({
23
23
  name: "ApFormSearchForm",
24
24
  __name: "index",
25
25
  props: {
@@ -111,102 +111,103 @@ const s = 24, Le = /* @__PURE__ */ te({
111
111
  }
112
112
  },
113
113
  setup(f, {
114
- expose: q
114
+ expose: H
115
115
  }) {
116
- var E;
117
- const i = oe(), o = f, {
116
+ var P;
117
+ const i = ne(), o = f, {
118
118
  b: m
119
- } = fe("ap-form-search-form"), {
120
- t: N
121
- } = me(), z = de(o), y = ae();
122
- function k() {
119
+ } = me("ap-form-search-form"), {
120
+ t: k
121
+ } = he(), G = fe(o), y = L();
122
+ function I() {
123
123
  var a;
124
124
  const e = (a = y.value) == null ? void 0 : a.getFieldsValueTransformed(!0);
125
- W(o.onSubmit, e);
125
+ q(o.onSubmit, e);
126
126
  }
127
- function H() {
127
+ function J() {
128
128
  var e, a;
129
- o.customReset || (a = (e = y.value) == null ? void 0 : e.resetFields) == null || a.call(e), W(o.onReset);
129
+ o.customReset || (a = (e = y.value) == null ? void 0 : e.resetFields) == null || a.call(e), q(o.onReset);
130
130
  }
131
- const G = (e) => M(e) ? (ie(e) ? e : [e]).join("") : Date.now();
132
- let I = [];
133
- const u = j(V(i.default())), c = j((E = i.extra) == null ? void 0 : E.call(i)), T = _(() => Math.floor(s / n(z)));
134
- L(() => i.default(), (e) => {
135
- I = u.value, u.value = pe(I, V(e));
136
- }), L(() => {
131
+ const K = (e) => D(e) ? (ue(e) ? e : [e]).join("") : Date.now();
132
+ let T = [];
133
+ const u = U(W(i.default())), b = L(!1), c = U((P = i.extra) == null ? void 0 : P.call(i)), E = _(() => Math.floor(s / n(G)));
134
+ V(() => i.default(), (e) => {
135
+ T = u.value, u.value = de(T, W(e)), b.value = !1;
136
+ }), V(() => {
137
137
  var e;
138
138
  return (e = i.extra) == null ? void 0 : e.call(i);
139
139
  }, (e) => {
140
140
  c.value = e;
141
141
  });
142
142
  const l = _(() => {
143
- const e = u.value, a = [], r = [], g = [], h = n(T);
144
- let v = 0, b = 0;
145
- const Q = s * o.maxRows - h * (n(c) && !o.extraInAction ? 2 : 1);
146
- e.forEach((S, Z) => {
147
- const p = S.props;
148
- if (ue(p.hidden) ? !!p.hidden : M(p.hidden))
149
- a.push(S);
143
+ const e = u.value, a = [], r = [], g = [], h = n(E);
144
+ let v = 0, S = 0;
145
+ const Y = s * o.maxRows - h * (n(c) && !o.extraInAction ? 2 : 1);
146
+ e.forEach((F, te) => {
147
+ const p = F.props;
148
+ if (ce(p.hidden) ? !!p.hidden : D(p.hidden))
149
+ a.push(F);
150
150
  else {
151
151
  let C = p.span || h;
152
- const O = {
153
- node: S,
152
+ const $ = {
153
+ node: F,
154
154
  span: C,
155
- key: `ApFormSearchFormItem-${Z}-${G(p.name)}-${p._signal}`
156
- }, $ = s - v % s;
157
- $ < C && (C += $), v += C, v > Q ? r.push(O) : (b = v, g.push(O));
155
+ key: `ApFormSearchFormItem-${te}-${K(p.name)}-${p._signal}`
156
+ }, j = s - v % s;
157
+ j < C && (C += j), v += C, v > Y ? r.push($) : (S = v, g.push($));
158
158
  }
159
159
  });
160
- const P = s - (b + h) % s, X = b % s < h, Y = P < h ? s : P;
160
+ const O = s - (S + h) % s, Z = S % s < h, ee = O < h ? s : O;
161
161
  return {
162
162
  hideNode: t(w, null, [a]),
163
163
  nodes: g,
164
164
  collapseNodes: r,
165
- extraSpan: Y,
166
- lastRowOnlyIncludeActionAndExtra: X
165
+ extraSpan: ee,
166
+ lastRowOnlyIncludeActionAndExtra: Z
167
167
  };
168
168
  });
169
- function J(e) {
170
- u.value = [...e];
169
+ function Q(e) {
170
+ u.value = [...e], b.value = !0;
171
171
  }
172
- const K = _(() => {
172
+ const X = _(() => {
173
173
  let e;
174
174
  const a = t(R, {
175
- span: n(T),
175
+ span: n(E),
176
176
  key: "actionWrapper"
177
177
  }, {
178
- default: () => [t(D, null, {
179
- default: () => [t(B, {
178
+ default: () => [t(z, null, {
179
+ default: () => [t(N, {
180
180
  wrap: "wrap",
181
181
  justify: l.value.lastRowOnlyIncludeActionAndExtra && !(n(c) && o.extraInAction) ? "flex-end" : "space-between"
182
182
  }, {
183
- default: () => [t(B, {
183
+ default: () => [t(N, {
184
184
  gap: 8,
185
185
  wrap: "wrap"
186
186
  }, {
187
187
  default: () => [t("div", {
188
188
  class: m("column-setting-trigger-wrapper")
189
- }, [l.value.collapseNodes.length ? t(he, {
190
- onSubmit: k,
189
+ }, [l.value.collapseNodes.length ? t(xe, {
190
+ onSubmit: I,
191
191
  config: l.value.collapseNodes,
192
192
  submitLoading: o.submitLoading
193
- }, null) : null, o.sortable && u.value.length ? t(xe, {
193
+ }, null) : null, o.sortable && u.value.length ? t(ye, {
194
194
  children: u.value,
195
- onClickConfirm: J
196
- }, null) : null]), t(U, {
195
+ onClickConfirm: Q,
196
+ sorted: b.value
197
+ }, null) : null]), t(M, {
197
198
  type: "primary",
198
- onClick: k,
199
+ onClick: I,
199
200
  loading: o.submitLoading,
200
201
  htmlType: "submit",
201
202
  class: m("action-btn")
202
203
  }, {
203
- default: () => [o.searchText || N("ap.apForm.search.search")]
204
- }), t(U, {
205
- onClick: H,
204
+ default: () => [o.searchText || k("ap.apForm.search.search")]
205
+ }), t(M, {
206
+ onClick: J,
206
207
  type: "text",
207
208
  class: [m("action-btn"), m("action-btn-reset")]
208
209
  }, {
209
- default: () => [o.resetText || N("ap.apForm.search.reset")]
210
+ default: () => [o.resetText || k("ap.apForm.search.reset")]
210
211
  })]
211
212
  }), o.extraInAction ? n(c) : null]
212
213
  })]
@@ -215,10 +216,10 @@ const s = 24, Le = /* @__PURE__ */ te({
215
216
  span: l.value.extraSpan,
216
217
  key: "extraNode"
217
218
  }, {
218
- default: () => [t(D, null, {
219
- default: () => [t(B, {
219
+ default: () => [t(z, null, {
220
+ default: () => [t(N, {
220
221
  justify: l.value.extraSpan === s || l.value.lastRowOnlyIncludeActionAndExtra ? "start" : "flex-end"
221
- }, ge(e = n(c)) ? e : {
222
+ }, ve(e = n(c)) ? e : {
222
223
  default: () => [e]
223
224
  })]
224
225
  })]
@@ -227,23 +228,23 @@ const s = 24, Le = /* @__PURE__ */ te({
227
228
  }, null);
228
229
  return l.value.lastRowOnlyIncludeActionAndExtra ? t(w, null, [r || g, a]) : t(w, null, [a, r]);
229
230
  });
230
- return q({
231
+ return H({
231
232
  apForm: _(() => n(y))
232
- }), (e, a) => (d(), x(ye, ne({
233
+ }), (e, a) => (d(), x(ge, le({
233
234
  ref_key: "apForm",
234
235
  ref: y,
235
236
  class: n(m)()
236
- }, n(ce)(o, ["collapse", "defaultCollapse", "onUpdate:collapse", "searchText", "resetText", "onSubmit", "onReset", "extraInAction", "forceExpand", "countPerRow"])), {
237
- default: F(() => [(d(), x(A(l.value.hideNode))), t(n(se), {
238
- gutter: 16
237
+ }, n(pe)(o, ["collapse", "defaultCollapse", "onUpdate:collapse", "searchText", "resetText", "onSubmit", "onReset", "extraInAction", "forceExpand", "countPerRow"])), {
238
+ default: A(() => [(d(), x(B(l.value.hideNode))), t(n(ie), {
239
+ gutter: 8
239
240
  }, {
240
- default: F(() => [(d(!0), le(w, null, re(l.value.nodes, (r) => (d(), x(n(R), {
241
+ default: A(() => [(d(!0), re(w, null, se(l.value.nodes, (r) => (d(), x(n(R), {
241
242
  key: r.key,
242
243
  span: r.span
243
244
  }, {
244
- default: F(() => [(d(), x(A(r.node)))]),
245
+ default: A(() => [(d(), x(B(r.node)))]),
245
246
  _: 2
246
- }, 1032, ["span"]))), 128)), (d(), x(A(K.value)))]),
247
+ }, 1032, ["span"]))), 128)), (d(), x(B(X.value)))]),
247
248
  _: 1
248
249
  })]),
249
250
  _: 1
@@ -251,5 +252,5 @@ const s = 24, Le = /* @__PURE__ */ te({
251
252
  }
252
253
  });
253
254
  export {
254
- Le as default
255
+ Ue as default
255
256
  };
@@ -1,10 +1,10 @@
1
1
  export declare const sizeMap: {
2
2
  readonly mini: "small";
3
3
  readonly small: "small";
4
- readonly medium: "small";
4
+ readonly medium: "middle";
5
5
  };
6
6
  export declare const sizeReverseMap: {
7
- readonly small: "medium";
8
- readonly middle: undefined;
7
+ readonly small: "mini";
8
+ readonly middle: "medium";
9
9
  };
10
10
  export declare const ROW_SELECTION_FIELD = "_ap-grid-row-selection-field";
@@ -1,13 +1,13 @@
1
- const l = {
1
+ const e = {
2
2
  mini: "small",
3
3
  small: "small",
4
- medium: "small"
5
- }, e = {
6
- small: "medium",
7
- middle: void 0
8
- }, s = "_ap-grid-row-selection-field";
4
+ medium: "middle"
5
+ }, i = {
6
+ small: "mini",
7
+ middle: "medium"
8
+ }, l = "_ap-grid-row-selection-field";
9
9
  export {
10
- s as ROW_SELECTION_FIELD,
11
- l as sizeMap,
12
- e as sizeReverseMap
10
+ l as ROW_SELECTION_FIELD,
11
+ e as sizeMap,
12
+ i as sizeReverseMap
13
13
  };
@@ -1,15 +1,15 @@
1
- import { defineComponent as P, useSlots as A, toRef as H, ref as h, unref as u, watch as K, nextTick as W, createBlock as G, openBlock as U, mergeProps as g, withCtx as y, createVNode as $, createSlots as q, renderList as J, renderSlot as Q, normalizeProps as X, guardReactiveProps as Y } from "vue";
1
+ import { defineComponent as A, useSlots as H, toRef as W, ref as h, unref as r, watch as G, nextTick as U, createBlock as $, openBlock as q, mergeProps as y, withCtx as g, createVNode as J, createSlots as Q, renderList as X, renderSlot as Y, normalizeProps as Z, guardReactiveProps as I } from "vue";
2
2
  import { ApForm as C } from "../../ap-form/index.mjs";
3
- import { isArray as Z, isUndefined as I, isNumber as m, cloneDeep as M, omit as ee } from "lodash-unified";
3
+ import { isArray as w, isUndefined as M, isNumber as m, cloneDeep as ee, omit as oe } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
5
- import { isDef as w } from "../../utils/index.mjs";
6
- import { useGetEditableColumns as oe } from "../hooks/use-editable-columns.mjs";
5
+ import { isDef as b } from "../../utils/index.mjs";
6
+ import { useGetEditableColumns as te } from "../hooks/use-editable-columns.mjs";
7
7
  import "../index.vue2.mjs";
8
- import { useInjectForm as te } from "../../ap-form/context.mjs";
9
- import { useNamespace as ae } from "../../config-provider/hooks/use-namespace.mjs";
10
- import { useGlobalConfig as le } from "../../config-provider/hooks/use-global-config.mjs";
8
+ import { useInjectForm as ae } from "../../ap-form/context.mjs";
9
+ import { useNamespace as le } from "../../config-provider/hooks/use-namespace.mjs";
10
+ import { useGlobalConfig as fe } from "../../config-provider/hooks/use-global-config.mjs";
11
11
  import ne from "../index.vue.mjs";
12
- const ye = /* @__PURE__ */ P({
12
+ const Ce = /* @__PURE__ */ A({
13
13
  name: "EditableGrid",
14
14
  __name: "form-item",
15
15
  props: {
@@ -108,6 +108,9 @@ const ye = /* @__PURE__ */ P({
108
108
  loadingConfig: {},
109
109
  headerCellConfig: {},
110
110
  footerCellConfig: {},
111
+ round: {
112
+ type: Boolean
113
+ },
111
114
  rowSelection: {
112
115
  type: Boolean,
113
116
  default: void 0
@@ -154,126 +157,134 @@ const ye = /* @__PURE__ */ P({
154
157
  default: () => ({})
155
158
  }
156
159
  },
157
- setup(b, {
158
- expose: x
160
+ setup(x, {
161
+ expose: R
159
162
  }) {
160
- const R = A(), l = b, {
161
- b: B
162
- } = ae("editable-grid");
163
- function S(e, o) {
164
- return Z(o) ? o.reduce((n, a) => n == null ? void 0 : n[a], e) : e == null ? void 0 : e[o];
163
+ const B = H(), l = x, {
164
+ b: S
165
+ } = le("editable-grid");
166
+ function F(e, t) {
167
+ return w(t) ? t.reduce((f, a) => f == null ? void 0 : f[a], e) : e == null ? void 0 : e[t];
165
168
  }
166
169
  const {
167
- internalInstance: t,
168
- model: F
169
- } = te(), p = H(l.name), d = h(S(u(F), p.value) || []), N = C.useWatch(p);
170
- K(() => N.value, async (e) => {
171
- var o;
172
- await W(), d.value = e, (o = l.onChange) == null || o.call(l, e);
170
+ internalInstance: o,
171
+ model: v
172
+ } = ae(), p = W(l.name), d = h(F(r(v), p.value) || []), N = C.useWatch(p);
173
+ G(() => N.value, async (e) => {
174
+ var t;
175
+ await U(), d.value = e, (t = l.onChange) == null || t.call(l, e);
173
176
  }, {
174
177
  deep: !0
175
178
  });
176
- const c = h(), v = le("valueTypeMap"), k = oe(l, v);
177
- function D(e, o) {
178
- var s;
179
- const n = ((s = u(d)) == null ? void 0 : s.length) || 0;
180
- if (w(l.maxLength) && n >= l.maxLength)
179
+ const c = h(), D = fe("valueTypeMap"), V = te(l, D);
180
+ function L(e, t) {
181
+ var n;
182
+ const f = ((n = r(d)) == null ? void 0 : n.length) || 0;
183
+ if (b(l.maxLength) && f >= l.maxLength)
181
184
  return;
182
185
  const a = {
183
186
  ...e || {}
184
187
  };
185
- t == null || t.setFieldValue(l.name, a, !0, (r, f) => {
186
- if (!r[f]) {
187
- r[f] = [a];
188
+ o == null || o.setFieldValue(l.name, a, !0, (s, u) => {
189
+ if (!s[u]) {
190
+ s[u] = [a];
188
191
  return;
189
192
  }
190
- I(o) ? r[f].push(a) : r[f].splice(o, 0, a);
193
+ M(t) ? s[u].push(a) : s[u].splice(t, 0, a);
191
194
  });
192
195
  }
193
- function L(e, o = "suffix") {
194
- var r;
195
- const n = ((r = u(d)) == null ? void 0 : r.length) || 0, a = m(e) ? e : e.length;
196
- if (w(l.maxLength) && n + a > l.maxLength)
196
+ function T(e, t = "suffix") {
197
+ var s;
198
+ const f = ((s = r(d)) == null ? void 0 : s.length) || 0, a = m(e) ? e : e.length;
199
+ if (b(l.maxLength) && f + a > l.maxLength)
197
200
  return;
198
- const s = m(e) ? new Array(e).fill(0).map(() => ({})) : M(e);
199
- t == null || t.setFieldValue(l.name, s, !0, (f, i) => {
200
- if (!f[i]) {
201
- f[i] = [...s];
201
+ const n = m(e) ? new Array(e).fill(0).map(() => ({})) : ee(e);
202
+ o == null || o.setFieldValue(l.name, n, !0, (u, i) => {
203
+ if (!u[i]) {
204
+ u[i] = [...n];
202
205
  return;
203
206
  }
204
- o === "suffix" ? f[i].push(...s) : f[i].unshift(...s);
207
+ t === "suffix" ? u[i].push(...n) : u[i].unshift(...n);
205
208
  });
206
209
  }
207
- function V(e) {
208
- const o = new Set(m(e) ? [e] : e);
209
- t == null || t.setFieldValue(l.name, void 0, !0, (n, a) => {
210
- n[a] = n[a].filter((s, r) => !o.has(r));
210
+ function k(e) {
211
+ const t = new Set(m(e) ? [e] : e);
212
+ o == null || o.setFieldValue(l.name, void 0, !0, (f, a) => {
213
+ f[a] = f[a].filter((n, s) => !t.has(s));
211
214
  });
212
215
  }
213
- function T() {
214
- return u(d);
215
- }
216
216
  function _(e) {
217
- var o;
218
- return (o = u(d)) == null ? void 0 : o[e];
217
+ var f;
218
+ const t = new Set(w(e) ? e : [e]);
219
+ t.size !== 0 && ((f = o == null ? void 0 : o.setFieldValue) == null || f.call(o, l.name, void 0, !0, (a, n) => {
220
+ a[n] = a[n].filter((s) => !t.has(s[l.rowKey]));
221
+ }));
219
222
  }
220
- function j(e, o, n = !0) {
221
- t == null || t.setFieldValue(l.name, void 0, !0, (a, s) => {
222
- if (!(!a[s] || !a[s][e])) {
223
- if (!n) {
224
- const r = Object.keys(a[s][e]);
225
- for (const f of r)
226
- f !== l.rowKey && delete a[s][e][f];
223
+ function j() {
224
+ return r(d);
225
+ }
226
+ function E(e) {
227
+ var t;
228
+ return (t = r(d)) == null ? void 0 : t[e];
229
+ }
230
+ function O(e, t, f = !0) {
231
+ o == null || o.setFieldValue(l.name, void 0, !0, (a, n) => {
232
+ if (!(!a[n] || !a[n][e])) {
233
+ if (!f) {
234
+ const s = Object.keys(a[n][e]);
235
+ for (const u of s)
236
+ u !== l.rowKey && delete a[n][e][u];
227
237
  }
228
- Object.assign(a[s][e], {
229
- ...o
238
+ Object.assign(a[n][e], {
239
+ ...t
230
240
  });
231
241
  }
232
242
  });
233
243
  }
234
- function E(e) {
235
- t == null || t.setFieldValue(l.name, e);
244
+ function z(e) {
245
+ o == null || o.setFieldValue(l.name, e);
236
246
  }
237
- function O(e) {
238
- var n;
239
- const o = e === "end" ? d.value.length - 1 : e;
240
- (n = c.value) == null || n.scrollToRow(o);
247
+ function K(e) {
248
+ var f;
249
+ const t = e === "end" ? d.value.length - 1 : e;
250
+ (f = c.value) == null || f.scrollToRow(t);
241
251
  }
242
- function z() {
252
+ function P() {
243
253
  var e;
244
- (e = t == null ? void 0 : t.setFieldValue) == null || e.call(t, l.name, []);
254
+ (e = o == null ? void 0 : o.setFieldValue) == null || e.call(o, l.name, []);
245
255
  }
246
- return x({
247
- add: D,
248
- remove: V,
249
- getRowData: _,
250
- getRowsData: T,
251
- setRowData: j,
252
- addMultiple: L,
253
- scrollTo: O,
254
- setTableData: E,
255
- clear: z
256
- }), (e, o) => (U(), G(u(C).FormItem, g(e.formItem, {
256
+ return R({
257
+ add: L,
258
+ remove: k,
259
+ getRowData: E,
260
+ getRowsData: j,
261
+ setRowData: O,
262
+ addMultiple: T,
263
+ scrollTo: K,
264
+ setTableData: z,
265
+ clear: P,
266
+ removeByKey: _
267
+ }), (e, t) => (q(), $(r(C).FormItem, y(e.formItem, {
257
268
  name: e.name,
258
269
  label: e.label
259
270
  }), {
260
- default: y(() => [$(ne, g(u(ee)(l, ["name", "value", "onUpdate:value", "maxLength", "onChange", "defaultValue", "formItem"]), {
271
+ default: g(() => [J(ne, y(r(oe)(l, ["name", "value", "onUpdate:value", "maxLength", "onChange", "defaultValue", "formItem"]), {
261
272
  ref_key: "tableRef",
262
273
  ref: c,
263
- class: u(B)(),
264
- columns: u(k),
274
+ class: r(S)(),
275
+ columns: r(V),
265
276
  "data-source": d.value,
266
277
  "search-form": !1
267
- }), q({
278
+ }), Q({
268
279
  _: 2
269
- }, [J(R, (n, a) => ({
280
+ }, [X(B, (f, a) => ({
270
281
  name: a,
271
- fn: y((s) => [Q(e.$slots, a, X(Y(s || {})))])
282
+ fn: g((n) => [Y(e.$slots, a, Z(I(n || {})))])
272
283
  }))]), 1040, ["class", "columns", "data-source"])]),
273
284
  _: 3
274
285
  }, 16, ["name", "label"]));
275
286
  }
276
287
  });
277
288
  export {
278
- ye as default
289
+ Ce as default
279
290
  };