@syncfusion/ej2-angular-grids 20.2.37-ngcc → 20.2.39-ngcc
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/@syncfusion/ej2-angular-grids.es5.js +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +29 -0
- package/dist/ej2-angular-grids.umd.js +3 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +16 -16
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +18 -8
- package/styles/bootstrap.css +17 -7
- package/styles/bootstrap4.css +39 -20
- package/styles/bootstrap5-dark.css +19 -5
- package/styles/bootstrap5.css +19 -5
- package/styles/excel-filter/bootstrap-dark.css +4 -0
- package/styles/excel-filter/bootstrap.css +4 -0
- package/styles/excel-filter/bootstrap4.css +4 -0
- package/styles/excel-filter/bootstrap5-dark.css +4 -0
- package/styles/excel-filter/bootstrap5.css +4 -0
- package/styles/excel-filter/fabric-dark.css +4 -0
- package/styles/excel-filter/fabric.css +4 -0
- package/styles/excel-filter/fluent-dark.css +4 -0
- package/styles/excel-filter/fluent.css +4 -0
- package/styles/excel-filter/highcontrast-light.css +4 -0
- package/styles/excel-filter/highcontrast.css +4 -0
- package/styles/excel-filter/material-dark.css +4 -0
- package/styles/excel-filter/material.css +4 -0
- package/styles/excel-filter/tailwind-dark.css +4 -0
- package/styles/excel-filter/tailwind.css +4 -0
- package/styles/fabric-dark.css +17 -7
- package/styles/fabric.css +19 -9
- package/styles/fluent-dark.css +21 -7
- package/styles/fluent.css +21 -7
- package/styles/grid/bootstrap-dark.css +14 -8
- package/styles/grid/bootstrap.css +13 -7
- package/styles/grid/bootstrap4.css +35 -20
- package/styles/grid/bootstrap5-dark.css +15 -5
- package/styles/grid/bootstrap5.css +15 -5
- package/styles/grid/fabric-dark.css +13 -7
- package/styles/grid/fabric.css +15 -9
- package/styles/grid/fluent-dark.css +17 -7
- package/styles/grid/fluent.css +17 -7
- package/styles/grid/highcontrast-light.css +9 -3
- package/styles/grid/highcontrast.css +13 -7
- package/styles/grid/material-dark.css +14 -8
- package/styles/grid/material.css +13 -7
- package/styles/grid/tailwind-dark.css +13 -6
- package/styles/grid/tailwind.css +13 -6
- package/styles/highcontrast-light.css +13 -3
- package/styles/highcontrast.css +17 -7
- package/styles/material-dark.css +18 -8
- package/styles/material.css +17 -7
- package/styles/tailwind-dark.css +17 -6
- package/styles/tailwind.css +17 -6
package/styles/bootstrap4.css
CHANGED
|
@@ -197,6 +197,10 @@
|
|
|
197
197
|
padding: 14px;
|
|
198
198
|
padding-top: 4px;
|
|
199
199
|
}
|
|
200
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
201
|
+
height: 26px;
|
|
202
|
+
line-height: 26px;
|
|
203
|
+
}
|
|
200
204
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
201
205
|
height: 26px;
|
|
202
206
|
line-height: 26px;
|
|
@@ -1200,7 +1204,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1200
1204
|
.e-grid.e-bigger .e-groupheadercell span {
|
|
1201
1205
|
height: 4px;
|
|
1202
1206
|
line-height: 4px;
|
|
1203
|
-
padding: 8px 4px
|
|
1207
|
+
padding: 8px 4px 10px 12px;
|
|
1204
1208
|
}
|
|
1205
1209
|
.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton,
|
|
1206
1210
|
.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton {
|
|
@@ -1321,11 +1325,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1321
1325
|
margin-left: -7px;
|
|
1322
1326
|
margin-top: -1px;
|
|
1323
1327
|
margin-right: 8px;
|
|
1328
|
+
padding-top: 8px;
|
|
1324
1329
|
}
|
|
1325
1330
|
.e-bigger .e-grid span.e-groupsort.e-icons,
|
|
1326
1331
|
.e-grid.e-bigger span.e-groupsort.e-icons {
|
|
1327
1332
|
margin-right: 0;
|
|
1328
1333
|
margin-top: -1px;
|
|
1334
|
+
margin-left: -4px;
|
|
1335
|
+
}
|
|
1336
|
+
.e-bigger .e-grid.e-rtl span.e-groupsort.e-icons,
|
|
1337
|
+
.e-grid.e-bigger.e-rtl span.e-groupsort.e-icons {
|
|
1338
|
+
margin-left: 7px;
|
|
1329
1339
|
}
|
|
1330
1340
|
.e-bigger .e-grid.e-rtl .e-groupheadercell, .e-bigger .e-grid.e-rtl .e-groupheadercell:hover,
|
|
1331
1341
|
.e-grid.e-bigger.e-rtl .e-groupheadercell,
|
|
@@ -1335,10 +1345,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1335
1345
|
}
|
|
1336
1346
|
.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons,
|
|
1337
1347
|
.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons {
|
|
1338
|
-
margin-left: -
|
|
1348
|
+
margin-left: -9px;
|
|
1339
1349
|
margin-right: -15px;
|
|
1340
|
-
margin-top:
|
|
1341
|
-
padding-top:
|
|
1350
|
+
margin-top: 3px;
|
|
1351
|
+
padding-top: 4px;
|
|
1342
1352
|
padding-left: 12px;
|
|
1343
1353
|
}
|
|
1344
1354
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2384,10 +2394,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2384
2394
|
}
|
|
2385
2395
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2386
2396
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2397
|
+
-webkit-user-select: auto;
|
|
2387
2398
|
height: 20px;
|
|
2388
2399
|
line-height: 20px;
|
|
2389
2400
|
position: relative;
|
|
2390
2401
|
top: 0;
|
|
2402
|
+
-ms-user-select: auto;
|
|
2403
|
+
user-select: auto;
|
|
2391
2404
|
}
|
|
2392
2405
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2393
2406
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2545,16 +2558,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2545
2558
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2546
2559
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2547
2560
|
font-size: 12px;
|
|
2548
|
-
margin-left:
|
|
2549
|
-
margin-top:
|
|
2561
|
+
margin-left: -3.5px;
|
|
2562
|
+
margin-top: -7.5px;
|
|
2550
2563
|
position: absolute;
|
|
2551
2564
|
z-index: 10;
|
|
2552
2565
|
}
|
|
2553
2566
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2554
|
-
margin-top:
|
|
2567
|
+
margin-top: -7.5px;
|
|
2555
2568
|
}
|
|
2556
2569
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2557
|
-
margin-top:
|
|
2570
|
+
margin-top: 2.5px;
|
|
2558
2571
|
}
|
|
2559
2572
|
.e-grid td.e-active {
|
|
2560
2573
|
font-weight: normal;
|
|
@@ -2627,12 +2640,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2627
2640
|
height: 24px;
|
|
2628
2641
|
margin: 13px 0 0 8px;
|
|
2629
2642
|
overflow: hidden;
|
|
2630
|
-
padding:
|
|
2643
|
+
padding: 0;
|
|
2631
2644
|
vertical-align: middle;
|
|
2632
2645
|
}
|
|
2633
2646
|
.e-grid .e-groupheadercell:hover {
|
|
2634
2647
|
border: 1px;
|
|
2635
|
-
padding:
|
|
2648
|
+
padding: 0;
|
|
2636
2649
|
}
|
|
2637
2650
|
.e-grid .e-groupheadercell span {
|
|
2638
2651
|
display: inline-block;
|
|
@@ -2644,6 +2657,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2644
2657
|
}
|
|
2645
2658
|
.e-grid .e-groupheadercell .e-grouptext {
|
|
2646
2659
|
line-height: 19px;
|
|
2660
|
+
padding-top: 3px;
|
|
2647
2661
|
}
|
|
2648
2662
|
.e-grid .e-groupheadercell .e-ungroupbutton {
|
|
2649
2663
|
font-size: 10px;
|
|
@@ -2669,22 +2683,27 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2669
2683
|
}
|
|
2670
2684
|
.e-grid .e-groupsort {
|
|
2671
2685
|
margin-right: 0;
|
|
2672
|
-
margin-top:
|
|
2686
|
+
margin-top: 0;
|
|
2673
2687
|
}
|
|
2674
2688
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2675
2689
|
margin-left: -8px;
|
|
2676
|
-
margin-top:
|
|
2690
|
+
margin-top: 0;
|
|
2677
2691
|
padding-right: 8px;
|
|
2692
|
+
padding-top: 4px;
|
|
2678
2693
|
}
|
|
2679
2694
|
.e-grid .e-grptogglebtn {
|
|
2680
2695
|
padding: 7px;
|
|
2681
2696
|
}
|
|
2682
2697
|
.e-grid .e-icon-gdownarrow {
|
|
2683
2698
|
font-size: 10px;
|
|
2699
|
+
padding: 13px 9px 11px 10px;
|
|
2700
|
+
text-decoration: none;
|
|
2684
2701
|
text-indent: 11px;
|
|
2685
2702
|
}
|
|
2686
2703
|
.e-grid .e-icon-grightarrow {
|
|
2687
2704
|
font-size: 10px;
|
|
2705
|
+
padding: 12px 9px 12px 10px;
|
|
2706
|
+
text-decoration: none;
|
|
2688
2707
|
text-indent: 11px;
|
|
2689
2708
|
}
|
|
2690
2709
|
.e-grid .e-recordplusexpand {
|
|
@@ -3144,13 +3163,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3144
3163
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3145
3164
|
border-top: 2px solid;
|
|
3146
3165
|
}
|
|
3147
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3166
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3148
3167
|
margin-left: 0;
|
|
3149
3168
|
margin-right: 0;
|
|
3169
|
+
padding-top: 3px;
|
|
3150
3170
|
}
|
|
3151
3171
|
.e-grid.e-rtl .e-groupheadercell span {
|
|
3152
3172
|
float: right;
|
|
3153
|
-
padding:
|
|
3173
|
+
padding: 0 8px;
|
|
3154
3174
|
}
|
|
3155
3175
|
.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell {
|
|
3156
3176
|
border-top: 1px solid;
|
|
@@ -3247,9 +3267,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3247
3267
|
margin-right: -10px;
|
|
3248
3268
|
}
|
|
3249
3269
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3250
|
-
margin-left:
|
|
3270
|
+
margin-left: 0;
|
|
3251
3271
|
margin-right: -12px;
|
|
3252
|
-
padding-top:
|
|
3272
|
+
padding-top: 4px;
|
|
3253
3273
|
}
|
|
3254
3274
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3255
3275
|
border-width: 0 0 0 1px;
|
|
@@ -3308,7 +3328,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3308
3328
|
.e-grid.e-rtl .e-groupheadercell, .e-grid.e-rtl .e-groupheadercell:hover {
|
|
3309
3329
|
margin-left: 0;
|
|
3310
3330
|
margin-right: 8px;
|
|
3311
|
-
padding:
|
|
3331
|
+
padding: 0;
|
|
3312
3332
|
}
|
|
3313
3333
|
.e-grid.e-rtl .e-groupheadercell, .e-grid.e-rtl .e-groupheadercell:hover {
|
|
3314
3334
|
float: right;
|
|
@@ -3387,7 +3407,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3387
3407
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3388
3408
|
display: inline-block;
|
|
3389
3409
|
}
|
|
3390
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3410
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3391
3411
|
text-overflow: clip;
|
|
3392
3412
|
}
|
|
3393
3413
|
.e-grid .e-clipboard {
|
|
@@ -3525,7 +3545,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3525
3545
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3526
3546
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3527
3547
|
font-size: 12px;
|
|
3528
|
-
margin-top: 0;
|
|
3529
3548
|
}
|
|
3530
3549
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3531
3550
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3542,7 +3561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3542
3561
|
}
|
|
3543
3562
|
.e-bigger .e-grid.e-rtl .e-groupheadercell span,
|
|
3544
3563
|
.e-bigger.e-grid.e-rtl .e-groupheadercell span {
|
|
3545
|
-
padding: 8px 4px 8px
|
|
3564
|
+
padding: 8px 4px 10px 8px;
|
|
3546
3565
|
}
|
|
3547
3566
|
|
|
3548
3567
|
.e-grid-min-height .e-rowcell {
|
|
@@ -199,6 +199,10 @@
|
|
|
199
199
|
padding: 14px;
|
|
200
200
|
padding-top: 4px;
|
|
201
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
202
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
207
|
height: 26px;
|
|
204
208
|
line-height: 26px;
|
|
@@ -2399,10 +2403,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2399
2403
|
}
|
|
2400
2404
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2401
2405
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2406
|
+
-webkit-user-select: auto;
|
|
2402
2407
|
height: 20px;
|
|
2403
2408
|
line-height: 20px;
|
|
2404
2409
|
position: relative;
|
|
2405
2410
|
top: -2px;
|
|
2411
|
+
-ms-user-select: auto;
|
|
2412
|
+
user-select: auto;
|
|
2406
2413
|
}
|
|
2407
2414
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2408
2415
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2696,10 +2703,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2696
2703
|
}
|
|
2697
2704
|
.e-grid .e-icon-gdownarrow {
|
|
2698
2705
|
font-size: 14px;
|
|
2706
|
+
padding: 12px 7px 11px 8px;
|
|
2707
|
+
text-decoration: none;
|
|
2699
2708
|
text-indent: 11px;
|
|
2700
2709
|
}
|
|
2701
2710
|
.e-grid .e-icon-grightarrow {
|
|
2702
2711
|
font-size: 14px;
|
|
2712
|
+
padding: 11px 7px 12px 8px;
|
|
2713
|
+
text-decoration: none;
|
|
2703
2714
|
text-indent: 11px;
|
|
2704
2715
|
}
|
|
2705
2716
|
.e-grid .e-recordplusexpand {
|
|
@@ -2834,8 +2845,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2834
2845
|
padding-top: 2px;
|
|
2835
2846
|
}
|
|
2836
2847
|
.e-grid .e-row .e-input-group {
|
|
2837
|
-
margin-bottom:
|
|
2838
|
-
margin-top:
|
|
2848
|
+
margin-bottom: 1px;
|
|
2849
|
+
margin-top: 1px;
|
|
2839
2850
|
vertical-align: middle;
|
|
2840
2851
|
}
|
|
2841
2852
|
.e-grid .e-defaultcell.e-ralign,
|
|
@@ -3159,7 +3170,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3159
3170
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3160
3171
|
border-top: 2px solid;
|
|
3161
3172
|
}
|
|
3162
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3173
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3163
3174
|
margin-left: 0;
|
|
3164
3175
|
margin-right: 0;
|
|
3165
3176
|
}
|
|
@@ -3402,7 +3413,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3402
3413
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3403
3414
|
display: inline-block;
|
|
3404
3415
|
}
|
|
3405
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3416
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3406
3417
|
text-overflow: clip;
|
|
3407
3418
|
}
|
|
3408
3419
|
.e-grid .e-clipboard {
|
|
@@ -3540,7 +3551,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3540
3551
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3541
3552
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3542
3553
|
font-size: 14px;
|
|
3543
|
-
|
|
3554
|
+
}
|
|
3555
|
+
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3556
|
+
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3557
|
+
margin-top: -9px;
|
|
3544
3558
|
}
|
|
3545
3559
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3546
3560
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -199,6 +199,10 @@
|
|
|
199
199
|
padding: 14px;
|
|
200
200
|
padding-top: 4px;
|
|
201
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
202
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
207
|
height: 26px;
|
|
204
208
|
line-height: 26px;
|
|
@@ -2399,10 +2403,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2399
2403
|
}
|
|
2400
2404
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2401
2405
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2406
|
+
-webkit-user-select: auto;
|
|
2402
2407
|
height: 20px;
|
|
2403
2408
|
line-height: 20px;
|
|
2404
2409
|
position: relative;
|
|
2405
2410
|
top: -2px;
|
|
2411
|
+
-ms-user-select: auto;
|
|
2412
|
+
user-select: auto;
|
|
2406
2413
|
}
|
|
2407
2414
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2408
2415
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2696,10 +2703,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2696
2703
|
}
|
|
2697
2704
|
.e-grid .e-icon-gdownarrow {
|
|
2698
2705
|
font-size: 14px;
|
|
2706
|
+
padding: 12px 7px 11px 8px;
|
|
2707
|
+
text-decoration: none;
|
|
2699
2708
|
text-indent: 11px;
|
|
2700
2709
|
}
|
|
2701
2710
|
.e-grid .e-icon-grightarrow {
|
|
2702
2711
|
font-size: 14px;
|
|
2712
|
+
padding: 11px 7px 12px 8px;
|
|
2713
|
+
text-decoration: none;
|
|
2703
2714
|
text-indent: 11px;
|
|
2704
2715
|
}
|
|
2705
2716
|
.e-grid .e-recordplusexpand {
|
|
@@ -2834,8 +2845,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2834
2845
|
padding-top: 2px;
|
|
2835
2846
|
}
|
|
2836
2847
|
.e-grid .e-row .e-input-group {
|
|
2837
|
-
margin-bottom:
|
|
2838
|
-
margin-top:
|
|
2848
|
+
margin-bottom: 1px;
|
|
2849
|
+
margin-top: 1px;
|
|
2839
2850
|
vertical-align: middle;
|
|
2840
2851
|
}
|
|
2841
2852
|
.e-grid .e-defaultcell.e-ralign,
|
|
@@ -3159,7 +3170,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3159
3170
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3160
3171
|
border-top: 2px solid;
|
|
3161
3172
|
}
|
|
3162
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3173
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3163
3174
|
margin-left: 0;
|
|
3164
3175
|
margin-right: 0;
|
|
3165
3176
|
}
|
|
@@ -3402,7 +3413,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3402
3413
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3403
3414
|
display: inline-block;
|
|
3404
3415
|
}
|
|
3405
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3416
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3406
3417
|
text-overflow: clip;
|
|
3407
3418
|
}
|
|
3408
3419
|
.e-grid .e-clipboard {
|
|
@@ -3540,7 +3551,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3540
3551
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3541
3552
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3542
3553
|
font-size: 14px;
|
|
3543
|
-
|
|
3554
|
+
}
|
|
3555
|
+
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3556
|
+
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3557
|
+
margin-top: -9px;
|
|
3544
3558
|
}
|
|
3545
3559
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3546
3560
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -155,6 +155,10 @@
|
|
|
155
155
|
padding: 15px;
|
|
156
156
|
padding-top: 4px;
|
|
157
157
|
}
|
|
158
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
+
height: 26px;
|
|
160
|
+
line-height: 26px;
|
|
161
|
+
}
|
|
158
162
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
159
163
|
height: 26px;
|
|
160
164
|
line-height: 26px;
|
|
@@ -155,6 +155,10 @@
|
|
|
155
155
|
padding: 15px;
|
|
156
156
|
padding-top: 4px;
|
|
157
157
|
}
|
|
158
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
+
height: 26px;
|
|
160
|
+
line-height: 26px;
|
|
161
|
+
}
|
|
158
162
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
159
163
|
height: 26px;
|
|
160
164
|
line-height: 26px;
|
|
@@ -197,6 +197,10 @@
|
|
|
197
197
|
padding: 14px;
|
|
198
198
|
padding-top: 4px;
|
|
199
199
|
}
|
|
200
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
201
|
+
height: 26px;
|
|
202
|
+
line-height: 26px;
|
|
203
|
+
}
|
|
200
204
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
201
205
|
height: 26px;
|
|
202
206
|
line-height: 26px;
|
|
@@ -199,6 +199,10 @@
|
|
|
199
199
|
padding: 14px;
|
|
200
200
|
padding-top: 4px;
|
|
201
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
202
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
207
|
height: 26px;
|
|
204
208
|
line-height: 26px;
|
|
@@ -199,6 +199,10 @@
|
|
|
199
199
|
padding: 14px;
|
|
200
200
|
padding-top: 4px;
|
|
201
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
202
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
207
|
height: 26px;
|
|
204
208
|
line-height: 26px;
|
|
@@ -131,6 +131,10 @@
|
|
|
131
131
|
padding: 28px 25px 10px;
|
|
132
132
|
padding-top: 4px;
|
|
133
133
|
}
|
|
134
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
135
|
+
height: 26px;
|
|
136
|
+
line-height: 26px;
|
|
137
|
+
}
|
|
134
138
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
135
139
|
height: 26px;
|
|
136
140
|
line-height: 26px;
|
|
@@ -124,6 +124,10 @@
|
|
|
124
124
|
padding: 28px 25px 10px;
|
|
125
125
|
padding-top: 4px;
|
|
126
126
|
}
|
|
127
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
128
|
+
height: 26px;
|
|
129
|
+
line-height: 26px;
|
|
130
|
+
}
|
|
127
131
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
128
132
|
height: 26px;
|
|
129
133
|
line-height: 26px;
|
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
padding: 14px;
|
|
180
180
|
padding-top: 4px;
|
|
181
181
|
}
|
|
182
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
+
height: 26px;
|
|
184
|
+
line-height: 26px;
|
|
185
|
+
}
|
|
182
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
183
187
|
height: 26px;
|
|
184
188
|
line-height: 26px;
|
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
padding: 14px;
|
|
180
180
|
padding-top: 4px;
|
|
181
181
|
}
|
|
182
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
+
height: 26px;
|
|
184
|
+
line-height: 26px;
|
|
185
|
+
}
|
|
182
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
183
187
|
height: 26px;
|
|
184
188
|
line-height: 26px;
|
|
@@ -128,6 +128,10 @@
|
|
|
128
128
|
padding: 28px 25px 10px;
|
|
129
129
|
padding-top: 4px;
|
|
130
130
|
}
|
|
131
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
132
|
+
height: 26px;
|
|
133
|
+
line-height: 26px;
|
|
134
|
+
}
|
|
131
135
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
132
136
|
height: 26px;
|
|
133
137
|
line-height: 26px;
|
|
@@ -128,6 +128,10 @@
|
|
|
128
128
|
padding: 28px 25px 10px;
|
|
129
129
|
padding-top: 4px;
|
|
130
130
|
}
|
|
131
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
132
|
+
height: 26px;
|
|
133
|
+
line-height: 26px;
|
|
134
|
+
}
|
|
131
135
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
132
136
|
height: 26px;
|
|
133
137
|
line-height: 26px;
|
|
@@ -163,6 +163,10 @@
|
|
|
163
163
|
padding: 18px;
|
|
164
164
|
padding-top: 4px;
|
|
165
165
|
}
|
|
166
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
167
|
+
height: 26px;
|
|
168
|
+
line-height: 26px;
|
|
169
|
+
}
|
|
166
170
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
167
171
|
height: 26px;
|
|
168
172
|
line-height: 26px;
|
|
@@ -196,6 +196,10 @@
|
|
|
196
196
|
padding: 18px;
|
|
197
197
|
padding-top: 4px;
|
|
198
198
|
}
|
|
199
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
200
|
+
height: 26px;
|
|
201
|
+
line-height: 26px;
|
|
202
|
+
}
|
|
199
203
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
200
204
|
height: 26px;
|
|
201
205
|
line-height: 26px;
|
|
@@ -148,6 +148,10 @@
|
|
|
148
148
|
padding: 14px;
|
|
149
149
|
padding-top: 4px;
|
|
150
150
|
}
|
|
151
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
152
|
+
height: 26px;
|
|
153
|
+
line-height: 26px;
|
|
154
|
+
}
|
|
151
155
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
152
156
|
height: 26px;
|
|
153
157
|
line-height: 26px;
|
|
@@ -148,6 +148,10 @@
|
|
|
148
148
|
padding: 14px;
|
|
149
149
|
padding-top: 4px;
|
|
150
150
|
}
|
|
151
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
152
|
+
height: 26px;
|
|
153
|
+
line-height: 26px;
|
|
154
|
+
}
|
|
151
155
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
152
156
|
height: 26px;
|
|
153
157
|
line-height: 26px;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -131,6 +131,10 @@
|
|
|
131
131
|
padding: 28px 25px 10px;
|
|
132
132
|
padding-top: 4px;
|
|
133
133
|
}
|
|
134
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
135
|
+
height: 26px;
|
|
136
|
+
line-height: 26px;
|
|
137
|
+
}
|
|
134
138
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
135
139
|
height: 26px;
|
|
136
140
|
line-height: 26px;
|
|
@@ -2310,10 +2314,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2310
2314
|
}
|
|
2311
2315
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2312
2316
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2317
|
+
-webkit-user-select: auto;
|
|
2313
2318
|
height: 20px;
|
|
2314
2319
|
line-height: 21px;
|
|
2315
2320
|
position: relative;
|
|
2316
2321
|
top: 0;
|
|
2322
|
+
-ms-user-select: auto;
|
|
2323
|
+
user-select: auto;
|
|
2317
2324
|
}
|
|
2318
2325
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2319
2326
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2471,16 +2478,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2471
2478
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2472
2479
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2473
2480
|
font-size: 8px;
|
|
2474
|
-
margin-left:
|
|
2475
|
-
margin-top:
|
|
2481
|
+
margin-left: -1.5px;
|
|
2482
|
+
margin-top: -4.5px;
|
|
2476
2483
|
position: absolute;
|
|
2477
2484
|
z-index: 10;
|
|
2478
2485
|
}
|
|
2479
2486
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2480
|
-
margin-top:
|
|
2487
|
+
margin-top: -4.5px;
|
|
2481
2488
|
}
|
|
2482
2489
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2483
|
-
margin-top:
|
|
2490
|
+
margin-top: 4px;
|
|
2484
2491
|
}
|
|
2485
2492
|
.e-grid td.e-active {
|
|
2486
2493
|
font-weight: normal;
|
|
@@ -2607,10 +2614,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2607
2614
|
}
|
|
2608
2615
|
.e-grid .e-icon-gdownarrow {
|
|
2609
2616
|
font-size: 12px;
|
|
2617
|
+
padding: 16px 8px 13px 9px;
|
|
2618
|
+
text-decoration: none;
|
|
2610
2619
|
text-indent: 8px;
|
|
2611
2620
|
}
|
|
2612
2621
|
.e-grid .e-icon-grightarrow {
|
|
2613
2622
|
font-size: 12px;
|
|
2623
|
+
padding: 14px 9px 15px 9px;
|
|
2624
|
+
text-decoration: none;
|
|
2614
2625
|
text-indent: 8px;
|
|
2615
2626
|
}
|
|
2616
2627
|
.e-grid .e-recordplusexpand {
|
|
@@ -3070,7 +3081,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3070
3081
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3071
3082
|
border-top: 1px solid;
|
|
3072
3083
|
}
|
|
3073
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3084
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3074
3085
|
margin-left: 0;
|
|
3075
3086
|
margin-right: 8px;
|
|
3076
3087
|
}
|
|
@@ -3313,7 +3324,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3313
3324
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3314
3325
|
display: inline-block;
|
|
3315
3326
|
}
|
|
3316
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3327
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3317
3328
|
text-overflow: clip;
|
|
3318
3329
|
}
|
|
3319
3330
|
.e-grid .e-clipboard {
|
|
@@ -3451,7 +3462,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3451
3462
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3452
3463
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3453
3464
|
font-size: 8px;
|
|
3454
|
-
margin-top: 0;
|
|
3455
3465
|
}
|
|
3456
3466
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3457
3467
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|