@syncfusion/ej2-angular-grids 19.4.42 → 19.4.50
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.map +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +26 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +8 -8
- 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 +7 -6
- package/styles/bootstrap.css +7 -6
- package/styles/bootstrap4.css +7 -6
- package/styles/bootstrap5-dark.css +7 -6
- package/styles/bootstrap5.css +7 -6
- package/styles/fabric-dark.css +7 -6
- package/styles/fabric.css +7 -6
- package/styles/grid/bootstrap-dark.css +7 -6
- package/styles/grid/bootstrap.css +7 -6
- package/styles/grid/bootstrap4.css +7 -6
- package/styles/grid/bootstrap5-dark.css +7 -6
- package/styles/grid/bootstrap5.css +7 -6
- package/styles/grid/fabric-dark.css +7 -6
- package/styles/grid/fabric.css +7 -6
- package/styles/grid/highcontrast-light.css +7 -6
- package/styles/grid/highcontrast.css +7 -6
- package/styles/grid/material-dark.css +7 -6
- package/styles/grid/material.css +7 -6
- package/styles/grid/tailwind-dark.css +7 -6
- package/styles/grid/tailwind.css +7 -6
- package/styles/highcontrast-light.css +7 -6
- package/styles/highcontrast.css +7 -6
- package/styles/material-dark.css +7 -6
- package/styles/material.css +7 -6
- package/styles/tailwind-dark.css +7 -6
- package/styles/tailwind.css +7 -6
|
@@ -2436,7 +2436,7 @@
|
|
|
2436
2436
|
}
|
|
2437
2437
|
|
|
2438
2438
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2439
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2439
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2440
2440
|
border-left-style: solid;
|
|
2441
2441
|
border-left-width: 1px;
|
|
2442
2442
|
}
|
|
@@ -3582,7 +3582,8 @@
|
|
|
3582
3582
|
}
|
|
3583
3583
|
|
|
3584
3584
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3585
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3585
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3586
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3586
3587
|
border-left: 0;
|
|
3587
3588
|
}
|
|
3588
3589
|
|
|
@@ -3666,7 +3667,7 @@
|
|
|
3666
3667
|
}
|
|
3667
3668
|
|
|
3668
3669
|
.e-grid-min-height .e-rowcell {
|
|
3669
|
-
line-height:
|
|
3670
|
+
line-height: normal;
|
|
3670
3671
|
padding-bottom: 0;
|
|
3671
3672
|
padding-top: 0;
|
|
3672
3673
|
}
|
|
@@ -3745,7 +3746,7 @@
|
|
|
3745
3746
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3746
3747
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3747
3748
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3748
|
-
line-height:
|
|
3749
|
+
line-height: normal;
|
|
3749
3750
|
padding-bottom: 0;
|
|
3750
3751
|
padding-top: 0;
|
|
3751
3752
|
}
|
|
@@ -4319,11 +4320,11 @@
|
|
|
4319
4320
|
background-color: #fff;
|
|
4320
4321
|
}
|
|
4321
4322
|
|
|
4322
|
-
.e-grid .e-icons {
|
|
4323
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4323
4324
|
color: #6c757d;
|
|
4324
4325
|
}
|
|
4325
4326
|
|
|
4326
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4327
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4327
4328
|
color: #6c757d;
|
|
4328
4329
|
}
|
|
4329
4330
|
|
|
@@ -2360,7 +2360,7 @@
|
|
|
2360
2360
|
}
|
|
2361
2361
|
|
|
2362
2362
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2363
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2363
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2364
2364
|
border-left-style: solid;
|
|
2365
2365
|
border-left-width: 1px;
|
|
2366
2366
|
}
|
|
@@ -3506,7 +3506,8 @@
|
|
|
3506
3506
|
}
|
|
3507
3507
|
|
|
3508
3508
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3509
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3509
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3510
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3510
3511
|
border-left: 0;
|
|
3511
3512
|
}
|
|
3512
3513
|
|
|
@@ -3590,7 +3591,7 @@
|
|
|
3590
3591
|
}
|
|
3591
3592
|
|
|
3592
3593
|
.e-grid-min-height .e-rowcell {
|
|
3593
|
-
line-height:
|
|
3594
|
+
line-height: normal;
|
|
3594
3595
|
padding-bottom: 0;
|
|
3595
3596
|
padding-top: 0;
|
|
3596
3597
|
}
|
|
@@ -3669,7 +3670,7 @@
|
|
|
3669
3670
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3670
3671
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3671
3672
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3672
|
-
line-height:
|
|
3673
|
+
line-height: normal;
|
|
3673
3674
|
padding-bottom: 0;
|
|
3674
3675
|
padding-top: 0;
|
|
3675
3676
|
}
|
|
@@ -4242,11 +4243,11 @@
|
|
|
4242
4243
|
background-color: #201f1f;
|
|
4243
4244
|
}
|
|
4244
4245
|
|
|
4245
|
-
.e-grid .e-icons {
|
|
4246
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4246
4247
|
color: #dadada;
|
|
4247
4248
|
}
|
|
4248
4249
|
|
|
4249
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4250
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4250
4251
|
color: #dadada;
|
|
4251
4252
|
}
|
|
4252
4253
|
|
package/styles/grid/fabric.css
CHANGED
|
@@ -2353,7 +2353,7 @@
|
|
|
2353
2353
|
}
|
|
2354
2354
|
|
|
2355
2355
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2356
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2356
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2357
2357
|
border-left-style: solid;
|
|
2358
2358
|
border-left-width: 1px;
|
|
2359
2359
|
}
|
|
@@ -3499,7 +3499,8 @@
|
|
|
3499
3499
|
}
|
|
3500
3500
|
|
|
3501
3501
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3502
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3502
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3503
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3503
3504
|
border-left: 0;
|
|
3504
3505
|
}
|
|
3505
3506
|
|
|
@@ -3583,7 +3584,7 @@
|
|
|
3583
3584
|
}
|
|
3584
3585
|
|
|
3585
3586
|
.e-grid-min-height .e-rowcell {
|
|
3586
|
-
line-height:
|
|
3587
|
+
line-height: normal;
|
|
3587
3588
|
padding-bottom: 0;
|
|
3588
3589
|
padding-top: 0;
|
|
3589
3590
|
}
|
|
@@ -3662,7 +3663,7 @@
|
|
|
3662
3663
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3663
3664
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3664
3665
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3665
|
-
line-height:
|
|
3666
|
+
line-height: normal;
|
|
3666
3667
|
padding-bottom: 0;
|
|
3667
3668
|
padding-top: 0;
|
|
3668
3669
|
}
|
|
@@ -4235,11 +4236,11 @@
|
|
|
4235
4236
|
background-color: #fff;
|
|
4236
4237
|
}
|
|
4237
4238
|
|
|
4238
|
-
.e-grid .e-icons {
|
|
4239
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4239
4240
|
color: #333;
|
|
4240
4241
|
}
|
|
4241
4242
|
|
|
4242
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4243
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4243
4244
|
color: #333;
|
|
4244
4245
|
}
|
|
4245
4246
|
|
|
@@ -2370,7 +2370,7 @@
|
|
|
2370
2370
|
}
|
|
2371
2371
|
|
|
2372
2372
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2373
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2373
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2374
2374
|
border-left-style: solid;
|
|
2375
2375
|
border-left-width: 1px;
|
|
2376
2376
|
}
|
|
@@ -3516,7 +3516,8 @@
|
|
|
3516
3516
|
}
|
|
3517
3517
|
|
|
3518
3518
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3519
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3519
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3520
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3520
3521
|
border-left: 0;
|
|
3521
3522
|
}
|
|
3522
3523
|
|
|
@@ -3600,7 +3601,7 @@
|
|
|
3600
3601
|
}
|
|
3601
3602
|
|
|
3602
3603
|
.e-grid-min-height .e-rowcell {
|
|
3603
|
-
line-height:
|
|
3604
|
+
line-height: normal;
|
|
3604
3605
|
padding-bottom: 0;
|
|
3605
3606
|
padding-top: 0;
|
|
3606
3607
|
}
|
|
@@ -3679,7 +3680,7 @@
|
|
|
3679
3680
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3680
3681
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3681
3682
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3682
|
-
line-height:
|
|
3683
|
+
line-height: normal;
|
|
3683
3684
|
padding-bottom: 0;
|
|
3684
3685
|
padding-top: 0;
|
|
3685
3686
|
}
|
|
@@ -4252,11 +4253,11 @@
|
|
|
4252
4253
|
background-color: #fff;
|
|
4253
4254
|
}
|
|
4254
4255
|
|
|
4255
|
-
.e-grid .e-icons {
|
|
4256
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4256
4257
|
color: #000;
|
|
4257
4258
|
}
|
|
4258
4259
|
|
|
4259
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4260
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4260
4261
|
color: #000;
|
|
4261
4262
|
}
|
|
4262
4263
|
|
|
@@ -2370,7 +2370,7 @@
|
|
|
2370
2370
|
}
|
|
2371
2371
|
|
|
2372
2372
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2373
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2373
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2374
2374
|
border-left-style: solid;
|
|
2375
2375
|
border-left-width: 1px;
|
|
2376
2376
|
}
|
|
@@ -3516,7 +3516,8 @@
|
|
|
3516
3516
|
}
|
|
3517
3517
|
|
|
3518
3518
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3519
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3519
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3520
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3520
3521
|
border-left: 0;
|
|
3521
3522
|
}
|
|
3522
3523
|
|
|
@@ -3600,7 +3601,7 @@
|
|
|
3600
3601
|
}
|
|
3601
3602
|
|
|
3602
3603
|
.e-grid-min-height .e-rowcell {
|
|
3603
|
-
line-height:
|
|
3604
|
+
line-height: normal;
|
|
3604
3605
|
padding-bottom: 0;
|
|
3605
3606
|
padding-top: 0;
|
|
3606
3607
|
}
|
|
@@ -3679,7 +3680,7 @@
|
|
|
3679
3680
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3680
3681
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3681
3682
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3682
|
-
line-height:
|
|
3683
|
+
line-height: normal;
|
|
3683
3684
|
padding-bottom: 0;
|
|
3684
3685
|
padding-top: 0;
|
|
3685
3686
|
}
|
|
@@ -4252,11 +4253,11 @@
|
|
|
4252
4253
|
background-color: #000;
|
|
4253
4254
|
}
|
|
4254
4255
|
|
|
4255
|
-
.e-grid .e-icons {
|
|
4256
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4256
4257
|
color: #fff;
|
|
4257
4258
|
}
|
|
4258
4259
|
|
|
4259
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4260
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4260
4261
|
color: #fff;
|
|
4261
4262
|
}
|
|
4262
4263
|
|
|
@@ -2396,7 +2396,7 @@
|
|
|
2396
2396
|
}
|
|
2397
2397
|
|
|
2398
2398
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2399
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2399
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2400
2400
|
border-left-style: solid;
|
|
2401
2401
|
border-left-width: 1px;
|
|
2402
2402
|
}
|
|
@@ -3542,7 +3542,8 @@
|
|
|
3542
3542
|
}
|
|
3543
3543
|
|
|
3544
3544
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3545
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3545
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3546
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3546
3547
|
border-left: 0;
|
|
3547
3548
|
}
|
|
3548
3549
|
|
|
@@ -3626,7 +3627,7 @@
|
|
|
3626
3627
|
}
|
|
3627
3628
|
|
|
3628
3629
|
.e-grid-min-height .e-rowcell {
|
|
3629
|
-
line-height:
|
|
3630
|
+
line-height: normal;
|
|
3630
3631
|
padding-bottom: 0;
|
|
3631
3632
|
padding-top: 0;
|
|
3632
3633
|
}
|
|
@@ -3705,7 +3706,7 @@
|
|
|
3705
3706
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3706
3707
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3707
3708
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3708
|
-
line-height:
|
|
3709
|
+
line-height: normal;
|
|
3709
3710
|
padding-bottom: 0;
|
|
3710
3711
|
padding-top: 0;
|
|
3711
3712
|
}
|
|
@@ -4278,11 +4279,11 @@
|
|
|
4278
4279
|
background-color: #303030;
|
|
4279
4280
|
}
|
|
4280
4281
|
|
|
4281
|
-
.e-grid .e-icons {
|
|
4282
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4282
4283
|
color: #fff;
|
|
4283
4284
|
}
|
|
4284
4285
|
|
|
4285
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4286
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4286
4287
|
color: #fff;
|
|
4287
4288
|
}
|
|
4288
4289
|
|
package/styles/grid/material.css
CHANGED
|
@@ -2431,7 +2431,7 @@
|
|
|
2431
2431
|
}
|
|
2432
2432
|
|
|
2433
2433
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2434
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2434
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2435
2435
|
border-left-style: solid;
|
|
2436
2436
|
border-left-width: 1px;
|
|
2437
2437
|
}
|
|
@@ -3577,7 +3577,8 @@
|
|
|
3577
3577
|
}
|
|
3578
3578
|
|
|
3579
3579
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3580
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3580
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3581
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3581
3582
|
border-left: 0;
|
|
3582
3583
|
}
|
|
3583
3584
|
|
|
@@ -3661,7 +3662,7 @@
|
|
|
3661
3662
|
}
|
|
3662
3663
|
|
|
3663
3664
|
.e-grid-min-height .e-rowcell {
|
|
3664
|
-
line-height:
|
|
3665
|
+
line-height: normal;
|
|
3665
3666
|
padding-bottom: 0;
|
|
3666
3667
|
padding-top: 0;
|
|
3667
3668
|
}
|
|
@@ -3740,7 +3741,7 @@
|
|
|
3740
3741
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3741
3742
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3742
3743
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3743
|
-
line-height:
|
|
3744
|
+
line-height: normal;
|
|
3744
3745
|
padding-bottom: 0;
|
|
3745
3746
|
padding-top: 0;
|
|
3746
3747
|
}
|
|
@@ -4313,11 +4314,11 @@
|
|
|
4313
4314
|
background-color: #fff;
|
|
4314
4315
|
}
|
|
4315
4316
|
|
|
4316
|
-
.e-grid .e-icons {
|
|
4317
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4317
4318
|
color: #000;
|
|
4318
4319
|
}
|
|
4319
4320
|
|
|
4320
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4321
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4321
4322
|
color: #000;
|
|
4322
4323
|
}
|
|
4323
4324
|
|
|
@@ -2431,7 +2431,7 @@
|
|
|
2431
2431
|
}
|
|
2432
2432
|
|
|
2433
2433
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2434
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2434
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2435
2435
|
border-left-style: solid;
|
|
2436
2436
|
border-left-width: 1px;
|
|
2437
2437
|
}
|
|
@@ -3577,7 +3577,8 @@
|
|
|
3577
3577
|
}
|
|
3578
3578
|
|
|
3579
3579
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3580
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3580
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3581
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3581
3582
|
border-left: 0;
|
|
3582
3583
|
}
|
|
3583
3584
|
|
|
@@ -3661,7 +3662,7 @@
|
|
|
3661
3662
|
}
|
|
3662
3663
|
|
|
3663
3664
|
.e-grid-min-height .e-rowcell {
|
|
3664
|
-
line-height:
|
|
3665
|
+
line-height: normal;
|
|
3665
3666
|
padding-bottom: 0;
|
|
3666
3667
|
padding-top: 0;
|
|
3667
3668
|
}
|
|
@@ -3740,7 +3741,7 @@
|
|
|
3740
3741
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3741
3742
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3742
3743
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3743
|
-
line-height:
|
|
3744
|
+
line-height: normal;
|
|
3744
3745
|
padding-bottom: 0;
|
|
3745
3746
|
padding-top: 0;
|
|
3746
3747
|
}
|
|
@@ -4313,11 +4314,11 @@
|
|
|
4313
4314
|
background-color: #1f2937;
|
|
4314
4315
|
}
|
|
4315
4316
|
|
|
4316
|
-
.e-grid .e-icons {
|
|
4317
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4317
4318
|
color: #d1d5db;
|
|
4318
4319
|
}
|
|
4319
4320
|
|
|
4320
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4321
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4321
4322
|
color: #d1d5db;
|
|
4322
4323
|
}
|
|
4323
4324
|
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -2431,7 +2431,7 @@
|
|
|
2431
2431
|
}
|
|
2432
2432
|
|
|
2433
2433
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2434
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2434
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2435
2435
|
border-left-style: solid;
|
|
2436
2436
|
border-left-width: 1px;
|
|
2437
2437
|
}
|
|
@@ -3577,7 +3577,8 @@
|
|
|
3577
3577
|
}
|
|
3578
3578
|
|
|
3579
3579
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3580
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3580
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3581
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3581
3582
|
border-left: 0;
|
|
3582
3583
|
}
|
|
3583
3584
|
|
|
@@ -3661,7 +3662,7 @@
|
|
|
3661
3662
|
}
|
|
3662
3663
|
|
|
3663
3664
|
.e-grid-min-height .e-rowcell {
|
|
3664
|
-
line-height:
|
|
3665
|
+
line-height: normal;
|
|
3665
3666
|
padding-bottom: 0;
|
|
3666
3667
|
padding-top: 0;
|
|
3667
3668
|
}
|
|
@@ -3740,7 +3741,7 @@
|
|
|
3740
3741
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3741
3742
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3742
3743
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3743
|
-
line-height:
|
|
3744
|
+
line-height: normal;
|
|
3744
3745
|
padding-bottom: 0;
|
|
3745
3746
|
padding-top: 0;
|
|
3746
3747
|
}
|
|
@@ -4313,11 +4314,11 @@
|
|
|
4313
4314
|
background-color: #fff;
|
|
4314
4315
|
}
|
|
4315
4316
|
|
|
4316
|
-
.e-grid .e-icons {
|
|
4317
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4317
4318
|
color: #6b7280;
|
|
4318
4319
|
}
|
|
4319
4320
|
|
|
4320
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4321
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4321
4322
|
color: #6b7280;
|
|
4322
4323
|
}
|
|
4323
4324
|
|
|
@@ -3639,7 +3639,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3639
3639
|
}
|
|
3640
3640
|
|
|
3641
3641
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3642
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3642
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3643
3643
|
border-left-style: solid;
|
|
3644
3644
|
border-left-width: 1px;
|
|
3645
3645
|
}
|
|
@@ -4785,7 +4785,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4785
4785
|
}
|
|
4786
4786
|
|
|
4787
4787
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4788
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4788
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4789
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4789
4790
|
border-left: 0;
|
|
4790
4791
|
}
|
|
4791
4792
|
|
|
@@ -4869,7 +4870,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4869
4870
|
}
|
|
4870
4871
|
|
|
4871
4872
|
.e-grid-min-height .e-rowcell {
|
|
4872
|
-
line-height:
|
|
4873
|
+
line-height: normal;
|
|
4873
4874
|
padding-bottom: 0;
|
|
4874
4875
|
padding-top: 0;
|
|
4875
4876
|
}
|
|
@@ -4948,7 +4949,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4948
4949
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4949
4950
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4950
4951
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4951
|
-
line-height:
|
|
4952
|
+
line-height: normal;
|
|
4952
4953
|
padding-bottom: 0;
|
|
4953
4954
|
padding-top: 0;
|
|
4954
4955
|
}
|
|
@@ -5521,11 +5522,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5521
5522
|
background-color: #fff;
|
|
5522
5523
|
}
|
|
5523
5524
|
|
|
5524
|
-
.e-grid .e-icons {
|
|
5525
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5525
5526
|
color: #000;
|
|
5526
5527
|
}
|
|
5527
5528
|
|
|
5528
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5529
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5529
5530
|
color: #000;
|
|
5530
5531
|
}
|
|
5531
5532
|
|
package/styles/highcontrast.css
CHANGED
|
@@ -3639,7 +3639,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3639
3639
|
}
|
|
3640
3640
|
|
|
3641
3641
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3642
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3642
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3643
3643
|
border-left-style: solid;
|
|
3644
3644
|
border-left-width: 1px;
|
|
3645
3645
|
}
|
|
@@ -4785,7 +4785,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4785
4785
|
}
|
|
4786
4786
|
|
|
4787
4787
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4788
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4788
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4789
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4789
4790
|
border-left: 0;
|
|
4790
4791
|
}
|
|
4791
4792
|
|
|
@@ -4869,7 +4870,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4869
4870
|
}
|
|
4870
4871
|
|
|
4871
4872
|
.e-grid-min-height .e-rowcell {
|
|
4872
|
-
line-height:
|
|
4873
|
+
line-height: normal;
|
|
4873
4874
|
padding-bottom: 0;
|
|
4874
4875
|
padding-top: 0;
|
|
4875
4876
|
}
|
|
@@ -4948,7 +4949,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4948
4949
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4949
4950
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4950
4951
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4951
|
-
line-height:
|
|
4952
|
+
line-height: normal;
|
|
4952
4953
|
padding-bottom: 0;
|
|
4953
4954
|
padding-top: 0;
|
|
4954
4955
|
}
|
|
@@ -5521,11 +5522,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5521
5522
|
background-color: #000;
|
|
5522
5523
|
}
|
|
5523
5524
|
|
|
5524
|
-
.e-grid .e-icons {
|
|
5525
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5525
5526
|
color: #fff;
|
|
5526
5527
|
}
|
|
5527
5528
|
|
|
5528
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5529
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5529
5530
|
color: #fff;
|
|
5530
5531
|
}
|
|
5531
5532
|
|
package/styles/material-dark.css
CHANGED
|
@@ -3672,7 +3672,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3672
3672
|
}
|
|
3673
3673
|
|
|
3674
3674
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3675
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3675
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3676
3676
|
border-left-style: solid;
|
|
3677
3677
|
border-left-width: 1px;
|
|
3678
3678
|
}
|
|
@@ -4818,7 +4818,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4818
4818
|
}
|
|
4819
4819
|
|
|
4820
4820
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4821
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4821
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4822
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4822
4823
|
border-left: 0;
|
|
4823
4824
|
}
|
|
4824
4825
|
|
|
@@ -4902,7 +4903,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4902
4903
|
}
|
|
4903
4904
|
|
|
4904
4905
|
.e-grid-min-height .e-rowcell {
|
|
4905
|
-
line-height:
|
|
4906
|
+
line-height: normal;
|
|
4906
4907
|
padding-bottom: 0;
|
|
4907
4908
|
padding-top: 0;
|
|
4908
4909
|
}
|
|
@@ -4981,7 +4982,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4981
4982
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4982
4983
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4983
4984
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4984
|
-
line-height:
|
|
4985
|
+
line-height: normal;
|
|
4985
4986
|
padding-bottom: 0;
|
|
4986
4987
|
padding-top: 0;
|
|
4987
4988
|
}
|
|
@@ -5554,11 +5555,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5554
5555
|
background-color: #303030;
|
|
5555
5556
|
}
|
|
5556
5557
|
|
|
5557
|
-
.e-grid .e-icons {
|
|
5558
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5558
5559
|
color: #fff;
|
|
5559
5560
|
}
|
|
5560
5561
|
|
|
5561
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5562
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5562
5563
|
color: #fff;
|
|
5563
5564
|
}
|
|
5564
5565
|
|
package/styles/material.css
CHANGED
|
@@ -3716,7 +3716,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3716
3716
|
}
|
|
3717
3717
|
|
|
3718
3718
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3719
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3719
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3720
3720
|
border-left-style: solid;
|
|
3721
3721
|
border-left-width: 1px;
|
|
3722
3722
|
}
|
|
@@ -4862,7 +4862,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4862
4862
|
}
|
|
4863
4863
|
|
|
4864
4864
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4865
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4865
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4866
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4866
4867
|
border-left: 0;
|
|
4867
4868
|
}
|
|
4868
4869
|
|
|
@@ -4946,7 +4947,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4946
4947
|
}
|
|
4947
4948
|
|
|
4948
4949
|
.e-grid-min-height .e-rowcell {
|
|
4949
|
-
line-height:
|
|
4950
|
+
line-height: normal;
|
|
4950
4951
|
padding-bottom: 0;
|
|
4951
4952
|
padding-top: 0;
|
|
4952
4953
|
}
|
|
@@ -5025,7 +5026,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5025
5026
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
5026
5027
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
5027
5028
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
5028
|
-
line-height:
|
|
5029
|
+
line-height: normal;
|
|
5029
5030
|
padding-bottom: 0;
|
|
5030
5031
|
padding-top: 0;
|
|
5031
5032
|
}
|
|
@@ -5598,11 +5599,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5598
5599
|
background-color: #fff;
|
|
5599
5600
|
}
|
|
5600
5601
|
|
|
5601
|
-
.e-grid .e-icons {
|
|
5602
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5602
5603
|
color: #000;
|
|
5603
5604
|
}
|
|
5604
5605
|
|
|
5605
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5606
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5606
5607
|
color: #000;
|
|
5607
5608
|
}
|
|
5608
5609
|
|