@syncfusion/ej2-angular-grids 32.1.24 → 32.1.25-ngcc
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/@syncfusion/ej2-angular-grids.es5.js +1008 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +947 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +8 -16
- package/dist/ej2-angular-grids.umd.js +1634 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +114 -119
- package/src/grid/aggregates.directive.d.ts +40 -45
- package/src/grid/columns.directive.d.ts +479 -484
- package/src/grid/grid-all.module.d.ts +30 -36
- package/src/grid/grid.component.d.ts +163 -168
- package/src/grid/grid.module.d.ts +5 -15
- package/src/grid/stacked-column.directive.d.ts +481 -486
- package/src/index.d.ts +11 -11
- package/src/pager/pager-all.module.d.ts +5 -11
- package/src/pager/pager.component.d.ts +40 -43
- package/src/pager/pager.module.d.ts +5 -11
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +2 -2
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +2 -2
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +2 -2
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +2 -2
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +2 -2
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +2 -2
- package/styles/bootstrap5.scss +2 -2
- package/styles/excel-filter/bds.scss +1 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -1
- package/styles/excel-filter/bootstrap.scss +1 -1
- package/styles/excel-filter/bootstrap4.scss +1 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -1
- package/styles/excel-filter/bootstrap5.3.scss +1 -1
- package/styles/excel-filter/bootstrap5.scss +1 -1
- package/styles/excel-filter/fabric-dark.scss +1 -1
- package/styles/excel-filter/fabric.scss +1 -1
- package/styles/excel-filter/fluent-dark.scss +1 -1
- package/styles/excel-filter/fluent.scss +1 -1
- package/styles/excel-filter/fluent2.scss +1 -1
- package/styles/excel-filter/highcontrast-light.scss +1 -1
- package/styles/excel-filter/highcontrast.scss +1 -1
- package/styles/excel-filter/material-dark.scss +1 -1
- package/styles/excel-filter/material.scss +1 -1
- package/styles/excel-filter/material3-dark.scss +2 -1
- package/styles/excel-filter/material3.scss +2 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -1
- package/styles/excel-filter/tailwind.scss +1 -1
- package/styles/excel-filter/tailwind3.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +2 -2
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +2 -2
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +2 -2
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +2 -2
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +2 -2
- package/styles/grid/bds.scss +1 -1
- package/styles/grid/bootstrap-dark.scss +1 -1
- package/styles/grid/bootstrap.scss +1 -1
- package/styles/grid/bootstrap4.scss +1 -1
- package/styles/grid/bootstrap5-dark.scss +1 -1
- package/styles/grid/bootstrap5.3.scss +1 -1
- package/styles/grid/bootstrap5.scss +1 -1
- package/styles/grid/fabric-dark.scss +1 -1
- package/styles/grid/fabric.scss +1 -1
- package/styles/grid/fluent-dark.scss +1 -1
- package/styles/grid/fluent.scss +1 -1
- package/styles/grid/fluent2.scss +1 -1
- package/styles/grid/highcontrast-light.scss +1 -1
- package/styles/grid/highcontrast.scss +1 -1
- package/styles/grid/material-dark.scss +1 -1
- package/styles/grid/material.scss +1 -1
- package/styles/grid/material3-dark.scss +2 -1
- package/styles/grid/material3.scss +2 -1
- package/styles/grid/tailwind-dark.scss +1 -1
- package/styles/grid/tailwind.scss +1 -1
- package/styles/grid/tailwind3.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +2 -2
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +2 -2
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +2 -2
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +2 -2
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +3 -2
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +3 -2
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +2 -2
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +2 -2
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +2 -2
- package/CHANGELOG.md +0 -2844
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -298
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -881
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -881
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -0,0 +1,1008 @@
|
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = Object.setPrototypeOf ||
|
|
3
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
4
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
5
|
+
return function (d, b) {
|
|
6
|
+
extendStatics(d, b);
|
|
7
|
+
function __() { this.constructor = d; }
|
|
8
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
|
|
12
|
+
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
13
|
+
import { Aggregate, ColumnChooser, ColumnMenu, CommandColumn, ContextMenu, DetailRow, Edit, ExcelExport, Filter, ForeignKey, Freeze, Grid, Group, InfiniteScroll, LazyLoadGroup, Page, Pager, PdfExport, Reorder, Resize, RowDD, Search, Selection, Sort, Toolbar, VirtualScroll } from '@syncfusion/ej2-grids';
|
|
14
|
+
import { CommonModule } from '@angular/common';
|
|
15
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
16
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
18
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
19
|
+
else
|
|
20
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
21
|
+
if (d = decorators[i])
|
|
22
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
23
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
24
|
+
};
|
|
25
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
26
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
27
|
+
return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
var input = ['allowEditing', 'allowFiltering', 'allowGrouping', 'allowReordering', 'allowResizing', 'allowSearching', 'allowSorting', 'autoFit', 'clipMode', 'columns', 'commands', 'customAttributes', 'dataSource', 'defaultValue', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editTemplate', 'editType', 'enableColumnSpan', 'enableGroupByFormat', 'enableRowSpan', 'field', 'filter', 'filterBarTemplate', 'filterTemplate', 'foreignKeyField', 'foreignKeyValue', 'format', 'formatter', 'freeze', 'headerTemplate', 'headerText', 'headerTextAlign', 'headerValueAccessor', 'hideAtMedia', 'index', 'isFrozen', 'isIdentity', 'isPrimaryKey', 'lockColumn', 'maxWidth', 'minWidth', 'showColumnMenu', 'showInColumnChooser', 'sortComparer', 'template', 'templateOptions', 'textAlign', 'type', 'uid', 'validationRules', 'valueAccessor', 'visible', 'width'];
|
|
30
|
+
var outputs = [];
|
|
31
|
+
/**
|
|
32
|
+
* `e-stacked-column` directive represent the stacked column of the Angular Grid.
|
|
33
|
+
* It must be contained in a StackedColumns component(`e-stacked-columns`).
|
|
34
|
+
* ```html
|
|
35
|
+
* <ejs-grid [dataSource]='data' allowPaging='true' allowSorting='true'>
|
|
36
|
+
* <e-columns>
|
|
37
|
+
* <e-column field='ID' width='100'></e-column>
|
|
38
|
+
* <e-column headerText='Details' width='100'>
|
|
39
|
+
* <e-stacked-columns>
|
|
40
|
+
* <e-stacked-column field='Name' width='140'></e-stacked-column>
|
|
41
|
+
* </e-stacked-columns>
|
|
42
|
+
* </e-column>
|
|
43
|
+
* </e-columns>
|
|
44
|
+
* </ejs-grid>
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
var StackedColumnDirective = /** @class */ (function (_super) {
|
|
48
|
+
__extends(StackedColumnDirective, _super);
|
|
49
|
+
/**
|
|
50
|
+
* @param {?} viewContainerRef
|
|
51
|
+
*/
|
|
52
|
+
function StackedColumnDirective(viewContainerRef) {
|
|
53
|
+
var _this = _super.call(this) || this;
|
|
54
|
+
_this.viewContainerRef = viewContainerRef;
|
|
55
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
56
|
+
_this.registerEvents(outputs);
|
|
57
|
+
_this.directivePropList = input;
|
|
58
|
+
return _this;
|
|
59
|
+
}
|
|
60
|
+
return StackedColumnDirective;
|
|
61
|
+
}(ComplexBase));
|
|
62
|
+
StackedColumnDirective.decorators = [
|
|
63
|
+
{ type: Directive, args: [{
|
|
64
|
+
selector: 'ejs-grid>e-columns>e-column>e-stacked-columns>e-stacked-column',
|
|
65
|
+
inputs: input,
|
|
66
|
+
outputs: outputs,
|
|
67
|
+
queries: {}
|
|
68
|
+
},] },
|
|
69
|
+
];
|
|
70
|
+
/**
|
|
71
|
+
* @nocollapse
|
|
72
|
+
*/
|
|
73
|
+
StackedColumnDirective.ctorParameters = function () { return [
|
|
74
|
+
{ type: ViewContainerRef, },
|
|
75
|
+
]; };
|
|
76
|
+
StackedColumnDirective.propDecorators = {
|
|
77
|
+
'template': [{ type: ContentChild, args: ['template',] },],
|
|
78
|
+
'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
|
|
79
|
+
'commandsTemplate': [{ type: ContentChild, args: ['commandsTemplate',] },],
|
|
80
|
+
'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate',] },],
|
|
81
|
+
'editTemplate': [{ type: ContentChild, args: ['editTemplate',] },],
|
|
82
|
+
'filterTemplate': [{ type: ContentChild, args: ['filterTemplate',] },],
|
|
83
|
+
};
|
|
84
|
+
__decorate([
|
|
85
|
+
Template(),
|
|
86
|
+
__metadata("design:type", Object)
|
|
87
|
+
], StackedColumnDirective.prototype, "template", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
Template(),
|
|
90
|
+
__metadata("design:type", Object)
|
|
91
|
+
], StackedColumnDirective.prototype, "headerTemplate", void 0);
|
|
92
|
+
__decorate([
|
|
93
|
+
Template(),
|
|
94
|
+
__metadata("design:type", Object)
|
|
95
|
+
], StackedColumnDirective.prototype, "commandsTemplate", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
Template(),
|
|
98
|
+
__metadata("design:type", Object)
|
|
99
|
+
], StackedColumnDirective.prototype, "filter_itemTemplate", void 0);
|
|
100
|
+
__decorate([
|
|
101
|
+
Template(),
|
|
102
|
+
__metadata("design:type", Object)
|
|
103
|
+
], StackedColumnDirective.prototype, "editTemplate", void 0);
|
|
104
|
+
__decorate([
|
|
105
|
+
Template(),
|
|
106
|
+
__metadata("design:type", Object)
|
|
107
|
+
], StackedColumnDirective.prototype, "filterTemplate", void 0);
|
|
108
|
+
/**
|
|
109
|
+
* StackedColumn Array Directive
|
|
110
|
+
*/
|
|
111
|
+
var StackedColumnsDirective = /** @class */ (function (_super) {
|
|
112
|
+
__extends(StackedColumnsDirective, _super);
|
|
113
|
+
function StackedColumnsDirective() {
|
|
114
|
+
return _super.call(this, 'columns') || this;
|
|
115
|
+
}
|
|
116
|
+
return StackedColumnsDirective;
|
|
117
|
+
}(ArrayBase));
|
|
118
|
+
StackedColumnsDirective.decorators = [
|
|
119
|
+
{ type: Directive, args: [{
|
|
120
|
+
selector: 'ejs-grid>e-columns>e-column>e-stacked-columns',
|
|
121
|
+
queries: {
|
|
122
|
+
children: new ContentChildren(StackedColumnDirective)
|
|
123
|
+
},
|
|
124
|
+
},] },
|
|
125
|
+
];
|
|
126
|
+
/**
|
|
127
|
+
* @nocollapse
|
|
128
|
+
*/
|
|
129
|
+
StackedColumnsDirective.ctorParameters = function () { return []; };
|
|
130
|
+
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
131
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
132
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
133
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
134
|
+
else
|
|
135
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
136
|
+
if (d = decorators[i])
|
|
137
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
138
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
139
|
+
};
|
|
140
|
+
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
141
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
142
|
+
return Reflect.metadata(k, v);
|
|
143
|
+
};
|
|
144
|
+
var input$1 = ['allowEditing', 'allowFiltering', 'allowGrouping', 'allowReordering', 'allowResizing', 'allowSearching', 'allowSorting', 'autoFit', 'clipMode', 'columns', 'commands', 'customAttributes', 'dataSource', 'defaultValue', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editTemplate', 'editType', 'enableColumnSpan', 'enableGroupByFormat', 'enableRowSpan', 'field', 'filter', 'filterBarTemplate', 'filterTemplate', 'foreignKeyField', 'foreignKeyValue', 'format', 'formatter', 'freeze', 'headerTemplate', 'headerText', 'headerTextAlign', 'headerValueAccessor', 'hideAtMedia', 'index', 'isFrozen', 'isIdentity', 'isPrimaryKey', 'lockColumn', 'maxWidth', 'minWidth', 'showColumnMenu', 'showInColumnChooser', 'sortComparer', 'template', 'templateOptions', 'textAlign', 'type', 'uid', 'validationRules', 'valueAccessor', 'visible', 'width'];
|
|
145
|
+
var outputs$1 = [];
|
|
146
|
+
/**
|
|
147
|
+
* `e-column` directive represent a column of the Angular Grid.
|
|
148
|
+
* It must be contained in a Grid component(`ejs-grid`).
|
|
149
|
+
* ```html
|
|
150
|
+
* <ejs-grid [dataSource]='data' allowPaging='true' allowSorting='true'>
|
|
151
|
+
* <e-columns>
|
|
152
|
+
* <e-column field='ID' width='100'></e-column>
|
|
153
|
+
* <e-column field='name' headerText='Name' width='100'></e-column>
|
|
154
|
+
* </e-columns>
|
|
155
|
+
* </ejs-grid>
|
|
156
|
+
* ```
|
|
157
|
+
*/
|
|
158
|
+
var ColumnDirective = /** @class */ (function (_super) {
|
|
159
|
+
__extends(ColumnDirective, _super);
|
|
160
|
+
/**
|
|
161
|
+
* @param {?} viewContainerRef
|
|
162
|
+
*/
|
|
163
|
+
function ColumnDirective(viewContainerRef) {
|
|
164
|
+
var _this = _super.call(this) || this;
|
|
165
|
+
_this.viewContainerRef = viewContainerRef;
|
|
166
|
+
_this.tags = ['columns'];
|
|
167
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
168
|
+
_this.registerEvents(outputs$1);
|
|
169
|
+
_this.directivePropList = input$1;
|
|
170
|
+
return _this;
|
|
171
|
+
}
|
|
172
|
+
return ColumnDirective;
|
|
173
|
+
}(ComplexBase));
|
|
174
|
+
ColumnDirective.decorators = [
|
|
175
|
+
{ type: Directive, args: [{
|
|
176
|
+
selector: 'ejs-grid>e-columns>e-column',
|
|
177
|
+
inputs: input$1,
|
|
178
|
+
outputs: outputs$1,
|
|
179
|
+
queries: {
|
|
180
|
+
childColumns: new ContentChild(StackedColumnsDirective)
|
|
181
|
+
}
|
|
182
|
+
},] },
|
|
183
|
+
];
|
|
184
|
+
/**
|
|
185
|
+
* @nocollapse
|
|
186
|
+
*/
|
|
187
|
+
ColumnDirective.ctorParameters = function () { return [
|
|
188
|
+
{ type: ViewContainerRef, },
|
|
189
|
+
]; };
|
|
190
|
+
ColumnDirective.propDecorators = {
|
|
191
|
+
'template': [{ type: ContentChild, args: ['template',] },],
|
|
192
|
+
'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
|
|
193
|
+
'commandsTemplate': [{ type: ContentChild, args: ['commandsTemplate',] },],
|
|
194
|
+
'filter_itemTemplate': [{ type: ContentChild, args: ['filterItemTemplate',] },],
|
|
195
|
+
'editTemplate': [{ type: ContentChild, args: ['editTemplate',] },],
|
|
196
|
+
'filterTemplate': [{ type: ContentChild, args: ['filterTemplate',] },],
|
|
197
|
+
};
|
|
198
|
+
__decorate$1([
|
|
199
|
+
Template(),
|
|
200
|
+
__metadata$1("design:type", Object)
|
|
201
|
+
], ColumnDirective.prototype, "template", void 0);
|
|
202
|
+
__decorate$1([
|
|
203
|
+
Template(),
|
|
204
|
+
__metadata$1("design:type", Object)
|
|
205
|
+
], ColumnDirective.prototype, "headerTemplate", void 0);
|
|
206
|
+
__decorate$1([
|
|
207
|
+
Template(),
|
|
208
|
+
__metadata$1("design:type", Object)
|
|
209
|
+
], ColumnDirective.prototype, "commandsTemplate", void 0);
|
|
210
|
+
__decorate$1([
|
|
211
|
+
Template(),
|
|
212
|
+
__metadata$1("design:type", Object)
|
|
213
|
+
], ColumnDirective.prototype, "filter_itemTemplate", void 0);
|
|
214
|
+
__decorate$1([
|
|
215
|
+
Template(),
|
|
216
|
+
__metadata$1("design:type", Object)
|
|
217
|
+
], ColumnDirective.prototype, "editTemplate", void 0);
|
|
218
|
+
__decorate$1([
|
|
219
|
+
Template(),
|
|
220
|
+
__metadata$1("design:type", Object)
|
|
221
|
+
], ColumnDirective.prototype, "filterTemplate", void 0);
|
|
222
|
+
/**
|
|
223
|
+
* Column Array Directive
|
|
224
|
+
*/
|
|
225
|
+
var ColumnsDirective = /** @class */ (function (_super) {
|
|
226
|
+
__extends(ColumnsDirective, _super);
|
|
227
|
+
function ColumnsDirective() {
|
|
228
|
+
return _super.call(this, 'columns') || this;
|
|
229
|
+
}
|
|
230
|
+
return ColumnsDirective;
|
|
231
|
+
}(ArrayBase));
|
|
232
|
+
ColumnsDirective.decorators = [
|
|
233
|
+
{ type: Directive, args: [{
|
|
234
|
+
selector: 'ejs-grid>e-columns',
|
|
235
|
+
queries: {
|
|
236
|
+
children: new ContentChildren(ColumnDirective)
|
|
237
|
+
},
|
|
238
|
+
},] },
|
|
239
|
+
];
|
|
240
|
+
/**
|
|
241
|
+
* @nocollapse
|
|
242
|
+
*/
|
|
243
|
+
ColumnsDirective.ctorParameters = function () { return []; };
|
|
244
|
+
var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
245
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
246
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
247
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
248
|
+
else
|
|
249
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
250
|
+
if (d = decorators[i])
|
|
251
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
252
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
253
|
+
};
|
|
254
|
+
var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
255
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
256
|
+
return Reflect.metadata(k, v);
|
|
257
|
+
};
|
|
258
|
+
var input$2 = ['columnName', 'customAggregate', 'field', 'footerTemplate', 'format', 'groupCaptionTemplate', 'groupFooterTemplate', 'type'];
|
|
259
|
+
var outputs$2 = [];
|
|
260
|
+
/**
|
|
261
|
+
* `e-aggregate->e-column` directive represent a aggregate column of the Angular Grid.
|
|
262
|
+
* ```html
|
|
263
|
+
* <ejs-grid [dataSource]='data' allowPaging='true' allowSorting='true'>
|
|
264
|
+
* <e-columns>
|
|
265
|
+
* <e-column field='ID' width='100'></e-column>
|
|
266
|
+
* <e-column field='name' headerText='Name' width='100'></e-column>
|
|
267
|
+
* </e-columns>
|
|
268
|
+
* <e-aggregates>
|
|
269
|
+
* <e-aggregate>
|
|
270
|
+
* <e-columns>
|
|
271
|
+
* <e-column field='ID' type='Min'></e-column>
|
|
272
|
+
* </e-columns>
|
|
273
|
+
* </e-aggregate>
|
|
274
|
+
* </e-aggregates>
|
|
275
|
+
* </ejs-grid>
|
|
276
|
+
* ```
|
|
277
|
+
*/
|
|
278
|
+
var AggregateColumnDirective = /** @class */ (function (_super) {
|
|
279
|
+
__extends(AggregateColumnDirective, _super);
|
|
280
|
+
/**
|
|
281
|
+
* @param {?} viewContainerRef
|
|
282
|
+
*/
|
|
283
|
+
function AggregateColumnDirective(viewContainerRef) {
|
|
284
|
+
var _this = _super.call(this) || this;
|
|
285
|
+
_this.viewContainerRef = viewContainerRef;
|
|
286
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
287
|
+
_this.registerEvents(outputs$2);
|
|
288
|
+
_this.directivePropList = input$2;
|
|
289
|
+
return _this;
|
|
290
|
+
}
|
|
291
|
+
return AggregateColumnDirective;
|
|
292
|
+
}(ComplexBase));
|
|
293
|
+
AggregateColumnDirective.decorators = [
|
|
294
|
+
{ type: Directive, args: [{
|
|
295
|
+
selector: 'ejs-grid>e-aggregates>e-aggregate>e-columns>e-column',
|
|
296
|
+
inputs: input$2,
|
|
297
|
+
outputs: outputs$2,
|
|
298
|
+
queries: {}
|
|
299
|
+
},] },
|
|
300
|
+
];
|
|
301
|
+
/**
|
|
302
|
+
* @nocollapse
|
|
303
|
+
*/
|
|
304
|
+
AggregateColumnDirective.ctorParameters = function () { return [
|
|
305
|
+
{ type: ViewContainerRef, },
|
|
306
|
+
]; };
|
|
307
|
+
AggregateColumnDirective.propDecorators = {
|
|
308
|
+
'footerTemplate': [{ type: ContentChild, args: ['footerTemplate',] },],
|
|
309
|
+
'groupFooterTemplate': [{ type: ContentChild, args: ['groupFooterTemplate',] },],
|
|
310
|
+
'groupCaptionTemplate': [{ type: ContentChild, args: ['groupCaptionTemplate',] },],
|
|
311
|
+
};
|
|
312
|
+
__decorate$2([
|
|
313
|
+
Template(),
|
|
314
|
+
__metadata$2("design:type", Object)
|
|
315
|
+
], AggregateColumnDirective.prototype, "footerTemplate", void 0);
|
|
316
|
+
__decorate$2([
|
|
317
|
+
Template(),
|
|
318
|
+
__metadata$2("design:type", Object)
|
|
319
|
+
], AggregateColumnDirective.prototype, "groupFooterTemplate", void 0);
|
|
320
|
+
__decorate$2([
|
|
321
|
+
Template(),
|
|
322
|
+
__metadata$2("design:type", Object)
|
|
323
|
+
], AggregateColumnDirective.prototype, "groupCaptionTemplate", void 0);
|
|
324
|
+
/**
|
|
325
|
+
* AggregateColumn Array Directive
|
|
326
|
+
*/
|
|
327
|
+
var AggregateColumnsDirective = /** @class */ (function (_super) {
|
|
328
|
+
__extends(AggregateColumnsDirective, _super);
|
|
329
|
+
function AggregateColumnsDirective() {
|
|
330
|
+
return _super.call(this, 'columns') || this;
|
|
331
|
+
}
|
|
332
|
+
return AggregateColumnsDirective;
|
|
333
|
+
}(ArrayBase));
|
|
334
|
+
AggregateColumnsDirective.decorators = [
|
|
335
|
+
{ type: Directive, args: [{
|
|
336
|
+
selector: 'ejs-grid>e-aggregates>e-aggregate>e-columns',
|
|
337
|
+
queries: {
|
|
338
|
+
children: new ContentChildren(AggregateColumnDirective)
|
|
339
|
+
},
|
|
340
|
+
},] },
|
|
341
|
+
];
|
|
342
|
+
/**
|
|
343
|
+
* @nocollapse
|
|
344
|
+
*/
|
|
345
|
+
AggregateColumnsDirective.ctorParameters = function () { return []; };
|
|
346
|
+
var input$3 = ['columns'];
|
|
347
|
+
var outputs$3 = [];
|
|
348
|
+
/**
|
|
349
|
+
* `e-aggregate` directive represent a aggregate row of the Angular Grid.
|
|
350
|
+
* It must be contained in a Grid component(`ejs-grid`).
|
|
351
|
+
* ```html
|
|
352
|
+
* <ejs-grid [dataSource]='data' allowPaging='true' allowSorting='true'>
|
|
353
|
+
* <e-columns>
|
|
354
|
+
* <e-column field='ID' width='100'></e-column>
|
|
355
|
+
* <e-column field='name' headerText='Name' width='100'></e-column>
|
|
356
|
+
* </e-columns>
|
|
357
|
+
* <e-aggregates>
|
|
358
|
+
* <e-aggregate>
|
|
359
|
+
* <e-columns>
|
|
360
|
+
* <e-column field='ID' type='Min'></e-column>
|
|
361
|
+
* </e-columns>
|
|
362
|
+
* </e-aggregate>
|
|
363
|
+
* </e-aggregates>
|
|
364
|
+
* </ejs-grid>
|
|
365
|
+
* ```
|
|
366
|
+
*/
|
|
367
|
+
var AggregateDirective = /** @class */ (function (_super) {
|
|
368
|
+
__extends(AggregateDirective, _super);
|
|
369
|
+
/**
|
|
370
|
+
* @param {?} viewContainerRef
|
|
371
|
+
*/
|
|
372
|
+
function AggregateDirective(viewContainerRef) {
|
|
373
|
+
var _this = _super.call(this) || this;
|
|
374
|
+
_this.viewContainerRef = viewContainerRef;
|
|
375
|
+
_this.tags = ['columns'];
|
|
376
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
377
|
+
_this.registerEvents(outputs$3);
|
|
378
|
+
_this.directivePropList = input$3;
|
|
379
|
+
return _this;
|
|
380
|
+
}
|
|
381
|
+
return AggregateDirective;
|
|
382
|
+
}(ComplexBase));
|
|
383
|
+
AggregateDirective.decorators = [
|
|
384
|
+
{ type: Directive, args: [{
|
|
385
|
+
selector: 'ejs-grid>e-aggregates>e-aggregate',
|
|
386
|
+
inputs: input$3,
|
|
387
|
+
outputs: outputs$3,
|
|
388
|
+
queries: {
|
|
389
|
+
childColumns: new ContentChild(AggregateColumnsDirective)
|
|
390
|
+
}
|
|
391
|
+
},] },
|
|
392
|
+
];
|
|
393
|
+
/**
|
|
394
|
+
* @nocollapse
|
|
395
|
+
*/
|
|
396
|
+
AggregateDirective.ctorParameters = function () { return [
|
|
397
|
+
{ type: ViewContainerRef, },
|
|
398
|
+
]; };
|
|
399
|
+
/**
|
|
400
|
+
* Aggregate Array Directive
|
|
401
|
+
*/
|
|
402
|
+
var AggregatesDirective = /** @class */ (function (_super) {
|
|
403
|
+
__extends(AggregatesDirective, _super);
|
|
404
|
+
function AggregatesDirective() {
|
|
405
|
+
return _super.call(this, 'aggregates') || this;
|
|
406
|
+
}
|
|
407
|
+
return AggregatesDirective;
|
|
408
|
+
}(ArrayBase));
|
|
409
|
+
AggregatesDirective.decorators = [
|
|
410
|
+
{ type: Directive, args: [{
|
|
411
|
+
selector: 'ejs-grid>e-aggregates',
|
|
412
|
+
queries: {
|
|
413
|
+
children: new ContentChildren(AggregateDirective)
|
|
414
|
+
},
|
|
415
|
+
},] },
|
|
416
|
+
];
|
|
417
|
+
/**
|
|
418
|
+
* @nocollapse
|
|
419
|
+
*/
|
|
420
|
+
AggregatesDirective.ctorParameters = function () { return []; };
|
|
421
|
+
var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
422
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
423
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
424
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
425
|
+
else
|
|
426
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
427
|
+
if (d = decorators[i])
|
|
428
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
429
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
430
|
+
};
|
|
431
|
+
var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
432
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
433
|
+
return Reflect.metadata(k, v);
|
|
434
|
+
};
|
|
435
|
+
var inputs = ['adaptiveUIMode', 'aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'autoFit', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'cssClass', 'currencyCode', 'currentAction', 'currentViewData', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'emptyRecordTemplate', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnSpan', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRowSpan', 'enableRtl', 'enableStickyHeader', 'enableVirtualMaskRow', 'enableVirtualization', 'exportGrids', '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', 'showHider', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width'];
|
|
436
|
+
var outputs$4 = ['actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeAutoFill', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeCustomFilterOpen', 'beforeDataBound', 'beforeDetailTemplateDetach', 'beforeExcelExport', 'beforeOpenAdaptiveDialog', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDataStateChange', 'columnDeselected', 'columnDeselecting', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuClose', 'columnMenuOpen', 'columnSelected', 'columnSelecting', 'commandClick', 'contextMenuClick', 'contextMenuClose', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelAggregateQueryCellInfo', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportDetailTemplate', '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', 'dataSourceChange'];
|
|
437
|
+
var twoWays = ['dataSource'];
|
|
438
|
+
/**
|
|
439
|
+
* `ejs-grid` represents the Angular Grid Component.
|
|
440
|
+
* ```html
|
|
441
|
+
* <ejs-grid [dataSource]='data' allowPaging='true' allowSorting='true'></ejs-grid>
|
|
442
|
+
* ```
|
|
443
|
+
*/
|
|
444
|
+
var GridComponent = /** @class */ (function (_super) {
|
|
445
|
+
__extends(GridComponent, _super);
|
|
446
|
+
/**
|
|
447
|
+
* @param {?} ngEle
|
|
448
|
+
* @param {?} srenderer
|
|
449
|
+
* @param {?} viewContainerRef
|
|
450
|
+
* @param {?} injector
|
|
451
|
+
*/
|
|
452
|
+
function GridComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
453
|
+
var _this = _super.call(this) || this;
|
|
454
|
+
_this.ngEle = ngEle;
|
|
455
|
+
_this.srenderer = srenderer;
|
|
456
|
+
_this.viewContainerRef = viewContainerRef;
|
|
457
|
+
_this.injector = injector;
|
|
458
|
+
_this.tags = ['columns', 'aggregates'];
|
|
459
|
+
_this.element = _this.ngEle.nativeElement;
|
|
460
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
461
|
+
try {
|
|
462
|
+
var mod = _this.injector.get('GridsFilter');
|
|
463
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
464
|
+
_this.injectedModules.push(mod);
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
catch (_a) { }
|
|
468
|
+
try {
|
|
469
|
+
var mod = _this.injector.get('GridsPage');
|
|
470
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
471
|
+
_this.injectedModules.push(mod);
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
catch (_b) { }
|
|
475
|
+
try {
|
|
476
|
+
var mod = _this.injector.get('GridsSelection');
|
|
477
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
478
|
+
_this.injectedModules.push(mod);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
catch (_c) { }
|
|
482
|
+
try {
|
|
483
|
+
var mod = _this.injector.get('GridsSort');
|
|
484
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
485
|
+
_this.injectedModules.push(mod);
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
catch (_d) { }
|
|
489
|
+
try {
|
|
490
|
+
var mod = _this.injector.get('GridsGroup');
|
|
491
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
492
|
+
_this.injectedModules.push(mod);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
catch (_e) { }
|
|
496
|
+
try {
|
|
497
|
+
var mod = _this.injector.get('GridsReorder');
|
|
498
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
499
|
+
_this.injectedModules.push(mod);
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
catch (_f) { }
|
|
503
|
+
try {
|
|
504
|
+
var mod = _this.injector.get('GridsRowDD');
|
|
505
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
506
|
+
_this.injectedModules.push(mod);
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
catch (_g) { }
|
|
510
|
+
try {
|
|
511
|
+
var mod = _this.injector.get('GridsDetailRow');
|
|
512
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
513
|
+
_this.injectedModules.push(mod);
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
catch (_h) { }
|
|
517
|
+
try {
|
|
518
|
+
var mod = _this.injector.get('GridsToolbar');
|
|
519
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
520
|
+
_this.injectedModules.push(mod);
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
catch (_j) { }
|
|
524
|
+
try {
|
|
525
|
+
var mod = _this.injector.get('GridsAggregate');
|
|
526
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
527
|
+
_this.injectedModules.push(mod);
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
catch (_k) { }
|
|
531
|
+
try {
|
|
532
|
+
var mod = _this.injector.get('GridsSearch');
|
|
533
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
534
|
+
_this.injectedModules.push(mod);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
catch (_l) { }
|
|
538
|
+
try {
|
|
539
|
+
var mod = _this.injector.get('GridsVirtualScroll');
|
|
540
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
541
|
+
_this.injectedModules.push(mod);
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
catch (_m) { }
|
|
545
|
+
try {
|
|
546
|
+
var mod = _this.injector.get('GridsEdit');
|
|
547
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
548
|
+
_this.injectedModules.push(mod);
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
catch (_o) { }
|
|
552
|
+
try {
|
|
553
|
+
var mod = _this.injector.get('GridsResize');
|
|
554
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
555
|
+
_this.injectedModules.push(mod);
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
catch (_p) { }
|
|
559
|
+
try {
|
|
560
|
+
var mod = _this.injector.get('GridsExcelExport');
|
|
561
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
562
|
+
_this.injectedModules.push(mod);
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
catch (_q) { }
|
|
566
|
+
try {
|
|
567
|
+
var mod = _this.injector.get('GridsPdfExport');
|
|
568
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
569
|
+
_this.injectedModules.push(mod);
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
catch (_r) { }
|
|
573
|
+
try {
|
|
574
|
+
var mod = _this.injector.get('GridsCommandColumn');
|
|
575
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
576
|
+
_this.injectedModules.push(mod);
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
catch (_s) { }
|
|
580
|
+
try {
|
|
581
|
+
var mod = _this.injector.get('GridsContextMenu');
|
|
582
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
583
|
+
_this.injectedModules.push(mod);
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
catch (_t) { }
|
|
587
|
+
try {
|
|
588
|
+
var mod = _this.injector.get('GridsFreeze');
|
|
589
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
590
|
+
_this.injectedModules.push(mod);
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
catch (_u) { }
|
|
594
|
+
try {
|
|
595
|
+
var mod = _this.injector.get('GridsColumnMenu');
|
|
596
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
597
|
+
_this.injectedModules.push(mod);
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
catch (_v) { }
|
|
601
|
+
try {
|
|
602
|
+
var mod = _this.injector.get('GridsColumnChooser');
|
|
603
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
604
|
+
_this.injectedModules.push(mod);
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
catch (_w) { }
|
|
608
|
+
try {
|
|
609
|
+
var mod = _this.injector.get('GridsForeignKey');
|
|
610
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
611
|
+
_this.injectedModules.push(mod);
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
catch (_x) { }
|
|
615
|
+
try {
|
|
616
|
+
var mod = _this.injector.get('GridsInfiniteScroll');
|
|
617
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
618
|
+
_this.injectedModules.push(mod);
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
catch (_y) { }
|
|
622
|
+
try {
|
|
623
|
+
var mod = _this.injector.get('GridsLazyLoadGroup');
|
|
624
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
625
|
+
_this.injectedModules.push(mod);
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
catch (_z) { }
|
|
629
|
+
_this.registerEvents(outputs$4);
|
|
630
|
+
_this.addTwoWay.call(_this, twoWays);
|
|
631
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
632
|
+
_this.context = new ComponentBase();
|
|
633
|
+
return _this;
|
|
634
|
+
}
|
|
635
|
+
/**
|
|
636
|
+
* @return {?}
|
|
637
|
+
*/
|
|
638
|
+
GridComponent.prototype.ngOnInit = function () {
|
|
639
|
+
this.context.ngOnInit(this);
|
|
640
|
+
};
|
|
641
|
+
/**
|
|
642
|
+
* @return {?}
|
|
643
|
+
*/
|
|
644
|
+
GridComponent.prototype.ngAfterViewInit = function () {
|
|
645
|
+
this.context.ngAfterViewInit(this);
|
|
646
|
+
};
|
|
647
|
+
/**
|
|
648
|
+
* @return {?}
|
|
649
|
+
*/
|
|
650
|
+
GridComponent.prototype.ngOnDestroy = function () {
|
|
651
|
+
this.context.ngOnDestroy(this);
|
|
652
|
+
};
|
|
653
|
+
/**
|
|
654
|
+
* @return {?}
|
|
655
|
+
*/
|
|
656
|
+
GridComponent.prototype.ngAfterContentChecked = function () {
|
|
657
|
+
this.tagObjects[0].instance = this.childColumns;
|
|
658
|
+
if (this.childAggregates) {
|
|
659
|
+
this.tagObjects[1].instance = /** @type {?} */ (this.childAggregates);
|
|
660
|
+
}
|
|
661
|
+
this.context.ngAfterContentChecked(this);
|
|
662
|
+
};
|
|
663
|
+
return GridComponent;
|
|
664
|
+
}(Grid));
|
|
665
|
+
GridComponent.decorators = [
|
|
666
|
+
{ type: Component, args: [{
|
|
667
|
+
selector: 'ejs-grid',
|
|
668
|
+
inputs: inputs,
|
|
669
|
+
outputs: outputs$4,
|
|
670
|
+
template: '',
|
|
671
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
672
|
+
queries: {
|
|
673
|
+
childColumns: new ContentChild(ColumnsDirective),
|
|
674
|
+
childAggregates: new ContentChild(AggregatesDirective)
|
|
675
|
+
}
|
|
676
|
+
},] },
|
|
677
|
+
];
|
|
678
|
+
/**
|
|
679
|
+
* @nocollapse
|
|
680
|
+
*/
|
|
681
|
+
GridComponent.ctorParameters = function () { return [
|
|
682
|
+
{ type: ElementRef, },
|
|
683
|
+
{ type: Renderer2, },
|
|
684
|
+
{ type: ViewContainerRef, },
|
|
685
|
+
{ type: Injector, },
|
|
686
|
+
]; };
|
|
687
|
+
GridComponent.propDecorators = {
|
|
688
|
+
'rowTemplate': [{ type: ContentChild, args: ['rowTemplate',] },],
|
|
689
|
+
'emptyRecordTemplate': [{ type: ContentChild, args: ['emptyRecordTemplate',] },],
|
|
690
|
+
'detailTemplate': [{ type: ContentChild, args: ['detailTemplate',] },],
|
|
691
|
+
'toolbarTemplate': [{ type: ContentChild, args: ['toolbarTemplate',] },],
|
|
692
|
+
'pagerTemplate': [{ type: ContentChild, args: ['pagerTemplate',] },],
|
|
693
|
+
'editSettings_template': [{ type: ContentChild, args: ['editSettingsTemplate',] },],
|
|
694
|
+
'groupSettings_captionTemplate': [{ type: ContentChild, args: ['groupSettingsCaptionTemplate',] },],
|
|
695
|
+
'columnChooserSettings_headerTemplate': [{ type: ContentChild, args: ['columnChooserSettingsHeaderTemplate',] },],
|
|
696
|
+
'columnChooserSettings_template': [{ type: ContentChild, args: ['columnChooserSettingsTemplate',] },],
|
|
697
|
+
'columnChooserSettings_footerTemplate': [{ type: ContentChild, args: ['columnChooserSettingsFooterTemplate',] },],
|
|
698
|
+
};
|
|
699
|
+
__decorate$3([
|
|
700
|
+
Template(),
|
|
701
|
+
__metadata$3("design:type", Object)
|
|
702
|
+
], GridComponent.prototype, "rowTemplate", void 0);
|
|
703
|
+
__decorate$3([
|
|
704
|
+
Template(),
|
|
705
|
+
__metadata$3("design:type", Object)
|
|
706
|
+
], GridComponent.prototype, "emptyRecordTemplate", void 0);
|
|
707
|
+
__decorate$3([
|
|
708
|
+
Template(),
|
|
709
|
+
__metadata$3("design:type", Object)
|
|
710
|
+
], GridComponent.prototype, "detailTemplate", void 0);
|
|
711
|
+
__decorate$3([
|
|
712
|
+
Template(),
|
|
713
|
+
__metadata$3("design:type", Object)
|
|
714
|
+
], GridComponent.prototype, "toolbarTemplate", void 0);
|
|
715
|
+
__decorate$3([
|
|
716
|
+
Template(),
|
|
717
|
+
__metadata$3("design:type", Object)
|
|
718
|
+
], GridComponent.prototype, "pagerTemplate", void 0);
|
|
719
|
+
__decorate$3([
|
|
720
|
+
Template(),
|
|
721
|
+
__metadata$3("design:type", Object)
|
|
722
|
+
], GridComponent.prototype, "editSettings_template", void 0);
|
|
723
|
+
__decorate$3([
|
|
724
|
+
Template(),
|
|
725
|
+
__metadata$3("design:type", Object)
|
|
726
|
+
], GridComponent.prototype, "groupSettings_captionTemplate", void 0);
|
|
727
|
+
__decorate$3([
|
|
728
|
+
Template(),
|
|
729
|
+
__metadata$3("design:type", Object)
|
|
730
|
+
], GridComponent.prototype, "columnChooserSettings_headerTemplate", void 0);
|
|
731
|
+
__decorate$3([
|
|
732
|
+
Template(),
|
|
733
|
+
__metadata$3("design:type", Object)
|
|
734
|
+
], GridComponent.prototype, "columnChooserSettings_template", void 0);
|
|
735
|
+
__decorate$3([
|
|
736
|
+
Template(),
|
|
737
|
+
__metadata$3("design:type", Object)
|
|
738
|
+
], GridComponent.prototype, "columnChooserSettings_footerTemplate", void 0);
|
|
739
|
+
GridComponent = __decorate$3([
|
|
740
|
+
ComponentMixins([ComponentBase]),
|
|
741
|
+
__metadata$3("design:paramtypes", [ElementRef,
|
|
742
|
+
Renderer2,
|
|
743
|
+
ViewContainerRef,
|
|
744
|
+
Injector])
|
|
745
|
+
], GridComponent);
|
|
746
|
+
/**
|
|
747
|
+
* NgModule definition for the Grid component.
|
|
748
|
+
*/
|
|
749
|
+
var GridModule = /** @class */ (function () {
|
|
750
|
+
function GridModule() {
|
|
751
|
+
}
|
|
752
|
+
return GridModule;
|
|
753
|
+
}());
|
|
754
|
+
GridModule.decorators = [
|
|
755
|
+
{ type: NgModule, args: [{
|
|
756
|
+
imports: [CommonModule],
|
|
757
|
+
declarations: [
|
|
758
|
+
GridComponent,
|
|
759
|
+
StackedColumnDirective,
|
|
760
|
+
StackedColumnsDirective,
|
|
761
|
+
ColumnDirective,
|
|
762
|
+
ColumnsDirective,
|
|
763
|
+
AggregateColumnDirective,
|
|
764
|
+
AggregateColumnsDirective,
|
|
765
|
+
AggregateDirective,
|
|
766
|
+
AggregatesDirective
|
|
767
|
+
],
|
|
768
|
+
exports: [
|
|
769
|
+
GridComponent,
|
|
770
|
+
StackedColumnDirective,
|
|
771
|
+
StackedColumnsDirective,
|
|
772
|
+
ColumnDirective,
|
|
773
|
+
ColumnsDirective,
|
|
774
|
+
AggregateColumnDirective,
|
|
775
|
+
AggregateColumnsDirective,
|
|
776
|
+
AggregateDirective,
|
|
777
|
+
AggregatesDirective
|
|
778
|
+
]
|
|
779
|
+
},] },
|
|
780
|
+
];
|
|
781
|
+
/**
|
|
782
|
+
* @nocollapse
|
|
783
|
+
*/
|
|
784
|
+
GridModule.ctorParameters = function () { return []; };
|
|
785
|
+
var FilterService = { provide: 'GridsFilter', useValue: Filter };
|
|
786
|
+
var PageService = { provide: 'GridsPage', useValue: Page };
|
|
787
|
+
var SelectionService = { provide: 'GridsSelection', useValue: Selection };
|
|
788
|
+
var SortService = { provide: 'GridsSort', useValue: Sort };
|
|
789
|
+
var GroupService = { provide: 'GridsGroup', useValue: Group };
|
|
790
|
+
var ReorderService = { provide: 'GridsReorder', useValue: Reorder };
|
|
791
|
+
var RowDDService = { provide: 'GridsRowDD', useValue: RowDD };
|
|
792
|
+
var DetailRowService = { provide: 'GridsDetailRow', useValue: DetailRow };
|
|
793
|
+
var ToolbarService = { provide: 'GridsToolbar', useValue: Toolbar };
|
|
794
|
+
var AggregateService = { provide: 'GridsAggregate', useValue: Aggregate };
|
|
795
|
+
var SearchService = { provide: 'GridsSearch', useValue: Search };
|
|
796
|
+
var VirtualScrollService = { provide: 'GridsVirtualScroll', useValue: VirtualScroll };
|
|
797
|
+
var EditService = { provide: 'GridsEdit', useValue: Edit };
|
|
798
|
+
var ResizeService = { provide: 'GridsResize', useValue: Resize };
|
|
799
|
+
var ExcelExportService = { provide: 'GridsExcelExport', useValue: ExcelExport };
|
|
800
|
+
var PdfExportService = { provide: 'GridsPdfExport', useValue: PdfExport };
|
|
801
|
+
var CommandColumnService = { provide: 'GridsCommandColumn', useValue: CommandColumn };
|
|
802
|
+
var ContextMenuService = { provide: 'GridsContextMenu', useValue: ContextMenu };
|
|
803
|
+
var FreezeService = { provide: 'GridsFreeze', useValue: Freeze };
|
|
804
|
+
var ColumnMenuService = { provide: 'GridsColumnMenu', useValue: ColumnMenu };
|
|
805
|
+
var ColumnChooserService = { provide: 'GridsColumnChooser', useValue: ColumnChooser };
|
|
806
|
+
var ForeignKeyService = { provide: 'GridsForeignKey', useValue: ForeignKey };
|
|
807
|
+
var InfiniteScrollService = { provide: 'GridsInfiniteScroll', useValue: InfiniteScroll };
|
|
808
|
+
var LazyLoadGroupService = { provide: 'GridsLazyLoadGroup', useValue: LazyLoadGroup };
|
|
809
|
+
/**
|
|
810
|
+
* NgModule definition for the Grid component with providers.
|
|
811
|
+
*/
|
|
812
|
+
var GridAllModule = /** @class */ (function () {
|
|
813
|
+
function GridAllModule() {
|
|
814
|
+
}
|
|
815
|
+
return GridAllModule;
|
|
816
|
+
}());
|
|
817
|
+
GridAllModule.decorators = [
|
|
818
|
+
{ type: NgModule, args: [{
|
|
819
|
+
imports: [CommonModule, GridModule],
|
|
820
|
+
exports: [
|
|
821
|
+
GridModule
|
|
822
|
+
],
|
|
823
|
+
providers: [
|
|
824
|
+
FilterService,
|
|
825
|
+
PageService,
|
|
826
|
+
SelectionService,
|
|
827
|
+
SortService,
|
|
828
|
+
GroupService,
|
|
829
|
+
ReorderService,
|
|
830
|
+
RowDDService,
|
|
831
|
+
DetailRowService,
|
|
832
|
+
ToolbarService,
|
|
833
|
+
AggregateService,
|
|
834
|
+
SearchService,
|
|
835
|
+
VirtualScrollService,
|
|
836
|
+
EditService,
|
|
837
|
+
ResizeService,
|
|
838
|
+
ExcelExportService,
|
|
839
|
+
PdfExportService,
|
|
840
|
+
CommandColumnService,
|
|
841
|
+
ContextMenuService,
|
|
842
|
+
FreezeService,
|
|
843
|
+
ColumnMenuService,
|
|
844
|
+
ColumnChooserService,
|
|
845
|
+
ForeignKeyService,
|
|
846
|
+
InfiniteScrollService,
|
|
847
|
+
LazyLoadGroupService
|
|
848
|
+
]
|
|
849
|
+
},] },
|
|
850
|
+
];
|
|
851
|
+
/**
|
|
852
|
+
* @nocollapse
|
|
853
|
+
*/
|
|
854
|
+
GridAllModule.ctorParameters = function () { return []; };
|
|
855
|
+
var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
856
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
857
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
858
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
859
|
+
else
|
|
860
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
861
|
+
if (d = decorators[i])
|
|
862
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
863
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
864
|
+
};
|
|
865
|
+
var __metadata$4 = (this && this.__metadata) || function (k, v) {
|
|
866
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
867
|
+
return Reflect.metadata(k, v);
|
|
868
|
+
};
|
|
869
|
+
var inputs$1 = ['cssClass', 'currentPage', 'customText', 'enableExternalMessage', 'enablePagerMessage', 'enablePersistence', 'enableQueryString', 'enableRtl', 'externalMessage', 'locale', 'pageCount', 'pageSize', 'pageSizes', 'template', 'totalRecordsCount'];
|
|
870
|
+
var outputs$5 = ['click', 'created', 'dropDownChanged', 'currentPageChange', 'pageSizeChange', 'pageCountChange', 'pageSizesChange'];
|
|
871
|
+
var twoWays$1 = ['currentPage', 'pageSize', 'pageCount', 'pageSizes'];
|
|
872
|
+
/**
|
|
873
|
+
* `ejs-pager` represents the Angular Pager Component.
|
|
874
|
+
* ```html
|
|
875
|
+
* <ejs-pager></ejs-pager>
|
|
876
|
+
* ```
|
|
877
|
+
*/
|
|
878
|
+
var PagerComponent = /** @class */ (function (_super) {
|
|
879
|
+
__extends(PagerComponent, _super);
|
|
880
|
+
/**
|
|
881
|
+
* @param {?} ngEle
|
|
882
|
+
* @param {?} srenderer
|
|
883
|
+
* @param {?} viewContainerRef
|
|
884
|
+
* @param {?} injector
|
|
885
|
+
*/
|
|
886
|
+
function PagerComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
887
|
+
var _this = _super.call(this) || this;
|
|
888
|
+
_this.ngEle = ngEle;
|
|
889
|
+
_this.srenderer = srenderer;
|
|
890
|
+
_this.viewContainerRef = viewContainerRef;
|
|
891
|
+
_this.injector = injector;
|
|
892
|
+
_this.element = _this.ngEle.nativeElement;
|
|
893
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
894
|
+
_this.registerEvents(outputs$5);
|
|
895
|
+
_this.addTwoWay.call(_this, twoWays$1);
|
|
896
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
897
|
+
_this.context = new ComponentBase();
|
|
898
|
+
return _this;
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* @return {?}
|
|
902
|
+
*/
|
|
903
|
+
PagerComponent.prototype.ngOnInit = function () {
|
|
904
|
+
this.context.ngOnInit(this);
|
|
905
|
+
};
|
|
906
|
+
/**
|
|
907
|
+
* @return {?}
|
|
908
|
+
*/
|
|
909
|
+
PagerComponent.prototype.ngAfterViewInit = function () {
|
|
910
|
+
this.context.ngAfterViewInit(this);
|
|
911
|
+
};
|
|
912
|
+
/**
|
|
913
|
+
* @return {?}
|
|
914
|
+
*/
|
|
915
|
+
PagerComponent.prototype.ngOnDestroy = function () {
|
|
916
|
+
this.context.ngOnDestroy(this);
|
|
917
|
+
};
|
|
918
|
+
/**
|
|
919
|
+
* @return {?}
|
|
920
|
+
*/
|
|
921
|
+
PagerComponent.prototype.ngAfterContentChecked = function () {
|
|
922
|
+
this.context.ngAfterContentChecked(this);
|
|
923
|
+
};
|
|
924
|
+
return PagerComponent;
|
|
925
|
+
}(Pager));
|
|
926
|
+
PagerComponent.decorators = [
|
|
927
|
+
{ type: Component, args: [{
|
|
928
|
+
selector: 'ejs-pager',
|
|
929
|
+
inputs: inputs$1,
|
|
930
|
+
outputs: outputs$5,
|
|
931
|
+
template: '',
|
|
932
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
933
|
+
queries: {}
|
|
934
|
+
},] },
|
|
935
|
+
];
|
|
936
|
+
/**
|
|
937
|
+
* @nocollapse
|
|
938
|
+
*/
|
|
939
|
+
PagerComponent.ctorParameters = function () { return [
|
|
940
|
+
{ type: ElementRef, },
|
|
941
|
+
{ type: Renderer2, },
|
|
942
|
+
{ type: ViewContainerRef, },
|
|
943
|
+
{ type: Injector, },
|
|
944
|
+
]; };
|
|
945
|
+
PagerComponent.propDecorators = {
|
|
946
|
+
'template': [{ type: ContentChild, args: ['template',] },],
|
|
947
|
+
};
|
|
948
|
+
__decorate$4([
|
|
949
|
+
Template(),
|
|
950
|
+
__metadata$4("design:type", Object)
|
|
951
|
+
], PagerComponent.prototype, "template", void 0);
|
|
952
|
+
PagerComponent = __decorate$4([
|
|
953
|
+
ComponentMixins([ComponentBase]),
|
|
954
|
+
__metadata$4("design:paramtypes", [ElementRef,
|
|
955
|
+
Renderer2,
|
|
956
|
+
ViewContainerRef,
|
|
957
|
+
Injector])
|
|
958
|
+
], PagerComponent);
|
|
959
|
+
/**
|
|
960
|
+
* NgModule definition for the Pager component.
|
|
961
|
+
*/
|
|
962
|
+
var PagerModule = /** @class */ (function () {
|
|
963
|
+
function PagerModule() {
|
|
964
|
+
}
|
|
965
|
+
return PagerModule;
|
|
966
|
+
}());
|
|
967
|
+
PagerModule.decorators = [
|
|
968
|
+
{ type: NgModule, args: [{
|
|
969
|
+
imports: [CommonModule],
|
|
970
|
+
declarations: [
|
|
971
|
+
PagerComponent
|
|
972
|
+
],
|
|
973
|
+
exports: [
|
|
974
|
+
PagerComponent
|
|
975
|
+
]
|
|
976
|
+
},] },
|
|
977
|
+
];
|
|
978
|
+
/**
|
|
979
|
+
* @nocollapse
|
|
980
|
+
*/
|
|
981
|
+
PagerModule.ctorParameters = function () { return []; };
|
|
982
|
+
/**
|
|
983
|
+
* NgModule definition for the Pager component with providers.
|
|
984
|
+
*/
|
|
985
|
+
var PagerAllModule = /** @class */ (function () {
|
|
986
|
+
function PagerAllModule() {
|
|
987
|
+
}
|
|
988
|
+
return PagerAllModule;
|
|
989
|
+
}());
|
|
990
|
+
PagerAllModule.decorators = [
|
|
991
|
+
{ type: NgModule, args: [{
|
|
992
|
+
imports: [CommonModule, PagerModule],
|
|
993
|
+
exports: [
|
|
994
|
+
PagerModule
|
|
995
|
+
],
|
|
996
|
+
providers: []
|
|
997
|
+
},] },
|
|
998
|
+
];
|
|
999
|
+
/**
|
|
1000
|
+
* @nocollapse
|
|
1001
|
+
*/
|
|
1002
|
+
PagerAllModule.ctorParameters = function () { return []; };
|
|
1003
|
+
/**
|
|
1004
|
+
* Generated bundle index. Do not edit.
|
|
1005
|
+
*/
|
|
1006
|
+
export { StackedColumnDirective, StackedColumnsDirective, ColumnDirective, ColumnsDirective, AggregateColumnDirective, AggregateColumnsDirective, AggregateDirective, AggregatesDirective, GridComponent, GridModule, GridAllModule, FilterService, PageService, SelectionService, SortService, GroupService, ReorderService, RowDDService, DetailRowService, ToolbarService, AggregateService, SearchService, VirtualScrollService, EditService, ResizeService, ExcelExportService, PdfExportService, CommandColumnService, ContextMenuService, FreezeService, ColumnMenuService, ColumnChooserService, ForeignKeyService, InfiniteScrollService, LazyLoadGroupService, PagerComponent, PagerModule, PagerAllModule, inputs as ɵa, outputs$4 as ɵb, inputs$1 as ɵc, outputs$5 as ɵd };
|
|
1007
|
+
export { CheckBoxFilterBase, ExcelFilterBase, SortDescriptor, SortSettings, Predicate, InfiniteScrollSettings, FilterSettings, SelectionSettings, SearchSettings, RowDropSettings, TextWrapSettings, ResizeSettings, GroupSettings, EditSettings, LoadingIndicator, Grid, CellType, RenderType, ToolbarItem, ResponsiveDialogAction, ResponsiveToolbarAction, doesImplementInterface, valueAccessor, headerValueAccessor, getUpdateUsingRaf, isExportColumns, updateColumnTypeForExportColumns, updatecloneRow, getCollapsedRowsCount, recursive, iterateArrayOrObject, iterateExtend, templateCompiler, setStyleAndAttributes, extend, setColumnIndex, prepareColumns, setCssInGridPopUp, getActualProperties, parentsUntil, getElementIndex, inArray, getActualPropFromColl, removeElement, getPosition, getUid, appendChildren, parents, calculateAggregate, getScrollBarWidth, getRowHeight, getActualRowHeight, isComplexField, getComplexFieldID, getParsedFieldID, setComplexFieldID, isEditable, isCellHaveWidth, isActionPrevent, wrap, setFormatter, addRemoveActiveClasses, distinctStringValues, getFilterMenuPostion, getZIndexCalcualtion, toggleFilterUI, toogleCheckbox, setChecked, createCboxWithWrap, removeAddCboxClasses, refreshForeignData, getForeignData, getColumnByForeignKeyValue, padZero, getDatePredicate, isGroupAdaptive, getObject, getCustomDateFormat, getExpandedState, getPrintGridModel, extendObjWithFn, getPrototypesOfObj, measureColumnDepth, checkDepth, refreshFilteredColsUid, Global, getTransformValues, applyBiggerTheme, getScrollWidth, resetColspanGroupCaption, groupCaptionRowLeftRightPos, ensureLastRow, ensureFirstRow, isRowEnteredInGrid, getEditedDataIndex, eventPromise, getStateEventArgument, ispercentageWidth, resetRowIndex, resetCachedRowIndex, groupReorderRowObject, compareChanges, setRowElements, sliceElements, resetDialogAppend, isChildColumn, pushuid, frozenDirection, addFixedColumnBorder, applyStickyLeftRightPosition, resetColandRowSpanStickyPosition, getCellFromRow, addStickyColumnPosition, getCellsByTableName, getCellByColAndRowIndex, setValidationRuels, getNumberFormat, addBiggerDialog, performComplexDataOperation, setDisplayValue, addRemoveEventListener, createEditElement, getColumnModelByUid, getColumnModelByFieldName, registerEventHandlers, removeEventHandlers, clearReactVueTemplates, infiniteRemoveElements, infiniteAppendElements, getListHeight, getRowIndexFromElement, getParentIns, generateExpandPredicates, getPredicates, getGroupKeysAndFields, findCellIndex, capitalizeFirstLetter, checkIsVirtual, getVisiblePage, created, destroyed, load, rowDataBound, queryCellInfo, headerCellInfo, actionBegin, actionComplete, actionFailure, dataBound, rowSelecting, rowSelected, rowDeselecting, rowDeselected, cellSelecting, cellSelected, cellDeselecting, cellDeselected, columnSelecting, columnSelected, columnDeselecting, columnDeselected, columnDragStart, columnDrag, columnDrop, rowDragStartHelper, rowDragStart, rowDrag, rowDrop, beforePrint, printComplete, detailDataBound, toolbarClick, batchAdd, batchCancel, batchDelete, beforeBatchAdd, beforeBatchDelete, beforeBatchSave, beginEdit, cellEdit, cellSave, cellSaved, endAdd, endDelete, endEdit, recordDoubleClick, recordClick, beforeDataBound, beforeOpenColumnChooser, beforeOpenAdaptiveDialog, resizeStart, onResize, resizeStop, checkBoxChange, beforeCopy, beforePaste, beforeAutoFill, filterChoiceRequest, filterAfterOpen, filterBeforeOpen, filterSearchBegin, commandClick, exportGroupCaption, lazyLoadGroupExpand, lazyLoadGroupCollapse, initialLoad, initialEnd, dataReady, contentReady, uiUpdate, onEmpty, inBoundModelChanged, modelChanged, colGroupRefresh, headerRefreshed, pageBegin, pageComplete, sortBegin, sortComplete, filterBegin, filterComplete, searchBegin, searchComplete, reorderBegin, reorderComplete, rowDragAndDropBegin, rowDragAndDropComplete, groupBegin, groupComplete, ungroupBegin, ungroupComplete, groupAggregates, refreshFooterRenderer, refreshAggregateCell, refreshAggregates, rowSelectionBegin, rowSelectionComplete, columnSelectionBegin, columnSelectionComplete, cellSelectionBegin, cellSelectionComplete, destroyAutoFillElements, beforeCellFocused, cellFocused, keyPressed, click, destroy, columnVisibilityChanged, scroll, columnWidthChanged, columnPositionChanged, rowDragAndDrop, rowsAdded, rowsRemoved, columnDragStop, headerDrop, dataSourceModified, refreshComplete, refreshVirtualBlock, dblclick, toolbarRefresh, bulkSave, autoCol, tooltipDestroy, updateData, editBegin, editComplete, addBegin, addComplete, saveComplete, deleteBegin, deleteComplete, preventBatch, dialogDestroy, crudAction, addDeleteAction, destroyForm, doubleTap, beforeExcelExport, excelExportComplete, excelQueryCellInfo, excelHeaderQueryCellInfo, exportDetailDataBound, exportDetailTemplate, beforePdfExport, pdfExportComplete, pdfQueryCellInfo, pdfHeaderQueryCellInfo, accessPredicate, contextMenuClick, freezeRender, freezeRefresh, contextMenuOpen, contextMenuClose, columnMenuClick, columnMenuOpen, columnMenuClose, filterOpen, filterDialogCreated, filterMenuClose, initForeignKeyColumn, getForeignKeyData, generateQuery, showEmptyGrid, foreignKeyData, columnDataStateChange, dataStateChange, dataSourceChanged, rtlUpdated, beforeFragAppend, frozenHeight, textWrapRefresh, recordAdded, cancelBegin, editNextValCell, hierarchyPrint, expandChildGrid, printGridInit, exportRowDataBound, exportDataBound, rowPositionChanged, columnChooserOpened, batchForm, beforeStartEdit, beforeBatchCancel, batchEditFormRendered, partialRefresh, beforeCustomFilterOpen, customFilterOpen, selectVirtualRow, columnsPrepared, cBoxFltrBegin, cBoxFltrComplete, fltrPrevent, beforeFltrcMenuOpen, valCustomPlacement, filterCboxValue, componentRendered, restoreFocus, detailStateChange, detailIndentCellInfo, virtaulKeyHandler, virtaulCellFocus, virtualScrollEditActionBegin, virtualScrollEditSuccess, virtualScrollEditCancel, virtualScrollEdit, refreshVirtualCache, editReset, virtualScrollAddActionBegin, getVirtualData, refreshInfiniteModeBlocks, resetInfiniteBlocks, infiniteScrollHandler, infinitePageQuery, infiniteShowHide, appendInfiniteContent, removeInfiniteRows, setInfiniteCache, infiniteEditHandler, initialCollapse, getAggregateQuery, closeFilterDialog, columnChooserCancelBtnClick, getFilterBarOperator, resetColumns, pdfAggregateQueryCellInfo, excelAggregateQueryCellInfo, setGroupCache, lazyLoadScrollHandler, groupCollapse, beforeCheckboxRenderer, refreshHandlers, refreshFrozenColumns, setReorderDestinationElement, refreshVirtualFrozenHeight, setFreezeSelection, setInfiniteFrozenHeight, setInfiniteColFrozenHeight, beforeRefreshOnDataChange, immutableBatchCancel, refreshVirtualFrozenRows, checkScrollReset, refreshFrozenHeight, setHeightToFrozenElement, preventFrozenScrollRefresh, nextCellIndex, refreshInfiniteCurrentViewData, infiniteCrudCancel, filterDialogClose, refreshCustomFilterOkBtn, refreshCustomFilterClearBtn, renderResponsiveCmenu, filterCmenuSelect, customFilterClose, setFullScreenDialog, refreshExpandandCollapse, rowModeChange, enterKeyHandler, refreshVirtualMaxPage, setVirtualPageQuery, selectRowOnContextOpen, pagerRefresh, closeInline, closeBatch, closeEdit, resetVirtualFocus, afterContentRender, refreshVirtualEditFormCells, scrollToEdit, beforeCheckboxRendererQuery, createVirtualValidationForm, validateVirtualForm, destroyChildGrid, stickyScrollComplete, captionActionComplete, refreshInfinitePersistSelection, refreshInfiniteEditrowindex, afterFilterColumnMenuClose, beforeCheckboxfilterRenderer, commandColumnDestroy, batchCnfrmDlgCancel, refreshVirtualLazyLoadCache, refreshFrozenPosition, refreshResizePosition, refreshSplitFrozenColumn, renderResponsiveChangeAction, renderResponsiveColumnChooserDiv, showAddNewRowFocus, infiniteScrollComplete, lastRowCellBorderUpdated, columnChooserSearch, columnChooserClose, columnChooserUpdate, destroyEditForm, beforeDetailTemplateDetach, detachDetailTemplate, rowCell, gridHeader, gridContent, gridFooter, headerContent, movableContent, movableHeader, frozenContent, frozenHeader, content, table, row, gridChkBox, editedRow, addedRow, groupCaptionRow, changedRecords, addedRecords, deletedRecords, leftRight, frozenRight, frozenLeft, ariaColIndex, ariaRowIndex, tbody, colGroup, open, change, focus, create, beforeOpen, downArrow, upArrow, pageUp, pageDown, enter, shiftEnter, tab, shiftTab, initialFrozenColumnIndex, Data, Sort, Page, Selection, Filter, Search, Scroll, resizeClassList, Resize, Reorder, RowDD, Group, getCloneProperties, Print, DetailRow, Toolbar, Aggregate, summaryIterator, VirtualScroll, Edit, BatchEdit, InlineEdit, NormalEdit, DialogEdit, ColumnChooser, ExcelExport, PdfExport, ExportHelper, ExportValueFormatter, Clipboard, CommandColumn, CheckBoxFilter, menuClass, ContextMenu, Freeze, ColumnMenu, ExcelFilter, ForeignKey, Logger, detailLists, InfiniteScroll, LazyLoadGroup, Column, CommandColumnModel, GridColumn, StackedColumn, Row, Cell, HeaderRender, ContentRender, RowRenderer, CellRenderer, HeaderCellRenderer, FilterCellRenderer, StackedHeaderCellRenderer, Render, IndentCellRenderer, GroupCaptionCellRenderer, GroupCaptionEmptyCellRenderer, BatchEditRender, DialogEditRender, InlineEditRender, EditRender, BooleanEditCell, DefaultEditCell, DropDownEditCell, NumericEditCell, DatePickerEditCell, CommandColumnRenderer, StringFilterUI, NumberFilterUI, DateFilterUI, BooleanFilterUI, FlMenuOptrUI, AutoCompleteEditCell, ComboboxEditCell, MultiSelectEditCell, TimePickerEditCell, ToggleEditCell, MaskedTextBoxCellEdit, VirtualContentRenderer, VirtualHeaderRenderer, VirtualElementHandler, GroupLazyLoadRenderer, ResponsiveDialogRenderer, EditCellBase, CellRendererFactory, ServiceLocator, RowModelGenerator, GroupModelGenerator, ValueFormatter, VirtualRowModelGenerator, InterSectionObserver, Pager, ExternalMessage, NumericContainer, PagerMessage, PagerDropDown } from '@syncfusion/ej2-grids';
|
|
1008
|
+
//# sourceMappingURL=ej2-angular-grids.es5.js.map
|