@syncfusion/ej2-angular-pivotview 32.1.21 → 32.1.22-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.
Files changed (122) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +409 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +3 -11
  7. package/dist/ej2-angular-pivotview.umd.js +736 -0
  8. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js +11 -0
  10. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  11. package/ej2-angular-pivotview.d.ts +6 -0
  12. package/ej2-angular-pivotview.metadata.json +1 -0
  13. package/package.json +47 -29
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/index.d.ts +7 -7
  18. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +5 -11
  19. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +48 -51
  20. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +5 -11
  21. package/src/pivotview/pivotview-all.module.d.ts +19 -25
  22. package/src/pivotview/pivotview.component.d.ts +85 -88
  23. package/src/pivotview/pivotview.module.d.ts +5 -11
  24. package/styles/bds-lite.scss +1 -1
  25. package/styles/bds.scss +2 -2
  26. package/styles/bootstrap-dark-lite.scss +1 -1
  27. package/styles/bootstrap-dark.scss +2 -2
  28. package/styles/bootstrap-lite.scss +1 -1
  29. package/styles/bootstrap.scss +2 -2
  30. package/styles/bootstrap4-lite.scss +1 -1
  31. package/styles/bootstrap4.scss +2 -2
  32. package/styles/bootstrap5-dark-lite.scss +1 -1
  33. package/styles/bootstrap5-dark.scss +2 -2
  34. package/styles/bootstrap5-lite.scss +1 -1
  35. package/styles/bootstrap5.3-lite.scss +1 -1
  36. package/styles/bootstrap5.3.scss +2 -2
  37. package/styles/bootstrap5.scss +2 -2
  38. package/styles/fabric-dark-lite.scss +1 -1
  39. package/styles/fabric-dark.scss +2 -2
  40. package/styles/fabric-lite.scss +1 -1
  41. package/styles/fabric.scss +2 -2
  42. package/styles/fluent-dark-lite.scss +1 -1
  43. package/styles/fluent-dark.scss +2 -2
  44. package/styles/fluent-lite.scss +1 -1
  45. package/styles/fluent.scss +2 -2
  46. package/styles/fluent2-lite.scss +1 -1
  47. package/styles/fluent2.scss +2 -2
  48. package/styles/highcontrast-light-lite.scss +1 -1
  49. package/styles/highcontrast-light.scss +2 -2
  50. package/styles/highcontrast-lite.scss +1 -1
  51. package/styles/highcontrast.scss +2 -2
  52. package/styles/material-dark-lite.scss +1 -1
  53. package/styles/material-dark.scss +2 -2
  54. package/styles/material-lite.scss +1 -1
  55. package/styles/material.scss +2 -2
  56. package/styles/material3-dark-lite.scss +1 -1
  57. package/styles/material3-dark.scss +3 -2
  58. package/styles/material3-lite.scss +1 -1
  59. package/styles/material3.scss +3 -2
  60. package/styles/pivotfieldlist/bds.scss +1 -1
  61. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -1
  62. package/styles/pivotfieldlist/bootstrap.scss +1 -1
  63. package/styles/pivotfieldlist/bootstrap4.scss +1 -1
  64. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -1
  65. package/styles/pivotfieldlist/bootstrap5.3.scss +1 -1
  66. package/styles/pivotfieldlist/bootstrap5.scss +1 -1
  67. package/styles/pivotfieldlist/fabric-dark.scss +1 -1
  68. package/styles/pivotfieldlist/fabric.scss +1 -1
  69. package/styles/pivotfieldlist/fluent-dark.scss +1 -1
  70. package/styles/pivotfieldlist/fluent.scss +1 -1
  71. package/styles/pivotfieldlist/fluent2.scss +1 -1
  72. package/styles/pivotfieldlist/highcontrast-light.scss +1 -1
  73. package/styles/pivotfieldlist/highcontrast.scss +1 -1
  74. package/styles/pivotfieldlist/material-dark.scss +1 -1
  75. package/styles/pivotfieldlist/material.scss +1 -1
  76. package/styles/pivotfieldlist/material3-dark.scss +2 -1
  77. package/styles/pivotfieldlist/material3.scss +2 -1
  78. package/styles/pivotfieldlist/tailwind-dark.scss +1 -1
  79. package/styles/pivotfieldlist/tailwind.scss +1 -1
  80. package/styles/pivotfieldlist/tailwind3.scss +1 -1
  81. package/styles/pivotview/bds.scss +1 -1
  82. package/styles/pivotview/bootstrap-dark.scss +1 -1
  83. package/styles/pivotview/bootstrap.scss +1 -1
  84. package/styles/pivotview/bootstrap4.scss +1 -1
  85. package/styles/pivotview/bootstrap5-dark.scss +1 -1
  86. package/styles/pivotview/bootstrap5.3.scss +1 -1
  87. package/styles/pivotview/bootstrap5.scss +1 -1
  88. package/styles/pivotview/fabric-dark.scss +1 -1
  89. package/styles/pivotview/fabric.scss +1 -1
  90. package/styles/pivotview/fluent-dark.scss +1 -1
  91. package/styles/pivotview/fluent.scss +1 -1
  92. package/styles/pivotview/fluent2.scss +1 -1
  93. package/styles/pivotview/highcontrast-light.scss +1 -1
  94. package/styles/pivotview/highcontrast.scss +1 -1
  95. package/styles/pivotview/material-dark.scss +1 -1
  96. package/styles/pivotview/material.scss +1 -1
  97. package/styles/pivotview/material3-dark.scss +2 -1
  98. package/styles/pivotview/material3.scss +2 -1
  99. package/styles/pivotview/tailwind-dark.scss +1 -1
  100. package/styles/pivotview/tailwind.scss +1 -1
  101. package/styles/pivotview/tailwind3.scss +1 -1
  102. package/styles/tailwind-dark-lite.scss +1 -1
  103. package/styles/tailwind-dark.scss +2 -2
  104. package/styles/tailwind-lite.scss +1 -1
  105. package/styles/tailwind.scss +2 -2
  106. package/styles/tailwind3-lite.scss +1 -1
  107. package/styles/tailwind3.scss +2 -2
  108. package/CHANGELOG.md +0 -1016
  109. package/esm2020/public_api.mjs +0 -2
  110. package/esm2020/src/index.mjs +0 -8
  111. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  112. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  113. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  114. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  115. package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
  116. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  117. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  118. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -351
  119. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  120. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -351
  121. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  122. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -0,0 +1,409 @@
1
+ import { ChangeDetectionStrategy, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
+ import { ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
3
+ import { CalculatedField, ConditionalFormatting, DrillThrough, ExcelExport, FieldList, Grouping, GroupingBar, NumberFormatting, PDFExport, Pager, PivotChart, PivotFieldList, PivotView, Toolbar, VirtualScroll } from '@syncfusion/ej2-pivotview';
4
+ import { CommonModule } from '@angular/common';
5
+
6
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
7
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
8
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
9
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
10
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
11
+ };
12
+ var __metadata = (this && this.__metadata) || function (k, v) {
13
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
14
+ };
15
+ const 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'];
16
+ const 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'];
17
+ const twoWays = [];
18
+ /**
19
+ * `ej-pivotview` represents the Angular Pivot Table Component.
20
+ * ```html
21
+ * <ej-pivotview></ej-pivotview>
22
+ * ```
23
+ */
24
+ let PivotViewComponent = class PivotViewComponent extends PivotView {
25
+ /**
26
+ * @param {?} ngEle
27
+ * @param {?} srenderer
28
+ * @param {?} viewContainerRef
29
+ * @param {?} injector
30
+ */
31
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
32
+ super();
33
+ this.ngEle = ngEle;
34
+ this.srenderer = srenderer;
35
+ this.viewContainerRef = viewContainerRef;
36
+ this.injector = injector;
37
+ this.element = this.ngEle.nativeElement;
38
+ this.injectedModules = this.injectedModules || [];
39
+ try {
40
+ let mod = this.injector.get('PivotViewGroupingBar');
41
+ if (this.injectedModules.indexOf(mod) === -1) {
42
+ this.injectedModules.push(mod);
43
+ }
44
+ }
45
+ catch (_a) { }
46
+ try {
47
+ let mod = this.injector.get('PivotViewFieldList');
48
+ if (this.injectedModules.indexOf(mod) === -1) {
49
+ this.injectedModules.push(mod);
50
+ }
51
+ }
52
+ catch (_b) { }
53
+ try {
54
+ let mod = this.injector.get('PivotViewCalculatedField');
55
+ if (this.injectedModules.indexOf(mod) === -1) {
56
+ this.injectedModules.push(mod);
57
+ }
58
+ }
59
+ catch (_c) { }
60
+ try {
61
+ let mod = this.injector.get('PivotViewConditionalFormatting');
62
+ if (this.injectedModules.indexOf(mod) === -1) {
63
+ this.injectedModules.push(mod);
64
+ }
65
+ }
66
+ catch (_d) { }
67
+ try {
68
+ let mod = this.injector.get('PivotViewVirtualScroll');
69
+ if (this.injectedModules.indexOf(mod) === -1) {
70
+ this.injectedModules.push(mod);
71
+ }
72
+ }
73
+ catch (_e) { }
74
+ try {
75
+ let mod = this.injector.get('PivotViewDrillThrough');
76
+ if (this.injectedModules.indexOf(mod) === -1) {
77
+ this.injectedModules.push(mod);
78
+ }
79
+ }
80
+ catch (_f) { }
81
+ try {
82
+ let mod = this.injector.get('PivotViewToolbar');
83
+ if (this.injectedModules.indexOf(mod) === -1) {
84
+ this.injectedModules.push(mod);
85
+ }
86
+ }
87
+ catch (_g) { }
88
+ try {
89
+ let mod = this.injector.get('PivotViewPivotChart');
90
+ if (this.injectedModules.indexOf(mod) === -1) {
91
+ this.injectedModules.push(mod);
92
+ }
93
+ }
94
+ catch (_h) { }
95
+ try {
96
+ let mod = this.injector.get('PivotViewPDFExport');
97
+ if (this.injectedModules.indexOf(mod) === -1) {
98
+ this.injectedModules.push(mod);
99
+ }
100
+ }
101
+ catch (_j) { }
102
+ try {
103
+ let mod = this.injector.get('PivotViewExcelExport');
104
+ if (this.injectedModules.indexOf(mod) === -1) {
105
+ this.injectedModules.push(mod);
106
+ }
107
+ }
108
+ catch (_k) { }
109
+ try {
110
+ let mod = this.injector.get('PivotViewNumberFormatting');
111
+ if (this.injectedModules.indexOf(mod) === -1) {
112
+ this.injectedModules.push(mod);
113
+ }
114
+ }
115
+ catch (_l) { }
116
+ try {
117
+ let mod = this.injector.get('PivotViewGrouping');
118
+ if (this.injectedModules.indexOf(mod) === -1) {
119
+ this.injectedModules.push(mod);
120
+ }
121
+ }
122
+ catch (_m) { }
123
+ try {
124
+ let mod = this.injector.get('PivotViewPager');
125
+ if (this.injectedModules.indexOf(mod) === -1) {
126
+ this.injectedModules.push(mod);
127
+ }
128
+ }
129
+ catch (_o) { }
130
+ this.registerEvents(outputs);
131
+ this.addTwoWay.call(this, twoWays);
132
+ setValue('currentInstance', this, this.viewContainerRef);
133
+ this.context = new ComponentBase();
134
+ }
135
+ /**
136
+ * @return {?}
137
+ */
138
+ ngOnInit() {
139
+ this.context.ngOnInit(this);
140
+ }
141
+ /**
142
+ * @return {?}
143
+ */
144
+ ngAfterViewInit() {
145
+ this.context.ngAfterViewInit(this);
146
+ }
147
+ /**
148
+ * @return {?}
149
+ */
150
+ ngOnDestroy() {
151
+ this.context.ngOnDestroy(this);
152
+ }
153
+ /**
154
+ * @return {?}
155
+ */
156
+ ngAfterContentChecked() {
157
+ this.context.ngAfterContentChecked(this);
158
+ }
159
+ };
160
+ PivotViewComponent.decorators = [
161
+ { type: Component, args: [{
162
+ selector: 'ejs-pivotview',
163
+ inputs: inputs,
164
+ outputs: outputs,
165
+ template: '',
166
+ changeDetection: ChangeDetectionStrategy.OnPush,
167
+ queries: {}
168
+ },] },
169
+ ];
170
+ /**
171
+ * @nocollapse
172
+ */
173
+ PivotViewComponent.ctorParameters = () => [
174
+ { type: ElementRef, },
175
+ { type: Renderer2, },
176
+ { type: ViewContainerRef, },
177
+ { type: Injector, },
178
+ ];
179
+ PivotViewComponent.propDecorators = {
180
+ 'cellTemplate': [{ type: ContentChild, args: ['cellTemplate',] },],
181
+ 'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate',] },],
182
+ };
183
+ __decorate([
184
+ Template(),
185
+ __metadata("design:type", Object)
186
+ ], PivotViewComponent.prototype, "cellTemplate", void 0);
187
+ __decorate([
188
+ Template(),
189
+ __metadata("design:type", Object)
190
+ ], PivotViewComponent.prototype, "tooltipTemplate", void 0);
191
+ PivotViewComponent = __decorate([
192
+ ComponentMixins([ComponentBase]),
193
+ __metadata("design:paramtypes", [ElementRef,
194
+ Renderer2,
195
+ ViewContainerRef,
196
+ Injector])
197
+ ], PivotViewComponent);
198
+
199
+ /**
200
+ * NgModule definition for the PivotView component.
201
+ */
202
+ class PivotViewModule {
203
+ }
204
+ PivotViewModule.decorators = [
205
+ { type: NgModule, args: [{
206
+ imports: [CommonModule],
207
+ declarations: [
208
+ PivotViewComponent
209
+ ],
210
+ exports: [
211
+ PivotViewComponent
212
+ ]
213
+ },] },
214
+ ];
215
+ /**
216
+ * @nocollapse
217
+ */
218
+ PivotViewModule.ctorParameters = () => [];
219
+
220
+ const GroupingBarService = { provide: 'PivotViewGroupingBar', useValue: GroupingBar };
221
+ const FieldListService = { provide: 'PivotViewFieldList', useValue: FieldList };
222
+ const CalculatedFieldService = { provide: 'PivotViewCalculatedField', useValue: CalculatedField };
223
+ const ConditionalFormattingService = { provide: 'PivotViewConditionalFormatting', useValue: ConditionalFormatting };
224
+ const VirtualScrollService = { provide: 'PivotViewVirtualScroll', useValue: VirtualScroll };
225
+ const DrillThroughService = { provide: 'PivotViewDrillThrough', useValue: DrillThrough };
226
+ const ToolbarService = { provide: 'PivotViewToolbar', useValue: Toolbar };
227
+ const PivotChartService = { provide: 'PivotViewPivotChart', useValue: PivotChart };
228
+ const PDFExportService = { provide: 'PivotViewPDFExport', useValue: PDFExport };
229
+ const ExcelExportService = { provide: 'PivotViewExcelExport', useValue: ExcelExport };
230
+ const NumberFormattingService = { provide: 'PivotViewNumberFormatting', useValue: NumberFormatting };
231
+ const GroupingService = { provide: 'PivotViewGrouping', useValue: Grouping };
232
+ const PagerService = { provide: 'PivotViewPager', useValue: Pager };
233
+ /**
234
+ * NgModule definition for the PivotView component with providers.
235
+ */
236
+ class PivotViewAllModule {
237
+ }
238
+ PivotViewAllModule.decorators = [
239
+ { type: NgModule, args: [{
240
+ imports: [CommonModule, PivotViewModule],
241
+ exports: [
242
+ PivotViewModule
243
+ ],
244
+ providers: [
245
+ GroupingBarService,
246
+ FieldListService,
247
+ CalculatedFieldService,
248
+ ConditionalFormattingService,
249
+ VirtualScrollService,
250
+ DrillThroughService,
251
+ ToolbarService,
252
+ PivotChartService,
253
+ PDFExportService,
254
+ ExcelExportService,
255
+ NumberFormattingService,
256
+ GroupingService,
257
+ PagerService
258
+ ]
259
+ },] },
260
+ ];
261
+ /**
262
+ * @nocollapse
263
+ */
264
+ PivotViewAllModule.ctorParameters = () => [];
265
+
266
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
267
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
268
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
269
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
270
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
271
+ };
272
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
273
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
274
+ };
275
+ const inputs$1 = ['aggregateTypes', 'allowCalculatedField', 'allowDeferLayoutUpdate', 'cssClass', 'currencyCode', 'dataSourceSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'renderMode', 'showValuesButton', 'spinnerTemplate', 'target'];
276
+ const outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'afterServiceInvoke', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeServiceInvoke', 'calculatedFieldCreate', 'created', 'dataBound', 'destroyed', 'enginePopulated', 'enginePopulating', 'fieldDragStart', 'fieldDrop', 'fieldRemove', 'load', 'memberEditorOpen', 'memberFiltering', 'onFieldDropped', 'onHeadersSort'];
277
+ const twoWays$1 = [];
278
+ /**
279
+ * `ej-pivotfieldlist` represents the Angular PivotFieldList Component.
280
+ * ```html
281
+ * <ej-pivotfieldlist></ej-pivotfieldlist>
282
+ * ```
283
+ */
284
+ let PivotFieldListComponent = class PivotFieldListComponent extends PivotFieldList {
285
+ /**
286
+ * @param {?} ngEle
287
+ * @param {?} srenderer
288
+ * @param {?} viewContainerRef
289
+ * @param {?} injector
290
+ */
291
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
292
+ super();
293
+ this.ngEle = ngEle;
294
+ this.srenderer = srenderer;
295
+ this.viewContainerRef = viewContainerRef;
296
+ this.injector = injector;
297
+ this.element = this.ngEle.nativeElement;
298
+ this.injectedModules = this.injectedModules || [];
299
+ try {
300
+ let mod = this.injector.get('PivotViewCalculatedField');
301
+ if (this.injectedModules.indexOf(mod) === -1) {
302
+ this.injectedModules.push(mod);
303
+ }
304
+ }
305
+ catch (_a) { }
306
+ this.registerEvents(outputs$1);
307
+ this.addTwoWay.call(this, twoWays$1);
308
+ setValue('currentInstance', this, this.viewContainerRef);
309
+ this.context = new ComponentBase();
310
+ }
311
+ /**
312
+ * @return {?}
313
+ */
314
+ ngOnInit() {
315
+ this.context.ngOnInit(this);
316
+ }
317
+ /**
318
+ * @return {?}
319
+ */
320
+ ngAfterViewInit() {
321
+ this.context.ngAfterViewInit(this);
322
+ }
323
+ /**
324
+ * @return {?}
325
+ */
326
+ ngOnDestroy() {
327
+ this.context.ngOnDestroy(this);
328
+ }
329
+ /**
330
+ * @return {?}
331
+ */
332
+ ngAfterContentChecked() {
333
+ this.context.ngAfterContentChecked(this);
334
+ }
335
+ };
336
+ PivotFieldListComponent.decorators = [
337
+ { type: Component, args: [{
338
+ selector: 'ejs-pivotfieldlist',
339
+ inputs: inputs$1,
340
+ outputs: outputs$1,
341
+ template: '',
342
+ changeDetection: ChangeDetectionStrategy.OnPush,
343
+ queries: {}
344
+ },] },
345
+ ];
346
+ /**
347
+ * @nocollapse
348
+ */
349
+ PivotFieldListComponent.ctorParameters = () => [
350
+ { type: ElementRef, },
351
+ { type: Renderer2, },
352
+ { type: ViewContainerRef, },
353
+ { type: Injector, },
354
+ ];
355
+ PivotFieldListComponent = __decorate$1([
356
+ ComponentMixins([ComponentBase]),
357
+ __metadata$1("design:paramtypes", [ElementRef,
358
+ Renderer2,
359
+ ViewContainerRef,
360
+ Injector])
361
+ ], PivotFieldListComponent);
362
+
363
+ /**
364
+ * NgModule definition for the PivotFieldList component.
365
+ */
366
+ class PivotFieldListModule {
367
+ }
368
+ PivotFieldListModule.decorators = [
369
+ { type: NgModule, args: [{
370
+ imports: [CommonModule],
371
+ declarations: [
372
+ PivotFieldListComponent
373
+ ],
374
+ exports: [
375
+ PivotFieldListComponent
376
+ ]
377
+ },] },
378
+ ];
379
+ /**
380
+ * @nocollapse
381
+ */
382
+ PivotFieldListModule.ctorParameters = () => [];
383
+
384
+ /**
385
+ * NgModule definition for the PivotFieldList component with providers.
386
+ */
387
+ class PivotFieldListAllModule {
388
+ }
389
+ PivotFieldListAllModule.decorators = [
390
+ { type: NgModule, args: [{
391
+ imports: [CommonModule, PivotFieldListModule],
392
+ exports: [
393
+ PivotFieldListModule
394
+ ],
395
+ providers: []
396
+ },] },
397
+ ];
398
+ /**
399
+ * @nocollapse
400
+ */
401
+ PivotFieldListAllModule.ctorParameters = () => [];
402
+
403
+ /**
404
+ * Generated bundle index. Do not edit.
405
+ */
406
+
407
+ 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 };
408
+ 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';
409
+ //# sourceMappingURL=ej2-angular-pivotview.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-pivotview.js","sources":["~/@syncfusion/ej2-angular-pivotview/ej2-angular-pivotview.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist-all.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist.component.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview-all.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {PivotViewComponent,PivotViewModule,PivotViewAllModule,GroupingBarService,FieldListService,CalculatedFieldService,ConditionalFormattingService,VirtualScrollService,DrillThroughService,ToolbarService,PivotChartService,PDFExportService,ExcelExportService,NumberFormattingService,GroupingService,PagerService,PivotFieldListComponent,PivotFieldListModule,PivotFieldListAllModule,GroupingBarSettings,CellEditSettings,ConditionalSettings,HyperlinkSettings,PageSettings,PagerSettings,DisplayOption,VirtualScrollSettings,PivotView,GroupingBarSettingsModel,CellEditSettingsModel,ConditionalSettingsModel,HyperlinkSettingsModel,PageSettingsModel,PagerSettingsModel,DisplayOptionModel,VirtualScrollSettingsModel,PivotViewModel,Render,ExcelExport,PDFExport,KeyboardInteraction,VirtualScroll,DrillThrough,Pager,PivotChart,PivotFieldList,PivotFieldListModel,TreeViewRenderer,AxisFieldRenderer,AxisTableRenderer,DialogRenderer,EventBase,NodeStateModified,DataSourceUpdate,FieldList,CommonKeyboardInteraction,Common,GroupingBar,CalculatedField,ConditionalFormatting,PivotCommon,LoadEventArgs,SaveReportArgs,FetchReportArgs,LoadReportArgs,RenameReportArgs,RemoveReportArgs,NewReportArgs,ToolbarArgs,EnginePopulatingEventArgs,EnginePopulatedEventArgs,FieldDroppedEventArgs,FieldDropEventArgs,FieldDragStartEventArgs,BeforeExportEventArgs,PdfMargins,ExportPageSize,PdfCellRenderArgs,PdfStyle,CellClickEventArgs,HyperCellClickEventArgs,DrillThroughEventArgs,MultiLevelLabelClickEventArgs,MultiLevelLabelRenderEventArgs,EditCompletedEventArgs,MemberFilteringEventArgs,CellSelectedObject,PivotCellSelectedEventArgs,DrillArgs,PivotColumn,ColumnRenderEventArgs,BeginDrillThroughEventArgs,ChartSeriesCreatedEventArgs,SelectionSettings,CommonArgs,PivotButtonArgs,IAction,ExcelRow,ExcelColumn,ExcelStyles,ExcelCell,ResizeInfo,ScrollInfo,HeaderCollection,RowHeaderPositionGrouping,RowHeaderLevelGrouping,ChartLabelInfo,PdfTheme,PdfThemeStyle,PdfBorder,CellTemplateArgs,AggregateEventArgs,QueryCellInfoEventArgs,FieldListRefreshedEventArgs,OffsetModel,MemberEditorOpenEventArgs,FieldRemoveEventArgs,CalculatedFieldCreateEventArgs,NumberFormattingEventArgs,AggregateMenuOpenEventArgs,MemberItems,TreeDataInfo,BeforeServiceInvokeEventArgs,AfterServiceInvokeEventArgs,UpdateRawDataArgs,FetchRawDataArgs,PivotActionBeginEventArgs,PivotActionCompleteEventArgs,PivotActionFailureEventArgs,PivotActionInfo,PivotReportInfo,PivotExportInfo,PivotEditInfo,PivotToolbarInfo,HeadersSortEventArgs,ExportCompleteEventArgs,Mode,EditMode,SelectionMode,PdfBorderStyle,ToolbarItems,View,Primary,ChartSeriesType,ChartSelectionMode,PivotTableContextMenuItem,PivotTableGridLine,PivotCellSelectionMode,PivotTableSelectionType,PivotTableCheckboxSelectionType,PivotTableClipMode,PivotTablePrintMode,PivotChartShape,PivotChartErrorBarType,PivotChartErrorBarDirection,PivotChartErrorBarMode,PivotChartTrendlineTypes,PivotChartLegendShape,PivotChartEmptyPointMode,PivotChartAlignment,PivotChartTextOverflow,PivotChartSizeType,PivotChartAnchor,PivotChartZIndex,PivotChartBorderType,PivotChartLineType,PivotAccumulationChartSelectionMode,PivotChartConnectorType,PivotChartLabelPosition,PivotChartGroupModes,PivotChartPyramidModes,PivotChartLegendPosition,PivotChartDrawType,PivotChartSplineType,PivotChartLabelIntersectAction,PivotChartEdgeLabelPlacement,PivotChartLabelPlacement,PivotChartAxisPosition,PivotChartZoomMode,PivotChartToolbarItems,PivotChartTheme,LabelPosition,AggregateTypes,MultipleAxisMode,GrandTotalsPosition,SubTotalsPosition,PagerPosition,ExportView,GridLayout,ExportType,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,SelectedCellsInfo,PivotEngine,IDataOptions,IConditionalFormatSettings,IStyle,IValueSortSettings,IAuthenticationInfo,IPageSettings,IMatrix2D,ValueMatrixInfo,IFilterObj,IIterator,INumberIndex,INumberArrayIndex,IStringIndex,IPivotValues,IPivotRows,IGridValues,ISelectedValues,IDataSet,IFieldOptions,ISort,IFilter,IDrillOptions,ICalculatedFieldSettings,ICalculatedFields,IFormatSettings,IMembers,IFieldListOptions,IField,IAxisSet,IDrilledItem,ICustomProperties,IGroupSettings,ICustomGroups,IGroupRange,FieldItemInfo,PivotUtil,Sorting,SummaryTypes,FilterType,Operators,LabelOperators,ValueOperators,DateOperators,Condition,DateGroup,GroupType,ProviderType,DataSourceType,RenderMode,OlapEngine,IOlapFieldListOptions,IOlapField,ConnectionInfo,FieldData,IOlapCustomProperties,ITupInfo,IDrillInfo,ITotCollection,IParentObjCollection,ILastSavedInfo,IMeasureInfo,IOrderedInfo,VirtualScrollingData,VirtualTotals,ValueSortInfo,MDXQuery,PagingQuery,FieldOptions,FieldListFieldOptions,Style,Filter,ConditionalFormatSettings,Sort,FormatSettings,GroupSettings,CustomGroups,CalculatedFieldSettings,DrillOptions,ValueSortSettings,Authentication,DataSourceSettings} from './public_api';\n\nexport {inputs as ɵc,outputs as ɵd} from './src/pivotfieldlist/pivotfieldlist.component';\nexport {inputs as ɵa,outputs as ɵb} from './src/pivotview/pivotview.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PivotFieldListComponent } from './pivotfieldlist.component';\nimport { PivotFieldListModule } from './pivotfieldlist.module';\n/**\n * NgModule definition for the PivotFieldList component with providers.\n */\nexport class PivotFieldListAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, PivotFieldListModule],\n exports: [\n PivotFieldListModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PivotFieldListAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPivotFieldListAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPivotFieldListAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PivotFieldListComponent } from './pivotfieldlist.component';\n/**\n * NgModule definition for the PivotFieldList component.\n */\nexport class PivotFieldListModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n PivotFieldListComponent\n ],\n exports: [\n PivotFieldListComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PivotFieldListModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPivotFieldListModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPivotFieldListModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PivotFieldList } from '@syncfusion/ej2-pivotview';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['aggregateTypes','allowCalculatedField','allowDeferLayoutUpdate','cssClass','currencyCode','dataSourceSettings','enableFieldSearching','enableHtmlSanitizer','enablePersistence','enableRtl','loadOnDemandInMemberEditor','locale','maxNodeLimitInMemberEditor','renderMode','showValuesButton','spinnerTemplate','target'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','afterServiceInvoke','aggregateCellInfo','aggregateMenuOpen','beforeServiceInvoke','calculatedFieldCreate','created','dataBound','destroyed','enginePopulated','enginePopulating','fieldDragStart','fieldDrop','fieldRemove','load','memberEditorOpen','memberFiltering','onFieldDropped','onHeadersSort'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ej-pivotfieldlist` represents the Angular PivotFieldList Component.\n * ```html\n * <ej-pivotfieldlist></ej-pivotfieldlist>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class PivotFieldListComponent extends PivotFieldList implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tafterServiceInvoke: any;\n\taggregateCellInfo: any;\n\taggregateMenuOpen: any;\n\tbeforeServiceInvoke: any;\n\tcalculatedFieldCreate: any;\n\tcreated: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tenginePopulated: any;\n\tenginePopulating: any;\n\tfieldDragStart: any;\n\tfieldDrop: any;\n\tfieldRemove: any;\n\tload: any;\n\tmemberEditorOpen: any;\n\tmemberFiltering: any;\n\tonFieldDropped: any;\npublic onHeadersSort: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PivotViewCalculatedField');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-pivotfieldlist',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction PivotFieldListComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nPivotFieldListComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPivotFieldListComponent.ctorParameters;\n/** @type {?} */\nPivotFieldListComponent.prototype.context;\n/** @type {?} */\nPivotFieldListComponent.prototype.tagObjects;\n/** @type {?} */\nPivotFieldListComponent.prototype.actionBegin;\n/** @type {?} */\nPivotFieldListComponent.prototype.actionComplete;\n/** @type {?} */\nPivotFieldListComponent.prototype.actionFailure;\n/** @type {?} */\nPivotFieldListComponent.prototype.afterServiceInvoke;\n/** @type {?} */\nPivotFieldListComponent.prototype.aggregateCellInfo;\n/** @type {?} */\nPivotFieldListComponent.prototype.aggregateMenuOpen;\n/** @type {?} */\nPivotFieldListComponent.prototype.beforeServiceInvoke;\n/** @type {?} */\nPivotFieldListComponent.prototype.calculatedFieldCreate;\n/** @type {?} */\nPivotFieldListComponent.prototype.created;\n/** @type {?} */\nPivotFieldListComponent.prototype.dataBound;\n/** @type {?} */\nPivotFieldListComponent.prototype.destroyed;\n/** @type {?} */\nPivotFieldListComponent.prototype.enginePopulated;\n/** @type {?} */\nPivotFieldListComponent.prototype.enginePopulating;\n/** @type {?} */\nPivotFieldListComponent.prototype.fieldDragStart;\n/** @type {?} */\nPivotFieldListComponent.prototype.fieldDrop;\n/** @type {?} */\nPivotFieldListComponent.prototype.fieldRemove;\n/** @type {?} */\nPivotFieldListComponent.prototype.load;\n/** @type {?} */\nPivotFieldListComponent.prototype.memberEditorOpen;\n/** @type {?} */\nPivotFieldListComponent.prototype.memberFiltering;\n/** @type {?} */\nPivotFieldListComponent.prototype.onFieldDropped;\n/** @type {?} */\nPivotFieldListComponent.prototype.onHeadersSort;\n/** @type {?} */\nPivotFieldListComponent.prototype.registerEvents;\n/** @type {?} */\nPivotFieldListComponent.prototype.addTwoWay;\n/** @type {?} */\nPivotFieldListComponent.prototype.ngEle;\n/** @type {?} */\nPivotFieldListComponent.prototype.srenderer;\n/** @type {?} */\nPivotFieldListComponent.prototype.viewContainerRef;\n/** @type {?} */\nPivotFieldListComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PivotViewComponent } from './pivotview.component';\nimport { PivotViewModule } from './pivotview.module';\nimport {GroupingBar, FieldList, CalculatedField, ConditionalFormatting, VirtualScroll, DrillThrough, Toolbar, PivotChart, PDFExport, ExcelExport, NumberFormatting, Grouping, Pager} from '@syncfusion/ej2-pivotview';\n\n\nexport const /** @type {?} */ GroupingBarService: ValueProvider = { provide: 'PivotViewGroupingBar', useValue: GroupingBar};\nexport const /** @type {?} */ FieldListService: ValueProvider = { provide: 'PivotViewFieldList', useValue: FieldList};\nexport const /** @type {?} */ CalculatedFieldService: ValueProvider = { provide: 'PivotViewCalculatedField', useValue: CalculatedField};\nexport const /** @type {?} */ ConditionalFormattingService: ValueProvider = { provide: 'PivotViewConditionalFormatting', useValue: ConditionalFormatting};\nexport const /** @type {?} */ VirtualScrollService: ValueProvider = { provide: 'PivotViewVirtualScroll', useValue: VirtualScroll};\nexport const /** @type {?} */ DrillThroughService: ValueProvider = { provide: 'PivotViewDrillThrough', useValue: DrillThrough};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'PivotViewToolbar', useValue: Toolbar};\nexport const /** @type {?} */ PivotChartService: ValueProvider = { provide: 'PivotViewPivotChart', useValue: PivotChart};\nexport const /** @type {?} */ PDFExportService: ValueProvider = { provide: 'PivotViewPDFExport', useValue: PDFExport};\nexport const /** @type {?} */ ExcelExportService: ValueProvider = { provide: 'PivotViewExcelExport', useValue: ExcelExport};\nexport const /** @type {?} */ NumberFormattingService: ValueProvider = { provide: 'PivotViewNumberFormatting', useValue: NumberFormatting};\nexport const /** @type {?} */ GroupingService: ValueProvider = { provide: 'PivotViewGrouping', useValue: Grouping};\nexport const /** @type {?} */ PagerService: ValueProvider = { provide: 'PivotViewPager', useValue: Pager};\n/**\n * NgModule definition for the PivotView component with providers.\n */\nexport class PivotViewAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, PivotViewModule],\n exports: [\n PivotViewModule\n ],\n providers:[\n GroupingBarService,\n FieldListService,\n CalculatedFieldService,\n ConditionalFormattingService,\n VirtualScrollService,\n DrillThroughService,\n ToolbarService,\n PivotChartService,\n PDFExportService,\n ExcelExportService,\n NumberFormattingService,\n GroupingService,\n PagerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PivotViewAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPivotViewAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPivotViewAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PivotViewComponent } from './pivotview.component';\n/**\n * NgModule definition for the PivotView component.\n */\nexport class PivotViewModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n PivotViewComponent\n ],\n exports: [\n PivotViewComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PivotViewModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPivotViewModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPivotViewModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PivotView } from '@syncfusion/ej2-pivotview';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['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'];\nexport const /** @type {?} */ outputs: string[] = ['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'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ej-pivotview` represents the Angular Pivot Table Component.\n * ```html\n * <ej-pivotview></ej-pivotview>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class PivotViewComponent extends PivotView implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tafterServiceInvoke: any;\n\taggregateCellInfo: any;\n\taggregateMenuOpen: any;\n\tbeforeExport: any;\n\tbeforeServiceInvoke: any;\n\tbeginDrillThrough: any;\n\tcalculatedFieldCreate: any;\n\tcellClick: any;\n\tcellSelected: any;\n\tcellSelecting: any;\n\tchartSeriesCreated: any;\n\tconditionalFormatting: any;\n\tcreated: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tdrill: any;\n\tdrillThrough: any;\n\teditCompleted: any;\n\tenginePopulated: any;\n\tenginePopulating: any;\n\texportComplete: any;\n\tfetchReport: any;\n\tfieldDragStart: any;\n\tfieldDrop: any;\n\tfieldListRefreshed: any;\n\tfieldRemove: any;\n\thyperlinkCellClick: any;\n\tload: any;\n\tloadReport: any;\n\tmemberEditorOpen: any;\n\tmemberFiltering: any;\n\tnewReport: any;\n\tnumberFormatting: any;\n\tonFieldDropped: any;\n\tonHeadersSort: any;\n\tonPdfCellRender: any;\n\tremoveReport: any;\n\trenameReport: any;\n\tsaveReport: any;\n\ttoolbarClick: any;\npublic toolbarRender: any;\n/**\n * Allows the table cell elements to be customized with either an HTML string or the element’s ID, \n * that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public cellTemplate: any;\n/**\n * Allows the tooltip element to be customized with either an HTML string or the element’s ID, \n * can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public tooltipTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PivotViewGroupingBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewFieldList');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewCalculatedField');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewConditionalFormatting');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewVirtualScroll');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewDrillThrough');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewPivotChart');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewPDFExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewExcelExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewNumberFormatting');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewGrouping');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PivotViewPager');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-pivotview',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'cellTemplate': [{ type: ContentChild, args: ['cellTemplate', ] },],\n'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n};\n}\n\nfunction PivotViewComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nPivotViewComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPivotViewComponent.ctorParameters;\n/** @type {?} */\nPivotViewComponent.propDecorators;\n/** @type {?} */\nPivotViewComponent.prototype.context;\n/** @type {?} */\nPivotViewComponent.prototype.tagObjects;\n/** @type {?} */\nPivotViewComponent.prototype.actionBegin;\n/** @type {?} */\nPivotViewComponent.prototype.actionComplete;\n/** @type {?} */\nPivotViewComponent.prototype.actionFailure;\n/** @type {?} */\nPivotViewComponent.prototype.afterServiceInvoke;\n/** @type {?} */\nPivotViewComponent.prototype.aggregateCellInfo;\n/** @type {?} */\nPivotViewComponent.prototype.aggregateMenuOpen;\n/** @type {?} */\nPivotViewComponent.prototype.beforeExport;\n/** @type {?} */\nPivotViewComponent.prototype.beforeServiceInvoke;\n/** @type {?} */\nPivotViewComponent.prototype.beginDrillThrough;\n/** @type {?} */\nPivotViewComponent.prototype.calculatedFieldCreate;\n/** @type {?} */\nPivotViewComponent.prototype.cellClick;\n/** @type {?} */\nPivotViewComponent.prototype.cellSelected;\n/** @type {?} */\nPivotViewComponent.prototype.cellSelecting;\n/** @type {?} */\nPivotViewComponent.prototype.chartSeriesCreated;\n/** @type {?} */\nPivotViewComponent.prototype.conditionalFormatting;\n/** @type {?} */\nPivotViewComponent.prototype.created;\n/** @type {?} */\nPivotViewComponent.prototype.dataBound;\n/** @type {?} */\nPivotViewComponent.prototype.destroyed;\n/** @type {?} */\nPivotViewComponent.prototype.drill;\n/** @type {?} */\nPivotViewComponent.prototype.drillThrough;\n/** @type {?} */\nPivotViewComponent.prototype.editCompleted;\n/** @type {?} */\nPivotViewComponent.prototype.enginePopulated;\n/** @type {?} */\nPivotViewComponent.prototype.enginePopulating;\n/** @type {?} */\nPivotViewComponent.prototype.exportComplete;\n/** @type {?} */\nPivotViewComponent.prototype.fetchReport;\n/** @type {?} */\nPivotViewComponent.prototype.fieldDragStart;\n/** @type {?} */\nPivotViewComponent.prototype.fieldDrop;\n/** @type {?} */\nPivotViewComponent.prototype.fieldListRefreshed;\n/** @type {?} */\nPivotViewComponent.prototype.fieldRemove;\n/** @type {?} */\nPivotViewComponent.prototype.hyperlinkCellClick;\n/** @type {?} */\nPivotViewComponent.prototype.load;\n/** @type {?} */\nPivotViewComponent.prototype.loadReport;\n/** @type {?} */\nPivotViewComponent.prototype.memberEditorOpen;\n/** @type {?} */\nPivotViewComponent.prototype.memberFiltering;\n/** @type {?} */\nPivotViewComponent.prototype.newReport;\n/** @type {?} */\nPivotViewComponent.prototype.numberFormatting;\n/** @type {?} */\nPivotViewComponent.prototype.onFieldDropped;\n/** @type {?} */\nPivotViewComponent.prototype.onHeadersSort;\n/** @type {?} */\nPivotViewComponent.prototype.onPdfCellRender;\n/** @type {?} */\nPivotViewComponent.prototype.removeReport;\n/** @type {?} */\nPivotViewComponent.prototype.renameReport;\n/** @type {?} */\nPivotViewComponent.prototype.saveReport;\n/** @type {?} */\nPivotViewComponent.prototype.toolbarClick;\n/** @type {?} */\nPivotViewComponent.prototype.toolbarRender;\n/**\n * Allows the table cell elements to be customized with either an HTML string or the element’s ID, \n * that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nPivotViewComponent.prototype.cellTemplate;\n/**\n * Allows the tooltip element to be customized with either an HTML string or the element’s ID, \n * can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nPivotViewComponent.prototype.tooltipTemplate;\n/** @type {?} */\nPivotViewComponent.prototype.registerEvents;\n/** @type {?} */\nPivotViewComponent.prototype.addTwoWay;\n/** @type {?} */\nPivotViewComponent.prototype.ngEle;\n/** @type {?} */\nPivotViewComponent.prototype.srenderer;\n/** @type {?} */\nPivotViewComponent.prototype.viewContainerRef;\n/** @type {?} */\nPivotViewComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","inputs","twoWays"],"mappings":"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"}
package/LICENSE ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/README.md CHANGED
@@ -15,7 +15,7 @@ The [Angular Pivot Table](https://www.syncfusion.com/angular-components/angular-
15
15
  <p align="center">
16
16
  Trusted by the world's leading companies
17
17
  <a href="https://www.syncfusion.com">
18
- <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
18
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
19
19
  </a>
20
20
  </p>
21
21
 
@@ -121,14 +121,6 @@ Pivot Table component is also offered in the following list of frameworks.
121
121
  * [Right-to-left (RTL)](https://ej2.syncfusion.com/angular/documentation/pivotview/globalization-and-localization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pivot-table-npm#right-to-left-rtl): Aligns content in the Pivot Table component from right to left.
122
122
  * [Globalization](https://ej2.syncfusion.com/angular/documentation/pivotview/globalization-and-localization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pivot-table-npm#globalization): Personalize the Pivot Table component with different languages, as well as culture-specific date and number formatting.
123
123
 
124
- ## Resources
125
-
126
- * [Documentation](https://ej2.syncfusion.com/angular/documentation/pivotview/getting-started)
127
- * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
128
- * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
129
- * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
130
- * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
131
-
132
124
  ## Support
133
125
 
134
126
  Product support is available through the following mediums.
@@ -145,10 +137,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
145
137
 
146
138
  ## License and copyright
147
139
 
148
- > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
140
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
149
141
 
150
142
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
151
143
 
152
144
  See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-pivot-table-npm) for more info.
153
145
 
154
- © Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
146
+ © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.