@regulaforensics/vp-frontend-document-components 8.3.2452-nightly → 8.3.2454-rc
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 -5
- package/dist/main.iife.js +25 -25
- package/dist/main.js +11129 -11324
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -120,8 +120,7 @@ declare enum DocumentReaderAttributes {
|
|
|
120
120
|
cameraId = "camera-id",
|
|
121
121
|
changeCamera = "change-camera",
|
|
122
122
|
closeButton = "close-button",
|
|
123
|
-
captureButton = "capture-button"
|
|
124
|
-
newLayout = "new-layout"
|
|
123
|
+
captureButton = "capture-button"
|
|
125
124
|
}
|
|
126
125
|
|
|
127
126
|
export declare class DocumentReaderCaptureWebComponent extends HTMLElement {
|
|
@@ -297,7 +296,6 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
|
|
|
297
296
|
finalizeOnTimeout?: boolean;
|
|
298
297
|
maxImageSize?: number;
|
|
299
298
|
maxResolutionSize?: number;
|
|
300
|
-
newLayout?: boolean;
|
|
301
299
|
}
|
|
302
300
|
|
|
303
301
|
export declare class DocumentReaderWebComponent extends HTMLElement {
|
|
@@ -358,7 +356,6 @@ export declare enum EventActions {
|
|
|
358
356
|
VIDEO_STOPPED = "VIDEO_STOPPED",
|
|
359
357
|
FILE_PROCESS_STARTED = "FILE_PROCESS_STARTED",
|
|
360
358
|
PROCESS_FINISHED = "PROCESS_FINISHED",
|
|
361
|
-
PROCESS_LIVENESS = "PROCESS_LIVENESS",
|
|
362
359
|
SERVICE_INITIALIZED = "SERVICE_INITIALIZED",
|
|
363
360
|
REMOTE_TRANSACTION_UPLOADED = "REMOTE_TRANSACTION_UPLOADED",
|
|
364
361
|
REMOTE_PROCESS_FINISHED = "REMOTE_PROCESS_FINISHED"
|
|
@@ -448,7 +445,7 @@ declare interface IOptions {
|
|
|
448
445
|
color?: string;
|
|
449
446
|
}
|
|
450
447
|
|
|
451
|
-
declare type Labels = 'preparingCamera' | 'timeout' | 'noFocus' | 'somethingWentWrong' | 'incorrectCameraId' | 'done' | 'cameraUnavailable' | 'versionNotSupported' | 'httpNotSupported' | 'insecurePageContext' | 'badLicense' | 'fileCorrupt' | 'largeFile' | 'placeDocumentIntoFrame' | 'holdDocumentStraight' | 'glaresOnDocument' | 'tryAgain' | 'noCameraAvailable' | 'positionDocumentCenter' | 'uploadPhoto' | 'moveCloser' | 'keepDeviceStill' | 'camera' | 'switchToMobile' | 'openPhoneCamera' | 'pleaseWait' | 'mobileDevice' | 'verifyYourIdentity' | 'fromCameraFilesMobileDesktop' | 'fromCameraFilesDesktop' | 'fromCameraMobileDesktop' | 'fromFilesMobileDesktop' | 'fromCameraDesktop' | 'fromFilesDesktop' | 'fromMobileDesktop' | 'fromCameraGalleryMobile' | 'fromGalleryMobile' | 'gallery' | 'files' | 'returnToComputer' | 'documentCaptured' | 'or' | 'continueInBrowser'
|
|
448
|
+
declare type Labels = 'preparingCamera' | 'timeout' | 'noFocus' | 'somethingWentWrong' | 'incorrectCameraId' | 'done' | 'cameraUnavailable' | 'versionNotSupported' | 'httpNotSupported' | 'insecurePageContext' | 'badLicense' | 'fileCorrupt' | 'largeFile' | 'placeDocumentIntoFrame' | 'holdDocumentStraight' | 'glaresOnDocument' | 'tryAgain' | 'noCameraAvailable' | 'positionDocumentCenter' | 'uploadPhoto' | 'moveCloser' | 'keepDeviceStill' | 'camera' | 'switchToMobile' | 'openPhoneCamera' | 'pleaseWait' | 'mobileDevice' | 'verifyYourIdentity' | 'fromCameraFilesMobileDesktop' | 'fromCameraFilesDesktop' | 'fromCameraMobileDesktop' | 'fromFilesMobileDesktop' | 'fromCameraDesktop' | 'fromFilesDesktop' | 'fromMobileDesktop' | 'fromCameraGalleryMobile' | 'fromGalleryMobile' | 'gallery' | 'files' | 'returnToComputer' | 'documentCaptured' | 'or' | 'continueInBrowser';
|
|
452
449
|
|
|
453
450
|
declare type Languages = 'ru' | 'en' | 'de' | 'pl' | 'it' | 'hu' | 'zh' | 'sk' | 'uk' | 'fr' | 'es' | 'pt' | 'ar' | 'nl' | 'id' | 'vi' | 'ko' | 'ms' | 'ro' | 'el' | 'tr' | 'ja' | 'cs' | 'th' | 'hi' | 'bn' | 'he' | 'fi' | 'sv' | 'da' | 'hr' | 'no' | 'uz' | 'hy' | 'ky';
|
|
454
451
|
|