@regulaforensics/vp-frontend-document-components 8.1.2222-nightly → 8.1.2223-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 +26 -26
- package/dist/main.js +12577 -12628
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -53,10 +53,6 @@ export declare interface CameraSnapshotSettings {
|
|
|
53
53
|
uploadFileButton?: boolean;
|
|
54
54
|
mirrorButton?: boolean;
|
|
55
55
|
mirrorType?: MirrorType;
|
|
56
|
-
statusPositionMultiplier?: number;
|
|
57
|
-
statusIcon?: boolean;
|
|
58
|
-
activityIndicatorPortraitPositionMultiplier?: number;
|
|
59
|
-
activityIndicatorLandscapePositionMultiplier?: number;
|
|
60
56
|
}
|
|
61
57
|
|
|
62
58
|
export declare type CaptureFrameType = {
|
|
@@ -178,7 +174,6 @@ export declare class DocumentReaderProcessor {
|
|
|
178
174
|
}
|
|
179
175
|
|
|
180
176
|
export declare type DocumentReaderProcessParam = Pick<ProcessParams, 'generateNumericCodes' | 'returnUncroppedImage' | 'log' | 'resultTypeOutput' | 'customParams' | 'imageOutputMaxHeight' | 'imageOutputMaxWidth' | 'fieldTypesFilter' | 'dateFormat' | 'measureSystem' | 'imageDpiOutMax' | 'alreadyCropped' | 'fastDocDetect' | 'updateOCRValidityByGlare' | 'returnCroppedBarcode' | 'respectImageQuality' | 'forceDocFormat' | 'noGraphics' | 'depersonalizeLog' | 'multiDocOnImage' | 'shiftExpiryDate' | 'minimalHolderAge' | 'mrzFormatsFilter' | 'forceReadMrzBeforeLocate' | 'parseBarcodes' | 'splitNames' | 'doublePageSpread' | 'strictImageQuality' | 'doDetectCan' | 'generateDoublePageSpreadImage' | 'mrzDetectMode' | 'strictBarcodeDigitalSignatureCheck' | 'selectLongestNames'> & {
|
|
181
|
-
generateAlpha2Codes?: boolean;
|
|
182
177
|
returnPackageForReprocess?: boolean;
|
|
183
178
|
scenario?: InternalScenarios;
|
|
184
179
|
multipageProcessing?: boolean;
|
|
@@ -268,6 +263,8 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
|
|
|
268
263
|
backgroundMaskAlpha?: number;
|
|
269
264
|
cameraFramePortraitAspectRatio?: number;
|
|
270
265
|
cameraFrameLandscapeAspectRatio?: number;
|
|
266
|
+
statusPositionMultiplier?: number;
|
|
267
|
+
statusIcon?: boolean;
|
|
271
268
|
cameraFrameOffsetWidth?: number;
|
|
272
269
|
cameraFrameVerticalPositionMultiplier?: number;
|
|
273
270
|
cameraFrameHorizontalPositionMultiplier?: number;
|