@osovitny/anatoly 3.20.33 → 3.20.35

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
@@ -322,15 +322,16 @@ declare enum ModerationStatus {
322
322
  declare class GoServiceBase {
323
323
  protected route: ActivatedRoute;
324
324
  protected router: Router;
325
+ private initialized;
325
326
  protected isDevMode: boolean;
326
327
  protected currentApp: ICurrentApp;
327
328
  constructor(route: ActivatedRoute, router: Router);
328
- private internalInit;
329
- getHomeUrl(): string;
329
+ private ensureInitialized;
330
330
  navigate(commands: any[], extras?: NavigationExtras, reload?: boolean): void;
331
- homeReload(): void;
331
+ getHomeUrl(): string;
332
332
  locationReload(): void;
333
- home(): void;
333
+ home(reload?: boolean): void;
334
+ dashboard(reload?: boolean): void;
334
335
  accountClosed(): void;
335
336
  error(): void;
336
337
  error401(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.33",
3
+ "version": "3.20.35",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",