@danidoble/webserial 4.2.0 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/webserial.js +551 -539
- package/dist/webserial.umd.cjs +13 -12
- package/package.json +1 -1
package/dist/webserial.js
CHANGED
|
@@ -5,7 +5,7 @@ var $n = (r) => {
|
|
|
5
5
|
var Ea = (r, n, t) => n in r ? va(r, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[n] = t;
|
|
6
6
|
var lt = (r, n, t) => Ea(r, typeof n != "symbol" ? n + "" : n, t), Xe = (r, n, t) => n.has(r) || $n("Cannot " + t);
|
|
7
7
|
var I = (r, n, t) => (Xe(r, n, "read from private field"), t ? t.call(r) : n.get(r)), G = (r, n, t) => n.has(r) ? $n("Cannot add the same private member more than once") : n instanceof WeakSet ? n.add(r) : n.set(r, t), M = (r, n, t, e) => (Xe(r, n, "write to private field"), e ? e.call(r, t) : n.set(r, t), t), o = (r, n, t) => (Xe(r, n, "access private method"), t);
|
|
8
|
-
function
|
|
8
|
+
function Tt(r = 100) {
|
|
9
9
|
return new Promise((n) => setTimeout(() => n(), r));
|
|
10
10
|
}
|
|
11
11
|
function Pa() {
|
|
@@ -14,20 +14,20 @@ function Pa() {
|
|
|
14
14
|
function zn() {
|
|
15
15
|
return "geolocation" in navigator;
|
|
16
16
|
}
|
|
17
|
-
function
|
|
17
|
+
function Ta() {
|
|
18
18
|
return "crypto" in window;
|
|
19
19
|
}
|
|
20
20
|
function sn(r = 1) {
|
|
21
21
|
return r * 1e3;
|
|
22
22
|
}
|
|
23
|
-
function
|
|
23
|
+
function Ct(r) {
|
|
24
24
|
return r == null || r === "";
|
|
25
25
|
}
|
|
26
|
-
var at, ht,
|
|
26
|
+
var at, ht, p, Ci, Si, T, on, B, N, we, P, cn, Yt;
|
|
27
27
|
const u = class u {
|
|
28
28
|
static status(n = null) {
|
|
29
29
|
var e, i;
|
|
30
|
-
if (!o(e = u,
|
|
30
|
+
if (!o(e = u, p, T).call(e, n)) return !1;
|
|
31
31
|
let t = [];
|
|
32
32
|
switch (I(u, at)) {
|
|
33
33
|
case "locker":
|
|
@@ -42,11 +42,11 @@ const u = class u {
|
|
|
42
42
|
default:
|
|
43
43
|
return !1;
|
|
44
44
|
}
|
|
45
|
-
o(i = u,
|
|
45
|
+
o(i = u, p, P).call(i, t);
|
|
46
46
|
}
|
|
47
47
|
static dispensed(n = null) {
|
|
48
48
|
var e, i;
|
|
49
|
-
if (!o(e = u,
|
|
49
|
+
if (!o(e = u, p, T).call(e, n)) return !1;
|
|
50
50
|
let t = [];
|
|
51
51
|
switch (I(u, at)) {
|
|
52
52
|
case "locker":
|
|
@@ -61,11 +61,11 @@ const u = class u {
|
|
|
61
61
|
default:
|
|
62
62
|
return !1;
|
|
63
63
|
}
|
|
64
|
-
o(i = u,
|
|
64
|
+
o(i = u, p, P).call(i, t);
|
|
65
65
|
}
|
|
66
66
|
static notDispensed(n = null) {
|
|
67
67
|
var e, i;
|
|
68
|
-
if (!o(e = u,
|
|
68
|
+
if (!o(e = u, p, T).call(e, n)) return !1;
|
|
69
69
|
let t = [];
|
|
70
70
|
switch (I(u, at)) {
|
|
71
71
|
case "locker":
|
|
@@ -80,27 +80,27 @@ const u = class u {
|
|
|
80
80
|
default:
|
|
81
81
|
return !1;
|
|
82
82
|
}
|
|
83
|
-
o(i = u,
|
|
83
|
+
o(i = u, p, P).call(i, t);
|
|
84
84
|
}
|
|
85
85
|
static gateInactive(n = null) {
|
|
86
86
|
var t;
|
|
87
|
-
if (!o(t = u,
|
|
88
|
-
o(this,
|
|
87
|
+
if (!o(t = u, p, T).call(t, n) || !o(this, p, on).call(this)) return !1;
|
|
88
|
+
o(this, p, P).call(this, ["0", "7", "5", "5", "5"]);
|
|
89
89
|
}
|
|
90
90
|
static gateConfigured(n = null) {
|
|
91
91
|
var t;
|
|
92
|
-
if (!o(t = u,
|
|
93
|
-
o(this,
|
|
92
|
+
if (!o(t = u, p, T).call(t, n) || !o(this, p, on).call(this)) return !1;
|
|
93
|
+
o(this, p, P).call(this, ["0", "6"]);
|
|
94
94
|
}
|
|
95
95
|
static keyPressed(n = null) {
|
|
96
96
|
var s, a, c;
|
|
97
|
-
if (!o(s = u,
|
|
97
|
+
if (!o(s = u, p, T).call(s, n) || !o(a = u, p, N).call(a)) return !1;
|
|
98
98
|
const t = ["30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "2A", "23", "41", "42", "43", "44"], e = (128 + I(u, ht)).toString(16), i = Math.floor(Math.random() * 15);
|
|
99
|
-
o(c = u,
|
|
99
|
+
o(c = u, p, P).call(c, ["2", e, "54", t[i]]);
|
|
100
100
|
}
|
|
101
101
|
static doorOpened(n = null) {
|
|
102
102
|
var i, s;
|
|
103
|
-
if (!o(i = u,
|
|
103
|
+
if (!o(i = u, p, T).call(i, n) || !o(this, p, we).call(this)) return !1;
|
|
104
104
|
let t = [];
|
|
105
105
|
const e = (128 + I(u, ht)).toString(16);
|
|
106
106
|
switch (I(u, at)) {
|
|
@@ -111,11 +111,11 @@ const u = class u {
|
|
|
111
111
|
t = ["2", e, "50", "4F"];
|
|
112
112
|
break;
|
|
113
113
|
}
|
|
114
|
-
o(s = u,
|
|
114
|
+
o(s = u, p, P).call(s, t);
|
|
115
115
|
}
|
|
116
116
|
static doorClosed(n = null) {
|
|
117
117
|
var i, s;
|
|
118
|
-
if (!o(i = u,
|
|
118
|
+
if (!o(i = u, p, T).call(i, n) || !o(this, p, we).call(this)) return !1;
|
|
119
119
|
let t = [];
|
|
120
120
|
const e = (128 + I(u, ht)).toString(16);
|
|
121
121
|
switch (I(u, at)) {
|
|
@@ -126,35 +126,35 @@ const u = class u {
|
|
|
126
126
|
t = ["2", e, "50", "43"];
|
|
127
127
|
break;
|
|
128
128
|
}
|
|
129
|
-
o(s = u,
|
|
129
|
+
o(s = u, p, P).call(s, t);
|
|
130
130
|
}
|
|
131
131
|
static channelDisconnected(n = null) {
|
|
132
132
|
var e, i, s;
|
|
133
|
-
if (!o(e = u,
|
|
133
|
+
if (!o(e = u, p, T).call(e, n) || !o(i = u, p, N).call(i)) return !1;
|
|
134
134
|
const t = (128 + I(u, ht)).toString(16);
|
|
135
|
-
o(s = u,
|
|
135
|
+
o(s = u, p, P).call(s, ["2", t, "43", "43", "43", "FD"]);
|
|
136
136
|
}
|
|
137
137
|
static channelConnected(n = null) {
|
|
138
138
|
var e, i, s;
|
|
139
|
-
if (!o(e = u,
|
|
139
|
+
if (!o(e = u, p, T).call(e, n) || !o(i = u, p, N).call(i)) return !1;
|
|
140
140
|
const t = (128 + I(u, ht)).toString(16);
|
|
141
|
-
o(s = u,
|
|
141
|
+
o(s = u, p, P).call(s, ["2", t, "43", "43", "43", "FC"]);
|
|
142
142
|
}
|
|
143
143
|
static channelEmpty(n = null) {
|
|
144
144
|
var e, i, s;
|
|
145
|
-
if (!o(e = u,
|
|
145
|
+
if (!o(e = u, p, T).call(e, n) || !o(i = u, p, N).call(i)) return !1;
|
|
146
146
|
const t = (128 + I(u, ht)).toString(16);
|
|
147
|
-
o(s = u,
|
|
147
|
+
o(s = u, p, P).call(s, ["2", t, "43", "43", "43", "FF"]);
|
|
148
148
|
}
|
|
149
149
|
static workingTemperature(n = null) {
|
|
150
150
|
var e, i, s;
|
|
151
|
-
if (!o(e = u,
|
|
151
|
+
if (!o(e = u, p, T).call(e, n) || !o(i = u, p, N).call(i)) return !1;
|
|
152
152
|
const t = (128 + I(u, ht)).toString(16);
|
|
153
|
-
o(s = u,
|
|
153
|
+
o(s = u, p, P).call(s, ["2", t, "43", "54", "16"]);
|
|
154
154
|
}
|
|
155
155
|
static currentTemperature(n = null) {
|
|
156
156
|
var i, s, a;
|
|
157
|
-
if (!o(i = u,
|
|
157
|
+
if (!o(i = u, p, T).call(i, n) || !o(s = u, p, we).call(s)) return !1;
|
|
158
158
|
let t = [];
|
|
159
159
|
const e = (128 + I(u, ht)).toString(16);
|
|
160
160
|
switch (I(u, at)) {
|
|
@@ -165,217 +165,217 @@ const u = class u {
|
|
|
165
165
|
t = ["2", e, "43", "74", "2B", "30", "39", "2E", "31", "7F", "43"];
|
|
166
166
|
break;
|
|
167
167
|
}
|
|
168
|
-
o(a = u,
|
|
168
|
+
o(a = u, p, P).call(a, t);
|
|
169
169
|
}
|
|
170
170
|
static ready(n = null) {
|
|
171
171
|
var t, e, i;
|
|
172
|
-
if (!o(t = u,
|
|
173
|
-
o(i = u,
|
|
172
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
173
|
+
o(i = u, p, P).call(i, ["6", "30"]);
|
|
174
174
|
}
|
|
175
175
|
static busy(n = null) {
|
|
176
176
|
var t, e, i;
|
|
177
|
-
if (!o(t = u,
|
|
178
|
-
o(i = u,
|
|
177
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
178
|
+
o(i = u, p, P).call(i, ["6", "31"]);
|
|
179
179
|
}
|
|
180
180
|
static invalidTray(n = null) {
|
|
181
181
|
var t, e, i;
|
|
182
|
-
if (!o(t = u,
|
|
183
|
-
o(i = u,
|
|
182
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
183
|
+
o(i = u, p, P).call(i, ["6", "32"]);
|
|
184
184
|
}
|
|
185
185
|
static invalidChannel(n = null) {
|
|
186
186
|
var t, e, i;
|
|
187
|
-
if (!o(t = u,
|
|
188
|
-
o(i = u,
|
|
187
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
188
|
+
o(i = u, p, P).call(i, ["6", "33"]);
|
|
189
189
|
}
|
|
190
190
|
static emptyChannel(n = null) {
|
|
191
191
|
var t, e, i;
|
|
192
|
-
if (!o(t = u,
|
|
193
|
-
o(i = u,
|
|
192
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
193
|
+
o(i = u, p, P).call(i, ["6", "34"]);
|
|
194
194
|
}
|
|
195
195
|
static elevatorJam(n = null) {
|
|
196
196
|
var t, e, i;
|
|
197
|
-
if (!o(t = u,
|
|
198
|
-
o(i = u,
|
|
197
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
198
|
+
o(i = u, p, P).call(i, ["6", "35"]);
|
|
199
199
|
}
|
|
200
200
|
static elevatorMalfunction(n = null) {
|
|
201
201
|
var t, e, i;
|
|
202
|
-
if (!o(t = u,
|
|
203
|
-
o(i = u,
|
|
202
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
203
|
+
o(i = u, p, P).call(i, ["6", "36"]);
|
|
204
204
|
}
|
|
205
205
|
static phototransistorFailure(n = null) {
|
|
206
206
|
var t, e, i;
|
|
207
|
-
if (!o(t = u,
|
|
208
|
-
o(i = u,
|
|
207
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
208
|
+
o(i = u, p, P).call(i, ["6", "37"]);
|
|
209
209
|
}
|
|
210
210
|
static allChannelsEmpty(n = null) {
|
|
211
211
|
var t, e, i;
|
|
212
|
-
if (!o(t = u,
|
|
213
|
-
o(i = u,
|
|
212
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
213
|
+
o(i = u, p, P).call(i, ["6", "38"]);
|
|
214
214
|
}
|
|
215
215
|
static productDetectorFailure(n = null) {
|
|
216
216
|
var t, e, i;
|
|
217
|
-
if (!o(t = u,
|
|
218
|
-
o(i = u,
|
|
217
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
218
|
+
o(i = u, p, P).call(i, ["6", "39"]);
|
|
219
219
|
}
|
|
220
220
|
static displayDisconnected(n = null) {
|
|
221
221
|
var t, e, i;
|
|
222
|
-
if (!o(t = u,
|
|
223
|
-
o(i = u,
|
|
222
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
223
|
+
o(i = u, p, P).call(i, ["6", "41"]);
|
|
224
224
|
}
|
|
225
225
|
static productUnderElevator(n = null) {
|
|
226
226
|
var t, e, i;
|
|
227
|
-
if (!o(t = u,
|
|
228
|
-
o(i = u,
|
|
227
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
228
|
+
o(i = u, p, P).call(i, ["6", "42"]);
|
|
229
229
|
}
|
|
230
230
|
static elevatorSettingAlarm(n = null) {
|
|
231
231
|
var t, e, i;
|
|
232
|
-
if (!o(t = u,
|
|
233
|
-
o(i = u,
|
|
232
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
233
|
+
o(i = u, p, P).call(i, ["6", "43"]);
|
|
234
234
|
}
|
|
235
235
|
static buttonPanelFailure(n = null) {
|
|
236
236
|
var t, e, i;
|
|
237
|
-
if (!o(t = u,
|
|
238
|
-
o(i = u,
|
|
237
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
238
|
+
o(i = u, p, P).call(i, ["6", "44"]);
|
|
239
239
|
}
|
|
240
240
|
static errorWritingEeprom(n = null) {
|
|
241
241
|
var t, e, i;
|
|
242
|
-
if (!o(t = u,
|
|
243
|
-
o(i = u,
|
|
242
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
243
|
+
o(i = u, p, P).call(i, ["6", "45"]);
|
|
244
244
|
}
|
|
245
245
|
static errorControlTemperature(n = null) {
|
|
246
246
|
var t, e, i;
|
|
247
|
-
if (!o(t = u,
|
|
248
|
-
o(i = u,
|
|
247
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
248
|
+
o(i = u, p, P).call(i, ["6", "46"]);
|
|
249
249
|
}
|
|
250
250
|
static thermometerDisconnected(n = null) {
|
|
251
251
|
var t, e, i;
|
|
252
|
-
if (!o(t = u,
|
|
253
|
-
o(i = u,
|
|
252
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
253
|
+
o(i = u, p, P).call(i, ["6", "47"]);
|
|
254
254
|
}
|
|
255
255
|
static thermometerMisconfigured(n = null) {
|
|
256
256
|
var t, e, i;
|
|
257
|
-
if (!o(t = u,
|
|
258
|
-
o(i = u,
|
|
257
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
258
|
+
o(i = u, p, P).call(i, ["6", "48"]);
|
|
259
259
|
}
|
|
260
260
|
static thermometerFailure(n = null) {
|
|
261
261
|
var t, e, i;
|
|
262
|
-
if (!o(t = u,
|
|
263
|
-
o(i = u,
|
|
262
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
263
|
+
o(i = u, p, P).call(i, ["6", "49"]);
|
|
264
264
|
}
|
|
265
265
|
static errorExtractorConsumption(n = null) {
|
|
266
266
|
var t, e, i;
|
|
267
|
-
if (!o(t = u,
|
|
268
|
-
o(i = u,
|
|
267
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
268
|
+
o(i = u, p, P).call(i, ["6", "4A"]);
|
|
269
269
|
}
|
|
270
270
|
static channelSearchError(n = null) {
|
|
271
271
|
var t, e, i;
|
|
272
|
-
if (!o(t = u,
|
|
273
|
-
o(i = u,
|
|
272
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
273
|
+
o(i = u, p, P).call(i, ["6", "4B"]);
|
|
274
274
|
}
|
|
275
275
|
static productExitMouthSearchError(n = null) {
|
|
276
276
|
var t, e, i;
|
|
277
|
-
if (!o(t = u,
|
|
278
|
-
o(i = u,
|
|
277
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
278
|
+
o(i = u, p, P).call(i, ["6", "4C"]);
|
|
279
279
|
}
|
|
280
280
|
static elevatorInteriorLocked(n = null) {
|
|
281
281
|
var t, e, i;
|
|
282
|
-
if (!o(t = u,
|
|
283
|
-
o(i = u,
|
|
282
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
283
|
+
o(i = u, p, P).call(i, ["6", "4D"]);
|
|
284
284
|
}
|
|
285
285
|
static productDetectorVerifierError(n = null) {
|
|
286
286
|
var t, e, i;
|
|
287
|
-
if (!o(t = u,
|
|
288
|
-
o(i = u,
|
|
287
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
288
|
+
o(i = u, p, P).call(i, ["6", "4E"]);
|
|
289
289
|
}
|
|
290
290
|
static waitingForProductRecall(n = null) {
|
|
291
291
|
var t, e, i;
|
|
292
|
-
if (!o(t = u,
|
|
293
|
-
o(i = u,
|
|
292
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
293
|
+
o(i = u, p, P).call(i, ["6", "4F"]);
|
|
294
294
|
}
|
|
295
295
|
static productExpiredByTemperature(n = null) {
|
|
296
296
|
var t, e, i;
|
|
297
|
-
if (!o(t = u,
|
|
298
|
-
o(i = u,
|
|
297
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
298
|
+
o(i = u, p, P).call(i, ["6", "50"]);
|
|
299
299
|
}
|
|
300
300
|
static faultyAutomaticDoor(n = null) {
|
|
301
301
|
var t, e, i;
|
|
302
|
-
if (!o(t = u,
|
|
303
|
-
o(i = u,
|
|
302
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
303
|
+
o(i = u, p, P).call(i, ["6", "51"]);
|
|
304
304
|
}
|
|
305
305
|
static rejectLever(n = null) {
|
|
306
306
|
var t, e, i;
|
|
307
|
-
if (!o(t = u,
|
|
308
|
-
o(i = u,
|
|
307
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
308
|
+
o(i = u, p, P).call(i, ["2", "A0", "1"]);
|
|
309
309
|
}
|
|
310
310
|
static resetCoinPurse(n = null) {
|
|
311
311
|
var t, e, i;
|
|
312
|
-
if (!o(t = u,
|
|
313
|
-
o(i = u,
|
|
312
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
313
|
+
o(i = u, p, P).call(i, ["2", "A0", "2"]);
|
|
314
314
|
}
|
|
315
315
|
static coinInsertedBox(n = null, t = null) {
|
|
316
316
|
var s, a, c, l;
|
|
317
|
-
if (!o(s = u,
|
|
318
|
-
const e = ["40", "41", "42", "43", "44", "45"], i = o(c = u,
|
|
319
|
-
o(l = u,
|
|
317
|
+
if (!o(s = u, p, T).call(s, n) || !o(a = u, p, B).call(a)) return !1;
|
|
318
|
+
const e = ["40", "41", "42", "43", "44", "45"], i = o(c = u, p, cn).call(c, e, t);
|
|
319
|
+
o(l = u, p, P).call(l, ["2", "A0", i]);
|
|
320
320
|
}
|
|
321
321
|
static coinInsertedTube(n = null, t = null) {
|
|
322
322
|
var s, a, c, l;
|
|
323
|
-
if (!o(s = u,
|
|
324
|
-
const e = ["50", "51", "52", "53", "54", "55"], i = o(c = u,
|
|
325
|
-
o(l = u,
|
|
323
|
+
if (!o(s = u, p, T).call(s, n) || !o(a = u, p, B).call(a)) return !1;
|
|
324
|
+
const e = ["50", "51", "52", "53", "54", "55"], i = o(c = u, p, cn).call(c, e, t);
|
|
325
|
+
o(l = u, p, P).call(l, ["2", "A0", i]);
|
|
326
326
|
}
|
|
327
327
|
static banknoteInsertedStacker(n = null, t = null) {
|
|
328
328
|
var s, a, c, l;
|
|
329
|
-
if (!o(s = u,
|
|
330
|
-
const e = ["80", "81", "82", "83", "84"], i = o(c = u,
|
|
331
|
-
o(l = u,
|
|
329
|
+
if (!o(s = u, p, T).call(s, n) || !o(a = u, p, B).call(a)) return !1;
|
|
330
|
+
const e = ["80", "81", "82", "83", "84"], i = o(c = u, p, Yt).call(c, e, t);
|
|
331
|
+
o(l = u, p, P).call(l, ["2", "B0", i]);
|
|
332
332
|
}
|
|
333
333
|
static banknoteInsertedEscrow(n = null, t = null) {
|
|
334
334
|
var s, a, c, l;
|
|
335
|
-
if (!o(s = u,
|
|
336
|
-
const e = ["90", "91", "92", "93", "94"], i = o(c = u,
|
|
337
|
-
o(l = u,
|
|
335
|
+
if (!o(s = u, p, T).call(s, n) || !o(a = u, p, B).call(a)) return !1;
|
|
336
|
+
const e = ["90", "91", "92", "93", "94"], i = o(c = u, p, Yt).call(c, e, t);
|
|
337
|
+
o(l = u, p, P).call(l, ["2", "B0", i]);
|
|
338
338
|
}
|
|
339
339
|
static banknoteEjected(n = null, t = null) {
|
|
340
340
|
var s, a, c, l;
|
|
341
|
-
if (!o(s = u,
|
|
342
|
-
const e = ["A0", "A1", "A2", "A3", "A4"], i = o(c = u,
|
|
343
|
-
o(l = u,
|
|
341
|
+
if (!o(s = u, p, T).call(s, n) || !o(a = u, p, B).call(a)) return !1;
|
|
342
|
+
const e = ["A0", "A1", "A2", "A3", "A4"], i = o(c = u, p, Yt).call(c, e, t);
|
|
343
|
+
o(l = u, p, P).call(l, ["2", "B0", i]);
|
|
344
344
|
}
|
|
345
345
|
static banknoteInsertedRecycler(n = null, t = null) {
|
|
346
346
|
var s, a, c, l;
|
|
347
|
-
if (!o(s = u,
|
|
348
|
-
const e = ["B0", "B1", "B2", "B3", "B4"], i = o(c = u,
|
|
349
|
-
o(l = u,
|
|
347
|
+
if (!o(s = u, p, T).call(s, n) || !o(a = u, p, B).call(a)) return !1;
|
|
348
|
+
const e = ["B0", "B1", "B2", "B3", "B4"], i = o(c = u, p, Yt).call(c, e, t);
|
|
349
|
+
o(l = u, p, P).call(l, ["2", "B0", i]);
|
|
350
350
|
}
|
|
351
351
|
static banknoteTaken(n = null) {
|
|
352
352
|
var t, e, i;
|
|
353
|
-
if (!o(t = u,
|
|
354
|
-
o(i = u,
|
|
353
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
354
|
+
o(i = u, p, P).call(i, ["2", "B0", "2a"]);
|
|
355
355
|
}
|
|
356
356
|
static coinPurseEnabled(n = null) {
|
|
357
357
|
var t, e, i;
|
|
358
|
-
if (!o(t = u,
|
|
359
|
-
o(i = u,
|
|
358
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
359
|
+
o(i = u, p, P).call(i, ["2", "D0", "1"]);
|
|
360
360
|
}
|
|
361
361
|
static coinPurseDisabled(n = null) {
|
|
362
362
|
var t, e, i;
|
|
363
|
-
if (!o(t = u,
|
|
364
|
-
o(i = u,
|
|
363
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
364
|
+
o(i = u, p, P).call(i, ["2", "D0", "0"]);
|
|
365
365
|
}
|
|
366
366
|
static billPurseDisabled(n = null) {
|
|
367
367
|
var t, e, i;
|
|
368
|
-
if (!o(t = u,
|
|
369
|
-
o(i = u,
|
|
368
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
369
|
+
o(i = u, p, P).call(i, ["2", "D1", "0", "0"]);
|
|
370
370
|
}
|
|
371
371
|
static billPurseEnabled(n = null) {
|
|
372
372
|
var t, e, i;
|
|
373
|
-
if (!o(t = u,
|
|
374
|
-
o(i = u,
|
|
373
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
374
|
+
o(i = u, p, P).call(i, ["2", "D1", "1", "1"]);
|
|
375
375
|
}
|
|
376
376
|
static readTubes(n = null) {
|
|
377
|
-
var h,
|
|
378
|
-
if (!o(h = u,
|
|
377
|
+
var h, d, f;
|
|
378
|
+
if (!o(h = u, p, T).call(h, n) || !o(d = u, p, B).call(d)) return !1;
|
|
379
379
|
const t = [
|
|
380
380
|
"0",
|
|
381
381
|
"1",
|
|
@@ -417,11 +417,11 @@ const u = class u {
|
|
|
417
417
|
t[Math.floor(Math.random() * 30)],
|
|
418
418
|
t[Math.floor(Math.random() * 30)]
|
|
419
419
|
];
|
|
420
|
-
o(f = u,
|
|
420
|
+
o(f = u, p, P).call(f, ["2", "D2", e, i, s, a, c, l]);
|
|
421
421
|
}
|
|
422
422
|
static readBillPurse(n = null, t = null) {
|
|
423
423
|
var i, s, a, c;
|
|
424
|
-
if (!o(i = u,
|
|
424
|
+
if (!o(i = u, p, T).call(i, n) || !o(s = u, p, B).call(s)) return !1;
|
|
425
425
|
let e = [
|
|
426
426
|
"0",
|
|
427
427
|
"1",
|
|
@@ -455,14 +455,14 @@ const u = class u {
|
|
|
455
455
|
];
|
|
456
456
|
if (n._recycler.ict) {
|
|
457
457
|
const l = e[Math.floor(Math.random() * 31)];
|
|
458
|
-
let h = "0",
|
|
458
|
+
let h = "0", d = "0", f = "0", b = "0", E = "0";
|
|
459
459
|
if (t !== null && !isNaN(parseInt(t)))
|
|
460
460
|
switch (t.toString()) {
|
|
461
461
|
case "20":
|
|
462
462
|
h = l;
|
|
463
463
|
break;
|
|
464
464
|
case "50":
|
|
465
|
-
|
|
465
|
+
d = l;
|
|
466
466
|
break;
|
|
467
467
|
case "100":
|
|
468
468
|
f = l;
|
|
@@ -480,7 +480,7 @@ const u = class u {
|
|
|
480
480
|
h = l;
|
|
481
481
|
break;
|
|
482
482
|
case 1:
|
|
483
|
-
|
|
483
|
+
d = l;
|
|
484
484
|
break;
|
|
485
485
|
case 2:
|
|
486
486
|
f = l;
|
|
@@ -492,9 +492,9 @@ const u = class u {
|
|
|
492
492
|
E = l;
|
|
493
493
|
break;
|
|
494
494
|
}
|
|
495
|
-
o(a = u,
|
|
495
|
+
o(a = u, p, P).call(a, ["2", "D3", h, d, f, b, E, "0"]);
|
|
496
496
|
} else {
|
|
497
|
-
const [l, h,
|
|
497
|
+
const [l, h, d, f, b, E] = [
|
|
498
498
|
e[Math.floor(Math.random() * 30)],
|
|
499
499
|
e[Math.floor(Math.random() * 30)],
|
|
500
500
|
e[Math.floor(Math.random() * 30)],
|
|
@@ -502,22 +502,22 @@ const u = class u {
|
|
|
502
502
|
e[Math.floor(Math.random())],
|
|
503
503
|
e[Math.floor(Math.random())]
|
|
504
504
|
];
|
|
505
|
-
o(c = u,
|
|
505
|
+
o(c = u, p, P).call(c, ["2", "D3", l, h, d, f, b, E]);
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
508
|
static banknoteAccepted(n = null) {
|
|
509
509
|
var t, e, i;
|
|
510
|
-
if (!o(t = u,
|
|
511
|
-
o(i = u,
|
|
510
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
511
|
+
o(i = u, p, P).call(i, ["2", "D4", "1"]);
|
|
512
512
|
}
|
|
513
513
|
static banknoteRejected(n = null) {
|
|
514
514
|
var t, e, i;
|
|
515
|
-
if (!o(t = u,
|
|
516
|
-
o(i = u,
|
|
515
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
516
|
+
o(i = u, p, P).call(i, ["2", "D4", "0"]);
|
|
517
517
|
}
|
|
518
518
|
static banknotesDispensed(n = null) {
|
|
519
519
|
var e, i, s, a;
|
|
520
|
-
if (!o(e = u,
|
|
520
|
+
if (!o(e = u, p, T).call(e, n) || !o(i = u, p, B).call(i)) return !1;
|
|
521
521
|
let t = [
|
|
522
522
|
"1",
|
|
523
523
|
"2",
|
|
@@ -550,7 +550,7 @@ const u = class u {
|
|
|
550
550
|
];
|
|
551
551
|
if (n._recycler.ict) {
|
|
552
552
|
const c = t[Math.floor(Math.random() * 30)];
|
|
553
|
-
let l = "0", h = "0",
|
|
553
|
+
let l = "0", h = "0", d = "0", f = "0", b = "0";
|
|
554
554
|
switch (n._recycler.bill) {
|
|
555
555
|
case 0:
|
|
556
556
|
l = c;
|
|
@@ -559,7 +559,7 @@ const u = class u {
|
|
|
559
559
|
h = c;
|
|
560
560
|
break;
|
|
561
561
|
case 2:
|
|
562
|
-
|
|
562
|
+
d = c;
|
|
563
563
|
break;
|
|
564
564
|
case 3:
|
|
565
565
|
f = c;
|
|
@@ -568,9 +568,9 @@ const u = class u {
|
|
|
568
568
|
b = c;
|
|
569
569
|
break;
|
|
570
570
|
}
|
|
571
|
-
o(s = u,
|
|
571
|
+
o(s = u, p, P).call(s, ["2", "D5", l, h, d, f, b, "0"]);
|
|
572
572
|
} else {
|
|
573
|
-
const [c, l, h,
|
|
573
|
+
const [c, l, h, d, f, b] = [
|
|
574
574
|
t[Math.floor(Math.random() * 30)],
|
|
575
575
|
t[Math.floor(Math.random() * 30)],
|
|
576
576
|
t[Math.floor(Math.random() * 30)],
|
|
@@ -578,95 +578,95 @@ const u = class u {
|
|
|
578
578
|
t[Math.floor(Math.random())],
|
|
579
579
|
t[Math.floor(Math.random())]
|
|
580
580
|
];
|
|
581
|
-
o(a = u,
|
|
581
|
+
o(a = u, p, P).call(a, ["2", "D5", c, l, h, d, f, b]);
|
|
582
582
|
}
|
|
583
583
|
}
|
|
584
584
|
static coinsDispensed(n = null) {
|
|
585
585
|
var t, e, i;
|
|
586
|
-
if (!o(t = u,
|
|
587
|
-
o(i = u,
|
|
586
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
587
|
+
o(i = u, p, P).call(i, ["2", "D6"]);
|
|
588
588
|
}
|
|
589
589
|
static relayOn(n = null) {
|
|
590
590
|
var t, e, i;
|
|
591
|
-
if (!o(t = u,
|
|
592
|
-
o(i = u,
|
|
591
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
592
|
+
o(i = u, p, P).call(i, ["2", "DA", "1"]);
|
|
593
593
|
}
|
|
594
594
|
static relayOff(n = null) {
|
|
595
595
|
var t, e, i;
|
|
596
|
-
if (!o(t = u,
|
|
597
|
-
o(i = u,
|
|
596
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
597
|
+
o(i = u, p, P).call(i, ["2", "DA", "0"]);
|
|
598
598
|
}
|
|
599
599
|
static nayaxEnabled(n = null) {
|
|
600
600
|
var t, e, i;
|
|
601
|
-
if (!o(t = u,
|
|
602
|
-
o(i = u,
|
|
601
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
602
|
+
o(i = u, p, P).call(i, ["2", "DD", "1"]);
|
|
603
603
|
}
|
|
604
604
|
static nayaxDisabled(n = null) {
|
|
605
605
|
var t, e, i;
|
|
606
|
-
if (!o(t = u,
|
|
607
|
-
o(i = u,
|
|
606
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
607
|
+
o(i = u, p, P).call(i, ["2", "DD", "0"]);
|
|
608
608
|
}
|
|
609
609
|
static nayaxPreCreditAuthorized(n = null) {
|
|
610
610
|
var t, e, i;
|
|
611
|
-
if (!o(t = u,
|
|
612
|
-
o(i = u,
|
|
611
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
612
|
+
o(i = u, p, P).call(i, ["2", "DD", "3"]);
|
|
613
613
|
}
|
|
614
614
|
static nayaxCancelRequest(n = null) {
|
|
615
615
|
var t, e, i;
|
|
616
|
-
if (!o(t = u,
|
|
617
|
-
o(i = u,
|
|
616
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
617
|
+
o(i = u, p, P).call(i, ["2", "DD", "4"]);
|
|
618
618
|
}
|
|
619
619
|
static nayaxSellApproved(n = null) {
|
|
620
620
|
var t, e, i;
|
|
621
|
-
if (!o(t = u,
|
|
622
|
-
o(i = u,
|
|
621
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
622
|
+
o(i = u, p, P).call(i, ["2", "DD", "5"]);
|
|
623
623
|
}
|
|
624
624
|
static nayaxSellDenied(n = null) {
|
|
625
625
|
var t, e, i;
|
|
626
|
-
if (!o(t = u,
|
|
627
|
-
o(i = u,
|
|
626
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
627
|
+
o(i = u, p, P).call(i, ["2", "DD", "6"]);
|
|
628
628
|
}
|
|
629
629
|
static nayaxEndSession(n = null) {
|
|
630
630
|
var t, e, i;
|
|
631
|
-
if (!o(t = u,
|
|
632
|
-
o(i = u,
|
|
631
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
632
|
+
o(i = u, p, P).call(i, ["2", "DD", "7"]);
|
|
633
633
|
}
|
|
634
634
|
static nayaxCancelled(n = null) {
|
|
635
635
|
var t, e, i;
|
|
636
|
-
if (!o(t = u,
|
|
637
|
-
o(i = u,
|
|
636
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
637
|
+
o(i = u, p, P).call(i, ["2", "DD", "8"]);
|
|
638
638
|
}
|
|
639
639
|
static nayaxDispensed(n = null) {
|
|
640
640
|
var t, e, i;
|
|
641
|
-
if (!o(t = u,
|
|
642
|
-
o(i = u,
|
|
641
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
642
|
+
o(i = u, p, P).call(i, ["2", "DD", "A", "0"]);
|
|
643
643
|
}
|
|
644
644
|
static nayaxNotDispensed(n = null) {
|
|
645
645
|
var t, e, i;
|
|
646
|
-
if (!o(t = u,
|
|
647
|
-
o(i = u,
|
|
646
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, B).call(e)) return !1;
|
|
647
|
+
o(i = u, p, P).call(i, ["2", "DD", "A", "1"]);
|
|
648
648
|
}
|
|
649
649
|
static fullTray(n = null) {
|
|
650
650
|
var t, e, i;
|
|
651
|
-
if (!o(t = u,
|
|
652
|
-
o(i = u,
|
|
651
|
+
if (!o(t = u, p, T).call(t, n) || !o(e = u, p, N).call(e)) return !1;
|
|
652
|
+
o(i = u, p, P).call(i, ["6", "4F"]);
|
|
653
653
|
}
|
|
654
654
|
static setConnection(n = null) {
|
|
655
655
|
var t;
|
|
656
|
-
if (!o(t = u,
|
|
656
|
+
if (!o(t = u, p, T).call(t, n)) return !1;
|
|
657
657
|
n.__internal__.serial.connected = !0;
|
|
658
658
|
}
|
|
659
659
|
};
|
|
660
|
-
at = new WeakMap(), ht = new WeakMap(),
|
|
660
|
+
at = new WeakMap(), ht = new WeakMap(), p = new WeakSet(), Ci = function() {
|
|
661
661
|
if (u.enable === !1) throw new Error("Emulator is disabled");
|
|
662
662
|
return u.enable;
|
|
663
663
|
}, Si = function(n) {
|
|
664
664
|
if (typeof n != "object" || !(n instanceof Dt))
|
|
665
665
|
throw new Error(`Type ${n.typeDevice} is not supported`);
|
|
666
666
|
return u.instance = n, M(u, at, n.typeDevice), M(u, ht, n.deviceNumber), !0;
|
|
667
|
-
},
|
|
667
|
+
}, T = function(n = null) {
|
|
668
668
|
var t, e;
|
|
669
|
-
return !o(t = u,
|
|
669
|
+
return !o(t = u, p, Ci).call(t) || n === null && u.instance === null ? !1 : (u.instance === null && o(e = u, p, Si).call(e, n), !0);
|
|
670
670
|
}, on = function() {
|
|
671
671
|
if (I(u, at) !== "locker") throw new Error("This function is only available for Locker devices");
|
|
672
672
|
return !0;
|
|
@@ -724,11 +724,11 @@ at = new WeakMap(), ht = new WeakMap(), d = new WeakSet(), Ti = function() {
|
|
|
724
724
|
break;
|
|
725
725
|
}
|
|
726
726
|
return e;
|
|
727
|
-
}, G(u,
|
|
727
|
+
}, G(u, p), lt(u, "enable", !1), lt(u, "instance", null), G(u, at, null), G(u, ht, 1);
|
|
728
728
|
let an = u;
|
|
729
|
-
var
|
|
729
|
+
var Ca = Object.defineProperty, ki = (r) => {
|
|
730
730
|
throw TypeError(r);
|
|
731
|
-
}, Sa = (r, n, t) => n in r ?
|
|
731
|
+
}, Sa = (r, n, t) => n in r ? Ca(r, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[n] = t, ce = (r, n, t) => Sa(r, typeof n != "symbol" ? n + "" : n, t), ka = (r, n, t) => n.has(r) || ki("Cannot " + t), xa = (r, n, t) => n.has(r) ? ki("Cannot add the same private member more than once") : n instanceof WeakSet ? n.add(r) : n.set(r, t), V = (r, n, t) => (ka(r, n, "access private method"), t);
|
|
732
732
|
const J = [];
|
|
733
733
|
for (let r = 0; r < 256; ++r)
|
|
734
734
|
J.push((r + 256).toString(16).slice(1));
|
|
@@ -1395,25 +1395,28 @@ const Ma = {
|
|
|
1395
1395
|
jofemar: [],
|
|
1396
1396
|
boardroid: [],
|
|
1397
1397
|
arduino: [],
|
|
1398
|
-
pinpad: []
|
|
1398
|
+
pinpad: [],
|
|
1399
|
+
pinpax: []
|
|
1399
1400
|
};
|
|
1400
1401
|
k.devices = { ...k.devices, ...Ma };
|
|
1401
1402
|
k.addCustom = (r, n) => {
|
|
1402
1403
|
k.registerType(r), k.add(n);
|
|
1403
1404
|
};
|
|
1404
|
-
k.
|
|
1405
|
+
k.getCustomByUuid = (r, n) => k.get(r, n);
|
|
1405
1406
|
k.getJofemarByUuid = (r) => k.get("jofemar", r);
|
|
1406
1407
|
k.getLockerByUuid = (r) => k.get("locker", r);
|
|
1407
1408
|
k.getRelayByUuid = (r) => k.get("relay", r);
|
|
1408
1409
|
k.getBoardroidByUuid = (r) => k.get("boardroid", r);
|
|
1409
1410
|
k.getArduinoByUuid = (r) => k.get("arduino", r);
|
|
1410
1411
|
k.getPinPadByUuid = (r) => k.get("pinpad", r);
|
|
1411
|
-
k.
|
|
1412
|
-
k.
|
|
1413
|
-
k.
|
|
1414
|
-
k.
|
|
1415
|
-
k.
|
|
1416
|
-
k.
|
|
1412
|
+
k.getPinPaxByUuid = (r) => k.get("pinpax", r);
|
|
1413
|
+
k.getJofemar = (r = 1) => k.getByNumber("jofemar", r);
|
|
1414
|
+
k.getBoardroid = (r = 1) => k.getByNumber("boardroid", r);
|
|
1415
|
+
k.getLocker = (r = 1) => k.getByNumber("locker", r);
|
|
1416
|
+
k.getRelay = (r = 1) => k.getByNumber("relay", r);
|
|
1417
|
+
k.getArduino = (r = 1) => k.getByNumber("arduino", r);
|
|
1418
|
+
k.getPinPad = (r = 1) => k.getByNumber("pinpad", r);
|
|
1419
|
+
k.getPinPax = (r = 1) => k.getByNumber("pinpax", r);
|
|
1417
1420
|
class Dt extends Ba {
|
|
1418
1421
|
constructor(n) {
|
|
1419
1422
|
super(n), this.__internal__ = structuredClone(this.__internal__), this.getResponseAsArrayHex(), this.__internal__.device.door_open = !1, this.__internal__.time.response_engines = 2e3, this.__internal__.time.sense = 100, this.__internal__.interval.waiting_sense = 0, this.__internal__.dispense = {
|
|
@@ -1457,7 +1460,7 @@ class Dt extends Ba {
|
|
|
1457
1460
|
}), null);
|
|
1458
1461
|
}
|
|
1459
1462
|
async internalDispenseStatus() {
|
|
1460
|
-
if (this.__internal__.dispense.must_response && (await
|
|
1463
|
+
if (this.__internal__.dispense.must_response && (await Tt(this.__internal__.time.response_engines + 10), this.__internal__.dispense.status === "no-response"))
|
|
1461
1464
|
return this.internalClearSensing(), this.__internal__.dispense.status = !1, this.dispatch("not-dispensed", { reason: "no-response" }), { status: !1, error: "no-response" };
|
|
1462
1465
|
this.__internal__.dispense.status = null, this.__internal__.dispense.dispensing = !0, this.dispatch("internal:dispense:running", {});
|
|
1463
1466
|
const n = this;
|
|
@@ -1574,7 +1577,7 @@ class Uc extends Dt {
|
|
|
1574
1577
|
}
|
|
1575
1578
|
async toggle({ inverse: t = !1, ms: e = 300 } = {}) {
|
|
1576
1579
|
const i = this;
|
|
1577
|
-
t ? (await i.turnOff(), await
|
|
1580
|
+
t ? (await i.turnOff(), await Tt(e), await i.turnOn()) : (await i.turnOn(), await Tt(e), await i.turnOff());
|
|
1578
1581
|
}
|
|
1579
1582
|
}
|
|
1580
1583
|
he = new WeakMap(), Ve = new WeakSet(), Mi = function() {
|
|
@@ -1778,19 +1781,19 @@ function Va(r) {
|
|
|
1778
1781
|
r &= r - 1, ++n;
|
|
1779
1782
|
return n;
|
|
1780
1783
|
}
|
|
1781
|
-
var
|
|
1784
|
+
var Ht = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", Hi = "=";
|
|
1782
1785
|
function Fe(r) {
|
|
1783
1786
|
var n, t, e = "";
|
|
1784
1787
|
for (n = 0; n + 3 <= r.length; n += 3)
|
|
1785
|
-
t = parseInt(r.substring(n, n + 3), 16), e +=
|
|
1786
|
-
for (n + 1 == r.length ? (t = parseInt(r.substring(n, n + 1), 16), e +=
|
|
1787
|
-
e +=
|
|
1788
|
+
t = parseInt(r.substring(n, n + 3), 16), e += Ht.charAt(t >> 6) + Ht.charAt(t & 63);
|
|
1789
|
+
for (n + 1 == r.length ? (t = parseInt(r.substring(n, n + 1), 16), e += Ht.charAt(t << 2)) : n + 2 == r.length && (t = parseInt(r.substring(n, n + 2), 16), e += Ht.charAt(t >> 2) + Ht.charAt((t & 3) << 4)); (e.length & 3) > 0; )
|
|
1790
|
+
e += Hi;
|
|
1788
1791
|
return e;
|
|
1789
1792
|
}
|
|
1790
1793
|
function ri(r) {
|
|
1791
1794
|
var n = "", t, e = 0, i = 0;
|
|
1792
|
-
for (t = 0; t < r.length && r.charAt(t) !=
|
|
1793
|
-
var s =
|
|
1795
|
+
for (t = 0; t < r.length && r.charAt(t) != Hi; ++t) {
|
|
1796
|
+
var s = Ht.indexOf(r.charAt(t));
|
|
1794
1797
|
s < 0 || (e == 0 ? (n += St(s >> 2), i = s & 3, e = 1) : e == 1 ? (n += St(i << 2 | s >> 4), i = s & 15, e = 2) : e == 2 ? (n += St(i), n += St(s >> 2), i = s & 3, e = 3) : (n += St(i << 2 | s >> 4), n += St(s & 15), e = 0));
|
|
1795
1798
|
}
|
|
1796
1799
|
return e == 1 && (n += St(i << 2)), n;
|
|
@@ -1823,7 +1826,7 @@ var Vt, qa = {
|
|
|
1823
1826
|
throw new Error("Hex encoding incomplete: 4 bits missing");
|
|
1824
1827
|
return i;
|
|
1825
1828
|
}
|
|
1826
|
-
}, Rt,
|
|
1829
|
+
}, Rt, pn = {
|
|
1827
1830
|
decode: function(r) {
|
|
1828
1831
|
var n;
|
|
1829
1832
|
if (Rt === void 0) {
|
|
@@ -1859,7 +1862,7 @@ var Vt, qa = {
|
|
|
1859
1862
|
},
|
|
1860
1863
|
re: /-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,
|
|
1861
1864
|
unarmor: function(r) {
|
|
1862
|
-
var n =
|
|
1865
|
+
var n = pn.re.exec(r);
|
|
1863
1866
|
if (n)
|
|
1864
1867
|
if (n[1])
|
|
1865
1868
|
r = n[1];
|
|
@@ -1867,7 +1870,7 @@ var Vt, qa = {
|
|
|
1867
1870
|
r = n[2];
|
|
1868
1871
|
else
|
|
1869
1872
|
throw new Error("RegExp out of sync");
|
|
1870
|
-
return
|
|
1873
|
+
return pn.decode(r);
|
|
1871
1874
|
}
|
|
1872
1875
|
}, qt = 1e13, te = (
|
|
1873
1876
|
/** @class */
|
|
@@ -1901,9 +1904,9 @@ var Vt, qa = {
|
|
|
1901
1904
|
return n.length == 1 ? n[0] : this;
|
|
1902
1905
|
}, r;
|
|
1903
1906
|
}()
|
|
1904
|
-
),
|
|
1907
|
+
), ji = "…", Ha = /^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/, ja = /^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;
|
|
1905
1908
|
function Wt(r, n) {
|
|
1906
|
-
return r.length > n && (r = r.substring(0, n) +
|
|
1909
|
+
return r.length > n && (r = r.substring(0, n) + ji), r;
|
|
1907
1910
|
}
|
|
1908
1911
|
var Ze = (
|
|
1909
1912
|
/** @class */
|
|
@@ -1954,7 +1957,7 @@ var Ze = (
|
|
|
1954
1957
|
i = this.get(a++), s = this.get(a++), e += String.fromCharCode(i << 8 | s);
|
|
1955
1958
|
return e;
|
|
1956
1959
|
}, r.prototype.parseTime = function(n, t, e) {
|
|
1957
|
-
var i = this.parseStringISO(n, t), s = (e ?
|
|
1960
|
+
var i = this.parseStringISO(n, t), s = (e ? Ha : ja).exec(i);
|
|
1958
1961
|
return s ? (e && (s[1] = +s[1], s[1] += +s[1] < 70 ? 2e3 : 1900), i = s[1] + "-" + s[2] + "-" + s[3] + " " + s[4], s[5] && (i += ":" + s[5], s[6] && (i += ":" + s[6], s[7] && (i += "." + s[7]))), s[8] && (i += " UTC", s[8] != "Z" && (i += s[8], s[9] && (i += ":" + s[9]))), i) : "Unrecognized time: " + i;
|
|
1959
1962
|
}, r.prototype.parseInteger = function(n, t) {
|
|
1960
1963
|
for (var e = this.get(n), i = e > 127, s = i ? 255 : 0, a, c = ""; e == s && ++n < t; )
|
|
@@ -1974,7 +1977,7 @@ var Ze = (
|
|
|
1974
1977
|
}, r.prototype.parseBitString = function(n, t, e) {
|
|
1975
1978
|
for (var i = this.get(n), s = (t - n - 1 << 3) - i, a = "(" + s + ` bit)
|
|
1976
1979
|
`, c = "", l = n + 1; l < t; ++l) {
|
|
1977
|
-
for (var h = this.get(l),
|
|
1980
|
+
for (var h = this.get(l), d = l == t - 1 ? i : 0, f = 7; f >= d; --f)
|
|
1978
1981
|
c += h >> f & 1 ? "1" : "0";
|
|
1979
1982
|
if (c.length > e)
|
|
1980
1983
|
return a + Wt(c, e);
|
|
@@ -1988,7 +1991,7 @@ var Ze = (
|
|
|
1988
1991
|
e /= 2, i > e && (t = n + e);
|
|
1989
1992
|
for (var a = n; a < t; ++a)
|
|
1990
1993
|
s += this.hexByte(this.get(a));
|
|
1991
|
-
return i > e && (s +=
|
|
1994
|
+
return i > e && (s += ji), s;
|
|
1992
1995
|
}, r.prototype.parseOID = function(n, t, e) {
|
|
1993
1996
|
for (var i = "", s = new te(), a = 0, c = n; c < t; ++c) {
|
|
1994
1997
|
var l = this.get(c);
|
|
@@ -2207,8 +2210,8 @@ var Ze = (
|
|
|
2207
2210
|
if (i.tagNumber == 3 && t.get() != 0)
|
|
2208
2211
|
throw new Error("BIT STRINGs with unused bits cannot encapsulate.");
|
|
2209
2212
|
l = h();
|
|
2210
|
-
for (var
|
|
2211
|
-
if (l[
|
|
2213
|
+
for (var d = 0; d < l.length; ++d)
|
|
2214
|
+
if (l[d].tag.isEOC())
|
|
2212
2215
|
throw new Error("EOC is not supposed to be actual content.");
|
|
2213
2216
|
} catch {
|
|
2214
2217
|
l = null;
|
|
@@ -2390,25 +2393,25 @@ var Ze = (
|
|
|
2390
2393
|
if (e <= 0)
|
|
2391
2394
|
return s;
|
|
2392
2395
|
e < 18 ? i = 1 : e < 48 ? i = 3 : e < 144 ? i = 4 : e < 768 ? i = 5 : i = 6, e < 8 ? a = new oi(t) : t.isEven() ? a = new Ga(t) : a = new ci(t);
|
|
2393
|
-
var c = [], l = 3, h = i - 1,
|
|
2396
|
+
var c = [], l = 3, h = i - 1, d = (1 << i) - 1;
|
|
2394
2397
|
if (c[1] = a.convert(this), i > 1) {
|
|
2395
2398
|
var f = O();
|
|
2396
|
-
for (a.sqrTo(c[1], f); l <=
|
|
2399
|
+
for (a.sqrTo(c[1], f); l <= d; )
|
|
2397
2400
|
c[l] = O(), a.mulTo(f, c[l - 2], c[l]), l += 2;
|
|
2398
2401
|
}
|
|
2399
|
-
var b = n.t - 1, E, v = !0, S = O(),
|
|
2402
|
+
var b = n.t - 1, E, v = !0, S = O(), C;
|
|
2400
2403
|
for (e = fe(n[b]) - 1; b >= 0; ) {
|
|
2401
|
-
for (e >= h ? E = n[b] >> e - h &
|
|
2404
|
+
for (e >= h ? E = n[b] >> e - h & d : (E = (n[b] & (1 << e + 1) - 1) << h - e, b > 0 && (E |= n[b - 1] >> this.DB + e - h)), l = i; (E & 1) == 0; )
|
|
2402
2405
|
E >>= 1, --l;
|
|
2403
2406
|
if ((e -= l) < 0 && (e += this.DB, --b), v)
|
|
2404
2407
|
c[E].copyTo(s), v = !1;
|
|
2405
2408
|
else {
|
|
2406
2409
|
for (; l > 1; )
|
|
2407
2410
|
a.sqrTo(s, S), a.sqrTo(S, s), l -= 2;
|
|
2408
|
-
l > 0 ? a.sqrTo(s, S) : (
|
|
2411
|
+
l > 0 ? a.sqrTo(s, S) : (C = s, s = S, S = C), a.mulTo(S, c[E], s);
|
|
2409
2412
|
}
|
|
2410
2413
|
for (; b >= 0 && (n[b] & 1 << e) == 0; )
|
|
2411
|
-
a.sqrTo(s, S),
|
|
2414
|
+
a.sqrTo(s, S), C = s, s = S, S = C, --e < 0 && (e = this.DB - 1, --b);
|
|
2412
2415
|
}
|
|
2413
2416
|
return a.revert(s);
|
|
2414
2417
|
}, r.prototype.modInverse = function(n) {
|
|
@@ -2568,18 +2571,18 @@ var Ze = (
|
|
|
2568
2571
|
e == null && (e = O());
|
|
2569
2572
|
var a = O(), c = this.s, l = n.s, h = this.DB - fe(i[i.t - 1]);
|
|
2570
2573
|
h > 0 ? (i.lShiftTo(h, a), s.lShiftTo(h, e)) : (i.copyTo(a), s.copyTo(e));
|
|
2571
|
-
var
|
|
2574
|
+
var d = a.t, f = a[d - 1];
|
|
2572
2575
|
if (f != 0) {
|
|
2573
|
-
var b = f * (1 << this.F1) + (
|
|
2574
|
-
for (a.dlShiftTo(q, U), e.compareTo(U) >= 0 && (e[e.t++] = 1, e.subTo(U, e)), r.ONE.dlShiftTo(
|
|
2576
|
+
var b = f * (1 << this.F1) + (d > 1 ? a[d - 2] >> this.F2 : 0), E = this.FV / b, v = (1 << this.F1) / b, S = 1 << this.F2, C = e.t, q = C - d, U = t ?? O();
|
|
2577
|
+
for (a.dlShiftTo(q, U), e.compareTo(U) >= 0 && (e[e.t++] = 1, e.subTo(U, e)), r.ONE.dlShiftTo(d, U), U.subTo(a, a); a.t < d; )
|
|
2575
2578
|
a[a.t++] = 0;
|
|
2576
2579
|
for (; --q >= 0; ) {
|
|
2577
|
-
var
|
|
2578
|
-
if ((e[
|
|
2579
|
-
for (a.dlShiftTo(q, U), e.subTo(U, e); e[
|
|
2580
|
+
var j = e[--C] == f ? this.DM : Math.floor(e[C] * E + (e[C - 1] + S) * v);
|
|
2581
|
+
if ((e[C] += a.am(0, j, e, q, 0, d)) < j)
|
|
2582
|
+
for (a.dlShiftTo(q, U), e.subTo(U, e); e[C] < --j; )
|
|
2580
2583
|
e.subTo(U, e);
|
|
2581
2584
|
}
|
|
2582
|
-
t != null && (e.drShiftTo(
|
|
2585
|
+
t != null && (e.drShiftTo(d, t), c != l && r.ZERO.subTo(t, t)), e.t = d, e.clamp(), h > 0 && e.rShiftTo(h, e), c < 0 && r.ZERO.subTo(e, e);
|
|
2583
2586
|
}
|
|
2584
2587
|
}
|
|
2585
2588
|
}, r.prototype.invDigit = function() {
|
|
@@ -2856,8 +2859,8 @@ function K(r, n) {
|
|
|
2856
2859
|
var li = typeof navigator < "u";
|
|
2857
2860
|
li && ai && navigator.appName == "Microsoft Internet Explorer" ? (D.prototype.am = function(n, t, e, i, s, a) {
|
|
2858
2861
|
for (var c = t & 32767, l = t >> 15; --a >= 0; ) {
|
|
2859
|
-
var h = this[n] & 32767,
|
|
2860
|
-
h = c * h + ((f & 32767) << 15) + e[i] + (s & 1073741823), s = (h >>> 30) + (f >>> 15) + l *
|
|
2862
|
+
var h = this[n] & 32767, d = this[n++] >> 15, f = l * h + d * c;
|
|
2863
|
+
h = c * h + ((f & 32767) << 15) + e[i] + (s & 1073741823), s = (h >>> 30) + (f >>> 15) + l * d + (s >>> 30), e[i++] = h & 1073741823;
|
|
2861
2864
|
}
|
|
2862
2865
|
return s;
|
|
2863
2866
|
}, At = 30) : li && ai && navigator.appName != "Netscape" ? (D.prototype.am = function(n, t, e, i, s, a) {
|
|
@@ -2868,28 +2871,28 @@ li && ai && navigator.appName == "Microsoft Internet Explorer" ? (D.prototype.am
|
|
|
2868
2871
|
return s;
|
|
2869
2872
|
}, At = 26) : (D.prototype.am = function(n, t, e, i, s, a) {
|
|
2870
2873
|
for (var c = t & 16383, l = t >> 14; --a >= 0; ) {
|
|
2871
|
-
var h = this[n] & 16383,
|
|
2872
|
-
h = c * h + ((f & 16383) << 14) + e[i] + s, s = (h >> 28) + (f >> 14) + l *
|
|
2874
|
+
var h = this[n] & 16383, d = this[n++] >> 14, f = l * h + d * c;
|
|
2875
|
+
h = c * h + ((f & 16383) << 14) + e[i] + s, s = (h >> 28) + (f >> 14) + l * d, e[i++] = h & 268435455;
|
|
2873
2876
|
}
|
|
2874
2877
|
return s;
|
|
2875
2878
|
}, At = 28);
|
|
2876
2879
|
D.prototype.DB = At;
|
|
2877
2880
|
D.prototype.DM = (1 << At) - 1;
|
|
2878
2881
|
D.prototype.DV = 1 << At;
|
|
2879
|
-
var
|
|
2880
|
-
D.prototype.FV = Math.pow(2,
|
|
2881
|
-
D.prototype.F1 =
|
|
2882
|
-
D.prototype.F2 = 2 * At -
|
|
2883
|
-
var qe = [], Xt,
|
|
2882
|
+
var Hn = 52;
|
|
2883
|
+
D.prototype.FV = Math.pow(2, Hn);
|
|
2884
|
+
D.prototype.F1 = Hn - At;
|
|
2885
|
+
D.prototype.F2 = 2 * At - Hn;
|
|
2886
|
+
var qe = [], Xt, dt;
|
|
2884
2887
|
Xt = 48;
|
|
2885
|
-
for (
|
|
2886
|
-
qe[Xt++] =
|
|
2888
|
+
for (dt = 0; dt <= 9; ++dt)
|
|
2889
|
+
qe[Xt++] = dt;
|
|
2887
2890
|
Xt = 97;
|
|
2888
|
-
for (
|
|
2889
|
-
qe[Xt++] =
|
|
2891
|
+
for (dt = 10; dt < 36; ++dt)
|
|
2892
|
+
qe[Xt++] = dt;
|
|
2890
2893
|
Xt = 65;
|
|
2891
|
-
for (
|
|
2892
|
-
qe[Xt++] =
|
|
2894
|
+
for (dt = 10; dt < 36; ++dt)
|
|
2895
|
+
qe[Xt++] = dt;
|
|
2893
2896
|
function hi(r, n) {
|
|
2894
2897
|
var t = qe[r.charCodeAt(n)];
|
|
2895
2898
|
return t ?? -1;
|
|
@@ -2960,7 +2963,7 @@ function Qa() {
|
|
|
2960
2963
|
}
|
|
2961
2964
|
return ge.next();
|
|
2962
2965
|
}
|
|
2963
|
-
var
|
|
2966
|
+
var dn = (
|
|
2964
2967
|
/** @class */
|
|
2965
2968
|
function() {
|
|
2966
2969
|
function r() {
|
|
@@ -2987,7 +2990,7 @@ function Ya(r, n) {
|
|
|
2987
2990
|
i < 128 ? t[--n] = i : i > 127 && i < 2048 ? (t[--n] = i & 63 | 128, t[--n] = i >> 6 | 192) : (t[--n] = i & 63 | 128, t[--n] = i >> 6 & 63 | 128, t[--n] = i >> 12 | 224);
|
|
2988
2991
|
}
|
|
2989
2992
|
t[--n] = 0;
|
|
2990
|
-
for (var s = new
|
|
2993
|
+
for (var s = new dn(), a = []; n > 2; ) {
|
|
2991
2994
|
for (a[0] = 0; a[0] == 0; )
|
|
2992
2995
|
s.nextBytes(a);
|
|
2993
2996
|
t[--n] = a[0];
|
|
@@ -3025,7 +3028,7 @@ var to = (
|
|
|
3025
3028
|
}, r.prototype.setPrivateEx = function(n, t, e, i, s, a, c, l) {
|
|
3026
3029
|
n != null && t != null && n.length > 0 && t.length > 0 ? (this.n = K(n, 16), this.e = parseInt(t, 16), this.d = K(e, 16), this.p = K(i, 16), this.q = K(s, 16), this.dmp1 = K(a, 16), this.dmq1 = K(c, 16), this.coeff = K(l, 16)) : console.error("Invalid RSA private key");
|
|
3027
3030
|
}, r.prototype.generate = function(n, t) {
|
|
3028
|
-
var e = new
|
|
3031
|
+
var e = new dn(), i = n >> 1;
|
|
3029
3032
|
this.e = parseInt(t, 16);
|
|
3030
3033
|
for (var s = new D(t, 16); ; ) {
|
|
3031
3034
|
for (; this.p = new D(n - i, 1, e), !(this.p.subtract(D.ONE).gcd(s).compareTo(D.ONE) == 0 && this.p.isProbablePrime(10)); )
|
|
@@ -3046,7 +3049,7 @@ var to = (
|
|
|
3046
3049
|
var t = K(n, 16), e = this.doPrivate(t);
|
|
3047
3050
|
return e == null ? null : eo(e, this.n.bitLength() + 7 >> 3);
|
|
3048
3051
|
}, r.prototype.generateAsync = function(n, t, e) {
|
|
3049
|
-
var i = new
|
|
3052
|
+
var i = new dn(), s = n >> 1;
|
|
3050
3053
|
this.e = parseInt(t, 16);
|
|
3051
3054
|
var a = new D(t, 16), c = this, l = function() {
|
|
3052
3055
|
var h = function() {
|
|
@@ -3058,16 +3061,16 @@ var to = (
|
|
|
3058
3061
|
S.gcd(a).compareTo(D.ONE) == 0 ? (c.n = c.p.multiply(c.q), c.d = a.modInverse(S), c.dmp1 = c.d.mod(E), c.dmq1 = c.d.mod(v), c.coeff = c.q.modInverse(c.p), setTimeout(function() {
|
|
3059
3062
|
e();
|
|
3060
3063
|
}, 0)) : setTimeout(l, 0);
|
|
3061
|
-
},
|
|
3064
|
+
}, d = function() {
|
|
3062
3065
|
c.q = O(), c.q.fromNumberAsync(s, 1, i, function() {
|
|
3063
3066
|
c.q.subtract(D.ONE).gcda(a, function(b) {
|
|
3064
|
-
b.compareTo(D.ONE) == 0 && c.q.isProbablePrime(10) ? setTimeout(h, 0) : setTimeout(
|
|
3067
|
+
b.compareTo(D.ONE) == 0 && c.q.isProbablePrime(10) ? setTimeout(h, 0) : setTimeout(d, 0);
|
|
3065
3068
|
});
|
|
3066
3069
|
});
|
|
3067
3070
|
}, f = function() {
|
|
3068
3071
|
c.p = O(), c.p.fromNumberAsync(n - s, 1, i, function() {
|
|
3069
3072
|
c.p.subtract(D.ONE).gcda(a, function(b) {
|
|
3070
|
-
b.compareTo(D.ONE) == 0 && c.p.isProbablePrime(10) ? setTimeout(
|
|
3073
|
+
b.compareTo(D.ONE) == 0 && c.p.isProbablePrime(10) ? setTimeout(d, 0) : setTimeout(f, 0);
|
|
3071
3074
|
});
|
|
3072
3075
|
});
|
|
3073
3076
|
};
|
|
@@ -3106,7 +3109,7 @@ function eo(r, n) {
|
|
|
3106
3109
|
}
|
|
3107
3110
|
return i;
|
|
3108
3111
|
}
|
|
3109
|
-
var
|
|
3112
|
+
var Te = {
|
|
3110
3113
|
md2: "3020300c06082a864886f70d020205000410",
|
|
3111
3114
|
md5: "3020300c06082a864886f70d020505000410",
|
|
3112
3115
|
sha1: "3021300906052b0e03021a05000414",
|
|
@@ -3117,12 +3120,12 @@ var Ce = {
|
|
|
3117
3120
|
ripemd160: "3021300906052b2403020105000414"
|
|
3118
3121
|
};
|
|
3119
3122
|
function no(r) {
|
|
3120
|
-
return
|
|
3123
|
+
return Te[r] || "";
|
|
3121
3124
|
}
|
|
3122
3125
|
function io(r) {
|
|
3123
|
-
for (var n in
|
|
3124
|
-
if (
|
|
3125
|
-
var t =
|
|
3126
|
+
for (var n in Te)
|
|
3127
|
+
if (Te.hasOwnProperty(n)) {
|
|
3128
|
+
var t = Te[n], e = t.length;
|
|
3126
3129
|
if (r.substr(0, e) == t)
|
|
3127
3130
|
return r.substr(e);
|
|
3128
3131
|
}
|
|
@@ -3164,8 +3167,8 @@ W.lang = {
|
|
|
3164
3167
|
try {
|
|
3165
3168
|
/MSIE/.test(navigator.userAgent) && (s = function(c, l) {
|
|
3166
3169
|
for (i = 0; i < a.length; i = i + 1) {
|
|
3167
|
-
var h = a[i],
|
|
3168
|
-
typeof
|
|
3170
|
+
var h = a[i], d = l[h];
|
|
3171
|
+
typeof d == "function" && d != Object.prototype[h] && (c[h] = d);
|
|
3169
3172
|
}
|
|
3170
3173
|
});
|
|
3171
3174
|
} catch {
|
|
@@ -3204,7 +3207,7 @@ m.asn1.ASN1Util = new function() {
|
|
|
3204
3207
|
}, this.getPEMStringFromHex = function(r, n) {
|
|
3205
3208
|
return hextopem(r, n);
|
|
3206
3209
|
}, this.newObject = function(r) {
|
|
3207
|
-
var n = m, t = n.asn1, e = t.DERBoolean, i = t.DERInteger, s = t.DERBitString, a = t.DEROctetString, c = t.DERNull, l = t.DERObjectIdentifier, h = t.DEREnumerated,
|
|
3210
|
+
var n = m, t = n.asn1, e = t.DERBoolean, i = t.DERInteger, s = t.DERBitString, a = t.DEROctetString, c = t.DERNull, l = t.DERObjectIdentifier, h = t.DEREnumerated, d = t.DERUTF8String, f = t.DERNumericString, b = t.DERPrintableString, E = t.DERTeletexString, v = t.DERIA5String, S = t.DERUTCTime, C = t.DERGeneralizedTime, q = t.DERSequence, U = t.DERSet, j = t.DERTaggedObject, it = t.ASN1Util.newObject, X = Object.keys(r);
|
|
3208
3211
|
if (X.length != 1)
|
|
3209
3212
|
throw "key of param shall be only one.";
|
|
3210
3213
|
var x = X[0];
|
|
@@ -3225,7 +3228,7 @@ m.asn1.ASN1Util = new function() {
|
|
|
3225
3228
|
if (x == "enum")
|
|
3226
3229
|
return new h(r[x]);
|
|
3227
3230
|
if (x == "utf8str")
|
|
3228
|
-
return new
|
|
3231
|
+
return new d(r[x]);
|
|
3229
3232
|
if (x == "numstr")
|
|
3230
3233
|
return new f(r[x]);
|
|
3231
3234
|
if (x == "prnstr")
|
|
@@ -3237,7 +3240,7 @@ m.asn1.ASN1Util = new function() {
|
|
|
3237
3240
|
if (x == "utctime")
|
|
3238
3241
|
return new S(r[x]);
|
|
3239
3242
|
if (x == "gentime")
|
|
3240
|
-
return new
|
|
3243
|
+
return new C(r[x]);
|
|
3241
3244
|
if (x == "seq") {
|
|
3242
3245
|
for (var ct = r[x], wt = [], vt = 0; vt < ct.length; vt++) {
|
|
3243
3246
|
var Ge = it(ct[vt]);
|
|
@@ -3256,16 +3259,16 @@ m.asn1.ASN1Util = new function() {
|
|
|
3256
3259
|
var _t = r[x];
|
|
3257
3260
|
if (Object.prototype.toString.call(_t) === "[object Array]" && _t.length == 3) {
|
|
3258
3261
|
var wa = it(_t[2]);
|
|
3259
|
-
return new
|
|
3262
|
+
return new j({
|
|
3260
3263
|
tag: _t[0],
|
|
3261
3264
|
explicit: _t[1],
|
|
3262
3265
|
obj: wa
|
|
3263
3266
|
});
|
|
3264
3267
|
} else {
|
|
3265
|
-
var
|
|
3266
|
-
if (_t.explicit !== void 0 && (
|
|
3268
|
+
var de = {};
|
|
3269
|
+
if (_t.explicit !== void 0 && (de.explicit = _t.explicit), _t.tag !== void 0 && (de.tag = _t.tag), _t.obj === void 0)
|
|
3267
3270
|
throw "obj shall be specified for 'tag'.";
|
|
3268
|
-
return
|
|
3271
|
+
return de.obj = it(_t.obj), new j(de);
|
|
3269
3272
|
}
|
|
3270
3273
|
}
|
|
3271
3274
|
}, this.jsonToASN1HEX = function(r) {
|
|
@@ -3288,14 +3291,14 @@ m.asn1.ASN1Util.oidIntToHex = function(r) {
|
|
|
3288
3291
|
var l = c.toString(16);
|
|
3289
3292
|
return l.length == 1 && (l = "0" + l), l;
|
|
3290
3293
|
}, t = function(c) {
|
|
3291
|
-
var l = "", h = new D(c, 10),
|
|
3294
|
+
var l = "", h = new D(c, 10), d = h.toString(2), f = 7 - d.length % 7;
|
|
3292
3295
|
f == 7 && (f = 0);
|
|
3293
3296
|
for (var b = "", E = 0; E < f; E++)
|
|
3294
3297
|
b += "0";
|
|
3295
|
-
|
|
3296
|
-
for (var E = 0; E <
|
|
3297
|
-
var v =
|
|
3298
|
-
E !=
|
|
3298
|
+
d = b + d;
|
|
3299
|
+
for (var E = 0; E < d.length - 1; E += 7) {
|
|
3300
|
+
var v = d.substr(E, 7);
|
|
3301
|
+
E != d.length - 7 && (v = "1" + v), l += n(parseInt(v, 2));
|
|
3299
3302
|
}
|
|
3300
3303
|
return l;
|
|
3301
3304
|
};
|
|
@@ -3350,7 +3353,7 @@ m.asn1.DERAbstractTime = function(r) {
|
|
|
3350
3353
|
}, this.formatDate = function(n, t, e) {
|
|
3351
3354
|
var i = this.zeroPadding, s = this.localDateToUTC(n), a = String(s.getFullYear());
|
|
3352
3355
|
t == "utc" && (a = a.substr(2, 2));
|
|
3353
|
-
var c = i(String(s.getMonth() + 1), 2), l = i(String(s.getDate()), 2), h = i(String(s.getHours()), 2),
|
|
3356
|
+
var c = i(String(s.getMonth() + 1), 2), l = i(String(s.getDate()), 2), h = i(String(s.getHours()), 2), d = i(String(s.getMinutes()), 2), f = i(String(s.getSeconds()), 2), b = a + c + l + h + d + f;
|
|
3354
3357
|
if (e === !0) {
|
|
3355
3358
|
var E = s.getMilliseconds();
|
|
3356
3359
|
if (E != 0) {
|
|
@@ -3457,8 +3460,8 @@ m.asn1.DERObjectIdentifier = function(r) {
|
|
|
3457
3460
|
l += "0";
|
|
3458
3461
|
a = l + a;
|
|
3459
3462
|
for (var h = 0; h < a.length - 1; h += 7) {
|
|
3460
|
-
var
|
|
3461
|
-
h != a.length - 7 && (
|
|
3463
|
+
var d = a.substr(h, 7);
|
|
3464
|
+
h != a.length - 7 && (d = "1" + d), i += n(parseInt(d, 2));
|
|
3462
3465
|
}
|
|
3463
3466
|
return i;
|
|
3464
3467
|
};
|
|
@@ -3587,15 +3590,15 @@ var ro = /* @__PURE__ */ function() {
|
|
|
3587
3590
|
}
|
|
3588
3591
|
return n.prototype.parseKey = function(t) {
|
|
3589
3592
|
try {
|
|
3590
|
-
var e = 0, i = 0, s = /^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/, a = s.test(t) ? qa.decode(t) :
|
|
3593
|
+
var e = 0, i = 0, s = /^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/, a = s.test(t) ? qa.decode(t) : pn.unarmor(t), c = Ka.decode(a);
|
|
3591
3594
|
if (c.sub.length === 3 && (c = c.sub[2].sub[0]), c.sub.length === 9) {
|
|
3592
3595
|
e = c.sub[1].getHexStringValue(), this.n = K(e, 16), i = c.sub[2].getHexStringValue(), this.e = parseInt(i, 16);
|
|
3593
3596
|
var l = c.sub[3].getHexStringValue();
|
|
3594
3597
|
this.d = K(l, 16);
|
|
3595
3598
|
var h = c.sub[4].getHexStringValue();
|
|
3596
3599
|
this.p = K(h, 16);
|
|
3597
|
-
var
|
|
3598
|
-
this.q = K(
|
|
3600
|
+
var d = c.sub[5].getHexStringValue();
|
|
3601
|
+
this.q = K(d, 16);
|
|
3599
3602
|
var f = c.sub[6].getHexStringValue();
|
|
3600
3603
|
this.dmp1 = K(f, 16);
|
|
3601
3604
|
var b = c.sub[7].getHexStringValue();
|
|
@@ -3736,10 +3739,10 @@ function Wi(r, n) {
|
|
|
3736
3739
|
return r.apply(n, arguments);
|
|
3737
3740
|
};
|
|
3738
3741
|
}
|
|
3739
|
-
const { toString: oo } = Object.prototype, { getPrototypeOf:
|
|
3742
|
+
const { toString: oo } = Object.prototype, { getPrototypeOf: jn } = Object, He = /* @__PURE__ */ ((r) => (n) => {
|
|
3740
3743
|
const t = oo.call(n);
|
|
3741
3744
|
return r[t] || (r[t] = t.slice(8, -1).toLowerCase());
|
|
3742
|
-
})(/* @__PURE__ */ Object.create(null)), mt = (r) => (r = r.toLowerCase(), (n) =>
|
|
3745
|
+
})(/* @__PURE__ */ Object.create(null)), mt = (r) => (r = r.toLowerCase(), (n) => He(n) === r), je = (r) => (n) => typeof n === r, { isArray: Jt } = Array, le = je("undefined");
|
|
3743
3746
|
function co(r) {
|
|
3744
3747
|
return r !== null && !le(r) && r.constructor !== null && !le(r.constructor) && ut(r.constructor.isBuffer) && r.constructor.isBuffer(r);
|
|
3745
3748
|
}
|
|
@@ -3748,16 +3751,16 @@ function lo(r) {
|
|
|
3748
3751
|
let n;
|
|
3749
3752
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(r) : n = r && r.buffer && $i(r.buffer), n;
|
|
3750
3753
|
}
|
|
3751
|
-
const ho =
|
|
3752
|
-
if (
|
|
3754
|
+
const ho = je("string"), ut = je("function"), zi = je("number"), Ke = (r) => r !== null && typeof r == "object", uo = (r) => r === !0 || r === !1, Ce = (r) => {
|
|
3755
|
+
if (He(r) !== "object")
|
|
3753
3756
|
return !1;
|
|
3754
|
-
const n =
|
|
3757
|
+
const n = jn(r);
|
|
3755
3758
|
return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in r) && !(Symbol.iterator in r);
|
|
3756
3759
|
}, po = mt("Date"), _o = mt("File"), fo = mt("Blob"), go = mt("FileList"), yo = (r) => Ke(r) && ut(r.pipe), bo = (r) => {
|
|
3757
3760
|
let n;
|
|
3758
|
-
return r && (typeof FormData == "function" && r instanceof FormData || ut(r.append) && ((n =
|
|
3761
|
+
return r && (typeof FormData == "function" && r instanceof FormData || ut(r.append) && ((n = He(r)) === "formdata" || // detect form-data instance
|
|
3759
3762
|
n === "object" && ut(r.toString) && r.toString() === "[object FormData]"));
|
|
3760
|
-
}, mo = mt("URLSearchParams"), [wo, vo, Eo, Po] = ["ReadableStream", "Request", "Response", "Headers"].map(mt),
|
|
3763
|
+
}, mo = mt("URLSearchParams"), [wo, vo, Eo, Po] = ["ReadableStream", "Request", "Response", "Headers"].map(mt), To = (r) => r.trim ? r.trim() : r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
3761
3764
|
function ue(r, n, { allOwnKeys: t = !1 } = {}) {
|
|
3762
3765
|
if (r === null || typeof r > "u")
|
|
3763
3766
|
return;
|
|
@@ -3785,13 +3788,13 @@ const Mt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typ
|
|
|
3785
3788
|
function _n() {
|
|
3786
3789
|
const { caseless: r } = Xi(this) && this || {}, n = {}, t = (e, i) => {
|
|
3787
3790
|
const s = r && Gi(n, i) || i;
|
|
3788
|
-
|
|
3791
|
+
Ce(n[s]) && Ce(e) ? n[s] = _n(n[s], e) : Ce(e) ? n[s] = _n({}, e) : Jt(e) ? n[s] = e.slice() : n[s] = e;
|
|
3789
3792
|
};
|
|
3790
3793
|
for (let e = 0, i = arguments.length; e < i; e++)
|
|
3791
3794
|
arguments[e] && ue(arguments[e], t);
|
|
3792
3795
|
return n;
|
|
3793
3796
|
}
|
|
3794
|
-
const
|
|
3797
|
+
const Co = (r, n, t, { allOwnKeys: e } = {}) => (ue(n, (i, s) => {
|
|
3795
3798
|
t && ut(i) ? r[s] = Wi(i, t) : r[s] = i;
|
|
3796
3799
|
}, { allOwnKeys: e }), r), So = (r) => (r.charCodeAt(0) === 65279 && (r = r.slice(1)), r), ko = (r, n, t, e) => {
|
|
3797
3800
|
r.prototype = Object.create(n.prototype, e), r.prototype.constructor = r, Object.defineProperty(r, "super", {
|
|
@@ -3804,7 +3807,7 @@ const To = (r, n, t, { allOwnKeys: e } = {}) => (ue(n, (i, s) => {
|
|
|
3804
3807
|
do {
|
|
3805
3808
|
for (i = Object.getOwnPropertyNames(r), s = i.length; s-- > 0; )
|
|
3806
3809
|
a = i[s], (!e || e(a, r, n)) && !c[a] && (n[a] = r[a], c[a] = !0);
|
|
3807
|
-
r = t !== !1 &&
|
|
3810
|
+
r = t !== !1 && jn(r);
|
|
3808
3811
|
} while (r && (!t || t(r, n)) && r !== Object.prototype);
|
|
3809
3812
|
return n;
|
|
3810
3813
|
}, Ao = (r, n, t) => {
|
|
@@ -3820,7 +3823,7 @@ const To = (r, n, t, { allOwnKeys: e } = {}) => (ue(n, (i, s) => {
|
|
|
3820
3823
|
for (; n-- > 0; )
|
|
3821
3824
|
t[n] = r[n];
|
|
3822
3825
|
return t;
|
|
3823
|
-
}, Ro = /* @__PURE__ */ ((r) => (n) => r && n instanceof r)(typeof Uint8Array < "u" &&
|
|
3826
|
+
}, Ro = /* @__PURE__ */ ((r) => (n) => r && n instanceof r)(typeof Uint8Array < "u" && jn(Uint8Array)), Io = (r, n) => {
|
|
3824
3827
|
const e = (r && r[Symbol.iterator]).call(r);
|
|
3825
3828
|
let i;
|
|
3826
3829
|
for (; (i = e.next()) && !i.done; ) {
|
|
@@ -3838,7 +3841,7 @@ const To = (r, n, t, { allOwnKeys: e } = {}) => (ue(n, (i, s) => {
|
|
|
3838
3841
|
function(t, e, i) {
|
|
3839
3842
|
return e.toUpperCase() + i;
|
|
3840
3843
|
}
|
|
3841
|
-
),
|
|
3844
|
+
), pi = (({ hasOwnProperty: r }) => (n, t) => r.call(n, t))(Object.prototype), Mo = mt("RegExp"), Ji = (r, n) => {
|
|
3842
3845
|
const t = Object.getOwnPropertyDescriptors(r), e = {};
|
|
3843
3846
|
ue(t, (i, s) => {
|
|
3844
3847
|
let a;
|
|
@@ -3871,7 +3874,7 @@ const To = (r, n, t, { allOwnKeys: e } = {}) => (ue(n, (i, s) => {
|
|
|
3871
3874
|
function qo(r) {
|
|
3872
3875
|
return !!(r && ut(r.append) && r[Symbol.toStringTag] === "FormData" && r[Symbol.iterator]);
|
|
3873
3876
|
}
|
|
3874
|
-
const
|
|
3877
|
+
const Ho = (r) => {
|
|
3875
3878
|
const n = new Array(10), t = (e, i) => {
|
|
3876
3879
|
if (Ke(e)) {
|
|
3877
3880
|
if (n.indexOf(e) >= 0)
|
|
@@ -3888,7 +3891,7 @@ const jo = (r) => {
|
|
|
3888
3891
|
return e;
|
|
3889
3892
|
};
|
|
3890
3893
|
return t(r, 0);
|
|
3891
|
-
},
|
|
3894
|
+
}, jo = mt("AsyncFunction"), Ko = (r) => r && (Ke(r) || ut(r)) && ut(r.then) && ut(r.catch), Qi = ((r, n) => r ? setImmediate : n ? ((t, e) => (Mt.addEventListener("message", ({ source: i, data: s }) => {
|
|
3892
3895
|
i === Mt && s === t && e.length && e.shift()();
|
|
3893
3896
|
}, !1), (i) => {
|
|
3894
3897
|
e.push(i), Mt.postMessage(t, "*");
|
|
@@ -3905,7 +3908,7 @@ const jo = (r) => {
|
|
|
3905
3908
|
isNumber: zi,
|
|
3906
3909
|
isBoolean: uo,
|
|
3907
3910
|
isObject: Ke,
|
|
3908
|
-
isPlainObject:
|
|
3911
|
+
isPlainObject: Ce,
|
|
3909
3912
|
isReadableStream: wo,
|
|
3910
3913
|
isRequest: vo,
|
|
3911
3914
|
isResponse: Eo,
|
|
@@ -3922,20 +3925,20 @@ const jo = (r) => {
|
|
|
3922
3925
|
isFileList: go,
|
|
3923
3926
|
forEach: ue,
|
|
3924
3927
|
merge: _n,
|
|
3925
|
-
extend:
|
|
3926
|
-
trim:
|
|
3928
|
+
extend: Co,
|
|
3929
|
+
trim: To,
|
|
3927
3930
|
stripBOM: So,
|
|
3928
3931
|
inherits: ko,
|
|
3929
3932
|
toFlatObject: xo,
|
|
3930
|
-
kindOf:
|
|
3933
|
+
kindOf: He,
|
|
3931
3934
|
kindOfTest: mt,
|
|
3932
3935
|
endsWith: Ao,
|
|
3933
3936
|
toArray: Do,
|
|
3934
3937
|
forEachEntry: Io,
|
|
3935
3938
|
matchAll: Oo,
|
|
3936
3939
|
isHTMLForm: No,
|
|
3937
|
-
hasOwnProperty:
|
|
3938
|
-
hasOwnProp:
|
|
3940
|
+
hasOwnProperty: pi,
|
|
3941
|
+
hasOwnProp: pi,
|
|
3939
3942
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
3940
3943
|
reduceDescriptors: Ji,
|
|
3941
3944
|
freezeMethods: Fo,
|
|
@@ -3947,8 +3950,8 @@ const jo = (r) => {
|
|
|
3947
3950
|
global: Mt,
|
|
3948
3951
|
isContextDefined: Xi,
|
|
3949
3952
|
isSpecCompliantForm: qo,
|
|
3950
|
-
toJSONObject:
|
|
3951
|
-
isAsyncFn:
|
|
3953
|
+
toJSONObject: Ho,
|
|
3954
|
+
isAsyncFn: jo,
|
|
3952
3955
|
isThenable: Ko,
|
|
3953
3956
|
setImmediate: Qi,
|
|
3954
3957
|
asap: Wo
|
|
@@ -4010,7 +4013,7 @@ function fn(r) {
|
|
|
4010
4013
|
function tr(r) {
|
|
4011
4014
|
return y.endsWith(r, "[]") ? r.slice(0, -2) : r;
|
|
4012
4015
|
}
|
|
4013
|
-
function
|
|
4016
|
+
function di(r, n, t) {
|
|
4014
4017
|
return r ? r.concat(n).map(function(i, s) {
|
|
4015
4018
|
return i = tr(i), !t && s ? "[" + i + "]" : i;
|
|
4016
4019
|
}).join(t ? "." : "") : n;
|
|
@@ -4028,10 +4031,10 @@ function We(r, n, t) {
|
|
|
4028
4031
|
metaTokens: !0,
|
|
4029
4032
|
dots: !1,
|
|
4030
4033
|
indexes: !1
|
|
4031
|
-
}, !1, function(S,
|
|
4032
|
-
return !y.isUndefined(
|
|
4034
|
+
}, !1, function(S, C) {
|
|
4035
|
+
return !y.isUndefined(C[S]);
|
|
4033
4036
|
});
|
|
4034
|
-
const e = t.metaTokens, i = t.visitor ||
|
|
4037
|
+
const e = t.metaTokens, i = t.visitor || d, s = t.dots, a = t.indexes, l = (t.Blob || typeof Blob < "u" && Blob) && y.isSpecCompliantForm(n);
|
|
4035
4038
|
if (!y.isFunction(i))
|
|
4036
4039
|
throw new TypeError("visitor must be a function");
|
|
4037
4040
|
function h(v) {
|
|
@@ -4042,24 +4045,24 @@ function We(r, n, t) {
|
|
|
4042
4045
|
throw new A("Blob is not supported. Use a Buffer instead.");
|
|
4043
4046
|
return y.isArrayBuffer(v) || y.isTypedArray(v) ? l && typeof Blob == "function" ? new Blob([v]) : Buffer.from(v) : v;
|
|
4044
4047
|
}
|
|
4045
|
-
function
|
|
4048
|
+
function d(v, S, C) {
|
|
4046
4049
|
let q = v;
|
|
4047
|
-
if (v && !
|
|
4050
|
+
if (v && !C && typeof v == "object") {
|
|
4048
4051
|
if (y.endsWith(S, "{}"))
|
|
4049
4052
|
S = e ? S : S.slice(0, -2), v = JSON.stringify(v);
|
|
4050
4053
|
else if (y.isArray(v) && zo(v) || (y.isFileList(v) || y.endsWith(S, "[]")) && (q = y.toArray(v)))
|
|
4051
|
-
return S = tr(S), q.forEach(function(
|
|
4052
|
-
!(y.isUndefined(
|
|
4054
|
+
return S = tr(S), q.forEach(function(j, it) {
|
|
4055
|
+
!(y.isUndefined(j) || j === null) && n.append(
|
|
4053
4056
|
// eslint-disable-next-line no-nested-ternary
|
|
4054
|
-
a === !0 ?
|
|
4055
|
-
h(
|
|
4057
|
+
a === !0 ? di([S], it, s) : a === null ? S : S + "[]",
|
|
4058
|
+
h(j)
|
|
4056
4059
|
);
|
|
4057
4060
|
}), !1;
|
|
4058
4061
|
}
|
|
4059
|
-
return fn(v) ? !0 : (n.append(
|
|
4062
|
+
return fn(v) ? !0 : (n.append(di(C, S, s), h(v)), !1);
|
|
4060
4063
|
}
|
|
4061
4064
|
const f = [], b = Object.assign(Go, {
|
|
4062
|
-
defaultVisitor:
|
|
4065
|
+
defaultVisitor: d,
|
|
4063
4066
|
convertValue: h,
|
|
4064
4067
|
isVisitable: fn
|
|
4065
4068
|
});
|
|
@@ -4251,7 +4254,7 @@ function oc(r, n, t) {
|
|
|
4251
4254
|
}
|
|
4252
4255
|
return (t || JSON.stringify)(r);
|
|
4253
4256
|
}
|
|
4254
|
-
const
|
|
4257
|
+
const pe = {
|
|
4255
4258
|
transitional: ir,
|
|
4256
4259
|
adapter: ["xhr", "http", "fetch"],
|
|
4257
4260
|
transformRequest: [function(n, t) {
|
|
@@ -4280,7 +4283,7 @@ const de = {
|
|
|
4280
4283
|
return s || i ? (t.setContentType("application/json", !1), oc(n)) : n;
|
|
4281
4284
|
}],
|
|
4282
4285
|
transformResponse: [function(n) {
|
|
4283
|
-
const t = this.transitional ||
|
|
4286
|
+
const t = this.transitional || pe.transitional, e = t && t.forcedJSONParsing, i = this.responseType === "json";
|
|
4284
4287
|
if (y.isResponse(n) || y.isReadableStream(n))
|
|
4285
4288
|
return n;
|
|
4286
4289
|
if (n && y.isString(n) && (e && !this.responseType || i)) {
|
|
@@ -4318,7 +4321,7 @@ const de = {
|
|
|
4318
4321
|
}
|
|
4319
4322
|
};
|
|
4320
4323
|
y.forEach(["delete", "get", "head", "post", "put", "patch"], (r) => {
|
|
4321
|
-
|
|
4324
|
+
pe.headers[r] = {};
|
|
4322
4325
|
});
|
|
4323
4326
|
const cc = y.toObjectSet([
|
|
4324
4327
|
"age",
|
|
@@ -4370,10 +4373,10 @@ function en(r, n, t, e, i) {
|
|
|
4370
4373
|
return e.test(n);
|
|
4371
4374
|
}
|
|
4372
4375
|
}
|
|
4373
|
-
function
|
|
4376
|
+
function pc(r) {
|
|
4374
4377
|
return r.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (n, t, e) => t.toUpperCase() + e);
|
|
4375
4378
|
}
|
|
4376
|
-
function
|
|
4379
|
+
function dc(r, n) {
|
|
4377
4380
|
const t = y.toCamelCase(" " + n);
|
|
4378
4381
|
["get", "set", "has"].forEach((e) => {
|
|
4379
4382
|
Object.defineProperty(r, e + t, {
|
|
@@ -4391,13 +4394,13 @@ let ot = class {
|
|
|
4391
4394
|
set(n, t, e) {
|
|
4392
4395
|
const i = this;
|
|
4393
4396
|
function s(c, l, h) {
|
|
4394
|
-
const
|
|
4395
|
-
if (!
|
|
4397
|
+
const d = Zt(l);
|
|
4398
|
+
if (!d)
|
|
4396
4399
|
throw new Error("header name must be a non-empty string");
|
|
4397
|
-
const f = y.findKey(i,
|
|
4400
|
+
const f = y.findKey(i, d);
|
|
4398
4401
|
(!f || i[f] === void 0 || h === !0 || h === void 0 && i[f] !== !1) && (i[f || l] = Se(c));
|
|
4399
4402
|
}
|
|
4400
|
-
const a = (c, l) => y.forEach(c, (h,
|
|
4403
|
+
const a = (c, l) => y.forEach(c, (h, d) => s(h, d, l));
|
|
4401
4404
|
if (y.isPlainObject(n) || n instanceof this.constructor)
|
|
4402
4405
|
a(n, t);
|
|
4403
4406
|
else if (y.isString(n) && (n = n.trim()) && !uc(n))
|
|
@@ -4461,7 +4464,7 @@ let ot = class {
|
|
|
4461
4464
|
t[a] = Se(i), delete t[s];
|
|
4462
4465
|
return;
|
|
4463
4466
|
}
|
|
4464
|
-
const c = n ?
|
|
4467
|
+
const c = n ? pc(s) : String(s).trim();
|
|
4465
4468
|
c !== s && delete t[s], t[c] = Se(i), e[c] = !0;
|
|
4466
4469
|
}), this;
|
|
4467
4470
|
}
|
|
@@ -4497,7 +4500,7 @@ let ot = class {
|
|
|
4497
4500
|
}).accessors, i = this.prototype;
|
|
4498
4501
|
function s(a) {
|
|
4499
4502
|
const c = Zt(a);
|
|
4500
|
-
e[c] || (
|
|
4503
|
+
e[c] || (dc(i, a), e[c] = !0);
|
|
4501
4504
|
}
|
|
4502
4505
|
return y.isArray(n) ? n.forEach(s) : s(n), this;
|
|
4503
4506
|
}
|
|
@@ -4514,7 +4517,7 @@ y.reduceDescriptors(ot.prototype, ({ value: r }, n) => {
|
|
|
4514
4517
|
});
|
|
4515
4518
|
y.freezeMethods(ot);
|
|
4516
4519
|
function nn(r, n) {
|
|
4517
|
-
const t = this ||
|
|
4520
|
+
const t = this || pe, e = n || t, i = ot.from(e.headers);
|
|
4518
4521
|
let s = e.data;
|
|
4519
4522
|
return y.forEach(r, function(c) {
|
|
4520
4523
|
s = c.call(t, s, i.normalize(), n ? n.status : void 0);
|
|
@@ -4548,25 +4551,25 @@ function fc(r, n) {
|
|
|
4548
4551
|
const t = new Array(r), e = new Array(r);
|
|
4549
4552
|
let i = 0, s = 0, a;
|
|
4550
4553
|
return n = n !== void 0 ? n : 1e3, function(l) {
|
|
4551
|
-
const h = Date.now(),
|
|
4554
|
+
const h = Date.now(), d = e[s];
|
|
4552
4555
|
a || (a = h), t[i] = l, e[i] = h;
|
|
4553
4556
|
let f = s, b = 0;
|
|
4554
4557
|
for (; f !== i; )
|
|
4555
4558
|
b += t[f++], f = f % r;
|
|
4556
4559
|
if (i = (i + 1) % r, i === s && (s = (s + 1) % r), h - a < n)
|
|
4557
4560
|
return;
|
|
4558
|
-
const E =
|
|
4561
|
+
const E = d && h - d;
|
|
4559
4562
|
return E ? Math.round(b * 1e3 / E) : void 0;
|
|
4560
4563
|
};
|
|
4561
4564
|
}
|
|
4562
4565
|
function gc(r, n) {
|
|
4563
4566
|
let t = 0, e = 1e3 / n, i, s;
|
|
4564
|
-
const a = (h,
|
|
4565
|
-
t =
|
|
4567
|
+
const a = (h, d = Date.now()) => {
|
|
4568
|
+
t = d, i = null, s && (clearTimeout(s), s = null), r.apply(null, h);
|
|
4566
4569
|
};
|
|
4567
4570
|
return [(...h) => {
|
|
4568
|
-
const
|
|
4569
|
-
f >= e ? a(h,
|
|
4571
|
+
const d = Date.now(), f = d - t;
|
|
4572
|
+
f >= e ? a(h, d) : (i = h, s || (s = setTimeout(() => {
|
|
4570
4573
|
s = null, a(i);
|
|
4571
4574
|
}, e - f)));
|
|
4572
4575
|
}, () => i && a(i)];
|
|
@@ -4575,7 +4578,7 @@ const Ue = (r, n, t = 3) => {
|
|
|
4575
4578
|
let e = 0;
|
|
4576
4579
|
const i = fc(50, 250);
|
|
4577
4580
|
return gc((s) => {
|
|
4578
|
-
const a = s.loaded, c = s.lengthComputable ? s.total : void 0, l = a - e, h = i(l),
|
|
4581
|
+
const a = s.loaded, c = s.lengthComputable ? s.total : void 0, l = a - e, h = i(l), d = a <= c;
|
|
4579
4582
|
e = a;
|
|
4580
4583
|
const f = {
|
|
4581
4584
|
loaded: a,
|
|
@@ -4583,7 +4586,7 @@ const Ue = (r, n, t = 3) => {
|
|
|
4583
4586
|
progress: c ? a / c : void 0,
|
|
4584
4587
|
bytes: l,
|
|
4585
4588
|
rate: h || void 0,
|
|
4586
|
-
estimated: h && c &&
|
|
4589
|
+
estimated: h && c && d ? (c - a) / h : void 0,
|
|
4587
4590
|
event: s,
|
|
4588
4591
|
lengthComputable: c != null,
|
|
4589
4592
|
[n ? "download" : "upload"]: !0
|
|
@@ -4641,28 +4644,28 @@ const mi = (r) => r instanceof ot ? { ...r } : r;
|
|
|
4641
4644
|
function Lt(r, n) {
|
|
4642
4645
|
n = n || {};
|
|
4643
4646
|
const t = {};
|
|
4644
|
-
function e(h,
|
|
4645
|
-
return y.isPlainObject(h) && y.isPlainObject(
|
|
4647
|
+
function e(h, d, f, b) {
|
|
4648
|
+
return y.isPlainObject(h) && y.isPlainObject(d) ? y.merge.call({ caseless: b }, h, d) : y.isPlainObject(d) ? y.merge({}, d) : y.isArray(d) ? d.slice() : d;
|
|
4646
4649
|
}
|
|
4647
|
-
function i(h,
|
|
4648
|
-
if (y.isUndefined(
|
|
4650
|
+
function i(h, d, f, b) {
|
|
4651
|
+
if (y.isUndefined(d)) {
|
|
4649
4652
|
if (!y.isUndefined(h))
|
|
4650
4653
|
return e(void 0, h, f, b);
|
|
4651
|
-
} else return e(h,
|
|
4654
|
+
} else return e(h, d, f, b);
|
|
4652
4655
|
}
|
|
4653
|
-
function s(h,
|
|
4654
|
-
if (!y.isUndefined(
|
|
4655
|
-
return e(void 0,
|
|
4656
|
+
function s(h, d) {
|
|
4657
|
+
if (!y.isUndefined(d))
|
|
4658
|
+
return e(void 0, d);
|
|
4656
4659
|
}
|
|
4657
|
-
function a(h,
|
|
4658
|
-
if (y.isUndefined(
|
|
4660
|
+
function a(h, d) {
|
|
4661
|
+
if (y.isUndefined(d)) {
|
|
4659
4662
|
if (!y.isUndefined(h))
|
|
4660
4663
|
return e(void 0, h);
|
|
4661
|
-
} else return e(void 0,
|
|
4664
|
+
} else return e(void 0, d);
|
|
4662
4665
|
}
|
|
4663
|
-
function c(h,
|
|
4666
|
+
function c(h, d, f) {
|
|
4664
4667
|
if (f in n)
|
|
4665
|
-
return e(h,
|
|
4668
|
+
return e(h, d);
|
|
4666
4669
|
if (f in r)
|
|
4667
4670
|
return e(void 0, h);
|
|
4668
4671
|
}
|
|
@@ -4695,11 +4698,11 @@ function Lt(r, n) {
|
|
|
4695
4698
|
socketPath: a,
|
|
4696
4699
|
responseEncoding: a,
|
|
4697
4700
|
validateStatus: c,
|
|
4698
|
-
headers: (h,
|
|
4701
|
+
headers: (h, d, f) => i(mi(h), mi(d), f, !0)
|
|
4699
4702
|
};
|
|
4700
|
-
return y.forEach(Object.keys(Object.assign({}, r, n)), function(
|
|
4701
|
-
const f = l[
|
|
4702
|
-
y.isUndefined(b) && f !== c || (t[
|
|
4703
|
+
return y.forEach(Object.keys(Object.assign({}, r, n)), function(d) {
|
|
4704
|
+
const f = l[d] || i, b = f(r[d], n[d], d);
|
|
4705
|
+
y.isUndefined(b) && f !== c || (t[d] = b);
|
|
4703
4706
|
}), t;
|
|
4704
4707
|
}
|
|
4705
4708
|
const cr = (r) => {
|
|
@@ -4714,8 +4717,8 @@ const cr = (r) => {
|
|
|
4714
4717
|
if (tt.hasStandardBrowserEnv || tt.hasStandardBrowserWebWorkerEnv)
|
|
4715
4718
|
a.setContentType(void 0);
|
|
4716
4719
|
else if ((l = a.getContentType()) !== !1) {
|
|
4717
|
-
const [h, ...
|
|
4718
|
-
a.setContentType([h || "multipart/form-data", ...
|
|
4720
|
+
const [h, ...d] = l ? l.split(";").map((f) => f.trim()).filter(Boolean) : [];
|
|
4721
|
+
a.setContentType([h || "multipart/form-data", ...d].join("; "));
|
|
4719
4722
|
}
|
|
4720
4723
|
}
|
|
4721
4724
|
if (tt.hasStandardBrowserEnv && (e && y.isFunction(e) && (e = e(n)), e || e !== !1 && yc(n.url))) {
|
|
@@ -4728,57 +4731,57 @@ const cr = (r) => {
|
|
|
4728
4731
|
const i = cr(r);
|
|
4729
4732
|
let s = i.data;
|
|
4730
4733
|
const a = ot.from(i.headers).normalize();
|
|
4731
|
-
let { responseType: c, onUploadProgress: l, onDownloadProgress: h } = i,
|
|
4734
|
+
let { responseType: c, onUploadProgress: l, onDownloadProgress: h } = i, d, f, b, E, v;
|
|
4732
4735
|
function S() {
|
|
4733
|
-
E && E(), v && v(), i.cancelToken && i.cancelToken.unsubscribe(
|
|
4736
|
+
E && E(), v && v(), i.cancelToken && i.cancelToken.unsubscribe(d), i.signal && i.signal.removeEventListener("abort", d);
|
|
4734
4737
|
}
|
|
4735
|
-
let
|
|
4736
|
-
|
|
4738
|
+
let C = new XMLHttpRequest();
|
|
4739
|
+
C.open(i.method.toUpperCase(), i.url, !0), C.timeout = i.timeout;
|
|
4737
4740
|
function q() {
|
|
4738
|
-
if (!
|
|
4741
|
+
if (!C)
|
|
4739
4742
|
return;
|
|
4740
|
-
const
|
|
4741
|
-
"getAllResponseHeaders" in
|
|
4743
|
+
const j = ot.from(
|
|
4744
|
+
"getAllResponseHeaders" in C && C.getAllResponseHeaders()
|
|
4742
4745
|
), X = {
|
|
4743
|
-
data: !c || c === "text" || c === "json" ?
|
|
4744
|
-
status:
|
|
4745
|
-
statusText:
|
|
4746
|
-
headers:
|
|
4746
|
+
data: !c || c === "text" || c === "json" ? C.responseText : C.response,
|
|
4747
|
+
status: C.status,
|
|
4748
|
+
statusText: C.statusText,
|
|
4749
|
+
headers: j,
|
|
4747
4750
|
config: r,
|
|
4748
|
-
request:
|
|
4751
|
+
request: C
|
|
4749
4752
|
};
|
|
4750
4753
|
ar(function(ct) {
|
|
4751
4754
|
t(ct), S();
|
|
4752
4755
|
}, function(ct) {
|
|
4753
4756
|
e(ct), S();
|
|
4754
|
-
}, X),
|
|
4757
|
+
}, X), C = null;
|
|
4755
4758
|
}
|
|
4756
|
-
"onloadend" in
|
|
4757
|
-
!
|
|
4758
|
-
},
|
|
4759
|
-
|
|
4760
|
-
},
|
|
4761
|
-
e(new A("Network Error", A.ERR_NETWORK, r,
|
|
4762
|
-
},
|
|
4759
|
+
"onloadend" in C ? C.onloadend = q : C.onreadystatechange = function() {
|
|
4760
|
+
!C || C.readyState !== 4 || C.status === 0 && !(C.responseURL && C.responseURL.indexOf("file:") === 0) || setTimeout(q);
|
|
4761
|
+
}, C.onabort = function() {
|
|
4762
|
+
C && (e(new A("Request aborted", A.ECONNABORTED, r, C)), C = null);
|
|
4763
|
+
}, C.onerror = function() {
|
|
4764
|
+
e(new A("Network Error", A.ERR_NETWORK, r, C)), C = null;
|
|
4765
|
+
}, C.ontimeout = function() {
|
|
4763
4766
|
let it = i.timeout ? "timeout of " + i.timeout + "ms exceeded" : "timeout exceeded";
|
|
4764
4767
|
const X = i.transitional || ir;
|
|
4765
4768
|
i.timeoutErrorMessage && (it = i.timeoutErrorMessage), e(new A(
|
|
4766
4769
|
it,
|
|
4767
4770
|
X.clarifyTimeoutError ? A.ETIMEDOUT : A.ECONNABORTED,
|
|
4768
4771
|
r,
|
|
4769
|
-
|
|
4770
|
-
)),
|
|
4771
|
-
}, s === void 0 && a.setContentType(null), "setRequestHeader" in
|
|
4772
|
-
|
|
4773
|
-
}), y.isUndefined(i.withCredentials) || (
|
|
4774
|
-
|
|
4775
|
-
}, i.cancelToken && i.cancelToken.subscribe(
|
|
4772
|
+
C
|
|
4773
|
+
)), C = null;
|
|
4774
|
+
}, s === void 0 && a.setContentType(null), "setRequestHeader" in C && y.forEach(a.toJSON(), function(it, X) {
|
|
4775
|
+
C.setRequestHeader(X, it);
|
|
4776
|
+
}), y.isUndefined(i.withCredentials) || (C.withCredentials = !!i.withCredentials), c && c !== "json" && (C.responseType = i.responseType), h && ([b, v] = Ue(h, !0), C.addEventListener("progress", b)), l && C.upload && ([f, E] = Ue(l), C.upload.addEventListener("progress", f), C.upload.addEventListener("loadend", E)), (i.cancelToken || i.signal) && (d = (j) => {
|
|
4777
|
+
C && (e(!j || j.type ? new Qt(null, r, C) : j), C.abort(), C = null);
|
|
4778
|
+
}, i.cancelToken && i.cancelToken.subscribe(d), i.signal && (i.signal.aborted ? d() : i.signal.addEventListener("abort", d)));
|
|
4776
4779
|
const U = _c(i.url);
|
|
4777
4780
|
if (U && tt.protocols.indexOf(U) === -1) {
|
|
4778
4781
|
e(new A("Unsupported protocol " + U + ":", A.ERR_BAD_REQUEST, r));
|
|
4779
4782
|
return;
|
|
4780
4783
|
}
|
|
4781
|
-
|
|
4784
|
+
C.send(s || null);
|
|
4782
4785
|
});
|
|
4783
4786
|
}, Pc = (r, n) => {
|
|
4784
4787
|
const { length: t } = r = r ? r.filter(Boolean) : [];
|
|
@@ -4787,8 +4790,8 @@ const cr = (r) => {
|
|
|
4787
4790
|
const s = function(h) {
|
|
4788
4791
|
if (!i) {
|
|
4789
4792
|
i = !0, c();
|
|
4790
|
-
const
|
|
4791
|
-
e.abort(
|
|
4793
|
+
const d = h instanceof Error ? h : this.reason;
|
|
4794
|
+
e.abort(d instanceof A ? d : new Qt(d instanceof Error ? d.message : d));
|
|
4792
4795
|
}
|
|
4793
4796
|
};
|
|
4794
4797
|
let a = n && setTimeout(() => {
|
|
@@ -4803,7 +4806,7 @@ const cr = (r) => {
|
|
|
4803
4806
|
const { signal: l } = e;
|
|
4804
4807
|
return l.unsubscribe = () => y.asap(c), l;
|
|
4805
4808
|
}
|
|
4806
|
-
},
|
|
4809
|
+
}, Tc = function* (r, n) {
|
|
4807
4810
|
let t = r.byteLength;
|
|
4808
4811
|
if (t < n) {
|
|
4809
4812
|
yield r;
|
|
@@ -4812,9 +4815,9 @@ const cr = (r) => {
|
|
|
4812
4815
|
let e = 0, i;
|
|
4813
4816
|
for (; e < t; )
|
|
4814
4817
|
i = e + n, yield r.slice(e, i), e = i;
|
|
4815
|
-
},
|
|
4818
|
+
}, Cc = async function* (r, n) {
|
|
4816
4819
|
for await (const t of Sc(r))
|
|
4817
|
-
yield*
|
|
4820
|
+
yield* Tc(t, n);
|
|
4818
4821
|
}, Sc = async function* (r) {
|
|
4819
4822
|
if (r[Symbol.asyncIterator]) {
|
|
4820
4823
|
yield* r;
|
|
@@ -4832,24 +4835,24 @@ const cr = (r) => {
|
|
|
4832
4835
|
await n.cancel();
|
|
4833
4836
|
}
|
|
4834
4837
|
}, wi = (r, n, t, e) => {
|
|
4835
|
-
const i =
|
|
4838
|
+
const i = Cc(r, n);
|
|
4836
4839
|
let s = 0, a, c = (l) => {
|
|
4837
4840
|
a || (a = !0, e && e(l));
|
|
4838
4841
|
};
|
|
4839
4842
|
return new ReadableStream({
|
|
4840
4843
|
async pull(l) {
|
|
4841
4844
|
try {
|
|
4842
|
-
const { done: h, value:
|
|
4845
|
+
const { done: h, value: d } = await i.next();
|
|
4843
4846
|
if (h) {
|
|
4844
4847
|
c(), l.close();
|
|
4845
4848
|
return;
|
|
4846
4849
|
}
|
|
4847
|
-
let f =
|
|
4850
|
+
let f = d.byteLength;
|
|
4848
4851
|
if (t) {
|
|
4849
4852
|
let b = s += f;
|
|
4850
4853
|
t(b);
|
|
4851
4854
|
}
|
|
4852
|
-
l.enqueue(new Uint8Array(
|
|
4855
|
+
l.enqueue(new Uint8Array(d));
|
|
4853
4856
|
} catch (h) {
|
|
4854
4857
|
throw c(h), h;
|
|
4855
4858
|
}
|
|
@@ -4914,7 +4917,7 @@ const Ac = async (r) => {
|
|
|
4914
4917
|
onDownloadProgress: c,
|
|
4915
4918
|
onUploadProgress: l,
|
|
4916
4919
|
responseType: h,
|
|
4917
|
-
headers:
|
|
4920
|
+
headers: d,
|
|
4918
4921
|
withCredentials: f = "same-origin",
|
|
4919
4922
|
fetchOptions: b
|
|
4920
4923
|
} = cr(r);
|
|
@@ -4923,17 +4926,17 @@ const Ac = async (r) => {
|
|
|
4923
4926
|
const S = E && E.unsubscribe && (() => {
|
|
4924
4927
|
E.unsubscribe();
|
|
4925
4928
|
});
|
|
4926
|
-
let
|
|
4929
|
+
let C;
|
|
4927
4930
|
try {
|
|
4928
|
-
if (l && xc && t !== "get" && t !== "head" && (
|
|
4931
|
+
if (l && xc && t !== "get" && t !== "head" && (C = await Dc(d, e)) !== 0) {
|
|
4929
4932
|
let X = new Request(n, {
|
|
4930
4933
|
method: "POST",
|
|
4931
4934
|
body: e,
|
|
4932
4935
|
duplex: "half"
|
|
4933
4936
|
}), x;
|
|
4934
|
-
if (y.isFormData(e) && (x = X.headers.get("content-type")) &&
|
|
4937
|
+
if (y.isFormData(e) && (x = X.headers.get("content-type")) && d.setContentType(x), X.body) {
|
|
4935
4938
|
const [ct, wt] = yi(
|
|
4936
|
-
|
|
4939
|
+
C,
|
|
4937
4940
|
Ue(bi(l))
|
|
4938
4941
|
);
|
|
4939
4942
|
e = wi(X.body, vi, ct, wt);
|
|
@@ -4945,14 +4948,14 @@ const Ac = async (r) => {
|
|
|
4945
4948
|
...b,
|
|
4946
4949
|
signal: E,
|
|
4947
4950
|
method: t.toUpperCase(),
|
|
4948
|
-
headers:
|
|
4951
|
+
headers: d.normalize().toJSON(),
|
|
4949
4952
|
body: e,
|
|
4950
4953
|
duplex: "half",
|
|
4951
4954
|
credentials: q ? f : void 0
|
|
4952
4955
|
});
|
|
4953
4956
|
let U = await fetch(v);
|
|
4954
|
-
const
|
|
4955
|
-
if (yn && (c ||
|
|
4957
|
+
const j = yn && (h === "stream" || h === "response");
|
|
4958
|
+
if (yn && (c || j && S)) {
|
|
4956
4959
|
const X = {};
|
|
4957
4960
|
["status", "statusText", "headers"].forEach((vt) => {
|
|
4958
4961
|
X[vt] = U[vt];
|
|
@@ -4970,7 +4973,7 @@ const Ac = async (r) => {
|
|
|
4970
4973
|
}
|
|
4971
4974
|
h = h || "text";
|
|
4972
4975
|
let it = await Le[y.findKey(Le, h) || "text"](U, r);
|
|
4973
|
-
return !
|
|
4976
|
+
return !j && S && S(), await new Promise((X, x) => {
|
|
4974
4977
|
ar(X, x, {
|
|
4975
4978
|
data: it,
|
|
4976
4979
|
headers: ot.from(U.headers),
|
|
@@ -5041,7 +5044,7 @@ function Pi(r) {
|
|
|
5041
5044
|
return rn(r), r.headers = ot.from(r.headers), r.data = nn.call(
|
|
5042
5045
|
r,
|
|
5043
5046
|
r.transformRequest
|
|
5044
|
-
), ["post", "put", "patch"].indexOf(r.method) !== -1 && r.headers.setContentType("application/x-www-form-urlencoded", !1), ur.getAdapter(r.adapter ||
|
|
5047
|
+
), ["post", "put", "patch"].indexOf(r.method) !== -1 && r.headers.setContentType("application/x-www-form-urlencoded", !1), ur.getAdapter(r.adapter || pe.adapter)(r).then(function(e) {
|
|
5045
5048
|
return rn(r), e.data = nn.call(
|
|
5046
5049
|
r,
|
|
5047
5050
|
r.transformResponse,
|
|
@@ -5055,16 +5058,16 @@ function Pi(r) {
|
|
|
5055
5058
|
), e.response.headers = ot.from(e.response.headers))), Promise.reject(e);
|
|
5056
5059
|
});
|
|
5057
5060
|
}
|
|
5058
|
-
const
|
|
5061
|
+
const pr = "1.8.4", ze = {};
|
|
5059
5062
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((r, n) => {
|
|
5060
5063
|
ze[r] = function(e) {
|
|
5061
5064
|
return typeof e === r || "a" + (n < 1 ? "n " : " ") + r;
|
|
5062
5065
|
};
|
|
5063
5066
|
});
|
|
5064
|
-
const
|
|
5067
|
+
const Ti = {};
|
|
5065
5068
|
ze.transitional = function(n, t, e) {
|
|
5066
5069
|
function i(s, a) {
|
|
5067
|
-
return "[Axios v" +
|
|
5070
|
+
return "[Axios v" + pr + "] Transitional option '" + s + "'" + a + (e ? ". " + e : "");
|
|
5068
5071
|
}
|
|
5069
5072
|
return (s, a, c) => {
|
|
5070
5073
|
if (n === !1)
|
|
@@ -5072,7 +5075,7 @@ ze.transitional = function(n, t, e) {
|
|
|
5072
5075
|
i(a, " has been removed" + (t ? " in " + t : "")),
|
|
5073
5076
|
A.ERR_DEPRECATED
|
|
5074
5077
|
);
|
|
5075
|
-
return t && !
|
|
5078
|
+
return t && !Ti[a] && (Ti[a] = !0, console.warn(
|
|
5076
5079
|
i(
|
|
5077
5080
|
a,
|
|
5078
5081
|
" has been deprecated since v" + t + " and will be removed in the near future"
|
|
@@ -5171,12 +5174,12 @@ let Ut = class {
|
|
|
5171
5174
|
this.interceptors.response.forEach(function(S) {
|
|
5172
5175
|
h.push(S.fulfilled, S.rejected);
|
|
5173
5176
|
});
|
|
5174
|
-
let
|
|
5177
|
+
let d, f = 0, b;
|
|
5175
5178
|
if (!l) {
|
|
5176
5179
|
const v = [Pi.bind(this), void 0];
|
|
5177
|
-
for (v.unshift.apply(v, c), v.push.apply(v, h), b = v.length,
|
|
5178
|
-
|
|
5179
|
-
return
|
|
5180
|
+
for (v.unshift.apply(v, c), v.push.apply(v, h), b = v.length, d = Promise.resolve(t); f < b; )
|
|
5181
|
+
d = d.then(v[f++], v[f++]);
|
|
5182
|
+
return d;
|
|
5180
5183
|
}
|
|
5181
5184
|
b = c.length;
|
|
5182
5185
|
let E = t;
|
|
@@ -5184,19 +5187,19 @@ let Ut = class {
|
|
|
5184
5187
|
const v = c[f++], S = c[f++];
|
|
5185
5188
|
try {
|
|
5186
5189
|
E = v(E);
|
|
5187
|
-
} catch (
|
|
5188
|
-
S.call(this,
|
|
5190
|
+
} catch (C) {
|
|
5191
|
+
S.call(this, C);
|
|
5189
5192
|
break;
|
|
5190
5193
|
}
|
|
5191
5194
|
}
|
|
5192
5195
|
try {
|
|
5193
|
-
|
|
5196
|
+
d = Pi.call(this, E);
|
|
5194
5197
|
} catch (v) {
|
|
5195
5198
|
return Promise.reject(v);
|
|
5196
5199
|
}
|
|
5197
5200
|
for (f = 0, b = h.length; f < b; )
|
|
5198
|
-
|
|
5199
|
-
return
|
|
5201
|
+
d = d.then(h[f++], h[f++]);
|
|
5202
|
+
return d;
|
|
5200
5203
|
}
|
|
5201
5204
|
getUri(n) {
|
|
5202
5205
|
n = Lt(this.defaults, n);
|
|
@@ -5228,7 +5231,7 @@ y.forEach(["post", "put", "patch"], function(n) {
|
|
|
5228
5231
|
}
|
|
5229
5232
|
Ut.prototype[n] = t(), Ut.prototype[n + "Form"] = t(!0);
|
|
5230
5233
|
});
|
|
5231
|
-
let Nc = class
|
|
5234
|
+
let Nc = class dr {
|
|
5232
5235
|
constructor(n) {
|
|
5233
5236
|
if (typeof n != "function")
|
|
5234
5237
|
throw new TypeError("executor must be a function.");
|
|
@@ -5294,7 +5297,7 @@ let Nc = class pr {
|
|
|
5294
5297
|
static source() {
|
|
5295
5298
|
let n;
|
|
5296
5299
|
return {
|
|
5297
|
-
token: new
|
|
5300
|
+
token: new dr(function(i) {
|
|
5298
5301
|
n = i;
|
|
5299
5302
|
}),
|
|
5300
5303
|
cancel: n
|
|
@@ -5383,29 +5386,29 @@ function _r(r) {
|
|
|
5383
5386
|
return _r(Lt(r, i));
|
|
5384
5387
|
}, t;
|
|
5385
5388
|
}
|
|
5386
|
-
const
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5389
|
+
const H = _r(pe);
|
|
5390
|
+
H.Axios = Ut;
|
|
5391
|
+
H.CanceledError = Qt;
|
|
5392
|
+
H.CancelToken = Nc;
|
|
5393
|
+
H.isCancel = sr;
|
|
5394
|
+
H.VERSION = pr;
|
|
5395
|
+
H.toFormData = We;
|
|
5396
|
+
H.AxiosError = A;
|
|
5397
|
+
H.Cancel = H.CanceledError;
|
|
5398
|
+
H.all = function(n) {
|
|
5396
5399
|
return Promise.all(n);
|
|
5397
5400
|
};
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5401
|
+
H.spread = Bc;
|
|
5402
|
+
H.isAxiosError = Mc;
|
|
5403
|
+
H.mergeConfig = Lt;
|
|
5404
|
+
H.AxiosHeaders = ot;
|
|
5405
|
+
H.formToJSON = (r) => rr(y.isHTMLForm(r) ? new FormData(r) : r);
|
|
5406
|
+
H.getAdapter = ur.getAdapter;
|
|
5407
|
+
H.HttpStatusCode = mn;
|
|
5408
|
+
H.default = H;
|
|
5406
5409
|
const {
|
|
5407
|
-
Axios:
|
|
5408
|
-
AxiosError:
|
|
5410
|
+
Axios: Hc,
|
|
5411
|
+
AxiosError: jc,
|
|
5409
5412
|
CanceledError: Kc,
|
|
5410
5413
|
isCancel: Wc,
|
|
5411
5414
|
CancelToken: $c,
|
|
@@ -5420,8 +5423,8 @@ const {
|
|
|
5420
5423
|
formToJSON: el,
|
|
5421
5424
|
getAdapter: nl,
|
|
5422
5425
|
mergeConfig: il
|
|
5423
|
-
} =
|
|
5424
|
-
var _, fr, gr, yr, wn, br, mr, wr, vr, Er, Pr,
|
|
5426
|
+
} = H;
|
|
5427
|
+
var _, fr, gr, yr, wn, br, mr, wr, vr, Er, Pr, Tr, Cr, Sr, kr, ee, ne, xr, ie, Ar, Bt, Dr, $, Rr, Ir, vn, Or, Nr, Br, En, Pn, re, Tn, Mr, ft, gt, xe, Cn, se, Sn, kn, Fr, xn, An, Ur, Lr, jt, Dn, Vr, qr, Hr, Ae, jr, Kr, Rn, Wr, $r, zr, Gr, Xr, Jr, Qr, Zr, Yr, In, On, ts, es, ns;
|
|
5425
5428
|
class rl extends Dt {
|
|
5426
5429
|
constructor({
|
|
5427
5430
|
filters: t = null,
|
|
@@ -5601,7 +5604,7 @@ class rl extends Dt {
|
|
|
5601
5604
|
statusSecondGenerateWaiting: null
|
|
5602
5605
|
}
|
|
5603
5606
|
});
|
|
5604
|
-
if (this.__internal__.device.type = "pinpad", !
|
|
5607
|
+
if (this.__internal__.device.type = "pinpad", !Ta())
|
|
5605
5608
|
throw new Error("Crypto not supported in this browser");
|
|
5606
5609
|
if (k.getCustom(this.typeDevice, i))
|
|
5607
5610
|
throw new Error(`Device ${this.typeDevice} ${i} already exists`);
|
|
@@ -5647,10 +5650,10 @@ class rl extends Dt {
|
|
|
5647
5650
|
e.name = "cancel pinpad", e.description = "response of cancel", e.no_code = 107;
|
|
5648
5651
|
break;
|
|
5649
5652
|
case "print":
|
|
5650
|
-
o(this, _,
|
|
5653
|
+
o(this, _, Cr).call(this, a, s), e.name = "print voucher", e.description = "response of print", e.no_code = 108;
|
|
5651
5654
|
break;
|
|
5652
5655
|
case "cancel-read-card":
|
|
5653
|
-
o(this, _,
|
|
5656
|
+
o(this, _, Tr).call(this, a, s), e.name = "cancel read card", e.description = "response of cancel read card", e.no_code = 109;
|
|
5654
5657
|
break;
|
|
5655
5658
|
case "code93":
|
|
5656
5659
|
o(this, _, Sr).call(this, a, s), e.name = "code 93", e.description = "response of code 93", e.no_code = 110;
|
|
@@ -5705,7 +5708,7 @@ class rl extends Dt {
|
|
|
5705
5708
|
return parseFloat(this.__pinPad__.operation.amount) || 0;
|
|
5706
5709
|
}
|
|
5707
5710
|
set reference(t) {
|
|
5708
|
-
if (!o(this, _,
|
|
5711
|
+
if (!o(this, _, Tn).call(this, t.trim())) throw new Error("Invalid reference");
|
|
5709
5712
|
this.__pinPad__.operation.reference = t.trim().toString().replaceAll(" ", "").toUpperCase();
|
|
5710
5713
|
}
|
|
5711
5714
|
get reference() {
|
|
@@ -5800,7 +5803,7 @@ class rl extends Dt {
|
|
|
5800
5803
|
* @return {Promise<any>}
|
|
5801
5804
|
*/
|
|
5802
5805
|
async consult({ reference: t = null }) {
|
|
5803
|
-
return t || (t = this.reference),
|
|
5806
|
+
return t || (t = this.reference), Ct(t) && (t = "--", this.reference = t), o(this, _, Mr).call(this, this.reference), this.__pinPad__.operation.consultDate = (/* @__PURE__ */ new Date()).toLocaleDateString("en-GB"), await o(this, _, se).call(this, {
|
|
5804
5807
|
Ambiente: this.environment,
|
|
5805
5808
|
User: this.username,
|
|
5806
5809
|
Pwd: this.password,
|
|
@@ -5808,7 +5811,7 @@ class rl extends Dt {
|
|
|
5808
5811
|
IdCompany: this.__pinPad__.config.idCompany,
|
|
5809
5812
|
Country: this.__pinPad__.config.country,
|
|
5810
5813
|
Tx_Date: this.__pinPad__.operation.consultDate
|
|
5811
|
-
}), o(this, _,
|
|
5814
|
+
}), o(this, _, jt).call(this, this.url + this.__pinPad__.constants.uris.consult, {
|
|
5812
5815
|
user: this.username.toUpperCase(),
|
|
5813
5816
|
pwd: this.password.toUpperCase(),
|
|
5814
5817
|
id_branch: this.__pinPad__.config.idBranch.toUpperCase(),
|
|
@@ -5831,7 +5834,7 @@ class rl extends Dt {
|
|
|
5831
5834
|
Country: this.__pinPad__.config.country,
|
|
5832
5835
|
Tx_OperationNumber: t
|
|
5833
5836
|
});
|
|
5834
|
-
const e = await o(this, _,
|
|
5837
|
+
const e = await o(this, _, jt).call(this, this.url + this.__pinPad__.constants.uris.rePrint, {
|
|
5835
5838
|
REPRINTVOUCHER: {
|
|
5836
5839
|
business: {
|
|
5837
5840
|
country: this.__pinPad__.config.country.toUpperCase(),
|
|
@@ -5848,7 +5851,7 @@ class rl extends Dt {
|
|
|
5848
5851
|
return this.__pinPad__.operation.commerceVoucher = "", i && (e.voucher_comercio.includes(":") ? this.__pinPad__.operation.commerceVoucher = e.voucher_comercio : this.__pinPad__.operation.commerceVoucher = o(this, _, Bt).call(this, this.__pinPad__.config.RC4Key, e.voucher_comercio)), i = e.voucher_cliente, this.__pinPad__.operation.clientVoucher = "", i && (e.voucher_cliente.includes(":") ? this.__pinPad__.operation.clientVoucher = e.voucher_cliente : this.__pinPad__.operation.clientVoucher = o(this, _, Bt).call(this, this.__pinPad__.config.RC4Key, e.voucher_cliente)), e;
|
|
5849
5852
|
}
|
|
5850
5853
|
async cancelPurchase({ amount: t = 0, authorization: e = "", folio: i = "" } = {}) {
|
|
5851
|
-
if (!o(this, _,
|
|
5854
|
+
if (!o(this, _, Cn).call(this, t)) throw new Error("Invalid amount");
|
|
5852
5855
|
if (!o(this, _, Xr).call(this, e)) throw new Error("Invalid authorization");
|
|
5853
5856
|
if (!o(this, _, Sn).call(this, i)) throw new Error("Invalid folio");
|
|
5854
5857
|
t = o(this, _, Rn).call(this, t, 2);
|
|
@@ -5865,7 +5868,7 @@ class rl extends Dt {
|
|
|
5865
5868
|
Amount: t
|
|
5866
5869
|
};
|
|
5867
5870
|
await o(this, _, se).call(this, s);
|
|
5868
|
-
const a = o(this, _,
|
|
5871
|
+
const a = o(this, _, jt).call(this, this.url + this.__pinPad__.constants.uris.cancellation, {
|
|
5869
5872
|
VMCAMEXMCANCELACION: {
|
|
5870
5873
|
business: {
|
|
5871
5874
|
country: this.__pinPad__.config.country.toUpperCase(),
|
|
@@ -5897,7 +5900,7 @@ class rl extends Dt {
|
|
|
5897
5900
|
async makeSale({ amount: t = 0, reference: e = null } = {}) {
|
|
5898
5901
|
if (t = parseFloat(t.toString()), isNaN(t) || t <= 0)
|
|
5899
5902
|
throw new Error("Amount is required and must be greater than 0");
|
|
5900
|
-
if (this.amount = t, !e ||
|
|
5903
|
+
if (this.amount = t, !e || Ct(e) || !o(this, _, Tn).call(this, e))
|
|
5901
5904
|
throw new Error("Reference is required and must be alphanumeric");
|
|
5902
5905
|
if (this.reference = e, /^[A-Z-a-z\s]+$/g.test(this.__pinPad__.config.currency) === !1)
|
|
5903
5906
|
throw new Error("Invalid currency");
|
|
@@ -5938,17 +5941,17 @@ _ = new WeakSet(), fr = function() {
|
|
|
5938
5941
|
const l = t.split(s);
|
|
5939
5942
|
l.push(...c[1].split(s));
|
|
5940
5943
|
const h = {};
|
|
5941
|
-
return l.map((
|
|
5942
|
-
const b = f > 0 ?
|
|
5944
|
+
return l.map((d, f) => {
|
|
5945
|
+
const b = f > 0 ? d.substring(0, 1) : "A", E = f > 0 ? d.substring(1) : d;
|
|
5943
5946
|
return { [b]: E.replace(new RegExp(a, "g"), "") };
|
|
5944
|
-
}).forEach((
|
|
5947
|
+
}).forEach((d) => Object.assign(h, d)), h;
|
|
5945
5948
|
}, wn = function(t, e) {
|
|
5946
5949
|
const i = this.__pinPad__.constants.ETX, s = e.substring(e.indexOf("D") + 2, e.indexOf("E"));
|
|
5947
5950
|
let a = 0;
|
|
5948
5951
|
const c = e.indexOf("N") > 0, l = e.substring(e.indexOf("A00") + 3, e.indexOf("B"));
|
|
5949
5952
|
if (l && l !== "undefined" && l.toUpperCase() === "VERIFONE") {
|
|
5950
|
-
const
|
|
5951
|
-
a = parseInt(
|
|
5953
|
+
const d = s.replace("MITP_1.00.", "").replace("MITP_01.00.", "").replace("MITD_1.00.", "").replace("MITD_01.00.", "");
|
|
5954
|
+
a = parseInt(d), a >= 15 && (this.__pinPad__.about.hasCashback = !0);
|
|
5952
5955
|
}
|
|
5953
5956
|
this.__pinPad__.about.supportInjection = c, e.indexOf("M") > 0 ? (this.__pinPad__.about.supportSign = e.substring(e.indexOf("L") + 2, e.indexOf("M")), this.__pinPad__.about.supportInjection ? this.__pinPad__.about.supportContactlessCollisionCard = e.substring(
|
|
5954
5957
|
e.indexOf("M") + 2,
|
|
@@ -6007,8 +6010,8 @@ wr = function(t, e) {
|
|
|
6007
6010
|
const e = this.__pinPad__.constants.ETX, i = this.__pinPad__.about.brand.toLowerCase();
|
|
6008
6011
|
let s, a, c, l, h;
|
|
6009
6012
|
i === "verifone" ? t = t.replace("006P93A00.", "").replace("009P93A00", "").replace("010P93A00B01v", "") : t = t.replace("006P93A00,", ""), this.__pinPad__.config.read.POSEM = t.substring(t.indexOf("P93A") + 4, t.indexOf("B"));
|
|
6010
|
-
const
|
|
6011
|
-
if (
|
|
6013
|
+
const d = this.__pinPad__.config.read.POSEM;
|
|
6014
|
+
if (d === "051" || d === "071") {
|
|
6012
6015
|
if (this.__pinPad__.config.read.Chip = "1", this.__pinPad__.config.read.PIN = t.substring(t.indexOf("C") + 2, t.indexOf("D")), this.__pinPad__.config.read.AppId = t.substring(t.indexOf("G") + 2, t.indexOf("H")), this.__pinPad__.config.read.AppIdLabel = t.substring(t.indexOf("H") + 2, t.indexOf("I")), this.__pinPad__.config.read.Arqc = t.substring(t.indexOf("F") + 2, t.indexOf("G")), t.includes("O")) {
|
|
6013
6016
|
const f = t.substring(t.indexOf("P93A"));
|
|
6014
6017
|
this.__pinPad__.config.read.ReadCTLS = f.substring(
|
|
@@ -6028,7 +6031,7 @@ wr = function(t, e) {
|
|
|
6028
6031
|
this.__pinPad__.config.read.Tags = t.substring(t.indexOf("B") + 2, t.indexOf("C")), this.__pinPad__.config.read.NB_ksn = t.substring(t.indexOf("K") + 2, t.indexOf("M")), this.__pinPad__.config.read.NB_Data = t.substring(t.indexOf("D") + 2, t.indexOf("E")), a = t.substring(t.indexOf("I") + 2, t.indexOf("J")), c = t.substring(t.indexOf("E") + 2, t.indexOf("F")), this.__pinPad__.config.read.ChipName = c, s = t.substring(t.indexOf("J") + 2, t.indexOf("K"));
|
|
6029
6032
|
} else {
|
|
6030
6033
|
let f;
|
|
6031
|
-
if (this.__pinPad__.config.read.Chip = "0", this.__pinPad__.config.read.PIN = "", this.__pinPad__.config.read.AppId = "", this.__pinPad__.config.read.Arqc = "", this.__pinPad__.config.read.ReadCTLS = "0", this.__pinPad__.config.read.AppIdLabel = t.substring(t.indexOf("H") + 2, t.indexOf("I")), this.__pinPad__.config.read.Tags = t.substring(t.indexOf("B") + 2, t.indexOf("C")),
|
|
6034
|
+
if (this.__pinPad__.config.read.Chip = "0", this.__pinPad__.config.read.PIN = "", this.__pinPad__.config.read.AppId = "", this.__pinPad__.config.read.Arqc = "", this.__pinPad__.config.read.ReadCTLS = "0", this.__pinPad__.config.read.AppIdLabel = t.substring(t.indexOf("H") + 2, t.indexOf("I")), this.__pinPad__.config.read.Tags = t.substring(t.indexOf("B") + 2, t.indexOf("C")), d === "022")
|
|
6032
6035
|
if (t.includes("O")) {
|
|
6033
6036
|
const b = t.substring(t.indexOf("P93A"));
|
|
6034
6037
|
this.__pinPad__.operation.bin8 = b.substring(b.indexOf("O") + 2, b.indexOf(e)), f = t.substring(t.indexOf("P93A022"), t.indexOf("I") + 23), f = f.substring(f.indexOf("I") + 2, f.lastIndexOf(""));
|
|
@@ -6045,9 +6048,9 @@ wr = function(t, e) {
|
|
|
6045
6048
|
month: h,
|
|
6046
6049
|
year: l
|
|
6047
6050
|
});
|
|
6048
|
-
}, Cr = function(t, e) {
|
|
6049
|
-
e.length > 10 && e.includes("E93A10") && (this.__pinPad__.waiting.statusReadCardWaiting === "pending" && (this.__pinPad__.waiting.statusReadCardWaiting = "rejected"), this.dispatch("pp:error", { message: "Operation cancelled by user." }));
|
|
6050
6051
|
}, Tr = function(t, e) {
|
|
6052
|
+
e.length > 10 && e.includes("E93A10") && (this.__pinPad__.waiting.statusReadCardWaiting === "pending" && (this.__pinPad__.waiting.statusReadCardWaiting = "rejected"), this.dispatch("pp:error", { message: "Operation cancelled by user." }));
|
|
6053
|
+
}, Cr = function(t, e) {
|
|
6051
6054
|
const i = this;
|
|
6052
6055
|
if (this.__pinPad__.about.model.toLowerCase() === "vx520") {
|
|
6053
6056
|
if (e.length > 11)
|
|
@@ -6099,8 +6102,8 @@ ee = function(t, e) {
|
|
|
6099
6102
|
s[a] = i[t.charCodeAt(a)];
|
|
6100
6103
|
return s.join("");
|
|
6101
6104
|
}, ie = async function(t, e) {
|
|
6102
|
-
const i = new Uint8Array(t.match(/.{1,2}/g).map((b) => parseInt(b, 16))), s = crypto.getRandomValues(new Uint8Array(16)), c = new TextEncoder().encode(e), l = await crypto.subtle.importKey("raw", i, { name: "AES-CBC" }, !1, ["encrypt"]), h = await crypto.subtle.encrypt({ name: "AES-CBC", iv: s }, l, c),
|
|
6103
|
-
return
|
|
6105
|
+
const i = new Uint8Array(t.match(/.{1,2}/g).map((b) => parseInt(b, 16))), s = crypto.getRandomValues(new Uint8Array(16)), c = new TextEncoder().encode(e), l = await crypto.subtle.importKey("raw", i, { name: "AES-CBC" }, !1, ["encrypt"]), h = await crypto.subtle.encrypt({ name: "AES-CBC", iv: s }, l, c), d = btoa(String.fromCharCode(...s)), f = btoa(String.fromCharCode(...new Uint8Array(h)));
|
|
6106
|
+
return d + f;
|
|
6104
6107
|
}, // async AESDecrypt(key, encryptedMessage) {
|
|
6105
6108
|
// const keyBytes = new Uint8Array(key.match(/.{1,2}/g).map((byte) => parseInt(byte, 16)));
|
|
6106
6109
|
// const ivBase64 = encryptedMessage.slice(0, 24); // Assuming the IV is 16 bytes and base64 encoded
|
|
@@ -6126,16 +6129,16 @@ ee = function(t, e) {
|
|
|
6126
6129
|
// }
|
|
6127
6130
|
Ar = function(t, e, i = !1) {
|
|
6128
6131
|
const s = [];
|
|
6129
|
-
for (let
|
|
6130
|
-
s[
|
|
6132
|
+
for (let d = 0; d < 256; d++)
|
|
6133
|
+
s[d] = d;
|
|
6131
6134
|
let a = 0;
|
|
6132
|
-
for (let
|
|
6133
|
-
a = (a + s[
|
|
6135
|
+
for (let d = 0; d < 256; d++)
|
|
6136
|
+
a = (a + s[d] + t.charCodeAt(d % t.length)) % 256, [s[d], s[a]] = [s[a], s[d]];
|
|
6134
6137
|
let c = 0, l = 0, h = "";
|
|
6135
|
-
for (const
|
|
6138
|
+
for (const d of e) {
|
|
6136
6139
|
c = (c + 1) % 256, l = (l + s[c]) % 256, [s[c], s[l]] = [s[l], s[c]];
|
|
6137
6140
|
let f = s[(s[c] + s[l]) % 256];
|
|
6138
|
-
h += String.fromCharCode(
|
|
6141
|
+
h += String.fromCharCode(d.charCodeAt(0) ^ f);
|
|
6139
6142
|
}
|
|
6140
6143
|
return i ? o(this, _, xr).call(this, h).toUpperCase() : h;
|
|
6141
6144
|
}, Bt = function(t, e) {
|
|
@@ -6163,15 +6166,15 @@ Ar = function(t, e, i = !1) {
|
|
|
6163
6166
|
};
|
|
6164
6167
|
if (await o(this, _, re).call(this), o(this, _, En).call(this))
|
|
6165
6168
|
throw new Error("Empty RSA Key");
|
|
6166
|
-
const s = o(this, _, ne).call(this, 32), a = o(this, _, ee).call(this, this.__pinPad__.config.publicKeyRSA, s), c = await o(this, _, ie).call(this, s, JSON.stringify(i)), l = await
|
|
6169
|
+
const s = o(this, _, ne).call(this, 32), a = o(this, _, ee).call(this, this.__pinPad__.config.publicKeyRSA, s), c = await o(this, _, ie).call(this, s, JSON.stringify(i)), l = await H.post(e, c, {
|
|
6167
6170
|
headers: {
|
|
6168
6171
|
"Content-Type": "application/json",
|
|
6169
6172
|
"cache-control": "no-cache, must-revalidate, post-check=0, pre-check=0, max-age=0",
|
|
6170
6173
|
data: a || ""
|
|
6171
6174
|
}
|
|
6172
|
-
}).catch((
|
|
6175
|
+
}).catch((d) => {
|
|
6173
6176
|
var f;
|
|
6174
|
-
throw new Error(`Error in request, verify internet connection: ${(f =
|
|
6177
|
+
throw new Error(`Error in request, verify internet connection: ${(f = d.response) == null ? void 0 : f.status} ${d.message}`);
|
|
6175
6178
|
});
|
|
6176
6179
|
let h = o(this, _, kn).call(this, JSON.stringify(l.data));
|
|
6177
6180
|
if (typeof h == "string" && (h = JSON.parse(h)), !h)
|
|
@@ -6194,10 +6197,10 @@ Ar = function(t, e, i = !1) {
|
|
|
6194
6197
|
}
|
|
6195
6198
|
return this.__pinPad__.config.otherLogin = {}, o(this, _, Or).call(this, this.__pinPad__.config.loginResponse), this.__pinPad__.config.otherLogin;
|
|
6196
6199
|
}, Or = function(t) {
|
|
6197
|
-
var a, c, l, h,
|
|
6200
|
+
var a, c, l, h, d, f;
|
|
6198
6201
|
let e = "", i = "";
|
|
6199
6202
|
(c = (a = t.xml) == null ? void 0 : a.ventaspropias) != null && c.merchant_currencyb && (e = t.xml.ventaspropias.merchant_currencyb), (h = (l = t.xml) == null ? void 0 : l.ventaspropias) != null && h.merchant_currencym && (i = t.xml.ventaspropias.merchant_currencym);
|
|
6200
|
-
let s = (
|
|
6203
|
+
let s = (d = t.xml) == null ? void 0 : d.emvReverso;
|
|
6201
6204
|
s || (s = "0"), this.__pinPad__.config.internal.stTokenization = (f = t.xml) == null ? void 0 : f.st_tokenizacion, !this.__pinPad__.config.internal.stTokenization || this.__pinPad__.config.internal.stTokenization === "false" || this.__pinPad__.config.internal.stTokenization === "0" ? this.__pinPad__.config.internal.stTokenization = !1 : this.__pinPad__.config.internal.stTokenization && (this.__pinPad__.config.internal.stTokenization = !0), this.__pinPad__.config.internal.emv = t.xml.importesPGS, this.__pinPad__.config.internal.qpsDomestic = this.__pinPad__.config.internal.emv.qps_dom, this.__pinPad__.config.internal.qpsInternational = this.__pinPad__.config.internal.emv.qps_il, this.__pinPad__.config.internal.cvmlVMCDomestic = this.__pinPad__.config.internal.emv.cvml_vm_dom, this.__pinPad__.config.internal.cvmlVMCInternational = this.__pinPad__.config.internal.emv.cvml_vm_il, this.__pinPad__.config.internal.cvmlAmex = this.__pinPad__.config.internal.emv.cvml_amex, this.__pinPad__.config.internal.translimitCTLSVMC = this.__pinPad__.config.internal.emv.tl_mc, this.__pinPad__.config.internal.translimitCTLSAmex = this.__pinPad__.config.internal.emv.tl_amex, this.__pinPad__.config.country = t.country.toUpperCase(), this.__pinPad__.config.idBranch = t.id_branch.toUpperCase(), this.__pinPad__.config.idCompany = t.id_company.toUpperCase(), this.__pinPad__.config.otherLogin = {
|
|
6202
6205
|
bsUser: t.user,
|
|
6203
6206
|
nbUser: t.nb_user,
|
|
@@ -6215,7 +6218,7 @@ Ar = function(t, e, i = !1) {
|
|
|
6215
6218
|
let t = localStorage.getItem("ppLoginResponse");
|
|
6216
6219
|
t && (t = JSON.parse(t), this.__pinPad__.config.loginResponse || (this.__pinPad__.config.loginResponse = t.data), (/* @__PURE__ */ new Date()).getTime() - t.timestamp >= 864e5 && (this.__pinPad__.config.loginResponse = null));
|
|
6217
6220
|
}, Br = async function() {
|
|
6218
|
-
const t = this.url + this.__pinPad__.constants.uris.RSAKey, e = await
|
|
6221
|
+
const t = this.url + this.__pinPad__.constants.uris.RSAKey, e = await H.get(t).catch((i) => {
|
|
6219
6222
|
throw new Error(`Error in request, verify internet connection: ${i.response.status} ${i.message}`);
|
|
6220
6223
|
});
|
|
6221
6224
|
if (e.headers.get("content-type").indexOf("application/json") === -1)
|
|
@@ -6235,10 +6238,10 @@ Ar = function(t, e, i = !1) {
|
|
|
6235
6238
|
}, re = async function() {
|
|
6236
6239
|
if (!await o(this, _, Pn).call(this))
|
|
6237
6240
|
throw new Error("RSA public key is empty");
|
|
6238
|
-
},
|
|
6241
|
+
}, Tn = function(t) {
|
|
6239
6242
|
return /^[A-Z-a-z0-9\s]+$/g.test(t);
|
|
6240
6243
|
}, Mr = function(t) {
|
|
6241
|
-
if (
|
|
6244
|
+
if (Ct(t))
|
|
6242
6245
|
return !0;
|
|
6243
6246
|
const e = /^[A-Z-a-z0-9\s]+$/g.test(t) === !0;
|
|
6244
6247
|
if (!e)
|
|
@@ -6253,7 +6256,7 @@ Ar = function(t, e, i = !1) {
|
|
|
6253
6256
|
return String.fromCharCode(e);
|
|
6254
6257
|
}, xe = function(t, e = 0) {
|
|
6255
6258
|
return t = parseFloat(t.toString().replace(/[^0-9.-]/g, "")), isNaN(t) ? 0 .toFixed(e) : t.toFixed(e).replace(/,/g, "");
|
|
6256
|
-
},
|
|
6259
|
+
}, Cn = function(t) {
|
|
6257
6260
|
return t = parseFloat(t.toString()), !(isNaN(t) || t < 0);
|
|
6258
6261
|
}, se = async function(t) {
|
|
6259
6262
|
for (const e in t)
|
|
@@ -6295,7 +6298,7 @@ Ar = function(t, e, i = !1) {
|
|
|
6295
6298
|
if (t && (t = JSON.parse(t), this.__pinPad__.config.publicIP = t.data, (/* @__PURE__ */ new Date()).getTime() - t.timestamp >= 864e5 && (this.__pinPad__.config.publicIP = null)), this.__pinPad__.config.publicIP) return this.__pinPad__.config.publicIP;
|
|
6296
6299
|
this.__pinPad__.config.publicIP = null;
|
|
6297
6300
|
let e = !1;
|
|
6298
|
-
const i = await
|
|
6301
|
+
const i = await H.get("https://api.ipify.org?format=json").catch(() => e = !0);
|
|
6299
6302
|
return e ? null : (this.__pinPad__.config.publicIP = i.data.ip || null, localStorage.setItem(
|
|
6300
6303
|
"ppPublicIP",
|
|
6301
6304
|
JSON.stringify({
|
|
@@ -6303,11 +6306,11 @@ Ar = function(t, e, i = !1) {
|
|
|
6303
6306
|
data: i.data.ip
|
|
6304
6307
|
})
|
|
6305
6308
|
), this.__pinPad__.config.publicIP);
|
|
6306
|
-
},
|
|
6309
|
+
}, jt = async function(t, e) {
|
|
6307
6310
|
await o(this, _, re).call(this);
|
|
6308
6311
|
const i = o(this, _, ne).call(this, 32);
|
|
6309
6312
|
let s = o(this, _, ee).call(this, this.__pinPad__.config.publicKeyRSA, i), a = await o(this, _, ie).call(this, i, JSON.stringify(e));
|
|
6310
|
-
return (await
|
|
6313
|
+
return (await H.post(t, a, {
|
|
6311
6314
|
headers: {
|
|
6312
6315
|
"Content-Type": "application/json",
|
|
6313
6316
|
"cache-control": "no-cache",
|
|
@@ -6320,16 +6323,16 @@ Ar = function(t, e, i = !1) {
|
|
|
6320
6323
|
}, Dn = async function({ data: t, url: e, cancelable: i = !1 } = {}) {
|
|
6321
6324
|
await o(this, _, re).call(this);
|
|
6322
6325
|
const s = o(this, _, ne).call(this, 32), a = o(this, _, ee).call(this, this.__pinPad__.config.publicKeyRSA, s), c = await o(this, _, ie).call(this, s, JSON.stringify(t)), l = this;
|
|
6323
|
-
return (await
|
|
6326
|
+
return (await H.post(e, c, {
|
|
6324
6327
|
headers: {
|
|
6325
6328
|
"Content-Type": "application/json",
|
|
6326
6329
|
"cache-control": "no-cache",
|
|
6327
6330
|
data: a || ""
|
|
6328
6331
|
}
|
|
6329
|
-
}).catch(async (
|
|
6332
|
+
}).catch(async (d) => {
|
|
6330
6333
|
var b;
|
|
6331
|
-
let f = `Error in request, verify internet connection: ${
|
|
6332
|
-
throw
|
|
6334
|
+
let f = `Error in request, verify internet connection: ${d.status} ${d.message}`;
|
|
6335
|
+
throw d.response.status >= 500 && d.response.status <= 599 ? f = "Service Temporarily Unavailable" : d.response.status >= 400 && d.response.status <= 499 && (f = "Bad Request"), i && await o(b = l, _, Fr).call(b), new Error(f);
|
|
6333
6336
|
})).data;
|
|
6334
6337
|
}, Vr = async function() {
|
|
6335
6338
|
const t = this.__pinPad__.constants.FS, e = this.__pinPad__.constants.ETX, i = this.__pinPad__.constants.STX;
|
|
@@ -6360,11 +6363,11 @@ Ar = function(t, e, i = !1) {
|
|
|
6360
6363
|
return await this.appendToQueue(a, "cancel"), !1;
|
|
6361
6364
|
}
|
|
6362
6365
|
return this.__pinPad__.operation.merchant = t, this.__pinPad__.operation.onlyMerchant = t.contado.af.length > 1 ? t.contado.af[0].merchant : t.contado.af.merchant, !0;
|
|
6363
|
-
},
|
|
6366
|
+
}, Hr = async function(t = null) {
|
|
6364
6367
|
if (this.__pinPad__.waiting.statusAboutWaiting) throw new Error("AboutPP is already running");
|
|
6365
6368
|
const e = this.__pinPad__.constants.STX, i = this.__pinPad__.constants.ETX;
|
|
6366
6369
|
let s = "C56AABOUT";
|
|
6367
|
-
if (s = e + o(this, _, ft).call(this, s) + s + i, s = s + o(this, _, gt).call(this, s),
|
|
6370
|
+
if (s = e + o(this, _, ft).call(this, s) + s + i, s = s + o(this, _, gt).call(this, s), Ct(this.__pinPad__.about.pp)) {
|
|
6368
6371
|
this.__pinPad__.waiting.statusAboutWaiting = "pending";
|
|
6369
6372
|
const l = this.parseStringToBytes(s, "");
|
|
6370
6373
|
await this.appendToQueue(l, "about");
|
|
@@ -6375,36 +6378,36 @@ Ar = function(t, e, i = !1) {
|
|
|
6375
6378
|
return new Promise((l, h) => {
|
|
6376
6379
|
c = setInterval(() => {
|
|
6377
6380
|
if (a.__pinPad__.waiting.statusAboutWaiting === "resolved") {
|
|
6378
|
-
if (clearInterval(c), a.__pinPad__.waiting.statusAboutWaiting = null,
|
|
6381
|
+
if (clearInterval(c), a.__pinPad__.waiting.statusAboutWaiting = null, Ct(a.__pinPad__.about.pp))
|
|
6379
6382
|
return;
|
|
6380
6383
|
t || l(!0), l(t(a.__pinPad__.about.pp.supportDUKPT, a.__pinPad__.about.pp.hasDUKPTKeys));
|
|
6381
6384
|
} else a.__pinPad__.waiting.statusAboutWaiting === "rejected" && (clearInterval(c), a.__pinPad__.waiting.statusAboutWaiting = null, h("Error"));
|
|
6382
6385
|
}, 500);
|
|
6383
6386
|
});
|
|
6384
6387
|
}, Ae = async function(t, e) {
|
|
6385
|
-
if (t = t ? t.toString() : "", e = e ? e.toString() : "",
|
|
6388
|
+
if (t = t ? t.toString() : "", e = e ? e.toString() : "", Ct(t) || t === "0") {
|
|
6386
6389
|
this.dispatch("pp:dukpt", { status: "unsupported", already: !1 });
|
|
6387
6390
|
return;
|
|
6388
6391
|
}
|
|
6389
|
-
if (
|
|
6392
|
+
if (Ct(e) || e === "1") {
|
|
6390
6393
|
this.dispatch("pp:dukpt", { status: "charged", already: !0 });
|
|
6391
6394
|
return;
|
|
6392
6395
|
}
|
|
6393
6396
|
const i = o(this, _, xn).call(this), s = o(this, _, An).call(this), a = this.__pinPad__.constants.FS, c = this.__pinPad__.constants.ETX, l = this.__pinPad__.constants.STX;
|
|
6394
6397
|
let h = "C91A" + i + a + "B" + s;
|
|
6395
6398
|
h = l + o(this, _, ft).call(this, h) + h + c, h = h + o(this, _, gt).call(this, h);
|
|
6396
|
-
const
|
|
6397
|
-
await this.appendToQueue(
|
|
6399
|
+
const d = this.parseStringToBytes(h, "");
|
|
6400
|
+
await this.appendToQueue(d, "init-dukpt");
|
|
6398
6401
|
let f = 0;
|
|
6399
6402
|
this.__pinPad__.waiting.statusinitDUKPTWaiting = "pending";
|
|
6400
6403
|
const b = this;
|
|
6401
6404
|
return new Promise((E, v) => {
|
|
6402
6405
|
f = setInterval(async () => {
|
|
6403
6406
|
var S;
|
|
6404
|
-
b.__pinPad__.waiting.statusinitDUKPTWaiting === "resolved" ? (clearInterval(f), b.__pinPad__.waiting.statusinitDUKPTWaiting = null, b.dispatch("pp:dukpt", { status: "charged", already: !1 }), await o(S = b, _,
|
|
6407
|
+
b.__pinPad__.waiting.statusinitDUKPTWaiting === "resolved" ? (clearInterval(f), b.__pinPad__.waiting.statusinitDUKPTWaiting = null, b.dispatch("pp:dukpt", { status: "charged", already: !1 }), await o(S = b, _, jr).call(S), E(!0)) : b.__pinPad__.waiting.statusinitDUKPTWaiting === "rejected" && (clearInterval(f), b.__pinPad__.waiting.statusinitDUKPTWaiting = null, v("Error"));
|
|
6405
6408
|
}, 500);
|
|
6406
6409
|
});
|
|
6407
|
-
},
|
|
6410
|
+
}, jr = async function() {
|
|
6408
6411
|
const t = {
|
|
6409
6412
|
IPEK_REQUESTType: {
|
|
6410
6413
|
business: {
|
|
@@ -6425,15 +6428,15 @@ Ar = function(t, e, i = !1) {
|
|
|
6425
6428
|
if (!await o(this, _, Pn).call(this))
|
|
6426
6429
|
throw new Error("RSA public key is empty");
|
|
6427
6430
|
const e = this;
|
|
6428
|
-
await o(this, _,
|
|
6431
|
+
await o(this, _, Hr).call(this, async function(s, a) {
|
|
6429
6432
|
var l, h;
|
|
6430
6433
|
if (e.__pinPad__.about.supportInjection && e.__pinPad__.config.internal.emv && e.__pinPad__.about.injectedValues)
|
|
6431
6434
|
return await o(l = e, _, Ae).call(l, s, a), !0;
|
|
6432
6435
|
let c = 0;
|
|
6433
|
-
return e.__pinPad__.waiting.statusInjectWaiting = "pending", await o(h = e, _, Vr).call(h), new Promise((
|
|
6436
|
+
return e.__pinPad__.waiting.statusInjectWaiting = "pending", await o(h = e, _, Vr).call(h), new Promise((d, f) => {
|
|
6434
6437
|
c = setInterval(async () => {
|
|
6435
6438
|
var b;
|
|
6436
|
-
e.__pinPad__.waiting.statusInjectWaiting === "resolved" ? (clearInterval(c), e.__pinPad__.waiting.statusInjectWaiting = null, await o(b = e, _, Ae).call(b, s, a),
|
|
6439
|
+
e.__pinPad__.waiting.statusInjectWaiting === "resolved" ? (clearInterval(c), e.__pinPad__.waiting.statusInjectWaiting = null, await o(b = e, _, Ae).call(b, s, a), d(!0)) : e.__pinPad__.waiting.statusInjectWaiting === "rejected" && (clearInterval(c), e.__pinPad__.waiting.statusInjectWaiting = null, f("Error"));
|
|
6437
6440
|
}, 500);
|
|
6438
6441
|
});
|
|
6439
6442
|
});
|
|
@@ -6446,9 +6449,9 @@ Ar = function(t, e, i = !1) {
|
|
|
6446
6449
|
}, Wr = async function() {
|
|
6447
6450
|
this.__pinPad__.operation.errors = 0;
|
|
6448
6451
|
let t = "ACERQUE, INSERTE CHIP O DESLICE TARJETA";
|
|
6449
|
-
if (this.__pinPad__.about.supportContactless || (t = "INSERTE CHIP O DESLICE TARJETA"), this.__pinPad__.about.model.toUpperCase().includes("UX300") && (t = "ACERQUE O INSERTE TARJETA"),
|
|
6452
|
+
if (this.__pinPad__.about.supportContactless || (t = "INSERTE CHIP O DESLICE TARJETA"), this.__pinPad__.about.model.toUpperCase().includes("UX300") && (t = "ACERQUE O INSERTE TARJETA"), Ct(this.amount) || this.amount <= 0)
|
|
6450
6453
|
throw new Error("Amount required");
|
|
6451
|
-
if (o(this, _,
|
|
6454
|
+
if (o(this, _, Cn).call(this, this.amount) === !1)
|
|
6452
6455
|
throw new Error("Invalid amount required");
|
|
6453
6456
|
if (o(this, _, xe).call(this, this.amount, 2) <= 0)
|
|
6454
6457
|
throw new Error("Amount must be greater than 0");
|
|
@@ -6459,10 +6462,10 @@ Ar = function(t, e, i = !1) {
|
|
|
6459
6462
|
await this.appendToQueue(c, "read-card");
|
|
6460
6463
|
let l = 0;
|
|
6461
6464
|
const h = this;
|
|
6462
|
-
return this.__pinPad__.waiting.statusReadCardWaiting = "pending", new Promise((
|
|
6465
|
+
return this.__pinPad__.waiting.statusReadCardWaiting = "pending", new Promise((d, f) => {
|
|
6463
6466
|
l = setInterval(() => {
|
|
6464
6467
|
if (h.__pinPad__.waiting.statusReadCardWaiting === "resolved")
|
|
6465
|
-
clearInterval(l), h.__pinPad__.waiting.statusReadCardWaiting = null,
|
|
6468
|
+
clearInterval(l), h.__pinPad__.waiting.statusReadCardWaiting = null, d(!0);
|
|
6466
6469
|
else if (h.__pinPad__.waiting.statusReadCardWaiting === "rejected") {
|
|
6467
6470
|
clearInterval(l), h.__pinPad__.waiting.statusReadCardWaiting = null;
|
|
6468
6471
|
const b = h.__pinPad__.operation.last_error;
|
|
@@ -6471,13 +6474,13 @@ Ar = function(t, e, i = !1) {
|
|
|
6471
6474
|
}, 500);
|
|
6472
6475
|
});
|
|
6473
6476
|
}, $r = async function(t) {
|
|
6474
|
-
return await
|
|
6477
|
+
return await Tt(t * 1e3);
|
|
6475
6478
|
}, zr = async function(t) {
|
|
6476
6479
|
let e = this.url + this.__pinPad__.constants.uris.consult;
|
|
6477
6480
|
return t > 1 && this.environment === "production" && (e = e.replace(
|
|
6478
6481
|
this.__pinPad__.constants.urls.production,
|
|
6479
6482
|
this.__pinPad__.constants.urls.productionAlternative
|
|
6480
|
-
)), this.__pinPad__.operation.consultDate = (/* @__PURE__ */ new Date()).toLocaleDateString("en-GB"), await o(this, _,
|
|
6483
|
+
)), this.__pinPad__.operation.consultDate = (/* @__PURE__ */ new Date()).toLocaleDateString("en-GB"), await o(this, _, jt).call(this, e, {
|
|
6481
6484
|
user: this.username.toUpperCase(),
|
|
6482
6485
|
pwd: this.password.toUpperCase(),
|
|
6483
6486
|
id_branch: this.__pinPad__.config.idBranch.toUpperCase(),
|
|
@@ -6494,7 +6497,7 @@ Ar = function(t, e, i = !1) {
|
|
|
6494
6497
|
), await o(this, _, $r).call(this, 5)), await o(this, _, re).call(this);
|
|
6495
6498
|
const a = o(this, _, ne).call(this, 32), c = o(this, _, ee).call(this, this.__pinPad__.config.publicKeyRSA, a), l = await o(this, _, ie).call(this, a, JSON.stringify(e));
|
|
6496
6499
|
let h = !1;
|
|
6497
|
-
const
|
|
6500
|
+
const d = await H.post(t, l, {
|
|
6498
6501
|
headers: {
|
|
6499
6502
|
"Content-Type": "application/json",
|
|
6500
6503
|
data: c || ""
|
|
@@ -6506,11 +6509,11 @@ Ar = function(t, e, i = !1) {
|
|
|
6506
6509
|
E && E !== "{}" && !E.includes('"transacciones":""') && E.includes("nu_operaion") && (i = 5, s = "EE32"), h = !0;
|
|
6507
6510
|
});
|
|
6508
6511
|
if (!h)
|
|
6509
|
-
return
|
|
6512
|
+
return d.data;
|
|
6510
6513
|
} while (i++ <= 3);
|
|
6511
6514
|
return s ? Promise.reject(s) : Promise.reject("Communication error with CDP. IL/MTY");
|
|
6512
6515
|
}, Xr = function(t) {
|
|
6513
|
-
if (
|
|
6516
|
+
if (Ct(t)) throw new Error("Number of authorization invalid");
|
|
6514
6517
|
if (/^[A-Za-z0-9]+$/g.test(t) !== !0) throw new Error("Number of authorization invalid");
|
|
6515
6518
|
if (t.length !== 6) throw new Error("Number of authorization invalid");
|
|
6516
6519
|
return !0;
|
|
@@ -6672,8 +6675,8 @@ Jr = function(t) {
|
|
|
6672
6675
|
}
|
|
6673
6676
|
});
|
|
6674
6677
|
h.response === "error" && (i.error = !0, i.message = h.nb_error || "Error in response");
|
|
6675
|
-
const
|
|
6676
|
-
return i.object =
|
|
6678
|
+
const d = o(this, _, Jr).call(this, h);
|
|
6679
|
+
return i.object = d, await o(this, _, Zr).call(this, d), i.approved = this.__pinPad__.operation.responseMit._approved, this.__pinPad__.operation.finalResult = d, i;
|
|
6677
6680
|
} catch (c) {
|
|
6678
6681
|
throw t.__pinPad__.finishCommand.A = "01", t.__pinPad__.finishCommand.B = "", t.__pinPad__.finishCommand.C = "", t.__pinPad__.finishCommand.D = "", t.__pinPad__.finishCommand.E = "", t.__pinPad__.finishCommand.F = "", t.__pinPad__.finishCommand.G = "", t.__pinPad__.finishCommand.H = "", t.__pinPad__.finishCommand.I = "", t.__pinPad__.finishCommand.J = "", t.__pinPad__.finishCommand.K = "", await o(a = t, _, ts).call(a, o(s = t, _, On).call(s, c)), c;
|
|
6679
6682
|
}
|
|
@@ -6687,12 +6690,12 @@ Jr = function(t) {
|
|
|
6687
6690
|
this.__pinPad__.waiting.statusSecondGenerateWaiting = "pending", await this.appendToQueue(c, "second-generate");
|
|
6688
6691
|
let l = 0;
|
|
6689
6692
|
const h = this;
|
|
6690
|
-
return new Promise((
|
|
6693
|
+
return new Promise((d, f) => {
|
|
6691
6694
|
l = setInterval(async () => {
|
|
6692
6695
|
var b, E;
|
|
6693
6696
|
if (h.__pinPad__.waiting.statusSecondGenerateWaiting === "resolved") {
|
|
6694
6697
|
if (clearInterval(l), h.__pinPad__.waiting.statusSecondGenerateWaiting = null, h.__pinPad__.operation.applyReverse) {
|
|
6695
|
-
const v = await o(b = h, _,
|
|
6698
|
+
const v = await o(b = h, _, jt).call(b, h.url + h.__pinPad__.constants.uris.reverse, {
|
|
6696
6699
|
VMCAMEXMREVERSO: {
|
|
6697
6700
|
business: {
|
|
6698
6701
|
id_company: this.__pinPad__.config.idCompany.toUpperCase(),
|
|
@@ -6712,11 +6715,11 @@ Jr = function(t) {
|
|
|
6712
6715
|
}
|
|
6713
6716
|
}
|
|
6714
6717
|
}), S = JSON.parse(v);
|
|
6715
|
-
let
|
|
6716
|
-
S.response === "approved" ?
|
|
6718
|
+
let C;
|
|
6719
|
+
S.response === "approved" ? C = { message: "Transaction rejected by PinPad." } : C = { message: "No communication, please check your report." }, h.__pinPad__.operation.ignore.counterSale || (h.dispatch("pp:finish-emv", C), h.__pinPad__.operation.ignore.counterSale = !0);
|
|
6717
6720
|
} else
|
|
6718
6721
|
h.__pinPad__.operation.ignore.counterSale || (h.dispatch("pp:finish-emv", t), h.__pinPad__.operation.ignore.counterSale = !0);
|
|
6719
|
-
t.cd_error === "92" && await o(E = h, _, Yr).call(E, t, a),
|
|
6722
|
+
t.cd_error === "92" && await o(E = h, _, Yr).call(E, t, a), d(!0);
|
|
6720
6723
|
} else h.__pinPad__.waiting.statusSecondGenerateWaiting === "rejected" && (clearInterval(l), h.__pinPad__.waiting.statusSecondGenerateWaiting = null, f("There is no response from the reader, check that it is connected."));
|
|
6721
6724
|
}, 500);
|
|
6722
6725
|
});
|
|
@@ -6727,7 +6730,7 @@ Jr = function(t) {
|
|
|
6727
6730
|
this.dispatch("pp:response", this.__pinPad__.operation.ignore.responseGlobal);
|
|
6728
6731
|
else {
|
|
6729
6732
|
const t = this.parseStringToBytes(this.__pinPad__.operation.ignore.C93Global, "");
|
|
6730
|
-
await this.appendToQueue(t, "code93"), await
|
|
6733
|
+
await this.appendToQueue(t, "code93"), await Tt(1400), this.dispatch("pp:response", this.__pinPad__.operation.ignore.responseGlobal);
|
|
6731
6734
|
}
|
|
6732
6735
|
}, On = function(t) {
|
|
6733
6736
|
const e = {
|
|
@@ -6791,8 +6794,8 @@ Jr = function(t) {
|
|
|
6791
6794
|
const e = this.__pinPad__.constants.FS, i = this.__pinPad__.constants.ETX, s = this.__pinPad__.constants.STX, a = t.nb_ksn, c = t.nb_kcv || "", l = t.nb_ipek || "";
|
|
6792
6795
|
let h = "C92A" + a + e + "B" + c + e + "C" + l;
|
|
6793
6796
|
h = s + o(this, _, ft).call(this, h) + h + i, h = h + o(this, _, gt).call(this, h);
|
|
6794
|
-
const
|
|
6795
|
-
await this.appendToQueue(
|
|
6797
|
+
const d = this.parseStringToBytes(h, "");
|
|
6798
|
+
await this.appendToQueue(d, "dukpt");
|
|
6796
6799
|
let f = 0;
|
|
6797
6800
|
this.__pinPad__.waiting.statuswritingDUKPTWaiting = "pending";
|
|
6798
6801
|
const b = this;
|
|
@@ -7003,6 +7006,9 @@ class sl extends Dt {
|
|
|
7003
7006
|
response: e
|
|
7004
7007
|
});
|
|
7005
7008
|
break;
|
|
7009
|
+
case "REFUND":
|
|
7010
|
+
this.dispatch("refund", { status: "refund", response: e });
|
|
7011
|
+
break;
|
|
7006
7012
|
}
|
|
7007
7013
|
this.dispatch("serial:message", e);
|
|
7008
7014
|
}
|
|
@@ -7117,6 +7123,11 @@ class sl extends Dt {
|
|
|
7117
7123
|
`);
|
|
7118
7124
|
await this.appendToQueue(e, "demo");
|
|
7119
7125
|
}
|
|
7126
|
+
async refund({ amount: t = 0, folio: e = null, auth: i = null } = {}) {
|
|
7127
|
+
const s = JSON.stringify({ action: "REFUND", amount: t, folio: e, auth: i }), a = this.parseStringToBytes(s, `\r
|
|
7128
|
+
`);
|
|
7129
|
+
await this.appendToQueue(a, "refund");
|
|
7130
|
+
}
|
|
7120
7131
|
}
|
|
7121
7132
|
nt = new WeakSet(), is = function() {
|
|
7122
7133
|
k.add(this);
|
|
@@ -7132,7 +7143,8 @@ nt = new WeakSet(), is = function() {
|
|
|
7132
7143
|
"reset-app",
|
|
7133
7144
|
"get-config",
|
|
7134
7145
|
"payment",
|
|
7135
|
-
"error"
|
|
7146
|
+
"error",
|
|
7147
|
+
"refund"
|
|
7136
7148
|
];
|
|
7137
7149
|
for (const e of t)
|
|
7138
7150
|
this.serialRegisterAvailableListener(e);
|
|
@@ -7152,7 +7164,7 @@ nt = new WeakSet(), is = function() {
|
|
|
7152
7164
|
}, os = async function() {
|
|
7153
7165
|
await this.connectMessage(), await this.login(), await this.hideButtons();
|
|
7154
7166
|
};
|
|
7155
|
-
var g, cs, ls, hs, rt, De, us,
|
|
7167
|
+
var g, cs, ls, hs, rt, De, us, ps, ds, _s, fs, gs, ys, bs, ms, ws, vs, Es, Ps, Ts, Cs, Ss, ks, xs, As, Ds, Rs, Is, Os, Ns, Bs, Ms, pt, Q, Re, Z, yt, Fs, Us, Ls, Vs, ae, Bn, Mn, Ie, Oe, qs;
|
|
7156
7168
|
class al extends Dt {
|
|
7157
7169
|
constructor({
|
|
7158
7170
|
filters: t = null,
|
|
@@ -7297,7 +7309,7 @@ class al extends Dt {
|
|
|
7297
7309
|
e && (c[4] = "4D"), c = o(this, g, De).call(this, c);
|
|
7298
7310
|
let l;
|
|
7299
7311
|
do
|
|
7300
|
-
l = await this.internalDispense(c), o(this, g, Ls).call(this), l.error === "elevator-locked" ? await o(this, g, us).call(this) : l.error === "no-response" && await
|
|
7312
|
+
l = await this.internalDispense(c), o(this, g, Ls).call(this), l.error === "elevator-locked" ? await o(this, g, us).call(this) : l.error === "no-response" && await Tt(1e3);
|
|
7301
7313
|
while (["elevator-locked", "no-response"].includes(l.error));
|
|
7302
7314
|
return this.__internal__.dispense.backup_dispense = {}, l;
|
|
7303
7315
|
}
|
|
@@ -7326,7 +7338,7 @@ class al extends Dt {
|
|
|
7326
7338
|
});
|
|
7327
7339
|
}
|
|
7328
7340
|
async resetAllErrors() {
|
|
7329
|
-
return await this.resetSoldOutErrors(), await
|
|
7341
|
+
return await this.resetSoldOutErrors(), await Tt(100), await this.resetWaitingProductRemovedError(), await Tt(100), await this.resetMachineErrors();
|
|
7330
7342
|
}
|
|
7331
7343
|
async status() {
|
|
7332
7344
|
const t = ["02", "30", "30", "81", "53", "FF", "FF"];
|
|
@@ -7697,7 +7709,7 @@ g = new WeakSet(), cs = function() {
|
|
|
7697
7709
|
return t.push("03"), t;
|
|
7698
7710
|
}, us = async function() {
|
|
7699
7711
|
if (this.__internal__.dispense.elevator.locking_interval) return;
|
|
7700
|
-
this.__internal__.dispense.elevator.need_reset && (this.__internal__.dispense.elevator.need_reset = !1, await this.resetWaitingProductRemovedError(), await
|
|
7712
|
+
this.__internal__.dispense.elevator.need_reset && (this.__internal__.dispense.elevator.need_reset = !1, await this.resetWaitingProductRemovedError(), await Tt(500));
|
|
7701
7713
|
const t = this;
|
|
7702
7714
|
return this.__internal__.dispense.status = "elevator-locked", this.__internal__.dispense.elevator.locking_time = 60, new Promise((e) => {
|
|
7703
7715
|
t.__internal__.dispense.elevator.locking_interval = setInterval(() => {
|
|
@@ -7708,9 +7720,9 @@ g = new WeakSet(), cs = function() {
|
|
|
7708
7720
|
}), t.__internal__.dispense.elevator.locking_time -= 1, t.__internal__.dispense.elevator.locking_time <= 0 && (clearInterval(t.__internal__.dispense.elevator.locking_interval), t.__internal__.dispense.elevator.locking_interval = 0, e(!0));
|
|
7709
7721
|
}, 1e3);
|
|
7710
7722
|
});
|
|
7711
|
-
}, ds = function(t, e) {
|
|
7712
|
-
return e.name = "ok", e.description = "The last command was executed successfully", e.no_code = 1, this.dispatch("command-executed", e), e;
|
|
7713
7723
|
}, ps = function(t, e) {
|
|
7724
|
+
return e.name = "ok", e.description = "The last command was executed successfully", e.no_code = 1, this.dispatch("command-executed", e), e;
|
|
7725
|
+
}, ds = function(t, e) {
|
|
7714
7726
|
e.additional = {
|
|
7715
7727
|
hex: t,
|
|
7716
7728
|
dec: this.hexToDec(t),
|
|
@@ -7793,15 +7805,15 @@ g = new WeakSet(), cs = function() {
|
|
|
7793
7805
|
return this.dispatch("machine:faults", e.additional), e;
|
|
7794
7806
|
}, bs = function(t, e) {
|
|
7795
7807
|
e.no_code = 40, e.name = "Clock registers", e.description = "Clock registers";
|
|
7796
|
-
const i = t.slice(4, -3), s = i.map((v) => String.fromCharCode(this.hexToDec(v))).join(""), [a, c] = s.split(" "), [l, h] = a.split(":"), [
|
|
7808
|
+
const i = t.slice(4, -3), s = i.map((v) => String.fromCharCode(this.hexToDec(v))).join(""), [a, c] = s.split(" "), [l, h] = a.split(":"), [d, f, b] = c.split("-"), E = new Date(
|
|
7797
7809
|
2e3 + parseInt(b),
|
|
7798
7810
|
parseInt(f) - 1,
|
|
7799
|
-
parseInt(
|
|
7811
|
+
parseInt(d),
|
|
7800
7812
|
parseInt(l),
|
|
7801
7813
|
parseInt(h)
|
|
7802
7814
|
);
|
|
7803
7815
|
return e.additional = {
|
|
7804
|
-
day:
|
|
7816
|
+
day: d,
|
|
7805
7817
|
month: f,
|
|
7806
7818
|
year: b,
|
|
7807
7819
|
hours: l,
|
|
@@ -7827,7 +7839,7 @@ g = new WeakSet(), cs = function() {
|
|
|
7827
7839
|
meaning: "Extraction time (in seconds)"
|
|
7828
7840
|
};
|
|
7829
7841
|
} else if (["B", "D", "E", "F", "G"].includes(i) && s.length === 3) {
|
|
7830
|
-
const a = String.fromCharCode(this.hexToDec(s[0])), c = String.fromCharCode(this.hexToDec(s[1])), l = String.fromCharCode(this.hexToDec(s[2])), h = parseInt(`${a}${c}${l}`),
|
|
7842
|
+
const a = String.fromCharCode(this.hexToDec(s[0])), c = String.fromCharCode(this.hexToDec(s[1])), l = String.fromCharCode(this.hexToDec(s[2])), h = parseInt(`${a}${c}${l}`), d = {
|
|
7831
7843
|
B: "Error on going to tray channel",
|
|
7832
7844
|
D: "Error on product detector",
|
|
7833
7845
|
E: "Extraction of channel ok",
|
|
@@ -7842,10 +7854,10 @@ g = new WeakSet(), cs = function() {
|
|
|
7842
7854
|
channel: h,
|
|
7843
7855
|
selection: h - 109,
|
|
7844
7856
|
ascii: i,
|
|
7845
|
-
meaning:
|
|
7857
|
+
meaning: d[i] ?? "Unknown"
|
|
7846
7858
|
};
|
|
7847
7859
|
} else if (s.length === 13) {
|
|
7848
|
-
const a = s.map((S) => String.fromCharCode(this.hexToDec(S))).join(""), c = parseInt(a.slice(0, 2)), l = parseInt(a.slice(2, 4)), h = parseInt(a.slice(4, 6)),
|
|
7860
|
+
const a = s.map((S) => String.fromCharCode(this.hexToDec(S))).join(""), c = parseInt(a.slice(0, 2)), l = parseInt(a.slice(2, 4)), h = parseInt(a.slice(4, 6)), d = parseInt(a.slice(7, 9)), f = parseInt(a.slice(9, 11)) - 1, b = 2e3 + parseInt(a.slice(11, 13)), E = new Date(b, f, d, c, l, h), v = {
|
|
7849
7861
|
A: "Attempt to close product exit door",
|
|
7850
7862
|
C: "Closing of exterior door",
|
|
7851
7863
|
H: "Error on opening of product exit door",
|
|
@@ -7903,14 +7915,14 @@ g = new WeakSet(), cs = function() {
|
|
|
7903
7915
|
hex: t,
|
|
7904
7916
|
voltage: i
|
|
7905
7917
|
}, this.dispatch("check:engine-voltage", e.additional), e;
|
|
7906
|
-
},
|
|
7918
|
+
}, Ts = function(t, e) {
|
|
7907
7919
|
e.no_code = 46, e.name = "Push over", e.description = "Push over";
|
|
7908
7920
|
const i = t === "30";
|
|
7909
7921
|
return e.additional = {
|
|
7910
7922
|
hex: t,
|
|
7911
7923
|
push: i
|
|
7912
7924
|
}, this.dispatch("check:push-over", e.additional), e;
|
|
7913
|
-
},
|
|
7925
|
+
}, Cs = function(t, e) {
|
|
7914
7926
|
e.no_code = 47, e.name = "Extractor after dispense", e.description = "Extractor after dispense";
|
|
7915
7927
|
const i = (this.hexToDec(t) - 128) / 10;
|
|
7916
7928
|
return e.additional = {
|
|
@@ -7990,11 +8002,11 @@ g = new WeakSet(), cs = function() {
|
|
|
7990
8002
|
}, t[4] === "2b" ? e.additional.sign = t[4] = "+" : ["2e", "2d"].includes(t[4]) ? e.additional.sign = t[4] = "-" : t[4] === "20" && (e.additional.error = "Error in thermometer"), this.hexToDec(t[5]) >= 48 && this.hexToDec(t[5]) <= 57 ? e.additional.tens = this.hexToDec(t[5]) - 48 : t[5] === "2a" && (e.additional.error = "Error in thermometer"), this.hexToDec(t[6]) >= 48 && this.hexToDec(t[6]) <= 57 ? e.additional.units = this.hexToDec(t[6]) - 48 : t[6] === "2a" && (e.additional.error = "Error in thermometer"), this.hexToDec(t[8]) >= 48 && this.hexToDec(t[8]) <= 57 ? e.additional.decimals = this.hexToDec(t[8]) - 48 : t[8] === "2a" && (e.additional.error = "Error in thermometer"), t[10] === "43" ? e.additional.type_degrees = "C" : t[10] === "46" && (e.additional.type_degrees = "F"), e.additional.error === "Error in thermometer" ? (e.additional.formatted = "Error in thermometer", e.description = "The current temperature cannot be read because there is an error in the thermometer") : (e.additional.formatted = (e.additional.sign ?? "") + (e.additional.tens ?? "") + (e.additional.units ?? "") + (e.additional.decimal_point ?? "") + (e.additional.decimals ?? "") + (e.additional.degrees ?? "") + (e.additional.type_degrees ?? ""), e.description = `The current temperature is ${e.additional.formatted}`), this.dispatch("temperature:current", e.additional), e;
|
|
7991
8003
|
}, Ms = function(t, e, i = 128) {
|
|
7992
8004
|
if (t[1] && (e.additional.machine.hex = t[1], e.additional.machine.dec = this.hexToDec(t[1]) - i), !(t[1] && t[2]))
|
|
7993
|
-
e = o(this, g,
|
|
8005
|
+
e = o(this, g, ps).call(this, t, e);
|
|
7994
8006
|
else
|
|
7995
8007
|
switch (t[2]) {
|
|
7996
8008
|
case "54":
|
|
7997
|
-
e.request = "--automatic", e = o(this, g,
|
|
8009
|
+
e.request = "--automatic", e = o(this, g, ds).call(this, t[3], e);
|
|
7998
8010
|
break;
|
|
7999
8011
|
case "50":
|
|
8000
8012
|
e.request = "--automatic", e = o(this, g, _s).call(this, t[3], e);
|
|
@@ -8038,10 +8050,10 @@ g = new WeakSet(), cs = function() {
|
|
|
8038
8050
|
e = o(this, g, Os).call(this, t, e);
|
|
8039
8051
|
break;
|
|
8040
8052
|
case "4f":
|
|
8041
|
-
e = o(this, g,
|
|
8053
|
+
e = o(this, g, Ts).call(this, t[4], e);
|
|
8042
8054
|
break;
|
|
8043
8055
|
case "45":
|
|
8044
|
-
e = o(this, g,
|
|
8056
|
+
e = o(this, g, Cs).call(this, t[4], e);
|
|
8045
8057
|
break;
|
|
8046
8058
|
case "46":
|
|
8047
8059
|
e = o(this, g, Ss).call(this, t[4], e);
|
|
@@ -8068,7 +8080,7 @@ g = new WeakSet(), cs = function() {
|
|
|
8068
8080
|
break;
|
|
8069
8081
|
}
|
|
8070
8082
|
return e;
|
|
8071
|
-
},
|
|
8083
|
+
}, pt = function() {
|
|
8072
8084
|
this.__internal__.dispense.dispensing && (this.__internal__.dispense.status = !0);
|
|
8073
8085
|
}, Q = function() {
|
|
8074
8086
|
this.__internal__.dispense.dispensing && (this.__internal__.dispense.status = !1);
|
|
@@ -8092,7 +8104,7 @@ yt = function({ type: t = null, severity: e = "high" } = {}) {
|
|
|
8092
8104
|
if (e.request = "status", t[1] && !t[2]) {
|
|
8093
8105
|
switch (t[1]) {
|
|
8094
8106
|
case "30":
|
|
8095
|
-
e.name = "Machine ready", e.description = "The machine is ready for instructions", e.no_code = 9, o(this, g,
|
|
8107
|
+
e.name = "Machine ready", e.description = "The machine is ready for instructions", e.no_code = 9, o(this, g, pt).call(this);
|
|
8096
8108
|
break;
|
|
8097
8109
|
case "31":
|
|
8098
8110
|
e.name = "Machine busy", e.description = "The machine is busy right now", e.no_code = 10;
|
|
@@ -8122,13 +8134,13 @@ yt = function({ type: t = null, severity: e = "high" } = {}) {
|
|
|
8122
8134
|
e.name = "Product detector fault", e.description = "Product detector fault", e.no_code = 18, o(this, g, Re).call(this), o(this, g, Z).call(this, { type: "fault-product-detector" });
|
|
8123
8135
|
break;
|
|
8124
8136
|
case "41":
|
|
8125
|
-
e.name = "Fault in 485 BUS", e.description = "Machine display is disconnected", e.no_code = 19, o(this, g,
|
|
8137
|
+
e.name = "Fault in 485 BUS", e.description = "Machine display is disconnected", e.no_code = 19, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "display-disconnected" });
|
|
8126
8138
|
break;
|
|
8127
8139
|
case "42":
|
|
8128
8140
|
e.name = "Product under elevator", e.description = "Product alarm under elevator", e.no_code = 20, o(this, g, Q).call(this), o(this, g, Z).call(this, { type: "product-under-elevator" });
|
|
8129
8141
|
break;
|
|
8130
8142
|
case "43":
|
|
8131
|
-
e.name = "Error when elevator approaching to a position", e.description = "Error when elevator approaching to a position", e.no_code = 21, o(this, g,
|
|
8143
|
+
e.name = "Error when elevator approaching to a position", e.description = "Error when elevator approaching to a position", e.no_code = 21, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "error-approaching-position", severity: "high" });
|
|
8132
8144
|
break;
|
|
8133
8145
|
case "44":
|
|
8134
8146
|
e.name = "Fault in keyboard", e.description = "Fault in keyboard", e.no_code = 22, o(this, g, Q).call(this), o(this, g, yt).call(this, { type: "fault-keyboard" });
|
|
@@ -8137,16 +8149,16 @@ yt = function({ type: t = null, severity: e = "high" } = {}) {
|
|
|
8137
8149
|
e.name = "Eeprom writing error", e.description = "Eeprom writing error", e.no_code = 23, o(this, g, Q).call(this), o(this, g, yt).call(this, { type: "eeprom-writing-error", severity: "critical" });
|
|
8138
8150
|
break;
|
|
8139
8151
|
case "46":
|
|
8140
|
-
e.name = "Fault communicating with temperature control", e.description = "Fault communicating with temperature control", e.no_code = 24, o(this, g,
|
|
8152
|
+
e.name = "Fault communicating with temperature control", e.description = "Fault communicating with temperature control", e.no_code = 24, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "fault-temperature-control" });
|
|
8141
8153
|
break;
|
|
8142
8154
|
case "47":
|
|
8143
|
-
e.name = "Thermometer disconnected", e.description = "The thermometer is disconnected", e.no_code = 25, o(this, g,
|
|
8155
|
+
e.name = "Thermometer disconnected", e.description = "The thermometer is disconnected", e.no_code = 25, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "thermometer-disconnected" });
|
|
8144
8156
|
break;
|
|
8145
8157
|
case "48":
|
|
8146
|
-
e.name = "Thermometer programming lost", e.description = "Thermometer programming lost", e.no_code = 26, o(this, g,
|
|
8158
|
+
e.name = "Thermometer programming lost", e.description = "Thermometer programming lost", e.no_code = 26, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "thermometer-programming-lost" });
|
|
8147
8159
|
break;
|
|
8148
8160
|
case "49":
|
|
8149
|
-
e.name = "Thermometer faulty", e.description = "Thermometer faulty", e.no_code = 27, o(this, g,
|
|
8161
|
+
e.name = "Thermometer faulty", e.description = "Thermometer faulty", e.no_code = 27, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "thermometer-faulty" });
|
|
8150
8162
|
break;
|
|
8151
8163
|
case "4a":
|
|
8152
8164
|
e.name = "Channels power consumption detector faulty", e.description = "Channels power consumption detector faulty", e.no_code = 28, o(this, g, Q).call(this), o(this, g, yt).call(this, { type: "channels-power-consumption-detector-faulty", severity: "critical" });
|
|
@@ -8167,10 +8179,10 @@ yt = function({ type: t = null, severity: e = "high" } = {}) {
|
|
|
8167
8179
|
e.name = "Waiting for product to be removed", e.description = "Waiting for product to be removed", e.no_code = 33, o(this, g, Re).call(this);
|
|
8168
8180
|
break;
|
|
8169
8181
|
case "50":
|
|
8170
|
-
e.name = "Product expired by temperature reasons", e.description = "Product expired by temperature reasons", e.no_code = 34, o(this, g,
|
|
8182
|
+
e.name = "Product expired by temperature reasons", e.description = "Product expired by temperature reasons", e.no_code = 34, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "product-expired-temperature" });
|
|
8171
8183
|
break;
|
|
8172
8184
|
case "51":
|
|
8173
|
-
e.name = "Automatic door faulty", e.description = "Automatic door faulty", e.no_code = 35, o(this, g,
|
|
8185
|
+
e.name = "Automatic door faulty", e.description = "Automatic door faulty", e.no_code = 35, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "automatic-door-faulty" });
|
|
8174
8186
|
break;
|
|
8175
8187
|
case "59":
|
|
8176
8188
|
case "5a":
|
|
@@ -8191,10 +8203,10 @@ yt = function({ type: t = null, severity: e = "high" } = {}) {
|
|
|
8191
8203
|
e.additional.nsf_alarm = 5;
|
|
8192
8204
|
break;
|
|
8193
8205
|
}
|
|
8194
|
-
e.no_code = 36, o(this, g,
|
|
8206
|
+
e.no_code = 36, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "product-expired" });
|
|
8195
8207
|
break;
|
|
8196
8208
|
case "64":
|
|
8197
|
-
e.name = "Product detector didn't change during its verification test", e.description = "Product detector didn't change during its verification test", e.no_code = 37, o(this, g,
|
|
8209
|
+
e.name = "Product detector didn't change during its verification test", e.description = "Product detector didn't change during its verification test", e.no_code = 37, o(this, g, pt).call(this), o(this, g, Z).call(this, { type: "automatic-door-faulty" });
|
|
8198
8210
|
break;
|
|
8199
8211
|
}
|
|
8200
8212
|
this.dispatch("machine:status", e);
|
|
@@ -8243,11 +8255,11 @@ yt = function({ type: t = null, severity: e = "high" } = {}) {
|
|
|
8243
8255
|
}, qs = function(t) {
|
|
8244
8256
|
if (!(t instanceof Date)) throw new Error("Invalid date, must be an instance of Date");
|
|
8245
8257
|
const e = t.getHours().toString().padStart(2, "0"), i = t.getMinutes().toString().padStart(2, "0"), s = t.getDate().toString().padStart(2, "0"), a = (t.getMonth() + 1).toString().padStart(2, "0"), c = t.getFullYear().toString().substring(2, 4), l = `${e}:${i} ${s}-${a}-${c}`, h = [];
|
|
8246
|
-
for (let
|
|
8247
|
-
h.push(l.charCodeAt(
|
|
8258
|
+
for (let d = 0; d < 14; d++)
|
|
8259
|
+
h.push(l.charCodeAt(d).toString(16));
|
|
8248
8260
|
return h;
|
|
8249
8261
|
};
|
|
8250
|
-
var $t, Ft, zt, w,
|
|
8262
|
+
var $t, Ft, zt, w, Hs, js, Ne, Ks, Ws, $s, zs, Gs, Xs, Js, Qs, Fn, Zs, Ys, ta, ea, na, ia, ra, sa, aa, oa, ca, la, ha, ua, st, Be, pa, da, _a, fa, Un, Me, ga, ya, Ln, Vn, qn;
|
|
8251
8263
|
class ol extends Dt {
|
|
8252
8264
|
constructor({ filters: t = null, config_port: e = null, no_device: i = 1 } = {}) {
|
|
8253
8265
|
super({ filters: t, config_port: e, no_device: i });
|
|
@@ -8308,7 +8320,7 @@ class ol extends Dt {
|
|
|
8308
8320
|
second_channel: null,
|
|
8309
8321
|
sensor: !0,
|
|
8310
8322
|
seconds: null
|
|
8311
|
-
}, o(this, w,
|
|
8323
|
+
}, o(this, w, Hs).call(this), o(this, w, js).call(this);
|
|
8312
8324
|
}
|
|
8313
8325
|
get totalInTubes() {
|
|
8314
8326
|
return this.coins.tubes.g50 * 0.5 + this.coins.tubes.c50 * 0.5 + this.coins.tubes.p1 + this.coins.tubes.p2 * 2 + this.coins.tubes.p5 * 5 + this.coins.tubes.p10 * 10;
|
|
@@ -8466,7 +8478,7 @@ class ol extends Dt {
|
|
|
8466
8478
|
async banknotePurseConfigure({ enable: t = !1, scrow: e = !1 } = {}) {
|
|
8467
8479
|
if (!this.__banknote_purse.available) throw new Error("Banknote purse not available");
|
|
8468
8480
|
let i;
|
|
8469
|
-
return o(this, w, Ne).call(this) ? i = o(this, w,
|
|
8481
|
+
return o(this, w, Ne).call(this) ? i = o(this, w, pa).call(this, { enable: t, scrow: e }) : i = o(this, w, da).call(this, { enable: t, scrow: e }), await o(this, w, st).call(this, i, "banknote-purse:config");
|
|
8470
8482
|
}
|
|
8471
8483
|
async banknotePurseDispense({ $_20: t = 0, $_50: e = 0, $_100: i = 0, $_200: s = 0, $_500: a = 0, $_1000: c = 0 } = {}) {
|
|
8472
8484
|
if (!this.__banknote_purse.available) throw new Error("Banknote purse not available");
|
|
@@ -8543,11 +8555,11 @@ class ol extends Dt {
|
|
|
8543
8555
|
if (!i && (s === null || s <= 0 || s > 40))
|
|
8544
8556
|
throw new Error("Invalid time to dispense without sensor, must be between 0.1 and 40.0 seconds");
|
|
8545
8557
|
const c = this.decToHex(a / 256), l = this.decToHex(a % 256), h = this.decToHex(t + 9);
|
|
8546
|
-
let
|
|
8547
|
-
e && (
|
|
8558
|
+
let d = "00";
|
|
8559
|
+
e && (d = this.decToHex(e + 9));
|
|
8548
8560
|
let f = "00";
|
|
8549
8561
|
i || (f = this.decToHex(s * 10));
|
|
8550
|
-
const b = ["F1", "CD", "01", h,
|
|
8562
|
+
const b = ["F1", "CD", "01", h, d, f, c, l, "00", "00", "F2", "00"];
|
|
8551
8563
|
await o(this, w, st).call(this, b, "card-reader:dispense");
|
|
8552
8564
|
}
|
|
8553
8565
|
async paymentPursesDisable({ coin: t = !0, banknote: e = !0, cardReader: i = !1 } = {}) {
|
|
@@ -8596,7 +8608,7 @@ class ol extends Dt {
|
|
|
8596
8608
|
e && (e += 9, l = this.decToHex(e));
|
|
8597
8609
|
let h = "00";
|
|
8598
8610
|
i || (h = this.decToHex(Math.round(s * 6.2)), this.__internal__.dispense.custom_limit_counter = s);
|
|
8599
|
-
const
|
|
8611
|
+
const d = o(this, w, Be).call(this, [
|
|
8600
8612
|
"F1",
|
|
8601
8613
|
"C7",
|
|
8602
8614
|
c,
|
|
@@ -8610,8 +8622,8 @@ class ol extends Dt {
|
|
|
8610
8622
|
"F2",
|
|
8611
8623
|
"00"
|
|
8612
8624
|
]);
|
|
8613
|
-
let f = await this.internalDispense(
|
|
8614
|
-
return !f.dispensed && a && (f = await this.internalDispense(
|
|
8625
|
+
let f = await this.internalDispense(d);
|
|
8626
|
+
return !f.dispensed && a && (f = await this.internalDispense(d)), this.__internal__.dispense.custom_limit_counter = null, f;
|
|
8615
8627
|
}
|
|
8616
8628
|
async testEngines({ singleEngine: t = !1 } = {}) {
|
|
8617
8629
|
if (this.isDispensing) throw new Error("Another dispensing process is running");
|
|
@@ -8650,7 +8662,7 @@ class ol extends Dt {
|
|
|
8650
8662
|
this.dispatch("corrupt:message", { data: t, message: e });
|
|
8651
8663
|
}
|
|
8652
8664
|
}
|
|
8653
|
-
$t = new WeakMap(), Ft = new WeakMap(), zt = new WeakMap(), w = new WeakSet(),
|
|
8665
|
+
$t = new WeakMap(), Ft = new WeakMap(), zt = new WeakMap(), w = new WeakSet(), Hs = function() {
|
|
8654
8666
|
const t = [
|
|
8655
8667
|
"banknote-purse:banknote-scrow-status",
|
|
8656
8668
|
"banknote-purse:config",
|
|
@@ -8677,7 +8689,7 @@ $t = new WeakMap(), Ft = new WeakMap(), zt = new WeakMap(), w = new WeakSet(), j
|
|
|
8677
8689
|
];
|
|
8678
8690
|
for (const e of t)
|
|
8679
8691
|
this.serialRegisterAvailableListener(e);
|
|
8680
|
-
},
|
|
8692
|
+
}, js = function() {
|
|
8681
8693
|
k.add(this);
|
|
8682
8694
|
}, Ne = function() {
|
|
8683
8695
|
return this.__banknote_purse.isRecycler && this.__banknote_purse.recycler.ict;
|
|
@@ -8810,10 +8822,10 @@ $t = new WeakMap(), Ft = new WeakMap(), zt = new WeakMap(), w = new WeakSet(), j
|
|
|
8810
8822
|
parseInt(t[5], 16),
|
|
8811
8823
|
parseInt(t[6], 16),
|
|
8812
8824
|
parseInt(t[7], 16)
|
|
8813
|
-
],
|
|
8814
|
-
return e.name = "Banknotes dispensed", e.description =
|
|
8825
|
+
], d = i * 20 + s * 50 + a * 100 + c * 200 + l * 500 + h * 1e3;
|
|
8826
|
+
return e.name = "Banknotes dispensed", e.description = d > 0 ? "Banknotes dispensed by request" : "No banknotes dispensed, recycler empty", e.no_code = 9, e.additional = {
|
|
8815
8827
|
banknotes: { b20: i, b50: s, b100: a, b200: c, b500: l, b1000: h },
|
|
8816
|
-
total_dispensed:
|
|
8828
|
+
total_dispensed: d
|
|
8817
8829
|
}, this.dispatch("session:money-dispensed", {
|
|
8818
8830
|
type_money: null,
|
|
8819
8831
|
retired: null,
|
|
@@ -8879,10 +8891,10 @@ $t = new WeakMap(), Ft = new WeakMap(), zt = new WeakMap(), w = new WeakSet(), j
|
|
|
8879
8891
|
return t[11] = this.serialBoardroidSumHex(t), t.map((e, i) => {
|
|
8880
8892
|
t[i] = this.hexMaker(e);
|
|
8881
8893
|
}), t;
|
|
8882
|
-
},
|
|
8894
|
+
}, pa = function({ enable: t = !1, scrow: e = !1 } = {}) {
|
|
8883
8895
|
const i = t ? "FF" : "00", s = e ? "FF" : "00";
|
|
8884
8896
|
return ["F1", "C0", i, i, s, s, "00", "00", "00", "00", "F2", "00"];
|
|
8885
|
-
},
|
|
8897
|
+
}, da = function({ enable: t = !1, scrow: e = !1 } = {}) {
|
|
8886
8898
|
return ["F1", "C0", t ? "01" : "00", e ? "01" : "00", "00", "00", "00", "00", "00", "00", "F2", "00"];
|
|
8887
8899
|
}, _a = function(t = 1) {
|
|
8888
8900
|
if (t < 1) throw new Error("No banknotes to dispense");
|
|
@@ -9042,7 +9054,7 @@ Gt = new WeakSet(), ba = function() {
|
|
|
9042
9054
|
* LICENSE file in the root directory of this source tree.
|
|
9043
9055
|
*/
|
|
9044
9056
|
const ll = {
|
|
9045
|
-
wait:
|
|
9057
|
+
wait: Tt,
|
|
9046
9058
|
getSeconds: sn,
|
|
9047
9059
|
supportWebSerial: Pa
|
|
9048
9060
|
}, hl = "4.1.9";
|