@acorex/components 20.2.40 → 20.2.42

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.
@@ -259,10 +259,6 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M
259
259
  setDisabledState(isDisabled) {
260
260
  super.setDisabledState(isDisabled);
261
261
  }
262
- internalValueChanged(value) {
263
- if (value && this.isQuillLoaded())
264
- this.setWysiwygContent(value);
265
- }
266
262
  setWysiwygContent(value) {
267
263
  const quill = this.wysiwyg();
268
264
  const delta = quill.clipboard.convert({ html: value });
@@ -276,7 +272,7 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M
276
272
  return style;
277
273
  }
278
274
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: AXWysiwygContainerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
279
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.3.9", type: AXWysiwygContainerComponent, isStandalone: true, selector: "ax-wysiwyg-container", inputs: { look: { classPropertyName: "look", publicName: "look", isSignal: false, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, placeHolder: { classPropertyName: "placeHolder", publicName: "placeHolder", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onValueChanged: "onValueChanged" }, host: { properties: { "attr.name": "this.__hostName", "class": "this.__hostClass" } }, providers: [
275
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.3.9", type: AXWysiwygContainerComponent, isStandalone: true, selector: "ax-wysiwyg-container", inputs: { look: { classPropertyName: "look", publicName: "look", isSignal: false, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null }, placeHolder: { classPropertyName: "placeHolder", publicName: "placeHolder", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onValueChanged: "onValueChanged" }, host: { properties: { "attr.name": "this.__hostName", "class": "this.__hostClass" } }, providers: [
280
276
  WysiwygService,
281
277
  { provide: AXComponent, useExisting: AXWysiwygContainerComponent },
282
278
  { provide: AXFocusableComponent, useExisting: AXWysiwygContainerComponent },
@@ -290,7 +286,7 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M
290
286
  }
291
287
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: AXWysiwygContainerComponent, decorators: [{
292
288
  type: Component,
293
- args: [{ selector: 'ax-wysiwyg-container', inputs: ['look', 'readonly', 'disabled'], outputs: ['onValueChanged'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
289
+ args: [{ selector: 'ax-wysiwyg-container', inputs: ['look', 'readonly', 'disabled', 'value'], outputs: ['onValueChanged'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
294
290
  WysiwygService,
295
291
  { provide: AXComponent, useExisting: AXWysiwygContainerComponent },
296
292
  { provide: AXFocusableComponent, useExisting: AXWysiwygContainerComponent },