@regulaforensics/ui-components 9.7.1068-rc → 9.7.1070-rc
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
|
@@ -39043,7 +39043,8 @@ var UB = () => rD("c629d0f0d0896c2f20a19a5ed9ede37b"), WB = {
|
|
|
39043
39043
|
}, QB = (e) => {
|
|
39044
39044
|
let t = /* @__PURE__ */ new Set();
|
|
39045
39045
|
return e.length === 1 || e.forEach((e, n) => {
|
|
39046
|
-
e.checkResult === j.ERROR
|
|
39046
|
+
let r = e.checks.some((e) => e.checkResult === j.ERROR);
|
|
39047
|
+
(e.checkResult === j.ERROR || r) && t.add(String(n));
|
|
39047
39048
|
}), t;
|
|
39048
39049
|
};
|
|
39049
39050
|
J.addResourceBundle("en-US", "04e8c85d2208befc9f038ec6fb318388", {
|
|
@@ -40176,7 +40177,7 @@ var sH = () => rD("de69905604fe0024fb127e3820099c8f"), cH = {
|
|
|
40176
40177
|
}, []), [t]), _ = (e) => XB(d, g[e]);
|
|
40177
40178
|
return c(() => {
|
|
40178
40179
|
let t = g.findIndex((e) => e.length > 0);
|
|
40179
|
-
t !== -1 &&
|
|
40180
|
+
t !== -1 && e(g[t]);
|
|
40180
40181
|
}, [g]), c(() => () => {
|
|
40181
40182
|
l("imageQuality");
|
|
40182
40183
|
}, [t]), /* @__PURE__ */ h(lH, {
|