@open-rlb/ng-app 3.1.22 → 3.1.23
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/package.json
CHANGED
|
@@ -207,12 +207,10 @@ declare const AppContextActions: {
|
|
|
207
207
|
finalizeApp: _ngrx_store.ActionCreator<"[AppContext/API] finalizeApp", (props: {
|
|
208
208
|
appType: string;
|
|
209
209
|
appId: string;
|
|
210
|
-
actions: string[];
|
|
211
210
|
data?: any;
|
|
212
211
|
}) => {
|
|
213
212
|
appType: string;
|
|
214
213
|
appId: string;
|
|
215
|
-
actions: string[];
|
|
216
214
|
data?: any;
|
|
217
215
|
} & _ngrx_store.Action<"[AppContext/API] finalizeApp">>;
|
|
218
216
|
};
|
|
@@ -457,7 +455,7 @@ declare class AppBreadcrumbService {
|
|
|
457
455
|
|
|
458
456
|
declare const RLB_INIT_PROVIDER: InjectionToken<RlbInitProvider>;
|
|
459
457
|
interface RlbInitProvider {
|
|
460
|
-
finalizeApps(store: Store<BaseState>, acl: AclConfiguration
|
|
458
|
+
finalizeApps(store: Store<BaseState>, acl: AclConfiguration): Promise<void>;
|
|
461
459
|
}
|
|
462
460
|
|
|
463
461
|
interface CacheItem<T> {
|