@skyux/ag-grid 11.35.0 → 11.36.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.
- package/css/sky-ag-grid.css +17 -8
- package/documentation.json +499 -499
- package/esm2022/lib/modules/ag-grid/header/header.component.mjs +46 -33
- package/fesm2022/skyux-ag-grid.mjs +45 -32
- package/fesm2022/skyux-ag-grid.mjs.map +1 -1
- package/lib/modules/ag-grid/header/header.component.d.ts +7 -7
- package/package.json +15 -15
package/css/sky-ag-grid.css
CHANGED
|
@@ -1633,10 +1633,10 @@ ag-grid-aurelia {
|
|
|
1633
1633
|
flex: 1 1 auto;
|
|
1634
1634
|
align-self: stretch;
|
|
1635
1635
|
align-items: center;
|
|
1636
|
+
overflow: hidden;
|
|
1636
1637
|
}
|
|
1637
1638
|
|
|
1638
1639
|
.ag-header-cell-label {
|
|
1639
|
-
overflow: hidden;
|
|
1640
1640
|
text-overflow: ellipsis;
|
|
1641
1641
|
}
|
|
1642
1642
|
|
|
@@ -1644,6 +1644,7 @@ ag-grid-aurelia {
|
|
|
1644
1644
|
position: sticky;
|
|
1645
1645
|
flex: none;
|
|
1646
1646
|
max-width: 100%;
|
|
1647
|
+
overflow: visible;
|
|
1647
1648
|
}
|
|
1648
1649
|
|
|
1649
1650
|
.ag-header-group-text {
|
|
@@ -1675,6 +1676,10 @@ ag-grid-aurelia {
|
|
|
1675
1676
|
white-space: normal;
|
|
1676
1677
|
}
|
|
1677
1678
|
|
|
1679
|
+
.ag-header-cell-comp-wrapper-limited-height > div {
|
|
1680
|
+
overflow: hidden;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1678
1683
|
.ag-right-aligned-header .ag-header-cell-label {
|
|
1679
1684
|
flex-direction: row-reverse;
|
|
1680
1685
|
}
|
|
@@ -2593,7 +2598,7 @@ ag-grid-aurelia {
|
|
|
2593
2598
|
position: absolute;
|
|
2594
2599
|
}
|
|
2595
2600
|
|
|
2596
|
-
.ag-header-group-cell-no-group.ag-header-span-height
|
|
2601
|
+
.ag-header-group-cell-no-group.ag-header-span-height {
|
|
2597
2602
|
display: none;
|
|
2598
2603
|
}
|
|
2599
2604
|
|
|
@@ -3948,11 +3953,7 @@ button[class^=ag-]:focus {
|
|
|
3948
3953
|
}
|
|
3949
3954
|
|
|
3950
3955
|
.ag-row-highlight-above::after {
|
|
3951
|
-
top:
|
|
3952
|
-
}
|
|
3953
|
-
|
|
3954
|
-
.ag-row-highlight-above.ag-row-first::after {
|
|
3955
|
-
top: 0;
|
|
3956
|
+
top: 0px;
|
|
3956
3957
|
}
|
|
3957
3958
|
|
|
3958
3959
|
.ag-row-highlight-below::after {
|
|
@@ -5068,7 +5069,7 @@ button.ag-side-button-button:focus {
|
|
|
5068
5069
|
margin-right: 4px;
|
|
5069
5070
|
}
|
|
5070
5071
|
|
|
5071
|
-
.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
|
|
5072
|
+
.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total, .ag-header-parent-hidden),
|
|
5072
5073
|
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
|
|
5073
5074
|
border-top: var(--ag-borders-critical) var(--ag-border-color);
|
|
5074
5075
|
}
|
|
@@ -5939,6 +5940,14 @@ button.ag-side-button-button:focus {
|
|
|
5939
5940
|
--ag-charts-justify: none !important;
|
|
5940
5941
|
}
|
|
5941
5942
|
|
|
5943
|
+
.ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus {
|
|
5944
|
+
box-shadow: none;
|
|
5945
|
+
}
|
|
5946
|
+
|
|
5947
|
+
.ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus-visible {
|
|
5948
|
+
box-shadow: var(--ag-input-focus-box-shadow);
|
|
5949
|
+
}
|
|
5950
|
+
|
|
5942
5951
|
.ag-date-time-list-page-title-bar {
|
|
5943
5952
|
display: flex;
|
|
5944
5953
|
}
|