@ekyc_qoobiss/qbs-ect-cmp 2.1.17 → 2.1.18
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 +8 -4
- package/dist/collection/components/common/camera-error/camera-error.js +6 -2
- package/dist/collection/components/flow/landing-validation/landing-validation.js +1 -1
- package/dist/esm/agreement-check_18.entry.js +8 -4
- package/dist/qbs-ect-cmp/{p-8adace9f.entry.js → p-0ae76281.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -5199,8 +5199,10 @@ const CameraError = class {
|
|
|
5199
5199
|
}
|
|
5200
5200
|
else {
|
|
5201
5201
|
var loaded = sessionStorage.getItem(SessionKeys.RefreshDoneKey);
|
|
5202
|
-
if (loaded === 'true')
|
|
5202
|
+
if (loaded === 'true') {
|
|
5203
|
+
sessionStorage.setItem(SessionKeys.RefreshDoneKey, 'false');
|
|
5203
5204
|
state.flowStatus = FlowStatus.LANDING;
|
|
5205
|
+
}
|
|
5204
5206
|
}
|
|
5205
5207
|
try {
|
|
5206
5208
|
await this.apiCall.AddStep(FlowSteps.CameraError);
|
|
@@ -5215,7 +5217,9 @@ const CameraError = class {
|
|
|
5215
5217
|
sessionStorage.setItem(SessionKeys.RefreshDoneKey, 'true');
|
|
5216
5218
|
window.location.reload();
|
|
5217
5219
|
}
|
|
5218
|
-
|
|
5220
|
+
else {
|
|
5221
|
+
state.flowStatus = FlowStatus.LANDING;
|
|
5222
|
+
}
|
|
5219
5223
|
}
|
|
5220
5224
|
render() {
|
|
5221
5225
|
return (index.h("div", { class: "container" }, index.h("div", { class: "row" }, index.h("h1", { class: "color-red" }, this.title), index.h("div", null, index.h("p", { class: "color-red font-weight-bold font-size-25 mt-5" }, this.description)), index.h("div", { hidden: this.device.isIos }, index.h("video", { id: "howtoPermissions", class: "video-demo", playsinline: true, ref: el => (this.demoVideo = el) }, index.h("source", { type: "video/mp4" }))), index.h("div", { class: "pos-relative show-bottom" }, index.h("div", { class: "btn-buletin" }, index.h("button", { class: "main-button", type: "button", disabled: this.buttonDisabled, onClick: () => this.buttonClick() }, this.buttonText), index.h("p", { class: "main-text font-size-18 text-right mb-0" }, CameraErrorValues.FooterText))))));
|
|
@@ -6171,7 +6175,7 @@ function v4(options, buf, offset) {
|
|
|
6171
6175
|
}
|
|
6172
6176
|
|
|
6173
6177
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6174
|
-
const version$1 = "2.1.
|
|
6178
|
+
const version$1 = "2.1.18";
|
|
6175
6179
|
const description = "Person Identification Component";
|
|
6176
6180
|
const main = "./dist/index.cjs.js";
|
|
6177
6181
|
const module$1 = "./dist/index.js";
|
|
@@ -6578,7 +6582,7 @@ const LandingValidation = class {
|
|
|
6578
6582
|
}
|
|
6579
6583
|
}
|
|
6580
6584
|
render() {
|
|
6581
|
-
return (index.h("div", { class: "container" }, index.h("div", { class: "row" }, index.h("div", null, index.h("h1", { class: "text-center" }, LandingValues.Title), index.h("div", { class: "d-flex space-between align-center" }, index.h("p", { class: "main-text font-size-2" }, LandingValues.Description), index.h("div", { class: "img-info" }, index.h("div", { class: "i-effect" }), index.h("img", { src: infoSvg })))), index.h("div", { class: "info-container" }, index.h("div", { class: "img-text" }, index.h("div", { class: "bg-img" }, index.h("img", { src: idSvg })), index.h("h3", null, LandingValues.IdInfo)), index.h("div", { class: "img-text" }, index.h("div", { class: "bg-img" }, index.h("img", { src: deviceSvg })), index.h("h3", null, LandingValues.DeviceInfo)), index.h("div", { class: "img-text" }, index.h("div", { class: "bg-img" }, index.h("img", { src: validationSvg })), index.h("h3", null, LandingValues.SmsInfo))), index.h("div", { class: "terms-container" }, index.h("h3", { class: "font-size-2 mb-1 text-center" }, this.warningText)), index.h("div", { class: "pos-relative show-bottom" }, index.h("div", { class: "btn-buletin" }, index.h("button", { class: "main-button", type: "button", disabled: !state.initialised
|
|
6585
|
+
return (index.h("div", { class: "container" }, index.h("div", { class: "row" }, index.h("div", null, index.h("h1", { class: "text-center" }, LandingValues.Title), index.h("div", { class: "d-flex space-between align-center" }, index.h("p", { class: "main-text font-size-2" }, LandingValues.Description), index.h("div", { class: "img-info" }, index.h("div", { class: "i-effect" }), index.h("img", { src: infoSvg })))), index.h("div", { class: "info-container" }, index.h("div", { class: "img-text" }, index.h("div", { class: "bg-img" }, index.h("img", { src: idSvg })), index.h("h3", null, LandingValues.IdInfo)), index.h("div", { class: "img-text" }, index.h("div", { class: "bg-img" }, index.h("img", { src: deviceSvg })), index.h("h3", null, LandingValues.DeviceInfo)), index.h("div", { class: "img-text" }, index.h("div", { class: "bg-img" }, index.h("img", { src: validationSvg })), index.h("h3", null, LandingValues.SmsInfo))), index.h("div", { class: "terms-container" }, index.h("h3", { class: "font-size-2 mb-1 text-center" }, this.warningText)), index.h("div", { class: "pos-relative show-bottom" }, index.h("div", { class: "btn-buletin" }, index.h("button", { class: "main-button", type: "button", disabled: !state.initialised || this.buttonDisabled, onClick: () => this.startFlow() }, LandingValues.Button), index.h("p", { class: "main-text font-size-2 link-text mb-0", onClick: () => this.leaveFlow() }, LandingValues.ButtonLeave), index.h("p", { class: "main-text font-size-18 text-right mb-0" }, LandingValues.FooterText))))));
|
|
6582
6586
|
}
|
|
6583
6587
|
};
|
|
6584
6588
|
LandingValidation.style = landingValidationCss;
|
|
@@ -27,8 +27,10 @@ export class CameraError {
|
|
|
27
27
|
}
|
|
28
28
|
else {
|
|
29
29
|
var loaded = sessionStorage.getItem(SessionKeys.RefreshDoneKey);
|
|
30
|
-
if (loaded === 'true')
|
|
30
|
+
if (loaded === 'true') {
|
|
31
|
+
sessionStorage.setItem(SessionKeys.RefreshDoneKey, 'false');
|
|
31
32
|
store.flowStatus = FlowStatus.LANDING;
|
|
33
|
+
}
|
|
32
34
|
}
|
|
33
35
|
try {
|
|
34
36
|
await this.apiCall.AddStep(FlowSteps.CameraError);
|
|
@@ -43,7 +45,9 @@ export class CameraError {
|
|
|
43
45
|
sessionStorage.setItem(SessionKeys.RefreshDoneKey, 'true');
|
|
44
46
|
window.location.reload();
|
|
45
47
|
}
|
|
46
|
-
|
|
48
|
+
else {
|
|
49
|
+
store.flowStatus = FlowStatus.LANDING;
|
|
50
|
+
}
|
|
47
51
|
}
|
|
48
52
|
render() {
|
|
49
53
|
return (h("div", { class: "container" }, h("div", { class: "row" }, h("h1", { class: "color-red" }, this.title), h("div", null, h("p", { class: "color-red font-weight-bold font-size-25 mt-5" }, this.description)), h("div", { hidden: this.device.isIos }, h("video", { id: "howtoPermissions", class: "video-demo", playsinline: true, ref: el => (this.demoVideo = el) }, h("source", { type: "video/mp4" }))), h("div", { class: "pos-relative show-bottom" }, h("div", { class: "btn-buletin" }, h("button", { class: "main-button", type: "button", disabled: this.buttonDisabled, onClick: () => this.buttonClick() }, this.buttonText), h("p", { class: "main-text font-size-18 text-right mb-0" }, CameraErrorValues.FooterText))))));
|
|
@@ -73,7 +73,7 @@ export class LandingValidation {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
render() {
|
|
76
|
-
return (h("div", { class: "container" }, h("div", { class: "row" }, h("div", null, h("h1", { class: "text-center" }, LandingValues.Title), h("div", { class: "d-flex space-between align-center" }, h("p", { class: "main-text font-size-2" }, LandingValues.Description), h("div", { class: "img-info" }, h("div", { class: "i-effect" }), h("img", { src: info })))), h("div", { class: "info-container" }, h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: idSvg })), h("h3", null, LandingValues.IdInfo)), h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: idDevice })), h("h3", null, LandingValues.DeviceInfo)), h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: idValidation })), h("h3", null, LandingValues.SmsInfo))), h("div", { class: "terms-container" }, h("h3", { class: "font-size-2 mb-1 text-center" }, this.warningText)), h("div", { class: "pos-relative show-bottom" }, h("div", { class: "btn-buletin" }, h("button", { class: "main-button", type: "button", disabled: !store.initialised
|
|
76
|
+
return (h("div", { class: "container" }, h("div", { class: "row" }, h("div", null, h("h1", { class: "text-center" }, LandingValues.Title), h("div", { class: "d-flex space-between align-center" }, h("p", { class: "main-text font-size-2" }, LandingValues.Description), h("div", { class: "img-info" }, h("div", { class: "i-effect" }), h("img", { src: info })))), h("div", { class: "info-container" }, h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: idSvg })), h("h3", null, LandingValues.IdInfo)), h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: idDevice })), h("h3", null, LandingValues.DeviceInfo)), h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: idValidation })), h("h3", null, LandingValues.SmsInfo))), h("div", { class: "terms-container" }, h("h3", { class: "font-size-2 mb-1 text-center" }, this.warningText)), h("div", { class: "pos-relative show-bottom" }, h("div", { class: "btn-buletin" }, h("button", { class: "main-button", type: "button", disabled: !store.initialised || this.buttonDisabled, onClick: () => this.startFlow() }, LandingValues.Button), h("p", { class: "main-text font-size-2 link-text mb-0", onClick: () => this.leaveFlow() }, LandingValues.ButtonLeave), h("p", { class: "main-text font-size-18 text-right mb-0" }, LandingValues.FooterText))))));
|
|
77
77
|
}
|
|
78
78
|
static get is() { return "landing-validation"; }
|
|
79
79
|
static get originalStyleUrls() {
|
|
@@ -5195,8 +5195,10 @@ const CameraError = class {
|
|
|
5195
5195
|
}
|
|
5196
5196
|
else {
|
|
5197
5197
|
var loaded = sessionStorage.getItem(SessionKeys.RefreshDoneKey);
|
|
5198
|
-
if (loaded === 'true')
|
|
5198
|
+
if (loaded === 'true') {
|
|
5199
|
+
sessionStorage.setItem(SessionKeys.RefreshDoneKey, 'false');
|
|
5199
5200
|
state.flowStatus = FlowStatus.LANDING;
|
|
5201
|
+
}
|
|
5200
5202
|
}
|
|
5201
5203
|
try {
|
|
5202
5204
|
await this.apiCall.AddStep(FlowSteps.CameraError);
|
|
@@ -5211,7 +5213,9 @@ const CameraError = class {
|
|
|
5211
5213
|
sessionStorage.setItem(SessionKeys.RefreshDoneKey, 'true');
|
|
5212
5214
|
window.location.reload();
|
|
5213
5215
|
}
|
|
5214
|
-
|
|
5216
|
+
else {
|
|
5217
|
+
state.flowStatus = FlowStatus.LANDING;
|
|
5218
|
+
}
|
|
5215
5219
|
}
|
|
5216
5220
|
render() {
|
|
5217
5221
|
return (h("div", { class: "container" }, h("div", { class: "row" }, h("h1", { class: "color-red" }, this.title), h("div", null, h("p", { class: "color-red font-weight-bold font-size-25 mt-5" }, this.description)), h("div", { hidden: this.device.isIos }, h("video", { id: "howtoPermissions", class: "video-demo", playsinline: true, ref: el => (this.demoVideo = el) }, h("source", { type: "video/mp4" }))), h("div", { class: "pos-relative show-bottom" }, h("div", { class: "btn-buletin" }, h("button", { class: "main-button", type: "button", disabled: this.buttonDisabled, onClick: () => this.buttonClick() }, this.buttonText), h("p", { class: "main-text font-size-18 text-right mb-0" }, CameraErrorValues.FooterText))))));
|
|
@@ -6167,7 +6171,7 @@ function v4(options, buf, offset) {
|
|
|
6167
6171
|
}
|
|
6168
6172
|
|
|
6169
6173
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6170
|
-
const version$1 = "2.1.
|
|
6174
|
+
const version$1 = "2.1.18";
|
|
6171
6175
|
const description = "Person Identification Component";
|
|
6172
6176
|
const main = "./dist/index.cjs.js";
|
|
6173
6177
|
const module = "./dist/index.js";
|
|
@@ -6574,7 +6578,7 @@ const LandingValidation = class {
|
|
|
6574
6578
|
}
|
|
6575
6579
|
}
|
|
6576
6580
|
render() {
|
|
6577
|
-
return (h("div", { class: "container" }, h("div", { class: "row" }, h("div", null, h("h1", { class: "text-center" }, LandingValues.Title), h("div", { class: "d-flex space-between align-center" }, h("p", { class: "main-text font-size-2" }, LandingValues.Description), h("div", { class: "img-info" }, h("div", { class: "i-effect" }), h("img", { src: infoSvg })))), h("div", { class: "info-container" }, h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: idSvg })), h("h3", null, LandingValues.IdInfo)), h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: deviceSvg })), h("h3", null, LandingValues.DeviceInfo)), h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: validationSvg })), h("h3", null, LandingValues.SmsInfo))), h("div", { class: "terms-container" }, h("h3", { class: "font-size-2 mb-1 text-center" }, this.warningText)), h("div", { class: "pos-relative show-bottom" }, h("div", { class: "btn-buletin" }, h("button", { class: "main-button", type: "button", disabled: !state.initialised
|
|
6581
|
+
return (h("div", { class: "container" }, h("div", { class: "row" }, h("div", null, h("h1", { class: "text-center" }, LandingValues.Title), h("div", { class: "d-flex space-between align-center" }, h("p", { class: "main-text font-size-2" }, LandingValues.Description), h("div", { class: "img-info" }, h("div", { class: "i-effect" }), h("img", { src: infoSvg })))), h("div", { class: "info-container" }, h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: idSvg })), h("h3", null, LandingValues.IdInfo)), h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: deviceSvg })), h("h3", null, LandingValues.DeviceInfo)), h("div", { class: "img-text" }, h("div", { class: "bg-img" }, h("img", { src: validationSvg })), h("h3", null, LandingValues.SmsInfo))), h("div", { class: "terms-container" }, h("h3", { class: "font-size-2 mb-1 text-center" }, this.warningText)), h("div", { class: "pos-relative show-bottom" }, h("div", { class: "btn-buletin" }, h("button", { class: "main-button", type: "button", disabled: !state.initialised || this.buttonDisabled, onClick: () => this.startFlow() }, LandingValues.Button), h("p", { class: "main-text font-size-2 link-text mb-0", onClick: () => this.leaveFlow() }, LandingValues.ButtonLeave), h("p", { class: "main-text font-size-18 text-right mb-0" }, LandingValues.FooterText))))));
|
|
6578
6582
|
}
|
|
6579
6583
|
};
|
|
6580
6584
|
LandingValidation.style = landingValidationCss;
|