@abidibo/react-cam-roi 0.7.0 → 0.8.0

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.
@@ -170,6 +170,7 @@ export interface Output {
170
170
  presetName: string;
171
171
  presetDescription: string;
172
172
  rois: OutputRoi[];
173
+ errors?: string[];
173
174
  }
174
175
  export declare enum UpdateEventType {
175
176
  AddRoi = "AddRoi",
@@ -7,6 +7,7 @@ export type RoiEditorProps = {
7
7
  onSubmit: (data: Output) => void;
8
8
  onUpdate?: (data: Output) => void;
9
9
  initialData?: Output;
10
+ allowPartialSave?: boolean;
10
11
  };
11
12
  declare const RoiEditor: React.FC<RoiEditorProps>;
12
13
  export default RoiEditor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abidibo/react-cam-roi",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "A react component for drawing ROI over images and managing metadata",
5
5
  "repository": {
6
6
  "type": "git",