_virtualScrollWindowStrategyFactory | ||||||||
_virtualScrollWindowStrategyFactory(windowDir: VirtualScrollWindowDirective)
|
||||||||
Provider factory for
Parameters :
|
absoluteDateServiceFactory | ||||||
absoluteDateServiceFactory(datePipe: DatePipe)
|
||||||
Parameters :
|
addPolyfills |
addPolyfills()
|
allEntriesAreEqual | |||||||||
allEntriesAreEqual(previous: Array, next: Array)
|
|||||||||
Parameters :
Returns :
boolean
|
fromFactories | ||||||||||||||||
fromFactories(factories?: Array, router?: Router, withFirstEmpty)
|
||||||||||||||||
Parameters :
Returns :
Observable<T[]>
|
fromTrigger | ||||||||||||
fromTrigger(router: Router, refresh, factories: Array)
|
||||||||||||
Parameters :
Returns :
Observable<T[]>
|
fromTriggerOnce | ||||||||||||
fromTriggerOnce(router: Router, refresh, factories: Array)
|
||||||||||||
Parameters :
Returns :
Observable<T[]>
|
getActivatedRoute | ||||||||
getActivatedRoute(router: Router)
|
||||||||
Helper function to get the activated route in a service (as ActivatedRoute injection only works in components). Works as long as we only use a tree and no child is active at the same time.
Parameters :
Returns :
ActivatedRoute
|
getInjectedHooks | ||||||||||||||||
getInjectedHooks(token: InjectionToken, injectors, type)
|
||||||||||||||||
Parameters :
Returns :
T[]
|
hookGeneric | ||||||||||||||||
hookGeneric(items: GenericHookType, token: InjectionToken, options?: Partial)
|
||||||||||||||||
A generic function to be used by specific implementations of the HOOK concept.
Parameters :
Returns :
ValueProvider | ClassProvider | ExistingProvider
A |
isExtensionFactory | ||||||
isExtensionFactory(obj: any)
|
||||||
Parameters :
Returns :
ExtensionFactory<T>
|
isPromise | ||||||
isPromise(obj: any)
|
||||||
Parameters :
Returns :
Promise<T>
|
resolveInjectedFactories | ||||||
resolveInjectedFactories(factories: Array)
|
||||||
Parameters :
Returns :
Array<T | [] | ExtensionFactory>
|
sortByPriority | ||||
sortByPriority(items)
|
||||
Parameters :
Returns :
T[]
|
stateToFactory | ||||
stateToFactory(componentsState)
|
||||
Parameters :
Returns :
ExtensionFactory<T>
|
toObservableOfArrays | |||||||||
toObservableOfArrays(factoryResult, withFirstEmpty: boolean)
|
|||||||||
Parameters :
Returns :
Observable<T[]>
|
authBridgeServiceFactory | ||||||||||||||||||
authBridgeServiceFactory(injector: any, basicAuth: BasicAuth, fetchClient: FetchClient, appState: AppStateService, tenantUiService: TenantUiService)
|
||||||||||||||||||
Parameters :
|
bridgeServiceFactory | |||||||||||||||||||||
bridgeServiceFactory(injector: any, appState: AppStateService, router: Router, ngZone: NgZone, routerService: RouterService, actionService: ActionService)
|
|||||||||||||||||||||
Parameters :
|
c8yAlertDecorator | ||||||||
c8yAlertDecorator($delegate, $rootScope, $injector)
|
||||||||
Parameters :
|
c8yNavigatorProvider |
c8yNavigatorProvider()
|
c8yNg1HttpInterceptor | ||||||||
c8yNg1HttpInterceptor($q, c8yLoadingIndicator, c8yApiService)
|
||||||||
Parameters :
|
c8yTitleDecorator | ||||||||||||||||||
c8yTitleDecorator($q, $delegate, $injector, $rootScope, $location, $templateCache, $compile, c8yHeaderService)
|
||||||||||||||||||
Parameters :
|
c8yUiRootController | ||||||||||||||
c8yUiRootController($rootScope, $timeout, c8yBase, c8yNavigator, c8yApplication, c8yHeaderService)
|
||||||||||||||
Parameters :
|
c8yValidationConfigFactory | ||||||
c8yValidationConfigFactory(translate: TranslateService)
|
||||||
Parameters :
|
c8yViewsProvider | ||||||||
c8yViewsProvider($routeProvider, c8yTabsProvider, c8yPathUtils)
|
||||||||
Parameters :
|
dashboardBridgeFactory | ||||||||||
dashboardBridgeFactory(injector, ngZone, router, contextDashboardService)
|
||||||||||
Parameters :
|
encodeFiles | |||||||||
encodeFiles(model: ProviderProperties, fields)
|
|||||||||
Parameters :
Returns :
Promise<ProviderProperties>
|
escapeRegExpPattern | ||||||||
escapeRegExpPattern(pattern: string)
|
||||||||
Parameters :
|
exactlyASingleDatapointActive |
exactlyASingleDatapointActive()
|
Returns :
ValidatorFn
|
fieldTypeFactory |
fieldTypeFactory()
|
getAngularLocalesLanguageString | ||||||||
getAngularLocalesLanguageString(language: string)
|
||||||||
Parameters :
|
languagesFactory | ||||||
languagesFactory(options: OptionsService)
|
||||||
Parameters :
|
localeId | ||||||
localeId(appStateService: AppStateService)
|
||||||
Parameters :
|
localePathFactory | ||||||
localePathFactory(options: OptionsService)
|
||||||
Parameters :
|
translateLoaderFactory | ||||||||||||||||||
translateLoaderFactory(httpClient: HttpClient, optionsService: OptionsService, cachedLocaleDictionaryService: CachedLocaleDictionaryService, localePath: string, languages: any)
|
||||||||||||||||||
Parameters :
|
getBasicInputArrayFormFieldConfig | ||||||
getBasicInputArrayFormFieldConfig(config: BasicInputArrayFormConfigInterface)
|
||||||
Generates simple array formFieldConfig
Parameters :
Returns :
FormlyFieldConfig[]
FormlyFieldConfig[] |
getRemoteTestingModule | ||||||
getRemoteTestingModule(providers, providersSubModule?)
|
||||||
Parameters :
Returns :
Type<any>
|
gettext | ||||
gettext(str)
|
||||
Parameters :
|
gettextCatalogDecorator | ||||||||
gettextCatalogDecorator($delegate, $interpolate, c8yTranslate)
|
||||||||
Parameters :
|
groupTypesHierarchyNavigatorDecorator | ||||||
groupTypesHierarchyNavigatorDecorator($delegate, $q)
|
||||||
Parameters :
|
hookAction | ||||||||||||
hookAction(actions: GenericHookType, options?: Partial)
|
||||||||||||
A hook to add an action using the multi-provider extension concept. You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookActionBar | ||||||||||||
hookActionBar(items: GenericHookType, options?: Partial)
|
||||||||||||
A hook to add ActionBarItems using the multi provider extension concept. You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookBreadcrumb | ||||||||||||
hookBreadcrumb(breadcrumb: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookComponent | ||||||||||||
hookComponent(components: GenericHookType, options?: Partial)
|
||||||||||||
A hook to add dynamic components to the UI (e.g. widgets). You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
isEagerDynamicComponents | ||||||
isEagerDynamicComponents(componentDefinition: DynamicComponents)
|
||||||
Parameters :
Returns :
EagerDynamicComponents
|
isLazyDynamicComponents | ||||||
isLazyDynamicComponents(componentDefinition: DynamicComponents)
|
||||||
Parameters :
Returns :
LazyDynamicComponents
|
hookDeviceRegistration | ||||||||||||
hookDeviceRegistration(registration: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookDocs | ||||||||
hookDocs(doc: GenericHookType)
|
||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
Parameters :
|
hookDynamicProviderConfig | ||||||||||||
hookDynamicProviderConfig(config: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookListBulkType | ||||||||||||
hookListBulkType(type: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookNavigator | ||||||||||||
hookNavigator(nodes: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookOptions | ||||||||||||
hookOptions(options: GenericHookType, hookOptions?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookPatternMessages | ||||||||||||
hookPatternMessages(patterns: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookRoute | ||||||||||||
hookRoute(route: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookSearch | ||||||||||||
Please don't use the search factory. It will be refactored soon. | ||||||||||||
hookSearch(search: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookServiceStatus | ||||||||||||
hookServiceStatus(status: GenericHookType, options?: Partial)
|
||||||||||||
Extension hook allowing to register custom service statuses and configure their visual presentation. You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookStepper | ||||||||||||
hookStepper(step: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookTab | ||||||||||||
hookTab(tabs: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookVersion | ||||||||||||
hookVersion(versions: GenericHookType, options?: Partial)
|
||||||||||||
You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
hookWizard | ||||||||||||
hookWizard(wizard: GenericHookType, options?: Partial)
|
||||||||||||
A hook to add wizard entries. You can either provide a single
Or an array to directly register multiple:
Or you provide an Service that implements
A typed alternative to
Parameters :
|
initializeServices | ||||||||||||
initializeServices(translateService: TranslateService, state: AppStateService, userPreferences: UserPreferencesService)
|
||||||||||||
Parameters :
|
isActilityConnection | ||||
isActilityConnection(connection)
|
||||
Parameters :
Returns :
ActilityConnection
|
isLoriotConnection | ||||
isLoriotConnection(connection)
|
||||
Parameters :
Returns :
LoriotConnection
|
isSigfoxConnection | ||||
isSigfoxConnection(connection)
|
||||
Parameters :
Returns :
SigfoxConnection
|
isBasic | ||||||
isBasic(tenantLoginOption: TenantLoginOption)
|
||||||
Parameters :
|
isOauthInternal | ||||||
isOauthInternal(tenantLoginOption: TenantLoginOption)
|
||||||
Parameters :
|
loadLocale | ||||
loadLocale(_moduleLang)
|
||||
Parameters :
|
memoize | ||||||
memoize(resolver?)
|
||||||
Decorator to memoize function results.
Parameters :
|
registerTranslateExtension | |||||||||
registerTranslateExtension(translate: TranslateService, parser: TranslateParser)
|
|||||||||
Parameters :
|
retryWithDelay |
retryWithDelay(delayTime: number, count: number)
|
Returns :
MonoTypeOperatorFunction<T>
|
rootScopeFactory | ||||||
rootScopeFactory($injector: Injector)
|
||||||
Parameters :
|
rootScopeFactory | ||||||
rootScopeFactory($injector: Injector)
|
||||||
Parameters :
|
simpleJsonPathValidator | ||||||
simpleJsonPathValidator(control: AbstractControl)
|
||||||
Parameters :
Returns :
ValidationErrors | null
|
SmartRulesServiceFactory | ||||||
SmartRulesServiceFactory(injector: any)
|
||||||
Parameters :
|
strToNumber | ||||
strToNumber(value)
|
||||
Transforms a string into a number (if needed).
Parameters :
Returns :
number
|
throttle | |||||||||
throttle(wait?, options?)
|
|||||||||
Decorator to throttle functions call.
Parameters :
|
toProvider | ||||||
toProvider(provide: Type)
|
||||||
Parameters :
Returns :
Provider
|
trimTranslationKey | ||||
trimTranslationKey(key)
|
||||
Returns a trimmed translation key. If the key contains HTML, it also removes all whitespaces. The reason behind it is that by default Angular compiler removes whitespaces from adjacent inline elements, which prevents ngx-translate from finding a matching entry in the dictionary.
Parameters :
|
uniqueInCollectionByPathValidator | ||||||||||||
uniqueInCollectionByPathValidator(collection: Iterable, path: string, comparator?)
|
||||||||||||
Parameters :
Returns :
ValidatorFn
|