@syncfusion/ej2-vue-grids 20.2.49 → 20.3.47

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 (66) hide show
  1. package/CHANGELOG.md +10 -93
  2. package/dist/ej2-vue-grids.umd.min.js +2 -2
  3. package/dist/ej2-vue-grids.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-grids.es2015.js +47 -44
  5. package/dist/es6/ej2-vue-grids.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-grids.es5.js +47 -44
  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/aggregate-columns.directive.d.ts +0 -1
  11. package/src/grid/aggregate-columns.directive.js +5 -6
  12. package/src/grid/aggregates.directive.d.ts +0 -1
  13. package/src/grid/aggregates.directive.js +5 -6
  14. package/src/grid/columns.directive.d.ts +0 -1
  15. package/src/grid/columns.directive.js +5 -6
  16. package/src/grid/grid.component.d.ts +3 -1
  17. package/src/grid/grid.component.js +13 -5
  18. package/src/grid/stacked-column.directive.d.ts +0 -1
  19. package/src/grid/stacked-column.directive.js +5 -6
  20. package/src/pager/pager.component.d.ts +0 -1
  21. package/src/pager/pager.component.js +3 -4
  22. package/styles/bootstrap-dark.css +54 -11
  23. package/styles/bootstrap.css +54 -11
  24. package/styles/bootstrap4.css +57 -11
  25. package/styles/bootstrap5-dark.css +55 -11
  26. package/styles/bootstrap5.css +55 -11
  27. package/styles/excel-filter/bootstrap-dark.css +3 -1
  28. package/styles/excel-filter/bootstrap.css +3 -1
  29. package/styles/excel-filter/bootstrap4.css +6 -1
  30. package/styles/excel-filter/bootstrap5-dark.css +3 -1
  31. package/styles/excel-filter/bootstrap5.css +3 -1
  32. package/styles/excel-filter/fabric-dark.css +4 -2
  33. package/styles/excel-filter/fabric.css +4 -2
  34. package/styles/excel-filter/fluent-dark.css +3 -1
  35. package/styles/excel-filter/fluent.css +3 -1
  36. package/styles/excel-filter/highcontrast-light.css +4 -2
  37. package/styles/excel-filter/highcontrast.css +4 -2
  38. package/styles/excel-filter/material-dark.css +4 -2
  39. package/styles/excel-filter/material.css +4 -2
  40. package/styles/excel-filter/tailwind-dark.css +3 -1
  41. package/styles/excel-filter/tailwind.css +3 -1
  42. package/styles/fabric-dark.css +57 -14
  43. package/styles/fabric.css +56 -13
  44. package/styles/fluent-dark.css +54 -11
  45. package/styles/fluent.css +54 -11
  46. package/styles/grid/bootstrap-dark.css +51 -10
  47. package/styles/grid/bootstrap.css +51 -10
  48. package/styles/grid/bootstrap4.css +51 -10
  49. package/styles/grid/bootstrap5-dark.css +52 -10
  50. package/styles/grid/bootstrap5.css +52 -10
  51. package/styles/grid/fabric-dark.css +53 -12
  52. package/styles/grid/fabric.css +52 -11
  53. package/styles/grid/fluent-dark.css +51 -10
  54. package/styles/grid/fluent.css +51 -10
  55. package/styles/grid/highcontrast-light.css +52 -11
  56. package/styles/grid/highcontrast.css +52 -11
  57. package/styles/grid/material-dark.css +52 -11
  58. package/styles/grid/material.css +52 -11
  59. package/styles/grid/tailwind-dark.css +51 -10
  60. package/styles/grid/tailwind.css +51 -10
  61. package/styles/highcontrast-light.css +56 -13
  62. package/styles/highcontrast.css +56 -13
  63. package/styles/material-dark.css +56 -13
  64. package/styles/material.css +56 -13
  65. package/styles/tailwind-dark.css +54 -11
  66. package/styles/tailwind.css +54 -11
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-grids@*",
3
- "_id": "@syncfusion/ej2-vue-grids@20.2.48",
3
+ "_id": "@syncfusion/ej2-vue-grids@1.131.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-O32AsKm9icq0wp2YVtjRRdIp8OysWjKTNMGhTXLtssirL8hkcVQQlKMOKP9Y1gy9kMoYRQY7RHhoRmsbwJeoAg==",
5
+ "_integrity": "sha512-gIgA9hUu++akVruX8ryiA9q2q2Aw+U1QltTblA8aHg4VA6+yF/F/cm7LNJ2WP4fMMo55NPbMq3UMHyK/Hbk3QA==",
6
6
  "_location": "/@syncfusion/ej2-vue-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-20.2.48.tgz",
23
- "_shasum": "45a70d259f1b7b531bbd24d935e5fc6d5a55f58f",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-1.131.2.tgz",
23
+ "_shasum": "6cf00d03775b90885f6c45bf96e6c34fe0fda8ae",
24
24
  "_spec": "@syncfusion/ej2-vue-grids@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.48",
35
- "@syncfusion/ej2-grids": "20.2.49",
36
- "@syncfusion/ej2-vue-base": "~20.2.45"
34
+ "@syncfusion/ej2-base": "~20.3.47",
35
+ "@syncfusion/ej2-grids": "20.3.47",
36
+ "@syncfusion/ej2-vue-base": "~20.3.47"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
@@ -68,6 +68,6 @@
68
68
  "scripts": {
69
69
  "postinstall": "node ../ej2-vue-base/postinstall.js"
70
70
  },
71
- "version": "20.2.49",
71
+ "version": "20.3.47",
72
72
  "sideEffects": false
73
73
  }
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class AggregateColumnsDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var AggregateColumnsDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  AggregateColumnsDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  AggregateColumnsDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class AggregatesDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var AggregatesDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  AggregatesDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  AggregatesDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class ColumnsDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var ColumnsDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  ColumnsDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  ColumnsDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * `ejs-grid` represents the VueJS Grid Component.
11
10
  * ```vue
@@ -33,6 +32,7 @@ export declare class GridComponent extends ComponentBase {
33
32
  render(createElement: any): any;
34
33
  custom(): void;
35
34
  addRecord(data?: Object, index?: number): void;
35
+ addShimmerEffect(): void;
36
36
  autoFitColumns(fieldNames?: string | string[]): void;
37
37
  batchAsyncUpdate(changes: Object): void;
38
38
  batchUpdate(changes: Object): void;
@@ -126,6 +126,7 @@ export declare class GridComponent extends ComponentBase {
126
126
  refresh(): void;
127
127
  refreshColumns(): void;
128
128
  refreshHeader(): void;
129
+ removeMaskRow(): void;
129
130
  reorderColumnByIndex(fromIndex: number, toIndex: number): void;
130
131
  reorderColumnByTargetIndex(fieldName: string | string[], toIndex: number): void;
131
132
  reorderColumns(fromFName: string | string[], toFName: string): void;
@@ -151,6 +152,7 @@ export declare class GridComponent extends ComponentBase {
151
152
  showAdaptiveFilterDialog(): void;
152
153
  showAdaptiveSortDialog(): void;
153
154
  showColumns(keys: string | string[], showBy?: string): void;
155
+ showMaskRow(axisDirection?: string, dialogElement?: Object): void;
154
156
  showSpinner(): void;
155
157
  sortColumn(columnName: string, direction: Object, isMultiSort?: boolean): void;
156
158
  startEdit(): void;
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
20
  import { isUndefined } from '@syncfusion/ej2-base';
21
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
21
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { Grid } from '@syncfusion/ej2-grids';
24
24
  import { StackedColumnsDirective, StackedColumnDirective, StackedColumnsPlugin, StackedColumnPlugin } from './stacked-column.directive';
@@ -26,7 +26,7 @@ import { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from '
26
26
  import { AggregateColumnsDirective, AggregateColumnDirective, AggregateColumnsPlugin, AggregateColumnPlugin } from './aggregate-columns.directive';
27
27
  import { AggregatesDirective, AggregateDirective, AggregatesPlugin, AggregatePlugin } from './aggregates.directive';
28
28
  import { Options } from 'vue-class-component';
29
- export var properties = ['isLazyUpdate', 'plugins', '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'];
29
+ export var properties = ['isLazyUpdate', 'plugins', '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', 'enableVirtualMaskRow', 'enableVirtualization', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'loadingIndicator', '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'];
30
30
  export var modelProps = ['dataSource'];
31
31
  export var testProp = getProps({ props: properties });
32
32
  export var props = testProp[0];
@@ -37,7 +37,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
37
37
  var props_1 = modelProps_1[_i];
38
38
  emitProbs.push('update:' + props_1);
39
39
  }
40
- export var isExecute = gh ? false : true;
41
40
  /**
42
41
  * `ejs-grid` represents the VueJS Grid Component.
43
42
  * ```vue
@@ -153,10 +152,10 @@ var GridComponent = /** @class */ (function (_super) {
153
152
  }
154
153
  };
155
154
  GridComponent.prototype.render = function (createElement) {
156
- var h = gh || createElement;
155
+ var h = !isExecute ? gh : createElement;
157
156
  var slots = null;
158
157
  if (!isNullOrUndefined(this.$slots.default)) {
159
- slots = gh ? this.$slots.default() : this.$slots.default;
158
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
160
159
  }
161
160
  return h('div', slots);
162
161
  };
@@ -166,6 +165,9 @@ var GridComponent = /** @class */ (function (_super) {
166
165
  GridComponent.prototype.addRecord = function (data, index) {
167
166
  return this.ej2Instances.addRecord(data, index);
168
167
  };
168
+ GridComponent.prototype.addShimmerEffect = function () {
169
+ return this.ej2Instances.addShimmerEffect();
170
+ };
169
171
  GridComponent.prototype.autoFitColumns = function (fieldNames) {
170
172
  return this.ej2Instances.autoFitColumns(fieldNames);
171
173
  };
@@ -445,6 +447,9 @@ var GridComponent = /** @class */ (function (_super) {
445
447
  GridComponent.prototype.refreshHeader = function () {
446
448
  return this.ej2Instances.refreshHeader();
447
449
  };
450
+ GridComponent.prototype.removeMaskRow = function () {
451
+ return this.ej2Instances.removeMaskRow();
452
+ };
448
453
  GridComponent.prototype.reorderColumnByIndex = function (fromIndex, toIndex) {
449
454
  return this.ej2Instances.reorderColumnByIndex(fromIndex, toIndex);
450
455
  };
@@ -520,6 +525,9 @@ var GridComponent = /** @class */ (function (_super) {
520
525
  GridComponent.prototype.showColumns = function (keys, showBy) {
521
526
  return this.ej2Instances.showColumns(keys, showBy);
522
527
  };
528
+ GridComponent.prototype.showMaskRow = function (axisDirection, dialogElement) {
529
+ return this.ej2Instances.showMaskRow(axisDirection, dialogElement);
530
+ };
523
531
  GridComponent.prototype.showSpinner = function () {
524
532
  return this.ej2Instances.showSpinner();
525
533
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class StackedColumnsDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var StackedColumnsDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  StackedColumnsDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  StackedColumnsDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * `ejs-pager` represents the VueJS Pager Component.
11
10
  * ```vue
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { Pager } from '@syncfusion/ej2-grids';
23
23
  import { Options } from 'vue-class-component';
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
32
32
  var props_1 = modelProps_1[_i];
33
33
  emitProbs.push('update:' + props_1);
34
34
  }
35
- export var isExecute = gh ? false : true;
36
35
  /**
37
36
  * `ejs-pager` represents the VueJS Pager Component.
38
37
  * ```vue
@@ -107,10 +106,10 @@ var PagerComponent = /** @class */ (function (_super) {
107
106
  }
108
107
  };
109
108
  PagerComponent.prototype.render = function (createElement) {
110
- var h = gh || createElement;
109
+ var h = !isExecute ? gh : createElement;
111
110
  var slots = null;
112
111
  if (!isNullOrUndefined(this.$slots.default)) {
113
- slots = gh ? this.$slots.default() : this.$slots.default;
112
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
114
113
  }
115
114
  return h('div', slots);
116
115
  };
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-popup.e-ddl {
2
3
  border-radius: 4px;
3
4
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
@@ -103,6 +104,7 @@
103
104
  min-height: 34px;
104
105
  }
105
106
 
107
+ /* stylelint-disable property-no-vendor-prefix */
106
108
  @keyframes material-spinner-rotate {
107
109
  0% {
108
110
  transform: rotate(0);
@@ -369,7 +371,7 @@
369
371
  word-break: normal;
370
372
  }
371
373
  .e-excelfilter .e-chk-hidden {
372
- -moz-appearance: none;
374
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
373
375
  height: 1px;
374
376
  opacity: 0;
375
377
  width: 1px;
@@ -513,6 +515,8 @@ li.e-separator.e-menu-item.e-excel-separator {
513
515
  border-color: #0070f0;
514
516
  }
515
517
 
518
+ /* stylelint-disable property-no-vendor-prefix */
519
+ /* stylelint-disable property-no-vendor-prefix */
516
520
  @keyframes material-spinner-rotate {
517
521
  0% {
518
522
  transform: rotate(0);
@@ -762,6 +766,7 @@ li.e-separator.e-menu-item.e-excel-separator {
762
766
  .e-bigger .e-grid,
763
767
  .e-grid.e-bigger {
764
768
  font-size: 14px;
769
+ /* stylelint-disable */
765
770
  }
766
771
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
767
772
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1419,6 +1424,9 @@ li.e-separator.e-menu-item.e-excel-separator {
1419
1424
  font-size: 13px;
1420
1425
  height: auto;
1421
1426
  position: relative;
1427
+ /* stylelint-enable */
1428
+ /* stylelint-disable */
1429
+ /* stylelint-enable */
1422
1430
  }
1423
1431
  .e-grid .e-gridheader {
1424
1432
  -webkit-user-select: none;
@@ -2326,7 +2334,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2326
2334
  padding-left: 8px;
2327
2335
  }
2328
2336
  .e-grid .e-chk-hidden {
2329
- -moz-appearance: none;
2337
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
2330
2338
  height: 1px;
2331
2339
  opacity: 0;
2332
2340
  width: 1px;
@@ -2340,7 +2348,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2340
2348
  }
2341
2349
  .e-grid .e-rowcell .e-checkbox-wrapper,
2342
2350
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2343
- -webkit-user-select: auto;
2351
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2344
2352
  height: 20px;
2345
2353
  line-height: 20px;
2346
2354
  position: relative;
@@ -2536,7 +2544,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2536
2544
  padding: 2px;
2537
2545
  }
2538
2546
  .e-grid .e-content {
2539
- -webkit-overflow-scrolling: touch;
2547
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2540
2548
  overflow-x: auto;
2541
2549
  overflow-y: scroll;
2542
2550
  position: relative;
@@ -2666,6 +2674,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2666
2674
  border-width: 1px 0 0;
2667
2675
  cursor: pointer;
2668
2676
  }
2677
+ .e-grid .e-disablepointer {
2678
+ cursor: default;
2679
+ }
2669
2680
  .e-grid .e-groupcaption {
2670
2681
  border-style: solid;
2671
2682
  border-width: 1px 0 0;
@@ -2887,6 +2898,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2887
2898
  .e-grid .e-checkboxfiltertext {
2888
2899
  width: 150px;
2889
2900
  word-break: normal;
2901
+ /* stylelint-disable */
2902
+ /* stylelint-enable */
2890
2903
  }
2891
2904
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2892
2905
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2946,10 +2959,10 @@ li.e-separator.e-menu-item.e-excel-separator {
2946
2959
  overflow: hidden;
2947
2960
  }
2948
2961
  .e-grid .e-frozenhdrcont {
2949
- -ms-touch-action: none;
2962
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2950
2963
  }
2951
2964
  .e-grid .e-frozencontent {
2952
- -ms-touch-action: none;
2965
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2953
2966
  border-bottom-width: 1px;
2954
2967
  float: left;
2955
2968
  width: min-content;
@@ -2958,19 +2971,19 @@ li.e-separator.e-menu-item.e-excel-separator {
2958
2971
  float: right;
2959
2972
  }
2960
2973
  .e-grid .e-movablecontent {
2961
- -ms-overflow-style: none;
2974
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2962
2975
  -ms-flex: 1;
2963
2976
  flex: 1;
2964
2977
  overflow-x: auto;
2965
2978
  overflow-y: hidden;
2966
2979
  }
2967
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2980
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2968
2981
  display: none;
2969
2982
  }
2970
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2983
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2971
2984
  width: 7px;
2972
2985
  }
2973
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2986
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2974
2987
  background-color: rgba(0, 0, 0, 0.5);
2975
2988
  border-radius: 4px;
2976
2989
  }
@@ -3377,9 +3390,39 @@ li.e-separator.e-menu-item.e-excel-separator {
3377
3390
  .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
3378
3391
  border-right: 0;
3379
3392
  }
3393
+ .e-grid .e-mask {
3394
+ display: inline-block;
3395
+ height: 10px;
3396
+ width: 80%;
3397
+ }
3398
+ .e-grid .e-mask.e-mask-group-intent {
3399
+ margin-left: 7px;
3400
+ width: 16px;
3401
+ }
3402
+ .e-grid .e-mask.e-mask-detail-intent {
3403
+ width: 16px;
3404
+ }
3405
+ .e-grid .e-mask.e-mask-checkbox-intent {
3406
+ margin-left: 3px;
3407
+ margin-right: 16px;
3408
+ width: 20px;
3409
+ }
3410
+ .e-grid .e-mask.e-mask-checkbox-filter-intent {
3411
+ width: 13px;
3412
+ }
3413
+ .e-grid .e-mask.e-mask-checkbox-filter-span-intent {
3414
+ margin-left: 8px;
3415
+ }
3416
+ .e-grid .e-mask.e-mask-drag-intent {
3417
+ margin-left: 12px;
3418
+ width: 12px;
3419
+ }
3380
3420
  .e-grid.sf-grid .e-table {
3381
3421
  border-spacing: 0.25px;
3382
3422
  }
3423
+ .e-grid.sf-grid span.e-ungroupbutton.e-icons {
3424
+ margin-left: -8px;
3425
+ }
3383
3426
  .e-grid.sf-grid .e-rowcell.e-frozen-right-border,
3384
3427
  .e-grid.sf-grid .e-headercell.e-frozen-right-border,
3385
3428
  .e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
@@ -3957,7 +4000,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3957
4000
  }
3958
4001
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3959
4002
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3960
- -moz-appearance: none;
4003
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3961
4004
  height: 1px;
3962
4005
  opacity: 0;
3963
4006
  width: 1px;