@regulaforensics/vp-frontend-document-components 8.3.2434-rc → 8.3.2436-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 -4
- package/dist/main.iife.js +24 -24
- package/dist/main.js +9563 -9664
- package/package.json +1 -1
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 {
|
|
@@ -293,7 +292,6 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
|
|
|
293
292
|
finalizeOnTimeout?: boolean;
|
|
294
293
|
maxImageSize?: number;
|
|
295
294
|
maxResolutionSize?: number;
|
|
296
|
-
newLayout?: boolean;
|
|
297
295
|
}
|
|
298
296
|
|
|
299
297
|
export declare class DocumentReaderWebComponent extends HTMLElement {
|
|
@@ -443,7 +441,7 @@ declare interface IOptions {
|
|
|
443
441
|
color?: string;
|
|
444
442
|
}
|
|
445
443
|
|
|
446
|
-
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'
|
|
444
|
+
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';
|
|
447
445
|
|
|
448
446
|
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';
|
|
449
447
|
|