@osovitny/anatoly 3.19.48 → 3.20.0

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 (170) hide show
  1. package/fesm2022/osovitny-anatoly.mjs +68 -81
  2. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  3. package/index.d.ts +2075 -5
  4. package/package.json +51 -52
  5. package/lib/anatoly.module.d.ts +0 -11
  6. package/lib/billing/billing.module.d.ts +0 -21
  7. package/lib/billing/components/buttons/buyaccess-button.component.d.ts +0 -19
  8. package/lib/billing/components/buttons/subscribe-plan-button.component.d.ts +0 -20
  9. package/lib/billing/components/exports.d.ts +0 -10
  10. package/lib/billing/components/index.d.ts +0 -2
  11. package/lib/billing/components/order-summary/order-summary.component.d.ts +0 -22
  12. package/lib/billing/components/payment-methods/payment-methods.component.d.ts +0 -20
  13. package/lib/billing/components/payment-options/payment-options.component.d.ts +0 -18
  14. package/lib/billing/components/pm/braintree/braintree.component.d.ts +0 -27
  15. package/lib/billing/components/pm/paypal/paypal-button.component.d.ts +0 -20
  16. package/lib/billing/components/pm/paypal/paypal-subscribe-button.component.d.ts +0 -25
  17. package/lib/billing/components/pm/paypal/paypal.component.d.ts +0 -50
  18. package/lib/billing/components/pm/stripe/stripe.component.d.ts +0 -23
  19. package/lib/billing/exports.d.ts +0 -5
  20. package/lib/billing/models/paypal-models.d.ts +0 -309
  21. package/lib/billing/services/billing.service.d.ts +0 -33
  22. package/lib/billing/services/payments.service.d.ts +0 -29
  23. package/lib/billing/services/paypal-script.service.d.ts +0 -13
  24. package/lib/billing/utils.d.ts +0 -4
  25. package/lib/core/consts/app-settings.d.ts +0 -11
  26. package/lib/core/consts/core-settings.d.ts +0 -7
  27. package/lib/core/consts/formats.d.ts +0 -11
  28. package/lib/core/consts/ga.d.ts +0 -11
  29. package/lib/core/consts/storageKeys.d.ts +0 -8
  30. package/lib/core/converts/convert.d.ts +0 -16
  31. package/lib/core/converts/dateConvert.d.ts +0 -5
  32. package/lib/core/converts/tz/tzParseTimezone.d.ts +0 -1
  33. package/lib/core/converts/tz/tzTokenizeDate.d.ts +0 -5
  34. package/lib/core/converts/xmlFormatter.d.ts +0 -4
  35. package/lib/core/core.module.d.ts +0 -15
  36. package/lib/core/dom.d.ts +0 -17
  37. package/lib/core/enums/billing.d.ts +0 -34
  38. package/lib/core/enums/enums.d.ts +0 -17
  39. package/lib/core/enums/index.d.ts +0 -2
  40. package/lib/core/exports.d.ts +0 -40
  41. package/lib/core/go/apps-go.service.d.ts +0 -16
  42. package/lib/core/go/go.service.d.ts +0 -25
  43. package/lib/core/guards/once-import.guard.d.ts +0 -1
  44. package/lib/core/guards/starter.guard.d.ts +0 -13
  45. package/lib/core/guid.d.ts +0 -3
  46. package/lib/core/interceptors/httpInterceptor.d.ts +0 -23
  47. package/lib/core/is.d.ts +0 -23
  48. package/lib/core/localization/localization.module.d.ts +0 -8
  49. package/lib/core/localization/localization.service.d.ts +0 -31
  50. package/lib/core/localization/localize.pipe.d.ts +0 -10
  51. package/lib/core/localization/settings.module.d.ts +0 -14
  52. package/lib/core/localization/utils.d.ts +0 -5
  53. package/lib/core/logging/globalErrorHandler.d.ts +0 -9
  54. package/lib/core/logging/logging.service.d.ts +0 -9
  55. package/lib/core/models/qs.d.ts +0 -4
  56. package/lib/core/notifications/alerts.d.ts +0 -10
  57. package/lib/core/notifications/interfaces/notification.d.ts +0 -10
  58. package/lib/core/notifications/services/notification-service.d.ts +0 -15
  59. package/lib/core/performance/stopwatch.d.ts +0 -14
  60. package/lib/core/services/appcontext.service.d.ts +0 -61
  61. package/lib/core/services/browser.service.d.ts +0 -24
  62. package/lib/core/services/dm.service.d.ts +0 -26
  63. package/lib/core/services/google-analytics.service.d.ts +0 -13
  64. package/lib/core/services/idle.service.d.ts +0 -19
  65. package/lib/core/services/loading.service.d.ts +0 -14
  66. package/lib/core/services/script.service.d.ts +0 -13
  67. package/lib/core/services/starter.service.d.ts +0 -16
  68. package/lib/core/services/web-storage.service.d.ts +0 -22
  69. package/lib/core/subs.d.ts +0 -8
  70. package/lib/core/utils/qsutils.d.ts +0 -11
  71. package/lib/core/utils/utils.d.ts +0 -8
  72. package/lib/data/base/api.service.d.ts +0 -20
  73. package/lib/data/base/grid/grid-edit.service.d.ts +0 -16
  74. package/lib/data/base/grid/grid-read.service.d.ts +0 -14
  75. package/lib/data/data.module.d.ts +0 -7
  76. package/lib/data/exports.d.ts +0 -11
  77. package/lib/data/services/billing/currencies-api.service.d.ts +0 -12
  78. package/lib/data/services/billing/currencies-storage.service.d.ts +0 -22
  79. package/lib/data/services/billing/payments-api.service.d.ts +0 -13
  80. package/lib/data/services/billing/promocodes-api.service.d.ts +0 -11
  81. package/lib/data/services/billing/subscriptions-api.service.d.ts +0 -14
  82. package/lib/data/services/billing/transactions-api.service.d.ts +0 -13
  83. package/lib/data/services/core-api.service.d.ts +0 -9
  84. package/lib/data/services/emails-api.service.d.ts +0 -10
  85. package/lib/external/fa.module.d.ts +0 -10
  86. package/lib/external/kendo.module.d.ts +0 -26
  87. package/lib/iam/b2c/b2c.d.ts +0 -4
  88. package/lib/iam/b2c/consts.d.ts +0 -6
  89. package/lib/iam/b2c/index.d.ts +0 -2
  90. package/lib/iam/configs.d.ts +0 -5
  91. package/lib/iam/consts.d.ts +0 -3
  92. package/lib/iam/exports.d.ts +0 -3
  93. package/lib/iam/guards/admin.guard.d.ts +0 -13
  94. package/lib/iam/guards/authentication.guard.d.ts +0 -13
  95. package/lib/iam/guards/index.d.ts +0 -2
  96. package/lib/iam/iam-pages.module.d.ts +0 -11
  97. package/lib/iam/iam-pages.routes.d.ts +0 -6
  98. package/lib/iam/iam.module.d.ts +0 -13
  99. package/lib/iam/pages/signin.page.d.ts +0 -11
  100. package/lib/iam/pages/signout.page.d.ts +0 -11
  101. package/lib/iam/pages/signup.page.d.ts +0 -11
  102. package/lib/iam/redirect.d.ts +0 -3
  103. package/lib/iam/services/auth.service.d.ts +0 -45
  104. package/lib/iam/storage.d.ts +0 -8
  105. package/lib/iam/utils.d.ts +0 -6
  106. package/lib/ui/components/base/components/component.d.ts +0 -25
  107. package/lib/ui/components/base/components/edit.component.d.ts +0 -61
  108. package/lib/ui/components/base/components/enum-edit.component.d.ts +0 -21
  109. package/lib/ui/components/base/dialog.d.ts +0 -19
  110. package/lib/ui/components/base/list.d.ts +0 -27
  111. package/lib/ui/components/base/pages/edit.page.d.ts +0 -6
  112. package/lib/ui/components/base/pages/page.d.ts +0 -6
  113. package/lib/ui/components/base/pages/paged.page.d.ts +0 -18
  114. package/lib/ui/components/card/card-body.component.d.ts +0 -6
  115. package/lib/ui/components/card/card-footer.component.d.ts +0 -6
  116. package/lib/ui/components/card/card-header.component.d.ts +0 -6
  117. package/lib/ui/components/card/card.component.d.ts +0 -6
  118. package/lib/ui/components/check-icon/check-icon.component.d.ts +0 -6
  119. package/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.d.ts +0 -9
  120. package/lib/ui/components/data-grid/control-panel.component.d.ts +0 -34
  121. package/lib/ui/components/datapager/datapager.component.d.ts +0 -21
  122. package/lib/ui/components/dropdownlists/country/country.dropdownlist.d.ts +0 -13
  123. package/lib/ui/components/dropdownlists/language/language.dropdownlist.d.ts +0 -12
  124. package/lib/ui/components/dropdownlists/moderationstatus/moderationstatus.dropdownlist.d.ts +0 -8
  125. package/lib/ui/components/dropdownlists/publishstatus/publishstatus.dropdownlist.d.ts +0 -8
  126. package/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.d.ts +0 -14
  127. package/lib/ui/components/exports.d.ts +0 -34
  128. package/lib/ui/components/feature-will-be-ready/feature-will-be-ready.component.d.ts +0 -7
  129. package/lib/ui/components/html-editor/base-editor.component.d.ts +0 -20
  130. package/lib/ui/components/html-editor/defaultoptions.d.ts +0 -1
  131. package/lib/ui/components/html-editor/html-editor.component.d.ts +0 -10
  132. package/lib/ui/components/identity/signin-button.component.d.ts +0 -11
  133. package/lib/ui/components/identity/signout-button.component.d.ts +0 -11
  134. package/lib/ui/components/identity/signup-button.component.d.ts +0 -11
  135. package/lib/ui/components/index.d.ts +0 -2
  136. package/lib/ui/components/no-mobile-support/no-mobile-support.component.d.ts +0 -7
  137. package/lib/ui/components/nodata/nodata.component.d.ts +0 -12
  138. package/lib/ui/components/spinners/loading/loading.component.d.ts +0 -12
  139. package/lib/ui/components/spinners/pagespinner/pagespinner.component.d.ts +0 -25
  140. package/lib/ui/components/spinners/pagespinner/spinkits.d.ts +0 -11
  141. package/lib/ui/components/urlslug/urlslug.component.d.ts +0 -18
  142. package/lib/ui/components/you-agree-to-our-terms/you-agree-to-our-terms.component.d.ts +0 -8
  143. package/lib/ui/dialogs/contact-us/contact-us.dialog.d.ts +0 -12
  144. package/lib/ui/dialogs/exports.d.ts +0 -1
  145. package/lib/ui/dialogs/index.d.ts +0 -2
  146. package/lib/ui/directives/exports.d.ts +0 -4
  147. package/lib/ui/directives/hover.directive.d.ts +0 -8
  148. package/lib/ui/directives/index.d.ts +0 -2
  149. package/lib/ui/directives/native-element.directive.d.ts +0 -11
  150. package/lib/ui/directives/replacer/a-replacer.directive.d.ts +0 -11
  151. package/lib/ui/directives/replacer/image-replacer.directive.d.ts +0 -11
  152. package/lib/ui/directives/replacer/replacer.base.directive.d.ts +0 -11
  153. package/lib/ui/exports.d.ts +0 -6
  154. package/lib/ui/forms/components/address/address.component.d.ts +0 -32
  155. package/lib/ui/forms/components/company/company.component.d.ts +0 -18
  156. package/lib/ui/forms/contact-us/contact-us.d.ts +0 -32
  157. package/lib/ui/forms/exports.d.ts +0 -3
  158. package/lib/ui/forms/index.d.ts +0 -2
  159. package/lib/ui/pipes/exports.d.ts +0 -3
  160. package/lib/ui/pipes/filesize.pipe.d.ts +0 -8
  161. package/lib/ui/pipes/index.d.ts +0 -2
  162. package/lib/ui/pipes/replace-text.pipe.d.ts +0 -7
  163. package/lib/ui/pipes/safeHtml.pipe.d.ts +0 -10
  164. package/lib/ui/ui.module.d.ts +0 -50
  165. package/lib/ui/validation/exports.d.ts +0 -3
  166. package/lib/ui/validation/form-validation-summary.component.d.ts +0 -11
  167. package/lib/ui/validation/index.d.ts +0 -2
  168. package/lib/ui/validation/item-validation-summary.component.d.ts +0 -6
  169. package/lib/ui/validation/validation-summary.component.d.ts +0 -11
  170. package/public-api.d.ts +0 -12
@@ -1,13 +0,0 @@
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,9 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ApiServiceBase } from '../base/api.service';
3
- import * as i0 from "@angular/core";
4
- export declare class CoreApiService extends ApiServiceBase {
5
- protected http: HttpClient;
6
- constructor(http: HttpClient);
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreApiService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<CoreApiService>;
9
- }
@@ -1,10 +0,0 @@
1
- import { HttpClient } from "@angular/common/http";
2
- import { ApiServiceBase } from '../base/api.service';
3
- import * as i0 from "@angular/core";
4
- export declare class EmailsApiService extends ApiServiceBase {
5
- protected http: HttpClient;
6
- constructor(http: HttpClient);
7
- sendContactUs(captcha: any, name: any, email: any, topic: any, subject: any, message: any, success?: Function, error?: Function): import("rxjs").Subscription;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<EmailsApiService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<EmailsApiService>;
10
- }
@@ -1,10 +0,0 @@
1
- import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@fortawesome/angular-fontawesome";
5
- export declare class FaModule {
6
- constructor(library: FaIconLibrary);
7
- static ɵfac: i0.ɵɵFactoryDeclaration<FaModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<FaModule, never, [typeof i1.CommonModule, typeof i2.FontAwesomeModule], [typeof i2.FontAwesomeModule]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<FaModule>;
10
- }
@@ -1,26 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@progress/kendo-angular-layout";
4
- import * as i3 from "@progress/kendo-angular-buttons";
5
- import * as i4 from "@progress/kendo-angular-dropdowns";
6
- import * as i5 from "@progress/kendo-angular-inputs";
7
- import * as i6 from "@progress/kendo-angular-label";
8
- import * as i7 from "@progress/kendo-angular-scrollview";
9
- import * as i8 from "@progress/kendo-angular-intl";
10
- import * as i9 from "@progress/kendo-angular-dateinputs";
11
- import * as i10 from "@progress/kendo-angular-icons";
12
- import * as i11 from "@progress/kendo-angular-dialog";
13
- import * as i12 from "@progress/kendo-angular-upload";
14
- import * as i13 from "@progress/kendo-angular-scheduler";
15
- import * as i14 from "@progress/kendo-angular-charts";
16
- import * as i15 from "@progress/kendo-angular-grid";
17
- import * as i16 from "@progress/kendo-angular-pager";
18
- import * as i17 from "@progress/kendo-angular-ripple";
19
- import * as i18 from "@progress/kendo-angular-popup";
20
- import * as i19 from "@progress/kendo-angular-treeview";
21
- import * as i20 from "@progress/kendo-angular-tooltip";
22
- export declare class KendoModule {
23
- static ɵfac: i0.ɵɵFactoryDeclaration<KendoModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<KendoModule, never, [typeof i1.CommonModule, typeof i2.LayoutModule, typeof i3.ButtonsModule, typeof i4.DropDownsModule, typeof i5.InputsModule, typeof i6.LabelModule, typeof i7.ScrollViewModule, typeof i8.IntlModule, typeof i9.DateInputsModule, typeof i5.FormFieldModule, typeof i10.IconsModule, typeof i11.DialogsModule, typeof i12.UploadsModule, typeof i13.SchedulerModule, typeof i14.ChartsModule, typeof i15.GridModule, typeof i6.LabelModule, typeof i16.PagerModule, typeof i17.RippleModule, typeof i18.PopupModule, typeof i19.TreeViewModule, typeof i20.TooltipsModule], [typeof i2.LayoutModule, typeof i3.ButtonsModule, typeof i4.DropDownsModule, typeof i5.InputsModule, typeof i6.LabelModule, typeof i7.ScrollViewModule, typeof i8.IntlModule, typeof i9.DateInputsModule, typeof i5.FormFieldModule, typeof i10.IconsModule, typeof i11.DialogsModule, typeof i12.UploadsModule, typeof i13.SchedulerModule, typeof i14.ChartsModule, typeof i15.GridModule, typeof i6.LabelModule, typeof i16.PagerModule, typeof i17.RippleModule, typeof i18.PopupModule, typeof i19.TreeViewModule, typeof i20.TooltipsModule]>;
25
- static ɵinj: i0.ɵɵInjectorDeclaration<KendoModule>;
26
- }
@@ -1,4 +0,0 @@
1
- export declare class MSALB2C {
2
- static getAuthorityByType(type: any): any;
3
- static getPolicyByType(type: any): any;
4
- }
@@ -1,6 +0,0 @@
1
- export declare const PolicyType: {
2
- signUpSignIn: string;
3
- signUp: string;
4
- editProfile: string;
5
- resetPassword: string;
6
- };
@@ -1,2 +0,0 @@
1
- export * from './b2c';
2
- export * from './consts';
@@ -1,5 +0,0 @@
1
- import { MsalGuardConfiguration, MsalInterceptorConfiguration } from '@azure/msal-angular';
2
- import { IPublicClientApplication } from '@azure/msal-browser';
3
- export declare function MSALInterceptorConfigFactory(): MsalInterceptorConfiguration;
4
- export declare function MSALGuardConfigFactory(): MsalGuardConfiguration;
5
- export declare function MSALInstanceFactory(): IPublicClientApplication;
@@ -1,3 +0,0 @@
1
- export declare let MSALConfig: any;
2
- export declare let MSALApiConfig: any;
3
- export declare let MSALB2CConfig: any;
@@ -1,3 +0,0 @@
1
- export * from './guards';
2
- export * from './services/auth.service';
3
- export * from './utils';
@@ -1,13 +0,0 @@
1
- import { ActivatedRouteSnapshot, CanActivate, CanActivateChild, RouterStateSnapshot } from '@angular/router';
2
- import { Observable } from 'rxjs';
3
- import { AuthService } from '../services/auth.service';
4
- import * as i0 from "@angular/core";
5
- export declare class AdminGuard implements CanActivate, CanActivateChild {
6
- private auth;
7
- constructor(auth: AuthService);
8
- private isUserAdmin;
9
- canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>;
10
- canActivateChild(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AdminGuard, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<AdminGuard>;
13
- }
@@ -1,13 +0,0 @@
1
- import { Location } from "@angular/common";
2
- import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot, UrlTree } from "@angular/router";
3
- import { MsalBroadcastService, MsalGuard, MsalGuardConfiguration, MsalService } from '@azure/msal-angular';
4
- import { Observable } from "rxjs";
5
- import * as i0 from "@angular/core";
6
- export declare class AuthenticationGuard extends MsalGuard implements CanActivate {
7
- private _msalGuardConfig;
8
- constructor(msalGuardConfig: MsalGuardConfiguration, msalBroadcastService: MsalBroadcastService, authService: MsalService, location: Location, router: Router);
9
- private setInteractionType;
10
- canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean | UrlTree>;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationGuard, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationGuard>;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './admin.guard';
2
- export * from './authentication.guard';
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./pages/signin.page";
3
- import * as i2 from "./pages/signup.page";
4
- import * as i3 from "./pages/signout.page";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/router";
7
- export declare class AnatolyIAMPagesModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyIAMPagesModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyIAMPagesModule, [typeof i1.SignInPage, typeof i2.SignUpPage, typeof i3.SignOutPage], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i5.RouterModule], never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyIAMPagesModule>;
11
- }
@@ -1,6 +0,0 @@
1
- import { RouterModule } from "@angular/router";
2
- import { SignInPage } from "./pages/signin.page";
3
- import { SignOutPage } from "./pages/signout.page";
4
- import { SignUpPage } from "./pages/signup.page";
5
- export declare const IAMRouterModule: import("@angular/core").ModuleWithProviders<RouterModule>;
6
- export declare const PAGES: (typeof SignInPage | typeof SignOutPage | typeof SignUpPage)[];
@@ -1,13 +0,0 @@
1
- import { AuthService } from './services/auth.service';
2
- import { IPublicClientApplication } from '@azure/msal-browser';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@angular/router";
6
- import * as i3 from "@angular/common/http";
7
- import * as i4 from "@azure/msal-angular";
8
- export declare function initializeMsalFactory(msalInstance: IPublicClientApplication, auth: AuthService): () => Promise<void>;
9
- export declare class AnatolyIAMModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyIAMModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyIAMModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.HttpClientModule, typeof i4.MsalModule], never>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyIAMModule>;
13
- }
@@ -1,11 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { AuthService } from '../services/auth.service';
3
- import { PageBase } from '../../ui/components/base/pages/page';
4
- import * as i0 from "@angular/core";
5
- export declare class SignInPage extends PageBase implements OnInit {
6
- private auth;
7
- constructor(auth: AuthService);
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SignInPage, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SignInPage, "iam-signin-page", never, {}, {}, never, never, false, never>;
11
- }
@@ -1,11 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { AuthService } from '../services/auth.service';
3
- import { PageBase } from '../../ui/components/base/pages/page';
4
- import * as i0 from "@angular/core";
5
- export declare class SignOutPage extends PageBase implements OnInit {
6
- private auth;
7
- constructor(auth: AuthService);
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SignOutPage, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SignOutPage, "iam-signout-page", never, {}, {}, never, never, false, never>;
11
- }
@@ -1,11 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { AuthService } from '../services/auth.service';
3
- import { PageBase } from '../../ui/components/base/pages/page';
4
- import * as i0 from "@angular/core";
5
- export declare class SignUpPage extends PageBase implements OnInit {
6
- private auth;
7
- constructor(auth: AuthService);
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SignUpPage, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SignUpPage, "iam-signup-page", never, {}, {}, never, never, false, never>;
11
- }
@@ -1,3 +0,0 @@
1
- export declare class MSALRedirect {
2
- static handle(router: any, calledBy: string): void;
3
- }
@@ -1,45 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { OnDestroy } from '@angular/core';
3
- import { Router } from '@angular/router';
4
- import { Observable } from 'rxjs';
5
- import { MsalBroadcastService, MsalGuardConfiguration, MsalService } from '@azure/msal-angular';
6
- import { AccountInfo, PopupRequest, RedirectRequest } from '@azure/msal-browser';
7
- import { ApiServiceBase } from '../../data/base/api.service';
8
- import { AppContextService } from '../../core/services/appcontext.service';
9
- import * as i0 from "@angular/core";
10
- export declare class AuthService extends ApiServiceBase implements OnDestroy {
11
- protected http: HttpClient;
12
- private router;
13
- private appContext;
14
- private msalGuardConfig;
15
- private msalService;
16
- private msalBroadcastService;
17
- private readonly msalDestroying$;
18
- private signUpSignInPolicy;
19
- private signUpPolicy;
20
- private editProfilePolicy;
21
- private resetPasswordPolicy;
22
- constructor(http: HttpClient, router: Router, appContext: AppContextService, msalGuardConfig: MsalGuardConfiguration, msalService: MsalService, msalBroadcastService: MsalBroadcastService);
23
- ngOnDestroy(): void;
24
- private setDefaults;
25
- private initMSAL;
26
- private checkAndSetActiveAccount;
27
- private isPopup;
28
- private acquireToken;
29
- init(): void;
30
- getActiveAccount(): AccountInfo | null;
31
- getUserEmail(): any;
32
- getUserName(): any;
33
- getAccessToken(): Observable<string>;
34
- forceReauthenticate(account?: any): void;
35
- login(userFlowRequest?: RedirectRequest | PopupRequest, popup?: boolean): void;
36
- logout(popup?: boolean): void;
37
- isUserAuthenticated(): boolean;
38
- isUserSignedIn(): boolean;
39
- isUserAdmin(): boolean;
40
- signUp(): void;
41
- editProfile(): void;
42
- resetPassword(): void;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthService, never>;
44
- static ɵprov: i0.ɵɵInjectableDeclaration<AuthService>;
45
- }
@@ -1,8 +0,0 @@
1
- export declare const MSALStorageKeys: {
2
- redirectTo: string;
3
- };
4
- export declare class MSALStorage {
5
- static saveRedirectState(redirectTo: string, calledBy: string): void;
6
- static getRedirectState(calledBy: string): string;
7
- static clearRedirectState(calledBy: string): void;
8
- }
@@ -1,6 +0,0 @@
1
- export declare class MSALUtils {
2
- static isB2C(): boolean;
3
- static initialNavigation(): "enabledNonBlocking" | "disabled";
4
- static getApi(): Map<string, Array<string>>;
5
- static getApiScopes(): any[];
6
- }
@@ -1,25 +0,0 @@
1
- import { OnDestroy, OnInit } from "@angular/core";
2
- import { Subs, ICurrentApp } from "../../../../core/exports";
3
- import * as i0 from "@angular/core";
4
- export declare abstract class ComponentBase implements OnInit, OnDestroy {
5
- protected isDevMode: boolean;
6
- protected subs: Subs;
7
- protected dataLoading: boolean;
8
- protected dataLoaded: boolean;
9
- protected dataFound: boolean;
10
- currentApp: ICurrentApp;
11
- classes: string;
12
- title: string;
13
- isTitleVisible: boolean;
14
- isRequired: boolean;
15
- constructor();
16
- private internalInit;
17
- ngOnInit(): void;
18
- ngOnDestroy(): void;
19
- getEntityId(): string;
20
- dataStartedLoading(): void;
21
- dataLoadedAndNothingFound(): void;
22
- dataLoadedAndFound(found?: boolean): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<ComponentBase, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ComponentBase, "ng-component", never, { "classes": { "alias": "classes"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isTitleVisible": { "alias": "isTitleVisible"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; }, {}, never, never, true, never>;
25
- }
@@ -1,61 +0,0 @@
1
- import { FormGroup, AbstractControl, FormControl, ValidatorFn, AbstractControlOptions, AsyncValidatorFn } from "@angular/forms";
2
- import { ComponentBase } from "./component";
3
- import * as i0 from "@angular/core";
4
- export declare abstract class EditComponentBase extends ComponentBase {
5
- protected isAddMode: boolean;
6
- protected isEditMode: boolean;
7
- formGroup: FormGroup;
8
- formSubmitted: boolean;
9
- controlName: string;
10
- controlTitle: string;
11
- constructor();
12
- isControlValid(name: string, frmGroup?: FormGroup): boolean;
13
- isControlInvalid(name: string, frmGroup?: FormGroup): boolean;
14
- getFormValue(name: any, frmGroup?: FormGroup): any;
15
- setFormValue(name: any, value: any, frmGroup?: FormGroup): void;
16
- getFormGroupValue(groupName: any, name: any, frmGroup?: FormGroup): any;
17
- setFormGroupValue(groupName: any, name: any, value: any, frmGroup?: FormGroup): void;
18
- /**
19
- * Add control to form group
20
- * @param name
21
- * @param formControl
22
- * @param frmGroup
23
- */
24
- addControl(name: string, formControl: AbstractControl, frmGroup?: FormGroup): void;
25
- /**
26
- * Removes control from form group
27
- * @param name
28
- * @param frmGroup
29
- */
30
- removeControl(name: string, frmGroup?: FormGroup): void;
31
- /**
32
- * return new form control
33
- * @param formState
34
- * @param validatorOrOpts
35
- * @param asyncValidator
36
- */
37
- createFormControl(formState?: any, validatorOrOpts?: ValidatorFn | ValidatorFn[] | AbstractControlOptions | null, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[] | null): FormControl<any>;
38
- /**
39
- * Set error to control
40
- * @param controlName formControl name
41
- * @param err error expect {erroname: boolean} format
42
- * @param frmGroup
43
- */
44
- setControlError(controlName: string, err: {}, frmGroup?: FormGroup): void;
45
- /**
46
- * Set {invalid: true} for the specified form
47
- * @param controlName form control name
48
- * @param frmGroup
49
- */
50
- setInValidError(controlName: string, frmGroup?: FormGroup): void;
51
- /**
52
- * returns formgroup controls.
53
- * main use case is used in html pages
54
- */
55
- get fc(): {
56
- [key: string]: AbstractControl<any, any>;
57
- };
58
- get isNgModelBased(): boolean;
59
- static ɵfac: i0.ɵɵFactoryDeclaration<EditComponentBase, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<EditComponentBase, "ng-component", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "formSubmitted": { "alias": "formSubmitted"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; "controlTitle": { "alias": "controlTitle"; "required": false; }; }, {}, never, never, true, never>;
61
- }
@@ -1,21 +0,0 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
2
- import { EditComponentBase } from "./edit.component";
3
- import * as i0 from "@angular/core";
4
- export declare abstract class EnumEditComponentBase extends EditComponentBase implements OnInit {
5
- enumeration: any;
6
- items: any[];
7
- sv: any;
8
- defaultValue: number;
9
- valueChange: EventEmitter<any>;
10
- ngOnInit(): void;
11
- private setDefaults;
12
- private setValues;
13
- private fireValueChange;
14
- private renderItems;
15
- reset(): void;
16
- onChange(value: any): void;
17
- get selectedValue(): any;
18
- set selectedValue(value: any);
19
- static ɵfac: i0.ɵɵFactoryDeclaration<EnumEditComponentBase, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<EnumEditComponentBase, "ng-component", never, { "defaultValue": { "alias": "defaultValue"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
21
- }
@@ -1,19 +0,0 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { DialogThemeColor } from "@progress/kendo-angular-dialog";
3
- import { EditComponentBase } from "./components/edit.component";
4
- import * as i0 from "@angular/core";
5
- export declare abstract class DialogBase extends EditComponentBase {
6
- private _isOpen;
7
- themeColor: DialogThemeColor;
8
- get isOpen(): boolean;
9
- set isOpen(value: boolean);
10
- opened: EventEmitter<any>;
11
- closed: EventEmitter<any>;
12
- constructor();
13
- osOnBeforeOpen?(): void;
14
- open(): void;
15
- close(returnValue?: any): void;
16
- cancel(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogBase, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogBase, "ng-component", never, { "isOpen": { "alias": "isOpen"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, never, never, false, never>;
19
- }
@@ -1,27 +0,0 @@
1
- import { OnInit, EventEmitter } from "@angular/core";
2
- import { ComponentBase } from "./components/component";
3
- import * as i0 from "@angular/core";
4
- export declare abstract class ListBase extends ComponentBase implements OnInit {
5
- currentFilter: any;
6
- dataLoaded: boolean;
7
- items: any[];
8
- totalItems: number;
9
- skipItems: number;
10
- currentPage: number;
11
- pageSize: number;
12
- autoDataLoading: boolean;
13
- filterRequest: EventEmitter<any>;
14
- dataChange: EventEmitter<any>;
15
- ngOnInit(): void;
16
- protected init(): void;
17
- protected fireFilterRequest(): void;
18
- protected fireDataChange(e?: any): void;
19
- loadPage?(page?: number): void;
20
- loadPageOne(): void;
21
- reloadPage(drop2pageOne?: boolean): void;
22
- setFilter(filter: any): void;
23
- toIndex(index: any): any;
24
- onPageChange(e: any): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<ListBase, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ListBase, "ng-component", never, { "pageSize": { "alias": "pageSize"; "required": false; }; "autoDataLoading": { "alias": "autoDataLoading"; "required": false; }; }, { "filterRequest": "filterRequest"; "dataChange": "dataChange"; }, never, never, false, never>;
27
- }
@@ -1,6 +0,0 @@
1
- import { EditComponentBase } from "../components/edit.component";
2
- import * as i0 from "@angular/core";
3
- export declare abstract class EditPageBase extends EditComponentBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<EditPageBase, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<EditPageBase, "ng-component", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { ComponentBase } from "../components/component";
2
- import * as i0 from "@angular/core";
3
- export declare abstract class PageBase extends ComponentBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<PageBase, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<PageBase, "ng-component", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,18 +0,0 @@
1
- import { PageBase } from "./page";
2
- import * as i0 from "@angular/core";
3
- export declare abstract class PagedPageBase extends PageBase {
4
- currentFilter: any;
5
- items: any[];
6
- totalItems: number;
7
- pageSize: number;
8
- skipItems: number;
9
- currentPage: number;
10
- loadPage?(page?: number): void;
11
- loadPageOne(): void;
12
- reloadPage(drop2pageOne?: boolean): void;
13
- setFilter(filter: any): void;
14
- toIndex(index: any): any;
15
- onPageChange(e: any): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<PagedPageBase, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<PagedPageBase, "ng-component", never, {}, {}, never, never, false, never>;
18
- }
@@ -1,6 +0,0 @@
1
- import { ComponentBase } from '../base/components/component';
2
- import * as i0 from "@angular/core";
3
- export declare class CardBodyComponent extends ComponentBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "anatoly-card-body", never, {}, {}, never, ["*"], false, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { ComponentBase } from '../base/components/component';
2
- import * as i0 from "@angular/core";
3
- export declare class CardFooterComponent extends ComponentBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "anatoly-card-footer", never, {}, {}, never, ["*"], false, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { ComponentBase } from '../base/components/component';
2
- import * as i0 from "@angular/core";
3
- export declare class CardHeaderComponent extends ComponentBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "anatoly-card-header", never, {}, {}, never, ["*"], false, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { ComponentBase } from '../base/components/component';
2
- import * as i0 from "@angular/core";
3
- export declare class CardComponent extends ComponentBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "anatoly-card", never, {}, {}, never, ["card-header", "card-body", "*", "card-footer"], false, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CheckIconComponent {
3
- checked: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CheckIconComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckIconComponent, "anatoly-check-icon", never, { "checked": { "alias": "checked"; "required": false; }; }, {}, never, ["*"], false, never>;
6
- }
@@ -1,9 +0,0 @@
1
- import { ComponentBase } from '../base/components/component';
2
- import * as i0 from "@angular/core";
3
- export declare class Copy2ClipboardComponent extends ComponentBase {
4
- tooltip: string;
5
- text: string;
6
- onCopy2Clipboard(event: any): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<Copy2ClipboardComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<Copy2ClipboardComponent, "anatoly-copy-2-clipboard", never, { "tooltip": { "alias": "tooltip"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
9
- }
@@ -1,34 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { DataViewType } from '../../../core/enums';
3
- import { ComponentBase } from '../base/components/component';
4
- import * as i0 from "@angular/core";
5
- export declare class ControlPanelComponent extends ComponentBase implements OnInit {
6
- filterVisible: boolean;
7
- selectedSortBy: number;
8
- viewTypeDefault: DataViewType;
9
- sortByItems: any;
10
- viewType: any;
11
- filterButtonVisible: boolean;
12
- sortByVisible: boolean;
13
- viewTypesVisible: boolean;
14
- addButtonVisible: boolean;
15
- settingsChange: EventEmitter<any>;
16
- add: EventEmitter<any>;
17
- ngOnInit(): void;
18
- private setDefaults;
19
- private setValues;
20
- private fireSettingsChange;
21
- private fireAdd;
22
- resetSettings(): void;
23
- getSettings(): {
24
- filterVisible: boolean;
25
- sortBy: number;
26
- viewType: any;
27
- };
28
- onFilterToggle(): void;
29
- onSortByChange(): void;
30
- onViewSwitch(value: any): void;
31
- onAdd(): void;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<ControlPanelComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<ControlPanelComponent, "anatoly-data-grid-control-panel", never, { "sortByItems": { "alias": "sortByItems"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "filterButtonVisible": { "alias": "filterButtonVisible"; "required": false; }; "sortByVisible": { "alias": "sortByVisible"; "required": false; }; "viewTypesVisible": { "alias": "viewTypesVisible"; "required": false; }; "addButtonVisible": { "alias": "addButtonVisible"; "required": false; }; }, { "settingsChange": "settingsChange"; "add": "add"; }, never, ["*"], false, never>;
34
- }
@@ -1,21 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { ComponentBase } from '../base/components/component';
3
- import * as i0 from "@angular/core";
4
- export declare class DataPagerComponent extends ComponentBase implements OnInit {
5
- private _defaultPageSizes;
6
- private _width;
7
- pageSizes: any[];
8
- style: string;
9
- totalItems: number;
10
- pageSize: number;
11
- skipItems: number;
12
- pageSizeDivisor: any;
13
- pageSizeMax: number;
14
- get width(): any;
15
- set width(value: any);
16
- pageChange: EventEmitter<any>;
17
- ngOnInit(): void;
18
- onPageChange(e: any): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<DataPagerComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<DataPagerComponent, "anatoly-datapager", never, { "totalItems": { "alias": "totalItems"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "skipItems": { "alias": "skipItems"; "required": false; }; "pageSizeDivisor": { "alias": "pageSizeDivisor"; "required": false; }; "pageSizeMax": { "alias": "pageSizeMax"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "pageChange": "pageChange"; }, never, never, false, never>;
21
- }
@@ -1,13 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { EditComponentBase } from '../../base/components/edit.component';
3
- import { AppContextService } from '../../../../core/services/appcontext.service';
4
- import * as i0 from "@angular/core";
5
- export declare class CountryDropdownlist extends EditComponentBase implements OnInit {
6
- private appContext;
7
- items: any;
8
- constructor(appContext: AppContextService);
9
- ngOnInit(): void;
10
- setValues(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CountryDropdownlist, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CountryDropdownlist, "anatoly-country-dropdownlist", never, {}, {}, never, never, false, never>;
13
- }
@@ -1,12 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { EditComponentBase } from '../../base/components/edit.component';
3
- import { AppContextService } from '../../../../core/services/appcontext.service';
4
- import * as i0 from "@angular/core";
5
- export declare class LanguageDropdownlist extends EditComponentBase implements OnInit {
6
- private appContext;
7
- items: any;
8
- constructor(appContext: AppContextService);
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<LanguageDropdownlist, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<LanguageDropdownlist, "anatoly-language-dropdownlist", never, {}, {}, never, never, false, never>;
12
- }