@syncfusion/ej2-react-spreadsheet 19.4.41 → 19.4.48

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,41 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.47 (2022-01-25)
6
+
7
+ ### Spreadsheet
8
+
9
+ #### Bug Fixes
10
+
11
+ - `SF-357914` - Multi range custom sort alert dialog not showing issue resolved.
12
+ - `SF-360957` - Spinner loads endlessly while importing an excel file issue resolved.
13
+
14
+ ## 19.4.43 (2022-01-18)
15
+
16
+ ### Spreadsheet
17
+
18
+ #### Bug Fixes
19
+
20
+ - `SF-354173`, `SF-360223`, `SF-360057` - Selection misalignment and script error on undo operation after resize the row.
21
+ - `SF-360109` - While copy paste the merge cell with all borders, the left border is missing in pasted cell.
22
+ - `SF-360465, SF-360473` - Undo action for deleted column which is before the viewport area causes script error and selection misalignment issue resolved.
23
+ - `SF-356947` - Row height not proper while applying larger font size when row set as custom height issue resolved.
24
+
25
+ ## 19.4.42 (2022-01-11)
26
+
27
+ ### Spreadsheet
28
+
29
+ #### Bug Fixes
30
+
31
+ - `SF-360112` - Script error occurs on continuous undo and redo operation for filtering action issue resolved.
32
+ - `SF-361036`, `SF-361123` - Copy paste is not working properly on filtered rows issue has been fixed.
33
+ - `SF-360222` - Sorting is not working properly after undo issue has been fixed.
34
+ - `SF-352381` - Data not rendered properly on horizontal scrolling in finite mode issue resolved.
35
+ - `F171297` - Importing excel file contains conditional formatting with formula throws script error issue has been fixed.
36
+ - `SF-359221` - Insert row not working properly while virtual scrolling is disabled issue is fixed.
37
+
38
+ ## 19.4.41 (2022-01-04)
39
+
5
40
  ### Spreadsheet
6
41
 
7
42
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.umd.min.js
3
- * version : 19.4.41
3
+ * version : 19.4.48
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@19.4.40",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@19.4.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-cS6Bb4hFe7B53XRcoXkGgfaO8C3OvCIUOt5XUr4V+Nzph2g5+cvwXPVpxsQxKjiwfFxYvMZFe+n62fYQSDKZEg==",
5
+ "_integrity": "sha512-KGxyXLRop0GJdNfYENGpJzLtFZDhGrRQNb9X3deDjLMDwsv0ZZm9rVJMMo8L+EhfThSDRxj+OIZxhDXLWAhnBg==",
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-19.4.40.tgz",
23
- "_shasum": "386581ae230b1485db3b74fc13259cbe791fa240",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.4.47.tgz",
23
+ "_shasum": "ba735326a6771aede5752e283563603375d21424",
24
24
  "_spec": "@syncfusion/ej2-react-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.38",
35
- "@syncfusion/ej2-react-base": "~19.4.38",
36
- "@syncfusion/ej2-spreadsheet": "19.4.41"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-react-base": "~19.4.48",
36
+ "@syncfusion/ej2-spreadsheet": "19.4.48"
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": "19.4.41",
68
+ "version": "19.4.48",
69
69
  "sideEffects": false
70
70
  }
@@ -3852,12 +3852,18 @@
3852
3852
  background-color: transparent;
3853
3853
  border-color: transparent;
3854
3854
  box-shadow: none;
3855
- color: #343a40;
3855
+ color: #adb5bd;
3856
3856
  }
3857
3857
 
3858
3858
  .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) {
3859
3859
  background: #5c636a;
3860
3860
  border-color: transparent;
3861
+ color: #fff;
3862
+ }
3863
+
3864
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,
3865
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn {
3866
+ color: #fff;
3861
3867
  }
3862
3868
 
3863
3869
  .e-spreadsheet .e-aggregate-list.e-flat.e-active {
@@ -3865,6 +3871,10 @@
3865
3871
  border-color: transparent;
3866
3872
  }
3867
3873
 
3874
+ .e-spreadsheet .e-aggregate-list.e-flat.e-active, .e-spreadsheet .e-aggregate-list.e-flat:focus {
3875
+ color: #fff;
3876
+ }
3877
+
3868
3878
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
3869
3879
  background-color: transparent;
3870
3880
  border-color: transparent;
@@ -3852,12 +3852,18 @@
3852
3852
  background-color: transparent;
3853
3853
  border-color: transparent;
3854
3854
  box-shadow: none;
3855
- color: #fff;
3855
+ color: #6c757d;
3856
3856
  }
3857
3857
 
3858
3858
  .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) {
3859
3859
  background: #5c636a;
3860
3860
  border-color: transparent;
3861
+ color: #fff;
3862
+ }
3863
+
3864
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,
3865
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn {
3866
+ color: #fff;
3861
3867
  }
3862
3868
 
3863
3869
  .e-spreadsheet .e-aggregate-list.e-flat.e-active {
@@ -3865,6 +3871,10 @@
3865
3871
  border-color: transparent;
3866
3872
  }
3867
3873
 
3874
+ .e-spreadsheet .e-aggregate-list.e-flat.e-active, .e-spreadsheet .e-aggregate-list.e-flat:focus {
3875
+ color: #fff;
3876
+ }
3877
+
3868
3878
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
3869
3879
  background-color: transparent;
3870
3880
  border-color: transparent;
@@ -3852,12 +3852,18 @@
3852
3852
  background-color: transparent;
3853
3853
  border-color: transparent;
3854
3854
  box-shadow: none;
3855
- color: #343a40;
3855
+ color: #adb5bd;
3856
3856
  }
3857
3857
 
3858
3858
  .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) {
3859
3859
  background: #5c636a;
3860
3860
  border-color: transparent;
3861
+ color: #fff;
3862
+ }
3863
+
3864
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,
3865
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn {
3866
+ color: #fff;
3861
3867
  }
3862
3868
 
3863
3869
  .e-spreadsheet .e-aggregate-list.e-flat.e-active {
@@ -3865,6 +3871,10 @@
3865
3871
  border-color: transparent;
3866
3872
  }
3867
3873
 
3874
+ .e-spreadsheet .e-aggregate-list.e-flat.e-active, .e-spreadsheet .e-aggregate-list.e-flat:focus {
3875
+ color: #fff;
3876
+ }
3877
+
3868
3878
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
3869
3879
  background-color: transparent;
3870
3880
  border-color: transparent;
@@ -3852,12 +3852,18 @@
3852
3852
  background-color: transparent;
3853
3853
  border-color: transparent;
3854
3854
  box-shadow: none;
3855
- color: #fff;
3855
+ color: #6c757d;
3856
3856
  }
3857
3857
 
3858
3858
  .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) {
3859
3859
  background: #5c636a;
3860
3860
  border-color: transparent;
3861
+ color: #fff;
3862
+ }
3863
+
3864
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,
3865
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn {
3866
+ color: #fff;
3861
3867
  }
3862
3868
 
3863
3869
  .e-spreadsheet .e-aggregate-list.e-flat.e-active {
@@ -3865,6 +3871,10 @@
3865
3871
  border-color: transparent;
3866
3872
  }
3867
3873
 
3874
+ .e-spreadsheet .e-aggregate-list.e-flat.e-active, .e-spreadsheet .e-aggregate-list.e-flat:focus {
3875
+ color: #fff;
3876
+ }
3877
+
3868
3878
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
3869
3879
  background-color: transparent;
3870
3880
  border-color: transparent;