@syncfusion/ej2-angular-pivotview 23.1.41-ngcc → 23.1.44-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 (63) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-pivotview.js +1 -1
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -1
  5. package/CHANGELOG.md +8 -0
  6. package/dist/ej2-angular-pivotview.umd.js +18 -1
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -1
  8. package/dist/ej2-angular-pivotview.umd.min.js +2 -2
  9. package/package.json +7 -7
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/styles/bootstrap-dark.css +9 -4
  14. package/styles/bootstrap.css +9 -4
  15. package/styles/bootstrap4.css +9 -4
  16. package/styles/bootstrap5-dark.css +9 -4
  17. package/styles/bootstrap5.css +9 -4
  18. package/styles/fabric-dark.css +9 -4
  19. package/styles/fabric.css +9 -4
  20. package/styles/fluent-dark.css +9 -4
  21. package/styles/fluent.css +9 -4
  22. package/styles/highcontrast-light.css +9 -4
  23. package/styles/highcontrast.css +9 -4
  24. package/styles/material-dark.css +9 -4
  25. package/styles/material.css +9 -4
  26. package/styles/material3-dark.css +9 -4
  27. package/styles/material3.css +9 -4
  28. package/styles/pivotfieldlist/bootstrap-dark.css +0 -1
  29. package/styles/pivotfieldlist/bootstrap.css +0 -1
  30. package/styles/pivotfieldlist/bootstrap4.css +0 -1
  31. package/styles/pivotfieldlist/bootstrap5-dark.css +0 -1
  32. package/styles/pivotfieldlist/bootstrap5.css +0 -1
  33. package/styles/pivotfieldlist/fabric-dark.css +0 -1
  34. package/styles/pivotfieldlist/fabric.css +0 -1
  35. package/styles/pivotfieldlist/fluent-dark.css +0 -1
  36. package/styles/pivotfieldlist/fluent.css +0 -1
  37. package/styles/pivotfieldlist/highcontrast-light.css +0 -1
  38. package/styles/pivotfieldlist/highcontrast.css +0 -1
  39. package/styles/pivotfieldlist/material-dark.css +0 -1
  40. package/styles/pivotfieldlist/material.css +0 -1
  41. package/styles/pivotfieldlist/material3-dark.css +0 -1
  42. package/styles/pivotfieldlist/material3.css +0 -1
  43. package/styles/pivotfieldlist/tailwind-dark.css +0 -1
  44. package/styles/pivotfieldlist/tailwind.css +0 -1
  45. package/styles/pivotview/bootstrap-dark.css +9 -3
  46. package/styles/pivotview/bootstrap.css +9 -3
  47. package/styles/pivotview/bootstrap4.css +9 -3
  48. package/styles/pivotview/bootstrap5-dark.css +9 -3
  49. package/styles/pivotview/bootstrap5.css +9 -3
  50. package/styles/pivotview/fabric-dark.css +9 -3
  51. package/styles/pivotview/fabric.css +9 -3
  52. package/styles/pivotview/fluent-dark.css +9 -3
  53. package/styles/pivotview/fluent.css +9 -3
  54. package/styles/pivotview/highcontrast-light.css +9 -3
  55. package/styles/pivotview/highcontrast.css +9 -3
  56. package/styles/pivotview/material-dark.css +9 -3
  57. package/styles/pivotview/material.css +9 -3
  58. package/styles/pivotview/material3-dark.css +9 -3
  59. package/styles/pivotview/material3.css +9 -3
  60. package/styles/pivotview/tailwind-dark.css +9 -3
  61. package/styles/pivotview/tailwind.css +9 -3
  62. package/styles/tailwind-dark.css +9 -4
  63. package/styles/tailwind.css +9 -4
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-pivotview.umd.js","sources":["~/@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":["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','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":["CommonModule","NgModule","PivotFieldListComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ChangeDetectionStrategy","outputs","inputs","Component","PivotFieldList","setValue","twoWays","Pager","Grouping","NumberFormatting","ExcelExport","PDFExport","PivotChart","Toolbar","DrillThrough","VirtualScroll","ConditionalFormatting","CalculatedField","FieldList","GroupingBar","PivotViewComponent","Template","ContentChild","PivotView"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-angular-pivotview.umd.js","sources":["~/@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":["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','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":["CommonModule","NgModule","PivotFieldListComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ChangeDetectionStrategy","outputs","inputs","Component","PivotFieldList","setValue","twoWays","Pager","Grouping","NumberFormatting","ExcelExport","PDFExport","PivotChart","Toolbar","DrillThrough","VirtualScroll","ConditionalFormatting","CalculatedField","FieldList","GroupingBar","PivotViewComponent","Template","ContentChild","PivotView"],"mappings":"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"}
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-angular-pivotview.umd.min.js
3
- * version : 23.1.41
3
+ * version : 23.1.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-pivotview"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-pivotview","@angular/common"],t):t(e["ej2-angular-pivotview"]={},e.ng.core,e.ej2.angular.base,e.ej2.pivotview,e.ng.common)}(this,function(e,t,o,i,r){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])};return function(t,o){function i(){this.constructor=t}e(t,o),t.prototype=null===o?Object.create(o):(i.prototype=o.prototype,new i)}}(),l=this&&this.__decorate||function(e,t,o,i){var r,n=arguments.length,l=n<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,i);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(l=(n<3?r(l):n>3?r(t,o,l):r(t,o))||l);return n>3&&l&&Object.defineProperty(t,o,l),l},a=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},d=["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","width"],c=["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"],s=[];e.PivotViewComponent=function(e){function t(t,i,r,n){var l=e.call(this)||this;l.ngEle=t,l.srenderer=i,l.viewContainerRef=r,l.injector=n,l.element=l.ngEle.nativeElement,l.injectedModules=l.injectedModules||[];try{var a=l.injector.get("PivotViewGroupingBar");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(d){}try{a=l.injector.get("PivotViewFieldList");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(p){}try{a=l.injector.get("PivotViewCalculatedField");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(u){}try{a=l.injector.get("PivotViewConditionalFormatting");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(g){}try{a=l.injector.get("PivotViewVirtualScroll");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(m){}try{a=l.injector.get("PivotViewDrillThrough");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(v){}try{a=l.injector.get("PivotViewToolbar");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(f){}try{a=l.injector.get("PivotViewPivotChart");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(h){}try{a=l.injector.get("PivotViewPDFExport");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(C){}try{a=l.injector.get("PivotViewExcelExport");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(w){}try{a=l.injector.get("PivotViewNumberFormatting");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(S){}try{a=l.injector.get("PivotViewGrouping");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(R){}try{a=l.injector.get("PivotViewPager");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(P){}return l.registerEvents(c),l.addTwoWay.call(l,s),o.setValue("currentInstance",l,l.viewContainerRef),l.context=new o.ComponentBase,l}return n(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(i.PivotView),e.PivotViewComponent.decorators=[{type:t.Component,args:[{selector:"ejs-pivotview",inputs:d,outputs:c,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.PivotViewComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.PivotViewComponent.propDecorators={cellTemplate:[{type:t.ContentChild,args:["cellTemplate"]}],tooltipTemplate:[{type:t.ContentChild,args:["tooltipTemplate"]}]},l([o.Template(),a("design:type",Object)],e.PivotViewComponent.prototype,"cellTemplate",void 0),l([o.Template(),a("design:type",Object)],e.PivotViewComponent.prototype,"tooltipTemplate",void 0),e.PivotViewComponent=l([o.ComponentMixins([o.ComponentBase]),a("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.PivotViewComponent);var p=function(){return function(){}}();p.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.PivotViewComponent],exports:[e.PivotViewComponent]}]}],p.ctorParameters=function(){return[]};var u={provide:"PivotViewGroupingBar",useValue:i.GroupingBar},g={provide:"PivotViewFieldList",useValue:i.FieldList},m={provide:"PivotViewCalculatedField",useValue:i.CalculatedField},v={provide:"PivotViewConditionalFormatting",useValue:i.ConditionalFormatting},f={provide:"PivotViewVirtualScroll",useValue:i.VirtualScroll},h={provide:"PivotViewDrillThrough",useValue:i.DrillThrough},C={provide:"PivotViewToolbar",useValue:i.Toolbar},w={provide:"PivotViewPivotChart",useValue:i.PivotChart},S={provide:"PivotViewPDFExport",useValue:i.PDFExport},R={provide:"PivotViewExcelExport",useValue:i.ExcelExport},P={provide:"PivotViewNumberFormatting",useValue:i.NumberFormatting},F={provide:"PivotViewGrouping",useValue:i.Grouping},b={provide:"PivotViewPager",useValue:i.Pager},x=function(){return function(){}}();x.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,p],exports:[p],providers:[u,g,m,v,f,h,C,w,S,R,P,F,b]}]}],x.ctorParameters=function(){return[]};var y=this&&this.__decorate||function(e,t,o,i){var r,n=arguments.length,l=n<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,i);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(l=(n<3?r(l):n>3?r(t,o,l):r(t,o))||l);return n>3&&l&&Object.defineProperty(t,o,l),l},T=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},V=["aggregateTypes","allowCalculatedField","allowDeferLayoutUpdate","cssClass","currencyCode","dataSourceSettings","enableFieldSearching","enableHtmlSanitizer","enablePersistence","enableRtl","loadOnDemandInMemberEditor","locale","maxNodeLimitInMemberEditor","renderMode","showValuesButton","spinnerTemplate","target"],E=["actionBegin","actionComplete","actionFailure","afterServiceInvoke","aggregateCellInfo","aggregateMenuOpen","beforeServiceInvoke","calculatedFieldCreate","created","dataBound","destroyed","enginePopulated","enginePopulating","fieldDragStart","fieldDrop","fieldRemove","load","memberEditorOpen","memberFiltering","onFieldDropped","onHeadersSort"],j=[];e.PivotFieldListComponent=function(e){function t(t,i,r,n){var l=e.call(this)||this;l.ngEle=t,l.srenderer=i,l.viewContainerRef=r,l.injector=n,l.element=l.ngEle.nativeElement,l.injectedModules=l.injectedModules||[];try{var a=l.injector.get("PivotViewCalculatedField");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(d){}return l.registerEvents(E),l.addTwoWay.call(l,j),o.setValue("currentInstance",l,l.viewContainerRef),l.context=new o.ComponentBase,l}return n(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(i.PivotFieldList),e.PivotFieldListComponent.decorators=[{type:t.Component,args:[{selector:"ejs-pivotfieldlist",inputs:V,outputs:E,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.PivotFieldListComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.PivotFieldListComponent=y([o.ComponentMixins([o.ComponentBase]),T("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.PivotFieldListComponent);var M=function(){return function(){}}();M.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.PivotFieldListComponent],exports:[e.PivotFieldListComponent]}]}],M.ctorParameters=function(){return[]};var D=function(){return function(){}}();D.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,M],exports:[M],providers:[]}]}],D.ctorParameters=function(){return[]},e.PivotViewModule=p,e.PivotViewAllModule=x,e.GroupingBarService=u,e.FieldListService=g,e.CalculatedFieldService=m,e.ConditionalFormattingService=v,e.VirtualScrollService=f,e.DrillThroughService=h,e.ToolbarService=C,e.PivotChartService=w,e.PDFExportService=S,e.ExcelExportService=R,e.NumberFormattingService=P,e.GroupingService=F,e.PagerService=b,e.PivotFieldListModule=M,e.PivotFieldListAllModule=D,e.ɵc=V,e.ɵd=E,e.ɵa=d,e.ɵb=c,e.GroupingBarSettings=i.GroupingBarSettings,e.CellEditSettings=i.CellEditSettings,e.ConditionalSettings=i.ConditionalSettings,e.HyperlinkSettings=i.HyperlinkSettings,e.PageSettings=i.PageSettings,e.PagerSettings=i.PagerSettings,e.DisplayOption=i.DisplayOption,e.PivotView=i.PivotView,e.Render=i.Render,e.ExcelExport=i.ExcelExport,e.PDFExport=i.PDFExport,e.KeyboardInteraction=i.KeyboardInteraction,e.VirtualScroll=i.VirtualScroll,e.DrillThrough=i.DrillThrough,e.Pager=i.Pager,e.PivotChart=i.PivotChart,e.PivotFieldList=i.PivotFieldList,e.TreeViewRenderer=i.TreeViewRenderer,e.AxisFieldRenderer=i.AxisFieldRenderer,e.AxisTableRenderer=i.AxisTableRenderer,e.DialogRenderer=i.DialogRenderer,e.EventBase=i.EventBase,e.NodeStateModified=i.NodeStateModified,e.DataSourceUpdate=i.DataSourceUpdate,e.FieldList=i.FieldList,e.CommonKeyboardInteraction=i.CommonKeyboardInteraction,e.Common=i.Common,e.GroupingBar=i.GroupingBar,e.CalculatedField=i.CalculatedField,e.ConditionalFormatting=i.ConditionalFormatting,e.PivotCommon=i.PivotCommon,e.load=i.load,e.enginePopulating=i.enginePopulating,e.enginePopulated=i.enginePopulated,e.onFieldDropped=i.onFieldDropped,e.fieldDrop=i.fieldDrop,e.beforePivotTableRender=i.beforePivotTableRender,e.afterPivotTableRender=i.afterPivotTableRender,e.beforeExport=i.beforeExport,e.exportComplete=i.exportComplete,e.excelHeaderQueryCellInfo=i.excelHeaderQueryCellInfo,e.pdfHeaderQueryCellInfo=i.pdfHeaderQueryCellInfo,e.excelQueryCellInfo=i.excelQueryCellInfo,e.pdfQueryCellInfo=i.pdfQueryCellInfo,e.onPdfCellRender=i.onPdfCellRender,e.dataBound=i.dataBound,e.queryCellInfo=i.queryCellInfo,e.headerCellInfo=i.headerCellInfo,e.hyperlinkCellClick=i.hyperlinkCellClick,e.resizing=i.resizing,e.resizeStop=i.resizeStop,e.cellClick=i.cellClick,e.drillThrough=i.drillThrough,e.beforeColumnsRender=i.beforeColumnsRender,e.selected=i.selected,e.cellSelecting=i.cellSelecting,e.drill=i.drill,e.cellSelected=i.cellSelected,e.cellDeselected=i.cellDeselected,e.rowSelected=i.rowSelected,e.rowDeselected=i.rowDeselected,e.beginDrillThrough=i.beginDrillThrough,e.editCompleted=i.editCompleted,e.multiLevelLabelClick=i.multiLevelLabelClick,e.saveReport=i.saveReport,e.fetchReport=i.fetchReport,e.loadReport=i.loadReport,e.renameReport=i.renameReport,e.removeReport=i.removeReport,e.newReport=i.newReport,e.toolbarRender=i.toolbarRender,e.toolbarClick=i.toolbarClick,e.chartTooltipRender=i.chartTooltipRender,e.chartLegendClick=i.chartLegendClick,e.chartLoaded=i.chartLoaded,e.multiLevelLabelRender=i.multiLevelLabelRender,e.chartLoad=i.chartLoad,e.chartResized=i.chartResized,e.chartAxisLabelRender=i.chartAxisLabelRender,e.chartSeriesCreated=i.chartSeriesCreated,e.aggregateCellInfo=i.aggregateCellInfo,e.onHeadersSort=i.onHeadersSort,e.contextMenuClick=i.contextMenuClick,e.contextMenuOpen=i.contextMenuOpen,e.fieldListRefreshed=i.fieldListRefreshed,e.conditionalFormatting=i.conditionalFormatting,e.beforePdfExport=i.beforePdfExport,e.beforeExcelExport=i.beforeExcelExport,e.memberFiltering=i.memberFiltering,e.calculatedFieldCreate=i.calculatedFieldCreate,e.memberEditorOpen=i.memberEditorOpen,e.fieldRemove=i.fieldRemove,e.numberFormatting=i.numberFormatting,e.aggregateMenuOpen=i.aggregateMenuOpen,e.fieldDragStart=i.fieldDragStart,e.chartPointClick=i.chartPointClick,e.beforeServiceInvoke=i.beforeServiceInvoke,e.afterServiceInvoke=i.afterServiceInvoke,e.actionBegin=i.actionBegin,e.actionComplete=i.actionComplete,e.actionFailure=i.actionFailure,e.initialLoad=i.initialLoad,e.uiUpdate=i.uiUpdate,e.scroll=i.scroll,e.verticalScroll=i.verticalScroll,e.horizontalScroll=i.horizontalScroll,e.contentReady=i.contentReady,e.dataReady=i.dataReady,e.initSubComponent=i.initSubComponent,e.treeViewUpdate=i.treeViewUpdate,e.pivotButtonUpdate=i.pivotButtonUpdate,e.initCalculatedField=i.initCalculatedField,e.click=i.click,e.initToolbar=i.initToolbar,e.initPivotPager=i.initPivotPager,e.initFormatting=i.initFormatting,e.initGrouping=i.initGrouping,e.sortValue=i.sortValue,e.drillUp=i.drillUp,e.drillDown=i.drillDown,e.addNewReport=i.addNewReport,e.saveCurrentReport=i.saveCurrentReport,e.saveAsCurrentReport=i.saveAsCurrentReport,e.renameCurrentReport=i.renameCurrentReport,e.removeCurrentReport=i.removeCurrentReport,e.loadReports=i.loadReports,e.openConditionalFormatting=i.openConditionalFormatting,e.openNumberFormatting=i.openNumberFormatting,e.MdxQuery=i.MdxQuery,e.showFieldList=i.showFieldList,e.tableView=i.tableView,e.chartView=i.chartView,e.multipleAxis=i.multipleAxis,e.showLegend=i.showLegend,e.pdfExport=i.pdfExport,e.pngExport=i.pngExport,e.excelExport=i.excelExport,e.csvExport=i.csvExport,e.jpegExport=i.jpegExport,e.svgExport=i.svgExport,e.hideSubTotals=i.hideSubTotals,e.subTotalsRow=i.subTotalsRow,e.subTotalsColumn=i.subTotalsColumn,e.showSubTotals=i.showSubTotals,e.hideGrandTotals=i.hideGrandTotals,e.grandTotalsRow=i.grandTotalsRow,e.grandTotalsColumn=i.grandTotalsColumn,e.showGrandTotals=i.showGrandTotals,e.numberFormattingMenu=i.numberFormattingMenu,e.conditionalFormattingMenu=i.conditionalFormattingMenu,e.reportChange=i.reportChange,e.sortFieldTree=i.sortFieldTree,e.editCalculatedField=i.editCalculatedField,e.sortField=i.sortField,e.filterField=i.filterField,e.removeField=i.removeField,e.openCalculatedField=i.openCalculatedField,e.editRecord=i.editRecord,e.saveEditedRecords=i.saveEditedRecords,e.addNewRecord=i.addNewRecord,e.removeRecord=i.removeRecord,e.aggregateField=i.aggregateField,e.contextMenuCalculatedField=i.contextMenuCalculatedField,e.windowResize=i.windowResize,e.rowPageNavigation=i.rowPageNavigation,e.columnPageNavigation=i.columnPageNavigation,e.calculatedFieldApplied=i.calculatedFieldApplied,e.editedRecordsSaved=i.editedRecordsSaved,e.newRecordAdded=i.newRecordAdded,e.recordRemoved=i.recordRemoved,e.closeFieldlist=i.closeFieldlist,e.fieldTreeSorted=i.fieldTreeSorted,e.reportSaved=i.reportSaved,e.newReportAdded=i.newReportAdded,e.reportReSaved=i.reportReSaved,e.reportRenamed=i.reportRenamed,e.reportRemoved=i.reportRemoved,e.excelExported=i.excelExported,e.csvExported=i.csvExported,e.pdfExported=i.pdfExported,e.pngExported=i.pngExported,e.jpegExported=i.jpegExported,e.svgExported=i.svgExported,e.conditionallyFormatted=i.conditionallyFormatted,e.numberFormatted=i.numberFormatted,e.tableViewed=i.tableViewed,e.chartViewed=i.chartViewed,e.subTotalsHidden=i.subTotalsHidden,e.subTotalsRowShown=i.subTotalsRowShown,e.subTotalsColumnShown=i.subTotalsColumnShown,e.subTotalsShown=i.subTotalsShown,e.grandTotalsHidden=i.grandTotalsHidden,e.grandTotalsRowShown=i.grandTotalsRowShown,e.grandTotalsColumnShown=i.grandTotalsColumnShown,e.grandTotalsShown=i.grandTotalsShown,e.valueSorted=i.valueSorted,e.calculatedFieldEdited=i.calculatedFieldEdited,e.fieldSorted=i.fieldSorted,e.fieldFiltered=i.fieldFiltered,e.fieldRemoved=i.fieldRemoved,e.fieldAggregated=i.fieldAggregated,e.recordEdited=i.recordEdited,e.reportChanged=i.reportChanged,e.windowResized=i.windowResized,e.recordUpdated=i.recordUpdated,e.drillThroughClosed=i.drillThroughClosed,e.verticalScrolled=i.verticalScrolled,e.horizontalScrolled=i.horizontalScrolled,e.rowPageNavigated=i.rowPageNavigated,e.columnPageNavigated=i.columnPageNavigated,e.actionDropped=i.actionDropped,e.Theme=i.Theme,e.ErrorDialog=i.ErrorDialog,e.FilterDialog=i.FilterDialog,e.PivotContextMenu=i.PivotContextMenu,e.AggregateMenu=i.AggregateMenu,e.Toolbar=i.Toolbar,e.NumberFormatting=i.NumberFormatting,e.Grouping=i.Grouping,e.PivotEngine=i.PivotEngine,e.PivotUtil=i.PivotUtil,e.OlapEngine=i.OlapEngine,e.MDXQuery=i.MDXQuery,e.FieldOptions=i.FieldOptions,e.FieldListFieldOptions=i.FieldListFieldOptions,e.Style=i.Style,e.Filter=i.Filter,e.ConditionalFormatSettings=i.ConditionalFormatSettings,e.Sort=i.Sort,e.FormatSettings=i.FormatSettings,e.GroupSettings=i.GroupSettings,e.CustomGroups=i.CustomGroups,e.CalculatedFieldSettings=i.CalculatedFieldSettings,e.DrillOptions=i.DrillOptions,e.ValueSortSettings=i.ValueSortSettings,e.Authentication=i.Authentication,e.DataSourceSettings=i.DataSourceSettings,Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-pivotview"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-pivotview","@angular/common"],t):t(e["ej2-angular-pivotview"]={},e.ng.core,e.ej2.angular.base,e.ej2.pivotview,e.ng.common)}(this,function(e,t,o,r,i){"use strict";var n=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])};return function(t,o){function r(){this.constructor=t}e(t,o),t.prototype=null===o?Object.create(o):(r.prototype=o.prototype,new r)}}(),l=this&&this.__decorate||function(e,t,o,r){var i,n=arguments.length,l=n<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(l=(n<3?i(l):n>3?i(t,o,l):i(t,o))||l);return n>3&&l&&Object.defineProperty(t,o,l),l},a=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},d=["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","width"],c=["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"],s=[];e.PivotViewComponent=function(e){function t(t,r,i,n){var l=e.call(this)||this;l.ngEle=t,l.srenderer=r,l.viewContainerRef=i,l.injector=n,l.element=l.ngEle.nativeElement,l.injectedModules=l.injectedModules||[];try{var a=l.injector.get("PivotViewGroupingBar");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(d){}try{a=l.injector.get("PivotViewFieldList");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(p){}try{a=l.injector.get("PivotViewCalculatedField");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(u){}try{a=l.injector.get("PivotViewConditionalFormatting");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(g){}try{a=l.injector.get("PivotViewVirtualScroll");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(m){}try{a=l.injector.get("PivotViewDrillThrough");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(v){}try{a=l.injector.get("PivotViewToolbar");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(f){}try{a=l.injector.get("PivotViewPivotChart");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(h){}try{a=l.injector.get("PivotViewPDFExport");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(C){}try{a=l.injector.get("PivotViewExcelExport");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(w){}try{a=l.injector.get("PivotViewNumberFormatting");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(R){}try{a=l.injector.get("PivotViewGrouping");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(S){}try{a=l.injector.get("PivotViewPager");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(P){}return l.registerEvents(c),l.addTwoWay.call(l,s),o.setValue("currentInstance",l,l.viewContainerRef),l.context=new o.ComponentBase,l}return n(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(r.PivotView),e.PivotViewComponent.decorators=[{type:t.Component,args:[{selector:"ejs-pivotview",inputs:d,outputs:c,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.PivotViewComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.PivotViewComponent.propDecorators={cellTemplate:[{type:t.ContentChild,args:["cellTemplate"]}],tooltipTemplate:[{type:t.ContentChild,args:["tooltipTemplate"]}]},l([o.Template(),a("design:type",Object)],e.PivotViewComponent.prototype,"cellTemplate",void 0),l([o.Template(),a("design:type",Object)],e.PivotViewComponent.prototype,"tooltipTemplate",void 0),e.PivotViewComponent=l([o.ComponentMixins([o.ComponentBase]),a("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.PivotViewComponent);var p=function(){return function(){}}();p.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.PivotViewComponent],exports:[e.PivotViewComponent]}]}],p.ctorParameters=function(){return[]};var u={provide:"PivotViewGroupingBar",useValue:r.GroupingBar},g={provide:"PivotViewFieldList",useValue:r.FieldList},m={provide:"PivotViewCalculatedField",useValue:r.CalculatedField},v={provide:"PivotViewConditionalFormatting",useValue:r.ConditionalFormatting},f={provide:"PivotViewVirtualScroll",useValue:r.VirtualScroll},h={provide:"PivotViewDrillThrough",useValue:r.DrillThrough},C={provide:"PivotViewToolbar",useValue:r.Toolbar},w={provide:"PivotViewPivotChart",useValue:r.PivotChart},R={provide:"PivotViewPDFExport",useValue:r.PDFExport},S={provide:"PivotViewExcelExport",useValue:r.ExcelExport},P={provide:"PivotViewNumberFormatting",useValue:r.NumberFormatting},b={provide:"PivotViewGrouping",useValue:r.Grouping},F={provide:"PivotViewPager",useValue:r.Pager},x=function(){return function(){}}();x.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,p],exports:[p],providers:[u,g,m,v,f,h,C,w,R,S,P,b,F]}]}],x.ctorParameters=function(){return[]};var y=this&&this.__decorate||function(e,t,o,r){var i,n=arguments.length,l=n<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,o,r);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(l=(n<3?i(l):n>3?i(t,o,l):i(t,o))||l);return n>3&&l&&Object.defineProperty(t,o,l),l},E=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},T=["aggregateTypes","allowCalculatedField","allowDeferLayoutUpdate","cssClass","currencyCode","dataSourceSettings","enableFieldSearching","enableHtmlSanitizer","enablePersistence","enableRtl","loadOnDemandInMemberEditor","locale","maxNodeLimitInMemberEditor","renderMode","showValuesButton","spinnerTemplate","target"],V=["actionBegin","actionComplete","actionFailure","afterServiceInvoke","aggregateCellInfo","aggregateMenuOpen","beforeServiceInvoke","calculatedFieldCreate","created","dataBound","destroyed","enginePopulated","enginePopulating","fieldDragStart","fieldDrop","fieldRemove","load","memberEditorOpen","memberFiltering","onFieldDropped","onHeadersSort"],M=[];e.PivotFieldListComponent=function(e){function t(t,r,i,n){var l=e.call(this)||this;l.ngEle=t,l.srenderer=r,l.viewContainerRef=i,l.injector=n,l.element=l.ngEle.nativeElement,l.injectedModules=l.injectedModules||[];try{var a=l.injector.get("PivotViewCalculatedField");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(d){}return l.registerEvents(V),l.addTwoWay.call(l,M),o.setValue("currentInstance",l,l.viewContainerRef),l.context=new o.ComponentBase,l}return n(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(r.PivotFieldList),e.PivotFieldListComponent.decorators=[{type:t.Component,args:[{selector:"ejs-pivotfieldlist",inputs:T,outputs:V,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.PivotFieldListComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.PivotFieldListComponent=y([o.ComponentMixins([o.ComponentBase]),E("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.PivotFieldListComponent);var j=function(){return function(){}}();j.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.PivotFieldListComponent],exports:[e.PivotFieldListComponent]}]}],j.ctorParameters=function(){return[]};var D=function(){return function(){}}();D.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,j],exports:[j],providers:[]}]}],D.ctorParameters=function(){return[]},e.PivotViewModule=p,e.PivotViewAllModule=x,e.GroupingBarService=u,e.FieldListService=g,e.CalculatedFieldService=m,e.ConditionalFormattingService=v,e.VirtualScrollService=f,e.DrillThroughService=h,e.ToolbarService=C,e.PivotChartService=w,e.PDFExportService=R,e.ExcelExportService=S,e.NumberFormattingService=P,e.GroupingService=b,e.PagerService=F,e.PivotFieldListModule=j,e.PivotFieldListAllModule=D,e.ɵc=T,e.ɵd=V,e.ɵa=d,e.ɵb=c,e.GroupingBarSettings=r.GroupingBarSettings,e.CellEditSettings=r.CellEditSettings,e.ConditionalSettings=r.ConditionalSettings,e.HyperlinkSettings=r.HyperlinkSettings,e.PageSettings=r.PageSettings,e.PagerSettings=r.PagerSettings,e.DisplayOption=r.DisplayOption,e.PivotView=r.PivotView,e.Render=r.Render,e.ExcelExport=r.ExcelExport,e.PDFExport=r.PDFExport,e.KeyboardInteraction=r.KeyboardInteraction,e.VirtualScroll=r.VirtualScroll,e.DrillThrough=r.DrillThrough,e.Pager=r.Pager,e.PivotChart=r.PivotChart,e.PivotFieldList=r.PivotFieldList,e.TreeViewRenderer=r.TreeViewRenderer,e.AxisFieldRenderer=r.AxisFieldRenderer,e.AxisTableRenderer=r.AxisTableRenderer,e.DialogRenderer=r.DialogRenderer,e.EventBase=r.EventBase,e.NodeStateModified=r.NodeStateModified,e.DataSourceUpdate=r.DataSourceUpdate,e.FieldList=r.FieldList,e.CommonKeyboardInteraction=r.CommonKeyboardInteraction,e.Common=r.Common,e.GroupingBar=r.GroupingBar,e.CalculatedField=r.CalculatedField,e.ConditionalFormatting=r.ConditionalFormatting,e.PivotCommon=r.PivotCommon,e.load=r.load,e.enginePopulating=r.enginePopulating,e.enginePopulated=r.enginePopulated,e.onFieldDropped=r.onFieldDropped,e.fieldDrop=r.fieldDrop,e.beforePivotTableRender=r.beforePivotTableRender,e.afterPivotTableRender=r.afterPivotTableRender,e.beforeExport=r.beforeExport,e.exportComplete=r.exportComplete,e.excelHeaderQueryCellInfo=r.excelHeaderQueryCellInfo,e.pdfHeaderQueryCellInfo=r.pdfHeaderQueryCellInfo,e.excelQueryCellInfo=r.excelQueryCellInfo,e.pdfQueryCellInfo=r.pdfQueryCellInfo,e.onPdfCellRender=r.onPdfCellRender,e.dataBound=r.dataBound,e.queryCellInfo=r.queryCellInfo,e.headerCellInfo=r.headerCellInfo,e.hyperlinkCellClick=r.hyperlinkCellClick,e.resizing=r.resizing,e.resizeStop=r.resizeStop,e.cellClick=r.cellClick,e.drillThrough=r.drillThrough,e.beforeColumnsRender=r.beforeColumnsRender,e.selected=r.selected,e.cellSelecting=r.cellSelecting,e.drill=r.drill,e.cellSelected=r.cellSelected,e.cellDeselected=r.cellDeselected,e.rowSelected=r.rowSelected,e.rowDeselected=r.rowDeselected,e.beginDrillThrough=r.beginDrillThrough,e.editCompleted=r.editCompleted,e.multiLevelLabelClick=r.multiLevelLabelClick,e.saveReport=r.saveReport,e.fetchReport=r.fetchReport,e.loadReport=r.loadReport,e.renameReport=r.renameReport,e.removeReport=r.removeReport,e.newReport=r.newReport,e.toolbarRender=r.toolbarRender,e.toolbarClick=r.toolbarClick,e.chartTooltipRender=r.chartTooltipRender,e.chartLegendClick=r.chartLegendClick,e.chartLoaded=r.chartLoaded,e.multiLevelLabelRender=r.multiLevelLabelRender,e.beforePrint=r.beforePrint,e.animationComplete=r.animationComplete,e.legendRender=r.legendRender,e.textRender=r.textRender,e.pointRender=r.pointRender,e.seriesRender=r.seriesRender,e.chartMouseMove=r.chartMouseMove,e.chartMouseClick=r.chartMouseClick,e.pointMove=r.pointMove,e.chartMouseLeave=r.chartMouseLeave,e.chartMouseDown=r.chartMouseDown,e.chartMouseUp=r.chartMouseUp,e.dragComplete=r.dragComplete,e.zoomComplete=r.zoomComplete,e.scrollStart=r.scrollStart,e.scrollEnd=r.scrollEnd,e.scrollChanged=r.scrollChanged,e.chartLoad=r.chartLoad,e.chartResized=r.chartResized,e.chartAxisLabelRender=r.chartAxisLabelRender,e.chartSeriesCreated=r.chartSeriesCreated,e.aggregateCellInfo=r.aggregateCellInfo,e.onHeadersSort=r.onHeadersSort,e.contextMenuClick=r.contextMenuClick,e.contextMenuOpen=r.contextMenuOpen,e.fieldListRefreshed=r.fieldListRefreshed,e.conditionalFormatting=r.conditionalFormatting,e.beforePdfExport=r.beforePdfExport,e.beforeExcelExport=r.beforeExcelExport,e.memberFiltering=r.memberFiltering,e.calculatedFieldCreate=r.calculatedFieldCreate,e.memberEditorOpen=r.memberEditorOpen,e.fieldRemove=r.fieldRemove,e.numberFormatting=r.numberFormatting,e.aggregateMenuOpen=r.aggregateMenuOpen,e.fieldDragStart=r.fieldDragStart,e.chartPointClick=r.chartPointClick,e.beforeServiceInvoke=r.beforeServiceInvoke,e.afterServiceInvoke=r.afterServiceInvoke,e.actionBegin=r.actionBegin,e.actionComplete=r.actionComplete,e.actionFailure=r.actionFailure,e.initialLoad=r.initialLoad,e.uiUpdate=r.uiUpdate,e.scroll=r.scroll,e.verticalScroll=r.verticalScroll,e.horizontalScroll=r.horizontalScroll,e.contentReady=r.contentReady,e.dataReady=r.dataReady,e.initSubComponent=r.initSubComponent,e.treeViewUpdate=r.treeViewUpdate,e.pivotButtonUpdate=r.pivotButtonUpdate,e.initCalculatedField=r.initCalculatedField,e.click=r.click,e.initToolbar=r.initToolbar,e.initPivotPager=r.initPivotPager,e.initFormatting=r.initFormatting,e.initGrouping=r.initGrouping,e.sortValue=r.sortValue,e.drillUp=r.drillUp,e.drillDown=r.drillDown,e.addNewReport=r.addNewReport,e.saveCurrentReport=r.saveCurrentReport,e.saveAsCurrentReport=r.saveAsCurrentReport,e.renameCurrentReport=r.renameCurrentReport,e.removeCurrentReport=r.removeCurrentReport,e.loadReports=r.loadReports,e.openConditionalFormatting=r.openConditionalFormatting,e.openNumberFormatting=r.openNumberFormatting,e.MdxQuery=r.MdxQuery,e.showFieldList=r.showFieldList,e.tableView=r.tableView,e.chartView=r.chartView,e.multipleAxis=r.multipleAxis,e.showLegend=r.showLegend,e.pdfExport=r.pdfExport,e.pngExport=r.pngExport,e.excelExport=r.excelExport,e.csvExport=r.csvExport,e.jpegExport=r.jpegExport,e.svgExport=r.svgExport,e.hideSubTotals=r.hideSubTotals,e.subTotalsRow=r.subTotalsRow,e.subTotalsColumn=r.subTotalsColumn,e.showSubTotals=r.showSubTotals,e.hideGrandTotals=r.hideGrandTotals,e.grandTotalsRow=r.grandTotalsRow,e.grandTotalsColumn=r.grandTotalsColumn,e.showGrandTotals=r.showGrandTotals,e.numberFormattingMenu=r.numberFormattingMenu,e.conditionalFormattingMenu=r.conditionalFormattingMenu,e.reportChange=r.reportChange,e.sortFieldTree=r.sortFieldTree,e.editCalculatedField=r.editCalculatedField,e.sortField=r.sortField,e.filterField=r.filterField,e.removeField=r.removeField,e.openCalculatedField=r.openCalculatedField,e.editRecord=r.editRecord,e.saveEditedRecords=r.saveEditedRecords,e.addNewRecord=r.addNewRecord,e.removeRecord=r.removeRecord,e.aggregateField=r.aggregateField,e.contextMenuCalculatedField=r.contextMenuCalculatedField,e.windowResize=r.windowResize,e.rowPageNavigation=r.rowPageNavigation,e.columnPageNavigation=r.columnPageNavigation,e.calculatedFieldApplied=r.calculatedFieldApplied,e.editedRecordsSaved=r.editedRecordsSaved,e.newRecordAdded=r.newRecordAdded,e.recordRemoved=r.recordRemoved,e.closeFieldlist=r.closeFieldlist,e.fieldTreeSorted=r.fieldTreeSorted,e.reportSaved=r.reportSaved,e.newReportAdded=r.newReportAdded,e.reportReSaved=r.reportReSaved,e.reportRenamed=r.reportRenamed,e.reportRemoved=r.reportRemoved,e.excelExported=r.excelExported,e.csvExported=r.csvExported,e.pdfExported=r.pdfExported,e.pngExported=r.pngExported,e.jpegExported=r.jpegExported,e.svgExported=r.svgExported,e.conditionallyFormatted=r.conditionallyFormatted,e.numberFormatted=r.numberFormatted,e.tableViewed=r.tableViewed,e.chartViewed=r.chartViewed,e.subTotalsHidden=r.subTotalsHidden,e.subTotalsRowShown=r.subTotalsRowShown,e.subTotalsColumnShown=r.subTotalsColumnShown,e.subTotalsShown=r.subTotalsShown,e.grandTotalsHidden=r.grandTotalsHidden,e.grandTotalsRowShown=r.grandTotalsRowShown,e.grandTotalsColumnShown=r.grandTotalsColumnShown,e.grandTotalsShown=r.grandTotalsShown,e.valueSorted=r.valueSorted,e.calculatedFieldEdited=r.calculatedFieldEdited,e.fieldSorted=r.fieldSorted,e.fieldFiltered=r.fieldFiltered,e.fieldRemoved=r.fieldRemoved,e.fieldAggregated=r.fieldAggregated,e.recordEdited=r.recordEdited,e.reportChanged=r.reportChanged,e.windowResized=r.windowResized,e.recordUpdated=r.recordUpdated,e.drillThroughClosed=r.drillThroughClosed,e.verticalScrolled=r.verticalScrolled,e.horizontalScrolled=r.horizontalScrolled,e.rowPageNavigated=r.rowPageNavigated,e.columnPageNavigated=r.columnPageNavigated,e.actionDropped=r.actionDropped,e.Theme=r.Theme,e.ErrorDialog=r.ErrorDialog,e.FilterDialog=r.FilterDialog,e.PivotContextMenu=r.PivotContextMenu,e.AggregateMenu=r.AggregateMenu,e.Toolbar=r.Toolbar,e.NumberFormatting=r.NumberFormatting,e.Grouping=r.Grouping,e.PivotEngine=r.PivotEngine,e.PivotUtil=r.PivotUtil,e.OlapEngine=r.OlapEngine,e.MDXQuery=r.MDXQuery,e.FieldOptions=r.FieldOptions,e.FieldListFieldOptions=r.FieldListFieldOptions,e.Style=r.Style,e.Filter=r.Filter,e.ConditionalFormatSettings=r.ConditionalFormatSettings,e.Sort=r.Sort,e.FormatSettings=r.FormatSettings,e.GroupSettings=r.GroupSettings,e.CustomGroups=r.CustomGroups,e.CalculatedFieldSettings=r.CalculatedFieldSettings,e.DrillOptions=r.DrillOptions,e.ValueSortSettings=r.ValueSortSettings,e.Authentication=r.Authentication,e.DataSourceSettings=r.DataSourceSettings,Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-angular-pivotview.umd.min.js.map
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pivotview@*",
3
- "_id": "@syncfusion/ej2-angular-pivotview@23.1.38",
3
+ "_id": "@syncfusion/ej2-angular-pivotview@23.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-m7mRv+9nj+Hc9mUD84teJXIAOfOEMcg4y+epDtKG9KigJGqEj3Syut+r1gj3LeyEhMxzNpHXDX8xGR1tffCtpg==",
5
+ "_integrity": "sha512-T8ZopP4AlASiy/rjERDWe2oxcg4LESaqF0zf5o5S4hsxnDpO3Y+eiypQoKXgkqPA+TK7dXJHC8hZbGD2h++fCA==",
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-hotfix-new/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-23.1.38.tgz",
23
- "_shasum": "a026a1b6a98a9cb1214f17f95472f6d514a09ec1",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-23.1.41.tgz",
23
+ "_shasum": "5c8a77feb85afdc0feed40a0c03a85ec0472ada9",
24
24
  "_spec": "@syncfusion/ej2-angular-pivotview@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.1.38",
34
+ "@syncfusion/ej2-angular-base": "~23.1.43",
35
35
  "@syncfusion/ej2-base": "~23.1.41",
36
- "@syncfusion/ej2-pivotview": "23.1.41"
36
+ "@syncfusion/ej2-pivotview": "23.1.44"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
@@ -56,5 +56,5 @@
56
56
  "schematics": "./schematics/collection.json",
57
57
  "sideEffects": false,
58
58
  "typings": "ej2-angular-pivotview.d.ts",
59
- "version": "23.1.41-ngcc"
59
+ "version": "23.1.44-ngcc"
60
60
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
2
- export declare const pkgVer = "^23.1.38";
2
+ export declare const pkgVer = "^23.1.41";
3
3
  export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
- export declare const themeVer = "~23.1.38";
4
+ export declare const themeVer = "~23.1.41";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-pivotview';
4
- exports.pkgVer = '^23.1.41';
4
+ exports.pkgVer = '^23.1.44';
5
5
  exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
- exports.themeVer = '~23.1.41';
6
+ exports.themeVer = '~23.1.44';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^23.1.41';
2
+ export const pkgVer = '^23.1.44';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~23.1.41';
4
+ export const themeVer = '~23.1.44';
@@ -988,9 +988,10 @@
988
988
  .e-pivotview .e-grid .e-gridheader {
989
989
  border-bottom-width: 1px;
990
990
  }
991
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
992
- padding-bottom: 0;
993
- padding-top: 0;
991
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
992
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
993
+ padding-bottom: 0 !important;
994
+ padding-top: 0 !important;
994
995
  vertical-align: middle;
995
996
  }
996
997
  .e-pivotview .e-gtot {
@@ -1153,6 +1154,11 @@
1153
1154
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1154
1155
  visibility: hidden;
1155
1156
  }
1157
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1158
+ -ms-flex-item-align: center;
1159
+ -ms-grid-row-align: center;
1160
+ align-self: center;
1161
+ }
1156
1162
  .e-pivotview .e-grid .e-headercelldiv,
1157
1163
  .e-pivotview .e-grid .e-columnsheader {
1158
1164
  /* stylelint-disable */
@@ -5881,7 +5887,6 @@
5881
5887
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5882
5888
  color: #f0f0f0;
5883
5889
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
5884
- font-size: 14px;
5885
5890
  opacity: 0.87;
5886
5891
  }
5887
5892
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -987,9 +987,10 @@
987
987
  .e-pivotview .e-grid .e-gridheader {
988
988
  border-bottom-width: 1px;
989
989
  }
990
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
991
- padding-bottom: 0;
992
- padding-top: 0;
990
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
991
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
992
+ padding-bottom: 0 !important;
993
+ padding-top: 0 !important;
993
994
  vertical-align: middle;
994
995
  }
995
996
  .e-pivotview .e-gtot {
@@ -1152,6 +1153,11 @@
1152
1153
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1153
1154
  visibility: hidden;
1154
1155
  }
1156
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1157
+ -ms-flex-item-align: center;
1158
+ -ms-grid-row-align: center;
1159
+ align-self: center;
1160
+ }
1155
1161
  .e-pivotview .e-grid .e-headercelldiv,
1156
1162
  .e-pivotview .e-grid .e-columnsheader {
1157
1163
  /* stylelint-disable */
@@ -5878,7 +5884,6 @@
5878
5884
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5879
5885
  color: #333;
5880
5886
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
5881
- font-size: 14px;
5882
5887
  opacity: 0.87;
5883
5888
  }
5884
5889
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1045,9 +1045,10 @@
1045
1045
  .e-pivotview .e-grid .e-gridheader {
1046
1046
  border-bottom-width: 1px;
1047
1047
  }
1048
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1049
- padding-bottom: 0;
1050
- padding-top: 0;
1048
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1049
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1050
+ padding-bottom: 0 !important;
1051
+ padding-top: 0 !important;
1051
1052
  vertical-align: middle;
1052
1053
  }
1053
1054
  .e-pivotview .e-gtot {
@@ -1214,6 +1215,11 @@
1214
1215
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1215
1216
  visibility: hidden;
1216
1217
  }
1218
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1219
+ -ms-flex-item-align: center;
1220
+ -ms-grid-row-align: center;
1221
+ align-self: center;
1222
+ }
1217
1223
  .e-pivotview .e-grid .e-headercelldiv,
1218
1224
  .e-pivotview .e-grid .e-columnsheader {
1219
1225
  /* stylelint-disable */
@@ -6059,7 +6065,6 @@
6059
6065
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6060
6066
  color: #212529;
6061
6067
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
6062
- font-size: 14px;
6063
6068
  opacity: 0.87;
6064
6069
  }
6065
6070
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -989,9 +989,10 @@
989
989
  border-bottom-width: 1px;
990
990
  border-bottom-color: #444c54;
991
991
  }
992
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
993
- padding-bottom: 0;
994
- padding-top: 0;
992
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
993
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
994
+ padding-bottom: 0 !important;
995
+ padding-top: 0 !important;
995
996
  vertical-align: middle;
996
997
  }
997
998
  .e-pivotview .e-gtot {
@@ -1158,6 +1159,11 @@
1158
1159
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1159
1160
  visibility: hidden;
1160
1161
  }
1162
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1163
+ -ms-flex-item-align: center;
1164
+ -ms-grid-row-align: center;
1165
+ align-self: center;
1166
+ }
1161
1167
  .e-pivotview .e-grid .e-headercelldiv,
1162
1168
  .e-pivotview .e-grid .e-columnsheader {
1163
1169
  /* stylelint-disable */
@@ -5970,7 +5976,6 @@
5970
5976
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5971
5977
  color: #fff;
5972
5978
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5973
- font-size: 14px;
5974
5979
  opacity: 0.87;
5975
5980
  }
5976
5981
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -991,9 +991,10 @@
991
991
  border-bottom-width: 1px;
992
992
  border-bottom-color: #dee2e6;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1160,6 +1161,11 @@
1160
1161
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1161
1162
  visibility: hidden;
1162
1163
  }
1164
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1165
+ -ms-flex-item-align: center;
1166
+ -ms-grid-row-align: center;
1167
+ align-self: center;
1168
+ }
1163
1169
  .e-pivotview .e-grid .e-headercelldiv,
1164
1170
  .e-pivotview .e-grid .e-columnsheader {
1165
1171
  /* stylelint-disable */
@@ -5972,7 +5978,6 @@
5972
5978
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5973
5979
  color: #212529;
5974
5980
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5975
- font-size: 14px;
5976
5981
  opacity: 0.87;
5977
5982
  }
5978
5983
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -991,9 +991,10 @@
991
991
  .e-pivotview .e-grid .e-gridheader {
992
992
  border-bottom-width: 1px;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5882,7 +5888,6 @@
5882
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5883
5889
  color: #dadada;
5884
5890
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5885
- font-size: 14px;
5886
5891
  opacity: 0.87;
5887
5892
  }
5888
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
package/styles/fabric.css CHANGED
@@ -991,9 +991,10 @@
991
991
  .e-pivotview .e-grid .e-gridheader {
992
992
  border-bottom-width: 1px;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5881,7 +5887,6 @@
5881
5887
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5882
5888
  color: #333;
5883
5889
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5884
- font-size: 14px;
5885
5890
  opacity: 0.87;
5886
5891
  }
5887
5892
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,