@syncfusion/ej2-vue-grids 21.2.5 → 21.2.8
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 +28 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +4 -3
- package/styles/bootstrap.css +4 -3
- package/styles/bootstrap4.css +4 -4
- package/styles/bootstrap5-dark.css +4 -3
- package/styles/bootstrap5.css +4 -3
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/fluent-dark.css +6 -3
- package/styles/fluent.css +6 -3
- package/styles/grid/bootstrap-dark.css +4 -3
- package/styles/grid/bootstrap.css +4 -3
- package/styles/grid/bootstrap4.css +4 -4
- package/styles/grid/bootstrap5-dark.css +4 -3
- package/styles/grid/bootstrap5.css +4 -3
- package/styles/grid/fabric-dark.css +2 -1
- package/styles/grid/fabric.css +2 -1
- package/styles/grid/fluent-dark.css +6 -3
- package/styles/grid/fluent.css +6 -3
- package/styles/grid/highcontrast-light.css +2 -1
- package/styles/grid/highcontrast.css +2 -1
- package/styles/grid/material-dark.css +2 -1
- package/styles/grid/material.css +2 -1
- package/styles/grid/tailwind-dark.css +4 -4
- package/styles/grid/tailwind.css +4 -4
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/tailwind-dark.css +4 -4
- package/styles/tailwind.css +4 -4
|
@@ -894,6 +894,7 @@
|
|
|
894
894
|
margin-left: 0;
|
|
895
895
|
margin-top: 0;
|
|
896
896
|
margin-right: 0;
|
|
897
|
+
padding-top: 0;
|
|
897
898
|
}
|
|
898
899
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
899
900
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -919,7 +920,6 @@
|
|
|
919
920
|
margin-left: 0;
|
|
920
921
|
margin-right: 6px;
|
|
921
922
|
margin-top: 0;
|
|
922
|
-
padding-top: 0;
|
|
923
923
|
padding-left: 0;
|
|
924
924
|
}
|
|
925
925
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2287,6 +2287,7 @@
|
|
|
2287
2287
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2288
2288
|
margin-left: 6px;
|
|
2289
2289
|
margin-top: 0;
|
|
2290
|
+
padding-top: 0;
|
|
2290
2291
|
padding-right: 0;
|
|
2291
2292
|
}
|
|
2292
2293
|
.e-grid .e-grptogglebtn {
|
package/styles/grid/material.css
CHANGED
|
@@ -928,6 +928,7 @@
|
|
|
928
928
|
margin-left: 0;
|
|
929
929
|
margin-top: 0;
|
|
930
930
|
margin-right: 0;
|
|
931
|
+
padding-top: 0;
|
|
931
932
|
}
|
|
932
933
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
933
934
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -953,7 +954,6 @@
|
|
|
953
954
|
margin-left: 0;
|
|
954
955
|
margin-right: 6px;
|
|
955
956
|
margin-top: 0;
|
|
956
|
-
padding-top: 0;
|
|
957
957
|
padding-left: 0;
|
|
958
958
|
}
|
|
959
959
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2321,6 +2321,7 @@
|
|
|
2321
2321
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2322
2322
|
margin-left: 6px;
|
|
2323
2323
|
margin-top: 0;
|
|
2324
|
+
padding-top: 0;
|
|
2324
2325
|
padding-right: 0;
|
|
2325
2326
|
}
|
|
2326
2327
|
.e-grid .e-grptogglebtn {
|
|
@@ -925,6 +925,7 @@
|
|
|
925
925
|
margin-left: 0;
|
|
926
926
|
margin-top: 0;
|
|
927
927
|
margin-right: 0;
|
|
928
|
+
padding-top: 0;
|
|
928
929
|
}
|
|
929
930
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
930
931
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -954,7 +955,6 @@
|
|
|
954
955
|
margin-left: -8px;
|
|
955
956
|
margin-right: 0;
|
|
956
957
|
margin-top: 0;
|
|
957
|
-
padding-top: 1px;
|
|
958
958
|
padding-left: 8px;
|
|
959
959
|
}
|
|
960
960
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2347,9 +2347,9 @@
|
|
|
2347
2347
|
}
|
|
2348
2348
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2349
2349
|
margin-left: -9px;
|
|
2350
|
-
margin-top:
|
|
2350
|
+
margin-top: -2px;
|
|
2351
|
+
padding-top: 4px;
|
|
2351
2352
|
padding-right: 8px;
|
|
2352
|
-
padding-top: 1px;
|
|
2353
2353
|
}
|
|
2354
2354
|
.e-grid span.e-ungroupbutton.e-icons:hover {
|
|
2355
2355
|
color: #374151;
|
|
@@ -2944,7 +2944,7 @@
|
|
|
2944
2944
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
2945
2945
|
margin-left: 0;
|
|
2946
2946
|
margin-right: -9px;
|
|
2947
|
-
padding-top:
|
|
2947
|
+
padding-top: 4px;
|
|
2948
2948
|
}
|
|
2949
2949
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
2950
2950
|
border-width: 0 0 0 1px;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -925,6 +925,7 @@
|
|
|
925
925
|
margin-left: 0;
|
|
926
926
|
margin-top: 0;
|
|
927
927
|
margin-right: 0;
|
|
928
|
+
padding-top: 0;
|
|
928
929
|
}
|
|
929
930
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
930
931
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -954,7 +955,6 @@
|
|
|
954
955
|
margin-left: -8px;
|
|
955
956
|
margin-right: 0;
|
|
956
957
|
margin-top: 0;
|
|
957
|
-
padding-top: 1px;
|
|
958
958
|
padding-left: 8px;
|
|
959
959
|
}
|
|
960
960
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2347,9 +2347,9 @@
|
|
|
2347
2347
|
}
|
|
2348
2348
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2349
2349
|
margin-left: -9px;
|
|
2350
|
-
margin-top:
|
|
2350
|
+
margin-top: -2px;
|
|
2351
|
+
padding-top: 4px;
|
|
2351
2352
|
padding-right: 8px;
|
|
2352
|
-
padding-top: 1px;
|
|
2353
2353
|
}
|
|
2354
2354
|
.e-grid span.e-ungroupbutton.e-icons:hover {
|
|
2355
2355
|
color: #374151;
|
|
@@ -2944,7 +2944,7 @@
|
|
|
2944
2944
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
2945
2945
|
margin-left: 0;
|
|
2946
2946
|
margin-right: -9px;
|
|
2947
|
-
padding-top:
|
|
2947
|
+
padding-top: 4px;
|
|
2948
2948
|
}
|
|
2949
2949
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
2950
2950
|
border-width: 0 0 0 1px;
|
|
@@ -1271,6 +1271,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1271
1271
|
margin-left: 0;
|
|
1272
1272
|
margin-top: 1px;
|
|
1273
1273
|
margin-right: 0;
|
|
1274
|
+
padding-top: 0;
|
|
1274
1275
|
}
|
|
1275
1276
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1276
1277
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1296,7 +1297,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1296
1297
|
margin-left: 0;
|
|
1297
1298
|
margin-right: 8px;
|
|
1298
1299
|
margin-top: 0;
|
|
1299
|
-
padding-top: 0;
|
|
1300
1300
|
padding-left: 0;
|
|
1301
1301
|
}
|
|
1302
1302
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2664,6 +2664,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2664
2664
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2665
2665
|
margin-left: 0;
|
|
2666
2666
|
margin-top: 0;
|
|
2667
|
+
padding-top: 0;
|
|
2667
2668
|
padding-right: 0;
|
|
2668
2669
|
}
|
|
2669
2670
|
.e-grid .e-grptogglebtn {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1271,6 +1271,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1271
1271
|
margin-left: 0;
|
|
1272
1272
|
margin-top: 1px;
|
|
1273
1273
|
margin-right: 0;
|
|
1274
|
+
padding-top: 0;
|
|
1274
1275
|
}
|
|
1275
1276
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1276
1277
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1296,7 +1297,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1296
1297
|
margin-left: 0;
|
|
1297
1298
|
margin-right: 8px;
|
|
1298
1299
|
margin-top: 0;
|
|
1299
|
-
padding-top: 0;
|
|
1300
1300
|
padding-left: 0;
|
|
1301
1301
|
}
|
|
1302
1302
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2664,6 +2664,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2664
2664
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2665
2665
|
margin-left: 0;
|
|
2666
2666
|
margin-top: 0;
|
|
2667
|
+
padding-top: 0;
|
|
2667
2668
|
padding-right: 0;
|
|
2668
2669
|
}
|
|
2669
2670
|
.e-grid .e-grptogglebtn {
|
package/styles/material-dark.css
CHANGED
|
@@ -1321,6 +1321,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1321
1321
|
margin-left: 0;
|
|
1322
1322
|
margin-top: 0;
|
|
1323
1323
|
margin-right: 0;
|
|
1324
|
+
padding-top: 0;
|
|
1324
1325
|
}
|
|
1325
1326
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1326
1327
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1346,7 +1347,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1346
1347
|
margin-left: 0;
|
|
1347
1348
|
margin-right: 6px;
|
|
1348
1349
|
margin-top: 0;
|
|
1349
|
-
padding-top: 0;
|
|
1350
1350
|
padding-left: 0;
|
|
1351
1351
|
}
|
|
1352
1352
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2714,6 +2714,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2714
2714
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2715
2715
|
margin-left: 6px;
|
|
2716
2716
|
margin-top: 0;
|
|
2717
|
+
padding-top: 0;
|
|
2717
2718
|
padding-right: 0;
|
|
2718
2719
|
}
|
|
2719
2720
|
.e-grid .e-grptogglebtn {
|
package/styles/material.css
CHANGED
|
@@ -1363,6 +1363,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1363
1363
|
margin-left: 0;
|
|
1364
1364
|
margin-top: 0;
|
|
1365
1365
|
margin-right: 0;
|
|
1366
|
+
padding-top: 0;
|
|
1366
1367
|
}
|
|
1367
1368
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1368
1369
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1388,7 +1389,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1388
1389
|
margin-left: 0;
|
|
1389
1390
|
margin-right: 6px;
|
|
1390
1391
|
margin-top: 0;
|
|
1391
|
-
padding-top: 0;
|
|
1392
1392
|
padding-left: 0;
|
|
1393
1393
|
}
|
|
1394
1394
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2756,6 +2756,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2756
2756
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2757
2757
|
margin-left: 6px;
|
|
2758
2758
|
margin-top: 0;
|
|
2759
|
+
padding-top: 0;
|
|
2759
2760
|
padding-right: 0;
|
|
2760
2761
|
}
|
|
2761
2762
|
.e-grid .e-grptogglebtn {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1350,6 +1350,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1350
1350
|
margin-left: 0;
|
|
1351
1351
|
margin-top: 0;
|
|
1352
1352
|
margin-right: 0;
|
|
1353
|
+
padding-top: 0;
|
|
1353
1354
|
}
|
|
1354
1355
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1355
1356
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1379,7 +1380,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1379
1380
|
margin-left: -8px;
|
|
1380
1381
|
margin-right: 0;
|
|
1381
1382
|
margin-top: 0;
|
|
1382
|
-
padding-top: 1px;
|
|
1383
1383
|
padding-left: 8px;
|
|
1384
1384
|
}
|
|
1385
1385
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2772,9 +2772,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2772
2772
|
}
|
|
2773
2773
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2774
2774
|
margin-left: -9px;
|
|
2775
|
-
margin-top:
|
|
2775
|
+
margin-top: -2px;
|
|
2776
|
+
padding-top: 4px;
|
|
2776
2777
|
padding-right: 8px;
|
|
2777
|
-
padding-top: 1px;
|
|
2778
2778
|
}
|
|
2779
2779
|
.e-grid span.e-ungroupbutton.e-icons:hover {
|
|
2780
2780
|
color: #374151;
|
|
@@ -3369,7 +3369,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3369
3369
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3370
3370
|
margin-left: 0;
|
|
3371
3371
|
margin-right: -9px;
|
|
3372
|
-
padding-top:
|
|
3372
|
+
padding-top: 4px;
|
|
3373
3373
|
}
|
|
3374
3374
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3375
3375
|
border-width: 0 0 0 1px;
|
package/styles/tailwind.css
CHANGED
|
@@ -1350,6 +1350,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1350
1350
|
margin-left: 0;
|
|
1351
1351
|
margin-top: 0;
|
|
1352
1352
|
margin-right: 0;
|
|
1353
|
+
padding-top: 0;
|
|
1353
1354
|
}
|
|
1354
1355
|
.e-bigger .e-grid.e-device span.e-ungroupbutton.e-icons,
|
|
1355
1356
|
.e-grid.e-bigger.e-device span.e-ungroupbutton.e-icons {
|
|
@@ -1379,7 +1380,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1379
1380
|
margin-left: -8px;
|
|
1380
1381
|
margin-right: 0;
|
|
1381
1382
|
margin-top: 0;
|
|
1382
|
-
padding-top: 1px;
|
|
1383
1383
|
padding-left: 8px;
|
|
1384
1384
|
}
|
|
1385
1385
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2772,9 +2772,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2772
2772
|
}
|
|
2773
2773
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2774
2774
|
margin-left: -9px;
|
|
2775
|
-
margin-top:
|
|
2775
|
+
margin-top: -2px;
|
|
2776
|
+
padding-top: 4px;
|
|
2776
2777
|
padding-right: 8px;
|
|
2777
|
-
padding-top: 1px;
|
|
2778
2778
|
}
|
|
2779
2779
|
.e-grid span.e-ungroupbutton.e-icons:hover {
|
|
2780
2780
|
color: #374151;
|
|
@@ -3369,7 +3369,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3369
3369
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3370
3370
|
margin-left: 0;
|
|
3371
3371
|
margin-right: -9px;
|
|
3372
|
-
padding-top:
|
|
3372
|
+
padding-top: 4px;
|
|
3373
3373
|
}
|
|
3374
3374
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3375
3375
|
border-width: 0 0 0 1px;
|