@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.
- package/index-cjs.js +12 -2
- package/index-cjs.js.map +1 -1
- package/index.js +12 -2
- package/index.js.map +1 -1
- package/med_editor/framework/element-props.d.ts +2 -1
- package/package.json +1 -1
@@ -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 {};
|