@ekyc_qoobiss/qbs-ect-cmp 2.1.15 → 2.1.16
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 +3 -3
- package/dist/collection/components/common/camera-error/camera-error.js +2 -2
- package/dist/esm/agreement-check_18.entry.js +3 -3
- package/dist/qbs-ect-cmp/{p-64346559.entry.js → p-d6c15286.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -5189,13 +5189,13 @@ const CameraError = class {
|
|
|
5189
5189
|
this.title = CameraErrorValues.Title;
|
|
5190
5190
|
this.description = CameraErrorValues.Description;
|
|
5191
5191
|
this.buttonText = CameraErrorValues.Button;
|
|
5192
|
+
}
|
|
5193
|
+
async componentDidLoad() {
|
|
5192
5194
|
if (!this.device.isIos) {
|
|
5193
5195
|
this.demoVideo.src = CameraErrorValues.HowToLink;
|
|
5194
5196
|
this.demoVideo.loop = true;
|
|
5195
5197
|
this.demoVideo.play();
|
|
5196
5198
|
}
|
|
5197
|
-
}
|
|
5198
|
-
async componentDidLoad() {
|
|
5199
5199
|
try {
|
|
5200
5200
|
await this.apiCall.AddStep(FlowSteps.CameraError);
|
|
5201
5201
|
}
|
|
@@ -6164,7 +6164,7 @@ function v4(options, buf, offset) {
|
|
|
6164
6164
|
}
|
|
6165
6165
|
|
|
6166
6166
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6167
|
-
const version$1 = "2.1.
|
|
6167
|
+
const version$1 = "2.1.16";
|
|
6168
6168
|
const description = "Person Identification Component";
|
|
6169
6169
|
const main = "./dist/index.cjs.js";
|
|
6170
6170
|
const module$1 = "./dist/index.js";
|
|
@@ -18,13 +18,13 @@ export class CameraError {
|
|
|
18
18
|
this.title = CameraErrorValues.Title;
|
|
19
19
|
this.description = CameraErrorValues.Description;
|
|
20
20
|
this.buttonText = CameraErrorValues.Button;
|
|
21
|
+
}
|
|
22
|
+
async componentDidLoad() {
|
|
21
23
|
if (!this.device.isIos) {
|
|
22
24
|
this.demoVideo.src = CameraErrorValues.HowToLink;
|
|
23
25
|
this.demoVideo.loop = true;
|
|
24
26
|
this.demoVideo.play();
|
|
25
27
|
}
|
|
26
|
-
}
|
|
27
|
-
async componentDidLoad() {
|
|
28
28
|
try {
|
|
29
29
|
await this.apiCall.AddStep(FlowSteps.CameraError);
|
|
30
30
|
}
|
|
@@ -5185,13 +5185,13 @@ const CameraError = class {
|
|
|
5185
5185
|
this.title = CameraErrorValues.Title;
|
|
5186
5186
|
this.description = CameraErrorValues.Description;
|
|
5187
5187
|
this.buttonText = CameraErrorValues.Button;
|
|
5188
|
+
}
|
|
5189
|
+
async componentDidLoad() {
|
|
5188
5190
|
if (!this.device.isIos) {
|
|
5189
5191
|
this.demoVideo.src = CameraErrorValues.HowToLink;
|
|
5190
5192
|
this.demoVideo.loop = true;
|
|
5191
5193
|
this.demoVideo.play();
|
|
5192
5194
|
}
|
|
5193
|
-
}
|
|
5194
|
-
async componentDidLoad() {
|
|
5195
5195
|
try {
|
|
5196
5196
|
await this.apiCall.AddStep(FlowSteps.CameraError);
|
|
5197
5197
|
}
|
|
@@ -6160,7 +6160,7 @@ function v4(options, buf, offset) {
|
|
|
6160
6160
|
}
|
|
6161
6161
|
|
|
6162
6162
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6163
|
-
const version$1 = "2.1.
|
|
6163
|
+
const version$1 = "2.1.16";
|
|
6164
6164
|
const description = "Person Identification Component";
|
|
6165
6165
|
const main = "./dist/index.cjs.js";
|
|
6166
6166
|
const module = "./dist/index.js";
|