@ones-editor/editor 2.2.14-beta.17 → 2.2.14-beta.18
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.
|
@@ -18,6 +18,8 @@ export default abstract class GraphBase {
|
|
|
18
18
|
private handleReadonlyChanged;
|
|
19
19
|
destroy(): void;
|
|
20
20
|
private updateLayoutData;
|
|
21
|
+
private updateCodeValue;
|
|
22
|
+
private delayUpdateInputTimer;
|
|
21
23
|
private handleInputChange;
|
|
22
24
|
private handleFlexChange;
|
|
23
25
|
private getRealView;
|