@hailin-zheng/editor-core 1.1.25 → 1.1.27

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.
@@ -319,7 +319,7 @@ export declare class ElementUtil {
319
319
  * 校验是否为空内容
320
320
  * @param ele
321
321
  */
322
- static checkEmptyContent(ele: BranchRenderObject): boolean;
322
+ static checkEmptyRenderContent(ele: BranchRenderObject): boolean;
323
323
  /**
324
324
  * 测量行内编组元素
325
325
  * @param render
@@ -1,8 +1,9 @@
1
- import { BlockContainerElement, Element, ElementFactory, readElementProps, SerializeProps, ViewOptions } from "../../element-define";
1
+ import { BlockContainerElement, Element, ElementFactory, IBeginMeasureData, readElementProps, SerializeProps, ViewOptions } from "../../element-define";
2
2
  import { TableRowProps } from "../../element-props";
3
3
  import { IRenderData, MuiltBlockLineRenderObject, RenderObject } from "../../render-define";
4
4
  export declare class TableRowElement extends BlockContainerElement<TableRowProps> {
5
5
  constructor();
6
+ beginMeasure(data: IBeginMeasureData): void;
6
7
  /**
7
8
  * 解决纵向合并行的行缓存高度bug
8
9
  * @private
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.25",
7
+ "version": "1.1.27",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",