matcha-components 20.250.0 → 20.252.0
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/index.d.ts
CHANGED
|
@@ -2799,6 +2799,7 @@ declare class MatchaTextEditorComponent implements ControlValueAccessor, AfterVi
|
|
|
2799
2799
|
registerOnTouched(fn: () => void): void;
|
|
2800
2800
|
setDisabledState(isDisabled: boolean): void;
|
|
2801
2801
|
insertHtml(html: string): void;
|
|
2802
|
+
private _setEditorHtml;
|
|
2802
2803
|
private _injectScript;
|
|
2803
2804
|
private _injectStyle;
|
|
2804
2805
|
private _loadAssets;
|