@skyux/ag-grid 13.16.2 → 13.16.3
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 +6 -0
- package/package.json +13 -13
package/css/sky-ag-grid.css
CHANGED
|
@@ -210,11 +210,17 @@
|
|
|
210
210
|
.ag-theme-sky-data-entry-grid-modern-light-compact .ag-header-cell-sortable .ag-header-cell-label {
|
|
211
211
|
cursor: initial;
|
|
212
212
|
}
|
|
213
|
+
.ag-theme-sky-data-grid-default .ag-layout-auto-height .ag-body .ag-center-cols-container,
|
|
213
214
|
.ag-theme-sky-data-grid-default .ag-layout-auto-height .ag-body .ag-center-cols-viewport,
|
|
215
|
+
.ag-theme-sky-data-entry-grid-default .ag-layout-auto-height .ag-body .ag-center-cols-container,
|
|
214
216
|
.ag-theme-sky-data-entry-grid-default .ag-layout-auto-height .ag-body .ag-center-cols-viewport,
|
|
217
|
+
.ag-theme-sky-data-grid-modern-light .ag-layout-auto-height .ag-body .ag-center-cols-container,
|
|
215
218
|
.ag-theme-sky-data-grid-modern-light .ag-layout-auto-height .ag-body .ag-center-cols-viewport,
|
|
219
|
+
.ag-theme-sky-data-entry-grid-modern-light .ag-layout-auto-height .ag-body .ag-center-cols-container,
|
|
216
220
|
.ag-theme-sky-data-entry-grid-modern-light .ag-layout-auto-height .ag-body .ag-center-cols-viewport,
|
|
221
|
+
.ag-theme-sky-data-grid-modern-light-compact .ag-layout-auto-height .ag-body .ag-center-cols-container,
|
|
217
222
|
.ag-theme-sky-data-grid-modern-light-compact .ag-layout-auto-height .ag-body .ag-center-cols-viewport,
|
|
223
|
+
.ag-theme-sky-data-entry-grid-modern-light-compact .ag-layout-auto-height .ag-body .ag-center-cols-container,
|
|
218
224
|
.ag-theme-sky-data-entry-grid-modern-light-compact .ag-layout-auto-height .ag-body .ag-center-cols-viewport {
|
|
219
225
|
min-height: var(--sky-ag-grid-min-height, 50px);
|
|
220
226
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/ag-grid",
|
|
3
|
-
"version": "13.16.
|
|
3
|
+
"version": "13.16.3",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"@angular/common": "^20.3.17",
|
|
37
37
|
"@angular/core": "^20.3.17",
|
|
38
38
|
"@angular/forms": "^20.3.17",
|
|
39
|
-
"@skyux/autonumeric": "13.16.
|
|
40
|
-
"@skyux/core": "13.16.
|
|
41
|
-
"@skyux/data-manager": "13.16.
|
|
42
|
-
"@skyux/datetime": "13.16.
|
|
43
|
-
"@skyux/forms": "13.16.
|
|
44
|
-
"@skyux/i18n": "13.16.
|
|
45
|
-
"@skyux/icon": "13.16.
|
|
46
|
-
"@skyux/indicators": "13.16.
|
|
47
|
-
"@skyux/layout": "13.16.
|
|
48
|
-
"@skyux/lookup": "13.16.
|
|
49
|
-
"@skyux/popovers": "13.16.
|
|
50
|
-
"@skyux/theme": "13.16.
|
|
39
|
+
"@skyux/autonumeric": "13.16.3",
|
|
40
|
+
"@skyux/core": "13.16.3",
|
|
41
|
+
"@skyux/data-manager": "13.16.3",
|
|
42
|
+
"@skyux/datetime": "13.16.3",
|
|
43
|
+
"@skyux/forms": "13.16.3",
|
|
44
|
+
"@skyux/i18n": "13.16.3",
|
|
45
|
+
"@skyux/icon": "13.16.3",
|
|
46
|
+
"@skyux/indicators": "13.16.3",
|
|
47
|
+
"@skyux/layout": "13.16.3",
|
|
48
|
+
"@skyux/lookup": "13.16.3",
|
|
49
|
+
"@skyux/popovers": "13.16.3",
|
|
50
|
+
"@skyux/theme": "13.16.3",
|
|
51
51
|
"ag-grid-angular": "^34.3.1",
|
|
52
52
|
"ag-grid-community": "^34.3.1"
|
|
53
53
|
},
|