@syncfusion/ej2-vue-grids 20.1.60 → 20.2.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/CHANGELOG.md +16 -77
  2. package/dist/ej2-vue-grids.umd.min.js +20 -2
  3. package/dist/ej2-vue-grids.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-grids.es2015.js +2 -2
  5. package/dist/es6/ej2-vue-grids.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-grids.es5.js +2 -2
  7. package/dist/es6/ej2-vue-grids.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-grids.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/grid/grid.component.js +1 -1
  11. package/src/pager/pager.component.js +1 -1
  12. package/styles/bootstrap-dark.css +76 -694
  13. package/styles/bootstrap-dark.scss +0 -1
  14. package/styles/bootstrap.css +75 -693
  15. package/styles/bootstrap.scss +0 -1
  16. package/styles/bootstrap4.css +94 -705
  17. package/styles/bootstrap4.scss +0 -1
  18. package/styles/bootstrap5-dark.css +76 -731
  19. package/styles/bootstrap5-dark.scss +0 -1
  20. package/styles/bootstrap5.css +76 -731
  21. package/styles/bootstrap5.scss +0 -1
  22. package/styles/excel-filter/bootstrap-dark.css +4 -0
  23. package/styles/excel-filter/bootstrap.css +4 -0
  24. package/styles/excel-filter/bootstrap4.css +4 -0
  25. package/styles/excel-filter/bootstrap5-dark.css +4 -0
  26. package/styles/excel-filter/bootstrap5.css +4 -0
  27. package/styles/excel-filter/fabric-dark.css +4 -0
  28. package/styles/excel-filter/fabric.css +4 -0
  29. package/styles/excel-filter/fluent-dark.css +4 -0
  30. package/styles/excel-filter/fluent.css +4 -0
  31. package/styles/excel-filter/highcontrast-light.css +4 -0
  32. package/styles/excel-filter/highcontrast.css +4 -0
  33. package/styles/excel-filter/material-dark.css +4 -0
  34. package/styles/excel-filter/material.css +4 -0
  35. package/styles/excel-filter/tailwind-dark.css +4 -0
  36. package/styles/excel-filter/tailwind.css +4 -0
  37. package/styles/fabric-dark.css +72 -692
  38. package/styles/fabric-dark.scss +0 -1
  39. package/styles/fabric.css +74 -694
  40. package/styles/fabric.scss +0 -1
  41. package/styles/fluent-dark.css +93 -707
  42. package/styles/fluent-dark.scss +0 -1
  43. package/styles/fluent.css +93 -707
  44. package/styles/fluent.scss +0 -1
  45. package/styles/grid/bootstrap-dark.css +72 -7
  46. package/styles/grid/bootstrap.css +71 -6
  47. package/styles/grid/bootstrap4.css +90 -18
  48. package/styles/grid/bootstrap5-dark.css +72 -9
  49. package/styles/grid/bootstrap5.css +72 -9
  50. package/styles/grid/fabric-dark.css +68 -5
  51. package/styles/grid/fabric.css +70 -7
  52. package/styles/grid/fluent-dark.css +89 -18
  53. package/styles/grid/fluent.css +89 -18
  54. package/styles/grid/highcontrast-light.css +68 -5
  55. package/styles/grid/highcontrast.css +68 -5
  56. package/styles/grid/material-dark.css +69 -6
  57. package/styles/grid/material.css +68 -5
  58. package/styles/grid/tailwind-dark.css +73 -9
  59. package/styles/grid/tailwind.css +73 -9
  60. package/styles/highcontrast-light.css +72 -692
  61. package/styles/highcontrast-light.scss +0 -1
  62. package/styles/highcontrast.css +72 -692
  63. package/styles/highcontrast.scss +0 -1
  64. package/styles/material-dark.css +73 -693
  65. package/styles/material-dark.scss +0 -1
  66. package/styles/material.css +72 -692
  67. package/styles/material.scss +0 -1
  68. package/styles/tailwind-dark.css +77 -823
  69. package/styles/tailwind-dark.scss +0 -1
  70. package/styles/tailwind.css +77 -823
  71. package/styles/tailwind.scss +0 -1
  72. package/styles/pager/bootstrap-dark.css +0 -686
  73. package/styles/pager/bootstrap-dark.scss +0 -1
  74. package/styles/pager/bootstrap.css +0 -686
  75. package/styles/pager/bootstrap.scss +0 -1
  76. package/styles/pager/bootstrap4.css +0 -686
  77. package/styles/pager/bootstrap4.scss +0 -1
  78. package/styles/pager/bootstrap5-dark.css +0 -721
  79. package/styles/pager/bootstrap5-dark.scss +0 -1
  80. package/styles/pager/bootstrap5.css +0 -721
  81. package/styles/pager/bootstrap5.scss +0 -1
  82. package/styles/pager/fabric-dark.css +0 -686
  83. package/styles/pager/fabric-dark.scss +0 -1
  84. package/styles/pager/fabric.css +0 -686
  85. package/styles/pager/fabric.scss +0 -1
  86. package/styles/pager/fluent-dark.css +0 -688
  87. package/styles/pager/fluent-dark.scss +0 -1
  88. package/styles/pager/fluent.css +0 -688
  89. package/styles/pager/fluent.scss +0 -1
  90. package/styles/pager/highcontrast-light.css +0 -686
  91. package/styles/pager/highcontrast-light.scss +0 -1
  92. package/styles/pager/highcontrast.css +0 -686
  93. package/styles/pager/highcontrast.scss +0 -1
  94. package/styles/pager/material-dark.css +0 -687
  95. package/styles/pager/material-dark.scss +0 -1
  96. package/styles/pager/material.css +0 -687
  97. package/styles/pager/material.scss +0 -1
  98. package/styles/pager/tailwind-dark.css +0 -813
  99. package/styles/pager/tailwind-dark.scss +0 -1
  100. package/styles/pager/tailwind.css +0 -813
  101. package/styles/pager/tailwind.scss +0 -1
package/CHANGELOG.md CHANGED
@@ -6,92 +6,31 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I379616` - Script error when checkbox in last column while editing issue has been fixed.
10
- - `#I379762` - Insert action issue with `InfiniteScrolling` in URL Adaptor has been fixed.
11
- - `#F175233` - Scroller thumb is shown when empty record displayed in the Virtualization Grid has been fixed.
9
+ - `#I376131` - when cell containing the checkbox is double clicked the next cell content gets highlighted issue has been fixed.
10
+ - `#I385933` - Custom format on number column is not working properly in Grid pdf export issue has been fixed.
11
+ - `#FB35672` - Empty grid in batch edit mode throws script error has been fixed.
12
+ - `#I382789` - Tab key Navigation not working When `allowEditing` set to false with `RowDragandDrop` is fixed.
13
+ - `#FB34522` - Column reorder not working properly in column freeze enabled is fixed.
12
14
 
13
- ## 20.1.59 (2022-06-07)
15
+ ## 20.2.36 (2022-06-30)
14
16
 
15
17
  ### Grid
16
18
 
17
- #### Bug Fixes
18
-
19
- - `#I367001` - Alignment issue while adding new row with frozen grid and `rowDragandDrop` is fixed
20
- - `#I378140` - Combination of Excel and Menu filter with `foreignkey` column throws script error is fixed
21
- - `#I377994` - Row selection is not updated properly inside the `rowDeselected` event while performing data actions in grid has been fixed.
22
-
23
- ## 20.1.58 (2022-05-31)
24
-
25
- ### Grid
26
-
27
- #### Bug Fixes
28
-
29
- - `#I357493` - An issue with the grid throws a `NotFoundError` on Unmount in IE11 when using the custom template has been resolved.
30
- - `#I372485` - Adding new rows in-between with infinite scrolling issue has been fixed.
31
- - `#I375336` - Scrolling is not working fine with Virtualization Grid when having frozen column has been fixed.
32
- - `#I374913` - Collapsing Group row is not working properly when cache mode enabled in `InfiniteScrolling` has been fixed.
33
-
34
- ## 20.1.57 (2022-05-24)
35
-
36
- ### Grid
37
-
38
- #### Bug Fixes
39
-
40
- - `#I359884` - Accessibility of Grid component has been improved.
41
- - `#I376539` - Sorting issue on URL Adaptor `DataManagerRequest` has been fixed.
42
- - `#I365726` - Image and Text overlap issue in excel image has been fixed.
43
-
44
- ## 20.1.56 (2022-05-17)
45
-
46
- ### Grid
47
-
48
- #### Bug Fixes
49
-
50
- - `#F174681` - Provided support for Column dragging when dynamically enabling the Group drop area.
51
- - `#I375458` - Column read as draggable after disabling column reorder for Particular column has been fixed.
52
- - `#I376011` - Styling issue on grouping all the columns in grid is fixed.
53
- - `#I352445` - Changed the title and read message of three dot icon in Page container.
54
- - `#I366376` - column template does not destroyed while using `setRowData` method has been fixed.
55
-
56
- ## 20.1.52 (2022-05-04)
57
-
58
- ### Grid
59
-
60
- #### Bug Fixes
61
-
62
- - `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
63
- - `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
64
- - `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
65
-
66
- ## 20.1.51 (2022-04-26)
67
-
68
- ### Grid
69
-
70
- #### Bug Fixes
71
-
72
- - `#I367001` - Script error thrown when adding rows with template has been fixed.
73
- - `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
74
- - `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
75
- - `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
76
- - `#I370329,#I373234` - Command column not working properly for default action is fixed.
77
- - `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
19
+ #### New Features
78
20
 
79
- ## 20.1.48 (2022-04-12)
21
+ - `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/searching)
22
+ - `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
23
+ - Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/keyboard-navigation.html)
24
+ - `#I194399` - Provided support to rotate grid header while exporting.
80
25
 
81
- ### Grid
26
+ - `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/grid/searching)
27
+ - `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
28
+ - Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/bootstrap5/grid/keyboard-navigation.html)
29
+ - `#I194399` - Provided support to rotate grid header while exporting.
82
30
 
83
31
  #### Bug Fixes
84
32
 
85
- - `#I372376` - Infinite scrolling with grouping and hidden columns breaks collapse issue has been fixed.
86
- - `#I369133` - Editing data not maintained when scroll down on the page with infinite scrolling enabled is fixed.
87
- - `#I367996` - `RowDragandDrop` not working when column template is defined is fixed
88
- - `#FB31703` - Focus issue after Searching in Grid with `infiniteScroll` enabled has been fixed.
89
- - `#I371887` - `FilterTemplate` is not working when `showFilterBarOperator` enabled has been fixed.
90
- - `#I362536` - Column template does not render in movable content when using `ngif` has been fixed.
91
- - `#I367660` - Script error wile editing with frozen columns and `virtualization` has been fixed.
92
- - `#I372812` - Show/hide the template column refreshed the Grid has been fixed.
93
- - `#I369861` - Provided support to customize the caption row style on exporting through the `exportGroupCaption` event.
94
- - `#I372461` - Filter operator was incorrect when the `ShowFilterBarOperator` option was set to true with initial filter.
33
+ - `#I235957`, `#I347931`, `#F170423`, `#I356695` - Persist Selection misbehaves while sorting with virtualisation issue has been fixed .
95
34
 
96
35
  ## 20.1.47 (2022-04-04)
97
36
 
@@ -1,11 +1,29 @@
1
1
  /*!
2
2
  * filename: ej2-vue-grids.umd.min.js
3
- * version : 20.1.60
3
+ * version : 20.2.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !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 : 19.2.55
13
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
+ * Use of this code is subject to the terms of our license.
15
+ * A copy of the current license can be obtained at any time by e-mailing
16
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
17
+ * applicable laws.
18
+ */
19
+ /*!
20
+ * filename: ej2-vue-grids.umd.min.js
21
+ * version : 19.1.63
22
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
23
+ * Use of this code is subject to the terms of our license.
24
+ * A copy of the current license can be obtained at any time by e-mailing
25
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
26
+ * applicable laws.
27
+ */
28
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-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
29
  //# sourceMappingURL=ej2-vue-grids.umd.min.js.map