@osovitny/anatoly 3.19.8 → 3.19.9

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,2 +1,2 @@
1
1
  import { BuyAccessButtonComponent, SubscribePlanButtonComponent, OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, BraintreeDialog, PaypalButtonComponent, PaypalSubscribeButtonComponent, PayPalComponent, StripeDialog } from "./exports";
2
- export declare const COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PaypalSubscribeButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
2
+ export declare const COMPONENTS: (typeof StripeDialog | typeof PaypalSubscribeButtonComponent | typeof PaypalButtonComponent | typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PayPalComponent)[];
@@ -4,3 +4,4 @@ export declare const IsDevMode: boolean;
4
4
  export declare const IsProdMode: boolean;
5
5
  export declare const ClientApps: any;
6
6
  export declare const ApiUrl: string;
7
+ export declare function formatUrl(url: string): string;
@@ -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,8 +4,8 @@ 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;
8
- protected setAttribute(name: string, value: any): void;
7
+ protected setUrlAttribute(name: string, url: string): void;
8
+ protected setAttribute(name: string, value: string): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ReplacerDirectiveBase, never>;
10
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<ReplacerDirectiveBase, never, never, {}, {}, never, never, true, never>;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.8",
3
+ "version": "3.19.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",