@hailin-zheng/editor-core 2.1.16 → 2.1.17

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.
@@ -23,6 +23,10 @@ export declare class DataElementBarcodeRenderObject extends ResizeLeafRenderObje
23
23
  pagePaintCompleted(e: IRenderData): void;
24
24
  private drawResizeCircle;
25
25
  exportHTML(event: IEditorVNodeOptions): any;
26
+ measureSize(): {
27
+ width: number;
28
+ height: number;
29
+ };
26
30
  toSvgString(qr: qrcodegen.QrCode, border: number, lightColor: string, darkColor: string): any;
27
31
  }
28
32
  export declare class DataElementBarcodeFactory extends ElementFactory<DataElementBarcodeProps> {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "2.1.16",
7
+ "version": "2.1.17",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "moment": "^2.29.3",