@syncfusion/ej2-angular-spreadsheet 29.2.5 → 29.2.8
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 +10 -2
- package/package.json +22 -53
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I714036` - Issue with "custom data validation formula containing double quotes with cell reference is altered unexpectedly" has been resolved.
|
|
10
10
|
|
|
11
11
|
## 29.1.41 (2025-05-06)
|
|
12
12
|
|
|
@@ -1389,7 +1389,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1389
1389
|
- **Save:** Provides option to save spreadsheet data as excel file.
|
|
1390
1390
|
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
|
|
1391
1391
|
- **Localization:** Provides inherent support to localize the UI.
|
|
1392
|
-
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.## 29.2.
|
|
1392
|
+
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.## 29.2.5 (2025-05-21)
|
|
1393
|
+
|
|
1394
|
+
### Spreadsheet
|
|
1395
|
+
|
|
1396
|
+
#### Bug fixes
|
|
1397
|
+
|
|
1398
|
+
- `#I719002` - Issue with "exception occurs when exporting a Spreadsheet with a sheet name longer than 31 characters" has been resolved.
|
|
1399
|
+
|
|
1400
|
+
## 29.2.4 (2025-05-14)
|
|
1393
1401
|
|
|
1394
1402
|
### Spreadsheet
|
|
1395
1403
|
|
package/package.json
CHANGED
|
@@ -1,44 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-spreadsheet@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-spreadsheet",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-spreadsheet",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-29.2.4.tgz",
|
|
23
|
-
"_shasum": "a27e95e9b722d35294cf97c1dc48f49979230b2f",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-spreadsheet@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
|
|
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-spreadsheet",
|
|
3
|
+
"version": "29.2.8",
|
|
4
|
+
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
35
9
|
"@syncfusion/ej2-base": "~29.2.4",
|
|
36
|
-
"@syncfusion/ej2-
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
11
|
+
"@syncfusion/ej2-spreadsheet": "29.2.8"
|
|
37
12
|
},
|
|
38
|
-
"
|
|
39
|
-
|
|
13
|
+
"keywords": [
|
|
14
|
+
"angular",
|
|
15
|
+
"angular-spreadsheet"
|
|
16
|
+
],
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
20
|
+
},
|
|
21
|
+
"sideEffects": false,
|
|
22
|
+
"module": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
40
23
|
"es2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
41
24
|
"esm2020": "esm2020/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
25
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
26
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
27
|
+
"typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
|
|
42
28
|
"exports": {
|
|
43
29
|
"./package.json": {
|
|
44
30
|
"default": "./package.json"
|
|
@@ -52,22 +38,5 @@
|
|
|
52
38
|
"default": "./fesm2020/syncfusion-ej2-angular-spreadsheet.mjs"
|
|
53
39
|
}
|
|
54
40
|
},
|
|
55
|
-
"
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
-
"keywords": [
|
|
59
|
-
"angular",
|
|
60
|
-
"angular-spreadsheet"
|
|
61
|
-
],
|
|
62
|
-
"license": "SEE LICENSE IN license",
|
|
63
|
-
"module": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
|
|
64
|
-
"name": "@syncfusion/ej2-angular-spreadsheet",
|
|
65
|
-
"repository": {
|
|
66
|
-
"type": "git",
|
|
67
|
-
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
68
|
-
},
|
|
69
|
-
"schematics": "./schematics/collection.json",
|
|
70
|
-
"sideEffects": false,
|
|
71
|
-
"typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
|
|
72
|
-
"version": "29.2.5"
|
|
41
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
73
42
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-spreadsheet';
|
|
4
|
-
exports.pkgVer = '^29.2.
|
|
4
|
+
exports.pkgVer = '^29.2.8';
|
|
5
5
|
exports.moduleName = 'SpreadsheetModule';
|
|
6
|
-
exports.themeVer = '~29.2.
|
|
6
|
+
exports.themeVer = '~29.2.8';
|