@eid-easy/eideasy-widget 2.6.0 → 2.9.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.md +32 -0
- package/dist/full/eideasy-widget.common.js +1339 -75
- package/dist/full/eideasy-widget.common.js.map +1 -1
- package/dist/full/eideasy-widget.umd.js +1430 -166
- package/dist/full/eideasy-widget.umd.js.map +1 -1
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/full/eideasy-widget.umd.min.js.map +1 -1
- package/dist/index.html +9 -2
- package/package.json +5 -5
package/dist/index.html
CHANGED
|
@@ -34,12 +34,19 @@
|
|
|
34
34
|
<div style="margin-top: 10px; margin-bottom: 10px;">
|
|
35
35
|
<label for="langPicker">Language:</label>
|
|
36
36
|
<select name="langPicker" id="langPicker">
|
|
37
|
+
<option value="cs">Czech</option>
|
|
37
38
|
<option value="en">English</option>
|
|
38
39
|
<option value="et" selected="">Estonian</option>
|
|
40
|
+
<option value="fi">Finnish</option>
|
|
41
|
+
<option value="fr">French</option>
|
|
39
42
|
<option value="de">German</option>
|
|
43
|
+
<option value="it">Italian</option>
|
|
40
44
|
<option value="lv">Latvian</option>
|
|
41
45
|
<option value="lt">Lithuanian</option>
|
|
46
|
+
<option value="pt">Portuguese</option>
|
|
42
47
|
<option value="ru">Russian</option>
|
|
48
|
+
<option value="es">Spanish</option>
|
|
49
|
+
<option value="sv">Swedish</option>
|
|
43
50
|
</select>
|
|
44
51
|
</div>
|
|
45
52
|
<h2>Signatures</h2>
|
|
@@ -146,10 +153,10 @@
|
|
|
146
153
|
language: 'et', // ISO 639-1 two letter language code,
|
|
147
154
|
sandbox: true,
|
|
148
155
|
clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
|
|
149
|
-
docId: '
|
|
156
|
+
docId: 'VDu0UefMoCvlekkFLm0eusMcHDx7M4xV6hOrqG5J',
|
|
150
157
|
redirectUri: 'http://localhost:8080/', // this gets used for redirects e.g. when using eParaksts mobile
|
|
151
158
|
apiEndpoints: {
|
|
152
|
-
base: () => 'https://id.eideasy.
|
|
159
|
+
base: () => 'https://id.eideasy.eu',
|
|
153
160
|
},
|
|
154
161
|
translations: {
|
|
155
162
|
'et': {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-widget",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.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.
|
|
8
|
-
"productionReleaseSri": "sha256-
|
|
6
|
+
"sri": "sha256-gxefNzAzGtw2o/v2BRrTWrwgEAXz9ZRdYviNh1956Es=",
|
|
7
|
+
"productionReleaseVersion": "2.9.1",
|
|
8
|
+
"productionReleaseSri": "sha256-gxefNzAzGtw2o/v2BRrTWrwgEAXz9ZRdYviNh1956Es=",
|
|
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.12.1",
|
|
45
45
|
"core-js": "^3.6.5",
|
|
46
46
|
"i18n-iso-countries": "^6.7.0",
|
|
47
47
|
"lodash.defaultsdeep": "^4.6.1",
|