@syncfusion/ej2-angular-grids 31.1.17 → 31.1.20-769223
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 +12 -0
- package/package.json +24 -55
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I754033` - Fixed a problem where column resizing didn't work properly if the total column width was more than 100%.
|
|
10
|
+
- `#I762851` - Resolved an issue where clearing the filter caused the pagination dropdown to incorrectly show `All`.
|
|
11
|
+
- `#I750250` - Resolved a memory leak issue in the Grid component that occurred during the column reordering process.
|
|
12
|
+
- `#I762476` - Removed the `aria-selected` attribute from the detail row's expand and collapse icon cell to resolve an issue with screen reader compatibility.
|
|
13
|
+
- `#I761478` - Added clear type definitions to the `IFilterMUI` interface in the Grid component to improve type safety.
|
|
14
|
+
|
|
15
|
+
## 31.1.17 (2025-09-05)
|
|
16
|
+
|
|
17
|
+
### Grid
|
|
18
|
+
|
|
7
19
|
#### Features
|
|
8
20
|
|
|
9
21
|
- `#FB3775` - The `ODataV4` functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
|
package/package.json
CHANGED
|
@@ -1,44 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-grids@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-grids",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-grids",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-1.194.0.tgz",
|
|
23
|
-
"_shasum": "23e1d251e8455ccd5caa965cd13a892cd9530403",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-grids",
|
|
3
|
+
"version": "31.1.20-769223",
|
|
4
|
+
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
9
|
+
"@syncfusion/ej2-base": "~31.1.20",
|
|
34
10
|
"@syncfusion/ej2-angular-base": "~31.1.17",
|
|
35
|
-
"@syncfusion/ej2-
|
|
36
|
-
"@syncfusion/ej2-grids": "31.1.17"
|
|
11
|
+
"@syncfusion/ej2-grids": "31.1.20-769223"
|
|
37
12
|
},
|
|
38
|
-
"
|
|
39
|
-
|
|
13
|
+
"keywords": [
|
|
14
|
+
"angular",
|
|
15
|
+
"ng-grids",
|
|
16
|
+
"ej2-angular-grids",
|
|
17
|
+
"ej2-ng-grids"
|
|
18
|
+
],
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
22
|
+
},
|
|
23
|
+
"sideEffects": false,
|
|
24
|
+
"module": "fesm2015/syncfusion-ej2-angular-grids.mjs",
|
|
40
25
|
"es2020": "fesm2020/syncfusion-ej2-angular-grids.mjs",
|
|
41
26
|
"esm2020": "esm2020/syncfusion-ej2-angular-grids.mjs",
|
|
27
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-grids.mjs",
|
|
28
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-grids.mjs",
|
|
29
|
+
"typings": "syncfusion-ej2-angular-grids.d.ts",
|
|
42
30
|
"exports": {
|
|
43
31
|
"./package.json": {
|
|
44
32
|
"default": "./package.json"
|
|
@@ -52,24 +40,5 @@
|
|
|
52
40
|
"default": "./fesm2020/syncfusion-ej2-angular-grids.mjs"
|
|
53
41
|
}
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-grids.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
-
"keywords": [
|
|
59
|
-
"angular",
|
|
60
|
-
"ng-grids",
|
|
61
|
-
"ej2-angular-grids",
|
|
62
|
-
"ej2-ng-grids"
|
|
63
|
-
],
|
|
64
|
-
"license": "SEE LICENSE IN license",
|
|
65
|
-
"module": "fesm2015/syncfusion-ej2-angular-grids.mjs",
|
|
66
|
-
"name": "@syncfusion/ej2-angular-grids",
|
|
67
|
-
"repository": {
|
|
68
|
-
"type": "git",
|
|
69
|
-
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
70
|
-
},
|
|
71
|
-
"schematics": "./schematics/collection.json",
|
|
72
|
-
"sideEffects": false,
|
|
73
|
-
"typings": "syncfusion-ej2-angular-grids.d.ts",
|
|
74
|
-
"version": "31.1.17"
|
|
43
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
75
44
|
}
|
|
@@ -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 = '^31.1.
|
|
4
|
+
exports.pkgVer = '^31.1.20';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~31.1.
|
|
6
|
+
exports.themeVer = '~31.1.20';
|