@c8y/ngx-components 1022.4.3 → 1022.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/action/action.service.d.ts +1 -1
- package/core/action-bar/action-bar.service.d.ts +1 -1
- package/core/beta-feature/beta-preview.service.d.ts +1 -1
- package/core/breadcrumb/breadcrumb.service.d.ts +1 -1
- package/core/common/extension-hooks.d.ts +1 -1
- package/core/common/extension-hooks.d.ts.map +1 -1
- package/core/common/options.service.d.ts +1 -1
- package/core/common/service-registry.service.d.ts +2 -2
- package/core/common/service-registry.service.d.ts.map +1 -1
- package/core/common/ui-state.service.d.ts +3 -3
- package/core/data-grid/action-controls-extension.service.d.ts +1 -1
- package/core/data-grid/filter-chip/filter-mapper.factory.d.ts +1 -1
- package/core/docs/docs.models.d.ts +1 -1
- package/core/docs/docs.module.d.ts +1 -1
- package/core/docs/docs.service.d.ts +1 -1
- package/core/docs/docs.service.d.ts.map +1 -1
- package/core/docs/help-and-support-outlet/help-and-support-outlet.module.d.ts +1 -1
- package/core/docs/legal-notices-outlet/legal-notices-outlet.module.d.ts +1 -1
- package/core/docs/support-outlet/support-outlet.module.d.ts +1 -1
- package/core/drawer/drawer.service.d.ts +2 -2
- package/core/drawer/drawer.service.d.ts.map +1 -1
- package/core/dynamic-component/dynamic-component.model.d.ts +2 -2
- package/core/dynamic-component/dynamic-component.service.d.ts +1 -1
- package/core/dynamic-component/dynamic-component.service.d.ts.map +1 -1
- package/core/i18n/patterns-message.hook.d.ts +1 -1
- package/core/i18n/translation-loader.service.d.ts +1 -1
- package/core/i18n/translation-loader.service.d.ts.map +1 -1
- package/core/navigator/navigator-bottom/navigator-bottom.module.d.ts +1 -1
- package/core/navigator/navigator-top/navigator-top.module.d.ts +1 -1
- package/core/navigator/navigator.module.d.ts +1 -1
- package/core/navigator/navigator.service.d.ts +1 -1
- package/core/provider-configuration/provider-configuration-hook.d.ts +1 -1
- package/core/router/router.service.d.ts +2 -2
- package/core/router/router.service.d.ts.map +1 -1
- package/core/search/search.service.d.ts +2 -2
- package/core/search/search.service.d.ts.map +1 -1
- package/core/stepper/stepper.service.d.ts +2 -2
- package/core/stepper/stepper.service.d.ts.map +1 -1
- package/core/tabs/tabs.service.d.ts +1 -1
- package/core/ui-settings/ui-settings.module.d.ts +1 -1
- package/core/user/user-details-drawer/user-details-drawer.module.d.ts +1 -1
- package/core/user/user-menu.service.d.ts +2 -2
- package/core/user/user-menu.service.d.ts.map +1 -1
- package/core/user/user.module.d.ts +1 -1
- package/core/version/version.model.d.ts +1 -1
- package/core/version/version.module.d.ts +1 -1
- package/core/version/version.service.d.ts +1 -1
- package/core/version/version.service.d.ts.map +1 -1
- package/core/version/websdk-plugin-version.factory.d.ts +1 -1
- package/core/version/websdk-plugin-version.factory.d.ts.map +1 -1
- package/core/wizard/wizard.model.d.ts +1 -1
- package/core/wizard/wizard.service.d.ts +1 -1
- package/core/wizard/wizard.service.d.ts.map +1 -1
- package/device-parameters/index.d.ts +1 -1
- package/exports/index.d.ts +1 -1
- package/fesm2022/c8y-ngx-components.mjs +697 -697
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/remote-access/passthrough/index.d.ts +1 -1
- package/widgets/definitions/alarms/alarm-list/index.d.ts +1 -1
- package/widgets/definitions/alarms/all-critical-alarms/index.d.ts +1 -1
- package/widgets/definitions/alarms/recent-alarms/index.d.ts +1 -1
- package/widgets/definitions/applications/index.d.ts +1 -1
- package/widgets/definitions/asset-notes/index.d.ts +1 -1
- package/widgets/definitions/cockpit-legacy-welcome/index.d.ts +1 -1
- package/widgets/definitions/cockpit-welcome/index.d.ts +1 -1
- package/widgets/definitions/datapoints-graph/index.d.ts +1 -1
- package/widgets/definitions/datapoints-table/index.d.ts +1 -1
- package/widgets/definitions/device-control-message/index.d.ts +1 -1
- package/widgets/definitions/help-and-service/index.d.ts +1 -1
- package/widgets/definitions/html-widget/index.d.ts +1 -1
- package/widgets/definitions/image/index.d.ts +1 -1
- package/widgets/definitions/info-gauge/index.d.ts +1 -1
- package/widgets/definitions/kpi/index.d.ts +1 -1
- package/widgets/definitions/linear-gauge/index.d.ts +1 -1
- package/widgets/definitions/map/index.d.ts +1 -1
- package/widgets/definitions/markdown/index.d.ts +1 -1
- package/widgets/definitions/quick-links/index.d.ts +1 -1
- package/widgets/definitions/radial-gauge/index.d.ts +1 -1
- package/widgets/definitions/silo/index.d.ts +1 -1
- package/widgets/definitions/three-d-rotation/index.d.ts +1 -1
|
@@ -52,7 +52,7 @@ export declare const HOOK_ACTION: InjectionToken<unknown>;
|
|
|
52
52
|
* @param actions The `Action`'s or `ExtensionFactory` to be provided.
|
|
53
53
|
* @returns An `Provider` to be provided in your module.
|
|
54
54
|
*/
|
|
55
|
-
export declare function hookAction(actions: GenericHookType<Action>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
55
|
+
export declare function hookAction(actions: GenericHookType<Action>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
56
56
|
/**
|
|
57
57
|
* A service which defines global actions.
|
|
58
58
|
*/
|
|
@@ -63,7 +63,7 @@ export declare const HOOK_ACTION_BAR: InjectionToken<ActionBarExtension>;
|
|
|
63
63
|
* @param items The `ActionBarItem`'s or `ExtensionFactory` to be provided.
|
|
64
64
|
* @returns An `Provider` to be provided in your module.
|
|
65
65
|
*/
|
|
66
|
-
export declare function hookActionBar(items: GenericHookType<ActionBarItem>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
66
|
+
export declare function hookActionBar(items: GenericHookType<ActionBarItem>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
67
67
|
/**
|
|
68
68
|
* A service which defines action-bar items via the multi provider concept.
|
|
69
69
|
*
|
|
@@ -5,7 +5,7 @@ import { BetaFeature } from './beta-preview.model';
|
|
|
5
5
|
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare const HOOK_PREVIEW: InjectionToken<BetaFeature[]>;
|
|
8
|
-
export declare function hookPreview(preview: GenericHookType<BetaFeature>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
8
|
+
export declare function hookPreview(preview: GenericHookType<BetaFeature>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
9
9
|
export declare class PreviewService extends ExtensionPointForPlugins<BetaFeature> {
|
|
10
10
|
items$: Observable<BetaFeature[]>;
|
|
11
11
|
reload$: BehaviorSubject<boolean>;
|
|
@@ -49,7 +49,7 @@ export declare const HOOK_BREADCRUMB: InjectionToken<unknown>;
|
|
|
49
49
|
* @param breadcrumb The `Breadcrumb`'s or `ExtensionFactory` to be provided.
|
|
50
50
|
* @returns An `Provider` to be provided in your module.
|
|
51
51
|
*/
|
|
52
|
-
export declare function hookBreadcrumb(breadcrumb: GenericHookType<Breadcrumb>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
52
|
+
export declare function hookBreadcrumb(breadcrumb: GenericHookType<Breadcrumb>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
53
53
|
export declare class BreadcrumbService extends ExtensionPointForPlugins<Breadcrumb> {
|
|
54
54
|
private router;
|
|
55
55
|
private preferredPath;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ClassProvider, ExistingProvider, InjectionToken, Injector, Type, ValueProvider } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
-
import { PluginsResolveService } from '../plugins';
|
|
4
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
5
5
|
import { StateService } from './state-service.abstract';
|
|
6
6
|
export declare function fromTrigger<T>(router: Router, refresh: Observable<any> | Observable<any>[], factories: Array<T | T[] | ExtensionFactory<T> | ExtensionFactory<T>[] | (() => T | ExtensionFactory<T> | Array<T | ExtensionFactory<T>>)>): Observable<T[]>;
|
|
7
7
|
export declare function fromTriggerOnce<T>(router: Router, refresh: Observable<any> | Observable<any>[], factories: Array<T | T[] | ExtensionFactory<T> | ExtensionFactory<T>[] | (() => T | ExtensionFactory<T> | Array<T | ExtensionFactory<T>>)>): Observable<T[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extension-hooks.d.ts","sourceRoot":"","sources":["../../../core/common/extension-hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,gBAAgB,EAChB,cAAc,EACd,QAAQ,EACR,IAAI,EACJ,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAiB,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAExE,OAAO,EACL,eAAe,EAMf,UAAU,EAIX,MAAM,MAAM,CAAC;AAEd,OAAO,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"extension-hooks.d.ts","sourceRoot":"","sources":["../../../core/common/extension-hooks.ts"],"names":[],"mappings":"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"}
|
|
@@ -29,7 +29,7 @@ export declare const HOOK_OPTIONS: InjectionToken<ExtensionFactory<ApplicationOp
|
|
|
29
29
|
* @param options The `ApplicationOptions`'s or `ExtensionFactory` to be provided.
|
|
30
30
|
* @returns An `Provider` to be provided in your module.
|
|
31
31
|
*/
|
|
32
|
-
export declare function hookOptions(options: GenericHookType<ApplicationOptions>, hookOptions?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
32
|
+
export declare function hookOptions(options: GenericHookType<ApplicationOptions>, hookOptions?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
33
33
|
/**
|
|
34
34
|
* A service that allows to set or get application options
|
|
35
35
|
* which configure the default behavior of the UI.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Injector, Type } from '@angular/core';
|
|
2
|
-
import { PluginsResolveService } from '../plugins';
|
|
2
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Registers a service using a specified extension key.
|
|
@@ -15,7 +15,7 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
* hookService('layersServiceKey', TestService);
|
|
16
16
|
* ```
|
|
17
17
|
*/
|
|
18
|
-
export declare function hookService<T extends string = keyof CumulocityServiceRegistry.SpecificExtensionKeys>(extensionKey: T, service: Type<CumulocityServiceRegistry.ExtensionKeys[T]>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
18
|
+
export declare function hookService<T extends string = keyof CumulocityServiceRegistry.SpecificExtensionKeys>(extensionKey: T, service: Type<CumulocityServiceRegistry.ExtensionKeys[T]>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
19
19
|
/**
|
|
20
20
|
* Service for managing and retrieving dynamically registered services within the application.
|
|
21
21
|
* It leverages a map of InjectionTokens to associate services with unique extension keys.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-registry.service.d.ts","sourceRoot":"","sources":["../../../core/common/service-registry.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,QAAQ,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"service-registry.service.d.ts","sourceRoot":"","sources":["../../../core/common/service-registry.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,QAAQ,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAQ3E;;;;;;;;;;;;;GAaG;AACH,wBAAgB,WAAW,CACzB,CAAC,SAAS,MAAM,GAAG,MAAM,yBAAyB,CAAC,qBAAqB,EACxE,YAAY,EAAE,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,yBAAyB,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,4HAS3E;AAED;;;GAGG;AACH,qBAGa,eAAe;IAC1B,SAAS,CAAC,SAAS,EAAE,QAAQ,EAAE,CAAC;gBAEpB,YAAY,EAAE,QAAQ,EAAE,aAAa,EAAE,qBAAqB;IAKxE;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,CAAC,SAAS,MAAM,GAAG,MAAM,yBAAyB,CAAC,qBAAqB,EACxE,CAAC,GAAG,yBAAyB,CAAC,aAAa,CAAC,CAAC,CAAC,EAC9C,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE;IAUd;;;;OAIG;IACH,0BAA0B,IAAI,KAAK,CAAC,MAAM,yBAAyB,CAAC,aAAa,CAAC;yCAvCvE,eAAe;6CAAf,eAAe;CA0C3B"}
|
|
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
export declare const HOOK_CURRENT_USER: InjectionToken<IUser>;
|
|
11
11
|
export declare const HOOK_CURRENT_APPLICATION: InjectionToken<IApplication>;
|
|
12
12
|
export declare const HOOK_CURRENT_TENANT: InjectionToken<IApplication>;
|
|
13
|
-
export declare function hookCurrentUser(user: IUser): import("@angular/core").ValueProvider | import("@angular/core").
|
|
14
|
-
export declare function hookCurrentApplication(application: IApplication): import("@angular/core").ValueProvider | import("@angular/core").
|
|
15
|
-
export declare function hookCurrentTenant(tenant: ICurrentTenant): import("@angular/core").ValueProvider | import("@angular/core").
|
|
13
|
+
export declare function hookCurrentUser(user: IUser): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
14
|
+
export declare function hookCurrentApplication(application: IApplication): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
15
|
+
export declare function hookCurrentTenant(tenant: ICurrentTenant): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
16
16
|
export declare function provideBootstrapMetadata(metadata: BootstrapMetaData): StaticProvider[];
|
|
17
17
|
export declare class AppStateService extends StateService {
|
|
18
18
|
private applicationService;
|
|
@@ -25,7 +25,7 @@ import * as i0 from "@angular/core";
|
|
|
25
25
|
* @param config The `ActionControlHook`'s or `ExtensionFactory` to be provided.
|
|
26
26
|
* @returns An `Provider` to be provided in your module.
|
|
27
27
|
*/
|
|
28
|
-
export declare function hookDataGridActionControls(action: GenericHookType<ActionControlHook>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
28
|
+
export declare function hookDataGridActionControls(action: GenericHookType<ActionControlHook>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
29
29
|
/**
|
|
30
30
|
* A service which defines device grid action options.
|
|
31
31
|
*/
|
|
@@ -47,7 +47,7 @@ export type FilterMapperExtension = FilterMapper | FilterMapper[] | ExtensionFac
|
|
|
47
47
|
* @param options If this is a multi provider or not (defaults to true) and provider type definition (defaults to ClassProvider) - `HookOptions`.
|
|
48
48
|
* @returns An `Provider` to be provided in your module.
|
|
49
49
|
*/
|
|
50
|
-
export declare function hookFilterMapper(mapper: HookValueType<FilterMapper>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
50
|
+
export declare function hookFilterMapper(mapper: HookValueType<FilterMapper>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
51
51
|
export declare class FilterMapperFactory {
|
|
52
52
|
map: object;
|
|
53
53
|
constructor(fieldMappers: Array<FilterMapper>);
|
|
@@ -43,7 +43,7 @@ export declare const HOOK_DOCS: InjectionToken<DocLinkExtension[]>;
|
|
|
43
43
|
* @param doc The `DocLink`'s or `ExtensionFactory` to be provided.
|
|
44
44
|
* @returns An `Provider` to be provided in your module.
|
|
45
45
|
*/
|
|
46
|
-
export declare function hookDocs(doc: GenericHookType<DocLink>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
46
|
+
export declare function hookDocs(doc: GenericHookType<DocLink>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
47
47
|
/**
|
|
48
48
|
* A link on the right drawer.
|
|
49
49
|
*/
|
|
@@ -5,7 +5,7 @@ import * as i3 from "./legal-notices-outlet/legal-notices-outlet.module";
|
|
|
5
5
|
import * as i4 from "./guide-href.directive";
|
|
6
6
|
import * as i5 from "./guide-docs.component";
|
|
7
7
|
export declare class DocsModule {
|
|
8
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
8
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocsModule, never>;
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DocsModule, never, [typeof i1.CommonModule, typeof i2.HelpAndSupportOutletModule, typeof i3.LegalNoticesOutletModule, typeof i4.GuideHrefDirective, typeof i5.GuideDocsComponent], [typeof i4.GuideHrefDirective, typeof i5.GuideDocsComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<DocsModule>;
|
|
@@ -5,7 +5,7 @@ import { DocLink } from './docs.models';
|
|
|
5
5
|
import { ExtensionPointWithoutStateForPlugins } from '../common/extension-hooks';
|
|
6
6
|
import { Observable } from 'rxjs';
|
|
7
7
|
import { Router } from '@angular/router';
|
|
8
|
-
import { PluginsResolveService } from '../plugins';
|
|
8
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class DocsService extends ExtensionPointWithoutStateForPlugins<DocLink> {
|
|
11
11
|
private options;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.service.d.ts","sourceRoot":"","sources":["../../../core/docs/docs.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,OAAO,EAA+B,MAAM,eAAe,CAAC;AACrE,OAAO,EACL,oCAAoC,EAGrC,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"docs.service.d.ts","sourceRoot":"","sources":["../../../core/docs/docs.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,OAAO,EAA+B,MAAM,eAAe,CAAC;AACrE,OAAO,EACL,oCAAoC,EAGrC,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAE3E,qBAGa,WAAY,SAAQ,oCAAoC,CAAC,OAAO,CAAC;IAM1E,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,GAAG;IAEX,OAAO,CAAC,MAAM;IARhB;;OAEG;IACH,QAAQ,CAAC,qBAAqB,4BAA4B;gBAEhD,OAAO,EAAE,cAAc,EACvB,GAAG,EAAE,eAAe,EAC5B,YAAY,EAAE,QAAQ,EACd,MAAM,EAAE,MAAM,EACtB,OAAO,EAAE,qBAAqB;IAMhC,UAAU,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,MAAM;IAKxD;;;;;;OAMG;IACH,qBAAqB,CACnB,GAAG,EAAE,MAAM,EACX,SAAS,GAAE,MAAM,GAAG;QAAE,GAAG,EAAE,MAAM,CAAA;KAAuB,GACvD,MAAM;IAST,IAAI,WAAW,IAAI,MAAM,CAExB;IAED,gBAAgB,CAAC,IAAI,KAAA;IAUrB,IAAI;IASJ,GAAG;IAsBH,oBAAoB,IAAI,OAAO,EAAE;IAIjC,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC;IASvD,OAAO,CAAC,OAAO;IASf,OAAO,CAAC,eAAe;IAMvB;;;;;;;OAOG;IACH,OAAO,CAAC,0BAA0B;yCAzHvB,WAAW;6CAAX,WAAW;CAiIvB"}
|
|
@@ -5,7 +5,7 @@ import * as i3 from "../../product-experience/product-experience.module";
|
|
|
5
5
|
import * as i4 from "../support-outlet/support-outlet.module";
|
|
6
6
|
import * as i5 from "./help-and-support-outlet.component";
|
|
7
7
|
export declare class HelpAndSupportOutletModule {
|
|
8
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
8
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<HelpAndSupportOutletModule, never>;
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<HelpAndSupportOutletModule, never, [typeof i1.CommonModule, typeof i2.CollapseModule, typeof i3.ProductExperienceModule, typeof i4.SupportOutletModule, typeof i5.HelpAndSupportOutletComponent], never>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<HelpAndSupportOutletModule>;
|
|
@@ -3,7 +3,7 @@ import * as i1 from "../../common/common.module";
|
|
|
3
3
|
import * as i2 from "../../product-experience/product-experience.module";
|
|
4
4
|
import * as i3 from "./legal-notices-outlet.component";
|
|
5
5
|
export declare class LegalNoticesOutletModule {
|
|
6
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
6
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LegalNoticesOutletModule, never>;
|
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LegalNoticesOutletModule, never, [typeof i1.CommonModule, typeof i2.ProductExperienceModule, typeof i3.LegalNoticesOutletComponent], never>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<LegalNoticesOutletModule>;
|
|
@@ -5,7 +5,7 @@ import * as i3 from "../../product-experience/product-experience.module";
|
|
|
5
5
|
import * as i4 from "../../user/user.module";
|
|
6
6
|
import * as i5 from "./support-outlet.component";
|
|
7
7
|
export declare class SupportOutletModule {
|
|
8
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
8
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SupportOutletModule, never>;
|
|
10
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SupportOutletModule, never, [typeof i1.CommonModule, typeof i2.CollapseModule, typeof i3.ProductExperienceModule, typeof i4.UserModule, typeof i5.SupportOutletComponent], [typeof i5.SupportOutletComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SupportOutletModule>;
|
|
@@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
|
|
|
4
4
|
import { ExtensionPointForPlugins } from '../common';
|
|
5
5
|
import { DrawerItem } from './drawer.model';
|
|
6
6
|
import { GenericHookType, GenericHookOptions } from '../common';
|
|
7
|
-
import { PluginsResolveService } from '../plugins';
|
|
7
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* You can either provide a single `DrawerItem` as parameter:
|
|
@@ -27,7 +27,7 @@ import * as i0 from "@angular/core";
|
|
|
27
27
|
* @param drawer The `DrawerItem`'s or `ExtensionFactory` to be provided.
|
|
28
28
|
* @returns An `Provider` to be provided in your module.
|
|
29
29
|
*/
|
|
30
|
-
export declare function hookDrawer(drawer: GenericHookType<DrawerItem>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
30
|
+
export declare function hookDrawer(drawer: GenericHookType<DrawerItem>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
31
31
|
export declare class DrawerService extends ExtensionPointForPlugins<DrawerItem> {
|
|
32
32
|
private router;
|
|
33
33
|
constructor(rootInjector: Injector, router: Router, pluginService: PluginsResolveService);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drawer.service.d.ts","sourceRoot":"","sources":["../../../core/drawer/drawer.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAc,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAEL,wBAAwB,EAKzB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,OAAO,EAAE,eAAe,EAAe,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"drawer.service.d.ts","sourceRoot":"","sources":["../../../core/drawer/drawer.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAc,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAEL,wBAAwB,EAKzB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,OAAO,EAAE,eAAe,EAAe,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAQ3E;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,UAAU,CACxB,MAAM,EAAE,eAAe,CAAC,UAAU,CAAC,EACnC,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAGtC;AAED,qBACa,aAAc,SAAQ,wBAAwB,CAAC,UAAU,CAAC;IAGnE,OAAO,CAAC,MAAM;gBADd,YAAY,EAAE,QAAQ,EACd,MAAM,EAAE,MAAM,EACtB,aAAa,EAAE,qBAAqB;IAMtC;;;;OAIG;IACH,IAAI,KAAK,IAAI,GAAG,CAAC,UAAU,CAAC,CAE3B;IAED,sBAAsB,CAAC,QAAQ,EAAE,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC,UAAU,EAAE,CAAC;IAI5E;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,UAAU;IAKpB;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,UAAU;IAKvB,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;yCAzC/C,aAAa;6CAAb,aAAa;CAoDzB"}
|
|
@@ -57,7 +57,7 @@ export declare const HOOK_COMPONENTS: InjectionToken<DynamicComponentExtension[]
|
|
|
57
57
|
* @param components The `DynamicComponentDefinition`'s or `ExtensionFactory` to be provided.
|
|
58
58
|
* @returns An `Provider` to be provided in your module.
|
|
59
59
|
*/
|
|
60
|
-
export declare function hookComponent(components: GenericHookType<DynamicComponentDefinition>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
60
|
+
export declare function hookComponent(components: GenericHookType<DynamicComponentDefinition>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
61
61
|
/**
|
|
62
62
|
* Hook to add dynamic widget components to the UI.
|
|
63
63
|
*
|
|
@@ -82,7 +82,7 @@ export declare function hookComponent(components: GenericHookType<DynamicCompone
|
|
|
82
82
|
* @param options Options to configure the hook.
|
|
83
83
|
* @returns An `Provider` to be provided in your module.
|
|
84
84
|
*/
|
|
85
|
-
export declare function hookWidget(components: GenericHookType<DynamicWidgetDefinition>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
85
|
+
export declare function hookWidget(components: GenericHookType<DynamicWidgetDefinition>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
86
86
|
/**
|
|
87
87
|
* A dynamic component can be defined in a the HOOK_COMPONENTS to display any kind
|
|
88
88
|
* of component dynamically just by referencing it's id. The most common use case is on dashboards,
|
|
@@ -2,7 +2,7 @@ import { Injector } from '@angular/core';
|
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { ExtensionPointForPlugins } from '../common/extension-hooks';
|
|
5
|
-
import { PluginsResolveService } from '../plugins';
|
|
5
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
6
6
|
import { DynamicComponentDefinition } from './dynamic-component.model';
|
|
7
7
|
import { DynamicResolverService } from './dynamic-resolver.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic-component.service.d.ts","sourceRoot":"","sources":["../../../core/dynamic-component/dynamic-component.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,QAAQ,EAAY,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAiB,UAAU,EAAS,MAAM,MAAM,CAAC;AASxD,OAAO,EACL,wBAAwB,EAIzB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"dynamic-component.service.d.ts","sourceRoot":"","sources":["../../../core/dynamic-component/dynamic-component.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,QAAQ,EAAY,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAiB,UAAU,EAAS,MAAM,MAAM,CAAC;AASxD,OAAO,EACL,wBAAwB,EAIzB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EACL,0BAA0B,EAG3B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;;AAEpE,qBAGa,uBAAwB,SAAQ,wBAAwB,CAAC,0BAA0B,CAAC;IAK7F,OAAO,CAAC,MAAM;IACqC,OAAO,CAAC,WAAW;IACtE,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,OAAO;IAPjB,OAAO,CAAC,oBAAoB,CAAQ;gBAGlC,YAAY,EAAE,QAAQ,EACd,MAAM,EAAE,MAAM,EACqC,WAAW,EAAE,MAAM,EACtE,eAAe,EAAE,sBAAsB,EACvC,OAAO,EAAE,qBAAqB;IAMxC,IAAI,KAAK,oCAER;IAED;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAA,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAahD,GAAG,CAAC,SAAS,EAAE,0BAA0B;IAKzC,MAAM,CAAC,SAAS,EAAE,0BAA0B;IAKtC,gBAAgB,CAAC,oBAAoB,EAAE,KAAK,CAAC;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,GAAG,CAAA;KAAE,CAAC;IAQlF,gBAAgB,CAAC,oBAAoB,EAAE,KAAK,CAAC;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,GAAG,CAAA;KAAE,CAAC;;;IAOxF,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,0BAA0B,EAAE,CAAC;yCA5D/D,uBAAuB;6CAAvB,uBAAuB;CA8EnC"}
|
|
@@ -33,5 +33,5 @@ export declare const HOOK_PATTERN_MESSAGES: InjectionToken<unknown>;
|
|
|
33
33
|
* @param patterns The `PatternMessages`'s or `ExtensionFactory` to be provided.
|
|
34
34
|
* @returns An `Provider` to be provided in your module.
|
|
35
35
|
*/
|
|
36
|
-
export declare function hookPatternMessages(patterns: GenericHookType<PatternMessages>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
36
|
+
export declare function hookPatternMessages(patterns: GenericHookType<PatternMessages>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
37
37
|
//# sourceMappingURL=patterns-message.hook.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OptionsService } from '../common';
|
|
2
2
|
import { CachedLocaleDictionaryService } from './cached-locale-dictionary.service';
|
|
3
|
-
import { PluginsResolveService } from '../plugins';
|
|
3
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translation-loader.service.d.ts","sourceRoot":"","sources":["../../../core/i18n/translation-loader.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"translation-loader.service.d.ts","sourceRoot":"","sources":["../../../core/i18n/translation-loader.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAG3E,OAAO,EAAyC,UAAU,EAAM,MAAM,MAAM,CAAC;AAW7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAGvD;;;;;;;GAOG;AACH,qBAGa,wBAAwB;IAKjC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,6BAA6B;IACrC,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,gBAAgB;IACH,OAAO,CAAC,IAAI;IACd,OAAO,CAAC,SAAS;IATtC,OAAO,CAAC,KAAK,CAA4D;IACzE,OAAO,CAAC,cAAc,CAAmC;gBAG/C,cAAc,EAAE,cAAc,EAC9B,6BAA6B,EAAE,6BAA6B,EAC5D,qBAAqB,EAAE,qBAAqB,EAC5C,gBAAgB,EAAE,gBAAgB,EACb,IAAI,GAAE,MAAa,EACrB,SAAS,GAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,GAAG,CAAC,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,GAAG,IAAW;IAmBzF,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IA0BnE,aAAa;IAKb,UAAU;IAIV,SAAS,CAAC,wBAAwB,CAAC,IAAI,EAAE,MAAM;IAmB/C,SAAS,CAAC,wBAAwB,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;;;IAKjE,SAAS,CAAC,sBAAsB,CAAC,IAAI,EAAE,MAAM;;;IAU7C,SAAS,CAAC,0BAA0B,CAAC,IAAI,EAAE,MAAM;;;IAKjD,SAAS,CAAC,sBAAsB,CAC9B,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,GACX,UAAU,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;yCA1G7B,wBAAwB;6CAAxB,wBAAwB;CAkIpC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class NavigatorBottomModule {
|
|
3
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
3
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorBottomModule, never>;
|
|
5
5
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigatorBottomModule, never, never, never>;
|
|
6
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigatorBottomModule>;
|
|
@@ -3,7 +3,7 @@ import * as i1 from "../../common/common.module";
|
|
|
3
3
|
import * as i2 from "../../application/application.module";
|
|
4
4
|
import * as i3 from "./navigator-top.component";
|
|
5
5
|
export declare class NavigatorTopModule {
|
|
6
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
6
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorTopModule, never>;
|
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigatorTopModule, never, [typeof i1.CommonModule, typeof i2.ApplicationModule, typeof i3.NavigatorTopComponent], never>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigatorTopModule>;
|
|
@@ -12,7 +12,7 @@ import * as i7 from "./navigator-icon.component";
|
|
|
12
12
|
* @exports NavigatorNodeComponent
|
|
13
13
|
*/
|
|
14
14
|
export declare class NavigatorModule {
|
|
15
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
15
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorModule, never>;
|
|
17
17
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigatorModule, never, [typeof i1.RouterModule, typeof i2.CollapseModule, typeof i3.CommonModule, typeof i4.ModalModule, typeof i5.NavigatorOutletComponent, typeof i6.NavigatorNodeComponent, typeof i7.NavigatorIconComponent], [typeof i5.NavigatorOutletComponent, typeof i6.NavigatorNodeComponent]>;
|
|
18
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigatorModule>;
|
|
@@ -51,7 +51,7 @@ export declare const HOOK_NAVIGATOR_NODES: InjectionToken<NavigatorExtension[]>;
|
|
|
51
51
|
* @param nodes The `NavigatorNode`'s, `NavigatorNodeData`'s or `ExtensionFactory` to be provided.
|
|
52
52
|
* @returns An `Provider` to be provided in your module.
|
|
53
53
|
*/
|
|
54
|
-
export declare function hookNavigator(nodes: GenericHookType<NavigatorNode | NavigatorNodeData>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
54
|
+
export declare function hookNavigator(nodes: GenericHookType<NavigatorNode | NavigatorNodeData>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
55
55
|
/**
|
|
56
56
|
* A service which defines the navigator.
|
|
57
57
|
*/
|
|
@@ -26,5 +26,5 @@ export declare const HOOK_DYNAMIC_PROVIDER_CONFIG: InjectionToken<unknown>;
|
|
|
26
26
|
* @param config The `DynamicProviderConfig`'s or `ExtensionFactory` to be provided.
|
|
27
27
|
* @returns An `Provider` to be provided in your module.
|
|
28
28
|
*/
|
|
29
|
-
export declare function hookDynamicProviderConfig(config: GenericHookType<DynamicProviderConfig>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
29
|
+
export declare function hookDynamicProviderConfig(config: GenericHookType<DynamicProviderConfig>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
30
30
|
//# sourceMappingURL=provider-configuration-hook.d.ts.map
|
|
@@ -4,7 +4,7 @@ import { IManagedObject } from '@c8y/client';
|
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { ExtensionFactory, ExtensionPointWithoutStateForPlugins, GenericHookOptions, GenericHookType } from '../common/extension-hooks';
|
|
6
6
|
import { OptionsService } from '../common/options.service';
|
|
7
|
-
import { PluginsResolveService } from '../plugins';
|
|
7
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
8
8
|
import { ContextRouteService } from './context-route.service';
|
|
9
9
|
import { Route, RouteFactory } from './router.model';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
@@ -53,7 +53,7 @@ export declare const HOOK_ROUTE: InjectionToken<RouteFactory>;
|
|
|
53
53
|
* @param route The `Route`'s or `ExtensionFactory` to be provided.
|
|
54
54
|
* @returns An `Provider` to be provided in your module.
|
|
55
55
|
*/
|
|
56
|
-
export declare function hookRoute(route: GenericHookType<Route>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
56
|
+
export declare function hookRoute(route: GenericHookType<Route>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
57
57
|
/**
|
|
58
58
|
* A service which defines routes for the application. You can use
|
|
59
59
|
* HOOK_ROUTES or pass
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.service.d.ts","sourceRoot":"","sources":["../../../core/router/router.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,cAAc,EACd,QAAQ,EAET,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAkB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EACL,gBAAgB,EAChB,oCAAoC,EAEpC,kBAAkB,EAClB,eAAe,EAIhB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"router.service.d.ts","sourceRoot":"","sources":["../../../core/router/router.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,cAAc,EACd,QAAQ,EAET,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAkB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EACL,gBAAgB,EAChB,oCAAoC,EAEpC,kBAAkB,EAClB,eAAe,EAIhB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,YAAY,EAAqC,MAAM,gBAAgB,CAAC;;AAExF;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,KAAK,EAAE,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAC;AAEvE;;;GAGG;AACH,eAAO,MAAM,UAAU,8BAAiD,CAAC;AAEzE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,eAAe,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAE7F;AAED;;;GAGG;AACH,qBAGa,aAAc,SAAQ,oCAAoC,CAAC,KAAK,CAAC;IAKnE,MAAM,EAAE,MAAM;IACrB,OAAO,CAAC,mBAAmB;IAL7B,QAAQ,CAAC,KAAK,qBAA4B;gBAGxC,YAAY,EAAE,QAAQ,EACf,MAAM,EAAE,MAAM,EACb,mBAAmB,EAAE,mBAAmB,EAChD,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,cAAc;IAqCzB;;OAEG;IACH,OAAO;IAKP;;;OAGG;IACH,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,EAAE;IAI/B;;;;;OAKG;IACH,OAAO,CAAC,aAAa,EAAE,cAAc,EAAE,MAAM,SAAO,GAAG,MAAM;IAO7D,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,KAAK,EAAE,CAAC;IAOrD,OAAO,CAAC,SAAS;IAmBjB,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,wBAAwB;IAchC,OAAO,CAAC,2BAA2B;yCA9HxB,aAAa;6CAAb,aAAa;CA2IzB"}
|
|
@@ -2,7 +2,7 @@ import { InjectionToken, Injector } from '@angular/core';
|
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { GenericHookType, ExtensionPointForPlugins, GenericHookOptions } from '../common/extension-hooks';
|
|
5
|
-
import { PluginsResolveService } from '../plugins';
|
|
5
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
6
6
|
import { Search } from './search.model';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
@@ -33,7 +33,7 @@ export declare const HOOK_SEARCH: InjectionToken<unknown>;
|
|
|
33
33
|
* @returns An `Provider` to be provided in your module.
|
|
34
34
|
* @deprecated Please don't use the search factory. It will be refactored soon.
|
|
35
35
|
*/
|
|
36
|
-
export declare function hookSearch(search: GenericHookType<Search>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
36
|
+
export declare function hookSearch(search: GenericHookType<Search>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
37
37
|
export declare enum SearchFilters {
|
|
38
38
|
ONLY_DEVICES = "onlyDevices",
|
|
39
39
|
ONLY_GROUPS_AND_ASSETS = "onlyGroupsAndAssets",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.service.d.ts","sourceRoot":"","sources":["../../../core/search/search.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAEL,eAAe,EAIf,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"search.service.d.ts","sourceRoot":"","sources":["../../../core/search/search.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAEL,eAAe,EAIf,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;;AAExC;;;;GAIG;AACH,eAAO,MAAM,WAAW,yBAAoC,CAAC;AAE7D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,eAAe,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAEhG;AAED,oBAAY,aAAa;IACvB,YAAY,gBAAgB;IAC5B,sBAAsB,wBAAwB;IAC9C,WAAW,eAAe;CAC3B;AAED;;GAEG;AACH,qBAGa,aAAc,SAAQ,wBAAwB,CAAC,MAAM,CAAC;IAG/D,OAAO,CAAC,MAAM;gBADd,YAAY,EAAE,QAAQ,EACd,MAAM,EAAE,MAAM,EACtB,OAAO,EAAE,qBAAqB;IAMhC;;;;OAIG;IACH,IAAI,KAAK,gBAER;IAED;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM;IAKhB;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM;IAKnB,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;yCArC3C,aAAa;6CAAb,aAAa;CA4CzB"}
|
|
@@ -3,7 +3,7 @@ import { Router } from '@angular/router';
|
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { ExtensionFactory, GenericHookType, ExtensionPointForPlugins, GenericHookOptions } from '../common/extension-hooks';
|
|
6
|
-
import { PluginsResolveService } from '../plugins';
|
|
6
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
7
7
|
import { Step } from './stepper.model';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
@@ -51,7 +51,7 @@ export declare const HOOK_STEPPER: InjectionToken<StepperExtension[]>;
|
|
|
51
51
|
* @param step The `Step`'s or `ExtensionFactory` to be provided.
|
|
52
52
|
* @returns An `Provider` to be provided in your module.
|
|
53
53
|
*/
|
|
54
|
-
export declare function hookStepper(step: GenericHookType<Step>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
54
|
+
export declare function hookStepper(step: GenericHookType<Step>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
55
55
|
/**
|
|
56
56
|
* A service which defines the steps in a stepper component.
|
|
57
57
|
* A stepper hook needs an certain outlet which has an matching id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper.service.d.ts","sourceRoot":"","sources":["../../../core/stepper/stepper.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EACL,gBAAgB,EAEhB,eAAe,EAIf,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"stepper.service.d.ts","sourceRoot":"","sources":["../../../core/stepper/stepper.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EACL,gBAAgB,EAEhB,eAAe,EAIf,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;;AAEvC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,GAAG,IAAI,EAAE,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;AAEtE;;;GAGG;AACH,eAAO,MAAM,YAAY,oCAAyD,CAAC;AAEnF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,eAAe,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAE7F;AAED;;;;GAIG;AACH,qBAGa,cAAe,SAAQ,wBAAwB,CAAC,IAAI,CAAC;IAG9D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,gBAAgB;gBAFxB,YAAY,EAAE,QAAQ,EACd,MAAM,EAAE,MAAM,EACd,gBAAgB,EAAE,gBAAgB,EAC1C,OAAO,EAAE,qBAAqB;IAMhC,SAAS,CAAC,KAAK,EAAE,IAAI,EAAE;IAYvB;;;;OAIG;IACH,IAAI,KAAK,IAAI,GAAG,CAAC,IAAI,CAAC,CAErB;IAED;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,IAAI;IAKd;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,IAAI;IAKjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAA;IAQX,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,IAAI,EAAE,CAAC;yCA9DzC,cAAc;6CAAd,cAAc;CAqE1B"}
|
|
@@ -52,7 +52,7 @@ export declare const HOOK_TABS: InjectionToken<TabExtension[]>;
|
|
|
52
52
|
* @param tabs The `Tab`'s or `ExtensionFactory` to be provided.
|
|
53
53
|
* @returns An `Provider` to be provided in your module.
|
|
54
54
|
*/
|
|
55
|
-
export declare function hookTab(tabs: GenericHookType<Tab>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
55
|
+
export declare function hookTab(tabs: GenericHookType<Tab>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
56
56
|
/**
|
|
57
57
|
* A service which defines the used tabs.
|
|
58
58
|
*/
|
|
@@ -3,7 +3,7 @@ import * as i1 from "../common/common.module";
|
|
|
3
3
|
import * as i2 from "@angular/forms";
|
|
4
4
|
import * as i3 from "./ui-settings.component";
|
|
5
5
|
export declare class UiSettingsModule {
|
|
6
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
6
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiSettingsModule, never>;
|
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<UiSettingsModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.UiSettingsComponent], [typeof i3.UiSettingsComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<UiSettingsModule>;
|
|
@@ -3,7 +3,7 @@ import * as i1 from "../../common/common.module";
|
|
|
3
3
|
import * as i2 from "./user-details-drawer.component";
|
|
4
4
|
import * as i3 from "./user-roles-list.pipe";
|
|
5
5
|
export declare class UserDetailsDrawerModule {
|
|
6
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
6
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailsDrawerModule, never>;
|
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<UserDetailsDrawerModule, never, [typeof i1.CommonModule, typeof i2.UserDetailsDrawerComponent, typeof i3.UserRolesListPipe], never>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserDetailsDrawerModule>;
|
|
@@ -3,7 +3,7 @@ import { Observable } from 'rxjs';
|
|
|
3
3
|
import { UserMenuItem } from './user.model';
|
|
4
4
|
import { ExtensionPointForPlugins, GenericHookOptions, GenericHookType } from '../common';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
|
-
import { PluginsResolveService } from '../plugins';
|
|
6
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* You can either provide a single `UserMenuItem` as parameter:
|
|
@@ -26,7 +26,7 @@ import * as i0 from "@angular/core";
|
|
|
26
26
|
* @param options The options to use for the hook.
|
|
27
27
|
* @returns A `Provider` to be provided in your module.
|
|
28
28
|
*/
|
|
29
|
-
export declare function hookUserMenu(userMenu: GenericHookType<UserMenuItem>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
29
|
+
export declare function hookUserMenu(userMenu: GenericHookType<UserMenuItem>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
30
30
|
export declare class UserMenuService extends ExtensionPointForPlugins<UserMenuItem> {
|
|
31
31
|
private router;
|
|
32
32
|
constructor(rootInjector: Injector, router: Router, pluginService: PluginsResolveService);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-menu.service.d.ts","sourceRoot":"","sources":["../../../core/user/user-menu.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EACL,wBAAwB,EAExB,kBAAkB,EAClB,eAAe,EAKhB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"user-menu.service.d.ts","sourceRoot":"","sources":["../../../core/user/user-menu.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EACL,wBAAwB,EAExB,kBAAkB,EAClB,eAAe,EAKhB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAQ3E;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,eAAe,CAAC,YAAY,CAAC,EACvC,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAGtC;AAED,qBAGa,eAAgB,SAAQ,wBAAwB,CAAC,YAAY,CAAC;IAGvE,OAAO,CAAC,MAAM;gBADd,YAAY,EAAE,QAAQ,EACd,MAAM,EAAE,MAAM,EACtB,aAAa,EAAE,qBAAqB;IAMtC;;;;OAIG;IACH,IAAI,KAAK,sBAER;IAED;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,YAAY;IAKtB;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,YAAY;IAKzB;;;OAGG;IACH,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;yCAzCjD,eAAe;6CAAf,eAAe;CAqD3B"}
|
|
@@ -25,7 +25,7 @@ import * as i18 from "./user-totp-revoke.component";
|
|
|
25
25
|
* @exports UserEditModalComponent
|
|
26
26
|
*/
|
|
27
27
|
export declare class UserModule {
|
|
28
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
28
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserModule, never>;
|
|
30
30
|
static ɵmod: i0.ɵɵNgModuleDeclaration<UserModule, never, [typeof i1.A11yModule, typeof i2.FormsModule, typeof i3.CommonModule, typeof i4.ModalModule, typeof i5.BsDropdownModule, typeof i6.AuthenticationModule, typeof i7.AlertModule, typeof i8.RouterModule, typeof i9.TooltipModule, typeof i10.PopoverModule, typeof i11.ClipboardModule, typeof i12.UserDetailsDrawerModule, typeof i13.UserMenuOutletComponent, typeof i14.UserEditComponent, typeof i15.UserEditModalComponent, typeof i16.UserMenuItemComponent, typeof i17.UserTotpSetupComponent, typeof i18.UserTotpRevokeComponent], [typeof i13.UserMenuOutletComponent, typeof i16.UserMenuItemComponent, typeof i14.UserEditComponent, typeof i15.UserEditModalComponent, typeof i17.UserTotpSetupComponent, typeof i18.UserTotpRevokeComponent]>;
|
|
31
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserModule>;
|
|
@@ -43,7 +43,7 @@ export declare const VERSION_MODULE_CONFIG: InjectionToken<VersionModuleConfig>;
|
|
|
43
43
|
* @param versions The `Version`'s or `ExtensionFactory` to be provided.
|
|
44
44
|
* @returns An `Provider` to be provided in your module.
|
|
45
45
|
*/
|
|
46
|
-
export declare function hookVersion(versions: GenericHookType<Version>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").
|
|
46
|
+
export declare function hookVersion(versions: GenericHookType<Version>, options?: Partial<GenericHookOptions>): import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider;
|
|
47
47
|
export interface Version extends CleanedVersion {
|
|
48
48
|
/** Influences the order of the version within the list of versions */
|
|
49
49
|
priority?: number;
|
|
@@ -6,7 +6,7 @@ import * as i2 from "../plugins/plugins.module";
|
|
|
6
6
|
import * as i3 from "../clipboard/clipboard.module";
|
|
7
7
|
import * as i4 from "./version-list/version-list.component";
|
|
8
8
|
export declare class VersionModule {
|
|
9
|
-
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").
|
|
9
|
+
static providers(): (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
|
|
10
10
|
static config(config?: VersionModuleConfig): ModuleWithProviders<VersionModule>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<VersionModule, never>;
|
|
12
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<VersionModule, never, [typeof i1.CommonModule, typeof i2.PluginsModule, typeof i3.ClipboardModule, typeof i4.VersionListComponent], [typeof i4.VersionListComponent]>;
|
|
@@ -2,7 +2,7 @@ import { Injector } from '@angular/core';
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { ExtensionPointForPlugins } from '../common';
|
|
4
4
|
import { CleanedVersion, Version } from './version.model';
|
|
5
|
-
import { PluginsResolveService } from '../plugins';
|
|
5
|
+
import { PluginsResolveService } from '../plugins/plugins-resolve.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class VersionService extends ExtensionPointForPlugins<Version> {
|
|
8
8
|
items$: Observable<Version[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.service.d.ts","sourceRoot":"","sources":["../../../core/version/version.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EACL,wBAAwB,EAKzB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,cAAc,EAAgB,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAExE,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"version.service.d.ts","sourceRoot":"","sources":["../../../core/version/version.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EACL,wBAAwB,EAKzB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,cAAc,EAAgB,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAExE,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;;AAE3E,qBAGa,cAAe,SAAQ,wBAAwB,CAAC,OAAO,CAAC;IACnE,MAAM,EAAE,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC;IAC9B,eAAe,EAAE,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC;gBAE3B,YAAY,EAAE,QAAQ,EAAE,aAAa,EAAE,qBAAqB;IASxE,IAAI,KAAK,IAAI,GAAG,CAAC,OAAO,CAAC,CAExB;IAED,GAAG,CAAC,OAAO,EAAE,OAAO;IAKpB,MAAM,CAAC,OAAO,EAAE,OAAO;IAKvB,eAAe,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,cAAc,EAAE;IAItD,SAAS,CAAC,oBAAoB,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC;yCA/B5C,cAAc;6CAAd,cAAc;CA0C1B"}
|