@ekyc_qoobiss/qbs-ect-cmp 1.2.7 → 1.2.9
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/cjs/agreement-check_17.cjs.entry.js +28 -13
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/qbs-ect-cmp.cjs.js +1 -1
- package/dist/collection/components/flow/landing-validation/landing-validation.js +5 -1
- package/dist/collection/components/identification-component/identification-component.css +4 -69
- package/dist/collection/components/identification-component/identification-component.js +7 -8
- package/dist/collection/helpers/Events.js +15 -5
- package/dist/collection/helpers/store.js +1 -0
- package/dist/collection/helpers/textValues.js +1 -0
- package/dist/esm/agreement-check_17.entry.js +28 -13
- package/dist/esm/loader.js +1 -1
- package/dist/esm/qbs-ect-cmp.js +1 -1
- package/dist/qbs-ect-cmp/{p-b490e98d.entry.js → p-f889cc59.entry.js} +2 -2
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/dist/types/components/flow/landing-validation/landing-validation.d.ts +1 -0
- package/dist/types/components/identification-component/identification-component.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/dist/types/helpers/Events.d.ts +2 -1
- package/dist/types/helpers/textValues.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as i}from"./p-06e42b28.js";export{s as setNonce}from"./p-06e42b28.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-4c8e922b",[[1,"loader-dots"]]],["p-
|
|
1
|
+
import{p as e,b as i}from"./p-06e42b28.js";export{s as setNonce}from"./p-06e42b28.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-4c8e922b",[[1,"loader-dots"]]],["p-f889cc59",[[1,"identification-component",{token:[1537],order_id:[1537],api_url:[1537],env:[1537],redirect_id:[1537],phone_number:[1537],idSide:[32],errorMessage:[32],errorTitle:[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"apiError","apiErrorEmitter"]]],[0,"id-double-side",{device:[16],showTimeout:[32],showInvalid:[32],showHowTo:[32],front:[32],flow:[32]},[[0,"howToInfoDone","howToDone"],[0,"timeElapsed","timeElapsed"],[0,"captureErrorDone","captureErrorDone"],[0,"photoIdCapture","captureIdImage"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"verificationFinished","verificationFinished"]]],[0,"id-single-side",{device:[16],showTimeout:[32],showHowTo:[32],idFlow:[32]},[[0,"captureErrorDone","captureErrorDone"],[0,"howToInfoDone","howToDone"],[0,"timeElapsed","timeElapsed"],[0,"photoIdCapture","captureIdImage"],[0,"verificationFinished","verificationFinished"],[0,"recordingIdCapture","capturedIdRecording"]]],[0,"user-liveness",{device:[16],showError:[32],showHowTo:[32],selfieFlow:[32]},[[0,"howToInfoDone","howToDone"],[0,"timeElapsed","timeElapsed"],[0,"captureErrorDone","captureErrorDone"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"verificationFinished","verificationFinished"]]],[0,"agreement-info",{agreementsChecked:[32],termsChecked:[32],openAgreements:[32],openTerms:[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"end-redirect"],[0,"error-end",{message:[1],errorTitle:[1,"error-title"]}],[0,"landing-validation",{device:[16],warningText:[32]}],[0,"mobile-redirect",{infoTextTop:[32],infoTextBottom:[32],contact:[32],invalidValue:[32],waitingMobile:[32],orderStatus:[32],redirectLink:[32],qrCode:[32],prefilledPhone:[32]}],[0,"sms-code-validation",{title:[32],details:[32],buttonText:[32],phoneNumber:[32],code:[32],prefilledPhone:[32],canSend:[32]}],[0,"id-back-capture",{device:[16],videoStarted:[32],cameraSize:[32],captureTaken:[32],verified:[32],titleMesage:[32],showDemo:[32],demoVideo:[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"verificationFinished","verificationFinished"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{device:[16],videoStarted:[32],captureTaken:[32],verified:[32],titleMesage:[32],demoEnded:[32],demoVideo:[32],uploadingLink:[32],captureHeight:[32],captureWidth:[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"takePhoto","takePhoto"],[0,"verificationFinished","verificationFinished"]]],[0,"agreement-check",{agreementType:[1,"agreement-type"],htmlContent:[32]}],[0,"id-capture",{device:[16],videoStarted:[32],cameraSize:[32],captureTaken:[32],verified:[32],titleMesage:[32],showDemo:[32],demoVideo:[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"takePhoto","takePhoto"],[0,"verificationFinished","verificationFinished"]]],[0,"capture-error",{type:[1]}],[0,"how-to-info",{idSide:[1,"id-side"],topTitle:[32],subTitle:[32],imagePath:[32],buttonText:[32]}],[0,"camera-comp",{modelPath:[1,"model-path"],device:[16],probabilityThreshold:[2,"probability-threshold"],captureMode:[1,"capture-mode"]}]]]],e)));
|
|
@@ -46,7 +46,7 @@ export namespace Components {
|
|
|
46
46
|
"api_url": string;
|
|
47
47
|
"env": string;
|
|
48
48
|
"order_id": string;
|
|
49
|
-
"
|
|
49
|
+
"phone_number": string;
|
|
50
50
|
"redirect_id": string;
|
|
51
51
|
"token": string;
|
|
52
52
|
}
|
|
@@ -301,7 +301,7 @@ declare namespace LocalJSX {
|
|
|
301
301
|
"api_url"?: string;
|
|
302
302
|
"env"?: string;
|
|
303
303
|
"order_id"?: string;
|
|
304
|
-
"
|
|
304
|
+
"phone_number"?: string;
|
|
305
305
|
"redirect_id"?: string;
|
|
306
306
|
"token"?: string;
|
|
307
307
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export default class Events {
|
|
2
|
-
static
|
|
2
|
+
static callingModule: any;
|
|
3
3
|
static init(element: any): void;
|
|
4
4
|
static flowStarted(): void;
|
|
5
|
+
static flowAborted(): void;
|
|
5
6
|
static flowCompleted(): void;
|
|
6
7
|
static flowError(error: string): void;
|
|
7
8
|
static tokenExpired(): void;
|
|
@@ -23,6 +23,7 @@ export declare class LandingValues extends GlobalValues {
|
|
|
23
23
|
static readonly WarningMd: string;
|
|
24
24
|
static readonly Terms: string;
|
|
25
25
|
static readonly Button: string;
|
|
26
|
+
static readonly ButtonLeave: string;
|
|
26
27
|
}
|
|
27
28
|
export declare class PhoneValidationValues extends GlobalValues {
|
|
28
29
|
static readonly Title: string;
|