@regulaforensics/document-reader 8.5.468-nightly → 9.1.474-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/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/android/src/main/java/com/regula/plugin/documentreader/Main.kt +3 -3
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/package.json +1 -1
- package/examples/react_native/package.json +1 -1
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
- package/www/cordova.js +315 -309
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__, {
|
|
@@ -69,13 +69,13 @@ class InitConfig {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
/***/ }
|
|
72
|
+
/***/ },
|
|
73
73
|
|
|
74
|
-
/***/ "./src/config/OnlineProcessingConfig.js"
|
|
74
|
+
/***/ "./src/config/OnlineProcessingConfig.js"
|
|
75
75
|
/*!**********************************************!*\
|
|
76
76
|
!*** ./src/config/OnlineProcessingConfig.js ***!
|
|
77
77
|
\**********************************************/
|
|
78
|
-
|
|
78
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
79
79
|
|
|
80
80
|
__webpack_require__.r(__webpack_exports__);
|
|
81
81
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -139,13 +139,13 @@ const OnlineMode = {
|
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
|
|
142
|
-
/***/ }
|
|
142
|
+
/***/ },
|
|
143
143
|
|
|
144
|
-
/***/ "./src/config/RFIDConfig.js"
|
|
144
|
+
/***/ "./src/config/RFIDConfig.js"
|
|
145
145
|
/*!**********************************!*\
|
|
146
146
|
!*** ./src/config/RFIDConfig.js ***!
|
|
147
147
|
\**********************************/
|
|
148
|
-
|
|
148
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
149
149
|
|
|
150
150
|
__webpack_require__.r(__webpack_exports__);
|
|
151
151
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -191,13 +191,13 @@ class RFIDConfig {
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
|
|
194
|
-
/***/ }
|
|
194
|
+
/***/ },
|
|
195
195
|
|
|
196
|
-
/***/ "./src/config/RecognizeConfig.js"
|
|
196
|
+
/***/ "./src/config/RecognizeConfig.js"
|
|
197
197
|
/*!***************************************!*\
|
|
198
198
|
!*** ./src/config/RecognizeConfig.js ***!
|
|
199
199
|
\***************************************/
|
|
200
|
-
|
|
200
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
201
201
|
|
|
202
202
|
__webpack_require__.r(__webpack_exports__);
|
|
203
203
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -335,13 +335,13 @@ class ImageInputData {
|
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
|
|
338
|
-
/***/ }
|
|
338
|
+
/***/ },
|
|
339
339
|
|
|
340
|
-
/***/ "./src/config/ScannerConfig.js"
|
|
340
|
+
/***/ "./src/config/ScannerConfig.js"
|
|
341
341
|
/*!*************************************!*\
|
|
342
342
|
!*** ./src/config/ScannerConfig.js ***!
|
|
343
343
|
\*************************************/
|
|
344
|
-
|
|
344
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
345
345
|
|
|
346
346
|
__webpack_require__.r(__webpack_exports__);
|
|
347
347
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -398,13 +398,13 @@ class ScannerConfig {
|
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
|
|
401
|
-
/***/ }
|
|
401
|
+
/***/ },
|
|
402
402
|
|
|
403
|
-
/***/ "./src/index.js"
|
|
403
|
+
/***/ "./src/index.js"
|
|
404
404
|
/*!**********************!*\
|
|
405
405
|
!*** ./src/index.js ***!
|
|
406
406
|
\**********************/
|
|
407
|
-
|
|
407
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
408
408
|
|
|
409
409
|
__webpack_require__.r(__webpack_exports__);
|
|
410
410
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1150,13 +1150,13 @@ DocReaderAction.stopped = function (value) {
|
|
|
1150
1150
|
}
|
|
1151
1151
|
|
|
1152
1152
|
|
|
1153
|
-
/***/ }
|
|
1153
|
+
/***/ },
|
|
1154
1154
|
|
|
1155
|
-
/***/ "./src/info/DocReaderException.js"
|
|
1155
|
+
/***/ "./src/info/DocReaderException.js"
|
|
1156
1156
|
/*!****************************************!*\
|
|
1157
1157
|
!*** ./src/info/DocReaderException.js ***!
|
|
1158
1158
|
\****************************************/
|
|
1159
|
-
|
|
1159
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1160
1160
|
|
|
1161
1161
|
__webpack_require__.r(__webpack_exports__);
|
|
1162
1162
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1231,13 +1231,13 @@ const ErrorCodes = {
|
|
|
1231
1231
|
}
|
|
1232
1232
|
|
|
1233
1233
|
|
|
1234
|
-
/***/ }
|
|
1234
|
+
/***/ },
|
|
1235
1235
|
|
|
1236
|
-
/***/ "./src/info/DocReaderScenario.js"
|
|
1236
|
+
/***/ "./src/info/DocReaderScenario.js"
|
|
1237
1237
|
/*!***************************************!*\
|
|
1238
1238
|
!*** ./src/info/DocReaderScenario.js ***!
|
|
1239
1239
|
\***************************************/
|
|
1240
|
-
|
|
1240
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1241
1241
|
|
|
1242
1242
|
__webpack_require__.r(__webpack_exports__);
|
|
1243
1243
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1336,13 +1336,13 @@ const DocReaderOrientation = {
|
|
|
1336
1336
|
}
|
|
1337
1337
|
|
|
1338
1338
|
|
|
1339
|
-
/***/ }
|
|
1339
|
+
/***/ },
|
|
1340
1340
|
|
|
1341
|
-
/***/ "./src/info/DocReaderVersion.js"
|
|
1341
|
+
/***/ "./src/info/DocReaderVersion.js"
|
|
1342
1342
|
/*!**************************************!*\
|
|
1343
1343
|
!*** ./src/info/DocReaderVersion.js ***!
|
|
1344
1344
|
\**************************************/
|
|
1345
|
-
|
|
1345
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1346
1346
|
|
|
1347
1347
|
__webpack_require__.r(__webpack_exports__);
|
|
1348
1348
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1383,13 +1383,13 @@ class DocReaderVersion {
|
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
1385
|
|
|
1386
|
-
/***/ }
|
|
1386
|
+
/***/ },
|
|
1387
1387
|
|
|
1388
|
-
/***/ "./src/info/DocumentsDatabase.js"
|
|
1388
|
+
/***/ "./src/info/DocumentsDatabase.js"
|
|
1389
1389
|
/*!***************************************!*\
|
|
1390
1390
|
!*** ./src/info/DocumentsDatabase.js ***!
|
|
1391
1391
|
\***************************************/
|
|
1392
|
-
|
|
1392
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1393
1393
|
|
|
1394
1394
|
__webpack_require__.r(__webpack_exports__);
|
|
1395
1395
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1436,13 +1436,13 @@ class DocumentsDatabase {
|
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
|
|
1439
|
-
/***/ }
|
|
1439
|
+
/***/ },
|
|
1440
1440
|
|
|
1441
|
-
/***/ "./src/info/License.js"
|
|
1441
|
+
/***/ "./src/info/License.js"
|
|
1442
1442
|
/*!*****************************!*\
|
|
1443
1443
|
!*** ./src/info/License.js ***!
|
|
1444
1444
|
\*****************************/
|
|
1445
|
-
|
|
1445
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1446
1446
|
|
|
1447
1447
|
__webpack_require__.r(__webpack_exports__);
|
|
1448
1448
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1480,13 +1480,13 @@ class License {
|
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
1482
|
|
|
1483
|
-
/***/ }
|
|
1483
|
+
/***/ },
|
|
1484
1484
|
|
|
1485
|
-
/***/ "./src/info/PrepareProgress.js"
|
|
1485
|
+
/***/ "./src/info/PrepareProgress.js"
|
|
1486
1486
|
/*!*************************************!*\
|
|
1487
1487
|
!*** ./src/info/PrepareProgress.js ***!
|
|
1488
1488
|
\*************************************/
|
|
1489
|
-
|
|
1489
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1490
1490
|
|
|
1491
1491
|
__webpack_require__.r(__webpack_exports__);
|
|
1492
1492
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1525,13 +1525,13 @@ class PrepareProgress {
|
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
1527
|
|
|
1528
|
-
/***/ }
|
|
1528
|
+
/***/ },
|
|
1529
1529
|
|
|
1530
|
-
/***/ "./src/info/RFIDException.js"
|
|
1530
|
+
/***/ "./src/info/RFIDException.js"
|
|
1531
1531
|
/*!***********************************!*\
|
|
1532
1532
|
!*** ./src/info/RFIDException.js ***!
|
|
1533
1533
|
\***********************************/
|
|
1534
|
-
|
|
1534
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1535
1535
|
|
|
1536
1536
|
__webpack_require__.r(__webpack_exports__);
|
|
1537
1537
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1566,13 +1566,13 @@ class RFIDException {
|
|
|
1566
1566
|
}
|
|
1567
1567
|
|
|
1568
1568
|
|
|
1569
|
-
/***/ }
|
|
1569
|
+
/***/ },
|
|
1570
1570
|
|
|
1571
|
-
/***/ "./src/internal/bridge.js"
|
|
1571
|
+
/***/ "./src/internal/bridge.js"
|
|
1572
1572
|
/*!********************************!*\
|
|
1573
1573
|
!*** ./src/internal/bridge.js ***!
|
|
1574
1574
|
\********************************/
|
|
1575
|
-
|
|
1575
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1576
1576
|
|
|
1577
1577
|
__webpack_require__.r(__webpack_exports__);
|
|
1578
1578
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1697,13 +1697,13 @@ function _setTaSignatureCompletion(completion) {
|
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
1699
1699
|
|
|
1700
|
-
/***/ }
|
|
1700
|
+
/***/ },
|
|
1701
1701
|
|
|
1702
|
-
/***/ "./src/internal/cordova.js"
|
|
1702
|
+
/***/ "./src/internal/cordova.js"
|
|
1703
1703
|
/*!*********************************!*\
|
|
1704
1704
|
!*** ./src/internal/cordova.js ***!
|
|
1705
1705
|
\*********************************/
|
|
1706
|
-
|
|
1706
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1707
1707
|
|
|
1708
1708
|
__webpack_require__.r(__webpack_exports__);
|
|
1709
1709
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -1728,13 +1728,13 @@ class NativeEventEmitter {
|
|
|
1728
1728
|
}
|
|
1729
1729
|
}
|
|
1730
1730
|
|
|
1731
|
-
/***/ }
|
|
1731
|
+
/***/ },
|
|
1732
1732
|
|
|
1733
|
-
/***/ "./src/params/Functionality.js"
|
|
1733
|
+
/***/ "./src/params/Functionality.js"
|
|
1734
1734
|
/*!*************************************!*\
|
|
1735
1735
|
!*** ./src/params/Functionality.js ***!
|
|
1736
1736
|
\*************************************/
|
|
1737
|
-
|
|
1737
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1738
1738
|
|
|
1739
1739
|
__webpack_require__.r(__webpack_exports__);
|
|
1740
1740
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2114,13 +2114,13 @@ class CameraSize {
|
|
|
2114
2114
|
}
|
|
2115
2115
|
|
|
2116
2116
|
|
|
2117
|
-
/***/ }
|
|
2117
|
+
/***/ },
|
|
2118
2118
|
|
|
2119
|
-
/***/ "./src/params/customization/Customization.js"
|
|
2119
|
+
/***/ "./src/params/customization/Customization.js"
|
|
2120
2120
|
/*!***************************************************!*\
|
|
2121
2121
|
!*** ./src/params/customization/Customization.js ***!
|
|
2122
2122
|
\***************************************************/
|
|
2123
|
-
|
|
2123
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2124
2124
|
|
|
2125
2125
|
__webpack_require__.r(__webpack_exports__);
|
|
2126
2126
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2771,13 +2771,13 @@ const CustomButtonTag = {
|
|
|
2771
2771
|
};
|
|
2772
2772
|
|
|
2773
2773
|
|
|
2774
|
-
/***/ }
|
|
2774
|
+
/***/ },
|
|
2775
2775
|
|
|
2776
|
-
/***/ "./src/params/customization/CustomizationColors.js"
|
|
2776
|
+
/***/ "./src/params/customization/CustomizationColors.js"
|
|
2777
2777
|
/*!*********************************************************!*\
|
|
2778
2778
|
!*** ./src/params/customization/CustomizationColors.js ***!
|
|
2779
2779
|
\*********************************************************/
|
|
2780
|
-
|
|
2780
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2781
2781
|
|
|
2782
2782
|
__webpack_require__.r(__webpack_exports__);
|
|
2783
2783
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2905,13 +2905,13 @@ class CustomizationColors {
|
|
|
2905
2905
|
}
|
|
2906
2906
|
|
|
2907
2907
|
|
|
2908
|
-
/***/ }
|
|
2908
|
+
/***/ },
|
|
2909
2909
|
|
|
2910
|
-
/***/ "./src/params/customization/CustomizationFonts.js"
|
|
2910
|
+
/***/ "./src/params/customization/CustomizationFonts.js"
|
|
2911
2911
|
/*!********************************************************!*\
|
|
2912
2912
|
!*** ./src/params/customization/CustomizationFonts.js ***!
|
|
2913
2913
|
\********************************************************/
|
|
2914
|
-
|
|
2914
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2915
2915
|
|
|
2916
2916
|
__webpack_require__.r(__webpack_exports__);
|
|
2917
2917
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2993,13 +2993,13 @@ class CustomizationFonts {
|
|
|
2993
2993
|
}
|
|
2994
2994
|
|
|
2995
2995
|
|
|
2996
|
-
/***/ }
|
|
2996
|
+
/***/ },
|
|
2997
2997
|
|
|
2998
|
-
/***/ "./src/params/customization/CustomizationImages.js"
|
|
2998
|
+
/***/ "./src/params/customization/CustomizationImages.js"
|
|
2999
2999
|
/*!*********************************************************!*\
|
|
3000
3000
|
!*** ./src/params/customization/CustomizationImages.js ***!
|
|
3001
3001
|
\*********************************************************/
|
|
3002
|
-
|
|
3002
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3003
3003
|
|
|
3004
3004
|
__webpack_require__.r(__webpack_exports__);
|
|
3005
3005
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3047,13 +3047,13 @@ class CustomizationImages {
|
|
|
3047
3047
|
}
|
|
3048
3048
|
|
|
3049
3049
|
|
|
3050
|
-
/***/ }
|
|
3050
|
+
/***/ },
|
|
3051
3051
|
|
|
3052
|
-
/***/ "./src/params/customization/Font.js"
|
|
3052
|
+
/***/ "./src/params/customization/Font.js"
|
|
3053
3053
|
/*!******************************************!*\
|
|
3054
3054
|
!*** ./src/params/customization/Font.js ***!
|
|
3055
3055
|
\******************************************/
|
|
3056
|
-
|
|
3056
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3057
3057
|
|
|
3058
3058
|
__webpack_require__.r(__webpack_exports__);
|
|
3059
3059
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3098,13 +3098,13 @@ const FontStyle = {
|
|
|
3098
3098
|
};
|
|
3099
3099
|
|
|
3100
3100
|
|
|
3101
|
-
/***/ }
|
|
3101
|
+
/***/ },
|
|
3102
3102
|
|
|
3103
|
-
/***/ "./src/params/process_params/AuthenticityParams.js"
|
|
3103
|
+
/***/ "./src/params/process_params/AuthenticityParams.js"
|
|
3104
3104
|
/*!*********************************************************!*\
|
|
3105
3105
|
!*** ./src/params/process_params/AuthenticityParams.js ***!
|
|
3106
3106
|
\*********************************************************/
|
|
3107
|
-
|
|
3107
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3108
3108
|
|
|
3109
3109
|
__webpack_require__.r(__webpack_exports__);
|
|
3110
3110
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3265,13 +3265,13 @@ class AuthenticityParams {
|
|
|
3265
3265
|
}
|
|
3266
3266
|
|
|
3267
3267
|
|
|
3268
|
-
/***/ }
|
|
3268
|
+
/***/ },
|
|
3269
3269
|
|
|
3270
|
-
/***/ "./src/params/process_params/BackendProcessingConfig.js"
|
|
3270
|
+
/***/ "./src/params/process_params/BackendProcessingConfig.js"
|
|
3271
3271
|
/*!**************************************************************!*\
|
|
3272
3272
|
!*** ./src/params/process_params/BackendProcessingConfig.js ***!
|
|
3273
3273
|
\**************************************************************/
|
|
3274
|
-
|
|
3274
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3275
3275
|
|
|
3276
3276
|
__webpack_require__.r(__webpack_exports__);
|
|
3277
3277
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3313,13 +3313,13 @@ class BackendProcessingConfig {
|
|
|
3313
3313
|
}
|
|
3314
3314
|
|
|
3315
3315
|
|
|
3316
|
-
/***/ }
|
|
3316
|
+
/***/ },
|
|
3317
3317
|
|
|
3318
|
-
/***/ "./src/params/process_params/FaceApiParams.js"
|
|
3318
|
+
/***/ "./src/params/process_params/FaceApiParams.js"
|
|
3319
3319
|
/*!****************************************************!*\
|
|
3320
3320
|
!*** ./src/params/process_params/FaceApiParams.js ***!
|
|
3321
3321
|
\****************************************************/
|
|
3322
|
-
|
|
3322
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3323
3323
|
|
|
3324
3324
|
__webpack_require__.r(__webpack_exports__);
|
|
3325
3325
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3379,13 +3379,13 @@ class FaceApiParams {
|
|
|
3379
3379
|
}
|
|
3380
3380
|
|
|
3381
3381
|
|
|
3382
|
-
/***/ }
|
|
3382
|
+
/***/ },
|
|
3383
3383
|
|
|
3384
|
-
/***/ "./src/params/process_params/FaceApiSearchParams.js"
|
|
3384
|
+
/***/ "./src/params/process_params/FaceApiSearchParams.js"
|
|
3385
3385
|
/*!**********************************************************!*\
|
|
3386
3386
|
!*** ./src/params/process_params/FaceApiSearchParams.js ***!
|
|
3387
3387
|
\**********************************************************/
|
|
3388
|
-
|
|
3388
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3389
3389
|
|
|
3390
3390
|
__webpack_require__.r(__webpack_exports__);
|
|
3391
3391
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3422,13 +3422,13 @@ class FaceApiSearchParams {
|
|
|
3422
3422
|
}
|
|
3423
3423
|
|
|
3424
3424
|
|
|
3425
|
-
/***/ }
|
|
3425
|
+
/***/ },
|
|
3426
3426
|
|
|
3427
|
-
/***/ "./src/params/process_params/GlaresCheckParams.js"
|
|
3427
|
+
/***/ "./src/params/process_params/GlaresCheckParams.js"
|
|
3428
3428
|
/*!********************************************************!*\
|
|
3429
3429
|
!*** ./src/params/process_params/GlaresCheckParams.js ***!
|
|
3430
3430
|
\********************************************************/
|
|
3431
|
-
|
|
3431
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3432
3432
|
|
|
3433
3433
|
__webpack_require__.r(__webpack_exports__);
|
|
3434
3434
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3461,13 +3461,13 @@ class GlaresCheckParams {
|
|
|
3461
3461
|
}
|
|
3462
3462
|
|
|
3463
3463
|
|
|
3464
|
-
/***/ }
|
|
3464
|
+
/***/ },
|
|
3465
3465
|
|
|
3466
|
-
/***/ "./src/params/process_params/ImageQA.js"
|
|
3466
|
+
/***/ "./src/params/process_params/ImageQA.js"
|
|
3467
3467
|
/*!**********************************************!*\
|
|
3468
3468
|
!*** ./src/params/process_params/ImageQA.js ***!
|
|
3469
3469
|
\**********************************************/
|
|
3470
|
-
|
|
3470
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3471
3471
|
|
|
3472
3472
|
__webpack_require__.r(__webpack_exports__);
|
|
3473
3473
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3591,13 +3591,13 @@ class ImageQA {
|
|
|
3591
3591
|
}
|
|
3592
3592
|
|
|
3593
3593
|
|
|
3594
|
-
/***/ }
|
|
3594
|
+
/***/ },
|
|
3595
3595
|
|
|
3596
|
-
/***/ "./src/params/process_params/LivenessParams.js"
|
|
3596
|
+
/***/ "./src/params/process_params/LivenessParams.js"
|
|
3597
3597
|
/*!*****************************************************!*\
|
|
3598
3598
|
!*** ./src/params/process_params/LivenessParams.js ***!
|
|
3599
3599
|
\*****************************************************/
|
|
3600
|
-
|
|
3600
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3601
3601
|
|
|
3602
3602
|
__webpack_require__.r(__webpack_exports__);
|
|
3603
3603
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -3685,13 +3685,13 @@ class LivenessParams {
|
|
|
3685
3685
|
}
|
|
3686
3686
|
|
|
3687
3687
|
|
|
3688
|
-
/***/ }
|
|
3688
|
+
/***/ },
|
|
3689
3689
|
|
|
3690
|
-
/***/ "./src/params/process_params/ProcessParams.js"
|
|
3690
|
+
/***/ "./src/params/process_params/ProcessParams.js"
|
|
3691
3691
|
/*!****************************************************!*\
|
|
3692
3692
|
!*** ./src/params/process_params/ProcessParams.js ***!
|
|
3693
3693
|
\****************************************************/
|
|
3694
|
-
|
|
3694
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3695
3695
|
|
|
3696
3696
|
__webpack_require__.r(__webpack_exports__);
|
|
3697
3697
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4385,13 +4385,13 @@ const MrzDetectionModes = {
|
|
|
4385
4385
|
};
|
|
4386
4386
|
|
|
4387
4387
|
|
|
4388
|
-
/***/ }
|
|
4388
|
+
/***/ },
|
|
4389
4389
|
|
|
4390
|
-
/***/ "./src/params/process_params/RFIDParams.js"
|
|
4390
|
+
/***/ "./src/params/process_params/RFIDParams.js"
|
|
4391
4391
|
/*!*************************************************!*\
|
|
4392
4392
|
!*** ./src/params/process_params/RFIDParams.js ***!
|
|
4393
4393
|
\*************************************************/
|
|
4394
|
-
|
|
4394
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4395
4395
|
|
|
4396
4396
|
__webpack_require__.r(__webpack_exports__);
|
|
4397
4397
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4420,13 +4420,13 @@ class RFIDParams {
|
|
|
4420
4420
|
}
|
|
4421
4421
|
|
|
4422
4422
|
|
|
4423
|
-
/***/ }
|
|
4423
|
+
/***/ },
|
|
4424
4424
|
|
|
4425
|
-
/***/ "./src/params/rfid_scenario/DTCDataGroup.js"
|
|
4425
|
+
/***/ "./src/params/rfid_scenario/DTCDataGroup.js"
|
|
4426
4426
|
/*!**************************************************!*\
|
|
4427
4427
|
!*** ./src/params/rfid_scenario/DTCDataGroup.js ***!
|
|
4428
4428
|
\**************************************************/
|
|
4429
|
-
|
|
4429
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4430
4430
|
|
|
4431
4431
|
__webpack_require__.r(__webpack_exports__);
|
|
4432
4432
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4498,13 +4498,13 @@ class DTCDataGroup {
|
|
|
4498
4498
|
}
|
|
4499
4499
|
|
|
4500
4500
|
|
|
4501
|
-
/***/ }
|
|
4501
|
+
/***/ },
|
|
4502
4502
|
|
|
4503
|
-
/***/ "./src/params/rfid_scenario/EDLDataGroups.js"
|
|
4503
|
+
/***/ "./src/params/rfid_scenario/EDLDataGroups.js"
|
|
4504
4504
|
/*!***************************************************!*\
|
|
4505
4505
|
!*** ./src/params/rfid_scenario/EDLDataGroups.js ***!
|
|
4506
4506
|
\***************************************************/
|
|
4507
|
-
|
|
4507
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4508
4508
|
|
|
4509
4509
|
__webpack_require__.r(__webpack_exports__);
|
|
4510
4510
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4648,13 +4648,13 @@ class EDLDataGroups {
|
|
|
4648
4648
|
}
|
|
4649
4649
|
|
|
4650
4650
|
|
|
4651
|
-
/***/ }
|
|
4651
|
+
/***/ },
|
|
4652
4652
|
|
|
4653
|
-
/***/ "./src/params/rfid_scenario/EIDDataGroups.js"
|
|
4653
|
+
/***/ "./src/params/rfid_scenario/EIDDataGroups.js"
|
|
4654
4654
|
/*!***************************************************!*\
|
|
4655
4655
|
!*** ./src/params/rfid_scenario/EIDDataGroups.js ***!
|
|
4656
4656
|
\***************************************************/
|
|
4657
|
-
|
|
4657
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4658
4658
|
|
|
4659
4659
|
__webpack_require__.r(__webpack_exports__);
|
|
4660
4660
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -4854,13 +4854,13 @@ class EIDDataGroups {
|
|
|
4854
4854
|
}
|
|
4855
4855
|
|
|
4856
4856
|
|
|
4857
|
-
/***/ }
|
|
4857
|
+
/***/ },
|
|
4858
4858
|
|
|
4859
|
-
/***/ "./src/params/rfid_scenario/EPassportDataGroups.js"
|
|
4859
|
+
/***/ "./src/params/rfid_scenario/EPassportDataGroups.js"
|
|
4860
4860
|
/*!*********************************************************!*\
|
|
4861
4861
|
!*** ./src/params/rfid_scenario/EPassportDataGroups.js ***!
|
|
4862
4862
|
\*********************************************************/
|
|
4863
|
-
|
|
4863
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4864
4864
|
|
|
4865
4865
|
__webpack_require__.r(__webpack_exports__);
|
|
4866
4866
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -5020,13 +5020,13 @@ class EPassportDataGroups {
|
|
|
5020
5020
|
}
|
|
5021
5021
|
|
|
5022
5022
|
|
|
5023
|
-
/***/ }
|
|
5023
|
+
/***/ },
|
|
5024
5024
|
|
|
5025
|
-
/***/ "./src/params/rfid_scenario/RFIDScenario.js"
|
|
5025
|
+
/***/ "./src/params/rfid_scenario/RFIDScenario.js"
|
|
5026
5026
|
/*!**************************************************!*\
|
|
5027
5027
|
!*** ./src/params/rfid_scenario/RFIDScenario.js ***!
|
|
5028
5028
|
\**************************************************/
|
|
5029
|
-
|
|
5029
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5030
5030
|
|
|
5031
5031
|
__webpack_require__.r(__webpack_exports__);
|
|
5032
5032
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -5607,13 +5607,13 @@ const RFIDReadingBufferSize = {
|
|
|
5607
5607
|
};
|
|
5608
5608
|
|
|
5609
5609
|
|
|
5610
|
-
/***/ }
|
|
5610
|
+
/***/ },
|
|
5611
5611
|
|
|
5612
|
-
/***/ "./src/results/DocumentType.js"
|
|
5612
|
+
/***/ "./src/results/DocumentType.js"
|
|
5613
5613
|
/*!*************************************!*\
|
|
5614
5614
|
!*** ./src/results/DocumentType.js ***!
|
|
5615
5615
|
\*************************************/
|
|
5616
|
-
|
|
5616
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5617
5617
|
|
|
5618
5618
|
__webpack_require__.r(__webpack_exports__);
|
|
5619
5619
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -5925,13 +5925,13 @@ const DocType = {
|
|
|
5925
5925
|
};
|
|
5926
5926
|
|
|
5927
5927
|
|
|
5928
|
-
/***/ }
|
|
5928
|
+
/***/ },
|
|
5929
5929
|
|
|
5930
|
-
/***/ "./src/results/Position.js"
|
|
5930
|
+
/***/ "./src/results/Position.js"
|
|
5931
5931
|
/*!*********************************!*\
|
|
5932
5932
|
!*** ./src/results/Position.js ***!
|
|
5933
5933
|
\*********************************/
|
|
5934
|
-
|
|
5934
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5935
5935
|
|
|
5936
5936
|
__webpack_require__.r(__webpack_exports__);
|
|
5937
5937
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6030,13 +6030,13 @@ class Coordinate {
|
|
|
6030
6030
|
}
|
|
6031
6031
|
|
|
6032
6032
|
|
|
6033
|
-
/***/ }
|
|
6033
|
+
/***/ },
|
|
6034
6034
|
|
|
6035
|
-
/***/ "./src/results/Results.js"
|
|
6035
|
+
/***/ "./src/results/Results.js"
|
|
6036
6036
|
/*!********************************!*\
|
|
6037
6037
|
!*** ./src/results/Results.js ***!
|
|
6038
6038
|
\********************************/
|
|
6039
|
-
|
|
6039
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6040
6040
|
|
|
6041
6041
|
__webpack_require__.r(__webpack_exports__);
|
|
6042
6042
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6407,13 +6407,13 @@ const ResultType = {
|
|
|
6407
6407
|
};
|
|
6408
6408
|
|
|
6409
6409
|
|
|
6410
|
-
/***/ }
|
|
6410
|
+
/***/ },
|
|
6411
6411
|
|
|
6412
|
-
/***/ "./src/results/TransactionInfo.js"
|
|
6412
|
+
/***/ "./src/results/TransactionInfo.js"
|
|
6413
6413
|
/*!****************************************!*\
|
|
6414
6414
|
!*** ./src/results/TransactionInfo.js ***!
|
|
6415
6415
|
\****************************************/
|
|
6416
|
-
|
|
6416
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6417
6417
|
|
|
6418
6418
|
__webpack_require__.r(__webpack_exports__);
|
|
6419
6419
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6445,13 +6445,13 @@ class TransactionInfo {
|
|
|
6445
6445
|
}
|
|
6446
6446
|
|
|
6447
6447
|
|
|
6448
|
-
/***/ }
|
|
6448
|
+
/***/ },
|
|
6449
6449
|
|
|
6450
|
-
/***/ "./src/results/authenticity/Authenticity.js"
|
|
6450
|
+
/***/ "./src/results/authenticity/Authenticity.js"
|
|
6451
6451
|
/*!**************************************************!*\
|
|
6452
6452
|
!*** ./src/results/authenticity/Authenticity.js ***!
|
|
6453
6453
|
\**************************************************/
|
|
6454
|
-
|
|
6454
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6455
6455
|
|
|
6456
6456
|
__webpack_require__.r(__webpack_exports__);
|
|
6457
6457
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6482,13 +6482,13 @@ const Authenticity = {
|
|
|
6482
6482
|
}
|
|
6483
6483
|
|
|
6484
6484
|
|
|
6485
|
-
/***/ }
|
|
6485
|
+
/***/ },
|
|
6486
6486
|
|
|
6487
|
-
/***/ "./src/results/authenticity/AuthenticityCheck.js"
|
|
6487
|
+
/***/ "./src/results/authenticity/AuthenticityCheck.js"
|
|
6488
6488
|
/*!*******************************************************!*\
|
|
6489
6489
|
!*** ./src/results/authenticity/AuthenticityCheck.js ***!
|
|
6490
6490
|
\*******************************************************/
|
|
6491
|
-
|
|
6491
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6492
6492
|
|
|
6493
6493
|
__webpack_require__.r(__webpack_exports__);
|
|
6494
6494
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6542,13 +6542,13 @@ class AuthenticityCheck {
|
|
|
6542
6542
|
}
|
|
6543
6543
|
|
|
6544
6544
|
|
|
6545
|
-
/***/ }
|
|
6545
|
+
/***/ },
|
|
6546
6546
|
|
|
6547
|
-
/***/ "./src/results/authenticity/AuthenticityElement.js"
|
|
6547
|
+
/***/ "./src/results/authenticity/AuthenticityElement.js"
|
|
6548
6548
|
/*!*********************************************************!*\
|
|
6549
6549
|
!*** ./src/results/authenticity/AuthenticityElement.js ***!
|
|
6550
6550
|
\*********************************************************/
|
|
6551
|
-
|
|
6551
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6552
6552
|
|
|
6553
6553
|
__webpack_require__.r(__webpack_exports__);
|
|
6554
6554
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6596,13 +6596,13 @@ class AuthenticityElement {
|
|
|
6596
6596
|
}
|
|
6597
6597
|
|
|
6598
6598
|
|
|
6599
|
-
/***/ }
|
|
6599
|
+
/***/ },
|
|
6600
6600
|
|
|
6601
|
-
/***/ "./src/results/authenticity/AuthenticityResult.js"
|
|
6601
|
+
/***/ "./src/results/authenticity/AuthenticityResult.js"
|
|
6602
6602
|
/*!********************************************************!*\
|
|
6603
6603
|
!*** ./src/results/authenticity/AuthenticityResult.js ***!
|
|
6604
6604
|
\********************************************************/
|
|
6605
|
-
|
|
6605
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6606
6606
|
|
|
6607
6607
|
__webpack_require__.r(__webpack_exports__);
|
|
6608
6608
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6645,13 +6645,13 @@ class AuthenticityResult {
|
|
|
6645
6645
|
}
|
|
6646
6646
|
|
|
6647
6647
|
|
|
6648
|
-
/***/ }
|
|
6648
|
+
/***/ },
|
|
6649
6649
|
|
|
6650
|
-
/***/ "./src/results/authenticity/CheckDiagnose.js"
|
|
6650
|
+
/***/ "./src/results/authenticity/CheckDiagnose.js"
|
|
6651
6651
|
/*!***************************************************!*\
|
|
6652
6652
|
!*** ./src/results/authenticity/CheckDiagnose.js ***!
|
|
6653
6653
|
\***************************************************/
|
|
6654
|
-
|
|
6654
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6655
6655
|
|
|
6656
6656
|
__webpack_require__.r(__webpack_exports__);
|
|
6657
6657
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6786,13 +6786,13 @@ const CheckDiagnose = {
|
|
|
6786
6786
|
}
|
|
6787
6787
|
|
|
6788
6788
|
|
|
6789
|
-
/***/ }
|
|
6789
|
+
/***/ },
|
|
6790
6790
|
|
|
6791
|
-
/***/ "./src/results/authenticity/SecurityFeatureType.js"
|
|
6791
|
+
/***/ "./src/results/authenticity/SecurityFeatureType.js"
|
|
6792
6792
|
/*!*********************************************************!*\
|
|
6793
6793
|
!*** ./src/results/authenticity/SecurityFeatureType.js ***!
|
|
6794
6794
|
\*********************************************************/
|
|
6795
|
-
|
|
6795
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6796
6796
|
|
|
6797
6797
|
__webpack_require__.r(__webpack_exports__);
|
|
6798
6798
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6861,13 +6861,13 @@ const SecurityFeatureType = {
|
|
|
6861
6861
|
}
|
|
6862
6862
|
|
|
6863
6863
|
|
|
6864
|
-
/***/ }
|
|
6864
|
+
/***/ },
|
|
6865
6865
|
|
|
6866
|
-
/***/ "./src/results/barcode/BarcodeField.js"
|
|
6866
|
+
/***/ "./src/results/barcode/BarcodeField.js"
|
|
6867
6867
|
/*!*********************************************!*\
|
|
6868
6868
|
!*** ./src/results/barcode/BarcodeField.js ***!
|
|
6869
6869
|
\*********************************************/
|
|
6870
|
-
|
|
6870
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6871
6871
|
|
|
6872
6872
|
__webpack_require__.r(__webpack_exports__);
|
|
6873
6873
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6912,13 +6912,13 @@ class BarcodeField {
|
|
|
6912
6912
|
}
|
|
6913
6913
|
|
|
6914
6914
|
|
|
6915
|
-
/***/ }
|
|
6915
|
+
/***/ },
|
|
6916
6916
|
|
|
6917
|
-
/***/ "./src/results/barcode/BarcodeResult.js"
|
|
6917
|
+
/***/ "./src/results/barcode/BarcodeResult.js"
|
|
6918
6918
|
/*!**********************************************!*\
|
|
6919
6919
|
!*** ./src/results/barcode/BarcodeResult.js ***!
|
|
6920
6920
|
\**********************************************/
|
|
6921
|
-
|
|
6921
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6922
6922
|
|
|
6923
6923
|
__webpack_require__.r(__webpack_exports__);
|
|
6924
6924
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -6957,13 +6957,13 @@ class BarcodeResult {
|
|
|
6957
6957
|
}
|
|
6958
6958
|
|
|
6959
6959
|
|
|
6960
|
-
/***/ }
|
|
6960
|
+
/***/ },
|
|
6961
6961
|
|
|
6962
|
-
/***/ "./src/results/barcode/BarcodeStatus.js"
|
|
6962
|
+
/***/ "./src/results/barcode/BarcodeStatus.js"
|
|
6963
6963
|
/*!**********************************************!*\
|
|
6964
6964
|
!*** ./src/results/barcode/BarcodeStatus.js ***!
|
|
6965
6965
|
\**********************************************/
|
|
6966
|
-
|
|
6966
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6967
6967
|
|
|
6968
6968
|
__webpack_require__.r(__webpack_exports__);
|
|
6969
6969
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7004,13 +7004,13 @@ const BarcodeStatus = {
|
|
|
7004
7004
|
}
|
|
7005
7005
|
|
|
7006
7006
|
|
|
7007
|
-
/***/ }
|
|
7007
|
+
/***/ },
|
|
7008
7008
|
|
|
7009
|
-
/***/ "./src/results/barcode/BarcodeType.js"
|
|
7009
|
+
/***/ "./src/results/barcode/BarcodeType.js"
|
|
7010
7010
|
/*!********************************************!*\
|
|
7011
7011
|
!*** ./src/results/barcode/BarcodeType.js ***!
|
|
7012
7012
|
\********************************************/
|
|
7013
|
-
|
|
7013
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7014
7014
|
|
|
7015
7015
|
__webpack_require__.r(__webpack_exports__);
|
|
7016
7016
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7039,13 +7039,13 @@ const BarcodeType = {
|
|
|
7039
7039
|
}
|
|
7040
7040
|
|
|
7041
7041
|
|
|
7042
|
-
/***/ }
|
|
7042
|
+
/***/ },
|
|
7043
7043
|
|
|
7044
|
-
/***/ "./src/results/barcode/PDF417Info.js"
|
|
7044
|
+
/***/ "./src/results/barcode/PDF417Info.js"
|
|
7045
7045
|
/*!*******************************************!*\
|
|
7046
7046
|
!*** ./src/results/barcode/PDF417Info.js ***!
|
|
7047
7047
|
\*******************************************/
|
|
7048
|
-
|
|
7048
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7049
7049
|
|
|
7050
7050
|
__webpack_require__.r(__webpack_exports__);
|
|
7051
7051
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7077,13 +7077,13 @@ class PDF417Info {
|
|
|
7077
7077
|
}
|
|
7078
7078
|
|
|
7079
7079
|
|
|
7080
|
-
/***/ }
|
|
7080
|
+
/***/ },
|
|
7081
7081
|
|
|
7082
|
-
/***/ "./src/results/image_quality/ImageQuality.js"
|
|
7082
|
+
/***/ "./src/results/image_quality/ImageQuality.js"
|
|
7083
7083
|
/*!***************************************************!*\
|
|
7084
7084
|
!*** ./src/results/image_quality/ImageQuality.js ***!
|
|
7085
7085
|
\***************************************************/
|
|
7086
|
-
|
|
7086
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7087
7087
|
|
|
7088
7088
|
__webpack_require__.r(__webpack_exports__);
|
|
7089
7089
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7134,13 +7134,13 @@ class ImageQuality {
|
|
|
7134
7134
|
}
|
|
7135
7135
|
|
|
7136
7136
|
|
|
7137
|
-
/***/ }
|
|
7137
|
+
/***/ },
|
|
7138
7138
|
|
|
7139
|
-
/***/ "./src/results/image_quality/ImageQualityCheckType.js"
|
|
7139
|
+
/***/ "./src/results/image_quality/ImageQualityCheckType.js"
|
|
7140
7140
|
/*!************************************************************!*\
|
|
7141
7141
|
!*** ./src/results/image_quality/ImageQualityCheckType.js ***!
|
|
7142
7142
|
\************************************************************/
|
|
7143
|
-
|
|
7143
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7144
7144
|
|
|
7145
7145
|
__webpack_require__.r(__webpack_exports__);
|
|
7146
7146
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7168,13 +7168,13 @@ ImageQualityCheckType.getTranslation = async function (value) {
|
|
|
7168
7168
|
}
|
|
7169
7169
|
|
|
7170
7170
|
|
|
7171
|
-
/***/ }
|
|
7171
|
+
/***/ },
|
|
7172
7172
|
|
|
7173
|
-
/***/ "./src/results/image_quality/ImageQualityGroup.js"
|
|
7173
|
+
/***/ "./src/results/image_quality/ImageQualityGroup.js"
|
|
7174
7174
|
/*!********************************************************!*\
|
|
7175
7175
|
!*** ./src/results/image_quality/ImageQualityGroup.js ***!
|
|
7176
7176
|
\********************************************************/
|
|
7177
|
-
|
|
7177
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7178
7178
|
|
|
7179
7179
|
__webpack_require__.r(__webpack_exports__);
|
|
7180
7180
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7223,13 +7223,13 @@ class ImageQualityGroup {
|
|
|
7223
7223
|
}
|
|
7224
7224
|
|
|
7225
7225
|
|
|
7226
|
-
/***/ }
|
|
7226
|
+
/***/ },
|
|
7227
7227
|
|
|
7228
|
-
/***/ "./src/results/rfid/AccessControlProcedureType.js"
|
|
7228
|
+
/***/ "./src/results/rfid/AccessControlProcedureType.js"
|
|
7229
7229
|
/*!********************************************************!*\
|
|
7230
7230
|
!*** ./src/results/rfid/AccessControlProcedureType.js ***!
|
|
7231
7231
|
\********************************************************/
|
|
7232
|
-
|
|
7232
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7233
7233
|
|
|
7234
7234
|
__webpack_require__.r(__webpack_exports__);
|
|
7235
7235
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7269,13 +7269,13 @@ class AccessControlProcedureType {
|
|
|
7269
7269
|
}
|
|
7270
7270
|
|
|
7271
7271
|
|
|
7272
|
-
/***/ }
|
|
7272
|
+
/***/ },
|
|
7273
7273
|
|
|
7274
|
-
/***/ "./src/results/rfid/Application.js"
|
|
7274
|
+
/***/ "./src/results/rfid/Application.js"
|
|
7275
7275
|
/*!*****************************************!*\
|
|
7276
7276
|
!*** ./src/results/rfid/Application.js ***!
|
|
7277
7277
|
\*****************************************/
|
|
7278
|
-
|
|
7278
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7279
7279
|
|
|
7280
7280
|
__webpack_require__.r(__webpack_exports__);
|
|
7281
7281
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7345,13 +7345,13 @@ const RFIDApplicationType = {
|
|
|
7345
7345
|
}
|
|
7346
7346
|
|
|
7347
7347
|
|
|
7348
|
-
/***/ }
|
|
7348
|
+
/***/ },
|
|
7349
7349
|
|
|
7350
|
-
/***/ "./src/results/rfid/Attribute.js"
|
|
7350
|
+
/***/ "./src/results/rfid/Attribute.js"
|
|
7351
7351
|
/*!***************************************!*\
|
|
7352
7352
|
!*** ./src/results/rfid/Attribute.js ***!
|
|
7353
7353
|
\***************************************/
|
|
7354
|
-
|
|
7354
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7355
7355
|
|
|
7356
7356
|
__webpack_require__.r(__webpack_exports__);
|
|
7357
7357
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7383,13 +7383,13 @@ class Attribute {
|
|
|
7383
7383
|
}
|
|
7384
7384
|
|
|
7385
7385
|
|
|
7386
|
-
/***/ }
|
|
7386
|
+
/***/ },
|
|
7387
7387
|
|
|
7388
|
-
/***/ "./src/results/rfid/Authority.js"
|
|
7388
|
+
/***/ "./src/results/rfid/Authority.js"
|
|
7389
7389
|
/*!***************************************!*\
|
|
7390
7390
|
!*** ./src/results/rfid/Authority.js ***!
|
|
7391
7391
|
\***************************************/
|
|
7392
|
-
|
|
7392
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7393
7393
|
|
|
7394
7394
|
__webpack_require__.r(__webpack_exports__);
|
|
7395
7395
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7435,13 +7435,13 @@ class Authority {
|
|
|
7435
7435
|
}
|
|
7436
7436
|
|
|
7437
7437
|
|
|
7438
|
-
/***/ }
|
|
7438
|
+
/***/ },
|
|
7439
7439
|
|
|
7440
|
-
/***/ "./src/results/rfid/CardProperties.js"
|
|
7440
|
+
/***/ "./src/results/rfid/CardProperties.js"
|
|
7441
7441
|
/*!********************************************!*\
|
|
7442
7442
|
!*** ./src/results/rfid/CardProperties.js ***!
|
|
7443
7443
|
\********************************************/
|
|
7444
|
-
|
|
7444
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7445
7445
|
|
|
7446
7446
|
__webpack_require__.r(__webpack_exports__);
|
|
7447
7447
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7506,13 +7506,13 @@ class CardProperties {
|
|
|
7506
7506
|
}
|
|
7507
7507
|
|
|
7508
7508
|
|
|
7509
|
-
/***/ }
|
|
7509
|
+
/***/ },
|
|
7510
7510
|
|
|
7511
|
-
/***/ "./src/results/rfid/CertificateChain.js"
|
|
7511
|
+
/***/ "./src/results/rfid/CertificateChain.js"
|
|
7512
7512
|
/*!**********************************************!*\
|
|
7513
7513
|
!*** ./src/results/rfid/CertificateChain.js ***!
|
|
7514
7514
|
\**********************************************/
|
|
7515
|
-
|
|
7515
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7516
7516
|
|
|
7517
7517
|
__webpack_require__.r(__webpack_exports__);
|
|
7518
7518
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7594,13 +7594,13 @@ class CertificateChain {
|
|
|
7594
7594
|
}
|
|
7595
7595
|
|
|
7596
7596
|
|
|
7597
|
-
/***/ }
|
|
7597
|
+
/***/ },
|
|
7598
7598
|
|
|
7599
|
-
/***/ "./src/results/rfid/CertificateData.js"
|
|
7599
|
+
/***/ "./src/results/rfid/CertificateData.js"
|
|
7600
7600
|
/*!*********************************************!*\
|
|
7601
7601
|
!*** ./src/results/rfid/CertificateData.js ***!
|
|
7602
7602
|
\*********************************************/
|
|
7603
|
-
|
|
7603
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7604
7604
|
|
|
7605
7605
|
__webpack_require__.r(__webpack_exports__);
|
|
7606
7606
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7628,13 +7628,13 @@ class CertificateData {
|
|
|
7628
7628
|
}
|
|
7629
7629
|
}
|
|
7630
7630
|
|
|
7631
|
-
/***/ }
|
|
7631
|
+
/***/ },
|
|
7632
7632
|
|
|
7633
|
-
/***/ "./src/results/rfid/DataField.js"
|
|
7633
|
+
/***/ "./src/results/rfid/DataField.js"
|
|
7634
7634
|
/*!***************************************!*\
|
|
7635
7635
|
!*** ./src/results/rfid/DataField.js ***!
|
|
7636
7636
|
\***************************************/
|
|
7637
|
-
|
|
7637
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7638
7638
|
|
|
7639
7639
|
__webpack_require__.r(__webpack_exports__);
|
|
7640
7640
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7665,13 +7665,13 @@ class DataField {
|
|
|
7665
7665
|
}
|
|
7666
7666
|
}
|
|
7667
7667
|
|
|
7668
|
-
/***/ }
|
|
7668
|
+
/***/ },
|
|
7669
7669
|
|
|
7670
|
-
/***/ "./src/results/rfid/Extension.js"
|
|
7670
|
+
/***/ "./src/results/rfid/Extension.js"
|
|
7671
7671
|
/*!***************************************!*\
|
|
7672
7672
|
!*** ./src/results/rfid/Extension.js ***!
|
|
7673
7673
|
\***************************************/
|
|
7674
|
-
|
|
7674
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7675
7675
|
|
|
7676
7676
|
__webpack_require__.r(__webpack_exports__);
|
|
7677
7677
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7699,13 +7699,13 @@ class Extension {
|
|
|
7699
7699
|
}
|
|
7700
7700
|
}
|
|
7701
7701
|
|
|
7702
|
-
/***/ }
|
|
7702
|
+
/***/ },
|
|
7703
7703
|
|
|
7704
|
-
/***/ "./src/results/rfid/File.js"
|
|
7704
|
+
/***/ "./src/results/rfid/File.js"
|
|
7705
7705
|
/*!**********************************!*\
|
|
7706
7706
|
!*** ./src/results/rfid/File.js ***!
|
|
7707
7707
|
\**********************************/
|
|
7708
|
-
|
|
7708
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7709
7709
|
|
|
7710
7710
|
__webpack_require__.r(__webpack_exports__);
|
|
7711
7711
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7773,13 +7773,13 @@ class File {
|
|
|
7773
7773
|
}
|
|
7774
7774
|
|
|
7775
7775
|
|
|
7776
|
-
/***/ }
|
|
7776
|
+
/***/ },
|
|
7777
7777
|
|
|
7778
|
-
/***/ "./src/results/rfid/FileData.js"
|
|
7778
|
+
/***/ "./src/results/rfid/FileData.js"
|
|
7779
7779
|
/*!**************************************!*\
|
|
7780
7780
|
!*** ./src/results/rfid/FileData.js ***!
|
|
7781
7781
|
\**************************************/
|
|
7782
|
-
|
|
7782
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7783
7783
|
|
|
7784
7784
|
__webpack_require__.r(__webpack_exports__);
|
|
7785
7785
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7814,13 +7814,13 @@ class FileData {
|
|
|
7814
7814
|
}
|
|
7815
7815
|
|
|
7816
7816
|
|
|
7817
|
-
/***/ }
|
|
7817
|
+
/***/ },
|
|
7818
7818
|
|
|
7819
|
-
/***/ "./src/results/rfid/RFIDAccessControlProcedureType.js"
|
|
7819
|
+
/***/ "./src/results/rfid/RFIDAccessControlProcedureType.js"
|
|
7820
7820
|
/*!************************************************************!*\
|
|
7821
7821
|
!*** ./src/results/rfid/RFIDAccessControlProcedureType.js ***!
|
|
7822
7822
|
\************************************************************/
|
|
7823
|
-
|
|
7823
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7824
7824
|
|
|
7825
7825
|
__webpack_require__.r(__webpack_exports__);
|
|
7826
7826
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7838,13 +7838,13 @@ const RFIDAccessControlProcedureType = {
|
|
|
7838
7838
|
};
|
|
7839
7839
|
|
|
7840
7840
|
|
|
7841
|
-
/***/ }
|
|
7841
|
+
/***/ },
|
|
7842
7842
|
|
|
7843
|
-
/***/ "./src/results/rfid/RFIDCertificateType.js"
|
|
7843
|
+
/***/ "./src/results/rfid/RFIDCertificateType.js"
|
|
7844
7844
|
/*!*************************************************!*\
|
|
7845
7845
|
!*** ./src/results/rfid/RFIDCertificateType.js ***!
|
|
7846
7846
|
\*************************************************/
|
|
7847
|
-
|
|
7847
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7848
7848
|
|
|
7849
7849
|
__webpack_require__.r(__webpack_exports__);
|
|
7850
7850
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7865,13 +7865,13 @@ const RFIDCertificateType = {
|
|
|
7865
7865
|
};
|
|
7866
7866
|
|
|
7867
7867
|
|
|
7868
|
-
/***/ }
|
|
7868
|
+
/***/ },
|
|
7869
7869
|
|
|
7870
|
-
/***/ "./src/results/rfid/RFIDDataFileType.js"
|
|
7870
|
+
/***/ "./src/results/rfid/RFIDDataFileType.js"
|
|
7871
7871
|
/*!**********************************************!*\
|
|
7872
7872
|
!*** ./src/results/rfid/RFIDDataFileType.js ***!
|
|
7873
7873
|
\**********************************************/
|
|
7874
|
-
|
|
7874
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7875
7875
|
|
|
7876
7876
|
__webpack_require__.r(__webpack_exports__);
|
|
7877
7877
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -7978,13 +7978,13 @@ RFIDDataFileType.getTranslation = async function (value) {
|
|
|
7978
7978
|
}
|
|
7979
7979
|
|
|
7980
7980
|
|
|
7981
|
-
/***/ }
|
|
7981
|
+
/***/ },
|
|
7982
7982
|
|
|
7983
|
-
/***/ "./src/results/rfid/RFIDSessionData.js"
|
|
7983
|
+
/***/ "./src/results/rfid/RFIDSessionData.js"
|
|
7984
7984
|
/*!*********************************************!*\
|
|
7985
7985
|
!*** ./src/results/rfid/RFIDSessionData.js ***!
|
|
7986
7986
|
\*********************************************/
|
|
7987
|
-
|
|
7987
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7988
7988
|
|
|
7989
7989
|
__webpack_require__.r(__webpack_exports__);
|
|
7990
7990
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8091,13 +8091,13 @@ class RFIDSessionData {
|
|
|
8091
8091
|
}
|
|
8092
8092
|
|
|
8093
8093
|
|
|
8094
|
-
/***/ }
|
|
8094
|
+
/***/ },
|
|
8095
8095
|
|
|
8096
|
-
/***/ "./src/results/rfid/RFIDValidity.js"
|
|
8096
|
+
/***/ "./src/results/rfid/RFIDValidity.js"
|
|
8097
8097
|
/*!******************************************!*\
|
|
8098
8098
|
!*** ./src/results/rfid/RFIDValidity.js ***!
|
|
8099
8099
|
\******************************************/
|
|
8100
|
-
|
|
8100
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8101
8101
|
|
|
8102
8102
|
__webpack_require__.r(__webpack_exports__);
|
|
8103
8103
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8129,13 +8129,13 @@ class RFIDValidity {
|
|
|
8129
8129
|
}
|
|
8130
8130
|
|
|
8131
8131
|
|
|
8132
|
-
/***/ }
|
|
8132
|
+
/***/ },
|
|
8133
8133
|
|
|
8134
|
-
/***/ "./src/results/rfid/RFIDValue.js"
|
|
8134
|
+
/***/ "./src/results/rfid/RFIDValue.js"
|
|
8135
8135
|
/*!***************************************!*\
|
|
8136
8136
|
!*** ./src/results/rfid/RFIDValue.js ***!
|
|
8137
8137
|
\***************************************/
|
|
8138
|
-
|
|
8138
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8139
8139
|
|
|
8140
8140
|
__webpack_require__.r(__webpack_exports__);
|
|
8141
8141
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8173,13 +8173,13 @@ class RFIDValue {
|
|
|
8173
8173
|
}
|
|
8174
8174
|
|
|
8175
8175
|
|
|
8176
|
-
/***/ }
|
|
8176
|
+
/***/ },
|
|
8177
8177
|
|
|
8178
|
-
/***/ "./src/results/rfid/SecurityObject.js"
|
|
8178
|
+
/***/ "./src/results/rfid/SecurityObject.js"
|
|
8179
8179
|
/*!********************************************!*\
|
|
8180
8180
|
!*** ./src/results/rfid/SecurityObject.js ***!
|
|
8181
8181
|
\********************************************/
|
|
8182
|
-
|
|
8182
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8183
8183
|
|
|
8184
8184
|
__webpack_require__.r(__webpack_exports__);
|
|
8185
8185
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8229,13 +8229,13 @@ class SecurityObject {
|
|
|
8229
8229
|
}
|
|
8230
8230
|
|
|
8231
8231
|
|
|
8232
|
-
/***/ }
|
|
8232
|
+
/***/ },
|
|
8233
8233
|
|
|
8234
|
-
/***/ "./src/results/rfid/SecurityObjectCertificates.js"
|
|
8234
|
+
/***/ "./src/results/rfid/SecurityObjectCertificates.js"
|
|
8235
8235
|
/*!********************************************************!*\
|
|
8236
8236
|
!*** ./src/results/rfid/SecurityObjectCertificates.js ***!
|
|
8237
8237
|
\********************************************************/
|
|
8238
|
-
|
|
8238
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8239
8239
|
|
|
8240
8240
|
__webpack_require__.r(__webpack_exports__);
|
|
8241
8241
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8264,13 +8264,13 @@ class SecurityObjectCertificates {
|
|
|
8264
8264
|
}
|
|
8265
8265
|
|
|
8266
8266
|
|
|
8267
|
-
/***/ }
|
|
8267
|
+
/***/ },
|
|
8268
8268
|
|
|
8269
|
-
/***/ "./src/results/rfid/SignerInfo.js"
|
|
8269
|
+
/***/ "./src/results/rfid/SignerInfo.js"
|
|
8270
8270
|
/*!****************************************!*\
|
|
8271
8271
|
!*** ./src/results/rfid/SignerInfo.js ***!
|
|
8272
8272
|
\****************************************/
|
|
8273
|
-
|
|
8273
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8274
8274
|
|
|
8275
8275
|
__webpack_require__.r(__webpack_exports__);
|
|
8276
8276
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8356,13 +8356,13 @@ class SignerInfo {
|
|
|
8356
8356
|
}
|
|
8357
8357
|
|
|
8358
8358
|
|
|
8359
|
-
/***/ }
|
|
8359
|
+
/***/ },
|
|
8360
8360
|
|
|
8361
|
-
/***/ "./src/results/status/CheckResult.js"
|
|
8361
|
+
/***/ "./src/results/status/CheckResult.js"
|
|
8362
8362
|
/*!*******************************************!*\
|
|
8363
8363
|
!*** ./src/results/status/CheckResult.js ***!
|
|
8364
8364
|
\*******************************************/
|
|
8365
|
-
|
|
8365
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8366
8366
|
|
|
8367
8367
|
__webpack_require__.r(__webpack_exports__);
|
|
8368
8368
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8375,13 +8375,13 @@ const CheckResult = {
|
|
|
8375
8375
|
};
|
|
8376
8376
|
|
|
8377
8377
|
|
|
8378
|
-
/***/ }
|
|
8378
|
+
/***/ },
|
|
8379
8379
|
|
|
8380
|
-
/***/ "./src/results/status/OpticalStatus.js"
|
|
8380
|
+
/***/ "./src/results/status/OpticalStatus.js"
|
|
8381
8381
|
/*!*********************************************!*\
|
|
8382
8382
|
!*** ./src/results/status/OpticalStatus.js ***!
|
|
8383
8383
|
\*********************************************/
|
|
8384
|
-
|
|
8384
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8385
8385
|
|
|
8386
8386
|
__webpack_require__.r(__webpack_exports__);
|
|
8387
8387
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8434,13 +8434,13 @@ class OpticalStatus {
|
|
|
8434
8434
|
}
|
|
8435
8435
|
|
|
8436
8436
|
|
|
8437
|
-
/***/ }
|
|
8437
|
+
/***/ },
|
|
8438
8438
|
|
|
8439
|
-
/***/ "./src/results/status/RFIDStatus.js"
|
|
8439
|
+
/***/ "./src/results/status/RFIDStatus.js"
|
|
8440
8440
|
/*!******************************************!*\
|
|
8441
8441
|
!*** ./src/results/status/RFIDStatus.js ***!
|
|
8442
8442
|
\******************************************/
|
|
8443
|
-
|
|
8443
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8444
8444
|
|
|
8445
8445
|
__webpack_require__.r(__webpack_exports__);
|
|
8446
8446
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8487,13 +8487,13 @@ class RFIDStatus {
|
|
|
8487
8487
|
}
|
|
8488
8488
|
|
|
8489
8489
|
|
|
8490
|
-
/***/ }
|
|
8490
|
+
/***/ },
|
|
8491
8491
|
|
|
8492
|
-
/***/ "./src/results/status/ResultsStatus.js"
|
|
8492
|
+
/***/ "./src/results/status/ResultsStatus.js"
|
|
8493
8493
|
/*!*********************************************!*\
|
|
8494
8494
|
!*** ./src/results/status/ResultsStatus.js ***!
|
|
8495
8495
|
\*********************************************/
|
|
8496
|
-
|
|
8496
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8497
8497
|
|
|
8498
8498
|
__webpack_require__.r(__webpack_exports__);
|
|
8499
8499
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8544,13 +8544,13 @@ class ResultsStatus {
|
|
|
8544
8544
|
}
|
|
8545
8545
|
|
|
8546
8546
|
|
|
8547
|
-
/***/ }
|
|
8547
|
+
/***/ },
|
|
8548
8548
|
|
|
8549
|
-
/***/ "./src/results/visible_digital_seals/BytesData.js"
|
|
8549
|
+
/***/ "./src/results/visible_digital_seals/BytesData.js"
|
|
8550
8550
|
/*!********************************************************!*\
|
|
8551
8551
|
!*** ./src/results/visible_digital_seals/BytesData.js ***!
|
|
8552
8552
|
\********************************************************/
|
|
8553
|
-
|
|
8553
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8554
8554
|
|
|
8555
8555
|
__webpack_require__.r(__webpack_exports__);
|
|
8556
8556
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8585,13 +8585,13 @@ class BytesData {
|
|
|
8585
8585
|
}
|
|
8586
8586
|
|
|
8587
8587
|
|
|
8588
|
-
/***/ }
|
|
8588
|
+
/***/ },
|
|
8589
8589
|
|
|
8590
|
-
/***/ "./src/results/visible_digital_seals/LDSParsingErrorCodes.js"
|
|
8590
|
+
/***/ "./src/results/visible_digital_seals/LDSParsingErrorCodes.js"
|
|
8591
8591
|
/*!*******************************************************************!*\
|
|
8592
8592
|
!*** ./src/results/visible_digital_seals/LDSParsingErrorCodes.js ***!
|
|
8593
8593
|
\*******************************************************************/
|
|
8594
|
-
|
|
8594
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8595
8595
|
|
|
8596
8596
|
__webpack_require__.r(__webpack_exports__);
|
|
8597
8597
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8734,13 +8734,13 @@ LDSParsingErrorCodes.getTranslation = async function (value) {
|
|
|
8734
8734
|
}
|
|
8735
8735
|
|
|
8736
8736
|
|
|
8737
|
-
/***/ }
|
|
8737
|
+
/***/ },
|
|
8738
8738
|
|
|
8739
|
-
/***/ "./src/results/visible_digital_seals/LDSParsingNotificationCodes.js"
|
|
8739
|
+
/***/ "./src/results/visible_digital_seals/LDSParsingNotificationCodes.js"
|
|
8740
8740
|
/*!**************************************************************************!*\
|
|
8741
8741
|
!*** ./src/results/visible_digital_seals/LDSParsingNotificationCodes.js ***!
|
|
8742
8742
|
\**************************************************************************/
|
|
8743
|
-
|
|
8743
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8744
8744
|
|
|
8745
8745
|
__webpack_require__.r(__webpack_exports__);
|
|
8746
8746
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -8981,13 +8981,13 @@ LDSParsingNotificationCodes.getTranslation = async function (value) {
|
|
|
8981
8981
|
}
|
|
8982
8982
|
|
|
8983
8983
|
|
|
8984
|
-
/***/ }
|
|
8984
|
+
/***/ },
|
|
8985
8985
|
|
|
8986
|
-
/***/ "./src/results/visible_digital_seals/VDSNCData.js"
|
|
8986
|
+
/***/ "./src/results/visible_digital_seals/VDSNCData.js"
|
|
8987
8987
|
/*!********************************************************!*\
|
|
8988
8988
|
!*** ./src/results/visible_digital_seals/VDSNCData.js ***!
|
|
8989
8989
|
\********************************************************/
|
|
8990
|
-
|
|
8990
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8991
8991
|
|
|
8992
8992
|
__webpack_require__.r(__webpack_exports__);
|
|
8993
8993
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9051,13 +9051,13 @@ class VDSNCData {
|
|
|
9051
9051
|
}
|
|
9052
9052
|
|
|
9053
9053
|
|
|
9054
|
-
/***/ }
|
|
9054
|
+
/***/ },
|
|
9055
9055
|
|
|
9056
|
-
/***/ "./src/results/visual_results/Comparison.js"
|
|
9056
|
+
/***/ "./src/results/visual_results/Comparison.js"
|
|
9057
9057
|
/*!**************************************************!*\
|
|
9058
9058
|
!*** ./src/results/visual_results/Comparison.js ***!
|
|
9059
9059
|
\**************************************************/
|
|
9060
|
-
|
|
9060
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9061
9061
|
|
|
9062
9062
|
__webpack_require__.r(__webpack_exports__);
|
|
9063
9063
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9093,13 +9093,13 @@ class Comparison {
|
|
|
9093
9093
|
}
|
|
9094
9094
|
}
|
|
9095
9095
|
|
|
9096
|
-
/***/ }
|
|
9096
|
+
/***/ },
|
|
9097
9097
|
|
|
9098
|
-
/***/ "./src/results/visual_results/FieldType.js"
|
|
9098
|
+
/***/ "./src/results/visual_results/FieldType.js"
|
|
9099
9099
|
/*!*************************************************!*\
|
|
9100
9100
|
!*** ./src/results/visual_results/FieldType.js ***!
|
|
9101
9101
|
\*************************************************/
|
|
9102
|
-
|
|
9102
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9103
9103
|
|
|
9104
9104
|
__webpack_require__.r(__webpack_exports__);
|
|
9105
9105
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9768,13 +9768,13 @@ FieldType.getTranslation = async function (value) {
|
|
|
9768
9768
|
}
|
|
9769
9769
|
|
|
9770
9770
|
|
|
9771
|
-
/***/ }
|
|
9771
|
+
/***/ },
|
|
9772
9772
|
|
|
9773
|
-
/***/ "./src/results/visual_results/GraphicField.js"
|
|
9773
|
+
/***/ "./src/results/visual_results/GraphicField.js"
|
|
9774
9774
|
/*!****************************************************!*\
|
|
9775
9775
|
!*** ./src/results/visual_results/GraphicField.js ***!
|
|
9776
9776
|
\****************************************************/
|
|
9777
|
-
|
|
9777
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9778
9778
|
|
|
9779
9779
|
__webpack_require__.r(__webpack_exports__);
|
|
9780
9780
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9832,13 +9832,13 @@ class GraphicField {
|
|
|
9832
9832
|
}
|
|
9833
9833
|
}
|
|
9834
9834
|
|
|
9835
|
-
/***/ }
|
|
9835
|
+
/***/ },
|
|
9836
9836
|
|
|
9837
|
-
/***/ "./src/results/visual_results/GraphicFieldType.js"
|
|
9837
|
+
/***/ "./src/results/visual_results/GraphicFieldType.js"
|
|
9838
9838
|
/*!********************************************************!*\
|
|
9839
9839
|
!*** ./src/results/visual_results/GraphicFieldType.js ***!
|
|
9840
9840
|
\********************************************************/
|
|
9841
|
-
|
|
9841
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9842
9842
|
|
|
9843
9843
|
__webpack_require__.r(__webpack_exports__);
|
|
9844
9844
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9870,13 +9870,13 @@ const GraphicFieldType = {
|
|
|
9870
9870
|
FINGER_RIGHT_LITTLE: 309
|
|
9871
9871
|
};
|
|
9872
9872
|
|
|
9873
|
-
/***/ }
|
|
9873
|
+
/***/ },
|
|
9874
9874
|
|
|
9875
|
-
/***/ "./src/results/visual_results/GraphicResult.js"
|
|
9875
|
+
/***/ "./src/results/visual_results/GraphicResult.js"
|
|
9876
9876
|
/*!*****************************************************!*\
|
|
9877
9877
|
!*** ./src/results/visual_results/GraphicResult.js ***!
|
|
9878
9878
|
\*****************************************************/
|
|
9879
|
-
|
|
9879
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9880
9880
|
|
|
9881
9881
|
__webpack_require__.r(__webpack_exports__);
|
|
9882
9882
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -9912,13 +9912,13 @@ class GraphicResult {
|
|
|
9912
9912
|
}
|
|
9913
9913
|
}
|
|
9914
9914
|
|
|
9915
|
-
/***/ }
|
|
9915
|
+
/***/ },
|
|
9916
9916
|
|
|
9917
|
-
/***/ "./src/results/visual_results/LCID.js"
|
|
9917
|
+
/***/ "./src/results/visual_results/LCID.js"
|
|
9918
9918
|
/*!********************************************!*\
|
|
9919
9919
|
!*** ./src/results/visual_results/LCID.js ***!
|
|
9920
9920
|
\********************************************/
|
|
9921
|
-
|
|
9921
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9922
9922
|
|
|
9923
9923
|
__webpack_require__.r(__webpack_exports__);
|
|
9924
9924
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10101,13 +10101,13 @@ LCID.getTranslation = async function (value) {
|
|
|
10101
10101
|
}
|
|
10102
10102
|
|
|
10103
10103
|
|
|
10104
|
-
/***/ }
|
|
10104
|
+
/***/ },
|
|
10105
10105
|
|
|
10106
|
-
/***/ "./src/results/visual_results/Lights.js"
|
|
10106
|
+
/***/ "./src/results/visual_results/Lights.js"
|
|
10107
10107
|
/*!**********************************************!*\
|
|
10108
10108
|
!*** ./src/results/visual_results/Lights.js ***!
|
|
10109
10109
|
\**********************************************/
|
|
10110
|
-
|
|
10110
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10111
10111
|
|
|
10112
10112
|
__webpack_require__.r(__webpack_exports__);
|
|
10113
10113
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10125,13 +10125,13 @@ const Lights = {
|
|
|
10125
10125
|
WHITE_FULL_OVD: 6 | 67108864
|
|
10126
10126
|
};
|
|
10127
10127
|
|
|
10128
|
-
/***/ }
|
|
10128
|
+
/***/ },
|
|
10129
10129
|
|
|
10130
|
-
/***/ "./src/results/visual_results/RFIDOrigin.js"
|
|
10130
|
+
/***/ "./src/results/visual_results/RFIDOrigin.js"
|
|
10131
10131
|
/*!**************************************************!*\
|
|
10132
10132
|
!*** ./src/results/visual_results/RFIDOrigin.js ***!
|
|
10133
10133
|
\**************************************************/
|
|
10134
|
-
|
|
10134
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10135
10135
|
|
|
10136
10136
|
__webpack_require__.r(__webpack_exports__);
|
|
10137
10137
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10165,13 +10165,13 @@ class RFIDOrigin {
|
|
|
10165
10165
|
}
|
|
10166
10166
|
}
|
|
10167
10167
|
|
|
10168
|
-
/***/ }
|
|
10168
|
+
/***/ },
|
|
10169
10169
|
|
|
10170
|
-
/***/ "./src/results/visual_results/Rect.js"
|
|
10170
|
+
/***/ "./src/results/visual_results/Rect.js"
|
|
10171
10171
|
/*!********************************************!*\
|
|
10172
10172
|
!*** ./src/results/visual_results/Rect.js ***!
|
|
10173
10173
|
\********************************************/
|
|
10174
|
-
|
|
10174
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10175
10175
|
|
|
10176
10176
|
__webpack_require__.r(__webpack_exports__);
|
|
10177
10177
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10205,13 +10205,13 @@ class Rect {
|
|
|
10205
10205
|
}
|
|
10206
10206
|
}
|
|
10207
10207
|
|
|
10208
|
-
/***/ }
|
|
10208
|
+
/***/ },
|
|
10209
10209
|
|
|
10210
|
-
/***/ "./src/results/visual_results/Symbol.js"
|
|
10210
|
+
/***/ "./src/results/visual_results/Symbol.js"
|
|
10211
10211
|
/*!**********************************************!*\
|
|
10212
10212
|
!*** ./src/results/visual_results/Symbol.js ***!
|
|
10213
10213
|
\**********************************************/
|
|
10214
|
-
|
|
10214
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10215
10215
|
|
|
10216
10216
|
__webpack_require__.r(__webpack_exports__);
|
|
10217
10217
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10245,13 +10245,13 @@ class Symbol {
|
|
|
10245
10245
|
}
|
|
10246
10246
|
}
|
|
10247
10247
|
|
|
10248
|
-
/***/ }
|
|
10248
|
+
/***/ },
|
|
10249
10249
|
|
|
10250
|
-
/***/ "./src/results/visual_results/TextField.js"
|
|
10250
|
+
/***/ "./src/results/visual_results/TextField.js"
|
|
10251
10251
|
/*!*************************************************!*\
|
|
10252
10252
|
!*** ./src/results/visual_results/TextField.js ***!
|
|
10253
10253
|
\*************************************************/
|
|
10254
|
-
|
|
10254
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10255
10255
|
|
|
10256
10256
|
__webpack_require__.r(__webpack_exports__);
|
|
10257
10257
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10349,13 +10349,13 @@ class TextField {
|
|
|
10349
10349
|
}
|
|
10350
10350
|
}
|
|
10351
10351
|
|
|
10352
|
-
/***/ }
|
|
10352
|
+
/***/ },
|
|
10353
10353
|
|
|
10354
|
-
/***/ "./src/results/visual_results/TextResult.js"
|
|
10354
|
+
/***/ "./src/results/visual_results/TextResult.js"
|
|
10355
10355
|
/*!**************************************************!*\
|
|
10356
10356
|
!*** ./src/results/visual_results/TextResult.js ***!
|
|
10357
10357
|
\**************************************************/
|
|
10358
|
-
|
|
10358
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10359
10359
|
|
|
10360
10360
|
__webpack_require__.r(__webpack_exports__);
|
|
10361
10361
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10417,13 +10417,13 @@ class TextResult {
|
|
|
10417
10417
|
}
|
|
10418
10418
|
}
|
|
10419
10419
|
|
|
10420
|
-
/***/ }
|
|
10420
|
+
/***/ },
|
|
10421
10421
|
|
|
10422
|
-
/***/ "./src/results/visual_results/TextSource.js"
|
|
10422
|
+
/***/ "./src/results/visual_results/TextSource.js"
|
|
10423
10423
|
/*!**************************************************!*\
|
|
10424
10424
|
!*** ./src/results/visual_results/TextSource.js ***!
|
|
10425
10425
|
\**************************************************/
|
|
10426
|
-
|
|
10426
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10427
10427
|
|
|
10428
10428
|
__webpack_require__.r(__webpack_exports__);
|
|
10429
10429
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10459,13 +10459,13 @@ class TextSource {
|
|
|
10459
10459
|
}
|
|
10460
10460
|
}
|
|
10461
10461
|
|
|
10462
|
-
/***/ }
|
|
10462
|
+
/***/ },
|
|
10463
10463
|
|
|
10464
|
-
/***/ "./src/results/visual_results/Validity.js"
|
|
10464
|
+
/***/ "./src/results/visual_results/Validity.js"
|
|
10465
10465
|
/*!************************************************!*\
|
|
10466
10466
|
!*** ./src/results/visual_results/Validity.js ***!
|
|
10467
10467
|
\************************************************/
|
|
10468
|
-
|
|
10468
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10469
10469
|
|
|
10470
10470
|
__webpack_require__.r(__webpack_exports__);
|
|
10471
10471
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10498,13 +10498,13 @@ class Validity {
|
|
|
10498
10498
|
}
|
|
10499
10499
|
}
|
|
10500
10500
|
|
|
10501
|
-
/***/ }
|
|
10501
|
+
/***/ },
|
|
10502
10502
|
|
|
10503
|
-
/***/ "./src/results/visual_results/Value.js"
|
|
10503
|
+
/***/ "./src/results/visual_results/Value.js"
|
|
10504
10504
|
/*!*********************************************!*\
|
|
10505
10505
|
!*** ./src/results/visual_results/Value.js ***!
|
|
10506
10506
|
\*********************************************/
|
|
10507
|
-
|
|
10507
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10508
10508
|
|
|
10509
10509
|
__webpack_require__.r(__webpack_exports__);
|
|
10510
10510
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10567,13 +10567,13 @@ class Value {
|
|
|
10567
10567
|
}
|
|
10568
10568
|
}
|
|
10569
10569
|
|
|
10570
|
-
/***/ }
|
|
10570
|
+
/***/ },
|
|
10571
10571
|
|
|
10572
|
-
/***/ "./src/rfid/PAAttribute.js"
|
|
10572
|
+
/***/ "./src/rfid/PAAttribute.js"
|
|
10573
10573
|
/*!*********************************!*\
|
|
10574
10574
|
!*** ./src/rfid/PAAttribute.js ***!
|
|
10575
10575
|
\*********************************/
|
|
10576
|
-
|
|
10576
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10577
10577
|
|
|
10578
10578
|
__webpack_require__.r(__webpack_exports__);
|
|
10579
10579
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10605,13 +10605,13 @@ class PAAttribute {
|
|
|
10605
10605
|
}
|
|
10606
10606
|
|
|
10607
10607
|
|
|
10608
|
-
/***/ }
|
|
10608
|
+
/***/ },
|
|
10609
10609
|
|
|
10610
|
-
/***/ "./src/rfid/PAResourcesIssuer.js"
|
|
10610
|
+
/***/ "./src/rfid/PAResourcesIssuer.js"
|
|
10611
10611
|
/*!***************************************!*\
|
|
10612
10612
|
!*** ./src/rfid/PAResourcesIssuer.js ***!
|
|
10613
10613
|
\***************************************/
|
|
10614
|
-
|
|
10614
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10615
10615
|
|
|
10616
10616
|
__webpack_require__.r(__webpack_exports__);
|
|
10617
10617
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10655,13 +10655,13 @@ class PAResourcesIssuer {
|
|
|
10655
10655
|
}
|
|
10656
10656
|
|
|
10657
10657
|
|
|
10658
|
-
/***/ }
|
|
10658
|
+
/***/ },
|
|
10659
10659
|
|
|
10660
|
-
/***/ "./src/rfid/PKDCertificate.js"
|
|
10660
|
+
/***/ "./src/rfid/PKDCertificate.js"
|
|
10661
10661
|
/*!************************************!*\
|
|
10662
10662
|
!*** ./src/rfid/PKDCertificate.js ***!
|
|
10663
10663
|
\************************************/
|
|
10664
|
-
|
|
10664
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10665
10665
|
|
|
10666
10666
|
__webpack_require__.r(__webpack_exports__);
|
|
10667
10667
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10732,13 +10732,13 @@ const PKDResourceType = {
|
|
|
10732
10732
|
}
|
|
10733
10733
|
|
|
10734
10734
|
|
|
10735
|
-
/***/ }
|
|
10735
|
+
/***/ },
|
|
10736
10736
|
|
|
10737
|
-
/***/ "./src/rfid/RFIDErrorCodes.js"
|
|
10737
|
+
/***/ "./src/rfid/RFIDErrorCodes.js"
|
|
10738
10738
|
/*!************************************!*\
|
|
10739
10739
|
!*** ./src/rfid/RFIDErrorCodes.js ***!
|
|
10740
10740
|
\************************************/
|
|
10741
|
-
|
|
10741
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10742
10742
|
|
|
10743
10743
|
__webpack_require__.r(__webpack_exports__);
|
|
10744
10744
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10870,13 +10870,13 @@ RFIDErrorCodes.getTranslation = async function (value) {
|
|
|
10870
10870
|
}
|
|
10871
10871
|
|
|
10872
10872
|
|
|
10873
|
-
/***/ }
|
|
10873
|
+
/***/ },
|
|
10874
10874
|
|
|
10875
|
-
/***/ "./src/rfid/RFIDNotification.js"
|
|
10875
|
+
/***/ "./src/rfid/RFIDNotification.js"
|
|
10876
10876
|
/*!**************************************!*\
|
|
10877
10877
|
!*** ./src/rfid/RFIDNotification.js ***!
|
|
10878
10878
|
\**************************************/
|
|
10879
|
-
|
|
10879
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10880
10880
|
|
|
10881
10881
|
__webpack_require__.r(__webpack_exports__);
|
|
10882
10882
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10954,13 +10954,13 @@ const RFIDNotificationCodes = {
|
|
|
10954
10954
|
}
|
|
10955
10955
|
|
|
10956
10956
|
|
|
10957
|
-
/***/ }
|
|
10957
|
+
/***/ },
|
|
10958
10958
|
|
|
10959
|
-
/***/ "./src/rfid/TAChallenge.js"
|
|
10959
|
+
/***/ "./src/rfid/TAChallenge.js"
|
|
10960
10960
|
/*!*********************************!*\
|
|
10961
10961
|
!*** ./src/rfid/TAChallenge.js ***!
|
|
10962
10962
|
\*********************************/
|
|
10963
|
-
|
|
10963
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10964
10964
|
|
|
10965
10965
|
__webpack_require__.r(__webpack_exports__);
|
|
10966
10966
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -11001,13 +11001,13 @@ class TAChallenge {
|
|
|
11001
11001
|
}
|
|
11002
11002
|
|
|
11003
11003
|
|
|
11004
|
-
/***/ }
|
|
11004
|
+
/***/ },
|
|
11005
11005
|
|
|
11006
|
-
/***/ "./src/rfid/TccParams.js"
|
|
11006
|
+
/***/ "./src/rfid/TccParams.js"
|
|
11007
11007
|
/*!*******************************!*\
|
|
11008
11008
|
!*** ./src/rfid/TccParams.js ***!
|
|
11009
11009
|
\*******************************/
|
|
11010
|
-
|
|
11010
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11011
11011
|
|
|
11012
11012
|
__webpack_require__.r(__webpack_exports__);
|
|
11013
11013
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -11049,7 +11049,7 @@ class TccParams {
|
|
|
11049
11049
|
}
|
|
11050
11050
|
|
|
11051
11051
|
|
|
11052
|
-
/***/ }
|
|
11052
|
+
/***/ }
|
|
11053
11053
|
|
|
11054
11054
|
/******/ });
|
|
11055
11055
|
/************************************************************************/
|
|
@@ -11063,6 +11063,12 @@ class TccParams {
|
|
|
11063
11063
|
/******/ if (cachedModule !== undefined) {
|
|
11064
11064
|
/******/ return cachedModule.exports;
|
|
11065
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
|
+
/******/ }
|
|
11066
11072
|
/******/ // Create a new module (and put it into the cache)
|
|
11067
11073
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
11068
11074
|
/******/ // no module.id needed
|