@syncfusion/ej2-react-spreadsheet 20.2.38 → 20.2.39

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,6 +6,21 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I390848` - Issue with "sort method is not working as expected for the date type" has been resolved.
10
+ - `#I390792` - Issue with "chart object is not updated properly in the cell model after deleting an already created chart element" has been resolved.
11
+ - `#I390792` - Issue with "script error occurs while switching chart theme and changing chart type" has been resolved.
12
+ - `#I391056` - Issue with "selection is not updated properly after filtering and scrolling which causes copying invalid data" has been resolved.
13
+ - `#I390628` - Issue with "find toolbar dialog is misaligned while resizing the browser" has been resolved.
14
+ - `#I390628` - Filtered hidden rows are considered during find action issue has been resolved.
15
+ - `#I390638` - Issue with "exception throws while unhiding the hidden rows, after selecting a column and perform a Cut action" has been resolved.
16
+ - `#I390638` - Issue with "exception throws while scrolling with multi selection in the freeze pane" has been resolved.
17
+
18
+ ## 20.2.38 (2022-07-12)
19
+
20
+ ### Spreadsheet
21
+
22
+ #### Bug Fixes
23
+
9
24
  - `#I384048` - The issue of copied values being removed after saving when unique is applied is resolved.
10
25
  - `#I379174` - After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.
11
26
  - `#I386574` - The exception thrown with font size pixel values while exporting is resolved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.umd.min.js
3
- * version : 20.2.38
3
+ * version : 20.2.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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@20.2.36",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@20.2.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-5WdnP1yVsSh28FH4lOV7GyokgwO0CnV2hbd447SPRGGxFypebEiRcKANQMfgTJ8tLvDOwa0OhOnYSHw2bqYzTQ==",
5
+ "_integrity": "sha512-61j3kD6V8blC+udyW3sokq/YOdXaeBpRTG6SJ49nCDwPUs+NWdypCEsgHW5l6e5uKgcR6kbGVqxu6OCQ4VxrcQ==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.2.36.tgz",
23
- "_shasum": "253b024bb8fe4692d246ef248b8504dd2d2852e5",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.2.38.tgz",
23
+ "_shasum": "e4b73b64c79eecc342b7bf42022ebb9f4acae9f8",
24
24
  "_spec": "@syncfusion/ej2-react-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~20.2.38",
35
35
  "@syncfusion/ej2-react-base": "~20.2.38",
36
- "@syncfusion/ej2-spreadsheet": "20.2.38"
36
+ "@syncfusion/ej2-spreadsheet": "20.2.39"
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",
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
67
67
  },
68
- "version": "20.2.38",
68
+ "version": "20.2.39",
69
69
  "sideEffects": false
70
70
  }
@@ -994,7 +994,7 @@
994
994
  cursor: pointer;
995
995
  }
996
996
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
997
- color: #00e;
997
+ color: inherit;
998
998
  text-decoration: underline;
999
999
  }
1000
1000
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1000,7 +1000,7 @@
1000
1000
  cursor: pointer;
1001
1001
  }
1002
1002
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1003
- color: #00e;
1003
+ color: inherit;
1004
1004
  text-decoration: underline;
1005
1005
  }
1006
1006
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1039,7 +1039,7 @@
1039
1039
  cursor: pointer;
1040
1040
  }
1041
1041
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1042
- color: #00e;
1042
+ color: inherit;
1043
1043
  text-decoration: underline;
1044
1044
  }
1045
1045
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1047,7 +1047,7 @@
1047
1047
  cursor: pointer;
1048
1048
  }
1049
1049
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1050
- color: #0dcaf0;
1050
+ color: inherit;
1051
1051
  text-decoration: underline;
1052
1052
  }
1053
1053
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1047,7 +1047,7 @@
1047
1047
  cursor: pointer;
1048
1048
  }
1049
1049
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1050
- color: #0dcaf0;
1050
+ color: inherit;
1051
1051
  text-decoration: underline;
1052
1052
  }
1053
1053
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -970,7 +970,7 @@
970
970
  cursor: pointer;
971
971
  }
972
972
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
973
- color: #00e;
973
+ color: inherit;
974
974
  text-decoration: underline;
975
975
  }
976
976
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
package/styles/fabric.css CHANGED
@@ -973,7 +973,7 @@
973
973
  cursor: pointer;
974
974
  }
975
975
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
976
- color: #00e;
976
+ color: inherit;
977
977
  text-decoration: underline;
978
978
  }
979
979
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1026,7 +1026,7 @@
1026
1026
  cursor: pointer;
1027
1027
  }
1028
1028
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1029
- color: #038387;
1029
+ color: inherit;
1030
1030
  text-decoration: underline;
1031
1031
  }
1032
1032
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
package/styles/fluent.css CHANGED
@@ -1026,7 +1026,7 @@
1026
1026
  cursor: pointer;
1027
1027
  }
1028
1028
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1029
- color: #038387;
1029
+ color: inherit;
1030
1030
  text-decoration: underline;
1031
1031
  }
1032
1032
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -415,7 +415,7 @@
415
415
  cursor: pointer;
416
416
  }
417
417
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
418
- color: #00e;
418
+ color: inherit;
419
419
  text-decoration: underline;
420
420
  }
421
421
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -973,7 +973,7 @@
973
973
  cursor: pointer;
974
974
  }
975
975
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
976
- color: #00e;
976
+ color: inherit;
977
977
  text-decoration: underline;
978
978
  }
979
979
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1026,7 +1026,7 @@
1026
1026
  cursor: pointer;
1027
1027
  }
1028
1028
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1029
- color: #00e;
1029
+ color: inherit;
1030
1030
  text-decoration: underline;
1031
1031
  }
1032
1032
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1054,7 +1054,7 @@
1054
1054
  cursor: pointer;
1055
1055
  }
1056
1056
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1057
- color: #00e;
1057
+ color: inherit;
1058
1058
  text-decoration: underline;
1059
1059
  }
1060
1060
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -994,7 +994,7 @@
994
994
  cursor: pointer;
995
995
  }
996
996
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
997
- color: #00e;
997
+ color: inherit;
998
998
  text-decoration: underline;
999
999
  }
1000
1000
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1000,7 +1000,7 @@
1000
1000
  cursor: pointer;
1001
1001
  }
1002
1002
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1003
- color: #00e;
1003
+ color: inherit;
1004
1004
  text-decoration: underline;
1005
1005
  }
1006
1006
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1039,7 +1039,7 @@
1039
1039
  cursor: pointer;
1040
1040
  }
1041
1041
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1042
- color: #00e;
1042
+ color: inherit;
1043
1043
  text-decoration: underline;
1044
1044
  }
1045
1045
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1047,7 +1047,7 @@
1047
1047
  cursor: pointer;
1048
1048
  }
1049
1049
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1050
- color: #0dcaf0;
1050
+ color: inherit;
1051
1051
  text-decoration: underline;
1052
1052
  }
1053
1053
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1047,7 +1047,7 @@
1047
1047
  cursor: pointer;
1048
1048
  }
1049
1049
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1050
- color: #0dcaf0;
1050
+ color: inherit;
1051
1051
  text-decoration: underline;
1052
1052
  }
1053
1053
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -970,7 +970,7 @@
970
970
  cursor: pointer;
971
971
  }
972
972
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
973
- color: #00e;
973
+ color: inherit;
974
974
  text-decoration: underline;
975
975
  }
976
976
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -973,7 +973,7 @@
973
973
  cursor: pointer;
974
974
  }
975
975
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
976
- color: #00e;
976
+ color: inherit;
977
977
  text-decoration: underline;
978
978
  }
979
979
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1026,7 +1026,7 @@
1026
1026
  cursor: pointer;
1027
1027
  }
1028
1028
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1029
- color: #038387;
1029
+ color: inherit;
1030
1030
  text-decoration: underline;
1031
1031
  }
1032
1032
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1026,7 +1026,7 @@
1026
1026
  cursor: pointer;
1027
1027
  }
1028
1028
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1029
- color: #038387;
1029
+ color: inherit;
1030
1030
  text-decoration: underline;
1031
1031
  }
1032
1032
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -415,7 +415,7 @@
415
415
  cursor: pointer;
416
416
  }
417
417
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
418
- color: #00e;
418
+ color: inherit;
419
419
  text-decoration: underline;
420
420
  }
421
421
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -973,7 +973,7 @@
973
973
  cursor: pointer;
974
974
  }
975
975
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
976
- color: #00e;
976
+ color: inherit;
977
977
  text-decoration: underline;
978
978
  }
979
979
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1026,7 +1026,7 @@
1026
1026
  cursor: pointer;
1027
1027
  }
1028
1028
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1029
- color: #00e;
1029
+ color: inherit;
1030
1030
  text-decoration: underline;
1031
1031
  }
1032
1032
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1054,7 +1054,7 @@
1054
1054
  cursor: pointer;
1055
1055
  }
1056
1056
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1057
- color: #00e;
1057
+ color: inherit;
1058
1058
  text-decoration: underline;
1059
1059
  }
1060
1060
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1020,7 +1020,7 @@
1020
1020
  cursor: pointer;
1021
1021
  }
1022
1022
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1023
- color: #38bdf8;
1023
+ color: inherit;
1024
1024
  text-decoration: underline;
1025
1025
  }
1026
1026
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1020,7 +1020,7 @@
1020
1020
  cursor: pointer;
1021
1021
  }
1022
1022
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1023
- color: #0e7490;
1023
+ color: inherit;
1024
1024
  text-decoration: underline;
1025
1025
  }
1026
1026
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1021,7 +1021,7 @@
1021
1021
  cursor: pointer;
1022
1022
  }
1023
1023
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1024
- color: #38bdf8;
1024
+ color: inherit;
1025
1025
  text-decoration: underline;
1026
1026
  }
1027
1027
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
@@ -1021,7 +1021,7 @@
1021
1021
  cursor: pointer;
1022
1022
  }
1023
1023
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1024
- color: #0e7490;
1024
+ color: inherit;
1025
1025
  text-decoration: underline;
1026
1026
  }
1027
1027
  .e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {