DEFAULT_ALIASES |
DEFAULT_ALIASES:
|
Type : object
|
Default value : {
hover: ['mouseover', 'mouseout'],
focus: ['focusin', 'focusout']
}
|
document |
document:
|
Default value : win.document
|
Event |
Event:
|
Default value : win['Event']
|
EventListener |
EventListener:
|
Default value : win['EventListener']
|
EventTarget |
EventTarget:
|
Default value : win['EventTarget']
|
gc |
gc:
|
Default value : win['gc'] ? () => win['gc']() : (): any => null
|
History |
History:
|
Default value : win['History']
|
KeyboardEvent |
KeyboardEvent:
|
Default value : win['KeyboardEvent']
|
location |
location:
|
Default value : win.location
|
Location |
Location:
|
Default value : win['Location']
|
MouseEvent |
MouseEvent:
|
Default value : win['MouseEvent']
|
performance |
performance:
|
Default value : win['performance'] ? win['performance'] : null
|
win |
win:
|
Default value : (typeof window !== 'undefined' && window) || <any>{}
|
guessedVersion |
guessedVersion:
|
Type : "bs3" | "bs4"
|
positionService |
positionService:
|
Default value : new Positioning()
|
TE_DATE_CELL_ACCESSOR |
TE_DATE_CELL_ACCESSOR:
|
Type : object
|
Default value : {
provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(() => DateCellControlValueAccessor),
multi: true
}
|
TE_NAVIGATORS |
TE_NAVIGATORS:
|
Default value : new InjectionToken<AbstractNavigator>('TeNavigators')
|
TE_NUMBER_CELL_ACCESSOR |
TE_NUMBER_CELL_ACCESSOR:
|
Type : object
|
Default value : {
provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(() => NumberCellControlValueAccessor),
multi: true
}
|
TE_TEXT_CELL_ACCESSOR |
TE_TEXT_CELL_ACCESSOR:
|
Type : object
|
Default value : {
provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(() => TextCellControlValueAccessor),
multi: true
}
|