@ekyc_qoobiss/qbs-ect-cmp 3.5.19 → 3.5.22
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 +3 -3
- package/dist/collection/components/identification-component/identification-component.js +2 -2
- package/dist/esm/agreement-check_18.entry.js +3 -3
- package/dist/qbs-ect-cmp/{p-98b75286.entry.js → p-76a299c0.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.5.
|
|
6441
|
+
const version$1 = "3.5.22";
|
|
6442
6442
|
const description = "Person Identification Component";
|
|
6443
6443
|
const main = "./dist/index.cjs.js";
|
|
6444
6444
|
const module$1 = "./dist/index.js";
|
|
@@ -6682,7 +6682,7 @@ const IdentificationComponent = class {
|
|
|
6682
6682
|
state.requestId = savedRequest;
|
|
6683
6683
|
this.order_id = savedRequest;
|
|
6684
6684
|
}
|
|
6685
|
-
if (this.flowStatusToSet ==
|
|
6685
|
+
if (this.flowStatusToSet == FlowStatus.NONE) {
|
|
6686
6686
|
var flowSt = sessionStorage.getItem(SessionKeys.FlowStatusKey);
|
|
6687
6687
|
if (flowSt) {
|
|
6688
6688
|
this.flowStatusToSet = FlowStatus[flowSt];
|
|
@@ -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) {
|
|
@@ -183,7 +183,7 @@ export class IdentificationComponent {
|
|
|
183
183
|
store.requestId = savedRequest;
|
|
184
184
|
this.order_id = savedRequest;
|
|
185
185
|
}
|
|
186
|
-
if (this.flowStatusToSet ==
|
|
186
|
+
if (this.flowStatusToSet == FlowStatus.NONE) {
|
|
187
187
|
var flowSt = sessionStorage.getItem(SessionKeys.FlowStatusKey);
|
|
188
188
|
if (flowSt) {
|
|
189
189
|
this.flowStatusToSet = FlowStatus[flowSt];
|
|
@@ -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.5.
|
|
6437
|
+
const version$1 = "3.5.22";
|
|
6438
6438
|
const description = "Person Identification Component";
|
|
6439
6439
|
const main = "./dist/index.cjs.js";
|
|
6440
6440
|
const module = "./dist/index.js";
|
|
@@ -6678,7 +6678,7 @@ const IdentificationComponent = class {
|
|
|
6678
6678
|
state.requestId = savedRequest;
|
|
6679
6679
|
this.order_id = savedRequest;
|
|
6680
6680
|
}
|
|
6681
|
-
if (this.flowStatusToSet ==
|
|
6681
|
+
if (this.flowStatusToSet == FlowStatus.NONE) {
|
|
6682
6682
|
var flowSt = sessionStorage.getItem(SessionKeys.FlowStatusKey);
|
|
6683
6683
|
if (flowSt) {
|
|
6684
6684
|
this.flowStatusToSet = FlowStatus[flowSt];
|
|
@@ -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) {
|