@syncfusion/ej2-react-spreadsheet 24.1.44 → 24.1.45

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
@@ -6,7 +6,7 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
- - `#I861504` - Issue with "sheet names are not displayed completely after adding multiple sheets and performing a swipe action on mobile devices" has been resolved.
9
+ - `#I863473` - Issue with "copying and pasting the cell reference value of a specific column, such as (AF,BF...), results in a `#REF` error" has been resolved.
10
10
 
11
11
  ## 24.1.41 (2023-12-18)
12
12
 
@@ -1315,6 +1315,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1315
1315
  - **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.
1316
1316
 
1317
1317
 
1318
+ ## 24.1.44 (2024-01-03)
1319
+
1320
+ ### Spreadsheet
1321
+
1322
+ #### Bug fixes
1323
+
1324
+ - `#I861504` - Issue with "sheet names are not displayed completely after adding multiple sheets and performing a swipe action on mobile devices" has been resolved.
1325
+
1318
1326
  ## 24.1.43 (2023-12-27)
1319
1327
 
1320
1328
  ### Spreadsheet
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.min.js
3
- * version : 24.1.44
3
+ * version : 24.1.45
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 : 24.1.44
3
+ * version : 24.1.45
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@24.1.43",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@24.1.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-TfCK7YcPhL4akbGQ1PrTEVREZhQURy0hAZapJTXAFRYDJNWKD0c4A1rdSb8qdT0BsLtPqCEHsF8+1KGZz8zjqw==",
5
+ "_integrity": "sha512-9Cz8A2q4tvzkhqHpz04ksPJzQavaB2TttPTYjAIXsNfufgf24/DunYd8dtZSXAyQPAP/o3Bp+u6H8eK37paA0Q==",
6
6
  "_location": "/@syncfusion/ej2-react-spreadsheet",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,21 +19,23 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-24.1.43.tgz",
23
- "_shasum": "a9dbf6bd23d015af248e8128f04f4178429aa00d",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-24.1.44.tgz",
23
+ "_shasum": "010aa5614936a5efc0b2c8aa979fa867fc76f0f3",
24
24
  "_spec": "@syncfusion/ej2-react-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
29
29
  "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
30
+ "url": "https://github.com/syncfusion/ej2-react-spreadsheet/issues"
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~24.1.42",
35
35
  "@syncfusion/ej2-react-base": "~24.1.41",
36
- "@syncfusion/ej2-spreadsheet": "24.1.44"
36
+ "@syncfusion/ej2-spreadsheet": "24.1.45",
37
+ "awesome-typescript-loader": "^3.1.3",
38
+ "source-map-loader": "^0.2.1"
37
39
  },
38
40
  "deprecated": false,
39
41
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
@@ -41,9 +43,9 @@
41
43
  "es2015": "dist/es6/ej2-react-spreadsheet.es2015.js",
42
44
  "homepage": "https://www.syncfusion.com/react-components",
43
45
  "keywords": [
44
- "react",
45
- "reactjs",
46
- "react-spreadsheet"
46
+ "ej2",
47
+ "syncfusion",
48
+ "ej2-react-spreadsheet"
47
49
  ],
48
50
  "license": "SEE LICENSE IN license",
49
51
  "main": "./dist/ej2-react-spreadsheet.umd.min.js",
@@ -51,8 +53,8 @@
51
53
  "name": "@syncfusion/ej2-react-spreadsheet",
52
54
  "repository": {
53
55
  "type": "git",
54
- "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
+ "url": "git+https://github.com/syncfusion/ej2-react-spreadsheet.git"
55
57
  },
56
- "version": "24.1.44",
58
+ "version": "24.1.45",
57
59
  "sideEffects": false
58
60
  }