@ekyc_qoobiss/qbs-ect-cmp 3.5.20 → 3.6.0
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_18.cjs.entry.js +2 -2
- package/dist/collection/components/identification-component/identification-component.js +1 -1
- package/dist/esm/agreement-check_18.entry.js +2 -2
- package/dist/qbs-ect-cmp/{p-2acba344.entry.js → p-ed55aa4d.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -6438,7 +6438,7 @@ function v4(options, buf, offset) {
|
|
|
6438
6438
|
}
|
|
6439
6439
|
|
|
6440
6440
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6441
|
-
const version$1 = "3.
|
|
6441
|
+
const version$1 = "3.6.0";
|
|
6442
6442
|
const description = "Person Identification Component";
|
|
6443
6443
|
const main = "./dist/index.cjs.js";
|
|
6444
6444
|
const module$1 = "./dist/index.js";
|
|
@@ -6745,7 +6745,7 @@ const IdentificationComponent = class {
|
|
|
6745
6745
|
currentBlock = index.h("landing-validation", null);
|
|
6746
6746
|
}
|
|
6747
6747
|
}
|
|
6748
|
-
else {
|
|
6748
|
+
else if (state.flowStatus != FlowStatus.NONE) {
|
|
6749
6749
|
currentBlock = index.h("mobile-redirect", null);
|
|
6750
6750
|
}
|
|
6751
6751
|
if (state.flowStatus == FlowStatus.AGREEMENT) {
|
|
@@ -246,7 +246,7 @@ export class IdentificationComponent {
|
|
|
246
246
|
currentBlock = h("landing-validation", null);
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
-
else {
|
|
249
|
+
else if (store.flowStatus != FlowStatus.NONE) {
|
|
250
250
|
currentBlock = h("mobile-redirect", null);
|
|
251
251
|
}
|
|
252
252
|
if (store.flowStatus == FlowStatus.AGREEMENT) {
|
|
@@ -6434,7 +6434,7 @@ function v4(options, buf, offset) {
|
|
|
6434
6434
|
}
|
|
6435
6435
|
|
|
6436
6436
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6437
|
-
const version$1 = "3.
|
|
6437
|
+
const version$1 = "3.6.0";
|
|
6438
6438
|
const description = "Person Identification Component";
|
|
6439
6439
|
const main = "./dist/index.cjs.js";
|
|
6440
6440
|
const module = "./dist/index.js";
|
|
@@ -6741,7 +6741,7 @@ const IdentificationComponent = class {
|
|
|
6741
6741
|
currentBlock = h("landing-validation", null);
|
|
6742
6742
|
}
|
|
6743
6743
|
}
|
|
6744
|
-
else {
|
|
6744
|
+
else if (state.flowStatus != FlowStatus.NONE) {
|
|
6745
6745
|
currentBlock = h("mobile-redirect", null);
|
|
6746
6746
|
}
|
|
6747
6747
|
if (state.flowStatus == FlowStatus.AGREEMENT) {
|