@syncfusion/ej2-angular-grids 20.1.47 → 20.1.52

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 (42) 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 +40 -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 +183 -6
  14. package/styles/bootstrap.css +183 -6
  15. package/styles/bootstrap4.css +183 -6
  16. package/styles/bootstrap5-dark.css +183 -6
  17. package/styles/bootstrap5.css +183 -6
  18. package/styles/fabric-dark.css +183 -6
  19. package/styles/fabric.css +183 -6
  20. package/styles/fluent-dark.css +183 -6
  21. package/styles/fluent.css +183 -6
  22. package/styles/grid/bootstrap-dark.css +183 -6
  23. package/styles/grid/bootstrap.css +183 -6
  24. package/styles/grid/bootstrap4.css +183 -6
  25. package/styles/grid/bootstrap5-dark.css +183 -6
  26. package/styles/grid/bootstrap5.css +183 -6
  27. package/styles/grid/fabric-dark.css +183 -6
  28. package/styles/grid/fabric.css +183 -6
  29. package/styles/grid/fluent-dark.css +183 -6
  30. package/styles/grid/fluent.css +183 -6
  31. package/styles/grid/highcontrast-light.css +183 -6
  32. package/styles/grid/highcontrast.css +183 -6
  33. package/styles/grid/material-dark.css +183 -6
  34. package/styles/grid/material.css +183 -6
  35. package/styles/grid/tailwind-dark.css +183 -6
  36. package/styles/grid/tailwind.css +183 -6
  37. package/styles/highcontrast-light.css +183 -6
  38. package/styles/highcontrast.css +183 -6
  39. package/styles/material-dark.css +183 -6
  40. package/styles/material.css +183 -6
  41. package/styles/tailwind-dark.css +183 -6
  42. package/styles/tailwind.css +183 -6
package/CHANGELOG.md CHANGED
@@ -6,6 +6,46 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
10
+ - `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
11
+ - `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
12
+
13
+ ## 20.1.51 (2022-04-26)
14
+
15
+ ### Grid
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I367001` - Script error thrown when adding rows with template has been fixed.
20
+ - `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
21
+ - `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
22
+ - `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
23
+ - `#I370329,#I373234` - Command column not working properly for default action is fixed.
24
+ - `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
25
+
26
+ ## 20.1.48 (2022-04-12)
27
+
28
+ ### Grid
29
+
30
+ #### Bug Fixes
31
+
32
+ - `#I372376` - Infinite scrolling with grouping and hidden columns breaks collapse issue has been fixed.
33
+ - `#I369133` - Editing data not maintained when scroll down on the page with infinite scrolling enabled is fixed.
34
+ - `#I367996` - `RowDragandDrop` not working when column template is defined is fixed
35
+ - `#FB31703` - Focus issue after Searching in Grid with `infiniteScroll` enabled has been fixed.
36
+ - `#I371887` - `FilterTemplate` is not working when `showFilterBarOperator` enabled has been fixed.
37
+ - `#I362536` - Column template does not render in movable content when using `ngif` has been fixed.
38
+ - `#I367660` - Script error wile editing with frozen columns and `virtualization` has been fixed.
39
+ - `#I372812` - Show/hide the template column refreshed the Grid has been fixed.
40
+ - `#I369861` - Provided support to customize the caption row style on exporting through the `exportGroupCaption` event.
41
+ - `#I372461` - Filter operator was incorrect when the `ShowFilterBarOperator` option was set to true with initial filter.
42
+
43
+ ## 20.1.47 (2022-04-04)
44
+
45
+ ### Grid
46
+
47
+ #### Bug Fixes
48
+
9
49
  - `#I368223` - Filtering on the date column with a null value in the array issue has been fixed.
10
50
  - `#F171832` - Pdf grid header text colour is not updated properly in `pdfHeaderQueryCellInfo` event issue has been fixed.
11
51
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 20.1.47
3
+ * version : 20.1.52
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;