@regulaforensics/idv-gui 3.4.316 → 3.5.317-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
@@ -41,6 +41,7 @@ declare type FailedAssets = {
41
41
  export declare class GuiIdv extends BaseModule<GuiModuleProps, GuiModuleConfig> {
42
42
  private _mounted;
43
43
  private _shadowRoot;
44
+ private _renderVersion;
44
45
  props: (IdvModuleProps<GuiModuleProps, GuiModuleConfig> & {
45
46
  devSettings?: GuiModuleDevSettings;
46
47
  }) | null;
@@ -184,6 +185,7 @@ declare type ImageBase = {
184
185
  base64?: string;
185
186
  prepareRequired?: boolean;
186
187
  failurePolicy?: ImageFailurePolicy;
188
+ timeout?: number;
187
189
  };
188
190
 
189
191
  declare type ImageFailurePolicy = 'ignore' | 'placeholderImage' | 'error';