@ekyc_qoobiss/qbs-ect-cmp 3.5.15 → 3.5.16

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.
@@ -6437,7 +6437,7 @@ function v4(options, buf, offset) {
6437
6437
  }
6438
6438
 
6439
6439
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6440
- const version$1 = "3.5.15";
6440
+ const version$1 = "3.5.16";
6441
6441
  const description = "Person Identification Component";
6442
6442
  const main = "./dist/index.cjs.js";
6443
6443
  const module$1 = "./dist/index.js";
@@ -6806,12 +6806,12 @@ const LandingValidation = class {
6806
6806
  this.baseComponent.setEventEmitter(this.apiErrorEvent);
6807
6807
  }
6808
6808
  async componentWillLoad() {
6809
+ Events.flowStarted();
6809
6810
  this.baseComponent.apiCall = new ApiCall();
6810
6811
  this.buttonDisabled = false;
6811
6812
  await this.initRequest();
6812
6813
  }
6813
6814
  async componentDidLoad() {
6814
- Events.flowStarted();
6815
6815
  if (state.environment !== 'DEMO') {
6816
6816
  await this.baseComponent.initialize();
6817
6817
  }
@@ -9763,6 +9763,7 @@ const MobileRedirect = class {
9763
9763
  this.waitingMobile = false;
9764
9764
  }
9765
9765
  async componentWillLoad() {
9766
+ Events.flowStarted();
9766
9767
  this.infoTextTop = MobileRedirectValues.InfoTop;
9767
9768
  this.infoTextBottom = MobileRedirectValues.InfoBottom;
9768
9769
  let envUri = state.environment == 'QA' ? 'test' : 'ect';
@@ -9780,7 +9781,6 @@ const MobileRedirect = class {
9780
9781
  });
9781
9782
  }
9782
9783
  async componentDidLoad() {
9783
- Events.flowStarted();
9784
9784
  await this.baseComponent.initialize();
9785
9785
  await delay(5000);
9786
9786
  await this.checkStatus();
@@ -24,12 +24,12 @@ export class LandingValidation {
24
24
  this.baseComponent.setEventEmitter(this.apiErrorEvent);
25
25
  }
26
26
  async componentWillLoad() {
27
+ Events.flowStarted();
27
28
  this.baseComponent.apiCall = new ApiCall();
28
29
  this.buttonDisabled = false;
29
30
  await this.initRequest();
30
31
  }
31
32
  async componentDidLoad() {
32
- Events.flowStarted();
33
33
  if (store.environment !== 'DEMO') {
34
34
  await this.baseComponent.initialize();
35
35
  }
@@ -25,6 +25,7 @@ export class MobileRedirect {
25
25
  this.waitingMobile = false;
26
26
  }
27
27
  async componentWillLoad() {
28
+ Events.flowStarted();
28
29
  this.infoTextTop = MobileRedirectValues.InfoTop;
29
30
  this.infoTextBottom = MobileRedirectValues.InfoBottom;
30
31
  let envUri = store.environment == 'QA' ? 'test' : 'ect';
@@ -42,7 +43,6 @@ export class MobileRedirect {
42
43
  });
43
44
  }
44
45
  async componentDidLoad() {
45
- Events.flowStarted();
46
46
  await this.baseComponent.initialize();
47
47
  await delay(5000);
48
48
  await this.checkStatus();
@@ -6433,7 +6433,7 @@ function v4(options, buf, offset) {
6433
6433
  }
6434
6434
 
6435
6435
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6436
- const version$1 = "3.5.15";
6436
+ const version$1 = "3.5.16";
6437
6437
  const description = "Person Identification Component";
6438
6438
  const main = "./dist/index.cjs.js";
6439
6439
  const module = "./dist/index.js";
@@ -6802,12 +6802,12 @@ const LandingValidation = class {
6802
6802
  this.baseComponent.setEventEmitter(this.apiErrorEvent);
6803
6803
  }
6804
6804
  async componentWillLoad() {
6805
+ Events.flowStarted();
6805
6806
  this.baseComponent.apiCall = new ApiCall();
6806
6807
  this.buttonDisabled = false;
6807
6808
  await this.initRequest();
6808
6809
  }
6809
6810
  async componentDidLoad() {
6810
- Events.flowStarted();
6811
6811
  if (state.environment !== 'DEMO') {
6812
6812
  await this.baseComponent.initialize();
6813
6813
  }
@@ -9759,6 +9759,7 @@ const MobileRedirect = class {
9759
9759
  this.waitingMobile = false;
9760
9760
  }
9761
9761
  async componentWillLoad() {
9762
+ Events.flowStarted();
9762
9763
  this.infoTextTop = MobileRedirectValues.InfoTop;
9763
9764
  this.infoTextBottom = MobileRedirectValues.InfoBottom;
9764
9765
  let envUri = state.environment == 'QA' ? 'test' : 'ect';
@@ -9776,7 +9777,6 @@ const MobileRedirect = class {
9776
9777
  });
9777
9778
  }
9778
9779
  async componentDidLoad() {
9779
- Events.flowStarted();
9780
9780
  await this.baseComponent.initialize();
9781
9781
  await delay(5000);
9782
9782
  await this.checkStatus();