@regulaforensics/ionic-native-document-reader 9.7.630-rc → 9.7.632-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/example/README.md +0 -1
- package/example/config.xml +17 -100
- package/example/package.json +6 -11
- package/example/src/app/app.component.spec.ts +1 -5
- package/example/src/app/app.component.ts +0 -3
- package/example/src/app/app.module.ts +0 -2
- package/index.d.ts +27 -4
- package/index.js +27 -3
- package/ngx/index.d.ts +27 -4
- package/ngx/index.js +27 -3
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
- package/example/browserslist +0 -12
- package/example/e2e/protractor.conf.js +0 -28
- package/example/e2e/src/app.e2e-spec.ts +0 -14
- package/example/e2e/src/app.po.ts +0 -11
- package/example/e2e/tsconfig.json +0 -13
- package/example/karma.conf.js +0 -31
- package/example/tsconfig.spec.json +0 -19
- package/example/tslint.json +0 -88
package/package.json
CHANGED
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"lint": "eslint"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@regulaforensics/ionic-native-document-reader": "9.7.
|
|
16
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.7.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.
|
|
15
|
+
"@regulaforensics/ionic-native-document-reader": "9.7.632-rc",
|
|
16
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.7.694-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.2989-rc",
|
|
18
18
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
19
19
|
"@awesome-cordova-plugins/file": "6.6.0",
|
|
20
20
|
"@capacitor/android": "5.6.0",
|
package/example/browserslist
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
|
|
2
|
-
# For additional information regarding the format and rule options, please see:
|
|
3
|
-
# https://github.com/browserslist/browserslist#queries
|
|
4
|
-
|
|
5
|
-
# You can see what browsers were selected by your queries by running:
|
|
6
|
-
# npx browserslist
|
|
7
|
-
|
|
8
|
-
> 0.5%
|
|
9
|
-
last 2 versions
|
|
10
|
-
Firefox ESR
|
|
11
|
-
not dead
|
|
12
|
-
not IE 9-11 # For IE 9-11 support, remove 'not'.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
// Protractor configuration file, see link for more information
|
|
2
|
-
// https://github.com/angular/protractor/blob/master/lib/config.ts
|
|
3
|
-
|
|
4
|
-
const { SpecReporter } = require('jasmine-spec-reporter');
|
|
5
|
-
|
|
6
|
-
exports.config = {
|
|
7
|
-
allScriptsTimeout: 11000,
|
|
8
|
-
specs: [
|
|
9
|
-
'./src/**/*.e2e-spec.ts'
|
|
10
|
-
],
|
|
11
|
-
capabilities: {
|
|
12
|
-
'browserName': 'chrome'
|
|
13
|
-
},
|
|
14
|
-
directConnect: true,
|
|
15
|
-
baseUrl: 'http://localhost:4200/',
|
|
16
|
-
framework: 'jasmine',
|
|
17
|
-
jasmineNodeOpts: {
|
|
18
|
-
showColors: true,
|
|
19
|
-
defaultTimeoutInterval: 30000,
|
|
20
|
-
print: function() {}
|
|
21
|
-
},
|
|
22
|
-
onPrepare() {
|
|
23
|
-
require('ts-node').register({
|
|
24
|
-
project: require('path').join(__dirname, './tsconfig.json')
|
|
25
|
-
});
|
|
26
|
-
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
|
|
27
|
-
}
|
|
28
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AppPage } from './app.po';
|
|
2
|
-
|
|
3
|
-
describe('new App', () => {
|
|
4
|
-
let page: AppPage;
|
|
5
|
-
|
|
6
|
-
beforeEach(() => {
|
|
7
|
-
page = new AppPage();
|
|
8
|
-
});
|
|
9
|
-
|
|
10
|
-
it('should be blank', () => {
|
|
11
|
-
page.navigateTo();
|
|
12
|
-
expect(page.getParagraphText()).toContain('The world is your oyster.');
|
|
13
|
-
});
|
|
14
|
-
});
|
package/example/karma.conf.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
// Karma configuration file, see link for more information
|
|
2
|
-
// https://karma-runner.github.io/1.0/config/configuration-file.html
|
|
3
|
-
|
|
4
|
-
module.exports = function (config) {
|
|
5
|
-
config.set({
|
|
6
|
-
basePath: '',
|
|
7
|
-
frameworks: ['jasmine', '@angular-devkit/build-angular'],
|
|
8
|
-
plugins: [
|
|
9
|
-
require('karma-jasmine'),
|
|
10
|
-
require('karma-chrome-launcher'),
|
|
11
|
-
require('karma-jasmine-html-reporter'),
|
|
12
|
-
require('karma-coverage-istanbul-reporter'),
|
|
13
|
-
require('@angular-devkit/build-angular/plugins/karma')
|
|
14
|
-
],
|
|
15
|
-
client: {
|
|
16
|
-
clearContext: false // leave Jasmine Spec Runner output visible in browser
|
|
17
|
-
},
|
|
18
|
-
coverageIstanbulReporter: {
|
|
19
|
-
dir: require('path').join(__dirname, '../coverage'),
|
|
20
|
-
reports: ['html', 'lcovonly', 'text-summary'],
|
|
21
|
-
fixWebpackSourcePaths: true
|
|
22
|
-
},
|
|
23
|
-
reporters: ['progress', 'kjhtml'],
|
|
24
|
-
port: 9876,
|
|
25
|
-
colors: true,
|
|
26
|
-
logLevel: config.LOG_INFO,
|
|
27
|
-
autoWatch: true,
|
|
28
|
-
browsers: ['Chrome'],
|
|
29
|
-
singleRun: false
|
|
30
|
-
});
|
|
31
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "./tsconfig.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"outDir": "./out-tsc/spec",
|
|
5
|
-
"types": [
|
|
6
|
-
"jasmine",
|
|
7
|
-
"node"
|
|
8
|
-
]
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"src/test.ts",
|
|
12
|
-
"src/zone-flags.ts",
|
|
13
|
-
"src/polyfills.ts"
|
|
14
|
-
],
|
|
15
|
-
"include": [
|
|
16
|
-
"src/**/*.spec.ts",
|
|
17
|
-
"src/**/*.d.ts"
|
|
18
|
-
]
|
|
19
|
-
}
|
package/example/tslint.json
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "tslint:recommended",
|
|
3
|
-
"rulesDirectory": [
|
|
4
|
-
"codelyzer"
|
|
5
|
-
],
|
|
6
|
-
"rules": {
|
|
7
|
-
"array-type": false,
|
|
8
|
-
"arrow-parens": false,
|
|
9
|
-
"deprecation": {
|
|
10
|
-
"severity": "warn"
|
|
11
|
-
},
|
|
12
|
-
"import-blacklist": [
|
|
13
|
-
true,
|
|
14
|
-
"rxjs/Rx"
|
|
15
|
-
],
|
|
16
|
-
"interface-name": false,
|
|
17
|
-
"max-classes-per-file": false,
|
|
18
|
-
"max-line-length": [
|
|
19
|
-
true,
|
|
20
|
-
140
|
|
21
|
-
],
|
|
22
|
-
"member-access": false,
|
|
23
|
-
"member-ordering": [
|
|
24
|
-
true,
|
|
25
|
-
{
|
|
26
|
-
"order": [
|
|
27
|
-
"static-field",
|
|
28
|
-
"instance-field",
|
|
29
|
-
"static-method",
|
|
30
|
-
"instance-method"
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"no-consecutive-blank-lines": false,
|
|
35
|
-
"no-console": [
|
|
36
|
-
true,
|
|
37
|
-
"debug",
|
|
38
|
-
"info",
|
|
39
|
-
"time",
|
|
40
|
-
"timeEnd",
|
|
41
|
-
"trace"
|
|
42
|
-
],
|
|
43
|
-
"no-empty": false,
|
|
44
|
-
"no-inferrable-types": [
|
|
45
|
-
true,
|
|
46
|
-
"ignore-params"
|
|
47
|
-
],
|
|
48
|
-
"no-non-null-assertion": true,
|
|
49
|
-
"no-redundant-jsdoc": true,
|
|
50
|
-
"no-switch-case-fall-through": true,
|
|
51
|
-
"no-use-before-declare": true,
|
|
52
|
-
"no-var-requires": false,
|
|
53
|
-
"object-literal-key-quotes": [
|
|
54
|
-
true,
|
|
55
|
-
"as-needed"
|
|
56
|
-
],
|
|
57
|
-
"object-literal-sort-keys": false,
|
|
58
|
-
"ordered-imports": false,
|
|
59
|
-
"quotemark": [
|
|
60
|
-
true,
|
|
61
|
-
"single"
|
|
62
|
-
],
|
|
63
|
-
"trailing-comma": false,
|
|
64
|
-
"no-output-on-prefix": true,
|
|
65
|
-
"no-inputs-metadata-property": true,
|
|
66
|
-
"no-host-metadata-property": true,
|
|
67
|
-
"no-input-rename": true,
|
|
68
|
-
"no-output-rename": true,
|
|
69
|
-
"use-lifecycle-interface": true,
|
|
70
|
-
"use-pipe-transform-interface": true,
|
|
71
|
-
"one-variable-per-declaration": false,
|
|
72
|
-
"component-class-suffix": [true, "Page", "Component"],
|
|
73
|
-
"directive-class-suffix": true,
|
|
74
|
-
"directive-selector": [
|
|
75
|
-
true,
|
|
76
|
-
"attribute",
|
|
77
|
-
"app",
|
|
78
|
-
"camelCase"
|
|
79
|
-
],
|
|
80
|
-
"component-selector": [
|
|
81
|
-
true,
|
|
82
|
-
"element",
|
|
83
|
-
"app",
|
|
84
|
-
"page",
|
|
85
|
-
"kebab-case"
|
|
86
|
-
]
|
|
87
|
-
}
|
|
88
|
-
}
|