@osovitny/anatoly 3.17.104 → 3.17.106

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.
@@ -19,12 +19,12 @@ export declare class AppContextService extends ApiServiceBase {
19
19
  private getCurrent4Session;
20
20
  private setCurrent2Session;
21
21
  private dataReceived;
22
- private getCurrentPrivate;
22
+ private getCurrentContext;
23
23
  private updateCurrentIfExpired;
24
24
  init(context?: any): void;
25
25
  loadRequiredJsonFiles(): Observable<any>;
26
26
  loadRequiredItems(): Observable<any>;
27
- updateCurrent(success?: Function): void;
27
+ updateCurrent(): void;
28
28
  clearLocalStorage(): void;
29
29
  clearSessionStorage(): void;
30
30
  clearWebStorage(): void;
@@ -1,2 +1,2 @@
1
1
  import { BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CheckIconComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
- export declare const MAIN_COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof CardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent)[];
2
+ export declare const MAIN_COMPONENTS: (typeof NodataComponent | typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof CardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof LoadingComponent | typeof PageSpinnerComponent)[];
@@ -1,13 +1,12 @@
1
1
  import { SizeProp } from '@fortawesome/fontawesome-svg-core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class NodataComponent {
4
- dataLoading: boolean;
5
- dataLoaded: boolean;
6
- dataFound: boolean;
4
+ dataLoading: any;
5
+ dataLoaded: any;
6
+ dataFound: any;
7
7
  icon: any;
8
8
  iconSize: SizeProp;
9
9
  heading: string;
10
- constructor();
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<NodataComponent, never>;
12
11
  static ɵcmp: i0.ɵɵComponentDeclaration<NodataComponent, "anatoly-nodata", never, { "dataLoading": { "alias": "dataLoading"; "required": false; }; "dataLoaded": { "alias": "dataLoaded"; "required": false; }; "dataFound": { "alias": "dataFound"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], false, never>;
13
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.104",
3
+ "version": "3.17.106",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",