@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.
- package/dist/cjs/agreement-check_18.cjs.entry.js +4 -3
- package/dist/collection/components/identification-component/identification-component.js +3 -2
- package/dist/esm/agreement-check_18.entry.js +4 -3
- package/dist/qbs-ect-cmp/{p-4599a917.entry.js → p-bab68c5f.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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:' +
|
|
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.
|
|
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:' +
|
|
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();
|