nativescript-ng-shadow
Version:
Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
27 lines (26 loc) • 595 B
TypeScript
export declare enum Elevation {
SWITCH = 1,
CARD_RESTING = 2,
RAISED_BUTTON_RESTING = 2,
SEARCH_BAR_RESTING = 2,
REFRESH_INDICADOR = 3,
SEARCH_BAR_SCROLLED = 3,
APPBAR = 4,
FAB_RESTING = 6,
SNACKBAR = 6,
BOTTOM_NAVIGATION_BAR = 8,
MENU = 8,
CARD_PICKED_UP = 8,
RAISED_BUTTON_PRESSED = 8,
SUBMENU_LEVEL1 = 9,
SUBMENU_LEVEL2 = 10,
SUBMENU_LEVEL3 = 11,
SUBMENU_LEVEL4 = 12,
SUBMENU_LEVEL5 = 13,
FAB_PRESSED = 12,
NAV_DRAWER = 16,
RIGHT_DRAWER = 16,
MODAL_BOTTOM_SHEET = 16,
DIALOG = 24,
PICKER = 24,
}