@syncfusion/ej2-angular-pivotview 31.1.20 → 31.1.21-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-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +1 -1
- package/dist/ej2-angular-pivotview.umd.js +736 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +12 -25
- package/public_api.d.ts +1 -1
- package/schematics/collection.json +10 -19
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -3
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +7 -7
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +5 -11
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +48 -51
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +5 -11
- package/src/pivotview/pivotview-all.module.d.ts +19 -25
- package/src/pivotview/pivotview.component.d.ts +85 -88
- package/src/pivotview/pivotview.module.d.ts +5 -11
- package/styles/pivotfieldlist/material3-dark.scss +1 -1
- package/styles/pivotfieldlist/material3.scss +1 -1
- package/styles/pivotview/material3-dark.scss +1 -1
- package/styles/pivotview/material3.scss +1 -1
- package/CHANGELOG.md +0 -1010
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -351
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -351
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/index.ts +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.ts +0 -5
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -195
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -125
- package/schematics/generators/pivotview-default/schema.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/index.ts +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -195
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
- package/schematics/generators/pivotview-fieldlist/schema.ts +0 -3
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -0,0 +1,736 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-pivotview.umd.js
|
|
3
|
+
* version : 31.1.21
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
(function (global, factory) {
|
|
11
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-pivotview'), require('@angular/common')) :
|
|
12
|
+
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-pivotview', '@angular/common'], factory) :
|
|
13
|
+
(factory((global['ej2-angular-pivotview'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.pivotview,global.ng.common));
|
|
14
|
+
}(this, (function (exports,core,ej2AngularBase,ej2Pivotview,common) { 'use strict';
|
|
15
|
+
|
|
16
|
+
var __extends = (this && this.__extends) || (function () {
|
|
17
|
+
var extendStatics = Object.setPrototypeOf ||
|
|
18
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
19
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
20
|
+
return function (d, b) {
|
|
21
|
+
extendStatics(d, b);
|
|
22
|
+
function __() { this.constructor = d; }
|
|
23
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
24
|
+
};
|
|
25
|
+
})();
|
|
26
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
27
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
28
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
29
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
30
|
+
else
|
|
31
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
32
|
+
if (d = decorators[i])
|
|
33
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
34
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
35
|
+
};
|
|
36
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
37
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
38
|
+
return Reflect.metadata(k, v);
|
|
39
|
+
};
|
|
40
|
+
var inputs = ['aggregateTypes', 'allowCalculatedField', 'allowConditionalFormatting', 'allowDataCompression', 'allowDeferLayoutUpdate', 'allowDrillThrough', 'allowExcelExport', 'allowGrouping', 'allowNumberFormatting', 'allowPdfExport', 'cellTemplate', 'chartSettings', 'chartTypes', 'cssClass', 'dataSourceSettings', 'displayOption', 'editSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePaging', 'enablePersistence', 'enableRtl', 'enableValueSorting', 'enableVirtualization', 'exportAllPages', 'gridSettings', 'groupingBarSettings', 'height', 'hyperlinkSettings', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'maxRowsInDrillThrough', 'pageSettings', 'pagerSettings', 'pivotValues', 'showFieldList', 'showGroupingBar', 'showToolbar', 'showTooltip', 'showValuesButton', 'spinnerTemplate', 'toolbar', 'toolbarTemplate', 'tooltipTemplate', 'virtualScrollSettings', 'width'];
|
|
41
|
+
var outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'afterServiceInvoke', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeExport', 'beforeServiceInvoke', 'beginDrillThrough', 'calculatedFieldCreate', 'cellClick', 'cellSelected', 'cellSelecting', 'chartSeriesCreated', 'conditionalFormatting', 'created', 'dataBound', 'destroyed', 'drill', 'drillThrough', 'editCompleted', 'enginePopulated', 'enginePopulating', 'exportComplete', 'fetchReport', 'fieldDragStart', 'fieldDrop', 'fieldListRefreshed', 'fieldRemove', 'hyperlinkCellClick', 'load', 'loadReport', 'memberEditorOpen', 'memberFiltering', 'newReport', 'numberFormatting', 'onFieldDropped', 'onHeadersSort', 'onPdfCellRender', 'removeReport', 'renameReport', 'saveReport', 'toolbarClick', 'toolbarRender'];
|
|
42
|
+
var twoWays = [];
|
|
43
|
+
/**
|
|
44
|
+
* `ej-pivotview` represents the Angular Pivot Table Component.
|
|
45
|
+
* ```html
|
|
46
|
+
* <ej-pivotview></ej-pivotview>
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
exports.PivotViewComponent = /** @class */ (function (_super) {
|
|
50
|
+
__extends(PivotViewComponent, _super);
|
|
51
|
+
/**
|
|
52
|
+
* @param {?} ngEle
|
|
53
|
+
* @param {?} srenderer
|
|
54
|
+
* @param {?} viewContainerRef
|
|
55
|
+
* @param {?} injector
|
|
56
|
+
*/
|
|
57
|
+
function PivotViewComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
58
|
+
var _this = _super.call(this) || this;
|
|
59
|
+
_this.ngEle = ngEle;
|
|
60
|
+
_this.srenderer = srenderer;
|
|
61
|
+
_this.viewContainerRef = viewContainerRef;
|
|
62
|
+
_this.injector = injector;
|
|
63
|
+
_this.element = _this.ngEle.nativeElement;
|
|
64
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
65
|
+
try {
|
|
66
|
+
var mod = _this.injector.get('PivotViewGroupingBar');
|
|
67
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
68
|
+
_this.injectedModules.push(mod);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
catch (_a) { }
|
|
72
|
+
try {
|
|
73
|
+
var mod = _this.injector.get('PivotViewFieldList');
|
|
74
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
75
|
+
_this.injectedModules.push(mod);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
catch (_b) { }
|
|
79
|
+
try {
|
|
80
|
+
var mod = _this.injector.get('PivotViewCalculatedField');
|
|
81
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
82
|
+
_this.injectedModules.push(mod);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
catch (_c) { }
|
|
86
|
+
try {
|
|
87
|
+
var mod = _this.injector.get('PivotViewConditionalFormatting');
|
|
88
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
89
|
+
_this.injectedModules.push(mod);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
catch (_d) { }
|
|
93
|
+
try {
|
|
94
|
+
var mod = _this.injector.get('PivotViewVirtualScroll');
|
|
95
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
96
|
+
_this.injectedModules.push(mod);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
catch (_e) { }
|
|
100
|
+
try {
|
|
101
|
+
var mod = _this.injector.get('PivotViewDrillThrough');
|
|
102
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
103
|
+
_this.injectedModules.push(mod);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
catch (_f) { }
|
|
107
|
+
try {
|
|
108
|
+
var mod = _this.injector.get('PivotViewToolbar');
|
|
109
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
110
|
+
_this.injectedModules.push(mod);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
catch (_g) { }
|
|
114
|
+
try {
|
|
115
|
+
var mod = _this.injector.get('PivotViewPivotChart');
|
|
116
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
117
|
+
_this.injectedModules.push(mod);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
catch (_h) { }
|
|
121
|
+
try {
|
|
122
|
+
var mod = _this.injector.get('PivotViewPDFExport');
|
|
123
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
124
|
+
_this.injectedModules.push(mod);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
catch (_j) { }
|
|
128
|
+
try {
|
|
129
|
+
var mod = _this.injector.get('PivotViewExcelExport');
|
|
130
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
131
|
+
_this.injectedModules.push(mod);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
catch (_k) { }
|
|
135
|
+
try {
|
|
136
|
+
var mod = _this.injector.get('PivotViewNumberFormatting');
|
|
137
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
138
|
+
_this.injectedModules.push(mod);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
catch (_l) { }
|
|
142
|
+
try {
|
|
143
|
+
var mod = _this.injector.get('PivotViewGrouping');
|
|
144
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
145
|
+
_this.injectedModules.push(mod);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
catch (_m) { }
|
|
149
|
+
try {
|
|
150
|
+
var mod = _this.injector.get('PivotViewPager');
|
|
151
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
152
|
+
_this.injectedModules.push(mod);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
catch (_o) { }
|
|
156
|
+
_this.registerEvents(outputs);
|
|
157
|
+
_this.addTwoWay.call(_this, twoWays);
|
|
158
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
159
|
+
_this.context = new ej2AngularBase.ComponentBase();
|
|
160
|
+
return _this;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* @return {?}
|
|
164
|
+
*/
|
|
165
|
+
PivotViewComponent.prototype.ngOnInit = function () {
|
|
166
|
+
this.context.ngOnInit(this);
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* @return {?}
|
|
170
|
+
*/
|
|
171
|
+
PivotViewComponent.prototype.ngAfterViewInit = function () {
|
|
172
|
+
this.context.ngAfterViewInit(this);
|
|
173
|
+
};
|
|
174
|
+
/**
|
|
175
|
+
* @return {?}
|
|
176
|
+
*/
|
|
177
|
+
PivotViewComponent.prototype.ngOnDestroy = function () {
|
|
178
|
+
this.context.ngOnDestroy(this);
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* @return {?}
|
|
182
|
+
*/
|
|
183
|
+
PivotViewComponent.prototype.ngAfterContentChecked = function () {
|
|
184
|
+
this.context.ngAfterContentChecked(this);
|
|
185
|
+
};
|
|
186
|
+
return PivotViewComponent;
|
|
187
|
+
}(ej2Pivotview.PivotView));
|
|
188
|
+
exports.PivotViewComponent.decorators = [
|
|
189
|
+
{ type: core.Component, args: [{
|
|
190
|
+
selector: 'ejs-pivotview',
|
|
191
|
+
inputs: inputs,
|
|
192
|
+
outputs: outputs,
|
|
193
|
+
template: '',
|
|
194
|
+
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
195
|
+
queries: {}
|
|
196
|
+
},] },
|
|
197
|
+
];
|
|
198
|
+
/**
|
|
199
|
+
* @nocollapse
|
|
200
|
+
*/
|
|
201
|
+
exports.PivotViewComponent.ctorParameters = function () { return [
|
|
202
|
+
{ type: core.ElementRef, },
|
|
203
|
+
{ type: core.Renderer2, },
|
|
204
|
+
{ type: core.ViewContainerRef, },
|
|
205
|
+
{ type: core.Injector, },
|
|
206
|
+
]; };
|
|
207
|
+
exports.PivotViewComponent.propDecorators = {
|
|
208
|
+
'cellTemplate': [{ type: core.ContentChild, args: ['cellTemplate',] },],
|
|
209
|
+
'tooltipTemplate': [{ type: core.ContentChild, args: ['tooltipTemplate',] },],
|
|
210
|
+
};
|
|
211
|
+
__decorate([
|
|
212
|
+
ej2AngularBase.Template(),
|
|
213
|
+
__metadata("design:type", Object)
|
|
214
|
+
], exports.PivotViewComponent.prototype, "cellTemplate", void 0);
|
|
215
|
+
__decorate([
|
|
216
|
+
ej2AngularBase.Template(),
|
|
217
|
+
__metadata("design:type", Object)
|
|
218
|
+
], exports.PivotViewComponent.prototype, "tooltipTemplate", void 0);
|
|
219
|
+
exports.PivotViewComponent = __decorate([
|
|
220
|
+
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
221
|
+
__metadata("design:paramtypes", [core.ElementRef,
|
|
222
|
+
core.Renderer2,
|
|
223
|
+
core.ViewContainerRef,
|
|
224
|
+
core.Injector])
|
|
225
|
+
], exports.PivotViewComponent);
|
|
226
|
+
/**
|
|
227
|
+
* NgModule definition for the PivotView component.
|
|
228
|
+
*/
|
|
229
|
+
var PivotViewModule = /** @class */ (function () {
|
|
230
|
+
function PivotViewModule() {
|
|
231
|
+
}
|
|
232
|
+
return PivotViewModule;
|
|
233
|
+
}());
|
|
234
|
+
PivotViewModule.decorators = [
|
|
235
|
+
{ type: core.NgModule, args: [{
|
|
236
|
+
imports: [common.CommonModule],
|
|
237
|
+
declarations: [
|
|
238
|
+
exports.PivotViewComponent
|
|
239
|
+
],
|
|
240
|
+
exports: [
|
|
241
|
+
exports.PivotViewComponent
|
|
242
|
+
]
|
|
243
|
+
},] },
|
|
244
|
+
];
|
|
245
|
+
/**
|
|
246
|
+
* @nocollapse
|
|
247
|
+
*/
|
|
248
|
+
PivotViewModule.ctorParameters = function () { return []; };
|
|
249
|
+
var GroupingBarService = { provide: 'PivotViewGroupingBar', useValue: ej2Pivotview.GroupingBar };
|
|
250
|
+
var FieldListService = { provide: 'PivotViewFieldList', useValue: ej2Pivotview.FieldList };
|
|
251
|
+
var CalculatedFieldService = { provide: 'PivotViewCalculatedField', useValue: ej2Pivotview.CalculatedField };
|
|
252
|
+
var ConditionalFormattingService = { provide: 'PivotViewConditionalFormatting', useValue: ej2Pivotview.ConditionalFormatting };
|
|
253
|
+
var VirtualScrollService = { provide: 'PivotViewVirtualScroll', useValue: ej2Pivotview.VirtualScroll };
|
|
254
|
+
var DrillThroughService = { provide: 'PivotViewDrillThrough', useValue: ej2Pivotview.DrillThrough };
|
|
255
|
+
var ToolbarService = { provide: 'PivotViewToolbar', useValue: ej2Pivotview.Toolbar };
|
|
256
|
+
var PivotChartService = { provide: 'PivotViewPivotChart', useValue: ej2Pivotview.PivotChart };
|
|
257
|
+
var PDFExportService = { provide: 'PivotViewPDFExport', useValue: ej2Pivotview.PDFExport };
|
|
258
|
+
var ExcelExportService = { provide: 'PivotViewExcelExport', useValue: ej2Pivotview.ExcelExport };
|
|
259
|
+
var NumberFormattingService = { provide: 'PivotViewNumberFormatting', useValue: ej2Pivotview.NumberFormatting };
|
|
260
|
+
var GroupingService = { provide: 'PivotViewGrouping', useValue: ej2Pivotview.Grouping };
|
|
261
|
+
var PagerService = { provide: 'PivotViewPager', useValue: ej2Pivotview.Pager };
|
|
262
|
+
/**
|
|
263
|
+
* NgModule definition for the PivotView component with providers.
|
|
264
|
+
*/
|
|
265
|
+
var PivotViewAllModule = /** @class */ (function () {
|
|
266
|
+
function PivotViewAllModule() {
|
|
267
|
+
}
|
|
268
|
+
return PivotViewAllModule;
|
|
269
|
+
}());
|
|
270
|
+
PivotViewAllModule.decorators = [
|
|
271
|
+
{ type: core.NgModule, args: [{
|
|
272
|
+
imports: [common.CommonModule, PivotViewModule],
|
|
273
|
+
exports: [
|
|
274
|
+
PivotViewModule
|
|
275
|
+
],
|
|
276
|
+
providers: [
|
|
277
|
+
GroupingBarService,
|
|
278
|
+
FieldListService,
|
|
279
|
+
CalculatedFieldService,
|
|
280
|
+
ConditionalFormattingService,
|
|
281
|
+
VirtualScrollService,
|
|
282
|
+
DrillThroughService,
|
|
283
|
+
ToolbarService,
|
|
284
|
+
PivotChartService,
|
|
285
|
+
PDFExportService,
|
|
286
|
+
ExcelExportService,
|
|
287
|
+
NumberFormattingService,
|
|
288
|
+
GroupingService,
|
|
289
|
+
PagerService
|
|
290
|
+
]
|
|
291
|
+
},] },
|
|
292
|
+
];
|
|
293
|
+
/**
|
|
294
|
+
* @nocollapse
|
|
295
|
+
*/
|
|
296
|
+
PivotViewAllModule.ctorParameters = function () { return []; };
|
|
297
|
+
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
298
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
299
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
300
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
301
|
+
else
|
|
302
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
303
|
+
if (d = decorators[i])
|
|
304
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
305
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
306
|
+
};
|
|
307
|
+
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
308
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
309
|
+
return Reflect.metadata(k, v);
|
|
310
|
+
};
|
|
311
|
+
var inputs$1 = ['aggregateTypes', 'allowCalculatedField', 'allowDeferLayoutUpdate', 'cssClass', 'currencyCode', 'dataSourceSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'renderMode', 'showValuesButton', 'spinnerTemplate', 'target'];
|
|
312
|
+
var outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'afterServiceInvoke', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeServiceInvoke', 'calculatedFieldCreate', 'created', 'dataBound', 'destroyed', 'enginePopulated', 'enginePopulating', 'fieldDragStart', 'fieldDrop', 'fieldRemove', 'load', 'memberEditorOpen', 'memberFiltering', 'onFieldDropped', 'onHeadersSort'];
|
|
313
|
+
var twoWays$1 = [];
|
|
314
|
+
/**
|
|
315
|
+
* `ej-pivotfieldlist` represents the Angular PivotFieldList Component.
|
|
316
|
+
* ```html
|
|
317
|
+
* <ej-pivotfieldlist></ej-pivotfieldlist>
|
|
318
|
+
* ```
|
|
319
|
+
*/
|
|
320
|
+
exports.PivotFieldListComponent = /** @class */ (function (_super) {
|
|
321
|
+
__extends(PivotFieldListComponent, _super);
|
|
322
|
+
/**
|
|
323
|
+
* @param {?} ngEle
|
|
324
|
+
* @param {?} srenderer
|
|
325
|
+
* @param {?} viewContainerRef
|
|
326
|
+
* @param {?} injector
|
|
327
|
+
*/
|
|
328
|
+
function PivotFieldListComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
329
|
+
var _this = _super.call(this) || this;
|
|
330
|
+
_this.ngEle = ngEle;
|
|
331
|
+
_this.srenderer = srenderer;
|
|
332
|
+
_this.viewContainerRef = viewContainerRef;
|
|
333
|
+
_this.injector = injector;
|
|
334
|
+
_this.element = _this.ngEle.nativeElement;
|
|
335
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
336
|
+
try {
|
|
337
|
+
var mod = _this.injector.get('PivotViewCalculatedField');
|
|
338
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
339
|
+
_this.injectedModules.push(mod);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
catch (_a) { }
|
|
343
|
+
_this.registerEvents(outputs$1);
|
|
344
|
+
_this.addTwoWay.call(_this, twoWays$1);
|
|
345
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
346
|
+
_this.context = new ej2AngularBase.ComponentBase();
|
|
347
|
+
return _this;
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* @return {?}
|
|
351
|
+
*/
|
|
352
|
+
PivotFieldListComponent.prototype.ngOnInit = function () {
|
|
353
|
+
this.context.ngOnInit(this);
|
|
354
|
+
};
|
|
355
|
+
/**
|
|
356
|
+
* @return {?}
|
|
357
|
+
*/
|
|
358
|
+
PivotFieldListComponent.prototype.ngAfterViewInit = function () {
|
|
359
|
+
this.context.ngAfterViewInit(this);
|
|
360
|
+
};
|
|
361
|
+
/**
|
|
362
|
+
* @return {?}
|
|
363
|
+
*/
|
|
364
|
+
PivotFieldListComponent.prototype.ngOnDestroy = function () {
|
|
365
|
+
this.context.ngOnDestroy(this);
|
|
366
|
+
};
|
|
367
|
+
/**
|
|
368
|
+
* @return {?}
|
|
369
|
+
*/
|
|
370
|
+
PivotFieldListComponent.prototype.ngAfterContentChecked = function () {
|
|
371
|
+
this.context.ngAfterContentChecked(this);
|
|
372
|
+
};
|
|
373
|
+
return PivotFieldListComponent;
|
|
374
|
+
}(ej2Pivotview.PivotFieldList));
|
|
375
|
+
exports.PivotFieldListComponent.decorators = [
|
|
376
|
+
{ type: core.Component, args: [{
|
|
377
|
+
selector: 'ejs-pivotfieldlist',
|
|
378
|
+
inputs: inputs$1,
|
|
379
|
+
outputs: outputs$1,
|
|
380
|
+
template: '',
|
|
381
|
+
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
382
|
+
queries: {}
|
|
383
|
+
},] },
|
|
384
|
+
];
|
|
385
|
+
/**
|
|
386
|
+
* @nocollapse
|
|
387
|
+
*/
|
|
388
|
+
exports.PivotFieldListComponent.ctorParameters = function () { return [
|
|
389
|
+
{ type: core.ElementRef, },
|
|
390
|
+
{ type: core.Renderer2, },
|
|
391
|
+
{ type: core.ViewContainerRef, },
|
|
392
|
+
{ type: core.Injector, },
|
|
393
|
+
]; };
|
|
394
|
+
exports.PivotFieldListComponent = __decorate$1([
|
|
395
|
+
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
396
|
+
__metadata$1("design:paramtypes", [core.ElementRef,
|
|
397
|
+
core.Renderer2,
|
|
398
|
+
core.ViewContainerRef,
|
|
399
|
+
core.Injector])
|
|
400
|
+
], exports.PivotFieldListComponent);
|
|
401
|
+
/**
|
|
402
|
+
* NgModule definition for the PivotFieldList component.
|
|
403
|
+
*/
|
|
404
|
+
var PivotFieldListModule = /** @class */ (function () {
|
|
405
|
+
function PivotFieldListModule() {
|
|
406
|
+
}
|
|
407
|
+
return PivotFieldListModule;
|
|
408
|
+
}());
|
|
409
|
+
PivotFieldListModule.decorators = [
|
|
410
|
+
{ type: core.NgModule, args: [{
|
|
411
|
+
imports: [common.CommonModule],
|
|
412
|
+
declarations: [
|
|
413
|
+
exports.PivotFieldListComponent
|
|
414
|
+
],
|
|
415
|
+
exports: [
|
|
416
|
+
exports.PivotFieldListComponent
|
|
417
|
+
]
|
|
418
|
+
},] },
|
|
419
|
+
];
|
|
420
|
+
/**
|
|
421
|
+
* @nocollapse
|
|
422
|
+
*/
|
|
423
|
+
PivotFieldListModule.ctorParameters = function () { return []; };
|
|
424
|
+
/**
|
|
425
|
+
* NgModule definition for the PivotFieldList component with providers.
|
|
426
|
+
*/
|
|
427
|
+
var PivotFieldListAllModule = /** @class */ (function () {
|
|
428
|
+
function PivotFieldListAllModule() {
|
|
429
|
+
}
|
|
430
|
+
return PivotFieldListAllModule;
|
|
431
|
+
}());
|
|
432
|
+
PivotFieldListAllModule.decorators = [
|
|
433
|
+
{ type: core.NgModule, args: [{
|
|
434
|
+
imports: [common.CommonModule, PivotFieldListModule],
|
|
435
|
+
exports: [
|
|
436
|
+
PivotFieldListModule
|
|
437
|
+
],
|
|
438
|
+
providers: []
|
|
439
|
+
},] },
|
|
440
|
+
];
|
|
441
|
+
/**
|
|
442
|
+
* @nocollapse
|
|
443
|
+
*/
|
|
444
|
+
PivotFieldListAllModule.ctorParameters = function () { return []; };
|
|
445
|
+
|
|
446
|
+
exports.PivotViewModule = PivotViewModule;
|
|
447
|
+
exports.PivotViewAllModule = PivotViewAllModule;
|
|
448
|
+
exports.GroupingBarService = GroupingBarService;
|
|
449
|
+
exports.FieldListService = FieldListService;
|
|
450
|
+
exports.CalculatedFieldService = CalculatedFieldService;
|
|
451
|
+
exports.ConditionalFormattingService = ConditionalFormattingService;
|
|
452
|
+
exports.VirtualScrollService = VirtualScrollService;
|
|
453
|
+
exports.DrillThroughService = DrillThroughService;
|
|
454
|
+
exports.ToolbarService = ToolbarService;
|
|
455
|
+
exports.PivotChartService = PivotChartService;
|
|
456
|
+
exports.PDFExportService = PDFExportService;
|
|
457
|
+
exports.ExcelExportService = ExcelExportService;
|
|
458
|
+
exports.NumberFormattingService = NumberFormattingService;
|
|
459
|
+
exports.GroupingService = GroupingService;
|
|
460
|
+
exports.PagerService = PagerService;
|
|
461
|
+
exports.PivotFieldListModule = PivotFieldListModule;
|
|
462
|
+
exports.PivotFieldListAllModule = PivotFieldListAllModule;
|
|
463
|
+
exports.ɵc = inputs$1;
|
|
464
|
+
exports.ɵd = outputs$1;
|
|
465
|
+
exports.ɵa = inputs;
|
|
466
|
+
exports.ɵb = outputs;
|
|
467
|
+
exports.GroupingBarSettings = ej2Pivotview.GroupingBarSettings;
|
|
468
|
+
exports.CellEditSettings = ej2Pivotview.CellEditSettings;
|
|
469
|
+
exports.ConditionalSettings = ej2Pivotview.ConditionalSettings;
|
|
470
|
+
exports.HyperlinkSettings = ej2Pivotview.HyperlinkSettings;
|
|
471
|
+
exports.PageSettings = ej2Pivotview.PageSettings;
|
|
472
|
+
exports.PagerSettings = ej2Pivotview.PagerSettings;
|
|
473
|
+
exports.DisplayOption = ej2Pivotview.DisplayOption;
|
|
474
|
+
exports.VirtualScrollSettings = ej2Pivotview.VirtualScrollSettings;
|
|
475
|
+
exports.PivotView = ej2Pivotview.PivotView;
|
|
476
|
+
exports.Render = ej2Pivotview.Render;
|
|
477
|
+
exports.ExcelExport = ej2Pivotview.ExcelExport;
|
|
478
|
+
exports.PDFExport = ej2Pivotview.PDFExport;
|
|
479
|
+
exports.KeyboardInteraction = ej2Pivotview.KeyboardInteraction;
|
|
480
|
+
exports.VirtualScroll = ej2Pivotview.VirtualScroll;
|
|
481
|
+
exports.DrillThrough = ej2Pivotview.DrillThrough;
|
|
482
|
+
exports.Pager = ej2Pivotview.Pager;
|
|
483
|
+
exports.PivotChart = ej2Pivotview.PivotChart;
|
|
484
|
+
exports.PivotFieldList = ej2Pivotview.PivotFieldList;
|
|
485
|
+
exports.TreeViewRenderer = ej2Pivotview.TreeViewRenderer;
|
|
486
|
+
exports.AxisFieldRenderer = ej2Pivotview.AxisFieldRenderer;
|
|
487
|
+
exports.AxisTableRenderer = ej2Pivotview.AxisTableRenderer;
|
|
488
|
+
exports.DialogRenderer = ej2Pivotview.DialogRenderer;
|
|
489
|
+
exports.EventBase = ej2Pivotview.EventBase;
|
|
490
|
+
exports.NodeStateModified = ej2Pivotview.NodeStateModified;
|
|
491
|
+
exports.DataSourceUpdate = ej2Pivotview.DataSourceUpdate;
|
|
492
|
+
exports.FieldList = ej2Pivotview.FieldList;
|
|
493
|
+
exports.CommonKeyboardInteraction = ej2Pivotview.CommonKeyboardInteraction;
|
|
494
|
+
exports.Common = ej2Pivotview.Common;
|
|
495
|
+
exports.GroupingBar = ej2Pivotview.GroupingBar;
|
|
496
|
+
exports.CalculatedField = ej2Pivotview.CalculatedField;
|
|
497
|
+
exports.ConditionalFormatting = ej2Pivotview.ConditionalFormatting;
|
|
498
|
+
exports.PivotCommon = ej2Pivotview.PivotCommon;
|
|
499
|
+
exports.load = ej2Pivotview.load;
|
|
500
|
+
exports.enginePopulating = ej2Pivotview.enginePopulating;
|
|
501
|
+
exports.enginePopulated = ej2Pivotview.enginePopulated;
|
|
502
|
+
exports.onFieldDropped = ej2Pivotview.onFieldDropped;
|
|
503
|
+
exports.fieldDrop = ej2Pivotview.fieldDrop;
|
|
504
|
+
exports.beforePivotTableRender = ej2Pivotview.beforePivotTableRender;
|
|
505
|
+
exports.afterPivotTableRender = ej2Pivotview.afterPivotTableRender;
|
|
506
|
+
exports.beforeExport = ej2Pivotview.beforeExport;
|
|
507
|
+
exports.exportComplete = ej2Pivotview.exportComplete;
|
|
508
|
+
exports.excelHeaderQueryCellInfo = ej2Pivotview.excelHeaderQueryCellInfo;
|
|
509
|
+
exports.pdfHeaderQueryCellInfo = ej2Pivotview.pdfHeaderQueryCellInfo;
|
|
510
|
+
exports.excelQueryCellInfo = ej2Pivotview.excelQueryCellInfo;
|
|
511
|
+
exports.pdfQueryCellInfo = ej2Pivotview.pdfQueryCellInfo;
|
|
512
|
+
exports.onPdfCellRender = ej2Pivotview.onPdfCellRender;
|
|
513
|
+
exports.dataBound = ej2Pivotview.dataBound;
|
|
514
|
+
exports.queryCellInfo = ej2Pivotview.queryCellInfo;
|
|
515
|
+
exports.headerCellInfo = ej2Pivotview.headerCellInfo;
|
|
516
|
+
exports.hyperlinkCellClick = ej2Pivotview.hyperlinkCellClick;
|
|
517
|
+
exports.resizing = ej2Pivotview.resizing;
|
|
518
|
+
exports.resizeStop = ej2Pivotview.resizeStop;
|
|
519
|
+
exports.cellClick = ej2Pivotview.cellClick;
|
|
520
|
+
exports.drillThrough = ej2Pivotview.drillThrough;
|
|
521
|
+
exports.beforeColumnsRender = ej2Pivotview.beforeColumnsRender;
|
|
522
|
+
exports.selected = ej2Pivotview.selected;
|
|
523
|
+
exports.selecting = ej2Pivotview.selecting;
|
|
524
|
+
exports.cellSelecting = ej2Pivotview.cellSelecting;
|
|
525
|
+
exports.drill = ej2Pivotview.drill;
|
|
526
|
+
exports.cellSelected = ej2Pivotview.cellSelected;
|
|
527
|
+
exports.cellDeselected = ej2Pivotview.cellDeselected;
|
|
528
|
+
exports.rowSelected = ej2Pivotview.rowSelected;
|
|
529
|
+
exports.rowDeselected = ej2Pivotview.rowDeselected;
|
|
530
|
+
exports.beginDrillThrough = ej2Pivotview.beginDrillThrough;
|
|
531
|
+
exports.editCompleted = ej2Pivotview.editCompleted;
|
|
532
|
+
exports.multiLevelLabelClick = ej2Pivotview.multiLevelLabelClick;
|
|
533
|
+
exports.saveReport = ej2Pivotview.saveReport;
|
|
534
|
+
exports.fetchReport = ej2Pivotview.fetchReport;
|
|
535
|
+
exports.loadReport = ej2Pivotview.loadReport;
|
|
536
|
+
exports.renameReport = ej2Pivotview.renameReport;
|
|
537
|
+
exports.removeReport = ej2Pivotview.removeReport;
|
|
538
|
+
exports.newReport = ej2Pivotview.newReport;
|
|
539
|
+
exports.toolbarRender = ej2Pivotview.toolbarRender;
|
|
540
|
+
exports.toolbarClick = ej2Pivotview.toolbarClick;
|
|
541
|
+
exports.chartTooltipRender = ej2Pivotview.chartTooltipRender;
|
|
542
|
+
exports.chartLegendClick = ej2Pivotview.chartLegendClick;
|
|
543
|
+
exports.chartLoaded = ej2Pivotview.chartLoaded;
|
|
544
|
+
exports.multiLevelLabelRender = ej2Pivotview.multiLevelLabelRender;
|
|
545
|
+
exports.beforePrint = ej2Pivotview.beforePrint;
|
|
546
|
+
exports.animationComplete = ej2Pivotview.animationComplete;
|
|
547
|
+
exports.legendRender = ej2Pivotview.legendRender;
|
|
548
|
+
exports.textRender = ej2Pivotview.textRender;
|
|
549
|
+
exports.pointRender = ej2Pivotview.pointRender;
|
|
550
|
+
exports.seriesRender = ej2Pivotview.seriesRender;
|
|
551
|
+
exports.chartMouseMove = ej2Pivotview.chartMouseMove;
|
|
552
|
+
exports.chartMouseClick = ej2Pivotview.chartMouseClick;
|
|
553
|
+
exports.pointMove = ej2Pivotview.pointMove;
|
|
554
|
+
exports.chartMouseLeave = ej2Pivotview.chartMouseLeave;
|
|
555
|
+
exports.chartMouseDown = ej2Pivotview.chartMouseDown;
|
|
556
|
+
exports.chartMouseUp = ej2Pivotview.chartMouseUp;
|
|
557
|
+
exports.dragComplete = ej2Pivotview.dragComplete;
|
|
558
|
+
exports.zoomComplete = ej2Pivotview.zoomComplete;
|
|
559
|
+
exports.scrollStart = ej2Pivotview.scrollStart;
|
|
560
|
+
exports.scrollEnd = ej2Pivotview.scrollEnd;
|
|
561
|
+
exports.scrollChanged = ej2Pivotview.scrollChanged;
|
|
562
|
+
exports.chartLoad = ej2Pivotview.chartLoad;
|
|
563
|
+
exports.chartResized = ej2Pivotview.chartResized;
|
|
564
|
+
exports.chartAxisLabelRender = ej2Pivotview.chartAxisLabelRender;
|
|
565
|
+
exports.chartSeriesCreated = ej2Pivotview.chartSeriesCreated;
|
|
566
|
+
exports.aggregateCellInfo = ej2Pivotview.aggregateCellInfo;
|
|
567
|
+
exports.onHeadersSort = ej2Pivotview.onHeadersSort;
|
|
568
|
+
exports.contextMenuClick = ej2Pivotview.contextMenuClick;
|
|
569
|
+
exports.contextMenuOpen = ej2Pivotview.contextMenuOpen;
|
|
570
|
+
exports.fieldListRefreshed = ej2Pivotview.fieldListRefreshed;
|
|
571
|
+
exports.conditionalFormatting = ej2Pivotview.conditionalFormatting;
|
|
572
|
+
exports.beforePdfExport = ej2Pivotview.beforePdfExport;
|
|
573
|
+
exports.beforeExcelExport = ej2Pivotview.beforeExcelExport;
|
|
574
|
+
exports.memberFiltering = ej2Pivotview.memberFiltering;
|
|
575
|
+
exports.calculatedFieldCreate = ej2Pivotview.calculatedFieldCreate;
|
|
576
|
+
exports.memberEditorOpen = ej2Pivotview.memberEditorOpen;
|
|
577
|
+
exports.fieldRemove = ej2Pivotview.fieldRemove;
|
|
578
|
+
exports.numberFormatting = ej2Pivotview.numberFormatting;
|
|
579
|
+
exports.aggregateMenuOpen = ej2Pivotview.aggregateMenuOpen;
|
|
580
|
+
exports.fieldDragStart = ej2Pivotview.fieldDragStart;
|
|
581
|
+
exports.chartPointClick = ej2Pivotview.chartPointClick;
|
|
582
|
+
exports.beforeServiceInvoke = ej2Pivotview.beforeServiceInvoke;
|
|
583
|
+
exports.afterServiceInvoke = ej2Pivotview.afterServiceInvoke;
|
|
584
|
+
exports.actionBegin = ej2Pivotview.actionBegin;
|
|
585
|
+
exports.actionComplete = ej2Pivotview.actionComplete;
|
|
586
|
+
exports.actionFailure = ej2Pivotview.actionFailure;
|
|
587
|
+
exports.initialLoad = ej2Pivotview.initialLoad;
|
|
588
|
+
exports.uiUpdate = ej2Pivotview.uiUpdate;
|
|
589
|
+
exports.scroll = ej2Pivotview.scroll;
|
|
590
|
+
exports.verticalScroll = ej2Pivotview.verticalScroll;
|
|
591
|
+
exports.horizontalScroll = ej2Pivotview.horizontalScroll;
|
|
592
|
+
exports.contentReady = ej2Pivotview.contentReady;
|
|
593
|
+
exports.dataReady = ej2Pivotview.dataReady;
|
|
594
|
+
exports.initSubComponent = ej2Pivotview.initSubComponent;
|
|
595
|
+
exports.treeViewUpdate = ej2Pivotview.treeViewUpdate;
|
|
596
|
+
exports.pivotButtonUpdate = ej2Pivotview.pivotButtonUpdate;
|
|
597
|
+
exports.initCalculatedField = ej2Pivotview.initCalculatedField;
|
|
598
|
+
exports.click = ej2Pivotview.click;
|
|
599
|
+
exports.initToolbar = ej2Pivotview.initToolbar;
|
|
600
|
+
exports.initPivotPager = ej2Pivotview.initPivotPager;
|
|
601
|
+
exports.initFormatting = ej2Pivotview.initFormatting;
|
|
602
|
+
exports.initGrouping = ej2Pivotview.initGrouping;
|
|
603
|
+
exports.sortValue = ej2Pivotview.sortValue;
|
|
604
|
+
exports.drillUp = ej2Pivotview.drillUp;
|
|
605
|
+
exports.drillDown = ej2Pivotview.drillDown;
|
|
606
|
+
exports.addNewReport = ej2Pivotview.addNewReport;
|
|
607
|
+
exports.saveCurrentReport = ej2Pivotview.saveCurrentReport;
|
|
608
|
+
exports.saveAsCurrentReport = ej2Pivotview.saveAsCurrentReport;
|
|
609
|
+
exports.renameCurrentReport = ej2Pivotview.renameCurrentReport;
|
|
610
|
+
exports.removeCurrentReport = ej2Pivotview.removeCurrentReport;
|
|
611
|
+
exports.loadReports = ej2Pivotview.loadReports;
|
|
612
|
+
exports.openConditionalFormatting = ej2Pivotview.openConditionalFormatting;
|
|
613
|
+
exports.openNumberFormatting = ej2Pivotview.openNumberFormatting;
|
|
614
|
+
exports.MdxQuery = ej2Pivotview.MdxQuery;
|
|
615
|
+
exports.showFieldList = ej2Pivotview.showFieldList;
|
|
616
|
+
exports.tableView = ej2Pivotview.tableView;
|
|
617
|
+
exports.chartView = ej2Pivotview.chartView;
|
|
618
|
+
exports.multipleAxis = ej2Pivotview.multipleAxis;
|
|
619
|
+
exports.showLegend = ej2Pivotview.showLegend;
|
|
620
|
+
exports.pdfExport = ej2Pivotview.pdfExport;
|
|
621
|
+
exports.pngExport = ej2Pivotview.pngExport;
|
|
622
|
+
exports.excelExport = ej2Pivotview.excelExport;
|
|
623
|
+
exports.csvExport = ej2Pivotview.csvExport;
|
|
624
|
+
exports.jpegExport = ej2Pivotview.jpegExport;
|
|
625
|
+
exports.svgExport = ej2Pivotview.svgExport;
|
|
626
|
+
exports.hideSubTotals = ej2Pivotview.hideSubTotals;
|
|
627
|
+
exports.subTotalsRow = ej2Pivotview.subTotalsRow;
|
|
628
|
+
exports.subTotalsColumn = ej2Pivotview.subTotalsColumn;
|
|
629
|
+
exports.showSubTotals = ej2Pivotview.showSubTotals;
|
|
630
|
+
exports.hideGrandTotals = ej2Pivotview.hideGrandTotals;
|
|
631
|
+
exports.grandTotalsRow = ej2Pivotview.grandTotalsRow;
|
|
632
|
+
exports.grandTotalsColumn = ej2Pivotview.grandTotalsColumn;
|
|
633
|
+
exports.showGrandTotals = ej2Pivotview.showGrandTotals;
|
|
634
|
+
exports.numberFormattingMenu = ej2Pivotview.numberFormattingMenu;
|
|
635
|
+
exports.conditionalFormattingMenu = ej2Pivotview.conditionalFormattingMenu;
|
|
636
|
+
exports.reportChange = ej2Pivotview.reportChange;
|
|
637
|
+
exports.sortFieldTree = ej2Pivotview.sortFieldTree;
|
|
638
|
+
exports.editCalculatedField = ej2Pivotview.editCalculatedField;
|
|
639
|
+
exports.sortField = ej2Pivotview.sortField;
|
|
640
|
+
exports.filterField = ej2Pivotview.filterField;
|
|
641
|
+
exports.removeField = ej2Pivotview.removeField;
|
|
642
|
+
exports.openCalculatedField = ej2Pivotview.openCalculatedField;
|
|
643
|
+
exports.editRecord = ej2Pivotview.editRecord;
|
|
644
|
+
exports.saveEditedRecords = ej2Pivotview.saveEditedRecords;
|
|
645
|
+
exports.addNewRecord = ej2Pivotview.addNewRecord;
|
|
646
|
+
exports.removeRecord = ej2Pivotview.removeRecord;
|
|
647
|
+
exports.aggregateField = ej2Pivotview.aggregateField;
|
|
648
|
+
exports.contextMenuCalculatedField = ej2Pivotview.contextMenuCalculatedField;
|
|
649
|
+
exports.windowResize = ej2Pivotview.windowResize;
|
|
650
|
+
exports.rowPageNavigation = ej2Pivotview.rowPageNavigation;
|
|
651
|
+
exports.columnPageNavigation = ej2Pivotview.columnPageNavigation;
|
|
652
|
+
exports.calculatedFieldApplied = ej2Pivotview.calculatedFieldApplied;
|
|
653
|
+
exports.editedRecordsSaved = ej2Pivotview.editedRecordsSaved;
|
|
654
|
+
exports.newRecordAdded = ej2Pivotview.newRecordAdded;
|
|
655
|
+
exports.recordRemoved = ej2Pivotview.recordRemoved;
|
|
656
|
+
exports.closeFieldlist = ej2Pivotview.closeFieldlist;
|
|
657
|
+
exports.fieldTreeSorted = ej2Pivotview.fieldTreeSorted;
|
|
658
|
+
exports.reportSaved = ej2Pivotview.reportSaved;
|
|
659
|
+
exports.newReportAdded = ej2Pivotview.newReportAdded;
|
|
660
|
+
exports.reportReSaved = ej2Pivotview.reportReSaved;
|
|
661
|
+
exports.reportRenamed = ej2Pivotview.reportRenamed;
|
|
662
|
+
exports.reportRemoved = ej2Pivotview.reportRemoved;
|
|
663
|
+
exports.excelExported = ej2Pivotview.excelExported;
|
|
664
|
+
exports.csvExported = ej2Pivotview.csvExported;
|
|
665
|
+
exports.pdfExported = ej2Pivotview.pdfExported;
|
|
666
|
+
exports.pngExported = ej2Pivotview.pngExported;
|
|
667
|
+
exports.jpegExported = ej2Pivotview.jpegExported;
|
|
668
|
+
exports.svgExported = ej2Pivotview.svgExported;
|
|
669
|
+
exports.conditionallyFormatted = ej2Pivotview.conditionallyFormatted;
|
|
670
|
+
exports.numberFormatted = ej2Pivotview.numberFormatted;
|
|
671
|
+
exports.tableViewed = ej2Pivotview.tableViewed;
|
|
672
|
+
exports.chartViewed = ej2Pivotview.chartViewed;
|
|
673
|
+
exports.subTotalsHidden = ej2Pivotview.subTotalsHidden;
|
|
674
|
+
exports.subTotalsRowShown = ej2Pivotview.subTotalsRowShown;
|
|
675
|
+
exports.subTotalsColumnShown = ej2Pivotview.subTotalsColumnShown;
|
|
676
|
+
exports.subTotalsShown = ej2Pivotview.subTotalsShown;
|
|
677
|
+
exports.grandTotalsHidden = ej2Pivotview.grandTotalsHidden;
|
|
678
|
+
exports.grandTotalsRowShown = ej2Pivotview.grandTotalsRowShown;
|
|
679
|
+
exports.grandTotalsColumnShown = ej2Pivotview.grandTotalsColumnShown;
|
|
680
|
+
exports.grandTotalsShown = ej2Pivotview.grandTotalsShown;
|
|
681
|
+
exports.valueSorted = ej2Pivotview.valueSorted;
|
|
682
|
+
exports.calculatedFieldEdited = ej2Pivotview.calculatedFieldEdited;
|
|
683
|
+
exports.fieldSorted = ej2Pivotview.fieldSorted;
|
|
684
|
+
exports.fieldFiltered = ej2Pivotview.fieldFiltered;
|
|
685
|
+
exports.fieldRemoved = ej2Pivotview.fieldRemoved;
|
|
686
|
+
exports.fieldAggregated = ej2Pivotview.fieldAggregated;
|
|
687
|
+
exports.recordEdited = ej2Pivotview.recordEdited;
|
|
688
|
+
exports.reportChanged = ej2Pivotview.reportChanged;
|
|
689
|
+
exports.windowResized = ej2Pivotview.windowResized;
|
|
690
|
+
exports.recordUpdated = ej2Pivotview.recordUpdated;
|
|
691
|
+
exports.drillThroughClosed = ej2Pivotview.drillThroughClosed;
|
|
692
|
+
exports.verticalScrolled = ej2Pivotview.verticalScrolled;
|
|
693
|
+
exports.horizontalScrolled = ej2Pivotview.horizontalScrolled;
|
|
694
|
+
exports.rowPageNavigated = ej2Pivotview.rowPageNavigated;
|
|
695
|
+
exports.columnPageNavigated = ej2Pivotview.columnPageNavigated;
|
|
696
|
+
exports.actionDropped = ej2Pivotview.actionDropped;
|
|
697
|
+
exports.invalidFormula = ej2Pivotview.invalidFormula;
|
|
698
|
+
exports.axisLabelFont = ej2Pivotview.axisLabelFont;
|
|
699
|
+
exports.axisTitleFont = ej2Pivotview.axisTitleFont;
|
|
700
|
+
exports.chartTitleFont = ej2Pivotview.chartTitleFont;
|
|
701
|
+
exports.chartSubTitleFont = ej2Pivotview.chartSubTitleFont;
|
|
702
|
+
exports.crosshairLabelFont = ej2Pivotview.crosshairLabelFont;
|
|
703
|
+
exports.tooltipLabelFont = ej2Pivotview.tooltipLabelFont;
|
|
704
|
+
exports.legendLabelFont = ej2Pivotview.legendLabelFont;
|
|
705
|
+
exports.stripLineLabelFont = ej2Pivotview.stripLineLabelFont;
|
|
706
|
+
exports.stockEventFont = ej2Pivotview.stockEventFont;
|
|
707
|
+
exports.ErrorDialog = ej2Pivotview.ErrorDialog;
|
|
708
|
+
exports.FilterDialog = ej2Pivotview.FilterDialog;
|
|
709
|
+
exports.PivotContextMenu = ej2Pivotview.PivotContextMenu;
|
|
710
|
+
exports.AggregateMenu = ej2Pivotview.AggregateMenu;
|
|
711
|
+
exports.Toolbar = ej2Pivotview.Toolbar;
|
|
712
|
+
exports.NumberFormatting = ej2Pivotview.NumberFormatting;
|
|
713
|
+
exports.Grouping = ej2Pivotview.Grouping;
|
|
714
|
+
exports.PivotEngine = ej2Pivotview.PivotEngine;
|
|
715
|
+
exports.PivotUtil = ej2Pivotview.PivotUtil;
|
|
716
|
+
exports.OlapEngine = ej2Pivotview.OlapEngine;
|
|
717
|
+
exports.MDXQuery = ej2Pivotview.MDXQuery;
|
|
718
|
+
exports.FieldOptions = ej2Pivotview.FieldOptions;
|
|
719
|
+
exports.FieldListFieldOptions = ej2Pivotview.FieldListFieldOptions;
|
|
720
|
+
exports.Style = ej2Pivotview.Style;
|
|
721
|
+
exports.Filter = ej2Pivotview.Filter;
|
|
722
|
+
exports.ConditionalFormatSettings = ej2Pivotview.ConditionalFormatSettings;
|
|
723
|
+
exports.Sort = ej2Pivotview.Sort;
|
|
724
|
+
exports.FormatSettings = ej2Pivotview.FormatSettings;
|
|
725
|
+
exports.GroupSettings = ej2Pivotview.GroupSettings;
|
|
726
|
+
exports.CustomGroups = ej2Pivotview.CustomGroups;
|
|
727
|
+
exports.CalculatedFieldSettings = ej2Pivotview.CalculatedFieldSettings;
|
|
728
|
+
exports.DrillOptions = ej2Pivotview.DrillOptions;
|
|
729
|
+
exports.ValueSortSettings = ej2Pivotview.ValueSortSettings;
|
|
730
|
+
exports.Authentication = ej2Pivotview.Authentication;
|
|
731
|
+
exports.DataSourceSettings = ej2Pivotview.DataSourceSettings;
|
|
732
|
+
|
|
733
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
734
|
+
|
|
735
|
+
})));
|
|
736
|
+
//# sourceMappingURL=ej2-angular-pivotview.umd.js.map
|