@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.
Files changed (49) hide show
  1. package/@syncfusion/ej2-angular-grids.es5.js +3 -3
  2. package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-grids.js +3 -3
  4. package/@syncfusion/ej2-angular-grids.js.map +1 -1
  5. package/CHANGELOG.md +11 -115
  6. package/README.md +45 -58
  7. package/dist/ej2-angular-grids.umd.js +13 -2
  8. package/dist/ej2-angular-grids.umd.js.map +1 -1
  9. package/dist/ej2-angular-grids.umd.min.js +10 -1
  10. package/dist/ej2-angular-grids.umd.min.js.map +1 -1
  11. package/ej2-angular-grids.metadata.json +1 -1
  12. package/package.json +71 -71
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/grid/columns.directive.d.ts +2 -2
  17. package/src/grid/grid.component.d.ts +1 -1
  18. package/src/grid/stacked-column.directive.d.ts +2 -2
  19. package/src/pager/pager.component.d.ts +4 -0
  20. package/styles/bootstrap-dark.css +0 -1
  21. package/styles/bootstrap.css +0 -1
  22. package/styles/bootstrap4.css +4 -1
  23. package/styles/bootstrap5-dark.css +4 -1
  24. package/styles/bootstrap5.css +4 -1
  25. package/styles/fabric-dark.css +0 -1
  26. package/styles/fabric.css +0 -1
  27. package/styles/fluent-dark.css +0 -1
  28. package/styles/fluent.css +0 -1
  29. package/styles/grid/bootstrap-dark.css +0 -1
  30. package/styles/grid/bootstrap.css +0 -1
  31. package/styles/grid/bootstrap4.css +4 -1
  32. package/styles/grid/bootstrap5-dark.css +4 -1
  33. package/styles/grid/bootstrap5.css +4 -1
  34. package/styles/grid/fabric-dark.css +0 -1
  35. package/styles/grid/fabric.css +0 -1
  36. package/styles/grid/fluent-dark.css +0 -1
  37. package/styles/grid/fluent.css +0 -1
  38. package/styles/grid/highcontrast-light.css +0 -1
  39. package/styles/grid/highcontrast.css +0 -1
  40. package/styles/grid/material-dark.css +0 -1
  41. package/styles/grid/material.css +0 -1
  42. package/styles/grid/tailwind-dark.css +0 -1
  43. package/styles/grid/tailwind.css +0 -1
  44. package/styles/highcontrast-light.css +0 -1
  45. package/styles/highcontrast.css +0 -1
  46. package/styles/material-dark.css +0 -1
  47. package/styles/material.css +0 -1
  48. package/styles/tailwind-dark.css +0 -1
  49. 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 {
@@ -3065,7 +3065,6 @@
3065
3065
  .e-grid.sf-grid .e-frozencontent {
3066
3066
  border-bottom-style: solid;
3067
3067
  height: inherit;
3068
- overflow: hidden;
3069
3068
  }
3070
3069
  .e-grid.sf-grid .e-gridcontent .e-content,
3071
3070
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3058,7 +3058,6 @@
3058
3058
  .e-grid.sf-grid .e-frozencontent {
3059
3059
  border-bottom-style: solid;
3060
3060
  height: inherit;
3061
- overflow: hidden;
3062
3061
  }
3063
3062
  .e-grid.sf-grid .e-gridcontent .e-content,
3064
3063
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3168,7 +3168,6 @@
3168
3168
  .e-grid.sf-grid .e-frozencontent {
3169
3169
  border-bottom-style: solid;
3170
3170
  height: inherit;
3171
- overflow: hidden;
3172
3171
  }
3173
3172
  .e-grid.sf-grid .e-gridcontent .e-content,
3174
3173
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3168,7 +3168,6 @@
3168
3168
  .e-grid.sf-grid .e-frozencontent {
3169
3169
  border-bottom-style: solid;
3170
3170
  height: inherit;
3171
- overflow: hidden;
3172
3171
  }
3173
3172
  .e-grid.sf-grid .e-gridcontent .e-content,
3174
3173
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3062,7 +3062,6 @@
3062
3062
  .e-grid.sf-grid .e-frozencontent {
3063
3063
  border-bottom-style: solid;
3064
3064
  height: inherit;
3065
- overflow: hidden;
3066
3065
  }
3067
3066
  .e-grid.sf-grid .e-gridcontent .e-content,
3068
3067
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3062,7 +3062,6 @@
3062
3062
  .e-grid.sf-grid .e-frozencontent {
3063
3063
  border-bottom-style: solid;
3064
3064
  height: inherit;
3065
- overflow: hidden;
3066
3065
  }
3067
3066
  .e-grid.sf-grid .e-gridcontent .e-content,
3068
3067
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3106,7 +3106,6 @@
3106
3106
  .e-grid.sf-grid .e-frozencontent {
3107
3107
  border-bottom-style: solid;
3108
3108
  height: inherit;
3109
- overflow: hidden;
3110
3109
  }
3111
3110
  .e-grid.sf-grid .e-gridcontent .e-content,
3112
3111
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3140,7 +3140,6 @@
3140
3140
  .e-grid.sf-grid .e-frozencontent {
3141
3141
  border-bottom-style: solid;
3142
3142
  height: inherit;
3143
- overflow: hidden;
3144
3143
  }
3145
3144
  .e-grid.sf-grid .e-gridcontent .e-content,
3146
3145
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3176,7 +3176,6 @@
3176
3176
  .e-grid.sf-grid .e-frozencontent {
3177
3177
  border-bottom-style: solid;
3178
3178
  height: inherit;
3179
- overflow: hidden;
3180
3179
  }
3181
3180
  .e-grid.sf-grid .e-gridcontent .e-content,
3182
3181
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -3176,7 +3176,6 @@
3176
3176
  .e-grid.sf-grid .e-frozencontent {
3177
3177
  border-bottom-style: solid;
3178
3178
  height: inherit;
3179
- overflow: hidden;
3180
3179
  }
3181
3180
  .e-grid.sf-grid .e-gridcontent .e-content,
3182
3181
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {