@osovitny/anatoly 3.17.82 → 3.17.84
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/anatoly.module.mjs +2 -2
- package/esm2022/lib/billing/billing.module.mjs +2 -2
- package/esm2022/lib/billing/components/exports.mjs +2 -2
- package/esm2022/lib/billing/components/index.mjs +2 -2
- package/esm2022/lib/billing/components/paypal/paypal.component.mjs +2 -2
- package/esm2022/lib/billing/exports.mjs +2 -2
- package/esm2022/lib/billing/models/paypal-models.mjs +2 -2
- package/esm2022/lib/billing/services/paypal-script.service.mjs +2 -2
- package/esm2022/lib/core/browser.mjs +2 -2
- package/esm2022/lib/core/consts/core-settings.mjs +2 -2
- package/esm2022/lib/core/converts/convert.mjs +2 -2
- package/esm2022/lib/core/converts/dateConvert.mjs +2 -2
- package/esm2022/lib/core/converts/tz/tzParseTimezone.mjs +2 -2
- package/esm2022/lib/core/converts/tz/tzTokenizeDate.mjs +2 -2
- package/esm2022/lib/core/converts/xmlFormatter.mjs +2 -2
- package/esm2022/lib/core/core.module.mjs +2 -2
- package/esm2022/lib/core/dom.mjs +2 -2
- package/esm2022/lib/core/exports.mjs +2 -2
- package/esm2022/lib/core/go/base-go.service.mjs +2 -2
- package/esm2022/lib/core/guards/once-import.guard.mjs +2 -2
- package/esm2022/lib/core/guards/starter.guard.mjs +2 -2
- package/esm2022/lib/core/guid.mjs +2 -2
- package/esm2022/lib/core/interceptors/httpInterceptor.mjs +2 -2
- package/esm2022/lib/core/is.mjs +2 -2
- package/esm2022/lib/core/localization/localization.module.mjs +2 -2
- package/esm2022/lib/core/localization/localization.service.mjs +2 -2
- package/esm2022/lib/core/localization/localize.pipe.mjs +2 -2
- package/esm2022/lib/core/localization/settings.module.mjs +2 -2
- package/esm2022/lib/core/localization/utils.mjs +2 -2
- package/esm2022/lib/core/logging/globalErrorHandler.mjs +2 -2
- package/esm2022/lib/core/logging/logging.service.mjs +2 -2
- package/esm2022/lib/core/models/qs.mjs +2 -2
- package/esm2022/lib/core/notifications/alerts.mjs +2 -2
- package/esm2022/lib/core/notifications/interfaces/notification.mjs +2 -2
- package/esm2022/lib/core/notifications/services/notification-service.mjs +2 -2
- package/esm2022/lib/core/performance/stopwatch.mjs +2 -2
- package/esm2022/lib/core/services/appcontext.service.mjs +3 -2
- package/esm2022/lib/core/services/dm.service.mjs +2 -2
- package/esm2022/lib/core/services/google-analytics.service.mjs +2 -2
- package/esm2022/lib/core/services/idle.service.mjs +2 -2
- package/esm2022/lib/core/services/loading.service.mjs +2 -2
- package/esm2022/lib/core/services/script.service.mjs +2 -2
- package/esm2022/lib/core/services/starter.service.mjs +1 -1
- package/esm2022/lib/core/services/web-storage.service.mjs +2 -2
- package/esm2022/lib/core/subs.mjs +2 -2
- package/esm2022/lib/core/utils/qsutils.mjs +2 -2
- package/esm2022/lib/core/utils/utils.mjs +2 -2
- package/esm2022/lib/data/base/api.service.mjs +2 -2
- package/esm2022/lib/data/base/grid/grid-edit.service.mjs +2 -2
- package/esm2022/lib/data/base/grid/grid-read.service.mjs +2 -2
- package/esm2022/lib/data/data.module.mjs +11 -2
- package/esm2022/lib/data/exports.mjs +7 -3
- package/esm2022/lib/data/services/billing/currencies-api.service.mjs +41 -0
- package/esm2022/lib/data/services/billing/currencies-storage.service.mjs +92 -0
- package/esm2022/lib/data/services/billing/discountcodes-api.service.mjs +2 -2
- package/esm2022/lib/data/services/billing/payments-api.service.mjs +2 -2
- package/esm2022/lib/data/services/billing/transactions-api.service.mjs +43 -0
- package/esm2022/lib/data/services/core-api.service.mjs +2 -2
- package/esm2022/lib/data/services/emails-api.service.mjs +2 -2
- package/esm2022/lib/external/fa.module.mjs +2 -2
- package/esm2022/lib/external/kendo.module.mjs +2 -2
- package/esm2022/lib/iam/b2c/b2c.mjs +2 -2
- package/esm2022/lib/iam/b2c/consts.mjs +2 -2
- package/esm2022/lib/iam/b2c/index.mjs +2 -2
- package/esm2022/lib/iam/configs.mjs +2 -2
- package/esm2022/lib/iam/consts.mjs +2 -2
- package/esm2022/lib/iam/exports.mjs +2 -2
- package/esm2022/lib/iam/guards/admin.guard.mjs +2 -2
- package/esm2022/lib/iam/guards/authentication.guard.mjs +1 -1
- package/esm2022/lib/iam/guards/index.mjs +2 -2
- package/esm2022/lib/iam/iam-pages.module.mjs +2 -2
- package/esm2022/lib/iam/iam-pages.routes.mjs +2 -2
- package/esm2022/lib/iam/iam.module.mjs +2 -2
- package/esm2022/lib/iam/pages/signin.page.mjs +2 -2
- package/esm2022/lib/iam/pages/signout.page.mjs +2 -2
- package/esm2022/lib/iam/pages/signup.page.mjs +2 -2
- package/esm2022/lib/iam/redirect.mjs +2 -2
- package/esm2022/lib/iam/services/auth.service.mjs +1 -1
- package/esm2022/lib/iam/storage.mjs +2 -2
- package/esm2022/lib/iam/utils.mjs +2 -2
- package/esm2022/lib/ui/components/base/components/component.mjs +2 -2
- package/esm2022/lib/ui/components/base/components/edit.component.mjs +2 -2
- package/esm2022/lib/ui/components/base/components/enum-edit.component.mjs +2 -2
- package/esm2022/lib/ui/components/base/dialog.mjs +2 -2
- package/esm2022/lib/ui/components/base/list.mjs +2 -2
- package/esm2022/lib/ui/components/base/pages/edit.page.mjs +2 -2
- package/esm2022/lib/ui/components/base/pages/page.mjs +2 -2
- package/esm2022/lib/ui/components/base/pages/paged.page.mjs +2 -2
- package/esm2022/lib/ui/components/billing/buyaccess-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/billing/subscribe-plan-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/card/card-body.component.mjs +2 -2
- package/esm2022/lib/ui/components/card/card-footer.component.mjs +2 -2
- package/esm2022/lib/ui/components/card/card-header.component.mjs +2 -2
- package/esm2022/lib/ui/components/card/card.component.mjs +2 -2
- package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +2 -2
- package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +2 -2
- package/esm2022/lib/ui/components/datapager/datapager.component.mjs +2 -2
- package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +2 -2
- package/esm2022/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.mjs +2 -2
- package/esm2022/lib/ui/components/exports.mjs +2 -2
- package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +1 -1
- package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +2 -2
- package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +2 -2
- package/esm2022/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +2 -2
- package/esm2022/lib/ui/components/identity/signin-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/identity/signout-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/identity/signup-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/index.mjs +2 -2
- package/esm2022/lib/ui/components/nodata/nodata.component.mjs +2 -2
- package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +2 -2
- package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +2 -2
- package/esm2022/lib/ui/components/urlslug/urlslug.component.mjs +2 -2
- package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +2 -2
- package/esm2022/lib/ui/dialogs/exports.mjs +2 -2
- package/esm2022/lib/ui/dialogs/index.mjs +2 -2
- package/esm2022/lib/ui/directives/exports.mjs +2 -2
- package/esm2022/lib/ui/directives/hover.directive.mjs +2 -2
- package/esm2022/lib/ui/directives/index.mjs +2 -2
- package/esm2022/lib/ui/directives/native-element.directive.mjs +2 -2
- package/esm2022/lib/ui/exports.mjs +2 -2
- package/esm2022/lib/ui/forms/components/address/address.component.mjs +2 -2
- package/esm2022/lib/ui/forms/components/company/company.component.mjs +2 -2
- package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +2 -2
- package/esm2022/lib/ui/forms/exports.mjs +2 -2
- package/esm2022/lib/ui/forms/index.mjs +2 -2
- package/esm2022/lib/ui/pipes/exports.mjs +2 -2
- package/esm2022/lib/ui/pipes/filesize.pipe.mjs +2 -2
- package/esm2022/lib/ui/pipes/index.mjs +2 -2
- package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +2 -2
- package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +2 -2
- package/esm2022/lib/ui/ui.module.mjs +2 -2
- package/esm2022/lib/ui/validation/exports.mjs +2 -2
- package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +2 -2
- package/esm2022/lib/ui/validation/index.mjs +2 -2
- package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +2 -2
- package/esm2022/lib/ui/validation/validation-summary.component.mjs +2 -2
- package/fesm2022/osovitny-anatoly.mjs +294 -128
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/data/exports.d.ts +3 -0
- package/lib/data/services/billing/currencies-api.service.d.ts +12 -0
- package/lib/data/services/billing/currencies-storage.service.d.ts +22 -0
- package/lib/data/services/billing/transactions-api.service.d.ts +13 -0
- package/lib/ui/components/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/data/exports.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
export * from './base/api.service';
|
|
2
2
|
export * from './base/grid/grid-read.service';
|
|
3
3
|
export * from './base/grid/grid-edit.service';
|
|
4
|
+
export * from './services/billing/currencies-api.service';
|
|
5
|
+
export * from './services/billing/currencies-storage.service';
|
|
4
6
|
export * from './services/billing/discountcodes-api.service';
|
|
5
7
|
export * from './services/billing/payments-api.service';
|
|
8
|
+
export * from './services/billing/transactions-api.service';
|
|
6
9
|
export * from './services/core-api.service';
|
|
7
10
|
export * from './services/emails-api.service';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ApiServiceBase } from '../../base/api.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CurrenciesApiService extends ApiServiceBase {
|
|
6
|
+
protected http: HttpClient;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
getCurrencies(): Observable<any>;
|
|
9
|
+
getRates(): Observable<any>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CurrenciesApiService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CurrenciesApiService>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { CurrenciesApiService } from './currencies-api.service';
|
|
2
|
+
import { AppContextService } from '../../../core/services/appcontext.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CurrenciesStorageService {
|
|
5
|
+
private appContext;
|
|
6
|
+
private api;
|
|
7
|
+
rates: any;
|
|
8
|
+
private _currencyUpdated;
|
|
9
|
+
private _ratesLoaded;
|
|
10
|
+
readonly currencyUpdated$: import("rxjs").Observable<string>;
|
|
11
|
+
readonly ratesLoaded$: import("rxjs").Observable<string>;
|
|
12
|
+
defaultCurrency: string;
|
|
13
|
+
constructor(appContext: AppContextService, api: CurrenciesApiService);
|
|
14
|
+
private setValues;
|
|
15
|
+
private fireUpdated;
|
|
16
|
+
private fireRatesLoaded;
|
|
17
|
+
changeCurrency(currency: string): void;
|
|
18
|
+
toDisplayPrice(price: any): any;
|
|
19
|
+
get currentCurrencyRateOrDefault(): any;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CurrenciesStorageService, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CurrenciesStorageService>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ApiServiceBase } from '../../base/api.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class TransactionsApiService extends ApiServiceBase {
|
|
6
|
+
protected http: HttpClient;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
getTransactionById(id: any): Observable<any>;
|
|
9
|
+
getTransactionByReceiptNum(receiptNum: any): Observable<any>;
|
|
10
|
+
getTransactions(data: any): Observable<any>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionsApiService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionsApiService>;
|
|
13
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CheckIconComponent, Copy2ClipboardComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
|
|
2
|
-
export declare const MAIN_COMPONENTS: (typeof
|
|
2
|
+
export declare const MAIN_COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent | typeof Copy2ClipboardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CardComponent)[];
|