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