@syncfusion/ej2-angular-pivotview 20.2.43 → 20.2.45-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.
- package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +395 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +704 -0
- package/dist/ej2-angular-pivotview.umd.js +667 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/pivotview-default/index.d.ts +3 -0
- package/schematics/generators/pivotview-default/index.js +8 -0
- package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-default/sample-details.js +7 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-default/schema.d.ts +3 -0
- package/schematics/generators/pivotview-default/schema.js +2 -0
- package/schematics/generators/pivotview-default/schema.json +125 -0
- package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/index.js +8 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
- package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +1 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +4 -215
- package/styles/bootstrap.css +4 -215
- package/styles/bootstrap4.css +5 -211
- package/styles/bootstrap5-dark.css +4 -217
- package/styles/bootstrap5.css +4 -217
- package/styles/fabric-dark.css +4 -215
- package/styles/fabric.css +4 -215
- package/styles/fluent-dark.css +4 -217
- package/styles/fluent.css +4 -217
- package/styles/highcontrast-light.css +4 -215
- package/styles/highcontrast.css +4 -215
- package/styles/material-dark.css +4 -215
- package/styles/material.css +4 -215
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -130
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +1 -130
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +1 -125
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -134
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +1 -134
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +1 -130
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +1 -130
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +1 -132
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +1 -132
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +1 -130
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +1 -130
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +1 -130
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +1 -130
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +1 -132
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +1 -132
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +3 -85
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +3 -85
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +4 -86
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +3 -83
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +3 -83
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +3 -85
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +3 -85
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +3 -85
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +3 -85
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +3 -85
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +3 -85
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +3 -85
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +3 -85
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +3 -83
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +3 -83
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +4 -215
- package/styles/tailwind.css +4 -215
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -232
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -190
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
- package/styles/pivotfieldlist/_layout.scss +0 -1848
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
- package/styles/pivotfieldlist/_material-definition.scss +0 -187
- package/styles/pivotfieldlist/_material3-definition.scss +0 -190
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
- package/styles/pivotfieldlist/_theme.scss +0 -1857
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
- package/styles/pivotview/_bootstrap-definition.scss +0 -128
- package/styles/pivotview/_bootstrap4-definition.scss +0 -128
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -133
- package/styles/pivotview/_fabric-dark-definition.scss +0 -130
- package/styles/pivotview/_fabric-definition.scss +0 -127
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -133
- package/styles/pivotview/_fusionnew-definition.scss +0 -133
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1072
- package/styles/pivotview/_material-dark-definition.scss +0 -134
- package/styles/pivotview/_material-definition.scss +0 -130
- package/styles/pivotview/_material3-definition.scss +0 -133
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -133
- package/styles/pivotview/_theme.scss +0 -1581
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -0,0 +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','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, 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} 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};\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 ]\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','currencyCode','dataSourceSettings','displayOption','editSettings','enableFieldSearching','enableHtmlSanitizer','enablePersistence','enableRtl','enableValueSorting','enableVirtualization','exportAllPages','gridSettings','groupingBarSettings','height','hyperlinkSettings','loadOnDemandInMemberEditor','locale','maxNodeLimitInMemberEditor','maxRowsInDrillThrough','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\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"],"names":["CommonModule","NgModule","PivotFieldListComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ChangeDetectionStrategy","outputs","inputs","Component","PivotFieldList","setValue","twoWays","Grouping","NumberFormatting","ExcelExport","PDFExport","PivotChart","Toolbar","DrillThrough","VirtualScroll","ConditionalFormatting","CalculatedField","FieldList","GroupingBar","PivotViewComponent","Template","ContentChild","PivotView"],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-pivotview.umd.min.js
|
|
3
|
+
* version : 20.2.45
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
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,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","currencyCode","dataSourceSettings","displayOption","editSettings","enableFieldSearching","enableHtmlSanitizer","enablePersistence","enableRtl","enableValueSorting","enableVirtualization","exportAllPages","gridSettings","groupingBarSettings","height","hyperlinkSettings","loadOnDemandInMemberEditor","locale","maxNodeLimitInMemberEditor","maxRowsInDrillThrough","pivotValues","showFieldList","showGroupingBar","showToolbar","showTooltip","showValuesButton","spinnerTemplate","toolbar","toolbarTemplate","tooltipTemplate","width"],c=["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"],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(f){}try{a=l.injector.get("PivotViewToolbar");-1===l.injectedModules.indexOf(a)&&l.injectedModules.push(a)}catch(v){}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(b){}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"]}]},l([o.Template(),a("design:type",Object)],e.PivotViewComponent.prototype,"cellTemplate",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},f={provide:"PivotViewConditionalFormatting",useValue:r.ConditionalFormatting},v={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},b={provide:"PivotViewExcelExport",useValue:r.ExcelExport},x={provide:"PivotViewNumberFormatting",useValue:r.NumberFormatting},F={provide:"PivotViewGrouping",useValue:r.Grouping},y=function(){return function(){}}();y.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,p],exports:[p],providers:[u,g,m,f,v,h,C,w,R,b,x,F]}]}],y.ctorParameters=function(){return[]};var P=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},S=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},E=["aggregateTypes","allowCalculatedField","allowDeferLayoutUpdate","cssClass","currencyCode","dataSourceSettings","enableFieldSearching","enablePersistence","enableRtl","loadOnDemandInMemberEditor","locale","maxNodeLimitInMemberEditor","renderMode","showValuesButton","spinnerTemplate","target"],T=["actionBegin","actionComplete","actionFailure","aggregateCellInfo","aggregateMenuOpen","beforeServiceInvoke","calculatedFieldCreate","created","dataBound","destroyed","enginePopulated","enginePopulating","fieldDragStart","fieldDrop","fieldRemove","load","memberEditorOpen","memberFiltering","onFieldDropped","onHeadersSort"],V=[];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(T),l.addTwoWay.call(l,V),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:E,outputs:T,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=P([o.ComponentMixins([o.ComponentBase]),S("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 M=function(){return function(){}}();M.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,j],exports:[j],providers:[]}]}],M.ctorParameters=function(){return[]},e.PivotViewModule=p,e.PivotViewAllModule=y,e.GroupingBarService=u,e.FieldListService=g,e.CalculatedFieldService=m,e.ConditionalFormattingService=f,e.VirtualScrollService=v,e.DrillThroughService=h,e.ToolbarService=C,e.PivotChartService=w,e.PDFExportService=R,e.ExcelExportService=b,e.NumberFormattingService=x,e.GroupingService=F,e.PivotFieldListModule=j,e.PivotFieldListAllModule=M,e.ɵc=E,e.ɵd=T,e.ɵa=d,e.ɵb=c,e.GroupingBarSettings=r.GroupingBarSettings,e.CellEditSettings=r.CellEditSettings,e.ConditionalSettings=r.ConditionalSettings,e.HyperlinkSettings=r.HyperlinkSettings,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.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.chartLoaded=r.chartLoaded,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.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.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.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.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,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
|
+
//# sourceMappingURL=ej2-angular-pivotview.umd.min.js.map
|
|
@@ -0,0 +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','enablePersistence','enableRtl','enableValueSorting','enableVirtualization','exportAllPages','gridSettings','groupingBarSettings','height','hyperlinkSettings','loadOnDemandInMemberEditor','locale','maxNodeLimitInMemberEditor','maxRowsInDrillThrough','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\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} 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};\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 ]\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","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","PivotViewAllModule","providers","PivotFieldListComponent","PivotFieldList","PivotFieldListModule","PivotFieldListAllModule"],"mappings":"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"}
|
|
@@ -0,0 +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","enablePersistence","enableRtl","enableValueSorting","enableVirtualization","exportAllPages","gridSettings","groupingBarSettings","height","hyperlinkSettings","loadOnDemandInMemberEditor","locale","maxNodeLimitInMemberEditor","maxRowsInDrillThrough","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"}]}]}],"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"}},"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","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
|
+
"_id": "@syncfusion/ej2-angular-pivotview@20.2.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-rbh3GFGztF5CuIJNorChKo9vJwrSP9D9GwdOSpNokc/T9tRwxfUPiacSXwUWUKTNPz0dortFXbB0R1uU7sSPjQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-20.2.43.tgz",
|
|
23
|
+
"_shasum": "ad2528d5cdbd397a0916e44045cf5d02bb927aa8",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pivotview@*",
|
|
25
|
-
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/
|
|
25
|
+
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,30 +31,14 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
36
|
-
"@syncfusion/ej2-pivotview": "20.2.
|
|
37
|
-
"tslib": "^2.3.0"
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.2.45",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.45",
|
|
36
|
+
"@syncfusion/ej2-pivotview": "20.2.45"
|
|
38
37
|
},
|
|
39
38
|
"deprecated": false,
|
|
40
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
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"exports": {
|
|
44
|
-
"./package.json": {
|
|
45
|
-
"default": "./package.json"
|
|
46
|
-
},
|
|
47
|
-
".": {
|
|
48
|
-
"types": "./syncfusion-ej2-angular-pivotview.d.ts",
|
|
49
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-pivotview.mjs",
|
|
50
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-pivotview.mjs",
|
|
51
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-pivotview.mjs",
|
|
52
|
-
"node": "./fesm2015/syncfusion-ej2-angular-pivotview.mjs",
|
|
53
|
-
"default": "./fesm2020/syncfusion-ej2-angular-pivotview.mjs"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-pivotview.mjs",
|
|
57
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-pivotview.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-pivotview.js",
|
|
58
42
|
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
59
43
|
"keywords": [
|
|
60
44
|
"ej2-pivotview",
|
|
@@ -69,7 +53,9 @@
|
|
|
69
53
|
"ej2-ng-pivotview"
|
|
70
54
|
],
|
|
71
55
|
"license": "SEE LICENSE IN license",
|
|
72
|
-
"
|
|
56
|
+
"main": "dist/ej2-angular-pivotview.umd.js",
|
|
57
|
+
"metadata": "ej2-angular-pivotview.metadata.json",
|
|
58
|
+
"module": "@syncfusion/ej2-angular-pivotview.es5.js",
|
|
73
59
|
"name": "@syncfusion/ej2-angular-pivotview",
|
|
74
60
|
"repository": {
|
|
75
61
|
"type": "git",
|
|
@@ -77,6 +63,6 @@
|
|
|
77
63
|
},
|
|
78
64
|
"schematics": "./schematics/collection.json",
|
|
79
65
|
"sideEffects": false,
|
|
80
|
-
"typings": "
|
|
81
|
-
"version": "20.2.
|
|
66
|
+
"typings": "ej2-angular-pivotview.d.ts",
|
|
67
|
+
"version": "20.2.45-ngcc"
|
|
82
68
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var fs = require("fs");
|
|
2
|
+
var glob = require("glob");
|
|
3
|
+
|
|
4
|
+
var selectors = ['ejs-pivotview','ejs-pivotfieldlist'];
|
|
5
|
+
|
|
6
|
+
if (process.env.tagName !== undefined) {
|
|
7
|
+
var newTagPrefix = process.env.tagName.trim();
|
|
8
|
+
var files = glob.sync("./@syncfusion/*");
|
|
9
|
+
for (var i = 0; i < files.length; i++) {
|
|
10
|
+
var sourceFile = fs.readFileSync(files[i], "utf8");
|
|
11
|
+
for (var j = 0; j < selectors.length; j++) {
|
|
12
|
+
selectors[j] = selectors[j].replace('[','').replace(']','');
|
|
13
|
+
var tagRegex = new RegExp(selectors[j], "g");
|
|
14
|
+
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
|
|
15
|
+
}
|
|
16
|
+
fs.writeFileSync(files[i], sourceFile, "utf8");
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
+
"schematics": {
|
|
4
|
+
"ng-add": {
|
|
5
|
+
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
+
"factory": "./ng-add",
|
|
7
|
+
"schema": "./ng-add/schema.json"
|
|
8
|
+
},
|
|
9
|
+
"pivotview-default": {
|
|
10
|
+
"description": "Create an Angular PivotView component with simple pivot table",
|
|
11
|
+
"factory": "./generators/pivotview-default",
|
|
12
|
+
"schema": "./generators/pivotview-default/schema.json"
|
|
13
|
+
},
|
|
14
|
+
"pivotview-fieldlist": {
|
|
15
|
+
"description": "Create an Angular component with EJ2 pivotview with fieldlist",
|
|
16
|
+
"factory": "./generators/pivotview-fieldlist",
|
|
17
|
+
"schema": "./generators/pivotview-fieldlist/schema.json"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'pivotview';
|
|
4
|
+
exports.sampleName = 'default';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-pivotview';
|
|
7
|
+
exports.libModules = 'PivotViewModule';
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "pivotview-default",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to create the component.",
|
|
11
|
+
"visible": false
|
|
12
|
+
},
|
|
13
|
+
"project": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The name of the project.",
|
|
16
|
+
"$default": {
|
|
17
|
+
"$source": "projectName"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The name of the component.",
|
|
23
|
+
"$default": {
|
|
24
|
+
"$source": "argv",
|
|
25
|
+
"index": 0
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"inlineStyle": {
|
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false,
|
|
32
|
+
"alias": "s"
|
|
33
|
+
},
|
|
34
|
+
"inlineTemplate": {
|
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": false,
|
|
38
|
+
"alias": "t"
|
|
39
|
+
},
|
|
40
|
+
"viewEncapsulation": {
|
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
+
"enum": [
|
|
43
|
+
"Emulated",
|
|
44
|
+
"Native",
|
|
45
|
+
"None",
|
|
46
|
+
"ShadowDom"
|
|
47
|
+
],
|
|
48
|
+
"type": "string",
|
|
49
|
+
"alias": "v"
|
|
50
|
+
},
|
|
51
|
+
"changeDetection": {
|
|
52
|
+
"description": "Specifies the change detection strategy.",
|
|
53
|
+
"enum": [
|
|
54
|
+
"Default",
|
|
55
|
+
"OnPush"
|
|
56
|
+
],
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "Default",
|
|
59
|
+
"alias": "c"
|
|
60
|
+
},
|
|
61
|
+
"prefix": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
|
64
|
+
"alias": "p",
|
|
65
|
+
"oneOf": [
|
|
66
|
+
{
|
|
67
|
+
"maxLength": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"format": "html-selector"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"styleext": {
|
|
76
|
+
"description": "The file extension to be used for style files.",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"default": "css"
|
|
79
|
+
},
|
|
80
|
+
"spec": {
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"flat": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
|
88
|
+
"default": false
|
|
89
|
+
},
|
|
90
|
+
"skipImport": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"description": "Flag to skip the module import.",
|
|
93
|
+
"default": false
|
|
94
|
+
},
|
|
95
|
+
"selector": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"format": "html-selector",
|
|
98
|
+
"description": "The selector to use for the component."
|
|
99
|
+
},
|
|
100
|
+
"module": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Allows specification of the declaring module.",
|
|
103
|
+
"alias": "m"
|
|
104
|
+
},
|
|
105
|
+
"export": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": false,
|
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
|
109
|
+
},
|
|
110
|
+
"entryComponent": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"default": false,
|
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
+
},
|
|
115
|
+
"lintFix": {
|
|
116
|
+
"type": "boolean",
|
|
117
|
+
"default": false,
|
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"name"
|
|
123
|
+
],
|
|
124
|
+
"id": "pivotview-default"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'pivotview';
|
|
4
|
+
exports.sampleName = 'fieldlist';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-pivotview';
|
|
7
|
+
exports.libModules = 'PivotViewModule';
|