@eid-easy/eideasy-widget 2.64.0 → 2.65.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 +1293 -1284
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/full/eideasy-widget.common.js +34 -32
- package/dist/full/eideasy-widget.umd.js +48 -46
- package/dist/full/eideasy-widget.umd.min.js +4 -4
- package/dist/index.html +3 -3
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Copyright 2021 - present EID Easy OÜ
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
-
|
|
5
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1
|
+
Copyright 2021 - present EID Easy OÜ
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
+
|
|
5
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<p align="center"><a href="https://eideasy.com/" target="_blank" rel="noopener noreferrer"><img width="300" src="https://eideasy.com/wp-content/uploads/2020/11/eid-easy-logo-1.png" alt="eID Easy logo"></a></p>
|
|
2
|
-
|
|
3
|
-
<p align="center">
|
|
4
|
-
<a href="https://app.netlify.com/sites/eideasy-widget/deploys"><img src="https://api.netlify.com/api/v1/badges/75cb270d-cc4f-473c-9940-9d6effe6093a/deploy-status" alt="Netlify Status" style="max-width:100%;"></a>
|
|
5
|
-
<a href="https://github.com/eideasy/eideasy-widget/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@eid-easy/eideasy-widget" alt="license badge" style="max-width:100%;"></a>
|
|
6
|
-
<a href="https://www.npmjs.com/package/@eid-easy/eideasy-widget"><img src="https://img.shields.io/npm/v/@eid-easy/eideasy-widget" alt="version badge" style="max-width:100%;"></a>
|
|
7
|
-
</p>
|
|
8
|
-
|
|
9
|
-
# eID Easy Widget
|
|
10
|
-
eideasy-widget is a [custom HTML element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) that you can embed into your website or web application
|
|
11
|
-
to identify users or create electronic signatures through [eID Easy](https://eideasy.com/) API.
|
|
12
|
-
|
|
13
|
-
You can see a demo implementation here: [https://demo.eideasy.com/login-widget](https://demo.eideasy.com/login-widget)
|
|
14
|
-
|
|
15
|
-
## Documentation
|
|
16
|
-
The docs are available at https://eideasy-widget.docs.eideasy.com
|
|
1
|
+
<p align="center"><a href="https://eideasy.com/" target="_blank" rel="noopener noreferrer"><img width="300" src="https://eideasy.com/wp-content/uploads/2020/11/eid-easy-logo-1.png" alt="eID Easy logo"></a></p>
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<a href="https://app.netlify.com/sites/eideasy-widget/deploys"><img src="https://api.netlify.com/api/v1/badges/75cb270d-cc4f-473c-9940-9d6effe6093a/deploy-status" alt="Netlify Status" style="max-width:100%;"></a>
|
|
5
|
+
<a href="https://github.com/eideasy/eideasy-widget/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@eid-easy/eideasy-widget" alt="license badge" style="max-width:100%;"></a>
|
|
6
|
+
<a href="https://www.npmjs.com/package/@eid-easy/eideasy-widget"><img src="https://img.shields.io/npm/v/@eid-easy/eideasy-widget" alt="version badge" style="max-width:100%;"></a>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
# eID Easy Widget
|
|
10
|
+
eideasy-widget is a [custom HTML element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) that you can embed into your website or web application
|
|
11
|
+
to identify users or create electronic signatures through [eID Easy](https://eideasy.com/) API.
|
|
12
|
+
|
|
13
|
+
You can see a demo implementation here: [https://demo.eideasy.com/login-widget](https://demo.eideasy.com/login-widget)
|
|
14
|
+
|
|
15
|
+
## Documentation
|
|
16
|
+
The docs are available at https://eideasy-widget.docs.eideasy.com
|
|
@@ -15129,12 +15129,12 @@ module.exports = {
|
|
|
15129
15129
|
}, attrs)
|
|
15130
15130
|
}, rest), children.concat([_c('defs', [_c('path', {
|
|
15131
15131
|
attrs: {
|
|
15132
|
-
"id": "id-
|
|
15132
|
+
"id": "id-7a",
|
|
15133
15133
|
"d": "M.18.059h26.722v9.069H.18z"
|
|
15134
15134
|
}
|
|
15135
15135
|
}), _c('path', {
|
|
15136
15136
|
attrs: {
|
|
15137
|
-
"id": "id-
|
|
15137
|
+
"id": "id-9c",
|
|
15138
15138
|
"d": "M0 .04h44.355v37.372H0z"
|
|
15139
15139
|
}
|
|
15140
15140
|
})]), _c('g', {
|
|
@@ -15158,18 +15158,18 @@ module.exports = {
|
|
|
15158
15158
|
}
|
|
15159
15159
|
}, [_c('mask', {
|
|
15160
15160
|
attrs: {
|
|
15161
|
-
"id": "id-
|
|
15161
|
+
"id": "id-8b",
|
|
15162
15162
|
"fill": "#fff"
|
|
15163
15163
|
}
|
|
15164
15164
|
}, [_c('use', {
|
|
15165
15165
|
attrs: {
|
|
15166
|
-
"xlink:href": "#id-
|
|
15166
|
+
"xlink:href": "#id-7a"
|
|
15167
15167
|
}
|
|
15168
15168
|
})]), _c('path', {
|
|
15169
15169
|
attrs: {
|
|
15170
15170
|
"fill": "#D70F16",
|
|
15171
15171
|
"d": "M25.786.059c-3.251 2.918-7.541 4.72-12.262 4.72-4.7 0-8.99-1.782-12.222-4.7-1.724 1.723-1.43 4.622.666 5.876a22.548 22.548 0 0011.576 3.173c4.23 0 8.207-1.175 11.596-3.193 2.076-1.234 2.35-4.153.646-5.876",
|
|
15172
|
-
"mask": "url(#id-
|
|
15172
|
+
"mask": "url(#id-8b)"
|
|
15173
15173
|
}
|
|
15174
15174
|
})]), _c('g', {
|
|
15175
15175
|
attrs: {
|
|
@@ -15177,18 +15177,18 @@ module.exports = {
|
|
|
15177
15177
|
}
|
|
15178
15178
|
}, [_c('mask', {
|
|
15179
15179
|
attrs: {
|
|
15180
|
-
"id": "id-
|
|
15180
|
+
"id": "id-10d",
|
|
15181
15181
|
"fill": "#fff"
|
|
15182
15182
|
}
|
|
15183
15183
|
}, [_c('use', {
|
|
15184
15184
|
attrs: {
|
|
15185
|
-
"xlink:href": "#id-
|
|
15185
|
+
"xlink:href": "#id-9c"
|
|
15186
15186
|
}
|
|
15187
15187
|
})]), _c('path', {
|
|
15188
15188
|
attrs: {
|
|
15189
15189
|
"fill": "#58595B",
|
|
15190
15190
|
"d": "M38.93.705L38.342.04l-.627.627c-1.822 1.822-2.233 4.623-.999 6.954 1.508 2.86 2.116 6.091 1.783 9.343-.784 7.6-6.876 13.711-14.456 14.554a15.12 15.12 0 01-1.88.097c-9.05.02-16.415-7.345-16.415-16.394 0-2.645.647-5.27 1.861-7.58 1.214-2.332.823-5.133-.999-6.954L5.983.059l-.587.685A22.086 22.086 0 00.009 15.866c.313 11.42 9.5 20.88 20.9 21.507.43.02.842.04 1.273.04 12.223 0 22.173-9.951 22.173-22.193A22.22 22.22 0 0038.93.705",
|
|
15191
|
-
"mask": "url(#id-
|
|
15191
|
+
"mask": "url(#id-10d)"
|
|
15192
15192
|
}
|
|
15193
15193
|
})]), _c('path', {
|
|
15194
15194
|
attrs: {
|
|
@@ -21132,12 +21132,14 @@ module.exports = {
|
|
|
21132
21132
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
|
|
21133
21133
|
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
21134
21134
|
// Module
|
|
21135
|
-
exports.push([module.i, ".SignatureHalcomQes_reset-list_35hDq{margin:0;padding:0;list-style:none;display:block}.SignatureHalcomQes_uppercase-sm_1mjY4{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureHalcomQes_formContainer_1_Y-V{max-width:263px;margin:0 auto}", ""]);
|
|
21135
|
+
exports.push([module.i, ".SignatureHalcomQes_reset-list_35hDq{margin:0;padding:0;list-style:none;display:block}.SignatureHalcomQes_uppercase-sm_1mjY4{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureHalcomQes_formContainer_1_Y-V{max-width:263px;margin:0 auto}.SignatureHalcomQes_label_28Kc4{color:#9ca6b1;margin-top:24px}.SignatureHalcomQes_highlight_1g2aM{font-weight:700;font-size:20px}", ""]);
|
|
21136
21136
|
// Exports
|
|
21137
21137
|
exports.locals = {
|
|
21138
21138
|
"reset-list": "SignatureHalcomQes_reset-list_35hDq",
|
|
21139
21139
|
"uppercase-sm": "SignatureHalcomQes_uppercase-sm_1mjY4",
|
|
21140
|
-
"formContainer": "SignatureHalcomQes_formContainer_1_Y-V"
|
|
21140
|
+
"formContainer": "SignatureHalcomQes_formContainer_1_Y-V",
|
|
21141
|
+
"label": "SignatureHalcomQes_label_28Kc4",
|
|
21142
|
+
"highlight": "SignatureHalcomQes_highlight_1g2aM"
|
|
21141
21143
|
};
|
|
21142
21144
|
module.exports = exports;
|
|
21143
21145
|
|
|
@@ -25786,7 +25788,7 @@ module.exports = {
|
|
|
25786
25788
|
}, attrs)
|
|
25787
25789
|
}, rest), children.concat([_c('defs', [_c('linearGradient', {
|
|
25788
25790
|
attrs: {
|
|
25789
|
-
"id": "id-
|
|
25791
|
+
"id": "id-11a",
|
|
25790
25792
|
"x1": "45.313%",
|
|
25791
25793
|
"x2": "33.822%",
|
|
25792
25794
|
"y1": "69.296%",
|
|
@@ -25804,7 +25806,7 @@ module.exports = {
|
|
|
25804
25806
|
}
|
|
25805
25807
|
})]), _c('linearGradient', {
|
|
25806
25808
|
attrs: {
|
|
25807
|
-
"id": "id-
|
|
25809
|
+
"id": "id-13c",
|
|
25808
25810
|
"x1": "17.248%",
|
|
25809
25811
|
"x2": "58.688%",
|
|
25810
25812
|
"y1": "34.281%",
|
|
@@ -25822,7 +25824,7 @@ module.exports = {
|
|
|
25822
25824
|
}
|
|
25823
25825
|
})]), _c('path', {
|
|
25824
25826
|
attrs: {
|
|
25825
|
-
"id": "id-
|
|
25827
|
+
"id": "id-12b",
|
|
25826
25828
|
"d": "M75.617 68.105a21.83 21.83 0 002.601 5.096c9.291 13.456 23.041 10.092 28.616 9.344 5.574-.747 13.007-1.121 17.094 2.243 4.088 3.364 6.352 6.033 14.441 8.532 2.602.373 1.911 1.185.796 1.933-8.547 5.606-15.608 3.737-24.527 0-8.92-3.738-12.264-.748-18.21 0-19.325 2.99-35.676 1.121-49.055-5.606a46.935 46.935 0 01-2.198-1.804c-3.08 3.497-5.197 5.593-6.35 6.289-1.857 1.12-8.546 4.11-17.094 4.11-5.698 0-10.53-.622-14.493-1.868-3.634-1.163-5.616-1.91-5.946-2.242-.744-.748-1.292-2.03 2.742-2.435 14.52-1.922 27.079-6.737 32.47-14.862-2.721-5.544-3.682-11.738-2.88-18.584C35.38 43.895 40.09 42 51.232 30.431c7.665-8.521 1.458-17.002-1.547-20.327a304.822 304.822 0 01-1.301-1.454c-1.174-1.359-1.17-1.35-2.76-.563a299.293 299.293 0 01-4.228 2.039c-.25.117-.938.46-.842.097.214-.822 6.12-3.842 6.014-4.07-.106-.23-7.504 1.596-7.67 1.608-.165.013-.315-.439-.108-.51.206-.076 2.191-.754 3.292-1.119 1.094-.362 3.5-1.141 3.283-1.262-.216-.124-8.341-.632-8.458-.64-.03-.002-.052-.028-.067-.066v-.297c.015-.038.039-.066.07-.073 1.92-.462 8.359-.207 8.507-.363.148-.157-.193-1.103-.231-1.657-.069-1.026.35-1.762 1.12-1.774h.04c.092.001.19.013.292.036 1.866.41 3.704 1.01 5.535 1.605 1.665.54 2.59.639 3.883.313 1.292-.326 2.034-.737 3.231-.651 4.516.009 9.529 2.096 14.536 6s12.49 16.84 9.198 25.28c-4.97 12.74-5.177 10.025-7.662 17.126-.18.814-.354 1.581-.517 2.312-.919 4.871-1.048 10.056.381 14.88.044.117.09.234.136.352.12.309.206.593.257.852z"
|
|
25827
25829
|
}
|
|
25828
25830
|
})]), _c('g', {
|
|
@@ -25837,12 +25839,12 @@ module.exports = {
|
|
|
25837
25839
|
}
|
|
25838
25840
|
}), _c('use', {
|
|
25839
25841
|
attrs: {
|
|
25840
|
-
"fill": "url(#id-
|
|
25841
|
-
"xlink:href": "#id-
|
|
25842
|
+
"fill": "url(#id-11a)",
|
|
25843
|
+
"xlink:href": "#id-12b"
|
|
25842
25844
|
}
|
|
25843
25845
|
}), _c('path', {
|
|
25844
25846
|
attrs: {
|
|
25845
|
-
"fill": "url(#id-
|
|
25847
|
+
"fill": "url(#id-13c)",
|
|
25846
25848
|
"d": "M140.16 94.148c-9.194 1.408-11.705 1.1-14.296-.017-5.142-2.01-9.086-7.663-25.24-5.574-16.152 2.089-46.802-2.089-54.671-15.873-5.247-9.19-.586-18.872 13.981-29.046 5.452-3.472 9.006-9.315 10.663-17.53C72.25 17.904 64.062 9.215 46.03.039A1.13 1.13 0 0146.308 0h.038c.093.001.19.013.293.036 1.866.41 3.704 1.01 5.535 1.605 1.665.54 2.59.639 3.883.313 1.292-.326 2.034-.737 3.231-.651 4.516.009 9.529 2.096 14.536 6s12.49 16.84 9.198 25.28c-4.97 12.74-5.177 10.025-7.662 17.126-.18.814-.354 1.581-.517 2.312-.919 4.871-1.048 10.056.381 14.88.044.117.09.234.136.352.12.309.206.593.257.852a21.83 21.83 0 002.601 5.096c9.291 13.456 23.041 10.092 28.616 9.344 5.574-.747 13.007-1.121 17.094 2.243 4.088 3.364 6.352 6.033 14.441 8.532 1.303.187 1.78.484 1.792.828z"
|
|
25847
25849
|
}
|
|
25848
25850
|
}), _c('g', {
|
|
@@ -34480,7 +34482,7 @@ module.exports = {
|
|
|
34480
34482
|
}, attrs)
|
|
34481
34483
|
}, rest), children.concat([_c('defs', [_c('linearGradient', {
|
|
34482
34484
|
attrs: {
|
|
34483
|
-
"id": "id-
|
|
34485
|
+
"id": "id-14a",
|
|
34484
34486
|
"x1": "124.883",
|
|
34485
34487
|
"y1": "17.983",
|
|
34486
34488
|
"x2": "117.483",
|
|
@@ -34509,7 +34511,7 @@ module.exports = {
|
|
|
34509
34511
|
}
|
|
34510
34512
|
})]), _c('linearGradient', {
|
|
34511
34513
|
attrs: {
|
|
34512
|
-
"id": "id-
|
|
34514
|
+
"id": "id-15b",
|
|
34513
34515
|
"x1": "116.71",
|
|
34514
34516
|
"y1": "31.343",
|
|
34515
34517
|
"x2": "102.594",
|
|
@@ -34538,7 +34540,7 @@ module.exports = {
|
|
|
34538
34540
|
}
|
|
34539
34541
|
})]), _c('linearGradient', {
|
|
34540
34542
|
attrs: {
|
|
34541
|
-
"id": "id-
|
|
34543
|
+
"id": "id-16c",
|
|
34542
34544
|
"x1": "106.335",
|
|
34543
34545
|
"y1": "23.516",
|
|
34544
34546
|
"x2": "140.192",
|
|
@@ -34562,18 +34564,18 @@ module.exports = {
|
|
|
34562
34564
|
}
|
|
34563
34565
|
}), _c('path', {
|
|
34564
34566
|
attrs: {
|
|
34565
|
-
"fill": "url(#id-
|
|
34567
|
+
"fill": "url(#id-14a)",
|
|
34566
34568
|
"d": "M126.585 16.359l-6.919 4.057V1.094l6.919 6.917v8.348z"
|
|
34567
34569
|
}
|
|
34568
34570
|
}), _c('path', {
|
|
34569
34571
|
attrs: {
|
|
34570
|
-
"fill": "url(#id-
|
|
34572
|
+
"fill": "url(#id-15b)",
|
|
34571
34573
|
"d": "M106.335 11.382h6.634v23.101h-6.634z"
|
|
34572
34574
|
}
|
|
34573
34575
|
}), _c('path', {
|
|
34574
34576
|
attrs: {
|
|
34575
34577
|
"d": "M140.191 13.257a.789.789 0 00-.2-.505.935.935 0 00-.82-.191 42.336 42.336 0 00-32.84 21.922h6.634c7.037-12.392 17.369-17.99 26.691-20.609.416-.138.544-.391.535-.617z",
|
|
34576
|
-
"fill": "url(#id-
|
|
34578
|
+
"fill": "url(#id-16c)"
|
|
34577
34579
|
}
|
|
34578
34580
|
}), _c('path', {
|
|
34579
34581
|
attrs: {
|
|
@@ -50369,12 +50371,12 @@ var SignatureUanatacaQes_component = normalizeComponent(
|
|
|
50369
50371
|
)
|
|
50370
50372
|
|
|
50371
50373
|
/* harmony default export */ var SignatureUanatacaQes = (SignatureUanatacaQes_component.exports);
|
|
50372
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"19801484-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=template&id=
|
|
50373
|
-
var
|
|
50374
|
-
var
|
|
50374
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"19801484-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=template&id=74f063b7&
|
|
50375
|
+
var SignatureHalcomQesvue_type_template_id_74f063b7_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.challenge)?_c('div',{class:_vm.$style.challenge},[_c('SubLoader',[_c('div',[_vm._v(_vm._s(_vm.$t('sign-in-halcom-app')))]),_c('div',{class:_vm.$style.label},[_vm._v(" "+_vm._s(_vm.$t('transaction-id'))+" ")]),_c('div',{class:_vm.$style.highlight},[_vm._v(" "+_vm._s(_vm.challenge)+" ")])])],1):_c('div',[_c('AppForm',{attrs:{"id":"halcomSignatureForm","schema":_vm.schema,"on-submit":_vm.sign,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)])}
|
|
50376
|
+
var SignatureHalcomQesvue_type_template_id_74f063b7_staticRenderFns = []
|
|
50375
50377
|
|
|
50376
50378
|
|
|
50377
|
-
// CONCATENATED MODULE: ./src/views/SignatureHalcomQes.vue?vue&type=template&id=
|
|
50379
|
+
// CONCATENATED MODULE: ./src/views/SignatureHalcomQes.vue?vue&type=template&id=74f063b7&
|
|
50378
50380
|
|
|
50379
50381
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=script&lang=js&
|
|
50380
50382
|
|
|
@@ -50390,7 +50392,7 @@ var SignatureHalcomQesvue_type_template_id_2abf6479_staticRenderFns = []
|
|
|
50390
50392
|
data: function data() {
|
|
50391
50393
|
return {
|
|
50392
50394
|
fieldErrors: {},
|
|
50393
|
-
|
|
50395
|
+
challenge: undefined,
|
|
50394
50396
|
authProcess: {}
|
|
50395
50397
|
};
|
|
50396
50398
|
},
|
|
@@ -50487,8 +50489,8 @@ var SignatureHalcomQesvue_type_template_id_2abf6479_staticRenderFns = []
|
|
|
50487
50489
|
var additionalMethodConfig = this.additionalMethodConfig || {};
|
|
50488
50490
|
this.authProcess = this.$root.$options.eidEasyClient.signature.halcomQesSignature.start(_objectSpread2(_objectSpread2({}, dataToSubmit), {}, {
|
|
50489
50491
|
started: function started(result) {
|
|
50490
|
-
if (result.data && result.data.
|
|
50491
|
-
_this.
|
|
50492
|
+
if (result.data && result.data.challenge) {
|
|
50493
|
+
_this.challenge = result.data.challenge;
|
|
50492
50494
|
|
|
50493
50495
|
_this.loadingEnd();
|
|
50494
50496
|
|
|
@@ -50508,7 +50510,7 @@ var SignatureHalcomQesvue_type_template_id_2abf6479_staticRenderFns = []
|
|
|
50508
50510
|
_this.$root.$options.eidEasyOnSuccess(result);
|
|
50509
50511
|
},
|
|
50510
50512
|
finished: function finished() {
|
|
50511
|
-
_this.
|
|
50513
|
+
_this.challenge = undefined;
|
|
50512
50514
|
|
|
50513
50515
|
_this.endSignatureProcessing();
|
|
50514
50516
|
|
|
@@ -50542,8 +50544,8 @@ function SignatureHalcomQes_injectStyles (context) {
|
|
|
50542
50544
|
|
|
50543
50545
|
var SignatureHalcomQes_component = normalizeComponent(
|
|
50544
50546
|
views_SignatureHalcomQesvue_type_script_lang_js_,
|
|
50545
|
-
|
|
50546
|
-
|
|
50547
|
+
SignatureHalcomQesvue_type_template_id_74f063b7_render,
|
|
50548
|
+
SignatureHalcomQesvue_type_template_id_74f063b7_staticRenderFns,
|
|
50547
50549
|
false,
|
|
50548
50550
|
SignatureHalcomQes_injectStyles,
|
|
50549
50551
|
null,
|
|
@@ -15138,12 +15138,12 @@ module.exports = {
|
|
|
15138
15138
|
}, attrs)
|
|
15139
15139
|
}, rest), children.concat([_c('defs', [_c('path', {
|
|
15140
15140
|
attrs: {
|
|
15141
|
-
"id": "id-
|
|
15141
|
+
"id": "id-13a",
|
|
15142
15142
|
"d": "M.18.059h26.722v9.069H.18z"
|
|
15143
15143
|
}
|
|
15144
15144
|
}), _c('path', {
|
|
15145
15145
|
attrs: {
|
|
15146
|
-
"id": "id-
|
|
15146
|
+
"id": "id-15c",
|
|
15147
15147
|
"d": "M0 .04h44.355v37.372H0z"
|
|
15148
15148
|
}
|
|
15149
15149
|
})]), _c('g', {
|
|
@@ -15167,18 +15167,18 @@ module.exports = {
|
|
|
15167
15167
|
}
|
|
15168
15168
|
}, [_c('mask', {
|
|
15169
15169
|
attrs: {
|
|
15170
|
-
"id": "id-
|
|
15170
|
+
"id": "id-14b",
|
|
15171
15171
|
"fill": "#fff"
|
|
15172
15172
|
}
|
|
15173
15173
|
}, [_c('use', {
|
|
15174
15174
|
attrs: {
|
|
15175
|
-
"xlink:href": "#id-
|
|
15175
|
+
"xlink:href": "#id-13a"
|
|
15176
15176
|
}
|
|
15177
15177
|
})]), _c('path', {
|
|
15178
15178
|
attrs: {
|
|
15179
15179
|
"fill": "#D70F16",
|
|
15180
15180
|
"d": "M25.786.059c-3.251 2.918-7.541 4.72-12.262 4.72-4.7 0-8.99-1.782-12.222-4.7-1.724 1.723-1.43 4.622.666 5.876a22.548 22.548 0 0011.576 3.173c4.23 0 8.207-1.175 11.596-3.193 2.076-1.234 2.35-4.153.646-5.876",
|
|
15181
|
-
"mask": "url(#id-
|
|
15181
|
+
"mask": "url(#id-14b)"
|
|
15182
15182
|
}
|
|
15183
15183
|
})]), _c('g', {
|
|
15184
15184
|
attrs: {
|
|
@@ -15186,18 +15186,18 @@ module.exports = {
|
|
|
15186
15186
|
}
|
|
15187
15187
|
}, [_c('mask', {
|
|
15188
15188
|
attrs: {
|
|
15189
|
-
"id": "id-
|
|
15189
|
+
"id": "id-16d",
|
|
15190
15190
|
"fill": "#fff"
|
|
15191
15191
|
}
|
|
15192
15192
|
}, [_c('use', {
|
|
15193
15193
|
attrs: {
|
|
15194
|
-
"xlink:href": "#id-
|
|
15194
|
+
"xlink:href": "#id-15c"
|
|
15195
15195
|
}
|
|
15196
15196
|
})]), _c('path', {
|
|
15197
15197
|
attrs: {
|
|
15198
15198
|
"fill": "#58595B",
|
|
15199
15199
|
"d": "M38.93.705L38.342.04l-.627.627c-1.822 1.822-2.233 4.623-.999 6.954 1.508 2.86 2.116 6.091 1.783 9.343-.784 7.6-6.876 13.711-14.456 14.554a15.12 15.12 0 01-1.88.097c-9.05.02-16.415-7.345-16.415-16.394 0-2.645.647-5.27 1.861-7.58 1.214-2.332.823-5.133-.999-6.954L5.983.059l-.587.685A22.086 22.086 0 00.009 15.866c.313 11.42 9.5 20.88 20.9 21.507.43.02.842.04 1.273.04 12.223 0 22.173-9.951 22.173-22.193A22.22 22.22 0 0038.93.705",
|
|
15200
|
-
"mask": "url(#id-
|
|
15200
|
+
"mask": "url(#id-16d)"
|
|
15201
15201
|
}
|
|
15202
15202
|
})]), _c('path', {
|
|
15203
15203
|
attrs: {
|
|
@@ -21141,12 +21141,14 @@ module.exports = {
|
|
|
21141
21141
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
|
|
21142
21142
|
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
21143
21143
|
// Module
|
|
21144
|
-
exports.push([module.i, ".SignatureHalcomQes_reset-list_35hDq{margin:0;padding:0;list-style:none;display:block}.SignatureHalcomQes_uppercase-sm_1mjY4{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureHalcomQes_formContainer_1_Y-V{max-width:263px;margin:0 auto}", ""]);
|
|
21144
|
+
exports.push([module.i, ".SignatureHalcomQes_reset-list_35hDq{margin:0;padding:0;list-style:none;display:block}.SignatureHalcomQes_uppercase-sm_1mjY4{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureHalcomQes_formContainer_1_Y-V{max-width:263px;margin:0 auto}.SignatureHalcomQes_label_28Kc4{color:#9ca6b1;margin-top:24px}.SignatureHalcomQes_highlight_1g2aM{font-weight:700;font-size:20px}", ""]);
|
|
21145
21145
|
// Exports
|
|
21146
21146
|
exports.locals = {
|
|
21147
21147
|
"reset-list": "SignatureHalcomQes_reset-list_35hDq",
|
|
21148
21148
|
"uppercase-sm": "SignatureHalcomQes_uppercase-sm_1mjY4",
|
|
21149
|
-
"formContainer": "SignatureHalcomQes_formContainer_1_Y-V"
|
|
21149
|
+
"formContainer": "SignatureHalcomQes_formContainer_1_Y-V",
|
|
21150
|
+
"label": "SignatureHalcomQes_label_28Kc4",
|
|
21151
|
+
"highlight": "SignatureHalcomQes_highlight_1g2aM"
|
|
21150
21152
|
};
|
|
21151
21153
|
module.exports = exports;
|
|
21152
21154
|
|
|
@@ -25795,7 +25797,7 @@ module.exports = {
|
|
|
25795
25797
|
}, attrs)
|
|
25796
25798
|
}, rest), children.concat([_c('defs', [_c('linearGradient', {
|
|
25797
25799
|
attrs: {
|
|
25798
|
-
"id": "id-
|
|
25800
|
+
"id": "id-0a",
|
|
25799
25801
|
"x1": "45.313%",
|
|
25800
25802
|
"x2": "33.822%",
|
|
25801
25803
|
"y1": "69.296%",
|
|
@@ -25813,7 +25815,7 @@ module.exports = {
|
|
|
25813
25815
|
}
|
|
25814
25816
|
})]), _c('linearGradient', {
|
|
25815
25817
|
attrs: {
|
|
25816
|
-
"id": "id-
|
|
25818
|
+
"id": "id-2c",
|
|
25817
25819
|
"x1": "17.248%",
|
|
25818
25820
|
"x2": "58.688%",
|
|
25819
25821
|
"y1": "34.281%",
|
|
@@ -25831,7 +25833,7 @@ module.exports = {
|
|
|
25831
25833
|
}
|
|
25832
25834
|
})]), _c('path', {
|
|
25833
25835
|
attrs: {
|
|
25834
|
-
"id": "id-
|
|
25836
|
+
"id": "id-1b",
|
|
25835
25837
|
"d": "M75.617 68.105a21.83 21.83 0 002.601 5.096c9.291 13.456 23.041 10.092 28.616 9.344 5.574-.747 13.007-1.121 17.094 2.243 4.088 3.364 6.352 6.033 14.441 8.532 2.602.373 1.911 1.185.796 1.933-8.547 5.606-15.608 3.737-24.527 0-8.92-3.738-12.264-.748-18.21 0-19.325 2.99-35.676 1.121-49.055-5.606a46.935 46.935 0 01-2.198-1.804c-3.08 3.497-5.197 5.593-6.35 6.289-1.857 1.12-8.546 4.11-17.094 4.11-5.698 0-10.53-.622-14.493-1.868-3.634-1.163-5.616-1.91-5.946-2.242-.744-.748-1.292-2.03 2.742-2.435 14.52-1.922 27.079-6.737 32.47-14.862-2.721-5.544-3.682-11.738-2.88-18.584C35.38 43.895 40.09 42 51.232 30.431c7.665-8.521 1.458-17.002-1.547-20.327a304.822 304.822 0 01-1.301-1.454c-1.174-1.359-1.17-1.35-2.76-.563a299.293 299.293 0 01-4.228 2.039c-.25.117-.938.46-.842.097.214-.822 6.12-3.842 6.014-4.07-.106-.23-7.504 1.596-7.67 1.608-.165.013-.315-.439-.108-.51.206-.076 2.191-.754 3.292-1.119 1.094-.362 3.5-1.141 3.283-1.262-.216-.124-8.341-.632-8.458-.64-.03-.002-.052-.028-.067-.066v-.297c.015-.038.039-.066.07-.073 1.92-.462 8.359-.207 8.507-.363.148-.157-.193-1.103-.231-1.657-.069-1.026.35-1.762 1.12-1.774h.04c.092.001.19.013.292.036 1.866.41 3.704 1.01 5.535 1.605 1.665.54 2.59.639 3.883.313 1.292-.326 2.034-.737 3.231-.651 4.516.009 9.529 2.096 14.536 6s12.49 16.84 9.198 25.28c-4.97 12.74-5.177 10.025-7.662 17.126-.18.814-.354 1.581-.517 2.312-.919 4.871-1.048 10.056.381 14.88.044.117.09.234.136.352.12.309.206.593.257.852z"
|
|
25836
25838
|
}
|
|
25837
25839
|
})]), _c('g', {
|
|
@@ -25846,12 +25848,12 @@ module.exports = {
|
|
|
25846
25848
|
}
|
|
25847
25849
|
}), _c('use', {
|
|
25848
25850
|
attrs: {
|
|
25849
|
-
"fill": "url(#id-
|
|
25850
|
-
"xlink:href": "#id-
|
|
25851
|
+
"fill": "url(#id-0a)",
|
|
25852
|
+
"xlink:href": "#id-1b"
|
|
25851
25853
|
}
|
|
25852
25854
|
}), _c('path', {
|
|
25853
25855
|
attrs: {
|
|
25854
|
-
"fill": "url(#id-
|
|
25856
|
+
"fill": "url(#id-2c)",
|
|
25855
25857
|
"d": "M140.16 94.148c-9.194 1.408-11.705 1.1-14.296-.017-5.142-2.01-9.086-7.663-25.24-5.574-16.152 2.089-46.802-2.089-54.671-15.873-5.247-9.19-.586-18.872 13.981-29.046 5.452-3.472 9.006-9.315 10.663-17.53C72.25 17.904 64.062 9.215 46.03.039A1.13 1.13 0 0146.308 0h.038c.093.001.19.013.293.036 1.866.41 3.704 1.01 5.535 1.605 1.665.54 2.59.639 3.883.313 1.292-.326 2.034-.737 3.231-.651 4.516.009 9.529 2.096 14.536 6s12.49 16.84 9.198 25.28c-4.97 12.74-5.177 10.025-7.662 17.126-.18.814-.354 1.581-.517 2.312-.919 4.871-1.048 10.056.381 14.88.044.117.09.234.136.352.12.309.206.593.257.852a21.83 21.83 0 002.601 5.096c9.291 13.456 23.041 10.092 28.616 9.344 5.574-.747 13.007-1.121 17.094 2.243 4.088 3.364 6.352 6.033 14.441 8.532 1.303.187 1.78.484 1.792.828z"
|
|
25856
25858
|
}
|
|
25857
25859
|
}), _c('g', {
|
|
@@ -29531,7 +29533,7 @@ module.exports = {
|
|
|
29531
29533
|
}, attrs)
|
|
29532
29534
|
}, rest), children.concat([_c('defs', [_c('radialGradient', {
|
|
29533
29535
|
attrs: {
|
|
29534
|
-
"id": "id-
|
|
29536
|
+
"id": "id-4b",
|
|
29535
29537
|
"cx": "70.69",
|
|
29536
29538
|
"cy": "120.71",
|
|
29537
29539
|
"r": "20.17",
|
|
@@ -29551,7 +29553,7 @@ module.exports = {
|
|
|
29551
29553
|
}
|
|
29552
29554
|
})]), _c('radialGradient', {
|
|
29553
29555
|
attrs: {
|
|
29554
|
-
"id": "id-
|
|
29556
|
+
"id": "id-5c",
|
|
29555
29557
|
"cx": "84.22",
|
|
29556
29558
|
"cy": "123.44",
|
|
29557
29559
|
"r": "24.08",
|
|
@@ -29570,7 +29572,7 @@ module.exports = {
|
|
|
29570
29572
|
}
|
|
29571
29573
|
})]), _c('radialGradient', {
|
|
29572
29574
|
attrs: {
|
|
29573
|
-
"id": "id-
|
|
29575
|
+
"id": "id-6d",
|
|
29574
29576
|
"cx": "106.44",
|
|
29575
29577
|
"cy": "89.14",
|
|
29576
29578
|
"r": "41.36",
|
|
@@ -29590,7 +29592,7 @@ module.exports = {
|
|
|
29590
29592
|
}
|
|
29591
29593
|
})]), _c('radialGradient', {
|
|
29592
29594
|
attrs: {
|
|
29593
|
-
"id": "id-
|
|
29595
|
+
"id": "id-7e",
|
|
29594
29596
|
"cx": "53.82",
|
|
29595
29597
|
"cy": "72.57",
|
|
29596
29598
|
"r": "27.02",
|
|
@@ -29610,7 +29612,7 @@ module.exports = {
|
|
|
29610
29612
|
}
|
|
29611
29613
|
})]), _c('radialGradient', {
|
|
29612
29614
|
attrs: {
|
|
29613
|
-
"id": "id-
|
|
29615
|
+
"id": "id-8f",
|
|
29614
29616
|
"cx": "88.49",
|
|
29615
29617
|
"cy": "104.89",
|
|
29616
29618
|
"r": "47.74",
|
|
@@ -29630,7 +29632,7 @@ module.exports = {
|
|
|
29630
29632
|
}
|
|
29631
29633
|
})]), _c('radialGradient', {
|
|
29632
29634
|
attrs: {
|
|
29633
|
-
"id": "id-
|
|
29635
|
+
"id": "id-9g",
|
|
29634
29636
|
"cx": "47.21",
|
|
29635
29637
|
"cy": "114.1",
|
|
29636
29638
|
"r": "55.18",
|
|
@@ -29649,7 +29651,7 @@ module.exports = {
|
|
|
29649
29651
|
}
|
|
29650
29652
|
})]), _c('linearGradient', {
|
|
29651
29653
|
attrs: {
|
|
29652
|
-
"id": "id-
|
|
29654
|
+
"id": "id-3a",
|
|
29653
29655
|
"x1": "69.55",
|
|
29654
29656
|
"y1": "48.21",
|
|
29655
29657
|
"x2": "60.12",
|
|
@@ -29695,37 +29697,37 @@ module.exports = {
|
|
|
29695
29697
|
}), _c('path', {
|
|
29696
29698
|
attrs: {
|
|
29697
29699
|
"d": "M70.92 110.13l-.39-.08a7.12 7.12 0 01-2.07-.92c-4.14-2.79-3.07-9-5.25-12.94a11.37 11.37 0 00-3-3.28l-.11-.09c-.48.48-1.19 1.23-2.34 2.38a32 32 0 00-2.51 2.89 35.66 35.66 0 016.6 9.2c2 4.49 2.54 9.38 4.1 14a17.94 17.94 0 002.32 4.88 6.09 6.09 0 002.66 2.21v-18.3z",
|
|
29698
|
-
"fill": "url(#id-
|
|
29700
|
+
"fill": "url(#id-3a)"
|
|
29699
29701
|
}
|
|
29700
29702
|
}), _c('path', {
|
|
29701
29703
|
attrs: {
|
|
29702
29704
|
"d": "M66 53.19c.44.48 1 1.06 1.5 1.58s1.18 1.22 1.91 1.92c.45.43 1 1 1.47 1.4V36.94a5.66 5.66 0 00-1.49-.1 12.91 12.91 0 00-3.69.76 9.5 9.5 0 00-2.91 1.64 5.53 5.53 0 00-1.92 3.12 8 8 0 00.84 5 18.86 18.86 0 001.77 3s.5.61.78.92c.57.58 1.16 1.24 1.74 1.91z",
|
|
29703
|
-
"fill": "url(#id-
|
|
29705
|
+
"fill": "url(#id-4b)"
|
|
29704
29706
|
}
|
|
29705
29707
|
}), _c('path', {
|
|
29706
29708
|
attrs: {
|
|
29707
29709
|
"d": "M99.75 69.55a27.37 27.37 0 00-2.39-9.26 23.91 23.91 0 00-4.74-6.78c-.19-.19-.39-.39-.59-.57a25 25 0 00-3.56-2.77 25.86 25.86 0 00-3.93-2.07 23.36 23.36 0 00-7.07-1.75 12.66 12.66 0 00-6.56 1v10.7c1.2 1.1 2.64 2.42 3.37 3.07.51.45 1 .88 1.51 1.32l1.49 1.25L78.83 65c.64.54 2.94 2.4 3.21 2.63l.45.36 5.81 4.71.13.1c.78.63 4.79 3.86 6.76 5.55s3.45 3 3.59 3.15a48.15 48.15 0 00.87-5.32 37.1 37.1 0 00.1-6.63z",
|
|
29708
|
-
"fill": "url(#id-
|
|
29710
|
+
"fill": "url(#id-5c)"
|
|
29709
29711
|
}
|
|
29710
29712
|
}), _c('path', {
|
|
29711
29713
|
attrs: {
|
|
29712
29714
|
"d": "M112.35 100.58a26.08 26.08 0 00-3.28-7.42 50.76 50.76 0 00-7.27-8.8c-1-1-2-1.9-3-2.85-.1.45-.35 1.52-.85 3.15-.26.85-.73 2.25-.91 2.78-.27.77-.79 2.15-1.14 3-.48 1.25-1.24 3-1.92 4.46C93 97 92.45 98 91.36 100c-.49.89-.91 1.74-1.52 2.8-.21.36-.43.74-.69 1.16-.11.17-1.37 2.21-1.5 2.44-.25.39-.53.84-.7 1.09-1.51 2.31-1.64 2.42-1.88 2.76-.56.76.2-.28-.86 1.21L81.7 115c-.37.51-1.62 2.15-3 3.86s-2.8 3.58-3.43 4.33l-4.41 5.2v10.45c1.86-.15 3.8-.41 5.79-.77a66.86 66.86 0 007.54-1.87 62.31 62.31 0 006.38-2.38 54.74 54.74 0 005.46-2.76 44.25 44.25 0 006.42-4.51 32.83 32.83 0 005.91-6.52 26.15 26.15 0 003.78-8.35 25.76 25.76 0 00.76-5.21 20.55 20.55 0 00-.55-5.89z",
|
|
29713
|
-
"fill": "url(#id-
|
|
29715
|
+
"fill": "url(#id-6d)"
|
|
29714
29716
|
}
|
|
29715
29717
|
}), _c('path', {
|
|
29716
29718
|
attrs: {
|
|
29717
29719
|
"d": "M68.26 126.22a17.94 17.94 0 01-2.32-4.88c-1.56-4.66-2.06-9.55-4.1-14a35.73 35.73 0 00-6.59-9.2 27.3 27.3 0 00-1.93 2.86 16.66 16.66 0 00-1.32 2.85 14.29 14.29 0 00-.44 1.71 12 12 0 00-.2 1.8 12.3 12.3 0 00.14 2.33 14.14 14.14 0 00.64 2.5 17.21 17.21 0 001.42 3l.25.41a24.12 24.12 0 004.26 5.11 32.86 32.86 0 002.93 2.41c.69.49 1.39 1 2.11 1.41 1 .6 1.95 1.16 2.95 1.68 1.36.7 3.5 1.67 4.87 2.22a6.09 6.09 0 01-2.67-2.21z",
|
|
29718
|
-
"fill": "url(#id-
|
|
29720
|
+
"fill": "url(#id-7e)"
|
|
29719
29721
|
}
|
|
29720
29722
|
}), _c('path', {
|
|
29721
29723
|
attrs: {
|
|
29722
29724
|
"d": "M98.78 81.5c-.14-.13-1.75-1.58-3.59-3.15s-6-4.92-6.76-5.55l-.13-.1-5.81-4.7c-.22-.17-.37-.3-.45-.37-.27-.22-2.57-2.08-3.21-2.62l-1.55-1.3-1.48-1.23c-.54-.44-1-.87-1.52-1.33-.73-.64-2.17-2-3.37-3.06-.46-.43-1-1-1.46-1.39-.73-.7-1.29-1.26-1.91-1.92s-1.06-1.1-1.5-1.58c-.62-.67-1.21-1.33-1.74-1.95l-.6-.7c.35.57 1.08 1.62 1.45 2.14 1 1.48.81 1.17 1.81 2.67.68 1 1.83 2.86 2.46 3.92a4.1 4.1 0 01.22.41 16.8 16.8 0 011 2.25 4.12 4.12 0 01.25 1.1v65.38l4.41-5.2c.63-.75 2.07-2.58 3.43-4.33s2.58-3.35 3-3.86l2.51-3.58c1.06-1.49.3-.45.86-1.21.24-.34.37-.45 1.88-2.76l.7-1.09c.13-.23 1.39-2.27 1.5-2.45.26-.41.48-.79.69-1.15.61-1.06 1-1.91 1.52-2.8 1.09-2 1.62-3 2.6-5.08.68-1.48 1.44-3.22 1.92-4.46.35-.87.87-2.26 1.13-3 .19-.54.66-1.93.92-2.78.5-1.64.75-2.71.85-3.16z",
|
|
29723
|
-
"fill": "url(#id-
|
|
29725
|
+
"fill": "url(#id-8f)"
|
|
29724
29726
|
}
|
|
29725
29727
|
}), _c('path', {
|
|
29726
29728
|
attrs: {
|
|
29727
29729
|
"d": "M55.24 98.09a32 32 0 012.51-2.89c1.15-1.15 1.86-1.89 2.34-2.38-4-3.15-9.55-5.51-8.31-11.39 1.11-5.27 8.37-4.37 11.17-8.21 1.35-1.84 1.85-4.1 2.77-6.15a6.38 6.38 0 015.19-4 4.11 4.11 0 00-.25-1.11 16.13 16.13 0 00-1-2.24 3.36 3.36 0 00-.22-.42c-.63-1.05-1.78-2.89-2.46-3.92-1-1.5-.78-1.19-1.81-2.66-.37-.53-1.1-1.58-1.45-2.15a1.89 1.89 0 01-.18-.22 18.47 18.47 0 01-1.77-3l-.26-.63-3.24 2.4c-2.56 1.88-5.14 3.74-7.63 5.71-1.64 1.29-3.25 2.63-4.79 4a44.59 44.59 0 00-4.27 4.4c-2.47 3-4.42 6.36-4.7 10.2a13.06 13.06 0 000 1.88 13.62 13.62 0 00.26 2 15.73 15.73 0 002.94 6.4 36.68 36.68 0 005.5 5.65l1 .89c2.35 2 4.74 4 7 6.2.64.6 1.25 1.23 1.86 1.87l-.19-.21z",
|
|
29728
|
-
"fill": "url(#id-
|
|
29730
|
+
"fill": "url(#id-9g)"
|
|
29729
29731
|
}
|
|
29730
29732
|
})]));
|
|
29731
29733
|
}
|
|
@@ -34489,7 +34491,7 @@ module.exports = {
|
|
|
34489
34491
|
}, attrs)
|
|
34490
34492
|
}, rest), children.concat([_c('defs', [_c('linearGradient', {
|
|
34491
34493
|
attrs: {
|
|
34492
|
-
"id": "id-
|
|
34494
|
+
"id": "id-10a",
|
|
34493
34495
|
"x1": "124.883",
|
|
34494
34496
|
"y1": "17.983",
|
|
34495
34497
|
"x2": "117.483",
|
|
@@ -34518,7 +34520,7 @@ module.exports = {
|
|
|
34518
34520
|
}
|
|
34519
34521
|
})]), _c('linearGradient', {
|
|
34520
34522
|
attrs: {
|
|
34521
|
-
"id": "id-
|
|
34523
|
+
"id": "id-11b",
|
|
34522
34524
|
"x1": "116.71",
|
|
34523
34525
|
"y1": "31.343",
|
|
34524
34526
|
"x2": "102.594",
|
|
@@ -34547,7 +34549,7 @@ module.exports = {
|
|
|
34547
34549
|
}
|
|
34548
34550
|
})]), _c('linearGradient', {
|
|
34549
34551
|
attrs: {
|
|
34550
|
-
"id": "id-
|
|
34552
|
+
"id": "id-12c",
|
|
34551
34553
|
"x1": "106.335",
|
|
34552
34554
|
"y1": "23.516",
|
|
34553
34555
|
"x2": "140.192",
|
|
@@ -34571,18 +34573,18 @@ module.exports = {
|
|
|
34571
34573
|
}
|
|
34572
34574
|
}), _c('path', {
|
|
34573
34575
|
attrs: {
|
|
34574
|
-
"fill": "url(#id-
|
|
34576
|
+
"fill": "url(#id-10a)",
|
|
34575
34577
|
"d": "M126.585 16.359l-6.919 4.057V1.094l6.919 6.917v8.348z"
|
|
34576
34578
|
}
|
|
34577
34579
|
}), _c('path', {
|
|
34578
34580
|
attrs: {
|
|
34579
|
-
"fill": "url(#id-
|
|
34581
|
+
"fill": "url(#id-11b)",
|
|
34580
34582
|
"d": "M106.335 11.382h6.634v23.101h-6.634z"
|
|
34581
34583
|
}
|
|
34582
34584
|
}), _c('path', {
|
|
34583
34585
|
attrs: {
|
|
34584
34586
|
"d": "M140.191 13.257a.789.789 0 00-.2-.505.935.935 0 00-.82-.191 42.336 42.336 0 00-32.84 21.922h6.634c7.037-12.392 17.369-17.99 26.691-20.609.416-.138.544-.391.535-.617z",
|
|
34585
|
-
"fill": "url(#id-
|
|
34587
|
+
"fill": "url(#id-12c)"
|
|
34586
34588
|
}
|
|
34587
34589
|
}), _c('path', {
|
|
34588
34590
|
attrs: {
|
|
@@ -50378,12 +50380,12 @@ var SignatureUanatacaQes_component = normalizeComponent(
|
|
|
50378
50380
|
)
|
|
50379
50381
|
|
|
50380
50382
|
/* harmony default export */ var SignatureUanatacaQes = (SignatureUanatacaQes_component.exports);
|
|
50381
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"19801484-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=template&id=
|
|
50382
|
-
var
|
|
50383
|
-
var
|
|
50383
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"19801484-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=template&id=74f063b7&
|
|
50384
|
+
var SignatureHalcomQesvue_type_template_id_74f063b7_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.challenge)?_c('div',{class:_vm.$style.challenge},[_c('SubLoader',[_c('div',[_vm._v(_vm._s(_vm.$t('sign-in-halcom-app')))]),_c('div',{class:_vm.$style.label},[_vm._v(" "+_vm._s(_vm.$t('transaction-id'))+" ")]),_c('div',{class:_vm.$style.highlight},[_vm._v(" "+_vm._s(_vm.challenge)+" ")])])],1):_c('div',[_c('AppForm',{attrs:{"id":"halcomSignatureForm","schema":_vm.schema,"on-submit":_vm.sign,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)])}
|
|
50385
|
+
var SignatureHalcomQesvue_type_template_id_74f063b7_staticRenderFns = []
|
|
50384
50386
|
|
|
50385
50387
|
|
|
50386
|
-
// CONCATENATED MODULE: ./src/views/SignatureHalcomQes.vue?vue&type=template&id=
|
|
50388
|
+
// CONCATENATED MODULE: ./src/views/SignatureHalcomQes.vue?vue&type=template&id=74f063b7&
|
|
50387
50389
|
|
|
50388
50390
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=script&lang=js&
|
|
50389
50391
|
|
|
@@ -50399,7 +50401,7 @@ var SignatureHalcomQesvue_type_template_id_2abf6479_staticRenderFns = []
|
|
|
50399
50401
|
data: function data() {
|
|
50400
50402
|
return {
|
|
50401
50403
|
fieldErrors: {},
|
|
50402
|
-
|
|
50404
|
+
challenge: undefined,
|
|
50403
50405
|
authProcess: {}
|
|
50404
50406
|
};
|
|
50405
50407
|
},
|
|
@@ -50496,8 +50498,8 @@ var SignatureHalcomQesvue_type_template_id_2abf6479_staticRenderFns = []
|
|
|
50496
50498
|
var additionalMethodConfig = this.additionalMethodConfig || {};
|
|
50497
50499
|
this.authProcess = this.$root.$options.eidEasyClient.signature.halcomQesSignature.start(_objectSpread2(_objectSpread2({}, dataToSubmit), {}, {
|
|
50498
50500
|
started: function started(result) {
|
|
50499
|
-
if (result.data && result.data.
|
|
50500
|
-
_this.
|
|
50501
|
+
if (result.data && result.data.challenge) {
|
|
50502
|
+
_this.challenge = result.data.challenge;
|
|
50501
50503
|
|
|
50502
50504
|
_this.loadingEnd();
|
|
50503
50505
|
|
|
@@ -50517,7 +50519,7 @@ var SignatureHalcomQesvue_type_template_id_2abf6479_staticRenderFns = []
|
|
|
50517
50519
|
_this.$root.$options.eidEasyOnSuccess(result);
|
|
50518
50520
|
},
|
|
50519
50521
|
finished: function finished() {
|
|
50520
|
-
_this.
|
|
50522
|
+
_this.challenge = undefined;
|
|
50521
50523
|
|
|
50522
50524
|
_this.endSignatureProcessing();
|
|
50523
50525
|
|
|
@@ -50551,8 +50553,8 @@ function SignatureHalcomQes_injectStyles (context) {
|
|
|
50551
50553
|
|
|
50552
50554
|
var SignatureHalcomQes_component = normalizeComponent(
|
|
50553
50555
|
views_SignatureHalcomQesvue_type_script_lang_js_,
|
|
50554
|
-
|
|
50555
|
-
|
|
50556
|
+
SignatureHalcomQesvue_type_template_id_74f063b7_render,
|
|
50557
|
+
SignatureHalcomQesvue_type_template_id_74f063b7_staticRenderFns,
|
|
50556
50558
|
false,
|
|
50557
50559
|
SignatureHalcomQes_injectStyles,
|
|
50558
50560
|
null,
|