@syncfusion/ej2-angular-pivotview 29.2.10-ngcc → 30.1.37-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.
@@ -1,439 +1,439 @@
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, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
- import { ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
- import { CalculatedField, ConditionalFormatting, DrillThrough, ExcelExport, FieldList, Grouping, GroupingBar, NumberFormatting, PDFExport, Pager, PivotChart, PivotFieldList, PivotView, Toolbar, VirtualScroll } from '@syncfusion/ej2-pivotview';
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 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'];
30
- 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'];
31
- var twoWays = [];
32
- /**
33
- * `ej-pivotview` represents the Angular Pivot Table Component.
34
- * ```html
35
- * <ej-pivotview></ej-pivotview>
36
- * ```
37
- */
38
- var PivotViewComponent = /** @class */ (function (_super) {
39
- __extends(PivotViewComponent, _super);
40
- /**
41
- * @param {?} ngEle
42
- * @param {?} srenderer
43
- * @param {?} viewContainerRef
44
- * @param {?} injector
45
- */
46
- function PivotViewComponent(ngEle, srenderer, viewContainerRef, injector) {
47
- var _this = _super.call(this) || this;
48
- _this.ngEle = ngEle;
49
- _this.srenderer = srenderer;
50
- _this.viewContainerRef = viewContainerRef;
51
- _this.injector = injector;
52
- _this.element = _this.ngEle.nativeElement;
53
- _this.injectedModules = _this.injectedModules || [];
54
- try {
55
- var mod = _this.injector.get('PivotViewGroupingBar');
56
- if (_this.injectedModules.indexOf(mod) === -1) {
57
- _this.injectedModules.push(mod);
58
- }
59
- }
60
- catch (_a) { }
61
- try {
62
- var mod = _this.injector.get('PivotViewFieldList');
63
- if (_this.injectedModules.indexOf(mod) === -1) {
64
- _this.injectedModules.push(mod);
65
- }
66
- }
67
- catch (_b) { }
68
- try {
69
- var mod = _this.injector.get('PivotViewCalculatedField');
70
- if (_this.injectedModules.indexOf(mod) === -1) {
71
- _this.injectedModules.push(mod);
72
- }
73
- }
74
- catch (_c) { }
75
- try {
76
- var mod = _this.injector.get('PivotViewConditionalFormatting');
77
- if (_this.injectedModules.indexOf(mod) === -1) {
78
- _this.injectedModules.push(mod);
79
- }
80
- }
81
- catch (_d) { }
82
- try {
83
- var mod = _this.injector.get('PivotViewVirtualScroll');
84
- if (_this.injectedModules.indexOf(mod) === -1) {
85
- _this.injectedModules.push(mod);
86
- }
87
- }
88
- catch (_e) { }
89
- try {
90
- var mod = _this.injector.get('PivotViewDrillThrough');
91
- if (_this.injectedModules.indexOf(mod) === -1) {
92
- _this.injectedModules.push(mod);
93
- }
94
- }
95
- catch (_f) { }
96
- try {
97
- var mod = _this.injector.get('PivotViewToolbar');
98
- if (_this.injectedModules.indexOf(mod) === -1) {
99
- _this.injectedModules.push(mod);
100
- }
101
- }
102
- catch (_g) { }
103
- try {
104
- var mod = _this.injector.get('PivotViewPivotChart');
105
- if (_this.injectedModules.indexOf(mod) === -1) {
106
- _this.injectedModules.push(mod);
107
- }
108
- }
109
- catch (_h) { }
110
- try {
111
- var mod = _this.injector.get('PivotViewPDFExport');
112
- if (_this.injectedModules.indexOf(mod) === -1) {
113
- _this.injectedModules.push(mod);
114
- }
115
- }
116
- catch (_j) { }
117
- try {
118
- var mod = _this.injector.get('PivotViewExcelExport');
119
- if (_this.injectedModules.indexOf(mod) === -1) {
120
- _this.injectedModules.push(mod);
121
- }
122
- }
123
- catch (_k) { }
124
- try {
125
- var mod = _this.injector.get('PivotViewNumberFormatting');
126
- if (_this.injectedModules.indexOf(mod) === -1) {
127
- _this.injectedModules.push(mod);
128
- }
129
- }
130
- catch (_l) { }
131
- try {
132
- var mod = _this.injector.get('PivotViewGrouping');
133
- if (_this.injectedModules.indexOf(mod) === -1) {
134
- _this.injectedModules.push(mod);
135
- }
136
- }
137
- catch (_m) { }
138
- try {
139
- var mod = _this.injector.get('PivotViewPager');
140
- if (_this.injectedModules.indexOf(mod) === -1) {
141
- _this.injectedModules.push(mod);
142
- }
143
- }
144
- catch (_o) { }
145
- _this.registerEvents(outputs);
146
- _this.addTwoWay.call(_this, twoWays);
147
- setValue('currentInstance', _this, _this.viewContainerRef);
148
- _this.context = new ComponentBase();
149
- return _this;
150
- }
151
- /**
152
- * @return {?}
153
- */
154
- PivotViewComponent.prototype.ngOnInit = function () {
155
- this.context.ngOnInit(this);
156
- };
157
- /**
158
- * @return {?}
159
- */
160
- PivotViewComponent.prototype.ngAfterViewInit = function () {
161
- this.context.ngAfterViewInit(this);
162
- };
163
- /**
164
- * @return {?}
165
- */
166
- PivotViewComponent.prototype.ngOnDestroy = function () {
167
- this.context.ngOnDestroy(this);
168
- };
169
- /**
170
- * @return {?}
171
- */
172
- PivotViewComponent.prototype.ngAfterContentChecked = function () {
173
- this.context.ngAfterContentChecked(this);
174
- };
175
- return PivotViewComponent;
176
- }(PivotView));
177
- PivotViewComponent.decorators = [
178
- { type: Component, args: [{
179
- selector: 'ejs-pivotview',
180
- inputs: inputs,
181
- outputs: outputs,
182
- template: '',
183
- changeDetection: ChangeDetectionStrategy.OnPush,
184
- queries: {}
185
- },] },
186
- ];
187
- /**
188
- * @nocollapse
189
- */
190
- PivotViewComponent.ctorParameters = function () { return [
191
- { type: ElementRef, },
192
- { type: Renderer2, },
193
- { type: ViewContainerRef, },
194
- { type: Injector, },
195
- ]; };
196
- PivotViewComponent.propDecorators = {
197
- 'cellTemplate': [{ type: ContentChild, args: ['cellTemplate',] },],
198
- 'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate',] },],
199
- };
200
- __decorate([
201
- Template(),
202
- __metadata("design:type", Object)
203
- ], PivotViewComponent.prototype, "cellTemplate", void 0);
204
- __decorate([
205
- Template(),
206
- __metadata("design:type", Object)
207
- ], PivotViewComponent.prototype, "tooltipTemplate", void 0);
208
- PivotViewComponent = __decorate([
209
- ComponentMixins([ComponentBase]),
210
- __metadata("design:paramtypes", [ElementRef,
211
- Renderer2,
212
- ViewContainerRef,
213
- Injector])
214
- ], PivotViewComponent);
215
- /**
216
- * NgModule definition for the PivotView component.
217
- */
218
- var PivotViewModule = /** @class */ (function () {
219
- function PivotViewModule() {
220
- }
221
- return PivotViewModule;
222
- }());
223
- PivotViewModule.decorators = [
224
- { type: NgModule, args: [{
225
- imports: [CommonModule],
226
- declarations: [
227
- PivotViewComponent
228
- ],
229
- exports: [
230
- PivotViewComponent
231
- ]
232
- },] },
233
- ];
234
- /**
235
- * @nocollapse
236
- */
237
- PivotViewModule.ctorParameters = function () { return []; };
238
- var GroupingBarService = { provide: 'PivotViewGroupingBar', useValue: GroupingBar };
239
- var FieldListService = { provide: 'PivotViewFieldList', useValue: FieldList };
240
- var CalculatedFieldService = { provide: 'PivotViewCalculatedField', useValue: CalculatedField };
241
- var ConditionalFormattingService = { provide: 'PivotViewConditionalFormatting', useValue: ConditionalFormatting };
242
- var VirtualScrollService = { provide: 'PivotViewVirtualScroll', useValue: VirtualScroll };
243
- var DrillThroughService = { provide: 'PivotViewDrillThrough', useValue: DrillThrough };
244
- var ToolbarService = { provide: 'PivotViewToolbar', useValue: Toolbar };
245
- var PivotChartService = { provide: 'PivotViewPivotChart', useValue: PivotChart };
246
- var PDFExportService = { provide: 'PivotViewPDFExport', useValue: PDFExport };
247
- var ExcelExportService = { provide: 'PivotViewExcelExport', useValue: ExcelExport };
248
- var NumberFormattingService = { provide: 'PivotViewNumberFormatting', useValue: NumberFormatting };
249
- var GroupingService = { provide: 'PivotViewGrouping', useValue: Grouping };
250
- var PagerService = { provide: 'PivotViewPager', useValue: Pager };
251
- /**
252
- * NgModule definition for the PivotView component with providers.
253
- */
254
- var PivotViewAllModule = /** @class */ (function () {
255
- function PivotViewAllModule() {
256
- }
257
- return PivotViewAllModule;
258
- }());
259
- PivotViewAllModule.decorators = [
260
- { type: NgModule, args: [{
261
- imports: [CommonModule, PivotViewModule],
262
- exports: [
263
- PivotViewModule
264
- ],
265
- providers: [
266
- GroupingBarService,
267
- FieldListService,
268
- CalculatedFieldService,
269
- ConditionalFormattingService,
270
- VirtualScrollService,
271
- DrillThroughService,
272
- ToolbarService,
273
- PivotChartService,
274
- PDFExportService,
275
- ExcelExportService,
276
- NumberFormattingService,
277
- GroupingService,
278
- PagerService
279
- ]
280
- },] },
281
- ];
282
- /**
283
- * @nocollapse
284
- */
285
- PivotViewAllModule.ctorParameters = function () { return []; };
286
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
287
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
288
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
289
- r = Reflect.decorate(decorators, target, key, desc);
290
- else
291
- for (var i = decorators.length - 1; i >= 0; i--)
292
- if (d = decorators[i])
293
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
294
- return c > 3 && r && Object.defineProperty(target, key, r), r;
295
- };
296
- var __metadata$1 = (this && this.__metadata) || function (k, v) {
297
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
298
- return Reflect.metadata(k, v);
299
- };
300
- var inputs$1 = ['aggregateTypes', 'allowCalculatedField', 'allowDeferLayoutUpdate', 'cssClass', 'currencyCode', 'dataSourceSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'renderMode', 'showValuesButton', 'spinnerTemplate', 'target'];
301
- var outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'afterServiceInvoke', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeServiceInvoke', 'calculatedFieldCreate', 'created', 'dataBound', 'destroyed', 'enginePopulated', 'enginePopulating', 'fieldDragStart', 'fieldDrop', 'fieldRemove', 'load', 'memberEditorOpen', 'memberFiltering', 'onFieldDropped', 'onHeadersSort'];
302
- var twoWays$1 = [];
303
- /**
304
- * `ej-pivotfieldlist` represents the Angular PivotFieldList Component.
305
- * ```html
306
- * <ej-pivotfieldlist></ej-pivotfieldlist>
307
- * ```
308
- */
309
- var PivotFieldListComponent = /** @class */ (function (_super) {
310
- __extends(PivotFieldListComponent, _super);
311
- /**
312
- * @param {?} ngEle
313
- * @param {?} srenderer
314
- * @param {?} viewContainerRef
315
- * @param {?} injector
316
- */
317
- function PivotFieldListComponent(ngEle, srenderer, viewContainerRef, injector) {
318
- var _this = _super.call(this) || this;
319
- _this.ngEle = ngEle;
320
- _this.srenderer = srenderer;
321
- _this.viewContainerRef = viewContainerRef;
322
- _this.injector = injector;
323
- _this.element = _this.ngEle.nativeElement;
324
- _this.injectedModules = _this.injectedModules || [];
325
- try {
326
- var mod = _this.injector.get('PivotViewCalculatedField');
327
- if (_this.injectedModules.indexOf(mod) === -1) {
328
- _this.injectedModules.push(mod);
329
- }
330
- }
331
- catch (_a) { }
332
- _this.registerEvents(outputs$1);
333
- _this.addTwoWay.call(_this, twoWays$1);
334
- setValue('currentInstance', _this, _this.viewContainerRef);
335
- _this.context = new ComponentBase();
336
- return _this;
337
- }
338
- /**
339
- * @return {?}
340
- */
341
- PivotFieldListComponent.prototype.ngOnInit = function () {
342
- this.context.ngOnInit(this);
343
- };
344
- /**
345
- * @return {?}
346
- */
347
- PivotFieldListComponent.prototype.ngAfterViewInit = function () {
348
- this.context.ngAfterViewInit(this);
349
- };
350
- /**
351
- * @return {?}
352
- */
353
- PivotFieldListComponent.prototype.ngOnDestroy = function () {
354
- this.context.ngOnDestroy(this);
355
- };
356
- /**
357
- * @return {?}
358
- */
359
- PivotFieldListComponent.prototype.ngAfterContentChecked = function () {
360
- this.context.ngAfterContentChecked(this);
361
- };
362
- return PivotFieldListComponent;
363
- }(PivotFieldList));
364
- PivotFieldListComponent.decorators = [
365
- { type: Component, args: [{
366
- selector: 'ejs-pivotfieldlist',
367
- inputs: inputs$1,
368
- outputs: outputs$1,
369
- template: '',
370
- changeDetection: ChangeDetectionStrategy.OnPush,
371
- queries: {}
372
- },] },
373
- ];
374
- /**
375
- * @nocollapse
376
- */
377
- PivotFieldListComponent.ctorParameters = function () { return [
378
- { type: ElementRef, },
379
- { type: Renderer2, },
380
- { type: ViewContainerRef, },
381
- { type: Injector, },
382
- ]; };
383
- PivotFieldListComponent = __decorate$1([
384
- ComponentMixins([ComponentBase]),
385
- __metadata$1("design:paramtypes", [ElementRef,
386
- Renderer2,
387
- ViewContainerRef,
388
- Injector])
389
- ], PivotFieldListComponent);
390
- /**
391
- * NgModule definition for the PivotFieldList component.
392
- */
393
- var PivotFieldListModule = /** @class */ (function () {
394
- function PivotFieldListModule() {
395
- }
396
- return PivotFieldListModule;
397
- }());
398
- PivotFieldListModule.decorators = [
399
- { type: NgModule, args: [{
400
- imports: [CommonModule],
401
- declarations: [
402
- PivotFieldListComponent
403
- ],
404
- exports: [
405
- PivotFieldListComponent
406
- ]
407
- },] },
408
- ];
409
- /**
410
- * @nocollapse
411
- */
412
- PivotFieldListModule.ctorParameters = function () { return []; };
413
- /**
414
- * NgModule definition for the PivotFieldList component with providers.
415
- */
416
- var PivotFieldListAllModule = /** @class */ (function () {
417
- function PivotFieldListAllModule() {
418
- }
419
- return PivotFieldListAllModule;
420
- }());
421
- PivotFieldListAllModule.decorators = [
422
- { type: NgModule, args: [{
423
- imports: [CommonModule, PivotFieldListModule],
424
- exports: [
425
- PivotFieldListModule
426
- ],
427
- providers: []
428
- },] },
429
- ];
430
- /**
431
- * @nocollapse
432
- */
433
- PivotFieldListAllModule.ctorParameters = function () { return []; };
434
- /**
435
- * Generated bundle index. Do not edit.
436
- */
437
- export { PivotViewComponent, PivotViewModule, PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService, PivotFieldListComponent, PivotFieldListModule, PivotFieldListAllModule, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb };
438
- export { GroupingBarSettings, CellEditSettings, ConditionalSettings, HyperlinkSettings, PageSettings, PagerSettings, DisplayOption, VirtualScrollSettings, PivotView, Render, ExcelExport, PDFExport, KeyboardInteraction, VirtualScroll, DrillThrough, Pager, PivotChart, PivotFieldList, TreeViewRenderer, AxisFieldRenderer, AxisTableRenderer, DialogRenderer, EventBase, NodeStateModified, DataSourceUpdate, FieldList, CommonKeyboardInteraction, Common, GroupingBar, CalculatedField, ConditionalFormatting, PivotCommon, load, enginePopulating, enginePopulated, onFieldDropped, fieldDrop, beforePivotTableRender, afterPivotTableRender, beforeExport, exportComplete, excelHeaderQueryCellInfo, pdfHeaderQueryCellInfo, excelQueryCellInfo, pdfQueryCellInfo, onPdfCellRender, dataBound, queryCellInfo, headerCellInfo, hyperlinkCellClick, resizing, resizeStop, cellClick, drillThrough, beforeColumnsRender, selected, selecting, cellSelecting, drill, cellSelected, cellDeselected, rowSelected, rowDeselected, beginDrillThrough, editCompleted, multiLevelLabelClick, saveReport, fetchReport, loadReport, renameReport, removeReport, newReport, toolbarRender, toolbarClick, chartTooltipRender, chartLegendClick, chartLoaded, multiLevelLabelRender, beforePrint, animationComplete, legendRender, textRender, pointRender, seriesRender, chartMouseMove, chartMouseClick, pointMove, chartMouseLeave, chartMouseDown, chartMouseUp, dragComplete, zoomComplete, scrollStart, scrollEnd, scrollChanged, chartLoad, chartResized, chartAxisLabelRender, chartSeriesCreated, aggregateCellInfo, onHeadersSort, contextMenuClick, contextMenuOpen, fieldListRefreshed, conditionalFormatting, beforePdfExport, beforeExcelExport, memberFiltering, calculatedFieldCreate, memberEditorOpen, fieldRemove, numberFormatting, aggregateMenuOpen, fieldDragStart, chartPointClick, beforeServiceInvoke, afterServiceInvoke, actionBegin, actionComplete, actionFailure, initialLoad, uiUpdate, scroll, verticalScroll, horizontalScroll, contentReady, dataReady, initSubComponent, treeViewUpdate, pivotButtonUpdate, initCalculatedField, click, initToolbar, initPivotPager, initFormatting, initGrouping, sortValue, drillUp, drillDown, addNewReport, saveCurrentReport, saveAsCurrentReport, renameCurrentReport, removeCurrentReport, loadReports, openConditionalFormatting, openNumberFormatting, MdxQuery, showFieldList, tableView, chartView, multipleAxis, showLegend, pdfExport, pngExport, excelExport, csvExport, jpegExport, svgExport, hideSubTotals, subTotalsRow, subTotalsColumn, showSubTotals, hideGrandTotals, grandTotalsRow, grandTotalsColumn, showGrandTotals, numberFormattingMenu, conditionalFormattingMenu, reportChange, sortFieldTree, editCalculatedField, sortField, filterField, removeField, openCalculatedField, editRecord, saveEditedRecords, addNewRecord, removeRecord, aggregateField, contextMenuCalculatedField, windowResize, rowPageNavigation, columnPageNavigation, calculatedFieldApplied, editedRecordsSaved, newRecordAdded, recordRemoved, closeFieldlist, fieldTreeSorted, reportSaved, newReportAdded, reportReSaved, reportRenamed, reportRemoved, excelExported, csvExported, pdfExported, pngExported, jpegExported, svgExported, conditionallyFormatted, numberFormatted, tableViewed, chartViewed, subTotalsHidden, subTotalsRowShown, subTotalsColumnShown, subTotalsShown, grandTotalsHidden, grandTotalsRowShown, grandTotalsColumnShown, grandTotalsShown, valueSorted, calculatedFieldEdited, fieldSorted, fieldFiltered, fieldRemoved, fieldAggregated, recordEdited, reportChanged, windowResized, recordUpdated, drillThroughClosed, verticalScrolled, horizontalScrolled, rowPageNavigated, columnPageNavigated, actionDropped, invalidFormula, axisLabelFont, axisTitleFont, chartTitleFont, chartSubTitleFont, crosshairLabelFont, tooltipLabelFont, legendLabelFont, stripLineLabelFont, stockEventFont, ErrorDialog, FilterDialog, PivotContextMenu, AggregateMenu, Toolbar, NumberFormatting, Grouping, PivotEngine, PivotUtil, OlapEngine, MDXQuery, FieldOptions, FieldListFieldOptions, Style, Filter, ConditionalFormatSettings, Sort, FormatSettings, GroupSettings, CustomGroups, CalculatedFieldSettings, DrillOptions, ValueSortSettings, Authentication, DataSourceSettings } from '@syncfusion/ej2-pivotview';
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, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
+ import { ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
+ import { CalculatedField, ConditionalFormatting, DrillThrough, ExcelExport, FieldList, Grouping, GroupingBar, NumberFormatting, PDFExport, Pager, PivotChart, PivotFieldList, PivotView, Toolbar, VirtualScroll } from '@syncfusion/ej2-pivotview';
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 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'];
30
+ 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'];
31
+ var twoWays = [];
32
+ /**
33
+ * `ej-pivotview` represents the Angular Pivot Table Component.
34
+ * ```html
35
+ * <ej-pivotview></ej-pivotview>
36
+ * ```
37
+ */
38
+ var PivotViewComponent = /** @class */ (function (_super) {
39
+ __extends(PivotViewComponent, _super);
40
+ /**
41
+ * @param {?} ngEle
42
+ * @param {?} srenderer
43
+ * @param {?} viewContainerRef
44
+ * @param {?} injector
45
+ */
46
+ function PivotViewComponent(ngEle, srenderer, viewContainerRef, injector) {
47
+ var _this = _super.call(this) || this;
48
+ _this.ngEle = ngEle;
49
+ _this.srenderer = srenderer;
50
+ _this.viewContainerRef = viewContainerRef;
51
+ _this.injector = injector;
52
+ _this.element = _this.ngEle.nativeElement;
53
+ _this.injectedModules = _this.injectedModules || [];
54
+ try {
55
+ var mod = _this.injector.get('PivotViewGroupingBar');
56
+ if (_this.injectedModules.indexOf(mod) === -1) {
57
+ _this.injectedModules.push(mod);
58
+ }
59
+ }
60
+ catch (_a) { }
61
+ try {
62
+ var mod = _this.injector.get('PivotViewFieldList');
63
+ if (_this.injectedModules.indexOf(mod) === -1) {
64
+ _this.injectedModules.push(mod);
65
+ }
66
+ }
67
+ catch (_b) { }
68
+ try {
69
+ var mod = _this.injector.get('PivotViewCalculatedField');
70
+ if (_this.injectedModules.indexOf(mod) === -1) {
71
+ _this.injectedModules.push(mod);
72
+ }
73
+ }
74
+ catch (_c) { }
75
+ try {
76
+ var mod = _this.injector.get('PivotViewConditionalFormatting');
77
+ if (_this.injectedModules.indexOf(mod) === -1) {
78
+ _this.injectedModules.push(mod);
79
+ }
80
+ }
81
+ catch (_d) { }
82
+ try {
83
+ var mod = _this.injector.get('PivotViewVirtualScroll');
84
+ if (_this.injectedModules.indexOf(mod) === -1) {
85
+ _this.injectedModules.push(mod);
86
+ }
87
+ }
88
+ catch (_e) { }
89
+ try {
90
+ var mod = _this.injector.get('PivotViewDrillThrough');
91
+ if (_this.injectedModules.indexOf(mod) === -1) {
92
+ _this.injectedModules.push(mod);
93
+ }
94
+ }
95
+ catch (_f) { }
96
+ try {
97
+ var mod = _this.injector.get('PivotViewToolbar');
98
+ if (_this.injectedModules.indexOf(mod) === -1) {
99
+ _this.injectedModules.push(mod);
100
+ }
101
+ }
102
+ catch (_g) { }
103
+ try {
104
+ var mod = _this.injector.get('PivotViewPivotChart');
105
+ if (_this.injectedModules.indexOf(mod) === -1) {
106
+ _this.injectedModules.push(mod);
107
+ }
108
+ }
109
+ catch (_h) { }
110
+ try {
111
+ var mod = _this.injector.get('PivotViewPDFExport');
112
+ if (_this.injectedModules.indexOf(mod) === -1) {
113
+ _this.injectedModules.push(mod);
114
+ }
115
+ }
116
+ catch (_j) { }
117
+ try {
118
+ var mod = _this.injector.get('PivotViewExcelExport');
119
+ if (_this.injectedModules.indexOf(mod) === -1) {
120
+ _this.injectedModules.push(mod);
121
+ }
122
+ }
123
+ catch (_k) { }
124
+ try {
125
+ var mod = _this.injector.get('PivotViewNumberFormatting');
126
+ if (_this.injectedModules.indexOf(mod) === -1) {
127
+ _this.injectedModules.push(mod);
128
+ }
129
+ }
130
+ catch (_l) { }
131
+ try {
132
+ var mod = _this.injector.get('PivotViewGrouping');
133
+ if (_this.injectedModules.indexOf(mod) === -1) {
134
+ _this.injectedModules.push(mod);
135
+ }
136
+ }
137
+ catch (_m) { }
138
+ try {
139
+ var mod = _this.injector.get('PivotViewPager');
140
+ if (_this.injectedModules.indexOf(mod) === -1) {
141
+ _this.injectedModules.push(mod);
142
+ }
143
+ }
144
+ catch (_o) { }
145
+ _this.registerEvents(outputs);
146
+ _this.addTwoWay.call(_this, twoWays);
147
+ setValue('currentInstance', _this, _this.viewContainerRef);
148
+ _this.context = new ComponentBase();
149
+ return _this;
150
+ }
151
+ /**
152
+ * @return {?}
153
+ */
154
+ PivotViewComponent.prototype.ngOnInit = function () {
155
+ this.context.ngOnInit(this);
156
+ };
157
+ /**
158
+ * @return {?}
159
+ */
160
+ PivotViewComponent.prototype.ngAfterViewInit = function () {
161
+ this.context.ngAfterViewInit(this);
162
+ };
163
+ /**
164
+ * @return {?}
165
+ */
166
+ PivotViewComponent.prototype.ngOnDestroy = function () {
167
+ this.context.ngOnDestroy(this);
168
+ };
169
+ /**
170
+ * @return {?}
171
+ */
172
+ PivotViewComponent.prototype.ngAfterContentChecked = function () {
173
+ this.context.ngAfterContentChecked(this);
174
+ };
175
+ return PivotViewComponent;
176
+ }(PivotView));
177
+ PivotViewComponent.decorators = [
178
+ { type: Component, args: [{
179
+ selector: 'ejs-pivotview',
180
+ inputs: inputs,
181
+ outputs: outputs,
182
+ template: '',
183
+ changeDetection: ChangeDetectionStrategy.OnPush,
184
+ queries: {}
185
+ },] },
186
+ ];
187
+ /**
188
+ * @nocollapse
189
+ */
190
+ PivotViewComponent.ctorParameters = function () { return [
191
+ { type: ElementRef, },
192
+ { type: Renderer2, },
193
+ { type: ViewContainerRef, },
194
+ { type: Injector, },
195
+ ]; };
196
+ PivotViewComponent.propDecorators = {
197
+ 'cellTemplate': [{ type: ContentChild, args: ['cellTemplate',] },],
198
+ 'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate',] },],
199
+ };
200
+ __decorate([
201
+ Template(),
202
+ __metadata("design:type", Object)
203
+ ], PivotViewComponent.prototype, "cellTemplate", void 0);
204
+ __decorate([
205
+ Template(),
206
+ __metadata("design:type", Object)
207
+ ], PivotViewComponent.prototype, "tooltipTemplate", void 0);
208
+ PivotViewComponent = __decorate([
209
+ ComponentMixins([ComponentBase]),
210
+ __metadata("design:paramtypes", [ElementRef,
211
+ Renderer2,
212
+ ViewContainerRef,
213
+ Injector])
214
+ ], PivotViewComponent);
215
+ /**
216
+ * NgModule definition for the PivotView component.
217
+ */
218
+ var PivotViewModule = /** @class */ (function () {
219
+ function PivotViewModule() {
220
+ }
221
+ return PivotViewModule;
222
+ }());
223
+ PivotViewModule.decorators = [
224
+ { type: NgModule, args: [{
225
+ imports: [CommonModule],
226
+ declarations: [
227
+ PivotViewComponent
228
+ ],
229
+ exports: [
230
+ PivotViewComponent
231
+ ]
232
+ },] },
233
+ ];
234
+ /**
235
+ * @nocollapse
236
+ */
237
+ PivotViewModule.ctorParameters = function () { return []; };
238
+ var GroupingBarService = { provide: 'PivotViewGroupingBar', useValue: GroupingBar };
239
+ var FieldListService = { provide: 'PivotViewFieldList', useValue: FieldList };
240
+ var CalculatedFieldService = { provide: 'PivotViewCalculatedField', useValue: CalculatedField };
241
+ var ConditionalFormattingService = { provide: 'PivotViewConditionalFormatting', useValue: ConditionalFormatting };
242
+ var VirtualScrollService = { provide: 'PivotViewVirtualScroll', useValue: VirtualScroll };
243
+ var DrillThroughService = { provide: 'PivotViewDrillThrough', useValue: DrillThrough };
244
+ var ToolbarService = { provide: 'PivotViewToolbar', useValue: Toolbar };
245
+ var PivotChartService = { provide: 'PivotViewPivotChart', useValue: PivotChart };
246
+ var PDFExportService = { provide: 'PivotViewPDFExport', useValue: PDFExport };
247
+ var ExcelExportService = { provide: 'PivotViewExcelExport', useValue: ExcelExport };
248
+ var NumberFormattingService = { provide: 'PivotViewNumberFormatting', useValue: NumberFormatting };
249
+ var GroupingService = { provide: 'PivotViewGrouping', useValue: Grouping };
250
+ var PagerService = { provide: 'PivotViewPager', useValue: Pager };
251
+ /**
252
+ * NgModule definition for the PivotView component with providers.
253
+ */
254
+ var PivotViewAllModule = /** @class */ (function () {
255
+ function PivotViewAllModule() {
256
+ }
257
+ return PivotViewAllModule;
258
+ }());
259
+ PivotViewAllModule.decorators = [
260
+ { type: NgModule, args: [{
261
+ imports: [CommonModule, PivotViewModule],
262
+ exports: [
263
+ PivotViewModule
264
+ ],
265
+ providers: [
266
+ GroupingBarService,
267
+ FieldListService,
268
+ CalculatedFieldService,
269
+ ConditionalFormattingService,
270
+ VirtualScrollService,
271
+ DrillThroughService,
272
+ ToolbarService,
273
+ PivotChartService,
274
+ PDFExportService,
275
+ ExcelExportService,
276
+ NumberFormattingService,
277
+ GroupingService,
278
+ PagerService
279
+ ]
280
+ },] },
281
+ ];
282
+ /**
283
+ * @nocollapse
284
+ */
285
+ PivotViewAllModule.ctorParameters = function () { return []; };
286
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
287
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
288
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
289
+ r = Reflect.decorate(decorators, target, key, desc);
290
+ else
291
+ for (var i = decorators.length - 1; i >= 0; i--)
292
+ if (d = decorators[i])
293
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
294
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
295
+ };
296
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
297
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
298
+ return Reflect.metadata(k, v);
299
+ };
300
+ var inputs$1 = ['aggregateTypes', 'allowCalculatedField', 'allowDeferLayoutUpdate', 'cssClass', 'currencyCode', 'dataSourceSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'renderMode', 'showValuesButton', 'spinnerTemplate', 'target'];
301
+ var outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'afterServiceInvoke', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeServiceInvoke', 'calculatedFieldCreate', 'created', 'dataBound', 'destroyed', 'enginePopulated', 'enginePopulating', 'fieldDragStart', 'fieldDrop', 'fieldRemove', 'load', 'memberEditorOpen', 'memberFiltering', 'onFieldDropped', 'onHeadersSort'];
302
+ var twoWays$1 = [];
303
+ /**
304
+ * `ej-pivotfieldlist` represents the Angular PivotFieldList Component.
305
+ * ```html
306
+ * <ej-pivotfieldlist></ej-pivotfieldlist>
307
+ * ```
308
+ */
309
+ var PivotFieldListComponent = /** @class */ (function (_super) {
310
+ __extends(PivotFieldListComponent, _super);
311
+ /**
312
+ * @param {?} ngEle
313
+ * @param {?} srenderer
314
+ * @param {?} viewContainerRef
315
+ * @param {?} injector
316
+ */
317
+ function PivotFieldListComponent(ngEle, srenderer, viewContainerRef, injector) {
318
+ var _this = _super.call(this) || this;
319
+ _this.ngEle = ngEle;
320
+ _this.srenderer = srenderer;
321
+ _this.viewContainerRef = viewContainerRef;
322
+ _this.injector = injector;
323
+ _this.element = _this.ngEle.nativeElement;
324
+ _this.injectedModules = _this.injectedModules || [];
325
+ try {
326
+ var mod = _this.injector.get('PivotViewCalculatedField');
327
+ if (_this.injectedModules.indexOf(mod) === -1) {
328
+ _this.injectedModules.push(mod);
329
+ }
330
+ }
331
+ catch (_a) { }
332
+ _this.registerEvents(outputs$1);
333
+ _this.addTwoWay.call(_this, twoWays$1);
334
+ setValue('currentInstance', _this, _this.viewContainerRef);
335
+ _this.context = new ComponentBase();
336
+ return _this;
337
+ }
338
+ /**
339
+ * @return {?}
340
+ */
341
+ PivotFieldListComponent.prototype.ngOnInit = function () {
342
+ this.context.ngOnInit(this);
343
+ };
344
+ /**
345
+ * @return {?}
346
+ */
347
+ PivotFieldListComponent.prototype.ngAfterViewInit = function () {
348
+ this.context.ngAfterViewInit(this);
349
+ };
350
+ /**
351
+ * @return {?}
352
+ */
353
+ PivotFieldListComponent.prototype.ngOnDestroy = function () {
354
+ this.context.ngOnDestroy(this);
355
+ };
356
+ /**
357
+ * @return {?}
358
+ */
359
+ PivotFieldListComponent.prototype.ngAfterContentChecked = function () {
360
+ this.context.ngAfterContentChecked(this);
361
+ };
362
+ return PivotFieldListComponent;
363
+ }(PivotFieldList));
364
+ PivotFieldListComponent.decorators = [
365
+ { type: Component, args: [{
366
+ selector: 'ejs-pivotfieldlist',
367
+ inputs: inputs$1,
368
+ outputs: outputs$1,
369
+ template: '',
370
+ changeDetection: ChangeDetectionStrategy.OnPush,
371
+ queries: {}
372
+ },] },
373
+ ];
374
+ /**
375
+ * @nocollapse
376
+ */
377
+ PivotFieldListComponent.ctorParameters = function () { return [
378
+ { type: ElementRef, },
379
+ { type: Renderer2, },
380
+ { type: ViewContainerRef, },
381
+ { type: Injector, },
382
+ ]; };
383
+ PivotFieldListComponent = __decorate$1([
384
+ ComponentMixins([ComponentBase]),
385
+ __metadata$1("design:paramtypes", [ElementRef,
386
+ Renderer2,
387
+ ViewContainerRef,
388
+ Injector])
389
+ ], PivotFieldListComponent);
390
+ /**
391
+ * NgModule definition for the PivotFieldList component.
392
+ */
393
+ var PivotFieldListModule = /** @class */ (function () {
394
+ function PivotFieldListModule() {
395
+ }
396
+ return PivotFieldListModule;
397
+ }());
398
+ PivotFieldListModule.decorators = [
399
+ { type: NgModule, args: [{
400
+ imports: [CommonModule],
401
+ declarations: [
402
+ PivotFieldListComponent
403
+ ],
404
+ exports: [
405
+ PivotFieldListComponent
406
+ ]
407
+ },] },
408
+ ];
409
+ /**
410
+ * @nocollapse
411
+ */
412
+ PivotFieldListModule.ctorParameters = function () { return []; };
413
+ /**
414
+ * NgModule definition for the PivotFieldList component with providers.
415
+ */
416
+ var PivotFieldListAllModule = /** @class */ (function () {
417
+ function PivotFieldListAllModule() {
418
+ }
419
+ return PivotFieldListAllModule;
420
+ }());
421
+ PivotFieldListAllModule.decorators = [
422
+ { type: NgModule, args: [{
423
+ imports: [CommonModule, PivotFieldListModule],
424
+ exports: [
425
+ PivotFieldListModule
426
+ ],
427
+ providers: []
428
+ },] },
429
+ ];
430
+ /**
431
+ * @nocollapse
432
+ */
433
+ PivotFieldListAllModule.ctorParameters = function () { return []; };
434
+ /**
435
+ * Generated bundle index. Do not edit.
436
+ */
437
+ export { PivotViewComponent, PivotViewModule, PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService, PivotFieldListComponent, PivotFieldListModule, PivotFieldListAllModule, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb };
438
+ export { GroupingBarSettings, CellEditSettings, ConditionalSettings, HyperlinkSettings, PageSettings, PagerSettings, DisplayOption, VirtualScrollSettings, PivotView, Render, ExcelExport, PDFExport, KeyboardInteraction, VirtualScroll, DrillThrough, Pager, PivotChart, PivotFieldList, TreeViewRenderer, AxisFieldRenderer, AxisTableRenderer, DialogRenderer, EventBase, NodeStateModified, DataSourceUpdate, FieldList, CommonKeyboardInteraction, Common, GroupingBar, CalculatedField, ConditionalFormatting, PivotCommon, load, enginePopulating, enginePopulated, onFieldDropped, fieldDrop, beforePivotTableRender, afterPivotTableRender, beforeExport, exportComplete, excelHeaderQueryCellInfo, pdfHeaderQueryCellInfo, excelQueryCellInfo, pdfQueryCellInfo, onPdfCellRender, dataBound, queryCellInfo, headerCellInfo, hyperlinkCellClick, resizing, resizeStop, cellClick, drillThrough, beforeColumnsRender, selected, selecting, cellSelecting, drill, cellSelected, cellDeselected, rowSelected, rowDeselected, beginDrillThrough, editCompleted, multiLevelLabelClick, saveReport, fetchReport, loadReport, renameReport, removeReport, newReport, toolbarRender, toolbarClick, chartTooltipRender, chartLegendClick, chartLoaded, multiLevelLabelRender, beforePrint, animationComplete, legendRender, textRender, pointRender, seriesRender, chartMouseMove, chartMouseClick, pointMove, chartMouseLeave, chartMouseDown, chartMouseUp, dragComplete, zoomComplete, scrollStart, scrollEnd, scrollChanged, chartLoad, chartResized, chartAxisLabelRender, chartSeriesCreated, aggregateCellInfo, onHeadersSort, contextMenuClick, contextMenuOpen, fieldListRefreshed, conditionalFormatting, beforePdfExport, beforeExcelExport, memberFiltering, calculatedFieldCreate, memberEditorOpen, fieldRemove, numberFormatting, aggregateMenuOpen, fieldDragStart, chartPointClick, beforeServiceInvoke, afterServiceInvoke, actionBegin, actionComplete, actionFailure, initialLoad, uiUpdate, scroll, verticalScroll, horizontalScroll, contentReady, dataReady, initSubComponent, treeViewUpdate, pivotButtonUpdate, initCalculatedField, click, initToolbar, initPivotPager, initFormatting, initGrouping, sortValue, drillUp, drillDown, addNewReport, saveCurrentReport, saveAsCurrentReport, renameCurrentReport, removeCurrentReport, loadReports, openConditionalFormatting, openNumberFormatting, MdxQuery, showFieldList, tableView, chartView, multipleAxis, showLegend, pdfExport, pngExport, excelExport, csvExport, jpegExport, svgExport, hideSubTotals, subTotalsRow, subTotalsColumn, showSubTotals, hideGrandTotals, grandTotalsRow, grandTotalsColumn, showGrandTotals, numberFormattingMenu, conditionalFormattingMenu, reportChange, sortFieldTree, editCalculatedField, sortField, filterField, removeField, openCalculatedField, editRecord, saveEditedRecords, addNewRecord, removeRecord, aggregateField, contextMenuCalculatedField, windowResize, rowPageNavigation, columnPageNavigation, calculatedFieldApplied, editedRecordsSaved, newRecordAdded, recordRemoved, closeFieldlist, fieldTreeSorted, reportSaved, newReportAdded, reportReSaved, reportRenamed, reportRemoved, excelExported, csvExported, pdfExported, pngExported, jpegExported, svgExported, conditionallyFormatted, numberFormatted, tableViewed, chartViewed, subTotalsHidden, subTotalsRowShown, subTotalsColumnShown, subTotalsShown, grandTotalsHidden, grandTotalsRowShown, grandTotalsColumnShown, grandTotalsShown, valueSorted, calculatedFieldEdited, fieldSorted, fieldFiltered, fieldRemoved, fieldAggregated, recordEdited, reportChanged, windowResized, recordUpdated, drillThroughClosed, verticalScrolled, horizontalScrolled, rowPageNavigated, columnPageNavigated, actionDropped, invalidFormula, axisLabelFont, axisTitleFont, chartTitleFont, chartSubTitleFont, crosshairLabelFont, tooltipLabelFont, legendLabelFont, stripLineLabelFont, stockEventFont, ErrorDialog, FilterDialog, PivotContextMenu, AggregateMenu, Toolbar, NumberFormatting, Grouping, PivotEngine, PivotUtil, OlapEngine, MDXQuery, FieldOptions, FieldListFieldOptions, Style, Filter, ConditionalFormatSettings, Sort, FormatSettings, GroupSettings, CustomGroups, CalculatedFieldSettings, DrillOptions, ValueSortSettings, Authentication, DataSourceSettings } from '@syncfusion/ej2-pivotview';
439
439
  //# sourceMappingURL=ej2-angular-pivotview.es5.js.map