@ekyc_qoobiss/qbs-ect-cmp 2.1.7 → 2.1.8

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.
@@ -6098,7 +6098,7 @@ function v4(options, buf, offset) {
6098
6098
  }
6099
6099
 
6100
6100
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6101
- const version$1 = "2.1.7";
6101
+ const version$1 = "2.1.8";
6102
6102
  const description = "Person Identification Component";
6103
6103
  const main = "./dist/index.cjs.js";
6104
6104
  const module$1 = "./dist/index.js";
@@ -9406,7 +9406,6 @@ const MobileRedirect = class {
9406
9406
  self.qrCode = url;
9407
9407
  });
9408
9408
  }
9409
- componentWillRender() { }
9410
9409
  async componentDidLoad() {
9411
9410
  Events.init(window);
9412
9411
  Events.flowStarted();
@@ -9635,7 +9634,7 @@ const SmsCodeValidation = class {
9635
9634
  this.apiErrorEvent.emit(e);
9636
9635
  }
9637
9636
  }
9638
- componentWillRender() {
9637
+ componentWillLoad() {
9639
9638
  if (state.flowStatus == FlowStatus.PHONE) {
9640
9639
  this.title = PhoneValidationValues.Title;
9641
9640
  this.details = PhoneValidationValues.Description;
@@ -40,7 +40,6 @@ export class MobileRedirect {
40
40
  self.qrCode = url;
41
41
  });
42
42
  }
43
- componentWillRender() { }
44
43
  async componentDidLoad() {
45
44
  Events.init(window);
46
45
  Events.flowStarted();
@@ -38,7 +38,7 @@ export class SmsCodeValidation {
38
38
  this.apiErrorEvent.emit(e);
39
39
  }
40
40
  }
41
- componentWillRender() {
41
+ componentWillLoad() {
42
42
  if (store.flowStatus == FlowStatus.PHONE) {
43
43
  this.title = PhoneValidationValues.Title;
44
44
  this.details = PhoneValidationValues.Description;
@@ -6094,7 +6094,7 @@ function v4(options, buf, offset) {
6094
6094
  }
6095
6095
 
6096
6096
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6097
- const version$1 = "2.1.7";
6097
+ const version$1 = "2.1.8";
6098
6098
  const description = "Person Identification Component";
6099
6099
  const main = "./dist/index.cjs.js";
6100
6100
  const module = "./dist/index.js";
@@ -9402,7 +9402,6 @@ const MobileRedirect = class {
9402
9402
  self.qrCode = url;
9403
9403
  });
9404
9404
  }
9405
- componentWillRender() { }
9406
9405
  async componentDidLoad() {
9407
9406
  Events.init(window);
9408
9407
  Events.flowStarted();
@@ -9631,7 +9630,7 @@ const SmsCodeValidation = class {
9631
9630
  this.apiErrorEvent.emit(e);
9632
9631
  }
9633
9632
  }
9634
- componentWillRender() {
9633
+ componentWillLoad() {
9635
9634
  if (state.flowStatus == FlowStatus.PHONE) {
9636
9635
  this.title = PhoneValidationValues.Title;
9637
9636
  this.details = PhoneValidationValues.Description;