@syncfusion/ej2-react-grids 23.1.41 → 23.1.43
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/CHANGELOG.md +57 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +9 -9
- package/styles/bootstrap.css +9 -9
- package/styles/bootstrap4.css +9 -9
- package/styles/bootstrap5-dark.css +9 -9
- package/styles/bootstrap5.css +9 -9
- package/styles/fabric-dark.css +10 -10
- package/styles/fabric.css +10 -10
- package/styles/fluent-dark.css +9 -9
- package/styles/fluent.css +9 -9
- package/styles/grid/bootstrap-dark.css +9 -9
- package/styles/grid/bootstrap.css +9 -9
- package/styles/grid/bootstrap4.css +9 -9
- package/styles/grid/bootstrap5-dark.css +9 -9
- package/styles/grid/bootstrap5.css +9 -9
- package/styles/grid/fabric-dark.css +10 -10
- package/styles/grid/fabric.css +10 -10
- package/styles/grid/fluent-dark.css +9 -9
- package/styles/grid/fluent.css +9 -9
- package/styles/grid/highcontrast-light.css +10 -10
- package/styles/grid/highcontrast.css +10 -10
- package/styles/grid/material-dark.css +10 -10
- package/styles/grid/material.css +10 -10
- package/styles/grid/material3-dark.css +9 -9
- package/styles/grid/material3.css +9 -9
- package/styles/grid/tailwind-dark.css +9 -9
- package/styles/grid/tailwind.css +9 -9
- package/styles/highcontrast-light.css +10 -10
- package/styles/highcontrast.css +10 -10
- package/styles/material-dark.css +10 -10
- package/styles/material.css +10 -10
- package/styles/material3-dark.css +9 -9
- package/styles/material3.css +9 -9
- package/styles/tailwind-dark.css +9 -9
- package/styles/tailwind.css +9 -9
|
@@ -537,6 +537,10 @@
|
|
|
537
537
|
font-size: 16px;
|
|
538
538
|
padding: 8px 12px;
|
|
539
539
|
}
|
|
540
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
541
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
542
|
+
border-bottom-width: 1px;
|
|
543
|
+
}
|
|
540
544
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
541
545
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
542
546
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1356,9 +1360,8 @@
|
|
|
1356
1360
|
display: none;
|
|
1357
1361
|
}
|
|
1358
1362
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
height: 48px;
|
|
1363
|
+
padding: 0 12px 0;
|
|
1364
|
+
height: auto;
|
|
1362
1365
|
border-bottom-width: 0;
|
|
1363
1366
|
}
|
|
1364
1367
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1372,12 +1375,6 @@
|
|
|
1372
1375
|
transform: rotate(180deg);
|
|
1373
1376
|
margin-top: 15px;
|
|
1374
1377
|
}
|
|
1375
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1376
|
-
margin: 12px 12px 12px 0;
|
|
1377
|
-
}
|
|
1378
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1379
|
-
margin: 12px 0 12px 12px;
|
|
1380
|
-
}
|
|
1381
1378
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1382
1379
|
margin-top: 9px;
|
|
1383
1380
|
}
|
|
@@ -1723,6 +1720,9 @@
|
|
|
1723
1720
|
white-space: normal;
|
|
1724
1721
|
word-wrap: break-word;
|
|
1725
1722
|
}
|
|
1723
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1724
|
+
border-bottom-width: 1px;
|
|
1725
|
+
}
|
|
1726
1726
|
.e-grid .e-summarycontent {
|
|
1727
1727
|
display: -ms-flexbox;
|
|
1728
1728
|
display: flex;
|
|
@@ -537,6 +537,10 @@
|
|
|
537
537
|
font-size: 16px;
|
|
538
538
|
padding: 8px 12px;
|
|
539
539
|
}
|
|
540
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
541
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
542
|
+
border-bottom-width: 1px;
|
|
543
|
+
}
|
|
540
544
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
541
545
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
542
546
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1356,9 +1360,8 @@
|
|
|
1356
1360
|
display: none;
|
|
1357
1361
|
}
|
|
1358
1362
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
height: 48px;
|
|
1363
|
+
padding: 0 12px 0;
|
|
1364
|
+
height: auto;
|
|
1362
1365
|
border-bottom-width: 0;
|
|
1363
1366
|
}
|
|
1364
1367
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1372,12 +1375,6 @@
|
|
|
1372
1375
|
transform: rotate(180deg);
|
|
1373
1376
|
margin-top: 15px;
|
|
1374
1377
|
}
|
|
1375
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1376
|
-
margin: 12px 12px 12px 0;
|
|
1377
|
-
}
|
|
1378
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1379
|
-
margin: 12px 0 12px 12px;
|
|
1380
|
-
}
|
|
1381
1378
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1382
1379
|
margin-top: 9px;
|
|
1383
1380
|
}
|
|
@@ -1723,6 +1720,9 @@
|
|
|
1723
1720
|
white-space: normal;
|
|
1724
1721
|
word-wrap: break-word;
|
|
1725
1722
|
}
|
|
1723
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1724
|
+
border-bottom-width: 1px;
|
|
1725
|
+
}
|
|
1726
1726
|
.e-grid .e-summarycontent {
|
|
1727
1727
|
display: -ms-flexbox;
|
|
1728
1728
|
display: flex;
|
|
@@ -457,6 +457,10 @@
|
|
|
457
457
|
font-size: 14px;
|
|
458
458
|
padding: 9px 10px;
|
|
459
459
|
}
|
|
460
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
461
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
462
|
+
border-bottom-width: 1px;
|
|
463
|
+
}
|
|
460
464
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
461
465
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
462
466
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1268,9 +1272,8 @@
|
|
|
1268
1272
|
display: none;
|
|
1269
1273
|
}
|
|
1270
1274
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
height: 48px;
|
|
1275
|
+
padding: 0 16px 0;
|
|
1276
|
+
height: auto;
|
|
1274
1277
|
border-bottom-width: 0;
|
|
1275
1278
|
}
|
|
1276
1279
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1284,12 +1287,6 @@
|
|
|
1284
1287
|
transform: rotate(180deg);
|
|
1285
1288
|
margin-top: 22px;
|
|
1286
1289
|
}
|
|
1287
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1288
|
-
margin: 16px 16px 16px 0;
|
|
1289
|
-
}
|
|
1290
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1291
|
-
margin: 16px 0 16px 16px;
|
|
1292
|
-
}
|
|
1293
1290
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1294
1291
|
margin-top: 15px;
|
|
1295
1292
|
}
|
|
@@ -1635,6 +1632,9 @@
|
|
|
1635
1632
|
white-space: normal;
|
|
1636
1633
|
word-wrap: break-word;
|
|
1637
1634
|
}
|
|
1635
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1636
|
+
border-bottom-width: 1px;
|
|
1637
|
+
}
|
|
1638
1638
|
.e-grid .e-summarycontent {
|
|
1639
1639
|
display: -ms-flexbox;
|
|
1640
1640
|
display: flex;
|
|
@@ -2298,7 +2298,7 @@
|
|
|
2298
2298
|
overflow: hidden;
|
|
2299
2299
|
text-overflow: ellipsis;
|
|
2300
2300
|
white-space: nowrap;
|
|
2301
|
-
width:
|
|
2301
|
+
width: auto;
|
|
2302
2302
|
}
|
|
2303
2303
|
.e-grid .e-grid-icon {
|
|
2304
2304
|
float: left;
|
package/styles/grid/fabric.css
CHANGED
|
@@ -450,6 +450,10 @@
|
|
|
450
450
|
font-size: 14px;
|
|
451
451
|
padding: 9px 10px;
|
|
452
452
|
}
|
|
453
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
454
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
455
|
+
border-bottom-width: 1px;
|
|
456
|
+
}
|
|
453
457
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
454
458
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
455
459
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1261,9 +1265,8 @@
|
|
|
1261
1265
|
display: none;
|
|
1262
1266
|
}
|
|
1263
1267
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
height: 48px;
|
|
1268
|
+
padding: 0 16px 0;
|
|
1269
|
+
height: auto;
|
|
1267
1270
|
border-bottom-width: 0;
|
|
1268
1271
|
}
|
|
1269
1272
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1277,12 +1280,6 @@
|
|
|
1277
1280
|
transform: rotate(180deg);
|
|
1278
1281
|
margin-top: 22px;
|
|
1279
1282
|
}
|
|
1280
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1281
|
-
margin: 16px 16px 16px 0;
|
|
1282
|
-
}
|
|
1283
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1284
|
-
margin: 16px 0 16px 16px;
|
|
1285
|
-
}
|
|
1286
1283
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1287
1284
|
margin-top: 15px;
|
|
1288
1285
|
}
|
|
@@ -1628,6 +1625,9 @@
|
|
|
1628
1625
|
white-space: normal;
|
|
1629
1626
|
word-wrap: break-word;
|
|
1630
1627
|
}
|
|
1628
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1629
|
+
border-bottom-width: 1px;
|
|
1630
|
+
}
|
|
1631
1631
|
.e-grid .e-summarycontent {
|
|
1632
1632
|
display: -ms-flexbox;
|
|
1633
1633
|
display: flex;
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
overflow: hidden;
|
|
2292
2292
|
text-overflow: ellipsis;
|
|
2293
2293
|
white-space: nowrap;
|
|
2294
|
-
width:
|
|
2294
|
+
width: auto;
|
|
2295
2295
|
}
|
|
2296
2296
|
.e-grid .e-grid-icon {
|
|
2297
2297
|
float: left;
|
|
@@ -515,6 +515,10 @@
|
|
|
515
515
|
font-size: 16px;
|
|
516
516
|
padding: 13.5px 12px;
|
|
517
517
|
}
|
|
518
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
519
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
520
|
+
border-bottom-width: 1px;
|
|
521
|
+
}
|
|
518
522
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
519
523
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
520
524
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1353,9 +1357,8 @@
|
|
|
1353
1357
|
display: none;
|
|
1354
1358
|
}
|
|
1355
1359
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
height: 48px;
|
|
1360
|
+
padding: 0 12px 0;
|
|
1361
|
+
height: auto;
|
|
1359
1362
|
border-bottom-width: 0;
|
|
1360
1363
|
}
|
|
1361
1364
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1369,12 +1372,6 @@
|
|
|
1369
1372
|
transform: rotate(180deg);
|
|
1370
1373
|
margin-top: 15px;
|
|
1371
1374
|
}
|
|
1372
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1373
|
-
margin: 12px 12px 12px 0;
|
|
1374
|
-
}
|
|
1375
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1376
|
-
margin: 12px 0 12px 12px;
|
|
1377
|
-
}
|
|
1378
1375
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1379
1376
|
margin-top: 9px;
|
|
1380
1377
|
}
|
|
@@ -1723,6 +1720,9 @@
|
|
|
1723
1720
|
white-space: normal;
|
|
1724
1721
|
word-wrap: break-word;
|
|
1725
1722
|
}
|
|
1723
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1724
|
+
border-bottom-width: 1px;
|
|
1725
|
+
}
|
|
1726
1726
|
.e-grid .e-summarycontent {
|
|
1727
1727
|
display: -ms-flexbox;
|
|
1728
1728
|
display: flex;
|
package/styles/grid/fluent.css
CHANGED
|
@@ -515,6 +515,10 @@
|
|
|
515
515
|
font-size: 16px;
|
|
516
516
|
padding: 13.5px 12px;
|
|
517
517
|
}
|
|
518
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
519
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
520
|
+
border-bottom-width: 1px;
|
|
521
|
+
}
|
|
518
522
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
519
523
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
520
524
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1353,9 +1357,8 @@
|
|
|
1353
1357
|
display: none;
|
|
1354
1358
|
}
|
|
1355
1359
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
height: 48px;
|
|
1360
|
+
padding: 0 12px 0;
|
|
1361
|
+
height: auto;
|
|
1359
1362
|
border-bottom-width: 0;
|
|
1360
1363
|
}
|
|
1361
1364
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1369,12 +1372,6 @@
|
|
|
1369
1372
|
transform: rotate(180deg);
|
|
1370
1373
|
margin-top: 15px;
|
|
1371
1374
|
}
|
|
1372
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1373
|
-
margin: 12px 12px 12px 0;
|
|
1374
|
-
}
|
|
1375
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1376
|
-
margin: 12px 0 12px 12px;
|
|
1377
|
-
}
|
|
1378
1375
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1379
1376
|
margin-top: 9px;
|
|
1380
1377
|
}
|
|
@@ -1723,6 +1720,9 @@
|
|
|
1723
1720
|
white-space: normal;
|
|
1724
1721
|
word-wrap: break-word;
|
|
1725
1722
|
}
|
|
1723
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1724
|
+
border-bottom-width: 1px;
|
|
1725
|
+
}
|
|
1726
1726
|
.e-grid .e-summarycontent {
|
|
1727
1727
|
display: -ms-flexbox;
|
|
1728
1728
|
display: flex;
|
|
@@ -454,6 +454,10 @@
|
|
|
454
454
|
font-size: 14px;
|
|
455
455
|
padding: 9px 10px;
|
|
456
456
|
}
|
|
457
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
458
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
459
|
+
border-bottom-width: 1px;
|
|
460
|
+
}
|
|
457
461
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
458
462
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
459
463
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1265,9 +1269,8 @@
|
|
|
1265
1269
|
display: none;
|
|
1266
1270
|
}
|
|
1267
1271
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
height: 58px;
|
|
1272
|
+
padding: 0 16px 0;
|
|
1273
|
+
height: auto;
|
|
1271
1274
|
border-bottom-width: 0;
|
|
1272
1275
|
}
|
|
1273
1276
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1281,12 +1284,6 @@
|
|
|
1281
1284
|
transform: rotate(180deg);
|
|
1282
1285
|
margin-top: 20px;
|
|
1283
1286
|
}
|
|
1284
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1285
|
-
margin: 16px 16px 16px 0;
|
|
1286
|
-
}
|
|
1287
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1288
|
-
margin: 16px 0 16px 16px;
|
|
1289
|
-
}
|
|
1290
1287
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1291
1288
|
margin-top: 13px;
|
|
1292
1289
|
}
|
|
@@ -1632,6 +1629,9 @@
|
|
|
1632
1629
|
white-space: normal;
|
|
1633
1630
|
word-wrap: break-word;
|
|
1634
1631
|
}
|
|
1632
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1633
|
+
border-bottom-width: 1px;
|
|
1634
|
+
}
|
|
1635
1635
|
.e-grid .e-summarycontent {
|
|
1636
1636
|
display: -ms-flexbox;
|
|
1637
1637
|
display: flex;
|
|
@@ -2295,7 +2295,7 @@
|
|
|
2295
2295
|
overflow: hidden;
|
|
2296
2296
|
text-overflow: ellipsis;
|
|
2297
2297
|
white-space: nowrap;
|
|
2298
|
-
width:
|
|
2298
|
+
width: auto;
|
|
2299
2299
|
}
|
|
2300
2300
|
.e-grid .e-grid-icon {
|
|
2301
2301
|
float: left;
|
|
@@ -454,6 +454,10 @@
|
|
|
454
454
|
font-size: 14px;
|
|
455
455
|
padding: 9px 10px;
|
|
456
456
|
}
|
|
457
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
458
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
459
|
+
border-bottom-width: 1px;
|
|
460
|
+
}
|
|
457
461
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
458
462
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
459
463
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1265,9 +1269,8 @@
|
|
|
1265
1269
|
display: none;
|
|
1266
1270
|
}
|
|
1267
1271
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
height: 58px;
|
|
1272
|
+
padding: 0 16px 0;
|
|
1273
|
+
height: auto;
|
|
1271
1274
|
border-bottom-width: 0;
|
|
1272
1275
|
}
|
|
1273
1276
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1281,12 +1284,6 @@
|
|
|
1281
1284
|
transform: rotate(180deg);
|
|
1282
1285
|
margin-top: 21px;
|
|
1283
1286
|
}
|
|
1284
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1285
|
-
margin: 16px 16px 16px 0;
|
|
1286
|
-
}
|
|
1287
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1288
|
-
margin: 16px 0 16px 16px;
|
|
1289
|
-
}
|
|
1290
1287
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1291
1288
|
margin-top: 14px;
|
|
1292
1289
|
}
|
|
@@ -1632,6 +1629,9 @@
|
|
|
1632
1629
|
white-space: normal;
|
|
1633
1630
|
word-wrap: break-word;
|
|
1634
1631
|
}
|
|
1632
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1633
|
+
border-bottom-width: 1px;
|
|
1634
|
+
}
|
|
1635
1635
|
.e-grid .e-summarycontent {
|
|
1636
1636
|
display: -ms-flexbox;
|
|
1637
1637
|
display: flex;
|
|
@@ -2295,7 +2295,7 @@
|
|
|
2295
2295
|
overflow: hidden;
|
|
2296
2296
|
text-overflow: ellipsis;
|
|
2297
2297
|
white-space: nowrap;
|
|
2298
|
-
width:
|
|
2298
|
+
width: auto;
|
|
2299
2299
|
}
|
|
2300
2300
|
.e-grid .e-grid-icon {
|
|
2301
2301
|
float: left;
|
|
@@ -497,6 +497,10 @@
|
|
|
497
497
|
font-size: 13px;
|
|
498
498
|
padding: 11px 28px;
|
|
499
499
|
}
|
|
500
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
501
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
502
|
+
border-bottom-width: 1px;
|
|
503
|
+
}
|
|
500
504
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
501
505
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
502
506
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1308,9 +1312,8 @@
|
|
|
1308
1312
|
display: none;
|
|
1309
1313
|
}
|
|
1310
1314
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
height: 48px;
|
|
1315
|
+
padding: 0 12px 0;
|
|
1316
|
+
height: auto;
|
|
1314
1317
|
border-bottom-width: 0;
|
|
1315
1318
|
}
|
|
1316
1319
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1324,12 +1327,6 @@
|
|
|
1324
1327
|
transform: rotate(180deg);
|
|
1325
1328
|
margin-top: 16px;
|
|
1326
1329
|
}
|
|
1327
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1328
|
-
margin: 12px 16px 12px 0;
|
|
1329
|
-
}
|
|
1330
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1331
|
-
margin: 12px 0 12px 16px;
|
|
1332
|
-
}
|
|
1333
1330
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1334
1331
|
margin-top: 9px;
|
|
1335
1332
|
}
|
|
@@ -1675,6 +1672,9 @@
|
|
|
1675
1672
|
white-space: normal;
|
|
1676
1673
|
word-wrap: break-word;
|
|
1677
1674
|
}
|
|
1675
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1676
|
+
border-bottom-width: 1px;
|
|
1677
|
+
}
|
|
1678
1678
|
.e-grid .e-summarycontent {
|
|
1679
1679
|
display: -ms-flexbox;
|
|
1680
1680
|
display: flex;
|
|
@@ -2338,7 +2338,7 @@
|
|
|
2338
2338
|
overflow: hidden;
|
|
2339
2339
|
text-overflow: ellipsis;
|
|
2340
2340
|
white-space: nowrap;
|
|
2341
|
-
width:
|
|
2341
|
+
width: auto;
|
|
2342
2342
|
}
|
|
2343
2343
|
.e-grid .e-grid-icon {
|
|
2344
2344
|
float: left;
|
package/styles/grid/material.css
CHANGED
|
@@ -531,6 +531,10 @@
|
|
|
531
531
|
font-size: 13px;
|
|
532
532
|
padding: 11px 28px;
|
|
533
533
|
}
|
|
534
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
535
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
536
|
+
border-bottom-width: 1px;
|
|
537
|
+
}
|
|
534
538
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
535
539
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
536
540
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1342,9 +1346,8 @@
|
|
|
1342
1346
|
display: none;
|
|
1343
1347
|
}
|
|
1344
1348
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
height: 48px;
|
|
1349
|
+
padding: 0 12px 0;
|
|
1350
|
+
height: auto;
|
|
1348
1351
|
border-bottom-width: 0;
|
|
1349
1352
|
}
|
|
1350
1353
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1358,12 +1361,6 @@
|
|
|
1358
1361
|
transform: rotate(180deg);
|
|
1359
1362
|
margin-top: 16px;
|
|
1360
1363
|
}
|
|
1361
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1362
|
-
margin: 12px 16px 12px 0;
|
|
1363
|
-
}
|
|
1364
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1365
|
-
margin: 12px 0 12px 16px;
|
|
1366
|
-
}
|
|
1367
1364
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1368
1365
|
margin-top: 9px;
|
|
1369
1366
|
}
|
|
@@ -1709,6 +1706,9 @@
|
|
|
1709
1706
|
white-space: normal;
|
|
1710
1707
|
word-wrap: break-word;
|
|
1711
1708
|
}
|
|
1709
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1710
|
+
border-bottom-width: 1px;
|
|
1711
|
+
}
|
|
1712
1712
|
.e-grid .e-summarycontent {
|
|
1713
1713
|
display: -ms-flexbox;
|
|
1714
1714
|
display: flex;
|
|
@@ -2372,7 +2372,7 @@
|
|
|
2372
2372
|
overflow: hidden;
|
|
2373
2373
|
text-overflow: ellipsis;
|
|
2374
2374
|
white-space: nowrap;
|
|
2375
|
-
width:
|
|
2375
|
+
width: auto;
|
|
2376
2376
|
}
|
|
2377
2377
|
.e-grid .e-grid-icon {
|
|
2378
2378
|
float: left;
|
|
@@ -607,6 +607,10 @@
|
|
|
607
607
|
font-size: 14px;
|
|
608
608
|
padding: 14px 12px;
|
|
609
609
|
}
|
|
610
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
611
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
612
|
+
border-bottom-width: 1px;
|
|
613
|
+
}
|
|
610
614
|
.e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
|
|
611
615
|
.e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
|
|
612
616
|
.e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
|
|
@@ -1512,9 +1516,8 @@
|
|
|
1512
1516
|
display: none;
|
|
1513
1517
|
}
|
|
1514
1518
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
height: 40px;
|
|
1519
|
+
padding: 0 8px 0;
|
|
1520
|
+
height: auto;
|
|
1518
1521
|
border-bottom-width: 0 4px 0 4px;
|
|
1519
1522
|
}
|
|
1520
1523
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1528,12 +1531,6 @@
|
|
|
1528
1531
|
transform: rotate(180deg);
|
|
1529
1532
|
margin-top: 15px;
|
|
1530
1533
|
}
|
|
1531
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1532
|
-
margin: 8px 8px 8px 0;
|
|
1533
|
-
}
|
|
1534
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1535
|
-
margin: 8px 0 8px 8px;
|
|
1536
|
-
}
|
|
1537
1534
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1538
1535
|
margin-top: 5px;
|
|
1539
1536
|
}
|
|
@@ -1891,6 +1888,9 @@
|
|
|
1891
1888
|
white-space: normal;
|
|
1892
1889
|
word-wrap: break-word;
|
|
1893
1890
|
}
|
|
1891
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1892
|
+
border-bottom-width: 1px;
|
|
1893
|
+
}
|
|
1894
1894
|
.e-grid .e-summarycontent {
|
|
1895
1895
|
display: -ms-flexbox;
|
|
1896
1896
|
display: flex;
|
|
@@ -663,6 +663,10 @@
|
|
|
663
663
|
font-size: 14px;
|
|
664
664
|
padding: 14px 12px;
|
|
665
665
|
}
|
|
666
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
667
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
668
|
+
border-bottom-width: 1px;
|
|
669
|
+
}
|
|
666
670
|
.e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
|
|
667
671
|
.e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
|
|
668
672
|
.e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
|
|
@@ -1568,9 +1572,8 @@
|
|
|
1568
1572
|
display: none;
|
|
1569
1573
|
}
|
|
1570
1574
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
height: 40px;
|
|
1575
|
+
padding: 0 8px 0;
|
|
1576
|
+
height: auto;
|
|
1574
1577
|
border-bottom-width: 0 4px 0 4px;
|
|
1575
1578
|
}
|
|
1576
1579
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1584,12 +1587,6 @@
|
|
|
1584
1587
|
transform: rotate(180deg);
|
|
1585
1588
|
margin-top: 15px;
|
|
1586
1589
|
}
|
|
1587
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1588
|
-
margin: 8px 8px 8px 0;
|
|
1589
|
-
}
|
|
1590
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1591
|
-
margin: 8px 0 8px 8px;
|
|
1592
|
-
}
|
|
1593
1590
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1594
1591
|
margin-top: 5px;
|
|
1595
1592
|
}
|
|
@@ -1947,6 +1944,9 @@
|
|
|
1947
1944
|
white-space: normal;
|
|
1948
1945
|
word-wrap: break-word;
|
|
1949
1946
|
}
|
|
1947
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1948
|
+
border-bottom-width: 1px;
|
|
1949
|
+
}
|
|
1950
1950
|
.e-grid .e-summarycontent {
|
|
1951
1951
|
display: -ms-flexbox;
|
|
1952
1952
|
display: flex;
|
|
@@ -483,6 +483,10 @@
|
|
|
483
483
|
font-size: 16px;
|
|
484
484
|
padding: 10px 12px;
|
|
485
485
|
}
|
|
486
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
487
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
488
|
+
border-bottom-width: 1px;
|
|
489
|
+
}
|
|
486
490
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
487
491
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
488
492
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1344,9 +1348,8 @@
|
|
|
1344
1348
|
display: none;
|
|
1345
1349
|
}
|
|
1346
1350
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
height: 48px;
|
|
1351
|
+
padding: 0 12px 0;
|
|
1352
|
+
height: auto;
|
|
1350
1353
|
border-bottom-width: 0;
|
|
1351
1354
|
}
|
|
1352
1355
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1360,12 +1363,6 @@
|
|
|
1360
1363
|
transform: rotate(180deg);
|
|
1361
1364
|
margin-top: 15px;
|
|
1362
1365
|
}
|
|
1363
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1364
|
-
margin: 12px 12px 12px 0;
|
|
1365
|
-
}
|
|
1366
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1367
|
-
margin: 12px 0 12px 12px;
|
|
1368
|
-
}
|
|
1369
1366
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1370
1367
|
margin-top: 9px;
|
|
1371
1368
|
}
|
|
@@ -1715,6 +1712,9 @@
|
|
|
1715
1712
|
white-space: normal;
|
|
1716
1713
|
word-wrap: break-word;
|
|
1717
1714
|
}
|
|
1715
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1716
|
+
border-bottom-width: 1px;
|
|
1717
|
+
}
|
|
1718
1718
|
.e-grid .e-summarycontent {
|
|
1719
1719
|
display: -ms-flexbox;
|
|
1720
1720
|
display: flex;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -483,6 +483,10 @@
|
|
|
483
483
|
font-size: 16px;
|
|
484
484
|
padding: 10px 12px;
|
|
485
485
|
}
|
|
486
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
487
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
488
|
+
border-bottom-width: 1px;
|
|
489
|
+
}
|
|
486
490
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
487
491
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
488
492
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -1344,9 +1348,8 @@
|
|
|
1344
1348
|
display: none;
|
|
1345
1349
|
}
|
|
1346
1350
|
.e-grid .e-groupdroparea.e-group-animate.e-grouped {
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
height: 48px;
|
|
1351
|
+
padding: 0 12px 0;
|
|
1352
|
+
height: auto;
|
|
1350
1353
|
border-bottom-width: 0;
|
|
1351
1354
|
}
|
|
1352
1355
|
.e-grid.e-rtl .e-group-animator {
|
|
@@ -1360,12 +1363,6 @@
|
|
|
1360
1363
|
transform: rotate(180deg);
|
|
1361
1364
|
margin-top: 15px;
|
|
1362
1365
|
}
|
|
1363
|
-
.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
1364
|
-
margin: 12px 12px 12px 0;
|
|
1365
|
-
}
|
|
1366
|
-
.e-grid .e-group-animator:first-child .e-groupheadercell {
|
|
1367
|
-
margin: 12px 0 12px 12px;
|
|
1368
|
-
}
|
|
1369
1366
|
.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
|
|
1370
1367
|
margin-top: 9px;
|
|
1371
1368
|
}
|
|
@@ -1715,6 +1712,9 @@
|
|
|
1715
1712
|
white-space: normal;
|
|
1716
1713
|
word-wrap: break-word;
|
|
1717
1714
|
}
|
|
1715
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
1716
|
+
border-bottom-width: 1px;
|
|
1717
|
+
}
|
|
1718
1718
|
.e-grid .e-summarycontent {
|
|
1719
1719
|
display: -ms-flexbox;
|
|
1720
1720
|
display: flex;
|