@syncfusion/ej2-react-spreadsheet 20.2.50 → 20.3.47

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +0 -81
  2. package/dist/ej2-react-spreadsheet.min.js +10 -0
  3. package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +44 -37
  6. package/styles/bootstrap.css +43 -36
  7. package/styles/bootstrap4.css +44 -36
  8. package/styles/bootstrap5-dark.css +47 -37
  9. package/styles/bootstrap5.css +47 -37
  10. package/styles/fabric-dark.css +43 -36
  11. package/styles/fabric.css +43 -36
  12. package/styles/fluent-dark.css +40 -42
  13. package/styles/fluent.css +40 -42
  14. package/styles/highcontrast-light.css +34 -37
  15. package/styles/highcontrast.css +39 -36
  16. package/styles/material-dark.css +39 -39
  17. package/styles/material.css +37 -37
  18. package/styles/ribbon/bootstrap-dark.css +1 -1
  19. package/styles/ribbon/bootstrap.css +1 -1
  20. package/styles/ribbon/bootstrap4.css +1 -1
  21. package/styles/ribbon/bootstrap5-dark.css +1 -1
  22. package/styles/ribbon/bootstrap5.css +1 -1
  23. package/styles/ribbon/fabric-dark.css +1 -1
  24. package/styles/ribbon/fabric.css +1 -1
  25. package/styles/ribbon/fluent-dark.css +1 -1
  26. package/styles/ribbon/fluent.css +1 -1
  27. package/styles/ribbon/highcontrast-light.css +1 -1
  28. package/styles/ribbon/highcontrast.css +1 -1
  29. package/styles/ribbon/material-dark.css +1 -1
  30. package/styles/ribbon/material.css +1 -1
  31. package/styles/ribbon/tailwind-dark.css +1 -1
  32. package/styles/ribbon/tailwind.css +1 -1
  33. package/styles/spreadsheet/bootstrap-dark.css +43 -36
  34. package/styles/spreadsheet/bootstrap.css +42 -35
  35. package/styles/spreadsheet/bootstrap4.css +43 -35
  36. package/styles/spreadsheet/bootstrap5-dark.css +46 -36
  37. package/styles/spreadsheet/bootstrap5.css +46 -36
  38. package/styles/spreadsheet/fabric-dark.css +42 -35
  39. package/styles/spreadsheet/fabric.css +42 -35
  40. package/styles/spreadsheet/fluent-dark.css +39 -41
  41. package/styles/spreadsheet/fluent.css +39 -41
  42. package/styles/spreadsheet/highcontrast-light.css +33 -36
  43. package/styles/spreadsheet/highcontrast.css +38 -35
  44. package/styles/spreadsheet/material-dark.css +38 -38
  45. package/styles/spreadsheet/material.css +36 -36
  46. package/styles/spreadsheet/tailwind-dark.css +38 -37
  47. package/styles/spreadsheet/tailwind.css +38 -37
  48. package/styles/tailwind-dark.css +39 -38
  49. package/styles/tailwind.css +39 -38
package/CHANGELOG.md CHANGED
@@ -2,76 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 20.2.46 (2022-08-30)
6
-
7
- ### Spreadsheet
8
-
9
- #### Bug Fixes
10
-
11
- - `#I387270` - Issue with "post back occurs while clicking the button in the control" has been resolved.
12
-
13
- ## 20.2.45 (2022-08-23)
14
-
15
- ### Spreadsheet
16
-
17
- #### Bug Fixes
18
-
19
- - `#I395418` - Issue with "unable to perform copy and paste actions on the textbox inside the cell template" has been resolved.
20
-
21
- ## 20.2.44 (2022-08-16)
22
-
23
- ### Spreadsheet
24
-
25
- #### Bug Fixes
26
-
27
- - `#I383440` - Issue with "exception throws while applying formula reference on the wrap content cell" has been resolved.
28
- - `#I390638` - Issue with "exception throws while performing multi-selection along with scrolling action on the freeze pane" has been resolved.
29
- - `#I394857` - Issue with "typed content is not visible while performing the edit on partially viewed cell" has been resolved.
30
- - `#I395466` - Issue with "allow to rename and moving the sheets on protect workbook" has been resolved.
31
- - `#I395410`, `#I395411`, `#I395414`, `#I395416`, `#I395419`, `#I394857`, `#I395421` - Issue with "context menu and autofill option shows while disabling the cell selection" has been resolved.
32
- - `#I394806` - Provided new argument in the `addCustomFunction` method to add the description for the custom formula.
33
- - `#I392186` - Provided option to set maximum file size and maximum data count for validating the files before opening into the component.
34
-
35
- ## 20.2.43 (2022-08-08)
36
-
37
- ### Spreadsheet
38
-
39
- #### Bug Fixes
40
-
41
- - `#I392958` - Issue with "exception throws while pressing the `ctrl` key in the search input on the filter popup" has been resolved.
42
- - `#I393391` - Issue with "cell values convert into Date type while scrolling the sheet along with cell value contain `-` in the data" has been resolved.
43
-
44
- ## 20.2.40 (2022-07-26)
45
-
46
- ### Spreadsheet
47
-
48
- #### Bug Fixes
49
-
50
- - `#I387270` - Issue with "exception throws while importing the excel that contain special character in the sheet name" has been resolved.
51
- - `#I392225` - Issue with "exception throws while applying large formula in the sheet" has been resolved.
52
- - `#I391983` - Issue with "custom sorting for multiple columns is not applied properly" has been resolved.
53
- - `#I345383` - Issue with "unwanted commas added in the exported sheet" has been resolved.
54
- - `#I391962` - Issue with "sort order is not getting properly while sorting the column" has been resolved.
55
- - `#I391982` - Issue with "sorting the time column without considering AM / PM" has been resolved.
56
- - `#I390848` - Issue with "sorting method is not working properly when active cell is not the sorting column" has been resolved.
57
-
58
- ## 20.2.39 (2022-07-19)
59
-
60
- ### Spreadsheet
61
-
62
- #### Bug Fixes
63
-
64
- - `#I390848` - Issue with "sort method is not working as expected for the date type" has been resolved.
65
- - `#I390792` - Issue with "chart object is not updated properly in the cell model after deleting an already created chart element" has been resolved.
66
- - `#I390792` - Issue with "script error occurs while switching chart theme and changing chart type" has been resolved.
67
- - `#I391056` - Issue with "selection is not updated properly after filtering and scrolling which causes copying invalid data" has been resolved.
68
- - `#I390628` - Issue with "find toolbar dialog is misaligned while resizing the browser" has been resolved.
69
- - `#I390628` - Filtered hidden rows are considered during find action issue has been resolved.
70
- - `#I390638` - Issue with "exception throws while unhiding the hidden rows, after selecting a column and perform a Cut action" has been resolved.
71
- - `#I390638` - Issue with "exception throws while scrolling with multi selection in the freeze pane" has been resolved.
72
-
73
- ## 20.2.38 (2022-07-12)
74
-
75
5
  ### Spreadsheet
76
6
 
77
7
  #### Bug Fixes
@@ -79,8 +9,6 @@
79
9
  - `#I384048` - The issue of copied values being removed after saving when unique is applied is resolved.
80
10
  - `#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.
81
11
  - `#I386574` - The exception thrown with font size pixel values while exporting is resolved.
82
- - `#I384953` - Unique formula cell value gets `#spill` error on refresh issue resolved.
83
- - `#F175967` - The `addToolbarItems` method is not working for locale other than 'en-US' issue has been resolved.
84
12
 
85
13
  ## 20.2.36 (2022-06-30)
86
14
 
@@ -1200,12 +1128,3 @@ The Spreadsheet is an user interactive component to organize and analyze data in
1200
1128
  - **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.
1201
1129
 
1202
1130
 
1203
- ## 20.2.48 (2022-09-06)
1204
-
1205
- ### Spreadsheet
1206
-
1207
- #### Bug Fixes
1208
-
1209
- - `#I399625` - Issue with "exception throws while importing the excel file with list validation" has been resolved.
1210
- - `#I397313` - Issue with "additional border added to the ribbon tab while selecting the tab in the bootstrap5 theme" has been resolved.
1211
-
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * filename: ej2-react-spreadsheet.min.js
3
+ * version : 20.3.47
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
+ */
10
+ !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("SyncfusionReactBase"),require("SyncfusionSpreadsheet"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","SyncfusionSpreadsheet","React"],n):"object"==typeof exports?exports.SyncfusionReactSpreadsheet=n(require("SyncfusionReactBase"),require("SyncfusionSpreadsheet"),require("React")):t.SyncfusionReactSpreadsheet=n(t.SyncfusionReactBase,t.SyncfusionSpreadsheet,t.React)}(this,function(t,n,e){return function(t){function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var e={};return n.m=t,n.c=e,n.i=function(t){return t},n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="",n(n.s=3)}([function(n,e){n.exports=t},function(t,e){t.exports=n},function(t,n,e){"use strict";var r=e(12);e.d(n,"a",function(){return r.a}),e.d(n,"b",function(){return r.b});var o=e(11);e.d(n,"c",function(){return o.a}),e.d(n,"d",function(){return o.b});var i=e(4);e.d(n,"e",function(){return i.a}),e.d(n,"f",function(){return i.b});var u=e(9);e.d(n,"g",function(){return u.a}),e.d(n,"h",function(){return u.b});var c=e(5);e.d(n,"i",function(){return c.a}),e.d(n,"j",function(){return c.b});var a=e(6);e.d(n,"k",function(){return a.a}),e.d(n,"l",function(){return a.b});var s=e(10);e.d(n,"m",function(){return s.a}),e.d(n,"n",function(){return s.b});var f=e(7);e.d(n,"o",function(){return f.a}),e.d(n,"p",function(){return f.b});var p=e(8);e.d(n,"q",function(){return p.a}),e.d(n,"r",function(){return p.b});var l=e(13);e.d(n,"s",function(){return l.a})},function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e(2);e.d(n,"SheetDirective",function(){return r.a}),e.d(n,"SheetsDirective",function(){return r.b}),e.d(n,"RowDirective",function(){return r.c}),e.d(n,"RowsDirective",function(){return r.d}),e.d(n,"CellDirective",function(){return r.e}),e.d(n,"CellsDirective",function(){return r.f}),e.d(n,"ImageDirective",function(){return r.g}),e.d(n,"ImagesDirective",function(){return r.h}),e.d(n,"ChartDirective",function(){return r.i}),e.d(n,"ChartsDirective",function(){return r.j}),e.d(n,"ColumnDirective",function(){return r.k}),e.d(n,"ColumnsDirective",function(){return r.l}),e.d(n,"RangeDirective",function(){return r.m}),e.d(n,"RangesDirective",function(){return r.n}),e.d(n,"ConditionalFormatDirective",function(){return r.o}),e.d(n,"ConditionalFormatsDirective",function(){return r.p}),e.d(n,"DefinedNameDirective",function(){return r.q}),e.d(n,"DefinedNamesDirective",function(){return r.r}),e.d(n,"SpreadsheetComponent",function(){return r.s});var o=e(0);e.n(o);e.o(o,"Inject")&&e.d(n,"Inject",function(){return o.Inject});var i=e(1);e.n(i);for(var u in i)["SheetDirective","SheetsDirective","RowDirective","RowsDirective","CellDirective","CellsDirective","ImageDirective","ImagesDirective","ChartDirective","ChartsDirective","ColumnDirective","ColumnsDirective","RangeDirective","RangesDirective","ConditionalFormatDirective","ConditionalFormatsDirective","DefinedNameDirective","DefinedNamesDirective","SpreadsheetComponent","Inject","default"].indexOf(u)<0&&function(t){e.d(n,t,function(){return i[t]})}(u)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="cell",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="cells",n.moduleName="cells",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="chart",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="chart",n.moduleName="charts",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="column",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="columns",n.moduleName="columns",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="conditionalFormat",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="conditionalFormats",n.moduleName="conditionalFormats",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="definedName",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="definedNames",n.moduleName="definedNames",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="image",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="image",n.moduleName="images",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="range",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="ranges",n.moduleName="ranges",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="row",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="rows",n.moduleName="rows",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="sheet",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="sheets",n.moduleName="sheets",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(14),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!0,e.directivekeys={sheets:{sheet:{rows:{row:{cells:{cell:{images:"image",charts:"chart"}}}},columns:"column",ranges:"range",conditionalFormats:"conditionalFormat"}},definedNames:"definedName"},e.immediateRender=!1,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.Spreadsheet);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,n){t.exports=e}])});
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.umd.min.js
3
- * version : 20.2.50
3
+ * version : 20.3.47
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.49",
3
+ "_id": "@syncfusion/ej2-react-spreadsheet@20.3.9",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-av23EkOKlriVMBiksVO4W12xsc3N4RCEUsy52lziIJn83F4yjdTyMPnosH3Pp4s7g2Y7ZXzKEiX8oYAJkqut6g==",
5
+ "_integrity": "sha512-0hgc0GEKNRT6OYwI0UFJdveQiAckb5hi2jgJfVRs9BUvx+l2Norp+HfumWFWAKb35vUlE+w86bU3adct/UD9Cw==",
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.49.tgz",
23
- "_shasum": "099f70904bce3b2b3e19a25b1ea22ac560f58af4",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-20.3.9.tgz",
23
+ "_shasum": "9a922c96dd39b37479fb28e4c5970f87074bb7da",
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": "~20.2.48",
35
- "@syncfusion/ej2-react-base": "~20.2.45",
36
- "@syncfusion/ej2-spreadsheet": "20.2.50"
34
+ "@syncfusion/ej2-base": "~20.3.47",
35
+ "@syncfusion/ej2-react-base": "~20.3.47",
36
+ "@syncfusion/ej2-spreadsheet": "20.3.47"
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.50",
68
+ "version": "20.3.47",
69
69
  "sideEffects": false
70
70
  }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  .e-popup.e-ddl {
2
3
  border-radius: 4px;
3
4
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
@@ -672,8 +673,8 @@
672
673
  margin-bottom: 4px;
673
674
  }
674
675
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
675
- height: 510px !important;
676
- width: 530px !important;
676
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
677
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
677
678
  }
678
679
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
679
680
  padding: 0;
@@ -683,7 +684,7 @@
683
684
  padding-top: 3px;
684
685
  }
685
686
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
686
- left: 0 !important;
687
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
687
688
  }
688
689
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
689
690
  font-size: 18px;
@@ -702,7 +703,7 @@
702
703
  margin-top: 10px;
703
704
  }
704
705
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
705
- left: 0 !important;
706
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
706
707
  }
707
708
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
708
709
  font-size: 18px;
@@ -867,7 +868,7 @@
867
868
  display: none;
868
869
  }
869
870
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
870
- width: 100% !important;
871
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
871
872
  }
872
873
  .e-spreadsheet.e-hide-column-header .e-header-panel {
873
874
  display: none;
@@ -1102,8 +1103,8 @@
1102
1103
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1103
1104
  background-color: #0070f0;
1104
1105
  cursor: ns-resize;
1105
- left: 50%;
1106
1106
  position: absolute;
1107
+ right: 50%;
1107
1108
  top: 0;
1108
1109
  transform: translate(-50%, -50%);
1109
1110
  }
@@ -1118,8 +1119,8 @@
1118
1119
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1119
1120
  background-color: #0070f0;
1120
1121
  cursor: ns-resize;
1121
- left: 50%;
1122
1122
  position: absolute;
1123
+ right: 50%;
1123
1124
  top: 100%;
1124
1125
  transform: translate(-50%, -50%);
1125
1126
  }
@@ -1239,14 +1240,14 @@
1239
1240
  }
1240
1241
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1241
1242
  height: 100%;
1242
- position: initial !important;
1243
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1243
1244
  width: 100%;
1244
1245
  }
1245
1246
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1246
1247
  height: 100%;
1247
1248
  overflow: hidden;
1248
1249
  padding: 4px;
1249
- position: initial !important;
1250
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1250
1251
  width: 100%;
1251
1252
  }
1252
1253
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1364,7 +1365,7 @@
1364
1365
  margin-right: 8px;
1365
1366
  }
1366
1367
  .e-spreadsheet .e-hide {
1367
- display: none !important;
1368
+ display: none !important; /* stylelint-disable-line declaration-no-important */
1368
1369
  }
1369
1370
  .e-spreadsheet .e-selection {
1370
1371
  border-style: solid;
@@ -1481,7 +1482,7 @@
1481
1482
  text-align: right;
1482
1483
  }
1483
1484
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1484
- font-weight: 400;
1485
+ font-weight: normal;
1485
1486
  padding-bottom: 0;
1486
1487
  padding-top: 0;
1487
1488
  }
@@ -1510,17 +1511,17 @@
1510
1511
  font-size: 16px;
1511
1512
  }
1512
1513
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon, .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon {
1513
- font-size: 30px !important;
1514
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1514
1515
  margin-right: 5px;
1515
1516
  padding: 0 5px;
1516
1517
  width: 30px;
1517
1518
  }
1518
1519
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1519
- font-size: 18px !important;
1520
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1520
1521
  margin-right: 5px;
1521
1522
  }
1522
1523
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1523
- font-size: 18px !important;
1524
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1524
1525
  margin-right: -5px;
1525
1526
  }
1526
1527
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1697,7 +1698,7 @@
1697
1698
  }
1698
1699
  .e-spreadsheet .e-validation-list .e-input-group {
1699
1700
  border: 0;
1700
- box-shadow: none !important;
1701
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1701
1702
  }
1702
1703
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1703
1704
  bottom: 5px;
@@ -1847,7 +1848,7 @@
1847
1848
  }
1848
1849
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1849
1850
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1850
- max-height: 640px !important;
1851
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1851
1852
  }
1852
1853
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1853
1854
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1956,7 +1957,7 @@
1956
1957
  text-align: left;
1957
1958
  }
1958
1959
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1959
- left: 0 !important;
1960
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1960
1961
  }
1961
1962
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1962
1963
  font-size: 18px;
@@ -1976,7 +1977,7 @@
1976
1977
  margin-bottom: 4px;
1977
1978
  }
1978
1979
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1979
- left: 0 !important;
1980
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1980
1981
  }
1981
1982
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1982
1983
  font-size: 18px;
@@ -1995,7 +1996,7 @@
1995
1996
  margin-top: 10px;
1996
1997
  }
1997
1998
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1998
- left: 0 !important;
1999
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1999
2000
  }
2000
2001
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2001
2002
  font-size: 18px;
@@ -2026,7 +2027,7 @@
2026
2027
  height: 18px;
2027
2028
  margin-right: -1px;
2028
2029
  padding: 0;
2029
- position: absolute;
2030
+ position: relative;
2030
2031
  right: 0;
2031
2032
  width: 20px;
2032
2033
  z-index: 2;
@@ -2037,7 +2038,7 @@
2037
2038
  }
2038
2039
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2039
2040
  box-shadow: none;
2040
- width: 270px !important;
2041
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2041
2042
  }
2042
2043
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2043
2044
  display: -ms-flexbox;
@@ -2106,36 +2107,33 @@
2106
2107
  font-family: "Calibri";
2107
2108
  }
2108
2109
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2109
- font-family: "Comic Sans MS";
2110
- }
2111
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2112
2110
  font-family: "Courier";
2113
2111
  }
2114
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2112
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2115
2113
  font-family: "Courier New";
2116
2114
  }
2117
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2115
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2118
2116
  font-family: "Din Condensed";
2119
2117
  }
2120
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2118
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2121
2119
  font-family: "Georgia";
2122
2120
  }
2123
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2121
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2124
2122
  font-family: "Helvetica";
2125
2123
  }
2126
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2124
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2127
2125
  font-family: "Helvetica New";
2128
2126
  }
2129
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2127
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2130
2128
  font-family: "Roboto";
2131
2129
  }
2132
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2130
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2133
2131
  font-family: "Tahoma";
2134
2132
  }
2135
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2133
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2136
2134
  font-family: "Times New Roman";
2137
2135
  }
2138
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2136
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2139
2137
  font-family: "Verdana";
2140
2138
  }
2141
2139
  .e-dropdown-popup.e-aggregate-list {
@@ -2421,7 +2419,7 @@
2421
2419
  }
2422
2420
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2423
2421
  font-size: 16px;
2424
- font-weight: 400;
2422
+ font-weight: normal;
2425
2423
  }
2426
2424
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2427
2425
  overflow: hidden;
@@ -2656,7 +2654,7 @@
2656
2654
  }
2657
2655
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2658
2656
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2659
- width: 590px !important;
2657
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2660
2658
  }
2661
2659
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2662
2660
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2674,7 +2672,7 @@
2674
2672
  }
2675
2673
  .e-bigger .e-spreadsheet .e-findtool-dlg,
2676
2674
  .e-bigger.e-spreadsheet .e-findtool-dlg {
2677
- height: 45px;
2675
+ height: 54px;
2678
2676
  width: 419px;
2679
2677
  }
2680
2678
  .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
@@ -2718,6 +2716,15 @@
2718
2716
  .e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul {
2719
2717
  padding-right: 0;
2720
2718
  }
2719
+ .e-bigger .e-spreadsheet .e-validation-list,
2720
+ .e-bigger.e-spreadsheet .e-validation-list {
2721
+ width: 26px;
2722
+ }
2723
+ .e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon,
2724
+ .e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon.e-search-icon {
2725
+ min-height: 0;
2726
+ min-width: 0;
2727
+ }
2721
2728
 
2722
2729
  .e-bigger.e-dropdown-popup.e-font-size-ddb ul,
2723
2730
  .e-bigger .e-dropdown-popup.e-font-size-ddb ul {
@@ -3902,7 +3909,7 @@
3902
3909
  min-height: 35px;
3903
3910
  }
3904
3911
  .e-ribbon .e-tab .e-tab-header .e-hscroll {
3905
- display: inline-block !important;
3912
+ display: inline-block !important; /* stylelint-disable-line declaration-no-important */
3906
3913
  width: calc(100% - 28px);
3907
3914
  }
3908
3915
  .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {