@osovitny/anatoly 3.17.100 → 3.17.102

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 (24) hide show
  1. package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +12 -10
  2. package/esm2022/lib/ui/components/dropdownlists/moderationstatus/moderationstatus.dropdownlist.mjs +17 -16
  3. package/esm2022/lib/ui/components/dropdownlists/publishstatus/publishstatus.dropdownlist.mjs +17 -16
  4. package/esm2022/lib/ui/components/exports.mjs +3 -4
  5. package/esm2022/lib/ui/components/html-editor/base-editor.component.mjs +94 -0
  6. package/esm2022/lib/ui/components/html-editor/defaultoptions.mjs +85 -0
  7. package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +75 -23
  8. package/esm2022/lib/ui/components/index.mjs +2 -3
  9. package/esm2022/lib/ui/ui.module.mjs +24 -25
  10. package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +3 -3
  11. package/esm2022/lib/ui/validation/validation-summary.component.mjs +10 -10
  12. package/fesm2022/osovitny-anatoly.mjs +151 -158
  13. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  14. package/lib/ui/components/exports.d.ts +2 -3
  15. package/lib/ui/components/html-editor/{base-html-editor.component.d.ts → base-editor.component.d.ts} +1 -2
  16. package/lib/ui/components/html-editor/html-editor.component.d.ts +3 -2
  17. package/lib/ui/ui.module.d.ts +29 -30
  18. package/lib/ui/validation/validation-summary.component.d.ts +1 -1
  19. package/package.json +1 -1
  20. package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +0 -94
  21. package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +0 -64
  22. package/esm2022/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +0 -86
  23. package/lib/ui/components/html-editor/forms-html-editor.component.d.ts +0 -9
  24. /package/lib/ui/components/html-editor/{html-editor.defaultoptions.d.ts → defaultoptions.d.ts} +0 -0
@@ -28,10 +28,10 @@ import * as dropin from 'braintree-web-drop-in';
28
28
  import * as i2$1 from '@progress/kendo-angular-dialog';
29
29
  import { DialogsModule } from '@progress/kendo-angular-dialog';
30
30
  import { loadStripe } from '@stripe/stripe-js';
31
- import * as i3 from '@progress/kendo-angular-dropdowns';
32
- import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
33
31
  import * as i4$1 from '@progress/kendo-angular-label';
34
32
  import { LabelModule } from '@progress/kendo-angular-label';
33
+ import * as i3 from '@progress/kendo-angular-dropdowns';
34
+ import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
35
35
  import * as i3$1 from 'angular-froala-wysiwyg';
36
36
  import { FERootModule } from 'angular-froala-wysiwyg';
37
37
  import * as i1$6 from '@fortawesome/angular-fontawesome';
@@ -4191,7 +4191,7 @@ class DiscountCodesApiService extends ApiServiceBase {
4191
4191
  </file>
4192
4192
  */
4193
4193
  //Node
4194
- const _c0$h = a0 => ({ "show": a0 });
4194
+ const _c0$g = a0 => ({ "show": a0 });
4195
4195
  function OrderSummaryComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
4196
4196
  const _r2 = i0.ɵɵgetCurrentView();
4197
4197
  i0.ɵɵelementStart(0, "div", 12)(1, "div", 13)(2, "input", 14);
@@ -4203,7 +4203,7 @@ function OrderSummaryComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
4203
4203
  i0.ɵɵelementEnd()()();
4204
4204
  } if (rf & 2) {
4205
4205
  const ctx_r0 = i0.ɵɵnextContext();
4206
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$h, ctx_r0.showPromoCode));
4206
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$g, ctx_r0.showPromoCode));
4207
4207
  i0.ɵɵadvance(2);
4208
4208
  i0.ɵɵproperty("ngModel", ctx_r0.promoCode);
4209
4209
  } }
@@ -4302,7 +4302,7 @@ class OrderSummaryComponent extends ComponentBase {
4302
4302
  i0.ɵɵadvance(12);
4303
4303
  i0.ɵɵtextInterpolate1("$", ctx.ps.subtotal, "");
4304
4304
  i0.ɵɵadvance(2);
4305
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$h, ctx.showPromoCode));
4305
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$g, ctx.showPromoCode));
4306
4306
  i0.ɵɵadvance(3);
4307
4307
  i0.ɵɵconditional(17, ctx.showPromoCode ? 17 : -1);
4308
4308
  i0.ɵɵadvance(6);
@@ -4432,7 +4432,7 @@ class PaymentMethodsComponent extends ComponentBase {
4432
4432
  </file>
4433
4433
  */
4434
4434
  //Node
4435
- const _c0$g = a0 => ({ "active": a0 });
4435
+ const _c0$f = a0 => ({ "active": a0 });
4436
4436
  class PaymentOptionsComponent extends ComponentBase {
4437
4437
  constructor(ps) {
4438
4438
  super();
@@ -4481,11 +4481,11 @@ class PaymentOptionsComponent extends ComponentBase {
4481
4481
  i0.ɵɵelementEnd()()();
4482
4482
  } if (rf & 2) {
4483
4483
  i0.ɵɵadvance(3);
4484
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$g, ctx.ps.selectedPaymentType == 2));
4484
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$f, ctx.ps.selectedPaymentType == 2));
4485
4485
  i0.ɵɵadvance(7);
4486
4486
  i0.ɵɵtextInterpolate1("$", ctx.priceWeekly, "");
4487
4487
  i0.ɵɵadvance();
4488
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$g, ctx.ps.selectedPaymentType == 1));
4488
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$f, ctx.ps.selectedPaymentType == 1));
4489
4489
  i0.ɵɵadvance(5);
4490
4490
  i0.ɵɵtextInterpolate1("Covers the full ", ctx.numberOfWeeks, " weeks ");
4491
4491
  i0.ɵɵadvance(2);
@@ -4955,7 +4955,7 @@ class PayPalScriptService {
4955
4955
  Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
4956
4956
  </file>
4957
4957
  */
4958
- const _c0$f = ["payPalButtonContainer"];
4958
+ const _c0$e = ["payPalButtonContainer"];
4959
4959
  class PayPalComponent {
4960
4960
  set payPalButtonContainer(content) {
4961
4961
  this.payPalButtonContainerElem = content;
@@ -5222,7 +5222,7 @@ class PayPalComponent {
5222
5222
  }
5223
5223
  static { this.ɵfac = function PayPalComponent_Factory(t) { return new (t || PayPalComponent)(i0.ɵɵdirectiveInject(PayPalScriptService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
5224
5224
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PayPalComponent, selectors: [["anatoly-billing-paypal-container"]], viewQuery: function PayPalComponent_Query(rf, ctx) { if (rf & 1) {
5225
- i0.ɵɵviewQuery(_c0$f, 5);
5225
+ i0.ɵɵviewQuery(_c0$e, 5);
5226
5226
  } if (rf & 2) {
5227
5227
  let _t;
5228
5228
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.payPalButtonContainer = _t.first);
@@ -6307,7 +6307,7 @@ function SignUpButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
6307
6307
  i0.ɵɵadvance(3);
6308
6308
  i0.ɵɵproperty("ngIf", !_r6.innerHTML.trim());
6309
6309
  } }
6310
- const _c0$e = ["*"];
6310
+ const _c0$d = ["*"];
6311
6311
  class SignUpButtonComponent extends ComponentBase {
6312
6312
  constructor() {
6313
6313
  super();
@@ -6326,7 +6326,7 @@ class SignUpButtonComponent extends ComponentBase {
6326
6326
  }
6327
6327
  }
6328
6328
  static { this.ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); }; }
6329
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$e, decls: 4, vars: 2, consts: [[3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], ["contentTemplate", ""], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], ["ref", ""], [4, "ngIf"]], template: function SignUpButtonComponent_Template(rf, ctx) { if (rf & 1) {
6329
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$d, 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) {
6330
6330
  i0.ɵɵprojectionDef();
6331
6331
  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);
6332
6332
  } if (rf & 2) {
@@ -6575,12 +6575,12 @@ class SubscribePlanButtonComponent {
6575
6575
  </file>
6576
6576
  */
6577
6577
  //Node
6578
- const _c0$d = [[["mex-card-header"]], [["mex-card-body"]], "*", [["mex-card-footer"]]];
6578
+ const _c0$c = [[["mex-card-header"]], [["mex-card-body"]], "*", [["mex-card-footer"]]];
6579
6579
  const _c1 = ["mex-card-header", "mex-card-body", "*", "mex-card-footer"];
6580
6580
  class CardComponent extends ComponentBase {
6581
6581
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardComponent_BaseFactory; return function CardComponent_Factory(t) { return (ɵCardComponent_BaseFactory || (ɵCardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardComponent)))(t || CardComponent); }; })(); }
6582
6582
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
6583
- i0.ɵɵprojectionDef(_c0$d);
6583
+ i0.ɵɵprojectionDef(_c0$c);
6584
6584
  i0.ɵɵelementStart(0, "div");
6585
6585
  i0.ɵɵprojection(1);
6586
6586
  i0.ɵɵprojection(2, 1);
@@ -6621,10 +6621,10 @@ function CardHeaderComponent_h3_2_Template(rf, ctx) { if (rf & 1) {
6621
6621
  i0.ɵɵadvance();
6622
6622
  i0.ɵɵtextInterpolate(ctx_r0.title);
6623
6623
  } }
6624
- const _c0$c = ["*"];
6624
+ const _c0$b = ["*"];
6625
6625
  class CardHeaderComponent extends ComponentBase {
6626
6626
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardHeaderComponent_BaseFactory; return function CardHeaderComponent_Factory(t) { return (ɵCardHeaderComponent_BaseFactory || (ɵCardHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardHeaderComponent)))(t || CardHeaderComponent); }; })(); }
6627
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 4, vars: 4, consts: [[1, "card-title"], [4, "ngIf"]], template: function CardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
6627
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$b, decls: 4, vars: 4, consts: [[1, "card-title"], [4, "ngIf"]], template: function CardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
6628
6628
  i0.ɵɵprojectionDef();
6629
6629
  i0.ɵɵelementStart(0, "div")(1, "div", 0);
6630
6630
  i0.ɵɵtemplate(2, CardHeaderComponent_h3_2_Template, 2, 1, "h3", 1);
@@ -6658,10 +6658,10 @@ class CardHeaderComponent extends ComponentBase {
6658
6658
  </file>
6659
6659
  */
6660
6660
  //Node
6661
- const _c0$b = ["*"];
6661
+ const _c0$a = ["*"];
6662
6662
  class CardBodyComponent extends ComponentBase {
6663
6663
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardBodyComponent_BaseFactory; return function CardBodyComponent_Factory(t) { return (ɵCardBodyComponent_BaseFactory || (ɵCardBodyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardBodyComponent)))(t || CardBodyComponent); }; })(); }
6664
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$b, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
6664
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$a, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
6665
6665
  i0.ɵɵprojectionDef();
6666
6666
  i0.ɵɵelementStart(0, "div");
6667
6667
  i0.ɵɵprojection(1);
@@ -6691,10 +6691,10 @@ class CardBodyComponent extends ComponentBase {
6691
6691
  </file>
6692
6692
  */
6693
6693
  //Node
6694
- const _c0$a = ["*"];
6694
+ const _c0$9 = ["*"];
6695
6695
  class CardFooterComponent extends ComponentBase {
6696
6696
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardFooterComponent_BaseFactory; return function CardFooterComponent_Factory(t) { return (ɵCardFooterComponent_BaseFactory || (ɵCardFooterComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardFooterComponent)))(t || CardFooterComponent); }; })(); }
6697
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$a, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
6697
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$9, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
6698
6698
  i0.ɵɵprojectionDef();
6699
6699
  i0.ɵɵelementStart(0, "div");
6700
6700
  i0.ɵɵprojection(1);
@@ -6761,10 +6761,11 @@ class NativeElementDirective {
6761
6761
  function CountryDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
6762
6762
  i0.ɵɵelement(0, "div");
6763
6763
  } }
6764
- function CountryDropdownlist_div_1_label_1_Template(rf, ctx) { if (rf & 1) {
6765
- i0.ɵɵelementStart(0, "label", 6);
6766
- i0.ɵɵtext(1, "Country");
6767
- i0.ɵɵelementEnd();
6764
+ function CountryDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
6765
+ i0.ɵɵelement(0, "kendo-label", 6);
6766
+ } if (rf & 2) {
6767
+ const ctx_r2 = i0.ɵɵnextContext(2);
6768
+ i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
6768
6769
  } }
6769
6770
  function CountryDropdownlist_div_1_option_3_Template(rf, ctx) { if (rf & 1) {
6770
6771
  i0.ɵɵelementStart(0, "option", 7);
@@ -6778,7 +6779,7 @@ function CountryDropdownlist_div_1_option_3_Template(rf, ctx) { if (rf & 1) {
6778
6779
  } }
6779
6780
  function CountryDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
6780
6781
  i0.ɵɵelementStart(0, "div", 2);
6781
- i0.ɵɵtemplate(1, CountryDropdownlist_div_1_label_1_Template, 2, 0, "label", 3);
6782
+ i0.ɵɵtemplate(1, CountryDropdownlist_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 3);
6782
6783
  i0.ɵɵelementStart(2, "select", 4);
6783
6784
  i0.ɵɵtemplate(3, CountryDropdownlist_div_1_option_3_Template, 2, 2, "option", 5);
6784
6785
  i0.ɵɵelementEnd()();
@@ -6814,17 +6815,17 @@ class CountryDropdownlist extends EditComponentBase {
6814
6815
  }
6815
6816
  }
6816
6817
  static { this.ɵfac = function CountryDropdownlist_Factory(t) { return new (t || CountryDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); }; }
6817
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CountryDropdownlist, selectors: [["anatoly-country-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["class", "col-form-label", 4, "ngIf"], [1, "form-select", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "col-form-label"], [3, "value"]], template: function CountryDropdownlist_Template(rf, ctx) { if (rf & 1) {
6818
+ 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) {
6818
6819
  i0.ɵɵtemplate(0, CountryDropdownlist_div_0_Template, 1, 0, "div", 0)(1, CountryDropdownlist_div_1_Template, 4, 4, "div", 1);
6819
6820
  } if (rf & 2) {
6820
6821
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
6821
6822
  i0.ɵɵadvance();
6822
6823
  i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
6823
- } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective], encapsulation: 2 }); }
6824
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i4$1.LabelComponent, NativeElementDirective], encapsulation: 2 }); }
6824
6825
  }
6825
6826
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CountryDropdownlist, [{
6826
6827
  type: Component,
6827
- args: [{ selector: 'anatoly-country-dropdownlist', template: "<div *ngIf='isNgModelBased'>\r\n</div>\r\n\r\n<div *ngIf='!isNgModelBased' [formGroup]='formGroup'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Country</label>\r\n <select [formControlName]='controlName' class='form-select'>\r\n <option *ngFor='let item of items' [value]='item.code'>\r\n {{ item.name }}\r\n </option>\r\n </select>\r\n</div>\r\n" }]
6828
+ 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" }]
6828
6829
  }], () => [{ type: CoreApiService }, { type: AppContextService }], null); })();
6829
6830
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CountryDropdownlist, { className: "CountryDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\country\\country.dropdownlist.ts", lineNumber: 28 }); })();
6830
6831
 
@@ -6864,11 +6865,11 @@ class ValidationSummaryComponent extends EditComponentBase {
6864
6865
  super();
6865
6866
  }
6866
6867
  getControlTitle(control, name) {
6868
+ let title = undefined;
6867
6869
  if (control?.nativeElement) {
6868
- let value = this.getTitleAttribute(control.nativeElement);
6869
- return value ? value : name;
6870
+ title = this.getTitleAttribute(control.nativeElement);
6870
6871
  }
6871
- return undefined;
6872
+ return title ?? name;
6872
6873
  }
6873
6874
  getTitleAttribute(nativeElement) {
6874
6875
  let title;
@@ -6898,28 +6899,28 @@ class ValidationSummaryComponent extends EditComponentBase {
6898
6899
  }
6899
6900
  getFormValidationMessages() {
6900
6901
  let messages = [];
6901
- Object.keys(this.formGroup.controls).forEach((k) => {
6902
- let control = this.formGroup.controls[k];
6902
+ Object.keys(this.formGroup.controls).forEach((name) => {
6903
+ let control = this.formGroup.controls[name];
6903
6904
  if (control.controls != null) {
6904
6905
  Object.keys(control.controls).forEach((k) => {
6905
6906
  var child = control.controls[k];
6906
- this.getValidationMessages(child, this.getControlTitle(child, k)).forEach((m) => messages.push(m));
6907
+ this.getValidationMessages(child, k).forEach((m) => messages.push(m));
6907
6908
  });
6908
6909
  }
6909
6910
  else {
6910
- this.getValidationMessages(control, this.getControlTitle(control, k)).forEach((m) => messages.push(m));
6911
+ this.getValidationMessages(control, name).forEach((m) => messages.push(m));
6911
6912
  }
6912
6913
  });
6913
6914
  return messages;
6914
6915
  }
6915
- getValidationMessages(control, title) {
6916
+ getValidationMessages(control, name, title) {
6916
6917
  let messages = [];
6917
6918
  let thing;
6918
6919
  if (title) {
6919
6920
  thing = title;
6920
6921
  }
6921
6922
  else {
6922
- thing = this.getControlTitle(control, null);
6923
+ thing = this.getControlTitle(control, name);
6923
6924
  if (!thing) {
6924
6925
  thing = control.path;
6925
6926
  }
@@ -6995,7 +6996,7 @@ function ItemValidationSummaryComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
6995
6996
  } if (rf & 2) {
6996
6997
  const ctx_r0 = i0.ɵɵnextContext();
6997
6998
  i0.ɵɵadvance();
6998
- i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.controls[ctx_r0.controlName]));
6999
+ i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.controls[ctx_r0.controlName], ctx_r0.controlName, ctx_r0.controlTitle));
6999
7000
  } }
7000
7001
  class ItemValidationSummaryComponent extends ValidationSummaryComponent {
7001
7002
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵItemValidationSummaryComponent_BaseFactory; return function ItemValidationSummaryComponent_Factory(t) { return (ɵItemValidationSummaryComponent_BaseFactory || (ɵItemValidationSummaryComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ItemValidationSummaryComponent)))(t || ItemValidationSummaryComponent); }; })(); }
@@ -7007,7 +7008,7 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
7007
7008
  }
7008
7009
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
7009
7010
  type: Component,
7010
- args: [{ selector: "anatoly-item-validation-summary", template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.controls[controlName])\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
7011
+ 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" }]
7011
7012
  }], null, null); })();
7012
7013
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemValidationSummaryComponent, { className: "ItemValidationSummaryComponent", filePath: "lib\\ui\\validation\\item-validation-summary.component.ts", lineNumber: 27 }); })();
7013
7014
 
@@ -7026,45 +7027,46 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
7026
7027
  </file>
7027
7028
  */
7028
7029
  //Node
7029
- function ModerationStatusDropdownlist_div_0_kendo_label_2_Template(rf, ctx) { if (rf & 1) {
7030
- i0.ɵɵelement(0, "kendo-label", 5);
7030
+ function ModerationStatusDropdownlist_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7031
+ i0.ɵɵelement(0, "kendo-label", 4);
7031
7032
  } if (rf & 2) {
7032
7033
  const ctx_r2 = i0.ɵɵnextContext(2);
7033
7034
  i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7034
7035
  } }
7035
7036
  function ModerationStatusDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
7036
7037
  const _r4 = i0.ɵɵgetCurrentView();
7037
- i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
7038
- i0.ɵɵtemplate(2, ModerationStatusDropdownlist_div_0_kendo_label_2_Template, 1, 1, "kendo-label", 3);
7039
- i0.ɵɵelementStart(3, "kendo-dropdownlist", 4);
7040
- i0.ɵɵlistener("ngModelChange", function ModerationStatusDropdownlist_div_0_Template_kendo_dropdownlist_ngModelChange_3_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_3_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onChange($event)); });
7041
- i0.ɵɵelementEnd()()();
7038
+ i0.ɵɵelementStart(0, "div");
7039
+ i0.ɵɵtemplate(1, ModerationStatusDropdownlist_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7040
+ i0.ɵɵelementStart(2, "kendo-dropdownlist", 3);
7041
+ 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)); });
7042
+ i0.ɵɵelementEnd()();
7042
7043
  } if (rf & 2) {
7043
7044
  const ctx_r0 = i0.ɵɵnextContext();
7044
- i0.ɵɵadvance(2);
7045
+ i0.ɵɵadvance();
7045
7046
  i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7046
7047
  i0.ɵɵadvance();
7047
7048
  i0.ɵɵproperty("data", ctx_r0.items)("valuePrimitive", true)("ngModel", ctx_r0.sv);
7048
7049
  } }
7049
7050
  function ModerationStatusDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7050
- i0.ɵɵelement(0, "kendo-label", 5);
7051
+ i0.ɵɵelement(0, "kendo-label", 4);
7051
7052
  } if (rf & 2) {
7052
7053
  const ctx_r6 = i0.ɵɵnextContext(2);
7053
7054
  i0.ɵɵpropertyInterpolate("text", ctx_r6.title);
7054
7055
  } }
7055
7056
  function ModerationStatusDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
7056
- i0.ɵɵelementStart(0, "div", 1);
7057
- i0.ɵɵtemplate(1, ModerationStatusDropdownlist_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 3);
7057
+ i0.ɵɵelementStart(0, "div", 5);
7058
+ i0.ɵɵtemplate(1, ModerationStatusDropdownlist_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7058
7059
  i0.ɵɵelement(2, "kendo-dropdownlist", 6)(3, "anatoly-item-validation-summary", 7);
7059
7060
  i0.ɵɵelementEnd();
7060
7061
  } if (rf & 2) {
7061
7062
  const ctx_r1 = i0.ɵɵnextContext();
7063
+ i0.ɵɵproperty("formGroup", ctx_r1.formGroup);
7062
7064
  i0.ɵɵadvance();
7063
7065
  i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7064
7066
  i0.ɵɵadvance();
7065
7067
  i0.ɵɵproperty("data", ctx_r1.items)("valuePrimitive", true)("formControlName", ctx_r1.controlName);
7066
7068
  i0.ɵɵadvance();
7067
- i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted)("controlName", ctx_r1.controlName);
7069
+ i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted)("controlName", ctx_r1.controlName)("controlTitle", ctx_r1.controlTitle);
7068
7070
  } }
7069
7071
  class ModerationStatusDropdownlist extends EnumEditComponentBase {
7070
7072
  constructor() {
@@ -7073,8 +7075,8 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7073
7075
  this.enumeration = ModerationStatus;
7074
7076
  }
7075
7077
  static { this.ɵfac = function ModerationStatusDropdownlist_Factory(t) { return new (t || ModerationStatusDropdownlist)(); }; }
7076
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModerationStatusDropdownlist, selectors: [["anatoly-moderationstatus-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [["class", "form-group", 4, "ngIf"], [1, "form-group"], [1, "controls"], [3, "text", 4, "ngIf"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "ngModel", "ngModelChange", "valueChange"], [3, "text"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "formControlName"], [3, "formGroup", "formSubmitted", "controlName"]], template: function ModerationStatusDropdownlist_Template(rf, ctx) { if (rf & 1) {
7077
- i0.ɵɵtemplate(0, ModerationStatusDropdownlist_div_0_Template, 4, 4, "div", 0)(1, ModerationStatusDropdownlist_div_1_Template, 4, 7, "div", 0);
7078
+ 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) {
7079
+ i0.ɵɵtemplate(0, ModerationStatusDropdownlist_div_0_Template, 3, 4, "div", 0)(1, ModerationStatusDropdownlist_div_1_Template, 4, 9, "div", 1);
7078
7080
  } if (rf & 2) {
7079
7081
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
7080
7082
  i0.ɵɵadvance();
@@ -7083,7 +7085,7 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7083
7085
  }
7084
7086
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ModerationStatusDropdownlist, [{
7085
7087
  type: Component,
7086
- args: [{ selector: 'anatoly-moderationstatus-dropdownlist', template: "<div class=\"form-group\" *ngIf='isNgModelBased'>\r\n <div class=\"controls\">\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</div>\r\n\r\n<div class=\"form-group\" *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 [formControlName]='controlName' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName' />\r\n</div>\r\n" }]
7088
+ 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" }]
7087
7089
  }], () => [], null); })();
7088
7090
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModerationStatusDropdownlist, { className: "ModerationStatusDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\moderationstatus\\moderationstatus.dropdownlist.ts", lineNumber: 27 }); })();
7089
7091
 
@@ -7102,45 +7104,46 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
7102
7104
  </file>
7103
7105
  */
7104
7106
  //Node
7105
- function PublishStatusDropdownlist_div_0_kendo_label_2_Template(rf, ctx) { if (rf & 1) {
7106
- i0.ɵɵelement(0, "kendo-label", 5);
7107
+ function PublishStatusDropdownlist_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7108
+ i0.ɵɵelement(0, "kendo-label", 4);
7107
7109
  } if (rf & 2) {
7108
7110
  const ctx_r2 = i0.ɵɵnextContext(2);
7109
7111
  i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7110
7112
  } }
7111
7113
  function PublishStatusDropdownlist_div_0_Template(rf, ctx) { if (rf & 1) {
7112
7114
  const _r4 = i0.ɵɵgetCurrentView();
7113
- i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
7114
- i0.ɵɵtemplate(2, PublishStatusDropdownlist_div_0_kendo_label_2_Template, 1, 1, "kendo-label", 3);
7115
- i0.ɵɵelementStart(3, "kendo-dropdownlist", 4);
7116
- i0.ɵɵlistener("ngModelChange", function PublishStatusDropdownlist_div_0_Template_kendo_dropdownlist_ngModelChange_3_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_3_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onChange($event)); });
7117
- i0.ɵɵelementEnd()()();
7115
+ i0.ɵɵelementStart(0, "div");
7116
+ i0.ɵɵtemplate(1, PublishStatusDropdownlist_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7117
+ i0.ɵɵelementStart(2, "kendo-dropdownlist", 3);
7118
+ 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)); });
7119
+ i0.ɵɵelementEnd()();
7118
7120
  } if (rf & 2) {
7119
7121
  const ctx_r0 = i0.ɵɵnextContext();
7120
- i0.ɵɵadvance(2);
7122
+ i0.ɵɵadvance();
7121
7123
  i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7122
7124
  i0.ɵɵadvance();
7123
7125
  i0.ɵɵproperty("data", ctx_r0.items)("valuePrimitive", true)("ngModel", ctx_r0.sv);
7124
7126
  } }
7125
7127
  function PublishStatusDropdownlist_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7126
- i0.ɵɵelement(0, "kendo-label", 5);
7128
+ i0.ɵɵelement(0, "kendo-label", 4);
7127
7129
  } if (rf & 2) {
7128
7130
  const ctx_r6 = i0.ɵɵnextContext(2);
7129
7131
  i0.ɵɵpropertyInterpolate("text", ctx_r6.title);
7130
7132
  } }
7131
7133
  function PublishStatusDropdownlist_div_1_Template(rf, ctx) { if (rf & 1) {
7132
- i0.ɵɵelementStart(0, "div", 1);
7133
- i0.ɵɵtemplate(1, PublishStatusDropdownlist_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 3);
7134
+ i0.ɵɵelementStart(0, "div", 5);
7135
+ i0.ɵɵtemplate(1, PublishStatusDropdownlist_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7134
7136
  i0.ɵɵelement(2, "kendo-dropdownlist", 6)(3, "anatoly-item-validation-summary", 7);
7135
7137
  i0.ɵɵelementEnd();
7136
7138
  } if (rf & 2) {
7137
7139
  const ctx_r1 = i0.ɵɵnextContext();
7140
+ i0.ɵɵproperty("formGroup", ctx_r1.formGroup);
7138
7141
  i0.ɵɵadvance();
7139
7142
  i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7140
7143
  i0.ɵɵadvance();
7141
7144
  i0.ɵɵproperty("data", ctx_r1.items)("valuePrimitive", true)("formControlName", ctx_r1.controlName);
7142
7145
  i0.ɵɵadvance();
7143
- i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted)("controlName", ctx_r1.controlName);
7146
+ i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted)("controlName", ctx_r1.controlName)("controlTitle", ctx_r1.controlTitle);
7144
7147
  } }
7145
7148
  class PublishStatusDropdownlist extends EnumEditComponentBase {
7146
7149
  constructor() {
@@ -7149,8 +7152,8 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
7149
7152
  this.enumeration = PublishStatus;
7150
7153
  }
7151
7154
  static { this.ɵfac = function PublishStatusDropdownlist_Factory(t) { return new (t || PublishStatusDropdownlist)(); }; }
7152
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PublishStatusDropdownlist, selectors: [["anatoly-publishstatus-dropdownlist"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [["class", "form-group", 4, "ngIf"], [1, "form-group"], [1, "controls"], [3, "text", 4, "ngIf"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "ngModel", "ngModelChange", "valueChange"], [3, "text"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "formControlName"], [3, "formGroup", "formSubmitted", "controlName"]], template: function PublishStatusDropdownlist_Template(rf, ctx) { if (rf & 1) {
7153
- i0.ɵɵtemplate(0, PublishStatusDropdownlist_div_0_Template, 4, 4, "div", 0)(1, PublishStatusDropdownlist_div_1_Template, 4, 7, "div", 0);
7155
+ 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) {
7156
+ i0.ɵɵtemplate(0, PublishStatusDropdownlist_div_0_Template, 3, 4, "div", 0)(1, PublishStatusDropdownlist_div_1_Template, 4, 9, "div", 1);
7154
7157
  } if (rf & 2) {
7155
7158
  i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
7156
7159
  i0.ɵɵadvance();
@@ -7159,7 +7162,7 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
7159
7162
  }
7160
7163
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PublishStatusDropdownlist, [{
7161
7164
  type: Component,
7162
- args: [{ selector: 'anatoly-publishstatus-dropdownlist', template: "<div class=\"form-group\" *ngIf='isNgModelBased'>\r\n <div class=\"controls\">\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</div>\r\n\r\n<div class=\"form-group\" *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 [formControlName]='controlName' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName' />\r\n</div>\r\n" }]
7165
+ 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" }]
7163
7166
  }], () => [], null); })();
7164
7167
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PublishStatusDropdownlist, { className: "PublishStatusDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\publishstatus\\publishstatus.dropdownlist.ts", lineNumber: 27 }); })();
7165
7168
 
@@ -7273,11 +7276,10 @@ class TimezoneDropdownlist extends EditComponentBase {
7273
7276
 
7274
7277
  Authors:
7275
7278
  Vadim Osovitny vadim.osovitny@osovitny.com
7276
- Anatoly Osovitny anatoly.osovitny@osovitny.com
7277
7279
 
7278
7280
  Created:
7279
7281
  12 Dec 2017
7280
-
7282
+
7281
7283
  Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7282
7284
  </file>
7283
7285
  */
@@ -7358,9 +7360,10 @@ class HtmlEditorComponentBase extends EditComponentBase {
7358
7360
  super();
7359
7361
  this.froalaEditorInitialized = false;
7360
7362
  this.afterInitializedActions = [];
7361
- // Inputs
7362
- this.editorLabelText = "Html";
7363
+ //Inputs
7363
7364
  this.editorOptions = {};
7365
+ this.title = "Html";
7366
+ this.isTitleVisible = true;
7364
7367
  }
7365
7368
  ngOnInit() {
7366
7369
  let opt = this.editorOptions;
@@ -7395,8 +7398,9 @@ class HtmlEditorComponentBase extends EditComponentBase {
7395
7398
  }
7396
7399
  }
7397
7400
  getEditor() {
7398
- if (this.froalaEditor)
7401
+ if (this.froalaEditor) {
7399
7402
  return this.froalaEditor.getEditor();
7403
+ }
7400
7404
  return null;
7401
7405
  }
7402
7406
  // Public Funcs
@@ -7426,74 +7430,17 @@ class HtmlEditorComponentBase extends EditComponentBase {
7426
7430
  });
7427
7431
  }
7428
7432
  static { this.ɵfac = function HtmlEditorComponentBase_Factory(t) { return new (t || HtmlEditorComponentBase)(); }; }
7429
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponentBase, selectors: [["ng-component"]], inputs: { editorLabelText: "editorLabelText", editorOptions: "editorOptions" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function HtmlEditorComponentBase_Template(rf, ctx) { }, encapsulation: 2 }); }
7433
+ 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 }); }
7430
7434
  }
7431
7435
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponentBase, [{
7432
7436
  type: Component,
7433
7437
  args: [{
7434
7438
  template: "",
7435
7439
  }]
7436
- }], () => [], { editorLabelText: [{
7437
- type: Input
7438
- }], editorOptions: [{
7439
- type: Input
7440
- }] }); })();
7441
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib\\ui\\components\\html-editor\\base-html-editor.component.ts", lineNumber: 31 }); })();
7442
-
7443
- /*
7444
- <file>
7445
- Project:
7446
- @osovitny/anatoly
7447
-
7448
- Authors:
7449
- Vadim Osovitny vadim.osovitny@osovitny.com
7450
- Anatoly Osovitny anatoly.osovitny@osovitny.com
7451
-
7452
- Created:
7453
- 12 Dec 2017
7454
-
7455
- Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7456
- </file>
7457
- */
7458
- //Node
7459
- const _c0$9 = a0 => ({ "has-error": a0 });
7460
- class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
7461
- constructor() {
7462
- super();
7463
- this.editorFormKey = "html";
7464
- }
7465
- setFormValueAfterInitialized(name, value) {
7466
- this.doAfterInitialized(function (that) {
7467
- that.setFormValue(name, value);
7468
- });
7469
- }
7470
- static { this.ɵfac = function FormsHtmlEditorComponent_Factory(t) { return new (t || FormsHtmlEditorComponent)(); }; }
7471
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormsHtmlEditorComponent, selectors: [["anatoly-forms-html-editor"]], inputs: { editorFormKey: "editorFormKey" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 10, consts: [[1, "form-group", 3, "formGroup", "ngClass"], [1, "col-form-label"], [3, "formControlName", "froalaEditor", "froalaInit"], [3, "formGroup", "formSubmitted", "controlName"]], template: function FormsHtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
7472
- i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
7473
- i0.ɵɵtext(2);
7474
- i0.ɵɵelementEnd();
7475
- i0.ɵɵelementStart(3, "textarea", 2);
7476
- i0.ɵɵlistener("froalaInit", function FormsHtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
7477
- i0.ɵɵelementEnd();
7478
- i0.ɵɵelement(4, "anatoly-item-validation-summary", 3);
7479
- i0.ɵɵelementEnd();
7480
- } if (rf & 2) {
7481
- i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(8, _c0$9, ctx.isControlInvalid(ctx.editorFormKey)));
7482
- i0.ɵɵadvance(2);
7483
- i0.ɵɵtextInterpolate(ctx.editorLabelText);
7484
- i0.ɵɵadvance();
7485
- i0.ɵɵproperty("formControlName", ctx.editorFormKey)("froalaEditor", ctx.options);
7486
- i0.ɵɵadvance();
7487
- i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.editorFormKey);
7488
- } }, dependencies: [i1$2.NgClass, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3$1.FroalaEditorDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
7489
- }
7490
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormsHtmlEditorComponent, [{
7491
- type: Component,
7492
- args: [{ selector: "anatoly-forms-html-editor", template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n" }]
7493
- }], () => [], { editorFormKey: [{
7440
+ }], () => [], { editorOptions: [{
7494
7441
  type: Input
7495
7442
  }] }); })();
7496
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FormsHtmlEditorComponent, { className: "FormsHtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\forms-html-editor.component.ts", lineNumber: 27 }); })();
7443
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib\\ui\\components\\html-editor\\base-editor.component.ts", lineNumber: 30 }); })();
7497
7444
 
7498
7445
  /*
7499
7446
  <file>
@@ -7502,7 +7449,6 @@ class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
7502
7449
 
7503
7450
  Authors:
7504
7451
  Vadim Osovitny vadim.osovitny@osovitny.com
7505
- Anatoly Osovitny anatoly.osovitny@osovitny.com
7506
7452
 
7507
7453
  Created:
7508
7454
  12 Dec 2017
@@ -7511,9 +7457,65 @@ class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
7511
7457
  </file>
7512
7458
  */
7513
7459
  //Node
7460
+ function HtmlEditorComponent_div_0_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7461
+ i0.ɵɵelement(0, "kendo-label", 4);
7462
+ } if (rf & 2) {
7463
+ const ctx_r2 = i0.ɵɵnextContext(2);
7464
+ i0.ɵɵpropertyInterpolate("text", ctx_r2.title);
7465
+ } }
7466
+ function HtmlEditorComponent_div_0_Template(rf, ctx) { if (rf & 1) {
7467
+ const _r4 = i0.ɵɵgetCurrentView();
7468
+ i0.ɵɵelementStart(0, "div");
7469
+ i0.ɵɵtemplate(1, HtmlEditorComponent_div_0_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7470
+ i0.ɵɵelementStart(2, "textarea", 3);
7471
+ 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)); });
7472
+ i0.ɵɵelementEnd()();
7473
+ } if (rf & 2) {
7474
+ const ctx_r0 = i0.ɵɵnextContext();
7475
+ i0.ɵɵadvance();
7476
+ i0.ɵɵproperty("ngIf", ctx_r0.isTitleVisible);
7477
+ i0.ɵɵadvance();
7478
+ i0.ɵɵproperty("froalaEditor", ctx_r0.options);
7479
+ } }
7480
+ function HtmlEditorComponent_div_1_kendo_label_1_Template(rf, ctx) { if (rf & 1) {
7481
+ i0.ɵɵelement(0, "kendo-label", 4);
7482
+ } if (rf & 2) {
7483
+ const ctx_r5 = i0.ɵɵnextContext(2);
7484
+ i0.ɵɵpropertyInterpolate("text", ctx_r5.title);
7485
+ } }
7486
+ function HtmlEditorComponent_div_1_Template(rf, ctx) { if (rf & 1) {
7487
+ const _r7 = i0.ɵɵgetCurrentView();
7488
+ i0.ɵɵelementStart(0, "div", 5);
7489
+ i0.ɵɵtemplate(1, HtmlEditorComponent_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 2);
7490
+ i0.ɵɵelementStart(2, "textarea", 6);
7491
+ 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)); });
7492
+ i0.ɵɵtext(3, " ");
7493
+ i0.ɵɵelementEnd();
7494
+ i0.ɵɵelement(4, "anatoly-item-validation-summary", 7);
7495
+ i0.ɵɵelementEnd();
7496
+ } if (rf & 2) {
7497
+ const ctx_r1 = i0.ɵɵnextContext();
7498
+ i0.ɵɵproperty("formGroup", ctx_r1.formGroup);
7499
+ i0.ɵɵadvance();
7500
+ i0.ɵɵproperty("ngIf", ctx_r1.isTitleVisible);
7501
+ i0.ɵɵadvance();
7502
+ i0.ɵɵproperty("froalaEditor", ctx_r1.options)("formControlName", ctx_r1.controlName);
7503
+ i0.ɵɵattribute("formControlTitle", ctx_r1.controlTitle);
7504
+ i0.ɵɵadvance(2);
7505
+ i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted)("controlName", ctx_r1.controlName)("controlTitle", ctx_r1.controlTitle);
7506
+ } }
7514
7507
  class HtmlEditorComponent extends HtmlEditorComponentBase {
7515
7508
  constructor() {
7516
7509
  super();
7510
+ this.controlName = "html";
7511
+ this.controlTitle = "Html";
7512
+ }
7513
+ getHtml() {
7514
+ let editor = this.getEditor();
7515
+ if (typeof editor == "undefined" || editor == null) {
7516
+ return;
7517
+ }
7518
+ return editor.html.get(false);
7517
7519
  }
7518
7520
  setHtml(content) {
7519
7521
  this.doAfterInitialized(function (that) {
@@ -7524,33 +7526,25 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7524
7526
  editor.html.set(content);
7525
7527
  });
7526
7528
  }
7527
- getHtml() {
7528
- let editor = this.getEditor();
7529
- if (typeof editor == "undefined" || editor == null) {
7530
- return;
7531
- }
7532
- return editor.html.get(false);
7529
+ setFormValueAfterInitialized(name, value) {
7530
+ this.doAfterInitialized(function (that) {
7531
+ that.setFormValue(name, value);
7532
+ });
7533
7533
  }
7534
7534
  static { this.ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); }; }
7535
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponent, selectors: [["anatoly-html-editor"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 2, consts: [[1, "form-group"], [1, "col-form-label"], [3, "froalaEditor", "froalaInit"]], template: function HtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
7536
- i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
7537
- i0.ɵɵtext(2);
7538
- i0.ɵɵelementEnd();
7539
- i0.ɵɵelementStart(3, "textarea", 2);
7540
- i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
7541
- i0.ɵɵelementEnd()();
7535
+ 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) {
7536
+ i0.ɵɵtemplate(0, HtmlEditorComponent_div_0_Template, 3, 2, "div", 0)(1, HtmlEditorComponent_div_1_Template, 5, 9, "div", 1);
7542
7537
  } if (rf & 2) {
7543
- i0.ɵɵadvance(2);
7544
- i0.ɵɵtextInterpolate(ctx.editorLabelText);
7538
+ i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
7545
7539
  i0.ɵɵadvance();
7546
- i0.ɵɵproperty("froalaEditor", ctx.options);
7547
- } }, dependencies: [i3$1.FroalaEditorDirective], encapsulation: 2 }); }
7540
+ i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
7541
+ } }, dependencies: [i1$2.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3$1.FroalaEditorDirective, i4$1.LabelComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
7548
7542
  }
7549
7543
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
7550
7544
  type: Component,
7551
- args: [{ selector: "anatoly-html-editor", template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n" }]
7545
+ 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" }]
7552
7546
  }], () => [], null); })();
7553
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\html-editor.component.ts", lineNumber: 27 }); })();
7547
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\html-editor.component.ts", lineNumber: 26 }); })();
7554
7548
 
7555
7549
  /*
7556
7550
  <file>
@@ -10203,7 +10197,6 @@ const MAIN_COMPONENTS = [
10203
10197
  TimezoneDropdownlist,
10204
10198
  //EhmlEditor
10205
10199
  HtmlEditorComponent,
10206
- FormsHtmlEditorComponent,
10207
10200
  //Identity
10208
10201
  SignInButtonComponent,
10209
10202
  SignUpButtonComponent,
@@ -10375,7 +10368,7 @@ class AnatolyUIModule {
10375
10368
  ]
10376
10369
  }]
10377
10370
  }], null, null); })();
10378
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, FormsHtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, NativeElementDirective, HoveringDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent], imports: [CommonModule,
10371
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, NativeElementDirective, HoveringDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent], imports: [CommonModule,
10379
10372
  RouterModule,
10380
10373
  ReactiveFormsModule,
10381
10374
  FormsModule,
@@ -10383,7 +10376,7 @@ class AnatolyUIModule {
10383
10376
  FERootModule,
10384
10377
  //External Modules
10385
10378
  FaModule,
10386
- KendoModule], exports: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, FormsHtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, NativeElementDirective, HoveringDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent] }); })();
10379
+ KendoModule], exports: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, NativeElementDirective, HoveringDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent] }); })();
10387
10380
 
10388
10381
  /*
10389
10382
  <file>
@@ -10448,5 +10441,5 @@ class AnatolyModule {
10448
10441
  * Generated bundle index. Do not edit.
10449
10442
  */
10450
10443
 
10451
- export { AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingUtils, BraintreeDialog, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, DiscountCodesApiService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10NUrl, L10nUtils, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, MSALUtils, ModerationStatus, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentMethodsComponent, PaymentOptionsComponent, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, PublishStatus, PublishStatusDropdownlist, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, YouAgreeToOurTermsComponent, dateFormats, dateTimeFormats, getAppSettingsById, getAppSettingsByName, is, localizationInitializerFactory, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
10444
+ export { AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingUtils, BraintreeDialog, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, DiscountCodesApiService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10NUrl, L10nUtils, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, MSALUtils, ModerationStatus, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentMethodsComponent, PaymentOptionsComponent, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, PublishStatus, PublishStatusDropdownlist, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, YouAgreeToOurTermsComponent, dateFormats, dateTimeFormats, getAppSettingsById, getAppSettingsByName, is, localizationInitializerFactory, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
10452
10445
  //# sourceMappingURL=osovitny-anatoly.mjs.map