@syncfusion/ej2-angular-grids 20.2.37-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.
Files changed (59) 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 +12 -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 +16 -16
  10. package/schematics/generators/grid-default/schema.json +2 -3
  11. package/schematics/generators/grid-feature/schema.json +2 -3
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/styles/bootstrap-dark.css +10 -3
  16. package/styles/bootstrap.css +9 -2
  17. package/styles/bootstrap4.css +31 -15
  18. package/styles/bootstrap5-dark.css +11 -4
  19. package/styles/bootstrap5.css +11 -4
  20. package/styles/excel-filter/bootstrap-dark.css +4 -0
  21. package/styles/excel-filter/bootstrap.css +4 -0
  22. package/styles/excel-filter/bootstrap4.css +4 -0
  23. package/styles/excel-filter/bootstrap5-dark.css +4 -0
  24. package/styles/excel-filter/bootstrap5.css +4 -0
  25. package/styles/excel-filter/fabric-dark.css +4 -0
  26. package/styles/excel-filter/fabric.css +4 -0
  27. package/styles/excel-filter/fluent-dark.css +4 -0
  28. package/styles/excel-filter/fluent.css +4 -0
  29. package/styles/excel-filter/highcontrast-light.css +4 -0
  30. package/styles/excel-filter/highcontrast.css +4 -0
  31. package/styles/excel-filter/material-dark.css +4 -0
  32. package/styles/excel-filter/material.css +4 -0
  33. package/styles/excel-filter/tailwind-dark.css +4 -0
  34. package/styles/excel-filter/tailwind.css +4 -0
  35. package/styles/fabric-dark.css +9 -2
  36. package/styles/fabric.css +11 -4
  37. package/styles/fluent-dark.css +9 -2
  38. package/styles/fluent.css +9 -2
  39. package/styles/grid/bootstrap-dark.css +6 -3
  40. package/styles/grid/bootstrap.css +5 -2
  41. package/styles/grid/bootstrap4.css +27 -15
  42. package/styles/grid/bootstrap5-dark.css +7 -4
  43. package/styles/grid/bootstrap5.css +7 -4
  44. package/styles/grid/fabric-dark.css +5 -2
  45. package/styles/grid/fabric.css +7 -4
  46. package/styles/grid/fluent-dark.css +5 -2
  47. package/styles/grid/fluent.css +5 -2
  48. package/styles/grid/highcontrast-light.css +5 -2
  49. package/styles/grid/highcontrast.css +5 -2
  50. package/styles/grid/material-dark.css +6 -3
  51. package/styles/grid/material.css +5 -2
  52. package/styles/grid/tailwind-dark.css +9 -5
  53. package/styles/grid/tailwind.css +9 -5
  54. package/styles/highcontrast-light.css +9 -2
  55. package/styles/highcontrast.css +9 -2
  56. package/styles/material-dark.css +10 -3
  57. package/styles/material.css +9 -2
  58. package/styles/tailwind-dark.css +13 -5
  59. package/styles/tailwind.css +13 -5
package/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@
4
4
 
5
5
  ### Grid
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I376131` - when cell containing the checkbox is double clicked the next cell content gets highlighted issue has been fixed.
10
+ - `#I385933` - Custom format on number column is not working properly in Grid pdf export issue has been fixed.
11
+ - `#FB35672` - Empty grid in batch edit mode throws script error has been fixed.
12
+ - `#I382789` - Tab key Navigation not working When `allowEditing` set to false with `RowDragandDrop` is fixed.
13
+ - `#FB34522` - Column reorder not working properly in column freeze enabled is fixed.
14
+
15
+ ## 20.2.36 (2022-06-30)
16
+
17
+ ### Grid
18
+
7
19
  #### New Features
8
20
 
9
21
  - `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/searching)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 20.2.36
3
+ * version : 20.2.38
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
@@ -1152,6 +1152,7 @@ exports.getRowIndexFromElement = ej2Grids.getRowIndexFromElement;
1152
1152
  exports.generateExpandPredicates = ej2Grids.generateExpandPredicates;
1153
1153
  exports.getPredicates = ej2Grids.getPredicates;
1154
1154
  exports.getGroupKeysAndFields = ej2Grids.getGroupKeysAndFields;
1155
+ exports.findCellIndex = ej2Grids.findCellIndex;
1155
1156
  exports.created = ej2Grids.created;
1156
1157
  exports.destroyed = ej2Grids.destroyed;
1157
1158
  exports.load = ej2Grids.load;