@syncfusion/ej2-vue-spreadsheet 20.1.60 → 20.2.38
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 +15 -102
- package/dist/ej2-vue-spreadsheet.umd.min.js +2 -29
- package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +4 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +4 -1
- 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 -0
- package/src/spreadsheet/spreadsheet.component.js +4 -1
- package/styles/bootstrap-dark.css +166 -179
- package/styles/bootstrap.css +166 -176
- package/styles/bootstrap4.css +169 -179
- package/styles/bootstrap5-dark.css +181 -183
- package/styles/bootstrap5.css +181 -183
- package/styles/fabric-dark.css +165 -180
- package/styles/fabric.css +165 -177
- package/styles/fluent-dark.css +202 -198
- package/styles/fluent.css +202 -198
- package/styles/highcontrast-light.css +165 -176
- package/styles/highcontrast.css +164 -176
- package/styles/material-dark.css +165 -179
- package/styles/material.css +165 -176
- package/styles/ribbon/bootstrap-dark.css +7 -0
- package/styles/ribbon/bootstrap.css +7 -0
- package/styles/ribbon/bootstrap4.css +7 -0
- package/styles/ribbon/bootstrap5-dark.css +15 -0
- package/styles/ribbon/bootstrap5.css +15 -0
- package/styles/ribbon/fabric-dark.css +8 -0
- package/styles/ribbon/fabric.css +8 -0
- package/styles/ribbon/fluent-dark.css +10 -0
- package/styles/ribbon/fluent.css +10 -0
- package/styles/ribbon/highcontrast-light.css +9 -0
- package/styles/ribbon/highcontrast.css +9 -0
- package/styles/ribbon/material-dark.css +7 -0
- package/styles/ribbon/material.css +7 -0
- package/styles/ribbon/tailwind-dark.css +7 -0
- package/styles/ribbon/tailwind.css +7 -0
- package/styles/spreadsheet/bootstrap-dark.css +159 -179
- package/styles/spreadsheet/bootstrap.css +159 -176
- package/styles/spreadsheet/bootstrap4.css +162 -179
- package/styles/spreadsheet/bootstrap5-dark.css +166 -183
- package/styles/spreadsheet/bootstrap5.css +166 -183
- package/styles/spreadsheet/fabric-dark.css +157 -180
- package/styles/spreadsheet/fabric.css +157 -177
- package/styles/spreadsheet/fluent-dark.css +192 -198
- package/styles/spreadsheet/fluent.css +192 -198
- package/styles/spreadsheet/highcontrast-light.css +156 -176
- package/styles/spreadsheet/highcontrast.css +155 -176
- package/styles/spreadsheet/material-dark.css +158 -179
- package/styles/spreadsheet/material.css +158 -176
- package/styles/spreadsheet/tailwind-dark.css +384 -183
- package/styles/spreadsheet/tailwind.css +174 -183
- package/styles/tailwind-dark.css +391 -183
- package/styles/tailwind.css +181 -183
package/CHANGELOG.md
CHANGED
|
@@ -6,117 +6,30 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
11
|
-
- `#
|
|
12
|
-
- `#
|
|
13
|
-
- `#
|
|
14
|
-
- `#F175237` - The issue with adjacent column cells updating with formula results for concealed formula cells has been resolved.
|
|
15
|
-
- `#I383094` - Filter by selected cell value is not working for custom number format (0.00) applied cell issue resolved.
|
|
16
|
-
- `#I380690`, `#I380608` - Selection misalignment occurs and newly inserted row at the bottom is not updated properly in finite mode issues resolved.
|
|
17
|
-
- `#I381625` - The unfrozen columns getting scrolled while selecting the frozen column cells issue has been resolved.
|
|
18
|
-
- `#I382527` - Column selection in custom sort dialog not updated properly issue has been resolved.
|
|
9
|
+
- `#I384048` - The issue of copied values being removed after saving when unique is applied is resolved.
|
|
10
|
+
- `#I379174` - After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.
|
|
11
|
+
- `#I386574` - The exception thrown with font size pixel values while exporting is resolved.
|
|
12
|
+
- `#I384953` - Unique formula cell value gets `#spill` error on refresh issue resolved.
|
|
13
|
+
- `#F175967` - The `addToolbarItems` method is not working for locale other than 'en-US' issue has been resolved.
|
|
19
14
|
|
|
20
|
-
## 20.
|
|
21
|
-
|
|
22
|
-
### Spreadsheet
|
|
23
|
-
|
|
24
|
-
#### Bug Fixes
|
|
25
|
-
|
|
26
|
-
- `#I380999` - Date with year less than 1900 is considered as invalid date like excel and handled properly during filtering.
|
|
27
|
-
|
|
28
|
-
## 20.1.58 (2022-05-31)
|
|
29
|
-
|
|
30
|
-
### Spreadsheet
|
|
31
|
-
|
|
32
|
-
#### Bug Fixes
|
|
33
|
-
|
|
34
|
-
- `#I378302` - Unique formula referred cell values are deleted after performing the saveAsJson method issue is resolved.
|
|
35
|
-
- `#I377838` - Script error occurred while importing the custom number format applied excel issue is resolved.
|
|
36
|
-
- `#I379174` - Not considering the password when select the unprotect sheet option in sheet tab context menu issue is resolved.
|
|
37
|
-
- `#I378874` - Selection misalignment occurs while performing autofit when the column is hidden issue is resolved.
|
|
38
|
-
|
|
39
|
-
## 20.1.57 (2022-05-24)
|
|
40
|
-
|
|
41
|
-
### Spreadsheet
|
|
42
|
-
|
|
43
|
-
#### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- `#I379389` - The issue of save as dialog export file type not properly displayed in Angular spreadsheet has been resolved.
|
|
46
|
-
- `#I378071` - The issue of sheet is not rendering when we perform an undo action after pasting a value from another sheet has been resolved.
|
|
47
|
-
|
|
48
|
-
## 20.1.56 (2022-05-17)
|
|
49
|
-
|
|
50
|
-
### Spreadsheet
|
|
51
|
-
|
|
52
|
-
#### Bug Fixes
|
|
53
|
-
|
|
54
|
-
- `#I378180` - Image not cleared when apply clear all action issue is resolved.
|
|
55
|
-
- `#I376814` - SPILL error in UNIQUE and IFS formula with the loaded JSON data issue fixed.
|
|
56
|
-
- `#F174476` - The issue of importing an excel file into a spreadsheet taking too long has been resolved.
|
|
57
|
-
|
|
58
|
-
## 20.1.55 (2022-05-12)
|
|
15
|
+
## 20.2.36 (2022-06-30)
|
|
59
16
|
|
|
60
17
|
### Spreadsheet
|
|
61
18
|
|
|
62
19
|
#### New Features
|
|
63
20
|
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
- `#
|
|
69
|
-
- `#I377104` - Clear options not working properly for localized text issue is resolved.
|
|
70
|
-
|
|
71
|
-
## 20.1.52 (2022-05-04)
|
|
72
|
-
|
|
73
|
-
### Spreadsheet
|
|
74
|
-
|
|
75
|
-
#### Bug Fixes
|
|
76
|
-
|
|
77
|
-
- `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
|
|
78
|
-
- `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
|
|
79
|
-
- `#I370988` - Formula dependency not cleared while performing clipboard functionality is fixed.
|
|
80
|
-
|
|
81
|
-
## 20.1.51 (2022-04-26)
|
|
82
|
-
|
|
83
|
-
### Spreadsheet
|
|
84
|
-
|
|
85
|
-
#### Bug Fixes
|
|
86
|
-
|
|
87
|
-
- `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
|
|
88
|
-
- `#I372777` - Hidden rows are visible in saved excel file issue resolved.
|
|
89
|
-
- `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
|
|
90
|
-
- `#I374129` - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
|
|
91
|
-
- `#I371703` - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
|
|
92
|
-
- `#I374628` - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
|
|
93
|
-
- `#I374069` - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
|
|
94
|
-
- `#I375840` - Border not applied properly when using locale text issue is resolved.
|
|
95
|
-
- `#I370989` - Data not pasted proper value in formula contained cells is fixed.
|
|
96
|
-
|
|
97
|
-
## 20.1.50 (2022-04-19)
|
|
98
|
-
|
|
99
|
-
### Spreadsheet
|
|
100
|
-
|
|
101
|
-
#### Bug Fixes
|
|
102
|
-
|
|
103
|
-
- `#I372580` - Custom function causes exception in spreadsheet server while performing save operation issue resolved.
|
|
104
|
-
- `#I372580` - Multiple cell range in custom formula is passed directly as cell range.
|
|
105
|
-
|
|
106
|
-
## 20.1.48 (2022-04-12)
|
|
107
|
-
|
|
108
|
-
### Spreadsheet
|
|
21
|
+
- Provided keyboard shortcut for ribbon and added additional shortcut for the spreadsheet.
|
|
22
|
+
- Provided improvement in Accessibility for the spreadsheet.
|
|
23
|
+
- `#I361779`, `#F174565`, `#I379630` - Performance improvement for conditional formatting with large data.
|
|
24
|
+
- `#I360114`, `#I361182`, `#I362993` - Performance improvement for sorting and its undo redo for large data.
|
|
25
|
+
- `#I377000` - Provided `unMerge` method to split the merged cell into multiple cells.
|
|
109
26
|
|
|
110
27
|
#### Bug Fixes
|
|
111
28
|
|
|
112
|
-
- `#
|
|
113
|
-
- `#
|
|
114
|
-
- `#
|
|
115
|
-
- `#
|
|
116
|
-
- `#I369938` - `SUMIF` formula calculation is not proper with external copy / paste content issue resolved.
|
|
117
|
-
- `#I372606` - Formula cells which has empty value is updated with `#value` error while performing `saveAsJson` action issue resolved.
|
|
118
|
-
- `#I374125` - Script error occurs and selection is not proper after moving the editing to active cell by double clicking the formula bar issue resolved.
|
|
119
|
-
- `#I369868` - Dependent cells values are not updated while updating the `UNIQUE` formula values issue resolved.
|
|
29
|
+
- `#I383625` - Auto detecting as currency format for cell which contains text with currency number issue has been resolved.
|
|
30
|
+
- `#I386346` - The select event is not triggered after clicking the formula applied cells issue is resolved.
|
|
31
|
+
- `#I383355` - Undo on deleting unique formula cell with text format throws spill error issue has been resolved.
|
|
32
|
+
- `#I383420` - The issue of formula bar data not changing after clicking the retry button in the validation dialogue has been resolved.
|
|
120
33
|
|
|
121
34
|
## 20.1.47 (2022-04-04)
|
|
122
35
|
|
|
@@ -1,38 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.38
|
|
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 : 20.1.47
|
|
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.4.38
|
|
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
|
-
/*!
|
|
29
|
-
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
30
|
-
* version : 19.1.63
|
|
31
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
32
|
-
* Use of this code is subject to the terms of our license.
|
|
33
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
34
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
35
|
-
* applicable laws.
|
|
36
|
-
*/
|
|
37
|
-
!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("@syncfusion/ej2-vue-base"),require("vue-class-component"),require("@syncfusion/ej2-base"),require("vue")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-spreadsheet","@syncfusion/ej2-vue-base","vue-class-component","@syncfusion/ej2-base","vue"],t):t(e.ej={},e.ej2Spreadsheet,e.ej2VueBase,e.Vue3,e.ej2Base,e.Vue$1)}(this,function(e,t,n,o,r,i){"use strict";i=i&&i.hasOwnProperty("default")?i.default:i;var s,c,a,u,l,p,f,h,d,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)}}(),m=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},g=!n.gh,j=function(e){function t(){return e.call(this,arguments)||this}return y(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-images"},t=m([n.EJComponentDecorator({},g)],t)}(s=!g||parseInt(n.allVue.version)<3?o.Vue:i),v={name:"e-images",install:function(e){e.component(v.name,j)}},I=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return y(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-image"},t=m([n.EJComponentDecorator({},g)],t)}(s),b={name:"e-image",install:function(e){e.component(b.name,I)}},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,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},O=!n.gh,w=function(e){function t(){return e.call(this,arguments)||this}return C(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-charts"},t=_([n.EJComponentDecorator({},O)],t)}(c=!O||parseInt(n.allVue.version)<3?o.Vue:i),P={name:"e-charts",install:function(e){e.component(P.name,w)}},D=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return C(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-chart"},t=_([n.EJComponentDecorator({},O)],t)}(c),R={name:"e-chart",install:function(e){e.component(R.name,D)}},F=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),S=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},T=!n.gh,$=function(e){function t(){return e.call(this,arguments)||this}return F(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-cells"},t=S([n.EJComponentDecorator({},T)],t)}(a=!T||parseInt(n.allVue.version)<3?o.Vue:i),V={name:"e-cells",install:function(e){e.component(V.name,$)}},E=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-cell"},t=S([n.EJComponentDecorator({},T)],t)}(a),M={name:"e-cell",install:function(e){e.component(M.name,E)}},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)}}(),N=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},A=!n.gh,U=function(e){function t(){return e.call(this,arguments)||this}return J(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-rows"},t=N([n.EJComponentDecorator({},A)],t)}(u=!A||parseInt(n.allVue.version)<3?o.Vue:i),x={name:"e-rows",install:function(e){e.component(x.name,U)}},k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return J(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-row"},t=N([n.EJComponentDecorator({},A)],t)}(u),H={name:"e-row",install:function(e){e.component(H.name,k)}},B=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),z=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},q=!n.gh,K=function(e){function t(){return e.call(this,arguments)||this}return B(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-columns"},t=z([n.EJComponentDecorator({},q)],t)}(l=!q||parseInt(n.allVue.version)<3?o.Vue:i),L={name:"e-columns",install:function(e){e.component(L.name,K)}},W=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return B(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-column"},t=z([n.EJComponentDecorator({},q)],t)}(l),G={name:"e-column",install:function(e){e.component(G.name,W)}},Q=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),X=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},Y=!n.gh,Z=function(e){function t(){return e.call(this,arguments)||this}return Q(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-ranges"},t=X([n.EJComponentDecorator({},Y)],t)}(p=!Y||parseInt(n.allVue.version)<3?o.Vue:i),ee={name:"e-ranges",install:function(e){e.component(ee.name,Z)}},te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Q(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-range"},t=X([n.EJComponentDecorator({},Y)],t)}(p),ne={name:"e-range",install:function(e){e.component(ne.name,te)}},oe=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),re=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},ie=!n.gh,se=function(e){function t(){return e.call(this,arguments)||this}return oe(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-conditionalformats"},t=re([n.EJComponentDecorator({},ie)],t)}(f=!ie||parseInt(n.allVue.version)<3?o.Vue:i),ce={name:"e-conditionalformats",install:function(e){e.component(ce.name,se)}},ae=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return oe(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-conditionalformat"},t=re([n.EJComponentDecorator({},ie)],t)}(f),ue={name:"e-conditionalformat",install:function(e){e.component(ue.name,ae)}},le=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)}}(),pe=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},fe=!n.gh,he=function(e){function t(){return e.call(this,arguments)||this}return le(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-sheets"},t=pe([n.EJComponentDecorator({},fe)],t)}(h=!fe||parseInt(n.allVue.version)<3?o.Vue:i),de={name:"e-sheets",install:function(e){e.component(de.name,he)}},ye=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return le(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-sheet"},t=pe([n.EJComponentDecorator({},fe)],t)}(h),me={name:"e-sheet",install:function(e){e.component(me.name,ye)}},ge=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),je=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},ve=!n.gh,Ie=function(e){function t(){return e.call(this,arguments)||this}return ge(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-definednames"},t=je([n.EJComponentDecorator({},ve)],t)}(d=!ve||parseInt(n.allVue.version)<3?o.Vue:i),be={name:"e-definednames",install:function(e){e.component(be.name,Ie)}},Ce=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return ge(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-definedname"},t=je([n.EJComponentDecorator({},ve)],t)}(d),_e={name:"e-definedname",install:function(e){e.component(_e.name,Ce)}},Oe=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),we=function(e,t,n,o){var r,i=arguments.length,s=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(s=(i<3?r(s):i>3?r(t,n,s):r(t,n))||s);return i>3&&s&&Object.defineProperty(t,n,s),s},Pe=["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"],De=[],Re=n.getProps({props:Pe}),Fe=(Re[0],Re[1]),Se=Object.keys(Fe);Se.push("modelchanged");for(var Te=0,$e=De;Te<$e.length;Te++){var Ve=$e[Te];Se.push("update:"+Ve)}var Ee=!n.gh,Me=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Pe,n.models=De,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-sheets":{"e-sheet":{"e-rows":{"e-row":{"e-cells":{"e-cell":{"e-images":"e-image","e-charts":"e-chart"}}}},"e-columns":"e-column","e-ranges":"e-range","e-conditionalformats":"e-conditionalformat"}},"e-definednames":"e-definedname"},n.tagNameMapper={"e-images":"e-image","e-charts":"e-chart","e-conditionalformats":"e-conditionalFormats","e-definednames":"e-definedNames"},n.isVue3=!Ee,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 Oe(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],i=this.templateCollection[o];if(i&&i.length){for(var s=0,c=i;s<c.length;s++){var a=c[s];r.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.Unfreeze=function(e){return this.ej2Instances.Unfreeze(e)},o.prototype.addContextMenuItems=function(e,t,n,o){return this.ej2Instances.addContextMenuItems(e,t,n,o)},o.prototype.addCustomFunction=function(e,t){return this.ej2Instances.addCustomFunction(e,t)},o.prototype.addDataValidation=function(e,t){return this.ej2Instances.addDataValidation(e,t)},o.prototype.addDefinedName=function(e){return this.ej2Instances.addDefinedName(e)},o.prototype.addFileMenuItems=function(e,t,n,o){return this.ej2Instances.addFileMenuItems(e,t,n,o)},o.prototype.addHyperlink=function(e,t,n){return this.ej2Instances.addHyperlink(e,t,n)},o.prototype.addInvalidHighlight=function(e){return this.ej2Instances.addInvalidHighlight(e)},o.prototype.addRibbonTabs=function(e,t){return this.ej2Instances.addRibbonTabs(e,t)},o.prototype.addToolbarItems=function(e,t,n){return this.ej2Instances.addToolbarItems(e,t,n)},o.prototype.applyFilter=function(e,t){return this.ej2Instances.applyFilter(e,t)},o.prototype.autoFill=function(e,t,n,o){return this.ej2Instances.autoFill(e,t,n,o)},o.prototype.autoFit=function(e){return this.ej2Instances.autoFit(e)},o.prototype.cellFormat=function(e,t){return this.ej2Instances.cellFormat(e,t)},o.prototype.clear=function(e){return this.ej2Instances.clear(e)},o.prototype.clearConditionalFormat=function(e){return this.ej2Instances.clearConditionalFormat(e)},o.prototype.clearFilter=function(e){return this.ej2Instances.clearFilter(e)},o.prototype.closeEdit=function(){return this.ej2Instances.closeEdit()},o.prototype.computeExpression=function(e){return this.ej2Instances.computeExpression(e)},o.prototype.conditionalFormat=function(e){return this.ej2Instances.conditionalFormat(e)},o.prototype.copy=function(e){return this.ej2Instances.copy(e)},o.prototype.cut=function(e){return this.ej2Instances.cut(e)},o.prototype.delete=function(e,t,n,o){return this.ej2Instances.delete(e,t,n,o)},o.prototype.deleteChart=function(e){return this.ej2Instances.deleteChart(e)},o.prototype.deleteImage=function(e,t){return this.ej2Instances.deleteImage(e,t)},o.prototype.duplicateSheet=function(e){return this.ej2Instances.duplicateSheet(e)},o.prototype.enableContextMenuItems=function(e,t,n){return this.ej2Instances.enableContextMenuItems(e,t,n)},o.prototype.enableFileMenuItems=function(e,t,n){return this.ej2Instances.enableFileMenuItems(e,t,n)},o.prototype.enableRibbonTabs=function(e,t){return this.ej2Instances.enableRibbonTabs(e,t)},o.prototype.enableToolbarItems=function(e,t,n){return this.ej2Instances.enableToolbarItems(e,t,n)},o.prototype.endEdit=function(){return this.ej2Instances.endEdit()},o.prototype.find=function(e){return this.ej2Instances.find(e)},o.prototype.findAll=function(e,t,n,o,r){return this.ej2Instances.findAll(e,t,n,o,r)},o.prototype.freezePanes=function(e,t,n){return this.ej2Instances.freezePanes(e,t,n)},o.prototype.getData=function(e){return this.ej2Instances.getData(e)},o.prototype.getDisplayText=function(e){return this.ej2Instances.getDisplayText(e)},o.prototype.getRowData=function(e,t){return this.ej2Instances.getRowData(e,t)},o.prototype.getSelectAllContent=function(){return this.ej2Instances.getSelectAllContent()},o.prototype.goTo=function(e){return this.ej2Instances.goTo(e)},o.prototype.hideColumn=function(e,t,n){return this.ej2Instances.hideColumn(e,t,n)},o.prototype.hideFileMenuItems=function(e,t,n){return this.ej2Instances.hideFileMenuItems(e,t,n)},o.prototype.hideRibbonTabs=function(e,t){return this.ej2Instances.hideRibbonTabs(e,t)},o.prototype.hideRow=function(e,t,n){return this.ej2Instances.hideRow(e,t,n)},o.prototype.hideSpinner=function(){return this.ej2Instances.hideSpinner()},o.prototype.hideToolbarItems=function(e,t,n){return this.ej2Instances.hideToolbarItems(e,t,n)},o.prototype.insertChart=function(e){return this.ej2Instances.insertChart(e)},o.prototype.insertColumn=function(e,t,n){return this.ej2Instances.insertColumn(e,t,n)},o.prototype.insertImage=function(e,t){return this.ej2Instances.insertImage(e,t)},o.prototype.insertRow=function(e,t,n){return this.ej2Instances.insertRow(e,t,n)},o.prototype.insertSheet=function(e,t){return this.ej2Instances.insertSheet(e,t)},o.prototype.isValidCell=function(e){return this.ej2Instances.isValidCell(e)},o.prototype.lockCells=function(e,t){return this.ej2Instances.lockCells(e,t)},o.prototype.merge=function(e,t){return this.ej2Instances.merge(e,t)},o.prototype.moveSheet=function(e,t){return this.ej2Instances.moveSheet(e,t)},o.prototype.numberFormat=function(e,t){return this.ej2Instances.numberFormat(e,t)},o.prototype.open=function(e){return this.ej2Instances.open(e)},o.prototype.openFromJson=function(e){return this.ej2Instances.openFromJson(e)},o.prototype.paste=function(e,t){return this.ej2Instances.paste(e,t)},o.prototype.protectSheet=function(e,t,n){return this.ej2Instances.protectSheet(e,t,n)},o.prototype.redo=function(){return this.ej2Instances.redo()},o.prototype.refresh=function(e){return this.ej2Instances.refresh(e)},o.prototype.removeContextMenuItems=function(e,t){return this.ej2Instances.removeContextMenuItems(e,t)},o.prototype.removeDataValidation=function(e){return this.ej2Instances.removeDataValidation(e)},o.prototype.removeDefinedName=function(e,t){return this.ej2Instances.removeDefinedName(e,t)},o.prototype.removeHyperlink=function(e){return this.ej2Instances.removeHyperlink(e)},o.prototype.removeInvalidHighlight=function(e){return this.ej2Instances.removeInvalidHighlight(e)},o.prototype.replace=function(e){return this.ej2Instances.replace(e)},o.prototype.resize=function(){return this.ej2Instances.resize()},o.prototype.save=function(e){return this.ej2Instances.save(e)},o.prototype.saveAsJson=function(){return this.ej2Instances.saveAsJson()},o.prototype.selectRange=function(e){return this.ej2Instances.selectRange(e)},o.prototype.setBorder=function(e,t,n){return this.ej2Instances.setBorder(e,t,n)},o.prototype.setColWidth=function(e,t,n){return this.ej2Instances.setColWidth(e,t,n)},o.prototype.setRowHeight=function(e,t,n,o){return this.ej2Instances.setRowHeight(e,t,n,o)},o.prototype.showSpinner=function(){return this.ej2Instances.showSpinner()},o.prototype.sort=function(e,t){return this.ej2Instances.sort(e,t)},o.prototype.startEdit=function(){return this.ej2Instances.startEdit()},o.prototype.unMerge=function(e){return this.ej2Instances.unMerge(e)},o.prototype.undo=function(){return this.ej2Instances.undo()},o.prototype.unfreezePanes=function(e){return this.ej2Instances.unfreezePanes(e)},o.prototype.unprotectSheet=function(e){return this.ej2Instances.unprotectSheet(e)},o.prototype.updateAction=function(e){return this.ej2Instances.updateAction(e)},o.prototype.updateCell=function(e,t){return this.ej2Instances.updateCell(e,t)},o.prototype.updateRange=function(e,t){return this.ej2Instances.updateRange(e,t)},o.prototype.updateUndoRedoCollection=function(e){return this.ej2Instances.updateUndoRedoCollection(e)},o.prototype.wrap=function(e,t){return this.ej2Instances.wrap(e,t)},o=we([n.EJComponentDecorator({props:Pe},Ee)],o)}(n.ComponentBase),Je={name:"ejs-spreadsheet",install:function(e){e.component(Je.name,Me),e.component(me.name,ye),e.component(de.name,he),e.component(H.name,k),e.component(x.name,U),e.component(M.name,E),e.component(V.name,$),e.component(b.name,I),e.component(v.name,j),e.component(R.name,D),e.component(P.name,w),e.component(G.name,W),e.component(L.name,K),e.component(ne.name,te),e.component(ee.name,Z),e.component(ue.name,ae),e.component(ce.name,se),e.component(_e.name,Ce),e.component(be.name,Ie)}};e.ImagesDirective=j,e.ImageDirective=I,e.ImagesPlugin=v,e.ImagePlugin=b,e.ChartsDirective=w,e.ChartDirective=D,e.ChartsPlugin=P,e.ChartPlugin=R,e.CellsDirective=$,e.CellDirective=E,e.CellsPlugin=V,e.CellPlugin=M,e.RowsDirective=U,e.RowDirective=k,e.RowsPlugin=x,e.RowPlugin=H,e.ColumnsDirective=K,e.ColumnDirective=W,e.ColumnsPlugin=L,e.ColumnPlugin=G,e.RangesDirective=Z,e.RangeDirective=te,e.RangesPlugin=ee,e.RangePlugin=ne,e.ConditionalFormatsDirective=se,e.ConditionalFormatDirective=ae,e.ConditionalFormatsPlugin=ce,e.ConditionalFormatPlugin=ue,e.SheetsDirective=he,e.SheetDirective=ye,e.SheetsPlugin=de,e.SheetPlugin=me,e.DefinedNamesDirective=Ie,e.DefinedNameDirective=Ce,e.DefinedNamesPlugin=be,e.DefinedNamePlugin=_e,e.SpreadsheetComponent=Me,e.SpreadsheetPlugin=Je,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
38
11
|
//# sourceMappingURL=ej2-vue-spreadsheet.umd.min.js.map
|