@syncfusion/ej2-grids 29.1.37 → 29.1.38
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/dist/ej2-grids.min.js +1 -1
- package/dist/ej2-grids.umd.min.js +1 -1
- package/dist/global/ej2-grids.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/styles/bds-lite.css +10 -0
- package/styles/bds.css +10 -0
- package/styles/bootstrap-dark-lite.css +10 -0
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap-lite.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4-lite.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark-lite.css +13 -0
- package/styles/bootstrap5-dark.css +13 -0
- package/styles/bootstrap5-lite.css +13 -0
- package/styles/bootstrap5.3-lite.css +14 -1
- package/styles/bootstrap5.3.css +14 -1
- package/styles/bootstrap5.css +13 -0
- package/styles/fabric-dark-lite.css +10 -0
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric-lite.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/fluent-dark-lite.css +10 -0
- package/styles/fluent-dark.css +10 -0
- package/styles/fluent-lite.css +10 -0
- package/styles/fluent.css +10 -0
- package/styles/fluent2-lite.css +10 -0
- package/styles/fluent2.css +10 -0
- package/styles/grid/_bootstrap5.3-definition.scss +1 -1
- package/styles/grid/_highcontrast-definition.scss +1 -1
- package/styles/grid/_highcontrast-light-definition.scss +1 -1
- package/styles/grid/_layout.scss +17 -0
- package/styles/grid/_tailwind3-definition.scss +1 -1
- package/styles/grid/bds.css +10 -0
- package/styles/grid/bootstrap-dark.css +10 -0
- package/styles/grid/bootstrap.css +10 -0
- package/styles/grid/bootstrap4.css +10 -0
- package/styles/grid/bootstrap5-dark.css +13 -0
- package/styles/grid/bootstrap5.3.css +14 -1
- package/styles/grid/bootstrap5.css +13 -0
- package/styles/grid/fabric-dark.css +10 -0
- package/styles/grid/fabric.css +10 -0
- package/styles/grid/fluent-dark.css +10 -0
- package/styles/grid/fluent.css +10 -0
- package/styles/grid/fluent2.css +10 -0
- package/styles/grid/highcontrast-light.css +11 -1
- package/styles/grid/highcontrast.css +11 -1
- package/styles/grid/material-dark.css +10 -0
- package/styles/grid/material.css +10 -0
- package/styles/grid/material3-dark.css +10 -0
- package/styles/grid/material3.css +10 -0
- package/styles/grid/tailwind-dark.css +10 -0
- package/styles/grid/tailwind.css +10 -0
- package/styles/grid/tailwind3.css +11 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +10 -0
- package/styles/material-dark.css +10 -0
- package/styles/material-lite.css +10 -0
- package/styles/material.css +10 -0
- package/styles/material3-dark-lite.css +10 -0
- package/styles/material3-dark.css +10 -0
- package/styles/material3-lite.css +10 -0
- package/styles/material3.css +10 -0
- package/styles/tailwind-dark-lite.css +10 -0
- package/styles/tailwind-dark.css +10 -0
- package/styles/tailwind-lite.css +10 -0
- package/styles/tailwind.css +10 -0
- package/styles/tailwind3-lite.css +11 -1
- package/styles/tailwind3.css +11 -1
package/styles/material3.css
CHANGED
|
@@ -3715,6 +3715,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3715
3715
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3716
3716
|
line-height: normal;
|
|
3717
3717
|
}
|
|
3718
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3719
|
+
/* stylelint-disable declaration-no-important */
|
|
3720
|
+
/* stylelint-enable declaration-no-important */
|
|
3721
|
+
}
|
|
3722
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3723
|
+
border-spacing: 0 !important;
|
|
3724
|
+
}
|
|
3725
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3726
|
+
line-height: 1;
|
|
3727
|
+
}
|
|
3718
3728
|
}
|
|
3719
3729
|
/* stylelint-enable function-url-quotes */
|
|
3720
3730
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3486,6 +3486,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3486
3486
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3487
3487
|
line-height: normal;
|
|
3488
3488
|
}
|
|
3489
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3490
|
+
/* stylelint-disable declaration-no-important */
|
|
3491
|
+
/* stylelint-enable declaration-no-important */
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3494
|
+
border-spacing: 0 !important;
|
|
3495
|
+
}
|
|
3496
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3497
|
+
line-height: 1;
|
|
3498
|
+
}
|
|
3489
3499
|
}
|
|
3490
3500
|
/* stylelint-enable function-url-quotes */
|
|
3491
3501
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3603,6 +3603,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3603
3603
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3604
3604
|
line-height: normal;
|
|
3605
3605
|
}
|
|
3606
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3607
|
+
/* stylelint-disable declaration-no-important */
|
|
3608
|
+
/* stylelint-enable declaration-no-important */
|
|
3609
|
+
}
|
|
3610
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3611
|
+
border-spacing: 0 !important;
|
|
3612
|
+
}
|
|
3613
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3614
|
+
line-height: 1;
|
|
3615
|
+
}
|
|
3606
3616
|
}
|
|
3607
3617
|
/* stylelint-enable function-url-quotes */
|
|
3608
3618
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -3486,6 +3486,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3486
3486
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3487
3487
|
line-height: normal;
|
|
3488
3488
|
}
|
|
3489
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3490
|
+
/* stylelint-disable declaration-no-important */
|
|
3491
|
+
/* stylelint-enable declaration-no-important */
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3494
|
+
border-spacing: 0 !important;
|
|
3495
|
+
}
|
|
3496
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3497
|
+
line-height: 1;
|
|
3498
|
+
}
|
|
3489
3499
|
}
|
|
3490
3500
|
/* stylelint-enable function-url-quotes */
|
|
3491
3501
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/tailwind.css
CHANGED
|
@@ -3603,6 +3603,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3603
3603
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3604
3604
|
line-height: normal;
|
|
3605
3605
|
}
|
|
3606
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3607
|
+
/* stylelint-disable declaration-no-important */
|
|
3608
|
+
/* stylelint-enable declaration-no-important */
|
|
3609
|
+
}
|
|
3610
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3611
|
+
border-spacing: 0 !important;
|
|
3612
|
+
}
|
|
3613
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3614
|
+
line-height: 1;
|
|
3615
|
+
}
|
|
3606
3616
|
}
|
|
3607
3617
|
/* stylelint-enable function-url-quotes */
|
|
3608
3618
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1529,7 +1529,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1529
1529
|
font-weight: 600;
|
|
1530
1530
|
height: 20px;
|
|
1531
1531
|
line-height: 20px;
|
|
1532
|
-
padding: 0 0.4em;
|
|
1532
|
+
padding: 0 1.5em 0 0.4em;
|
|
1533
1533
|
margin: -7px -7px -7px -8px;
|
|
1534
1534
|
overflow: hidden;
|
|
1535
1535
|
text-align: left;
|
|
@@ -3544,6 +3544,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3544
3544
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3545
3545
|
line-height: normal;
|
|
3546
3546
|
}
|
|
3547
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3548
|
+
/* stylelint-disable declaration-no-important */
|
|
3549
|
+
/* stylelint-enable declaration-no-important */
|
|
3550
|
+
}
|
|
3551
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3552
|
+
border-spacing: 0 !important;
|
|
3553
|
+
}
|
|
3554
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3555
|
+
line-height: 1;
|
|
3556
|
+
}
|
|
3547
3557
|
}
|
|
3548
3558
|
/* stylelint-enable function-url-quotes */
|
|
3549
3559
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/tailwind3.css
CHANGED
|
@@ -1657,7 +1657,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1657
1657
|
font-weight: 600;
|
|
1658
1658
|
height: 20px;
|
|
1659
1659
|
line-height: 20px;
|
|
1660
|
-
padding: 0 0.4em;
|
|
1660
|
+
padding: 0 1.5em 0 0.4em;
|
|
1661
1661
|
margin: -7px -7px -7px -8px;
|
|
1662
1662
|
overflow: hidden;
|
|
1663
1663
|
text-align: left;
|
|
@@ -3672,6 +3672,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3672
3672
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3673
3673
|
line-height: normal;
|
|
3674
3674
|
}
|
|
3675
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3676
|
+
/* stylelint-disable declaration-no-important */
|
|
3677
|
+
/* stylelint-enable declaration-no-important */
|
|
3678
|
+
}
|
|
3679
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3680
|
+
border-spacing: 0 !important;
|
|
3681
|
+
}
|
|
3682
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3683
|
+
line-height: 1;
|
|
3684
|
+
}
|
|
3675
3685
|
}
|
|
3676
3686
|
/* stylelint-enable function-url-quotes */
|
|
3677
3687
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|