@syncfusion/ej2-react-spreadsheet 19.3.58 → 19.4.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.
- package/CHANGELOG.md +65 -25
- package/README.md +1 -1
- package/dist/ej2-react-spreadsheet.umd.min.js +9 -0
- package/package.json +70 -70
- package/styles/bootstrap-dark.css +18 -6
- package/styles/bootstrap.css +18 -6
- package/styles/bootstrap4.css +23 -6
- package/styles/bootstrap5-dark.css +20 -7
- package/styles/bootstrap5.css +20 -7
- package/styles/fabric-dark.css +18 -6
- package/styles/fabric.css +18 -6
- package/styles/highcontrast-light.css +18 -6
- package/styles/highcontrast.css +18 -6
- package/styles/material-dark.css +20 -6
- package/styles/material.css +20 -6
- package/styles/spreadsheet/bootstrap-dark.css +18 -6
- package/styles/spreadsheet/bootstrap.css +18 -6
- package/styles/spreadsheet/bootstrap4.css +23 -6
- package/styles/spreadsheet/bootstrap5-dark.css +20 -7
- package/styles/spreadsheet/bootstrap5.css +20 -7
- package/styles/spreadsheet/fabric-dark.css +18 -6
- package/styles/spreadsheet/fabric.css +18 -6
- package/styles/spreadsheet/highcontrast-light.css +18 -6
- package/styles/spreadsheet/highcontrast.css +18 -6
- package/styles/spreadsheet/material-dark.css +20 -6
- package/styles/spreadsheet/material.css +20 -6
- package/styles/spreadsheet/tailwind-dark.css +18 -6
- package/styles/spreadsheet/tailwind.css +18 -6
- package/styles/tailwind-dark.css +18 -6
- package/styles/tailwind.css +18 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,45 +6,63 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `
|
|
10
|
-
- `
|
|
11
|
-
- `
|
|
12
|
-
- `
|
|
13
|
-
- `
|
|
14
|
-
- `
|
|
9
|
+
- `SF-360492` - Row height issue after performing undo operation has been resolved.
|
|
10
|
+
- `SF-353871` - Cell alignment issue while copy paste merge cell issue is fixed.
|
|
11
|
+
- `I349145`, `I347733` - Script error throws while set the height to hidden rows is resolved.
|
|
12
|
+
- `SF-360109` - Bottom border missing while paste merge applied cell issue fixed.
|
|
13
|
+
- `SF-354314` - External pasting formula cell which lies below the viewport not working issue has been fixed.
|
|
14
|
+
- `SF-354314` - Performance issue on copying large cells which contains custom number format has been fixed.
|
|
15
|
+
- `SF-359382` - Color applied for empty cell if less than condition value is in negative in conditional formatting issue has been fixed.
|
|
16
|
+
- `SF-359673` - Find and replace is not working after scrolling to bottom in finite mode issue has been fixed.
|
|
17
|
+
- `SF-357076`, `SF-360051` - If the column, row and select-all selection range contains a filtered range then, the sorting is applied to its filtered range.
|
|
18
|
+
- `SF-358133` - cell save event arguments are not proper for cut / paste action issue resolved.
|
|
19
|
+
- `SF-360303` - Selection issue while pasting the multiline character contained text in cell editing mode is resolved.
|
|
15
20
|
|
|
16
|
-
## 19.
|
|
21
|
+
## 19.4.40 (2021-12-28)
|
|
17
22
|
|
|
18
23
|
### Spreadsheet
|
|
19
24
|
|
|
20
|
-
####
|
|
21
|
-
|
|
22
|
-
- `I348582` - Shift selection on whole row makes viewport to scroll right issue has been resolved.
|
|
23
|
-
- `I347103` - Active cell value repeated for External paste issue is resolved.
|
|
24
|
-
- `F168772` - Sheet tab context-menu items disabled issue resolved.
|
|
25
|
-
- `I347888` - Insert/delete rows and columns on collaborative editing issues resolved.
|
|
26
|
-
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
27
|
-
- `I355103` - Gridlines are getting misaligned with row headers when resizing rows issue is fixed.
|
|
28
|
-
|
|
29
|
-
## 19.3.56 (2021-12-02)
|
|
25
|
+
#### New Features
|
|
30
26
|
|
|
31
|
-
|
|
27
|
+
- `I345022` - Alphanumeric support provided for autofill operation.
|
|
32
28
|
|
|
33
29
|
#### Bug Fixes
|
|
34
30
|
|
|
35
|
-
- `
|
|
36
|
-
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
37
|
-
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
38
|
-
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
39
|
-
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
31
|
+
- `SF-358411` - Cancelling the replace and replace all actions not working issue resolved. `actionBegin` and `actionComplete` event for `replace` action, the argument property name is changed as below.
|
|
40
32
|
|
|
41
|
-
|
|
33
|
+
- Previous name | Current name
|
|
34
|
+
- -----|-----
|
|
35
|
+
- `compareVal` | `compareValue`
|
|
36
|
+
- `SF-357609` - Filters added on empty cells which are outside the used range issue resolved.
|
|
37
|
+
- `SF-359059` - Console error on performing filter by cell value operation in cut cell issue resolved.
|
|
38
|
+
- `I347810` - Performance issue while paste 100000 cells in Spreadsheet is resolved.
|
|
39
|
+
- `I348364` - Script error while use freeze pane with \n in cell value issue is resolved.
|
|
40
|
+
- `F171230` - Cannot prevent pasting format using actionBegin while using Ctrl+V shortcut is resolved.
|
|
41
|
+
- `I346033` - Today formula is not working on import issue has been fixed.
|
|
42
|
+
- `I346033` - Custom currency format is not applied for zero value issue has been fixed.
|
|
43
|
+
- `I346033` - Text formula is not working with `ddd` format issue has been fixed.
|
|
44
|
+
- `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
|
|
45
|
+
- `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
|
|
46
|
+
- `SF-358418` - Image resize option problem has been fixed.
|
|
47
|
+
|
|
48
|
+
## 19.4.38 (2021-12-17)
|
|
42
49
|
|
|
43
50
|
### Spreadsheet
|
|
44
51
|
|
|
45
52
|
#### Bug Fixes
|
|
46
53
|
|
|
47
|
-
- `
|
|
54
|
+
- `SF-356190` - Not able to change the cell value using beforeCellSave event issue resolved.
|
|
55
|
+
- `I346629` - Cell alignment issue while copy paste merged cell from Excel to Spreadsheet issue resolved.
|
|
56
|
+
- `F169598` - Sorting issue with number formatted data is resolved.
|
|
57
|
+
- `I351813` - Border missing for last merged cell while doing autofill issue has been resolved.
|
|
58
|
+
- `I347937` - Selection issue while load data with row height less than 4 pixel is resolved.
|
|
59
|
+
- `I356364` - Script error while selecting autofill option after clicking the autofill icon issue resolved.
|
|
60
|
+
- `I348734` - Copy/paste with conditional formatting not working issue resolved.
|
|
61
|
+
- `I347888` - Insert/delete rows and columns are not working with collaborative editing issue resolved.
|
|
62
|
+
- `I348334` - Cell misalignment while applying wrap on the pasted data issue resolved.
|
|
63
|
+
- `I348741` - Conditional format highlighting and cell background color overlaps on wrapped cell issue resolved
|
|
64
|
+
- `I343781` - Merge breaks on column copy/paste action issue resolved.
|
|
65
|
+
- `I347103` - Copy and paste working incorrectly while copy data in backward direction issue resolved.
|
|
48
66
|
|
|
49
67
|
## 19.3.48 (2021-11-02)
|
|
50
68
|
|
|
@@ -71,6 +89,7 @@
|
|
|
71
89
|
- `I345133` - Cell selection misalignment on wrap applied Japanese characters issue resolved.
|
|
72
90
|
- `I345064` - Filtering issue on save and load JSON issue resolved.
|
|
73
91
|
- `I345959` - Custom sort with zero not working issue resolved.
|
|
92
|
+
- `I345577` - Selection misalignment occurs with the resized row issue resolved.
|
|
74
93
|
|
|
75
94
|
## 19.3.46 (2021-10-19)
|
|
76
95
|
|
|
@@ -149,6 +168,27 @@
|
|
|
149
168
|
|
|
150
169
|
- `I338652` - Script error while using the `useEffect` hook in react functional component issue resolved.
|
|
151
170
|
|
|
171
|
+
## 19.3.56 (2021-12-02)
|
|
172
|
+
|
|
173
|
+
### Spreadsheet
|
|
174
|
+
|
|
175
|
+
#### Bug Fixes
|
|
176
|
+
|
|
177
|
+
- `I347456` - Console error with 110% browser zoom in issue resolved.
|
|
178
|
+
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
179
|
+
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
180
|
+
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
181
|
+
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
182
|
+
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
183
|
+
|
|
184
|
+
## 19.3.55 (2021-11-23)
|
|
185
|
+
|
|
186
|
+
### Spreadsheet
|
|
187
|
+
|
|
188
|
+
#### Bug Fixes
|
|
189
|
+
|
|
190
|
+
- `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
|
|
191
|
+
|
|
152
192
|
## 19.2.62 (2021-09-14)
|
|
153
193
|
|
|
154
194
|
### Spreadsheet
|
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 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-react-spreadsheet.umd.min.js
|
|
3
|
+
* version : 19.4.41
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
1
10
|
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-spreadsheet")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-spreadsheet"],e):e(t.ej={},t.ej2ReactBase,t.React,t.ej2Spreadsheet)}(this,function(t,e,n,o){"use strict";var r=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.moduleName="sheet",e}(e.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.propertyName="sheets",e.moduleName="sheets",e}(e.ComplexBase),c=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return c(e,t),e.moduleName="row",e}(e.ComplexBase),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return c(e,t),e.propertyName="rows",e.moduleName="rows",e}(e.ComplexBase),s=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.moduleName="cell",e}(e.ComplexBase),f=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.propertyName="cells",e.moduleName="cells",e}(e.ComplexBase),m=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),y=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return m(e,t),e.moduleName="image",e}(e.ComplexBase),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return m(e,t),e.propertyName="image",e.moduleName="images",e}(e.ComplexBase),_=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return _(e,t),e.moduleName="chart",e}(e.ComplexBase),v=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return _(e,t),e.propertyName="chart",e.moduleName="charts",e}(e.ComplexBase),O=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),N=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.moduleName="column",e}(e.ComplexBase),j=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.propertyName="columns",e.moduleName="columns",e}(e.ComplexBase),C=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),w=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.moduleName="range",e}(e.ComplexBase),b=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.propertyName="ranges",e.moduleName="ranges",e}(e.ComplexBase),x=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),D=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return x(e,t),e.moduleName="conditionalFormat",e}(e.ComplexBase),P=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return x(e,t),e.propertyName="conditionalFormats",e.moduleName="conditionalFormats",e}(e.ComplexBase),B=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),g=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return B(e,t),e.moduleName="definedName",e}(e.ComplexBase),A=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return B(e,t),e.propertyName="definedNames",e.moduleName="definedNames",e}(e.ComplexBase),R=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={sheets:{sheet:{rows:{row:{cells:{cell:{images:"image",charts:"chart"}}}},columns:"column",ranges:"range",conditionalFormats:"conditionalFormat"}},definedNames:"definedName"},n.immediateRender=!1,n.portals=[],n}return R(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Spreadsheet);e.applyMixins(F,[e.ComponentBase,n.Component]),t.Inject=e.Inject,t.SheetDirective=i,t.SheetsDirective=u,t.RowDirective=a,t.RowsDirective=p,t.CellDirective=l,t.CellsDirective=f,t.ImageDirective=y,t.ImagesDirective=h,t.ChartDirective=d,t.ChartsDirective=v,t.ColumnDirective=N,t.ColumnsDirective=j,t.RangeDirective=w,t.RangesDirective=b,t.ConditionalFormatDirective=D,t.ConditionalFormatsDirective=P,t.DefinedNameDirective=g,t.DefinedNamesDirective=A,t.SpreadsheetComponent=F,Object.keys(o).forEach(function(e){t[e]=o[e]}),Object.defineProperty(t,"__esModule",{value:!0})});
|
|
2
11
|
//# sourceMappingURL=ej2-react-spreadsheet.umd.min.js.map
|
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
1
|
+
{
|
|
2
|
+
"_from": "@syncfusion/ej2-react-spreadsheet@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@19.4.40",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-cS6Bb4hFe7B53XRcoXkGgfaO8C3OvCIUOt5XUr4V+Nzph2g5+cvwXPVpxsQxKjiwfFxYvMZFe+n62fYQSDKZEg==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-react-spreadsheet",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-react-spreadsheet@*",
|
|
12
|
+
"name": "@syncfusion/ej2-react-spreadsheet",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-react-spreadsheet",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
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",
|
|
24
|
+
"_spec": "@syncfusion/ej2-react-spreadsheet@*",
|
|
25
|
+
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.38",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~19.4.38",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "19.4.41"
|
|
37
|
+
},
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "dist/es6/ej2-react-spreadsheet.es2015.js",
|
|
42
|
+
"homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"ej2",
|
|
45
|
+
"ej2-spreadsheet",
|
|
46
|
+
"syncfusion",
|
|
47
|
+
"web-components",
|
|
48
|
+
"typescript",
|
|
49
|
+
"javascript",
|
|
50
|
+
"spreadsheet",
|
|
51
|
+
"excel like spreadsheet",
|
|
52
|
+
"data",
|
|
53
|
+
"react",
|
|
54
|
+
"reactjs",
|
|
55
|
+
"react-spreadsheet",
|
|
56
|
+
"ej2-react-spreadsheet",
|
|
57
|
+
"react spreadsheet",
|
|
58
|
+
"react excel"
|
|
59
|
+
],
|
|
60
|
+
"license": "SEE LICENSE IN license",
|
|
61
|
+
"main": "./dist/ej2-react-spreadsheet.umd.min.js",
|
|
62
|
+
"module": "./index.js",
|
|
63
|
+
"name": "@syncfusion/ej2-react-spreadsheet",
|
|
64
|
+
"repository": {
|
|
65
|
+
"type": "git",
|
|
66
|
+
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
67
|
+
},
|
|
68
|
+
"version": "19.4.41",
|
|
69
|
+
"sideEffects": false
|
|
70
|
+
}
|
|
@@ -1209,6 +1209,7 @@
|
|
|
1209
1209
|
padding-left: 2px;
|
|
1210
1210
|
padding-right: 2px;
|
|
1211
1211
|
position: absolute;
|
|
1212
|
+
text-decoration: inherit;
|
|
1212
1213
|
width: 100%;
|
|
1213
1214
|
}
|
|
1214
1215
|
|
|
@@ -1312,8 +1313,8 @@
|
|
|
1312
1313
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1313
1314
|
background-color: #0070f0;
|
|
1314
1315
|
cursor: ns-resize;
|
|
1316
|
+
left: 50%;
|
|
1315
1317
|
position: absolute;
|
|
1316
|
-
right: 50%;
|
|
1317
1318
|
top: 0;
|
|
1318
1319
|
transform: translate(-50%, -50%);
|
|
1319
1320
|
}
|
|
@@ -1330,8 +1331,8 @@
|
|
|
1330
1331
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1331
1332
|
background-color: #0070f0;
|
|
1332
1333
|
cursor: ns-resize;
|
|
1334
|
+
left: 50%;
|
|
1333
1335
|
position: absolute;
|
|
1334
|
-
right: 50%;
|
|
1335
1336
|
top: 100%;
|
|
1336
1337
|
transform: translate(-50%, -50%);
|
|
1337
1338
|
}
|
|
@@ -2339,18 +2340,30 @@
|
|
|
2339
2340
|
margin: 4px 0;
|
|
2340
2341
|
}
|
|
2341
2342
|
|
|
2343
|
+
.e-spreadsheet .e-open-dlg {
|
|
2344
|
+
width: 340px;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2348
|
+
color: #dd2c2c;
|
|
2349
|
+
font-size: 12px;
|
|
2350
|
+
padding-top: 7px;
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2342
2353
|
.e-spreadsheet .e-find-dlg {
|
|
2343
2354
|
height: auto;
|
|
2344
2355
|
width: 442px;
|
|
2345
2356
|
}
|
|
2346
2357
|
|
|
2347
2358
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2348
|
-
|
|
2359
|
+
color: #dd2c2c;
|
|
2360
|
+
font-size: 12px;
|
|
2349
2361
|
padding-top: 7px;
|
|
2350
2362
|
}
|
|
2351
2363
|
|
|
2352
2364
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2353
|
-
|
|
2365
|
+
color: #dd2c2c;
|
|
2366
|
+
font-size: 12px;
|
|
2354
2367
|
padding-top: 7px;
|
|
2355
2368
|
}
|
|
2356
2369
|
|
|
@@ -2450,9 +2463,8 @@
|
|
|
2450
2463
|
bottom: 0;
|
|
2451
2464
|
float: right;
|
|
2452
2465
|
height: 18px;
|
|
2453
|
-
margin-right: -1px;
|
|
2454
2466
|
padding: 0;
|
|
2455
|
-
position:
|
|
2467
|
+
position: absolute;
|
|
2456
2468
|
right: 0;
|
|
2457
2469
|
width: 20px;
|
|
2458
2470
|
z-index: 2;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1216,6 +1216,7 @@
|
|
|
1216
1216
|
padding-left: 2px;
|
|
1217
1217
|
padding-right: 2px;
|
|
1218
1218
|
position: absolute;
|
|
1219
|
+
text-decoration: inherit;
|
|
1219
1220
|
width: 100%;
|
|
1220
1221
|
}
|
|
1221
1222
|
|
|
@@ -1319,8 +1320,8 @@
|
|
|
1319
1320
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1320
1321
|
background-color: #317ab9;
|
|
1321
1322
|
cursor: ns-resize;
|
|
1323
|
+
left: 50%;
|
|
1322
1324
|
position: absolute;
|
|
1323
|
-
right: 50%;
|
|
1324
1325
|
top: 0;
|
|
1325
1326
|
transform: translate(-50%, -50%);
|
|
1326
1327
|
}
|
|
@@ -1337,8 +1338,8 @@
|
|
|
1337
1338
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1338
1339
|
background-color: #317ab9;
|
|
1339
1340
|
cursor: ns-resize;
|
|
1341
|
+
left: 50%;
|
|
1340
1342
|
position: absolute;
|
|
1341
|
-
right: 50%;
|
|
1342
1343
|
top: 100%;
|
|
1343
1344
|
transform: translate(-50%, -50%);
|
|
1344
1345
|
}
|
|
@@ -2369,18 +2370,30 @@
|
|
|
2369
2370
|
margin: 4px 0;
|
|
2370
2371
|
}
|
|
2371
2372
|
|
|
2373
|
+
.e-spreadsheet .e-open-dlg {
|
|
2374
|
+
width: 340px;
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2378
|
+
color: #dd2c2c;
|
|
2379
|
+
font-size: 12px;
|
|
2380
|
+
padding-top: 7px;
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2372
2383
|
.e-spreadsheet .e-find-dlg {
|
|
2373
2384
|
height: auto;
|
|
2374
2385
|
width: 442px;
|
|
2375
2386
|
}
|
|
2376
2387
|
|
|
2377
2388
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2378
|
-
|
|
2389
|
+
color: #dd2c2c;
|
|
2390
|
+
font-size: 12px;
|
|
2379
2391
|
padding-top: 7px;
|
|
2380
2392
|
}
|
|
2381
2393
|
|
|
2382
2394
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2383
|
-
|
|
2395
|
+
color: #dd2c2c;
|
|
2396
|
+
font-size: 12px;
|
|
2384
2397
|
padding-top: 7px;
|
|
2385
2398
|
}
|
|
2386
2399
|
|
|
@@ -2480,9 +2493,8 @@
|
|
|
2480
2493
|
bottom: 0;
|
|
2481
2494
|
float: right;
|
|
2482
2495
|
height: 18px;
|
|
2483
|
-
margin-right: -1px;
|
|
2484
2496
|
padding: 0;
|
|
2485
|
-
position:
|
|
2497
|
+
position: absolute;
|
|
2486
2498
|
right: 0;
|
|
2487
2499
|
width: 20px;
|
|
2488
2500
|
z-index: 2;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1252,6 +1252,7 @@
|
|
|
1252
1252
|
padding-left: 2px;
|
|
1253
1253
|
padding-right: 2px;
|
|
1254
1254
|
position: absolute;
|
|
1255
|
+
text-decoration: inherit;
|
|
1255
1256
|
width: 100%;
|
|
1256
1257
|
}
|
|
1257
1258
|
|
|
@@ -1355,8 +1356,8 @@
|
|
|
1355
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1356
1357
|
background-color: #007bff;
|
|
1357
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1358
1360
|
position: absolute;
|
|
1359
|
-
right: 50%;
|
|
1360
1361
|
top: 0;
|
|
1361
1362
|
transform: translate(-50%, -50%);
|
|
1362
1363
|
}
|
|
@@ -1373,8 +1374,8 @@
|
|
|
1373
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1374
1375
|
background-color: #007bff;
|
|
1375
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1376
1378
|
position: absolute;
|
|
1377
|
-
right: 50%;
|
|
1378
1379
|
top: 100%;
|
|
1379
1380
|
transform: translate(-50%, -50%);
|
|
1380
1381
|
}
|
|
@@ -2411,18 +2412,35 @@
|
|
|
2411
2412
|
margin: 4px 0;
|
|
2412
2413
|
}
|
|
2413
2414
|
|
|
2415
|
+
.e-spreadsheet .e-open-dlg {
|
|
2416
|
+
width: 340px;
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-input-group-icon {
|
|
2420
|
+
padding-left: 4px;
|
|
2421
|
+
padding-right: 4px;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2425
|
+
color: #dd2c2c;
|
|
2426
|
+
font-size: 12px;
|
|
2427
|
+
padding-top: 7px;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2414
2430
|
.e-spreadsheet .e-find-dlg {
|
|
2415
2431
|
height: auto;
|
|
2416
2432
|
width: 413px;
|
|
2417
2433
|
}
|
|
2418
2434
|
|
|
2419
2435
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2420
|
-
|
|
2436
|
+
color: #dd2c2c;
|
|
2437
|
+
font-size: 12px;
|
|
2421
2438
|
padding-top: 7px;
|
|
2422
2439
|
}
|
|
2423
2440
|
|
|
2424
2441
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2425
|
-
|
|
2442
|
+
color: #dd2c2c;
|
|
2443
|
+
font-size: 12px;
|
|
2426
2444
|
padding-top: 7px;
|
|
2427
2445
|
}
|
|
2428
2446
|
|
|
@@ -2522,9 +2540,8 @@
|
|
|
2522
2540
|
bottom: 0;
|
|
2523
2541
|
float: right;
|
|
2524
2542
|
height: 18px;
|
|
2525
|
-
margin-right: -1px;
|
|
2526
2543
|
padding: 0;
|
|
2527
|
-
position:
|
|
2544
|
+
position: absolute;
|
|
2528
2545
|
right: 0;
|
|
2529
2546
|
width: 20px;
|
|
2530
2547
|
z-index: 2;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
1
3
|
/*! Horizontal Tab */
|
|
2
4
|
/*! Bootstrap specific themes definition's */
|
|
3
5
|
/*! Vertical Tab */
|
|
@@ -66,7 +68,6 @@
|
|
|
66
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
67
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
68
70
|
background: transparent;
|
|
69
|
-
color: inherit;
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1251,6 +1252,7 @@
|
|
|
1251
1252
|
padding-left: 2px;
|
|
1252
1253
|
padding-right: 2px;
|
|
1253
1254
|
position: absolute;
|
|
1255
|
+
text-decoration: inherit;
|
|
1254
1256
|
width: 100%;
|
|
1255
1257
|
}
|
|
1256
1258
|
|
|
@@ -1354,8 +1356,8 @@
|
|
|
1354
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1355
1357
|
background-color: #0d6efd;
|
|
1356
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1357
1360
|
position: absolute;
|
|
1358
|
-
right: 50%;
|
|
1359
1361
|
top: 0;
|
|
1360
1362
|
transform: translate(-50%, -50%);
|
|
1361
1363
|
}
|
|
@@ -1372,8 +1374,8 @@
|
|
|
1372
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1373
1375
|
background-color: #0d6efd;
|
|
1374
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1375
1378
|
position: absolute;
|
|
1376
|
-
right: 50%;
|
|
1377
1379
|
top: 100%;
|
|
1378
1380
|
transform: translate(-50%, -50%);
|
|
1379
1381
|
}
|
|
@@ -2376,18 +2378,30 @@
|
|
|
2376
2378
|
margin: 4px 0;
|
|
2377
2379
|
}
|
|
2378
2380
|
|
|
2381
|
+
.e-spreadsheet .e-open-dlg {
|
|
2382
|
+
width: 340px;
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2386
|
+
color: #e4606d;
|
|
2387
|
+
font-size: 12px;
|
|
2388
|
+
padding-top: 7px;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2379
2391
|
.e-spreadsheet .e-find-dlg {
|
|
2380
2392
|
height: auto;
|
|
2381
2393
|
width: 468px;
|
|
2382
2394
|
}
|
|
2383
2395
|
|
|
2384
2396
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2385
|
-
|
|
2397
|
+
color: #e4606d;
|
|
2398
|
+
font-size: 12px;
|
|
2386
2399
|
padding-top: 7px;
|
|
2387
2400
|
}
|
|
2388
2401
|
|
|
2389
2402
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2390
|
-
|
|
2403
|
+
color: #e4606d;
|
|
2404
|
+
font-size: 12px;
|
|
2391
2405
|
padding-top: 7px;
|
|
2392
2406
|
}
|
|
2393
2407
|
|
|
@@ -2487,9 +2501,8 @@
|
|
|
2487
2501
|
bottom: 0;
|
|
2488
2502
|
float: right;
|
|
2489
2503
|
height: 18px;
|
|
2490
|
-
margin-right: -1px;
|
|
2491
2504
|
padding: 0;
|
|
2492
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2493
2506
|
right: 0;
|
|
2494
2507
|
width: 20px;
|
|
2495
2508
|
z-index: 2;
|