@idscan/idvc2 2.0.1 → 2.0.2
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 +3 -1
- package/dist/index.html +11 -11
- package/dist/js/idvc.js +1 -1
- package/package.json +1 -1
- package/dist/LICENSE.txt +0 -202
- package/dist/README.md +0 -727
- package/dist/notes.txt +0 -23
package/README.md
CHANGED
|
@@ -383,7 +383,9 @@ The component has the following customizable properties:
|
|
|
383
383
|
- description of capture progress
|
|
384
384
|
|
|
385
385
|
## Version history
|
|
386
|
-
- **2.0.
|
|
386
|
+
- **2.0.2**
|
|
387
|
+
- fix: manual upload.
|
|
388
|
+
- **2.0.1**
|
|
387
389
|
- deprecated: isShowManualSwitchButton. Now the decision is made on a step config
|
|
388
390
|
- deprecated: enableFlash. Now it shows only if device/browser supports flashlight.
|
|
389
391
|
- deprecated: showSubmitBtn. The submit button is always turned on.
|
package/dist/index.html
CHANGED
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
{
|
|
25
25
|
type: 'ID',
|
|
26
26
|
steps:[
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
{ type: 'front', name: 'Document Front', mode: { uploader: true, video: false } },
|
|
28
|
+
{ type: 'pdf', name: 'Document PDF417 Barcode', mode: { uploader: true, video: false } },
|
|
29
|
+
{ type: 'face', name: 'Face', mode: { uploader: true, video: false } },
|
|
29
30
|
// { type: 'mrz', name: 'Document MRZ', mode: { uploader: true, video: true } },
|
|
30
|
-
{ type: 'front', name: 'Document Front', mode: { uploader: true, video: true } },
|
|
31
31
|
],
|
|
32
32
|
},
|
|
33
33
|
// {
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
// { type: 'barcode', name: 'barcode detection' },
|
|
43
43
|
// ],
|
|
44
44
|
// },
|
|
45
|
-
{
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
},
|
|
45
|
+
// {
|
|
46
|
+
// type: 'Passport',
|
|
47
|
+
// steps:[
|
|
48
|
+
// // { type: 'front', name: 'Document Front' },
|
|
49
|
+
// { type: 'mrz', name: 'Passport Front', mode: { uploader: false, video: true } },
|
|
50
|
+
// // { type: 'face', name: 'Face', mode: { uploader: false, video: true } }
|
|
51
|
+
// ],
|
|
52
|
+
// },
|
|
53
53
|
],
|
|
54
54
|
clickGuidlines () {
|
|
55
55
|
console.log('clickGuidlines')
|