@regulaforensics/ui-components 9.7.1053-nightly → 9.7.1054-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 +7 -7
- package/dist/core/index.css +1 -1
- package/dist/core/index.d.ts +0 -10
- package/dist/core/index.js +12192 -15066
- package/dist/main/index.cjs +7 -7
- package/dist/main/index.css +1 -1
- package/dist/main/index.d.ts +0 -10
- package/dist/main/index.js +12192 -15066
- package/dist/typings/index.cjs +1 -1
- package/dist/typings/index.d.ts +0 -10
- package/dist/typings/index.js +2 -7
- package/package.json +1 -1
package/dist/typings/index.d.ts
CHANGED
|
@@ -4433,11 +4433,6 @@ export declare interface iRImageQualityCheck {
|
|
|
4433
4433
|
* @type {eCheckResult}
|
|
4434
4434
|
*/
|
|
4435
4435
|
checkResult: eCheckResult;
|
|
4436
|
-
/**
|
|
4437
|
-
* Anomalous image areas
|
|
4438
|
-
* @type {AreaArray|undefined}
|
|
4439
|
-
*/
|
|
4440
|
-
areas?: AreaArray;
|
|
4441
4436
|
}
|
|
4442
4437
|
|
|
4443
4438
|
/**
|
|
@@ -8062,11 +8057,6 @@ export declare class RImageQualityCheck implements iRImageQualityCheck {
|
|
|
8062
8057
|
* @type {eCheckResult}
|
|
8063
8058
|
*/
|
|
8064
8059
|
checkResult: eCheckResult;
|
|
8065
|
-
/**
|
|
8066
|
-
* Anomalous image areas
|
|
8067
|
-
* @type {AreaArray|undefined}
|
|
8068
|
-
*/
|
|
8069
|
-
areas?: AreaArray;
|
|
8070
8060
|
}
|
|
8071
8061
|
|
|
8072
8062
|
/**
|
package/dist/typings/index.js
CHANGED
|
@@ -15107,12 +15107,7 @@ q([
|
|
|
15107
15107
|
F(),
|
|
15108
15108
|
V(j),
|
|
15109
15109
|
K("design:type", j === void 0 ? Object : j)
|
|
15110
|
-
], Rx.prototype, "checkResult", void 0)
|
|
15111
|
-
I(),
|
|
15112
|
-
L(),
|
|
15113
|
-
Y(() => Fs),
|
|
15114
|
-
K("design:type", Fs === void 0 ? Object : Fs)
|
|
15115
|
-
], Rx.prototype, "areas", void 0);
|
|
15110
|
+
], Rx.prototype, "checkResult", void 0);
|
|
15116
15111
|
//#endregion
|
|
15117
15112
|
//#region src/document-reader/typings/recipes/image/image-quality/models/image-quality.model.ts
|
|
15118
15113
|
var zx, Bx = class {
|
|
@@ -15188,7 +15183,7 @@ var Vx = (function() {
|
|
|
15188
15183
|
n.pageIndex = e.page_idx ?? 0, n.checks = [], n.checkResult = e.ImageQualityCheckList.result, e.ImageQualityCheckList.List.forEach((e) => {
|
|
15189
15184
|
if (e.result === void 0 || e.type === void 0) return;
|
|
15190
15185
|
let t = new Rx();
|
|
15191
|
-
t.checkResult = e.result, t.checkType = e.type,
|
|
15186
|
+
t.checkResult = e.result, t.checkType = e.type, n.checks.push(t);
|
|
15192
15187
|
}), t.push(n);
|
|
15193
15188
|
}), t.filter((e) => e.checks.length);
|
|
15194
15189
|
}, Ux, Wx = class {
|