@regulaforensics/ui-components 7.5.149-nightly → 7.5.151-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/index.js +2 -2
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -31037,7 +31037,7 @@ const Xmt = () => Vt("bf6beb35429f5109267181cf623e0151"), Zmt = "_container_ni12
|
|
|
31037
31037
|
dataTestKey: "params-group_key",
|
|
31038
31038
|
dataTestValue: "params-group_value",
|
|
31039
31039
|
children: /* @__PURE__ */ q("div", { className: svt["text-data"], children: [
|
|
31040
|
-
o.map(({ source: u, value: L, checkResult: P, probability: H, pageIndex: h, rect: d }) => L ? /* @__PURE__ */ S(
|
|
31040
|
+
o.map(({ source: u, value: L, checkResult: P, probability: H, pageIndex: h, rect: d }) => L.trim() || P !== m.WAS_NOT_DONE ? /* @__PURE__ */ S(
|
|
31041
31041
|
nr,
|
|
31042
31042
|
{
|
|
31043
31043
|
nested: !0,
|
|
@@ -31137,7 +31137,7 @@ const hvt = () => Vt("ea1472e8da78749ac0757f699338d7f2"), ABt = () => {
|
|
|
31137
31137
|
const { t } = hvt(), { response: _ } = fn(), { tabID: n } = kn.resolve(vI).observe(), { selections: r } = kn.resolve(xe).observe(), { page: e } = kn.resolve(gI).observe();
|
|
31138
31138
|
if (!_)
|
|
31139
31139
|
return null;
|
|
31140
|
-
const E = Zn(() => cG(_).filter((D) => D.value !==
|
|
31140
|
+
const E = Zn(() => cG(_).filter((D) => D.value.trim() || D.checkResult !== m.WAS_NOT_DONE), [_]), o = Zn(() => yH(_).sort((D, u) => D.pageIndex - u.pageIndex), [_]), s = Zn(() => fH(_).filter(({ groups: D }) => D.length > 0), [_]), c = Zn(() => nG(_).sort((D, u) => D.pageIndex - u.pageIndex), [_]), a = Zn(() => c.find(({ pageIndex: D }) => D === e), [c, e]), A = Zn(() => $E(_, [Kt.DOCUMENT_IMAGE], [at.DOCUMENT_IMAGE]).map((D) => ({
|
|
31141
31141
|
...D,
|
|
31142
31142
|
pages: D.pages.filter((u) => u.src !== void 0)
|
|
31143
31143
|
})).filter((D) => D.pages.length > 0), [_]), T = [], O = (D) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.151-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"i18n:report": "npx node ./scripts/i18n-report.js --languages en,ru --file ./scripts/Translator.xml --src ./src"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@storybook/addon-essentials": "^8.3.
|
|
26
|
-
"@storybook/manager-api": "^8.3.
|
|
27
|
-
"@storybook/react": "^8.3.
|
|
28
|
-
"@storybook/react-vite": "^8.3.
|
|
29
|
-
"@storybook/theming": "^8.3.
|
|
30
|
-
"@types/react": "^18.3.
|
|
25
|
+
"@storybook/addon-essentials": "^8.3.5",
|
|
26
|
+
"@storybook/manager-api": "^8.3.5",
|
|
27
|
+
"@storybook/react": "^8.3.5",
|
|
28
|
+
"@storybook/react-vite": "^8.3.5",
|
|
29
|
+
"@storybook/theming": "^8.3.5",
|
|
30
|
+
"@types/react": "^18.3.11",
|
|
31
31
|
"@types/react-custom-scroll": "^5.0.3",
|
|
32
32
|
"@types/react-dom": "^18.3.0",
|
|
33
33
|
"@types/react-scroll": "^1.8.10",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"react-dom": "^18.3.1",
|
|
41
41
|
"rimraf": "^6.0.1",
|
|
42
42
|
"sass": "^1.79.4",
|
|
43
|
-
"storybook": "^8.3.
|
|
43
|
+
"storybook": "^8.3.5",
|
|
44
44
|
"tsyringe": "^4.8.0",
|
|
45
45
|
"typescript": "^5.5.4",
|
|
46
46
|
"vite": "^5.4.8",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-dom": ">=18.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@regulaforensics/document-reader-typings": "^7.5.
|
|
56
|
+
"@regulaforensics/document-reader-typings": "^7.5.151-nightly",
|
|
57
57
|
"@uiw/react-json-view": "^2.0.0-alpha.27",
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
59
|
"i18next": "^23.15.1",
|