@eid-easy/eideasy-widget 2.172.2 → 2.172.3-beta.2
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/LICENSE +7 -7
- package/README.md +87 -16
- package/dist/eideasy-widget.mjs +33250 -0
- package/dist/eideasy-widget.umd.js +4587 -0
- package/dist/favicon.ico +0 -0
- package/package.json +58 -111
- package/CHANGELOG-LATEST.md +0 -9
- package/CHANGELOG.md +0 -2665
- package/dist/full/eideasy-widget.common.js +0 -68189
- package/dist/full/eideasy-widget.umd.js +0 -68200
- package/dist/full/eideasy-widget.umd.min.js +0 -14
- package/dist/full/fonts/verimi-roboto-v20-latin-500.woff +0 -0
- package/dist/full/fonts/verimi-roboto-v20-latin-500.woff2 +0 -0
- package/dist/index.html +0 -305
- 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/favicon.ico
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,28 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-widget",
|
|
3
|
-
"version": "2.172.2",
|
|
3
|
+
"version": "2.172.3-beta.2",
|
|
4
4
|
"description": "eID Easy Widget is a client-side embeddable component for creating electronic signatures and identifying users through eID Easy API.",
|
|
5
|
-
"main": "dist/
|
|
6
|
-
"sri": "sha256-
|
|
7
|
-
"productionReleaseVersion": "2.172.2",
|
|
8
|
-
"productionReleaseSri": "sha256-R0BgcY/9NKwewyReK6d/Id2kQ3v2rA8HpLXMTqwYmt4=",
|
|
5
|
+
"main": "dist/eideasy-widget.umd.js",
|
|
6
|
+
"sri": "sha256-2WrW2sgvQFt70J2sezaxMzzE0s22+SjvPgixSNfM0Pg=",
|
|
9
7
|
"files": [
|
|
10
8
|
"dist"
|
|
11
9
|
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"serve": "vue-cli-service serve --env mode=development",
|
|
14
|
-
"build": "vue-cli-service build --mode production --dest dist/full --target lib --inline-vue --name eideasy-widget src/main.js && node scripts/create-demo-html",
|
|
15
|
-
"test:unit": "vue-cli-service test:unit",
|
|
16
|
-
"test:unit:watch": "vue-cli-service test:unit --watch",
|
|
17
|
-
"lint": "vue-cli-service lint",
|
|
18
|
-
"build:external-vue": "vue-cli-service build --mode production --dest dist/widget-only --target lib --name eideasy-widget src/main.js",
|
|
19
|
-
"build:regular": "vue-cli-service build",
|
|
20
|
-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
21
|
-
"changelog:latest": "conventional-changelog -p angular -i CHANGELOG-LATEST.md -s -r 1",
|
|
22
|
-
"release": "node scripts/release.js",
|
|
23
|
-
"update-translations": "node scripts/update-translations.js",
|
|
24
|
-
"slack-release-notes": "node scripts/slack-release-notes.js"
|
|
25
|
-
},
|
|
26
10
|
"keywords": [
|
|
27
11
|
"eideasy",
|
|
28
12
|
"eid easy",
|
|
@@ -40,100 +24,63 @@
|
|
|
40
24
|
"url": "https://eideasy.com/"
|
|
41
25
|
},
|
|
42
26
|
"license": "MIT",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
27
|
+
"scripts": {
|
|
28
|
+
"dev": "vite",
|
|
29
|
+
"build": "vite build",
|
|
30
|
+
"dev:prod-demo": "vite build && vite --config vite-prod-build-demo.config.js",
|
|
31
|
+
"preview": "vite preview",
|
|
32
|
+
"test:unit": "vitest",
|
|
33
|
+
"test:e2e": "playwright test",
|
|
34
|
+
"lint": "eslint . --fix --ignore-pattern docs-root/ --ignore-pattern scripts/",
|
|
35
|
+
"format": "prettier --write src/",
|
|
36
|
+
"update-translations": "node scripts/update-translations.mjs"
|
|
53
37
|
},
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"@babel/eslint-parser": "^7.12.16",
|
|
57
|
-
"@vue/cli-plugin-babel": "~5.0.0",
|
|
58
|
-
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
59
|
-
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
|
60
|
-
"@vue/cli-service": "~5.0.0",
|
|
61
|
-
"@vue/test-utils": "^1.0.3",
|
|
62
|
-
"axios": "1.8.2",
|
|
63
|
-
"babel-eslint": "^10.1.0",
|
|
64
|
-
"chalk": "^4.1.1",
|
|
65
|
-
"cheerio": "^1.0.0-rc.10",
|
|
66
|
-
"conventional-changelog-cli": "^2.1.1",
|
|
67
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
68
|
-
"dotenv": "^14.2.0",
|
|
69
|
-
"enquirer": "^2.3.6",
|
|
70
|
-
"eslint": "^7.32.0",
|
|
71
|
-
"eslint-plugin-vue": "^8.0.3",
|
|
72
|
-
"execa": "^5.1.1",
|
|
73
|
-
"lodash": "^4.17.21",
|
|
74
|
-
"minimist": "^1.2.7",
|
|
75
|
-
"node-fetch": "^2.6.1",
|
|
76
|
-
"node-sass": "^8.0.0",
|
|
77
|
-
"sass": "^1.32.5",
|
|
78
|
-
"sass-loader": "^10.1.1",
|
|
79
|
-
"semver": "^7.3.5",
|
|
80
|
-
"sinon": "^11.1.1",
|
|
81
|
-
"slackify-markdown": "^4.3.1",
|
|
82
|
-
"ssri": "^8.0.1",
|
|
83
|
-
"vue-jest": "^4.0.1",
|
|
84
|
-
"vue-server-renderer": "^2.7.14",
|
|
85
|
-
"vue-svg-loader": "^0.16.0",
|
|
86
|
-
"vue-template-compiler": "^2.6.14",
|
|
87
|
-
"webpack-bundle-analyzer": "^4.4.0"
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"access": "public"
|
|
88
40
|
},
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"env": {
|
|
92
|
-
"node": true
|
|
93
|
-
},
|
|
94
|
-
"extends": [
|
|
95
|
-
"plugin:vue/essential",
|
|
96
|
-
"plugin:vue/recommended",
|
|
97
|
-
"eslint:recommended"
|
|
98
|
-
],
|
|
99
|
-
"parserOptions": {
|
|
100
|
-
"parser": "@babel/eslint-parser"
|
|
101
|
-
},
|
|
102
|
-
"rules": {
|
|
103
|
-
"no-unused-vars": "warn",
|
|
104
|
-
"vue/no-unused-components": "warn",
|
|
105
|
-
"vue/no-unused-vars": "warn",
|
|
106
|
-
"vue/require-default-prop": "off",
|
|
107
|
-
"vue/v-slot-style": [
|
|
108
|
-
"warn",
|
|
109
|
-
{
|
|
110
|
-
"default": "v-slot",
|
|
111
|
-
"named": "longform"
|
|
112
|
-
}
|
|
113
|
-
]
|
|
114
|
-
},
|
|
115
|
-
"overrides": [
|
|
116
|
-
{
|
|
117
|
-
"files": [
|
|
118
|
-
"**/__tests__/*.{j,t}s?(x)",
|
|
119
|
-
"**/tests/unit/**/*.spec.{j,t}s?(x)"
|
|
120
|
-
],
|
|
121
|
-
"env": {
|
|
122
|
-
"jest": true
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
]
|
|
41
|
+
"engines": {
|
|
42
|
+
"node": "=22"
|
|
126
43
|
},
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@eid-easy/eideasy-browser-client": "^2.137.0",
|
|
46
|
+
"i18n-iso-countries": "^7.14.0",
|
|
47
|
+
"pinia": "^3.0.1",
|
|
48
|
+
"signature_pad": "^5.1.0",
|
|
49
|
+
"vue": "^3.5.13",
|
|
50
|
+
"vue-i18n": "^11.1.5",
|
|
51
|
+
"vue3-select-component": "^0.11.8"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@eslint/js": "^9.22.0",
|
|
55
|
+
"@playwright/test": "^1.51.1",
|
|
56
|
+
"@semantic-release-extras/verified-git-commit": "^1.0.11",
|
|
57
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
58
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
59
|
+
"@semantic-release/exec": "^7.1.0",
|
|
60
|
+
"@semantic-release/git": "^10.0.1",
|
|
61
|
+
"@semantic-release/github": "^11.0.6",
|
|
62
|
+
"@semantic-release/npm": "^12.0.2",
|
|
63
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
64
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
|
65
|
+
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
66
|
+
"@vitest/eslint-plugin": "^1.1.39",
|
|
67
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
68
|
+
"@vue/test-utils": "^2.4.6",
|
|
69
|
+
"conventional-changelog-cli": "^5.0.0",
|
|
70
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
71
|
+
"dotenv": "^16.5.0",
|
|
72
|
+
"eslint": "^9.22.0",
|
|
73
|
+
"eslint-plugin-playwright": "^2.2.0",
|
|
74
|
+
"eslint-plugin-vue": "~10.0.0",
|
|
75
|
+
"globals": "^16.0.0",
|
|
76
|
+
"jsdom": "^26.0.0",
|
|
77
|
+
"mustache": "^4.2.0",
|
|
78
|
+
"node-fetch": "^3.3.2",
|
|
79
|
+
"prettier": "3.5.3",
|
|
80
|
+
"vite": "^6.2.4",
|
|
81
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
82
|
+
"vite-plugin-vue-devtools": "^7.7.2",
|
|
83
|
+
"vite-svg-loader": "^5.1.0",
|
|
84
|
+
"vitest": "^3.1.1"
|
|
138
85
|
}
|
|
139
86
|
}
|
package/CHANGELOG-LATEST.md
DELETED