@osovitny/anatoly 3.17.136 → 3.17.137

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 PaypalSubscribeButtonComponent | typeof PaypalButtonComponent | typeof PaymentOptionsComponent | typeof PaymentMethodsComponent | typeof OrderSummaryComponent | typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof BraintreeDialog | typeof PayPalComponent | typeof StripeDialog)[];
2
+ export declare const COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PaypalSubscribeButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
@@ -1,4 +1,4 @@
1
- import { ActivatedRoute, Router } from '@angular/router';
1
+ import { ActivatedRoute, NavigationExtras, Router } from '@angular/router';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class GoServiceBase {
4
4
  protected route: ActivatedRoute;
@@ -10,7 +10,7 @@ export declare class GoServiceBase {
10
10
  constructor(route: ActivatedRoute, router: Router);
11
11
  private internalInit;
12
12
  getHomeUrl(): any;
13
- navigate(commands: any[], reload?: boolean): void;
13
+ navigate(commands: any[], extras?: NavigationExtras, reload?: boolean): void;
14
14
  homeReload(): void;
15
15
  locationReload(): void;
16
16
  home(): void;
@@ -1,2 +1,2 @@
1
- import { CardFooterComponent, CheckIconComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
- export declare const MAIN_COMPONENTS: (typeof LoadingComponent | typeof CardFooterComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof PageSpinnerComponent)[];
1
+ import { CardComponent, CheckIconComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
+ export declare const MAIN_COMPONENTS: (typeof CardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.136",
3
+ "version": "3.17.137",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",