Fixed: angular2 beta
This commit is contained in:
28
build/node_modules/ng2-bootstrap/components/rating/rating.d.ts
generated
vendored
Normal file
28
build/node_modules/ng2-bootstrap/components/rating/rating.d.ts
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
import { OnInit } from 'angular2/core';
|
||||
import { ControlValueAccessor, NgModel } from 'angular2/common';
|
||||
export declare class Rating implements ControlValueAccessor, OnInit {
|
||||
cd: NgModel;
|
||||
private max;
|
||||
private stateOn;
|
||||
private stateOff;
|
||||
private readonly;
|
||||
private titles;
|
||||
private ratingStates;
|
||||
private onHover;
|
||||
private onLeave;
|
||||
private range;
|
||||
private value;
|
||||
private preValue;
|
||||
private onKeydown(event);
|
||||
constructor(cd: NgModel);
|
||||
ngOnInit(): void;
|
||||
writeValue(value: number): void;
|
||||
private buildTemplateObjects(ratingStates, max);
|
||||
private rate(value);
|
||||
private enter(value);
|
||||
private reset();
|
||||
onChange: (_: any) => void;
|
||||
onTouched: () => void;
|
||||
registerOnChange(fn: (_: any) => {}): void;
|
||||
registerOnTouched(fn: () => {}): void;
|
||||
}
|
||||
Reference in New Issue
Block a user