@ekyc_qoobiss/qbs-ect-cmp 2.1.8 → 2.1.9
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 -2
- package/dist/collection/components/flow/sms-code-validation/sms-code-validation.js +1 -1
- package/dist/esm/agreement-check_17.entry.js +2 -2
- package/dist/qbs-ect-cmp/{p-550b976f.entry.js → p-91913ea5.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -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.9";
|
|
6102
6102
|
const description = "Person Identification Component";
|
|
6103
6103
|
const main = "./dist/index.cjs.js";
|
|
6104
6104
|
const module$1 = "./dist/index.js";
|
|
@@ -9634,7 +9634,7 @@ const SmsCodeValidation = class {
|
|
|
9634
9634
|
this.apiErrorEvent.emit(e);
|
|
9635
9635
|
}
|
|
9636
9636
|
}
|
|
9637
|
-
|
|
9637
|
+
componentWillRender() {
|
|
9638
9638
|
if (state.flowStatus == FlowStatus.PHONE) {
|
|
9639
9639
|
this.title = PhoneValidationValues.Title;
|
|
9640
9640
|
this.details = PhoneValidationValues.Description;
|
|
@@ -38,7 +38,7 @@ export class SmsCodeValidation {
|
|
|
38
38
|
this.apiErrorEvent.emit(e);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
|
|
41
|
+
componentWillRender() {
|
|
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.9";
|
|
6098
6098
|
const description = "Person Identification Component";
|
|
6099
6099
|
const main = "./dist/index.cjs.js";
|
|
6100
6100
|
const module = "./dist/index.js";
|
|
@@ -9630,7 +9630,7 @@ const SmsCodeValidation = class {
|
|
|
9630
9630
|
this.apiErrorEvent.emit(e);
|
|
9631
9631
|
}
|
|
9632
9632
|
}
|
|
9633
|
-
|
|
9633
|
+
componentWillRender() {
|
|
9634
9634
|
if (state.flowStatus == FlowStatus.PHONE) {
|
|
9635
9635
|
this.title = PhoneValidationValues.Title;
|
|
9636
9636
|
this.details = PhoneValidationValues.Description;
|