-
Notifications
You must be signed in to change notification settings - Fork 0
/
root.min.json
1 lines (1 loc) · 19.8 KB
/
root.min.json
1
{"componentList":[{"name":"LyOverlayBackdrop","selector":"'ly-overlay-backdrop'","inputs":"","exportAs":"","children":"onclick(): void"},{"name":"LyExpansionIcon","selector":"'ly-expansion-icon'","inputs":"","exportAs":"","children":"classes: any\n@Input() color: string\n@Input() up: false | true | ''\ntoggle(): void"}],"directiveList":[{"name":"NgTranscludeDirective","selector":"'[ngTransclude]'","inputs":"","exportAs":"","children":"getNgTransclude: null | TemplateRef\n@Input() ngTransclude: any"},{"name":"LyPaper","selector":"`ly-paper, [ly-paper], [ly-text]`","inputs":"[\n \"bg\",\n \"color\",\n \"raised\",\n \"outlined\",\n \"elevation\",\n \"shadowColor\",\n \"disableRipple\"\n]","exportAs":"","children":"@Input('ly-text') hasText: any"},{"name":"LyWithClass","selector":"'[withClass]'","inputs":"","exportAs":"","children":"@Input() withClass: any"}],"interfaceList":[{"name":"ColorScheme","children":"interface ColorScheme {\n background: undefined | any,\n bar: undefined | string,\n /** Components variables */\n colorShadow: undefined | string,\n divider: undefined | string,\n input: undefined | any,\n text: undefined | any\n}"},{"name":"PaletteVariables","children":"interface PaletteVariables {\n contrast: undefined | string,\n default: undefined | string\n}"},{"name":"CanBg","children":"interface CanBg {\n /** It is only used for common behavior, therefore, it should not be used for other purposes. */\n _superHyperInternalPropertyBg: string,\n bg: string\n}"},{"name":"CanStyleUpdater","children":"interface CanStyleUpdater {\n _theme: LyTheme2,\n setAutoContrast: any,\n updateStyle: any\n}"},{"name":"RequireParamsStyleUpdater","children":"interface RequireParamsStyleUpdater {\n _theme: LyTheme2\n}"},{"name":"CanColor","children":"interface CanColor {\n /** It is only used for common behavior, therefore, it should not be used for other purposes. */\n _superHyperInternalPropertyColor: string,\n color: string\n}"},{"name":"CanDisableRipple","children":"interface CanDisableRipple {\n _removeRippleEvents: any,\n _rippleConfig: RippleConfig,\n _rippleContainer: ElementRef,\n _triggerElement: ElementRef,\n disableRipple: boolean\n}"},{"name":"RequireParams","children":"interface RequireParams {\n _ngZone: NgZone,\n _theme: LyTheme2\n}"},{"name":"CanDisable","children":"interface CanDisable {\n /** It is only used for common behavior, therefore, it should not be used for other purposes. */\n _superHyperInternalPropertyDisabled: boolean,\n disabled: boolean\n}"},{"name":"CanElevation","children":"interface CanElevation {\n /** It is only used for common behavior, therefore, it should not be used for other purposes. */\n _superHyperInternalPropertyElevation: number,\n elevation: number\n}"},{"name":"CanOutlined","children":"interface CanOutlined {\n /** It is only used for common behavior, therefore, it should not be used for other purposes. */\n _superHyperInternalPropertyOutlined: boolean,\n outlined: boolean\n}"},{"name":"CanRaised","children":"interface CanRaised {\n /** It is only used for common behavior, therefore, it should not be used for other purposes. */\n _superHyperInternalPropertyRaised: boolean,\n raised: boolean\n}"},{"name":"CanShadowColor","children":"interface CanShadowColor {\n /** It is only used for common behavior, therefore, it should not be used for other purposes. */\n _superHyperInternalPropertyShadowColor: string,\n shadowColor: string\n}"},{"name":"FocusStateInfo","children":"interface FocusStateInfo {\n subject: Subject,\n unlisten: any\n}"},{"name":"HammerInput","children":"interface HammerInput {\n center: any,\n deltaX: number,\n deltaY: number,\n preventDefault: any\n}"},{"name":"HammerInstance","children":"interface HammerInstance {\n off,\n on\n}"},{"name":"HammerManager","children":"interface HammerManager {\n add,\n emit,\n off,\n on,\n set\n}"},{"name":"HammerOptions","children":"interface HammerOptions {\n cssProps: undefined | any,\n domEvents: undefined | false | true,\n enable: boolean | any,\n inputClass: HammerInput,\n inputTarget: EventTarget,\n preset: any,\n recognizers: any,\n touchAction: undefined | string\n}"},{"name":"HammerStatic","children":"interface HammerStatic {\n constructor,\n Pan: Recognizer,\n Press: Recognizer,\n Swipe: Recognizer\n}"},{"name":"Recognizer","children":"interface Recognizer {\n constructor,\n recognizeWith\n}"},{"name":"RippleConfig","children":"interface RippleConfig {\n centered: undefined | false | true,\n disabled: undefined | false | true,\n percentageToIncrease: undefined | number,\n radius: 'containerSize' | number,\n sensitive: undefined | false | true\n}"},{"name":"SelectionOpts","children":"interface SelectionOpts {\n getKey: undefined | any,\n multiple: undefined | true,\n /**\n * Initially selected values\n * Note: if `multiple` === `true` then `selecteds` should be of type `T[]`\n * else it should be of type `T`\n */\n selecteds: any | any\n}"},{"name":"DataStyle","children":"interface DataStyle {\n id: string,\n style: Style,\n styleElement: HTMLStyleElement\n}"},{"name":"StyleData","children":"interface StyleData {\n fn: any,\n /** Class Id */\n id: string,\n key: string,\n styleContainer: any,\n styleContent: any\n}"},{"name":"StyleGroup","children":"interface StyleGroup {\n $keyframes: Keyframes,\n /** Prefix name */\n $name: undefined | string,\n $priority: undefined | number\n}"},{"name":"DefaultVal","children":"interface DefaultVal {\n default: string\n}"},{"name":"PaletteColor","children":"interface PaletteColor {\n contrast: undefined | string,\n /** shadow color */\n shadow: undefined | string\n}"},{"name":"ThemeConfig","children":"interface ThemeConfig {\n accent: any,\n animations: any,\n avatar: AvatarVariables,\n background: any,\n badge: undefined | any,\n button: ButtonVariables,\n card: CardVariables,\n carousel: CarouselVariables,\n checkbox: CheckboxVariables,\n dialog: DialogVariables,\n direction: Dir,\n disabled: any,\n /** color for divider */\n divider: string,\n drawer: any,\n expansion: ExpansionVariables,\n field: FieldVariables,\n hover: string,\n icon: any,\n iconButton: any,\n imgCropper: ImgCropperVariables,\n list: ListVariables,\n menu: MenuVariables,\n name: string,\n paper: any,\n primary: any,\n radio: RadioVariables,\n ripple: RippleVariables,\n select: SelectVariables,\n shadow: string,\n snackBar: SnackBarVariables,\n tabs: TabsVariables,\n text: any,\n toolbar: ToolbarVariables,\n tooltip: TooltipVariables,\n typography: TypographyVariables,\n warn: any,\n zIndex: any\n}"},{"name":"ThemeRef","children":"interface ThemeRef {\n addStyleSheet\n}"},{"name":"AvatarVariables","children":"interface AvatarVariables {\n root: StyleContainer\n}"},{"name":"ButtonVariables","children":"interface ButtonVariables {\n appearance: any,\n defaultConfig: any,\n root: StyleContainer,\n size: any\n}"},{"name":"CardVariables","children":"interface CardVariables {\n root: StyleContainer\n}"},{"name":"CarouselVariables","children":"interface CarouselVariables {\n root: StyleContainer\n}"},{"name":"CheckboxVariables","children":"interface CheckboxVariables {\n root: StyleContainer\n}"},{"name":"DialogVariables","children":"interface DialogVariables {\n root: StyleContainer\n}"},{"name":"ExpansionVariables","children":"interface ExpansionVariables {\n appearance: any,\n defaultConfig: undefined | any,\n root: StyleContainer\n}"},{"name":"FieldVariables","children":"interface FieldVariables {\n appearance: any,\n borderColor: string,\n defaultConfig: any,\n labelColor: string,\n root: StyleContainer\n}"},{"name":"ImgCropperVariables","children":"interface ImgCropperVariables {\n root: StyleContainer\n}"},{"name":"ListVariables","children":"interface ListVariables {\n root: StyleContainer\n}"},{"name":"MenuVariables","children":"interface MenuVariables {\n root: StyleContainer\n}"},{"name":"RadioVariables","children":"interface RadioVariables {\n root: StyleContainer\n}"},{"name":"RippleVariables","children":"interface RippleVariables {\n duration: number,\n transition: any\n}"},{"name":"SelectVariables","children":"interface SelectVariables {\n root: StyleContainer\n}"},{"name":"SnackBarVariables","children":"interface SnackBarVariables {\n root: StyleContainer\n}"},{"name":"TabsVariables","children":"interface TabsVariables {\n root: StyleContainer\n}"},{"name":"ToolbarAppearance","children":"interface ToolbarAppearance {\n dense: StyleContainer\n}"},{"name":"ToolbarVariables","children":"interface ToolbarVariables {\n appearance: ToolbarAppearance,\n defaultConfig: undefined | any,\n root: StyleContainer\n}"},{"name":"TooltipVariables","children":"interface TooltipVariables {\n root: StyleContainer\n}"},{"name":"TypographyTypeVariables","children":"interface TypographyTypeVariables {\n fontFamily: undefined | string,\n fontSize: undefined | string,\n fontWeight: undefined | number,\n gutterBottom: undefined | number,\n gutterTop: undefined | number,\n letterSpacing: undefined | string,\n textTransform: undefined | string\n}"},{"name":"TypographyVariables","children":"interface TypographyVariables {\n fontFamily: string,\n fontSize: number,\n gutterBottom: number,\n gutterTop: number,\n htmlFontSize: number,\n /** `lyTyp` */\n lyTyp: any,\n root: StyleContainer\n}"}],"variableList":[{"name":"IS_CORE_THEME","children":"const IS_CORE_THEME = new InjectionToken<true>('ly.is.root')"},{"name":"THEME_VARIABLES","children":"const THEME_VARIABLES = new InjectionToken<PaletteVariables>('ly.theme.variables')"},{"name":"DEFAULT_VALUE","children":"const DEFAULT_VALUE = \"\""},{"name":"STYLE_PRIORITY","children":"const STYLE_PRIORITY = -1"},{"name":"DEFAULT_TAB_INDEX","children":"const DEFAULT_TAB_INDEX = 0"},{"name":"STYLES_BACKDROP_ROOT","children":"const STYLES_BACKDROP_ROOT = ({\n ...LY_COMMON_STYLES.fill,\n width: '100vw',\n height: '100vh',\n pointerEvents: 'all',\n userSelect: 'none'\n})"},{"name":"STYLE_PRIORITY","children":"const STYLE_PRIORITY = -2"},{"name":"STYLES_BACKDROP_DARK","children":"const STYLES_BACKDROP_DARK = ({\n backgroundColor: 'rgba(0,0,0,.32)'\n})"},{"name":"HAMMER_GESTURES_EVENTS","children":"const HAMMER_GESTURES_EVENTS = [\n 'slide',\n 'slidestart',\n 'slideend',\n 'slideright',\n 'slideleft',\n 'slidecancel'\n]"},{"name":"LY_HAMMER_OPTIONS","children":"const LY_HAMMER_OPTIONS = new InjectionToken<HammerOptions>('LY_HAMMER_OPTIONS')"},{"name":"hasV8BreakIterator","children":"const hasV8BreakIterator = (typeof(Intl) !== 'undefined' && (Intl as any).v8BreakIterator)"},{"name":"INITIAL_WH","children":"const INITIAL_WH = \"initial\""},{"name":"Shadows","children":"const Shadows = [\n [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],\n [0, 1, 3, 0, 0, 1, 1, 0, 0, 2, 1, -1],\n [0, 1, 5, 0, 0, 2, 2, 0, 0, 3, 1, -2],\n [0, 1, 8, 0, 0, 3, 4, 0, 0, 3, 3, -2],\n [0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0],\n [0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0],\n [0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0],\n [0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1],\n [0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2],\n [0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2],\n [0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3],\n [0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3],\n [0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4],\n [0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4],\n [0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4],\n [0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5],\n [0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5],\n [0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5],\n [0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6],\n [0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6],\n [0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7],\n [0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7],\n [0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7],\n [0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8],\n [0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8]\n]"},{"name":"chroma","children":"const chroma = _chroma"},{"name":"shadowAmbientShadowOpacity","children":"const shadowAmbientShadowOpacity = 0.12"},{"name":"shadowKeyPenumbraOpacity","children":"const shadowKeyPenumbraOpacity = 0.14"},{"name":"shadowKeyUmbraOpacity","children":"const shadowKeyUmbraOpacity = 0.2"},{"name":"DEFAULT_BG","children":"const DEFAULT_BG = \"paper\""},{"name":"LyPaperMixinBase","children":"const LyPaperMixinBase = mixinStyleUpdater(\nmixinBg(\n mixinColor(\n mixinRaised(\n mixinOutlined(\n mixinElevation(\n mixinShadowColor(\n mixinDisableRipple(LyPaperBase))))))))"},{"name":"_STYLE_MAP","children":"const _STYLE_MAP = new Map()"},{"name":"LY_THEME","children":"const LY_THEME = new InjectionToken<ThemeConfig | ThemeConfig[]>('ly_theme_config')"},{"name":"LY_THEME_GLOBAL_VARIABLES","children":"const LY_THEME_GLOBAL_VARIABLES = new InjectionToken<PartialThemeVariables>('ly.theme.global.variables')"},{"name":"LY_THEME_NAME","children":"const LY_THEME_NAME = new InjectionToken<string>('ly.theme.name')"},{"name":"BOTTOM","children":"const BOTTOM = \"bottom\""},{"name":"REF_REG_EXP","children":"const REF_REG_EXP = /\\{([\\w-]+)\\}/g"},{"name":"THEME_MAP","children":"const THEME_MAP = new Map<string, {\n base: string\n change: string | null\n}>()"},{"name":"TOP","children":"const TOP = \"top\""},{"name":"UndefinedValue","children":"const UndefinedValue = new Undefined()"},{"name":"AUI_LAST_UPDATE","children":"const AUI_LAST_UPDATE = \"2019-04-22T08:22:49.363Z\""},{"name":"AUI_VERSION","children":"const AUI_VERSION = \"2.7.1-nightly.20190422-jus3es5z\""}],"functionList":[],"typeAliasList":[{"name":"CanStyleUpdaterCtor","children":"type CanStyleUpdaterCtor = Constructor"},{"name":"Constructor","children":"type Constructor = any"},{"name":"FocusState","children":"type FocusState = 'keyboard' | 'mouse' | null"},{"name":"RecognizerStatic","children":"type RecognizerStatic = any"},{"name":"Placement","children":"type Placement = XPosition | YPosition"},{"name":"Style","children":"type Style = string | StyleContent | MultipleStyles"},{"name":"StyleContent","children":"type StyleContent = any"},{"name":"LyClasses","children":"type LyClasses = Record"},{"name":"StyleDeclarationsBlock","children":"/** CSS declarations block */\ntype StyleDeclarationsBlock = any | StyleContainer | string | null | undefined"},{"name":"PartialThemeVariables","children":"type PartialThemeVariables = RecursivePartial"},{"name":"ThemeVariables","children":"type ThemeVariables = any"}],"injectableList":[{"name":"ElementObserver","children":"@Injectable({providedIn: 'root'})\nclass ElementObserver {\n /** Destroy Observer */\n destroy(elementOrRef: Element | ElementRef): void\n observe(elementOrRef: Element | ElementRef, fn: MutationCallback, options?: MutationObserverInit): void\n}"},{"name":"MutationObserverFactory","children":"@Injectable({providedIn: 'root'})\nclass MutationObserverFactory {\n create(callback: MutationCallback): void\n}"},{"name":"LyOverlay","children":"@Injectable({\n providedIn: 'root'\n})\nclass LyOverlay {\n create(templateOrComponent: Type | TemplateRef | string, context?: any, config?: LyOverlayConfig): void\n}"},{"name":"LyOverlayContainer","children":"@Injectable({\n providedIn: 'root'\n})\nclass LyOverlayContainer {\n containerElement: HTMLElement\n overlayLen: number\n}"},{"name":"WinResize","children":"@Injectable({\n providedIn: 'root'\n})\nclass WinResize {\n resize$: Observable\n}"},{"name":"WinScroll","children":"@Injectable({\n providedIn: 'root'\n})\nclass WinScroll {\n scroll$: Observable\n}"},{"name":"LyFocusState","children":"@Injectable({\n providedIn: 'root'\n})\nclass LyFocusState {\n focusElement(element: HTMLElement | ElementRef, origin: FocusState, options: FocusOptions): void\n listen(element: HTMLElement | ElementRef, keyElement?: HTMLElement | ElementRef): void\n unlisten(element: HTMLElement | ElementRef): void\n}"},{"name":"LyHammerGestureConfig","children":"@Injectable()\nclass LyHammerGestureConfig {\n events: any\n /**\n * Properties whose default values can be overridden for a given event.\n * Different sets of properties apply to different events.\n * For information about which properties are supported for which events,\n * and their allowed and default values, see\n * [HammerJS documentation](http://hammerjs.github.io/).\n */\n options: any\n /**\n * Maps gesture event names to a set of configuration options\n * that specify overrides to the default values for specific properties.\n */\n overrides: any\n buildHammer(element: HTMLElement): void\n}"},{"name":"LyRippleService","children":"@Injectable({\n providedIn: 'root'\n})\nclass LyRippleService {\n classes: any\n}"},{"name":"LyCoreStyles","children":"@Injectable({ providedIn: 'root' })\nclass LyCoreStyles {\n classes: any\n}"},{"name":"CoreTheme","children":"@Injectable({\n providedIn: 'root'\n})\nclass CoreTheme {\n firstElement: HTMLElement\n mediaStyleContainer: HTMLElement\n primaryStyleContainer: HTMLElement\n renderer: Renderer2\n secondaryStyleContainer: HTMLElement\n themes: Set\n /** add new theme */\n add(theme: ThemeVariables): void\n get(name: string): void\n getStyleMap(name: string): void\n hasTheme(theme: ThemeVariables | string): void\n updateClassName(element: any, renderer: Renderer2, newClassname: string, oldClassname?: undefined | string): void\n}"},{"name":"LyTheme2","children":"@Injectable()\nclass LyTheme2 {\n config: ThemeVariables\n core: CoreTheme\n elements: Map\n initialTheme: string\n /** Get Theme Variables */\n variables: ThemeVariables\n /**\n * Create a simple style\n * return className\n */\n addSimpleStyle(id: string, css: StyleContainer | any, priority?: undefined | number, parentStyle?: Styles): void\n /** Add a new dynamic style, use only within @Input() */\n addStyle(id: string, style?: StyleDeclarationsBlock, el?: any, instance?: string | null, priority?: number | null, parentStyle?: Styles): void\n /** Add new add a new style sheet */\n addStyleSheet(styles: any, priority?: undefined | number): void\n requestAnimationFrame(fn: any): void\n setTheme(nam: string): void\n setUpTheme(themeName: string): void\n /** Create basic style */\n style(style: StyleDeclarationsBlock, priority?: number | null, parentStyle?: Styles): void\n toClassSelector(classes: any): void\n /** Toggle right-to-left/left-to-right */\n toggleDirection(): void\n updateClass(element: any, renderer: Renderer2, newClass: string, oldClass?: undefined | string): void\n}"},{"name":"StylesInDocument","children":"@Injectable({\n providedIn: 'root'\n})\nclass StylesInDocument {\n styleContainers: Map\n styleElementGlobalMap: Map\n styles: any\n}"}],"classList":[],"ngModuleList":[{"name":"LyOverlayModule","children":"import { LyOverlayModule } from '@alyle/ui'"},{"name":"LyExpansionIconModule","children":"import { LyExpansionIconModule } from '@alyle/ui'"},{"name":"NgTranscludeModule","children":"import { NgTranscludeModule } from '@alyle/ui'"},{"name":"LyThemeModule","children":"import { LyThemeModule } from '@alyle/ui'"},{"name":"LyCommonModule","children":"import { LyCommonModule } from '@alyle/ui'"}],"enumerationList":[{"name":"FocusStatus","children":"enum FocusStatus {\n /** mouse and/or touch */\n DEFAULT = \"default\",\n /** keyboard and/or program */\n KEYBOARD = \"keyboard\"\n}"},{"name":"AlignAlias","children":"enum AlignAlias {\n around = \"space-around\",\n between = \"space-between\",\n columnReverse = \"column-reverse\",\n end = \"flex-end\",\n evenly = \"space-evenly\",\n rowReverse = \"row-reverse\",\n start = \"flex-start\",\n wrapReverse = \"wrap-reverse\"\n}"},{"name":"XPosition","children":"enum XPosition {\n after = \"after\",\n before = \"before\",\n left = \"left\",\n right = \"right\"\n}"},{"name":"YPosition","children":"enum YPosition {\n above = \"above\",\n below = \"below\"\n}"},{"name":"Dir","children":"enum Dir {\n ltr = \"ltr\",\n rtl = \"rtl\"\n}"},{"name":"DirAlias","children":"enum DirAlias {\n after = \"after\",\n before = \"before\"\n}"},{"name":"DirPosition","children":"enum DirPosition {\n left = \"left\",\n right = \"right\"\n}"},{"name":"TypeStyle","children":"enum TypeStyle {\n Multiple,\n OnlyOne\n}"}],"objectLiteralList":[]}