@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.
Files changed (144) hide show
  1. package/esm2022/lib/anatoly.module.mjs +2 -2
  2. package/esm2022/lib/billing/billing.module.mjs +2 -2
  3. package/esm2022/lib/billing/components/exports.mjs +2 -2
  4. package/esm2022/lib/billing/components/index.mjs +2 -2
  5. package/esm2022/lib/billing/components/paypal/paypal.component.mjs +2 -2
  6. package/esm2022/lib/billing/exports.mjs +2 -2
  7. package/esm2022/lib/billing/models/paypal-models.mjs +2 -2
  8. package/esm2022/lib/billing/services/paypal-script.service.mjs +2 -2
  9. package/esm2022/lib/core/browser.mjs +2 -2
  10. package/esm2022/lib/core/consts/core-settings.mjs +2 -2
  11. package/esm2022/lib/core/converts/convert.mjs +2 -2
  12. package/esm2022/lib/core/converts/dateConvert.mjs +2 -2
  13. package/esm2022/lib/core/converts/tz/tzParseTimezone.mjs +2 -2
  14. package/esm2022/lib/core/converts/tz/tzTokenizeDate.mjs +2 -2
  15. package/esm2022/lib/core/converts/xmlFormatter.mjs +2 -2
  16. package/esm2022/lib/core/core.module.mjs +2 -2
  17. package/esm2022/lib/core/dom.mjs +2 -2
  18. package/esm2022/lib/core/exports.mjs +2 -2
  19. package/esm2022/lib/core/go/base-go.service.mjs +2 -2
  20. package/esm2022/lib/core/guards/once-import.guard.mjs +2 -2
  21. package/esm2022/lib/core/guards/starter.guard.mjs +2 -2
  22. package/esm2022/lib/core/guid.mjs +2 -2
  23. package/esm2022/lib/core/interceptors/httpInterceptor.mjs +2 -2
  24. package/esm2022/lib/core/is.mjs +2 -2
  25. package/esm2022/lib/core/localization/localization.module.mjs +2 -2
  26. package/esm2022/lib/core/localization/localization.service.mjs +2 -2
  27. package/esm2022/lib/core/localization/localize.pipe.mjs +2 -2
  28. package/esm2022/lib/core/localization/settings.module.mjs +2 -2
  29. package/esm2022/lib/core/localization/utils.mjs +2 -2
  30. package/esm2022/lib/core/logging/globalErrorHandler.mjs +2 -2
  31. package/esm2022/lib/core/logging/logging.service.mjs +2 -2
  32. package/esm2022/lib/core/models/qs.mjs +2 -2
  33. package/esm2022/lib/core/notifications/alerts.mjs +2 -2
  34. package/esm2022/lib/core/notifications/interfaces/notification.mjs +2 -2
  35. package/esm2022/lib/core/notifications/services/notification-service.mjs +2 -2
  36. package/esm2022/lib/core/performance/stopwatch.mjs +2 -2
  37. package/esm2022/lib/core/services/appcontext.service.mjs +3 -2
  38. package/esm2022/lib/core/services/dm.service.mjs +2 -2
  39. package/esm2022/lib/core/services/google-analytics.service.mjs +2 -2
  40. package/esm2022/lib/core/services/idle.service.mjs +2 -2
  41. package/esm2022/lib/core/services/loading.service.mjs +2 -2
  42. package/esm2022/lib/core/services/script.service.mjs +2 -2
  43. package/esm2022/lib/core/services/starter.service.mjs +1 -1
  44. package/esm2022/lib/core/services/web-storage.service.mjs +2 -2
  45. package/esm2022/lib/core/subs.mjs +2 -2
  46. package/esm2022/lib/core/utils/qsutils.mjs +2 -2
  47. package/esm2022/lib/core/utils/utils.mjs +2 -2
  48. package/esm2022/lib/data/base/api.service.mjs +2 -2
  49. package/esm2022/lib/data/base/grid/grid-edit.service.mjs +2 -2
  50. package/esm2022/lib/data/base/grid/grid-read.service.mjs +2 -2
  51. package/esm2022/lib/data/data.module.mjs +11 -2
  52. package/esm2022/lib/data/exports.mjs +7 -3
  53. package/esm2022/lib/data/services/billing/currencies-api.service.mjs +41 -0
  54. package/esm2022/lib/data/services/billing/currencies-storage.service.mjs +92 -0
  55. package/esm2022/lib/data/services/billing/discountcodes-api.service.mjs +2 -2
  56. package/esm2022/lib/data/services/billing/payments-api.service.mjs +2 -2
  57. package/esm2022/lib/data/services/billing/transactions-api.service.mjs +43 -0
  58. package/esm2022/lib/data/services/core-api.service.mjs +2 -2
  59. package/esm2022/lib/data/services/emails-api.service.mjs +2 -2
  60. package/esm2022/lib/external/fa.module.mjs +2 -2
  61. package/esm2022/lib/external/kendo.module.mjs +2 -2
  62. package/esm2022/lib/iam/b2c/b2c.mjs +2 -2
  63. package/esm2022/lib/iam/b2c/consts.mjs +2 -2
  64. package/esm2022/lib/iam/b2c/index.mjs +2 -2
  65. package/esm2022/lib/iam/configs.mjs +2 -2
  66. package/esm2022/lib/iam/consts.mjs +2 -2
  67. package/esm2022/lib/iam/exports.mjs +2 -2
  68. package/esm2022/lib/iam/guards/admin.guard.mjs +2 -2
  69. package/esm2022/lib/iam/guards/authentication.guard.mjs +1 -1
  70. package/esm2022/lib/iam/guards/index.mjs +2 -2
  71. package/esm2022/lib/iam/iam-pages.module.mjs +2 -2
  72. package/esm2022/lib/iam/iam-pages.routes.mjs +2 -2
  73. package/esm2022/lib/iam/iam.module.mjs +2 -2
  74. package/esm2022/lib/iam/pages/signin.page.mjs +2 -2
  75. package/esm2022/lib/iam/pages/signout.page.mjs +2 -2
  76. package/esm2022/lib/iam/pages/signup.page.mjs +2 -2
  77. package/esm2022/lib/iam/redirect.mjs +2 -2
  78. package/esm2022/lib/iam/services/auth.service.mjs +1 -1
  79. package/esm2022/lib/iam/storage.mjs +2 -2
  80. package/esm2022/lib/iam/utils.mjs +2 -2
  81. package/esm2022/lib/ui/components/base/components/component.mjs +2 -2
  82. package/esm2022/lib/ui/components/base/components/edit.component.mjs +2 -2
  83. package/esm2022/lib/ui/components/base/components/enum-edit.component.mjs +2 -2
  84. package/esm2022/lib/ui/components/base/dialog.mjs +2 -2
  85. package/esm2022/lib/ui/components/base/list.mjs +2 -2
  86. package/esm2022/lib/ui/components/base/pages/edit.page.mjs +2 -2
  87. package/esm2022/lib/ui/components/base/pages/page.mjs +2 -2
  88. package/esm2022/lib/ui/components/base/pages/paged.page.mjs +2 -2
  89. package/esm2022/lib/ui/components/billing/buyaccess-button.component.mjs +2 -2
  90. package/esm2022/lib/ui/components/billing/subscribe-plan-button.component.mjs +2 -2
  91. package/esm2022/lib/ui/components/card/card-body.component.mjs +2 -2
  92. package/esm2022/lib/ui/components/card/card-footer.component.mjs +2 -2
  93. package/esm2022/lib/ui/components/card/card-header.component.mjs +2 -2
  94. package/esm2022/lib/ui/components/card/card.component.mjs +2 -2
  95. package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +2 -2
  96. package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +2 -2
  97. package/esm2022/lib/ui/components/datapager/datapager.component.mjs +2 -2
  98. package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +2 -2
  99. package/esm2022/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.mjs +2 -2
  100. package/esm2022/lib/ui/components/exports.mjs +2 -2
  101. package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +1 -1
  102. package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +2 -2
  103. package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +2 -2
  104. package/esm2022/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +2 -2
  105. package/esm2022/lib/ui/components/identity/signin-button.component.mjs +2 -2
  106. package/esm2022/lib/ui/components/identity/signout-button.component.mjs +2 -2
  107. package/esm2022/lib/ui/components/identity/signup-button.component.mjs +2 -2
  108. package/esm2022/lib/ui/components/index.mjs +2 -2
  109. package/esm2022/lib/ui/components/nodata/nodata.component.mjs +2 -2
  110. package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +2 -2
  111. package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +2 -2
  112. package/esm2022/lib/ui/components/urlslug/urlslug.component.mjs +2 -2
  113. package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +2 -2
  114. package/esm2022/lib/ui/dialogs/exports.mjs +2 -2
  115. package/esm2022/lib/ui/dialogs/index.mjs +2 -2
  116. package/esm2022/lib/ui/directives/exports.mjs +2 -2
  117. package/esm2022/lib/ui/directives/hover.directive.mjs +2 -2
  118. package/esm2022/lib/ui/directives/index.mjs +2 -2
  119. package/esm2022/lib/ui/directives/native-element.directive.mjs +2 -2
  120. package/esm2022/lib/ui/exports.mjs +2 -2
  121. package/esm2022/lib/ui/forms/components/address/address.component.mjs +2 -2
  122. package/esm2022/lib/ui/forms/components/company/company.component.mjs +2 -2
  123. package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +2 -2
  124. package/esm2022/lib/ui/forms/exports.mjs +2 -2
  125. package/esm2022/lib/ui/forms/index.mjs +2 -2
  126. package/esm2022/lib/ui/pipes/exports.mjs +2 -2
  127. package/esm2022/lib/ui/pipes/filesize.pipe.mjs +2 -2
  128. package/esm2022/lib/ui/pipes/index.mjs +2 -2
  129. package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +2 -2
  130. package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +2 -2
  131. package/esm2022/lib/ui/ui.module.mjs +2 -2
  132. package/esm2022/lib/ui/validation/exports.mjs +2 -2
  133. package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +2 -2
  134. package/esm2022/lib/ui/validation/index.mjs +2 -2
  135. package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +2 -2
  136. package/esm2022/lib/ui/validation/validation-summary.component.mjs +2 -2
  137. package/fesm2022/osovitny-anatoly.mjs +294 -128
  138. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  139. package/lib/data/exports.d.ts +3 -0
  140. package/lib/data/services/billing/currencies-api.service.d.ts +12 -0
  141. package/lib/data/services/billing/currencies-storage.service.d.ts +22 -0
  142. package/lib/data/services/billing/transactions-api.service.d.ts +13 -0
  143. package/lib/ui/components/index.d.ts +1 -1
  144. package/package.json +1 -1
@@ -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 TimezoneDropdownlist | typeof CountryDropdownlist | typeof SubscribePlanButtonComponent | typeof BuyAccessButtonComponent | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent | typeof Copy2ClipboardComponent | typeof CardComponent)[];
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)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.82",
3
+ "version": "3.17.84",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",