@skyux/ag-grid 11.0.0-alpha.0 → 11.0.0-alpha.2
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 +58 -36
- package/documentation.json +507 -492
- package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-lookup/cell-editor-lookup.component.mjs +8 -7
- package/esm2022/lib/modules/ag-grid/cell-editors/cell-editor-lookup/cell-editor-lookup.module.mjs +5 -1
- package/esm2022/lib/modules/ag-grid/header/header-group.component.mjs +1 -1
- package/esm2022/lib/modules/ag-grid/header/header.component.mjs +1 -1
- package/fesm2022/skyux-ag-grid.mjs +15 -12
- package/fesm2022/skyux-ag-grid.mjs.map +1 -1
- package/lib/modules/ag-grid/cell-editors/cell-editor-lookup/cell-editor-lookup.component.d.ts +1 -1
- package/lib/modules/ag-grid/cell-editors/cell-editor-lookup/cell-editor-lookup.module.d.ts +4 -3
- package/package.json +15 -15
package/css/sky-ag-grid.css
CHANGED
|
@@ -1047,6 +1047,7 @@
|
|
|
1047
1047
|
--ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
|
|
1048
1048
|
--ag-value-change-delta-up-color: #43a047;
|
|
1049
1049
|
--ag-value-change-delta-down-color: #e53935;
|
|
1050
|
+
--ag-row-loading-skeleton-effect-color: rgba(66, 66, 66, 0.2);
|
|
1050
1051
|
--ag-chip-background-color: transparent;
|
|
1051
1052
|
--ag-chip-border-color: var(--ag-chip-background-color);
|
|
1052
1053
|
--ag-borders: solid 1px;
|
|
@@ -1128,7 +1129,7 @@
|
|
|
1128
1129
|
--ag-advanced-filter-value-pill-color: #85c0e4;
|
|
1129
1130
|
}
|
|
1130
1131
|
|
|
1131
|
-
.ag-root-wrapper, .ag-sticky-top, .ag-dnd-ghost {
|
|
1132
|
+
.ag-root-wrapper, .ag-sticky-top, .ag-sticky-bottom, .ag-dnd-ghost {
|
|
1132
1133
|
background-color: var(--ag-background-color);
|
|
1133
1134
|
}
|
|
1134
1135
|
|
|
@@ -1310,7 +1311,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
1310
1311
|
.ag-body-horizontal-scroll-viewport,
|
|
1311
1312
|
.ag-body-vertical-scroll-viewport,
|
|
1312
1313
|
.ag-virtual-list-viewport,
|
|
1313
|
-
.ag-sticky-top-viewport
|
|
1314
|
+
.ag-sticky-top-viewport,
|
|
1315
|
+
.ag-sticky-bottom-viewport {
|
|
1314
1316
|
position: relative;
|
|
1315
1317
|
height: 100%;
|
|
1316
1318
|
min-width: 0px;
|
|
@@ -1367,14 +1369,16 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
1367
1369
|
.ag-full-width-container,
|
|
1368
1370
|
.ag-floating-bottom-full-width-container,
|
|
1369
1371
|
.ag-virtual-list-container,
|
|
1370
|
-
.ag-sticky-top-container
|
|
1372
|
+
.ag-sticky-top-container,
|
|
1373
|
+
.ag-sticky-bottom-container {
|
|
1371
1374
|
position: relative;
|
|
1372
1375
|
}
|
|
1373
1376
|
|
|
1374
1377
|
.ag-header-container,
|
|
1375
1378
|
.ag-floating-top-container,
|
|
1376
1379
|
.ag-floating-bottom-container,
|
|
1377
|
-
.ag-sticky-top-container
|
|
1380
|
+
.ag-sticky-top-container,
|
|
1381
|
+
.ag-sticky-bottom-container {
|
|
1378
1382
|
height: 100%;
|
|
1379
1383
|
white-space: nowrap;
|
|
1380
1384
|
}
|
|
@@ -1398,7 +1402,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
1398
1402
|
.ag-full-width-container,
|
|
1399
1403
|
.ag-floating-top-full-width-container,
|
|
1400
1404
|
.ag-floating-bottom-full-width-container,
|
|
1401
|
-
.ag-sticky-top-full-width-container
|
|
1405
|
+
.ag-sticky-top-full-width-container,
|
|
1406
|
+
.ag-sticky-bottom-full-width-container {
|
|
1402
1407
|
position: absolute;
|
|
1403
1408
|
top: 0px;
|
|
1404
1409
|
pointer-events: none;
|
|
@@ -1407,14 +1412,16 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
1407
1412
|
.ag-ltr .ag-full-width-container,
|
|
1408
1413
|
.ag-ltr .ag-floating-top-full-width-container,
|
|
1409
1414
|
.ag-ltr .ag-floating-bottom-full-width-container,
|
|
1410
|
-
.ag-ltr .ag-sticky-top-full-width-container
|
|
1415
|
+
.ag-ltr .ag-sticky-top-full-width-container,
|
|
1416
|
+
.ag-ltr .ag-sticky-bottom-full-width-container {
|
|
1411
1417
|
left: 0;
|
|
1412
1418
|
}
|
|
1413
1419
|
|
|
1414
1420
|
.ag-rtl .ag-full-width-container,
|
|
1415
1421
|
.ag-rtl .ag-floating-top-full-width-container,
|
|
1416
1422
|
.ag-rtl .ag-floating-bottom-full-width-container,
|
|
1417
|
-
.ag-rtl .ag-sticky-top-full-width-container
|
|
1423
|
+
.ag-rtl .ag-sticky-top-full-width-container,
|
|
1424
|
+
.ag-rtl .ag-sticky-bottom-full-width-container {
|
|
1418
1425
|
right: 0;
|
|
1419
1426
|
}
|
|
1420
1427
|
|
|
@@ -1855,7 +1862,6 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
1855
1862
|
|
|
1856
1863
|
.ag-cell-wrap-text {
|
|
1857
1864
|
white-space: normal;
|
|
1858
|
-
word-break: break-all;
|
|
1859
1865
|
}
|
|
1860
1866
|
|
|
1861
1867
|
.ag-cell-wrapper {
|
|
@@ -1907,7 +1913,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
1907
1913
|
|
|
1908
1914
|
.ag-set-filter-item-checkbox {
|
|
1909
1915
|
display: flex;
|
|
1910
|
-
|
|
1916
|
+
width: 100%;
|
|
1911
1917
|
height: 100%;
|
|
1912
1918
|
}
|
|
1913
1919
|
|
|
@@ -2077,7 +2083,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
2077
2083
|
min-width: 0px;
|
|
2078
2084
|
}
|
|
2079
2085
|
|
|
2080
|
-
.ag-sticky-top
|
|
2086
|
+
.ag-sticky-top,
|
|
2087
|
+
.ag-sticky-bottom {
|
|
2081
2088
|
position: absolute;
|
|
2082
2089
|
display: flex;
|
|
2083
2090
|
width: 100%;
|
|
@@ -2090,7 +2097,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
2090
2097
|
overflow: hidden;
|
|
2091
2098
|
}
|
|
2092
2099
|
|
|
2093
|
-
.ag-sticky-top-full-width-container
|
|
2100
|
+
.ag-sticky-top-full-width-container,
|
|
2101
|
+
.ag-sticky-bottom-full-width-container {
|
|
2094
2102
|
overflow: hidden;
|
|
2095
2103
|
width: 100%;
|
|
2096
2104
|
height: 100%;
|
|
@@ -2582,8 +2590,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
2582
2590
|
}
|
|
2583
2591
|
|
|
2584
2592
|
.ag-group-title {
|
|
2585
|
-
display:
|
|
2586
|
-
flex: 1 1 auto;
|
|
2593
|
+
display: inline;
|
|
2587
2594
|
min-width: 0;
|
|
2588
2595
|
overflow: hidden;
|
|
2589
2596
|
white-space: nowrap;
|
|
@@ -3030,7 +3037,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
3030
3037
|
direction: ltr;
|
|
3031
3038
|
}
|
|
3032
3039
|
|
|
3033
|
-
.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-sticky-top, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
|
|
3040
|
+
.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-sticky-top, .ag-ltr .ag-sticky-bottom, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
|
|
3034
3041
|
flex-direction: row;
|
|
3035
3042
|
}
|
|
3036
3043
|
|
|
@@ -3038,7 +3045,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
3038
3045
|
direction: rtl;
|
|
3039
3046
|
}
|
|
3040
3047
|
|
|
3041
|
-
.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-sticky-top, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
|
|
3048
|
+
.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-sticky-top, .ag-rtl .ag-sticky-bottom, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
|
|
3042
3049
|
flex-direction: row-reverse;
|
|
3043
3050
|
}
|
|
3044
3051
|
|
|
@@ -6364,6 +6371,11 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
|
6364
6371
|
border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
|
|
6365
6372
|
}
|
|
6366
6373
|
|
|
6374
|
+
.ag-sticky-bottom .ag-row {
|
|
6375
|
+
border-bottom: none;
|
|
6376
|
+
border-top: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
|
|
6377
|
+
}
|
|
6378
|
+
|
|
6367
6379
|
.ag-row-highlight-above::after, .ag-row-highlight-below::after {
|
|
6368
6380
|
content: "";
|
|
6369
6381
|
position: absolute;
|
|
@@ -6525,6 +6537,31 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
|
6525
6537
|
padding-top: 30px;
|
|
6526
6538
|
}
|
|
6527
6539
|
|
|
6540
|
+
.ag-skeleton-container {
|
|
6541
|
+
width: 100%;
|
|
6542
|
+
height: 100%;
|
|
6543
|
+
align-content: center;
|
|
6544
|
+
}
|
|
6545
|
+
|
|
6546
|
+
.ag-skeleton-effect {
|
|
6547
|
+
background-color: var(--ag-row-loading-skeleton-effect-color);
|
|
6548
|
+
width: 100%;
|
|
6549
|
+
height: 1em;
|
|
6550
|
+
border-radius: 0.25rem;
|
|
6551
|
+
animation: ag-skeleton-loading 1.5s ease-in-out 0.5s infinite;
|
|
6552
|
+
}
|
|
6553
|
+
|
|
6554
|
+
@keyframes ag-skeleton-loading {
|
|
6555
|
+
0% {
|
|
6556
|
+
opacity: 1;
|
|
6557
|
+
}
|
|
6558
|
+
50% {
|
|
6559
|
+
opacity: 0.4;
|
|
6560
|
+
}
|
|
6561
|
+
100% {
|
|
6562
|
+
opacity: 1;
|
|
6563
|
+
}
|
|
6564
|
+
}
|
|
6528
6565
|
.ag-loading {
|
|
6529
6566
|
display: flex;
|
|
6530
6567
|
height: 100%;
|
|
@@ -7232,27 +7269,8 @@ button.ag-side-button-button:focus {
|
|
|
7232
7269
|
border-color: var(--ag-input-focus-border-color);
|
|
7233
7270
|
}
|
|
7234
7271
|
|
|
7235
|
-
.ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-
|
|
7236
|
-
|
|
7237
|
-
font-weight: var(--ag-icon-font-weight);
|
|
7238
|
-
color: var(--ag-icon-font-color);
|
|
7239
|
-
font-size: var(--ag-icon-size);
|
|
7240
|
-
line-height: var(--ag-icon-size);
|
|
7241
|
-
font-style: normal;
|
|
7242
|
-
font-variant: normal;
|
|
7243
|
-
text-transform: none;
|
|
7244
|
-
-webkit-font-smoothing: antialiased;
|
|
7245
|
-
-moz-osx-font-smoothing: grayscale;
|
|
7246
|
-
content: var(--ag-icon-font-code-filter, "\f115");
|
|
7247
|
-
position: absolute;
|
|
7248
|
-
}
|
|
7249
|
-
|
|
7250
|
-
.ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
|
|
7251
|
-
padding-left: var(--ag-grid-size);
|
|
7252
|
-
}
|
|
7253
|
-
|
|
7254
|
-
.ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
|
|
7255
|
-
padding-right: var(--ag-grid-size);
|
|
7272
|
+
.ag-filter-toolpanel-group:not(.ag-has-filter) > .ag-group-title-bar .ag-filter-toolpanel-group-instance-header-icon {
|
|
7273
|
+
display: none;
|
|
7256
7274
|
}
|
|
7257
7275
|
|
|
7258
7276
|
.ag-filter-toolpanel-group-level-0-header {
|
|
@@ -7425,10 +7443,12 @@ button.ag-side-button-button:focus {
|
|
|
7425
7443
|
margin-top: var(--ag-grid-size);
|
|
7426
7444
|
}
|
|
7427
7445
|
|
|
7446
|
+
.ag-ltr .ag-filter-toolpanel-group-instance-header-icon,
|
|
7428
7447
|
.ag-ltr .ag-filter-toolpanel-instance-header-icon {
|
|
7429
7448
|
margin-left: var(--ag-grid-size);
|
|
7430
7449
|
}
|
|
7431
7450
|
|
|
7451
|
+
.ag-rtl .ag-filter-toolpanel-group-instance-header-icon,
|
|
7432
7452
|
.ag-rtl .ag-filter-toolpanel-instance-header-icon {
|
|
7433
7453
|
margin-right: var(--ag-grid-size);
|
|
7434
7454
|
}
|
|
@@ -9044,6 +9064,7 @@ button.ag-side-button-button:focus {
|
|
|
9044
9064
|
--ag-advanced-filter-column-pill-color: #355f2d;
|
|
9045
9065
|
--ag-advanced-filter-option-pill-color: #5a3168;
|
|
9046
9066
|
--ag-advanced-filter-value-pill-color: #374c86;
|
|
9067
|
+
--ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, 0.4);
|
|
9047
9068
|
color-scheme: dark;
|
|
9048
9069
|
}
|
|
9049
9070
|
|
|
@@ -9072,6 +9093,7 @@ button.ag-side-button-button:focus {
|
|
|
9072
9093
|
--ag-advanced-filter-column-pill-color: #355f2d;
|
|
9073
9094
|
--ag-advanced-filter-option-pill-color: #5a3168;
|
|
9074
9095
|
--ag-advanced-filter-value-pill-color: #374c86;
|
|
9096
|
+
--ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, 0.4);
|
|
9075
9097
|
color-scheme: dark;
|
|
9076
9098
|
}
|
|
9077
9099
|
}
|