@ekyc_qoobiss/qbs-ect-cmp 2.1.7 → 2.1.8
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_17.cjs.entry.js +2 -3
- package/dist/collection/components/flow/mobile-redirect/mobile-redirect.js +0 -1
- package/dist/collection/components/flow/sms-code-validation/sms-code-validation.js +1 -1
- package/dist/esm/agreement-check_17.entry.js +2 -3
- package/dist/qbs-ect-cmp/{p-0930a97d.entry.js → p-550b976f.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/dist/types/components/flow/mobile-redirect/mobile-redirect.d.ts +0 -1
- package/dist/types/components/flow/sms-code-validation/sms-code-validation.d.ts +1 -1
- package/package.json +1 -1
|
@@ -6098,7 +6098,7 @@ function v4(options, buf, offset) {
|
|
|
6098
6098
|
}
|
|
6099
6099
|
|
|
6100
6100
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6101
|
-
const version$1 = "2.1.
|
|
6101
|
+
const version$1 = "2.1.8";
|
|
6102
6102
|
const description = "Person Identification Component";
|
|
6103
6103
|
const main = "./dist/index.cjs.js";
|
|
6104
6104
|
const module$1 = "./dist/index.js";
|
|
@@ -9406,7 +9406,6 @@ const MobileRedirect = class {
|
|
|
9406
9406
|
self.qrCode = url;
|
|
9407
9407
|
});
|
|
9408
9408
|
}
|
|
9409
|
-
componentWillRender() { }
|
|
9410
9409
|
async componentDidLoad() {
|
|
9411
9410
|
Events.init(window);
|
|
9412
9411
|
Events.flowStarted();
|
|
@@ -9635,7 +9634,7 @@ const SmsCodeValidation = class {
|
|
|
9635
9634
|
this.apiErrorEvent.emit(e);
|
|
9636
9635
|
}
|
|
9637
9636
|
}
|
|
9638
|
-
|
|
9637
|
+
componentWillLoad() {
|
|
9639
9638
|
if (state.flowStatus == FlowStatus.PHONE) {
|
|
9640
9639
|
this.title = PhoneValidationValues.Title;
|
|
9641
9640
|
this.details = PhoneValidationValues.Description;
|
|
@@ -38,7 +38,7 @@ export class SmsCodeValidation {
|
|
|
38
38
|
this.apiErrorEvent.emit(e);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
|
|
41
|
+
componentWillLoad() {
|
|
42
42
|
if (store.flowStatus == FlowStatus.PHONE) {
|
|
43
43
|
this.title = PhoneValidationValues.Title;
|
|
44
44
|
this.details = PhoneValidationValues.Description;
|
|
@@ -6094,7 +6094,7 @@ function v4(options, buf, offset) {
|
|
|
6094
6094
|
}
|
|
6095
6095
|
|
|
6096
6096
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6097
|
-
const version$1 = "2.1.
|
|
6097
|
+
const version$1 = "2.1.8";
|
|
6098
6098
|
const description = "Person Identification Component";
|
|
6099
6099
|
const main = "./dist/index.cjs.js";
|
|
6100
6100
|
const module = "./dist/index.js";
|
|
@@ -9402,7 +9402,6 @@ const MobileRedirect = class {
|
|
|
9402
9402
|
self.qrCode = url;
|
|
9403
9403
|
});
|
|
9404
9404
|
}
|
|
9405
|
-
componentWillRender() { }
|
|
9406
9405
|
async componentDidLoad() {
|
|
9407
9406
|
Events.init(window);
|
|
9408
9407
|
Events.flowStarted();
|
|
@@ -9631,7 +9630,7 @@ const SmsCodeValidation = class {
|
|
|
9631
9630
|
this.apiErrorEvent.emit(e);
|
|
9632
9631
|
}
|
|
9633
9632
|
}
|
|
9634
|
-
|
|
9633
|
+
componentWillLoad() {
|
|
9635
9634
|
if (state.flowStatus == FlowStatus.PHONE) {
|
|
9636
9635
|
this.title = PhoneValidationValues.Title;
|
|
9637
9636
|
this.details = PhoneValidationValues.Description;
|