@osovitny/anatoly 2.16.1 → 2.16.3

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 (70) hide show
  1. package/esm2022/lib/anatoly.module.mjs +27 -26
  2. package/esm2022/lib/core/consts/settings.mjs +6 -1
  3. package/esm2022/lib/core/core.module.mjs +36 -35
  4. package/esm2022/lib/core/go/base-go.service.mjs +6 -6
  5. package/esm2022/lib/core/interceptors/httpInterceptor.mjs +6 -6
  6. package/esm2022/lib/core/localization/localization.module.mjs +22 -21
  7. package/esm2022/lib/core/localization/localization.service.mjs +9 -9
  8. package/esm2022/lib/core/localization/localizationSettings.module.mjs +22 -21
  9. package/esm2022/lib/core/localization/localize.pipe.mjs +9 -9
  10. package/esm2022/lib/core/logging/globalErrorHandler.mjs +6 -6
  11. package/esm2022/lib/core/logging/logging.service.mjs +9 -9
  12. package/esm2022/lib/core/notifications/services/notification-service.mjs +7 -7
  13. package/esm2022/lib/core/services/appcontext.service.mjs +6 -6
  14. package/esm2022/lib/core/services/dm.service.mjs +12 -12
  15. package/esm2022/lib/core/services/google-analytics.service.mjs +6 -6
  16. package/esm2022/lib/core/services/idle.service.mjs +9 -9
  17. package/esm2022/lib/core/services/loading.service.mjs +9 -9
  18. package/esm2022/lib/core/services/web-storage.service.mjs +11 -11
  19. package/esm2022/lib/data/base/base-api.service.mjs +6 -6
  20. package/esm2022/lib/data/base/grid/base-grid-edit.service.mjs +6 -6
  21. package/esm2022/lib/data/base/grid/base-grid-read.service.mjs +6 -6
  22. package/esm2022/lib/data/data.module.mjs +17 -16
  23. package/esm2022/lib/data/services/core-api.service.mjs +6 -6
  24. package/esm2022/lib/data/services/emails-api.service.mjs +6 -6
  25. package/esm2022/lib/data/services/notifications/notifications-api-service.mjs +9 -9
  26. package/esm2022/lib/ui/components/base/base-edit.component.mjs +13 -13
  27. package/esm2022/lib/ui/components/base/base.component.mjs +9 -9
  28. package/esm2022/lib/ui/components/base/base.dialog.mjs +15 -15
  29. package/esm2022/lib/ui/components/base/base.list.mjs +11 -11
  30. package/esm2022/lib/ui/components/base/base.page.mjs +9 -9
  31. package/esm2022/lib/ui/components/base/base.paged.page.mjs +9 -9
  32. package/esm2022/lib/ui/components/billing/buyaccess-button.component.mjs +60 -15
  33. package/esm2022/lib/ui/components/billing/subscribe-plan-button.component.mjs +68 -15
  34. package/esm2022/lib/ui/components/card/card-body.component.mjs +17 -9
  35. package/esm2022/lib/ui/components/card/card-footer.component.mjs +17 -9
  36. package/esm2022/lib/ui/components/card/card-header.component.mjs +31 -11
  37. package/esm2022/lib/ui/components/card/card.component.mjs +21 -9
  38. package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +16 -9
  39. package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +16 -11
  40. package/esm2022/lib/ui/components/datapager/datapager.component.mjs +28 -21
  41. package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +13 -13
  42. package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +27 -9
  43. package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +19 -7
  44. package/esm2022/lib/ui/components/identity/signin-button.component.mjs +15 -9
  45. package/esm2022/lib/ui/components/identity/signout-button.component.mjs +15 -9
  46. package/esm2022/lib/ui/components/identity/signup-button.component.mjs +15 -9
  47. package/esm2022/lib/ui/components/nodata/nodata.component.mjs +38 -17
  48. package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +16 -7
  49. package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +34 -11
  50. package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +40 -10
  51. package/esm2022/lib/ui/directives/hover.directive.mjs +22 -18
  52. package/esm2022/lib/ui/directives/native-element.directive.mjs +9 -9
  53. package/esm2022/lib/ui/external/fa.module.mjs +18 -17
  54. package/esm2022/lib/ui/external/kendo.module.mjs +46 -45
  55. package/esm2022/lib/ui/forms/components/address/address.component.mjs +123 -17
  56. package/esm2022/lib/ui/forms/components/company/company.component.mjs +64 -13
  57. package/esm2022/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.mjs +44 -15
  58. package/esm2022/lib/ui/forms/components/urlslug/urlslug.component.mjs +69 -25
  59. package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +106 -11
  60. package/esm2022/lib/ui/pipes/filesize.pipe.mjs +9 -9
  61. package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +9 -9
  62. package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +7 -7
  63. package/esm2022/lib/ui/ui.module.mjs +105 -104
  64. package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +38 -13
  65. package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +33 -11
  66. package/esm2022/lib/ui/validation/validation-summary.component.mjs +9 -9
  67. package/fesm2022/osovitny-anatoly.mjs +1492 -807
  68. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  69. package/lib/core/consts/settings.d.ts +1 -0
  70. package/package.json +1 -1
@@ -52,9 +52,14 @@ import { IconsModule } from '@progress/kendo-angular-icons';
52
52
  Created:
53
53
  26 Jun 2020
54
54
 
55
+ Examples:
56
+ https://github.com/microsoft/TypeScript/blob/main/src/server/editorServices.ts
57
+ https://github.com/microsoft/TypeScript/blob/main/src/compiler/core.ts
58
+
55
59
  Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
56
60
  </file>
57
61
  */
62
+ const AppName = JSON.parse((document.getElementById('appName')).getAttribute('data-appname'));
58
63
  const AppCoreSettings = JSON.parse((document.getElementById('appCoreSettings')).getAttribute('data-appcoresettings'));
59
64
 
60
65
  /*
@@ -254,12 +259,12 @@ class BaseGoService {
254
259
  this.router.navigate(commands);
255
260
  }
256
261
  }
257
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGoService, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
258
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGoService });
262
+ static ɵfac = function BaseGoService_Factory(t) { return new (t || BaseGoService)(i0.ɵɵinject(i1.ActivatedRoute), i0.ɵɵinject(i1.Router)); };
263
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGoService, factory: BaseGoService.ɵfac });
259
264
  }
260
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGoService, decorators: [{
261
- type: Injectable
262
- }], ctorParameters: function () { return [{ type: i1.ActivatedRoute }, { type: i1.Router }]; } });
265
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGoService, [{
266
+ type: Injectable
267
+ }], function () { return [{ type: i1.ActivatedRoute }, { type: i1.Router }]; }, null); })();
263
268
 
264
269
  /*
265
270
  <file>
@@ -336,15 +341,15 @@ class LoadingService extends BehaviorSubject {
336
341
  }
337
342
  this.counter = 0;
338
343
  }
339
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
340
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LoadingService, providedIn: "root" });
344
+ static ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); };
345
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac, providedIn: "root" });
341
346
  }
342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LoadingService, decorators: [{
343
- type: Injectable,
344
- args: [{
345
- providedIn: "root",
346
- }]
347
- }], ctorParameters: function () { return []; } });
347
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
348
+ type: Injectable,
349
+ args: [{
350
+ providedIn: "root",
351
+ }]
352
+ }], function () { return []; }, null); })();
348
353
 
349
354
  /*
350
355
  <file>
@@ -370,15 +375,15 @@ class LoggingService {
370
375
  logInformation(info) {
371
376
  console.info(info);
372
377
  }
373
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LoggingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
374
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LoggingService, providedIn: "root" });
378
+ static ɵfac = function LoggingService_Factory(t) { return new (t || LoggingService)(); };
379
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoggingService, factory: LoggingService.ɵfac, providedIn: "root" });
375
380
  }
376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LoggingService, decorators: [{
377
- type: Injectable,
378
- args: [{
379
- providedIn: "root",
380
- }]
381
- }], ctorParameters: function () { return []; } });
381
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoggingService, [{
382
+ type: Injectable,
383
+ args: [{
384
+ providedIn: "root",
385
+ }]
386
+ }], function () { return []; }, null); })();
382
387
 
383
388
  /*
384
389
  <file>
@@ -471,12 +476,12 @@ class AnatolyHttpInterceptor {
471
476
  this.loadingService.hide();
472
477
  }
473
478
  }
474
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyHttpInterceptor, deps: [{ token: LoadingService }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Injectable });
475
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyHttpInterceptor });
479
+ static ɵfac = function AnatolyHttpInterceptor_Factory(t) { return new (t || AnatolyHttpInterceptor)(i0.ɵɵinject(LoadingService), i0.ɵɵinject(LoggingService)); };
480
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AnatolyHttpInterceptor, factory: AnatolyHttpInterceptor.ɵfac });
476
481
  }
477
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyHttpInterceptor, decorators: [{
478
- type: Injectable
479
- }], ctorParameters: function () { return [{ type: LoadingService }, { type: LoggingService }]; } });
482
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyHttpInterceptor, [{
483
+ type: Injectable
484
+ }], function () { return [{ type: LoadingService }, { type: LoggingService }]; }, null); })();
480
485
 
481
486
  /*
482
487
  <file>
@@ -642,15 +647,15 @@ class LocalizationService {
642
647
  }
643
648
  return result;
644
649
  }
645
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationService, deps: [{ token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
646
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationService, providedIn: 'root' });
650
+ static ɵfac = function LocalizationService_Factory(t) { return new (t || LocalizationService)(i0.ɵɵinject(i1$1.TranslateService)); };
651
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalizationService, factory: LocalizationService.ɵfac, providedIn: 'root' });
647
652
  }
648
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationService, decorators: [{
649
- type: Injectable,
650
- args: [{
651
- providedIn: 'root'
652
- }]
653
- }], ctorParameters: function () { return [{ type: i1$1.TranslateService }]; } });
653
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationService, [{
654
+ type: Injectable,
655
+ args: [{
656
+ providedIn: 'root'
657
+ }]
658
+ }], function () { return [{ type: i1$1.TranslateService }]; }, null); })();
654
659
 
655
660
  /*
656
661
  <file>
@@ -715,15 +720,15 @@ class LocalizePipe {
715
720
  }
716
721
  return inputData;
717
722
  }
718
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizePipe, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe });
719
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: LocalizePipe, name: "localize" });
723
+ static ɵfac = function LocalizePipe_Factory(t) { return new (t || LocalizePipe)(i0.ɵɵdirectiveInject(LocalizationService, 16)); };
724
+ static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "localize", type: LocalizePipe, pure: true });
720
725
  }
721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizePipe, decorators: [{
722
- type: Pipe,
723
- args: [{
724
- name: 'localize'
725
- }]
726
- }], ctorParameters: function () { return [{ type: LocalizationService }]; } });
726
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizePipe, [{
727
+ type: Pipe,
728
+ args: [{
729
+ name: 'localize'
730
+ }]
731
+ }], function () { return [{ type: LocalizationService }]; }, null); })();
727
732
 
728
733
  /*
729
734
  <file>
@@ -776,9 +781,9 @@ class LocalizationSettingsModule {
776
781
  this.injector = injector;
777
782
  LocalizationInjectorInstance = this.injector;
778
783
  }
779
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationSettingsModule, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
780
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: LocalizationSettingsModule, imports: [i1$1.TranslateModule] });
781
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationSettingsModule, providers: [
784
+ static ɵfac = function LocalizationSettingsModule_Factory(t) { return new (t || LocalizationSettingsModule)(i0.ɵɵinject(i0.Injector)); };
785
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationSettingsModule });
786
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
782
787
  {
783
788
  provide: APP_INITIALIZER,
784
789
  useFactory: localizationInitializerFactory,
@@ -787,23 +792,24 @@ class LocalizationSettingsModule {
787
792
  }
788
793
  ], imports: [TranslateModuleAtRoot] });
789
794
  }
790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationSettingsModule, decorators: [{
791
- type: NgModule,
792
- args: [{
793
- imports: [
794
- TranslateModuleAtRoot
795
- ],
796
- providers: [
797
- {
798
- provide: APP_INITIALIZER,
799
- useFactory: localizationInitializerFactory,
800
- deps: [TranslateService, LocalizationService, Injector],
801
- multi: true
802
- }
803
- ],
804
- exports: []
805
- }]
806
- }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
795
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationSettingsModule, [{
796
+ type: NgModule,
797
+ args: [{
798
+ imports: [
799
+ TranslateModuleAtRoot
800
+ ],
801
+ providers: [
802
+ {
803
+ provide: APP_INITIALIZER,
804
+ useFactory: localizationInitializerFactory,
805
+ deps: [TranslateService, LocalizationService, Injector],
806
+ multi: true
807
+ }
808
+ ],
809
+ exports: []
810
+ }]
811
+ }], function () { return [{ type: i0.Injector }]; }, null); })();
812
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationSettingsModule, { imports: [i1$1.TranslateModule] }); })();
807
813
 
808
814
  /*
809
815
  <file>
@@ -822,27 +828,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
822
828
  */
823
829
  // Node
824
830
  class LocalizationModule {
825
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
826
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: LocalizationModule, declarations: [LocalizePipe], imports: [TranslateModule], exports: [TranslateModule,
827
- LocalizePipe] });
828
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationModule, imports: [TranslateModule, TranslateModule] });
831
+ static ɵfac = function LocalizationModule_Factory(t) { return new (t || LocalizationModule)(); };
832
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationModule });
833
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [TranslateModule, TranslateModule] });
829
834
  }
830
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationModule, decorators: [{
831
- type: NgModule,
832
- args: [{
833
- imports: [
834
- TranslateModule
835
- ],
836
- exports: [
837
- TranslateModule,
838
- LocalizePipe
839
- ],
840
- declarations: [
841
- LocalizePipe
842
- ],
843
- providers: []
844
- }]
845
- }] });
835
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationModule, [{
836
+ type: NgModule,
837
+ args: [{
838
+ imports: [
839
+ TranslateModule
840
+ ],
841
+ exports: [
842
+ TranslateModule,
843
+ LocalizePipe
844
+ ],
845
+ declarations: [
846
+ LocalizePipe
847
+ ],
848
+ providers: []
849
+ }]
850
+ }], null, null); })();
851
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationModule, { declarations: [LocalizePipe], imports: [TranslateModule], exports: [TranslateModule,
852
+ LocalizePipe] }); })();
846
853
 
847
854
  /*
848
855
  <file>
@@ -875,12 +882,12 @@ class GlobalErrorHandler {
875
882
  // IMPORTANT: Rethrow the error otherwise it gets swallowed
876
883
  throw error;
877
884
  }
878
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
879
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: GlobalErrorHandler });
885
+ static ɵfac = function GlobalErrorHandler_Factory(t) { return new (t || GlobalErrorHandler)(i0.ɵɵinject(i0.Injector)); };
886
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GlobalErrorHandler, factory: GlobalErrorHandler.ɵfac });
880
887
  }
881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: GlobalErrorHandler, decorators: [{
882
- type: Injectable
883
- }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
888
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalErrorHandler, [{
889
+ type: Injectable
890
+ }], function () { return [{ type: i0.Injector }]; }, null); })();
884
891
 
885
892
  /*
886
893
  <file>
@@ -1273,13 +1280,13 @@ class NotificationService {
1273
1280
  set serverNotifications(val) {
1274
1281
  this._serverNotifications.next(val);
1275
1282
  }
1276
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NotificationService, deps: [{ token: i1$2.ToastrService }], target: i0.ɵɵFactoryTarget.Injectable });
1277
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NotificationService, providedIn: 'root' });
1283
+ static ɵfac = function NotificationService_Factory(t) { return new (t || NotificationService)(i0.ɵɵinject(i1$2.ToastrService)); };
1284
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationService, factory: NotificationService.ɵfac, providedIn: 'root' });
1278
1285
  }
1279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NotificationService, decorators: [{
1280
- type: Injectable,
1281
- args: [{ providedIn: 'root' }]
1282
- }], ctorParameters: function () { return [{ type: i1$2.ToastrService }]; } });
1286
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationService, [{
1287
+ type: Injectable,
1288
+ args: [{ providedIn: 'root' }]
1289
+ }], function () { return [{ type: i1$2.ToastrService }]; }, null); })();
1283
1290
 
1284
1291
  /*
1285
1292
  <file>
@@ -1422,12 +1429,12 @@ class BaseApiService {
1422
1429
  }
1423
1430
  return this.http.get(url).pipe(map(res => res));
1424
1431
  }
1425
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseApiService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1426
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseApiService });
1432
+ static ɵfac = function BaseApiService_Factory(t) { return new (t || BaseApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
1433
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseApiService, factory: BaseApiService.ɵfac });
1427
1434
  }
1428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseApiService, decorators: [{
1429
- type: Injectable
1430
- }], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
1435
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseApiService, [{
1436
+ type: Injectable
1437
+ }], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
1431
1438
 
1432
1439
  /*
1433
1440
  <file>
@@ -1477,22 +1484,22 @@ class LocalStorageService extends WebStorageService {
1477
1484
  constructor() {
1478
1485
  super('localStorage');
1479
1486
  }
1480
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1481
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalStorageService });
1487
+ static ɵfac = function LocalStorageService_Factory(t) { return new (t || LocalStorageService)(); };
1488
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalStorageService, factory: LocalStorageService.ɵfac });
1482
1489
  }
1483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalStorageService, decorators: [{
1484
- type: Injectable
1485
- }], ctorParameters: function () { return []; } });
1490
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalStorageService, [{
1491
+ type: Injectable
1492
+ }], function () { return []; }, null); })();
1486
1493
  class SessionStorageService extends WebStorageService {
1487
1494
  constructor() {
1488
1495
  super('sessionStorage');
1489
1496
  }
1490
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SessionStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1491
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SessionStorageService });
1497
+ static ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); };
1498
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac });
1492
1499
  }
1493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SessionStorageService, decorators: [{
1494
- type: Injectable
1495
- }], ctorParameters: function () { return []; } });
1500
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
1501
+ type: Injectable
1502
+ }], function () { return []; }, null); })();
1496
1503
 
1497
1504
  /*
1498
1505
  <file>
@@ -1632,12 +1639,12 @@ class AppContextService extends BaseApiService {
1632
1639
  set current(value) {
1633
1640
  this.setCurrentFromSession(value);
1634
1641
  }
1635
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AppContextService, deps: [{ token: i1$3.HttpClient }, { token: LocalStorageService }, { token: SessionStorageService }], target: i0.ɵɵFactoryTarget.Injectable });
1636
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AppContextService });
1642
+ static ɵfac = function AppContextService_Factory(t) { return new (t || AppContextService)(i0.ɵɵinject(i1$3.HttpClient), i0.ɵɵinject(LocalStorageService), i0.ɵɵinject(SessionStorageService)); };
1643
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppContextService, factory: AppContextService.ɵfac });
1637
1644
  }
1638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AppContextService, decorators: [{
1639
- type: Injectable
1640
- }], ctorParameters: function () { return [{ type: i1$3.HttpClient }, { type: LocalStorageService }, { type: SessionStorageService }]; } });
1645
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppContextService, [{
1646
+ type: Injectable
1647
+ }], function () { return [{ type: i1$3.HttpClient }, { type: LocalStorageService }, { type: SessionStorageService }]; }, null); })();
1641
1648
 
1642
1649
  /*
1643
1650
  <file>
@@ -1707,15 +1714,15 @@ class IdleService {
1707
1714
  this.resetTimeCounters(timeOutSeconds);
1708
1715
  this.startTimer();
1709
1716
  }
1710
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: IdleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1711
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: IdleService, providedIn: 'root' });
1717
+ static ɵfac = function IdleService_Factory(t) { return new (t || IdleService)(); };
1718
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: IdleService, factory: IdleService.ɵfac, providedIn: 'root' });
1712
1719
  }
1713
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: IdleService, decorators: [{
1714
- type: Injectable,
1715
- args: [{
1716
- providedIn: 'root'
1717
- }]
1718
- }] });
1720
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleService, [{
1721
+ type: Injectable,
1722
+ args: [{
1723
+ providedIn: 'root'
1724
+ }]
1725
+ }], null, null); })();
1719
1726
 
1720
1727
  /*
1721
1728
  <file>
@@ -1772,18 +1779,18 @@ class DigitalMarketingService {
1772
1779
  link.setAttribute('rel', 'canonical');
1773
1780
  link.setAttribute('href', canUrl);
1774
1781
  }
1775
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: DigitalMarketingService, deps: [{ token: i1$4.Title }, { token: i1$4.Meta }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
1776
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: DigitalMarketingService, providedIn: 'root' });
1782
+ static ɵfac = function DigitalMarketingService_Factory(t) { return new (t || DigitalMarketingService)(i0.ɵɵinject(i1$4.Title), i0.ɵɵinject(i1$4.Meta), i0.ɵɵinject(DOCUMENT)); };
1783
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DigitalMarketingService, factory: DigitalMarketingService.ɵfac, providedIn: 'root' });
1777
1784
  }
1778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: DigitalMarketingService, decorators: [{
1779
- type: Injectable,
1780
- args: [{
1781
- providedIn: 'root'
1782
- }]
1783
- }], ctorParameters: function () { return [{ type: i1$4.Title }, { type: i1$4.Meta }, { type: undefined, decorators: [{
1784
- type: Inject,
1785
- args: [DOCUMENT]
1786
- }] }]; } });
1785
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DigitalMarketingService, [{
1786
+ type: Injectable,
1787
+ args: [{
1788
+ providedIn: 'root'
1789
+ }]
1790
+ }], function () { return [{ type: i1$4.Title }, { type: i1$4.Meta }, { type: undefined, decorators: [{
1791
+ type: Inject,
1792
+ args: [DOCUMENT]
1793
+ }] }]; }, null); })();
1787
1794
 
1788
1795
  /*
1789
1796
  <file>
@@ -1829,12 +1836,12 @@ class GoogleAnalyticsService {
1829
1836
  this.subscription.unsubscribe();
1830
1837
  }
1831
1838
  }
1832
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: GoogleAnalyticsService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
1833
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: GoogleAnalyticsService });
1839
+ static ɵfac = function GoogleAnalyticsService_Factory(t) { return new (t || GoogleAnalyticsService)(i0.ɵɵinject(i1.Router)); };
1840
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleAnalyticsService, factory: GoogleAnalyticsService.ɵfac });
1834
1841
  }
1835
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: GoogleAnalyticsService, decorators: [{
1836
- type: Injectable
1837
- }], ctorParameters: function () { return [{ type: i1.Router }]; } });
1842
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleAnalyticsService, [{
1843
+ type: Injectable
1844
+ }], function () { return [{ type: i1.Router }]; }, null); })();
1838
1845
 
1839
1846
  /*
1840
1847
  <file>
@@ -2206,12 +2213,12 @@ class BaseGridReadService extends BehaviorSubject {
2206
2213
  }
2207
2214
  });
2208
2215
  }
2209
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGridReadService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2210
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGridReadService });
2216
+ static ɵfac = function BaseGridReadService_Factory(t) { return new (t || BaseGridReadService)(i0.ɵɵinject(i1$3.HttpClient)); };
2217
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGridReadService, factory: BaseGridReadService.ɵfac });
2211
2218
  }
2212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGridReadService, decorators: [{
2213
- type: Injectable
2214
- }], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
2219
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGridReadService, [{
2220
+ type: Injectable
2221
+ }], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
2215
2222
 
2216
2223
  /*
2217
2224
  <file>
@@ -2283,12 +2290,12 @@ class BaseGridEditService extends BaseGridReadService {
2283
2290
  const url = `${this.baseUrl}/${action}${this.serializeParams(data)}`;
2284
2291
  return this.http.post(url, data).pipe(map(res => res));
2285
2292
  }
2286
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGridEditService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2287
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGridEditService });
2293
+ static ɵfac = function BaseGridEditService_Factory(t) { return new (t || BaseGridEditService)(i0.ɵɵinject(i1$3.HttpClient)); };
2294
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGridEditService, factory: BaseGridEditService.ɵfac });
2288
2295
  }
2289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseGridEditService, decorators: [{
2290
- type: Injectable
2291
- }], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
2296
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGridEditService, [{
2297
+ type: Injectable
2298
+ }], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
2292
2299
 
2293
2300
  /*
2294
2301
  <file>
@@ -2340,15 +2347,15 @@ class NotificationsApiService extends BaseApiService {
2340
2347
  retrieveNotifications() {
2341
2348
  return this.get('retrieveNotifications');
2342
2349
  }
2343
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NotificationsApiService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2344
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NotificationsApiService, providedIn: 'root' });
2350
+ static ɵfac = function NotificationsApiService_Factory(t) { return new (t || NotificationsApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
2351
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationsApiService, factory: NotificationsApiService.ɵfac, providedIn: 'root' });
2345
2352
  }
2346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NotificationsApiService, decorators: [{
2347
- type: Injectable,
2348
- args: [{
2349
- providedIn: 'root'
2350
- }]
2351
- }], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
2353
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationsApiService, [{
2354
+ type: Injectable,
2355
+ args: [{
2356
+ providedIn: 'root'
2357
+ }]
2358
+ }], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
2352
2359
 
2353
2360
  /*
2354
2361
  <file>
@@ -2385,12 +2392,12 @@ class EmailsApiService extends BaseApiService {
2385
2392
  }
2386
2393
  });
2387
2394
  }
2388
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: EmailsApiService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2389
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: EmailsApiService });
2395
+ static ɵfac = function EmailsApiService_Factory(t) { return new (t || EmailsApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
2396
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EmailsApiService, factory: EmailsApiService.ɵfac });
2390
2397
  }
2391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: EmailsApiService, decorators: [{
2392
- type: Injectable
2393
- }], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
2398
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmailsApiService, [{
2399
+ type: Injectable
2400
+ }], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
2394
2401
 
2395
2402
  /*
2396
2403
  <file>
@@ -2439,12 +2446,12 @@ class CoreApiService extends BaseApiService {
2439
2446
  }
2440
2447
  });
2441
2448
  }
2442
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CoreApiService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
2443
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CoreApiService });
2449
+ static ɵfac = function CoreApiService_Factory(t) { return new (t || CoreApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
2450
+ static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CoreApiService, factory: CoreApiService.ɵfac });
2444
2451
  }
2445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CoreApiService, decorators: [{
2446
- type: Injectable
2447
- }], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
2452
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreApiService, [{
2453
+ type: Injectable
2454
+ }], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
2448
2455
 
2449
2456
  /*
2450
2457
  <file>
@@ -2479,15 +2486,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2479
2486
  */
2480
2487
  class SignUpButtonComponent {
2481
2488
  classbtn;
2482
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SignUpButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2483
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: SignUpButtonComponent, selector: "anatoly-signup-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a routerLink=\"iam/signup\" class=\"{{classbtn}}\">Sign Up</a>\r\n", dependencies: [{ kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
2489
+ static ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); };
2490
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["routerLink", "iam/signup"]], template: function SignUpButtonComponent_Template(rf, ctx) { if (rf & 1) {
2491
+ i0.ɵɵelementStart(0, "a", 0);
2492
+ i0.ɵɵtext(1, "Sign Up");
2493
+ i0.ɵɵelementEnd();
2494
+ } if (rf & 2) {
2495
+ i0.ɵɵclassMap(ctx.classbtn);
2496
+ } }, dependencies: [i1.RouterLink], encapsulation: 2 });
2484
2497
  }
2485
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SignUpButtonComponent, decorators: [{
2486
- type: Component,
2487
- args: [{ selector: "anatoly-signup-button", template: "<a routerLink=\"iam/signup\" class=\"{{classbtn}}\">Sign Up</a>\r\n" }]
2488
- }], propDecorators: { classbtn: [{
2489
- type: Input
2490
- }] } });
2498
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
2499
+ type: Component,
2500
+ args: [{ selector: "anatoly-signup-button", template: "<a routerLink=\"iam/signup\" class=\"{{classbtn}}\">Sign Up</a>\r\n" }]
2501
+ }], null, { classbtn: [{
2502
+ type: Input
2503
+ }] }); })();
2491
2504
 
2492
2505
  /*
2493
2506
  <file>
@@ -2505,6 +2518,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2505
2518
  </file>
2506
2519
  */
2507
2520
  // Node
2521
+ function BuyAccessButtonComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
2522
+ i0.ɵɵelementStart(0, "div");
2523
+ i0.ɵɵelement(1, "anatoly-signup-button", 1);
2524
+ i0.ɵɵelementEnd();
2525
+ } }
2526
+ function BuyAccessButtonComponent_div_0_div_2_button_1_Template(rf, ctx) { if (rf & 1) {
2527
+ i0.ɵɵelementStart(0, "button", 4);
2528
+ i0.ɵɵtext(1, " Your Plan ");
2529
+ i0.ɵɵelementEnd();
2530
+ } }
2531
+ function BuyAccessButtonComponent_div_0_div_2_button_2_Template(rf, ctx) { if (rf & 1) {
2532
+ const _r6 = i0.ɵɵgetCurrentView();
2533
+ i0.ɵɵelementStart(0, "button", 5);
2534
+ i0.ɵɵlistener("click", function BuyAccessButtonComponent_div_0_div_2_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r5.onPlanSelect()); });
2535
+ i0.ɵɵtext(1, " Buy Now ");
2536
+ i0.ɵɵelementEnd();
2537
+ } }
2538
+ function BuyAccessButtonComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
2539
+ i0.ɵɵelementStart(0, "div");
2540
+ i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
2541
+ i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
2542
+ i0.ɵɵelementEnd();
2543
+ } if (rf & 2) {
2544
+ const ctx_r2 = i0.ɵɵnextContext(2);
2545
+ i0.ɵɵadvance(1);
2546
+ i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
2547
+ i0.ɵɵadvance(1);
2548
+ i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.currentPlan == 1);
2549
+ } }
2550
+ function BuyAccessButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
2551
+ i0.ɵɵelementStart(0, "div");
2552
+ i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
2553
+ i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_Template, 3, 2, "div", 0);
2554
+ i0.ɵɵelementEnd();
2555
+ } if (rf & 2) {
2556
+ const ctx_r0 = i0.ɵɵnextContext();
2557
+ i0.ɵɵadvance(1);
2558
+ i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
2559
+ i0.ɵɵadvance(1);
2560
+ i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
2561
+ } }
2508
2562
  class BuyAccessButtonComponent {
2509
2563
  appContext;
2510
2564
  contextUpdated = false;
@@ -2532,21 +2586,25 @@ class BuyAccessButtonComponent {
2532
2586
  onPlanSelect() {
2533
2587
  this.planselect.emit(this.plan);
2534
2588
  }
2535
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BuyAccessButtonComponent, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component });
2536
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: BuyAccessButtonComponent, selector: "anatoly-buyaccess-button", inputs: { plan: "plan", planTitle: "planTitle", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, ngImport: i0, template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && currentPlan == 1\" \r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SignUpButtonComponent, selector: "anatoly-signup-button", inputs: ["classbtn"] }] });
2589
+ static ɵfac = function BuyAccessButtonComponent_Factory(t) { return new (t || BuyAccessButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
2590
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BuyAccessButtonComponent, selectors: [["anatoly-buyaccess-button"]], inputs: { plan: "plan", planTitle: "planTitle", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["classbtn", "btn btn-block btn-primary"], ["class", "btn btn-block btn-success selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 3, "click", 4, "ngIf"], [1, "btn", "btn-block", "btn-success", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan", 3, "click"]], template: function BuyAccessButtonComponent_Template(rf, ctx) { if (rf & 1) {
2591
+ i0.ɵɵtemplate(0, BuyAccessButtonComponent_div_0_Template, 3, 2, "div", 0);
2592
+ } if (rf & 2) {
2593
+ i0.ɵɵproperty("ngIf", ctx.contextUpdated);
2594
+ } }, dependencies: [i1$5.NgIf, SignUpButtonComponent], encapsulation: 2 });
2537
2595
  }
2538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BuyAccessButtonComponent, decorators: [{
2539
- type: Component,
2540
- args: [{ selector: 'anatoly-buyaccess-button', template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && currentPlan == 1\" \r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n" }]
2541
- }], ctorParameters: function () { return [{ type: AppContextService }]; }, propDecorators: { plan: [{
2542
- type: Input
2543
- }], planTitle: [{
2544
- type: Input
2545
- }], visibleIfUserSignedIn: [{
2546
- type: Input
2547
- }], planselect: [{
2548
- type: Output
2549
- }] } });
2596
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BuyAccessButtonComponent, [{
2597
+ type: Component,
2598
+ args: [{ selector: 'anatoly-buyaccess-button', template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && currentPlan == 1\" \r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n" }]
2599
+ }], function () { return [{ type: AppContextService }]; }, { plan: [{
2600
+ type: Input
2601
+ }], planTitle: [{
2602
+ type: Input
2603
+ }], visibleIfUserSignedIn: [{
2604
+ type: Input
2605
+ }], planselect: [{
2606
+ type: Output
2607
+ }] }); })();
2550
2608
 
2551
2609
  /*
2552
2610
  <file>
@@ -2564,6 +2622,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2564
2622
  </file>
2565
2623
  */
2566
2624
  // Node
2625
+ function SubscribePlanButtonComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
2626
+ i0.ɵɵelementStart(0, "div");
2627
+ i0.ɵɵelement(1, "anatoly-signup-button", 1);
2628
+ i0.ɵɵelementEnd();
2629
+ } }
2630
+ function SubscribePlanButtonComponent_div_0_div_2_button_1_Template(rf, ctx) { if (rf & 1) {
2631
+ i0.ɵɵelementStart(0, "button", 5);
2632
+ i0.ɵɵtext(1, " Your Plan ");
2633
+ i0.ɵɵelementEnd();
2634
+ } }
2635
+ function SubscribePlanButtonComponent_div_0_div_2_button_2_Template(rf, ctx) { if (rf & 1) {
2636
+ i0.ɵɵelementStart(0, "button", 6);
2637
+ i0.ɵɵtext(1, " Requested ");
2638
+ i0.ɵɵelementEnd();
2639
+ } }
2640
+ function SubscribePlanButtonComponent_div_0_div_2_button_3_Template(rf, ctx) { if (rf & 1) {
2641
+ const _r7 = i0.ɵɵgetCurrentView();
2642
+ i0.ɵɵelementStart(0, "button", 7);
2643
+ i0.ɵɵlistener("click", function SubscribePlanButtonComponent_div_0_div_2_button_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r6.onPlanSelect()); });
2644
+ i0.ɵɵtext(1, " Subscribe ");
2645
+ i0.ɵɵelementEnd();
2646
+ } }
2647
+ function SubscribePlanButtonComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
2648
+ i0.ɵɵelementStart(0, "div");
2649
+ i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
2650
+ i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
2651
+ i0.ɵɵtemplate(3, SubscribePlanButtonComponent_div_0_div_2_button_3_Template, 2, 0, "button", 4);
2652
+ i0.ɵɵelementEnd();
2653
+ } if (rf & 2) {
2654
+ const ctx_r2 = i0.ɵɵnextContext(2);
2655
+ i0.ɵɵadvance(1);
2656
+ i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
2657
+ i0.ɵɵadvance(1);
2658
+ i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.requestedPlan);
2659
+ i0.ɵɵadvance(1);
2660
+ i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.plan != ctx_r2.requestedPlan);
2661
+ } }
2662
+ function SubscribePlanButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
2663
+ i0.ɵɵelementStart(0, "div");
2664
+ i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
2665
+ i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_Template, 4, 3, "div", 0);
2666
+ i0.ɵɵelementEnd();
2667
+ } if (rf & 2) {
2668
+ const ctx_r0 = i0.ɵɵnextContext();
2669
+ i0.ɵɵadvance(1);
2670
+ i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
2671
+ i0.ɵɵadvance(1);
2672
+ i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
2673
+ } }
2567
2674
  class SubscribePlanButtonComponent {
2568
2675
  appContext;
2569
2676
  contextUpdated = false;
@@ -2595,21 +2702,25 @@ class SubscribePlanButtonComponent {
2595
2702
  onPlanSelect() {
2596
2703
  this.planselect.emit(this.plan);
2597
2704
  }
2598
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SubscribePlanButtonComponent, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component });
2599
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: SubscribePlanButtonComponent, selector: "anatoly-subscribe-plan-button", inputs: { plan: "plan", planTitle: "planTitle", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, ngImport: i0, template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan == requestedPlan\">\r\n Requested\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && plan != requestedPlan\" \r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SignUpButtonComponent, selector: "anatoly-signup-button", inputs: ["classbtn"] }] });
2705
+ static ɵfac = function SubscribePlanButtonComponent_Factory(t) { return new (t || SubscribePlanButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
2706
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscribePlanButtonComponent, selectors: [["anatoly-subscribe-plan-button"]], inputs: { plan: "plan", planTitle: "planTitle", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["classbtn", "btn btn-block btn-primary"], ["class", "btn btn-block btn-success selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 3, "click", 4, "ngIf"], [1, "btn", "btn-block", "btn-success", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan", 3, "click"]], template: function SubscribePlanButtonComponent_Template(rf, ctx) { if (rf & 1) {
2707
+ i0.ɵɵtemplate(0, SubscribePlanButtonComponent_div_0_Template, 3, 2, "div", 0);
2708
+ } if (rf & 2) {
2709
+ i0.ɵɵproperty("ngIf", ctx.contextUpdated);
2710
+ } }, dependencies: [i1$5.NgIf, SignUpButtonComponent], encapsulation: 2 });
2600
2711
  }
2601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SubscribePlanButtonComponent, decorators: [{
2602
- type: Component,
2603
- args: [{ selector: "anatoly-subscribe-plan-button", template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan == requestedPlan\">\r\n Requested\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && plan != requestedPlan\" \r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n </div>\r\n</div>\r\n" }]
2604
- }], ctorParameters: function () { return [{ type: AppContextService }]; }, propDecorators: { plan: [{
2605
- type: Input
2606
- }], planTitle: [{
2607
- type: Input
2608
- }], visibleIfUserSignedIn: [{
2609
- type: Input
2610
- }], planselect: [{
2611
- type: Output
2612
- }] } });
2712
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscribePlanButtonComponent, [{
2713
+ type: Component,
2714
+ args: [{ selector: "anatoly-subscribe-plan-button", template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan == requestedPlan\">\r\n Requested\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && plan != requestedPlan\" \r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n </div>\r\n</div>\r\n" }]
2715
+ }], function () { return [{ type: AppContextService }]; }, { plan: [{
2716
+ type: Input
2717
+ }], planTitle: [{
2718
+ type: Input
2719
+ }], visibleIfUserSignedIn: [{
2720
+ type: Input
2721
+ }], planselect: [{
2722
+ type: Output
2723
+ }] }); })();
2613
2724
 
2614
2725
  /*
2615
2726
  <file>
@@ -2627,18 +2738,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2627
2738
  </file>
2628
2739
  */
2629
2740
  //Node
2741
+ const _c0$b = ["*"];
2630
2742
  class CheckIconComponent {
2631
2743
  //Inputs
2632
2744
  checked = true;
2633
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2634
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: CheckIconComponent, selector: "anatoly-check-icon", inputs: { checked: "checked" }, ngImport: i0, template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$6.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
2745
+ static ɵfac = function CheckIconComponent_Factory(t) { return new (t || CheckIconComponent)(); };
2746
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, ngContentSelectors: _c0$b, decls: 2, vars: 2, consts: [[3, "icon", "ngClass"]], template: function CheckIconComponent_Template(rf, ctx) { if (rf & 1) {
2747
+ i0.ɵɵprojectionDef();
2748
+ i0.ɵɵelement(0, "fa-icon", 0);
2749
+ i0.ɵɵprojection(1);
2750
+ } if (rf & 2) {
2751
+ i0.ɵɵproperty("icon", ctx.checked ? "check-circle" : "circle-xmark")("ngClass", ctx.checked ? "text-success" : "text-danger");
2752
+ } }, dependencies: [i1$5.NgClass, i1$6.FaIconComponent], encapsulation: 2 });
2635
2753
  }
2636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CheckIconComponent, decorators: [{
2637
- type: Component,
2638
- args: [{ selector: 'anatoly-check-icon', template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n" }]
2639
- }], propDecorators: { checked: [{
2640
- type: Input
2641
- }] } });
2754
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
2755
+ type: Component,
2756
+ args: [{ selector: 'anatoly-check-icon', template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n" }]
2757
+ }], null, { checked: [{
2758
+ type: Input
2759
+ }] }); })();
2642
2760
 
2643
2761
  /*
2644
2762
  <file>
@@ -2700,27 +2818,34 @@ class DatapagerComponent {
2700
2818
  onPageChange(e) {
2701
2819
  this.pageChange.emit(e);
2702
2820
  }
2703
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: DatapagerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2704
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: DatapagerComponent, selector: "anatoly-datapager", inputs: { totalItems: "totalItems", pageSize: "pageSize", skipItems: "skipItems", pageSizeDivisor: "pageSizeDivisor", pageSizeMax: "pageSizeMax", width: "width" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: "<kendo-datapager [total]='totalItems'\r\n [pageSize]='pageSize'\r\n [pageSizeValues]='pageSizes'\r\n [skip]='skipItems' \r\n [style]='style'\r\n (pageChange)='onPageChange($event)'>\r\n</kendo-datapager>\r\n", dependencies: [{ kind: "component", type: i1$7.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }] });
2821
+ static ɵfac = function DatapagerComponent_Factory(t) { return new (t || DatapagerComponent)(); };
2822
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DatapagerComponent, selectors: [["anatoly-datapager"]], inputs: { totalItems: "totalItems", pageSize: "pageSize", skipItems: "skipItems", pageSizeDivisor: "pageSizeDivisor", pageSizeMax: "pageSizeMax", width: "width" }, outputs: { pageChange: "pageChange" }, decls: 1, vars: 6, consts: [[3, "total", "pageSize", "pageSizeValues", "skip", "pageChange"]], template: function DatapagerComponent_Template(rf, ctx) { if (rf & 1) {
2823
+ i0.ɵɵelementStart(0, "kendo-datapager", 0);
2824
+ i0.ɵɵlistener("pageChange", function DatapagerComponent_Template_kendo_datapager_pageChange_0_listener($event) { return ctx.onPageChange($event); });
2825
+ i0.ɵɵelementEnd();
2826
+ } if (rf & 2) {
2827
+ i0.ɵɵstyleMap(ctx.style);
2828
+ i0.ɵɵproperty("total", ctx.totalItems)("pageSize", ctx.pageSize)("pageSizeValues", ctx.pageSizes)("skip", ctx.skipItems);
2829
+ } }, dependencies: [i1$7.PagerComponent], encapsulation: 2 });
2705
2830
  }
2706
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: DatapagerComponent, decorators: [{
2707
- type: Component,
2708
- args: [{ selector: 'anatoly-datapager', template: "<kendo-datapager [total]='totalItems'\r\n [pageSize]='pageSize'\r\n [pageSizeValues]='pageSizes'\r\n [skip]='skipItems' \r\n [style]='style'\r\n (pageChange)='onPageChange($event)'>\r\n</kendo-datapager>\r\n" }]
2709
- }], ctorParameters: function () { return []; }, propDecorators: { totalItems: [{
2710
- type: Input
2711
- }], pageSize: [{
2712
- type: Input
2713
- }], skipItems: [{
2714
- type: Input
2715
- }], pageSizeDivisor: [{
2716
- type: Input
2717
- }], pageSizeMax: [{
2718
- type: Input
2719
- }], width: [{
2720
- type: Input
2721
- }], pageChange: [{
2722
- type: Output
2723
- }] } });
2831
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatapagerComponent, [{
2832
+ type: Component,
2833
+ args: [{ selector: 'anatoly-datapager', template: "<kendo-datapager [total]='totalItems'\r\n [pageSize]='pageSize'\r\n [pageSizeValues]='pageSizes'\r\n [skip]='skipItems' \r\n [style]='style'\r\n (pageChange)='onPageChange($event)'>\r\n</kendo-datapager>\r\n" }]
2834
+ }], function () { return []; }, { totalItems: [{
2835
+ type: Input
2836
+ }], pageSize: [{
2837
+ type: Input
2838
+ }], skipItems: [{
2839
+ type: Input
2840
+ }], pageSizeDivisor: [{
2841
+ type: Input
2842
+ }], pageSizeMax: [{
2843
+ type: Input
2844
+ }], width: [{
2845
+ type: Input
2846
+ }], pageChange: [{
2847
+ type: Output
2848
+ }] }); })();
2724
2849
 
2725
2850
  /*
2726
2851
  <file>
@@ -2740,15 +2865,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2740
2865
  class SignInButtonComponent {
2741
2866
  classbtn;
2742
2867
  constructor() { }
2743
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SignInButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2744
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: SignInButtonComponent, selector: "anatoly-signin-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a routerLink=\"iam/signin\" class=\"{{classbtn}}\">Sign In</a>\r\n", dependencies: [{ kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
2868
+ static ɵfac = function SignInButtonComponent_Factory(t) { return new (t || SignInButtonComponent)(); };
2869
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInButtonComponent, selectors: [["anatoly-signin-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["routerLink", "iam/signin"]], template: function SignInButtonComponent_Template(rf, ctx) { if (rf & 1) {
2870
+ i0.ɵɵelementStart(0, "a", 0);
2871
+ i0.ɵɵtext(1, "Sign In");
2872
+ i0.ɵɵelementEnd();
2873
+ } if (rf & 2) {
2874
+ i0.ɵɵclassMap(ctx.classbtn);
2875
+ } }, dependencies: [i1.RouterLink], encapsulation: 2 });
2745
2876
  }
2746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SignInButtonComponent, decorators: [{
2747
- type: Component,
2748
- args: [{ selector: "anatoly-signin-button", template: "<a routerLink=\"iam/signin\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
2749
- }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
2750
- type: Input
2751
- }] } });
2877
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
2878
+ type: Component,
2879
+ args: [{ selector: "anatoly-signin-button", template: "<a routerLink=\"iam/signin\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
2880
+ }], function () { return []; }, { classbtn: [{
2881
+ type: Input
2882
+ }] }); })();
2752
2883
 
2753
2884
  /*
2754
2885
  <file>
@@ -2768,15 +2899,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2768
2899
  class SignOutButtonComponent {
2769
2900
  classbtn;
2770
2901
  constructor() { }
2771
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SignOutButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2772
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: SignOutButtonComponent, selector: "anatoly-signout-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a routerLink=\"iam/signout\" class=\"{{classbtn}}\">Sign Out</a>\r\n", dependencies: [{ kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
2902
+ static ɵfac = function SignOutButtonComponent_Factory(t) { return new (t || SignOutButtonComponent)(); };
2903
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutButtonComponent, selectors: [["anatoly-signout-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["routerLink", "iam/signout"]], template: function SignOutButtonComponent_Template(rf, ctx) { if (rf & 1) {
2904
+ i0.ɵɵelementStart(0, "a", 0);
2905
+ i0.ɵɵtext(1, "Sign Out");
2906
+ i0.ɵɵelementEnd();
2907
+ } if (rf & 2) {
2908
+ i0.ɵɵclassMap(ctx.classbtn);
2909
+ } }, dependencies: [i1.RouterLink], encapsulation: 2 });
2773
2910
  }
2774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SignOutButtonComponent, decorators: [{
2775
- type: Component,
2776
- args: [{ selector: "anatoly-signout-button", template: "<a routerLink=\"iam/signout\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
2777
- }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
2778
- type: Input
2779
- }] } });
2911
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
2912
+ type: Component,
2913
+ args: [{ selector: "anatoly-signout-button", template: "<a routerLink=\"iam/signout\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
2914
+ }], function () { return []; }, { classbtn: [{
2915
+ type: Input
2916
+ }] }); })();
2780
2917
 
2781
2918
  /*
2782
2919
  <file>
@@ -2794,6 +2931,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2794
2931
  </file>
2795
2932
  */
2796
2933
  //Node
2934
+ function NodataComponent_div_0_Template(rf, ctx) { if (rf & 1) {
2935
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
2936
+ i0.ɵɵelement(2, "fa-icon", 3);
2937
+ i0.ɵɵelementStart(3, "h3");
2938
+ i0.ɵɵtext(4);
2939
+ i0.ɵɵelementEnd();
2940
+ i0.ɵɵprojection(5);
2941
+ i0.ɵɵelementEnd()();
2942
+ } if (rf & 2) {
2943
+ const ctx_r0 = i0.ɵɵnextContext();
2944
+ i0.ɵɵadvance(3);
2945
+ i0.ɵɵclassMap(ctx_r0.headingClass);
2946
+ i0.ɵɵadvance(1);
2947
+ i0.ɵɵtextInterpolate(ctx_r0.heading);
2948
+ } }
2949
+ const _c0$a = ["*"];
2797
2950
  class NodataComponent {
2798
2951
  dataLoading = false;
2799
2952
  dataLoaded = false;
@@ -2802,23 +2955,28 @@ class NodataComponent {
2802
2955
  headingClass = 'text-uppercase';
2803
2956
  constructor() {
2804
2957
  }
2805
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2806
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: NodataComponent, selector: "anatoly-nodata", inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", heading: "heading", headingClass: "headingClass" }, ngImport: i0, template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded text-info'>\r\n <fa-icon icon=\"database\" size=\"10x\"></fa-icon>\r\n <h3 class='{{headingClass}}'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1$6.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
2958
+ static ɵfac = function NodataComponent_Factory(t) { return new (t || NodataComponent)(); };
2959
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NodataComponent, selectors: [["anatoly-nodata"]], inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", heading: "heading", headingClass: "headingClass" }, ngContentSelectors: _c0$a, decls: 1, vars: 1, consts: [["class", "no-data", 4, "ngIf"], [1, "no-data"], [1, "loaded", "text-info"], ["icon", "database", "size", "10x"]], template: function NodataComponent_Template(rf, ctx) { if (rf & 1) {
2960
+ i0.ɵɵprojectionDef();
2961
+ i0.ɵɵtemplate(0, NodataComponent_div_0_Template, 6, 4, "div", 0);
2962
+ } if (rf & 2) {
2963
+ i0.ɵɵproperty("ngIf", ctx.dataLoaded && !ctx.dataFound);
2964
+ } }, dependencies: [i1$5.NgIf, i1$6.FaIconComponent], encapsulation: 2 });
2807
2965
  }
2808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NodataComponent, decorators: [{
2809
- type: Component,
2810
- args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded text-info'>\r\n <fa-icon icon=\"database\" size=\"10x\"></fa-icon>\r\n <h3 class='{{headingClass}}'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
2811
- }], ctorParameters: function () { return []; }, propDecorators: { dataLoading: [{
2812
- type: Input
2813
- }], dataLoaded: [{
2814
- type: Input
2815
- }], dataFound: [{
2816
- type: Input
2817
- }], heading: [{
2818
- type: Input
2819
- }], headingClass: [{
2820
- type: Input
2821
- }] } });
2966
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
2967
+ type: Component,
2968
+ args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded text-info'>\r\n <fa-icon icon=\"database\" size=\"10x\"></fa-icon>\r\n <h3 class='{{headingClass}}'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
2969
+ }], function () { return []; }, { dataLoading: [{
2970
+ type: Input
2971
+ }], dataLoaded: [{
2972
+ type: Input
2973
+ }], dataFound: [{
2974
+ type: Input
2975
+ }], heading: [{
2976
+ type: Input
2977
+ }], headingClass: [{
2978
+ type: Input
2979
+ }] }); })();
2822
2980
 
2823
2981
  /*
2824
2982
  <file>
@@ -2836,6 +2994,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2836
2994
  </file>
2837
2995
  */
2838
2996
  // Node
2997
+ function LoadingComponent_div_0_Template(rf, ctx) { if (rf & 1) {
2998
+ i0.ɵɵelementStart(0, "div", 1);
2999
+ i0.ɵɵelement(1, "span", 2);
3000
+ i0.ɵɵelementEnd();
3001
+ } }
2839
3002
  class LoadingComponent {
2840
3003
  loadingService;
2841
3004
  // Private
@@ -2855,13 +3018,17 @@ class LoadingComponent {
2855
3018
  ngOnDestroy() {
2856
3019
  this.subs.unsubscribe();
2857
3020
  }
2858
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component });
2859
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: LoadingComponent, selector: "anatoly-loading", ngImport: i0, template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3021
+ static ɵfac = function LoadingComponent_Factory(t) { return new (t || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); };
3022
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LoadingComponent, selectors: [["anatoly-loading"]], decls: 1, vars: 1, consts: [["id", "pnlLoading", 4, "ngIf"], ["id", "pnlLoading"], [1, "k-icon", "k-i-loading"]], template: function LoadingComponent_Template(rf, ctx) { if (rf & 1) {
3023
+ i0.ɵɵtemplate(0, LoadingComponent_div_0_Template, 2, 0, "div", 0);
3024
+ } if (rf & 2) {
3025
+ i0.ɵɵproperty("ngIf", ctx.show);
3026
+ } }, dependencies: [i1$5.NgIf], encapsulation: 2 });
2860
3027
  }
2861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LoadingComponent, decorators: [{
2862
- type: Component,
2863
- args: [{ selector: 'anatoly-loading', template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
2864
- }], ctorParameters: function () { return [{ type: LoadingService }]; } });
3028
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingComponent, [{
3029
+ type: Component,
3030
+ args: [{ selector: 'anatoly-loading', template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
3031
+ }], function () { return [{ type: LoadingService }]; }, null); })();
2865
3032
 
2866
3033
  const Spinkit = {
2867
3034
  skChasingDots: 'sk-chasing-dots',
@@ -2891,6 +3058,25 @@ const Spinkit = {
2891
3058
  </file>
2892
3059
  */
2893
3060
  // Node
3061
+ function PageSpinnerComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
3062
+ i0.ɵɵelementStart(0, "div", 4);
3063
+ i0.ɵɵelement(1, "div", 5);
3064
+ i0.ɵɵelementEnd();
3065
+ } if (rf & 2) {
3066
+ const ctx_r1 = i0.ɵɵnextContext(2);
3067
+ i0.ɵɵclassProp("colored", !ctx_r1.backgroundColor);
3068
+ i0.ɵɵadvance(1);
3069
+ i0.ɵɵstyleProp("background-color", ctx_r1.backgroundColor);
3070
+ } }
3071
+ function PageSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
3072
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
3073
+ i0.ɵɵtemplate(2, PageSpinnerComponent_div_0_div_2_Template, 2, 4, "div", 3);
3074
+ i0.ɵɵelementEnd()();
3075
+ } if (rf & 2) {
3076
+ const ctx_r0 = i0.ɵɵnextContext();
3077
+ i0.ɵɵadvance(2);
3078
+ i0.ɵɵproperty("ngIf", ctx_r0.spinner === ctx_r0.Spinkit.skLine);
3079
+ } }
2894
3080
  class PageSpinnerComponent {
2895
3081
  router;
2896
3082
  isSpinnerVisible = true;
@@ -2918,17 +3104,21 @@ class PageSpinnerComponent {
2918
3104
  ngOnDestroy() {
2919
3105
  this.isSpinnerVisible = false;
2920
3106
  }
2921
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: PageSpinnerComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
2922
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: PageSpinnerComponent, selector: "anatoly-pagespinner", inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, ngImport: i0, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3107
+ static ɵfac = function PageSpinnerComponent_Factory(t) { return new (t || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1.Router)); };
3108
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageSpinnerComponent, selectors: [["anatoly-pagespinner"]], inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, decls: 1, vars: 1, consts: [["id", "http-loader", 4, "ngIf"], ["id", "http-loader"], [1, "loader-bg"], ["class", "sk-line-material", 3, "colored", 4, "ngIf"], [1, "sk-line-material"], [1, "sk-child", "sk-bounce1"]], template: function PageSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
3109
+ i0.ɵɵtemplate(0, PageSpinnerComponent_div_0_Template, 3, 1, "div", 0);
3110
+ } if (rf & 2) {
3111
+ i0.ɵɵproperty("ngIf", ctx.isSpinnerVisible);
3112
+ } }, dependencies: [i1$5.NgIf], encapsulation: 2 });
2923
3113
  }
2924
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: PageSpinnerComponent, decorators: [{
2925
- type: Component,
2926
- args: [{ selector: 'anatoly-pagespinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
2927
- }], ctorParameters: function () { return [{ type: i1.Router }]; }, propDecorators: { backgroundColor: [{
2928
- type: Input
2929
- }], spinner: [{
2930
- type: Input
2931
- }] } });
3114
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageSpinnerComponent, [{
3115
+ type: Component,
3116
+ args: [{ selector: 'anatoly-pagespinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
3117
+ }], function () { return [{ type: i1.Router }]; }, { backgroundColor: [{
3118
+ type: Input
3119
+ }], spinner: [{
3120
+ type: Input
3121
+ }] }); })();
2932
3122
 
2933
3123
  /*
2934
3124
  <file>
@@ -2957,17 +3147,22 @@ class Copy2ClipboardComponent {
2957
3147
  }, 1000);
2958
3148
  Utils.copyToClipBoard(event, this.text);
2959
3149
  }
2960
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: Copy2ClipboardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2961
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: Copy2ClipboardComponent, selector: "anatoly-copy-2-clipboard", inputs: { tooltip: "tooltip", text: "text" }, ngImport: i0, template: "<a class=\"btn btn-primary btn-sm active\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\"></fa-icon>\r\n</a>", dependencies: [{ kind: "component", type: i1$6.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
3150
+ static ɵfac = function Copy2ClipboardComponent_Factory(t) { return new (t || Copy2ClipboardComponent)(); };
3151
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Copy2ClipboardComponent, selectors: [["anatoly-copy-2-clipboard"]], inputs: { tooltip: "tooltip", text: "text" }, decls: 2, vars: 0, consts: [[1, "btn", "btn-primary", "btn-sm", "active", 3, "click"], ["size", "lg", "icon", "copy"]], template: function Copy2ClipboardComponent_Template(rf, ctx) { if (rf & 1) {
3152
+ i0.ɵɵelementStart(0, "a", 0);
3153
+ i0.ɵɵlistener("click", function Copy2ClipboardComponent_Template_a_click_0_listener($event) { return ctx.onCopy2Clipboard($event); });
3154
+ i0.ɵɵelement(1, "fa-icon", 1);
3155
+ i0.ɵɵelementEnd();
3156
+ } }, dependencies: [i1$6.FaIconComponent], encapsulation: 2 });
2962
3157
  }
2963
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: Copy2ClipboardComponent, decorators: [{
2964
- type: Component,
2965
- args: [{ selector: 'anatoly-copy-2-clipboard', template: "<a class=\"btn btn-primary btn-sm active\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\"></fa-icon>\r\n</a>" }]
2966
- }], propDecorators: { tooltip: [{
2967
- type: Input
2968
- }], text: [{
2969
- type: Input
2970
- }] } });
3158
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
3159
+ type: Component,
3160
+ args: [{ selector: 'anatoly-copy-2-clipboard', template: "<a class=\"btn btn-primary btn-sm active\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\"></fa-icon>\r\n</a>" }]
3161
+ }], null, { tooltip: [{
3162
+ type: Input
3163
+ }], text: [{
3164
+ type: Input
3165
+ }] }); })();
2971
3166
 
2972
3167
  /*
2973
3168
  <file>
@@ -2985,17 +3180,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
2985
3180
  </file>
2986
3181
  */
2987
3182
  //Node
3183
+ const _c0$9 = [[["mex-card-header"]], [["mex-card-body"]], "*", [["mex-card-footer"]]];
3184
+ const _c1 = ["mex-card-header", "mex-card-body", "*", "mex-card-footer"];
2988
3185
  class CardComponent {
2989
3186
  classes;
2990
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2991
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: CardComponent, selector: "anatoly-card", inputs: { classes: "classes" }, ngImport: i0, template: "<div class='card {{ classes }}'>\r\n <ng-content select='mex-card-header'></ng-content>\r\n <ng-content select='mex-card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='mex-card-footer'></ng-content>\r\n</div>\r\n" });
3187
+ static ɵfac = function CardComponent_Factory(t) { return new (t || CardComponent)(); };
3188
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], inputs: { classes: "classes" }, ngContentSelectors: _c1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
3189
+ i0.ɵɵprojectionDef(_c0$9);
3190
+ i0.ɵɵelementStart(0, "div");
3191
+ i0.ɵɵprojection(1);
3192
+ i0.ɵɵprojection(2, 1);
3193
+ i0.ɵɵprojection(3, 2);
3194
+ i0.ɵɵprojection(4, 3);
3195
+ i0.ɵɵelementEnd();
3196
+ } if (rf & 2) {
3197
+ i0.ɵɵclassMapInterpolate1("card ", ctx.classes, "");
3198
+ } }, encapsulation: 2 });
2992
3199
  }
2993
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CardComponent, decorators: [{
2994
- type: Component,
2995
- args: [{ selector: 'anatoly-card', template: "<div class='card {{ classes }}'>\r\n <ng-content select='mex-card-header'></ng-content>\r\n <ng-content select='mex-card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='mex-card-footer'></ng-content>\r\n</div>\r\n" }]
2996
- }], propDecorators: { classes: [{
2997
- type: Input
2998
- }] } });
3200
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardComponent, [{
3201
+ type: Component,
3202
+ args: [{ selector: 'anatoly-card', template: "<div class='card {{ classes }}'>\r\n <ng-content select='mex-card-header'></ng-content>\r\n <ng-content select='mex-card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='mex-card-footer'></ng-content>\r\n</div>\r\n" }]
3203
+ }], null, { classes: [{
3204
+ type: Input
3205
+ }] }); })();
2999
3206
 
3000
3207
  /*
3001
3208
  <file>
@@ -3013,20 +3220,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
3013
3220
  </file>
3014
3221
  */
3015
3222
  //Node
3223
+ function CardHeaderComponent_h3_1_Template(rf, ctx) { if (rf & 1) {
3224
+ i0.ɵɵelementStart(0, "h3", 1);
3225
+ i0.ɵɵtext(1);
3226
+ i0.ɵɵelementEnd();
3227
+ } if (rf & 2) {
3228
+ const ctx_r0 = i0.ɵɵnextContext();
3229
+ i0.ɵɵadvance(1);
3230
+ i0.ɵɵtextInterpolate(ctx_r0.title);
3231
+ } }
3232
+ const _c0$8 = ["*"];
3016
3233
  class CardHeaderComponent {
3017
3234
  classes;
3018
3235
  title;
3019
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3020
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: CardHeaderComponent, selector: "anatoly-card-header", inputs: { classes: "classes", title: "title" }, ngImport: i0, template: "<div class='card-header {{ classes }}'>\r\n <h3 *ngIf='title' class='card-title'>{{ title }}</h3>\r\n <ng-content></ng-content>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3236
+ static ɵfac = function CardHeaderComponent_Factory(t) { return new (t || CardHeaderComponent)(); };
3237
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], inputs: { classes: "classes", title: "title" }, ngContentSelectors: _c0$8, decls: 3, vars: 4, consts: [["class", "card-title", 4, "ngIf"], [1, "card-title"]], template: function CardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
3238
+ i0.ɵɵprojectionDef();
3239
+ i0.ɵɵelementStart(0, "div");
3240
+ i0.ɵɵtemplate(1, CardHeaderComponent_h3_1_Template, 2, 1, "h3", 0);
3241
+ i0.ɵɵprojection(2);
3242
+ i0.ɵɵelementEnd();
3243
+ } if (rf & 2) {
3244
+ i0.ɵɵclassMapInterpolate1("card-header ", ctx.classes, "");
3245
+ i0.ɵɵadvance(1);
3246
+ i0.ɵɵproperty("ngIf", ctx.title);
3247
+ } }, dependencies: [i1$5.NgIf], encapsulation: 2 });
3021
3248
  }
3022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CardHeaderComponent, decorators: [{
3023
- type: Component,
3024
- args: [{ selector: 'anatoly-card-header', template: "<div class='card-header {{ classes }}'>\r\n <h3 *ngIf='title' class='card-title'>{{ title }}</h3>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
3025
- }], propDecorators: { classes: [{
3026
- type: Input
3027
- }], title: [{
3028
- type: Input
3029
- }] } });
3249
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardHeaderComponent, [{
3250
+ type: Component,
3251
+ args: [{ selector: 'anatoly-card-header', template: "<div class='card-header {{ classes }}'>\r\n <h3 *ngIf='title' class='card-title'>{{ title }}</h3>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
3252
+ }], null, { classes: [{
3253
+ type: Input
3254
+ }], title: [{
3255
+ type: Input
3256
+ }] }); })();
3030
3257
 
3031
3258
  /*
3032
3259
  <file>
@@ -3044,17 +3271,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
3044
3271
  </file>
3045
3272
  */
3046
3273
  //Node
3274
+ const _c0$7 = ["*"];
3047
3275
  class CardBodyComponent {
3048
3276
  classes;
3049
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3050
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: CardBodyComponent, selector: "anatoly-card-body", inputs: { classes: "classes" }, ngImport: i0, template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" });
3277
+ static ɵfac = function CardBodyComponent_Factory(t) { return new (t || CardBodyComponent)(); };
3278
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], inputs: { classes: "classes" }, ngContentSelectors: _c0$7, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
3279
+ i0.ɵɵprojectionDef();
3280
+ i0.ɵɵelementStart(0, "div");
3281
+ i0.ɵɵprojection(1);
3282
+ i0.ɵɵelementEnd();
3283
+ } if (rf & 2) {
3284
+ i0.ɵɵclassMapInterpolate1("card-body ", ctx.classes, "");
3285
+ } }, encapsulation: 2 });
3051
3286
  }
3052
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CardBodyComponent, decorators: [{
3053
- type: Component,
3054
- args: [{ selector: 'anatoly-card-body', template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
3055
- }], propDecorators: { classes: [{
3056
- type: Input
3057
- }] } });
3287
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardBodyComponent, [{
3288
+ type: Component,
3289
+ args: [{ selector: 'anatoly-card-body', template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
3290
+ }], null, { classes: [{
3291
+ type: Input
3292
+ }] }); })();
3058
3293
 
3059
3294
  /*
3060
3295
  <file>
@@ -3072,17 +3307,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
3072
3307
  </file>
3073
3308
  */
3074
3309
  //Node
3310
+ const _c0$6 = ["*"];
3075
3311
  class CardFooterComponent {
3076
3312
  classes;
3077
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3078
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: CardFooterComponent, selector: "anatoly-card-footer", inputs: { classes: "classes" }, ngImport: i0, template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" });
3313
+ static ɵfac = function CardFooterComponent_Factory(t) { return new (t || CardFooterComponent)(); };
3314
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], inputs: { classes: "classes" }, ngContentSelectors: _c0$6, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
3315
+ i0.ɵɵprojectionDef();
3316
+ i0.ɵɵelementStart(0, "div");
3317
+ i0.ɵɵprojection(1);
3318
+ i0.ɵɵelementEnd();
3319
+ } if (rf & 2) {
3320
+ i0.ɵɵclassMapInterpolate1("card-footer ", ctx.classes, "");
3321
+ } }, encapsulation: 2 });
3079
3322
  }
3080
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CardFooterComponent, decorators: [{
3081
- type: Component,
3082
- args: [{ selector: 'anatoly-card-footer', template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
3083
- }], propDecorators: { classes: [{
3084
- type: Input
3085
- }] } });
3323
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardFooterComponent, [{
3324
+ type: Component,
3325
+ args: [{ selector: 'anatoly-card-footer', template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
3326
+ }], null, { classes: [{
3327
+ type: Input
3328
+ }] }); })();
3086
3329
 
3087
3330
  /*
3088
3331
  <file>
@@ -3217,15 +3460,15 @@ class BaseComponent {
3217
3460
  this.dataLoaded = true;
3218
3461
  this.dataFound = found;
3219
3462
  }
3220
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3221
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: BaseComponent, selector: "ng-component", ngImport: i0, template: '', isInline: true });
3463
+ static ɵfac = function BaseComponent_Factory(t) { return new (t || BaseComponent)(); };
3464
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseComponent, selectors: [["ng-component"]], decls: 0, vars: 0, template: function BaseComponent_Template(rf, ctx) { }, encapsulation: 2 });
3222
3465
  }
3223
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseComponent, decorators: [{
3224
- type: Component,
3225
- args: [{
3226
- template: ''
3227
- }]
3228
- }] });
3466
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseComponent, [{
3467
+ type: Component,
3468
+ args: [{
3469
+ template: ''
3470
+ }]
3471
+ }], null, null); })();
3229
3472
 
3230
3473
  /*
3231
3474
  <file>
@@ -3342,19 +3585,19 @@ class BaseEditComponent extends BaseComponent {
3342
3585
  get fc() {
3343
3586
  return this.formGroup.controls;
3344
3587
  }
3345
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseEditComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3346
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: BaseEditComponent, selector: "ng-component", inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
3588
+ static ɵfac = function BaseEditComponent_Factory(t) { return new (t || BaseEditComponent)(); };
3589
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseEditComponent, selectors: [["ng-component"]], inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseEditComponent_Template(rf, ctx) { }, encapsulation: 2 });
3347
3590
  }
3348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseEditComponent, decorators: [{
3349
- type: Component,
3350
- args: [{
3351
- template: ''
3352
- }]
3353
- }], ctorParameters: function () { return []; }, propDecorators: { formGroup: [{
3354
- type: Input
3355
- }], formSubmitted: [{
3356
- type: Input
3357
- }] } });
3591
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseEditComponent, [{
3592
+ type: Component,
3593
+ args: [{
3594
+ template: ''
3595
+ }]
3596
+ }], function () { return []; }, { formGroup: [{
3597
+ type: Input
3598
+ }], formSubmitted: [{
3599
+ type: Input
3600
+ }] }); })();
3358
3601
 
3359
3602
  // Node
3360
3603
  class BaseHtmlEditorComponent extends BaseEditComponent {
@@ -3432,19 +3675,19 @@ class BaseHtmlEditorComponent extends BaseEditComponent {
3432
3675
  editor.opts.imageUploadParams.uploadParentId = uploadParentId;
3433
3676
  });
3434
3677
  }
3435
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3436
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: BaseHtmlEditorComponent, selector: "ng-component", inputs: { editorLabelText: "editorLabelText", editorOptions: "editorOptions" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
3678
+ static ɵfac = function BaseHtmlEditorComponent_Factory(t) { return new (t || BaseHtmlEditorComponent)(); };
3679
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseHtmlEditorComponent, selectors: [["ng-component"]], inputs: { editorLabelText: "editorLabelText", editorOptions: "editorOptions" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseHtmlEditorComponent_Template(rf, ctx) { }, encapsulation: 2 });
3437
3680
  }
3438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseHtmlEditorComponent, decorators: [{
3439
- type: Component,
3440
- args: [{
3441
- template: "",
3442
- }]
3443
- }], ctorParameters: function () { return []; }, propDecorators: { editorLabelText: [{
3444
- type: Input
3445
- }], editorOptions: [{
3446
- type: Input
3447
- }] } });
3681
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseHtmlEditorComponent, [{
3682
+ type: Component,
3683
+ args: [{
3684
+ template: "",
3685
+ }]
3686
+ }], function () { return []; }, { editorLabelText: [{
3687
+ type: Input
3688
+ }], editorOptions: [{
3689
+ type: Input
3690
+ }] }); })();
3448
3691
 
3449
3692
  /*
3450
3693
  <file>
@@ -3473,15 +3716,15 @@ class NativeElementDirective {
3473
3716
  // sets the localization key to the control
3474
3717
  this.control.control.nativeElement = this.el.nativeElement;
3475
3718
  }
3476
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NativeElementDirective, deps: [{ token: i0.ElementRef }, { token: i2.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
3477
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.7", type: NativeElementDirective, selector: "[formControl], [formControlName]", ngImport: i0 });
3719
+ static ɵfac = function NativeElementDirective_Factory(t) { return new (t || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2.NgControl)); };
3720
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]] });
3478
3721
  }
3479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: NativeElementDirective, decorators: [{
3480
- type: Directive,
3481
- args: [{
3482
- selector: '[formControl], [formControlName]'
3483
- }]
3484
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i2.NgControl }]; } });
3722
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeElementDirective, [{
3723
+ type: Directive,
3724
+ args: [{
3725
+ selector: '[formControl], [formControlName]'
3726
+ }]
3727
+ }], function () { return [{ type: i0.ElementRef }, { type: i2.NgControl }]; }, null); })();
3485
3728
 
3486
3729
  /*
3487
3730
  <file>
@@ -3594,15 +3837,15 @@ class ValidationSummaryComponent extends BaseEditComponent {
3594
3837
  }
3595
3838
  return title;
3596
3839
  }
3597
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3598
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: ValidationSummaryComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
3840
+ static ɵfac = function ValidationSummaryComponent_Factory(t) { return new (t || ValidationSummaryComponent)(); };
3841
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ValidationSummaryComponent, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ValidationSummaryComponent_Template(rf, ctx) { }, encapsulation: 2 });
3599
3842
  }
3600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ValidationSummaryComponent, decorators: [{
3601
- type: Component,
3602
- args: [{
3603
- template: "",
3604
- }]
3605
- }], ctorParameters: function () { return []; } });
3843
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidationSummaryComponent, [{
3844
+ type: Component,
3845
+ args: [{
3846
+ template: "",
3847
+ }]
3848
+ }], function () { return []; }, null); })();
3606
3849
 
3607
3850
  /*
3608
3851
  <file>
@@ -3620,23 +3863,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
3620
3863
  </file>
3621
3864
  */
3622
3865
  // Node
3866
+ function ItemValidationSummaryComponent_ul_0_li_1_Template(rf, ctx) { if (rf & 1) {
3867
+ i0.ɵɵelementStart(0, "li")(1, "span", 3);
3868
+ i0.ɵɵtext(2);
3869
+ i0.ɵɵelementEnd()();
3870
+ } if (rf & 2) {
3871
+ const error_r2 = ctx.$implicit;
3872
+ i0.ɵɵadvance(2);
3873
+ i0.ɵɵtextInterpolate(error_r2);
3874
+ } }
3875
+ function ItemValidationSummaryComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
3876
+ i0.ɵɵelementStart(0, "ul", 1);
3877
+ i0.ɵɵtemplate(1, ItemValidationSummaryComponent_ul_0_li_1_Template, 3, 1, "li", 2);
3878
+ i0.ɵɵelementEnd();
3879
+ } if (rf & 2) {
3880
+ const ctx_r0 = i0.ɵɵnextContext();
3881
+ i0.ɵɵadvance(1);
3882
+ i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.get(ctx_r0.controlName), ctx_r0.controlTitle));
3883
+ } }
3623
3884
  class ItemValidationSummaryComponent extends ValidationSummaryComponent {
3624
3885
  controlName;
3625
3886
  controlTitle;
3626
3887
  constructor() {
3627
3888
  super();
3628
3889
  }
3629
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ItemValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3630
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: { controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.get(controlName), controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n", dependencies: [{ kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3890
+ static ɵfac = function ItemValidationSummaryComponent_Factory(t) { return new (t || ItemValidationSummaryComponent)(); };
3891
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemValidationSummaryComponent, selectors: [["anatoly-item-validation-summary"]], inputs: { controlName: "controlName", controlTitle: "controlTitle" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "list-unstyled", 4, "ngIf"], [1, "list-unstyled"], [4, "ngFor", "ngForOf"], [1, "help-block"]], template: function ItemValidationSummaryComponent_Template(rf, ctx) { if (rf & 1) {
3892
+ i0.ɵɵtemplate(0, ItemValidationSummaryComponent_ul_0_Template, 2, 1, "ul", 0);
3893
+ } if (rf & 2) {
3894
+ i0.ɵɵproperty("ngIf", ctx.isControlInvalid(ctx.controlName));
3895
+ } }, dependencies: [i1$5.NgForOf, i1$5.NgIf], encapsulation: 2 });
3631
3896
  }
3632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ItemValidationSummaryComponent, decorators: [{
3633
- type: Component,
3634
- args: [{ selector: "anatoly-item-validation-summary", template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.get(controlName), controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
3635
- }], ctorParameters: function () { return []; }, propDecorators: { controlName: [{
3636
- type: Input
3637
- }], controlTitle: [{
3638
- type: Input
3639
- }] } });
3897
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
3898
+ type: Component,
3899
+ args: [{ selector: "anatoly-item-validation-summary", template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.get(controlName), controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
3900
+ }], function () { return []; }, { controlName: [{
3901
+ type: Input
3902
+ }], controlTitle: [{
3903
+ type: Input
3904
+ }] }); })();
3640
3905
 
3641
3906
  /*
3642
3907
  <file>
@@ -3654,6 +3919,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
3654
3919
  </file>
3655
3920
  */
3656
3921
  //Node
3922
+ const _c0$5 = function (a0) { return { "has-error": a0 }; };
3657
3923
  class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
3658
3924
  editorFormKey = "html";
3659
3925
  constructor() {
@@ -3664,15 +3930,32 @@ class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
3664
3930
  that.setFormValue(name, value);
3665
3931
  });
3666
3932
  }
3667
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FormsHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3668
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: FormsHtmlEditorComponent, selector: "anatoly-forms-html-editor", inputs: { editorFormKey: "editorFormKey" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i3.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
3933
+ static ɵfac = function FormsHtmlEditorComponent_Factory(t) { return new (t || FormsHtmlEditorComponent)(); };
3934
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormsHtmlEditorComponent, selectors: [["anatoly-forms-html-editor"]], inputs: { editorFormKey: "editorFormKey" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 11, consts: [[1, "form-group", 3, "formGroup", "ngClass"], [1, "col-form-label"], [3, "formControlName", "froalaEditor", "froalaInit"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function FormsHtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
3935
+ i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
3936
+ i0.ɵɵtext(2);
3937
+ i0.ɵɵelementEnd();
3938
+ i0.ɵɵelementStart(3, "textarea", 2);
3939
+ i0.ɵɵlistener("froalaInit", function FormsHtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
3940
+ i0.ɵɵelementEnd();
3941
+ i0.ɵɵelement(4, "anatoly-item-validation-summary", 3);
3942
+ i0.ɵɵelementEnd();
3943
+ } if (rf & 2) {
3944
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(9, _c0$5, ctx.isControlInvalid(ctx.editorFormKey)));
3945
+ i0.ɵɵadvance(2);
3946
+ i0.ɵɵtextInterpolate(ctx.editorLabelText);
3947
+ i0.ɵɵadvance(1);
3948
+ i0.ɵɵproperty("formControlName", ctx.editorFormKey)("froalaEditor", ctx.options);
3949
+ i0.ɵɵadvance(1);
3950
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.editorFormKey)("controlTitle", ctx.editorLabelText);
3951
+ } }, dependencies: [i1$5.NgClass, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3.FroalaEditorDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
3669
3952
  }
3670
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FormsHtmlEditorComponent, decorators: [{
3671
- type: Component,
3672
- args: [{ selector: "anatoly-forms-html-editor", template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n" }]
3673
- }], ctorParameters: function () { return []; }, propDecorators: { editorFormKey: [{
3674
- type: Input
3675
- }] } });
3953
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormsHtmlEditorComponent, [{
3954
+ type: Component,
3955
+ args: [{ selector: "anatoly-forms-html-editor", template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n" }]
3956
+ }], function () { return []; }, { editorFormKey: [{
3957
+ type: Input
3958
+ }] }); })();
3676
3959
 
3677
3960
  /*
3678
3961
  <file>
@@ -3710,13 +3993,25 @@ class HtmlEditorComponent extends BaseHtmlEditorComponent {
3710
3993
  }
3711
3994
  return editor.html.get(false);
3712
3995
  }
3713
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: HtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3714
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: HtmlEditorComponent, selector: "anatoly-html-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i3.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }] });
3996
+ static ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); };
3997
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponent, selectors: [["anatoly-html-editor"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 2, consts: [[1, "form-group"], [1, "col-form-label"], [3, "froalaEditor", "froalaInit"]], template: function HtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
3998
+ i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
3999
+ i0.ɵɵtext(2);
4000
+ i0.ɵɵelementEnd();
4001
+ i0.ɵɵelementStart(3, "textarea", 2);
4002
+ i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
4003
+ i0.ɵɵelementEnd()();
4004
+ } if (rf & 2) {
4005
+ i0.ɵɵadvance(2);
4006
+ i0.ɵɵtextInterpolate(ctx.editorLabelText);
4007
+ i0.ɵɵadvance(1);
4008
+ i0.ɵɵproperty("froalaEditor", ctx.options);
4009
+ } }, dependencies: [i3.FroalaEditorDirective], encapsulation: 2 });
3715
4010
  }
3716
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: HtmlEditorComponent, decorators: [{
3717
- type: Component,
3718
- args: [{ selector: "anatoly-html-editor", template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n" }]
3719
- }], ctorParameters: function () { return []; } });
4011
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
4012
+ type: Component,
4013
+ args: [{ selector: "anatoly-html-editor", template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n" }]
4014
+ }], function () { return []; }, null); })();
3720
4015
 
3721
4016
  /*
3722
4017
  <file>
@@ -3765,21 +4060,21 @@ class BaseDialog extends BaseEditComponent {
3765
4060
  this.isOpen = false;
3766
4061
  this.closed.emit(-1);
3767
4062
  }
3768
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseDialog, deps: [], target: i0.ɵɵFactoryTarget.Component });
3769
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: BaseDialog, selector: "ng-component", inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
4063
+ static ɵfac = function BaseDialog_Factory(t) { return new (t || BaseDialog)(); };
4064
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseDialog, selectors: [["ng-component"]], inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseDialog_Template(rf, ctx) { }, encapsulation: 2 });
3770
4065
  }
3771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseDialog, decorators: [{
3772
- type: Component,
3773
- args: [{
3774
- template: ''
3775
- }]
3776
- }], ctorParameters: function () { return []; }, propDecorators: { isOpen: [{
3777
- type: Input
3778
- }], opened: [{
3779
- type: Output
3780
- }], closed: [{
3781
- type: Output
3782
- }] } });
4066
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseDialog, [{
4067
+ type: Component,
4068
+ args: [{
4069
+ template: ''
4070
+ }]
4071
+ }], function () { return []; }, { isOpen: [{
4072
+ type: Input
4073
+ }], opened: [{
4074
+ type: Output
4075
+ }], closed: [{
4076
+ type: Output
4077
+ }] }); })();
3783
4078
 
3784
4079
  /*
3785
4080
  <file>
@@ -3834,17 +4129,17 @@ class BaseList extends BaseComponent {
3834
4129
  this.currentPage = (this.skipItems / this.pageSize) + 1;
3835
4130
  this.loadPage();
3836
4131
  }
3837
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseList, deps: null, target: i0.ɵɵFactoryTarget.Component });
3838
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: BaseList, selector: "ng-component", inputs: { showNoDataIfNoDataFound: "showNoDataIfNoDataFound" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
4132
+ static ɵfac = /*@__PURE__*/ function () { let ɵBaseList_BaseFactory; return function BaseList_Factory(t) { return (ɵBaseList_BaseFactory || (ɵBaseList_BaseFactory = i0.ɵɵgetInheritedFactory(BaseList)))(t || BaseList); }; }();
4133
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseList, selectors: [["ng-component"]], inputs: { showNoDataIfNoDataFound: "showNoDataIfNoDataFound" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseList_Template(rf, ctx) { }, encapsulation: 2 });
3839
4134
  }
3840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BaseList, decorators: [{
3841
- type: Component,
3842
- args: [{
3843
- template: ''
3844
- }]
3845
- }], propDecorators: { showNoDataIfNoDataFound: [{
3846
- type: Input
3847
- }] } });
4135
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseList, [{
4136
+ type: Component,
4137
+ args: [{
4138
+ template: ''
4139
+ }]
4140
+ }], null, { showNoDataIfNoDataFound: [{
4141
+ type: Input
4142
+ }] }); })();
3848
4143
 
3849
4144
  /*
3850
4145
  <file>
@@ -3863,15 +4158,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
3863
4158
  */
3864
4159
  //Node
3865
4160
  class BasePage extends BaseComponent {
3866
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BasePage, deps: null, target: i0.ɵɵFactoryTarget.Component });
3867
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: BasePage, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
4161
+ static ɵfac = /*@__PURE__*/ function () { let ɵBasePage_BaseFactory; return function BasePage_Factory(t) { return (ɵBasePage_BaseFactory || (ɵBasePage_BaseFactory = i0.ɵɵgetInheritedFactory(BasePage)))(t || BasePage); }; }();
4162
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BasePage, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BasePage_Template(rf, ctx) { }, encapsulation: 2 });
3868
4163
  }
3869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BasePage, decorators: [{
3870
- type: Component,
3871
- args: [{
3872
- template: ''
3873
- }]
3874
- }] });
4164
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePage, [{
4165
+ type: Component,
4166
+ args: [{
4167
+ template: ''
4168
+ }]
4169
+ }], null, null); })();
3875
4170
 
3876
4171
  /*
3877
4172
  <file>
@@ -3925,15 +4220,15 @@ class BasePagedPage extends BasePage {
3925
4220
  this.currentPage = (this.skipItems / this.pageSize) + 1;
3926
4221
  this.loadPage();
3927
4222
  }
3928
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BasePagedPage, deps: null, target: i0.ɵɵFactoryTarget.Component });
3929
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: BasePagedPage, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
4223
+ static ɵfac = /*@__PURE__*/ function () { let ɵBasePagedPage_BaseFactory; return function BasePagedPage_Factory(t) { return (ɵBasePagedPage_BaseFactory || (ɵBasePagedPage_BaseFactory = i0.ɵɵgetInheritedFactory(BasePagedPage)))(t || BasePagedPage); }; }();
4224
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BasePagedPage, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BasePagedPage_Template(rf, ctx) { }, encapsulation: 2 });
3930
4225
  }
3931
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: BasePagedPage, decorators: [{
3932
- type: Component,
3933
- args: [{
3934
- template: ''
3935
- }]
3936
- }] });
4226
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePagedPage, [{
4227
+ type: Component,
4228
+ args: [{
4229
+ template: ''
4230
+ }]
4231
+ }], null, null); })();
3937
4232
 
3938
4233
  /*
3939
4234
  <file>
@@ -3967,6 +4262,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
3967
4262
  </file>
3968
4263
  */
3969
4264
  // Node
4265
+ function FormValidationSummaryComponent_div_0_li_4_Template(rf, ctx) { if (rf & 1) {
4266
+ i0.ɵɵelementStart(0, "li")(1, "span");
4267
+ i0.ɵɵtext(2);
4268
+ i0.ɵɵelementEnd()();
4269
+ } if (rf & 2) {
4270
+ const error_r2 = ctx.$implicit;
4271
+ i0.ɵɵadvance(2);
4272
+ i0.ɵɵtextInterpolate(error_r2);
4273
+ } }
4274
+ function FormValidationSummaryComponent_div_0_Template(rf, ctx) { if (rf & 1) {
4275
+ i0.ɵɵelementStart(0, "div", 1)(1, "h6", 2);
4276
+ i0.ɵɵtext(2, "There are problems with the form");
4277
+ i0.ɵɵelementEnd();
4278
+ i0.ɵɵelementStart(3, "ul");
4279
+ i0.ɵɵtemplate(4, FormValidationSummaryComponent_div_0_li_4_Template, 3, 1, "li", 3);
4280
+ i0.ɵɵelementEnd()();
4281
+ } if (rf & 2) {
4282
+ const ctx_r0 = i0.ɵɵnextContext();
4283
+ i0.ɵɵadvance(4);
4284
+ i0.ɵɵproperty("ngForOf", ctx_r0.getErrors());
4285
+ } }
3970
4286
  class FormValidationSummaryComponent extends ValidationSummaryComponent {
3971
4287
  visible = false;
3972
4288
  customerrors = [];
@@ -3996,19 +4312,23 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
3996
4312
  }
3997
4313
  return messages;
3998
4314
  }
3999
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FormValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4000
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: FormValidationSummaryComponent, selector: "anatoly-form-validation-summary", inputs: { visible: "visible", customerrors: "customerrors", viewtype: "viewtype" }, usesInheritance: true, ngImport: i0, template: "<div class=\"callout callout-danger\" *ngIf=\"visible\">\r\n <h6 class=\"box-title\">There are problems with the form</h6>\r\n <ul>\r\n <li *ngFor=\"let error of getErrors()\"><span>{{error}}</span></li>\r\n </ul>\r\n</div>\r\n\r\n", dependencies: [{ kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
4315
+ static ɵfac = function FormValidationSummaryComponent_Factory(t) { return new (t || FormValidationSummaryComponent)(); };
4316
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormValidationSummaryComponent, selectors: [["anatoly-form-validation-summary"]], inputs: { visible: "visible", customerrors: "customerrors", viewtype: "viewtype" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "callout callout-danger", 4, "ngIf"], [1, "callout", "callout-danger"], [1, "box-title"], [4, "ngFor", "ngForOf"]], template: function FormValidationSummaryComponent_Template(rf, ctx) { if (rf & 1) {
4317
+ i0.ɵɵtemplate(0, FormValidationSummaryComponent_div_0_Template, 5, 1, "div", 0);
4318
+ } if (rf & 2) {
4319
+ i0.ɵɵproperty("ngIf", ctx.visible);
4320
+ } }, dependencies: [i1$5.NgForOf, i1$5.NgIf], encapsulation: 2 });
4001
4321
  }
4002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FormValidationSummaryComponent, decorators: [{
4003
- type: Component,
4004
- args: [{ selector: "anatoly-form-validation-summary", template: "<div class=\"callout callout-danger\" *ngIf=\"visible\">\r\n <h6 class=\"box-title\">There are problems with the form</h6>\r\n <ul>\r\n <li *ngFor=\"let error of getErrors()\"><span>{{error}}</span></li>\r\n </ul>\r\n</div>\r\n\r\n" }]
4005
- }], ctorParameters: function () { return []; }, propDecorators: { visible: [{
4006
- type: Input
4007
- }], customerrors: [{
4008
- type: Input
4009
- }], viewtype: [{
4010
- type: Input
4011
- }] } });
4322
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidationSummaryComponent, [{
4323
+ type: Component,
4324
+ args: [{ selector: "anatoly-form-validation-summary", template: "<div class=\"callout callout-danger\" *ngIf=\"visible\">\r\n <h6 class=\"box-title\">There are problems with the form</h6>\r\n <ul>\r\n <li *ngFor=\"let error of getErrors()\"><span>{{error}}</span></li>\r\n </ul>\r\n</div>\r\n\r\n" }]
4325
+ }], function () { return []; }, { visible: [{
4326
+ type: Input
4327
+ }], customerrors: [{
4328
+ type: Input
4329
+ }], viewtype: [{
4330
+ type: Input
4331
+ }] }); })();
4012
4332
 
4013
4333
  /*
4014
4334
  <file>
@@ -4026,6 +4346,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
4026
4346
  </file>
4027
4347
  */
4028
4348
  //Node
4349
+ function ContactUsForm_option_12_Template(rf, ctx) { if (rf & 1) {
4350
+ i0.ɵɵelementStart(0, "option", 28);
4351
+ i0.ɵɵtext(1);
4352
+ i0.ɵɵelementEnd();
4353
+ } if (rf & 2) {
4354
+ const topic_r3 = ctx.$implicit;
4355
+ i0.ɵɵproperty("value", topic_r3.value);
4356
+ i0.ɵɵadvance(1);
4357
+ i0.ɵɵtextInterpolate1("", topic_r3.value, " ");
4358
+ } }
4359
+ function ContactUsForm_p_23_Template(rf, ctx) { if (rf & 1) {
4360
+ i0.ɵɵelementStart(0, "p");
4361
+ i0.ɵɵtext(1, "Please indicate the email used for your MailEx login if you already have an account");
4362
+ i0.ɵɵelementEnd();
4363
+ } }
4364
+ function ContactUsForm_button_38_Template(rf, ctx) { if (rf & 1) {
4365
+ i0.ɵɵelementStart(0, "button", 29);
4366
+ i0.ɵɵtext(1, " Submit ");
4367
+ i0.ɵɵelementEnd();
4368
+ } if (rf & 2) {
4369
+ const ctx_r2 = i0.ɵɵnextContext();
4370
+ i0.ɵɵclassProp("btn-primary", !ctx_r2.formGroup.invalid);
4371
+ } }
4372
+ const _c0$4 = function (a0) { return { "has-error": a0 }; };
4029
4373
  class ContactUsForm extends BaseEditComponent {
4030
4374
  reCaptcha;
4031
4375
  fb;
@@ -4109,17 +4453,88 @@ class ContactUsForm extends BaseEditComponent {
4109
4453
  onTopicChange(event) {
4110
4454
  this.selectedTopic = event.target.value;
4111
4455
  }
4112
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ContactUsForm, deps: [{ token: i1$8.ReCaptchaV3Service }, { token: i2.FormBuilder }, { token: AppContextService }, { token: EmailsApiService }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Component });
4113
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: ContactUsForm, selector: "anatoly-forms-contactus-form", inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, usesInheritance: true, ngImport: i0, template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <anatoly-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></anatoly-form-validation-summary>\r\n\r\n <div class='contact-us'>\r\n <div class=\"row\">\r\n <div class='form-fields col-6'>\r\n <p>What can we help you with?</p>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('topic') }\" class='form-topic'>\r\n <div class='form-select-wrapper'>\r\n <label class='assistive-text'>Topic *</label>\r\n <select (change)='onTopicChange($event)' class='form-select' formControlName='topic'>\r\n <option *ngFor='let topic of topicList' [value]='topic.value'>{{ topic.value }} </option>\r\n </select>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('name') }\" class='form-name'>\r\n <label class='assistive-text'>Name *</label>\r\n <input class='form-control' formControlName='name' placeholder='Name *' type='text'>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('email') }\" class='form-email'>\r\n <label class='assistive-text'>E-mail * </label>\r\n <input class='form-control' formControlName='email' placeholder='E-mail *' type='text' />\r\n <p *ngIf='!isUserSignedIn'>Please indicate the email used for your MailEx login if you already have an account</p>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('subject') }\" class='form-subject'>\r\n <label class='assistive-text'>Subject *</label>\r\n <input class='form-control' formControlName='subject' placeholder='Subject *' type='text' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n <div class='col-6'>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('message') }\" class='form-message'>\r\n <label class='assistive-text'>Message *</label>\r\n <textarea formControlName='message' name='message' placeholder='Message *' rows='4'\r\n type='text'></textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: FormValidationSummaryComponent, selector: "anatoly-form-validation-summary", inputs: ["visible", "customerrors", "viewtype"] }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
4456
+ static ɵfac = function ContactUsForm_Factory(t) { return new (t || ContactUsForm)(i0.ɵɵdirectiveInject(i1$8.ReCaptchaV3Service), i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(EmailsApiService), i0.ɵɵdirectiveInject(NotificationService)); };
4457
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsForm, selectors: [["anatoly-forms-contactus-form"]], inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 39, vars: 31, consts: [["novalidate", "", 3, "formGroup", "ngSubmit"], [3, "formGroup", "visible"], [1, "contact-us"], [1, "row"], [1, "form-fields", "col-6"], [1, "form-topic", 3, "ngClass"], [1, "form-select-wrapper"], [1, "assistive-text"], ["formControlName", "topic", 1, "form-select", 3, "change"], [3, "value", 4, "ngFor", "ngForOf"], ["controlName", "topic", "controlTitle", "topic", 3, "formGroup", "formSubmitted"], [1, "form-name", 3, "ngClass"], ["formControlName", "name", "placeholder", "Name *", "type", "text", 1, "form-control"], ["controlName", "name", "controlTitle", "name", 3, "formGroup", "formSubmitted"], [1, "form-email", 3, "ngClass"], ["formControlName", "email", "placeholder", "E-mail *", "type", "text", 1, "form-control"], [4, "ngIf"], ["controlName", "email", "controlTitle", "email", 3, "formGroup", "formSubmitted"], [1, "form-subject", 3, "ngClass"], ["formControlName", "subject", "placeholder", "Subject *", "type", "text", 1, "form-control"], ["controlName", "subject", "controlTitle", "subject", 3, "formGroup", "formSubmitted"], [1, "col-6"], [1, "form-message", 3, "ngClass"], ["formControlName", "message", "name", "message", "placeholder", "Message *", "rows", "4", "type", "text"], ["controlName", "message", "controlTitle", "message", 3, "formGroup", "formSubmitted"], [1, "row", "form-footer"], [1, "col"], ["class", "btn btn-success", "type", "submit", 3, "btn-primary", 4, "ngIf"], [3, "value"], ["type", "submit", 1, "btn", "btn-success"]], template: function ContactUsForm_Template(rf, ctx) { if (rf & 1) {
4458
+ i0.ɵɵelementStart(0, "form", 0);
4459
+ i0.ɵɵlistener("ngSubmit", function ContactUsForm_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
4460
+ i0.ɵɵelement(1, "anatoly-form-validation-summary", 1);
4461
+ i0.ɵɵelementStart(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "p");
4462
+ i0.ɵɵtext(6, "What can we help you with?");
4463
+ i0.ɵɵelementEnd();
4464
+ i0.ɵɵelementStart(7, "div", 5)(8, "div", 6)(9, "label", 7);
4465
+ i0.ɵɵtext(10, "Topic *");
4466
+ i0.ɵɵelementEnd();
4467
+ i0.ɵɵelementStart(11, "select", 8);
4468
+ i0.ɵɵlistener("change", function ContactUsForm_Template_select_change_11_listener($event) { return ctx.onTopicChange($event); });
4469
+ i0.ɵɵtemplate(12, ContactUsForm_option_12_Template, 2, 2, "option", 9);
4470
+ i0.ɵɵelementEnd();
4471
+ i0.ɵɵelement(13, "anatoly-item-validation-summary", 10);
4472
+ i0.ɵɵelementEnd()();
4473
+ i0.ɵɵelementStart(14, "div", 11)(15, "label", 7);
4474
+ i0.ɵɵtext(16, "Name *");
4475
+ i0.ɵɵelementEnd();
4476
+ i0.ɵɵelement(17, "input", 12)(18, "anatoly-item-validation-summary", 13);
4477
+ i0.ɵɵelementEnd();
4478
+ i0.ɵɵelementStart(19, "div", 14)(20, "label", 7);
4479
+ i0.ɵɵtext(21, "E-mail * ");
4480
+ i0.ɵɵelementEnd();
4481
+ i0.ɵɵelement(22, "input", 15);
4482
+ i0.ɵɵtemplate(23, ContactUsForm_p_23_Template, 2, 0, "p", 16);
4483
+ i0.ɵɵelement(24, "anatoly-item-validation-summary", 17);
4484
+ i0.ɵɵelementEnd();
4485
+ i0.ɵɵelementStart(25, "div", 18)(26, "label", 7);
4486
+ i0.ɵɵtext(27, "Subject *");
4487
+ i0.ɵɵelementEnd();
4488
+ i0.ɵɵelement(28, "input", 19)(29, "anatoly-item-validation-summary", 20);
4489
+ i0.ɵɵelementEnd()();
4490
+ i0.ɵɵelementStart(30, "div", 21)(31, "div", 22)(32, "label", 7);
4491
+ i0.ɵɵtext(33, "Message *");
4492
+ i0.ɵɵelementEnd();
4493
+ i0.ɵɵelement(34, "textarea", 23)(35, "anatoly-item-validation-summary", 24);
4494
+ i0.ɵɵelementEnd()()();
4495
+ i0.ɵɵelementStart(36, "div", 25)(37, "div", 26);
4496
+ i0.ɵɵtemplate(38, ContactUsForm_button_38_Template, 2, 2, "button", 27);
4497
+ i0.ɵɵelementEnd()()()();
4498
+ } if (rf & 2) {
4499
+ i0.ɵɵproperty("formGroup", ctx.formGroup);
4500
+ i0.ɵɵadvance(1);
4501
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("visible", ctx.formSubmitted && ctx.formGroup.invalid);
4502
+ i0.ɵɵadvance(6);
4503
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(21, _c0$4, ctx.isControlInvalid("topic")));
4504
+ i0.ɵɵadvance(5);
4505
+ i0.ɵɵproperty("ngForOf", ctx.topicList);
4506
+ i0.ɵɵadvance(1);
4507
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4508
+ i0.ɵɵadvance(1);
4509
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(23, _c0$4, ctx.isControlInvalid("name")));
4510
+ i0.ɵɵadvance(4);
4511
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4512
+ i0.ɵɵadvance(1);
4513
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(25, _c0$4, ctx.isControlInvalid("email")));
4514
+ i0.ɵɵadvance(4);
4515
+ i0.ɵɵproperty("ngIf", !ctx.isUserSignedIn);
4516
+ i0.ɵɵadvance(1);
4517
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4518
+ i0.ɵɵadvance(1);
4519
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c0$4, ctx.isControlInvalid("subject")));
4520
+ i0.ɵɵadvance(4);
4521
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4522
+ i0.ɵɵadvance(2);
4523
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(29, _c0$4, ctx.isControlInvalid("message")));
4524
+ i0.ɵɵadvance(4);
4525
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4526
+ i0.ɵɵadvance(3);
4527
+ i0.ɵɵproperty("ngIf", ctx.showActionButtons);
4528
+ } }, dependencies: [i1$5.NgClass, i1$5.NgForOf, i1$5.NgIf, i2.ɵNgNoValidate, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.DefaultValueAccessor, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective, FormValidationSummaryComponent, ItemValidationSummaryComponent], encapsulation: 2 });
4114
4529
  }
4115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ContactUsForm, decorators: [{
4116
- type: Component,
4117
- args: [{ selector: 'anatoly-forms-contactus-form', template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <anatoly-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></anatoly-form-validation-summary>\r\n\r\n <div class='contact-us'>\r\n <div class=\"row\">\r\n <div class='form-fields col-6'>\r\n <p>What can we help you with?</p>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('topic') }\" class='form-topic'>\r\n <div class='form-select-wrapper'>\r\n <label class='assistive-text'>Topic *</label>\r\n <select (change)='onTopicChange($event)' class='form-select' formControlName='topic'>\r\n <option *ngFor='let topic of topicList' [value]='topic.value'>{{ topic.value }} </option>\r\n </select>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('name') }\" class='form-name'>\r\n <label class='assistive-text'>Name *</label>\r\n <input class='form-control' formControlName='name' placeholder='Name *' type='text'>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('email') }\" class='form-email'>\r\n <label class='assistive-text'>E-mail * </label>\r\n <input class='form-control' formControlName='email' placeholder='E-mail *' type='text' />\r\n <p *ngIf='!isUserSignedIn'>Please indicate the email used for your MailEx login if you already have an account</p>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('subject') }\" class='form-subject'>\r\n <label class='assistive-text'>Subject *</label>\r\n <input class='form-control' formControlName='subject' placeholder='Subject *' type='text' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n <div class='col-6'>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('message') }\" class='form-message'>\r\n <label class='assistive-text'>Message *</label>\r\n <textarea formControlName='message' name='message' placeholder='Message *' rows='4'\r\n type='text'></textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n" }]
4118
- }], ctorParameters: function () { return [{ type: i1$8.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }]; }, propDecorators: { showActionButtons: [{
4119
- type: Input
4120
- }], submit: [{
4121
- type: Output
4122
- }] } });
4530
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
4531
+ type: Component,
4532
+ args: [{ selector: 'anatoly-forms-contactus-form', template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <anatoly-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></anatoly-form-validation-summary>\r\n\r\n <div class='contact-us'>\r\n <div class=\"row\">\r\n <div class='form-fields col-6'>\r\n <p>What can we help you with?</p>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('topic') }\" class='form-topic'>\r\n <div class='form-select-wrapper'>\r\n <label class='assistive-text'>Topic *</label>\r\n <select (change)='onTopicChange($event)' class='form-select' formControlName='topic'>\r\n <option *ngFor='let topic of topicList' [value]='topic.value'>{{ topic.value }} </option>\r\n </select>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('name') }\" class='form-name'>\r\n <label class='assistive-text'>Name *</label>\r\n <input class='form-control' formControlName='name' placeholder='Name *' type='text'>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('email') }\" class='form-email'>\r\n <label class='assistive-text'>E-mail * </label>\r\n <input class='form-control' formControlName='email' placeholder='E-mail *' type='text' />\r\n <p *ngIf='!isUserSignedIn'>Please indicate the email used for your MailEx login if you already have an account</p>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('subject') }\" class='form-subject'>\r\n <label class='assistive-text'>Subject *</label>\r\n <input class='form-control' formControlName='subject' placeholder='Subject *' type='text' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n <div class='col-6'>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('message') }\" class='form-message'>\r\n <label class='assistive-text'>Message *</label>\r\n <textarea formControlName='message' name='message' placeholder='Message *' rows='4'\r\n type='text'></textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n" }]
4533
+ }], function () { return [{ type: i1$8.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }]; }, { showActionButtons: [{
4534
+ type: Input
4535
+ }], submit: [{
4536
+ type: Output
4537
+ }] }); })();
4123
4538
 
4124
4539
  /*
4125
4540
  <file>
@@ -4137,6 +4552,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
4137
4552
  </file>
4138
4553
  */
4139
4554
  //Node
4555
+ const _c0$3 = ["contactusform"];
4556
+ function ContactUsDialog_kendo_dialog_0_Template(rf, ctx) { if (rf & 1) {
4557
+ const _r3 = i0.ɵɵgetCurrentView();
4558
+ i0.ɵɵelementStart(0, "kendo-dialog", 1);
4559
+ i0.ɵɵlistener("close", function ContactUsDialog_kendo_dialog_0_Template_kendo_dialog_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onClose()); });
4560
+ i0.ɵɵelementStart(1, "div", 2)(2, "anatoly-forms-contactus-form", 3, 4);
4561
+ i0.ɵɵlistener("submit", function ContactUsDialog_kendo_dialog_0_Template_anatoly_forms_contactus_form_submit_2_listener() { i0.ɵɵrestoreView(_r3); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.onSubmit()); });
4562
+ i0.ɵɵelementEnd()();
4563
+ i0.ɵɵelementStart(4, "kendo-dialog-actions", 5)(5, "div", 6)(6, "button", 7);
4564
+ i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r3); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onSubmitFire()); });
4565
+ i0.ɵɵtext(7, "Submit");
4566
+ i0.ɵɵelementEnd();
4567
+ i0.ɵɵelementStart(8, "button", 8);
4568
+ i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_8_listener() { i0.ɵɵrestoreView(_r3); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.onClose()); });
4569
+ i0.ɵɵtext(9, "Cancel ");
4570
+ i0.ɵɵelementEnd()()()();
4571
+ } if (rf & 2) {
4572
+ i0.ɵɵproperty("width", 700);
4573
+ i0.ɵɵadvance(2);
4574
+ i0.ɵɵproperty("showActionButtons", false);
4575
+ } }
4140
4576
  class ContactUsDialog extends BaseDialog {
4141
4577
  contactUsForm;
4142
4578
  constructor() {
@@ -4152,16 +4588,25 @@ class ContactUsDialog extends BaseDialog {
4152
4588
  onSubmit() {
4153
4589
  super.close();
4154
4590
  }
4155
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ContactUsDialog, deps: [], target: i0.ɵɵFactoryTarget.Component });
4156
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: ContactUsDialog, selector: "anatoly-contactus-dialog", viewQueries: [{ propertyName: "contactUsForm", first: true, predicate: ["contactusform"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<kendo-dialog (close)='onClose()' *ngIf='isOpen' [width]='700' title='Contact Us'>\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <anatoly-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </anatoly-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-actions\">\r\n <div class=\"d-flex justify-content-end\">\r\n <button (click)='onSubmitFire()' class='btn btn-sm btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-sm btn-danger' type='button'>Cancel </button>\r\n </div>\r\n </kendo-dialog-actions>\r\n</kendo-dialog>", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "component", type: i2$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ContactUsForm, selector: "anatoly-forms-contactus-form", inputs: ["showActionButtons"], outputs: ["submit"] }] });
4591
+ static ɵfac = function ContactUsDialog_Factory(t) { return new (t || ContactUsDialog)(); };
4592
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsDialog, selectors: [["anatoly-contactus-dialog"]], viewQuery: function ContactUsDialog_Query(rf, ctx) { if (rf & 1) {
4593
+ i0.ɵɵviewQuery(_c0$3, 5);
4594
+ } if (rf & 2) {
4595
+ let _t;
4596
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contactUsForm = _t.first);
4597
+ } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["title", "Contact Us", 3, "width", "close", 4, "ngIf"], ["title", "Contact Us", 3, "width", "close"], [1, "k-content", "k-window-content", "k-dialog-content"], [3, "showActionButtons", "submit"], ["contactusform", ""], [1, "k-actions"], [1, "d-flex", "justify-content-end"], ["type", "button", 1, "btn", "btn-sm", "btn-success", 3, "click"], ["type", "button", 1, "btn", "btn-sm", "btn-danger", 3, "click"]], template: function ContactUsDialog_Template(rf, ctx) { if (rf & 1) {
4598
+ i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 0);
4599
+ } if (rf & 2) {
4600
+ i0.ɵɵproperty("ngIf", ctx.isOpen);
4601
+ } }, dependencies: [i1$5.NgIf, i2$1.DialogComponent, i2$1.DialogActionsComponent, ContactUsForm], encapsulation: 2 });
4157
4602
  }
4158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ContactUsDialog, decorators: [{
4159
- type: Component,
4160
- args: [{ selector: 'anatoly-contactus-dialog', template: "<kendo-dialog (close)='onClose()' *ngIf='isOpen' [width]='700' title='Contact Us'>\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <anatoly-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </anatoly-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-actions\">\r\n <div class=\"d-flex justify-content-end\">\r\n <button (click)='onSubmitFire()' class='btn btn-sm btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-sm btn-danger' type='button'>Cancel </button>\r\n </div>\r\n </kendo-dialog-actions>\r\n</kendo-dialog>" }]
4161
- }], ctorParameters: function () { return []; }, propDecorators: { contactUsForm: [{
4162
- type: ViewChild,
4163
- args: ['contactusform']
4164
- }] } });
4603
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
4604
+ type: Component,
4605
+ args: [{ selector: 'anatoly-contactus-dialog', template: "<kendo-dialog (close)='onClose()' *ngIf='isOpen' [width]='700' title='Contact Us'>\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <anatoly-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </anatoly-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-actions\">\r\n <div class=\"d-flex justify-content-end\">\r\n <button (click)='onSubmitFire()' class='btn btn-sm btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-sm btn-danger' type='button'>Cancel </button>\r\n </div>\r\n </kendo-dialog-actions>\r\n</kendo-dialog>" }]
4606
+ }], function () { return []; }, { contactUsForm: [{
4607
+ type: ViewChild,
4608
+ args: ['contactusform']
4609
+ }] }); })();
4165
4610
 
4166
4611
  /*
4167
4612
  <file>
@@ -4203,24 +4648,28 @@ class HoveringDirective {
4203
4648
  onMouseLeave() {
4204
4649
  this.hovering = false;
4205
4650
  }
4206
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: HoveringDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
4207
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.7", type: HoveringDirective, selector: "[anatoly-hover]", host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" }, properties: { "class.hovering": "this.hovering" } }, ngImport: i0 });
4651
+ static ɵfac = function HoveringDirective_Factory(t) { return new (t || HoveringDirective)(); };
4652
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: HoveringDirective, selectors: [["", "anatoly-hover", ""]], hostVars: 2, hostBindings: function HoveringDirective_HostBindings(rf, ctx) { if (rf & 1) {
4653
+ i0.ɵɵlistener("mouseenter", function HoveringDirective_mouseenter_HostBindingHandler() { return ctx.onMouseEnter(); })("mouseleave", function HoveringDirective_mouseleave_HostBindingHandler() { return ctx.onMouseLeave(); });
4654
+ } if (rf & 2) {
4655
+ i0.ɵɵclassProp("hovering", ctx.hovering);
4656
+ } } });
4208
4657
  }
4209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: HoveringDirective, decorators: [{
4210
- type: Directive,
4211
- args: [{
4212
- selector: '[anatoly-hover]'
4213
- }]
4214
- }], propDecorators: { hovering: [{
4215
- type: HostBinding,
4216
- args: ['class.hovering']
4217
- }], onMouseEnter: [{
4218
- type: HostListener,
4219
- args: ['mouseenter']
4220
- }], onMouseLeave: [{
4221
- type: HostListener,
4222
- args: ['mouseleave']
4223
- }] } });
4658
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HoveringDirective, [{
4659
+ type: Directive,
4660
+ args: [{
4661
+ selector: '[anatoly-hover]'
4662
+ }]
4663
+ }], null, { hovering: [{
4664
+ type: HostBinding,
4665
+ args: ['class.hovering']
4666
+ }], onMouseEnter: [{
4667
+ type: HostListener,
4668
+ args: ['mouseenter']
4669
+ }], onMouseLeave: [{
4670
+ type: HostListener,
4671
+ args: ['mouseleave']
4672
+ }] }); })();
4224
4673
 
4225
4674
  /*
4226
4675
  <file>
@@ -4254,6 +4703,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
4254
4703
  </file>
4255
4704
  */
4256
4705
  //Node
4706
+ function AddressComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
4707
+ i0.ɵɵelement(0, "anatoly-card-header", 18);
4708
+ } if (rf & 2) {
4709
+ const ctx_r0 = i0.ɵɵnextContext();
4710
+ i0.ɵɵproperty("title", ctx_r0.title);
4711
+ } }
4712
+ function AddressComponent_div_17_option_4_Template(rf, ctx) { if (rf & 1) {
4713
+ i0.ɵɵelementStart(0, "option", 21);
4714
+ i0.ɵɵtext(1);
4715
+ i0.ɵɵelementEnd();
4716
+ } if (rf & 2) {
4717
+ const state_r4 = ctx.$implicit;
4718
+ i0.ɵɵproperty("value", state_r4.code);
4719
+ i0.ɵɵadvance(1);
4720
+ i0.ɵɵtextInterpolate(state_r4.name);
4721
+ } }
4722
+ const _c0$2 = function (a0) { return { "has-error": a0 }; };
4723
+ function AddressComponent_div_17_Template(rf, ctx) { if (rf & 1) {
4724
+ const _r6 = i0.ɵɵgetCurrentView();
4725
+ i0.ɵɵelementStart(0, "div", 9)(1, "label", 4);
4726
+ i0.ɵɵtext(2, "State");
4727
+ i0.ɵɵelementEnd();
4728
+ i0.ɵɵelementStart(3, "select", 19);
4729
+ i0.ɵɵlistener("change", function AddressComponent_div_17_Template_select_change_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onUSStateChange($event)); });
4730
+ i0.ɵɵtemplate(4, AddressComponent_div_17_option_4_Template, 2, 2, "option", 16);
4731
+ i0.ɵɵelementEnd();
4732
+ i0.ɵɵelement(5, "anatoly-item-validation-summary", 20);
4733
+ i0.ɵɵelementEnd();
4734
+ } if (rf & 2) {
4735
+ const ctx_r1 = i0.ɵɵnextContext();
4736
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$2, ctx_r1.isControlInvalid("address_stateOrRegion")));
4737
+ i0.ɵɵadvance(4);
4738
+ i0.ɵɵproperty("ngForOf", ctx_r1.usStateData);
4739
+ i0.ɵɵadvance(1);
4740
+ i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted);
4741
+ } }
4742
+ function AddressComponent_option_27_Template(rf, ctx) { if (rf & 1) {
4743
+ i0.ɵɵelementStart(0, "option", 21);
4744
+ i0.ɵɵtext(1);
4745
+ i0.ɵɵelementEnd();
4746
+ } if (rf & 2) {
4747
+ const country_r7 = ctx.$implicit;
4748
+ i0.ɵɵproperty("value", country_r7.code);
4749
+ i0.ɵɵadvance(1);
4750
+ i0.ɵɵtextInterpolate(country_r7.name);
4751
+ } }
4257
4752
  class AddressComponent extends BaseEditComponent {
4258
4753
  fb;
4259
4754
  api;
@@ -4348,23 +4843,83 @@ class AddressComponent extends BaseEditComponent {
4348
4843
  let usState = event.target.value;
4349
4844
  this.change.emit(usState);
4350
4845
  }
4351
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AddressComponent, deps: [{ token: i2.FormBuilder }, { token: CoreApiService }], target: i0.ɵɵFactoryTarget.Component });
4352
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: AddressComponent, selector: "anatoly-forms-address", inputs: { title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired", address: "address" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div class='row' [formGroup]='formGroup'>\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label class='col-form-label required'>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label class='col-form-label required'>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label class='col-form-label required'>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label class='col-form-label required'>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label class='col-form-label required'>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: CardComponent, selector: "anatoly-card", inputs: ["classes"] }, { kind: "component", type: CardHeaderComponent, selector: "anatoly-card-header", inputs: ["classes", "title"] }, { kind: "component", type: CardBodyComponent, selector: "anatoly-card-body", inputs: ["classes"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
4846
+ static ɵfac = function AddressComponent_Factory(t) { return new (t || AddressComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); };
4847
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired", address: "address" }, outputs: { change: "change" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 29, vars: 29, consts: [["classes", "card-primary card-outline"], [3, "title", 4, "ngIf"], [1, "row", 3, "formGroup"], [1, "form-group", "col-12", 3, "ngClass"], [1, "col-form-label", "required"], ["type", "text", "formControlName", "address_street", "placeholder", "Street Address", 1, "form-control"], ["controlName", "address_street", "controlTitle", "Street", 3, "formGroup", "formSubmitted"], ["type", "text", "formControlName", "address_street2", "placeholder", "Apartment, suite, unit, building, floor, etc.", 1, "form-control"], ["controlName", "address_street2", "controlTitle", "Street2", 3, "formGroup", "formSubmitted"], [1, "form-group", "col-3", 3, "ngClass"], ["type", "text", "formControlName", "address_city", "placeholder", "City", 1, "form-control"], ["controlName", "address_city", "controlTitle", "City", 3, "formGroup", "formSubmitted"], ["class", "form-group col-3", 3, "ngClass", 4, "ngIf"], ["type", "text", "formControlName", "address_zipcode", "placeholder", "zipcode", 1, "form-control"], ["controlName", "address_zipcode", "controlTitle", "zipcode", 3, "formGroup", "formSubmitted"], ["formControlName", "address_country", "data-placeholder", "Select a Country", 1, "form-control", 3, "change"], [3, "value", 4, "ngFor", "ngForOf"], ["controlName", "address_country", "controlTitle", "Country", 3, "formGroup", "formSubmitted"], [3, "title"], ["formControlName", "address_stateOrRegion", 1, "form-control", 3, "change"], ["controlName", "address_stateOrRegion", "controlTitle", "State", 3, "formGroup", "formSubmitted"], [3, "value"]], template: function AddressComponent_Template(rf, ctx) { if (rf & 1) {
4848
+ i0.ɵɵelementStart(0, "anatoly-card", 0);
4849
+ i0.ɵɵtemplate(1, AddressComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
4850
+ i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
4851
+ i0.ɵɵtext(6, "Street Address");
4852
+ i0.ɵɵelementEnd();
4853
+ i0.ɵɵelement(7, "input", 5)(8, "anatoly-item-validation-summary", 6);
4854
+ i0.ɵɵelementEnd();
4855
+ i0.ɵɵelementStart(9, "div", 3);
4856
+ i0.ɵɵelement(10, "input", 7)(11, "anatoly-item-validation-summary", 8);
4857
+ i0.ɵɵelementEnd();
4858
+ i0.ɵɵelementStart(12, "div", 9)(13, "label", 4);
4859
+ i0.ɵɵtext(14, "City");
4860
+ i0.ɵɵelementEnd();
4861
+ i0.ɵɵelement(15, "input", 10)(16, "anatoly-item-validation-summary", 11);
4862
+ i0.ɵɵelementEnd();
4863
+ i0.ɵɵtemplate(17, AddressComponent_div_17_Template, 6, 6, "div", 12);
4864
+ i0.ɵɵelementStart(18, "div", 9)(19, "label", 4);
4865
+ i0.ɵɵtext(20, "zipcode");
4866
+ i0.ɵɵelementEnd();
4867
+ i0.ɵɵelement(21, "input", 13)(22, "anatoly-item-validation-summary", 14);
4868
+ i0.ɵɵelementEnd();
4869
+ i0.ɵɵelementStart(23, "div", 9)(24, "label", 4);
4870
+ i0.ɵɵtext(25, "Country");
4871
+ i0.ɵɵelementEnd();
4872
+ i0.ɵɵelementStart(26, "select", 15);
4873
+ i0.ɵɵlistener("change", function AddressComponent_Template_select_change_26_listener($event) { return ctx.onCountryChange($event); });
4874
+ i0.ɵɵtemplate(27, AddressComponent_option_27_Template, 2, 2, "option", 16);
4875
+ i0.ɵɵelementEnd();
4876
+ i0.ɵɵelement(28, "anatoly-item-validation-summary", 17);
4877
+ i0.ɵɵelementEnd()()()();
4878
+ } if (rf & 2) {
4879
+ i0.ɵɵadvance(1);
4880
+ i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
4881
+ i0.ɵɵadvance(2);
4882
+ i0.ɵɵproperty("formGroup", ctx.formGroup);
4883
+ i0.ɵɵadvance(1);
4884
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(19, _c0$2, ctx.isControlInvalid("address_street")));
4885
+ i0.ɵɵadvance(4);
4886
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4887
+ i0.ɵɵadvance(1);
4888
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(21, _c0$2, ctx.isControlInvalid("address_street2")));
4889
+ i0.ɵɵadvance(2);
4890
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4891
+ i0.ɵɵadvance(1);
4892
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(23, _c0$2, ctx.isControlInvalid("address_city")));
4893
+ i0.ɵɵadvance(4);
4894
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4895
+ i0.ɵɵadvance(1);
4896
+ i0.ɵɵproperty("ngIf", ctx.formGroup.value.address_country == "US");
4897
+ i0.ɵɵadvance(1);
4898
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(25, _c0$2, ctx.isControlInvalid("address_zipcode")));
4899
+ i0.ɵɵadvance(4);
4900
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4901
+ i0.ɵɵadvance(1);
4902
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c0$2, ctx.isControlInvalid("address_country")));
4903
+ i0.ɵɵadvance(4);
4904
+ i0.ɵɵproperty("ngForOf", ctx.countryData);
4905
+ i0.ɵɵadvance(1);
4906
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
4907
+ } }, dependencies: [i1$5.NgClass, i1$5.NgForOf, i1$5.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.DefaultValueAccessor, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
4353
4908
  }
4354
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AddressComponent, decorators: [{
4355
- type: Component,
4356
- args: [{ selector: 'anatoly-forms-address', template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div class='row' [formGroup]='formGroup'>\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label class='col-form-label required'>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label class='col-form-label required'>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label class='col-form-label required'>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label class='col-form-label required'>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label class='col-form-label required'>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
4357
- }], ctorParameters: function () { return [{ type: i2.FormBuilder }, { type: CoreApiService }]; }, propDecorators: { title: [{
4358
- type: Input
4359
- }], isTitleVisible: [{
4360
- type: Input
4361
- }], isRequired: [{
4362
- type: Input
4363
- }], address: [{
4364
- type: Input
4365
- }], change: [{
4366
- type: Output
4367
- }] } });
4909
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
4910
+ type: Component,
4911
+ args: [{ selector: 'anatoly-forms-address', template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div class='row' [formGroup]='formGroup'>\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label class='col-form-label required'>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label class='col-form-label required'>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label class='col-form-label required'>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label class='col-form-label required'>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label class='col-form-label required'>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
4912
+ }], function () { return [{ type: i2.FormBuilder }, { type: CoreApiService }]; }, { title: [{
4913
+ type: Input
4914
+ }], isTitleVisible: [{
4915
+ type: Input
4916
+ }], isRequired: [{
4917
+ type: Input
4918
+ }], address: [{
4919
+ type: Input
4920
+ }], change: [{
4921
+ type: Output
4922
+ }] }); })();
4368
4923
 
4369
4924
  /*
4370
4925
  <file>
@@ -4382,6 +4937,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
4382
4937
  </file>
4383
4938
  */
4384
4939
  //Node
4940
+ function CompanyComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
4941
+ i0.ɵɵelement(0, "anatoly-card-header", 13);
4942
+ } if (rf & 2) {
4943
+ const ctx_r0 = i0.ɵɵnextContext();
4944
+ i0.ɵɵproperty("title", ctx_r0.title);
4945
+ } }
4946
+ const _c0$1 = function (a0) { return { "has-error": a0 }; };
4385
4947
  class CompanyComponent extends BaseEditComponent {
4386
4948
  fb;
4387
4949
  //Private
@@ -4435,19 +4997,63 @@ class CompanyComponent extends BaseEditComponent {
4435
4997
  };
4436
4998
  return JSON.stringify(data);
4437
4999
  }
4438
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CompanyComponent, deps: [{ token: i2.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
4439
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: CompanyComponent, selector: "anatoly-forms-company", inputs: { title: "title", isTitleVisible: "isTitleVisible", company: "company" }, usesInheritance: true, ngImport: i0, template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div [formGroup]='formGroup' class='row'>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label class='col-form-label'>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label class='col-form-label'>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label class='col-form-label'>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label class='col-form-label'>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: CardComponent, selector: "anatoly-card", inputs: ["classes"] }, { kind: "component", type: CardHeaderComponent, selector: "anatoly-card-header", inputs: ["classes", "title"] }, { kind: "component", type: CardBodyComponent, selector: "anatoly-card-body", inputs: ["classes"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
5000
+ static ɵfac = function CompanyComponent_Factory(t) { return new (t || CompanyComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder)); };
5001
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", company: "company" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 24, vars: 22, consts: [["classes", "card-primary card-outline"], [3, "title", 4, "ngIf"], [1, "row", 3, "formGroup"], [1, "form-group", "col-6", 3, "ngClass"], [1, "col-form-label"], ["type", "text", "formControlName", "company_name", "placeholder", "Company Name", 1, "form-control"], ["controlName", "company_name", "controlTitle", "Company Name", 3, "formGroup", "formSubmitted"], ["type", "tel", "formControlName", "company_phone", "placeholder", "Company Phone", 1, "form-control"], ["controlName", "company_phone", "controlTitle", "Company Phone", 3, "formGroup", "formSubmitted"], ["type", "email", "formControlName", "company_email", "placeholder", "Company Email", 1, "form-control"], ["controlName", "company_email", "controlTitle", "Company Email", 3, "formGroup", "formSubmitted"], ["type", "url", "placeholder", "https://example.com", "pattern", "https://.*", "size", "30", "formControlName", "company_websiteUrl", 1, "form-control"], ["controlName", "company_websiteUrl", "controlTitle", "Company website url", 3, "formGroup", "formSubmitted"], [3, "title"]], template: function CompanyComponent_Template(rf, ctx) { if (rf & 1) {
5002
+ i0.ɵɵelementStart(0, "anatoly-card", 0);
5003
+ i0.ɵɵtemplate(1, CompanyComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
5004
+ i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
5005
+ i0.ɵɵtext(6, "Name");
5006
+ i0.ɵɵelementEnd();
5007
+ i0.ɵɵelement(7, "input", 5)(8, "anatoly-item-validation-summary", 6);
5008
+ i0.ɵɵelementEnd();
5009
+ i0.ɵɵelementStart(9, "div", 3)(10, "label", 4);
5010
+ i0.ɵɵtext(11, "Phone");
5011
+ i0.ɵɵelementEnd();
5012
+ i0.ɵɵelement(12, "input", 7)(13, "anatoly-item-validation-summary", 8);
5013
+ i0.ɵɵelementEnd();
5014
+ i0.ɵɵelementStart(14, "div", 3)(15, "label", 4);
5015
+ i0.ɵɵtext(16, "Email");
5016
+ i0.ɵɵelementEnd();
5017
+ i0.ɵɵelement(17, "input", 9)(18, "anatoly-item-validation-summary", 10);
5018
+ i0.ɵɵelementEnd();
5019
+ i0.ɵɵelementStart(19, "div", 3)(20, "label", 4);
5020
+ i0.ɵɵtext(21, "Website Url");
5021
+ i0.ɵɵelementEnd();
5022
+ i0.ɵɵelement(22, "input", 11)(23, "anatoly-item-validation-summary", 12);
5023
+ i0.ɵɵelementEnd()()()();
5024
+ } if (rf & 2) {
5025
+ i0.ɵɵadvance(1);
5026
+ i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
5027
+ i0.ɵɵadvance(2);
5028
+ i0.ɵɵproperty("formGroup", ctx.formGroup);
5029
+ i0.ɵɵadvance(1);
5030
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c0$1, ctx.isControlInvalid("company_name")));
5031
+ i0.ɵɵadvance(4);
5032
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
5033
+ i0.ɵɵadvance(1);
5034
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(16, _c0$1, ctx.isControlInvalid("company_phone")));
5035
+ i0.ɵɵadvance(4);
5036
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
5037
+ i0.ɵɵadvance(1);
5038
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(18, _c0$1, ctx.isControlInvalid("company_email")));
5039
+ i0.ɵɵadvance(4);
5040
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
5041
+ i0.ɵɵadvance(1);
5042
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(20, _c0$1, ctx.isControlInvalid("company_websiteUrl")));
5043
+ i0.ɵɵadvance(4);
5044
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
5045
+ } }, dependencies: [i1$5.NgClass, i1$5.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.PatternValidator, i2.FormGroupDirective, i2.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
4440
5046
  }
4441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: CompanyComponent, decorators: [{
4442
- type: Component,
4443
- args: [{ selector: 'anatoly-forms-company', template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div [formGroup]='formGroup' class='row'>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label class='col-form-label'>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label class='col-form-label'>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label class='col-form-label'>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label class='col-form-label'>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
4444
- }], ctorParameters: function () { return [{ type: i2.FormBuilder }]; }, propDecorators: { title: [{
4445
- type: Input
4446
- }], isTitleVisible: [{
4447
- type: Input
4448
- }], company: [{
4449
- type: Input
4450
- }] } });
5047
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
5048
+ type: Component,
5049
+ args: [{ selector: 'anatoly-forms-company', template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div [formGroup]='formGroup' class='row'>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label class='col-form-label'>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label class='col-form-label'>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label class='col-form-label'>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label class='col-form-label'>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
5050
+ }], function () { return [{ type: i2.FormBuilder }]; }, { title: [{
5051
+ type: Input
5052
+ }], isTitleVisible: [{
5053
+ type: Input
5054
+ }], company: [{
5055
+ type: Input
5056
+ }] }); })();
4451
5057
 
4452
5058
  /*
4453
5059
  <file>
@@ -4465,6 +5071,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
4465
5071
  </file>
4466
5072
  */
4467
5073
  //Node
5074
+ function UrlSlugComponent_label_4_Template(rf, ctx) { if (rf & 1) {
5075
+ i0.ɵɵelementStart(0, "label", 7);
5076
+ i0.ɵɵtext(1);
5077
+ i0.ɵɵelementStart(2, "span", 8);
5078
+ i0.ɵɵtext(3);
5079
+ i0.ɵɵelementEnd()();
5080
+ } if (rf & 2) {
5081
+ const ctx_r0 = i0.ɵɵnextContext();
5082
+ i0.ɵɵadvance(1);
5083
+ i0.ɵɵtextInterpolate1(" ", ctx_r0.title, " ");
5084
+ i0.ɵɵadvance(2);
5085
+ i0.ɵɵtextInterpolate(ctx_r0.urlPrefix);
5086
+ } }
5087
+ function UrlSlugComponent_div_6_Template(rf, ctx) { if (rf & 1) {
5088
+ i0.ɵɵelementStart(0, "div", 9)(1, "a", 10);
5089
+ i0.ɵɵtext(2, "Go");
5090
+ i0.ɵɵelementEnd()();
5091
+ } if (rf & 2) {
5092
+ const ctx_r1 = i0.ɵɵnextContext();
5093
+ i0.ɵɵadvance(1);
5094
+ i0.ɵɵpropertyInterpolate2("href", "", ctx_r1.urlPrefix, "", ctx_r1.hrefGo, "", i0.ɵɵsanitizeUrl);
5095
+ } }
5096
+ const _c0 = function (a0) { return { "has-error": a0 }; };
4468
5097
  class UrlSlugComponent extends BaseEditComponent {
4469
5098
  firstValue = true;
4470
5099
  hrefGo;
@@ -4512,31 +5141,52 @@ class UrlSlugComponent extends BaseEditComponent {
4512
5141
  let text = this.getFormValue(this.controlName);
4513
5142
  this.generateUrlSlug(text);
4514
5143
  }
4515
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: UrlSlugComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4516
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: UrlSlugComponent, selector: "anatoly-forms-urlslug", inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle", class: "class", watchedControlName: "watchedControlName", urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible" }, outputs: { generating: "generating" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{class}}\">\r\n <div class=\"d-flex align-items-end\">\r\n <anatoly-item-validation-summary [formGroup]='formGroup' [formSubmitted]='formSubmitted' [controlName]='controlName'\r\n [controlTitle]='controlTitle'>\r\n </anatoly-item-validation-summary>\r\n <div class=\"form-group\">\r\n <label *ngIf='isTitleVisible' class='col-form-label'>\r\n {{ title }}\r\n <span class=\"urlPrefix\">{{ urlPrefix }}</span>\r\n </label>\r\n <input type='text' class='form-control' [formControlName]='controlName' placeholder='Type url slug here'\r\n (focusout)='onUrlSlugChange()' />\r\n </div>\r\n\r\n <div class=\"form-group flex-shrink-1\" *ngIf=\"isGoButtonVisible\">\r\n <a href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" class=\"btn btn-primary\">Go</a>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
5144
+ static ɵfac = function UrlSlugComponent_Factory(t) { return new (t || UrlSlugComponent)(); };
5145
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UrlSlugComponent, selectors: [["anatoly-forms-urlslug"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle", class: "class", watchedControlName: "watchedControlName", urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible" }, outputs: { generating: "generating" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 14, consts: [[3, "formGroup", "ngClass"], [1, "d-flex", "align-items-end"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"], [1, "form-group"], ["class", "col-form-label", 4, "ngIf"], ["type", "text", "placeholder", "Type url slug here", 1, "form-control", 3, "formControlName", "focusout"], ["class", "form-group flex-shrink-1", 4, "ngIf"], [1, "col-form-label"], [1, "urlPrefix"], [1, "form-group", "flex-shrink-1"], ["target", "_blank", 1, "btn", "btn-primary", 3, "href"]], template: function UrlSlugComponent_Template(rf, ctx) { if (rf & 1) {
5146
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
5147
+ i0.ɵɵelement(2, "anatoly-item-validation-summary", 2);
5148
+ i0.ɵɵelementStart(3, "div", 3);
5149
+ i0.ɵɵtemplate(4, UrlSlugComponent_label_4_Template, 4, 2, "label", 4);
5150
+ i0.ɵɵelementStart(5, "input", 5);
5151
+ i0.ɵɵlistener("focusout", function UrlSlugComponent_Template_input_focusout_5_listener() { return ctx.onUrlSlugChange(); });
5152
+ i0.ɵɵelementEnd()();
5153
+ i0.ɵɵtemplate(6, UrlSlugComponent_div_6_Template, 3, 2, "div", 6);
5154
+ i0.ɵɵelementEnd()();
5155
+ } if (rf & 2) {
5156
+ i0.ɵɵclassMapInterpolate1("permalink form-group ", ctx.class, "");
5157
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(12, _c0, ctx.isControlInvalid(ctx.controlName)));
5158
+ i0.ɵɵadvance(2);
5159
+ i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.controlName)("controlTitle", ctx.controlTitle);
5160
+ i0.ɵɵadvance(2);
5161
+ i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
5162
+ i0.ɵɵadvance(1);
5163
+ i0.ɵɵproperty("formControlName", ctx.controlName);
5164
+ i0.ɵɵadvance(1);
5165
+ i0.ɵɵproperty("ngIf", ctx.isGoButtonVisible);
5166
+ } }, dependencies: [i1$5.NgClass, i1$5.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
4517
5167
  }
4518
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: UrlSlugComponent, decorators: [{
4519
- type: Component,
4520
- args: [{ selector: 'anatoly-forms-urlslug', template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{class}}\">\r\n <div class=\"d-flex align-items-end\">\r\n <anatoly-item-validation-summary [formGroup]='formGroup' [formSubmitted]='formSubmitted' [controlName]='controlName'\r\n [controlTitle]='controlTitle'>\r\n </anatoly-item-validation-summary>\r\n <div class=\"form-group\">\r\n <label *ngIf='isTitleVisible' class='col-form-label'>\r\n {{ title }}\r\n <span class=\"urlPrefix\">{{ urlPrefix }}</span>\r\n </label>\r\n <input type='text' class='form-control' [formControlName]='controlName' placeholder='Type url slug here'\r\n (focusout)='onUrlSlugChange()' />\r\n </div>\r\n\r\n <div class=\"form-group flex-shrink-1\" *ngIf=\"isGoButtonVisible\">\r\n <a href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" class=\"btn btn-primary\">Go</a>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
4521
- }], ctorParameters: function () { return []; }, propDecorators: { title: [{
4522
- type: Input
4523
- }], isTitleVisible: [{
4524
- type: Input
4525
- }], controlName: [{
4526
- type: Input
4527
- }], controlTitle: [{
4528
- type: Input
4529
- }], class: [{
4530
- type: Input
4531
- }], watchedControlName: [{
4532
- type: Input
4533
- }], urlPrefix: [{
4534
- type: Input
4535
- }], isGoButtonVisible: [{
4536
- type: Input
4537
- }], generating: [{
4538
- type: Output
4539
- }] } });
5168
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
5169
+ type: Component,
5170
+ args: [{ selector: 'anatoly-forms-urlslug', template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{class}}\">\r\n <div class=\"d-flex align-items-end\">\r\n <anatoly-item-validation-summary [formGroup]='formGroup' [formSubmitted]='formSubmitted' [controlName]='controlName'\r\n [controlTitle]='controlTitle'>\r\n </anatoly-item-validation-summary>\r\n <div class=\"form-group\">\r\n <label *ngIf='isTitleVisible' class='col-form-label'>\r\n {{ title }}\r\n <span class=\"urlPrefix\">{{ urlPrefix }}</span>\r\n </label>\r\n <input type='text' class='form-control' [formControlName]='controlName' placeholder='Type url slug here'\r\n (focusout)='onUrlSlugChange()' />\r\n </div>\r\n\r\n <div class=\"form-group flex-shrink-1\" *ngIf=\"isGoButtonVisible\">\r\n <a href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" class=\"btn btn-primary\">Go</a>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
5171
+ }], function () { return []; }, { title: [{
5172
+ type: Input
5173
+ }], isTitleVisible: [{
5174
+ type: Input
5175
+ }], controlName: [{
5176
+ type: Input
5177
+ }], controlTitle: [{
5178
+ type: Input
5179
+ }], class: [{
5180
+ type: Input
5181
+ }], watchedControlName: [{
5182
+ type: Input
5183
+ }], urlPrefix: [{
5184
+ type: Input
5185
+ }], isGoButtonVisible: [{
5186
+ type: Input
5187
+ }], generating: [{
5188
+ type: Output
5189
+ }] }); })();
4540
5190
 
4541
5191
  /*
4542
5192
  <file>
@@ -4554,6 +5204,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
4554
5204
  </file>
4555
5205
  */
4556
5206
  //Node
5207
+ function TimezoneDropdownlist_label_1_Template(rf, ctx) { if (rf & 1) {
5208
+ i0.ɵɵelementStart(0, "label", 4);
5209
+ i0.ɵɵtext(1, "Timezone");
5210
+ i0.ɵɵelementEnd();
5211
+ } }
5212
+ function TimezoneDropdownlist_option_3_Template(rf, ctx) { if (rf & 1) {
5213
+ i0.ɵɵelementStart(0, "option", 5);
5214
+ i0.ɵɵtext(1);
5215
+ i0.ɵɵelementEnd();
5216
+ } if (rf & 2) {
5217
+ const timezone_r2 = ctx.$implicit;
5218
+ i0.ɵɵproperty("value", timezone_r2.code);
5219
+ i0.ɵɵadvance(1);
5220
+ i0.ɵɵtextInterpolate2(" (", timezone_r2.offset, ") ", timezone_r2.name, " ");
5221
+ } }
4557
5222
  class TimezoneDropdownlist extends BaseEditComponent {
4558
5223
  api;
4559
5224
  appContext;
@@ -4587,21 +5252,35 @@ class TimezoneDropdownlist extends BaseEditComponent {
4587
5252
  this.setFormValue(this.controlName, timeZone);
4588
5253
  }
4589
5254
  }
4590
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: TimezoneDropdownlist, deps: [{ token: CoreApiService }, { token: AppContextService }], target: i0.ɵɵFactoryTarget.Component });
4591
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: TimezoneDropdownlist, selector: "anatoly-forms-timezone-dropdownlist", inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]='formGroup' class='form-group'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-control'>\r\n <option *ngFor='let timezone of timezoneListItems'\r\n [value]='timezone.code'>\r\n ({{timezone.offset}}) {{timezone.name}}\r\n </option>\r\n </select>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }] });
5255
+ static ɵfac = function TimezoneDropdownlist_Factory(t) { return new (t || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); };
5256
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimezoneDropdownlist, selectors: [["anatoly-forms-timezone-dropdownlist"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 4, consts: [[1, "form-group", 3, "formGroup"], ["class", "col-form-label", 4, "ngIf"], [1, "form-control", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "col-form-label"], [3, "value"]], template: function TimezoneDropdownlist_Template(rf, ctx) { if (rf & 1) {
5257
+ i0.ɵɵelementStart(0, "div", 0);
5258
+ i0.ɵɵtemplate(1, TimezoneDropdownlist_label_1_Template, 2, 0, "label", 1);
5259
+ i0.ɵɵelementStart(2, "select", 2);
5260
+ i0.ɵɵtemplate(3, TimezoneDropdownlist_option_3_Template, 2, 3, "option", 3);
5261
+ i0.ɵɵelementEnd()();
5262
+ } if (rf & 2) {
5263
+ i0.ɵɵproperty("formGroup", ctx.formGroup);
5264
+ i0.ɵɵadvance(1);
5265
+ i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
5266
+ i0.ɵɵadvance(1);
5267
+ i0.ɵɵproperty("formControlName", ctx.controlName);
5268
+ i0.ɵɵadvance(1);
5269
+ i0.ɵɵproperty("ngForOf", ctx.timezoneListItems);
5270
+ } }, dependencies: [i1$5.NgForOf, i1$5.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective], encapsulation: 2 });
4592
5271
  }
4593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: TimezoneDropdownlist, decorators: [{
4594
- type: Component,
4595
- args: [{ selector: 'anatoly-forms-timezone-dropdownlist', template: "<div [formGroup]='formGroup' class='form-group'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-control'>\r\n <option *ngFor='let timezone of timezoneListItems'\r\n [value]='timezone.code'>\r\n ({{timezone.offset}}) {{timezone.name}}\r\n </option>\r\n </select>\r\n</div>\r\n" }]
4596
- }], ctorParameters: function () { return [{ type: CoreApiService }, { type: AppContextService }]; }, propDecorators: { title: [{
4597
- type: Input
4598
- }], isTitleVisible: [{
4599
- type: Input
4600
- }], controlName: [{
4601
- type: Input
4602
- }], controlTitle: [{
4603
- type: Input
4604
- }] } });
5272
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimezoneDropdownlist, [{
5273
+ type: Component,
5274
+ args: [{ selector: 'anatoly-forms-timezone-dropdownlist', template: "<div [formGroup]='formGroup' class='form-group'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-control'>\r\n <option *ngFor='let timezone of timezoneListItems'\r\n [value]='timezone.code'>\r\n ({{timezone.offset}}) {{timezone.name}}\r\n </option>\r\n </select>\r\n</div>\r\n" }]
5275
+ }], function () { return [{ type: CoreApiService }, { type: AppContextService }]; }, { title: [{
5276
+ type: Input
5277
+ }], isTitleVisible: [{
5278
+ type: Input
5279
+ }], controlName: [{
5280
+ type: Input
5281
+ }], controlTitle: [{
5282
+ type: Input
5283
+ }] }); })();
4605
5284
 
4606
5285
  /*
4607
5286
  <file>
@@ -4648,15 +5327,15 @@ class FileSizePipe {
4648
5327
  }
4649
5328
  return bytes.toFixed(+precision) + ' ' + this.units[unit];
4650
5329
  }
4651
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FileSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4652
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: FileSizePipe, name: "filesize" });
5330
+ static ɵfac = function FileSizePipe_Factory(t) { return new (t || FileSizePipe)(); };
5331
+ static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true });
4653
5332
  }
4654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FileSizePipe, decorators: [{
4655
- type: Pipe,
4656
- args: [{
4657
- name: 'filesize',
4658
- }]
4659
- }] });
5333
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileSizePipe, [{
5334
+ type: Pipe,
5335
+ args: [{
5336
+ name: 'filesize',
5337
+ }]
5338
+ }], null, null); })();
4660
5339
 
4661
5340
  /*
4662
5341
  <file>
@@ -4683,15 +5362,15 @@ class ReplaceTextPipe {
4683
5362
  return inputData;
4684
5363
  }
4685
5364
  }
4686
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ReplaceTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
4687
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: ReplaceTextPipe, name: "replaceText" });
5365
+ static ɵfac = function ReplaceTextPipe_Factory(t) { return new (t || ReplaceTextPipe)(); };
5366
+ static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true });
4688
5367
  }
4689
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ReplaceTextPipe, decorators: [{
4690
- type: Pipe,
4691
- args: [{
4692
- name: "replaceText",
4693
- }]
4694
- }] });
5368
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplaceTextPipe, [{
5369
+ type: Pipe,
5370
+ args: [{
5371
+ name: "replaceText",
5372
+ }]
5373
+ }], null, null); })();
4695
5374
 
4696
5375
  /*
4697
5376
  <file>
@@ -4717,13 +5396,13 @@ class SafeHtmlPipe {
4717
5396
  transform(value) {
4718
5397
  return this.sanitized.bypassSecurityTrustHtml(value);
4719
5398
  }
4720
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
4721
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: SafeHtmlPipe, name: "safeHtml" });
5399
+ static ɵfac = function SafeHtmlPipe_Factory(t) { return new (t || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$4.DomSanitizer, 16)); };
5400
+ static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true });
4722
5401
  }
4723
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: SafeHtmlPipe, decorators: [{
4724
- type: Pipe,
4725
- args: [{ name: 'safeHtml' }]
4726
- }], ctorParameters: function () { return [{ type: i1$4.DomSanitizer }]; } });
5402
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
5403
+ type: Pipe,
5404
+ args: [{ name: 'safeHtml' }]
5405
+ }], function () { return [{ type: i1$4.DomSanitizer }]; }, null); })();
4727
5406
 
4728
5407
  /*
4729
5408
  <file>
@@ -4779,11 +5458,9 @@ class AnatolyCoreModule {
4779
5458
  this.injector = injector;
4780
5459
  InjectorInstance = this.injector;
4781
5460
  }
4782
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyCoreModule, deps: [{ token: i0.Injector }, { token: AnatolyCoreModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
4783
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: AnatolyCoreModule, imports: [CommonModule, i1$2.ToastrModule, LocalizationSettingsModule,
4784
- LocalizationModule], exports: [LocalizationSettingsModule,
4785
- LocalizationModule] });
4786
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyCoreModule, providers: [
5461
+ static ɵfac = function AnatolyCoreModule_Factory(t) { return new (t || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); };
5462
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyCoreModule });
5463
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
4787
5464
  LoggingService,
4788
5465
  NotificationService,
4789
5466
  AppContextService,
@@ -4798,35 +5475,38 @@ class AnatolyCoreModule {
4798
5475
  LocalizationModule, LocalizationSettingsModule,
4799
5476
  LocalizationModule] });
4800
5477
  }
4801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyCoreModule, decorators: [{
4802
- type: NgModule,
4803
- args: [{
4804
- imports: [
4805
- CommonModule,
4806
- ToastrModule.forRoot(),
4807
- LocalizationSettingsModule,
4808
- LocalizationModule
4809
- ],
4810
- exports: [
4811
- LocalizationSettingsModule,
4812
- LocalizationModule,
4813
- ],
4814
- providers: [
4815
- LoggingService,
4816
- NotificationService,
4817
- AppContextService,
4818
- LoadingService,
4819
- DigitalMarketingService,
4820
- GoogleAnalyticsService,
4821
- LocalStorageService,
4822
- SessionStorageService
4823
- ],
4824
- }]
4825
- }], ctorParameters: function () { return [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
4826
- type: Optional
4827
- }, {
4828
- type: SkipSelf
4829
- }] }]; } });
5478
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyCoreModule, [{
5479
+ type: NgModule,
5480
+ args: [{
5481
+ imports: [
5482
+ CommonModule,
5483
+ ToastrModule.forRoot(),
5484
+ LocalizationSettingsModule,
5485
+ LocalizationModule
5486
+ ],
5487
+ exports: [
5488
+ LocalizationSettingsModule,
5489
+ LocalizationModule,
5490
+ ],
5491
+ providers: [
5492
+ LoggingService,
5493
+ NotificationService,
5494
+ AppContextService,
5495
+ LoadingService,
5496
+ DigitalMarketingService,
5497
+ GoogleAnalyticsService,
5498
+ LocalStorageService,
5499
+ SessionStorageService
5500
+ ],
5501
+ }]
5502
+ }], function () { return [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
5503
+ type: Optional
5504
+ }, {
5505
+ type: SkipSelf
5506
+ }] }]; }, null); })();
5507
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyCoreModule, { imports: [CommonModule, i1$2.ToastrModule, LocalizationSettingsModule,
5508
+ LocalizationModule], exports: [LocalizationSettingsModule,
5509
+ LocalizationModule] }); })();
4830
5510
 
4831
5511
  /*
4832
5512
  <file>
@@ -4845,25 +5525,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
4845
5525
  */
4846
5526
  //Node
4847
5527
  class AnatolyDataModule {
4848
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyDataModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4849
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: AnatolyDataModule, imports: [CommonModule] });
4850
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyDataModule, providers: [
5528
+ static ɵfac = function AnatolyDataModule_Factory(t) { return new (t || AnatolyDataModule)(); };
5529
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule });
5530
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
4851
5531
  CoreApiService,
4852
5532
  EmailsApiService
4853
5533
  ], imports: [CommonModule] });
4854
5534
  }
4855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyDataModule, decorators: [{
4856
- type: NgModule,
4857
- args: [{
4858
- imports: [
4859
- CommonModule
4860
- ],
4861
- providers: [
4862
- CoreApiService,
4863
- EmailsApiService
4864
- ]
4865
- }]
4866
- }] });
5535
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyDataModule, [{
5536
+ type: NgModule,
5537
+ args: [{
5538
+ imports: [
5539
+ CommonModule
5540
+ ],
5541
+ providers: [
5542
+ CoreApiService,
5543
+ EmailsApiService
5544
+ ]
5545
+ }]
5546
+ }], null, null); })();
5547
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyDataModule, { imports: [CommonModule] }); })();
4867
5548
 
4868
5549
  /*
4869
5550
  <file>
@@ -4885,24 +5566,25 @@ class FaModule {
4885
5566
  constructor(library) {
4886
5567
  library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
4887
5568
  }
4888
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FaModule, deps: [{ token: i1$6.FaIconLibrary }], target: i0.ɵɵFactoryTarget.NgModule });
4889
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: FaModule, imports: [CommonModule,
4890
- FontAwesomeModule], exports: [FontAwesomeModule] });
4891
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FaModule, imports: [CommonModule,
5569
+ static ɵfac = function FaModule_Factory(t) { return new (t || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); };
5570
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule });
5571
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
4892
5572
  FontAwesomeModule, FontAwesomeModule] });
4893
5573
  }
4894
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FaModule, decorators: [{
4895
- type: NgModule,
4896
- args: [{
4897
- imports: [
4898
- CommonModule,
4899
- FontAwesomeModule
4900
- ],
4901
- exports: [
4902
- FontAwesomeModule
4903
- ]
4904
- }]
4905
- }], ctorParameters: function () { return [{ type: i1$6.FaIconLibrary }]; } });
5574
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FaModule, [{
5575
+ type: NgModule,
5576
+ args: [{
5577
+ imports: [
5578
+ CommonModule,
5579
+ FontAwesomeModule
5580
+ ],
5581
+ exports: [
5582
+ FontAwesomeModule
5583
+ ]
5584
+ }]
5585
+ }], function () { return [{ type: i1$6.FaIconLibrary }]; }, null); })();
5586
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FaModule, { imports: [CommonModule,
5587
+ FontAwesomeModule], exports: [FontAwesomeModule] }); })();
4906
5588
 
4907
5589
  /*
4908
5590
  <file>
@@ -4921,24 +5603,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
4921
5603
  */
4922
5604
  //Node
4923
5605
  class KendoModule {
4924
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: KendoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4925
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: KendoModule, imports: [CommonModule,
4926
- ButtonsModule,
4927
- DialogsModule,
4928
- DropDownsModule,
4929
- InputsModule,
4930
- PagerModule,
4931
- TreeViewModule,
4932
- TooltipsModule,
4933
- IconsModule], exports: [ButtonsModule,
4934
- DialogsModule,
4935
- DropDownsModule,
4936
- InputsModule,
4937
- PagerModule,
4938
- TreeViewModule,
4939
- TooltipsModule,
4940
- IconsModule] });
4941
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: KendoModule, imports: [CommonModule,
5606
+ static ɵfac = function KendoModule_Factory(t) { return new (t || KendoModule)(); };
5607
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: KendoModule });
5608
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
4942
5609
  ButtonsModule,
4943
5610
  DialogsModule,
4944
5611
  DropDownsModule,
@@ -4955,32 +5622,48 @@ class KendoModule {
4955
5622
  TooltipsModule,
4956
5623
  IconsModule] });
4957
5624
  }
4958
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: KendoModule, decorators: [{
4959
- type: NgModule,
4960
- args: [{
4961
- imports: [
4962
- CommonModule,
4963
- ButtonsModule,
4964
- DialogsModule,
4965
- DropDownsModule,
4966
- InputsModule,
4967
- PagerModule,
4968
- TreeViewModule,
4969
- TooltipsModule,
4970
- IconsModule,
4971
- ],
4972
- exports: [
4973
- ButtonsModule,
4974
- DialogsModule,
4975
- DropDownsModule,
4976
- InputsModule,
4977
- PagerModule,
4978
- TreeViewModule,
4979
- TooltipsModule,
4980
- IconsModule
4981
- ]
4982
- }]
4983
- }] });
5625
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KendoModule, [{
5626
+ type: NgModule,
5627
+ args: [{
5628
+ imports: [
5629
+ CommonModule,
5630
+ ButtonsModule,
5631
+ DialogsModule,
5632
+ DropDownsModule,
5633
+ InputsModule,
5634
+ PagerModule,
5635
+ TreeViewModule,
5636
+ TooltipsModule,
5637
+ IconsModule,
5638
+ ],
5639
+ exports: [
5640
+ ButtonsModule,
5641
+ DialogsModule,
5642
+ DropDownsModule,
5643
+ InputsModule,
5644
+ PagerModule,
5645
+ TreeViewModule,
5646
+ TooltipsModule,
5647
+ IconsModule
5648
+ ]
5649
+ }]
5650
+ }], null, null); })();
5651
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(KendoModule, { imports: [CommonModule,
5652
+ ButtonsModule,
5653
+ DialogsModule,
5654
+ DropDownsModule,
5655
+ InputsModule,
5656
+ PagerModule,
5657
+ TreeViewModule,
5658
+ TooltipsModule,
5659
+ IconsModule], exports: [ButtonsModule,
5660
+ DialogsModule,
5661
+ DropDownsModule,
5662
+ InputsModule,
5663
+ PagerModule,
5664
+ TreeViewModule,
5665
+ TooltipsModule,
5666
+ IconsModule] }); })();
4984
5667
 
4985
5668
  /*
4986
5669
  <file>
@@ -5038,88 +5721,9 @@ const COMPONENTS = [
5038
5721
  ItemValidationSummaryComponent
5039
5722
  ];
5040
5723
  class AnatolyUIModule {
5041
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5042
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: AnatolyUIModule, declarations: [BuyAccessButtonComponent,
5043
- SubscribePlanButtonComponent,
5044
- CheckIconComponent,
5045
- DatapagerComponent,
5046
- SignInButtonComponent,
5047
- SignUpButtonComponent,
5048
- SignOutButtonComponent,
5049
- NodataComponent,
5050
- PageSpinnerComponent,
5051
- LoadingComponent,
5052
- Copy2ClipboardComponent,
5053
- //Cards
5054
- CardComponent,
5055
- CardHeaderComponent,
5056
- CardBodyComponent,
5057
- CardFooterComponent,
5058
- //HtmlEditor
5059
- HtmlEditorComponent,
5060
- FormsHtmlEditorComponent,
5061
- //Dialogs
5062
- ContactUsDialog,
5063
- //Directives
5064
- NativeElementDirective,
5065
- HoveringDirective,
5066
- //Forms
5067
- AddressComponent,
5068
- CompanyComponent,
5069
- UrlSlugComponent,
5070
- TimezoneDropdownlist,
5071
- ContactUsForm,
5072
- //Pipes
5073
- SafeHtmlPipe,
5074
- ReplaceTextPipe,
5075
- FileSizePipe,
5076
- //Validation
5077
- FormValidationSummaryComponent,
5078
- ItemValidationSummaryComponent], imports: [CommonModule,
5079
- RouterModule,
5080
- ReactiveFormsModule,
5081
- FormsModule,
5082
- NgxCaptchaModule,
5083
- FaModule,
5084
- KendoModule,
5085
- FERootModule], exports: [BuyAccessButtonComponent,
5086
- SubscribePlanButtonComponent,
5087
- CheckIconComponent,
5088
- DatapagerComponent,
5089
- SignInButtonComponent,
5090
- SignUpButtonComponent,
5091
- SignOutButtonComponent,
5092
- NodataComponent,
5093
- PageSpinnerComponent,
5094
- LoadingComponent,
5095
- Copy2ClipboardComponent,
5096
- //Cards
5097
- CardComponent,
5098
- CardHeaderComponent,
5099
- CardBodyComponent,
5100
- CardFooterComponent,
5101
- //HtmlEditor
5102
- HtmlEditorComponent,
5103
- FormsHtmlEditorComponent,
5104
- //Dialogs
5105
- ContactUsDialog,
5106
- //Directives
5107
- NativeElementDirective,
5108
- HoveringDirective,
5109
- //Forms
5110
- AddressComponent,
5111
- CompanyComponent,
5112
- UrlSlugComponent,
5113
- TimezoneDropdownlist,
5114
- ContactUsForm,
5115
- //Pipes
5116
- SafeHtmlPipe,
5117
- ReplaceTextPipe,
5118
- FileSizePipe,
5119
- //Validation
5120
- FormValidationSummaryComponent,
5121
- ItemValidationSummaryComponent] });
5122
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyUIModule, imports: [CommonModule,
5724
+ static ɵfac = function AnatolyUIModule_Factory(t) { return new (t || AnatolyUIModule)(); };
5725
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyUIModule });
5726
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
5123
5727
  RouterModule,
5124
5728
  ReactiveFormsModule,
5125
5729
  FormsModule,
@@ -5128,27 +5732,107 @@ class AnatolyUIModule {
5128
5732
  KendoModule,
5129
5733
  FERootModule] });
5130
5734
  }
5131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyUIModule, decorators: [{
5132
- type: NgModule,
5133
- args: [{
5134
- imports: [
5135
- CommonModule,
5136
- RouterModule,
5137
- ReactiveFormsModule,
5138
- FormsModule,
5139
- NgxCaptchaModule,
5140
- FaModule,
5141
- KendoModule,
5142
- FERootModule
5143
- ],
5144
- exports: [
5145
- ...COMPONENTS
5146
- ],
5147
- declarations: [
5148
- ...COMPONENTS
5149
- ]
5150
- }]
5151
- }] });
5735
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyUIModule, [{
5736
+ type: NgModule,
5737
+ args: [{
5738
+ imports: [
5739
+ CommonModule,
5740
+ RouterModule,
5741
+ ReactiveFormsModule,
5742
+ FormsModule,
5743
+ NgxCaptchaModule,
5744
+ FaModule,
5745
+ KendoModule,
5746
+ FERootModule
5747
+ ],
5748
+ exports: [
5749
+ ...COMPONENTS
5750
+ ],
5751
+ declarations: [
5752
+ ...COMPONENTS
5753
+ ]
5754
+ }]
5755
+ }], null, null); })();
5756
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent,
5757
+ SubscribePlanButtonComponent,
5758
+ CheckIconComponent,
5759
+ DatapagerComponent,
5760
+ SignInButtonComponent,
5761
+ SignUpButtonComponent,
5762
+ SignOutButtonComponent,
5763
+ NodataComponent,
5764
+ PageSpinnerComponent,
5765
+ LoadingComponent,
5766
+ Copy2ClipboardComponent,
5767
+ //Cards
5768
+ CardComponent,
5769
+ CardHeaderComponent,
5770
+ CardBodyComponent,
5771
+ CardFooterComponent,
5772
+ //HtmlEditor
5773
+ HtmlEditorComponent,
5774
+ FormsHtmlEditorComponent,
5775
+ //Dialogs
5776
+ ContactUsDialog,
5777
+ //Directives
5778
+ NativeElementDirective,
5779
+ HoveringDirective,
5780
+ //Forms
5781
+ AddressComponent,
5782
+ CompanyComponent,
5783
+ UrlSlugComponent,
5784
+ TimezoneDropdownlist,
5785
+ ContactUsForm,
5786
+ //Pipes
5787
+ SafeHtmlPipe,
5788
+ ReplaceTextPipe,
5789
+ FileSizePipe,
5790
+ //Validation
5791
+ FormValidationSummaryComponent,
5792
+ ItemValidationSummaryComponent], imports: [CommonModule,
5793
+ RouterModule,
5794
+ ReactiveFormsModule,
5795
+ FormsModule,
5796
+ NgxCaptchaModule,
5797
+ FaModule,
5798
+ KendoModule,
5799
+ FERootModule], exports: [BuyAccessButtonComponent,
5800
+ SubscribePlanButtonComponent,
5801
+ CheckIconComponent,
5802
+ DatapagerComponent,
5803
+ SignInButtonComponent,
5804
+ SignUpButtonComponent,
5805
+ SignOutButtonComponent,
5806
+ NodataComponent,
5807
+ PageSpinnerComponent,
5808
+ LoadingComponent,
5809
+ Copy2ClipboardComponent,
5810
+ //Cards
5811
+ CardComponent,
5812
+ CardHeaderComponent,
5813
+ CardBodyComponent,
5814
+ CardFooterComponent,
5815
+ //HtmlEditor
5816
+ HtmlEditorComponent,
5817
+ FormsHtmlEditorComponent,
5818
+ //Dialogs
5819
+ ContactUsDialog,
5820
+ //Directives
5821
+ NativeElementDirective,
5822
+ HoveringDirective,
5823
+ //Forms
5824
+ AddressComponent,
5825
+ CompanyComponent,
5826
+ UrlSlugComponent,
5827
+ TimezoneDropdownlist,
5828
+ ContactUsForm,
5829
+ //Pipes
5830
+ SafeHtmlPipe,
5831
+ ReplaceTextPipe,
5832
+ FileSizePipe,
5833
+ //Validation
5834
+ FormValidationSummaryComponent,
5835
+ ItemValidationSummaryComponent] }); })();
5152
5836
 
5153
5837
  /*
5154
5838
  <file>
@@ -5166,37 +5850,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
5166
5850
  </file>
5167
5851
  */
5168
5852
  class AnatolyModule {
5169
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5170
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.7", ngImport: i0, type: AnatolyModule, imports: [CommonModule,
5171
- AnatolyCoreModule,
5172
- AnatolyDataModule,
5173
- AnatolyUIModule], exports: [AnatolyCoreModule,
5174
- AnatolyDataModule,
5175
- AnatolyUIModule] });
5176
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyModule, imports: [CommonModule,
5853
+ static ɵfac = function AnatolyModule_Factory(t) { return new (t || AnatolyModule)(); };
5854
+ static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyModule });
5855
+ static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
5177
5856
  AnatolyCoreModule,
5178
5857
  AnatolyDataModule,
5179
5858
  AnatolyUIModule, AnatolyCoreModule,
5180
5859
  AnatolyDataModule,
5181
5860
  AnatolyUIModule] });
5182
5861
  }
5183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyModule, decorators: [{
5184
- type: NgModule,
5185
- args: [{
5186
- imports: [
5187
- CommonModule,
5188
- AnatolyCoreModule,
5189
- AnatolyDataModule,
5190
- AnatolyUIModule
5191
- ],
5192
- exports: [
5193
- AnatolyCoreModule,
5194
- AnatolyDataModule,
5195
- AnatolyUIModule
5196
- ],
5197
- providers: [],
5198
- }]
5199
- }] });
5862
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyModule, [{
5863
+ type: NgModule,
5864
+ args: [{
5865
+ imports: [
5866
+ CommonModule,
5867
+ AnatolyCoreModule,
5868
+ AnatolyDataModule,
5869
+ AnatolyUIModule
5870
+ ],
5871
+ exports: [
5872
+ AnatolyCoreModule,
5873
+ AnatolyDataModule,
5874
+ AnatolyUIModule
5875
+ ],
5876
+ providers: [],
5877
+ }]
5878
+ }], null, null); })();
5879
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyModule, { imports: [CommonModule,
5880
+ AnatolyCoreModule,
5881
+ AnatolyDataModule,
5882
+ AnatolyUIModule], exports: [AnatolyCoreModule,
5883
+ AnatolyDataModule,
5884
+ AnatolyUIModule] }); })();
5200
5885
 
5201
5886
  /*
5202
5887
  * Public API Surface of anatoly-lib
@@ -5207,5 +5892,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
5207
5892
  * Generated bundle index. Do not edit.
5208
5893
  */
5209
5894
 
5210
- export { AddressComponent, Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyModule, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BaseList, BasePage, BasePagedPage, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ContactUsDialog, ContactUsForm, Convert, Copy2ClipboardComponent, CoreApiService, DOM, DatapagerComponent, DefaultEditorOptions, DigitalMarketingService, EmailsApiService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, GlobalErrorHandler, GoogleAnalyticsService, Guid, HoveringDirective, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Stopwatch, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TranslateModuleAtRoot, UrlSlugComponent, Urls, Utils, ValidationSummaryComponent, XmlFormatter, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
5895
+ export { AddressComponent, Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyModule, AnatolyUIModule, AppContextService, AppCoreSettings, AppName, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BaseList, BasePage, BasePagedPage, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ContactUsDialog, ContactUsForm, Convert, Copy2ClipboardComponent, CoreApiService, DOM, DatapagerComponent, DefaultEditorOptions, DigitalMarketingService, EmailsApiService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, GlobalErrorHandler, GoogleAnalyticsService, Guid, HoveringDirective, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Stopwatch, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TranslateModuleAtRoot, UrlSlugComponent, Urls, Utils, ValidationSummaryComponent, XmlFormatter, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
5211
5896
  //# sourceMappingURL=osovitny-anatoly.mjs.map