@syncfusion/ej2-vue-spreadsheet 20.2.39 → 20.2.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +2 -20
- package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +3 -3
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +3 -3
- package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +8 -8
- package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
- package/src/spreadsheet/spreadsheet.component.js +3 -3
- package/styles/bootstrap-dark.css +13 -13
- package/styles/bootstrap.css +13 -13
- package/styles/bootstrap4.css +13 -13
- package/styles/bootstrap5-dark.css +13 -13
- package/styles/bootstrap5.css +13 -13
- package/styles/fabric-dark.css +13 -13
- package/styles/fabric.css +13 -13
- package/styles/fluent-dark.css +13 -13
- package/styles/fluent.css +13 -13
- package/styles/highcontrast-light.css +13 -13
- package/styles/highcontrast.css +13 -13
- package/styles/material-dark.css +13 -13
- package/styles/material.css +13 -13
- package/styles/spreadsheet/bootstrap-dark.css +13 -13
- package/styles/spreadsheet/bootstrap.css +13 -13
- package/styles/spreadsheet/bootstrap4.css +13 -13
- package/styles/spreadsheet/bootstrap5-dark.css +13 -13
- package/styles/spreadsheet/bootstrap5.css +13 -13
- package/styles/spreadsheet/fabric-dark.css +13 -13
- package/styles/spreadsheet/fabric.css +13 -13
- package/styles/spreadsheet/fluent-dark.css +13 -13
- package/styles/spreadsheet/fluent.css +13 -13
- package/styles/spreadsheet/highcontrast-light.css +13 -13
- package/styles/spreadsheet/highcontrast.css +13 -13
- package/styles/spreadsheet/material-dark.css +13 -13
- package/styles/spreadsheet/material.css +13 -13
- package/styles/spreadsheet/tailwind-dark.css +13 -13
- package/styles/spreadsheet/tailwind.css +13 -13
- package/styles/tailwind-dark.css +13 -13
- package/styles/tailwind.css +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,43 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I383440` - Issue with "exception throws while applying formula reference on the wrap content cell" has been resolved.
|
|
10
|
+
- `#I390638` - Issue with "exception throws while performing multi-selection along with scrolling action on the freeze pane" has been resolved.
|
|
11
|
+
- `#I394857` - Issue with "typed content is not visible while performing the edit on partially viewed cell" has been resolved.
|
|
12
|
+
- `#I395466` - Issue with "allow to rename and moving the sheets on protect workbook" has been resolved.
|
|
13
|
+
- `#I395410`, `#I395411`, `#I395414`, `#I395416`, `#I395419`, `#I394857`, `#I395421` - Issue with "context menu and autofill option shows while disabling the cell selection" has been resolved.
|
|
14
|
+
- `#I394806` - Provided new argument in the `addCustomFunction` method to add the description for the custom formula.
|
|
15
|
+
- `#I392186` - Provided option to set maximum file size and maximum data count for validating the files before opening into the component.
|
|
16
|
+
|
|
17
|
+
## 20.2.43 (2022-08-08)
|
|
18
|
+
|
|
19
|
+
### Spreadsheet
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#I392958` - Issue with "exception throws while pressing the `ctrl` key in the search input on the filter popup" has been resolved.
|
|
24
|
+
- `#I393391` - Issue with "cell values convert into Date type while scrolling the sheet along with cell value contain `-` in the data" has been resolved.
|
|
25
|
+
|
|
26
|
+
## 20.2.40 (2022-07-26)
|
|
27
|
+
|
|
28
|
+
### Spreadsheet
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- `#I387270` - Issue with "exception throws while importing the excel that contain special character in the sheet name" has been resolved.
|
|
33
|
+
- `#I392225` - Issue with "exception throws while applying large formula in the sheet" has been resolved.
|
|
34
|
+
- `#I391983` - Issue with "custom sorting for multiple columns is not applied properly" has been resolved.
|
|
35
|
+
- `#I345383` - Issue with "unwanted commas added in the exported sheet" has been resolved.
|
|
36
|
+
- `#I391962` - Issue with "sort order is not getting properly while sorting the column" has been resolved.
|
|
37
|
+
- `#I391982` - Issue with "sorting the time column without considering AM / PM" has been resolved.
|
|
38
|
+
- `#I390848` - Issue with "sorting method is not working properly when active cell is not the sorting column" has been resolved.
|
|
39
|
+
|
|
40
|
+
## 20.2.39 (2022-07-19)
|
|
41
|
+
|
|
42
|
+
### Spreadsheet
|
|
43
|
+
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
9
46
|
- `#I390848` - Issue with "sort method is not working as expected for the date type" has been resolved.
|
|
10
47
|
- `#I390792` - Issue with "chart object is not updated properly in the cell model after deleting an already created chart element" has been resolved.
|
|
11
48
|
- `#I390792` - Issue with "script error occurs while switching chart theme and changing chart type" has been resolved.
|
|
@@ -1,29 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.44
|
|
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
|
-
/*!
|
|
11
|
-
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
12
|
-
* version : 19.2.55
|
|
13
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
|
-
* Use of this code is subject to the terms of our license.
|
|
15
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
16
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
17
|
-
* applicable laws.
|
|
18
|
-
*/
|
|
19
|
-
/*!
|
|
20
|
-
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
21
|
-
* version : 19.1.63
|
|
22
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
23
|
-
* Use of this code is subject to the terms of our license.
|
|
24
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
25
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
26
|
-
* applicable laws.
|
|
27
|
-
*/
|
|
28
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-spreadsheet"),require("vue"),require("@syncfusion/ej2-vue-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-spreadsheet","vue","@syncfusion/ej2-vue-base"],t):t(e.ej={},e.ej2Spreadsheet,e.Vue,e.ej2VueBase)}(this,function(e,t,n,o){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var r=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),s={name:"e-images",install:function(e){e.component(s.name,c)}},a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),u={name:"e-image",install:function(e){e.component(u.name,a)}},p=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),l=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){},t=l([o.EJComponentDecorator({})],t)}(n),y={name:"e-charts",install:function(e){e.component(y.name,f)}},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){},t=l([o.EJComponentDecorator({})],t)}(n),m={name:"e-chart",install:function(e){e.component(m.name,h)}},d=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),j=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},I=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.render=function(){},t=j([o.EJComponentDecorator({})],t)}(n),b={name:"e-cells",install:function(e){e.component(b.name,I)}},g=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.render=function(){},t=j([o.EJComponentDecorator({})],t)}(n),v={name:"e-cell",install:function(e){e.component(v.name,g)}},C=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),_=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},O=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return C(t,e),t.prototype.render=function(){},t=_([o.EJComponentDecorator({})],t)}(n),w={name:"e-rows",install:function(e){e.component(w.name,O)}},P=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return C(t,e),t.prototype.render=function(){},t=_([o.EJComponentDecorator({})],t)}(n),D={name:"e-row",install:function(e){e.component(D.name,P)}},R=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},S=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return R(t,e),t.prototype.render=function(){},t=F([o.EJComponentDecorator({})],t)}(n),E={name:"e-columns",install:function(e){e.component(E.name,S)}},M=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return R(t,e),t.prototype.render=function(){},t=F([o.EJComponentDecorator({})],t)}(n),J={name:"e-column",install:function(e){e.component(J.name,M)}},A=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),x=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},T=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return A(t,e),t.prototype.render=function(){},t=x([o.EJComponentDecorator({})],t)}(n),k={name:"e-ranges",install:function(e){e.component(k.name,T)}},H=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return A(t,e),t.prototype.render=function(){},t=x([o.EJComponentDecorator({})],t)}(n),B={name:"e-range",install:function(e){e.component(B.name,H)}},N=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),z=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},U=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return N(t,e),t.prototype.render=function(){},t=z([o.EJComponentDecorator({})],t)}(n),V={name:"e-conditionalformats",install:function(e){e.component(V.name,U)}},q=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return N(t,e),t.prototype.render=function(){},t=z([o.EJComponentDecorator({})],t)}(n),K={name:"e-conditionalformat",install:function(e){e.component(K.name,q)}},W=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),$=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},G=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return W(t,e),t.prototype.render=function(){},t=$([o.EJComponentDecorator({})],t)}(n),L={name:"e-sheets",install:function(e){e.component(L.name,G)}},Q=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return W(t,e),t.prototype.render=function(){},t=$([o.EJComponentDecorator({})],t)}(n),X={name:"e-sheet",install:function(e){e.component(X.name,Q)}},Y=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Z=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},ee=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Y(t,e),t.prototype.render=function(){},t=Z([o.EJComponentDecorator({})],t)}(n),te={name:"e-definednames",install:function(e){e.component(te.name,ee)}},ne=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Y(t,e),t.prototype.render=function(){},t=Z([o.EJComponentDecorator({})],t)}(n),oe={name:"e-definedname",install:function(e){e.component(oe.name,ne)}},re=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ie=function(e,t,n,o){var r,i=arguments.length,c=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(c=(i<3?r(c):i>3?r(t,n,c):r(t,n))||c);return i>3&&c&&Object.defineProperty(t,n,c),c},ce=["activeSheetIndex","allowCellFormatting","allowChart","allowConditionalFormat","allowDataValidation","allowDelete","allowEditing","allowFiltering","allowFindAndReplace","allowHyperlink","allowImage","allowInsert","allowMerge","allowNumberFormatting","allowOpen","allowResizing","allowSave","allowScrolling","allowSorting","allowUndoRedo","allowWrap","cellStyle","cssClass","definedNames","enableClipboard","enableContextMenu","enableKeyboardNavigation","enableKeyboardShortcut","enablePersistence","enableRtl","height","isProtected","locale","openUrl","password","saveUrl","scrollSettings","selectionSettings","sheets","showFormulaBar","showRibbon","showSheetTabs","width","actionBegin","actionComplete","afterHyperlinkClick","afterHyperlinkCreate","beforeCellFormat","beforeCellRender","beforeCellSave","beforeDataBound","beforeHyperlinkClick","beforeHyperlinkCreate","beforeOpen","beforeSave","beforeSelect","beforeSort","cellEdit","cellEditing","cellSave","contextMenuBeforeClose","contextMenuBeforeOpen","contextMenuItemSelect","created","dataBound","dataSourceChanged","dialogBeforeOpen","fileMenuBeforeClose","fileMenuBeforeOpen","fileMenuItemSelect","openComplete","openFailure","queryCellInfo","saveComplete","select","sortComplete"],se=[],ae=function(e){function n(){var n=e.call(this)||this;return n.propKeys=ce,n.models=se,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-sheets":{"e-sheet":{"e-rows":{"e-row":{"e-cells":{"e-cell":{"e-images":"e-image","e-charts":"e-chart"}}}},"e-columns":"e-column","e-ranges":"e-range","e-conditionalformats":"e-conditionalformat"}},"e-definednames":"e-definedname"},n.tagNameMapper={"e-images":"e-image","e-charts":"e-chart","e-conditionalformats":"e-conditionalFormats","e-definednames":"e-definedNames"},n.ej2Instances=new t.Spreadsheet({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return re(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.Unfreeze=function(e){return this.ej2Instances.Unfreeze(e)},n.prototype.addContextMenuItems=function(e,t,n,o){return this.ej2Instances.addContextMenuItems(e,t,n,o)},n.prototype.addCustomFunction=function(e,t){return this.ej2Instances.addCustomFunction(e,t)},n.prototype.addDataValidation=function(e,t){return this.ej2Instances.addDataValidation(e,t)},n.prototype.addDefinedName=function(e){return this.ej2Instances.addDefinedName(e)},n.prototype.addFileMenuItems=function(e,t,n,o){return this.ej2Instances.addFileMenuItems(e,t,n,o)},n.prototype.addHyperlink=function(e,t){return this.ej2Instances.addHyperlink(e,t)},n.prototype.addInvalidHighlight=function(e){return this.ej2Instances.addInvalidHighlight(e)},n.prototype.addRibbonTabs=function(e,t){return this.ej2Instances.addRibbonTabs(e,t)},n.prototype.addToolbarItems=function(e,t,n){return this.ej2Instances.addToolbarItems(e,t,n)},n.prototype.applyFilter=function(e,t){return this.ej2Instances.applyFilter(e,t)},n.prototype.autoFit=function(e){return this.ej2Instances.autoFit(e)},n.prototype.cellFormat=function(e,t){return this.ej2Instances.cellFormat(e,t)},n.prototype.clear=function(e){return this.ej2Instances.clear(e)},n.prototype.clearConditionalFormat=function(e){return this.ej2Instances.clearConditionalFormat(e)},n.prototype.clearFilter=function(e){return this.ej2Instances.clearFilter(e)},n.prototype.closeEdit=function(){return this.ej2Instances.closeEdit()},n.prototype.computeExpression=function(e){return this.ej2Instances.computeExpression(e)},n.prototype.conditionalFormat=function(e){return this.ej2Instances.conditionalFormat(e)},n.prototype.copy=function(e){return this.ej2Instances.copy(e)},n.prototype.cut=function(e){return this.ej2Instances.cut(e)},n.prototype.delete=function(e,t,n,o){return this.ej2Instances.delete(e,t,n,o)},n.prototype.deleteChart=function(e){return this.ej2Instances.deleteChart(e)},n.prototype.deleteImage=function(e,t){return this.ej2Instances.deleteImage(e,t)},n.prototype.enableContextMenuItems=function(e,t,n){return this.ej2Instances.enableContextMenuItems(e,t,n)},n.prototype.enableFileMenuItems=function(e,t,n){return this.ej2Instances.enableFileMenuItems(e,t,n)},n.prototype.enableRibbonTabs=function(e,t){return this.ej2Instances.enableRibbonTabs(e,t)},n.prototype.enableToolbarItems=function(e,t,n){return this.ej2Instances.enableToolbarItems(e,t,n)},n.prototype.endEdit=function(){return this.ej2Instances.endEdit()},n.prototype.find=function(e){return this.ej2Instances.find(e)},n.prototype.findAll=function(e,t,n,o,r){return this.ej2Instances.findAll(e,t,n,o,r)},n.prototype.freezePanes=function(e,t,n){return this.ej2Instances.freezePanes(e,t,n)},n.prototype.getData=function(e){return this.ej2Instances.getData(e)},n.prototype.getDisplayText=function(e){return this.ej2Instances.getDisplayText(e)},n.prototype.getSelectAllContent=function(){return this.ej2Instances.getSelectAllContent()},n.prototype.goTo=function(e){return this.ej2Instances.goTo(e)},n.prototype.hideFileMenuItems=function(e,t,n){return this.ej2Instances.hideFileMenuItems(e,t,n)},n.prototype.hideRibbonTabs=function(e,t){return this.ej2Instances.hideRibbonTabs(e,t)},n.prototype.hideSpinner=function(){return this.ej2Instances.hideSpinner()},n.prototype.hideToolbarItems=function(e,t,n){return this.ej2Instances.hideToolbarItems(e,t,n)},n.prototype.insertChart=function(e){return this.ej2Instances.insertChart(e)},n.prototype.insertColumn=function(e,t,n){return this.ej2Instances.insertColumn(e,t,n)},n.prototype.insertImage=function(e,t){return this.ej2Instances.insertImage(e,t)},n.prototype.insertRow=function(e,t,n){return this.ej2Instances.insertRow(e,t,n)},n.prototype.insertSheet=function(e,t){return this.ej2Instances.insertSheet(e,t)},n.prototype.lockCells=function(e,t){return this.ej2Instances.lockCells(e,t)},n.prototype.merge=function(e,t){return this.ej2Instances.merge(e,t)},n.prototype.numberFormat=function(e,t){return this.ej2Instances.numberFormat(e,t)},n.prototype.open=function(e){return this.ej2Instances.open(e)},n.prototype.openFromJson=function(e){return this.ej2Instances.openFromJson(e)},n.prototype.paste=function(e,t){return this.ej2Instances.paste(e,t)},n.prototype.protectSheet=function(e,t){return this.ej2Instances.protectSheet(e,t)},n.prototype.redo=function(){return this.ej2Instances.redo()},n.prototype.refresh=function(e){return this.ej2Instances.refresh(e)},n.prototype.removeContextMenuItems=function(e,t){return this.ej2Instances.removeContextMenuItems(e,t)},n.prototype.removeDataValidation=function(e){return this.ej2Instances.removeDataValidation(e)},n.prototype.removeDefinedName=function(e,t){return this.ej2Instances.removeDefinedName(e,t)},n.prototype.removeHyperlink=function(e){return this.ej2Instances.removeHyperlink(e)},n.prototype.removeInvalidHighlight=function(e){return this.ej2Instances.removeInvalidHighlight(e)},n.prototype.replace=function(e){return this.ej2Instances.replace(e)},n.prototype.resize=function(){return this.ej2Instances.resize()},n.prototype.save=function(e){return this.ej2Instances.save(e)},n.prototype.saveAsJson=function(){return this.ej2Instances.saveAsJson()},n.prototype.selectRange=function(e){return this.ej2Instances.selectRange(e)},n.prototype.setBorder=function(e,t,n){return this.ej2Instances.setBorder(e,t,n)},n.prototype.setColWidth=function(e,t,n){return this.ej2Instances.setColWidth(e,t,n)},n.prototype.setRowHeight=function(e,t,n,o){return this.ej2Instances.setRowHeight(e,t,n,o)},n.prototype.showSpinner=function(){return this.ej2Instances.showSpinner()},n.prototype.sort=function(e,t){return this.ej2Instances.sort(e,t)},n.prototype.startEdit=function(){return this.ej2Instances.startEdit()},n.prototype.undo=function(){return this.ej2Instances.undo()},n.prototype.unprotectSheet=function(e){return this.ej2Instances.unprotectSheet(e)},n.prototype.updateAction=function(e){return this.ej2Instances.updateAction(e)},n.prototype.updateCell=function(e,t){return this.ej2Instances.updateCell(e,t)},n.prototype.updateUndoRedoCollection=function(e){return this.ej2Instances.updateUndoRedoCollection(e)},n.prototype.wrap=function(e,t){return this.ej2Instances.wrap(e,t)},n=ie([o.EJComponentDecorator({props:ce})],n)}(o.ComponentBase),ue={name:"ejs-spreadsheet",install:function(e){e.component(ue.name,ae),e.component(X.name,Q),e.component(L.name,G),e.component(D.name,P),e.component(w.name,O),e.component(v.name,g),e.component(b.name,I),e.component(u.name,a),e.component(s.name,c),e.component(m.name,h),e.component(y.name,f),e.component(J.name,M),e.component(E.name,S),e.component(B.name,H),e.component(k.name,T),e.component(K.name,q),e.component(V.name,U),e.component(oe.name,ne),e.component(te.name,ee)}};e.ImagesDirective=c,e.ImageDirective=a,e.ImagesPlugin=s,e.ImagePlugin=u,e.ChartsDirective=f,e.ChartDirective=h,e.ChartsPlugin=y,e.ChartPlugin=m,e.CellsDirective=I,e.CellDirective=g,e.CellsPlugin=b,e.CellPlugin=v,e.RowsDirective=O,e.RowDirective=P,e.RowsPlugin=w,e.RowPlugin=D,e.ColumnsDirective=S,e.ColumnDirective=M,e.ColumnsPlugin=E,e.ColumnPlugin=J,e.RangesDirective=T,e.RangeDirective=H,e.RangesPlugin=k,e.RangePlugin=B,e.ConditionalFormatsDirective=U,e.ConditionalFormatDirective=q,e.ConditionalFormatsPlugin=V,e.ConditionalFormatPlugin=K,e.SheetsDirective=G,e.SheetDirective=Q,e.SheetsPlugin=L,e.SheetPlugin=X,e.DefinedNamesDirective=ee,e.DefinedNameDirective=ne,e.DefinedNamesPlugin=te,e.DefinedNamePlugin=oe,e.SpreadsheetComponent=ae,e.SpreadsheetPlugin=ue,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
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})});
|
|
29
11
|
//# sourceMappingURL=ej2-vue-spreadsheet.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-spreadsheet.umd.min.js","sources":["../src/spreadsheet/image.directive.js","../src/spreadsheet/chart.directive.js","../src/spreadsheet/cells.directive.js","../src/spreadsheet/rows.directive.js","../src/spreadsheet/columns.directive.js","../src/spreadsheet/ranges.directive.js","../src/spreadsheet/conditionalformats.directive.js","../src/spreadsheet/sheets.directive.js","../src/spreadsheet/definednames.directive.js","../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 { 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 = ['activeSheetIndex', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];\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) || 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 return _this;\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.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) {\n return this.ej2Instances.addCustomFunction(functionHandler, functionName);\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) {\n return this.ej2Instances.addHyperlink(hyperlink, address);\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.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.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.getSelectAllContent = function () {\n return this.ej2Instances.getSelectAllContent();\n };\n SpreadsheetComponent.prototype.goTo = function (address) {\n return this.ej2Instances.goTo(address);\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.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.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.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) {\n return this.ej2Instances.protectSheet(sheet, protectSettings);\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.undo = function () {\n return this.ej2Instances.undo();\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.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","prop","muteOnChange","keys","map","model","test","$emit","createElement","$slots","default","Unfreeze","sheet","addContextMenuItems","items","text","insertAfter","isUniqueId","addCustomFunction","functionHandler","functionName","addDataValidation","rules","range","addDefinedName","definedName","addFileMenuItems","addHyperlink","hyperlink","address","addInvalidHighlight","addRibbonTabs","insertBefore","addToolbarItems","tab","index","applyFilter","predicates","autoFit","cellFormat","style","clear","options","clearConditionalFormat","clearFilter","field","closeEdit","computeExpression","formula","conditionalFormat","copy","cut","delete","startIndex","endIndex","deleteChart","id","deleteImage","enableContextMenuItems","enable","enableFileMenuItems","enableRibbonTabs","tabs","enableToolbarItems","endEdit","find","args","findAll","value","mode","isCSen","isEMatch","sheetIndex","freezePanes","row","column","getData","getDisplayText","cell","getSelectAllContent","goTo","hideFileMenuItems","hide","hideRibbonTabs","hideSpinner","hideToolbarItems","indexes","insertChart","chart","insertColumn","startColumn","endColumn","insertImage","images","insertRow","startRow","endRow","insertSheet","startSheet","endSheet","lockCells","isLocked","merge","type","numberFormat","format","open","openFromJson","paste","protectSheet","protectSettings","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","undo","unprotectSheet","updateAction","updateCell","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', '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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"}
|
|
@@ -849,7 +849,7 @@ const testProp = getProps({ props: properties });
|
|
|
849
849
|
const props = testProp[0];
|
|
850
850
|
const watch = testProp[1];
|
|
851
851
|
const emitProbs = Object.keys(watch);
|
|
852
|
-
emitProbs.push('modelchanged');
|
|
852
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
853
853
|
for (let props of modelProps) {
|
|
854
854
|
emitProbs.push('update:' + props);
|
|
855
855
|
}
|
|
@@ -950,8 +950,8 @@ class SpreadsheetComponent extends ComponentBase {
|
|
|
950
950
|
addContextMenuItems(items, text, insertAfter, isUniqueId) {
|
|
951
951
|
return this.ej2Instances.addContextMenuItems(items, text, insertAfter, isUniqueId);
|
|
952
952
|
}
|
|
953
|
-
addCustomFunction(functionHandler, functionName) {
|
|
954
|
-
return this.ej2Instances.addCustomFunction(functionHandler, functionName);
|
|
953
|
+
addCustomFunction(functionHandler, functionName, formulaDescription) {
|
|
954
|
+
return this.ej2Instances.addCustomFunction(functionHandler, functionName, formulaDescription);
|
|
955
955
|
}
|
|
956
956
|
addDataValidation(rules, range) {
|
|
957
957
|
return this.ej2Instances.addDataValidation(rules, range);
|