@open-rlb/ng-app 3.1.50 → 3.1.51
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
|
@@ -1153,7 +1153,7 @@ declare class AppTemplateComponent implements OnDestroy {
|
|
|
1153
1153
|
get separatorVisible$(): rxjs.Observable<boolean>;
|
|
1154
1154
|
loginNav(event: MouseEvent): void;
|
|
1155
1155
|
onSideBarItemClick(item: SidebarNavigableItem): void;
|
|
1156
|
-
selectApp(app: AppInfo): void;
|
|
1156
|
+
selectApp(app: AppInfo, viewMode: 'app' | 'settings'): void;
|
|
1157
1157
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTemplateComponent, never>;
|
|
1158
1158
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppTemplateComponent, "rlb-app-template", never, { "modalContainerId": { "alias": "modal-container-id"; "required": false; }; "toastContainerIds": { "alias": "toast-container-ids"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1159
1159
|
}
|
|
@@ -1263,7 +1263,7 @@ declare class SettingsDropdownSelectorComponent implements OnDestroy {
|
|
|
1263
1263
|
private readonly menu;
|
|
1264
1264
|
constructor();
|
|
1265
1265
|
get pages(): PagesConfiguration | null;
|
|
1266
|
-
selectApp(app:
|
|
1266
|
+
selectApp(app: AppInfo): void;
|
|
1267
1267
|
goToFirst(): void;
|
|
1268
1268
|
goToInlineSettings(): void;
|
|
1269
1269
|
ngOnDestroy(): void;
|