@syncfusion/ej2-angular-grids 20.2.36-ngcc → 20.2.38-ngcc
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 +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +8 -8
- package/schematics/generators/grid-default/schema.json +2 -3
- package/schematics/generators/grid-feature/schema.json +2 -3
- 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 +10 -3
- package/styles/bootstrap.css +9 -2
- package/styles/bootstrap4.css +31 -15
- package/styles/bootstrap5-dark.css +11 -4
- package/styles/bootstrap5.css +11 -4
- package/styles/excel-filter/bootstrap-dark.css +4 -0
- package/styles/excel-filter/bootstrap.css +4 -0
- package/styles/excel-filter/bootstrap4.css +4 -0
- package/styles/excel-filter/bootstrap5-dark.css +4 -0
- package/styles/excel-filter/bootstrap5.css +4 -0
- package/styles/excel-filter/fabric-dark.css +4 -0
- package/styles/excel-filter/fabric.css +4 -0
- package/styles/excel-filter/fluent-dark.css +4 -0
- package/styles/excel-filter/fluent.css +4 -0
- package/styles/excel-filter/highcontrast-light.css +4 -0
- package/styles/excel-filter/highcontrast.css +4 -0
- package/styles/excel-filter/material-dark.css +4 -0
- package/styles/excel-filter/material.css +4 -0
- package/styles/excel-filter/tailwind-dark.css +4 -0
- package/styles/excel-filter/tailwind.css +4 -0
- package/styles/fabric-dark.css +9 -2
- package/styles/fabric.css +11 -4
- package/styles/fluent-dark.css +9 -2
- package/styles/fluent.css +9 -2
- package/styles/grid/bootstrap-dark.css +6 -3
- package/styles/grid/bootstrap.css +5 -2
- package/styles/grid/bootstrap4.css +27 -15
- package/styles/grid/bootstrap5-dark.css +7 -4
- package/styles/grid/bootstrap5.css +7 -4
- package/styles/grid/fabric-dark.css +5 -2
- package/styles/grid/fabric.css +7 -4
- package/styles/grid/fluent-dark.css +5 -2
- package/styles/grid/fluent.css +5 -2
- package/styles/grid/highcontrast-light.css +5 -2
- package/styles/grid/highcontrast.css +5 -2
- package/styles/grid/material-dark.css +6 -3
- package/styles/grid/material.css +5 -2
- package/styles/grid/tailwind-dark.css +9 -5
- package/styles/grid/tailwind.css +9 -5
- package/styles/highcontrast-light.css +9 -2
- package/styles/highcontrast.css +9 -2
- package/styles/material-dark.css +10 -3
- package/styles/material.css +9 -2
- package/styles/tailwind-dark.css +13 -5
- package/styles/tailwind.css +13 -5
package/styles/tailwind-dark.css
CHANGED
|
@@ -149,6 +149,10 @@
|
|
|
149
149
|
padding: 14px;
|
|
150
150
|
padding-top: 4px;
|
|
151
151
|
}
|
|
152
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
153
|
+
height: 26px;
|
|
154
|
+
line-height: 26px;
|
|
155
|
+
}
|
|
152
156
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
153
157
|
height: 26px;
|
|
154
158
|
line-height: 26px;
|
|
@@ -1344,7 +1348,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1344
1348
|
margin-left: -8px;
|
|
1345
1349
|
margin-right: 0;
|
|
1346
1350
|
margin-top: 0;
|
|
1347
|
-
padding-top:
|
|
1351
|
+
padding-top: 1px;
|
|
1348
1352
|
padding-left: 8px;
|
|
1349
1353
|
}
|
|
1350
1354
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2412,10 +2416,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2412
2416
|
}
|
|
2413
2417
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2414
2418
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2419
|
+
-webkit-user-select: auto;
|
|
2415
2420
|
height: 20px;
|
|
2416
2421
|
line-height: 20px;
|
|
2417
2422
|
position: relative;
|
|
2418
2423
|
top: -1.5px;
|
|
2424
|
+
-ms-user-select: auto;
|
|
2425
|
+
user-select: auto;
|
|
2419
2426
|
}
|
|
2420
2427
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2421
2428
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2705,8 +2712,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2705
2712
|
}
|
|
2706
2713
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2707
2714
|
margin-left: -9px;
|
|
2708
|
-
margin-top:
|
|
2715
|
+
margin-top: 1px;
|
|
2709
2716
|
padding-right: 8px;
|
|
2717
|
+
padding-top: 1px;
|
|
2710
2718
|
}
|
|
2711
2719
|
.e-grid span.e-ungroupbutton.e-icons:hover {
|
|
2712
2720
|
color: #374151;
|
|
@@ -3184,7 +3192,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3184
3192
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3185
3193
|
border-top: 2px solid;
|
|
3186
3194
|
}
|
|
3187
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3195
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3188
3196
|
margin-left: -8px;
|
|
3189
3197
|
margin-right: 0;
|
|
3190
3198
|
}
|
|
@@ -3289,7 +3297,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3289
3297
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3290
3298
|
margin-left: 0;
|
|
3291
3299
|
margin-right: -9px;
|
|
3292
|
-
padding-top:
|
|
3300
|
+
padding-top: 1px;
|
|
3293
3301
|
}
|
|
3294
3302
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3295
3303
|
border-width: 0 0 0 1px;
|
|
@@ -3427,7 +3435,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3427
3435
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3428
3436
|
display: inline-block;
|
|
3429
3437
|
}
|
|
3430
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3438
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3431
3439
|
text-overflow: clip;
|
|
3432
3440
|
}
|
|
3433
3441
|
.e-grid .e-clipboard {
|
package/styles/tailwind.css
CHANGED
|
@@ -149,6 +149,10 @@
|
|
|
149
149
|
padding: 14px;
|
|
150
150
|
padding-top: 4px;
|
|
151
151
|
}
|
|
152
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
153
|
+
height: 26px;
|
|
154
|
+
line-height: 26px;
|
|
155
|
+
}
|
|
152
156
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
153
157
|
height: 26px;
|
|
154
158
|
line-height: 26px;
|
|
@@ -1344,7 +1348,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1344
1348
|
margin-left: -8px;
|
|
1345
1349
|
margin-right: 0;
|
|
1346
1350
|
margin-top: 0;
|
|
1347
|
-
padding-top:
|
|
1351
|
+
padding-top: 1px;
|
|
1348
1352
|
padding-left: 8px;
|
|
1349
1353
|
}
|
|
1350
1354
|
.e-bigger .e-grid .e-groupcaption,
|
|
@@ -2412,10 +2416,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2412
2416
|
}
|
|
2413
2417
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2414
2418
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2419
|
+
-webkit-user-select: auto;
|
|
2415
2420
|
height: 20px;
|
|
2416
2421
|
line-height: 20px;
|
|
2417
2422
|
position: relative;
|
|
2418
2423
|
top: -1.5px;
|
|
2424
|
+
-ms-user-select: auto;
|
|
2425
|
+
user-select: auto;
|
|
2419
2426
|
}
|
|
2420
2427
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2421
2428
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2705,8 +2712,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2705
2712
|
}
|
|
2706
2713
|
.e-grid span.e-ungroupbutton.e-icons {
|
|
2707
2714
|
margin-left: -9px;
|
|
2708
|
-
margin-top:
|
|
2715
|
+
margin-top: 1px;
|
|
2709
2716
|
padding-right: 8px;
|
|
2717
|
+
padding-top: 1px;
|
|
2710
2718
|
}
|
|
2711
2719
|
.e-grid span.e-ungroupbutton.e-icons:hover {
|
|
2712
2720
|
color: #374151;
|
|
@@ -3184,7 +3192,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3184
3192
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3185
3193
|
border-top: 2px solid;
|
|
3186
3194
|
}
|
|
3187
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3195
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3188
3196
|
margin-left: -8px;
|
|
3189
3197
|
margin-right: 0;
|
|
3190
3198
|
}
|
|
@@ -3289,7 +3297,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3289
3297
|
.e-grid.e-rtl span.e-ungroupbutton.e-icons {
|
|
3290
3298
|
margin-left: 0;
|
|
3291
3299
|
margin-right: -9px;
|
|
3292
|
-
padding-top:
|
|
3300
|
+
padding-top: 1px;
|
|
3293
3301
|
}
|
|
3294
3302
|
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3295
3303
|
border-width: 0 0 0 1px;
|
|
@@ -3427,7 +3435,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3427
3435
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3428
3436
|
display: inline-block;
|
|
3429
3437
|
}
|
|
3430
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3438
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3431
3439
|
text-overflow: clip;
|
|
3432
3440
|
}
|
|
3433
3441
|
.e-grid .e-clipboard {
|