@regulaforensics/idv-gui 3.4.315-nightly → 3.4.316
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 +0 -2
- package/dist/main.iife.js +4 -4
- package/dist/main.js +837 -851
- package/dist/main.umd.cjs +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -41,7 +41,6 @@ declare type FailedAssets = {
|
|
|
41
41
|
export declare class GuiIdv extends BaseModule<GuiModuleProps, GuiModuleConfig> {
|
|
42
42
|
private _mounted;
|
|
43
43
|
private _shadowRoot;
|
|
44
|
-
private _renderVersion;
|
|
45
44
|
props: (IdvModuleProps<GuiModuleProps, GuiModuleConfig> & {
|
|
46
45
|
devSettings?: GuiModuleDevSettings;
|
|
47
46
|
}) | null;
|
|
@@ -185,7 +184,6 @@ declare type ImageBase = {
|
|
|
185
184
|
base64?: string;
|
|
186
185
|
prepareRequired?: boolean;
|
|
187
186
|
failurePolicy?: ImageFailurePolicy;
|
|
188
|
-
timeout?: number;
|
|
189
187
|
};
|
|
190
188
|
|
|
191
189
|
declare type ImageFailurePolicy = 'ignore' | 'placeholderImage' | 'error';
|