@osovitny/anatoly 3.17.116 → 3.17.117

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.
@@ -13,6 +13,8 @@ export declare class BuyAccessButtonComponent implements OnInit {
13
13
  planselect: EventEmitter<any>;
14
14
  constructor(appContext: AppContextService);
15
15
  ngOnInit(): void;
16
+ private setDefaults;
17
+ private setValues;
16
18
  onPlanSelect(): void;
17
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BuyAccessButtonComponent, never>;
18
20
  static ɵcmp: i0.ɵɵComponentDeclaration<BuyAccessButtonComponent, "anatoly-billing-buyaccess-button", never, { "plan": { "alias": "plan"; "required": false; }; "planTitle": { "alias": "planTitle"; "required": false; }; "visibleIfUserSignedIn": { "alias": "visibleIfUserSignedIn"; "required": false; }; }, { "planselect": "planselect"; }, never, never, false, never>;
@@ -11,11 +11,13 @@ export declare class SubscribePlanButtonComponent implements OnInit {
11
11
  requestedPlanTitle: string;
12
12
  plan: number;
13
13
  planTitle: string;
14
- subscribeButtonVisible: boolean;
14
+ visibleIfUserSignedIn: boolean;
15
15
  planselect: EventEmitter<any>;
16
16
  constructor(appContext: AppContextService);
17
17
  ngOnInit(): void;
18
+ private setDefaults;
19
+ private setValues;
18
20
  onPlanSelect(): void;
19
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SubscribePlanButtonComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SubscribePlanButtonComponent, "anatoly-billing-subscribe-plan-button", never, { "plan": { "alias": "plan"; "required": false; }; "planTitle": { "alias": "planTitle"; "required": false; }; "subscribeButtonVisible": { "alias": "subscribeButtonVisible"; "required": false; }; }, { "planselect": "planselect"; }, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubscribePlanButtonComponent, "anatoly-billing-subscribe-plan-button", never, { "plan": { "alias": "plan"; "required": false; }; "planTitle": { "alias": "planTitle"; "required": false; }; "visibleIfUserSignedIn": { "alias": "visibleIfUserSignedIn"; "required": false; }; }, { "planselect": "planselect"; }, never, never, false, never>;
21
23
  }
@@ -1,2 +1,2 @@
1
1
  import { BuyAccessButtonComponent, SubscribePlanButtonComponent, OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, BraintreeDialog, PaypalButtonComponent, PayPalComponent, StripeDialog } from "./exports";
2
- export declare const COMPONENTS: (typeof SubscribePlanButtonComponent | typeof BuyAccessButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
2
+ export declare const COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.116",
3
+ "version": "3.17.117",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",