@osovitny/anatoly 3.16.109 → 3.17.1

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 (95) hide show
  1. package/esm2022/lib/anatoly.module.mjs +6 -6
  2. package/esm2022/lib/core/consts/settings.mjs +1 -1
  3. package/esm2022/lib/core/converts/convert.mjs +22 -19
  4. package/esm2022/lib/core/converts/xmlFormatter.mjs +1 -1
  5. package/esm2022/lib/core/core.module.mjs +8 -9
  6. package/esm2022/lib/core/dom.mjs +1 -1
  7. package/esm2022/lib/core/go/base-go.service.mjs +5 -7
  8. package/esm2022/lib/core/guards/once-import.guard.mjs +1 -1
  9. package/esm2022/lib/core/interceptors/httpInterceptor.mjs +18 -21
  10. package/esm2022/lib/core/localization/localization.module.mjs +5 -5
  11. package/esm2022/lib/core/localization/localization.service.mjs +19 -19
  12. package/esm2022/lib/core/localization/localize.pipe.mjs +5 -6
  13. package/esm2022/lib/core/localization/settings.module.mjs +7 -8
  14. package/esm2022/lib/core/localization/utils.mjs +1 -1
  15. package/esm2022/lib/core/logging/globalErrorHandler.mjs +5 -6
  16. package/esm2022/lib/core/logging/logging.service.mjs +5 -5
  17. package/esm2022/lib/core/notifications/alerts.mjs +1 -1
  18. package/esm2022/lib/core/notifications/services/notification-service.mjs +5 -6
  19. package/esm2022/lib/core/performance/stopwatch.mjs +1 -6
  20. package/esm2022/lib/core/services/appcontext.service.mjs +11 -14
  21. package/esm2022/lib/core/services/dm.service.mjs +6 -9
  22. package/esm2022/lib/core/services/google-analytics.service.mjs +5 -7
  23. package/esm2022/lib/core/services/idle.service.mjs +7 -12
  24. package/esm2022/lib/core/services/loading.service.mjs +8 -8
  25. package/esm2022/lib/core/services/starter.service.mjs +1 -3
  26. package/esm2022/lib/core/services/web-storage.service.mjs +9 -10
  27. package/esm2022/lib/core/subs.mjs +4 -3
  28. package/esm2022/lib/core/utils.mjs +1 -1
  29. package/esm2022/lib/data/base/api.service.mjs +5 -7
  30. package/esm2022/lib/data/base/grid/grid-edit.service.mjs +5 -7
  31. package/esm2022/lib/data/base/grid/grid-read.service.mjs +6 -9
  32. package/esm2022/lib/data/data.module.mjs +6 -6
  33. package/esm2022/lib/data/services/core-api.service.mjs +5 -6
  34. package/esm2022/lib/data/services/emails-api.service.mjs +5 -6
  35. package/esm2022/lib/iam/b2c/b2c.mjs +1 -1
  36. package/esm2022/lib/iam/configs.mjs +1 -1
  37. package/esm2022/lib/iam/guards/admin.guard.mjs +5 -6
  38. package/esm2022/lib/iam/guards/authentication.guard.mjs +6 -7
  39. package/esm2022/lib/iam/iam-pages.module.mjs +6 -6
  40. package/esm2022/lib/iam/iam.module.mjs +6 -6
  41. package/esm2022/lib/iam/pages/signin.page.mjs +6 -6
  42. package/esm2022/lib/iam/pages/signout.page.mjs +6 -6
  43. package/esm2022/lib/iam/pages/signup.page.mjs +6 -6
  44. package/esm2022/lib/iam/redirect.mjs +1 -1
  45. package/esm2022/lib/iam/services/auth.service.mjs +9 -20
  46. package/esm2022/lib/iam/storage.mjs +1 -1
  47. package/esm2022/lib/iam/utils.mjs +1 -1
  48. package/esm2022/lib/ui/components/base/components/component.mjs +15 -16
  49. package/esm2022/lib/ui/components/base/components/edit.component.mjs +11 -12
  50. package/esm2022/lib/ui/components/base/components/enum-edit.component.mjs +12 -10
  51. package/esm2022/lib/ui/components/base/dialog.mjs +10 -9
  52. package/esm2022/lib/ui/components/base/list.mjs +13 -11
  53. package/esm2022/lib/ui/components/base/pages/edit.page.mjs +5 -4
  54. package/esm2022/lib/ui/components/base/pages/page.mjs +5 -4
  55. package/esm2022/lib/ui/components/base/pages/paged.page.mjs +13 -11
  56. package/esm2022/lib/ui/components/billing/buyaccess-button.component.mjs +19 -23
  57. package/esm2022/lib/ui/components/billing/subscribe-plan-button.component.mjs +22 -27
  58. package/esm2022/lib/ui/components/card/card-body.component.mjs +6 -5
  59. package/esm2022/lib/ui/components/card/card-footer.component.mjs +6 -5
  60. package/esm2022/lib/ui/components/card/card-header.component.mjs +8 -7
  61. package/esm2022/lib/ui/components/card/card.component.mjs +6 -5
  62. package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +10 -7
  63. package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +10 -7
  64. package/esm2022/lib/ui/components/datapager/datapager.component.mjs +21 -20
  65. package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +13 -16
  66. package/esm2022/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.mjs +13 -16
  67. package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +11 -13
  68. package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +11 -10
  69. package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +8 -7
  70. package/esm2022/lib/ui/components/identity/signin-button.component.mjs +16 -19
  71. package/esm2022/lib/ui/components/identity/signout-button.component.mjs +16 -19
  72. package/esm2022/lib/ui/components/identity/signup-button.component.mjs +16 -19
  73. package/esm2022/lib/ui/components/nodata/nodata.component.mjs +13 -12
  74. package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +8 -8
  75. package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +12 -12
  76. package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +7 -7
  77. package/esm2022/lib/ui/directives/hover.directive.mjs +8 -6
  78. package/esm2022/lib/ui/directives/native-element.directive.mjs +5 -7
  79. package/esm2022/lib/ui/external/fa.module.mjs +7 -7
  80. package/esm2022/lib/ui/external/kendo.module.mjs +6 -6
  81. package/esm2022/lib/ui/forms/components/address/address.component.mjs +26 -29
  82. package/esm2022/lib/ui/forms/components/company/company.component.mjs +14 -16
  83. package/esm2022/lib/ui/forms/components/urlslug/urlslug.component.mjs +16 -20
  84. package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +27 -33
  85. package/esm2022/lib/ui/pipes/filesize.pipe.mjs +7 -5
  86. package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +4 -4
  87. package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +5 -6
  88. package/esm2022/lib/ui/ui.module.mjs +6 -6
  89. package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +15 -14
  90. package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +7 -6
  91. package/esm2022/lib/ui/validation/validation-summary.component.mjs +6 -5
  92. package/fesm2022/osovitny-anatoly.mjs +660 -725
  93. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  94. package/lib/core/converts/convert.d.ts +3 -3
  95. package/package.json +49 -47
@@ -118,12 +118,6 @@ class Convert {
118
118
  }
119
119
  return number;
120
120
  }
121
- static toLocalizedDateTime(value) {
122
- if (value) {
123
- return new Date(Date.UTC(value.getFullYear(), value.getMonth(), value.getDate(), value.getHours(), value.getMinutes(), value.getSeconds(), value.getMilliseconds()));
124
- }
125
- return null;
126
- }
127
121
  static enumToString(enumeration, value) {
128
122
  for (let k in enumeration)
129
123
  if (enumeration[k] == value)
@@ -182,18 +176,6 @@ class Convert {
182
176
  let address = JSON.parse(adr);
183
177
  return `${address.street} ${address.street2} ${address.city} ${address.stateOrRegion} ${address.zipcode} ${address.country}`;
184
178
  }
185
- static dateToString(date) {
186
- return date.getFullYear() +
187
- '-' + this.pad(date.getMonth() + 1) +
188
- '-' + this.pad(date.getDate()) +
189
- ' ' + this.pad(date.getHours()) +
190
- ':' + this.pad(date.getMinutes()) +
191
- ':' + this.pad(date.getSeconds());
192
- }
193
- static utcDateToLocalDate(d) {
194
- let date = new Date(d);
195
- return new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate(), date.getHours(), date.getMinutes(), date.getSeconds()));
196
- }
197
179
  static stringToBoolean(value) {
198
180
  switch (value.toLowerCase().trim()) {
199
181
  case "true":
@@ -209,6 +191,27 @@ class Convert {
209
191
  return Boolean(value);
210
192
  }
211
193
  }
194
+ /* Date ---------------------------------------------------------------------BEGIN*/
195
+ static utcToLocalDate(value) {
196
+ if (value) {
197
+ return new Date(Date.UTC(value.getFullYear(), value.getMonth(), value.getDate()));
198
+ }
199
+ return null;
200
+ }
201
+ static utcToLocalDateTime(value) {
202
+ if (value) {
203
+ return new Date(Date.UTC(value.getFullYear(), value.getMonth(), value.getDate(), value.getHours(), value.getMinutes(), value.getSeconds(), value.getMilliseconds()));
204
+ }
205
+ return null;
206
+ }
207
+ static dateToString(date) {
208
+ return date.getFullYear() +
209
+ '-' + this.pad(date.getMonth() + 1) +
210
+ '-' + this.pad(date.getDate()) +
211
+ ' ' + this.pad(date.getHours()) +
212
+ ':' + this.pad(date.getMinutes()) +
213
+ ':' + this.pad(date.getSeconds());
214
+ }
212
215
  }
213
216
 
214
217
  /*
@@ -260,8 +263,6 @@ class XmlFormatter {
260
263
  </file>
261
264
  */
262
265
  class BaseGoService {
263
- route;
264
- router;
265
266
  constructor(route, router) {
266
267
  this.route = route;
267
268
  this.router = router;
@@ -284,12 +285,12 @@ class BaseGoService {
284
285
  this.router.navigate(commands);
285
286
  }
286
287
  }
287
- static ɵfac = function BaseGoService_Factory(t) { return new (t || BaseGoService)(i0.ɵɵinject(i1.ActivatedRoute), i0.ɵɵinject(i1.Router)); };
288
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGoService, factory: BaseGoService.ɵfac });
288
+ static { this.ɵfac = function BaseGoService_Factory(t) { return new (t || BaseGoService)(i0.ɵɵinject(i1.ActivatedRoute), i0.ɵɵinject(i1.Router)); }; }
289
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGoService, factory: BaseGoService.ɵfac }); }
289
290
  }
290
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGoService, [{
291
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGoService, [{
291
292
  type: Injectable
292
- }], function () { return [{ type: i1.ActivatedRoute }, { type: i1.Router }]; }, null); })();
293
+ }], () => [{ type: i1.ActivatedRoute }, { type: i1.Router }], null); })();
293
294
 
294
295
  /*
295
296
  <file>
@@ -329,8 +330,6 @@ function throwIfAlreadyLoaded(parentModule, moduleName) {
329
330
  */
330
331
  //Node
331
332
  class ApiServiceBase {
332
- http;
333
- baseUrl;
334
333
  constructor(http) {
335
334
  this.http = http;
336
335
  }
@@ -395,12 +394,12 @@ class ApiServiceBase {
395
394
  const url = AppCoreSettings.externalUrl + "/" + libname + "/jsons";
396
395
  return this.__getJsonFile(url + "/" + fileName);
397
396
  }
398
- static ɵfac = function ApiServiceBase_Factory(t) { return new (t || ApiServiceBase)(i0.ɵɵinject(i1$1.HttpClient)); };
399
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ApiServiceBase, factory: ApiServiceBase.ɵfac });
397
+ static { this.ɵfac = function ApiServiceBase_Factory(t) { return new (t || ApiServiceBase)(i0.ɵɵinject(i1$1.HttpClient)); }; }
398
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ApiServiceBase, factory: ApiServiceBase.ɵfac }); }
400
399
  }
401
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ApiServiceBase, [{
400
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ApiServiceBase, [{
402
401
  type: Injectable
403
- }], function () { return [{ type: i1$1.HttpClient }]; }, null); })();
402
+ }], () => [{ type: i1$1.HttpClient }], null); })();
404
403
 
405
404
  /*
406
405
  <file>
@@ -641,7 +640,6 @@ const PolicyType = {
641
640
  */
642
641
  //Node
643
642
  class WebStorageService {
644
- storage;
645
643
  constructor(storage) {
646
644
  this.storage = storage === 'local' || storage === 'localStorage' ? localStorage : sessionStorage;
647
645
  }
@@ -672,22 +670,22 @@ class LocalStorageService extends WebStorageService {
672
670
  constructor() {
673
671
  super('localStorage');
674
672
  }
675
- static ɵfac = function LocalStorageService_Factory(t) { return new (t || LocalStorageService)(); };
676
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalStorageService, factory: LocalStorageService.ɵfac });
673
+ static { this.ɵfac = function LocalStorageService_Factory(t) { return new (t || LocalStorageService)(); }; }
674
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalStorageService, factory: LocalStorageService.ɵfac }); }
677
675
  }
678
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalStorageService, [{
676
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalStorageService, [{
679
677
  type: Injectable
680
- }], function () { return []; }, null); })();
678
+ }], () => [], null); })();
681
679
  class SessionStorageService extends WebStorageService {
682
680
  constructor() {
683
681
  super('sessionStorage');
684
682
  }
685
- static ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); };
686
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac });
683
+ static { this.ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); }; }
684
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac }); }
687
685
  }
688
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
686
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
689
687
  type: Injectable
690
- }], function () { return []; }, null); })();
688
+ }], () => [], null); })();
691
689
 
692
690
  /*
693
691
  <file>
@@ -706,20 +704,17 @@ class SessionStorageService extends WebStorageService {
706
704
  */
707
705
  //Node
708
706
  class AppContextService extends ApiServiceBase {
709
- http;
710
- localStorage;
711
- sessionStorage;
712
- storageKeyName = 'appContext';
713
- subscription = null;
714
- //Private Streams
715
- _updated = new BehaviorSubject(null);
716
- //Public Streams
717
- updated$ = this._updated.asObservable();
718
707
  constructor(http, localStorage, sessionStorage) {
719
708
  super(http);
720
709
  this.http = http;
721
710
  this.localStorage = localStorage;
722
711
  this.sessionStorage = sessionStorage;
712
+ this.storageKeyName = 'appContext';
713
+ this.subscription = null;
714
+ //Private Streams
715
+ this._updated = new BehaviorSubject(null);
716
+ //Public Streams
717
+ this.updated$ = this._updated.asObservable();
723
718
  this.baseUrl = `${ApiUrl}/appContext`;
724
719
  }
725
720
  fireUpdated(data) {
@@ -824,27 +819,14 @@ class AppContextService extends ApiServiceBase {
824
819
  this.current = current;
825
820
  }
826
821
  }
827
- static ɵfac = function AppContextService_Factory(t) { return new (t || AppContextService)(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(LocalStorageService), i0.ɵɵinject(SessionStorageService)); };
828
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppContextService, factory: AppContextService.ɵfac });
822
+ static { this.ɵfac = function AppContextService_Factory(t) { return new (t || AppContextService)(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(LocalStorageService), i0.ɵɵinject(SessionStorageService)); }; }
823
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppContextService, factory: AppContextService.ɵfac }); }
829
824
  }
830
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppContextService, [{
825
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppContextService, [{
831
826
  type: Injectable
832
- }], function () { return [{ type: i1$1.HttpClient }, { type: LocalStorageService }, { type: SessionStorageService }]; }, null); })();
827
+ }], () => [{ type: i1$1.HttpClient }, { type: LocalStorageService }, { type: SessionStorageService }], null); })();
833
828
 
834
829
  class AuthService extends ApiServiceBase {
835
- http;
836
- router;
837
- appContext;
838
- msalGuardConfig;
839
- msalService;
840
- msalBroadcastService;
841
- msalDestroying$ = new Subject();
842
- initialized = false;
843
- //B2C Policies
844
- signUpSignInPolicy;
845
- signUpPolicy;
846
- editProfilePolicy;
847
- resetPasswordPolicy;
848
830
  constructor(http, router, appContext, msalGuardConfig, msalService, msalBroadcastService) {
849
831
  super(http);
850
832
  this.http = http;
@@ -853,6 +835,8 @@ class AuthService extends ApiServiceBase {
853
835
  this.msalGuardConfig = msalGuardConfig;
854
836
  this.msalService = msalService;
855
837
  this.msalBroadcastService = msalBroadcastService;
838
+ this.msalDestroying$ = new Subject();
839
+ this.initialized = false;
856
840
  this.init();
857
841
  }
858
842
  ngOnDestroy() {
@@ -1100,7 +1084,7 @@ class AuthService extends ApiServiceBase {
1100
1084
  let signUpSignInFlowRequest = {
1101
1085
  authority: this.signUpSignInPolicy.authority,
1102
1086
  scopes: [],
1103
- prompt: PromptValue.LOGIN,
1087
+ prompt: PromptValue.LOGIN, // force user to reauthenticate with their new password
1104
1088
  account: account
1105
1089
  };
1106
1090
  this.login(signUpSignInFlowRequest);
@@ -1212,18 +1196,18 @@ class AuthService extends ApiServiceBase {
1212
1196
  };
1213
1197
  this.login(resetPasswordFlowRequest);
1214
1198
  }
1215
- static ɵfac = function AuthService_Factory(t) { return new (t || AuthService)(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i1.Router), i0.ɵɵinject(AppContextService), i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i4.MsalBroadcastService)); };
1216
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthService, factory: AuthService.ɵfac, providedIn: 'root' });
1199
+ static { this.ɵfac = function AuthService_Factory(t) { return new (t || AuthService)(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i1.Router), i0.ɵɵinject(AppContextService), i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i4.MsalBroadcastService)); }; }
1200
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthService, factory: AuthService.ɵfac, providedIn: 'root' }); }
1217
1201
  }
1218
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthService, [{
1202
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthService, [{
1219
1203
  type: Injectable,
1220
1204
  args: [{
1221
1205
  providedIn: 'root'
1222
1206
  }]
1223
- }], function () { return [{ type: i1$1.HttpClient }, { type: i1.Router }, { type: AppContextService }, { type: undefined, decorators: [{
1207
+ }], () => [{ type: i1$1.HttpClient }, { type: i1.Router }, { type: AppContextService }, { type: undefined, decorators: [{
1224
1208
  type: Inject,
1225
1209
  args: [MSAL_GUARD_CONFIG]
1226
- }] }, { type: i4.MsalService }, { type: i4.MsalBroadcastService }]; }, null); })();
1210
+ }] }, { type: i4.MsalService }, { type: i4.MsalBroadcastService }], null); })();
1227
1211
 
1228
1212
  /*
1229
1213
  <file>
@@ -1245,7 +1229,6 @@ class AuthService extends ApiServiceBase {
1245
1229
  */
1246
1230
  //Node
1247
1231
  class AdminGuard {
1248
- auth;
1249
1232
  constructor(auth) {
1250
1233
  this.auth = auth;
1251
1234
  }
@@ -1261,15 +1244,14 @@ class AdminGuard {
1261
1244
  }
1262
1245
  return of(true);
1263
1246
  }
1264
- static ɵfac = function AdminGuard_Factory(t) { return new (t || AdminGuard)(i0.ɵɵinject(AuthService)); };
1265
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AdminGuard, factory: AdminGuard.ɵfac });
1247
+ static { this.ɵfac = function AdminGuard_Factory(t) { return new (t || AdminGuard)(i0.ɵɵinject(AuthService)); }; }
1248
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AdminGuard, factory: AdminGuard.ɵfac }); }
1266
1249
  }
1267
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AdminGuard, [{
1250
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AdminGuard, [{
1268
1251
  type: Injectable
1269
- }], function () { return [{ type: AuthService }]; }, null); })();
1252
+ }], () => [{ type: AuthService }], null); })();
1270
1253
 
1271
1254
  class AuthenticationGuard extends MsalGuard {
1272
- _msalGuardConfig;
1273
1255
  constructor(msalGuardConfig, msalBroadcastService, authService, location, router) {
1274
1256
  super(msalGuardConfig, msalBroadcastService, authService, location, router);
1275
1257
  this._msalGuardConfig = msalGuardConfig;
@@ -1282,15 +1264,15 @@ class AuthenticationGuard extends MsalGuard {
1282
1264
  this.setInteractionType(route);
1283
1265
  return super.canActivate(route, state);
1284
1266
  }
1285
- static ɵfac = function AuthenticationGuard_Factory(t) { return new (t || AuthenticationGuard)(i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalBroadcastService), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i1$2.Location), i0.ɵɵinject(i1.Router)); };
1286
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthenticationGuard, factory: AuthenticationGuard.ɵfac });
1267
+ static { this.ɵfac = function AuthenticationGuard_Factory(t) { return new (t || AuthenticationGuard)(i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalBroadcastService), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i1$2.Location), i0.ɵɵinject(i1.Router)); }; }
1268
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthenticationGuard, factory: AuthenticationGuard.ɵfac }); }
1287
1269
  }
1288
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthenticationGuard, [{
1270
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthenticationGuard, [{
1289
1271
  type: Injectable
1290
- }], function () { return [{ type: undefined, decorators: [{
1272
+ }], () => [{ type: undefined, decorators: [{
1291
1273
  type: Inject,
1292
1274
  args: [MSAL_GUARD_CONFIG]
1293
- }] }, { type: i4.MsalBroadcastService }, { type: i4.MsalService }, { type: i1$2.Location }, { type: i1.Router }]; }, null); })();
1275
+ }] }, { type: i4.MsalBroadcastService }, { type: i4.MsalService }, { type: i1$2.Location }, { type: i1.Router }], null); })();
1294
1276
 
1295
1277
  /*
1296
1278
  <file>
@@ -1344,11 +1326,11 @@ class AuthenticationGuard extends MsalGuard {
1344
1326
  */
1345
1327
  //Node
1346
1328
  class LoadingService extends BehaviorSubject {
1347
- counter = 0;
1348
- //Public
1349
- isFreezed = false;
1350
1329
  constructor() {
1351
1330
  super(false);
1331
+ this.counter = 0;
1332
+ //Public
1333
+ this.isFreezed = false;
1352
1334
  }
1353
1335
  show() {
1354
1336
  this.counter++;
@@ -1381,15 +1363,15 @@ class LoadingService extends BehaviorSubject {
1381
1363
  }
1382
1364
  this.counter = 0;
1383
1365
  }
1384
- static ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); };
1385
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac, providedIn: "root" });
1366
+ static { this.ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); }; }
1367
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac, providedIn: "root" }); }
1386
1368
  }
1387
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
1369
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
1388
1370
  type: Injectable,
1389
1371
  args: [{
1390
1372
  providedIn: "root",
1391
1373
  }]
1392
- }], function () { return []; }, null); })();
1374
+ }], () => [], null); })();
1393
1375
 
1394
1376
  /*
1395
1377
  <file>
@@ -1415,15 +1397,15 @@ class LoggingService {
1415
1397
  logInformation(info) {
1416
1398
  console.info(info);
1417
1399
  }
1418
- static ɵfac = function LoggingService_Factory(t) { return new (t || LoggingService)(); };
1419
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoggingService, factory: LoggingService.ɵfac, providedIn: "root" });
1400
+ static { this.ɵfac = function LoggingService_Factory(t) { return new (t || LoggingService)(); }; }
1401
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoggingService, factory: LoggingService.ɵfac, providedIn: "root" }); }
1420
1402
  }
1421
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoggingService, [{
1403
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoggingService, [{
1422
1404
  type: Injectable,
1423
1405
  args: [{
1424
1406
  providedIn: "root",
1425
1407
  }]
1426
- }], function () { return []; }, null); })();
1408
+ }], () => [], null); })();
1427
1409
 
1428
1410
  /*
1429
1411
  <file>
@@ -1442,26 +1424,23 @@ class LoggingService {
1442
1424
  */
1443
1425
  //Node
1444
1426
  class AnatolyHttpInterceptor {
1445
- authService;
1446
- loadingService;
1447
- loggingService;
1448
- longRunningExceptions = [
1449
- 'chunkupload',
1450
- ];
1451
- authorizationTokenExceptions = [
1452
- 'dist'
1453
- ];
1454
- autoCDNSASTokenUrls = [
1455
- 'chunks',
1456
- 'l10n'
1457
- ];
1458
- externalSiteUrls = [
1459
- 'azurewebsites.net'
1460
- ];
1461
1427
  constructor(authService, loadingService, loggingService) {
1462
1428
  this.authService = authService;
1463
1429
  this.loadingService = loadingService;
1464
1430
  this.loggingService = loggingService;
1431
+ this.longRunningExceptions = [
1432
+ 'chunkupload',
1433
+ ];
1434
+ this.authorizationTokenExceptions = [
1435
+ 'dist'
1436
+ ];
1437
+ this.autoCDNSASTokenUrls = [
1438
+ 'chunks',
1439
+ 'l10n'
1440
+ ];
1441
+ this.externalSiteUrls = [
1442
+ 'azurewebsites.net'
1443
+ ];
1465
1444
  }
1466
1445
  handleHttpRequest(request, next, loadingRequired) {
1467
1446
  //#1. old approach
@@ -1576,12 +1555,12 @@ class AnatolyHttpInterceptor {
1576
1555
  this.loadingService.hide();
1577
1556
  }
1578
1557
  }
1579
- static ɵfac = function AnatolyHttpInterceptor_Factory(t) { return new (t || AnatolyHttpInterceptor)(i0.ɵɵinject(AuthService), i0.ɵɵinject(LoadingService), i0.ɵɵinject(LoggingService)); };
1580
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AnatolyHttpInterceptor, factory: AnatolyHttpInterceptor.ɵfac });
1558
+ static { this.ɵfac = function AnatolyHttpInterceptor_Factory(t) { return new (t || AnatolyHttpInterceptor)(i0.ɵɵinject(AuthService), i0.ɵɵinject(LoadingService), i0.ɵɵinject(LoggingService)); }; }
1559
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AnatolyHttpInterceptor, factory: AnatolyHttpInterceptor.ɵfac }); }
1581
1560
  }
1582
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyHttpInterceptor, [{
1561
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyHttpInterceptor, [{
1583
1562
  type: Injectable
1584
- }], function () { return [{ type: AuthService }, { type: LoadingService }, { type: LoggingService }]; }, null); })();
1563
+ }], () => [{ type: AuthService }, { type: LoadingService }, { type: LoggingService }], null); })();
1585
1564
 
1586
1565
  /*
1587
1566
  <file>
@@ -1599,8 +1578,9 @@ class AnatolyHttpInterceptor {
1599
1578
  </file>
1600
1579
  */
1601
1580
  class Subs {
1602
- subs = [];
1603
- constructor() { }
1581
+ constructor() {
1582
+ this.subs = [];
1583
+ }
1604
1584
  add(...subscriptions) {
1605
1585
  this.subs = this.subs.concat(subscriptions);
1606
1586
  }
@@ -1727,16 +1707,14 @@ class Utils {
1727
1707
  */
1728
1708
  //Node
1729
1709
  class LocalizationService {
1730
- translate;
1731
- subs = new Subs();
1732
- dateFnsLocale;
1733
- //i10n
1734
- supportedLanguages = ['en', 'ru', 'es'];
1735
- defaultLanguage = 'en';
1736
- //Outputs
1737
- langchange = new EventEmitter();
1738
1710
  constructor(translate) {
1739
1711
  this.translate = translate;
1712
+ this.subs = new Subs();
1713
+ //i10n
1714
+ this.supportedLanguages = ['en', 'ru', 'es'];
1715
+ this.defaultLanguage = 'en';
1716
+ //Outputs
1717
+ this.langchange = new EventEmitter();
1740
1718
  this.setSupportedLanguages(this.supportedLanguages);
1741
1719
  this.setDefaultLanguage(this.defaultLanguage);
1742
1720
  }
@@ -1797,16 +1775,18 @@ class LocalizationService {
1797
1775
  return this.format(value, params);
1798
1776
  }
1799
1777
  getLocalizedDate(key) {
1800
- if (isValid(new Date(key))) {
1801
- return format(new Date(key), 'dd.MM.yyyy', this.dateFnsLocale);
1778
+ let date = new Date(key);
1779
+ if (isValid(date)) {
1780
+ let localDate = Convert.utcToLocalDate(date);
1781
+ return format(localDate, 'dd MMM yyyy', this.dateFnsLocale);
1802
1782
  }
1803
1783
  return "Invalid Date";
1804
1784
  }
1805
1785
  getLocalizedDateTime(key) {
1806
- let dateValue = new Date(key);
1807
- if (isValid(dateValue)) {
1808
- let localDate = Convert.toLocalizedDateTime(dateValue);
1809
- return format(localDate, 'dd.MM.yyyy HH:mm', this.dateFnsLocale);
1786
+ let date = new Date(key);
1787
+ if (isValid(date)) {
1788
+ let localDate = Convert.utcToLocalDateTime(date);
1789
+ return format(localDate, 'dd MMM yyyy HH:mm', this.dateFnsLocale);
1810
1790
  }
1811
1791
  return "Invalid Date";
1812
1792
  }
@@ -1899,15 +1879,15 @@ class LocalizationService {
1899
1879
  }
1900
1880
  return result;
1901
1881
  }
1902
- static ɵfac = function LocalizationService_Factory(t) { return new (t || LocalizationService)(i0.ɵɵinject(i1$3.TranslateService)); };
1903
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalizationService, factory: LocalizationService.ɵfac, providedIn: 'root' });
1882
+ static { this.ɵfac = function LocalizationService_Factory(t) { return new (t || LocalizationService)(i0.ɵɵinject(i1$3.TranslateService)); }; }
1883
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalizationService, factory: LocalizationService.ɵfac, providedIn: 'root' }); }
1904
1884
  }
1905
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationService, [{
1885
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationService, [{
1906
1886
  type: Injectable,
1907
1887
  args: [{
1908
1888
  providedIn: 'root'
1909
1889
  }]
1910
- }], function () { return [{ type: i1$3.TranslateService }]; }, { langchange: [{
1890
+ }], () => [{ type: i1$3.TranslateService }], { langchange: [{
1911
1891
  type: Output
1912
1892
  }] }); })();
1913
1893
 
@@ -1928,7 +1908,6 @@ class LocalizationService {
1928
1908
  */
1929
1909
  //Node
1930
1910
  class LocalizePipe {
1931
- localizeService;
1932
1911
  constructor(localizeService) {
1933
1912
  this.localizeService = localizeService;
1934
1913
  }
@@ -1974,16 +1953,16 @@ class LocalizePipe {
1974
1953
  }
1975
1954
  return inputData;
1976
1955
  }
1977
- static ɵfac = function LocalizePipe_Factory(t) { return new (t || LocalizePipe)(i0.ɵɵdirectiveInject(LocalizationService, 16)); };
1978
- static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "localize", type: LocalizePipe, pure: false });
1956
+ static { this.ɵfac = function LocalizePipe_Factory(t) { return new (t || LocalizePipe)(i0.ɵɵdirectiveInject(LocalizationService, 16)); }; }
1957
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "localize", type: LocalizePipe, pure: false }); }
1979
1958
  }
1980
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizePipe, [{
1959
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizePipe, [{
1981
1960
  type: Pipe,
1982
1961
  args: [{
1983
1962
  name: 'localize',
1984
1963
  pure: false
1985
1964
  }]
1986
- }], function () { return [{ type: LocalizationService }]; }, null); })();
1965
+ }], () => [{ type: LocalizationService }], null); })();
1987
1966
 
1988
1967
  /*
1989
1968
  <file>
@@ -2024,14 +2003,13 @@ function translateLoaderFactory(httpClient) {
2024
2003
  }
2025
2004
  let LocalizationInjectorInstance;
2026
2005
  class LocalizationSettingsModule {
2027
- injector;
2028
2006
  constructor(injector) {
2029
2007
  this.injector = injector;
2030
2008
  LocalizationInjectorInstance = this.injector;
2031
2009
  }
2032
- static ɵfac = function LocalizationSettingsModule_Factory(t) { return new (t || LocalizationSettingsModule)(i0.ɵɵinject(i0.Injector)); };
2033
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationSettingsModule });
2034
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
2010
+ static { this.ɵfac = function LocalizationSettingsModule_Factory(t) { return new (t || LocalizationSettingsModule)(i0.ɵɵinject(i0.Injector)); }; }
2011
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationSettingsModule }); }
2012
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
2035
2013
  {
2036
2014
  provide: APP_INITIALIZER,
2037
2015
  useFactory: localizationInitializerFactory,
@@ -2045,9 +2023,9 @@ class LocalizationSettingsModule {
2045
2023
  useFactory: translateLoaderFactory,
2046
2024
  deps: [HttpClient]
2047
2025
  }
2048
- })] });
2026
+ })] }); }
2049
2027
  }
2050
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationSettingsModule, [{
2028
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationSettingsModule, [{
2051
2029
  type: NgModule,
2052
2030
  args: [{
2053
2031
  imports: [
@@ -2070,7 +2048,7 @@ class LocalizationSettingsModule {
2070
2048
  ],
2071
2049
  exports: []
2072
2050
  }]
2073
- }], function () { return [{ type: i0.Injector }]; }, null); })();
2051
+ }], () => [{ type: i0.Injector }], null); })();
2074
2052
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationSettingsModule, { imports: [HttpClientModule, i1$3.TranslateModule] }); })();
2075
2053
 
2076
2054
  /*
@@ -2090,11 +2068,11 @@ class LocalizationSettingsModule {
2090
2068
  */
2091
2069
  //Node
2092
2070
  class LocalizationModule {
2093
- static ɵfac = function LocalizationModule_Factory(t) { return new (t || LocalizationModule)(); };
2094
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationModule });
2095
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [TranslateModule, TranslateModule] });
2071
+ static { this.ɵfac = function LocalizationModule_Factory(t) { return new (t || LocalizationModule)(); }; }
2072
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationModule }); }
2073
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [TranslateModule, TranslateModule] }); }
2096
2074
  }
2097
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationModule, [{
2075
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationModule, [{
2098
2076
  type: NgModule,
2099
2077
  args: [{
2100
2078
  imports: [
@@ -2134,7 +2112,6 @@ class LocalizationModule {
2134
2112
  */
2135
2113
  //Node
2136
2114
  class GlobalErrorHandler {
2137
- injector;
2138
2115
  constructor(injector) {
2139
2116
  this.injector = injector;
2140
2117
  }
@@ -2144,12 +2121,12 @@ class GlobalErrorHandler {
2144
2121
  // IMPORTANT: Rethrow the error otherwise it gets swallowed
2145
2122
  throw error;
2146
2123
  }
2147
- static ɵfac = function GlobalErrorHandler_Factory(t) { return new (t || GlobalErrorHandler)(i0.ɵɵinject(i0.Injector)); };
2148
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GlobalErrorHandler, factory: GlobalErrorHandler.ɵfac });
2124
+ static { this.ɵfac = function GlobalErrorHandler_Factory(t) { return new (t || GlobalErrorHandler)(i0.ɵɵinject(i0.Injector)); }; }
2125
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GlobalErrorHandler, factory: GlobalErrorHandler.ɵfac }); }
2149
2126
  }
2150
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalErrorHandler, [{
2127
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalErrorHandler, [{
2151
2128
  type: Injectable
2152
- }], function () { return [{ type: i0.Injector }]; }, null); })();
2129
+ }], () => [{ type: i0.Injector }], null); })();
2153
2130
 
2154
2131
  /*
2155
2132
  <file>
@@ -2346,7 +2323,6 @@ class Alerts {
2346
2323
  */
2347
2324
  //Node
2348
2325
  class NotificationService {
2349
- toastrService;
2350
2326
  constructor(toastrService) {
2351
2327
  this.toastrService = toastrService;
2352
2328
  }
@@ -2391,13 +2367,13 @@ class NotificationService {
2391
2367
  progressBar: true
2392
2368
  });
2393
2369
  }
2394
- static ɵfac = function NotificationService_Factory(t) { return new (t || NotificationService)(i0.ɵɵinject(i1$4.ToastrService)); };
2395
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationService, factory: NotificationService.ɵfac, providedIn: 'root' });
2370
+ static { this.ɵfac = function NotificationService_Factory(t) { return new (t || NotificationService)(i0.ɵɵinject(i1$4.ToastrService)); }; }
2371
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationService, factory: NotificationService.ɵfac, providedIn: 'root' }); }
2396
2372
  }
2397
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationService, [{
2373
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationService, [{
2398
2374
  type: Injectable,
2399
2375
  args: [{ providedIn: 'root' }]
2400
- }], function () { return [{ type: i1$4.ToastrService }]; }, null); })();
2376
+ }], () => [{ type: i1$4.ToastrService }], null); })();
2401
2377
 
2402
2378
  /*
2403
2379
  <file>
@@ -2415,11 +2391,6 @@ class NotificationService {
2415
2391
  </file>
2416
2392
  */
2417
2393
  class Stopwatch {
2418
- name;
2419
- startTime;
2420
- stopTime;
2421
- running;
2422
- performance;
2423
2394
  constructor(name) {
2424
2395
  this.name = name;
2425
2396
  this.startTime = 0;
@@ -2471,9 +2442,6 @@ class Stopwatch {
2471
2442
  */
2472
2443
  //Node
2473
2444
  class DigitalMarketingService {
2474
- title;
2475
- meta;
2476
- dom;
2477
2445
  constructor(title, meta, dom) {
2478
2446
  this.title = title;
2479
2447
  this.meta = meta;
@@ -2509,18 +2477,18 @@ class DigitalMarketingService {
2509
2477
  link.setAttribute('rel', 'canonical');
2510
2478
  link.setAttribute('href', canUrl);
2511
2479
  }
2512
- static ɵfac = function DigitalMarketingService_Factory(t) { return new (t || DigitalMarketingService)(i0.ɵɵinject(i1$5.Title), i0.ɵɵinject(i1$5.Meta), i0.ɵɵinject(DOCUMENT)); };
2513
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DigitalMarketingService, factory: DigitalMarketingService.ɵfac, providedIn: 'root' });
2480
+ static { this.ɵfac = function DigitalMarketingService_Factory(t) { return new (t || DigitalMarketingService)(i0.ɵɵinject(i1$5.Title), i0.ɵɵinject(i1$5.Meta), i0.ɵɵinject(DOCUMENT)); }; }
2481
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DigitalMarketingService, factory: DigitalMarketingService.ɵfac, providedIn: 'root' }); }
2514
2482
  }
2515
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DigitalMarketingService, [{
2483
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DigitalMarketingService, [{
2516
2484
  type: Injectable,
2517
2485
  args: [{
2518
2486
  providedIn: 'root'
2519
2487
  }]
2520
- }], function () { return [{ type: i1$5.Title }, { type: i1$5.Meta }, { type: undefined, decorators: [{
2488
+ }], () => [{ type: i1$5.Title }, { type: i1$5.Meta }, { type: undefined, decorators: [{
2521
2489
  type: Inject,
2522
2490
  args: [DOCUMENT]
2523
- }] }]; }, null); })();
2491
+ }] }], null); })();
2524
2492
 
2525
2493
  /*
2526
2494
  <file>
@@ -2539,8 +2507,6 @@ class DigitalMarketingService {
2539
2507
  */
2540
2508
  //Node
2541
2509
  class GoogleAnalyticsService {
2542
- router;
2543
- subscription;
2544
2510
  constructor(router) {
2545
2511
  this.router = router;
2546
2512
  /*
@@ -2566,12 +2532,12 @@ class GoogleAnalyticsService {
2566
2532
  this.subscription.unsubscribe();
2567
2533
  }
2568
2534
  }
2569
- static ɵfac = function GoogleAnalyticsService_Factory(t) { return new (t || GoogleAnalyticsService)(i0.ɵɵinject(i1.Router)); };
2570
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleAnalyticsService, factory: GoogleAnalyticsService.ɵfac });
2535
+ static { this.ɵfac = function GoogleAnalyticsService_Factory(t) { return new (t || GoogleAnalyticsService)(i0.ɵɵinject(i1.Router)); }; }
2536
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleAnalyticsService, factory: GoogleAnalyticsService.ɵfac }); }
2571
2537
  }
2572
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleAnalyticsService, [{
2538
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleAnalyticsService, [{
2573
2539
  type: Injectable
2574
- }], function () { return [{ type: i1.Router }]; }, null); })();
2540
+ }], () => [{ type: i1.Router }], null); })();
2575
2541
 
2576
2542
  /*
2577
2543
  <file>
@@ -2590,14 +2556,9 @@ class GoogleAnalyticsService {
2590
2556
  */
2591
2557
  //Node
2592
2558
  class IdleService {
2593
- idle$;
2594
- timer$;
2595
- idleSubscription;
2596
- //Dates/Timeouts
2597
- startDate;
2598
- timeOutSeconds;
2599
- timeOutMilliSeconds;
2600
- expired$ = new Subject();
2559
+ constructor() {
2560
+ this.expired$ = new Subject();
2561
+ }
2601
2562
  //Private
2602
2563
  resetTimeCounters(timeOutSeconds) {
2603
2564
  this.timeOutSeconds = timeOutSeconds;
@@ -2641,10 +2602,10 @@ class IdleService {
2641
2602
  this.resetTimeCounters(timeOutSeconds);
2642
2603
  this.startTimer();
2643
2604
  }
2644
- static ɵfac = function IdleService_Factory(t) { return new (t || IdleService)(); };
2645
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: IdleService, factory: IdleService.ɵfac, providedIn: 'root' });
2605
+ static { this.ɵfac = function IdleService_Factory(t) { return new (t || IdleService)(); }; }
2606
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: IdleService, factory: IdleService.ɵfac, providedIn: 'root' }); }
2646
2607
  }
2647
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleService, [{
2608
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleService, [{
2648
2609
  type: Injectable,
2649
2610
  args: [{
2650
2611
  providedIn: 'root'
@@ -2667,8 +2628,6 @@ class IdleService {
2667
2628
  </file>
2668
2629
  */
2669
2630
  class StarterServiceBase extends ApiServiceBase {
2670
- http;
2671
- appContext;
2672
2631
  constructor(http, appContext) {
2673
2632
  super(http);
2674
2633
  this.http = http;
@@ -2964,13 +2923,10 @@ class Guid {
2964
2923
  */
2965
2924
  //Node
2966
2925
  class GridReadServiceBase extends BehaviorSubject {
2967
- http;
2968
- data = [];
2969
- baseReadUrl;
2970
- savedReadParams;
2971
2926
  constructor(http) {
2972
2927
  super([]);
2973
2928
  this.http = http;
2929
+ this.data = [];
2974
2930
  }
2975
2931
  serializeParams(data) {
2976
2932
  return data ? ('?' + $.param(data)) : '';
@@ -2999,12 +2955,12 @@ class GridReadServiceBase extends BehaviorSubject {
2999
2955
  }
3000
2956
  });
3001
2957
  }
3002
- static ɵfac = function GridReadServiceBase_Factory(t) { return new (t || GridReadServiceBase)(i0.ɵɵinject(i1$1.HttpClient)); };
3003
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GridReadServiceBase, factory: GridReadServiceBase.ɵfac });
2958
+ static { this.ɵfac = function GridReadServiceBase_Factory(t) { return new (t || GridReadServiceBase)(i0.ɵɵinject(i1$1.HttpClient)); }; }
2959
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GridReadServiceBase, factory: GridReadServiceBase.ɵfac }); }
3004
2960
  }
3005
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GridReadServiceBase, [{
2961
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GridReadServiceBase, [{
3006
2962
  type: Injectable
3007
- }], function () { return [{ type: i1$1.HttpClient }]; }, null); })();
2963
+ }], () => [{ type: i1$1.HttpClient }], null); })();
3008
2964
 
3009
2965
  /*
3010
2966
  <file>
@@ -3023,8 +2979,6 @@ class GridReadServiceBase extends BehaviorSubject {
3023
2979
  */
3024
2980
  //Node
3025
2981
  class GridEditServiceBase extends GridReadServiceBase {
3026
- http;
3027
- baseUrl;
3028
2982
  constructor(http) {
3029
2983
  super(http);
3030
2984
  this.http = http;
@@ -3076,12 +3030,12 @@ class GridEditServiceBase extends GridReadServiceBase {
3076
3030
  const url = `${this.baseUrl}/${action}${this.serializeParams(data)}`;
3077
3031
  return this.http.post(url, data).pipe(map(res => res));
3078
3032
  }
3079
- static ɵfac = function GridEditServiceBase_Factory(t) { return new (t || GridEditServiceBase)(i0.ɵɵinject(i1$1.HttpClient)); };
3080
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GridEditServiceBase, factory: GridEditServiceBase.ɵfac });
3033
+ static { this.ɵfac = function GridEditServiceBase_Factory(t) { return new (t || GridEditServiceBase)(i0.ɵɵinject(i1$1.HttpClient)); }; }
3034
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GridEditServiceBase, factory: GridEditServiceBase.ɵfac }); }
3081
3035
  }
3082
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GridEditServiceBase, [{
3036
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GridEditServiceBase, [{
3083
3037
  type: Injectable
3084
- }], function () { return [{ type: i1$1.HttpClient }]; }, null); })();
3038
+ }], () => [{ type: i1$1.HttpClient }], null); })();
3085
3039
 
3086
3040
  /*
3087
3041
  <file>
@@ -3121,7 +3075,6 @@ const Urls = {
3121
3075
  */
3122
3076
  //Node
3123
3077
  class CoreApiService extends ApiServiceBase {
3124
- http;
3125
3078
  constructor(http) {
3126
3079
  super(http);
3127
3080
  this.http = http;
@@ -3151,12 +3104,12 @@ class CoreApiService extends ApiServiceBase {
3151
3104
  }
3152
3105
  });
3153
3106
  }
3154
- static ɵfac = function CoreApiService_Factory(t) { return new (t || CoreApiService)(i0.ɵɵinject(i1$1.HttpClient)); };
3155
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CoreApiService, factory: CoreApiService.ɵfac });
3107
+ static { this.ɵfac = function CoreApiService_Factory(t) { return new (t || CoreApiService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
3108
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CoreApiService, factory: CoreApiService.ɵfac }); }
3156
3109
  }
3157
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreApiService, [{
3110
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreApiService, [{
3158
3111
  type: Injectable
3159
- }], function () { return [{ type: i1$1.HttpClient }]; }, null); })();
3112
+ }], () => [{ type: i1$1.HttpClient }], null); })();
3160
3113
 
3161
3114
  /*
3162
3115
  <file>
@@ -3175,7 +3128,6 @@ class CoreApiService extends ApiServiceBase {
3175
3128
  */
3176
3129
  //Node
3177
3130
  class EmailsApiService extends ApiServiceBase {
3178
- http;
3179
3131
  constructor(http) {
3180
3132
  super(http);
3181
3133
  this.http = http;
@@ -3193,12 +3145,12 @@ class EmailsApiService extends ApiServiceBase {
3193
3145
  }
3194
3146
  });
3195
3147
  }
3196
- static ɵfac = function EmailsApiService_Factory(t) { return new (t || EmailsApiService)(i0.ɵɵinject(i1$1.HttpClient)); };
3197
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EmailsApiService, factory: EmailsApiService.ɵfac });
3148
+ static { this.ɵfac = function EmailsApiService_Factory(t) { return new (t || EmailsApiService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
3149
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EmailsApiService, factory: EmailsApiService.ɵfac }); }
3198
3150
  }
3199
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmailsApiService, [{
3151
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmailsApiService, [{
3200
3152
  type: Injectable
3201
- }], function () { return [{ type: i1$1.HttpClient }]; }, null); })();
3153
+ }], () => [{ type: i1$1.HttpClient }], null); })();
3202
3154
 
3203
3155
  /*
3204
3156
  <file>
@@ -3234,18 +3186,16 @@ class EmailsApiService extends ApiServiceBase {
3234
3186
  */
3235
3187
  //Node
3236
3188
  class ComponentBase {
3237
- isDevMode = false;
3238
- subs = new Subs();
3239
- //Component Data => usually loading from API
3240
- dataLoading = true;
3241
- dataLoaded = false;
3242
- dataFound = false;
3243
- //Inputs
3244
- classes;
3245
- title = '';
3246
- isTitleVisible = true;
3247
- isRequired = false;
3248
3189
  constructor() {
3190
+ this.isDevMode = false;
3191
+ this.subs = new Subs();
3192
+ //Component Data => usually loading from API
3193
+ this.dataLoading = true;
3194
+ this.dataLoaded = false;
3195
+ this.dataFound = false;
3196
+ this.title = '';
3197
+ this.isTitleVisible = true;
3198
+ this.isRequired = false;
3249
3199
  this.isDevMode = isDevMode();
3250
3200
  }
3251
3201
  ngOnInit() {
@@ -3275,15 +3225,15 @@ class ComponentBase {
3275
3225
  this.dataLoaded = true;
3276
3226
  this.dataFound = found;
3277
3227
  }
3278
- static ɵfac = function ComponentBase_Factory(t) { return new (t || ComponentBase)(); };
3279
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentBase, selectors: [["ng-component"]], inputs: { classes: "classes", title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired" }, decls: 0, vars: 0, template: function ComponentBase_Template(rf, ctx) { }, encapsulation: 2 });
3228
+ static { this.ɵfac = function ComponentBase_Factory(t) { return new (t || ComponentBase)(); }; }
3229
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ComponentBase, selectors: [["ng-component"]], inputs: { classes: "classes", title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired" }, decls: 0, vars: 0, template: function ComponentBase_Template(rf, ctx) { }, encapsulation: 2 }); }
3280
3230
  }
3281
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentBase, [{
3231
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentBase, [{
3282
3232
  type: Component,
3283
3233
  args: [{
3284
3234
  template: ''
3285
3235
  }]
3286
- }], function () { return []; }, { classes: [{
3236
+ }], () => [], { classes: [{
3287
3237
  type: Input
3288
3238
  }], title: [{
3289
3239
  type: Input
@@ -3292,6 +3242,7 @@ class ComponentBase {
3292
3242
  }], isRequired: [{
3293
3243
  type: Input
3294
3244
  }] }); })();
3245
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentBase, { className: "ComponentBase", filePath: "lib\\ui\\components\\base\\components\\component.ts", lineNumber: 26 }); })();
3295
3246
 
3296
3247
  /*
3297
3248
  <file>
@@ -3310,15 +3261,13 @@ class ComponentBase {
3310
3261
  */
3311
3262
  //Node
3312
3263
  class EditComponentBase extends ComponentBase {
3313
- //Modes
3314
- isAddMode = false;
3315
- isEditMode = false;
3316
- //Forms support
3317
- formGroup;
3318
- formSubmitted = false;
3319
- controlName = null;
3320
3264
  constructor() {
3321
3265
  super();
3266
+ //Modes
3267
+ this.isAddMode = false;
3268
+ this.isEditMode = false;
3269
+ this.formSubmitted = false;
3270
+ this.controlName = null;
3322
3271
  this.isEditMode = Utils.idExistsInQS();
3323
3272
  this.isAddMode = !this.isEditMode;
3324
3273
  }
@@ -3415,21 +3364,22 @@ class EditComponentBase extends ComponentBase {
3415
3364
  get isNgModelBased() {
3416
3365
  return this.controlName == null;
3417
3366
  }
3418
- static ɵfac = function EditComponentBase_Factory(t) { return new (t || EditComponentBase)(); };
3419
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditComponentBase, selectors: [["ng-component"]], inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted", controlName: "controlName" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function EditComponentBase_Template(rf, ctx) { }, encapsulation: 2 });
3367
+ static { this.ɵfac = function EditComponentBase_Factory(t) { return new (t || EditComponentBase)(); }; }
3368
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditComponentBase, selectors: [["ng-component"]], inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted", controlName: "controlName" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function EditComponentBase_Template(rf, ctx) { }, encapsulation: 2 }); }
3420
3369
  }
3421
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EditComponentBase, [{
3370
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EditComponentBase, [{
3422
3371
  type: Component,
3423
3372
  args: [{
3424
3373
  template: ''
3425
3374
  }]
3426
- }], function () { return []; }, { formGroup: [{
3375
+ }], () => [], { formGroup: [{
3427
3376
  type: Input
3428
3377
  }], formSubmitted: [{
3429
3378
  type: Input
3430
3379
  }], controlName: [{
3431
3380
  type: Input
3432
3381
  }] }); })();
3382
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditComponentBase, { className: "EditComponentBase", filePath: "lib\\ui\\components\\base\\components\\edit.component.ts", lineNumber: 28 }); })();
3433
3383
 
3434
3384
  /*
3435
3385
  <file>
@@ -3448,12 +3398,13 @@ class EditComponentBase extends ComponentBase {
3448
3398
  */
3449
3399
  //Node
3450
3400
  class EnumEditComponentBase extends EditComponentBase {
3451
- enumeration;
3452
- items = [];
3453
- sv;
3454
- defaultValue = -1;
3455
- //Outputs
3456
- valueChange = new EventEmitter();
3401
+ constructor() {
3402
+ super(...arguments);
3403
+ this.items = [];
3404
+ this.defaultValue = -1;
3405
+ //Outputs
3406
+ this.valueChange = new EventEmitter();
3407
+ }
3457
3408
  ngOnInit() {
3458
3409
  this.renderItems();
3459
3410
  if (!this.selectedValue) {
@@ -3496,10 +3447,10 @@ class EnumEditComponentBase extends EditComponentBase {
3496
3447
  this.sv = value;
3497
3448
  }
3498
3449
  }
3499
- static ɵfac = /*@__PURE__*/ function () { let ɵEnumEditComponentBase_BaseFactory; return function EnumEditComponentBase_Factory(t) { return (ɵEnumEditComponentBase_BaseFactory || (ɵEnumEditComponentBase_BaseFactory = i0.ɵɵgetInheritedFactory(EnumEditComponentBase)))(t || EnumEditComponentBase); }; }();
3500
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EnumEditComponentBase, selectors: [["ng-component"]], inputs: { defaultValue: "defaultValue" }, outputs: { valueChange: "valueChange" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function EnumEditComponentBase_Template(rf, ctx) { }, encapsulation: 2 });
3450
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEnumEditComponentBase_BaseFactory; return function EnumEditComponentBase_Factory(t) { return (ɵEnumEditComponentBase_BaseFactory || (ɵEnumEditComponentBase_BaseFactory = i0.ɵɵgetInheritedFactory(EnumEditComponentBase)))(t || EnumEditComponentBase); }; })(); }
3451
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EnumEditComponentBase, selectors: [["ng-component"]], inputs: { defaultValue: "defaultValue" }, outputs: { valueChange: "valueChange" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function EnumEditComponentBase_Template(rf, ctx) { }, encapsulation: 2 }); }
3501
3452
  }
3502
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EnumEditComponentBase, [{
3453
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EnumEditComponentBase, [{
3503
3454
  type: Component,
3504
3455
  args: [{
3505
3456
  template: ''
@@ -3509,6 +3460,7 @@ class EnumEditComponentBase extends EditComponentBase {
3509
3460
  }], valueChange: [{
3510
3461
  type: Output
3511
3462
  }] }); })();
3463
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnumEditComponentBase, { className: "EnumEditComponentBase", filePath: "lib\\ui\\components\\base\\components\\enum-edit.component.ts", lineNumber: 27 }); })();
3512
3464
 
3513
3465
  /*
3514
3466
  <file>
@@ -3527,15 +3479,16 @@ class EnumEditComponentBase extends EditComponentBase {
3527
3479
  */
3528
3480
  //Node
3529
3481
  class PageBase extends ComponentBase {
3530
- static ɵfac = /*@__PURE__*/ function () { let ɵPageBase_BaseFactory; return function PageBase_Factory(t) { return (ɵPageBase_BaseFactory || (ɵPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PageBase)))(t || PageBase); }; }();
3531
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageBase, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function PageBase_Template(rf, ctx) { }, encapsulation: 2 });
3482
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPageBase_BaseFactory; return function PageBase_Factory(t) { return (ɵPageBase_BaseFactory || (ɵPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PageBase)))(t || PageBase); }; })(); }
3483
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageBase, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function PageBase_Template(rf, ctx) { }, encapsulation: 2 }); }
3532
3484
  }
3533
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageBase, [{
3485
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageBase, [{
3534
3486
  type: Component,
3535
3487
  args: [{
3536
3488
  template: ''
3537
3489
  }]
3538
3490
  }], null, null); })();
3491
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageBase, { className: "PageBase", filePath: "lib\\ui\\components\\base\\pages\\page.ts", lineNumber: 26 }); })();
3539
3492
 
3540
3493
  /*
3541
3494
  <file>
@@ -3554,15 +3507,16 @@ class PageBase extends ComponentBase {
3554
3507
  */
3555
3508
  //Node
3556
3509
  class EditPageBase extends EditComponentBase {
3557
- static ɵfac = /*@__PURE__*/ function () { let ɵEditPageBase_BaseFactory; return function EditPageBase_Factory(t) { return (ɵEditPageBase_BaseFactory || (ɵEditPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(EditPageBase)))(t || EditPageBase); }; }();
3558
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditPageBase, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function EditPageBase_Template(rf, ctx) { }, encapsulation: 2 });
3510
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEditPageBase_BaseFactory; return function EditPageBase_Factory(t) { return (ɵEditPageBase_BaseFactory || (ɵEditPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(EditPageBase)))(t || EditPageBase); }; })(); }
3511
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditPageBase, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function EditPageBase_Template(rf, ctx) { }, encapsulation: 2 }); }
3559
3512
  }
3560
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EditPageBase, [{
3513
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EditPageBase, [{
3561
3514
  type: Component,
3562
3515
  args: [{
3563
3516
  template: ''
3564
3517
  }]
3565
3518
  }], null, null); })();
3519
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditPageBase, { className: "EditPageBase", filePath: "lib\\ui\\components\\base\\pages\\edit.page.ts", lineNumber: 26 }); })();
3566
3520
 
3567
3521
  /*
3568
3522
  <file>
@@ -3581,13 +3535,14 @@ class EditPageBase extends EditComponentBase {
3581
3535
  */
3582
3536
  //Node
3583
3537
  class PagedPageBase extends PageBase {
3584
- currentFilter = null;
3585
- //Items & Pagination
3586
- items;
3587
- totalItems = 0;
3588
- pageSize = 10;
3589
- skipItems = 0;
3590
- currentPage = 1;
3538
+ constructor() {
3539
+ super(...arguments);
3540
+ this.currentFilter = null;
3541
+ this.totalItems = 0;
3542
+ this.pageSize = 10;
3543
+ this.skipItems = 0;
3544
+ this.currentPage = 1;
3545
+ }
3591
3546
  loadPageOne() {
3592
3547
  this.skipItems = 0;
3593
3548
  this.currentPage = 1;
@@ -3616,15 +3571,16 @@ class PagedPageBase extends PageBase {
3616
3571
  this.currentPage = (this.skipItems / this.pageSize) + 1;
3617
3572
  this.loadPage();
3618
3573
  }
3619
- static ɵfac = /*@__PURE__*/ function () { let ɵPagedPageBase_BaseFactory; return function PagedPageBase_Factory(t) { return (ɵPagedPageBase_BaseFactory || (ɵPagedPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PagedPageBase)))(t || PagedPageBase); }; }();
3620
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PagedPageBase, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function PagedPageBase_Template(rf, ctx) { }, encapsulation: 2 });
3574
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPagedPageBase_BaseFactory; return function PagedPageBase_Factory(t) { return (ɵPagedPageBase_BaseFactory || (ɵPagedPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PagedPageBase)))(t || PagedPageBase); }; })(); }
3575
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PagedPageBase, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function PagedPageBase_Template(rf, ctx) { }, encapsulation: 2 }); }
3621
3576
  }
3622
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PagedPageBase, [{
3577
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PagedPageBase, [{
3623
3578
  type: Component,
3624
3579
  args: [{
3625
3580
  template: ''
3626
3581
  }]
3627
3582
  }], null, null); })();
3583
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PagedPageBase, { className: "PagedPageBase", filePath: "lib\\ui\\components\\base\\pages\\paged.page.ts", lineNumber: 26 }); })();
3628
3584
 
3629
3585
  /*
3630
3586
  <file>
@@ -3643,7 +3599,6 @@ class PagedPageBase extends PageBase {
3643
3599
  */
3644
3600
  //Node
3645
3601
  class DialogBase extends EditComponentBase {
3646
- _isOpen = false;
3647
3602
  get isOpen() {
3648
3603
  return this._isOpen;
3649
3604
  }
@@ -3656,11 +3611,12 @@ class DialogBase extends EditComponentBase {
3656
3611
  }
3657
3612
  this._isOpen = value;
3658
3613
  }
3659
- //Events
3660
- opened = new EventEmitter();
3661
- closed = new EventEmitter();
3662
3614
  constructor() {
3663
3615
  super();
3616
+ this._isOpen = false;
3617
+ //Events
3618
+ this.opened = new EventEmitter();
3619
+ this.closed = new EventEmitter();
3664
3620
  }
3665
3621
  open() {
3666
3622
  this.isOpen = true;
@@ -3673,21 +3629,22 @@ class DialogBase extends EditComponentBase {
3673
3629
  this.isOpen = false;
3674
3630
  this.closed.emit(-1);
3675
3631
  }
3676
- static ɵfac = function DialogBase_Factory(t) { return new (t || DialogBase)(); };
3677
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DialogBase, selectors: [["ng-component"]], inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function DialogBase_Template(rf, ctx) { }, encapsulation: 2 });
3632
+ static { this.ɵfac = function DialogBase_Factory(t) { return new (t || DialogBase)(); }; }
3633
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DialogBase, selectors: [["ng-component"]], inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function DialogBase_Template(rf, ctx) { }, encapsulation: 2 }); }
3678
3634
  }
3679
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DialogBase, [{
3635
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DialogBase, [{
3680
3636
  type: Component,
3681
3637
  args: [{
3682
3638
  template: ''
3683
3639
  }]
3684
- }], function () { return []; }, { isOpen: [{
3640
+ }], () => [], { isOpen: [{
3685
3641
  type: Input
3686
3642
  }], opened: [{
3687
3643
  type: Output
3688
3644
  }], closed: [{
3689
3645
  type: Output
3690
3646
  }] }); })();
3647
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogBase, { className: "DialogBase", filePath: "lib\\ui\\components\\base\\dialog.ts", lineNumber: 26 }); })();
3691
3648
 
3692
3649
  /*
3693
3650
  <file>
@@ -3706,13 +3663,14 @@ class DialogBase extends EditComponentBase {
3706
3663
  */
3707
3664
  //Node
3708
3665
  class ListBase extends ComponentBase {
3709
- currentFilter = null;
3710
- //Items & Pagination
3711
- items;
3712
- totalItems = 0;
3713
- skipItems = 0;
3714
- currentPage = 1;
3715
- pageSize = 10;
3666
+ constructor() {
3667
+ super(...arguments);
3668
+ this.currentFilter = null;
3669
+ this.totalItems = 0;
3670
+ this.skipItems = 0;
3671
+ this.currentPage = 1;
3672
+ this.pageSize = 10;
3673
+ }
3716
3674
  loadPageOne() {
3717
3675
  this.skipItems = 0;
3718
3676
  this.currentPage = 1;
@@ -3741,10 +3699,10 @@ class ListBase extends ComponentBase {
3741
3699
  this.currentPage = (this.skipItems / this.pageSize) + 1;
3742
3700
  this.loadPage();
3743
3701
  }
3744
- static ɵfac = /*@__PURE__*/ function () { let ɵListBase_BaseFactory; return function ListBase_Factory(t) { return (ɵListBase_BaseFactory || (ɵListBase_BaseFactory = i0.ɵɵgetInheritedFactory(ListBase)))(t || ListBase); }; }();
3745
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ListBase, selectors: [["ng-component"]], inputs: { pageSize: "pageSize" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ListBase_Template(rf, ctx) { }, encapsulation: 2 });
3702
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵListBase_BaseFactory; return function ListBase_Factory(t) { return (ɵListBase_BaseFactory || (ɵListBase_BaseFactory = i0.ɵɵgetInheritedFactory(ListBase)))(t || ListBase); }; })(); }
3703
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ListBase, selectors: [["ng-component"]], inputs: { pageSize: "pageSize" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ListBase_Template(rf, ctx) { }, encapsulation: 2 }); }
3746
3704
  }
3747
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ListBase, [{
3705
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ListBase, [{
3748
3706
  type: Component,
3749
3707
  args: [{
3750
3708
  template: ''
@@ -3752,6 +3710,7 @@ class ListBase extends ComponentBase {
3752
3710
  }], null, { pageSize: [{
3753
3711
  type: Input
3754
3712
  }] }); })();
3713
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ListBase, { className: "ListBase", filePath: "lib\\ui\\components\\base\\list.ts", lineNumber: 26 }); })();
3755
3714
 
3756
3715
  /*
3757
3716
  <file>
@@ -3778,11 +3737,11 @@ function SignUpButtonComponent_a_0_Template(rf, ctx) { if (rf & 1) {
3778
3737
  i0.ɵɵelementEnd();
3779
3738
  } if (rf & 2) {
3780
3739
  const ctx_r0 = i0.ɵɵnextContext();
3781
- const _r2 = i0.ɵɵreference(3);
3740
+ const _r3 = i0.ɵɵreference(3);
3782
3741
  i0.ɵɵclassMap(ctx_r0.classes);
3783
3742
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
3784
- i0.ɵɵadvance(1);
3785
- i0.ɵɵproperty("ngTemplateOutlet", _r2);
3743
+ i0.ɵɵadvance();
3744
+ i0.ɵɵproperty("ngTemplateOutlet", _r3);
3786
3745
  } }
3787
3746
  function SignUpButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
3788
3747
  i0.ɵɵelementContainer(0);
@@ -3793,11 +3752,11 @@ function SignUpButtonComponent_a_1_Template(rf, ctx) { if (rf & 1) {
3793
3752
  i0.ɵɵelementEnd();
3794
3753
  } if (rf & 2) {
3795
3754
  const ctx_r1 = i0.ɵɵnextContext();
3796
- const _r2 = i0.ɵɵreference(3);
3755
+ const _r3 = i0.ɵɵreference(3);
3797
3756
  i0.ɵɵclassMap(ctx_r1.classes);
3798
3757
  i0.ɵɵproperty("routerLink", ctx_r1.url);
3799
- i0.ɵɵadvance(1);
3800
- i0.ɵɵproperty("ngTemplateOutlet", _r2);
3758
+ i0.ɵɵadvance();
3759
+ i0.ɵɵproperty("ngTemplateOutlet", _r3);
3801
3760
  } }
3802
3761
  function SignUpButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
3803
3762
  i0.ɵɵelementStart(0, "span");
@@ -3816,11 +3775,9 @@ function SignUpButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
3816
3775
  } }
3817
3776
  const _c0$e = ["*"];
3818
3777
  class SignUpButtonComponent extends ComponentBase {
3819
- url;
3820
- external = false;
3821
- qs;
3822
3778
  constructor() {
3823
3779
  super();
3780
+ this.external = false;
3824
3781
  }
3825
3782
  ngOnInit() {
3826
3783
  let url = MSALConfig.ui.signup;
@@ -3834,24 +3791,23 @@ class SignUpButtonComponent extends ComponentBase {
3834
3791
  }
3835
3792
  }
3836
3793
  }
3837
- static ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); };
3838
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$e, decls: 4, vars: 2, consts: [[3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], ["contentTemplate", ""], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], ["ref", ""], [4, "ngIf"]], template: function SignUpButtonComponent_Template(rf, ctx) { if (rf & 1) {
3794
+ static { this.ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); }; }
3795
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$e, decls: 4, vars: 2, consts: [[3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], ["contentTemplate", ""], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], ["ref", ""], [4, "ngIf"]], template: function SignUpButtonComponent_Template(rf, ctx) { if (rf & 1) {
3839
3796
  i0.ɵɵprojectionDef();
3840
- i0.ɵɵtemplate(0, SignUpButtonComponent_a_0_Template, 2, 5, "a", 0);
3841
- i0.ɵɵtemplate(1, SignUpButtonComponent_a_1_Template, 2, 5, "a", 1);
3842
- i0.ɵɵtemplate(2, SignUpButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
3797
+ i0.ɵɵtemplate(0, SignUpButtonComponent_a_0_Template, 2, 5, "a", 0)(1, SignUpButtonComponent_a_1_Template, 2, 5, "a", 1)(2, SignUpButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
3843
3798
  } if (rf & 2) {
3844
3799
  i0.ɵɵproperty("ngIf", ctx.external);
3845
- i0.ɵɵadvance(1);
3800
+ i0.ɵɵadvance();
3846
3801
  i0.ɵɵproperty("ngIf", !ctx.external);
3847
- } }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i1.RouterLink], encapsulation: 2 });
3802
+ } }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i1.RouterLink], encapsulation: 2 }); }
3848
3803
  }
3849
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
3804
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
3850
3805
  type: Component,
3851
3806
  args: [{ selector: "anatoly-signup-button", template: "<a [href]=\"url\" class=\"{{ classes }}\" *ngIf=\"external\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<a [routerLink]=\"url\" class=\"{{ classes }}\" *ngIf=\"!external\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n <span *ngIf=\"!ref.innerHTML.trim()\">Sign Up</span>\r\n</ng-template>\r\n" }]
3852
- }], function () { return []; }, { qs: [{
3807
+ }], () => [], { qs: [{
3853
3808
  type: Input
3854
3809
  }] }); })();
3810
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpButtonComponent, { className: "SignUpButtonComponent", filePath: "lib\\ui\\components\\identity\\signup-button.component.ts", lineNumber: 28 }); })();
3855
3811
 
3856
3812
  /*
3857
3813
  <file>
@@ -3888,40 +3844,35 @@ function BuyAccessButtonComponent_div_0_div_2_button_2_Template(rf, ctx) { if (r
3888
3844
  } }
3889
3845
  function BuyAccessButtonComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
3890
3846
  i0.ɵɵelementStart(0, "div");
3891
- i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
3892
- i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
3847
+ i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2)(2, BuyAccessButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
3893
3848
  i0.ɵɵelementEnd();
3894
3849
  } if (rf & 2) {
3895
3850
  const ctx_r2 = i0.ɵɵnextContext(2);
3896
- i0.ɵɵadvance(1);
3851
+ i0.ɵɵadvance();
3897
3852
  i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
3898
- i0.ɵɵadvance(1);
3853
+ i0.ɵɵadvance();
3899
3854
  i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.currentPlan == 1);
3900
3855
  } }
3901
3856
  function BuyAccessButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
3902
3857
  i0.ɵɵelementStart(0, "div");
3903
- i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
3904
- i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_Template, 3, 2, "div", 0);
3858
+ i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_1_Template, 2, 0, "div", 0)(2, BuyAccessButtonComponent_div_0_div_2_Template, 3, 2, "div", 0);
3905
3859
  i0.ɵɵelementEnd();
3906
3860
  } if (rf & 2) {
3907
3861
  const ctx_r0 = i0.ɵɵnextContext();
3908
- i0.ɵɵadvance(1);
3862
+ i0.ɵɵadvance();
3909
3863
  i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
3910
- i0.ɵɵadvance(1);
3864
+ i0.ɵɵadvance();
3911
3865
  i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
3912
3866
  } }
3913
3867
  class BuyAccessButtonComponent {
3914
- appContext;
3915
- contextUpdated = false;
3916
- isUserSignedIn = false;
3917
- currentPlan = -1;
3918
- currentPlanTitle = '';
3919
- plan;
3920
- planTitle;
3921
- visibleIfUserSignedIn = false;
3922
- planselect = new EventEmitter();
3923
3868
  constructor(appContext) {
3924
3869
  this.appContext = appContext;
3870
+ this.contextUpdated = false;
3871
+ this.isUserSignedIn = false;
3872
+ this.currentPlan = -1;
3873
+ this.currentPlanTitle = '';
3874
+ this.visibleIfUserSignedIn = false;
3875
+ this.planselect = new EventEmitter();
3925
3876
  }
3926
3877
  ngOnInit() {
3927
3878
  this.appContext.updated$.subscribe((context) => {
@@ -3940,17 +3891,17 @@ class BuyAccessButtonComponent {
3940
3891
  onPlanSelect() {
3941
3892
  this.planselect.emit(this.plan);
3942
3893
  }
3943
- static ɵfac = function BuyAccessButtonComponent_Factory(t) { return new (t || BuyAccessButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
3944
- 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"], ["classes", "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) {
3894
+ static { this.ɵfac = function BuyAccessButtonComponent_Factory(t) { return new (t || BuyAccessButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); }; }
3895
+ static { this.ɵ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"], ["classes", "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) {
3945
3896
  i0.ɵɵtemplate(0, BuyAccessButtonComponent_div_0_Template, 3, 2, "div", 0);
3946
3897
  } if (rf & 2) {
3947
3898
  i0.ɵɵproperty("ngIf", ctx.contextUpdated);
3948
- } }, dependencies: [i1$2.NgIf, SignUpButtonComponent], encapsulation: 2 });
3899
+ } }, dependencies: [i1$2.NgIf, SignUpButtonComponent], encapsulation: 2 }); }
3949
3900
  }
3950
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BuyAccessButtonComponent, [{
3901
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BuyAccessButtonComponent, [{
3951
3902
  type: Component,
3952
3903
  args: [{ selector: 'anatoly-buyaccess-button', template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classes=\"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" }]
3953
- }], function () { return [{ type: AppContextService }]; }, { plan: [{
3904
+ }], () => [{ type: AppContextService }], { plan: [{
3954
3905
  type: Input
3955
3906
  }], planTitle: [{
3956
3907
  type: Input
@@ -3959,6 +3910,7 @@ class BuyAccessButtonComponent {
3959
3910
  }], planselect: [{
3960
3911
  type: Output
3961
3912
  }] }); })();
3913
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BuyAccessButtonComponent, { className: "BuyAccessButtonComponent", filePath: "lib\\ui\\components\\billing\\buyaccess-button.component.ts", lineNumber: 27 }); })();
3962
3914
 
3963
3915
  /*
3964
3916
  <file>
@@ -4000,45 +3952,39 @@ function SubscribePlanButtonComponent_div_0_div_2_button_3_Template(rf, ctx) { i
4000
3952
  } }
4001
3953
  function SubscribePlanButtonComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
4002
3954
  i0.ɵɵelementStart(0, "div");
4003
- i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
4004
- i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
4005
- i0.ɵɵtemplate(3, SubscribePlanButtonComponent_div_0_div_2_button_3_Template, 2, 0, "button", 4);
3955
+ i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2)(2, SubscribePlanButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3)(3, SubscribePlanButtonComponent_div_0_div_2_button_3_Template, 2, 0, "button", 4);
4006
3956
  i0.ɵɵelementEnd();
4007
3957
  } if (rf & 2) {
4008
3958
  const ctx_r2 = i0.ɵɵnextContext(2);
4009
- i0.ɵɵadvance(1);
3959
+ i0.ɵɵadvance();
4010
3960
  i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
4011
- i0.ɵɵadvance(1);
3961
+ i0.ɵɵadvance();
4012
3962
  i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.requestedPlan);
4013
- i0.ɵɵadvance(1);
3963
+ i0.ɵɵadvance();
4014
3964
  i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.plan != ctx_r2.requestedPlan);
4015
3965
  } }
4016
3966
  function SubscribePlanButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
4017
3967
  i0.ɵɵelementStart(0, "div");
4018
- i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
4019
- i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_Template, 4, 3, "div", 0);
3968
+ i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_1_Template, 2, 0, "div", 0)(2, SubscribePlanButtonComponent_div_0_div_2_Template, 4, 3, "div", 0);
4020
3969
  i0.ɵɵelementEnd();
4021
3970
  } if (rf & 2) {
4022
3971
  const ctx_r0 = i0.ɵɵnextContext();
4023
- i0.ɵɵadvance(1);
3972
+ i0.ɵɵadvance();
4024
3973
  i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
4025
- i0.ɵɵadvance(1);
3974
+ i0.ɵɵadvance();
4026
3975
  i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
4027
3976
  } }
4028
3977
  class SubscribePlanButtonComponent {
4029
- appContext;
4030
- contextUpdated = false;
4031
- isUserSignedIn = false;
4032
- currentPlan = -1;
4033
- currentPlanTitle = "";
4034
- requestedPlan = -1;
4035
- requestedPlanTitle = "";
4036
- plan;
4037
- planTitle;
4038
- visibleIfUserSignedIn = false;
4039
- planselect = new EventEmitter();
4040
3978
  constructor(appContext) {
4041
3979
  this.appContext = appContext;
3980
+ this.contextUpdated = false;
3981
+ this.isUserSignedIn = false;
3982
+ this.currentPlan = -1;
3983
+ this.currentPlanTitle = "";
3984
+ this.requestedPlan = -1;
3985
+ this.requestedPlanTitle = "";
3986
+ this.visibleIfUserSignedIn = false;
3987
+ this.planselect = new EventEmitter();
4042
3988
  }
4043
3989
  ngOnInit() {
4044
3990
  this.appContext.updated$.subscribe((context) => {
@@ -4059,17 +4005,17 @@ class SubscribePlanButtonComponent {
4059
4005
  onPlanSelect() {
4060
4006
  this.planselect.emit(this.plan);
4061
4007
  }
4062
- static ɵfac = function SubscribePlanButtonComponent_Factory(t) { return new (t || SubscribePlanButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
4063
- 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"], ["classes", "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) {
4008
+ static { this.ɵfac = function SubscribePlanButtonComponent_Factory(t) { return new (t || SubscribePlanButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); }; }
4009
+ static { this.ɵ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"], ["classes", "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) {
4064
4010
  i0.ɵɵtemplate(0, SubscribePlanButtonComponent_div_0_Template, 3, 2, "div", 0);
4065
4011
  } if (rf & 2) {
4066
4012
  i0.ɵɵproperty("ngIf", ctx.contextUpdated);
4067
- } }, dependencies: [i1$2.NgIf, SignUpButtonComponent], encapsulation: 2 });
4013
+ } }, dependencies: [i1$2.NgIf, SignUpButtonComponent], encapsulation: 2 }); }
4068
4014
  }
4069
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscribePlanButtonComponent, [{
4015
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscribePlanButtonComponent, [{
4070
4016
  type: Component,
4071
4017
  args: [{ selector: "anatoly-subscribe-plan-button", template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classes=\"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" }]
4072
- }], function () { return [{ type: AppContextService }]; }, { plan: [{
4018
+ }], () => [{ type: AppContextService }], { plan: [{
4073
4019
  type: Input
4074
4020
  }], planTitle: [{
4075
4021
  type: Input
@@ -4078,6 +4024,7 @@ class SubscribePlanButtonComponent {
4078
4024
  }], planselect: [{
4079
4025
  type: Output
4080
4026
  }] }); })();
4027
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SubscribePlanButtonComponent, { className: "SubscribePlanButtonComponent", filePath: "lib\\ui\\components\\billing\\subscribe-plan-button.component.ts", lineNumber: 27 }); })();
4081
4028
 
4082
4029
  /*
4083
4030
  <file>
@@ -4097,23 +4044,26 @@ class SubscribePlanButtonComponent {
4097
4044
  //Node
4098
4045
  const _c0$d = ["*"];
4099
4046
  class CheckIconComponent {
4100
- //Inputs
4101
- checked = true;
4102
- static ɵfac = function CheckIconComponent_Factory(t) { return new (t || CheckIconComponent)(); };
4103
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, ngContentSelectors: _c0$d, decls: 2, vars: 2, consts: [[3, "icon", "ngClass"]], template: function CheckIconComponent_Template(rf, ctx) { if (rf & 1) {
4047
+ constructor() {
4048
+ //Inputs
4049
+ this.checked = true;
4050
+ }
4051
+ static { this.ɵfac = function CheckIconComponent_Factory(t) { return new (t || CheckIconComponent)(); }; }
4052
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, ngContentSelectors: _c0$d, decls: 2, vars: 2, consts: [[3, "icon", "ngClass"]], template: function CheckIconComponent_Template(rf, ctx) { if (rf & 1) {
4104
4053
  i0.ɵɵprojectionDef();
4105
4054
  i0.ɵɵelement(0, "fa-icon", 0);
4106
4055
  i0.ɵɵprojection(1);
4107
4056
  } if (rf & 2) {
4108
4057
  i0.ɵɵproperty("icon", ctx.checked ? "check-circle" : "circle-xmark")("ngClass", ctx.checked ? "text-success" : "text-danger");
4109
- } }, dependencies: [i1$2.NgClass, i1$6.FaIconComponent], encapsulation: 2 });
4058
+ } }, dependencies: [i1$2.NgClass, i1$6.FaIconComponent], encapsulation: 2 }); }
4110
4059
  }
4111
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
4060
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
4112
4061
  type: Component,
4113
4062
  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" }]
4114
4063
  }], null, { checked: [{
4115
4064
  type: Input
4116
4065
  }] }); })();
4066
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckIconComponent, { className: "CheckIconComponent", filePath: "lib\\ui\\components\\check-icon\\check-icon.component.ts", lineNumber: 24 }); })();
4117
4067
 
4118
4068
  /*
4119
4069
  <file>
@@ -4132,18 +4082,20 @@ class CheckIconComponent {
4132
4082
  */
4133
4083
  //Node
4134
4084
  class DataPagerComponent extends ComponentBase {
4135
- //Private
4136
- _defaultPageSizes = [5, 10, 20, 30];
4137
- _width;
4138
- //Public
4139
- pageSizes = [];
4140
- style;
4141
- //Inputs
4142
- totalItems = 0;
4143
- pageSize = 0;
4144
- skipItems = 0;
4145
- pageSizeDivisor;
4146
- pageSizeMax = 30;
4085
+ constructor() {
4086
+ super(...arguments);
4087
+ //Private
4088
+ this._defaultPageSizes = [5, 10, 20, 30];
4089
+ //Public
4090
+ this.pageSizes = [];
4091
+ //Inputs
4092
+ this.totalItems = 0;
4093
+ this.pageSize = 0;
4094
+ this.skipItems = 0;
4095
+ this.pageSizeMax = 30;
4096
+ //Outputs
4097
+ this.pageChange = new EventEmitter();
4098
+ }
4147
4099
  get width() {
4148
4100
  return this._width;
4149
4101
  }
@@ -4153,8 +4105,6 @@ class DataPagerComponent extends ComponentBase {
4153
4105
  this.style = "width: " + value;
4154
4106
  }
4155
4107
  }
4156
- //Outputs
4157
- pageChange = new EventEmitter();
4158
4108
  ngOnInit() {
4159
4109
  this.pageSizes = [];
4160
4110
  if (this.pageSizeDivisor) {
@@ -4173,19 +4123,19 @@ class DataPagerComponent extends ComponentBase {
4173
4123
  onPageChange(e) {
4174
4124
  this.pageChange.emit(e);
4175
4125
  }
4176
- static ɵfac = /*@__PURE__*/ function () { let ɵDataPagerComponent_BaseFactory; return function DataPagerComponent_Factory(t) { return (ɵDataPagerComponent_BaseFactory || (ɵDataPagerComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DataPagerComponent)))(t || DataPagerComponent); }; }();
4177
- 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" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 9, consts: [[3, "total", "pageSize", "pageSizeValues", "skip", "pageChange"]], template: function DataPagerComponent_Template(rf, ctx) { if (rf & 1) {
4126
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵDataPagerComponent_BaseFactory; return function DataPagerComponent_Factory(t) { return (ɵDataPagerComponent_BaseFactory || (ɵDataPagerComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DataPagerComponent)))(t || DataPagerComponent); }; })(); }
4127
+ static { this.ɵ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" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 9, consts: [[3, "total", "pageSize", "pageSizeValues", "skip", "pageChange"]], template: function DataPagerComponent_Template(rf, ctx) { if (rf & 1) {
4178
4128
  i0.ɵɵelementStart(0, "div")(1, "kendo-datapager", 0);
4179
4129
  i0.ɵɵlistener("pageChange", function DataPagerComponent_Template_kendo_datapager_pageChange_1_listener($event) { return ctx.onPageChange($event); });
4180
4130
  i0.ɵɵelementEnd()();
4181
4131
  } if (rf & 2) {
4182
4132
  i0.ɵɵclassMap(ctx.classes);
4183
- i0.ɵɵadvance(1);
4133
+ i0.ɵɵadvance();
4184
4134
  i0.ɵɵstyleMap(ctx.style);
4185
4135
  i0.ɵɵproperty("total", ctx.totalItems)("pageSize", ctx.pageSize)("pageSizeValues", ctx.pageSizes)("skip", ctx.skipItems);
4186
- } }, dependencies: [i1$7.PagerComponent], encapsulation: 2 });
4136
+ } }, dependencies: [i1$7.PagerComponent], encapsulation: 2 }); }
4187
4137
  }
4188
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DataPagerComponent, [{
4138
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DataPagerComponent, [{
4189
4139
  type: Component,
4190
4140
  args: [{ selector: 'anatoly-datapager', template: "<div class='{{ classes }}'>\r\n <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</div>\r\n" }]
4191
4141
  }], null, { totalItems: [{
@@ -4203,6 +4153,7 @@ class DataPagerComponent extends ComponentBase {
4203
4153
  }], pageChange: [{
4204
4154
  type: Output
4205
4155
  }] }); })();
4156
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataPagerComponent, { className: "DataPagerComponent", filePath: "lib\\ui\\components\\datapager\\datapager.component.ts", lineNumber: 27 }); })();
4206
4157
 
4207
4158
  /*
4208
4159
  <file>
@@ -4229,11 +4180,11 @@ function SignInButtonComponent_a_0_Template(rf, ctx) { if (rf & 1) {
4229
4180
  i0.ɵɵelementEnd();
4230
4181
  } if (rf & 2) {
4231
4182
  const ctx_r0 = i0.ɵɵnextContext();
4232
- const _r2 = i0.ɵɵreference(3);
4183
+ const _r3 = i0.ɵɵreference(3);
4233
4184
  i0.ɵɵclassMap(ctx_r0.classes);
4234
4185
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
4235
- i0.ɵɵadvance(1);
4236
- i0.ɵɵproperty("ngTemplateOutlet", _r2);
4186
+ i0.ɵɵadvance();
4187
+ i0.ɵɵproperty("ngTemplateOutlet", _r3);
4237
4188
  } }
4238
4189
  function SignInButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
4239
4190
  i0.ɵɵelementContainer(0);
@@ -4244,11 +4195,11 @@ function SignInButtonComponent_a_1_Template(rf, ctx) { if (rf & 1) {
4244
4195
  i0.ɵɵelementEnd();
4245
4196
  } if (rf & 2) {
4246
4197
  const ctx_r1 = i0.ɵɵnextContext();
4247
- const _r2 = i0.ɵɵreference(3);
4198
+ const _r3 = i0.ɵɵreference(3);
4248
4199
  i0.ɵɵclassMap(ctx_r1.classes);
4249
4200
  i0.ɵɵproperty("routerLink", ctx_r1.url);
4250
- i0.ɵɵadvance(1);
4251
- i0.ɵɵproperty("ngTemplateOutlet", _r2);
4201
+ i0.ɵɵadvance();
4202
+ i0.ɵɵproperty("ngTemplateOutlet", _r3);
4252
4203
  } }
4253
4204
  function SignInButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
4254
4205
  i0.ɵɵelementStart(0, "span");
@@ -4267,11 +4218,9 @@ function SignInButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
4267
4218
  } }
4268
4219
  const _c0$c = ["*"];
4269
4220
  class SignInButtonComponent extends ComponentBase {
4270
- url;
4271
- external = false;
4272
- qs;
4273
4221
  constructor() {
4274
4222
  super();
4223
+ this.external = false;
4275
4224
  }
4276
4225
  ngOnInit() {
4277
4226
  let url = MSALConfig.ui.signin;
@@ -4285,24 +4234,23 @@ class SignInButtonComponent extends ComponentBase {
4285
4234
  }
4286
4235
  }
4287
4236
  }
4288
- static ɵfac = function SignInButtonComponent_Factory(t) { return new (t || SignInButtonComponent)(); };
4289
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInButtonComponent, selectors: [["anatoly-signin-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 4, vars: 2, consts: [[3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], ["contentTemplate", ""], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], ["ref", ""], [4, "ngIf"]], template: function SignInButtonComponent_Template(rf, ctx) { if (rf & 1) {
4237
+ static { this.ɵfac = function SignInButtonComponent_Factory(t) { return new (t || SignInButtonComponent)(); }; }
4238
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInButtonComponent, selectors: [["anatoly-signin-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 4, vars: 2, consts: [[3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], ["contentTemplate", ""], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], ["ref", ""], [4, "ngIf"]], template: function SignInButtonComponent_Template(rf, ctx) { if (rf & 1) {
4290
4239
  i0.ɵɵprojectionDef();
4291
- i0.ɵɵtemplate(0, SignInButtonComponent_a_0_Template, 2, 5, "a", 0);
4292
- i0.ɵɵtemplate(1, SignInButtonComponent_a_1_Template, 2, 5, "a", 1);
4293
- i0.ɵɵtemplate(2, SignInButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
4240
+ i0.ɵɵtemplate(0, SignInButtonComponent_a_0_Template, 2, 5, "a", 0)(1, SignInButtonComponent_a_1_Template, 2, 5, "a", 1)(2, SignInButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
4294
4241
  } if (rf & 2) {
4295
4242
  i0.ɵɵproperty("ngIf", ctx.external);
4296
- i0.ɵɵadvance(1);
4243
+ i0.ɵɵadvance();
4297
4244
  i0.ɵɵproperty("ngIf", !ctx.external);
4298
- } }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i1.RouterLink], encapsulation: 2 });
4245
+ } }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i1.RouterLink], encapsulation: 2 }); }
4299
4246
  }
4300
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
4247
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
4301
4248
  type: Component,
4302
4249
  args: [{ selector: "anatoly-signin-button", template: "<a [href]=\"url\" class=\"{{ classes }}\" *ngIf=\"external\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<a [routerLink]=\"url\" class=\"{{ classes }}\" *ngIf=\"!external\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n <span *ngIf=\"!ref.innerHTML.trim()\">Sign In</span>\r\n</ng-template>\r\n" }]
4303
- }], function () { return []; }, { qs: [{
4250
+ }], () => [], { qs: [{
4304
4251
  type: Input
4305
4252
  }] }); })();
4253
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInButtonComponent, { className: "SignInButtonComponent", filePath: "lib\\ui\\components\\identity\\signin-button.component.ts", lineNumber: 28 }); })();
4306
4254
 
4307
4255
  /*
4308
4256
  <file>
@@ -4329,11 +4277,11 @@ function SignOutButtonComponent_a_0_Template(rf, ctx) { if (rf & 1) {
4329
4277
  i0.ɵɵelementEnd();
4330
4278
  } if (rf & 2) {
4331
4279
  const ctx_r0 = i0.ɵɵnextContext();
4332
- const _r2 = i0.ɵɵreference(3);
4280
+ const _r3 = i0.ɵɵreference(3);
4333
4281
  i0.ɵɵclassMap(ctx_r0.classes);
4334
4282
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
4335
- i0.ɵɵadvance(1);
4336
- i0.ɵɵproperty("ngTemplateOutlet", _r2);
4283
+ i0.ɵɵadvance();
4284
+ i0.ɵɵproperty("ngTemplateOutlet", _r3);
4337
4285
  } }
4338
4286
  function SignOutButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
4339
4287
  i0.ɵɵelementContainer(0);
@@ -4344,11 +4292,11 @@ function SignOutButtonComponent_a_1_Template(rf, ctx) { if (rf & 1) {
4344
4292
  i0.ɵɵelementEnd();
4345
4293
  } if (rf & 2) {
4346
4294
  const ctx_r1 = i0.ɵɵnextContext();
4347
- const _r2 = i0.ɵɵreference(3);
4295
+ const _r3 = i0.ɵɵreference(3);
4348
4296
  i0.ɵɵclassMap(ctx_r1.classes);
4349
4297
  i0.ɵɵproperty("routerLink", ctx_r1.url);
4350
- i0.ɵɵadvance(1);
4351
- i0.ɵɵproperty("ngTemplateOutlet", _r2);
4298
+ i0.ɵɵadvance();
4299
+ i0.ɵɵproperty("ngTemplateOutlet", _r3);
4352
4300
  } }
4353
4301
  function SignOutButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
4354
4302
  i0.ɵɵelementStart(0, "span");
@@ -4367,11 +4315,9 @@ function SignOutButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
4367
4315
  } }
4368
4316
  const _c0$b = ["*"];
4369
4317
  class SignOutButtonComponent extends ComponentBase {
4370
- url;
4371
- external = false;
4372
- qs;
4373
4318
  constructor() {
4374
4319
  super();
4320
+ this.external = false;
4375
4321
  }
4376
4322
  ngOnInit() {
4377
4323
  let url = MSALConfig.ui.signout;
@@ -4385,24 +4331,23 @@ class SignOutButtonComponent extends ComponentBase {
4385
4331
  }
4386
4332
  }
4387
4333
  }
4388
- static ɵfac = function SignOutButtonComponent_Factory(t) { return new (t || SignOutButtonComponent)(); };
4389
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutButtonComponent, selectors: [["anatoly-signout-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$b, decls: 4, vars: 2, consts: [[3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], ["contentTemplate", ""], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], ["ref", ""], [4, "ngIf"]], template: function SignOutButtonComponent_Template(rf, ctx) { if (rf & 1) {
4334
+ static { this.ɵfac = function SignOutButtonComponent_Factory(t) { return new (t || SignOutButtonComponent)(); }; }
4335
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutButtonComponent, selectors: [["anatoly-signout-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$b, decls: 4, vars: 2, consts: [[3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], ["contentTemplate", ""], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], ["ref", ""], [4, "ngIf"]], template: function SignOutButtonComponent_Template(rf, ctx) { if (rf & 1) {
4390
4336
  i0.ɵɵprojectionDef();
4391
- i0.ɵɵtemplate(0, SignOutButtonComponent_a_0_Template, 2, 5, "a", 0);
4392
- i0.ɵɵtemplate(1, SignOutButtonComponent_a_1_Template, 2, 5, "a", 1);
4393
- i0.ɵɵtemplate(2, SignOutButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
4337
+ i0.ɵɵtemplate(0, SignOutButtonComponent_a_0_Template, 2, 5, "a", 0)(1, SignOutButtonComponent_a_1_Template, 2, 5, "a", 1)(2, SignOutButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
4394
4338
  } if (rf & 2) {
4395
4339
  i0.ɵɵproperty("ngIf", ctx.external);
4396
- i0.ɵɵadvance(1);
4340
+ i0.ɵɵadvance();
4397
4341
  i0.ɵɵproperty("ngIf", !ctx.external);
4398
- } }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i1.RouterLink], encapsulation: 2 });
4342
+ } }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i1.RouterLink], encapsulation: 2 }); }
4399
4343
  }
4400
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
4344
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
4401
4345
  type: Component,
4402
4346
  args: [{ selector: "anatoly-signout-button", template: "<a [href]=\"url\" class=\"{{ classes }}\" *ngIf=\"external\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<a [routerLink]=\"url\" class=\"{{ classes }}\" *ngIf=\"!external\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n <span *ngIf=\"!ref.innerHTML.trim()\">Sign Out</span>\r\n</ng-template>\r\n" }]
4403
- }], function () { return []; }, { qs: [{
4347
+ }], () => [], { qs: [{
4404
4348
  type: Input
4405
4349
  }] }); })();
4350
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutButtonComponent, { className: "SignOutButtonComponent", filePath: "lib\\ui\\components\\identity\\signout-button.component.ts", lineNumber: 28 }); })();
4406
4351
 
4407
4352
  /*
4408
4353
  <file>
@@ -4432,30 +4377,30 @@ function NodataComponent_div_0_Template(rf, ctx) { if (rf & 1) {
4432
4377
  const ctx_r0 = i0.ɵɵnextContext();
4433
4378
  i0.ɵɵadvance(3);
4434
4379
  i0.ɵɵclassMap(ctx_r0.headingClass);
4435
- i0.ɵɵadvance(1);
4380
+ i0.ɵɵadvance();
4436
4381
  i0.ɵɵtextInterpolate(ctx_r0.heading);
4437
4382
  } }
4438
4383
  const _c0$a = ["*"];
4439
4384
  class NodataComponent {
4440
- dataLoading = false;
4441
- dataLoaded = false;
4442
- dataFound = false;
4443
- heading = 'No data found';
4444
- headingClass = 'text-uppercase';
4445
4385
  constructor() {
4386
+ this.dataLoading = false;
4387
+ this.dataLoaded = false;
4388
+ this.dataFound = false;
4389
+ this.heading = 'No data found';
4390
+ this.headingClass = 'text-uppercase';
4446
4391
  }
4447
- static ɵfac = function NodataComponent_Factory(t) { return new (t || NodataComponent)(); };
4448
- 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) {
4392
+ static { this.ɵfac = function NodataComponent_Factory(t) { return new (t || NodataComponent)(); }; }
4393
+ static { this.ɵ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) {
4449
4394
  i0.ɵɵprojectionDef();
4450
4395
  i0.ɵɵtemplate(0, NodataComponent_div_0_Template, 6, 4, "div", 0);
4451
4396
  } if (rf & 2) {
4452
4397
  i0.ɵɵproperty("ngIf", ctx.dataLoaded && !ctx.dataFound);
4453
- } }, dependencies: [i1$2.NgIf, i1$6.FaIconComponent], encapsulation: 2 });
4398
+ } }, dependencies: [i1$2.NgIf, i1$6.FaIconComponent], encapsulation: 2 }); }
4454
4399
  }
4455
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
4400
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
4456
4401
  type: Component,
4457
4402
  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" }]
4458
- }], function () { return []; }, { dataLoading: [{
4403
+ }], () => [], { dataLoading: [{
4459
4404
  type: Input
4460
4405
  }], dataLoaded: [{
4461
4406
  type: Input
@@ -4466,6 +4411,7 @@ class NodataComponent {
4466
4411
  }], headingClass: [{
4467
4412
  type: Input
4468
4413
  }] }); })();
4414
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NodataComponent, { className: "NodataComponent", filePath: "lib\\ui\\components\\nodata\\nodata.component.ts", lineNumber: 24 }); })();
4469
4415
 
4470
4416
  /*
4471
4417
  <file>
@@ -4489,11 +4435,10 @@ function LoadingComponent_div_0_Template(rf, ctx) { if (rf & 1) {
4489
4435
  i0.ɵɵelementEnd();
4490
4436
  } }
4491
4437
  class LoadingComponent extends ComponentBase {
4492
- loadingService;
4493
- show = false;
4494
4438
  constructor(loadingService) {
4495
4439
  super();
4496
4440
  this.loadingService = loadingService;
4441
+ this.show = false;
4497
4442
  }
4498
4443
  ngOnInit() {
4499
4444
  this.subs.sink = this.loadingService.subscribe({
@@ -4502,17 +4447,18 @@ class LoadingComponent extends ComponentBase {
4502
4447
  }
4503
4448
  });
4504
4449
  }
4505
- static ɵfac = function LoadingComponent_Factory(t) { return new (t || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); };
4506
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LoadingComponent, selectors: [["anatoly-loading"]], features: [i0.ɵɵInheritDefinitionFeature], 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) {
4450
+ static { this.ɵfac = function LoadingComponent_Factory(t) { return new (t || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); }; }
4451
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LoadingComponent, selectors: [["anatoly-loading"]], features: [i0.ɵɵInheritDefinitionFeature], 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) {
4507
4452
  i0.ɵɵtemplate(0, LoadingComponent_div_0_Template, 2, 0, "div", 0);
4508
4453
  } if (rf & 2) {
4509
4454
  i0.ɵɵproperty("ngIf", ctx.show);
4510
- } }, dependencies: [i1$2.NgIf], encapsulation: 2 });
4455
+ } }, dependencies: [i1$2.NgIf], encapsulation: 2 }); }
4511
4456
  }
4512
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingComponent, [{
4457
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingComponent, [{
4513
4458
  type: Component,
4514
4459
  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" }]
4515
- }], function () { return [{ type: LoadingService }]; }, null); })();
4460
+ }], () => [{ type: LoadingService }], null); })();
4461
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingComponent, { className: "LoadingComponent", filePath: "lib\\ui\\components\\spinners\\loading\\loading.component.ts", lineNumber: 28 }); })();
4516
4462
 
4517
4463
  const Spinkit = {
4518
4464
  skChasingDots: 'sk-chasing-dots',
@@ -4549,7 +4495,7 @@ function PageSpinnerComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
4549
4495
  } if (rf & 2) {
4550
4496
  const ctx_r1 = i0.ɵɵnextContext(2);
4551
4497
  i0.ɵɵclassProp("colored", !ctx_r1.backgroundColor);
4552
- i0.ɵɵadvance(1);
4498
+ i0.ɵɵadvance();
4553
4499
  i0.ɵɵstyleProp("background-color", ctx_r1.backgroundColor);
4554
4500
  } }
4555
4501
  function PageSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
@@ -4562,13 +4508,12 @@ function PageSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
4562
4508
  i0.ɵɵproperty("ngIf", ctx_r0.spinner === ctx_r0.Spinkit.skLine);
4563
4509
  } }
4564
4510
  class PageSpinnerComponent {
4565
- router;
4566
- isSpinnerVisible = true;
4567
- Spinkit = Spinkit;
4568
- backgroundColor = '#2196f3';
4569
- spinner = Spinkit.skLine;
4570
4511
  constructor(router) {
4571
4512
  this.router = router;
4513
+ this.isSpinnerVisible = true;
4514
+ this.Spinkit = Spinkit;
4515
+ this.backgroundColor = '#2196f3';
4516
+ this.spinner = Spinkit.skLine;
4572
4517
  router.events.subscribe({
4573
4518
  next: (routerEvent) => {
4574
4519
  this.checkRouterEvent(routerEvent);
@@ -4588,21 +4533,22 @@ class PageSpinnerComponent {
4588
4533
  ngOnDestroy() {
4589
4534
  this.isSpinnerVisible = false;
4590
4535
  }
4591
- static ɵfac = function PageSpinnerComponent_Factory(t) { return new (t || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1.Router)); };
4592
- 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) {
4536
+ static { this.ɵfac = function PageSpinnerComponent_Factory(t) { return new (t || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1.Router)); }; }
4537
+ static { this.ɵ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) {
4593
4538
  i0.ɵɵtemplate(0, PageSpinnerComponent_div_0_Template, 3, 1, "div", 0);
4594
4539
  } if (rf & 2) {
4595
4540
  i0.ɵɵproperty("ngIf", ctx.isSpinnerVisible);
4596
- } }, dependencies: [i1$2.NgIf], encapsulation: 2 });
4541
+ } }, dependencies: [i1$2.NgIf], encapsulation: 2 }); }
4597
4542
  }
4598
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageSpinnerComponent, [{
4543
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageSpinnerComponent, [{
4599
4544
  type: Component,
4600
4545
  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" }]
4601
- }], function () { return [{ type: i1.Router }]; }, { backgroundColor: [{
4546
+ }], () => [{ type: i1.Router }], { backgroundColor: [{
4602
4547
  type: Input
4603
4548
  }], spinner: [{
4604
4549
  type: Input
4605
4550
  }] }); })();
4551
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageSpinnerComponent, { className: "PageSpinnerComponent", filePath: "lib\\ui\\components\\spinners\\pagespinner\\pagespinner.component.ts", lineNumber: 29 }); })();
4606
4552
 
4607
4553
  /*
4608
4554
  <file>
@@ -4621,8 +4567,10 @@ class PageSpinnerComponent {
4621
4567
  */
4622
4568
  //Node
4623
4569
  class Copy2ClipboardComponent {
4624
- tooltip = "Copy to clipboard";
4625
- text = "";
4570
+ constructor() {
4571
+ this.tooltip = "Copy to clipboard";
4572
+ this.text = "";
4573
+ }
4626
4574
  onCopy2Clipboard(event) {
4627
4575
  let oldTooltip = this.tooltip;
4628
4576
  this.tooltip = "Copied";
@@ -4631,15 +4579,15 @@ class Copy2ClipboardComponent {
4631
4579
  }, 1000);
4632
4580
  Utils.copyToClipBoard(event, this.text);
4633
4581
  }
4634
- static ɵfac = function Copy2ClipboardComponent_Factory(t) { return new (t || Copy2ClipboardComponent)(); };
4635
- 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) {
4582
+ static { this.ɵfac = function Copy2ClipboardComponent_Factory(t) { return new (t || Copy2ClipboardComponent)(); }; }
4583
+ static { this.ɵ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) {
4636
4584
  i0.ɵɵelementStart(0, "a", 0);
4637
4585
  i0.ɵɵlistener("click", function Copy2ClipboardComponent_Template_a_click_0_listener($event) { return ctx.onCopy2Clipboard($event); });
4638
4586
  i0.ɵɵelement(1, "fa-icon", 1);
4639
4587
  i0.ɵɵelementEnd();
4640
- } }, dependencies: [i1$6.FaIconComponent], encapsulation: 2 });
4588
+ } }, dependencies: [i1$6.FaIconComponent], encapsulation: 2 }); }
4641
4589
  }
4642
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
4590
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
4643
4591
  type: Component,
4644
4592
  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>" }]
4645
4593
  }], null, { tooltip: [{
@@ -4647,6 +4595,7 @@ class Copy2ClipboardComponent {
4647
4595
  }], text: [{
4648
4596
  type: Input
4649
4597
  }] }); })();
4598
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(Copy2ClipboardComponent, { className: "Copy2ClipboardComponent", filePath: "lib\\ui\\components\\copy-2-clipboard\\copy-2-clipboard.component.ts", lineNumber: 27 }); })();
4650
4599
 
4651
4600
  /*
4652
4601
  <file>
@@ -4665,8 +4614,6 @@ class Copy2ClipboardComponent {
4665
4614
  */
4666
4615
  //Node
4667
4616
  class NativeElementDirective {
4668
- el;
4669
- control;
4670
4617
  constructor(el, control) {
4671
4618
  this.el = el;
4672
4619
  this.control = control;
@@ -4675,15 +4622,15 @@ class NativeElementDirective {
4675
4622
  // sets the localization key to the control
4676
4623
  this.control.control.nativeElement = this.el.nativeElement;
4677
4624
  }
4678
- static ɵfac = function NativeElementDirective_Factory(t) { return new (t || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2.NgControl)); };
4679
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]] });
4625
+ static { this.ɵfac = function NativeElementDirective_Factory(t) { return new (t || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2.NgControl)); }; }
4626
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]] }); }
4680
4627
  }
4681
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeElementDirective, [{
4628
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeElementDirective, [{
4682
4629
  type: Directive,
4683
4630
  args: [{
4684
4631
  selector: '[formControl], [formControlName]'
4685
4632
  }]
4686
- }], function () { return [{ type: i0.ElementRef }, { type: i2.NgControl }]; }, null); })();
4633
+ }], () => [{ type: i0.ElementRef }, { type: i2.NgControl }], null); })();
4687
4634
 
4688
4635
  /*
4689
4636
  <file>
@@ -4716,7 +4663,7 @@ function CountryDropdownlist_div_1_option_3_Template(rf, ctx) { if (rf & 1) {
4716
4663
  } if (rf & 2) {
4717
4664
  const item_r4 = ctx.$implicit;
4718
4665
  i0.ɵɵproperty("value", item_r4.code);
4719
- i0.ɵɵadvance(1);
4666
+ i0.ɵɵadvance();
4720
4667
  i0.ɵɵtextInterpolate1(" ", item_r4.name, " ");
4721
4668
  } }
4722
4669
  function CountryDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
@@ -4728,17 +4675,14 @@ function CountryDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
4728
4675
  } if (rf & 2) {
4729
4676
  const ctx_r1 = i0.ɵɵnextContext();
4730
4677
  i0.ɵɵproperty("formGroup", ctx_r1.formGroup);
4731
- i0.ɵɵadvance(1);
4678
+ i0.ɵɵadvance();
4732
4679
  i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
4733
- i0.ɵɵadvance(1);
4680
+ i0.ɵɵadvance();
4734
4681
  i0.ɵɵproperty("formControlName", ctx_r1.controlName);
4735
- i0.ɵɵadvance(1);
4682
+ i0.ɵɵadvance();
4736
4683
  i0.ɵɵproperty("ngForOf", ctx_r1.items);
4737
4684
  } }
4738
4685
  class CountryDropdownlist extends EditComponentBase {
4739
- api;
4740
- appContext;
4741
- items;
4742
4686
  constructor(api, appContext) {
4743
4687
  super();
4744
4688
  this.api = api;
@@ -4757,20 +4701,20 @@ class CountryDropdownlist extends EditComponentBase {
4757
4701
  else {
4758
4702
  }
4759
4703
  }
4760
- static ɵfac = function CountryDropdownlist_Factory(t) { return new (t || CountryDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); };
4761
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CountryDropdownlist, selectors: [["anatoly-country-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["class", "col-form-label", 4, "ngIf"], [1, "form-select", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "col-form-label"], [3, "value"]], template: function CountryDropdownlist_Template(rf, ctx) { if (rf & 1) {
4762
- i0.ɵɵtemplate(0, CountryDropdownlist_div_0_Template, 1, 0, "div", 0);
4763
- i0.ɵɵtemplate(1, CountryDropdownlist_div_1_Template, 4, 4, "div", 1);
4704
+ static { this.ɵfac = function CountryDropdownlist_Factory(t) { return new (t || CountryDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); }; }
4705
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CountryDropdownlist, selectors: [["anatoly-country-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["class", "col-form-label", 4, "ngIf"], [1, "form-select", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "col-form-label"], [3, "value"]], template: function CountryDropdownlist_Template(rf, ctx) { if (rf & 1) {
4706
+ i0.ɵɵtemplate(0, CountryDropdownlist_div_0_Template, 1, 0, "div", 0)(1, CountryDropdownlist_div_1_Template, 4, 4, "div", 1);
4764
4707
  } if (rf & 2) {
4765
4708
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
4766
- i0.ɵɵadvance(1);
4709
+ i0.ɵɵadvance();
4767
4710
  i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
4768
- } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective], encapsulation: 2 });
4711
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective], encapsulation: 2 }); }
4769
4712
  }
4770
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CountryDropdownlist, [{
4713
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CountryDropdownlist, [{
4771
4714
  type: Component,
4772
4715
  args: [{ selector: 'anatoly-country-dropdownlist', template: "<div *ngIf='isNgModelBased'>\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Country</label>\r\n <select [formControlName]='controlName' class='form-select'>\r\n <option *ngFor='let item of items' [value]='item.code'>\r\n {{ item.name }}\r\n </option>\r\n </select>\r\n</div>\r\n" }]
4773
- }], function () { return [{ type: CoreApiService }, { type: AppContextService }]; }, null); })();
4716
+ }], () => [{ type: CoreApiService }, { type: AppContextService }], null); })();
4717
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CountryDropdownlist, { className: "CountryDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\country\\country.dropdownlist.ts", lineNumber: 29 }); })();
4774
4718
 
4775
4719
  /*
4776
4720
  <file>
@@ -4803,7 +4747,7 @@ function TimezoneDropdownlist_div_1_option_3_Template(rf, ctx) { if (rf & 1) {
4803
4747
  } if (rf & 2) {
4804
4748
  const item_r4 = ctx.$implicit;
4805
4749
  i0.ɵɵproperty("value", item_r4.code);
4806
- i0.ɵɵadvance(1);
4750
+ i0.ɵɵadvance();
4807
4751
  i0.ɵɵtextInterpolate2(" (", item_r4.offset, ") ", item_r4.name, " ");
4808
4752
  } }
4809
4753
  function TimezoneDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
@@ -4815,17 +4759,14 @@ function TimezoneDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
4815
4759
  } if (rf & 2) {
4816
4760
  const ctx_r1 = i0.ɵɵnextContext();
4817
4761
  i0.ɵɵproperty("formGroup", ctx_r1.formGroup);
4818
- i0.ɵɵadvance(1);
4762
+ i0.ɵɵadvance();
4819
4763
  i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
4820
- i0.ɵɵadvance(1);
4764
+ i0.ɵɵadvance();
4821
4765
  i0.ɵɵproperty("formControlName", ctx_r1.controlName);
4822
- i0.ɵɵadvance(1);
4766
+ i0.ɵɵadvance();
4823
4767
  i0.ɵɵproperty("ngForOf", ctx_r1.items);
4824
4768
  } }
4825
4769
  class TimezoneDropdownlist extends EditComponentBase {
4826
- api;
4827
- appContext;
4828
- items;
4829
4770
  constructor(api, appContext) {
4830
4771
  super();
4831
4772
  this.api = api;
@@ -4861,20 +4802,20 @@ class TimezoneDropdownlist extends EditComponentBase {
4861
4802
  }
4862
4803
  }
4863
4804
  }
4864
- static ɵfac = function TimezoneDropdownlist_Factory(t) { return new (t || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); };
4865
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimezoneDropdownlist, selectors: [["anatoly-timezone-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["class", "col-form-label", 4, "ngIf"], [1, "form-select", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "col-form-label"], [3, "value"]], template: function TimezoneDropdownlist_Template(rf, ctx) { if (rf & 1) {
4866
- i0.ɵɵtemplate(0, TimezoneDropdownlist_div_0_Template, 1, 0, "div", 0);
4867
- i0.ɵɵtemplate(1, TimezoneDropdownlist_div_1_Template, 4, 4, "div", 1);
4805
+ static { this.ɵfac = function TimezoneDropdownlist_Factory(t) { return new (t || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); }; }
4806
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimezoneDropdownlist, selectors: [["anatoly-timezone-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["class", "col-form-label", 4, "ngIf"], [1, "form-select", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "col-form-label"], [3, "value"]], template: function TimezoneDropdownlist_Template(rf, ctx) { if (rf & 1) {
4807
+ i0.ɵɵtemplate(0, TimezoneDropdownlist_div_0_Template, 1, 0, "div", 0)(1, TimezoneDropdownlist_div_1_Template, 4, 4, "div", 1);
4868
4808
  } if (rf & 2) {
4869
4809
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
4870
- i0.ɵɵadvance(1);
4810
+ i0.ɵɵadvance();
4871
4811
  i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
4872
- } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective], encapsulation: 2 });
4812
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective], encapsulation: 2 }); }
4873
4813
  }
4874
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimezoneDropdownlist, [{
4814
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimezoneDropdownlist, [{
4875
4815
  type: Component,
4876
4816
  args: [{ selector: 'anatoly-timezone-dropdownlist', template: "<div *ngIf='isNgModelBased'>\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-select'>\r\n <option *ngFor='let item of items' [value]='item.code'>\r\n ({{ item.offset }}) {{ item.name }}\r\n </option>\r\n </select>\r\n</div>\r\n" }]
4877
- }], function () { return [{ type: CoreApiService }, { type: AppContextService }]; }, null); })();
4817
+ }], () => [{ type: CoreApiService }, { type: AppContextService }], null); })();
4818
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TimezoneDropdownlist, { className: "TimezoneDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\timezone\\timezone.dropdownlist.ts", lineNumber: 29 }); })();
4878
4819
 
4879
4820
  /*
4880
4821
  <file>
@@ -4895,8 +4836,8 @@ class TimezoneDropdownlist extends EditComponentBase {
4895
4836
  const _c0$9 = [[["mex-card-header"]], [["mex-card-body"]], "*", [["mex-card-footer"]]];
4896
4837
  const _c1 = ["mex-card-header", "mex-card-body", "*", "mex-card-footer"];
4897
4838
  class CardComponent extends ComponentBase {
4898
- static ɵfac = /*@__PURE__*/ function () { let ɵCardComponent_BaseFactory; return function CardComponent_Factory(t) { return (ɵCardComponent_BaseFactory || (ɵCardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardComponent)))(t || CardComponent); }; }();
4899
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
4839
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardComponent_BaseFactory; return function CardComponent_Factory(t) { return (ɵCardComponent_BaseFactory || (ɵCardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardComponent)))(t || CardComponent); }; })(); }
4840
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
4900
4841
  i0.ɵɵprojectionDef(_c0$9);
4901
4842
  i0.ɵɵelementStart(0, "div");
4902
4843
  i0.ɵɵprojection(1);
@@ -4906,12 +4847,13 @@ class CardComponent extends ComponentBase {
4906
4847
  i0.ɵɵelementEnd();
4907
4848
  } if (rf & 2) {
4908
4849
  i0.ɵɵclassMapInterpolate1("card ", ctx.classes, "");
4909
- } }, encapsulation: 2 });
4850
+ } }, encapsulation: 2 }); }
4910
4851
  }
4911
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardComponent, [{
4852
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardComponent, [{
4912
4853
  type: Component,
4913
4854
  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" }]
4914
4855
  }], null, null); })();
4856
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardComponent, { className: "CardComponent", filePath: "lib\\ui\\components\\card\\card.component.ts", lineNumber: 27 }); })();
4915
4857
 
4916
4858
  /*
4917
4859
  <file>
@@ -4935,13 +4877,13 @@ function CardHeaderComponent_h3_1_Template(rf, ctx) { if (rf & 1) {
4935
4877
  i0.ɵɵelementEnd();
4936
4878
  } if (rf & 2) {
4937
4879
  const ctx_r0 = i0.ɵɵnextContext();
4938
- i0.ɵɵadvance(1);
4880
+ i0.ɵɵadvance();
4939
4881
  i0.ɵɵtextInterpolate(ctx_r0.title);
4940
4882
  } }
4941
4883
  const _c0$8 = ["*"];
4942
4884
  class CardHeaderComponent extends ComponentBase {
4943
- static ɵfac = /*@__PURE__*/ function () { let ɵCardHeaderComponent_BaseFactory; return function CardHeaderComponent_Factory(t) { return (ɵCardHeaderComponent_BaseFactory || (ɵCardHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardHeaderComponent)))(t || CardHeaderComponent); }; }();
4944
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], features: [i0.ɵɵInheritDefinitionFeature], 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) {
4885
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardHeaderComponent_BaseFactory; return function CardHeaderComponent_Factory(t) { return (ɵCardHeaderComponent_BaseFactory || (ɵCardHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardHeaderComponent)))(t || CardHeaderComponent); }; })(); }
4886
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], features: [i0.ɵɵInheritDefinitionFeature], 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) {
4945
4887
  i0.ɵɵprojectionDef();
4946
4888
  i0.ɵɵelementStart(0, "div");
4947
4889
  i0.ɵɵtemplate(1, CardHeaderComponent_h3_1_Template, 2, 1, "h3", 0);
@@ -4949,14 +4891,15 @@ class CardHeaderComponent extends ComponentBase {
4949
4891
  i0.ɵɵelementEnd();
4950
4892
  } if (rf & 2) {
4951
4893
  i0.ɵɵclassMapInterpolate1("card-header ", ctx.classes, "");
4952
- i0.ɵɵadvance(1);
4894
+ i0.ɵɵadvance();
4953
4895
  i0.ɵɵproperty("ngIf", ctx.title);
4954
- } }, dependencies: [i1$2.NgIf], encapsulation: 2 });
4896
+ } }, dependencies: [i1$2.NgIf], encapsulation: 2 }); }
4955
4897
  }
4956
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardHeaderComponent, [{
4898
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardHeaderComponent, [{
4957
4899
  type: Component,
4958
4900
  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" }]
4959
4901
  }], null, null); })();
4902
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardHeaderComponent, { className: "CardHeaderComponent", filePath: "lib\\ui\\components\\card\\card-header.component.ts", lineNumber: 27 }); })();
4960
4903
 
4961
4904
  /*
4962
4905
  <file>
@@ -4976,20 +4919,21 @@ class CardHeaderComponent extends ComponentBase {
4976
4919
  //Node
4977
4920
  const _c0$7 = ["*"];
4978
4921
  class CardBodyComponent extends ComponentBase {
4979
- static ɵfac = /*@__PURE__*/ function () { let ɵCardBodyComponent_BaseFactory; return function CardBodyComponent_Factory(t) { return (ɵCardBodyComponent_BaseFactory || (ɵCardBodyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardBodyComponent)))(t || CardBodyComponent); }; }();
4980
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$7, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
4922
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardBodyComponent_BaseFactory; return function CardBodyComponent_Factory(t) { return (ɵCardBodyComponent_BaseFactory || (ɵCardBodyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardBodyComponent)))(t || CardBodyComponent); }; })(); }
4923
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$7, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
4981
4924
  i0.ɵɵprojectionDef();
4982
4925
  i0.ɵɵelementStart(0, "div");
4983
4926
  i0.ɵɵprojection(1);
4984
4927
  i0.ɵɵelementEnd();
4985
4928
  } if (rf & 2) {
4986
4929
  i0.ɵɵclassMapInterpolate1("card-body ", ctx.classes, "");
4987
- } }, encapsulation: 2 });
4930
+ } }, encapsulation: 2 }); }
4988
4931
  }
4989
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardBodyComponent, [{
4932
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardBodyComponent, [{
4990
4933
  type: Component,
4991
4934
  args: [{ selector: 'anatoly-card-body', template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
4992
4935
  }], null, null); })();
4936
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardBodyComponent, { className: "CardBodyComponent", filePath: "lib\\ui\\components\\card\\card-body.component.ts", lineNumber: 27 }); })();
4993
4937
 
4994
4938
  /*
4995
4939
  <file>
@@ -5009,20 +4953,21 @@ class CardBodyComponent extends ComponentBase {
5009
4953
  //Node
5010
4954
  const _c0$6 = ["*"];
5011
4955
  class CardFooterComponent extends ComponentBase {
5012
- static ɵfac = /*@__PURE__*/ function () { let ɵCardFooterComponent_BaseFactory; return function CardFooterComponent_Factory(t) { return (ɵCardFooterComponent_BaseFactory || (ɵCardFooterComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardFooterComponent)))(t || CardFooterComponent); }; }();
5013
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$6, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
4956
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardFooterComponent_BaseFactory; return function CardFooterComponent_Factory(t) { return (ɵCardFooterComponent_BaseFactory || (ɵCardFooterComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardFooterComponent)))(t || CardFooterComponent); }; })(); }
4957
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$6, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
5014
4958
  i0.ɵɵprojectionDef();
5015
4959
  i0.ɵɵelementStart(0, "div");
5016
4960
  i0.ɵɵprojection(1);
5017
4961
  i0.ɵɵelementEnd();
5018
4962
  } if (rf & 2) {
5019
4963
  i0.ɵɵclassMapInterpolate1("card-footer ", ctx.classes, "");
5020
- } }, encapsulation: 2 });
4964
+ } }, encapsulation: 2 }); }
5021
4965
  }
5022
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardFooterComponent, [{
4966
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardFooterComponent, [{
5023
4967
  type: Component,
5024
4968
  args: [{ selector: 'anatoly-card-footer', template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
5025
4969
  }], null, null); })();
4970
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardFooterComponent, { className: "CardFooterComponent", filePath: "lib\\ui\\components\\card\\card-footer.component.ts", lineNumber: 27 }); })();
5026
4971
 
5027
4972
  /*
5028
4973
  <file>
@@ -5112,16 +5057,13 @@ const DefaultEditorOptions = {
5112
5057
 
5113
5058
  //Node
5114
5059
  class HtmlEditorComponentBase extends EditComponentBase {
5115
- froalaEditor;
5116
- // Public members
5117
- options;
5118
- froalaEditorInitialized = false;
5119
- afterInitializedActions = [];
5120
- // Inputs
5121
- editorLabelText = "Html";
5122
- editorOptions = {};
5123
5060
  constructor() {
5124
5061
  super();
5062
+ this.froalaEditorInitialized = false;
5063
+ this.afterInitializedActions = [];
5064
+ // Inputs
5065
+ this.editorLabelText = "Html";
5066
+ this.editorOptions = {};
5125
5067
  }
5126
5068
  ngOnInit() {
5127
5069
  let opt = this.editorOptions;
@@ -5186,19 +5128,20 @@ class HtmlEditorComponentBase extends EditComponentBase {
5186
5128
  editor.opts.imageUploadParams.uploadParentId = uploadParentId;
5187
5129
  });
5188
5130
  }
5189
- static ɵfac = function HtmlEditorComponentBase_Factory(t) { return new (t || HtmlEditorComponentBase)(); };
5190
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponentBase, selectors: [["ng-component"]], inputs: { editorLabelText: "editorLabelText", editorOptions: "editorOptions" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function HtmlEditorComponentBase_Template(rf, ctx) { }, encapsulation: 2 });
5131
+ static { this.ɵfac = function HtmlEditorComponentBase_Factory(t) { return new (t || HtmlEditorComponentBase)(); }; }
5132
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponentBase, selectors: [["ng-component"]], inputs: { editorLabelText: "editorLabelText", editorOptions: "editorOptions" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function HtmlEditorComponentBase_Template(rf, ctx) { }, encapsulation: 2 }); }
5191
5133
  }
5192
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponentBase, [{
5134
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponentBase, [{
5193
5135
  type: Component,
5194
5136
  args: [{
5195
5137
  template: "",
5196
5138
  }]
5197
- }], function () { return []; }, { editorLabelText: [{
5139
+ }], () => [], { editorLabelText: [{
5198
5140
  type: Input
5199
5141
  }], editorOptions: [{
5200
5142
  type: Input
5201
5143
  }] }); })();
5144
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib\\ui\\components\\html-editor\\base-html-editor.component.ts", lineNumber: 31 }); })();
5202
5145
 
5203
5146
  /*
5204
5147
  <file>
@@ -5309,15 +5252,16 @@ class ValidationSummaryComponent extends EditComponentBase {
5309
5252
  }
5310
5253
  return messages;
5311
5254
  }
5312
- static ɵfac = function ValidationSummaryComponent_Factory(t) { return new (t || ValidationSummaryComponent)(); };
5313
- 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 });
5255
+ static { this.ɵfac = function ValidationSummaryComponent_Factory(t) { return new (t || ValidationSummaryComponent)(); }; }
5256
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ValidationSummaryComponent, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ValidationSummaryComponent_Template(rf, ctx) { }, encapsulation: 2 }); }
5314
5257
  }
5315
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidationSummaryComponent, [{
5258
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidationSummaryComponent, [{
5316
5259
  type: Component,
5317
5260
  args: [{
5318
5261
  template: ''
5319
5262
  }]
5320
- }], function () { return []; }, null); })();
5263
+ }], () => [], null); })();
5264
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ValidationSummaryComponent, { className: "ValidationSummaryComponent", filePath: "lib\\ui\\validation\\validation-summary.component.ts", lineNumber: 27 }); })();
5321
5265
 
5322
5266
  /*
5323
5267
  <file>
@@ -5350,21 +5294,22 @@ function ItemValidationSummaryComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
5350
5294
  i0.ɵɵelementEnd();
5351
5295
  } if (rf & 2) {
5352
5296
  const ctx_r0 = i0.ɵɵnextContext();
5353
- i0.ɵɵadvance(1);
5297
+ i0.ɵɵadvance();
5354
5298
  i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.controls[ctx_r0.controlName]));
5355
5299
  } }
5356
5300
  class ItemValidationSummaryComponent extends ValidationSummaryComponent {
5357
- static ɵfac = /*@__PURE__*/ function () { let ɵItemValidationSummaryComponent_BaseFactory; return function ItemValidationSummaryComponent_Factory(t) { return (ɵItemValidationSummaryComponent_BaseFactory || (ɵItemValidationSummaryComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ItemValidationSummaryComponent)))(t || ItemValidationSummaryComponent); }; }();
5358
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemValidationSummaryComponent, selectors: [["anatoly-item-validation-summary"]], 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) {
5301
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵItemValidationSummaryComponent_BaseFactory; return function ItemValidationSummaryComponent_Factory(t) { return (ɵItemValidationSummaryComponent_BaseFactory || (ɵItemValidationSummaryComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ItemValidationSummaryComponent)))(t || ItemValidationSummaryComponent); }; })(); }
5302
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemValidationSummaryComponent, selectors: [["anatoly-item-validation-summary"]], 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) {
5359
5303
  i0.ɵɵtemplate(0, ItemValidationSummaryComponent_ul_0_Template, 2, 1, "ul", 0);
5360
5304
  } if (rf & 2) {
5361
5305
  i0.ɵɵproperty("ngIf", ctx.isControlInvalid(ctx.controlName));
5362
- } }, dependencies: [i1$2.NgForOf, i1$2.NgIf], encapsulation: 2 });
5306
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf], encapsulation: 2 }); }
5363
5307
  }
5364
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
5308
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
5365
5309
  type: Component,
5366
5310
  args: [{ selector: "anatoly-item-validation-summary", template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.controls[controlName])\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
5367
5311
  }], null, null); })();
5312
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemValidationSummaryComponent, { className: "ItemValidationSummaryComponent", filePath: "lib\\ui\\validation\\item-validation-summary.component.ts", lineNumber: 27 }); })();
5368
5313
 
5369
5314
  /*
5370
5315
  <file>
@@ -5382,19 +5327,19 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
5382
5327
  </file>
5383
5328
  */
5384
5329
  //Node
5385
- const _c0$5 = function (a0) { return { "has-error": a0 }; };
5330
+ const _c0$5 = a0 => ({ "has-error": a0 });
5386
5331
  class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
5387
- editorFormKey = "html";
5388
5332
  constructor() {
5389
5333
  super();
5334
+ this.editorFormKey = "html";
5390
5335
  }
5391
5336
  setFormValueAfterInitialized(name, value) {
5392
5337
  this.doAfterInitialized(function (that) {
5393
5338
  that.setFormValue(name, value);
5394
5339
  });
5395
5340
  }
5396
- static ɵfac = function FormsHtmlEditorComponent_Factory(t) { return new (t || FormsHtmlEditorComponent)(); };
5397
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormsHtmlEditorComponent, selectors: [["anatoly-forms-html-editor"]], inputs: { editorFormKey: "editorFormKey" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 10, consts: [[1, "form-group", 3, "formGroup", "ngClass"], [1, "col-form-label"], [3, "formControlName", "froalaEditor", "froalaInit"], [3, "formGroup", "formSubmitted", "controlName"]], template: function FormsHtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
5341
+ static { this.ɵfac = function FormsHtmlEditorComponent_Factory(t) { return new (t || FormsHtmlEditorComponent)(); }; }
5342
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormsHtmlEditorComponent, selectors: [["anatoly-forms-html-editor"]], inputs: { editorFormKey: "editorFormKey" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 10, consts: [[1, "form-group", 3, "formGroup", "ngClass"], [1, "col-form-label"], [3, "formControlName", "froalaEditor", "froalaInit"], [3, "formGroup", "formSubmitted", "controlName"]], template: function FormsHtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
5398
5343
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
5399
5344
  i0.ɵɵtext(2);
5400
5345
  i0.ɵɵelementEnd();
@@ -5407,18 +5352,19 @@ class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
5407
5352
  i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(8, _c0$5, ctx.isControlInvalid(ctx.editorFormKey)));
5408
5353
  i0.ɵɵadvance(2);
5409
5354
  i0.ɵɵtextInterpolate(ctx.editorLabelText);
5410
- i0.ɵɵadvance(1);
5355
+ i0.ɵɵadvance();
5411
5356
  i0.ɵɵproperty("formControlName", ctx.editorFormKey)("froalaEditor", ctx.options);
5412
- i0.ɵɵadvance(1);
5357
+ i0.ɵɵadvance();
5413
5358
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.editorFormKey);
5414
- } }, dependencies: [i1$2.NgClass, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3.FroalaEditorDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
5359
+ } }, dependencies: [i1$2.NgClass, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3.FroalaEditorDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
5415
5360
  }
5416
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormsHtmlEditorComponent, [{
5361
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormsHtmlEditorComponent, [{
5417
5362
  type: Component,
5418
5363
  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 </anatoly-item-validation-summary>\r\n</div>\r\n" }]
5419
- }], function () { return []; }, { editorFormKey: [{
5364
+ }], () => [], { editorFormKey: [{
5420
5365
  type: Input
5421
5366
  }] }); })();
5367
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormsHtmlEditorComponent, { className: "FormsHtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\forms-html-editor.component.ts", lineNumber: 27 }); })();
5422
5368
 
5423
5369
  /*
5424
5370
  <file>
@@ -5456,8 +5402,8 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
5456
5402
  }
5457
5403
  return editor.html.get(false);
5458
5404
  }
5459
- static ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); };
5460
- 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) {
5405
+ static { this.ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); }; }
5406
+ static { this.ɵ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) {
5461
5407
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
5462
5408
  i0.ɵɵtext(2);
5463
5409
  i0.ɵɵelementEnd();
@@ -5467,14 +5413,15 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
5467
5413
  } if (rf & 2) {
5468
5414
  i0.ɵɵadvance(2);
5469
5415
  i0.ɵɵtextInterpolate(ctx.editorLabelText);
5470
- i0.ɵɵadvance(1);
5416
+ i0.ɵɵadvance();
5471
5417
  i0.ɵɵproperty("froalaEditor", ctx.options);
5472
- } }, dependencies: [i3.FroalaEditorDirective], encapsulation: 2 });
5418
+ } }, dependencies: [i3.FroalaEditorDirective], encapsulation: 2 }); }
5473
5419
  }
5474
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
5420
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
5475
5421
  type: Component,
5476
5422
  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" }]
5477
- }], function () { return []; }, null); })();
5423
+ }], () => [], null); })();
5424
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\html-editor.component.ts", lineNumber: 27 }); })();
5478
5425
 
5479
5426
  /*
5480
5427
  <file>
@@ -5531,16 +5478,16 @@ function FormValidationSummaryComponent_div_0_Template(rf, ctx) { if (rf & 1) {
5531
5478
  i0.ɵɵproperty("ngForOf", ctx_r0.getErrors());
5532
5479
  } }
5533
5480
  class FormValidationSummaryComponent extends ValidationSummaryComponent {
5534
- visible = false;
5535
- customerrors = [];
5536
- /*
5537
- 0 - all
5538
- 1 - only FormValidation messages
5539
- 2 - only Custom messages
5540
- */
5541
- viewtype = 0;
5542
5481
  constructor() {
5543
5482
  super();
5483
+ this.visible = false;
5484
+ this.customerrors = [];
5485
+ /*
5486
+ 0 - all
5487
+ 1 - only FormValidation messages
5488
+ 2 - only Custom messages
5489
+ */
5490
+ this.viewtype = 0;
5544
5491
  }
5545
5492
  getErrors() {
5546
5493
  let messages = [];
@@ -5559,23 +5506,24 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
5559
5506
  }
5560
5507
  return messages;
5561
5508
  }
5562
- static ɵfac = function FormValidationSummaryComponent_Factory(t) { return new (t || FormValidationSummaryComponent)(); };
5563
- 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) {
5509
+ static { this.ɵfac = function FormValidationSummaryComponent_Factory(t) { return new (t || FormValidationSummaryComponent)(); }; }
5510
+ static { this.ɵ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) {
5564
5511
  i0.ɵɵtemplate(0, FormValidationSummaryComponent_div_0_Template, 5, 1, "div", 0);
5565
5512
  } if (rf & 2) {
5566
5513
  i0.ɵɵproperty("ngIf", ctx.visible);
5567
- } }, dependencies: [i1$2.NgForOf, i1$2.NgIf], encapsulation: 2 });
5514
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf], encapsulation: 2 }); }
5568
5515
  }
5569
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidationSummaryComponent, [{
5516
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidationSummaryComponent, [{
5570
5517
  type: Component,
5571
5518
  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" }]
5572
- }], function () { return []; }, { visible: [{
5519
+ }], () => [], { visible: [{
5573
5520
  type: Input
5574
5521
  }], customerrors: [{
5575
5522
  type: Input
5576
5523
  }], viewtype: [{
5577
5524
  type: Input
5578
5525
  }] }); })();
5526
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormValidationSummaryComponent, { className: "FormValidationSummaryComponent", filePath: "lib\\ui\\validation\\form-validation-summary.component.ts", lineNumber: 27 }); })();
5579
5527
 
5580
5528
  /*
5581
5529
  <file>
@@ -5600,7 +5548,7 @@ function ContactUsForm_option_12_Template(rf, ctx) { if (rf & 1) {
5600
5548
  } if (rf & 2) {
5601
5549
  const topic_r3 = ctx.$implicit;
5602
5550
  i0.ɵɵproperty("value", topic_r3.value);
5603
- i0.ɵɵadvance(1);
5551
+ i0.ɵɵadvance();
5604
5552
  i0.ɵɵtextInterpolate1("", topic_r3.value, " ");
5605
5553
  } }
5606
5554
  function ContactUsForm_p_23_Template(rf, ctx) { if (rf & 1) {
@@ -5616,27 +5564,8 @@ function ContactUsForm_button_38_Template(rf, ctx) { if (rf & 1) {
5616
5564
  const ctx_r2 = i0.ɵɵnextContext();
5617
5565
  i0.ɵɵclassProp("btn-primary", !ctx_r2.formGroup.invalid);
5618
5566
  } }
5619
- const _c0$4 = function (a0) { return { "has-error": a0 }; };
5567
+ const _c0$4 = a0 => ({ "has-error": a0 });
5620
5568
  class ContactUsForm extends EditComponentBase {
5621
- reCaptcha;
5622
- fb;
5623
- appContext;
5624
- api;
5625
- notificationService;
5626
- isUserSignedIn = false;
5627
- reCaptchaSiteKey;
5628
- selectedTopic;
5629
- topicList = [
5630
- { value: 'Billing & Pricing' },
5631
- { value: 'Legal & Privacy' },
5632
- { value: 'Repor abuse' },
5633
- { value: 'Technical Support' },
5634
- { value: 'Other' }
5635
- ];
5636
- //Inputs
5637
- showActionButtons = true;
5638
- //Outputs
5639
- submit = new EventEmitter();
5640
5569
  constructor(reCaptcha, fb, appContext, api, notificationService) {
5641
5570
  super();
5642
5571
  this.reCaptcha = reCaptcha;
@@ -5644,6 +5573,18 @@ class ContactUsForm extends EditComponentBase {
5644
5573
  this.appContext = appContext;
5645
5574
  this.api = api;
5646
5575
  this.notificationService = notificationService;
5576
+ this.isUserSignedIn = false;
5577
+ this.topicList = [
5578
+ { value: 'Billing & Pricing' },
5579
+ { value: 'Legal & Privacy' },
5580
+ { value: 'Repor abuse' },
5581
+ { value: 'Technical Support' },
5582
+ { value: 'Other' }
5583
+ ];
5584
+ //Inputs
5585
+ this.showActionButtons = true;
5586
+ //Outputs
5587
+ this.submit = new EventEmitter();
5647
5588
  }
5648
5589
  ngOnInit() {
5649
5590
  this.createFormGroup();
@@ -5700,8 +5641,8 @@ class ContactUsForm extends EditComponentBase {
5700
5641
  onTopicChange(event) {
5701
5642
  this.selectedTopic = event.target.value;
5702
5643
  }
5703
- 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)); };
5704
- 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) {
5644
+ static { this.ɵ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)); }; }
5645
+ static { this.ɵ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) {
5705
5646
  i0.ɵɵelementStart(0, "form", 0);
5706
5647
  i0.ɵɵlistener("ngSubmit", function ContactUsForm_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
5707
5648
  i0.ɵɵelement(1, "anatoly-form-validation-summary", 1);
@@ -5744,25 +5685,25 @@ class ContactUsForm extends EditComponentBase {
5744
5685
  i0.ɵɵelementEnd()()()();
5745
5686
  } if (rf & 2) {
5746
5687
  i0.ɵɵproperty("formGroup", ctx.formGroup);
5747
- i0.ɵɵadvance(1);
5688
+ i0.ɵɵadvance();
5748
5689
  i0.ɵɵproperty("formGroup", ctx.formGroup)("visible", ctx.formSubmitted && ctx.formGroup.invalid);
5749
5690
  i0.ɵɵadvance(6);
5750
5691
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(21, _c0$4, ctx.isControlInvalid("topic")));
5751
5692
  i0.ɵɵadvance(5);
5752
5693
  i0.ɵɵproperty("ngForOf", ctx.topicList);
5753
- i0.ɵɵadvance(1);
5694
+ i0.ɵɵadvance();
5754
5695
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
5755
- i0.ɵɵadvance(1);
5696
+ i0.ɵɵadvance();
5756
5697
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(23, _c0$4, ctx.isControlInvalid("name")));
5757
5698
  i0.ɵɵadvance(4);
5758
5699
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
5759
- i0.ɵɵadvance(1);
5700
+ i0.ɵɵadvance();
5760
5701
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(25, _c0$4, ctx.isControlInvalid("email")));
5761
5702
  i0.ɵɵadvance(4);
5762
5703
  i0.ɵɵproperty("ngIf", !ctx.isUserSignedIn);
5763
- i0.ɵɵadvance(1);
5704
+ i0.ɵɵadvance();
5764
5705
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
5765
- i0.ɵɵadvance(1);
5706
+ i0.ɵɵadvance();
5766
5707
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c0$4, ctx.isControlInvalid("subject")));
5767
5708
  i0.ɵɵadvance(4);
5768
5709
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
@@ -5772,16 +5713,17 @@ class ContactUsForm extends EditComponentBase {
5772
5713
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
5773
5714
  i0.ɵɵadvance(3);
5774
5715
  i0.ɵɵproperty("ngIf", ctx.showActionButtons);
5775
- } }, dependencies: [i1$2.NgClass, i1$2.NgForOf, i1$2.NgIf, i2.ɵNgNoValidate, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.DefaultValueAccessor, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective, FormValidationSummaryComponent, ItemValidationSummaryComponent], encapsulation: 2 });
5716
+ } }, dependencies: [i1$2.NgClass, i1$2.NgForOf, i1$2.NgIf, i2.ɵNgNoValidate, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.DefaultValueAccessor, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective, FormValidationSummaryComponent, ItemValidationSummaryComponent], encapsulation: 2 }); }
5776
5717
  }
5777
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
5718
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
5778
5719
  type: Component,
5779
5720
  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" }]
5780
- }], function () { return [{ type: i1$8.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }]; }, { showActionButtons: [{
5721
+ }], () => [{ type: i1$8.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }], { showActionButtons: [{
5781
5722
  type: Input
5782
5723
  }], submit: [{
5783
5724
  type: Output
5784
5725
  }] }); })();
5726
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsForm, { className: "ContactUsForm", filePath: "lib\\ui\\forms\\contact-us\\contact-us.ts", lineNumber: 32 }); })();
5785
5727
 
5786
5728
  /*
5787
5729
  <file>
@@ -5821,7 +5763,6 @@ function ContactUsDialog_kendo_dialog_0_Template(rf, ctx) { if (rf & 1) {
5821
5763
  i0.ɵɵproperty("showActionButtons", false);
5822
5764
  } }
5823
5765
  class ContactUsDialog extends DialogBase {
5824
- contactUsForm;
5825
5766
  constructor() {
5826
5767
  super();
5827
5768
  }
@@ -5835,8 +5776,8 @@ class ContactUsDialog extends DialogBase {
5835
5776
  onSubmit() {
5836
5777
  super.close();
5837
5778
  }
5838
- static ɵfac = function ContactUsDialog_Factory(t) { return new (t || ContactUsDialog)(); };
5839
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsDialog, selectors: [["anatoly-contactus-dialog"]], viewQuery: function ContactUsDialog_Query(rf, ctx) { if (rf & 1) {
5779
+ static { this.ɵfac = function ContactUsDialog_Factory(t) { return new (t || ContactUsDialog)(); }; }
5780
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsDialog, selectors: [["anatoly-contactus-dialog"]], viewQuery: function ContactUsDialog_Query(rf, ctx) { if (rf & 1) {
5840
5781
  i0.ɵɵviewQuery(_c0$3, 5);
5841
5782
  } if (rf & 2) {
5842
5783
  let _t;
@@ -5845,15 +5786,16 @@ class ContactUsDialog extends DialogBase {
5845
5786
  i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 0);
5846
5787
  } if (rf & 2) {
5847
5788
  i0.ɵɵproperty("ngIf", ctx.isOpen);
5848
- } }, dependencies: [i1$2.NgIf, i2$1.DialogComponent, i2$1.DialogActionsComponent, ContactUsForm], encapsulation: 2 });
5789
+ } }, dependencies: [i1$2.NgIf, i2$1.DialogComponent, i2$1.DialogActionsComponent, ContactUsForm], encapsulation: 2 }); }
5849
5790
  }
5850
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
5791
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
5851
5792
  type: Component,
5852
5793
  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>" }]
5853
- }], function () { return []; }, { contactUsForm: [{
5794
+ }], () => [], { contactUsForm: [{
5854
5795
  type: ViewChild,
5855
5796
  args: ['contactusform']
5856
5797
  }] }); })();
5798
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsDialog, { className: "ContactUsDialog", filePath: "lib\\ui\\dialogs\\contact-us\\contact-us.dialog.ts", lineNumber: 28 }); })();
5857
5799
 
5858
5800
  /*
5859
5801
  <file>
@@ -5888,21 +5830,23 @@ class ContactUsDialog extends DialogBase {
5888
5830
  */
5889
5831
  //Node
5890
5832
  class HoveringDirective {
5891
- hovering = false;
5833
+ constructor() {
5834
+ this.hovering = false;
5835
+ }
5892
5836
  onMouseEnter() {
5893
5837
  this.hovering = true;
5894
5838
  }
5895
5839
  onMouseLeave() {
5896
5840
  this.hovering = false;
5897
5841
  }
5898
- static ɵfac = function HoveringDirective_Factory(t) { return new (t || HoveringDirective)(); };
5899
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: HoveringDirective, selectors: [["", "anatoly-hover", ""]], hostVars: 2, hostBindings: function HoveringDirective_HostBindings(rf, ctx) { if (rf & 1) {
5842
+ static { this.ɵfac = function HoveringDirective_Factory(t) { return new (t || HoveringDirective)(); }; }
5843
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: HoveringDirective, selectors: [["", "anatoly-hover", ""]], hostVars: 2, hostBindings: function HoveringDirective_HostBindings(rf, ctx) { if (rf & 1) {
5900
5844
  i0.ɵɵlistener("mouseenter", function HoveringDirective_mouseenter_HostBindingHandler() { return ctx.onMouseEnter(); })("mouseleave", function HoveringDirective_mouseleave_HostBindingHandler() { return ctx.onMouseLeave(); });
5901
5845
  } if (rf & 2) {
5902
5846
  i0.ɵɵclassProp("hovering", ctx.hovering);
5903
- } } });
5847
+ } } }); }
5904
5848
  }
5905
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HoveringDirective, [{
5849
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HoveringDirective, [{
5906
5850
  type: Directive,
5907
5851
  args: [{
5908
5852
  selector: '[anatoly-hover]'
@@ -5963,10 +5907,10 @@ function AddressComponent_div_17_option_4_Template(rf, ctx) { if (rf & 1) {
5963
5907
  } if (rf & 2) {
5964
5908
  const state_r4 = ctx.$implicit;
5965
5909
  i0.ɵɵproperty("value", state_r4.code);
5966
- i0.ɵɵadvance(1);
5910
+ i0.ɵɵadvance();
5967
5911
  i0.ɵɵtextInterpolate(state_r4.name);
5968
5912
  } }
5969
- const _c0$2 = function (a0) { return { "has-error": a0 }; };
5913
+ const _c0$2 = a0 => ({ "has-error": a0 });
5970
5914
  function AddressComponent_div_17_Template(rf, ctx) { if (rf & 1) {
5971
5915
  const _r6 = i0.ɵɵgetCurrentView();
5972
5916
  i0.ɵɵelementStart(0, "div", 9)(1, "label", 4);
@@ -5983,7 +5927,7 @@ function AddressComponent_div_17_Template(rf, ctx) { if (rf & 1) {
5983
5927
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$2, ctx_r1.isControlInvalid("address_stateOrRegion")));
5984
5928
  i0.ɵɵadvance(4);
5985
5929
  i0.ɵɵproperty("ngForOf", ctx_r1.usStateData);
5986
- i0.ɵɵadvance(1);
5930
+ i0.ɵɵadvance();
5987
5931
  i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted);
5988
5932
  } }
5989
5933
  function AddressComponent_option_27_Template(rf, ctx) { if (rf & 1) {
@@ -5993,19 +5937,10 @@ function AddressComponent_option_27_Template(rf, ctx) { if (rf & 1) {
5993
5937
  } if (rf & 2) {
5994
5938
  const country_r7 = ctx.$implicit;
5995
5939
  i0.ɵɵproperty("value", country_r7.code);
5996
- i0.ɵɵadvance(1);
5940
+ i0.ɵɵadvance();
5997
5941
  i0.ɵɵtextInterpolate(country_r7.name);
5998
5942
  } }
5999
5943
  class AddressComponent extends EditComponentBase {
6000
- fb;
6001
- api;
6002
- //Private
6003
- _address;
6004
- formGroupGenerated = false;
6005
- countryData = [];
6006
- usStateData = [];
6007
- currentCountry = 'US';
6008
- currentUSState = 'NY';
6009
5944
  //Inputs
6010
5945
  get address() {
6011
5946
  return this._address;
@@ -6016,12 +5951,17 @@ class AddressComponent extends EditComponentBase {
6016
5951
  this.init();
6017
5952
  }
6018
5953
  }
6019
- //Outputs
6020
- change = new EventEmitter();
6021
5954
  constructor(fb, api) {
6022
5955
  super();
6023
5956
  this.fb = fb;
6024
5957
  this.api = api;
5958
+ this.formGroupGenerated = false;
5959
+ this.countryData = [];
5960
+ this.usStateData = [];
5961
+ this.currentCountry = 'US';
5962
+ this.currentUSState = 'NY';
5963
+ //Outputs
5964
+ this.change = new EventEmitter();
6025
5965
  this.title = 'Address';
6026
5966
  }
6027
5967
  ngOnInit() {
@@ -6088,8 +6028,8 @@ class AddressComponent extends EditComponentBase {
6088
6028
  let usState = event.target.value;
6089
6029
  this.change.emit(usState);
6090
6030
  }
6091
- static ɵfac = function AddressComponent_Factory(t) { return new (t || AddressComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); };
6092
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { 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) {
6031
+ static { this.ɵfac = function AddressComponent_Factory(t) { return new (t || AddressComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); }; }
6032
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { 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) {
6093
6033
  i0.ɵɵelementStart(0, "anatoly-card", 0);
6094
6034
  i0.ɵɵtemplate(1, AddressComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
6095
6035
  i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
@@ -6121,44 +6061,45 @@ class AddressComponent extends EditComponentBase {
6121
6061
  i0.ɵɵelement(28, "anatoly-item-validation-summary", 17);
6122
6062
  i0.ɵɵelementEnd()()()();
6123
6063
  } if (rf & 2) {
6124
- i0.ɵɵadvance(1);
6064
+ i0.ɵɵadvance();
6125
6065
  i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
6126
6066
  i0.ɵɵadvance(2);
6127
6067
  i0.ɵɵproperty("formGroup", ctx.formGroup);
6128
- i0.ɵɵadvance(1);
6068
+ i0.ɵɵadvance();
6129
6069
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(19, _c0$2, ctx.isControlInvalid("address_street")));
6130
6070
  i0.ɵɵadvance(4);
6131
6071
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6132
- i0.ɵɵadvance(1);
6072
+ i0.ɵɵadvance();
6133
6073
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(21, _c0$2, ctx.isControlInvalid("address_street2")));
6134
6074
  i0.ɵɵadvance(2);
6135
6075
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6136
- i0.ɵɵadvance(1);
6076
+ i0.ɵɵadvance();
6137
6077
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(23, _c0$2, ctx.isControlInvalid("address_city")));
6138
6078
  i0.ɵɵadvance(4);
6139
6079
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6140
- i0.ɵɵadvance(1);
6080
+ i0.ɵɵadvance();
6141
6081
  i0.ɵɵproperty("ngIf", ctx.formGroup.value.address_country == "US");
6142
- i0.ɵɵadvance(1);
6082
+ i0.ɵɵadvance();
6143
6083
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(25, _c0$2, ctx.isControlInvalid("address_zipcode")));
6144
6084
  i0.ɵɵadvance(4);
6145
6085
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6146
- i0.ɵɵadvance(1);
6086
+ i0.ɵɵadvance();
6147
6087
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c0$2, ctx.isControlInvalid("address_country")));
6148
6088
  i0.ɵɵadvance(4);
6149
6089
  i0.ɵɵproperty("ngForOf", ctx.countryData);
6150
- i0.ɵɵadvance(1);
6090
+ i0.ɵɵadvance();
6151
6091
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6152
- } }, dependencies: [i1$2.NgClass, i1$2.NgForOf, i1$2.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.DefaultValueAccessor, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
6092
+ } }, dependencies: [i1$2.NgClass, i1$2.NgForOf, i1$2.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.DefaultValueAccessor, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
6153
6093
  }
6154
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
6094
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
6155
6095
  type: Component,
6156
6096
  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" }]
6157
- }], function () { return [{ type: i2.FormBuilder }, { type: CoreApiService }]; }, { address: [{
6097
+ }], () => [{ type: i2.FormBuilder }, { type: CoreApiService }], { address: [{
6158
6098
  type: Input
6159
6099
  }], change: [{
6160
6100
  type: Output
6161
6101
  }] }); })();
6102
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddressComponent, { className: "AddressComponent", filePath: "lib\\ui\\forms\\components\\address\\address.component.ts", lineNumber: 35 }); })();
6162
6103
 
6163
6104
  /*
6164
6105
  <file>
@@ -6182,12 +6123,8 @@ function CompanyComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1)
6182
6123
  const ctx_r0 = i0.ɵɵnextContext();
6183
6124
  i0.ɵɵproperty("title", ctx_r0.title);
6184
6125
  } }
6185
- const _c0$1 = function (a0) { return { "has-error": a0 }; };
6126
+ const _c0$1 = a0 => ({ "has-error": a0 });
6186
6127
  class CompanyComponent extends EditComponentBase {
6187
- fb;
6188
- //Private
6189
- _company;
6190
- formGroupGenerated = false;
6191
6128
  //Inputs
6192
6129
  get company() {
6193
6130
  return this._company;
@@ -6201,6 +6138,7 @@ class CompanyComponent extends EditComponentBase {
6201
6138
  constructor(fb) {
6202
6139
  super();
6203
6140
  this.fb = fb;
6141
+ this.formGroupGenerated = false;
6204
6142
  this.title = 'Company / Organization';
6205
6143
  }
6206
6144
  ngOnInit() {
@@ -6235,8 +6173,8 @@ class CompanyComponent extends EditComponentBase {
6235
6173
  };
6236
6174
  return JSON.stringify(data);
6237
6175
  }
6238
- static ɵfac = function CompanyComponent_Factory(t) { return new (t || CompanyComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder)); };
6239
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { 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) {
6176
+ static { this.ɵfac = function CompanyComponent_Factory(t) { return new (t || CompanyComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder)); }; }
6177
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { 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) {
6240
6178
  i0.ɵɵelementStart(0, "anatoly-card", 0);
6241
6179
  i0.ɵɵtemplate(1, CompanyComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
6242
6180
  i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
@@ -6260,34 +6198,35 @@ class CompanyComponent extends EditComponentBase {
6260
6198
  i0.ɵɵelement(22, "input", 11)(23, "anatoly-item-validation-summary", 12);
6261
6199
  i0.ɵɵelementEnd()()()();
6262
6200
  } if (rf & 2) {
6263
- i0.ɵɵadvance(1);
6201
+ i0.ɵɵadvance();
6264
6202
  i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
6265
6203
  i0.ɵɵadvance(2);
6266
6204
  i0.ɵɵproperty("formGroup", ctx.formGroup);
6267
- i0.ɵɵadvance(1);
6205
+ i0.ɵɵadvance();
6268
6206
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c0$1, ctx.isControlInvalid("company_name")));
6269
6207
  i0.ɵɵadvance(4);
6270
6208
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6271
- i0.ɵɵadvance(1);
6209
+ i0.ɵɵadvance();
6272
6210
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(16, _c0$1, ctx.isControlInvalid("company_phone")));
6273
6211
  i0.ɵɵadvance(4);
6274
6212
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6275
- i0.ɵɵadvance(1);
6213
+ i0.ɵɵadvance();
6276
6214
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(18, _c0$1, ctx.isControlInvalid("company_email")));
6277
6215
  i0.ɵɵadvance(4);
6278
6216
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6279
- i0.ɵɵadvance(1);
6217
+ i0.ɵɵadvance();
6280
6218
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(20, _c0$1, ctx.isControlInvalid("company_websiteUrl")));
6281
6219
  i0.ɵɵadvance(4);
6282
6220
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
6283
- } }, dependencies: [i1$2.NgClass, i1$2.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.PatternValidator, i2.FormGroupDirective, i2.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
6221
+ } }, dependencies: [i1$2.NgClass, i1$2.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.PatternValidator, i2.FormGroupDirective, i2.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
6284
6222
  }
6285
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
6223
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
6286
6224
  type: Component,
6287
6225
  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" }]
6288
- }], function () { return [{ type: i2.FormBuilder }]; }, { company: [{
6226
+ }], () => [{ type: i2.FormBuilder }], { company: [{
6289
6227
  type: Input
6290
6228
  }] }); })();
6229
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompanyComponent, { className: "CompanyComponent", filePath: "lib\\ui\\forms\\components\\company\\company.component.ts", lineNumber: 28 }); })();
6291
6230
 
6292
6231
  /*
6293
6232
  <file>
@@ -6313,7 +6252,7 @@ function UrlSlugComponent_label_4_Template(rf, ctx) { if (rf & 1) {
6313
6252
  i0.ɵɵelementEnd()();
6314
6253
  } if (rf & 2) {
6315
6254
  const ctx_r0 = i0.ɵɵnextContext();
6316
- i0.ɵɵadvance(1);
6255
+ i0.ɵɵadvance();
6317
6256
  i0.ɵɵtextInterpolate1(" ", ctx_r0.title, " ");
6318
6257
  i0.ɵɵadvance(2);
6319
6258
  i0.ɵɵtextInterpolate(ctx_r0.urlPrefix);
@@ -6324,22 +6263,17 @@ function UrlSlugComponent_div_6_Template(rf, ctx) { if (rf & 1) {
6324
6263
  i0.ɵɵelementEnd()();
6325
6264
  } if (rf & 2) {
6326
6265
  const ctx_r1 = i0.ɵɵnextContext();
6327
- i0.ɵɵadvance(1);
6266
+ i0.ɵɵadvance();
6328
6267
  i0.ɵɵpropertyInterpolate2("href", "", ctx_r1.urlPrefix, "", ctx_r1.hrefGo, "", i0.ɵɵsanitizeUrl);
6329
6268
  } }
6330
- const _c0 = function (a0) { return { "has-error": a0 }; };
6269
+ const _c0 = a0 => ({ "has-error": a0 });
6331
6270
  class UrlSlugComponent extends EditComponentBase {
6332
- firstValue = true;
6333
- hrefGo;
6334
- //Inputs
6335
- urlPrefix;
6336
- isGoButtonVisible = true;
6337
- //Validation
6338
- watchedControlName;
6339
- //Outputs
6340
- generating = new EventEmitter();
6341
6271
  constructor() {
6342
6272
  super();
6273
+ this.firstValue = true;
6274
+ this.isGoButtonVisible = true;
6275
+ //Outputs
6276
+ this.generating = new EventEmitter();
6343
6277
  this.title = 'Permalink';
6344
6278
  }
6345
6279
  ngOnInit() {
@@ -6372,8 +6306,8 @@ class UrlSlugComponent extends EditComponentBase {
6372
6306
  let text = this.getFormValue(this.controlName);
6373
6307
  this.generateUrlSlug(text);
6374
6308
  }
6375
- static ɵfac = function UrlSlugComponent_Factory(t) { return new (t || UrlSlugComponent)(); };
6376
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UrlSlugComponent, selectors: [["anatoly-forms-urlslug"]], inputs: { urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible", watchedControlName: "watchedControlName" }, outputs: { generating: "generating" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 13, consts: [[3, "formGroup", "ngClass"], [1, "d-flex", "align-items-end"], [3, "formGroup", "formSubmitted", "formControlName"], [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) {
6309
+ static { this.ɵfac = function UrlSlugComponent_Factory(t) { return new (t || UrlSlugComponent)(); }; }
6310
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UrlSlugComponent, selectors: [["anatoly-forms-urlslug"]], inputs: { urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible", watchedControlName: "watchedControlName" }, outputs: { generating: "generating" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 13, consts: [[3, "formGroup", "ngClass"], [1, "d-flex", "align-items-end"], [3, "formGroup", "formSubmitted", "formControlName"], [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) {
6377
6311
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
6378
6312
  i0.ɵɵelement(2, "anatoly-item-validation-summary", 2);
6379
6313
  i0.ɵɵelementStart(3, "div", 3);
@@ -6390,16 +6324,16 @@ class UrlSlugComponent extends EditComponentBase {
6390
6324
  i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("formControlName", ctx.controlName);
6391
6325
  i0.ɵɵadvance(2);
6392
6326
  i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
6393
- i0.ɵɵadvance(1);
6327
+ i0.ɵɵadvance();
6394
6328
  i0.ɵɵproperty("formControlName", ctx.controlName);
6395
- i0.ɵɵadvance(1);
6329
+ i0.ɵɵadvance();
6396
6330
  i0.ɵɵproperty("ngIf", ctx.isGoButtonVisible);
6397
- } }, dependencies: [i1$2.NgClass, i1$2.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
6331
+ } }, dependencies: [i1$2.NgClass, i1$2.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
6398
6332
  }
6399
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
6333
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
6400
6334
  type: Component,
6401
6335
  args: [{ selector: 'anatoly-forms-urlslug', template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{ classes }}\">\r\n <div class=\"d-flex align-items-end\">\r\n <anatoly-item-validation-summary\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [formControlName]='controlName'>\r\n </anatoly-item-validation-summary>\r\n\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'\r\n class='form-control'\r\n placeholder='Type url slug here'\r\n [formControlName]='controlName'\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" }]
6402
- }], function () { return []; }, { urlPrefix: [{
6336
+ }], () => [], { urlPrefix: [{
6403
6337
  type: Input
6404
6338
  }], isGoButtonVisible: [{
6405
6339
  type: Input
@@ -6408,6 +6342,7 @@ class UrlSlugComponent extends EditComponentBase {
6408
6342
  }], generating: [{
6409
6343
  type: Output
6410
6344
  }] }); })();
6345
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UrlSlugComponent, { className: "UrlSlugComponent", filePath: "lib\\ui\\forms\\components\\urlslug\\urlslug.component.ts", lineNumber: 28 }); })();
6411
6346
 
6412
6347
  /*
6413
6348
  <file>
@@ -6443,7 +6378,9 @@ class UrlSlugComponent extends EditComponentBase {
6443
6378
  */
6444
6379
  //Node
6445
6380
  class FileSizePipe {
6446
- units = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB'];
6381
+ constructor() {
6382
+ this.units = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB'];
6383
+ }
6447
6384
  transform(bytes = 0, precision = 0) {
6448
6385
  if (isNaN(parseFloat(String(bytes))) || !isFinite(bytes))
6449
6386
  return '';
@@ -6454,10 +6391,10 @@ class FileSizePipe {
6454
6391
  }
6455
6392
  return bytes.toFixed(+precision) + ' ' + this.units[unit];
6456
6393
  }
6457
- static ɵfac = function FileSizePipe_Factory(t) { return new (t || FileSizePipe)(); };
6458
- static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true });
6394
+ static { this.ɵfac = function FileSizePipe_Factory(t) { return new (t || FileSizePipe)(); }; }
6395
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true }); }
6459
6396
  }
6460
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileSizePipe, [{
6397
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileSizePipe, [{
6461
6398
  type: Pipe,
6462
6399
  args: [{
6463
6400
  name: 'filesize',
@@ -6489,10 +6426,10 @@ class ReplaceTextPipe {
6489
6426
  return inputData;
6490
6427
  }
6491
6428
  }
6492
- static ɵfac = function ReplaceTextPipe_Factory(t) { return new (t || ReplaceTextPipe)(); };
6493
- static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true });
6429
+ static { this.ɵfac = function ReplaceTextPipe_Factory(t) { return new (t || ReplaceTextPipe)(); }; }
6430
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true }); }
6494
6431
  }
6495
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplaceTextPipe, [{
6432
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplaceTextPipe, [{
6496
6433
  type: Pipe,
6497
6434
  args: [{
6498
6435
  name: "replaceText",
@@ -6516,20 +6453,19 @@ class ReplaceTextPipe {
6516
6453
  */
6517
6454
  //Node
6518
6455
  class SafeHtmlPipe {
6519
- sanitized;
6520
6456
  constructor(sanitized) {
6521
6457
  this.sanitized = sanitized;
6522
6458
  }
6523
6459
  transform(value) {
6524
6460
  return this.sanitized.bypassSecurityTrustHtml(value);
6525
6461
  }
6526
- static ɵfac = function SafeHtmlPipe_Factory(t) { return new (t || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$5.DomSanitizer, 16)); };
6527
- static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true });
6462
+ static { this.ɵfac = function SafeHtmlPipe_Factory(t) { return new (t || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$5.DomSanitizer, 16)); }; }
6463
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true }); }
6528
6464
  }
6529
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
6465
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
6530
6466
  type: Pipe,
6531
6467
  args: [{ name: 'safeHtml' }]
6532
- }], function () { return [{ type: i1$5.DomSanitizer }]; }, null); })();
6468
+ }], () => [{ type: i1$5.DomSanitizer }], null); })();
6533
6469
 
6534
6470
  /*
6535
6471
  <file>
@@ -6581,14 +6517,13 @@ class SafeHtmlPipe {
6581
6517
  //Node
6582
6518
  let InjectorInstance;
6583
6519
  class AnatolyCoreModule {
6584
- injector;
6585
6520
  constructor(injector, parentModule) {
6586
6521
  this.injector = injector;
6587
6522
  InjectorInstance = this.injector;
6588
6523
  }
6589
- static ɵfac = function AnatolyCoreModule_Factory(t) { return new (t || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); };
6590
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyCoreModule });
6591
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
6524
+ static { this.ɵfac = function AnatolyCoreModule_Factory(t) { return new (t || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); }; }
6525
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyCoreModule }); }
6526
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
6592
6527
  DigitalMarketingService,
6593
6528
  GoogleAnalyticsService,
6594
6529
  LoadingService,
@@ -6602,9 +6537,9 @@ class AnatolyCoreModule {
6602
6537
  LocalizationSettingsModule,
6603
6538
  LocalizationModule, RouterModule,
6604
6539
  LocalizationSettingsModule,
6605
- LocalizationModule] });
6540
+ LocalizationModule] }); }
6606
6541
  }
6607
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyCoreModule, [{
6542
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyCoreModule, [{
6608
6543
  type: NgModule,
6609
6544
  args: [{
6610
6545
  imports: [
@@ -6629,11 +6564,11 @@ class AnatolyCoreModule {
6629
6564
  NotificationService
6630
6565
  ]
6631
6566
  }]
6632
- }], function () { return [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
6567
+ }], () => [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
6633
6568
  type: Optional
6634
6569
  }, {
6635
6570
  type: SkipSelf
6636
- }] }]; }, null); })();
6571
+ }] }], null); })();
6637
6572
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyCoreModule, { imports: [CommonModule,
6638
6573
  RouterModule, i1$4.ToastrModule, LocalizationSettingsModule,
6639
6574
  LocalizationModule], exports: [RouterModule,
@@ -6657,14 +6592,14 @@ class AnatolyCoreModule {
6657
6592
  */
6658
6593
  //Node
6659
6594
  class AnatolyDataModule {
6660
- static ɵfac = function AnatolyDataModule_Factory(t) { return new (t || AnatolyDataModule)(); };
6661
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule });
6662
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
6595
+ static { this.ɵfac = function AnatolyDataModule_Factory(t) { return new (t || AnatolyDataModule)(); }; }
6596
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule }); }
6597
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
6663
6598
  CoreApiService,
6664
6599
  EmailsApiService
6665
- ], imports: [CommonModule] });
6600
+ ], imports: [CommonModule] }); }
6666
6601
  }
6667
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyDataModule, [{
6602
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyDataModule, [{
6668
6603
  type: NgModule,
6669
6604
  args: [{
6670
6605
  imports: [
@@ -6827,16 +6762,16 @@ const MSALProviders = [
6827
6762
  AdminGuard
6828
6763
  ];
6829
6764
  class AnatolyIAMModule {
6830
- static ɵfac = function AnatolyIAMModule_Factory(t) { return new (t || AnatolyIAMModule)(); };
6831
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMModule });
6832
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
6765
+ static { this.ɵfac = function AnatolyIAMModule_Factory(t) { return new (t || AnatolyIAMModule)(); }; }
6766
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMModule }); }
6767
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
6833
6768
  ...MSALProviders
6834
6769
  ], imports: [CommonModule,
6835
6770
  RouterModule,
6836
6771
  HttpClientModule,
6837
- MsalModule] });
6772
+ MsalModule] }); }
6838
6773
  }
6839
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyIAMModule, [{
6774
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyIAMModule, [{
6840
6775
  type: NgModule,
6841
6776
  args: [{
6842
6777
  imports: [
@@ -6876,7 +6811,6 @@ class AnatolyIAMModule {
6876
6811
  */
6877
6812
  //Node
6878
6813
  class SignInPage extends PageBase {
6879
- auth;
6880
6814
  constructor(auth) {
6881
6815
  super();
6882
6816
  this.auth = auth;
@@ -6884,13 +6818,14 @@ class SignInPage extends PageBase {
6884
6818
  ngOnInit() {
6885
6819
  this.auth.login();
6886
6820
  }
6887
- static ɵfac = function SignInPage_Factory(t) { return new (t || SignInPage)(i0.ɵɵdirectiveInject(AuthService)); };
6888
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInPage, selectors: [["iam-signin-page"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignInPage_Template(rf, ctx) { }, encapsulation: 2 });
6821
+ static { this.ɵfac = function SignInPage_Factory(t) { return new (t || SignInPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
6822
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInPage, selectors: [["iam-signin-page"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignInPage_Template(rf, ctx) { }, encapsulation: 2 }); }
6889
6823
  }
6890
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInPage, [{
6824
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInPage, [{
6891
6825
  type: Component,
6892
6826
  args: [{ selector: 'iam-signin-page', template: "" }]
6893
- }], function () { return [{ type: AuthService }]; }, null); })();
6827
+ }], () => [{ type: AuthService }], null); })();
6828
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInPage, { className: "SignInPage", filePath: "lib\\iam\\pages\\signin.page.ts", lineNumber: 31 }); })();
6894
6829
 
6895
6830
  /*
6896
6831
  <file>
@@ -6912,7 +6847,6 @@ class SignInPage extends PageBase {
6912
6847
  */
6913
6848
  //Node
6914
6849
  class SignOutPage extends PageBase {
6915
- auth;
6916
6850
  constructor(auth) {
6917
6851
  super();
6918
6852
  this.auth = auth;
@@ -6920,13 +6854,14 @@ class SignOutPage extends PageBase {
6920
6854
  ngOnInit() {
6921
6855
  this.auth.logout();
6922
6856
  }
6923
- static ɵfac = function SignOutPage_Factory(t) { return new (t || SignOutPage)(i0.ɵɵdirectiveInject(AuthService)); };
6924
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutPage, selectors: [["iam-signout-page"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignOutPage_Template(rf, ctx) { }, encapsulation: 2 });
6857
+ static { this.ɵfac = function SignOutPage_Factory(t) { return new (t || SignOutPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
6858
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutPage, selectors: [["iam-signout-page"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignOutPage_Template(rf, ctx) { }, encapsulation: 2 }); }
6925
6859
  }
6926
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutPage, [{
6860
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutPage, [{
6927
6861
  type: Component,
6928
6862
  args: [{ selector: 'iam-signout-page', template: "" }]
6929
- }], function () { return [{ type: AuthService }]; }, null); })();
6863
+ }], () => [{ type: AuthService }], null); })();
6864
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutPage, { className: "SignOutPage", filePath: "lib\\iam\\pages\\signout.page.ts", lineNumber: 31 }); })();
6930
6865
 
6931
6866
  /*
6932
6867
  <file>
@@ -6948,7 +6883,6 @@ class SignOutPage extends PageBase {
6948
6883
  */
6949
6884
  //Node
6950
6885
  class SignUpPage extends PageBase {
6951
- auth;
6952
6886
  constructor(auth) {
6953
6887
  super();
6954
6888
  this.auth = auth;
@@ -6956,13 +6890,14 @@ class SignUpPage extends PageBase {
6956
6890
  ngOnInit() {
6957
6891
  this.auth.signUp();
6958
6892
  }
6959
- static ɵfac = function SignUpPage_Factory(t) { return new (t || SignUpPage)(i0.ɵɵdirectiveInject(AuthService)); };
6960
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpPage, selectors: [["iam-signup-page"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignUpPage_Template(rf, ctx) { }, encapsulation: 2 });
6893
+ static { this.ɵfac = function SignUpPage_Factory(t) { return new (t || SignUpPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
6894
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpPage, selectors: [["iam-signup-page"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignUpPage_Template(rf, ctx) { }, encapsulation: 2 }); }
6961
6895
  }
6962
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpPage, [{
6896
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpPage, [{
6963
6897
  type: Component,
6964
6898
  args: [{ selector: 'iam-signup-page', template: "" }]
6965
- }], function () { return [{ type: AuthService }]; }, null); })();
6899
+ }], () => [{ type: AuthService }], null); })();
6900
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpPage, { className: "SignUpPage", filePath: "lib\\iam\\pages\\signup.page.ts", lineNumber: 31 }); })();
6966
6901
 
6967
6902
  /*
6968
6903
  <file>
@@ -7024,14 +6959,14 @@ const PAGES = [
7024
6959
  */
7025
6960
  //Node
7026
6961
  class AnatolyIAMPagesModule {
7027
- static ɵfac = function AnatolyIAMPagesModule_Factory(t) { return new (t || AnatolyIAMPagesModule)(); };
7028
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMPagesModule });
7029
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
6962
+ static { this.ɵfac = function AnatolyIAMPagesModule_Factory(t) { return new (t || AnatolyIAMPagesModule)(); }; }
6963
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMPagesModule }); }
6964
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7030
6965
  RouterModule,
7031
6966
  HttpClientModule,
7032
- IAMRouterModule] });
6967
+ IAMRouterModule] }); }
7033
6968
  }
7034
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyIAMPagesModule, [{
6969
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyIAMPagesModule, [{
7035
6970
  type: NgModule,
7036
6971
  args: [{
7037
6972
  imports: [
@@ -7070,12 +7005,12 @@ class FaModule {
7070
7005
  constructor(library) {
7071
7006
  library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
7072
7007
  }
7073
- static ɵfac = function FaModule_Factory(t) { return new (t || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); };
7074
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule });
7075
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7076
- FontAwesomeModule, FontAwesomeModule] });
7008
+ static { this.ɵfac = function FaModule_Factory(t) { return new (t || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); }; }
7009
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule }); }
7010
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7011
+ FontAwesomeModule, FontAwesomeModule] }); }
7077
7012
  }
7078
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FaModule, [{
7013
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FaModule, [{
7079
7014
  type: NgModule,
7080
7015
  args: [{
7081
7016
  imports: [
@@ -7086,7 +7021,7 @@ class FaModule {
7086
7021
  FontAwesomeModule
7087
7022
  ]
7088
7023
  }]
7089
- }], function () { return [{ type: i1$6.FaIconLibrary }]; }, null); })();
7024
+ }], () => [{ type: i1$6.FaIconLibrary }], null); })();
7090
7025
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FaModule, { imports: [CommonModule,
7091
7026
  FontAwesomeModule], exports: [FontAwesomeModule] }); })();
7092
7027
 
@@ -7107,9 +7042,9 @@ class FaModule {
7107
7042
  */
7108
7043
  //Node
7109
7044
  class KendoModule {
7110
- static ɵfac = function KendoModule_Factory(t) { return new (t || KendoModule)(); };
7111
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: KendoModule });
7112
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7045
+ static { this.ɵfac = function KendoModule_Factory(t) { return new (t || KendoModule)(); }; }
7046
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: KendoModule }); }
7047
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7113
7048
  ButtonsModule,
7114
7049
  DialogsModule,
7115
7050
  DropDownsModule,
@@ -7124,9 +7059,9 @@ class KendoModule {
7124
7059
  PagerModule,
7125
7060
  TreeViewModule,
7126
7061
  TooltipsModule,
7127
- IconsModule] });
7062
+ IconsModule] }); }
7128
7063
  }
7129
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KendoModule, [{
7064
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KendoModule, [{
7130
7065
  type: NgModule,
7131
7066
  args: [{
7132
7067
  imports: [
@@ -7227,18 +7162,18 @@ const COMPONENTS = [
7227
7162
  ItemValidationSummaryComponent
7228
7163
  ];
7229
7164
  class AnatolyUIModule {
7230
- static ɵfac = function AnatolyUIModule_Factory(t) { return new (t || AnatolyUIModule)(); };
7231
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyUIModule });
7232
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7165
+ static { this.ɵfac = function AnatolyUIModule_Factory(t) { return new (t || AnatolyUIModule)(); }; }
7166
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyUIModule }); }
7167
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7233
7168
  RouterModule,
7234
7169
  ReactiveFormsModule,
7235
7170
  FormsModule,
7236
7171
  NgxCaptchaModule,
7237
7172
  FERootModule,
7238
7173
  FaModule,
7239
- KendoModule] });
7174
+ KendoModule] }); }
7240
7175
  }
7241
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyUIModule, [{
7176
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyUIModule, [{
7242
7177
  type: NgModule,
7243
7178
  args: [{
7244
7179
  imports: [
@@ -7361,18 +7296,18 @@ class AnatolyUIModule {
7361
7296
  */
7362
7297
  //Node
7363
7298
  class AnatolyModule {
7364
- static ɵfac = function AnatolyModule_Factory(t) { return new (t || AnatolyModule)(); };
7365
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyModule });
7366
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7299
+ static { this.ɵfac = function AnatolyModule_Factory(t) { return new (t || AnatolyModule)(); }; }
7300
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyModule }); }
7301
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
7367
7302
  AnatolyCoreModule,
7368
7303
  AnatolyDataModule,
7369
7304
  AnatolyIAMModule,
7370
7305
  AnatolyUIModule, AnatolyCoreModule,
7371
7306
  AnatolyDataModule,
7372
7307
  AnatolyIAMModule,
7373
- AnatolyUIModule] });
7308
+ AnatolyUIModule] }); }
7374
7309
  }
7375
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyModule, [{
7310
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyModule, [{
7376
7311
  type: NgModule,
7377
7312
  args: [{
7378
7313
  imports: [