UNPKG

ng2-responsive

Version:

Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 2

120 lines (119 loc) 2.58 kB
export declare const GLOBAL_INPUTS: { BOOTSTRAP: string[]; DEVICES: string[]; STANDARD: string[]; ORIENTATION: string[]; BROWSERS: string[]; PIXEL_RATIO: string[]; IE_VERSIONS: string[]; }; export declare const REG_WEARABLES: { IWATCH: string; }; export declare const REG_MOBILES: { ANDROID: RegExp; IPHONE: RegExp; WINDOWS_PHONE: RegExp; BLACKBERRY: RegExp; BB10: RegExp; WEB_OS: RegExp; IPOD: RegExp; FIREFOX_OS: RegExp; MOBI: RegExp; GENERIC_REG: RegExp[]; }; export declare const REG_TABLETS: { IPAD: RegExp; KINDLE: RegExp; TABLET: RegExp; PLAYBOOK: RegExp[]; }; export declare const REG_SMARTS_TV: { CHROMECAST: RegExp; APPLE_TV: RegExp; GOOGLE_TV: RegExp; PS4: RegExp; XBOX_ONE: RegExp; GENERIC_TV: RegExp; }; export declare const REG_GAME_DEVICES: { PS4: RegExp; PS3: RegExp; XBOX: RegExp; XBOX_ONE: RegExp; WII_U: RegExp; WII: RegExp; PS_VITA: RegExp; NINTENDO_3DS: RegExp; PSP: RegExp; }; export declare const REG_BROWSERS: { CHROME: RegExp[]; FIREFOX: RegExp; WEB_VIEW: RegExp; SAFARI: RegExp; OPERA: RegExp; IE: RegExp[]; MS_EDGE: RegExp; SILK: RegExp; YANDEX: RegExp; }; export declare const REG_OS: { WINDOWS: RegExp; IOS: RegExp; MAC_OS: RegExp; ANDROID: RegExp; LINUX: RegExp; FIREFOX_OS: RegExp; CHROME_OS: RegExp; WINDOWS_PHONE: RegExp; }; export declare const REG_SORT_NAMES: { MOZILLA: RegExp; CHROME: RegExp; WEBKIT: RegExp[]; SAFARI: RegExp; }; export declare const WINDOWS_OS_VERSION: { WINDOWS_3_11: RegExp; WINDOWS_95: RegExp; WINDOWS_ME: RegExp; WINDOWS_98: RegExp; WINDOWS_CE: RegExp; WINDOWS_2000: RegExp; WINDOWS_XP: RegExp; WINDOWS_SERVER_2003: RegExp; WINDOWS_VISTA: RegExp; WINDOWS_7: RegExp; WINDOWS_8_1: RegExp; WINDOWS_8: RegExp; WINDOWS_10: RegExp; WINDOWS_PHONE_7_5: RegExp; WINDOWS_PHONE_8_1: RegExp; WINDOWS_PHONE_10: RegExp; WINDOWS_NT_4_0: RegExp; }; export declare const MAC_OS_VERSION: { MAC_OS: string; }; export declare const LINUX_OS: { DEBIAN: RegExp; KNOPPIX: RegExp; MINT: RegExp; UBUNTU: RegExp; KUBUNTU: RegExp; XUBUNTU: RegExp; LUBUNTU: RegExp; FEDORA: RegExp; RED_HAT: RegExp; MANDRIVA: RegExp; GENTOO: RegExp; SABAYON: RegExp; SLACKWARE: RegExp; SUSE: RegExp; CENT_OS: RegExp; BACKTRACK: RegExp; }; export declare const REG_BOTS: { GENERIC_BOT: RegExp; };