@osovitny/anatoly 3.20.37 → 3.20.39

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
@@ -7,7 +7,7 @@ import * as i3 from 'ngx-toastr';
7
7
  import { ToastrService } from 'ngx-toastr';
8
8
  import * as i11 from '@progress/kendo-angular-dialog';
9
9
  import { DialogThemeColor } from '@progress/kendo-angular-dialog';
10
- import * as i40 from '@angular/forms';
10
+ import * as i41 from '@angular/forms';
11
11
  import { FormGroup, AbstractControl, ValidatorFn, AbstractControlOptions, AsyncValidatorFn, FormControl, FormBuilder, NgControl } from '@angular/forms';
12
12
  import { HTMLBeautifyOptions } from 'js-beautify';
13
13
  import * as i2$1 from '@angular/router';
@@ -24,7 +24,7 @@ import { Title, Meta, MetaDefinition, DomSanitizer } from '@angular/platform-bro
24
24
  import * as i1 from '@angular/common';
25
25
  import { Location } from '@angular/common';
26
26
  import { SizeProp } from '@fortawesome/fontawesome-svg-core';
27
- import * as i41 from 'ngx-captcha';
27
+ import * as i42 from 'ngx-captcha';
28
28
  import { ReCaptchaV3Service } from 'ngx-captcha';
29
29
  import * as i2$2 from '@fortawesome/angular-fontawesome';
30
30
  import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
@@ -46,7 +46,7 @@ import * as i17 from '@progress/kendo-angular-ripple';
46
46
  import * as i18 from '@progress/kendo-angular-popup';
47
47
  import * as i19 from '@progress/kendo-angular-treeview';
48
48
  import * as i20 from '@progress/kendo-angular-tooltip';
49
- import * as i42 from 'angular-froala-wysiwyg';
49
+ import * as i43 from 'angular-froala-wysiwyg';
50
50
 
51
51
  declare class ApiServiceBase {
52
52
  protected http: HttpClient;
@@ -681,6 +681,29 @@ declare class ScriptService {
681
681
  static ɵprov: i0.ɵɵInjectableDeclaration<ScriptService>;
682
682
  }
683
683
 
684
+ declare class Message2User {
685
+ type: number;
686
+ block: boolean;
687
+ timeout?: number;
688
+ constructor(type: number, block: boolean, timeout?: any);
689
+ }
690
+ interface Message2UserConfig {
691
+ type: number;
692
+ image?: string;
693
+ color?: string;
694
+ title?: string;
695
+ message: string;
696
+ }
697
+ declare class Message2UserService extends BehaviorSubject<Message2User> {
698
+ private configs;
699
+ constructor();
700
+ init(configs: any): void;
701
+ getConfig(type: number): any;
702
+ notify(type: number, block?: boolean, timeout?: any): void;
703
+ static ɵfac: i0.ɵɵFactoryDeclaration<Message2UserService, never>;
704
+ static ɵprov: i0.ɵɵInjectableDeclaration<Message2UserService>;
705
+ }
706
+
684
707
  declare class DOM {
685
708
  private static dir;
686
709
  static first(elements: HTMLElement[]): HTMLElement;
@@ -959,7 +982,7 @@ declare class PaymentsApiService extends ApiServiceBase {
959
982
  constructor(http: HttpClient);
960
983
  createStripeSession(amount: any, currency: any, name: any, description: any, image: any): Observable<any>;
961
984
  createBraintreeToken(): Observable<any>;
962
- addPayment(paymentMethod: any, paidFor: any, subtotal: any, promoCode: any, total: any, currency: any, pmId: any, pmStatus: any, pmDetails: any, success?: Function, error?: Function): rxjs.Subscription;
985
+ addPayment(paymentMethod: any, planId: any, paidFor: any, subtotal: any, promoCode: any, total: any, currency: any, pmId: any, pmStatus: any, pmDetails: any, success?: Function, error?: Function): rxjs.Subscription;
963
986
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentsApiService, never>;
964
987
  static ɵprov: i0.ɵɵInjectableDeclaration<PaymentsApiService>;
965
988
  }
@@ -982,7 +1005,7 @@ declare class BillingService {
982
1005
  fireSubscriptionAdded(paymentInProgress: any, paymentFailed: any): void;
983
1006
  createStripeSession(amount: any, currency: any, title: any, description: any, image: any): rxjs.Observable<any>;
984
1007
  createBraintreeToken(): rxjs.Observable<any>;
985
- addPayment(paymentMethod: any, paidFor: any, subtotal: any, promoCode: any, total: any, currency: any, pmId: any, pmStatus: any, pmDetails: any): void;
1008
+ addPayment(paymentMethod: any, planId: any, paidFor: any, subtotal: any, promoCode: any, total: any, currency: any, pmId: any, pmStatus: any, pmDetails: any): void;
986
1009
  paymentSuccessful(stage: PaymentStage): void;
987
1010
  paymentFailed(stage: PaymentStage): void;
988
1011
  setPaymentProgress(stage: PaymentStage, paymentInProgress: any, isPaymentFailed: any): void;
@@ -997,6 +1020,7 @@ declare class BraintreeDialog extends DialogBase {
997
1020
  private ns;
998
1021
  braintreeInstance: any;
999
1022
  deviceData: any;
1023
+ planId: any;
1000
1024
  paidFor: any;
1001
1025
  title: any;
1002
1026
  description: any;
@@ -1011,7 +1035,7 @@ declare class BraintreeDialog extends DialogBase {
1011
1035
  onClose(): void;
1012
1036
  get visible(): boolean;
1013
1037
  static ɵfac: i0.ɵɵFactoryDeclaration<BraintreeDialog, never>;
1014
- static ɵcmp: i0.ɵɵComponentDeclaration<BraintreeDialog, "anatoly-billing-braintree-dialog", never, { "paidFor": { "alias": "paidFor"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "image": { "alias": "image"; "required": false; }; }, {}, never, never, false, never>;
1038
+ static ɵcmp: i0.ɵɵComponentDeclaration<BraintreeDialog, "anatoly-billing-braintree-dialog", never, { "planId": { "alias": "planId"; "required": false; }; "paidFor": { "alias": "paidFor"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "image": { "alias": "image"; "required": false; }; }, {}, never, never, false, never>;
1015
1039
  }
1016
1040
 
1017
1041
  interface IPayPalConfig {
@@ -1304,8 +1328,9 @@ declare class PaypalButtonComponent extends ComponentBase {
1304
1328
  private bs;
1305
1329
  private ps;
1306
1330
  payPalConfig?: IPayPalConfig;
1307
- paidForTitle: string;
1331
+ planId: any;
1308
1332
  paidFor: any;
1333
+ paidForTitle: string;
1309
1334
  constructor(bs: BillingService, ps: PaymentsService);
1310
1335
  ngOnInit(): void;
1311
1336
  private setDefaults;
@@ -1313,7 +1338,7 @@ declare class PaypalButtonComponent extends ComponentBase {
1313
1338
  private initPayPal;
1314
1339
  get visible(): boolean;
1315
1340
  static ɵfac: i0.ɵɵFactoryDeclaration<PaypalButtonComponent, never>;
1316
- static ɵcmp: i0.ɵɵComponentDeclaration<PaypalButtonComponent, "anatoly-billing-paypal-button", never, { "paidForTitle": { "alias": "paidForTitle"; "required": false; }; "paidFor": { "alias": "paidFor"; "required": false; }; }, {}, never, never, false, never>;
1341
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaypalButtonComponent, "anatoly-billing-paypal-button", never, { "planId": { "alias": "planId"; "required": false; }; "paidFor": { "alias": "paidFor"; "required": false; }; "paidForTitle": { "alias": "paidForTitle"; "required": false; }; }, {}, never, never, false, never>;
1317
1342
  }
1318
1343
 
1319
1344
  declare class PaypalSubscribeButtonComponent extends ComponentBase {
@@ -1402,6 +1427,7 @@ declare class StripeDialog extends DialogBase {
1402
1427
  stripe: any;
1403
1428
  stripeCheckout: any;
1404
1429
  sessionId: any;
1430
+ planId: any;
1405
1431
  paidFor: any;
1406
1432
  title: any;
1407
1433
  description: any;
@@ -1413,7 +1439,7 @@ declare class StripeDialog extends DialogBase {
1413
1439
  onClose(): void;
1414
1440
  get visible(): boolean;
1415
1441
  static ɵfac: i0.ɵɵFactoryDeclaration<StripeDialog, never>;
1416
- static ɵcmp: i0.ɵɵComponentDeclaration<StripeDialog, "anatoly-billing-stripe-dialog", never, { "paidFor": { "alias": "paidFor"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "image": { "alias": "image"; "required": false; }; }, {}, never, never, false, never>;
1442
+ static ɵcmp: i0.ɵɵComponentDeclaration<StripeDialog, "anatoly-billing-stripe-dialog", never, { "planId": { "alias": "planId"; "required": false; }; "paidFor": { "alias": "paidFor"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "image": { "alias": "image"; "required": false; }; }, {}, never, never, false, never>;
1417
1443
  }
1418
1444
 
1419
1445
  declare class BillingUtils {
@@ -1762,6 +1788,22 @@ declare class NoMobileSupportComponent extends ComponentBase {
1762
1788
  static ɵcmp: i0.ɵɵComponentDeclaration<NoMobileSupportComponent, "anatoly-no-mobile-support", never, { "logo": { "alias": "logo"; "required": false; }; }, {}, never, never, false, never>;
1763
1789
  }
1764
1790
 
1791
+ declare class Message2UserComponent extends ComponentBase implements OnInit {
1792
+ private go;
1793
+ private ns;
1794
+ show: boolean;
1795
+ message: any;
1796
+ config: any;
1797
+ constructor(go: GoServiceBase, ns: Message2UserService);
1798
+ ngOnInit(): void;
1799
+ private setDefaults;
1800
+ private setValues;
1801
+ onCloseAndBlock(): void;
1802
+ onClose(): void;
1803
+ static ɵfac: i0.ɵɵFactoryDeclaration<Message2UserComponent, never>;
1804
+ static ɵcmp: i0.ɵɵComponentDeclaration<Message2UserComponent, "anatoly-message2user", never, {}, {}, never, ["*"], false, never>;
1805
+ }
1806
+
1765
1807
  declare class LoadingComponent extends ComponentBase implements OnInit {
1766
1808
  private loadingService;
1767
1809
  show: boolean;
@@ -2065,13 +2107,13 @@ declare class KendoModule {
2065
2107
 
2066
2108
  declare class AnatolyUIModule {
2067
2109
  static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyUIModule, never>;
2068
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyUIModule, [typeof CardComponent, typeof CardHeaderComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CheckIconComponent, typeof Copy2ClipboardComponent, typeof ControlPanelComponent, typeof DataPagerComponent, typeof CountryDropdownlist, typeof LanguageDropdownlist, typeof ModerationStatusDropdownlist, typeof PublishStatusDropdownlist, typeof TimezoneDropdownlist, typeof HtmlEditorComponent, typeof SignInButtonComponent, typeof SignUpButtonComponent, typeof SignOutButtonComponent, typeof NodataComponent, typeof NoMobileSupportComponent, typeof PageSpinnerComponent, typeof LoadingComponent, typeof UrlSlugComponent, typeof FeatureWillBeReadyComponent, typeof YouAgreeToOurTermsComponent, typeof ContactUsDialog, typeof HoveringDirective, typeof AReplacerDirective, typeof ImageReplacerDirective, typeof NativeElementDirective, typeof AddressComponent, typeof CompanyComponent, typeof ContactUsForm, typeof SafeHtmlPipe, typeof ReplaceTextPipe, typeof FileSizePipe, typeof FormValidationSummaryComponent, typeof ItemValidationSummaryComponent], [typeof i1.CommonModule, typeof i2$1.RouterModule, typeof i40.ReactiveFormsModule, typeof i40.FormsModule, typeof i41.NgxCaptchaModule, typeof i42.FERootModule, typeof FaModule, typeof KendoModule], [typeof CardComponent, typeof CardHeaderComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CheckIconComponent, typeof Copy2ClipboardComponent, typeof ControlPanelComponent, typeof DataPagerComponent, typeof CountryDropdownlist, typeof LanguageDropdownlist, typeof ModerationStatusDropdownlist, typeof PublishStatusDropdownlist, typeof TimezoneDropdownlist, typeof HtmlEditorComponent, typeof SignInButtonComponent, typeof SignUpButtonComponent, typeof SignOutButtonComponent, typeof NodataComponent, typeof NoMobileSupportComponent, typeof PageSpinnerComponent, typeof LoadingComponent, typeof UrlSlugComponent, typeof FeatureWillBeReadyComponent, typeof YouAgreeToOurTermsComponent, typeof ContactUsDialog, typeof HoveringDirective, typeof AReplacerDirective, typeof ImageReplacerDirective, typeof NativeElementDirective, typeof AddressComponent, typeof CompanyComponent, typeof ContactUsForm, typeof SafeHtmlPipe, typeof ReplaceTextPipe, typeof FileSizePipe, typeof FormValidationSummaryComponent, typeof ItemValidationSummaryComponent]>;
2110
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyUIModule, [typeof CardComponent, typeof CardHeaderComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CheckIconComponent, typeof Copy2ClipboardComponent, typeof ControlPanelComponent, typeof DataPagerComponent, typeof CountryDropdownlist, typeof LanguageDropdownlist, typeof ModerationStatusDropdownlist, typeof PublishStatusDropdownlist, typeof TimezoneDropdownlist, typeof HtmlEditorComponent, typeof SignInButtonComponent, typeof SignUpButtonComponent, typeof SignOutButtonComponent, typeof NodataComponent, typeof NoMobileSupportComponent, typeof Message2UserComponent, typeof PageSpinnerComponent, typeof LoadingComponent, typeof UrlSlugComponent, typeof FeatureWillBeReadyComponent, typeof YouAgreeToOurTermsComponent, typeof ContactUsDialog, typeof HoveringDirective, typeof AReplacerDirective, typeof ImageReplacerDirective, typeof NativeElementDirective, typeof AddressComponent, typeof CompanyComponent, typeof ContactUsForm, typeof SafeHtmlPipe, typeof ReplaceTextPipe, typeof FileSizePipe, typeof FormValidationSummaryComponent, typeof ItemValidationSummaryComponent], [typeof i1.CommonModule, typeof i2$1.RouterModule, typeof i41.ReactiveFormsModule, typeof i41.FormsModule, typeof i42.NgxCaptchaModule, typeof i43.FERootModule, typeof FaModule, typeof KendoModule], [typeof CardComponent, typeof CardHeaderComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CheckIconComponent, typeof Copy2ClipboardComponent, typeof ControlPanelComponent, typeof DataPagerComponent, typeof CountryDropdownlist, typeof LanguageDropdownlist, typeof ModerationStatusDropdownlist, typeof PublishStatusDropdownlist, typeof TimezoneDropdownlist, typeof HtmlEditorComponent, typeof SignInButtonComponent, typeof SignUpButtonComponent, typeof SignOutButtonComponent, typeof NodataComponent, typeof NoMobileSupportComponent, typeof Message2UserComponent, typeof PageSpinnerComponent, typeof LoadingComponent, typeof UrlSlugComponent, typeof FeatureWillBeReadyComponent, typeof YouAgreeToOurTermsComponent, typeof ContactUsDialog, typeof HoveringDirective, typeof AReplacerDirective, typeof ImageReplacerDirective, typeof NativeElementDirective, typeof AddressComponent, typeof CompanyComponent, typeof ContactUsForm, typeof SafeHtmlPipe, typeof ReplaceTextPipe, typeof FileSizePipe, typeof FormValidationSummaryComponent, typeof ItemValidationSummaryComponent]>;
2069
2111
  static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyUIModule>;
2070
2112
  }
2071
2113
 
2072
2114
  declare class AnatolyBillingModule {
2073
2115
  static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyBillingModule, never>;
2074
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyBillingModule, [typeof BuyAccessButtonComponent, typeof SubscribePlanButtonComponent, typeof OrderSummaryComponent, typeof PaymentMethodsComponent, typeof PaymentOptionsComponent, typeof BraintreeDialog, typeof PaypalButtonComponent, typeof PaypalSubscribeButtonComponent, typeof PayPalComponent, typeof StripeDialog], [typeof i1.CommonModule, typeof i40.ReactiveFormsModule, typeof i40.FormsModule, typeof FaModule, typeof KendoModule, typeof AnatolyUIModule], [typeof BuyAccessButtonComponent, typeof SubscribePlanButtonComponent, typeof OrderSummaryComponent, typeof PaymentMethodsComponent, typeof PaymentOptionsComponent, typeof BraintreeDialog, typeof PaypalButtonComponent, typeof PaypalSubscribeButtonComponent, typeof PayPalComponent, typeof StripeDialog]>;
2116
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyBillingModule, [typeof BuyAccessButtonComponent, typeof SubscribePlanButtonComponent, typeof OrderSummaryComponent, typeof PaymentMethodsComponent, typeof PaymentOptionsComponent, typeof BraintreeDialog, typeof PaypalButtonComponent, typeof PaypalSubscribeButtonComponent, typeof PayPalComponent, typeof StripeDialog], [typeof i1.CommonModule, typeof i41.ReactiveFormsModule, typeof i41.FormsModule, typeof FaModule, typeof KendoModule, typeof AnatolyUIModule], [typeof BuyAccessButtonComponent, typeof SubscribePlanButtonComponent, typeof OrderSummaryComponent, typeof PaymentMethodsComponent, typeof PaymentOptionsComponent, typeof BraintreeDialog, typeof PaypalButtonComponent, typeof PaypalSubscribeButtonComponent, typeof PayPalComponent, typeof StripeDialog]>;
2075
2117
  static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyBillingModule>;
2076
2118
  }
2077
2119
 
@@ -2083,5 +2125,5 @@ declare class AnatolyModule {
2083
2125
  static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyModule>;
2084
2126
  }
2085
2127
 
2086
- export { AReplacerDirective, AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppVersion, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingService, BillingUtils, BraintreeDialog, BrowserService, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, ControlPanelComponent, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, ImageReplacerDirective, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10nUtils, LanguageDropdownlist, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationModule, LocalizationService, LocalizePipe, LoggingService, MSALUtils, Mode, ModerationStatus, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentMethodsComponent, PaymentOptionsComponent, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, PaypalSubscribeButtonComponent, PromoCodesApiService, PublishStatus, PublishStatusDropdownlist, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, SubscriptionProvider, SubscriptionsApiService, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, YouAgreeToOurTermsComponent, dateFormats, dateTimeFormats, formatUrl, getAppCoreSettings, getAppSettingsById, getAppSettingsByName, getCurrentApp, getLocalizationInjector, is, resetAppCoreSettings, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
2087
- export type { ICurrentApp, INotification };
2128
+ export { AReplacerDirective, AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppVersion, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingService, BillingUtils, BraintreeDialog, BrowserService, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, ControlPanelComponent, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, ImageReplacerDirective, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10nUtils, LanguageDropdownlist, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationModule, LocalizationService, LocalizePipe, LoggingService, MSALUtils, Message2User, Message2UserComponent, Message2UserService, Mode, ModerationStatus, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentMethodsComponent, PaymentOptionsComponent, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, PaypalSubscribeButtonComponent, PromoCodesApiService, PublishStatus, PublishStatusDropdownlist, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, SubscriptionProvider, SubscriptionsApiService, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, YouAgreeToOurTermsComponent, dateFormats, dateTimeFormats, formatUrl, getAppCoreSettings, getAppSettingsById, getAppSettingsByName, getCurrentApp, getLocalizationInjector, is, resetAppCoreSettings, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
2129
+ export type { ICurrentApp, INotification, Message2UserConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.37",
3
+ "version": "3.20.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",