@syncfusion/ej2-angular-grids 19.4.38 → 19.4.43
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.
- package/@syncfusion/ej2-angular-grids.es5.js +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +45 -0
- package/README.md +1 -1
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/grid/bootstrap-dark.css +2 -1
- package/styles/grid/bootstrap.css +2 -1
- package/styles/grid/bootstrap4.css +2 -1
- package/styles/grid/bootstrap5-dark.css +2 -1
- package/styles/grid/bootstrap5.css +2 -1
- package/styles/grid/fabric-dark.css +2 -1
- package/styles/grid/fabric.css +2 -1
- package/styles/grid/highcontrast-light.css +2 -1
- package/styles/grid/highcontrast.css +2 -1
- package/styles/grid/material-dark.css +2 -1
- package/styles/grid/material.css +2 -1
- package/styles/grid/tailwind-dark.css +2 -1
- package/styles/grid/tailwind.css +2 -1
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,51 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#SF-359831` - Script error thrown in frozen grid while hiding the column through column chooser with aggregates issue has been fixed.
|
|
10
|
+
- `#SF-359248` - Script error thrown if frozen grid have empty records with `PersistSelection` feature issue has been fixed.
|
|
11
|
+
- `#F171949` - Script error while filtering with `UrlAdaptor` is resolved.
|
|
12
|
+
|
|
13
|
+
## 19.4.42 (2022-01-11)
|
|
14
|
+
|
|
15
|
+
### Grid
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#SF-361124` - Script error when filtering with excel filter in other components issue has been fixed.
|
|
20
|
+
- `#SF-354931` - While locking the column with enable frozen right feature, the frozen column is not moving issue has been fixed.
|
|
21
|
+
- `#SF-356095` - Scroll position issue while `updateRow` method with infinite scroll has been fixed.
|
|
22
|
+
- `#SF-358560` - Scroll is prevented with `LazyLoadGrouping` cache mode issue has been fixed.
|
|
23
|
+
- `#SF-358281` - `ActionBegin` event paging arguments cancel is not properly getting cancelled is fixed.
|
|
24
|
+
- `#F171308` - Filter query is not generate properly when filter the null value in `OdataAdaptor` and `OdataV4Adaptor` is resolved.
|
|
25
|
+
|
|
26
|
+
## 19.4.41 (2022-01-04)
|
|
27
|
+
|
|
28
|
+
### Grid
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- `#SF-313743` - Created event is not triggered when changing the locale is fixed.
|
|
33
|
+
- `#SF-354968` - Column dataSource is changed after dropdown editing a `foreignkey` column is fixed.
|
|
34
|
+
- `#F170844` - Borderline is not applied properly in stacked column has been fixed.
|
|
35
|
+
|
|
36
|
+
## 19.4.40 (2021-12-28)
|
|
37
|
+
|
|
38
|
+
### Grid
|
|
39
|
+
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
- `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
|
|
43
|
+
- `#I357254` - Outline is displayed in excel export has been fixed.
|
|
44
|
+
- `#FB30729` - Filter dialog position issue when enable virtual scrolling is fixed.
|
|
45
|
+
- `#I356122` - `actionComplete` event is trigger after row reorder is performed has been fixed.
|
|
46
|
+
- `#I359292` - Script error thrown while clear filtering with disabled column menu is fixed.
|
|
47
|
+
|
|
48
|
+
## 19.4.38 (2021-12-17)
|
|
49
|
+
|
|
50
|
+
### Grid
|
|
51
|
+
|
|
52
|
+
#### Bug Fixes
|
|
53
|
+
|
|
9
54
|
- `#F170844` - Borderline issue in stacked column has been fixed.
|
|
10
55
|
- `#I355438` - Event argument type issue in `actionComplete` event while filtering is fixed.
|
|
11
56
|
- `#F170531` - wrong row information while clicking the custom sub context menu items id 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
|
|
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.
|
|
3
|
+
* version : 19.4.43
|
|
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;
|