@regulaforensics/idv-capture-web 3.10.545-nightly → 3.10.547-nightly
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/main.iife.js +4 -4
- package/dist/main.js +5 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3767,7 +3767,7 @@ var $i = () => {
|
|
|
3767
3767
|
osVersion: `${ei.osVersion}`,
|
|
3768
3768
|
hostAppId: $i(),
|
|
3769
3769
|
host: $i(),
|
|
3770
|
-
sdkVersion: (t = "3.10.
|
|
3770
|
+
sdkVersion: (t = "3.10.547-nightly") == null ? void 0 : t.trim(),
|
|
3771
3771
|
name: navigator.userAgent,
|
|
3772
3772
|
deviceModel: `${ei.osName}/${ei.osVersion} ${ei.browserName}/${ei.fullBrowserVersion}`,
|
|
3773
3773
|
hostAppVersion: `${ei.browserName}/${ei.fullBrowserVersion}`,
|
|
@@ -7340,6 +7340,8 @@ var gl = ({ header: e, title: t, buttons: n, footer: r, questions: i, dataSource
|
|
|
7340
7340
|
message: "No questions in the itemTypes field or itemTypes is not an array"
|
|
7341
7341
|
})), null;
|
|
7342
7342
|
let f = o ? Bo(a.questions, o) : {}, p = dn(null), { register: m, handleSubmit: h, formState: { errors: g }, reset: _, watch: v, control: y } = Jc({
|
|
7343
|
+
mode: "onSubmit",
|
|
7344
|
+
reValidateMode: "onSubmit",
|
|
7343
7345
|
criteriaMode: "all",
|
|
7344
7346
|
defaultValues: f
|
|
7345
7347
|
});
|
|
@@ -15371,7 +15373,7 @@ var ap = Ur((...e) => P(P(P({}, ma(...e)), Xf(...e)), np(...e))), op = (e) => /^
|
|
|
15371
15373
|
return (!this._currentScreenElement || !this._isTheSameModuleAndScreen(e)) && (this._currentScreenElement = sp(e.id, t), this._currentScreenModuleId = e.id, this._currentScreenConfig = this.currentScreenConfig), this._currentScreenElement;
|
|
15372
15374
|
}
|
|
15373
15375
|
get version() {
|
|
15374
|
-
return "3.10.
|
|
15376
|
+
return "3.10.547-nightly";
|
|
15375
15377
|
}
|
|
15376
15378
|
disconnectedCallback() {
|
|
15377
15379
|
var e;
|
|
@@ -15490,7 +15492,7 @@ var mp = class {
|
|
|
15490
15492
|
}
|
|
15491
15493
|
get version() {
|
|
15492
15494
|
var e;
|
|
15493
|
-
return (e = "3.10.
|
|
15495
|
+
return (e = "3.10.547-nightly") == null ? "Version unavailable. Something went wrong" : e;
|
|
15494
15496
|
}
|
|
15495
15497
|
get currentSessionId() {
|
|
15496
15498
|
return ap.getState().getCurrentSessionId();
|
package/package.json
CHANGED