@syncfusion/ej2-vue-grids 20.1.58 → 20.1.61
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 +29 -0
- package/dist/ej2-vue-grids.umd.min.js +29 -2
- package/dist/ej2-vue-grids.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-grids.es2015.js +2 -2
- package/dist/es6/ej2-vue-grids.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-grids.es5.js +2 -2
- package/dist/es6/ej2-vue-grids.es5.js.map +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/src/grid/grid.component.js +1 -1
- package/src/pager/pager.component.js +1 -1
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +6 -0
- package/styles/bootstrap5-dark.css +6 -0
- package/styles/bootstrap5.css +6 -0
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/fluent-dark.css +6 -0
- package/styles/fluent.css +6 -0
- package/styles/grid/bootstrap-dark.css +6 -0
- package/styles/grid/bootstrap.css +6 -0
- package/styles/grid/bootstrap4.css +6 -0
- package/styles/grid/bootstrap5-dark.css +6 -0
- package/styles/grid/bootstrap5.css +6 -0
- package/styles/grid/fabric-dark.css +6 -0
- package/styles/grid/fabric.css +6 -0
- package/styles/grid/fluent-dark.css +6 -0
- package/styles/grid/fluent.css +6 -0
- package/styles/grid/highcontrast-light.css +6 -0
- package/styles/grid/highcontrast.css +6 -0
- package/styles/grid/material-dark.css +6 -0
- package/styles/grid/material.css +6 -0
- package/styles/grid/tailwind-dark.css +6 -0
- package/styles/grid/tailwind.css +6 -0
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -0
- package/styles/material-dark.css +6 -0
- package/styles/material.css +6 -0
- package/styles/tailwind-dark.css +6 -0
- package/styles/tailwind.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,35 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I379545` - Menu Filter is not working properly when filtering applied in other columns issue has been fixed.
|
|
10
|
+
- `#I383669` - Script error thrown when destroy the Sticky Header Grid using `ngIf` property has been fixed.
|
|
11
|
+
|
|
12
|
+
## 20.1.60 (2022-06-14)
|
|
13
|
+
|
|
14
|
+
### Grid
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I379616` - Script error when checkbox in last column while editing issue has been fixed.
|
|
19
|
+
- `#I379762` - Insert action issue with `InfiniteScrolling` in URL Adaptor has been fixed.
|
|
20
|
+
- `#F175233` - Scroller thumb is shown when empty record displayed in the Virtualization Grid has been fixed.
|
|
21
|
+
|
|
22
|
+
## 20.1.59 (2022-06-07)
|
|
23
|
+
|
|
24
|
+
### Grid
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#I367001` - Alignment issue while adding new row with frozen grid and `rowDragandDrop` is fixed
|
|
29
|
+
- `#I378140` - Combination of Excel and Menu filter with `foreignkey` column throws script error is fixed
|
|
30
|
+
- `#I377994` - Row selection is not updated properly inside the `rowDeselected` event while performing data actions in grid has been fixed.
|
|
31
|
+
|
|
32
|
+
## 20.1.58 (2022-05-31)
|
|
33
|
+
|
|
34
|
+
### Grid
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
9
38
|
- `#I357493` - An issue with the grid throws a `NotFoundError` on Unmount in IE11 when using the custom template has been resolved.
|
|
10
39
|
- `#I372485` - Adding new rows in-between with infinite scrolling issue has been fixed.
|
|
11
40
|
- `#I375336` - Scrolling is not working fine with Virtualization Grid when having frozen column has been fixed.
|
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-grids.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.61
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-grids"),require("@syncfusion/ej2-vue-base"),require("vue-class-component"),require("@syncfusion/ej2-base"),require("vue")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-grids","@syncfusion/ej2-vue-base","vue-class-component","@syncfusion/ej2-base","vue"],t):t(e.ej={},e.ej2Grids,e.ej2VueBase,e.Vue3,e.ej2Base,e.Vue$1)}(this,function(e,t,n,o,r,s){"use strict";s=s&&s.hasOwnProperty("default")?s.default:s;var i,a,c,u,l=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),p=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},d=!n.gh,f=function(e){function t(){return e.call(this,arguments)||this}return l(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-stacked-columns"},t=p([n.EJComponentDecorator({},d)],t)}(i=!d||parseInt(n.allVue.version)<3?o.Vue:s),g={name:"e-stacked-columns",install:function(e){e.component(g.name,f)}},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-stacked-column"},t=p([n.EJComponentDecorator({},d)],t)}(i),y={name:"e-stacked-column",install:function(e){e.component(y.name,h)}},m=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),I=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},j=!n.gh,C=function(e){function t(){return e.call(this,arguments)||this}return m(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-columns"},t=I([n.EJComponentDecorator({},j)],t)}(a=!j||parseInt(n.allVue.version)<3?o.Vue:s),v={name:"e-columns",install:function(e){e.component(v.name,C)}},b=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return m(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-column"},t=I([n.EJComponentDecorator({},j)],t)}(a),w={name:"e-column",install:function(e){e.component(w.name,b)}},R=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),x=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},P=!n.gh,S=function(e){function t(){return e.call(this,arguments)||this}return R(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-columns"},t=x([n.EJComponentDecorator({},P)],t)}(c=!P||parseInt(n.allVue.version)<3?o.Vue:s),_={name:"e-columns",install:function(e){e.component(_.name,S)}},D=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return R(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-column"},t=x([n.EJComponentDecorator({},P)],t)}(c),B={name:"e-column",install:function(e){e.component(B.name,D)}},F=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),O=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},M=!n.gh,E=function(e){function t(){return e.call(this,arguments)||this}return F(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-aggregates"},t=O([n.EJComponentDecorator({},M)],t)}(u=!M||parseInt(n.allVue.version)<3?o.Vue:s),T={name:"e-aggregates",install:function(e){e.component(T.name,E)}},z=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-aggregate"},t=O([n.EJComponentDecorator({},M)],t)}(u),$={name:"e-aggregate",install:function(e){e.component($.name,z)}},A=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),H=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},V=["isLazyUpdate","aggregates","allowExcelExport","allowFiltering","allowGrouping","allowKeyboard","allowMultiSorting","allowPaging","allowPdfExport","allowReordering","allowResizing","allowRowDragAndDrop","allowSelection","allowSorting","allowTextWrap","childGrid","clipMode","columnChooserSettings","columnMenuItems","columnQueryMode","columns","contextMenuItems","cssClass","currencyCode","currentAction","dataSource","detailTemplate","editSettings","ej2StatePersistenceVersion","enableAdaptiveUI","enableAltRow","enableAutoFill","enableColumnVirtualization","enableHeaderFocus","enableHover","enableImmutableMode","enableInfiniteScrolling","enablePersistence","enableRtl","enableStickyHeader","enableVirtualization","filterSettings","frozenColumns","frozenRows","gridLines","groupSettings","height","hierarchyPrintMode","infiniteScrollSettings","locale","pageSettings","pagerTemplate","parentDetails","printMode","query","queryString","resizeSettings","rowDropSettings","rowHeight","rowRenderingMode","rowTemplate","searchSettings","selectedRowIndex","selectionSettings","showColumnChooser","showColumnMenu","sortSettings","textWrapSettings","toolbar","toolbarTemplate","width","actionBegin","actionComplete","actionFailure","batchAdd","batchCancel","batchDelete","beforeAutoFill","beforeBatchAdd","beforeBatchDelete","beforeBatchSave","beforeCopy","beforeDataBound","beforeExcelExport","beforeOpenAdaptiveDialog","beforeOpenColumnChooser","beforePaste","beforePdfExport","beforePrint","beginEdit","cellDeselected","cellDeselecting","cellEdit","cellSave","cellSaved","cellSelected","cellSelecting","checkBoxChange","columnDataStateChange","columnDeselected","columnDeselecting","columnDrag","columnDragStart","columnDrop","columnMenuClick","columnMenuOpen","columnSelected","columnSelecting","commandClick","contextMenuClick","contextMenuOpen","created","dataBound","dataSourceChanged","dataStateChange","destroyed","detailDataBound","excelAggregateQueryCellInfo","excelExportComplete","excelHeaderQueryCellInfo","excelQueryCellInfo","exportDetailDataBound","exportGroupCaption","headerCellInfo","keyPressed","lazyLoadGroupCollapse","lazyLoadGroupExpand","load","pdfAggregateQueryCellInfo","pdfExportComplete","pdfHeaderQueryCellInfo","pdfQueryCellInfo","printComplete","queryCellInfo","recordClick","recordDoubleClick","resizeStart","resizeStop","resizing","rowDataBound","rowDeselected","rowDeselecting","rowDrag","rowDragStart","rowDragStartHelper","rowDrop","rowSelected","rowSelecting","toolbarClick"],k=["dataSource"],U=n.getProps({props:V}),G=(U[0],U[1]),L=Object.keys(G);L.push("modelchanged");for(var N=0,q=k;N<q.length;N++){var J=q[N];L.push("update:"+J)}var K=!n.gh,Q=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=V,n.models=k,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-columns":{"e-column":{"e-stacked-columns":"e-stacked-column"}},"e-aggregates":{"e-aggregate":{"e-columns":"e-column"}}},n.tagNameMapper={"e-stacked-columns":"e-columns"},n.isVue3=!K,n.ej2Instances=new t.Grid({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return A(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],s=this.templateCollection[o];if(s&&s.length){for(var i=0,a=s;i<a.length;i++){var c=a[i];r.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,n){if(K||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){s=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!r.isUndefined(t[s])&&(K?(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s])):(this.ej2Instances.vueInstance.$emit("update:"+s,t[s]),this.ej2Instances.vueInstance.$emit("modelchanged",t[s])))}}else{var o,s=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!r.isUndefined(t[s])&&(K?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s])):(this.ej2Instances.vueInstance.$emit("update:"+s,t[s]),this.ej2Instances.vueInstance.$emit("modelchanged",t[s]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[s])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},o.prototype.render=function(e){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.addRecord=function(e,t){return this.ej2Instances.addRecord(e,t)},o.prototype.autoFitColumns=function(e){return this.ej2Instances.autoFitColumns(e)},o.prototype.batchAsyncUpdate=function(e){return this.ej2Instances.batchAsyncUpdate(e)},o.prototype.batchUpdate=function(e){return this.ej2Instances.batchUpdate(e)},o.prototype.calculatePageSizeByParentHeight=function(e){return this.ej2Instances.calculatePageSizeByParentHeight(e)},o.prototype.clearCellSelection=function(){return this.ej2Instances.clearCellSelection()},o.prototype.clearFiltering=function(e){return this.ej2Instances.clearFiltering(e)},o.prototype.clearGrouping=function(){return this.ej2Instances.clearGrouping()},o.prototype.clearRowSelection=function(){return this.ej2Instances.clearRowSelection()},o.prototype.clearSelection=function(){return this.ej2Instances.clearSelection()},o.prototype.clearSorting=function(){return this.ej2Instances.clearSorting()},o.prototype.closeEdit=function(){return this.ej2Instances.closeEdit()},o.prototype.copy=function(e){return this.ej2Instances.copy(e)},o.prototype.csvExport=function(e,t,n,o){return this.ej2Instances.csvExport(e,t,n,o)},o.prototype.dataReady=function(){return this.ej2Instances.dataReady()},o.prototype.deleteRecord=function(e,t){return this.ej2Instances.deleteRecord(e,t)},o.prototype.deleteRow=function(e){return this.ej2Instances.deleteRow(e)},o.prototype.destroyTemplate=function(e,t){return this.ej2Instances.destroyTemplate(e,t)},o.prototype.detailCollapseAll=function(){return this.ej2Instances.detailCollapseAll()},o.prototype.detailExpandAll=function(){return this.ej2Instances.detailExpandAll()},o.prototype.editCell=function(e,t){return this.ej2Instances.editCell(e,t)},o.prototype.enableToolbarItems=function(e,t){return this.ej2Instances.enableToolbarItems(e,t)},o.prototype.endEdit=function(){return this.ej2Instances.endEdit()},o.prototype.excelExport=function(e,t,n,o){return this.ej2Instances.excelExport(e,t,n,o)},o.prototype.extendRequiredModules=function(e){return this.ej2Instances.extendRequiredModules(e)},o.prototype.filterByColumn=function(e,t,n,o,r,s,i,a){return this.ej2Instances.filterByColumn(e,t,n,o,r,s,i,a)},o.prototype.getBatchChanges=function(){return this.ej2Instances.getBatchChanges()},o.prototype.getCellFromIndex=function(e,t){return this.ej2Instances.getCellFromIndex(e,t)},o.prototype.getColumnByField=function(e){return this.ej2Instances.getColumnByField(e)},o.prototype.getColumnByUid=function(e){return this.ej2Instances.getColumnByUid(e)},o.prototype.getColumnFieldNames=function(){return this.ej2Instances.getColumnFieldNames()},o.prototype.getColumnHeaderByField=function(e){return this.ej2Instances.getColumnHeaderByField(e)},o.prototype.getColumnHeaderByIndex=function(e){return this.ej2Instances.getColumnHeaderByIndex(e)},o.prototype.getColumnHeaderByUid=function(e){return this.ej2Instances.getColumnHeaderByUid(e)},o.prototype.getColumnIndexByField=function(e){return this.ej2Instances.getColumnIndexByField(e)},o.prototype.getColumnIndexByUid=function(e){return this.ej2Instances.getColumnIndexByUid(e)},o.prototype.getColumns=function(e){return this.ej2Instances.getColumns(e)},o.prototype.getContent=function(){return this.ej2Instances.getContent()},o.prototype.getContentTable=function(){return this.ej2Instances.getContentTable()},o.prototype.getCurrentViewRecords=function(){return this.ej2Instances.getCurrentViewRecords()},o.prototype.getDataModule=function(){return this.ej2Instances.getDataModule()},o.prototype.getDataRows=function(){return this.ej2Instances.getDataRows()},o.prototype.getFilterUIInfo=function(){return this.ej2Instances.getFilterUIInfo()},o.prototype.getFilteredRecords=function(){return this.ej2Instances.getFilteredRecords()},o.prototype.getFooterContent=function(){return this.ej2Instances.getFooterContent()},o.prototype.getFooterContentTable=function(){return this.ej2Instances.getFooterContentTable()},o.prototype.getForeignKeyColumns=function(){return this.ej2Instances.getForeignKeyColumns()},o.prototype.getFrozenDataRows=function(){return this.ej2Instances.getFrozenDataRows()},o.prototype.getFrozenLeftColumnHeaderByIndex=function(e){return this.ej2Instances.getFrozenLeftColumnHeaderByIndex(e)},o.prototype.getFrozenLeftCount=function(){return this.ej2Instances.getFrozenLeftCount()},o.prototype.getFrozenMode=function(){return this.ej2Instances.getFrozenMode()},o.prototype.getFrozenRightCellFromIndex=function(e,t){return this.ej2Instances.getFrozenRightCellFromIndex(e,t)},o.prototype.getFrozenRightColumnHeaderByIndex=function(e){return this.ej2Instances.getFrozenRightColumnHeaderByIndex(e)},o.prototype.getFrozenRightDataRows=function(){return this.ej2Instances.getFrozenRightDataRows()},o.prototype.getFrozenRightRowByIndex=function(e){return this.ej2Instances.getFrozenRightRowByIndex(e)},o.prototype.getFrozenRightRows=function(){return this.ej2Instances.getFrozenRightRows()},o.prototype.getFrozenRowByIndex=function(e){return this.ej2Instances.getFrozenRowByIndex(e)},o.prototype.getHeaderContent=function(){return this.ej2Instances.getHeaderContent()},o.prototype.getHeaderTable=function(){return this.ej2Instances.getHeaderTable()},o.prototype.getHiddenColumns=function(){return this.ej2Instances.getHiddenColumns()},o.prototype.getMediaColumns=function(){return this.ej2Instances.getMediaColumns()},o.prototype.getMovableCellFromIndex=function(e,t){return this.ej2Instances.getMovableCellFromIndex(e,t)},o.prototype.getMovableColumnHeaderByIndex=function(e){return this.ej2Instances.getMovableColumnHeaderByIndex(e)},o.prototype.getMovableDataRows=function(){return this.ej2Instances.getMovableDataRows()},o.prototype.getMovableRowByIndex=function(e){return this.ej2Instances.getMovableRowByIndex(e)},o.prototype.getMovableRows=function(){return this.ej2Instances.getMovableRows()},o.prototype.getPager=function(){return this.ej2Instances.getPager()},o.prototype.getPrimaryKeyFieldNames=function(){return this.ej2Instances.getPrimaryKeyFieldNames()},o.prototype.getRowByIndex=function(e){return this.ej2Instances.getRowByIndex(e)},o.prototype.getRowIndexByPrimaryKey=function(e){return this.ej2Instances.getRowIndexByPrimaryKey(e)},o.prototype.getRowInfo=function(e){return this.ej2Instances.getRowInfo(e)},o.prototype.getRows=function(){return this.ej2Instances.getRows()},o.prototype.getSelectedColumnsUid=function(){return this.ej2Instances.getSelectedColumnsUid()},o.prototype.getSelectedRecords=function(){return this.ej2Instances.getSelectedRecords()},o.prototype.getSelectedRowCellIndexes=function(){return this.ej2Instances.getSelectedRowCellIndexes()},o.prototype.getSelectedRowIndexes=function(){return this.ej2Instances.getSelectedRowIndexes()},o.prototype.getSelectedRows=function(){return this.ej2Instances.getSelectedRows()},o.prototype.getSummaryValues=function(e,t){return this.ej2Instances.getSummaryValues(e,t)},o.prototype.getUidByColumnField=function(e){return this.ej2Instances.getUidByColumnField(e)},o.prototype.getVisibleColumns=function(){return this.ej2Instances.getVisibleColumns()},o.prototype.goToPage=function(e){return this.ej2Instances.goToPage(e)},o.prototype.groupCollapseAll=function(){return this.ej2Instances.groupCollapseAll()},o.prototype.groupColumn=function(e){return this.ej2Instances.groupColumn(e)},o.prototype.groupExpandAll=function(){return this.ej2Instances.groupExpandAll()},o.prototype.hideColumns=function(e,t){return this.ej2Instances.hideColumns(e,t)},o.prototype.hideScroll=function(){return this.ej2Instances.hideScroll()},o.prototype.hideSpinner=function(){return this.ej2Instances.hideSpinner()},o.prototype.isFrozenGrid=function(){return this.ej2Instances.isFrozenGrid()},o.prototype.openColumnChooser=function(e,t){return this.ej2Instances.openColumnChooser(e,t)},o.prototype.pdfExport=function(e,t,n,o){return this.ej2Instances.pdfExport(e,t,n,o)},o.prototype.print=function(){return this.ej2Instances.print()},o.prototype.refresh=function(){return this.ej2Instances.refresh()},o.prototype.refreshColumns=function(){return this.ej2Instances.refreshColumns()},o.prototype.refreshHeader=function(){return this.ej2Instances.refreshHeader()},o.prototype.reorderColumnByIndex=function(e,t){return this.ej2Instances.reorderColumnByIndex(e,t)},o.prototype.reorderColumnByTargetIndex=function(e,t){return this.ej2Instances.reorderColumnByTargetIndex(e,t)},o.prototype.reorderColumns=function(e,t){return this.ej2Instances.reorderColumns(e,t)},o.prototype.reorderRows=function(e,t){return this.ej2Instances.reorderRows(e,t)},o.prototype.saveCell=function(){return this.ej2Instances.saveCell()},o.prototype.search=function(e){return this.ej2Instances.search(e)},o.prototype.selectCell=function(e,t){return this.ej2Instances.selectCell(e,t)},o.prototype.selectCells=function(e){return this.ej2Instances.selectCells(e)},o.prototype.selectCellsByRange=function(e,t){return this.ej2Instances.selectCellsByRange(e,t)},o.prototype.selectRow=function(e,t){return this.ej2Instances.selectRow(e,t)},o.prototype.selectRows=function(e){return this.ej2Instances.selectRows(e)},o.prototype.selectRowsByRange=function(e,t){return this.ej2Instances.selectRowsByRange(e,t)},o.prototype.serverCsvExport=function(e){return this.ej2Instances.serverCsvExport(e)},o.prototype.serverExcelExport=function(e){return this.ej2Instances.serverExcelExport(e)},o.prototype.serverPdfExport=function(e){return this.ej2Instances.serverPdfExport(e)},o.prototype.setCellValue=function(e,t,n){return this.ej2Instances.setCellValue(e,t,n)},o.prototype.setGridContent=function(e){return this.ej2Instances.setGridContent(e)},o.prototype.setGridContentTable=function(e){return this.ej2Instances.setGridContentTable(e)},o.prototype.setGridHeaderContent=function(e){return this.ej2Instances.setGridHeaderContent(e)},o.prototype.setGridHeaderTable=function(e){return this.ej2Instances.setGridHeaderTable(e)},o.prototype.setGridPager=function(e){return this.ej2Instances.setGridPager(e)},o.prototype.setRowData=function(e,t){return this.ej2Instances.setRowData(e,t)},o.prototype.showAdaptiveFilterDialog=function(){return this.ej2Instances.showAdaptiveFilterDialog()},o.prototype.showAdaptiveSortDialog=function(){return this.ej2Instances.showAdaptiveSortDialog()},o.prototype.showColumns=function(e,t){return this.ej2Instances.showColumns(e,t)},o.prototype.showSpinner=function(){return this.ej2Instances.showSpinner()},o.prototype.sortColumn=function(e,t,n){return this.ej2Instances.sortColumn(e,t,n)},o.prototype.startEdit=function(){return this.ej2Instances.startEdit()},o.prototype.ungroupColumn=function(e){return this.ej2Instances.ungroupColumn(e)},o.prototype.updateCell=function(e,t,n){return this.ej2Instances.updateCell(e,t,n)},o.prototype.updateExternalMessage=function(e){return this.ej2Instances.updateExternalMessage(e)},o.prototype.updateRow=function(e,t){return this.ej2Instances.updateRow(e,t)},o.prototype.updateRowValue=function(e,t){return this.ej2Instances.updateRowValue(e,t)},o=H([n.EJComponentDecorator({props:V,model:{event:"modelchanged"}},K)],o)}(n.ComponentBase),W={name:"ejs-grid",install:function(e){e.component(W.name,Q),e.component(w.name,b),e.component(v.name,C),e.component(y.name,h),e.component(g.name,f),e.component($.name,z),e.component(T.name,E),e.component(B.name,D),e.component(_.name,S)}},X=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Y=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},Z=["isLazyUpdate","cssClass","currentPage","customText","enableExternalMessage","enablePagerMessage","enablePersistence","enableQueryString","enableRtl","externalMessage","locale","pageCount","pageSize","pageSizes","template","totalRecordsCount","click","created","dropDownChanged"],ee=[],te=n.getProps({props:Z}),ne=(te[0],te[1]),oe=Object.keys(ne);oe.push("modelchanged");for(var re=0,se=ee;re<se.length;re++){var ie=se[re];oe.push("update:"+ie)}var ae=!n.gh,ce=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Z,n.models=ee,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!ae,n.ej2Instances=new t.Pager({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return X(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],s=this.templateCollection[o];if(s&&s.length){for(var i=0,a=s;i<a.length;i++){var c=a[i];r.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return r.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.destroyTemplate=function(e,t){return this.ej2Instances.destroyTemplate(e,t)},o.prototype.getLocalizedLabel=function(e){return this.ej2Instances.getLocalizedLabel(e)},o.prototype.goToPage=function(e){return this.ej2Instances.goToPage(e)},o.prototype.refresh=function(){return this.ej2Instances.refresh()},o=Y([n.EJComponentDecorator({props:Z},ae)],o)}(n.ComponentBase),ue={name:"ejs-pager",install:function(e){e.component(ue.name,ce)}};e.StackedColumnsDirective=f,e.StackedColumnDirective=h,e.StackedColumnsPlugin=g,e.StackedColumnPlugin=y,e.ColumnsDirective=C,e.ColumnDirective=b,e.ColumnsPlugin=v,e.ColumnPlugin=w,e.AggregateColumnsDirective=S,e.AggregateColumnDirective=D,e.AggregateColumnsPlugin=_,e.AggregateColumnPlugin=B,e.AggregatesDirective=E,e.AggregateDirective=z,e.AggregatesPlugin=T,e.AggregatePlugin=$,e.GridComponent=Q,e.GridPlugin=W,e.PagerComponent=ce,e.PagerPlugin=ue,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
10
|
+
/*!
|
|
11
|
+
* filename: ej2-vue-grids.umd.min.js
|
|
12
|
+
* version : 20.1.47
|
|
13
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
|
+
* Use of this code is subject to the terms of our license.
|
|
15
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
16
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
17
|
+
* applicable laws.
|
|
18
|
+
*/
|
|
19
|
+
/*!
|
|
20
|
+
* filename: ej2-vue-grids.umd.min.js
|
|
21
|
+
* version : 19.4.38
|
|
22
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
23
|
+
* Use of this code is subject to the terms of our license.
|
|
24
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
25
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
26
|
+
* applicable laws.
|
|
27
|
+
*/
|
|
28
|
+
/*!
|
|
29
|
+
* filename: ej2-vue-grids.umd.min.js
|
|
30
|
+
* version : 19.1.63
|
|
31
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
32
|
+
* Use of this code is subject to the terms of our license.
|
|
33
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
34
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
35
|
+
* applicable laws.
|
|
36
|
+
*/
|
|
37
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-grids"),require("vue"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-grids","vue","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Grids,e.Vue,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,o,r){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),a={name:"e-columns",install:function(e){e.component(a.name,c)}},u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),l={name:"e-column",install:function(e){e.component(l.name,u)}},p=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),d=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){},t=d([o.EJComponentDecorator({})],t)}(n),g={name:"e-columns",install:function(e){e.component(g.name,f)}},y=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),t.prototype.render=function(){},t=d([o.EJComponentDecorator({})],t)}(n),h={name:"e-column",install:function(e){e.component(h.name,y)}},m=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),I=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},j=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return m(t,e),t.prototype.render=function(){},t=I([o.EJComponentDecorator({})],t)}(n),C={name:"e-aggregates",install:function(e){e.component(C.name,j)}},w=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return m(t,e),t.prototype.render=function(){},t=I([o.EJComponentDecorator({})],t)}(n),b={name:"e-aggregate",install:function(e){e.component(b.name,w)}},R=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),x=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},P=["aggregates","allowExcelExport","allowFiltering","allowGrouping","allowKeyboard","allowMultiSorting","allowPaging","allowPdfExport","allowReordering","allowResizing","allowRowDragAndDrop","allowSelection","allowSorting","allowTextWrap","childGrid","clipMode","columnChooserSettings","columnMenuItems","columnQueryMode","columns","contextMenuItems","currencyCode","currentAction","dataSource","detailTemplate","editSettings","ej2StatePersistenceVersion","enableAdaptiveUI","enableAltRow","enableAutoFill","enableColumnVirtualization","enableHeaderFocus","enableHover","enableImmutableMode","enableInfiniteScrolling","enablePersistence","enableRtl","enableVirtualization","filterSettings","frozenColumns","frozenRows","gridLines","groupSettings","height","hierarchyPrintMode","infiniteScrollSettings","locale","pageSettings","pagerTemplate","parentDetails","printMode","query","queryString","resizeSettings","rowDropSettings","rowHeight","rowRenderingMode","rowTemplate","searchSettings","selectedRowIndex","selectionSettings","showColumnChooser","showColumnMenu","sortSettings","textWrapSettings","toolbar","toolbarTemplate","width","actionBegin","actionComplete","actionFailure","batchAdd","batchCancel","batchDelete","beforeAutoFill","beforeBatchAdd","beforeBatchDelete","beforeBatchSave","beforeCopy","beforeDataBound","beforeExcelExport","beforeOpenColumnChooser","beforePaste","beforePdfExport","beforePrint","beginEdit","cellDeselected","cellDeselecting","cellEdit","cellSave","cellSaved","cellSelected","cellSelecting","checkBoxChange","columnDataStateChange","columnDeselected","columnDeselecting","columnDrag","columnDragStart","columnDrop","columnMenuClick","columnMenuOpen","columnSelected","columnSelecting","commandClick","contextMenuClick","contextMenuOpen","created","dataBound","dataSourceChanged","dataStateChange","destroyed","detailDataBound","excelAggregateQueryCellInfo","excelExportComplete","excelHeaderQueryCellInfo","excelQueryCellInfo","exportDetailDataBound","exportGroupCaption","headerCellInfo","keyPressed","lazyLoadGroupCollapse","lazyLoadGroupExpand","load","pdfAggregateQueryCellInfo","pdfExportComplete","pdfHeaderQueryCellInfo","pdfQueryCellInfo","printComplete","queryCellInfo","recordClick","recordDoubleClick","resizeStart","resizeStop","resizing","rowDataBound","rowDeselected","rowDeselecting","rowDrag","rowDragStart","rowDragStartHelper","rowDrop","rowSelected","rowSelecting","toolbarClick"],v=["dataSource"],S=function(e){function n(){var n=e.call(this)||this;return n.propKeys=P,n.models=v,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-columns":"e-column","e-aggregates":{"e-aggregate":{"e-columns":"e-column"}}},n.tagNameMapper={},n.ej2Instances=new t.Grid({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return R(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.trigger=function(e,t,n){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){s=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!r.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}}else{var o,s=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!r.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.addRecord=function(e,t){return this.ej2Instances.addRecord(e,t)},n.prototype.autoFitColumns=function(e){return this.ej2Instances.autoFitColumns(e)},n.prototype.batchAsyncUpdate=function(e){return this.ej2Instances.batchAsyncUpdate(e)},n.prototype.batchUpdate=function(e){return this.ej2Instances.batchUpdate(e)},n.prototype.calculatePageSizeByParentHeight=function(e){return this.ej2Instances.calculatePageSizeByParentHeight(e)},n.prototype.clearCellSelection=function(){return this.ej2Instances.clearCellSelection()},n.prototype.clearFiltering=function(e){return this.ej2Instances.clearFiltering(e)},n.prototype.clearGrouping=function(){return this.ej2Instances.clearGrouping()},n.prototype.clearRowSelection=function(){return this.ej2Instances.clearRowSelection()},n.prototype.clearSelection=function(){return this.ej2Instances.clearSelection()},n.prototype.clearSorting=function(){return this.ej2Instances.clearSorting()},n.prototype.closeEdit=function(){return this.ej2Instances.closeEdit()},n.prototype.copy=function(e){return this.ej2Instances.copy(e)},n.prototype.csvExport=function(e,t,n,o){return this.ej2Instances.csvExport(e,t,n,o)},n.prototype.dataReady=function(){return this.ej2Instances.dataReady()},n.prototype.deleteRecord=function(e,t){return this.ej2Instances.deleteRecord(e,t)},n.prototype.deleteRow=function(e){return this.ej2Instances.deleteRow(e)},n.prototype.destroyTemplate=function(e,t){return this.ej2Instances.destroyTemplate(e,t)},n.prototype.detailCollapseAll=function(){return this.ej2Instances.detailCollapseAll()},n.prototype.detailExpandAll=function(){return this.ej2Instances.detailExpandAll()},n.prototype.editCell=function(e,t){return this.ej2Instances.editCell(e,t)},n.prototype.enableToolbarItems=function(e,t){return this.ej2Instances.enableToolbarItems(e,t)},n.prototype.endEdit=function(){return this.ej2Instances.endEdit()},n.prototype.excelExport=function(e,t,n,o){return this.ej2Instances.excelExport(e,t,n,o)},n.prototype.extendRequiredModules=function(e){return this.ej2Instances.extendRequiredModules(e)},n.prototype.filterByColumn=function(e,t,n,o,r,s,i,c){return this.ej2Instances.filterByColumn(e,t,n,o,r,s,i,c)},n.prototype.getBatchChanges=function(){return this.ej2Instances.getBatchChanges()},n.prototype.getCellFromIndex=function(e,t){return this.ej2Instances.getCellFromIndex(e,t)},n.prototype.getColumnByField=function(e){return this.ej2Instances.getColumnByField(e)},n.prototype.getColumnByUid=function(e){return this.ej2Instances.getColumnByUid(e)},n.prototype.getColumnFieldNames=function(){return this.ej2Instances.getColumnFieldNames()},n.prototype.getColumnHeaderByField=function(e){return this.ej2Instances.getColumnHeaderByField(e)},n.prototype.getColumnHeaderByIndex=function(e){return this.ej2Instances.getColumnHeaderByIndex(e)},n.prototype.getColumnHeaderByUid=function(e){return this.ej2Instances.getColumnHeaderByUid(e)},n.prototype.getColumnIndexByField=function(e){return this.ej2Instances.getColumnIndexByField(e)},n.prototype.getColumnIndexByUid=function(e){return this.ej2Instances.getColumnIndexByUid(e)},n.prototype.getColumns=function(e){return this.ej2Instances.getColumns(e)},n.prototype.getContent=function(){return this.ej2Instances.getContent()},n.prototype.getContentTable=function(){return this.ej2Instances.getContentTable()},n.prototype.getCurrentViewRecords=function(){return this.ej2Instances.getCurrentViewRecords()},n.prototype.getDataModule=function(){return this.ej2Instances.getDataModule()},n.prototype.getDataRows=function(){return this.ej2Instances.getDataRows()},n.prototype.getFilterUIInfo=function(){return this.ej2Instances.getFilterUIInfo()},n.prototype.getFilteredRecords=function(){return this.ej2Instances.getFilteredRecords()},n.prototype.getFooterContent=function(){return this.ej2Instances.getFooterContent()},n.prototype.getFooterContentTable=function(){return this.ej2Instances.getFooterContentTable()},n.prototype.getForeignKeyColumns=function(){return this.ej2Instances.getForeignKeyColumns()},n.prototype.getFrozenDataRows=function(){return this.ej2Instances.getFrozenDataRows()},n.prototype.getFrozenLeftColumnHeaderByIndex=function(e){return this.ej2Instances.getFrozenLeftColumnHeaderByIndex(e)},n.prototype.getFrozenLeftCount=function(){return this.ej2Instances.getFrozenLeftCount()},n.prototype.getFrozenMode=function(){return this.ej2Instances.getFrozenMode()},n.prototype.getFrozenRightCellFromIndex=function(e,t){return this.ej2Instances.getFrozenRightCellFromIndex(e,t)},n.prototype.getFrozenRightColumnHeaderByIndex=function(e){return this.ej2Instances.getFrozenRightColumnHeaderByIndex(e)},n.prototype.getFrozenRightDataRows=function(){return this.ej2Instances.getFrozenRightDataRows()},n.prototype.getFrozenRightRowByIndex=function(e){return this.ej2Instances.getFrozenRightRowByIndex(e)},n.prototype.getFrozenRightRows=function(){return this.ej2Instances.getFrozenRightRows()},n.prototype.getFrozenRowByIndex=function(e){return this.ej2Instances.getFrozenRowByIndex(e)},n.prototype.getHeaderContent=function(){return this.ej2Instances.getHeaderContent()},n.prototype.getHeaderTable=function(){return this.ej2Instances.getHeaderTable()},n.prototype.getHiddenColumns=function(){return this.ej2Instances.getHiddenColumns()},n.prototype.getMediaColumns=function(){return this.ej2Instances.getMediaColumns()},n.prototype.getMovableCellFromIndex=function(e,t){return this.ej2Instances.getMovableCellFromIndex(e,t)},n.prototype.getMovableColumnHeaderByIndex=function(e){return this.ej2Instances.getMovableColumnHeaderByIndex(e)},n.prototype.getMovableDataRows=function(){return this.ej2Instances.getMovableDataRows()},n.prototype.getMovableRowByIndex=function(e){return this.ej2Instances.getMovableRowByIndex(e)},n.prototype.getMovableRows=function(){return this.ej2Instances.getMovableRows()},n.prototype.getPager=function(){return this.ej2Instances.getPager()},n.prototype.getPrimaryKeyFieldNames=function(){return this.ej2Instances.getPrimaryKeyFieldNames()},n.prototype.getRowByIndex=function(e){return this.ej2Instances.getRowByIndex(e)},n.prototype.getRowIndexByPrimaryKey=function(e){return this.ej2Instances.getRowIndexByPrimaryKey(e)},n.prototype.getRowInfo=function(e){return this.ej2Instances.getRowInfo(e)},n.prototype.getRows=function(){return this.ej2Instances.getRows()},n.prototype.getSelectedColumnsUid=function(){return this.ej2Instances.getSelectedColumnsUid()},n.prototype.getSelectedRecords=function(){return this.ej2Instances.getSelectedRecords()},n.prototype.getSelectedRowCellIndexes=function(){return this.ej2Instances.getSelectedRowCellIndexes()},n.prototype.getSelectedRowIndexes=function(){return this.ej2Instances.getSelectedRowIndexes()},n.prototype.getSelectedRows=function(){return this.ej2Instances.getSelectedRows()},n.prototype.getSummaryValues=function(e,t){return this.ej2Instances.getSummaryValues(e,t)},n.prototype.getUidByColumnField=function(e){return this.ej2Instances.getUidByColumnField(e)},n.prototype.getVisibleColumns=function(){return this.ej2Instances.getVisibleColumns()},n.prototype.goToPage=function(e){return this.ej2Instances.goToPage(e)},n.prototype.groupCollapseAll=function(){return this.ej2Instances.groupCollapseAll()},n.prototype.groupColumn=function(e){return this.ej2Instances.groupColumn(e)},n.prototype.groupExpandAll=function(){return this.ej2Instances.groupExpandAll()},n.prototype.hideColumns=function(e,t){return this.ej2Instances.hideColumns(e,t)},n.prototype.hideScroll=function(){return this.ej2Instances.hideScroll()},n.prototype.hideSpinner=function(){return this.ej2Instances.hideSpinner()},n.prototype.isFrozenGrid=function(){return this.ej2Instances.isFrozenGrid()},n.prototype.openColumnChooser=function(e,t){return this.ej2Instances.openColumnChooser(e,t)},n.prototype.pdfExport=function(e,t,n,o){return this.ej2Instances.pdfExport(e,t,n,o)},n.prototype.print=function(){return this.ej2Instances.print()},n.prototype.refresh=function(){return this.ej2Instances.refresh()},n.prototype.refreshColumns=function(){return this.ej2Instances.refreshColumns()},n.prototype.refreshHeader=function(){return this.ej2Instances.refreshHeader()},n.prototype.reorderColumnByIndex=function(e,t){return this.ej2Instances.reorderColumnByIndex(e,t)},n.prototype.reorderColumnByTargetIndex=function(e,t){return this.ej2Instances.reorderColumnByTargetIndex(e,t)},n.prototype.reorderColumns=function(e,t){return this.ej2Instances.reorderColumns(e,t)},n.prototype.reorderRows=function(e,t){return this.ej2Instances.reorderRows(e,t)},n.prototype.saveCell=function(){return this.ej2Instances.saveCell()},n.prototype.search=function(e){return this.ej2Instances.search(e)},n.prototype.selectCell=function(e,t){return this.ej2Instances.selectCell(e,t)},n.prototype.selectCells=function(e){return this.ej2Instances.selectCells(e)},n.prototype.selectCellsByRange=function(e,t){return this.ej2Instances.selectCellsByRange(e,t)},n.prototype.selectRow=function(e,t){return this.ej2Instances.selectRow(e,t)},n.prototype.selectRows=function(e){return this.ej2Instances.selectRows(e)},n.prototype.selectRowsByRange=function(e,t){return this.ej2Instances.selectRowsByRange(e,t)},n.prototype.serverCsvExport=function(e){return this.ej2Instances.serverCsvExport(e)},n.prototype.serverExcelExport=function(e){return this.ej2Instances.serverExcelExport(e)},n.prototype.serverPdfExport=function(e){return this.ej2Instances.serverPdfExport(e)},n.prototype.setCellValue=function(e,t,n){return this.ej2Instances.setCellValue(e,t,n)},n.prototype.setGridContent=function(e){return this.ej2Instances.setGridContent(e)},n.prototype.setGridContentTable=function(e){return this.ej2Instances.setGridContentTable(e)},n.prototype.setGridHeaderContent=function(e){return this.ej2Instances.setGridHeaderContent(e)},n.prototype.setGridHeaderTable=function(e){return this.ej2Instances.setGridHeaderTable(e)},n.prototype.setGridPager=function(e){return this.ej2Instances.setGridPager(e)},n.prototype.setRowData=function(e,t){return this.ej2Instances.setRowData(e,t)},n.prototype.showColumns=function(e,t){return this.ej2Instances.showColumns(e,t)},n.prototype.showSpinner=function(){return this.ej2Instances.showSpinner()},n.prototype.sortColumn=function(e,t,n){return this.ej2Instances.sortColumn(e,t,n)},n.prototype.startEdit=function(){return this.ej2Instances.startEdit()},n.prototype.ungroupColumn=function(e){return this.ej2Instances.ungroupColumn(e)},n.prototype.updateCell=function(e,t,n){return this.ej2Instances.updateCell(e,t,n)},n.prototype.updateExternalMessage=function(e){return this.ej2Instances.updateExternalMessage(e)},n.prototype.updateRow=function(e,t){return this.ej2Instances.updateRow(e,t)},n.prototype.updateRowValue=function(e,t){return this.ej2Instances.updateRowValue(e,t)},n=x([o.EJComponentDecorator({props:P,model:{event:"modelchanged"}})],n)}(o.ComponentBase),B={name:"ejs-grid",install:function(e){e.component(B.name,S),e.component(l.name,u),e.component(a.name,c),e.component(b.name,w),e.component(C.name,j),e.component(h.name,y),e.component(g.name,f)}},D=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},_=["currentPage","customText","enableExternalMessage","enablePagerMessage","enablePersistence","enableQueryString","enableRtl","externalMessage","locale","pageCount","pageSize","pageSizes","template","totalRecordsCount","click","created","dropDownChanged"],E=[],M=function(e){function n(){var n=e.call(this)||this;return n.propKeys=_,n.models=E,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.Pager({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return D(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.destroyTemplate=function(e,t){return this.ej2Instances.destroyTemplate(e,t)},n.prototype.getLocalizedLabel=function(e){return this.ej2Instances.getLocalizedLabel(e)},n.prototype.goToPage=function(e){return this.ej2Instances.goToPage(e)},n.prototype.refresh=function(){return this.ej2Instances.refresh()},n=F([o.EJComponentDecorator({props:_})],n)}(o.ComponentBase),O={name:"ejs-pager",install:function(e){e.component(O.name,M)}};e.ColumnsDirective=c,e.ColumnDirective=u,e.ColumnsPlugin=a,e.ColumnPlugin=l,e.AggregateColumnsDirective=f,e.AggregateColumnDirective=y,e.AggregateColumnsPlugin=g,e.AggregateColumnPlugin=h,e.AggregatesDirective=j,e.AggregateDirective=w,e.AggregatesPlugin=C,e.AggregatePlugin=b,e.GridComponent=S,e.GridPlugin=B,e.PagerComponent=M,e.PagerPlugin=O,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
38
|
//# sourceMappingURL=ej2-vue-grids.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-grids.umd.min.js","sources":["../src/grid/stacked-column.directive.js","../src/grid/columns.directive.js","../src/grid/aggregate-columns.directive.js","../src/grid/aggregates.directive.js","../src/grid/grid.component.js","../src/pager/pager.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 { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport Vue from 'vue';\n// {{VueImport}}\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 StackedColumnsDirective = /** @class */ (function (_super) {\n __extends(StackedColumnsDirective, _super);\n function StackedColumnsDirective() {\n return _super.call(this, arguments) || this;\n }\n StackedColumnsDirective.prototype.render = function (createElement) {\n if (gh) {\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', { class: 'e-directive' }, slots);\n }\n return;\n };\n StackedColumnsDirective.prototype.updated = function () {\n if (gh && this.custom) {\n this.custom();\n }\n };\n StackedColumnsDirective.prototype.getTag = function () {\n return 'e-stacked-columns';\n };\n StackedColumnsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n /* Start Options({\n inject: {\n custom: {\n default: null\n }\n }\n }) End */\n ], StackedColumnsDirective);\n return StackedColumnsDirective;\n}(vueImport));\nexport { StackedColumnsDirective };\nexport var StackedColumnsPlugin = {\n name: 'e-stacked-columns',\n install: function (Vue) {\n Vue.component(StackedColumnsPlugin.name, StackedColumnsDirective);\n }\n};\nvar StackedColumnDirective = /** @class */ (function (_super) {\n __extends(StackedColumnDirective, _super);\n function StackedColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n StackedColumnDirective.prototype.render = function () {\n return;\n };\n StackedColumnDirective.prototype.getTag = function () {\n return 'e-stacked-column';\n };\n StackedColumnDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], StackedColumnDirective);\n return StackedColumnDirective;\n}(vueImport));\nexport { StackedColumnDirective };\nexport var StackedColumnPlugin = {\n name: 'e-stacked-column',\n install: function (Vue) {\n Vue.component(StackedColumnPlugin.name, StackedColumnDirective);\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 { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport Vue from 'vue';\n// {{VueImport}}\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.call(this, arguments) || this;\n }\n ColumnsDirective.prototype.render = function (createElement) {\n if (gh) {\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', { class: 'e-directive' }, slots);\n }\n return;\n };\n ColumnsDirective.prototype.updated = function () {\n if (gh && this.custom) {\n this.custom();\n }\n };\n ColumnsDirective.prototype.getTag = function () {\n return 'e-columns';\n };\n ColumnsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n /* Start Options({\n inject: {\n custom: {\n default: null\n }\n }\n }) End */\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 Grid.\n * It must be contained in a Grid component(`ejs-grid`).\n * ```vue\n * <ejs-grid :dataSource='data' allowPaging='true' allowSorting='true'>\n * <e-columns>\n * <e-column field='ID' width='100'/>\n * <e-column field='name' headerText='Name' width='100'/>\n * </e-columns>\n * </ejs-grid>\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 { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport Vue from 'vue';\n// {{VueImport}}\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 AggregateColumnsDirective = /** @class */ (function (_super) {\n __extends(AggregateColumnsDirective, _super);\n function AggregateColumnsDirective() {\n return _super.call(this, arguments) || this;\n }\n AggregateColumnsDirective.prototype.render = function (createElement) {\n if (gh) {\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', { class: 'e-directive' }, slots);\n }\n return;\n };\n AggregateColumnsDirective.prototype.updated = function () {\n if (gh && this.custom) {\n this.custom();\n }\n };\n AggregateColumnsDirective.prototype.getTag = function () {\n return 'e-columns';\n };\n AggregateColumnsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n /* Start Options({\n inject: {\n custom: {\n default: null\n }\n }\n }) End */\n ], AggregateColumnsDirective);\n return AggregateColumnsDirective;\n}(vueImport));\nexport { AggregateColumnsDirective };\nexport var AggregateColumnsPlugin = {\n name: 'e-columns',\n install: function (Vue) {\n Vue.component(AggregateColumnsPlugin.name, AggregateColumnsDirective);\n }\n};\n/**\n * `e-aggregate->e-column` directive represent a aggregate column of the VueJS Grid.\n * ```vue\n * <ejs-grid :dataSource='data' allowPaging='true' allowSorting='true'>\n * <e-columns>\n * <e-column field='ID' width='100'/>\n * <e-column field='name' headerText='Name' width='100'/>\n * </e-columns>\n * <e-aggregates>\n * <e-aggregate>\n * <e-columns>\n * <e-column field='ID' type='Min'/>\n * </e-columns>\n * </e-aggregate>\n * </e-aggregates>\n * </ejs-grid>\n * ```\n */\nvar AggregateColumnDirective = /** @class */ (function (_super) {\n __extends(AggregateColumnDirective, _super);\n function AggregateColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateColumnDirective.prototype.render = function () {\n return;\n };\n AggregateColumnDirective.prototype.getTag = function () {\n return 'e-column';\n };\n AggregateColumnDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], AggregateColumnDirective);\n return AggregateColumnDirective;\n}(vueImport));\nexport { AggregateColumnDirective };\nexport var AggregateColumnPlugin = {\n name: 'e-column',\n install: function (Vue) {\n Vue.component(AggregateColumnPlugin.name, AggregateColumnDirective);\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 { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport Vue from 'vue';\n// {{VueImport}}\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 AggregatesDirective = /** @class */ (function (_super) {\n __extends(AggregatesDirective, _super);\n function AggregatesDirective() {\n return _super.call(this, arguments) || this;\n }\n AggregatesDirective.prototype.render = function (createElement) {\n if (gh) {\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', { class: 'e-directive' }, slots);\n }\n return;\n };\n AggregatesDirective.prototype.updated = function () {\n if (gh && this.custom) {\n this.custom();\n }\n };\n AggregatesDirective.prototype.getTag = function () {\n return 'e-aggregates';\n };\n AggregatesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n /* Start Options({\n inject: {\n custom: {\n default: null\n }\n }\n }) End */\n ], AggregatesDirective);\n return AggregatesDirective;\n}(vueImport));\nexport { AggregatesDirective };\nexport var AggregatesPlugin = {\n name: 'e-aggregates',\n install: function (Vue) {\n Vue.component(AggregatesPlugin.name, AggregatesDirective);\n }\n};\n/**\n * `e-aggregate` directive represent a aggregate row of the VueJS Grid.\n * It must be contained in a Grid component(`ejs-grid`).\n * ```vue\n * <ejs-grid :dataSource]='data' allowPaging='true' allowSorting='true'>\n * <e-columns>\n * <e-column field='ID' width='100'/>\n * <e-column field='name' headerText='Name' width='100'/>\n * </e-columns>\n * <e-aggregates>\n * <e-aggregate>\n * <e-columns>\n * <e-column field='ID' type='Min'/>\n * </e-columns>\n * </e-aggregate>\n * </e-aggregates>\n * </ejs-grid>\n * ```\n */\nvar AggregateDirective = /** @class */ (function (_super) {\n __extends(AggregateDirective, _super);\n function AggregateDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateDirective.prototype.render = function () {\n return;\n };\n AggregateDirective.prototype.getTag = function () {\n return 'e-aggregate';\n };\n AggregateDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], AggregateDirective);\n return AggregateDirective;\n}(vueImport));\nexport { AggregateDirective };\nexport var AggregatePlugin = {\n name: 'e-aggregate',\n install: function (Vue) {\n Vue.component(AggregatePlugin.name, AggregateDirective);\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 { isUndefined } from '@syncfusion/ej2-base';\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { Grid } from '@syncfusion/ej2-grids';\nimport { StackedColumnsDirective, StackedColumnDirective, StackedColumnsPlugin, StackedColumnPlugin } from './stacked-column.directive';\nimport { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';\nimport { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPlugin, AggregateColumnPlugin } from './aggregate-columns.directive';\nimport { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './aggregates.directive';\n// {{VueImport}}\nexport var properties = ['isLazyUpdate', 'aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'cssClass', 'currencyCode', 'currentAction', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableStickyHeader', 'enableVirtualization', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeAutoFill', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforeOpenAdaptiveDialog', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDataStateChange', 'columnDeselected', 'columnDeselecting', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'columnSelected', 'columnSelecting', 'commandClick', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelAggregateQueryCellInfo', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'lazyLoadGroupCollapse', 'lazyLoadGroupExpand', 'load', 'pdfAggregateQueryCellInfo', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordClick', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick'];\nexport var modelProps = ['dataSource'];\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-grid` represents the VueJS Grid Component.\n * ```vue\n * <ejs-grid :dataSource='data' allowPaging='true' allowSorting='true'></ejs-grid>\n * ```\n */\nvar GridComponent = /** @class */ (function (_super) {\n __extends(GridComponent, _super);\n function GridComponent() {\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-columns\": { \"e-column\": { \"e-stacked-columns\": \"e-stacked-column\" } }, \"e-aggregates\": { \"e-aggregate\": { \"e-columns\": \"e-column\" } } };\n _this.tagNameMapper = { \"e-stacked-columns\": \"e-columns\" };\n _this.isVue3 = !isExecute;\n _this.ej2Instances = new Grid({});\n _this.ej2Instances._trigger = _this.ej2Instances.trigger;\n _this.ej2Instances.trigger = _this.trigger;\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n GridComponent.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 GridComponent.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 GridComponent.prototype.trigger = function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n };\n GridComponent.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 GridComponent.prototype.custom = function () {\n this.updated();\n };\n GridComponent.prototype.addRecord = function (data, index) {\n return this.ej2Instances.addRecord(data, index);\n };\n GridComponent.prototype.autoFitColumns = function (fieldNames) {\n return this.ej2Instances.autoFitColumns(fieldNames);\n };\n GridComponent.prototype.batchAsyncUpdate = function (changes) {\n return this.ej2Instances.batchAsyncUpdate(changes);\n };\n GridComponent.prototype.batchUpdate = function (changes) {\n return this.ej2Instances.batchUpdate(changes);\n };\n GridComponent.prototype.calculatePageSizeByParentHeight = function (containerHeight) {\n return this.ej2Instances.calculatePageSizeByParentHeight(containerHeight);\n };\n GridComponent.prototype.clearCellSelection = function () {\n return this.ej2Instances.clearCellSelection();\n };\n GridComponent.prototype.clearFiltering = function (fields) {\n return this.ej2Instances.clearFiltering(fields);\n };\n GridComponent.prototype.clearGrouping = function () {\n return this.ej2Instances.clearGrouping();\n };\n GridComponent.prototype.clearRowSelection = function () {\n return this.ej2Instances.clearRowSelection();\n };\n GridComponent.prototype.clearSelection = function () {\n return this.ej2Instances.clearSelection();\n };\n GridComponent.prototype.clearSorting = function () {\n return this.ej2Instances.clearSorting();\n };\n GridComponent.prototype.closeEdit = function () {\n return this.ej2Instances.closeEdit();\n };\n GridComponent.prototype.copy = function (withHeader) {\n return this.ej2Instances.copy(withHeader);\n };\n GridComponent.prototype.csvExport = function (excelExportProperties, isMultipleExport, workbook, isBlob) {\n return this.ej2Instances.csvExport(excelExportProperties, isMultipleExport, workbook, isBlob);\n };\n GridComponent.prototype.dataReady = function () {\n return this.ej2Instances.dataReady();\n };\n GridComponent.prototype.deleteRecord = function (fieldname, data) {\n return this.ej2Instances.deleteRecord(fieldname, data);\n };\n GridComponent.prototype.deleteRow = function (tr) {\n return this.ej2Instances.deleteRow(tr);\n };\n GridComponent.prototype.destroyTemplate = function (propertyNames, index) {\n return this.ej2Instances.destroyTemplate(propertyNames, index);\n };\n GridComponent.prototype.detailCollapseAll = function () {\n return this.ej2Instances.detailCollapseAll();\n };\n GridComponent.prototype.detailExpandAll = function () {\n return this.ej2Instances.detailExpandAll();\n };\n GridComponent.prototype.editCell = function (index, field) {\n return this.ej2Instances.editCell(index, field);\n };\n GridComponent.prototype.enableToolbarItems = function (items, isEnable) {\n return this.ej2Instances.enableToolbarItems(items, isEnable);\n };\n GridComponent.prototype.endEdit = function () {\n return this.ej2Instances.endEdit();\n };\n GridComponent.prototype.excelExport = function (excelExportProperties, isMultipleExport, workbook, isBlob) {\n return this.ej2Instances.excelExport(excelExportProperties, isMultipleExport, workbook, isBlob);\n };\n GridComponent.prototype.extendRequiredModules = function (modules) {\n return this.ej2Instances.extendRequiredModules(modules);\n };\n GridComponent.prototype.filterByColumn = function (fieldName, filterOperator, filterValue, predicate, matchCase, ignoreAccent, actualFilterValue, actualOperator) {\n return this.ej2Instances.filterByColumn(fieldName, filterOperator, filterValue, predicate, matchCase, ignoreAccent, actualFilterValue, actualOperator);\n };\n GridComponent.prototype.getBatchChanges = function () {\n return this.ej2Instances.getBatchChanges();\n };\n GridComponent.prototype.getCellFromIndex = function (rowIndex, columnIndex) {\n return this.ej2Instances.getCellFromIndex(rowIndex, columnIndex);\n };\n GridComponent.prototype.getColumnByField = function (field) {\n return this.ej2Instances.getColumnByField(field);\n };\n GridComponent.prototype.getColumnByUid = function (uid) {\n return this.ej2Instances.getColumnByUid(uid);\n };\n GridComponent.prototype.getColumnFieldNames = function () {\n return this.ej2Instances.getColumnFieldNames();\n };\n GridComponent.prototype.getColumnHeaderByField = function (field) {\n return this.ej2Instances.getColumnHeaderByField(field);\n };\n GridComponent.prototype.getColumnHeaderByIndex = function (index) {\n return this.ej2Instances.getColumnHeaderByIndex(index);\n };\n GridComponent.prototype.getColumnHeaderByUid = function (uid) {\n return this.ej2Instances.getColumnHeaderByUid(uid);\n };\n GridComponent.prototype.getColumnIndexByField = function (field) {\n return this.ej2Instances.getColumnIndexByField(field);\n };\n GridComponent.prototype.getColumnIndexByUid = function (uid) {\n return this.ej2Instances.getColumnIndexByUid(uid);\n };\n GridComponent.prototype.getColumns = function (isRefresh) {\n return this.ej2Instances.getColumns(isRefresh);\n };\n GridComponent.prototype.getContent = function () {\n return this.ej2Instances.getContent();\n };\n GridComponent.prototype.getContentTable = function () {\n return this.ej2Instances.getContentTable();\n };\n GridComponent.prototype.getCurrentViewRecords = function () {\n return this.ej2Instances.getCurrentViewRecords();\n };\n GridComponent.prototype.getDataModule = function () {\n return this.ej2Instances.getDataModule();\n };\n GridComponent.prototype.getDataRows = function () {\n return this.ej2Instances.getDataRows();\n };\n GridComponent.prototype.getFilterUIInfo = function () {\n return this.ej2Instances.getFilterUIInfo();\n };\n GridComponent.prototype.getFilteredRecords = function () {\n return this.ej2Instances.getFilteredRecords();\n };\n GridComponent.prototype.getFooterContent = function () {\n return this.ej2Instances.getFooterContent();\n };\n GridComponent.prototype.getFooterContentTable = function () {\n return this.ej2Instances.getFooterContentTable();\n };\n GridComponent.prototype.getForeignKeyColumns = function () {\n return this.ej2Instances.getForeignKeyColumns();\n };\n GridComponent.prototype.getFrozenDataRows = function () {\n return this.ej2Instances.getFrozenDataRows();\n };\n GridComponent.prototype.getFrozenLeftColumnHeaderByIndex = function (index) {\n return this.ej2Instances.getFrozenLeftColumnHeaderByIndex(index);\n };\n GridComponent.prototype.getFrozenLeftCount = function () {\n return this.ej2Instances.getFrozenLeftCount();\n };\n GridComponent.prototype.getFrozenMode = function () {\n return this.ej2Instances.getFrozenMode();\n };\n GridComponent.prototype.getFrozenRightCellFromIndex = function (rowIndex, columnIndex) {\n return this.ej2Instances.getFrozenRightCellFromIndex(rowIndex, columnIndex);\n };\n GridComponent.prototype.getFrozenRightColumnHeaderByIndex = function (index) {\n return this.ej2Instances.getFrozenRightColumnHeaderByIndex(index);\n };\n GridComponent.prototype.getFrozenRightDataRows = function () {\n return this.ej2Instances.getFrozenRightDataRows();\n };\n GridComponent.prototype.getFrozenRightRowByIndex = function (index) {\n return this.ej2Instances.getFrozenRightRowByIndex(index);\n };\n GridComponent.prototype.getFrozenRightRows = function () {\n return this.ej2Instances.getFrozenRightRows();\n };\n GridComponent.prototype.getFrozenRowByIndex = function (index) {\n return this.ej2Instances.getFrozenRowByIndex(index);\n };\n GridComponent.prototype.getHeaderContent = function () {\n return this.ej2Instances.getHeaderContent();\n };\n GridComponent.prototype.getHeaderTable = function () {\n return this.ej2Instances.getHeaderTable();\n };\n GridComponent.prototype.getHiddenColumns = function () {\n return this.ej2Instances.getHiddenColumns();\n };\n GridComponent.prototype.getMediaColumns = function () {\n return this.ej2Instances.getMediaColumns();\n };\n GridComponent.prototype.getMovableCellFromIndex = function (rowIndex, columnIndex) {\n return this.ej2Instances.getMovableCellFromIndex(rowIndex, columnIndex);\n };\n GridComponent.prototype.getMovableColumnHeaderByIndex = function (index) {\n return this.ej2Instances.getMovableColumnHeaderByIndex(index);\n };\n GridComponent.prototype.getMovableDataRows = function () {\n return this.ej2Instances.getMovableDataRows();\n };\n GridComponent.prototype.getMovableRowByIndex = function (index) {\n return this.ej2Instances.getMovableRowByIndex(index);\n };\n GridComponent.prototype.getMovableRows = function () {\n return this.ej2Instances.getMovableRows();\n };\n GridComponent.prototype.getPager = function () {\n return this.ej2Instances.getPager();\n };\n GridComponent.prototype.getPrimaryKeyFieldNames = function () {\n return this.ej2Instances.getPrimaryKeyFieldNames();\n };\n GridComponent.prototype.getRowByIndex = function (index) {\n return this.ej2Instances.getRowByIndex(index);\n };\n GridComponent.prototype.getRowIndexByPrimaryKey = function (value) {\n return this.ej2Instances.getRowIndexByPrimaryKey(value);\n };\n GridComponent.prototype.getRowInfo = function (target) {\n return this.ej2Instances.getRowInfo(target);\n };\n GridComponent.prototype.getRows = function () {\n return this.ej2Instances.getRows();\n };\n GridComponent.prototype.getSelectedColumnsUid = function () {\n return this.ej2Instances.getSelectedColumnsUid();\n };\n GridComponent.prototype.getSelectedRecords = function () {\n return this.ej2Instances.getSelectedRecords();\n };\n GridComponent.prototype.getSelectedRowCellIndexes = function () {\n return this.ej2Instances.getSelectedRowCellIndexes();\n };\n GridComponent.prototype.getSelectedRowIndexes = function () {\n return this.ej2Instances.getSelectedRowIndexes();\n };\n GridComponent.prototype.getSelectedRows = function () {\n return this.ej2Instances.getSelectedRows();\n };\n GridComponent.prototype.getSummaryValues = function (summaryCol, summaryData) {\n return this.ej2Instances.getSummaryValues(summaryCol, summaryData);\n };\n GridComponent.prototype.getUidByColumnField = function (field) {\n return this.ej2Instances.getUidByColumnField(field);\n };\n GridComponent.prototype.getVisibleColumns = function () {\n return this.ej2Instances.getVisibleColumns();\n };\n GridComponent.prototype.goToPage = function (pageNo) {\n return this.ej2Instances.goToPage(pageNo);\n };\n GridComponent.prototype.groupCollapseAll = function () {\n return this.ej2Instances.groupCollapseAll();\n };\n GridComponent.prototype.groupColumn = function (columnName) {\n return this.ej2Instances.groupColumn(columnName);\n };\n GridComponent.prototype.groupExpandAll = function () {\n return this.ej2Instances.groupExpandAll();\n };\n GridComponent.prototype.hideColumns = function (keys, hideBy) {\n return this.ej2Instances.hideColumns(keys, hideBy);\n };\n GridComponent.prototype.hideScroll = function () {\n return this.ej2Instances.hideScroll();\n };\n GridComponent.prototype.hideSpinner = function () {\n return this.ej2Instances.hideSpinner();\n };\n GridComponent.prototype.isFrozenGrid = function () {\n return this.ej2Instances.isFrozenGrid();\n };\n GridComponent.prototype.openColumnChooser = function (x, y) {\n return this.ej2Instances.openColumnChooser(x, y);\n };\n GridComponent.prototype.pdfExport = function (pdfExportProperties, isMultipleExport, pdfDoc, isBlob) {\n return this.ej2Instances.pdfExport(pdfExportProperties, isMultipleExport, pdfDoc, isBlob);\n };\n GridComponent.prototype.print = function () {\n return this.ej2Instances.print();\n };\n GridComponent.prototype.refresh = function () {\n return this.ej2Instances.refresh();\n };\n GridComponent.prototype.refreshColumns = function () {\n return this.ej2Instances.refreshColumns();\n };\n GridComponent.prototype.refreshHeader = function () {\n return this.ej2Instances.refreshHeader();\n };\n GridComponent.prototype.reorderColumnByIndex = function (fromIndex, toIndex) {\n return this.ej2Instances.reorderColumnByIndex(fromIndex, toIndex);\n };\n GridComponent.prototype.reorderColumnByTargetIndex = function (fieldName, toIndex) {\n return this.ej2Instances.reorderColumnByTargetIndex(fieldName, toIndex);\n };\n GridComponent.prototype.reorderColumns = function (fromFName, toFName) {\n return this.ej2Instances.reorderColumns(fromFName, toFName);\n };\n GridComponent.prototype.reorderRows = function (fromIndexes, toIndex) {\n return this.ej2Instances.reorderRows(fromIndexes, toIndex);\n };\n GridComponent.prototype.saveCell = function () {\n return this.ej2Instances.saveCell();\n };\n GridComponent.prototype.search = function (searchString) {\n return this.ej2Instances.search(searchString);\n };\n GridComponent.prototype.selectCell = function (cellIndex, isToggle) {\n return this.ej2Instances.selectCell(cellIndex, isToggle);\n };\n GridComponent.prototype.selectCells = function (rowCellIndexes) {\n return this.ej2Instances.selectCells(rowCellIndexes);\n };\n GridComponent.prototype.selectCellsByRange = function (startIndex, endIndex) {\n return this.ej2Instances.selectCellsByRange(startIndex, endIndex);\n };\n GridComponent.prototype.selectRow = function (index, isToggle) {\n return this.ej2Instances.selectRow(index, isToggle);\n };\n GridComponent.prototype.selectRows = function (rowIndexes) {\n return this.ej2Instances.selectRows(rowIndexes);\n };\n GridComponent.prototype.selectRowsByRange = function (startIndex, endIndex) {\n return this.ej2Instances.selectRowsByRange(startIndex, endIndex);\n };\n GridComponent.prototype.serverCsvExport = function (url) {\n return this.ej2Instances.serverCsvExport(url);\n };\n GridComponent.prototype.serverExcelExport = function (url) {\n return this.ej2Instances.serverExcelExport(url);\n };\n GridComponent.prototype.serverPdfExport = function (url) {\n return this.ej2Instances.serverPdfExport(url);\n };\n GridComponent.prototype.setCellValue = function (key, field, value) {\n return this.ej2Instances.setCellValue(key, field, value);\n };\n GridComponent.prototype.setGridContent = function (element) {\n return this.ej2Instances.setGridContent(element);\n };\n GridComponent.prototype.setGridContentTable = function (element) {\n return this.ej2Instances.setGridContentTable(element);\n };\n GridComponent.prototype.setGridHeaderContent = function (element) {\n return this.ej2Instances.setGridHeaderContent(element);\n };\n GridComponent.prototype.setGridHeaderTable = function (element) {\n return this.ej2Instances.setGridHeaderTable(element);\n };\n GridComponent.prototype.setGridPager = function (element) {\n return this.ej2Instances.setGridPager(element);\n };\n GridComponent.prototype.setRowData = function (key, rowData) {\n return this.ej2Instances.setRowData(key, rowData);\n };\n GridComponent.prototype.showAdaptiveFilterDialog = function () {\n return this.ej2Instances.showAdaptiveFilterDialog();\n };\n GridComponent.prototype.showAdaptiveSortDialog = function () {\n return this.ej2Instances.showAdaptiveSortDialog();\n };\n GridComponent.prototype.showColumns = function (keys, showBy) {\n return this.ej2Instances.showColumns(keys, showBy);\n };\n GridComponent.prototype.showSpinner = function () {\n return this.ej2Instances.showSpinner();\n };\n GridComponent.prototype.sortColumn = function (columnName, direction, isMultiSort) {\n return this.ej2Instances.sortColumn(columnName, direction, isMultiSort);\n };\n GridComponent.prototype.startEdit = function () {\n return this.ej2Instances.startEdit();\n };\n GridComponent.prototype.ungroupColumn = function (columnName) {\n return this.ej2Instances.ungroupColumn(columnName);\n };\n GridComponent.prototype.updateCell = function (rowIndex, field, value) {\n return this.ej2Instances.updateCell(rowIndex, field, value);\n };\n GridComponent.prototype.updateExternalMessage = function (message) {\n return this.ej2Instances.updateExternalMessage(message);\n };\n GridComponent.prototype.updateRow = function (index, data) {\n return this.ej2Instances.updateRow(index, data);\n };\n GridComponent.prototype.updateRowValue = function (key, rowData) {\n return this.ej2Instances.updateRowValue(key, rowData);\n };\n GridComponent = __decorate([\n EJComponentDecorator({\n props: properties,\n model: {\n event: 'modelchanged'\n }\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function provide() {\n return {\n custom: this.custom\n };\n }\n }) End */\n ], GridComponent);\n return GridComponent;\n}(ComponentBase));\nexport { GridComponent };\nexport var GridPlugin = {\n name: 'ejs-grid',\n install: function (Vue) {\n Vue.component(GridPlugin.name, GridComponent);\n Vue.component(ColumnPlugin.name, ColumnDirective);\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n Vue.component(StackedColumnPlugin.name, StackedColumnDirective);\n Vue.component(StackedColumnsPlugin.name, StackedColumnsDirective);\n Vue.component(AggregatePlugin.name, AggregateDirective);\n Vue.component(AggregatesPlugin.name, AggregatesDirective);\n Vue.component(AggregateColumnPlugin.name, AggregateColumnDirective);\n Vue.component(AggregateColumnsPlugin.name, AggregateColumnsDirective);\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 { Pager } from '@syncfusion/ej2-grids';\n// {{VueImport}}\nexport var properties = ['isLazyUpdate', 'cssClass', 'currentPage', 'customText', 'enableExternalMessage', 'enablePagerMessage', 'enablePersistence', 'enableQueryString', 'enableRtl', 'externalMessage', 'locale', 'pageCount', 'pageSize', 'pageSizes', 'template', 'totalRecordsCount', 'click', 'created', 'dropDownChanged'];\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-pager` represents the VueJS Pager Component.\n * ```vue\n * <ejs-pager></ejs-pager>\n * ```\n */\nvar PagerComponent = /** @class */ (function (_super) {\n __extends(PagerComponent, _super);\n function PagerComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = false;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.isVue3 = !isExecute;\n _this.ej2Instances = new Pager({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n PagerComponent.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 PagerComponent.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 PagerComponent.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 PagerComponent.prototype.custom = function () {\n this.updated();\n };\n PagerComponent.prototype.destroyTemplate = function (propertyNames, index) {\n return this.ej2Instances.destroyTemplate(propertyNames, index);\n };\n PagerComponent.prototype.getLocalizedLabel = function (key) {\n return this.ej2Instances.getLocalizedLabel(key);\n };\n PagerComponent.prototype.goToPage = function (pageNo) {\n return this.ej2Instances.goToPage(pageNo);\n };\n PagerComponent.prototype.refresh = function () {\n return this.ej2Instances.refresh();\n };\n PagerComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function provide() {\n return {\n custom: this.custom\n };\n }\n }) End */\n ], PagerComponent);\n return PagerComponent;\n}(ComponentBase));\nexport { PagerComponent };\nexport var PagerPlugin = {\n name: 'ejs-pager',\n install: function (Vue) {\n Vue.component(PagerPlugin.name, PagerComponent);\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","StackedColumnsDirective","_super","call","render","createElement","h","slots","isNullOrUndefined","$slots","default","class","updated","custom","getTag","EJComponentDecorator","parseInt","allVue","version","Vue3.Vue","Vue","StackedColumnsPlugin","name","install","component","StackedColumnDirective","apply","StackedColumnPlugin","ColumnsDirective","ColumnsPlugin","ColumnDirective","ColumnPlugin","AggregateColumnsDirective","AggregateColumnsPlugin","AggregateColumnDirective","AggregateColumnPlugin","AggregatesDirective","AggregatesPlugin","AggregateDirective","AggregatePlugin","properties","modelProps","testProp","getProps","props","watch","emitProbs","keys","push","_i","modelProps_1","props_1","GridComponent","_this","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-columns","e-column","e-stacked-columns","e-aggregates","e-aggregate","tagNameMapper","isVue3","ej2Instances","Grid","_trigger","trigger","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","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","$props","isLazyUpdate","addRecord","data","index","autoFitColumns","fieldNames","batchAsyncUpdate","changes","batchUpdate","calculatePageSizeByParentHeight","containerHeight","clearCellSelection","clearFiltering","fields","clearGrouping","clearRowSelection","clearSelection","clearSorting","closeEdit","copy","withHeader","csvExport","excelExportProperties","isMultipleExport","workbook","isBlob","dataReady","deleteRecord","fieldname","deleteRow","tr","destroyTemplate","propertyNames","detailCollapseAll","detailExpandAll","editCell","field","enableToolbarItems","items","isEnable","endEdit","excelExport","extendRequiredModules","modules","filterByColumn","fieldName","filterOperator","filterValue","predicate","matchCase","ignoreAccent","actualFilterValue","actualOperator","getBatchChanges","getCellFromIndex","rowIndex","columnIndex","getColumnByField","getColumnByUid","uid","getColumnFieldNames","getColumnHeaderByField","getColumnHeaderByIndex","getColumnHeaderByUid","getColumnIndexByField","getColumnIndexByUid","getColumns","isRefresh","getContent","getContentTable","getCurrentViewRecords","getDataModule","getDataRows","getFilterUIInfo","getFilteredRecords","getFooterContent","getFooterContentTable","getForeignKeyColumns","getFrozenDataRows","getFrozenLeftColumnHeaderByIndex","getFrozenLeftCount","getFrozenMode","getFrozenRightCellFromIndex","getFrozenRightColumnHeaderByIndex","getFrozenRightDataRows","getFrozenRightRowByIndex","getFrozenRightRows","getFrozenRowByIndex","getHeaderContent","getHeaderTable","getHiddenColumns","getMediaColumns","getMovableCellFromIndex","getMovableColumnHeaderByIndex","getMovableDataRows","getMovableRowByIndex","getMovableRows","getPager","getPrimaryKeyFieldNames","getRowByIndex","getRowIndexByPrimaryKey","value","getRowInfo","getRows","getSelectedColumnsUid","getSelectedRecords","getSelectedRowCellIndexes","getSelectedRowIndexes","getSelectedRows","getSummaryValues","summaryCol","summaryData","getUidByColumnField","getVisibleColumns","goToPage","pageNo","groupCollapseAll","groupColumn","columnName","groupExpandAll","hideColumns","hideBy","hideScroll","hideSpinner","isFrozenGrid","openColumnChooser","x","y","pdfExport","pdfExportProperties","pdfDoc","print","refresh","refreshColumns","refreshHeader","reorderColumnByIndex","fromIndex","toIndex","reorderColumnByTargetIndex","reorderColumns","fromFName","toFName","reorderRows","fromIndexes","saveCell","search","searchString","selectCell","cellIndex","isToggle","selectCells","rowCellIndexes","selectCellsByRange","startIndex","endIndex","selectRow","selectRows","rowIndexes","selectRowsByRange","serverCsvExport","url","serverExcelExport","serverPdfExport","setCellValue","setGridContent","element","setGridContentTable","setGridHeaderContent","setGridHeaderTable","setGridPager","setRowData","rowData","showAdaptiveFilterDialog","showAdaptiveSortDialog","showColumns","showBy","showSpinner","sortColumn","direction","isMultiSort","startEdit","ungroupColumn","updateCell","updateExternalMessage","message","updateRow","updateRowValue","event","ComponentBase","GridPlugin","PagerComponent","Pager","getLocalizedLabel","PagerPlugin"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-grids.umd.min.js","sources":["../src/grid/columns.directive.js","../src/grid/aggregate-columns.directive.js","../src/grid/aggregates.directive.js","../src/grid/grid.component.js","../src/pager/pager.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ColumnsDirective = /** @class */ (function (_super) {\n __extends(ColumnsDirective, _super);\n function ColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnsDirective.prototype.render = function () {\n return;\n };\n ColumnsDirective = __decorate([\n EJComponentDecorator({})\n ], ColumnsDirective);\n return ColumnsDirective;\n}(Vue));\nexport { ColumnsDirective };\nexport var ColumnsPlugin = {\n name: 'e-columns',\n install: function (Vue) {\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n }\n};\n/**\n * `e-column` directive represent a column of the VueJS Grid.\n * It must be contained in a Grid component(`ejs-grid`).\n * ```vue\n * <ejs-grid :dataSource='data' allowPaging='true' allowSorting='true'>\n * <e-columns>\n * <e-column field='ID' width='100'/>\n * <e-column field='name' headerText='Name' width='100'/>\n * </e-columns>\n * </ejs-grid>\n * ```\n */\nvar ColumnDirective = /** @class */ (function (_super) {\n __extends(ColumnDirective, _super);\n function ColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnDirective.prototype.render = function () {\n return;\n };\n ColumnDirective = __decorate([\n EJComponentDecorator({})\n ], ColumnDirective);\n return ColumnDirective;\n}(Vue));\nexport { ColumnDirective };\nexport var ColumnPlugin = {\n name: 'e-column',\n install: function (Vue) {\n Vue.component(ColumnPlugin.name, ColumnDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar AggregateColumnsDirective = /** @class */ (function (_super) {\n __extends(AggregateColumnsDirective, _super);\n function AggregateColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateColumnsDirective.prototype.render = function () {\n return;\n };\n AggregateColumnsDirective = __decorate([\n EJComponentDecorator({})\n ], AggregateColumnsDirective);\n return AggregateColumnsDirective;\n}(Vue));\nexport { AggregateColumnsDirective };\nexport var AggregateColumnsPlugin = {\n name: 'e-columns',\n install: function (Vue) {\n Vue.component(AggregateColumnsPlugin.name, AggregateColumnsDirective);\n }\n};\n/**\n * `e-aggregate->e-column` directive represent a aggregate column of the VueJS Grid.\n * ```vue\n * <ejs-grid :dataSource='data' allowPaging='true' allowSorting='true'>\n * <e-columns>\n * <e-column field='ID' width='100'/>\n * <e-column field='name' headerText='Name' width='100'/>\n * </e-columns>\n * <e-aggregates>\n * <e-aggregate>\n * <e-columns>\n * <e-column field='ID' type='Min'/>\n * </e-columns>\n * </e-aggregate>\n * </e-aggregates>\n * </ejs-grid>\n * ```\n */\nvar AggregateColumnDirective = /** @class */ (function (_super) {\n __extends(AggregateColumnDirective, _super);\n function AggregateColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateColumnDirective.prototype.render = function () {\n return;\n };\n AggregateColumnDirective = __decorate([\n EJComponentDecorator({})\n ], AggregateColumnDirective);\n return AggregateColumnDirective;\n}(Vue));\nexport { AggregateColumnDirective };\nexport var AggregateColumnPlugin = {\n name: 'e-column',\n install: function (Vue) {\n Vue.component(AggregateColumnPlugin.name, AggregateColumnDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar AggregatesDirective = /** @class */ (function (_super) {\n __extends(AggregatesDirective, _super);\n function AggregatesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregatesDirective.prototype.render = function () {\n return;\n };\n AggregatesDirective = __decorate([\n EJComponentDecorator({})\n ], AggregatesDirective);\n return AggregatesDirective;\n}(Vue));\nexport { AggregatesDirective };\nexport var AggregatesPlugin = {\n name: 'e-aggregates',\n install: function (Vue) {\n Vue.component(AggregatesPlugin.name, AggregatesDirective);\n }\n};\n/**\n * `e-aggregate` directive represent a aggregate row of the VueJS Grid.\n * It must be contained in a Grid component(`ejs-grid`).\n * ```vue\n * <ejs-grid :dataSource]='data' allowPaging='true' allowSorting='true'>\n * <e-columns>\n * <e-column field='ID' width='100'/>\n * <e-column field='name' headerText='Name' width='100'/>\n * </e-columns>\n * <e-aggregates>\n * <e-aggregate>\n * <e-columns>\n * <e-column field='ID' type='Min'/>\n * </e-columns>\n * </e-aggregate>\n * </e-aggregates>\n * </ejs-grid>\n * ```\n */\nvar AggregateDirective = /** @class */ (function (_super) {\n __extends(AggregateDirective, _super);\n function AggregateDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n AggregateDirective.prototype.render = function () {\n return;\n };\n AggregateDirective = __decorate([\n EJComponentDecorator({})\n ], AggregateDirective);\n return AggregateDirective;\n}(Vue));\nexport { AggregateDirective };\nexport var AggregatePlugin = {\n name: 'e-aggregate',\n install: function (Vue) {\n Vue.component(AggregatePlugin.name, AggregateDirective);\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 { isUndefined } from '@syncfusion/ej2-base';\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { Grid } from '@syncfusion/ej2-grids';\nimport { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';\nimport { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPlugin, AggregateColumnPlugin } from './aggregate-columns.directive';\nimport { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './aggregates.directive';\nexport var properties = ['aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'currencyCode', 'currentAction', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width', 'actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeAutoFill', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeDataBound', 'beforeExcelExport', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDataStateChange', 'columnDeselected', 'columnDeselecting', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'columnSelected', 'columnSelecting', 'commandClick', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelAggregateQueryCellInfo', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'lazyLoadGroupCollapse', 'lazyLoadGroupExpand', 'load', 'pdfAggregateQueryCellInfo', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordClick', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick'];\nexport var modelProps = ['dataSource'];\n/**\n * `ejs-grid` represents the VueJS Grid Component.\n * ```vue\n * <ejs-grid :dataSource='data' allowPaging='true' allowSorting='true'></ejs-grid>\n * ```\n */\nvar GridComponent = /** @class */ (function (_super) {\n __extends(GridComponent, _super);\n function GridComponent() {\n var _this = _super.call(this) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = true;\n _this.tagMapper = { \"e-columns\": \"e-column\", \"e-aggregates\": { \"e-aggregate\": { \"e-columns\": \"e-column\" } } };\n _this.tagNameMapper = {};\n _this.ej2Instances = new Grid({});\n _this.ej2Instances._trigger = _this.ej2Instances.trigger;\n _this.ej2Instances.trigger = _this.trigger;\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n return _this;\n }\n GridComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n GridComponent.prototype.trigger = function (eventName, eventProp, successHandler) {\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n if (this.ej2Instances && this.ej2Instances._trigger) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n };\n GridComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n GridComponent.prototype.addRecord = function (data, index) {\n return this.ej2Instances.addRecord(data, index);\n };\n GridComponent.prototype.autoFitColumns = function (fieldNames) {\n return this.ej2Instances.autoFitColumns(fieldNames);\n };\n GridComponent.prototype.batchAsyncUpdate = function (changes) {\n return this.ej2Instances.batchAsyncUpdate(changes);\n };\n GridComponent.prototype.batchUpdate = function (changes) {\n return this.ej2Instances.batchUpdate(changes);\n };\n GridComponent.prototype.calculatePageSizeByParentHeight = function (containerHeight) {\n return this.ej2Instances.calculatePageSizeByParentHeight(containerHeight);\n };\n GridComponent.prototype.clearCellSelection = function () {\n return this.ej2Instances.clearCellSelection();\n };\n GridComponent.prototype.clearFiltering = function (fields) {\n return this.ej2Instances.clearFiltering(fields);\n };\n GridComponent.prototype.clearGrouping = function () {\n return this.ej2Instances.clearGrouping();\n };\n GridComponent.prototype.clearRowSelection = function () {\n return this.ej2Instances.clearRowSelection();\n };\n GridComponent.prototype.clearSelection = function () {\n return this.ej2Instances.clearSelection();\n };\n GridComponent.prototype.clearSorting = function () {\n return this.ej2Instances.clearSorting();\n };\n GridComponent.prototype.closeEdit = function () {\n return this.ej2Instances.closeEdit();\n };\n GridComponent.prototype.copy = function (withHeader) {\n return this.ej2Instances.copy(withHeader);\n };\n GridComponent.prototype.csvExport = function (excelExportProperties, isMultipleExport, workbook, isBlob) {\n return this.ej2Instances.csvExport(excelExportProperties, isMultipleExport, workbook, isBlob);\n };\n GridComponent.prototype.dataReady = function () {\n return this.ej2Instances.dataReady();\n };\n GridComponent.prototype.deleteRecord = function (fieldname, data) {\n return this.ej2Instances.deleteRecord(fieldname, data);\n };\n GridComponent.prototype.deleteRow = function (tr) {\n return this.ej2Instances.deleteRow(tr);\n };\n GridComponent.prototype.destroyTemplate = function (propertyNames, index) {\n return this.ej2Instances.destroyTemplate(propertyNames, index);\n };\n GridComponent.prototype.detailCollapseAll = function () {\n return this.ej2Instances.detailCollapseAll();\n };\n GridComponent.prototype.detailExpandAll = function () {\n return this.ej2Instances.detailExpandAll();\n };\n GridComponent.prototype.editCell = function (index, field) {\n return this.ej2Instances.editCell(index, field);\n };\n GridComponent.prototype.enableToolbarItems = function (items, isEnable) {\n return this.ej2Instances.enableToolbarItems(items, isEnable);\n };\n GridComponent.prototype.endEdit = function () {\n return this.ej2Instances.endEdit();\n };\n GridComponent.prototype.excelExport = function (excelExportProperties, isMultipleExport, workbook, isBlob) {\n return this.ej2Instances.excelExport(excelExportProperties, isMultipleExport, workbook, isBlob);\n };\n GridComponent.prototype.extendRequiredModules = function (modules) {\n return this.ej2Instances.extendRequiredModules(modules);\n };\n GridComponent.prototype.filterByColumn = function (fieldName, filterOperator, filterValue, predicate, matchCase, ignoreAccent, actualFilterValue, actualOperator) {\n return this.ej2Instances.filterByColumn(fieldName, filterOperator, filterValue, predicate, matchCase, ignoreAccent, actualFilterValue, actualOperator);\n };\n GridComponent.prototype.getBatchChanges = function () {\n return this.ej2Instances.getBatchChanges();\n };\n GridComponent.prototype.getCellFromIndex = function (rowIndex, columnIndex) {\n return this.ej2Instances.getCellFromIndex(rowIndex, columnIndex);\n };\n GridComponent.prototype.getColumnByField = function (field) {\n return this.ej2Instances.getColumnByField(field);\n };\n GridComponent.prototype.getColumnByUid = function (uid) {\n return this.ej2Instances.getColumnByUid(uid);\n };\n GridComponent.prototype.getColumnFieldNames = function () {\n return this.ej2Instances.getColumnFieldNames();\n };\n GridComponent.prototype.getColumnHeaderByField = function (field) {\n return this.ej2Instances.getColumnHeaderByField(field);\n };\n GridComponent.prototype.getColumnHeaderByIndex = function (index) {\n return this.ej2Instances.getColumnHeaderByIndex(index);\n };\n GridComponent.prototype.getColumnHeaderByUid = function (uid) {\n return this.ej2Instances.getColumnHeaderByUid(uid);\n };\n GridComponent.prototype.getColumnIndexByField = function (field) {\n return this.ej2Instances.getColumnIndexByField(field);\n };\n GridComponent.prototype.getColumnIndexByUid = function (uid) {\n return this.ej2Instances.getColumnIndexByUid(uid);\n };\n GridComponent.prototype.getColumns = function (isRefresh) {\n return this.ej2Instances.getColumns(isRefresh);\n };\n GridComponent.prototype.getContent = function () {\n return this.ej2Instances.getContent();\n };\n GridComponent.prototype.getContentTable = function () {\n return this.ej2Instances.getContentTable();\n };\n GridComponent.prototype.getCurrentViewRecords = function () {\n return this.ej2Instances.getCurrentViewRecords();\n };\n GridComponent.prototype.getDataModule = function () {\n return this.ej2Instances.getDataModule();\n };\n GridComponent.prototype.getDataRows = function () {\n return this.ej2Instances.getDataRows();\n };\n GridComponent.prototype.getFilterUIInfo = function () {\n return this.ej2Instances.getFilterUIInfo();\n };\n GridComponent.prototype.getFilteredRecords = function () {\n return this.ej2Instances.getFilteredRecords();\n };\n GridComponent.prototype.getFooterContent = function () {\n return this.ej2Instances.getFooterContent();\n };\n GridComponent.prototype.getFooterContentTable = function () {\n return this.ej2Instances.getFooterContentTable();\n };\n GridComponent.prototype.getForeignKeyColumns = function () {\n return this.ej2Instances.getForeignKeyColumns();\n };\n GridComponent.prototype.getFrozenDataRows = function () {\n return this.ej2Instances.getFrozenDataRows();\n };\n GridComponent.prototype.getFrozenLeftColumnHeaderByIndex = function (index) {\n return this.ej2Instances.getFrozenLeftColumnHeaderByIndex(index);\n };\n GridComponent.prototype.getFrozenLeftCount = function () {\n return this.ej2Instances.getFrozenLeftCount();\n };\n GridComponent.prototype.getFrozenMode = function () {\n return this.ej2Instances.getFrozenMode();\n };\n GridComponent.prototype.getFrozenRightCellFromIndex = function (rowIndex, columnIndex) {\n return this.ej2Instances.getFrozenRightCellFromIndex(rowIndex, columnIndex);\n };\n GridComponent.prototype.getFrozenRightColumnHeaderByIndex = function (index) {\n return this.ej2Instances.getFrozenRightColumnHeaderByIndex(index);\n };\n GridComponent.prototype.getFrozenRightDataRows = function () {\n return this.ej2Instances.getFrozenRightDataRows();\n };\n GridComponent.prototype.getFrozenRightRowByIndex = function (index) {\n return this.ej2Instances.getFrozenRightRowByIndex(index);\n };\n GridComponent.prototype.getFrozenRightRows = function () {\n return this.ej2Instances.getFrozenRightRows();\n };\n GridComponent.prototype.getFrozenRowByIndex = function (index) {\n return this.ej2Instances.getFrozenRowByIndex(index);\n };\n GridComponent.prototype.getHeaderContent = function () {\n return this.ej2Instances.getHeaderContent();\n };\n GridComponent.prototype.getHeaderTable = function () {\n return this.ej2Instances.getHeaderTable();\n };\n GridComponent.prototype.getHiddenColumns = function () {\n return this.ej2Instances.getHiddenColumns();\n };\n GridComponent.prototype.getMediaColumns = function () {\n return this.ej2Instances.getMediaColumns();\n };\n GridComponent.prototype.getMovableCellFromIndex = function (rowIndex, columnIndex) {\n return this.ej2Instances.getMovableCellFromIndex(rowIndex, columnIndex);\n };\n GridComponent.prototype.getMovableColumnHeaderByIndex = function (index) {\n return this.ej2Instances.getMovableColumnHeaderByIndex(index);\n };\n GridComponent.prototype.getMovableDataRows = function () {\n return this.ej2Instances.getMovableDataRows();\n };\n GridComponent.prototype.getMovableRowByIndex = function (index) {\n return this.ej2Instances.getMovableRowByIndex(index);\n };\n GridComponent.prototype.getMovableRows = function () {\n return this.ej2Instances.getMovableRows();\n };\n GridComponent.prototype.getPager = function () {\n return this.ej2Instances.getPager();\n };\n GridComponent.prototype.getPrimaryKeyFieldNames = function () {\n return this.ej2Instances.getPrimaryKeyFieldNames();\n };\n GridComponent.prototype.getRowByIndex = function (index) {\n return this.ej2Instances.getRowByIndex(index);\n };\n GridComponent.prototype.getRowIndexByPrimaryKey = function (value) {\n return this.ej2Instances.getRowIndexByPrimaryKey(value);\n };\n GridComponent.prototype.getRowInfo = function (target) {\n return this.ej2Instances.getRowInfo(target);\n };\n GridComponent.prototype.getRows = function () {\n return this.ej2Instances.getRows();\n };\n GridComponent.prototype.getSelectedColumnsUid = function () {\n return this.ej2Instances.getSelectedColumnsUid();\n };\n GridComponent.prototype.getSelectedRecords = function () {\n return this.ej2Instances.getSelectedRecords();\n };\n GridComponent.prototype.getSelectedRowCellIndexes = function () {\n return this.ej2Instances.getSelectedRowCellIndexes();\n };\n GridComponent.prototype.getSelectedRowIndexes = function () {\n return this.ej2Instances.getSelectedRowIndexes();\n };\n GridComponent.prototype.getSelectedRows = function () {\n return this.ej2Instances.getSelectedRows();\n };\n GridComponent.prototype.getSummaryValues = function (summaryCol, summaryData) {\n return this.ej2Instances.getSummaryValues(summaryCol, summaryData);\n };\n GridComponent.prototype.getUidByColumnField = function (field) {\n return this.ej2Instances.getUidByColumnField(field);\n };\n GridComponent.prototype.getVisibleColumns = function () {\n return this.ej2Instances.getVisibleColumns();\n };\n GridComponent.prototype.goToPage = function (pageNo) {\n return this.ej2Instances.goToPage(pageNo);\n };\n GridComponent.prototype.groupCollapseAll = function () {\n return this.ej2Instances.groupCollapseAll();\n };\n GridComponent.prototype.groupColumn = function (columnName) {\n return this.ej2Instances.groupColumn(columnName);\n };\n GridComponent.prototype.groupExpandAll = function () {\n return this.ej2Instances.groupExpandAll();\n };\n GridComponent.prototype.hideColumns = function (keys, hideBy) {\n return this.ej2Instances.hideColumns(keys, hideBy);\n };\n GridComponent.prototype.hideScroll = function () {\n return this.ej2Instances.hideScroll();\n };\n GridComponent.prototype.hideSpinner = function () {\n return this.ej2Instances.hideSpinner();\n };\n GridComponent.prototype.isFrozenGrid = function () {\n return this.ej2Instances.isFrozenGrid();\n };\n GridComponent.prototype.openColumnChooser = function (x, y) {\n return this.ej2Instances.openColumnChooser(x, y);\n };\n GridComponent.prototype.pdfExport = function (pdfExportProperties, isMultipleExport, pdfDoc, isBlob) {\n return this.ej2Instances.pdfExport(pdfExportProperties, isMultipleExport, pdfDoc, isBlob);\n };\n GridComponent.prototype.print = function () {\n return this.ej2Instances.print();\n };\n GridComponent.prototype.refresh = function () {\n return this.ej2Instances.refresh();\n };\n GridComponent.prototype.refreshColumns = function () {\n return this.ej2Instances.refreshColumns();\n };\n GridComponent.prototype.refreshHeader = function () {\n return this.ej2Instances.refreshHeader();\n };\n GridComponent.prototype.reorderColumnByIndex = function (fromIndex, toIndex) {\n return this.ej2Instances.reorderColumnByIndex(fromIndex, toIndex);\n };\n GridComponent.prototype.reorderColumnByTargetIndex = function (fieldName, toIndex) {\n return this.ej2Instances.reorderColumnByTargetIndex(fieldName, toIndex);\n };\n GridComponent.prototype.reorderColumns = function (fromFName, toFName) {\n return this.ej2Instances.reorderColumns(fromFName, toFName);\n };\n GridComponent.prototype.reorderRows = function (fromIndexes, toIndex) {\n return this.ej2Instances.reorderRows(fromIndexes, toIndex);\n };\n GridComponent.prototype.saveCell = function () {\n return this.ej2Instances.saveCell();\n };\n GridComponent.prototype.search = function (searchString) {\n return this.ej2Instances.search(searchString);\n };\n GridComponent.prototype.selectCell = function (cellIndex, isToggle) {\n return this.ej2Instances.selectCell(cellIndex, isToggle);\n };\n GridComponent.prototype.selectCells = function (rowCellIndexes) {\n return this.ej2Instances.selectCells(rowCellIndexes);\n };\n GridComponent.prototype.selectCellsByRange = function (startIndex, endIndex) {\n return this.ej2Instances.selectCellsByRange(startIndex, endIndex);\n };\n GridComponent.prototype.selectRow = function (index, isToggle) {\n return this.ej2Instances.selectRow(index, isToggle);\n };\n GridComponent.prototype.selectRows = function (rowIndexes) {\n return this.ej2Instances.selectRows(rowIndexes);\n };\n GridComponent.prototype.selectRowsByRange = function (startIndex, endIndex) {\n return this.ej2Instances.selectRowsByRange(startIndex, endIndex);\n };\n GridComponent.prototype.serverCsvExport = function (url) {\n return this.ej2Instances.serverCsvExport(url);\n };\n GridComponent.prototype.serverExcelExport = function (url) {\n return this.ej2Instances.serverExcelExport(url);\n };\n GridComponent.prototype.serverPdfExport = function (url) {\n return this.ej2Instances.serverPdfExport(url);\n };\n GridComponent.prototype.setCellValue = function (key, field, value) {\n return this.ej2Instances.setCellValue(key, field, value);\n };\n GridComponent.prototype.setGridContent = function (element) {\n return this.ej2Instances.setGridContent(element);\n };\n GridComponent.prototype.setGridContentTable = function (element) {\n return this.ej2Instances.setGridContentTable(element);\n };\n GridComponent.prototype.setGridHeaderContent = function (element) {\n return this.ej2Instances.setGridHeaderContent(element);\n };\n GridComponent.prototype.setGridHeaderTable = function (element) {\n return this.ej2Instances.setGridHeaderTable(element);\n };\n GridComponent.prototype.setGridPager = function (element) {\n return this.ej2Instances.setGridPager(element);\n };\n GridComponent.prototype.setRowData = function (key, rowData) {\n return this.ej2Instances.setRowData(key, rowData);\n };\n GridComponent.prototype.showColumns = function (keys, showBy) {\n return this.ej2Instances.showColumns(keys, showBy);\n };\n GridComponent.prototype.showSpinner = function () {\n return this.ej2Instances.showSpinner();\n };\n GridComponent.prototype.sortColumn = function (columnName, direction, isMultiSort) {\n return this.ej2Instances.sortColumn(columnName, direction, isMultiSort);\n };\n GridComponent.prototype.startEdit = function () {\n return this.ej2Instances.startEdit();\n };\n GridComponent.prototype.ungroupColumn = function (columnName) {\n return this.ej2Instances.ungroupColumn(columnName);\n };\n GridComponent.prototype.updateCell = function (rowIndex, field, value) {\n return this.ej2Instances.updateCell(rowIndex, field, value);\n };\n GridComponent.prototype.updateExternalMessage = function (message) {\n return this.ej2Instances.updateExternalMessage(message);\n };\n GridComponent.prototype.updateRow = function (index, data) {\n return this.ej2Instances.updateRow(index, data);\n };\n GridComponent.prototype.updateRowValue = function (key, rowData) {\n return this.ej2Instances.updateRowValue(key, rowData);\n };\n GridComponent = __decorate([\n EJComponentDecorator({\n props: properties,\n model: {\n event: 'modelchanged'\n }\n })\n ], GridComponent);\n return GridComponent;\n}(ComponentBase));\nexport { GridComponent };\nexport var GridPlugin = {\n name: 'ejs-grid',\n install: function (Vue) {\n Vue.component(GridPlugin.name, GridComponent);\n Vue.component(ColumnPlugin.name, ColumnDirective);\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n Vue.component(AggregatePlugin.name, AggregateDirective);\n Vue.component(AggregatesPlugin.name, AggregatesDirective);\n Vue.component(AggregateColumnPlugin.name, AggregateColumnDirective);\n Vue.component(AggregateColumnsPlugin.name, AggregateColumnsDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { Pager } from '@syncfusion/ej2-grids';\nexport var properties = ['currentPage', 'customText', 'enableExternalMessage', 'enablePagerMessage', 'enablePersistence', 'enableQueryString', 'enableRtl', 'externalMessage', 'locale', 'pageCount', 'pageSize', 'pageSizes', 'template', 'totalRecordsCount', 'click', 'created', 'dropDownChanged'];\nexport var modelProps = [];\n/**\n * `ejs-pager` represents the VueJS Pager Component.\n * ```vue\n * <ejs-pager></ejs-pager>\n * ```\n */\nvar PagerComponent = /** @class */ (function (_super) {\n __extends(PagerComponent, _super);\n function PagerComponent() {\n var _this = _super.call(this) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = false;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.ej2Instances = new Pager({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n return _this;\n }\n PagerComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n PagerComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n PagerComponent.prototype.destroyTemplate = function (propertyNames, index) {\n return this.ej2Instances.destroyTemplate(propertyNames, index);\n };\n PagerComponent.prototype.getLocalizedLabel = function (key) {\n return this.ej2Instances.getLocalizedLabel(key);\n };\n PagerComponent.prototype.goToPage = function (pageNo) {\n return this.ej2Instances.goToPage(pageNo);\n };\n PagerComponent.prototype.refresh = function () {\n return this.ej2Instances.refresh();\n };\n PagerComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], PagerComponent);\n return PagerComponent;\n}(ComponentBase));\nexport { PagerComponent };\nexport var PagerPlugin = {\n name: 'ejs-pager',\n install: function (Vue) {\n Vue.component(PagerPlugin.name, PagerComponent);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","ColumnsDirective","_super","apply","render","EJComponentDecorator","Vue","ColumnsPlugin","name","install","component","ColumnDirective","ColumnPlugin","AggregateColumnsDirective","AggregateColumnsPlugin","AggregateColumnDirective","AggregateColumnPlugin","AggregatesDirective","AggregatesPlugin","AggregateDirective","AggregatePlugin","properties","modelProps","GridComponent","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-columns","e-aggregates","e-aggregate","tagNameMapper","ej2Instances","Grid","_trigger","trigger","bindProperties","_setProperties","setProperties","prop","muteOnChange","keys","map","model","test","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","createElement","$slots","default","addRecord","data","index","autoFitColumns","fieldNames","batchAsyncUpdate","changes","batchUpdate","calculatePageSizeByParentHeight","containerHeight","clearCellSelection","clearFiltering","fields","clearGrouping","clearRowSelection","clearSelection","clearSorting","closeEdit","copy","withHeader","csvExport","excelExportProperties","isMultipleExport","workbook","isBlob","dataReady","deleteRecord","fieldname","deleteRow","tr","destroyTemplate","propertyNames","detailCollapseAll","detailExpandAll","editCell","field","enableToolbarItems","items","isEnable","endEdit","excelExport","extendRequiredModules","modules","filterByColumn","fieldName","filterOperator","filterValue","predicate","matchCase","ignoreAccent","actualFilterValue","actualOperator","getBatchChanges","getCellFromIndex","rowIndex","columnIndex","getColumnByField","getColumnByUid","uid","getColumnFieldNames","getColumnHeaderByField","getColumnHeaderByIndex","getColumnHeaderByUid","getColumnIndexByField","getColumnIndexByUid","getColumns","isRefresh","getContent","getContentTable","getCurrentViewRecords","getDataModule","getDataRows","getFilterUIInfo","getFilteredRecords","getFooterContent","getFooterContentTable","getForeignKeyColumns","getFrozenDataRows","getFrozenLeftColumnHeaderByIndex","getFrozenLeftCount","getFrozenMode","getFrozenRightCellFromIndex","getFrozenRightColumnHeaderByIndex","getFrozenRightDataRows","getFrozenRightRowByIndex","getFrozenRightRows","getFrozenRowByIndex","getHeaderContent","getHeaderTable","getHiddenColumns","getMediaColumns","getMovableCellFromIndex","getMovableColumnHeaderByIndex","getMovableDataRows","getMovableRowByIndex","getMovableRows","getPager","getPrimaryKeyFieldNames","getRowByIndex","getRowIndexByPrimaryKey","value","getRowInfo","getRows","getSelectedColumnsUid","getSelectedRecords","getSelectedRowCellIndexes","getSelectedRowIndexes","getSelectedRows","getSummaryValues","summaryCol","summaryData","getUidByColumnField","getVisibleColumns","goToPage","pageNo","groupCollapseAll","groupColumn","columnName","groupExpandAll","hideColumns","hideBy","hideScroll","hideSpinner","isFrozenGrid","openColumnChooser","x","y","pdfExport","pdfExportProperties","pdfDoc","print","refresh","refreshColumns","refreshHeader","reorderColumnByIndex","fromIndex","toIndex","reorderColumnByTargetIndex","reorderColumns","fromFName","toFName","reorderRows","fromIndexes","saveCell","search","searchString","selectCell","cellIndex","isToggle","selectCells","rowCellIndexes","selectCellsByRange","startIndex","endIndex","selectRow","selectRows","rowIndexes","selectRowsByRange","serverCsvExport","url","serverExcelExport","serverPdfExport","setCellValue","setGridContent","element","setGridContentTable","setGridHeaderContent","setGridHeaderTable","setGridPager","setRowData","rowData","showColumns","showBy","showSpinner","sortColumn","direction","isMultiSort","startEdit","ungroupColumn","updateCell","updateExternalMessage","message","updateRow","updateRowValue","props","event","ComponentBase","GridPlugin","PagerComponent","Pager","getLocalizedLabel","PagerPlugin"],"mappings":"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"}
|