@syncfusion/ej2-angular-spreadsheet 30.1.38 → 30.1.39-ngcc

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
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Spreadsheet
6
+
7
+ #### Features
8
+
9
+ - **Improved Excel import performance:** Added support to skip styles and formats during Excel file import using the server-side library. This optimization reduces the generated JSON size and significantly improves rendering speed, especially for large or style-heavy Excel files.
10
+
11
+ #### Bug fixes
12
+
13
+ - `#I733762` - Issue with "`IF` formula with string values being mistakenly considered as date values and returning the wrong result" has been resolved.
14
+
5
15
  ## 29.1.33 (2025-03-25)
6
16
 
7
17
  ### Spreadsheet
package/package.json CHANGED
@@ -1,44 +1,30 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-angular-spreadsheet@29.2.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-1ba27qQVCe3bY/kgIvR7qeRca4qNxOcHklcaQ4zuyD+qw1r+le/PtQod/WBpk9Og5L47Xp39BBTCZrLlsKTL0g==",
6
- "_location": "/@syncfusion/ej2-angular-spreadsheet",
7
- "_phantomChildren": {},
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-development/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-29.2.0.tgz",
23
- "_shasum": "801c156a8fae7a9d354d46685fe16050e3982049",
24
- "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
- "_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\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-spreadsheet",
3
+ "version": "30.1.39-ngcc",
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": "~30.1.37",
35
9
  "@syncfusion/ej2-base": "~30.1.38",
36
- "@syncfusion/ej2-spreadsheet": "30.1.38"
10
+ "@syncfusion/ej2-angular-base": "~30.1.37",
11
+ "@syncfusion/ej2-spreadsheet": "30.1.39"
37
12
  },
38
- "deprecated": false,
39
- "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
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
- "fesm2015": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
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": "30.1.38"
41
+ "homepage": "https://www.syncfusion.com/angular-components"
73
42
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet";
2
- export declare const pkgVer = "^29.2.0";
2
+ export declare const pkgVer = "^29.1.34";
3
3
  export declare const moduleName = "SpreadsheetModule";
4
- export declare const themeVer = "~29.2.0";
4
+ export declare const themeVer = "~29.1.34";
@@ -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 = '^30.1.38';
4
+ exports.pkgVer = '^30.1.39';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~30.1.38';
6
+ exports.themeVer = '~30.1.39';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^30.1.38';
3
- export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~30.1.38';
1
+ export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
+ export const pkgVer = '^30.1.39';
3
+ export const moduleName = 'SpreadsheetModule';
4
+ export const themeVer = '~30.1.39';