@ekyc_qoobiss/qbs-ect-cmp 3.6.18 → 3.6.19
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 +2 -2
- package/dist/collection/components/common/selfie-tilt/selfie-tilt.js +1 -1
- package/dist/esm/agreement-check_19.entry.js +2 -2
- package/dist/qbs-ect-cmp/{p-0b7c8953.entry.js → p-2d78d525.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -5834,7 +5834,7 @@ function v4(options, buf, offset) {
|
|
|
5834
5834
|
}
|
|
5835
5835
|
|
|
5836
5836
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
5837
|
-
const version$1 = "3.6.
|
|
5837
|
+
const version$1 = "3.6.19";
|
|
5838
5838
|
const description = "Person Identification Component";
|
|
5839
5839
|
const main = "./dist/index.cjs.js";
|
|
5840
5840
|
const module$1 = "./dist/index.js";
|
|
@@ -9695,7 +9695,6 @@ const SelfieTilt = class {
|
|
|
9695
9695
|
this.captureWidth = Math.round((this.captureHeight * 9) / 16);
|
|
9696
9696
|
}
|
|
9697
9697
|
componentWillLoad() {
|
|
9698
|
-
this.mainStream = Stream.getInstance(VerificationMode.Tilt);
|
|
9699
9698
|
this.titleMesage = store.SelfieCaptureValues.Title;
|
|
9700
9699
|
//this.videoDemoStyle = this.device.isMobile ? { 'width': window.screen.width + 'px', 'height': window.screen.height + 'px', 'object-fit': 'fill' } : {};
|
|
9701
9700
|
if (!navigator.mediaDevices) {
|
|
@@ -9703,6 +9702,7 @@ const SelfieTilt = class {
|
|
|
9703
9702
|
}
|
|
9704
9703
|
}
|
|
9705
9704
|
async componentDidLoad() {
|
|
9705
|
+
this.mainStream = Stream.getInstance(VerificationMode.Tilt);
|
|
9706
9706
|
await this.baseComponent.logStep(FlowSteps.SelfieTilt, FlowMoments.Initialized);
|
|
9707
9707
|
this.openCamera();
|
|
9708
9708
|
}
|
|
@@ -53,7 +53,6 @@ export class SelfieTilt {
|
|
|
53
53
|
this.captureWidth = Math.round((this.captureHeight * 9) / 16);
|
|
54
54
|
}
|
|
55
55
|
componentWillLoad() {
|
|
56
|
-
this.mainStream = Stream.getInstance(VerificationMode.Tilt);
|
|
57
56
|
this.titleMesage = SelfieCaptureValues.Title;
|
|
58
57
|
//this.videoDemoStyle = this.device.isMobile ? { 'width': window.screen.width + 'px', 'height': window.screen.height + 'px', 'object-fit': 'fill' } : {};
|
|
59
58
|
if (!navigator.mediaDevices) {
|
|
@@ -61,6 +60,7 @@ export class SelfieTilt {
|
|
|
61
60
|
}
|
|
62
61
|
}
|
|
63
62
|
async componentDidLoad() {
|
|
63
|
+
this.mainStream = Stream.getInstance(VerificationMode.Tilt);
|
|
64
64
|
await this.baseComponent.logStep(FlowSteps.SelfieTilt, FlowMoments.Initialized);
|
|
65
65
|
this.openCamera();
|
|
66
66
|
}
|
|
@@ -5830,7 +5830,7 @@ function v4(options, buf, offset) {
|
|
|
5830
5830
|
}
|
|
5831
5831
|
|
|
5832
5832
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
5833
|
-
const version$1 = "3.6.
|
|
5833
|
+
const version$1 = "3.6.19";
|
|
5834
5834
|
const description = "Person Identification Component";
|
|
5835
5835
|
const main = "./dist/index.cjs.js";
|
|
5836
5836
|
const module = "./dist/index.js";
|
|
@@ -9691,7 +9691,6 @@ const SelfieTilt = class {
|
|
|
9691
9691
|
this.captureWidth = Math.round((this.captureHeight * 9) / 16);
|
|
9692
9692
|
}
|
|
9693
9693
|
componentWillLoad() {
|
|
9694
|
-
this.mainStream = Stream.getInstance(VerificationMode.Tilt);
|
|
9695
9694
|
this.titleMesage = SelfieCaptureValues.Title;
|
|
9696
9695
|
//this.videoDemoStyle = this.device.isMobile ? { 'width': window.screen.width + 'px', 'height': window.screen.height + 'px', 'object-fit': 'fill' } : {};
|
|
9697
9696
|
if (!navigator.mediaDevices) {
|
|
@@ -9699,6 +9698,7 @@ const SelfieTilt = class {
|
|
|
9699
9698
|
}
|
|
9700
9699
|
}
|
|
9701
9700
|
async componentDidLoad() {
|
|
9701
|
+
this.mainStream = Stream.getInstance(VerificationMode.Tilt);
|
|
9702
9702
|
await this.baseComponent.logStep(FlowSteps.SelfieTilt, FlowMoments.Initialized);
|
|
9703
9703
|
this.openCamera();
|
|
9704
9704
|
}
|