@regulaforensics/vp-frontend-face-components 8.3.2175-rc → 8.3.2177-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/README.md +1 -0
- package/dist/index.d.ts +5 -1
- package/dist/main.iife.js +13 -10
- package/dist/main.js +7741 -7481
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -448,6 +448,7 @@ The generated event object (`event.detail`) contains three fields that describe
|
|
|
448
448
|
| `PRESS_START_BUTTON` | The "Get started" button is pressed. | `face-liveness`, `face-capture` |
|
|
449
449
|
| `PRESS_RETRY_BUTTON` | The "Retry" button is pressed. | `face-liveness`, `face-capture` |
|
|
450
450
|
| `CLOSE` | The "Close" button is pressed. | `face-liveness`, `face-capture` |
|
|
451
|
+
| `PROCESSING_REQUEST` | The component is sending data to the backend. | `face-liveness` |
|
|
451
452
|
| `PROCESS_FINISHED` | The component has finished its work. | `face-liveness`, `face-capture` |
|
|
452
453
|
| `SERVICE_INITIALIZED` | The component has started its work. | `face-liveness`, `face-capture` |
|
|
453
454
|
| `RETRY_COUNTER_EXCEEDED` | The component has finished its work due to the exceeded number of transaction attempts. | `face-liveness` |
|
package/dist/index.d.ts
CHANGED
|
@@ -22,6 +22,9 @@ export declare type ComputedCss = {
|
|
|
22
22
|
successScreenImage?: string;
|
|
23
23
|
retryScreenEnvironmentImage?: string;
|
|
24
24
|
retryScreenPersonImage?: string;
|
|
25
|
+
retryScreenFaceQualityImage?: string;
|
|
26
|
+
retryScreenCleanCamera?: string;
|
|
27
|
+
retryScreenChangeBackground?: string;
|
|
25
28
|
tooMuchTurn?: string;
|
|
26
29
|
};
|
|
27
30
|
|
|
@@ -117,6 +120,7 @@ export declare const FaceEventActions: {
|
|
|
117
120
|
readonly PRESS_START_BUTTON: "PRESS_START_BUTTON";
|
|
118
121
|
readonly PRESS_RETRY_BUTTON: "PRESS_RETRY_BUTTON";
|
|
119
122
|
readonly CLOSE: "CLOSE";
|
|
123
|
+
readonly PROCESSING_REQUEST: "PROCESSING_REQUEST";
|
|
120
124
|
readonly PROCESS_FINISHED: "PROCESS_FINISHED";
|
|
121
125
|
readonly SERVICE_INITIALIZED: "SERVICE_INITIALIZED";
|
|
122
126
|
readonly RETRY_COUNTER_EXCEEDED: "RETRY_COUNTER_EXCEEDED";
|
|
@@ -208,7 +212,7 @@ export declare interface IFaceLiveness extends IFaceDetection {
|
|
|
208
212
|
'device-orientation'?: boolean;
|
|
209
213
|
}
|
|
210
214
|
|
|
211
|
-
declare type Labels = 'showOnlyOneFace' | 'preparingCamera' | 'allowAccessCamera' | 'somethingWentWrong' | 'incorrectCameraId' | 'checkCameraId' | 'preparingService' | 'allowAccessToCamera' | 'error' | 'versionNotSupported' | 'updateBrowser' | 'licenseError' | 'licenseExpired' | 'onlyPortraitOrientation' | 'turnDeviceIntoPortrait' | 'tryAgain' | 'noCameraAvailable' | 'checkCameraConnection' | 'noMaskSunglassesHeaddress' | 'ambientLighting' | 'lookStraight' | 'fitYourFace' | 'moveCloser' | 'moveAway' | 'holdSteady' | 'takeAPhoto' | 'turnHead' | 'removeOcclusion' | 'turnHeadUp' | 'turnHeadDown' | 'turnHeadLeft' | 'turnHeadRight' | 'blinkYourEyes' | 'processing' | 'retryButtonText' | 'followGuidelinesText' | 'letsTryAgainTitle' | 'noCameraPermission' | 'goButton' | 'centerFaceTurnHead' | 'centerFace' | 'selfieTime' | 'errorCode' | 'illumination' | 'cameraLevel' | 'noAccessories' | 'getReady' | 'httpNotSupported' | 'webServerNotCompatible' | 'processCompleted' | 'tooMuchTurn';
|
|
215
|
+
declare type Labels = 'showOnlyOneFace' | 'preparingCamera' | 'allowAccessCamera' | 'somethingWentWrong' | 'incorrectCameraId' | 'checkCameraId' | 'preparingService' | 'allowAccessToCamera' | 'error' | 'versionNotSupported' | 'updateBrowser' | 'licenseError' | 'licenseExpired' | 'onlyPortraitOrientation' | 'turnDeviceIntoPortrait' | 'tryAgain' | 'noCameraAvailable' | 'checkCameraConnection' | 'noMaskSunglassesHeaddress' | 'ambientLighting' | 'lookStraight' | 'fitYourFace' | 'moveCloser' | 'moveAway' | 'holdSteady' | 'takeAPhoto' | 'turnHead' | 'removeOcclusion' | 'turnHeadUp' | 'turnHeadDown' | 'turnHeadLeft' | 'turnHeadRight' | 'blinkYourEyes' | 'processing' | 'retryButtonText' | 'followGuidelinesText' | 'letsTryAgainTitle' | 'noCameraPermission' | 'goButton' | 'centerFaceTurnHead' | 'centerFace' | 'selfieTime' | 'errorCode' | 'illumination' | 'cameraLevel' | 'noAccessories' | 'getReady' | 'httpNotSupported' | 'webServerNotCompatible' | 'processCompleted' | 'notSufficientQuality' | 'cleanCameraLens' | 'addMoreLight' | 'wipeOutOcclusions' | 'changeBackground' | 'tooMuchTurn';
|
|
212
216
|
|
|
213
217
|
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' | 'ku' | 'tg';
|
|
214
218
|
|