@syncfusion/ej2-angular-grids 27.1.48 → 27.1.50
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/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I625709` - The issue with adding/editing when the grid component is rendered inside the Dialog component has been resolved.
|
|
10
|
+
- `#I628534` - The problem with the `BatchDelete` and `beforeBatchDelete` event arguments not being correct during bulk delete actions has been resolved.
|
|
11
|
+
- `#I631245` - The issue with the Cancel Interface in the `beforeDataBound` event arguments has been resolved.
|
|
12
|
+
- `#FB61172` - The issue with padding being added to the first cell during grid cell selection in the Material 3 theme has been resolved.
|
|
13
|
+
- `#FB60975` - The issue where the cell was not highlighted when selecting a row using a method in the EJ2 Grid has been resolved.
|
|
14
|
+
- `#I630248`, `#I631004` - The issue where the `minWidth` was not respected during window resizing has been resolved.
|
|
15
|
+
- `#I629597` - The issue with excel custom filter with the second empty filter not applied to the grid has been resolved.
|
|
16
|
+
- `#I631424` - The issue where the `AutoFill` position was not adjusted to corresponding cells when resizing the window has been resolved.
|
|
17
|
+
- `#I633357` - The issue with vertical expansion when dragging with long names and text wrap enabled has been resolved.
|
|
18
|
+
- `#I629718` - Grid didn't rendered properly while using the individual scripts has been fixed.
|
|
19
|
+
- `#I632793` - `getSelectedRecords` is not working properly has been resolved.
|
|
20
|
+
- `#I628424` - Header indent cell overlapped in a stacked frozen grid with grouped columns is fixed.
|
|
21
|
+
|
|
22
|
+
## 27.1.48 (2024-09-18)
|
|
23
|
+
|
|
24
|
+
### Grid
|
|
25
|
+
|
|
7
26
|
#### Features
|
|
8
27
|
|
|
9
28
|
- `#FB3775` - The `ODataV4` functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@27.1.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-xiGn/y6eTSBfNyBfK7+3qhKOeC2On9ZK/JyywpM0/UkegpptJrXPLni9ZETsrSAwtMHT7kE2Ch20I6lmZ+aqnA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-27.1.48.tgz",
|
|
23
|
+
"_shasum": "70d544937afd810df67fb5baeffc0b141e8719cf",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,10 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~27.1.
|
|
35
|
-
"@syncfusion/ej2-base": "~27.1.
|
|
36
|
-
"@syncfusion/ej2-grids": "27.1.
|
|
37
|
-
"tslib": "^2.3.0"
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~27.1.50",
|
|
35
|
+
"@syncfusion/ej2-base": "~27.1.50",
|
|
36
|
+
"@syncfusion/ej2-grids": "27.1.50"
|
|
38
37
|
},
|
|
39
38
|
"deprecated": false,
|
|
40
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
@@ -73,5 +72,5 @@
|
|
|
73
72
|
"schematics": "./schematics/collection.json",
|
|
74
73
|
"sideEffects": false,
|
|
75
74
|
"typings": "syncfusion-ej2-angular-grids.d.ts",
|
|
76
|
-
"version": "27.1.
|
|
75
|
+
"version": "27.1.50"
|
|
77
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^1.
|
|
2
|
+
export declare const pkgVer = "^27.1.48";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~1.
|
|
4
|
+
export declare const themeVer = "~27.1.48";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^27.1.
|
|
4
|
+
exports.pkgVer = '^27.1.50';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~27.1.
|
|
6
|
+
exports.themeVer = '~27.1.50';
|