@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/fabric.css
CHANGED
|
@@ -3622,7 +3622,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3622
3622
|
}
|
|
3623
3623
|
|
|
3624
3624
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3625
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3625
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3626
3626
|
border-left-style: solid;
|
|
3627
3627
|
border-left-width: 1px;
|
|
3628
3628
|
}
|
|
@@ -3835,7 +3835,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3835
3835
|
font-size: 15px;
|
|
3836
3836
|
line-height: 20px;
|
|
3837
3837
|
overflow: hidden;
|
|
3838
|
-
padding: .7em;
|
|
3838
|
+
padding: 0.7em;
|
|
3839
3839
|
text-overflow: ellipsis;
|
|
3840
3840
|
vertical-align: middle;
|
|
3841
3841
|
white-space: nowrap;
|
|
@@ -4768,7 +4768,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4768
4768
|
}
|
|
4769
4769
|
|
|
4770
4770
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4771
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4771
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4772
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4772
4773
|
border-left: 0;
|
|
4773
4774
|
}
|
|
4774
4775
|
|
|
@@ -4852,7 +4853,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4852
4853
|
}
|
|
4853
4854
|
|
|
4854
4855
|
.e-grid-min-height .e-rowcell {
|
|
4855
|
-
line-height:
|
|
4856
|
+
line-height: normal;
|
|
4856
4857
|
padding-bottom: 0;
|
|
4857
4858
|
padding-top: 0;
|
|
4858
4859
|
}
|
|
@@ -4931,7 +4932,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4931
4932
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4932
4933
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4933
4934
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4934
|
-
line-height:
|
|
4935
|
+
line-height: normal;
|
|
4935
4936
|
padding-bottom: 0;
|
|
4936
4937
|
padding-top: 0;
|
|
4937
4938
|
}
|
|
@@ -5504,11 +5505,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5504
5505
|
background-color: #fff;
|
|
5505
5506
|
}
|
|
5506
5507
|
|
|
5507
|
-
.e-grid .e-icons {
|
|
5508
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5508
5509
|
color: #333;
|
|
5509
5510
|
}
|
|
5510
5511
|
|
|
5511
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5512
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5512
5513
|
color: #333;
|
|
5513
5514
|
}
|
|
5514
5515
|
|
|
@@ -2386,7 +2386,7 @@
|
|
|
2386
2386
|
}
|
|
2387
2387
|
|
|
2388
2388
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2389
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2389
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2390
2390
|
border-left-style: solid;
|
|
2391
2391
|
border-left-width: 1px;
|
|
2392
2392
|
}
|
|
@@ -2599,7 +2599,7 @@
|
|
|
2599
2599
|
font-size: 14px;
|
|
2600
2600
|
line-height: 14px;
|
|
2601
2601
|
overflow: hidden;
|
|
2602
|
-
padding: .7em;
|
|
2602
|
+
padding: 0.7em;
|
|
2603
2603
|
text-overflow: ellipsis;
|
|
2604
2604
|
vertical-align: middle;
|
|
2605
2605
|
white-space: nowrap;
|
|
@@ -3532,7 +3532,8 @@
|
|
|
3532
3532
|
}
|
|
3533
3533
|
|
|
3534
3534
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3535
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3535
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3536
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3536
3537
|
border-left: 0;
|
|
3537
3538
|
}
|
|
3538
3539
|
|
|
@@ -3616,7 +3617,7 @@
|
|
|
3616
3617
|
}
|
|
3617
3618
|
|
|
3618
3619
|
.e-grid-min-height .e-rowcell {
|
|
3619
|
-
line-height:
|
|
3620
|
+
line-height: normal;
|
|
3620
3621
|
padding-bottom: 0;
|
|
3621
3622
|
padding-top: 0;
|
|
3622
3623
|
}
|
|
@@ -3695,7 +3696,7 @@
|
|
|
3695
3696
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3696
3697
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3697
3698
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3698
|
-
line-height:
|
|
3699
|
+
line-height: normal;
|
|
3699
3700
|
padding-bottom: 0;
|
|
3700
3701
|
padding-top: 0;
|
|
3701
3702
|
}
|
|
@@ -4268,11 +4269,11 @@
|
|
|
4268
4269
|
background-color: #1a1a1a;
|
|
4269
4270
|
}
|
|
4270
4271
|
|
|
4271
|
-
.e-grid .e-icons {
|
|
4272
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4272
4273
|
color: #fff;
|
|
4273
4274
|
}
|
|
4274
4275
|
|
|
4275
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4276
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4276
4277
|
color: #fff;
|
|
4277
4278
|
}
|
|
4278
4279
|
|
|
@@ -2387,7 +2387,7 @@
|
|
|
2387
2387
|
}
|
|
2388
2388
|
|
|
2389
2389
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2390
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2390
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2391
2391
|
border-left-style: solid;
|
|
2392
2392
|
border-left-width: 1px;
|
|
2393
2393
|
}
|
|
@@ -2600,7 +2600,7 @@
|
|
|
2600
2600
|
font-size: 14px;
|
|
2601
2601
|
line-height: 14px;
|
|
2602
2602
|
overflow: hidden;
|
|
2603
|
-
padding: .7em;
|
|
2603
|
+
padding: 0.7em;
|
|
2604
2604
|
text-overflow: ellipsis;
|
|
2605
2605
|
vertical-align: middle;
|
|
2606
2606
|
white-space: nowrap;
|
|
@@ -3533,7 +3533,8 @@
|
|
|
3533
3533
|
}
|
|
3534
3534
|
|
|
3535
3535
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3536
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3536
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3537
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3537
3538
|
border-left: 0;
|
|
3538
3539
|
}
|
|
3539
3540
|
|
|
@@ -3617,7 +3618,7 @@
|
|
|
3617
3618
|
}
|
|
3618
3619
|
|
|
3619
3620
|
.e-grid-min-height .e-rowcell {
|
|
3620
|
-
line-height:
|
|
3621
|
+
line-height: normal;
|
|
3621
3622
|
padding-bottom: 0;
|
|
3622
3623
|
padding-top: 0;
|
|
3623
3624
|
}
|
|
@@ -3696,7 +3697,7 @@
|
|
|
3696
3697
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3697
3698
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3698
3699
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3699
|
-
line-height:
|
|
3700
|
+
line-height: normal;
|
|
3700
3701
|
padding-bottom: 0;
|
|
3701
3702
|
padding-top: 0;
|
|
3702
3703
|
}
|
|
@@ -4269,11 +4270,11 @@
|
|
|
4269
4270
|
background-color: #fff;
|
|
4270
4271
|
}
|
|
4271
4272
|
|
|
4272
|
-
.e-grid .e-icons {
|
|
4273
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4273
4274
|
color: #333;
|
|
4274
4275
|
}
|
|
4275
4276
|
|
|
4276
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4277
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4277
4278
|
color: #333;
|
|
4278
4279
|
}
|
|
4279
4280
|
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
}
|
|
2428
2428
|
|
|
2429
2429
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
2430
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
2430
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
2431
2431
|
border-left-style: solid;
|
|
2432
2432
|
border-left-width: 1px;
|
|
2433
2433
|
}
|
|
@@ -2640,7 +2640,7 @@
|
|
|
2640
2640
|
font-size: 14px;
|
|
2641
2641
|
line-height: 14px;
|
|
2642
2642
|
overflow: hidden;
|
|
2643
|
-
padding: .7em;
|
|
2643
|
+
padding: 0.7em;
|
|
2644
2644
|
text-overflow: ellipsis;
|
|
2645
2645
|
vertical-align: middle;
|
|
2646
2646
|
white-space: nowrap;
|
|
@@ -3573,7 +3573,8 @@
|
|
|
3573
3573
|
}
|
|
3574
3574
|
|
|
3575
3575
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
3576
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
3576
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
3577
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
3577
3578
|
border-left: 0;
|
|
3578
3579
|
}
|
|
3579
3580
|
|
|
@@ -3657,7 +3658,7 @@
|
|
|
3657
3658
|
}
|
|
3658
3659
|
|
|
3659
3660
|
.e-grid-min-height .e-rowcell {
|
|
3660
|
-
line-height:
|
|
3661
|
+
line-height: normal;
|
|
3661
3662
|
padding-bottom: 0;
|
|
3662
3663
|
padding-top: 0;
|
|
3663
3664
|
}
|
|
@@ -3736,7 +3737,7 @@
|
|
|
3736
3737
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3737
3738
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3738
3739
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3739
|
-
line-height:
|
|
3740
|
+
line-height: normal;
|
|
3740
3741
|
padding-bottom: 0;
|
|
3741
3742
|
padding-top: 0;
|
|
3742
3743
|
}
|
|
@@ -4309,11 +4310,11 @@
|
|
|
4309
4310
|
background-color: #fff;
|
|
4310
4311
|
}
|
|
4311
4312
|
|
|
4312
|
-
.e-grid .e-icons {
|
|
4313
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
4313
4314
|
color: #495057;
|
|
4314
4315
|
}
|
|
4315
4316
|
|
|
4316
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
4317
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
4317
4318
|
color: #fff;
|
|
4318
4319
|
}
|
|
4319
4320
|
|