@regulaforensics/ui-components 7.6.306-nightly → 7.6.307-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 +9 -9
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -13248,7 +13248,7 @@ function rC() {
|
|
|
13248
13248
|
o.scrollHandler(E);
|
|
13249
13249
|
}, i);
|
|
13250
13250
|
return o.scrollSpyContainers.push(E), (0, n.addPassiveEventListener)(E, "scroll", a), function() {
|
|
13251
|
-
|
|
13251
|
+
(0, n.removePassiveEventListener)(E, "scroll", a), o.scrollSpyContainers.splice(o.scrollSpyContainers.indexOf(E), 1);
|
|
13252
13252
|
};
|
|
13253
13253
|
}
|
|
13254
13254
|
return function() {
|
|
@@ -13259,15 +13259,15 @@ function rC() {
|
|
|
13259
13259
|
},
|
|
13260
13260
|
currentPositionX: function(E) {
|
|
13261
13261
|
if (E === document) {
|
|
13262
|
-
var i = window.
|
|
13263
|
-
return i ? window.
|
|
13262
|
+
var i = window.scrollY !== void 0, a = (document.compatMode || "") === "CSS1Compat";
|
|
13263
|
+
return i ? window.scrollX : a ? document.documentElement.scrollLeft : document.body.scrollLeft;
|
|
13264
13264
|
} else
|
|
13265
13265
|
return E.scrollLeft;
|
|
13266
13266
|
},
|
|
13267
13267
|
currentPositionY: function(E) {
|
|
13268
13268
|
if (E === document) {
|
|
13269
|
-
var i = window.
|
|
13270
|
-
return i ? window.
|
|
13269
|
+
var i = window.scrollX !== void 0, a = (document.compatMode || "") === "CSS1Compat";
|
|
13270
|
+
return i ? window.scrollY : a ? document.documentElement.scrollTop : document.body.scrollTop;
|
|
13271
13271
|
} else
|
|
13272
13272
|
return E.scrollTop;
|
|
13273
13273
|
},
|
|
@@ -13282,7 +13282,7 @@ function rC() {
|
|
|
13282
13282
|
},
|
|
13283
13283
|
addSpyHandler: function(E, i) {
|
|
13284
13284
|
var a = o.scrollSpyContainers[o.scrollSpyContainers.indexOf(i)];
|
|
13285
|
-
a.spyCallbacks || (a.spyCallbacks = []), a.spyCallbacks.push(E)
|
|
13285
|
+
a.spyCallbacks || (a.spyCallbacks = []), a.spyCallbacks.push(E);
|
|
13286
13286
|
},
|
|
13287
13287
|
updateStates: function() {
|
|
13288
13288
|
o.spySetState.forEach(function(E) {
|
|
@@ -32840,14 +32840,14 @@ const H0t = () => zt("e557e44d15ebd867c2134b7101054a34"), G0t = "_container_f5fu
|
|
|
32840
32840
|
source: t,
|
|
32841
32841
|
comparisonList: e
|
|
32842
32842
|
}) => /* @__PURE__ */ z("div", { className: J0t["preview-container"], children: [
|
|
32843
|
-
t.filter(({ value: n }) => !!n).map(({ source: n, value: r, checkResult: _ }) => /* @__PURE__ */ R(
|
|
32843
|
+
t.filter(({ value: n }) => !!n).map(({ source: n, value: r, checkResult: _, rect: o, pageIndex: s, probability: E }) => /* @__PURE__ */ R(
|
|
32844
32844
|
ol,
|
|
32845
32845
|
{
|
|
32846
32846
|
name: n,
|
|
32847
32847
|
value: JR(r, _),
|
|
32848
32848
|
status: _
|
|
32849
32849
|
},
|
|
32850
|
-
n
|
|
32850
|
+
n + r + _ + E + s + JSON.stringify(o)
|
|
32851
32851
|
)),
|
|
32852
32852
|
e.filter(({ status: n }) => n !== y.WAS_NOT_DONE).map(({ sourceLeft: n, sourceRight: r, status: _ }) => /* @__PURE__ */ R(
|
|
32853
32853
|
ol,
|
|
@@ -33126,7 +33126,7 @@ const rgt = () => zt("bf6beb35429f5109267181cf623e0151"), ogt = "_container_1r6u
|
|
|
33126
33126
|
}
|
|
33127
33127
|
)
|
|
33128
33128
|
},
|
|
33129
|
-
u
|
|
33129
|
+
u + l + L + h + f + JSON.stringify(d)
|
|
33130
33130
|
) : null),
|
|
33131
33131
|
E.map(({ sourceLeft: u, sourceRight: l, status: L }) => /* @__PURE__ */ R(
|
|
33132
33132
|
Tgt,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.307-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,11 +22,11 @@
|
|
|
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.5.
|
|
26
|
-
"@storybook/manager-api": "^8.5.
|
|
27
|
-
"@storybook/react": "^8.5.
|
|
28
|
-
"@storybook/react-vite": "^8.5.
|
|
29
|
-
"@storybook/theming": "^8.5.
|
|
25
|
+
"@storybook/addon-essentials": "^8.5.8",
|
|
26
|
+
"@storybook/manager-api": "^8.5.8",
|
|
27
|
+
"@storybook/react": "^8.5.8",
|
|
28
|
+
"@storybook/react-vite": "^8.5.8",
|
|
29
|
+
"@storybook/theming": "^8.5.8",
|
|
30
30
|
"@types/react": "^18.3.13",
|
|
31
31
|
"@types/react-dom": "^18.3.1",
|
|
32
32
|
"@types/react-scroll": "^1.8.10",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"react": "^18.3.1",
|
|
39
39
|
"react-dom": "^18.3.1",
|
|
40
40
|
"rimraf": "^6.0.1",
|
|
41
|
-
"sass": "^1.
|
|
42
|
-
"storybook": "^8.5.
|
|
41
|
+
"sass": "^1.85.0",
|
|
42
|
+
"storybook": "^8.5.8",
|
|
43
43
|
"tsyringe": "^4.8.0",
|
|
44
44
|
"typescript": "^5.7.3",
|
|
45
|
-
"vite": "^6.1.
|
|
45
|
+
"vite": "^6.1.1",
|
|
46
46
|
"vite-plugin-dts": "^4.5.0",
|
|
47
47
|
"xml2js": "^0.6.2",
|
|
48
48
|
"yargs": "^17.7.2"
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"overlayscrollbars": "^2.11.0",
|
|
62
62
|
"overlayscrollbars-react": "^0.5.6",
|
|
63
63
|
"react-device-detect": "^2.2.3",
|
|
64
|
-
"react-i18next": "^15.4.
|
|
65
|
-
"react-scroll": "^1.9.
|
|
64
|
+
"react-i18next": "^15.4.1",
|
|
65
|
+
"react-scroll": "^1.9.3",
|
|
66
66
|
"react-transition-group": "^4.4.5",
|
|
67
67
|
"reflect-metadata": "^0.2.2",
|
|
68
68
|
"rxjs": "^7.8.1"
|