@syncfusion/ej2-angular-grids 20.3.62-ngcc → 20.4.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 +3 -3
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +3 -3
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +11 -115
- package/README.md +45 -58
- package/dist/ej2-angular-grids.umd.js +13 -2
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +10 -1
- package/dist/ej2-angular-grids.umd.min.js.map +1 -1
- package/ej2-angular-grids.metadata.json +1 -1
- 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/src/grid/columns.directive.d.ts +2 -2
- package/src/grid/grid.component.d.ts +1 -1
- package/src/grid/stacked-column.directive.d.ts +2 -2
- package/src/pager/pager.component.d.ts +4 -0
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4.css +4 -1
- package/styles/bootstrap5-dark.css +4 -1
- package/styles/bootstrap5.css +4 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent.css +0 -1
- package/styles/grid/bootstrap-dark.css +0 -1
- package/styles/grid/bootstrap.css +0 -1
- package/styles/grid/bootstrap4.css +4 -1
- package/styles/grid/bootstrap5-dark.css +4 -1
- package/styles/grid/bootstrap5.css +4 -1
- package/styles/grid/fabric-dark.css +0 -1
- package/styles/grid/fabric.css +0 -1
- package/styles/grid/fluent-dark.css +0 -1
- package/styles/grid/fluent.css +0 -1
- package/styles/grid/highcontrast-light.css +0 -1
- package/styles/grid/highcontrast.css +0 -1
- package/styles/grid/material-dark.css +0 -1
- package/styles/grid/material.css +0 -1
- package/styles/grid/tailwind-dark.css +0 -1
- package/styles/grid/tailwind.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
|
@@ -1194,6 +1194,9 @@
|
|
|
1194
1194
|
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
|
|
1195
1195
|
background: none;
|
|
1196
1196
|
}
|
|
1197
|
+
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
|
|
1198
|
+
color: #495057;
|
|
1199
|
+
}
|
|
1197
1200
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
1198
1201
|
color: #495057;
|
|
1199
1202
|
}
|
|
@@ -3140,7 +3143,6 @@
|
|
|
3140
3143
|
.e-grid.sf-grid .e-frozencontent {
|
|
3141
3144
|
border-bottom-style: solid;
|
|
3142
3145
|
height: inherit;
|
|
3143
|
-
overflow: hidden;
|
|
3144
3146
|
}
|
|
3145
3147
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3146
3148
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|
|
@@ -3315,6 +3317,7 @@
|
|
|
3315
3317
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
|
|
3316
3318
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
|
|
3317
3319
|
padding-bottom: 0;
|
|
3320
|
+
color: #495057;
|
|
3318
3321
|
}
|
|
3319
3322
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
|
|
3320
3323
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
|
|
@@ -1208,6 +1208,9 @@
|
|
|
1208
1208
|
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
|
|
1209
1209
|
background: none;
|
|
1210
1210
|
}
|
|
1211
|
+
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
|
|
1212
|
+
color: #adb5bd;
|
|
1213
|
+
}
|
|
1211
1214
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
1212
1215
|
color: #adb5bd;
|
|
1213
1216
|
}
|
|
@@ -3152,7 +3155,6 @@
|
|
|
3152
3155
|
.e-grid.sf-grid .e-frozencontent {
|
|
3153
3156
|
border-bottom-style: solid;
|
|
3154
3157
|
height: inherit;
|
|
3155
|
-
overflow: hidden;
|
|
3156
3158
|
}
|
|
3157
3159
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3158
3160
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|
|
@@ -3335,6 +3337,7 @@
|
|
|
3335
3337
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
|
|
3336
3338
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
|
|
3337
3339
|
padding-bottom: 4px;
|
|
3340
|
+
color: #adb5bd;
|
|
3338
3341
|
}
|
|
3339
3342
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
|
|
3340
3343
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
|
|
@@ -1208,6 +1208,9 @@
|
|
|
1208
1208
|
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus {
|
|
1209
1209
|
background: none;
|
|
1210
1210
|
}
|
|
1211
|
+
.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active .e-icons, .e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus .e-icons {
|
|
1212
|
+
color: #6c757d;
|
|
1213
|
+
}
|
|
1211
1214
|
.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
|
|
1212
1215
|
color: #6c757d;
|
|
1213
1216
|
}
|
|
@@ -3152,7 +3155,6 @@
|
|
|
3152
3155
|
.e-grid.sf-grid .e-frozencontent {
|
|
3153
3156
|
border-bottom-style: solid;
|
|
3154
3157
|
height: inherit;
|
|
3155
|
-
overflow: hidden;
|
|
3156
3158
|
}
|
|
3157
3159
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3158
3160
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|
|
@@ -3335,6 +3337,7 @@
|
|
|
3335
3337
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
|
|
3336
3338
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
|
|
3337
3339
|
padding-bottom: 4px;
|
|
3340
|
+
color: #6c757d;
|
|
3338
3341
|
}
|
|
3339
3342
|
.e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
|
|
3340
3343
|
.e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon {
|
package/styles/grid/fabric.css
CHANGED
package/styles/grid/fluent.css
CHANGED
package/styles/grid/material.css
CHANGED
package/styles/grid/tailwind.css
CHANGED
|
@@ -3474,7 +3474,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3474
3474
|
.e-grid.sf-grid .e-frozencontent {
|
|
3475
3475
|
border-bottom-style: solid;
|
|
3476
3476
|
height: inherit;
|
|
3477
|
-
overflow: hidden;
|
|
3478
3477
|
}
|
|
3479
3478
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3480
3479
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|
package/styles/highcontrast.css
CHANGED
|
@@ -3474,7 +3474,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3474
3474
|
.e-grid.sf-grid .e-frozencontent {
|
|
3475
3475
|
border-bottom-style: solid;
|
|
3476
3476
|
height: inherit;
|
|
3477
|
-
overflow: hidden;
|
|
3478
3477
|
}
|
|
3479
3478
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3480
3479
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|
package/styles/material-dark.css
CHANGED
|
@@ -3524,7 +3524,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3524
3524
|
.e-grid.sf-grid .e-frozencontent {
|
|
3525
3525
|
border-bottom-style: solid;
|
|
3526
3526
|
height: inherit;
|
|
3527
|
-
overflow: hidden;
|
|
3528
3527
|
}
|
|
3529
3528
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3530
3529
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|
package/styles/material.css
CHANGED
|
@@ -3566,7 +3566,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3566
3566
|
.e-grid.sf-grid .e-frozencontent {
|
|
3567
3567
|
border-bottom-style: solid;
|
|
3568
3568
|
height: inherit;
|
|
3569
|
-
overflow: hidden;
|
|
3570
3569
|
}
|
|
3571
3570
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3572
3571
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3592,7 +3592,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3592
3592
|
.e-grid.sf-grid .e-frozencontent {
|
|
3593
3593
|
border-bottom-style: solid;
|
|
3594
3594
|
height: inherit;
|
|
3595
|
-
overflow: hidden;
|
|
3596
3595
|
}
|
|
3597
3596
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3598
3597
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|
package/styles/tailwind.css
CHANGED
|
@@ -3592,7 +3592,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3592
3592
|
.e-grid.sf-grid .e-frozencontent {
|
|
3593
3593
|
border-bottom-style: solid;
|
|
3594
3594
|
height: inherit;
|
|
3595
|
-
overflow: hidden;
|
|
3596
3595
|
}
|
|
3597
3596
|
.e-grid.sf-grid .e-gridcontent .e-content,
|
|
3598
3597
|
.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
|