@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.
Files changed (55) hide show
  1. package/CHANGELOG.md +8 -29
  2. package/dist/ej2-react-spreadsheet.min.js +1 -1
  3. package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
  4. package/package.json +11 -11
  5. package/styles/bootstrap-dark.css +1 -4114
  6. package/styles/bootstrap.css +1 -4174
  7. package/styles/bootstrap4.css +1 -4220
  8. package/styles/bootstrap5-dark.css +1 -4254
  9. package/styles/bootstrap5.css +1 -4254
  10. package/styles/fabric-dark.css +1 -4092
  11. package/styles/fabric.css +1 -4109
  12. package/styles/fluent-dark.css +1 -4215
  13. package/styles/fluent.css +1 -4215
  14. package/styles/highcontrast-light.css +1 -3496
  15. package/styles/highcontrast.css +1 -4126
  16. package/styles/material-dark.css +1 -4156
  17. package/styles/material.css +1 -4184
  18. package/styles/material3-dark.css +1 -4602
  19. package/styles/material3.css +1 -4714
  20. package/styles/spreadsheet/bootstrap-dark.css +1 -3933
  21. package/styles/spreadsheet/bootstrap.css +1 -3963
  22. package/styles/spreadsheet/bootstrap4.css +1 -4050
  23. package/styles/spreadsheet/bootstrap5-dark.css +1 -4035
  24. package/styles/spreadsheet/bootstrap5.css +1 -4035
  25. package/styles/spreadsheet/fabric-dark.css +1 -3913
  26. package/styles/spreadsheet/fabric.css +1 -3919
  27. package/styles/spreadsheet/fluent-dark.css +1 -4024
  28. package/styles/spreadsheet/fluent.css +1 -4024
  29. package/styles/spreadsheet/highcontrast-light.css +1 -3320
  30. package/styles/spreadsheet/highcontrast.css +1 -3932
  31. package/styles/spreadsheet/material-dark.css +1 -3975
  32. package/styles/spreadsheet/material.css +1 -3991
  33. package/styles/spreadsheet/material3-dark.css +1 -4403
  34. package/styles/spreadsheet/material3.css +1 -4459
  35. package/styles/spreadsheet/tailwind-dark.css +1 -4233
  36. package/styles/spreadsheet/tailwind.css +1 -3996
  37. package/styles/spreadsheet-ribbon/bootstrap-dark.css +1 -180
  38. package/styles/spreadsheet-ribbon/bootstrap.css +1 -210
  39. package/styles/spreadsheet-ribbon/bootstrap4.css +1 -169
  40. package/styles/spreadsheet-ribbon/bootstrap5-dark.css +1 -218
  41. package/styles/spreadsheet-ribbon/bootstrap5.css +1 -218
  42. package/styles/spreadsheet-ribbon/fabric-dark.css +1 -178
  43. package/styles/spreadsheet-ribbon/fabric.css +1 -189
  44. package/styles/spreadsheet-ribbon/fluent-dark.css +1 -190
  45. package/styles/spreadsheet-ribbon/fluent.css +1 -190
  46. package/styles/spreadsheet-ribbon/highcontrast-light.css +1 -175
  47. package/styles/spreadsheet-ribbon/highcontrast.css +1 -193
  48. package/styles/spreadsheet-ribbon/material-dark.css +1 -180
  49. package/styles/spreadsheet-ribbon/material.css +1 -192
  50. package/styles/spreadsheet-ribbon/material3-dark.css +1 -198
  51. package/styles/spreadsheet-ribbon/material3.css +1 -254
  52. package/styles/spreadsheet-ribbon/tailwind-dark.css +1 -193
  53. package/styles/spreadsheet-ribbon/tailwind.css +1 -193
  54. package/styles/tailwind-dark.css +1 -4427
  55. 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
- #### Bug Fixes
7
+ #### Features
10
8
 
11
- - `#I512609` - Issue with "aria-label is updated as undefined while changing the cell value using `updateCell` method" has been resolved.
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
- - `#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
-
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 : 23.2.7
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 : 23.2.7
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@23.2.7",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@20.28.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-EMsfWi8qBPJf2ZVFnKlUqMwFjIEziWMnIBX/3fv6gjG17f3Yq369/VjE5r6/L80sZVo4yC4E6r7COUFBSOzFzg==",
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://registry.npmjs.org/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-23.2.7.tgz",
23
- "_shasum": "e795754e6fe79993aba482cf4ec8110470c77108",
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": "D:\\December 2023\\custom package\\schedule",
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": "~23.2.6",
35
- "@syncfusion/ej2-react-base": "~23.2.5",
36
- "@syncfusion/ej2-spreadsheet": "23.2.7-15960"
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
- "sideEffects": false,
57
- "version": "23.2.7-15960"
58
- }
56
+ "version": "24.1.41",
57
+ "sideEffects": false
58
+ }