@eid-easy/eideasy-widget 2.86.0 → 2.86.1
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 +1557 -1548
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/full/eideasy-widget.common.js +123 -119
- package/dist/full/eideasy-widget.umd.js +135 -131
- package/dist/full/eideasy-widget.umd.min.js +2 -2
- package/dist/index.html +4 -4
- package/package.json +4 -4
- package/dist/widget-only/demo.html +0 -1
- package/dist/widget-only/eideasy-widget.common.js +0 -41707
- package/dist/widget-only/eideasy-widget.umd.js +0 -41726
- package/dist/widget-only/eideasy-widget.umd.min.js +0 -14
package/dist/index.html
CHANGED
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
enabledCountries: 'all',
|
|
96
96
|
// use these to prefill the input values
|
|
97
97
|
inputValues: {
|
|
98
|
-
idcode: '',
|
|
99
|
-
phone: '00000766',
|
|
98
|
+
// idcode: '',
|
|
99
|
+
// phone: '00000766',
|
|
100
100
|
},
|
|
101
101
|
modifyRequestSettings: (currentSettings) => {
|
|
102
102
|
return {
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
countryCode: 'FR', // ISO 3166 two letter country code
|
|
166
166
|
language: 'en', // ISO 639-1 two letter language code,
|
|
167
167
|
sandbox: true,
|
|
168
|
-
clientId: '
|
|
168
|
+
clientId: 'iu7Zz3lvnHEPtSgYqAagF9bSSeCc07wo',
|
|
169
169
|
docId: 'uMv8cfU4DTrIlCCri5R11SmaGiLfeL2Lz493gSyD',
|
|
170
170
|
apiEndpoints: {
|
|
171
171
|
base: () => 'https://id.eideasy.eu',
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
enabledCountries: 'all',
|
|
189
189
|
// use these to prefill the input values
|
|
190
190
|
inputValues: {
|
|
191
|
-
idcode: '',
|
|
191
|
+
// idcode: '',
|
|
192
192
|
// phone: '00000766',
|
|
193
193
|
// callingCode: '+372',
|
|
194
194
|
},
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-widget",
|
|
3
|
-
"version": "2.86.
|
|
3
|
+
"version": "2.86.1",
|
|
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.86.
|
|
8
|
-
"productionReleaseSri": "sha256-
|
|
6
|
+
"sri": "sha256-Ck9i0xnt+f+Z73rX6AZ6TkyCZvKVnBHZKcggF6TqLsk=",
|
|
7
|
+
"productionReleaseVersion": "2.86.1",
|
|
8
|
+
"productionReleaseSri": "sha256-Ck9i0xnt+f+Z73rX6AZ6TkyCZvKVnBHZKcggF6TqLsk=",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!doctype html><meta charset="utf-8"><title>eideasy-widget demo</title><script src="./eideasy-widget.umd.js"></script><script>console.log(eideasy-widget)</script>
|