@osovitny/anatoly 3.17.160 → 3.19.2

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 (182) hide show
  1. package/fesm2022/osovitny-anatoly.mjs +569 -532
  2. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  3. package/lib/billing/utils.d.ts +2 -1
  4. package/lib/core/converts/convert.d.ts +1 -1
  5. package/lib/core/guid.d.ts +1 -1
  6. package/lib/core/is.d.ts +5 -5
  7. package/lib/ui/components/base/components/component.d.ts +1 -1
  8. package/lib/ui/components/base/components/edit.component.d.ts +1 -1
  9. package/lib/ui/components/base/components/enum-edit.component.d.ts +1 -1
  10. package/lib/ui/components/data-grid/control-panel.component.d.ts +6 -5
  11. package/lib/ui/components/dropdownlists/country/country.dropdownlist.d.ts +1 -3
  12. package/lib/ui/components/identity/signin-button.component.d.ts +0 -1
  13. package/lib/ui/components/identity/signout-button.component.d.ts +0 -1
  14. package/lib/ui/components/identity/signup-button.component.d.ts +0 -1
  15. package/lib/ui/directives/index.d.ts +1 -1
  16. package/lib/ui/directives/replacer/replacer.base.directive.d.ts +2 -1
  17. package/package.json +58 -60
  18. package/esm2022/lib/anatoly.module.mjs +0 -62
  19. package/esm2022/lib/billing/billing.module.mjs +0 -81
  20. package/esm2022/lib/billing/components/buttons/buyaccess-button.component.mjs +0 -104
  21. package/esm2022/lib/billing/components/buttons/subscribe-plan-button.component.mjs +0 -113
  22. package/esm2022/lib/billing/components/exports.mjs +0 -28
  23. package/esm2022/lib/billing/components/index.mjs +0 -31
  24. package/esm2022/lib/billing/components/order-summary/order-summary.component.mjs +0 -154
  25. package/esm2022/lib/billing/components/payment-methods/payment-methods.component.mjs +0 -106
  26. package/esm2022/lib/billing/components/payment-options/payment-options.component.mjs +0 -97
  27. package/esm2022/lib/billing/components/pm/braintree/braintree.component.mjs +0 -155
  28. package/esm2022/lib/billing/components/pm/paypal/paypal-button.component.mjs +0 -159
  29. package/esm2022/lib/billing/components/pm/paypal/paypal-subscribe-button.component.mjs +0 -149
  30. package/esm2022/lib/billing/components/pm/paypal/paypal.component.mjs +0 -317
  31. package/esm2022/lib/billing/components/pm/stripe/stripe.component.mjs +0 -109
  32. package/esm2022/lib/billing/exports.mjs +0 -19
  33. package/esm2022/lib/billing/models/paypal-models.mjs +0 -16
  34. package/esm2022/lib/billing/services/payments.service.mjs +0 -170
  35. package/esm2022/lib/billing/services/paypal-script.service.mjs +0 -90
  36. package/esm2022/lib/billing/utils.mjs +0 -28
  37. package/esm2022/lib/core/browser.mjs +0 -24
  38. package/esm2022/lib/core/consts/app-settings.mjs +0 -55
  39. package/esm2022/lib/core/consts/core-settings.mjs +0 -29
  40. package/esm2022/lib/core/consts/formats.mjs +0 -27
  41. package/esm2022/lib/core/consts/ga.mjs +0 -26
  42. package/esm2022/lib/core/consts/storageKeys.mjs +0 -23
  43. package/esm2022/lib/core/converts/convert.mjs +0 -103
  44. package/esm2022/lib/core/converts/dateConvert.mjs +0 -60
  45. package/esm2022/lib/core/converts/tz/tzParseTimezone.mjs +0 -122
  46. package/esm2022/lib/core/converts/tz/tzTokenizeDate.mjs +0 -101
  47. package/esm2022/lib/core/converts/xmlFormatter.mjs +0 -34
  48. package/esm2022/lib/core/core.module.mjs +0 -112
  49. package/esm2022/lib/core/dom.mjs +0 -153
  50. package/esm2022/lib/core/enums/billing.mjs +0 -56
  51. package/esm2022/lib/core/enums/enums.mjs +0 -35
  52. package/esm2022/lib/core/enums/index.mjs +0 -17
  53. package/esm2022/lib/core/exports.mjs +0 -67
  54. package/esm2022/lib/core/go/apps-go.service.mjs +0 -88
  55. package/esm2022/lib/core/go/go.service.mjs +0 -86
  56. package/esm2022/lib/core/guards/once-import.guard.mjs +0 -21
  57. package/esm2022/lib/core/guards/starter.guard.mjs +0 -46
  58. package/esm2022/lib/core/guid.mjs +0 -22
  59. package/esm2022/lib/core/interceptors/httpInterceptor.mjs +0 -161
  60. package/esm2022/lib/core/is.mjs +0 -98
  61. package/esm2022/lib/core/localization/localization.module.mjs +0 -45
  62. package/esm2022/lib/core/localization/localization.service.mjs +0 -164
  63. package/esm2022/lib/core/localization/localize.pipe.mjs +0 -83
  64. package/esm2022/lib/core/localization/settings.module.mjs +0 -103
  65. package/esm2022/lib/core/localization/utils.mjs +0 -41
  66. package/esm2022/lib/core/logging/globalErrorHandler.mjs +0 -41
  67. package/esm2022/lib/core/logging/logging.service.mjs +0 -40
  68. package/esm2022/lib/core/models/qs.mjs +0 -17
  69. package/esm2022/lib/core/notifications/alerts.mjs +0 -116
  70. package/esm2022/lib/core/notifications/interfaces/notification.mjs +0 -17
  71. package/esm2022/lib/core/notifications/services/notification-service.mjs +0 -83
  72. package/esm2022/lib/core/performance/stopwatch.mjs +0 -50
  73. package/esm2022/lib/core/services/appcontext.service.mjs +0 -186
  74. package/esm2022/lib/core/services/dm.service.mjs +0 -69
  75. package/esm2022/lib/core/services/google-analytics.service.mjs +0 -75
  76. package/esm2022/lib/core/services/idle.service.mjs +0 -77
  77. package/esm2022/lib/core/services/loading.service.mjs +0 -67
  78. package/esm2022/lib/core/services/script.service.mjs +0 -77
  79. package/esm2022/lib/core/services/starter.service.mjs +0 -85
  80. package/esm2022/lib/core/services/web-storage.service.mjs +0 -66
  81. package/esm2022/lib/core/subs.mjs +0 -31
  82. package/esm2022/lib/core/utils/qsutils.mjs +0 -84
  83. package/esm2022/lib/core/utils/utils.mjs +0 -112
  84. package/esm2022/lib/data/base/api.service.mjs +0 -94
  85. package/esm2022/lib/data/base/grid/grid-edit.service.mjs +0 -80
  86. package/esm2022/lib/data/base/grid/grid-read.service.mjs +0 -60
  87. package/esm2022/lib/data/data.module.mjs +0 -66
  88. package/esm2022/lib/data/exports.mjs +0 -29
  89. package/esm2022/lib/data/services/billing/currencies-api.service.mjs +0 -41
  90. package/esm2022/lib/data/services/billing/currencies-storage.service.mjs +0 -92
  91. package/esm2022/lib/data/services/billing/discountcodes-api.service.mjs +0 -37
  92. package/esm2022/lib/data/services/billing/payments-api.service.mjs +0 -64
  93. package/esm2022/lib/data/services/billing/subscriptions-api.service.mjs +0 -61
  94. package/esm2022/lib/data/services/billing/transactions-api.service.mjs +0 -43
  95. package/esm2022/lib/data/services/core-api.service.mjs +0 -44
  96. package/esm2022/lib/data/services/emails-api.service.mjs +0 -47
  97. package/esm2022/lib/external/fa.module.mjs +0 -45
  98. package/esm2022/lib/external/kendo.module.mjs +0 -179
  99. package/esm2022/lib/iam/b2c/b2c.mjs +0 -40
  100. package/esm2022/lib/iam/b2c/consts.mjs +0 -25
  101. package/esm2022/lib/iam/b2c/index.mjs +0 -21
  102. package/esm2022/lib/iam/configs.mjs +0 -109
  103. package/esm2022/lib/iam/consts.mjs +0 -22
  104. package/esm2022/lib/iam/exports.mjs +0 -22
  105. package/esm2022/lib/iam/guards/admin.guard.mjs +0 -46
  106. package/esm2022/lib/iam/guards/authentication.guard.mjs +0 -30
  107. package/esm2022/lib/iam/guards/index.mjs +0 -20
  108. package/esm2022/lib/iam/iam-pages.module.mjs +0 -57
  109. package/esm2022/lib/iam/iam-pages.routes.mjs +0 -45
  110. package/esm2022/lib/iam/iam.module.mjs +0 -84
  111. package/esm2022/lib/iam/pages/signin.page.mjs +0 -40
  112. package/esm2022/lib/iam/pages/signout.page.mjs +0 -40
  113. package/esm2022/lib/iam/pages/signup.page.mjs +0 -40
  114. package/esm2022/lib/iam/redirect.mjs +0 -29
  115. package/esm2022/lib/iam/services/auth.service.mjs +0 -436
  116. package/esm2022/lib/iam/storage.mjs +0 -42
  117. package/esm2022/lib/iam/utils.mjs +0 -49
  118. package/esm2022/lib/ui/components/base/components/component.mjs +0 -76
  119. package/esm2022/lib/ui/components/base/components/edit.component.mjs +0 -146
  120. package/esm2022/lib/ui/components/base/components/enum-edit.component.mjs +0 -92
  121. package/esm2022/lib/ui/components/base/dialog.mjs +0 -71
  122. package/esm2022/lib/ui/components/base/list.mjs +0 -100
  123. package/esm2022/lib/ui/components/base/pages/edit.page.mjs +0 -32
  124. package/esm2022/lib/ui/components/base/pages/page.mjs +0 -32
  125. package/esm2022/lib/ui/components/base/pages/paged.page.mjs +0 -68
  126. package/esm2022/lib/ui/components/card/card-body.component.mjs +0 -37
  127. package/esm2022/lib/ui/components/card/card-footer.component.mjs +0 -37
  128. package/esm2022/lib/ui/components/card/card-header.component.mjs +0 -51
  129. package/esm2022/lib/ui/components/card/card.component.mjs +0 -41
  130. package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +0 -43
  131. package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +0 -57
  132. package/esm2022/lib/ui/components/data-grid/control-panel.component.mjs +0 -201
  133. package/esm2022/lib/ui/components/datapager/datapager.component.mjs +0 -95
  134. package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +0 -96
  135. package/esm2022/lib/ui/components/dropdownlists/moderationstatus/moderationstatus.dropdownlist.mjs +0 -88
  136. package/esm2022/lib/ui/components/dropdownlists/publishstatus/publishstatus.dropdownlist.mjs +0 -88
  137. package/esm2022/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.mjs +0 -112
  138. package/esm2022/lib/ui/components/exports.mjs +0 -53
  139. package/esm2022/lib/ui/components/feature-will-be-ready/feature-will-be-ready.component.mjs +0 -55
  140. package/esm2022/lib/ui/components/html-editor/base-editor.component.mjs +0 -94
  141. package/esm2022/lib/ui/components/html-editor/defaultoptions.mjs +0 -87
  142. package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +0 -114
  143. package/esm2022/lib/ui/components/identity/signin-button.component.mjs +0 -105
  144. package/esm2022/lib/ui/components/identity/signout-button.component.mjs +0 -105
  145. package/esm2022/lib/ui/components/identity/signup-button.component.mjs +0 -105
  146. package/esm2022/lib/ui/components/index.mjs +0 -57
  147. package/esm2022/lib/ui/components/no-mobile-support/no-mobile-support.component.mjs +0 -45
  148. package/esm2022/lib/ui/components/nodata/nodata.component.mjs +0 -76
  149. package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +0 -53
  150. package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +0 -85
  151. package/esm2022/lib/ui/components/spinners/pagespinner/spinkits.mjs +0 -12
  152. package/esm2022/lib/ui/components/urlslug/urlslug.component.mjs +0 -130
  153. package/esm2022/lib/ui/components/you-agree-to-our-terms/you-agree-to-our-terms.component.mjs +0 -63
  154. package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +0 -78
  155. package/esm2022/lib/ui/dialogs/exports.mjs +0 -16
  156. package/esm2022/lib/ui/dialogs/index.mjs +0 -19
  157. package/esm2022/lib/ui/directives/exports.mjs +0 -19
  158. package/esm2022/lib/ui/directives/hover.directive.mjs +0 -50
  159. package/esm2022/lib/ui/directives/index.mjs +0 -22
  160. package/esm2022/lib/ui/directives/native-element.directive.mjs +0 -37
  161. package/esm2022/lib/ui/directives/replacer/a-replacer.directive.mjs +0 -48
  162. package/esm2022/lib/ui/directives/replacer/image-replacer.directive.mjs +0 -44
  163. package/esm2022/lib/ui/directives/replacer/replacer.base.directive.mjs +0 -44
  164. package/esm2022/lib/ui/exports.mjs +0 -22
  165. package/esm2022/lib/ui/forms/components/address/address.component.mjs +0 -240
  166. package/esm2022/lib/ui/forms/components/company/company.component.mjs +0 -138
  167. package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +0 -213
  168. package/esm2022/lib/ui/forms/exports.mjs +0 -20
  169. package/esm2022/lib/ui/forms/index.mjs +0 -21
  170. package/esm2022/lib/ui/pipes/exports.mjs +0 -19
  171. package/esm2022/lib/ui/pipes/filesize.pipe.mjs +0 -42
  172. package/esm2022/lib/ui/pipes/index.mjs +0 -22
  173. package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +0 -37
  174. package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +0 -34
  175. package/esm2022/lib/ui/ui.module.mjs +0 -122
  176. package/esm2022/lib/ui/validation/exports.mjs +0 -19
  177. package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +0 -90
  178. package/esm2022/lib/ui/validation/index.mjs +0 -21
  179. package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +0 -53
  180. package/esm2022/lib/ui/validation/validation-summary.component.mjs +0 -124
  181. package/esm2022/osovitny-anatoly.mjs +0 -5
  182. package/esm2022/public-api.mjs +0 -22
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, EventEmitter, Component, Input, Output, Inject, Pipe, APP_INITIALIZER, Injector, NgModule, Directive, ChangeDetectionStrategy, ViewChild, ViewEncapsulation, HostBinding, HostListener, Optional, SkipSelf } from '@angular/core';
2
+ import { Injectable, EventEmitter, Component, Output, Input, Inject, Pipe, Injector, APP_INITIALIZER, NgModule, Directive, ChangeDetectionStrategy, ViewChild, ViewEncapsulation, HostListener, HostBinding, Optional, SkipSelf } from '@angular/core';
3
3
  import { BehaviorSubject, Subject, filter, takeUntil, map as map$1, catchError, of, merge, forkJoin, timer, fromEvent, firstValueFrom } from 'rxjs';
4
4
  import { map, tap, mergeMap } from 'rxjs/operators';
5
5
  import * as i1 from '@angular/common/http';
@@ -14,9 +14,9 @@ import * as i4 from '@azure/msal-angular';
14
14
  import { MSAL_GUARD_CONFIG, MsalGuard, MsalInterceptor, MSAL_INTERCEPTOR_CONFIG, MSAL_INSTANCE, MsalService, MsalBroadcastService, MsalModule } from '@azure/msal-angular';
15
15
  import { BrowserUtils, EventType, InteractionStatus, InteractionType, InteractionRequiredAuthError, PromptValue, PublicClientApplication, LogLevel } from '@azure/msal-browser';
16
16
  import { format, formatDistance, formatDistanceToNow } from 'date-fns';
17
- import enUS from 'date-fns/locale/en-US';
17
+ import { enUS } from 'date-fns/locale/en-US';
18
18
  import * as i1$3 from '@ngx-translate/core';
19
- import { TranslateService, TranslateModule, TranslateLoader } from '@ngx-translate/core';
19
+ import { TranslateModule, TranslateLoader, TranslateService } from '@ngx-translate/core';
20
20
  import { TranslateHttpLoader } from '@ngx-translate/http-loader';
21
21
  import Swal from 'sweetalert2';
22
22
  import * as i1$4 from 'ngx-toastr';
@@ -167,7 +167,7 @@ class ApiServiceBase {
167
167
  const url = AppCoreSettings.assetsExternalUrl + "/" + libname + "/jsons";
168
168
  return this.__getJsonFile(url + "/" + fileName);
169
169
  }
170
- static { this.ɵfac = function ApiServiceBase_Factory(t) { return new (t || ApiServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
170
+ static { this.ɵfac = function ApiServiceBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ApiServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
171
171
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ApiServiceBase, factory: ApiServiceBase.ɵfac }); }
172
172
  }
173
173
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ApiServiceBase, [{
@@ -294,7 +294,7 @@ class LocalStorageService extends WebStorageService {
294
294
  constructor() {
295
295
  super('localStorage');
296
296
  }
297
- static { this.ɵfac = function LocalStorageService_Factory(t) { return new (t || LocalStorageService)(); }; }
297
+ static { this.ɵfac = function LocalStorageService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LocalStorageService)(); }; }
298
298
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalStorageService, factory: LocalStorageService.ɵfac }); }
299
299
  }
300
300
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalStorageService, [{
@@ -304,7 +304,7 @@ class SessionStorageService extends WebStorageService {
304
304
  constructor() {
305
305
  super('sessionStorage');
306
306
  }
307
- static { this.ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); }; }
307
+ static { this.ɵfac = function SessionStorageService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SessionStorageService)(); }; }
308
308
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac }); }
309
309
  }
310
310
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
@@ -480,7 +480,7 @@ class AppContextService extends ApiServiceBase {
480
480
  clearLanguages() {
481
481
  this.localStorage.remove(AppContextStorageKeys.languages);
482
482
  }
483
- static { this.ɵfac = function AppContextService_Factory(t) { return new (t || AppContextService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(LocalStorageService), i0.ɵɵinject(SessionStorageService)); }; }
483
+ static { this.ɵfac = function AppContextService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppContextService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(LocalStorageService), i0.ɵɵinject(SessionStorageService)); }; }
484
484
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppContextService, factory: AppContextService.ɵfac }); }
485
485
  }
486
486
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppContextService, [{
@@ -509,9 +509,9 @@ function BuyAccessButtonComponent_div_0_div_1_button_1_Template(rf, ctx) { if (r
509
509
  i0.ɵɵelementEnd();
510
510
  } }
511
511
  function BuyAccessButtonComponent_div_0_div_1_button_2_Template(rf, ctx) { if (rf & 1) {
512
- const _r5 = i0.ɵɵgetCurrentView();
512
+ const _r1 = i0.ɵɵgetCurrentView();
513
513
  i0.ɵɵelementStart(0, "button", 4);
514
- i0.ɵɵlistener("click", function BuyAccessButtonComponent_div_0_div_1_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r4.onPlanSelect()); });
514
+ i0.ɵɵlistener("click", function BuyAccessButtonComponent_div_0_div_1_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onPlanSelect()); });
515
515
  i0.ɵɵtext(1, " Buy Now ");
516
516
  i0.ɵɵelementEnd();
517
517
  } }
@@ -531,9 +531,9 @@ function BuyAccessButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
531
531
  i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_1_Template, 3, 2, "div", 0);
532
532
  i0.ɵɵelementEnd();
533
533
  } if (rf & 2) {
534
- const ctx_r0 = i0.ɵɵnextContext();
534
+ const ctx_r1 = i0.ɵɵnextContext();
535
535
  i0.ɵɵadvance();
536
- i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
536
+ i0.ɵɵproperty("ngIf", ctx_r1.isUserSignedIn && ctx_r1.visibleIfUserSignedIn);
537
537
  } }
538
538
  class BuyAccessButtonComponent {
539
539
  constructor(appContext) {
@@ -568,8 +568,8 @@ class BuyAccessButtonComponent {
568
568
  onPlanSelect() {
569
569
  this.planselect.emit(this.plan);
570
570
  }
571
- static { this.ɵfac = function BuyAccessButtonComponent_Factory(t) { return new (t || BuyAccessButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); }; }
572
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BuyAccessButtonComponent, selectors: [["anatoly-billing-buyaccess-button"]], inputs: { plan: "plan", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["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) {
571
+ static { this.ɵfac = function BuyAccessButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BuyAccessButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); }; }
572
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BuyAccessButtonComponent, selectors: [["anatoly-billing-buyaccess-button"]], inputs: { plan: "plan", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, standalone: false, decls: 1, vars: 1, consts: [[4, "ngIf"], ["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) {
573
573
  i0.ɵɵtemplate(0, BuyAccessButtonComponent_div_0_Template, 2, 1, "div", 0);
574
574
  } if (rf & 2) {
575
575
  i0.ɵɵproperty("ngIf", ctx.contextUpdated);
@@ -577,7 +577,7 @@ class BuyAccessButtonComponent {
577
577
  }
578
578
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BuyAccessButtonComponent, [{
579
579
  type: Component,
580
- args: [{ selector: 'anatoly-billing-buyaccess-button', template: "<div *ngIf=\"contextUpdated\">\r\n <!--\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classes=\"btn btn-block btn-primary\" />\r\n </div>\r\n -->\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"plan != currentPlan\"\r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n" }]
580
+ args: [{ selector: 'anatoly-billing-buyaccess-button', standalone: false, template: "<div *ngIf=\"contextUpdated\">\r\n <!--\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classes=\"btn btn-block btn-primary\" />\r\n </div>\r\n -->\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"plan != currentPlan\"\r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n" }]
581
581
  }], () => [{ type: AppContextService }], { plan: [{
582
582
  type: Input
583
583
  }], visibleIfUserSignedIn: [{
@@ -585,7 +585,7 @@ class BuyAccessButtonComponent {
585
585
  }], planselect: [{
586
586
  type: Output
587
587
  }] }); })();
588
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BuyAccessButtonComponent, { className: "BuyAccessButtonComponent", filePath: "lib\\billing\\components\\buttons\\buyaccess-button.component.ts", lineNumber: 27 }); })();
588
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BuyAccessButtonComponent, { className: "BuyAccessButtonComponent", filePath: "lib/billing/components/buttons/buyaccess-button.component.ts", lineNumber: 28 }); })();
589
589
 
590
590
  /*
591
591
  <file>
@@ -614,9 +614,9 @@ function SubscribePlanButtonComponent_div_0_div_1_button_2_Template(rf, ctx) { i
614
614
  i0.ɵɵelementEnd();
615
615
  } }
616
616
  function SubscribePlanButtonComponent_div_0_div_1_button_3_Template(rf, ctx) { if (rf & 1) {
617
- const _r6 = i0.ɵɵgetCurrentView();
617
+ const _r1 = i0.ɵɵgetCurrentView();
618
618
  i0.ɵɵelementStart(0, "button", 6);
619
- i0.ɵɵlistener("click", function SubscribePlanButtonComponent_div_0_div_1_button_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r5.onPlanSelect()); });
619
+ i0.ɵɵlistener("click", function SubscribePlanButtonComponent_div_0_div_1_button_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onPlanSelect()); });
620
620
  i0.ɵɵtext(1, " Subscribe ");
621
621
  i0.ɵɵelementEnd();
622
622
  } }
@@ -638,9 +638,9 @@ function SubscribePlanButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
638
638
  i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_1_Template, 4, 3, "div", 0);
639
639
  i0.ɵɵelementEnd();
640
640
  } if (rf & 2) {
641
- const ctx_r0 = i0.ɵɵnextContext();
641
+ const ctx_r1 = i0.ɵɵnextContext();
642
642
  i0.ɵɵadvance();
643
- i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
643
+ i0.ɵɵproperty("ngIf", ctx_r1.isUserSignedIn && ctx_r1.visibleIfUserSignedIn);
644
644
  } }
645
645
  class SubscribePlanButtonComponent {
646
646
  constructor(appContext) {
@@ -677,8 +677,8 @@ class SubscribePlanButtonComponent {
677
677
  onPlanSelect() {
678
678
  this.planselect.emit(this.plan);
679
679
  }
680
- static { this.ɵfac = function SubscribePlanButtonComponent_Factory(t) { return new (t || SubscribePlanButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); }; }
681
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscribePlanButtonComponent, selectors: [["anatoly-billing-subscribe-plan-button"]], inputs: { plan: "plan", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["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) {
680
+ static { this.ɵfac = function SubscribePlanButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SubscribePlanButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); }; }
681
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscribePlanButtonComponent, selectors: [["anatoly-billing-subscribe-plan-button"]], inputs: { plan: "plan", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, standalone: false, decls: 1, vars: 1, consts: [[4, "ngIf"], ["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) {
682
682
  i0.ɵɵtemplate(0, SubscribePlanButtonComponent_div_0_Template, 2, 1, "div", 0);
683
683
  } if (rf & 2) {
684
684
  i0.ɵɵproperty("ngIf", ctx.contextUpdated);
@@ -686,7 +686,7 @@ class SubscribePlanButtonComponent {
686
686
  }
687
687
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscribePlanButtonComponent, [{
688
688
  type: Component,
689
- args: [{ selector: 'anatoly-billing-subscribe-plan-button', template: "<div *ngIf=\"contextUpdated\">\r\n <!--\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classes=\"btn btn-block btn-primary\" />\r\n </div>\r\n -->\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" *ngIf=\"plan == currentPlanId\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"plan == requestedPlanId\">\r\n Requested\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"plan != currentPlanId && plan != requestedPlanId\"\r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n </div>\r\n</div>\r\n" }]
689
+ args: [{ selector: 'anatoly-billing-subscribe-plan-button', standalone: false, template: "<div *ngIf=\"contextUpdated\">\r\n <!--\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classes=\"btn btn-block btn-primary\" />\r\n </div>\r\n -->\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" *ngIf=\"plan == currentPlanId\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"plan == requestedPlanId\">\r\n Requested\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"plan != currentPlanId && plan != requestedPlanId\"\r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n </div>\r\n</div>\r\n" }]
690
690
  }], () => [{ type: AppContextService }], { plan: [{
691
691
  type: Input
692
692
  }], visibleIfUserSignedIn: [{
@@ -694,7 +694,7 @@ class SubscribePlanButtonComponent {
694
694
  }], planselect: [{
695
695
  type: Output
696
696
  }] }); })();
697
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SubscribePlanButtonComponent, { className: "SubscribePlanButtonComponent", filePath: "lib\\billing\\components\\buttons\\subscribe-plan-button.component.ts", lineNumber: 27 }); })();
697
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SubscribePlanButtonComponent, { className: "SubscribePlanButtonComponent", filePath: "lib/billing/components/buttons/subscribe-plan-button.component.ts", lineNumber: 28 }); })();
698
698
 
699
699
  /*
700
700
  <file>
@@ -1481,7 +1481,7 @@ class GoServiceBase {
1481
1481
  error500() {
1482
1482
  this.navigate([this.currentApp.root + '/errors/500']);
1483
1483
  }
1484
- static { this.ɵfac = function GoServiceBase_Factory(t) { return new (t || GoServiceBase)(i0.ɵɵinject(i1$2.ActivatedRoute), i0.ɵɵinject(i1$2.Router)); }; }
1484
+ static { this.ɵfac = function GoServiceBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GoServiceBase)(i0.ɵɵinject(i1$2.ActivatedRoute), i0.ɵɵinject(i1$2.Router)); }; }
1485
1485
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoServiceBase, factory: GoServiceBase.ɵfac }); }
1486
1486
  }
1487
1487
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoServiceBase, [{
@@ -2138,7 +2138,7 @@ class AuthService extends ApiServiceBase {
2138
2138
  };
2139
2139
  this.login(resetPasswordFlowRequest);
2140
2140
  }
2141
- static { this.ɵfac = function AuthService_Factory(t) { return new (t || AuthService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(i1$2.Router), i0.ɵɵinject(AppContextService), i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i4.MsalBroadcastService)); }; }
2141
+ static { this.ɵfac = function AuthService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AuthService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(i1$2.Router), i0.ɵɵinject(AppContextService), i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i4.MsalBroadcastService)); }; }
2142
2142
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthService, factory: AuthService.ɵfac, providedIn: 'root' }); }
2143
2143
  }
2144
2144
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthService, [{
@@ -2179,7 +2179,7 @@ class LoggingService {
2179
2179
  error(error) {
2180
2180
  console.error(error);
2181
2181
  }
2182
- static { this.ɵfac = function LoggingService_Factory(t) { return new (t || LoggingService)(); }; }
2182
+ static { this.ɵfac = function LoggingService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoggingService)(); }; }
2183
2183
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoggingService, factory: LoggingService.ɵfac, providedIn: "root" }); }
2184
2184
  }
2185
2185
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoggingService, [{
@@ -2261,7 +2261,7 @@ class AppsGoServiceBase extends GoServiceBase {
2261
2261
  }
2262
2262
  }
2263
2263
  }
2264
- static { this.ɵfac = function AppsGoServiceBase_Factory(t) { return new (t || AppsGoServiceBase)(i0.ɵɵinject(i1$2.ActivatedRoute), i0.ɵɵinject(i1$2.Router), i0.ɵɵinject(AuthService), i0.ɵɵinject(LoggingService)); }; }
2264
+ static { this.ɵfac = function AppsGoServiceBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppsGoServiceBase)(i0.ɵɵinject(i1$2.ActivatedRoute), i0.ɵɵinject(i1$2.Router), i0.ɵɵinject(AuthService), i0.ɵɵinject(LoggingService)); }; }
2265
2265
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppsGoServiceBase, factory: AppsGoServiceBase.ɵfac }); }
2266
2266
  }
2267
2267
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppsGoServiceBase, [{
@@ -2303,7 +2303,7 @@ class AdminGuard {
2303
2303
  }
2304
2304
  return of(true);
2305
2305
  }
2306
- static { this.ɵfac = function AdminGuard_Factory(t) { return new (t || AdminGuard)(i0.ɵɵinject(AuthService)); }; }
2306
+ static { this.ɵfac = function AdminGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AdminGuard)(i0.ɵɵinject(AuthService)); }; }
2307
2307
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AdminGuard, factory: AdminGuard.ɵfac }); }
2308
2308
  }
2309
2309
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AdminGuard, [{
@@ -2323,7 +2323,7 @@ class AuthenticationGuard extends MsalGuard {
2323
2323
  this.setInteractionType(route);
2324
2324
  return super.canActivate(route, state);
2325
2325
  }
2326
- 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$1.Location), i0.ɵɵinject(i1$2.Router)); }; }
2326
+ static { this.ɵfac = function AuthenticationGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AuthenticationGuard)(i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalBroadcastService), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i1$1.Location), i0.ɵɵinject(i1$2.Router)); }; }
2327
2327
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthenticationGuard, factory: AuthenticationGuard.ɵfac }); }
2328
2328
  }
2329
2329
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthenticationGuard, [{
@@ -2422,7 +2422,7 @@ class LoadingService extends BehaviorSubject {
2422
2422
  }
2423
2423
  this.counter = 0;
2424
2424
  }
2425
- static { this.ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); }; }
2425
+ static { this.ɵfac = function LoadingService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingService)(); }; }
2426
2426
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac, providedIn: 'root' }); }
2427
2427
  }
2428
2428
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
@@ -2575,7 +2575,7 @@ class AnatolyHttpInterceptor {
2575
2575
  this.loadingService.hide();
2576
2576
  }
2577
2577
  }
2578
- static { this.ɵfac = function AnatolyHttpInterceptor_Factory(t) { return new (t || AnatolyHttpInterceptor)(i0.ɵɵinject(AuthService), i0.ɵɵinject(LoadingService), i0.ɵɵinject(LoggingService)); }; }
2578
+ static { this.ɵfac = function AnatolyHttpInterceptor_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyHttpInterceptor)(i0.ɵɵinject(AuthService), i0.ɵɵinject(LoadingService), i0.ɵɵinject(LoggingService)); }; }
2579
2579
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AnatolyHttpInterceptor, factory: AnatolyHttpInterceptor.ɵfac }); }
2580
2580
  }
2581
2581
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyHttpInterceptor, [{
@@ -2669,7 +2669,7 @@ class StarterService extends ApiServiceBase {
2669
2669
  stopwatch.printElapsedAsMilliseconds();
2670
2670
  }));
2671
2671
  }
2672
- static { this.ɵfac = function StarterService_Factory(t) { return new (t || StarterService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(AppContextService), i0.ɵɵinject(LoggingService)); }; }
2672
+ static { this.ɵfac = function StarterService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StarterService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(AppContextService), i0.ɵɵinject(LoggingService)); }; }
2673
2673
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: StarterService, factory: StarterService.ɵfac }); }
2674
2674
  }
2675
2675
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StarterService, [{
@@ -2710,7 +2710,7 @@ class StarterGuard {
2710
2710
  }
2711
2711
  return of(true);
2712
2712
  }
2713
- static { this.ɵfac = function StarterGuard_Factory(t) { return new (t || StarterGuard)(i0.ɵɵinject(StarterService)); }; }
2713
+ static { this.ɵfac = function StarterGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StarterGuard)(i0.ɵɵinject(StarterService)); }; }
2714
2714
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: StarterGuard, factory: StarterGuard.ɵfac }); }
2715
2715
  }
2716
2716
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StarterGuard, [{
@@ -2887,7 +2887,7 @@ class LocalizationService {
2887
2887
  }
2888
2888
  return formatDistanceToNow(d, this.dateFnsLocale);
2889
2889
  }
2890
- static { this.ɵfac = function LocalizationService_Factory(t) { return new (t || LocalizationService)(i0.ɵɵinject(i1$3.TranslateService)); }; }
2890
+ static { this.ɵfac = function LocalizationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LocalizationService)(i0.ɵɵinject(i1$3.TranslateService)); }; }
2891
2891
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalizationService, factory: LocalizationService.ɵfac, providedIn: 'root' }); }
2892
2892
  }
2893
2893
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationService, [{
@@ -2968,14 +2968,15 @@ class LocalizePipe {
2968
2968
  //Distance ----------------------------------------------------------------END
2969
2969
  return inputData;
2970
2970
  }
2971
- static { this.ɵfac = function LocalizePipe_Factory(t) { return new (t || LocalizePipe)(i0.ɵɵdirectiveInject(LocalizationService, 16)); }; }
2972
- static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "localize", type: LocalizePipe, pure: false }); }
2971
+ static { this.ɵfac = function LocalizePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LocalizePipe)(i0.ɵɵdirectiveInject(LocalizationService, 16)); }; }
2972
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "localize", type: LocalizePipe, pure: false, standalone: false }); }
2973
2973
  }
2974
2974
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizePipe, [{
2975
2975
  type: Pipe,
2976
2976
  args: [{
2977
2977
  name: 'localize',
2978
- pure: false
2978
+ pure: false,
2979
+ standalone: false
2979
2980
  }]
2980
2981
  }], () => [{ type: LocalizationService }], null); })();
2981
2982
 
@@ -3028,7 +3029,7 @@ class LocalizationSettingsModule {
3028
3029
  this.injector = injector;
3029
3030
  LocalizationInjectorInstance = this.injector;
3030
3031
  }
3031
- static { this.ɵfac = function LocalizationSettingsModule_Factory(t) { return new (t || LocalizationSettingsModule)(i0.ɵɵinject(i0.Injector)); }; }
3032
+ static { this.ɵfac = function LocalizationSettingsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LocalizationSettingsModule)(i0.ɵɵinject(i0.Injector)); }; }
3032
3033
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationSettingsModule }); }
3033
3034
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
3034
3035
  {
@@ -3089,9 +3090,11 @@ class LocalizationSettingsModule {
3089
3090
  */
3090
3091
  //Node
3091
3092
  class LocalizationModule {
3092
- static { this.ɵfac = function LocalizationModule_Factory(t) { return new (t || LocalizationModule)(); }; }
3093
+ static { this.ɵfac = function LocalizationModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LocalizationModule)(); }; }
3093
3094
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationModule }); }
3094
- static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [TranslateModule, TranslateModule] }); }
3095
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
3096
+ LocalizationService
3097
+ ], imports: [TranslateModule, TranslateModule] }); }
3095
3098
  }
3096
3099
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationModule, [{
3097
3100
  type: NgModule,
@@ -3106,7 +3109,9 @@ class LocalizationModule {
3106
3109
  declarations: [
3107
3110
  LocalizePipe
3108
3111
  ],
3109
- providers: []
3112
+ providers: [
3113
+ LocalizationService
3114
+ ]
3110
3115
  }]
3111
3116
  }], null, null); })();
3112
3117
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationModule, { declarations: [LocalizePipe], imports: [TranslateModule], exports: [TranslateModule,
@@ -3181,7 +3186,7 @@ class GlobalErrorHandler {
3181
3186
  // IMPORTANT: Rethrow the error otherwise it gets swallowed
3182
3187
  throw error;
3183
3188
  }
3184
- static { this.ɵfac = function GlobalErrorHandler_Factory(t) { return new (t || GlobalErrorHandler)(i0.ɵɵinject(i0.Injector)); }; }
3189
+ static { this.ɵfac = function GlobalErrorHandler_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GlobalErrorHandler)(i0.ɵɵinject(i0.Injector)); }; }
3185
3190
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GlobalErrorHandler, factory: GlobalErrorHandler.ɵfac }); }
3186
3191
  }
3187
3192
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalErrorHandler, [{
@@ -3387,7 +3392,7 @@ class NotificationService {
3387
3392
  let title = 'Authentication Required';
3388
3393
  this.warning(text, null, title);
3389
3394
  }
3390
- static { this.ɵfac = function NotificationService_Factory(t) { return new (t || NotificationService)(i0.ɵɵinject(i1$4.ToastrService)); }; }
3395
+ static { this.ɵfac = function NotificationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NotificationService)(i0.ɵɵinject(i1$4.ToastrService)); }; }
3391
3396
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationService, factory: NotificationService.ɵfac, providedIn: 'root' }); }
3392
3397
  }
3393
3398
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationService, [{
@@ -3447,7 +3452,7 @@ class DigitalMarketingService {
3447
3452
  link.setAttribute('rel', 'canonical');
3448
3453
  link.setAttribute('href', canUrl);
3449
3454
  }
3450
- static { this.ɵfac = function DigitalMarketingService_Factory(t) { return new (t || DigitalMarketingService)(i0.ɵɵinject(i1$5.Title), i0.ɵɵinject(i1$5.Meta), i0.ɵɵinject(DOCUMENT)); }; }
3455
+ static { this.ɵfac = function DigitalMarketingService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DigitalMarketingService)(i0.ɵɵinject(i1$5.Title), i0.ɵɵinject(i1$5.Meta), i0.ɵɵinject(DOCUMENT)); }; }
3451
3456
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DigitalMarketingService, factory: DigitalMarketingService.ɵfac, providedIn: 'root' }); }
3452
3457
  }
3453
3458
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DigitalMarketingService, [{
@@ -3524,7 +3529,7 @@ class GoogleAnalyticsService {
3524
3529
  let ga = window.gtag;
3525
3530
  return ga;
3526
3531
  }
3527
- static { this.ɵfac = function GoogleAnalyticsService_Factory(t) { return new (t || GoogleAnalyticsService)(i0.ɵɵinject(i1$2.Router)); }; }
3532
+ static { this.ɵfac = function GoogleAnalyticsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GoogleAnalyticsService)(i0.ɵɵinject(i1$2.Router)); }; }
3528
3533
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleAnalyticsService, factory: GoogleAnalyticsService.ɵfac }); }
3529
3534
  }
3530
3535
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleAnalyticsService, [{
@@ -3594,7 +3599,7 @@ class IdleService {
3594
3599
  this.resetTimeCounters(timeOutSeconds);
3595
3600
  this.startTimer();
3596
3601
  }
3597
- static { this.ɵfac = function IdleService_Factory(t) { return new (t || IdleService)(); }; }
3602
+ static { this.ɵfac = function IdleService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IdleService)(); }; }
3598
3603
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: IdleService, factory: IdleService.ɵfac, providedIn: 'root' }); }
3599
3604
  }
3600
3605
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleService, [{
@@ -3672,7 +3677,7 @@ class ScriptService {
3672
3677
  }
3673
3678
  return queryString;
3674
3679
  }
3675
- static { this.ɵfac = function ScriptService_Factory(t) { return new (t || ScriptService)(i0.ɵɵinject(i0.NgZone)); }; }
3680
+ static { this.ɵfac = function ScriptService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ScriptService)(i0.ɵɵinject(i0.NgZone)); }; }
3676
3681
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ScriptService, factory: ScriptService.ɵfac }); }
3677
3682
  }
3678
3683
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ScriptService, [{
@@ -4122,7 +4127,7 @@ class ComponentBase {
4122
4127
  this.dataLoaded = true;
4123
4128
  this.dataFound = found;
4124
4129
  }
4125
- static { this.ɵfac = function ComponentBase_Factory(t) { return new (t || ComponentBase)(); }; }
4130
+ static { this.ɵfac = function ComponentBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ComponentBase)(); }; }
4126
4131
  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 }); }
4127
4132
  }
4128
4133
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ComponentBase, [{
@@ -4139,7 +4144,7 @@ class ComponentBase {
4139
4144
  }], isRequired: [{
4140
4145
  type: Input
4141
4146
  }] }); })();
4142
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentBase, { className: "ComponentBase", filePath: "lib\\ui\\components\\base\\components\\component.ts", lineNumber: 25 }); })();
4147
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ComponentBase, { className: "ComponentBase", filePath: "lib/ui/components/base/components/component.ts", lineNumber: 25 }); })();
4143
4148
 
4144
4149
  /*
4145
4150
  <file>
@@ -4192,7 +4197,7 @@ class PaymentsApiService extends ApiServiceBase {
4192
4197
  }
4193
4198
  });
4194
4199
  }
4195
- static { this.ɵfac = function PaymentsApiService_Factory(t) { return new (t || PaymentsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
4200
+ static { this.ɵfac = function PaymentsApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaymentsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
4196
4201
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PaymentsApiService, factory: PaymentsApiService.ɵfac }); }
4197
4202
  }
4198
4203
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaymentsApiService, [{
@@ -4353,7 +4358,7 @@ class PaymentsService {
4353
4358
  this.isPaymentFailed = true;
4354
4359
  this.ns.error("Payment Failed");
4355
4360
  }
4356
- static { this.ɵfac = function PaymentsService_Factory(t) { return new (t || PaymentsService)(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(PaymentsApiService), i0.ɵɵinject(NotificationService), i0.ɵɵinject(GoogleAnalyticsService)); }; }
4361
+ static { this.ɵfac = function PaymentsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaymentsService)(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(PaymentsApiService), i0.ɵɵinject(NotificationService), i0.ɵɵinject(GoogleAnalyticsService)); }; }
4357
4362
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PaymentsService, factory: PaymentsService.ɵfac }); }
4358
4363
  }
4359
4364
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaymentsService, [{
@@ -4384,7 +4389,7 @@ class DiscountCodesApiService extends ApiServiceBase {
4384
4389
  getDiscountCode(code) {
4385
4390
  return this.get('getDiscountCode', { code });
4386
4391
  }
4387
- static { this.ɵfac = function DiscountCodesApiService_Factory(t) { return new (t || DiscountCodesApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
4392
+ static { this.ɵfac = function DiscountCodesApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DiscountCodesApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
4388
4393
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DiscountCodesApiService, factory: DiscountCodesApiService.ɵfac }); }
4389
4394
  }
4390
4395
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DiscountCodesApiService, [{
@@ -4407,23 +4412,23 @@ class DiscountCodesApiService extends ApiServiceBase {
4407
4412
  </file>
4408
4413
  */
4409
4414
  //Node
4410
- const _c0$h = a0 => ({ "show": a0 });
4415
+ const _c0$h = ["*"];
4416
+ const _c1$2 = a0 => ({ "show": a0 });
4411
4417
  function OrderSummaryComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
4412
- const _r2 = i0.ɵɵgetCurrentView();
4413
- i0.ɵɵelementStart(0, "div", 12)(1, "div", 13)(2, "input", 14);
4414
- i0.ɵɵlistener("ngModelChange", function OrderSummaryComponent_Conditional_17_Template_input_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.promoCode = $event); });
4418
+ const _r1 = i0.ɵɵgetCurrentView();
4419
+ i0.ɵɵelementStart(0, "div", 9)(1, "div", 12)(2, "input", 13);
4420
+ i0.ɵɵtwoWayListener("ngModelChange", function OrderSummaryComponent_Conditional_17_Template_input_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.promoCode, $event) || (ctx_r1.promoCode = $event); return i0.ɵɵresetView($event); });
4415
4421
  i0.ɵɵelementEnd();
4416
- i0.ɵɵelementStart(3, "button", 15);
4417
- i0.ɵɵlistener("click", function OrderSummaryComponent_Conditional_17_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r2); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onApplyPromoCode()); });
4422
+ i0.ɵɵelementStart(3, "button", 14);
4423
+ i0.ɵɵlistener("click", function OrderSummaryComponent_Conditional_17_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onApplyPromoCode()); });
4418
4424
  i0.ɵɵtext(4, "Apply");
4419
4425
  i0.ɵɵelementEnd()()();
4420
4426
  } if (rf & 2) {
4421
- const ctx_r0 = i0.ɵɵnextContext();
4422
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$h, ctx_r0.showPromoCode));
4427
+ const ctx_r1 = i0.ɵɵnextContext();
4428
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c1$2, ctx_r1.showPromoCode));
4423
4429
  i0.ɵɵadvance(2);
4424
- i0.ɵɵproperty("ngModel", ctx_r0.promoCode);
4430
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.promoCode);
4425
4431
  } }
4426
- const _c1$2 = ["*"];
4427
4432
  class OrderSummaryComponent extends ComponentBase {
4428
4433
  constructor(ps, api, ns) {
4429
4434
  super();
@@ -4481,8 +4486,8 @@ class OrderSummaryComponent extends ComponentBase {
4481
4486
  },
4482
4487
  });
4483
4488
  }
4484
- static { this.ɵfac = function OrderSummaryComponent_Factory(t) { return new (t || OrderSummaryComponent)(i0.ɵɵdirectiveInject(PaymentsService), i0.ɵɵdirectiveInject(DiscountCodesApiService), i0.ɵɵdirectiveInject(NotificationService)); }; }
4485
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OrderSummaryComponent, selectors: [["anatoly-billing-order-summary"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$2, decls: 30, vars: 7, consts: [[1, "card"], [1, "card-header"], [1, "card-title"], [1, "card-body"], [1, "order-summary"], [1, "subtotal"], [1, "divider"], [1, "add-promo-code", 3, "ngClass", "click"], [1, "has-arrow"], ["class", "add-promo-code", 3, "ngClass"], [1, "discounts"], [1, "total"], [1, "add-promo-code", 3, "ngClass"], [1, "promo-code"], ["type", "text", "placeholder", "Promo code", 1, "input-text", 3, "ngModel", "ngModelChange"], [1, "btn", 3, "click"]], template: function OrderSummaryComponent_Template(rf, ctx) { if (rf & 1) {
4489
+ static { this.ɵfac = function OrderSummaryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || OrderSummaryComponent)(i0.ɵɵdirectiveInject(PaymentsService), i0.ɵɵdirectiveInject(DiscountCodesApiService), i0.ɵɵdirectiveInject(NotificationService)); }; }
4490
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OrderSummaryComponent, selectors: [["anatoly-billing-order-summary"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$h, decls: 30, vars: 7, consts: [[1, "card"], [1, "card-header"], [1, "card-title"], [1, "card-body"], [1, "order-summary"], [1, "subtotal"], [1, "divider"], [1, "add-promo-code", 3, "click", "ngClass"], [1, "has-arrow"], [1, "add-promo-code", 3, "ngClass"], [1, "discounts"], [1, "total"], [1, "promo-code"], ["type", "text", "placeholder", "Promo code", 1, "input-text", 3, "ngModelChange", "ngModel"], [1, "btn", 3, "click"]], template: function OrderSummaryComponent_Template(rf, ctx) { if (rf & 1) {
4486
4491
  i0.ɵɵprojectionDef();
4487
4492
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "h2");
4488
4493
  i0.ɵɵtext(4, "Order Summary");
@@ -4520,9 +4525,9 @@ class OrderSummaryComponent extends ComponentBase {
4520
4525
  i0.ɵɵadvance(12);
4521
4526
  i0.ɵɵtextInterpolate1("$", ctx.ps.subtotal, "");
4522
4527
  i0.ɵɵadvance(2);
4523
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$h, ctx.showPromoCode));
4528
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c1$2, ctx.showPromoCode));
4524
4529
  i0.ɵɵadvance(3);
4525
- i0.ɵɵconditional(17, ctx.showPromoCode ? 17 : -1);
4530
+ i0.ɵɵconditional(ctx.showPromoCode ? 17 : -1);
4526
4531
  i0.ɵɵadvance(6);
4527
4532
  i0.ɵɵtextInterpolate(ctx.discount);
4528
4533
  i0.ɵɵadvance(6);
@@ -4531,9 +4536,9 @@ class OrderSummaryComponent extends ComponentBase {
4531
4536
  }
4532
4537
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OrderSummaryComponent, [{
4533
4538
  type: Component,
4534
- args: [{ selector: "anatoly-billing-order-summary", template: "<div class='card'>\r\n <div class='card-header'>\r\n <div class='card-title'>\r\n <h2>Order Summary</h2>\r\n </div>\r\n </div>\r\n <div class='card-body'>\r\n <div class='order-summary'>\r\n <ng-content></ng-content>\r\n\r\n <div class='subtotal'>\r\n <span>Subtotal:</span><strong>${{ ps.subtotal }}</strong>\r\n </div>\r\n <div class='divider'></div>\r\n <div class=\"add-promo-code\" [ngClass]=\"{ 'show': showPromoCode }\" (click)=\"onTogglePromoCode()\">\r\n <span class='has-arrow'>Add a Promo Code:</span>\r\n </div>\r\n\r\n @if (showPromoCode) {\r\n <div class=\"add-promo-code\" [ngClass]=\"{ 'show': showPromoCode }\">\r\n <div class=\"promo-code\">\r\n <input type=\"text\" [(ngModel)]=\"promoCode\" class=\"input-text\" placeholder=\"Promo code\">\r\n <button class=\"btn\" (click)=\"onApplyPromoCode()\">Apply</button>\r\n </div>\r\n </div>\r\n }\r\n\r\n <div class='divider'></div>\r\n <div class='discounts'>\r\n <span>Discounts & Savings:</span>\r\n <strong>{{ discount }}</strong>\r\n </div>\r\n <div class='divider'></div>\r\n <div class='total'>\r\n <span>Total:</span>\r\n <strong>${{ toTotal() }}</strong>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
4539
+ args: [{ selector: "anatoly-billing-order-summary", standalone: false, template: "<div class='card'>\r\n <div class='card-header'>\r\n <div class='card-title'>\r\n <h2>Order Summary</h2>\r\n </div>\r\n </div>\r\n <div class='card-body'>\r\n <div class='order-summary'>\r\n <ng-content></ng-content>\r\n\r\n <div class='subtotal'>\r\n <span>Subtotal:</span><strong>${{ ps.subtotal }}</strong>\r\n </div>\r\n <div class='divider'></div>\r\n <div class=\"add-promo-code\" [ngClass]=\"{ 'show': showPromoCode }\" (click)=\"onTogglePromoCode()\">\r\n <span class='has-arrow'>Add a Promo Code:</span>\r\n </div>\r\n\r\n @if (showPromoCode) {\r\n <div class=\"add-promo-code\" [ngClass]=\"{ 'show': showPromoCode }\">\r\n <div class=\"promo-code\">\r\n <input type=\"text\" [(ngModel)]=\"promoCode\" class=\"input-text\" placeholder=\"Promo code\">\r\n <button class=\"btn\" (click)=\"onApplyPromoCode()\">Apply</button>\r\n </div>\r\n </div>\r\n }\r\n\r\n <div class='divider'></div>\r\n <div class='discounts'>\r\n <span>Discounts & Savings:</span>\r\n <strong>{{ discount }}</strong>\r\n </div>\r\n <div class='divider'></div>\r\n <div class='total'>\r\n <span>Total:</span>\r\n <strong>${{ toTotal() }}</strong>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
4535
4540
  }], () => [{ type: PaymentsService }, { type: DiscountCodesApiService }, { type: NotificationService }], null); })();
4536
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OrderSummaryComponent, { className: "OrderSummaryComponent", filePath: "lib\\billing\\components\\order-summary\\order-summary.component.ts", lineNumber: 31 }); })();
4541
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OrderSummaryComponent, { className: "OrderSummaryComponent", filePath: "lib/billing/components/order-summary/order-summary.component.ts", lineNumber: 32 }); })();
4537
4542
 
4538
4543
  /*
4539
4544
  <file>
@@ -4555,19 +4560,22 @@ class ReplacerDirectiveBase {
4555
4560
  this.el = el;
4556
4561
  this.renderer = renderer;
4557
4562
  }
4558
- setAttribute(name, value) {
4563
+ setCDN2Attribute(name, value) {
4559
4564
  if (value) {
4560
4565
  if (value.startsWith("http")) {
4561
- this.renderer.setAttribute(this.el.nativeElement, name, value);
4566
+ this.setAttribute(name, value);
4562
4567
  return;
4563
4568
  }
4564
4569
  const isCDNEnabled = AppCoreSettings.cdn.enabled;
4565
4570
  const cdnUrl = AppCoreSettings.cdn.url;
4566
4571
  const newSrc = isCDNEnabled ? cdnUrl + value : value;
4567
- this.renderer.setAttribute(this.el.nativeElement, name, newSrc);
4572
+ this.setAttribute(name, newSrc);
4568
4573
  }
4569
4574
  }
4570
- static { this.ɵfac = function ReplacerDirectiveBase_Factory(t) { return new (t || ReplacerDirectiveBase)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
4575
+ setAttribute(name, value) {
4576
+ this.renderer.setAttribute(this.el.nativeElement, name, value);
4577
+ }
4578
+ static { this.ɵfac = function ReplacerDirectiveBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReplacerDirectiveBase)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
4571
4579
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ReplacerDirectiveBase }); }
4572
4580
  }
4573
4581
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplacerDirectiveBase, [{
@@ -4600,15 +4608,16 @@ class ImageReplacerDirective extends ReplacerDirectiveBase {
4600
4608
  }
4601
4609
  }
4602
4610
  setSrc(value) {
4603
- this.setAttribute('src', value);
4611
+ this.setCDN2Attribute('src', value);
4604
4612
  }
4605
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵImageReplacerDirective_BaseFactory; return function ImageReplacerDirective_Factory(t) { return (ɵImageReplacerDirective_BaseFactory || (ɵImageReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(ImageReplacerDirective)))(t || ImageReplacerDirective); }; })(); }
4606
- static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ImageReplacerDirective, selectors: [["img"]], inputs: { src: "src" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
4613
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵImageReplacerDirective_BaseFactory; return function ImageReplacerDirective_Factory(__ngFactoryType__) { return (ɵImageReplacerDirective_BaseFactory || (ɵImageReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(ImageReplacerDirective)))(__ngFactoryType__ || ImageReplacerDirective); }; })(); }
4614
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ImageReplacerDirective, selectors: [["img"]], inputs: { src: "src" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
4607
4615
  }
4608
4616
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ImageReplacerDirective, [{
4609
4617
  type: Directive,
4610
4618
  args: [{
4611
- selector: 'img'
4619
+ selector: 'img',
4620
+ standalone: false
4612
4621
  }]
4613
4622
  }], null, { src: [{
4614
4623
  type: Input,
@@ -4632,22 +4641,23 @@ class ImageReplacerDirective extends ReplacerDirectiveBase {
4632
4641
  */
4633
4642
  //Node
4634
4643
  function PaymentMethodsComponent_For_9_Template(rf, ctx) { if (rf & 1) {
4635
- const _r7 = i0.ɵɵgetCurrentView();
4636
- i0.ɵɵelementStart(0, "li", 5);
4637
- i0.ɵɵlistener("click", function PaymentMethodsComponent_For_9_Template_li_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r7); const item_r1 = restoredCtx.$implicit; const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.onPaymentSelect(item_r1)); });
4638
- i0.ɵɵelementStart(1, "div", 6);
4644
+ const _r1 = i0.ɵɵgetCurrentView();
4645
+ i0.ɵɵelementStart(0, "li", 6);
4646
+ i0.ɵɵlistener("click", function PaymentMethodsComponent_For_9_Template_li_click_0_listener() { const item_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onPaymentSelect(item_r2)); });
4647
+ i0.ɵɵelementStart(1, "div", 7);
4639
4648
  i0.ɵɵtext(2);
4640
4649
  i0.ɵɵelementEnd();
4641
- i0.ɵɵelementStart(3, "div", 7);
4642
- i0.ɵɵelement(4, "img", 8);
4650
+ i0.ɵɵelementStart(3, "div", 8);
4651
+ i0.ɵɵelement(4, "img", 9);
4643
4652
  i0.ɵɵelementEnd()();
4644
4653
  } if (rf & 2) {
4645
- const item_r1 = ctx.$implicit;
4646
- i0.ɵɵclassProp("selected", item_r1.selected);
4654
+ const item_r2 = ctx.$implicit;
4655
+ i0.ɵɵclassProp("selected", item_r2.selected);
4647
4656
  i0.ɵɵadvance(2);
4648
- i0.ɵɵtextInterpolate1("Pay with ", item_r1.title, "");
4657
+ i0.ɵɵtextInterpolate1("Pay with ", item_r2.title, "");
4649
4658
  i0.ɵɵadvance(2);
4650
- i0.ɵɵpropertyInterpolate1("src", "./dist/@lib/images/payment-icons/", item_r1.icon, ".png", i0.ɵɵsanitizeUrl)("alt", "payment-icon ", item_r1.title, "");
4659
+ i0.ɵɵpropertyInterpolate1("src", "./dist/@lib/images/payment-icons/", item_r2.icon, ".png", i0.ɵɵsanitizeUrl);
4660
+ i0.ɵɵpropertyInterpolate1("alt", "payment-icon ", item_r2.title, "");
4651
4661
  } }
4652
4662
  class PaymentMethodsComponent extends ComponentBase {
4653
4663
  constructor(ps) {
@@ -4695,13 +4705,13 @@ class PaymentMethodsComponent extends ComponentBase {
4695
4705
  paymentMethod.selected = true;
4696
4706
  this.ps.selectedPaymentMethod = paymentMethod.id;
4697
4707
  }
4698
- static { this.ɵfac = function PaymentMethodsComponent_Factory(t) { return new (t || PaymentMethodsComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
4699
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaymentMethodsComponent, selectors: [["anatoly-billing-payment-methods"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 0, consts: [[1, "card", "p-0", "mb-3"], [1, "card-header"], [1, "card-title"], [1, "card-body"], [1, "payment__select-method"], [3, "click"], [1, "payment-name"], [1, "icon-img"], [3, "src", "alt"], [3, "selected"]], template: function PaymentMethodsComponent_Template(rf, ctx) { if (rf & 1) {
4708
+ static { this.ɵfac = function PaymentMethodsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaymentMethodsComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
4709
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaymentMethodsComponent, selectors: [["anatoly-billing-payment-methods"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 0, consts: [[1, "card", "p-0", "mb-3"], [1, "card-header"], [1, "card-title"], [1, "card-body"], [1, "payment__select-method"], [3, "selected"], [3, "click"], [1, "payment-name"], [1, "icon-img"], [3, "src", "alt"]], template: function PaymentMethodsComponent_Template(rf, ctx) { if (rf & 1) {
4700
4710
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "h2");
4701
4711
  i0.ɵɵtext(4, "Select a payment method");
4702
4712
  i0.ɵɵelementEnd()()();
4703
4713
  i0.ɵɵelementStart(5, "div", 3)(6, "div", 4)(7, "ul");
4704
- i0.ɵɵrepeaterCreate(8, PaymentMethodsComponent_For_9_Template, 5, 5, "li", 9, i0.ɵɵrepeaterTrackByIdentity);
4714
+ i0.ɵɵrepeaterCreate(8, PaymentMethodsComponent_For_9_Template, 5, 7, "li", 5, i0.ɵɵrepeaterTrackByIdentity);
4705
4715
  i0.ɵɵelementEnd()()()();
4706
4716
  } if (rf & 2) {
4707
4717
  i0.ɵɵadvance(8);
@@ -4710,9 +4720,9 @@ class PaymentMethodsComponent extends ComponentBase {
4710
4720
  }
4711
4721
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaymentMethodsComponent, [{
4712
4722
  type: Component,
4713
- args: [{ selector: "anatoly-billing-payment-methods", template: "<div class='card p-0 mb-3'>\r\n <div class='card-header'>\r\n <div class='card-title'>\r\n <h2>Select a payment method</h2>\r\n </div>\r\n </div>\r\n <div class='card-body'>\r\n <div class='payment__select-method'>\r\n <ul>\r\n @for (item of paymentMethods; track item) {\r\n <li (click)='onPaymentSelect(item)' [class.selected]='item.selected'>\r\n <div class='payment-name'>Pay with {{ item.title }}</div>\r\n <div class='icon-img'>\r\n <img src='./dist/@lib/images/payment-icons/{{item.icon}}.png' alt='payment-icon {{item.title}}'>\r\n </div>\r\n </li>\r\n }\r\n </ul>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
4723
+ args: [{ selector: "anatoly-billing-payment-methods", standalone: false, template: "<div class='card p-0 mb-3'>\r\n <div class='card-header'>\r\n <div class='card-title'>\r\n <h2>Select a payment method</h2>\r\n </div>\r\n </div>\r\n <div class='card-body'>\r\n <div class='payment__select-method'>\r\n <ul>\r\n @for (item of paymentMethods; track item) {\r\n <li (click)='onPaymentSelect(item)' [class.selected]='item.selected'>\r\n <div class='payment-name'>Pay with {{ item.title }}</div>\r\n <div class='icon-img'>\r\n <img src='./dist/@lib/images/payment-icons/{{item.icon}}.png' alt='payment-icon {{item.title}}'>\r\n </div>\r\n </li>\r\n }\r\n </ul>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
4714
4724
  }], () => [{ type: PaymentsService }], null); })();
4715
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaymentMethodsComponent, { className: "PaymentMethodsComponent", filePath: "lib\\billing\\components\\payment-methods\\payment-methods.component.ts", lineNumber: 29 }); })();
4725
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaymentMethodsComponent, { className: "PaymentMethodsComponent", filePath: "lib/billing/components/payment-methods/payment-methods.component.ts", lineNumber: 30 }); })();
4716
4726
 
4717
4727
  /*
4718
4728
  <file>
@@ -4750,8 +4760,8 @@ class PaymentOptionsComponent extends ComponentBase {
4750
4760
  this.ps.selectedPaymentType = pt;
4751
4761
  this.change.emit();
4752
4762
  }
4753
- static { this.ɵfac = function PaymentOptionsComponent_Factory(t) { return new (t || PaymentOptionsComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
4754
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaymentOptionsComponent, selectors: [["anatoly-billing-payment-options"]], inputs: { priceWeekly: "priceWeekly", priceUpfront: "priceUpfront", numberOfWeeks: "numberOfWeeks" }, outputs: { change: "change" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 19, vars: 9, consts: [[1, "payment-options"], [1, "pay-weekly", 3, "ngClass", "click"], [1, "info"], [1, "price"], [1, "pay-upfront", 3, "ngClass", "click"]], template: function PaymentOptionsComponent_Template(rf, ctx) { if (rf & 1) {
4763
+ static { this.ɵfac = function PaymentOptionsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaymentOptionsComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
4764
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaymentOptionsComponent, selectors: [["anatoly-billing-payment-options"]], inputs: { priceWeekly: "priceWeekly", priceUpfront: "priceUpfront", numberOfWeeks: "numberOfWeeks" }, outputs: { change: "change" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 19, vars: 9, consts: [[1, "payment-options"], [1, "pay-weekly", 3, "click", "ngClass"], [1, "info"], [1, "price"], [1, "pay-upfront", 3, "click", "ngClass"]], template: function PaymentOptionsComponent_Template(rf, ctx) { if (rf & 1) {
4755
4765
  i0.ɵɵelementStart(0, "div", 0)(1, "h4");
4756
4766
  i0.ɵɵtext(2, "Payment options");
4757
4767
  i0.ɵɵelementEnd();
@@ -4792,7 +4802,7 @@ class PaymentOptionsComponent extends ComponentBase {
4792
4802
  }
4793
4803
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaymentOptionsComponent, [{
4794
4804
  type: Component,
4795
- args: [{ selector: "anatoly-billing-payment-options", template: "<div class='payment-options'>\r\n <h4>Payment options</h4>\r\n <div (click)='onPaymentTypeSelect(2)' [ngClass]='{\"active\": ps.selectedPaymentType == 2 }' class='pay-weekly'>\r\n <div class='info'>\r\n <h4>Pay weekly</h4>\r\n <p>Cancel anytime</p>\r\n </div>\r\n <div class='price'>${{ priceWeekly }}</div>\r\n </div>\r\n\r\n <div (click)='onPaymentTypeSelect(1)' [ngClass]='{\"active\": ps.selectedPaymentType == 1 }' class='pay-upfront'>\r\n <div class='info'>\r\n <h4>Pay upfront</h4>\r\n <p>Covers the full {{ numberOfWeeks }} weeks </p>\r\n </div>\r\n <div class='price'>${{ priceUpfront }}</div>\r\n </div>\r\n</div>\r\n" }]
4805
+ args: [{ selector: "anatoly-billing-payment-options", standalone: false, template: "<div class='payment-options'>\r\n <h4>Payment options</h4>\r\n <div (click)='onPaymentTypeSelect(2)' [ngClass]='{\"active\": ps.selectedPaymentType == 2 }' class='pay-weekly'>\r\n <div class='info'>\r\n <h4>Pay weekly</h4>\r\n <p>Cancel anytime</p>\r\n </div>\r\n <div class='price'>${{ priceWeekly }}</div>\r\n </div>\r\n\r\n <div (click)='onPaymentTypeSelect(1)' [ngClass]='{\"active\": ps.selectedPaymentType == 1 }' class='pay-upfront'>\r\n <div class='info'>\r\n <h4>Pay upfront</h4>\r\n <p>Covers the full {{ numberOfWeeks }} weeks </p>\r\n </div>\r\n <div class='price'>${{ priceUpfront }}</div>\r\n </div>\r\n</div>\r\n" }]
4796
4806
  }], () => [{ type: PaymentsService }], { priceWeekly: [{
4797
4807
  type: Input
4798
4808
  }], priceUpfront: [{
@@ -4802,7 +4812,7 @@ class PaymentOptionsComponent extends ComponentBase {
4802
4812
  }], change: [{
4803
4813
  type: Output
4804
4814
  }] }); })();
4805
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaymentOptionsComponent, { className: "PaymentOptionsComponent", filePath: "lib\\billing\\components\\payment-options\\payment-options.component.ts", lineNumber: 29 }); })();
4815
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaymentOptionsComponent, { className: "PaymentOptionsComponent", filePath: "lib/billing/components/payment-options/payment-options.component.ts", lineNumber: 30 }); })();
4806
4816
 
4807
4817
  /*
4808
4818
  <file>
@@ -4925,7 +4935,7 @@ class EditComponentBase extends ComponentBase {
4925
4935
  get isNgModelBased() {
4926
4936
  return this.controlName == null;
4927
4937
  }
4928
- static { this.ɵfac = function EditComponentBase_Factory(t) { return new (t || EditComponentBase)(); }; }
4938
+ static { this.ɵfac = function EditComponentBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditComponentBase)(); }; }
4929
4939
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditComponentBase, selectors: [["ng-component"]], inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted", controlName: "controlName", controlTitle: "controlTitle" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function EditComponentBase_Template(rf, ctx) { }, encapsulation: 2 }); }
4930
4940
  }
4931
4941
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EditComponentBase, [{
@@ -4942,7 +4952,7 @@ class EditComponentBase extends ComponentBase {
4942
4952
  }], controlTitle: [{
4943
4953
  type: Input
4944
4954
  }] }); })();
4945
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditComponentBase, { className: "EditComponentBase", filePath: "lib\\ui\\components\\base\\components\\edit.component.ts", lineNumber: 28 }); })();
4955
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditComponentBase, { className: "EditComponentBase", filePath: "lib/ui/components/base/components/edit.component.ts", lineNumber: 28 }); })();
4946
4956
 
4947
4957
  /*
4948
4958
  <file>
@@ -4994,13 +5004,14 @@ class DialogBase extends EditComponentBase {
4994
5004
  this.isOpen = false;
4995
5005
  this.closed.emit(-1);
4996
5006
  }
4997
- static { this.ɵfac = function DialogBase_Factory(t) { return new (t || DialogBase)(); }; }
4998
- 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 }); }
5007
+ static { this.ɵfac = function DialogBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DialogBase)(); }; }
5008
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DialogBase, selectors: [["ng-component"]], inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function DialogBase_Template(rf, ctx) { }, encapsulation: 2 }); }
4999
5009
  }
5000
5010
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DialogBase, [{
5001
5011
  type: Component,
5002
5012
  args: [{
5003
- template: ''
5013
+ template: '',
5014
+ standalone: false
5004
5015
  }]
5005
5016
  }], () => [], { isOpen: [{
5006
5017
  type: Input
@@ -5009,7 +5020,7 @@ class DialogBase extends EditComponentBase {
5009
5020
  }], closed: [{
5010
5021
  type: Output
5011
5022
  }] }); })();
5012
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogBase, { className: "DialogBase", filePath: "lib\\ui\\components\\base\\dialog.ts", lineNumber: 27 }); })();
5023
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogBase, { className: "DialogBase", filePath: "lib/ui/components/base/dialog.ts", lineNumber: 28 }); })();
5013
5024
 
5014
5025
  /*
5015
5026
  <file>
@@ -5030,27 +5041,27 @@ class DialogBase extends EditComponentBase {
5030
5041
  */
5031
5042
  //Node
5032
5043
  function BraintreeDialog_Conditional_0_Template(rf, ctx) { if (rf & 1) {
5033
- const _r2 = i0.ɵɵgetCurrentView();
5034
- i0.ɵɵelementStart(0, "div", 1)(1, "kendo-dialog", 2);
5035
- i0.ɵɵlistener("close", function BraintreeDialog_Conditional_0_Template_kendo_dialog_close_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onClose()); });
5044
+ const _r1 = i0.ɵɵgetCurrentView();
5045
+ i0.ɵɵelementStart(0, "div", 0)(1, "kendo-dialog", 1);
5046
+ i0.ɵɵlistener("close", function BraintreeDialog_Conditional_0_Template_kendo_dialog_close_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onClose()); });
5036
5047
  i0.ɵɵelementStart(2, "kendo-dialog-titlebar");
5037
5048
  i0.ɵɵtext(3, "Pay with Credit Card");
5038
5049
  i0.ɵɵelementEnd();
5039
- i0.ɵɵelementStart(4, "div", 3);
5040
- i0.ɵɵelement(5, "div", 4);
5050
+ i0.ɵɵelementStart(4, "div", 2);
5051
+ i0.ɵɵelement(5, "div", 3);
5041
5052
  i0.ɵɵelementEnd();
5042
- i0.ɵɵelementStart(6, "kendo-dialog-actions", 5)(7, "button", 6);
5043
- i0.ɵɵlistener("click", function BraintreeDialog_Conditional_0_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r2); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onPay()); });
5053
+ i0.ɵɵelementStart(6, "kendo-dialog-actions", 4)(7, "button", 5);
5054
+ i0.ɵɵlistener("click", function BraintreeDialog_Conditional_0_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onPay()); });
5044
5055
  i0.ɵɵtext(8, "Pay");
5045
5056
  i0.ɵɵelementEnd();
5046
- i0.ɵɵelementStart(9, "button", 7);
5047
- i0.ɵɵlistener("click", function BraintreeDialog_Conditional_0_Template_button_click_9_listener() { i0.ɵɵrestoreView(_r2); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.onClose()); });
5057
+ i0.ɵɵelementStart(9, "button", 6);
5058
+ i0.ɵɵlistener("click", function BraintreeDialog_Conditional_0_Template_button_click_9_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onClose()); });
5048
5059
  i0.ɵɵtext(10, "Cancel");
5049
5060
  i0.ɵɵelementEnd()()()();
5050
5061
  } if (rf & 2) {
5051
- const ctx_r0 = i0.ɵɵnextContext();
5062
+ const ctx_r1 = i0.ɵɵnextContext();
5052
5063
  i0.ɵɵadvance();
5053
- i0.ɵɵproperty("width", 480)("height", 560)("themeColor", ctx_r0.themeColor);
5064
+ i0.ɵɵproperty("width", 480)("height", 560)("themeColor", ctx_r1.themeColor);
5054
5065
  } }
5055
5066
  class BraintreeDialog extends DialogBase {
5056
5067
  constructor(ps, ns) {
@@ -5137,16 +5148,16 @@ class BraintreeDialog extends DialogBase {
5137
5148
  get visible() {
5138
5149
  return this.isOpen && this.ps.getTotal() > 0;
5139
5150
  }
5140
- static { this.ɵfac = function BraintreeDialog_Factory(t) { return new (t || BraintreeDialog)(i0.ɵɵdirectiveInject(PaymentsService), i0.ɵɵdirectiveInject(NotificationService)); }; }
5141
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BraintreeDialog, selectors: [["anatoly-billing-braintree-dialog"]], inputs: { paidFor: "paidFor", title: "title", description: "description", image: "image" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "send-message__kendo-dialog"], [1, "send-message__kendo-dialog"], [3, "width", "height", "themeColor", "close"], [1, "kendo-dialog-content"], ["id", "braintree-container"], ["layout", "end"], ["type", "button", 1, "btn", "btn-sm", "btn-success", 3, "click"], ["type", "button", 1, "btn", "btn-sm", "btn-danger", 3, "click"]], template: function BraintreeDialog_Template(rf, ctx) { if (rf & 1) {
5151
+ static { this.ɵfac = function BraintreeDialog_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BraintreeDialog)(i0.ɵɵdirectiveInject(PaymentsService), i0.ɵɵdirectiveInject(NotificationService)); }; }
5152
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BraintreeDialog, selectors: [["anatoly-billing-braintree-dialog"]], inputs: { paidFor: "paidFor", title: "title", description: "description", image: "image" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[1, "send-message__kendo-dialog"], [3, "close", "width", "height", "themeColor"], [1, "kendo-dialog-content"], ["id", "braintree-container"], ["layout", "end"], ["type", "button", 1, "btn", "btn-sm", "btn-success", 3, "click"], ["type", "button", 1, "btn", "btn-sm", "btn-danger", 3, "click"]], template: function BraintreeDialog_Template(rf, ctx) { if (rf & 1) {
5142
5153
  i0.ɵɵtemplate(0, BraintreeDialog_Conditional_0_Template, 11, 3, "div", 0);
5143
5154
  } if (rf & 2) {
5144
- i0.ɵɵconditional(0, ctx.visible ? 0 : -1);
5155
+ i0.ɵɵconditional(ctx.visible ? 0 : -1);
5145
5156
  } }, dependencies: [i2$1.DialogComponent, i2$1.DialogTitleBarComponent, i2$1.DialogActionsComponent], encapsulation: 2 }); }
5146
5157
  }
5147
5158
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BraintreeDialog, [{
5148
5159
  type: Component,
5149
- args: [{ selector: 'anatoly-billing-braintree-dialog', template: "@if (visible) {\r\n <div class='send-message__kendo-dialog'>\r\n <kendo-dialog [width]='480' [height]='560' [themeColor]='themeColor' (close)='onClose()'>\r\n <kendo-dialog-titlebar>Pay with Credit Card</kendo-dialog-titlebar>\r\n <div class='kendo-dialog-content'>\r\n <div id=\"braintree-container\"></div>\r\n </div>\r\n <kendo-dialog-actions layout='end'>\r\n <button class='btn btn-sm btn-success' type='button' (click)='onPay()'>Pay</button>\r\n <button class='btn btn-sm btn-danger' type='button' (click)='onClose()'>Cancel</button>\r\n </kendo-dialog-actions>\r\n </kendo-dialog>\r\n </div>\r\n}\r\n" }]
5160
+ args: [{ selector: 'anatoly-billing-braintree-dialog', standalone: false, template: "@if (visible) {\r\n <div class='send-message__kendo-dialog'>\r\n <kendo-dialog [width]='480' [height]='560' [themeColor]='themeColor' (close)='onClose()'>\r\n <kendo-dialog-titlebar>Pay with Credit Card</kendo-dialog-titlebar>\r\n <div class='kendo-dialog-content'>\r\n <div id=\"braintree-container\"></div>\r\n </div>\r\n <kendo-dialog-actions layout='end'>\r\n <button class='btn btn-sm btn-success' type='button' (click)='onPay()'>Pay</button>\r\n <button class='btn btn-sm btn-danger' type='button' (click)='onClose()'>Cancel</button>\r\n </kendo-dialog-actions>\r\n </kendo-dialog>\r\n </div>\r\n}\r\n" }]
5150
5161
  }], () => [{ type: PaymentsService }, { type: NotificationService }], { paidFor: [{
5151
5162
  type: Input
5152
5163
  }], title: [{
@@ -5156,7 +5167,7 @@ class BraintreeDialog extends DialogBase {
5156
5167
  }], image: [{
5157
5168
  type: Input
5158
5169
  }] }); })();
5159
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BraintreeDialog, { className: "BraintreeDialog", filePath: "lib\\billing\\components\\pm\\braintree\\braintree.component.ts", lineNumber: 32 }); })();
5170
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BraintreeDialog, { className: "BraintreeDialog", filePath: "lib/billing/components/pm/braintree/braintree.component.ts", lineNumber: 33 }); })();
5160
5171
 
5161
5172
  /*
5162
5173
  <file>
@@ -5238,7 +5249,7 @@ class PayPalScriptService {
5238
5249
  }
5239
5250
  return `https://www.paypal.com/sdk/js${this.ss.getQueryString(params)}`;
5240
5251
  }
5241
- static { this.ɵfac = function PayPalScriptService_Factory(t) { return new (t || PayPalScriptService)(i0.ɵɵinject(ScriptService)); }; }
5252
+ static { this.ɵfac = function PayPalScriptService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PayPalScriptService)(i0.ɵɵinject(ScriptService)); }; }
5242
5253
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PayPalScriptService, factory: PayPalScriptService.ɵfac }); }
5243
5254
  }
5244
5255
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PayPalScriptService, [{
@@ -5525,14 +5536,14 @@ class PayPalComponent {
5525
5536
  return (c == "x" ? r : (r & 0x7) | 0x8).toString(16);
5526
5537
  });
5527
5538
  }
5528
- static { this.ɵfac = function PayPalComponent_Factory(t) { return new (t || PayPalComponent)(i0.ɵɵdirectiveInject(PayPalScriptService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
5539
+ static { this.ɵfac = function PayPalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PayPalComponent)(i0.ɵɵdirectiveInject(PayPalScriptService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
5529
5540
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PayPalComponent, selectors: [["anatoly-billing-paypal-container"]], viewQuery: function PayPalComponent_Query(rf, ctx) { if (rf & 1) {
5530
5541
  i0.ɵɵviewQuery(_c0$f, 5);
5531
5542
  } if (rf & 2) {
5532
5543
  let _t;
5533
5544
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.payPalButtonContainer = _t.first);
5534
- } }, inputs: { config: "config", registerScript: "registerScript" }, outputs: { scriptLoaded: "scriptLoaded" }, features: [i0.ɵɵNgOnChangesFeature], decls: 2, vars: 1, consts: [[3, "id"], ["payPalButtonContainer", ""]], template: function PayPalComponent_Template(rf, ctx) { if (rf & 1) {
5535
- i0.ɵɵelement(0, "div", 0, 1);
5545
+ } }, inputs: { config: "config", registerScript: "registerScript" }, outputs: { scriptLoaded: "scriptLoaded" }, standalone: false, features: [i0.ɵɵNgOnChangesFeature], decls: 2, vars: 1, consts: [["payPalButtonContainer", ""], [3, "id"]], template: function PayPalComponent_Template(rf, ctx) { if (rf & 1) {
5546
+ i0.ɵɵelement(0, "div", 1, 0);
5536
5547
  } if (rf & 2) {
5537
5548
  i0.ɵɵproperty("id", ctx.payPalButtonContainerId);
5538
5549
  } }, encapsulation: 2, changeDetection: 0 }); }
@@ -5545,6 +5556,7 @@ class PayPalComponent {
5545
5556
  template: `
5546
5557
  <div #payPalButtonContainer [id]="payPalButtonContainerId"></div>
5547
5558
  `,
5559
+ standalone: false
5548
5560
  }]
5549
5561
  }], () => [{ type: PayPalScriptService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }], { config: [{
5550
5562
  type: Input
@@ -5556,7 +5568,7 @@ class PayPalComponent {
5556
5568
  type: ViewChild,
5557
5569
  args: ["payPalButtonContainer", { static: false }]
5558
5570
  }] }); })();
5559
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PayPalComponent, { className: "PayPalComponent", filePath: "lib\\billing\\components\\pm\\paypal\\paypal.component.ts", lineNumber: 57 }); })();
5571
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PayPalComponent, { className: "PayPalComponent", filePath: "lib/billing/components/pm/paypal/paypal.component.ts", lineNumber: 58 }); })();
5560
5572
 
5561
5573
  /*
5562
5574
  <file>
@@ -5692,22 +5704,22 @@ class PaypalButtonComponent extends ComponentBase {
5692
5704
  get visible() {
5693
5705
  return this.ps.selectedPaymentMethod == PaymentMethod.PayPal && this.ps.getTotal() > 0;
5694
5706
  }
5695
- static { this.ɵfac = function PaypalButtonComponent_Factory(t) { return new (t || PaypalButtonComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
5696
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaypalButtonComponent, selectors: [["anatoly-billing-paypal-button"]], inputs: { paidForTitle: "paidForTitle", paidFor: "paidFor" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "config"]], template: function PaypalButtonComponent_Template(rf, ctx) { if (rf & 1) {
5707
+ static { this.ɵfac = function PaypalButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaypalButtonComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
5708
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaypalButtonComponent, selectors: [["anatoly-billing-paypal-button"]], inputs: { paidForTitle: "paidForTitle", paidFor: "paidFor" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "config"]], template: function PaypalButtonComponent_Template(rf, ctx) { if (rf & 1) {
5697
5709
  i0.ɵɵtemplate(0, PaypalButtonComponent_Conditional_0_Template, 1, 1, "anatoly-billing-paypal-container", 0);
5698
5710
  } if (rf & 2) {
5699
- i0.ɵɵconditional(0, ctx.visible ? 0 : -1);
5711
+ i0.ɵɵconditional(ctx.visible ? 0 : -1);
5700
5712
  } }, dependencies: [PayPalComponent], encapsulation: 2 }); }
5701
5713
  }
5702
5714
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaypalButtonComponent, [{
5703
5715
  type: Component,
5704
- args: [{ selector: 'anatoly-billing-paypal-button', template: "@if (visible) {\r\n <anatoly-billing-paypal-container [config]='payPalConfig' />\r\n}\r\n" }]
5716
+ args: [{ selector: 'anatoly-billing-paypal-button', standalone: false, template: "@if (visible) {\r\n <anatoly-billing-paypal-container [config]='payPalConfig' />\r\n}\r\n" }]
5705
5717
  }], () => [{ type: PaymentsService }], { paidForTitle: [{
5706
5718
  type: Input
5707
5719
  }], paidFor: [{
5708
5720
  type: Input
5709
5721
  }] }); })();
5710
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaypalButtonComponent, { className: "PaypalButtonComponent", filePath: "lib\\billing\\components\\pm\\paypal\\paypal-button.component.ts", lineNumber: 42 }); })();
5722
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaypalButtonComponent, { className: "PaypalButtonComponent", filePath: "lib/billing/components/pm/paypal/paypal-button.component.ts", lineNumber: 43 }); })();
5711
5723
 
5712
5724
  /*
5713
5725
  <file>
@@ -5772,7 +5784,7 @@ class SubscriptionsApiService extends ApiServiceBase {
5772
5784
  }
5773
5785
  });
5774
5786
  }
5775
- static { this.ɵfac = function SubscriptionsApiService_Factory(t) { return new (t || SubscriptionsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
5787
+ static { this.ɵfac = function SubscriptionsApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SubscriptionsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
5776
5788
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SubscriptionsApiService, factory: SubscriptionsApiService.ɵfac }); }
5777
5789
  }
5778
5790
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscriptionsApiService, [{
@@ -5892,8 +5904,8 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
5892
5904
  });
5893
5905
  });
5894
5906
  }
5895
- static { this.ɵfac = function PaypalSubscribeButtonComponent_Factory(t) { return new (t || PaypalSubscribeButtonComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(SubscriptionsApiService)); }; }
5896
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaypalSubscribeButtonComponent, selectors: [["anatoly-billing-paypal-subscribe-button"]], inputs: { payPalPlanId: "payPalPlanId", quantity: "quantity", planId: "planId", addons: "addons", price: "price", totalPrice: "totalPrice" }, outputs: { statusChange: "statusChange" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "config"]], template: function PaypalSubscribeButtonComponent_Template(rf, ctx) { if (rf & 1) {
5907
+ static { this.ɵfac = function PaypalSubscribeButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaypalSubscribeButtonComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(SubscriptionsApiService)); }; }
5908
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaypalSubscribeButtonComponent, selectors: [["anatoly-billing-paypal-subscribe-button"]], inputs: { payPalPlanId: "payPalPlanId", quantity: "quantity", planId: "planId", addons: "addons", price: "price", totalPrice: "totalPrice" }, outputs: { statusChange: "statusChange" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "config"]], template: function PaypalSubscribeButtonComponent_Template(rf, ctx) { if (rf & 1) {
5897
5909
  i0.ɵɵelement(0, "anatoly-billing-paypal-container", 0);
5898
5910
  } if (rf & 2) {
5899
5911
  i0.ɵɵproperty("config", ctx.payPalConfig);
@@ -5901,7 +5913,7 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
5901
5913
  }
5902
5914
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaypalSubscribeButtonComponent, [{
5903
5915
  type: Component,
5904
- args: [{ selector: 'anatoly-billing-paypal-subscribe-button', template: "<anatoly-billing-paypal-container [config]='payPalConfig' />\r\n\r\n" }]
5916
+ args: [{ selector: 'anatoly-billing-paypal-subscribe-button', standalone: false, template: "<anatoly-billing-paypal-container [config]='payPalConfig' />\r\n\r\n" }]
5905
5917
  }], () => [{ type: i0.NgZone }, { type: AppContextService }, { type: SubscriptionsApiService }], { payPalPlanId: [{
5906
5918
  type: Input
5907
5919
  }], quantity: [{
@@ -5917,7 +5929,7 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
5917
5929
  }], statusChange: [{
5918
5930
  type: Output
5919
5931
  }] }); })();
5920
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaypalSubscribeButtonComponent, { className: "PaypalSubscribeButtonComponent", filePath: "lib\\billing\\components\\pm\\paypal\\paypal-subscribe-button.component.ts", lineNumber: 31 }); })();
5932
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaypalSubscribeButtonComponent, { className: "PaypalSubscribeButtonComponent", filePath: "lib/billing/components/pm/paypal/paypal-subscribe-button.component.ts", lineNumber: 32 }); })();
5921
5933
 
5922
5934
  /*
5923
5935
  <file>
@@ -5938,19 +5950,19 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
5938
5950
  */
5939
5951
  //Node
5940
5952
  function StripeDialog_Conditional_0_Template(rf, ctx) { if (rf & 1) {
5941
- const _r2 = i0.ɵɵgetCurrentView();
5942
- i0.ɵɵelementStart(0, "div", 1)(1, "kendo-dialog", 2);
5943
- i0.ɵɵlistener("close", function StripeDialog_Conditional_0_Template_kendo_dialog_close_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onClose()); });
5953
+ const _r1 = i0.ɵɵgetCurrentView();
5954
+ i0.ɵɵelementStart(0, "div", 0)(1, "kendo-dialog", 1);
5955
+ i0.ɵɵlistener("close", function StripeDialog_Conditional_0_Template_kendo_dialog_close_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onClose()); });
5944
5956
  i0.ɵɵelementStart(2, "kendo-dialog-titlebar");
5945
5957
  i0.ɵɵtext(3, "Pay with Stripe");
5946
5958
  i0.ɵɵelementEnd();
5947
- i0.ɵɵelementStart(4, "div", 3);
5948
- i0.ɵɵelement(5, "div", 4);
5959
+ i0.ɵɵelementStart(4, "div", 2);
5960
+ i0.ɵɵelement(5, "div", 3);
5949
5961
  i0.ɵɵelementEnd()()();
5950
5962
  } if (rf & 2) {
5951
- const ctx_r0 = i0.ɵɵnextContext();
5963
+ const ctx_r1 = i0.ɵɵnextContext();
5952
5964
  i0.ɵɵadvance();
5953
- i0.ɵɵproperty("width", 1080)("height", 800)("themeColor", ctx_r0.themeColor);
5965
+ i0.ɵɵproperty("width", 1080)("height", 800)("themeColor", ctx_r1.themeColor);
5954
5966
  } }
5955
5967
  class StripeDialog extends DialogBase {
5956
5968
  constructor(ps) {
@@ -5998,16 +6010,16 @@ class StripeDialog extends DialogBase {
5998
6010
  get visible() {
5999
6011
  return this.isOpen && this.ps.getTotal() > 0;
6000
6012
  }
6001
- static { this.ɵfac = function StripeDialog_Factory(t) { return new (t || StripeDialog)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
6002
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StripeDialog, selectors: [["anatoly-billing-stripe-dialog"]], inputs: { paidFor: "paidFor", title: "title", description: "description", image: "image" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "send-message__kendo-dialog"], [1, "send-message__kendo-dialog"], [3, "width", "height", "themeColor", "close"], [1, "kendo-dialog-content"], ["id", "stripeCheckout"]], template: function StripeDialog_Template(rf, ctx) { if (rf & 1) {
6013
+ static { this.ɵfac = function StripeDialog_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StripeDialog)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
6014
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StripeDialog, selectors: [["anatoly-billing-stripe-dialog"]], inputs: { paidFor: "paidFor", title: "title", description: "description", image: "image" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[1, "send-message__kendo-dialog"], [3, "close", "width", "height", "themeColor"], [1, "kendo-dialog-content"], ["id", "stripeCheckout"]], template: function StripeDialog_Template(rf, ctx) { if (rf & 1) {
6003
6015
  i0.ɵɵtemplate(0, StripeDialog_Conditional_0_Template, 6, 3, "div", 0);
6004
6016
  } if (rf & 2) {
6005
- i0.ɵɵconditional(0, ctx.visible ? 0 : -1);
6017
+ i0.ɵɵconditional(ctx.visible ? 0 : -1);
6006
6018
  } }, dependencies: [i2$1.DialogComponent, i2$1.DialogTitleBarComponent], encapsulation: 2 }); }
6007
6019
  }
6008
6020
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StripeDialog, [{
6009
6021
  type: Component,
6010
- args: [{ selector: 'anatoly-billing-stripe-dialog', template: "@if (visible) {\r\n <div class='send-message__kendo-dialog'>\r\n <kendo-dialog [width]='1080' [height]='800' [themeColor]='themeColor' (close)='onClose()'>\r\n <kendo-dialog-titlebar>Pay with Stripe</kendo-dialog-titlebar> \r\n <div class='kendo-dialog-content'>\r\n <div id=\"stripeCheckout\"></div>\r\n </div>\r\n </kendo-dialog>\r\n </div>\r\n}\r\n" }]
6022
+ args: [{ selector: 'anatoly-billing-stripe-dialog', standalone: false, template: "@if (visible) {\r\n <div class='send-message__kendo-dialog'>\r\n <kendo-dialog [width]='1080' [height]='800' [themeColor]='themeColor' (close)='onClose()'>\r\n <kendo-dialog-titlebar>Pay with Stripe</kendo-dialog-titlebar> \r\n <div class='kendo-dialog-content'>\r\n <div id=\"stripeCheckout\"></div>\r\n </div>\r\n </kendo-dialog>\r\n </div>\r\n}\r\n" }]
6011
6023
  }], () => [{ type: PaymentsService }], { paidFor: [{
6012
6024
  type: Input
6013
6025
  }], title: [{
@@ -6017,7 +6029,7 @@ class StripeDialog extends DialogBase {
6017
6029
  }], image: [{
6018
6030
  type: Input
6019
6031
  }] }); })();
6020
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StripeDialog, { className: "StripeDialog", filePath: "lib\\billing\\components\\pm\\stripe\\stripe.component.ts", lineNumber: 33 }); })();
6032
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StripeDialog, { className: "StripeDialog", filePath: "lib/billing/components/pm/stripe/stripe.component.ts", lineNumber: 34 }); })();
6021
6033
 
6022
6034
  /*
6023
6035
  <file>
@@ -6049,16 +6061,19 @@ class StripeDialog extends DialogBase {
6049
6061
  </file>
6050
6062
  */
6051
6063
  class BillingUtils {
6064
+ static { this.CURRENCY_SYMBOLS = {
6065
+ GBP: '£',
6066
+ EUR: '€',
6067
+ USD: '$',
6068
+ JPY: '¥',
6069
+ CAD: 'CA$',
6070
+ AUD: 'A$',
6071
+ }; }
6052
6072
  static convert2AmountWithCurrency(amount, currency) {
6053
- switch (currency) {
6054
- case 'GBP':
6055
- return '£' + amount;
6056
- case 'EUR':
6057
- return '€' + amount;
6058
- case 'USD':
6059
- return '$' + amount;
6060
- }
6061
- return amount;
6073
+ if (!amount && amount !== 0)
6074
+ return '';
6075
+ const symbol = this.CURRENCY_SYMBOLS[currency.toUpperCase()];
6076
+ return symbol ? `${symbol}${amount}` : `${amount} ${currency}`;
6062
6077
  }
6063
6078
  }
6064
6079
 
@@ -6125,7 +6140,7 @@ class GridReadServiceBase extends BehaviorSubject {
6125
6140
  }
6126
6141
  });
6127
6142
  }
6128
- static { this.ɵfac = function GridReadServiceBase_Factory(t) { return new (t || GridReadServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
6143
+ static { this.ɵfac = function GridReadServiceBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GridReadServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
6129
6144
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GridReadServiceBase, factory: GridReadServiceBase.ɵfac }); }
6130
6145
  }
6131
6146
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GridReadServiceBase, [{
@@ -6199,7 +6214,7 @@ class GridEditServiceBase extends GridReadServiceBase {
6199
6214
  const url = `${this.baseUrl}/${action}${this.serializeParams(data)}`;
6200
6215
  return this.http.post(url, data).pipe(map(res => res));
6201
6216
  }
6202
- static { this.ɵfac = function GridEditServiceBase_Factory(t) { return new (t || GridEditServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
6217
+ static { this.ɵfac = function GridEditServiceBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GridEditServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
6203
6218
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GridEditServiceBase, factory: GridEditServiceBase.ɵfac }); }
6204
6219
  }
6205
6220
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GridEditServiceBase, [{
@@ -6234,7 +6249,7 @@ class CurrenciesApiService extends ApiServiceBase {
6234
6249
  getRates() {
6235
6250
  return this.get('getRates');
6236
6251
  }
6237
- static { this.ɵfac = function CurrenciesApiService_Factory(t) { return new (t || CurrenciesApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6252
+ static { this.ɵfac = function CurrenciesApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CurrenciesApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6238
6253
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CurrenciesApiService, factory: CurrenciesApiService.ɵfac }); }
6239
6254
  }
6240
6255
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CurrenciesApiService, [{
@@ -6321,7 +6336,7 @@ class CurrenciesStorageService {
6321
6336
  }
6322
6337
  return rate;
6323
6338
  }
6324
- static { this.ɵfac = function CurrenciesStorageService_Factory(t) { return new (t || CurrenciesStorageService)(i0.ɵɵinject(AppContextService), i0.ɵɵinject(CurrenciesApiService)); }; }
6339
+ static { this.ɵfac = function CurrenciesStorageService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CurrenciesStorageService)(i0.ɵɵinject(AppContextService), i0.ɵɵinject(CurrenciesApiService)); }; }
6325
6340
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CurrenciesStorageService, factory: CurrenciesStorageService.ɵfac }); }
6326
6341
  }
6327
6342
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CurrenciesStorageService, [{
@@ -6358,7 +6373,7 @@ class TransactionsApiService extends ApiServiceBase {
6358
6373
  getTransactions(data) {
6359
6374
  return this.get('getTransactions', data);
6360
6375
  }
6361
- static { this.ɵfac = function TransactionsApiService_Factory(t) { return new (t || TransactionsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6376
+ static { this.ɵfac = function TransactionsApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TransactionsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6362
6377
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TransactionsApiService, factory: TransactionsApiService.ɵfac }); }
6363
6378
  }
6364
6379
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TransactionsApiService, [{
@@ -6396,7 +6411,7 @@ class CoreApiService extends ApiServiceBase {
6396
6411
  getUSStatesJsonFile() {
6397
6412
  return this.getExternalJsonFile('anatoly', 'usStates.json');
6398
6413
  }
6399
- static { this.ɵfac = function CoreApiService_Factory(t) { return new (t || CoreApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6414
+ static { this.ɵfac = function CoreApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CoreApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6400
6415
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CoreApiService, factory: CoreApiService.ɵfac }); }
6401
6416
  }
6402
6417
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreApiService, [{
@@ -6437,7 +6452,7 @@ class EmailsApiService extends ApiServiceBase {
6437
6452
  }
6438
6453
  });
6439
6454
  }
6440
- static { this.ɵfac = function EmailsApiService_Factory(t) { return new (t || EmailsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6455
+ static { this.ɵfac = function EmailsApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EmailsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6441
6456
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EmailsApiService, factory: EmailsApiService.ɵfac }); }
6442
6457
  }
6443
6458
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmailsApiService, [{
@@ -6532,7 +6547,7 @@ class EnumEditComponentBase extends EditComponentBase {
6532
6547
  this.sv = value;
6533
6548
  }
6534
6549
  }
6535
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEnumEditComponentBase_BaseFactory; return function EnumEditComponentBase_Factory(t) { return (ɵEnumEditComponentBase_BaseFactory || (ɵEnumEditComponentBase_BaseFactory = i0.ɵɵgetInheritedFactory(EnumEditComponentBase)))(t || EnumEditComponentBase); }; })(); }
6550
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEnumEditComponentBase_BaseFactory; return function EnumEditComponentBase_Factory(__ngFactoryType__) { return (ɵEnumEditComponentBase_BaseFactory || (ɵEnumEditComponentBase_BaseFactory = i0.ɵɵgetInheritedFactory(EnumEditComponentBase)))(__ngFactoryType__ || EnumEditComponentBase); }; })(); }
6536
6551
  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 }); }
6537
6552
  }
6538
6553
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EnumEditComponentBase, [{
@@ -6545,7 +6560,7 @@ class EnumEditComponentBase extends EditComponentBase {
6545
6560
  }], valueChange: [{
6546
6561
  type: Output
6547
6562
  }] }); })();
6548
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnumEditComponentBase, { className: "EnumEditComponentBase", filePath: "lib\\ui\\components\\base\\components\\enum-edit.component.ts", lineNumber: 27 }); })();
6563
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnumEditComponentBase, { className: "EnumEditComponentBase", filePath: "lib/ui/components/base/components/enum-edit.component.ts", lineNumber: 27 }); })();
6549
6564
 
6550
6565
  /*
6551
6566
  <file>
@@ -6564,16 +6579,17 @@ class EnumEditComponentBase extends EditComponentBase {
6564
6579
  */
6565
6580
  //Node
6566
6581
  class PageBase extends ComponentBase {
6567
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPageBase_BaseFactory; return function PageBase_Factory(t) { return (ɵPageBase_BaseFactory || (ɵPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PageBase)))(t || PageBase); }; })(); }
6568
- 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 }); }
6582
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPageBase_BaseFactory; return function PageBase_Factory(__ngFactoryType__) { return (ɵPageBase_BaseFactory || (ɵPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PageBase)))(__ngFactoryType__ || PageBase); }; })(); }
6583
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageBase, selectors: [["ng-component"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function PageBase_Template(rf, ctx) { }, encapsulation: 2 }); }
6569
6584
  }
6570
6585
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageBase, [{
6571
6586
  type: Component,
6572
6587
  args: [{
6573
- template: ''
6588
+ template: '',
6589
+ standalone: false
6574
6590
  }]
6575
6591
  }], null, null); })();
6576
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageBase, { className: "PageBase", filePath: "lib\\ui\\components\\base\\pages\\page.ts", lineNumber: 26 }); })();
6592
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageBase, { className: "PageBase", filePath: "lib/ui/components/base/pages/page.ts", lineNumber: 27 }); })();
6577
6593
 
6578
6594
  /*
6579
6595
  <file>
@@ -6592,16 +6608,17 @@ class PageBase extends ComponentBase {
6592
6608
  */
6593
6609
  //Node
6594
6610
  class EditPageBase extends EditComponentBase {
6595
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEditPageBase_BaseFactory; return function EditPageBase_Factory(t) { return (ɵEditPageBase_BaseFactory || (ɵEditPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(EditPageBase)))(t || EditPageBase); }; })(); }
6596
- 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 }); }
6611
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEditPageBase_BaseFactory; return function EditPageBase_Factory(__ngFactoryType__) { return (ɵEditPageBase_BaseFactory || (ɵEditPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(EditPageBase)))(__ngFactoryType__ || EditPageBase); }; })(); }
6612
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditPageBase, selectors: [["ng-component"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function EditPageBase_Template(rf, ctx) { }, encapsulation: 2 }); }
6597
6613
  }
6598
6614
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EditPageBase, [{
6599
6615
  type: Component,
6600
6616
  args: [{
6601
- template: ''
6617
+ template: '',
6618
+ standalone: false
6602
6619
  }]
6603
6620
  }], null, null); })();
6604
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditPageBase, { className: "EditPageBase", filePath: "lib\\ui\\components\\base\\pages\\edit.page.ts", lineNumber: 26 }); })();
6621
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditPageBase, { className: "EditPageBase", filePath: "lib/ui/components/base/pages/edit.page.ts", lineNumber: 27 }); })();
6605
6622
 
6606
6623
  /*
6607
6624
  <file>
@@ -6656,16 +6673,17 @@ class PagedPageBase extends PageBase {
6656
6673
  this.currentPage = (this.skipItems / this.pageSize) + 1;
6657
6674
  this.loadPage();
6658
6675
  }
6659
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPagedPageBase_BaseFactory; return function PagedPageBase_Factory(t) { return (ɵPagedPageBase_BaseFactory || (ɵPagedPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PagedPageBase)))(t || PagedPageBase); }; })(); }
6660
- 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 }); }
6676
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPagedPageBase_BaseFactory; return function PagedPageBase_Factory(__ngFactoryType__) { return (ɵPagedPageBase_BaseFactory || (ɵPagedPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PagedPageBase)))(__ngFactoryType__ || PagedPageBase); }; })(); }
6677
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PagedPageBase, selectors: [["ng-component"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function PagedPageBase_Template(rf, ctx) { }, encapsulation: 2 }); }
6661
6678
  }
6662
6679
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PagedPageBase, [{
6663
6680
  type: Component,
6664
6681
  args: [{
6665
- template: ''
6682
+ template: '',
6683
+ standalone: false
6666
6684
  }]
6667
6685
  }], null, null); })();
6668
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PagedPageBase, { className: "PagedPageBase", filePath: "lib\\ui\\components\\base\\pages\\paged.page.ts", lineNumber: 26 }); })();
6686
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PagedPageBase, { className: "PagedPageBase", filePath: "lib/ui/components/base/pages/paged.page.ts", lineNumber: 27 }); })();
6669
6687
 
6670
6688
  /*
6671
6689
  <file>
@@ -6744,13 +6762,14 @@ class ListBase extends ComponentBase {
6744
6762
  this.currentPage = (this.skipItems / this.pageSize) + 1;
6745
6763
  this.loadPage();
6746
6764
  }
6747
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵListBase_BaseFactory; return function ListBase_Factory(t) { return (ɵListBase_BaseFactory || (ɵListBase_BaseFactory = i0.ɵɵgetInheritedFactory(ListBase)))(t || ListBase); }; })(); }
6748
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ListBase, selectors: [["ng-component"]], inputs: { pageSize: "pageSize", autoDataLoading: "autoDataLoading" }, outputs: { filterRequest: "filterRequest", dataChange: "dataChange" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ListBase_Template(rf, ctx) { }, encapsulation: 2 }); }
6765
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵListBase_BaseFactory; return function ListBase_Factory(__ngFactoryType__) { return (ɵListBase_BaseFactory || (ɵListBase_BaseFactory = i0.ɵɵgetInheritedFactory(ListBase)))(__ngFactoryType__ || ListBase); }; })(); }
6766
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ListBase, selectors: [["ng-component"]], inputs: { pageSize: "pageSize", autoDataLoading: "autoDataLoading" }, outputs: { filterRequest: "filterRequest", dataChange: "dataChange" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ListBase_Template(rf, ctx) { }, encapsulation: 2 }); }
6749
6767
  }
6750
6768
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ListBase, [{
6751
6769
  type: Component,
6752
6770
  args: [{
6753
- template: ''
6771
+ template: '',
6772
+ standalone: false
6754
6773
  }]
6755
6774
  }], null, { pageSize: [{
6756
6775
  type: Input
@@ -6761,7 +6780,7 @@ class ListBase extends ComponentBase {
6761
6780
  }], dataChange: [{
6762
6781
  type: Output
6763
6782
  }] }); })();
6764
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ListBase, { className: "ListBase", filePath: "lib\\ui\\components\\base\\list.ts", lineNumber: 26 }); })();
6783
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ListBase, { className: "ListBase", filePath: "lib/ui/components/base/list.ts", lineNumber: 27 }); })();
6765
6784
 
6766
6785
  /*
6767
6786
  <file>
@@ -6781,8 +6800,8 @@ class ListBase extends ComponentBase {
6781
6800
  const _c0$e = [[["card-header"]], [["card-body"]], "*", [["card-footer"]]];
6782
6801
  const _c1$1 = ["card-header", "card-body", "*", "card-footer"];
6783
6802
  class CardComponent extends ComponentBase {
6784
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardComponent_BaseFactory; return function CardComponent_Factory(t) { return (ɵCardComponent_BaseFactory || (ɵCardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardComponent)))(t || CardComponent); }; })(); }
6785
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
6803
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardComponent_BaseFactory; return function CardComponent_Factory(__ngFactoryType__) { return (ɵCardComponent_BaseFactory || (ɵCardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardComponent)))(__ngFactoryType__ || CardComponent); }; })(); }
6804
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
6786
6805
  i0.ɵɵprojectionDef(_c0$e);
6787
6806
  i0.ɵɵelementStart(0, "div");
6788
6807
  i0.ɵɵprojection(1);
@@ -6796,9 +6815,9 @@ class CardComponent extends ComponentBase {
6796
6815
  }
6797
6816
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardComponent, [{
6798
6817
  type: Component,
6799
- args: [{ selector: 'anatoly-card', template: "<div class='card {{ classes }}'>\r\n <ng-content select='card-header'></ng-content>\r\n <ng-content select='card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='card-footer'></ng-content>\r\n</div>\r\n" }]
6818
+ args: [{ selector: 'anatoly-card', standalone: false, template: "<div class='card {{ classes }}'>\r\n <ng-content select='card-header'></ng-content>\r\n <ng-content select='card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='card-footer'></ng-content>\r\n</div>\r\n" }]
6800
6819
  }], null, null); })();
6801
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardComponent, { className: "CardComponent", filePath: "lib\\ui\\components\\card\\card.component.ts", lineNumber: 26 }); })();
6820
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardComponent, { className: "CardComponent", filePath: "lib/ui/components/card/card.component.ts", lineNumber: 27 }); })();
6802
6821
 
6803
6822
  /*
6804
6823
  <file>
@@ -6815,6 +6834,7 @@ class CardComponent extends ComponentBase {
6815
6834
  </file>
6816
6835
  */
6817
6836
  //Node
6837
+ const _c0$d = ["*"];
6818
6838
  function CardHeaderComponent_h3_2_Template(rf, ctx) { if (rf & 1) {
6819
6839
  i0.ɵɵelementStart(0, "h3");
6820
6840
  i0.ɵɵtext(1);
@@ -6824,10 +6844,9 @@ function CardHeaderComponent_h3_2_Template(rf, ctx) { if (rf & 1) {
6824
6844
  i0.ɵɵadvance();
6825
6845
  i0.ɵɵtextInterpolate(ctx_r0.title);
6826
6846
  } }
6827
- const _c0$d = ["*"];
6828
6847
  class CardHeaderComponent extends ComponentBase {
6829
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardHeaderComponent_BaseFactory; return function CardHeaderComponent_Factory(t) { return (ɵCardHeaderComponent_BaseFactory || (ɵCardHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardHeaderComponent)))(t || CardHeaderComponent); }; })(); }
6830
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$d, decls: 4, vars: 4, consts: [[1, "card-title"], [4, "ngIf"]], template: function CardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
6848
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardHeaderComponent_BaseFactory; return function CardHeaderComponent_Factory(__ngFactoryType__) { return (ɵCardHeaderComponent_BaseFactory || (ɵCardHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardHeaderComponent)))(__ngFactoryType__ || CardHeaderComponent); }; })(); }
6849
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$d, decls: 4, vars: 4, consts: [[1, "card-title"], [4, "ngIf"]], template: function CardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
6831
6850
  i0.ɵɵprojectionDef();
6832
6851
  i0.ɵɵelementStart(0, "div")(1, "div", 0);
6833
6852
  i0.ɵɵtemplate(2, CardHeaderComponent_h3_2_Template, 2, 1, "h3", 1);
@@ -6842,9 +6861,9 @@ class CardHeaderComponent extends ComponentBase {
6842
6861
  }
6843
6862
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardHeaderComponent, [{
6844
6863
  type: Component,
6845
- args: [{ selector: 'anatoly-card-header', template: "<div class='card-header {{ classes }}'>\r\n <div class=\"card-title\">\r\n <h3 *ngIf='title'>{{ title }}</h3>\r\n </div>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
6864
+ args: [{ selector: 'anatoly-card-header', standalone: false, template: "<div class='card-header {{ classes }}'>\r\n <div class=\"card-title\">\r\n <h3 *ngIf='title'>{{ title }}</h3>\r\n </div>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
6846
6865
  }], null, null); })();
6847
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardHeaderComponent, { className: "CardHeaderComponent", filePath: "lib\\ui\\components\\card\\card-header.component.ts", lineNumber: 26 }); })();
6866
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardHeaderComponent, { className: "CardHeaderComponent", filePath: "lib/ui/components/card/card-header.component.ts", lineNumber: 27 }); })();
6848
6867
 
6849
6868
  /*
6850
6869
  <file>
@@ -6863,8 +6882,8 @@ class CardHeaderComponent extends ComponentBase {
6863
6882
  //Node
6864
6883
  const _c0$c = ["*"];
6865
6884
  class CardBodyComponent extends ComponentBase {
6866
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardBodyComponent_BaseFactory; return function CardBodyComponent_Factory(t) { return (ɵCardBodyComponent_BaseFactory || (ɵCardBodyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardBodyComponent)))(t || CardBodyComponent); }; })(); }
6867
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
6885
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardBodyComponent_BaseFactory; return function CardBodyComponent_Factory(__ngFactoryType__) { return (ɵCardBodyComponent_BaseFactory || (ɵCardBodyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardBodyComponent)))(__ngFactoryType__ || CardBodyComponent); }; })(); }
6886
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
6868
6887
  i0.ɵɵprojectionDef();
6869
6888
  i0.ɵɵelementStart(0, "div");
6870
6889
  i0.ɵɵprojection(1);
@@ -6875,9 +6894,9 @@ class CardBodyComponent extends ComponentBase {
6875
6894
  }
6876
6895
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardBodyComponent, [{
6877
6896
  type: Component,
6878
- args: [{ selector: 'anatoly-card-body', template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
6897
+ args: [{ selector: 'anatoly-card-body', standalone: false, template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
6879
6898
  }], null, null); })();
6880
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardBodyComponent, { className: "CardBodyComponent", filePath: "lib\\ui\\components\\card\\card-body.component.ts", lineNumber: 26 }); })();
6899
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardBodyComponent, { className: "CardBodyComponent", filePath: "lib/ui/components/card/card-body.component.ts", lineNumber: 27 }); })();
6881
6900
 
6882
6901
  /*
6883
6902
  <file>
@@ -6896,8 +6915,8 @@ class CardBodyComponent extends ComponentBase {
6896
6915
  //Node
6897
6916
  const _c0$b = ["*"];
6898
6917
  class CardFooterComponent extends ComponentBase {
6899
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardFooterComponent_BaseFactory; return function CardFooterComponent_Factory(t) { return (ɵCardFooterComponent_BaseFactory || (ɵCardFooterComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardFooterComponent)))(t || CardFooterComponent); }; })(); }
6900
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$b, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
6918
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardFooterComponent_BaseFactory; return function CardFooterComponent_Factory(__ngFactoryType__) { return (ɵCardFooterComponent_BaseFactory || (ɵCardFooterComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardFooterComponent)))(__ngFactoryType__ || CardFooterComponent); }; })(); }
6919
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$b, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
6901
6920
  i0.ɵɵprojectionDef();
6902
6921
  i0.ɵɵelementStart(0, "div");
6903
6922
  i0.ɵɵprojection(1);
@@ -6908,9 +6927,9 @@ class CardFooterComponent extends ComponentBase {
6908
6927
  }
6909
6928
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardFooterComponent, [{
6910
6929
  type: Component,
6911
- args: [{ selector: 'anatoly-card-footer', template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
6930
+ args: [{ selector: 'anatoly-card-footer', standalone: false, template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
6912
6931
  }], null, null); })();
6913
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardFooterComponent, { className: "CardFooterComponent", filePath: "lib\\ui\\components\\card\\card-footer.component.ts", lineNumber: 26 }); })();
6932
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardFooterComponent, { className: "CardFooterComponent", filePath: "lib/ui/components/card/card-footer.component.ts", lineNumber: 27 }); })();
6914
6933
 
6915
6934
  /*
6916
6935
  <file>
@@ -6936,13 +6955,14 @@ class NativeElementDirective {
6936
6955
  // sets the localization key to the control
6937
6956
  this.control.control.nativeElement = this.el.nativeElement;
6938
6957
  }
6939
- static { this.ɵfac = function NativeElementDirective_Factory(t) { return new (t || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2.NgControl)); }; }
6940
- static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]] }); }
6958
+ static { this.ɵfac = function NativeElementDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2.NgControl)); }; }
6959
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]], standalone: false }); }
6941
6960
  }
6942
6961
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeElementDirective, [{
6943
6962
  type: Directive,
6944
6963
  args: [{
6945
- selector: '[formControl], [formControlName]'
6964
+ selector: '[formControl], [formControlName]',
6965
+ standalone: false
6946
6966
  }]
6947
6967
  }], () => [{ type: i0.ElementRef }, { type: i2.NgControl }], null); })();
6948
6968
 
@@ -6967,18 +6987,18 @@ function CountryDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
6967
6987
  function CountryDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
6968
6988
  i0.ɵɵelement(0, "kendo-label", 6);
6969
6989
  } if (rf & 2) {
6970
- const ctx_r2 = i0.ɵɵnextContext(2);
6971
- i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
6990
+ const ctx_r0 = i0.ɵɵnextContext(2);
6991
+ i0.ɵɵpropertyInterpolate("text", ctx_r0.title);
6972
6992
  } }
6973
6993
  function CountryDropdownlist_div_1_option_3_Template(rf, ctx) { if (rf & 1) {
6974
6994
  i0.ɵɵelementStart(0, "option", 7);
6975
6995
  i0.ɵɵtext(1);
6976
6996
  i0.ɵɵelementEnd();
6977
6997
  } if (rf & 2) {
6978
- const item_r4 = ctx.$implicit;
6979
- i0.ɵɵproperty("value", item_r4.code);
6998
+ const item_r2 = ctx.$implicit;
6999
+ i0.ɵɵproperty("value", item_r2.code);
6980
7000
  i0.ɵɵadvance();
6981
- i0.ɵɵtextInterpolate1(" ", item_r4.name, " ");
7001
+ i0.ɵɵtextInterpolate1(" ", item_r2.name, " ");
6982
7002
  } }
6983
7003
  function CountryDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
6984
7004
  i0.ɵɵelementStart(0, "div", 2);
@@ -6987,20 +7007,19 @@ function CountryDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
6987
7007
  i0.ɵɵtemplate(3, CountryDropdownlist_div_1_option_3_Template, 2, 2, "option", 5);
6988
7008
  i0.ɵɵelementEnd()();
6989
7009
  } if (rf & 2) {
6990
- const ctx_r1 = i0.ɵɵnextContext();
6991
- i0.ɵɵproperty("formGroup", ctx_r1.formGroup);
7010
+ const ctx_r0 = i0.ɵɵnextContext();
7011
+ i0.ɵɵproperty("formGroup", ctx_r0.formGroup);
6992
7012
  i0.ɵɵadvance();
6993
- i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7013
+ i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
6994
7014
  i0.ɵɵadvance();
6995
- i0.ɵɵproperty("formControlName", ctx_r1.controlName);
7015
+ i0.ɵɵproperty("formControlName", ctx_r0.controlName);
6996
7016
  i0.ɵɵadvance();
6997
- i0.ɵɵproperty("ngForOf", ctx_r1.items);
7017
+ i0.ɵɵproperty("ngForOf", ctx_r0.items);
6998
7018
  } }
6999
7019
  class CountryDropdownlist extends EditComponentBase {
7000
- constructor(api, appContext) {
7020
+ constructor(api) {
7001
7021
  super();
7002
7022
  this.api = api;
7003
- this.appContext = appContext;
7004
7023
  this.title = 'Country';
7005
7024
  }
7006
7025
  ngOnInit() {
@@ -7017,8 +7036,8 @@ class CountryDropdownlist extends EditComponentBase {
7017
7036
  else {
7018
7037
  }
7019
7038
  }
7020
- static { this.ɵfac = function CountryDropdownlist_Factory(t) { return new (t || CountryDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); }; }
7021
- 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"], [3, "text", 4, "ngIf"], [1, "form-select", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [3, "text"], [3, "value"]], template: function CountryDropdownlist_Template(rf, ctx) { if (rf & 1) {
7039
+ static { this.ɵfac = function CountryDropdownlist_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CountryDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService)); }; }
7040
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CountryDropdownlist, selectors: [["anatoly-country-dropdownlist"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], [3, "text", 4, "ngIf"], [1, "form-select", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [3, "text"], [3, "value"]], template: function CountryDropdownlist_Template(rf, ctx) { if (rf & 1) {
7022
7041
  i0.ɵɵtemplate(0, CountryDropdownlist_div_0_Template, 1, 0, "div", 0)(1, CountryDropdownlist_div_1_Template, 4, 4, "div", 1);
7023
7042
  } if (rf & 2) {
7024
7043
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7028,9 +7047,9 @@ class CountryDropdownlist extends EditComponentBase {
7028
7047
  }
7029
7048
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CountryDropdownlist, [{
7030
7049
  type: Component,
7031
- args: [{ selector: 'anatoly-country-dropdownlist', template: "<div *ngIf='isNgModelBased'>\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-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" }]
7032
- }], () => [{ type: CoreApiService }, { type: AppContextService }], null); })();
7033
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CountryDropdownlist, { className: "CountryDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\country\\country.dropdownlist.ts", lineNumber: 28 }); })();
7050
+ args: [{ selector: 'anatoly-country-dropdownlist', standalone: false, template: "<div *ngIf='isNgModelBased'>\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-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" }]
7051
+ }], () => [{ type: CoreApiService }], null); })();
7052
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CountryDropdownlist, { className: "CountryDropdownlist", filePath: "lib/ui/components/dropdownlists/country/country.dropdownlist.ts", lineNumber: 28 }); })();
7034
7053
 
7035
7054
  /*
7036
7055
  <file>
@@ -7141,16 +7160,17 @@ class ValidationSummaryComponent extends EditComponentBase {
7141
7160
  }
7142
7161
  return messages;
7143
7162
  }
7144
- static { this.ɵfac = function ValidationSummaryComponent_Factory(t) { return new (t || ValidationSummaryComponent)(); }; }
7145
- 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 }); }
7163
+ static { this.ɵfac = function ValidationSummaryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ValidationSummaryComponent)(); }; }
7164
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ValidationSummaryComponent, selectors: [["ng-component"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ValidationSummaryComponent_Template(rf, ctx) { }, encapsulation: 2 }); }
7146
7165
  }
7147
7166
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidationSummaryComponent, [{
7148
7167
  type: Component,
7149
7168
  args: [{
7150
- template: ''
7169
+ template: '',
7170
+ standalone: false
7151
7171
  }]
7152
7172
  }], () => [], null); })();
7153
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ValidationSummaryComponent, { className: "ValidationSummaryComponent", filePath: "lib\\ui\\validation\\validation-summary.component.ts", lineNumber: 27 }); })();
7173
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ValidationSummaryComponent, { className: "ValidationSummaryComponent", filePath: "lib/ui/validation/validation-summary.component.ts", lineNumber: 28 }); })();
7154
7174
 
7155
7175
  /*
7156
7176
  <file>
@@ -7173,22 +7193,22 @@ function ItemValidationSummaryComponent_ul_0_li_1_Template(rf, ctx) { if (rf & 1
7173
7193
  i0.ɵɵtext(2);
7174
7194
  i0.ɵɵelementEnd()();
7175
7195
  } if (rf & 2) {
7176
- const error_r2 = ctx.$implicit;
7196
+ const error_r1 = ctx.$implicit;
7177
7197
  i0.ɵɵadvance(2);
7178
- i0.ɵɵtextInterpolate(error_r2);
7198
+ i0.ɵɵtextInterpolate(error_r1);
7179
7199
  } }
7180
7200
  function ItemValidationSummaryComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
7181
7201
  i0.ɵɵelementStart(0, "ul", 1);
7182
7202
  i0.ɵɵtemplate(1, ItemValidationSummaryComponent_ul_0_li_1_Template, 3, 1, "li", 2);
7183
7203
  i0.ɵɵelementEnd();
7184
7204
  } if (rf & 2) {
7185
- const ctx_r0 = i0.ɵɵnextContext();
7205
+ const ctx_r1 = i0.ɵɵnextContext();
7186
7206
  i0.ɵɵadvance();
7187
- i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.controls[ctx_r0.controlName], ctx_r0.controlName, ctx_r0.controlTitle));
7207
+ i0.ɵɵproperty("ngForOf", ctx_r1.getValidationMessages(ctx_r1.formGroup.controls[ctx_r1.controlName], ctx_r1.controlName, ctx_r1.controlTitle));
7188
7208
  } }
7189
7209
  class ItemValidationSummaryComponent extends ValidationSummaryComponent {
7190
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵItemValidationSummaryComponent_BaseFactory; return function ItemValidationSummaryComponent_Factory(t) { return (ɵItemValidationSummaryComponent_BaseFactory || (ɵItemValidationSummaryComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ItemValidationSummaryComponent)))(t || ItemValidationSummaryComponent); }; })(); }
7191
- 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) {
7210
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵItemValidationSummaryComponent_BaseFactory; return function ItemValidationSummaryComponent_Factory(__ngFactoryType__) { return (ɵItemValidationSummaryComponent_BaseFactory || (ɵItemValidationSummaryComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ItemValidationSummaryComponent)))(__ngFactoryType__ || ItemValidationSummaryComponent); }; })(); }
7211
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemValidationSummaryComponent, selectors: [["anatoly-item-validation-summary"]], standalone: false, 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) {
7192
7212
  i0.ɵɵtemplate(0, ItemValidationSummaryComponent_ul_0_Template, 2, 1, "ul", 0);
7193
7213
  } if (rf & 2) {
7194
7214
  i0.ɵɵproperty("ngIf", ctx.isControlInvalid(ctx.controlName));
@@ -7196,9 +7216,9 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
7196
7216
  }
7197
7217
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
7198
7218
  type: Component,
7199
- 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], controlName, controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
7219
+ args: [{ selector: "anatoly-item-validation-summary", standalone: false, template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.controls[controlName], controlName, controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
7200
7220
  }], null, null); })();
7201
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemValidationSummaryComponent, { className: "ItemValidationSummaryComponent", filePath: "lib\\ui\\validation\\item-validation-summary.component.ts", lineNumber: 27 }); })();
7221
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemValidationSummaryComponent, { className: "ItemValidationSummaryComponent", filePath: "lib/ui/validation/item-validation-summary.component.ts", lineNumber: 28 }); })();
7202
7222
 
7203
7223
  /*
7204
7224
  <file>
@@ -7218,28 +7238,30 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
7218
7238
  function ModerationStatusDropdownlist_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7219
7239
  i0.ɵɵelement(0, "kendo-label", 4);
7220
7240
  } if (rf & 2) {
7221
- const ctx_r2 = i0.ɵɵnextContext(2);
7222
- i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7241
+ const ctx_r1 = i0.ɵɵnextContext(2);
7242
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7223
7243
  } }
7224
7244
  function ModerationStatusDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
7225
- const _r4 = i0.ɵɵgetCurrentView();
7245
+ const _r1 = i0.ɵɵgetCurrentView();
7226
7246
  i0.ɵɵelementStart(0, "div");
7227
7247
  i0.ɵɵtemplate(1, ModerationStatusDropdownlist_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7228
7248
  i0.ɵɵelementStart(2, "kendo-dropdownlist", 3);
7229
- i0.ɵɵlistener("ngModelChange", function ModerationStatusDropdownlist_div_0_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.sv = $event); })("valueChange", function ModerationStatusDropdownlist_div_0_Template_kendo_dropdownlist_valueChange_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onChange($event)); });
7249
+ i0.ɵɵtwoWayListener("ngModelChange", function ModerationStatusDropdownlist_div_0_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.sv, $event) || (ctx_r1.sv = $event); return i0.ɵɵresetView($event); });
7250
+ i0.ɵɵlistener("valueChange", function ModerationStatusDropdownlist_div_0_Template_kendo_dropdownlist_valueChange_2_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onChange($event)); });
7230
7251
  i0.ɵɵelementEnd()();
7231
7252
  } if (rf & 2) {
7232
- const ctx_r0 = i0.ɵɵnextContext();
7253
+ const ctx_r1 = i0.ɵɵnextContext();
7233
7254
  i0.ɵɵadvance();
7234
- i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7255
+ i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7235
7256
  i0.ɵɵadvance();
7236
- i0.ɵɵproperty("data", ctx_r0.items)("valuePrimitive", true)("ngModel", ctx_r0.sv);
7257
+ i0.ɵɵproperty("data", ctx_r1.items)("valuePrimitive", true);
7258
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.sv);
7237
7259
  } }
7238
7260
  function ModerationStatusDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7239
7261
  i0.ɵɵelement(0, "kendo-label", 4);
7240
7262
  } if (rf & 2) {
7241
- const ctx_r6 = i0.ɵɵnextContext(2);
7242
- i0.ɵɵpropertyInterpolate("text", ctx_r6.title);
7263
+ const ctx_r1 = i0.ɵɵnextContext(2);
7264
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7243
7265
  } }
7244
7266
  function ModerationStatusDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
7245
7267
  i0.ɵɵelementStart(0, "div", 5);
@@ -7262,8 +7284,8 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7262
7284
  this.title = 'Moderation Status';
7263
7285
  this.enumeration = ModerationStatus;
7264
7286
  }
7265
- static { this.ɵfac = function ModerationStatusDropdownlist_Factory(t) { return new (t || ModerationStatusDropdownlist)(); }; }
7266
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModerationStatusDropdownlist, selectors: [["anatoly-moderationstatus-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "text", 4, "ngIf"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "ngModel", "ngModelChange", "valueChange"], [3, "text"], [3, "formGroup"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "formControlName"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function ModerationStatusDropdownlist_Template(rf, ctx) { if (rf & 1) {
7287
+ static { this.ɵfac = function ModerationStatusDropdownlist_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModerationStatusDropdownlist)(); }; }
7288
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModerationStatusDropdownlist, selectors: [["anatoly-moderationstatus-dropdownlist"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "text", 4, "ngIf"], ["valueField", "value", "textField", "text", 3, "ngModelChange", "valueChange", "data", "valuePrimitive", "ngModel"], [3, "text"], [3, "formGroup"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "formControlName"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function ModerationStatusDropdownlist_Template(rf, ctx) { if (rf & 1) {
7267
7289
  i0.ɵɵtemplate(0, ModerationStatusDropdownlist_div_0_Template, 3, 4, "div", 0)(1, ModerationStatusDropdownlist_div_1_Template, 4, 9, "div", 1);
7268
7290
  } if (rf & 2) {
7269
7291
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7273,9 +7295,9 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7273
7295
  }
7274
7296
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ModerationStatusDropdownlist, [{
7275
7297
  type: Component,
7276
- args: [{ selector: 'anatoly-moderationstatus-dropdownlist', template: "<div *ngIf='isNgModelBased'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [(ngModel)]=\"sv\"\r\n (valueChange)=\"onChange($event)\" />\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [formControlName]='controlName' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n</div>\r\n" }]
7298
+ args: [{ selector: 'anatoly-moderationstatus-dropdownlist', standalone: false, template: "<div *ngIf='isNgModelBased'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [(ngModel)]=\"sv\"\r\n (valueChange)=\"onChange($event)\" />\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [formControlName]='controlName' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n</div>\r\n" }]
7277
7299
  }], () => [], null); })();
7278
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModerationStatusDropdownlist, { className: "ModerationStatusDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\moderationstatus\\moderationstatus.dropdownlist.ts", lineNumber: 27 }); })();
7300
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModerationStatusDropdownlist, { className: "ModerationStatusDropdownlist", filePath: "lib/ui/components/dropdownlists/moderationstatus/moderationstatus.dropdownlist.ts", lineNumber: 28 }); })();
7279
7301
 
7280
7302
  /*
7281
7303
  <file>
@@ -7295,28 +7317,30 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7295
7317
  function PublishStatusDropdownlist_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7296
7318
  i0.ɵɵelement(0, "kendo-label", 4);
7297
7319
  } if (rf & 2) {
7298
- const ctx_r2 = i0.ɵɵnextContext(2);
7299
- i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7320
+ const ctx_r1 = i0.ɵɵnextContext(2);
7321
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7300
7322
  } }
7301
7323
  function PublishStatusDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
7302
- const _r4 = i0.ɵɵgetCurrentView();
7324
+ const _r1 = i0.ɵɵgetCurrentView();
7303
7325
  i0.ɵɵelementStart(0, "div");
7304
7326
  i0.ɵɵtemplate(1, PublishStatusDropdownlist_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7305
7327
  i0.ɵɵelementStart(2, "kendo-dropdownlist", 3);
7306
- i0.ɵɵlistener("ngModelChange", function PublishStatusDropdownlist_div_0_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.sv = $event); })("valueChange", function PublishStatusDropdownlist_div_0_Template_kendo_dropdownlist_valueChange_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onChange($event)); });
7328
+ i0.ɵɵtwoWayListener("ngModelChange", function PublishStatusDropdownlist_div_0_Template_kendo_dropdownlist_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.sv, $event) || (ctx_r1.sv = $event); return i0.ɵɵresetView($event); });
7329
+ i0.ɵɵlistener("valueChange", function PublishStatusDropdownlist_div_0_Template_kendo_dropdownlist_valueChange_2_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onChange($event)); });
7307
7330
  i0.ɵɵelementEnd()();
7308
7331
  } if (rf & 2) {
7309
- const ctx_r0 = i0.ɵɵnextContext();
7332
+ const ctx_r1 = i0.ɵɵnextContext();
7310
7333
  i0.ɵɵadvance();
7311
- i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7334
+ i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7312
7335
  i0.ɵɵadvance();
7313
- i0.ɵɵproperty("data", ctx_r0.items)("valuePrimitive", true)("ngModel", ctx_r0.sv);
7336
+ i0.ɵɵproperty("data", ctx_r1.items)("valuePrimitive", true);
7337
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.sv);
7314
7338
  } }
7315
7339
  function PublishStatusDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7316
7340
  i0.ɵɵelement(0, "kendo-label", 4);
7317
7341
  } if (rf & 2) {
7318
- const ctx_r6 = i0.ɵɵnextContext(2);
7319
- i0.ɵɵpropertyInterpolate("text", ctx_r6.title);
7342
+ const ctx_r1 = i0.ɵɵnextContext(2);
7343
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7320
7344
  } }
7321
7345
  function PublishStatusDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
7322
7346
  i0.ɵɵelementStart(0, "div", 5);
@@ -7339,8 +7363,8 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
7339
7363
  this.title = 'Publish Status';
7340
7364
  this.enumeration = PublishStatus;
7341
7365
  }
7342
- static { this.ɵfac = function PublishStatusDropdownlist_Factory(t) { return new (t || PublishStatusDropdownlist)(); }; }
7343
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PublishStatusDropdownlist, selectors: [["anatoly-publishstatus-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "text", 4, "ngIf"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "ngModel", "ngModelChange", "valueChange"], [3, "text"], [3, "formGroup"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "formControlName"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function PublishStatusDropdownlist_Template(rf, ctx) { if (rf & 1) {
7366
+ static { this.ɵfac = function PublishStatusDropdownlist_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PublishStatusDropdownlist)(); }; }
7367
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PublishStatusDropdownlist, selectors: [["anatoly-publishstatus-dropdownlist"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "text", 4, "ngIf"], ["valueField", "value", "textField", "text", 3, "ngModelChange", "valueChange", "data", "valuePrimitive", "ngModel"], [3, "text"], [3, "formGroup"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "formControlName"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function PublishStatusDropdownlist_Template(rf, ctx) { if (rf & 1) {
7344
7368
  i0.ɵɵtemplate(0, PublishStatusDropdownlist_div_0_Template, 3, 4, "div", 0)(1, PublishStatusDropdownlist_div_1_Template, 4, 9, "div", 1);
7345
7369
  } if (rf & 2) {
7346
7370
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7350,9 +7374,9 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
7350
7374
  }
7351
7375
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PublishStatusDropdownlist, [{
7352
7376
  type: Component,
7353
- args: [{ selector: 'anatoly-publishstatus-dropdownlist', template: "<div *ngIf='isNgModelBased'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [(ngModel)]=\"sv\"\r\n (valueChange)=\"onChange($event)\" />\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [formControlName]='controlName' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n</div>\r\n" }]
7377
+ args: [{ selector: 'anatoly-publishstatus-dropdownlist', standalone: false, template: "<div *ngIf='isNgModelBased'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [(ngModel)]=\"sv\"\r\n (valueChange)=\"onChange($event)\" />\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [formControlName]='controlName' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n</div>\r\n" }]
7354
7378
  }], () => [], null); })();
7355
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PublishStatusDropdownlist, { className: "PublishStatusDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\publishstatus\\publishstatus.dropdownlist.ts", lineNumber: 27 }); })();
7379
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PublishStatusDropdownlist, { className: "PublishStatusDropdownlist", filePath: "lib/ui/components/dropdownlists/publishstatus/publishstatus.dropdownlist.ts", lineNumber: 28 }); })();
7356
7380
 
7357
7381
  /*
7358
7382
  <file>
@@ -7383,10 +7407,10 @@ function TimezoneDropdownlist_div_1_option_3_Template(rf, ctx) { if (rf & 1) {
7383
7407
  i0.ɵɵtext(1);
7384
7408
  i0.ɵɵelementEnd();
7385
7409
  } if (rf & 2) {
7386
- const item_r4 = ctx.$implicit;
7387
- i0.ɵɵproperty("value", item_r4.code);
7410
+ const item_r1 = ctx.$implicit;
7411
+ i0.ɵɵproperty("value", item_r1.code);
7388
7412
  i0.ɵɵadvance();
7389
- i0.ɵɵtextInterpolate2(" (", item_r4.offset, ") ", item_r4.name, " ");
7413
+ i0.ɵɵtextInterpolate2(" (", item_r1.offset, ") ", item_r1.name, " ");
7390
7414
  } }
7391
7415
  function TimezoneDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
7392
7416
  i0.ɵɵelementStart(0, "div", 2);
@@ -7442,8 +7466,8 @@ class TimezoneDropdownlist extends EditComponentBase {
7442
7466
  }
7443
7467
  }
7444
7468
  }
7445
- static { this.ɵfac = function TimezoneDropdownlist_Factory(t) { return new (t || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); }; }
7446
- 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) {
7469
+ static { this.ɵfac = function TimezoneDropdownlist_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); }; }
7470
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimezoneDropdownlist, selectors: [["anatoly-timezone-dropdownlist"]], standalone: false, 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) {
7447
7471
  i0.ɵɵtemplate(0, TimezoneDropdownlist_div_0_Template, 1, 0, "div", 0)(1, TimezoneDropdownlist_div_1_Template, 4, 4, "div", 1);
7448
7472
  } if (rf & 2) {
7449
7473
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7453,9 +7477,9 @@ class TimezoneDropdownlist extends EditComponentBase {
7453
7477
  }
7454
7478
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimezoneDropdownlist, [{
7455
7479
  type: Component,
7456
- 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" }]
7480
+ args: [{ selector: 'anatoly-timezone-dropdownlist', standalone: false, 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" }]
7457
7481
  }], () => [{ type: CoreApiService }, { type: AppContextService }], null); })();
7458
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TimezoneDropdownlist, { className: "TimezoneDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\timezone\\timezone.dropdownlist.ts", lineNumber: 29 }); })();
7482
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TimezoneDropdownlist, { className: "TimezoneDropdownlist", filePath: "lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.ts", lineNumber: 30 }); })();
7459
7483
 
7460
7484
  /*
7461
7485
  <file>
@@ -7618,18 +7642,19 @@ class HtmlEditorComponentBase extends EditComponentBase {
7618
7642
  editor.opts.imageUploadParams.uploadParentId = uploadParentId;
7619
7643
  });
7620
7644
  }
7621
- static { this.ɵfac = function HtmlEditorComponentBase_Factory(t) { return new (t || HtmlEditorComponentBase)(); }; }
7622
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponentBase, selectors: [["ng-component"]], inputs: { editorOptions: "editorOptions" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function HtmlEditorComponentBase_Template(rf, ctx) { }, encapsulation: 2 }); }
7645
+ static { this.ɵfac = function HtmlEditorComponentBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HtmlEditorComponentBase)(); }; }
7646
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponentBase, selectors: [["ng-component"]], inputs: { editorOptions: "editorOptions" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function HtmlEditorComponentBase_Template(rf, ctx) { }, encapsulation: 2 }); }
7623
7647
  }
7624
7648
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponentBase, [{
7625
7649
  type: Component,
7626
7650
  args: [{
7627
7651
  template: "",
7652
+ standalone: false
7628
7653
  }]
7629
7654
  }], () => [], { editorOptions: [{
7630
7655
  type: Input
7631
7656
  }] }); })();
7632
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib\\ui\\components\\html-editor\\base-editor.component.ts", lineNumber: 30 }); })();
7657
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib/ui/components/html-editor/base-editor.component.ts", lineNumber: 31 }); })();
7633
7658
 
7634
7659
  /*
7635
7660
  <file>
@@ -7649,35 +7674,35 @@ class HtmlEditorComponentBase extends EditComponentBase {
7649
7674
  function HtmlEditorComponent_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7650
7675
  i0.ɵɵelement(0, "kendo-label", 4);
7651
7676
  } if (rf & 2) {
7652
- const ctx_r2 = i0.ɵɵnextContext(2);
7653
- i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7677
+ const ctx_r1 = i0.ɵɵnextContext(2);
7678
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7654
7679
  } }
7655
7680
  function HtmlEditorComponent_div_0_Template(rf, ctx) { if (rf & 1) {
7656
- const _r4 = i0.ɵɵgetCurrentView();
7681
+ const _r1 = i0.ɵɵgetCurrentView();
7657
7682
  i0.ɵɵelementStart(0, "div");
7658
7683
  i0.ɵɵtemplate(1, HtmlEditorComponent_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7659
7684
  i0.ɵɵelementStart(2, "textarea", 3);
7660
- i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_div_0_Template_textarea_froalaInit_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.initializeControl($event)); });
7685
+ i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_div_0_Template_textarea_froalaInit_2_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.initializeControl($event)); });
7661
7686
  i0.ɵɵelementEnd()();
7662
7687
  } if (rf & 2) {
7663
- const ctx_r0 = i0.ɵɵnextContext();
7688
+ const ctx_r1 = i0.ɵɵnextContext();
7664
7689
  i0.ɵɵadvance();
7665
- i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7690
+ i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7666
7691
  i0.ɵɵadvance();
7667
- i0.ɵɵproperty("froalaEditor", ctx_r0.options);
7692
+ i0.ɵɵproperty("froalaEditor", ctx_r1.options);
7668
7693
  } }
7669
7694
  function HtmlEditorComponent_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7670
7695
  i0.ɵɵelement(0, "kendo-label", 4);
7671
7696
  } if (rf & 2) {
7672
- const ctx_r5 = i0.ɵɵnextContext(2);
7673
- i0.ɵɵpropertyInterpolate("text", ctx_r5.title);
7697
+ const ctx_r1 = i0.ɵɵnextContext(2);
7698
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7674
7699
  } }
7675
7700
  function HtmlEditorComponent_div_1_Template(rf, ctx) { if (rf & 1) {
7676
- const _r7 = i0.ɵɵgetCurrentView();
7701
+ const _r3 = i0.ɵɵgetCurrentView();
7677
7702
  i0.ɵɵelementStart(0, "div", 5);
7678
7703
  i0.ɵɵtemplate(1, HtmlEditorComponent_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7679
7704
  i0.ɵɵelementStart(2, "textarea", 6);
7680
- i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_div_1_Template_textarea_froalaInit_2_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.initializeControl($event)); });
7705
+ i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_div_1_Template_textarea_froalaInit_2_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.initializeControl($event)); });
7681
7706
  i0.ɵɵtext(3, " ");
7682
7707
  i0.ɵɵelementEnd();
7683
7708
  i0.ɵɵelement(4, "anatoly-item-validation-summary", 7);
@@ -7720,8 +7745,8 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7720
7745
  that.setFormValue(name, value);
7721
7746
  });
7722
7747
  }
7723
- static { this.ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); }; }
7724
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponent, selectors: [["anatoly-html-editor"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "text", 4, "ngIf"], [3, "froalaEditor", "froalaInit"], [3, "text"], [3, "formGroup"], [3, "froalaEditor", "formControlName", "froalaInit"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function HtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
7748
+ static { this.ɵfac = function HtmlEditorComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HtmlEditorComponent)(); }; }
7749
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponent, selectors: [["anatoly-html-editor"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "text", 4, "ngIf"], [3, "froalaInit", "froalaEditor"], [3, "text"], [3, "formGroup"], [3, "froalaInit", "froalaEditor", "formControlName"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function HtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
7725
7750
  i0.ɵɵtemplate(0, HtmlEditorComponent_div_0_Template, 3, 2, "div", 0)(1, HtmlEditorComponent_div_1_Template, 5, 9, "div", 1);
7726
7751
  } if (rf & 2) {
7727
7752
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7731,9 +7756,9 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7731
7756
  }
7732
7757
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
7733
7758
  type: Component,
7734
- args: [{ selector: "anatoly-html-editor", template: "<div *ngIf='isNgModelBased'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <textarea [froalaEditor]=\"options\" \r\n [formControlName]=\"controlName\" \r\n [attr.formControlTitle]=\"controlTitle\" \r\n (froalaInit)=\"initializeControl($event)\">\r\n </textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n</div>\r\n" }]
7759
+ args: [{ selector: "anatoly-html-editor", standalone: false, template: "<div *ngIf='isNgModelBased'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <kendo-label text=\"{{ title }}\" *ngIf='isTitleVisible'></kendo-label>\r\n <textarea [froalaEditor]=\"options\" \r\n [formControlName]=\"controlName\" \r\n [attr.formControlTitle]=\"controlTitle\" \r\n (froalaInit)=\"initializeControl($event)\">\r\n </textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n</div>\r\n" }]
7735
7760
  }], () => [], null); })();
7736
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\html-editor.component.ts", lineNumber: 26 }); })();
7761
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib/ui/components/html-editor/html-editor.component.ts", lineNumber: 27 }); })();
7737
7762
 
7738
7763
  /*
7739
7764
  <file>
@@ -7757,8 +7782,8 @@ class CheckIconComponent {
7757
7782
  //Inputs
7758
7783
  this.checked = true;
7759
7784
  }
7760
- static { this.ɵfac = function CheckIconComponent_Factory(t) { return new (t || CheckIconComponent)(); }; }
7761
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, ngContentSelectors: _c0$a, decls: 2, vars: 2, consts: [[3, "icon", "ngClass"]], template: function CheckIconComponent_Template(rf, ctx) { if (rf & 1) {
7785
+ static { this.ɵfac = function CheckIconComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CheckIconComponent)(); }; }
7786
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, standalone: false, ngContentSelectors: _c0$a, decls: 2, vars: 2, consts: [[3, "icon", "ngClass"]], template: function CheckIconComponent_Template(rf, ctx) { if (rf & 1) {
7762
7787
  i0.ɵɵprojectionDef();
7763
7788
  i0.ɵɵelement(0, "fa-icon", 0);
7764
7789
  i0.ɵɵprojection(1);
@@ -7768,11 +7793,11 @@ class CheckIconComponent {
7768
7793
  }
7769
7794
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
7770
7795
  type: Component,
7771
- 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" }]
7796
+ args: [{ selector: 'anatoly-check-icon', standalone: false, template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\"\r\n [ngClass]=\"checked ? 'text-success' : 'text-danger'\" />\r\n<ng-content></ng-content>\r\n" }]
7772
7797
  }], null, { checked: [{
7773
7798
  type: Input
7774
7799
  }] }); })();
7775
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckIconComponent, { className: "CheckIconComponent", filePath: "lib\\ui\\components\\check-icon\\check-icon.component.ts", lineNumber: 24 }); })();
7800
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckIconComponent, { className: "CheckIconComponent", filePath: "lib/ui/components/check-icon/check-icon.component.ts", lineNumber: 25 }); })();
7776
7801
 
7777
7802
  /*
7778
7803
  <file>
@@ -7801,17 +7826,21 @@ class AReplacerDirective extends ReplacerDirectiveBase {
7801
7826
  setHref(value) {
7802
7827
  if (value) {
7803
7828
  if (value.indexOf("assets") > -1) {
7829
+ this.setCDN2Attribute('href', value);
7830
+ }
7831
+ else {
7804
7832
  this.setAttribute('href', value);
7805
7833
  }
7806
7834
  }
7807
7835
  }
7808
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAReplacerDirective_BaseFactory; return function AReplacerDirective_Factory(t) { return (ɵAReplacerDirective_BaseFactory || (ɵAReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(AReplacerDirective)))(t || AReplacerDirective); }; })(); }
7809
- static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AReplacerDirective, selectors: [["a"]], inputs: { href: "href" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
7836
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAReplacerDirective_BaseFactory; return function AReplacerDirective_Factory(__ngFactoryType__) { return (ɵAReplacerDirective_BaseFactory || (ɵAReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(AReplacerDirective)))(__ngFactoryType__ || AReplacerDirective); }; })(); }
7837
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AReplacerDirective, selectors: [["a"]], inputs: { href: "href" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
7810
7838
  }
7811
7839
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AReplacerDirective, [{
7812
7840
  type: Directive,
7813
7841
  args: [{
7814
- selector: 'a'
7842
+ selector: 'a',
7843
+ standalone: false
7815
7844
  }]
7816
7845
  }], null, { href: [{
7817
7846
  type: Input,
@@ -7833,72 +7862,74 @@ class AReplacerDirective extends ReplacerDirectiveBase {
7833
7862
  </file>
7834
7863
  */
7835
7864
  //Node
7836
- const _c0$9 = a0 => ({ "active": a0 });
7865
+ const _c0$9 = ["*"];
7866
+ const _c1 = a0 => ({ "active": a0 });
7837
7867
  function ControlPanelComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
7838
- const _r5 = i0.ɵɵgetCurrentView();
7839
- i0.ɵɵelementStart(0, "div", 7)(1, "a", 8);
7840
- i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_2_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.onFilterToggle()); });
7868
+ const _r1 = i0.ɵɵgetCurrentView();
7869
+ i0.ɵɵelementStart(0, "div", 2)(1, "a", 7);
7870
+ i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_2_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onFilterToggle()); });
7841
7871
  i0.ɵɵnamespaceSVG();
7842
- i0.ɵɵelementStart(2, "svg", 9);
7843
- i0.ɵɵelement(3, "path", 10);
7872
+ i0.ɵɵelementStart(2, "svg", 8);
7873
+ i0.ɵɵelement(3, "path", 9);
7844
7874
  i0.ɵɵelementEnd()()();
7845
7875
  } if (rf & 2) {
7846
- const ctx_r0 = i0.ɵɵnextContext();
7876
+ const ctx_r1 = i0.ɵɵnextContext();
7847
7877
  i0.ɵɵadvance();
7848
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c0$9, ctx_r0.filterVisible));
7878
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c1, ctx_r1.filterVisible));
7849
7879
  } }
7850
7880
  function ControlPanelComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
7851
- const _r7 = i0.ɵɵgetCurrentView();
7852
- i0.ɵɵelementStart(0, "div", 11)(1, "h2");
7881
+ const _r3 = i0.ɵɵgetCurrentView();
7882
+ i0.ɵɵelementStart(0, "div", 4)(1, "h2");
7853
7883
  i0.ɵɵtext(2, "Sort By:");
7854
7884
  i0.ɵɵelementEnd();
7855
- i0.ɵɵelementStart(3, "kendo-dropdownlist", 12);
7856
- i0.ɵɵlistener("ngModelChange", function ControlPanelComponent_Conditional_6_Template_kendo_dropdownlist_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.selectedSortBy = $event); })("valueChange", function ControlPanelComponent_Conditional_6_Template_kendo_dropdownlist_valueChange_3_listener() { i0.ɵɵrestoreView(_r7); const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.onSortByChange()); });
7885
+ i0.ɵɵelementStart(3, "kendo-dropdownlist", 10);
7886
+ i0.ɵɵtwoWayListener("ngModelChange", function ControlPanelComponent_Conditional_6_Template_kendo_dropdownlist_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.selectedSortBy, $event) || (ctx_r1.selectedSortBy = $event); return i0.ɵɵresetView($event); });
7887
+ i0.ɵɵlistener("valueChange", function ControlPanelComponent_Conditional_6_Template_kendo_dropdownlist_valueChange_3_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onSortByChange()); });
7857
7888
  i0.ɵɵelementEnd()();
7858
7889
  } if (rf & 2) {
7859
7890
  const ctx_r1 = i0.ɵɵnextContext();
7860
7891
  i0.ɵɵadvance(3);
7861
- i0.ɵɵproperty("data", ctx_r1.sortByItems)("valuePrimitive", true)("ngModel", ctx_r1.selectedSortBy);
7892
+ i0.ɵɵproperty("data", ctx_r1.sortByItems)("valuePrimitive", true);
7893
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.selectedSortBy);
7862
7894
  } }
7863
7895
  function ControlPanelComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
7864
- const _r10 = i0.ɵɵgetCurrentView();
7865
- i0.ɵɵelementStart(0, "div", 13)(1, "a", 8);
7866
- i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_7_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.onViewSwitch("grid")); });
7896
+ const _r4 = i0.ɵɵgetCurrentView();
7897
+ i0.ɵɵelementStart(0, "div", 5)(1, "a", 7);
7898
+ i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_7_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onViewSwitch("grid")); });
7867
7899
  i0.ɵɵnamespaceSVG();
7868
- i0.ɵɵelementStart(2, "svg", 14);
7869
- i0.ɵɵelement(3, "path", 15)(4, "path", 16)(5, "path", 17)(6, "path", 18);
7900
+ i0.ɵɵelementStart(2, "svg", 11);
7901
+ i0.ɵɵelement(3, "path", 12)(4, "path", 13)(5, "path", 14)(6, "path", 15);
7870
7902
  i0.ɵɵelementEnd()();
7871
7903
  i0.ɵɵnamespaceHTML();
7872
- i0.ɵɵelementStart(7, "a", 8);
7873
- i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_7_Template_a_click_7_listener() { i0.ɵɵrestoreView(_r10); const ctx_r11 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r11.onViewSwitch("list")); });
7904
+ i0.ɵɵelementStart(7, "a", 7);
7905
+ i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_7_Template_a_click_7_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onViewSwitch("list")); });
7874
7906
  i0.ɵɵnamespaceSVG();
7875
- i0.ɵɵelementStart(8, "svg", 19);
7876
- i0.ɵɵelement(9, "path", 20);
7907
+ i0.ɵɵelementStart(8, "svg", 16);
7908
+ i0.ɵɵelement(9, "path", 17);
7877
7909
  i0.ɵɵelementEnd()();
7878
7910
  i0.ɵɵnamespaceHTML();
7879
- i0.ɵɵelementStart(10, "a", 8);
7880
- i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_7_Template_a_click_10_listener() { i0.ɵɵrestoreView(_r10); const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.onViewSwitch("table")); });
7911
+ i0.ɵɵelementStart(10, "a", 7);
7912
+ i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_7_Template_a_click_10_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onViewSwitch("table")); });
7881
7913
  i0.ɵɵnamespaceSVG();
7882
- i0.ɵɵelementStart(11, "svg", 21);
7883
- i0.ɵɵelement(12, "path", 22);
7914
+ i0.ɵɵelementStart(11, "svg", 18);
7915
+ i0.ɵɵelement(12, "path", 19);
7884
7916
  i0.ɵɵelementEnd()()();
7885
7917
  } if (rf & 2) {
7886
- const ctx_r2 = i0.ɵɵnextContext();
7918
+ const ctx_r1 = i0.ɵɵnextContext();
7887
7919
  i0.ɵɵadvance();
7888
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c0$9, ctx_r2.viewType == "grid"));
7920
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c1, ctx_r1.viewType == "grid"));
7889
7921
  i0.ɵɵadvance(6);
7890
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$9, ctx_r2.viewType == "list"));
7922
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c1, ctx_r1.viewType == "list"));
7891
7923
  i0.ɵɵadvance(3);
7892
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$9, ctx_r2.viewType == "table"));
7924
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c1, ctx_r1.viewType == "table"));
7893
7925
  } }
7894
7926
  function ControlPanelComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
7895
- const _r14 = i0.ɵɵgetCurrentView();
7896
- i0.ɵɵelementStart(0, "div", 23)(1, "a", 24);
7897
- i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_8_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r13.onAdd()); });
7898
- i0.ɵɵelement(2, "fa-icon", 25);
7927
+ const _r5 = i0.ɵɵgetCurrentView();
7928
+ i0.ɵɵelementStart(0, "div", 6)(1, "a", 20);
7929
+ i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_8_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onAdd()); });
7930
+ i0.ɵɵelement(2, "fa-icon", 21);
7899
7931
  i0.ɵɵelementEnd()();
7900
7932
  } }
7901
- const _c1 = ["*"];
7902
7933
  class ControlPanelComponent extends ComponentBase {
7903
7934
  constructor() {
7904
7935
  super(...arguments);
@@ -7965,8 +7996,8 @@ class ControlPanelComponent extends ComponentBase {
7965
7996
  onAdd() {
7966
7997
  this.fireAdd();
7967
7998
  }
7968
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵControlPanelComponent_BaseFactory; return function ControlPanelComponent_Factory(t) { return (ɵControlPanelComponent_BaseFactory || (ɵControlPanelComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ControlPanelComponent)))(t || ControlPanelComponent); }; })(); }
7969
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ControlPanelComponent, selectors: [["anatoly-data-grid-control-panel"]], inputs: { sortByItems: "sortByItems", viewType: "viewType", filterButtonVisible: "filterButtonVisible", sortByVisible: "sortByVisible", viewTypesVisible: "viewTypesVisible", addButtonVisible: "addButtonVisible" }, outputs: { settingsChange: "settingsChange", add: "add" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1, decls: 9, vars: 4, consts: [[1, "os-control-panel"], [1, "control-wrapper"], ["class", "filter"], [1, "tools"], ["class", "sort-by"], ["class", "actions"], ["class", "action-add"], [1, "filter"], ["href", "javascript:void(0)", 1, "btn", "btn-icon", "btn-primary", 3, "ngClass", "click"], ["height", "22", "viewBox", "0 0 32 32", "width", "20", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M2 7h.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2H9.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2zm4-3a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm24 11h-.142a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h20.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-4 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm4 7H19.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h10.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-14 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2z", "fill", "currentColor"], [1, "sort-by"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "ngModel", "ngModelChange", "valueChange"], [1, "actions"], ["fill", "none", "height", "18", "viewBox", "0 0 18 18", "width", "18", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M6 1H2C1.44772 1 1 1.44772 1 2V6C1 6.55228 1.44772 7 2 7H6C6.55228 7 7 6.55228 7 6V2C7 1.44772 6.55228 1 6 1Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M16 1H12C11.4477 1 11 1.44772 11 2V6C11 6.55228 11.4477 7 12 7H16C16.5523 7 17 6.55228 17 6V2C17 1.44772 16.5523 1 16 1Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M6 11H2C1.44772 11 1 11.4477 1 12V16C1 16.5523 1.44772 17 2 17H6C6.55228 17 7 16.5523 7 16V12C7 11.4477 6.55228 11 6 11Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M16 11H12C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17H16C16.5523 17 17 16.5523 17 16V12C17 11.4477 16.5523 11 16 11Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["fill", "none", "height", "15", "viewBox", "0 0 19 15", "width", "19", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M1.5 6C0.67 6 0 6.67 0 7.5C0 8.33 0.67 9 1.5 9C2.33 9 3 8.33 3 7.5C3 6.67 2.33 6 1.5 6ZM1.5 0C0.67 0 0 0.67 0 1.5C0 2.33 0.67 3 1.5 3C2.33 3 3 2.33 3 1.5C3 0.67 2.33 0 1.5 0ZM1.5 12C0.67 12 0 12.68 0 13.5C0 14.32 0.68 15 1.5 15C2.32 15 3 14.32 3 13.5C3 12.68 2.33 12 1.5 12ZM5.5 14.5H17.5C18.05 14.5 18.5 14.05 18.5 13.5C18.5 12.95 18.05 12.5 17.5 12.5H5.5C4.95 12.5 4.5 12.95 4.5 13.5C4.5 14.05 4.95 14.5 5.5 14.5ZM5.5 8.5H17.5C18.05 8.5 18.5 8.05 18.5 7.5C18.5 6.95 18.05 6.5 17.5 6.5H5.5C4.95 6.5 4.5 6.95 4.5 7.5C4.5 8.05 4.95 8.5 5.5 8.5ZM4.5 1.5C4.5 2.05 4.95 2.5 5.5 2.5H17.5C18.05 2.5 18.5 2.05 18.5 1.5C18.5 0.95 18.05 0.5 17.5 0.5H5.5C4.95 0.5 4.5 0.95 4.5 1.5Z", "fill", "currentColor"], ["xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 512 512", "height", "20", "width", "20", "fill", "none"], ["d", "M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z", "fill", "currentColor"], [1, "action-add"], ["href", "javascript:void(0)", 1, "btn", "btn-icon", "btn-primary", 3, "click"], ["icon", "plus"]], template: function ControlPanelComponent_Template(rf, ctx) { if (rf & 1) {
7999
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵControlPanelComponent_BaseFactory; return function ControlPanelComponent_Factory(__ngFactoryType__) { return (ɵControlPanelComponent_BaseFactory || (ɵControlPanelComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ControlPanelComponent)))(__ngFactoryType__ || ControlPanelComponent); }; })(); }
8000
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ControlPanelComponent, selectors: [["anatoly-data-grid-control-panel"]], inputs: { sortByItems: "sortByItems", viewType: "viewType", filterButtonVisible: "filterButtonVisible", sortByVisible: "sortByVisible", viewTypesVisible: "viewTypesVisible", addButtonVisible: "addButtonVisible" }, outputs: { settingsChange: "settingsChange", add: "add" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$9, decls: 9, vars: 4, consts: [[1, "os-control-panel"], [1, "control-wrapper"], [1, "filter"], [1, "tools"], [1, "sort-by"], [1, "actions"], [1, "action-add"], ["href", "javascript:void(0)", 1, "btn", "btn-icon", "btn-primary", 3, "click", "ngClass"], ["height", "22", "viewBox", "0 0 32 32", "width", "20", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M2 7h.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2H9.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2zm4-3a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm24 11h-.142a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h20.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-4 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm4 7H19.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h10.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-14 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2z", "fill", "currentColor"], ["valueField", "value", "textField", "text", 3, "ngModelChange", "valueChange", "data", "valuePrimitive", "ngModel"], ["fill", "none", "height", "18", "viewBox", "0 0 18 18", "width", "18", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M6 1H2C1.44772 1 1 1.44772 1 2V6C1 6.55228 1.44772 7 2 7H6C6.55228 7 7 6.55228 7 6V2C7 1.44772 6.55228 1 6 1Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M16 1H12C11.4477 1 11 1.44772 11 2V6C11 6.55228 11.4477 7 12 7H16C16.5523 7 17 6.55228 17 6V2C17 1.44772 16.5523 1 16 1Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M6 11H2C1.44772 11 1 11.4477 1 12V16C1 16.5523 1.44772 17 2 17H6C6.55228 17 7 16.5523 7 16V12C7 11.4477 6.55228 11 6 11Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M16 11H12C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17H16C16.5523 17 17 16.5523 17 16V12C17 11.4477 16.5523 11 16 11Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["fill", "none", "height", "15", "viewBox", "0 0 19 15", "width", "19", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M1.5 6C0.67 6 0 6.67 0 7.5C0 8.33 0.67 9 1.5 9C2.33 9 3 8.33 3 7.5C3 6.67 2.33 6 1.5 6ZM1.5 0C0.67 0 0 0.67 0 1.5C0 2.33 0.67 3 1.5 3C2.33 3 3 2.33 3 1.5C3 0.67 2.33 0 1.5 0ZM1.5 12C0.67 12 0 12.68 0 13.5C0 14.32 0.68 15 1.5 15C2.32 15 3 14.32 3 13.5C3 12.68 2.33 12 1.5 12ZM5.5 14.5H17.5C18.05 14.5 18.5 14.05 18.5 13.5C18.5 12.95 18.05 12.5 17.5 12.5H5.5C4.95 12.5 4.5 12.95 4.5 13.5C4.5 14.05 4.95 14.5 5.5 14.5ZM5.5 8.5H17.5C18.05 8.5 18.5 8.05 18.5 7.5C18.5 6.95 18.05 6.5 17.5 6.5H5.5C4.95 6.5 4.5 6.95 4.5 7.5C4.5 8.05 4.95 8.5 5.5 8.5ZM4.5 1.5C4.5 2.05 4.95 2.5 5.5 2.5H17.5C18.05 2.5 18.5 2.05 18.5 1.5C18.5 0.95 18.05 0.5 17.5 0.5H5.5C4.95 0.5 4.5 0.95 4.5 1.5Z", "fill", "currentColor"], ["xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 512 512", "height", "20", "width", "20", "fill", "none"], ["d", "M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z", "fill", "currentColor"], ["href", "javascript:void(0)", 1, "btn", "btn-icon", "btn-primary", 3, "click"], ["icon", "plus"]], template: function ControlPanelComponent_Template(rf, ctx) { if (rf & 1) {
7970
8001
  i0.ɵɵprojectionDef();
7971
8002
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
7972
8003
  i0.ɵɵtemplate(2, ControlPanelComponent_Conditional_2_Template, 4, 3, "div", 2);
@@ -7978,18 +8009,18 @@ class ControlPanelComponent extends ComponentBase {
7978
8009
  i0.ɵɵelementEnd()()();
7979
8010
  } if (rf & 2) {
7980
8011
  i0.ɵɵadvance(2);
7981
- i0.ɵɵconditional(2, ctx.filterButtonVisible ? 2 : -1);
8012
+ i0.ɵɵconditional(ctx.filterButtonVisible ? 2 : -1);
7982
8013
  i0.ɵɵadvance(4);
7983
- i0.ɵɵconditional(6, ctx.sortByVisible ? 6 : -1);
8014
+ i0.ɵɵconditional(ctx.sortByVisible ? 6 : -1);
7984
8015
  i0.ɵɵadvance();
7985
- i0.ɵɵconditional(7, ctx.viewTypesVisible ? 7 : -1);
8016
+ i0.ɵɵconditional(ctx.viewTypesVisible ? 7 : -1);
7986
8017
  i0.ɵɵadvance();
7987
- i0.ɵɵconditional(8, ctx.addButtonVisible ? 8 : -1);
8018
+ i0.ɵɵconditional(ctx.addButtonVisible ? 8 : -1);
7988
8019
  } }, dependencies: [i1$1.NgClass, i2.NgControlStatus, i2.NgModel, i1$6.FaIconComponent, i3.DropDownListComponent, AReplacerDirective], encapsulation: 2 }); }
7989
8020
  }
7990
8021
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ControlPanelComponent, [{
7991
8022
  type: Component,
7992
- args: [{ selector: 'anatoly-data-grid-control-panel', template: "<div class='os-control-panel'>\r\n <div class='control-wrapper'>\r\n @if (filterButtonVisible) {\r\n <div class='filter'>\r\n <a [ngClass]=\"{'active': filterVisible}\"\r\n class='btn btn-icon btn-primary'\r\n href='javascript:void(0)' \r\n (click)='onFilterToggle()'>\r\n <svg height='22' viewBox='0 0 32 32' width='20' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M2 7h.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2H9.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2zm4-3a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm24 11h-.142a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h20.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-4 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm4 7H19.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h10.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-14 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2z'\r\n fill='currentColor'/>\r\n </svg>\r\n </a> \r\n </div>\r\n }\r\n \r\n <div>\r\n <ng-content></ng-content>\r\n </div>\r\n\r\n <div class='tools'>\r\n @if (sortByVisible) {\r\n <div class='sort-by'>\r\n <h2>Sort By:</h2>\r\n <kendo-dropdownlist [data]='sortByItems'\r\n valueField='value'\r\n textField='text'\r\n [valuePrimitive]='true'\r\n [(ngModel)]='selectedSortBy'\r\n (valueChange)='onSortByChange()'>\r\n </kendo-dropdownlist>\r\n </div>\r\n }\r\n\r\n @if (viewTypesVisible) {\r\n <div class='actions'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'grid'}\"\r\n (click)=\"onViewSwitch('grid')\">\r\n <svg fill='none' height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M6 1H2C1.44772 1 1 1.44772 1 2V6C1 6.55228 1.44772 7 2 7H6C6.55228 7 7 6.55228 7 6V2C7 1.44772 6.55228 1 6 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M16 1H12C11.4477 1 11 1.44772 11 2V6C11 6.55228 11.4477 7 12 7H16C16.5523 7 17 6.55228 17 6V2C17 1.44772 16.5523 1 16 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M6 11H2C1.44772 11 1 11.4477 1 12V16C1 16.5523 1.44772 17 2 17H6C6.55228 17 7 16.5523 7 16V12C7 11.4477 6.55228 11 6 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M16 11H12C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17H16C16.5523 17 17 16.5523 17 16V12C17 11.4477 16.5523 11 16 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'list'}\"\r\n (click)=\"onViewSwitch('list')\">\r\n <svg fill='none' height='15' viewBox='0 0 19 15' width='19' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M1.5 6C0.67 6 0 6.67 0 7.5C0 8.33 0.67 9 1.5 9C2.33 9 3 8.33 3 7.5C3 6.67 2.33 6 1.5 6ZM1.5 0C0.67 0 0 0.67 0 1.5C0 2.33 0.67 3 1.5 3C2.33 3 3 2.33 3 1.5C3 0.67 2.33 0 1.5 0ZM1.5 12C0.67 12 0 12.68 0 13.5C0 14.32 0.68 15 1.5 15C2.32 15 3 14.32 3 13.5C3 12.68 2.33 12 1.5 12ZM5.5 14.5H17.5C18.05 14.5 18.5 14.05 18.5 13.5C18.5 12.95 18.05 12.5 17.5 12.5H5.5C4.95 12.5 4.5 12.95 4.5 13.5C4.5 14.05 4.95 14.5 5.5 14.5ZM5.5 8.5H17.5C18.05 8.5 18.5 8.05 18.5 7.5C18.5 6.95 18.05 6.5 17.5 6.5H5.5C4.95 6.5 4.5 6.95 4.5 7.5C4.5 8.05 4.95 8.5 5.5 8.5ZM4.5 1.5C4.5 2.05 4.95 2.5 5.5 2.5H17.5C18.05 2.5 18.5 2.05 18.5 1.5C18.5 0.95 18.05 0.5 17.5 0.5H5.5C4.95 0.5 4.5 0.95 4.5 1.5Z'\r\n fill='currentColor'/>\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'table'}\"\r\n (click)=\"onViewSwitch('table')\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" height=\"20\" width=\"20\" fill='none' >\r\n <path\r\n d=\"M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z\"\r\n fill='currentColor'/>\r\n </svg>\r\n </a>\r\n </div>\r\n }\r\n\r\n @if (addButtonVisible) {\r\n <div class='action-add'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)' (click)='onAdd()'>\r\n <fa-icon icon='plus'/>\r\n </a>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n" }]
8023
+ args: [{ selector: 'anatoly-data-grid-control-panel', standalone: false, template: "<div class='os-control-panel'>\r\n <div class='control-wrapper'>\r\n @if (filterButtonVisible) {\r\n <div class='filter'>\r\n <a [ngClass]=\"{'active': filterVisible}\"\r\n class='btn btn-icon btn-primary'\r\n href='javascript:void(0)' \r\n (click)='onFilterToggle()'>\r\n <svg height='22' viewBox='0 0 32 32' width='20' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M2 7h.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2H9.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2zm4-3a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm24 11h-.142a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h20.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-4 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm4 7H19.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h10.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-14 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2z'\r\n fill='currentColor'/>\r\n </svg>\r\n </a> \r\n </div>\r\n }\r\n \r\n <div>\r\n <ng-content></ng-content>\r\n </div>\r\n\r\n <div class='tools'>\r\n @if (sortByVisible) {\r\n <div class='sort-by'>\r\n <h2>Sort By:</h2>\r\n <kendo-dropdownlist [data]='sortByItems'\r\n valueField='value'\r\n textField='text'\r\n [valuePrimitive]='true'\r\n [(ngModel)]='selectedSortBy'\r\n (valueChange)='onSortByChange()'>\r\n </kendo-dropdownlist>\r\n </div>\r\n }\r\n\r\n @if (viewTypesVisible) {\r\n <div class='actions'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'grid'}\"\r\n (click)=\"onViewSwitch('grid')\">\r\n <svg fill='none' height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M6 1H2C1.44772 1 1 1.44772 1 2V6C1 6.55228 1.44772 7 2 7H6C6.55228 7 7 6.55228 7 6V2C7 1.44772 6.55228 1 6 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M16 1H12C11.4477 1 11 1.44772 11 2V6C11 6.55228 11.4477 7 12 7H16C16.5523 7 17 6.55228 17 6V2C17 1.44772 16.5523 1 16 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M6 11H2C1.44772 11 1 11.4477 1 12V16C1 16.5523 1.44772 17 2 17H6C6.55228 17 7 16.5523 7 16V12C7 11.4477 6.55228 11 6 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M16 11H12C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17H16C16.5523 17 17 16.5523 17 16V12C17 11.4477 16.5523 11 16 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'list'}\"\r\n (click)=\"onViewSwitch('list')\">\r\n <svg fill='none' height='15' viewBox='0 0 19 15' width='19' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M1.5 6C0.67 6 0 6.67 0 7.5C0 8.33 0.67 9 1.5 9C2.33 9 3 8.33 3 7.5C3 6.67 2.33 6 1.5 6ZM1.5 0C0.67 0 0 0.67 0 1.5C0 2.33 0.67 3 1.5 3C2.33 3 3 2.33 3 1.5C3 0.67 2.33 0 1.5 0ZM1.5 12C0.67 12 0 12.68 0 13.5C0 14.32 0.68 15 1.5 15C2.32 15 3 14.32 3 13.5C3 12.68 2.33 12 1.5 12ZM5.5 14.5H17.5C18.05 14.5 18.5 14.05 18.5 13.5C18.5 12.95 18.05 12.5 17.5 12.5H5.5C4.95 12.5 4.5 12.95 4.5 13.5C4.5 14.05 4.95 14.5 5.5 14.5ZM5.5 8.5H17.5C18.05 8.5 18.5 8.05 18.5 7.5C18.5 6.95 18.05 6.5 17.5 6.5H5.5C4.95 6.5 4.5 6.95 4.5 7.5C4.5 8.05 4.95 8.5 5.5 8.5ZM4.5 1.5C4.5 2.05 4.95 2.5 5.5 2.5H17.5C18.05 2.5 18.5 2.05 18.5 1.5C18.5 0.95 18.05 0.5 17.5 0.5H5.5C4.95 0.5 4.5 0.95 4.5 1.5Z'\r\n fill='currentColor'/>\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'table'}\"\r\n (click)=\"onViewSwitch('table')\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" height=\"20\" width=\"20\" fill='none' >\r\n <path\r\n d=\"M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z\"\r\n fill='currentColor'/>\r\n </svg>\r\n </a>\r\n </div>\r\n }\r\n\r\n @if (addButtonVisible) {\r\n <div class='action-add'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)' (click)='onAdd()'>\r\n <fa-icon icon='plus'/>\r\n </a>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n" }]
7993
8024
  }], null, { sortByItems: [{
7994
8025
  type: Input
7995
8026
  }], viewType: [{
@@ -8007,7 +8038,7 @@ class ControlPanelComponent extends ComponentBase {
8007
8038
  }], add: [{
8008
8039
  type: Output
8009
8040
  }] }); })();
8010
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ControlPanelComponent, { className: "ControlPanelComponent", filePath: "lib\\ui\\components\\data-grid\\control-panel.component.ts", lineNumber: 27 }); })();
8041
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ControlPanelComponent, { className: "ControlPanelComponent", filePath: "lib/ui/components/data-grid/control-panel.component.ts", lineNumber: 28 }); })();
8011
8042
 
8012
8043
  /*
8013
8044
  <file>
@@ -8067,8 +8098,8 @@ class DataPagerComponent extends ComponentBase {
8067
8098
  onPageChange(e) {
8068
8099
  this.pageChange.emit(e);
8069
8100
  }
8070
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵDataPagerComponent_BaseFactory; return function DataPagerComponent_Factory(t) { return (ɵDataPagerComponent_BaseFactory || (ɵDataPagerComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DataPagerComponent)))(t || DataPagerComponent); }; })(); }
8071
- 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) {
8101
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵDataPagerComponent_BaseFactory; return function DataPagerComponent_Factory(__ngFactoryType__) { return (ɵDataPagerComponent_BaseFactory || (ɵDataPagerComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DataPagerComponent)))(__ngFactoryType__ || DataPagerComponent); }; })(); }
8102
+ 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" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 9, consts: [[3, "pageChange", "total", "pageSize", "pageSizeValues", "skip"]], template: function DataPagerComponent_Template(rf, ctx) { if (rf & 1) {
8072
8103
  i0.ɵɵelementStart(0, "div")(1, "kendo-datapager", 0);
8073
8104
  i0.ɵɵlistener("pageChange", function DataPagerComponent_Template_kendo_datapager_pageChange_1_listener($event) { return ctx.onPageChange($event); });
8074
8105
  i0.ɵɵelementEnd()();
@@ -8081,7 +8112,7 @@ class DataPagerComponent extends ComponentBase {
8081
8112
  }
8082
8113
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DataPagerComponent, [{
8083
8114
  type: Component,
8084
- 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" }]
8115
+ args: [{ selector: 'anatoly-datapager', standalone: false, 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" }]
8085
8116
  }], null, { totalItems: [{
8086
8117
  type: Input
8087
8118
  }], pageSize: [{
@@ -8097,7 +8128,7 @@ class DataPagerComponent extends ComponentBase {
8097
8128
  }], pageChange: [{
8098
8129
  type: Output
8099
8130
  }] }); })();
8100
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataPagerComponent, { className: "DataPagerComponent", filePath: "lib\\ui\\components\\datapager\\datapager.component.ts", lineNumber: 27 }); })();
8131
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataPagerComponent, { className: "DataPagerComponent", filePath: "lib/ui/components/datapager/datapager.component.ts", lineNumber: 28 }); })();
8101
8132
 
8102
8133
  /*
8103
8134
  <file>
@@ -8115,35 +8146,36 @@ class DataPagerComponent extends ComponentBase {
8115
8146
  </file>
8116
8147
  */
8117
8148
  //Node
8149
+ const _c0$8 = ["*"];
8118
8150
  function SignInButtonComponent_a_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8119
8151
  i0.ɵɵelementContainer(0);
8120
8152
  } }
8121
8153
  function SignInButtonComponent_a_0_Template(rf, ctx) { if (rf & 1) {
8122
- i0.ɵɵelementStart(0, "a", 3);
8123
- i0.ɵɵtemplate(1, SignInButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 4);
8154
+ i0.ɵɵelementStart(0, "a", 4);
8155
+ i0.ɵɵtemplate(1, SignInButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 5);
8124
8156
  i0.ɵɵelementEnd();
8125
8157
  } if (rf & 2) {
8126
8158
  const ctx_r0 = i0.ɵɵnextContext();
8127
- const _r3 = i0.ɵɵreference(3);
8159
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8128
8160
  i0.ɵɵclassMap(ctx_r0.classes);
8129
8161
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
8130
8162
  i0.ɵɵadvance();
8131
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8163
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8132
8164
  } }
8133
8165
  function SignInButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8134
8166
  i0.ɵɵelementContainer(0);
8135
8167
  } }
8136
8168
  function SignInButtonComponent_a_1_Template(rf, ctx) { if (rf & 1) {
8137
- i0.ɵɵelementStart(0, "a", 5);
8138
- i0.ɵɵtemplate(1, SignInButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 4);
8169
+ i0.ɵɵelementStart(0, "a", 6);
8170
+ i0.ɵɵtemplate(1, SignInButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 5);
8139
8171
  i0.ɵɵelementEnd();
8140
8172
  } if (rf & 2) {
8141
- const ctx_r1 = i0.ɵɵnextContext();
8142
- const _r3 = i0.ɵɵreference(3);
8143
- i0.ɵɵclassMap(ctx_r1.classes);
8144
- i0.ɵɵproperty("routerLink", ctx_r1.url);
8173
+ const ctx_r0 = i0.ɵɵnextContext();
8174
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8175
+ i0.ɵɵclassMap(ctx_r0.classes);
8176
+ i0.ɵɵproperty("routerLink", ctx_r0.url);
8145
8177
  i0.ɵɵadvance();
8146
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8178
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8147
8179
  } }
8148
8180
  function SignInButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
8149
8181
  i0.ɵɵelementStart(0, "span");
@@ -8151,19 +8183,18 @@ function SignInButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf &
8151
8183
  i0.ɵɵelementEnd();
8152
8184
  } }
8153
8185
  function SignInButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
8154
- i0.ɵɵelementStart(0, "span", null, 6);
8186
+ i0.ɵɵelementStart(0, "span", null, 1);
8155
8187
  i0.ɵɵprojection(2);
8156
8188
  i0.ɵɵelementEnd();
8157
8189
  i0.ɵɵtemplate(3, SignInButtonComponent_ng_template_2_span_3_Template, 2, 0, "span", 7);
8158
8190
  } if (rf & 2) {
8159
- const _r6 = i0.ɵɵreference(1);
8191
+ const ref_r3 = i0.ɵɵreference(1);
8160
8192
  i0.ɵɵadvance(3);
8161
- i0.ɵɵproperty("ngIf", !_r6.innerHTML.trim());
8193
+ i0.ɵɵproperty("ngIf", !ref_r3.innerHTML.trim());
8162
8194
  } }
8163
- const _c0$8 = ["*"];
8164
8195
  class SignInButtonComponent extends ComponentBase {
8165
8196
  constructor() {
8166
- super();
8197
+ super(...arguments);
8167
8198
  this.external = false;
8168
8199
  }
8169
8200
  ngOnInit() {
@@ -8178,10 +8209,10 @@ class SignInButtonComponent extends ComponentBase {
8178
8209
  }
8179
8210
  }
8180
8211
  }
8181
- static { this.ɵfac = function SignInButtonComponent_Factory(t) { return new (t || SignInButtonComponent)(); }; }
8182
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInButtonComponent, selectors: [["anatoly-signin-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$8, 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) {
8212
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵSignInButtonComponent_BaseFactory; return function SignInButtonComponent_Factory(__ngFactoryType__) { return (ɵSignInButtonComponent_BaseFactory || (ɵSignInButtonComponent_BaseFactory = i0.ɵɵgetInheritedFactory(SignInButtonComponent)))(__ngFactoryType__ || SignInButtonComponent); }; })(); }
8213
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInButtonComponent, selectors: [["anatoly-signin-button"]], inputs: { qs: "qs" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$8, decls: 4, vars: 2, consts: [["contentTemplate", ""], ["ref", ""], [3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], [4, "ngIf"]], template: function SignInButtonComponent_Template(rf, ctx) { if (rf & 1) {
8183
8214
  i0.ɵɵprojectionDef();
8184
- 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);
8215
+ i0.ɵɵtemplate(0, SignInButtonComponent_a_0_Template, 2, 5, "a", 2)(1, SignInButtonComponent_a_1_Template, 2, 5, "a", 3)(2, SignInButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
8185
8216
  } if (rf & 2) {
8186
8217
  i0.ɵɵproperty("ngIf", ctx.external);
8187
8218
  i0.ɵɵadvance();
@@ -8190,11 +8221,11 @@ class SignInButtonComponent extends ComponentBase {
8190
8221
  }
8191
8222
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
8192
8223
  type: Component,
8193
- 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" }]
8194
- }], () => [], { qs: [{
8224
+ args: [{ selector: "anatoly-signin-button", standalone: false, 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" }]
8225
+ }], null, { qs: [{
8195
8226
  type: Input
8196
8227
  }] }); })();
8197
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInButtonComponent, { className: "SignInButtonComponent", filePath: "lib\\ui\\components\\identity\\signin-button.component.ts", lineNumber: 28 }); })();
8228
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInButtonComponent, { className: "SignInButtonComponent", filePath: "lib/ui/components/identity/signin-button.component.ts", lineNumber: 29 }); })();
8198
8229
 
8199
8230
  /*
8200
8231
  <file>
@@ -8212,35 +8243,36 @@ class SignInButtonComponent extends ComponentBase {
8212
8243
  </file>
8213
8244
  */
8214
8245
  //Node
8246
+ const _c0$7 = ["*"];
8215
8247
  function SignOutButtonComponent_a_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8216
8248
  i0.ɵɵelementContainer(0);
8217
8249
  } }
8218
8250
  function SignOutButtonComponent_a_0_Template(rf, ctx) { if (rf & 1) {
8219
- i0.ɵɵelementStart(0, "a", 3);
8220
- i0.ɵɵtemplate(1, SignOutButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 4);
8251
+ i0.ɵɵelementStart(0, "a", 4);
8252
+ i0.ɵɵtemplate(1, SignOutButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 5);
8221
8253
  i0.ɵɵelementEnd();
8222
8254
  } if (rf & 2) {
8223
8255
  const ctx_r0 = i0.ɵɵnextContext();
8224
- const _r3 = i0.ɵɵreference(3);
8256
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8225
8257
  i0.ɵɵclassMap(ctx_r0.classes);
8226
8258
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
8227
8259
  i0.ɵɵadvance();
8228
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8260
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8229
8261
  } }
8230
8262
  function SignOutButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8231
8263
  i0.ɵɵelementContainer(0);
8232
8264
  } }
8233
8265
  function SignOutButtonComponent_a_1_Template(rf, ctx) { if (rf & 1) {
8234
- i0.ɵɵelementStart(0, "a", 5);
8235
- i0.ɵɵtemplate(1, SignOutButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 4);
8266
+ i0.ɵɵelementStart(0, "a", 6);
8267
+ i0.ɵɵtemplate(1, SignOutButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 5);
8236
8268
  i0.ɵɵelementEnd();
8237
8269
  } if (rf & 2) {
8238
- const ctx_r1 = i0.ɵɵnextContext();
8239
- const _r3 = i0.ɵɵreference(3);
8240
- i0.ɵɵclassMap(ctx_r1.classes);
8241
- i0.ɵɵproperty("routerLink", ctx_r1.url);
8270
+ const ctx_r0 = i0.ɵɵnextContext();
8271
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8272
+ i0.ɵɵclassMap(ctx_r0.classes);
8273
+ i0.ɵɵproperty("routerLink", ctx_r0.url);
8242
8274
  i0.ɵɵadvance();
8243
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8275
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8244
8276
  } }
8245
8277
  function SignOutButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
8246
8278
  i0.ɵɵelementStart(0, "span");
@@ -8248,19 +8280,18 @@ function SignOutButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf
8248
8280
  i0.ɵɵelementEnd();
8249
8281
  } }
8250
8282
  function SignOutButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
8251
- i0.ɵɵelementStart(0, "span", null, 6);
8283
+ i0.ɵɵelementStart(0, "span", null, 1);
8252
8284
  i0.ɵɵprojection(2);
8253
8285
  i0.ɵɵelementEnd();
8254
8286
  i0.ɵɵtemplate(3, SignOutButtonComponent_ng_template_2_span_3_Template, 2, 0, "span", 7);
8255
8287
  } if (rf & 2) {
8256
- const _r6 = i0.ɵɵreference(1);
8288
+ const ref_r3 = i0.ɵɵreference(1);
8257
8289
  i0.ɵɵadvance(3);
8258
- i0.ɵɵproperty("ngIf", !_r6.innerHTML.trim());
8290
+ i0.ɵɵproperty("ngIf", !ref_r3.innerHTML.trim());
8259
8291
  } }
8260
- const _c0$7 = ["*"];
8261
8292
  class SignOutButtonComponent extends ComponentBase {
8262
8293
  constructor() {
8263
- super();
8294
+ super(...arguments);
8264
8295
  this.external = false;
8265
8296
  }
8266
8297
  ngOnInit() {
@@ -8275,10 +8306,10 @@ class SignOutButtonComponent extends ComponentBase {
8275
8306
  }
8276
8307
  }
8277
8308
  }
8278
- static { this.ɵfac = function SignOutButtonComponent_Factory(t) { return new (t || SignOutButtonComponent)(); }; }
8279
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutButtonComponent, selectors: [["anatoly-signout-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$7, 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) {
8309
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵSignOutButtonComponent_BaseFactory; return function SignOutButtonComponent_Factory(__ngFactoryType__) { return (ɵSignOutButtonComponent_BaseFactory || (ɵSignOutButtonComponent_BaseFactory = i0.ɵɵgetInheritedFactory(SignOutButtonComponent)))(__ngFactoryType__ || SignOutButtonComponent); }; })(); }
8310
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutButtonComponent, selectors: [["anatoly-signout-button"]], inputs: { qs: "qs" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$7, decls: 4, vars: 2, consts: [["contentTemplate", ""], ["ref", ""], [3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], [4, "ngIf"]], template: function SignOutButtonComponent_Template(rf, ctx) { if (rf & 1) {
8280
8311
  i0.ɵɵprojectionDef();
8281
- 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);
8312
+ i0.ɵɵtemplate(0, SignOutButtonComponent_a_0_Template, 2, 5, "a", 2)(1, SignOutButtonComponent_a_1_Template, 2, 5, "a", 3)(2, SignOutButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
8282
8313
  } if (rf & 2) {
8283
8314
  i0.ɵɵproperty("ngIf", ctx.external);
8284
8315
  i0.ɵɵadvance();
@@ -8287,11 +8318,11 @@ class SignOutButtonComponent extends ComponentBase {
8287
8318
  }
8288
8319
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
8289
8320
  type: Component,
8290
- 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" }]
8291
- }], () => [], { qs: [{
8321
+ args: [{ selector: "anatoly-signout-button", standalone: false, 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" }]
8322
+ }], null, { qs: [{
8292
8323
  type: Input
8293
8324
  }] }); })();
8294
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutButtonComponent, { className: "SignOutButtonComponent", filePath: "lib\\ui\\components\\identity\\signout-button.component.ts", lineNumber: 28 }); })();
8325
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutButtonComponent, { className: "SignOutButtonComponent", filePath: "lib/ui/components/identity/signout-button.component.ts", lineNumber: 29 }); })();
8295
8326
 
8296
8327
  /*
8297
8328
  <file>
@@ -8309,35 +8340,36 @@ class SignOutButtonComponent extends ComponentBase {
8309
8340
  </file>
8310
8341
  */
8311
8342
  //Node
8343
+ const _c0$6 = ["*"];
8312
8344
  function SignUpButtonComponent_a_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8313
8345
  i0.ɵɵelementContainer(0);
8314
8346
  } }
8315
8347
  function SignUpButtonComponent_a_0_Template(rf, ctx) { if (rf & 1) {
8316
- i0.ɵɵelementStart(0, "a", 3);
8317
- i0.ɵɵtemplate(1, SignUpButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 4);
8348
+ i0.ɵɵelementStart(0, "a", 4);
8349
+ i0.ɵɵtemplate(1, SignUpButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 5);
8318
8350
  i0.ɵɵelementEnd();
8319
8351
  } if (rf & 2) {
8320
8352
  const ctx_r0 = i0.ɵɵnextContext();
8321
- const _r3 = i0.ɵɵreference(3);
8353
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8322
8354
  i0.ɵɵclassMap(ctx_r0.classes);
8323
8355
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
8324
8356
  i0.ɵɵadvance();
8325
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8357
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8326
8358
  } }
8327
8359
  function SignUpButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8328
8360
  i0.ɵɵelementContainer(0);
8329
8361
  } }
8330
8362
  function SignUpButtonComponent_a_1_Template(rf, ctx) { if (rf & 1) {
8331
- i0.ɵɵelementStart(0, "a", 5);
8332
- i0.ɵɵtemplate(1, SignUpButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 4);
8363
+ i0.ɵɵelementStart(0, "a", 6);
8364
+ i0.ɵɵtemplate(1, SignUpButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 5);
8333
8365
  i0.ɵɵelementEnd();
8334
8366
  } if (rf & 2) {
8335
- const ctx_r1 = i0.ɵɵnextContext();
8336
- const _r3 = i0.ɵɵreference(3);
8337
- i0.ɵɵclassMap(ctx_r1.classes);
8338
- i0.ɵɵproperty("routerLink", ctx_r1.url);
8367
+ const ctx_r0 = i0.ɵɵnextContext();
8368
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8369
+ i0.ɵɵclassMap(ctx_r0.classes);
8370
+ i0.ɵɵproperty("routerLink", ctx_r0.url);
8339
8371
  i0.ɵɵadvance();
8340
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8372
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8341
8373
  } }
8342
8374
  function SignUpButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
8343
8375
  i0.ɵɵelementStart(0, "span");
@@ -8345,19 +8377,18 @@ function SignUpButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf &
8345
8377
  i0.ɵɵelementEnd();
8346
8378
  } }
8347
8379
  function SignUpButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
8348
- i0.ɵɵelementStart(0, "span", null, 6);
8380
+ i0.ɵɵelementStart(0, "span", null, 1);
8349
8381
  i0.ɵɵprojection(2);
8350
8382
  i0.ɵɵelementEnd();
8351
8383
  i0.ɵɵtemplate(3, SignUpButtonComponent_ng_template_2_span_3_Template, 2, 0, "span", 7);
8352
8384
  } if (rf & 2) {
8353
- const _r6 = i0.ɵɵreference(1);
8385
+ const ref_r3 = i0.ɵɵreference(1);
8354
8386
  i0.ɵɵadvance(3);
8355
- i0.ɵɵproperty("ngIf", !_r6.innerHTML.trim());
8387
+ i0.ɵɵproperty("ngIf", !ref_r3.innerHTML.trim());
8356
8388
  } }
8357
- const _c0$6 = ["*"];
8358
8389
  class SignUpButtonComponent extends ComponentBase {
8359
8390
  constructor() {
8360
- super();
8391
+ super(...arguments);
8361
8392
  this.external = false;
8362
8393
  }
8363
8394
  ngOnInit() {
@@ -8372,10 +8403,10 @@ class SignUpButtonComponent extends ComponentBase {
8372
8403
  }
8373
8404
  }
8374
8405
  }
8375
- static { this.ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); }; }
8376
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$6, 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) {
8406
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵSignUpButtonComponent_BaseFactory; return function SignUpButtonComponent_Factory(__ngFactoryType__) { return (ɵSignUpButtonComponent_BaseFactory || (ɵSignUpButtonComponent_BaseFactory = i0.ɵɵgetInheritedFactory(SignUpButtonComponent)))(__ngFactoryType__ || SignUpButtonComponent); }; })(); }
8407
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { qs: "qs" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$6, decls: 4, vars: 2, consts: [["contentTemplate", ""], ["ref", ""], [3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], [4, "ngIf"]], template: function SignUpButtonComponent_Template(rf, ctx) { if (rf & 1) {
8377
8408
  i0.ɵɵprojectionDef();
8378
- 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);
8409
+ i0.ɵɵtemplate(0, SignUpButtonComponent_a_0_Template, 2, 5, "a", 2)(1, SignUpButtonComponent_a_1_Template, 2, 5, "a", 3)(2, SignUpButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
8379
8410
  } if (rf & 2) {
8380
8411
  i0.ɵɵproperty("ngIf", ctx.external);
8381
8412
  i0.ɵɵadvance();
@@ -8384,11 +8415,11 @@ class SignUpButtonComponent extends ComponentBase {
8384
8415
  }
8385
8416
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
8386
8417
  type: Component,
8387
- 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" }]
8388
- }], () => [], { qs: [{
8418
+ args: [{ selector: "anatoly-signup-button", standalone: false, 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" }]
8419
+ }], null, { qs: [{
8389
8420
  type: Input
8390
8421
  }] }); })();
8391
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpButtonComponent, { className: "SignUpButtonComponent", filePath: "lib\\ui\\components\\identity\\signup-button.component.ts", lineNumber: 28 }); })();
8422
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpButtonComponent, { className: "SignUpButtonComponent", filePath: "lib/ui/components/identity/signup-button.component.ts", lineNumber: 29 }); })();
8392
8423
 
8393
8424
  /*
8394
8425
  <file>
@@ -8406,19 +8437,20 @@ class SignUpButtonComponent extends ComponentBase {
8406
8437
  </file>
8407
8438
  */
8408
8439
  //Node
8440
+ const _c0$5 = ["*"];
8409
8441
  function NodataComponent_Conditional_0_div_2_Template(rf, ctx) { if (rf & 1) {
8410
8442
  i0.ɵɵelementStart(0, "div");
8411
- i0.ɵɵelement(1, "fa-icon", 5);
8443
+ i0.ɵɵelement(1, "fa-icon", 4);
8412
8444
  i0.ɵɵelementEnd();
8413
8445
  } if (rf & 2) {
8414
- const ctx_r1 = i0.ɵɵnextContext(2);
8446
+ const ctx_r0 = i0.ɵɵnextContext(2);
8415
8447
  i0.ɵɵadvance();
8416
- i0.ɵɵproperty("icon", ctx_r1.icon)("size", ctx_r1.iconSize);
8448
+ i0.ɵɵproperty("icon", ctx_r0.icon)("size", ctx_r0.iconSize);
8417
8449
  } }
8418
8450
  function NodataComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
8419
- i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
8420
- i0.ɵɵtemplate(2, NodataComponent_Conditional_0_div_2_Template, 2, 2, "div", 3);
8421
- i0.ɵɵelementStart(3, "h3", 4);
8451
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
8452
+ i0.ɵɵtemplate(2, NodataComponent_Conditional_0_div_2_Template, 2, 2, "div", 2);
8453
+ i0.ɵɵelementStart(3, "h3", 3);
8422
8454
  i0.ɵɵtext(4);
8423
8455
  i0.ɵɵelementEnd();
8424
8456
  i0.ɵɵprojection(5);
@@ -8430,23 +8462,22 @@ function NodataComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
8430
8462
  i0.ɵɵadvance(2);
8431
8463
  i0.ɵɵtextInterpolate(ctx_r0.heading);
8432
8464
  } }
8433
- const _c0$5 = ["*"];
8434
8465
  class NodataComponent {
8435
8466
  constructor() {
8436
8467
  this.iconSize = '10x';
8437
8468
  this.heading = 'No data found';
8438
8469
  }
8439
- static { this.ɵfac = function NodataComponent_Factory(t) { return new (t || NodataComponent)(); }; }
8440
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NodataComponent, selectors: [["anatoly-nodata"]], inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", icon: "icon", iconSize: "iconSize", heading: "heading" }, ngContentSelectors: _c0$5, decls: 1, vars: 1, consts: [["class", "no-data"], [1, "no-data"], [1, "loaded", "text-info"], [4, "ngIf"], [1, "no-data-heading"], [3, "icon", "size"]], template: function NodataComponent_Template(rf, ctx) { if (rf & 1) {
8470
+ static { this.ɵfac = function NodataComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NodataComponent)(); }; }
8471
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NodataComponent, selectors: [["anatoly-nodata"]], inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", icon: "icon", iconSize: "iconSize", heading: "heading" }, standalone: false, ngContentSelectors: _c0$5, decls: 1, vars: 1, consts: [[1, "no-data"], [1, "loaded", "text-info"], [4, "ngIf"], [1, "no-data-heading"], [3, "icon", "size"]], template: function NodataComponent_Template(rf, ctx) { if (rf & 1) {
8441
8472
  i0.ɵɵprojectionDef();
8442
8473
  i0.ɵɵtemplate(0, NodataComponent_Conditional_0_Template, 6, 2, "div", 0);
8443
8474
  } if (rf & 2) {
8444
- i0.ɵɵconditional(0, !ctx.dataLoading && ctx.dataLoaded && !ctx.dataFound ? 0 : -1);
8475
+ i0.ɵɵconditional(!ctx.dataLoading && ctx.dataLoaded && !ctx.dataFound ? 0 : -1);
8445
8476
  } }, dependencies: [i1$1.NgIf, i1$6.FaIconComponent], encapsulation: 2 }); }
8446
8477
  }
8447
8478
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
8448
8479
  type: Component,
8449
- args: [{ selector: 'anatoly-nodata', template: "@if (!dataLoading && dataLoaded && !dataFound) {\r\n <div class=\"no-data\">\r\n <div class='loaded text-info'>\r\n <div *ngIf='icon'>\r\n <fa-icon [icon]=\"icon\" [size]=\"iconSize\"></fa-icon>\r\n </div>\r\n <h3 class='no-data-heading'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n}\r\n" }]
8480
+ args: [{ selector: 'anatoly-nodata', standalone: false, template: "@if (!dataLoading && dataLoaded && !dataFound) {\r\n <div class=\"no-data\">\r\n <div class='loaded text-info'>\r\n <div *ngIf='icon'>\r\n <fa-icon [icon]=\"icon\" [size]=\"iconSize\"></fa-icon>\r\n </div>\r\n <h3 class='no-data-heading'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n}\r\n" }]
8450
8481
  }], null, { dataLoading: [{
8451
8482
  type: Input
8452
8483
  }], dataLoaded: [{
@@ -8460,7 +8491,7 @@ class NodataComponent {
8460
8491
  }], heading: [{
8461
8492
  type: Input
8462
8493
  }] }); })();
8463
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NodataComponent, { className: "NodataComponent", filePath: "lib\\ui\\components\\nodata\\nodata.component.ts", lineNumber: 25 }); })();
8494
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NodataComponent, { className: "NodataComponent", filePath: "lib/ui/components/nodata/nodata.component.ts", lineNumber: 26 }); })();
8464
8495
 
8465
8496
  /*
8466
8497
  <file>
@@ -8478,8 +8509,8 @@ class NodataComponent {
8478
8509
  */
8479
8510
  //Node
8480
8511
  class NoMobileSupportComponent extends ComponentBase {
8481
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵNoMobileSupportComponent_BaseFactory; return function NoMobileSupportComponent_Factory(t) { return (ɵNoMobileSupportComponent_BaseFactory || (ɵNoMobileSupportComponent_BaseFactory = i0.ɵɵgetInheritedFactory(NoMobileSupportComponent)))(t || NoMobileSupportComponent); }; })(); }
8482
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NoMobileSupportComponent, selectors: [["anatoly-no-mobile-support"]], inputs: { logo: "logo" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 1, consts: [[2, "text-align", "center", "padding-top", "20px"], ["alt", "logo", 3, "src"], [2, "text-align", "center", "margin-top", "40vh"], [2, "font-size", "1.25rem"]], template: function NoMobileSupportComponent_Template(rf, ctx) { if (rf & 1) {
8512
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵNoMobileSupportComponent_BaseFactory; return function NoMobileSupportComponent_Factory(__ngFactoryType__) { return (ɵNoMobileSupportComponent_BaseFactory || (ɵNoMobileSupportComponent_BaseFactory = i0.ɵɵgetInheritedFactory(NoMobileSupportComponent)))(__ngFactoryType__ || NoMobileSupportComponent); }; })(); }
8513
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NoMobileSupportComponent, selectors: [["anatoly-no-mobile-support"]], inputs: { logo: "logo" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 1, consts: [[2, "text-align", "center", "padding-top", "20px"], ["alt", "logo", 3, "src"], [2, "text-align", "center", "margin-top", "40vh"], [2, "font-size", "1.25rem"]], template: function NoMobileSupportComponent_Template(rf, ctx) { if (rf & 1) {
8483
8514
  i0.ɵɵelementStart(0, "div", 0);
8484
8515
  i0.ɵɵelement(1, "img", 1);
8485
8516
  i0.ɵɵelementEnd();
@@ -8496,11 +8527,11 @@ class NoMobileSupportComponent extends ComponentBase {
8496
8527
  }
8497
8528
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NoMobileSupportComponent, [{
8498
8529
  type: Component,
8499
- args: [{ selector: 'anatoly-no-mobile-support', template: "<div style=\"text-align:center; padding-top:20px;\">\r\n <img [src]='logo' alt='logo'>\r\n</div>\r\n<div style='text-align: center; margin-top:40vh;'>\r\n <div style='font-size:1.25rem;'>\r\n <b>Mobile Site Under Construction</b>\r\n </div>\r\n <div>Please Use Another Device</div>\r\n</div>\r\n" }]
8530
+ args: [{ selector: 'anatoly-no-mobile-support', standalone: false, template: "<div style=\"text-align:center; padding-top:20px;\">\r\n <img [src]='logo' alt='logo'>\r\n</div>\r\n<div style='text-align: center; margin-top:40vh;'>\r\n <div style='font-size:1.25rem;'>\r\n <b>Mobile Site Under Construction</b>\r\n </div>\r\n <div>Please Use Another Device</div>\r\n</div>\r\n" }]
8500
8531
  }], null, { logo: [{
8501
8532
  type: Input
8502
8533
  }] }); })();
8503
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NoMobileSupportComponent, { className: "NoMobileSupportComponent", filePath: "lib\\ui\\components\\no-mobile-support\\no-mobile-support.component.ts", lineNumber: 26 }); })();
8534
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NoMobileSupportComponent, { className: "NoMobileSupportComponent", filePath: "lib/ui/components/no-mobile-support/no-mobile-support.component.ts", lineNumber: 27 }); })();
8504
8535
 
8505
8536
  /*
8506
8537
  <file>
@@ -8536,8 +8567,8 @@ class LoadingComponent extends ComponentBase {
8536
8567
  }
8537
8568
  });
8538
8569
  }
8539
- static { this.ɵfac = function LoadingComponent_Factory(t) { return new (t || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); }; }
8540
- 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) {
8570
+ static { this.ɵfac = function LoadingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); }; }
8571
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LoadingComponent, selectors: [["anatoly-loading"]], standalone: false, 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) {
8541
8572
  i0.ɵɵtemplate(0, LoadingComponent_div_0_Template, 2, 0, "div", 0);
8542
8573
  } if (rf & 2) {
8543
8574
  i0.ɵɵproperty("ngIf", ctx.show);
@@ -8545,9 +8576,9 @@ class LoadingComponent extends ComponentBase {
8545
8576
  }
8546
8577
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingComponent, [{
8547
8578
  type: Component,
8548
- 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" }]
8579
+ args: [{ selector: 'anatoly-loading', standalone: false, template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
8549
8580
  }], () => [{ type: LoadingService }], null); })();
8550
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingComponent, { className: "LoadingComponent", filePath: "lib\\ui\\components\\spinners\\loading\\loading.component.ts", lineNumber: 28 }); })();
8581
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingComponent, { className: "LoadingComponent", filePath: "lib/ui/components/spinners/loading/loading.component.ts", lineNumber: 29 }); })();
8551
8582
 
8552
8583
  const Spinkit = {
8553
8584
  skChasingDots: 'sk-chasing-dots',
@@ -8582,10 +8613,10 @@ function PageSpinnerComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
8582
8613
  i0.ɵɵelement(1, "div", 5);
8583
8614
  i0.ɵɵelementEnd();
8584
8615
  } if (rf & 2) {
8585
- const ctx_r1 = i0.ɵɵnextContext(2);
8586
- i0.ɵɵclassProp("colored", !ctx_r1.backgroundColor);
8616
+ const ctx_r0 = i0.ɵɵnextContext(2);
8617
+ i0.ɵɵclassProp("colored", !ctx_r0.backgroundColor);
8587
8618
  i0.ɵɵadvance();
8588
- i0.ɵɵstyleProp("background-color", ctx_r1.backgroundColor);
8619
+ i0.ɵɵstyleProp("background-color", ctx_r0.backgroundColor);
8589
8620
  } }
8590
8621
  function PageSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8591
8622
  i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
@@ -8622,8 +8653,8 @@ class PageSpinnerComponent {
8622
8653
  ngOnDestroy() {
8623
8654
  this.isSpinnerVisible = false;
8624
8655
  }
8625
- static { this.ɵfac = function PageSpinnerComponent_Factory(t) { return new (t || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1$2.Router)); }; }
8626
- 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) {
8656
+ static { this.ɵfac = function PageSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1$2.Router)); }; }
8657
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageSpinnerComponent, selectors: [["anatoly-pagespinner"]], inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, standalone: false, 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) {
8627
8658
  i0.ɵɵtemplate(0, PageSpinnerComponent_div_0_Template, 3, 1, "div", 0);
8628
8659
  } if (rf & 2) {
8629
8660
  i0.ɵɵproperty("ngIf", ctx.isSpinnerVisible);
@@ -8631,13 +8662,13 @@ class PageSpinnerComponent {
8631
8662
  }
8632
8663
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageSpinnerComponent, [{
8633
8664
  type: Component,
8634
- 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" }]
8665
+ args: [{ selector: 'anatoly-pagespinner', standalone: false, 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" }]
8635
8666
  }], () => [{ type: i1$2.Router }], { backgroundColor: [{
8636
8667
  type: Input
8637
8668
  }], spinner: [{
8638
8669
  type: Input
8639
8670
  }] }); })();
8640
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageSpinnerComponent, { className: "PageSpinnerComponent", filePath: "lib\\ui\\components\\spinners\\pagespinner\\pagespinner.component.ts", lineNumber: 29 }); })();
8671
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageSpinnerComponent, { className: "PageSpinnerComponent", filePath: "lib/ui/components/spinners/pagespinner/pagespinner.component.ts", lineNumber: 30 }); })();
8641
8672
 
8642
8673
  /*
8643
8674
  <file>
@@ -8669,8 +8700,8 @@ class Copy2ClipboardComponent extends ComponentBase {
8669
8700
  }, 1000);
8670
8701
  Utils.copyToClipBoard(event, this.text);
8671
8702
  }
8672
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCopy2ClipboardComponent_BaseFactory; return function Copy2ClipboardComponent_Factory(t) { return (ɵCopy2ClipboardComponent_BaseFactory || (ɵCopy2ClipboardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(Copy2ClipboardComponent)))(t || Copy2ClipboardComponent); }; })(); }
8673
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Copy2ClipboardComponent, selectors: [["anatoly-copy-2-clipboard"]], inputs: { tooltip: "tooltip", text: "text" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 3, consts: [[3, "click"], ["size", "lg", "icon", "copy"]], template: function Copy2ClipboardComponent_Template(rf, ctx) { if (rf & 1) {
8703
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCopy2ClipboardComponent_BaseFactory; return function Copy2ClipboardComponent_Factory(__ngFactoryType__) { return (ɵCopy2ClipboardComponent_BaseFactory || (ɵCopy2ClipboardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(Copy2ClipboardComponent)))(__ngFactoryType__ || Copy2ClipboardComponent); }; })(); }
8704
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Copy2ClipboardComponent, selectors: [["anatoly-copy-2-clipboard"]], inputs: { tooltip: "tooltip", text: "text" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 3, consts: [[3, "click"], ["size", "lg", "icon", "copy"]], template: function Copy2ClipboardComponent_Template(rf, ctx) { if (rf & 1) {
8674
8705
  i0.ɵɵelementStart(0, "a", 0);
8675
8706
  i0.ɵɵlistener("click", function Copy2ClipboardComponent_Template_a_click_0_listener($event) { return ctx.onCopy2Clipboard($event); });
8676
8707
  i0.ɵɵelement(1, "fa-icon", 1);
@@ -8681,13 +8712,13 @@ class Copy2ClipboardComponent extends ComponentBase {
8681
8712
  }
8682
8713
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
8683
8714
  type: Component,
8684
- args: [{ selector: 'anatoly-copy-2-clipboard', template: "<a class=\"btn btn-icon {{ classes }}\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\" />\r\n</a>\r\n" }]
8715
+ args: [{ selector: 'anatoly-copy-2-clipboard', standalone: false, template: "<a class=\"btn btn-icon {{ classes }}\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\" />\r\n</a>\r\n" }]
8685
8716
  }], null, { tooltip: [{
8686
8717
  type: Input
8687
8718
  }], text: [{
8688
8719
  type: Input
8689
8720
  }] }); })();
8690
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(Copy2ClipboardComponent, { className: "Copy2ClipboardComponent", filePath: "lib\\ui\\components\\copy-2-clipboard\\copy-2-clipboard.component.ts", lineNumber: 28 }); })();
8721
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(Copy2ClipboardComponent, { className: "Copy2ClipboardComponent", filePath: "lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.ts", lineNumber: 29 }); })();
8691
8722
 
8692
8723
  /*
8693
8724
  <file>
@@ -8705,6 +8736,7 @@ class Copy2ClipboardComponent extends ComponentBase {
8705
8736
  </file>
8706
8737
  */
8707
8738
  //Node
8739
+ const _c0$4 = a0 => ({ "has-error": a0 });
8708
8740
  function UrlSlugComponent_label_3_Template(rf, ctx) { if (rf & 1) {
8709
8741
  i0.ɵɵelementStart(0, "label", 7);
8710
8742
  i0.ɵɵtext(1);
@@ -8719,10 +8751,9 @@ function UrlSlugComponent_a_7_Template(rf, ctx) { if (rf & 1) {
8719
8751
  i0.ɵɵtext(1, "Go");
8720
8752
  i0.ɵɵelementEnd();
8721
8753
  } if (rf & 2) {
8722
- const ctx_r1 = i0.ɵɵnextContext();
8723
- i0.ɵɵpropertyInterpolate2("href", "", ctx_r1.urlPrefix, "", ctx_r1.hrefGo, "", i0.ɵɵsanitizeUrl);
8754
+ const ctx_r0 = i0.ɵɵnextContext();
8755
+ i0.ɵɵpropertyInterpolate2("href", "", ctx_r0.urlPrefix, "", ctx_r0.hrefGo, "", i0.ɵɵsanitizeUrl);
8724
8756
  } }
8725
- const _c0$4 = a0 => ({ "has-error": a0 });
8726
8757
  class UrlSlugComponent extends EditComponentBase {
8727
8758
  constructor() {
8728
8759
  super();
@@ -8764,8 +8795,8 @@ class UrlSlugComponent extends EditComponentBase {
8764
8795
  let text = this.getFormValue(this.controlName);
8765
8796
  this.generateUrlSlug(text);
8766
8797
  }
8767
- static { this.ɵfac = function UrlSlugComponent_Factory(t) { return new (t || UrlSlugComponent)(); }; }
8768
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UrlSlugComponent, selectors: [["anatoly-urlslug"]], inputs: { urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible", watchedControlName: "watchedControlName" }, outputs: { generated: "generated" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 12, consts: [[1, "form-group", 3, "formGroup", "ngClass"], [3, "formGroup", "formSubmitted", "controlName"], [1, "input-group", "permalink", 3, "ngClass"], ["for", "urlPrefixId", 4, "ngIf"], [1, "urlPrefix"], ["type", "text", "id", "urlPrefixId", 1, "form-control", 3, "formControlName", "focusout"], ["class", "btn btn-primary", "target", "_blank", 3, "href", 4, "ngIf"], ["for", "urlPrefixId"], ["target", "_blank", 1, "btn", "btn-primary", 3, "href"]], template: function UrlSlugComponent_Template(rf, ctx) { if (rf & 1) {
8798
+ static { this.ɵfac = function UrlSlugComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UrlSlugComponent)(); }; }
8799
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UrlSlugComponent, selectors: [["anatoly-urlslug"]], inputs: { urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible", watchedControlName: "watchedControlName" }, outputs: { generated: "generated" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 12, consts: [[1, "form-group", 3, "formGroup", "ngClass"], [3, "formGroup", "formSubmitted", "controlName"], [1, "input-group", "permalink", 3, "ngClass"], ["for", "urlPrefixId", 4, "ngIf"], [1, "urlPrefix"], ["type", "text", "id", "urlPrefixId", 1, "form-control", 3, "focusout", "formControlName"], ["class", "btn btn-primary", "target", "_blank", 3, "href", 4, "ngIf"], ["for", "urlPrefixId"], ["target", "_blank", 1, "btn", "btn-primary", 3, "href"]], template: function UrlSlugComponent_Template(rf, ctx) { if (rf & 1) {
8769
8800
  i0.ɵɵelementStart(0, "div", 0);
8770
8801
  i0.ɵɵelement(1, "anatoly-item-validation-summary", 1);
8771
8802
  i0.ɵɵelementStart(2, "div", 2);
@@ -8776,7 +8807,7 @@ class UrlSlugComponent extends EditComponentBase {
8776
8807
  i0.ɵɵelementStart(6, "input", 5);
8777
8808
  i0.ɵɵlistener("focusout", function UrlSlugComponent_Template_input_focusout_6_listener() { return ctx.onUrlSlugChange(); });
8778
8809
  i0.ɵɵelementEnd();
8779
- i0.ɵɵtemplate(7, UrlSlugComponent_a_7_Template, 2, 2, "a", 6);
8810
+ i0.ɵɵtemplate(7, UrlSlugComponent_a_7_Template, 2, 3, "a", 6);
8780
8811
  i0.ɵɵelementEnd()();
8781
8812
  } if (rf & 2) {
8782
8813
  i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(10, _c0$4, ctx.isControlInvalid(ctx.controlName)));
@@ -8796,7 +8827,7 @@ class UrlSlugComponent extends EditComponentBase {
8796
8827
  }
8797
8828
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
8798
8829
  type: Component,
8799
- args: [{ selector: 'anatoly-urlslug', template: "<div class=\"form-group\" [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\" >\r\n <anatoly-item-validation-summary\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'>\r\n </anatoly-item-validation-summary>\r\n\r\n <div class=\"input-group permalink\" [ngClass]=\"classes\">\r\n <label for=\"urlPrefixId\" *ngIf='isTitleVisible'>{{ title }}</label>\r\n <div class=\"urlPrefix\">{{ urlPrefix }}</div>\r\n <input type=\"text\" class=\"form-control\" id=\"urlPrefixId\" [formControlName]='controlName' (focusout)='onUrlSlugChange()'>\r\n <a class=\"btn btn-primary\" href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" *ngIf=\"isGoButtonVisible\" >Go</a>\r\n </div>\r\n</div>\r\n" }]
8830
+ args: [{ selector: 'anatoly-urlslug', standalone: false, template: "<div class=\"form-group\" [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\" >\r\n <anatoly-item-validation-summary\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'>\r\n </anatoly-item-validation-summary>\r\n\r\n <div class=\"input-group permalink\" [ngClass]=\"classes\">\r\n <label for=\"urlPrefixId\" *ngIf='isTitleVisible'>{{ title }}</label>\r\n <div class=\"urlPrefix\">{{ urlPrefix }}</div>\r\n <input type=\"text\" class=\"form-control\" id=\"urlPrefixId\" [formControlName]='controlName' (focusout)='onUrlSlugChange()'>\r\n <a class=\"btn btn-primary\" href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" *ngIf=\"isGoButtonVisible\" >Go</a>\r\n </div>\r\n</div>\r\n" }]
8800
8831
  }], () => [], { urlPrefix: [{
8801
8832
  type: Input
8802
8833
  }], isGoButtonVisible: [{
@@ -8806,7 +8837,7 @@ class UrlSlugComponent extends EditComponentBase {
8806
8837
  }], generated: [{
8807
8838
  type: Output
8808
8839
  }] }); })();
8809
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UrlSlugComponent, { className: "UrlSlugComponent", filePath: "lib\\ui\\components\\urlslug\\urlslug.component.ts", lineNumber: 28 }); })();
8840
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UrlSlugComponent, { className: "UrlSlugComponent", filePath: "lib/ui/components/urlslug/urlslug.component.ts", lineNumber: 29 }); })();
8810
8841
 
8811
8842
  /*
8812
8843
  <file>
@@ -8838,8 +8869,8 @@ function FeatureWillBeReadyComponent_h3_2_Template(rf, ctx) { if (rf & 1) {
8838
8869
  i0.ɵɵelementEnd();
8839
8870
  } }
8840
8871
  class FeatureWillBeReadyComponent extends ComponentBase {
8841
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵFeatureWillBeReadyComponent_BaseFactory; return function FeatureWillBeReadyComponent_Factory(t) { return (ɵFeatureWillBeReadyComponent_BaseFactory || (ɵFeatureWillBeReadyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(FeatureWillBeReadyComponent)))(t || FeatureWillBeReadyComponent); }; })(); }
8842
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FeatureWillBeReadyComponent, selectors: [["anatoly-feature-will-be-ready"]], inputs: { readyDate: "readyDate" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 2, consts: [[1, "feature-will-be-ready"], [4, "ngIf"]], template: function FeatureWillBeReadyComponent_Template(rf, ctx) { if (rf & 1) {
8872
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵFeatureWillBeReadyComponent_BaseFactory; return function FeatureWillBeReadyComponent_Factory(__ngFactoryType__) { return (ɵFeatureWillBeReadyComponent_BaseFactory || (ɵFeatureWillBeReadyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(FeatureWillBeReadyComponent)))(__ngFactoryType__ || FeatureWillBeReadyComponent); }; })(); }
8873
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FeatureWillBeReadyComponent, selectors: [["anatoly-feature-will-be-ready"]], inputs: { readyDate: "readyDate" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 2, consts: [[1, "feature-will-be-ready"], [4, "ngIf"]], template: function FeatureWillBeReadyComponent_Template(rf, ctx) { if (rf & 1) {
8843
8874
  i0.ɵɵelementStart(0, "div", 0);
8844
8875
  i0.ɵɵtemplate(1, FeatureWillBeReadyComponent_h3_1_Template, 2, 1, "h3", 1)(2, FeatureWillBeReadyComponent_h3_2_Template, 2, 0, "h3", 1);
8845
8876
  i0.ɵɵelementEnd();
@@ -8852,11 +8883,11 @@ class FeatureWillBeReadyComponent extends ComponentBase {
8852
8883
  }
8853
8884
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FeatureWillBeReadyComponent, [{
8854
8885
  type: Component,
8855
- args: [{ selector: 'anatoly-feature-will-be-ready', template: "<div class='feature-will-be-ready'>\r\n <h3 *ngIf='readyDate'>This feature will be ready in {{ readyDate }} </h3>\r\n <h3 *ngIf='!readyDate'>This feature will be available soon</h3>\r\n</div>\r\n" }]
8886
+ args: [{ selector: 'anatoly-feature-will-be-ready', standalone: false, template: "<div class='feature-will-be-ready'>\r\n <h3 *ngIf='readyDate'>This feature will be ready in {{ readyDate }} </h3>\r\n <h3 *ngIf='!readyDate'>This feature will be available soon</h3>\r\n</div>\r\n" }]
8856
8887
  }], null, { readyDate: [{
8857
8888
  type: Input
8858
8889
  }] }); })();
8859
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FeatureWillBeReadyComponent, { className: "FeatureWillBeReadyComponent", filePath: "lib\\ui\\components\\feature-will-be-ready\\feature-will-be-ready.component.ts", lineNumber: 26 }); })();
8890
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FeatureWillBeReadyComponent, { className: "FeatureWillBeReadyComponent", filePath: "lib/ui/components/feature-will-be-ready/feature-will-be-ready.component.ts", lineNumber: 27 }); })();
8860
8891
 
8861
8892
  /*
8862
8893
  <file>
@@ -8881,8 +8912,8 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
8881
8912
  super(...arguments);
8882
8913
  this.oneLine = true;
8883
8914
  }
8884
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵYouAgreeToOurTermsComponent_BaseFactory; return function YouAgreeToOurTermsComponent_Factory(t) { return (ɵYouAgreeToOurTermsComponent_BaseFactory || (ɵYouAgreeToOurTermsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(YouAgreeToOurTermsComponent)))(t || YouAgreeToOurTermsComponent); }; })(); }
8885
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: YouAgreeToOurTermsComponent, selectors: [["anatoly-you-agree-to-our-terms"]], inputs: { prefix: "prefix", oneLine: "oneLine" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 4, consts: [[1, "you-agree-to-our-terms"], ["target", "_blank", "rel", "noopener", 3, "href"]], template: function YouAgreeToOurTermsComponent_Template(rf, ctx) { if (rf & 1) {
8915
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵYouAgreeToOurTermsComponent_BaseFactory; return function YouAgreeToOurTermsComponent_Factory(__ngFactoryType__) { return (ɵYouAgreeToOurTermsComponent_BaseFactory || (ɵYouAgreeToOurTermsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(YouAgreeToOurTermsComponent)))(__ngFactoryType__ || YouAgreeToOurTermsComponent); }; })(); }
8916
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: YouAgreeToOurTermsComponent, selectors: [["anatoly-you-agree-to-our-terms"]], inputs: { prefix: "prefix", oneLine: "oneLine" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 4, consts: [[1, "you-agree-to-our-terms"], ["target", "_blank", "rel", "noopener", 3, "href"]], template: function YouAgreeToOurTermsComponent_Template(rf, ctx) { if (rf & 1) {
8886
8917
  i0.ɵɵelementStart(0, "div", 0)(1, "p");
8887
8918
  i0.ɵɵtext(2);
8888
8919
  i0.ɵɵtemplate(3, YouAgreeToOurTermsComponent_Conditional_3_Template, 1, 0, "br");
@@ -8899,7 +8930,7 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
8899
8930
  i0.ɵɵadvance(2);
8900
8931
  i0.ɵɵtextInterpolate1(" ", ctx.prefix, " you agree to our ");
8901
8932
  i0.ɵɵadvance();
8902
- i0.ɵɵconditional(3, !ctx.oneLine ? 3 : -1);
8933
+ i0.ɵɵconditional(!ctx.oneLine ? 3 : -1);
8903
8934
  i0.ɵɵadvance();
8904
8935
  i0.ɵɵproperty("href", ctx.currentApp.oneUrl + "legal/terms", i0.ɵɵsanitizeUrl);
8905
8936
  i0.ɵɵadvance(3);
@@ -8908,13 +8939,13 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
8908
8939
  }
8909
8940
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(YouAgreeToOurTermsComponent, [{
8910
8941
  type: Component,
8911
- args: [{ selector: 'anatoly-you-agree-to-our-terms', template: "<div class=\"you-agree-to-our-terms\">\r\n <p>\r\n {{ prefix }} you agree to our\r\n @if (!oneLine) {\r\n <br />\r\n }\r\n <a [href]=\"currentApp.oneUrl + 'legal/terms'\" target=\"_blank\" rel=\"noopener\">Terms of use</a>\r\n and\r\n <a [href]=\"currentApp.oneUrl + 'legal/privacy'\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>.\r\n </p>\r\n</div>\r\n" }]
8942
+ args: [{ selector: 'anatoly-you-agree-to-our-terms', standalone: false, template: "<div class=\"you-agree-to-our-terms\">\r\n <p>\r\n {{ prefix }} you agree to our\r\n @if (!oneLine) {\r\n <br />\r\n }\r\n <a [href]=\"currentApp.oneUrl + 'legal/terms'\" target=\"_blank\" rel=\"noopener\">Terms of use</a>\r\n and\r\n <a [href]=\"currentApp.oneUrl + 'legal/privacy'\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>.\r\n </p>\r\n</div>\r\n" }]
8912
8943
  }], null, { prefix: [{
8913
8944
  type: Input
8914
8945
  }], oneLine: [{
8915
8946
  type: Input
8916
8947
  }] }); })();
8917
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(YouAgreeToOurTermsComponent, { className: "YouAgreeToOurTermsComponent", filePath: "lib\\ui\\components\\you-agree-to-our-terms\\you-agree-to-our-terms.component.ts", lineNumber: 26 }); })();
8948
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(YouAgreeToOurTermsComponent, { className: "YouAgreeToOurTermsComponent", filePath: "lib/ui/components/you-agree-to-our-terms/you-agree-to-our-terms.component.ts", lineNumber: 27 }); })();
8918
8949
 
8919
8950
  /*
8920
8951
  <file>
@@ -8954,9 +8985,9 @@ function FormValidationSummaryComponent_div_0_li_4_Template(rf, ctx) { if (rf &
8954
8985
  i0.ɵɵtext(2);
8955
8986
  i0.ɵɵelementEnd()();
8956
8987
  } if (rf & 2) {
8957
- const error_r2 = ctx.$implicit;
8988
+ const error_r1 = ctx.$implicit;
8958
8989
  i0.ɵɵadvance(2);
8959
- i0.ɵɵtextInterpolate(error_r2);
8990
+ i0.ɵɵtextInterpolate(error_r1);
8960
8991
  } }
8961
8992
  function FormValidationSummaryComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8962
8993
  i0.ɵɵelementStart(0, "div", 1)(1, "h6", 2);
@@ -8966,9 +8997,9 @@ function FormValidationSummaryComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8966
8997
  i0.ɵɵtemplate(4, FormValidationSummaryComponent_div_0_li_4_Template, 3, 1, "li", 3);
8967
8998
  i0.ɵɵelementEnd()();
8968
8999
  } if (rf & 2) {
8969
- const ctx_r0 = i0.ɵɵnextContext();
9000
+ const ctx_r1 = i0.ɵɵnextContext();
8970
9001
  i0.ɵɵadvance(4);
8971
- i0.ɵɵproperty("ngForOf", ctx_r0.getErrors());
9002
+ i0.ɵɵproperty("ngForOf", ctx_r1.getErrors());
8972
9003
  } }
8973
9004
  class FormValidationSummaryComponent extends ValidationSummaryComponent {
8974
9005
  constructor() {
@@ -8999,8 +9030,8 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
8999
9030
  }
9000
9031
  return messages;
9001
9032
  }
9002
- static { this.ɵfac = function FormValidationSummaryComponent_Factory(t) { return new (t || FormValidationSummaryComponent)(); }; }
9003
- 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) {
9033
+ static { this.ɵfac = function FormValidationSummaryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FormValidationSummaryComponent)(); }; }
9034
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormValidationSummaryComponent, selectors: [["anatoly-form-validation-summary"]], inputs: { visible: "visible", customerrors: "customerrors", viewtype: "viewtype" }, standalone: false, 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) {
9004
9035
  i0.ɵɵtemplate(0, FormValidationSummaryComponent_div_0_Template, 5, 1, "div", 0);
9005
9036
  } if (rf & 2) {
9006
9037
  i0.ɵɵproperty("ngIf", ctx.visible);
@@ -9008,7 +9039,7 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
9008
9039
  }
9009
9040
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidationSummaryComponent, [{
9010
9041
  type: Component,
9011
- 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" }]
9042
+ args: [{ selector: "anatoly-form-validation-summary", standalone: false, 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" }]
9012
9043
  }], () => [], { visible: [{
9013
9044
  type: Input
9014
9045
  }], customerrors: [{
@@ -9016,7 +9047,7 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
9016
9047
  }], viewtype: [{
9017
9048
  type: Input
9018
9049
  }] }); })();
9019
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormValidationSummaryComponent, { className: "FormValidationSummaryComponent", filePath: "lib\\ui\\validation\\form-validation-summary.component.ts", lineNumber: 27 }); })();
9050
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormValidationSummaryComponent, { className: "FormValidationSummaryComponent", filePath: "lib/ui/validation/form-validation-summary.component.ts", lineNumber: 28 }); })();
9020
9051
 
9021
9052
  /*
9022
9053
  <file>
@@ -9034,15 +9065,16 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
9034
9065
  </file>
9035
9066
  */
9036
9067
  //Node
9068
+ const _c0$3 = a0 => ({ "has-error": a0 });
9037
9069
  function ContactUsForm_option_12_Template(rf, ctx) { if (rf & 1) {
9038
9070
  i0.ɵɵelementStart(0, "option", 28);
9039
9071
  i0.ɵɵtext(1);
9040
9072
  i0.ɵɵelementEnd();
9041
9073
  } if (rf & 2) {
9042
- const topic_r3 = ctx.$implicit;
9043
- i0.ɵɵproperty("value", topic_r3.value);
9074
+ const topic_r1 = ctx.$implicit;
9075
+ i0.ɵɵproperty("value", topic_r1.value);
9044
9076
  i0.ɵɵadvance();
9045
- i0.ɵɵtextInterpolate1("", topic_r3.value, " ");
9077
+ i0.ɵɵtextInterpolate1("", topic_r1.value, " ");
9046
9078
  } }
9047
9079
  function ContactUsForm_p_23_Template(rf, ctx) { if (rf & 1) {
9048
9080
  i0.ɵɵelementStart(0, "p");
@@ -9054,10 +9086,9 @@ function ContactUsForm_button_38_Template(rf, ctx) { if (rf & 1) {
9054
9086
  i0.ɵɵtext(1, " Submit ");
9055
9087
  i0.ɵɵelementEnd();
9056
9088
  } if (rf & 2) {
9057
- const ctx_r2 = i0.ɵɵnextContext();
9058
- i0.ɵɵclassProp("btn-primary", !ctx_r2.formGroup.invalid);
9089
+ const ctx_r1 = i0.ɵɵnextContext();
9090
+ i0.ɵɵclassProp("btn-primary", !ctx_r1.formGroup.invalid);
9059
9091
  } }
9060
- const _c0$3 = a0 => ({ "has-error": a0 });
9061
9092
  class ContactUsForm extends EditComponentBase {
9062
9093
  constructor(reCaptcha, fb, appContext, api, notificationService) {
9063
9094
  super();
@@ -9070,7 +9101,7 @@ class ContactUsForm extends EditComponentBase {
9070
9101
  this.topicList = [
9071
9102
  { value: 'Billing & Pricing' },
9072
9103
  { value: 'Legal & Privacy' },
9073
- { value: 'Repor abuse' },
9104
+ { value: 'Report abuse' },
9074
9105
  { value: 'Technical Support' },
9075
9106
  { value: 'Other' }
9076
9107
  ];
@@ -9134,8 +9165,8 @@ class ContactUsForm extends EditComponentBase {
9134
9165
  onTopicChange(event) {
9135
9166
  this.selectedTopic = event.target.value;
9136
9167
  }
9137
- 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)); }; }
9138
- 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) {
9168
+ static { this.ɵfac = function ContactUsForm_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ContactUsForm)(i0.ɵɵdirectiveInject(i1$8.ReCaptchaV3Service), i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(EmailsApiService), i0.ɵɵdirectiveInject(NotificationService)); }; }
9169
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsForm, selectors: [["anatoly-forms-contactus-form"]], inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 39, vars: 31, consts: [["novalidate", "", 3, "ngSubmit", "formGroup"], [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) {
9139
9170
  i0.ɵɵelementStart(0, "form", 0);
9140
9171
  i0.ɵɵlistener("ngSubmit", function ContactUsForm_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
9141
9172
  i0.ɵɵelement(1, "anatoly-form-validation-summary", 1);
@@ -9210,13 +9241,13 @@ class ContactUsForm extends EditComponentBase {
9210
9241
  }
9211
9242
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
9212
9243
  type: Component,
9213
- 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" }]
9244
+ args: [{ selector: 'anatoly-forms-contactus-form', standalone: false, 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" }]
9214
9245
  }], () => [{ type: i1$8.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }], { showActionButtons: [{
9215
9246
  type: Input
9216
9247
  }], submit: [{
9217
9248
  type: Output
9218
9249
  }] }); })();
9219
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsForm, { className: "ContactUsForm", filePath: "lib\\ui\\forms\\contact-us\\contact-us.ts", lineNumber: 32 }); })();
9250
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsForm, { className: "ContactUsForm", filePath: "lib/ui/forms/contact-us/contact-us.ts", lineNumber: 33 }); })();
9220
9251
 
9221
9252
  /*
9222
9253
  <file>
@@ -9235,18 +9266,18 @@ class ContactUsForm extends EditComponentBase {
9235
9266
  //Node
9236
9267
  const _c0$2 = ["contactusform"];
9237
9268
  function ContactUsDialog_kendo_dialog_0_Template(rf, ctx) { if (rf & 1) {
9238
- const _r3 = i0.ɵɵgetCurrentView();
9239
- i0.ɵɵelementStart(0, "kendo-dialog", 1);
9240
- i0.ɵɵlistener("close", function ContactUsDialog_kendo_dialog_0_Template_kendo_dialog_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onClose()); });
9241
- i0.ɵɵelementStart(1, "div", 2)(2, "anatoly-forms-contactus-form", 3, 4);
9242
- i0.ɵɵlistener("submit", function ContactUsDialog_kendo_dialog_0_Template_anatoly_forms_contactus_form_submit_2_listener() { i0.ɵɵrestoreView(_r3); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.onSubmit()); });
9269
+ const _r1 = i0.ɵɵgetCurrentView();
9270
+ i0.ɵɵelementStart(0, "kendo-dialog", 2);
9271
+ i0.ɵɵlistener("close", function ContactUsDialog_kendo_dialog_0_Template_kendo_dialog_close_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onClose()); });
9272
+ i0.ɵɵelementStart(1, "div", 3)(2, "anatoly-forms-contactus-form", 4, 0);
9273
+ i0.ɵɵlistener("submit", function ContactUsDialog_kendo_dialog_0_Template_anatoly_forms_contactus_form_submit_2_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onSubmit()); });
9243
9274
  i0.ɵɵelementEnd()();
9244
9275
  i0.ɵɵelementStart(4, "kendo-dialog-actions", 5)(5, "div", 6)(6, "button", 7);
9245
- i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r3); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onSubmitFire()); });
9276
+ i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onSubmitFire()); });
9246
9277
  i0.ɵɵtext(7, "Submit");
9247
9278
  i0.ɵɵelementEnd();
9248
9279
  i0.ɵɵelementStart(8, "button", 8);
9249
- i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_8_listener() { i0.ɵɵrestoreView(_r3); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.onClose()); });
9280
+ i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_8_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onClose()); });
9250
9281
  i0.ɵɵtext(9, "Cancel ");
9251
9282
  i0.ɵɵelementEnd()()()();
9252
9283
  } if (rf & 2) {
@@ -9268,26 +9299,26 @@ class ContactUsDialog extends DialogBase {
9268
9299
  onSubmit() {
9269
9300
  super.close();
9270
9301
  }
9271
- static { this.ɵfac = function ContactUsDialog_Factory(t) { return new (t || ContactUsDialog)(); }; }
9302
+ static { this.ɵfac = function ContactUsDialog_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ContactUsDialog)(); }; }
9272
9303
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsDialog, selectors: [["anatoly-contactus-dialog"]], viewQuery: function ContactUsDialog_Query(rf, ctx) { if (rf & 1) {
9273
9304
  i0.ɵɵviewQuery(_c0$2, 5);
9274
9305
  } if (rf & 2) {
9275
9306
  let _t;
9276
9307
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contactUsForm = _t.first);
9277
- } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["title", "Contact Us", 3, "width", "close", 4, "ngIf"], ["title", "Contact Us", 3, "width", "close"], [1, "k-content", "k-window-content", "k-dialog-content"], [3, "showActionButtons", "submit"], ["contactusform", ""], [1, "k-actions"], [1, "d-flex", "justify-content-end"], ["type", "button", 1, "btn", "btn-sm", "btn-success", 3, "click"], ["type", "button", 1, "btn", "btn-sm", "btn-danger", 3, "click"]], template: function ContactUsDialog_Template(rf, ctx) { if (rf & 1) {
9278
- i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 0);
9308
+ } }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["contactusform", ""], ["title", "Contact Us", 3, "width", "close", 4, "ngIf"], ["title", "Contact Us", 3, "close", "width"], [1, "k-content", "k-window-content", "k-dialog-content"], [3, "submit", "showActionButtons"], [1, "k-actions"], [1, "d-flex", "justify-content-end"], ["type", "button", 1, "btn", "btn-sm", "btn-success", 3, "click"], ["type", "button", 1, "btn", "btn-sm", "btn-danger", 3, "click"]], template: function ContactUsDialog_Template(rf, ctx) { if (rf & 1) {
9309
+ i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 1);
9279
9310
  } if (rf & 2) {
9280
9311
  i0.ɵɵproperty("ngIf", ctx.isOpen);
9281
9312
  } }, dependencies: [i1$1.NgIf, i2$1.DialogComponent, i2$1.DialogActionsComponent, ContactUsForm], encapsulation: 2 }); }
9282
9313
  }
9283
9314
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
9284
9315
  type: Component,
9285
- 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>" }]
9316
+ args: [{ selector: 'anatoly-contactus-dialog', standalone: false, 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>" }]
9286
9317
  }], () => [], { contactUsForm: [{
9287
9318
  type: ViewChild,
9288
9319
  args: ['contactusform']
9289
9320
  }] }); })();
9290
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsDialog, { className: "ContactUsDialog", filePath: "lib\\ui\\dialogs\\contact-us\\contact-us.dialog.ts", lineNumber: 27 }); })();
9321
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsDialog, { className: "ContactUsDialog", filePath: "lib/ui/dialogs/contact-us/contact-us.dialog.ts", lineNumber: 28 }); })();
9291
9322
 
9292
9323
  /*
9293
9324
  <file>
@@ -9329,17 +9360,18 @@ class HoveringDirective {
9329
9360
  onMouseLeave() {
9330
9361
  this.hovering = false;
9331
9362
  }
9332
- static { this.ɵfac = function HoveringDirective_Factory(t) { return new (t || HoveringDirective)(); }; }
9363
+ static { this.ɵfac = function HoveringDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HoveringDirective)(); }; }
9333
9364
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: HoveringDirective, selectors: [["", "anatoly-hover", ""]], hostVars: 2, hostBindings: function HoveringDirective_HostBindings(rf, ctx) { if (rf & 1) {
9334
9365
  i0.ɵɵlistener("mouseenter", function HoveringDirective_mouseenter_HostBindingHandler() { return ctx.onMouseEnter(); })("mouseleave", function HoveringDirective_mouseleave_HostBindingHandler() { return ctx.onMouseLeave(); });
9335
9366
  } if (rf & 2) {
9336
9367
  i0.ɵɵclassProp("hovering", ctx.hovering);
9337
- } } }); }
9368
+ } }, standalone: false }); }
9338
9369
  }
9339
9370
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HoveringDirective, [{
9340
9371
  type: Directive,
9341
9372
  args: [{
9342
- selector: '[anatoly-hover]'
9373
+ selector: '[anatoly-hover]',
9374
+ standalone: false
9343
9375
  }]
9344
9376
  }], null, { hovering: [{
9345
9377
  type: HostBinding,
@@ -9383,6 +9415,7 @@ class HoveringDirective {
9383
9415
  </file>
9384
9416
  */
9385
9417
  //Node
9418
+ const _c0$1 = a0 => ({ "has-error": a0 });
9386
9419
  function AddressComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
9387
9420
  i0.ɵɵelement(0, "anatoly-card-header", 18);
9388
9421
  } if (rf & 2) {
@@ -9394,40 +9427,39 @@ function AddressComponent_div_18_option_4_Template(rf, ctx) { if (rf & 1) {
9394
9427
  i0.ɵɵtext(1);
9395
9428
  i0.ɵɵelementEnd();
9396
9429
  } if (rf & 2) {
9397
- const state_r4 = ctx.$implicit;
9398
- i0.ɵɵproperty("value", state_r4.code);
9430
+ const state_r3 = ctx.$implicit;
9431
+ i0.ɵɵproperty("value", state_r3.code);
9399
9432
  i0.ɵɵadvance();
9400
- i0.ɵɵtextInterpolate(state_r4.name);
9433
+ i0.ɵɵtextInterpolate(state_r3.name);
9401
9434
  } }
9402
- const _c0$1 = a0 => ({ "has-error": a0 });
9403
9435
  function AddressComponent_div_18_Template(rf, ctx) { if (rf & 1) {
9404
- const _r6 = i0.ɵɵgetCurrentView();
9436
+ const _r2 = i0.ɵɵgetCurrentView();
9405
9437
  i0.ɵɵelementStart(0, "div", 9)(1, "label");
9406
9438
  i0.ɵɵtext(2, "State");
9407
9439
  i0.ɵɵelementEnd();
9408
9440
  i0.ɵɵelementStart(3, "select", 19);
9409
- i0.ɵɵlistener("change", function AddressComponent_div_18_Template_select_change_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onUSStateChange($event)); });
9441
+ i0.ɵɵlistener("change", function AddressComponent_div_18_Template_select_change_3_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onUSStateChange($event)); });
9410
9442
  i0.ɵɵtemplate(4, AddressComponent_div_18_option_4_Template, 2, 2, "option", 16);
9411
9443
  i0.ɵɵelementEnd();
9412
9444
  i0.ɵɵelement(5, "anatoly-item-validation-summary", 20);
9413
9445
  i0.ɵɵelementEnd();
9414
9446
  } if (rf & 2) {
9415
- const ctx_r1 = i0.ɵɵnextContext();
9416
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$1, ctx_r1.isControlInvalid("address_stateOrRegion")));
9447
+ const ctx_r0 = i0.ɵɵnextContext();
9448
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$1, ctx_r0.isControlInvalid("address_stateOrRegion")));
9417
9449
  i0.ɵɵadvance(4);
9418
- i0.ɵɵproperty("ngForOf", ctx_r1.usStateData);
9450
+ i0.ɵɵproperty("ngForOf", ctx_r0.usStateData);
9419
9451
  i0.ɵɵadvance();
9420
- i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted);
9452
+ i0.ɵɵproperty("formGroup", ctx_r0.formGroup)("formSubmitted", ctx_r0.formSubmitted);
9421
9453
  } }
9422
9454
  function AddressComponent_option_28_Template(rf, ctx) { if (rf & 1) {
9423
9455
  i0.ɵɵelementStart(0, "option", 21);
9424
9456
  i0.ɵɵtext(1);
9425
9457
  i0.ɵɵelementEnd();
9426
9458
  } if (rf & 2) {
9427
- const country_r7 = ctx.$implicit;
9428
- i0.ɵɵproperty("value", country_r7.code);
9459
+ const country_r4 = ctx.$implicit;
9460
+ i0.ɵɵproperty("value", country_r4.code);
9429
9461
  i0.ɵɵadvance();
9430
- i0.ɵɵtextInterpolate(country_r7.name);
9462
+ i0.ɵɵtextInterpolate(country_r4.name);
9431
9463
  } }
9432
9464
  class AddressComponent extends EditComponentBase {
9433
9465
  //Inputs
@@ -9521,8 +9553,8 @@ class AddressComponent extends EditComponentBase {
9521
9553
  let usState = event.target.value;
9522
9554
  this.change.emit(usState);
9523
9555
  }
9524
- static { this.ɵfac = function AddressComponent_Factory(t) { return new (t || AddressComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); }; }
9525
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { address: "address" }, outputs: { change: "change" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 30, vars: 29, consts: [["classes", "card-outline card-primary"], [3, "title", 4, "ngIf"], [3, "formGroup"], [1, "row"], [1, "form-group", 3, "ngClass"], ["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", "mb-0", 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 mb-0", 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) {
9556
+ static { this.ɵfac = function AddressComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AddressComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); }; }
9557
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { address: "address" }, outputs: { change: "change" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 30, vars: 29, consts: [["classes", "card-outline card-primary"], [3, "title", 4, "ngIf"], [3, "formGroup"], [1, "row"], [1, "form-group", 3, "ngClass"], ["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", "mb-0", 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 mb-0", 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) {
9526
9558
  i0.ɵɵelementStart(0, "anatoly-card", 0);
9527
9559
  i0.ɵɵtemplate(1, AddressComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
9528
9560
  i0.ɵɵelementStart(2, "anatoly-card-body", 2)(3, "div", 3)(4, "div", 4)(5, "label");
@@ -9586,13 +9618,13 @@ class AddressComponent extends EditComponentBase {
9586
9618
  }
9587
9619
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
9588
9620
  type: Component,
9589
- args: [{ selector: 'anatoly-forms-address', template: "<anatoly-card classes='card-outline card-primary'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title' />\r\n <anatoly-card-body [formGroup]='formGroup'>\r\n <div class=\"row\">\r\n <div class='form-group' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label>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 <div class='form-group' [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 </div>\r\n <div class=\"row\">\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label>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 <div class='form-group col-3 mb-0' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label>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 <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label>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 <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label>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" }]
9621
+ args: [{ selector: 'anatoly-forms-address', standalone: false, template: "<anatoly-card classes='card-outline card-primary'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title' />\r\n <anatoly-card-body [formGroup]='formGroup'>\r\n <div class=\"row\">\r\n <div class='form-group' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label>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 <div class='form-group' [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 </div>\r\n <div class=\"row\">\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label>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 <div class='form-group col-3 mb-0' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label>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 <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label>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 <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label>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" }]
9590
9622
  }], () => [{ type: i2.FormBuilder }, { type: CoreApiService }], { address: [{
9591
9623
  type: Input
9592
9624
  }], change: [{
9593
9625
  type: Output
9594
9626
  }] }); })();
9595
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddressComponent, { className: "AddressComponent", filePath: "lib\\ui\\forms\\components\\address\\address.component.ts", lineNumber: 35 }); })();
9627
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddressComponent, { className: "AddressComponent", filePath: "lib/ui/forms/components/address/address.component.ts", lineNumber: 36 }); })();
9596
9628
 
9597
9629
  /*
9598
9630
  <file>
@@ -9610,13 +9642,13 @@ class AddressComponent extends EditComponentBase {
9610
9642
  </file>
9611
9643
  */
9612
9644
  //Node
9645
+ const _c0 = a0 => ({ "has-error": a0 });
9613
9646
  function CompanyComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
9614
9647
  i0.ɵɵelement(0, "anatoly-card-header", 14);
9615
9648
  } if (rf & 2) {
9616
9649
  const ctx_r0 = i0.ɵɵnextContext();
9617
9650
  i0.ɵɵproperty("title", ctx_r0.title);
9618
9651
  } }
9619
- const _c0 = a0 => ({ "has-error": a0 });
9620
9652
  class CompanyComponent extends EditComponentBase {
9621
9653
  //Inputs
9622
9654
  get company() {
@@ -9666,8 +9698,8 @@ class CompanyComponent extends EditComponentBase {
9666
9698
  };
9667
9699
  return JSON.stringify(data);
9668
9700
  }
9669
- static { this.ɵfac = function CompanyComponent_Factory(t) { return new (t || CompanyComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder)); }; }
9670
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { company: "company" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 25, vars: 22, consts: [["classes", "card-outline card-primary"], [3, "title", 4, "ngIf"], [3, "formGroup"], [1, "row"], [1, "form-group", "col-6", 3, "ngClass"], ["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"], [1, "form-group", "col-6", "mb-0", 3, "ngClass"], ["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) {
9701
+ static { this.ɵfac = function CompanyComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CompanyComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder)); }; }
9702
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { company: "company" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 25, vars: 22, consts: [["classes", "card-outline card-primary"], [3, "title", 4, "ngIf"], [3, "formGroup"], [1, "row"], [1, "form-group", "col-6", 3, "ngClass"], ["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"], [1, "form-group", "col-6", "mb-0", 3, "ngClass"], ["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) {
9671
9703
  i0.ɵɵelementStart(0, "anatoly-card", 0);
9672
9704
  i0.ɵɵtemplate(1, CompanyComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
9673
9705
  i0.ɵɵelementStart(2, "anatoly-card-body", 2)(3, "div", 3)(4, "div", 4)(5, "label");
@@ -9715,11 +9747,11 @@ class CompanyComponent extends EditComponentBase {
9715
9747
  }
9716
9748
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
9717
9749
  type: Component,
9718
- args: [{ selector: 'anatoly-forms-company', template: "<anatoly-card classes='card-outline card-primary'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title' />\r\n <anatoly-card-body [formGroup]='formGroup' >\r\n <div class=\"row\">\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <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>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>\r\n <div class=\"row\">\r\n <div class='form-group col-6 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <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 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <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 </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
9750
+ args: [{ selector: 'anatoly-forms-company', standalone: false, template: "<anatoly-card classes='card-outline card-primary'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title' />\r\n <anatoly-card-body [formGroup]='formGroup' >\r\n <div class=\"row\">\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <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>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>\r\n <div class=\"row\">\r\n <div class='form-group col-6 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <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 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <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 </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
9719
9751
  }], () => [{ type: i2.FormBuilder }], { company: [{
9720
9752
  type: Input
9721
9753
  }] }); })();
9722
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompanyComponent, { className: "CompanyComponent", filePath: "lib\\ui\\forms\\components\\company\\company.component.ts", lineNumber: 28 }); })();
9754
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompanyComponent, { className: "CompanyComponent", filePath: "lib/ui/forms/components/company/company.component.ts", lineNumber: 29 }); })();
9723
9755
 
9724
9756
  /*
9725
9757
  <file>
@@ -9767,13 +9799,14 @@ class FileSizePipe {
9767
9799
  }
9768
9800
  return bytes.toFixed(+precision) + ' ' + this.units[unit];
9769
9801
  }
9770
- static { this.ɵfac = function FileSizePipe_Factory(t) { return new (t || FileSizePipe)(); }; }
9771
- static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true }); }
9802
+ static { this.ɵfac = function FileSizePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FileSizePipe)(); }; }
9803
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true, standalone: false }); }
9772
9804
  }
9773
9805
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileSizePipe, [{
9774
9806
  type: Pipe,
9775
9807
  args: [{
9776
9808
  name: 'filesize',
9809
+ standalone: false
9777
9810
  }]
9778
9811
  }], null, null); })();
9779
9812
 
@@ -9802,13 +9835,14 @@ class ReplaceTextPipe {
9802
9835
  return inputData;
9803
9836
  }
9804
9837
  }
9805
- static { this.ɵfac = function ReplaceTextPipe_Factory(t) { return new (t || ReplaceTextPipe)(); }; }
9806
- static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true }); }
9838
+ static { this.ɵfac = function ReplaceTextPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReplaceTextPipe)(); }; }
9839
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true, standalone: false }); }
9807
9840
  }
9808
9841
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplaceTextPipe, [{
9809
9842
  type: Pipe,
9810
9843
  args: [{
9811
9844
  name: "replaceText",
9845
+ standalone: false
9812
9846
  }]
9813
9847
  }], null, null); })();
9814
9848
 
@@ -9835,12 +9869,15 @@ class SafeHtmlPipe {
9835
9869
  transform(value) {
9836
9870
  return this.sanitized.bypassSecurityTrustHtml(value);
9837
9871
  }
9838
- static { this.ɵfac = function SafeHtmlPipe_Factory(t) { return new (t || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$5.DomSanitizer, 16)); }; }
9839
- static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true }); }
9872
+ static { this.ɵfac = function SafeHtmlPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$5.DomSanitizer, 16)); }; }
9873
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true, standalone: false }); }
9840
9874
  }
9841
9875
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
9842
9876
  type: Pipe,
9843
- args: [{ name: 'safeHtml' }]
9877
+ args: [{
9878
+ name: 'safeHtml',
9879
+ standalone: false
9880
+ }]
9844
9881
  }], () => [{ type: i1$5.DomSanitizer }], null); })();
9845
9882
 
9846
9883
  /*
@@ -9913,7 +9950,7 @@ class AnatolyCoreModule {
9913
9950
  this.injector = injector;
9914
9951
  InjectorInstance = this.injector;
9915
9952
  }
9916
- static { this.ɵfac = function AnatolyCoreModule_Factory(t) { return new (t || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); }; }
9953
+ static { this.ɵfac = function AnatolyCoreModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); }; }
9917
9954
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyCoreModule }); }
9918
9955
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
9919
9956
  //Guards
@@ -9997,7 +10034,7 @@ class AnatolyCoreModule {
9997
10034
  */
9998
10035
  //Node
9999
10036
  class AnatolyDataModule {
10000
- static { this.ɵfac = function AnatolyDataModule_Factory(t) { return new (t || AnatolyDataModule)(); }; }
10037
+ static { this.ɵfac = function AnatolyDataModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyDataModule)(); }; }
10001
10038
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule }); }
10002
10039
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
10003
10040
  //Billing
@@ -10182,7 +10219,7 @@ const MSALProviders = [
10182
10219
  AdminGuard
10183
10220
  ];
10184
10221
  class AnatolyIAMModule {
10185
- static { this.ɵfac = function AnatolyIAMModule_Factory(t) { return new (t || AnatolyIAMModule)(); }; }
10222
+ static { this.ɵfac = function AnatolyIAMModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyIAMModule)(); }; }
10186
10223
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMModule }); }
10187
10224
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
10188
10225
  ...MSALProviders
@@ -10238,14 +10275,14 @@ class SignInPage extends PageBase {
10238
10275
  ngOnInit() {
10239
10276
  this.auth.login();
10240
10277
  }
10241
- static { this.ɵfac = function SignInPage_Factory(t) { return new (t || SignInPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10242
- 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 }); }
10278
+ static { this.ɵfac = function SignInPage_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignInPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10279
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInPage, selectors: [["iam-signin-page"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignInPage_Template(rf, ctx) { }, encapsulation: 2 }); }
10243
10280
  }
10244
10281
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInPage, [{
10245
10282
  type: Component,
10246
- args: [{ selector: 'iam-signin-page', template: "" }]
10283
+ args: [{ selector: 'iam-signin-page', standalone: false, template: "" }]
10247
10284
  }], () => [{ type: AuthService }], null); })();
10248
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInPage, { className: "SignInPage", filePath: "lib\\iam\\pages\\signin.page.ts", lineNumber: 31 }); })();
10285
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInPage, { className: "SignInPage", filePath: "lib/iam/pages/signin.page.ts", lineNumber: 32 }); })();
10249
10286
 
10250
10287
  /*
10251
10288
  <file>
@@ -10274,14 +10311,14 @@ class SignOutPage extends PageBase {
10274
10311
  ngOnInit() {
10275
10312
  this.auth.logout();
10276
10313
  }
10277
- static { this.ɵfac = function SignOutPage_Factory(t) { return new (t || SignOutPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10278
- 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 }); }
10314
+ static { this.ɵfac = function SignOutPage_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignOutPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10315
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutPage, selectors: [["iam-signout-page"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignOutPage_Template(rf, ctx) { }, encapsulation: 2 }); }
10279
10316
  }
10280
10317
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutPage, [{
10281
10318
  type: Component,
10282
- args: [{ selector: 'iam-signout-page', template: "" }]
10319
+ args: [{ selector: 'iam-signout-page', standalone: false, template: "" }]
10283
10320
  }], () => [{ type: AuthService }], null); })();
10284
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutPage, { className: "SignOutPage", filePath: "lib\\iam\\pages\\signout.page.ts", lineNumber: 31 }); })();
10321
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutPage, { className: "SignOutPage", filePath: "lib/iam/pages/signout.page.ts", lineNumber: 32 }); })();
10285
10322
 
10286
10323
  /*
10287
10324
  <file>
@@ -10310,14 +10347,14 @@ class SignUpPage extends PageBase {
10310
10347
  ngOnInit() {
10311
10348
  this.auth.signUp();
10312
10349
  }
10313
- static { this.ɵfac = function SignUpPage_Factory(t) { return new (t || SignUpPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10314
- 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 }); }
10350
+ static { this.ɵfac = function SignUpPage_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignUpPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10351
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpPage, selectors: [["iam-signup-page"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function SignUpPage_Template(rf, ctx) { }, encapsulation: 2 }); }
10315
10352
  }
10316
10353
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpPage, [{
10317
10354
  type: Component,
10318
- args: [{ selector: 'iam-signup-page', template: "" }]
10355
+ args: [{ selector: 'iam-signup-page', standalone: false, template: "" }]
10319
10356
  }], () => [{ type: AuthService }], null); })();
10320
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpPage, { className: "SignUpPage", filePath: "lib\\iam\\pages\\signup.page.ts", lineNumber: 31 }); })();
10357
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpPage, { className: "SignUpPage", filePath: "lib/iam/pages/signup.page.ts", lineNumber: 32 }); })();
10321
10358
 
10322
10359
  /*
10323
10360
  <file>
@@ -10379,7 +10416,7 @@ const PAGES = [
10379
10416
  */
10380
10417
  //Node
10381
10418
  class AnatolyIAMPagesModule {
10382
- static { this.ɵfac = function AnatolyIAMPagesModule_Factory(t) { return new (t || AnatolyIAMPagesModule)(); }; }
10419
+ static { this.ɵfac = function AnatolyIAMPagesModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyIAMPagesModule)(); }; }
10383
10420
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMPagesModule }); }
10384
10421
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10385
10422
  RouterModule,
@@ -10424,7 +10461,7 @@ class FaModule {
10424
10461
  constructor(library) {
10425
10462
  library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
10426
10463
  }
10427
- static { this.ɵfac = function FaModule_Factory(t) { return new (t || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); }; }
10464
+ static { this.ɵfac = function FaModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); }; }
10428
10465
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule }); }
10429
10466
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10430
10467
  FontAwesomeModule, FontAwesomeModule] }); }
@@ -10460,7 +10497,7 @@ class FaModule {
10460
10497
  */
10461
10498
  //Node
10462
10499
  class KendoModule {
10463
- static { this.ɵfac = function KendoModule_Factory(t) { return new (t || KendoModule)(); }; }
10500
+ static { this.ɵfac = function KendoModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KendoModule)(); }; }
10464
10501
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: KendoModule }); }
10465
10502
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10466
10503
  LayoutModule,
@@ -10771,7 +10808,7 @@ const COMPONENTS$1 = [
10771
10808
  VALIDATION_COMPONENTS
10772
10809
  ];
10773
10810
  class AnatolyUIModule {
10774
- static { this.ɵfac = function AnatolyUIModule_Factory(t) { return new (t || AnatolyUIModule)(); }; }
10811
+ static { this.ɵfac = function AnatolyUIModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyUIModule)(); }; }
10775
10812
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyUIModule }); }
10776
10813
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10777
10814
  RouterModule,
@@ -10860,7 +10897,7 @@ const COMPONENTS = [
10860
10897
  */
10861
10898
  //Node
10862
10899
  class AnatolyBillingModule {
10863
- static { this.ɵfac = function AnatolyBillingModule_Factory(t) { return new (t || AnatolyBillingModule)(); }; }
10900
+ static { this.ɵfac = function AnatolyBillingModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyBillingModule)(); }; }
10864
10901
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyBillingModule }); }
10865
10902
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
10866
10903
  PayPalScriptService,
@@ -10884,10 +10921,10 @@ class AnatolyBillingModule {
10884
10921
  AnatolyUIModule
10885
10922
  ],
10886
10923
  declarations: [
10887
- COMPONENTS
10924
+ ...COMPONENTS
10888
10925
  ],
10889
10926
  exports: [
10890
- COMPONENTS
10927
+ ...COMPONENTS
10891
10928
  ],
10892
10929
  providers: [
10893
10930
  PayPalScriptService,
@@ -10918,7 +10955,7 @@ class AnatolyBillingModule {
10918
10955
  */
10919
10956
  //Node
10920
10957
  class AnatolyModule {
10921
- static { this.ɵfac = function AnatolyModule_Factory(t) { return new (t || AnatolyModule)(); }; }
10958
+ static { this.ɵfac = function AnatolyModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyModule)(); }; }
10922
10959
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyModule }); }
10923
10960
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10924
10961
  AnatolyCoreModule,