@ekyc_qoobiss/qbs-ect-cmp 3.6.66 → 3.6.67
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 → agreement-check_18.cjs.entry.js} +22 -9
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/qbs-ect-cmp.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/common/how-to-info/how-to-info.js +3 -6
- package/dist/collection/components/common/state-transition/state-transition.css +1 -0
- package/dist/collection/components/common/state-transition/state-transition.js +22 -0
- package/dist/collection/components/identification-component/identification-component.js +2 -2
- package/dist/esm/{agreement-check_17.entry.js → agreement-check_18.entry.js} +22 -10
- package/dist/esm/loader.js +1 -1
- package/dist/esm/qbs-ect-cmp.js +1 -1
- package/dist/qbs-ect-cmp/{p-87851dcb.entry.js → p-915bc25d.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/dist/types/components/common/state-transition/state-transition.d.ts +4 -0
- package/dist/types/components.d.ts +13 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-8942656c.js";export{s as setNonce}from"./p-8942656c.js";(()=>{const t=import.meta.url,r={};return""!==t&&(r.resourcesUrl=new URL(".",t).href),e(r)})().then((e=>t([["p-054dc5b3",[[1,"loader-dots"]]],["p-4fef4884",[[0,"random-actions"]]],["p-
|
|
1
|
+
import{p as e,b as t}from"./p-8942656c.js";export{s as setNonce}from"./p-8942656c.js";(()=>{const t=import.meta.url,r={};return""!==t&&(r.resourcesUrl=new URL(".",t).href),e(r)})().then((e=>t([["p-054dc5b3",[[1,"loader-dots"]]],["p-4fef4884",[[0,"random-actions"]]],["p-915bc25d",[[1,"identification-component",{token:[1537],order_id:[1537],api_url:[1537],env:[1537],redirect_id:[1537],phone_number:[1537],lang_iso:[1537],errorMessage:[32],errorTitle:[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"apiError","apiErrorEmitter"],[9,"scroll","handleScroll"]]],[0,"process-id",{mode:[1],showTimeout:[32],showInvalid:[32],flow:[32]},[[0,"timeElapsed","timeElapsed"],[0,"captureErrorDone","captureErrorDone"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"verificationFinished","verificationFinished"]]],[0,"user-liveness",{mode:[1],showError:[32],showTimeout:[32],flow:[32]},[[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,"camera-error",{title:[32],description:[32],buttonDisabled:[32],demoVideo:[32]}],[0,"end-redirect"],[0,"error-end",{message:[1],errorTitle:[1,"error-title"]}],[0,"how-to-info",{showVideo:[32],topTitle:[32],subTitle:[32],imagePath:[32],buttonText:[32],buttonEnabled:[32],demoVideo:[32]}],[0,"landing-validation",{warningText:[32],buttonDisabled:[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],code:[32],canSend:[32]}],[0,"sms-send",{buttonText:[32],title:[32],details:[32],phoneNumber:[32],prefilledPhone:[32],canSend:[32]}],[0,"state-transition"],[0,"id-capture",{videoStarted:[32],cameraSize:[32],captureTaken:[32],verified:[32],titleMesage:[32],showDemo:[32],demoVideo:[32]},[[0,"videoStarted","eventVideoStarted"],[0,"takePhoto","takePhoto"],[0,"verificationFinished","verificationFinished"]]],[0,"selfie-capture",{videoStarted:[32],captureTaken:[32],verified:[32],titleMesage:[32],demoEnded:[32],demoVideo:[32],captureHeight:[32],captureWidth:[32]},[[0,"videoStarted","eventVideoStarted"],[0,"takePhoto","takePhoto"],[0,"verificationFinished","verificationFinished"]]],[0,"agreement-check",{agreementType:[1,"agreement-type"],htmlContent:[32],buttonEnabled:[32],scrollClass:[32]}],[0,"capture-error",{type:[1],reason:[1],buttonEnabled:[32],buttonText:[32]}],[0,"camera-comp",{modelPath:[1,"model-path"],probabilityThreshold:[2,"probability-threshold"],captureMode:[1,"capture-mode"]}]]]],e)));
|
|
@@ -58,6 +58,8 @@ export namespace Components {
|
|
|
58
58
|
}
|
|
59
59
|
interface SmsSend {
|
|
60
60
|
}
|
|
61
|
+
interface StateTransition {
|
|
62
|
+
}
|
|
61
63
|
interface UserLiveness {
|
|
62
64
|
"mode": string;
|
|
63
65
|
}
|
|
@@ -231,6 +233,12 @@ declare global {
|
|
|
231
233
|
prototype: HTMLSmsSendElement;
|
|
232
234
|
new (): HTMLSmsSendElement;
|
|
233
235
|
};
|
|
236
|
+
interface HTMLStateTransitionElement extends Components.StateTransition, HTMLStencilElement {
|
|
237
|
+
}
|
|
238
|
+
var HTMLStateTransitionElement: {
|
|
239
|
+
prototype: HTMLStateTransitionElement;
|
|
240
|
+
new (): HTMLStateTransitionElement;
|
|
241
|
+
};
|
|
234
242
|
interface HTMLUserLivenessElement extends Components.UserLiveness, HTMLStencilElement {
|
|
235
243
|
}
|
|
236
244
|
var HTMLUserLivenessElement: {
|
|
@@ -256,6 +264,7 @@ declare global {
|
|
|
256
264
|
"selfie-capture": HTMLSelfieCaptureElement;
|
|
257
265
|
"sms-code-validation": HTMLSmsCodeValidationElement;
|
|
258
266
|
"sms-send": HTMLSmsSendElement;
|
|
267
|
+
"state-transition": HTMLStateTransitionElement;
|
|
259
268
|
"user-liveness": HTMLUserLivenessElement;
|
|
260
269
|
}
|
|
261
270
|
}
|
|
@@ -336,6 +345,8 @@ declare namespace LocalJSX {
|
|
|
336
345
|
interface SmsSend {
|
|
337
346
|
"onApiError"?: (event: SmsSendCustomEvent<any>) => void;
|
|
338
347
|
}
|
|
348
|
+
interface StateTransition {
|
|
349
|
+
}
|
|
339
350
|
interface UserLiveness {
|
|
340
351
|
"mode"?: string;
|
|
341
352
|
"onApiError"?: (event: UserLivenessCustomEvent<any>) => void;
|
|
@@ -359,6 +370,7 @@ declare namespace LocalJSX {
|
|
|
359
370
|
"selfie-capture": SelfieCapture;
|
|
360
371
|
"sms-code-validation": SmsCodeValidation;
|
|
361
372
|
"sms-send": SmsSend;
|
|
373
|
+
"state-transition": StateTransition;
|
|
362
374
|
"user-liveness": UserLiveness;
|
|
363
375
|
}
|
|
364
376
|
}
|
|
@@ -384,6 +396,7 @@ declare module "@stencil/core" {
|
|
|
384
396
|
"selfie-capture": LocalJSX.SelfieCapture & JSXBase.HTMLAttributes<HTMLSelfieCaptureElement>;
|
|
385
397
|
"sms-code-validation": LocalJSX.SmsCodeValidation & JSXBase.HTMLAttributes<HTMLSmsCodeValidationElement>;
|
|
386
398
|
"sms-send": LocalJSX.SmsSend & JSXBase.HTMLAttributes<HTMLSmsSendElement>;
|
|
399
|
+
"state-transition": LocalJSX.StateTransition & JSXBase.HTMLAttributes<HTMLStateTransitionElement>;
|
|
387
400
|
"user-liveness": LocalJSX.UserLiveness & JSXBase.HTMLAttributes<HTMLUserLivenessElement>;
|
|
388
401
|
}
|
|
389
402
|
}
|