@eid-easy/eideasy-widget 2.154.0 → 2.156.0
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/CHANGELOG-LATEST.md +2 -2
- package/CHANGELOG.md +18 -0
- package/dist/full/eideasy-widget.common.js +1099 -569
- package/dist/full/eideasy-widget.umd.js +1114 -584
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +10 -2
- package/package.json +5 -5
package/dist/index.html
CHANGED
|
@@ -124,6 +124,10 @@
|
|
|
124
124
|
console.log('!!!!!! fail !!!!!!!');
|
|
125
125
|
console.log(error);
|
|
126
126
|
},
|
|
127
|
+
onStarted: function (data) {
|
|
128
|
+
console.log('!!!!!! started !!!!!!!');
|
|
129
|
+
console.log(data);
|
|
130
|
+
},
|
|
127
131
|
methodsConfigFilter(methods) {
|
|
128
132
|
console.log(
|
|
129
133
|
methods.identification.filter(({actionType}) => actionType.includes('eparaksts'))
|
|
@@ -168,8 +172,8 @@
|
|
|
168
172
|
countryCode: 'EE', // ISO 3166 two letter country code
|
|
169
173
|
language: 'en', // ISO 639-1 two letter language code,
|
|
170
174
|
sandbox: true,
|
|
171
|
-
clientId: '
|
|
172
|
-
docId: '
|
|
175
|
+
clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
|
|
176
|
+
docId: '3O1jo9G0a85YoaVU85n3rhSywTIL9Q7POjbK2TG9',
|
|
173
177
|
apiEndpoints: {
|
|
174
178
|
// base: () => 'http://localhost:8000',
|
|
175
179
|
base: () => 'https://id.eideasy.eu',
|
|
@@ -234,6 +238,10 @@
|
|
|
234
238
|
console.log('!!!!!! fail !!!!!!!');
|
|
235
239
|
console.log(error);
|
|
236
240
|
},
|
|
241
|
+
onStarted: function (data) {
|
|
242
|
+
console.log('!!!!!! started !!!!!!!');
|
|
243
|
+
console.log(data);
|
|
244
|
+
},
|
|
237
245
|
remoteMonitoringEnabled: true,
|
|
238
246
|
otpEmail: 'mj@eideasy.com',
|
|
239
247
|
redirect: res => {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-widget",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.156.0",
|
|
4
4
|
"description": "eID Easy Widget is a client-side embeddable component for creating electronic signatures and identifying users through eID Easy API.",
|
|
5
5
|
"main": "dist/full/eideasy-widget.umd.min.js",
|
|
6
|
-
"sri": "sha256-
|
|
7
|
-
"productionReleaseVersion": "2.
|
|
8
|
-
"productionReleaseSri": "sha256-
|
|
6
|
+
"sri": "sha256-jhFNXePiyVfqyJia+wASIGn4gjdKUZ+V4F37/taS8ao=",
|
|
7
|
+
"productionReleaseVersion": "2.156.0",
|
|
8
|
+
"productionReleaseSri": "sha256-jhFNXePiyVfqyJia+wASIGn4gjdKUZ+V4F37/taS8ao=",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@eid-easy/eideasy-browser-client": "2.
|
|
44
|
+
"@eid-easy/eideasy-browser-client": "2.123.0",
|
|
45
45
|
"core-js": "^3.8.3",
|
|
46
46
|
"i18n-iso-countries": "^6.7.0",
|
|
47
47
|
"lodash.defaultsdeep": "^4.6.1",
|