@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/CHANGELOG.md +0 -38
- package/dist/ej2-vue-treegrid.umd.min.js +2 -2
- package/dist/ej2-vue-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-treegrid.es2015.js +465 -589
- package/dist/es6/ej2-vue-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-treegrid.es5.js +495 -660
- package/dist/es6/ej2-vue-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-vue-treegrid.min.js +2 -2
- package/package.json +9 -9
- package/src/treegrid/aggregate-columns.directive.d.ts +2 -12
- package/src/treegrid/aggregate-columns.directive.js +22 -71
- package/src/treegrid/aggregates.directive.d.ts +2 -12
- package/src/treegrid/aggregates.directive.js +22 -71
- package/src/treegrid/columns.directive.d.ts +2 -12
- package/src/treegrid/columns.directive.js +22 -71
- package/src/treegrid/treegrid.component.d.ts +3 -123
- package/src/treegrid/treegrid.component.js +414 -445
- package/styles/bootstrap-dark.css +2 -8
- package/styles/highcontrast-light.css +2 -8
- package/styles/treegrid/bootstrap-dark.css +2 -8
- package/styles/treegrid/highcontrast-light.css +2 -8
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-treegrid@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-treegrid@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-treegrid@20.10.6",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
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/
|
|
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": "~
|
|
35
|
-
"@syncfusion/ej2-treegrid": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
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": "
|
|
60
|
+
"version": "21.1.35",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
declare let
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
15
|
+
},
|
|
16
|
+
updated: function () {
|
|
49
17
|
if (!isExecute && this.custom) {
|
|
50
18
|
this.custom();
|
|
51
19
|
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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 =
|
|
94
|
-
|
|
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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
15
|
+
},
|
|
16
|
+
updated: function () {
|
|
49
17
|
if (!isExecute && this.custom) {
|
|
50
18
|
this.custom();
|
|
51
19
|
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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 =
|
|
95
|
-
|
|
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
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
15
|
+
},
|
|
16
|
+
updated: function () {
|
|
49
17
|
if (!isExecute && this.custom) {
|
|
50
18
|
this.custom();
|
|
51
19
|
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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 =
|
|
88
|
-
|
|
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
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
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
|
|
15
|
-
|
|
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;
|