@regulaforensics/ui-components 9.7.1051-nightly → 9.7.1052-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.
@@ -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
  /**
@@ -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), q([
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, e.areas && (t.areas = e.areas), n.checks.push(t);
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ui-components",
3
- "version": "9.7.1051-nightly",
3
+ "version": "9.7.1052-rc",
4
4
  "description": "Regula UI components",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "license": "MIT",