@regulaforensics/ui-components 9.7.1067-nightly → 9.7.1069-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/core/index.cjs +1 -1
- package/dist/core/index.js +3 -2
- package/dist/main/index.cjs +1 -1
- package/dist/main/index.js +3 -2
- package/package.json +1 -1
package/dist/main/index.js
CHANGED
|
@@ -80400,7 +80400,8 @@ var VB = () => rD("c629d0f0d0896c2f20a19a5ed9ede37b"), HB = {
|
|
|
80400
80400
|
}, XB = (e) => {
|
|
80401
80401
|
let t = /* @__PURE__ */ new Set();
|
|
80402
80402
|
return e.length === 1 || e.forEach((e, n) => {
|
|
80403
|
-
e.checkResult === j.ERROR
|
|
80403
|
+
let r = e.checks.some((e) => e.checkResult === j.ERROR);
|
|
80404
|
+
(e.checkResult === j.ERROR || r) && t.add(String(n));
|
|
80404
80405
|
}), t;
|
|
80405
80406
|
};
|
|
80406
80407
|
J.addResourceBundle("ru-RU", "04e8c85d2208befc9f038ec6fb318388", {
|
|
@@ -82525,7 +82526,7 @@ var aH = () => rD("de69905604fe0024fb127e3820099c8f"), oH = {
|
|
|
82525
82526
|
}, []), [t]), _ = (e) => JB(d, g[e]);
|
|
82526
82527
|
return c(() => {
|
|
82527
82528
|
let t = g.findIndex((e) => e.length > 0);
|
|
82528
|
-
t !== -1 &&
|
|
82529
|
+
t !== -1 && e(g[t]);
|
|
82529
82530
|
}, [g]), c(() => () => {
|
|
82530
82531
|
l("imageQuality");
|
|
82531
82532
|
}, [t]), /* @__PURE__ */ h(sH, {
|