@osovitny/anatoly 3.19.1 → 3.19.2

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.
@@ -5,7 +5,6 @@ export declare class SignInButtonComponent extends ComponentBase implements OnIn
5
5
  url: any;
6
6
  external: boolean;
7
7
  qs: string;
8
- constructor();
9
8
  ngOnInit(): void;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SignInButtonComponent, never>;
11
10
  static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
@@ -5,7 +5,6 @@ export declare class SignOutButtonComponent extends ComponentBase implements OnI
5
5
  url: any;
6
6
  external: boolean;
7
7
  qs: string;
8
- constructor();
9
8
  ngOnInit(): void;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SignOutButtonComponent, never>;
11
10
  static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
@@ -5,7 +5,6 @@ export declare class SignUpButtonComponent extends ComponentBase implements OnIn
5
5
  url: any;
6
6
  external: boolean;
7
7
  qs: string;
8
- constructor();
9
8
  ngOnInit(): void;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SignUpButtonComponent, never>;
11
10
  static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, { "qs": { "alias": "qs"; "required": false; }; }, {}, never, ["*"], false, never>;
@@ -1,2 +1,2 @@
1
1
  import { HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective } from './exports';
2
- export declare const DIRECTIVES: (typeof HoveringDirective | typeof AReplacerDirective | typeof ImageReplacerDirective | typeof NativeElementDirective)[];
2
+ export declare const DIRECTIVES: (typeof ImageReplacerDirective | typeof AReplacerDirective | typeof HoveringDirective | typeof NativeElementDirective)[];
@@ -4,6 +4,7 @@ export declare abstract class ReplacerDirectiveBase {
4
4
  private el;
5
5
  private renderer;
6
6
  constructor(el: ElementRef, renderer: Renderer2);
7
+ protected setCDN2Attribute(name: string, value: any): void;
7
8
  protected setAttribute(name: string, value: any): void;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ReplacerDirectiveBase, never>;
9
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<ReplacerDirectiveBase, never, never, {}, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.1",
3
+ "version": "3.19.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",