@syncfusion/ej2-react-spreadsheet 23.1.42 → 23.2.4
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,26 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 23.1.44 (2023-11-07)
|
|
6
|
+
|
|
7
|
+
### Spreadsheet
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I512609` - Issue with "aria-label is updated as undefined while changing the cell value using `updateCell` method" has been resolved.
|
|
12
|
+
|
|
13
|
+
#### Bug fixes
|
|
14
|
+
|
|
15
|
+
- `#I511813` - Issue with "toolbar items are not swiped properly in the mobile device" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 23.1.42 (2023-10-24)
|
|
18
|
+
|
|
19
|
+
### Spreadsheet
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#I509149` - Issue with "row model is not properly updated when the sheet model is constructed with the range property and provided as an argument to the `insertSheet` method for new sheet creation" has been resolved.
|
|
24
|
+
|
|
5
25
|
## 23.1.38 (2023-09-26)
|
|
6
26
|
|
|
7
27
|
### Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.umd.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-spreadsheet@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-spreadsheet@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@23.1.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-F5M+1i0Z5H25Ap5ahecmZl67T5ebP2xgWqwDEn/HP6DwFE6Uu97fsi48Aw+P3twNl0BstRCl7VyvL5HrCxD0rQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-23.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-23.1.44.tgz",
|
|
23
|
+
"_shasum": "5203194ccbe31d13b6592f6505c8683f22b8e17d",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-spreadsheet@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~23.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~23.
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "23.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.2.4",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~23.2.4",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "23.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "23.
|
|
56
|
+
"version": "23.2.4",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|
|
@@ -13,7 +13,7 @@ export interface SpreadsheetTypecast {
|
|
|
13
13
|
export declare class SpreadsheetComponent extends Spreadsheet {
|
|
14
14
|
state: Readonly<{
|
|
15
15
|
children?: React.ReactNode | React.ReactNode[];
|
|
16
|
-
}> & Readonly<SpreadsheetModel
|
|
16
|
+
}> & Readonly<SpreadsheetModel | DefaultHtmlAttributes | SpreadsheetTypecast>;
|
|
17
17
|
setState: any;
|
|
18
18
|
private getDefaultAttributes;
|
|
19
19
|
initRenderCalled: boolean;
|
|
@@ -26,7 +26,7 @@ export declare class SpreadsheetComponent extends Spreadsheet {
|
|
|
26
26
|
private immediateRender;
|
|
27
27
|
props: Readonly<{
|
|
28
28
|
children?: React.ReactNode | React.ReactNode[];
|
|
29
|
-
}> & Readonly<SpreadsheetModel
|
|
29
|
+
}> & Readonly<SpreadsheetModel | DefaultHtmlAttributes | SpreadsheetTypecast>;
|
|
30
30
|
forceUpdate: (callBack?: () => any) => void;
|
|
31
31
|
context: Object;
|
|
32
32
|
portals: any;
|