@idscan/idvc2 2.5.2 → 2.5.3
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 -0
- package/dist/idvc.js +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -90,6 +90,9 @@ import '@idscan/idvc2/dist/css/idvc.css'
|
|
|
90
90
|
[sales@idscan.net](mailto:sales@idscan.net) or [support@idscan.net](mailto:support@idscan.net)*
|
|
91
91
|
|
|
92
92
|
## Version history
|
|
93
|
+
- **2.5.3**
|
|
94
|
+
- fixed: spinner on resetAllSteps method
|
|
95
|
+
|
|
93
96
|
- **2.5.2**
|
|
94
97
|
- fixed: IDocumentTypeConfig in types declaration
|
|
95
98
|
|
package/dist/idvc.js
CHANGED
|
@@ -5540,7 +5540,7 @@ var context = {
|
|
|
5540
5540
|
isMirroring: false,
|
|
5541
5541
|
imageFormat: 'jpeg',
|
|
5542
5542
|
/* eslint-disable no-undef */ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
5543
|
-
VERSION: '2.5.
|
|
5543
|
+
VERSION: '2.5.3',
|
|
5544
5544
|
/* eslint-enable no-undef */ minPDFframes: 1,
|
|
5545
5545
|
networkUrl: '',
|
|
5546
5546
|
isVideoCapture: false,
|
|
@@ -25872,6 +25872,7 @@ var bl = {
|
|
|
25872
25872
|
(0,spinner/* removeSpinnerState */.u7)();
|
|
25873
25873
|
bl.mount();
|
|
25874
25874
|
} else {
|
|
25875
|
+
(0,spinner/* removeSpinnerState */.u7)();
|
|
25875
25876
|
ui/* default.ui.selectDocumentType.showCancelButton */.ZP.ui.selectDocumentType.showCancelButton();
|
|
25876
25877
|
ui/* default.ui.selectDocumentType.show */.ZP.ui.selectDocumentType.show();
|
|
25877
25878
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idscan/idvc2",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.3",
|
|
4
4
|
"description": "component for the capturing documents",
|
|
5
5
|
"main": "dist/idvc.js",
|
|
6
6
|
"types": "dist/types/idvc.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
16
|
"prepush": "npm run lint && npm run test",
|
|
17
|
-
"start": "webpack serve --mode development
|
|
17
|
+
"start": "webpack serve --mode development",
|
|
18
18
|
"build": "(webpack --mode production --progress --color) & tsc",
|
|
19
19
|
"build:develop": "webpack --mode development --progress --color && npm run pack",
|
|
20
20
|
"pack": "npm pack",
|