@syncfusion/ej2-angular-grids 20.1.48 → 20.1.55

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 (72) hide show
  1. package/@syncfusion/ej2-angular-grids.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-grids.js +1 -1
  4. package/@syncfusion/ej2-angular-grids.js.map +1 -1
  5. package/CHANGELOG.md +25 -0
  6. package/dist/ej2-angular-grids.umd.js +2 -1
  7. package/dist/ej2-angular-grids.umd.js.map +1 -1
  8. package/dist/ej2-angular-grids.umd.min.js +2 -2
  9. package/package.json +8 -8
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/styles/bootstrap-dark.css +282 -1600
  14. package/styles/bootstrap.css +282 -1600
  15. package/styles/bootstrap4.css +281 -1598
  16. package/styles/bootstrap5-dark.css +286 -1618
  17. package/styles/bootstrap5.css +286 -1618
  18. package/styles/excel-filter/bootstrap-dark.css +14 -102
  19. package/styles/excel-filter/bootstrap.css +14 -102
  20. package/styles/excel-filter/bootstrap4.css +14 -101
  21. package/styles/excel-filter/bootstrap5-dark.css +15 -103
  22. package/styles/excel-filter/bootstrap5.css +15 -103
  23. package/styles/excel-filter/fabric-dark.css +14 -100
  24. package/styles/excel-filter/fabric.css +14 -100
  25. package/styles/excel-filter/fluent-dark.css +14 -101
  26. package/styles/excel-filter/fluent.css +14 -101
  27. package/styles/excel-filter/highcontrast-light.css +12 -111
  28. package/styles/excel-filter/highcontrast.css +12 -111
  29. package/styles/excel-filter/material-dark.css +10 -90
  30. package/styles/excel-filter/material.css +10 -91
  31. package/styles/excel-filter/tailwind-dark.css +11 -91
  32. package/styles/excel-filter/tailwind.css +11 -91
  33. package/styles/fabric-dark.css +281 -1597
  34. package/styles/fabric.css +281 -1597
  35. package/styles/fluent-dark.css +285 -1616
  36. package/styles/fluent.css +285 -1616
  37. package/styles/grid/bootstrap-dark.css +229 -1302
  38. package/styles/grid/bootstrap.css +229 -1302
  39. package/styles/grid/bootstrap4.css +229 -1301
  40. package/styles/grid/bootstrap5-dark.css +233 -1311
  41. package/styles/grid/bootstrap5.css +233 -1311
  42. package/styles/grid/fabric-dark.css +229 -1300
  43. package/styles/grid/fabric.css +229 -1300
  44. package/styles/grid/fluent-dark.css +232 -1317
  45. package/styles/grid/fluent.css +232 -1317
  46. package/styles/grid/highcontrast-light.css +227 -1311
  47. package/styles/grid/highcontrast.css +227 -1311
  48. package/styles/grid/material-dark.css +225 -1291
  49. package/styles/grid/material.css +225 -1292
  50. package/styles/grid/tailwind-dark.css +232 -1318
  51. package/styles/grid/tailwind.css +232 -1318
  52. package/styles/highcontrast-light.css +279 -1608
  53. package/styles/highcontrast.css +279 -1608
  54. package/styles/material-dark.css +277 -1589
  55. package/styles/material.css +277 -1591
  56. package/styles/pager/bootstrap-dark.css +45 -211
  57. package/styles/pager/bootstrap.css +45 -211
  58. package/styles/pager/bootstrap4.css +44 -210
  59. package/styles/pager/bootstrap5-dark.css +44 -218
  60. package/styles/pager/bootstrap5.css +44 -218
  61. package/styles/pager/fabric-dark.css +44 -210
  62. package/styles/pager/fabric.css +44 -210
  63. package/styles/pager/fluent-dark.css +44 -210
  64. package/styles/pager/fluent.css +44 -210
  65. package/styles/pager/highcontrast-light.css +44 -210
  66. package/styles/pager/highcontrast.css +44 -210
  67. package/styles/pager/material-dark.css +44 -210
  68. package/styles/pager/material.css +44 -210
  69. package/styles/pager/tailwind-dark.css +46 -241
  70. package/styles/pager/tailwind.css +46 -241
  71. package/styles/tailwind-dark.css +287 -1648
  72. package/styles/tailwind.css +287 -1648
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 20.1.52 (2022-05-04)
6
+
7
+ ### Grid
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
12
+ - `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
13
+ - `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
14
+
15
+ ## 20.1.51 (2022-04-26)
16
+
17
+ ### Grid
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I367001` - Script error thrown when adding rows with template has been fixed.
22
+ - `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
23
+ - `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
24
+ - `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
25
+ - `#I370329,#I373234` - Command column not working properly for default action is fixed.
26
+ - `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
27
+
28
+ ## 20.1.48 (2022-04-12)
29
+
5
30
  ### Grid
6
31
 
7
32
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 20.1.48
3
+ * version : 20.1.55
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1427,6 +1427,7 @@ exports.captionActionComplete = ej2Grids.captionActionComplete;
1427
1427
  exports.refreshInfinitePersistSelection = ej2Grids.refreshInfinitePersistSelection;
1428
1428
  exports.refreshInfiniteEditrowindex = ej2Grids.refreshInfiniteEditrowindex;
1429
1429
  exports.afterFilterColumnMenuClose = ej2Grids.afterFilterColumnMenuClose;
1430
+ exports.beforeCheckboxfilterRenderer = ej2Grids.beforeCheckboxfilterRenderer;
1430
1431
  exports.rowCell = ej2Grids.rowCell;
1431
1432
  exports.gridHeader = ej2Grids.gridHeader;
1432
1433
  exports.gridContent = ej2Grids.gridContent;