@ekyc_qoobiss/qbs-ect-cmp 3.6.37 → 3.6.38
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_19.cjs.entry.js +6 -1
- package/dist/collection/components/common/id-back-capture/id-back-capture.js +1 -0
- package/dist/collection/components/common/id-capture/id-capture.js +1 -0
- package/dist/collection/components/common/id-tilt/id-tilt.js +1 -0
- package/dist/collection/components/common/selfie-capture/selfie-capture.js +1 -0
- package/dist/collection/components/common/selfie-tilt/selfie-tilt.js +1 -0
- package/dist/esm/agreement-check_19.entry.js +6 -1
- package/dist/qbs-ect-cmp/{p-562fcd8b.entry.js → p-3d28b272.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -5231,6 +5231,7 @@ const IdBackCapture = class {
|
|
|
5231
5231
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
5232
5232
|
this.demoVideo.loop = false;
|
|
5233
5233
|
while (loops < 7) {
|
|
5234
|
+
loops++;
|
|
5234
5235
|
this.demoVideo.play();
|
|
5235
5236
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
5236
5237
|
}
|
|
@@ -5361,6 +5362,7 @@ const IdCapture = class {
|
|
|
5361
5362
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
5362
5363
|
this.demoVideo.loop = false;
|
|
5363
5364
|
while (loops < 7) {
|
|
5365
|
+
loops++;
|
|
5364
5366
|
this.demoVideo.play();
|
|
5365
5367
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
5366
5368
|
}
|
|
@@ -5483,6 +5485,7 @@ const IdTilt = class {
|
|
|
5483
5485
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
5484
5486
|
this.demoVideo.loop = false;
|
|
5485
5487
|
while (loops < 7) {
|
|
5488
|
+
loops++;
|
|
5486
5489
|
this.demoVideo.play();
|
|
5487
5490
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
5488
5491
|
}
|
|
@@ -5575,7 +5578,7 @@ function v4(options, buf, offset) {
|
|
|
5575
5578
|
}
|
|
5576
5579
|
|
|
5577
5580
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
5578
|
-
const version$1 = "3.6.
|
|
5581
|
+
const version$1 = "3.6.38";
|
|
5579
5582
|
const description = "Person Identification Component";
|
|
5580
5583
|
const main = "./dist/index.cjs.js";
|
|
5581
5584
|
const module$1 = "./dist/index.js";
|
|
@@ -9331,6 +9334,7 @@ const SelfieCapture = class {
|
|
|
9331
9334
|
this.demoVideo.src = this.uploadingLink;
|
|
9332
9335
|
this.demoVideo.loop = false;
|
|
9333
9336
|
while (loops < 7) {
|
|
9337
|
+
loops++;
|
|
9334
9338
|
this.demoVideo.play();
|
|
9335
9339
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
9336
9340
|
}
|
|
@@ -9455,6 +9459,7 @@ const SelfieTilt = class {
|
|
|
9455
9459
|
this.demoVideo.src = this.uploadingLink;
|
|
9456
9460
|
this.demoVideo.loop = false;
|
|
9457
9461
|
while (loops < 7) {
|
|
9462
|
+
loops++;
|
|
9458
9463
|
this.demoVideo.play();
|
|
9459
9464
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
9460
9465
|
}
|
|
@@ -93,6 +93,7 @@ export class IdBackCapture {
|
|
|
93
93
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
94
94
|
this.demoVideo.loop = false;
|
|
95
95
|
while (loops < 7) {
|
|
96
|
+
loops++;
|
|
96
97
|
this.demoVideo.play();
|
|
97
98
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
98
99
|
}
|
|
@@ -102,6 +102,7 @@ export class IdCapture {
|
|
|
102
102
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
103
103
|
this.demoVideo.loop = false;
|
|
104
104
|
while (loops < 7) {
|
|
105
|
+
loops++;
|
|
105
106
|
this.demoVideo.play();
|
|
106
107
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
107
108
|
}
|
|
@@ -102,6 +102,7 @@ export class IdTilt {
|
|
|
102
102
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
103
103
|
this.demoVideo.loop = false;
|
|
104
104
|
while (loops < 7) {
|
|
105
|
+
loops++;
|
|
105
106
|
this.demoVideo.play();
|
|
106
107
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
107
108
|
}
|
|
@@ -5227,6 +5227,7 @@ const IdBackCapture = class {
|
|
|
5227
5227
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
5228
5228
|
this.demoVideo.loop = false;
|
|
5229
5229
|
while (loops < 7) {
|
|
5230
|
+
loops++;
|
|
5230
5231
|
this.demoVideo.play();
|
|
5231
5232
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
5232
5233
|
}
|
|
@@ -5357,6 +5358,7 @@ const IdCapture = class {
|
|
|
5357
5358
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
5358
5359
|
this.demoVideo.loop = false;
|
|
5359
5360
|
while (loops < 7) {
|
|
5361
|
+
loops++;
|
|
5360
5362
|
this.demoVideo.play();
|
|
5361
5363
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
5362
5364
|
}
|
|
@@ -5479,6 +5481,7 @@ const IdTilt = class {
|
|
|
5479
5481
|
this.demoVideo.src = 'https://ekyc.blob.core.windows.net/$web/animations/uploading_id.mp4';
|
|
5480
5482
|
this.demoVideo.loop = false;
|
|
5481
5483
|
while (loops < 7) {
|
|
5484
|
+
loops++;
|
|
5482
5485
|
this.demoVideo.play();
|
|
5483
5486
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
5484
5487
|
}
|
|
@@ -5571,7 +5574,7 @@ function v4(options, buf, offset) {
|
|
|
5571
5574
|
}
|
|
5572
5575
|
|
|
5573
5576
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
5574
|
-
const version$1 = "3.6.
|
|
5577
|
+
const version$1 = "3.6.38";
|
|
5575
5578
|
const description = "Person Identification Component";
|
|
5576
5579
|
const main = "./dist/index.cjs.js";
|
|
5577
5580
|
const module = "./dist/index.js";
|
|
@@ -9327,6 +9330,7 @@ const SelfieCapture = class {
|
|
|
9327
9330
|
this.demoVideo.src = this.uploadingLink;
|
|
9328
9331
|
this.demoVideo.loop = false;
|
|
9329
9332
|
while (loops < 7) {
|
|
9333
|
+
loops++;
|
|
9330
9334
|
this.demoVideo.play();
|
|
9331
9335
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
9332
9336
|
}
|
|
@@ -9451,6 +9455,7 @@ const SelfieTilt = class {
|
|
|
9451
9455
|
this.demoVideo.src = this.uploadingLink;
|
|
9452
9456
|
this.demoVideo.loop = false;
|
|
9453
9457
|
while (loops < 7) {
|
|
9458
|
+
loops++;
|
|
9454
9459
|
this.demoVideo.play();
|
|
9455
9460
|
await delay(this.translations.GlobalValues.VideoLenght);
|
|
9456
9461
|
}
|