@hailin-zheng/editor-core 2.0.51 → 2.0.52

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.
@@ -318,7 +318,8 @@ export declare class DataElementBarcodeProps {
318
318
  height: number;
319
319
  };
320
320
  }
321
- export declare class BodyPartProps {
321
+ export declare class BodyPartProps extends INotifyPropertyChanged {
322
322
  partId: string;
323
+ getSerializeProps(viewOptions: ViewOptions): any;
323
324
  }
324
325
  export {};
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "2.0.51",
7
+ "version": "2.0.52",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",