@ekyc_qoobiss/qbs-ect-cmp 3.6.42 → 3.6.43
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 +5 -4
- package/dist/collection/components/common/how-to-info/how-to-info.js +4 -3
- package/dist/esm/agreement-check_17.entry.js +5 -4
- package/dist/qbs-ect-cmp/{p-f62c1796.entry.js → p-a4babb67.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/dist/types/components/common/how-to-info/how-to-info.d.ts +1 -0
- package/package.json +1 -1
|
@@ -4918,20 +4918,21 @@ const HowToInfo = class {
|
|
|
4918
4918
|
this.imagePath = 'https://ekyc.blob.core.windows.net/$web/howto_id.png';
|
|
4919
4919
|
this.buttonText = this.translations.HowToValues.IdButton;
|
|
4920
4920
|
if (TranslationUtils.state.flowStatus == TranslationUtils.FlowStatus.IDFRONT) {
|
|
4921
|
-
this.
|
|
4921
|
+
this.currentStep = TranslationUtils.FlowSteps.CiFrontHowTo;
|
|
4922
4922
|
this.subTitle = this.translations.HowToValues.IdSubTitileFace;
|
|
4923
4923
|
}
|
|
4924
4924
|
else if (TranslationUtils.state.flowStatus == TranslationUtils.FlowStatus.IDBACK) {
|
|
4925
|
-
this.
|
|
4925
|
+
this.currentStep = TranslationUtils.FlowSteps.CiBackHowTo;
|
|
4926
4926
|
this.subTitle = this.translations.HowToValues.IdSubTitileBack;
|
|
4927
4927
|
}
|
|
4928
4928
|
if (TranslationUtils.state.flowStatus == TranslationUtils.FlowStatus.LIVENESS) {
|
|
4929
|
-
this.
|
|
4929
|
+
this.currentStep = TranslationUtils.FlowSteps.SelfieHowTo;
|
|
4930
4930
|
this.topTitle = this.translations.HowToValues.SelfieTitile;
|
|
4931
4931
|
this.subTitle = this.translations.HowToValues.SelfieSubTitile;
|
|
4932
4932
|
this.imagePath = 'https://ekyc.blob.core.windows.net/$web/howto_selfie.png';
|
|
4933
4933
|
this.buttonText = this.translations.HowToValues.SelfieButton;
|
|
4934
4934
|
}
|
|
4935
|
+
this.baseComponent = new BaseComponent(this.currentStep);
|
|
4935
4936
|
this.baseComponent.setEventEmitter(this.apiErrorEvent);
|
|
4936
4937
|
}
|
|
4937
4938
|
render() {
|
|
@@ -5286,7 +5287,7 @@ function v4(options, buf, offset) {
|
|
|
5286
5287
|
}
|
|
5287
5288
|
|
|
5288
5289
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
5289
|
-
const version$1 = "3.6.
|
|
5290
|
+
const version$1 = "3.6.43";
|
|
5290
5291
|
const description = "Person Identification Component";
|
|
5291
5292
|
const main = "./dist/index.cjs.js";
|
|
5292
5293
|
const module$1 = "./dist/index.js";
|
|
@@ -24,20 +24,21 @@ export class HowToInfo {
|
|
|
24
24
|
this.imagePath = 'https://ekyc.blob.core.windows.net/$web/howto_id.png';
|
|
25
25
|
this.buttonText = this.translations.HowToValues.IdButton;
|
|
26
26
|
if (store.flowStatus == FlowStatus.IDFRONT) {
|
|
27
|
-
this.
|
|
27
|
+
this.currentStep = FlowSteps.CiFrontHowTo;
|
|
28
28
|
this.subTitle = this.translations.HowToValues.IdSubTitileFace;
|
|
29
29
|
}
|
|
30
30
|
else if (store.flowStatus == FlowStatus.IDBACK) {
|
|
31
|
-
this.
|
|
31
|
+
this.currentStep = FlowSteps.CiBackHowTo;
|
|
32
32
|
this.subTitle = this.translations.HowToValues.IdSubTitileBack;
|
|
33
33
|
}
|
|
34
34
|
if (store.flowStatus == FlowStatus.LIVENESS) {
|
|
35
|
-
this.
|
|
35
|
+
this.currentStep = FlowSteps.SelfieHowTo;
|
|
36
36
|
this.topTitle = this.translations.HowToValues.SelfieTitile;
|
|
37
37
|
this.subTitle = this.translations.HowToValues.SelfieSubTitile;
|
|
38
38
|
this.imagePath = 'https://ekyc.blob.core.windows.net/$web/howto_selfie.png';
|
|
39
39
|
this.buttonText = this.translations.HowToValues.SelfieButton;
|
|
40
40
|
}
|
|
41
|
+
this.baseComponent = new BaseComponent(this.currentStep);
|
|
41
42
|
this.baseComponent.setEventEmitter(this.apiErrorEvent);
|
|
42
43
|
}
|
|
43
44
|
render() {
|
|
@@ -4914,20 +4914,21 @@ const HowToInfo = class {
|
|
|
4914
4914
|
this.imagePath = 'https://ekyc.blob.core.windows.net/$web/howto_id.png';
|
|
4915
4915
|
this.buttonText = this.translations.HowToValues.IdButton;
|
|
4916
4916
|
if (state.flowStatus == FlowStatus.IDFRONT) {
|
|
4917
|
-
this.
|
|
4917
|
+
this.currentStep = FlowSteps.CiFrontHowTo;
|
|
4918
4918
|
this.subTitle = this.translations.HowToValues.IdSubTitileFace;
|
|
4919
4919
|
}
|
|
4920
4920
|
else if (state.flowStatus == FlowStatus.IDBACK) {
|
|
4921
|
-
this.
|
|
4921
|
+
this.currentStep = FlowSteps.CiBackHowTo;
|
|
4922
4922
|
this.subTitle = this.translations.HowToValues.IdSubTitileBack;
|
|
4923
4923
|
}
|
|
4924
4924
|
if (state.flowStatus == FlowStatus.LIVENESS) {
|
|
4925
|
-
this.
|
|
4925
|
+
this.currentStep = FlowSteps.SelfieHowTo;
|
|
4926
4926
|
this.topTitle = this.translations.HowToValues.SelfieTitile;
|
|
4927
4927
|
this.subTitle = this.translations.HowToValues.SelfieSubTitile;
|
|
4928
4928
|
this.imagePath = 'https://ekyc.blob.core.windows.net/$web/howto_selfie.png';
|
|
4929
4929
|
this.buttonText = this.translations.HowToValues.SelfieButton;
|
|
4930
4930
|
}
|
|
4931
|
+
this.baseComponent = new BaseComponent(this.currentStep);
|
|
4931
4932
|
this.baseComponent.setEventEmitter(this.apiErrorEvent);
|
|
4932
4933
|
}
|
|
4933
4934
|
render() {
|
|
@@ -5282,7 +5283,7 @@ function v4(options, buf, offset) {
|
|
|
5282
5283
|
}
|
|
5283
5284
|
|
|
5284
5285
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
5285
|
-
const version$1 = "3.6.
|
|
5286
|
+
const version$1 = "3.6.43";
|
|
5286
5287
|
const description = "Person Identification Component";
|
|
5287
5288
|
const main = "./dist/index.cjs.js";
|
|
5288
5289
|
const module = "./dist/index.js";
|