@regulaforensics/ionic-native-document-reader 7.5.418-nightly → 7.5.419-nightly
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/example/config.xml +0 -2
- package/example/package.json +3 -3
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/ngx/index.d.ts +1 -1
- package/ngx/index.js +2 -2
- package/package.json +1 -1
- package/reactExample/android/app/src/main/AndroidManifest.xml +0 -1
- package/reactExample/ios/App/App/Info.plist +5 -0
- package/reactExample/package.json +3 -3
package/example/config.xml
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
<preference name="SplashScreen" value="screen" />
|
|
20
20
|
<preference name="SplashScreenDelay" value="3000" />
|
|
21
21
|
<platform name="android">
|
|
22
|
-
<preference name="orientation" value="portrait" />
|
|
23
22
|
<resource-file src="src/assets/db.dat" target="app/src/main/assets/Regula/db.dat"/>
|
|
24
23
|
<framework src="com.android.support:appcompat-v7:+" />
|
|
25
24
|
<config-file parent="/*" target="AndroidManifest.xml">
|
|
@@ -54,7 +53,6 @@
|
|
|
54
53
|
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
|
|
55
54
|
</platform>
|
|
56
55
|
<platform name="ios">
|
|
57
|
-
<preference name="orientation" value="portrait" />
|
|
58
56
|
<resource-file src="src/assets/db.dat" />
|
|
59
57
|
<allow-intent href="itms:*" />
|
|
60
58
|
<allow-intent href="itms-apps:*" />
|
package/example/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "7.5.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.
|
|
18
|
-
"@regulaforensics/ionic-native-document-reader": "7.5.
|
|
16
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "7.5.624-nightly",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.751-nightly",
|
|
18
|
+
"@regulaforensics/ionic-native-document-reader": "7.5.419-nightly",
|
|
19
19
|
"cordova-plugin-camera": "7.0.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
21
21
|
"@awesome-cordova-plugins/core": "6.6.0",
|
package/index.d.ts
CHANGED
|
@@ -484,7 +484,7 @@ export declare class DocumentReaderValidity {
|
|
|
484
484
|
export declare class OnlineProcessingConfig {
|
|
485
485
|
mode?: number;
|
|
486
486
|
url?: string;
|
|
487
|
-
|
|
487
|
+
processParams?: ProcessParams;
|
|
488
488
|
imageFormat?: number;
|
|
489
489
|
imageCompressionQuality?: number;
|
|
490
490
|
static fromJson(jsonObject?: any): OnlineProcessingConfig | undefined;
|