@paydock/client-sdk 1.111.1 → 1.112.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/bundles/index.mjs
CHANGED
|
@@ -1,8 +1,128 @@
|
|
|
1
1
|
import 'isomorphic-dompurify';
|
|
2
2
|
|
|
3
|
+
function _arrayLikeToArray(r, a) {
|
|
4
|
+
(null == a || a > r.length) && (a = r.length);
|
|
5
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
6
|
+
return n;
|
|
7
|
+
}
|
|
8
|
+
function _arrayWithHoles(r) {
|
|
9
|
+
if (Array.isArray(r)) return r;
|
|
10
|
+
}
|
|
11
|
+
function _arrayWithoutHoles(r) {
|
|
12
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
|
13
|
+
}
|
|
14
|
+
function _assertThisInitialized(e) {
|
|
15
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
16
|
+
return e;
|
|
17
|
+
}
|
|
3
18
|
function _callSuper(t, o, e) {
|
|
4
19
|
return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
|
|
5
20
|
}
|
|
21
|
+
function _classCallCheck(a, n) {
|
|
22
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
23
|
+
}
|
|
24
|
+
function _defineProperties(e, r) {
|
|
25
|
+
for (var t = 0; t < r.length; t++) {
|
|
26
|
+
var o = r[t];
|
|
27
|
+
o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
function _createClass(e, r, t) {
|
|
31
|
+
return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
|
|
32
|
+
writable: !1
|
|
33
|
+
}), e;
|
|
34
|
+
}
|
|
35
|
+
function _createForOfIteratorHelper(r, e) {
|
|
36
|
+
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
37
|
+
if (!t) {
|
|
38
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e ) {
|
|
39
|
+
t && (r = t);
|
|
40
|
+
var n = 0,
|
|
41
|
+
F = function () {};
|
|
42
|
+
return {
|
|
43
|
+
s: F,
|
|
44
|
+
n: function () {
|
|
45
|
+
return n >= r.length ? {
|
|
46
|
+
done: !0
|
|
47
|
+
} : {
|
|
48
|
+
done: !1,
|
|
49
|
+
value: r[n++]
|
|
50
|
+
};
|
|
51
|
+
},
|
|
52
|
+
e: function (r) {
|
|
53
|
+
throw r;
|
|
54
|
+
},
|
|
55
|
+
f: F
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
59
|
+
}
|
|
60
|
+
var o,
|
|
61
|
+
a = !0,
|
|
62
|
+
u = !1;
|
|
63
|
+
return {
|
|
64
|
+
s: function () {
|
|
65
|
+
t = t.call(r);
|
|
66
|
+
},
|
|
67
|
+
n: function () {
|
|
68
|
+
var r = t.next();
|
|
69
|
+
return a = r.done, r;
|
|
70
|
+
},
|
|
71
|
+
e: function (r) {
|
|
72
|
+
u = !0, o = r;
|
|
73
|
+
},
|
|
74
|
+
f: function () {
|
|
75
|
+
try {
|
|
76
|
+
a || null == t.return || t.return();
|
|
77
|
+
} finally {
|
|
78
|
+
if (u) throw o;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
function _defineProperty(e, r, t) {
|
|
84
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
85
|
+
value: t,
|
|
86
|
+
enumerable: !0,
|
|
87
|
+
configurable: !0,
|
|
88
|
+
writable: !0
|
|
89
|
+
}) : e[r] = t, e;
|
|
90
|
+
}
|
|
91
|
+
function _extends() {
|
|
92
|
+
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
|
93
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
94
|
+
var t = arguments[e];
|
|
95
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
96
|
+
}
|
|
97
|
+
return n;
|
|
98
|
+
}, _extends.apply(null, arguments);
|
|
99
|
+
}
|
|
100
|
+
function _get() {
|
|
101
|
+
return _get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function (e, t, r) {
|
|
102
|
+
var p = _superPropBase(e, t);
|
|
103
|
+
if (p) {
|
|
104
|
+
var n = Object.getOwnPropertyDescriptor(p, t);
|
|
105
|
+
return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value;
|
|
106
|
+
}
|
|
107
|
+
}, _get.apply(null, arguments);
|
|
108
|
+
}
|
|
109
|
+
function _getPrototypeOf(t) {
|
|
110
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
|
|
111
|
+
return t.__proto__ || Object.getPrototypeOf(t);
|
|
112
|
+
}, _getPrototypeOf(t);
|
|
113
|
+
}
|
|
114
|
+
function _inherits(t, e) {
|
|
115
|
+
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
|
|
116
|
+
t.prototype = Object.create(e && e.prototype, {
|
|
117
|
+
constructor: {
|
|
118
|
+
value: t,
|
|
119
|
+
writable: !0,
|
|
120
|
+
configurable: !0
|
|
121
|
+
}
|
|
122
|
+
}), Object.defineProperty(t, "prototype", {
|
|
123
|
+
writable: !1
|
|
124
|
+
}), e && _setPrototypeOf(t, e);
|
|
125
|
+
}
|
|
6
126
|
function _isNativeReflectConstruct() {
|
|
7
127
|
try {
|
|
8
128
|
var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
|
|
@@ -11,6 +131,9 @@ function _isNativeReflectConstruct() {
|
|
|
11
131
|
return !!t;
|
|
12
132
|
})();
|
|
13
133
|
}
|
|
134
|
+
function _iterableToArray(r) {
|
|
135
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
|
136
|
+
}
|
|
14
137
|
function _iterableToArrayLimit(r, l) {
|
|
15
138
|
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
16
139
|
if (null != t) {
|
|
@@ -38,6 +161,17 @@ function _iterableToArrayLimit(r, l) {
|
|
|
38
161
|
return a;
|
|
39
162
|
}
|
|
40
163
|
}
|
|
164
|
+
function _nonIterableRest() {
|
|
165
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
166
|
+
}
|
|
167
|
+
function _nonIterableSpread() {
|
|
168
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
169
|
+
}
|
|
170
|
+
function _possibleConstructorReturn(t, e) {
|
|
171
|
+
if (e && ("object" == typeof e || "function" == typeof e)) return e;
|
|
172
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
173
|
+
return _assertThisInitialized(t);
|
|
174
|
+
}
|
|
41
175
|
function _regeneratorRuntime() {
|
|
42
176
|
_regeneratorRuntime = function () {
|
|
43
177
|
return e;
|
|
@@ -339,6 +473,27 @@ function _regeneratorRuntime() {
|
|
|
339
473
|
}
|
|
340
474
|
}, e;
|
|
341
475
|
}
|
|
476
|
+
function _setPrototypeOf(t, e) {
|
|
477
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
|
|
478
|
+
return t.__proto__ = e, t;
|
|
479
|
+
}, _setPrototypeOf(t, e);
|
|
480
|
+
}
|
|
481
|
+
function _slicedToArray(r, e) {
|
|
482
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
483
|
+
}
|
|
484
|
+
function _superPropBase(t, o) {
|
|
485
|
+
for (; !{}.hasOwnProperty.call(t, o) && null !== (t = _getPrototypeOf(t)););
|
|
486
|
+
return t;
|
|
487
|
+
}
|
|
488
|
+
function _superPropGet(t, e, o, r) {
|
|
489
|
+
var p = _get(_getPrototypeOf(t.prototype ), e, o);
|
|
490
|
+
return "function" == typeof p ? function (t) {
|
|
491
|
+
return p.apply(o, t);
|
|
492
|
+
} : p;
|
|
493
|
+
}
|
|
494
|
+
function _toConsumableArray(r) {
|
|
495
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
496
|
+
}
|
|
342
497
|
function _toPrimitive(t, r) {
|
|
343
498
|
if ("object" != typeof t || !t) return t;
|
|
344
499
|
var e = t[Symbol.toPrimitive];
|
|
@@ -362,206 +517,12 @@ function _typeof$1(o) {
|
|
|
362
517
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
363
518
|
}, _typeof$1(o);
|
|
364
519
|
}
|
|
365
|
-
function
|
|
366
|
-
if (
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
function _defineProperties(target, props) {
|
|
371
|
-
for (var i = 0; i < props.length; i++) {
|
|
372
|
-
var descriptor = props[i];
|
|
373
|
-
descriptor.enumerable = descriptor.enumerable || false;
|
|
374
|
-
descriptor.configurable = true;
|
|
375
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
376
|
-
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
function _createClass(Constructor, protoProps, staticProps) {
|
|
380
|
-
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
381
|
-
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
382
|
-
Object.defineProperty(Constructor, "prototype", {
|
|
383
|
-
writable: false
|
|
384
|
-
});
|
|
385
|
-
return Constructor;
|
|
386
|
-
}
|
|
387
|
-
function _defineProperty(obj, key, value) {
|
|
388
|
-
key = _toPropertyKey(key);
|
|
389
|
-
if (key in obj) {
|
|
390
|
-
Object.defineProperty(obj, key, {
|
|
391
|
-
value: value,
|
|
392
|
-
enumerable: true,
|
|
393
|
-
configurable: true,
|
|
394
|
-
writable: true
|
|
395
|
-
});
|
|
396
|
-
} else {
|
|
397
|
-
obj[key] = value;
|
|
398
|
-
}
|
|
399
|
-
return obj;
|
|
400
|
-
}
|
|
401
|
-
function _extends() {
|
|
402
|
-
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
403
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
404
|
-
var source = arguments[i];
|
|
405
|
-
for (var key in source) {
|
|
406
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
407
|
-
target[key] = source[key];
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
return target;
|
|
412
|
-
};
|
|
413
|
-
return _extends.apply(this, arguments);
|
|
414
|
-
}
|
|
415
|
-
function _inherits(subClass, superClass) {
|
|
416
|
-
if (typeof superClass !== "function" && superClass !== null) {
|
|
417
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
418
|
-
}
|
|
419
|
-
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
420
|
-
constructor: {
|
|
421
|
-
value: subClass,
|
|
422
|
-
writable: true,
|
|
423
|
-
configurable: true
|
|
424
|
-
}
|
|
425
|
-
});
|
|
426
|
-
Object.defineProperty(subClass, "prototype", {
|
|
427
|
-
writable: false
|
|
428
|
-
});
|
|
429
|
-
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
430
|
-
}
|
|
431
|
-
function _getPrototypeOf(o) {
|
|
432
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
433
|
-
return o.__proto__ || Object.getPrototypeOf(o);
|
|
434
|
-
};
|
|
435
|
-
return _getPrototypeOf(o);
|
|
436
|
-
}
|
|
437
|
-
function _setPrototypeOf(o, p) {
|
|
438
|
-
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
439
|
-
o.__proto__ = p;
|
|
440
|
-
return o;
|
|
441
|
-
};
|
|
442
|
-
return _setPrototypeOf(o, p);
|
|
443
|
-
}
|
|
444
|
-
function _assertThisInitialized(self) {
|
|
445
|
-
if (self === void 0) {
|
|
446
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
447
|
-
}
|
|
448
|
-
return self;
|
|
449
|
-
}
|
|
450
|
-
function _possibleConstructorReturn(self, call) {
|
|
451
|
-
if (call && (typeof call === "object" || typeof call === "function")) {
|
|
452
|
-
return call;
|
|
453
|
-
} else if (call !== void 0) {
|
|
454
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
520
|
+
function _unsupportedIterableToArray(r, a) {
|
|
521
|
+
if (r) {
|
|
522
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
523
|
+
var t = {}.toString.call(r).slice(8, -1);
|
|
524
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
455
525
|
}
|
|
456
|
-
return _assertThisInitialized(self);
|
|
457
|
-
}
|
|
458
|
-
function _superPropBase(object, property) {
|
|
459
|
-
while (!Object.prototype.hasOwnProperty.call(object, property)) {
|
|
460
|
-
object = _getPrototypeOf(object);
|
|
461
|
-
if (object === null) break;
|
|
462
|
-
}
|
|
463
|
-
return object;
|
|
464
|
-
}
|
|
465
|
-
function _get() {
|
|
466
|
-
if (typeof Reflect !== "undefined" && Reflect.get) {
|
|
467
|
-
_get = Reflect.get.bind();
|
|
468
|
-
} else {
|
|
469
|
-
_get = function _get(target, property, receiver) {
|
|
470
|
-
var base = _superPropBase(target, property);
|
|
471
|
-
if (!base) return;
|
|
472
|
-
var desc = Object.getOwnPropertyDescriptor(base, property);
|
|
473
|
-
if (desc.get) {
|
|
474
|
-
return desc.get.call(arguments.length < 3 ? target : receiver);
|
|
475
|
-
}
|
|
476
|
-
return desc.value;
|
|
477
|
-
};
|
|
478
|
-
}
|
|
479
|
-
return _get.apply(this, arguments);
|
|
480
|
-
}
|
|
481
|
-
function _slicedToArray(arr, i) {
|
|
482
|
-
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
483
|
-
}
|
|
484
|
-
function _toConsumableArray(arr) {
|
|
485
|
-
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
486
|
-
}
|
|
487
|
-
function _arrayWithoutHoles(arr) {
|
|
488
|
-
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
489
|
-
}
|
|
490
|
-
function _arrayWithHoles(arr) {
|
|
491
|
-
if (Array.isArray(arr)) return arr;
|
|
492
|
-
}
|
|
493
|
-
function _iterableToArray(iter) {
|
|
494
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
495
|
-
}
|
|
496
|
-
function _unsupportedIterableToArray(o, minLen) {
|
|
497
|
-
if (!o) return;
|
|
498
|
-
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
499
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
500
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
501
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
502
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
503
|
-
}
|
|
504
|
-
function _arrayLikeToArray(arr, len) {
|
|
505
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
506
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
507
|
-
return arr2;
|
|
508
|
-
}
|
|
509
|
-
function _nonIterableSpread() {
|
|
510
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
511
|
-
}
|
|
512
|
-
function _nonIterableRest() {
|
|
513
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
514
|
-
}
|
|
515
|
-
function _createForOfIteratorHelper(o, allowArrayLike) {
|
|
516
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
517
|
-
if (!it) {
|
|
518
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike ) {
|
|
519
|
-
if (it) o = it;
|
|
520
|
-
var i = 0;
|
|
521
|
-
var F = function () {};
|
|
522
|
-
return {
|
|
523
|
-
s: F,
|
|
524
|
-
n: function () {
|
|
525
|
-
if (i >= o.length) return {
|
|
526
|
-
done: true
|
|
527
|
-
};
|
|
528
|
-
return {
|
|
529
|
-
done: false,
|
|
530
|
-
value: o[i++]
|
|
531
|
-
};
|
|
532
|
-
},
|
|
533
|
-
e: function (e) {
|
|
534
|
-
throw e;
|
|
535
|
-
},
|
|
536
|
-
f: F
|
|
537
|
-
};
|
|
538
|
-
}
|
|
539
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
540
|
-
}
|
|
541
|
-
var normalCompletion = true,
|
|
542
|
-
didErr = false,
|
|
543
|
-
err;
|
|
544
|
-
return {
|
|
545
|
-
s: function () {
|
|
546
|
-
it = it.call(o);
|
|
547
|
-
},
|
|
548
|
-
n: function () {
|
|
549
|
-
var step = it.next();
|
|
550
|
-
normalCompletion = step.done;
|
|
551
|
-
return step;
|
|
552
|
-
},
|
|
553
|
-
e: function (e) {
|
|
554
|
-
didErr = true;
|
|
555
|
-
err = e;
|
|
556
|
-
},
|
|
557
|
-
f: function () {
|
|
558
|
-
try {
|
|
559
|
-
if (!normalCompletion && it.return != null) it.return();
|
|
560
|
-
} finally {
|
|
561
|
-
if (didErr) throw err;
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
};
|
|
565
526
|
}
|
|
566
527
|
|
|
567
528
|
var Browser = /*#__PURE__*/function () {
|
|
@@ -928,7 +889,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
928
889
|
version: 'x-sdk-version',
|
|
929
890
|
type: 'x-sdk-type'
|
|
930
891
|
});
|
|
931
|
-
SDK._version = 'v1.
|
|
892
|
+
SDK._version = 'v1.112.0';
|
|
932
893
|
|
|
933
894
|
/******************************************************************************
|
|
934
895
|
Copyright (c) Microsoft Corporation.
|
|
@@ -6198,7 +6159,7 @@ var PopupRunner = /*#__PURE__*/function (_ContextualRunner) {
|
|
|
6198
6159
|
}, {
|
|
6199
6160
|
key: "setEnv",
|
|
6200
6161
|
value: function setEnv(env, alias) {
|
|
6201
|
-
|
|
6162
|
+
_superPropGet(PopupRunner, "setEnv", this)([env, alias]);
|
|
6202
6163
|
this.dispatcher.setEnv(env, alias);
|
|
6203
6164
|
this.popup.setEnv(env);
|
|
6204
6165
|
}
|
|
@@ -7805,7 +7766,7 @@ var ZipmoneyRunner = /*#__PURE__*/function (_BaseRunner) {
|
|
|
7805
7766
|
return _createClass(ZipmoneyRunner, [{
|
|
7806
7767
|
key: "setEnv",
|
|
7807
7768
|
value: function setEnv(env, alias) {
|
|
7808
|
-
|
|
7769
|
+
_superPropGet(ZipmoneyRunner, "setEnv", this)([env, alias]);
|
|
7809
7770
|
this.apiEnv.setEnv(env, alias);
|
|
7810
7771
|
}
|
|
7811
7772
|
}, {
|
|
@@ -7875,7 +7836,7 @@ var ZipmoneyContextualRunner = /*#__PURE__*/function (_ContextualRunner) {
|
|
|
7875
7836
|
}, {
|
|
7876
7837
|
key: "stop",
|
|
7877
7838
|
value: function stop() {
|
|
7878
|
-
|
|
7839
|
+
_superPropGet(ZipmoneyContextualRunner, "stop", this)([]);
|
|
7879
7840
|
this.runs = false;
|
|
7880
7841
|
var element = document.querySelector('.zipmoney-overlay');
|
|
7881
7842
|
if (element) element.remove();
|
|
@@ -8069,7 +8030,7 @@ var ZipmoneyRedirectRunner = /*#__PURE__*/function (_RedirectRunner) {
|
|
|
8069
8030
|
}, {
|
|
8070
8031
|
key: "setEnv",
|
|
8071
8032
|
value: function setEnv(env, alias) {
|
|
8072
|
-
|
|
8033
|
+
_superPropGet(ZipmoneyRedirectRunner, "setEnv", this)([env, alias]);
|
|
8073
8034
|
this.storageDispatcher.setEnv(env, alias);
|
|
8074
8035
|
}
|
|
8075
8036
|
}]);
|
|
@@ -8129,7 +8090,7 @@ var AfterpayRunner = /*#__PURE__*/function (_PopupRunner) {
|
|
|
8129
8090
|
}, {
|
|
8130
8091
|
key: "onCheckout",
|
|
8131
8092
|
value: function onCheckout(event, cb) {
|
|
8132
|
-
|
|
8093
|
+
_superPropGet(AfterpayRunner, "onCheckout", this)([event, function (checkout, data) {
|
|
8133
8094
|
if (!(data === null || data === void 0 ? void 0 : data.status)) return cb(checkout);
|
|
8134
8095
|
var status = data.status,
|
|
8135
8096
|
newData = __rest(data, ["status"]);
|
|
@@ -8140,7 +8101,7 @@ var AfterpayRunner = /*#__PURE__*/function (_PopupRunner) {
|
|
|
8140
8101
|
} else {
|
|
8141
8102
|
cb(checkout, newData);
|
|
8142
8103
|
}
|
|
8143
|
-
});
|
|
8104
|
+
}]);
|
|
8144
8105
|
}
|
|
8145
8106
|
}, {
|
|
8146
8107
|
key: "error",
|
|
@@ -8627,7 +8588,7 @@ var ZipmoneyCheckoutButton = /*#__PURE__*/function (_CheckoutButton) {
|
|
|
8627
8588
|
return _createClass(ZipmoneyCheckoutButton, [{
|
|
8628
8589
|
key: "setSuspendedRedirectUri",
|
|
8629
8590
|
value: function setSuspendedRedirectUri(uri) {
|
|
8630
|
-
|
|
8591
|
+
_superPropGet(ZipmoneyCheckoutButton, "setSuspendedRedirectUri", this)([uri]);
|
|
8631
8592
|
}
|
|
8632
8593
|
/**
|
|
8633
8594
|
* Method for setting the merchant redirect URL.
|
|
@@ -8644,15 +8605,15 @@ var ZipmoneyCheckoutButton = /*#__PURE__*/function (_CheckoutButton) {
|
|
|
8644
8605
|
key: "setRedirectUrl",
|
|
8645
8606
|
value: function setRedirectUrl(url) {
|
|
8646
8607
|
if (isContextualRunner(this.runner)) {
|
|
8647
|
-
|
|
8648
|
-
|
|
8608
|
+
_superPropGet(ZipmoneyCheckoutButton, "chooseRunner", this)([GATEWAY_TYPE.ZIPMONEY, CHECKOUT_MODE.REDIRECT]);
|
|
8609
|
+
_superPropGet(ZipmoneyCheckoutButton, "setEnv", this)([this.env, this.alias]);
|
|
8649
8610
|
}
|
|
8650
|
-
|
|
8611
|
+
_superPropGet(ZipmoneyCheckoutButton, "setRedirectUrl", this)([url]);
|
|
8651
8612
|
}
|
|
8652
8613
|
}, {
|
|
8653
8614
|
key: "buildAdditionalParams",
|
|
8654
8615
|
value: function buildAdditionalParams() {
|
|
8655
|
-
var defaultParams =
|
|
8616
|
+
var defaultParams = _superPropGet(ZipmoneyCheckoutButton, "buildAdditionalParams", this)([]);
|
|
8656
8617
|
var params = _extends(_extends({}, defaultParams), {
|
|
8657
8618
|
public_key: this.publicKey,
|
|
8658
8619
|
gateway_id: this.gatewayId
|
|
@@ -8709,7 +8670,7 @@ var AfterpayCheckoutButton = /*#__PURE__*/function (_CheckoutButton) {
|
|
|
8709
8670
|
}, {
|
|
8710
8671
|
key: "buildAdditionalParams",
|
|
8711
8672
|
value: function buildAdditionalParams() {
|
|
8712
|
-
var params =
|
|
8673
|
+
var params = _superPropGet(AfterpayCheckoutButton, "buildAdditionalParams", this)([]);
|
|
8713
8674
|
if (this.showETP) {
|
|
8714
8675
|
params.show_etp = true;
|
|
8715
8676
|
}
|
|
@@ -9226,9 +9187,12 @@ var ClickToPaySRC = /*#__PURE__*/function () {
|
|
|
9226
9187
|
});
|
|
9227
9188
|
var iframeElement = this.iFrame.getElement();
|
|
9228
9189
|
this.iFrame.setStyle('width', '100%');
|
|
9229
|
-
if (iframeElement)
|
|
9230
|
-
|
|
9231
|
-
|
|
9190
|
+
if (iframeElement) {
|
|
9191
|
+
iframeElement.setAttribute('allow', 'payment; accelerometer;');
|
|
9192
|
+
iframeElement.onload = function () {
|
|
9193
|
+
return _this2.eventEmitter.emit(EVENT$3.IFRAME_LOADED, {});
|
|
9194
|
+
};
|
|
9195
|
+
}
|
|
9232
9196
|
}
|
|
9233
9197
|
}, {
|
|
9234
9198
|
key: "getEnv",
|
|
@@ -9767,7 +9731,7 @@ var AfterPayWalletService = /*#__PURE__*/function (_WalletService) {
|
|
|
9767
9731
|
}, {
|
|
9768
9732
|
key: "setEnv",
|
|
9769
9733
|
value: function setEnv(env) {
|
|
9770
|
-
|
|
9734
|
+
_superPropGet(AfterPayWalletService, "setEnv", this)([env]);
|
|
9771
9735
|
this.storageDispatcher.setEnv(env);
|
|
9772
9736
|
return this;
|
|
9773
9737
|
}
|
|
@@ -10097,14 +10061,14 @@ var WalletBackground = /*#__PURE__*/function (_Background) {
|
|
|
10097
10061
|
key: "initControl",
|
|
10098
10062
|
value: function initControl() {
|
|
10099
10063
|
if (!this.imageStyle) this.createImageStyles();
|
|
10100
|
-
|
|
10064
|
+
_superPropGet(WalletBackground, "initControl", this)([]);
|
|
10101
10065
|
}
|
|
10102
10066
|
}, {
|
|
10103
10067
|
key: "clear",
|
|
10104
10068
|
value: function clear() {
|
|
10105
10069
|
if (this.imageStyle) this.imageStyle.parentNode.removeChild(this.imageStyle);
|
|
10106
10070
|
this.imageStyle = null;
|
|
10107
|
-
|
|
10071
|
+
_superPropGet(WalletBackground, "clear", this)([]);
|
|
10108
10072
|
}
|
|
10109
10073
|
}, {
|
|
10110
10074
|
key: "createTemplate",
|
|
@@ -10220,7 +10184,7 @@ var FlypayV2WalletService = /*#__PURE__*/function (_WalletService) {
|
|
|
10220
10184
|
key: "setEnv",
|
|
10221
10185
|
value: function setEnv(env) {
|
|
10222
10186
|
this.link.setEnv(env);
|
|
10223
|
-
return
|
|
10187
|
+
return _superPropGet(FlypayV2WalletService, "setEnv", this)([env]);
|
|
10224
10188
|
}
|
|
10225
10189
|
}, {
|
|
10226
10190
|
key: "enable",
|
|
@@ -14143,9 +14107,9 @@ var HtmlWidget = /*#__PURE__*/function (_HtmlMultiWidget) {
|
|
|
14143
14107
|
key: "setFormElement",
|
|
14144
14108
|
value: function setFormElement(element) {
|
|
14145
14109
|
this.configs[0].setFormFields([element.field]);
|
|
14146
|
-
|
|
14110
|
+
_superPropGet(HtmlWidget, "setFormElement", this)([_extends(_extends({}, element), {
|
|
14147
14111
|
field: element.field.replace('*', '')
|
|
14148
|
-
}));
|
|
14112
|
+
})]);
|
|
14149
14113
|
}
|
|
14150
14114
|
/**
|
|
14151
14115
|
* The method to set meta information for the checkout page
|
package/bundles/types/secure-remote-commerce/providers/mastercard-src/mastercard-src.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mastercard-src.d.ts","sourceRoot":"","sources":["../../../../src/secure-remote-commerce/providers/mastercard-src/mastercard-src.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAc,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAS,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAG1D,qBAAa,aAAc,YAAW,WAAW;IAMgC,SAAS,CAAC,IAAI,EAAE,eAAe;IAAE,SAAS,CAAC,YAAY,EAAE,YAAY;IAAE,SAAS,CAAC,UAAU;IALxK,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC;IACrB,SAAS,CAAC,eAAe,EAAE,SAAS,CAAC;IACrC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,WAAW,EAAE,WAAW,CAAC;gBAEvB,eAAe,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAY,IAAI,EAAE,eAAe,EAAY,YAAY,EAAE,YAAY,EAAY,UAAU,KAAA,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;IAsBrM,OAAO,CAAC,iBAAiB;IA6BlB,IAAI,IAAI,IAAI;
|
|
1
|
+
{"version":3,"file":"mastercard-src.d.ts","sourceRoot":"","sources":["../../../../src/secure-remote-commerce/providers/mastercard-src/mastercard-src.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAc,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAS,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAG1D,qBAAa,aAAc,YAAW,WAAW;IAMgC,SAAS,CAAC,IAAI,EAAE,eAAe;IAAE,SAAS,CAAC,YAAY,EAAE,YAAY;IAAE,SAAS,CAAC,UAAU;IALxK,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC;IACrB,SAAS,CAAC,eAAe,EAAE,SAAS,CAAC;IACrC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,WAAW,EAAE,WAAW,CAAC;gBAEvB,eAAe,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAY,IAAI,EAAE,eAAe,EAAY,YAAY,EAAE,YAAY,EAAY,UAAU,KAAA,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;IAsBrM,OAAO,CAAC,iBAAiB;IA6BlB,IAAI,IAAI,IAAI;IAUZ,MAAM,IAAI,MAAM;IAIhB,YAAY,CAAC,QAAQ,EAAE,OAAO;IAK9B,YAAY;IAKZ,MAAM;IAKN,aAAa,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI;CAkB9C"}
|