@osovitny/anatoly 3.17.138 → 3.17.139

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.
@@ -1,10 +1,10 @@
1
1
  export declare function getAppSettingsById(id: any): any;
2
2
  export declare function getAppSettingsByName(name: any): any;
3
3
  export interface ICurrentApp {
4
- type: string;
4
+ type: number;
5
5
  root: string;
6
- appOne: any;
7
- appOneUrl: string;
6
+ one: any;
7
+ oneUrl: string;
8
8
  }
9
9
  export declare function getCurrentApp(): ICurrentApp;
10
10
  export declare const AppName: string;
@@ -1,5 +1,5 @@
1
1
  import { OnDestroy, OnInit } from "@angular/core";
2
- import { Subs } from "../../../../core/exports";
2
+ import { Subs, ICurrentApp } from "../../../../core/exports";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class ComponentBase implements OnInit, OnDestroy {
5
5
  protected isDevMode: boolean;
@@ -7,9 +7,7 @@ export declare abstract class ComponentBase implements OnInit, OnDestroy {
7
7
  protected dataLoading: boolean;
8
8
  protected dataLoaded: boolean;
9
9
  protected dataFound: boolean;
10
- applicationType: any;
11
- applicationRoot: any;
12
- applicationOneUrl: string;
10
+ currentApp: ICurrentApp;
13
11
  classes: string;
14
12
  title: string;
15
13
  isTitleVisible: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.138",
3
+ "version": "3.17.139",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",