@ekyc_qoobiss/qbs-ect-cmp 3.6.70 → 3.6.71
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/common/how-to-info/how-to-info.js +1 -1
- package/dist/esm/agreement-check_18.entry.js +2 -2
- package/dist/qbs-ect-cmp/{p-cc126c23.entry.js → p-114ccfd7.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -4834,7 +4834,6 @@ const HowToInfo = class {
|
|
|
4834
4834
|
this.imageLoaded = undefined;
|
|
4835
4835
|
}
|
|
4836
4836
|
async componentDidLoad() {
|
|
4837
|
-
await BaseComponent.initialize(this.currentStep);
|
|
4838
4837
|
if (TranslationUtils.state.flowStatus == TranslationUtils.FlowStatus.IDFRONTHOWTO) {
|
|
4839
4838
|
this.imageLoaded = false;
|
|
4840
4839
|
this.topTitle = this.translations.HowToValues.IdTitile;
|
|
@@ -4861,6 +4860,7 @@ const HowToInfo = class {
|
|
|
4861
4860
|
this.loadImage('https://ekyc.blob.core.windows.net/$web/howto_selfie.png');
|
|
4862
4861
|
this.buttonText = this.translations.HowToValues.SelfieButton;
|
|
4863
4862
|
}
|
|
4863
|
+
await BaseComponent.initialize(this.currentStep);
|
|
4864
4864
|
}
|
|
4865
4865
|
async disconnectedCallback() {
|
|
4866
4866
|
await BaseComponent.finalize(this.currentStep);
|
|
@@ -5236,7 +5236,7 @@ function v4(options, buf, offset) {
|
|
|
5236
5236
|
}
|
|
5237
5237
|
|
|
5238
5238
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
5239
|
-
const version$1 = "3.6.
|
|
5239
|
+
const version$1 = "3.6.71";
|
|
5240
5240
|
const description = "Person Identification Component";
|
|
5241
5241
|
const main = "./dist/index.cjs.js";
|
|
5242
5242
|
const module$1 = "./dist/index.js";
|
|
@@ -28,7 +28,6 @@ export class HowToInfo {
|
|
|
28
28
|
this.imageLoaded = undefined;
|
|
29
29
|
}
|
|
30
30
|
async componentDidLoad() {
|
|
31
|
-
await BaseComponent.initialize(this.currentStep);
|
|
32
31
|
if (store.flowStatus == FlowStatus.IDFRONTHOWTO) {
|
|
33
32
|
this.imageLoaded = false;
|
|
34
33
|
this.topTitle = this.translations.HowToValues.IdTitile;
|
|
@@ -55,6 +54,7 @@ export class HowToInfo {
|
|
|
55
54
|
this.loadImage('https://ekyc.blob.core.windows.net/$web/howto_selfie.png');
|
|
56
55
|
this.buttonText = this.translations.HowToValues.SelfieButton;
|
|
57
56
|
}
|
|
57
|
+
await BaseComponent.initialize(this.currentStep);
|
|
58
58
|
}
|
|
59
59
|
async disconnectedCallback() {
|
|
60
60
|
await BaseComponent.finalize(this.currentStep);
|
|
@@ -4830,7 +4830,6 @@ const HowToInfo = class {
|
|
|
4830
4830
|
this.imageLoaded = undefined;
|
|
4831
4831
|
}
|
|
4832
4832
|
async componentDidLoad() {
|
|
4833
|
-
await BaseComponent.initialize(this.currentStep);
|
|
4834
4833
|
if (state.flowStatus == FlowStatus.IDFRONTHOWTO) {
|
|
4835
4834
|
this.imageLoaded = false;
|
|
4836
4835
|
this.topTitle = this.translations.HowToValues.IdTitile;
|
|
@@ -4857,6 +4856,7 @@ const HowToInfo = class {
|
|
|
4857
4856
|
this.loadImage('https://ekyc.blob.core.windows.net/$web/howto_selfie.png');
|
|
4858
4857
|
this.buttonText = this.translations.HowToValues.SelfieButton;
|
|
4859
4858
|
}
|
|
4859
|
+
await BaseComponent.initialize(this.currentStep);
|
|
4860
4860
|
}
|
|
4861
4861
|
async disconnectedCallback() {
|
|
4862
4862
|
await BaseComponent.finalize(this.currentStep);
|
|
@@ -5232,7 +5232,7 @@ function v4(options, buf, offset) {
|
|
|
5232
5232
|
}
|
|
5233
5233
|
|
|
5234
5234
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
5235
|
-
const version$1 = "3.6.
|
|
5235
|
+
const version$1 = "3.6.71";
|
|
5236
5236
|
const description = "Person Identification Component";
|
|
5237
5237
|
const main = "./dist/index.cjs.js";
|
|
5238
5238
|
const module = "./dist/index.js";
|