@osovitny/anatoly 3.17.160 → 3.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/fesm2022/osovitny-anatoly.mjs +553 -522
  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/directives/index.d.ts +1 -1
  13. package/lib/ui/directives/replacer/replacer.base.directive.d.ts +1 -1
  14. package/package.json +58 -60
  15. package/esm2022/lib/anatoly.module.mjs +0 -62
  16. package/esm2022/lib/billing/billing.module.mjs +0 -81
  17. package/esm2022/lib/billing/components/buttons/buyaccess-button.component.mjs +0 -104
  18. package/esm2022/lib/billing/components/buttons/subscribe-plan-button.component.mjs +0 -113
  19. package/esm2022/lib/billing/components/exports.mjs +0 -28
  20. package/esm2022/lib/billing/components/index.mjs +0 -31
  21. package/esm2022/lib/billing/components/order-summary/order-summary.component.mjs +0 -154
  22. package/esm2022/lib/billing/components/payment-methods/payment-methods.component.mjs +0 -106
  23. package/esm2022/lib/billing/components/payment-options/payment-options.component.mjs +0 -97
  24. package/esm2022/lib/billing/components/pm/braintree/braintree.component.mjs +0 -155
  25. package/esm2022/lib/billing/components/pm/paypal/paypal-button.component.mjs +0 -159
  26. package/esm2022/lib/billing/components/pm/paypal/paypal-subscribe-button.component.mjs +0 -149
  27. package/esm2022/lib/billing/components/pm/paypal/paypal.component.mjs +0 -317
  28. package/esm2022/lib/billing/components/pm/stripe/stripe.component.mjs +0 -109
  29. package/esm2022/lib/billing/exports.mjs +0 -19
  30. package/esm2022/lib/billing/models/paypal-models.mjs +0 -16
  31. package/esm2022/lib/billing/services/payments.service.mjs +0 -170
  32. package/esm2022/lib/billing/services/paypal-script.service.mjs +0 -90
  33. package/esm2022/lib/billing/utils.mjs +0 -28
  34. package/esm2022/lib/core/browser.mjs +0 -24
  35. package/esm2022/lib/core/consts/app-settings.mjs +0 -55
  36. package/esm2022/lib/core/consts/core-settings.mjs +0 -29
  37. package/esm2022/lib/core/consts/formats.mjs +0 -27
  38. package/esm2022/lib/core/consts/ga.mjs +0 -26
  39. package/esm2022/lib/core/consts/storageKeys.mjs +0 -23
  40. package/esm2022/lib/core/converts/convert.mjs +0 -103
  41. package/esm2022/lib/core/converts/dateConvert.mjs +0 -60
  42. package/esm2022/lib/core/converts/tz/tzParseTimezone.mjs +0 -122
  43. package/esm2022/lib/core/converts/tz/tzTokenizeDate.mjs +0 -101
  44. package/esm2022/lib/core/converts/xmlFormatter.mjs +0 -34
  45. package/esm2022/lib/core/core.module.mjs +0 -112
  46. package/esm2022/lib/core/dom.mjs +0 -153
  47. package/esm2022/lib/core/enums/billing.mjs +0 -56
  48. package/esm2022/lib/core/enums/enums.mjs +0 -35
  49. package/esm2022/lib/core/enums/index.mjs +0 -17
  50. package/esm2022/lib/core/exports.mjs +0 -67
  51. package/esm2022/lib/core/go/apps-go.service.mjs +0 -88
  52. package/esm2022/lib/core/go/go.service.mjs +0 -86
  53. package/esm2022/lib/core/guards/once-import.guard.mjs +0 -21
  54. package/esm2022/lib/core/guards/starter.guard.mjs +0 -46
  55. package/esm2022/lib/core/guid.mjs +0 -22
  56. package/esm2022/lib/core/interceptors/httpInterceptor.mjs +0 -161
  57. package/esm2022/lib/core/is.mjs +0 -98
  58. package/esm2022/lib/core/localization/localization.module.mjs +0 -45
  59. package/esm2022/lib/core/localization/localization.service.mjs +0 -164
  60. package/esm2022/lib/core/localization/localize.pipe.mjs +0 -83
  61. package/esm2022/lib/core/localization/settings.module.mjs +0 -103
  62. package/esm2022/lib/core/localization/utils.mjs +0 -41
  63. package/esm2022/lib/core/logging/globalErrorHandler.mjs +0 -41
  64. package/esm2022/lib/core/logging/logging.service.mjs +0 -40
  65. package/esm2022/lib/core/models/qs.mjs +0 -17
  66. package/esm2022/lib/core/notifications/alerts.mjs +0 -116
  67. package/esm2022/lib/core/notifications/interfaces/notification.mjs +0 -17
  68. package/esm2022/lib/core/notifications/services/notification-service.mjs +0 -83
  69. package/esm2022/lib/core/performance/stopwatch.mjs +0 -50
  70. package/esm2022/lib/core/services/appcontext.service.mjs +0 -186
  71. package/esm2022/lib/core/services/dm.service.mjs +0 -69
  72. package/esm2022/lib/core/services/google-analytics.service.mjs +0 -75
  73. package/esm2022/lib/core/services/idle.service.mjs +0 -77
  74. package/esm2022/lib/core/services/loading.service.mjs +0 -67
  75. package/esm2022/lib/core/services/script.service.mjs +0 -77
  76. package/esm2022/lib/core/services/starter.service.mjs +0 -85
  77. package/esm2022/lib/core/services/web-storage.service.mjs +0 -66
  78. package/esm2022/lib/core/subs.mjs +0 -31
  79. package/esm2022/lib/core/utils/qsutils.mjs +0 -84
  80. package/esm2022/lib/core/utils/utils.mjs +0 -112
  81. package/esm2022/lib/data/base/api.service.mjs +0 -94
  82. package/esm2022/lib/data/base/grid/grid-edit.service.mjs +0 -80
  83. package/esm2022/lib/data/base/grid/grid-read.service.mjs +0 -60
  84. package/esm2022/lib/data/data.module.mjs +0 -66
  85. package/esm2022/lib/data/exports.mjs +0 -29
  86. package/esm2022/lib/data/services/billing/currencies-api.service.mjs +0 -41
  87. package/esm2022/lib/data/services/billing/currencies-storage.service.mjs +0 -92
  88. package/esm2022/lib/data/services/billing/discountcodes-api.service.mjs +0 -37
  89. package/esm2022/lib/data/services/billing/payments-api.service.mjs +0 -64
  90. package/esm2022/lib/data/services/billing/subscriptions-api.service.mjs +0 -61
  91. package/esm2022/lib/data/services/billing/transactions-api.service.mjs +0 -43
  92. package/esm2022/lib/data/services/core-api.service.mjs +0 -44
  93. package/esm2022/lib/data/services/emails-api.service.mjs +0 -47
  94. package/esm2022/lib/external/fa.module.mjs +0 -45
  95. package/esm2022/lib/external/kendo.module.mjs +0 -179
  96. package/esm2022/lib/iam/b2c/b2c.mjs +0 -40
  97. package/esm2022/lib/iam/b2c/consts.mjs +0 -25
  98. package/esm2022/lib/iam/b2c/index.mjs +0 -21
  99. package/esm2022/lib/iam/configs.mjs +0 -109
  100. package/esm2022/lib/iam/consts.mjs +0 -22
  101. package/esm2022/lib/iam/exports.mjs +0 -22
  102. package/esm2022/lib/iam/guards/admin.guard.mjs +0 -46
  103. package/esm2022/lib/iam/guards/authentication.guard.mjs +0 -30
  104. package/esm2022/lib/iam/guards/index.mjs +0 -20
  105. package/esm2022/lib/iam/iam-pages.module.mjs +0 -57
  106. package/esm2022/lib/iam/iam-pages.routes.mjs +0 -45
  107. package/esm2022/lib/iam/iam.module.mjs +0 -84
  108. package/esm2022/lib/iam/pages/signin.page.mjs +0 -40
  109. package/esm2022/lib/iam/pages/signout.page.mjs +0 -40
  110. package/esm2022/lib/iam/pages/signup.page.mjs +0 -40
  111. package/esm2022/lib/iam/redirect.mjs +0 -29
  112. package/esm2022/lib/iam/services/auth.service.mjs +0 -436
  113. package/esm2022/lib/iam/storage.mjs +0 -42
  114. package/esm2022/lib/iam/utils.mjs +0 -49
  115. package/esm2022/lib/ui/components/base/components/component.mjs +0 -76
  116. package/esm2022/lib/ui/components/base/components/edit.component.mjs +0 -146
  117. package/esm2022/lib/ui/components/base/components/enum-edit.component.mjs +0 -92
  118. package/esm2022/lib/ui/components/base/dialog.mjs +0 -71
  119. package/esm2022/lib/ui/components/base/list.mjs +0 -100
  120. package/esm2022/lib/ui/components/base/pages/edit.page.mjs +0 -32
  121. package/esm2022/lib/ui/components/base/pages/page.mjs +0 -32
  122. package/esm2022/lib/ui/components/base/pages/paged.page.mjs +0 -68
  123. package/esm2022/lib/ui/components/card/card-body.component.mjs +0 -37
  124. package/esm2022/lib/ui/components/card/card-footer.component.mjs +0 -37
  125. package/esm2022/lib/ui/components/card/card-header.component.mjs +0 -51
  126. package/esm2022/lib/ui/components/card/card.component.mjs +0 -41
  127. package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +0 -43
  128. package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +0 -57
  129. package/esm2022/lib/ui/components/data-grid/control-panel.component.mjs +0 -201
  130. package/esm2022/lib/ui/components/datapager/datapager.component.mjs +0 -95
  131. package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +0 -96
  132. package/esm2022/lib/ui/components/dropdownlists/moderationstatus/moderationstatus.dropdownlist.mjs +0 -88
  133. package/esm2022/lib/ui/components/dropdownlists/publishstatus/publishstatus.dropdownlist.mjs +0 -88
  134. package/esm2022/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.mjs +0 -112
  135. package/esm2022/lib/ui/components/exports.mjs +0 -53
  136. package/esm2022/lib/ui/components/feature-will-be-ready/feature-will-be-ready.component.mjs +0 -55
  137. package/esm2022/lib/ui/components/html-editor/base-editor.component.mjs +0 -94
  138. package/esm2022/lib/ui/components/html-editor/defaultoptions.mjs +0 -87
  139. package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +0 -114
  140. package/esm2022/lib/ui/components/identity/signin-button.component.mjs +0 -105
  141. package/esm2022/lib/ui/components/identity/signout-button.component.mjs +0 -105
  142. package/esm2022/lib/ui/components/identity/signup-button.component.mjs +0 -105
  143. package/esm2022/lib/ui/components/index.mjs +0 -57
  144. package/esm2022/lib/ui/components/no-mobile-support/no-mobile-support.component.mjs +0 -45
  145. package/esm2022/lib/ui/components/nodata/nodata.component.mjs +0 -76
  146. package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +0 -53
  147. package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +0 -85
  148. package/esm2022/lib/ui/components/spinners/pagespinner/spinkits.mjs +0 -12
  149. package/esm2022/lib/ui/components/urlslug/urlslug.component.mjs +0 -130
  150. package/esm2022/lib/ui/components/you-agree-to-our-terms/you-agree-to-our-terms.component.mjs +0 -63
  151. package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +0 -78
  152. package/esm2022/lib/ui/dialogs/exports.mjs +0 -16
  153. package/esm2022/lib/ui/dialogs/index.mjs +0 -19
  154. package/esm2022/lib/ui/directives/exports.mjs +0 -19
  155. package/esm2022/lib/ui/directives/hover.directive.mjs +0 -50
  156. package/esm2022/lib/ui/directives/index.mjs +0 -22
  157. package/esm2022/lib/ui/directives/native-element.directive.mjs +0 -37
  158. package/esm2022/lib/ui/directives/replacer/a-replacer.directive.mjs +0 -48
  159. package/esm2022/lib/ui/directives/replacer/image-replacer.directive.mjs +0 -44
  160. package/esm2022/lib/ui/directives/replacer/replacer.base.directive.mjs +0 -44
  161. package/esm2022/lib/ui/exports.mjs +0 -22
  162. package/esm2022/lib/ui/forms/components/address/address.component.mjs +0 -240
  163. package/esm2022/lib/ui/forms/components/company/company.component.mjs +0 -138
  164. package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +0 -213
  165. package/esm2022/lib/ui/forms/exports.mjs +0 -20
  166. package/esm2022/lib/ui/forms/index.mjs +0 -21
  167. package/esm2022/lib/ui/pipes/exports.mjs +0 -19
  168. package/esm2022/lib/ui/pipes/filesize.pipe.mjs +0 -42
  169. package/esm2022/lib/ui/pipes/index.mjs +0 -22
  170. package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +0 -37
  171. package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +0 -34
  172. package/esm2022/lib/ui/ui.module.mjs +0 -122
  173. package/esm2022/lib/ui/validation/exports.mjs +0 -19
  174. package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +0 -90
  175. package/esm2022/lib/ui/validation/index.mjs +0 -21
  176. package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +0 -53
  177. package/esm2022/lib/ui/validation/validation-summary.component.mjs +0 -124
  178. package/esm2022/osovitny-anatoly.mjs +0 -5
  179. 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>
@@ -4567,7 +4572,7 @@ class ReplacerDirectiveBase {
4567
4572
  this.renderer.setAttribute(this.el.nativeElement, 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
+ static { this.ɵfac = function ReplacerDirectiveBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReplacerDirectiveBase)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
4571
4576
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ReplacerDirectiveBase }); }
4572
4577
  }
4573
4578
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplacerDirectiveBase, [{
@@ -4602,13 +4607,14 @@ class ImageReplacerDirective extends ReplacerDirectiveBase {
4602
4607
  setSrc(value) {
4603
4608
  this.setAttribute('src', value);
4604
4609
  }
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] }); }
4610
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵImageReplacerDirective_BaseFactory; return function ImageReplacerDirective_Factory(__ngFactoryType__) { return (ɵImageReplacerDirective_BaseFactory || (ɵImageReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(ImageReplacerDirective)))(__ngFactoryType__ || ImageReplacerDirective); }; })(); }
4611
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ImageReplacerDirective, selectors: [["img"]], inputs: { src: "src" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
4607
4612
  }
4608
4613
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ImageReplacerDirective, [{
4609
4614
  type: Directive,
4610
4615
  args: [{
4611
- selector: 'img'
4616
+ selector: 'img',
4617
+ standalone: false
4612
4618
  }]
4613
4619
  }], null, { src: [{
4614
4620
  type: Input,
@@ -4632,22 +4638,23 @@ class ImageReplacerDirective extends ReplacerDirectiveBase {
4632
4638
  */
4633
4639
  //Node
4634
4640
  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);
4641
+ const _r1 = i0.ɵɵgetCurrentView();
4642
+ i0.ɵɵelementStart(0, "li", 6);
4643
+ 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)); });
4644
+ i0.ɵɵelementStart(1, "div", 7);
4639
4645
  i0.ɵɵtext(2);
4640
4646
  i0.ɵɵelementEnd();
4641
- i0.ɵɵelementStart(3, "div", 7);
4642
- i0.ɵɵelement(4, "img", 8);
4647
+ i0.ɵɵelementStart(3, "div", 8);
4648
+ i0.ɵɵelement(4, "img", 9);
4643
4649
  i0.ɵɵelementEnd()();
4644
4650
  } if (rf & 2) {
4645
- const item_r1 = ctx.$implicit;
4646
- i0.ɵɵclassProp("selected", item_r1.selected);
4651
+ const item_r2 = ctx.$implicit;
4652
+ i0.ɵɵclassProp("selected", item_r2.selected);
4647
4653
  i0.ɵɵadvance(2);
4648
- i0.ɵɵtextInterpolate1("Pay with ", item_r1.title, "");
4654
+ i0.ɵɵtextInterpolate1("Pay with ", item_r2.title, "");
4649
4655
  i0.ɵɵadvance(2);
4650
- i0.ɵɵpropertyInterpolate1("src", "./dist/@lib/images/payment-icons/", item_r1.icon, ".png", i0.ɵɵsanitizeUrl)("alt", "payment-icon ", item_r1.title, "");
4656
+ i0.ɵɵpropertyInterpolate1("src", "./dist/@lib/images/payment-icons/", item_r2.icon, ".png", i0.ɵɵsanitizeUrl);
4657
+ i0.ɵɵpropertyInterpolate1("alt", "payment-icon ", item_r2.title, "");
4651
4658
  } }
4652
4659
  class PaymentMethodsComponent extends ComponentBase {
4653
4660
  constructor(ps) {
@@ -4695,13 +4702,13 @@ class PaymentMethodsComponent extends ComponentBase {
4695
4702
  paymentMethod.selected = true;
4696
4703
  this.ps.selectedPaymentMethod = paymentMethod.id;
4697
4704
  }
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) {
4705
+ static { this.ɵfac = function PaymentMethodsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaymentMethodsComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
4706
+ 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
4707
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "h2");
4701
4708
  i0.ɵɵtext(4, "Select a payment method");
4702
4709
  i0.ɵɵelementEnd()()();
4703
4710
  i0.ɵɵelementStart(5, "div", 3)(6, "div", 4)(7, "ul");
4704
- i0.ɵɵrepeaterCreate(8, PaymentMethodsComponent_For_9_Template, 5, 5, "li", 9, i0.ɵɵrepeaterTrackByIdentity);
4711
+ i0.ɵɵrepeaterCreate(8, PaymentMethodsComponent_For_9_Template, 5, 7, "li", 5, i0.ɵɵrepeaterTrackByIdentity);
4705
4712
  i0.ɵɵelementEnd()()()();
4706
4713
  } if (rf & 2) {
4707
4714
  i0.ɵɵadvance(8);
@@ -4710,9 +4717,9 @@ class PaymentMethodsComponent extends ComponentBase {
4710
4717
  }
4711
4718
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaymentMethodsComponent, [{
4712
4719
  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" }]
4720
+ 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
4721
  }], () => [{ 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 }); })();
4722
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaymentMethodsComponent, { className: "PaymentMethodsComponent", filePath: "lib/billing/components/payment-methods/payment-methods.component.ts", lineNumber: 30 }); })();
4716
4723
 
4717
4724
  /*
4718
4725
  <file>
@@ -4750,8 +4757,8 @@ class PaymentOptionsComponent extends ComponentBase {
4750
4757
  this.ps.selectedPaymentType = pt;
4751
4758
  this.change.emit();
4752
4759
  }
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) {
4760
+ static { this.ɵfac = function PaymentOptionsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaymentOptionsComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
4761
+ 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
4762
  i0.ɵɵelementStart(0, "div", 0)(1, "h4");
4756
4763
  i0.ɵɵtext(2, "Payment options");
4757
4764
  i0.ɵɵelementEnd();
@@ -4792,7 +4799,7 @@ class PaymentOptionsComponent extends ComponentBase {
4792
4799
  }
4793
4800
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaymentOptionsComponent, [{
4794
4801
  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" }]
4802
+ 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
4803
  }], () => [{ type: PaymentsService }], { priceWeekly: [{
4797
4804
  type: Input
4798
4805
  }], priceUpfront: [{
@@ -4802,7 +4809,7 @@ class PaymentOptionsComponent extends ComponentBase {
4802
4809
  }], change: [{
4803
4810
  type: Output
4804
4811
  }] }); })();
4805
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaymentOptionsComponent, { className: "PaymentOptionsComponent", filePath: "lib\\billing\\components\\payment-options\\payment-options.component.ts", lineNumber: 29 }); })();
4812
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaymentOptionsComponent, { className: "PaymentOptionsComponent", filePath: "lib/billing/components/payment-options/payment-options.component.ts", lineNumber: 30 }); })();
4806
4813
 
4807
4814
  /*
4808
4815
  <file>
@@ -4925,7 +4932,7 @@ class EditComponentBase extends ComponentBase {
4925
4932
  get isNgModelBased() {
4926
4933
  return this.controlName == null;
4927
4934
  }
4928
- static { this.ɵfac = function EditComponentBase_Factory(t) { return new (t || EditComponentBase)(); }; }
4935
+ static { this.ɵfac = function EditComponentBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditComponentBase)(); }; }
4929
4936
  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
4937
  }
4931
4938
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EditComponentBase, [{
@@ -4942,7 +4949,7 @@ class EditComponentBase extends ComponentBase {
4942
4949
  }], controlTitle: [{
4943
4950
  type: Input
4944
4951
  }] }); })();
4945
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditComponentBase, { className: "EditComponentBase", filePath: "lib\\ui\\components\\base\\components\\edit.component.ts", lineNumber: 28 }); })();
4952
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditComponentBase, { className: "EditComponentBase", filePath: "lib/ui/components/base/components/edit.component.ts", lineNumber: 28 }); })();
4946
4953
 
4947
4954
  /*
4948
4955
  <file>
@@ -4994,13 +5001,14 @@ class DialogBase extends EditComponentBase {
4994
5001
  this.isOpen = false;
4995
5002
  this.closed.emit(-1);
4996
5003
  }
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 }); }
5004
+ static { this.ɵfac = function DialogBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DialogBase)(); }; }
5005
+ 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
5006
  }
5000
5007
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DialogBase, [{
5001
5008
  type: Component,
5002
5009
  args: [{
5003
- template: ''
5010
+ template: '',
5011
+ standalone: false
5004
5012
  }]
5005
5013
  }], () => [], { isOpen: [{
5006
5014
  type: Input
@@ -5009,7 +5017,7 @@ class DialogBase extends EditComponentBase {
5009
5017
  }], closed: [{
5010
5018
  type: Output
5011
5019
  }] }); })();
5012
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogBase, { className: "DialogBase", filePath: "lib\\ui\\components\\base\\dialog.ts", lineNumber: 27 }); })();
5020
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogBase, { className: "DialogBase", filePath: "lib/ui/components/base/dialog.ts", lineNumber: 28 }); })();
5013
5021
 
5014
5022
  /*
5015
5023
  <file>
@@ -5030,27 +5038,27 @@ class DialogBase extends EditComponentBase {
5030
5038
  */
5031
5039
  //Node
5032
5040
  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()); });
5041
+ const _r1 = i0.ɵɵgetCurrentView();
5042
+ i0.ɵɵelementStart(0, "div", 0)(1, "kendo-dialog", 1);
5043
+ 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
5044
  i0.ɵɵelementStart(2, "kendo-dialog-titlebar");
5037
5045
  i0.ɵɵtext(3, "Pay with Credit Card");
5038
5046
  i0.ɵɵelementEnd();
5039
- i0.ɵɵelementStart(4, "div", 3);
5040
- i0.ɵɵelement(5, "div", 4);
5047
+ i0.ɵɵelementStart(4, "div", 2);
5048
+ i0.ɵɵelement(5, "div", 3);
5041
5049
  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()); });
5050
+ i0.ɵɵelementStart(6, "kendo-dialog-actions", 4)(7, "button", 5);
5051
+ 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
5052
  i0.ɵɵtext(8, "Pay");
5045
5053
  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()); });
5054
+ i0.ɵɵelementStart(9, "button", 6);
5055
+ 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
5056
  i0.ɵɵtext(10, "Cancel");
5049
5057
  i0.ɵɵelementEnd()()()();
5050
5058
  } if (rf & 2) {
5051
- const ctx_r0 = i0.ɵɵnextContext();
5059
+ const ctx_r1 = i0.ɵɵnextContext();
5052
5060
  i0.ɵɵadvance();
5053
- i0.ɵɵproperty("width", 480)("height", 560)("themeColor", ctx_r0.themeColor);
5061
+ i0.ɵɵproperty("width", 480)("height", 560)("themeColor", ctx_r1.themeColor);
5054
5062
  } }
5055
5063
  class BraintreeDialog extends DialogBase {
5056
5064
  constructor(ps, ns) {
@@ -5137,16 +5145,16 @@ class BraintreeDialog extends DialogBase {
5137
5145
  get visible() {
5138
5146
  return this.isOpen && this.ps.getTotal() > 0;
5139
5147
  }
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) {
5148
+ static { this.ɵfac = function BraintreeDialog_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BraintreeDialog)(i0.ɵɵdirectiveInject(PaymentsService), i0.ɵɵdirectiveInject(NotificationService)); }; }
5149
+ 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
5150
  i0.ɵɵtemplate(0, BraintreeDialog_Conditional_0_Template, 11, 3, "div", 0);
5143
5151
  } if (rf & 2) {
5144
- i0.ɵɵconditional(0, ctx.visible ? 0 : -1);
5152
+ i0.ɵɵconditional(ctx.visible ? 0 : -1);
5145
5153
  } }, dependencies: [i2$1.DialogComponent, i2$1.DialogTitleBarComponent, i2$1.DialogActionsComponent], encapsulation: 2 }); }
5146
5154
  }
5147
5155
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BraintreeDialog, [{
5148
5156
  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" }]
5157
+ 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
5158
  }], () => [{ type: PaymentsService }, { type: NotificationService }], { paidFor: [{
5151
5159
  type: Input
5152
5160
  }], title: [{
@@ -5156,7 +5164,7 @@ class BraintreeDialog extends DialogBase {
5156
5164
  }], image: [{
5157
5165
  type: Input
5158
5166
  }] }); })();
5159
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BraintreeDialog, { className: "BraintreeDialog", filePath: "lib\\billing\\components\\pm\\braintree\\braintree.component.ts", lineNumber: 32 }); })();
5167
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BraintreeDialog, { className: "BraintreeDialog", filePath: "lib/billing/components/pm/braintree/braintree.component.ts", lineNumber: 33 }); })();
5160
5168
 
5161
5169
  /*
5162
5170
  <file>
@@ -5238,7 +5246,7 @@ class PayPalScriptService {
5238
5246
  }
5239
5247
  return `https://www.paypal.com/sdk/js${this.ss.getQueryString(params)}`;
5240
5248
  }
5241
- static { this.ɵfac = function PayPalScriptService_Factory(t) { return new (t || PayPalScriptService)(i0.ɵɵinject(ScriptService)); }; }
5249
+ static { this.ɵfac = function PayPalScriptService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PayPalScriptService)(i0.ɵɵinject(ScriptService)); }; }
5242
5250
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PayPalScriptService, factory: PayPalScriptService.ɵfac }); }
5243
5251
  }
5244
5252
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PayPalScriptService, [{
@@ -5525,14 +5533,14 @@ class PayPalComponent {
5525
5533
  return (c == "x" ? r : (r & 0x7) | 0x8).toString(16);
5526
5534
  });
5527
5535
  }
5528
- static { this.ɵfac = function PayPalComponent_Factory(t) { return new (t || PayPalComponent)(i0.ɵɵdirectiveInject(PayPalScriptService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
5536
+ static { this.ɵfac = function PayPalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PayPalComponent)(i0.ɵɵdirectiveInject(PayPalScriptService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
5529
5537
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PayPalComponent, selectors: [["anatoly-billing-paypal-container"]], viewQuery: function PayPalComponent_Query(rf, ctx) { if (rf & 1) {
5530
5538
  i0.ɵɵviewQuery(_c0$f, 5);
5531
5539
  } if (rf & 2) {
5532
5540
  let _t;
5533
5541
  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);
5542
+ } }, 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) {
5543
+ i0.ɵɵelement(0, "div", 1, 0);
5536
5544
  } if (rf & 2) {
5537
5545
  i0.ɵɵproperty("id", ctx.payPalButtonContainerId);
5538
5546
  } }, encapsulation: 2, changeDetection: 0 }); }
@@ -5545,6 +5553,7 @@ class PayPalComponent {
5545
5553
  template: `
5546
5554
  <div #payPalButtonContainer [id]="payPalButtonContainerId"></div>
5547
5555
  `,
5556
+ standalone: false
5548
5557
  }]
5549
5558
  }], () => [{ type: PayPalScriptService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }], { config: [{
5550
5559
  type: Input
@@ -5556,7 +5565,7 @@ class PayPalComponent {
5556
5565
  type: ViewChild,
5557
5566
  args: ["payPalButtonContainer", { static: false }]
5558
5567
  }] }); })();
5559
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PayPalComponent, { className: "PayPalComponent", filePath: "lib\\billing\\components\\pm\\paypal\\paypal.component.ts", lineNumber: 57 }); })();
5568
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PayPalComponent, { className: "PayPalComponent", filePath: "lib/billing/components/pm/paypal/paypal.component.ts", lineNumber: 58 }); })();
5560
5569
 
5561
5570
  /*
5562
5571
  <file>
@@ -5692,22 +5701,22 @@ class PaypalButtonComponent extends ComponentBase {
5692
5701
  get visible() {
5693
5702
  return this.ps.selectedPaymentMethod == PaymentMethod.PayPal && this.ps.getTotal() > 0;
5694
5703
  }
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) {
5704
+ static { this.ɵfac = function PaypalButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaypalButtonComponent)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
5705
+ 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
5706
  i0.ɵɵtemplate(0, PaypalButtonComponent_Conditional_0_Template, 1, 1, "anatoly-billing-paypal-container", 0);
5698
5707
  } if (rf & 2) {
5699
- i0.ɵɵconditional(0, ctx.visible ? 0 : -1);
5708
+ i0.ɵɵconditional(ctx.visible ? 0 : -1);
5700
5709
  } }, dependencies: [PayPalComponent], encapsulation: 2 }); }
5701
5710
  }
5702
5711
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaypalButtonComponent, [{
5703
5712
  type: Component,
5704
- args: [{ selector: 'anatoly-billing-paypal-button', template: "@if (visible) {\r\n <anatoly-billing-paypal-container [config]='payPalConfig' />\r\n}\r\n" }]
5713
+ args: [{ selector: 'anatoly-billing-paypal-button', standalone: false, template: "@if (visible) {\r\n <anatoly-billing-paypal-container [config]='payPalConfig' />\r\n}\r\n" }]
5705
5714
  }], () => [{ type: PaymentsService }], { paidForTitle: [{
5706
5715
  type: Input
5707
5716
  }], paidFor: [{
5708
5717
  type: Input
5709
5718
  }] }); })();
5710
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaypalButtonComponent, { className: "PaypalButtonComponent", filePath: "lib\\billing\\components\\pm\\paypal\\paypal-button.component.ts", lineNumber: 42 }); })();
5719
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaypalButtonComponent, { className: "PaypalButtonComponent", filePath: "lib/billing/components/pm/paypal/paypal-button.component.ts", lineNumber: 43 }); })();
5711
5720
 
5712
5721
  /*
5713
5722
  <file>
@@ -5772,7 +5781,7 @@ class SubscriptionsApiService extends ApiServiceBase {
5772
5781
  }
5773
5782
  });
5774
5783
  }
5775
- static { this.ɵfac = function SubscriptionsApiService_Factory(t) { return new (t || SubscriptionsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
5784
+ static { this.ɵfac = function SubscriptionsApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SubscriptionsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
5776
5785
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SubscriptionsApiService, factory: SubscriptionsApiService.ɵfac }); }
5777
5786
  }
5778
5787
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscriptionsApiService, [{
@@ -5892,8 +5901,8 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
5892
5901
  });
5893
5902
  });
5894
5903
  }
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) {
5904
+ static { this.ɵfac = function PaypalSubscribeButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaypalSubscribeButtonComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(SubscriptionsApiService)); }; }
5905
+ 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
5906
  i0.ɵɵelement(0, "anatoly-billing-paypal-container", 0);
5898
5907
  } if (rf & 2) {
5899
5908
  i0.ɵɵproperty("config", ctx.payPalConfig);
@@ -5901,7 +5910,7 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
5901
5910
  }
5902
5911
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaypalSubscribeButtonComponent, [{
5903
5912
  type: Component,
5904
- args: [{ selector: 'anatoly-billing-paypal-subscribe-button', template: "<anatoly-billing-paypal-container [config]='payPalConfig' />\r\n\r\n" }]
5913
+ args: [{ selector: 'anatoly-billing-paypal-subscribe-button', standalone: false, template: "<anatoly-billing-paypal-container [config]='payPalConfig' />\r\n\r\n" }]
5905
5914
  }], () => [{ type: i0.NgZone }, { type: AppContextService }, { type: SubscriptionsApiService }], { payPalPlanId: [{
5906
5915
  type: Input
5907
5916
  }], quantity: [{
@@ -5917,7 +5926,7 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
5917
5926
  }], statusChange: [{
5918
5927
  type: Output
5919
5928
  }] }); })();
5920
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaypalSubscribeButtonComponent, { className: "PaypalSubscribeButtonComponent", filePath: "lib\\billing\\components\\pm\\paypal\\paypal-subscribe-button.component.ts", lineNumber: 31 }); })();
5929
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaypalSubscribeButtonComponent, { className: "PaypalSubscribeButtonComponent", filePath: "lib/billing/components/pm/paypal/paypal-subscribe-button.component.ts", lineNumber: 32 }); })();
5921
5930
 
5922
5931
  /*
5923
5932
  <file>
@@ -5938,19 +5947,19 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
5938
5947
  */
5939
5948
  //Node
5940
5949
  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()); });
5950
+ const _r1 = i0.ɵɵgetCurrentView();
5951
+ i0.ɵɵelementStart(0, "div", 0)(1, "kendo-dialog", 1);
5952
+ 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
5953
  i0.ɵɵelementStart(2, "kendo-dialog-titlebar");
5945
5954
  i0.ɵɵtext(3, "Pay with Stripe");
5946
5955
  i0.ɵɵelementEnd();
5947
- i0.ɵɵelementStart(4, "div", 3);
5948
- i0.ɵɵelement(5, "div", 4);
5956
+ i0.ɵɵelementStart(4, "div", 2);
5957
+ i0.ɵɵelement(5, "div", 3);
5949
5958
  i0.ɵɵelementEnd()()();
5950
5959
  } if (rf & 2) {
5951
- const ctx_r0 = i0.ɵɵnextContext();
5960
+ const ctx_r1 = i0.ɵɵnextContext();
5952
5961
  i0.ɵɵadvance();
5953
- i0.ɵɵproperty("width", 1080)("height", 800)("themeColor", ctx_r0.themeColor);
5962
+ i0.ɵɵproperty("width", 1080)("height", 800)("themeColor", ctx_r1.themeColor);
5954
5963
  } }
5955
5964
  class StripeDialog extends DialogBase {
5956
5965
  constructor(ps) {
@@ -5998,16 +6007,16 @@ class StripeDialog extends DialogBase {
5998
6007
  get visible() {
5999
6008
  return this.isOpen && this.ps.getTotal() > 0;
6000
6009
  }
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) {
6010
+ static { this.ɵfac = function StripeDialog_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StripeDialog)(i0.ɵɵdirectiveInject(PaymentsService)); }; }
6011
+ 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
6012
  i0.ɵɵtemplate(0, StripeDialog_Conditional_0_Template, 6, 3, "div", 0);
6004
6013
  } if (rf & 2) {
6005
- i0.ɵɵconditional(0, ctx.visible ? 0 : -1);
6014
+ i0.ɵɵconditional(ctx.visible ? 0 : -1);
6006
6015
  } }, dependencies: [i2$1.DialogComponent, i2$1.DialogTitleBarComponent], encapsulation: 2 }); }
6007
6016
  }
6008
6017
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StripeDialog, [{
6009
6018
  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" }]
6019
+ 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
6020
  }], () => [{ type: PaymentsService }], { paidFor: [{
6012
6021
  type: Input
6013
6022
  }], title: [{
@@ -6017,7 +6026,7 @@ class StripeDialog extends DialogBase {
6017
6026
  }], image: [{
6018
6027
  type: Input
6019
6028
  }] }); })();
6020
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StripeDialog, { className: "StripeDialog", filePath: "lib\\billing\\components\\pm\\stripe\\stripe.component.ts", lineNumber: 33 }); })();
6029
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StripeDialog, { className: "StripeDialog", filePath: "lib/billing/components/pm/stripe/stripe.component.ts", lineNumber: 34 }); })();
6021
6030
 
6022
6031
  /*
6023
6032
  <file>
@@ -6049,16 +6058,19 @@ class StripeDialog extends DialogBase {
6049
6058
  </file>
6050
6059
  */
6051
6060
  class BillingUtils {
6061
+ static { this.CURRENCY_SYMBOLS = {
6062
+ GBP: '£',
6063
+ EUR: '€',
6064
+ USD: '$',
6065
+ JPY: '¥',
6066
+ CAD: 'CA$',
6067
+ AUD: 'A$',
6068
+ }; }
6052
6069
  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;
6070
+ if (!amount && amount !== 0)
6071
+ return '';
6072
+ const symbol = this.CURRENCY_SYMBOLS[currency.toUpperCase()];
6073
+ return symbol ? `${symbol}${amount}` : `${amount} ${currency}`;
6062
6074
  }
6063
6075
  }
6064
6076
 
@@ -6125,7 +6137,7 @@ class GridReadServiceBase extends BehaviorSubject {
6125
6137
  }
6126
6138
  });
6127
6139
  }
6128
- static { this.ɵfac = function GridReadServiceBase_Factory(t) { return new (t || GridReadServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
6140
+ static { this.ɵfac = function GridReadServiceBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GridReadServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
6129
6141
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GridReadServiceBase, factory: GridReadServiceBase.ɵfac }); }
6130
6142
  }
6131
6143
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GridReadServiceBase, [{
@@ -6199,7 +6211,7 @@ class GridEditServiceBase extends GridReadServiceBase {
6199
6211
  const url = `${this.baseUrl}/${action}${this.serializeParams(data)}`;
6200
6212
  return this.http.post(url, data).pipe(map(res => res));
6201
6213
  }
6202
- static { this.ɵfac = function GridEditServiceBase_Factory(t) { return new (t || GridEditServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
6214
+ static { this.ɵfac = function GridEditServiceBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GridEditServiceBase)(i0.ɵɵinject(i1.HttpClient)); }; }
6203
6215
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GridEditServiceBase, factory: GridEditServiceBase.ɵfac }); }
6204
6216
  }
6205
6217
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GridEditServiceBase, [{
@@ -6234,7 +6246,7 @@ class CurrenciesApiService extends ApiServiceBase {
6234
6246
  getRates() {
6235
6247
  return this.get('getRates');
6236
6248
  }
6237
- static { this.ɵfac = function CurrenciesApiService_Factory(t) { return new (t || CurrenciesApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6249
+ static { this.ɵfac = function CurrenciesApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CurrenciesApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6238
6250
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CurrenciesApiService, factory: CurrenciesApiService.ɵfac }); }
6239
6251
  }
6240
6252
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CurrenciesApiService, [{
@@ -6321,7 +6333,7 @@ class CurrenciesStorageService {
6321
6333
  }
6322
6334
  return rate;
6323
6335
  }
6324
- static { this.ɵfac = function CurrenciesStorageService_Factory(t) { return new (t || CurrenciesStorageService)(i0.ɵɵinject(AppContextService), i0.ɵɵinject(CurrenciesApiService)); }; }
6336
+ static { this.ɵfac = function CurrenciesStorageService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CurrenciesStorageService)(i0.ɵɵinject(AppContextService), i0.ɵɵinject(CurrenciesApiService)); }; }
6325
6337
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CurrenciesStorageService, factory: CurrenciesStorageService.ɵfac }); }
6326
6338
  }
6327
6339
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CurrenciesStorageService, [{
@@ -6358,7 +6370,7 @@ class TransactionsApiService extends ApiServiceBase {
6358
6370
  getTransactions(data) {
6359
6371
  return this.get('getTransactions', data);
6360
6372
  }
6361
- static { this.ɵfac = function TransactionsApiService_Factory(t) { return new (t || TransactionsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6373
+ static { this.ɵfac = function TransactionsApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TransactionsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6362
6374
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TransactionsApiService, factory: TransactionsApiService.ɵfac }); }
6363
6375
  }
6364
6376
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TransactionsApiService, [{
@@ -6396,7 +6408,7 @@ class CoreApiService extends ApiServiceBase {
6396
6408
  getUSStatesJsonFile() {
6397
6409
  return this.getExternalJsonFile('anatoly', 'usStates.json');
6398
6410
  }
6399
- static { this.ɵfac = function CoreApiService_Factory(t) { return new (t || CoreApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6411
+ static { this.ɵfac = function CoreApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CoreApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6400
6412
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CoreApiService, factory: CoreApiService.ɵfac }); }
6401
6413
  }
6402
6414
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreApiService, [{
@@ -6437,7 +6449,7 @@ class EmailsApiService extends ApiServiceBase {
6437
6449
  }
6438
6450
  });
6439
6451
  }
6440
- static { this.ɵfac = function EmailsApiService_Factory(t) { return new (t || EmailsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6452
+ static { this.ɵfac = function EmailsApiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EmailsApiService)(i0.ɵɵinject(i1.HttpClient)); }; }
6441
6453
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EmailsApiService, factory: EmailsApiService.ɵfac }); }
6442
6454
  }
6443
6455
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmailsApiService, [{
@@ -6532,7 +6544,7 @@ class EnumEditComponentBase extends EditComponentBase {
6532
6544
  this.sv = value;
6533
6545
  }
6534
6546
  }
6535
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEnumEditComponentBase_BaseFactory; return function EnumEditComponentBase_Factory(t) { return (ɵEnumEditComponentBase_BaseFactory || (ɵEnumEditComponentBase_BaseFactory = i0.ɵɵgetInheritedFactory(EnumEditComponentBase)))(t || EnumEditComponentBase); }; })(); }
6547
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEnumEditComponentBase_BaseFactory; return function EnumEditComponentBase_Factory(__ngFactoryType__) { return (ɵEnumEditComponentBase_BaseFactory || (ɵEnumEditComponentBase_BaseFactory = i0.ɵɵgetInheritedFactory(EnumEditComponentBase)))(__ngFactoryType__ || EnumEditComponentBase); }; })(); }
6536
6548
  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
6549
  }
6538
6550
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EnumEditComponentBase, [{
@@ -6545,7 +6557,7 @@ class EnumEditComponentBase extends EditComponentBase {
6545
6557
  }], valueChange: [{
6546
6558
  type: Output
6547
6559
  }] }); })();
6548
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnumEditComponentBase, { className: "EnumEditComponentBase", filePath: "lib\\ui\\components\\base\\components\\enum-edit.component.ts", lineNumber: 27 }); })();
6560
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnumEditComponentBase, { className: "EnumEditComponentBase", filePath: "lib/ui/components/base/components/enum-edit.component.ts", lineNumber: 27 }); })();
6549
6561
 
6550
6562
  /*
6551
6563
  <file>
@@ -6564,16 +6576,17 @@ class EnumEditComponentBase extends EditComponentBase {
6564
6576
  */
6565
6577
  //Node
6566
6578
  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 }); }
6579
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPageBase_BaseFactory; return function PageBase_Factory(__ngFactoryType__) { return (ɵPageBase_BaseFactory || (ɵPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PageBase)))(__ngFactoryType__ || PageBase); }; })(); }
6580
+ 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
6581
  }
6570
6582
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageBase, [{
6571
6583
  type: Component,
6572
6584
  args: [{
6573
- template: ''
6585
+ template: '',
6586
+ standalone: false
6574
6587
  }]
6575
6588
  }], null, null); })();
6576
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageBase, { className: "PageBase", filePath: "lib\\ui\\components\\base\\pages\\page.ts", lineNumber: 26 }); })();
6589
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageBase, { className: "PageBase", filePath: "lib/ui/components/base/pages/page.ts", lineNumber: 27 }); })();
6577
6590
 
6578
6591
  /*
6579
6592
  <file>
@@ -6592,16 +6605,17 @@ class PageBase extends ComponentBase {
6592
6605
  */
6593
6606
  //Node
6594
6607
  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 }); }
6608
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEditPageBase_BaseFactory; return function EditPageBase_Factory(__ngFactoryType__) { return (ɵEditPageBase_BaseFactory || (ɵEditPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(EditPageBase)))(__ngFactoryType__ || EditPageBase); }; })(); }
6609
+ 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
6610
  }
6598
6611
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EditPageBase, [{
6599
6612
  type: Component,
6600
6613
  args: [{
6601
- template: ''
6614
+ template: '',
6615
+ standalone: false
6602
6616
  }]
6603
6617
  }], null, null); })();
6604
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditPageBase, { className: "EditPageBase", filePath: "lib\\ui\\components\\base\\pages\\edit.page.ts", lineNumber: 26 }); })();
6618
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditPageBase, { className: "EditPageBase", filePath: "lib/ui/components/base/pages/edit.page.ts", lineNumber: 27 }); })();
6605
6619
 
6606
6620
  /*
6607
6621
  <file>
@@ -6656,16 +6670,17 @@ class PagedPageBase extends PageBase {
6656
6670
  this.currentPage = (this.skipItems / this.pageSize) + 1;
6657
6671
  this.loadPage();
6658
6672
  }
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 }); }
6673
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵPagedPageBase_BaseFactory; return function PagedPageBase_Factory(__ngFactoryType__) { return (ɵPagedPageBase_BaseFactory || (ɵPagedPageBase_BaseFactory = i0.ɵɵgetInheritedFactory(PagedPageBase)))(__ngFactoryType__ || PagedPageBase); }; })(); }
6674
+ 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
6675
  }
6662
6676
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PagedPageBase, [{
6663
6677
  type: Component,
6664
6678
  args: [{
6665
- template: ''
6679
+ template: '',
6680
+ standalone: false
6666
6681
  }]
6667
6682
  }], null, null); })();
6668
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PagedPageBase, { className: "PagedPageBase", filePath: "lib\\ui\\components\\base\\pages\\paged.page.ts", lineNumber: 26 }); })();
6683
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PagedPageBase, { className: "PagedPageBase", filePath: "lib/ui/components/base/pages/paged.page.ts", lineNumber: 27 }); })();
6669
6684
 
6670
6685
  /*
6671
6686
  <file>
@@ -6744,13 +6759,14 @@ class ListBase extends ComponentBase {
6744
6759
  this.currentPage = (this.skipItems / this.pageSize) + 1;
6745
6760
  this.loadPage();
6746
6761
  }
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 }); }
6762
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵListBase_BaseFactory; return function ListBase_Factory(__ngFactoryType__) { return (ɵListBase_BaseFactory || (ɵListBase_BaseFactory = i0.ɵɵgetInheritedFactory(ListBase)))(__ngFactoryType__ || ListBase); }; })(); }
6763
+ 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
6764
  }
6750
6765
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ListBase, [{
6751
6766
  type: Component,
6752
6767
  args: [{
6753
- template: ''
6768
+ template: '',
6769
+ standalone: false
6754
6770
  }]
6755
6771
  }], null, { pageSize: [{
6756
6772
  type: Input
@@ -6761,7 +6777,7 @@ class ListBase extends ComponentBase {
6761
6777
  }], dataChange: [{
6762
6778
  type: Output
6763
6779
  }] }); })();
6764
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ListBase, { className: "ListBase", filePath: "lib\\ui\\components\\base\\list.ts", lineNumber: 26 }); })();
6780
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ListBase, { className: "ListBase", filePath: "lib/ui/components/base/list.ts", lineNumber: 27 }); })();
6765
6781
 
6766
6782
  /*
6767
6783
  <file>
@@ -6781,8 +6797,8 @@ class ListBase extends ComponentBase {
6781
6797
  const _c0$e = [[["card-header"]], [["card-body"]], "*", [["card-footer"]]];
6782
6798
  const _c1$1 = ["card-header", "card-body", "*", "card-footer"];
6783
6799
  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) {
6800
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardComponent_BaseFactory; return function CardComponent_Factory(__ngFactoryType__) { return (ɵCardComponent_BaseFactory || (ɵCardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardComponent)))(__ngFactoryType__ || CardComponent); }; })(); }
6801
+ 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
6802
  i0.ɵɵprojectionDef(_c0$e);
6787
6803
  i0.ɵɵelementStart(0, "div");
6788
6804
  i0.ɵɵprojection(1);
@@ -6796,9 +6812,9 @@ class CardComponent extends ComponentBase {
6796
6812
  }
6797
6813
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardComponent, [{
6798
6814
  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" }]
6815
+ 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
6816
  }], null, null); })();
6801
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardComponent, { className: "CardComponent", filePath: "lib\\ui\\components\\card\\card.component.ts", lineNumber: 26 }); })();
6817
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardComponent, { className: "CardComponent", filePath: "lib/ui/components/card/card.component.ts", lineNumber: 27 }); })();
6802
6818
 
6803
6819
  /*
6804
6820
  <file>
@@ -6815,6 +6831,7 @@ class CardComponent extends ComponentBase {
6815
6831
  </file>
6816
6832
  */
6817
6833
  //Node
6834
+ const _c0$d = ["*"];
6818
6835
  function CardHeaderComponent_h3_2_Template(rf, ctx) { if (rf & 1) {
6819
6836
  i0.ɵɵelementStart(0, "h3");
6820
6837
  i0.ɵɵtext(1);
@@ -6824,10 +6841,9 @@ function CardHeaderComponent_h3_2_Template(rf, ctx) { if (rf & 1) {
6824
6841
  i0.ɵɵadvance();
6825
6842
  i0.ɵɵtextInterpolate(ctx_r0.title);
6826
6843
  } }
6827
- const _c0$d = ["*"];
6828
6844
  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) {
6845
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardHeaderComponent_BaseFactory; return function CardHeaderComponent_Factory(__ngFactoryType__) { return (ɵCardHeaderComponent_BaseFactory || (ɵCardHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardHeaderComponent)))(__ngFactoryType__ || CardHeaderComponent); }; })(); }
6846
+ 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
6847
  i0.ɵɵprojectionDef();
6832
6848
  i0.ɵɵelementStart(0, "div")(1, "div", 0);
6833
6849
  i0.ɵɵtemplate(2, CardHeaderComponent_h3_2_Template, 2, 1, "h3", 1);
@@ -6842,9 +6858,9 @@ class CardHeaderComponent extends ComponentBase {
6842
6858
  }
6843
6859
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardHeaderComponent, [{
6844
6860
  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" }]
6861
+ 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
6862
  }], null, null); })();
6847
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardHeaderComponent, { className: "CardHeaderComponent", filePath: "lib\\ui\\components\\card\\card-header.component.ts", lineNumber: 26 }); })();
6863
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardHeaderComponent, { className: "CardHeaderComponent", filePath: "lib/ui/components/card/card-header.component.ts", lineNumber: 27 }); })();
6848
6864
 
6849
6865
  /*
6850
6866
  <file>
@@ -6863,8 +6879,8 @@ class CardHeaderComponent extends ComponentBase {
6863
6879
  //Node
6864
6880
  const _c0$c = ["*"];
6865
6881
  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) {
6882
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardBodyComponent_BaseFactory; return function CardBodyComponent_Factory(__ngFactoryType__) { return (ɵCardBodyComponent_BaseFactory || (ɵCardBodyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardBodyComponent)))(__ngFactoryType__ || CardBodyComponent); }; })(); }
6883
+ 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
6884
  i0.ɵɵprojectionDef();
6869
6885
  i0.ɵɵelementStart(0, "div");
6870
6886
  i0.ɵɵprojection(1);
@@ -6875,9 +6891,9 @@ class CardBodyComponent extends ComponentBase {
6875
6891
  }
6876
6892
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardBodyComponent, [{
6877
6893
  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" }]
6894
+ 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
6895
  }], null, null); })();
6880
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardBodyComponent, { className: "CardBodyComponent", filePath: "lib\\ui\\components\\card\\card-body.component.ts", lineNumber: 26 }); })();
6896
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardBodyComponent, { className: "CardBodyComponent", filePath: "lib/ui/components/card/card-body.component.ts", lineNumber: 27 }); })();
6881
6897
 
6882
6898
  /*
6883
6899
  <file>
@@ -6896,8 +6912,8 @@ class CardBodyComponent extends ComponentBase {
6896
6912
  //Node
6897
6913
  const _c0$b = ["*"];
6898
6914
  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) {
6915
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardFooterComponent_BaseFactory; return function CardFooterComponent_Factory(__ngFactoryType__) { return (ɵCardFooterComponent_BaseFactory || (ɵCardFooterComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardFooterComponent)))(__ngFactoryType__ || CardFooterComponent); }; })(); }
6916
+ 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
6917
  i0.ɵɵprojectionDef();
6902
6918
  i0.ɵɵelementStart(0, "div");
6903
6919
  i0.ɵɵprojection(1);
@@ -6908,9 +6924,9 @@ class CardFooterComponent extends ComponentBase {
6908
6924
  }
6909
6925
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardFooterComponent, [{
6910
6926
  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" }]
6927
+ 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
6928
  }], null, null); })();
6913
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardFooterComponent, { className: "CardFooterComponent", filePath: "lib\\ui\\components\\card\\card-footer.component.ts", lineNumber: 26 }); })();
6929
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CardFooterComponent, { className: "CardFooterComponent", filePath: "lib/ui/components/card/card-footer.component.ts", lineNumber: 27 }); })();
6914
6930
 
6915
6931
  /*
6916
6932
  <file>
@@ -6936,13 +6952,14 @@ class NativeElementDirective {
6936
6952
  // sets the localization key to the control
6937
6953
  this.control.control.nativeElement = this.el.nativeElement;
6938
6954
  }
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", ""]] }); }
6955
+ static { this.ɵfac = function NativeElementDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2.NgControl)); }; }
6956
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]], standalone: false }); }
6941
6957
  }
6942
6958
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeElementDirective, [{
6943
6959
  type: Directive,
6944
6960
  args: [{
6945
- selector: '[formControl], [formControlName]'
6961
+ selector: '[formControl], [formControlName]',
6962
+ standalone: false
6946
6963
  }]
6947
6964
  }], () => [{ type: i0.ElementRef }, { type: i2.NgControl }], null); })();
6948
6965
 
@@ -6967,18 +6984,18 @@ function CountryDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
6967
6984
  function CountryDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
6968
6985
  i0.ɵɵelement(0, "kendo-label", 6);
6969
6986
  } if (rf & 2) {
6970
- const ctx_r2 = i0.ɵɵnextContext(2);
6971
- i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
6987
+ const ctx_r0 = i0.ɵɵnextContext(2);
6988
+ i0.ɵɵpropertyInterpolate("text", ctx_r0.title);
6972
6989
  } }
6973
6990
  function CountryDropdownlist_div_1_option_3_Template(rf, ctx) { if (rf & 1) {
6974
6991
  i0.ɵɵelementStart(0, "option", 7);
6975
6992
  i0.ɵɵtext(1);
6976
6993
  i0.ɵɵelementEnd();
6977
6994
  } if (rf & 2) {
6978
- const item_r4 = ctx.$implicit;
6979
- i0.ɵɵproperty("value", item_r4.code);
6995
+ const item_r2 = ctx.$implicit;
6996
+ i0.ɵɵproperty("value", item_r2.code);
6980
6997
  i0.ɵɵadvance();
6981
- i0.ɵɵtextInterpolate1(" ", item_r4.name, " ");
6998
+ i0.ɵɵtextInterpolate1(" ", item_r2.name, " ");
6982
6999
  } }
6983
7000
  function CountryDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
6984
7001
  i0.ɵɵelementStart(0, "div", 2);
@@ -6987,20 +7004,19 @@ function CountryDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
6987
7004
  i0.ɵɵtemplate(3, CountryDropdownlist_div_1_option_3_Template, 2, 2, "option", 5);
6988
7005
  i0.ɵɵelementEnd()();
6989
7006
  } if (rf & 2) {
6990
- const ctx_r1 = i0.ɵɵnextContext();
6991
- i0.ɵɵproperty("formGroup", ctx_r1.formGroup);
7007
+ const ctx_r0 = i0.ɵɵnextContext();
7008
+ i0.ɵɵproperty("formGroup", ctx_r0.formGroup);
6992
7009
  i0.ɵɵadvance();
6993
- i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7010
+ i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
6994
7011
  i0.ɵɵadvance();
6995
- i0.ɵɵproperty("formControlName", ctx_r1.controlName);
7012
+ i0.ɵɵproperty("formControlName", ctx_r0.controlName);
6996
7013
  i0.ɵɵadvance();
6997
- i0.ɵɵproperty("ngForOf", ctx_r1.items);
7014
+ i0.ɵɵproperty("ngForOf", ctx_r0.items);
6998
7015
  } }
6999
7016
  class CountryDropdownlist extends EditComponentBase {
7000
- constructor(api, appContext) {
7017
+ constructor(api) {
7001
7018
  super();
7002
7019
  this.api = api;
7003
- this.appContext = appContext;
7004
7020
  this.title = 'Country';
7005
7021
  }
7006
7022
  ngOnInit() {
@@ -7017,8 +7033,8 @@ class CountryDropdownlist extends EditComponentBase {
7017
7033
  else {
7018
7034
  }
7019
7035
  }
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) {
7036
+ static { this.ɵfac = function CountryDropdownlist_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CountryDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService)); }; }
7037
+ 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
7038
  i0.ɵɵtemplate(0, CountryDropdownlist_div_0_Template, 1, 0, "div", 0)(1, CountryDropdownlist_div_1_Template, 4, 4, "div", 1);
7023
7039
  } if (rf & 2) {
7024
7040
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7028,9 +7044,9 @@ class CountryDropdownlist extends EditComponentBase {
7028
7044
  }
7029
7045
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CountryDropdownlist, [{
7030
7046
  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 }); })();
7047
+ 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" }]
7048
+ }], () => [{ type: CoreApiService }], null); })();
7049
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CountryDropdownlist, { className: "CountryDropdownlist", filePath: "lib/ui/components/dropdownlists/country/country.dropdownlist.ts", lineNumber: 28 }); })();
7034
7050
 
7035
7051
  /*
7036
7052
  <file>
@@ -7141,16 +7157,17 @@ class ValidationSummaryComponent extends EditComponentBase {
7141
7157
  }
7142
7158
  return messages;
7143
7159
  }
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 }); }
7160
+ static { this.ɵfac = function ValidationSummaryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ValidationSummaryComponent)(); }; }
7161
+ 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
7162
  }
7147
7163
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidationSummaryComponent, [{
7148
7164
  type: Component,
7149
7165
  args: [{
7150
- template: ''
7166
+ template: '',
7167
+ standalone: false
7151
7168
  }]
7152
7169
  }], () => [], null); })();
7153
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ValidationSummaryComponent, { className: "ValidationSummaryComponent", filePath: "lib\\ui\\validation\\validation-summary.component.ts", lineNumber: 27 }); })();
7170
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ValidationSummaryComponent, { className: "ValidationSummaryComponent", filePath: "lib/ui/validation/validation-summary.component.ts", lineNumber: 28 }); })();
7154
7171
 
7155
7172
  /*
7156
7173
  <file>
@@ -7173,22 +7190,22 @@ function ItemValidationSummaryComponent_ul_0_li_1_Template(rf, ctx) { if (rf & 1
7173
7190
  i0.ɵɵtext(2);
7174
7191
  i0.ɵɵelementEnd()();
7175
7192
  } if (rf & 2) {
7176
- const error_r2 = ctx.$implicit;
7193
+ const error_r1 = ctx.$implicit;
7177
7194
  i0.ɵɵadvance(2);
7178
- i0.ɵɵtextInterpolate(error_r2);
7195
+ i0.ɵɵtextInterpolate(error_r1);
7179
7196
  } }
7180
7197
  function ItemValidationSummaryComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
7181
7198
  i0.ɵɵelementStart(0, "ul", 1);
7182
7199
  i0.ɵɵtemplate(1, ItemValidationSummaryComponent_ul_0_li_1_Template, 3, 1, "li", 2);
7183
7200
  i0.ɵɵelementEnd();
7184
7201
  } if (rf & 2) {
7185
- const ctx_r0 = i0.ɵɵnextContext();
7202
+ const ctx_r1 = i0.ɵɵnextContext();
7186
7203
  i0.ɵɵadvance();
7187
- i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.controls[ctx_r0.controlName], ctx_r0.controlName, ctx_r0.controlTitle));
7204
+ i0.ɵɵproperty("ngForOf", ctx_r1.getValidationMessages(ctx_r1.formGroup.controls[ctx_r1.controlName], ctx_r1.controlName, ctx_r1.controlTitle));
7188
7205
  } }
7189
7206
  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) {
7207
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵItemValidationSummaryComponent_BaseFactory; return function ItemValidationSummaryComponent_Factory(__ngFactoryType__) { return (ɵItemValidationSummaryComponent_BaseFactory || (ɵItemValidationSummaryComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ItemValidationSummaryComponent)))(__ngFactoryType__ || ItemValidationSummaryComponent); }; })(); }
7208
+ 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
7209
  i0.ɵɵtemplate(0, ItemValidationSummaryComponent_ul_0_Template, 2, 1, "ul", 0);
7193
7210
  } if (rf & 2) {
7194
7211
  i0.ɵɵproperty("ngIf", ctx.isControlInvalid(ctx.controlName));
@@ -7196,9 +7213,9 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
7196
7213
  }
7197
7214
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
7198
7215
  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" }]
7216
+ 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
7217
  }], null, null); })();
7201
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemValidationSummaryComponent, { className: "ItemValidationSummaryComponent", filePath: "lib\\ui\\validation\\item-validation-summary.component.ts", lineNumber: 27 }); })();
7218
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemValidationSummaryComponent, { className: "ItemValidationSummaryComponent", filePath: "lib/ui/validation/item-validation-summary.component.ts", lineNumber: 28 }); })();
7202
7219
 
7203
7220
  /*
7204
7221
  <file>
@@ -7218,28 +7235,30 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
7218
7235
  function ModerationStatusDropdownlist_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7219
7236
  i0.ɵɵelement(0, "kendo-label", 4);
7220
7237
  } if (rf & 2) {
7221
- const ctx_r2 = i0.ɵɵnextContext(2);
7222
- i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7238
+ const ctx_r1 = i0.ɵɵnextContext(2);
7239
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7223
7240
  } }
7224
7241
  function ModerationStatusDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
7225
- const _r4 = i0.ɵɵgetCurrentView();
7242
+ const _r1 = i0.ɵɵgetCurrentView();
7226
7243
  i0.ɵɵelementStart(0, "div");
7227
7244
  i0.ɵɵtemplate(1, ModerationStatusDropdownlist_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7228
7245
  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)); });
7246
+ 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); });
7247
+ 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
7248
  i0.ɵɵelementEnd()();
7231
7249
  } if (rf & 2) {
7232
- const ctx_r0 = i0.ɵɵnextContext();
7250
+ const ctx_r1 = i0.ɵɵnextContext();
7233
7251
  i0.ɵɵadvance();
7234
- i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7252
+ i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7235
7253
  i0.ɵɵadvance();
7236
- i0.ɵɵproperty("data", ctx_r0.items)("valuePrimitive", true)("ngModel", ctx_r0.sv);
7254
+ i0.ɵɵproperty("data", ctx_r1.items)("valuePrimitive", true);
7255
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.sv);
7237
7256
  } }
7238
7257
  function ModerationStatusDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7239
7258
  i0.ɵɵelement(0, "kendo-label", 4);
7240
7259
  } if (rf & 2) {
7241
- const ctx_r6 = i0.ɵɵnextContext(2);
7242
- i0.ɵɵpropertyInterpolate("text", ctx_r6.title);
7260
+ const ctx_r1 = i0.ɵɵnextContext(2);
7261
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7243
7262
  } }
7244
7263
  function ModerationStatusDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
7245
7264
  i0.ɵɵelementStart(0, "div", 5);
@@ -7262,8 +7281,8 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7262
7281
  this.title = 'Moderation Status';
7263
7282
  this.enumeration = ModerationStatus;
7264
7283
  }
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) {
7284
+ static { this.ɵfac = function ModerationStatusDropdownlist_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModerationStatusDropdownlist)(); }; }
7285
+ 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
7286
  i0.ɵɵtemplate(0, ModerationStatusDropdownlist_div_0_Template, 3, 4, "div", 0)(1, ModerationStatusDropdownlist_div_1_Template, 4, 9, "div", 1);
7268
7287
  } if (rf & 2) {
7269
7288
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7273,9 +7292,9 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7273
7292
  }
7274
7293
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ModerationStatusDropdownlist, [{
7275
7294
  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" }]
7295
+ 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
7296
  }], () => [], null); })();
7278
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModerationStatusDropdownlist, { className: "ModerationStatusDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\moderationstatus\\moderationstatus.dropdownlist.ts", lineNumber: 27 }); })();
7297
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModerationStatusDropdownlist, { className: "ModerationStatusDropdownlist", filePath: "lib/ui/components/dropdownlists/moderationstatus/moderationstatus.dropdownlist.ts", lineNumber: 28 }); })();
7279
7298
 
7280
7299
  /*
7281
7300
  <file>
@@ -7295,28 +7314,30 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7295
7314
  function PublishStatusDropdownlist_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7296
7315
  i0.ɵɵelement(0, "kendo-label", 4);
7297
7316
  } if (rf & 2) {
7298
- const ctx_r2 = i0.ɵɵnextContext(2);
7299
- i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7317
+ const ctx_r1 = i0.ɵɵnextContext(2);
7318
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7300
7319
  } }
7301
7320
  function PublishStatusDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
7302
- const _r4 = i0.ɵɵgetCurrentView();
7321
+ const _r1 = i0.ɵɵgetCurrentView();
7303
7322
  i0.ɵɵelementStart(0, "div");
7304
7323
  i0.ɵɵtemplate(1, PublishStatusDropdownlist_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7305
7324
  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)); });
7325
+ 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); });
7326
+ 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
7327
  i0.ɵɵelementEnd()();
7308
7328
  } if (rf & 2) {
7309
- const ctx_r0 = i0.ɵɵnextContext();
7329
+ const ctx_r1 = i0.ɵɵnextContext();
7310
7330
  i0.ɵɵadvance();
7311
- i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7331
+ i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7312
7332
  i0.ɵɵadvance();
7313
- i0.ɵɵproperty("data", ctx_r0.items)("valuePrimitive", true)("ngModel", ctx_r0.sv);
7333
+ i0.ɵɵproperty("data", ctx_r1.items)("valuePrimitive", true);
7334
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.sv);
7314
7335
  } }
7315
7336
  function PublishStatusDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7316
7337
  i0.ɵɵelement(0, "kendo-label", 4);
7317
7338
  } if (rf & 2) {
7318
- const ctx_r6 = i0.ɵɵnextContext(2);
7319
- i0.ɵɵpropertyInterpolate("text", ctx_r6.title);
7339
+ const ctx_r1 = i0.ɵɵnextContext(2);
7340
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7320
7341
  } }
7321
7342
  function PublishStatusDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
7322
7343
  i0.ɵɵelementStart(0, "div", 5);
@@ -7339,8 +7360,8 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
7339
7360
  this.title = 'Publish Status';
7340
7361
  this.enumeration = PublishStatus;
7341
7362
  }
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) {
7363
+ static { this.ɵfac = function PublishStatusDropdownlist_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PublishStatusDropdownlist)(); }; }
7364
+ 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
7365
  i0.ɵɵtemplate(0, PublishStatusDropdownlist_div_0_Template, 3, 4, "div", 0)(1, PublishStatusDropdownlist_div_1_Template, 4, 9, "div", 1);
7345
7366
  } if (rf & 2) {
7346
7367
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7350,9 +7371,9 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
7350
7371
  }
7351
7372
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PublishStatusDropdownlist, [{
7352
7373
  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" }]
7374
+ 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
7375
  }], () => [], null); })();
7355
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PublishStatusDropdownlist, { className: "PublishStatusDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\publishstatus\\publishstatus.dropdownlist.ts", lineNumber: 27 }); })();
7376
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PublishStatusDropdownlist, { className: "PublishStatusDropdownlist", filePath: "lib/ui/components/dropdownlists/publishstatus/publishstatus.dropdownlist.ts", lineNumber: 28 }); })();
7356
7377
 
7357
7378
  /*
7358
7379
  <file>
@@ -7383,10 +7404,10 @@ function TimezoneDropdownlist_div_1_option_3_Template(rf, ctx) { if (rf & 1) {
7383
7404
  i0.ɵɵtext(1);
7384
7405
  i0.ɵɵelementEnd();
7385
7406
  } if (rf & 2) {
7386
- const item_r4 = ctx.$implicit;
7387
- i0.ɵɵproperty("value", item_r4.code);
7407
+ const item_r1 = ctx.$implicit;
7408
+ i0.ɵɵproperty("value", item_r1.code);
7388
7409
  i0.ɵɵadvance();
7389
- i0.ɵɵtextInterpolate2(" (", item_r4.offset, ") ", item_r4.name, " ");
7410
+ i0.ɵɵtextInterpolate2(" (", item_r1.offset, ") ", item_r1.name, " ");
7390
7411
  } }
7391
7412
  function TimezoneDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
7392
7413
  i0.ɵɵelementStart(0, "div", 2);
@@ -7442,8 +7463,8 @@ class TimezoneDropdownlist extends EditComponentBase {
7442
7463
  }
7443
7464
  }
7444
7465
  }
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) {
7466
+ static { this.ɵfac = function TimezoneDropdownlist_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); }; }
7467
+ 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
7468
  i0.ɵɵtemplate(0, TimezoneDropdownlist_div_0_Template, 1, 0, "div", 0)(1, TimezoneDropdownlist_div_1_Template, 4, 4, "div", 1);
7448
7469
  } if (rf & 2) {
7449
7470
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7453,9 +7474,9 @@ class TimezoneDropdownlist extends EditComponentBase {
7453
7474
  }
7454
7475
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimezoneDropdownlist, [{
7455
7476
  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" }]
7477
+ 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
7478
  }], () => [{ 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 }); })();
7479
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TimezoneDropdownlist, { className: "TimezoneDropdownlist", filePath: "lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.ts", lineNumber: 30 }); })();
7459
7480
 
7460
7481
  /*
7461
7482
  <file>
@@ -7618,18 +7639,19 @@ class HtmlEditorComponentBase extends EditComponentBase {
7618
7639
  editor.opts.imageUploadParams.uploadParentId = uploadParentId;
7619
7640
  });
7620
7641
  }
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 }); }
7642
+ static { this.ɵfac = function HtmlEditorComponentBase_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HtmlEditorComponentBase)(); }; }
7643
+ 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
7644
  }
7624
7645
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponentBase, [{
7625
7646
  type: Component,
7626
7647
  args: [{
7627
7648
  template: "",
7649
+ standalone: false
7628
7650
  }]
7629
7651
  }], () => [], { editorOptions: [{
7630
7652
  type: Input
7631
7653
  }] }); })();
7632
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib\\ui\\components\\html-editor\\base-editor.component.ts", lineNumber: 30 }); })();
7654
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib/ui/components/html-editor/base-editor.component.ts", lineNumber: 31 }); })();
7633
7655
 
7634
7656
  /*
7635
7657
  <file>
@@ -7649,35 +7671,35 @@ class HtmlEditorComponentBase extends EditComponentBase {
7649
7671
  function HtmlEditorComponent_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7650
7672
  i0.ɵɵelement(0, "kendo-label", 4);
7651
7673
  } if (rf & 2) {
7652
- const ctx_r2 = i0.ɵɵnextContext(2);
7653
- i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7674
+ const ctx_r1 = i0.ɵɵnextContext(2);
7675
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7654
7676
  } }
7655
7677
  function HtmlEditorComponent_div_0_Template(rf, ctx) { if (rf & 1) {
7656
- const _r4 = i0.ɵɵgetCurrentView();
7678
+ const _r1 = i0.ɵɵgetCurrentView();
7657
7679
  i0.ɵɵelementStart(0, "div");
7658
7680
  i0.ɵɵtemplate(1, HtmlEditorComponent_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7659
7681
  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)); });
7682
+ 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
7683
  i0.ɵɵelementEnd()();
7662
7684
  } if (rf & 2) {
7663
- const ctx_r0 = i0.ɵɵnextContext();
7685
+ const ctx_r1 = i0.ɵɵnextContext();
7664
7686
  i0.ɵɵadvance();
7665
- i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7687
+ i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7666
7688
  i0.ɵɵadvance();
7667
- i0.ɵɵproperty("froalaEditor", ctx_r0.options);
7689
+ i0.ɵɵproperty("froalaEditor", ctx_r1.options);
7668
7690
  } }
7669
7691
  function HtmlEditorComponent_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7670
7692
  i0.ɵɵelement(0, "kendo-label", 4);
7671
7693
  } if (rf & 2) {
7672
- const ctx_r5 = i0.ɵɵnextContext(2);
7673
- i0.ɵɵpropertyInterpolate("text", ctx_r5.title);
7694
+ const ctx_r1 = i0.ɵɵnextContext(2);
7695
+ i0.ɵɵpropertyInterpolate("text", ctx_r1.title);
7674
7696
  } }
7675
7697
  function HtmlEditorComponent_div_1_Template(rf, ctx) { if (rf & 1) {
7676
- const _r7 = i0.ɵɵgetCurrentView();
7698
+ const _r3 = i0.ɵɵgetCurrentView();
7677
7699
  i0.ɵɵelementStart(0, "div", 5);
7678
7700
  i0.ɵɵtemplate(1, HtmlEditorComponent_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7679
7701
  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)); });
7702
+ 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
7703
  i0.ɵɵtext(3, " ");
7682
7704
  i0.ɵɵelementEnd();
7683
7705
  i0.ɵɵelement(4, "anatoly-item-validation-summary", 7);
@@ -7720,8 +7742,8 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7720
7742
  that.setFormValue(name, value);
7721
7743
  });
7722
7744
  }
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) {
7745
+ static { this.ɵfac = function HtmlEditorComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HtmlEditorComponent)(); }; }
7746
+ 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
7747
  i0.ɵɵtemplate(0, HtmlEditorComponent_div_0_Template, 3, 2, "div", 0)(1, HtmlEditorComponent_div_1_Template, 5, 9, "div", 1);
7726
7748
  } if (rf & 2) {
7727
7749
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
@@ -7731,9 +7753,9 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7731
7753
  }
7732
7754
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
7733
7755
  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" }]
7756
+ 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
7757
  }], () => [], null); })();
7736
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\html-editor.component.ts", lineNumber: 26 }); })();
7758
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib/ui/components/html-editor/html-editor.component.ts", lineNumber: 27 }); })();
7737
7759
 
7738
7760
  /*
7739
7761
  <file>
@@ -7757,8 +7779,8 @@ class CheckIconComponent {
7757
7779
  //Inputs
7758
7780
  this.checked = true;
7759
7781
  }
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) {
7782
+ static { this.ɵfac = function CheckIconComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CheckIconComponent)(); }; }
7783
+ 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
7784
  i0.ɵɵprojectionDef();
7763
7785
  i0.ɵɵelement(0, "fa-icon", 0);
7764
7786
  i0.ɵɵprojection(1);
@@ -7768,11 +7790,11 @@ class CheckIconComponent {
7768
7790
  }
7769
7791
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
7770
7792
  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" }]
7793
+ 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
7794
  }], null, { checked: [{
7773
7795
  type: Input
7774
7796
  }] }); })();
7775
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckIconComponent, { className: "CheckIconComponent", filePath: "lib\\ui\\components\\check-icon\\check-icon.component.ts", lineNumber: 24 }); })();
7797
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckIconComponent, { className: "CheckIconComponent", filePath: "lib/ui/components/check-icon/check-icon.component.ts", lineNumber: 25 }); })();
7776
7798
 
7777
7799
  /*
7778
7800
  <file>
@@ -7805,13 +7827,14 @@ class AReplacerDirective extends ReplacerDirectiveBase {
7805
7827
  }
7806
7828
  }
7807
7829
  }
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] }); }
7830
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAReplacerDirective_BaseFactory; return function AReplacerDirective_Factory(__ngFactoryType__) { return (ɵAReplacerDirective_BaseFactory || (ɵAReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(AReplacerDirective)))(__ngFactoryType__ || AReplacerDirective); }; })(); }
7831
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AReplacerDirective, selectors: [["a"]], inputs: { href: "href" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
7810
7832
  }
7811
7833
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AReplacerDirective, [{
7812
7834
  type: Directive,
7813
7835
  args: [{
7814
- selector: 'a'
7836
+ selector: 'a',
7837
+ standalone: false
7815
7838
  }]
7816
7839
  }], null, { href: [{
7817
7840
  type: Input,
@@ -7833,72 +7856,74 @@ class AReplacerDirective extends ReplacerDirectiveBase {
7833
7856
  </file>
7834
7857
  */
7835
7858
  //Node
7836
- const _c0$9 = a0 => ({ "active": a0 });
7859
+ const _c0$9 = ["*"];
7860
+ const _c1 = a0 => ({ "active": a0 });
7837
7861
  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()); });
7862
+ const _r1 = i0.ɵɵgetCurrentView();
7863
+ i0.ɵɵelementStart(0, "div", 2)(1, "a", 7);
7864
+ 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
7865
  i0.ɵɵnamespaceSVG();
7842
- i0.ɵɵelementStart(2, "svg", 9);
7843
- i0.ɵɵelement(3, "path", 10);
7866
+ i0.ɵɵelementStart(2, "svg", 8);
7867
+ i0.ɵɵelement(3, "path", 9);
7844
7868
  i0.ɵɵelementEnd()()();
7845
7869
  } if (rf & 2) {
7846
- const ctx_r0 = i0.ɵɵnextContext();
7870
+ const ctx_r1 = i0.ɵɵnextContext();
7847
7871
  i0.ɵɵadvance();
7848
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c0$9, ctx_r0.filterVisible));
7872
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c1, ctx_r1.filterVisible));
7849
7873
  } }
7850
7874
  function ControlPanelComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
7851
- const _r7 = i0.ɵɵgetCurrentView();
7852
- i0.ɵɵelementStart(0, "div", 11)(1, "h2");
7875
+ const _r3 = i0.ɵɵgetCurrentView();
7876
+ i0.ɵɵelementStart(0, "div", 4)(1, "h2");
7853
7877
  i0.ɵɵtext(2, "Sort By:");
7854
7878
  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()); });
7879
+ i0.ɵɵelementStart(3, "kendo-dropdownlist", 10);
7880
+ 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); });
7881
+ 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
7882
  i0.ɵɵelementEnd()();
7858
7883
  } if (rf & 2) {
7859
7884
  const ctx_r1 = i0.ɵɵnextContext();
7860
7885
  i0.ɵɵadvance(3);
7861
- i0.ɵɵproperty("data", ctx_r1.sortByItems)("valuePrimitive", true)("ngModel", ctx_r1.selectedSortBy);
7886
+ i0.ɵɵproperty("data", ctx_r1.sortByItems)("valuePrimitive", true);
7887
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.selectedSortBy);
7862
7888
  } }
7863
7889
  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")); });
7890
+ const _r4 = i0.ɵɵgetCurrentView();
7891
+ i0.ɵɵelementStart(0, "div", 5)(1, "a", 7);
7892
+ 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
7893
  i0.ɵɵnamespaceSVG();
7868
- i0.ɵɵelementStart(2, "svg", 14);
7869
- i0.ɵɵelement(3, "path", 15)(4, "path", 16)(5, "path", 17)(6, "path", 18);
7894
+ i0.ɵɵelementStart(2, "svg", 11);
7895
+ i0.ɵɵelement(3, "path", 12)(4, "path", 13)(5, "path", 14)(6, "path", 15);
7870
7896
  i0.ɵɵelementEnd()();
7871
7897
  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")); });
7898
+ i0.ɵɵelementStart(7, "a", 7);
7899
+ 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
7900
  i0.ɵɵnamespaceSVG();
7875
- i0.ɵɵelementStart(8, "svg", 19);
7876
- i0.ɵɵelement(9, "path", 20);
7901
+ i0.ɵɵelementStart(8, "svg", 16);
7902
+ i0.ɵɵelement(9, "path", 17);
7877
7903
  i0.ɵɵelementEnd()();
7878
7904
  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")); });
7905
+ i0.ɵɵelementStart(10, "a", 7);
7906
+ 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
7907
  i0.ɵɵnamespaceSVG();
7882
- i0.ɵɵelementStart(11, "svg", 21);
7883
- i0.ɵɵelement(12, "path", 22);
7908
+ i0.ɵɵelementStart(11, "svg", 18);
7909
+ i0.ɵɵelement(12, "path", 19);
7884
7910
  i0.ɵɵelementEnd()()();
7885
7911
  } if (rf & 2) {
7886
- const ctx_r2 = i0.ɵɵnextContext();
7912
+ const ctx_r1 = i0.ɵɵnextContext();
7887
7913
  i0.ɵɵadvance();
7888
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c0$9, ctx_r2.viewType == "grid"));
7914
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c1, ctx_r1.viewType == "grid"));
7889
7915
  i0.ɵɵadvance(6);
7890
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$9, ctx_r2.viewType == "list"));
7916
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c1, ctx_r1.viewType == "list"));
7891
7917
  i0.ɵɵadvance(3);
7892
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$9, ctx_r2.viewType == "table"));
7918
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c1, ctx_r1.viewType == "table"));
7893
7919
  } }
7894
7920
  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);
7921
+ const _r5 = i0.ɵɵgetCurrentView();
7922
+ i0.ɵɵelementStart(0, "div", 6)(1, "a", 20);
7923
+ 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()); });
7924
+ i0.ɵɵelement(2, "fa-icon", 21);
7899
7925
  i0.ɵɵelementEnd()();
7900
7926
  } }
7901
- const _c1 = ["*"];
7902
7927
  class ControlPanelComponent extends ComponentBase {
7903
7928
  constructor() {
7904
7929
  super(...arguments);
@@ -7965,8 +7990,8 @@ class ControlPanelComponent extends ComponentBase {
7965
7990
  onAdd() {
7966
7991
  this.fireAdd();
7967
7992
  }
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) {
7993
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵControlPanelComponent_BaseFactory; return function ControlPanelComponent_Factory(__ngFactoryType__) { return (ɵControlPanelComponent_BaseFactory || (ɵControlPanelComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ControlPanelComponent)))(__ngFactoryType__ || ControlPanelComponent); }; })(); }
7994
+ 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
7995
  i0.ɵɵprojectionDef();
7971
7996
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
7972
7997
  i0.ɵɵtemplate(2, ControlPanelComponent_Conditional_2_Template, 4, 3, "div", 2);
@@ -7978,18 +8003,18 @@ class ControlPanelComponent extends ComponentBase {
7978
8003
  i0.ɵɵelementEnd()()();
7979
8004
  } if (rf & 2) {
7980
8005
  i0.ɵɵadvance(2);
7981
- i0.ɵɵconditional(2, ctx.filterButtonVisible ? 2 : -1);
8006
+ i0.ɵɵconditional(ctx.filterButtonVisible ? 2 : -1);
7982
8007
  i0.ɵɵadvance(4);
7983
- i0.ɵɵconditional(6, ctx.sortByVisible ? 6 : -1);
8008
+ i0.ɵɵconditional(ctx.sortByVisible ? 6 : -1);
7984
8009
  i0.ɵɵadvance();
7985
- i0.ɵɵconditional(7, ctx.viewTypesVisible ? 7 : -1);
8010
+ i0.ɵɵconditional(ctx.viewTypesVisible ? 7 : -1);
7986
8011
  i0.ɵɵadvance();
7987
- i0.ɵɵconditional(8, ctx.addButtonVisible ? 8 : -1);
8012
+ i0.ɵɵconditional(ctx.addButtonVisible ? 8 : -1);
7988
8013
  } }, dependencies: [i1$1.NgClass, i2.NgControlStatus, i2.NgModel, i1$6.FaIconComponent, i3.DropDownListComponent, AReplacerDirective], encapsulation: 2 }); }
7989
8014
  }
7990
8015
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ControlPanelComponent, [{
7991
8016
  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" }]
8017
+ 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
8018
  }], null, { sortByItems: [{
7994
8019
  type: Input
7995
8020
  }], viewType: [{
@@ -8007,7 +8032,7 @@ class ControlPanelComponent extends ComponentBase {
8007
8032
  }], add: [{
8008
8033
  type: Output
8009
8034
  }] }); })();
8010
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ControlPanelComponent, { className: "ControlPanelComponent", filePath: "lib\\ui\\components\\data-grid\\control-panel.component.ts", lineNumber: 27 }); })();
8035
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ControlPanelComponent, { className: "ControlPanelComponent", filePath: "lib/ui/components/data-grid/control-panel.component.ts", lineNumber: 28 }); })();
8011
8036
 
8012
8037
  /*
8013
8038
  <file>
@@ -8067,8 +8092,8 @@ class DataPagerComponent extends ComponentBase {
8067
8092
  onPageChange(e) {
8068
8093
  this.pageChange.emit(e);
8069
8094
  }
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) {
8095
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵDataPagerComponent_BaseFactory; return function DataPagerComponent_Factory(__ngFactoryType__) { return (ɵDataPagerComponent_BaseFactory || (ɵDataPagerComponent_BaseFactory = i0.ɵɵgetInheritedFactory(DataPagerComponent)))(__ngFactoryType__ || DataPagerComponent); }; })(); }
8096
+ 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
8097
  i0.ɵɵelementStart(0, "div")(1, "kendo-datapager", 0);
8073
8098
  i0.ɵɵlistener("pageChange", function DataPagerComponent_Template_kendo_datapager_pageChange_1_listener($event) { return ctx.onPageChange($event); });
8074
8099
  i0.ɵɵelementEnd()();
@@ -8081,7 +8106,7 @@ class DataPagerComponent extends ComponentBase {
8081
8106
  }
8082
8107
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DataPagerComponent, [{
8083
8108
  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" }]
8109
+ 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
8110
  }], null, { totalItems: [{
8086
8111
  type: Input
8087
8112
  }], pageSize: [{
@@ -8097,7 +8122,7 @@ class DataPagerComponent extends ComponentBase {
8097
8122
  }], pageChange: [{
8098
8123
  type: Output
8099
8124
  }] }); })();
8100
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataPagerComponent, { className: "DataPagerComponent", filePath: "lib\\ui\\components\\datapager\\datapager.component.ts", lineNumber: 27 }); })();
8125
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataPagerComponent, { className: "DataPagerComponent", filePath: "lib/ui/components/datapager/datapager.component.ts", lineNumber: 28 }); })();
8101
8126
 
8102
8127
  /*
8103
8128
  <file>
@@ -8115,35 +8140,36 @@ class DataPagerComponent extends ComponentBase {
8115
8140
  </file>
8116
8141
  */
8117
8142
  //Node
8143
+ const _c0$8 = ["*"];
8118
8144
  function SignInButtonComponent_a_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8119
8145
  i0.ɵɵelementContainer(0);
8120
8146
  } }
8121
8147
  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);
8148
+ i0.ɵɵelementStart(0, "a", 4);
8149
+ i0.ɵɵtemplate(1, SignInButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 5);
8124
8150
  i0.ɵɵelementEnd();
8125
8151
  } if (rf & 2) {
8126
8152
  const ctx_r0 = i0.ɵɵnextContext();
8127
- const _r3 = i0.ɵɵreference(3);
8153
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8128
8154
  i0.ɵɵclassMap(ctx_r0.classes);
8129
8155
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
8130
8156
  i0.ɵɵadvance();
8131
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8157
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8132
8158
  } }
8133
8159
  function SignInButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8134
8160
  i0.ɵɵelementContainer(0);
8135
8161
  } }
8136
8162
  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);
8163
+ i0.ɵɵelementStart(0, "a", 6);
8164
+ i0.ɵɵtemplate(1, SignInButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 5);
8139
8165
  i0.ɵɵelementEnd();
8140
8166
  } 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);
8167
+ const ctx_r0 = i0.ɵɵnextContext();
8168
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8169
+ i0.ɵɵclassMap(ctx_r0.classes);
8170
+ i0.ɵɵproperty("routerLink", ctx_r0.url);
8145
8171
  i0.ɵɵadvance();
8146
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8172
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8147
8173
  } }
8148
8174
  function SignInButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
8149
8175
  i0.ɵɵelementStart(0, "span");
@@ -8151,16 +8177,15 @@ function SignInButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf &
8151
8177
  i0.ɵɵelementEnd();
8152
8178
  } }
8153
8179
  function SignInButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
8154
- i0.ɵɵelementStart(0, "span", null, 6);
8180
+ i0.ɵɵelementStart(0, "span", null, 1);
8155
8181
  i0.ɵɵprojection(2);
8156
8182
  i0.ɵɵelementEnd();
8157
8183
  i0.ɵɵtemplate(3, SignInButtonComponent_ng_template_2_span_3_Template, 2, 0, "span", 7);
8158
8184
  } if (rf & 2) {
8159
- const _r6 = i0.ɵɵreference(1);
8185
+ const ref_r3 = i0.ɵɵreference(1);
8160
8186
  i0.ɵɵadvance(3);
8161
- i0.ɵɵproperty("ngIf", !_r6.innerHTML.trim());
8187
+ i0.ɵɵproperty("ngIf", !ref_r3.innerHTML.trim());
8162
8188
  } }
8163
- const _c0$8 = ["*"];
8164
8189
  class SignInButtonComponent extends ComponentBase {
8165
8190
  constructor() {
8166
8191
  super();
@@ -8178,10 +8203,10 @@ class SignInButtonComponent extends ComponentBase {
8178
8203
  }
8179
8204
  }
8180
8205
  }
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) {
8206
+ static { this.ɵfac = function SignInButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignInButtonComponent)(); }; }
8207
+ 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
8208
  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);
8209
+ 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
8210
  } if (rf & 2) {
8186
8211
  i0.ɵɵproperty("ngIf", ctx.external);
8187
8212
  i0.ɵɵadvance();
@@ -8190,11 +8215,11 @@ class SignInButtonComponent extends ComponentBase {
8190
8215
  }
8191
8216
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
8192
8217
  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" }]
8218
+ 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" }]
8194
8219
  }], () => [], { qs: [{
8195
8220
  type: Input
8196
8221
  }] }); })();
8197
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInButtonComponent, { className: "SignInButtonComponent", filePath: "lib\\ui\\components\\identity\\signin-button.component.ts", lineNumber: 28 }); })();
8222
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInButtonComponent, { className: "SignInButtonComponent", filePath: "lib/ui/components/identity/signin-button.component.ts", lineNumber: 29 }); })();
8198
8223
 
8199
8224
  /*
8200
8225
  <file>
@@ -8212,35 +8237,36 @@ class SignInButtonComponent extends ComponentBase {
8212
8237
  </file>
8213
8238
  */
8214
8239
  //Node
8240
+ const _c0$7 = ["*"];
8215
8241
  function SignOutButtonComponent_a_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8216
8242
  i0.ɵɵelementContainer(0);
8217
8243
  } }
8218
8244
  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);
8245
+ i0.ɵɵelementStart(0, "a", 4);
8246
+ i0.ɵɵtemplate(1, SignOutButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 5);
8221
8247
  i0.ɵɵelementEnd();
8222
8248
  } if (rf & 2) {
8223
8249
  const ctx_r0 = i0.ɵɵnextContext();
8224
- const _r3 = i0.ɵɵreference(3);
8250
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8225
8251
  i0.ɵɵclassMap(ctx_r0.classes);
8226
8252
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
8227
8253
  i0.ɵɵadvance();
8228
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8254
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8229
8255
  } }
8230
8256
  function SignOutButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8231
8257
  i0.ɵɵelementContainer(0);
8232
8258
  } }
8233
8259
  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);
8260
+ i0.ɵɵelementStart(0, "a", 6);
8261
+ i0.ɵɵtemplate(1, SignOutButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 5);
8236
8262
  i0.ɵɵelementEnd();
8237
8263
  } 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);
8264
+ const ctx_r0 = i0.ɵɵnextContext();
8265
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8266
+ i0.ɵɵclassMap(ctx_r0.classes);
8267
+ i0.ɵɵproperty("routerLink", ctx_r0.url);
8242
8268
  i0.ɵɵadvance();
8243
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8269
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8244
8270
  } }
8245
8271
  function SignOutButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
8246
8272
  i0.ɵɵelementStart(0, "span");
@@ -8248,16 +8274,15 @@ function SignOutButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf
8248
8274
  i0.ɵɵelementEnd();
8249
8275
  } }
8250
8276
  function SignOutButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
8251
- i0.ɵɵelementStart(0, "span", null, 6);
8277
+ i0.ɵɵelementStart(0, "span", null, 1);
8252
8278
  i0.ɵɵprojection(2);
8253
8279
  i0.ɵɵelementEnd();
8254
8280
  i0.ɵɵtemplate(3, SignOutButtonComponent_ng_template_2_span_3_Template, 2, 0, "span", 7);
8255
8281
  } if (rf & 2) {
8256
- const _r6 = i0.ɵɵreference(1);
8282
+ const ref_r3 = i0.ɵɵreference(1);
8257
8283
  i0.ɵɵadvance(3);
8258
- i0.ɵɵproperty("ngIf", !_r6.innerHTML.trim());
8284
+ i0.ɵɵproperty("ngIf", !ref_r3.innerHTML.trim());
8259
8285
  } }
8260
- const _c0$7 = ["*"];
8261
8286
  class SignOutButtonComponent extends ComponentBase {
8262
8287
  constructor() {
8263
8288
  super();
@@ -8275,10 +8300,10 @@ class SignOutButtonComponent extends ComponentBase {
8275
8300
  }
8276
8301
  }
8277
8302
  }
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) {
8303
+ static { this.ɵfac = function SignOutButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignOutButtonComponent)(); }; }
8304
+ 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
8305
  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);
8306
+ 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
8307
  } if (rf & 2) {
8283
8308
  i0.ɵɵproperty("ngIf", ctx.external);
8284
8309
  i0.ɵɵadvance();
@@ -8287,11 +8312,11 @@ class SignOutButtonComponent extends ComponentBase {
8287
8312
  }
8288
8313
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
8289
8314
  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" }]
8315
+ 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" }]
8291
8316
  }], () => [], { qs: [{
8292
8317
  type: Input
8293
8318
  }] }); })();
8294
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutButtonComponent, { className: "SignOutButtonComponent", filePath: "lib\\ui\\components\\identity\\signout-button.component.ts", lineNumber: 28 }); })();
8319
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutButtonComponent, { className: "SignOutButtonComponent", filePath: "lib/ui/components/identity/signout-button.component.ts", lineNumber: 29 }); })();
8295
8320
 
8296
8321
  /*
8297
8322
  <file>
@@ -8309,35 +8334,36 @@ class SignOutButtonComponent extends ComponentBase {
8309
8334
  </file>
8310
8335
  */
8311
8336
  //Node
8337
+ const _c0$6 = ["*"];
8312
8338
  function SignUpButtonComponent_a_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8313
8339
  i0.ɵɵelementContainer(0);
8314
8340
  } }
8315
8341
  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);
8342
+ i0.ɵɵelementStart(0, "a", 4);
8343
+ i0.ɵɵtemplate(1, SignUpButtonComponent_a_0_ng_container_1_Template, 1, 0, "ng-container", 5);
8318
8344
  i0.ɵɵelementEnd();
8319
8345
  } if (rf & 2) {
8320
8346
  const ctx_r0 = i0.ɵɵnextContext();
8321
- const _r3 = i0.ɵɵreference(3);
8347
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8322
8348
  i0.ɵɵclassMap(ctx_r0.classes);
8323
8349
  i0.ɵɵproperty("href", ctx_r0.url, i0.ɵɵsanitizeUrl);
8324
8350
  i0.ɵɵadvance();
8325
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8351
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8326
8352
  } }
8327
8353
  function SignUpButtonComponent_a_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8328
8354
  i0.ɵɵelementContainer(0);
8329
8355
  } }
8330
8356
  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);
8357
+ i0.ɵɵelementStart(0, "a", 6);
8358
+ i0.ɵɵtemplate(1, SignUpButtonComponent_a_1_ng_container_1_Template, 1, 0, "ng-container", 5);
8333
8359
  i0.ɵɵelementEnd();
8334
8360
  } 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);
8361
+ const ctx_r0 = i0.ɵɵnextContext();
8362
+ const contentTemplate_r2 = i0.ɵɵreference(3);
8363
+ i0.ɵɵclassMap(ctx_r0.classes);
8364
+ i0.ɵɵproperty("routerLink", ctx_r0.url);
8339
8365
  i0.ɵɵadvance();
8340
- i0.ɵɵproperty("ngTemplateOutlet", _r3);
8366
+ i0.ɵɵproperty("ngTemplateOutlet", contentTemplate_r2);
8341
8367
  } }
8342
8368
  function SignUpButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf & 1) {
8343
8369
  i0.ɵɵelementStart(0, "span");
@@ -8345,16 +8371,15 @@ function SignUpButtonComponent_ng_template_2_span_3_Template(rf, ctx) { if (rf &
8345
8371
  i0.ɵɵelementEnd();
8346
8372
  } }
8347
8373
  function SignUpButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
8348
- i0.ɵɵelementStart(0, "span", null, 6);
8374
+ i0.ɵɵelementStart(0, "span", null, 1);
8349
8375
  i0.ɵɵprojection(2);
8350
8376
  i0.ɵɵelementEnd();
8351
8377
  i0.ɵɵtemplate(3, SignUpButtonComponent_ng_template_2_span_3_Template, 2, 0, "span", 7);
8352
8378
  } if (rf & 2) {
8353
- const _r6 = i0.ɵɵreference(1);
8379
+ const ref_r3 = i0.ɵɵreference(1);
8354
8380
  i0.ɵɵadvance(3);
8355
- i0.ɵɵproperty("ngIf", !_r6.innerHTML.trim());
8381
+ i0.ɵɵproperty("ngIf", !ref_r3.innerHTML.trim());
8356
8382
  } }
8357
- const _c0$6 = ["*"];
8358
8383
  class SignUpButtonComponent extends ComponentBase {
8359
8384
  constructor() {
8360
8385
  super();
@@ -8372,10 +8397,10 @@ class SignUpButtonComponent extends ComponentBase {
8372
8397
  }
8373
8398
  }
8374
8399
  }
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) {
8400
+ static { this.ɵfac = function SignUpButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignUpButtonComponent)(); }; }
8401
+ 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
8402
  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);
8403
+ 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
8404
  } if (rf & 2) {
8380
8405
  i0.ɵɵproperty("ngIf", ctx.external);
8381
8406
  i0.ɵɵadvance();
@@ -8384,11 +8409,11 @@ class SignUpButtonComponent extends ComponentBase {
8384
8409
  }
8385
8410
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
8386
8411
  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" }]
8412
+ 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" }]
8388
8413
  }], () => [], { qs: [{
8389
8414
  type: Input
8390
8415
  }] }); })();
8391
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpButtonComponent, { className: "SignUpButtonComponent", filePath: "lib\\ui\\components\\identity\\signup-button.component.ts", lineNumber: 28 }); })();
8416
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpButtonComponent, { className: "SignUpButtonComponent", filePath: "lib/ui/components/identity/signup-button.component.ts", lineNumber: 29 }); })();
8392
8417
 
8393
8418
  /*
8394
8419
  <file>
@@ -8406,19 +8431,20 @@ class SignUpButtonComponent extends ComponentBase {
8406
8431
  </file>
8407
8432
  */
8408
8433
  //Node
8434
+ const _c0$5 = ["*"];
8409
8435
  function NodataComponent_Conditional_0_div_2_Template(rf, ctx) { if (rf & 1) {
8410
8436
  i0.ɵɵelementStart(0, "div");
8411
- i0.ɵɵelement(1, "fa-icon", 5);
8437
+ i0.ɵɵelement(1, "fa-icon", 4);
8412
8438
  i0.ɵɵelementEnd();
8413
8439
  } if (rf & 2) {
8414
- const ctx_r1 = i0.ɵɵnextContext(2);
8440
+ const ctx_r0 = i0.ɵɵnextContext(2);
8415
8441
  i0.ɵɵadvance();
8416
- i0.ɵɵproperty("icon", ctx_r1.icon)("size", ctx_r1.iconSize);
8442
+ i0.ɵɵproperty("icon", ctx_r0.icon)("size", ctx_r0.iconSize);
8417
8443
  } }
8418
8444
  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);
8445
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
8446
+ i0.ɵɵtemplate(2, NodataComponent_Conditional_0_div_2_Template, 2, 2, "div", 2);
8447
+ i0.ɵɵelementStart(3, "h3", 3);
8422
8448
  i0.ɵɵtext(4);
8423
8449
  i0.ɵɵelementEnd();
8424
8450
  i0.ɵɵprojection(5);
@@ -8430,23 +8456,22 @@ function NodataComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
8430
8456
  i0.ɵɵadvance(2);
8431
8457
  i0.ɵɵtextInterpolate(ctx_r0.heading);
8432
8458
  } }
8433
- const _c0$5 = ["*"];
8434
8459
  class NodataComponent {
8435
8460
  constructor() {
8436
8461
  this.iconSize = '10x';
8437
8462
  this.heading = 'No data found';
8438
8463
  }
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) {
8464
+ static { this.ɵfac = function NodataComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NodataComponent)(); }; }
8465
+ 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
8466
  i0.ɵɵprojectionDef();
8442
8467
  i0.ɵɵtemplate(0, NodataComponent_Conditional_0_Template, 6, 2, "div", 0);
8443
8468
  } if (rf & 2) {
8444
- i0.ɵɵconditional(0, !ctx.dataLoading && ctx.dataLoaded && !ctx.dataFound ? 0 : -1);
8469
+ i0.ɵɵconditional(!ctx.dataLoading && ctx.dataLoaded && !ctx.dataFound ? 0 : -1);
8445
8470
  } }, dependencies: [i1$1.NgIf, i1$6.FaIconComponent], encapsulation: 2 }); }
8446
8471
  }
8447
8472
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
8448
8473
  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" }]
8474
+ 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
8475
  }], null, { dataLoading: [{
8451
8476
  type: Input
8452
8477
  }], dataLoaded: [{
@@ -8460,7 +8485,7 @@ class NodataComponent {
8460
8485
  }], heading: [{
8461
8486
  type: Input
8462
8487
  }] }); })();
8463
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NodataComponent, { className: "NodataComponent", filePath: "lib\\ui\\components\\nodata\\nodata.component.ts", lineNumber: 25 }); })();
8488
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NodataComponent, { className: "NodataComponent", filePath: "lib/ui/components/nodata/nodata.component.ts", lineNumber: 26 }); })();
8464
8489
 
8465
8490
  /*
8466
8491
  <file>
@@ -8478,8 +8503,8 @@ class NodataComponent {
8478
8503
  */
8479
8504
  //Node
8480
8505
  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) {
8506
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵNoMobileSupportComponent_BaseFactory; return function NoMobileSupportComponent_Factory(__ngFactoryType__) { return (ɵNoMobileSupportComponent_BaseFactory || (ɵNoMobileSupportComponent_BaseFactory = i0.ɵɵgetInheritedFactory(NoMobileSupportComponent)))(__ngFactoryType__ || NoMobileSupportComponent); }; })(); }
8507
+ 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
8508
  i0.ɵɵelementStart(0, "div", 0);
8484
8509
  i0.ɵɵelement(1, "img", 1);
8485
8510
  i0.ɵɵelementEnd();
@@ -8496,11 +8521,11 @@ class NoMobileSupportComponent extends ComponentBase {
8496
8521
  }
8497
8522
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NoMobileSupportComponent, [{
8498
8523
  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" }]
8524
+ 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
8525
  }], null, { logo: [{
8501
8526
  type: Input
8502
8527
  }] }); })();
8503
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NoMobileSupportComponent, { className: "NoMobileSupportComponent", filePath: "lib\\ui\\components\\no-mobile-support\\no-mobile-support.component.ts", lineNumber: 26 }); })();
8528
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NoMobileSupportComponent, { className: "NoMobileSupportComponent", filePath: "lib/ui/components/no-mobile-support/no-mobile-support.component.ts", lineNumber: 27 }); })();
8504
8529
 
8505
8530
  /*
8506
8531
  <file>
@@ -8536,8 +8561,8 @@ class LoadingComponent extends ComponentBase {
8536
8561
  }
8537
8562
  });
8538
8563
  }
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) {
8564
+ static { this.ɵfac = function LoadingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); }; }
8565
+ 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
8566
  i0.ɵɵtemplate(0, LoadingComponent_div_0_Template, 2, 0, "div", 0);
8542
8567
  } if (rf & 2) {
8543
8568
  i0.ɵɵproperty("ngIf", ctx.show);
@@ -8545,9 +8570,9 @@ class LoadingComponent extends ComponentBase {
8545
8570
  }
8546
8571
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingComponent, [{
8547
8572
  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" }]
8573
+ 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
8574
  }], () => [{ type: LoadingService }], null); })();
8550
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingComponent, { className: "LoadingComponent", filePath: "lib\\ui\\components\\spinners\\loading\\loading.component.ts", lineNumber: 28 }); })();
8575
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingComponent, { className: "LoadingComponent", filePath: "lib/ui/components/spinners/loading/loading.component.ts", lineNumber: 29 }); })();
8551
8576
 
8552
8577
  const Spinkit = {
8553
8578
  skChasingDots: 'sk-chasing-dots',
@@ -8582,10 +8607,10 @@ function PageSpinnerComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
8582
8607
  i0.ɵɵelement(1, "div", 5);
8583
8608
  i0.ɵɵelementEnd();
8584
8609
  } if (rf & 2) {
8585
- const ctx_r1 = i0.ɵɵnextContext(2);
8586
- i0.ɵɵclassProp("colored", !ctx_r1.backgroundColor);
8610
+ const ctx_r0 = i0.ɵɵnextContext(2);
8611
+ i0.ɵɵclassProp("colored", !ctx_r0.backgroundColor);
8587
8612
  i0.ɵɵadvance();
8588
- i0.ɵɵstyleProp("background-color", ctx_r1.backgroundColor);
8613
+ i0.ɵɵstyleProp("background-color", ctx_r0.backgroundColor);
8589
8614
  } }
8590
8615
  function PageSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8591
8616
  i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
@@ -8622,8 +8647,8 @@ class PageSpinnerComponent {
8622
8647
  ngOnDestroy() {
8623
8648
  this.isSpinnerVisible = false;
8624
8649
  }
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) {
8650
+ static { this.ɵfac = function PageSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1$2.Router)); }; }
8651
+ 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
8652
  i0.ɵɵtemplate(0, PageSpinnerComponent_div_0_Template, 3, 1, "div", 0);
8628
8653
  } if (rf & 2) {
8629
8654
  i0.ɵɵproperty("ngIf", ctx.isSpinnerVisible);
@@ -8631,13 +8656,13 @@ class PageSpinnerComponent {
8631
8656
  }
8632
8657
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageSpinnerComponent, [{
8633
8658
  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" }]
8659
+ 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
8660
  }], () => [{ type: i1$2.Router }], { backgroundColor: [{
8636
8661
  type: Input
8637
8662
  }], spinner: [{
8638
8663
  type: Input
8639
8664
  }] }); })();
8640
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageSpinnerComponent, { className: "PageSpinnerComponent", filePath: "lib\\ui\\components\\spinners\\pagespinner\\pagespinner.component.ts", lineNumber: 29 }); })();
8665
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageSpinnerComponent, { className: "PageSpinnerComponent", filePath: "lib/ui/components/spinners/pagespinner/pagespinner.component.ts", lineNumber: 30 }); })();
8641
8666
 
8642
8667
  /*
8643
8668
  <file>
@@ -8669,8 +8694,8 @@ class Copy2ClipboardComponent extends ComponentBase {
8669
8694
  }, 1000);
8670
8695
  Utils.copyToClipBoard(event, this.text);
8671
8696
  }
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) {
8697
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCopy2ClipboardComponent_BaseFactory; return function Copy2ClipboardComponent_Factory(__ngFactoryType__) { return (ɵCopy2ClipboardComponent_BaseFactory || (ɵCopy2ClipboardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(Copy2ClipboardComponent)))(__ngFactoryType__ || Copy2ClipboardComponent); }; })(); }
8698
+ 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
8699
  i0.ɵɵelementStart(0, "a", 0);
8675
8700
  i0.ɵɵlistener("click", function Copy2ClipboardComponent_Template_a_click_0_listener($event) { return ctx.onCopy2Clipboard($event); });
8676
8701
  i0.ɵɵelement(1, "fa-icon", 1);
@@ -8681,13 +8706,13 @@ class Copy2ClipboardComponent extends ComponentBase {
8681
8706
  }
8682
8707
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
8683
8708
  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" }]
8709
+ 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
8710
  }], null, { tooltip: [{
8686
8711
  type: Input
8687
8712
  }], text: [{
8688
8713
  type: Input
8689
8714
  }] }); })();
8690
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(Copy2ClipboardComponent, { className: "Copy2ClipboardComponent", filePath: "lib\\ui\\components\\copy-2-clipboard\\copy-2-clipboard.component.ts", lineNumber: 28 }); })();
8715
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(Copy2ClipboardComponent, { className: "Copy2ClipboardComponent", filePath: "lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.ts", lineNumber: 29 }); })();
8691
8716
 
8692
8717
  /*
8693
8718
  <file>
@@ -8705,6 +8730,7 @@ class Copy2ClipboardComponent extends ComponentBase {
8705
8730
  </file>
8706
8731
  */
8707
8732
  //Node
8733
+ const _c0$4 = a0 => ({ "has-error": a0 });
8708
8734
  function UrlSlugComponent_label_3_Template(rf, ctx) { if (rf & 1) {
8709
8735
  i0.ɵɵelementStart(0, "label", 7);
8710
8736
  i0.ɵɵtext(1);
@@ -8719,10 +8745,9 @@ function UrlSlugComponent_a_7_Template(rf, ctx) { if (rf & 1) {
8719
8745
  i0.ɵɵtext(1, "Go");
8720
8746
  i0.ɵɵelementEnd();
8721
8747
  } if (rf & 2) {
8722
- const ctx_r1 = i0.ɵɵnextContext();
8723
- i0.ɵɵpropertyInterpolate2("href", "", ctx_r1.urlPrefix, "", ctx_r1.hrefGo, "", i0.ɵɵsanitizeUrl);
8748
+ const ctx_r0 = i0.ɵɵnextContext();
8749
+ i0.ɵɵpropertyInterpolate2("href", "", ctx_r0.urlPrefix, "", ctx_r0.hrefGo, "", i0.ɵɵsanitizeUrl);
8724
8750
  } }
8725
- const _c0$4 = a0 => ({ "has-error": a0 });
8726
8751
  class UrlSlugComponent extends EditComponentBase {
8727
8752
  constructor() {
8728
8753
  super();
@@ -8764,8 +8789,8 @@ class UrlSlugComponent extends EditComponentBase {
8764
8789
  let text = this.getFormValue(this.controlName);
8765
8790
  this.generateUrlSlug(text);
8766
8791
  }
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) {
8792
+ static { this.ɵfac = function UrlSlugComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UrlSlugComponent)(); }; }
8793
+ 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
8794
  i0.ɵɵelementStart(0, "div", 0);
8770
8795
  i0.ɵɵelement(1, "anatoly-item-validation-summary", 1);
8771
8796
  i0.ɵɵelementStart(2, "div", 2);
@@ -8776,7 +8801,7 @@ class UrlSlugComponent extends EditComponentBase {
8776
8801
  i0.ɵɵelementStart(6, "input", 5);
8777
8802
  i0.ɵɵlistener("focusout", function UrlSlugComponent_Template_input_focusout_6_listener() { return ctx.onUrlSlugChange(); });
8778
8803
  i0.ɵɵelementEnd();
8779
- i0.ɵɵtemplate(7, UrlSlugComponent_a_7_Template, 2, 2, "a", 6);
8804
+ i0.ɵɵtemplate(7, UrlSlugComponent_a_7_Template, 2, 3, "a", 6);
8780
8805
  i0.ɵɵelementEnd()();
8781
8806
  } if (rf & 2) {
8782
8807
  i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(10, _c0$4, ctx.isControlInvalid(ctx.controlName)));
@@ -8796,7 +8821,7 @@ class UrlSlugComponent extends EditComponentBase {
8796
8821
  }
8797
8822
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
8798
8823
  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" }]
8824
+ 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
8825
  }], () => [], { urlPrefix: [{
8801
8826
  type: Input
8802
8827
  }], isGoButtonVisible: [{
@@ -8806,7 +8831,7 @@ class UrlSlugComponent extends EditComponentBase {
8806
8831
  }], generated: [{
8807
8832
  type: Output
8808
8833
  }] }); })();
8809
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UrlSlugComponent, { className: "UrlSlugComponent", filePath: "lib\\ui\\components\\urlslug\\urlslug.component.ts", lineNumber: 28 }); })();
8834
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UrlSlugComponent, { className: "UrlSlugComponent", filePath: "lib/ui/components/urlslug/urlslug.component.ts", lineNumber: 29 }); })();
8810
8835
 
8811
8836
  /*
8812
8837
  <file>
@@ -8838,8 +8863,8 @@ function FeatureWillBeReadyComponent_h3_2_Template(rf, ctx) { if (rf & 1) {
8838
8863
  i0.ɵɵelementEnd();
8839
8864
  } }
8840
8865
  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) {
8866
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵFeatureWillBeReadyComponent_BaseFactory; return function FeatureWillBeReadyComponent_Factory(__ngFactoryType__) { return (ɵFeatureWillBeReadyComponent_BaseFactory || (ɵFeatureWillBeReadyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(FeatureWillBeReadyComponent)))(__ngFactoryType__ || FeatureWillBeReadyComponent); }; })(); }
8867
+ 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
8868
  i0.ɵɵelementStart(0, "div", 0);
8844
8869
  i0.ɵɵtemplate(1, FeatureWillBeReadyComponent_h3_1_Template, 2, 1, "h3", 1)(2, FeatureWillBeReadyComponent_h3_2_Template, 2, 0, "h3", 1);
8845
8870
  i0.ɵɵelementEnd();
@@ -8852,11 +8877,11 @@ class FeatureWillBeReadyComponent extends ComponentBase {
8852
8877
  }
8853
8878
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FeatureWillBeReadyComponent, [{
8854
8879
  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" }]
8880
+ 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
8881
  }], null, { readyDate: [{
8857
8882
  type: Input
8858
8883
  }] }); })();
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 }); })();
8884
+ (() => { (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
8885
 
8861
8886
  /*
8862
8887
  <file>
@@ -8881,8 +8906,8 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
8881
8906
  super(...arguments);
8882
8907
  this.oneLine = true;
8883
8908
  }
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) {
8909
+ static { this.ɵfac = /*@__PURE__*/ (() => { let ɵYouAgreeToOurTermsComponent_BaseFactory; return function YouAgreeToOurTermsComponent_Factory(__ngFactoryType__) { return (ɵYouAgreeToOurTermsComponent_BaseFactory || (ɵYouAgreeToOurTermsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(YouAgreeToOurTermsComponent)))(__ngFactoryType__ || YouAgreeToOurTermsComponent); }; })(); }
8910
+ 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
8911
  i0.ɵɵelementStart(0, "div", 0)(1, "p");
8887
8912
  i0.ɵɵtext(2);
8888
8913
  i0.ɵɵtemplate(3, YouAgreeToOurTermsComponent_Conditional_3_Template, 1, 0, "br");
@@ -8899,7 +8924,7 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
8899
8924
  i0.ɵɵadvance(2);
8900
8925
  i0.ɵɵtextInterpolate1(" ", ctx.prefix, " you agree to our ");
8901
8926
  i0.ɵɵadvance();
8902
- i0.ɵɵconditional(3, !ctx.oneLine ? 3 : -1);
8927
+ i0.ɵɵconditional(!ctx.oneLine ? 3 : -1);
8903
8928
  i0.ɵɵadvance();
8904
8929
  i0.ɵɵproperty("href", ctx.currentApp.oneUrl + "legal/terms", i0.ɵɵsanitizeUrl);
8905
8930
  i0.ɵɵadvance(3);
@@ -8908,13 +8933,13 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
8908
8933
  }
8909
8934
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(YouAgreeToOurTermsComponent, [{
8910
8935
  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" }]
8936
+ 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
8937
  }], null, { prefix: [{
8913
8938
  type: Input
8914
8939
  }], oneLine: [{
8915
8940
  type: Input
8916
8941
  }] }); })();
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 }); })();
8942
+ (() => { (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
8943
 
8919
8944
  /*
8920
8945
  <file>
@@ -8954,9 +8979,9 @@ function FormValidationSummaryComponent_div_0_li_4_Template(rf, ctx) { if (rf &
8954
8979
  i0.ɵɵtext(2);
8955
8980
  i0.ɵɵelementEnd()();
8956
8981
  } if (rf & 2) {
8957
- const error_r2 = ctx.$implicit;
8982
+ const error_r1 = ctx.$implicit;
8958
8983
  i0.ɵɵadvance(2);
8959
- i0.ɵɵtextInterpolate(error_r2);
8984
+ i0.ɵɵtextInterpolate(error_r1);
8960
8985
  } }
8961
8986
  function FormValidationSummaryComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8962
8987
  i0.ɵɵelementStart(0, "div", 1)(1, "h6", 2);
@@ -8966,9 +8991,9 @@ function FormValidationSummaryComponent_div_0_Template(rf, ctx) { if (rf & 1) {
8966
8991
  i0.ɵɵtemplate(4, FormValidationSummaryComponent_div_0_li_4_Template, 3, 1, "li", 3);
8967
8992
  i0.ɵɵelementEnd()();
8968
8993
  } if (rf & 2) {
8969
- const ctx_r0 = i0.ɵɵnextContext();
8994
+ const ctx_r1 = i0.ɵɵnextContext();
8970
8995
  i0.ɵɵadvance(4);
8971
- i0.ɵɵproperty("ngForOf", ctx_r0.getErrors());
8996
+ i0.ɵɵproperty("ngForOf", ctx_r1.getErrors());
8972
8997
  } }
8973
8998
  class FormValidationSummaryComponent extends ValidationSummaryComponent {
8974
8999
  constructor() {
@@ -8999,8 +9024,8 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
8999
9024
  }
9000
9025
  return messages;
9001
9026
  }
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) {
9027
+ static { this.ɵfac = function FormValidationSummaryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FormValidationSummaryComponent)(); }; }
9028
+ 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
9029
  i0.ɵɵtemplate(0, FormValidationSummaryComponent_div_0_Template, 5, 1, "div", 0);
9005
9030
  } if (rf & 2) {
9006
9031
  i0.ɵɵproperty("ngIf", ctx.visible);
@@ -9008,7 +9033,7 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
9008
9033
  }
9009
9034
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidationSummaryComponent, [{
9010
9035
  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" }]
9036
+ 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
9037
  }], () => [], { visible: [{
9013
9038
  type: Input
9014
9039
  }], customerrors: [{
@@ -9016,7 +9041,7 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
9016
9041
  }], viewtype: [{
9017
9042
  type: Input
9018
9043
  }] }); })();
9019
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormValidationSummaryComponent, { className: "FormValidationSummaryComponent", filePath: "lib\\ui\\validation\\form-validation-summary.component.ts", lineNumber: 27 }); })();
9044
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormValidationSummaryComponent, { className: "FormValidationSummaryComponent", filePath: "lib/ui/validation/form-validation-summary.component.ts", lineNumber: 28 }); })();
9020
9045
 
9021
9046
  /*
9022
9047
  <file>
@@ -9034,15 +9059,16 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
9034
9059
  </file>
9035
9060
  */
9036
9061
  //Node
9062
+ const _c0$3 = a0 => ({ "has-error": a0 });
9037
9063
  function ContactUsForm_option_12_Template(rf, ctx) { if (rf & 1) {
9038
9064
  i0.ɵɵelementStart(0, "option", 28);
9039
9065
  i0.ɵɵtext(1);
9040
9066
  i0.ɵɵelementEnd();
9041
9067
  } if (rf & 2) {
9042
- const topic_r3 = ctx.$implicit;
9043
- i0.ɵɵproperty("value", topic_r3.value);
9068
+ const topic_r1 = ctx.$implicit;
9069
+ i0.ɵɵproperty("value", topic_r1.value);
9044
9070
  i0.ɵɵadvance();
9045
- i0.ɵɵtextInterpolate1("", topic_r3.value, " ");
9071
+ i0.ɵɵtextInterpolate1("", topic_r1.value, " ");
9046
9072
  } }
9047
9073
  function ContactUsForm_p_23_Template(rf, ctx) { if (rf & 1) {
9048
9074
  i0.ɵɵelementStart(0, "p");
@@ -9054,10 +9080,9 @@ function ContactUsForm_button_38_Template(rf, ctx) { if (rf & 1) {
9054
9080
  i0.ɵɵtext(1, " Submit ");
9055
9081
  i0.ɵɵelementEnd();
9056
9082
  } if (rf & 2) {
9057
- const ctx_r2 = i0.ɵɵnextContext();
9058
- i0.ɵɵclassProp("btn-primary", !ctx_r2.formGroup.invalid);
9083
+ const ctx_r1 = i0.ɵɵnextContext();
9084
+ i0.ɵɵclassProp("btn-primary", !ctx_r1.formGroup.invalid);
9059
9085
  } }
9060
- const _c0$3 = a0 => ({ "has-error": a0 });
9061
9086
  class ContactUsForm extends EditComponentBase {
9062
9087
  constructor(reCaptcha, fb, appContext, api, notificationService) {
9063
9088
  super();
@@ -9070,7 +9095,7 @@ class ContactUsForm extends EditComponentBase {
9070
9095
  this.topicList = [
9071
9096
  { value: 'Billing & Pricing' },
9072
9097
  { value: 'Legal & Privacy' },
9073
- { value: 'Repor abuse' },
9098
+ { value: 'Report abuse' },
9074
9099
  { value: 'Technical Support' },
9075
9100
  { value: 'Other' }
9076
9101
  ];
@@ -9134,8 +9159,8 @@ class ContactUsForm extends EditComponentBase {
9134
9159
  onTopicChange(event) {
9135
9160
  this.selectedTopic = event.target.value;
9136
9161
  }
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) {
9162
+ 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)); }; }
9163
+ 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
9164
  i0.ɵɵelementStart(0, "form", 0);
9140
9165
  i0.ɵɵlistener("ngSubmit", function ContactUsForm_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
9141
9166
  i0.ɵɵelement(1, "anatoly-form-validation-summary", 1);
@@ -9210,13 +9235,13 @@ class ContactUsForm extends EditComponentBase {
9210
9235
  }
9211
9236
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
9212
9237
  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" }]
9238
+ 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
9239
  }], () => [{ type: i1$8.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }], { showActionButtons: [{
9215
9240
  type: Input
9216
9241
  }], submit: [{
9217
9242
  type: Output
9218
9243
  }] }); })();
9219
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsForm, { className: "ContactUsForm", filePath: "lib\\ui\\forms\\contact-us\\contact-us.ts", lineNumber: 32 }); })();
9244
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsForm, { className: "ContactUsForm", filePath: "lib/ui/forms/contact-us/contact-us.ts", lineNumber: 33 }); })();
9220
9245
 
9221
9246
  /*
9222
9247
  <file>
@@ -9235,18 +9260,18 @@ class ContactUsForm extends EditComponentBase {
9235
9260
  //Node
9236
9261
  const _c0$2 = ["contactusform"];
9237
9262
  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()); });
9263
+ const _r1 = i0.ɵɵgetCurrentView();
9264
+ i0.ɵɵelementStart(0, "kendo-dialog", 2);
9265
+ 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()); });
9266
+ i0.ɵɵelementStart(1, "div", 3)(2, "anatoly-forms-contactus-form", 4, 0);
9267
+ 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
9268
  i0.ɵɵelementEnd()();
9244
9269
  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()); });
9270
+ 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
9271
  i0.ɵɵtext(7, "Submit");
9247
9272
  i0.ɵɵelementEnd();
9248
9273
  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()); });
9274
+ 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
9275
  i0.ɵɵtext(9, "Cancel ");
9251
9276
  i0.ɵɵelementEnd()()()();
9252
9277
  } if (rf & 2) {
@@ -9268,26 +9293,26 @@ class ContactUsDialog extends DialogBase {
9268
9293
  onSubmit() {
9269
9294
  super.close();
9270
9295
  }
9271
- static { this.ɵfac = function ContactUsDialog_Factory(t) { return new (t || ContactUsDialog)(); }; }
9296
+ static { this.ɵfac = function ContactUsDialog_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ContactUsDialog)(); }; }
9272
9297
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsDialog, selectors: [["anatoly-contactus-dialog"]], viewQuery: function ContactUsDialog_Query(rf, ctx) { if (rf & 1) {
9273
9298
  i0.ɵɵviewQuery(_c0$2, 5);
9274
9299
  } if (rf & 2) {
9275
9300
  let _t;
9276
9301
  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);
9302
+ } }, 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) {
9303
+ i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 1);
9279
9304
  } if (rf & 2) {
9280
9305
  i0.ɵɵproperty("ngIf", ctx.isOpen);
9281
9306
  } }, dependencies: [i1$1.NgIf, i2$1.DialogComponent, i2$1.DialogActionsComponent, ContactUsForm], encapsulation: 2 }); }
9282
9307
  }
9283
9308
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
9284
9309
  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>" }]
9310
+ 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
9311
  }], () => [], { contactUsForm: [{
9287
9312
  type: ViewChild,
9288
9313
  args: ['contactusform']
9289
9314
  }] }); })();
9290
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsDialog, { className: "ContactUsDialog", filePath: "lib\\ui\\dialogs\\contact-us\\contact-us.dialog.ts", lineNumber: 27 }); })();
9315
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContactUsDialog, { className: "ContactUsDialog", filePath: "lib/ui/dialogs/contact-us/contact-us.dialog.ts", lineNumber: 28 }); })();
9291
9316
 
9292
9317
  /*
9293
9318
  <file>
@@ -9329,17 +9354,18 @@ class HoveringDirective {
9329
9354
  onMouseLeave() {
9330
9355
  this.hovering = false;
9331
9356
  }
9332
- static { this.ɵfac = function HoveringDirective_Factory(t) { return new (t || HoveringDirective)(); }; }
9357
+ static { this.ɵfac = function HoveringDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HoveringDirective)(); }; }
9333
9358
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: HoveringDirective, selectors: [["", "anatoly-hover", ""]], hostVars: 2, hostBindings: function HoveringDirective_HostBindings(rf, ctx) { if (rf & 1) {
9334
9359
  i0.ɵɵlistener("mouseenter", function HoveringDirective_mouseenter_HostBindingHandler() { return ctx.onMouseEnter(); })("mouseleave", function HoveringDirective_mouseleave_HostBindingHandler() { return ctx.onMouseLeave(); });
9335
9360
  } if (rf & 2) {
9336
9361
  i0.ɵɵclassProp("hovering", ctx.hovering);
9337
- } } }); }
9362
+ } }, standalone: false }); }
9338
9363
  }
9339
9364
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HoveringDirective, [{
9340
9365
  type: Directive,
9341
9366
  args: [{
9342
- selector: '[anatoly-hover]'
9367
+ selector: '[anatoly-hover]',
9368
+ standalone: false
9343
9369
  }]
9344
9370
  }], null, { hovering: [{
9345
9371
  type: HostBinding,
@@ -9383,6 +9409,7 @@ class HoveringDirective {
9383
9409
  </file>
9384
9410
  */
9385
9411
  //Node
9412
+ const _c0$1 = a0 => ({ "has-error": a0 });
9386
9413
  function AddressComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
9387
9414
  i0.ɵɵelement(0, "anatoly-card-header", 18);
9388
9415
  } if (rf & 2) {
@@ -9394,40 +9421,39 @@ function AddressComponent_div_18_option_4_Template(rf, ctx) { if (rf & 1) {
9394
9421
  i0.ɵɵtext(1);
9395
9422
  i0.ɵɵelementEnd();
9396
9423
  } if (rf & 2) {
9397
- const state_r4 = ctx.$implicit;
9398
- i0.ɵɵproperty("value", state_r4.code);
9424
+ const state_r3 = ctx.$implicit;
9425
+ i0.ɵɵproperty("value", state_r3.code);
9399
9426
  i0.ɵɵadvance();
9400
- i0.ɵɵtextInterpolate(state_r4.name);
9427
+ i0.ɵɵtextInterpolate(state_r3.name);
9401
9428
  } }
9402
- const _c0$1 = a0 => ({ "has-error": a0 });
9403
9429
  function AddressComponent_div_18_Template(rf, ctx) { if (rf & 1) {
9404
- const _r6 = i0.ɵɵgetCurrentView();
9430
+ const _r2 = i0.ɵɵgetCurrentView();
9405
9431
  i0.ɵɵelementStart(0, "div", 9)(1, "label");
9406
9432
  i0.ɵɵtext(2, "State");
9407
9433
  i0.ɵɵelementEnd();
9408
9434
  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)); });
9435
+ 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
9436
  i0.ɵɵtemplate(4, AddressComponent_div_18_option_4_Template, 2, 2, "option", 16);
9411
9437
  i0.ɵɵelementEnd();
9412
9438
  i0.ɵɵelement(5, "anatoly-item-validation-summary", 20);
9413
9439
  i0.ɵɵelementEnd();
9414
9440
  } if (rf & 2) {
9415
- const ctx_r1 = i0.ɵɵnextContext();
9416
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$1, ctx_r1.isControlInvalid("address_stateOrRegion")));
9441
+ const ctx_r0 = i0.ɵɵnextContext();
9442
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$1, ctx_r0.isControlInvalid("address_stateOrRegion")));
9417
9443
  i0.ɵɵadvance(4);
9418
- i0.ɵɵproperty("ngForOf", ctx_r1.usStateData);
9444
+ i0.ɵɵproperty("ngForOf", ctx_r0.usStateData);
9419
9445
  i0.ɵɵadvance();
9420
- i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted);
9446
+ i0.ɵɵproperty("formGroup", ctx_r0.formGroup)("formSubmitted", ctx_r0.formSubmitted);
9421
9447
  } }
9422
9448
  function AddressComponent_option_28_Template(rf, ctx) { if (rf & 1) {
9423
9449
  i0.ɵɵelementStart(0, "option", 21);
9424
9450
  i0.ɵɵtext(1);
9425
9451
  i0.ɵɵelementEnd();
9426
9452
  } if (rf & 2) {
9427
- const country_r7 = ctx.$implicit;
9428
- i0.ɵɵproperty("value", country_r7.code);
9453
+ const country_r4 = ctx.$implicit;
9454
+ i0.ɵɵproperty("value", country_r4.code);
9429
9455
  i0.ɵɵadvance();
9430
- i0.ɵɵtextInterpolate(country_r7.name);
9456
+ i0.ɵɵtextInterpolate(country_r4.name);
9431
9457
  } }
9432
9458
  class AddressComponent extends EditComponentBase {
9433
9459
  //Inputs
@@ -9521,8 +9547,8 @@ class AddressComponent extends EditComponentBase {
9521
9547
  let usState = event.target.value;
9522
9548
  this.change.emit(usState);
9523
9549
  }
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) {
9550
+ static { this.ɵfac = function AddressComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AddressComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); }; }
9551
+ 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
9552
  i0.ɵɵelementStart(0, "anatoly-card", 0);
9527
9553
  i0.ɵɵtemplate(1, AddressComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
9528
9554
  i0.ɵɵelementStart(2, "anatoly-card-body", 2)(3, "div", 3)(4, "div", 4)(5, "label");
@@ -9586,13 +9612,13 @@ class AddressComponent extends EditComponentBase {
9586
9612
  }
9587
9613
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
9588
9614
  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" }]
9615
+ 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
9616
  }], () => [{ type: i2.FormBuilder }, { type: CoreApiService }], { address: [{
9591
9617
  type: Input
9592
9618
  }], change: [{
9593
9619
  type: Output
9594
9620
  }] }); })();
9595
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddressComponent, { className: "AddressComponent", filePath: "lib\\ui\\forms\\components\\address\\address.component.ts", lineNumber: 35 }); })();
9621
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AddressComponent, { className: "AddressComponent", filePath: "lib/ui/forms/components/address/address.component.ts", lineNumber: 36 }); })();
9596
9622
 
9597
9623
  /*
9598
9624
  <file>
@@ -9610,13 +9636,13 @@ class AddressComponent extends EditComponentBase {
9610
9636
  </file>
9611
9637
  */
9612
9638
  //Node
9639
+ const _c0 = a0 => ({ "has-error": a0 });
9613
9640
  function CompanyComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
9614
9641
  i0.ɵɵelement(0, "anatoly-card-header", 14);
9615
9642
  } if (rf & 2) {
9616
9643
  const ctx_r0 = i0.ɵɵnextContext();
9617
9644
  i0.ɵɵproperty("title", ctx_r0.title);
9618
9645
  } }
9619
- const _c0 = a0 => ({ "has-error": a0 });
9620
9646
  class CompanyComponent extends EditComponentBase {
9621
9647
  //Inputs
9622
9648
  get company() {
@@ -9666,8 +9692,8 @@ class CompanyComponent extends EditComponentBase {
9666
9692
  };
9667
9693
  return JSON.stringify(data);
9668
9694
  }
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) {
9695
+ static { this.ɵfac = function CompanyComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CompanyComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder)); }; }
9696
+ 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
9697
  i0.ɵɵelementStart(0, "anatoly-card", 0);
9672
9698
  i0.ɵɵtemplate(1, CompanyComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
9673
9699
  i0.ɵɵelementStart(2, "anatoly-card-body", 2)(3, "div", 3)(4, "div", 4)(5, "label");
@@ -9715,11 +9741,11 @@ class CompanyComponent extends EditComponentBase {
9715
9741
  }
9716
9742
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
9717
9743
  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" }]
9744
+ 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
9745
  }], () => [{ type: i2.FormBuilder }], { company: [{
9720
9746
  type: Input
9721
9747
  }] }); })();
9722
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompanyComponent, { className: "CompanyComponent", filePath: "lib\\ui\\forms\\components\\company\\company.component.ts", lineNumber: 28 }); })();
9748
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompanyComponent, { className: "CompanyComponent", filePath: "lib/ui/forms/components/company/company.component.ts", lineNumber: 29 }); })();
9723
9749
 
9724
9750
  /*
9725
9751
  <file>
@@ -9767,13 +9793,14 @@ class FileSizePipe {
9767
9793
  }
9768
9794
  return bytes.toFixed(+precision) + ' ' + this.units[unit];
9769
9795
  }
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 }); }
9796
+ static { this.ɵfac = function FileSizePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FileSizePipe)(); }; }
9797
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true, standalone: false }); }
9772
9798
  }
9773
9799
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileSizePipe, [{
9774
9800
  type: Pipe,
9775
9801
  args: [{
9776
9802
  name: 'filesize',
9803
+ standalone: false
9777
9804
  }]
9778
9805
  }], null, null); })();
9779
9806
 
@@ -9802,13 +9829,14 @@ class ReplaceTextPipe {
9802
9829
  return inputData;
9803
9830
  }
9804
9831
  }
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 }); }
9832
+ static { this.ɵfac = function ReplaceTextPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReplaceTextPipe)(); }; }
9833
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true, standalone: false }); }
9807
9834
  }
9808
9835
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplaceTextPipe, [{
9809
9836
  type: Pipe,
9810
9837
  args: [{
9811
9838
  name: "replaceText",
9839
+ standalone: false
9812
9840
  }]
9813
9841
  }], null, null); })();
9814
9842
 
@@ -9835,12 +9863,15 @@ class SafeHtmlPipe {
9835
9863
  transform(value) {
9836
9864
  return this.sanitized.bypassSecurityTrustHtml(value);
9837
9865
  }
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 }); }
9866
+ static { this.ɵfac = function SafeHtmlPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$5.DomSanitizer, 16)); }; }
9867
+ static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true, standalone: false }); }
9840
9868
  }
9841
9869
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
9842
9870
  type: Pipe,
9843
- args: [{ name: 'safeHtml' }]
9871
+ args: [{
9872
+ name: 'safeHtml',
9873
+ standalone: false
9874
+ }]
9844
9875
  }], () => [{ type: i1$5.DomSanitizer }], null); })();
9845
9876
 
9846
9877
  /*
@@ -9913,7 +9944,7 @@ class AnatolyCoreModule {
9913
9944
  this.injector = injector;
9914
9945
  InjectorInstance = this.injector;
9915
9946
  }
9916
- static { this.ɵfac = function AnatolyCoreModule_Factory(t) { return new (t || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); }; }
9947
+ static { this.ɵfac = function AnatolyCoreModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); }; }
9917
9948
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyCoreModule }); }
9918
9949
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
9919
9950
  //Guards
@@ -9997,7 +10028,7 @@ class AnatolyCoreModule {
9997
10028
  */
9998
10029
  //Node
9999
10030
  class AnatolyDataModule {
10000
- static { this.ɵfac = function AnatolyDataModule_Factory(t) { return new (t || AnatolyDataModule)(); }; }
10031
+ static { this.ɵfac = function AnatolyDataModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyDataModule)(); }; }
10001
10032
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule }); }
10002
10033
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
10003
10034
  //Billing
@@ -10182,7 +10213,7 @@ const MSALProviders = [
10182
10213
  AdminGuard
10183
10214
  ];
10184
10215
  class AnatolyIAMModule {
10185
- static { this.ɵfac = function AnatolyIAMModule_Factory(t) { return new (t || AnatolyIAMModule)(); }; }
10216
+ static { this.ɵfac = function AnatolyIAMModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyIAMModule)(); }; }
10186
10217
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMModule }); }
10187
10218
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
10188
10219
  ...MSALProviders
@@ -10238,14 +10269,14 @@ class SignInPage extends PageBase {
10238
10269
  ngOnInit() {
10239
10270
  this.auth.login();
10240
10271
  }
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 }); }
10272
+ static { this.ɵfac = function SignInPage_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignInPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10273
+ 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
10274
  }
10244
10275
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInPage, [{
10245
10276
  type: Component,
10246
- args: [{ selector: 'iam-signin-page', template: "" }]
10277
+ args: [{ selector: 'iam-signin-page', standalone: false, template: "" }]
10247
10278
  }], () => [{ type: AuthService }], null); })();
10248
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInPage, { className: "SignInPage", filePath: "lib\\iam\\pages\\signin.page.ts", lineNumber: 31 }); })();
10279
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignInPage, { className: "SignInPage", filePath: "lib/iam/pages/signin.page.ts", lineNumber: 32 }); })();
10249
10280
 
10250
10281
  /*
10251
10282
  <file>
@@ -10274,14 +10305,14 @@ class SignOutPage extends PageBase {
10274
10305
  ngOnInit() {
10275
10306
  this.auth.logout();
10276
10307
  }
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 }); }
10308
+ static { this.ɵfac = function SignOutPage_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignOutPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10309
+ 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
10310
  }
10280
10311
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutPage, [{
10281
10312
  type: Component,
10282
- args: [{ selector: 'iam-signout-page', template: "" }]
10313
+ args: [{ selector: 'iam-signout-page', standalone: false, template: "" }]
10283
10314
  }], () => [{ type: AuthService }], null); })();
10284
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutPage, { className: "SignOutPage", filePath: "lib\\iam\\pages\\signout.page.ts", lineNumber: 31 }); })();
10315
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignOutPage, { className: "SignOutPage", filePath: "lib/iam/pages/signout.page.ts", lineNumber: 32 }); })();
10285
10316
 
10286
10317
  /*
10287
10318
  <file>
@@ -10310,14 +10341,14 @@ class SignUpPage extends PageBase {
10310
10341
  ngOnInit() {
10311
10342
  this.auth.signUp();
10312
10343
  }
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 }); }
10344
+ static { this.ɵfac = function SignUpPage_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SignUpPage)(i0.ɵɵdirectiveInject(AuthService)); }; }
10345
+ 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
10346
  }
10316
10347
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpPage, [{
10317
10348
  type: Component,
10318
- args: [{ selector: 'iam-signup-page', template: "" }]
10349
+ args: [{ selector: 'iam-signup-page', standalone: false, template: "" }]
10319
10350
  }], () => [{ type: AuthService }], null); })();
10320
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpPage, { className: "SignUpPage", filePath: "lib\\iam\\pages\\signup.page.ts", lineNumber: 31 }); })();
10351
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SignUpPage, { className: "SignUpPage", filePath: "lib/iam/pages/signup.page.ts", lineNumber: 32 }); })();
10321
10352
 
10322
10353
  /*
10323
10354
  <file>
@@ -10379,7 +10410,7 @@ const PAGES = [
10379
10410
  */
10380
10411
  //Node
10381
10412
  class AnatolyIAMPagesModule {
10382
- static { this.ɵfac = function AnatolyIAMPagesModule_Factory(t) { return new (t || AnatolyIAMPagesModule)(); }; }
10413
+ static { this.ɵfac = function AnatolyIAMPagesModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyIAMPagesModule)(); }; }
10383
10414
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMPagesModule }); }
10384
10415
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10385
10416
  RouterModule,
@@ -10424,7 +10455,7 @@ class FaModule {
10424
10455
  constructor(library) {
10425
10456
  library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
10426
10457
  }
10427
- static { this.ɵfac = function FaModule_Factory(t) { return new (t || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); }; }
10458
+ static { this.ɵfac = function FaModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); }; }
10428
10459
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule }); }
10429
10460
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10430
10461
  FontAwesomeModule, FontAwesomeModule] }); }
@@ -10460,7 +10491,7 @@ class FaModule {
10460
10491
  */
10461
10492
  //Node
10462
10493
  class KendoModule {
10463
- static { this.ɵfac = function KendoModule_Factory(t) { return new (t || KendoModule)(); }; }
10494
+ static { this.ɵfac = function KendoModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KendoModule)(); }; }
10464
10495
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: KendoModule }); }
10465
10496
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10466
10497
  LayoutModule,
@@ -10771,7 +10802,7 @@ const COMPONENTS$1 = [
10771
10802
  VALIDATION_COMPONENTS
10772
10803
  ];
10773
10804
  class AnatolyUIModule {
10774
- static { this.ɵfac = function AnatolyUIModule_Factory(t) { return new (t || AnatolyUIModule)(); }; }
10805
+ static { this.ɵfac = function AnatolyUIModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyUIModule)(); }; }
10775
10806
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyUIModule }); }
10776
10807
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10777
10808
  RouterModule,
@@ -10860,7 +10891,7 @@ const COMPONENTS = [
10860
10891
  */
10861
10892
  //Node
10862
10893
  class AnatolyBillingModule {
10863
- static { this.ɵfac = function AnatolyBillingModule_Factory(t) { return new (t || AnatolyBillingModule)(); }; }
10894
+ static { this.ɵfac = function AnatolyBillingModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyBillingModule)(); }; }
10864
10895
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyBillingModule }); }
10865
10896
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
10866
10897
  PayPalScriptService,
@@ -10884,10 +10915,10 @@ class AnatolyBillingModule {
10884
10915
  AnatolyUIModule
10885
10916
  ],
10886
10917
  declarations: [
10887
- COMPONENTS
10918
+ ...COMPONENTS
10888
10919
  ],
10889
10920
  exports: [
10890
- COMPONENTS
10921
+ ...COMPONENTS
10891
10922
  ],
10892
10923
  providers: [
10893
10924
  PayPalScriptService,
@@ -10918,7 +10949,7 @@ class AnatolyBillingModule {
10918
10949
  */
10919
10950
  //Node
10920
10951
  class AnatolyModule {
10921
- static { this.ɵfac = function AnatolyModule_Factory(t) { return new (t || AnatolyModule)(); }; }
10952
+ static { this.ɵfac = function AnatolyModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnatolyModule)(); }; }
10922
10953
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyModule }); }
10923
10954
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
10924
10955
  AnatolyCoreModule,