@regulaforensics/document-reader 8.3.310-beta → 8.3.473-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/README.md +1 -1
- package/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/android/src/main/java/com/regula/plugin/documentreader/BluetoothUtil.kt +9 -5
- package/android/src/main/java/com/regula/plugin/documentreader/Config.kt +20 -0
- package/android/src/main/java/com/regula/plugin/documentreader/JSONConstructor.kt +3 -0
- package/android/src/main/java/com/regula/plugin/documentreader/Main.kt +8 -5
- package/examples/capacitor/index.tsx +5 -5
- package/examples/capacitor/package-lock.json +372 -335
- package/examples/capacitor/package.json +3 -3
- package/examples/ionic/index.tsx +6 -2
- package/examples/ionic/package-lock.json +519 -814
- package/examples/ionic/package.json +3 -3
- package/examples/react_native/index.html +5 -4
- package/examples/react_native/package-lock.json +984 -818
- package/examples/react_native/package.json +3 -3
- package/ios/RGLWConfig.m +10 -9
- package/ios/RGLWJSONConstructor.m +3 -0
- package/ios/RGLWMain.h +2 -2
- package/ios/RGLWMain.m +2 -2
- package/ios/RNDocumentReader.m +2 -2
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/json.tsx +44 -31
- package/test/package-lock.json +1 -1
- package/test/test.tsx +1 -1
- package/www/capacitor/config/InitConfig.js +3 -0
- package/www/capacitor/index.js +0 -1
- package/www/capacitor/info/DocReaderException.js +2 -0
- package/www/capacitor/params/Functionality.js +8 -0
- package/www/capacitor/params/customization/CustomizationColors.js +32 -0
- package/www/capacitor/params/customization/CustomizationFonts.js +24 -0
- package/www/capacitor/params/customization/CustomizationImages.js +8 -0
- package/www/capacitor/params/process_params/AuthenticityParams.js +1 -0
- package/www/capacitor/params/process_params/LivenessParams.js +2 -2
- package/www/capacitor/params/process_params/ProcessParams.js +10 -0
- package/www/capacitor/results/authenticity/CheckDiagnose.js +2 -0
- package/www/capacitor/results/authenticity/SecurityFeatureType.js +3 -1
- package/www/cordova.js +410 -313
- package/www/react-native/config/InitConfig.js +3 -0
- package/www/react-native/index.js +0 -1
- package/www/react-native/info/DocReaderException.js +2 -0
- package/www/react-native/params/Functionality.js +8 -0
- package/www/react-native/params/customization/CustomizationColors.js +32 -0
- package/www/react-native/params/customization/CustomizationFonts.js +24 -0
- package/www/react-native/params/customization/CustomizationImages.js +8 -0
- package/www/react-native/params/process_params/AuthenticityParams.js +1 -0
- package/www/react-native/params/process_params/LivenessParams.js +2 -2
- package/www/react-native/params/process_params/ProcessParams.js +10 -0
- package/www/react-native/results/authenticity/CheckDiagnose.js +2 -0
- package/www/react-native/results/authenticity/SecurityFeatureType.js +3 -1
- package/www/types/config/InitConfig.d.ts +5 -0
- package/www/types/index.d.ts +2 -2
- package/www/types/info/DocReaderException.d.ts +4 -0
- package/www/types/params/Functionality.d.ts +6 -0
- package/www/types/params/customization/CustomizationColors.d.ts +16 -8
- package/www/types/params/customization/CustomizationFonts.d.ts +6 -0
- package/www/types/params/customization/CustomizationImages.d.ts +6 -1
- package/www/types/params/process_params/ProcessParams.d.ts +5 -0
- package/www/types/results/authenticity/CheckDiagnose.d.ts +4 -0
- package/www/types/results/authenticity/SecurityFeatureType.d.ts +4 -0
package/www/cordova.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/ "./src/config/InitConfig.js"
|
|
5
|
+
/***/ "./src/config/InitConfig.js"
|
|
6
6
|
/*!**********************************!*\
|
|
7
7
|
!*** ./src/config/InitConfig.js ***!
|
|
8
8
|
\**********************************/
|
|
9
|
-
|
|
9
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10
10
|
|
|
11
11
|
__webpack_require__.r(__webpack_exports__);
|
|
12
12
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -15,6 +15,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15
15
|
class InitConfig {
|
|
16
16
|
license
|
|
17
17
|
licenseUpdate
|
|
18
|
+
licenseUpdateTimeout
|
|
18
19
|
delayedNNLoad
|
|
19
20
|
databasePath
|
|
20
21
|
customDb
|
|
@@ -44,6 +45,7 @@ class InitConfig {
|
|
|
44
45
|
result.customDb = jsonObject["customDb"];
|
|
45
46
|
result.delayedNNLoad = jsonObject["delayedNNLoad"];
|
|
46
47
|
result.licenseUpdate = jsonObject["licenseUpdate"];
|
|
48
|
+
result.licenseUpdateTimeout = jsonObject["licenseUpdateTimeout"];
|
|
47
49
|
result.blackList = jsonObject["blackList"];
|
|
48
50
|
result.databasePath = jsonObject["databasePath"];
|
|
49
51
|
result.useBleDevice = jsonObject["useBleDevice"];
|
|
@@ -57,6 +59,7 @@ class InitConfig {
|
|
|
57
59
|
"license": this.license,
|
|
58
60
|
"delayedNNLoad": this.delayedNNLoad,
|
|
59
61
|
"licenseUpdate": this.licenseUpdate,
|
|
62
|
+
"licenseUpdateTimeout": this.licenseUpdateTimeout,
|
|
60
63
|
"blackList": this.blackList,
|
|
61
64
|
"customDb": this.customDb,
|
|
62
65
|
"databasePath": this.databasePath,
|
|
@@ -66,13 +69,13 @@ class InitConfig {
|
|
|
66
69
|
}
|
|
67
70
|
|
|
68
71
|
|
|
69
|
-
/***/ }
|
|
72
|
+
/***/ },
|
|
70
73
|
|
|
71
|
-
/***/ "./src/config/OnlineProcessingConfig.js"
|
|
74
|
+
/***/ "./src/config/OnlineProcessingConfig.js"
|
|
72
75
|
/*!**********************************************!*\
|
|
73
76
|
!*** ./src/config/OnlineProcessingConfig.js ***!
|
|
74
77
|
\**********************************************/
|
|
75
|
-
|
|
78
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
76
79
|
|
|
77
80
|
__webpack_require__.r(__webpack_exports__);
|
|
78
81
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -136,13 +139,13 @@ const OnlineMode = {
|
|
|
136
139
|
}
|
|
137
140
|
|
|
138
141
|
|
|
139
|
-
/***/ }
|
|
142
|
+
/***/ },
|
|
140
143
|
|
|
141
|
-
/***/ "./src/config/RFIDConfig.js"
|
|
144
|
+
/***/ "./src/config/RFIDConfig.js"
|
|
142
145
|
/*!**********************************!*\
|
|
143
146
|
!*** ./src/config/RFIDConfig.js ***!
|
|
144
147
|
\**********************************/
|
|
145
|
-
|
|
148
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
146
149
|
|
|
147
150
|
__webpack_require__.r(__webpack_exports__);
|
|
148
151
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -188,13 +191,13 @@ class RFIDConfig {
|
|
|
188
191
|
}
|
|
189
192
|
|
|
190
193
|
|
|
191
|
-
/***/ }
|
|
194
|
+
/***/ },
|
|
192
195
|
|
|
193
|
-
/***/ "./src/config/RecognizeConfig.js"
|
|
196
|
+
/***/ "./src/config/RecognizeConfig.js"
|
|
194
197
|
/*!***************************************!*\
|
|
195
198
|
!*** ./src/config/RecognizeConfig.js ***!
|
|
196
199
|
\***************************************/
|
|
197
|
-
|
|
200
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
198
201
|
|
|
199
202
|
__webpack_require__.r(__webpack_exports__);
|
|
200
203
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -332,13 +335,13 @@ class ImageInputData {
|
|
|
332
335
|
}
|
|
333
336
|
|
|
334
337
|
|
|
335
|
-
/***/ }
|
|
338
|
+
/***/ },
|
|
336
339
|
|
|
337
|
-
/***/ "./src/config/ScannerConfig.js"
|
|
340
|
+
/***/ "./src/config/ScannerConfig.js"
|
|
338
341
|
/*!*************************************!*\
|
|
339
342
|
!*** ./src/config/ScannerConfig.js ***!
|
|
340
343
|
\*************************************/
|
|
341
|
-
|
|
344
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
342
345
|
|
|
343
346
|
__webpack_require__.r(__webpack_exports__);
|
|
344
347
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -395,13 +398,13 @@ class ScannerConfig {
|
|
|
395
398
|
}
|
|
396
399
|
|
|
397
400
|
|
|
398
|
-
/***/ }
|
|
401
|
+
/***/ },
|
|
399
402
|
|
|
400
|
-
/***/ "./src/index.js"
|
|
403
|
+
/***/ "./src/index.js"
|
|
401
404
|
/*!**********************!*\
|
|
402
405
|
!*** ./src/index.js ***!
|
|
403
406
|
\**********************/
|
|
404
|
-
|
|
407
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
405
408
|
|
|
406
409
|
__webpack_require__.r(__webpack_exports__);
|
|
407
410
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -906,7 +909,6 @@ class DocumentReader {
|
|
|
906
909
|
}
|
|
907
910
|
|
|
908
911
|
async connectBluetoothDevice(deviceName) {
|
|
909
|
-
this.functionality.btDeviceName = deviceName;
|
|
910
912
|
return await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("connectBluetoothDevice", [deviceName]);
|
|
911
913
|
}
|
|
912
914
|
|
|
@@ -1148,13 +1150,13 @@ DocReaderAction.stopped = function (value) {
|
|
|
1148
1150
|
}
|
|
1149
1151
|
|
|
1150
1152
|
|
|
1151
|
-
/***/ }
|
|
1153
|
+
/***/ },
|
|
1152
1154
|
|
|
1153
|
-
/***/ "./src/info/DocReaderException.js"
|
|
1155
|
+
/***/ "./src/info/DocReaderException.js"
|
|
1154
1156
|
/*!****************************************!*\
|
|
1155
1157
|
!*** ./src/info/DocReaderException.js ***!
|
|
1156
1158
|
\****************************************/
|
|
1157
|
-
|
|
1159
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1158
1160
|
|
|
1159
1161
|
__webpack_require__.r(__webpack_exports__);
|
|
1160
1162
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1218,6 +1220,8 @@ const ErrorCodes = {
|
|
|
1218
1220
|
CANNOT_USE_CAMERA_IN_SCENARIO: 40,
|
|
1219
1221
|
BACKEND_ONLINE_PROCESSING: 303,
|
|
1220
1222
|
WRONG_INPUT: 400,
|
|
1223
|
+
RESULT_UNAVAILABLE: 410,
|
|
1224
|
+
RESULT_WRONG_OUTPUT: 411,
|
|
1221
1225
|
STATE_EXCEPTION: 500,
|
|
1222
1226
|
BLE_EXCEPTION: 600,
|
|
1223
1227
|
FEATURE_BLUETOOTH_LE_NOT_SUPPORTED: 601,
|
|
@@ -1227,13 +1231,13 @@ const ErrorCodes = {
|
|
|
1227
1231
|
}
|
|
1228
1232
|
|
|
1229
1233
|
|
|
1230
|
-
/***/ }
|
|
1234
|
+
/***/ },
|
|
1231
1235
|
|
|
1232
|
-
/***/ "./src/info/DocReaderScenario.js"
|
|
1236
|
+
/***/ "./src/info/DocReaderScenario.js"
|
|
1233
1237
|
/*!***************************************!*\
|
|
1234
1238
|
!*** ./src/info/DocReaderScenario.js ***!
|
|
1235
1239
|
\***************************************/
|
|
1236
|
-
|
|
1240
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1237
1241
|
|
|
1238
1242
|
__webpack_require__.r(__webpack_exports__);
|
|
1239
1243
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1332,13 +1336,13 @@ const DocReaderOrientation = {
|
|
|
1332
1336
|
}
|
|
1333
1337
|
|
|
1334
1338
|
|
|
1335
|
-
/***/ }
|
|
1339
|
+
/***/ },
|
|
1336
1340
|
|
|
1337
|
-
/***/ "./src/info/DocReaderVersion.js"
|
|
1341
|
+
/***/ "./src/info/DocReaderVersion.js"
|
|
1338
1342
|
/*!**************************************!*\
|
|
1339
1343
|
!*** ./src/info/DocReaderVersion.js ***!
|
|
1340
1344
|
\**************************************/
|
|
1341
|
-
|
|
1345
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1342
1346
|
|
|
1343
1347
|
__webpack_require__.r(__webpack_exports__);
|
|
1344
1348
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1379,13 +1383,13 @@ class DocReaderVersion {
|
|
|
1379
1383
|
}
|
|
1380
1384
|
|
|
1381
1385
|
|
|
1382
|
-
/***/ }
|
|
1386
|
+
/***/ },
|
|
1383
1387
|
|
|
1384
|
-
/***/ "./src/info/DocumentsDatabase.js"
|
|
1388
|
+
/***/ "./src/info/DocumentsDatabase.js"
|
|
1385
1389
|
/*!***************************************!*\
|
|
1386
1390
|
!*** ./src/info/DocumentsDatabase.js ***!
|
|
1387
1391
|
\***************************************/
|
|
1388
|
-
|
|
1392
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1389
1393
|
|
|
1390
1394
|
__webpack_require__.r(__webpack_exports__);
|
|
1391
1395
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1432,13 +1436,13 @@ class DocumentsDatabase {
|
|
|
1432
1436
|
}
|
|
1433
1437
|
|
|
1434
1438
|
|
|
1435
|
-
/***/ }
|
|
1439
|
+
/***/ },
|
|
1436
1440
|
|
|
1437
|
-
/***/ "./src/info/License.js"
|
|
1441
|
+
/***/ "./src/info/License.js"
|
|
1438
1442
|
/*!*****************************!*\
|
|
1439
1443
|
!*** ./src/info/License.js ***!
|
|
1440
1444
|
\*****************************/
|
|
1441
|
-
|
|
1445
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1442
1446
|
|
|
1443
1447
|
__webpack_require__.r(__webpack_exports__);
|
|
1444
1448
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1476,13 +1480,13 @@ class License {
|
|
|
1476
1480
|
}
|
|
1477
1481
|
|
|
1478
1482
|
|
|
1479
|
-
/***/ }
|
|
1483
|
+
/***/ },
|
|
1480
1484
|
|
|
1481
|
-
/***/ "./src/info/PrepareProgress.js"
|
|
1485
|
+
/***/ "./src/info/PrepareProgress.js"
|
|
1482
1486
|
/*!*************************************!*\
|
|
1483
1487
|
!*** ./src/info/PrepareProgress.js ***!
|
|
1484
1488
|
\*************************************/
|
|
1485
|
-
|
|
1489
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1486
1490
|
|
|
1487
1491
|
__webpack_require__.r(__webpack_exports__);
|
|
1488
1492
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1521,13 +1525,13 @@ class PrepareProgress {
|
|
|
1521
1525
|
}
|
|
1522
1526
|
|
|
1523
1527
|
|
|
1524
|
-
/***/ }
|
|
1528
|
+
/***/ },
|
|
1525
1529
|
|
|
1526
|
-
/***/ "./src/info/RFIDException.js"
|
|
1530
|
+
/***/ "./src/info/RFIDException.js"
|
|
1527
1531
|
/*!***********************************!*\
|
|
1528
1532
|
!*** ./src/info/RFIDException.js ***!
|
|
1529
1533
|
\***********************************/
|
|
1530
|
-
|
|
1534
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1531
1535
|
|
|
1532
1536
|
__webpack_require__.r(__webpack_exports__);
|
|
1533
1537
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1562,13 +1566,13 @@ class RFIDException {
|
|
|
1562
1566
|
}
|
|
1563
1567
|
|
|
1564
1568
|
|
|
1565
|
-
/***/ }
|
|
1569
|
+
/***/ },
|
|
1566
1570
|
|
|
1567
|
-
/***/ "./src/internal/bridge.js"
|
|
1571
|
+
/***/ "./src/internal/bridge.js"
|
|
1568
1572
|
/*!********************************!*\
|
|
1569
1573
|
!*** ./src/internal/bridge.js ***!
|
|
1570
1574
|
\********************************/
|
|
1571
|
-
|
|
1575
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1572
1576
|
|
|
1573
1577
|
__webpack_require__.r(__webpack_exports__);
|
|
1574
1578
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1693,13 +1697,13 @@ function _setTaSignatureCompletion(completion) {
|
|
|
1693
1697
|
}
|
|
1694
1698
|
|
|
1695
1699
|
|
|
1696
|
-
/***/ }
|
|
1700
|
+
/***/ },
|
|
1697
1701
|
|
|
1698
|
-
/***/ "./src/internal/cordova.js"
|
|
1702
|
+
/***/ "./src/internal/cordova.js"
|
|
1699
1703
|
/*!*********************************!*\
|
|
1700
1704
|
!*** ./src/internal/cordova.js ***!
|
|
1701
1705
|
\*********************************/
|
|
1702
|
-
|
|
1706
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1703
1707
|
|
|
1704
1708
|
__webpack_require__.r(__webpack_exports__);
|
|
1705
1709
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1724,13 +1728,13 @@ class NativeEventEmitter {
|
|
|
1724
1728
|
}
|
|
1725
1729
|
}
|
|
1726
1730
|
|
|
1727
|
-
/***/ }
|
|
1731
|
+
/***/ },
|
|
1728
1732
|
|
|
1729
|
-
/***/ "./src/params/Functionality.js"
|
|
1733
|
+
/***/ "./src/params/Functionality.js"
|
|
1730
1734
|
/*!*************************************!*\
|
|
1731
1735
|
!*** ./src/params/Functionality.js ***!
|
|
1732
1736
|
\*************************************/
|
|
1733
|
-
|
|
1737
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1734
1738
|
|
|
1735
1739
|
__webpack_require__.r(__webpack_exports__);
|
|
1736
1740
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1852,6 +1856,12 @@ class Functionality {
|
|
|
1852
1856
|
this._set({ "torchTurnedOn": val });
|
|
1853
1857
|
}
|
|
1854
1858
|
|
|
1859
|
+
get preventScreenRecording() { return this._preventScreenRecording; }
|
|
1860
|
+
set preventScreenRecording(val) {
|
|
1861
|
+
this._preventScreenRecording = val;
|
|
1862
|
+
this._set({ "preventScreenRecording": val });
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1855
1865
|
get showCaptureButtonDelayFromDetect() { return this._showCaptureButtonDelayFromDetect; }
|
|
1856
1866
|
set showCaptureButtonDelayFromDetect(val) {
|
|
1857
1867
|
this._showCaptureButtonDelayFromDetect = val;
|
|
@@ -1969,6 +1979,7 @@ class Functionality {
|
|
|
1969
1979
|
result._manualMultipageMode = jsonObject["manualMultipageMode"];
|
|
1970
1980
|
result._singleResult = jsonObject["singleResult"];
|
|
1971
1981
|
result._torchTurnedOn = jsonObject["torchTurnedOn"];
|
|
1982
|
+
result._preventScreenRecording = jsonObject["preventScreenRecording"];
|
|
1972
1983
|
result._showCaptureButtonDelayFromDetect = jsonObject["showCaptureButtonDelayFromDetect"];
|
|
1973
1984
|
result._showCaptureButtonDelayFromStart = jsonObject["showCaptureButtonDelayFromStart"];
|
|
1974
1985
|
result._rfidTimeout = jsonObject["rfidTimeout"];
|
|
@@ -2008,6 +2019,7 @@ class Functionality {
|
|
|
2008
2019
|
"manualMultipageMode": this.manualMultipageMode,
|
|
2009
2020
|
"singleResult": this.singleResult,
|
|
2010
2021
|
"torchTurnedOn": this.torchTurnedOn,
|
|
2022
|
+
"preventScreenRecording": this.preventScreenRecording,
|
|
2011
2023
|
"showCaptureButtonDelayFromDetect": this.showCaptureButtonDelayFromDetect,
|
|
2012
2024
|
"showCaptureButtonDelayFromStart": this.showCaptureButtonDelayFromStart,
|
|
2013
2025
|
"rfidTimeout": this.rfidTimeout,
|
|
@@ -2102,13 +2114,13 @@ class CameraSize {
|
|
|
2102
2114
|
}
|
|
2103
2115
|
|
|
2104
2116
|
|
|
2105
|
-
/***/ }
|
|
2117
|
+
/***/ },
|
|
2106
2118
|
|
|
2107
|
-
/***/ "./src/params/customization/Customization.js"
|
|
2119
|
+
/***/ "./src/params/customization/Customization.js"
|
|
2108
2120
|
/*!***************************************************!*\
|
|
2109
2121
|
!*** ./src/params/customization/Customization.js ***!
|
|
2110
2122
|
\***************************************************/
|
|
2111
|
-
|
|
2123
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2112
2124
|
|
|
2113
2125
|
__webpack_require__.r(__webpack_exports__);
|
|
2114
2126
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2759,13 +2771,13 @@ const CustomButtonTag = {
|
|
|
2759
2771
|
};
|
|
2760
2772
|
|
|
2761
2773
|
|
|
2762
|
-
/***/ }
|
|
2774
|
+
/***/ },
|
|
2763
2775
|
|
|
2764
|
-
/***/ "./src/params/customization/CustomizationColors.js"
|
|
2776
|
+
/***/ "./src/params/customization/CustomizationColors.js"
|
|
2765
2777
|
/*!*********************************************************!*\
|
|
2766
2778
|
!*** ./src/params/customization/CustomizationColors.js ***!
|
|
2767
2779
|
\*********************************************************/
|
|
2768
|
-
|
|
2780
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2769
2781
|
|
|
2770
2782
|
__webpack_require__.r(__webpack_exports__);
|
|
2771
2783
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2823,6 +2835,30 @@ class CustomizationColors {
|
|
|
2823
2835
|
this._set({ "rfidProcessingScreenLoadingBar": val });
|
|
2824
2836
|
}
|
|
2825
2837
|
|
|
2838
|
+
get rfidEnableNfcTitleText() { return this._rfidEnableNfcTitleText; }
|
|
2839
|
+
set rfidEnableNfcTitleText(val) {
|
|
2840
|
+
this._rfidEnableNfcTitleText = val;
|
|
2841
|
+
this._set({ "rfidEnableNfcTitleText": val });
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2844
|
+
get rfidEnableNfcDescriptionText() { return this._rfidEnableNfcDescriptionText; }
|
|
2845
|
+
set rfidEnableNfcDescriptionText(val) {
|
|
2846
|
+
this._rfidEnableNfcDescriptionText = val;
|
|
2847
|
+
this._set({ "rfidEnableNfcDescriptionText": val });
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
get rfidEnableNfcButtonText() { return this._rfidEnableNfcButtonText; }
|
|
2851
|
+
set rfidEnableNfcButtonText(val) {
|
|
2852
|
+
this._rfidEnableNfcButtonText = val;
|
|
2853
|
+
this._set({ "rfidEnableNfcButtonText": val });
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
get rfidEnableNfcButtonBackground() { return this._rfidEnableNfcButtonBackground; }
|
|
2857
|
+
set rfidEnableNfcButtonBackground(val) {
|
|
2858
|
+
this._rfidEnableNfcButtonBackground = val;
|
|
2859
|
+
this._set({ "rfidEnableNfcButtonBackground": val });
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2826
2862
|
static fromJson(jsonObject) {
|
|
2827
2863
|
if (jsonObject == null) return null;
|
|
2828
2864
|
|
|
@@ -2835,6 +2871,10 @@ class CustomizationColors {
|
|
|
2835
2871
|
result._rfidProcessingScreenProgressBarBackground = jsonObject["rfidProcessingScreenProgressBarBackground"];
|
|
2836
2872
|
result._rfidProcessingScreenResultLabelText = jsonObject["rfidProcessingScreenResultLabelText"];
|
|
2837
2873
|
result._rfidProcessingScreenLoadingBar = jsonObject["rfidProcessingScreenLoadingBar"];
|
|
2874
|
+
result._rfidEnableNfcTitleText = jsonObject["rfidEnableNfcTitleText"];
|
|
2875
|
+
result._rfidEnableNfcDescriptionText = jsonObject["rfidEnableNfcDescriptionText"];
|
|
2876
|
+
result._rfidEnableNfcButtonText = jsonObject["rfidEnableNfcButtonText"];
|
|
2877
|
+
result._rfidEnableNfcButtonBackground = jsonObject["rfidEnableNfcButtonBackground"];
|
|
2838
2878
|
|
|
2839
2879
|
return result;
|
|
2840
2880
|
}
|
|
@@ -2856,18 +2896,22 @@ class CustomizationColors {
|
|
|
2856
2896
|
"rfidProcessingScreenProgressBarBackground": this.rfidProcessingScreenProgressBarBackground,
|
|
2857
2897
|
"rfidProcessingScreenResultLabelText": this.rfidProcessingScreenResultLabelText,
|
|
2858
2898
|
"rfidProcessingScreenLoadingBar": this.rfidProcessingScreenLoadingBar,
|
|
2899
|
+
"rfidEnableNfcTitleText": this.rfidEnableNfcTitleText,
|
|
2900
|
+
"rfidEnableNfcDescriptionText": this.rfidEnableNfcDescriptionText,
|
|
2901
|
+
"rfidEnableNfcButtonText": this.rfidEnableNfcButtonText,
|
|
2902
|
+
"rfidEnableNfcButtonBackground": this.rfidEnableNfcButtonBackground,
|
|
2859
2903
|
}
|
|
2860
2904
|
}
|
|
2861
2905
|
}
|
|
2862
2906
|
|
|
2863
2907
|
|
|
2864
|
-
/***/ }
|
|
2908
|
+
/***/ },
|
|
2865
2909
|
|
|
2866
|
-
/***/ "./src/params/customization/CustomizationFonts.js"
|
|
2910
|
+
/***/ "./src/params/customization/CustomizationFonts.js"
|
|
2867
2911
|
/*!********************************************************!*\
|
|
2868
2912
|
!*** ./src/params/customization/CustomizationFonts.js ***!
|
|
2869
2913
|
\********************************************************/
|
|
2870
|
-
|
|
2914
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2871
2915
|
|
|
2872
2916
|
__webpack_require__.r(__webpack_exports__);
|
|
2873
2917
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2897,6 +2941,24 @@ class CustomizationFonts {
|
|
|
2897
2941
|
this._set({ "rfidProcessingScreenResultLabel": val });
|
|
2898
2942
|
}
|
|
2899
2943
|
|
|
2944
|
+
get rfidEnableNfcTitleText() { return this._rfidEnableNfcTitleText; }
|
|
2945
|
+
set rfidEnableNfcTitleText(val) {
|
|
2946
|
+
this._rfidEnableNfcTitleText = val;
|
|
2947
|
+
this._set({ "rfidEnableNfcTitleText": val });
|
|
2948
|
+
}
|
|
2949
|
+
|
|
2950
|
+
get rfidEnableNfcDescriptionText() { return this._rfidEnableNfcDescriptionText; }
|
|
2951
|
+
set rfidEnableNfcDescriptionText(val) {
|
|
2952
|
+
this._rfidEnableNfcDescriptionText = val;
|
|
2953
|
+
this._set({ "rfidEnableNfcDescriptionText": val });
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
get rfidEnableNfcButtonText() { return this._rfidEnableNfcButtonText; }
|
|
2957
|
+
set rfidEnableNfcButtonText(val) {
|
|
2958
|
+
this._rfidEnableNfcButtonText = val;
|
|
2959
|
+
this._set({ "rfidEnableNfcButtonText": val });
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2900
2962
|
static fromJson(jsonObject) {
|
|
2901
2963
|
if (jsonObject == null) return null;
|
|
2902
2964
|
|
|
@@ -2904,6 +2966,9 @@ class CustomizationFonts {
|
|
|
2904
2966
|
result._rfidProcessingScreenHintLabel = _Font__WEBPACK_IMPORTED_MODULE_1__.Font.fromJson(jsonObject["rfidProcessingScreenHintLabel"]);
|
|
2905
2967
|
result._rfidProcessingScreenProgressLabel = _Font__WEBPACK_IMPORTED_MODULE_1__.Font.fromJson(jsonObject["rfidProcessingScreenProgressLabel"]);
|
|
2906
2968
|
result._rfidProcessingScreenResultLabel = _Font__WEBPACK_IMPORTED_MODULE_1__.Font.fromJson(jsonObject["rfidProcessingScreenResultLabel"]);
|
|
2969
|
+
result._rfidEnableNfcTitleText = _Font__WEBPACK_IMPORTED_MODULE_1__.Font.fromJson(jsonObject["rfidEnableNfcTitleText"]);
|
|
2970
|
+
result._rfidEnableNfcDescriptionText = _Font__WEBPACK_IMPORTED_MODULE_1__.Font.fromJson(jsonObject["rfidEnableNfcDescriptionText"]);
|
|
2971
|
+
result._rfidEnableNfcButtonText = _Font__WEBPACK_IMPORTED_MODULE_1__.Font.fromJson(jsonObject["rfidEnableNfcButtonText"]);
|
|
2907
2972
|
|
|
2908
2973
|
return result;
|
|
2909
2974
|
}
|
|
@@ -2920,18 +2985,21 @@ class CustomizationFonts {
|
|
|
2920
2985
|
"rfidProcessingScreenHintLabel": this.rfidProcessingScreenHintLabel?.toJson(),
|
|
2921
2986
|
"rfidProcessingScreenProgressLabel": this.rfidProcessingScreenProgressLabel?.toJson(),
|
|
2922
2987
|
"rfidProcessingScreenResultLabel": this.rfidProcessingScreenResultLabel?.toJson(),
|
|
2988
|
+
"rfidEnableNfcTitleText": this.rfidEnableNfcTitleText?.toJson(),
|
|
2989
|
+
"rfidEnableNfcDescriptionText": this.rfidEnableNfcDescriptionText?.toJson(),
|
|
2990
|
+
"rfidEnableNfcButtonText": this.rfidEnableNfcButtonText?.toJson(),
|
|
2923
2991
|
}
|
|
2924
2992
|
}
|
|
2925
2993
|
}
|
|
2926
2994
|
|
|
2927
2995
|
|
|
2928
|
-
/***/ }
|
|
2996
|
+
/***/ },
|
|
2929
2997
|
|
|
2930
|
-
/***/ "./src/params/customization/CustomizationImages.js"
|
|
2998
|
+
/***/ "./src/params/customization/CustomizationImages.js"
|
|
2931
2999
|
/*!*********************************************************!*\
|
|
2932
3000
|
!*** ./src/params/customization/CustomizationImages.js ***!
|
|
2933
3001
|
\*********************************************************/
|
|
2934
|
-
|
|
3002
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2935
3003
|
|
|
2936
3004
|
__webpack_require__.r(__webpack_exports__);
|
|
2937
3005
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2947,11 +3015,18 @@ class CustomizationImages {
|
|
|
2947
3015
|
this._set({ "rfidProcessingScreenFailureImage": val });
|
|
2948
3016
|
}
|
|
2949
3017
|
|
|
3018
|
+
get rfidEnableNfcImage() { return this._rfidEnableNfcImage; }
|
|
3019
|
+
set rfidEnableNfcImage(val) {
|
|
3020
|
+
this._rfidEnableNfcImage = val;
|
|
3021
|
+
this._set({ "rfidEnableNfcImage": val });
|
|
3022
|
+
}
|
|
3023
|
+
|
|
2950
3024
|
static fromJson(jsonObject) {
|
|
2951
3025
|
if (jsonObject == null) return null;
|
|
2952
3026
|
|
|
2953
3027
|
const result = new CustomizationImages();
|
|
2954
3028
|
result._rfidProcessingScreenFailureImage = jsonObject["rfidProcessingScreenFailureImage"];
|
|
3029
|
+
result._rfidEnableNfcImage = jsonObject["rfidEnableNfcImage"];
|
|
2955
3030
|
|
|
2956
3031
|
return result;
|
|
2957
3032
|
}
|
|
@@ -2966,18 +3041,19 @@ class CustomizationImages {
|
|
|
2966
3041
|
toJson() {
|
|
2967
3042
|
return {
|
|
2968
3043
|
"rfidProcessingScreenFailureImage": this.rfidProcessingScreenFailureImage,
|
|
3044
|
+
"rfidEnableNfcImage": this.rfidEnableNfcImage,
|
|
2969
3045
|
}
|
|
2970
3046
|
}
|
|
2971
3047
|
}
|
|
2972
3048
|
|
|
2973
3049
|
|
|
2974
|
-
/***/ }
|
|
3050
|
+
/***/ },
|
|
2975
3051
|
|
|
2976
|
-
/***/ "./src/params/customization/Font.js"
|
|
3052
|
+
/***/ "./src/params/customization/Font.js"
|
|
2977
3053
|
/*!******************************************!*\
|
|
2978
3054
|
!*** ./src/params/customization/Font.js ***!
|
|
2979
3055
|
\******************************************/
|
|
2980
|
-
|
|
3056
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2981
3057
|
|
|
2982
3058
|
__webpack_require__.r(__webpack_exports__);
|
|
2983
3059
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3022,13 +3098,13 @@ const FontStyle = {
|
|
|
3022
3098
|
};
|
|
3023
3099
|
|
|
3024
3100
|
|
|
3025
|
-
/***/ }
|
|
3101
|
+
/***/ },
|
|
3026
3102
|
|
|
3027
|
-
/***/ "./src/params/process_params/AuthenticityParams.js"
|
|
3103
|
+
/***/ "./src/params/process_params/AuthenticityParams.js"
|
|
3028
3104
|
/*!*********************************************************!*\
|
|
3029
3105
|
!*** ./src/params/process_params/AuthenticityParams.js ***!
|
|
3030
3106
|
\*********************************************************/
|
|
3031
|
-
|
|
3107
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3032
3108
|
|
|
3033
3109
|
__webpack_require__.r(__webpack_exports__);
|
|
3034
3110
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3046,6 +3122,7 @@ class AuthenticityParams {
|
|
|
3046
3122
|
this._set({ "useLivenessCheck": val });
|
|
3047
3123
|
}
|
|
3048
3124
|
|
|
3125
|
+
_livenessParams = new _LivenessParams__WEBPACK_IMPORTED_MODULE_1__.LivenessParams();
|
|
3049
3126
|
get livenessParams() { return this._livenessParams; }
|
|
3050
3127
|
set livenessParams(val) { (this._livenessParams = val)._apply(); }
|
|
3051
3128
|
|
|
@@ -3188,13 +3265,13 @@ class AuthenticityParams {
|
|
|
3188
3265
|
}
|
|
3189
3266
|
|
|
3190
3267
|
|
|
3191
|
-
/***/ }
|
|
3268
|
+
/***/ },
|
|
3192
3269
|
|
|
3193
|
-
/***/ "./src/params/process_params/BackendProcessingConfig.js"
|
|
3270
|
+
/***/ "./src/params/process_params/BackendProcessingConfig.js"
|
|
3194
3271
|
/*!**************************************************************!*\
|
|
3195
3272
|
!*** ./src/params/process_params/BackendProcessingConfig.js ***!
|
|
3196
3273
|
\**************************************************************/
|
|
3197
|
-
|
|
3274
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3198
3275
|
|
|
3199
3276
|
__webpack_require__.r(__webpack_exports__);
|
|
3200
3277
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3236,13 +3313,13 @@ class BackendProcessingConfig {
|
|
|
3236
3313
|
}
|
|
3237
3314
|
|
|
3238
3315
|
|
|
3239
|
-
/***/ }
|
|
3316
|
+
/***/ },
|
|
3240
3317
|
|
|
3241
|
-
/***/ "./src/params/process_params/FaceApiParams.js"
|
|
3318
|
+
/***/ "./src/params/process_params/FaceApiParams.js"
|
|
3242
3319
|
/*!****************************************************!*\
|
|
3243
3320
|
!*** ./src/params/process_params/FaceApiParams.js ***!
|
|
3244
3321
|
\****************************************************/
|
|
3245
|
-
|
|
3322
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3246
3323
|
|
|
3247
3324
|
__webpack_require__.r(__webpack_exports__);
|
|
3248
3325
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3302,13 +3379,13 @@ class FaceApiParams {
|
|
|
3302
3379
|
}
|
|
3303
3380
|
|
|
3304
3381
|
|
|
3305
|
-
/***/ }
|
|
3382
|
+
/***/ },
|
|
3306
3383
|
|
|
3307
|
-
/***/ "./src/params/process_params/FaceApiSearchParams.js"
|
|
3384
|
+
/***/ "./src/params/process_params/FaceApiSearchParams.js"
|
|
3308
3385
|
/*!**********************************************************!*\
|
|
3309
3386
|
!*** ./src/params/process_params/FaceApiSearchParams.js ***!
|
|
3310
3387
|
\**********************************************************/
|
|
3311
|
-
|
|
3388
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3312
3389
|
|
|
3313
3390
|
__webpack_require__.r(__webpack_exports__);
|
|
3314
3391
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3345,13 +3422,13 @@ class FaceApiSearchParams {
|
|
|
3345
3422
|
}
|
|
3346
3423
|
|
|
3347
3424
|
|
|
3348
|
-
/***/ }
|
|
3425
|
+
/***/ },
|
|
3349
3426
|
|
|
3350
|
-
/***/ "./src/params/process_params/GlaresCheckParams.js"
|
|
3427
|
+
/***/ "./src/params/process_params/GlaresCheckParams.js"
|
|
3351
3428
|
/*!********************************************************!*\
|
|
3352
3429
|
!*** ./src/params/process_params/GlaresCheckParams.js ***!
|
|
3353
3430
|
\********************************************************/
|
|
3354
|
-
|
|
3431
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3355
3432
|
|
|
3356
3433
|
__webpack_require__.r(__webpack_exports__);
|
|
3357
3434
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3384,13 +3461,13 @@ class GlaresCheckParams {
|
|
|
3384
3461
|
}
|
|
3385
3462
|
|
|
3386
3463
|
|
|
3387
|
-
/***/ }
|
|
3464
|
+
/***/ },
|
|
3388
3465
|
|
|
3389
|
-
/***/ "./src/params/process_params/ImageQA.js"
|
|
3466
|
+
/***/ "./src/params/process_params/ImageQA.js"
|
|
3390
3467
|
/*!**********************************************!*\
|
|
3391
3468
|
!*** ./src/params/process_params/ImageQA.js ***!
|
|
3392
3469
|
\**********************************************/
|
|
3393
|
-
|
|
3470
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3394
3471
|
|
|
3395
3472
|
__webpack_require__.r(__webpack_exports__);
|
|
3396
3473
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3514,13 +3591,13 @@ class ImageQA {
|
|
|
3514
3591
|
}
|
|
3515
3592
|
|
|
3516
3593
|
|
|
3517
|
-
/***/ }
|
|
3594
|
+
/***/ },
|
|
3518
3595
|
|
|
3519
|
-
/***/ "./src/params/process_params/LivenessParams.js"
|
|
3596
|
+
/***/ "./src/params/process_params/LivenessParams.js"
|
|
3520
3597
|
/*!*****************************************************!*\
|
|
3521
3598
|
!*** ./src/params/process_params/LivenessParams.js ***!
|
|
3522
3599
|
\*****************************************************/
|
|
3523
|
-
|
|
3600
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3524
3601
|
|
|
3525
3602
|
__webpack_require__.r(__webpack_exports__);
|
|
3526
3603
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3574,7 +3651,7 @@ class LivenessParams {
|
|
|
3574
3651
|
|
|
3575
3652
|
static fromJson(jsonObject) {
|
|
3576
3653
|
if (jsonObject == null) return new LivenessParams();
|
|
3577
|
-
|
|
3654
|
+
|
|
3578
3655
|
const result = new LivenessParams();
|
|
3579
3656
|
result._checkOVI = jsonObject["checkOVI"];
|
|
3580
3657
|
result._checkMLI = jsonObject["checkMLI"];
|
|
@@ -3583,7 +3660,7 @@ class LivenessParams {
|
|
|
3583
3660
|
result._checkBlackAndWhiteCopy = jsonObject["checkBlackAndWhiteCopy"];
|
|
3584
3661
|
result._checkDynaprint = jsonObject["checkDynaprint"];
|
|
3585
3662
|
result._checkGeometry = jsonObject["checkGeometry"];
|
|
3586
|
-
|
|
3663
|
+
|
|
3587
3664
|
return result;
|
|
3588
3665
|
}
|
|
3589
3666
|
|
|
@@ -3608,13 +3685,13 @@ class LivenessParams {
|
|
|
3608
3685
|
}
|
|
3609
3686
|
|
|
3610
3687
|
|
|
3611
|
-
/***/ }
|
|
3688
|
+
/***/ },
|
|
3612
3689
|
|
|
3613
|
-
/***/ "./src/params/process_params/ProcessParams.js"
|
|
3690
|
+
/***/ "./src/params/process_params/ProcessParams.js"
|
|
3614
3691
|
/*!****************************************************!*\
|
|
3615
3692
|
!*** ./src/params/process_params/ProcessParams.js ***!
|
|
3616
3693
|
\****************************************************/
|
|
3617
|
-
|
|
3694
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3618
3695
|
|
|
3619
3696
|
__webpack_require__.r(__webpack_exports__);
|
|
3620
3697
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3874,6 +3951,12 @@ class ProcessParams {
|
|
|
3874
3951
|
this._set({ "strictSecurityChecks": val });
|
|
3875
3952
|
}
|
|
3876
3953
|
|
|
3954
|
+
get returnTransliteratedFields() { return this._returnTransliteratedFields; }
|
|
3955
|
+
set returnTransliteratedFields(val) {
|
|
3956
|
+
this._returnTransliteratedFields = val;
|
|
3957
|
+
this._set({ "returnTransliteratedFields": val });
|
|
3958
|
+
}
|
|
3959
|
+
|
|
3877
3960
|
get barcodeParserType() { return this._barcodeParserType; }
|
|
3878
3961
|
set barcodeParserType(val) {
|
|
3879
3962
|
this._barcodeParserType = val;
|
|
@@ -4066,6 +4149,7 @@ class ProcessParams {
|
|
|
4066
4149
|
this._set({ "lcidFilter": val });
|
|
4067
4150
|
}
|
|
4068
4151
|
|
|
4152
|
+
_imageQA = new _ImageQA__WEBPACK_IMPORTED_MODULE_2__.ImageQA();
|
|
4069
4153
|
get imageQA() { return this._imageQA; }
|
|
4070
4154
|
set imageQA(val) { (this._imageQA = val)._apply(); }
|
|
4071
4155
|
|
|
@@ -4087,6 +4171,7 @@ class ProcessParams {
|
|
|
4087
4171
|
this._set({ "backendProcessingConfig": val });
|
|
4088
4172
|
}
|
|
4089
4173
|
|
|
4174
|
+
_authenticityParams = new _AuthenticityParams__WEBPACK_IMPORTED_MODULE_6__.AuthenticityParams();
|
|
4090
4175
|
get authenticityParams() { return this._authenticityParams; }
|
|
4091
4176
|
set authenticityParams(val) { (this._authenticityParams = val)._apply(); }
|
|
4092
4177
|
|
|
@@ -4139,6 +4224,7 @@ class ProcessParams {
|
|
|
4139
4224
|
result._generateAlpha2Codes = jsonObject["generateAlpha2Codes"];
|
|
4140
4225
|
result._disableAuthResolutionFilter = jsonObject["disableAuthResolutionFilter"];
|
|
4141
4226
|
result._strictSecurityChecks = jsonObject["strictSecurityChecks"];
|
|
4227
|
+
result._returnTransliteratedFields = jsonObject["returnTransliteratedFields"];
|
|
4142
4228
|
result._barcodeParserType = jsonObject["barcodeParserType"];
|
|
4143
4229
|
result._perspectiveAngle = jsonObject["perspectiveAngle"];
|
|
4144
4230
|
result._minDPI = jsonObject["minDPI"];
|
|
@@ -4221,6 +4307,7 @@ class ProcessParams {
|
|
|
4221
4307
|
"generateAlpha2Codes": this.generateAlpha2Codes,
|
|
4222
4308
|
"disableAuthResolutionFilter": this.disableAuthResolutionFilter,
|
|
4223
4309
|
"strictSecurityChecks": this.strictSecurityChecks,
|
|
4310
|
+
"returnTransliteratedFields": this.returnTransliteratedFields,
|
|
4224
4311
|
"measureSystem": this.measureSystem,
|
|
4225
4312
|
"barcodeParserType": this.barcodeParserType,
|
|
4226
4313
|
"perspectiveAngle": this.perspectiveAngle,
|
|
@@ -4298,13 +4385,13 @@ const MrzDetectionModes = {
|
|
|
4298
4385
|
};
|
|
4299
4386
|
|
|
4300
4387
|
|
|
4301
|
-
/***/ }
|
|
4388
|
+
/***/ },
|
|
4302
4389
|
|
|
4303
|
-
/***/ "./src/params/process_params/RFIDParams.js"
|
|
4390
|
+
/***/ "./src/params/process_params/RFIDParams.js"
|
|
4304
4391
|
/*!*************************************************!*\
|
|
4305
4392
|
!*** ./src/params/process_params/RFIDParams.js ***!
|
|
4306
4393
|
\*************************************************/
|
|
4307
|
-
|
|
4394
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4308
4395
|
|
|
4309
4396
|
__webpack_require__.r(__webpack_exports__);
|
|
4310
4397
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4333,13 +4420,13 @@ class RFIDParams {
|
|
|
4333
4420
|
}
|
|
4334
4421
|
|
|
4335
4422
|
|
|
4336
|
-
/***/ }
|
|
4423
|
+
/***/ },
|
|
4337
4424
|
|
|
4338
|
-
/***/ "./src/params/rfid_scenario/DTCDataGroup.js"
|
|
4425
|
+
/***/ "./src/params/rfid_scenario/DTCDataGroup.js"
|
|
4339
4426
|
/*!**************************************************!*\
|
|
4340
4427
|
!*** ./src/params/rfid_scenario/DTCDataGroup.js ***!
|
|
4341
4428
|
\**************************************************/
|
|
4342
|
-
|
|
4429
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4343
4430
|
|
|
4344
4431
|
__webpack_require__.r(__webpack_exports__);
|
|
4345
4432
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4411,13 +4498,13 @@ class DTCDataGroup {
|
|
|
4411
4498
|
}
|
|
4412
4499
|
|
|
4413
4500
|
|
|
4414
|
-
/***/ }
|
|
4501
|
+
/***/ },
|
|
4415
4502
|
|
|
4416
|
-
/***/ "./src/params/rfid_scenario/EDLDataGroups.js"
|
|
4503
|
+
/***/ "./src/params/rfid_scenario/EDLDataGroups.js"
|
|
4417
4504
|
/*!***************************************************!*\
|
|
4418
4505
|
!*** ./src/params/rfid_scenario/EDLDataGroups.js ***!
|
|
4419
4506
|
\***************************************************/
|
|
4420
|
-
|
|
4507
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4421
4508
|
|
|
4422
4509
|
__webpack_require__.r(__webpack_exports__);
|
|
4423
4510
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4561,13 +4648,13 @@ class EDLDataGroups {
|
|
|
4561
4648
|
}
|
|
4562
4649
|
|
|
4563
4650
|
|
|
4564
|
-
/***/ }
|
|
4651
|
+
/***/ },
|
|
4565
4652
|
|
|
4566
|
-
/***/ "./src/params/rfid_scenario/EIDDataGroups.js"
|
|
4653
|
+
/***/ "./src/params/rfid_scenario/EIDDataGroups.js"
|
|
4567
4654
|
/*!***************************************************!*\
|
|
4568
4655
|
!*** ./src/params/rfid_scenario/EIDDataGroups.js ***!
|
|
4569
4656
|
\***************************************************/
|
|
4570
|
-
|
|
4657
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4571
4658
|
|
|
4572
4659
|
__webpack_require__.r(__webpack_exports__);
|
|
4573
4660
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4767,13 +4854,13 @@ class EIDDataGroups {
|
|
|
4767
4854
|
}
|
|
4768
4855
|
|
|
4769
4856
|
|
|
4770
|
-
/***/ }
|
|
4857
|
+
/***/ },
|
|
4771
4858
|
|
|
4772
|
-
/***/ "./src/params/rfid_scenario/EPassportDataGroups.js"
|
|
4859
|
+
/***/ "./src/params/rfid_scenario/EPassportDataGroups.js"
|
|
4773
4860
|
/*!*********************************************************!*\
|
|
4774
4861
|
!*** ./src/params/rfid_scenario/EPassportDataGroups.js ***!
|
|
4775
4862
|
\*********************************************************/
|
|
4776
|
-
|
|
4863
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4777
4864
|
|
|
4778
4865
|
__webpack_require__.r(__webpack_exports__);
|
|
4779
4866
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4933,13 +5020,13 @@ class EPassportDataGroups {
|
|
|
4933
5020
|
}
|
|
4934
5021
|
|
|
4935
5022
|
|
|
4936
|
-
/***/ }
|
|
5023
|
+
/***/ },
|
|
4937
5024
|
|
|
4938
|
-
/***/ "./src/params/rfid_scenario/RFIDScenario.js"
|
|
5025
|
+
/***/ "./src/params/rfid_scenario/RFIDScenario.js"
|
|
4939
5026
|
/*!**************************************************!*\
|
|
4940
5027
|
!*** ./src/params/rfid_scenario/RFIDScenario.js ***!
|
|
4941
5028
|
\**************************************************/
|
|
4942
|
-
|
|
5029
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4943
5030
|
|
|
4944
5031
|
__webpack_require__.r(__webpack_exports__);
|
|
4945
5032
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -5520,13 +5607,13 @@ const RFIDReadingBufferSize = {
|
|
|
5520
5607
|
};
|
|
5521
5608
|
|
|
5522
5609
|
|
|
5523
|
-
/***/ }
|
|
5610
|
+
/***/ },
|
|
5524
5611
|
|
|
5525
|
-
/***/ "./src/results/DocumentType.js"
|
|
5612
|
+
/***/ "./src/results/DocumentType.js"
|
|
5526
5613
|
/*!*************************************!*\
|
|
5527
5614
|
!*** ./src/results/DocumentType.js ***!
|
|
5528
5615
|
\*************************************/
|
|
5529
|
-
|
|
5616
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5530
5617
|
|
|
5531
5618
|
__webpack_require__.r(__webpack_exports__);
|
|
5532
5619
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -5838,13 +5925,13 @@ const DocType = {
|
|
|
5838
5925
|
};
|
|
5839
5926
|
|
|
5840
5927
|
|
|
5841
|
-
/***/ }
|
|
5928
|
+
/***/ },
|
|
5842
5929
|
|
|
5843
|
-
/***/ "./src/results/Position.js"
|
|
5930
|
+
/***/ "./src/results/Position.js"
|
|
5844
5931
|
/*!*********************************!*\
|
|
5845
5932
|
!*** ./src/results/Position.js ***!
|
|
5846
5933
|
\*********************************/
|
|
5847
|
-
|
|
5934
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5848
5935
|
|
|
5849
5936
|
__webpack_require__.r(__webpack_exports__);
|
|
5850
5937
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -5943,13 +6030,13 @@ class Coordinate {
|
|
|
5943
6030
|
}
|
|
5944
6031
|
|
|
5945
6032
|
|
|
5946
|
-
/***/ }
|
|
6033
|
+
/***/ },
|
|
5947
6034
|
|
|
5948
|
-
/***/ "./src/results/Results.js"
|
|
6035
|
+
/***/ "./src/results/Results.js"
|
|
5949
6036
|
/*!********************************!*\
|
|
5950
6037
|
!*** ./src/results/Results.js ***!
|
|
5951
6038
|
\********************************/
|
|
5952
|
-
|
|
6039
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5953
6040
|
|
|
5954
6041
|
__webpack_require__.r(__webpack_exports__);
|
|
5955
6042
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6320,13 +6407,13 @@ const ResultType = {
|
|
|
6320
6407
|
};
|
|
6321
6408
|
|
|
6322
6409
|
|
|
6323
|
-
/***/ }
|
|
6410
|
+
/***/ },
|
|
6324
6411
|
|
|
6325
|
-
/***/ "./src/results/TransactionInfo.js"
|
|
6412
|
+
/***/ "./src/results/TransactionInfo.js"
|
|
6326
6413
|
/*!****************************************!*\
|
|
6327
6414
|
!*** ./src/results/TransactionInfo.js ***!
|
|
6328
6415
|
\****************************************/
|
|
6329
|
-
|
|
6416
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6330
6417
|
|
|
6331
6418
|
__webpack_require__.r(__webpack_exports__);
|
|
6332
6419
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6358,13 +6445,13 @@ class TransactionInfo {
|
|
|
6358
6445
|
}
|
|
6359
6446
|
|
|
6360
6447
|
|
|
6361
|
-
/***/ }
|
|
6448
|
+
/***/ },
|
|
6362
6449
|
|
|
6363
|
-
/***/ "./src/results/authenticity/Authenticity.js"
|
|
6450
|
+
/***/ "./src/results/authenticity/Authenticity.js"
|
|
6364
6451
|
/*!**************************************************!*\
|
|
6365
6452
|
!*** ./src/results/authenticity/Authenticity.js ***!
|
|
6366
6453
|
\**************************************************/
|
|
6367
|
-
|
|
6454
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6368
6455
|
|
|
6369
6456
|
__webpack_require__.r(__webpack_exports__);
|
|
6370
6457
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6395,13 +6482,13 @@ const Authenticity = {
|
|
|
6395
6482
|
}
|
|
6396
6483
|
|
|
6397
6484
|
|
|
6398
|
-
/***/ }
|
|
6485
|
+
/***/ },
|
|
6399
6486
|
|
|
6400
|
-
/***/ "./src/results/authenticity/AuthenticityCheck.js"
|
|
6487
|
+
/***/ "./src/results/authenticity/AuthenticityCheck.js"
|
|
6401
6488
|
/*!*******************************************************!*\
|
|
6402
6489
|
!*** ./src/results/authenticity/AuthenticityCheck.js ***!
|
|
6403
6490
|
\*******************************************************/
|
|
6404
|
-
|
|
6491
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6405
6492
|
|
|
6406
6493
|
__webpack_require__.r(__webpack_exports__);
|
|
6407
6494
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6455,13 +6542,13 @@ class AuthenticityCheck {
|
|
|
6455
6542
|
}
|
|
6456
6543
|
|
|
6457
6544
|
|
|
6458
|
-
/***/ }
|
|
6545
|
+
/***/ },
|
|
6459
6546
|
|
|
6460
|
-
/***/ "./src/results/authenticity/AuthenticityElement.js"
|
|
6547
|
+
/***/ "./src/results/authenticity/AuthenticityElement.js"
|
|
6461
6548
|
/*!*********************************************************!*\
|
|
6462
6549
|
!*** ./src/results/authenticity/AuthenticityElement.js ***!
|
|
6463
6550
|
\*********************************************************/
|
|
6464
|
-
|
|
6551
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6465
6552
|
|
|
6466
6553
|
__webpack_require__.r(__webpack_exports__);
|
|
6467
6554
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6509,13 +6596,13 @@ class AuthenticityElement {
|
|
|
6509
6596
|
}
|
|
6510
6597
|
|
|
6511
6598
|
|
|
6512
|
-
/***/ }
|
|
6599
|
+
/***/ },
|
|
6513
6600
|
|
|
6514
|
-
/***/ "./src/results/authenticity/AuthenticityResult.js"
|
|
6601
|
+
/***/ "./src/results/authenticity/AuthenticityResult.js"
|
|
6515
6602
|
/*!********************************************************!*\
|
|
6516
6603
|
!*** ./src/results/authenticity/AuthenticityResult.js ***!
|
|
6517
6604
|
\********************************************************/
|
|
6518
|
-
|
|
6605
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6519
6606
|
|
|
6520
6607
|
__webpack_require__.r(__webpack_exports__);
|
|
6521
6608
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6558,13 +6645,13 @@ class AuthenticityResult {
|
|
|
6558
6645
|
}
|
|
6559
6646
|
|
|
6560
6647
|
|
|
6561
|
-
/***/ }
|
|
6648
|
+
/***/ },
|
|
6562
6649
|
|
|
6563
|
-
/***/ "./src/results/authenticity/CheckDiagnose.js"
|
|
6650
|
+
/***/ "./src/results/authenticity/CheckDiagnose.js"
|
|
6564
6651
|
/*!***************************************************!*\
|
|
6565
6652
|
!*** ./src/results/authenticity/CheckDiagnose.js ***!
|
|
6566
6653
|
\***************************************************/
|
|
6567
|
-
|
|
6654
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6568
6655
|
|
|
6569
6656
|
__webpack_require__.r(__webpack_exports__);
|
|
6570
6657
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6618,6 +6705,8 @@ const CheckDiagnose = {
|
|
|
6618
6705
|
FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR: 84,
|
|
6619
6706
|
FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR: 85,
|
|
6620
6707
|
CHD_FIELD_POS_CORRECTOR_INCORRECT_HEAD_POSITION: 86,
|
|
6708
|
+
CHD_FIELD_POS_CORRECTOR_AGE_CHECK_ERROR: 87,
|
|
6709
|
+
CHD_FIELD_POS_CORRECTOR_SEX_CHECK_ERROR: 88,
|
|
6621
6710
|
OVI_IR_INVISIBLE: 90,
|
|
6622
6711
|
OVI_INSUFFICIENT_AREA: 91,
|
|
6623
6712
|
OVI_COLOR_INVARIABLE: 92,
|
|
@@ -6697,13 +6786,13 @@ const CheckDiagnose = {
|
|
|
6697
6786
|
}
|
|
6698
6787
|
|
|
6699
6788
|
|
|
6700
|
-
/***/ }
|
|
6789
|
+
/***/ },
|
|
6701
6790
|
|
|
6702
|
-
/***/ "./src/results/authenticity/SecurityFeatureType.js"
|
|
6791
|
+
/***/ "./src/results/authenticity/SecurityFeatureType.js"
|
|
6703
6792
|
/*!*********************************************************!*\
|
|
6704
6793
|
!*** ./src/results/authenticity/SecurityFeatureType.js ***!
|
|
6705
6794
|
\*********************************************************/
|
|
6706
|
-
|
|
6795
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6707
6796
|
|
|
6708
6797
|
__webpack_require__.r(__webpack_exports__);
|
|
6709
6798
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6766,17 +6855,19 @@ const SecurityFeatureType = {
|
|
|
6766
6855
|
HEAD_POSITION_CHECK: 52,
|
|
6767
6856
|
LIVENESS_BLACK_AND_WHITE_COPY_CHECK: 53,
|
|
6768
6857
|
LIVENESS_DYNAPRINT: 54,
|
|
6769
|
-
LIVENESS_GEOMETRY_CHECK: 55
|
|
6858
|
+
LIVENESS_GEOMETRY_CHECK: 55,
|
|
6859
|
+
AGE_CHECK: 56,
|
|
6860
|
+
SEX_CHECK: 57,
|
|
6770
6861
|
}
|
|
6771
6862
|
|
|
6772
6863
|
|
|
6773
|
-
/***/ }
|
|
6864
|
+
/***/ },
|
|
6774
6865
|
|
|
6775
|
-
/***/ "./src/results/barcode/BarcodeField.js"
|
|
6866
|
+
/***/ "./src/results/barcode/BarcodeField.js"
|
|
6776
6867
|
/*!*********************************************!*\
|
|
6777
6868
|
!*** ./src/results/barcode/BarcodeField.js ***!
|
|
6778
6869
|
\*********************************************/
|
|
6779
|
-
|
|
6870
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6780
6871
|
|
|
6781
6872
|
__webpack_require__.r(__webpack_exports__);
|
|
6782
6873
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6821,13 +6912,13 @@ class BarcodeField {
|
|
|
6821
6912
|
}
|
|
6822
6913
|
|
|
6823
6914
|
|
|
6824
|
-
/***/ }
|
|
6915
|
+
/***/ },
|
|
6825
6916
|
|
|
6826
|
-
/***/ "./src/results/barcode/BarcodeResult.js"
|
|
6917
|
+
/***/ "./src/results/barcode/BarcodeResult.js"
|
|
6827
6918
|
/*!**********************************************!*\
|
|
6828
6919
|
!*** ./src/results/barcode/BarcodeResult.js ***!
|
|
6829
6920
|
\**********************************************/
|
|
6830
|
-
|
|
6921
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6831
6922
|
|
|
6832
6923
|
__webpack_require__.r(__webpack_exports__);
|
|
6833
6924
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6866,13 +6957,13 @@ class BarcodeResult {
|
|
|
6866
6957
|
}
|
|
6867
6958
|
|
|
6868
6959
|
|
|
6869
|
-
/***/ }
|
|
6960
|
+
/***/ },
|
|
6870
6961
|
|
|
6871
|
-
/***/ "./src/results/barcode/BarcodeStatus.js"
|
|
6962
|
+
/***/ "./src/results/barcode/BarcodeStatus.js"
|
|
6872
6963
|
/*!**********************************************!*\
|
|
6873
6964
|
!*** ./src/results/barcode/BarcodeStatus.js ***!
|
|
6874
6965
|
\**********************************************/
|
|
6875
|
-
|
|
6966
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6876
6967
|
|
|
6877
6968
|
__webpack_require__.r(__webpack_exports__);
|
|
6878
6969
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6913,13 +7004,13 @@ const BarcodeStatus = {
|
|
|
6913
7004
|
}
|
|
6914
7005
|
|
|
6915
7006
|
|
|
6916
|
-
/***/ }
|
|
7007
|
+
/***/ },
|
|
6917
7008
|
|
|
6918
|
-
/***/ "./src/results/barcode/BarcodeType.js"
|
|
7009
|
+
/***/ "./src/results/barcode/BarcodeType.js"
|
|
6919
7010
|
/*!********************************************!*\
|
|
6920
7011
|
!*** ./src/results/barcode/BarcodeType.js ***!
|
|
6921
7012
|
\********************************************/
|
|
6922
|
-
|
|
7013
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6923
7014
|
|
|
6924
7015
|
__webpack_require__.r(__webpack_exports__);
|
|
6925
7016
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6948,13 +7039,13 @@ const BarcodeType = {
|
|
|
6948
7039
|
}
|
|
6949
7040
|
|
|
6950
7041
|
|
|
6951
|
-
/***/ }
|
|
7042
|
+
/***/ },
|
|
6952
7043
|
|
|
6953
|
-
/***/ "./src/results/barcode/PDF417Info.js"
|
|
7044
|
+
/***/ "./src/results/barcode/PDF417Info.js"
|
|
6954
7045
|
/*!*******************************************!*\
|
|
6955
7046
|
!*** ./src/results/barcode/PDF417Info.js ***!
|
|
6956
7047
|
\*******************************************/
|
|
6957
|
-
|
|
7048
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6958
7049
|
|
|
6959
7050
|
__webpack_require__.r(__webpack_exports__);
|
|
6960
7051
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6986,13 +7077,13 @@ class PDF417Info {
|
|
|
6986
7077
|
}
|
|
6987
7078
|
|
|
6988
7079
|
|
|
6989
|
-
/***/ }
|
|
7080
|
+
/***/ },
|
|
6990
7081
|
|
|
6991
|
-
/***/ "./src/results/image_quality/ImageQuality.js"
|
|
7082
|
+
/***/ "./src/results/image_quality/ImageQuality.js"
|
|
6992
7083
|
/*!***************************************************!*\
|
|
6993
7084
|
!*** ./src/results/image_quality/ImageQuality.js ***!
|
|
6994
7085
|
\***************************************************/
|
|
6995
|
-
|
|
7086
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6996
7087
|
|
|
6997
7088
|
__webpack_require__.r(__webpack_exports__);
|
|
6998
7089
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7043,13 +7134,13 @@ class ImageQuality {
|
|
|
7043
7134
|
}
|
|
7044
7135
|
|
|
7045
7136
|
|
|
7046
|
-
/***/ }
|
|
7137
|
+
/***/ },
|
|
7047
7138
|
|
|
7048
|
-
/***/ "./src/results/image_quality/ImageQualityCheckType.js"
|
|
7139
|
+
/***/ "./src/results/image_quality/ImageQualityCheckType.js"
|
|
7049
7140
|
/*!************************************************************!*\
|
|
7050
7141
|
!*** ./src/results/image_quality/ImageQualityCheckType.js ***!
|
|
7051
7142
|
\************************************************************/
|
|
7052
|
-
|
|
7143
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7053
7144
|
|
|
7054
7145
|
__webpack_require__.r(__webpack_exports__);
|
|
7055
7146
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7077,13 +7168,13 @@ ImageQualityCheckType.getTranslation = async function (value) {
|
|
|
7077
7168
|
}
|
|
7078
7169
|
|
|
7079
7170
|
|
|
7080
|
-
/***/ }
|
|
7171
|
+
/***/ },
|
|
7081
7172
|
|
|
7082
|
-
/***/ "./src/results/image_quality/ImageQualityGroup.js"
|
|
7173
|
+
/***/ "./src/results/image_quality/ImageQualityGroup.js"
|
|
7083
7174
|
/*!********************************************************!*\
|
|
7084
7175
|
!*** ./src/results/image_quality/ImageQualityGroup.js ***!
|
|
7085
7176
|
\********************************************************/
|
|
7086
|
-
|
|
7177
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7087
7178
|
|
|
7088
7179
|
__webpack_require__.r(__webpack_exports__);
|
|
7089
7180
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7132,13 +7223,13 @@ class ImageQualityGroup {
|
|
|
7132
7223
|
}
|
|
7133
7224
|
|
|
7134
7225
|
|
|
7135
|
-
/***/ }
|
|
7226
|
+
/***/ },
|
|
7136
7227
|
|
|
7137
|
-
/***/ "./src/results/rfid/AccessControlProcedureType.js"
|
|
7228
|
+
/***/ "./src/results/rfid/AccessControlProcedureType.js"
|
|
7138
7229
|
/*!********************************************************!*\
|
|
7139
7230
|
!*** ./src/results/rfid/AccessControlProcedureType.js ***!
|
|
7140
7231
|
\********************************************************/
|
|
7141
|
-
|
|
7232
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7142
7233
|
|
|
7143
7234
|
__webpack_require__.r(__webpack_exports__);
|
|
7144
7235
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7178,13 +7269,13 @@ class AccessControlProcedureType {
|
|
|
7178
7269
|
}
|
|
7179
7270
|
|
|
7180
7271
|
|
|
7181
|
-
/***/ }
|
|
7272
|
+
/***/ },
|
|
7182
7273
|
|
|
7183
|
-
/***/ "./src/results/rfid/Application.js"
|
|
7274
|
+
/***/ "./src/results/rfid/Application.js"
|
|
7184
7275
|
/*!*****************************************!*\
|
|
7185
7276
|
!*** ./src/results/rfid/Application.js ***!
|
|
7186
7277
|
\*****************************************/
|
|
7187
|
-
|
|
7278
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7188
7279
|
|
|
7189
7280
|
__webpack_require__.r(__webpack_exports__);
|
|
7190
7281
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7254,13 +7345,13 @@ const RFIDApplicationType = {
|
|
|
7254
7345
|
}
|
|
7255
7346
|
|
|
7256
7347
|
|
|
7257
|
-
/***/ }
|
|
7348
|
+
/***/ },
|
|
7258
7349
|
|
|
7259
|
-
/***/ "./src/results/rfid/Attribute.js"
|
|
7350
|
+
/***/ "./src/results/rfid/Attribute.js"
|
|
7260
7351
|
/*!***************************************!*\
|
|
7261
7352
|
!*** ./src/results/rfid/Attribute.js ***!
|
|
7262
7353
|
\***************************************/
|
|
7263
|
-
|
|
7354
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7264
7355
|
|
|
7265
7356
|
__webpack_require__.r(__webpack_exports__);
|
|
7266
7357
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7292,13 +7383,13 @@ class Attribute {
|
|
|
7292
7383
|
}
|
|
7293
7384
|
|
|
7294
7385
|
|
|
7295
|
-
/***/ }
|
|
7386
|
+
/***/ },
|
|
7296
7387
|
|
|
7297
|
-
/***/ "./src/results/rfid/Authority.js"
|
|
7388
|
+
/***/ "./src/results/rfid/Authority.js"
|
|
7298
7389
|
/*!***************************************!*\
|
|
7299
7390
|
!*** ./src/results/rfid/Authority.js ***!
|
|
7300
7391
|
\***************************************/
|
|
7301
|
-
|
|
7392
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7302
7393
|
|
|
7303
7394
|
__webpack_require__.r(__webpack_exports__);
|
|
7304
7395
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7344,13 +7435,13 @@ class Authority {
|
|
|
7344
7435
|
}
|
|
7345
7436
|
|
|
7346
7437
|
|
|
7347
|
-
/***/ }
|
|
7438
|
+
/***/ },
|
|
7348
7439
|
|
|
7349
|
-
/***/ "./src/results/rfid/CardProperties.js"
|
|
7440
|
+
/***/ "./src/results/rfid/CardProperties.js"
|
|
7350
7441
|
/*!********************************************!*\
|
|
7351
7442
|
!*** ./src/results/rfid/CardProperties.js ***!
|
|
7352
7443
|
\********************************************/
|
|
7353
|
-
|
|
7444
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7354
7445
|
|
|
7355
7446
|
__webpack_require__.r(__webpack_exports__);
|
|
7356
7447
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7415,13 +7506,13 @@ class CardProperties {
|
|
|
7415
7506
|
}
|
|
7416
7507
|
|
|
7417
7508
|
|
|
7418
|
-
/***/ }
|
|
7509
|
+
/***/ },
|
|
7419
7510
|
|
|
7420
|
-
/***/ "./src/results/rfid/CertificateChain.js"
|
|
7511
|
+
/***/ "./src/results/rfid/CertificateChain.js"
|
|
7421
7512
|
/*!**********************************************!*\
|
|
7422
7513
|
!*** ./src/results/rfid/CertificateChain.js ***!
|
|
7423
7514
|
\**********************************************/
|
|
7424
|
-
|
|
7515
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7425
7516
|
|
|
7426
7517
|
__webpack_require__.r(__webpack_exports__);
|
|
7427
7518
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7503,13 +7594,13 @@ class CertificateChain {
|
|
|
7503
7594
|
}
|
|
7504
7595
|
|
|
7505
7596
|
|
|
7506
|
-
/***/ }
|
|
7597
|
+
/***/ },
|
|
7507
7598
|
|
|
7508
|
-
/***/ "./src/results/rfid/CertificateData.js"
|
|
7599
|
+
/***/ "./src/results/rfid/CertificateData.js"
|
|
7509
7600
|
/*!*********************************************!*\
|
|
7510
7601
|
!*** ./src/results/rfid/CertificateData.js ***!
|
|
7511
7602
|
\*********************************************/
|
|
7512
|
-
|
|
7603
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7513
7604
|
|
|
7514
7605
|
__webpack_require__.r(__webpack_exports__);
|
|
7515
7606
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7537,13 +7628,13 @@ class CertificateData {
|
|
|
7537
7628
|
}
|
|
7538
7629
|
}
|
|
7539
7630
|
|
|
7540
|
-
/***/ }
|
|
7631
|
+
/***/ },
|
|
7541
7632
|
|
|
7542
|
-
/***/ "./src/results/rfid/DataField.js"
|
|
7633
|
+
/***/ "./src/results/rfid/DataField.js"
|
|
7543
7634
|
/*!***************************************!*\
|
|
7544
7635
|
!*** ./src/results/rfid/DataField.js ***!
|
|
7545
7636
|
\***************************************/
|
|
7546
|
-
|
|
7637
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7547
7638
|
|
|
7548
7639
|
__webpack_require__.r(__webpack_exports__);
|
|
7549
7640
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7574,13 +7665,13 @@ class DataField {
|
|
|
7574
7665
|
}
|
|
7575
7666
|
}
|
|
7576
7667
|
|
|
7577
|
-
/***/ }
|
|
7668
|
+
/***/ },
|
|
7578
7669
|
|
|
7579
|
-
/***/ "./src/results/rfid/Extension.js"
|
|
7670
|
+
/***/ "./src/results/rfid/Extension.js"
|
|
7580
7671
|
/*!***************************************!*\
|
|
7581
7672
|
!*** ./src/results/rfid/Extension.js ***!
|
|
7582
7673
|
\***************************************/
|
|
7583
|
-
|
|
7674
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7584
7675
|
|
|
7585
7676
|
__webpack_require__.r(__webpack_exports__);
|
|
7586
7677
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7608,13 +7699,13 @@ class Extension {
|
|
|
7608
7699
|
}
|
|
7609
7700
|
}
|
|
7610
7701
|
|
|
7611
|
-
/***/ }
|
|
7702
|
+
/***/ },
|
|
7612
7703
|
|
|
7613
|
-
/***/ "./src/results/rfid/File.js"
|
|
7704
|
+
/***/ "./src/results/rfid/File.js"
|
|
7614
7705
|
/*!**********************************!*\
|
|
7615
7706
|
!*** ./src/results/rfid/File.js ***!
|
|
7616
7707
|
\**********************************/
|
|
7617
|
-
|
|
7708
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7618
7709
|
|
|
7619
7710
|
__webpack_require__.r(__webpack_exports__);
|
|
7620
7711
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7682,13 +7773,13 @@ class File {
|
|
|
7682
7773
|
}
|
|
7683
7774
|
|
|
7684
7775
|
|
|
7685
|
-
/***/ }
|
|
7776
|
+
/***/ },
|
|
7686
7777
|
|
|
7687
|
-
/***/ "./src/results/rfid/FileData.js"
|
|
7778
|
+
/***/ "./src/results/rfid/FileData.js"
|
|
7688
7779
|
/*!**************************************!*\
|
|
7689
7780
|
!*** ./src/results/rfid/FileData.js ***!
|
|
7690
7781
|
\**************************************/
|
|
7691
|
-
|
|
7782
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7692
7783
|
|
|
7693
7784
|
__webpack_require__.r(__webpack_exports__);
|
|
7694
7785
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7723,13 +7814,13 @@ class FileData {
|
|
|
7723
7814
|
}
|
|
7724
7815
|
|
|
7725
7816
|
|
|
7726
|
-
/***/ }
|
|
7817
|
+
/***/ },
|
|
7727
7818
|
|
|
7728
|
-
/***/ "./src/results/rfid/RFIDAccessControlProcedureType.js"
|
|
7819
|
+
/***/ "./src/results/rfid/RFIDAccessControlProcedureType.js"
|
|
7729
7820
|
/*!************************************************************!*\
|
|
7730
7821
|
!*** ./src/results/rfid/RFIDAccessControlProcedureType.js ***!
|
|
7731
7822
|
\************************************************************/
|
|
7732
|
-
|
|
7823
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7733
7824
|
|
|
7734
7825
|
__webpack_require__.r(__webpack_exports__);
|
|
7735
7826
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7747,13 +7838,13 @@ const RFIDAccessControlProcedureType = {
|
|
|
7747
7838
|
};
|
|
7748
7839
|
|
|
7749
7840
|
|
|
7750
|
-
/***/ }
|
|
7841
|
+
/***/ },
|
|
7751
7842
|
|
|
7752
|
-
/***/ "./src/results/rfid/RFIDCertificateType.js"
|
|
7843
|
+
/***/ "./src/results/rfid/RFIDCertificateType.js"
|
|
7753
7844
|
/*!*************************************************!*\
|
|
7754
7845
|
!*** ./src/results/rfid/RFIDCertificateType.js ***!
|
|
7755
7846
|
\*************************************************/
|
|
7756
|
-
|
|
7847
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7757
7848
|
|
|
7758
7849
|
__webpack_require__.r(__webpack_exports__);
|
|
7759
7850
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7774,13 +7865,13 @@ const RFIDCertificateType = {
|
|
|
7774
7865
|
};
|
|
7775
7866
|
|
|
7776
7867
|
|
|
7777
|
-
/***/ }
|
|
7868
|
+
/***/ },
|
|
7778
7869
|
|
|
7779
|
-
/***/ "./src/results/rfid/RFIDDataFileType.js"
|
|
7870
|
+
/***/ "./src/results/rfid/RFIDDataFileType.js"
|
|
7780
7871
|
/*!**********************************************!*\
|
|
7781
7872
|
!*** ./src/results/rfid/RFIDDataFileType.js ***!
|
|
7782
7873
|
\**********************************************/
|
|
7783
|
-
|
|
7874
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7784
7875
|
|
|
7785
7876
|
__webpack_require__.r(__webpack_exports__);
|
|
7786
7877
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7887,13 +7978,13 @@ RFIDDataFileType.getTranslation = async function (value) {
|
|
|
7887
7978
|
}
|
|
7888
7979
|
|
|
7889
7980
|
|
|
7890
|
-
/***/ }
|
|
7981
|
+
/***/ },
|
|
7891
7982
|
|
|
7892
|
-
/***/ "./src/results/rfid/RFIDSessionData.js"
|
|
7983
|
+
/***/ "./src/results/rfid/RFIDSessionData.js"
|
|
7893
7984
|
/*!*********************************************!*\
|
|
7894
7985
|
!*** ./src/results/rfid/RFIDSessionData.js ***!
|
|
7895
7986
|
\*********************************************/
|
|
7896
|
-
|
|
7987
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7897
7988
|
|
|
7898
7989
|
__webpack_require__.r(__webpack_exports__);
|
|
7899
7990
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8000,13 +8091,13 @@ class RFIDSessionData {
|
|
|
8000
8091
|
}
|
|
8001
8092
|
|
|
8002
8093
|
|
|
8003
|
-
/***/ }
|
|
8094
|
+
/***/ },
|
|
8004
8095
|
|
|
8005
|
-
/***/ "./src/results/rfid/RFIDValidity.js"
|
|
8096
|
+
/***/ "./src/results/rfid/RFIDValidity.js"
|
|
8006
8097
|
/*!******************************************!*\
|
|
8007
8098
|
!*** ./src/results/rfid/RFIDValidity.js ***!
|
|
8008
8099
|
\******************************************/
|
|
8009
|
-
|
|
8100
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8010
8101
|
|
|
8011
8102
|
__webpack_require__.r(__webpack_exports__);
|
|
8012
8103
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8038,13 +8129,13 @@ class RFIDValidity {
|
|
|
8038
8129
|
}
|
|
8039
8130
|
|
|
8040
8131
|
|
|
8041
|
-
/***/ }
|
|
8132
|
+
/***/ },
|
|
8042
8133
|
|
|
8043
|
-
/***/ "./src/results/rfid/RFIDValue.js"
|
|
8134
|
+
/***/ "./src/results/rfid/RFIDValue.js"
|
|
8044
8135
|
/*!***************************************!*\
|
|
8045
8136
|
!*** ./src/results/rfid/RFIDValue.js ***!
|
|
8046
8137
|
\***************************************/
|
|
8047
|
-
|
|
8138
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8048
8139
|
|
|
8049
8140
|
__webpack_require__.r(__webpack_exports__);
|
|
8050
8141
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8082,13 +8173,13 @@ class RFIDValue {
|
|
|
8082
8173
|
}
|
|
8083
8174
|
|
|
8084
8175
|
|
|
8085
|
-
/***/ }
|
|
8176
|
+
/***/ },
|
|
8086
8177
|
|
|
8087
|
-
/***/ "./src/results/rfid/SecurityObject.js"
|
|
8178
|
+
/***/ "./src/results/rfid/SecurityObject.js"
|
|
8088
8179
|
/*!********************************************!*\
|
|
8089
8180
|
!*** ./src/results/rfid/SecurityObject.js ***!
|
|
8090
8181
|
\********************************************/
|
|
8091
|
-
|
|
8182
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8092
8183
|
|
|
8093
8184
|
__webpack_require__.r(__webpack_exports__);
|
|
8094
8185
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8138,13 +8229,13 @@ class SecurityObject {
|
|
|
8138
8229
|
}
|
|
8139
8230
|
|
|
8140
8231
|
|
|
8141
|
-
/***/ }
|
|
8232
|
+
/***/ },
|
|
8142
8233
|
|
|
8143
|
-
/***/ "./src/results/rfid/SecurityObjectCertificates.js"
|
|
8234
|
+
/***/ "./src/results/rfid/SecurityObjectCertificates.js"
|
|
8144
8235
|
/*!********************************************************!*\
|
|
8145
8236
|
!*** ./src/results/rfid/SecurityObjectCertificates.js ***!
|
|
8146
8237
|
\********************************************************/
|
|
8147
|
-
|
|
8238
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8148
8239
|
|
|
8149
8240
|
__webpack_require__.r(__webpack_exports__);
|
|
8150
8241
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8173,13 +8264,13 @@ class SecurityObjectCertificates {
|
|
|
8173
8264
|
}
|
|
8174
8265
|
|
|
8175
8266
|
|
|
8176
|
-
/***/ }
|
|
8267
|
+
/***/ },
|
|
8177
8268
|
|
|
8178
|
-
/***/ "./src/results/rfid/SignerInfo.js"
|
|
8269
|
+
/***/ "./src/results/rfid/SignerInfo.js"
|
|
8179
8270
|
/*!****************************************!*\
|
|
8180
8271
|
!*** ./src/results/rfid/SignerInfo.js ***!
|
|
8181
8272
|
\****************************************/
|
|
8182
|
-
|
|
8273
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8183
8274
|
|
|
8184
8275
|
__webpack_require__.r(__webpack_exports__);
|
|
8185
8276
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8265,13 +8356,13 @@ class SignerInfo {
|
|
|
8265
8356
|
}
|
|
8266
8357
|
|
|
8267
8358
|
|
|
8268
|
-
/***/ }
|
|
8359
|
+
/***/ },
|
|
8269
8360
|
|
|
8270
|
-
/***/ "./src/results/status/CheckResult.js"
|
|
8361
|
+
/***/ "./src/results/status/CheckResult.js"
|
|
8271
8362
|
/*!*******************************************!*\
|
|
8272
8363
|
!*** ./src/results/status/CheckResult.js ***!
|
|
8273
8364
|
\*******************************************/
|
|
8274
|
-
|
|
8365
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8275
8366
|
|
|
8276
8367
|
__webpack_require__.r(__webpack_exports__);
|
|
8277
8368
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8284,13 +8375,13 @@ const CheckResult = {
|
|
|
8284
8375
|
};
|
|
8285
8376
|
|
|
8286
8377
|
|
|
8287
|
-
/***/ }
|
|
8378
|
+
/***/ },
|
|
8288
8379
|
|
|
8289
|
-
/***/ "./src/results/status/OpticalStatus.js"
|
|
8380
|
+
/***/ "./src/results/status/OpticalStatus.js"
|
|
8290
8381
|
/*!*********************************************!*\
|
|
8291
8382
|
!*** ./src/results/status/OpticalStatus.js ***!
|
|
8292
8383
|
\*********************************************/
|
|
8293
|
-
|
|
8384
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8294
8385
|
|
|
8295
8386
|
__webpack_require__.r(__webpack_exports__);
|
|
8296
8387
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8343,13 +8434,13 @@ class OpticalStatus {
|
|
|
8343
8434
|
}
|
|
8344
8435
|
|
|
8345
8436
|
|
|
8346
|
-
/***/ }
|
|
8437
|
+
/***/ },
|
|
8347
8438
|
|
|
8348
|
-
/***/ "./src/results/status/RFIDStatus.js"
|
|
8439
|
+
/***/ "./src/results/status/RFIDStatus.js"
|
|
8349
8440
|
/*!******************************************!*\
|
|
8350
8441
|
!*** ./src/results/status/RFIDStatus.js ***!
|
|
8351
8442
|
\******************************************/
|
|
8352
|
-
|
|
8443
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8353
8444
|
|
|
8354
8445
|
__webpack_require__.r(__webpack_exports__);
|
|
8355
8446
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8396,13 +8487,13 @@ class RFIDStatus {
|
|
|
8396
8487
|
}
|
|
8397
8488
|
|
|
8398
8489
|
|
|
8399
|
-
/***/ }
|
|
8490
|
+
/***/ },
|
|
8400
8491
|
|
|
8401
|
-
/***/ "./src/results/status/ResultsStatus.js"
|
|
8492
|
+
/***/ "./src/results/status/ResultsStatus.js"
|
|
8402
8493
|
/*!*********************************************!*\
|
|
8403
8494
|
!*** ./src/results/status/ResultsStatus.js ***!
|
|
8404
8495
|
\*********************************************/
|
|
8405
|
-
|
|
8496
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8406
8497
|
|
|
8407
8498
|
__webpack_require__.r(__webpack_exports__);
|
|
8408
8499
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8453,13 +8544,13 @@ class ResultsStatus {
|
|
|
8453
8544
|
}
|
|
8454
8545
|
|
|
8455
8546
|
|
|
8456
|
-
/***/ }
|
|
8547
|
+
/***/ },
|
|
8457
8548
|
|
|
8458
|
-
/***/ "./src/results/visible_digital_seals/BytesData.js"
|
|
8549
|
+
/***/ "./src/results/visible_digital_seals/BytesData.js"
|
|
8459
8550
|
/*!********************************************************!*\
|
|
8460
8551
|
!*** ./src/results/visible_digital_seals/BytesData.js ***!
|
|
8461
8552
|
\********************************************************/
|
|
8462
|
-
|
|
8553
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8463
8554
|
|
|
8464
8555
|
__webpack_require__.r(__webpack_exports__);
|
|
8465
8556
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8494,13 +8585,13 @@ class BytesData {
|
|
|
8494
8585
|
}
|
|
8495
8586
|
|
|
8496
8587
|
|
|
8497
|
-
/***/ }
|
|
8588
|
+
/***/ },
|
|
8498
8589
|
|
|
8499
|
-
/***/ "./src/results/visible_digital_seals/LDSParsingErrorCodes.js"
|
|
8590
|
+
/***/ "./src/results/visible_digital_seals/LDSParsingErrorCodes.js"
|
|
8500
8591
|
/*!*******************************************************************!*\
|
|
8501
8592
|
!*** ./src/results/visible_digital_seals/LDSParsingErrorCodes.js ***!
|
|
8502
8593
|
\*******************************************************************/
|
|
8503
|
-
|
|
8594
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8504
8595
|
|
|
8505
8596
|
__webpack_require__.r(__webpack_exports__);
|
|
8506
8597
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8643,13 +8734,13 @@ LDSParsingErrorCodes.getTranslation = async function (value) {
|
|
|
8643
8734
|
}
|
|
8644
8735
|
|
|
8645
8736
|
|
|
8646
|
-
/***/ }
|
|
8737
|
+
/***/ },
|
|
8647
8738
|
|
|
8648
|
-
/***/ "./src/results/visible_digital_seals/LDSParsingNotificationCodes.js"
|
|
8739
|
+
/***/ "./src/results/visible_digital_seals/LDSParsingNotificationCodes.js"
|
|
8649
8740
|
/*!**************************************************************************!*\
|
|
8650
8741
|
!*** ./src/results/visible_digital_seals/LDSParsingNotificationCodes.js ***!
|
|
8651
8742
|
\**************************************************************************/
|
|
8652
|
-
|
|
8743
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8653
8744
|
|
|
8654
8745
|
__webpack_require__.r(__webpack_exports__);
|
|
8655
8746
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8890,13 +8981,13 @@ LDSParsingNotificationCodes.getTranslation = async function (value) {
|
|
|
8890
8981
|
}
|
|
8891
8982
|
|
|
8892
8983
|
|
|
8893
|
-
/***/ }
|
|
8984
|
+
/***/ },
|
|
8894
8985
|
|
|
8895
|
-
/***/ "./src/results/visible_digital_seals/VDSNCData.js"
|
|
8986
|
+
/***/ "./src/results/visible_digital_seals/VDSNCData.js"
|
|
8896
8987
|
/*!********************************************************!*\
|
|
8897
8988
|
!*** ./src/results/visible_digital_seals/VDSNCData.js ***!
|
|
8898
8989
|
\********************************************************/
|
|
8899
|
-
|
|
8990
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8900
8991
|
|
|
8901
8992
|
__webpack_require__.r(__webpack_exports__);
|
|
8902
8993
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8960,13 +9051,13 @@ class VDSNCData {
|
|
|
8960
9051
|
}
|
|
8961
9052
|
|
|
8962
9053
|
|
|
8963
|
-
/***/ }
|
|
9054
|
+
/***/ },
|
|
8964
9055
|
|
|
8965
|
-
/***/ "./src/results/visual_results/Comparison.js"
|
|
9056
|
+
/***/ "./src/results/visual_results/Comparison.js"
|
|
8966
9057
|
/*!**************************************************!*\
|
|
8967
9058
|
!*** ./src/results/visual_results/Comparison.js ***!
|
|
8968
9059
|
\**************************************************/
|
|
8969
|
-
|
|
9060
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8970
9061
|
|
|
8971
9062
|
__webpack_require__.r(__webpack_exports__);
|
|
8972
9063
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9002,13 +9093,13 @@ class Comparison {
|
|
|
9002
9093
|
}
|
|
9003
9094
|
}
|
|
9004
9095
|
|
|
9005
|
-
/***/ }
|
|
9096
|
+
/***/ },
|
|
9006
9097
|
|
|
9007
|
-
/***/ "./src/results/visual_results/FieldType.js"
|
|
9098
|
+
/***/ "./src/results/visual_results/FieldType.js"
|
|
9008
9099
|
/*!*************************************************!*\
|
|
9009
9100
|
!*** ./src/results/visual_results/FieldType.js ***!
|
|
9010
9101
|
\*************************************************/
|
|
9011
|
-
|
|
9102
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9012
9103
|
|
|
9013
9104
|
__webpack_require__.r(__webpack_exports__);
|
|
9014
9105
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9677,13 +9768,13 @@ FieldType.getTranslation = async function (value) {
|
|
|
9677
9768
|
}
|
|
9678
9769
|
|
|
9679
9770
|
|
|
9680
|
-
/***/ }
|
|
9771
|
+
/***/ },
|
|
9681
9772
|
|
|
9682
|
-
/***/ "./src/results/visual_results/GraphicField.js"
|
|
9773
|
+
/***/ "./src/results/visual_results/GraphicField.js"
|
|
9683
9774
|
/*!****************************************************!*\
|
|
9684
9775
|
!*** ./src/results/visual_results/GraphicField.js ***!
|
|
9685
9776
|
\****************************************************/
|
|
9686
|
-
|
|
9777
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9687
9778
|
|
|
9688
9779
|
__webpack_require__.r(__webpack_exports__);
|
|
9689
9780
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9741,13 +9832,13 @@ class GraphicField {
|
|
|
9741
9832
|
}
|
|
9742
9833
|
}
|
|
9743
9834
|
|
|
9744
|
-
/***/ }
|
|
9835
|
+
/***/ },
|
|
9745
9836
|
|
|
9746
|
-
/***/ "./src/results/visual_results/GraphicFieldType.js"
|
|
9837
|
+
/***/ "./src/results/visual_results/GraphicFieldType.js"
|
|
9747
9838
|
/*!********************************************************!*\
|
|
9748
9839
|
!*** ./src/results/visual_results/GraphicFieldType.js ***!
|
|
9749
9840
|
\********************************************************/
|
|
9750
|
-
|
|
9841
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9751
9842
|
|
|
9752
9843
|
__webpack_require__.r(__webpack_exports__);
|
|
9753
9844
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9779,13 +9870,13 @@ const GraphicFieldType = {
|
|
|
9779
9870
|
FINGER_RIGHT_LITTLE: 309
|
|
9780
9871
|
};
|
|
9781
9872
|
|
|
9782
|
-
/***/ }
|
|
9873
|
+
/***/ },
|
|
9783
9874
|
|
|
9784
|
-
/***/ "./src/results/visual_results/GraphicResult.js"
|
|
9875
|
+
/***/ "./src/results/visual_results/GraphicResult.js"
|
|
9785
9876
|
/*!*****************************************************!*\
|
|
9786
9877
|
!*** ./src/results/visual_results/GraphicResult.js ***!
|
|
9787
9878
|
\*****************************************************/
|
|
9788
|
-
|
|
9879
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9789
9880
|
|
|
9790
9881
|
__webpack_require__.r(__webpack_exports__);
|
|
9791
9882
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9821,13 +9912,13 @@ class GraphicResult {
|
|
|
9821
9912
|
}
|
|
9822
9913
|
}
|
|
9823
9914
|
|
|
9824
|
-
/***/ }
|
|
9915
|
+
/***/ },
|
|
9825
9916
|
|
|
9826
|
-
/***/ "./src/results/visual_results/LCID.js"
|
|
9917
|
+
/***/ "./src/results/visual_results/LCID.js"
|
|
9827
9918
|
/*!********************************************!*\
|
|
9828
9919
|
!*** ./src/results/visual_results/LCID.js ***!
|
|
9829
9920
|
\********************************************/
|
|
9830
|
-
|
|
9921
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9831
9922
|
|
|
9832
9923
|
__webpack_require__.r(__webpack_exports__);
|
|
9833
9924
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10010,13 +10101,13 @@ LCID.getTranslation = async function (value) {
|
|
|
10010
10101
|
}
|
|
10011
10102
|
|
|
10012
10103
|
|
|
10013
|
-
/***/ }
|
|
10104
|
+
/***/ },
|
|
10014
10105
|
|
|
10015
|
-
/***/ "./src/results/visual_results/Lights.js"
|
|
10106
|
+
/***/ "./src/results/visual_results/Lights.js"
|
|
10016
10107
|
/*!**********************************************!*\
|
|
10017
10108
|
!*** ./src/results/visual_results/Lights.js ***!
|
|
10018
10109
|
\**********************************************/
|
|
10019
|
-
|
|
10110
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10020
10111
|
|
|
10021
10112
|
__webpack_require__.r(__webpack_exports__);
|
|
10022
10113
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10034,13 +10125,13 @@ const Lights = {
|
|
|
10034
10125
|
WHITE_FULL_OVD: 6 | 67108864
|
|
10035
10126
|
};
|
|
10036
10127
|
|
|
10037
|
-
/***/ }
|
|
10128
|
+
/***/ },
|
|
10038
10129
|
|
|
10039
|
-
/***/ "./src/results/visual_results/RFIDOrigin.js"
|
|
10130
|
+
/***/ "./src/results/visual_results/RFIDOrigin.js"
|
|
10040
10131
|
/*!**************************************************!*\
|
|
10041
10132
|
!*** ./src/results/visual_results/RFIDOrigin.js ***!
|
|
10042
10133
|
\**************************************************/
|
|
10043
|
-
|
|
10134
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10044
10135
|
|
|
10045
10136
|
__webpack_require__.r(__webpack_exports__);
|
|
10046
10137
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10074,13 +10165,13 @@ class RFIDOrigin {
|
|
|
10074
10165
|
}
|
|
10075
10166
|
}
|
|
10076
10167
|
|
|
10077
|
-
/***/ }
|
|
10168
|
+
/***/ },
|
|
10078
10169
|
|
|
10079
|
-
/***/ "./src/results/visual_results/Rect.js"
|
|
10170
|
+
/***/ "./src/results/visual_results/Rect.js"
|
|
10080
10171
|
/*!********************************************!*\
|
|
10081
10172
|
!*** ./src/results/visual_results/Rect.js ***!
|
|
10082
10173
|
\********************************************/
|
|
10083
|
-
|
|
10174
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10084
10175
|
|
|
10085
10176
|
__webpack_require__.r(__webpack_exports__);
|
|
10086
10177
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10114,13 +10205,13 @@ class Rect {
|
|
|
10114
10205
|
}
|
|
10115
10206
|
}
|
|
10116
10207
|
|
|
10117
|
-
/***/ }
|
|
10208
|
+
/***/ },
|
|
10118
10209
|
|
|
10119
|
-
/***/ "./src/results/visual_results/Symbol.js"
|
|
10210
|
+
/***/ "./src/results/visual_results/Symbol.js"
|
|
10120
10211
|
/*!**********************************************!*\
|
|
10121
10212
|
!*** ./src/results/visual_results/Symbol.js ***!
|
|
10122
10213
|
\**********************************************/
|
|
10123
|
-
|
|
10214
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10124
10215
|
|
|
10125
10216
|
__webpack_require__.r(__webpack_exports__);
|
|
10126
10217
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10154,13 +10245,13 @@ class Symbol {
|
|
|
10154
10245
|
}
|
|
10155
10246
|
}
|
|
10156
10247
|
|
|
10157
|
-
/***/ }
|
|
10248
|
+
/***/ },
|
|
10158
10249
|
|
|
10159
|
-
/***/ "./src/results/visual_results/TextField.js"
|
|
10250
|
+
/***/ "./src/results/visual_results/TextField.js"
|
|
10160
10251
|
/*!*************************************************!*\
|
|
10161
10252
|
!*** ./src/results/visual_results/TextField.js ***!
|
|
10162
10253
|
\*************************************************/
|
|
10163
|
-
|
|
10254
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10164
10255
|
|
|
10165
10256
|
__webpack_require__.r(__webpack_exports__);
|
|
10166
10257
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10258,13 +10349,13 @@ class TextField {
|
|
|
10258
10349
|
}
|
|
10259
10350
|
}
|
|
10260
10351
|
|
|
10261
|
-
/***/ }
|
|
10352
|
+
/***/ },
|
|
10262
10353
|
|
|
10263
|
-
/***/ "./src/results/visual_results/TextResult.js"
|
|
10354
|
+
/***/ "./src/results/visual_results/TextResult.js"
|
|
10264
10355
|
/*!**************************************************!*\
|
|
10265
10356
|
!*** ./src/results/visual_results/TextResult.js ***!
|
|
10266
10357
|
\**************************************************/
|
|
10267
|
-
|
|
10358
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10268
10359
|
|
|
10269
10360
|
__webpack_require__.r(__webpack_exports__);
|
|
10270
10361
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10326,13 +10417,13 @@ class TextResult {
|
|
|
10326
10417
|
}
|
|
10327
10418
|
}
|
|
10328
10419
|
|
|
10329
|
-
/***/ }
|
|
10420
|
+
/***/ },
|
|
10330
10421
|
|
|
10331
|
-
/***/ "./src/results/visual_results/TextSource.js"
|
|
10422
|
+
/***/ "./src/results/visual_results/TextSource.js"
|
|
10332
10423
|
/*!**************************************************!*\
|
|
10333
10424
|
!*** ./src/results/visual_results/TextSource.js ***!
|
|
10334
10425
|
\**************************************************/
|
|
10335
|
-
|
|
10426
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10336
10427
|
|
|
10337
10428
|
__webpack_require__.r(__webpack_exports__);
|
|
10338
10429
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10368,13 +10459,13 @@ class TextSource {
|
|
|
10368
10459
|
}
|
|
10369
10460
|
}
|
|
10370
10461
|
|
|
10371
|
-
/***/ }
|
|
10462
|
+
/***/ },
|
|
10372
10463
|
|
|
10373
|
-
/***/ "./src/results/visual_results/Validity.js"
|
|
10464
|
+
/***/ "./src/results/visual_results/Validity.js"
|
|
10374
10465
|
/*!************************************************!*\
|
|
10375
10466
|
!*** ./src/results/visual_results/Validity.js ***!
|
|
10376
10467
|
\************************************************/
|
|
10377
|
-
|
|
10468
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10378
10469
|
|
|
10379
10470
|
__webpack_require__.r(__webpack_exports__);
|
|
10380
10471
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10407,13 +10498,13 @@ class Validity {
|
|
|
10407
10498
|
}
|
|
10408
10499
|
}
|
|
10409
10500
|
|
|
10410
|
-
/***/ }
|
|
10501
|
+
/***/ },
|
|
10411
10502
|
|
|
10412
|
-
/***/ "./src/results/visual_results/Value.js"
|
|
10503
|
+
/***/ "./src/results/visual_results/Value.js"
|
|
10413
10504
|
/*!*********************************************!*\
|
|
10414
10505
|
!*** ./src/results/visual_results/Value.js ***!
|
|
10415
10506
|
\*********************************************/
|
|
10416
|
-
|
|
10507
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10417
10508
|
|
|
10418
10509
|
__webpack_require__.r(__webpack_exports__);
|
|
10419
10510
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10476,13 +10567,13 @@ class Value {
|
|
|
10476
10567
|
}
|
|
10477
10568
|
}
|
|
10478
10569
|
|
|
10479
|
-
/***/ }
|
|
10570
|
+
/***/ },
|
|
10480
10571
|
|
|
10481
|
-
/***/ "./src/rfid/PAAttribute.js"
|
|
10572
|
+
/***/ "./src/rfid/PAAttribute.js"
|
|
10482
10573
|
/*!*********************************!*\
|
|
10483
10574
|
!*** ./src/rfid/PAAttribute.js ***!
|
|
10484
10575
|
\*********************************/
|
|
10485
|
-
|
|
10576
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10486
10577
|
|
|
10487
10578
|
__webpack_require__.r(__webpack_exports__);
|
|
10488
10579
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10514,13 +10605,13 @@ class PAAttribute {
|
|
|
10514
10605
|
}
|
|
10515
10606
|
|
|
10516
10607
|
|
|
10517
|
-
/***/ }
|
|
10608
|
+
/***/ },
|
|
10518
10609
|
|
|
10519
|
-
/***/ "./src/rfid/PAResourcesIssuer.js"
|
|
10610
|
+
/***/ "./src/rfid/PAResourcesIssuer.js"
|
|
10520
10611
|
/*!***************************************!*\
|
|
10521
10612
|
!*** ./src/rfid/PAResourcesIssuer.js ***!
|
|
10522
10613
|
\***************************************/
|
|
10523
|
-
|
|
10614
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10524
10615
|
|
|
10525
10616
|
__webpack_require__.r(__webpack_exports__);
|
|
10526
10617
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10564,13 +10655,13 @@ class PAResourcesIssuer {
|
|
|
10564
10655
|
}
|
|
10565
10656
|
|
|
10566
10657
|
|
|
10567
|
-
/***/ }
|
|
10658
|
+
/***/ },
|
|
10568
10659
|
|
|
10569
|
-
/***/ "./src/rfid/PKDCertificate.js"
|
|
10660
|
+
/***/ "./src/rfid/PKDCertificate.js"
|
|
10570
10661
|
/*!************************************!*\
|
|
10571
10662
|
!*** ./src/rfid/PKDCertificate.js ***!
|
|
10572
10663
|
\************************************/
|
|
10573
|
-
|
|
10664
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10574
10665
|
|
|
10575
10666
|
__webpack_require__.r(__webpack_exports__);
|
|
10576
10667
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10641,13 +10732,13 @@ const PKDResourceType = {
|
|
|
10641
10732
|
}
|
|
10642
10733
|
|
|
10643
10734
|
|
|
10644
|
-
/***/ }
|
|
10735
|
+
/***/ },
|
|
10645
10736
|
|
|
10646
|
-
/***/ "./src/rfid/RFIDErrorCodes.js"
|
|
10737
|
+
/***/ "./src/rfid/RFIDErrorCodes.js"
|
|
10647
10738
|
/*!************************************!*\
|
|
10648
10739
|
!*** ./src/rfid/RFIDErrorCodes.js ***!
|
|
10649
10740
|
\************************************/
|
|
10650
|
-
|
|
10741
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10651
10742
|
|
|
10652
10743
|
__webpack_require__.r(__webpack_exports__);
|
|
10653
10744
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10779,13 +10870,13 @@ RFIDErrorCodes.getTranslation = async function (value) {
|
|
|
10779
10870
|
}
|
|
10780
10871
|
|
|
10781
10872
|
|
|
10782
|
-
/***/ }
|
|
10873
|
+
/***/ },
|
|
10783
10874
|
|
|
10784
|
-
/***/ "./src/rfid/RFIDNotification.js"
|
|
10875
|
+
/***/ "./src/rfid/RFIDNotification.js"
|
|
10785
10876
|
/*!**************************************!*\
|
|
10786
10877
|
!*** ./src/rfid/RFIDNotification.js ***!
|
|
10787
10878
|
\**************************************/
|
|
10788
|
-
|
|
10879
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10789
10880
|
|
|
10790
10881
|
__webpack_require__.r(__webpack_exports__);
|
|
10791
10882
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10863,13 +10954,13 @@ const RFIDNotificationCodes = {
|
|
|
10863
10954
|
}
|
|
10864
10955
|
|
|
10865
10956
|
|
|
10866
|
-
/***/ }
|
|
10957
|
+
/***/ },
|
|
10867
10958
|
|
|
10868
|
-
/***/ "./src/rfid/TAChallenge.js"
|
|
10959
|
+
/***/ "./src/rfid/TAChallenge.js"
|
|
10869
10960
|
/*!*********************************!*\
|
|
10870
10961
|
!*** ./src/rfid/TAChallenge.js ***!
|
|
10871
10962
|
\*********************************/
|
|
10872
|
-
|
|
10963
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10873
10964
|
|
|
10874
10965
|
__webpack_require__.r(__webpack_exports__);
|
|
10875
10966
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10910,13 +11001,13 @@ class TAChallenge {
|
|
|
10910
11001
|
}
|
|
10911
11002
|
|
|
10912
11003
|
|
|
10913
|
-
/***/ }
|
|
11004
|
+
/***/ },
|
|
10914
11005
|
|
|
10915
|
-
/***/ "./src/rfid/TccParams.js"
|
|
11006
|
+
/***/ "./src/rfid/TccParams.js"
|
|
10916
11007
|
/*!*******************************!*\
|
|
10917
11008
|
!*** ./src/rfid/TccParams.js ***!
|
|
10918
11009
|
\*******************************/
|
|
10919
|
-
|
|
11010
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10920
11011
|
|
|
10921
11012
|
__webpack_require__.r(__webpack_exports__);
|
|
10922
11013
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10958,7 +11049,7 @@ class TccParams {
|
|
|
10958
11049
|
}
|
|
10959
11050
|
|
|
10960
11051
|
|
|
10961
|
-
/***/ }
|
|
11052
|
+
/***/ }
|
|
10962
11053
|
|
|
10963
11054
|
/******/ });
|
|
10964
11055
|
/************************************************************************/
|
|
@@ -10972,6 +11063,12 @@ class TccParams {
|
|
|
10972
11063
|
/******/ if (cachedModule !== undefined) {
|
|
10973
11064
|
/******/ return cachedModule.exports;
|
|
10974
11065
|
/******/ }
|
|
11066
|
+
/******/ // Check if module exists (development only)
|
|
11067
|
+
/******/ if (__webpack_modules__[moduleId] === undefined) {
|
|
11068
|
+
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
11069
|
+
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
11070
|
+
/******/ throw e;
|
|
11071
|
+
/******/ }
|
|
10975
11072
|
/******/ // Create a new module (and put it into the cache)
|
|
10976
11073
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
10977
11074
|
/******/ // no module.id needed
|