@syncfusion/ej2-angular-pivotview 32.1.19-ngcc → 32.1.19

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 (120) hide show
  1. package/CHANGELOG.md +1000 -0
  2. package/README.md +10 -2
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/index.mjs +8 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  6. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  7. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  8. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  9. package/esm2020/src/pivotview/pivotview.component.mjs +163 -0
  10. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  11. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  12. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +351 -0
  13. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +351 -0
  15. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  16. package/package.json +28 -46
  17. package/public_api.d.ts +1 -1
  18. package/src/index.d.ts +7 -7
  19. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +11 -5
  20. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +51 -48
  21. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +11 -5
  22. package/src/pivotview/pivotview-all.module.d.ts +25 -19
  23. package/src/pivotview/pivotview.component.d.ts +88 -85
  24. package/src/pivotview/pivotview.module.d.ts +11 -5
  25. package/styles/bds-lite.scss +1 -1
  26. package/styles/bds.scss +2 -2
  27. package/styles/bootstrap-dark-lite.scss +1 -1
  28. package/styles/bootstrap-dark.scss +2 -2
  29. package/styles/bootstrap-lite.scss +1 -1
  30. package/styles/bootstrap.scss +2 -2
  31. package/styles/bootstrap4-lite.scss +1 -1
  32. package/styles/bootstrap4.scss +2 -2
  33. package/styles/bootstrap5-dark-lite.scss +1 -1
  34. package/styles/bootstrap5-dark.scss +2 -2
  35. package/styles/bootstrap5-lite.scss +1 -1
  36. package/styles/bootstrap5.3-lite.scss +1 -1
  37. package/styles/bootstrap5.3.scss +2 -2
  38. package/styles/bootstrap5.scss +2 -2
  39. package/styles/fabric-dark-lite.scss +1 -1
  40. package/styles/fabric-dark.scss +2 -2
  41. package/styles/fabric-lite.scss +1 -1
  42. package/styles/fabric.scss +2 -2
  43. package/styles/fluent-dark-lite.scss +1 -1
  44. package/styles/fluent-dark.scss +2 -2
  45. package/styles/fluent-lite.scss +1 -1
  46. package/styles/fluent.scss +2 -2
  47. package/styles/fluent2-lite.scss +1 -1
  48. package/styles/fluent2.scss +2 -2
  49. package/styles/highcontrast-light-lite.scss +1 -1
  50. package/styles/highcontrast-light.scss +2 -2
  51. package/styles/highcontrast-lite.scss +1 -1
  52. package/styles/highcontrast.scss +2 -2
  53. package/styles/material-dark-lite.scss +1 -1
  54. package/styles/material-dark.scss +2 -2
  55. package/styles/material-lite.scss +1 -1
  56. package/styles/material.scss +2 -2
  57. package/styles/material3-dark-lite.scss +1 -1
  58. package/styles/material3-dark.scss +2 -3
  59. package/styles/material3-lite.scss +1 -1
  60. package/styles/material3.scss +2 -3
  61. package/styles/pivotfieldlist/bds.scss +1 -1
  62. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -1
  63. package/styles/pivotfieldlist/bootstrap.scss +1 -1
  64. package/styles/pivotfieldlist/bootstrap4.scss +1 -1
  65. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -1
  66. package/styles/pivotfieldlist/bootstrap5.3.scss +1 -1
  67. package/styles/pivotfieldlist/bootstrap5.scss +1 -1
  68. package/styles/pivotfieldlist/fabric-dark.scss +1 -1
  69. package/styles/pivotfieldlist/fabric.scss +1 -1
  70. package/styles/pivotfieldlist/fluent-dark.scss +1 -1
  71. package/styles/pivotfieldlist/fluent.scss +1 -1
  72. package/styles/pivotfieldlist/fluent2.scss +1 -1
  73. package/styles/pivotfieldlist/highcontrast-light.scss +1 -1
  74. package/styles/pivotfieldlist/highcontrast.scss +1 -1
  75. package/styles/pivotfieldlist/material-dark.scss +1 -1
  76. package/styles/pivotfieldlist/material.scss +1 -1
  77. package/styles/pivotfieldlist/material3-dark.scss +1 -2
  78. package/styles/pivotfieldlist/material3.scss +1 -2
  79. package/styles/pivotfieldlist/tailwind-dark.scss +1 -1
  80. package/styles/pivotfieldlist/tailwind.scss +1 -1
  81. package/styles/pivotfieldlist/tailwind3.scss +1 -1
  82. package/styles/pivotview/bds.scss +1 -1
  83. package/styles/pivotview/bootstrap-dark.scss +1 -1
  84. package/styles/pivotview/bootstrap.scss +1 -1
  85. package/styles/pivotview/bootstrap4.scss +1 -1
  86. package/styles/pivotview/bootstrap5-dark.scss +1 -1
  87. package/styles/pivotview/bootstrap5.3.scss +1 -1
  88. package/styles/pivotview/bootstrap5.scss +1 -1
  89. package/styles/pivotview/fabric-dark.scss +1 -1
  90. package/styles/pivotview/fabric.scss +1 -1
  91. package/styles/pivotview/fluent-dark.scss +1 -1
  92. package/styles/pivotview/fluent.scss +1 -1
  93. package/styles/pivotview/fluent2.scss +1 -1
  94. package/styles/pivotview/highcontrast-light.scss +1 -1
  95. package/styles/pivotview/highcontrast.scss +1 -1
  96. package/styles/pivotview/material-dark.scss +1 -1
  97. package/styles/pivotview/material.scss +1 -1
  98. package/styles/pivotview/material3-dark.scss +1 -2
  99. package/styles/pivotview/material3.scss +1 -2
  100. package/styles/pivotview/tailwind-dark.scss +1 -1
  101. package/styles/pivotview/tailwind.scss +1 -1
  102. package/styles/pivotview/tailwind3.scss +1 -1
  103. package/styles/tailwind-dark-lite.scss +1 -1
  104. package/styles/tailwind-dark.scss +2 -2
  105. package/styles/tailwind-lite.scss +1 -1
  106. package/styles/tailwind.scss +2 -2
  107. package/styles/tailwind3-lite.scss +1 -1
  108. package/styles/tailwind3.scss +2 -2
  109. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  110. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -439
  111. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  112. package/@syncfusion/ej2-angular-pivotview.js +0 -409
  113. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  114. package/LICENSE +0 -10
  115. package/dist/ej2-angular-pivotview.umd.js +0 -727
  116. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  117. package/dist/ej2-angular-pivotview.umd.min.js +0 -2
  118. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  119. package/ej2-angular-pivotview.d.ts +0 -6
  120. package/ej2-angular-pivotview.metadata.json +0 -1
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/fluent.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/fluent2.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/highcontrast-light.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/highcontrast.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/material-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/material.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/material' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-pivotview/styles/pivotfieldlist/material3-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/material3-dark' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-pivotview/styles/pivotfieldlist/material3.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/tailwind-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/tailwind.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotfieldlist/tailwind3.scss';
1
+ @use 'ej2-pivotview/styles/pivotfieldlist/tailwind3' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/bds.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap4.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap5-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap5.3.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap5.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/fabric.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/fluent-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/fluent.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/fluent2.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/material-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/material.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/material' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-pivotview/styles/pivotview/material3-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/material3-dark' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-pivotview/styles/pivotview/material3.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/tailwind-dark.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/tailwind.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/pivotview/tailwind3.scss';
1
+ @use 'ej2-pivotview/styles/pivotview/tailwind3' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/tailwind-dark-lite.scss';
1
+ @use 'ej2-pivotview/tailwind-dark-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'pivotview/tailwind-dark.scss';
2
- @import 'pivotfieldlist/tailwind-dark.scss';
1
+ @use 'pivotview/tailwind-dark' as *;
2
+ @use 'pivotfieldlist/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/tailwind-lite.scss';
1
+ @use 'ej2-pivotview/tailwind-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'pivotview/tailwind.scss';
2
- @import 'pivotfieldlist/tailwind.scss';
1
+ @use 'pivotview/tailwind' as *;
2
+ @use 'pivotfieldlist/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-pivotview/styles/tailwind3-lite.scss';
1
+ @use 'ej2-pivotview/tailwind3-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'pivotview/tailwind3.scss';
2
- @import 'pivotfieldlist/tailwind3.scss';
1
+ @use 'pivotview/tailwind3' as *;
2
+ @use 'pivotfieldlist/tailwind3' as *;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-pivotview" />
5
+ export * from './public_api';
@@ -1,439 +0,0 @@
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
- //# sourceMappingURL=ej2-angular-pivotview.es5.js.map