@osovitny/anatoly 3.19.9 → 3.19.11

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 StripeDialog | typeof PaypalSubscribeButtonComponent | typeof PaypalButtonComponent | typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PayPalComponent)[];
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)[];
@@ -4,6 +4,7 @@ export declare class LoadingService extends BehaviorSubject<boolean> {
4
4
  private counter;
5
5
  isFreezed: boolean;
6
6
  constructor();
7
+ private setTimeout;
7
8
  show(): void;
8
9
  hide(): void;
9
10
  freeze(timeout?: number): void;
@@ -1,2 +1,2 @@
1
1
  import { HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective } from './exports';
2
- export declare const DIRECTIVES: (typeof ImageReplacerDirective | typeof AReplacerDirective | typeof HoveringDirective | typeof NativeElementDirective)[];
2
+ export declare const DIRECTIVES: (typeof HoveringDirective | typeof AReplacerDirective | typeof ImageReplacerDirective | typeof NativeElementDirective)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.9",
3
+ "version": "3.19.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",