@webitel/ui-sdk 24.12.9 → 24.12.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/ui-sdk.js +185 -185
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/locale/en/en.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/ua/ua.js +1 -0
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +4 -0
package/dist/ui-sdk.js
CHANGED
|
@@ -137,11 +137,11 @@ const j8 = K3("string"), re = K3("function"), xl = K3("number"), J3 = (e) => e !
|
|
|
137
137
|
return !1;
|
|
138
138
|
const r = ln(e);
|
|
139
139
|
return (r === null || r === Object.prototype || Object.getPrototypeOf(r) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
140
|
-
}, G8 = ge("Date"), X8 = ge("File"), K8 = ge("Blob"), J8 = ge("FileList"), Q8 = (e) => J3(e) && re(e.pipe),
|
|
140
|
+
}, G8 = ge("Date"), X8 = ge("File"), K8 = ge("Blob"), J8 = ge("FileList"), Q8 = (e) => J3(e) && re(e.pipe), e7 = (e) => {
|
|
141
141
|
let r;
|
|
142
142
|
return e && (typeof FormData == "function" && e instanceof FormData || re(e.append) && ((r = X3(e)) === "formdata" || // detect form-data instance
|
|
143
143
|
r === "object" && re(e.toString) && e.toString() === "[object FormData]"));
|
|
144
|
-
},
|
|
144
|
+
}, t7 = ge("URLSearchParams"), [r7, n7, a7, i7] = ["ReadableStream", "Request", "Response", "Headers"].map(ge), l7 = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
145
145
|
function Pt(e, r, { allOwnKeys: n = !1 } = {}) {
|
|
146
146
|
if (e === null || typeof e > "u")
|
|
147
147
|
return;
|
|
@@ -175,13 +175,13 @@ function h4() {
|
|
|
175
175
|
arguments[a] && Pt(arguments[a], n);
|
|
176
176
|
return r;
|
|
177
177
|
}
|
|
178
|
-
const
|
|
178
|
+
const o7 = (e, r, n, { allOwnKeys: a } = {}) => (Pt(r, (i, l) => {
|
|
179
179
|
n && re(i) ? e[l] = bl(i, n) : e[l] = i;
|
|
180
|
-
}, { allOwnKeys: a }), e),
|
|
180
|
+
}, { allOwnKeys: a }), e), s7 = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), c7 = (e, r, n, a) => {
|
|
181
181
|
e.prototype = Object.create(r.prototype, a), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
182
182
|
value: r.prototype
|
|
183
183
|
}), n && Object.assign(e.prototype, n);
|
|
184
|
-
},
|
|
184
|
+
}, u7 = (e, r, n, a) => {
|
|
185
185
|
let i, l, o;
|
|
186
186
|
const s = {};
|
|
187
187
|
if (r = r || {}, e == null) return r;
|
|
@@ -191,11 +191,11 @@ const o6 = (e, r, n, { allOwnKeys: a } = {}) => (Pt(r, (i, l) => {
|
|
|
191
191
|
e = n !== !1 && ln(e);
|
|
192
192
|
} while (e && (!n || n(e, r)) && e !== Object.prototype);
|
|
193
193
|
return r;
|
|
194
|
-
},
|
|
194
|
+
}, d7 = (e, r, n) => {
|
|
195
195
|
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= r.length;
|
|
196
196
|
const a = e.indexOf(r, n);
|
|
197
197
|
return a !== -1 && a === n;
|
|
198
|
-
},
|
|
198
|
+
}, f7 = (e) => {
|
|
199
199
|
if (!e) return null;
|
|
200
200
|
if (rt(e)) return e;
|
|
201
201
|
let r = e.length;
|
|
@@ -204,31 +204,31 @@ const o6 = (e, r, n, { allOwnKeys: a } = {}) => (Pt(r, (i, l) => {
|
|
|
204
204
|
for (; r-- > 0; )
|
|
205
205
|
n[r] = e[r];
|
|
206
206
|
return n;
|
|
207
|
-
},
|
|
207
|
+
}, h7 = /* @__PURE__ */ ((e) => (r) => e && r instanceof e)(typeof Uint8Array < "u" && ln(Uint8Array)), p7 = (e, r) => {
|
|
208
208
|
const a = (e && e[Symbol.iterator]).call(e);
|
|
209
209
|
let i;
|
|
210
210
|
for (; (i = a.next()) && !i.done; ) {
|
|
211
211
|
const l = i.value;
|
|
212
212
|
r.call(e, l[0], l[1]);
|
|
213
213
|
}
|
|
214
|
-
},
|
|
214
|
+
}, m7 = (e, r) => {
|
|
215
215
|
let n;
|
|
216
216
|
const a = [];
|
|
217
217
|
for (; (n = e.exec(r)) !== null; )
|
|
218
218
|
a.push(n);
|
|
219
219
|
return a;
|
|
220
|
-
},
|
|
220
|
+
}, v7 = ge("HTMLFormElement"), y7 = (e) => e.toLowerCase().replace(
|
|
221
221
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
222
222
|
function(n, a, i) {
|
|
223
223
|
return a.toUpperCase() + i;
|
|
224
224
|
}
|
|
225
|
-
), aa = (({ hasOwnProperty: e }) => (r, n) => e.call(r, n))(Object.prototype),
|
|
225
|
+
), aa = (({ hasOwnProperty: e }) => (r, n) => e.call(r, n))(Object.prototype), g7 = ge("RegExp"), Al = (e, r) => {
|
|
226
226
|
const n = Object.getOwnPropertyDescriptors(e), a = {};
|
|
227
227
|
Pt(n, (i, l) => {
|
|
228
228
|
let o;
|
|
229
229
|
(o = r(i, l, e)) !== !1 && (a[l] = o || i);
|
|
230
230
|
}), Object.defineProperties(e, a);
|
|
231
|
-
},
|
|
231
|
+
}, w7 = (e) => {
|
|
232
232
|
Al(e, (r, n) => {
|
|
233
233
|
if (re(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
234
234
|
return !1;
|
|
@@ -243,29 +243,29 @@ const o6 = (e, r, n, { allOwnKeys: a } = {}) => (Pt(r, (i, l) => {
|
|
|
243
243
|
});
|
|
244
244
|
}
|
|
245
245
|
});
|
|
246
|
-
},
|
|
246
|
+
}, C7 = (e, r) => {
|
|
247
247
|
const n = {}, a = (i) => {
|
|
248
248
|
i.forEach((l) => {
|
|
249
249
|
n[l] = !0;
|
|
250
250
|
});
|
|
251
251
|
};
|
|
252
252
|
return rt(e) ? a(e) : a(String(e).split(r)), n;
|
|
253
|
-
},
|
|
254
|
-
},
|
|
253
|
+
}, b7 = () => {
|
|
254
|
+
}, _7 = (e, r) => e != null && Number.isFinite(e = +e) ? e : r, mr = "abcdefghijklmnopqrstuvwxyz", ia = "0123456789", Ml = {
|
|
255
255
|
DIGIT: ia,
|
|
256
256
|
ALPHA: mr,
|
|
257
257
|
ALPHA_DIGIT: mr + mr.toUpperCase() + ia
|
|
258
|
-
},
|
|
258
|
+
}, x7 = (e = 16, r = Ml.ALPHA_DIGIT) => {
|
|
259
259
|
let n = "";
|
|
260
260
|
const { length: a } = r;
|
|
261
261
|
for (; e--; )
|
|
262
262
|
n += r[Math.random() * a | 0];
|
|
263
263
|
return n;
|
|
264
264
|
};
|
|
265
|
-
function
|
|
265
|
+
function L7(e) {
|
|
266
266
|
return !!(e && re(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
|
267
267
|
}
|
|
268
|
-
const
|
|
268
|
+
const E7 = (e) => {
|
|
269
269
|
const r = new Array(10), n = (a, i) => {
|
|
270
270
|
if (J3(a)) {
|
|
271
271
|
if (r.indexOf(a) >= 0)
|
|
@@ -282,79 +282,79 @@ const E6 = (e) => {
|
|
|
282
282
|
return a;
|
|
283
283
|
};
|
|
284
284
|
return n(e, 0);
|
|
285
|
-
},
|
|
285
|
+
}, A7 = ge("AsyncFunction"), M7 = (e) => e && (J3(e) || re(e)) && re(e.then) && re(e.catch), kl = ((e, r) => e ? setImmediate : r ? ((n, a) => (h1.addEventListener("message", ({ source: i, data: l }) => {
|
|
286
286
|
i === h1 && l === n && a.length && a.shift()();
|
|
287
287
|
}, !1), (i) => {
|
|
288
288
|
a.push(i), h1.postMessage(n, "*");
|
|
289
289
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
290
290
|
typeof setImmediate == "function",
|
|
291
291
|
re(h1.postMessage)
|
|
292
|
-
),
|
|
292
|
+
), k7 = typeof queueMicrotask < "u" ? queueMicrotask.bind(h1) : typeof Ct < "u" && Ct.nextTick || kl, Q = {
|
|
293
293
|
isArray: rt,
|
|
294
294
|
isArrayBuffer: _l,
|
|
295
295
|
isBuffer: z8,
|
|
296
|
-
isFormData:
|
|
296
|
+
isFormData: e7,
|
|
297
297
|
isArrayBufferView: q8,
|
|
298
298
|
isString: j8,
|
|
299
299
|
isNumber: xl,
|
|
300
300
|
isBoolean: Y8,
|
|
301
301
|
isObject: J3,
|
|
302
302
|
isPlainObject: e3,
|
|
303
|
-
isReadableStream:
|
|
304
|
-
isRequest:
|
|
305
|
-
isResponse:
|
|
306
|
-
isHeaders:
|
|
303
|
+
isReadableStream: r7,
|
|
304
|
+
isRequest: n7,
|
|
305
|
+
isResponse: a7,
|
|
306
|
+
isHeaders: i7,
|
|
307
307
|
isUndefined: kt,
|
|
308
308
|
isDate: G8,
|
|
309
309
|
isFile: X8,
|
|
310
310
|
isBlob: K8,
|
|
311
|
-
isRegExp:
|
|
311
|
+
isRegExp: g7,
|
|
312
312
|
isFunction: re,
|
|
313
313
|
isStream: Q8,
|
|
314
|
-
isURLSearchParams:
|
|
315
|
-
isTypedArray:
|
|
314
|
+
isURLSearchParams: t7,
|
|
315
|
+
isTypedArray: h7,
|
|
316
316
|
isFileList: J8,
|
|
317
317
|
forEach: Pt,
|
|
318
318
|
merge: h4,
|
|
319
|
-
extend:
|
|
320
|
-
trim:
|
|
321
|
-
stripBOM:
|
|
322
|
-
inherits:
|
|
323
|
-
toFlatObject:
|
|
319
|
+
extend: o7,
|
|
320
|
+
trim: l7,
|
|
321
|
+
stripBOM: s7,
|
|
322
|
+
inherits: c7,
|
|
323
|
+
toFlatObject: u7,
|
|
324
324
|
kindOf: X3,
|
|
325
325
|
kindOfTest: ge,
|
|
326
|
-
endsWith:
|
|
327
|
-
toArray:
|
|
328
|
-
forEachEntry:
|
|
329
|
-
matchAll:
|
|
330
|
-
isHTMLForm:
|
|
326
|
+
endsWith: d7,
|
|
327
|
+
toArray: f7,
|
|
328
|
+
forEachEntry: p7,
|
|
329
|
+
matchAll: m7,
|
|
330
|
+
isHTMLForm: v7,
|
|
331
331
|
hasOwnProperty: aa,
|
|
332
332
|
hasOwnProp: aa,
|
|
333
333
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
334
334
|
reduceDescriptors: Al,
|
|
335
|
-
freezeMethods:
|
|
336
|
-
toObjectSet:
|
|
337
|
-
toCamelCase:
|
|
338
|
-
noop:
|
|
339
|
-
toFiniteNumber:
|
|
335
|
+
freezeMethods: w7,
|
|
336
|
+
toObjectSet: C7,
|
|
337
|
+
toCamelCase: y7,
|
|
338
|
+
noop: b7,
|
|
339
|
+
toFiniteNumber: _7,
|
|
340
340
|
findKey: Ll,
|
|
341
341
|
global: h1,
|
|
342
342
|
isContextDefined: El,
|
|
343
343
|
ALPHABET: Ml,
|
|
344
|
-
generateString:
|
|
345
|
-
isSpecCompliantForm:
|
|
346
|
-
toJSONObject:
|
|
347
|
-
isAsyncFn:
|
|
348
|
-
isThenable:
|
|
344
|
+
generateString: x7,
|
|
345
|
+
isSpecCompliantForm: L7,
|
|
346
|
+
toJSONObject: E7,
|
|
347
|
+
isAsyncFn: A7,
|
|
348
|
+
isThenable: M7,
|
|
349
349
|
setImmediate: kl,
|
|
350
|
-
asap:
|
|
350
|
+
asap: k7
|
|
351
351
|
};
|
|
352
352
|
var Tl = {}, Q3 = {};
|
|
353
|
-
Q3.byteLength =
|
|
354
|
-
Q3.toByteArray =
|
|
355
|
-
Q3.fromByteArray =
|
|
356
|
-
var _e = [], le = [],
|
|
357
|
-
for (var D1 = 0,
|
|
353
|
+
Q3.byteLength = O7;
|
|
354
|
+
Q3.toByteArray = B7;
|
|
355
|
+
Q3.fromByteArray = I7;
|
|
356
|
+
var _e = [], le = [], T7 = typeof Uint8Array < "u" ? Uint8Array : Array, vr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
357
|
+
for (var D1 = 0, S7 = vr.length; D1 < S7; ++D1)
|
|
358
358
|
_e[D1] = vr[D1], le[vr.charCodeAt(D1)] = D1;
|
|
359
359
|
le[45] = 62;
|
|
360
360
|
le[95] = 63;
|
|
@@ -367,30 +367,30 @@ function Sl(e) {
|
|
|
367
367
|
var a = n === r ? 0 : 4 - n % 4;
|
|
368
368
|
return [n, a];
|
|
369
369
|
}
|
|
370
|
-
function
|
|
370
|
+
function O7(e) {
|
|
371
371
|
var r = Sl(e), n = r[0], a = r[1];
|
|
372
372
|
return (n + a) * 3 / 4 - a;
|
|
373
373
|
}
|
|
374
|
-
function
|
|
374
|
+
function D7(e, r, n) {
|
|
375
375
|
return (r + n) * 3 / 4 - n;
|
|
376
376
|
}
|
|
377
|
-
function
|
|
378
|
-
var r, n = Sl(e), a = n[0], i = n[1], l = new
|
|
377
|
+
function B7(e) {
|
|
378
|
+
var r, n = Sl(e), a = n[0], i = n[1], l = new T7(D7(e, a, i)), o = 0, s = i > 0 ? a - 4 : a, u;
|
|
379
379
|
for (u = 0; u < s; u += 4)
|
|
380
380
|
r = le[e.charCodeAt(u)] << 18 | le[e.charCodeAt(u + 1)] << 12 | le[e.charCodeAt(u + 2)] << 6 | le[e.charCodeAt(u + 3)], l[o++] = r >> 16 & 255, l[o++] = r >> 8 & 255, l[o++] = r & 255;
|
|
381
381
|
return i === 2 && (r = le[e.charCodeAt(u)] << 2 | le[e.charCodeAt(u + 1)] >> 4, l[o++] = r & 255), i === 1 && (r = le[e.charCodeAt(u)] << 10 | le[e.charCodeAt(u + 1)] << 4 | le[e.charCodeAt(u + 2)] >> 2, l[o++] = r >> 8 & 255, l[o++] = r & 255), l;
|
|
382
382
|
}
|
|
383
|
-
function $
|
|
383
|
+
function $7(e) {
|
|
384
384
|
return _e[e >> 18 & 63] + _e[e >> 12 & 63] + _e[e >> 6 & 63] + _e[e & 63];
|
|
385
385
|
}
|
|
386
|
-
function
|
|
386
|
+
function F7(e, r, n) {
|
|
387
387
|
for (var a, i = [], l = r; l < n; l += 3)
|
|
388
|
-
a = (e[l] << 16 & 16711680) + (e[l + 1] << 8 & 65280) + (e[l + 2] & 255), i.push($
|
|
388
|
+
a = (e[l] << 16 & 16711680) + (e[l + 1] << 8 & 65280) + (e[l + 2] & 255), i.push($7(a));
|
|
389
389
|
return i.join("");
|
|
390
390
|
}
|
|
391
|
-
function
|
|
391
|
+
function I7(e) {
|
|
392
392
|
for (var r, n = e.length, a = n % 3, i = [], l = 16383, o = 0, s = n - a; o < s; o += l)
|
|
393
|
-
i.push(
|
|
393
|
+
i.push(F7(e, o, o + l > s ? s : o + l));
|
|
394
394
|
return a === 1 ? (r = e[n - 1], i.push(
|
|
395
395
|
_e[r >> 2] + _e[r << 4 & 63] + "=="
|
|
396
396
|
)) : a === 2 && (r = (e[n - 2] << 8) + e[n - 1], i.push(
|
|
@@ -1368,7 +1368,7 @@ on.write = function(e, r, n, a, i, l) {
|
|
|
1368
1368
|
throw new Error("BigInt not supported");
|
|
1369
1369
|
}
|
|
1370
1370
|
})(Tl);
|
|
1371
|
-
const
|
|
1371
|
+
const N7 = Tl.Buffer;
|
|
1372
1372
|
function U0(e, r, n, a, i) {
|
|
1373
1373
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", r && (this.code = r), n && (this.config = n), a && (this.request = a), i && (this.response = i, this.status = i.status ? i.status : null);
|
|
1374
1374
|
}
|
|
@@ -1419,7 +1419,7 @@ U0.from = (e, r, n, a, i, l) => {
|
|
|
1419
1419
|
return u !== Error.prototype;
|
|
1420
1420
|
}, (s) => s !== "isAxiosError"), U0.call(o, e.message, r, n, a, i), o.cause = e, o.name = e.name, l && Object.assign(o, l), o;
|
|
1421
1421
|
};
|
|
1422
|
-
const
|
|
1422
|
+
const P7 = null;
|
|
1423
1423
|
function p4(e) {
|
|
1424
1424
|
return Q.isPlainObject(e) || Q.isArray(e);
|
|
1425
1425
|
}
|
|
@@ -1431,10 +1431,10 @@ function la(e, r, n) {
|
|
|
1431
1431
|
return i = Bl(i), !n && l ? "[" + i + "]" : i;
|
|
1432
1432
|
}).join(n ? "." : "") : r;
|
|
1433
1433
|
}
|
|
1434
|
-
function
|
|
1434
|
+
function H7(e) {
|
|
1435
1435
|
return Q.isArray(e) && !e.some(p4);
|
|
1436
1436
|
}
|
|
1437
|
-
const
|
|
1437
|
+
const R7 = Q.toFlatObject(Q, {}, null, function(r) {
|
|
1438
1438
|
return /^is[A-Z]/.test(r);
|
|
1439
1439
|
});
|
|
1440
1440
|
function er(e, r, n) {
|
|
@@ -1456,14 +1456,14 @@ function er(e, r, n) {
|
|
|
1456
1456
|
return b.toISOString();
|
|
1457
1457
|
if (!u && Q.isBlob(b))
|
|
1458
1458
|
throw new U0("Blob is not supported. Use a Buffer instead.");
|
|
1459
|
-
return Q.isArrayBuffer(b) || Q.isTypedArray(b) ? u && typeof Blob == "function" ? new Blob([b]) :
|
|
1459
|
+
return Q.isArrayBuffer(b) || Q.isTypedArray(b) ? u && typeof Blob == "function" ? new Blob([b]) : N7.from(b) : b;
|
|
1460
1460
|
}
|
|
1461
1461
|
function h(b, x, L) {
|
|
1462
1462
|
let $ = b;
|
|
1463
1463
|
if (b && !L && typeof b == "object") {
|
|
1464
1464
|
if (Q.endsWith(x, "{}"))
|
|
1465
1465
|
x = a ? x : x.slice(0, -2), b = JSON.stringify(b);
|
|
1466
|
-
else if (Q.isArray(b) &&
|
|
1466
|
+
else if (Q.isArray(b) && H7(b) || (Q.isFileList(b) || Q.endsWith(x, "[]")) && ($ = Q.toArray(b)))
|
|
1467
1467
|
return x = Bl(x), $.forEach(function(E, S) {
|
|
1468
1468
|
!(Q.isUndefined(E) || E === null) && r.append(
|
|
1469
1469
|
// eslint-disable-next-line no-nested-ternary
|
|
@@ -1474,7 +1474,7 @@ function er(e, r, n) {
|
|
|
1474
1474
|
}
|
|
1475
1475
|
return p4(b) ? !0 : (r.append(la(L, x, l), f(b)), !1);
|
|
1476
1476
|
}
|
|
1477
|
-
const p = [], m = Object.assign(
|
|
1477
|
+
const p = [], m = Object.assign(R7, {
|
|
1478
1478
|
defaultVisitor: h,
|
|
1479
1479
|
convertValue: f,
|
|
1480
1480
|
isVisitable: p4
|
|
@@ -1527,13 +1527,13 @@ $l.toString = function(r) {
|
|
|
1527
1527
|
return n(i[0]) + "=" + n(i[1]);
|
|
1528
1528
|
}, "").join("&");
|
|
1529
1529
|
};
|
|
1530
|
-
function
|
|
1530
|
+
function V7(e) {
|
|
1531
1531
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
1532
1532
|
}
|
|
1533
1533
|
function Fl(e, r, n) {
|
|
1534
1534
|
if (!r)
|
|
1535
1535
|
return e;
|
|
1536
|
-
const a = n && n.encode ||
|
|
1536
|
+
const a = n && n.encode || V7, i = n && n.serialize;
|
|
1537
1537
|
let l;
|
|
1538
1538
|
if (i ? l = i(r, n) : l = Q.isURLSearchParams(r) ? r.toString() : new sn(r, n).toString(a), l) {
|
|
1539
1539
|
const o = e.indexOf("#");
|
|
@@ -1599,37 +1599,37 @@ const Il = {
|
|
|
1599
1599
|
silentJSONParsing: !0,
|
|
1600
1600
|
forcedJSONParsing: !0,
|
|
1601
1601
|
clarifyTimeoutError: !1
|
|
1602
|
-
},
|
|
1602
|
+
}, U7 = typeof URLSearchParams < "u" ? URLSearchParams : sn, W7 = typeof FormData < "u" ? FormData : null, Z7 = typeof Blob < "u" ? Blob : null, z7 = {
|
|
1603
1603
|
isBrowser: !0,
|
|
1604
1604
|
classes: {
|
|
1605
|
-
URLSearchParams:
|
|
1606
|
-
FormData:
|
|
1607
|
-
Blob:
|
|
1605
|
+
URLSearchParams: U7,
|
|
1606
|
+
FormData: W7,
|
|
1607
|
+
Blob: Z7
|
|
1608
1608
|
},
|
|
1609
1609
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
1610
|
-
}, cn = typeof window < "u" && typeof document < "u", m4 = typeof navigator == "object" && navigator || void 0,
|
|
1611
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
1610
|
+
}, cn = typeof window < "u" && typeof document < "u", m4 = typeof navigator == "object" && navigator || void 0, q7 = cn && (!m4 || ["ReactNative", "NativeScript", "NS"].indexOf(m4.product) < 0), j7 = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
1611
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Y7 = cn && window.location.href || "http://localhost", G7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1612
1612
|
__proto__: null,
|
|
1613
1613
|
hasBrowserEnv: cn,
|
|
1614
|
-
hasStandardBrowserEnv:
|
|
1615
|
-
hasStandardBrowserWebWorkerEnv:
|
|
1614
|
+
hasStandardBrowserEnv: q7,
|
|
1615
|
+
hasStandardBrowserWebWorkerEnv: j7,
|
|
1616
1616
|
navigator: m4,
|
|
1617
|
-
origin:
|
|
1617
|
+
origin: Y7
|
|
1618
1618
|
}, Symbol.toStringTag, { value: "Module" })), ee = {
|
|
1619
|
-
...
|
|
1620
|
-
...
|
|
1619
|
+
...G7,
|
|
1620
|
+
...z7
|
|
1621
1621
|
};
|
|
1622
|
-
function
|
|
1622
|
+
function X7(e, r) {
|
|
1623
1623
|
return er(e, new ee.classes.URLSearchParams(), Object.assign({
|
|
1624
1624
|
visitor: function(n, a, i, l) {
|
|
1625
1625
|
return ee.isNode && Q.isBuffer(n) ? (this.append(a, n.toString("base64")), !1) : l.defaultVisitor.apply(this, arguments);
|
|
1626
1626
|
}
|
|
1627
1627
|
}, r));
|
|
1628
1628
|
}
|
|
1629
|
-
function
|
|
1629
|
+
function K7(e) {
|
|
1630
1630
|
return Q.matchAll(/\w+|\[(\w*)]/g, e).map((r) => r[0] === "[]" ? "" : r[1] || r[0]);
|
|
1631
1631
|
}
|
|
1632
|
-
function
|
|
1632
|
+
function J7(e) {
|
|
1633
1633
|
const r = {}, n = Object.keys(e);
|
|
1634
1634
|
let a;
|
|
1635
1635
|
const i = n.length;
|
|
@@ -1643,17 +1643,17 @@ function Nl(e) {
|
|
|
1643
1643
|
let o = n[l++];
|
|
1644
1644
|
if (o === "__proto__") return !0;
|
|
1645
1645
|
const s = Number.isFinite(+o), u = l >= n.length;
|
|
1646
|
-
return o = !o && Q.isArray(i) ? i.length : o, u ? (Q.hasOwnProp(i, o) ? i[o] = [i[o], a] : i[o] = a, !s) : ((!i[o] || !Q.isObject(i[o])) && (i[o] = []), r(n, a, i[o], l) && Q.isArray(i[o]) && (i[o] =
|
|
1646
|
+
return o = !o && Q.isArray(i) ? i.length : o, u ? (Q.hasOwnProp(i, o) ? i[o] = [i[o], a] : i[o] = a, !s) : ((!i[o] || !Q.isObject(i[o])) && (i[o] = []), r(n, a, i[o], l) && Q.isArray(i[o]) && (i[o] = J7(i[o])), !s);
|
|
1647
1647
|
}
|
|
1648
1648
|
if (Q.isFormData(e) && Q.isFunction(e.entries)) {
|
|
1649
1649
|
const n = {};
|
|
1650
1650
|
return Q.forEachEntry(e, (a, i) => {
|
|
1651
|
-
r(
|
|
1651
|
+
r(K7(a), i, n, 0);
|
|
1652
1652
|
}), n;
|
|
1653
1653
|
}
|
|
1654
1654
|
return null;
|
|
1655
1655
|
}
|
|
1656
|
-
function
|
|
1656
|
+
function Q7(e, r, n) {
|
|
1657
1657
|
if (Q.isString(e))
|
|
1658
1658
|
try {
|
|
1659
1659
|
return (r || JSON.parse)(e), Q.trim(e);
|
|
@@ -1679,7 +1679,7 @@ const Ht = {
|
|
|
1679
1679
|
let s;
|
|
1680
1680
|
if (l) {
|
|
1681
1681
|
if (a.indexOf("application/x-www-form-urlencoded") > -1)
|
|
1682
|
-
return
|
|
1682
|
+
return X7(r, this.formSerializer).toString();
|
|
1683
1683
|
if ((s = Q.isFileList(r)) || a.indexOf("multipart/form-data") > -1) {
|
|
1684
1684
|
const u = this.env && this.env.FormData;
|
|
1685
1685
|
return er(
|
|
@@ -1689,7 +1689,7 @@ const Ht = {
|
|
|
1689
1689
|
);
|
|
1690
1690
|
}
|
|
1691
1691
|
}
|
|
1692
|
-
return l || i ? (n.setContentType("application/json", !1),
|
|
1692
|
+
return l || i ? (n.setContentType("application/json", !1), Q7(r)) : r;
|
|
1693
1693
|
}],
|
|
1694
1694
|
transformResponse: [function(r) {
|
|
1695
1695
|
const n = this.transitional || Ht.transitional, a = n && n.forcedJSONParsing, i = this.responseType === "json";
|
|
@@ -1732,7 +1732,7 @@ const Ht = {
|
|
|
1732
1732
|
Q.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
1733
1733
|
Ht.headers[e] = {};
|
|
1734
1734
|
});
|
|
1735
|
-
const
|
|
1735
|
+
const e6 = Q.toObjectSet([
|
|
1736
1736
|
"age",
|
|
1737
1737
|
"authorization",
|
|
1738
1738
|
"content-length",
|
|
@@ -1750,12 +1750,12 @@ const e7 = Q.toObjectSet([
|
|
|
1750
1750
|
"referer",
|
|
1751
1751
|
"retry-after",
|
|
1752
1752
|
"user-agent"
|
|
1753
|
-
]),
|
|
1753
|
+
]), t6 = (e) => {
|
|
1754
1754
|
const r = {};
|
|
1755
1755
|
let n, a, i;
|
|
1756
1756
|
return e && e.split(`
|
|
1757
1757
|
`).forEach(function(o) {
|
|
1758
|
-
i = o.indexOf(":"), n = o.substring(0, i).trim().toLowerCase(), a = o.substring(i + 1).trim(), !(!n || r[n] &&
|
|
1758
|
+
i = o.indexOf(":"), n = o.substring(0, i).trim().toLowerCase(), a = o.substring(i + 1).trim(), !(!n || r[n] && e6[n]) && (n === "set-cookie" ? r[n] ? r[n].push(a) : r[n] = [a] : r[n] = r[n] ? r[n] + ", " + a : a);
|
|
1759
1759
|
}), r;
|
|
1760
1760
|
}, ca = Symbol("internals");
|
|
1761
1761
|
function ot(e) {
|
|
@@ -1764,14 +1764,14 @@ function ot(e) {
|
|
|
1764
1764
|
function t3(e) {
|
|
1765
1765
|
return e === !1 || e == null ? e : Q.isArray(e) ? e.map(t3) : String(e);
|
|
1766
1766
|
}
|
|
1767
|
-
function
|
|
1767
|
+
function r6(e) {
|
|
1768
1768
|
const r = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
1769
1769
|
let a;
|
|
1770
1770
|
for (; a = n.exec(e); )
|
|
1771
1771
|
r[a[1]] = a[2];
|
|
1772
1772
|
return r;
|
|
1773
1773
|
}
|
|
1774
|
-
const
|
|
1774
|
+
const n6 = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
1775
1775
|
function yr(e, r, n, a, i) {
|
|
1776
1776
|
if (Q.isFunction(a))
|
|
1777
1777
|
return a.call(this, r, n);
|
|
@@ -1782,10 +1782,10 @@ function yr(e, r, n, a, i) {
|
|
|
1782
1782
|
return a.test(r);
|
|
1783
1783
|
}
|
|
1784
1784
|
}
|
|
1785
|
-
function
|
|
1785
|
+
function a6(e) {
|
|
1786
1786
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (r, n, a) => n.toUpperCase() + a);
|
|
1787
1787
|
}
|
|
1788
|
-
function
|
|
1788
|
+
function i6(e, r) {
|
|
1789
1789
|
const n = Q.toCamelCase(" " + r);
|
|
1790
1790
|
["get", "set", "has"].forEach((a) => {
|
|
1791
1791
|
Object.defineProperty(e, a + n, {
|
|
@@ -1812,8 +1812,8 @@ class te {
|
|
|
1812
1812
|
const o = (s, u) => Q.forEach(s, (f, h) => l(f, h, u));
|
|
1813
1813
|
if (Q.isPlainObject(r) || r instanceof this.constructor)
|
|
1814
1814
|
o(r, n);
|
|
1815
|
-
else if (Q.isString(r) && (r = r.trim()) && !
|
|
1816
|
-
o(
|
|
1815
|
+
else if (Q.isString(r) && (r = r.trim()) && !n6(r))
|
|
1816
|
+
o(t6(r), n);
|
|
1817
1817
|
else if (Q.isHeaders(r))
|
|
1818
1818
|
for (const [s, u] of r.entries())
|
|
1819
1819
|
l(u, s, a);
|
|
@@ -1829,7 +1829,7 @@ class te {
|
|
|
1829
1829
|
if (!n)
|
|
1830
1830
|
return i;
|
|
1831
1831
|
if (n === !0)
|
|
1832
|
-
return
|
|
1832
|
+
return r6(i);
|
|
1833
1833
|
if (Q.isFunction(n))
|
|
1834
1834
|
return n.call(this, i, a);
|
|
1835
1835
|
if (Q.isRegExp(n))
|
|
@@ -1873,7 +1873,7 @@ class te {
|
|
|
1873
1873
|
n[o] = t3(i), delete n[l];
|
|
1874
1874
|
return;
|
|
1875
1875
|
}
|
|
1876
|
-
const s = r ?
|
|
1876
|
+
const s = r ? a6(l) : String(l).trim();
|
|
1877
1877
|
s !== l && delete n[l], n[s] = t3(i), a[s] = !0;
|
|
1878
1878
|
}), this;
|
|
1879
1879
|
}
|
|
@@ -1909,7 +1909,7 @@ class te {
|
|
|
1909
1909
|
}).accessors, i = this.prototype;
|
|
1910
1910
|
function l(o) {
|
|
1911
1911
|
const s = ot(o);
|
|
1912
|
-
a[s] || (
|
|
1912
|
+
a[s] || (i6(i, o), a[s] = !0);
|
|
1913
1913
|
}
|
|
1914
1914
|
return Q.isArray(r) ? r.forEach(l) : l(r), this;
|
|
1915
1915
|
}
|
|
@@ -1951,11 +1951,11 @@ function Hl(e, r, n) {
|
|
|
1951
1951
|
n
|
|
1952
1952
|
));
|
|
1953
1953
|
}
|
|
1954
|
-
function
|
|
1954
|
+
function l6(e) {
|
|
1955
1955
|
const r = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
|
1956
1956
|
return r && r[1] || "";
|
|
1957
1957
|
}
|
|
1958
|
-
function
|
|
1958
|
+
function o6(e, r) {
|
|
1959
1959
|
e = e || 10;
|
|
1960
1960
|
const n = new Array(e), a = new Array(e);
|
|
1961
1961
|
let i = 0, l = 0, o;
|
|
@@ -1971,7 +1971,7 @@ function o7(e, r) {
|
|
|
1971
1971
|
return v ? Math.round(m * 1e3 / v) : void 0;
|
|
1972
1972
|
};
|
|
1973
1973
|
}
|
|
1974
|
-
function
|
|
1974
|
+
function s6(e, r) {
|
|
1975
1975
|
let n = 0, a = 1e3 / r, i, l;
|
|
1976
1976
|
const o = (f, h = Date.now()) => {
|
|
1977
1977
|
n = h, i = null, l && (clearTimeout(l), l = null), e.apply(null, f);
|
|
@@ -1985,8 +1985,8 @@ function s7(e, r) {
|
|
|
1985
1985
|
}
|
|
1986
1986
|
const m3 = (e, r, n = 3) => {
|
|
1987
1987
|
let a = 0;
|
|
1988
|
-
const i =
|
|
1989
|
-
return
|
|
1988
|
+
const i = o6(50, 250);
|
|
1989
|
+
return s6((l) => {
|
|
1990
1990
|
const o = l.loaded, s = l.lengthComputable ? l.total : void 0, u = o - a, f = i(u), h = o <= s;
|
|
1991
1991
|
a = o;
|
|
1992
1992
|
const p = {
|
|
@@ -2009,7 +2009,7 @@ const m3 = (e, r, n = 3) => {
|
|
|
2009
2009
|
total: e,
|
|
2010
2010
|
loaded: a
|
|
2011
2011
|
}), r[1]];
|
|
2012
|
-
}, da = (e) => (...r) => Q.asap(() => e(...r)),
|
|
2012
|
+
}, da = (e) => (...r) => Q.asap(() => e(...r)), c6 = ee.hasStandardBrowserEnv ? (
|
|
2013
2013
|
// Standard browser envs have full support of the APIs needed to test
|
|
2014
2014
|
// whether the request URL is of the same origin as current location.
|
|
2015
2015
|
function() {
|
|
@@ -2040,7 +2040,7 @@ const m3 = (e, r, n = 3) => {
|
|
|
2040
2040
|
return !0;
|
|
2041
2041
|
};
|
|
2042
2042
|
}()
|
|
2043
|
-
),
|
|
2043
|
+
), u6 = ee.hasStandardBrowserEnv ? (
|
|
2044
2044
|
// Standard browser envs support document.cookie
|
|
2045
2045
|
{
|
|
2046
2046
|
write(e, r, n, a, i, l) {
|
|
@@ -2067,14 +2067,14 @@ const m3 = (e, r, n = 3) => {
|
|
|
2067
2067
|
}
|
|
2068
2068
|
}
|
|
2069
2069
|
);
|
|
2070
|
-
function
|
|
2070
|
+
function d6(e) {
|
|
2071
2071
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
|
2072
2072
|
}
|
|
2073
|
-
function
|
|
2073
|
+
function f6(e, r) {
|
|
2074
2074
|
return r ? e.replace(/\/?\/$/, "") + "/" + r.replace(/^\/+/, "") : e;
|
|
2075
2075
|
}
|
|
2076
2076
|
function Rl(e, r) {
|
|
2077
|
-
return e && !
|
|
2077
|
+
return e && !d6(r) ? f6(e, r) : r;
|
|
2078
2078
|
}
|
|
2079
2079
|
const fa = (e) => e instanceof te ? { ...e } : e;
|
|
2080
2080
|
function b1(e, r) {
|
|
@@ -2157,12 +2157,12 @@ const Vl = (e) => {
|
|
|
2157
2157
|
o.setContentType([f || "multipart/form-data", ...h].join("; "));
|
|
2158
2158
|
}
|
|
2159
2159
|
}
|
|
2160
|
-
if (ee.hasStandardBrowserEnv && (a && Q.isFunction(a) && (a = a(r)), a || a !== !1 &&
|
|
2161
|
-
const f = i && l &&
|
|
2160
|
+
if (ee.hasStandardBrowserEnv && (a && Q.isFunction(a) && (a = a(r)), a || a !== !1 && c6(r.url))) {
|
|
2161
|
+
const f = i && l && u6.read(l);
|
|
2162
2162
|
f && o.set(i, f);
|
|
2163
2163
|
}
|
|
2164
2164
|
return r;
|
|
2165
|
-
},
|
|
2165
|
+
}, h6 = typeof XMLHttpRequest < "u", p6 = h6 && function(e) {
|
|
2166
2166
|
return new Promise(function(n, a) {
|
|
2167
2167
|
const i = Vl(e);
|
|
2168
2168
|
let l = i.data;
|
|
@@ -2212,14 +2212,14 @@ const Vl = (e) => {
|
|
|
2212
2212
|
}), Q.isUndefined(i.withCredentials) || (L.withCredentials = !!i.withCredentials), s && s !== "json" && (L.responseType = i.responseType), f && ([m, b] = m3(f, !0), L.addEventListener("progress", m)), u && L.upload && ([p, v] = m3(u), L.upload.addEventListener("progress", p), L.upload.addEventListener("loadend", v)), (i.cancelToken || i.signal) && (h = (E) => {
|
|
2213
2213
|
L && (a(!E || E.type ? new nt(null, e, L) : E), L.abort(), L = null);
|
|
2214
2214
|
}, i.cancelToken && i.cancelToken.subscribe(h), i.signal && (i.signal.aborted ? h() : i.signal.addEventListener("abort", h)));
|
|
2215
|
-
const T =
|
|
2215
|
+
const T = l6(i.url);
|
|
2216
2216
|
if (T && ee.protocols.indexOf(T) === -1) {
|
|
2217
2217
|
a(new U0("Unsupported protocol " + T + ":", U0.ERR_BAD_REQUEST, e));
|
|
2218
2218
|
return;
|
|
2219
2219
|
}
|
|
2220
2220
|
L.send(l || null);
|
|
2221
2221
|
});
|
|
2222
|
-
},
|
|
2222
|
+
}, m6 = (e, r) => {
|
|
2223
2223
|
const { length: n } = e = e ? e.filter(Boolean) : [];
|
|
2224
2224
|
if (r || n) {
|
|
2225
2225
|
let a = new AbortController(), i;
|
|
@@ -2242,7 +2242,7 @@ const Vl = (e) => {
|
|
|
2242
2242
|
const { signal: u } = a;
|
|
2243
2243
|
return u.unsubscribe = () => Q.asap(s), u;
|
|
2244
2244
|
}
|
|
2245
|
-
},
|
|
2245
|
+
}, v6 = function* (e, r) {
|
|
2246
2246
|
let n = e.byteLength;
|
|
2247
2247
|
if (n < r) {
|
|
2248
2248
|
yield e;
|
|
@@ -2251,10 +2251,10 @@ const Vl = (e) => {
|
|
|
2251
2251
|
let a = 0, i;
|
|
2252
2252
|
for (; a < n; )
|
|
2253
2253
|
i = a + r, yield e.slice(a, i), a = i;
|
|
2254
|
-
},
|
|
2255
|
-
for await (const n of
|
|
2256
|
-
yield*
|
|
2257
|
-
},
|
|
2254
|
+
}, y6 = async function* (e, r) {
|
|
2255
|
+
for await (const n of g6(e))
|
|
2256
|
+
yield* v6(n, r);
|
|
2257
|
+
}, g6 = async function* (e) {
|
|
2258
2258
|
if (e[Symbol.asyncIterator]) {
|
|
2259
2259
|
yield* e;
|
|
2260
2260
|
return;
|
|
@@ -2271,7 +2271,7 @@ const Vl = (e) => {
|
|
|
2271
2271
|
await r.cancel();
|
|
2272
2272
|
}
|
|
2273
2273
|
}, ha = (e, r, n, a) => {
|
|
2274
|
-
const i =
|
|
2274
|
+
const i = y6(e, r);
|
|
2275
2275
|
let l = 0, o, s = (u) => {
|
|
2276
2276
|
o || (o = !0, a && a(u));
|
|
2277
2277
|
};
|
|
@@ -2299,13 +2299,13 @@ const Vl = (e) => {
|
|
|
2299
2299
|
}, {
|
|
2300
2300
|
highWaterMark: 2
|
|
2301
2301
|
});
|
|
2302
|
-
}, tr = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Ul = tr && typeof ReadableStream == "function",
|
|
2302
|
+
}, tr = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Ul = tr && typeof ReadableStream == "function", w6 = tr && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (r) => e.encode(r))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Wl = (e, ...r) => {
|
|
2303
2303
|
try {
|
|
2304
2304
|
return !!e(...r);
|
|
2305
2305
|
} catch {
|
|
2306
2306
|
return !1;
|
|
2307
2307
|
}
|
|
2308
|
-
},
|
|
2308
|
+
}, C6 = Ul && Wl(() => {
|
|
2309
2309
|
let e = !1;
|
|
2310
2310
|
const r = new Request(ee.origin, {
|
|
2311
2311
|
body: new ReadableStream(),
|
|
@@ -2325,7 +2325,7 @@ tr && ((e) => {
|
|
|
2325
2325
|
});
|
|
2326
2326
|
});
|
|
2327
2327
|
})(new Response());
|
|
2328
|
-
const
|
|
2328
|
+
const b6 = async (e) => {
|
|
2329
2329
|
if (e == null)
|
|
2330
2330
|
return 0;
|
|
2331
2331
|
if (Q.isBlob(e))
|
|
@@ -2338,11 +2338,11 @@ const b7 = async (e) => {
|
|
|
2338
2338
|
if (Q.isArrayBufferView(e) || Q.isArrayBuffer(e))
|
|
2339
2339
|
return e.byteLength;
|
|
2340
2340
|
if (Q.isURLSearchParams(e) && (e = e + ""), Q.isString(e))
|
|
2341
|
-
return (await
|
|
2342
|
-
},
|
|
2341
|
+
return (await w6(e)).byteLength;
|
|
2342
|
+
}, _6 = async (e, r) => {
|
|
2343
2343
|
const n = Q.toFiniteNumber(e.getContentLength());
|
|
2344
|
-
return n ??
|
|
2345
|
-
},
|
|
2344
|
+
return n ?? b6(r);
|
|
2345
|
+
}, x6 = tr && (async (e) => {
|
|
2346
2346
|
let {
|
|
2347
2347
|
url: r,
|
|
2348
2348
|
method: n,
|
|
@@ -2358,13 +2358,13 @@ const b7 = async (e) => {
|
|
|
2358
2358
|
fetchOptions: m
|
|
2359
2359
|
} = Vl(e);
|
|
2360
2360
|
f = f ? (f + "").toLowerCase() : "text";
|
|
2361
|
-
let v =
|
|
2361
|
+
let v = m6([i, l && l.toAbortSignal()], o), b;
|
|
2362
2362
|
const x = v && v.unsubscribe && (() => {
|
|
2363
2363
|
v.unsubscribe();
|
|
2364
2364
|
});
|
|
2365
2365
|
let L;
|
|
2366
2366
|
try {
|
|
2367
|
-
if (u &&
|
|
2367
|
+
if (u && C6 && n !== "get" && n !== "head" && (L = await _6(h, a)) !== 0) {
|
|
2368
2368
|
let D = new Request(r, {
|
|
2369
2369
|
method: "POST",
|
|
2370
2370
|
body: a,
|
|
@@ -2428,9 +2428,9 @@ const b7 = async (e) => {
|
|
|
2428
2428
|
) : U0.from($, $ && $.code, e, b);
|
|
2429
2429
|
}
|
|
2430
2430
|
}), y4 = {
|
|
2431
|
-
http:
|
|
2432
|
-
xhr:
|
|
2433
|
-
fetch:
|
|
2431
|
+
http: P7,
|
|
2432
|
+
xhr: p6,
|
|
2433
|
+
fetch: x6
|
|
2434
2434
|
};
|
|
2435
2435
|
Q.forEach(y4, (e, r) => {
|
|
2436
2436
|
if (e) {
|
|
@@ -2441,7 +2441,7 @@ Q.forEach(y4, (e, r) => {
|
|
|
2441
2441
|
Object.defineProperty(e, "adapterName", { value: r });
|
|
2442
2442
|
}
|
|
2443
2443
|
});
|
|
2444
|
-
const ma = (e) => `- ${e}`,
|
|
2444
|
+
const ma = (e) => `- ${e}`, L6 = (e) => Q.isFunction(e) || e === null || e === !1, Zl = {
|
|
2445
2445
|
getAdapter: (e) => {
|
|
2446
2446
|
e = Q.isArray(e) ? e : [e];
|
|
2447
2447
|
const { length: r } = e;
|
|
@@ -2450,7 +2450,7 @@ const ma = (e) => `- ${e}`, L7 = (e) => Q.isFunction(e) || e === null || e === !
|
|
|
2450
2450
|
for (let l = 0; l < r; l++) {
|
|
2451
2451
|
n = e[l];
|
|
2452
2452
|
let o;
|
|
2453
|
-
if (a = n, !
|
|
2453
|
+
if (a = n, !L6(n) && (a = y4[(o = String(n)).toLowerCase()], a === void 0))
|
|
2454
2454
|
throw new U0(`Unknown adapter '${o}'`);
|
|
2455
2455
|
if (a)
|
|
2456
2456
|
break;
|
|
@@ -2519,7 +2519,7 @@ un.transitional = function(r, n, a) {
|
|
|
2519
2519
|
)), r ? r(l, o, s) : !0;
|
|
2520
2520
|
};
|
|
2521
2521
|
};
|
|
2522
|
-
function
|
|
2522
|
+
function E6(e, r, n) {
|
|
2523
2523
|
if (typeof e != "object")
|
|
2524
2524
|
throw new U0("options must be an object", U0.ERR_BAD_OPTION_VALUE);
|
|
2525
2525
|
const a = Object.keys(e);
|
|
@@ -2537,7 +2537,7 @@ function E7(e, r, n) {
|
|
|
2537
2537
|
}
|
|
2538
2538
|
}
|
|
2539
2539
|
const g4 = {
|
|
2540
|
-
assertOptions:
|
|
2540
|
+
assertOptions: E6,
|
|
2541
2541
|
validators: un
|
|
2542
2542
|
}, qe = g4.validators;
|
|
2543
2543
|
class v1 {
|
|
@@ -2734,12 +2734,12 @@ class dn {
|
|
|
2734
2734
|
};
|
|
2735
2735
|
}
|
|
2736
2736
|
}
|
|
2737
|
-
function
|
|
2737
|
+
function A6(e) {
|
|
2738
2738
|
return function(n) {
|
|
2739
2739
|
return e.apply(null, n);
|
|
2740
2740
|
};
|
|
2741
2741
|
}
|
|
2742
|
-
function
|
|
2742
|
+
function M6(e) {
|
|
2743
2743
|
return Q.isObject(e) && e.isAxiosError === !0;
|
|
2744
2744
|
}
|
|
2745
2745
|
const w4 = {
|
|
@@ -2828,15 +2828,15 @@ T2.Cancel = T2.CanceledError;
|
|
|
2828
2828
|
T2.all = function(r) {
|
|
2829
2829
|
return Promise.all(r);
|
|
2830
2830
|
};
|
|
2831
|
-
T2.spread =
|
|
2832
|
-
T2.isAxiosError =
|
|
2831
|
+
T2.spread = A6;
|
|
2832
|
+
T2.isAxiosError = M6;
|
|
2833
2833
|
T2.mergeConfig = b1;
|
|
2834
2834
|
T2.AxiosHeaders = te;
|
|
2835
2835
|
T2.formToJSON = (e) => Nl(Q.isHTMLForm(e) ? new FormData(e) : e);
|
|
2836
2836
|
T2.getAdapter = Zl.getAdapter;
|
|
2837
2837
|
T2.HttpStatusCode = w4;
|
|
2838
2838
|
T2.default = T2;
|
|
2839
|
-
const
|
|
2839
|
+
const k6 = ({ interceptors: e, baseURL: r } = {}) => {
|
|
2840
2840
|
const n = T2.create({
|
|
2841
2841
|
baseURL: r,
|
|
2842
2842
|
headers: {
|
|
@@ -2868,30 +2868,30 @@ const k7 = ({ interceptors: e, baseURL: r } = {}) => {
|
|
|
2868
2868
|
* (c) 2024 kazuya kawaguchi
|
|
2869
2869
|
* Released under the MIT License.
|
|
2870
2870
|
*/
|
|
2871
|
-
const ga = typeof window < "u", A1 = (e, r = !1) => r ? Symbol.for(e) : Symbol(e),
|
|
2871
|
+
const ga = typeof window < "u", A1 = (e, r = !1) => r ? Symbol.for(e) : Symbol(e), T6 = (e, r, n) => S6({ l: e, k: r, s: n }), S6 = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), V2 = (e) => typeof e == "number" && isFinite(e), O6 = (e) => Yl(e) === "[object Date]", q1 = (e) => Yl(e) === "[object RegExp]", rr = (e) => e2(e) && Object.keys(e).length === 0, W2 = Object.assign;
|
|
2872
2872
|
let wa;
|
|
2873
2873
|
const Ne = () => wa || (wa = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof u4 < "u" ? u4 : {});
|
|
2874
2874
|
function Ca(e) {
|
|
2875
2875
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
2876
2876
|
}
|
|
2877
|
-
const
|
|
2877
|
+
const D6 = Object.prototype.hasOwnProperty;
|
|
2878
2878
|
function y3(e, r) {
|
|
2879
|
-
return
|
|
2879
|
+
return D6.call(e, r);
|
|
2880
2880
|
}
|
|
2881
|
-
const k2 = Array.isArray, y2 = (e) => typeof e == "function", E0 = (e) => typeof e == "string", h2 = (e) => typeof e == "boolean", s2 = (e) => e !== null && typeof e == "object",
|
|
2881
|
+
const k2 = Array.isArray, y2 = (e) => typeof e == "function", E0 = (e) => typeof e == "string", h2 = (e) => typeof e == "boolean", s2 = (e) => e !== null && typeof e == "object", B6 = (e) => s2(e) && y2(e.then) && y2(e.catch), jl = Object.prototype.toString, Yl = (e) => jl.call(e), e2 = (e) => {
|
|
2882
2882
|
if (!s2(e))
|
|
2883
2883
|
return !1;
|
|
2884
2884
|
const r = Object.getPrototypeOf(e);
|
|
2885
2885
|
return r === null || r.constructor === Object;
|
|
2886
|
-
}, $
|
|
2887
|
-
function
|
|
2886
|
+
}, $6 = (e) => e == null ? "" : k2(e) || e2(e) && e.toString === jl ? JSON.stringify(e, null, 2) : String(e);
|
|
2887
|
+
function F6(e, r = "") {
|
|
2888
2888
|
return e.reduce((n, a, i) => i === 0 ? n + a : n + r + a, "");
|
|
2889
2889
|
}
|
|
2890
2890
|
function nr(e) {
|
|
2891
2891
|
let r = e;
|
|
2892
2892
|
return () => ++r;
|
|
2893
2893
|
}
|
|
2894
|
-
function
|
|
2894
|
+
function I6(e, r) {
|
|
2895
2895
|
typeof console < "u" && (console.warn("[intlify] " + e), r && console.warn(r.stack));
|
|
2896
2896
|
}
|
|
2897
2897
|
const zt = (e) => !s2(e) || k2(e);
|
|
@@ -2911,28 +2911,28 @@ function r3(e, r) {
|
|
|
2911
2911
|
* (c) 2024 kazuya kawaguchi
|
|
2912
2912
|
* Released under the MIT License.
|
|
2913
2913
|
*/
|
|
2914
|
-
function
|
|
2914
|
+
function N6(e, r, n) {
|
|
2915
2915
|
return { line: e, column: r, offset: n };
|
|
2916
2916
|
}
|
|
2917
2917
|
function g3(e, r, n) {
|
|
2918
2918
|
return { start: e, end: r };
|
|
2919
2919
|
}
|
|
2920
|
-
const
|
|
2920
|
+
const P6 = /\{([0-9a-zA-Z]+)\}/g;
|
|
2921
2921
|
function Gl(e, ...r) {
|
|
2922
|
-
return r.length === 1 &&
|
|
2922
|
+
return r.length === 1 && H6(r[0]) && (r = r[0]), (!r || !r.hasOwnProperty) && (r = {}), e.replace(P6, (n, a) => r.hasOwnProperty(a) ? r[a] : "");
|
|
2923
2923
|
}
|
|
2924
|
-
const Xl = Object.assign, ba = (e) => typeof e == "string",
|
|
2924
|
+
const Xl = Object.assign, ba = (e) => typeof e == "string", H6 = (e) => e !== null && typeof e == "object";
|
|
2925
2925
|
function Kl(e, r = "") {
|
|
2926
2926
|
return e.reduce((n, a, i) => i === 0 ? n + a : n + r + a, "");
|
|
2927
2927
|
}
|
|
2928
2928
|
const fn = {
|
|
2929
2929
|
USE_MODULO_SYNTAX: 1,
|
|
2930
2930
|
__EXTEND_POINT__: 2
|
|
2931
|
-
},
|
|
2931
|
+
}, R6 = {
|
|
2932
2932
|
[fn.USE_MODULO_SYNTAX]: "Use modulo before '{{0}}'."
|
|
2933
2933
|
};
|
|
2934
|
-
function
|
|
2935
|
-
const a = Gl(
|
|
2934
|
+
function V6(e, r, ...n) {
|
|
2935
|
+
const a = Gl(R6[e], ...n || []), i = { message: String(a), code: e };
|
|
2936
2936
|
return r && (i.location = r), i;
|
|
2937
2937
|
}
|
|
2938
2938
|
const F0 = {
|
|
@@ -2960,7 +2960,7 @@ const F0 = {
|
|
|
2960
2960
|
// to avoid collision of error codes. This should always be kept as the last
|
|
2961
2961
|
// item.
|
|
2962
2962
|
__EXTEND_POINT__: 17
|
|
2963
|
-
},
|
|
2963
|
+
}, U6 = {
|
|
2964
2964
|
// tokenizer error messages
|
|
2965
2965
|
[F0.EXPECTED_TOKEN]: "Expected token: '{0}'",
|
|
2966
2966
|
[F0.INVALID_TOKEN_IN_PLACEHOLDER]: "Invalid token in placeholder: '{0}'",
|
|
@@ -2983,18 +2983,18 @@ const F0 = {
|
|
|
2983
2983
|
[F0.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
|
|
2984
2984
|
};
|
|
2985
2985
|
function at(e, r, n = {}) {
|
|
2986
|
-
const { domain: a, messages: i, args: l } = n, o = Gl((i ||
|
|
2986
|
+
const { domain: a, messages: i, args: l } = n, o = Gl((i || U6)[e] || "", ...l || []), s = new SyntaxError(String(o));
|
|
2987
2987
|
return s.code = e, r && (s.location = r), s.domain = a, s;
|
|
2988
2988
|
}
|
|
2989
|
-
function
|
|
2989
|
+
function W6(e) {
|
|
2990
2990
|
throw e;
|
|
2991
2991
|
}
|
|
2992
|
-
const Be = " ",
|
|
2993
|
-
`,
|
|
2994
|
-
function
|
|
2992
|
+
const Be = " ", Z6 = "\r", q2 = `
|
|
2993
|
+
`, z6 = "\u2028", q6 = "\u2029";
|
|
2994
|
+
function j6(e) {
|
|
2995
2995
|
const r = e;
|
|
2996
2996
|
let n = 0, a = 1, i = 1, l = 0;
|
|
2997
|
-
const o = (R) => r[R] ===
|
|
2997
|
+
const o = (R) => r[R] === Z6 && r[R + 1] === q2, s = (R) => r[R] === q2, u = (R) => r[R] === q6, f = (R) => r[R] === z6, h = (R) => o(R) || s(R) || u(R) || f(R), p = () => n, m = () => a, v = () => i, b = () => l, x = (R) => o(R) || u(R) || f(R) ? q2 : r[R], L = () => x(n), $ = () => x(n + l);
|
|
2998
2998
|
function T() {
|
|
2999
2999
|
return l = 0, h(n) && (a++, i = 0), o(n) && n++, n++, i++, r[n];
|
|
3000
3000
|
}
|
|
@@ -3028,9 +3028,9 @@ function j7(e) {
|
|
|
3028
3028
|
skipToPeek: B
|
|
3029
3029
|
};
|
|
3030
3030
|
}
|
|
3031
|
-
const je = void 0,
|
|
3032
|
-
function
|
|
3033
|
-
const n = r.location !== !1, a =
|
|
3031
|
+
const je = void 0, Y6 = ".", _a = "'", G6 = "tokenizer";
|
|
3032
|
+
function X6(e, r = {}) {
|
|
3033
|
+
const n = r.location !== !1, a = j6(e), i = () => a.index(), l = () => N6(a.line(), a.column(), a.index()), o = l(), s = i(), u = {
|
|
3034
3034
|
currentType: 14,
|
|
3035
3035
|
offset: s,
|
|
3036
3036
|
startLoc: o,
|
|
@@ -3047,7 +3047,7 @@ function X7(e, r = {}) {
|
|
|
3047
3047
|
const i2 = f();
|
|
3048
3048
|
if (I.column += i0, I.offset += i0, h) {
|
|
3049
3049
|
const k0 = n ? g3(i2.startLoc, I) : null, J = at(M, k0, {
|
|
3050
|
-
domain:
|
|
3050
|
+
domain: G6,
|
|
3051
3051
|
args: A0
|
|
3052
3052
|
});
|
|
3053
3053
|
h(J);
|
|
@@ -3444,8 +3444,8 @@ function X7(e, r = {}) {
|
|
|
3444
3444
|
context: f
|
|
3445
3445
|
};
|
|
3446
3446
|
}
|
|
3447
|
-
const
|
|
3448
|
-
function
|
|
3447
|
+
const K6 = "parser", J6 = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
|
|
3448
|
+
function Q6(e, r, n) {
|
|
3449
3449
|
switch (e) {
|
|
3450
3450
|
case "\\\\":
|
|
3451
3451
|
return "\\";
|
|
@@ -3463,7 +3463,7 @@ function es(e = {}) {
|
|
|
3463
3463
|
const O = E.currentPosition();
|
|
3464
3464
|
if (O.offset += B, O.column += B, n) {
|
|
3465
3465
|
const N = r ? g3(D, O) : null, a0 = at(S, N, {
|
|
3466
|
-
domain:
|
|
3466
|
+
domain: K6,
|
|
3467
3467
|
args: R
|
|
3468
3468
|
});
|
|
3469
3469
|
n(a0);
|
|
@@ -3473,7 +3473,7 @@ function es(e = {}) {
|
|
|
3473
3473
|
const O = E.currentPosition();
|
|
3474
3474
|
if (O.offset += B, O.column += B, a) {
|
|
3475
3475
|
const N = r ? g3(D, O) : null;
|
|
3476
|
-
a(
|
|
3476
|
+
a(V6(S, N, R));
|
|
3477
3477
|
}
|
|
3478
3478
|
}
|
|
3479
3479
|
function o(E, S, D) {
|
|
@@ -3497,7 +3497,7 @@ function es(e = {}) {
|
|
|
3497
3497
|
}
|
|
3498
3498
|
function p(E, S) {
|
|
3499
3499
|
const D = E.context(), { lastOffset: B, lastStartLoc: R } = D, O = o(9, B, R);
|
|
3500
|
-
return O.value = S.replace(
|
|
3500
|
+
return O.value = S.replace(J6, Q6), E.nextToken(), s(O, E.currentOffset(), E.currentPosition()), O;
|
|
3501
3501
|
}
|
|
3502
3502
|
function m(E) {
|
|
3503
3503
|
const S = E.nextToken(), D = E.context(), { lastOffset: B, lastStartLoc: R } = D, O = o(8, B, R);
|
|
@@ -3593,7 +3593,7 @@ function es(e = {}) {
|
|
|
3593
3593
|
return S.currentType === 14 ? R : L(E, D, B, R);
|
|
3594
3594
|
}
|
|
3595
3595
|
function T(E) {
|
|
3596
|
-
const S =
|
|
3596
|
+
const S = X6(E, Xl({}, e)), D = S.context(), B = o(0, D.offset, D.startLoc);
|
|
3597
3597
|
return r && B.loc && (B.loc.source = E), B.body = $(S), e.onCacheKey && (B.cacheKey = e.onCacheKey(E)), D.currentType !== 14 && i(S, F0.UNEXPECTED_LEXICAL_ANALYSIS, D.lastStartLoc, 0, E[D.offset] || ""), s(B, S.currentOffset(), S.currentPosition()), B;
|
|
3598
3598
|
}
|
|
3599
3599
|
return { parse: T };
|
|
@@ -3894,7 +3894,7 @@ function fs(e, r = {}) {
|
|
|
3894
3894
|
const n = Xl({}, r), a = !!n.jit, i = !!n.minify, l = n.optimize == null ? !0 : n.optimize, s = es(n).parse(e);
|
|
3895
3895
|
return a ? (l && ns(s), i && N1(s), { ast: s, code: "" }) : (rs(s, n), ds(s, n));
|
|
3896
3896
|
}
|
|
3897
|
-
var hs = { VUE_APP_API_URL: "/api", GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/
|
|
3897
|
+
var hs = { VUE_APP_API_URL: "/api", GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_469c7cbf-a8d5-466e-82ee-5e79c02d46af", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", USER: "runner", npm_config_always_auth: "", npm_config_user_agent: "npm/10.9.0 node/v22.11.0 linux x64 workspaces/false ci/github-actions", CI: "true", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_469c7cbf-a8d5-466e-82ee-5e79c02d46af", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.11.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_config_noproxy: "", HOME: "/home/runner", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_json: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk/package.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "webitel", npm_package_engines_node: "v22.11.0", GRADLE_HOME: "/usr/share/gradle-8.11.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "1", GITHUB_REPOSITORY_OWNER_ID: "9943327", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu22", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_local_prefix: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", SYSTEMD_EXEC_PID: "605", npm_config_engine_strict: "true", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", COLOR: "0", NVM_DIR: "/home/runner/.nvm", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20241124.1.0", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.9/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.3/x64", JOURNAL_STREAM: "8:19123", GITHUB_WORKFLOW: "Webitel UI release with docs", _: "/opt/hostedtoolcache/node/22.11.0/x64/bin/npm", npm_config_prefix: "/opt/hostedtoolcache/node/22.11.0/x64", npm_config_npm_version: "10.9.0", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "true", GITHUB_RUN_ID: "12051039558", STATS_VMFE: "true", npm_config_cache: "/home/runner/.npm", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "94fcd673e056979771d91a45590ce4d5748f1a15", GITHUB_BASE_REF: "", ImageOS: "ubuntu22", GITHUB_WORKFLOW_REF: "webitel/webitel-ui-sdk/.github/workflows/release.yml@refs/heads/master", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_config_node_gyp: "/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk/node_modules/.bin:/home/runner/work/webitel-ui-sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_dc264e35-69df-4146-aa68-c581cb0048f1", INVOCATION_ID: "c8970e1f2fa143deb689a87e63e16b32", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/22.11.0/x64/bin/node", npm_package_name: "@webitel/ui-sdk", GITHUB_ACTION: "publish_release", GITHUB_RUN_NUMBER: "553", GITHUB_TRIGGERING_ACTOR: "Lera24", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 6", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "master", GITHUB_REPOSITORY: "webitel/webitel-ui-sdk", STATS_D_D: "true", npm_lifecycle_script: "vite build", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", GITHUB_REPOSITORY_ID: "278613868", GITHUB_ACTIONS: "true", STATS_PIP: "false", npm_package_version: "24.12.10", npm_lifecycle_event: "build", GITHUB_REF_PROTECTED: "false", GITHUB_WORKSPACE: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", ACCEPT_EULA: "Y", GITHUB_JOB: "publish", RUNNER_PERFLOG: "/home/runner/perflog", GITHUB_SHA: "94fcd673e056979771d91a45590ce4d5748f1a15", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", GITHUB_REF: "refs/heads/master", GITHUB_ACTOR: "Lera24", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", LEIN_HOME: "/usr/local/lib/lein", npm_config_globalconfig: "/opt/hostedtoolcache/node/22.11.0/x64/etc/npmrc", npm_config_init_module: "/home/runner/.npm-init.js", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_469c7cbf-a8d5-466e-82ee-5e79c02d46af", JAVA_HOME: "/usr/lib/jvm/temurin-11-jdk-amd64", PWD: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", GITHUB_ACTOR_ID: "77548827", RUNNER_WORKSPACE: "/home/runner/work/webitel-ui-sdk", npm_execpath: "/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/npm-cli.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", LEIN_JAR: "/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_469c7cbf-a8d5-466e-82ee-5e79c02d46af", npm_config_global_prefix: "/opt/hostedtoolcache/node/22.11.0/x64", npm_package_engines_npm: "10.9.0", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_469c7cbf-a8d5-466e-82ee-5e79c02d46af", INIT_CWD: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", EDITOR: "vi", NODE_ENV: "production" };
|
|
3898
3898
|
function ps() {
|
|
3899
3899
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Ne().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_JIT_COMPILATION__ != "boolean" && (Ne().__INTLIFY_JIT_COMPILATION__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Ne().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
3900
3900
|
}
|
|
@@ -4172,7 +4172,7 @@ function _s(e, r) {
|
|
|
4172
4172
|
}
|
|
4173
4173
|
return i;
|
|
4174
4174
|
}
|
|
4175
|
-
const xs = (e) => e, Ls = (e) => "", Es = "text", As = (e) => e.length === 0 ? "" :
|
|
4175
|
+
const xs = (e) => e, Ls = (e) => "", Es = "text", As = (e) => e.length === 0 ? "" : F6(e), Ms = $6;
|
|
4176
4176
|
function Aa(e, r) {
|
|
4177
4177
|
return e = Math.abs(e), r === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
4178
4178
|
}
|
|
@@ -4282,7 +4282,7 @@ function Ma(e) {
|
|
|
4282
4282
|
return Cr;
|
|
4283
4283
|
if (e.constructor.name === "Function") {
|
|
4284
4284
|
const r = e();
|
|
4285
|
-
if (
|
|
4285
|
+
if (B6(r))
|
|
4286
4286
|
throw Ee(he.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
4287
4287
|
return Cr = r;
|
|
4288
4288
|
} else
|
|
@@ -4366,7 +4366,7 @@ const Da = (e) => {
|
|
|
4366
4366
|
}, zs = () => i9;
|
|
4367
4367
|
let Ba = 0;
|
|
4368
4368
|
function qs(e = {}) {
|
|
4369
|
-
const r = y2(e.onWarn) ? e.onWarn :
|
|
4369
|
+
const r = y2(e.onWarn) ? e.onWarn : I6, n = E0(e.version) ? e.version : Hs, a = E0(e.locale) || y2(e.locale) ? e.locale : St, i = y2(a) ? St : a, l = k2(e.fallbackLocale) || e2(e.fallbackLocale) || E0(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : i, o = e2(e.messages) ? e.messages : { [i]: {} }, s = e2(e.datetimeFormats) ? e.datetimeFormats : { [i]: {} }, u = e2(e.numberFormats) ? e.numberFormats : { [i]: {} }, f = W2({}, e.modifiers || {}, Rs()), h = e.pluralRules || {}, p = y2(e.missing) ? e.missing : null, m = h2(e.missingWarn) || q1(e.missingWarn) ? e.missingWarn : !0, v = h2(e.fallbackWarn) || q1(e.fallbackWarn) ? e.fallbackWarn : !0, b = !!e.fallbackFormat, x = !!e.unresolving, L = y2(e.postTranslation) ? e.postTranslation : null, $ = e2(e.processor) ? e.processor : null, T = h2(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, E = !!e.escapeParameter, S = y2(e.messageCompiler) ? e.messageCompiler : t9, D = y2(e.messageResolver) ? e.messageResolver : r9 || bs, B = y2(e.localeFallbacker) ? e.localeFallbacker : n9 || Is, R = s2(e.fallbackContext) ? e.fallbackContext : void 0, O = e, N = s2(O.__datetimeFormatters) ? O.__datetimeFormatters : /* @__PURE__ */ new Map(), a0 = s2(O.__numberFormatters) ? O.__numberFormatters : /* @__PURE__ */ new Map(), H = s2(O.__meta) ? O.__meta : {};
|
|
4370
4370
|
Ba++;
|
|
4371
4371
|
const K = {
|
|
4372
4372
|
version: n,
|
|
@@ -4481,7 +4481,7 @@ let H1 = /* @__PURE__ */ Object.create(null);
|
|
|
4481
4481
|
const Y1 = (e) => s2(e) && (e.t === 0 || e.type === 0) && ("b" in e || "body" in e);
|
|
4482
4482
|
function o9(e, r = {}) {
|
|
4483
4483
|
let n = !1;
|
|
4484
|
-
const a = r.onError ||
|
|
4484
|
+
const a = r.onError || W6;
|
|
4485
4485
|
return r.onError = (i) => {
|
|
4486
4486
|
n = !0, a(i);
|
|
4487
4487
|
}, { ...fs(e, r), detectError: n };
|
|
@@ -4603,7 +4603,7 @@ function ec(e, r, n, a, i, l) {
|
|
|
4603
4603
|
onError: (o) => {
|
|
4604
4604
|
throw l && l(o), o;
|
|
4605
4605
|
},
|
|
4606
|
-
onCacheKey: (o) =>
|
|
4606
|
+
onCacheKey: (o) => T6(r, n, o)
|
|
4607
4607
|
};
|
|
4608
4608
|
}
|
|
4609
4609
|
function tc(e, r, n, a) {
|
|
@@ -4686,7 +4686,7 @@ function _4(...e) {
|
|
|
4686
4686
|
} catch {
|
|
4687
4687
|
throw Ee(he.INVALID_ISO_DATE_ARGUMENT);
|
|
4688
4688
|
}
|
|
4689
|
-
} else if (
|
|
4689
|
+
} else if (O6(r)) {
|
|
4690
4690
|
if (isNaN(r.getTime()))
|
|
4691
4691
|
throw Ee(he.INVALID_DATE_ARGUMENT);
|
|
4692
4692
|
s = r;
|
|
@@ -4767,7 +4767,7 @@ function Ra(e, r, n) {
|
|
|
4767
4767
|
}
|
|
4768
4768
|
}
|
|
4769
4769
|
ps();
|
|
4770
|
-
var rc = { VUE_APP_API_URL: "/api", GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/
|
|
4770
|
+
var rc = { VUE_APP_API_URL: "/api", GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_469c7cbf-a8d5-466e-82ee-5e79c02d46af", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", USER: "runner", npm_config_always_auth: "", npm_config_user_agent: "npm/10.9.0 node/v22.11.0 linux x64 workspaces/false ci/github-actions", CI: "true", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_469c7cbf-a8d5-466e-82ee-5e79c02d46af", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.11.0/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "XXXXX-XXXXX-XXXXX-XXXXX", SHLVL: "1", npm_config_noproxy: "", HOME: "/home/runner", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_json: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk/package.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "webitel", npm_package_engines_node: "v22.11.0", GRADLE_HOME: "/usr/share/gradle-8.11.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "1", GITHUB_REPOSITORY_OWNER_ID: "9943327", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu22", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_config_local_prefix: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", SYSTEMD_EXEC_PID: "605", npm_config_engine_strict: "true", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", COLOR: "0", NVM_DIR: "/home/runner/.nvm", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20241124.1.0", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.9/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.3/x64", JOURNAL_STREAM: "8:19123", GITHUB_WORKFLOW: "Webitel UI release with docs", _: "/opt/hostedtoolcache/node/22.11.0/x64/bin/npm", npm_config_prefix: "/opt/hostedtoolcache/node/22.11.0/x64", npm_config_npm_version: "10.9.0", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "true", GITHUB_RUN_ID: "12051039558", STATS_VMFE: "true", npm_config_cache: "/home/runner/.npm", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "94fcd673e056979771d91a45590ce4d5748f1a15", GITHUB_BASE_REF: "", ImageOS: "ubuntu22", GITHUB_WORKFLOW_REF: "webitel/webitel-ui-sdk/.github/workflows/release.yml@refs/heads/master", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_config_node_gyp: "/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk/node_modules/.bin:/home/runner/work/webitel-ui-sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_dc264e35-69df-4146-aa68-c581cb0048f1", INVOCATION_ID: "c8970e1f2fa143deb689a87e63e16b32", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/22.11.0/x64/bin/node", npm_package_name: "@webitel/ui-sdk", GITHUB_ACTION: "publish_release", GITHUB_RUN_NUMBER: "553", GITHUB_TRIGGERING_ACTOR: "Lera24", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 6", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "master", GITHUB_REPOSITORY: "webitel/webitel-ui-sdk", STATS_D_D: "true", npm_lifecycle_script: "vite build", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", GITHUB_REPOSITORY_ID: "278613868", GITHUB_ACTIONS: "true", STATS_PIP: "false", npm_package_version: "24.12.10", npm_lifecycle_event: "build", GITHUB_REF_PROTECTED: "false", GITHUB_WORKSPACE: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", ACCEPT_EULA: "Y", GITHUB_JOB: "publish", RUNNER_PERFLOG: "/home/runner/perflog", GITHUB_SHA: "94fcd673e056979771d91a45590ce4d5748f1a15", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", GITHUB_REF: "refs/heads/master", GITHUB_ACTOR: "Lera24", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", LEIN_HOME: "/usr/local/lib/lein", npm_config_globalconfig: "/opt/hostedtoolcache/node/22.11.0/x64/etc/npmrc", npm_config_init_module: "/home/runner/.npm-init.js", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_469c7cbf-a8d5-466e-82ee-5e79c02d46af", JAVA_HOME: "/usr/lib/jvm/temurin-11-jdk-amd64", PWD: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", GITHUB_ACTOR_ID: "77548827", RUNNER_WORKSPACE: "/home/runner/work/webitel-ui-sdk", npm_execpath: "/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/npm-cli.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", LEIN_JAR: "/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_469c7cbf-a8d5-466e-82ee-5e79c02d46af", npm_config_global_prefix: "/opt/hostedtoolcache/node/22.11.0/x64", npm_package_engines_npm: "10.9.0", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_469c7cbf-a8d5-466e-82ee-5e79c02d46af", INIT_CWD: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", EDITOR: "vi", NODE_ENV: "production" };
|
|
4771
4771
|
const nc = "9.14.1";
|
|
4772
4772
|
function ac() {
|
|
4773
4773
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Ne().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Ne().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_JIT_COMPILATION__ != "boolean" && (Ne().__INTLIFY_JIT_COMPILATION__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Ne().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Ne().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
@@ -23914,7 +23914,7 @@ const dD = {
|
|
|
23914
23914
|
e.provide(i, a[i]);
|
|
23915
23915
|
}), e.provide("$eventBus", r), n && e.use(n);
|
|
23916
23916
|
},
|
|
23917
|
-
generateInstance:
|
|
23917
|
+
generateInstance: k6
|
|
23918
23918
|
};
|
|
23919
23919
|
export {
|
|
23920
23920
|
dD as default
|