@osovitny/anatoly 3.16.73 → 3.16.75

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,3 +1,5 @@
1
+ export declare function getAppSettingsById(id: number): any;
2
+ export declare function getAppSettingsByName(name: string): any;
1
3
  export declare const AppCoreSettings: any;
2
4
  export declare const L10NUrl: string;
3
5
  export declare const AppVersion: string;
@@ -1,10 +1,12 @@
1
+ import { OnInit } from "@angular/core";
1
2
  import { ComponentBase } from "../base/component";
2
3
  import * as i0 from "@angular/core";
3
- export declare class SignInButtonComponent extends ComponentBase {
4
+ export declare class SignInButtonComponent extends ComponentBase implements OnInit {
4
5
  url: any;
5
6
  external: boolean;
6
7
  qs: string;
7
8
  constructor();
9
+ ngOnInit(): void;
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SignInButtonComponent, never>;
9
11
  static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
10
12
  }
@@ -1,10 +1,12 @@
1
+ import { OnInit } from "@angular/core";
1
2
  import { ComponentBase } from "../base/component";
2
3
  import * as i0 from "@angular/core";
3
- export declare class SignOutButtonComponent extends ComponentBase {
4
+ export declare class SignOutButtonComponent extends ComponentBase implements OnInit {
4
5
  url: any;
5
6
  external: boolean;
6
7
  qs: string;
7
8
  constructor();
9
+ ngOnInit(): void;
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SignOutButtonComponent, never>;
9
11
  static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
10
12
  }
@@ -1,10 +1,12 @@
1
+ import { OnInit } from "@angular/core";
1
2
  import { ComponentBase } from "../base/component";
2
3
  import * as i0 from "@angular/core";
3
- export declare class SignUpButtonComponent extends ComponentBase {
4
+ export declare class SignUpButtonComponent extends ComponentBase implements OnInit {
4
5
  url: any;
5
6
  external: boolean;
6
7
  qs: string;
7
8
  constructor();
9
+ ngOnInit(): void;
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SignUpButtonComponent, never>;
9
11
  static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
10
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.73",
3
+ "version": "3.16.75",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",