@syncfusion/ej2-vue-treegrid 20.4.49 → 21.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-treegrid@*",
3
- "_id": "@syncfusion/ej2-vue-treegrid@20.4.48",
3
+ "_id": "@syncfusion/ej2-vue-treegrid@20.10.6",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/ZQTdP9vVJTojoBUjfxtiqO5tM8Met7Neryg36U7EYIO6YgIDmR/MbwF3srCYUYVYItdkUyF2LxyToZ8QEcDKg==",
5
+ "_integrity": "sha512-83agVhsY93zZAlf3Y6yx8LV/GxsNH3UlXGdESR4IlK7WG6y68ULCN/54UrP0LxnduQqV7sH/RfF8qbIcTZZdgw==",
6
6
  "_location": "/@syncfusion/ej2-vue-treegrid",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-treegrid/-/ej2-vue-treegrid-20.4.48.tgz",
23
- "_shasum": "68a4051f1521da972421553b580038a11472bddb",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-treegrid/-/ej2-vue-treegrid-20.10.6.tgz",
23
+ "_shasum": "e29a61f3c07d858193b39fcc5e7f647ff7cbd63f",
24
24
  "_spec": "@syncfusion/ej2-vue-treegrid@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.48",
35
- "@syncfusion/ej2-treegrid": "20.4.49",
36
- "@syncfusion/ej2-vue-base": "~20.4.48"
34
+ "@syncfusion/ej2-base": "~21.1.35",
35
+ "@syncfusion/ej2-treegrid": "21.1.35",
36
+ "@syncfusion/ej2-vue-base": "~21.1.35"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeGrid Component for Vue",
@@ -57,6 +57,6 @@
57
57
  "scripts": {
58
58
  "postinstall": "node ../ej2-vue-base/postinstall.js"
59
59
  },
60
- "version": "20.4.49",
60
+ "version": "21.1.35",
61
61
  "sideEffects": false
62
62
  }
@@ -1,10 +1,4 @@
1
- declare let vueImport: any;
2
- export declare class AggregateColumnsDirective extends vueImport {
3
- constructor();
4
- render(createElement: any): void;
5
- updated(): void;
6
- getTag(): string;
7
- }
1
+ export declare let AggregateColumnsDirective: any;
8
2
  export declare const AggregateColumnsPlugin: {
9
3
  name: string;
10
4
  install(Vue: any): void;
@@ -27,12 +21,8 @@ export declare const AggregateColumnsPlugin: {
27
21
  * </ejs-treegrid>
28
22
  * ```
29
23
  */
30
- export declare class AggregateColumnDirective extends vueImport {
31
- render(): void;
32
- getTag(): string;
33
- }
24
+ export declare let AggregateColumnDirective: any;
34
25
  export declare const AggregateColumnPlugin: {
35
26
  name: string;
36
27
  install(Vue: any): void;
37
28
  };
38
- export {};
@@ -1,40 +1,8 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = function (d, b) {
3
- extendStatics = Object.setPrototypeOf ||
4
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
- return extendStatics(d, b);
7
- };
8
- return function (d, b) {
9
- extendStatics(d, b);
10
- function __() { this.constructor = d; }
11
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
- };
13
- })();
14
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
15
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
16
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
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
- return c > 3 && r && Object.defineProperty(target, key, r), r;
19
- };
20
- import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
- import * as Vue3 from 'vue-class-component';
1
+ import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
22
2
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
- import Vue from 'vue';
24
- import { Options } from 'vue-class-component';
25
- var vueImport;
26
- if (!isExecute || parseInt(allVue.version) < 3) {
27
- vueImport = Vue3.Vue;
28
- }
29
- else {
30
- vueImport = Vue;
31
- }
32
- var AggregateColumnsDirective = /** @class */ (function (_super) {
33
- __extends(AggregateColumnsDirective, _super);
34
- function AggregateColumnsDirective() {
35
- return _super.call(this, arguments) || this;
36
- }
37
- AggregateColumnsDirective.prototype.render = function (createElement) {
3
+ export var AggregateColumnsDirective = vueDefineComponent({
4
+ inject: { custom: { default: null } },
5
+ render: function (createElement) {
38
6
  if (!isExecute) {
39
7
  var h = !isExecute ? gh : createElement;
40
8
  var slots = null;
@@ -44,28 +12,18 @@ var AggregateColumnsDirective = /** @class */ (function (_super) {
44
12
  return h('div', { class: 'e-directive' }, slots);
45
13
  }
46
14
  return;
47
- };
48
- AggregateColumnsDirective.prototype.updated = function () {
15
+ },
16
+ updated: function () {
49
17
  if (!isExecute && this.custom) {
50
18
  this.custom();
51
19
  }
52
- };
53
- AggregateColumnsDirective.prototype.getTag = function () {
54
- return 'e-columns';
55
- };
56
- AggregateColumnsDirective = __decorate([
57
- EJComponentDecorator({}, isExecute)
58
- ,Options({
59
- inject: {
60
- custom: {
61
- default: null
62
- }
63
- }
64
- })
65
- ], AggregateColumnsDirective);
66
- return AggregateColumnsDirective;
67
- }(vueImport));
68
- export { AggregateColumnsDirective };
20
+ },
21
+ methods: {
22
+ getTag: function () {
23
+ return 'e-columns';
24
+ }
25
+ }
26
+ });
69
27
  export var AggregateColumnsPlugin = {
70
28
  name: 'e-columns',
71
29
  install: function (Vue) {
@@ -90,23 +48,16 @@ export var AggregateColumnsPlugin = {
90
48
  * </ejs-treegrid>
91
49
  * ```
92
50
  */
93
- var AggregateColumnDirective = /** @class */ (function (_super) {
94
- __extends(AggregateColumnDirective, _super);
95
- function AggregateColumnDirective() {
96
- return _super !== null && _super.apply(this, arguments) || this;
97
- }
98
- AggregateColumnDirective.prototype.render = function () {
51
+ export var AggregateColumnDirective = vueDefineComponent({
52
+ render: function () {
99
53
  return;
100
- };
101
- AggregateColumnDirective.prototype.getTag = function () {
102
- return 'e-column';
103
- };
104
- AggregateColumnDirective = __decorate([
105
- EJComponentDecorator({}, isExecute)
106
- ], AggregateColumnDirective);
107
- return AggregateColumnDirective;
108
- }(vueImport));
109
- export { AggregateColumnDirective };
54
+ },
55
+ methods: {
56
+ getTag: function () {
57
+ return 'e-column';
58
+ }
59
+ }
60
+ });
110
61
  export var AggregateColumnPlugin = {
111
62
  name: 'e-column',
112
63
  install: function (Vue) {
@@ -1,10 +1,4 @@
1
- declare let vueImport: any;
2
- export declare class AggregatesDirective extends vueImport {
3
- constructor();
4
- render(createElement: any): void;
5
- updated(): void;
6
- getTag(): string;
7
- }
1
+ export declare let AggregatesDirective: any;
8
2
  export declare const AggregatesPlugin: {
9
3
  name: string;
10
4
  install(Vue: any): void;
@@ -28,12 +22,8 @@ export declare const AggregatesPlugin: {
28
22
  * </ejs-treegrid>
29
23
  * ```
30
24
  */
31
- export declare class AggregateDirective extends vueImport {
32
- render(): void;
33
- getTag(): string;
34
- }
25
+ export declare let AggregateDirective: any;
35
26
  export declare const AggregatePlugin: {
36
27
  name: string;
37
28
  install(Vue: any): void;
38
29
  };
39
- export {};
@@ -1,40 +1,8 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = function (d, b) {
3
- extendStatics = Object.setPrototypeOf ||
4
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
- return extendStatics(d, b);
7
- };
8
- return function (d, b) {
9
- extendStatics(d, b);
10
- function __() { this.constructor = d; }
11
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
- };
13
- })();
14
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
15
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
16
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
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
- return c > 3 && r && Object.defineProperty(target, key, r), r;
19
- };
20
- import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
- import * as Vue3 from 'vue-class-component';
1
+ import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
22
2
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
- import Vue from 'vue';
24
- import { Options } from 'vue-class-component';
25
- var vueImport;
26
- if (!isExecute || parseInt(allVue.version) < 3) {
27
- vueImport = Vue3.Vue;
28
- }
29
- else {
30
- vueImport = Vue;
31
- }
32
- var AggregatesDirective = /** @class */ (function (_super) {
33
- __extends(AggregatesDirective, _super);
34
- function AggregatesDirective() {
35
- return _super.call(this, arguments) || this;
36
- }
37
- AggregatesDirective.prototype.render = function (createElement) {
3
+ export var AggregatesDirective = vueDefineComponent({
4
+ inject: { custom: { default: null } },
5
+ render: function (createElement) {
38
6
  if (!isExecute) {
39
7
  var h = !isExecute ? gh : createElement;
40
8
  var slots = null;
@@ -44,28 +12,18 @@ var AggregatesDirective = /** @class */ (function (_super) {
44
12
  return h('div', { class: 'e-directive' }, slots);
45
13
  }
46
14
  return;
47
- };
48
- AggregatesDirective.prototype.updated = function () {
15
+ },
16
+ updated: function () {
49
17
  if (!isExecute && this.custom) {
50
18
  this.custom();
51
19
  }
52
- };
53
- AggregatesDirective.prototype.getTag = function () {
54
- return 'e-aggregates';
55
- };
56
- AggregatesDirective = __decorate([
57
- EJComponentDecorator({}, isExecute)
58
- ,Options({
59
- inject: {
60
- custom: {
61
- default: null
62
- }
63
- }
64
- })
65
- ], AggregatesDirective);
66
- return AggregatesDirective;
67
- }(vueImport));
68
- export { AggregatesDirective };
20
+ },
21
+ methods: {
22
+ getTag: function () {
23
+ return 'e-aggregates';
24
+ }
25
+ }
26
+ });
69
27
  export var AggregatesPlugin = {
70
28
  name: 'e-aggregates',
71
29
  install: function (Vue) {
@@ -91,23 +49,16 @@ export var AggregatesPlugin = {
91
49
  * </ejs-treegrid>
92
50
  * ```
93
51
  */
94
- var AggregateDirective = /** @class */ (function (_super) {
95
- __extends(AggregateDirective, _super);
96
- function AggregateDirective() {
97
- return _super !== null && _super.apply(this, arguments) || this;
98
- }
99
- AggregateDirective.prototype.render = function () {
52
+ export var AggregateDirective = vueDefineComponent({
53
+ render: function () {
100
54
  return;
101
- };
102
- AggregateDirective.prototype.getTag = function () {
103
- return 'e-aggregate';
104
- };
105
- AggregateDirective = __decorate([
106
- EJComponentDecorator({}, isExecute)
107
- ], AggregateDirective);
108
- return AggregateDirective;
109
- }(vueImport));
110
- export { AggregateDirective };
55
+ },
56
+ methods: {
57
+ getTag: function () {
58
+ return 'e-aggregate';
59
+ }
60
+ }
61
+ });
111
62
  export var AggregatePlugin = {
112
63
  name: 'e-aggregate',
113
64
  install: function (Vue) {
@@ -1,10 +1,4 @@
1
- declare let vueImport: any;
2
- export declare class ColumnsDirective extends vueImport {
3
- constructor();
4
- render(createElement: any): void;
5
- updated(): void;
6
- getTag(): string;
7
- }
1
+ export declare let ColumnsDirective: any;
8
2
  export declare const ColumnsPlugin: {
9
3
  name: string;
10
4
  install(Vue: any): void;
@@ -21,12 +15,8 @@ export declare const ColumnsPlugin: {
21
15
  * </ejs-treegrid>
22
16
  * ```
23
17
  */
24
- export declare class ColumnDirective extends vueImport {
25
- render(): void;
26
- getTag(): string;
27
- }
18
+ export declare let ColumnDirective: any;
28
19
  export declare const ColumnPlugin: {
29
20
  name: string;
30
21
  install(Vue: any): void;
31
22
  };
32
- export {};
@@ -1,40 +1,8 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = function (d, b) {
3
- extendStatics = Object.setPrototypeOf ||
4
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
- return extendStatics(d, b);
7
- };
8
- return function (d, b) {
9
- extendStatics(d, b);
10
- function __() { this.constructor = d; }
11
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
- };
13
- })();
14
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
15
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
16
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
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
- return c > 3 && r && Object.defineProperty(target, key, r), r;
19
- };
20
- import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
- import * as Vue3 from 'vue-class-component';
1
+ import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
22
2
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
- import Vue from 'vue';
24
- import { Options } from 'vue-class-component';
25
- var vueImport;
26
- if (!isExecute || parseInt(allVue.version) < 3) {
27
- vueImport = Vue3.Vue;
28
- }
29
- else {
30
- vueImport = Vue;
31
- }
32
- var ColumnsDirective = /** @class */ (function (_super) {
33
- __extends(ColumnsDirective, _super);
34
- function ColumnsDirective() {
35
- return _super.call(this, arguments) || this;
36
- }
37
- ColumnsDirective.prototype.render = function (createElement) {
3
+ export var ColumnsDirective = vueDefineComponent({
4
+ inject: { custom: { default: null } },
5
+ render: function (createElement) {
38
6
  if (!isExecute) {
39
7
  var h = !isExecute ? gh : createElement;
40
8
  var slots = null;
@@ -44,28 +12,18 @@ var ColumnsDirective = /** @class */ (function (_super) {
44
12
  return h('div', { class: 'e-directive' }, slots);
45
13
  }
46
14
  return;
47
- };
48
- ColumnsDirective.prototype.updated = function () {
15
+ },
16
+ updated: function () {
49
17
  if (!isExecute && this.custom) {
50
18
  this.custom();
51
19
  }
52
- };
53
- ColumnsDirective.prototype.getTag = function () {
54
- return 'e-columns';
55
- };
56
- ColumnsDirective = __decorate([
57
- EJComponentDecorator({}, isExecute)
58
- ,Options({
59
- inject: {
60
- custom: {
61
- default: null
62
- }
63
- }
64
- })
65
- ], ColumnsDirective);
66
- return ColumnsDirective;
67
- }(vueImport));
68
- export { ColumnsDirective };
20
+ },
21
+ methods: {
22
+ getTag: function () {
23
+ return 'e-columns';
24
+ }
25
+ }
26
+ });
69
27
  export var ColumnsPlugin = {
70
28
  name: 'e-columns',
71
29
  install: function (Vue) {
@@ -84,23 +42,16 @@ export var ColumnsPlugin = {
84
42
  * </ejs-treegrid>
85
43
  * ```
86
44
  */
87
- var ColumnDirective = /** @class */ (function (_super) {
88
- __extends(ColumnDirective, _super);
89
- function ColumnDirective() {
90
- return _super !== null && _super.apply(this, arguments) || this;
91
- }
92
- ColumnDirective.prototype.render = function () {
45
+ export var ColumnDirective = vueDefineComponent({
46
+ render: function () {
93
47
  return;
94
- };
95
- ColumnDirective.prototype.getTag = function () {
96
- return 'e-column';
97
- };
98
- ColumnDirective = __decorate([
99
- EJComponentDecorator({}, isExecute)
100
- ], ColumnDirective);
101
- return ColumnDirective;
102
- }(vueImport));
103
- export { ColumnDirective };
48
+ },
49
+ methods: {
50
+ getTag: function () {
51
+ return 'e-column';
52
+ }
53
+ }
54
+ });
104
55
  export var ColumnPlugin = {
105
56
  name: 'e-column',
106
57
  install: function (Vue) {
@@ -1,135 +1,15 @@
1
- import { ComponentBase } from '@syncfusion/ej2-vue-base';
2
1
  export declare const properties: string[];
3
2
  export declare const modelProps: string[];
4
3
  export declare const testProp: any;
5
- export declare const props: any;
6
- export declare const watch: any;
7
- export declare const emitProbs: any;
4
+ export declare const props: any, watch: any, emitProbs: any;
8
5
  /**
9
6
  * `ejs-treegrid` represents the VueJS TreeGrid Component.
10
7
  * ```vue
11
8
  * <ejs-treegrid :dataSource='data' allowPaging='true' allowSorting='true'></ejs-treegrid>
12
9
  * ```
13
10
  */
14
- export declare class TreeGridComponent extends ComponentBase {
15
- ej2Instances: any;
16
- propKeys: string[];
17
- models: string[];
18
- hasChildDirective: boolean;
19
- protected hasInjectedModules: boolean;
20
- tagMapper: {
21
- [key: string]: Object;
22
- };
23
- tagNameMapper: Object;
24
- isVue3: boolean;
25
- templateCollection: any;
26
- constructor();
27
- clearTemplate(templateNames?: string[]): any;
28
- setProperties(prop: any, muteOnChange: boolean): void;
29
- trigger(eventName: string, eventProp: {
30
- [key: string]: Object;
31
- }, successHandler?: Function): void;
32
- render(createElement: any): any;
33
- custom(): void;
34
- addRecord(data?: Object, index?: number, position?: Object): void;
35
- autoFitColumns(fieldNames?: string | string[]): void;
36
- clearFiltering(): void;
37
- clearSelection(): void;
38
- clearSorting(): void;
39
- closeEdit(): void;
40
- collapseAll(): void;
41
- collapseAtLevel(level: number): void;
42
- collapseByKey(key: Object): void;
43
- collapseRow(row: Object, record?: Object, key?: Object): void;
44
- copy(withHeader?: boolean): void;
45
- csvExport(excelExportProperties?: Object, isMultipleExport?: boolean, workbook?: any, isBlob?: boolean): Object;
46
- deleteRecord(fieldName?: string, data?: Object): void;
47
- deleteRow(tr: Object): void;
48
- editCell(rowIndex?: number, field?: string): void;
49
- enableToolbarItems(items: string[], isEnable: boolean): void;
50
- endEdit(): void;
51
- excelExport(excelExportProperties?: Object | Object, isMultipleExport?: boolean, workbook?: any, isBlob?: boolean): Object;
52
- expandAll(): void;
53
- expandAtLevel(level: number): void;
54
- expandByKey(key: Object): void;
55
- expandRow(row: Object, record?: Object, key?: Object, level?: number): void;
56
- extendRequiredModules(modules: Object[]): void;
57
- filterByColumn(fieldName: string, filterOperator: string, filterValue: string | number | Object | boolean | number[] | string[] | Object[] | boolean[], predicate?: string, matchCase?: boolean, ignoreAccent?: boolean, actualFilterValue?: string, actualOperator?: string): void;
58
- getBatchChanges(): Object;
59
- getCellFromIndex(rowIndex: number, columnIndex: number): Object;
60
- getCheckedRecords(): Object[];
61
- getCheckedRowIndexes(): number[];
62
- getColumnByField(field: string): Object;
63
- getColumnByUid(uid: string): Object;
64
- getColumnFieldNames(): string[];
65
- getColumnHeaderByField(field: string): Object;
66
- getColumnHeaderByIndex(index: number): Object;
67
- getColumnHeaderByUid(uid: string): Object;
68
- getColumnIndexByField(field: string): number;
69
- getColumnIndexByUid(uid: string): number;
70
- getColumns(isRefresh?: boolean): Object[];
71
- getContent(): Object;
72
- getContentTable(): Object;
73
- getCurrentViewRecords(): Object[];
74
- getDataModule(): Object;
75
- getDataRows(): Object[];
76
- getFooterContent(): Object;
77
- getFooterContentTable(): Object;
78
- getFrozenLeftColumnHeaderByIndex(index: number): Object;
79
- getFrozenRightCellFromIndex(rowIndex: number, columnIndex: number): Object;
80
- getFrozenRightColumnHeaderByIndex(index: number): Object;
81
- getFrozenRightDataRows(): Object[];
82
- getFrozenRightRowByIndex(index: number): Object;
83
- getFrozenRightRows(): Object[];
84
- getHeaderContent(): Object;
85
- getHeaderTable(): Object;
86
- getMovableCellFromIndex(rowIndex: number, columnIndex: number): Object;
87
- getMovableColumnHeaderByIndex(index: number): Object;
88
- getMovableDataRows(): Object[];
89
- getMovableRowByIndex(index: number): Object;
90
- getMovableRows(): Object[];
91
- getPager(): Object;
92
- getPrimaryKeyFieldNames(): string[];
93
- getRowByIndex(index: number): Object;
94
- getRowInfo(target: Object | Object): Object;
95
- getRows(): Object[];
96
- getSelectedRecords(): Object[];
97
- getSelectedRowCellIndexes(): Object[];
98
- getSelectedRowIndexes(): number[];
99
- getSelectedRows(): Object[];
100
- getUidByColumnField(field: string): string;
101
- getVisibleColumns(): Object[];
102
- getVisibleRecords(): Object[];
103
- goToPage(pageNo: number): void;
104
- hideColumns(keys: string | string[], hideBy?: string): void;
105
- hideSpinner(): void;
106
- indent(record?: Object): void;
107
- openColumnChooser(x?: number, y?: number): void;
108
- outdent(record?: Object): void;
109
- paste(data: string, rowIndex: number, colIndex: number): void;
110
- pdfExport(pdfExportProperties?: Object | Object, isMultipleExport?: boolean, pdfDoc?: Object, isBlob?: boolean): Object;
111
- print(): void;
112
- refresh(): void;
113
- refreshColumns(refreshUI?: boolean): void;
114
- refreshHeader(): void;
115
- reorderColumns(fromFName: string | string[], toFName: string): void;
116
- reorderRows(fromIndexes: number[], toIndex: number, position: string): void;
117
- saveCell(): void;
118
- search(searchString: string): void;
119
- selectCell(cellIndex: Object, isToggle?: boolean): void;
120
- selectCheckboxes(indexes: number[]): void;
121
- selectRow(index: number, isToggle?: boolean): void;
122
- selectRows(rowIndexes: number[]): void;
123
- setCellValue(key: string | number, field: string, value: string | number | boolean | Object): void;
124
- setRowData(key: string | number, rowData?: Object): void;
125
- showColumns(keys: string | string[], showBy?: string): void;
126
- showSpinner(): void;
127
- sortByColumn(columnName: string, direction: Object, isMultiSort?: boolean): void;
128
- startEdit(row?: Object): void;
129
- updateCell(rowIndex: number, field: string, value: string | number | boolean | Object): void;
130
- updateExternalMessage(message: string): void;
131
- updateRow(index: number, data: Object): void;
132
- }
11
+ export declare let TreeGridComponent: any;
12
+ export declare type TreeGridComponent = InstanceType<typeof TreeGridComponent>;
133
13
  export declare const TreeGridPlugin: {
134
14
  name: string;
135
15
  install(Vue: any): void;