@eid-easy/eideasy-widget 2.101.0 → 2.103.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 +20 -2
- package/dist/full/eideasy-widget.common.js +195 -16
- package/dist/full/eideasy-widget.umd.js +195 -16
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/package.json +5 -5
|
@@ -18452,6 +18452,51 @@ module.exports = {
|
|
|
18452
18452
|
|
|
18453
18453
|
/***/ }),
|
|
18454
18454
|
|
|
18455
|
+
/***/ 13232:
|
|
18456
|
+
/***/ (function(module) {
|
|
18457
|
+
|
|
18458
|
+
module.exports = {
|
|
18459
|
+
functional: true,
|
|
18460
|
+
render(_h, _vm) {
|
|
18461
|
+
const {
|
|
18462
|
+
_c,
|
|
18463
|
+
_v,
|
|
18464
|
+
data,
|
|
18465
|
+
children = []
|
|
18466
|
+
} = _vm;
|
|
18467
|
+
const {
|
|
18468
|
+
class: classNames,
|
|
18469
|
+
staticClass,
|
|
18470
|
+
style,
|
|
18471
|
+
staticStyle,
|
|
18472
|
+
attrs = {},
|
|
18473
|
+
...rest
|
|
18474
|
+
} = data;
|
|
18475
|
+
return _c('svg', {
|
|
18476
|
+
class: [classNames, staticClass],
|
|
18477
|
+
style: [style, staticStyle],
|
|
18478
|
+
attrs: Object.assign({
|
|
18479
|
+
"viewBox": "0 0 123 34",
|
|
18480
|
+
"fill": "none",
|
|
18481
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
18482
|
+
}, attrs),
|
|
18483
|
+
...rest
|
|
18484
|
+
}, children.concat([_c('path', {
|
|
18485
|
+
attrs: {
|
|
18486
|
+
"d": "M10.477 28.57c-.443-2.238-1.439-5.31-4.796-14.869H0L7.784 33.54h5.312L20.474 13.7h-5.57c-3.173 9.369-4.058 12.366-4.427 14.869zM30.5 13.284c-5.828 0-9.96 4.438-9.96 10.393 0 6.145 4.28 10.241 10.255 10.241 3.797 0 7.042-2.025 8.585-4.912l-3.9-2.18c-.774 1.554-2.36 2.654-4.648 2.654-2.692 0-4.795-1.745-5.053-4.172h14.645c.258-7.966-4.058-12.024-9.924-12.024zm-4.758 8.268c.184-2.313 2.14-3.944 4.758-3.944 2.62 0 4.5 1.63 4.612 3.944h-9.37zM61.45 13.701h-5.238V33.54h5.239V13.701zM86.908 9.301c.7 0 1.513.114 2.324.341V5.318c-.885-.303-2.103-.53-3.32-.53-3.467 0-6.935 1.896-6.935 7.51V13.7h-7.64v-.645c-.295-2.845.812-3.755 2.693-3.755.701 0 1.513.114 2.324.341V5.318c-.885-.303-2.102-.53-3.32-.53-3.467 0-6.935 1.896-6.935 7.51V13.7h-2.287v4.209h2.287v15.629h5.238v-15.63h7.64v15.63h5.238v-15.63h5.017v-4.208h-5.017v-.645c-.295-2.845.812-3.755 2.693-3.755zM48.263 19.78v-.775l-.57-5.304h-4.558V33.54h5.128V25.5c0-4.193 2.816-6.794 5.906-6.794v-5.232c-3.628.37-5.906 2.518-5.906 6.306zM61.493 6.535H56.17v4.318h5.323V6.535z",
|
|
18487
|
+
"fill": "#03282C"
|
|
18488
|
+
}
|
|
18489
|
+
}), _c('path', {
|
|
18490
|
+
attrs: {
|
|
18491
|
+
"d": "M112.359 13.528v13.39h.044c.875-6.764 4.766-11.185 10.597-13.29V0c-6.705 1.202-10.641 5.561-10.641 13.528zM99.855 24.98L110.496 34V16.111l-10.64-9.019v17.888z",
|
|
18492
|
+
"fill": "#14E5C5"
|
|
18493
|
+
}
|
|
18494
|
+
})]));
|
|
18495
|
+
}
|
|
18496
|
+
};
|
|
18497
|
+
|
|
18498
|
+
/***/ }),
|
|
18499
|
+
|
|
18455
18500
|
/***/ 17004:
|
|
18456
18501
|
/***/ (function(module) {
|
|
18457
18502
|
|
|
@@ -23655,6 +23700,32 @@ ___CSS_LOADER_EXPORT___.locals = {
|
|
|
23655
23700
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
23656
23701
|
|
|
23657
23702
|
|
|
23703
|
+
/***/ }),
|
|
23704
|
+
|
|
23705
|
+
/***/ 13341:
|
|
23706
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23707
|
+
|
|
23708
|
+
"use strict";
|
|
23709
|
+
__webpack_require__.r(__webpack_exports__);
|
|
23710
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8081);
|
|
23711
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
23712
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23645);
|
|
23713
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
23714
|
+
// Imports
|
|
23715
|
+
|
|
23716
|
+
|
|
23717
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
23718
|
+
// Module
|
|
23719
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".VeriffButton_reset-list_TMQDH{margin:0;padding:0;list-style:none;display:block}.VeriffButton_uppercase-sm_e7C78{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.VeriffButton_icon_ciFlH{display:block;width:71px;height:auto}", ""]);
|
|
23720
|
+
// Exports
|
|
23721
|
+
___CSS_LOADER_EXPORT___.locals = {
|
|
23722
|
+
"reset-list": "VeriffButton_reset-list_TMQDH",
|
|
23723
|
+
"uppercase-sm": "VeriffButton_uppercase-sm_e7C78",
|
|
23724
|
+
"icon": "VeriffButton_icon_ciFlH"
|
|
23725
|
+
};
|
|
23726
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
23727
|
+
|
|
23728
|
+
|
|
23658
23729
|
/***/ }),
|
|
23659
23730
|
|
|
23660
23731
|
/***/ 12485:
|
|
@@ -24109,7 +24180,7 @@ ___CSS_LOADER_EXPORT___.locals = {
|
|
|
24109
24180
|
|
|
24110
24181
|
/***/ }),
|
|
24111
24182
|
|
|
24112
|
-
/***/
|
|
24183
|
+
/***/ 92890:
|
|
24113
24184
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
24114
24185
|
|
|
24115
24186
|
"use strict";
|
|
@@ -26537,6 +26608,22 @@ var update = add("f4ae79ee", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
26537
26608
|
|
|
26538
26609
|
/***/ }),
|
|
26539
26610
|
|
|
26611
|
+
/***/ 19080:
|
|
26612
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
26613
|
+
|
|
26614
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
26615
|
+
|
|
26616
|
+
// load the styles
|
|
26617
|
+
var content = __webpack_require__(13341);
|
|
26618
|
+
if(content.__esModule) content = content.default;
|
|
26619
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
26620
|
+
if(content.locals) module.exports = content.locals;
|
|
26621
|
+
// add the styles to the DOM
|
|
26622
|
+
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
26623
|
+
var update = add("ac5630aa", content, true, {"sourceMap":false,"shadowMode":false});
|
|
26624
|
+
|
|
26625
|
+
/***/ }),
|
|
26626
|
+
|
|
26540
26627
|
/***/ 28533:
|
|
26541
26628
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
26542
26629
|
|
|
@@ -26793,19 +26880,19 @@ var update = add("25fd8cb7", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
26793
26880
|
|
|
26794
26881
|
/***/ }),
|
|
26795
26882
|
|
|
26796
|
-
/***/
|
|
26883
|
+
/***/ 17594:
|
|
26797
26884
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
26798
26885
|
|
|
26799
26886
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
26800
26887
|
|
|
26801
26888
|
// load the styles
|
|
26802
|
-
var content = __webpack_require__(
|
|
26889
|
+
var content = __webpack_require__(92890);
|
|
26803
26890
|
if(content.__esModule) content = content.default;
|
|
26804
26891
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
26805
26892
|
if(content.locals) module.exports = content.locals;
|
|
26806
26893
|
// add the styles to the DOM
|
|
26807
26894
|
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
26808
|
-
var update = add("
|
|
26895
|
+
var update = add("008335a6", content, true, {"sourceMap":false,"shadowMode":false});
|
|
26809
26896
|
|
|
26810
26897
|
/***/ }),
|
|
26811
26898
|
|
|
@@ -37147,7 +37234,8 @@ const viewNames = {
|
|
|
37147
37234
|
SignatureFrejaIdQes: 'SignatureFrejaIdQes',
|
|
37148
37235
|
SignatureItsmeQes: 'SignatureItsmeQes',
|
|
37149
37236
|
SignatureHandwritten: 'SignatureHandwritten',
|
|
37150
|
-
SignatureHaricaQes: 'SignatureHaricaQes'
|
|
37237
|
+
SignatureHaricaQes: 'SignatureHaricaQes',
|
|
37238
|
+
SignatureVeriffAdvanced: 'SignatureVeriffAdvanced'
|
|
37151
37239
|
};
|
|
37152
37240
|
/* harmony default export */ var views_viewNames = (viewNames);
|
|
37153
37241
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HeaderContentSubView.vue?vue&type=script&lang=js&
|
|
@@ -40531,6 +40619,73 @@ var HaricaButton_component = normalizeComponent(
|
|
|
40531
40619
|
)
|
|
40532
40620
|
|
|
40533
40621
|
/* harmony default export */ var HaricaButton = (HaricaButton_component.exports);
|
|
40622
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/VeriffButton.vue?vue&type=template&id=3a5e531d&
|
|
40623
|
+
var VeriffButtonvue_type_template_id_3a5e531d_render = function render() {
|
|
40624
|
+
var _vm = this,
|
|
40625
|
+
_c = _vm._self._c;
|
|
40626
|
+
return _c('MethodButtonBase', {
|
|
40627
|
+
scopedSlots: _vm._u([{
|
|
40628
|
+
key: "slot1",
|
|
40629
|
+
fn: function () {
|
|
40630
|
+
return [_c('VeriffIcon', {
|
|
40631
|
+
class: _vm.$style.icon
|
|
40632
|
+
})];
|
|
40633
|
+
},
|
|
40634
|
+
proxy: true
|
|
40635
|
+
}])
|
|
40636
|
+
});
|
|
40637
|
+
};
|
|
40638
|
+
var VeriffButtonvue_type_template_id_3a5e531d_staticRenderFns = [];
|
|
40639
|
+
|
|
40640
|
+
// EXTERNAL MODULE: ./src/assets/svg/veriff-logo.svg
|
|
40641
|
+
var veriff_logo = __webpack_require__(13232);
|
|
40642
|
+
var veriff_logo_default = /*#__PURE__*/__webpack_require__.n(veriff_logo);
|
|
40643
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/VeriffButton.vue?vue&type=script&lang=js&
|
|
40644
|
+
|
|
40645
|
+
|
|
40646
|
+
/* harmony default export */ var VeriffButtonvue_type_script_lang_js_ = ({
|
|
40647
|
+
name: 'VeriffButton',
|
|
40648
|
+
components: {
|
|
40649
|
+
MethodButtonBase: MethodButtonBase,
|
|
40650
|
+
VeriffIcon: (veriff_logo_default())
|
|
40651
|
+
}
|
|
40652
|
+
});
|
|
40653
|
+
;// CONCATENATED MODULE: ./src/components/methodButtons/VeriffButton.vue?vue&type=script&lang=js&
|
|
40654
|
+
/* harmony default export */ var methodButtons_VeriffButtonvue_type_script_lang_js_ = (VeriffButtonvue_type_script_lang_js_);
|
|
40655
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-63.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/VeriffButton.vue?vue&type=style&index=0&id=3a5e531d&prod&lang=scss&module=true&
|
|
40656
|
+
var VeriffButtonvue_type_style_index_0_id_3a5e531d_prod_lang_scss_module_true_ = __webpack_require__(19080);
|
|
40657
|
+
var VeriffButtonvue_type_style_index_0_id_3a5e531d_prod_lang_scss_module_true_default = /*#__PURE__*/__webpack_require__.n(VeriffButtonvue_type_style_index_0_id_3a5e531d_prod_lang_scss_module_true_);
|
|
40658
|
+
;// CONCATENATED MODULE: ./src/components/methodButtons/VeriffButton.vue?vue&type=style&index=0&id=3a5e531d&prod&lang=scss&module=true&
|
|
40659
|
+
|
|
40660
|
+
;// CONCATENATED MODULE: ./src/components/methodButtons/VeriffButton.vue
|
|
40661
|
+
|
|
40662
|
+
|
|
40663
|
+
|
|
40664
|
+
;
|
|
40665
|
+
|
|
40666
|
+
|
|
40667
|
+
|
|
40668
|
+
|
|
40669
|
+
function VeriffButton_injectStyles (context) {
|
|
40670
|
+
|
|
40671
|
+
this["$style"] = ((VeriffButtonvue_type_style_index_0_id_3a5e531d_prod_lang_scss_module_true_default()).locals || (VeriffButtonvue_type_style_index_0_id_3a5e531d_prod_lang_scss_module_true_default()))
|
|
40672
|
+
|
|
40673
|
+
}
|
|
40674
|
+
|
|
40675
|
+
/* normalize component */
|
|
40676
|
+
|
|
40677
|
+
var VeriffButton_component = normalizeComponent(
|
|
40678
|
+
methodButtons_VeriffButtonvue_type_script_lang_js_,
|
|
40679
|
+
VeriffButtonvue_type_template_id_3a5e531d_render,
|
|
40680
|
+
VeriffButtonvue_type_template_id_3a5e531d_staticRenderFns,
|
|
40681
|
+
false,
|
|
40682
|
+
VeriffButton_injectStyles,
|
|
40683
|
+
null,
|
|
40684
|
+
null
|
|
40685
|
+
|
|
40686
|
+
)
|
|
40687
|
+
|
|
40688
|
+
/* harmony default export */ var VeriffButton = (VeriffButton_component.exports);
|
|
40534
40689
|
;// CONCATENATED MODULE: ./src/components/methodButtons/methodButtons.js
|
|
40535
40690
|
|
|
40536
40691
|
|
|
@@ -40578,6 +40733,7 @@ var HaricaButton_component = normalizeComponent(
|
|
|
40578
40733
|
|
|
40579
40734
|
|
|
40580
40735
|
|
|
40736
|
+
|
|
40581
40737
|
|
|
40582
40738
|
|
|
40583
40739
|
const methodButtons = Object.freeze({
|
|
@@ -40628,7 +40784,8 @@ const methodButtons = Object.freeze({
|
|
|
40628
40784
|
FranceConnectButton: FranceConnectButton,
|
|
40629
40785
|
GbOneIdButton: GbOneIdButton,
|
|
40630
40786
|
HandwrittenButton: HandwrittenButton,
|
|
40631
|
-
HaricaButton: HaricaButton
|
|
40787
|
+
HaricaButton: HaricaButton,
|
|
40788
|
+
VeriffButton: VeriffButton
|
|
40632
40789
|
});
|
|
40633
40790
|
/* harmony default export */ var methodButtons_methodButtons = (methodButtons);
|
|
40634
40791
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MethodButton.vue?vue&type=script&lang=js&
|
|
@@ -46004,8 +46161,8 @@ var SignatureUanatacaQes_component = normalizeComponent(
|
|
|
46004
46161
|
)
|
|
46005
46162
|
|
|
46006
46163
|
/* harmony default export */ var SignatureUanatacaQes = (SignatureUanatacaQes_component.exports);
|
|
46007
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=template&id=
|
|
46008
|
-
var
|
|
46164
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=template&id=1aac44fa&
|
|
46165
|
+
var SignatureHalcomQesvue_type_template_id_1aac44fa_render = function render() {
|
|
46009
46166
|
var _vm = this,
|
|
46010
46167
|
_c = _vm._self._c;
|
|
46011
46168
|
return _c('div', {
|
|
@@ -46032,7 +46189,7 @@ var SignatureHalcomQesvue_type_template_id_74f063b7_render = function render() {
|
|
|
46032
46189
|
}
|
|
46033
46190
|
})], 1)]);
|
|
46034
46191
|
};
|
|
46035
|
-
var
|
|
46192
|
+
var SignatureHalcomQesvue_type_template_id_1aac44fa_staticRenderFns = [];
|
|
46036
46193
|
|
|
46037
46194
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=script&lang=js&
|
|
46038
46195
|
|
|
@@ -46061,6 +46218,9 @@ var SignatureHalcomQesvue_type_template_id_74f063b7_staticRenderFns = [];
|
|
|
46061
46218
|
additionalMethodConfig() {
|
|
46062
46219
|
return this.$root.$options.storeGetters.additionalMethodConfig();
|
|
46063
46220
|
},
|
|
46221
|
+
mode() {
|
|
46222
|
+
return this.$root.$options.storeGetters.mode();
|
|
46223
|
+
},
|
|
46064
46224
|
schema() {
|
|
46065
46225
|
return [{
|
|
46066
46226
|
type: 'text',
|
|
@@ -46099,6 +46259,11 @@ var SignatureHalcomQesvue_type_template_id_74f063b7_staticRenderFns = [];
|
|
|
46099
46259
|
}
|
|
46100
46260
|
}
|
|
46101
46261
|
},
|
|
46262
|
+
created: function () {
|
|
46263
|
+
if (this.mode === 'cscApiSign') {
|
|
46264
|
+
this.sign();
|
|
46265
|
+
}
|
|
46266
|
+
},
|
|
46102
46267
|
methods: {
|
|
46103
46268
|
updateInputValues(newValues) {
|
|
46104
46269
|
this.$root.$options.storeActions.updateInputValues(newValues);
|
|
@@ -46143,6 +46308,7 @@ var SignatureHalcomQesvue_type_template_id_74f063b7_staticRenderFns = [];
|
|
|
46143
46308
|
const additionalMethodConfig = this.additionalMethodConfig || {};
|
|
46144
46309
|
this.authProcess = this.$root.$options.eidEasyClient.signature.halcomQesSignature.start({
|
|
46145
46310
|
...dataToSubmit,
|
|
46311
|
+
action: this.mode,
|
|
46146
46312
|
started: result => {
|
|
46147
46313
|
if (result.data && result.data.challenge) {
|
|
46148
46314
|
this.challenge = result.data.challenge;
|
|
@@ -46172,10 +46338,10 @@ var SignatureHalcomQesvue_type_template_id_74f063b7_staticRenderFns = [];
|
|
|
46172
46338
|
});
|
|
46173
46339
|
;// CONCATENATED MODULE: ./src/views/SignatureHalcomQes.vue?vue&type=script&lang=js&
|
|
46174
46340
|
/* harmony default export */ var views_SignatureHalcomQesvue_type_script_lang_js_ = (SignatureHalcomQesvue_type_script_lang_js_);
|
|
46175
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-63.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=style&index=0&id=
|
|
46176
|
-
var
|
|
46177
|
-
var
|
|
46178
|
-
;// CONCATENATED MODULE: ./src/views/SignatureHalcomQes.vue?vue&type=style&index=0&id=
|
|
46341
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-63.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=style&index=0&id=1aac44fa&prod&lang=scss&module=true&
|
|
46342
|
+
var SignatureHalcomQesvue_type_style_index_0_id_1aac44fa_prod_lang_scss_module_true_ = __webpack_require__(17594);
|
|
46343
|
+
var SignatureHalcomQesvue_type_style_index_0_id_1aac44fa_prod_lang_scss_module_true_default = /*#__PURE__*/__webpack_require__.n(SignatureHalcomQesvue_type_style_index_0_id_1aac44fa_prod_lang_scss_module_true_);
|
|
46344
|
+
;// CONCATENATED MODULE: ./src/views/SignatureHalcomQes.vue?vue&type=style&index=0&id=1aac44fa&prod&lang=scss&module=true&
|
|
46179
46345
|
|
|
46180
46346
|
;// CONCATENATED MODULE: ./src/views/SignatureHalcomQes.vue
|
|
46181
46347
|
|
|
@@ -46188,7 +46354,7 @@ var SignatureHalcomQesvue_type_style_index_0_id_74f063b7_prod_lang_scss_module_t
|
|
|
46188
46354
|
|
|
46189
46355
|
function SignatureHalcomQes_injectStyles (context) {
|
|
46190
46356
|
|
|
46191
|
-
this["$style"] = ((
|
|
46357
|
+
this["$style"] = ((SignatureHalcomQesvue_type_style_index_0_id_1aac44fa_prod_lang_scss_module_true_default()).locals || (SignatureHalcomQesvue_type_style_index_0_id_1aac44fa_prod_lang_scss_module_true_default()))
|
|
46192
46358
|
|
|
46193
46359
|
}
|
|
46194
46360
|
|
|
@@ -46196,8 +46362,8 @@ function SignatureHalcomQes_injectStyles (context) {
|
|
|
46196
46362
|
|
|
46197
46363
|
var SignatureHalcomQes_component = normalizeComponent(
|
|
46198
46364
|
views_SignatureHalcomQesvue_type_script_lang_js_,
|
|
46199
|
-
|
|
46200
|
-
|
|
46365
|
+
SignatureHalcomQesvue_type_template_id_1aac44fa_render,
|
|
46366
|
+
SignatureHalcomQesvue_type_template_id_1aac44fa_staticRenderFns,
|
|
46201
46367
|
false,
|
|
46202
46368
|
SignatureHalcomQes_injectStyles,
|
|
46203
46369
|
null,
|
|
@@ -52255,6 +52421,7 @@ const methodButtonNames = {
|
|
|
52255
52421
|
MojeIdButton: 'MojeIdButton',
|
|
52256
52422
|
FinnishTrustNetworkButton: 'FinnishTrustNetworkButton',
|
|
52257
52423
|
FinnishTrustNetworkAdvancedFullButton: 'FinnishTrustNetworkAdvancedFullButton',
|
|
52424
|
+
VeriffButton: 'VeriffButton',
|
|
52258
52425
|
AtHandyButton: 'AtHandyButton',
|
|
52259
52426
|
IdCardButtonLv: 'IdCardButtonLv',
|
|
52260
52427
|
IdCardButtonPt: 'IdCardButtonPt',
|
|
@@ -52447,6 +52614,12 @@ const allWidgetMethods = Object.freeze({
|
|
|
52447
52614
|
translationKeys: {
|
|
52448
52615
|
title: 'edoapp-eid'
|
|
52449
52616
|
}
|
|
52617
|
+
}, {
|
|
52618
|
+
actionType: eideasy_browser_client.methodActionTypes.VERIFF_LOGIN,
|
|
52619
|
+
buttonName: methodButtons_methodButtonNames.VeriffButton,
|
|
52620
|
+
translationKeys: {
|
|
52621
|
+
title: 'veriff'
|
|
52622
|
+
}
|
|
52450
52623
|
}, {
|
|
52451
52624
|
actionType: eideasy_browser_client.methodActionTypes.VERIFAI_LOGIN,
|
|
52452
52625
|
buttonName: methodButtons_methodButtonNames.VerifaiButton,
|
|
@@ -52663,6 +52836,12 @@ const allWidgetMethods = Object.freeze({
|
|
|
52663
52836
|
translationKeys: {
|
|
52664
52837
|
title: 'iDIN'
|
|
52665
52838
|
}
|
|
52839
|
+
}, {
|
|
52840
|
+
actionType: eideasy_browser_client.methodActionTypes.VERIFF_ADVANCED_SIGNATURE,
|
|
52841
|
+
buttonName: methodButtons_methodButtonNames.VeriffButton,
|
|
52842
|
+
translationKeys: {
|
|
52843
|
+
title: 'veriff'
|
|
52844
|
+
}
|
|
52666
52845
|
}, {
|
|
52667
52846
|
actionType: eideasy_browser_client.methodActionTypes.VERIFAI_SIMPLE_SIGNATURE,
|
|
52668
52847
|
buttonName: methodButtons_methodButtonNames.VerifaiButton,
|