@syncfusion/ej2-angular-grids 19.4.48 → 19.4.53
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 +25 -0
- package/README.md +1 -1
- 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 -3
- package/styles/bootstrap.css +7 -3
- package/styles/bootstrap4.css +7 -3
- package/styles/bootstrap5-dark.css +111 -107
- package/styles/bootstrap5.css +111 -107
- package/styles/excel-filter/bootstrap-dark.css +3 -0
- package/styles/excel-filter/bootstrap.css +3 -0
- package/styles/excel-filter/bootstrap4.css +3 -0
- package/styles/excel-filter/bootstrap5-dark.css +3 -0
- package/styles/excel-filter/bootstrap5.css +3 -0
- package/styles/excel-filter/fabric-dark.css +3 -0
- package/styles/excel-filter/fabric.css +3 -0
- package/styles/excel-filter/highcontrast-light.css +3 -0
- package/styles/excel-filter/highcontrast.css +3 -0
- package/styles/excel-filter/material-dark.css +3 -0
- package/styles/excel-filter/material.css +3 -0
- package/styles/excel-filter/tailwind-dark.css +3 -0
- package/styles/excel-filter/tailwind.css +3 -0
- package/styles/fabric-dark.css +7 -3
- package/styles/fabric.css +7 -3
- package/styles/grid/bootstrap-dark.css +4 -3
- package/styles/grid/bootstrap.css +4 -3
- package/styles/grid/bootstrap4.css +4 -3
- package/styles/grid/bootstrap5-dark.css +108 -107
- package/styles/grid/bootstrap5.css +108 -107
- package/styles/grid/fabric-dark.css +4 -3
- package/styles/grid/fabric.css +4 -3
- package/styles/grid/highcontrast-light.css +4 -3
- package/styles/grid/highcontrast.css +4 -3
- package/styles/grid/material-dark.css +4 -3
- package/styles/grid/material.css +4 -3
- package/styles/grid/tailwind-dark.css +121 -120
- package/styles/grid/tailwind.css +121 -120
- package/styles/highcontrast-light.css +7 -3
- package/styles/highcontrast.css +7 -3
- package/styles/material-dark.css +7 -3
- package/styles/material.css +7 -3
- package/styles/tailwind-dark.css +124 -120
- package/styles/tailwind.css +124 -120
|
@@ -2395,6 +2395,7 @@
|
|
|
2395
2395
|
|
|
2396
2396
|
.e-grid .e-groupdroparea {
|
|
2397
2397
|
height: auto;
|
|
2398
|
+
line-height: normal;
|
|
2398
2399
|
min-height: 59px;
|
|
2399
2400
|
}
|
|
2400
2401
|
|
|
@@ -2573,7 +2574,7 @@
|
|
|
2573
2574
|
font-size: 15px;
|
|
2574
2575
|
line-height: 20px;
|
|
2575
2576
|
overflow: hidden;
|
|
2576
|
-
padding: .7em;
|
|
2577
|
+
padding: 0.7em;
|
|
2577
2578
|
text-overflow: ellipsis;
|
|
2578
2579
|
vertical-align: middle;
|
|
2579
2580
|
white-space: nowrap;
|
|
@@ -3591,7 +3592,7 @@
|
|
|
3591
3592
|
}
|
|
3592
3593
|
|
|
3593
3594
|
.e-grid-min-height .e-rowcell {
|
|
3594
|
-
line-height:
|
|
3595
|
+
line-height: normal;
|
|
3595
3596
|
padding-bottom: 0;
|
|
3596
3597
|
padding-top: 0;
|
|
3597
3598
|
}
|
|
@@ -3670,7 +3671,7 @@
|
|
|
3670
3671
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3671
3672
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3672
3673
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3673
|
-
line-height:
|
|
3674
|
+
line-height: normal;
|
|
3674
3675
|
padding-bottom: 0;
|
|
3675
3676
|
padding-top: 0;
|
|
3676
3677
|
}
|
package/styles/grid/fabric.css
CHANGED
|
@@ -2388,6 +2388,7 @@
|
|
|
2388
2388
|
|
|
2389
2389
|
.e-grid .e-groupdroparea {
|
|
2390
2390
|
height: auto;
|
|
2391
|
+
line-height: normal;
|
|
2391
2392
|
min-height: 59px;
|
|
2392
2393
|
}
|
|
2393
2394
|
|
|
@@ -2566,7 +2567,7 @@
|
|
|
2566
2567
|
font-size: 15px;
|
|
2567
2568
|
line-height: 20px;
|
|
2568
2569
|
overflow: hidden;
|
|
2569
|
-
padding: .7em;
|
|
2570
|
+
padding: 0.7em;
|
|
2570
2571
|
text-overflow: ellipsis;
|
|
2571
2572
|
vertical-align: middle;
|
|
2572
2573
|
white-space: nowrap;
|
|
@@ -3584,7 +3585,7 @@
|
|
|
3584
3585
|
}
|
|
3585
3586
|
|
|
3586
3587
|
.e-grid-min-height .e-rowcell {
|
|
3587
|
-
line-height:
|
|
3588
|
+
line-height: normal;
|
|
3588
3589
|
padding-bottom: 0;
|
|
3589
3590
|
padding-top: 0;
|
|
3590
3591
|
}
|
|
@@ -3663,7 +3664,7 @@
|
|
|
3663
3664
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3664
3665
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3665
3666
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3666
|
-
line-height:
|
|
3667
|
+
line-height: normal;
|
|
3667
3668
|
padding-bottom: 0;
|
|
3668
3669
|
padding-top: 0;
|
|
3669
3670
|
}
|
|
@@ -2405,6 +2405,7 @@
|
|
|
2405
2405
|
|
|
2406
2406
|
.e-grid .e-groupdroparea {
|
|
2407
2407
|
height: auto;
|
|
2408
|
+
line-height: normal;
|
|
2408
2409
|
min-height: 59px;
|
|
2409
2410
|
}
|
|
2410
2411
|
|
|
@@ -2583,7 +2584,7 @@
|
|
|
2583
2584
|
font-size: 15px;
|
|
2584
2585
|
line-height: 20px;
|
|
2585
2586
|
overflow: hidden;
|
|
2586
|
-
padding: .7em;
|
|
2587
|
+
padding: 0.7em;
|
|
2587
2588
|
text-overflow: ellipsis;
|
|
2588
2589
|
vertical-align: middle;
|
|
2589
2590
|
white-space: nowrap;
|
|
@@ -3601,7 +3602,7 @@
|
|
|
3601
3602
|
}
|
|
3602
3603
|
|
|
3603
3604
|
.e-grid-min-height .e-rowcell {
|
|
3604
|
-
line-height:
|
|
3605
|
+
line-height: normal;
|
|
3605
3606
|
padding-bottom: 0;
|
|
3606
3607
|
padding-top: 0;
|
|
3607
3608
|
}
|
|
@@ -3680,7 +3681,7 @@
|
|
|
3680
3681
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3681
3682
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3682
3683
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3683
|
-
line-height:
|
|
3684
|
+
line-height: normal;
|
|
3684
3685
|
padding-bottom: 0;
|
|
3685
3686
|
padding-top: 0;
|
|
3686
3687
|
}
|
|
@@ -2405,6 +2405,7 @@
|
|
|
2405
2405
|
|
|
2406
2406
|
.e-grid .e-groupdroparea {
|
|
2407
2407
|
height: auto;
|
|
2408
|
+
line-height: normal;
|
|
2408
2409
|
min-height: 59px;
|
|
2409
2410
|
}
|
|
2410
2411
|
|
|
@@ -2583,7 +2584,7 @@
|
|
|
2583
2584
|
font-size: 15px;
|
|
2584
2585
|
line-height: 20px;
|
|
2585
2586
|
overflow: hidden;
|
|
2586
|
-
padding: .7em;
|
|
2587
|
+
padding: 0.7em;
|
|
2587
2588
|
text-overflow: ellipsis;
|
|
2588
2589
|
vertical-align: middle;
|
|
2589
2590
|
white-space: nowrap;
|
|
@@ -3601,7 +3602,7 @@
|
|
|
3601
3602
|
}
|
|
3602
3603
|
|
|
3603
3604
|
.e-grid-min-height .e-rowcell {
|
|
3604
|
-
line-height:
|
|
3605
|
+
line-height: normal;
|
|
3605
3606
|
padding-bottom: 0;
|
|
3606
3607
|
padding-top: 0;
|
|
3607
3608
|
}
|
|
@@ -3680,7 +3681,7 @@
|
|
|
3680
3681
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3681
3682
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3682
3683
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3683
|
-
line-height:
|
|
3684
|
+
line-height: normal;
|
|
3684
3685
|
padding-bottom: 0;
|
|
3685
3686
|
padding-top: 0;
|
|
3686
3687
|
}
|
|
@@ -2431,6 +2431,7 @@
|
|
|
2431
2431
|
|
|
2432
2432
|
.e-grid .e-groupdroparea {
|
|
2433
2433
|
height: auto;
|
|
2434
|
+
line-height: normal;
|
|
2434
2435
|
min-height: 48px;
|
|
2435
2436
|
}
|
|
2436
2437
|
|
|
@@ -2609,7 +2610,7 @@
|
|
|
2609
2610
|
font-size: 12px;
|
|
2610
2611
|
line-height: 20px;
|
|
2611
2612
|
overflow: hidden;
|
|
2612
|
-
padding: .7em;
|
|
2613
|
+
padding: 0.7em;
|
|
2613
2614
|
text-overflow: ellipsis;
|
|
2614
2615
|
vertical-align: middle;
|
|
2615
2616
|
white-space: nowrap;
|
|
@@ -3627,7 +3628,7 @@
|
|
|
3627
3628
|
}
|
|
3628
3629
|
|
|
3629
3630
|
.e-grid-min-height .e-rowcell {
|
|
3630
|
-
line-height:
|
|
3631
|
+
line-height: normal;
|
|
3631
3632
|
padding-bottom: 0;
|
|
3632
3633
|
padding-top: 0;
|
|
3633
3634
|
}
|
|
@@ -3706,7 +3707,7 @@
|
|
|
3706
3707
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3707
3708
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3708
3709
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3709
|
-
line-height:
|
|
3710
|
+
line-height: normal;
|
|
3710
3711
|
padding-bottom: 0;
|
|
3711
3712
|
padding-top: 0;
|
|
3712
3713
|
}
|
package/styles/grid/material.css
CHANGED
|
@@ -2466,6 +2466,7 @@
|
|
|
2466
2466
|
|
|
2467
2467
|
.e-grid .e-groupdroparea {
|
|
2468
2468
|
height: auto;
|
|
2469
|
+
line-height: normal;
|
|
2469
2470
|
min-height: 48px;
|
|
2470
2471
|
}
|
|
2471
2472
|
|
|
@@ -2644,7 +2645,7 @@
|
|
|
2644
2645
|
font-size: 12px;
|
|
2645
2646
|
line-height: 20px;
|
|
2646
2647
|
overflow: hidden;
|
|
2647
|
-
padding: .7em;
|
|
2648
|
+
padding: 0.7em;
|
|
2648
2649
|
text-overflow: ellipsis;
|
|
2649
2650
|
vertical-align: middle;
|
|
2650
2651
|
white-space: nowrap;
|
|
@@ -3662,7 +3663,7 @@
|
|
|
3662
3663
|
}
|
|
3663
3664
|
|
|
3664
3665
|
.e-grid-min-height .e-rowcell {
|
|
3665
|
-
line-height:
|
|
3666
|
+
line-height: normal;
|
|
3666
3667
|
padding-bottom: 0;
|
|
3667
3668
|
padding-top: 0;
|
|
3668
3669
|
}
|
|
@@ -3741,7 +3742,7 @@
|
|
|
3741
3742
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3742
3743
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3743
3744
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3744
|
-
line-height:
|
|
3745
|
+
line-height: normal;
|
|
3745
3746
|
padding-bottom: 0;
|
|
3746
3747
|
padding-top: 0;
|
|
3747
3748
|
}
|