@open-rlb/ng-app 3.1.54 → 3.1.56
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
|
@@ -1266,6 +1266,7 @@ declare class SettingsDropdownSelectorComponent implements OnDestroy {
|
|
|
1266
1266
|
selectApp(app: AppInfo): void;
|
|
1267
1267
|
goToFirst(): void;
|
|
1268
1268
|
goToInlineSettings(): void;
|
|
1269
|
+
logout(): void;
|
|
1269
1270
|
ngOnDestroy(): void;
|
|
1270
1271
|
change(event: VisibilityEventBase): void;
|
|
1271
1272
|
get languages(): {
|