@syncfusion/ej2-angular-pivotview 21.2.10 → 22.1.34

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 (139) hide show
  1. package/README.md +36 -121
  2. package/esm2020/src/index.mjs +2 -2
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +3 -3
  4. package/esm2020/src/pivotview/pivotview-all.module.mjs +4 -7
  5. package/esm2020/src/pivotview/pivotview.component.mjs +5 -18
  6. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +10 -26
  7. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
  8. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +10 -26
  9. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
  10. package/license +10 -0
  11. package/package.json +17 -9
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/index.d.ts +1 -1
  14. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -1
  15. package/src/pivotview/pivotview-all.module.d.ts +0 -1
  16. package/src/pivotview/pivotview.component.d.ts +2 -9
  17. package/styles/bootstrap-dark.css +274 -226
  18. package/styles/bootstrap.css +273 -226
  19. package/styles/bootstrap4.css +284 -285
  20. package/styles/bootstrap5-dark.css +272 -270
  21. package/styles/bootstrap5.css +272 -270
  22. package/styles/fabric-dark.css +264 -230
  23. package/styles/fabric.css +262 -233
  24. package/styles/fluent-dark.css +276 -263
  25. package/styles/fluent.css +276 -263
  26. package/styles/highcontrast-light.css +264 -227
  27. package/styles/highcontrast.css +264 -227
  28. package/styles/material-dark.css +271 -227
  29. package/styles/material.css +270 -226
  30. package/styles/material3-dark.css +6610 -0
  31. package/styles/material3-dark.scss +4 -0
  32. package/styles/material3.css +6666 -0
  33. package/styles/material3.scss +4 -0
  34. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +25 -32
  35. package/styles/pivotfieldlist/_bootstrap-definition.scss +27 -8
  36. package/styles/pivotfieldlist/_bootstrap4-definition.scss +28 -9
  37. package/styles/pivotfieldlist/_bootstrap5-definition.scss +29 -10
  38. package/styles/pivotfieldlist/_fabric-dark-definition.scss +25 -6
  39. package/styles/pivotfieldlist/_fabric-definition.scss +26 -7
  40. package/styles/pivotfieldlist/_fluent-definition.scss +29 -10
  41. package/styles/pivotfieldlist/_fusionnew-definition.scss +25 -6
  42. package/styles/pivotfieldlist/_highcontrast-definition.scss +24 -5
  43. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +23 -4
  44. package/styles/pivotfieldlist/_layout.scss +144 -172
  45. package/styles/pivotfieldlist/_material-dark-definition.scss +28 -9
  46. package/styles/pivotfieldlist/_material-definition.scss +28 -9
  47. package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
  48. package/styles/pivotfieldlist/_material3-definition.scss +224 -0
  49. package/styles/pivotfieldlist/_tailwind-definition.scss +29 -10
  50. package/styles/pivotfieldlist/_theme.scss +169 -186
  51. package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
  52. package/styles/pivotfieldlist/bootstrap.css +148 -138
  53. package/styles/pivotfieldlist/bootstrap4.css +153 -146
  54. package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
  55. package/styles/pivotfieldlist/bootstrap5.css +149 -150
  56. package/styles/pivotfieldlist/fabric-dark.css +140 -139
  57. package/styles/pivotfieldlist/fabric.css +141 -140
  58. package/styles/pivotfieldlist/fluent-dark.css +159 -170
  59. package/styles/pivotfieldlist/fluent.css +159 -170
  60. package/styles/pivotfieldlist/highcontrast-light.css +139 -138
  61. package/styles/pivotfieldlist/highcontrast.css +139 -138
  62. package/styles/pivotfieldlist/icons/_fluent.scss +1 -1
  63. package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
  64. package/styles/pivotfieldlist/icons/_material3.scss +7 -3
  65. package/styles/pivotfieldlist/material-dark.css +148 -142
  66. package/styles/pivotfieldlist/material.css +147 -141
  67. package/styles/pivotfieldlist/material3-dark.css +3811 -0
  68. package/styles/pivotfieldlist/material3-dark.scss +5 -0
  69. package/styles/pivotfieldlist/material3.css +3865 -0
  70. package/styles/pivotfieldlist/material3.scss +5 -0
  71. package/styles/pivotfieldlist/tailwind-dark.css +152 -163
  72. package/styles/pivotfieldlist/tailwind.css +152 -163
  73. package/styles/pivotview/_bootstrap-dark-definition.scss +18 -8
  74. package/styles/pivotview/_bootstrap-definition.scss +18 -8
  75. package/styles/pivotview/_bootstrap4-definition.scss +18 -8
  76. package/styles/pivotview/_bootstrap5-definition.scss +16 -6
  77. package/styles/pivotview/_fabric-dark-definition.scss +18 -8
  78. package/styles/pivotview/_fabric-definition.scss +18 -8
  79. package/styles/pivotview/_fluent-definition.scss +16 -6
  80. package/styles/pivotview/_fusionnew-definition.scss +13 -3
  81. package/styles/pivotview/_highcontrast-definition.scss +17 -7
  82. package/styles/pivotview/_highcontrast-light-definition.scss +17 -7
  83. package/styles/pivotview/_layout.scss +103 -69
  84. package/styles/pivotview/_material-dark-definition.scss +16 -6
  85. package/styles/pivotview/_material-definition.scss +16 -6
  86. package/styles/pivotview/_material3-dark-definition.scss +1 -0
  87. package/styles/pivotview/_material3-definition.scss +179 -0
  88. package/styles/pivotview/_tailwind-definition.scss +16 -6
  89. package/styles/pivotview/_theme.scss +126 -173
  90. package/styles/pivotview/bootstrap-dark.css +125 -87
  91. package/styles/pivotview/bootstrap.css +125 -88
  92. package/styles/pivotview/bootstrap4.css +131 -139
  93. package/styles/pivotview/bootstrap5-dark.css +123 -120
  94. package/styles/pivotview/bootstrap5.css +123 -120
  95. package/styles/pivotview/fabric-dark.css +124 -91
  96. package/styles/pivotview/fabric.css +121 -93
  97. package/styles/pivotview/fluent-dark.css +117 -93
  98. package/styles/pivotview/fluent.css +117 -93
  99. package/styles/pivotview/highcontrast-light.css +125 -89
  100. package/styles/pivotview/highcontrast.css +125 -89
  101. package/styles/pivotview/icons/_material3-dark.scss +1 -0
  102. package/styles/pivotview/icons/_material3.scss +4 -4
  103. package/styles/pivotview/material-dark.css +123 -85
  104. package/styles/pivotview/material.css +123 -85
  105. package/styles/pivotview/material3-dark.css +2854 -0
  106. package/styles/pivotview/material3-dark.scss +5 -0
  107. package/styles/pivotview/material3.css +2912 -0
  108. package/styles/pivotview/material3.scss +6 -0
  109. package/styles/pivotview/tailwind-dark.css +123 -91
  110. package/styles/pivotview/tailwind.css +123 -91
  111. package/styles/tailwind-dark.css +275 -254
  112. package/styles/tailwind.css +275 -254
  113. package/schematics/collection.json +0 -20
  114. package/schematics/generators/pivotview-default/index.d.ts +0 -3
  115. package/schematics/generators/pivotview-default/index.js +0 -8
  116. package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
  117. package/schematics/generators/pivotview-default/sample-details.js +0 -7
  118. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  119. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  120. package/schematics/generators/pivotview-default/schema.d.ts +0 -3
  121. package/schematics/generators/pivotview-default/schema.js +0 -2
  122. package/schematics/generators/pivotview-default/schema.json +0 -125
  123. package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
  124. package/schematics/generators/pivotview-fieldlist/index.js +0 -8
  125. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
  126. package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
  127. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  128. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  129. package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
  130. package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
  131. package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
  132. package/schematics/ng-add/index.d.ts +0 -3
  133. package/schematics/ng-add/index.js +0 -9
  134. package/schematics/ng-add/schema.d.ts +0 -13
  135. package/schematics/ng-add/schema.js +0 -2
  136. package/schematics/ng-add/schema.json +0 -34
  137. package/schematics/tsconfig.json +0 -25
  138. package/schematics/utils/lib-details.d.ts +0 -4
  139. package/schematics/utils/lib-details.js +0 -6
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pivotview@*",
3
- "_id": "@syncfusion/ej2-angular-pivotview@21.2.8",
3
+ "_id": "@syncfusion/ej2-angular-pivotview@20.1.58",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-D7dih51q4O0T0EVqI/Q8eT9zeZuBGaZDcpMNkQKglIYBCQPjeUTQIpXdQPz1xdOatYsJblKcbmjJeqNg+YOztA==",
5
+ "_integrity": "sha512-BNLugdn780dgtccLX8d5ThMSkKPyhRjc6S55WXWW4ZVHcxiaGGpBehDufogQ05aH+Ob8yB+8e6oKuuDs5K9lxw==",
6
6
  "_location": "/@syncfusion/ej2-angular-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-21.2.8.tgz",
23
- "_shasum": "ced82c6e2ec372cf2d304eaa746c0dfe6fc2ebad",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-20.1.58.tgz",
23
+ "_shasum": "8a6725281fef0a3f987e399bfe260c03104855e2",
24
24
  "_spec": "@syncfusion/ej2-angular-pivotview@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.2.3",
35
- "@syncfusion/ej2-base": "~21.2.9",
36
- "@syncfusion/ej2-pivotview": "21.2.10",
34
+ "@syncfusion/ej2-angular-base": "~22.1.34",
35
+ "@syncfusion/ej2-base": "~22.1.34",
36
+ "@syncfusion/ej2-pivotview": "22.1.34",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -57,8 +57,16 @@
57
57
  "fesm2020": "fesm2020/syncfusion-ej2-angular-pivotview.mjs",
58
58
  "homepage": "https://www.syncfusion.com/angular-components",
59
59
  "keywords": [
60
+ "ej2-pivotview",
61
+ "pivotview",
62
+ "ej2",
63
+ "syncfusion",
64
+ "web-components",
65
+ "data",
66
+ "table",
60
67
  "angular",
61
- "angular-pivotview"
68
+ "ng-pivotview",
69
+ "ej2-ng-pivotview"
62
70
  ],
63
71
  "license": "SEE LICENSE IN license",
64
72
  "module": "fesm2015/syncfusion-ej2-angular-pivotview.mjs",
@@ -70,5 +78,5 @@
70
78
  "schematics": "./schematics/collection.json",
71
79
  "sideEffects": false,
72
80
  "typings": "syncfusion-ej2-angular-pivotview.d.ts",
73
- "version": "21.2.10"
81
+ "version": "22.1.34"
74
82
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^21.2.10';
2
+ export const pkgVer = '^20.1.58';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~21.2.10';
4
+ export const themeVer = '~20.1.58';
package/src/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { PivotViewComponent } from './pivotview/pivotview.component';
2
2
  export { PivotViewModule } from './pivotview/pivotview.module';
3
- export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService } from './pivotview/pivotview-all.module';
3
+ export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService } from './pivotview/pivotview-all.module';
4
4
  export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
5
5
  export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
6
6
  export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
@@ -46,5 +46,5 @@ export declare class PivotFieldListComponent extends PivotFieldList implements I
46
46
  registerEvents: (eventList: string[]) => void;
47
47
  addTwoWay: (propList: string[]) => void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<PivotFieldListComponent, "ejs-pivotfieldlist", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "enableFieldSearching": "enableFieldSearching"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "renderMode": "renderMode"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeServiceInvoke": "beforeServiceInvoke"; "calculatedFieldCreate": "calculatedFieldCreate"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldRemove": "fieldRemove"; "load": "load"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; }, never, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<PivotFieldListComponent, "ejs-pivotfieldlist", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "renderMode": "renderMode"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeServiceInvoke": "beforeServiceInvoke"; "calculatedFieldCreate": "calculatedFieldCreate"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldRemove": "fieldRemove"; "load": "load"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; }, never, never>;
50
50
  }
@@ -14,7 +14,6 @@ export declare const PDFExportService: ValueProvider;
14
14
  export declare const ExcelExportService: ValueProvider;
15
15
  export declare const NumberFormattingService: ValueProvider;
16
16
  export declare const GroupingService: ValueProvider;
17
- export declare const PagerService: ValueProvider;
18
17
  /**
19
18
  * NgModule definition for the PivotView component with providers.
20
19
  */
@@ -6,7 +6,7 @@ export declare const inputs: string[];
6
6
  export declare const outputs: string[];
7
7
  export declare const twoWays: string[];
8
8
  /**
9
- * `ej-pivotview` represents the Angular Pivot Table Component.
9
+ * `ej-pivotview` represents the Angular PivotView Component.
10
10
  * ```html
11
11
  * <ej-pivotview></ej-pivotview>
12
12
  * ```
@@ -40,7 +40,6 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
40
40
  editCompleted: any;
41
41
  enginePopulated: any;
42
42
  enginePopulating: any;
43
- exportComplete: any;
44
43
  fetchReport: any;
45
44
  fieldDragStart: any;
46
45
  fieldDrop: any;
@@ -67,12 +66,6 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
67
66
  * @default null
68
67
  */
69
68
  cellTemplate: any;
70
- /**
71
- * Allows the tooltip element to be customized with either an HTML string or the element’s ID,
72
- * can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.
73
- * @default null
74
- */
75
- tooltipTemplate: any;
76
69
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
77
70
  ngOnInit(): void;
78
71
  ngAfterViewInit(): void;
@@ -81,5 +74,5 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
81
74
  registerEvents: (eventList: string[]) => void;
82
75
  addTwoWay: (propList: string[]) => void;
83
76
  static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewComponent, "ejs-pivotview", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowConditionalFormatting": "allowConditionalFormatting"; "allowDataCompression": "allowDataCompression"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "allowDrillThrough": "allowDrillThrough"; "allowExcelExport": "allowExcelExport"; "allowGrouping": "allowGrouping"; "allowNumberFormatting": "allowNumberFormatting"; "allowPdfExport": "allowPdfExport"; "cellTemplate": "cellTemplate"; "chartSettings": "chartSettings"; "chartTypes": "chartTypes"; "cssClass": "cssClass"; "dataSourceSettings": "dataSourceSettings"; "displayOption": "displayOption"; "editSettings": "editSettings"; "enableFieldSearching": "enableFieldSearching"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePaging": "enablePaging"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableValueSorting": "enableValueSorting"; "enableVirtualization": "enableVirtualization"; "exportAllPages": "exportAllPages"; "gridSettings": "gridSettings"; "groupingBarSettings": "groupingBarSettings"; "height": "height"; "hyperlinkSettings": "hyperlinkSettings"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "maxRowsInDrillThrough": "maxRowsInDrillThrough"; "pageSettings": "pageSettings"; "pagerSettings": "pagerSettings"; "pivotValues": "pivotValues"; "showFieldList": "showFieldList"; "showGroupingBar": "showGroupingBar"; "showToolbar": "showToolbar"; "showTooltip": "showTooltip"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "tooltipTemplate": "tooltipTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeExport": "beforeExport"; "beforeServiceInvoke": "beforeServiceInvoke"; "beginDrillThrough": "beginDrillThrough"; "calculatedFieldCreate": "calculatedFieldCreate"; "cellClick": "cellClick"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "chartSeriesCreated": "chartSeriesCreated"; "conditionalFormatting": "conditionalFormatting"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drill": "drill"; "drillThrough": "drillThrough"; "editCompleted": "editCompleted"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "exportComplete": "exportComplete"; "fetchReport": "fetchReport"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldListRefreshed": "fieldListRefreshed"; "fieldRemove": "fieldRemove"; "hyperlinkCellClick": "hyperlinkCellClick"; "load": "load"; "loadReport": "loadReport"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "newReport": "newReport"; "numberFormatting": "numberFormatting"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; "onPdfCellRender": "onPdfCellRender"; "removeReport": "removeReport"; "renameReport": "renameReport"; "saveReport": "saveReport"; "toolbarClick": "toolbarClick"; "toolbarRender": "toolbarRender"; }, ["cellTemplate", "tooltipTemplate"], never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewComponent, "ejs-pivotview", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowConditionalFormatting": "allowConditionalFormatting"; "allowDataCompression": "allowDataCompression"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "allowDrillThrough": "allowDrillThrough"; "allowExcelExport": "allowExcelExport"; "allowGrouping": "allowGrouping"; "allowNumberFormatting": "allowNumberFormatting"; "allowPdfExport": "allowPdfExport"; "cellTemplate": "cellTemplate"; "chartSettings": "chartSettings"; "chartTypes": "chartTypes"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "displayOption": "displayOption"; "editSettings": "editSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableValueSorting": "enableValueSorting"; "enableVirtualization": "enableVirtualization"; "exportAllPages": "exportAllPages"; "gridSettings": "gridSettings"; "groupingBarSettings": "groupingBarSettings"; "height": "height"; "hyperlinkSettings": "hyperlinkSettings"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "maxRowsInDrillThrough": "maxRowsInDrillThrough"; "pivotValues": "pivotValues"; "showFieldList": "showFieldList"; "showGroupingBar": "showGroupingBar"; "showToolbar": "showToolbar"; "showTooltip": "showTooltip"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "tooltipTemplate": "tooltipTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeExport": "beforeExport"; "beforeServiceInvoke": "beforeServiceInvoke"; "beginDrillThrough": "beginDrillThrough"; "calculatedFieldCreate": "calculatedFieldCreate"; "cellClick": "cellClick"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "chartSeriesCreated": "chartSeriesCreated"; "conditionalFormatting": "conditionalFormatting"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drill": "drill"; "drillThrough": "drillThrough"; "editCompleted": "editCompleted"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fetchReport": "fetchReport"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldListRefreshed": "fieldListRefreshed"; "fieldRemove": "fieldRemove"; "hyperlinkCellClick": "hyperlinkCellClick"; "load": "load"; "loadReport": "loadReport"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "newReport": "newReport"; "numberFormatting": "numberFormatting"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; "onPdfCellRender": "onPdfCellRender"; "removeReport": "removeReport"; "renameReport": "renameReport"; "saveReport": "saveReport"; "toolbarClick": "toolbarClick"; "toolbarRender": "toolbarRender"; }, ["cellTemplate"], never>;
85
78
  }