@osovitny/anatoly 3.20.30 → 3.20.32

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/index.d.ts CHANGED
@@ -103,6 +103,10 @@ declare class AppContextService extends ApiServiceBase {
103
103
  private _standardJsonFilesLoaded;
104
104
  readonly standardJsonFilesLoaded$: Observable<any>;
105
105
  constructor(http: HttpClient, localStorage: LocalStorageService, sessionStorage: SessionStorageService);
106
+ private internalInit;
107
+ protected setDefaults?(): void;
108
+ protected setValues?(): void;
109
+ protected contextUpdated?(context: any): void;
106
110
  private fireUpdated;
107
111
  protected fireUserUpdated(): void;
108
112
  private fireStandardJsonFilesLoaded;
@@ -153,7 +157,8 @@ declare class BuyAccessButtonComponent implements OnInit {
153
157
  isUserSignedIn: boolean;
154
158
  currentPlanId: number;
155
159
  plan: number;
156
- visibleIfUserSignedIn: boolean;
160
+ visiblePlanStatus: boolean;
161
+ visibleSignup: boolean;
157
162
  planselect: EventEmitter<any>;
158
163
  constructor(appContext: AppContextService);
159
164
  ngOnInit(): void;
@@ -161,7 +166,7 @@ declare class BuyAccessButtonComponent implements OnInit {
161
166
  private setValues;
162
167
  onPlanSelect(): void;
163
168
  static ɵfac: i0.ɵɵFactoryDeclaration<BuyAccessButtonComponent, never>;
164
- static ɵcmp: i0.ɵɵComponentDeclaration<BuyAccessButtonComponent, "anatoly-billing-buyaccess-button", never, { "plan": { "alias": "plan"; "required": false; }; "visibleIfUserSignedIn": { "alias": "visibleIfUserSignedIn"; "required": false; }; }, { "planselect": "planselect"; }, never, never, false, never>;
169
+ static ɵcmp: i0.ɵɵComponentDeclaration<BuyAccessButtonComponent, "anatoly-billing-buyaccess-button", never, { "plan": { "alias": "plan"; "required": false; }; "visiblePlanStatus": { "alias": "visiblePlanStatus"; "required": false; }; "visibleSignup": { "alias": "visibleSignup"; "required": false; }; }, { "planselect": "planselect"; }, never, never, false, never>;
165
170
  }
166
171
 
167
172
  declare class SubscribePlanButtonComponent implements OnInit {
@@ -171,7 +176,8 @@ declare class SubscribePlanButtonComponent implements OnInit {
171
176
  currentPlanId: number;
172
177
  requestedPlanId: number;
173
178
  plan: number;
174
- visibleIfUserSignedIn: boolean;
179
+ visiblePlanStatus: boolean;
180
+ visibleSignup: boolean;
175
181
  planselect: EventEmitter<any>;
176
182
  constructor(appContext: AppContextService);
177
183
  ngOnInit(): void;
@@ -179,7 +185,7 @@ declare class SubscribePlanButtonComponent implements OnInit {
179
185
  private setValues;
180
186
  onPlanSelect(): void;
181
187
  static ɵfac: i0.ɵɵFactoryDeclaration<SubscribePlanButtonComponent, never>;
182
- static ɵcmp: i0.ɵɵComponentDeclaration<SubscribePlanButtonComponent, "anatoly-billing-subscribe-plan-button", never, { "plan": { "alias": "plan"; "required": false; }; "visibleIfUserSignedIn": { "alias": "visibleIfUserSignedIn"; "required": false; }; }, { "planselect": "planselect"; }, never, never, false, never>;
188
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubscribePlanButtonComponent, "anatoly-billing-subscribe-plan-button", never, { "plan": { "alias": "plan"; "required": false; }; "visiblePlanStatus": { "alias": "visiblePlanStatus"; "required": false; }; "visibleSignup": { "alias": "visibleSignup"; "required": false; }; }, { "planselect": "planselect"; }, never, never, false, never>;
183
189
  }
184
190
 
185
191
  declare function getAppSettingsById(id: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.30",
3
+ "version": "3.20.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",