@ebuilding/form 2.1.12 → 2.1.13
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.
|
@@ -3203,19 +3203,15 @@ class DeonNzFieldTextArea extends FieldType {
|
|
|
3203
3203
|
this.formControl.markAsTouched();
|
|
3204
3204
|
}
|
|
3205
3205
|
onContentChanged(event) {
|
|
3206
|
-
console.log("onContentChanged", event);
|
|
3207
3206
|
if (event.text) {
|
|
3208
3207
|
this.formControl.patchValue(event.editor.root.innerHTML, { emitEvent: false });
|
|
3209
3208
|
}
|
|
3210
3209
|
}
|
|
3211
3210
|
onSelectionChanged(event) {
|
|
3212
|
-
console.log("onSelectionChanged");
|
|
3213
3211
|
}
|
|
3214
3212
|
onFocus(event) {
|
|
3215
|
-
console.log("onFocus");
|
|
3216
3213
|
}
|
|
3217
3214
|
onBlur(event) {
|
|
3218
|
-
console.log("onBlur");
|
|
3219
3215
|
}
|
|
3220
3216
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: DeonNzFieldTextArea, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
3221
3217
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: DeonNzFieldTextArea, isStandalone: true, selector: "deon-nz-field-textarea", usesInheritance: true, ngImport: i0, template: `
|