@regulaforensics/ui-components 9.7.1077-rc → 9.7.1079-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 +2 -2
- package/dist/core/index.d.ts +5 -5
- package/dist/core/index.js +37 -25
- package/dist/main/index.cjs +2 -2
- package/dist/main/index.d.ts +5 -5
- package/dist/main/index.js +37 -25
- package/dist/typings/index.cjs +1 -1
- package/dist/typings/index.d.ts +5 -5
- package/dist/typings/index.js +5 -2
- package/package.json +1 -1
package/dist/core/index.d.ts
CHANGED
|
@@ -5371,9 +5371,9 @@ declare interface IScrollProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
5371
5371
|
export declare interface iSecurityFeatureCheck extends aAuthenticityCheckResultItem, SecurityFeatureItem {
|
|
5372
5372
|
/**
|
|
5373
5373
|
* Type of the performed check
|
|
5374
|
-
* @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK}
|
|
5374
|
+
* @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY}
|
|
5375
5375
|
*/
|
|
5376
|
-
Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
|
|
5376
|
+
Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
|
|
5377
5377
|
}
|
|
5378
5378
|
|
|
5379
5379
|
declare interface iSecurityFeatureTypeLabelProps {
|
|
@@ -9295,9 +9295,9 @@ export declare class SecurityFeatureCheck extends aAuthenticityCheckResultItem i
|
|
|
9295
9295
|
Reserved2?: number;
|
|
9296
9296
|
/**
|
|
9297
9297
|
* Type of the performed check
|
|
9298
|
-
* @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK}
|
|
9298
|
+
* @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY}
|
|
9299
9299
|
*/
|
|
9300
|
-
Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
|
|
9300
|
+
Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
|
|
9301
9301
|
}
|
|
9302
9302
|
|
|
9303
9303
|
declare const SecurityFeatureTypeLabel: FC<iSecurityFeatureTypeLabelProps>;
|
|
@@ -9671,7 +9671,7 @@ export declare type tAuthenticityPhotoIdentCheckResultType = eAuthenticity.IPI;
|
|
|
9671
9671
|
/**
|
|
9672
9672
|
* Result type of AuthenticitySecurityFeatureCheckResult
|
|
9673
9673
|
*/
|
|
9674
|
-
export declare type tAuthenticitySecurityFeatureCheckResultType = eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
|
|
9674
|
+
export declare type tAuthenticitySecurityFeatureCheckResultType = eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
|
|
9675
9675
|
|
|
9676
9676
|
export declare type tAuthenticityTextCheckReferenceType = Result.MRZ_TEXT | Result.VISUAL_TEXT | Result.BARCODE_TEXT;
|
|
9677
9677
|
|
package/dist/core/index.js
CHANGED
|
@@ -6191,7 +6191,8 @@ W([
|
|
|
6191
6191
|
k.PHOTO_AREA,
|
|
6192
6192
|
k.BARCODE_FORMAT_CHECK,
|
|
6193
6193
|
k.EXTENDED_OCR_CHECK,
|
|
6194
|
-
k.EXTENDED_MRZ_CHECK
|
|
6194
|
+
k.EXTENDED_MRZ_CHECK,
|
|
6195
|
+
k.PROPERTY
|
|
6195
6196
|
]),
|
|
6196
6197
|
B(k),
|
|
6197
6198
|
U("design:type", Object)
|
|
@@ -6207,7 +6208,8 @@ var Vu, Hu = [
|
|
|
6207
6208
|
k.PHOTO_AREA,
|
|
6208
6209
|
k.BARCODE_FORMAT_CHECK,
|
|
6209
6210
|
k.EXTENDED_OCR_CHECK,
|
|
6210
|
-
k.EXTENDED_MRZ_CHECK
|
|
6211
|
+
k.EXTENDED_MRZ_CHECK,
|
|
6212
|
+
k.PROPERTY
|
|
6211
6213
|
], Uu = class extends Cu {
|
|
6212
6214
|
static {
|
|
6213
6215
|
Vu = this;
|
|
@@ -6269,6 +6271,7 @@ var Wu = (e) => {
|
|
|
6269
6271
|
case k.BARCODE_FORMAT_CHECK:
|
|
6270
6272
|
case k.EXTENDED_OCR_CHECK:
|
|
6271
6273
|
case k.EXTENDED_MRZ_CHECK:
|
|
6274
|
+
case k.PROPERTY:
|
|
6272
6275
|
t.push(Uu.fromPlain(e));
|
|
6273
6276
|
break;
|
|
6274
6277
|
}
|
|
@@ -23163,7 +23166,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23163
23166
|
FINGERPRINT_COMPARISON: "Fingerprint comparison",
|
|
23164
23167
|
LIVENESS: "Liveness",
|
|
23165
23168
|
EXTENDED_OCR_CHECK: "Extended OCR check",
|
|
23166
|
-
EXTENDED_MRZ_CHECK: "Extended MRZ check"
|
|
23169
|
+
EXTENDED_MRZ_CHECK: "Extended MRZ check",
|
|
23170
|
+
PROPERTY: "Property"
|
|
23167
23171
|
}), J.addResourceBundle("lv-LV", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23168
23172
|
UV_LUMINESCENCE: "Papīra luminiscences pārbaude UV",
|
|
23169
23173
|
IR_B900: "IS B900 tinte",
|
|
@@ -23185,7 +23189,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23185
23189
|
FINGERPRINT_COMPARISON: "Fingerprint comparison",
|
|
23186
23190
|
LIVENESS: "Liveness",
|
|
23187
23191
|
EXTENDED_OCR_CHECK: "Extended OCR check",
|
|
23188
|
-
EXTENDED_MRZ_CHECK: "Extended MRZ check"
|
|
23192
|
+
EXTENDED_MRZ_CHECK: "Extended MRZ check",
|
|
23193
|
+
PROPERTY: "Property"
|
|
23189
23194
|
}), J.addResourceBundle("de-DE", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23190
23195
|
UV_LUMINESCENCE: "Lumineszenzkontrolle von Papier in UV-Licht",
|
|
23191
23196
|
IR_B900: "IR B900 Druckfarbe",
|
|
@@ -23207,7 +23212,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23207
23212
|
FINGERPRINT_COMPARISON: "Fingerabdruck-Vergleich",
|
|
23208
23213
|
LIVENESS: "Liveness",
|
|
23209
23214
|
EXTENDED_OCR_CHECK: "Erweiterte OCR-Prüfung",
|
|
23210
|
-
EXTENDED_MRZ_CHECK: "Erweiterte MRZ-Prüfung"
|
|
23215
|
+
EXTENDED_MRZ_CHECK: "Erweiterte MRZ-Prüfung",
|
|
23216
|
+
PROPERTY: "Eigenschaft"
|
|
23211
23217
|
}), J.addResourceBundle("ru-RU", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23212
23218
|
UV_LUMINESCENCE: "Контроль люминесценции бумаги в УФ",
|
|
23213
23219
|
IR_B900: "ИК B900 чернила",
|
|
@@ -23229,7 +23235,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23229
23235
|
FINGERPRINT_COMPARISON: "Сравнение отпечатков пальцев",
|
|
23230
23236
|
LIVENESS: "Живость",
|
|
23231
23237
|
EXTENDED_OCR_CHECK: "Расширенная проверка OCR",
|
|
23232
|
-
EXTENDED_MRZ_CHECK: "Расширенная проверка MRZ"
|
|
23238
|
+
EXTENDED_MRZ_CHECK: "Расширенная проверка MRZ",
|
|
23239
|
+
PROPERTY: "Свойство"
|
|
23233
23240
|
}), J.addResourceBundle("ku-Arab", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23234
23241
|
UV_LUMINESCENCE: "پشکنینی کاغەزی UV بێ ڕووناکی",
|
|
23235
23242
|
IR_B900: "ئینکۆی IR B900",
|
|
@@ -23251,7 +23258,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23251
23258
|
FINGERPRINT_COMPARISON: "هاوتاکردنی پەنجەمۆر",
|
|
23252
23259
|
LIVENESS: "زیندوویی",
|
|
23253
23260
|
EXTENDED_OCR_CHECK: "پشکنینی OCRی درێژکراو",
|
|
23254
|
-
EXTENDED_MRZ_CHECK: "پشکنینی MRZی درێژکراو"
|
|
23261
|
+
EXTENDED_MRZ_CHECK: "پشکنینی MRZی درێژکراو",
|
|
23262
|
+
PROPERTY: "خاسیەت"
|
|
23255
23263
|
}), J.addResourceBundle("tg-TJ", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23256
23264
|
UV_LUMINESCENCE: "Назорати УБ-и люминесценцияи коғаз",
|
|
23257
23265
|
IR_B900: "сиёҳии ИС B900",
|
|
@@ -23273,7 +23281,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23273
23281
|
FINGERPRINT_COMPARISON: "Муқоисаи изи ангушт",
|
|
23274
23282
|
LIVENESS: "Зинда",
|
|
23275
23283
|
EXTENDED_OCR_CHECK: "Санҷиши васеъи OCR",
|
|
23276
|
-
EXTENDED_MRZ_CHECK: "Санҷиши васеъшудаи MRZ"
|
|
23284
|
+
EXTENDED_MRZ_CHECK: "Санҷиши васеъшудаи MRZ",
|
|
23285
|
+
PROPERTY: "Хусусият"
|
|
23277
23286
|
}), J.addResourceBundle("zh-Hans", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23278
23287
|
UV_LUMINESCENCE: "紫外纸张检查",
|
|
23279
23288
|
IR_B900: "红外线B900油墨检查",
|
|
@@ -23295,7 +23304,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23295
23304
|
FINGERPRINT_COMPARISON: "Fingerprint comparison",
|
|
23296
23305
|
LIVENESS: "活性",
|
|
23297
23306
|
EXTENDED_OCR_CHECK: "扩展光学字符识别",
|
|
23298
|
-
EXTENDED_MRZ_CHECK: "扩展 MRZ 检查"
|
|
23307
|
+
EXTENDED_MRZ_CHECK: "扩展 MRZ 检查",
|
|
23308
|
+
PROPERTY: "属性"
|
|
23299
23309
|
}), J.addResourceBundle("zh-Hant", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23300
23310
|
UV_LUMINESCENCE: "UV鈍紙檢查",
|
|
23301
23311
|
IR_B900: "IR B900油墨",
|
|
@@ -23317,7 +23327,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23317
23327
|
FINGERPRINT_COMPARISON: "指紋比對",
|
|
23318
23328
|
LIVENESS: "活體偵測",
|
|
23319
23329
|
EXTENDED_OCR_CHECK: "擴展OCR檢查",
|
|
23320
|
-
EXTENDED_MRZ_CHECK: "擴展MRZ檢查"
|
|
23330
|
+
EXTENDED_MRZ_CHECK: "擴展MRZ檢查",
|
|
23331
|
+
PROPERTY: "屬性"
|
|
23321
23332
|
});
|
|
23322
23333
|
var SA = () => rD("8caf736c80b6cfcb9c933b8489851640"), CA = (e) => J.t(e, { ns: "8caf736c80b6cfcb9c933b8489851640" }), wA = (e) => {
|
|
23323
23334
|
let t = Number(String(e || "").trim());
|
|
@@ -23343,6 +23354,7 @@ var SA = () => rD("8caf736c80b6cfcb9c933b8489851640"), CA = (e) => J.t(e, { ns:
|
|
|
23343
23354
|
case k.LIVENESS: return CA("LIVENESS");
|
|
23344
23355
|
case k.EXTENDED_OCR_CHECK: return CA("EXTENDED_OCR_CHECK");
|
|
23345
23356
|
case k.EXTENDED_MRZ_CHECK: return CA("EXTENDED_MRZ_CHECK");
|
|
23357
|
+
case k.PROPERTY: return CA("PROPERTY");
|
|
23346
23358
|
default: return t;
|
|
23347
23359
|
}
|
|
23348
23360
|
}, TA = ({ children: e }) => (SA(), /* @__PURE__ */ h(m, { children: wA(e) }));
|
|
@@ -34307,7 +34319,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34307
34319
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34308
34320
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34309
34321
|
axialProtectionDescription: "Detects areas where the special laminate film has been peeled off by using a specific illumination scheme to reveal dark spots where the laminate has separated.",
|
|
34310
|
-
propertyDescription: "
|
|
34322
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34311
34323
|
}), J.addResourceBundle("lv-LV", "0914f9aa6310c02e77448048471ab009", {
|
|
34312
34324
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34313
34325
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34324,7 +34336,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34324
34336
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34325
34337
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34326
34338
|
axialProtectionDescription: "Detects areas where the special laminate film has been peeled off by using a specific illumination scheme to reveal dark spots where the laminate has separated.",
|
|
34327
|
-
propertyDescription: "
|
|
34339
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34328
34340
|
}), J.addResourceBundle("de-DE", "0914f9aa6310c02e77448048471ab009", {
|
|
34329
34341
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34330
34342
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34341,7 +34353,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34341
34353
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34342
34354
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34343
34355
|
axialProtectionDescription: "Detects areas where the special laminate film has been peeled off by using a specific illumination scheme to reveal dark spots where the laminate has separated.",
|
|
34344
|
-
propertyDescription: "
|
|
34356
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34345
34357
|
}), J.addResourceBundle("ru-RU", "0914f9aa6310c02e77448048471ab009", {
|
|
34346
34358
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34347
34359
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34358,7 +34370,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34358
34370
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34359
34371
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34360
34372
|
axialProtectionDescription: "Detects areas where the special laminate film has been peeled off by using a specific illumination scheme to reveal dark spots where the laminate has separated.",
|
|
34361
|
-
propertyDescription: "
|
|
34373
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34362
34374
|
}), J.addResourceBundle("ku-Arab", "0914f9aa6310c02e77448048471ab009", {
|
|
34363
34375
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34364
34376
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34375,7 +34387,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34375
34387
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34376
34388
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34377
34389
|
axialProtectionDescription: "Detects areas where the special laminate film has been peeled off by using a specific illumination scheme to reveal dark spots where the laminate has separated.",
|
|
34378
|
-
propertyDescription: "
|
|
34390
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34379
34391
|
}), J.addResourceBundle("tg-TJ", "0914f9aa6310c02e77448048471ab009", {
|
|
34380
34392
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34381
34393
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34392,7 +34404,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34392
34404
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34393
34405
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34394
34406
|
axialProtectionDescription: "Detects areas where the special laminate film has been peeled off by using a specific illumination scheme to reveal dark spots where the laminate has separated.",
|
|
34395
|
-
propertyDescription: "
|
|
34407
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34396
34408
|
}), J.addResourceBundle("zh-Hans", "0914f9aa6310c02e77448048471ab009", {
|
|
34397
34409
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34398
34410
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34409,7 +34421,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34409
34421
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34410
34422
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34411
34423
|
axialProtectionDescription: "Detects areas where the special laminate film has been peeled off by using a specific illumination scheme to reveal dark spots where the laminate has separated.",
|
|
34412
|
-
propertyDescription: "
|
|
34424
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34413
34425
|
}), J.addResourceBundle("zh-Hant", "0914f9aa6310c02e77448048471ab009", {
|
|
34414
34426
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34415
34427
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34426,7 +34438,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34426
34438
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34427
34439
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34428
34440
|
axialProtectionDescription: "Detects areas where the special laminate film has been peeled off by using a specific illumination scheme to reveal dark spots where the laminate has separated.",
|
|
34429
|
-
propertyDescription: "
|
|
34441
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34430
34442
|
});
|
|
34431
34443
|
var Ij = () => rD("0914f9aa6310c02e77448048471ab009"), Lj = (e) => J.t(e, { ns: "0914f9aa6310c02e77448048471ab009" }), Rj = (e) => {
|
|
34432
34444
|
switch (Number(String(e || "").trim())) {
|
|
@@ -40374,12 +40386,12 @@ var gH = () => rD("0b9710958905a1fef033fa8881ba3e7a"), _H = {
|
|
|
40374
40386
|
let [v, b] = p(!1), [x, S] = p({
|
|
40375
40387
|
x: 0,
|
|
40376
40388
|
y: 0
|
|
40377
|
-
}), C = (e) => S({
|
|
40389
|
+
}), C = d && !Ew.isMobile, w = (e) => S({
|
|
40378
40390
|
x: e.clientX + scrollX,
|
|
40379
40391
|
y: e.clientY + scrollY
|
|
40380
|
-
}),
|
|
40381
|
-
|
|
40382
|
-
},
|
|
40392
|
+
}), T = (e) => {
|
|
40393
|
+
w(e), b(!0);
|
|
40394
|
+
}, E = () => b(!1);
|
|
40383
40395
|
return /* @__PURE__ */ g(m, { children: [/* @__PURE__ */ h(dT, {
|
|
40384
40396
|
className: (0, ww.default)(kH.collapse, { [kH.selected]: c }),
|
|
40385
40397
|
style: { "--shift": s + "px" },
|
|
@@ -40388,9 +40400,9 @@ var gH = () => rD("0b9710958905a1fef033fa8881ba3e7a"), _H = {
|
|
|
40388
40400
|
onOpen: l,
|
|
40389
40401
|
open: a,
|
|
40390
40402
|
onHeadClick: u,
|
|
40391
|
-
onMouseEnter:
|
|
40392
|
-
onMouseLeave:
|
|
40393
|
-
onMouseMove:
|
|
40403
|
+
onMouseEnter: C ? T : void 0,
|
|
40404
|
+
onMouseLeave: C ? E : void 0,
|
|
40405
|
+
onMouseMove: C ? w : void 0,
|
|
40394
40406
|
dataAttributes: { "data-extended-scroll": "" },
|
|
40395
40407
|
head: /* @__PURE__ */ h(EH, {
|
|
40396
40408
|
name: t,
|