@eid-easy/eideasy-widget 2.58.0 → 2.59.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-LATEST.md +2 -2
- package/CHANGELOG.md +18 -0
- package/dist/full/eideasy-widget.common.js +70 -41
- package/dist/full/eideasy-widget.common.js.map +1 -1
- package/dist/full/eideasy-widget.umd.js +50 -21
- package/dist/full/eideasy-widget.umd.js.map +1 -1
- package/dist/full/eideasy-widget.umd.min.js +5 -5
- package/dist/full/eideasy-widget.umd.min.js.map +1 -1
- package/dist/index.html +5 -4
- package/package.json +4 -4
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# [2.
|
|
1
|
+
# [2.59.0](https://github.com/eideasy/eideasy-widget/compare/v2.58.0...v2.59.0) (2022-12-01)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* allow to specify otpFlow ([#152](https://github.com/eideasy/eideasy-widget/issues/152)) ([b81a342](https://github.com/eideasy/eideasy-widget/commit/b81a342cb58f032cf04dd745395612cb8d5f6fab))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [2.59.1](https://github.com/eideasy/eideasy-widget/compare/v2.59.0...v2.59.1) (2022-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* make the handwritten signature area bigger ([#153](https://github.com/eideasy/eideasy-widget/issues/153)) ([a2d57b3](https://github.com/eideasy/eideasy-widget/commit/a2d57b3dc6ee6e0aee9de275fdf26faada8cb275))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# [2.59.0](https://github.com/eideasy/eideasy-widget/compare/v2.58.0...v2.59.0) (2022-12-01)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* allow to specify otpFlow ([#152](https://github.com/eideasy/eideasy-widget/issues/152)) ([b81a342](https://github.com/eideasy/eideasy-widget/commit/b81a342cb58f032cf04dd745395612cb8d5f6fab))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
# [2.58.0](https://github.com/eideasy/eideasy-widget/compare/v2.57.0...v2.58.0) (2022-11-25)
|
|
2
20
|
|
|
3
21
|
|
|
@@ -4698,13 +4698,14 @@ module.exports = {
|
|
|
4698
4698
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
|
|
4699
4699
|
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
4700
4700
|
// Module
|
|
4701
|
-
exports.push([module.i, ".SignaturePad_reset-list_3sH0M,.SignaturePad_validationContainer_2xsAd,.SignaturePad_validationMessage_zZ80U{margin:0;padding:0;list-style:none;display:block}.SignaturePad_uppercase-sm_2dfAU{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignaturePad_canvasWrap_9vHkY{position:relative;width:100%;height:
|
|
4701
|
+
exports.push([module.i, ".SignaturePad_reset-list_3sH0M,.SignaturePad_validationContainer_2xsAd,.SignaturePad_validationMessage_zZ80U{margin:0;padding:0;list-style:none;display:block}.SignaturePad_uppercase-sm_2dfAU{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignaturePad_container_2Z4WB{max-width:263px;margin:0 auto}.SignaturePad_canvasWrap_9vHkY{position:relative;width:100%;height:150px;max-width:440px}.SignaturePad_canvas_Z58pM{position:absolute;width:100%;height:100%;top:0;left:0;border-radius:4px;border:1px solid rgba(0,49,104,.2)}.SignaturePad_clearButton_1TTuI{margin-top:16px;margin-bottom:24px}.SignaturePad_validationContainer_2xsAd{margin-top:8px}.SignaturePad_validationMessage_zZ80U{font-size:12px;padding-left:16px;color:#dc3545}.SignaturePad_validationMessage_zZ80U+.SignaturePad_validationMessage_zZ80U{margin-top:4px}.SignaturePad_error_NFjKG,.SignaturePad_error_NFjKG:focus{border-color:#dc3545}.SignaturePad_error_NFjKG:focus{box-shadow:0 0 0 2px rgba(220,53,69,.2)}", ""]);
|
|
4702
4702
|
// Exports
|
|
4703
4703
|
exports.locals = {
|
|
4704
4704
|
"reset-list": "SignaturePad_reset-list_3sH0M",
|
|
4705
4705
|
"validationContainer": "SignaturePad_validationContainer_2xsAd",
|
|
4706
4706
|
"validationMessage": "SignaturePad_validationMessage_zZ80U",
|
|
4707
4707
|
"uppercase-sm": "SignaturePad_uppercase-sm_2dfAU",
|
|
4708
|
+
"container": "SignaturePad_container_2Z4WB",
|
|
4708
4709
|
"canvasWrap": "SignaturePad_canvasWrap_9vHkY",
|
|
4709
4710
|
"canvas": "SignaturePad_canvas_Z58pM",
|
|
4710
4711
|
"clearButton": "SignaturePad_clearButton_1TTuI",
|
|
@@ -15064,12 +15065,12 @@ module.exports = {
|
|
|
15064
15065
|
}, attrs)
|
|
15065
15066
|
}, rest), children.concat([_c('defs', [_c('path', {
|
|
15066
15067
|
attrs: {
|
|
15067
|
-
"id": "id-
|
|
15068
|
+
"id": "id-0a",
|
|
15068
15069
|
"d": "M.18.059h26.722v9.069H.18z"
|
|
15069
15070
|
}
|
|
15070
15071
|
}), _c('path', {
|
|
15071
15072
|
attrs: {
|
|
15072
|
-
"id": "id-
|
|
15073
|
+
"id": "id-2c",
|
|
15073
15074
|
"d": "M0 .04h44.355v37.372H0z"
|
|
15074
15075
|
}
|
|
15075
15076
|
})]), _c('g', {
|
|
@@ -15093,18 +15094,18 @@ module.exports = {
|
|
|
15093
15094
|
}
|
|
15094
15095
|
}, [_c('mask', {
|
|
15095
15096
|
attrs: {
|
|
15096
|
-
"id": "id-
|
|
15097
|
+
"id": "id-1b",
|
|
15097
15098
|
"fill": "#fff"
|
|
15098
15099
|
}
|
|
15099
15100
|
}, [_c('use', {
|
|
15100
15101
|
attrs: {
|
|
15101
|
-
"xlink:href": "#id-
|
|
15102
|
+
"xlink:href": "#id-0a"
|
|
15102
15103
|
}
|
|
15103
15104
|
})]), _c('path', {
|
|
15104
15105
|
attrs: {
|
|
15105
15106
|
"fill": "#D70F16",
|
|
15106
15107
|
"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",
|
|
15107
|
-
"mask": "url(#id-
|
|
15108
|
+
"mask": "url(#id-1b)"
|
|
15108
15109
|
}
|
|
15109
15110
|
})]), _c('g', {
|
|
15110
15111
|
attrs: {
|
|
@@ -15112,18 +15113,18 @@ module.exports = {
|
|
|
15112
15113
|
}
|
|
15113
15114
|
}, [_c('mask', {
|
|
15114
15115
|
attrs: {
|
|
15115
|
-
"id": "id-
|
|
15116
|
+
"id": "id-3d",
|
|
15116
15117
|
"fill": "#fff"
|
|
15117
15118
|
}
|
|
15118
15119
|
}, [_c('use', {
|
|
15119
15120
|
attrs: {
|
|
15120
|
-
"xlink:href": "#id-
|
|
15121
|
+
"xlink:href": "#id-2c"
|
|
15121
15122
|
}
|
|
15122
15123
|
})]), _c('path', {
|
|
15123
15124
|
attrs: {
|
|
15124
15125
|
"fill": "#58595B",
|
|
15125
15126
|
"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",
|
|
15126
|
-
"mask": "url(#id-
|
|
15127
|
+
"mask": "url(#id-3d)"
|
|
15127
15128
|
}
|
|
15128
15129
|
})]), _c('path', {
|
|
15129
15130
|
attrs: {
|
|
@@ -23169,12 +23170,12 @@ module.exports = {
|
|
|
23169
23170
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
|
|
23170
23171
|
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
23171
23172
|
// Module
|
|
23172
|
-
exports.push([module.i, ".SignatureOtp_reset-list_17PwH{margin:0;padding:0;list-style:none;display:block}.SignatureOtp_uppercase-sm_YV8mK{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.
|
|
23173
|
+
exports.push([module.i, ".SignatureOtp_reset-list_17PwH{margin:0;padding:0;list-style:none;display:block}.SignatureOtp_uppercase-sm_YV8mK{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureOtp_container_3p5kS{max-width:263px;margin:0 auto}.SignatureOtp_line_3EZAw{margin-bottom:12px}.SignatureOtp_mb4_24C5d{margin-bottom:16px}", ""]);
|
|
23173
23174
|
// Exports
|
|
23174
23175
|
exports.locals = {
|
|
23175
23176
|
"reset-list": "SignatureOtp_reset-list_17PwH",
|
|
23176
23177
|
"uppercase-sm": "SignatureOtp_uppercase-sm_YV8mK",
|
|
23177
|
-
"
|
|
23178
|
+
"container": "SignatureOtp_container_3p5kS",
|
|
23178
23179
|
"line": "SignatureOtp_line_3EZAw",
|
|
23179
23180
|
"mb4": "SignatureOtp_mb4_24C5d"
|
|
23180
23181
|
};
|
|
@@ -25621,7 +25622,7 @@ module.exports = {
|
|
|
25621
25622
|
}, attrs)
|
|
25622
25623
|
}, rest), children.concat([_c('defs', [_c('linearGradient', {
|
|
25623
25624
|
attrs: {
|
|
25624
|
-
"id": "id-
|
|
25625
|
+
"id": "id-4a",
|
|
25625
25626
|
"x1": "45.313%",
|
|
25626
25627
|
"x2": "33.822%",
|
|
25627
25628
|
"y1": "69.296%",
|
|
@@ -25639,7 +25640,7 @@ module.exports = {
|
|
|
25639
25640
|
}
|
|
25640
25641
|
})]), _c('linearGradient', {
|
|
25641
25642
|
attrs: {
|
|
25642
|
-
"id": "id-
|
|
25643
|
+
"id": "id-6c",
|
|
25643
25644
|
"x1": "17.248%",
|
|
25644
25645
|
"x2": "58.688%",
|
|
25645
25646
|
"y1": "34.281%",
|
|
@@ -25657,7 +25658,7 @@ module.exports = {
|
|
|
25657
25658
|
}
|
|
25658
25659
|
})]), _c('path', {
|
|
25659
25660
|
attrs: {
|
|
25660
|
-
"id": "id-
|
|
25661
|
+
"id": "id-5b",
|
|
25661
25662
|
"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"
|
|
25662
25663
|
}
|
|
25663
25664
|
})]), _c('g', {
|
|
@@ -25672,12 +25673,12 @@ module.exports = {
|
|
|
25672
25673
|
}
|
|
25673
25674
|
}), _c('use', {
|
|
25674
25675
|
attrs: {
|
|
25675
|
-
"fill": "url(#id-
|
|
25676
|
-
"xlink:href": "#id-
|
|
25676
|
+
"fill": "url(#id-4a)",
|
|
25677
|
+
"xlink:href": "#id-5b"
|
|
25677
25678
|
}
|
|
25678
25679
|
}), _c('path', {
|
|
25679
25680
|
attrs: {
|
|
25680
|
-
"fill": "url(#id-
|
|
25681
|
+
"fill": "url(#id-6c)",
|
|
25681
25682
|
"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"
|
|
25682
25683
|
}
|
|
25683
25684
|
}), _c('g', {
|
|
@@ -33986,7 +33987,7 @@ module.exports = {
|
|
|
33986
33987
|
}, attrs)
|
|
33987
33988
|
}, rest), children.concat([_c('defs', [_c('linearGradient', {
|
|
33988
33989
|
attrs: {
|
|
33989
|
-
"id": "id-
|
|
33990
|
+
"id": "id-7a",
|
|
33990
33991
|
"x1": "124.883",
|
|
33991
33992
|
"y1": "17.983",
|
|
33992
33993
|
"x2": "117.483",
|
|
@@ -34015,7 +34016,7 @@ module.exports = {
|
|
|
34015
34016
|
}
|
|
34016
34017
|
})]), _c('linearGradient', {
|
|
34017
34018
|
attrs: {
|
|
34018
|
-
"id": "id-
|
|
34019
|
+
"id": "id-8b",
|
|
34019
34020
|
"x1": "116.71",
|
|
34020
34021
|
"y1": "31.343",
|
|
34021
34022
|
"x2": "102.594",
|
|
@@ -34044,7 +34045,7 @@ module.exports = {
|
|
|
34044
34045
|
}
|
|
34045
34046
|
})]), _c('linearGradient', {
|
|
34046
34047
|
attrs: {
|
|
34047
|
-
"id": "id-
|
|
34048
|
+
"id": "id-9c",
|
|
34048
34049
|
"x1": "106.335",
|
|
34049
34050
|
"y1": "23.516",
|
|
34050
34051
|
"x2": "140.192",
|
|
@@ -34068,18 +34069,18 @@ module.exports = {
|
|
|
34068
34069
|
}
|
|
34069
34070
|
}), _c('path', {
|
|
34070
34071
|
attrs: {
|
|
34071
|
-
"fill": "url(#id-
|
|
34072
|
+
"fill": "url(#id-7a)",
|
|
34072
34073
|
"d": "M126.585 16.359l-6.919 4.057V1.094l6.919 6.917v8.348z"
|
|
34073
34074
|
}
|
|
34074
34075
|
}), _c('path', {
|
|
34075
34076
|
attrs: {
|
|
34076
|
-
"fill": "url(#id-
|
|
34077
|
+
"fill": "url(#id-8b)",
|
|
34077
34078
|
"d": "M106.335 11.382h6.634v23.101h-6.634z"
|
|
34078
34079
|
}
|
|
34079
34080
|
}), _c('path', {
|
|
34080
34081
|
attrs: {
|
|
34081
34082
|
"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",
|
|
34082
|
-
"fill": "url(#id-
|
|
34083
|
+
"fill": "url(#id-9c)"
|
|
34083
34084
|
}
|
|
34084
34085
|
}), _c('path', {
|
|
34085
34086
|
attrs: {
|
|
@@ -41512,12 +41513,12 @@ if (typeof window !== 'undefined') {
|
|
|
41512
41513
|
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
41513
41514
|
var vue_runtime_esm = __webpack_require__("2b0e");
|
|
41514
41515
|
|
|
41515
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fa6efac-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/App.vue?vue&type=template&id=
|
|
41516
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fa6efac-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/App.vue?vue&type=template&id=a9ff3fda&
|
|
41516
41517
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.app},[_c('AppLayout')],1)}
|
|
41517
41518
|
var staticRenderFns = []
|
|
41518
41519
|
|
|
41519
41520
|
|
|
41520
|
-
// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=
|
|
41521
|
+
// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=a9ff3fda&
|
|
41521
41522
|
|
|
41522
41523
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.for-each.js
|
|
41523
41524
|
var es_array_for_each = __webpack_require__("4160");
|
|
@@ -47327,12 +47328,12 @@ var SignatureFtnAdvancedFull_component = normalizeComponent(
|
|
|
47327
47328
|
)
|
|
47328
47329
|
|
|
47329
47330
|
/* harmony default export */ var SignatureFtnAdvancedFull = (SignatureFtnAdvancedFull_component.exports);
|
|
47330
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fa6efac-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/SignatureOtp.vue?vue&type=template&id=
|
|
47331
|
-
var
|
|
47332
|
-
var
|
|
47331
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fa6efac-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/SignatureOtp.vue?vue&type=template&id=00896b2b&
|
|
47332
|
+
var SignatureOtpvue_type_template_id_00896b2b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(!_vm.otpPhone && !_vm.otpEmail)?_c('div',[_c('div',{class:_vm.$style.container},[_c('AppAlert',{attrs:{"scheme":"danger"}},[_vm._v(" Missing otpEmail or otpPhone ")])],1)]):(_vm.step === _vm.STEP_CONFIRM)?_c('div',{class:_vm.$style.container},[_c('ConfirmationStep',{attrs:{"on-approve-confirm":_vm.approveConfirm,"on-reject-confirm":_vm.rejectConfirm}})],1):(_vm.step === _vm.STEP_REQUEST_CODE)?_c('div',{class:_vm.$style.container},[_c('AppForm',{attrs:{"id":"requestCodeForm","schema":_vm.requestCodeSchema,"on-submit":_vm.startSigning,"errors":_vm.fieldErrors}})],1):_c('div',[(_vm.emailToken)?_c('div',{class:_vm.$style.container},[(_vm.otpPhone)?_c('div',{class:_vm.$style.mb4},[_vm._v(" Phone: "+_vm._s(_vm.otpPhone)+" ")]):_vm._e(),(_vm.otpEmail)?_c('div',{class:_vm.$style.mb4},[_vm._v(" Email: "),_c('b',[_vm._v(_vm._s(_vm.otpEmail))])]):_vm._e()]):_vm._e(),(_vm.confirmationFormSchema.length)?_c('div',[(_vm.requireHandwrittenSignature)?_c('SignaturePad',{ref:"signaturePad"}):_vm._e(),_c('div',{class:_vm.$style.container},[_c('AppForm',{attrs:{"id":"otpSignatureForm","schema":_vm.confirmationFormSchema,"on-submit":_vm.startConfirm,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)],1):_vm._e()])])}
|
|
47333
|
+
var SignatureOtpvue_type_template_id_00896b2b_staticRenderFns = []
|
|
47333
47334
|
|
|
47334
47335
|
|
|
47335
|
-
// CONCATENATED MODULE: ./src/views/SignatureOtp.vue?vue&type=template&id=
|
|
47336
|
+
// CONCATENATED MODULE: ./src/views/SignatureOtp.vue?vue&type=template&id=00896b2b&
|
|
47336
47337
|
|
|
47337
47338
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.join.js
|
|
47338
47339
|
var es_array_join = __webpack_require__("a15b");
|
|
@@ -47396,14 +47397,14 @@ var ConfirmationStep_component = normalizeComponent(
|
|
|
47396
47397
|
)
|
|
47397
47398
|
|
|
47398
47399
|
/* harmony default export */ var ConfirmationStep = (ConfirmationStep_component.exports);
|
|
47399
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fa6efac-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/components/SignaturePad.vue?vue&type=template&id=
|
|
47400
|
-
var
|
|
47400
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2fa6efac-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/components/SignaturePad.vue?vue&type=template&id=e06469e8&
|
|
47401
|
+
var SignaturePadvue_type_template_id_e06469e8_render = function () {
|
|
47401
47402
|
var _obj;
|
|
47402
|
-
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.signaturePad},[_c('FormFieldLabel',[_vm._v(" "+_vm._s(_vm.$t('Draw signature'))+" ")]),_c('div',{class:_vm.$style.canvasWrap},[_c('canvas',{ref:"canvas",class:[_vm.$style.canvas, ( _obj = {}, _obj[_vm.$style.error] = _vm.hasErrors, _obj )],on:{"click":_vm.validate}})]),(_vm.hasErrors)?_c('ul',{class:_vm.$style.validationContainer},_vm._l((_vm.errors),function(error){return _c('li',{key:error,class:_vm.$style.validationMessage},[_vm._v(" "+_vm._s(error)+" ")])}),0):_vm._e(),_c('AppButton',{class:_vm.$style.clearButton,attrs:{"scheme":"secondary","on-click":_vm.clear}},[_vm._v(" "+_vm._s(_vm.$t('clear'))+" ")])],1)}
|
|
47403
|
-
var
|
|
47403
|
+
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.signaturePad},[_c('FormFieldLabel',[_vm._v(" "+_vm._s(_vm.$t('Draw signature'))+" ")]),_c('div',{class:_vm.$style.canvasWrap},[_c('canvas',{ref:"canvas",class:[_vm.$style.canvas, ( _obj = {}, _obj[_vm.$style.error] = _vm.hasErrors, _obj )],on:{"click":_vm.validate}})]),(_vm.hasErrors)?_c('ul',{class:_vm.$style.validationContainer},_vm._l((_vm.errors),function(error){return _c('li',{key:error,class:_vm.$style.validationMessage},[_vm._v(" "+_vm._s(error)+" ")])}),0):_vm._e(),_c('div',{class:_vm.$style.container},[_c('AppButton',{class:_vm.$style.clearButton,attrs:{"scheme":"secondary","on-click":_vm.clear}},[_vm._v(" "+_vm._s(_vm.$t('clear'))+" ")])],1)],1)}
|
|
47404
|
+
var SignaturePadvue_type_template_id_e06469e8_staticRenderFns = []
|
|
47404
47405
|
|
|
47405
47406
|
|
|
47406
|
-
// CONCATENATED MODULE: ./src/components/SignaturePad.vue?vue&type=template&id=
|
|
47407
|
+
// CONCATENATED MODULE: ./src/components/SignaturePad.vue?vue&type=template&id=e06469e8&
|
|
47407
47408
|
|
|
47408
47409
|
// CONCATENATED MODULE: ./node_modules/signature_pad/dist/signature_pad.js
|
|
47409
47410
|
/*!
|
|
@@ -48065,8 +48066,8 @@ function SignaturePad_injectStyles (context) {
|
|
|
48065
48066
|
|
|
48066
48067
|
var SignaturePad_component = normalizeComponent(
|
|
48067
48068
|
components_SignaturePadvue_type_script_lang_js_,
|
|
48068
|
-
|
|
48069
|
-
|
|
48069
|
+
SignaturePadvue_type_template_id_e06469e8_render,
|
|
48070
|
+
SignaturePadvue_type_template_id_e06469e8_staticRenderFns,
|
|
48070
48071
|
false,
|
|
48071
48072
|
SignaturePad_injectStyles,
|
|
48072
48073
|
null,
|
|
@@ -48340,8 +48341,8 @@ function SignatureOtp_injectStyles (context) {
|
|
|
48340
48341
|
|
|
48341
48342
|
var SignatureOtp_component = normalizeComponent(
|
|
48342
48343
|
views_SignatureOtpvue_type_script_lang_js_,
|
|
48343
|
-
|
|
48344
|
-
|
|
48344
|
+
SignatureOtpvue_type_template_id_00896b2b_render,
|
|
48345
|
+
SignatureOtpvue_type_template_id_00896b2b_staticRenderFns,
|
|
48345
48346
|
false,
|
|
48346
48347
|
SignatureOtp_injectStyles,
|
|
48347
48348
|
null,
|
|
@@ -50246,6 +50247,12 @@ var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_
|
|
|
50246
50247
|
//import featureFlags from './featureFlags';
|
|
50247
50248
|
|
|
50248
50249
|
|
|
50250
|
+
// CONCATENATED MODULE: ./src/otpFlowNames.js
|
|
50251
|
+
var otpFlowNames = {
|
|
50252
|
+
START_AT_METHOD_SELECTION: 'start-at-method-selection',
|
|
50253
|
+
START_AT_OTP_VIEW: 'start-at-otp-view'
|
|
50254
|
+
};
|
|
50255
|
+
/* harmony default export */ var src_otpFlowNames = (otpFlowNames);
|
|
50249
50256
|
// 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/App.vue?vue&type=script&lang=js&
|
|
50250
50257
|
|
|
50251
50258
|
|
|
@@ -50257,6 +50264,7 @@ var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_
|
|
|
50257
50264
|
|
|
50258
50265
|
|
|
50259
50266
|
|
|
50267
|
+
|
|
50260
50268
|
/* harmony default export */ var Appvue_type_script_lang_js_ = ({
|
|
50261
50269
|
name: 'App',
|
|
50262
50270
|
components: {
|
|
@@ -50375,6 +50383,10 @@ var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_
|
|
|
50375
50383
|
requireHandwrittenSignature: {
|
|
50376
50384
|
type: Boolean,
|
|
50377
50385
|
default: false
|
|
50386
|
+
},
|
|
50387
|
+
otpFlow: {
|
|
50388
|
+
type: String,
|
|
50389
|
+
default: null
|
|
50378
50390
|
}
|
|
50379
50391
|
},
|
|
50380
50392
|
computed: {
|
|
@@ -50383,6 +50395,9 @@ var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_
|
|
|
50383
50395
|
},
|
|
50384
50396
|
identificationMethods: function identificationMethods() {
|
|
50385
50397
|
return this.$root.$options.storeGetters.identificationMethods();
|
|
50398
|
+
},
|
|
50399
|
+
shouldStartAtOtpView: function shouldStartAtOtpView() {
|
|
50400
|
+
return (this.otpPhone || this.otpEmail) && this.isOtpSent && this.otpFlow !== src_otpFlowNames.START_AT_METHOD_SELECTION;
|
|
50386
50401
|
}
|
|
50387
50402
|
},
|
|
50388
50403
|
watch: {
|
|
@@ -50432,6 +50447,7 @@ var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_
|
|
|
50432
50447
|
this.updateShowCountrySelect(this.showCountrySelect);
|
|
50433
50448
|
this.updateMode(this.mode);
|
|
50434
50449
|
this.updateRequireHandwrittenSignature(this.requireHandwrittenSignature);
|
|
50450
|
+
this.updateOtpFlow(this.otpFlow);
|
|
50435
50451
|
|
|
50436
50452
|
if (this.emailToken) {
|
|
50437
50453
|
this.updateInputValues({
|
|
@@ -50461,7 +50477,7 @@ var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_
|
|
|
50461
50477
|
|
|
50462
50478
|
if (this.selectedMethod) {
|
|
50463
50479
|
selectedMethod = this.selectedMethod;
|
|
50464
|
-
} else if (
|
|
50480
|
+
} else if (this.shouldStartAtOtpView) {
|
|
50465
50481
|
selectedMethod = eideasy_browser_client["methodActionTypes"].OTP_EMAIL;
|
|
50466
50482
|
} // Only use the user's previously selected country if there's
|
|
50467
50483
|
// no preselected method. Preselected method is most often used in cases
|
|
@@ -50487,7 +50503,7 @@ var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_
|
|
|
50487
50503
|
if (Array.isArray(supportedCountries) && !supportedCountries.includes(countryToSelect)) {
|
|
50488
50504
|
countryToSelect = supportedCountries[0].toUpperCase();
|
|
50489
50505
|
}
|
|
50490
|
-
} else if (
|
|
50506
|
+
} else if (this.shouldStartAtOtpView) {
|
|
50491
50507
|
this.selectMethod(eideasy_browser_client["methodActionTypes"].OTP_EMAIL);
|
|
50492
50508
|
}
|
|
50493
50509
|
|
|
@@ -50543,6 +50559,9 @@ var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_
|
|
|
50543
50559
|
}
|
|
50544
50560
|
|
|
50545
50561
|
return country;
|
|
50562
|
+
},
|
|
50563
|
+
updateOtpFlow: function updateOtpFlow(value) {
|
|
50564
|
+
return this.$root.$options.storeActions.updateOtpFlow(value);
|
|
50546
50565
|
}
|
|
50547
50566
|
}
|
|
50548
50567
|
});
|
|
@@ -53397,7 +53416,8 @@ var createStore_createStore = function createStore(_ref) {
|
|
|
53397
53416
|
showCountrySelect: true,
|
|
53398
53417
|
showBackButton: true,
|
|
53399
53418
|
mode: null,
|
|
53400
|
-
requireHandwrittenSignature: false
|
|
53419
|
+
requireHandwrittenSignature: false,
|
|
53420
|
+
otpFlow: null
|
|
53401
53421
|
});
|
|
53402
53422
|
|
|
53403
53423
|
var filterMethodsByCountry = function filterMethodsByCountry(methods, country) {
|
|
@@ -53504,6 +53524,9 @@ var createStore_createStore = function createStore(_ref) {
|
|
|
53504
53524
|
},
|
|
53505
53525
|
requireHandwrittenSignature: function requireHandwrittenSignature() {
|
|
53506
53526
|
return store.requireHandwrittenSignature;
|
|
53527
|
+
},
|
|
53528
|
+
otpFlow: function otpFlow() {
|
|
53529
|
+
return store.otpFlow;
|
|
53507
53530
|
}
|
|
53508
53531
|
};
|
|
53509
53532
|
var mutations = {
|
|
@@ -53566,6 +53589,9 @@ var createStore_createStore = function createStore(_ref) {
|
|
|
53566
53589
|
},
|
|
53567
53590
|
setRequireHandwrittenSignature: function setRequireHandwrittenSignature(value) {
|
|
53568
53591
|
store.requireHandwrittenSignature = value;
|
|
53592
|
+
},
|
|
53593
|
+
setOtpFlow: function setOtpFlow(value) {
|
|
53594
|
+
store.otpFlow = value;
|
|
53569
53595
|
}
|
|
53570
53596
|
};
|
|
53571
53597
|
var actions = {
|
|
@@ -53712,6 +53738,9 @@ var createStore_createStore = function createStore(_ref) {
|
|
|
53712
53738
|
},
|
|
53713
53739
|
updateRequireHandwrittenSignature: function updateRequireHandwrittenSignature(newValue) {
|
|
53714
53740
|
mutations.setRequireHandwrittenSignature(newValue);
|
|
53741
|
+
},
|
|
53742
|
+
updateOtpFlow: function updateOtpFlow(newValue) {
|
|
53743
|
+
mutations.setOtpFlow(newValue);
|
|
53715
53744
|
}
|
|
53716
53745
|
};
|
|
53717
53746
|
return {
|