UNPKG

angular2-data-table

Version:

angular2-data-table is a Angular2 component for presenting large and complex data.

158 lines (157 loc) 8.13 kB
/** * @fileoverview This file is generated by the Angular 2 template compiler. * Do not edit. * @suppress {suspiciousCode,uselessCode,missingProperties} */ /* tslint:disable */ import * as import0 from '../../../../src/components/body/scroller.component'; import * as import1 from '@angular/core/src/change_detection/change_detection_util'; import * as import2 from '@angular/core/src/linker/view'; import * as import3 from '@angular/core/src/linker/view_utils'; import * as import4 from '@angular/core/src/security'; import * as import5 from '@angular/core/src/render/api'; import * as import6 from '@angular/core/src/metadata/view'; import * as import7 from '@angular/core/src/linker/view_type'; import * as import8 from '@angular/core/src/change_detection/constants'; import * as import9 from '@angular/core/src/linker/component_factory'; import * as import10 from '@angular/core/src/linker/element_ref'; export class Wrapper_ScrollerComponent { /*private*/ _eventHandler:Function; context:import0.ScrollerComponent; /*private*/ _changed:boolean; /*private*/ _expr_0:any; /*private*/ _expr_1:any; /*private*/ _expr_2:any; /*private*/ _expr_3:any; /*private*/ _expr_4:any; /*private*/ _expr_5:any; subscription0:any; constructor(p0:any,p1:any) { this._changed = false; this.context = new import0.ScrollerComponent(p0,p1); this._expr_0 = import1.UNINITIALIZED; this._expr_1 = import1.UNINITIALIZED; this._expr_2 = import1.UNINITIALIZED; this._expr_3 = import1.UNINITIALIZED; this._expr_4 = import1.UNINITIALIZED; this._expr_5 = import1.UNINITIALIZED; } ngOnDetach(view:import2.AppView<any>,componentView:import2.AppView<any>,el:any):void { } ngOnDestroy():void { this.context.ngOnDestroy(); (this.subscription0 && this.subscription0.unsubscribe()); } check_scrollbarV(currValue:any,throwOnChange:boolean,forceUpdate:boolean):void { if ((forceUpdate || import3.checkBinding(throwOnChange,this._expr_0,currValue))) { this._changed = true; this.context.scrollbarV = currValue; this._expr_0 = currValue; } } check_scrollbarH(currValue:any,throwOnChange:boolean,forceUpdate:boolean):void { if ((forceUpdate || import3.checkBinding(throwOnChange,this._expr_1,currValue))) { this._changed = true; this.context.scrollbarH = currValue; this._expr_1 = currValue; } } check_scrollHeight(currValue:any,throwOnChange:boolean,forceUpdate:boolean):void { if ((forceUpdate || import3.checkBinding(throwOnChange,this._expr_2,currValue))) { this._changed = true; this.context.scrollHeight = currValue; this._expr_2 = currValue; } } check_scrollWidth(currValue:any,throwOnChange:boolean,forceUpdate:boolean):void { if ((forceUpdate || import3.checkBinding(throwOnChange,this._expr_3,currValue))) { this._changed = true; this.context.scrollWidth = currValue; this._expr_3 = currValue; } } ngDoCheck(view:import2.AppView<any>,el:any,throwOnChange:boolean):boolean { var changed:any = this._changed; this._changed = false; if (!throwOnChange) { if ((view.numberOfChecks === 0)) { this.context.ngOnInit(); } } return changed; } checkHost(view:import2.AppView<any>,componentView:import2.AppView<any>,el:any,throwOnChange:boolean):void { const currVal_4:any = this.context.scrollHeight; if (import3.checkBinding(throwOnChange,this._expr_4,currVal_4)) { view.renderer.setElementStyle(el,'height',((view.viewUtils.sanitizer.sanitize(import4.SecurityContext.STYLE,currVal_4) == null)? (null as any): (view.viewUtils.sanitizer.sanitize(import4.SecurityContext.STYLE,currVal_4).toString() + 'px'))); this._expr_4 = currVal_4; } const currVal_5:any = this.context.scrollWidth; if (import3.checkBinding(throwOnChange,this._expr_5,currVal_5)) { view.renderer.setElementStyle(el,'width',((view.viewUtils.sanitizer.sanitize(import4.SecurityContext.STYLE,currVal_5) == null)? (null as any): (view.viewUtils.sanitizer.sanitize(import4.SecurityContext.STYLE,currVal_5).toString() + 'px'))); this._expr_5 = currVal_5; } } handleEvent(eventName:string,$event:any):boolean { var result:boolean = true; return result; } subscribe(view:import2.AppView<any>,_eventHandler:any,emit0:boolean):void { this._eventHandler = _eventHandler; if (emit0) { (this.subscription0 = this.context.scroll.subscribe(_eventHandler.bind(view,'scroll'))); } } } var renderType_ScrollerComponent_Host:import5.RenderComponentType = import3.createRenderComponentType('',0,import6.ViewEncapsulation.None,([] as any[]),{}); class View_ScrollerComponent_Host0 extends import2.AppView<any> { _el_0:any; compView_0:import2.AppView<import0.ScrollerComponent>; _ScrollerComponent_0_3:Wrapper_ScrollerComponent; constructor(viewUtils:import3.ViewUtils,parentView:import2.AppView<any>,parentIndex:number,parentElement:any) { super(View_ScrollerComponent_Host0,renderType_ScrollerComponent_Host,import7.ViewType.HOST,viewUtils,parentView,parentIndex,parentElement,import8.ChangeDetectorStatus.CheckAlways); } createInternal(rootSelector:string):import9.ComponentRef<any> { this._el_0 = import3.selectOrCreateRenderHostElement(this.renderer,'datatable-scroller',new import3.InlineArray2(2,'class','datatable-scroll'),rootSelector,(null as any)); this.compView_0 = new View_ScrollerComponent0(this.viewUtils,this,0,this._el_0); this._ScrollerComponent_0_3 = new Wrapper_ScrollerComponent(new import10.ElementRef(this._el_0),this.renderer); this.compView_0.create(this._ScrollerComponent_0_3.context); this.init(this._el_0,((<any>this.renderer).directRenderer? (null as any): [this._el_0]),(null as any)); return new import9.ComponentRef_<any>(0,this,this._el_0,this._ScrollerComponent_0_3.context); } injectorGetInternal(token:any,requestNodeIndex:number,notFoundResult:any):any { if (((token === import0.ScrollerComponent) && (0 === requestNodeIndex))) { return this._ScrollerComponent_0_3.context; } return notFoundResult; } detectChangesInternal(throwOnChange:boolean):void { this._ScrollerComponent_0_3.ngDoCheck(this,this._el_0,throwOnChange); this._ScrollerComponent_0_3.checkHost(this,this.compView_0,this._el_0,throwOnChange); this.compView_0.internalDetectChanges(throwOnChange); } destroyInternal():void { this.compView_0.destroy(); this._ScrollerComponent_0_3.ngOnDestroy(); } visitRootNodesInternal(cb:any,ctx:any):void { cb(this._el_0,ctx); } visitProjectableNodesInternal(nodeIndex:number,ngContentIndex:number,cb:any,ctx:any):void { if (((nodeIndex == 0) && (ngContentIndex == 0))) { } } } export const ScrollerComponentNgFactory:import9.ComponentFactory<import0.ScrollerComponent> = new import9.ComponentFactory<import0.ScrollerComponent>('datatable-scroller',View_ScrollerComponent_Host0,import0.ScrollerComponent); const styles_ScrollerComponent:any[] = ([] as any[]); var renderType_ScrollerComponent:import5.RenderComponentType = import3.createRenderComponentType('',1,import6.ViewEncapsulation.None,styles_ScrollerComponent,{}); export class View_ScrollerComponent0 extends import2.AppView<import0.ScrollerComponent> { _text_0:any; _text_1:any; constructor(viewUtils:import3.ViewUtils,parentView:import2.AppView<any>,parentIndex:number,parentElement:any) { super(View_ScrollerComponent0,renderType_ScrollerComponent,import7.ViewType.COMPONENT,viewUtils,parentView,parentIndex,parentElement,import8.ChangeDetectorStatus.CheckAlways); } createInternal(rootSelector:string):import9.ComponentRef<any> { const parentRenderNode:any = this.renderer.createViewRoot(this.parentElement); this._text_0 = this.renderer.createText(parentRenderNode,'\n ',(null as any)); this.projectNodes(parentRenderNode,0); this._text_1 = this.renderer.createText(parentRenderNode,'\n ',(null as any)); this.init((null as any),((<any>this.renderer).directRenderer? (null as any): [ this._text_0, this._text_1 ] ),(null as any)); return (null as any); } }