@syncfusion/ej2-vue-spreadsheet 20.2.49 → 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 (74) hide show
  1. package/CHANGELOG.md +0 -72
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
  3. package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-spreadsheet.es2015.js +66 -76
  5. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es5.js +66 -76
  7. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/spreadsheet/cells.directive.d.ts +0 -1
  11. package/src/spreadsheet/cells.directive.js +5 -6
  12. package/src/spreadsheet/chart.directive.d.ts +0 -1
  13. package/src/spreadsheet/chart.directive.js +5 -6
  14. package/src/spreadsheet/columns.directive.d.ts +0 -1
  15. package/src/spreadsheet/columns.directive.js +5 -6
  16. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -1
  17. package/src/spreadsheet/conditionalformats.directive.js +5 -6
  18. package/src/spreadsheet/definednames.directive.d.ts +0 -1
  19. package/src/spreadsheet/definednames.directive.js +5 -6
  20. package/src/spreadsheet/image.directive.d.ts +0 -1
  21. package/src/spreadsheet/image.directive.js +5 -6
  22. package/src/spreadsheet/ranges.directive.d.ts +0 -1
  23. package/src/spreadsheet/ranges.directive.js +5 -6
  24. package/src/spreadsheet/rows.directive.d.ts +0 -1
  25. package/src/spreadsheet/rows.directive.js +5 -6
  26. package/src/spreadsheet/sheets.directive.d.ts +0 -1
  27. package/src/spreadsheet/sheets.directive.js +5 -6
  28. package/src/spreadsheet/spreadsheet.component.d.ts +0 -1
  29. package/src/spreadsheet/spreadsheet.component.js +4 -5
  30. package/styles/bootstrap-dark.css +44 -37
  31. package/styles/bootstrap.css +43 -36
  32. package/styles/bootstrap4.css +44 -36
  33. package/styles/bootstrap5-dark.css +47 -37
  34. package/styles/bootstrap5.css +47 -37
  35. package/styles/fabric-dark.css +43 -36
  36. package/styles/fabric.css +43 -36
  37. package/styles/fluent-dark.css +40 -42
  38. package/styles/fluent.css +40 -42
  39. package/styles/highcontrast-light.css +34 -37
  40. package/styles/highcontrast.css +39 -36
  41. package/styles/material-dark.css +39 -39
  42. package/styles/material.css +37 -37
  43. package/styles/ribbon/bootstrap-dark.css +1 -1
  44. package/styles/ribbon/bootstrap.css +1 -1
  45. package/styles/ribbon/bootstrap4.css +1 -1
  46. package/styles/ribbon/bootstrap5-dark.css +1 -1
  47. package/styles/ribbon/bootstrap5.css +1 -1
  48. package/styles/ribbon/fabric-dark.css +1 -1
  49. package/styles/ribbon/fabric.css +1 -1
  50. package/styles/ribbon/fluent-dark.css +1 -1
  51. package/styles/ribbon/fluent.css +1 -1
  52. package/styles/ribbon/highcontrast-light.css +1 -1
  53. package/styles/ribbon/highcontrast.css +1 -1
  54. package/styles/ribbon/material-dark.css +1 -1
  55. package/styles/ribbon/material.css +1 -1
  56. package/styles/ribbon/tailwind-dark.css +1 -1
  57. package/styles/ribbon/tailwind.css +1 -1
  58. package/styles/spreadsheet/bootstrap-dark.css +43 -36
  59. package/styles/spreadsheet/bootstrap.css +42 -35
  60. package/styles/spreadsheet/bootstrap4.css +43 -35
  61. package/styles/spreadsheet/bootstrap5-dark.css +46 -36
  62. package/styles/spreadsheet/bootstrap5.css +46 -36
  63. package/styles/spreadsheet/fabric-dark.css +42 -35
  64. package/styles/spreadsheet/fabric.css +42 -35
  65. package/styles/spreadsheet/fluent-dark.css +39 -41
  66. package/styles/spreadsheet/fluent.css +39 -41
  67. package/styles/spreadsheet/highcontrast-light.css +33 -36
  68. package/styles/spreadsheet/highcontrast.css +38 -35
  69. package/styles/spreadsheet/material-dark.css +38 -38
  70. package/styles/spreadsheet/material.css +36 -36
  71. package/styles/spreadsheet/tailwind-dark.css +38 -37
  72. package/styles/spreadsheet/tailwind.css +38 -37
  73. package/styles/tailwind-dark.css +39 -38
  74. 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
 
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-vue-spreadsheet.umd.min.js
3
- * version : 20.2.49
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-spreadsheet"),require("vue"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-spreadsheet","vue","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Spreadsheet,e.Vue,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,o,r){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var i=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},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){},t=c([o.EJComponentDecorator({})],t)}(n),a={name:"e-images",install:function(e){e.component(a.name,s)}},u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){},t=c([o.EJComponentDecorator({})],t)}(n),p={name:"e-image",install:function(e){e.component(p.name,u)}},l=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},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([o.EJComponentDecorator({})],t)}(n),y={name:"e-charts",install:function(e){e.component(y.name,h)}},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([o.EJComponentDecorator({})],t)}(n),m={name:"e-chart",install:function(e){e.component(m.name,d)}},j=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},g=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=I([o.EJComponentDecorator({})],t)}(n),b={name:"e-cells",install:function(e){e.component(b.name,g)}},v=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=I([o.EJComponentDecorator({})],t)}(n),C={name:"e-cell",install:function(e){e.component(C.name,v)}},_=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)}}(),w=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 _(t,e),t.prototype.render=function(){},t=w([o.EJComponentDecorator({})],t)}(n),P={name:"e-rows",install:function(e){e.component(P.name,O)}},D=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){},t=w([o.EJComponentDecorator({})],t)}(n),R={name:"e-row",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},E=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.render=function(){},t=S([o.EJComponentDecorator({})],t)}(n),M={name:"e-columns",install:function(e){e.component(M.name,E)}},J=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.render=function(){},t=S([o.EJComponentDecorator({})],t)}(n),T={name:"e-column",install:function(e){e.component(T.name,J)}},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},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),k={name:"e-ranges",install:function(e){e.component(k.name,H)}},B=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),N={name:"e-range",install:function(e){e.component(N.name,B)}},z=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)}}(),V=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 z(t,e),t.prototype.render=function(){},t=V([o.EJComponentDecorator({})],t)}(n),q={name:"e-conditionalformats",install:function(e){e.component(q.name,U)}},$=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return z(t,e),t.prototype.render=function(){},t=V([o.EJComponentDecorator({})],t)}(n),K={name:"e-conditionalformat",install:function(e){e.component(K.name,$)}},L=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)}}(),W=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 L(t,e),t.prototype.render=function(){},t=W([o.EJComponentDecorator({})],t)}(n),Q={name:"e-sheets",install:function(e){e.component(Q.name,G)}},X=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return L(t,e),t.prototype.render=function(){},t=W([o.EJComponentDecorator({})],t)}(n),Y={name:"e-sheet",install:function(e){e.component(Y.name,X)}},Z=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)}}(),ee=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},te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Z(t,e),t.prototype.render=function(){},t=ee([o.EJComponentDecorator({})],t)}(n),ne={name:"e-definednames",install:function(e){e.component(ne.name,te)}},oe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Z(t,e),t.prototype.render=function(){},t=ee([o.EJComponentDecorator({})],t)}(n),re={name:"e-definedname",install:function(e){e.component(re.name,oe)}},ie=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)}}(),ce=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},se=["isLazyUpdate","plugins","activeSheetIndex","allowAutoFill","allowCellFormatting","allowChart","allowConditionalFormat","allowDataValidation","allowDelete","allowEditing","allowFiltering","allowFindAndReplace","allowFreezePane","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","showAggregate","showFormulaBar","showRibbon","showSheetTabs","width","actionBegin","actionComplete","afterHyperlinkClick","afterHyperlinkCreate","beforeCellFormat","beforeCellRender","beforeCellSave","beforeCellUpdate","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"],ae=[],ue=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=se,n.models=ae,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.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return ie(n,e),n.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],i=this.templateCollection[o];if(i&&i.length){for(var c=0,s=i;c<s.length;c++){var a=s[c];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},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.custom=function(){this.updated()},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,n){return this.ej2Instances.addCustomFunction(e,t,n)},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,n){return this.ej2Instances.addHyperlink(e,t,n)},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.autoFill=function(e,t,n,o){return this.ej2Instances.autoFill(e,t,n,o)},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.duplicateSheet=function(e){return this.ej2Instances.duplicateSheet(e)},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.getRowData=function(e,t){return this.ej2Instances.getRowData(e,t)},n.prototype.getSelectAllContent=function(){return this.ej2Instances.getSelectAllContent()},n.prototype.goTo=function(e){return this.ej2Instances.goTo(e)},n.prototype.hideColumn=function(e,t,n){return this.ej2Instances.hideColumn(e,t,n)},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.hideRow=function(e,t,n){return this.ej2Instances.hideRow(e,t,n)},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.isValidCell=function(e){return this.ej2Instances.isValidCell(e)},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.moveSheet=function(e,t){return this.ej2Instances.moveSheet(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,n){return this.ej2Instances.protectSheet(e,t,n)},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.unMerge=function(e){return this.ej2Instances.unMerge(e)},n.prototype.undo=function(){return this.ej2Instances.undo()},n.prototype.unfreezePanes=function(e){return this.ej2Instances.unfreezePanes(e)},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.updateRange=function(e,t){return this.ej2Instances.updateRange(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=ce([o.EJComponentDecorator({props:se})],n)}(o.ComponentBase),pe={name:"ejs-spreadsheet",install:function(e){e.component(pe.name,ue),e.component(Y.name,X),e.component(Q.name,G),e.component(R.name,D),e.component(P.name,O),e.component(C.name,v),e.component(b.name,g),e.component(p.name,u),e.component(a.name,s),e.component(m.name,d),e.component(y.name,h),e.component(T.name,J),e.component(M.name,E),e.component(N.name,B),e.component(k.name,H),e.component(K.name,$),e.component(q.name,U),e.component(re.name,oe),e.component(ne.name,te)}};e.ImagesDirective=s,e.ImageDirective=u,e.ImagesPlugin=a,e.ImagePlugin=p,e.ChartsDirective=h,e.ChartDirective=d,e.ChartsPlugin=y,e.ChartPlugin=m,e.CellsDirective=g,e.CellDirective=v,e.CellsPlugin=b,e.CellPlugin=C,e.RowsDirective=O,e.RowDirective=D,e.RowsPlugin=P,e.RowPlugin=R,e.ColumnsDirective=E,e.ColumnDirective=J,e.ColumnsPlugin=M,e.ColumnPlugin=T,e.RangesDirective=H,e.RangeDirective=B,e.RangesPlugin=k,e.RangePlugin=N,e.ConditionalFormatsDirective=U,e.ConditionalFormatDirective=$,e.ConditionalFormatsPlugin=q,e.ConditionalFormatPlugin=K,e.SheetsDirective=G,e.SheetDirective=X,e.SheetsPlugin=Q,e.SheetPlugin=Y,e.DefinedNamesDirective=te,e.DefinedNameDirective=oe,e.DefinedNamesPlugin=ne,e.DefinedNamePlugin=re,e.SpreadsheetComponent=ue,e.SpreadsheetPlugin=pe,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-spreadsheet"),require("vue"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-spreadsheet","vue","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Spreadsheet,e.Vue,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,o,r){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var i=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},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){},t=c([o.EJComponentDecorator({})],t)}(n),a={name:"e-images",install:function(e){e.component(a.name,s)}},u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.prototype.render=function(){},t=c([o.EJComponentDecorator({})],t)}(n),p={name:"e-image",install:function(e){e.component(p.name,u)}},l=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},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([o.EJComponentDecorator({})],t)}(n),y={name:"e-charts",install:function(e){e.component(y.name,h)}},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([o.EJComponentDecorator({})],t)}(n),m={name:"e-chart",install:function(e){e.component(m.name,d)}},j=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},g=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=I([o.EJComponentDecorator({})],t)}(n),b={name:"e-cells",install:function(e){e.component(b.name,g)}},v=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=I([o.EJComponentDecorator({})],t)}(n),C={name:"e-cell",install:function(e){e.component(C.name,v)}},_=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)}}(),w=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 _(t,e),t.prototype.render=function(){},t=w([o.EJComponentDecorator({})],t)}(n),P={name:"e-rows",install:function(e){e.component(P.name,O)}},D=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){},t=w([o.EJComponentDecorator({})],t)}(n),R={name:"e-row",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},E=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.render=function(){},t=S([o.EJComponentDecorator({})],t)}(n),M={name:"e-columns",install:function(e){e.component(M.name,E)}},J=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.render=function(){},t=S([o.EJComponentDecorator({})],t)}(n),T={name:"e-column",install:function(e){e.component(T.name,J)}},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},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),k={name:"e-ranges",install:function(e){e.component(k.name,H)}},B=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),N={name:"e-range",install:function(e){e.component(N.name,B)}},z=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)}}(),V=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 z(t,e),t.prototype.render=function(){},t=V([o.EJComponentDecorator({})],t)}(n),q={name:"e-conditionalformats",install:function(e){e.component(q.name,U)}},$=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return z(t,e),t.prototype.render=function(){},t=V([o.EJComponentDecorator({})],t)}(n),K={name:"e-conditionalformat",install:function(e){e.component(K.name,$)}},L=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)}}(),W=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 L(t,e),t.prototype.render=function(){},t=W([o.EJComponentDecorator({})],t)}(n),Q={name:"e-sheets",install:function(e){e.component(Q.name,G)}},X=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return L(t,e),t.prototype.render=function(){},t=W([o.EJComponentDecorator({})],t)}(n),Y={name:"e-sheet",install:function(e){e.component(Y.name,X)}},Z=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)}}(),ee=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},te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Z(t,e),t.prototype.render=function(){},t=ee([o.EJComponentDecorator({})],t)}(n),ne={name:"e-definednames",install:function(e){e.component(ne.name,te)}},oe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Z(t,e),t.prototype.render=function(){},t=ee([o.EJComponentDecorator({})],t)}(n),re={name:"e-definedname",install:function(e){e.component(re.name,oe)}},ie=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)}}(),ce=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},se=["isLazyUpdate","plugins","activeSheetIndex","allowAutoFill","allowCellFormatting","allowChart","allowConditionalFormat","allowDataValidation","allowDelete","allowEditing","allowFiltering","allowFindAndReplace","allowFreezePane","allowHyperlink","allowImage","allowInsert","allowMerge","allowNumberFormatting","allowOpen","allowResizing","allowSave","allowScrolling","allowSorting","allowUndoRedo","allowWrap","autoFillSettings","cellStyle","cssClass","currencyCode","definedNames","enableClipboard","enableContextMenu","enableKeyboardNavigation","enableKeyboardShortcut","enablePersistence","enableRtl","height","isProtected","locale","openUrl","password","saveUrl","scrollSettings","selectionSettings","sheets","showAggregate","showFormulaBar","showRibbon","showSheetTabs","width","actionBegin","actionComplete","afterHyperlinkClick","afterHyperlinkCreate","beforeCellFormat","beforeCellRender","beforeCellSave","beforeCellUpdate","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"],ae=[],ue=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=se,n.models=ae,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.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return ie(n,e),n.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],i=this.templateCollection[o];if(i&&i.length){for(var c=0,s=i;c<s.length;c++){var a=s[c];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},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.custom=function(){this.updated()},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,n){return this.ej2Instances.addCustomFunction(e,t,n)},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,n){return this.ej2Instances.addHyperlink(e,t,n)},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.autoFill=function(e,t,n,o){return this.ej2Instances.autoFill(e,t,n,o)},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.duplicateSheet=function(e){return this.ej2Instances.duplicateSheet(e)},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.getRowData=function(e,t){return this.ej2Instances.getRowData(e,t)},n.prototype.getSelectAllContent=function(){return this.ej2Instances.getSelectAllContent()},n.prototype.goTo=function(e){return this.ej2Instances.goTo(e)},n.prototype.hideColumn=function(e,t,n){return this.ej2Instances.hideColumn(e,t,n)},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.hideRow=function(e,t,n){return this.ej2Instances.hideRow(e,t,n)},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.isValidCell=function(e){return this.ej2Instances.isValidCell(e)},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.moveSheet=function(e,t){return this.ej2Instances.moveSheet(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,n){return this.ej2Instances.protectSheet(e,t,n)},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.unMerge=function(e){return this.ej2Instances.unMerge(e)},n.prototype.undo=function(){return this.ej2Instances.undo()},n.prototype.unfreezePanes=function(e){return this.ej2Instances.unfreezePanes(e)},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.updateRange=function(e,t){return this.ej2Instances.updateRange(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=ce([o.EJComponentDecorator({props:se})],n)}(o.ComponentBase),pe={name:"ejs-spreadsheet",install:function(e){e.component(pe.name,ue),e.component(Y.name,X),e.component(Q.name,G),e.component(R.name,D),e.component(P.name,O),e.component(C.name,v),e.component(b.name,g),e.component(p.name,u),e.component(a.name,s),e.component(m.name,d),e.component(y.name,h),e.component(T.name,J),e.component(M.name,E),e.component(N.name,B),e.component(k.name,H),e.component(K.name,$),e.component(q.name,U),e.component(re.name,oe),e.component(ne.name,te)}};e.ImagesDirective=s,e.ImageDirective=u,e.ImagesPlugin=a,e.ImagePlugin=p,e.ChartsDirective=h,e.ChartDirective=d,e.ChartsPlugin=y,e.ChartPlugin=m,e.CellsDirective=g,e.CellDirective=v,e.CellsPlugin=b,e.CellPlugin=C,e.RowsDirective=O,e.RowDirective=D,e.RowsPlugin=P,e.RowPlugin=R,e.ColumnsDirective=E,e.ColumnDirective=J,e.ColumnsPlugin=M,e.ColumnPlugin=T,e.RangesDirective=H,e.RangeDirective=B,e.RangesPlugin=k,e.RangePlugin=N,e.ConditionalFormatsDirective=U,e.ConditionalFormatDirective=$,e.ConditionalFormatsPlugin=q,e.ConditionalFormatPlugin=K,e.SheetsDirective=G,e.SheetDirective=X,e.SheetsPlugin=Q,e.SheetPlugin=Y,e.DefinedNamesDirective=te,e.DefinedNameDirective=oe,e.DefinedNamesPlugin=ne,e.DefinedNamePlugin=re,e.SpreadsheetComponent=ue,e.SpreadsheetPlugin=pe,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-vue-spreadsheet.umd.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-vue-spreadsheet.umd.min.js","sources":["../vue2/src/spreadsheet/image.directive.js","../vue2/src/spreadsheet/chart.directive.js","../vue2/src/spreadsheet/cells.directive.js","../vue2/src/spreadsheet/rows.directive.js","../vue2/src/spreadsheet/columns.directive.js","../vue2/src/spreadsheet/ranges.directive.js","../vue2/src/spreadsheet/conditionalformats.directive.js","../vue2/src/spreadsheet/sheets.directive.js","../vue2/src/spreadsheet/definednames.directive.js","../vue2/src/spreadsheet/spreadsheet.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ImagesDirective = /** @class */ (function (_super) {\n __extends(ImagesDirective, _super);\n function ImagesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ImagesDirective.prototype.render = function () {\n return;\n };\n ImagesDirective = __decorate([\n EJComponentDecorator({})\n ], ImagesDirective);\n return ImagesDirective;\n}(Vue));\nexport { ImagesDirective };\nexport var ImagesPlugin = {\n name: 'e-images',\n install: function (Vue) {\n Vue.component(ImagesPlugin.name, ImagesDirective);\n }\n};\nvar ImageDirective = /** @class */ (function (_super) {\n __extends(ImageDirective, _super);\n function ImageDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ImageDirective.prototype.render = function () {\n return;\n };\n ImageDirective = __decorate([\n EJComponentDecorator({})\n ], ImageDirective);\n return ImageDirective;\n}(Vue));\nexport { ImageDirective };\nexport var ImagePlugin = {\n name: 'e-image',\n install: function (Vue) {\n Vue.component(ImagePlugin.name, ImageDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ChartsDirective = /** @class */ (function (_super) {\n __extends(ChartsDirective, _super);\n function ChartsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ChartsDirective.prototype.render = function () {\n return;\n };\n ChartsDirective = __decorate([\n EJComponentDecorator({})\n ], ChartsDirective);\n return ChartsDirective;\n}(Vue));\nexport { ChartsDirective };\nexport var ChartsPlugin = {\n name: 'e-charts',\n install: function (Vue) {\n Vue.component(ChartsPlugin.name, ChartsDirective);\n }\n};\nvar ChartDirective = /** @class */ (function (_super) {\n __extends(ChartDirective, _super);\n function ChartDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ChartDirective.prototype.render = function () {\n return;\n };\n ChartDirective = __decorate([\n EJComponentDecorator({})\n ], ChartDirective);\n return ChartDirective;\n}(Vue));\nexport { ChartDirective };\nexport var ChartPlugin = {\n name: 'e-chart',\n install: function (Vue) {\n Vue.component(ChartPlugin.name, ChartDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar CellsDirective = /** @class */ (function (_super) {\n __extends(CellsDirective, _super);\n function CellsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CellsDirective.prototype.render = function () {\n return;\n };\n CellsDirective = __decorate([\n EJComponentDecorator({})\n ], CellsDirective);\n return CellsDirective;\n}(Vue));\nexport { CellsDirective };\nexport var CellsPlugin = {\n name: 'e-cells',\n install: function (Vue) {\n Vue.component(CellsPlugin.name, CellsDirective);\n }\n};\n/**\n * `e-cell` directive represent a cell of the VueJS Spreadsheet.\n * It must be contained in a `e-row` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-rows>\n * <e-row>\n * <e-cells>\n * <e-cell value='A1'></e-cell>\n * </e-cells>\n * </e-row>\n * </e-rows>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar CellDirective = /** @class */ (function (_super) {\n __extends(CellDirective, _super);\n function CellDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CellDirective.prototype.render = function () {\n return;\n };\n CellDirective = __decorate([\n EJComponentDecorator({})\n ], CellDirective);\n return CellDirective;\n}(Vue));\nexport { CellDirective };\nexport var CellPlugin = {\n name: 'e-cell',\n install: function (Vue) {\n Vue.component(CellPlugin.name, CellDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar RowsDirective = /** @class */ (function (_super) {\n __extends(RowsDirective, _super);\n function RowsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n RowsDirective.prototype.render = function () {\n return;\n };\n RowsDirective = __decorate([\n EJComponentDecorator({})\n ], RowsDirective);\n return RowsDirective;\n}(Vue));\nexport { RowsDirective };\nexport var RowsPlugin = {\n name: 'e-rows',\n install: function (Vue) {\n Vue.component(RowsPlugin.name, RowsDirective);\n }\n};\n/**\n * `e-row` directive represent a row of the VueJS Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-rows>\n * <e-row></e-row>\n * </e-rows>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar RowDirective = /** @class */ (function (_super) {\n __extends(RowDirective, _super);\n function RowDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n RowDirective.prototype.render = function () {\n return;\n };\n RowDirective = __decorate([\n EJComponentDecorator({})\n ], RowDirective);\n return RowDirective;\n}(Vue));\nexport { RowDirective };\nexport var RowPlugin = {\n name: 'e-row',\n install: function (Vue) {\n Vue.component(RowPlugin.name, RowDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ColumnsDirective = /** @class */ (function (_super) {\n __extends(ColumnsDirective, _super);\n function ColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnsDirective.prototype.render = function () {\n return;\n };\n ColumnsDirective = __decorate([\n EJComponentDecorator({})\n ], ColumnsDirective);\n return ColumnsDirective;\n}(Vue));\nexport { ColumnsDirective };\nexport var ColumnsPlugin = {\n name: 'e-columns',\n install: function (Vue) {\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n }\n};\n/**\n * `e-column` directive represent a column of the VueJS Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-columns>\n * <e-column></e-column>\n * </e-columns>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar ColumnDirective = /** @class */ (function (_super) {\n __extends(ColumnDirective, _super);\n function ColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnDirective.prototype.render = function () {\n return;\n };\n ColumnDirective = __decorate([\n EJComponentDecorator({})\n ], ColumnDirective);\n return ColumnDirective;\n}(Vue));\nexport { ColumnDirective };\nexport var ColumnPlugin = {\n name: 'e-column',\n install: function (Vue) {\n Vue.component(ColumnPlugin.name, ColumnDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar RangesDirective = /** @class */ (function (_super) {\n __extends(RangesDirective, _super);\n function RangesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n RangesDirective.prototype.render = function () {\n return;\n };\n RangesDirective = __decorate([\n EJComponentDecorator({})\n ], RangesDirective);\n return RangesDirective;\n}(Vue));\nexport { RangesDirective };\nexport var RangesPlugin = {\n name: 'e-ranges',\n install: function (Vue) {\n Vue.component(RangesPlugin.name, RangesDirective);\n }\n};\n/**\n * `e-range` directive represent a range of the VueJS Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-ranges>\n * <e-range :dataSource='data'></e-range>\n * </e-ranges>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar RangeDirective = /** @class */ (function (_super) {\n __extends(RangeDirective, _super);\n function RangeDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n RangeDirective.prototype.render = function () {\n return;\n };\n RangeDirective = __decorate([\n EJComponentDecorator({})\n ], RangeDirective);\n return RangeDirective;\n}(Vue));\nexport { RangeDirective };\nexport var RangePlugin = {\n name: 'e-range',\n install: function (Vue) {\n Vue.component(RangePlugin.name, RangeDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ConditionalFormatsDirective = /** @class */ (function (_super) {\n __extends(ConditionalFormatsDirective, _super);\n function ConditionalFormatsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConditionalFormatsDirective.prototype.render = function () {\n return;\n };\n ConditionalFormatsDirective = __decorate([\n EJComponentDecorator({})\n ], ConditionalFormatsDirective);\n return ConditionalFormatsDirective;\n}(Vue));\nexport { ConditionalFormatsDirective };\nexport var ConditionalFormatsPlugin = {\n name: 'e-conditionalformats',\n install: function (Vue) {\n Vue.component(ConditionalFormatsPlugin.name, ConditionalFormatsDirective);\n }\n};\n/**\n * `e-conditionalformat` directive represent a conditionalformat of the VueJS Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-conditionalformats>\n * <e-conditionalformat></e-conditionalformat>\n * </e-conditionalformats>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar ConditionalFormatDirective = /** @class */ (function (_super) {\n __extends(ConditionalFormatDirective, _super);\n function ConditionalFormatDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConditionalFormatDirective.prototype.render = function () {\n return;\n };\n ConditionalFormatDirective = __decorate([\n EJComponentDecorator({})\n ], ConditionalFormatDirective);\n return ConditionalFormatDirective;\n}(Vue));\nexport { ConditionalFormatDirective };\nexport var ConditionalFormatPlugin = {\n name: 'e-conditionalformat',\n install: function (Vue) {\n Vue.component(ConditionalFormatPlugin.name, ConditionalFormatDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar SheetsDirective = /** @class */ (function (_super) {\n __extends(SheetsDirective, _super);\n function SheetsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SheetsDirective.prototype.render = function () {\n return;\n };\n SheetsDirective = __decorate([\n EJComponentDecorator({})\n ], SheetsDirective);\n return SheetsDirective;\n}(Vue));\nexport { SheetsDirective };\nexport var SheetsPlugin = {\n name: 'e-sheets',\n install: function (Vue) {\n Vue.component(SheetsPlugin.name, SheetsDirective);\n }\n};\n/**\n * `e-sheet` directive represent a sheet of the VueJS Spreadsheet.\n * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet></e-sheet>\n * <e-sheet></e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar SheetDirective = /** @class */ (function (_super) {\n __extends(SheetDirective, _super);\n function SheetDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SheetDirective.prototype.render = function () {\n return;\n };\n SheetDirective = __decorate([\n EJComponentDecorator({})\n ], SheetDirective);\n return SheetDirective;\n}(Vue));\nexport { SheetDirective };\nexport var SheetPlugin = {\n name: 'e-sheet',\n install: function (Vue) {\n Vue.component(SheetPlugin.name, SheetDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar DefinedNamesDirective = /** @class */ (function (_super) {\n __extends(DefinedNamesDirective, _super);\n function DefinedNamesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DefinedNamesDirective.prototype.render = function () {\n return;\n };\n DefinedNamesDirective = __decorate([\n EJComponentDecorator({})\n ], DefinedNamesDirective);\n return DefinedNamesDirective;\n}(Vue));\nexport { DefinedNamesDirective };\nexport var DefinedNamesPlugin = {\n name: 'e-definednames',\n install: function (Vue) {\n Vue.component(DefinedNamesPlugin.name, DefinedNamesDirective);\n }\n};\n/**\n * `e-definedname` directive represent a defined name of the VueJS Spreadsheet.\n * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).\n * ```vue\n * <ejs-spreadsheet>\n * <e-definednames>\n * <e-definedname></e-definedname>\n * <e-definedname></e-definedname>\n * </e-definednames>\n * </ejs-spreadsheet>\n * ```\n */\nvar DefinedNameDirective = /** @class */ (function (_super) {\n __extends(DefinedNameDirective, _super);\n function DefinedNameDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DefinedNameDirective.prototype.render = function () {\n return;\n };\n DefinedNameDirective = __decorate([\n EJComponentDecorator({})\n ], DefinedNameDirective);\n return DefinedNameDirective;\n}(Vue));\nexport { DefinedNameDirective };\nexport var DefinedNamePlugin = {\n name: 'e-definedname',\n install: function (Vue) {\n Vue.component(DefinedNamePlugin.name, DefinedNameDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { getValue } from '@syncfusion/ej2-base';\nimport { Spreadsheet } from '@syncfusion/ej2-spreadsheet';\nimport { ImagesDirective, ImageDirective, ImagesPlugin, ImagePlugin } from './image.directive';\nimport { ChartsDirective, ChartDirective, ChartsPlugin, ChartPlugin } from './chart.directive';\nimport { CellsDirective, CellDirective, CellsPlugin, CellPlugin } from './cells.directive';\nimport { RowsDirective, RowDirective, RowsPlugin, RowPlugin } from './rows.directive';\nimport { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';\nimport { RangesDirective, RangeDirective, RangesPlugin, RangePlugin } from './ranges.directive';\nimport { ConditionalFormatsDirective, ConditionalFormatDirective, ConditionalFormatsPlugin, ConditionalFormatPlugin } from './conditionalformats.directive';\nimport { SheetsDirective, SheetDirective, SheetsPlugin, SheetPlugin } from './sheets.directive';\nimport { DefinedNamesDirective, DefinedNameDirective, DefinedNamesPlugin, DefinedNamePlugin } from './definednames.directive';\nexport var properties = ['isLazyUpdate', 'plugins', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowFreezePane', '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', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeCellUpdate', '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'];\nexport var modelProps = [];\n/**\n * `ejs-spreadsheet` represents the VueJS Spreadsheet Component.\n * ```vue\n * <ejs-spreadsheet></ejs-spreadsheet>\n * ```\n */\nvar SpreadsheetComponent = /** @class */ (function (_super) {\n __extends(SpreadsheetComponent, _super);\n function SpreadsheetComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = true;\n _this.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 _this.tagNameMapper = { \"e-images\": \"e-image\", \"e-charts\": \"e-chart\", \"e-conditionalformats\": \"e-conditionalFormats\", \"e-definednames\": \"e-definedNames\" };\n _this.ej2Instances = new Spreadsheet({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n SpreadsheetComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n SpreadsheetComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n SpreadsheetComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n SpreadsheetComponent.prototype.custom = function () {\n this.updated();\n };\n SpreadsheetComponent.prototype.Unfreeze = function (sheet) {\n return this.ej2Instances.Unfreeze(sheet);\n };\n SpreadsheetComponent.prototype.addContextMenuItems = function (items, text, insertAfter, isUniqueId) {\n return this.ej2Instances.addContextMenuItems(items, text, insertAfter, isUniqueId);\n };\n SpreadsheetComponent.prototype.addCustomFunction = function (functionHandler, functionName, formulaDescription) {\n return this.ej2Instances.addCustomFunction(functionHandler, functionName, formulaDescription);\n };\n SpreadsheetComponent.prototype.addDataValidation = function (rules, range) {\n return this.ej2Instances.addDataValidation(rules, range);\n };\n SpreadsheetComponent.prototype.addDefinedName = function (definedName) {\n return this.ej2Instances.addDefinedName(definedName);\n };\n SpreadsheetComponent.prototype.addFileMenuItems = function (items, text, insertAfter, isUniqueId) {\n return this.ej2Instances.addFileMenuItems(items, text, insertAfter, isUniqueId);\n };\n SpreadsheetComponent.prototype.addHyperlink = function (hyperlink, address, displayText) {\n return this.ej2Instances.addHyperlink(hyperlink, address, displayText);\n };\n SpreadsheetComponent.prototype.addInvalidHighlight = function (range) {\n return this.ej2Instances.addInvalidHighlight(range);\n };\n SpreadsheetComponent.prototype.addRibbonTabs = function (items, insertBefore) {\n return this.ej2Instances.addRibbonTabs(items, insertBefore);\n };\n SpreadsheetComponent.prototype.addToolbarItems = function (tab, items, index) {\n return this.ej2Instances.addToolbarItems(tab, items, index);\n };\n SpreadsheetComponent.prototype.applyFilter = function (predicates, range) {\n return this.ej2Instances.applyFilter(predicates, range);\n };\n SpreadsheetComponent.prototype.autoFill = function (fillRange, dataRange, direction, fillType) {\n return this.ej2Instances.autoFill(fillRange, dataRange, direction, fillType);\n };\n SpreadsheetComponent.prototype.autoFit = function (range) {\n return this.ej2Instances.autoFit(range);\n };\n SpreadsheetComponent.prototype.cellFormat = function (style, range) {\n return this.ej2Instances.cellFormat(style, range);\n };\n SpreadsheetComponent.prototype.clear = function (options) {\n return this.ej2Instances.clear(options);\n };\n SpreadsheetComponent.prototype.clearConditionalFormat = function (range) {\n return this.ej2Instances.clearConditionalFormat(range);\n };\n SpreadsheetComponent.prototype.clearFilter = function (field) {\n return this.ej2Instances.clearFilter(field);\n };\n SpreadsheetComponent.prototype.closeEdit = function () {\n return this.ej2Instances.closeEdit();\n };\n SpreadsheetComponent.prototype.computeExpression = function (formula) {\n return this.ej2Instances.computeExpression(formula);\n };\n SpreadsheetComponent.prototype.conditionalFormat = function (conditionalFormat) {\n return this.ej2Instances.conditionalFormat(conditionalFormat);\n };\n SpreadsheetComponent.prototype.copy = function (address) {\n return this.ej2Instances.copy(address);\n };\n SpreadsheetComponent.prototype.cut = function (address) {\n return this.ej2Instances.cut(address);\n };\n SpreadsheetComponent.prototype.delete = function (startIndex, endIndex, model, sheet) {\n return this.ej2Instances.delete(startIndex, endIndex, model, sheet);\n };\n SpreadsheetComponent.prototype.deleteChart = function (id) {\n return this.ej2Instances.deleteChart(id);\n };\n SpreadsheetComponent.prototype.deleteImage = function (id, range) {\n return this.ej2Instances.deleteImage(id, range);\n };\n SpreadsheetComponent.prototype.duplicateSheet = function (sheetIndex) {\n return this.ej2Instances.duplicateSheet(sheetIndex);\n };\n SpreadsheetComponent.prototype.enableContextMenuItems = function (items, enable, isUniqueId) {\n return this.ej2Instances.enableContextMenuItems(items, enable, isUniqueId);\n };\n SpreadsheetComponent.prototype.enableFileMenuItems = function (items, enable, isUniqueId) {\n return this.ej2Instances.enableFileMenuItems(items, enable, isUniqueId);\n };\n SpreadsheetComponent.prototype.enableRibbonTabs = function (tabs, enable) {\n return this.ej2Instances.enableRibbonTabs(tabs, enable);\n };\n SpreadsheetComponent.prototype.enableToolbarItems = function (tab, items, enable) {\n return this.ej2Instances.enableToolbarItems(tab, items, enable);\n };\n SpreadsheetComponent.prototype.endEdit = function () {\n return this.ej2Instances.endEdit();\n };\n SpreadsheetComponent.prototype.find = function (args) {\n return this.ej2Instances.find(args);\n };\n SpreadsheetComponent.prototype.findAll = function (value, mode, isCSen, isEMatch, sheetIndex) {\n return this.ej2Instances.findAll(value, mode, isCSen, isEMatch, sheetIndex);\n };\n SpreadsheetComponent.prototype.freezePanes = function (row, column, sheet) {\n return this.ej2Instances.freezePanes(row, column, sheet);\n };\n SpreadsheetComponent.prototype.getData = function (address) {\n return this.ej2Instances.getData(address);\n };\n SpreadsheetComponent.prototype.getDisplayText = function (cell) {\n return this.ej2Instances.getDisplayText(cell);\n };\n SpreadsheetComponent.prototype.getRowData = function (index, sheetIndex) {\n return this.ej2Instances.getRowData(index, sheetIndex);\n };\n SpreadsheetComponent.prototype.getSelectAllContent = function () {\n return this.ej2Instances.getSelectAllContent();\n };\n SpreadsheetComponent.prototype.goTo = function (address) {\n return this.ej2Instances.goTo(address);\n };\n SpreadsheetComponent.prototype.hideColumn = function (startIndex, endIndex, hide) {\n return this.ej2Instances.hideColumn(startIndex, endIndex, hide);\n };\n SpreadsheetComponent.prototype.hideFileMenuItems = function (items, hide, isUniqueId) {\n return this.ej2Instances.hideFileMenuItems(items, hide, isUniqueId);\n };\n SpreadsheetComponent.prototype.hideRibbonTabs = function (tabs, hide) {\n return this.ej2Instances.hideRibbonTabs(tabs, hide);\n };\n SpreadsheetComponent.prototype.hideRow = function (startIndex, endIndex, hide) {\n return this.ej2Instances.hideRow(startIndex, endIndex, hide);\n };\n SpreadsheetComponent.prototype.hideSpinner = function () {\n return this.ej2Instances.hideSpinner();\n };\n SpreadsheetComponent.prototype.hideToolbarItems = function (tab, indexes, hide) {\n return this.ej2Instances.hideToolbarItems(tab, indexes, hide);\n };\n SpreadsheetComponent.prototype.insertChart = function (chart) {\n return this.ej2Instances.insertChart(chart);\n };\n SpreadsheetComponent.prototype.insertColumn = function (startColumn, endColumn, sheet) {\n return this.ej2Instances.insertColumn(startColumn, endColumn, sheet);\n };\n SpreadsheetComponent.prototype.insertImage = function (images, range) {\n return this.ej2Instances.insertImage(images, range);\n };\n SpreadsheetComponent.prototype.insertRow = function (startRow, endRow, sheet) {\n return this.ej2Instances.insertRow(startRow, endRow, sheet);\n };\n SpreadsheetComponent.prototype.insertSheet = function (startSheet, endSheet) {\n return this.ej2Instances.insertSheet(startSheet, endSheet);\n };\n SpreadsheetComponent.prototype.isValidCell = function (cellAddress) {\n return this.ej2Instances.isValidCell(cellAddress);\n };\n SpreadsheetComponent.prototype.lockCells = function (range, isLocked) {\n return this.ej2Instances.lockCells(range, isLocked);\n };\n SpreadsheetComponent.prototype.merge = function (range, type) {\n return this.ej2Instances.merge(range, type);\n };\n SpreadsheetComponent.prototype.moveSheet = function (position, sheetIndexes) {\n return this.ej2Instances.moveSheet(position, sheetIndexes);\n };\n SpreadsheetComponent.prototype.numberFormat = function (format, range) {\n return this.ej2Instances.numberFormat(format, range);\n };\n SpreadsheetComponent.prototype.open = function (options) {\n return this.ej2Instances.open(options);\n };\n SpreadsheetComponent.prototype.openFromJson = function (options) {\n return this.ej2Instances.openFromJson(options);\n };\n SpreadsheetComponent.prototype.paste = function (address, type) {\n return this.ej2Instances.paste(address, type);\n };\n SpreadsheetComponent.prototype.protectSheet = function (sheet, protectSettings, password) {\n return this.ej2Instances.protectSheet(sheet, protectSettings, password);\n };\n SpreadsheetComponent.prototype.redo = function () {\n return this.ej2Instances.redo();\n };\n SpreadsheetComponent.prototype.refresh = function (isNew) {\n return this.ej2Instances.refresh(isNew);\n };\n SpreadsheetComponent.prototype.removeContextMenuItems = function (items, isUniqueId) {\n return this.ej2Instances.removeContextMenuItems(items, isUniqueId);\n };\n SpreadsheetComponent.prototype.removeDataValidation = function (range) {\n return this.ej2Instances.removeDataValidation(range);\n };\n SpreadsheetComponent.prototype.removeDefinedName = function (definedName, scope) {\n return this.ej2Instances.removeDefinedName(definedName, scope);\n };\n SpreadsheetComponent.prototype.removeHyperlink = function (range) {\n return this.ej2Instances.removeHyperlink(range);\n };\n SpreadsheetComponent.prototype.removeInvalidHighlight = function (range) {\n return this.ej2Instances.removeInvalidHighlight(range);\n };\n SpreadsheetComponent.prototype.replace = function (args) {\n return this.ej2Instances.replace(args);\n };\n SpreadsheetComponent.prototype.resize = function () {\n return this.ej2Instances.resize();\n };\n SpreadsheetComponent.prototype.save = function (saveOptions) {\n return this.ej2Instances.save(saveOptions);\n };\n SpreadsheetComponent.prototype.saveAsJson = function () {\n return this.ej2Instances.saveAsJson();\n };\n SpreadsheetComponent.prototype.selectRange = function (address) {\n return this.ej2Instances.selectRange(address);\n };\n SpreadsheetComponent.prototype.setBorder = function (style, range, type) {\n return this.ej2Instances.setBorder(style, range, type);\n };\n SpreadsheetComponent.prototype.setColWidth = function (width, colIndex, sheetIndex) {\n return this.ej2Instances.setColWidth(width, colIndex, sheetIndex);\n };\n SpreadsheetComponent.prototype.setRowHeight = function (height, rowIndex, sheetIndex, edited) {\n return this.ej2Instances.setRowHeight(height, rowIndex, sheetIndex, edited);\n };\n SpreadsheetComponent.prototype.showSpinner = function () {\n return this.ej2Instances.showSpinner();\n };\n SpreadsheetComponent.prototype.sort = function (sortOptions, range) {\n return this.ej2Instances.sort(sortOptions, range);\n };\n SpreadsheetComponent.prototype.startEdit = function () {\n return this.ej2Instances.startEdit();\n };\n SpreadsheetComponent.prototype.unMerge = function (range) {\n return this.ej2Instances.unMerge(range);\n };\n SpreadsheetComponent.prototype.undo = function () {\n return this.ej2Instances.undo();\n };\n SpreadsheetComponent.prototype.unfreezePanes = function (sheet) {\n return this.ej2Instances.unfreezePanes(sheet);\n };\n SpreadsheetComponent.prototype.unprotectSheet = function (sheet) {\n return this.ej2Instances.unprotectSheet(sheet);\n };\n SpreadsheetComponent.prototype.updateAction = function (options) {\n return this.ej2Instances.updateAction(options);\n };\n SpreadsheetComponent.prototype.updateCell = function (cell, address) {\n return this.ej2Instances.updateCell(cell, address);\n };\n SpreadsheetComponent.prototype.updateRange = function (range, sheetIdx) {\n return this.ej2Instances.updateRange(range, sheetIdx);\n };\n SpreadsheetComponent.prototype.updateUndoRedoCollection = function (args) {\n return this.ej2Instances.updateUndoRedoCollection(args);\n };\n SpreadsheetComponent.prototype.wrap = function (address, wrap) {\n return this.ej2Instances.wrap(address, wrap);\n };\n SpreadsheetComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], SpreadsheetComponent);\n return SpreadsheetComponent;\n}(ComponentBase));\nexport { SpreadsheetComponent };\nexport var SpreadsheetPlugin = {\n name: 'ejs-spreadsheet',\n install: function (Vue) {\n Vue.component(SpreadsheetPlugin.name, SpreadsheetComponent);\n Vue.component(SheetPlugin.name, SheetDirective);\n Vue.component(SheetsPlugin.name, SheetsDirective);\n Vue.component(RowPlugin.name, RowDirective);\n Vue.component(RowsPlugin.name, RowsDirective);\n Vue.component(CellPlugin.name, CellDirective);\n Vue.component(CellsPlugin.name, CellsDirective);\n Vue.component(ImagePlugin.name, ImageDirective);\n Vue.component(ImagesPlugin.name, ImagesDirective);\n Vue.component(ChartPlugin.name, ChartDirective);\n Vue.component(ChartsPlugin.name, ChartsDirective);\n Vue.component(ColumnPlugin.name, ColumnDirective);\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n Vue.component(RangePlugin.name, RangeDirective);\n Vue.component(RangesPlugin.name, RangesDirective);\n Vue.component(ConditionalFormatPlugin.name, ConditionalFormatDirective);\n Vue.component(ConditionalFormatsPlugin.name, ConditionalFormatsDirective);\n Vue.component(DefinedNamePlugin.name, DefinedNameDirective);\n Vue.component(DefinedNamesPlugin.name, DefinedNamesDirective);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","ImagesDirective","_super","apply","render","EJComponentDecorator","Vue","ImagesPlugin","name","install","component","ImageDirective","ImagePlugin","ChartsDirective","ChartsPlugin","ChartDirective","ChartPlugin","CellsDirective","CellsPlugin","CellDirective","CellPlugin","RowsDirective","RowsPlugin","RowDirective","RowPlugin","ColumnsDirective","ColumnsPlugin","ColumnDirective","ColumnPlugin","RangesDirective","RangesPlugin","RangeDirective","RangePlugin","ConditionalFormatsDirective","ConditionalFormatsPlugin","ConditionalFormatDirective","ConditionalFormatPlugin","SheetsDirective","SheetsPlugin","SheetDirective","SheetPlugin","DefinedNamesDirective","DefinedNamesPlugin","DefinedNameDirective","DefinedNamePlugin","properties","modelProps","SpreadsheetComponent","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-sheets","e-sheet","e-rows","e-row","e-cells","e-cell","e-images","e-charts","e-columns","e-ranges","e-conditionalformats","e-definednames","tagNameMapper","ej2Instances","Spreadsheet","bindProperties","_setProperties","setProperties","clearTemplate","updated","templateNames","keys","templateCollection","_i","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","map","model","test","$emit","createElement","$slots","default","custom","Unfreeze","sheet","addContextMenuItems","items","text","insertAfter","isUniqueId","addCustomFunction","functionHandler","functionName","formulaDescription","addDataValidation","rules","range","addDefinedName","definedName","addFileMenuItems","addHyperlink","hyperlink","address","displayText","addInvalidHighlight","addRibbonTabs","insertBefore","addToolbarItems","tab","index","applyFilter","predicates","autoFill","fillRange","dataRange","direction","fillType","autoFit","cellFormat","style","clear","options","clearConditionalFormat","clearFilter","field","closeEdit","computeExpression","formula","conditionalFormat","copy","cut","delete","startIndex","endIndex","deleteChart","id","deleteImage","duplicateSheet","sheetIndex","enableContextMenuItems","enable","enableFileMenuItems","enableRibbonTabs","tabs","enableToolbarItems","endEdit","find","args","findAll","value","mode","isCSen","isEMatch","freezePanes","row","column","getData","getDisplayText","cell","getRowData","getSelectAllContent","goTo","hideColumn","hide","hideFileMenuItems","hideRibbonTabs","hideRow","hideSpinner","hideToolbarItems","indexes","insertChart","chart","insertColumn","startColumn","endColumn","insertImage","images","insertRow","startRow","endRow","insertSheet","startSheet","endSheet","isValidCell","cellAddress","lockCells","isLocked","merge","type","moveSheet","position","sheetIndexes","numberFormat","format","open","openFromJson","paste","protectSheet","protectSettings","password","redo","refresh","isNew","removeContextMenuItems","removeDataValidation","removeDefinedName","scope","removeHyperlink","removeInvalidHighlight","replace","resize","save","saveOptions","saveAsJson","selectRange","setBorder","setColWidth","width","colIndex","setRowHeight","height","rowIndex","edited","showSpinner","sort","sortOptions","startEdit","unMerge","undo","unfreezePanes","unprotectSheet","updateAction","updateCell","updateRange","sheetIdx","updateUndoRedoCollection","wrap","props","ComponentBase","SpreadsheetPlugin"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-vue-spreadsheet.umd.min.js","sources":["../vue2/src/spreadsheet/image.directive.js","../vue2/src/spreadsheet/chart.directive.js","../vue2/src/spreadsheet/cells.directive.js","../vue2/src/spreadsheet/rows.directive.js","../vue2/src/spreadsheet/columns.directive.js","../vue2/src/spreadsheet/ranges.directive.js","../vue2/src/spreadsheet/conditionalformats.directive.js","../vue2/src/spreadsheet/sheets.directive.js","../vue2/src/spreadsheet/definednames.directive.js","../vue2/src/spreadsheet/spreadsheet.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ImagesDirective = /** @class */ (function (_super) {\n __extends(ImagesDirective, _super);\n function ImagesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ImagesDirective.prototype.render = function () {\n return;\n };\n ImagesDirective = __decorate([\n EJComponentDecorator({})\n ], ImagesDirective);\n return ImagesDirective;\n}(Vue));\nexport { ImagesDirective };\nexport var ImagesPlugin = {\n name: 'e-images',\n install: function (Vue) {\n Vue.component(ImagesPlugin.name, ImagesDirective);\n }\n};\nvar ImageDirective = /** @class */ (function (_super) {\n __extends(ImageDirective, _super);\n function ImageDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ImageDirective.prototype.render = function () {\n return;\n };\n ImageDirective = __decorate([\n EJComponentDecorator({})\n ], ImageDirective);\n return ImageDirective;\n}(Vue));\nexport { ImageDirective };\nexport var ImagePlugin = {\n name: 'e-image',\n install: function (Vue) {\n Vue.component(ImagePlugin.name, ImageDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ChartsDirective = /** @class */ (function (_super) {\n __extends(ChartsDirective, _super);\n function ChartsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ChartsDirective.prototype.render = function () {\n return;\n };\n ChartsDirective = __decorate([\n EJComponentDecorator({})\n ], ChartsDirective);\n return ChartsDirective;\n}(Vue));\nexport { ChartsDirective };\nexport var ChartsPlugin = {\n name: 'e-charts',\n install: function (Vue) {\n Vue.component(ChartsPlugin.name, ChartsDirective);\n }\n};\nvar ChartDirective = /** @class */ (function (_super) {\n __extends(ChartDirective, _super);\n function ChartDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ChartDirective.prototype.render = function () {\n return;\n };\n ChartDirective = __decorate([\n EJComponentDecorator({})\n ], ChartDirective);\n return ChartDirective;\n}(Vue));\nexport { ChartDirective };\nexport var ChartPlugin = {\n name: 'e-chart',\n install: function (Vue) {\n Vue.component(ChartPlugin.name, ChartDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar CellsDirective = /** @class */ (function (_super) {\n __extends(CellsDirective, _super);\n function CellsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CellsDirective.prototype.render = function () {\n return;\n };\n CellsDirective = __decorate([\n EJComponentDecorator({})\n ], CellsDirective);\n return CellsDirective;\n}(Vue));\nexport { CellsDirective };\nexport var CellsPlugin = {\n name: 'e-cells',\n install: function (Vue) {\n Vue.component(CellsPlugin.name, CellsDirective);\n }\n};\n/**\n * `e-cell` directive represent a cell of the VueJS Spreadsheet.\n * It must be contained in a `e-row` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-rows>\n * <e-row>\n * <e-cells>\n * <e-cell value='A1'></e-cell>\n * </e-cells>\n * </e-row>\n * </e-rows>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar CellDirective = /** @class */ (function (_super) {\n __extends(CellDirective, _super);\n function CellDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n CellDirective.prototype.render = function () {\n return;\n };\n CellDirective = __decorate([\n EJComponentDecorator({})\n ], CellDirective);\n return CellDirective;\n}(Vue));\nexport { CellDirective };\nexport var CellPlugin = {\n name: 'e-cell',\n install: function (Vue) {\n Vue.component(CellPlugin.name, CellDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar RowsDirective = /** @class */ (function (_super) {\n __extends(RowsDirective, _super);\n function RowsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n RowsDirective.prototype.render = function () {\n return;\n };\n RowsDirective = __decorate([\n EJComponentDecorator({})\n ], RowsDirective);\n return RowsDirective;\n}(Vue));\nexport { RowsDirective };\nexport var RowsPlugin = {\n name: 'e-rows',\n install: function (Vue) {\n Vue.component(RowsPlugin.name, RowsDirective);\n }\n};\n/**\n * `e-row` directive represent a row of the VueJS Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-rows>\n * <e-row></e-row>\n * </e-rows>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar RowDirective = /** @class */ (function (_super) {\n __extends(RowDirective, _super);\n function RowDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n RowDirective.prototype.render = function () {\n return;\n };\n RowDirective = __decorate([\n EJComponentDecorator({})\n ], RowDirective);\n return RowDirective;\n}(Vue));\nexport { RowDirective };\nexport var RowPlugin = {\n name: 'e-row',\n install: function (Vue) {\n Vue.component(RowPlugin.name, RowDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ColumnsDirective = /** @class */ (function (_super) {\n __extends(ColumnsDirective, _super);\n function ColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnsDirective.prototype.render = function () {\n return;\n };\n ColumnsDirective = __decorate([\n EJComponentDecorator({})\n ], ColumnsDirective);\n return ColumnsDirective;\n}(Vue));\nexport { ColumnsDirective };\nexport var ColumnsPlugin = {\n name: 'e-columns',\n install: function (Vue) {\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n }\n};\n/**\n * `e-column` directive represent a column of the VueJS Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-columns>\n * <e-column></e-column>\n * </e-columns>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar ColumnDirective = /** @class */ (function (_super) {\n __extends(ColumnDirective, _super);\n function ColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnDirective.prototype.render = function () {\n return;\n };\n ColumnDirective = __decorate([\n EJComponentDecorator({})\n ], ColumnDirective);\n return ColumnDirective;\n}(Vue));\nexport { ColumnDirective };\nexport var ColumnPlugin = {\n name: 'e-column',\n install: function (Vue) {\n Vue.component(ColumnPlugin.name, ColumnDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar RangesDirective = /** @class */ (function (_super) {\n __extends(RangesDirective, _super);\n function RangesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n RangesDirective.prototype.render = function () {\n return;\n };\n RangesDirective = __decorate([\n EJComponentDecorator({})\n ], RangesDirective);\n return RangesDirective;\n}(Vue));\nexport { RangesDirective };\nexport var RangesPlugin = {\n name: 'e-ranges',\n install: function (Vue) {\n Vue.component(RangesPlugin.name, RangesDirective);\n }\n};\n/**\n * `e-range` directive represent a range of the VueJS Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-ranges>\n * <e-range :dataSource='data'></e-range>\n * </e-ranges>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar RangeDirective = /** @class */ (function (_super) {\n __extends(RangeDirective, _super);\n function RangeDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n RangeDirective.prototype.render = function () {\n return;\n };\n RangeDirective = __decorate([\n EJComponentDecorator({})\n ], RangeDirective);\n return RangeDirective;\n}(Vue));\nexport { RangeDirective };\nexport var RangePlugin = {\n name: 'e-range',\n install: function (Vue) {\n Vue.component(RangePlugin.name, RangeDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ConditionalFormatsDirective = /** @class */ (function (_super) {\n __extends(ConditionalFormatsDirective, _super);\n function ConditionalFormatsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConditionalFormatsDirective.prototype.render = function () {\n return;\n };\n ConditionalFormatsDirective = __decorate([\n EJComponentDecorator({})\n ], ConditionalFormatsDirective);\n return ConditionalFormatsDirective;\n}(Vue));\nexport { ConditionalFormatsDirective };\nexport var ConditionalFormatsPlugin = {\n name: 'e-conditionalformats',\n install: function (Vue) {\n Vue.component(ConditionalFormatsPlugin.name, ConditionalFormatsDirective);\n }\n};\n/**\n * `e-conditionalformat` directive represent a conditionalformat of the VueJS Spreadsheet.\n * It must be contained in a `e-sheet` directive.\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet>\n * <e-conditionalformats>\n * <e-conditionalformat></e-conditionalformat>\n * </e-conditionalformats>\n * </e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar ConditionalFormatDirective = /** @class */ (function (_super) {\n __extends(ConditionalFormatDirective, _super);\n function ConditionalFormatDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ConditionalFormatDirective.prototype.render = function () {\n return;\n };\n ConditionalFormatDirective = __decorate([\n EJComponentDecorator({})\n ], ConditionalFormatDirective);\n return ConditionalFormatDirective;\n}(Vue));\nexport { ConditionalFormatDirective };\nexport var ConditionalFormatPlugin = {\n name: 'e-conditionalformat',\n install: function (Vue) {\n Vue.component(ConditionalFormatPlugin.name, ConditionalFormatDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar SheetsDirective = /** @class */ (function (_super) {\n __extends(SheetsDirective, _super);\n function SheetsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SheetsDirective.prototype.render = function () {\n return;\n };\n SheetsDirective = __decorate([\n EJComponentDecorator({})\n ], SheetsDirective);\n return SheetsDirective;\n}(Vue));\nexport { SheetsDirective };\nexport var SheetsPlugin = {\n name: 'e-sheets',\n install: function (Vue) {\n Vue.component(SheetsPlugin.name, SheetsDirective);\n }\n};\n/**\n * `e-sheet` directive represent a sheet of the VueJS Spreadsheet.\n * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).\n * ```vue\n * <ejs-spreadsheet>\n * <e-sheets>\n * <e-sheet></e-sheet>\n * <e-sheet></e-sheet>\n * </e-sheets>\n * </ejs-spreadsheet>\n * ```\n */\nvar SheetDirective = /** @class */ (function (_super) {\n __extends(SheetDirective, _super);\n function SheetDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SheetDirective.prototype.render = function () {\n return;\n };\n SheetDirective = __decorate([\n EJComponentDecorator({})\n ], SheetDirective);\n return SheetDirective;\n}(Vue));\nexport { SheetDirective };\nexport var SheetPlugin = {\n name: 'e-sheet',\n install: function (Vue) {\n Vue.component(SheetPlugin.name, SheetDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar DefinedNamesDirective = /** @class */ (function (_super) {\n __extends(DefinedNamesDirective, _super);\n function DefinedNamesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DefinedNamesDirective.prototype.render = function () {\n return;\n };\n DefinedNamesDirective = __decorate([\n EJComponentDecorator({})\n ], DefinedNamesDirective);\n return DefinedNamesDirective;\n}(Vue));\nexport { DefinedNamesDirective };\nexport var DefinedNamesPlugin = {\n name: 'e-definednames',\n install: function (Vue) {\n Vue.component(DefinedNamesPlugin.name, DefinedNamesDirective);\n }\n};\n/**\n * `e-definedname` directive represent a defined name of the VueJS Spreadsheet.\n * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).\n * ```vue\n * <ejs-spreadsheet>\n * <e-definednames>\n * <e-definedname></e-definedname>\n * <e-definedname></e-definedname>\n * </e-definednames>\n * </ejs-spreadsheet>\n * ```\n */\nvar DefinedNameDirective = /** @class */ (function (_super) {\n __extends(DefinedNameDirective, _super);\n function DefinedNameDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DefinedNameDirective.prototype.render = function () {\n return;\n };\n DefinedNameDirective = __decorate([\n EJComponentDecorator({})\n ], DefinedNameDirective);\n return DefinedNameDirective;\n}(Vue));\nexport { DefinedNameDirective };\nexport var DefinedNamePlugin = {\n name: 'e-definedname',\n install: function (Vue) {\n Vue.component(DefinedNamePlugin.name, DefinedNameDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { getValue } from '@syncfusion/ej2-base';\nimport { Spreadsheet } from '@syncfusion/ej2-spreadsheet';\nimport { ImagesDirective, ImageDirective, ImagesPlugin, ImagePlugin } from './image.directive';\nimport { ChartsDirective, ChartDirective, ChartsPlugin, ChartPlugin } from './chart.directive';\nimport { CellsDirective, CellDirective, CellsPlugin, CellPlugin } from './cells.directive';\nimport { RowsDirective, RowDirective, RowsPlugin, RowPlugin } from './rows.directive';\nimport { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';\nimport { RangesDirective, RangeDirective, RangesPlugin, RangePlugin } from './ranges.directive';\nimport { ConditionalFormatsDirective, ConditionalFormatDirective, ConditionalFormatsPlugin, ConditionalFormatPlugin } from './conditionalformats.directive';\nimport { SheetsDirective, SheetDirective, SheetsPlugin, SheetPlugin } from './sheets.directive';\nimport { DefinedNamesDirective, DefinedNameDirective, DefinedNamesPlugin, DefinedNamePlugin } from './definednames.directive';\nexport var properties = ['isLazyUpdate', 'plugins', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowFreezePane', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'currencyCode', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeCellUpdate', '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'];\nexport var modelProps = [];\n/**\n * `ejs-spreadsheet` represents the VueJS Spreadsheet Component.\n * ```vue\n * <ejs-spreadsheet></ejs-spreadsheet>\n * ```\n */\nvar SpreadsheetComponent = /** @class */ (function (_super) {\n __extends(SpreadsheetComponent, _super);\n function SpreadsheetComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = true;\n _this.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 _this.tagNameMapper = { \"e-images\": \"e-image\", \"e-charts\": \"e-chart\", \"e-conditionalformats\": \"e-conditionalFormats\", \"e-definednames\": \"e-definedNames\" };\n _this.ej2Instances = new Spreadsheet({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n SpreadsheetComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n SpreadsheetComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n SpreadsheetComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n SpreadsheetComponent.prototype.custom = function () {\n this.updated();\n };\n SpreadsheetComponent.prototype.Unfreeze = function (sheet) {\n return this.ej2Instances.Unfreeze(sheet);\n };\n SpreadsheetComponent.prototype.addContextMenuItems = function (items, text, insertAfter, isUniqueId) {\n return this.ej2Instances.addContextMenuItems(items, text, insertAfter, isUniqueId);\n };\n SpreadsheetComponent.prototype.addCustomFunction = function (functionHandler, functionName, formulaDescription) {\n return this.ej2Instances.addCustomFunction(functionHandler, functionName, formulaDescription);\n };\n SpreadsheetComponent.prototype.addDataValidation = function (rules, range) {\n return this.ej2Instances.addDataValidation(rules, range);\n };\n SpreadsheetComponent.prototype.addDefinedName = function (definedName) {\n return this.ej2Instances.addDefinedName(definedName);\n };\n SpreadsheetComponent.prototype.addFileMenuItems = function (items, text, insertAfter, isUniqueId) {\n return this.ej2Instances.addFileMenuItems(items, text, insertAfter, isUniqueId);\n };\n SpreadsheetComponent.prototype.addHyperlink = function (hyperlink, address, displayText) {\n return this.ej2Instances.addHyperlink(hyperlink, address, displayText);\n };\n SpreadsheetComponent.prototype.addInvalidHighlight = function (range) {\n return this.ej2Instances.addInvalidHighlight(range);\n };\n SpreadsheetComponent.prototype.addRibbonTabs = function (items, insertBefore) {\n return this.ej2Instances.addRibbonTabs(items, insertBefore);\n };\n SpreadsheetComponent.prototype.addToolbarItems = function (tab, items, index) {\n return this.ej2Instances.addToolbarItems(tab, items, index);\n };\n SpreadsheetComponent.prototype.applyFilter = function (predicates, range) {\n return this.ej2Instances.applyFilter(predicates, range);\n };\n SpreadsheetComponent.prototype.autoFill = function (fillRange, dataRange, direction, fillType) {\n return this.ej2Instances.autoFill(fillRange, dataRange, direction, fillType);\n };\n SpreadsheetComponent.prototype.autoFit = function (range) {\n return this.ej2Instances.autoFit(range);\n };\n SpreadsheetComponent.prototype.cellFormat = function (style, range) {\n return this.ej2Instances.cellFormat(style, range);\n };\n SpreadsheetComponent.prototype.clear = function (options) {\n return this.ej2Instances.clear(options);\n };\n SpreadsheetComponent.prototype.clearConditionalFormat = function (range) {\n return this.ej2Instances.clearConditionalFormat(range);\n };\n SpreadsheetComponent.prototype.clearFilter = function (field) {\n return this.ej2Instances.clearFilter(field);\n };\n SpreadsheetComponent.prototype.closeEdit = function () {\n return this.ej2Instances.closeEdit();\n };\n SpreadsheetComponent.prototype.computeExpression = function (formula) {\n return this.ej2Instances.computeExpression(formula);\n };\n SpreadsheetComponent.prototype.conditionalFormat = function (conditionalFormat) {\n return this.ej2Instances.conditionalFormat(conditionalFormat);\n };\n SpreadsheetComponent.prototype.copy = function (address) {\n return this.ej2Instances.copy(address);\n };\n SpreadsheetComponent.prototype.cut = function (address) {\n return this.ej2Instances.cut(address);\n };\n SpreadsheetComponent.prototype.delete = function (startIndex, endIndex, model, sheet) {\n return this.ej2Instances.delete(startIndex, endIndex, model, sheet);\n };\n SpreadsheetComponent.prototype.deleteChart = function (id) {\n return this.ej2Instances.deleteChart(id);\n };\n SpreadsheetComponent.prototype.deleteImage = function (id, range) {\n return this.ej2Instances.deleteImage(id, range);\n };\n SpreadsheetComponent.prototype.duplicateSheet = function (sheetIndex) {\n return this.ej2Instances.duplicateSheet(sheetIndex);\n };\n SpreadsheetComponent.prototype.enableContextMenuItems = function (items, enable, isUniqueId) {\n return this.ej2Instances.enableContextMenuItems(items, enable, isUniqueId);\n };\n SpreadsheetComponent.prototype.enableFileMenuItems = function (items, enable, isUniqueId) {\n return this.ej2Instances.enableFileMenuItems(items, enable, isUniqueId);\n };\n SpreadsheetComponent.prototype.enableRibbonTabs = function (tabs, enable) {\n return this.ej2Instances.enableRibbonTabs(tabs, enable);\n };\n SpreadsheetComponent.prototype.enableToolbarItems = function (tab, items, enable) {\n return this.ej2Instances.enableToolbarItems(tab, items, enable);\n };\n SpreadsheetComponent.prototype.endEdit = function () {\n return this.ej2Instances.endEdit();\n };\n SpreadsheetComponent.prototype.find = function (args) {\n return this.ej2Instances.find(args);\n };\n SpreadsheetComponent.prototype.findAll = function (value, mode, isCSen, isEMatch, sheetIndex) {\n return this.ej2Instances.findAll(value, mode, isCSen, isEMatch, sheetIndex);\n };\n SpreadsheetComponent.prototype.freezePanes = function (row, column, sheet) {\n return this.ej2Instances.freezePanes(row, column, sheet);\n };\n SpreadsheetComponent.prototype.getData = function (address) {\n return this.ej2Instances.getData(address);\n };\n SpreadsheetComponent.prototype.getDisplayText = function (cell) {\n return this.ej2Instances.getDisplayText(cell);\n };\n SpreadsheetComponent.prototype.getRowData = function (index, sheetIndex) {\n return this.ej2Instances.getRowData(index, sheetIndex);\n };\n SpreadsheetComponent.prototype.getSelectAllContent = function () {\n return this.ej2Instances.getSelectAllContent();\n };\n SpreadsheetComponent.prototype.goTo = function (address) {\n return this.ej2Instances.goTo(address);\n };\n SpreadsheetComponent.prototype.hideColumn = function (startIndex, endIndex, hide) {\n return this.ej2Instances.hideColumn(startIndex, endIndex, hide);\n };\n SpreadsheetComponent.prototype.hideFileMenuItems = function (items, hide, isUniqueId) {\n return this.ej2Instances.hideFileMenuItems(items, hide, isUniqueId);\n };\n SpreadsheetComponent.prototype.hideRibbonTabs = function (tabs, hide) {\n return this.ej2Instances.hideRibbonTabs(tabs, hide);\n };\n SpreadsheetComponent.prototype.hideRow = function (startIndex, endIndex, hide) {\n return this.ej2Instances.hideRow(startIndex, endIndex, hide);\n };\n SpreadsheetComponent.prototype.hideSpinner = function () {\n return this.ej2Instances.hideSpinner();\n };\n SpreadsheetComponent.prototype.hideToolbarItems = function (tab, indexes, hide) {\n return this.ej2Instances.hideToolbarItems(tab, indexes, hide);\n };\n SpreadsheetComponent.prototype.insertChart = function (chart) {\n return this.ej2Instances.insertChart(chart);\n };\n SpreadsheetComponent.prototype.insertColumn = function (startColumn, endColumn, sheet) {\n return this.ej2Instances.insertColumn(startColumn, endColumn, sheet);\n };\n SpreadsheetComponent.prototype.insertImage = function (images, range) {\n return this.ej2Instances.insertImage(images, range);\n };\n SpreadsheetComponent.prototype.insertRow = function (startRow, endRow, sheet) {\n return this.ej2Instances.insertRow(startRow, endRow, sheet);\n };\n SpreadsheetComponent.prototype.insertSheet = function (startSheet, endSheet) {\n return this.ej2Instances.insertSheet(startSheet, endSheet);\n };\n SpreadsheetComponent.prototype.isValidCell = function (cellAddress) {\n return this.ej2Instances.isValidCell(cellAddress);\n };\n SpreadsheetComponent.prototype.lockCells = function (range, isLocked) {\n return this.ej2Instances.lockCells(range, isLocked);\n };\n SpreadsheetComponent.prototype.merge = function (range, type) {\n return this.ej2Instances.merge(range, type);\n };\n SpreadsheetComponent.prototype.moveSheet = function (position, sheetIndexes) {\n return this.ej2Instances.moveSheet(position, sheetIndexes);\n };\n SpreadsheetComponent.prototype.numberFormat = function (format, range) {\n return this.ej2Instances.numberFormat(format, range);\n };\n SpreadsheetComponent.prototype.open = function (options) {\n return this.ej2Instances.open(options);\n };\n SpreadsheetComponent.prototype.openFromJson = function (options) {\n return this.ej2Instances.openFromJson(options);\n };\n SpreadsheetComponent.prototype.paste = function (address, type) {\n return this.ej2Instances.paste(address, type);\n };\n SpreadsheetComponent.prototype.protectSheet = function (sheet, protectSettings, password) {\n return this.ej2Instances.protectSheet(sheet, protectSettings, password);\n };\n SpreadsheetComponent.prototype.redo = function () {\n return this.ej2Instances.redo();\n };\n SpreadsheetComponent.prototype.refresh = function (isNew) {\n return this.ej2Instances.refresh(isNew);\n };\n SpreadsheetComponent.prototype.removeContextMenuItems = function (items, isUniqueId) {\n return this.ej2Instances.removeContextMenuItems(items, isUniqueId);\n };\n SpreadsheetComponent.prototype.removeDataValidation = function (range) {\n return this.ej2Instances.removeDataValidation(range);\n };\n SpreadsheetComponent.prototype.removeDefinedName = function (definedName, scope) {\n return this.ej2Instances.removeDefinedName(definedName, scope);\n };\n SpreadsheetComponent.prototype.removeHyperlink = function (range) {\n return this.ej2Instances.removeHyperlink(range);\n };\n SpreadsheetComponent.prototype.removeInvalidHighlight = function (range) {\n return this.ej2Instances.removeInvalidHighlight(range);\n };\n SpreadsheetComponent.prototype.replace = function (args) {\n return this.ej2Instances.replace(args);\n };\n SpreadsheetComponent.prototype.resize = function () {\n return this.ej2Instances.resize();\n };\n SpreadsheetComponent.prototype.save = function (saveOptions) {\n return this.ej2Instances.save(saveOptions);\n };\n SpreadsheetComponent.prototype.saveAsJson = function () {\n return this.ej2Instances.saveAsJson();\n };\n SpreadsheetComponent.prototype.selectRange = function (address) {\n return this.ej2Instances.selectRange(address);\n };\n SpreadsheetComponent.prototype.setBorder = function (style, range, type) {\n return this.ej2Instances.setBorder(style, range, type);\n };\n SpreadsheetComponent.prototype.setColWidth = function (width, colIndex, sheetIndex) {\n return this.ej2Instances.setColWidth(width, colIndex, sheetIndex);\n };\n SpreadsheetComponent.prototype.setRowHeight = function (height, rowIndex, sheetIndex, edited) {\n return this.ej2Instances.setRowHeight(height, rowIndex, sheetIndex, edited);\n };\n SpreadsheetComponent.prototype.showSpinner = function () {\n return this.ej2Instances.showSpinner();\n };\n SpreadsheetComponent.prototype.sort = function (sortOptions, range) {\n return this.ej2Instances.sort(sortOptions, range);\n };\n SpreadsheetComponent.prototype.startEdit = function () {\n return this.ej2Instances.startEdit();\n };\n SpreadsheetComponent.prototype.unMerge = function (range) {\n return this.ej2Instances.unMerge(range);\n };\n SpreadsheetComponent.prototype.undo = function () {\n return this.ej2Instances.undo();\n };\n SpreadsheetComponent.prototype.unfreezePanes = function (sheet) {\n return this.ej2Instances.unfreezePanes(sheet);\n };\n SpreadsheetComponent.prototype.unprotectSheet = function (sheet) {\n return this.ej2Instances.unprotectSheet(sheet);\n };\n SpreadsheetComponent.prototype.updateAction = function (options) {\n return this.ej2Instances.updateAction(options);\n };\n SpreadsheetComponent.prototype.updateCell = function (cell, address) {\n return this.ej2Instances.updateCell(cell, address);\n };\n SpreadsheetComponent.prototype.updateRange = function (range, sheetIdx) {\n return this.ej2Instances.updateRange(range, sheetIdx);\n };\n SpreadsheetComponent.prototype.updateUndoRedoCollection = function (args) {\n return this.ej2Instances.updateUndoRedoCollection(args);\n };\n SpreadsheetComponent.prototype.wrap = function (address, wrap) {\n return this.ej2Instances.wrap(address, wrap);\n };\n SpreadsheetComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], SpreadsheetComponent);\n return SpreadsheetComponent;\n}(ComponentBase));\nexport { SpreadsheetComponent };\nexport var SpreadsheetPlugin = {\n name: 'ejs-spreadsheet',\n install: function (Vue) {\n Vue.component(SpreadsheetPlugin.name, SpreadsheetComponent);\n Vue.component(SheetPlugin.name, SheetDirective);\n Vue.component(SheetsPlugin.name, SheetsDirective);\n Vue.component(RowPlugin.name, RowDirective);\n Vue.component(RowsPlugin.name, RowsDirective);\n Vue.component(CellPlugin.name, CellDirective);\n Vue.component(CellsPlugin.name, CellsDirective);\n Vue.component(ImagePlugin.name, ImageDirective);\n Vue.component(ImagesPlugin.name, ImagesDirective);\n Vue.component(ChartPlugin.name, ChartDirective);\n Vue.component(ChartsPlugin.name, ChartsDirective);\n Vue.component(ColumnPlugin.name, ColumnDirective);\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n Vue.component(RangePlugin.name, RangeDirective);\n Vue.component(RangesPlugin.name, RangesDirective);\n Vue.component(ConditionalFormatPlugin.name, ConditionalFormatDirective);\n Vue.component(ConditionalFormatsPlugin.name, ConditionalFormatsDirective);\n Vue.component(DefinedNamePlugin.name, DefinedNameDirective);\n Vue.component(DefinedNamesPlugin.name, DefinedNamesDirective);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","ImagesDirective","_super","apply","render","EJComponentDecorator","Vue","ImagesPlugin","name","install","component","ImageDirective","ImagePlugin","ChartsDirective","ChartsPlugin","ChartDirective","ChartPlugin","CellsDirective","CellsPlugin","CellDirective","CellPlugin","RowsDirective","RowsPlugin","RowDirective","RowPlugin","ColumnsDirective","ColumnsPlugin","ColumnDirective","ColumnPlugin","RangesDirective","RangesPlugin","RangeDirective","RangePlugin","ConditionalFormatsDirective","ConditionalFormatsPlugin","ConditionalFormatDirective","ConditionalFormatPlugin","SheetsDirective","SheetsPlugin","SheetDirective","SheetPlugin","DefinedNamesDirective","DefinedNamesPlugin","DefinedNameDirective","DefinedNamePlugin","properties","modelProps","SpreadsheetComponent","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-sheets","e-sheet","e-rows","e-row","e-cells","e-cell","e-images","e-charts","e-columns","e-ranges","e-conditionalformats","e-definednames","tagNameMapper","ej2Instances","Spreadsheet","bindProperties","_setProperties","setProperties","clearTemplate","updated","templateNames","keys","templateCollection","_i","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","map","model","test","$emit","createElement","$slots","default","custom","Unfreeze","sheet","addContextMenuItems","items","text","insertAfter","isUniqueId","addCustomFunction","functionHandler","functionName","formulaDescription","addDataValidation","rules","range","addDefinedName","definedName","addFileMenuItems","addHyperlink","hyperlink","address","displayText","addInvalidHighlight","addRibbonTabs","insertBefore","addToolbarItems","tab","index","applyFilter","predicates","autoFill","fillRange","dataRange","direction","fillType","autoFit","cellFormat","style","clear","options","clearConditionalFormat","clearFilter","field","closeEdit","computeExpression","formula","conditionalFormat","copy","cut","delete","startIndex","endIndex","deleteChart","id","deleteImage","duplicateSheet","sheetIndex","enableContextMenuItems","enable","enableFileMenuItems","enableRibbonTabs","tabs","enableToolbarItems","endEdit","find","args","findAll","value","mode","isCSen","isEMatch","freezePanes","row","column","getData","getDisplayText","cell","getRowData","getSelectAllContent","goTo","hideColumn","hide","hideFileMenuItems","hideRibbonTabs","hideRow","hideSpinner","hideToolbarItems","indexes","insertChart","chart","insertColumn","startColumn","endColumn","insertImage","images","insertRow","startRow","endRow","insertSheet","startSheet","endSheet","isValidCell","cellAddress","lockCells","isLocked","merge","type","moveSheet","position","sheetIndexes","numberFormat","format","open","openFromJson","paste","protectSheet","protectSettings","password","redo","refresh","isNew","removeContextMenuItems","removeDataValidation","removeDefinedName","scope","removeHyperlink","removeInvalidHighlight","replace","resize","save","saveOptions","saveAsJson","selectRange","setBorder","setColWidth","width","colIndex","setRowHeight","height","rowIndex","edited","showSpinner","sort","sortOptions","startEdit","unMerge","undo","unfreezePanes","unprotectSheet","updateAction","updateCell","updateRange","sheetIdx","updateUndoRedoCollection","wrap","props","ComponentBase","SpreadsheetPlugin"],"mappings":"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"}