@syncfusion/ej2-vue-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.
Files changed (38) hide show
  1. package/CHANGELOG.md +65 -25
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-spreadsheet.umd.min.js +19 -1
  4. package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-spreadsheet.es2015.js +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-spreadsheet.es5.js +1 -1
  8. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-spreadsheet.min.js +10 -1
  10. package/package.json +69 -69
  11. package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
  12. package/src/spreadsheet/spreadsheet.component.js +1 -1
  13. package/styles/bootstrap-dark.css +18 -6
  14. package/styles/bootstrap.css +18 -6
  15. package/styles/bootstrap4.css +23 -6
  16. package/styles/bootstrap5-dark.css +20 -7
  17. package/styles/bootstrap5.css +20 -7
  18. package/styles/fabric-dark.css +18 -6
  19. package/styles/fabric.css +18 -6
  20. package/styles/highcontrast-light.css +18 -6
  21. package/styles/highcontrast.css +18 -6
  22. package/styles/material-dark.css +20 -6
  23. package/styles/material.css +20 -6
  24. package/styles/spreadsheet/bootstrap-dark.css +18 -6
  25. package/styles/spreadsheet/bootstrap.css +18 -6
  26. package/styles/spreadsheet/bootstrap4.css +23 -6
  27. package/styles/spreadsheet/bootstrap5-dark.css +20 -7
  28. package/styles/spreadsheet/bootstrap5.css +20 -7
  29. package/styles/spreadsheet/fabric-dark.css +18 -6
  30. package/styles/spreadsheet/fabric.css +18 -6
  31. package/styles/spreadsheet/highcontrast-light.css +18 -6
  32. package/styles/spreadsheet/highcontrast.css +18 -6
  33. package/styles/spreadsheet/material-dark.css +20 -6
  34. package/styles/spreadsheet/material.css +20 -6
  35. package/styles/spreadsheet/tailwind-dark.css +18 -6
  36. package/styles/spreadsheet/tailwind.css +18 -6
  37. package/styles/tailwind-dark.css +18 -6
  38. package/styles/tailwind.css +18 -6
package/CHANGELOG.md CHANGED
@@ -6,45 +6,63 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `I348254` - Autofill not working for unlocked cells issue is resolved.
10
- - `I347720`, `I347861` - Copy and paste not working in Dialog popup issue resolved.
11
- - `I347428` - Value disappear while using comma in custom number format issue is resolved.
12
- - `I347444` - getDisplayText returns active cell value issue is resolved.
13
- - `I347677` - allowAutoFill API as false shows autofill icon issue is resolved.
14
- - `I348310`, `I349380`, `I347445` - Used range not updated while save and load the spreadsheet as JSON issue resolved.
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.3.57 (2021-12-07)
21
+ ## 19.4.40 (2021-12-28)
17
22
 
18
23
  ### Spreadsheet
19
24
 
20
- #### Bug Fixes
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
- ### Spreadsheet
27
+ - `I345022` - Alphanumeric support provided for autofill operation.
32
28
 
33
29
  #### Bug Fixes
34
30
 
35
- - `I347456` - Console error with 110% browser zoom in issue resolved.
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
- ## 19.3.55 (2021-11-23)
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
- - `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
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
 
@@ -147,6 +166,27 @@
147
166
  - `I342382` - Event `select` is not triggered when selecting cells using the keyboard select issue has been fixed.
148
167
  - `I342399` - Paste is not working with the find dialog issue resolved.
149
168
 
169
+ ## 19.3.56 (2021-12-02)
170
+
171
+ ### Spreadsheet
172
+
173
+ #### Bug Fixes
174
+
175
+ - `I347456` - Console error with 110% browser zoom in issue resolved.
176
+ - `I347865` - AutoFill is not working for formula applied cell issue is resolved.
177
+ - `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
178
+ - `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
179
+ - `I347340` - Filter popup opening prevented while sheet is protected.
180
+ - `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
181
+
182
+ ## 19.3.55 (2021-11-23)
183
+
184
+ ### Spreadsheet
185
+
186
+ #### Bug Fixes
187
+
188
+ - `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
189
+
150
190
  ## 19.2.62 (2021-09-14)
151
191
 
152
192
  ### 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-vue-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
86
86
 
87
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
87
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,2 +1,20 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-spreadsheet"),require("@syncfusion/ej2-vue-base"),require("vue-class-component"),require("vue"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-spreadsheet","@syncfusion/ej2-vue-base","vue-class-component","vue","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Spreadsheet,e.ej2VueBase,e.Vue3,e.Vue$1,e.ej2Base)}(this,function(e,t,n,o,r,i){"use strict";r=r&&r.hasOwnProperty("default")?r.default:r;var c,s,a,u,p,l,f,h,y,m=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),d=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},g=!n.gh,j=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return m(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-images"},t=d([n.EJComponentDecorator({},g)],t)}(c=!g||parseInt(n.allVue.version)<3?o.Vue:r),I={name:"e-images",install:function(e){e.component(I.name,j)}},b=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return m(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-image"},t=d([n.EJComponentDecorator({},g)],t)}(c),v={name:"e-image",install:function(e){e.component(v.name,b)}},_=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),C=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},O=!n.gh,w=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-charts"},t=C([n.EJComponentDecorator({},O)],t)}(s=!O||parseInt(n.allVue.version)<3?o.Vue:r),P={name:"e-charts",install:function(e){e.component(P.name,w)}},D=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-chart"},t=C([n.EJComponentDecorator({},O)],t)}(s),R={name:"e-chart",install:function(e){e.component(R.name,D)}},F=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),S=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},T=!n.gh,E=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-cells"},t=S([n.EJComponentDecorator({},T)],t)}(a=!T||parseInt(n.allVue.version)<3?o.Vue:r),V={name:"e-cells",install:function(e){e.component(V.name,E)}},M=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-cell"},t=S([n.EJComponentDecorator({},T)],t)}(a),J={name:"e-cell",install:function(e){e.component(J.name,M)}},A=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),x=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},k=!n.gh,H=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return A(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-rows"},t=x([n.EJComponentDecorator({},k)],t)}(u=!k||parseInt(n.allVue.version)<3?o.Vue:r),B={name:"e-rows",install:function(e){e.component(B.name,H)}},N=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return A(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-row"},t=x([n.EJComponentDecorator({},k)],t)}(u),U={name:"e-row",install:function(e){e.component(U.name,N)}},$=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),z=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},q=!n.gh,K=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-columns"},t=z([n.EJComponentDecorator({},q)],t)}(p=!q||parseInt(n.allVue.version)<3?o.Vue:r),L={name:"e-columns",install:function(e){e.component(L.name,K)}},W=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-column"},t=z([n.EJComponentDecorator({},q)],t)}(p),G={name:"e-column",install:function(e){e.component(G.name,W)}},Q=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),X=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},Y=!n.gh,Z=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Q(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-ranges"},t=X([n.EJComponentDecorator({},Y)],t)}(l=!Y||parseInt(n.allVue.version)<3?o.Vue:r),ee={name:"e-ranges",install:function(e){e.component(ee.name,Z)}},te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Q(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-range"},t=X([n.EJComponentDecorator({},Y)],t)}(l),ne={name:"e-range",install:function(e){e.component(ne.name,te)}},oe=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),re=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},ie=!n.gh,ce=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return oe(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-conditionalformats"},t=re([n.EJComponentDecorator({},ie)],t)}(f=!ie||parseInt(n.allVue.version)<3?o.Vue:r),se={name:"e-conditionalformats",install:function(e){e.component(se.name,ce)}},ae=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return oe(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-conditionalformat"},t=re([n.EJComponentDecorator({},ie)],t)}(f),ue={name:"e-conditionalformat",install:function(e){e.component(ue.name,ae)}},pe=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),le=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},fe=!n.gh,he=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return pe(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-sheets"},t=le([n.EJComponentDecorator({},fe)],t)}(h=!fe||parseInt(n.allVue.version)<3?o.Vue:r),ye={name:"e-sheets",install:function(e){e.component(ye.name,he)}},me=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return pe(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-sheet"},t=le([n.EJComponentDecorator({},fe)],t)}(h),de={name:"e-sheet",install:function(e){e.component(de.name,me)}},ge=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),je=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},Ie=!n.gh,be=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return ge(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-definednames"},t=je([n.EJComponentDecorator({},Ie)],t)}(y=!Ie||parseInt(n.allVue.version)<3?o.Vue:r),ve={name:"e-definednames",install:function(e){e.component(ve.name,be)}},_e=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return ge(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-definedname"},t=je([n.EJComponentDecorator({},Ie)],t)}(y),Ce={name:"e-definedname",install:function(e){e.component(Ce.name,_e)}},Oe=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),we=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},Pe=["isLazyUpdate","activeSheetIndex","allowAutoFill","allowCellFormatting","allowChart","allowConditionalFormat","allowDataValidation","allowDelete","allowEditing","allowFiltering","allowFindAndReplace","allowHyperlink","allowImage","allowInsert","allowMerge","allowNumberFormatting","allowOpen","allowResizing","allowSave","allowScrolling","allowSorting","allowUndoRedo","allowWrap","autoFillSettings","cellStyle","cssClass","definedNames","enableClipboard","enableContextMenu","enableKeyboardNavigation","enableKeyboardShortcut","enablePersistence","enableRtl","height","isProtected","locale","openUrl","password","saveUrl","scrollSettings","selectionSettings","sheets","showFormulaBar","showRibbon","showSheetTabs","width","actionBegin","actionComplete","afterHyperlinkClick","afterHyperlinkCreate","beforeCellFormat","beforeCellRender","beforeCellSave","beforeConditionalFormat","beforeDataBound","beforeHyperlinkClick","beforeHyperlinkCreate","beforeOpen","beforeSave","beforeSelect","beforeSort","cellEdit","cellEditing","cellSave","contextMenuBeforeClose","contextMenuBeforeOpen","contextMenuItemSelect","created","dataBound","dataSourceChanged","dialogBeforeOpen","fileMenuBeforeClose","fileMenuBeforeOpen","fileMenuItemSelect","openComplete","openFailure","queryCellInfo","saveComplete","select","sortComplete"],De=[],Re=n.getProps({props:Pe}),Fe=(Re[0],Re[1]),Se=Object.keys(Fe);Se.push("modelchanged");for(var Te=0,Ee=De;Te<Ee.length;Te++){var Ve=Ee[Te];Se.push("update:"+Ve)}var Me=!n.gh,Je=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Pe,n.models=De,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-sheets":{"e-sheet":{"e-rows":{"e-row":{"e-cells":{"e-cell":{"e-images":"e-image","e-charts":"e-chart"}}}},"e-columns":"e-column","e-ranges":"e-range","e-conditionalformats":"e-conditionalformat"}},"e-definednames":"e-definedname"},n.tagNameMapper={"e-images":"e-image","e-charts":"e-chart","e-conditionalformats":"e-conditionalFormats","e-definednames":"e-definedNames"},n.isVue3=!Me,n.ej2Instances=new t.Spreadsheet({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n}return Oe(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var c=0,s=r;c<s.length;c++){var a=s[c];i.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return i.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.Unfreeze=function(e){return this.ej2Instances.Unfreeze(e)},o.prototype.addContextMenuItems=function(e,t,n,o){return this.ej2Instances.addContextMenuItems(e,t,n,o)},o.prototype.addCustomFunction=function(e,t){return this.ej2Instances.addCustomFunction(e,t)},o.prototype.addDataValidation=function(e,t){return this.ej2Instances.addDataValidation(e,t)},o.prototype.addDefinedName=function(e){return this.ej2Instances.addDefinedName(e)},o.prototype.addFileMenuItems=function(e,t,n,o){return this.ej2Instances.addFileMenuItems(e,t,n,o)},o.prototype.addHyperlink=function(e,t){return this.ej2Instances.addHyperlink(e,t)},o.prototype.addInvalidHighlight=function(e){return this.ej2Instances.addInvalidHighlight(e)},o.prototype.addRibbonTabs=function(e,t){return this.ej2Instances.addRibbonTabs(e,t)},o.prototype.addToolbarItems=function(e,t,n){return this.ej2Instances.addToolbarItems(e,t,n)},o.prototype.applyFilter=function(e,t){return this.ej2Instances.applyFilter(e,t)},o.prototype.autoFill=function(e,t,n,o){return this.ej2Instances.autoFill(e,t,n,o)},o.prototype.autoFit=function(e){return this.ej2Instances.autoFit(e)},o.prototype.cellFormat=function(e,t){return this.ej2Instances.cellFormat(e,t)},o.prototype.clear=function(e){return this.ej2Instances.clear(e)},o.prototype.clearConditionalFormat=function(e){return this.ej2Instances.clearConditionalFormat(e)},o.prototype.clearFilter=function(e){return this.ej2Instances.clearFilter(e)},o.prototype.closeEdit=function(){return this.ej2Instances.closeEdit()},o.prototype.computeExpression=function(e){return this.ej2Instances.computeExpression(e)},o.prototype.conditionalFormat=function(e){return this.ej2Instances.conditionalFormat(e)},o.prototype.copy=function(e){return this.ej2Instances.copy(e)},o.prototype.cut=function(e){return this.ej2Instances.cut(e)},o.prototype.delete=function(e,t,n,o){return this.ej2Instances.delete(e,t,n,o)},o.prototype.deleteChart=function(e){return this.ej2Instances.deleteChart(e)},o.prototype.deleteImage=function(e,t){return this.ej2Instances.deleteImage(e,t)},o.prototype.duplicateSheet=function(e){return this.ej2Instances.duplicateSheet(e)},o.prototype.enableContextMenuItems=function(e,t,n){return this.ej2Instances.enableContextMenuItems(e,t,n)},o.prototype.enableFileMenuItems=function(e,t,n){return this.ej2Instances.enableFileMenuItems(e,t,n)},o.prototype.enableRibbonTabs=function(e,t){return this.ej2Instances.enableRibbonTabs(e,t)},o.prototype.enableToolbarItems=function(e,t,n){return this.ej2Instances.enableToolbarItems(e,t,n)},o.prototype.endEdit=function(){return this.ej2Instances.endEdit()},o.prototype.find=function(e){return this.ej2Instances.find(e)},o.prototype.findAll=function(e,t,n,o,r){return this.ej2Instances.findAll(e,t,n,o,r)},o.prototype.freezePanes=function(e,t,n){return this.ej2Instances.freezePanes(e,t,n)},o.prototype.getData=function(e){return this.ej2Instances.getData(e)},o.prototype.getDisplayText=function(e){return this.ej2Instances.getDisplayText(e)},o.prototype.getRowData=function(e,t){return this.ej2Instances.getRowData(e,t)},o.prototype.getSelectAllContent=function(){return this.ej2Instances.getSelectAllContent()},o.prototype.goTo=function(e){return this.ej2Instances.goTo(e)},o.prototype.hideColumn=function(e,t,n){return this.ej2Instances.hideColumn(e,t,n)},o.prototype.hideFileMenuItems=function(e,t,n){return this.ej2Instances.hideFileMenuItems(e,t,n)},o.prototype.hideRibbonTabs=function(e,t){return this.ej2Instances.hideRibbonTabs(e,t)},o.prototype.hideRow=function(e,t,n){return this.ej2Instances.hideRow(e,t,n)},o.prototype.hideSpinner=function(){return this.ej2Instances.hideSpinner()},o.prototype.hideToolbarItems=function(e,t,n){return this.ej2Instances.hideToolbarItems(e,t,n)},o.prototype.insertChart=function(e){return this.ej2Instances.insertChart(e)},o.prototype.insertColumn=function(e,t,n){return this.ej2Instances.insertColumn(e,t,n)},o.prototype.insertImage=function(e,t){return this.ej2Instances.insertImage(e,t)},o.prototype.insertRow=function(e,t,n){return this.ej2Instances.insertRow(e,t,n)},o.prototype.insertSheet=function(e,t){return this.ej2Instances.insertSheet(e,t)},o.prototype.lockCells=function(e,t){return this.ej2Instances.lockCells(e,t)},o.prototype.merge=function(e,t){return this.ej2Instances.merge(e,t)},o.prototype.moveSheet=function(e,t){return this.ej2Instances.moveSheet(e,t)},o.prototype.numberFormat=function(e,t){return this.ej2Instances.numberFormat(e,t)},o.prototype.open=function(e){return this.ej2Instances.open(e)},o.prototype.openFromJson=function(e){return this.ej2Instances.openFromJson(e)},o.prototype.paste=function(e,t){return this.ej2Instances.paste(e,t)},o.prototype.protectSheet=function(e,t,n){return this.ej2Instances.protectSheet(e,t,n)},o.prototype.redo=function(){return this.ej2Instances.redo()},o.prototype.refresh=function(e){return this.ej2Instances.refresh(e)},o.prototype.removeContextMenuItems=function(e,t){return this.ej2Instances.removeContextMenuItems(e,t)},o.prototype.removeDataValidation=function(e){return this.ej2Instances.removeDataValidation(e)},o.prototype.removeDefinedName=function(e,t){return this.ej2Instances.removeDefinedName(e,t)},o.prototype.removeHyperlink=function(e){return this.ej2Instances.removeHyperlink(e)},o.prototype.removeInvalidHighlight=function(e){return this.ej2Instances.removeInvalidHighlight(e)},o.prototype.replace=function(e){return this.ej2Instances.replace(e)},o.prototype.resize=function(){return this.ej2Instances.resize()},o.prototype.save=function(e){return this.ej2Instances.save(e)},o.prototype.saveAsJson=function(){return this.ej2Instances.saveAsJson()},o.prototype.selectRange=function(e){return this.ej2Instances.selectRange(e)},o.prototype.setBorder=function(e,t,n){return this.ej2Instances.setBorder(e,t,n)},o.prototype.setColWidth=function(e,t,n){return this.ej2Instances.setColWidth(e,t,n)},o.prototype.setRowHeight=function(e,t,n,o){return this.ej2Instances.setRowHeight(e,t,n,o)},o.prototype.showSpinner=function(){return this.ej2Instances.showSpinner()},o.prototype.sort=function(e,t){return this.ej2Instances.sort(e,t)},o.prototype.startEdit=function(){return this.ej2Instances.startEdit()},o.prototype.undo=function(){return this.ej2Instances.undo()},o.prototype.unprotectSheet=function(e){return this.ej2Instances.unprotectSheet(e)},o.prototype.updateAction=function(e){return this.ej2Instances.updateAction(e)},o.prototype.updateCell=function(e,t){return this.ej2Instances.updateCell(e,t)},o.prototype.updateRange=function(e,t){return this.ej2Instances.updateRange(e,t)},o.prototype.updateUndoRedoCollection=function(e){return this.ej2Instances.updateUndoRedoCollection(e)},o.prototype.wrap=function(e,t){return this.ej2Instances.wrap(e,t)},o=we([n.EJComponentDecorator({props:Pe},Me)],o)}(n.ComponentBase),Ae={name:"ejs-spreadsheet",install:function(e){e.component(Ae.name,Je),e.component(de.name,me),e.component(ye.name,he),e.component(U.name,N),e.component(B.name,H),e.component(J.name,M),e.component(V.name,E),e.component(v.name,b),e.component(I.name,j),e.component(R.name,D),e.component(P.name,w),e.component(G.name,W),e.component(L.name,K),e.component(ne.name,te),e.component(ee.name,Z),e.component(ue.name,ae),e.component(se.name,ce),e.component(Ce.name,_e),e.component(ve.name,be)}};e.ImagesDirective=j,e.ImageDirective=b,e.ImagesPlugin=I,e.ImagePlugin=v,e.ChartsDirective=w,e.ChartDirective=D,e.ChartsPlugin=P,e.ChartPlugin=R,e.CellsDirective=E,e.CellDirective=M,e.CellsPlugin=V,e.CellPlugin=J,e.RowsDirective=H,e.RowDirective=N,e.RowsPlugin=B,e.RowPlugin=U,e.ColumnsDirective=K,e.ColumnDirective=W,e.ColumnsPlugin=L,e.ColumnPlugin=G,e.RangesDirective=Z,e.RangeDirective=te,e.RangesPlugin=ee,e.RangePlugin=ne,e.ConditionalFormatsDirective=ce,e.ConditionalFormatDirective=ae,e.ConditionalFormatsPlugin=se,e.ConditionalFormatPlugin=ue,e.SheetsDirective=he,e.SheetDirective=me,e.SheetsPlugin=ye,e.SheetPlugin=de,e.DefinedNamesDirective=be,e.DefinedNameDirective=_e,e.DefinedNamesPlugin=ve,e.DefinedNamePlugin=Ce,e.SpreadsheetComponent=Je,e.SpreadsheetPlugin=Ae,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
1
+ /*!
2
+ * filename: ej2-vue-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
+ */
10
+ /*!
11
+ * filename: ej2-vue-spreadsheet.umd.min.js
12
+ * version : 19.1.63
13
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
+ * Use of this code is subject to the terms of our license.
15
+ * A copy of the current license can be obtained at any time by e-mailing
16
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
17
+ * applicable laws.
18
+ */
19
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-spreadsheet"),require("vue"),require("@syncfusion/ej2-vue-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-spreadsheet","vue","@syncfusion/ej2-vue-base"],t):t(e.ej={},e.ej2Spreadsheet,e.Vue,e.ej2VueBase)}(this,function(e,t,n,o){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var r=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),s={name:"e-images",install:function(e){e.component(s.name,c)}},a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),u={name:"e-image",install:function(e){e.component(u.name,a)}},p=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),l=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){},t=l([o.EJComponentDecorator({})],t)}(n),y={name:"e-charts",install:function(e){e.component(y.name,f)}},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){},t=l([o.EJComponentDecorator({})],t)}(n),m={name:"e-chart",install:function(e){e.component(m.name,h)}},d=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),j=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},I=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.render=function(){},t=j([o.EJComponentDecorator({})],t)}(n),b={name:"e-cells",install:function(e){e.component(b.name,I)}},g=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.render=function(){},t=j([o.EJComponentDecorator({})],t)}(n),v={name:"e-cell",install:function(e){e.component(v.name,g)}},C=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),_=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},O=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return C(t,e),t.prototype.render=function(){},t=_([o.EJComponentDecorator({})],t)}(n),w={name:"e-rows",install:function(e){e.component(w.name,O)}},P=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return C(t,e),t.prototype.render=function(){},t=_([o.EJComponentDecorator({})],t)}(n),D={name:"e-row",install:function(e){e.component(D.name,P)}},R=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},S=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return R(t,e),t.prototype.render=function(){},t=F([o.EJComponentDecorator({})],t)}(n),E={name:"e-columns",install:function(e){e.component(E.name,S)}},M=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return R(t,e),t.prototype.render=function(){},t=F([o.EJComponentDecorator({})],t)}(n),J={name:"e-column",install:function(e){e.component(J.name,M)}},A=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),x=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},T=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return A(t,e),t.prototype.render=function(){},t=x([o.EJComponentDecorator({})],t)}(n),k={name:"e-ranges",install:function(e){e.component(k.name,T)}},H=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return A(t,e),t.prototype.render=function(){},t=x([o.EJComponentDecorator({})],t)}(n),B={name:"e-range",install:function(e){e.component(B.name,H)}},N=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),z=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},U=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return N(t,e),t.prototype.render=function(){},t=z([o.EJComponentDecorator({})],t)}(n),V={name:"e-conditionalformats",install:function(e){e.component(V.name,U)}},q=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return N(t,e),t.prototype.render=function(){},t=z([o.EJComponentDecorator({})],t)}(n),K={name:"e-conditionalformat",install:function(e){e.component(K.name,q)}},W=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),$=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},G=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return W(t,e),t.prototype.render=function(){},t=$([o.EJComponentDecorator({})],t)}(n),L={name:"e-sheets",install:function(e){e.component(L.name,G)}},Q=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return W(t,e),t.prototype.render=function(){},t=$([o.EJComponentDecorator({})],t)}(n),X={name:"e-sheet",install:function(e){e.component(X.name,Q)}},Y=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Z=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},ee=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Y(t,e),t.prototype.render=function(){},t=Z([o.EJComponentDecorator({})],t)}(n),te={name:"e-definednames",install:function(e){e.component(te.name,ee)}},ne=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Y(t,e),t.prototype.render=function(){},t=Z([o.EJComponentDecorator({})],t)}(n),oe={name:"e-definedname",install:function(e){e.component(oe.name,ne)}},re=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ie=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},ce=["activeSheetIndex","allowCellFormatting","allowChart","allowConditionalFormat","allowDataValidation","allowDelete","allowEditing","allowFiltering","allowFindAndReplace","allowHyperlink","allowImage","allowInsert","allowMerge","allowNumberFormatting","allowOpen","allowResizing","allowSave","allowScrolling","allowSorting","allowUndoRedo","allowWrap","cellStyle","cssClass","definedNames","enableClipboard","enableContextMenu","enableKeyboardNavigation","enableKeyboardShortcut","enablePersistence","enableRtl","height","isProtected","locale","openUrl","password","saveUrl","scrollSettings","selectionSettings","sheets","showFormulaBar","showRibbon","showSheetTabs","width","actionBegin","actionComplete","afterHyperlinkClick","afterHyperlinkCreate","beforeCellFormat","beforeCellRender","beforeCellSave","beforeDataBound","beforeHyperlinkClick","beforeHyperlinkCreate","beforeOpen","beforeSave","beforeSelect","beforeSort","cellEdit","cellEditing","cellSave","contextMenuBeforeClose","contextMenuBeforeOpen","contextMenuItemSelect","created","dataBound","dataSourceChanged","dialogBeforeOpen","fileMenuBeforeClose","fileMenuBeforeOpen","fileMenuItemSelect","openComplete","openFailure","queryCellInfo","saveComplete","select","sortComplete"],se=[],ae=function(e){function n(){var n=e.call(this)||this;return n.propKeys=ce,n.models=se,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-sheets":{"e-sheet":{"e-rows":{"e-row":{"e-cells":{"e-cell":{"e-images":"e-image","e-charts":"e-chart"}}}},"e-columns":"e-column","e-ranges":"e-range","e-conditionalformats":"e-conditionalformat"}},"e-definednames":"e-definedname"},n.tagNameMapper={"e-images":"e-image","e-charts":"e-chart","e-conditionalformats":"e-conditionalFormats","e-definednames":"e-definedNames"},n.ej2Instances=new t.Spreadsheet({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return re(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.Unfreeze=function(e){return this.ej2Instances.Unfreeze(e)},n.prototype.addContextMenuItems=function(e,t,n,o){return this.ej2Instances.addContextMenuItems(e,t,n,o)},n.prototype.addCustomFunction=function(e,t){return this.ej2Instances.addCustomFunction(e,t)},n.prototype.addDataValidation=function(e,t){return this.ej2Instances.addDataValidation(e,t)},n.prototype.addDefinedName=function(e){return this.ej2Instances.addDefinedName(e)},n.prototype.addFileMenuItems=function(e,t,n,o){return this.ej2Instances.addFileMenuItems(e,t,n,o)},n.prototype.addHyperlink=function(e,t){return this.ej2Instances.addHyperlink(e,t)},n.prototype.addInvalidHighlight=function(e){return this.ej2Instances.addInvalidHighlight(e)},n.prototype.addRibbonTabs=function(e,t){return this.ej2Instances.addRibbonTabs(e,t)},n.prototype.addToolbarItems=function(e,t,n){return this.ej2Instances.addToolbarItems(e,t,n)},n.prototype.applyFilter=function(e,t){return this.ej2Instances.applyFilter(e,t)},n.prototype.autoFit=function(e){return this.ej2Instances.autoFit(e)},n.prototype.cellFormat=function(e,t){return this.ej2Instances.cellFormat(e,t)},n.prototype.clear=function(e){return this.ej2Instances.clear(e)},n.prototype.clearConditionalFormat=function(e){return this.ej2Instances.clearConditionalFormat(e)},n.prototype.clearFilter=function(e){return this.ej2Instances.clearFilter(e)},n.prototype.closeEdit=function(){return this.ej2Instances.closeEdit()},n.prototype.computeExpression=function(e){return this.ej2Instances.computeExpression(e)},n.prototype.conditionalFormat=function(e){return this.ej2Instances.conditionalFormat(e)},n.prototype.copy=function(e){return this.ej2Instances.copy(e)},n.prototype.cut=function(e){return this.ej2Instances.cut(e)},n.prototype.delete=function(e,t,n,o){return this.ej2Instances.delete(e,t,n,o)},n.prototype.deleteChart=function(e){return this.ej2Instances.deleteChart(e)},n.prototype.deleteImage=function(e,t){return this.ej2Instances.deleteImage(e,t)},n.prototype.enableContextMenuItems=function(e,t,n){return this.ej2Instances.enableContextMenuItems(e,t,n)},n.prototype.enableFileMenuItems=function(e,t,n){return this.ej2Instances.enableFileMenuItems(e,t,n)},n.prototype.enableRibbonTabs=function(e,t){return this.ej2Instances.enableRibbonTabs(e,t)},n.prototype.enableToolbarItems=function(e,t,n){return this.ej2Instances.enableToolbarItems(e,t,n)},n.prototype.endEdit=function(){return this.ej2Instances.endEdit()},n.prototype.find=function(e){return this.ej2Instances.find(e)},n.prototype.findAll=function(e,t,n,o,r){return this.ej2Instances.findAll(e,t,n,o,r)},n.prototype.freezePanes=function(e,t,n){return this.ej2Instances.freezePanes(e,t,n)},n.prototype.getData=function(e){return this.ej2Instances.getData(e)},n.prototype.getDisplayText=function(e){return this.ej2Instances.getDisplayText(e)},n.prototype.getSelectAllContent=function(){return this.ej2Instances.getSelectAllContent()},n.prototype.goTo=function(e){return this.ej2Instances.goTo(e)},n.prototype.hideFileMenuItems=function(e,t,n){return this.ej2Instances.hideFileMenuItems(e,t,n)},n.prototype.hideRibbonTabs=function(e,t){return this.ej2Instances.hideRibbonTabs(e,t)},n.prototype.hideSpinner=function(){return this.ej2Instances.hideSpinner()},n.prototype.hideToolbarItems=function(e,t,n){return this.ej2Instances.hideToolbarItems(e,t,n)},n.prototype.insertChart=function(e){return this.ej2Instances.insertChart(e)},n.prototype.insertColumn=function(e,t,n){return this.ej2Instances.insertColumn(e,t,n)},n.prototype.insertImage=function(e,t){return this.ej2Instances.insertImage(e,t)},n.prototype.insertRow=function(e,t,n){return this.ej2Instances.insertRow(e,t,n)},n.prototype.insertSheet=function(e,t){return this.ej2Instances.insertSheet(e,t)},n.prototype.lockCells=function(e,t){return this.ej2Instances.lockCells(e,t)},n.prototype.merge=function(e,t){return this.ej2Instances.merge(e,t)},n.prototype.numberFormat=function(e,t){return this.ej2Instances.numberFormat(e,t)},n.prototype.open=function(e){return this.ej2Instances.open(e)},n.prototype.openFromJson=function(e){return this.ej2Instances.openFromJson(e)},n.prototype.paste=function(e,t){return this.ej2Instances.paste(e,t)},n.prototype.protectSheet=function(e,t){return this.ej2Instances.protectSheet(e,t)},n.prototype.redo=function(){return this.ej2Instances.redo()},n.prototype.refresh=function(e){return this.ej2Instances.refresh(e)},n.prototype.removeContextMenuItems=function(e,t){return this.ej2Instances.removeContextMenuItems(e,t)},n.prototype.removeDataValidation=function(e){return this.ej2Instances.removeDataValidation(e)},n.prototype.removeDefinedName=function(e,t){return this.ej2Instances.removeDefinedName(e,t)},n.prototype.removeHyperlink=function(e){return this.ej2Instances.removeHyperlink(e)},n.prototype.removeInvalidHighlight=function(e){return this.ej2Instances.removeInvalidHighlight(e)},n.prototype.replace=function(e){return this.ej2Instances.replace(e)},n.prototype.resize=function(){return this.ej2Instances.resize()},n.prototype.save=function(e){return this.ej2Instances.save(e)},n.prototype.saveAsJson=function(){return this.ej2Instances.saveAsJson()},n.prototype.selectRange=function(e){return this.ej2Instances.selectRange(e)},n.prototype.setBorder=function(e,t,n){return this.ej2Instances.setBorder(e,t,n)},n.prototype.setColWidth=function(e,t,n){return this.ej2Instances.setColWidth(e,t,n)},n.prototype.setRowHeight=function(e,t,n,o){return this.ej2Instances.setRowHeight(e,t,n,o)},n.prototype.showSpinner=function(){return this.ej2Instances.showSpinner()},n.prototype.sort=function(e,t){return this.ej2Instances.sort(e,t)},n.prototype.startEdit=function(){return this.ej2Instances.startEdit()},n.prototype.undo=function(){return this.ej2Instances.undo()},n.prototype.unprotectSheet=function(e){return this.ej2Instances.unprotectSheet(e)},n.prototype.updateAction=function(e){return this.ej2Instances.updateAction(e)},n.prototype.updateCell=function(e,t){return this.ej2Instances.updateCell(e,t)},n.prototype.updateUndoRedoCollection=function(e){return this.ej2Instances.updateUndoRedoCollection(e)},n.prototype.wrap=function(e,t){return this.ej2Instances.wrap(e,t)},n=ie([o.EJComponentDecorator({props:ce})],n)}(o.ComponentBase),ue={name:"ejs-spreadsheet",install:function(e){e.component(ue.name,ae),e.component(X.name,Q),e.component(L.name,G),e.component(D.name,P),e.component(w.name,O),e.component(v.name,g),e.component(b.name,I),e.component(u.name,a),e.component(s.name,c),e.component(m.name,h),e.component(y.name,f),e.component(J.name,M),e.component(E.name,S),e.component(B.name,H),e.component(k.name,T),e.component(K.name,q),e.component(V.name,U),e.component(oe.name,ne),e.component(te.name,ee)}};e.ImagesDirective=c,e.ImageDirective=a,e.ImagesPlugin=s,e.ImagePlugin=u,e.ChartsDirective=f,e.ChartDirective=h,e.ChartsPlugin=y,e.ChartPlugin=m,e.CellsDirective=I,e.CellDirective=g,e.CellsPlugin=b,e.CellPlugin=v,e.RowsDirective=O,e.RowDirective=P,e.RowsPlugin=w,e.RowPlugin=D,e.ColumnsDirective=S,e.ColumnDirective=M,e.ColumnsPlugin=E,e.ColumnPlugin=J,e.RangesDirective=T,e.RangeDirective=H,e.RangesPlugin=k,e.RangePlugin=B,e.ConditionalFormatsDirective=U,e.ConditionalFormatDirective=q,e.ConditionalFormatsPlugin=V,e.ConditionalFormatPlugin=K,e.SheetsDirective=G,e.SheetDirective=Q,e.SheetsPlugin=L,e.SheetPlugin=X,e.DefinedNamesDirective=ee,e.DefinedNameDirective=ne,e.DefinedNamesPlugin=te,e.DefinedNamePlugin=oe,e.SpreadsheetComponent=ae,e.SpreadsheetPlugin=ue,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
2
20
  //# sourceMappingURL=ej2-vue-spreadsheet.umd.min.js.map