@syncfusion/ej2-angular-grids 19.4.43 → 19.4.51
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 +30 -0
- package/README.md +1 -1
- package/dist/ej2-angular-grids.umd.js +0 -9
- package/dist/ej2-angular-grids.umd.min.js +0 -9
- package/package.json +71 -71
- 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 +8 -7
- package/styles/bootstrap.css +8 -7
- package/styles/bootstrap4.css +8 -7
- package/styles/bootstrap5-dark.css +95 -94
- package/styles/bootstrap5.css +95 -94
- package/styles/fabric-dark.css +8 -7
- package/styles/fabric.css +8 -7
- package/styles/grid/bootstrap-dark.css +8 -7
- package/styles/grid/bootstrap.css +8 -7
- package/styles/grid/bootstrap4.css +8 -7
- package/styles/grid/bootstrap5-dark.css +95 -94
- package/styles/grid/bootstrap5.css +95 -94
- package/styles/grid/fabric-dark.css +8 -7
- package/styles/grid/fabric.css +8 -7
- package/styles/grid/highcontrast-light.css +8 -7
- package/styles/grid/highcontrast.css +8 -7
- package/styles/grid/material-dark.css +8 -7
- package/styles/grid/material.css +8 -7
- package/styles/grid/tailwind-dark.css +105 -104
- package/styles/grid/tailwind.css +105 -104
- package/styles/highcontrast-light.css +8 -7
- package/styles/highcontrast.css +8 -7
- package/styles/material-dark.css +8 -7
- package/styles/material.css +8 -7
- package/styles/tailwind-dark.css +105 -104
- package/styles/tailwind.css +105 -104
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
|
}
|
|
@@ -2566,7 +2566,7 @@
|
|
|
2566
2566
|
font-size: 15px;
|
|
2567
2567
|
line-height: 20px;
|
|
2568
2568
|
overflow: hidden;
|
|
2569
|
-
padding: .7em;
|
|
2569
|
+
padding: 0.7em;
|
|
2570
2570
|
text-overflow: ellipsis;
|
|
2571
2571
|
vertical-align: middle;
|
|
2572
2572
|
white-space: nowrap;
|
|
@@ -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
|
}
|
|
@@ -2583,7 +2583,7 @@
|
|
|
2583
2583
|
font-size: 15px;
|
|
2584
2584
|
line-height: 20px;
|
|
2585
2585
|
overflow: hidden;
|
|
2586
|
-
padding: .7em;
|
|
2586
|
+
padding: 0.7em;
|
|
2587
2587
|
text-overflow: ellipsis;
|
|
2588
2588
|
vertical-align: middle;
|
|
2589
2589
|
white-space: nowrap;
|
|
@@ -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
|
}
|
|
@@ -2583,7 +2583,7 @@
|
|
|
2583
2583
|
font-size: 15px;
|
|
2584
2584
|
line-height: 20px;
|
|
2585
2585
|
overflow: hidden;
|
|
2586
|
-
padding: .7em;
|
|
2586
|
+
padding: 0.7em;
|
|
2587
2587
|
text-overflow: ellipsis;
|
|
2588
2588
|
vertical-align: middle;
|
|
2589
2589
|
white-space: nowrap;
|
|
@@ -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
|
}
|
|
@@ -2609,7 +2609,7 @@
|
|
|
2609
2609
|
font-size: 12px;
|
|
2610
2610
|
line-height: 20px;
|
|
2611
2611
|
overflow: hidden;
|
|
2612
|
-
padding: .7em;
|
|
2612
|
+
padding: 0.7em;
|
|
2613
2613
|
text-overflow: ellipsis;
|
|
2614
2614
|
vertical-align: middle;
|
|
2615
2615
|
white-space: nowrap;
|
|
@@ -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
|
}
|
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
font-size: 12px;
|
|
2645
2645
|
line-height: 20px;
|
|
2646
2646
|
overflow: hidden;
|
|
2647
|
-
padding: .7em;
|
|
2647
|
+
padding: 0.7em;
|
|
2648
2648
|
text-overflow: ellipsis;
|
|
2649
2649
|
vertical-align: middle;
|
|
2650
2650
|
white-space: nowrap;
|
|
@@ -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
|
|