@eid-easy/eideasy-widget 2.69.1 → 2.71.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/dist/index.html CHANGED
@@ -87,6 +87,10 @@
87
87
  identification: 'all',
88
88
  //identification: ['ee-id-login', 'lv-id-login'],
89
89
  },
90
+ clientInfo: {
91
+ websiteName: 'TestWebsite.test',
92
+ companyName: 'TestCompany',
93
+ },
90
94
  selectedMethod: null,
91
95
  enabledCountries: 'all',
92
96
  // use these to prefill the input values
@@ -142,6 +146,7 @@
142
146
  },
143
147
  oauthParamState: 'custom-state-value-from-widget',
144
148
  fieldAutocomplete: true,
149
+ allowMethodChange: true,
145
150
  }
146
151
 
147
152
  Object.keys(settings).forEach(key => {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.69.1",
3
+ "version": "2.71.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-w//9sR6BLdxEDE3zdzr3f1zTMz5H/vKNpw3dMG3QvX4=",
7
- "productionReleaseVersion": "2.69.1",
8
- "productionReleaseSri": "sha256-w//9sR6BLdxEDE3zdzr3f1zTMz5H/vKNpw3dMG3QvX4=",
6
+ "sri": "sha256-hNM0LTFu2GtJ9nF155lOP3Nik5KB59RCO3rb0r8i6oQ=",
7
+ "productionReleaseVersion": "2.71.0",
8
+ "productionReleaseSri": "sha256-hNM0LTFu2GtJ9nF155lOP3Nik5KB59RCO3rb0r8i6oQ=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -17,8 +17,6 @@
17
17
  "lint": "vue-cli-service lint",
18
18
  "build:external-vue": "vue-cli-service build --mode production --dest dist/widget-only --target lib --name eideasy-widget src/main.js",
19
19
  "build:regular": "vue-cli-service build",
20
- "docs:build": "vuepress build docs",
21
- "docs:dev": "vuepress dev docs",
22
20
  "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
23
21
  "changelog:latest": "conventional-changelog -p angular -i CHANGELOG-LATEST.md -s -r 1",
24
22
  "release": "node scripts/release.js",
@@ -43,7 +41,7 @@
43
41
  },
44
42
  "license": "MIT",
45
43
  "dependencies": {
46
- "@eid-easy/eideasy-browser-client": "2.58.0",
44
+ "@eid-easy/eideasy-browser-client": "2.59.0",
47
45
  "core-js": "^3.8.3",
48
46
  "i18n-iso-countries": "^6.7.0",
49
47
  "lodash.defaultsdeep": "^4.6.1",
@@ -73,9 +71,9 @@
73
71
  "eslint-plugin-vue": "^8.0.3",
74
72
  "execa": "^5.1.1",
75
73
  "lodash": "^4.17.21",
76
- "minimist": "^1.2.5",
74
+ "minimist": "^1.2.7",
77
75
  "node-fetch": "^2.6.1",
78
- "node-sass": "^7.0.0",
76
+ "node-sass": "^8.0.0",
79
77
  "sass": "^1.32.5",
80
78
  "sass-loader": "^10.1.1",
81
79
  "semver": "^7.3.5",