Index

extras/src/typeahead/typeahead-dependencies/utils/triggers.ts

DEFAULT_ALIASES
DEFAULT_ALIASES: object
Type : object
Default value : { hover: ['mouseover', 'mouseout'], focus: ['focusin', 'focusout'] }

extras/src/typeahead/typeahead-dependencies/utils/facade/browser.ts

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>{}

extras/src/typeahead/typeahead-dependencies/utils/theme-provider.ts

guessedVersion
guessedVersion: "bs3" | "bs4"
Type : "bs3" | "bs4"

extras/src/typeahead/typeahead-dependencies/positioning/ng-positioning.ts

positionService
positionService:
Default value : new Positioning()

core/src/table-editor.module.ts

TABLE_EDITOR_DIRECTIVE_DECLARATIONS
TABLE_EDITOR_DIRECTIVE_DECLARATIONS: []
Type : []
Default value : [ TableEditorDirective, TextCellControlValueAccessor, DateCellControlValueAccessor, NumberCellControlValueAccessor, TableEditorRowDirective, InputTemplateComponent, OnInitDirective, AnchorDirective ]
TABLE_EDITOR_DIRECTIVE_EXPORTS
TABLE_EDITOR_DIRECTIVE_EXPORTS: []
Type : []
Default value : [ TableEditorDirective, TextCellControlValueAccessor, DateCellControlValueAccessor, NumberCellControlValueAccessor, TableEditorRowDirective, InputTemplateComponent, OnInitDirective, AnchorDirective, // TemplateService ]

core/src/control-value-accessors/date-cell-control-value-accessor.directive.ts

TE_DATE_CELL_ACCESSOR
TE_DATE_CELL_ACCESSOR: object
Type : object
Default value : { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DateCellControlValueAccessor), multi: true }

core/src/navigators/navigator.ts

TE_NAVIGATORS
TE_NAVIGATORS:
Default value : new InjectionToken<AbstractNavigator>('TeNavigators')

core/src/control-value-accessors/number-cell-control-value-accessor.directive.ts

TE_NUMBER_CELL_ACCESSOR
TE_NUMBER_CELL_ACCESSOR: object
Type : object
Default value : { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => NumberCellControlValueAccessor), multi: true }

core/src/control-value-accessors/text-cell-control-value-accessor.directive.ts

TE_TEXT_CELL_ACCESSOR
TE_TEXT_CELL_ACCESSOR: object
Type : object
Default value : { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TextCellControlValueAccessor), multi: true }

result-matching ""

    No results matching ""