@syncfusion/ej2-angular-grids 19.4.40 → 19.4.47

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 (41) 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 +47 -0
  6. package/README.md +1 -1
  7. package/dist/ej2-angular-grids.umd.js +2 -1
  8. package/dist/ej2-angular-grids.umd.js.map +1 -1
  9. package/dist/ej2-angular-grids.umd.min.js +2 -2
  10. package/package.json +8 -8
  11. package/schematics/utils/lib-details.d.ts +2 -2
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/styles/bootstrap-dark.css +6 -4
  15. package/styles/bootstrap.css +6 -4
  16. package/styles/bootstrap4.css +6 -4
  17. package/styles/bootstrap5-dark.css +6 -5
  18. package/styles/bootstrap5.css +6 -5
  19. package/styles/excel-filter/bootstrap5-dark.css +0 -1
  20. package/styles/excel-filter/bootstrap5.css +0 -1
  21. package/styles/fabric-dark.css +6 -4
  22. package/styles/fabric.css +6 -4
  23. package/styles/grid/bootstrap-dark.css +6 -4
  24. package/styles/grid/bootstrap.css +6 -4
  25. package/styles/grid/bootstrap4.css +6 -4
  26. package/styles/grid/bootstrap5-dark.css +6 -5
  27. package/styles/grid/bootstrap5.css +6 -5
  28. package/styles/grid/fabric-dark.css +6 -4
  29. package/styles/grid/fabric.css +6 -4
  30. package/styles/grid/highcontrast-light.css +6 -4
  31. package/styles/grid/highcontrast.css +6 -4
  32. package/styles/grid/material-dark.css +6 -4
  33. package/styles/grid/material.css +6 -4
  34. package/styles/grid/tailwind-dark.css +6 -4
  35. package/styles/grid/tailwind.css +6 -4
  36. package/styles/highcontrast-light.css +6 -4
  37. package/styles/highcontrast.css +6 -4
  38. package/styles/material-dark.css +6 -4
  39. package/styles/material.css +6 -4
  40. package/styles/tailwind-dark.css +6 -4
  41. package/styles/tailwind.css +6 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,53 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#SF-361888` - Gird rows are hide when called `groupCollapseAll` without grouping is fixed.
10
+ - `#SF-362860` - Last column header cell border issue has been fixed.
11
+ - `#SF-357202` - Wrong operator while filtering with Excel filter search box is fixed.
12
+ - `#SF-362140` - Script error while selecting the row with `virtualization` issue has been fixed.
13
+ - `#FB-31236` - Multi-column sorting missing sort number indicators issue has been fixed.
14
+ - `#FB-31556` - Row Height misalignment when show/hide the template column with frozen Grid is fixed.
15
+ - `#F171116` - Border is not apply properly in the Excel exporting has been fixed.
16
+
17
+ ## 19.4.43 (2022-01-18)
18
+
19
+ ### Grid
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#SF-359831` - Script error thrown in frozen grid while hiding the column through column chooser with aggregates issue has been fixed.
24
+ - `#SF-359248` - Script error thrown if frozen grid have empty records with `PersistSelection` feature issue has been fixed.
25
+ - `#F171949` - Script error while filtering with `UrlAdaptor` is resolved.
26
+
27
+ ## 19.4.42 (2022-01-11)
28
+
29
+ ### Grid
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#SF-361124` - Script error when filtering with excel filter in other components issue has been fixed.
34
+ - `#SF-354931` - While locking the column with enable frozen right feature, the frozen column is not moving issue has been fixed.
35
+ - `#SF-356095` - Scroll position issue while `updateRow` method with infinite scroll has been fixed.
36
+ - `#SF-358560` - Scroll is prevented with `LazyLoadGrouping` cache mode issue has been fixed.
37
+ - `#SF-358281` - `ActionBegin` event paging arguments cancel is not properly getting cancelled is fixed.
38
+ - `#F171308` - Filter query is not generate properly when filter the null value in `OdataAdaptor` and `OdataV4Adaptor` is resolved.
39
+
40
+ ## 19.4.41 (2022-01-04)
41
+
42
+ ### Grid
43
+
44
+ #### Bug Fixes
45
+
46
+ - `#SF-313743` - Created event is not triggered when changing the locale is fixed.
47
+ - `#SF-354968` - Column dataSource is changed after dropdown editing a `foreignkey` column is fixed.
48
+ - `#F170844` - Borderline is not applied properly in stacked column has been fixed.
49
+
50
+ ## 19.4.40 (2021-12-28)
51
+
52
+ ### Grid
53
+
54
+ #### Bug Fixes
55
+
9
56
  - `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
10
57
  - `#I357254` - Outline is displayed in excel export has been fixed.
11
58
  - `#FB30729` - Filter dialog position issue when enable virtual scrolling is fixed.
package/README.md CHANGED
@@ -78,4 +78,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
78
78
 
79
79
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/grids/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-data-grid-npm)
80
80
 
81
- © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
81
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 19.4.40
3
+ * version : 19.4.47
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
@@ -1425,6 +1425,7 @@ exports.destroyChildGrid = ej2Grids.destroyChildGrid;
1425
1425
  exports.stickyScrollComplete = ej2Grids.stickyScrollComplete;
1426
1426
  exports.captionActionComplete = ej2Grids.captionActionComplete;
1427
1427
  exports.refreshInfinitePersistSelection = ej2Grids.refreshInfinitePersistSelection;
1428
+ exports.refreshInfiniteEditrowindex = ej2Grids.refreshInfiniteEditrowindex;
1428
1429
  exports.rowCell = ej2Grids.rowCell;
1429
1430
  exports.gridHeader = ej2Grids.gridHeader;
1430
1431
  exports.gridContent = ej2Grids.gridContent;