matcha-components 20.241.0 → 20.243.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
|
@@ -2797,6 +2797,7 @@ declare class MatchaTextEditorComponent implements ControlValueAccessor, AfterVi
|
|
|
2797
2797
|
registerOnChange(fn: (value: string) => void): void;
|
|
2798
2798
|
registerOnTouched(fn: () => void): void;
|
|
2799
2799
|
setDisabledState(isDisabled: boolean): void;
|
|
2800
|
+
insertHtml(html: string): void;
|
|
2800
2801
|
private _injectScript;
|
|
2801
2802
|
private _injectStyle;
|
|
2802
2803
|
private _loadAssets;
|