@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/main/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/main/index.js
CHANGED
|
@@ -6192,7 +6192,8 @@ W([
|
|
|
6192
6192
|
k.PHOTO_AREA,
|
|
6193
6193
|
k.BARCODE_FORMAT_CHECK,
|
|
6194
6194
|
k.EXTENDED_OCR_CHECK,
|
|
6195
|
-
k.EXTENDED_MRZ_CHECK
|
|
6195
|
+
k.EXTENDED_MRZ_CHECK,
|
|
6196
|
+
k.PROPERTY
|
|
6196
6197
|
]),
|
|
6197
6198
|
B(k),
|
|
6198
6199
|
U("design:type", Object)
|
|
@@ -6208,7 +6209,8 @@ var Vu, Hu = [
|
|
|
6208
6209
|
k.PHOTO_AREA,
|
|
6209
6210
|
k.BARCODE_FORMAT_CHECK,
|
|
6210
6211
|
k.EXTENDED_OCR_CHECK,
|
|
6211
|
-
k.EXTENDED_MRZ_CHECK
|
|
6212
|
+
k.EXTENDED_MRZ_CHECK,
|
|
6213
|
+
k.PROPERTY
|
|
6212
6214
|
], Uu = class extends Cu {
|
|
6213
6215
|
static {
|
|
6214
6216
|
Vu = this;
|
|
@@ -6270,6 +6272,7 @@ var Wu = (e) => {
|
|
|
6270
6272
|
case k.BARCODE_FORMAT_CHECK:
|
|
6271
6273
|
case k.EXTENDED_OCR_CHECK:
|
|
6272
6274
|
case k.EXTENDED_MRZ_CHECK:
|
|
6275
|
+
case k.PROPERTY:
|
|
6273
6276
|
t.push(Uu.fromPlain(e));
|
|
6274
6277
|
break;
|
|
6275
6278
|
}
|
|
@@ -23164,7 +23167,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23164
23167
|
FINGERPRINT_COMPARISON: "Fingerprint comparison",
|
|
23165
23168
|
LIVENESS: "Liveness",
|
|
23166
23169
|
EXTENDED_OCR_CHECK: "Extended OCR check",
|
|
23167
|
-
EXTENDED_MRZ_CHECK: "Extended MRZ check"
|
|
23170
|
+
EXTENDED_MRZ_CHECK: "Extended MRZ check",
|
|
23171
|
+
PROPERTY: "Property"
|
|
23168
23172
|
}), J.addResourceBundle("lv-LV", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23169
23173
|
UV_LUMINESCENCE: "Papīra luminiscences pārbaude UV",
|
|
23170
23174
|
IR_B900: "IS B900 tinte",
|
|
@@ -23186,7 +23190,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23186
23190
|
FINGERPRINT_COMPARISON: "Fingerprint comparison",
|
|
23187
23191
|
LIVENESS: "Liveness",
|
|
23188
23192
|
EXTENDED_OCR_CHECK: "Extended OCR check",
|
|
23189
|
-
EXTENDED_MRZ_CHECK: "Extended MRZ check"
|
|
23193
|
+
EXTENDED_MRZ_CHECK: "Extended MRZ check",
|
|
23194
|
+
PROPERTY: "Property"
|
|
23190
23195
|
}), J.addResourceBundle("de-DE", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23191
23196
|
UV_LUMINESCENCE: "Lumineszenzkontrolle von Papier in UV-Licht",
|
|
23192
23197
|
IR_B900: "IR B900 Druckfarbe",
|
|
@@ -23208,7 +23213,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23208
23213
|
FINGERPRINT_COMPARISON: "Fingerabdruck-Vergleich",
|
|
23209
23214
|
LIVENESS: "Liveness",
|
|
23210
23215
|
EXTENDED_OCR_CHECK: "Erweiterte OCR-Prüfung",
|
|
23211
|
-
EXTENDED_MRZ_CHECK: "Erweiterte MRZ-Prüfung"
|
|
23216
|
+
EXTENDED_MRZ_CHECK: "Erweiterte MRZ-Prüfung",
|
|
23217
|
+
PROPERTY: "Eigenschaft"
|
|
23212
23218
|
}), J.addResourceBundle("ru-RU", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23213
23219
|
UV_LUMINESCENCE: "Контроль люминесценции бумаги в УФ",
|
|
23214
23220
|
IR_B900: "ИК B900 чернила",
|
|
@@ -23230,7 +23236,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23230
23236
|
FINGERPRINT_COMPARISON: "Сравнение отпечатков пальцев",
|
|
23231
23237
|
LIVENESS: "Живость",
|
|
23232
23238
|
EXTENDED_OCR_CHECK: "Расширенная проверка OCR",
|
|
23233
|
-
EXTENDED_MRZ_CHECK: "Расширенная проверка MRZ"
|
|
23239
|
+
EXTENDED_MRZ_CHECK: "Расширенная проверка MRZ",
|
|
23240
|
+
PROPERTY: "Свойство"
|
|
23234
23241
|
}), J.addResourceBundle("ku-Arab", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23235
23242
|
UV_LUMINESCENCE: "پشکنینی کاغەزی UV بێ ڕووناکی",
|
|
23236
23243
|
IR_B900: "ئینکۆی IR B900",
|
|
@@ -23252,7 +23259,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23252
23259
|
FINGERPRINT_COMPARISON: "هاوتاکردنی پەنجەمۆر",
|
|
23253
23260
|
LIVENESS: "زیندوویی",
|
|
23254
23261
|
EXTENDED_OCR_CHECK: "پشکنینی OCRی درێژکراو",
|
|
23255
|
-
EXTENDED_MRZ_CHECK: "پشکنینی MRZی درێژکراو"
|
|
23262
|
+
EXTENDED_MRZ_CHECK: "پشکنینی MRZی درێژکراو",
|
|
23263
|
+
PROPERTY: "خاسیەت"
|
|
23256
23264
|
}), J.addResourceBundle("tg-TJ", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23257
23265
|
UV_LUMINESCENCE: "Назорати УБ-и люминесценцияи коғаз",
|
|
23258
23266
|
IR_B900: "сиёҳии ИС B900",
|
|
@@ -23274,7 +23282,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23274
23282
|
FINGERPRINT_COMPARISON: "Муқоисаи изи ангушт",
|
|
23275
23283
|
LIVENESS: "Зинда",
|
|
23276
23284
|
EXTENDED_OCR_CHECK: "Санҷиши васеъи OCR",
|
|
23277
|
-
EXTENDED_MRZ_CHECK: "Санҷиши васеъшудаи MRZ"
|
|
23285
|
+
EXTENDED_MRZ_CHECK: "Санҷиши васеъшудаи MRZ",
|
|
23286
|
+
PROPERTY: "Хусусият"
|
|
23278
23287
|
}), J.addResourceBundle("zh-Hans", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23279
23288
|
UV_LUMINESCENCE: "紫外纸张检查",
|
|
23280
23289
|
IR_B900: "红外线B900油墨检查",
|
|
@@ -23296,7 +23305,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23296
23305
|
FINGERPRINT_COMPARISON: "Fingerprint comparison",
|
|
23297
23306
|
LIVENESS: "活性",
|
|
23298
23307
|
EXTENDED_OCR_CHECK: "扩展光学字符识别",
|
|
23299
|
-
EXTENDED_MRZ_CHECK: "扩展 MRZ 检查"
|
|
23308
|
+
EXTENDED_MRZ_CHECK: "扩展 MRZ 检查",
|
|
23309
|
+
PROPERTY: "属性"
|
|
23300
23310
|
}), J.addResourceBundle("zh-Hant", "8caf736c80b6cfcb9c933b8489851640", {
|
|
23301
23311
|
UV_LUMINESCENCE: "UV鈍紙檢查",
|
|
23302
23312
|
IR_B900: "IR B900油墨",
|
|
@@ -23318,7 +23328,8 @@ J.addResourceBundle("en-US", "8caf736c80b6cfcb9c933b8489851640", {
|
|
|
23318
23328
|
FINGERPRINT_COMPARISON: "指紋比對",
|
|
23319
23329
|
LIVENESS: "活體偵測",
|
|
23320
23330
|
EXTENDED_OCR_CHECK: "擴展OCR檢查",
|
|
23321
|
-
EXTENDED_MRZ_CHECK: "擴展MRZ檢查"
|
|
23331
|
+
EXTENDED_MRZ_CHECK: "擴展MRZ檢查",
|
|
23332
|
+
PROPERTY: "屬性"
|
|
23322
23333
|
});
|
|
23323
23334
|
var SA = () => rD("8caf736c80b6cfcb9c933b8489851640"), CA = (e) => J.t(e, { ns: "8caf736c80b6cfcb9c933b8489851640" }), wA = (e) => {
|
|
23324
23335
|
let t = Number(String(e || "").trim());
|
|
@@ -23344,6 +23355,7 @@ var SA = () => rD("8caf736c80b6cfcb9c933b8489851640"), CA = (e) => J.t(e, { ns:
|
|
|
23344
23355
|
case k.LIVENESS: return CA("LIVENESS");
|
|
23345
23356
|
case k.EXTENDED_OCR_CHECK: return CA("EXTENDED_OCR_CHECK");
|
|
23346
23357
|
case k.EXTENDED_MRZ_CHECK: return CA("EXTENDED_MRZ_CHECK");
|
|
23358
|
+
case k.PROPERTY: return CA("PROPERTY");
|
|
23347
23359
|
default: return t;
|
|
23348
23360
|
}
|
|
23349
23361
|
}, TA = ({ children: e }) => (SA(), /* @__PURE__ */ h(m, { children: wA(e) }));
|
|
@@ -34308,7 +34320,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34308
34320
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34309
34321
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34310
34322
|
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.",
|
|
34311
|
-
propertyDescription: "
|
|
34323
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34312
34324
|
}), J.addResourceBundle("lv-LV", "0914f9aa6310c02e77448048471ab009", {
|
|
34313
34325
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34314
34326
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34325,7 +34337,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34325
34337
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34326
34338
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34327
34339
|
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.",
|
|
34328
|
-
propertyDescription: "
|
|
34340
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34329
34341
|
}), J.addResourceBundle("de-DE", "0914f9aa6310c02e77448048471ab009", {
|
|
34330
34342
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34331
34343
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34342,7 +34354,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34342
34354
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34343
34355
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34344
34356
|
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.",
|
|
34345
|
-
propertyDescription: "
|
|
34357
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34346
34358
|
}), J.addResourceBundle("ru-RU", "0914f9aa6310c02e77448048471ab009", {
|
|
34347
34359
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34348
34360
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34359,7 +34371,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34359
34371
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34360
34372
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34361
34373
|
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.",
|
|
34362
|
-
propertyDescription: "
|
|
34374
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34363
34375
|
}), J.addResourceBundle("ku-Arab", "0914f9aa6310c02e77448048471ab009", {
|
|
34364
34376
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34365
34377
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34376,7 +34388,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34376
34388
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34377
34389
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34378
34390
|
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.",
|
|
34379
|
-
propertyDescription: "
|
|
34391
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34380
34392
|
}), J.addResourceBundle("tg-TJ", "0914f9aa6310c02e77448048471ab009", {
|
|
34381
34393
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34382
34394
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34393,7 +34405,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34393
34405
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34394
34406
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34395
34407
|
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.",
|
|
34396
|
-
propertyDescription: "
|
|
34408
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34397
34409
|
}), J.addResourceBundle("zh-Hans", "0914f9aa6310c02e77448048471ab009", {
|
|
34398
34410
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34399
34411
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34410,7 +34422,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34410
34422
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34411
34423
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34412
34424
|
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.",
|
|
34413
|
-
propertyDescription: "
|
|
34425
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34414
34426
|
}), J.addResourceBundle("zh-Hant", "0914f9aa6310c02e77448048471ab009", {
|
|
34415
34427
|
imagePatternsDescription: "Unique patterns that appear and change under different types of light.",
|
|
34416
34428
|
livenessDescription: "Ensures that a document is physically present by assessing its geometric changes and distortions at varying distances.",
|
|
@@ -34427,7 +34439,7 @@ J.addResourceBundle("en-US", "0914f9aa6310c02e77448048471ab009", {
|
|
|
34427
34439
|
extendedMRZDescription: "Verifies document attributes, including background, resolution, dimensions, font spacing, and MRZ line alignment.",
|
|
34428
34440
|
extendedOCRDescription: "Ensures that personal data is clearly printed and correctly positioned in identity documents.",
|
|
34429
34441
|
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.",
|
|
34430
|
-
propertyDescription: "
|
|
34442
|
+
propertyDescription: "Analyzes document characteristics that may indicate validity concerns."
|
|
34431
34443
|
});
|
|
34432
34444
|
var Ij = () => rD("0914f9aa6310c02e77448048471ab009"), Lj = (e) => J.t(e, { ns: "0914f9aa6310c02e77448048471ab009" }), Rj = (e) => {
|
|
34433
34445
|
switch (Number(String(e || "").trim())) {
|
|
@@ -40375,12 +40387,12 @@ var gH = () => rD("0b9710958905a1fef033fa8881ba3e7a"), _H = {
|
|
|
40375
40387
|
let [v, b] = p(!1), [x, S] = p({
|
|
40376
40388
|
x: 0,
|
|
40377
40389
|
y: 0
|
|
40378
|
-
}), C = (e) => S({
|
|
40390
|
+
}), C = d && !Ew.isMobile, w = (e) => S({
|
|
40379
40391
|
x: e.clientX + scrollX,
|
|
40380
40392
|
y: e.clientY + scrollY
|
|
40381
|
-
}),
|
|
40382
|
-
|
|
40383
|
-
},
|
|
40393
|
+
}), T = (e) => {
|
|
40394
|
+
w(e), b(!0);
|
|
40395
|
+
}, E = () => b(!1);
|
|
40384
40396
|
return /* @__PURE__ */ g(m, { children: [/* @__PURE__ */ h(dT, {
|
|
40385
40397
|
className: (0, ww.default)(kH.collapse, { [kH.selected]: c }),
|
|
40386
40398
|
style: { "--shift": s + "px" },
|
|
@@ -40389,9 +40401,9 @@ var gH = () => rD("0b9710958905a1fef033fa8881ba3e7a"), _H = {
|
|
|
40389
40401
|
onOpen: l,
|
|
40390
40402
|
open: a,
|
|
40391
40403
|
onHeadClick: u,
|
|
40392
|
-
onMouseEnter:
|
|
40393
|
-
onMouseLeave:
|
|
40394
|
-
onMouseMove:
|
|
40404
|
+
onMouseEnter: C ? T : void 0,
|
|
40405
|
+
onMouseLeave: C ? E : void 0,
|
|
40406
|
+
onMouseMove: C ? w : void 0,
|
|
40395
40407
|
dataAttributes: { "data-extended-scroll": "" },
|
|
40396
40408
|
head: /* @__PURE__ */ h(EH, {
|
|
40397
40409
|
name: t,
|