@regulaforensics/idv-gui 3.8.450-nightly → 3.8.452-nightly

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/dist/index.d.ts CHANGED
@@ -67,7 +67,7 @@ export declare class GuiIdv extends BaseModule<GuiModuleProps, GuiModuleConfig>
67
67
  static getIdentifier: () => string;
68
68
  }
69
69
 
70
- export declare const GuiIdvReactComponent: ({ isProcessing: setIsProcessingCallback, moduleProps, perform, devSettings, }: IdvModuleProps<GuiModuleProps, GuiModuleConfig> & {
70
+ export declare const GuiIdvReactComponent: ({ isProcessing: setIsProcessingCallback, moduleProps, perform, devSettings, idvEventListener, }: IdvModuleProps<GuiModuleProps, GuiModuleConfig> & {
71
71
  devSettings?: GuiModuleDevSettings;
72
72
  }) => JSX.Element;
73
73
 
@@ -105,6 +105,7 @@ export declare type GuiModuleDevSettings = {
105
105
  progressBarRange?: number;
106
106
  name?: string;
107
107
  serverError?: string;
108
+ size?: number;
108
109
  }[];
109
110
  };
110
111
  };