ag-grid-community 32.2.2 → 32.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/LICENSE.txt +1 -1
  2. package/dist/ag-grid-community.js +286 -153
  3. package/dist/ag-grid-community.min.js +1 -1
  4. package/dist/ag-grid-community.min.noStyle.js +1 -1
  5. package/dist/ag-grid-community.noStyle.js +285 -152
  6. package/dist/package/main.cjs.js +285 -152
  7. package/dist/package/main.cjs.min.js +16 -16
  8. package/dist/package/main.esm.min.mjs +46 -46
  9. package/dist/package/main.esm.mjs +285 -152
  10. package/dist/package/package.json +8 -8
  11. package/dist/types/client-side-row-model/clientSideRowModel/clientSideRowModel.d.ts +3 -0
  12. package/dist/types/client-side-row-model/version.d.ts +1 -1
  13. package/dist/types/core/api/gridApi.d.ts +1 -1
  14. package/dist/types/core/entities/colDef.d.ts +2 -0
  15. package/dist/types/core/entities/gridOptions.d.ts +4 -2
  16. package/dist/types/core/gridBodyComp/viewportSizeFeature.d.ts +1 -0
  17. package/dist/types/core/headerRendering/cells/column/selectAllFeature.d.ts +0 -2
  18. package/dist/types/core/headerRendering/cells/columnGroup/headerGroupCellComp.d.ts +1 -0
  19. package/dist/types/core/headerRendering/cells/columnGroup/headerGroupCellCtrl.d.ts +3 -0
  20. package/dist/types/core/interfaces/iClientSideRowModel.d.ts +1 -1
  21. package/dist/types/core/misc/menuService.d.ts +7 -6
  22. package/dist/types/core/utils/fuzzyMatch.d.ts +7 -4
  23. package/dist/types/core/version.d.ts +1 -1
  24. package/dist/types/core/widgets/popupService.d.ts +1 -1
  25. package/dist/types/core/widgets/tooltipStateManager.d.ts +1 -0
  26. package/dist/types/csv-export/version.d.ts +1 -1
  27. package/dist/types/infinite-row-model/version.d.ts +1 -1
  28. package/dist/types/theming/styles/core/GENERATED-core.d.ts +1 -1
  29. package/dist/types/theming/version.d.ts +1 -1
  30. package/package.json +8 -8
  31. package/styles/_css-content.scss +34 -16
  32. package/styles/ag-grid-no-native-widgets.css +17 -8
  33. package/styles/ag-grid-no-native-widgets.min.css +3 -3
  34. package/styles/ag-grid.css +17 -8
  35. package/styles/ag-grid.min.css +3 -3
@@ -1611,10 +1611,10 @@ ag-grid-aurelia {
1611
1611
  flex: 1 1 auto;
1612
1612
  align-self: stretch;
1613
1613
  align-items: center;
1614
+ overflow: hidden;
1614
1615
  }
1615
1616
 
1616
1617
  .ag-header-cell-label {
1617
- overflow: hidden;
1618
1618
  text-overflow: ellipsis;
1619
1619
  }
1620
1620
 
@@ -1622,6 +1622,7 @@ ag-grid-aurelia {
1622
1622
  position: sticky;
1623
1623
  flex: none;
1624
1624
  max-width: 100%;
1625
+ overflow: visible;
1625
1626
  }
1626
1627
 
1627
1628
  .ag-header-group-text {
@@ -1653,6 +1654,10 @@ ag-grid-aurelia {
1653
1654
  white-space: normal;
1654
1655
  }
1655
1656
 
1657
+ .ag-header-cell-comp-wrapper-limited-height > div {
1658
+ overflow: hidden;
1659
+ }
1660
+
1656
1661
  .ag-right-aligned-header .ag-header-cell-label {
1657
1662
  flex-direction: row-reverse;
1658
1663
  }
@@ -2543,7 +2548,7 @@ ag-grid-aurelia {
2543
2548
  position: absolute;
2544
2549
  }
2545
2550
 
2546
- .ag-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
2551
+ .ag-header-group-cell-no-group.ag-header-span-height {
2547
2552
  display: none;
2548
2553
  }
2549
2554
 
@@ -3825,11 +3830,7 @@ button[class^=ag-]:focus {
3825
3830
  }
3826
3831
 
3827
3832
  .ag-row-highlight-above::after {
3828
- top: -1px;
3829
- }
3830
-
3831
- .ag-row-highlight-above.ag-row-first::after {
3832
- top: 0;
3833
+ top: 0px;
3833
3834
  }
3834
3835
 
3835
3836
  .ag-row-highlight-below::after {
@@ -4881,7 +4882,7 @@ button.ag-side-button-button:focus {
4881
4882
  margin-right: 4px;
4882
4883
  }
4883
4884
 
4884
- .ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
4885
+ .ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total, .ag-header-parent-hidden),
4885
4886
  .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
4886
4887
  border-top: var(--ag-borders-critical) var(--ag-border-color);
4887
4888
  }
@@ -5704,6 +5705,14 @@ button.ag-side-button-button:focus {
5704
5705
  --ag-charts-justify: none !important;
5705
5706
  }
5706
5707
 
5708
+ .ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus {
5709
+ box-shadow: none;
5710
+ }
5711
+
5712
+ .ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus-visible {
5713
+ box-shadow: var(--ag-input-focus-box-shadow);
5714
+ }
5715
+
5707
5716
  .ag-date-time-list-page-title-bar {
5708
5717
  display: flex;
5709
5718
  }