@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.
- package/esm2022/lib/core/go/go.service.mjs +3 -3
- package/fesm2022/osovitny-anatoly.mjs +2 -2
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/billing/components/index.d.ts +1 -1
- package/lib/core/go/go.service.d.ts +2 -2
- package/lib/ui/components/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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
|
|
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 {
|
|
2
|
-
export declare const MAIN_COMPONENTS: (typeof
|
|
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)[];
|