@hailin-zheng/editor-core 1.1.35 → 1.1.36
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-cjs.js +13 -2
- package/index-cjs.js.map +1 -1
- package/index.js +13 -3
- package/index.js.map +1 -1
- package/med_editor/framework/element-define.d.ts +1 -0
- package/package.json +1 -1
@@ -135,6 +135,7 @@ export declare abstract class BranchElement<P extends object = any> extends Elem
|
|
135
135
|
pubOnChange(selfChange: pubChangeType): void;
|
136
136
|
}
|
137
137
|
export declare function clearChildrenRenderCache(ele: BranchElement): void;
|
138
|
+
export declare function setChildrenModifyFlag(modifyFlag: ModifyFlag, ele: BranchElement): void;
|
138
139
|
export declare type pubChangeType = 'self' | 'tracker' | 'to-child';
|
139
140
|
/**
|
140
141
|
* 行内编组元素
|