@syncfusion/ej2-angular-grids 19.3.57 → 19.4.42

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 (65) 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 +45 -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 +68 -12
  15. package/styles/bootstrap.css +68 -12
  16. package/styles/bootstrap4.css +68 -12
  17. package/styles/bootstrap5-dark.css +70 -14
  18. package/styles/bootstrap5.css +70 -14
  19. package/styles/excel-filter/bootstrap-dark.css +3 -3
  20. package/styles/excel-filter/bootstrap.css +3 -3
  21. package/styles/excel-filter/bootstrap4.css +3 -3
  22. package/styles/excel-filter/bootstrap5-dark.css +3 -4
  23. package/styles/excel-filter/bootstrap5.css +3 -4
  24. package/styles/excel-filter/fabric-dark.css +3 -3
  25. package/styles/excel-filter/fabric.css +3 -3
  26. package/styles/excel-filter/highcontrast-light.css +3 -3
  27. package/styles/excel-filter/highcontrast.css +3 -3
  28. package/styles/excel-filter/material-dark.css +3 -3
  29. package/styles/excel-filter/material.css +3 -3
  30. package/styles/excel-filter/tailwind-dark.css +3 -3
  31. package/styles/excel-filter/tailwind.css +3 -3
  32. package/styles/fabric-dark.css +73 -17
  33. package/styles/fabric.css +68 -12
  34. package/styles/grid/bootstrap-dark.css +43 -3
  35. package/styles/grid/bootstrap.css +43 -3
  36. package/styles/grid/bootstrap4.css +43 -3
  37. package/styles/grid/bootstrap5-dark.css +44 -4
  38. package/styles/grid/bootstrap5.css +44 -4
  39. package/styles/grid/fabric-dark.css +48 -8
  40. package/styles/grid/fabric.css +43 -3
  41. package/styles/grid/highcontrast-light.css +47 -7
  42. package/styles/grid/highcontrast.css +47 -7
  43. package/styles/grid/material-dark.css +43 -3
  44. package/styles/grid/material.css +43 -3
  45. package/styles/grid/tailwind-dark.css +46 -6
  46. package/styles/grid/tailwind.css +46 -6
  47. package/styles/highcontrast-light.css +72 -16
  48. package/styles/highcontrast.css +72 -16
  49. package/styles/material-dark.css +68 -12
  50. package/styles/material.css +68 -12
  51. package/styles/pager/bootstrap-dark.css +22 -6
  52. package/styles/pager/bootstrap.css +22 -6
  53. package/styles/pager/bootstrap4.css +22 -6
  54. package/styles/pager/bootstrap5-dark.css +23 -7
  55. package/styles/pager/bootstrap5.css +23 -7
  56. package/styles/pager/fabric-dark.css +22 -6
  57. package/styles/pager/fabric.css +22 -6
  58. package/styles/pager/highcontrast-light.css +22 -6
  59. package/styles/pager/highcontrast.css +22 -6
  60. package/styles/pager/material-dark.css +22 -6
  61. package/styles/pager/material.css +22 -6
  62. package/styles/pager/tailwind-dark.css +23 -7
  63. package/styles/pager/tailwind.css +23 -7
  64. package/styles/tailwind-dark.css +72 -16
  65. package/styles/tailwind.css +72 -16
package/CHANGELOG.md CHANGED
@@ -6,6 +6,51 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#SF-361124` - Script error when filtering with excel filter in other components issue has been fixed.
10
+ - `#SF-354931` - While locking the column with enable frozen right feature, the frozen column is not moving issue has been fixed.
11
+ - `#SF-356095` - Scroll position issue while `updateRow` method with infinite scroll has been fixed.
12
+ - `#SF-358560` - Scroll is prevented with `LazyLoadGrouping` cache mode issue has been fixed.
13
+ - `#SF-358281` - `ActionBegin` event paging arguments cancel is not properly getting cancelled is fixed.
14
+ - `#F171308` - Filter query is not generate properly when filter the null value in `OdataAdaptor` and `OdataV4Adaptor` is resolved.
15
+
16
+ ## 19.4.41 (2022-01-04)
17
+
18
+ ### Grid
19
+
20
+ #### Bug Fixes
21
+
22
+ - `#SF-313743` - Created event is not triggered when changing the locale is fixed.
23
+ - `#SF-354968` - Column dataSource is changed after dropdown editing a `foreignkey` column is fixed.
24
+ - `#F170844` - Borderline is not applied properly in stacked column has been fixed.
25
+
26
+ ## 19.4.40 (2021-12-28)
27
+
28
+ ### Grid
29
+
30
+ #### Bug Fixes
31
+
32
+ - `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
33
+ - `#I357254` - Outline is displayed in excel export has been fixed.
34
+ - `#FB30729` - Filter dialog position issue when enable virtual scrolling is fixed.
35
+ - `#I356122` - `actionComplete` event is trigger after row reorder is performed has been fixed.
36
+ - `#I359292` - Script error thrown while clear filtering with disabled column menu is fixed.
37
+
38
+ ## 19.4.38 (2021-12-17)
39
+
40
+ ### Grid
41
+
42
+ #### Bug Fixes
43
+
44
+ - `#F170844` - Borderline issue in stacked column has been fixed.
45
+ - `#I355438` - Event argument type issue in `actionComplete` event while filtering is fixed.
46
+ - `#F170531` - wrong row information while clicking the custom sub context menu items id fixed.
47
+
48
+ ## 19.3.57 (2021-12-07)
49
+
50
+ ### Grid
51
+
52
+ #### Bug Fixes
53
+
9
54
  - `#I356474` - `captionTemplate` property type issue has been fixed.
10
55
  - `#F170289` - Header misalignment when printing the Grid with grouped column, issue has been fixed.
11
56
  - `#I348807` - Row selected automatically when `persistSelection` enabled 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 2019 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.3.57
3
+ * version : 19.4.42
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;