novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
490 lines (489 loc) • 26.1 kB
text/typescript
/**
* @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/elements/calendar/CalendarMonthDay';
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/view_container';
import * as import11 from '../../../node_modules/@angular/common/src/directives/ng_template_outlet.ngfactory';
import * as import12 from '../../../../src/elements/calendar/DayOfMonth.pipe';
import * as import13 from '@angular/core/src/linker/template_ref';
import * as import14 from '@angular/core/src/i18n/tokens';
import * as import15 from '@angular/common/src/directives/ng_template_outlet';
import * as import16 from '../../../node_modules/@angular/common/src/directives/ng_if.ngfactory';
import * as import17 from '../../../node_modules/@angular/common/src/directives/ng_for.ngfactory';
import * as import18 from '@angular/core/src/change_detection/differs/iterable_differs';
import * as import19 from '@angular/common/src/directives/ng_if';
import * as import20 from '@angular/common/src/directives/ng_for';
import * as import21 from '../../../node_modules/@angular/common/src/directives/ng_class.ngfactory';
import * as import22 from '@angular/core/src/change_detection/differs/keyvalue_differs';
import * as import23 from '@angular/core/src/linker/element_ref';
import * as import24 from '@angular/common/src/directives/ng_class';
export class Wrapper_CalendarMonthDayElement {
/*private*/ _eventHandler:Function;
context:import0.CalendarMonthDayElement;
/*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;
/*private*/ _expr_6:any;
/*private*/ _expr_7:any;
/*private*/ _expr_8:any;
/*private*/ _expr_9:any;
/*private*/ _expr_10:any;
/*private*/ _expr_11:any;
/*private*/ _expr_12:any;
/*private*/ _expr_13:any;
/*private*/ _expr_14:any;
subscription0:any;
constructor() {
this._changed = false;
this.context = new import0.CalendarMonthDayElement();
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;
this._expr_6 = import1.UNINITIALIZED;
this._expr_7 = import1.UNINITIALIZED;
this._expr_8 = import1.UNINITIALIZED;
this._expr_9 = import1.UNINITIALIZED;
this._expr_10 = import1.UNINITIALIZED;
this._expr_11 = import1.UNINITIALIZED;
this._expr_12 = import1.UNINITIALIZED;
this._expr_13 = import1.UNINITIALIZED;
this._expr_14 = import1.UNINITIALIZED;
}
ngOnDetach(view:import2.AppView<any>,componentView:import2.AppView<any>,el:any):void {
}
ngOnDestroy():void {
(this.subscription0 && this.subscription0.unsubscribe());
}
check_day(currValue:any,throwOnChange:boolean,forceUpdate:boolean):void {
if ((forceUpdate || import3.checkBinding(throwOnChange,this._expr_0,currValue))) {
this._changed = true;
this.context.day = currValue;
this._expr_0 = currValue;
}
}
check_locale(currValue:any,throwOnChange:boolean,forceUpdate:boolean):void {
if ((forceUpdate || import3.checkBinding(throwOnChange,this._expr_1,currValue))) {
this._changed = true;
this.context.locale = currValue;
this._expr_1 = currValue;
}
}
check_tooltipPlacement(currValue:any,throwOnChange:boolean,forceUpdate:boolean):void {
if ((forceUpdate || import3.checkBinding(throwOnChange,this._expr_2,currValue))) {
this._changed = true;
this.context.tooltipPlacement = currValue;
this._expr_2 = currValue;
}
}
check_customTemplate(currValue:any,throwOnChange:boolean,forceUpdate:boolean):void {
if ((forceUpdate || import3.checkBinding(throwOnChange,this._expr_3,currValue))) {
this._changed = true;
this.context.customTemplate = currValue;
this._expr_3 = currValue;
}
}
ngDoCheck(view:import2.AppView<any>,el:any,throwOnChange:boolean):boolean {
var changed:any = this._changed;
this._changed = false;
return changed;
}
checkHost(view:import2.AppView<any>,componentView:import2.AppView<any>,el:any,throwOnChange:boolean):void {
const currVal_4:any = ('calendar-cell calendar-day-cell ' + ((this.context.day == null)? (null as any): this.context.day.cssClass));
if (import3.checkBinding(throwOnChange,this._expr_4,currVal_4)) {
view.renderer.setElementProperty(el,'className',currVal_4);
this._expr_4 = currVal_4;
}
const currVal_5:any = this.context.accepted.length;
if (import3.checkBinding(throwOnChange,this._expr_5,currVal_5)) {
view.renderer.setElementClass(el,'calendar-day-accepted',currVal_5);
this._expr_5 = currVal_5;
}
const currVal_6:any = this.context.rejected.length;
if (import3.checkBinding(throwOnChange,this._expr_6,currVal_6)) {
view.renderer.setElementClass(el,'calendar-day-rejected',currVal_6);
this._expr_6 = currVal_6;
}
const currVal_7:any = this.context.day.isPast;
if (import3.checkBinding(throwOnChange,this._expr_7,currVal_7)) {
view.renderer.setElementClass(el,'calendar-past',currVal_7);
this._expr_7 = currVal_7;
}
const currVal_8:any = this.context.day.isToday;
if (import3.checkBinding(throwOnChange,this._expr_8,currVal_8)) {
view.renderer.setElementClass(el,'calendar-today',currVal_8);
this._expr_8 = currVal_8;
}
const currVal_9:any = this.context.day.isFuture;
if (import3.checkBinding(throwOnChange,this._expr_9,currVal_9)) {
view.renderer.setElementClass(el,'calendar-future',currVal_9);
this._expr_9 = currVal_9;
}
const currVal_10:any = this.context.day.isWeekend;
if (import3.checkBinding(throwOnChange,this._expr_10,currVal_10)) {
view.renderer.setElementClass(el,'calendar-weekend',currVal_10);
this._expr_10 = currVal_10;
}
const currVal_11:any = this.context.day.inMonth;
if (import3.checkBinding(throwOnChange,this._expr_11,currVal_11)) {
view.renderer.setElementClass(el,'calendar-in-month',currVal_11);
this._expr_11 = currVal_11;
}
const currVal_12:boolean = !this.context.day.inMonth;
if (import3.checkBinding(throwOnChange,this._expr_12,currVal_12)) {
view.renderer.setElementClass(el,'calendar-out-month',currVal_12);
this._expr_12 = currVal_12;
}
const currVal_13:any = (this.context.day.events.length > 0);
if (import3.checkBinding(throwOnChange,this._expr_13,currVal_13)) {
view.renderer.setElementClass(el,'calendar-has-events',currVal_13);
this._expr_13 = currVal_13;
}
const currVal_14:any = this.context.day.backgroundColor;
if (import3.checkBinding(throwOnChange,this._expr_14,currVal_14)) {
view.renderer.setElementStyle(el,'backgroundColor',((view.viewUtils.sanitizer.sanitize(import4.SecurityContext.STYLE,currVal_14) == null)? (null as any): view.viewUtils.sanitizer.sanitize(import4.SecurityContext.STYLE,currVal_14).toString()));
this._expr_14 = currVal_14;
}
}
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.eventClicked.subscribe(_eventHandler.bind(view,'eventClicked'))); }
}
}
var renderType_CalendarMonthDayElement_Host:import5.RenderComponentType = import3.createRenderComponentType('',0,import6.ViewEncapsulation.None,([] as any[]),{});
class View_CalendarMonthDayElement_Host0 extends import2.AppView<any> {
_el_0:any;
compView_0:import2.AppView<import0.CalendarMonthDayElement>;
_CalendarMonthDayElement_0_3:Wrapper_CalendarMonthDayElement;
constructor(viewUtils:import3.ViewUtils,parentView:import2.AppView<any>,parentIndex:number,parentElement:any) {
super(View_CalendarMonthDayElement_Host0,renderType_CalendarMonthDayElement_Host,import7.ViewType.HOST,viewUtils,parentView,parentIndex,parentElement,import8.ChangeDetectorStatus.CheckAlways);
}
createInternal(rootSelector:string):import9.ComponentRef<any> {
this._el_0 = import3.selectOrCreateRenderHostElement(this.renderer,'novo-calendar-month-day',import3.EMPTY_INLINE_ARRAY,rootSelector,(null as any));
this.compView_0 = new View_CalendarMonthDayElement0(this.viewUtils,this,0,this._el_0);
this._CalendarMonthDayElement_0_3 = new Wrapper_CalendarMonthDayElement();
this.compView_0.create(this._CalendarMonthDayElement_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._CalendarMonthDayElement_0_3.context);
}
injectorGetInternal(token:any,requestNodeIndex:number,notFoundResult:any):any {
if (((token === import0.CalendarMonthDayElement) && (0 === requestNodeIndex))) { return this._CalendarMonthDayElement_0_3.context; }
return notFoundResult;
}
detectChangesInternal(throwOnChange:boolean):void {
this._CalendarMonthDayElement_0_3.ngDoCheck(this,this._el_0,throwOnChange);
this._CalendarMonthDayElement_0_3.checkHost(this,this.compView_0,this._el_0,throwOnChange);
this.compView_0.internalDetectChanges(throwOnChange);
}
destroyInternal():void {
this.compView_0.destroy();
this._CalendarMonthDayElement_0_3.ngOnDestroy();
}
visitRootNodesInternal(cb:any,ctx:any):void {
cb(this._el_0,ctx);
}
}
export const CalendarMonthDayElementNgFactory:import9.ComponentFactory<import0.CalendarMonthDayElement> = new import9.ComponentFactory<import0.CalendarMonthDayElement>('novo-calendar-month-day',View_CalendarMonthDayElement_Host0,import0.CalendarMonthDayElement);
const styles_CalendarMonthDayElement:any[] = ([] as any[]);
var renderType_CalendarMonthDayElement:import5.RenderComponentType = import3.createRenderComponentType('',0,import6.ViewEncapsulation.None,styles_CalendarMonthDayElement,{});
export class View_CalendarMonthDayElement0 extends import2.AppView<import0.CalendarMonthDayElement> {
_text_0:any;
_anchor_1:any;
/*private*/ _vc_1:import10.ViewContainer;
_TemplateRef_1_4:any;
_text_2:any;
_anchor_3:any;
/*private*/ _vc_3:import10.ViewContainer;
_TemplateRef_3_5:any;
_NgTemplateOutlet_3_6:import11.Wrapper_NgTemplateOutlet;
_text_4:any;
_pipe_dayofmonth_0:import12.DayOfMonthPipe;
_map_11:any;
constructor(viewUtils:import3.ViewUtils,parentView:import2.AppView<any>,parentIndex:number,parentElement:any) {
super(View_CalendarMonthDayElement0,renderType_CalendarMonthDayElement,import7.ViewType.COMPONENT,viewUtils,parentView,parentIndex,parentElement,import8.ChangeDetectorStatus.CheckAlways);
this._map_11 = import3.pureProxy7((p0:any,p1:any,p2:any,p3:any,p4:any,p5:any,p6:any):{[key: string]:any} => {
return {
day: p0,
locale: p1,
tooltipPlacement: p2,
eventClicked: p3,
accepted: p4,
rejected: p5,
maybes: p6
}
;
});
}
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._anchor_1 = this.renderer.createTemplateAnchor(parentRenderNode,(null as any));
this._vc_1 = new import10.ViewContainer(1,(null as any),this,this._anchor_1);
this._TemplateRef_1_4 = new import13.TemplateRef_(this,1,this._anchor_1);
this._text_2 = this.renderer.createText(parentRenderNode,'\n ',(null as any));
this._anchor_3 = this.renderer.createTemplateAnchor(parentRenderNode,(null as any));
this._vc_3 = new import10.ViewContainer(3,(null as any),this,this._anchor_3);
this._TemplateRef_3_5 = new import13.TemplateRef_(this,3,this._anchor_3);
this._NgTemplateOutlet_3_6 = new import11.Wrapper_NgTemplateOutlet(this._vc_3.vcRef);
this._text_4 = this.renderer.createText(parentRenderNode,'\n ',(null as any));
this._pipe_dayofmonth_0 = new import12.DayOfMonthPipe(this.parentView.injectorGet(import14.LOCALE_ID,this.parentIndex));
this.init((null as any),((<any>this.renderer).directRenderer? (null as any): [
this._text_0,
this._anchor_1,
this._text_2,
this._anchor_3,
this._text_4
]
),(null as any));
return (null as any);
}
injectorGetInternal(token:any,requestNodeIndex:number,notFoundResult:any):any {
if (((token === import13.TemplateRef) && (1 === requestNodeIndex))) { return this._TemplateRef_1_4; }
if (((token === import13.TemplateRef) && (3 === requestNodeIndex))) { return this._TemplateRef_3_5; }
if (((token === import15.NgTemplateOutlet) && (3 === requestNodeIndex))) { return this._NgTemplateOutlet_3_6.context; }
return notFoundResult;
}
detectChangesInternal(throwOnChange:boolean):void {
const currVal_3_0_0:any = this._map_11(this.context.day,this.context.locale,this.context.tooltipPlacement,this.context.eventClicked,this.context.accepted,this.context.rejected,this.context.maybes);
this._NgTemplateOutlet_3_6.check_ngOutletContext(currVal_3_0_0,throwOnChange,false);
const currVal_3_0_1:any = (this.context.customTemplate || this._TemplateRef_1_4);
this._NgTemplateOutlet_3_6.check_ngTemplateOutlet(currVal_3_0_1,throwOnChange,false);
this._NgTemplateOutlet_3_6.ngDoCheck(this,this._anchor_3,throwOnChange);
this._vc_1.detectChangesInNestedViews(throwOnChange);
this._vc_3.detectChangesInNestedViews(throwOnChange);
}
destroyInternal():void {
this._vc_1.destroyNestedViews();
this._vc_3.destroyNestedViews();
}
createEmbeddedViewInternal(nodeIndex:number):import2.AppView<any> {
if ((nodeIndex == 1)) { return new View_CalendarMonthDayElement1(this.viewUtils,this,1,this._anchor_1,this._vc_1); }
if ((nodeIndex == 3)) { return new View_CalendarMonthDayElement4(this.viewUtils,this,3,this._anchor_3,this._vc_3); }
return (null as any);
}
}
class View_CalendarMonthDayElement1 extends import2.AppView<any> {
_text_0:any;
_el_1:any;
_text_2:any;
_anchor_3:any;
/*private*/ _vc_3:import10.ViewContainer;
_TemplateRef_3_5:any;
_NgIf_3_6:import16.Wrapper_NgIf;
_text_4:any;
_el_5:any;
_text_6:any;
_text_7:any;
_text_8:any;
_el_9:any;
_text_10:any;
_anchor_11:any;
/*private*/ _vc_11:import10.ViewContainer;
_TemplateRef_11_5:any;
_NgFor_11_6:import17.Wrapper_NgFor;
_text_12:any;
_text_13:any;
/*private*/ _expr_20:any;
_pipe_dayofmonth_0_0:any;
constructor(viewUtils:import3.ViewUtils,parentView:import2.AppView<any>,parentIndex:number,parentElement:any,declaredViewContainer:import10.ViewContainer) {
super(View_CalendarMonthDayElement1,renderType_CalendarMonthDayElement,import7.ViewType.EMBEDDED,viewUtils,parentView,parentIndex,parentElement,import8.ChangeDetectorStatus.CheckAlways,declaredViewContainer);
this._expr_20 = import1.UNINITIALIZED;
}
createInternal(rootSelector:string):import9.ComponentRef<any> {
this._text_0 = this.renderer.createText((null as any),'\n ',(null as any));
this._el_1 = import3.createRenderElement(this.renderer,(null as any),'div',new import3.InlineArray2(2,'class','calendar-day-top'),(null as any));
this._text_2 = this.renderer.createText(this._el_1,'\n ',(null as any));
this._anchor_3 = this.renderer.createTemplateAnchor(this._el_1,(null as any));
this._vc_3 = new import10.ViewContainer(3,1,this,this._anchor_3);
this._TemplateRef_3_5 = new import13.TemplateRef_(this,3,this._anchor_3);
this._NgIf_3_6 = new import16.Wrapper_NgIf(this._vc_3.vcRef,this._TemplateRef_3_5);
this._text_4 = this.renderer.createText(this._el_1,'\n ',(null as any));
this._el_5 = import3.createRenderElement(this.renderer,this._el_1,'span',new import3.InlineArray2(2,'class','calendar-day-number'),(null as any));
this._text_6 = this.renderer.createText(this._el_5,'',(null as any));
this._text_7 = this.renderer.createText(this._el_1,'\n ',(null as any));
this._text_8 = this.renderer.createText((null as any),'\n ',(null as any));
this._el_9 = import3.createRenderElement(this.renderer,(null as any),'div',new import3.InlineArray2(2,'class','calendar-events'),(null as any));
this._text_10 = this.renderer.createText(this._el_9,'\n ',(null as any));
this._anchor_11 = this.renderer.createTemplateAnchor(this._el_9,(null as any));
this._vc_11 = new import10.ViewContainer(11,9,this,this._anchor_11);
this._TemplateRef_11_5 = new import13.TemplateRef_(this,11,this._anchor_11);
this._NgFor_11_6 = new import17.Wrapper_NgFor(this._vc_11.vcRef,this._TemplateRef_11_5,this.parentView.injectorGet(import18.IterableDiffers,this.parentIndex),this.parentView.ref);
this._text_12 = this.renderer.createText(this._el_9,'\n ',(null as any));
this._text_13 = this.renderer.createText((null as any),'\n ',(null as any));
this._pipe_dayofmonth_0_0 = import3.pureProxy2((<View_CalendarMonthDayElement0>this.parentView)._pipe_dayofmonth_0.transform.bind((<View_CalendarMonthDayElement0>this.parentView)._pipe_dayofmonth_0));
this.init(this._text_13,((<any>this.renderer).directRenderer? (null as any): [
this._text_0,
this._el_1,
this._text_2,
this._anchor_3,
this._text_4,
this._el_5,
this._text_6,
this._text_7,
this._text_8,
this._el_9,
this._text_10,
this._anchor_11,
this._text_12,
this._text_13
]
),(null as any));
return (null as any);
}
injectorGetInternal(token:any,requestNodeIndex:number,notFoundResult:any):any {
if (((token === import13.TemplateRef) && (3 === requestNodeIndex))) { return this._TemplateRef_3_5; }
if (((token === import19.NgIf) && (3 === requestNodeIndex))) { return this._NgIf_3_6.context; }
if (((token === import13.TemplateRef) && (11 === requestNodeIndex))) { return this._TemplateRef_11_5; }
if (((token === import20.NgFor) && (11 === requestNodeIndex))) { return this._NgFor_11_6.context; }
return notFoundResult;
}
detectChangesInternal(throwOnChange:boolean):void {
const valUnwrapper:any = new import1.ValueUnwrapper();
const currVal_3_0_0:any = (this.parentView.context.day.badgeTotal > 0);
this._NgIf_3_6.check_ngIf(currVal_3_0_0,throwOnChange,false);
this._NgIf_3_6.ngDoCheck(this,this._anchor_3,throwOnChange);
const currVal_11_0_0:any = this.parentView.context.day.events;
this._NgFor_11_6.check_ngForOf(currVal_11_0_0,throwOnChange,false);
this._NgFor_11_6.ngDoCheck(this,this._anchor_11,throwOnChange);
this._vc_3.detectChangesInNestedViews(throwOnChange);
this._vc_11.detectChangesInNestedViews(throwOnChange);
valUnwrapper.reset();
const currVal_20:any = import3.inlineInterpolate(1,'',valUnwrapper.unwrap(import3.castByValue(this._pipe_dayofmonth_0_0,(<View_CalendarMonthDayElement0>this.parentView)._pipe_dayofmonth_0.transform)(this.parentView.context.day.date,this.parentView.context.locale)),'');
if ((valUnwrapper.hasWrappedValue || import3.checkBinding(throwOnChange,this._expr_20,currVal_20))) {
this.renderer.setText(this._text_6,currVal_20);
this._expr_20 = currVal_20;
}
}
destroyInternal():void {
this._vc_3.destroyNestedViews();
this._vc_11.destroyNestedViews();
}
visitRootNodesInternal(cb:any,ctx:any):void {
cb(this._text_0,ctx);
cb(this._el_1,ctx);
cb(this._text_8,ctx);
cb(this._el_9,ctx);
cb(this._text_13,ctx);
}
createEmbeddedViewInternal(nodeIndex:number):import2.AppView<any> {
if ((nodeIndex == 3)) { return new View_CalendarMonthDayElement2(this.viewUtils,this,3,this._anchor_3,this._vc_3); }
if ((nodeIndex == 11)) { return new View_CalendarMonthDayElement3(this.viewUtils,this,11,this._anchor_11,this._vc_11); }
return (null as any);
}
}
class View_CalendarMonthDayElement2 extends import2.AppView<any> {
_el_0:any;
_text_1:any;
/*private*/ _expr_2:any;
constructor(viewUtils:import3.ViewUtils,parentView:import2.AppView<any>,parentIndex:number,parentElement:any,declaredViewContainer:import10.ViewContainer) {
super(View_CalendarMonthDayElement2,renderType_CalendarMonthDayElement,import7.ViewType.EMBEDDED,viewUtils,parentView,parentIndex,parentElement,import8.ChangeDetectorStatus.CheckAlways,declaredViewContainer);
this._expr_2 = import1.UNINITIALIZED;
}
createInternal(rootSelector:string):import9.ComponentRef<any> {
this._el_0 = import3.createRenderElement(this.renderer,(null as any),'span',new import3.InlineArray2(2,'class','calendar-day-badge'),(null as any));
this._text_1 = this.renderer.createText(this._el_0,'',(null as any));
this.init(this._el_0,((<any>this.renderer).directRenderer? (null as any): [
this._el_0,
this._text_1
]
),(null as any));
return (null as any);
}
detectChangesInternal(throwOnChange:boolean):void {
const currVal_2:any = import3.inlineInterpolate(1,'',this.parentView.parentView.context.day.badgeTotal,'');
if (import3.checkBinding(throwOnChange,this._expr_2,currVal_2)) {
this.renderer.setText(this._text_1,currVal_2);
this._expr_2 = currVal_2;
}
}
visitRootNodesInternal(cb:any,ctx:any):void {
cb(this._el_0,ctx);
}
}
class View_CalendarMonthDayElement3 extends import2.AppView<any> {
_el_0:any;
_NgClass_0_3:import21.Wrapper_NgClass;
_text_1:any;
/*private*/ _expr_3:any;
constructor(viewUtils:import3.ViewUtils,parentView:import2.AppView<any>,parentIndex:number,parentElement:any,declaredViewContainer:import10.ViewContainer) {
super(View_CalendarMonthDayElement3,renderType_CalendarMonthDayElement,import7.ViewType.EMBEDDED,viewUtils,parentView,parentIndex,parentElement,import8.ChangeDetectorStatus.CheckAlways,declaredViewContainer);
this._expr_3 = import1.UNINITIALIZED;
}
createInternal(rootSelector:string):import9.ComponentRef<any> {
this._el_0 = import3.createRenderElement(this.renderer,(null as any),'div',new import3.InlineArray2(2,'class','calendar-event'),(null as any));
this._NgClass_0_3 = new import21.Wrapper_NgClass(this.parentView.parentView.injectorGet(import18.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.injectorGet(import22.KeyValueDiffers,this.parentView.parentIndex),new import23.ElementRef(this._el_0),this.renderer);
this._text_1 = this.renderer.createText(this._el_0,'\n ',(null as any));
var disposable_0:Function = import3.subscribeToRenderElement(this,this._el_0,new import3.InlineArray2(2,'click',(null as any)),this.eventHandler(this.handleEvent_0));
this.init(this._el_0,((<any>this.renderer).directRenderer? (null as any): [
this._el_0,
this._text_1
]
),[disposable_0]);
return (null as any);
}
injectorGetInternal(token:any,requestNodeIndex:number,notFoundResult:any):any {
if (((token === import24.NgClass) && ((0 <= requestNodeIndex) && (requestNodeIndex <= 1)))) { return this._NgClass_0_3.context; }
return notFoundResult;
}
detectChangesInternal(throwOnChange:boolean):void {
const currVal_0_0_0:any = 'calendar-event';
this._NgClass_0_3.check_klass(currVal_0_0_0,throwOnChange,false);
const currVal_0_0_1:any = ((this.context.$implicit == null)? (null as any): this.context.$implicit.cssClass);
this._NgClass_0_3.check_ngClass(currVal_0_0_1,throwOnChange,false);
this._NgClass_0_3.ngDoCheck(this,this._el_0,throwOnChange);
const currVal_3:any = this.context.$implicit.color.primary;
if (import3.checkBinding(throwOnChange,this._expr_3,currVal_3)) {
this.renderer.setElementStyle(this._el_0,'backgroundColor',((this.viewUtils.sanitizer.sanitize(import4.SecurityContext.STYLE,currVal_3) == null)? (null as any): this.viewUtils.sanitizer.sanitize(import4.SecurityContext.STYLE,currVal_3).toString()));
this._expr_3 = currVal_3;
}
}
visitRootNodesInternal(cb:any,ctx:any):void {
cb(this._el_0,ctx);
}
handleEvent_0(eventName:string,$event:any):boolean {
this.markPathToRootAsCheckOnce();
var result:boolean = true;
if ((eventName == 'click')) {
$event.stopPropagation();
const pd_sub_0:any = ((<any>this.parentView.parentView.context.eventClicked.emit({event: this.context.$implicit})) !== false);
result = (pd_sub_0 && result);
}
return result;
}
}
class View_CalendarMonthDayElement4 extends import2.AppView<any> {
_text_0:any;
constructor(viewUtils:import3.ViewUtils,parentView:import2.AppView<any>,parentIndex:number,parentElement:any,declaredViewContainer:import10.ViewContainer) {
super(View_CalendarMonthDayElement4,renderType_CalendarMonthDayElement,import7.ViewType.EMBEDDED,viewUtils,parentView,parentIndex,parentElement,import8.ChangeDetectorStatus.CheckAlways,declaredViewContainer);
}
createInternal(rootSelector:string):import9.ComponentRef<any> {
this._text_0 = this.renderer.createText((null as any),'\n ',(null as any));
this.init(this._text_0,((<any>this.renderer).directRenderer? (null as any): [this._text_0]),(null as any));
return (null as any);
}
visitRootNodesInternal(cb:any,ctx:any):void {
cb(this._text_0,ctx);
}
}