@regulaforensics/vp-frontend-document-components 7.5.2030-nightly → 7.6.2033-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 +2 -0
- package/dist/main.iife.js +24 -24
- package/dist/main.js +5070 -5064
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -304,6 +304,8 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
|
|
|
304
304
|
videoRecord?: boolean | VideoRecordSettings;
|
|
305
305
|
videoCaptureMotionControl?: boolean;
|
|
306
306
|
mobileDelegate?: boolean;
|
|
307
|
+
nextPageAnimationStartDelay?: number;
|
|
308
|
+
nextPageAnimationEndDelay?: number;
|
|
307
309
|
}
|
|
308
310
|
|
|
309
311
|
export declare class DocumentReaderWebComponent extends HTMLElement {
|