Fixed: angular2 beta

This commit is contained in:
buchslava
2016-02-02 18:42:21 +02:00
parent 468fe762b1
commit 16350eb5fb
47 changed files with 41696 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
export declare const ALWAYS: string;
export declare const DISABLED: string;
export declare const OUTSIDECLICK: string;
import { Dropdown } from './dropdown';
export declare class DropdownService {
private openScope;
private dropdownScope;
private closeDropdownBind;
private keybindFilterBind;
open(dropdownScope: Dropdown): void;
close(dropdownScope: Dropdown): void;
private closeDropdown(event);
private keybindFilter(event);
}
export declare let dropdownService: DropdownService;