@syncfusion/ej2-react-spreadsheet 19.4.47 → 19.4.53
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 +76 -0
- package/README.md +1 -1
- package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +11 -1
- package/styles/bootstrap5.css +11 -1
- package/styles/spreadsheet/bootstrap5-dark.css +11 -1
- package/styles/spreadsheet/bootstrap5.css +11 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,82 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `SF-367008` - Data range is not updated properly while doing auto fill action issue resolved.
|
|
10
|
+
- `SF-367016` - Script error occurs while performing auto fit action on hidden first column after freeze pane issue resolved.
|
|
11
|
+
- `SF-364894` - Filtering is not proper in finite mode with less row count issue resolved.
|
|
12
|
+
- `SF-367010` - Rows are corrupted on clear filtering action, when the rows are scroll down to bottom issue resolved.
|
|
13
|
+
- `SF-367011` - Script error occurs while scrolling up after clearing the large filtered data issue resolved.
|
|
14
|
+
- `SF-367014` - Content area scrolled improperly while entering large data in a cell issue resolved.
|
|
15
|
+
- `SF-366314` - Horizontal scrolling is not proper after filtering with freeze pane issue resolved.
|
|
16
|
+
- `SF-367009` - Scrolling is not proper after filtering the data with freeze row issue resolved.
|
|
17
|
+
- `SF-362961` - Formula cell reference not updated properly for other sheets while inserting rows issue resolved.
|
|
18
|
+
- `SF-362920` - Cell value is updated while selecting the find next button issue resolved.
|
|
19
|
+
- `SF-362962` - Undo and redo actions show invalid expressions in some cases issue resolved.
|
|
20
|
+
- `SF-359655` - Improvement for find and replace functionality with locked cells provided.
|
|
21
|
+
- `SF-362996` - Invalid error when formula range is updated issue resolved.
|
|
22
|
+
|
|
23
|
+
## 19.4.52 (2022-02-15)
|
|
24
|
+
|
|
25
|
+
### Spreadsheet
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `SF-360092` - Cell navigation occurs while performing key navigation in cell template drop-down popup issue resolved.
|
|
30
|
+
- `SF-361817` - Row alignment and cell selection is not proper with large font size during scrolling issue resolved.
|
|
31
|
+
|
|
32
|
+
## 19.4.50 (2022-02-08)
|
|
33
|
+
|
|
34
|
+
### Spreadsheet
|
|
35
|
+
|
|
36
|
+
#### New Features
|
|
37
|
+
|
|
38
|
+
- `F169781`, `SF-351357` - Provided filtering, sorting, show/hide rows and columns functionalities for freeze pane enabled spreadsheet.
|
|
39
|
+
- `SF-359671`, `SF-356044`, `SF-361047` - `actionBegin` event triggered for undo / redo actions. Added `isUndo` and `isRedo` property in undo and redo action respectively to differentiate it from the regular action.
|
|
40
|
+
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- `SF-354603` - Thousand separator is not working properly for custom number format issue has been fixed.
|
|
44
|
+
- `SF-349643` - Excel with external file link takes more time to load issue fixed.
|
|
45
|
+
- `SF-362947` - Cascading cell values does not get updated properly for imported file issue has been fixed.
|
|
46
|
+
- `SF-362574` - After filtering the cell validation `isHighlighted` property is enabled and updated wrongly on other cells while scrolling issue resolved.
|
|
47
|
+
- `SF-362013` - Dependent cells are not getting updated in unique formula issue has been fixed.
|
|
48
|
+
- `SF-353164` - Value property is not available while cell containing formula in saved JSON issue has been fixed.
|
|
49
|
+
- `SF-360130` - Conditional formatting is not working properly when insert/delete rows and columns issue has been fixed.
|
|
50
|
+
- `SF-362001` - Copy and paste is not work properly with conditional formatting when save and load the spreadsheet as JSON issue has been fixed.
|
|
51
|
+
- `SF-362018` - Script error on clearing column data validation issue is resolved.
|
|
52
|
+
- `SF-362567` - Data is not updated in the list validation when row is inserted issue has been fixed.
|
|
53
|
+
|
|
54
|
+
## 19.4.48 (2022-01-31)
|
|
55
|
+
|
|
56
|
+
### Spreadsheet
|
|
57
|
+
|
|
58
|
+
#### New Features
|
|
59
|
+
|
|
60
|
+
- `SF-358321` - Triggered `beforeCellUpdate` event before updating the properties of the cell model while doing actions like editing, copy / paste and data validation, etc. Using this event, you can prevent the particular action.
|
|
61
|
+
|
|
62
|
+
#### Bug Fixes
|
|
63
|
+
|
|
64
|
+
- `SF-361363` - Autofill does not hide when selection is in hidden range after undo & redo on filtered rows issue has been fixed.
|
|
65
|
+
- `SF-355507` - Copy indicator height when copy and pasting a wrap cell issue has been fixed.
|
|
66
|
+
- `SF-361367` - Script error while pasting large range data on data validation applied cell in editing mode issue has been fixed.
|
|
67
|
+
- `SF-361580` - Provided cancel argument in action begin event for cell delete and autofill.
|
|
68
|
+
- `SF-360962` - Toolbar item not disable with protect sheet issue and edit alert dialog customization support provided.
|
|
69
|
+
|
|
70
|
+
## 19.4.47 (2022-01-25)
|
|
71
|
+
|
|
72
|
+
### Spreadsheet
|
|
73
|
+
|
|
74
|
+
#### Bug Fixes
|
|
75
|
+
|
|
76
|
+
- `SF-357914` - Multi range custom sort alert dialog not showing issue resolved.
|
|
77
|
+
- `SF-360957` - Spinner loads endlessly while importing an excel file issue resolved.
|
|
78
|
+
|
|
79
|
+
## 19.4.43 (2022-01-18)
|
|
80
|
+
|
|
81
|
+
### Spreadsheet
|
|
82
|
+
|
|
83
|
+
#### Bug Fixes
|
|
84
|
+
|
|
9
85
|
- `SF-354173`, `SF-360223`, `SF-360057` - Selection misalignment and script error on undo operation after resize the row.
|
|
10
86
|
- `SF-360109` - While copy paste the merge cell with all borders, the left border is missing in pasted cell.
|
|
11
87
|
- `SF-360465, SF-360473` - Undo action for deleted column which is before the viewport area causes script error and selection misalignment issue resolved.
|
package/README.md
CHANGED
|
@@ -84,4 +84,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
|
|
|
84
84
|
|
|
85
85
|
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
86
86
|
|
|
87
|
-
© Copyright
|
|
87
|
+
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.53
|
|
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@19.4.52",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-qMK85CcLpnJIu6NZf3k0ubRe1WtQEWmq00oJfbcYhQbTNocUNNshQNLY38nyaX13DKu9HvrYxPnfMhm4DQv6JA==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.4.52.tgz",
|
|
23
|
+
"_shasum": "687296ead3579b1c5a55c0598a5dddc2ec28ed35",
|
|
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.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~19.4.53",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "19.4.53"
|
|
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.
|
|
68
|
+
"version": "19.4.53",
|
|
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: #
|
|
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;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3852,12 +3852,18 @@
|
|
|
3852
3852
|
background-color: transparent;
|
|
3853
3853
|
border-color: transparent;
|
|
3854
3854
|
box-shadow: none;
|
|
3855
|
-
color: #
|
|
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: #
|
|
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: #
|
|
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;
|