@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.
- package/fesm2022/osovitny-anatoly.mjs +19 -13
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/billing/components/index.d.ts +1 -1
- package/lib/core/consts/core-settings.d.ts +1 -0
- package/lib/ui/directives/index.d.ts +1 -1
- package/lib/ui/directives/replacer/replacer.base.directive.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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
|
|
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)[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective } from './exports';
|
|
2
|
-
export declare const DIRECTIVES: (typeof
|
|
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
|
|
8
|
-
protected setAttribute(name: string, value:
|
|
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
|
}
|