@eid-easy/eideasy-widget 2.114.1 → 2.115.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 +1969 -1951
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/full/eideasy-widget.common.js +334 -166
- package/dist/full/eideasy-widget.umd.js +320 -152
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +4 -4
- package/dist/widget-only/demo.html +1 -0
- package/dist/widget-only/eideasy-widget.common.js +41707 -0
- package/dist/widget-only/eideasy-widget.umd.js +41726 -0
- package/dist/widget-only/eideasy-widget.umd.min.js +14 -0
- package/package.json +5 -5
- package/dist/favicon.ico +0 -0
- package/dist/fonts/verimi-roboto-v20-latin-500.woff +0 -0
- package/dist/fonts/verimi-roboto-v20-latin-500.woff2 +0 -0
- package/dist/js/app.js +0 -20
package/dist/index.html
CHANGED
|
@@ -165,8 +165,8 @@
|
|
|
165
165
|
countryCode: 'BE', // ISO 3166 two letter country code
|
|
166
166
|
language: 'en', // ISO 639-1 two letter language code,
|
|
167
167
|
sandbox: true,
|
|
168
|
-
clientId: '
|
|
169
|
-
docId: '
|
|
168
|
+
clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
|
|
169
|
+
docId: '4sX53oQN6tCh8Czw7x9TO3nuDjoTH6zzfCGu9JNB',
|
|
170
170
|
apiEndpoints: {
|
|
171
171
|
// base: () => 'http://localhost:8000',
|
|
172
172
|
base: () => 'https://id.eideasy.eu',
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
// use these to prefill the input values
|
|
191
191
|
inputValues: {
|
|
192
192
|
// idcode: '',
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
phone: '00000766',
|
|
194
|
+
callingCode: '+372',
|
|
195
195
|
},
|
|
196
196
|
modifyRequestSettings: (currentSettings) => {
|
|
197
197
|
return {
|
|
@@ -0,0 +1 @@
|
|
|
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>
|