@regulaforensics/idv-capture-web 3.4.312-rc → 3.4.313-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 +8 -8
- package/dist/main.js +7 -6
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2496,7 +2496,7 @@ const ks = () => {
|
|
|
2496
2496
|
osVersion: `${Je.osVersion}`,
|
|
2497
2497
|
hostAppId: ks(),
|
|
2498
2498
|
host: ks(),
|
|
2499
|
-
sdkVersion: "3.4.
|
|
2499
|
+
sdkVersion: "3.4.313-nightly".trim(),
|
|
2500
2500
|
name: navigator.userAgent,
|
|
2501
2501
|
deviceModel: `${Je.osName}/${Je.osVersion} ${Je.browserName}/${Je.fullBrowserVersion}`,
|
|
2502
2502
|
hostAppVersion: `${Je.browserName}/${Je.fullBrowserVersion}`,
|
|
@@ -7307,7 +7307,7 @@ const zM = ({ children: t, locale: e }) => {
|
|
|
7307
7307
|
}
|
|
7308
7308
|
), Kr = class Kr extends Ru {
|
|
7309
7309
|
constructor() {
|
|
7310
|
-
super(), this._mounted = !1, this._shadowRoot = this.attachShadow({ mode: "open" }), this.props = null;
|
|
7310
|
+
super(), this._mounted = !1, this._shadowRoot = this.attachShadow({ mode: "open" }), this._renderVersion = 0, this.props = null;
|
|
7311
7311
|
}
|
|
7312
7312
|
setProps(e) {
|
|
7313
7313
|
var i;
|
|
@@ -7319,7 +7319,7 @@ const zM = ({ children: t, locale: e }) => {
|
|
|
7319
7319
|
});
|
|
7320
7320
|
(i = e.perform) == null || i.call(e, n);
|
|
7321
7321
|
}
|
|
7322
|
-
this.props = {
|
|
7322
|
+
this._renderVersion++, this.props = {
|
|
7323
7323
|
idvEventListener: e.idvEventListener,
|
|
7324
7324
|
moduleProps: e.moduleProps,
|
|
7325
7325
|
isProcessing: e.isProcessing,
|
|
@@ -7363,7 +7363,8 @@ const zM = ({ children: t, locale: e }) => {
|
|
|
7363
7363
|
idvEventListener: this.props.idvEventListener,
|
|
7364
7364
|
isProcessing: this.props.isProcessing,
|
|
7365
7365
|
devSettings: this.props.devSettings
|
|
7366
|
-
}
|
|
7366
|
+
},
|
|
7367
|
+
this._renderVersion
|
|
7367
7368
|
),
|
|
7368
7369
|
this._shadowRoot
|
|
7369
7370
|
);
|
|
@@ -9314,7 +9315,7 @@ const Vo = class Vo extends Fr {
|
|
|
9314
9315
|
return (!this._currentScreenElement || !this._isTheSameModuleAndScreen(e)) && (this._currentScreenElement = ea(e.id, r), this._currentScreenModuleId = e.id, this._currentScreenConfig = this.currentScreenConfig), this._currentScreenElement;
|
|
9315
9316
|
}
|
|
9316
9317
|
get version() {
|
|
9317
|
-
return `${"3.4.
|
|
9318
|
+
return `${"3.4.313-nightly".trim()}`;
|
|
9318
9319
|
}
|
|
9319
9320
|
disconnectedCallback() {
|
|
9320
9321
|
var e;
|
|
@@ -9404,7 +9405,7 @@ class sg {
|
|
|
9404
9405
|
}
|
|
9405
9406
|
/** service commands */
|
|
9406
9407
|
get version() {
|
|
9407
|
-
return "3.4.
|
|
9408
|
+
return "3.4.313-nightly";
|
|
9408
9409
|
}
|
|
9409
9410
|
set nonce(e) {
|
|
9410
9411
|
Be.getState().setNonce(e);
|
package/package.json
CHANGED