@syncfusion/ej2-angular-pivotview 20.3.59-ngcc → 20.4.38-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 (60) 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 +49 -3
  6. package/README.md +121 -36
  7. package/dist/ej2-angular-pivotview.umd.js +2 -2
  8. package/dist/ej2-angular-pivotview.umd.js.map +1 -1
  9. package/dist/ej2-angular-pivotview.umd.min.js +2 -2
  10. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -1
  11. package/ej2-angular-pivotview.metadata.json +1 -1
  12. package/package.json +55 -13
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/styles/bootstrap-dark.css +15 -4
  17. package/styles/bootstrap.css +16 -5
  18. package/styles/bootstrap4.css +24 -7
  19. package/styles/bootstrap5-dark.css +23 -10
  20. package/styles/bootstrap5.css +23 -10
  21. package/styles/fabric-dark.css +39 -8
  22. package/styles/fabric.css +42 -8
  23. package/styles/fluent-dark.css +44 -20
  24. package/styles/fluent.css +44 -20
  25. package/styles/highcontrast-light.css +29 -6
  26. package/styles/highcontrast.css +29 -6
  27. package/styles/material-dark.css +19 -4
  28. package/styles/material.css +25 -4
  29. package/styles/pivotfieldlist/bootstrap-dark.css +8 -2
  30. package/styles/pivotfieldlist/bootstrap.css +9 -3
  31. package/styles/pivotfieldlist/bootstrap4.css +9 -3
  32. package/styles/pivotfieldlist/bootstrap5-dark.css +15 -3
  33. package/styles/pivotfieldlist/bootstrap5.css +15 -3
  34. package/styles/pivotfieldlist/fabric-dark.css +19 -4
  35. package/styles/pivotfieldlist/fabric.css +19 -4
  36. package/styles/pivotfieldlist/fluent-dark.css +19 -7
  37. package/styles/pivotfieldlist/fluent.css +19 -7
  38. package/styles/pivotfieldlist/highcontrast-light.css +19 -4
  39. package/styles/pivotfieldlist/highcontrast.css +19 -4
  40. package/styles/pivotfieldlist/material-dark.css +12 -2
  41. package/styles/pivotfieldlist/material.css +12 -2
  42. package/styles/pivotfieldlist/tailwind-dark.css +15 -3
  43. package/styles/pivotfieldlist/tailwind.css +15 -3
  44. package/styles/pivotview/bootstrap-dark.css +7 -2
  45. package/styles/pivotview/bootstrap.css +7 -2
  46. package/styles/pivotview/bootstrap4.css +15 -4
  47. package/styles/pivotview/bootstrap5-dark.css +8 -7
  48. package/styles/pivotview/bootstrap5.css +8 -7
  49. package/styles/pivotview/fabric-dark.css +20 -4
  50. package/styles/pivotview/fabric.css +23 -4
  51. package/styles/pivotview/fluent-dark.css +25 -13
  52. package/styles/pivotview/fluent.css +25 -13
  53. package/styles/pivotview/highcontrast-light.css +10 -2
  54. package/styles/pivotview/highcontrast.css +10 -2
  55. package/styles/pivotview/material-dark.css +7 -2
  56. package/styles/pivotview/material.css +13 -2
  57. package/styles/pivotview/tailwind-dark.css +12 -10
  58. package/styles/pivotview/tailwind.css +12 -10
  59. package/styles/tailwind-dark.css +27 -13
  60. package/styles/tailwind.css +27 -13
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-pivotview.umd.min.js","sources":["~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview.component.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview-all.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist.component.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist-all.module.ts"],"sourcesContent":["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','currencyCode','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','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 PivotView 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\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 */\n@Template()\n public cellTemplate: 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};\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.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 * @type {?}\n */\nPivotViewComponent.prototype.cellTemplate;\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","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 { 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 { 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','enablePersistence','enableRtl','loadOnDemandInMemberEditor','locale','maxNodeLimitInMemberEditor','renderMode','showValuesButton','spinnerTemplate','target'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','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\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.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 } 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 { 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"],"names":["inputs","outputs","twoWays","exports","PivotViewComponent","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","registerEvents","addTwoWay","setValue","context","ComponentBase","__extends","prototype","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","PivotView","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","propDecorators","cellTemplate","ContentChild","__decorate","Template","ComponentMixins","__metadata","PivotViewModule","NgModule","imports","CommonModule","declarations","GroupingBarService","provide","useValue","GroupingBar","FieldListService","FieldList","CalculatedFieldService","CalculatedField","ConditionalFormattingService","ConditionalFormatting","VirtualScrollService","VirtualScroll","DrillThroughService","DrillThrough","ToolbarService","Toolbar","PivotChartService","PivotChart","PDFExportService","PDFExport","ExcelExportService","ExcelExport","NumberFormattingService","NumberFormatting","GroupingService","Grouping","PagerService","Pager","PivotViewAllModule","providers","PivotFieldListComponent","PivotFieldList","PivotFieldListModule","PivotFieldListAllModule"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-angular-pivotview.umd.min.js","sources":["~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview.component.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotview/pivotview-all.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist.component.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist.module.ts","~/@syncfusion/ej2-angular-pivotview/src/pivotfieldlist/pivotfieldlist-all.module.ts"],"sourcesContent":["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','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 PivotView 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\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 */\n@Template()\n public cellTemplate: 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};\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.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 * @type {?}\n */\nPivotViewComponent.prototype.cellTemplate;\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","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 { 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 { 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','enablePersistence','enableRtl','loadOnDemandInMemberEditor','locale','maxNodeLimitInMemberEditor','renderMode','showValuesButton','spinnerTemplate','target'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','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\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.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 } 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 { 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"],"names":["inputs","outputs","twoWays","exports","PivotViewComponent","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","registerEvents","addTwoWay","setValue","context","ComponentBase","__extends","prototype","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","PivotView","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","propDecorators","cellTemplate","ContentChild","__decorate","Template","ComponentMixins","__metadata","PivotViewModule","NgModule","imports","CommonModule","declarations","GroupingBarService","provide","useValue","GroupingBar","FieldListService","FieldList","CalculatedFieldService","CalculatedField","ConditionalFormattingService","ConditionalFormatting","VirtualScrollService","VirtualScroll","DrillThroughService","DrillThrough","ToolbarService","Toolbar","PivotChartService","PivotChart","PDFExportService","PDFExport","ExcelExportService","ExcelExport","NumberFormattingService","NumberFormatting","GroupingService","Grouping","PagerService","Pager","PivotViewAllModule","providers","PivotFieldListComponent","PivotFieldList","PivotFieldListModule","PivotFieldListAllModule"],"mappings":"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"}
@@ -1 +1 @@
1
- {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-pivotview"}],"metadata":{"ɵa":["aggregateTypes","allowCalculatedField","allowConditionalFormatting","allowDataCompression","allowDeferLayoutUpdate","allowDrillThrough","allowExcelExport","allowGrouping","allowNumberFormatting","allowPdfExport","cellTemplate","chartSettings","chartTypes","cssClass","currencyCode","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"],"ɵb":["actionBegin","actionComplete","actionFailure","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"],"ɵc":["aggregateTypes","allowCalculatedField","allowDeferLayoutUpdate","cssClass","currencyCode","dataSourceSettings","enableFieldSearching","enablePersistence","enableRtl","loadOnDemandInMemberEditor","locale","maxNodeLimitInMemberEditor","renderMode","showValuesButton","spinnerTemplate","target"],"ɵd":["actionBegin","actionComplete","actionFailure","aggregateCellInfo","aggregateMenuOpen","beforeServiceInvoke","calculatedFieldCreate","created","dataBound","destroyed","enginePopulated","enginePopulating","fieldDragStart","fieldDrop","fieldRemove","load","memberEditorOpen","memberFiltering","onFieldDropped","onHeadersSort"],"PivotViewComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"PivotView"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-pivotview","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"cellTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["cellTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"PivotViewModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"PivotViewComponent"}],"exports":[{"__symbolic":"reference","name":"PivotViewComponent"}]}]}],"members":{}},"PivotViewAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"PivotViewModule"}],"exports":[{"__symbolic":"reference","name":"PivotViewModule"}],"providers":[{"__symbolic":"reference","name":"GroupingBarService"},{"__symbolic":"reference","name":"FieldListService"},{"__symbolic":"reference","name":"CalculatedFieldService"},{"__symbolic":"reference","name":"ConditionalFormattingService"},{"__symbolic":"reference","name":"VirtualScrollService"},{"__symbolic":"reference","name":"DrillThroughService"},{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"PivotChartService"},{"__symbolic":"reference","name":"PDFExportService"},{"__symbolic":"reference","name":"ExcelExportService"},{"__symbolic":"reference","name":"NumberFormattingService"},{"__symbolic":"reference","name":"GroupingService"},{"__symbolic":"reference","name":"PagerService"}]}]}],"members":{}},"GroupingBarService":{"provide":"PivotViewGroupingBar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"GroupingBar"}},"FieldListService":{"provide":"PivotViewFieldList","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"FieldList"}},"CalculatedFieldService":{"provide":"PivotViewCalculatedField","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"CalculatedField"}},"ConditionalFormattingService":{"provide":"PivotViewConditionalFormatting","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"ConditionalFormatting"}},"VirtualScrollService":{"provide":"PivotViewVirtualScroll","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"VirtualScroll"}},"DrillThroughService":{"provide":"PivotViewDrillThrough","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"DrillThrough"}},"ToolbarService":{"provide":"PivotViewToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"Toolbar"}},"PivotChartService":{"provide":"PivotViewPivotChart","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"PivotChart"}},"PDFExportService":{"provide":"PivotViewPDFExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"PDFExport"}},"ExcelExportService":{"provide":"PivotViewExcelExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"ExcelExport"}},"NumberFormattingService":{"provide":"PivotViewNumberFormatting","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"NumberFormatting"}},"GroupingService":{"provide":"PivotViewGrouping","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"Grouping"}},"PagerService":{"provide":"PivotViewPager","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"Pager"}},"PivotFieldListComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"PivotFieldList"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-pivotfieldlist","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"PivotFieldListModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"PivotFieldListComponent"}],"exports":[{"__symbolic":"reference","name":"PivotFieldListComponent"}]}]}],"members":{}},"PivotFieldListAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"PivotFieldListModule"}],"exports":[{"__symbolic":"reference","name":"PivotFieldListModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/pivotview/pivotview.component","ɵb":"./src/pivotview/pivotview.component","ɵc":"./src/pivotfieldlist/pivotfieldlist.component","ɵd":"./src/pivotfieldlist/pivotfieldlist.component","PivotViewComponent":"./src/pivotview/pivotview.component","PivotViewModule":"./src/pivotview/pivotview.module","PivotViewAllModule":"./src/pivotview/pivotview-all.module","GroupingBarService":"./src/pivotview/pivotview-all.module","FieldListService":"./src/pivotview/pivotview-all.module","CalculatedFieldService":"./src/pivotview/pivotview-all.module","ConditionalFormattingService":"./src/pivotview/pivotview-all.module","VirtualScrollService":"./src/pivotview/pivotview-all.module","DrillThroughService":"./src/pivotview/pivotview-all.module","ToolbarService":"./src/pivotview/pivotview-all.module","PivotChartService":"./src/pivotview/pivotview-all.module","PDFExportService":"./src/pivotview/pivotview-all.module","ExcelExportService":"./src/pivotview/pivotview-all.module","NumberFormattingService":"./src/pivotview/pivotview-all.module","GroupingService":"./src/pivotview/pivotview-all.module","PagerService":"./src/pivotview/pivotview-all.module","PivotFieldListComponent":"./src/pivotfieldlist/pivotfieldlist.component","PivotFieldListModule":"./src/pivotfieldlist/pivotfieldlist.module","PivotFieldListAllModule":"./src/pivotfieldlist/pivotfieldlist-all.module"},"importAs":"@syncfusion/ej2-angular-pivotview"}
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-pivotview"}],"metadata":{"ɵa":["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"],"ɵb":["actionBegin","actionComplete","actionFailure","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"],"ɵc":["aggregateTypes","allowCalculatedField","allowDeferLayoutUpdate","cssClass","currencyCode","dataSourceSettings","enableFieldSearching","enablePersistence","enableRtl","loadOnDemandInMemberEditor","locale","maxNodeLimitInMemberEditor","renderMode","showValuesButton","spinnerTemplate","target"],"ɵd":["actionBegin","actionComplete","actionFailure","aggregateCellInfo","aggregateMenuOpen","beforeServiceInvoke","calculatedFieldCreate","created","dataBound","destroyed","enginePopulated","enginePopulating","fieldDragStart","fieldDrop","fieldRemove","load","memberEditorOpen","memberFiltering","onFieldDropped","onHeadersSort"],"PivotViewComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"PivotView"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-pivotview","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"cellTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["cellTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"PivotViewModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"PivotViewComponent"}],"exports":[{"__symbolic":"reference","name":"PivotViewComponent"}]}]}],"members":{}},"PivotViewAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"PivotViewModule"}],"exports":[{"__symbolic":"reference","name":"PivotViewModule"}],"providers":[{"__symbolic":"reference","name":"GroupingBarService"},{"__symbolic":"reference","name":"FieldListService"},{"__symbolic":"reference","name":"CalculatedFieldService"},{"__symbolic":"reference","name":"ConditionalFormattingService"},{"__symbolic":"reference","name":"VirtualScrollService"},{"__symbolic":"reference","name":"DrillThroughService"},{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"PivotChartService"},{"__symbolic":"reference","name":"PDFExportService"},{"__symbolic":"reference","name":"ExcelExportService"},{"__symbolic":"reference","name":"NumberFormattingService"},{"__symbolic":"reference","name":"GroupingService"},{"__symbolic":"reference","name":"PagerService"}]}]}],"members":{}},"GroupingBarService":{"provide":"PivotViewGroupingBar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"GroupingBar"}},"FieldListService":{"provide":"PivotViewFieldList","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"FieldList"}},"CalculatedFieldService":{"provide":"PivotViewCalculatedField","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"CalculatedField"}},"ConditionalFormattingService":{"provide":"PivotViewConditionalFormatting","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"ConditionalFormatting"}},"VirtualScrollService":{"provide":"PivotViewVirtualScroll","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"VirtualScroll"}},"DrillThroughService":{"provide":"PivotViewDrillThrough","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"DrillThrough"}},"ToolbarService":{"provide":"PivotViewToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"Toolbar"}},"PivotChartService":{"provide":"PivotViewPivotChart","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"PivotChart"}},"PDFExportService":{"provide":"PivotViewPDFExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"PDFExport"}},"ExcelExportService":{"provide":"PivotViewExcelExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"ExcelExport"}},"NumberFormattingService":{"provide":"PivotViewNumberFormatting","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"NumberFormatting"}},"GroupingService":{"provide":"PivotViewGrouping","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"Grouping"}},"PagerService":{"provide":"PivotViewPager","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"Pager"}},"PivotFieldListComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-pivotview","name":"PivotFieldList"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-pivotfieldlist","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"PivotFieldListModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"PivotFieldListComponent"}],"exports":[{"__symbolic":"reference","name":"PivotFieldListComponent"}]}]}],"members":{}},"PivotFieldListAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"PivotFieldListModule"}],"exports":[{"__symbolic":"reference","name":"PivotFieldListModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/pivotview/pivotview.component","ɵb":"./src/pivotview/pivotview.component","ɵc":"./src/pivotfieldlist/pivotfieldlist.component","ɵd":"./src/pivotfieldlist/pivotfieldlist.component","PivotViewComponent":"./src/pivotview/pivotview.component","PivotViewModule":"./src/pivotview/pivotview.module","PivotViewAllModule":"./src/pivotview/pivotview-all.module","GroupingBarService":"./src/pivotview/pivotview-all.module","FieldListService":"./src/pivotview/pivotview-all.module","CalculatedFieldService":"./src/pivotview/pivotview-all.module","ConditionalFormattingService":"./src/pivotview/pivotview-all.module","VirtualScrollService":"./src/pivotview/pivotview-all.module","DrillThroughService":"./src/pivotview/pivotview-all.module","ToolbarService":"./src/pivotview/pivotview-all.module","PivotChartService":"./src/pivotview/pivotview-all.module","PDFExportService":"./src/pivotview/pivotview-all.module","ExcelExportService":"./src/pivotview/pivotview-all.module","NumberFormattingService":"./src/pivotview/pivotview-all.module","GroupingService":"./src/pivotview/pivotview-all.module","PagerService":"./src/pivotview/pivotview-all.module","PivotFieldListComponent":"./src/pivotfieldlist/pivotfieldlist.component","PivotFieldListModule":"./src/pivotfieldlist/pivotfieldlist.module","PivotFieldListAllModule":"./src/pivotfieldlist/pivotfieldlist-all.module"},"importAs":"@syncfusion/ej2-angular-pivotview"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pivotview@*",
3
- "_id": "@syncfusion/ej2-angular-pivotview@20.3.57",
3
+ "_id": "@syncfusion/ej2-angular-pivotview@20.8.13",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-moxkElHlkTo5IXJl9HdaYtiFFQehaJkiHmrJms8opT5ri9yLrFwMuZJ8b+WanesMNsMNv1J1Vsl2wQ53DHjLYQ==",
5
+ "_integrity": "sha512-gF5o5n7r4/7SFSrbq3HF+YYzeZEcAcsq2TTbuYOEwdONJMcn4T1ogXdhvwgZth+sc02x9a3s6LG8za55HrH2XA==",
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-20.3.57.tgz",
23
- "_shasum": "d39526b291c776ce352f6daeab2bb5a5160e0644",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-20.8.13.tgz",
23
+ "_shasum": "5be8a939f08f654d18ee474e9b40bed9c2c25086",
24
24
  "_spec": "@syncfusion/ej2-angular-pivotview@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.3.56",
35
- "@syncfusion/ej2-base": "~20.3.56",
36
- "@syncfusion/ej2-pivotview": "20.3.59"
34
+ "@syncfusion/ej2-angular-base": "~20.4.38",
35
+ "@syncfusion/ej2-base": "~20.4.38",
36
+ "@syncfusion/ej2-pivotview": "20.4.38"
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",
@@ -41,16 +41,58 @@
41
41
  "es2015": "@syncfusion/ej2-angular-pivotview.js",
42
42
  "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
43
43
  "keywords": [
44
- "ej2-pivotview",
45
- "pivotview",
46
44
  "ej2",
47
45
  "syncfusion",
48
- "web-components",
46
+ "JavaScript",
47
+ "TypeScript",
48
+ "BI",
49
+ "business-intelligence",
49
50
  "data",
51
+ "db",
52
+ "database",
53
+ "json",
54
+ "web-service",
55
+ "relational",
56
+ "excel",
57
+ "csv",
58
+ "olap",
59
+ "cube",
60
+ "sql",
61
+ "analysis-services",
62
+ "multi-dimension",
63
+ "measure",
64
+ "dimension",
65
+ "pivot",
66
+ "aggregation",
67
+ "grid",
50
68
  "table",
69
+ "chart",
70
+ "pivotview",
71
+ "pivotgrid",
72
+ "pivottable",
73
+ "pivot-grid",
74
+ "pivot-table",
75
+ "pivotchart",
76
+ "pivot-chart",
77
+ "field-list",
78
+ "pivot-field-list",
79
+ "pivottable-field-list",
80
+ "pivot-table-field-list",
81
+ "filtering",
82
+ "sorting",
83
+ "expand",
84
+ "collapse",
85
+ "summary",
86
+ "totals",
87
+ "formatting",
88
+ "grouping",
89
+ "calculated-field",
90
+ "drill-through",
91
+ "editing",
92
+ "virtual-scrolling",
93
+ "paging",
51
94
  "angular",
52
- "ng-pivotview",
53
- "ej2-ng-pivotview"
95
+ "angular-pivotview"
54
96
  ],
55
97
  "license": "SEE LICENSE IN license",
56
98
  "main": "dist/ej2-angular-pivotview.umd.js",
@@ -64,5 +106,5 @@
64
106
  "schematics": "./schematics/collection.json",
65
107
  "sideEffects": false,
66
108
  "typings": "ej2-angular-pivotview.d.ts",
67
- "version": "20.3.59-ngcc"
109
+ "version": "20.4.38-ngcc"
68
110
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
2
- export declare const pkgVer = "^20.3.57";
2
+ export declare const pkgVer = "^20.8.13";
3
3
  export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
- export declare const themeVer = "~20.3.57";
4
+ export declare const themeVer = "~20.8.13";
@@ -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 = '^20.3.59';
4
+ exports.pkgVer = '^20.4.38';
5
5
  exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
- exports.themeVer = '~20.3.59';
6
+ exports.themeVer = '~20.4.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^20.3.59';
2
+ export const pkgVer = '^20.4.38';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~20.3.59';
4
+ export const themeVer = '~20.4.38';
@@ -896,6 +896,7 @@
896
896
  }
897
897
  .e-pivotview .e-valuescontent {
898
898
  padding-right: 8px;
899
+ text-align: right;
899
900
  }
900
901
  .e-pivotview .e-grid .e-rowcell {
901
902
  /* stylelint-disable */
@@ -935,7 +936,7 @@
935
936
  }
936
937
  .e-pivotview .e-member-editor-dialog,
937
938
  .e-pivotview .e-olap-editor-dialog {
938
- min-height: 385px !important;
939
+ min-height: 350px !important;
939
940
  min-width: 350px !important;
940
941
  visibility: hidden;
941
942
  }
@@ -1582,7 +1583,7 @@
1582
1583
  .e-pivotview .e-expand,
1583
1584
  .e-pivotview .e-collapse {
1584
1585
  cursor: pointer;
1585
- display: inline;
1586
+ display: inline-block;
1586
1587
  height: 18px;
1587
1588
  margin-top: 5px;
1588
1589
  text-align: center;
@@ -1932,6 +1933,9 @@
1932
1933
  margin-left: 0;
1933
1934
  margin-right: 7px;
1934
1935
  }
1936
+ .e-pivotview.e-rtl .e-valuescontent {
1937
+ text-align: left;
1938
+ }
1935
1939
  .e-pivotview.e-rtl .e-group-values,
1936
1940
  .e-pivotview.e-rtl .e-group-columns,
1937
1941
  .e-pivotview.e-rtl .e-group-filters,
@@ -2052,6 +2056,7 @@
2052
2056
  .e-pivottooltip {
2053
2057
  border-radius: 4px;
2054
2058
  padding: 3px 2px;
2059
+ text-align: initial;
2055
2060
  }
2056
2061
 
2057
2062
  .e-pivottooltip p {
@@ -3463,6 +3468,7 @@
3463
3468
  display: inline-table;
3464
3469
  height: 100%;
3465
3470
  width: 100%;
3471
+ min-width: 265px;
3466
3472
  }
3467
3473
  .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
3468
3474
  cursor: move;
@@ -3486,6 +3492,8 @@
3486
3492
  cursor: pointer;
3487
3493
  font-size: 13px;
3488
3494
  margin-top: 3px;
3495
+ padding-left: 0px;
3496
+ padding-right: 0px;
3489
3497
  }
3490
3498
  .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
3491
3499
  cursor: auto;
@@ -3900,6 +3908,9 @@
3900
3908
  margin-left: 0;
3901
3909
  margin-right: 10px;
3902
3910
  }
3911
+ .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
3912
+ padding-top: 4px !important;
3913
+ }
3903
3914
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
3904
3915
  min-height: 170px;
3905
3916
  overflow: auto;
@@ -4415,14 +4426,14 @@
4415
4426
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
4416
4427
  .e-bigger.e-pivotfieldlist .e-member-editor-dialog,
4417
4428
  .e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
4418
- max-height: 400px !important;
4429
+ max-height: 440px !important;
4419
4430
  min-width: 370px !important;
4420
4431
  }
4421
4432
  .e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
4422
4433
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
4423
4434
  .e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
4424
4435
  .e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
4425
- min-height: 113px !important;
4436
+ min-height: 75px !important;
4426
4437
  }
4427
4438
  .e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
4428
4439
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
@@ -895,6 +895,7 @@
895
895
  }
896
896
  .e-pivotview .e-valuescontent {
897
897
  padding-right: 8px;
898
+ text-align: right;
898
899
  }
899
900
  .e-pivotview .e-grid .e-rowcell {
900
901
  /* stylelint-disable */
@@ -934,7 +935,7 @@
934
935
  }
935
936
  .e-pivotview .e-member-editor-dialog,
936
937
  .e-pivotview .e-olap-editor-dialog {
937
- min-height: 385px !important;
938
+ min-height: 350px !important;
938
939
  min-width: 350px !important;
939
940
  visibility: hidden;
940
941
  }
@@ -1581,7 +1582,7 @@
1581
1582
  .e-pivotview .e-expand,
1582
1583
  .e-pivotview .e-collapse {
1583
1584
  cursor: pointer;
1584
- display: inline;
1585
+ display: inline-block;
1585
1586
  height: 18px;
1586
1587
  margin-top: 5px;
1587
1588
  text-align: center;
@@ -1931,6 +1932,9 @@
1931
1932
  margin-left: 0;
1932
1933
  margin-right: 7px;
1933
1934
  }
1935
+ .e-pivotview.e-rtl .e-valuescontent {
1936
+ text-align: left;
1937
+ }
1934
1938
  .e-pivotview.e-rtl .e-group-values,
1935
1939
  .e-pivotview.e-rtl .e-group-columns,
1936
1940
  .e-pivotview.e-rtl .e-group-filters,
@@ -2051,6 +2055,7 @@
2051
2055
  .e-pivottooltip {
2052
2056
  border-radius: 4px;
2053
2057
  padding: 3px 2px;
2058
+ text-align: initial;
2054
2059
  }
2055
2060
 
2056
2061
  .e-pivottooltip p {
@@ -3460,6 +3465,7 @@
3460
3465
  display: inline-table;
3461
3466
  height: 100%;
3462
3467
  width: 100%;
3468
+ min-width: 265px;
3463
3469
  }
3464
3470
  .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
3465
3471
  cursor: move;
@@ -3483,6 +3489,8 @@
3483
3489
  cursor: pointer;
3484
3490
  font-size: 13px;
3485
3491
  margin-top: 3px;
3492
+ padding-left: 0px;
3493
+ padding-right: 0px;
3486
3494
  }
3487
3495
  .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
3488
3496
  cursor: auto;
@@ -3897,6 +3905,9 @@
3897
3905
  margin-left: 0;
3898
3906
  margin-right: 10px;
3899
3907
  }
3908
+ .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
3909
+ padding-top: 4px !important;
3910
+ }
3900
3911
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
3901
3912
  min-height: 170px;
3902
3913
  overflow: auto;
@@ -4262,7 +4273,7 @@
4262
4273
  .e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
4263
4274
  .e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
4264
4275
  .e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
4265
- height: 213px;
4276
+ height: 204px;
4266
4277
  }
4267
4278
  .e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
4268
4279
  .e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
@@ -4412,14 +4423,14 @@
4412
4423
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
4413
4424
  .e-bigger.e-pivotfieldlist .e-member-editor-dialog,
4414
4425
  .e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
4415
- max-height: 400px !important;
4426
+ max-height: 440px !important;
4416
4427
  min-width: 370px !important;
4417
4428
  }
4418
4429
  .e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
4419
4430
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
4420
4431
  .e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
4421
4432
  .e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
4422
- min-height: 113px !important;
4433
+ min-height: 75px !important;
4423
4434
  }
4424
4435
  .e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
4425
4436
  .e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,