@hailin-zheng/editor-core 1.0.48 → 1.0.49

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.
@@ -91,6 +91,7 @@ export declare abstract class Element<P extends object = any> {
91
91
  removeEventByType(eventType: EventTypes): void;
92
92
  invokeEvent(event: EventTypes, evt: ElementEvent, userCapture?: boolean): void;
93
93
  beginMeasure(): void;
94
+ endMeasure(): void;
94
95
  getIndex(): number;
95
96
  get refreshSubject(): Subject<void>;
96
97
  get onChangeSubject(): Subject<void>;
@@ -71,6 +71,12 @@ export declare class ElementUtil {
71
71
  * @param render
72
72
  */
73
73
  private static measureCellVAlign;
74
+ /**
75
+ * 设置表格横向排列方式
76
+ * @param tbRender
77
+ * @private
78
+ */
79
+ private static setTableAlign;
74
80
  /**
75
81
  * 重新测量合并单元格高度
76
82
  * @param tbRender
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "1.0.48",
7
+ "version": "1.0.49",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",