@osovitny/anatoly 3.17.101 → 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.
- package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +12 -10
- package/esm2022/lib/ui/components/dropdownlists/moderationstatus/moderationstatus.dropdownlist.mjs +17 -16
- package/esm2022/lib/ui/components/dropdownlists/publishstatus/publishstatus.dropdownlist.mjs +16 -16
- package/esm2022/lib/ui/components/exports.mjs +3 -4
- package/esm2022/lib/ui/components/html-editor/base-editor.component.mjs +94 -0
- package/esm2022/lib/ui/components/html-editor/defaultoptions.mjs +85 -0
- package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +75 -23
- package/esm2022/lib/ui/components/index.mjs +2 -3
- package/esm2022/lib/ui/ui.module.mjs +24 -25
- package/fesm2022/osovitny-anatoly.mjs +139 -147
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/ui/components/exports.d.ts +2 -3
- package/lib/ui/components/html-editor/{base-html-editor.component.d.ts → base-editor.component.d.ts} +1 -2
- package/lib/ui/components/html-editor/html-editor.component.d.ts +3 -2
- package/lib/ui/ui.module.d.ts +29 -30
- package/package.json +1 -1
- package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +0 -94
- package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +0 -64
- package/esm2022/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +0 -86
- package/lib/ui/components/html-editor/forms-html-editor.component.d.ts +0 -9
- /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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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
|
|
6765
|
-
i0.ɵɵ
|
|
6766
|
-
|
|
6767
|
-
i0.ɵɵ
|
|
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,
|
|
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"], [
|
|
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'
|
|
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
|
|
|
@@ -7026,45 +7027,46 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
7026
7027
|
</file>
|
|
7027
7028
|
*/
|
|
7028
7029
|
//Node
|
|
7029
|
-
function
|
|
7030
|
-
i0.ɵɵelement(0, "kendo-label",
|
|
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"
|
|
7038
|
-
i0.ɵɵtemplate(
|
|
7039
|
-
i0.ɵɵelementStart(
|
|
7040
|
-
i0.ɵɵlistener("ngModelChange", function
|
|
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(
|
|
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",
|
|
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",
|
|
7057
|
-
i0.ɵɵtemplate(1, ModerationStatusDropdownlist_div_1_kendo_label_1_Template, 1, 1, "kendo-label",
|
|
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: [[
|
|
7077
|
-
i0.ɵɵtemplate(0, ModerationStatusDropdownlist_div_0_Template,
|
|
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
|
|
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,36 +7104,36 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
|
|
|
7102
7104
|
</file>
|
|
7103
7105
|
*/
|
|
7104
7106
|
//Node
|
|
7105
|
-
function
|
|
7106
|
-
i0.ɵɵelement(0, "kendo-label",
|
|
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")
|
|
7114
|
-
i0.ɵɵtemplate(
|
|
7115
|
-
i0.ɵɵelementStart(
|
|
7116
|
-
i0.ɵɵlistener("ngModelChange", function
|
|
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(
|
|
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",
|
|
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",
|
|
7133
|
-
i0.ɵɵtemplate(1, PublishStatusDropdownlist_div_1_kendo_label_1_Template, 1, 1, "kendo-label",
|
|
7134
|
-
i0.ɵɵelement(2, "kendo-dropdownlist",
|
|
7134
|
+
i0.ɵɵelementStart(0, "div", 5);
|
|
7135
|
+
i0.ɵɵtemplate(1, PublishStatusDropdownlist_div_1_kendo_label_1_Template, 1, 1, "kendo-label", 2);
|
|
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();
|
|
@@ -7150,8 +7152,8 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
|
|
|
7150
7152
|
this.enumeration = PublishStatus;
|
|
7151
7153
|
}
|
|
7152
7154
|
static { this.ɵfac = function PublishStatusDropdownlist_Factory(t) { return new (t || PublishStatusDropdownlist)(); }; }
|
|
7153
|
-
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"], [
|
|
7154
|
-
i0.ɵɵtemplate(0, PublishStatusDropdownlist_div_0_Template,
|
|
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);
|
|
7155
7157
|
} if (rf & 2) {
|
|
7156
7158
|
i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
|
|
7157
7159
|
i0.ɵɵadvance();
|
|
@@ -7160,7 +7162,7 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
|
|
|
7160
7162
|
}
|
|
7161
7163
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PublishStatusDropdownlist, [{
|
|
7162
7164
|
type: Component,
|
|
7163
|
-
args: [{ selector: 'anatoly-publishstatus-dropdownlist', template: "<div *ngIf='isNgModelBased'>\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" }]
|
|
7164
7166
|
}], () => [], null); })();
|
|
7165
7167
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PublishStatusDropdownlist, { className: "PublishStatusDropdownlist", filePath: "lib\\ui\\components\\dropdownlists\\publishstatus\\publishstatus.dropdownlist.ts", lineNumber: 27 }); })();
|
|
7166
7168
|
|
|
@@ -7274,11 +7276,10 @@ class TimezoneDropdownlist extends EditComponentBase {
|
|
|
7274
7276
|
|
|
7275
7277
|
Authors:
|
|
7276
7278
|
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
7277
|
-
Anatoly Osovitny anatoly.osovitny@osovitny.com
|
|
7278
7279
|
|
|
7279
7280
|
Created:
|
|
7280
7281
|
12 Dec 2017
|
|
7281
|
-
|
|
7282
|
+
|
|
7282
7283
|
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7283
7284
|
</file>
|
|
7284
7285
|
*/
|
|
@@ -7359,9 +7360,10 @@ class HtmlEditorComponentBase extends EditComponentBase {
|
|
|
7359
7360
|
super();
|
|
7360
7361
|
this.froalaEditorInitialized = false;
|
|
7361
7362
|
this.afterInitializedActions = [];
|
|
7362
|
-
//
|
|
7363
|
-
this.editorLabelText = "Html";
|
|
7363
|
+
//Inputs
|
|
7364
7364
|
this.editorOptions = {};
|
|
7365
|
+
this.title = "Html";
|
|
7366
|
+
this.isTitleVisible = true;
|
|
7365
7367
|
}
|
|
7366
7368
|
ngOnInit() {
|
|
7367
7369
|
let opt = this.editorOptions;
|
|
@@ -7396,8 +7398,9 @@ class HtmlEditorComponentBase extends EditComponentBase {
|
|
|
7396
7398
|
}
|
|
7397
7399
|
}
|
|
7398
7400
|
getEditor() {
|
|
7399
|
-
if (this.froalaEditor)
|
|
7401
|
+
if (this.froalaEditor) {
|
|
7400
7402
|
return this.froalaEditor.getEditor();
|
|
7403
|
+
}
|
|
7401
7404
|
return null;
|
|
7402
7405
|
}
|
|
7403
7406
|
// Public Funcs
|
|
@@ -7427,74 +7430,17 @@ class HtmlEditorComponentBase extends EditComponentBase {
|
|
|
7427
7430
|
});
|
|
7428
7431
|
}
|
|
7429
7432
|
static { this.ɵfac = function HtmlEditorComponentBase_Factory(t) { return new (t || HtmlEditorComponentBase)(); }; }
|
|
7430
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponentBase, selectors: [["ng-component"]], inputs: {
|
|
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 }); }
|
|
7431
7434
|
}
|
|
7432
7435
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponentBase, [{
|
|
7433
7436
|
type: Component,
|
|
7434
7437
|
args: [{
|
|
7435
7438
|
template: "",
|
|
7436
7439
|
}]
|
|
7437
|
-
}], () => [], {
|
|
7438
|
-
type: Input
|
|
7439
|
-
}], editorOptions: [{
|
|
7440
|
-
type: Input
|
|
7441
|
-
}] }); })();
|
|
7442
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib\\ui\\components\\html-editor\\base-html-editor.component.ts", lineNumber: 31 }); })();
|
|
7443
|
-
|
|
7444
|
-
/*
|
|
7445
|
-
<file>
|
|
7446
|
-
Project:
|
|
7447
|
-
@osovitny/anatoly
|
|
7448
|
-
|
|
7449
|
-
Authors:
|
|
7450
|
-
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
7451
|
-
Anatoly Osovitny anatoly.osovitny@osovitny.com
|
|
7452
|
-
|
|
7453
|
-
Created:
|
|
7454
|
-
12 Dec 2017
|
|
7455
|
-
|
|
7456
|
-
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7457
|
-
</file>
|
|
7458
|
-
*/
|
|
7459
|
-
//Node
|
|
7460
|
-
const _c0$9 = a0 => ({ "has-error": a0 });
|
|
7461
|
-
class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
|
|
7462
|
-
constructor() {
|
|
7463
|
-
super();
|
|
7464
|
-
this.editorFormKey = "html";
|
|
7465
|
-
}
|
|
7466
|
-
setFormValueAfterInitialized(name, value) {
|
|
7467
|
-
this.doAfterInitialized(function (that) {
|
|
7468
|
-
that.setFormValue(name, value);
|
|
7469
|
-
});
|
|
7470
|
-
}
|
|
7471
|
-
static { this.ɵfac = function FormsHtmlEditorComponent_Factory(t) { return new (t || FormsHtmlEditorComponent)(); }; }
|
|
7472
|
-
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) {
|
|
7473
|
-
i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
|
|
7474
|
-
i0.ɵɵtext(2);
|
|
7475
|
-
i0.ɵɵelementEnd();
|
|
7476
|
-
i0.ɵɵelementStart(3, "textarea", 2);
|
|
7477
|
-
i0.ɵɵlistener("froalaInit", function FormsHtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
|
|
7478
|
-
i0.ɵɵelementEnd();
|
|
7479
|
-
i0.ɵɵelement(4, "anatoly-item-validation-summary", 3);
|
|
7480
|
-
i0.ɵɵelementEnd();
|
|
7481
|
-
} if (rf & 2) {
|
|
7482
|
-
i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(8, _c0$9, ctx.isControlInvalid(ctx.editorFormKey)));
|
|
7483
|
-
i0.ɵɵadvance(2);
|
|
7484
|
-
i0.ɵɵtextInterpolate(ctx.editorLabelText);
|
|
7485
|
-
i0.ɵɵadvance();
|
|
7486
|
-
i0.ɵɵproperty("formControlName", ctx.editorFormKey)("froalaEditor", ctx.options);
|
|
7487
|
-
i0.ɵɵadvance();
|
|
7488
|
-
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.editorFormKey);
|
|
7489
|
-
} }, dependencies: [i1$2.NgClass, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3$1.FroalaEditorDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
|
|
7490
|
-
}
|
|
7491
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormsHtmlEditorComponent, [{
|
|
7492
|
-
type: Component,
|
|
7493
|
-
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" }]
|
|
7494
|
-
}], () => [], { editorFormKey: [{
|
|
7440
|
+
}], () => [], { editorOptions: [{
|
|
7495
7441
|
type: Input
|
|
7496
7442
|
}] }); })();
|
|
7497
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
7443
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponentBase, { className: "HtmlEditorComponentBase", filePath: "lib\\ui\\components\\html-editor\\base-editor.component.ts", lineNumber: 30 }); })();
|
|
7498
7444
|
|
|
7499
7445
|
/*
|
|
7500
7446
|
<file>
|
|
@@ -7503,7 +7449,6 @@ class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
7503
7449
|
|
|
7504
7450
|
Authors:
|
|
7505
7451
|
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
7506
|
-
Anatoly Osovitny anatoly.osovitny@osovitny.com
|
|
7507
7452
|
|
|
7508
7453
|
Created:
|
|
7509
7454
|
12 Dec 2017
|
|
@@ -7512,9 +7457,65 @@ class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
7512
7457
|
</file>
|
|
7513
7458
|
*/
|
|
7514
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
|
+
} }
|
|
7515
7507
|
class HtmlEditorComponent extends HtmlEditorComponentBase {
|
|
7516
7508
|
constructor() {
|
|
7517
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);
|
|
7518
7519
|
}
|
|
7519
7520
|
setHtml(content) {
|
|
7520
7521
|
this.doAfterInitialized(function (that) {
|
|
@@ -7525,33 +7526,25 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
7525
7526
|
editor.html.set(content);
|
|
7526
7527
|
});
|
|
7527
7528
|
}
|
|
7528
|
-
|
|
7529
|
-
|
|
7530
|
-
|
|
7531
|
-
|
|
7532
|
-
}
|
|
7533
|
-
return editor.html.get(false);
|
|
7529
|
+
setFormValueAfterInitialized(name, value) {
|
|
7530
|
+
this.doAfterInitialized(function (that) {
|
|
7531
|
+
that.setFormValue(name, value);
|
|
7532
|
+
});
|
|
7534
7533
|
}
|
|
7535
7534
|
static { this.ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); }; }
|
|
7536
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponent, selectors: [["anatoly-html-editor"]], features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
7537
|
-
i0.ɵɵ
|
|
7538
|
-
i0.ɵɵtext(2);
|
|
7539
|
-
i0.ɵɵelementEnd();
|
|
7540
|
-
i0.ɵɵelementStart(3, "textarea", 2);
|
|
7541
|
-
i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
|
|
7542
|
-
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);
|
|
7543
7537
|
} if (rf & 2) {
|
|
7544
|
-
i0.ɵɵ
|
|
7545
|
-
i0.ɵɵtextInterpolate(ctx.editorLabelText);
|
|
7538
|
+
i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
|
|
7546
7539
|
i0.ɵɵadvance();
|
|
7547
|
-
i0.ɵɵproperty("
|
|
7548
|
-
} }, 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 }); }
|
|
7549
7542
|
}
|
|
7550
7543
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
|
|
7551
7544
|
type: Component,
|
|
7552
|
-
args: [{ selector: "anatoly-html-editor", template: "<div
|
|
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" }]
|
|
7553
7546
|
}], () => [], null); })();
|
|
7554
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\html-editor.component.ts", lineNumber:
|
|
7547
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HtmlEditorComponent, { className: "HtmlEditorComponent", filePath: "lib\\ui\\components\\html-editor\\html-editor.component.ts", lineNumber: 26 }); })();
|
|
7555
7548
|
|
|
7556
7549
|
/*
|
|
7557
7550
|
<file>
|
|
@@ -10204,7 +10197,6 @@ const MAIN_COMPONENTS = [
|
|
|
10204
10197
|
TimezoneDropdownlist,
|
|
10205
10198
|
//EhmlEditor
|
|
10206
10199
|
HtmlEditorComponent,
|
|
10207
|
-
FormsHtmlEditorComponent,
|
|
10208
10200
|
//Identity
|
|
10209
10201
|
SignInButtonComponent,
|
|
10210
10202
|
SignUpButtonComponent,
|
|
@@ -10376,7 +10368,7 @@ class AnatolyUIModule {
|
|
|
10376
10368
|
]
|
|
10377
10369
|
}]
|
|
10378
10370
|
}], null, null); })();
|
|
10379
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent,
|
|
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,
|
|
10380
10372
|
RouterModule,
|
|
10381
10373
|
ReactiveFormsModule,
|
|
10382
10374
|
FormsModule,
|
|
@@ -10384,7 +10376,7 @@ class AnatolyUIModule {
|
|
|
10384
10376
|
FERootModule,
|
|
10385
10377
|
//External Modules
|
|
10386
10378
|
FaModule,
|
|
10387
|
-
KendoModule], exports: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent,
|
|
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] }); })();
|
|
10388
10380
|
|
|
10389
10381
|
/*
|
|
10390
10382
|
<file>
|
|
@@ -10449,5 +10441,5 @@ class AnatolyModule {
|
|
|
10449
10441
|
* Generated bundle index. Do not edit.
|
|
10450
10442
|
*/
|
|
10451
10443
|
|
|
10452
|
-
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,
|
|
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 };
|
|
10453
10445
|
//# sourceMappingURL=osovitny-anatoly.mjs.map
|