@ekyc_qoobiss/qbs-ect-cmp 3.3.4 → 3.3.5

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.
@@ -6374,7 +6374,7 @@ function v4(options, buf, offset) {
6374
6374
  }
6375
6375
 
6376
6376
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6377
- const version$1 = "3.3.4";
6377
+ const version$1 = "3.3.5";
6378
6378
  const description = "Person Identification Component";
6379
6379
  const main = "./dist/index.cjs.js";
6380
6380
  const module$1 = "./dist/index.js";
@@ -6646,8 +6646,9 @@ const IdentificationComponent = class {
6646
6646
  catch (_a) { }
6647
6647
  try {
6648
6648
  if (state.device.browser == Browser.Mi) {
6649
- this.apiErrorEmitter('Mi Browser nu este acceptat. Va rugam utilizati Chrome.', 'Request Initialisation RequestId:' + state.requestId + ' RedirectId:' + state.redirectId);
6650
- return;
6649
+ //this.apiErrorEmitter('Mi Browser nu este acceptat. Va rugam utilizati Chrome.', 'Request Initialisation RequestId:' + store.requestId + ' RedirectId:' + store.redirectId);
6650
+ //return;
6651
+ alert('Mi Browser detectat.');
6651
6652
  }
6652
6653
  if (!state.device.isMobile && state.redirectId == '') {
6653
6654
  state.redirectId = v4();
@@ -210,8 +210,9 @@ export class IdentificationComponent {
210
210
  catch (_a) { }
211
211
  try {
212
212
  if (store.device.browser == Browser.Mi) {
213
- this.apiErrorEmitter('Mi Browser nu este acceptat. Va rugam utilizati Chrome.', 'Request Initialisation RequestId:' + store.requestId + ' RedirectId:' + store.redirectId);
214
- return;
213
+ //this.apiErrorEmitter('Mi Browser nu este acceptat. Va rugam utilizati Chrome.', 'Request Initialisation RequestId:' + store.requestId + ' RedirectId:' + store.redirectId);
214
+ //return;
215
+ alert('Mi Browser detectat.');
215
216
  }
216
217
  if (!store.device.isMobile && store.redirectId == '') {
217
218
  store.redirectId = uuid.v4();
@@ -6370,7 +6370,7 @@ function v4(options, buf, offset) {
6370
6370
  }
6371
6371
 
6372
6372
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6373
- const version$1 = "3.3.4";
6373
+ const version$1 = "3.3.5";
6374
6374
  const description = "Person Identification Component";
6375
6375
  const main = "./dist/index.cjs.js";
6376
6376
  const module = "./dist/index.js";
@@ -6642,8 +6642,9 @@ const IdentificationComponent = class {
6642
6642
  catch (_a) { }
6643
6643
  try {
6644
6644
  if (state.device.browser == Browser.Mi) {
6645
- this.apiErrorEmitter('Mi Browser nu este acceptat. Va rugam utilizati Chrome.', 'Request Initialisation RequestId:' + state.requestId + ' RedirectId:' + state.redirectId);
6646
- return;
6645
+ //this.apiErrorEmitter('Mi Browser nu este acceptat. Va rugam utilizati Chrome.', 'Request Initialisation RequestId:' + store.requestId + ' RedirectId:' + store.redirectId);
6646
+ //return;
6647
+ alert('Mi Browser detectat.');
6647
6648
  }
6648
6649
  if (!state.device.isMobile && state.redirectId == '') {
6649
6650
  state.redirectId = v4();