@syncfusion/ej2-react-spreadsheet 23.2.7-15960 → 24.1.41
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 +8 -29
- package/dist/ej2-react-spreadsheet.min.js +1 -1
- package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
- package/package.json +11 -11
- package/styles/bootstrap-dark.css +1 -4114
- package/styles/bootstrap.css +1 -4174
- package/styles/bootstrap4.css +1 -4220
- package/styles/bootstrap5-dark.css +1 -4254
- package/styles/bootstrap5.css +1 -4254
- package/styles/fabric-dark.css +1 -4092
- package/styles/fabric.css +1 -4109
- package/styles/fluent-dark.css +1 -4215
- package/styles/fluent.css +1 -4215
- package/styles/highcontrast-light.css +1 -3496
- package/styles/highcontrast.css +1 -4126
- package/styles/material-dark.css +1 -4156
- package/styles/material.css +1 -4184
- package/styles/material3-dark.css +1 -4602
- package/styles/material3.css +1 -4714
- package/styles/spreadsheet/bootstrap-dark.css +1 -3933
- package/styles/spreadsheet/bootstrap.css +1 -3963
- package/styles/spreadsheet/bootstrap4.css +1 -4050
- package/styles/spreadsheet/bootstrap5-dark.css +1 -4035
- package/styles/spreadsheet/bootstrap5.css +1 -4035
- package/styles/spreadsheet/fabric-dark.css +1 -3913
- package/styles/spreadsheet/fabric.css +1 -3919
- package/styles/spreadsheet/fluent-dark.css +1 -4024
- package/styles/spreadsheet/fluent.css +1 -4024
- package/styles/spreadsheet/highcontrast-light.css +1 -3320
- package/styles/spreadsheet/highcontrast.css +1 -3932
- package/styles/spreadsheet/material-dark.css +1 -3975
- package/styles/spreadsheet/material.css +1 -3991
- package/styles/spreadsheet/material3-dark.css +1 -4403
- package/styles/spreadsheet/material3.css +1 -4459
- package/styles/spreadsheet/tailwind-dark.css +1 -4233
- package/styles/spreadsheet/tailwind.css +1 -3996
- package/styles/spreadsheet-ribbon/bootstrap-dark.css +1 -180
- package/styles/spreadsheet-ribbon/bootstrap.css +1 -210
- package/styles/spreadsheet-ribbon/bootstrap4.css +1 -169
- package/styles/spreadsheet-ribbon/bootstrap5-dark.css +1 -218
- package/styles/spreadsheet-ribbon/bootstrap5.css +1 -218
- package/styles/spreadsheet-ribbon/fabric-dark.css +1 -178
- package/styles/spreadsheet-ribbon/fabric.css +1 -189
- package/styles/spreadsheet-ribbon/fluent-dark.css +1 -190
- package/styles/spreadsheet-ribbon/fluent.css +1 -190
- package/styles/spreadsheet-ribbon/highcontrast-light.css +1 -175
- package/styles/spreadsheet-ribbon/highcontrast.css +1 -193
- package/styles/spreadsheet-ribbon/material-dark.css +1 -180
- package/styles/spreadsheet-ribbon/material.css +1 -192
- package/styles/spreadsheet-ribbon/material3-dark.css +1 -198
- package/styles/spreadsheet-ribbon/material3.css +1 -254
- package/styles/spreadsheet-ribbon/tailwind-dark.css +1 -193
- package/styles/spreadsheet-ribbon/tailwind.css +1 -193
- package/styles/tailwind-dark.css +1 -4427
- package/styles/tailwind.css +1 -4190
package/CHANGELOG.md
CHANGED
|
@@ -2,33 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 23.1.44 (2023-11-07)
|
|
6
|
-
|
|
7
5
|
### Spreadsheet
|
|
8
6
|
|
|
9
|
-
####
|
|
7
|
+
#### Features
|
|
10
8
|
|
|
11
|
-
- `#
|
|
9
|
+
- `#I477190` - Now, provided support for displaying a confirmation dialog before opening an Excel file that contains an external workbook references.
|
|
10
|
+
- The following new formulas added to the Spreadsheet.
|
|
11
|
+
- LOOKUP, VLOOKUP, HLOOKUP.
|
|
12
|
+
- SQRT, RSQ, ROUNDDOWN, EOMONTH, NOT.
|
|
12
13
|
|
|
13
14
|
#### Bug fixes
|
|
14
15
|
|
|
15
|
-
- `#
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
|
|
25
|
-
## 23.1.38 (2023-09-26)
|
|
26
|
-
|
|
27
|
-
### Spreadsheet
|
|
28
|
-
|
|
29
|
-
#### Bug Fixes
|
|
30
|
-
|
|
31
|
-
- `#I499291`, `#I496936` - Issue with "`ESC` key and edit mode functionality don't work properly when rendering the spreadsheet inside the dialog" has been resolved.
|
|
16
|
+
- `#I524351` - Issue with "`font-family` with space is incorrectly imported into the component" has been resolved.
|
|
17
|
+
- `#I515364` - Issue with "cell selection is not working as expected on the mobile device" has been resolved.
|
|
18
|
+
- `#I523898` - Issue with "selection issue occurs while applying the `Cosmic Sans MS` font family to the custom height applied row cells" has been resolved.
|
|
32
19
|
|
|
33
20
|
## 23.1.36 (2023-09-15)
|
|
34
21
|
|
|
@@ -1320,14 +1307,6 @@ The Spreadsheet is an user interactive component to organize and analyze data in
|
|
|
1320
1307
|
- **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.
|
|
1321
1308
|
|
|
1322
1309
|
|
|
1323
|
-
## 23.1.40 (2023-10-10)
|
|
1324
|
-
|
|
1325
|
-
### Spreadsheet
|
|
1326
|
-
|
|
1327
|
-
#### Bug fixes
|
|
1328
|
-
|
|
1329
|
-
- `#I849431` - Issue with "exception throws while exporting as excel file after deleting the sheet with defined names" has been resolved.
|
|
1330
|
-
|
|
1331
1310
|
## 21.1.39 (2023-04-11)
|
|
1332
1311
|
|
|
1333
1312
|
### Spreadsheet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 24.1.41
|
|
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 :
|
|
3
|
+
* version : 24.1.41
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@20.28.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-tnToPU+ap3s1c4NBgwrNQb6KceuD+P1SAOqkv0neA27XXvTgnOVxeBOsXOD8eggJjaK+2mKqPkPj1rlAY8yybA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.28.2.tgz",
|
|
23
|
+
"_shasum": "1099e32646d0c0a402b0826c62cf422d865d920b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-spreadsheet@*",
|
|
25
|
-
"_where": "
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-react-base": "~
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "
|
|
34
|
+
"@syncfusion/ej2-base": "~24.1.41",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~24.1.41",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "24.1.41"
|
|
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
|
-
"
|
|
57
|
-
"
|
|
58
|
-
}
|
|
56
|
+
"version": "24.1.41",
|
|
57
|
+
"sideEffects": false
|
|
58
|
+
}
|