@syncfusion/ej2-vue-spreadsheet 19.2.59 → 19.3.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 +67 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
- package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +10 -3
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +10 -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 +3 -1
- package/src/spreadsheet/spreadsheet.component.js +10 -3
- package/styles/bootstrap-dark.css +147 -13
- package/styles/bootstrap.css +148 -13
- package/styles/bootstrap4.css +150 -15
- package/styles/bootstrap5-dark.css +5463 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5463 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/fabric-dark.css +147 -13
- package/styles/fabric.css +144 -13
- package/styles/highcontrast-light.css +140 -13
- package/styles/highcontrast.css +151 -13
- package/styles/material-dark.css +162 -28
- package/styles/material.css +129 -14
- package/styles/ribbon/bootstrap5-dark.css +225 -0
- package/styles/ribbon/bootstrap5-dark.scss +1 -0
- package/styles/ribbon/bootstrap5.css +225 -0
- package/styles/ribbon/bootstrap5.scss +1 -0
- package/styles/spreadsheet/bootstrap-dark.css +147 -13
- package/styles/spreadsheet/bootstrap.css +148 -13
- package/styles/spreadsheet/bootstrap4.css +150 -15
- package/styles/spreadsheet/bootstrap5-dark.css +5237 -0
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -0
- package/styles/spreadsheet/bootstrap5.css +5237 -0
- package/styles/spreadsheet/bootstrap5.scss +1 -0
- package/styles/spreadsheet/fabric-dark.css +147 -13
- package/styles/spreadsheet/fabric.css +144 -13
- package/styles/spreadsheet/highcontrast-light.css +140 -13
- package/styles/spreadsheet/highcontrast.css +151 -13
- package/styles/spreadsheet/material-dark.css +162 -28
- package/styles/spreadsheet/material.css +129 -14
- package/styles/spreadsheet/tailwind-dark.css +172 -52
- package/styles/spreadsheet/tailwind.css +180 -43
- package/styles/tailwind-dark.css +172 -52
- package/styles/tailwind.css +180 -43
|
@@ -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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-images';\n };\n ImagesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ImagesDirective);\n return ImagesDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-image';\n };\n ImageDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ImageDirective);\n return ImageDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-charts';\n };\n ChartsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ChartsDirective);\n return ChartsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-chart';\n };\n ChartDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ChartDirective);\n return ChartDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-cells';\n };\n CellsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], CellsDirective);\n return CellsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-cell';\n };\n CellDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], CellDirective);\n return CellDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-rows';\n };\n RowsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], RowsDirective);\n return RowsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-row';\n };\n RowDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], RowDirective);\n return RowDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-columns';\n };\n ColumnsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ColumnsDirective);\n return ColumnsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-column';\n };\n ColumnDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ColumnDirective);\n return ColumnDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-ranges';\n };\n RangesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], RangesDirective);\n return RangesDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-range';\n };\n RangeDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], RangeDirective);\n return RangeDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-conditionalformats';\n };\n ConditionalFormatsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ConditionalFormatsDirective);\n return ConditionalFormatsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-conditionalformat';\n };\n ConditionalFormatDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ConditionalFormatDirective);\n return ConditionalFormatDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-sheets';\n };\n SheetsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], SheetsDirective);\n return SheetsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-sheet';\n };\n SheetDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], SheetDirective);\n return SheetDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-definednames';\n };\n DefinedNamesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], DefinedNamesDirective);\n return DefinedNamesDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-definedname';\n };\n DefinedNameDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], DefinedNameDirective);\n return DefinedNameDirective;\n}(vueImport));\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, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, 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';\n// {{VueImport}}\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', '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 = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0];\nexport var watch = testProp[1];\nexport var emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\nexport var isExecute = gh ? false : true;\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.isVue3 = !isExecute;\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 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.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\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 if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n }\n }\n });\n });\n }\n };\n SpreadsheetComponent.prototype.render = function (createElement) {\n var h = gh || createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\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.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.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.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) {\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 }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n }) End */\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":["vueImport","__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","isExecute","gh","ImagesDirective","_super","apply","render","getTag","EJComponentDecorator","parseInt","allVue","version","Vue3.Vue","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","testProp","getProps","props","watch","emitProbs","keys","push","_i","modelProps_1","props_1","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","isVue3","ej2Instances","Spreadsheet","bindProperties","_setProperties","setProperties","clearTemplate","templateNames","templateCollection","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","referModels","map","model","test","vueInstance","$emit","createElement","h","slots","isNullOrUndefined","$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","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","hideFileMenuItems","hide","hideRibbonTabs","hideSpinner","hideToolbarItems","indexes","insertChart","chart","insertColumn","startColumn","endColumn","insertImage","images","insertRow","startRow","endRow","insertSheet","startSheet","endSheet","lockCells","isLocked","merge","type","moveSheet","position","sheetIndexes","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","ComponentBase","SpreadsheetPlugin"],"mappings":"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"}
|
|
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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-images';\n };\n ImagesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ImagesDirective);\n return ImagesDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-image';\n };\n ImageDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ImageDirective);\n return ImageDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-charts';\n };\n ChartsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ChartsDirective);\n return ChartsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-chart';\n };\n ChartDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ChartDirective);\n return ChartDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-cells';\n };\n CellsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], CellsDirective);\n return CellsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-cell';\n };\n CellDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], CellDirective);\n return CellDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-rows';\n };\n RowsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], RowsDirective);\n return RowsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-row';\n };\n RowDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], RowDirective);\n return RowDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-columns';\n };\n ColumnsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ColumnsDirective);\n return ColumnsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-column';\n };\n ColumnDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ColumnDirective);\n return ColumnDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-ranges';\n };\n RangesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], RangesDirective);\n return RangesDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-range';\n };\n RangeDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], RangeDirective);\n return RangeDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-conditionalformats';\n };\n ConditionalFormatsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ConditionalFormatsDirective);\n return ConditionalFormatsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-conditionalformat';\n };\n ConditionalFormatDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], ConditionalFormatDirective);\n return ConditionalFormatDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-sheets';\n };\n SheetsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], SheetsDirective);\n return SheetsDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-sheet';\n };\n SheetDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], SheetDirective);\n return SheetDirective;\n}(vueImport));\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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\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.prototype.getTag = function () {\n return 'e-definednames';\n };\n DefinedNamesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], DefinedNamesDirective);\n return DefinedNamesDirective;\n}(vueImport));\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.prototype.getTag = function () {\n return 'e-definedname';\n };\n DefinedNameDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], DefinedNameDirective);\n return DefinedNameDirective;\n}(vueImport));\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, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, 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';\n// {{VueImport}}\nexport var properties = ['islazyUpdate', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0];\nexport var watch = testProp[1];\nexport var emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\nexport var isExecute = gh ? false : true;\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.isVue3 = !isExecute;\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 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.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\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 if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n };\n SpreadsheetComponent.prototype.render = function (createElement) {\n var h = gh || createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\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.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.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.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.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.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 }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n }) End */\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":["vueImport","__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","isExecute","gh","ImagesDirective","_super","apply","render","getTag","EJComponentDecorator","parseInt","allVue","version","Vue3.Vue","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","testProp","getProps","props","watch","emitProbs","keys","push","_i","modelProps_1","props_1","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","isVue3","ej2Instances","Spreadsheet","bindProperties","_setProperties","setProperties","clearTemplate","templateNames","templateCollection","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","referModels","map","model","test","vueInstance","$emit","createElement","h","slots","isNullOrUndefined","$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","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","hideFileMenuItems","hide","hideRibbonTabs","hideSpinner","hideToolbarItems","indexes","insertChart","chart","insertColumn","startColumn","endColumn","insertImage","images","insertRow","startRow","endRow","insertSheet","startSheet","endSheet","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","undo","unprotectSheet","updateAction","updateCell","updateRange","sheetIdx","updateUndoRedoCollection","wrap","ComponentBase","SpreadsheetPlugin"],"mappings":"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"}
|
|
@@ -555,7 +555,7 @@ var __decorate$9 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
555
555
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
556
556
|
};
|
|
557
557
|
// {{VueImport}}
|
|
558
|
-
const 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', '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'];
|
|
558
|
+
const properties = ['islazyUpdate', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
|
|
559
559
|
const modelProps = [];
|
|
560
560
|
const testProp = getProps({ props: properties });
|
|
561
561
|
const props = testProp[0];
|
|
@@ -632,6 +632,7 @@ class SpreadsheetComponent extends ComponentBase {
|
|
|
632
632
|
}
|
|
633
633
|
else {
|
|
634
634
|
this.$emit('update:' + key, prop[key]);
|
|
635
|
+
this.$emit('modelchanged', prop[key]);
|
|
635
636
|
}
|
|
636
637
|
}
|
|
637
638
|
});
|
|
@@ -679,6 +680,9 @@ class SpreadsheetComponent extends ComponentBase {
|
|
|
679
680
|
applyFilter(predicates, range) {
|
|
680
681
|
return this.ej2Instances.applyFilter(predicates, range);
|
|
681
682
|
}
|
|
683
|
+
autoFill(fillRange, dataRange, direction, fillType) {
|
|
684
|
+
return this.ej2Instances.autoFill(fillRange, dataRange, direction, fillType);
|
|
685
|
+
}
|
|
682
686
|
autoFit(range) {
|
|
683
687
|
return this.ej2Instances.autoFit(range);
|
|
684
688
|
}
|
|
@@ -808,8 +812,8 @@ class SpreadsheetComponent extends ComponentBase {
|
|
|
808
812
|
paste(address, type) {
|
|
809
813
|
return this.ej2Instances.paste(address, type);
|
|
810
814
|
}
|
|
811
|
-
protectSheet(sheet, protectSettings) {
|
|
812
|
-
return this.ej2Instances.protectSheet(sheet, protectSettings);
|
|
815
|
+
protectSheet(sheet, protectSettings, password) {
|
|
816
|
+
return this.ej2Instances.protectSheet(sheet, protectSettings, password);
|
|
813
817
|
}
|
|
814
818
|
redo() {
|
|
815
819
|
return this.ej2Instances.redo();
|
|
@@ -877,6 +881,9 @@ class SpreadsheetComponent extends ComponentBase {
|
|
|
877
881
|
updateCell(cell, address) {
|
|
878
882
|
return this.ej2Instances.updateCell(cell, address);
|
|
879
883
|
}
|
|
884
|
+
updateRange(range, sheetIdx) {
|
|
885
|
+
return this.ej2Instances.updateRange(range, sheetIdx);
|
|
886
|
+
}
|
|
880
887
|
updateUndoRedoCollection(args) {
|
|
881
888
|
return this.ej2Instances.updateUndoRedoCollection(args);
|
|
882
889
|
}
|