ag-grid-community 35.3.0 → 36.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 (401) hide show
  1. package/dist/ag-grid-community.js +43054 -40943
  2. package/dist/ag-grid-community.min.js +829 -472
  3. package/dist/ag-grid-community.min.noStyle.js +36 -39
  4. package/dist/ag-grid-community.noStyle.js +41911 -40166
  5. package/dist/package/main.cjs.js +27494 -32054
  6. package/dist/package/main.cjs.min.js +27 -44
  7. package/dist/package/main.esm.min.mjs +27 -44
  8. package/dist/package/main.esm.mjs +30454 -34846
  9. package/dist/package/package.json +3 -2
  10. package/dist/package.json +3 -2
  11. package/dist/types/package.json +3 -2
  12. package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractField.d.ts +1 -6
  13. package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractInputField.d.ts +1 -4
  14. package/dist/types/src/{agStack/widgets → agWidgets}/agAbstractLabel.d.ts +2 -7
  15. package/dist/types/src/{agStack/widgets → agWidgets}/agCheckbox.d.ts +1 -5
  16. package/dist/types/src/{agStack/widgets → agWidgets}/agContentEditableField.d.ts +1 -5
  17. package/dist/types/src/{agStack/widgets → agWidgets}/agFieldParams.d.ts +1 -1
  18. package/dist/types/src/agWidgets/agFieldSet.d.ts +19 -0
  19. package/dist/types/src/{agStack/widgets → agWidgets}/agInputDateField.d.ts +1 -5
  20. package/dist/types/src/{agStack/widgets → agWidgets}/agInputNumberField.d.ts +1 -5
  21. package/dist/types/src/{agStack/widgets → agWidgets}/agInputTextArea.d.ts +1 -5
  22. package/dist/types/src/{agStack/widgets → agWidgets}/agInputTextField.d.ts +1 -5
  23. package/dist/types/src/{agStack/widgets → agWidgets}/agList.d.ts +2 -5
  24. package/dist/types/src/{agStack/widgets → agWidgets}/agListItem.d.ts +2 -7
  25. package/dist/types/src/{agStack/widgets → agWidgets}/agPickerField.d.ts +1 -5
  26. package/dist/types/src/{agStack/widgets → agWidgets}/agPickerFieldParams.d.ts +1 -2
  27. package/dist/types/src/{agStack/widgets → agWidgets}/agRadioButton.d.ts +1 -5
  28. package/dist/types/src/{agStack/widgets → agWidgets}/agSelect.d.ts +1 -5
  29. package/dist/types/src/{agStack/widgets → agWidgets}/agToggleButton.d.ts +1 -5
  30. package/dist/types/src/agWidgets/agWidgetSelectorType.d.ts +2 -0
  31. package/dist/types/src/alignedGrids/alignedGridsService.d.ts +1 -1
  32. package/dist/types/src/api/coreApi.d.ts +1 -0
  33. package/dist/types/src/api/gridApi.d.ts +5 -3
  34. package/dist/types/src/autoGenerateColumns/autoGenerateColumnsModule.d.ts +6 -0
  35. package/dist/types/src/autoGenerateColumns/autoGenerateColumnsService.d.ts +7 -0
  36. package/dist/types/src/columnMove/columnDrag/bodyDropPivotTarget.d.ts +3 -3
  37. package/dist/types/src/columnMove/columnDrag/bodyDropTarget.d.ts +8 -5
  38. package/dist/types/src/columnMove/columnDrag/moveColumnFeature.d.ts +0 -1
  39. package/dist/types/src/columnMove/columnMoveService.d.ts +2 -2
  40. package/dist/types/src/columnMove/columnMoveUtils.d.ts +2 -0
  41. package/dist/types/src/columnMove/internalColumnMoveUtils.d.ts +4 -4
  42. package/dist/types/src/columnResize/columnResizeService.d.ts +2 -3
  43. package/dist/types/src/columnResize/groupResizeFeature.d.ts +1 -3
  44. package/dist/types/src/columnResize/resizeFeature.d.ts +1 -3
  45. package/dist/types/src/columns/baseSingleColService.d.ts +23 -0
  46. package/dist/types/src/columns/buildColumnTree.d.ts +42 -0
  47. package/dist/types/src/columns/calculatedColumnUtils.d.ts +8 -0
  48. package/dist/types/src/columns/colDefUtils.d.ts +9 -0
  49. package/dist/types/src/columns/colsApplyPrevOrder.d.ts +2 -0
  50. package/dist/types/src/columns/columnApi.d.ts +2 -3
  51. package/dist/types/src/columns/columnDefFactory.d.ts +4 -8
  52. package/dist/types/src/columns/columnEventUtils.d.ts +4 -1
  53. package/dist/types/src/columns/columnFlexService.d.ts +1 -1
  54. package/dist/types/src/columns/columnGroups/colWrapperCache.d.ts +16 -0
  55. package/dist/types/src/columns/columnGroups/columnGroupService.d.ts +14 -41
  56. package/dist/types/src/columns/columnGroups/columnGroupState.d.ts +13 -0
  57. package/dist/types/src/columns/columnModel.d.ts +105 -59
  58. package/dist/types/src/columns/columnNameService.d.ts +1 -1
  59. package/dist/types/src/columns/columnStateUtils.d.ts +54 -13
  60. package/dist/types/src/columns/columnUtils.d.ts +20 -25
  61. package/dist/types/src/columns/dataTypeService.d.ts +3 -1
  62. package/dist/types/src/columns/groupInstanceIdCreator.d.ts +1 -2
  63. package/dist/types/src/columns/selectionColService.d.ts +7 -28
  64. package/dist/types/src/columns/visibleColsService.d.ts +51 -25
  65. package/dist/types/src/components/framework/frameworkComponentWrapper.d.ts +1 -1
  66. package/dist/types/src/components/framework/registry.d.ts +2 -3
  67. package/dist/types/src/components/framework/userCompUtils.d.ts +5 -5
  68. package/dist/types/src/components/framework/userComponentFactory.d.ts +1 -1
  69. package/dist/types/src/context/bean.d.ts +1 -1
  70. package/dist/types/src/context/beanStub.d.ts +5 -3
  71. package/dist/types/src/context/context.d.ts +14 -13
  72. package/dist/types/src/context/gridBeanComparator.d.ts +1 -1
  73. package/dist/types/src/csvExport/csvExportModule.d.ts +1 -1
  74. package/dist/types/src/ctrlsService.d.ts +8 -22
  75. package/dist/types/src/dragAndDrop/dragAndDropImageComponent.d.ts +1 -3
  76. package/dist/types/src/dragAndDrop/dragAndDropService.d.ts +2 -4
  77. package/dist/types/src/dragAndDrop/dragModule.d.ts +1 -1
  78. package/dist/types/src/dragAndDrop/dragService.d.ts +1 -1
  79. package/dist/types/src/dragAndDrop/horizontalResizeService.d.ts +2 -0
  80. package/dist/types/src/dragAndDrop/rowDragComp.d.ts +1 -1
  81. package/dist/types/src/dragAndDrop/rowDragTypes.d.ts +1 -2
  82. package/dist/types/src/edit/cellEditors/agAbstractCellEditor.d.ts +2 -2
  83. package/dist/types/src/edit/cellEditors/popupEditorWrapper.d.ts +1 -1
  84. package/dist/types/src/edit/editService.d.ts +2 -0
  85. package/dist/types/src/edit/strategy/fullRowEditStrategy.d.ts +2 -1
  86. package/dist/types/src/edit/strategy/singleCellEditStrategy.d.ts +2 -1
  87. package/dist/types/src/entities/agColumn.d.ts +117 -58
  88. package/dist/types/src/entities/agColumnGroup.d.ts +24 -16
  89. package/dist/types/src/entities/agProvidedColumnGroup.d.ts +20 -19
  90. package/dist/types/src/entities/colDef-showValuesAs.d.ts +228 -0
  91. package/dist/types/src/entities/colDef.d.ts +68 -6
  92. package/dist/types/src/entities/gridOptions.d.ts +93 -8
  93. package/dist/types/src/entities/rowNode.d.ts +7 -3
  94. package/dist/types/src/environment.d.ts +2 -4
  95. package/dist/types/src/eventService.d.ts +1 -1
  96. package/dist/types/src/eventTypes.d.ts +4 -4
  97. package/dist/types/src/events.d.ts +48 -3
  98. package/dist/types/src/export/baseGridSerializingSession.d.ts +4 -2
  99. package/dist/types/src/export/iGridSerializer.d.ts +4 -2
  100. package/dist/types/src/filter/columnFilterService.d.ts +2 -2
  101. package/dist/types/src/filter/columnFilterUtils.d.ts +1 -1
  102. package/dist/types/src/filter/filterButtonComp.d.ts +1 -1
  103. package/dist/types/src/filter/filterComp.d.ts +1 -1
  104. package/dist/types/src/filter/filterDataTypeUtils.d.ts +1 -1
  105. package/dist/types/src/filter/filterLocaleText.d.ts +1 -1
  106. package/dist/types/src/filter/filterManager.d.ts +2 -1
  107. package/dist/types/src/filter/filterWrapperComp.d.ts +1 -1
  108. package/dist/types/src/filter/floating/floatingFilter.d.ts +1 -1
  109. package/dist/types/src/filter/floating/provided/floatingFilterTextInputService.d.ts +2 -2
  110. package/dist/types/src/filter/provided/date/iDateFilter.d.ts +1 -0
  111. package/dist/types/src/filter/provided/providedFilter.d.ts +1 -1
  112. package/dist/types/src/filter/provided/providedFilterUtils.d.ts +1 -1
  113. package/dist/types/src/filter/provided/simpleFilter.d.ts +1 -1
  114. package/dist/types/src/grid.d.ts +11 -12
  115. package/dist/types/src/gridBodyComp/fakeHScrollComp.d.ts +3 -4
  116. package/dist/types/src/gridBodyComp/fakeVScrollComp.d.ts +4 -0
  117. package/dist/types/src/gridBodyComp/gridBodyComp.d.ts +11 -5
  118. package/dist/types/src/gridBodyComp/gridBodyCtrl.d.ts +45 -34
  119. package/dist/types/src/gridBodyComp/gridBodyScrollFeature.d.ts +6 -5
  120. package/dist/types/src/gridBodyComp/rowContainer/rowContainerComp.d.ts +22 -0
  121. package/dist/types/src/gridBodyComp/rowContainer/rowContainerCtrl.d.ts +9 -33
  122. package/dist/types/src/gridBodyComp/scrollVisibleService.d.ts +13 -8
  123. package/dist/types/src/gridBodyComp/viewportSizeFeature.d.ts +7 -2
  124. package/dist/types/src/gridComp/gridCtrl.d.ts +3 -5
  125. package/dist/types/src/gridOptionsDefault.d.ts +1 -0
  126. package/dist/types/src/gridOptionsService.d.ts +1 -1
  127. package/dist/types/src/headerRendering/cells/abstractCell/abstractHeaderCellCtrl.d.ts +1 -1
  128. package/dist/types/src/headerRendering/cells/column/{headerComp.d.ts → agColumnHeader.d.ts} +5 -1
  129. package/dist/types/src/headerRendering/cells/column/headerCellCtrl.d.ts +5 -2
  130. package/dist/types/src/headerRendering/cells/columnGroup/{headerGroupComp.d.ts → agColumnGroupHeader.d.ts} +2 -2
  131. package/dist/types/src/headerRendering/cells/columnGroup/groupStickyLabelFeature.d.ts +1 -0
  132. package/dist/types/src/headerRendering/cells/columnGroup/headerGroupCellCtrl.d.ts +5 -1
  133. package/dist/types/src/headerRendering/cells/cssClassApplier.d.ts +5 -3
  134. package/dist/types/src/headerRendering/cells/floatingFilter/headerFilterCellCtrl.d.ts +3 -1
  135. package/dist/types/src/headerRendering/cells/floatingFilter/iHeaderFilterCellComp.d.ts +1 -1
  136. package/dist/types/src/headerRendering/gridHeaderComp.d.ts +10 -2
  137. package/dist/types/src/headerRendering/gridHeaderCtrl.d.ts +4 -2
  138. package/dist/types/src/headerRendering/headerUtils.d.ts +34 -0
  139. package/dist/types/src/headerRendering/row/headerRowComp.d.ts +9 -0
  140. package/dist/types/src/headerRendering/row/headerRowCtrl.d.ts +4 -4
  141. package/dist/types/src/headerRendering/rowContainer/headerRowContainerCtrl.d.ts +3 -11
  142. package/dist/types/src/headerRendering/rowContainer/headerRowsComp.d.ts +12 -0
  143. package/dist/types/src/interfaces/IRangeService.d.ts +1 -1
  144. package/dist/types/src/interfaces/dateComponent.d.ts +1 -1
  145. package/dist/types/src/interfaces/exportParams.d.ts +11 -5
  146. package/dist/types/src/interfaces/formulas.d.ts +3 -2
  147. package/dist/types/src/interfaces/gridState.d.ts +7 -3
  148. package/dist/types/src/interfaces/iAdvancedFilterCtrl.d.ts +2 -1
  149. package/dist/types/src/interfaces/iAutoColService.d.ts +12 -0
  150. package/dist/types/src/interfaces/iCalculatedColumns.d.ts +61 -0
  151. package/dist/types/src/interfaces/iCellEditor.d.ts +1 -1
  152. package/dist/types/src/interfaces/iCellEditorRenderer.d.ts +1 -1
  153. package/dist/types/src/interfaces/iCellStyleFeature.d.ts +1 -1
  154. package/dist/types/src/interfaces/iColsService.d.ts +36 -42
  155. package/dist/types/src/interfaces/iColumn.d.ts +18 -3
  156. package/dist/types/src/interfaces/iColumnStateUpdateStrategy.d.ts +4 -3
  157. package/dist/types/src/interfaces/iContextMenu.d.ts +1 -1
  158. package/dist/types/src/interfaces/iEditService.d.ts +4 -4
  159. package/dist/types/src/interfaces/iEventService.d.ts +1 -1
  160. package/dist/types/src/interfaces/iFileProcessor.d.ts +9 -0
  161. package/dist/types/src/interfaces/iFilter.d.ts +1 -2
  162. package/dist/types/src/interfaces/iFooterService.d.ts +2 -1
  163. package/dist/types/src/interfaces/iFrameworkOverrides.d.ts +1 -2
  164. package/dist/types/src/interfaces/iGridSection.d.ts +8 -0
  165. package/dist/types/src/interfaces/iGroupHierarchyColService.d.ts +9 -19
  166. package/dist/types/src/interfaces/iHeader.d.ts +2 -2
  167. package/dist/types/src/interfaces/iLoadingCellRenderer.d.ts +1 -1
  168. package/dist/types/src/interfaces/iModule.d.ts +4 -5
  169. package/dist/types/src/interfaces/iMultiFilter.d.ts +1 -1
  170. package/dist/types/src/interfaces/iNewFiltersToolPanel.d.ts +4 -8
  171. package/dist/types/src/interfaces/iPinnedSectionCompHost.d.ts +5 -0
  172. package/dist/types/src/interfaces/iPivotResultColsService.d.ts +27 -7
  173. package/dist/types/src/interfaces/iRichCellEditorParams.d.ts +1 -1
  174. package/dist/types/src/interfaces/iRowNode.d.ts +6 -3
  175. package/dist/types/src/interfaces/iRowNodeStage.d.ts +7 -0
  176. package/dist/types/src/interfaces/iRowStyleFeature.d.ts +1 -1
  177. package/dist/types/src/interfaces/iSelectionService.d.ts +3 -3
  178. package/dist/types/src/interfaces/iSetFilter.d.ts +1 -1
  179. package/dist/types/src/interfaces/iShowRowGroupColsService.d.ts +4 -1
  180. package/dist/types/src/interfaces/iShowValuesAsService.d.ts +48 -0
  181. package/dist/types/src/interfaces/iSort.d.ts +10 -0
  182. package/dist/types/src/interfaces/iSortModelItem.d.ts +1 -1
  183. package/dist/types/src/interfaces/iSortOption.d.ts +10 -1
  184. package/dist/types/src/interfaces/iStatusPanel.d.ts +1 -1
  185. package/dist/types/src/interfaces/iToolPanel.d.ts +1 -1
  186. package/dist/types/src/interfaces/iToolbar.d.ts +1 -1
  187. package/dist/types/src/interfaces/iUserCompDetails.d.ts +1 -2
  188. package/dist/types/src/interfaces/menuItem.d.ts +2 -2
  189. package/dist/types/src/interfaces/rowNumbers.d.ts +6 -4
  190. package/dist/types/src/main-internal.d.ts +54 -118
  191. package/dist/types/src/main.d.ts +34 -35
  192. package/dist/types/src/misc/iconService.d.ts +1 -1
  193. package/dist/types/src/misc/locale/localeService.d.ts +1 -1
  194. package/dist/types/src/misc/state/stateService.d.ts +6 -2
  195. package/dist/types/src/misc/touchService.d.ts +5 -5
  196. package/dist/types/src/modules/moduleRegistry.d.ts +1 -3
  197. package/dist/types/src/pagination/pageSizeSelectorComp.d.ts +4 -1
  198. package/dist/types/src/pagination/pageSummaryComp.d.ts +7 -2
  199. package/dist/types/src/pagination/paginationAutoPageSizeService.d.ts +1 -1
  200. package/dist/types/src/pagination/paginationService.d.ts +5 -1
  201. package/dist/types/src/pagination/paginationUtils.d.ts +1 -1
  202. package/dist/types/src/pinnedColumns/pinnedColumnService.d.ts +2 -3
  203. package/dist/types/src/pinnedRowModel/manualPinnedRowUtils.d.ts +1 -0
  204. package/dist/types/src/publicEventHandlersMap.d.ts +1 -1
  205. package/dist/types/src/rendering/ariaAnnouncementService.d.ts +1 -1
  206. package/dist/types/src/rendering/autoWidthCalculator.d.ts +1 -1
  207. package/dist/types/src/rendering/cell/cellCtrl.d.ts +7 -2
  208. package/dist/types/src/rendering/cell/cellPositionFeature.d.ts +1 -1
  209. package/dist/types/src/rendering/cellRenderers/iCellRenderer.d.ts +1 -1
  210. package/dist/types/src/rendering/features/horizontalPositionUtils.d.ts +21 -0
  211. package/dist/types/src/rendering/features/positionableFeature.d.ts +1 -1
  212. package/dist/types/src/rendering/features/setLeftFeature.d.ts +2 -4
  213. package/dist/types/src/rendering/overlays/fileInputOverlayComponent.d.ts +25 -0
  214. package/dist/types/src/rendering/overlays/fileInputOverlayModule.d.ts +6 -0
  215. package/dist/types/src/rendering/overlays/overlayComponent.d.ts +13 -3
  216. package/dist/types/src/rendering/overlays/overlayWrapperComponent.d.ts +1 -1
  217. package/dist/types/src/rendering/row/fullWidthRowFeature.d.ts +70 -0
  218. package/dist/types/src/rendering/row/iRowModeFeature.d.ts +48 -0
  219. package/dist/types/src/rendering/row/normalRowFeature.d.ts +37 -0
  220. package/dist/types/src/rendering/row/rowAutoHeightService.d.ts +1 -2
  221. package/dist/types/src/rendering/row/rowComp.d.ts +16 -0
  222. package/dist/types/src/rendering/row/rowCtrl.d.ts +75 -66
  223. package/dist/types/src/rendering/rowContainerHeightService.d.ts +2 -0
  224. package/dist/types/src/rendering/rowRenderer.d.ts +6 -5
  225. package/dist/types/src/rendering/spanning/rowSpanCache.d.ts +5 -5
  226. package/dist/types/src/rendering/spanning/rowSpanService.d.ts +15 -19
  227. package/dist/types/src/rendering/spanning/spannedRowCtrl.d.ts +3 -4
  228. package/dist/types/src/rendering/spanning/spannedRowRenderer.d.ts +3 -2
  229. package/dist/types/src/selection/baseSelectionService.d.ts +3 -3
  230. package/dist/types/src/selection/selectionService.d.ts +1 -1
  231. package/dist/types/src/sort/rowNodeSorter.d.ts +5 -12
  232. package/dist/types/src/sort/sortIndicatorComp.d.ts +1 -1
  233. package/dist/types/src/sort/sortOptionUtils.d.ts +9 -0
  234. package/dist/types/src/sort/sortService.d.ts +25 -22
  235. package/dist/types/src/styling/calculatedColumnCss.d.ts +5 -0
  236. package/dist/types/src/testing/testIdUtils.d.ts +3 -3
  237. package/dist/types/src/theming/core/core-css.d.ts +150 -3
  238. package/dist/types/src/theming/createTheme.d.ts +2 -7
  239. package/dist/types/src/theming/parts/button-style/button-styles.d.ts +1 -2
  240. package/dist/types/src/theming/parts/checkbox-style/checkbox-styles.d.ts +1 -2
  241. package/dist/types/src/theming/parts/color-scheme/color-schemes.d.ts +88 -92
  242. package/dist/types/src/theming/parts/column-drop-style/column-drop-styles.d.ts +2 -2
  243. package/dist/types/src/theming/parts/icon-set/alpine/icon-set-alpine.d.ts +1 -1
  244. package/dist/types/src/theming/parts/icon-set/balham/icon-set-balham.d.ts +1 -1
  245. package/dist/types/src/theming/parts/icon-set/material/icon-set-material.d.ts +1 -1
  246. package/dist/types/src/theming/parts/icon-set/overrides/icon-overrides.d.ts +2 -2
  247. package/dist/types/src/theming/parts/icon-set/quartz/icon-set-quartz.d.ts +1 -1
  248. package/dist/types/src/theming/parts/input-style/input-styles.d.ts +5 -2
  249. package/dist/types/src/theming/parts/tab-style/tab-styles.d.ts +1 -2
  250. package/dist/types/src/theming/parts/theme/themes.d.ts +3 -7
  251. package/dist/types/src/tooltip/tooltipComponent.d.ts +2 -2
  252. package/dist/types/src/tooltip/tooltipFeature.d.ts +1 -2
  253. package/dist/types/src/tooltip/tooltipService.d.ts +2 -2
  254. package/dist/types/src/tooltip/tooltipStateManager.d.ts +2 -2
  255. package/dist/types/src/utils/element.d.ts +1 -1
  256. package/dist/types/src/utils/gridFocus.d.ts +1 -0
  257. package/dist/types/src/utils/icon.d.ts +1 -1
  258. package/dist/types/src/utils/mergeDeep.d.ts +10 -2
  259. package/dist/types/src/utils/number.d.ts +10 -1
  260. package/dist/types/src/utils/value.d.ts +7 -0
  261. package/dist/types/src/validation/errorMessages/errorText.d.ts +20 -75
  262. package/dist/types/src/validation/rules/iconValidations.d.ts +1 -1
  263. package/dist/types/src/validation/validationModule.d.ts +24 -0
  264. package/dist/types/src/validation/validationService.d.ts +1 -1
  265. package/dist/types/src/valueService/cellApi.d.ts +9 -4
  266. package/dist/types/src/valueService/valueService.d.ts +45 -13
  267. package/dist/types/src/vanillaFrameworkOverrides.d.ts +1 -1
  268. package/dist/types/src/version.d.ts +1 -1
  269. package/dist/types/src/widgets/component.d.ts +4 -4
  270. package/dist/types/src/widgets/gridWidgetTypes.d.ts +12 -9
  271. package/dist/types/src/widgets/managedFocusFeature.d.ts +2 -2
  272. package/dist/types/src/widgets/popupService.d.ts +2 -2
  273. package/dist/types/src/widgets/tabGuard.d.ts +2 -3
  274. package/dist/types/src/widgets/tabGuardComp.d.ts +2 -2
  275. package/dist/types/src/widgets/touchListener.d.ts +3 -2
  276. package/package.json +3 -2
  277. package/styles/_css-content.scss +1506 -756
  278. package/styles/_icon-font-codes.scss +3 -0
  279. package/styles/ag-grid-no-native-widgets.css +713 -323
  280. package/styles/ag-grid-no-native-widgets.min.css +8 -5
  281. package/styles/ag-grid.css +713 -323
  282. package/styles/ag-grid.min.css +8 -5
  283. package/styles/ag-theme-alpine-no-font.css +8 -14
  284. package/styles/ag-theme-alpine-no-font.min.css +2 -2
  285. package/styles/ag-theme-alpine.css +9 -15
  286. package/styles/ag-theme-alpine.min.css +2 -2
  287. package/styles/ag-theme-balham-no-font.css +4 -3
  288. package/styles/ag-theme-balham-no-font.min.css +2 -2
  289. package/styles/ag-theme-balham.css +5 -4
  290. package/styles/ag-theme-balham.min.css +2 -2
  291. package/styles/ag-theme-material-no-font.css +10 -11
  292. package/styles/ag-theme-material-no-font.min.css +2 -2
  293. package/styles/ag-theme-material.css +11 -12
  294. package/styles/ag-theme-material.min.css +2 -2
  295. package/styles/ag-theme-quartz-no-font.css +13 -22
  296. package/styles/ag-theme-quartz-no-font.min.css +2 -2
  297. package/styles/ag-theme-quartz.css +14 -23
  298. package/styles/ag-theme-quartz.min.css +3 -3
  299. package/styles/agGridAlpineFont.css +1 -1
  300. package/styles/agGridAlpineFont.min.css +1 -1
  301. package/styles/agGridBalhamFont.css +1 -1
  302. package/styles/agGridBalhamFont.min.css +1 -1
  303. package/styles/agGridClassicFont.css +1 -1
  304. package/styles/agGridClassicFont.min.css +1 -1
  305. package/styles/agGridMaterialFont.css +1 -1
  306. package/styles/agGridMaterialFont.min.css +1 -1
  307. package/styles/agGridQuartzFont.css +1 -1
  308. package/styles/agGridQuartzFont.min.css +1 -1
  309. package/dist/types/src/agStack/constants/direction.d.ts +0 -8
  310. package/dist/types/src/agStack/constants/keyCode.d.ts +0 -25
  311. package/dist/types/src/agStack/core/agBeanStub.d.ts +0 -87
  312. package/dist/types/src/agStack/core/agComponentStub.d.ts +0 -59
  313. package/dist/types/src/agStack/core/agContext.d.ts +0 -54
  314. package/dist/types/src/agStack/core/baseAriaAnnouncementService.d.ts +0 -21
  315. package/dist/types/src/agStack/core/baseDragAndDropService.d.ts +0 -54
  316. package/dist/types/src/agStack/core/baseDragService.d.ts +0 -39
  317. package/dist/types/src/agStack/core/baseEnvironment.d.ts +0 -58
  318. package/dist/types/src/agStack/core/baseRegistry.d.ts +0 -15
  319. package/dist/types/src/agStack/events/baseEventService.d.ts +0 -18
  320. package/dist/types/src/agStack/events/localEventService.d.ts +0 -27
  321. package/dist/types/src/agStack/events/pointerCapture.d.ts +0 -7
  322. package/dist/types/src/agStack/focus/agManagedFocusFeature.d.ts +0 -28
  323. package/dist/types/src/agStack/focus/agTabGuardComp.d.ts +0 -16
  324. package/dist/types/src/agStack/focus/agTabGuardFeature.d.ts +0 -55
  325. package/dist/types/src/agStack/focus/tabGuardCtrl.d.ts +0 -69
  326. package/dist/types/src/agStack/interfaces/agBaseBean.d.ts +0 -12
  327. package/dist/types/src/agStack/interfaces/agBean.d.ts +0 -35
  328. package/dist/types/src/agStack/interfaces/agComponent.d.ts +0 -54
  329. package/dist/types/src/agStack/interfaces/agCoreBean.d.ts +0 -23
  330. package/dist/types/src/agStack/interfaces/agCoreBeanCollection.d.ts +0 -39
  331. package/dist/types/src/agStack/interfaces/agEvent.d.ts +0 -4
  332. package/dist/types/src/agStack/interfaces/agFrameworkOverrides.d.ts +0 -21
  333. package/dist/types/src/agStack/interfaces/baseEvents.d.ts +0 -50
  334. package/dist/types/src/agStack/interfaces/baseProperties.d.ts +0 -25
  335. package/dist/types/src/agStack/interfaces/iAfterGuiAttachedParams.d.ts +0 -12
  336. package/dist/types/src/agStack/interfaces/iAriaAnnouncementService.d.ts +0 -5
  337. package/dist/types/src/agStack/interfaces/iComponent.d.ts +0 -10
  338. package/dist/types/src/agStack/interfaces/iContext.d.ts +0 -16
  339. package/dist/types/src/agStack/interfaces/iDrag.d.ts +0 -30
  340. package/dist/types/src/agStack/interfaces/iDragAndDrop.d.ts +0 -99
  341. package/dist/types/src/agStack/interfaces/iEnvironment.d.ts +0 -6
  342. package/dist/types/src/agStack/interfaces/iEvent.d.ts +0 -20
  343. package/dist/types/src/agStack/interfaces/iEventEmitter.d.ts +0 -14
  344. package/dist/types/src/agStack/interfaces/iIcon.d.ts +0 -2
  345. package/dist/types/src/agStack/interfaces/iIconService.d.ts +0 -5
  346. package/dist/types/src/agStack/interfaces/iLocaleService.d.ts +0 -7
  347. package/dist/types/src/agStack/interfaces/iPopup.d.ts +0 -63
  348. package/dist/types/src/agStack/interfaces/iPopupComponent.d.ts +0 -11
  349. package/dist/types/src/agStack/interfaces/iPopupService.d.ts +0 -19
  350. package/dist/types/src/agStack/interfaces/iProperties.d.ts +0 -42
  351. package/dist/types/src/agStack/interfaces/iRegistry.d.ts +0 -5
  352. package/dist/types/src/agStack/interfaces/iTooltip.d.ts +0 -20
  353. package/dist/types/src/agStack/popup/agPopupComponent.d.ts +0 -13
  354. package/dist/types/src/agStack/popup/basePopupService.d.ts +0 -60
  355. package/dist/types/src/agStack/popup/popupPositionUtils.d.ts +0 -71
  356. package/dist/types/src/agStack/rendering/agPositionableFeature.d.ts +0 -101
  357. package/dist/types/src/agStack/rendering/autoScrollService.d.ts +0 -38
  358. package/dist/types/src/agStack/rendering/cssClassManager.d.ts +0 -7
  359. package/dist/types/src/agStack/theming/inject.d.ts +0 -26
  360. package/dist/types/src/agStack/theming/part.d.ts +0 -9
  361. package/dist/types/src/agStack/theming/partImpl.d.ts +0 -56
  362. package/dist/types/src/agStack/theming/shared/shared-css.d.ts +0 -282
  363. package/dist/types/src/agStack/theming/theme.d.ts +0 -23
  364. package/dist/types/src/agStack/theming/themeImpl.d.ts +0 -46
  365. package/dist/types/src/agStack/theming/themeLogger.d.ts +0 -24
  366. package/dist/types/src/agStack/theming/themeTypeUtils.d.ts +0 -18
  367. package/dist/types/src/agStack/theming/themeTypes.d.ts +0 -209
  368. package/dist/types/src/agStack/theming/themeUtils.d.ts +0 -13
  369. package/dist/types/src/agStack/tooltip/agHighlightTooltipFeature.d.ts +0 -24
  370. package/dist/types/src/agStack/tooltip/agTooltipComponent.d.ts +0 -12
  371. package/dist/types/src/agStack/tooltip/agTooltipFeature.d.ts +0 -31
  372. package/dist/types/src/agStack/tooltip/baseTooltipStateManager.d.ts +0 -81
  373. package/dist/types/src/agStack/utils/aria.d.ts +0 -79
  374. package/dist/types/src/agStack/utils/array.d.ts +0 -32
  375. package/dist/types/src/agStack/utils/bigInt.d.ts +0 -2
  376. package/dist/types/src/agStack/utils/browser.d.ts +0 -11
  377. package/dist/types/src/agStack/utils/date.d.ts +0 -40
  378. package/dist/types/src/agStack/utils/document.d.ts +0 -15
  379. package/dist/types/src/agStack/utils/dom.d.ts +0 -141
  380. package/dist/types/src/agStack/utils/download.d.ts +0 -2
  381. package/dist/types/src/agStack/utils/event.d.ts +0 -34
  382. package/dist/types/src/agStack/utils/focus.d.ts +0 -12
  383. package/dist/types/src/agStack/utils/function.d.ts +0 -37
  384. package/dist/types/src/agStack/utils/fuzzyMatch.d.ts +0 -22
  385. package/dist/types/src/agStack/utils/generic.d.ts +0 -18
  386. package/dist/types/src/agStack/utils/keyboard.d.ts +0 -2
  387. package/dist/types/src/agStack/utils/locale.d.ts +0 -17
  388. package/dist/types/src/agStack/utils/promise.d.ts +0 -16
  389. package/dist/types/src/agStack/utils/string.d.ts +0 -17
  390. package/dist/types/src/agStack/utils/value.d.ts +0 -6
  391. package/dist/types/src/agStack/widgets/agWidgetSelectorType.d.ts +0 -2
  392. package/dist/types/src/columns/baseColsService.d.ts +0 -52
  393. package/dist/types/src/columns/columnFactoryUtils.d.ts +0 -28
  394. package/dist/types/src/columns/columnGroups/columnGroupUtils.d.ts +0 -3
  395. package/dist/types/src/columns/columnKeyCreator.d.ts +0 -9
  396. package/dist/types/src/gridBodyComp/scrollbarVisibilityHelper.d.ts +0 -2
  397. package/dist/types/src/headerRendering/rowContainer/headerRowContainerComp.d.ts +0 -15
  398. package/dist/types/src/interfaces/iColumnCollectionService.d.ts +0 -15
  399. package/dist/types/src/theming/parts/batch-edit/batch-edit-styles.d.ts +0 -22
  400. package/dist/types/src/theming/parts/formula-style/formula-styles.d.ts +0 -89
  401. package/dist/types/src/theming/parts/notes/note-styles.d.ts +0 -37
@@ -32,14 +32,6 @@
32
32
  font-weight: var(--ag-pinned-row-font-weight);
33
33
  }
34
34
 
35
- .ag-floating-top-viewport {
36
- border-bottom: var(--ag-pinned-row-border);
37
- }
38
-
39
- .ag-floating-bottom-viewport {
40
- border-top: var(--ag-pinned-row-border);
41
- }
42
-
43
35
  .ag-measurement-container {
44
36
  --ag-legacy-styles-loaded: 'true';
45
37
  }
@@ -1262,6 +1254,57 @@
1262
1254
  opacity: var(--ag-icon-image-opacity-search, var(--ag-icon-image-opacity, 0.9));
1263
1255
  }
1264
1256
 
1257
+ .ag-icon-document {
1258
+ font-family: var(--ag-icon-font-family-document, var(--ag-icon-font-family));
1259
+ font-weight: var(--ag-icon-font-weight-document, var(--ag-icon-font-weight));
1260
+ color: var(--ag-icon-font-color-document, var(--ag-icon-font-color));
1261
+ }
1262
+
1263
+ .ag-icon-document::before {
1264
+ content: var(--ag-icon-font-code-document, "\f147");
1265
+ display: var(--ag-icon-font-display-document, var(--ag-icon-font-display));
1266
+ }
1267
+
1268
+ .ag-icon-document::after {
1269
+ background-image: var(--ag-icon-image-document, var(--ag-icon-image));
1270
+ display: var(--ag-icon-image-display-document, var(--ag-icon-image-display));
1271
+ opacity: var(--ag-icon-image-opacity-document, var(--ag-icon-image-opacity, 0.9));
1272
+ }
1273
+
1274
+ .ag-icon-fx {
1275
+ font-family: var(--ag-icon-font-family-fx, var(--ag-icon-font-family));
1276
+ font-weight: var(--ag-icon-font-weight-fx, var(--ag-icon-font-weight));
1277
+ color: var(--ag-icon-font-color-fx, var(--ag-icon-font-color));
1278
+ }
1279
+
1280
+ .ag-icon-fx::before {
1281
+ content: var(--ag-icon-font-code-fx, "\f148");
1282
+ display: var(--ag-icon-font-display-fx, var(--ag-icon-font-display));
1283
+ }
1284
+
1285
+ .ag-icon-fx::after {
1286
+ background-image: var(--ag-icon-image-fx, var(--ag-icon-image));
1287
+ display: var(--ag-icon-image-display-fx, var(--ag-icon-image-display));
1288
+ opacity: var(--ag-icon-image-opacity-fx, var(--ag-icon-image-opacity, 0.9));
1289
+ }
1290
+
1291
+ .ag-icon-values-as {
1292
+ font-family: var(--ag-icon-font-family-values-as, var(--ag-icon-font-family));
1293
+ font-weight: var(--ag-icon-font-weight-values-as, var(--ag-icon-font-weight));
1294
+ color: var(--ag-icon-font-color-values-as, var(--ag-icon-font-color));
1295
+ }
1296
+
1297
+ .ag-icon-values-as::before {
1298
+ content: var(--ag-icon-font-code-values-as, "\f149");
1299
+ display: var(--ag-icon-font-display-values-as, var(--ag-icon-font-display));
1300
+ }
1301
+
1302
+ .ag-icon-values-as::after {
1303
+ background-image: var(--ag-icon-image-values-as, var(--ag-icon-image));
1304
+ display: var(--ag-icon-image-display-values-as, var(--ag-icon-image-display));
1305
+ opacity: var(--ag-icon-image-opacity-values-as, var(--ag-icon-image-opacity, 0.9));
1306
+ }
1307
+
1265
1308
  .ag-icon-row-drag::before {
1266
1309
  content: var(--ag-icon-font-code-grip);
1267
1310
  }
@@ -1402,6 +1445,7 @@
1402
1445
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
1403
1446
  --ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
1404
1447
  --ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
1448
+ --ag-auto-height-min-body-height: 50px;
1405
1449
  --ag-header-height: var(--ag-row-height);
1406
1450
  --ag-pagination-panel-height: var(--ag-header-height);
1407
1451
  --ag-list-item-height: calc(var(--ag-grid-size) * 5);
@@ -1467,6 +1511,9 @@
1467
1511
  --ag-note-popup-input-background-color: var(--ag-background-color);
1468
1512
  --ag-note-popup-border: var(--ag-dialog-border);
1469
1513
  --ag-note-popup-padding: calc(var(--ag-grid-size) / 2);
1514
+ --ag-calculated-column-highlight-color: #bbb;
1515
+ --ag-calculated-column-parent-suggestion-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 80%);
1516
+ --ag-calculated-column-suggestion-list-width: 200px;
1470
1517
  }
1471
1518
 
1472
1519
  .ag-root-wrapper,
@@ -1474,22 +1521,15 @@
1474
1521
  background-color: var(--ag-wrapper-background-color);
1475
1522
  }
1476
1523
 
1477
- .ag-sticky-top,
1478
- .ag-sticky-bottom {
1479
- background-color: var(--ag-data-background-color);
1480
- }
1481
-
1482
- .ag-sticky-bottom .ag-pinned-left-sticky-bottom,
1483
- .ag-sticky-bottom .ag-sticky-bottom-container,
1484
- .ag-sticky-bottom .ag-pinned-right-sticky-bottom {
1485
- border-top: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
1486
- }
1487
-
1488
1524
  .ag-root-wrapper,
1489
1525
  .ag-popup {
1490
1526
  --ag-indentation-level: 0;
1491
1527
  }
1492
1528
 
1529
+ .ag-styled-root {
1530
+ display: contents;
1531
+ }
1532
+
1493
1533
  [class*=ag-theme-] {
1494
1534
  -webkit-font-smoothing: antialiased;
1495
1535
  font-family: var(--ag-font-family);
@@ -1669,16 +1709,9 @@ ag-grid-aurelia {
1669
1709
  height: 100%;
1670
1710
  }
1671
1711
 
1672
- .ag-header-viewport,
1673
- .ag-floating-top-viewport,
1674
- .ag-body-viewport,
1675
- .ag-center-cols-viewport,
1676
- .ag-floating-bottom-viewport,
1677
1712
  .ag-body-horizontal-scroll-viewport,
1678
1713
  .ag-body-vertical-scroll-viewport,
1679
- .ag-virtual-list-viewport,
1680
- .ag-sticky-top-viewport,
1681
- .ag-sticky-bottom-viewport {
1714
+ .ag-virtual-list-viewport {
1682
1715
  position: relative;
1683
1716
  height: 100%;
1684
1717
  min-width: 0px;
@@ -1686,46 +1719,30 @@ ag-grid-aurelia {
1686
1719
  flex: 1 1 auto;
1687
1720
  }
1688
1721
 
1689
- .ag-body-viewport,
1690
- .ag-center-cols-viewport,
1691
- .ag-header-viewport,
1692
- .ag-floating-top-viewport,
1693
- .ag-floating-bottom-viewport,
1694
- .ag-sticky-top-viewport,
1695
- .ag-sticky-bottom-viewport {
1696
- overflow-x: auto;
1697
- }
1698
- .ag-body-viewport::-webkit-scrollbar,
1699
- .ag-center-cols-viewport::-webkit-scrollbar,
1700
- .ag-header-viewport::-webkit-scrollbar,
1701
- .ag-floating-top-viewport::-webkit-scrollbar,
1702
- .ag-floating-bottom-viewport::-webkit-scrollbar,
1703
- .ag-sticky-top-viewport::-webkit-scrollbar,
1704
- .ag-sticky-bottom-viewport::-webkit-scrollbar {
1705
- display: none !important;
1722
+ .ag-viewport {
1723
+ position: relative;
1706
1724
  }
1707
- .ag-body-viewport,
1708
- .ag-center-cols-viewport,
1709
- .ag-header-viewport,
1710
- .ag-floating-top-viewport,
1711
- .ag-floating-bottom-viewport,
1712
- .ag-sticky-top-viewport,
1713
- .ag-sticky-bottom-viewport {
1725
+
1726
+ .ag-grid-viewport {
1727
+ position: relative;
1728
+ overflow: auto;
1729
+ min-width: 0;
1730
+ min-height: 0;
1731
+ flex: 1 1 auto;
1732
+ -webkit-overflow-scrolling: touch;
1714
1733
  -ms-overflow-style: none !important;
1715
1734
  scrollbar-width: none !important;
1716
1735
  }
1717
-
1718
- .ag-body-viewport {
1719
- display: flex;
1720
- overflow-x: hidden;
1721
- }
1722
- .ag-body-viewport.ag-layout-normal {
1723
- overflow-y: auto;
1724
- -webkit-overflow-scrolling: touch;
1736
+ .ag-grid-viewport::-webkit-scrollbar {
1737
+ display: none !important;
1725
1738
  }
1726
1739
 
1727
- .ag-viewport {
1740
+ .ag-grid-scrollable-area {
1728
1741
  position: relative;
1742
+ min-width: 100%;
1743
+ min-height: 100%;
1744
+ display: flex;
1745
+ flex-direction: column;
1729
1746
  }
1730
1747
 
1731
1748
  .ag-spanning-container {
@@ -1734,19 +1751,8 @@ ag-grid-aurelia {
1734
1751
  z-index: 1;
1735
1752
  }
1736
1753
 
1737
- .ag-sticky-top-container,
1738
- .ag-sticky-bottom-container,
1739
- .ag-floating-top-container,
1740
- .ag-floating-bottom-container {
1741
- min-height: 1px;
1742
- }
1743
-
1744
- .ag-sticky-top,
1745
- .ag-sticky-bottom {
1746
- z-index: 1;
1747
- }
1748
-
1749
- .ag-center-cols-viewport {
1754
+ .ag-grid-scrolling-container {
1755
+ display: block;
1750
1756
  min-height: 100%;
1751
1757
  width: 100%;
1752
1758
  }
@@ -1757,6 +1763,7 @@ ag-grid-aurelia {
1757
1763
 
1758
1764
  .ag-body-vertical-scroll-viewport {
1759
1765
  overflow-y: scroll;
1766
+ pointer-events: all;
1760
1767
  }
1761
1768
 
1762
1769
  .ag-virtual-list-viewport {
@@ -1764,46 +1771,13 @@ ag-grid-aurelia {
1764
1771
  width: 100%;
1765
1772
  }
1766
1773
 
1767
- .ag-header-container,
1768
- .ag-floating-top-container,
1769
- .ag-body-container,
1770
- .ag-pinned-right-cols-container,
1771
- .ag-center-cols-container,
1772
- .ag-pinned-left-cols-container,
1773
- .ag-floating-bottom-container,
1774
+ .ag-grid-scrolling-container,
1774
1775
  .ag-body-horizontal-scroll-container,
1775
1776
  .ag-body-vertical-scroll-container,
1776
- .ag-full-width-container,
1777
- .ag-floating-bottom-full-width-container,
1778
- .ag-virtual-list-container,
1779
- .ag-sticky-top-container,
1780
- .ag-sticky-bottom-container,
1781
- .ag-pinned-left-sticky-bottom,
1782
- .ag-pinned-right-sticky-bottom {
1777
+ .ag-virtual-list-container {
1783
1778
  position: relative;
1784
1779
  }
1785
1780
 
1786
- .ag-header-container,
1787
- .ag-floating-top-container,
1788
- .ag-pinned-left-floating-top,
1789
- .ag-pinned-right-floating-top,
1790
- .ag-floating-bottom-container,
1791
- .ag-pinned-left-floating-bottom,
1792
- .ag-pinned-right-floating-bottom,
1793
- .ag-sticky-top-container,
1794
- .ag-sticky-bottom-container {
1795
- height: 100%;
1796
- white-space: nowrap;
1797
- }
1798
-
1799
- .ag-center-cols-container {
1800
- display: block;
1801
- }
1802
-
1803
- .ag-pinned-right-cols-container {
1804
- display: block;
1805
- }
1806
-
1807
1781
  .ag-body-horizontal-scroll-container {
1808
1782
  height: 100%;
1809
1783
  }
@@ -1812,53 +1786,18 @@ ag-grid-aurelia {
1812
1786
  width: 100%;
1813
1787
  }
1814
1788
 
1815
- .ag-full-width-container,
1816
- .ag-floating-top-full-width-container,
1817
- .ag-floating-bottom-full-width-container,
1818
- .ag-sticky-top-full-width-container,
1819
- .ag-sticky-bottom-full-width-container {
1820
- position: absolute;
1821
- top: 0px;
1822
- }
1823
- .ag-ltr .ag-full-width-container,
1824
- .ag-ltr .ag-floating-top-full-width-container,
1825
- .ag-ltr .ag-floating-bottom-full-width-container,
1826
- .ag-ltr .ag-sticky-top-full-width-container,
1827
- .ag-ltr .ag-sticky-bottom-full-width-container {
1789
+ .ag-full-width-anchor {
1790
+ position: sticky;
1828
1791
  left: 0;
1829
- }
1830
- .ag-rtl .ag-full-width-container,
1831
- .ag-rtl .ag-floating-top-full-width-container,
1832
- .ag-rtl .ag-floating-bottom-full-width-container,
1833
- .ag-rtl .ag-sticky-top-full-width-container,
1834
- .ag-rtl .ag-sticky-bottom-full-width-container {
1835
- right: 0;
1836
- }
1837
- .ag-full-width-container,
1838
- .ag-floating-top-full-width-container,
1839
- .ag-floating-bottom-full-width-container,
1840
- .ag-sticky-top-full-width-container,
1841
- .ag-sticky-bottom-full-width-container {
1842
- pointer-events: none;
1843
- }
1844
-
1845
- .ag-full-width-container {
1846
- width: 100%;
1847
- }
1848
-
1849
- .ag-floating-bottom-full-width-container,
1850
- .ag-floating-top-full-width-container {
1851
- display: inline-block;
1852
- overflow: hidden;
1792
+ width: var(--ag-internal-fw-anchor-width, 100%);
1853
1793
  height: 100%;
1854
- width: 100%;
1855
1794
  }
1856
1795
 
1857
1796
  .ag-virtual-list-container {
1858
1797
  overflow: hidden;
1859
1798
  }
1860
1799
 
1861
- .ag-body {
1800
+ .ag-grid-scrolling-rows {
1862
1801
  position: relative;
1863
1802
  display: flex;
1864
1803
  flex: 1 1 auto;
@@ -1871,12 +1810,12 @@ ag-grid-aurelia {
1871
1810
  min-height: 0;
1872
1811
  min-width: 0;
1873
1812
  display: flex;
1874
- position: relative;
1875
1813
  }
1876
1814
  .ag-body-horizontal-scroll.ag-scrollbar-invisible,
1877
1815
  .ag-body-vertical-scroll.ag-scrollbar-invisible {
1878
1816
  position: absolute;
1879
1817
  bottom: 0;
1818
+ z-index: 2;
1880
1819
  }
1881
1820
  .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,
1882
1821
  .ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
@@ -1893,47 +1832,45 @@ ag-grid-aurelia {
1893
1832
 
1894
1833
  .ag-body-horizontal-scroll {
1895
1834
  width: 100%;
1835
+ flex: none;
1896
1836
  }
1897
1837
  .ag-body-horizontal-scroll.ag-scrollbar-invisible {
1898
1838
  left: 0;
1899
1839
  right: 0;
1900
1840
  }
1901
1841
 
1902
- .ag-body-vertical-scroll {
1903
- height: 100%;
1842
+ .ag-body-horizontal-scroll-end-spacer {
1843
+ flex: 0 0 auto;
1844
+ min-width: 0;
1845
+ overflow: scroll;
1904
1846
  }
1905
- .ag-body-vertical-scroll.ag-scrollbar-invisible {
1847
+
1848
+ .ag-body-vertical-scroll {
1849
+ position: absolute;
1850
+ z-index: 2;
1851
+ flex-direction: column;
1906
1852
  top: 0;
1907
- z-index: 10;
1853
+ pointer-events: none;
1908
1854
  }
1909
- .ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
1855
+ .ag-ltr .ag-body-vertical-scroll {
1910
1856
  right: 0;
1911
1857
  }
1912
- .ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible {
1858
+ .ag-rtl .ag-body-vertical-scroll {
1913
1859
  left: 0;
1914
1860
  }
1915
1861
 
1916
- .ag-force-vertical-scroll {
1917
- overflow-y: scroll !important;
1918
- }
1919
-
1920
- .ag-horizontal-left-spacer,
1921
- .ag-horizontal-right-spacer {
1922
- height: 100%;
1923
- min-width: 0;
1924
- overflow-x: scroll;
1925
- }
1926
- .ag-horizontal-left-spacer.ag-scroller-corner,
1927
- .ag-horizontal-right-spacer.ag-scroller-corner {
1928
- overflow-x: hidden;
1862
+ .ag-body-vertical-scroll-start-spacer {
1863
+ border-bottom: var(--ag-header-row-border);
1864
+ opacity: 0;
1865
+ flex: none;
1929
1866
  }
1930
1867
 
1931
- .ag-header,
1932
- .ag-pinned-left-header,
1933
- .ag-pinned-right-header {
1934
- display: inline-block;
1935
- overflow: hidden;
1936
- position: relative;
1868
+ .ag-ltr .ag-has-right-pinned-cols .ag-body-vertical-scroll-start-spacer,
1869
+ .ag-rtl .ag-has-left-pinned-cols .ag-body-vertical-scroll-start-spacer {
1870
+ pointer-events: all;
1871
+ opacity: 1;
1872
+ background-color: var(--ag-background-color);
1873
+ background-image: linear-gradient(0deg, var(--ag-header-background-color), var(--ag-header-background-color));
1937
1874
  }
1938
1875
 
1939
1876
  .ag-header-cell-sortable .ag-header-cell-label,
@@ -1941,29 +1878,15 @@ ag-grid-aurelia {
1941
1878
  cursor: pointer;
1942
1879
  }
1943
1880
 
1944
- .ag-header {
1945
- display: flex;
1946
- width: 100%;
1947
- white-space: nowrap;
1948
- }
1949
-
1950
- .ag-pinned-left-header {
1951
- height: 100%;
1952
- }
1953
-
1954
- .ag-pinned-right-header {
1955
- height: 100%;
1956
- }
1957
-
1958
1881
  .ag-header-row {
1959
1882
  position: absolute;
1960
1883
  }
1961
1884
 
1962
1885
  .ag-header-row:not(.ag-header-row-column-group) {
1963
- overflow: hidden;
1886
+ overflow: visible;
1964
1887
  }
1965
1888
 
1966
- .ag-header.ag-header-allow-overflow .ag-header-row {
1889
+ .ag-grid-pinned-top-rows-container.ag-header-allow-overflow .ag-header-row {
1967
1890
  overflow: visible;
1968
1891
  }
1969
1892
 
@@ -2048,7 +1971,7 @@ ag-grid-aurelia {
2048
1971
  height: 100%;
2049
1972
  width: 8px;
2050
1973
  top: 0;
2051
- cursor: ew-resize;
1974
+ cursor: col-resize;
2052
1975
  }
2053
1976
  .ag-ltr .ag-header-cell-resize {
2054
1977
  right: -3px;
@@ -2057,11 +1980,11 @@ ag-grid-aurelia {
2057
1980
  left: -3px;
2058
1981
  }
2059
1982
 
2060
- .ag-pinned-left-header .ag-header-cell-resize {
1983
+ .ag-grid-pinned-left-cells .ag-header-cell-resize {
2061
1984
  right: -3px;
2062
1985
  }
2063
1986
 
2064
- .ag-pinned-right-header .ag-header-cell-resize {
1987
+ .ag-grid-pinned-right-cells .ag-header-cell-resize {
2065
1988
  left: -3px;
2066
1989
  }
2067
1990
 
@@ -2078,16 +2001,16 @@ ag-grid-aurelia {
2078
2001
  }
2079
2002
 
2080
2003
  .ag-column-moving .ag-cell {
2081
- transition: left 0.2s;
2004
+ transition: left 0.2s, right 0.2s;
2082
2005
  }
2083
2006
  .ag-column-moving .ag-header-cell {
2084
- transition: left 0.2s;
2007
+ transition: left 0.2s, right 0.2s;
2085
2008
  }
2086
2009
  .ag-column-moving .ag-spanned-cell-wrapper {
2087
- transition: left 0.2s;
2010
+ transition: left 0.2s, right 0.2s;
2088
2011
  }
2089
2012
  .ag-column-moving .ag-header-group-cell {
2090
- transition: left 0.2s, width 0.2s;
2013
+ transition: left 0.2s, right 0.2s, width 0.2s;
2091
2014
  }
2092
2015
 
2093
2016
  .ag-delay-render .ag-cell {
@@ -2266,17 +2189,96 @@ ag-grid-aurelia {
2266
2189
  align-items: center;
2267
2190
  }
2268
2191
 
2269
- .ag-row-position-absolute {
2192
+ .ag-row:not(.ag-full-width-row),
2193
+ .ag-row.ag-embedded-full-width-row,
2194
+ .ag-header-row {
2195
+ display: flex;
2196
+ width: 100%;
2197
+ }
2198
+
2199
+ .ag-row:not(.ag-full-width-row)::after,
2200
+ .ag-header-row::after,
2201
+ .ag-row.ag-embedded-full-width-row::after {
2202
+ content: "";
2203
+ flex: 1 0 0px;
2204
+ align-self: stretch;
2205
+ }
2206
+
2207
+ .ag-row:not(.ag-header-row, .ag-full-width-row)::after,
2208
+ .ag-row.ag-embedded-full-width-row::after {
2209
+ background-color: var(--ag-data-background-color);
2210
+ }
2211
+
2212
+ .ag-header-row::after {
2213
+ background-color: var(--ag-header-background-color);
2214
+ }
2215
+
2216
+ .ag-header {
2270
2217
  position: absolute;
2218
+ top: 0;
2219
+ left: 0;
2220
+ right: 0;
2221
+ border-bottom: var(--ag-borders-critical) var(--ag-border-color);
2222
+ color: var(--ag-header-foreground-color);
2223
+ z-index: 1;
2271
2224
  }
2272
2225
 
2273
- .ag-row-position-relative {
2226
+ .ag-grid-pinned-left-cells,
2227
+ .ag-grid-scrolling-cells,
2228
+ .ag-grid-pinned-right-cells {
2274
2229
  position: relative;
2230
+ height: 100%;
2231
+ white-space: nowrap;
2232
+ }
2233
+
2234
+ .ag-grid-scrolling-cells {
2235
+ flex: 0 0 auto;
2236
+ z-index: 0;
2275
2237
  }
2276
2238
 
2277
- .ag-full-width-row {
2239
+ .ag-row.ag-embedded-full-width-row > .ag-grid-scrolling-cells {
2240
+ flex: 1 0 auto;
2241
+ margin-right: var(--ag-internal-pinned-right-sticky-offset, 0px);
2242
+ }
2243
+
2244
+ .ag-grid-pinned-left-cells,
2245
+ .ag-grid-pinned-right-cells {
2246
+ position: sticky;
2247
+ z-index: 2;
2278
2248
  overflow: hidden;
2279
- pointer-events: all;
2249
+ flex: 0 0 auto;
2250
+ }
2251
+
2252
+ .ag-grid-pinned-left-cells {
2253
+ left: var(--ag-internal-pinned-left-sticky-offset, 0px);
2254
+ }
2255
+
2256
+ .ag-grid-pinned-right-cells {
2257
+ right: var(--ag-internal-pinned-right-sticky-offset, 0px);
2258
+ }
2259
+
2260
+ .ag-row:not(.ag-full-width-row) > .ag-grid-pinned-right-cells,
2261
+ .ag-header-row > .ag-grid-pinned-right-cells,
2262
+ .ag-row.ag-embedded-full-width-row > .ag-grid-pinned-right-cells {
2263
+ order: 1;
2264
+ }
2265
+
2266
+ .ag-rtl .ag-row:not(.ag-full-width-row) > .ag-grid-scrolling-cells,
2267
+ .ag-rtl .ag-header-row > .ag-grid-scrolling-cells,
2268
+ .ag-rtl .ag-row.ag-embedded-full-width-row > .ag-grid-scrolling-cells {
2269
+ order: 1;
2270
+ }
2271
+
2272
+ .ag-rtl .ag-row .ag-grid-scrolling-cells {
2273
+ margin-left: var(--ag-internal-pinned-left-sticky-offset, 0px);
2274
+ }
2275
+
2276
+ .ag-row-position-absolute {
2277
+ position: absolute;
2278
+ }
2279
+
2280
+ .ag-row-position-relative {
2281
+ position: relative;
2280
2282
  }
2281
2283
 
2282
2284
  .ag-row-inline-editing {
@@ -2476,10 +2478,83 @@ ag-grid-aurelia {
2476
2478
 
2477
2479
  .ag-overlay-loading-wrapper,
2478
2480
  .ag-overlay-exporting-wrapper,
2479
- .ag-overlay-modal-wrapper {
2481
+ .ag-overlay-modal-wrapper,
2482
+ .ag-overlay-file-input-wrapper {
2480
2483
  pointer-events: all;
2481
2484
  }
2482
2485
 
2486
+ .ag-overlay-file-input-center {
2487
+ border: solid 1px var(--ag-border-color);
2488
+ background: var(--ag-background-color);
2489
+ border-radius: var(--ag-card-radius);
2490
+ box-shadow: var(--ag-card-shadow);
2491
+ display: flex;
2492
+ flex-direction: column;
2493
+ align-items: center;
2494
+ gap: calc(var(--ag-grid-size) * 2);
2495
+ max-width: 420px;
2496
+ padding: calc(var(--ag-grid-size) * 2);
2497
+ }
2498
+
2499
+ .ag-file-input-error-banner {
2500
+ background: color-mix(in srgb, var(--ag-invalid-color) 10%, var(--ag-background-color));
2501
+ color: var(--ag-invalid-color);
2502
+ border-radius: var(--ag-border-radius);
2503
+ padding: calc(var(--ag-grid-size) * 0.75) calc(var(--ag-grid-size) * 2);
2504
+ width: 100%;
2505
+ text-align: center;
2506
+ font-size: 0.9em;
2507
+ }
2508
+
2509
+ .ag-file-input-drop-zone {
2510
+ border: dashed 2px var(--ag-border-color);
2511
+ border-radius: var(--ag-border-radius);
2512
+ padding: calc(var(--ag-grid-size) * 4);
2513
+ display: flex;
2514
+ flex-direction: column;
2515
+ align-items: center;
2516
+ gap: var(--ag-grid-size);
2517
+ width: 100%;
2518
+ }
2519
+
2520
+ .ag-file-input-drop-zone-active {
2521
+ border-color: var(--ag-input-focus-border-color);
2522
+ background: color-mix(in srgb, var(--ag-input-focus-border-color) 10%, var(--ag-background-color));
2523
+ }
2524
+
2525
+ .ag-file-input-processing {
2526
+ display: flex;
2527
+ align-items: center;
2528
+ gap: calc(var(--ag-grid-size) * 0.75);
2529
+ padding: calc(var(--ag-grid-size) * 4);
2530
+ }
2531
+ .ag-ltr .ag-file-input-processing .ag-loading-icon {
2532
+ padding-right: 0;
2533
+ }
2534
+ .ag-rtl .ag-file-input-processing .ag-loading-icon {
2535
+ padding-left: 0;
2536
+ }
2537
+
2538
+ .ag-file-input-text-row {
2539
+ display: flex;
2540
+ align-items: center;
2541
+ gap: calc(var(--ag-grid-size) * 0.75);
2542
+ }
2543
+
2544
+ .ag-file-input-text {
2545
+ font-weight: 600;
2546
+ }
2547
+
2548
+ .ag-file-input-browse {
2549
+ cursor: pointer;
2550
+ border: solid 1px var(--ag-border-color);
2551
+ background: transparent;
2552
+ color: var(--ag-text-color);
2553
+ border-radius: var(--ag-border-radius);
2554
+ padding: calc(var(--ag-grid-size) * 0.5) calc(var(--ag-grid-size) * 2);
2555
+ font: inherit;
2556
+ }
2557
+
2483
2558
  .ag-popup-child {
2484
2559
  z-index: 5;
2485
2560
  top: 0;
@@ -2502,54 +2577,55 @@ ag-grid-aurelia {
2502
2577
  width: 100%;
2503
2578
  }
2504
2579
 
2505
- .ag-floating-top,
2506
- .ag-floating-bottom {
2507
- overflow: hidden;
2508
- white-space: nowrap;
2580
+ .ag-grid-pinned-top-rows,
2581
+ .ag-grid-pinned-bottom-rows {
2509
2582
  width: 100%;
2510
- position: relative;
2511
- display: flex;
2583
+ position: sticky;
2584
+ z-index: 2;
2585
+ background-color: var(--ag-data-background-color);
2586
+ border-bottom: var(--ag-borders-critical) var(--ag-border-color);
2512
2587
  }
2513
2588
 
2514
- .ag-pinned-left-floating-top,
2515
- .ag-pinned-right-floating-top,
2516
- .ag-pinned-left-floating-bottom,
2517
- .ag-pinned-right-floating-bottom {
2518
- overflow: hidden;
2519
- position: relative;
2520
- min-width: 0px;
2589
+ .ag-grid-pinned-top-rows {
2590
+ top: 0;
2591
+ white-space: nowrap;
2592
+ }
2593
+
2594
+ .ag-grid-pinned-bottom-rows {
2595
+ bottom: 0;
2596
+ border-bottom: none;
2597
+ white-space: nowrap;
2598
+ box-sizing: content-box !important;
2599
+ }
2600
+ .ag-grid-pinned-bottom-rows .ag-grid-pinned-left-cells,
2601
+ .ag-grid-pinned-bottom-rows .ag-grid-scrolling-cells,
2602
+ .ag-grid-pinned-bottom-rows .ag-grid-pinned-right-cells {
2603
+ box-sizing: border-box;
2521
2604
  }
2522
2605
 
2523
- .ag-sticky-top,
2524
- .ag-sticky-bottom {
2606
+ .ag-grid-pinned-top-rows-container,
2607
+ .ag-grid-pinned-bottom-rows-container,
2608
+ .ag-grid-sticky-top-rows-container,
2609
+ .ag-grid-sticky-bottom-rows-container {
2610
+ background-color: var(--ag-data-background-color);
2525
2611
  position: absolute;
2526
- display: flex;
2527
2612
  width: 100%;
2528
- overflow: hidden;
2529
- height: 0px;
2613
+ white-space: nowrap;
2614
+ overflow: visible;
2530
2615
  }
2531
2616
 
2532
- .ag-sticky-bottom {
2533
- box-sizing: content-box !important;
2534
- }
2535
- .ag-sticky-bottom .ag-pinned-left-sticky-bottom,
2536
- .ag-sticky-bottom .ag-sticky-bottom-container,
2537
- .ag-sticky-bottom .ag-pinned-right-sticky-bottom {
2538
- box-sizing: border-box;
2617
+ .ag-grid-pinned-top-rows-container {
2618
+ display: flex;
2619
+ z-index: 1;
2539
2620
  }
2540
2621
 
2541
- .ag-pinned-left-sticky-top,
2542
- .ag-pinned-right-sticky-top {
2543
- position: relative;
2544
- height: 100%;
2545
- overflow: hidden;
2622
+ .ag-grid-pinned-bottom-rows-container {
2623
+ display: flex;
2546
2624
  }
2547
2625
 
2548
- .ag-sticky-top-full-width-container,
2549
- .ag-sticky-bottom-full-width-container {
2550
- overflow: hidden;
2626
+ .ag-extra-rows-container {
2627
+ position: absolute;
2551
2628
  width: 100%;
2552
- height: 100%;
2553
2629
  }
2554
2630
 
2555
2631
  .ag-dialog,
@@ -2892,8 +2968,15 @@ ag-grid-aurelia {
2892
2968
  }
2893
2969
 
2894
2970
  .ag-paging-panel {
2971
+ display: flex;
2895
2972
  align-items: center;
2973
+ }
2974
+
2975
+ .ag-paging-panel-content {
2896
2976
  display: flex;
2977
+ flex: 0 0 auto;
2978
+ min-width: 100%;
2979
+ align-items: center;
2897
2980
  justify-content: flex-end;
2898
2981
  }
2899
2982
 
@@ -3091,10 +3174,10 @@ ag-grid-aurelia {
3091
3174
  left: 0;
3092
3175
  height: 4px;
3093
3176
  width: 100%;
3094
- cursor: ns-resize;
3177
+ cursor: row-resize;
3095
3178
  }
3096
3179
 
3097
- .ag-floating-bottom .ag-row-numbers-resizer {
3180
+ .ag-grid-pinned-bottom-rows .ag-row-numbers-resizer {
3098
3181
  bottom: unset;
3099
3182
  top: -2px;
3100
3183
  }
@@ -3167,6 +3250,23 @@ ag-grid-aurelia {
3167
3250
  align-items: flex-end;
3168
3251
  }
3169
3252
 
3253
+ .ag-field-set {
3254
+ display: flex;
3255
+ align-items: center;
3256
+ }
3257
+
3258
+ .ag-field-set-wrapper {
3259
+ display: flex;
3260
+ }
3261
+
3262
+ .ag-field-set-wrapper-horizontal {
3263
+ flex-direction: row;
3264
+ }
3265
+
3266
+ .ag-field-set-wrapper-vertical {
3267
+ flex-direction: column;
3268
+ }
3269
+
3170
3270
  .ag-toggle-button-icon {
3171
3271
  transition: right 0.3s;
3172
3272
  position: absolute;
@@ -3371,28 +3471,36 @@ ag-grid-aurelia {
3371
3471
  .ag-ltr {
3372
3472
  direction: ltr;
3373
3473
  }
3374
- .ag-ltr .ag-body,
3375
- .ag-ltr .ag-floating-top,
3376
- .ag-ltr .ag-floating-bottom,
3377
- .ag-ltr .ag-header,
3378
- .ag-ltr .ag-sticky-top,
3379
- .ag-ltr .ag-sticky-bottom,
3380
- .ag-ltr .ag-body-viewport,
3381
- .ag-ltr .ag-body-horizontal-scroll {
3474
+ .ag-ltr .ag-grid-scrolling-rows,
3475
+ .ag-ltr .ag-grid-pinned-top-rows,
3476
+ .ag-ltr .ag-grid-pinned-bottom-rows,
3477
+ .ag-ltr .ag-grid-pinned-top-rows-container,
3478
+ .ag-ltr .ag-grid-pinned-bottom-rows-container,
3479
+ .ag-ltr .ag-grid-sticky-top-rows-container,
3480
+ .ag-ltr .ag-grid-sticky-bottom-rows-container {
3481
+ flex-direction: row;
3482
+ }
3483
+ .ag-ltr .ag-row:where(:not(.ag-full-width-row)),
3484
+ .ag-ltr .ag-row:where(.ag-embedded-full-width-row),
3485
+ .ag-ltr .ag-header-row {
3382
3486
  flex-direction: row;
3383
3487
  }
3384
3488
 
3385
3489
  .ag-rtl {
3386
3490
  direction: rtl;
3387
3491
  }
3388
- .ag-rtl .ag-body,
3389
- .ag-rtl .ag-floating-top,
3390
- .ag-rtl .ag-floating-bottom,
3391
- .ag-rtl .ag-header,
3392
- .ag-rtl .ag-sticky-top,
3393
- .ag-rtl .ag-sticky-bottom,
3394
- .ag-rtl .ag-body-viewport,
3395
- .ag-rtl .ag-body-horizontal-scroll {
3492
+ .ag-rtl .ag-grid-scrolling-rows,
3493
+ .ag-rtl .ag-grid-pinned-top-rows,
3494
+ .ag-rtl .ag-grid-pinned-bottom-rows,
3495
+ .ag-rtl .ag-grid-pinned-top-rows-container,
3496
+ .ag-rtl .ag-grid-pinned-bottom-rows-container,
3497
+ .ag-rtl .ag-grid-sticky-top-rows-container,
3498
+ .ag-rtl .ag-grid-sticky-bottom-rows-container {
3499
+ flex-direction: row-reverse;
3500
+ }
3501
+ .ag-rtl .ag-row:not(.ag-full-width-row),
3502
+ .ag-rtl .ag-row.ag-embedded-full-width-row,
3503
+ .ag-rtl .ag-header-row {
3396
3504
  flex-direction: row-reverse;
3397
3505
  }
3398
3506
  .ag-rtl .ag-icon-contracted,
@@ -3402,20 +3510,25 @@ ag-grid-aurelia {
3402
3510
  transform: rotate(180deg);
3403
3511
  }
3404
3512
 
3405
- .ag-body .ag-body-viewport {
3406
- -webkit-overflow-scrolling: touch;
3407
- }
3408
-
3409
3513
  .ag-measurement-container {
3410
3514
  width: 0;
3411
3515
  overflow: hidden;
3412
3516
  visibility: hidden;
3517
+ --ag-header-row-border: var(--ag-borders-critical) var(--ag-border-color);
3518
+ --ag-pinned-row-border: var(--ag-borders-critical) var(--ag-border-color);
3519
+ --ag-row-border: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
3413
3520
  }
3414
3521
  .ag-measurement-container div {
3415
3522
  position: absolute;
3416
3523
  }
3417
3524
 
3418
- .ag-layout-print.ag-body {
3525
+ .ag-measurement-element-border::before {
3526
+ content: "";
3527
+ display: block;
3528
+ border-left: var(--ag-internal-measurement-border);
3529
+ }
3530
+
3531
+ .ag-layout-print.ag-grid-scrolling-rows {
3419
3532
  display: block;
3420
3533
  height: unset;
3421
3534
  }
@@ -3428,9 +3541,6 @@ ag-grid-aurelia {
3428
3541
  .ag-layout-print .ag-body-horizontal-scroll {
3429
3542
  display: none;
3430
3543
  }
3431
- .ag-layout-print.ag-force-vertical-scroll {
3432
- overflow-y: visible !important;
3433
- }
3434
3544
 
3435
3545
  @media print {
3436
3546
  .ag-root-wrapper.ag-layout-print {
@@ -3439,9 +3549,7 @@ ag-grid-aurelia {
3439
3549
  }
3440
3550
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
3441
3551
  .ag-root-wrapper.ag-layout-print .ag-root,
3442
- .ag-root-wrapper.ag-layout-print .ag-body-viewport,
3443
- .ag-root-wrapper.ag-layout-print .ag-center-cols-container,
3444
- .ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
3552
+ .ag-root-wrapper.ag-layout-print .ag-grid-scrolling-container,
3445
3553
  .ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
3446
3554
  .ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
3447
3555
  height: auto !important;
@@ -4089,6 +4197,15 @@ button[class^=ag-]:focus.invalid {
4089
4197
  width: 100%;
4090
4198
  }
4091
4199
 
4200
+ .ag-autocomplete-list-popup {
4201
+ position: absolute;
4202
+ user-select: none;
4203
+ border-radius: var(--ag-border-radius);
4204
+ box-shadow: var(--ag-dropdown-shadow);
4205
+ background-color: var(--ag-background-color);
4206
+ padding: 0;
4207
+ }
4208
+
4092
4209
  .ag-autocomplete-list {
4093
4210
  width: 100%;
4094
4211
  min-width: 200px;
@@ -4096,6 +4213,7 @@ button[class^=ag-]:focus.invalid {
4096
4213
  }
4097
4214
 
4098
4215
  .ag-autocomplete-virtual-list-item {
4216
+ display: flex;
4099
4217
  cursor: default;
4100
4218
  height: var(--ag-list-item-height);
4101
4219
  }
@@ -4106,7 +4224,17 @@ button[class^=ag-]:focus.invalid {
4106
4224
  background-color: var(--ag-row-hover-color);
4107
4225
  }
4108
4226
 
4227
+ .ag-autocomplete-row {
4228
+ display: flex;
4229
+ flex: 1 1 auto;
4230
+ align-items: center;
4231
+ overflow: hidden;
4232
+ }
4233
+
4109
4234
  .ag-autocomplete-row-label {
4235
+ white-space: nowrap;
4236
+ overflow: hidden;
4237
+ text-overflow: ellipsis;
4110
4238
  margin: 0px var(--ag-widget-container-horizontal-padding);
4111
4239
  }
4112
4240
 
@@ -4275,6 +4403,20 @@ button[class^=ag-]:focus.invalid {
4275
4403
  opacity: 0.7;
4276
4404
  pointer-events: none;
4277
4405
  }
4406
+ .ag-dragging-range-handle .ag-dialog .ag-charts-canvas-center,
4407
+ .ag-dragging-range-handle .ag-dialog .ag-charts-series-area,
4408
+ .ag-dragging-range-handle .ag-dialog .ag-charts-proxy-elem,
4409
+ .ag-dragging-range-handle .ag-dialog .ag-charts-proxy-legend-toolbar,
4410
+ .ag-dragging-range-handle .ag-dialog .ag-charts-toolbar,
4411
+ .ag-dragging-range-handle .ag-dialog .ag-charts-canvas-overlay > *,
4412
+ .ag-dragging-fill-handle .ag-dialog .ag-charts-canvas-center,
4413
+ .ag-dragging-fill-handle .ag-dialog .ag-charts-series-area,
4414
+ .ag-dragging-fill-handle .ag-dialog .ag-charts-proxy-elem,
4415
+ .ag-dragging-fill-handle .ag-dialog .ag-charts-proxy-legend-toolbar,
4416
+ .ag-dragging-fill-handle .ag-dialog .ag-charts-toolbar,
4417
+ .ag-dragging-fill-handle .ag-dialog .ag-charts-canvas-overlay > * {
4418
+ pointer-events: none;
4419
+ }
4278
4420
 
4279
4421
  .ag-dialog {
4280
4422
  border-radius: var(--ag-border-radius);
@@ -4396,7 +4538,7 @@ button[class^=ag-]:focus.invalid {
4396
4538
  border-radius: var(--ag-card-radius);
4397
4539
  white-space: normal;
4398
4540
  }
4399
- .ag-tooltip.ag-cell-editor-tooltip, .ag-tooltip.ag-cell-formula-tooltip {
4541
+ .ag-tooltip.ag-cell-editor-tooltip, .ag-tooltip.ag-cell-formula-tooltip, .ag-tooltip.ag-calculated-column-expression-tooltip {
4400
4542
  background-color: var(--ag-tooltip-error-background-color);
4401
4543
  color: var(--ag-tooltip-error-text-color);
4402
4544
  border: var(--ag-borders) var(--ag-tooltip-error-border-color);
@@ -4608,13 +4750,63 @@ button[class^=ag-]:focus.invalid {
4608
4750
 
4609
4751
  .ag-row {
4610
4752
  height: var(--ag-row-height);
4611
- background-color: var(--ag-data-background-color);
4612
- border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
4613
4753
  }
4614
4754
  .ag-row.ag-row-editing-invalid {
4615
4755
  background-color: var(--ag-full-row-invalid-background-color);
4616
4756
  }
4617
4757
 
4758
+ .ag-row.ag-full-width-row:not(.ag-embedded-full-width-row) {
4759
+ border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
4760
+ }
4761
+
4762
+ .ag-row:not(.ag-header-row, .ag-full-width-row) > .ag-grid-pinned-left-cells,
4763
+ .ag-row:not(.ag-header-row, .ag-full-width-row) > .ag-grid-scrolling-cells,
4764
+ .ag-row:not(.ag-header-row, .ag-full-width-row) > .ag-grid-pinned-right-cells,
4765
+ .ag-row.ag-embedded-full-width-row > .ag-grid-pinned-left-cells,
4766
+ .ag-row.ag-embedded-full-width-row > .ag-grid-scrolling-cells,
4767
+ .ag-row.ag-embedded-full-width-row > .ag-grid-pinned-right-cells {
4768
+ border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
4769
+ }
4770
+
4771
+ .ag-grid-pinned-bottom-rows-container .ag-row-last:not(.ag-header-row, .ag-full-width-row) > .ag-grid-pinned-left-cells,
4772
+ .ag-grid-pinned-bottom-rows-container .ag-row-last:not(.ag-header-row, .ag-full-width-row) > .ag-grid-scrolling-cells,
4773
+ .ag-grid-pinned-bottom-rows-container .ag-row-last:not(.ag-header-row, .ag-full-width-row) > .ag-grid-pinned-right-cells,
4774
+ .ag-grid-pinned-bottom-rows-container .ag-row-last.ag-embedded-full-width-row > .ag-grid-pinned-left-cells,
4775
+ .ag-grid-pinned-bottom-rows-container .ag-row-last.ag-embedded-full-width-row > .ag-grid-scrolling-cells,
4776
+ .ag-grid-pinned-bottom-rows-container .ag-row-last.ag-embedded-full-width-row > .ag-grid-pinned-right-cells {
4777
+ border-bottom: none;
4778
+ }
4779
+
4780
+ :where(.ag-grid-sticky-bottom-rows-container) .ag-row:where(:not(.ag-header-row, .ag-full-width-row)) > .ag-grid-pinned-left-cells,
4781
+ :where(.ag-grid-sticky-bottom-rows-container) .ag-row:where(:not(.ag-header-row, .ag-full-width-row)) > .ag-grid-scrolling-cells,
4782
+ :where(.ag-grid-sticky-bottom-rows-container) .ag-row:where(:not(.ag-header-row, .ag-full-width-row)) > .ag-grid-pinned-right-cells,
4783
+ :where(.ag-grid-sticky-bottom-rows-container) .ag-row:where(.ag-embedded-full-width-row) > .ag-grid-pinned-left-cells,
4784
+ :where(.ag-grid-sticky-bottom-rows-container) .ag-row:where(.ag-embedded-full-width-row) > .ag-grid-scrolling-cells,
4785
+ :where(.ag-grid-sticky-bottom-rows-container) .ag-row:where(.ag-embedded-full-width-row) > .ag-grid-pinned-right-cells {
4786
+ border-bottom: none;
4787
+ border-top: var(--ag-row-border);
4788
+ }
4789
+
4790
+ :where(.ag-row:not(.ag-header-row)) {
4791
+ background-color: var(--ag-data-background-color);
4792
+ --ag-internal-row-overlay-color: transparent;
4793
+ --ag-internal-row-overlay-image: none;
4794
+ }
4795
+
4796
+ .ag-grid-container-wrapper {
4797
+ width: 100%;
4798
+ height: 100%;
4799
+ }
4800
+
4801
+ .ag-row:not(.ag-header-row) > .ag-grid-pinned-left-cells,
4802
+ .ag-row:not(.ag-header-row) > .ag-grid-pinned-right-cells {
4803
+ background-color: inherit;
4804
+ background-image: linear-gradient(var(--ag-data-background-color), var(--ag-data-background-color));
4805
+ }
4806
+ .ag-row:not(.ag-header-row) .ag-grid-container-wrapper {
4807
+ background-color: inherit;
4808
+ }
4809
+
4618
4810
  .ag-spanned-cell-wrapper {
4619
4811
  background-color: var(--ag-data-background-color);
4620
4812
  position: absolute;
@@ -4662,9 +4854,8 @@ button[class^=ag-]:focus.invalid {
4662
4854
  border: 1px solid var(--ag-range-selection-border-color);
4663
4855
  }
4664
4856
 
4665
- .ag-body,
4666
- .ag-floating-top,
4667
- .ag-floating-bottom {
4857
+ .ag-grid-scrolling-rows,
4858
+ .ag-grid-pinned-bottom-rows-container {
4668
4859
  background-color: var(--ag-data-background-color);
4669
4860
  }
4670
4861
 
@@ -4672,28 +4863,36 @@ button[class^=ag-]:focus.invalid {
4672
4863
  background-color: var(--ag-odd-row-background-color);
4673
4864
  }
4674
4865
 
4675
- .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
4676
- border-right: var(--ag-borders-critical) var(--ag-border-color);
4866
+ .ag-row-selected {
4867
+ --ag-internal-row-overlay-color: var(--ag-selected-row-background-color);
4677
4868
  }
4678
- .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
4679
- border-left: var(--ag-borders-critical) var(--ag-border-color);
4869
+
4870
+ .ag-row-hover:not(.ag-full-width-row),
4871
+ .ag-row-hover.ag-full-width-row.ag-row-group {
4872
+ --ag-internal-row-overlay-color: var(--ag-row-hover-color);
4680
4873
  }
4681
4874
 
4682
- .ag-row-selected::before {
4875
+ .ag-row-selected .ag-grid-pinned-left-cells::before,
4876
+ .ag-row-selected .ag-grid-pinned-right-cells::before,
4877
+ .ag-row-selected .ag-grid-scrolling-cells::before,
4878
+ .ag-row-hover:not(.ag-full-width-row) .ag-grid-pinned-left-cells::before,
4879
+ .ag-row-hover:not(.ag-full-width-row) .ag-grid-pinned-right-cells::before,
4880
+ .ag-row-hover:not(.ag-full-width-row) .ag-grid-scrolling-cells::before {
4683
4881
  content: "";
4684
- background-color: var(--ag-selected-row-background-color);
4685
4882
  display: block;
4686
4883
  position: absolute;
4687
4884
  top: 0;
4688
4885
  left: 0;
4689
4886
  right: 0;
4690
4887
  bottom: 0;
4888
+ pointer-events: none;
4889
+ background-color: var(--ag-internal-row-overlay-color);
4890
+ background-image: var(--ag-internal-row-overlay-image);
4691
4891
  }
4692
4892
 
4693
- .ag-row-hover:not(.ag-full-width-row)::before,
4893
+ .ag-row-selected.ag-full-width-row::before,
4694
4894
  .ag-row-hover.ag-full-width-row.ag-row-group::before {
4695
4895
  content: "";
4696
- background-color: var(--ag-row-hover-color);
4697
4896
  display: block;
4698
4897
  position: absolute;
4699
4898
  top: 0;
@@ -4701,15 +4900,20 @@ button[class^=ag-]:focus.invalid {
4701
4900
  right: 0;
4702
4901
  bottom: 0;
4703
4902
  pointer-events: none;
4903
+ background-color: var(--ag-internal-row-overlay-color);
4904
+ background-image: var(--ag-internal-row-overlay-image);
4704
4905
  }
4705
4906
 
4706
- .ag-row.ag-full-width-row.ag-row-group > * {
4907
+ .ag-row.ag-full-width-row > * {
4707
4908
  position: relative;
4708
4909
  }
4709
4910
 
4710
- .ag-row-hover.ag-row-selected::before {
4711
- background-color: var(--ag-row-hover-color);
4712
- background-image: linear-gradient(var(--ag-selected-row-background-color), var(--ag-selected-row-background-color));
4911
+ .ag-row-hover.ag-row-selected {
4912
+ --ag-internal-row-overlay-color: var(--ag-row-hover-color);
4913
+ --ag-internal-row-overlay-image: linear-gradient(
4914
+ var(--ag-selected-row-background-color),
4915
+ var(--ag-selected-row-background-color)
4916
+ );
4713
4917
  }
4714
4918
 
4715
4919
  .ag-column-hover {
@@ -4800,9 +5004,9 @@ button[class^=ag-]:focus.invalid {
4800
5004
  background-color: var(--ag-data-background-color);
4801
5005
  }
4802
5006
 
4803
- .ag-layout-auto-height .ag-center-cols-viewport,
4804
- .ag-layout-print .ag-center-cols-viewport {
4805
- min-height: 50px;
5007
+ .ag-layout-auto-height .ag-grid-scrolling-rows,
5008
+ .ag-layout-print .ag-grid-scrolling-rows {
5009
+ min-height: var(--ag-auto-height-min-body-height);
4806
5010
  }
4807
5011
 
4808
5012
  .ag-overlay-loading-wrapper,
@@ -4880,12 +5084,38 @@ button[class^=ag-]:focus.invalid {
4880
5084
  transform: rotate(360deg);
4881
5085
  }
4882
5086
  }
4883
- .ag-floating-top:not(.ag-invisible) {
4884
- border-bottom: var(--ag-borders-critical) var(--ag-border-color);
5087
+ .ag-body-vertical-content-no-gap .ag-has-bottom-pinned-rows .ag-grid-scrolling-container .ag-row-last > .ag-grid-pinned-left-cells,
5088
+ .ag-body-vertical-content-no-gap .ag-has-bottom-pinned-rows .ag-grid-scrolling-container .ag-row-last > .ag-grid-scrolling-cells,
5089
+ .ag-body-vertical-content-no-gap .ag-has-bottom-pinned-rows .ag-grid-scrolling-container .ag-row-last > .ag-grid-pinned-right-cells,
5090
+ .ag-body-vertical-content-no-gap .ag-has-bottom-pinned-rows .ag-grid-pinned-bottom-rows .ag-grid-sticky-bottom-rows-container .ag-row-last > .ag-grid-pinned-left-cells,
5091
+ .ag-body-vertical-content-no-gap .ag-has-bottom-pinned-rows .ag-grid-pinned-bottom-rows .ag-grid-sticky-bottom-rows-container .ag-row-last > .ag-grid-scrolling-cells,
5092
+ .ag-body-vertical-content-no-gap .ag-has-bottom-pinned-rows .ag-grid-pinned-bottom-rows .ag-grid-sticky-bottom-rows-container .ag-row-last > .ag-grid-pinned-right-cells {
5093
+ border-bottom: none;
5094
+ }
5095
+
5096
+ .ag-grid-pinned-bottom-rows > .ag-grid-pinned-bottom-rows-container > .ag-row:first-child:not(.ag-row-pinned) > .ag-grid-pinned-left-cells,
5097
+ .ag-grid-pinned-bottom-rows > .ag-grid-pinned-bottom-rows-container > .ag-row:first-child:not(.ag-row-pinned) > .ag-grid-scrolling-cells,
5098
+ .ag-grid-pinned-bottom-rows > .ag-grid-pinned-bottom-rows-container > .ag-row:first-child:not(.ag-row-pinned) > .ag-grid-pinned-right-cells {
5099
+ border-top: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
5100
+ }
5101
+ .ag-grid-pinned-bottom-rows > .ag-grid-pinned-bottom-rows-container > .ag-row:first-child:not(.ag-row-pinned) > .ag-full-width-anchor {
5102
+ border-top: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
4885
5103
  }
4886
5104
 
4887
- .ag-floating-bottom:not(.ag-invisible) {
5105
+ .ag-body-horizontal-scroll-viewport,
5106
+ .ag-body-vertical-scroll-viewport {
5107
+ background-color: var(--ag-background-color);
5108
+ }
5109
+
5110
+ .ag-grid-scrollable-area.ag-has-bottom-pinned-rows .ag-grid-pinned-bottom-rows-container::before {
5111
+ content: "";
5112
+ position: absolute;
5113
+ left: 0;
5114
+ right: 0;
5115
+ top: 0;
4888
5116
  border-top: var(--ag-borders-critical) var(--ag-border-color);
5117
+ pointer-events: none;
5118
+ z-index: 3;
4889
5119
  }
4890
5120
 
4891
5121
  .ag-find-cell {
@@ -4927,45 +5157,45 @@ button[class^=ag-]:focus.invalid {
4927
5157
 
4928
5158
  .ag-cell-range-selected:not(.ag-cell-focus),
4929
5159
  .ag-cell-range-selected.ag-cell-range-chart,
4930
- .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
5160
+ .ag-grid-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
4931
5161
  background-color: var(--ag-range-selection-background-color);
4932
5162
  }
4933
5163
  .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
4934
5164
  .ag-cell-range-selected.ag-cell-range-chart.ag-cell-range-chart,
4935
- .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
5165
+ .ag-grid-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
4936
5166
  background-color: var(--ag-range-selection-chart-background-color) !important;
4937
5167
  }
4938
5168
  .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
4939
5169
  .ag-cell-range-selected.ag-cell-range-chart.ag-cell-range-chart.ag-cell-range-chart-category,
4940
- .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
5170
+ .ag-grid-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
4941
5171
  background-color: var(--ag-range-selection-chart-category-background-color) !important;
4942
5172
  }
4943
5173
 
4944
5174
  .ag-cell-range-selected-1:not(.ag-cell-focus),
4945
5175
  .ag-cell-range-selected-1.ag-cell-range-chart,
4946
5176
  .ag-cell-range-selected-1.ag-formula-range,
4947
- .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
5177
+ .ag-root:not(.ag-context-menu-open) .ag-grid-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
4948
5178
  background-color: var(--ag-range-selection-background-color);
4949
5179
  }
4950
5180
 
4951
5181
  .ag-cell-range-selected-2:not(.ag-cell-focus),
4952
5182
  .ag-cell-range-selected-2.ag-cell-range-chart,
4953
5183
  .ag-cell-range-selected-2.ag-formula-range,
4954
- .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
5184
+ .ag-grid-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
4955
5185
  background-color: var(--ag-range-selection-background-color-2);
4956
5186
  }
4957
5187
 
4958
5188
  .ag-cell-range-selected-3:not(.ag-cell-focus),
4959
5189
  .ag-cell-range-selected-3.ag-cell-range-chart,
4960
5190
  .ag-cell-range-selected-3.ag-formula-range,
4961
- .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
5191
+ .ag-grid-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
4962
5192
  background-color: var(--ag-range-selection-background-color-3);
4963
5193
  }
4964
5194
 
4965
5195
  .ag-cell-range-selected-4:not(.ag-cell-focus),
4966
5196
  .ag-cell-range-selected-4.ag-cell-range-chart,
4967
5197
  .ag-cell-range-selected-4.ag-formula-range,
4968
- .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
5198
+ .ag-grid-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
4969
5199
  background-color: var(--ag-range-selection-background-color-4);
4970
5200
  }
4971
5201
 
@@ -5134,6 +5364,10 @@ button[class^=ag-]:focus.invalid {
5134
5364
  opacity: 0.5;
5135
5365
  }
5136
5366
 
5367
+ .ag-show-values-as-inapplicable {
5368
+ opacity: 0.5;
5369
+ }
5370
+
5137
5371
  .ag-ltr .ag-menu-option-icon,
5138
5372
  .ag-ltr .ag-compact-menu-option-icon {
5139
5373
  padding-left: calc(var(--ag-grid-size) * 2);
@@ -5419,6 +5653,7 @@ button[class^=ag-]:focus.invalid {
5419
5653
  }
5420
5654
  }
5421
5655
  .ag-tool-panel-external {
5656
+ width: 100%;
5422
5657
  display: flex;
5423
5658
  flex-direction: row;
5424
5659
  }
@@ -5890,27 +6125,45 @@ button.ag-side-button-button:focus {
5890
6125
  bottom: 0;
5891
6126
  }
5892
6127
 
5893
- .ag-header,
5894
6128
  .ag-advanced-filter-header {
5895
6129
  background-color: var(--ag-header-background-color);
5896
6130
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
5897
6131
  }
5898
6132
 
5899
6133
  .ag-header-row {
5900
- color: var(--ag-header-foreground-color);
6134
+ border-bottom: none;
5901
6135
  height: var(--ag-header-height);
5902
6136
  }
5903
-
5904
- .ag-pinned-right-header {
6137
+ .ag-header-row .ag-grid-scrolling-cells {
6138
+ background-color: var(--ag-header-background-color);
6139
+ }
6140
+ .ag-header-row > .ag-grid-pinned-left-cells,
6141
+ .ag-header-row > .ag-grid-pinned-right-cells {
6142
+ background-image: linear-gradient(var(--ag-background-color), var(--ag-background-color));
6143
+ }
6144
+ .ag-header-row .ag-grid-container-wrapper {
6145
+ background-color: var(--ag-header-background-color);
6146
+ width: 100%;
6147
+ height: 100%;
6148
+ }
6149
+ .ag-header-row .ag-grid-pinned-right-cells {
6150
+ overflow: visible;
6151
+ }
6152
+ .ag-header-row .ag-grid-pinned-right-cells .ag-grid-container-wrapper {
5905
6153
  border-left: var(--ag-borders-critical) var(--ag-border-color);
5906
6154
  }
5907
-
5908
- .ag-pinned-left-header {
6155
+ .ag-header-row .ag-grid-pinned-left-cells {
6156
+ overflow: visible;
6157
+ }
6158
+ .ag-header-row .ag-grid-pinned-left-cells .ag-grid-container-wrapper {
5909
6159
  border-right: var(--ag-borders-critical) var(--ag-border-color);
5910
6160
  }
5911
6161
 
6162
+ .ag-header-cell:not(.ag-right-aligned-header) .ag-calculated-column-icon,
5912
6163
  .ag-header-cell:not(.ag-right-aligned-header) .ag-header-col-ref {
5913
6164
  margin-right: var(--ag-grid-size);
6165
+ }
6166
+ .ag-header-cell:not(.ag-right-aligned-header) .ag-header-col-ref {
5914
6167
  color: var(--ag-subtle-text-color);
5915
6168
  }
5916
6169
  .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon,
@@ -5935,6 +6188,10 @@ button.ag-side-button-button:focus {
5935
6188
  margin-left: var(--ag-grid-size);
5936
6189
  }
5937
6190
 
6191
+ .ag-show-values-as-dormant {
6192
+ opacity: 0.35;
6193
+ }
6194
+
5938
6195
  .ag-header-cell,
5939
6196
  .ag-header-group-cell {
5940
6197
  padding-left: var(--ag-cell-horizontal-padding);
@@ -6017,8 +6274,8 @@ button.ag-side-button-button:focus {
6017
6274
  margin-right: 4px;
6018
6275
  }
6019
6276
 
6020
- .ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total, .ag-header-parent-hidden),
6021
- .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
6277
+ .ag-header-row.ag-header-row-not-first .ag-header-cell:not(.ag-header-span-height.ag-header-span-total, .ag-header-parent-hidden),
6278
+ .ag-header-row.ag-header-row-not-first .ag-header-group-cell.ag-header-group-cell-with-group {
6022
6279
  border-top: var(--ag-borders-critical) var(--ag-border-color);
6023
6280
  }
6024
6281
 
@@ -6033,7 +6290,7 @@ button.ag-side-button-button:focus {
6033
6290
  }
6034
6291
 
6035
6292
  .ag-header-cell::before,
6036
- .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
6293
+ .ag-header-group-cell::before {
6037
6294
  content: "";
6038
6295
  position: absolute;
6039
6296
  z-index: 1;
@@ -6044,11 +6301,11 @@ button.ag-side-button-button:focus {
6044
6301
  background-color: var(--ag-header-column-separator-color);
6045
6302
  }
6046
6303
  .ag-ltr .ag-header-cell::before,
6047
- .ag-ltr .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
6304
+ .ag-ltr .ag-header-group-cell::before {
6048
6305
  right: 0;
6049
6306
  }
6050
6307
  .ag-rtl .ag-header-cell::before,
6051
- .ag-rtl .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
6308
+ .ag-rtl .ag-header-group-cell::before {
6052
6309
  left: 0;
6053
6310
  }
6054
6311
 
@@ -6070,7 +6327,7 @@ button.ag-side-button-button:focus {
6070
6327
  right: 0px;
6071
6328
  }
6072
6329
 
6073
- .ag-pinned-left-header .ag-header-highlight-after::after {
6330
+ .ag-grid-pinned-left-cells .ag-header-highlight-after::after {
6074
6331
  right: 1px;
6075
6332
  }
6076
6333
 
@@ -6089,23 +6346,22 @@ button.ag-side-button-button:focus {
6089
6346
  top: calc(50% - var(--ag-header-column-resize-handle-height) * 0.5);
6090
6347
  background-color: var(--ag-header-column-resize-handle-color);
6091
6348
  }
6092
- .ag-header-cell.ag-header-span-height .ag-header-cell-resize::after {
6093
- height: calc(100% - var(--ag-grid-size) * 4);
6094
- top: calc(var(--ag-grid-size) * 2);
6095
- }
6096
-
6097
- .ag-ltr .ag-header-viewport .ag-header-cell-resize::after {
6349
+ .ag-ltr .ag-header-cell-resize::after {
6098
6350
  left: calc(50% - var(--ag-header-column-resize-handle-width));
6099
6351
  }
6100
- .ag-rtl .ag-header-viewport .ag-header-cell-resize::after {
6352
+ .ag-rtl .ag-header-cell-resize::after {
6101
6353
  right: calc(50% - var(--ag-header-column-resize-handle-width));
6102
6354
  }
6355
+ .ag-header-cell.ag-header-span-height .ag-header-cell-resize::after {
6356
+ height: calc(100% - var(--ag-grid-size) * 4);
6357
+ top: calc(var(--ag-grid-size) * 2);
6358
+ }
6103
6359
 
6104
- .ag-pinned-left-header .ag-header-cell-resize::after {
6360
+ .ag-grid-pinned-left-cells .ag-header-cell-resize::after {
6105
6361
  left: calc(50% - var(--ag-header-column-resize-handle-width));
6106
6362
  }
6107
6363
 
6108
- .ag-pinned-right-header .ag-header-cell-resize::after {
6364
+ .ag-grid-pinned-right-cells .ag-header-cell-resize::after {
6109
6365
  left: 50%;
6110
6366
  }
6111
6367
 
@@ -6152,11 +6408,14 @@ button.ag-side-button-button:focus {
6152
6408
  border-top-color: var(--ag-border-color);
6153
6409
  color: var(--ag-secondary-foreground-color);
6154
6410
  height: var(--ag-pagination-panel-height);
6411
+ overflow: auto hidden;
6412
+ scrollbar-width: thin;
6155
6413
  }
6156
- .ag-paging-panel > * {
6414
+
6415
+ .ag-paging-panel-content > * {
6157
6416
  margin: 0 var(--ag-cell-horizontal-padding);
6158
6417
  }
6159
- .ag-paging-panel > .ag-paging-page-size .ag-wrapper {
6418
+ .ag-paging-panel-content > .ag-paging-page-size .ag-wrapper {
6160
6419
  min-width: calc(var(--ag-grid-size) * 10);
6161
6420
  }
6162
6421
 
@@ -6169,6 +6428,15 @@ button.ag-side-button-button:focus {
6169
6428
  color: var(--ag-disabled-foreground-color);
6170
6429
  }
6171
6430
 
6431
+ .ag-number-field.ag-paging-number {
6432
+ display: inline-block;
6433
+ }
6434
+
6435
+ .ag-number-field.ag-paging-number .ag-input-field-input {
6436
+ text-align: end;
6437
+ padding-inline: var(--ag-grid-size);
6438
+ }
6439
+
6172
6440
  .ag-paging-button:focus-visible {
6173
6441
  outline: none;
6174
6442
  }
@@ -6192,12 +6460,30 @@ button.ag-side-button-button:focus {
6192
6460
  line-height: 0;
6193
6461
  }
6194
6462
 
6463
+ .ag-paging-row-summary-panel {
6464
+ display: inline-grid;
6465
+ }
6466
+ .ag-paging-row-summary-panel::before {
6467
+ content: var(--ag-internal-pagination-width-string);
6468
+ grid-area: 1/1;
6469
+ visibility: hidden;
6470
+ font-weight: 500;
6471
+ font-variant-numeric: tabular-nums;
6472
+ }
6473
+
6474
+ .ag-paging-row-summary-content {
6475
+ grid-area: 1/1;
6476
+ justify-self: center;
6477
+ }
6478
+
6195
6479
  .ag-status-bar {
6196
6480
  border-top: var(--ag-borders) var(--ag-border-color);
6197
6481
  color: var(--ag-disabled-foreground-color);
6198
6482
  padding-right: calc(var(--ag-grid-size) * 4);
6199
6483
  padding-left: calc(var(--ag-grid-size) * 4);
6200
6484
  line-height: 1.5;
6485
+ overflow: auto hidden;
6486
+ scrollbar-width: thin;
6201
6487
  }
6202
6488
 
6203
6489
  .ag-status-name-value-value {
@@ -6869,6 +7155,7 @@ button.ag-side-button-button:focus {
6869
7155
  align-items: center;
6870
7156
  padding-left: var(--ag-cell-horizontal-padding);
6871
7157
  padding-right: var(--ag-cell-horizontal-padding);
7158
+ z-index: 1;
6872
7159
  }
6873
7160
 
6874
7161
  .ag-advanced-filter {
@@ -6906,6 +7193,9 @@ button.ag-side-button-button:focus {
6906
7193
  .ag-advanced-filter-builder-button:not(:disabled) {
6907
7194
  cursor: pointer;
6908
7195
  }
7196
+ .ag-advanced-filter-builder-button:disabled {
7197
+ color: var(--ag-disabled-foreground-color);
7198
+ }
6909
7199
 
6910
7200
  .ag-advanced-filter-builder-button-label {
6911
7201
  margin-left: var(--ag-grid-size);
@@ -7203,7 +7493,7 @@ button.ag-side-button-button:focus {
7203
7493
  background-color: var(--ag-row-numbers-selected-color);
7204
7494
  }
7205
7495
 
7206
- .ag-ltr .ag-row-number-header,
7496
+ .ag-ltr .ag-row-number-header:not(.ag-header-cell-last-left-pinned),
7207
7497
  .ag-ltr .ag-cell.ag-row-number-cell:not(.ag-cell-last-left-pinned) {
7208
7498
  border-right: var(--ag-pinned-column-border);
7209
7499
  }
@@ -7211,7 +7501,7 @@ button.ag-side-button-button:focus {
7211
7501
  cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxLjU7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuNTc4NCwwLDAsMS44NjQyOSwtNC40MTM0OSwtNy4yMTIxMikiPgogICAgICAgIDxwYXRoIGQ9Ik0zLjQ0NSw4LjkxMUwzLjQ0NSw3LjQwOUw5Ljc1LDcuNDA5TDkuNzUsNi4wMTRMMTIuMjg1LDguMTZMOS43NSwxMC4zMDZMOS43NSw4LjkxMUwzLjQ0NSw4LjkxMVoiIHN0eWxlPSJzdHJva2U6d2hpdGU7c3Ryb2tlLXdpZHRoOjAuNDFweDsiLz4KICAgIDwvZz4KPC9zdmc+Cg=="), auto;
7212
7502
  }
7213
7503
 
7214
- .ag-rtl .ag-row-number-header,
7504
+ .ag-rtl .ag-row-number-header:not(.ag-header-cell-first-right-pinned),
7215
7505
  .ag-rtl .ag-cell.ag-row-number-cell:not(.ag-cell-first-right-pinned) {
7216
7506
  border-left: var(--ag-pinned-column-border);
7217
7507
  }
@@ -7237,7 +7527,8 @@ button.ag-side-button-button:focus {
7237
7527
  .ag-toolbar {
7238
7528
  display: flex;
7239
7529
  align-items: center;
7240
- overflow: hidden;
7530
+ overflow: auto hidden;
7531
+ scrollbar-width: thin;
7241
7532
  border-bottom: var(--ag-borders) var(--ag-border-color);
7242
7533
  min-height: var(--ag-header-height);
7243
7534
  background-color: var(--ag-toolbar-background-color);
@@ -7317,8 +7608,7 @@ button.ag-side-button-button:focus {
7317
7608
 
7318
7609
  .ag-toolbar-panel {
7319
7610
  display: inline-flex;
7320
- flex: 1;
7321
- min-width: 260px;
7611
+ flex: 1 0 0;
7322
7612
  }
7323
7613
 
7324
7614
  .ag-toolbar-input {
@@ -7396,6 +7686,7 @@ button.ag-side-button-button:focus {
7396
7686
  .ag-toolbar .ag-column-drop-horizontal {
7397
7687
  border-bottom: none;
7398
7688
  background-color: transparent;
7689
+ overflow: visible;
7399
7690
  }
7400
7691
 
7401
7692
  .ag-toolbar-button-chevron {
@@ -7457,6 +7748,105 @@ button.ag-side-button-button:focus {
7457
7748
  padding: calc(var(--ag-grid-size) * 0.5);
7458
7749
  }
7459
7750
 
7751
+ .ag-calculated-column-panel .ag-panel-content-wrapper {
7752
+ padding: var(--ag-grid-size) var(--ag-cell-horizontal-padding);
7753
+ }
7754
+
7755
+ .ag-calculated-column-form {
7756
+ display: flex;
7757
+ flex-direction: column;
7758
+ gap: calc(var(--ag-grid-size) * 2);
7759
+ min-width: 260px;
7760
+ flex: 1 1 auto;
7761
+ min-height: 0;
7762
+ }
7763
+
7764
+ .ag-calculated-column-expression-wrap {
7765
+ display: flex;
7766
+ flex-direction: column;
7767
+ flex: 1 1 auto;
7768
+ gap: var(--ag-grid-size);
7769
+ }
7770
+ .ag-calculated-column-expression-wrap .ag-text-area {
7771
+ flex: 1 1 auto;
7772
+ }
7773
+ .ag-calculated-column-expression-wrap .ag-text-area-input-wrapper {
7774
+ height: 100%;
7775
+ }
7776
+ .ag-calculated-column-expression-wrap .ag-text-area-input {
7777
+ height: 100%;
7778
+ resize: none;
7779
+ padding-top: calc(var(--ag-grid-size) / 2);
7780
+ }
7781
+
7782
+ .ag-rtl .ag-calculated-column-expression-wrap .ag-text-area-input {
7783
+ padding-left: var(--ag-input-padding-start);
7784
+ direction: ltr;
7785
+ }
7786
+
7787
+ .ag-calculated-column-expression-tools {
7788
+ display: flex;
7789
+ }
7790
+ .ag-ltr .ag-calculated-column-expression-tools .ag-label {
7791
+ text-align: right;
7792
+ }
7793
+ .ag-rtl .ag-calculated-column-expression-tools .ag-label {
7794
+ text-align: left;
7795
+ }
7796
+ .ag-calculated-column-expression-tools .ag-field-set-wrapper {
7797
+ gap: var(--ag-grid-size);
7798
+ flex-wrap: nowrap;
7799
+ align-items: center;
7800
+ }
7801
+
7802
+ .ag-standard-button.ag-calculated-column-expression-tool {
7803
+ padding: calc(var(--ag-grid-size) / 2);
7804
+ }
7805
+
7806
+ .ag-calculated-column-suggestion-path {
7807
+ display: flex;
7808
+ align-items: center;
7809
+ gap: calc(var(--ag-grid-size) / 2);
7810
+ }
7811
+
7812
+ .ag-calculated-column-suggestion-parent {
7813
+ min-width: 0;
7814
+ overflow: hidden;
7815
+ text-overflow: ellipsis;
7816
+ }
7817
+
7818
+ .ag-calculated-column-suggestion-parent,
7819
+ .ag-calculated-column-suggestion-separator {
7820
+ color: var(--ag-calculated-column-parent-suggestion-color);
7821
+ }
7822
+
7823
+ .ag-calculated-column-suggestion-separator {
7824
+ flex: none;
7825
+ }
7826
+
7827
+ .ag-calculated-column-suggestion-leaf {
7828
+ overflow: hidden;
7829
+ flex: none;
7830
+ }
7831
+
7832
+ .ag-calculated-column-picker-list {
7833
+ width: var(--ag-calculated-column-suggestion-list-width);
7834
+ }
7835
+
7836
+ .ag-calculated-column-actions {
7837
+ display: flex;
7838
+ justify-content: flex-end;
7839
+ gap: calc(var(--ag-grid-size) / 2);
7840
+ }
7841
+
7842
+ .ag-calculated-column-action {
7843
+ min-width: 72px;
7844
+ }
7845
+
7846
+ .ag-calculated-column-highlighted {
7847
+ background-color: var(--ag-calculated-column-highlight-color);
7848
+ }
7849
+
7460
7850
  .ag-input-field-input {
7461
7851
  width: 100%;
7462
7852
  min-width: 0;