@acorex/platform 19.0.1 → 19.1.1
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/common/lib/app/application.types.d.ts +1 -0
- package/common/lib/common.module.d.ts +2 -2
- package/common/lib/layout/sticky.directive.d.ts +5 -1
- package/common/lib/settings/index.d.ts +1 -0
- package/common/lib/settings/setting-definition.provider.d.ts +7 -8
- package/common/lib/settings/setting.builder.d.ts +45 -0
- package/common/lib/settings/settings.provider.d.ts +3 -2
- package/common/lib/settings/settings.service.d.ts +9 -5
- package/common/lib/settings/settings.types.d.ts +15 -25
- package/common/lib/store/common.effects.d.ts +2 -2
- package/fesm2022/acorex-platform-common.mjs +255 -190
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +82 -25
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +12 -10
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +25 -6
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-setting.mjs +95 -76
- package/fesm2022/acorex-platform-layout-setting.mjs.map +1 -1
- package/fesm2022/acorex-platform-layouts.mjs +1 -1
- package/fesm2022/acorex-platform-layouts.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Bw-rbKbL.mjs → acorex-platform-themes-default-entity-master-create-view.component-CJ_HVKX-.mjs} +4 -4
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Bw-rbKbL.mjs.map → acorex-platform-themes-default-entity-master-create-view.component-CJ_HVKX-.mjs.map} +1 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-BJ-ELNnN.mjs +305 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-BJ-ELNnN.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-DoeGBemE.mjs → acorex-platform-themes-default-entity-master-modify-view.component-DveB-N1Z.mjs} +5 -5
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-DoeGBemE.mjs.map → acorex-platform-themes-default-entity-master-modify-view.component-DveB-N1Z.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-D8UjpvuI.mjs → acorex-platform-themes-default-entity-master-single-view.component-q_DOP0cT.mjs} +12 -12
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-D8UjpvuI.mjs.map → acorex-platform-themes-default-entity-master-single-view.component-q_DOP0cT.mjs.map} +1 -1
- package/fesm2022/acorex-platform-themes-default.mjs +233 -193
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +182 -23
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-designer.component-RCi5IJOR.mjs → acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs} +4 -4
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-designer.component-RCi5IJOR.mjs.map → acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-widgets-color-box-widget-designer.component-CWhbgmDV.mjs → acorex-platform-widgets-color-box-widget-designer.component-B2g0ct24.mjs} +4 -4
- package/fesm2022/acorex-platform-widgets-color-box-widget-designer.component-B2g0ct24.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-page-widget-designer.component-DGNcuRbs.mjs → acorex-platform-widgets-page-widget-designer.component-CITselce.mjs} +5 -5
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-CITselce.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +280 -127
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/lib/builder/widget-column-renderer.d.ts +5 -1
- package/layout/builder/lib/builder/widget-renderer.component.directive.d.ts +6 -1
- package/layout/builder/lib/builder/widget.types.d.ts +14 -9
- package/layout/designer/lib/preview/preview.component.d.ts +2 -2
- package/layout/entity/lib/entity-detail-list.viewmodel.d.ts +1 -0
- package/layout/entity/lib/entity-master-list.viewmodel.d.ts +1 -0
- package/layout/entity/lib/widgets/lookup-widget/lookup-widget-selector.viewmodel.d.ts +1 -0
- package/layout/setting/lib/setting.viewmodel.d.ts +19 -19
- package/layouts/lib/admin/entity-layout/entity-details-view/entity-details-view.component.d.ts +1 -0
- package/package.json +10 -10
- package/themes/default/index.d.ts +2 -1
- package/themes/default/lib/layouts/base/index.d.ts +1 -0
- package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +7 -0
- package/themes/default/lib/layouts/entity-layouts/entity-detail-list-view/entity-detail-list-view.component.d.ts +1 -0
- package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/entity-master-list-view.component.d.ts +1 -0
- package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/list-view-option-columns/list-view-option-columns.component.d.ts +2 -2
- package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/entity-master-single-view.component.d.ts +1 -0
- package/themes/default/lib/layouts/root-layout/components/header/header.component.d.ts +1 -0
- package/themes/default/lib/layouts/root-layout/root-layout.component.d.ts +1 -0
- package/themes/default/lib/layouts/setting-layout/setting-menu/setting-menu.component.d.ts +0 -2
- package/themes/default/lib/layouts/setting-layout/setting-page/setting-page.component.d.ts +5 -0
- package/themes/default/lib/layouts/setting-layout/setting-view/setting-view.component.d.ts +3 -1
- package/themes/shared/index.d.ts +1 -0
- package/themes/shared/lib/components/layout-elements/index.d.ts +2 -0
- package/themes/shared/lib/components/layout-elements/layout-blocks.component.d.ts +5 -0
- package/themes/shared/lib/components/layout-elements/layout-page-header.component.d.ts +11 -0
- package/themes/shared/lib/components/theme-slot.component.d.ts +1 -0
- package/themes/shared/lib/services/theme.service.d.ts +1 -0
- package/themes/shared/lib/setting.keys.d.ts +4 -0
- package/themes/shared/lib/setting.provider.d.ts +4 -0
- package/widgets/lib/properties/layout.props.d.ts +1 -0
- package/widgets/lib/widgets/advance/map/map-box-widget-edit.component.d.ts +1 -1
- package/widgets/lib/widgets/advance/map/map-box-widget-view.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/checkbox/checkbox-widget-edit.component.d.ts +0 -3
- package/widgets/lib/widgets/editors/checkbox/checkbox-widget.config.d.ts +4 -6
- package/widgets/lib/widgets/editors/password/password-box-widget-view.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/toggle/toggle-widget-edit.component.d.ts +4 -0
- package/widgets/lib/widgets/index.d.ts +1 -0
- package/widgets/lib/widgets/layout/block/block-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/form-field/form-field-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/grid/grid-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/grid-item/grid-item-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/grid-item/grid-item-widget-view.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/grid-row/grid-row-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/page/page-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/layout/repeater/repeater-widget-designer.component.d.ts +2 -2
- package/widgets/lib/widgets/property-editors/spacing/index.d.ts +3 -0
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget-editor.component.d.ts +13 -0
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget-type.d.ts +10 -0
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget.config.d.ts +7 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-DJYTC375.mjs +0 -305
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-DJYTC375.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-color-box-widget-designer.component-CWhbgmDV.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DGNcuRbs.mjs.map +0 -1
|
@@ -2,7 +2,7 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import { AXPAppStartUpService } from './app/app-startup.service';
|
|
3
3
|
import { AXPDataSeederService } from './data';
|
|
4
4
|
import { AXPErrorHandler } from './errors';
|
|
5
|
-
import {
|
|
5
|
+
import { AXPSettingValueProviderService } from './settings';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@ngrx/effects";
|
|
8
8
|
import * as i2 from "@acorex/platform/workflow";
|
|
@@ -19,7 +19,7 @@ export declare class AXPCommonModule {
|
|
|
19
19
|
/**
|
|
20
20
|
* @ignore
|
|
21
21
|
*/
|
|
22
|
-
constructor(instances: any[], appInitService: AXPAppStartUpService, settingsService:
|
|
22
|
+
constructor(instances: any[], appInitService: AXPAppStartUpService, settingsService: AXPSettingValueProviderService, seederService: AXPDataSeederService);
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPCommonModule, never>;
|
|
24
24
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPCommonModule, never, [typeof i1.EffectsFeatureModule, typeof i2.AXPWorkflowModule, typeof i3.AXPopupModule, typeof i4.AXDateTimeModule, typeof i5.AXToastModule], [typeof i6.RouterModule]>;
|
|
25
25
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXPCommonModule>;
|
|
@@ -10,15 +10,19 @@ export declare class AXPStickyDirective {
|
|
|
10
10
|
isStickyChange: EventEmitter<boolean>;
|
|
11
11
|
private _isSticky;
|
|
12
12
|
get isSticky(): boolean;
|
|
13
|
-
set isSticky(
|
|
13
|
+
set isSticky(value: boolean);
|
|
14
14
|
private topOffset;
|
|
15
15
|
private parentElement;
|
|
16
16
|
private targetElement;
|
|
17
|
+
private mutationObserver;
|
|
17
18
|
stickyParent: string | HTMLElement;
|
|
18
19
|
stickyTarget: string;
|
|
19
20
|
constructor(element: ElementRef<HTMLDivElement>, renderer: Renderer2, zone: NgZone, cdr: ChangeDetectorRef);
|
|
20
21
|
ngAfterViewInit(): void;
|
|
22
|
+
private initSticky;
|
|
23
|
+
private updateTopOffset;
|
|
21
24
|
private onParentScroll;
|
|
25
|
+
private toggleStickyClasses;
|
|
22
26
|
ngOnDestroy(): void;
|
|
23
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPStickyDirective, never>;
|
|
24
28
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AXPStickyDirective, "[axpSticky]", ["axpSticky"], { "stickyClass": { "alias": "axpSticky"; "required": false; }; "stickyOffset": { "alias": "stickyOffset"; "required": false; }; "stickyParent": { "alias": "stickyParent"; "required": false; }; "stickyTarget": { "alias": "stickyTarget"; "required": false; }; }, { "isStickyChange": "isStickyChange"; }, never, never, true, never>;
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AXPGroupSearchResult, AXPSettingDefinitionGroup, AXPSettingScope } from './settings.types';
|
|
3
|
+
import { AXPSettingDefinitionProviderContext } from './setting.builder';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export interface AXPSettingDefinitionProvider {
|
|
5
6
|
provide(context: AXPSettingDefinitionProviderContext): Promise<void>;
|
|
6
7
|
}
|
|
7
|
-
export declare const
|
|
8
|
+
export declare const AXP_SETTING_DEFINITION_PROVIDER: InjectionToken<AXPSettingDefinitionProvider[]>;
|
|
8
9
|
export declare class AXPSettingDefinitionProviderService {
|
|
9
10
|
private providers;
|
|
10
11
|
private cache;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private searchGroupDetails;
|
|
16
|
-
private createProviderContext;
|
|
12
|
+
items(): Promise<AXPSettingDefinitionGroup[]>;
|
|
13
|
+
defaultValues(scope?: AXPSettingScope): Record<string, unknown>;
|
|
14
|
+
findGroup(groupName: string): AXPGroupSearchResult | null;
|
|
15
|
+
private searchRecursive;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSettingDefinitionProviderService, never>;
|
|
18
17
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSettingDefinitionProviderService>;
|
|
19
18
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { AXPOptionsData } from '@acorex/platform/core';
|
|
2
|
+
import { AXPWidgetTypesMap, AXPWidgetValueTransformFunction } from '@acorex/platform/layout/builder';
|
|
3
|
+
import { AXPSettingDefinitionGroup, AXPSettingDefinitionSection, AXPSettingScope } from './index';
|
|
4
|
+
export declare class AXPSettingDefinitionProviderContext {
|
|
5
|
+
private rootGroups;
|
|
6
|
+
private groupMap;
|
|
7
|
+
addGroup(name: string, title: string, description?: string, icon?: string): AXPSettingDefinitionGroupBuilder;
|
|
8
|
+
group(name: string): AXPSettingDefinitionGroupBuilder | null;
|
|
9
|
+
getGroups(): AXPSettingDefinitionGroup[];
|
|
10
|
+
hasGroup(name: string): boolean;
|
|
11
|
+
getGroup(name: string): AXPSettingDefinitionGroup | undefined;
|
|
12
|
+
}
|
|
13
|
+
export declare class AXPSettingDefinitionGroupBuilder {
|
|
14
|
+
private context;
|
|
15
|
+
private group;
|
|
16
|
+
constructor(context: AXPSettingDefinitionProviderContext, group: AXPSettingDefinitionGroup);
|
|
17
|
+
addSection(name: string, title: string, description?: string): AXPSettingDefinitionSectionBuilder;
|
|
18
|
+
section(name: string): AXPSettingDefinitionSectionBuilder | null;
|
|
19
|
+
addGroup(name: string, title: string, description?: string, icon?: string): AXPSettingDefinitionGroupBuilder;
|
|
20
|
+
endGroup(): AXPSettingDefinitionProviderContext;
|
|
21
|
+
}
|
|
22
|
+
export declare class AXPSettingDefinitionSectionBuilder {
|
|
23
|
+
private groupBuilder;
|
|
24
|
+
private section;
|
|
25
|
+
constructor(groupBuilder: AXPSettingDefinitionGroupBuilder, section: AXPSettingDefinitionSection);
|
|
26
|
+
addSetting(setting: {
|
|
27
|
+
key: string;
|
|
28
|
+
title: string;
|
|
29
|
+
scope: AXPSettingScope;
|
|
30
|
+
widget: {
|
|
31
|
+
type: AXPWidgetTypesMap[keyof AXPWidgetTypesMap];
|
|
32
|
+
options?: AXPOptionsData;
|
|
33
|
+
};
|
|
34
|
+
description?: string;
|
|
35
|
+
isRequired?: boolean;
|
|
36
|
+
isInherited?: boolean;
|
|
37
|
+
isEncrypted?: boolean;
|
|
38
|
+
defaultValue?: unknown;
|
|
39
|
+
valueTransforms?: {
|
|
40
|
+
getter?: AXPWidgetValueTransformFunction;
|
|
41
|
+
setter?: AXPWidgetValueTransformFunction;
|
|
42
|
+
};
|
|
43
|
+
}): this;
|
|
44
|
+
endSection(): AXPSettingDefinitionGroupBuilder;
|
|
45
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { AXPSettingValue } from "./settings.types";
|
|
2
2
|
import { InjectionToken } from "@angular/core";
|
|
3
|
-
export interface
|
|
3
|
+
export interface AXPSettingValueProvider {
|
|
4
4
|
load(): Promise<AXPSettingValue[]>;
|
|
5
5
|
set(key: string, value: any): Promise<void>;
|
|
6
|
+
set(values: Record<string, any>): Promise<void>;
|
|
6
7
|
}
|
|
7
|
-
export declare const
|
|
8
|
+
export declare const AXP_SETTING_VALUE_PROVIDER: InjectionToken<AXPSettingValueProvider>;
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { Subject } from 'rxjs';
|
|
2
|
-
import { AXPSettingValue } from './settings.types';
|
|
2
|
+
import { AXPSettingChangedEvent, AXPSettingValue } from './settings.types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class AXPSettingValueProviderService {
|
|
5
5
|
private readonly settingsProvider;
|
|
6
6
|
private settingsCache;
|
|
7
|
-
readonly
|
|
7
|
+
readonly onChanged: Subject<AXPSettingChangedEvent>;
|
|
8
8
|
load(): Promise<AXPSettingValue[]>;
|
|
9
9
|
get<T = any>(key: string): Promise<T>;
|
|
10
|
+
all(): Promise<any>;
|
|
10
11
|
set<T = any>(key: string, value: T): Promise<void>;
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
set<T = any>(values: Record<string, T>): Promise<void>;
|
|
13
|
+
set<T = any>(key: string, value: T): Promise<void>;
|
|
14
|
+
set<T = any>(values: Record<string, T>): Promise<void>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSettingValueProviderService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSettingValueProviderService>;
|
|
13
17
|
}
|
|
@@ -3,20 +3,28 @@ export interface AXPSettingValue {
|
|
|
3
3
|
key: string;
|
|
4
4
|
value: any;
|
|
5
5
|
}
|
|
6
|
+
export interface AXPSettingChangedEvent {
|
|
7
|
+
keys: string[];
|
|
8
|
+
values: Record<string, any>;
|
|
9
|
+
entries: AXPSettingValue[];
|
|
10
|
+
}
|
|
11
|
+
export type AXPSettingScope = 'C' | 'G' | 'T' | 'U';
|
|
6
12
|
export interface AXPSettingDefinition {
|
|
7
13
|
name: string;
|
|
8
14
|
title: string;
|
|
9
15
|
description?: string;
|
|
10
|
-
dataType: string;
|
|
11
16
|
widget: AXPWidgetNode;
|
|
12
|
-
scope:
|
|
13
|
-
isRequired
|
|
14
|
-
isInherited
|
|
15
|
-
isEncrypted
|
|
17
|
+
scope: AXPSettingScope;
|
|
18
|
+
isRequired?: boolean;
|
|
19
|
+
isInherited?: boolean;
|
|
20
|
+
isEncrypted?: boolean;
|
|
21
|
+
defaultValue?: unknown;
|
|
22
|
+
value?: unknown;
|
|
16
23
|
}
|
|
17
24
|
export interface AXPSettingDefinitionGroup {
|
|
18
25
|
name: string;
|
|
19
26
|
title: string;
|
|
27
|
+
icon?: string;
|
|
20
28
|
description?: string;
|
|
21
29
|
groups: AXPSettingDefinitionGroup[];
|
|
22
30
|
sections: AXPSettingDefinitionSection[];
|
|
@@ -27,29 +35,11 @@ export interface AXPSettingDefinitionSection {
|
|
|
27
35
|
description?: string;
|
|
28
36
|
settings: AXPSettingDefinition[];
|
|
29
37
|
}
|
|
30
|
-
export
|
|
31
|
-
export interface AXPGroupDetails {
|
|
38
|
+
export interface AXPGroupSearchResult {
|
|
32
39
|
breadcrumb: {
|
|
33
40
|
name: string;
|
|
34
41
|
title: string;
|
|
35
42
|
}[];
|
|
36
43
|
sections: AXPSettingDefinitionSection[] | null;
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
export interface AXPSettingDefinitionFinderResult {
|
|
40
|
-
insertGroup(item: AXPSettingDefinitionGroup, position: 'before' | 'after'): void;
|
|
41
|
-
insertSingle(item: AXPSettingDefinition, position: 'before' | 'after'): void;
|
|
42
|
-
insertSingles(items: AXPSettingDefinition[], position: 'before' | 'after'): void;
|
|
43
|
-
addItems(items: AXPSettingDefinitionItem[]): void;
|
|
44
|
-
addChildSingleAt(item: AXPSettingDefinition, index: number): void;
|
|
45
|
-
addChildSingleFirst(item: AXPSettingDefinition): void;
|
|
46
|
-
addChildSingleLast(item: AXPSettingDefinition): void;
|
|
47
|
-
addChildGroupAt(item: AXPSettingDefinitionGroup, index: number): void;
|
|
48
|
-
addChildGroupFirst(item: AXPSettingDefinitionGroup): void;
|
|
49
|
-
addChildGroupLast(item: AXPSettingDefinitionGroup): void;
|
|
50
|
-
}
|
|
51
|
-
export interface AXPSettingDefinitionProviderContext {
|
|
52
|
-
addItems(items: AXPSettingDefinitionItem[]): void;
|
|
53
|
-
addItem(item: AXPSettingDefinitionItem): void;
|
|
54
|
-
addGroup(group: AXPSettingDefinitionGroup): void;
|
|
44
|
+
groups: AXPSettingDefinitionGroup[] | null;
|
|
55
45
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
2
|
import { Actions } from '@ngrx/effects';
|
|
3
|
-
import {
|
|
3
|
+
import { AXPSettingValueProviderService } from '../settings';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AXPCommonEffects {
|
|
6
6
|
private actions$;
|
|
7
7
|
private router;
|
|
8
8
|
private settingService;
|
|
9
|
-
constructor(actions$: Actions, router: Router, settingService:
|
|
9
|
+
constructor(actions$: Actions, router: Router, settingService: AXPSettingValueProviderService);
|
|
10
10
|
command$: import("rxjs").Observable<never> & import("@ngrx/effects").CreateEffectMetadata;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPCommonEffects, never>;
|
|
12
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPCommonEffects>;
|