ht-emr 0.7.39 → 0.7.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.
|
@@ -61,6 +61,9 @@ export declare class MacroParticle {
|
|
|
61
61
|
private _renderActiveEditor;
|
|
62
62
|
private _syncInlineCursor;
|
|
63
63
|
private _renderTextSelection;
|
|
64
|
+
private _getMacroLineHeight;
|
|
65
|
+
private _getMacroLineStart;
|
|
66
|
+
private _getMacroLineIndex;
|
|
64
67
|
private _getIsActiveElement;
|
|
65
68
|
private _getControlColor;
|
|
66
69
|
private _getValueColor;
|