@osovitny/anatoly 3.17.128 → 3.17.130

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 PayPalComponent | typeof PaypalSubscribeButtonComponent | typeof PaypalButtonComponent | typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof StripeDialog)[];
2
+ export declare const COMPONENTS: (typeof PaypalSubscribeButtonComponent | typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
@@ -8,14 +8,14 @@ export declare class PaypalSubscribeButtonComponent extends ComponentBase {
8
8
  private zone;
9
9
  private appContext;
10
10
  private api;
11
- private _planId;
11
+ private _payPalPlanId;
12
12
  payPalConfig?: IPayPalConfig;
13
13
  paymentInProgress: boolean;
14
14
  paymentFailed: boolean;
15
15
  currentSubscriptionId: any;
16
- payPalPlanId: any;
17
- get planId(): any;
18
- set planId(value: any);
16
+ planId: any;
17
+ get payPalPlanId(): any;
18
+ set payPalPlanId(value: any);
19
19
  statusChange: EventEmitter<any>;
20
20
  constructor(zone: NgZone, appContext: AppContextService, api: SubscriptionsApiService);
21
21
  ngOnInit(): void;
@@ -25,5 +25,5 @@ export declare class PaypalSubscribeButtonComponent extends ComponentBase {
25
25
  private initPayPal;
26
26
  private addSubscription;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<PaypalSubscribeButtonComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<PaypalSubscribeButtonComponent, "anatoly-billing-paypal-subscribe-button", never, { "currentSubscriptionId": { "alias": "currentSubscriptionId"; "required": false; }; "payPalPlanId": { "alias": "payPalPlanId"; "required": false; }; "planId": { "alias": "planId"; "required": false; }; }, { "statusChange": "statusChange"; }, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaypalSubscribeButtonComponent, "anatoly-billing-paypal-subscribe-button", never, { "currentSubscriptionId": { "alias": "currentSubscriptionId"; "required": false; }; "planId": { "alias": "planId"; "required": false; }; "payPalPlanId": { "alias": "payPalPlanId"; "required": false; }; }, { "statusChange": "statusChange"; }, never, never, false, never>;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.128",
3
+ "version": "3.17.130",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",