@aplus-frontend/ui 7.0.0-beta.2 → 7.0.0

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 (303) hide show
  1. package/es/index.mjs +216 -218
  2. package/es/src/ag-grid/editable/form-item.vue.mjs +68 -63
  3. package/es/src/ag-grid/editable/index.vue.mjs +66 -61
  4. package/es/src/ag-grid/editable/interface.d.ts +3 -1
  5. package/es/src/ag-grid/hooks/use-columns-def.mjs +71 -70
  6. package/es/src/ag-grid/hooks/use-editable-form-item-api.mjs +65 -63
  7. package/es/src/ag-grid/index.vue.mjs +1 -0
  8. package/es/src/ag-grid/interface.d.ts +1 -0
  9. package/es/src/ag-grid/style/custom-header.d.ts +2 -2
  10. package/es/src/ag-grid/style/editable.d.ts +2 -2
  11. package/es/src/ag-grid/style/index.d.ts +30 -3
  12. package/es/src/ag-grid/style/index.mjs +56 -43
  13. package/es/src/ag-grid/theme.mjs +12 -11
  14. package/es/src/ap-action/item/index.vue2.mjs +14 -12
  15. package/es/src/ap-action/item-dropdown/index.vue.mjs +18 -17
  16. package/es/src/ap-action/style/dropdown-item.d.ts +2 -2
  17. package/es/src/ap-action/style/dropdown-item.mjs +4 -4
  18. package/es/src/ap-action/style/index.d.ts +7 -4
  19. package/es/src/ap-action/style/index.mjs +29 -23
  20. package/es/src/ap-button/ap-button.vue.mjs +45 -49
  21. package/es/src/ap-button/style/index.d.ts +2 -2
  22. package/es/src/ap-button/style/index.mjs +5 -4
  23. package/es/src/ap-button/utils/index.mjs +16 -16
  24. package/es/src/ap-descriptions/style/index.d.ts +2 -2
  25. package/es/src/ap-download/ap-download.vue.d.ts +4 -4
  26. package/es/src/ap-download/ap-download.vue.mjs +27 -27
  27. package/es/src/ap-download/hooks/useStyle.mjs +9 -9
  28. package/es/src/ap-download/interface.d.ts +4 -0
  29. package/es/src/ap-download/style/index.d.ts +2 -2
  30. package/es/src/ap-drawer/style/index.d.ts +2 -2
  31. package/es/src/ap-field/style/index.d.ts +2 -2
  32. package/es/src/ap-form/style/drawer-form.d.ts +2 -2
  33. package/es/src/ap-form/style/item-group.d.ts +2 -2
  34. package/es/src/ap-form/style/item-text-group.d.ts +2 -2
  35. package/es/src/ap-form/style/item.d.ts +3 -4
  36. package/es/src/ap-form/style/item.mjs +12 -16
  37. package/es/src/ap-form/style/modal-form.d.ts +4 -3
  38. package/es/src/ap-form/style/modal-form.mjs +26 -13
  39. package/es/src/ap-form/style/search-form-sorter.d.ts +4 -3
  40. package/es/src/ap-form/style/search-form-sorter.mjs +20 -13
  41. package/es/src/ap-form/style/search-form.d.ts +2 -2
  42. package/es/src/ap-form/style/token.d.ts +25 -1
  43. package/es/src/ap-grid/hooks/use-table-style.mjs +1 -1
  44. package/es/src/ap-grid/index.vue.mjs +2 -2
  45. package/es/src/ap-grid/style/editable.d.ts +2 -2
  46. package/es/src/ap-grid/style/index.d.ts +6 -3
  47. package/es/src/ap-grid/style/index.mjs +10 -7
  48. package/es/src/ap-grid/utils/col.mjs +33 -33
  49. package/es/src/ap-list/style/index.d.ts +2 -2
  50. package/es/src/ap-modal/interface.d.ts +31 -11
  51. package/es/src/ap-modal/utils/createModal.mjs +52 -45
  52. package/es/src/ap-pro-card/style/divider.d.ts +2 -2
  53. package/es/src/ap-pro-card/style/index.d.ts +2 -2
  54. package/es/src/ap-pro-card/style/operation.d.ts +2 -2
  55. package/es/src/ap-pro-card/style/statistic.d.ts +2 -2
  56. package/es/src/ap-pro-card/style/statistics-card.d.ts +2 -2
  57. package/es/src/ap-pro-card/style/title.d.ts +2 -2
  58. package/es/src/ap-table/ap-table.vue2.mjs +2 -2
  59. package/es/src/ap-table/style/ellipsis.d.ts +2 -2
  60. package/es/src/ap-table/style/index-comp.d.ts +2 -2
  61. package/es/src/ap-table/style/index.d.ts +2 -2
  62. package/es/src/ap-table/style/setting.d.ts +2 -2
  63. package/es/src/ap-table/utils.mjs +14 -11
  64. package/es/src/ap-tag/ap-tag.vue.mjs +7 -6
  65. package/es/src/ap-tag/style/group.d.ts +2 -2
  66. package/es/src/ap-tag/style/index.d.ts +2 -2
  67. package/es/src/ap-upload/style/index.d.ts +2 -2
  68. package/es/src/business/ag-grid-modal/style/index.d.ts +2 -2
  69. package/es/src/business/ag-grid-modal/style/selected-items.d.ts +2 -2
  70. package/es/src/business/ag-grid-modal/utils.mjs +23 -23
  71. package/es/src/business/ap-appendix/style/index.d.ts +5 -4
  72. package/es/src/business/ap-appendix/style/index.mjs +20 -17
  73. package/es/src/business/ap-appendix/style/token.d.ts +4 -0
  74. package/es/src/business/ap-appendix/style/token.mjs +6 -0
  75. package/es/src/business/ap-attachment/ApAttachment.mjs +64 -60
  76. package/es/src/business/ap-attachment/style/index.d.ts +2 -2
  77. package/es/src/business/ap-attachment/style/index.mjs +1 -0
  78. package/es/src/business/ap-batch-action/style/index.d.ts +3 -3
  79. package/es/src/business/ap-batch-action/style/index.mjs +4 -4
  80. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +50 -56
  81. package/es/src/business/ap-batch-action-group/style/index.d.ts +3 -0
  82. package/es/src/business/ap-batch-action-group/style/index.mjs +14 -0
  83. package/es/src/business/ap-card/style/index.d.ts +3 -3
  84. package/es/src/business/ap-card/style/index.mjs +8 -8
  85. package/es/src/business/ap-copy/style/index.d.ts +2 -2
  86. package/es/src/business/ap-draggable-grid/style/index.d.ts +2 -2
  87. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -2
  88. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +57 -49
  89. package/es/src/business/ap-expand-alert/index.d.ts +5 -2
  90. package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
  91. package/es/src/business/ap-expand-alert/style/index.d.ts +2 -2
  92. package/es/src/business/ap-image/style/index.d.ts +3 -3
  93. package/es/src/business/ap-image/style/index.mjs +6 -6
  94. package/es/src/business/ap-input-radio/style/index.d.ts +2 -2
  95. package/es/src/business/ap-label/style/index.d.ts +2 -2
  96. package/es/src/business/ap-ladder/style/index.d.ts +2 -2
  97. package/es/src/business/ap-product-info/style/index.d.ts +2 -2
  98. package/es/src/business/ap-radio-group/style/index.d.ts +2 -2
  99. package/es/src/business/ap-radio-group/style/index.mjs +3 -3
  100. package/es/src/business/ap-select-layout/style/index.d.ts +2 -2
  101. package/es/src/business/ap-size-input/style/index.d.ts +2 -2
  102. package/es/src/business/ap-status/style/index.d.ts +2 -2
  103. package/es/src/business/ap-summary/style/index.d.ts +2 -2
  104. package/es/src/business/ap-table-modal/style/index.d.ts +2 -2
  105. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +23 -23
  106. package/es/src/business/ap-title/style/index.d.ts +2 -2
  107. package/es/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +2 -2
  108. package/es/src/business/ap-value-select-card/style/index.d.ts +2 -2
  109. package/es/src/business/ap-view/style/index.d.ts +3 -3
  110. package/es/src/business/ap-view/style/index.mjs +19 -22
  111. package/es/src/business/batch-input-group/style/index.d.ts +5 -2
  112. package/es/src/business/batch-input-group/style/index.mjs +9 -5
  113. package/es/src/business/hooks/usePageListAgGrid.mjs +7 -6
  114. package/es/src/check-card/style/index.d.ts +2 -2
  115. package/es/src/check-card/style/index.mjs +37 -31
  116. package/es/src/config-provider/config-provider.d.ts +1 -2
  117. package/es/src/config-provider/hooks/use-global-config.d.ts +1 -2
  118. package/es/src/config-provider/hooks/use-global-config.mjs +42 -33
  119. package/es/src/config-provider/hooks/use-token.d.ts +7 -2
  120. package/es/src/config-provider/hooks/use-token.mjs +6 -3
  121. package/es/src/config-provider/index.d.ts +1 -2
  122. package/es/src/design-token/constants.d.ts +1 -6
  123. package/es/src/design-token/constants.mjs +2 -100
  124. package/es/src/design-token/index.d.ts +1 -1
  125. package/es/src/design-token/index.mjs +5 -6
  126. package/es/src/design-token/interface.d.ts +9 -1
  127. package/es/src/design-token/interface.mjs +1 -0
  128. package/es/src/editable-table/style/index.d.ts +2 -2
  129. package/es/src/full-screen/index.vue.mjs +31 -30
  130. package/es/src/full-screen/style/index.d.ts +2 -2
  131. package/es/src/index.mjs +196 -198
  132. package/es/src/mask/style/index.d.ts +2 -2
  133. package/es/src/mask/style/index.mjs +2 -2
  134. package/es/src/scroll-bar/style/index.d.ts +2 -2
  135. package/es/src/scroll-bar/style/index.mjs +17 -17
  136. package/es/src/scroll-view/style/index.d.ts +2 -2
  137. package/es/src/splitter/style/index.d.ts +11 -3
  138. package/es/src/splitter/style/index.mjs +1 -2
  139. package/es/src/text/style/group.d.ts +2 -2
  140. package/es/src/text/style/index.d.ts +6 -3
  141. package/es/src/text/style/index.mjs +22 -18
  142. package/es/src/utils/cssinjs/index.d.ts +3 -7
  143. package/es/src/utils/cssinjs/index.mjs +55 -39
  144. package/es/src/utils/cssinjs/instance.mjs +7 -7
  145. package/es/src/utils/cssinjs/plugin-append-cssvar.d.ts +6 -0
  146. package/es/src/utils/cssinjs/plugin-append-cssvar.mjs +6 -0
  147. package/es/src/utils/cssinjs/plugin-specificity.mjs +6 -6
  148. package/es/src/utils/cssinjs/utils.d.ts +6 -0
  149. package/es/src/utils/cssinjs/utils.mjs +15 -0
  150. package/es/src/version.d.ts +1 -1
  151. package/es/src/version.mjs +1 -1
  152. package/lib/index.js +1 -1
  153. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  154. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  155. package/lib/src/ag-grid/editable/interface.d.ts +3 -1
  156. package/lib/src/ag-grid/hooks/use-columns-def.js +1 -1
  157. package/lib/src/ag-grid/hooks/use-editable-form-item-api.js +1 -1
  158. package/lib/src/ag-grid/index.vue.js +1 -1
  159. package/lib/src/ag-grid/interface.d.ts +1 -0
  160. package/lib/src/ag-grid/style/custom-header.d.ts +2 -2
  161. package/lib/src/ag-grid/style/editable.d.ts +2 -2
  162. package/lib/src/ag-grid/style/index.d.ts +30 -3
  163. package/lib/src/ag-grid/style/index.js +1 -1
  164. package/lib/src/ag-grid/theme.js +1 -1
  165. package/lib/src/ap-action/item/index.vue2.js +1 -1
  166. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  167. package/lib/src/ap-action/style/dropdown-item.d.ts +2 -2
  168. package/lib/src/ap-action/style/dropdown-item.js +1 -1
  169. package/lib/src/ap-action/style/index.d.ts +7 -4
  170. package/lib/src/ap-action/style/index.js +1 -1
  171. package/lib/src/ap-button/ap-button.vue.js +1 -1
  172. package/lib/src/ap-button/style/index.d.ts +2 -2
  173. package/lib/src/ap-button/style/index.js +1 -1
  174. package/lib/src/ap-button/utils/index.js +1 -1
  175. package/lib/src/ap-descriptions/style/index.d.ts +2 -2
  176. package/lib/src/ap-download/ap-download.vue.d.ts +4 -4
  177. package/lib/src/ap-download/ap-download.vue.js +1 -1
  178. package/lib/src/ap-download/hooks/useStyle.js +1 -1
  179. package/lib/src/ap-download/interface.d.ts +4 -0
  180. package/lib/src/ap-download/style/index.d.ts +2 -2
  181. package/lib/src/ap-drawer/style/index.d.ts +2 -2
  182. package/lib/src/ap-field/style/index.d.ts +2 -2
  183. package/lib/src/ap-form/style/drawer-form.d.ts +2 -2
  184. package/lib/src/ap-form/style/item-group.d.ts +2 -2
  185. package/lib/src/ap-form/style/item-text-group.d.ts +2 -2
  186. package/lib/src/ap-form/style/item.d.ts +3 -4
  187. package/lib/src/ap-form/style/item.js +1 -1
  188. package/lib/src/ap-form/style/modal-form.d.ts +4 -3
  189. package/lib/src/ap-form/style/modal-form.js +1 -1
  190. package/lib/src/ap-form/style/search-form-sorter.d.ts +4 -3
  191. package/lib/src/ap-form/style/search-form-sorter.js +1 -1
  192. package/lib/src/ap-form/style/search-form.d.ts +2 -2
  193. package/lib/src/ap-form/style/token.d.ts +25 -1
  194. package/lib/src/ap-grid/hooks/use-table-style.js +1 -1
  195. package/lib/src/ap-grid/index.vue.js +1 -1
  196. package/lib/src/ap-grid/style/editable.d.ts +2 -2
  197. package/lib/src/ap-grid/style/index.d.ts +6 -3
  198. package/lib/src/ap-grid/style/index.js +1 -1
  199. package/lib/src/ap-grid/utils/col.js +1 -1
  200. package/lib/src/ap-list/style/index.d.ts +2 -2
  201. package/lib/src/ap-modal/interface.d.ts +31 -11
  202. package/lib/src/ap-modal/utils/createModal.js +1 -1
  203. package/lib/src/ap-pro-card/style/divider.d.ts +2 -2
  204. package/lib/src/ap-pro-card/style/index.d.ts +2 -2
  205. package/lib/src/ap-pro-card/style/operation.d.ts +2 -2
  206. package/lib/src/ap-pro-card/style/statistic.d.ts +2 -2
  207. package/lib/src/ap-pro-card/style/statistics-card.d.ts +2 -2
  208. package/lib/src/ap-pro-card/style/title.d.ts +2 -2
  209. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  210. package/lib/src/ap-table/style/ellipsis.d.ts +2 -2
  211. package/lib/src/ap-table/style/index-comp.d.ts +2 -2
  212. package/lib/src/ap-table/style/index.d.ts +2 -2
  213. package/lib/src/ap-table/style/setting.d.ts +2 -2
  214. package/lib/src/ap-table/utils.js +1 -1
  215. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  216. package/lib/src/ap-tag/style/group.d.ts +2 -2
  217. package/lib/src/ap-tag/style/index.d.ts +2 -2
  218. package/lib/src/ap-upload/style/index.d.ts +2 -2
  219. package/lib/src/business/ag-grid-modal/style/index.d.ts +2 -2
  220. package/lib/src/business/ag-grid-modal/style/selected-items.d.ts +2 -2
  221. package/lib/src/business/ag-grid-modal/utils.js +1 -1
  222. package/lib/src/business/ap-appendix/style/index.d.ts +5 -4
  223. package/lib/src/business/ap-appendix/style/index.js +1 -1
  224. package/lib/src/business/ap-appendix/style/token.d.ts +4 -0
  225. package/lib/src/business/ap-appendix/style/token.js +1 -0
  226. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  227. package/lib/src/business/ap-attachment/style/index.d.ts +2 -2
  228. package/lib/src/business/ap-attachment/style/index.js +1 -1
  229. package/lib/src/business/ap-batch-action/style/index.d.ts +3 -3
  230. package/lib/src/business/ap-batch-action/style/index.js +1 -1
  231. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  232. package/lib/src/business/ap-batch-action-group/style/index.d.ts +3 -0
  233. package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
  234. package/lib/src/business/ap-card/style/index.d.ts +3 -3
  235. package/lib/src/business/ap-card/style/index.js +1 -1
  236. package/lib/src/business/ap-copy/style/index.d.ts +2 -2
  237. package/lib/src/business/ap-draggable-grid/style/index.d.ts +2 -2
  238. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -2
  239. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  240. package/lib/src/business/ap-expand-alert/index.d.ts +5 -2
  241. package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
  242. package/lib/src/business/ap-expand-alert/style/index.d.ts +2 -2
  243. package/lib/src/business/ap-image/style/index.d.ts +3 -3
  244. package/lib/src/business/ap-image/style/index.js +1 -1
  245. package/lib/src/business/ap-input-radio/style/index.d.ts +2 -2
  246. package/lib/src/business/ap-label/style/index.d.ts +2 -2
  247. package/lib/src/business/ap-ladder/style/index.d.ts +2 -2
  248. package/lib/src/business/ap-product-info/style/index.d.ts +2 -2
  249. package/lib/src/business/ap-radio-group/style/index.d.ts +2 -2
  250. package/lib/src/business/ap-radio-group/style/index.js +1 -1
  251. package/lib/src/business/ap-select-layout/style/index.d.ts +2 -2
  252. package/lib/src/business/ap-size-input/style/index.d.ts +2 -2
  253. package/lib/src/business/ap-status/style/index.d.ts +2 -2
  254. package/lib/src/business/ap-summary/style/index.d.ts +2 -2
  255. package/lib/src/business/ap-table-modal/style/index.d.ts +2 -2
  256. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  257. package/lib/src/business/ap-title/style/index.d.ts +2 -2
  258. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +2 -2
  259. package/lib/src/business/ap-value-select-card/style/index.d.ts +2 -2
  260. package/lib/src/business/ap-view/style/index.d.ts +3 -3
  261. package/lib/src/business/ap-view/style/index.js +1 -1
  262. package/lib/src/business/batch-input-group/style/index.d.ts +5 -2
  263. package/lib/src/business/batch-input-group/style/index.js +1 -1
  264. package/lib/src/business/hooks/usePageListAgGrid.js +1 -1
  265. package/lib/src/check-card/style/index.d.ts +2 -2
  266. package/lib/src/check-card/style/index.js +1 -1
  267. package/lib/src/config-provider/config-provider.d.ts +1 -2
  268. package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -2
  269. package/lib/src/config-provider/hooks/use-global-config.js +1 -1
  270. package/lib/src/config-provider/hooks/use-token.d.ts +7 -2
  271. package/lib/src/config-provider/hooks/use-token.js +1 -1
  272. package/lib/src/config-provider/index.d.ts +1 -2
  273. package/lib/src/design-token/constants.d.ts +1 -6
  274. package/lib/src/design-token/constants.js +1 -1
  275. package/lib/src/design-token/index.d.ts +1 -1
  276. package/lib/src/design-token/index.js +1 -1
  277. package/lib/src/design-token/interface.d.ts +9 -1
  278. package/lib/src/design-token/interface.js +1 -0
  279. package/lib/src/editable-table/style/index.d.ts +2 -2
  280. package/lib/src/full-screen/index.vue.js +1 -1
  281. package/lib/src/full-screen/style/index.d.ts +2 -2
  282. package/lib/src/index.js +1 -1
  283. package/lib/src/mask/style/index.d.ts +2 -2
  284. package/lib/src/mask/style/index.js +2 -2
  285. package/lib/src/scroll-bar/style/index.d.ts +2 -2
  286. package/lib/src/scroll-bar/style/index.js +1 -1
  287. package/lib/src/scroll-view/style/index.d.ts +2 -2
  288. package/lib/src/splitter/style/index.d.ts +11 -3
  289. package/lib/src/splitter/style/index.js +1 -1
  290. package/lib/src/text/style/group.d.ts +2 -2
  291. package/lib/src/text/style/index.d.ts +6 -3
  292. package/lib/src/text/style/index.js +1 -1
  293. package/lib/src/utils/cssinjs/index.d.ts +3 -7
  294. package/lib/src/utils/cssinjs/index.js +1 -1
  295. package/lib/src/utils/cssinjs/instance.js +1 -1
  296. package/lib/src/utils/cssinjs/plugin-append-cssvar.d.ts +6 -0
  297. package/lib/src/utils/cssinjs/plugin-append-cssvar.js +1 -0
  298. package/lib/src/utils/cssinjs/plugin-specificity.js +1 -1
  299. package/lib/src/utils/cssinjs/utils.d.ts +6 -0
  300. package/lib/src/utils/cssinjs/utils.js +1 -0
  301. package/lib/src/version.d.ts +1 -1
  302. package/lib/src/version.js +1 -1
  303. package/package.json +1 -1
@@ -1,20 +1,20 @@
1
- import { defineComponent as H, useSlots as K, ref as w, onMounted as P, unref as a, watch as G, createElementBlock as M, openBlock as O, Fragment as W, createVNode as d, mergeProps as y, withCtx as g, createSlots as U, renderList as $, renderSlot as q, normalizeProps as J, guardReactiveProps as Q } from "vue";
2
- import { ApForm as h } from "../../ap-form/index.mjs";
3
- import { cloneDeep as X, isEqual as Y, omit as b } from "lodash-unified";
1
+ import { defineComponent as K, useSlots as P, ref as y, onMounted as G, unref as t, watch as M, createElementBlock as O, openBlock as W, Fragment as U, createVNode as d, mergeProps as g, withCtx as h, createSlots as $, renderList as q, renderSlot as J, normalizeProps as Q, guardReactiveProps as X } from "vue";
2
+ import { ApForm as C } from "../../ap-form/index.mjs";
3
+ import { cloneDeep as Y, isEqual as Z, omit as R } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
5
- import { useGetEditableColumns as Z } from "../hooks/use-editable-columns.mjs";
5
+ import { useGetEditableColumns as ee } from "../hooks/use-editable-columns.mjs";
6
6
  import "../index.vue2.mjs";
7
- import { useEditableFormItemApi as ee } from "../hooks/use-editable-form-item-api.mjs";
8
- import { useInjectForm as oe } from "../../ap-form/context.mjs";
9
- import { getModelValue as ae } from "../../ap-form/utils/get.mjs";
10
- import { getShadowName as te } from "../utils.mjs";
11
- import { useWatch as ne } from "../../ap-form/hooks/use-watch.mjs";
12
- import { arrayToObject as le } from "./utils.mjs";
13
- import re from "../style/editable.mjs";
14
- import { useNamespace as se } from "../../config-provider/hooks/use-namespace.mjs";
15
- import { useGlobalConfig as ie } from "../../config-provider/hooks/use-global-config.mjs";
16
- import me from "../index.vue.mjs";
17
- const Ie = /* @__PURE__ */ H({
7
+ import { useEditableFormItemApi as oe } from "../hooks/use-editable-form-item-api.mjs";
8
+ import { useInjectForm as ae } from "../../ap-form/context.mjs";
9
+ import { getModelValue as te } from "../../ap-form/utils/get.mjs";
10
+ import { getShadowName as ne } from "../utils.mjs";
11
+ import { useWatch as le } from "../../ap-form/hooks/use-watch.mjs";
12
+ import { arrayToObject as re } from "./utils.mjs";
13
+ import se from "../style/editable.mjs";
14
+ import { useNamespace as ie } from "../../config-provider/hooks/use-namespace.mjs";
15
+ import { useGlobalConfig as me } from "../../config-provider/hooks/use-global-config.mjs";
16
+ import de from "../index.vue.mjs";
17
+ const Ee = /* @__PURE__ */ K({
18
18
  name: "EditableGrid",
19
19
  __name: "form-item",
20
20
  props: {
@@ -127,92 +127,97 @@ const Ie = /* @__PURE__ */ H({
127
127
  name: {},
128
128
  formItem: {}
129
129
  },
130
- setup(C, {
131
- expose: R
130
+ setup(b, {
131
+ expose: B
132
132
  }) {
133
- const B = K(), o = C, {
134
- b: x
135
- } = se("editable-aggrid"), v = re("editable-aggrid"), r = w(), {
133
+ const x = P(), o = b, {
134
+ b: v
135
+ } = ie("editable-aggrid"), S = se("editable-aggrid"), r = y(), {
136
136
  internalInstance: s,
137
- model: S
138
- } = oe(), i = te(o.name);
137
+ model: I
138
+ } = ae(), i = ne(o.name);
139
139
  let p;
140
- P(() => {
141
- const e = o.formItem?.initialValue ?? ae(a(S), o.name);
142
- p = X(e), u(e, "suffix");
140
+ G(() => {
141
+ const e = o.formItem?.initialValue ?? te(t(I), o.name);
142
+ p = Y(e), u(e, "suffix");
143
143
  });
144
- const n = w([]), I = ne(o.name);
145
- G(() => I.value, (e) => {
146
- Y(e, n.value) || c(e ?? p);
144
+ const l = y([]), E = le(o.name);
145
+ M(() => E.value, (e) => {
146
+ Z(e, l.value) || c(e ?? p);
147
147
  }, {
148
148
  deep: !0
149
149
  });
150
- const E = ie("valueTypeMap"), F = Z(o, E, i), {
150
+ const F = me("valueTypeMap"), T = ee(o, F, i), {
151
151
  add: N,
152
152
  addMultiple: u,
153
153
  remove: _,
154
- removeByKey: T,
155
- getRowData: V,
156
- getRowsData: D,
157
- setRowData: j,
158
- clear: k,
154
+ removeByKey: V,
155
+ getRowData: D,
156
+ getRowsData: j,
157
+ setRowData: k,
158
+ clear: L,
159
159
  refreshRowIds: m
160
- } = ee(o, s, n, i);
161
- function L() {
160
+ } = oe(o, s, l, i);
161
+ function z() {
162
162
  const e = r.value?._internalGridApi;
163
163
  if (!m.value?.length || !e)
164
164
  return;
165
- const t = m.value.map((l) => e.getRowNode(l)).filter((l) => !!l);
165
+ const a = m.value.map((n) => e.getRowNode(n)).filter((n) => !!n);
166
166
  e.refreshCells({
167
- rowNodes: t,
167
+ rowNodes: a,
168
168
  force: !0
169
169
  }), m.value = [];
170
170
  }
171
171
  function c(e) {
172
- n.value = e;
173
- const t = le(e, o.rowKey);
174
- s?.setFieldValue(o.name, e), s?.setFieldValue(i, t);
172
+ l.value = e;
173
+ const a = re(e, o.rowKey);
174
+ s?.setFieldValue(o.name, e), s?.setFieldValue(i, a);
175
175
  }
176
- function z(e) {
177
- const t = e === "end" ? n.value.length - 1 : e;
178
- r.value?.scrollToRow(t);
176
+ function f(e, a) {
177
+ const n = e === "end" ? l.value.length - 1 : e;
178
+ r.value?.scrollToRow(n, a);
179
179
  }
180
- return R({
180
+ function A(e, a) {
181
+ r.value?.scrollToColumn(e, a);
182
+ }
183
+ return B({
181
184
  add: N,
182
185
  addMultiple: u,
183
186
  remove: _,
184
- removeByKey: T,
185
- getRowData: V,
186
- getRowsData: D,
187
- setRowData: j,
188
- clear: k,
187
+ removeByKey: V,
188
+ getRowData: D,
189
+ getRowsData: j,
190
+ setRowData: k,
191
+ clear: L,
189
192
  setTableData: c,
190
- scrollTo: z
191
- }), (e, t) => (O(), M(W, null, [d(a(h).FormItem, {
193
+ scrollTo: f,
194
+ scrollToRow: f,
195
+ scrollToColumn: A
196
+ }), (e, a) => (W(), O(U, null, [d(t(C).FormItem, {
192
197
  hidden: "",
193
198
  name: e.name
194
- }, null, 8, ["name"]), d(a(h).FormItem, y(a(b)(e.formItem, "initialValue"), {
199
+ }, null, 8, ["name"]), d(t(C).FormItem, g(t(R)(e.formItem, "initialValue"), {
195
200
  label: e.label
196
201
  }), {
197
- default: g(() => [d(me, y(a(b)(o, ["name", "maxLength", "onChange", "defaultValue", "formItem"]), {
202
+ default: h(() => [d(de, g(t(R)(o, ["name", "maxLength", "onChange", "defaultValue", "formItem"]), {
198
203
  ref_key: "tableRef",
199
204
  ref: r,
200
- class: [a(x)(), a(v)],
205
+ class: [t(v)(), t(S)],
201
206
  size: "mini",
202
- columns: a(F),
203
- "data-source": n.value,
207
+ columns: t(T),
208
+ "data-source": l.value,
204
209
  "search-form": !1,
205
- onUpdate: L
206
- }), U({
210
+ onUpdate: z
211
+ }), $({
207
212
  _: 2
208
- }, [$(B, (l, f) => ({
209
- name: f,
210
- fn: g((A) => [q(e.$slots, f, J(Q(A || {})))])
213
+ }, [q(x, (n, w) => ({
214
+ name: w,
215
+ fn: h((H) => [J(e.$slots, w, Q(X(H || {})))])
211
216
  }))]), 1040, ["class", "columns", "data-source"])]),
212
217
  _: 3
213
218
  }, 16, ["label"])], 64));
214
219
  }
215
220
  });
216
221
  export {
217
- Ie as default
222
+ Ee as default
218
223
  };
@@ -1,18 +1,18 @@
1
- import { defineComponent as G, useSlots as O, ref as f, watch as U, unref as t, createBlock as W, openBlock as M, withCtx as d, createVNode as y, mergeProps as $, createSlots as q, renderList as J, renderSlot as Q, normalizeProps as X, guardReactiveProps as Y } from "vue";
1
+ import { defineComponent as O, useSlots as U, ref as y, watch as W, unref as n, createBlock as M, openBlock as $, withCtx as d, createVNode as w, mergeProps as q, createSlots as J, renderList as Q, renderSlot as X, normalizeProps as Y, guardReactiveProps as Z } from "vue";
2
2
  import { ApForm as u } from "../../ap-form/index.mjs";
3
- import { isEqual as Z, isArray as w, omit as ee } from "lodash-unified";
3
+ import { isEqual as ee, isArray as g, omit as oe } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
5
5
  import "../../hooks/index.mjs";
6
- import { useGetEditableColumns as oe } from "../hooks/use-editable-columns.mjs";
6
+ import { useGetEditableColumns as ae } from "../hooks/use-editable-columns.mjs";
7
7
  import "../index.vue2.mjs";
8
- import { useEditableApi as ae } from "../hooks/use-editable-api.mjs";
8
+ import { useEditableApi as te } from "../hooks/use-editable-api.mjs";
9
9
  import { arrayToObject as p } from "./utils.mjs";
10
- import te from "../style/editable.mjs";
11
- import { useNamespace as ne } from "../../config-provider/hooks/use-namespace.mjs";
12
- import { useControllableValue as le } from "../../hooks/useControllableValue.mjs";
13
- import { useGlobalConfig as re } from "../../config-provider/hooks/use-global-config.mjs";
14
- import se from "../index.vue.mjs";
15
- const Ce = /* @__PURE__ */ G({
10
+ import ne from "../style/editable.mjs";
11
+ import { useNamespace as le } from "../../config-provider/hooks/use-namespace.mjs";
12
+ import { useControllableValue as re } from "../../hooks/useControllableValue.mjs";
13
+ import { useGlobalConfig as se } from "../../config-provider/hooks/use-global-config.mjs";
14
+ import ie from "../index.vue.mjs";
15
+ const xe = /* @__PURE__ */ O({
16
16
  name: "EditableGrid",
17
17
  __name: "index",
18
18
  props: {
@@ -128,102 +128,107 @@ const Ce = /* @__PURE__ */ G({
128
128
  onFieldChange: {}
129
129
  },
130
130
  emits: ["update:value"],
131
- setup(g, {
132
- expose: h,
133
- emit: b
131
+ setup(h, {
132
+ expose: C,
133
+ emit: R
134
134
  }) {
135
- const R = O(), o = g, {
135
+ const b = U(), o = h, {
136
136
  b: v
137
- } = ne("editable-aggrid"), C = te("editable-aggrid"), x = b, s = f(), {
137
+ } = le("editable-aggrid"), x = ne("editable-aggrid"), B = R, s = y(), {
138
138
  value: r,
139
139
  updateValue: m
140
- } = le(o, x), l = f(), B = u.useWatch(o.name, l);
141
- U(r, (e) => {
140
+ } = re(o, B), l = y(), S = u.useWatch(o.name, l);
141
+ W(r, (e) => {
142
142
  const a = p(e, o.rowKey);
143
- Z(a, t(B)) || l.value?.setFieldValue(o.name, a);
143
+ ee(a, n(S)) || l.value?.setFieldValue(o.name, a);
144
144
  }, {
145
145
  deep: !0
146
146
  });
147
- const S = re("valueTypeMap"), _ = oe(o, S), {
147
+ const T = se("valueTypeMap"), _ = ae(o, T), {
148
148
  add: F,
149
149
  addMultiple: E,
150
- remove: T,
151
- removeByKey: N,
152
- getRowData: A,
153
- getRowsData: V,
154
- setRowData: k,
155
- clear: D,
150
+ remove: N,
151
+ removeByKey: A,
152
+ getRowData: V,
153
+ getRowsData: k,
154
+ setRowData: D,
155
+ clear: K,
156
156
  refreshRowIds: i
157
- } = ae(o, l, r, m);
158
- function K() {
157
+ } = te(o, l, r, m);
158
+ function j() {
159
159
  const e = s.value?._internalGridApi;
160
160
  if (!i.value?.length || !e)
161
161
  return;
162
- const a = i.value.map((n) => e.getRowNode(n)).filter((n) => !!n);
162
+ const a = i.value.map((t) => e.getRowNode(t)).filter((t) => !!t);
163
163
  e.refreshCells({
164
164
  rowNodes: a,
165
165
  force: !0
166
166
  }), i.value = [];
167
167
  }
168
- function j() {
168
+ function I() {
169
169
  l.value?.resetFields();
170
170
  }
171
- function I(e) {
172
- return e ? (w(e) ? e : [e]).map((n) => w(n) ? [o.name, ...n] : [o.name, n]) : void 0;
171
+ function z(e) {
172
+ return e ? (g(e) ? e : [e]).map((t) => g(t) ? [o.name, ...t] : [o.name, t]) : void 0;
173
173
  }
174
- async function z(e, a) {
175
- return (await l.value?.validateFields(I(e), a))?.[o.name];
174
+ async function H(e, a) {
175
+ return (await l.value?.validateFields(z(e), a))?.[o.name];
176
176
  }
177
- function H(e) {
177
+ function L(e) {
178
178
  m(e);
179
179
  const a = p(e, o.rowKey);
180
180
  l.value?.setFieldValue(o.name, a);
181
181
  }
182
- function L(e) {
183
- const a = e === "end" ? r.value.length - 1 : e;
184
- s.value?.scrollToRow(a);
182
+ function c(e, a) {
183
+ const t = e === "end" ? r.value.length - 1 : e;
184
+ s.value?.scrollToRow(t, a);
185
+ }
186
+ function P(e, a) {
187
+ s.value?.scrollToColumn(e, a);
185
188
  }
186
- return h({
187
- resetFields: j,
188
- validateFields: z,
189
+ return C({
190
+ resetFields: I,
191
+ validateFields: H,
189
192
  add: F,
190
193
  addMultiple: E,
191
- remove: T,
192
- removeByKey: N,
193
- getRowData: A,
194
- getRowsData: V,
195
- setRowData: k,
196
- clear: D,
197
- setTableData: H,
198
- scrollTo: L
199
- }), (e, a) => (M(), W(t(u), {
194
+ remove: N,
195
+ removeByKey: A,
196
+ getRowData: V,
197
+ getRowsData: k,
198
+ setRowData: D,
199
+ clear: K,
200
+ setTableData: L,
201
+ scrollTo: c,
202
+ scrollToRow: c,
203
+ scrollToColumn: P
204
+ }), (e, a) => ($(), M(n(u), {
200
205
  ref_key: "formRef",
201
206
  ref: l,
202
207
  "initial-values": {
203
- [o.name]: t(p)(t(r), o.rowKey)
208
+ [o.name]: n(p)(n(r), o.rowKey)
204
209
  },
205
210
  style: {
206
211
  height: "100%"
207
212
  }
208
213
  }, {
209
- default: d(() => [y(t(u).FormItem, {
214
+ default: d(() => [w(n(u).FormItem, {
210
215
  name: e.name,
211
216
  "no-style": ""
212
217
  }, {
213
- default: d(() => [y(se, $(t(ee)(o, ["name", "value", "onUpdate:value", "maxLength", "onChange", "defaultValue"]), {
218
+ default: d(() => [w(ie, q(n(oe)(o, ["name", "value", "onUpdate:value", "maxLength", "onChange", "defaultValue"]), {
214
219
  ref_key: "tableRef",
215
220
  ref: s,
216
- class: [t(v)(), t(C)],
221
+ class: [n(v)(), n(x)],
217
222
  size: "mini",
218
- columns: t(_),
219
- "data-source": t(r),
223
+ columns: n(_),
224
+ "data-source": n(r),
220
225
  "search-form": !1,
221
- onUpdate: K
222
- }), q({
226
+ onUpdate: j
227
+ }), J({
223
228
  _: 2
224
- }, [J(R, (n, c) => ({
225
- name: c,
226
- fn: d((P) => [Q(e.$slots, c, X(Y(P || {})))])
229
+ }, [Q(b, (t, f) => ({
230
+ name: f,
231
+ fn: d((G) => [X(e.$slots, f, Y(Z(G || {})))])
227
232
  }))]), 1040, ["class", "columns", "data-source"])]),
228
233
  _: 3
229
234
  }, 8, ["name"])]),
@@ -232,5 +237,5 @@ const Ce = /* @__PURE__ */ G({
232
237
  }
233
238
  });
234
239
  export {
235
- Ce as default
240
+ xe as default
236
241
  };
@@ -80,7 +80,9 @@ export type EditableAgGridProps<RecordType = any> = Omit<AgGridProps<RecordType>
80
80
  onFieldChange?: (rowIndex: number, fieldName: DataIndex, newValue: any) => void;
81
81
  };
82
82
  export type EditableAgGridExpose<RecordType = any, ModelType = RecordType[]> = Omit<EditableTableExpose<ModelType, RecordType>, 'scrollTo' | 'remove'> & {
83
- scrollTo: (index: number | 'end') => void;
83
+ scrollTo: (index: number | 'end', position?: 'top' | 'bottom' | 'middle') => void;
84
+ scrollToRow: (index: number | 'end', position?: 'top' | 'bottom' | 'middle') => void;
85
+ scrollToColumn: (key: string, position?: 'auto' | 'start' | 'middle' | 'end') => void;
84
86
  remove: (data: RecordType | RecordType[]) => void;
85
87
  };
86
88
  export type EditableAgGridFormItemExpose<RecordType = any, ModelType = RecordType[]> = Omit<EditableAgGridExpose<RecordType, ModelType>, 'resetFields' | 'validateFields'>;
@@ -1,7 +1,7 @@
1
- import { getTableRenderProps as y, objectToString as P } from "../../ap-table/utils.mjs";
2
- import { rendererMap as h } from "../renderer/index.mjs";
3
- import { isNumber as f, isFunction as m } from "lodash-unified";
4
- import { ref as R, unref as x, computed as T } from "vue";
1
+ import { getTableRenderProps as c, objectToString as D } from "../../ap-table/utils.mjs";
2
+ import { rendererMap as x } from "../renderer/index.mjs";
3
+ import { isNumber as u, isFunction as m } from "lodash-unified";
4
+ import { ref as P, unref as v, computed as y } from "vue";
5
5
  import "../components/body-cell/index.vue.mjs";
6
6
  import "../components/header-cell/index.vue.mjs";
7
7
  import "../components/tooltip/index.vue.mjs";
@@ -12,24 +12,24 @@ import { useGlobalConfig as _ } from "../../config-provider/hooks/use-global-con
12
12
  import { useNamespace as G } from "../../config-provider/hooks/use-namespace.mjs";
13
13
  import W from "../components/body-cell/index.vue2.mjs";
14
14
  import z from "../components/tooltip/index.vue2.mjs";
15
- import v from "../components/header-cell/index.vue2.mjs";
15
+ import h from "../components/header-cell/index.vue2.mjs";
16
16
  function F(t) {
17
- return f(t) && t > 1;
17
+ return u(t) && t > 1;
18
18
  }
19
- function M(t, o) {
20
- if (o.bodyCellTooltip)
21
- return m(o.bodyCellTooltip) ? o.bodyCellTooltip(t.value, t.data) : o.bodyCellTooltip;
22
- if (o.renderText)
23
- return o.renderText({
19
+ function M(t, a) {
20
+ if (a.bodyCellTooltip)
21
+ return m(a.bodyCellTooltip) ? a.bodyCellTooltip(t.value, t.data) : a.bodyCellTooltip;
22
+ if (a.renderText)
23
+ return a.renderText({
24
24
  value: t.value,
25
25
  record: t.data,
26
- column: o,
26
+ column: a,
27
27
  text: t.value
28
28
  });
29
- const n = o.valueType || "text", d = h[n];
30
- if (d) {
31
- const p = y(
32
- { ...o, valueType: n },
29
+ const d = a.valueType || "text", p = x[d];
30
+ if (p) {
31
+ const f = c(
32
+ { ...a, valueType: d },
33
33
  {
34
34
  value: t.value,
35
35
  text: t.value,
@@ -39,61 +39,61 @@ function M(t, o) {
39
39
  pinned: t.node?.rowPinned
40
40
  }
41
41
  );
42
- return d(p);
42
+ return p(f);
43
43
  }
44
- return P(t.value);
44
+ return D(t.value);
45
45
  }
46
- const X = (t, o, n) => {
47
- const d = _("valueTypeMap"), u = R(), { em: p } = G("ag-grid"), c = (r) => {
48
- const a = {
46
+ const X = (t, a, d) => {
47
+ const p = _("valueTypeMap"), C = P(), { em: f } = G("ag-grid"), b = (r) => {
48
+ const i = {
49
49
  cellRenderer: W,
50
50
  cellRendererParams: {
51
51
  column: r,
52
- extraValueType: x(d),
53
- rowKey: o.rowKey
52
+ extraValueType: v(p),
53
+ rowKey: a.rowKey
54
54
  }
55
55
  };
56
56
  if (r.customRender)
57
- return a;
57
+ return i;
58
58
  if (r.renderText)
59
59
  return {
60
- valueFormatter: (i) => r.renderText({
61
- value: i.value,
62
- record: i.data,
60
+ valueFormatter: (o) => r.renderText({
61
+ value: o.value,
62
+ record: o.data,
63
63
  column: r,
64
- text: i.value
64
+ text: o.value
65
65
  })
66
66
  };
67
- const l = r.valueType || "text", e = h[l];
67
+ const s = r.valueType || "text", e = x[s];
68
68
  return e ? {
69
- valueFormatter: (i) => {
70
- const s = y(
71
- { ...r, valueType: l },
69
+ valueFormatter: (o) => {
70
+ const l = c(
71
+ { ...r, valueType: s },
72
72
  {
73
- value: i.value,
74
- text: i.value,
75
- record: i.data,
76
- column: i.column,
77
- rowIndex: i.node?.rowIndex,
78
- pinned: i.node?.rowPinned
73
+ value: o.value,
74
+ text: o.value,
75
+ record: o.data,
76
+ column: o.column,
77
+ rowIndex: o.node?.rowIndex,
78
+ pinned: o.node?.rowPinned
79
79
  }
80
80
  );
81
- return e(s);
81
+ return e(l);
82
82
  }
83
- } : a;
84
- }, b = (r) => {
85
- const a = {}, l = r.bodyCellTooltip || !r.customRender && (r.ellipsis === !0 || r.ellipsis === "tooltip" || f(r.ellipsis)), e = f(r.ellipsis) && r.ellipsis > 1, i = f(r.ellipsis) ? r.ellipsis : 1;
86
- return a.tooltipValueGetter = l ? (s) => M(s, r) : void 0, a.wrapText = !r.ellipsis || e, a.cellStyle = {
87
- "--ag-grid-line-clamp": i
88
- }, a.tooltipComponent = z, a.tooltipComponentParams = {
89
- lineClamp: i,
90
- gridWrapperRef: u
91
- }, a;
92
- }, g = T(() => {
93
- const r = x(t);
94
- function a(l) {
95
- return l.map((e) => {
96
- const i = {
83
+ } : i;
84
+ }, w = (r) => {
85
+ const i = r.valueType || "text", s = x[i], e = {}, o = r.bodyCellTooltip || !r.customRender && s && (r.ellipsis === !0 || r.ellipsis === "tooltip" || u(r.ellipsis)), l = u(r.ellipsis) && r.ellipsis > 1, n = u(r.ellipsis) ? r.ellipsis : 1;
86
+ return e.tooltipValueGetter = o ? (T) => M(T, r) : void 0, e.wrapText = !r.ellipsis || l, e.cellStyle = {
87
+ "--ag-grid-line-clamp": n
88
+ }, e.tooltipComponent = z, e.tooltipComponentParams = {
89
+ lineClamp: n,
90
+ gridWrapperRef: C
91
+ }, e;
92
+ }, g = y(() => {
93
+ const r = v(t);
94
+ function i(s) {
95
+ return s.map((e) => {
96
+ const o = {
97
97
  field: S(e.dataIndex),
98
98
  colId: I(e.key) ? String(e.key) : void 0,
99
99
  sortable: !!e.sorter,
@@ -110,44 +110,45 @@ const X = (t, o, n) => {
110
110
  pinned: e.fixed || null,
111
111
  // undefined to null
112
112
  colSpan: e.colSpan,
113
- cellClass: n((s) => {
114
- const C = e.cellClass || "", D = m(C) ? C(s.data, s.node) : C;
113
+ spanRows: e.spanRows,
114
+ cellClass: d((l) => {
115
+ const n = e.cellClass || "", T = m(n) ? n(l.data, l.node) : n;
115
116
  return [
116
- `${p("cell", e.align || "left")}`,
117
- F(e.ellipsis) ? p("cell", "multiline") : null,
118
- D
117
+ `${f("cell", e.align || "left")}`,
118
+ F(e.ellipsis) ? f("cell", "multiline") : null,
119
+ T
119
120
  ].flat().filter(Boolean);
120
121
  }),
121
122
  headerStyle: e.headerStyle,
122
123
  headerClass: e.headerClass,
123
124
  autoHeight: !0,
124
125
  // 设置自动计算高度以自适应多行换行的场景
125
- ...b(e),
126
- ...c(e)
126
+ ...w(e),
127
+ ...b(e)
127
128
  };
128
129
  return e.children?.length ? {
129
- ...i,
130
- headerGroupComponent: v,
130
+ ...o,
131
+ headerGroupComponent: h,
131
132
  headerGroupComponentParams: {
132
133
  column: e
133
134
  },
134
- children: a(e.children)
135
- } : i;
135
+ children: i(e.children)
136
+ } : o;
136
137
  });
137
138
  }
138
- return a(r);
139
- }), w = T(
139
+ return i(r);
140
+ }), R = y(
140
141
  () => ({
141
- headerComponent: v,
142
- resizable: o.columnResizable,
142
+ headerComponent: h,
143
+ resizable: a.columnResizable,
143
144
  suppressMovable: !0,
144
145
  cellDataType: !1
145
146
  })
146
147
  );
147
148
  return {
148
149
  columnDefs: g,
149
- defaultColDef: w,
150
- gridWrapperRef: u
150
+ defaultColDef: R,
151
+ gridWrapperRef: C
151
152
  };
152
153
  };
153
154
  export {