UNPKG

angular-br-test

Version:

The Bold Reports by Syncfuion components for Angular contains ReportViewer and ReportDesigner reporting components for enterprise web development

1 lines 87.9 kB
{"version":3,"file":"angular-br-test.es5.js","sources":["ts/src/angular-br-test.ts","ts/src/reports.module.ts","ts/src/reportdesigner.module.ts","ts/src/reportdesigner.component.ts","ts/src/reportviewer.module.ts","ts/src/reportviewer.component.ts","ts/src/core.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {BoldReportViewerModule,BoldReportDesignerModule,BoldReportsModule} from './index';\n\nexport {BoldReportComponents as ɵb} from './core';\nexport {BoldReportDesignerComponent as ɵc} from './reportdesigner.component';\nexport {BoldReportViewerComponent as ɵa} from './reportviewer.component';","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BoldReportDesignerModule } from './reportdesigner.module';\nimport { BoldReportViewerModule } from './reportviewer.module';\nexport class BoldReportsModule {\nstatic decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [\n CommonModule,\n BoldReportViewerModule,\n BoldReportDesignerModule\n ],\n declarations: [\n ],\n exports: [\n BoldReportViewerModule,\n BoldReportDesignerModule\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BoldReportsModule_tsickle_Closure_declarations() {\n/** @type {?} */\nBoldReportsModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBoldReportsModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BoldReportDesignerComponent } from './reportdesigner.component';\nexport class BoldReportDesignerModule {\nstatic decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [\n CommonModule\n ],\n declarations: [\n BoldReportDesignerComponent\n ],\n exports: [\n BoldReportDesignerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BoldReportDesignerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nBoldReportDesignerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBoldReportDesignerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { BoldReportComponents } from './core';\n// tslint:disable-next-line:max-line-length\n\nimport { EventEmitter, IterableDiffers, KeyValueDiffers, Component, ElementRef, ChangeDetectorRef, Input, Output } from '@angular/core';\nexport class BoldReportDesignerComponent extends BoldReportComponents<any, any> {\n\t configurePaneSettings_input: any;\n\t locale_input: any;\n\t permissionSettings_input: any;\n\t previewOptions_input: any;\n\t reportDataExtensions_input: any;\n\t reportItemExtensions_input: any;\n\t reportPath_input: any;\n\t reportType_input: any;\n\t reportServerUrl_input: any;\n\t serviceAuthorizationToken_input: any;\n\t serviceUrl_input: any;\n\t tenantName_input: any;\n\t toolbarSettings_input: any;\n\t waitingPopupTemplate_input: any;\n\t configurePaneSettings_items_input: any;\n\t configurePaneSettings_showPane_input: any;\n\t dataSources_name_input: any;\n\t dataSources_value_input: any;\n\t exportSettings_exportOptions_input: any;\n\t exportSettings_excelFormat_input: any;\n\t exportSettings_wordFormat_input: any;\n\t exportSettings_customItems_input: any;\n\t pageSettings_orientation_input: any;\n\t pageSettings_paperSize_input: any;\n\t pageSettings_height_input: any;\n\t pageSettings_width_input: any;\n\t pageSettings_margins_input: any;\n\t parameters_labels_input: any;\n\t parameters_name_input: any;\n\t parameters_nullable_input: any;\n\t parameters_prompt_input: any;\n\t parameters_values_input: any;\n\t parameterSettings_delimiterChar_input: any;\n\t parameterSettings_popupHeight_input: any;\n\t parameterSettings_popupWidth_input: any;\n\t parameterSettings_itemWidth_input: any;\n\t parameterSettings_labelWidth_input: any;\n\t permissionSettings_dataSet_input: any;\n\t permissionSettings_dataSource_input: any;\n\t previewOptions_dataSources_input: any;\n\t previewOptions_enableParameterBlockScroller_input: any;\n\t previewOptions_enableDatasourceBlockScroller_input: any;\n\t previewOptions_enableDropDownSearch_input: any;\n\t previewOptions_exportSettings_input: any;\n\t previewOptions_pageSettings_input: any;\n\t previewOptions_parameters_input: any;\n\t previewOptions_parameterSettings_input: any;\n\t previewOptions_printMode_input: any;\n\t previewOptions_printOption_input: any;\n\t previewOptions_toolbarSettings_input: any;\n\t previewOptions_zoomFactor_input: any;\n\t reportDataExtensions_name_input: any;\n\t reportDataExtensions_className_input: any;\n\t reportDataExtensions_imageClass_input: any;\n\t reportDataExtensions_displayName_input: any;\n\t reportItemExtensions_name_input: any;\n\t reportItemExtensions_className_input: any;\n\t reportItemExtensions_imageClass_input: any;\n\t reportItemExtensions_displayName_input: any;\n\t reportItemExtensions_category_input: any;\n\t reportItemExtensions_toolTip_input: any;\n\t toolbarSettings_items_input: any;\n\t toolbarSettings_showToolbar_input: any;\n\t toolbarSettings_templateId_input: any;\n\n\n\t ajaxBeforeLoad_output : any = new EventEmitter();\n\t ajaxError_output : any = new EventEmitter();\n\t ajaxSuccess_output : any = new EventEmitter();\n\t create_output : any = new EventEmitter();\n\t destroy_output : any = new EventEmitter();\n\t newDataClick_output : any = new EventEmitter();\n\t openReportClick_output : any = new EventEmitter();\n\t previewReport_output : any = new EventEmitter();\n\t reportModified_output : any = new EventEmitter();\n\t reportOpened_output : any = new EventEmitter();\n\t reportSaved_output : any = new EventEmitter();\n\t saveReportClick_output : any = new EventEmitter();\n\t toolbarClick_output : any = new EventEmitter();\n\t toolbarRendering_output : any = new EventEmitter();\n/**\n * @param {?} el\n * @param {?} cdRef\n * @param {?} _ejIterableDiffers\n * @param {?} _ejkeyvaluediffers\n */\nconstructor(public el: ElementRef,\npublic cdRef: ChangeDetectorRef,\nprivate _ejIterableDiffers: IterableDiffers,\nprivate _ejkeyvaluediffers: KeyValueDiffers) {\n super('BoldReportDesigner', el, cdRef, [], _ejIterableDiffers, _ejkeyvaluediffers);\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'bold-reportdesigner',\n template: ''}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: ChangeDetectorRef, },\n{type: IterableDiffers, },\n{type: KeyValueDiffers, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'configurePaneSettings_input': [{ type: Input, args: ['configurePaneSettings', ] },],\n'locale_input': [{ type: Input, args: ['locale', ] },],\n'permissionSettings_input': [{ type: Input, args: ['permissionSettings', ] },],\n'previewOptions_input': [{ type: Input, args: ['previewOptions', ] },],\n'reportDataExtensions_input': [{ type: Input, args: ['reportDataExtensions', ] },],\n'reportItemExtensions_input': [{ type: Input, args: ['reportItemExtensions', ] },],\n'reportPath_input': [{ type: Input, args: ['reportPath', ] },],\n'reportType_input': [{ type: Input, args: ['reportType', ] },],\n'reportServerUrl_input': [{ type: Input, args: ['reportServerUrl', ] },],\n'serviceAuthorizationToken_input': [{ type: Input, args: ['serviceAuthorizationToken', ] },],\n'serviceUrl_input': [{ type: Input, args: ['serviceUrl', ] },],\n'tenantName_input': [{ type: Input, args: ['tenantName', ] },],\n'toolbarSettings_input': [{ type: Input, args: ['toolbarSettings', ] },],\n'waitingPopupTemplate_input': [{ type: Input, args: ['waitingPopupTemplate', ] },],\n'configurePaneSettings_items_input': [{ type: Input, args: ['configurePaneSettings.items', ] },],\n'configurePaneSettings_showPane_input': [{ type: Input, args: ['configurePaneSettings.showPane', ] },],\n'dataSources_name_input': [{ type: Input, args: ['dataSources.name', ] },],\n'dataSources_value_input': [{ type: Input, args: ['dataSources.value', ] },],\n'exportSettings_exportOptions_input': [{ type: Input, args: ['exportSettings.exportOptions', ] },],\n'exportSettings_excelFormat_input': [{ type: Input, args: ['exportSettings.excelFormat', ] },],\n'exportSettings_wordFormat_input': [{ type: Input, args: ['exportSettings.wordFormat', ] },],\n'exportSettings_customItems_input': [{ type: Input, args: ['exportSettings.customItems', ] },],\n'pageSettings_orientation_input': [{ type: Input, args: ['pageSettings.orientation', ] },],\n'pageSettings_paperSize_input': [{ type: Input, args: ['pageSettings.paperSize', ] },],\n'pageSettings_height_input': [{ type: Input, args: ['pageSettings.height', ] },],\n'pageSettings_width_input': [{ type: Input, args: ['pageSettings.width', ] },],\n'pageSettings_margins_input': [{ type: Input, args: ['pageSettings.margins', ] },],\n'parameters_labels_input': [{ type: Input, args: ['parameters.labels', ] },],\n'parameters_name_input': [{ type: Input, args: ['parameters.name', ] },],\n'parameters_nullable_input': [{ type: Input, args: ['parameters.nullable', ] },],\n'parameters_prompt_input': [{ type: Input, args: ['parameters.prompt', ] },],\n'parameters_values_input': [{ type: Input, args: ['parameters.values', ] },],\n'parameterSettings_delimiterChar_input': [{ type: Input, args: ['parameterSettings.delimiterChar', ] },],\n'parameterSettings_popupHeight_input': [{ type: Input, args: ['parameterSettings.popupHeight', ] },],\n'parameterSettings_popupWidth_input': [{ type: Input, args: ['parameterSettings.popupWidth', ] },],\n'parameterSettings_itemWidth_input': [{ type: Input, args: ['parameterSettings.itemWidth', ] },],\n'parameterSettings_labelWidth_input': [{ type: Input, args: ['parameterSettings.labelWidth', ] },],\n'permissionSettings_dataSet_input': [{ type: Input, args: ['permissionSettings.dataSet', ] },],\n'permissionSettings_dataSource_input': [{ type: Input, args: ['permissionSettings.dataSource', ] },],\n'previewOptions_dataSources_input': [{ type: Input, args: ['previewOptions.dataSources', ] },],\n'previewOptions_enableParameterBlockScroller_input': [{ type: Input, args: ['previewOptions.enableParameterBlockScroller', ] },],\n'previewOptions_enableDatasourceBlockScroller_input': [{ type: Input, args: ['previewOptions.enableDatasourceBlockScroller', ] },],\n'previewOptions_enableDropDownSearch_input': [{ type: Input, args: ['previewOptions.enableDropDownSearch', ] },],\n'previewOptions_exportSettings_input': [{ type: Input, args: ['previewOptions.exportSettings', ] },],\n'previewOptions_pageSettings_input': [{ type: Input, args: ['previewOptions.pageSettings', ] },],\n'previewOptions_parameters_input': [{ type: Input, args: ['previewOptions.parameters', ] },],\n'previewOptions_parameterSettings_input': [{ type: Input, args: ['previewOptions.parameterSettings', ] },],\n'previewOptions_printMode_input': [{ type: Input, args: ['previewOptions.printMode', ] },],\n'previewOptions_printOption_input': [{ type: Input, args: ['previewOptions.printOption', ] },],\n'previewOptions_toolbarSettings_input': [{ type: Input, args: ['previewOptions.toolbarSettings', ] },],\n'previewOptions_zoomFactor_input': [{ type: Input, args: ['previewOptions.zoomFactor', ] },],\n'reportDataExtensions_name_input': [{ type: Input, args: ['reportDataExtensions.name', ] },],\n'reportDataExtensions_className_input': [{ type: Input, args: ['reportDataExtensions.className', ] },],\n'reportDataExtensions_imageClass_input': [{ type: Input, args: ['reportDataExtensions.imageClass', ] },],\n'reportDataExtensions_displayName_input': [{ type: Input, args: ['reportDataExtensions.displayName', ] },],\n'reportItemExtensions_name_input': [{ type: Input, args: ['reportItemExtensions.name', ] },],\n'reportItemExtensions_className_input': [{ type: Input, args: ['reportItemExtensions.className', ] },],\n'reportItemExtensions_imageClass_input': [{ type: Input, args: ['reportItemExtensions.imageClass', ] },],\n'reportItemExtensions_displayName_input': [{ type: Input, args: ['reportItemExtensions.displayName', ] },],\n'reportItemExtensions_category_input': [{ type: Input, args: ['reportItemExtensions.category', ] },],\n'reportItemExtensions_toolTip_input': [{ type: Input, args: ['reportItemExtensions.toolTip', ] },],\n'toolbarSettings_items_input': [{ type: Input, args: ['toolbarSettings.items', ] },],\n'toolbarSettings_showToolbar_input': [{ type: Input, args: ['toolbarSettings.showToolbar', ] },],\n'toolbarSettings_templateId_input': [{ type: Input, args: ['toolbarSettings.templateId', ] },],\n'ajaxBeforeLoad_output': [{ type: Output, args: ['ajaxBeforeLoad', ] },],\n'ajaxError_output': [{ type: Output, args: ['ajaxError', ] },],\n'ajaxSuccess_output': [{ type: Output, args: ['ajaxSuccess', ] },],\n'create_output': [{ type: Output, args: ['create', ] },],\n'destroy_output': [{ type: Output, args: ['destroy', ] },],\n'newDataClick_output': [{ type: Output, args: ['newDataClick', ] },],\n'openReportClick_output': [{ type: Output, args: ['openReportClick', ] },],\n'previewReport_output': [{ type: Output, args: ['previewReport', ] },],\n'reportModified_output': [{ type: Output, args: ['reportModified', ] },],\n'reportOpened_output': [{ type: Output, args: ['reportOpened', ] },],\n'reportSaved_output': [{ type: Output, args: ['reportSaved', ] },],\n'saveReportClick_output': [{ type: Output, args: ['saveReportClick', ] },],\n'toolbarClick_output': [{ type: Output, args: ['toolbarClick', ] },],\n'toolbarRendering_output': [{ type: Output, args: ['toolbarRendering', ] },],\n};\n}\n\nfunction BoldReportDesignerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nBoldReportDesignerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBoldReportDesignerComponent.ctorParameters;\n/** @type {?} */\nBoldReportDesignerComponent.propDecorators;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.configurePaneSettings_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.locale_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.permissionSettings_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportDataExtensions_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportItemExtensions_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportPath_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportType_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportServerUrl_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.serviceAuthorizationToken_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.serviceUrl_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.tenantName_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.toolbarSettings_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.waitingPopupTemplate_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.configurePaneSettings_items_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.configurePaneSettings_showPane_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.dataSources_name_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.dataSources_value_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.exportSettings_exportOptions_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.exportSettings_excelFormat_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.exportSettings_wordFormat_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.exportSettings_customItems_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.pageSettings_orientation_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.pageSettings_paperSize_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.pageSettings_height_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.pageSettings_width_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.pageSettings_margins_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameters_labels_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameters_name_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameters_nullable_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameters_prompt_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameters_values_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameterSettings_delimiterChar_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameterSettings_popupHeight_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameterSettings_popupWidth_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameterSettings_itemWidth_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.parameterSettings_labelWidth_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.permissionSettings_dataSet_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.permissionSettings_dataSource_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_dataSources_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_enableParameterBlockScroller_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_enableDatasourceBlockScroller_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_enableDropDownSearch_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_exportSettings_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_pageSettings_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_parameters_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_parameterSettings_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_printMode_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_printOption_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_toolbarSettings_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewOptions_zoomFactor_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportDataExtensions_name_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportDataExtensions_className_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportDataExtensions_imageClass_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportDataExtensions_displayName_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportItemExtensions_name_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportItemExtensions_className_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportItemExtensions_imageClass_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportItemExtensions_displayName_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportItemExtensions_category_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportItemExtensions_toolTip_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.toolbarSettings_items_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.toolbarSettings_showToolbar_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.toolbarSettings_templateId_input;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.ajaxBeforeLoad_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.ajaxError_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.ajaxSuccess_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.create_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.destroy_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.newDataClick_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.openReportClick_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.previewReport_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportModified_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportOpened_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.reportSaved_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.saveReportClick_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.toolbarClick_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.toolbarRendering_output;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.el;\n/** @type {?} */\nBoldReportDesignerComponent.prototype.cdRef;\n/** @type {?} */\nBoldReportDesignerComponent.prototype._ejIterableDiffers;\n/** @type {?} */\nBoldReportDesignerComponent.prototype._ejkeyvaluediffers;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BoldReportViewerComponent } from './reportviewer.component';\nexport class BoldReportViewerModule {\nstatic decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [\n CommonModule\n ],\n declarations: [\n BoldReportViewerComponent\n ],\n exports: [\n BoldReportViewerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BoldReportViewerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nBoldReportViewerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBoldReportViewerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { BoldReportComponents } from './core';\n// tslint:disable-next-line:max-line-length\n\nimport { EventEmitter, IterableDiffers, KeyValueDiffers, Component, ElementRef, ChangeDetectorRef, Input, Output } from '@angular/core';\nexport class BoldReportViewerComponent extends BoldReportComponents<any, any> {\n\t dataSources_input: any;\n\t enablePageCache_input: any;\n\t exportSettings_input: any;\n\t isResponsive_input: any;\n\t locale_input: any;\n\t pageSettings_input: any;\n\t parameters_input: any;\n\t toolbarSettings_input: any;\n\t parameterSettings_input: any;\n\t printMode_input: any;\n\t printOption_input: any;\n\t processingMode_input: any;\n\t renderMode_input: any;\n\t reportPath_input: any;\n\t reportServerUrl_input: any;\n\t reportServiceUrl_input: any;\n\t zoomFactor_input: any;\n\t serviceAuthorizationToken_input: any;\n\t enableParameterBlockScroller_input: any;\n\t enableDatasourceBlockScroller_input: any;\n\t sizeToReportContent_input: any;\n\t autoRender_input: any;\n\t enableNotificationBar_input: any;\n\t enableDropDownSearch_input: any;\n\t enablePageVirtualization_input: any;\n\t waitingPopupTemplate_input: any;\n\t dataSources_name_input: any;\n\t dataSources_value_input: any;\n\t exportSettings_exportOptions_input: any;\n\t exportSettings_excelFormat_input: any;\n\t exportSettings_wordFormat_input: any;\n\t exportSettings_customItems_input: any;\n\t pageSettings_orientation_input: any;\n\t pageSettings_paperSize_input: any;\n\t pageSettings_height_input: any;\n\t pageSettings_width_input: any;\n\t pageSettings_margins_input: any;\n\t parameters_labels_input: any;\n\t parameters_name_input: any;\n\t parameters_nullable_input: any;\n\t parameters_prompt_input: any;\n\t parameters_values_input: any;\n\t parameterSettings_delimiterChar_input: any;\n\t parameterSettings_popupHeight_input: any;\n\t parameterSettings_popupWidth_input: any;\n\t parameterSettings_itemWidth_input: any;\n\t parameterSettings_labelWidth_input: any;\n\t parameterSettings_hideParameterBlock_input: any;\n\t toolbarSettings_click_input: any;\n\t toolbarSettings_items_input: any;\n\t toolbarSettings_showToolbar_input: any;\n\t toolbarSettings_showTooltip_input: any;\n\t toolbarSettings_templateId_input: any;\n\t toolbarSettings_customItems_input: any;\n\t toolbarSettings_customGroups_input: any;\n\n\n\t drillThrough_output : any = new EventEmitter();\n\t renderingBegin_output : any = new EventEmitter();\n\t renderingComplete_output : any = new EventEmitter();\n\t reportError_output : any = new EventEmitter();\n\t reportExport_output : any = new EventEmitter();\n\t reportLoaded_output : any = new EventEmitter();\n\t showError_output : any = new EventEmitter();\n\t viewReportClick_output : any = new EventEmitter();\n\t ajaxBeforeLoad_output : any = new EventEmitter();\n\t ajaxSuccess_output : any = new EventEmitter();\n\t ajaxError_output : any = new EventEmitter();\n\t toolbarRendering_output : any = new EventEmitter();\n\t exportProgressChanged_output : any = new EventEmitter();\n\t printProgressChanged_output : any = new EventEmitter();\n\t exportItemClick_output : any = new EventEmitter();\n\t toolBarItemClick_output : any = new EventEmitter();\n\t hyperlink_output : any = new EventEmitter();\n\t reportPrint_output : any = new EventEmitter();\n/**\n * @param {?} el\n * @param {?} cdRef\n * @param {?} _ejIterableDiffers\n * @param {?} _ejkeyvaluediffers\n */\nconstructor(public el: ElementRef,\npublic cdRef: ChangeDetectorRef,\nprivate _ejIterableDiffers: IterableDiffers,\nprivate _ejkeyvaluediffers: KeyValueDiffers) {\n super('BoldReportViewer', el, cdRef, [], _ejIterableDiffers, _ejkeyvaluediffers);\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'bold-reportviewer',\n template: ''}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: ChangeDetectorRef, },\n{type: IterableDiffers, },\n{type: KeyValueDiffers, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'dataSources_input': [{ type: Input, args: ['dataSources', ] },],\n'enablePageCache_input': [{ type: Input, args: ['enablePageCache', ] },],\n'exportSettings_input': [{ type: Input, args: ['exportSettings', ] },],\n'isResponsive_input': [{ type: Input, args: ['isResponsive', ] },],\n'locale_input': [{ type: Input, args: ['locale', ] },],\n'pageSettings_input': [{ type: Input, args: ['pageSettings', ] },],\n'parameters_input': [{ type: Input, args: ['parameters', ] },],\n'toolbarSettings_input': [{ type: Input, args: ['toolbarSettings', ] },],\n'parameterSettings_input': [{ type: Input, args: ['parameterSettings', ] },],\n'printMode_input': [{ type: Input, args: ['printMode', ] },],\n'printOption_input': [{ type: Input, args: ['printOption', ] },],\n'processingMode_input': [{ type: Input, args: ['processingMode', ] },],\n'renderMode_input': [{ type: Input, args: ['renderMode', ] },],\n'reportPath_input': [{ type: Input, args: ['reportPath', ] },],\n'reportServerUrl_input': [{ type: Input, args: ['reportServerUrl', ] },],\n'reportServiceUrl_input': [{ type: Input, args: ['reportServiceUrl', ] },],\n'zoomFactor_input': [{ type: Input, args: ['zoomFactor', ] },],\n'serviceAuthorizationToken_input': [{ type: Input, args: ['serviceAuthorizationToken', ] },],\n'enableParameterBlockScroller_input': [{ type: Input, args: ['enableParameterBlockScroller', ] },],\n'enableDatasourceBlockScroller_input': [{ type: Input, args: ['enableDatasourceBlockScroller', ] },],\n'sizeToReportContent_input': [{ type: Input, args: ['sizeToReportContent', ] },],\n'autoRender_input': [{ type: Input, args: ['autoRender', ] },],\n'enableNotificationBar_input': [{ type: Input, args: ['enableNotificationBar', ] },],\n'enableDropDownSearch_input': [{ type: Input, args: ['enableDropDownSearch', ] },],\n'enablePageVirtualization_input': [{ type: Input, args: ['enablePageVirtualization', ] },],\n'waitingPopupTemplate_input': [{ type: Input, args: ['waitingPopupTemplate', ] },],\n'dataSources_name_input': [{ type: Input, args: ['dataSources.name', ] },],\n'dataSources_value_input': [{ type: Input, args: ['dataSources.value', ] },],\n'exportSettings_exportOptions_input': [{ type: Input, args: ['exportSettings.exportOptions', ] },],\n'exportSettings_excelFormat_input': [{ type: Input, args: ['exportSettings.excelFormat', ] },],\n'exportSettings_wordFormat_input': [{ type: Input, args: ['exportSettings.wordFormat', ] },],\n'exportSettings_customItems_input': [{ type: Input, args: ['exportSettings.customItems', ] },],\n'pageSettings_orientation_input': [{ type: Input, args: ['pageSettings.orientation', ] },],\n'pageSettings_paperSize_input': [{ type: Input, args: ['pageSettings.paperSize', ] },],\n'pageSettings_height_input': [{ type: Input, args: ['pageSettings.height', ] },],\n'pageSettings_width_input': [{ type: Input, args: ['pageSettings.width', ] },],\n'pageSettings_margins_input': [{ type: Input, args: ['pageSettings.margins', ] },],\n'parameters_labels_input': [{ type: Input, args: ['parameters.labels', ] },],\n'parameters_name_input': [{ type: Input, args: ['parameters.name', ] },],\n'parameters_nullable_input': [{ type: Input, args: ['parameters.nullable', ] },],\n'parameters_prompt_input': [{ type: Input, args: ['parameters.prompt', ] },],\n'parameters_values_input': [{ type: Input, args: ['parameters.values', ] },],\n'parameterSettings_delimiterChar_input': [{ type: Input, args: ['parameterSettings.delimiterChar', ] },],\n'parameterSettings_popupHeight_input': [{ type: Input, args: ['parameterSettings.popupHeight', ] },],\n'parameterSettings_popupWidth_input': [{ type: Input, args: ['parameterSettings.popupWidth', ] },],\n'parameterSettings_itemWidth_input': [{ type: Input, args: ['parameterSettings.itemWidth', ] },],\n'parameterSettings_labelWidth_input': [{ type: Input, args: ['parameterSettings.labelWidth', ] },],\n'parameterSettings_hideParameterBlock_input': [{ type: Input, args: ['parameterSettings.hideParameterBlock', ] },],\n'toolbarSettings_click_input': [{ type: Input, args: ['toolbarSettings.click', ] },],\n'toolbarSettings_items_input': [{ type: Input, args: ['toolbarSettings.items', ] },],\n'toolbarSettings_showToolbar_input': [{ type: Input, args: ['toolbarSettings.showToolbar', ] },],\n'toolbarSettings_showTooltip_input': [{ type: Input, args: ['toolbarSettings.showTooltip', ] },],\n'toolbarSettings_templateId_input': [{ type: Input, args: ['toolbarSettings.templateId', ] },],\n'toolbarSettings_customItems_input': [{ type: Input, args: ['toolbarSettings.customItems', ] },],\n'toolbarSettings_customGroups_input': [{ type: Input, args: ['toolbarSettings.customGroups', ] },],\n'drillThrough_output': [{ type: Output, args: ['drillThrough', ] },],\n'renderingBegin_output': [{ type: Output, args: ['renderingBegin', ] },],\n'renderingComplete_output': [{ type: Output, args: ['renderingComplete', ] },],\n'reportError_output': [{ type: Output, args: ['reportError', ] },],\n'reportExport_output': [{ type: Output, args: ['reportExport', ] },],\n'reportLoaded_output': [{ type: Output, args: ['reportLoaded', ] },],\n'showError_output': [{ type: Output, args: ['showError', ] },],\n'viewReportClick_output': [{ type: Output, args: ['viewReportClick', ] },],\n'ajaxBeforeLoad_output': [{ type: Output, args: ['ajaxBeforeLoad', ] },],\n'ajaxSuccess_output': [{ type: Output, args: ['ajaxSuccess', ] },],\n'ajaxError_output': [{ type: Output, args: ['ajaxError', ] },],\n'toolbarRendering_output': [{ type: Output, args: ['toolbarRendering', ] },],\n'exportProgressChanged_output': [{ type: Output, args: ['exportProgressChanged', ] },],\n'printProgressChanged_output': [{ type: Output, args: ['printProgressChanged', ] },],\n'exportItemClick_output': [{ type: Output, args: ['exportItemClick', ] },],\n'toolBarItemClick_output': [{ type: Output, args: ['toolBarItemClick', ] },],\n'hyperlink_output': [{ type: Output, args: ['hyperlink', ] },],\n'reportPrint_output': [{ type: Output, args: ['reportPrint', ] },],\n};\n}\n\nfunction BoldReportViewerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nBoldReportViewerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBoldReportViewerComponent.ctorParameters;\n/** @type {?} */\nBoldReportViewerComponent.propDecorators;\n/** @type {?} */\nBoldReportViewerComponent.prototype.dataSources_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.enablePageCache_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.exportSettings_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.isResponsive_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.locale_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.pageSettings_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameters_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarSettings_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameterSettings_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.printMode_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.printOption_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.processingMode_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.renderMode_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.reportPath_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.reportServerUrl_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.reportServiceUrl_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.zoomFactor_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.serviceAuthorizationToken_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.enableParameterBlockScroller_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.enableDatasourceBlockScroller_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.sizeToReportContent_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.autoRender_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.enableNotificationBar_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.enableDropDownSearch_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.enablePageVirtualization_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.waitingPopupTemplate_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.dataSources_name_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.dataSources_value_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.exportSettings_exportOptions_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.exportSettings_excelFormat_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.exportSettings_wordFormat_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.exportSettings_customItems_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.pageSettings_orientation_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.pageSettings_paperSize_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.pageSettings_height_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.pageSettings_width_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.pageSettings_margins_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameters_labels_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameters_name_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameters_nullable_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameters_prompt_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameters_values_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameterSettings_delimiterChar_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameterSettings_popupHeight_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameterSettings_popupWidth_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameterSettings_itemWidth_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameterSettings_labelWidth_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.parameterSettings_hideParameterBlock_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarSettings_click_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarSettings_items_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarSettings_showToolbar_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarSettings_showTooltip_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarSettings_templateId_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarSettings_customItems_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarSettings_customGroups_input;\n/** @type {?} */\nBoldReportViewerComponent.prototype.drillThrough_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.renderingBegin_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.renderingComplete_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.reportError_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.reportExport_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.reportLoaded_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.showError_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.viewReportClick_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.ajaxBeforeLoad_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.ajaxSuccess_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.ajaxError_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolbarRendering_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.exportProgressChanged_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.printProgressChanged_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.exportItemClick_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.toolBarItemClick_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.hyperlink_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.reportPrint_output;\n/** @type {?} */\nBoldReportViewerComponent.prototype.el;\n/** @type {?} */\nBoldReportViewerComponent.prototype.cdRef;\n/** @type {?} */\nBoldReportViewerComponent.prototype._ejIterableDiffers;\n/** @type {?} */\nBoldReportViewerComponent.prototype._ejkeyvaluediffers;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import {\n EventEmitter, QueryList, ElementRef, SimpleChange,\n ChangeDetectorRef, IterableDiffers, KeyValueDiffers, OnInit,\n DoCheck, AfterContentInit, AfterViewInit, OnChanges, AfterContentChecked, OnDestroy\n} from '@angular/core';\n\nexport { ContentChild, Type, forwardRef } from '@angular/core';\n\nexport let /** @type {?} */ currentTemplateElement: any;\n\n\n\nexport interface IParentTag {\n tags: Array<any>;\n}\n\nexport interface IChildChange {\n index: number;\n change: any;\n}\n\nexport interface IChangeSet {\n [key: string]: Array<IChildChange>;\n}\n\nlet /** @type {?} */ firstVal = {};\n/**\n * Internal Helpers\n */\nexport class Utils {\n/**\n * @param {?} obj\n * @return {?}\n */\nstatic IterateAndGetChanges(obj: IParentTag): IChangeSet {\n if (ej.isNullOrUndefined(obj.tags) || obj.tags.length === 0) {\n return null;\n }\n let /** @type {?} */ res: IChangeSet = {};\n for (let /** @type {?} */ i = 0, /** @type {?} */ tags = obj.tags; i < tags.length; i++) {\n let /** @type {?} */ tag = tags[i], /** @type {?} */ tagElement = ( /** @type {?} */((<any>obj)))['tag_' + tag.replace(/\\./g, '_')];\n if (!ej.isNullOrUndefined(tagElement) && tagElement.hasChanges) {\n res[tag] = tagElement.getChangesAndReset();\n }\n }\n return res;\n }\n\n}\nexport class BoldReportComponents<W, T> implements IParentTag, OnInit, AfterContentInit, DoCheck, AfterViewInit, OnChanges, AfterContentChecked, OnDestroy {\npublic model: T = /** @type {?} */(( <T>{}));\npublic widget: W;\n protected outputs: Array<string> = [];\n protected inputs: Array<string> = [];\n protected twoways: Array<string> = [];\n protected complexProperties: Array<string>;\n protected isEditor: boolean;\nprivate firstCheck: boolean;\n ejIterable: any;\n ejKeyValueDif: any;\n/**\n * @param {?} instance\n * @param {?} model\n * @param {?} event\n * @return {?}\n */\nprivate static bindAndRaiseEvent(instance: any, model: any, event: string) {\n if (!event.startsWith('model.')) {// && instance[event]['observers'].length > 1) {\n let /** @type {?} */ originalEvt = event.startsWith('bold') ? event.substr(4) : event;\n model[originalEvt] = function (params: any) {\n instance[event + '_output']['emit'](params);\n };\n }\n }\n/**\n * @param {?} controlName\n * @param {?} el\n * @param {?} cdRef\n * @param {?} tags\n * @param {?} ejIterableDiffers\n * @param {?} _ejKeyValueDiffers\n */\nconstructor(protected controlName: string, protected el: ElementRef, protected cdRef: ChangeDetectorRef,\npublic tags: Array<string>,\nprivate ejIterableDiffers: IterableDiffers,\nprivate _ejKeyValueDiffers: KeyValueDiffers) {\n // this.__shadow = this.dom.getShadowRoot(this.el.nativeElement);\n this.firstCheck = true;\n this.ejIterable = this.ejIterableDiffers.find([]).create(null);\n this.ejKeyValueDif = _ejKeyValueDiffers.find([]).create();\n }\n/**\n * @param {?} twoways\n * @return {?}\n */\nprotected createTwoways(twoways: Array<string>) {\n if (!twoways) { return; }\n let /** @type {?} */ model = this.model;\n for (let /** @type {?} */ i = 0; i < twoways.length; i++) {\n let /** @type {?} */ element = twoways[i].replace(/\\_/g, '.');\n ej.createObject(element + 'Change', ( /** @type {?} */((<any>this)))[twoways[i] + '_twoChange'], model);\n ej.createObject(element, this.addTwoways(element), model);\n }\n }\n/**\n * @param {?} prop\n * @return {?}\n */\nprotected addTwoways(prop: string): Function {\n let /** @type {?} */ model = this.model, /** @type {?} */ value = firstVal; // , originalProp = prop.replace(/-/g, '.');\n return function (newVal: any, isApp: boolean) {\n if (value === firstVal) {\n value = ej.getObject(prop + '_two', model);\n if (value === undefined) {\n value = ej.getObject(prop, this === undefined || this.defaults === undefined ? {} : this.defaults);\n }\n }\n if (newVal === undefined) {\n return value;\n }\n if (value === newVal) { return; }\n value = newVal;\n if (!isApp) {\n ej.createObject(prop + '_two', newVal, model);\n ej.getObject(prop + 'Change', model).emit(newVal);\n }\n };\n }\n/**\n * @return {?}\n */\nngOnInit() {\n for (let /** @type {?} */ key in this) {\n if (key.indexOf('_input') != -1)\n this.inputs.push(key);\n if (key.indexOf('_output') != -1)\n this.outputs.push(key);\n if (key.indexOf('_two') != -1 && key.indexOf('_twoChange') == -1)\n this.twoways.push(key.replace('_two', ''));\n }\n if (ej.isNullOrUndefined(( /** @type {?} */((<any>this)))['options'])) {\n this.createTwoways(this.twoways);\n }\n }\n/**\n * @return {?}\n */\nngAfterContentInit() {\n this.firstCheck = false;\n\n let /** @type {?} */ model = this.model, /** @type {?} */ events = this.outputs;\n if (events) {\n for (let /** @type {?} */ i = 0; i < events.length; i++) {\n let /** @type {?} */ event = events[i].replace('_output', '');\n BoldReportComponents.bindAndRaiseEvent(this, model, event);\n }\n }\n if (ej.isNullOrUndefined(( /** @type {?} */((<any>this)))['options'])) {\n for (let /** @type {?} */ i = 0; i < this.tags.length; i++) {\n let /** @type {?} */ element = this.tags[i], /** @type {?} */ item = ( /** @type {?} */((<any>this)))['tag_' + element.replace(/\\./g, '_')];\n if (!ej.isNullOrUndefined(item)) {\n ej.createObject(element, item.getList(), this.model);\n }\n }\n\n for (let /** @type {?} */ i = 0; i < this.inputs.length; i++) {\n let /** @type {?} */ property = this.inputs[i];\n let /** @type {?} */ modelProperty = this.inputs[i].replace('_input', '');\n if (( /** @type {?} */((<any>this)))[property] != null) {\n if (modelProperty.indexOf('_') == -1) {\n if (( /** @type {?} */((<any>this.model)))[modelProperty]) {\n $.extend(true, ( /** @type {?} */((<any>this.model)))[modelProperty], ( /** @type {?} */((<any>this)))[property]);\n } else {\n ( /** @type {?} */((<any>this.model)))[modelProperty] = ( /** @type {?} */((<any>this)))[property];\n }\n } else if (modelProperty.indexOf('_two') == -1) {\n let /** @type {?} */ tempObj: any = {};\n let /** @type {?} */ key = modelProperty.replace(/\\_/g, '.');\n ej.createObject(key, ( /** @type {?} */((<any>this)))[property], tempObj);\n let /** @type {?} */ rootProp = key.split('.')[0];\n if (( /** @type {?} */((<any>this.model)))[rootProp] == undefined)\n ( /** @type {?} */((<any>this.model)))[rootProp] = {};\n $.extend(true, ( /** @type {?} */((<any>this.model)))[rootProp], tempObj[rootProp]);\n }\n }\n }\n for (let /** @type {?} */ i = 0; i < this.twoways.length; i++) {\n let /** @type {?} */ twoway = this.twoways[i];\n let /** @type {?} */ twowayProperty = twoway + '_two';\n if (( /** @type {?} */((<any>this)))[twowayProperty] != null) {\n if (twoway.indexOf('_') == -1) {\n ( /** @type {?} */((<any>this.model)))[twowayProperty] = ( /** @type {?} */((<any>this)))[twowayProperty];\n } else {\n let /** @type {?} */ tempObj: any = {};\n let /** @type {?} */ key = twoway.replace(/\\_/g, '.') + '_two';\n ej.createObject(key, ( /** @type {?} */((<any>this)))[twowayProperty], tempObj);\n let /** @type {?} */ rootProp = twowayProperty.split('_')[0];\n $.extend(true, ( /** @type {?} */((<any>this.model)))[rootProp], tempObj[rootProp]);\n }\n }\n }\n }\n else\n this.model = jQuery.extend(this.model, ( /** @type {?} */((<any>this)))['options']);\n\n }\n/**\n * @return {?}\n */\nngDoCheck() {\n if (ej.isNullOrUndefined(( /** @type {?} */((<any>this)))['options'])) {\n this.twoways.forEach(element => {\n if (( /** @type {?} */((<any>this)))[element + '_two'] instanceof Array) {\n let /** @type {?} */ changes = this.ejIterable.diff(( /** @type {?} */((<any>this)))[element + '_two']);\n if (changes) {\n let /** @type {?} */ ngChanges = {};\n if (this.widget != undefined) {\n ngChanges = this.getTwowayChanges(changes.collection, ngChanges, element.replace(/\\_/g, '.'));\n ej.createObject(element.replace(/\\_/g, '.') + '.two', changes.collection, ngChanges);\n ( /** @type {?} */((<any>this.widget)))['setModel'](ngChanges, $.isPlainObject(ngChanges));\n }\n }\n }\n });\n\n }\n else {\n let /** @type {?} */ changes = this.ejKeyValueDif.diff(( /** @type {?} */((<any>this)))['options']);\n if (changes) {\n if (this.widget != undefined) {\n var /** @type {?} */ ngchanges = {};\n changes.forEachChangedItem((changedprop: any) => {\n ej.createObject(changedprop.key, changedprop.currentValue, ngchanges);\n });\n ( /** @type {?} */((<any>this.widget)))['setModel'](ngchanges, $.isPlainObject(ngchanges));\n }\n }\n }\n }\n/**\n * @return {?}\n */\nngAfterViewInit() {\n let /** @type {?} */ nativeElement = this.isEditor ? $(this.el.nativeElement.children) : $(this.el.nativeElement);\n let /** @type {?} */ controlName: string = this.lowerCaseFirstLetter(this.controlName);\n this.widget = ( /** @type {?} */(($(nativeElement) as any)))[controlName](this.model)[controlName]('instance');\n }\n/**\n * @param {?} string\n * @return {?}\n */\nlowerCaseFirstLetter(string: string) {\n return string[0].toLowerCase() + string.slice(1);\n }\n/**\n * @param {?} changes\n * @return {?}\n */\nngOnChanges(changes: { [key: string]: SimpleChange }) {\n if (this.firstCheck) { return; }\n let /** @type {?} */ ngChanges = {};\n if (ej.isNullOrUndefi