@skyux/ag-grid 11.5.0 → 11.7.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.
- package/css/sky-ag-grid.css +12 -0
- package/documentation.json +478 -478
- package/esm2022/lib/modules/ag-grid/ag-grid.service.mjs +23 -6
- package/fesm2022/skyux-ag-grid.mjs +22 -5
- package/fesm2022/skyux-ag-grid.mjs.map +1 -1
- package/package.json +13 -13
package/css/sky-ag-grid.css
CHANGED
|
@@ -7701,6 +7701,18 @@ button.ag-side-button-button:focus {
|
|
|
7701
7701
|
--ag-border-color: rgba(255, 255, 255, 0.25);
|
|
7702
7702
|
}
|
|
7703
7703
|
|
|
7704
|
+
.ag-theme-sky-data-grid-default,
|
|
7705
|
+
.ag-theme-sky-data-entry-grid-default,
|
|
7706
|
+
.ag-theme-sky-data-grid-modern-light,
|
|
7707
|
+
.ag-theme-sky-data-entry-grid-modern-light,
|
|
7708
|
+
.ag-theme-sky-data-grid-modern-dark,
|
|
7709
|
+
.ag-theme-sky-data-entry-grid-modern-dark,
|
|
7710
|
+
.ag-theme-sky-data-grid-modern-light-compact,
|
|
7711
|
+
.ag-theme-sky-data-entry-grid-modern-light-compact,
|
|
7712
|
+
.ag-theme-sky-data-grid-modern-dark-compact,
|
|
7713
|
+
.ag-theme-sky-data-entry-grid-modern-dark-compact {
|
|
7714
|
+
--ag-list-item-height: var(--ag-row-height);
|
|
7715
|
+
}
|
|
7704
7716
|
.ag-theme-sky-data-grid-default .ag-root-wrapper .ag-root input[class^=ag-]:not([type]),
|
|
7705
7717
|
.ag-theme-sky-data-grid-default .ag-root-wrapper .ag-root input[class^=ag-][type=text],
|
|
7706
7718
|
.ag-theme-sky-data-grid-default .ag-root-wrapper .ag-root input[class^=ag-][type=number],
|