@ekyc_qoobiss/qbs-ect-cmp 3.2.3 → 3.2.4

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.
@@ -6310,7 +6310,7 @@ function v4(options, buf, offset) {
6310
6310
  }
6311
6311
 
6312
6312
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6313
- const version$1 = "3.2.3";
6313
+ const version$1 = "3.2.4";
6314
6314
  const description = "Person Identification Component";
6315
6315
  const main = "./dist/index.cjs.js";
6316
6316
  const module$1 = "./dist/index.js";
@@ -6484,8 +6484,6 @@ const IdentificationComponent = class {
6484
6484
  this.idSide = '';
6485
6485
  this.errorMessage = undefined;
6486
6486
  this.errorTitle = undefined;
6487
- this.baseComponent = new BaseComponent(null);
6488
- this.baseComponent.setErrorCallback(this.apiErrorEmitter);
6489
6487
  }
6490
6488
  async componentWillLoad() {
6491
6489
  Events.init(window);
@@ -6493,6 +6491,8 @@ const IdentificationComponent = class {
6493
6491
  if (this.env && this.env != '') {
6494
6492
  state.environment = this.env;
6495
6493
  }
6494
+ this.baseComponent = new BaseComponent(null);
6495
+ this.baseComponent.setErrorCallback(this.apiErrorEmitter);
6496
6496
  if (state.debug)
6497
6497
  this.logInit = getLogMessage(this.order_id, this.redirect_id, this.token);
6498
6498
  if (this.token) {
@@ -111,8 +111,6 @@ export class IdentificationComponent {
111
111
  this.idSide = '';
112
112
  this.errorMessage = undefined;
113
113
  this.errorTitle = undefined;
114
- this.baseComponent = new BaseComponent(null);
115
- this.baseComponent.setErrorCallback(this.apiErrorEmitter);
116
114
  }
117
115
  async componentWillLoad() {
118
116
  Events.init(window);
@@ -120,6 +118,8 @@ export class IdentificationComponent {
120
118
  if (this.env && this.env != '') {
121
119
  store.environment = this.env;
122
120
  }
121
+ this.baseComponent = new BaseComponent(null);
122
+ this.baseComponent.setErrorCallback(this.apiErrorEmitter);
123
123
  if (store.debug)
124
124
  this.logInit = getLogMessage(this.order_id, this.redirect_id, this.token);
125
125
  if (this.token) {
@@ -6306,7 +6306,7 @@ function v4(options, buf, offset) {
6306
6306
  }
6307
6307
 
6308
6308
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6309
- const version$1 = "3.2.3";
6309
+ const version$1 = "3.2.4";
6310
6310
  const description = "Person Identification Component";
6311
6311
  const main = "./dist/index.cjs.js";
6312
6312
  const module = "./dist/index.js";
@@ -6480,8 +6480,6 @@ const IdentificationComponent = class {
6480
6480
  this.idSide = '';
6481
6481
  this.errorMessage = undefined;
6482
6482
  this.errorTitle = undefined;
6483
- this.baseComponent = new BaseComponent(null);
6484
- this.baseComponent.setErrorCallback(this.apiErrorEmitter);
6485
6483
  }
6486
6484
  async componentWillLoad() {
6487
6485
  Events.init(window);
@@ -6489,6 +6487,8 @@ const IdentificationComponent = class {
6489
6487
  if (this.env && this.env != '') {
6490
6488
  state.environment = this.env;
6491
6489
  }
6490
+ this.baseComponent = new BaseComponent(null);
6491
+ this.baseComponent.setErrorCallback(this.apiErrorEmitter);
6492
6492
  if (state.debug)
6493
6493
  this.logInit = getLogMessage(this.order_id, this.redirect_id, this.token);
6494
6494
  if (this.token) {