@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.
@@ -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
  * 行内编组元素
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "1.1.35",
7
+ "version": "1.1.36",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",