matcha-components 20.243.0 → 20.245.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
|
@@ -2785,6 +2785,7 @@ declare class MatchaTextEditorComponent implements ControlValueAccessor, AfterVi
|
|
|
2785
2785
|
contentChange: EventEmitter<string>;
|
|
2786
2786
|
get disabledAttr(): string | null;
|
|
2787
2787
|
private _editor;
|
|
2788
|
+
private _editorReady;
|
|
2788
2789
|
private _pendingValue;
|
|
2789
2790
|
private _isSettingValue;
|
|
2790
2791
|
private _disabled;
|