@webitel/ui-sdk 24.12.34 → 24.12.36
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 +15 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +218 -185
- package/dist/ui-sdk.umd.cjs +2 -2
- package/package.json +1 -1
- package/src/components/wt-select/mixins/multiselectMixin.js +33 -3
- package/src/components/wt-select/wt-select.vue +11 -2
package/dist/ui-sdk.js
CHANGED
|
@@ -1619,17 +1619,17 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Js
|
|
|
1619
1619
|
...Qs,
|
|
1620
1620
|
...Gs
|
|
1621
1621
|
};
|
|
1622
|
-
function
|
|
1622
|
+
function e6(e, r) {
|
|
1623
1623
|
return tr(e, new ee.classes.URLSearchParams(), Object.assign({
|
|
1624
1624
|
visitor: function(n, a, i, l) {
|
|
1625
1625
|
return ee.isNode && e0.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 t6(e) {
|
|
1630
1630
|
return e0.matchAll(/\w+|\[(\w*)]/g, e).map((r) => r[0] === "[]" ? "" : r[1] || r[0]);
|
|
1631
1631
|
}
|
|
1632
|
-
function
|
|
1632
|
+
function r6(e) {
|
|
1633
1633
|
const r = {}, n = Object.keys(e);
|
|
1634
1634
|
let a;
|
|
1635
1635
|
const i = n.length;
|
|
@@ -1643,17 +1643,17 @@ function Hl(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 && e0.isArray(i) ? i.length : o, u ? (e0.hasOwnProp(i, o) ? i[o] = [i[o], a] : i[o] = a, !s) : ((!i[o] || !e0.isObject(i[o])) && (i[o] = []), r(n, a, i[o], l) && e0.isArray(i[o]) && (i[o] =
|
|
1646
|
+
return o = !o && e0.isArray(i) ? i.length : o, u ? (e0.hasOwnProp(i, o) ? i[o] = [i[o], a] : i[o] = a, !s) : ((!i[o] || !e0.isObject(i[o])) && (i[o] = []), r(n, a, i[o], l) && e0.isArray(i[o]) && (i[o] = r6(i[o])), !s);
|
|
1647
1647
|
}
|
|
1648
1648
|
if (e0.isFormData(e) && e0.isFunction(e.entries)) {
|
|
1649
1649
|
const n = {};
|
|
1650
1650
|
return e0.forEachEntry(e, (a, i) => {
|
|
1651
|
-
r(
|
|
1651
|
+
r(t6(a), i, n, 0);
|
|
1652
1652
|
}), n;
|
|
1653
1653
|
}
|
|
1654
1654
|
return null;
|
|
1655
1655
|
}
|
|
1656
|
-
function
|
|
1656
|
+
function n6(e, r, n) {
|
|
1657
1657
|
if (e0.isString(e))
|
|
1658
1658
|
try {
|
|
1659
1659
|
return (r || JSON.parse)(e), e0.trim(e);
|
|
@@ -1679,7 +1679,7 @@ const Vt = {
|
|
|
1679
1679
|
let s;
|
|
1680
1680
|
if (l) {
|
|
1681
1681
|
if (a.indexOf("application/x-www-form-urlencoded") > -1)
|
|
1682
|
-
return
|
|
1682
|
+
return e6(r, this.formSerializer).toString();
|
|
1683
1683
|
if ((s = e0.isFileList(r)) || a.indexOf("multipart/form-data") > -1) {
|
|
1684
1684
|
const u = this.env && this.env.FormData;
|
|
1685
1685
|
return tr(
|
|
@@ -1689,7 +1689,7 @@ const Vt = {
|
|
|
1689
1689
|
);
|
|
1690
1690
|
}
|
|
1691
1691
|
}
|
|
1692
|
-
return l || i ? (n.setContentType("application/json", !1),
|
|
1692
|
+
return l || i ? (n.setContentType("application/json", !1), n6(r)) : r;
|
|
1693
1693
|
}],
|
|
1694
1694
|
transformResponse: [function(r) {
|
|
1695
1695
|
const n = this.transitional || Vt.transitional, a = n && n.forcedJSONParsing, i = this.responseType === "json";
|
|
@@ -1732,7 +1732,7 @@ const Vt = {
|
|
|
1732
1732
|
e0.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
1733
1733
|
Vt.headers[e] = {};
|
|
1734
1734
|
});
|
|
1735
|
-
const
|
|
1735
|
+
const a6 = e0.toObjectSet([
|
|
1736
1736
|
"age",
|
|
1737
1737
|
"authorization",
|
|
1738
1738
|
"content-length",
|
|
@@ -1750,12 +1750,12 @@ const a7 = e0.toObjectSet([
|
|
|
1750
1750
|
"referer",
|
|
1751
1751
|
"retry-after",
|
|
1752
1752
|
"user-agent"
|
|
1753
|
-
]),
|
|
1753
|
+
]), i6 = (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] && a6[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
|
}, da = Symbol("internals");
|
|
1761
1761
|
function st(e) {
|
|
@@ -1764,14 +1764,14 @@ function st(e) {
|
|
|
1764
1764
|
function r3(e) {
|
|
1765
1765
|
return e === !1 || e == null ? e : e0.isArray(e) ? e.map(r3) : String(e);
|
|
1766
1766
|
}
|
|
1767
|
-
function
|
|
1767
|
+
function l6(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 o6 = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
1775
1775
|
function gr(e, r, n, a, i) {
|
|
1776
1776
|
if (e0.isFunction(a))
|
|
1777
1777
|
return a.call(this, r, n);
|
|
@@ -1782,10 +1782,10 @@ function gr(e, r, n, a, i) {
|
|
|
1782
1782
|
return a.test(r);
|
|
1783
1783
|
}
|
|
1784
1784
|
}
|
|
1785
|
-
function
|
|
1785
|
+
function s6(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 c6(e, r) {
|
|
1789
1789
|
const n = e0.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) => e0.forEach(s, (d, h) => l(d, h, u));
|
|
1813
1813
|
if (e0.isPlainObject(r) || r instanceof this.constructor)
|
|
1814
1814
|
o(r, n);
|
|
1815
|
-
else if (e0.isString(r) && (r = r.trim()) && !
|
|
1816
|
-
o(
|
|
1815
|
+
else if (e0.isString(r) && (r = r.trim()) && !o6(r))
|
|
1816
|
+
o(i6(r), n);
|
|
1817
1817
|
else if (e0.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 l6(i);
|
|
1833
1833
|
if (e0.isFunction(n))
|
|
1834
1834
|
return n.call(this, i, a);
|
|
1835
1835
|
if (e0.isRegExp(n))
|
|
@@ -1873,7 +1873,7 @@ class te {
|
|
|
1873
1873
|
n[o] = r3(i), delete n[l];
|
|
1874
1874
|
return;
|
|
1875
1875
|
}
|
|
1876
|
-
const s = r ?
|
|
1876
|
+
const s = r ? s6(l) : String(l).trim();
|
|
1877
1877
|
s !== l && delete n[l], n[s] = r3(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 = st(o);
|
|
1912
|
-
a[s] || (
|
|
1912
|
+
a[s] || (c6(i, o), a[s] = !0);
|
|
1913
1913
|
}
|
|
1914
1914
|
return e0.isArray(r) ? r.forEach(l) : l(r), this;
|
|
1915
1915
|
}
|
|
@@ -1951,11 +1951,11 @@ function Vl(e, r, n) {
|
|
|
1951
1951
|
n
|
|
1952
1952
|
));
|
|
1953
1953
|
}
|
|
1954
|
-
function
|
|
1954
|
+
function u6(e) {
|
|
1955
1955
|
const r = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
|
1956
1956
|
return r && r[1] || "";
|
|
1957
1957
|
}
|
|
1958
|
-
function
|
|
1958
|
+
function d6(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 d7(e, r) {
|
|
|
1971
1971
|
return v ? Math.round(m * 1e3 / v) : void 0;
|
|
1972
1972
|
};
|
|
1973
1973
|
}
|
|
1974
|
-
function
|
|
1974
|
+
function f6(e, r) {
|
|
1975
1975
|
let n = 0, a = 1e3 / r, i, l;
|
|
1976
1976
|
const o = (d, h = Date.now()) => {
|
|
1977
1977
|
n = h, i = null, l && (clearTimeout(l), l = null), e.apply(null, d);
|
|
@@ -1985,8 +1985,8 @@ function f7(e, r) {
|
|
|
1985
1985
|
}
|
|
1986
1986
|
const v3 = (e, r, n = 3) => {
|
|
1987
1987
|
let a = 0;
|
|
1988
|
-
const i =
|
|
1989
|
-
return
|
|
1988
|
+
const i = d6(50, 250);
|
|
1989
|
+
return f6((l) => {
|
|
1990
1990
|
const o = l.loaded, s = l.lengthComputable ? l.total : void 0, u = o - a, d = i(u), h = o <= s;
|
|
1991
1991
|
a = o;
|
|
1992
1992
|
const p = {
|
|
@@ -2009,7 +2009,7 @@ const v3 = (e, r, n = 3) => {
|
|
|
2009
2009
|
total: e,
|
|
2010
2010
|
loaded: a
|
|
2011
2011
|
}), r[1]];
|
|
2012
|
-
}, ha = (e) => (...r) => e0.asap(() => e(...r)),
|
|
2012
|
+
}, ha = (e) => (...r) => e0.asap(() => e(...r)), h6 = 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 v3 = (e, r, n = 3) => {
|
|
|
2040
2040
|
return !0;
|
|
2041
2041
|
};
|
|
2042
2042
|
}()
|
|
2043
|
-
),
|
|
2043
|
+
), p6 = 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 v3 = (e, r, n = 3) => {
|
|
|
2067
2067
|
}
|
|
2068
2068
|
}
|
|
2069
2069
|
);
|
|
2070
|
-
function
|
|
2070
|
+
function m6(e) {
|
|
2071
2071
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
|
2072
2072
|
}
|
|
2073
|
-
function
|
|
2073
|
+
function v6(e, r) {
|
|
2074
2074
|
return r ? e.replace(/\/?\/$/, "") + "/" + r.replace(/^\/+/, "") : e;
|
|
2075
2075
|
}
|
|
2076
2076
|
function Ul(e, r) {
|
|
2077
|
-
return e && !
|
|
2077
|
+
return e && !m6(r) ? v6(e, r) : r;
|
|
2078
2078
|
}
|
|
2079
2079
|
const pa = (e) => e instanceof te ? { ...e } : e;
|
|
2080
2080
|
function b1(e, r) {
|
|
@@ -2157,12 +2157,12 @@ const Wl = (e) => {
|
|
|
2157
2157
|
o.setContentType([d || "multipart/form-data", ...h].join("; "));
|
|
2158
2158
|
}
|
|
2159
2159
|
}
|
|
2160
|
-
if (ee.hasStandardBrowserEnv && (a && e0.isFunction(a) && (a = a(r)), a || a !== !1 &&
|
|
2161
|
-
const d = i && l &&
|
|
2160
|
+
if (ee.hasStandardBrowserEnv && (a && e0.isFunction(a) && (a = a(r)), a || a !== !1 && h6(r.url))) {
|
|
2161
|
+
const d = i && l && p6.read(l);
|
|
2162
2162
|
d && o.set(i, d);
|
|
2163
2163
|
}
|
|
2164
2164
|
return r;
|
|
2165
|
-
},
|
|
2165
|
+
}, y6 = typeof XMLHttpRequest < "u", g6 = y6 && function(e) {
|
|
2166
2166
|
return new Promise(function(n, a) {
|
|
2167
2167
|
const i = Wl(e);
|
|
2168
2168
|
let l = i.data;
|
|
@@ -2212,14 +2212,14 @@ const Wl = (e) => {
|
|
|
2212
2212
|
}), e0.isUndefined(i.withCredentials) || (x.withCredentials = !!i.withCredentials), s && s !== "json" && (x.responseType = i.responseType), d && ([m, _] = v3(d, !0), x.addEventListener("progress", m)), u && x.upload && ([p, v] = v3(u), x.upload.addEventListener("progress", p), x.upload.addEventListener("loadend", v)), (i.cancelToken || i.signal) && (h = (E) => {
|
|
2213
2213
|
x && (a(!E || E.type ? new at(null, e, x) : E), x.abort(), x = null);
|
|
2214
2214
|
}, i.cancelToken && i.cancelToken.subscribe(h), i.signal && (i.signal.aborted ? h() : i.signal.addEventListener("abort", h)));
|
|
2215
|
-
const A =
|
|
2215
|
+
const A = u6(i.url);
|
|
2216
2216
|
if (A && ee.protocols.indexOf(A) === -1) {
|
|
2217
2217
|
a(new Z0("Unsupported protocol " + A + ":", Z0.ERR_BAD_REQUEST, e));
|
|
2218
2218
|
return;
|
|
2219
2219
|
}
|
|
2220
2220
|
x.send(l || null);
|
|
2221
2221
|
});
|
|
2222
|
-
},
|
|
2222
|
+
}, w6 = (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 Wl = (e) => {
|
|
|
2242
2242
|
const { signal: u } = a;
|
|
2243
2243
|
return u.unsubscribe = () => e0.asap(s), u;
|
|
2244
2244
|
}
|
|
2245
|
-
},
|
|
2245
|
+
}, C6 = function* (e, r) {
|
|
2246
2246
|
let n = e.byteLength;
|
|
2247
2247
|
if (n < r) {
|
|
2248
2248
|
yield e;
|
|
@@ -2251,10 +2251,10 @@ const Wl = (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
|
+
}, b6 = async function* (e, r) {
|
|
2255
|
+
for await (const n of _6(e))
|
|
2256
|
+
yield* C6(n, r);
|
|
2257
|
+
}, _6 = async function* (e) {
|
|
2258
2258
|
if (e[Symbol.asyncIterator]) {
|
|
2259
2259
|
yield* e;
|
|
2260
2260
|
return;
|
|
@@ -2271,7 +2271,7 @@ const Wl = (e) => {
|
|
|
2271
2271
|
await r.cancel();
|
|
2272
2272
|
}
|
|
2273
2273
|
}, ma = (e, r, n, a) => {
|
|
2274
|
-
const i =
|
|
2274
|
+
const i = b6(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 Wl = (e) => {
|
|
|
2299
2299
|
}, {
|
|
2300
2300
|
highWaterMark: 2
|
|
2301
2301
|
});
|
|
2302
|
-
}, rr = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Zl = rr && typeof ReadableStream == "function",
|
|
2302
|
+
}, rr = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Zl = rr && typeof ReadableStream == "function", x6 = rr && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (r) => e.encode(r))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), zl = (e, ...r) => {
|
|
2303
2303
|
try {
|
|
2304
2304
|
return !!e(...r);
|
|
2305
2305
|
} catch {
|
|
2306
2306
|
return !1;
|
|
2307
2307
|
}
|
|
2308
|
-
},
|
|
2308
|
+
}, L6 = Zl && zl(() => {
|
|
2309
2309
|
let e = !1;
|
|
2310
2310
|
const r = new Request(ee.origin, {
|
|
2311
2311
|
body: new ReadableStream(),
|
|
@@ -2325,7 +2325,7 @@ rr && ((e) => {
|
|
|
2325
2325
|
});
|
|
2326
2326
|
});
|
|
2327
2327
|
})(new Response());
|
|
2328
|
-
const
|
|
2328
|
+
const E6 = async (e) => {
|
|
2329
2329
|
if (e == null)
|
|
2330
2330
|
return 0;
|
|
2331
2331
|
if (e0.isBlob(e))
|
|
@@ -2338,11 +2338,11 @@ const E7 = async (e) => {
|
|
|
2338
2338
|
if (e0.isArrayBufferView(e) || e0.isArrayBuffer(e))
|
|
2339
2339
|
return e.byteLength;
|
|
2340
2340
|
if (e0.isURLSearchParams(e) && (e = e + ""), e0.isString(e))
|
|
2341
|
-
return (await
|
|
2342
|
-
},
|
|
2341
|
+
return (await x6(e)).byteLength;
|
|
2342
|
+
}, A6 = async (e, r) => {
|
|
2343
2343
|
const n = e0.toFiniteNumber(e.getContentLength());
|
|
2344
|
-
return n ??
|
|
2345
|
-
},
|
|
2344
|
+
return n ?? E6(r);
|
|
2345
|
+
}, M6 = rr && (async (e) => {
|
|
2346
2346
|
let {
|
|
2347
2347
|
url: r,
|
|
2348
2348
|
method: n,
|
|
@@ -2358,13 +2358,13 @@ const E7 = async (e) => {
|
|
|
2358
2358
|
fetchOptions: m
|
|
2359
2359
|
} = Wl(e);
|
|
2360
2360
|
d = d ? (d + "").toLowerCase() : "text";
|
|
2361
|
-
let v =
|
|
2361
|
+
let v = w6([i, l && l.toAbortSignal()], o), _;
|
|
2362
2362
|
const b = v && v.unsubscribe && (() => {
|
|
2363
2363
|
v.unsubscribe();
|
|
2364
2364
|
});
|
|
2365
2365
|
let x;
|
|
2366
2366
|
try {
|
|
2367
|
-
if (u &&
|
|
2367
|
+
if (u && L6 && n !== "get" && n !== "head" && (x = await A6(h, a)) !== 0) {
|
|
2368
2368
|
let O = new Request(r, {
|
|
2369
2369
|
method: "POST",
|
|
2370
2370
|
body: a,
|
|
@@ -2429,8 +2429,8 @@ const E7 = async (e) => {
|
|
|
2429
2429
|
}
|
|
2430
2430
|
}), g4 = {
|
|
2431
2431
|
http: Us,
|
|
2432
|
-
xhr:
|
|
2433
|
-
fetch:
|
|
2432
|
+
xhr: g6,
|
|
2433
|
+
fetch: M6
|
|
2434
2434
|
};
|
|
2435
2435
|
e0.forEach(g4, (e, r) => {
|
|
2436
2436
|
if (e) {
|
|
@@ -2441,7 +2441,7 @@ e0.forEach(g4, (e, r) => {
|
|
|
2441
2441
|
Object.defineProperty(e, "adapterName", { value: r });
|
|
2442
2442
|
}
|
|
2443
2443
|
});
|
|
2444
|
-
const ya = (e) => `- ${e}`,
|
|
2444
|
+
const ya = (e) => `- ${e}`, k6 = (e) => e0.isFunction(e) || e === null || e === !1, ql = {
|
|
2445
2445
|
getAdapter: (e) => {
|
|
2446
2446
|
e = e0.isArray(e) ? e : [e];
|
|
2447
2447
|
const { length: r } = e;
|
|
@@ -2450,7 +2450,7 @@ const ya = (e) => `- ${e}`, k7 = (e) => e0.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, !k6(n) && (a = g4[(o = String(n)).toLowerCase()], a === void 0))
|
|
2454
2454
|
throw new Z0(`Unknown adapter '${o}'`);
|
|
2455
2455
|
if (a)
|
|
2456
2456
|
break;
|
|
@@ -2519,7 +2519,7 @@ fn.transitional = function(r, n, a) {
|
|
|
2519
2519
|
)), r ? r(l, o, s) : !0;
|
|
2520
2520
|
};
|
|
2521
2521
|
};
|
|
2522
|
-
function
|
|
2522
|
+
function T6(e, r, n) {
|
|
2523
2523
|
if (typeof e != "object")
|
|
2524
2524
|
throw new Z0("options must be an object", Z0.ERR_BAD_OPTION_VALUE);
|
|
2525
2525
|
const a = Object.keys(e);
|
|
@@ -2537,7 +2537,7 @@ function T7(e, r, n) {
|
|
|
2537
2537
|
}
|
|
2538
2538
|
}
|
|
2539
2539
|
const w4 = {
|
|
2540
|
-
assertOptions:
|
|
2540
|
+
assertOptions: T6,
|
|
2541
2541
|
validators: fn
|
|
2542
2542
|
}, qe = w4.validators;
|
|
2543
2543
|
class v1 {
|
|
@@ -2734,12 +2734,12 @@ class hn {
|
|
|
2734
2734
|
};
|
|
2735
2735
|
}
|
|
2736
2736
|
}
|
|
2737
|
-
function
|
|
2737
|
+
function S6(e) {
|
|
2738
2738
|
return function(n) {
|
|
2739
2739
|
return e.apply(null, n);
|
|
2740
2740
|
};
|
|
2741
2741
|
}
|
|
2742
|
-
function
|
|
2742
|
+
function O6(e) {
|
|
2743
2743
|
return e0.isObject(e) && e.isAxiosError === !0;
|
|
2744
2744
|
}
|
|
2745
2745
|
const C4 = {
|
|
@@ -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 = S6;
|
|
2832
|
+
T2.isAxiosError = O6;
|
|
2833
2833
|
T2.mergeConfig = b1;
|
|
2834
2834
|
T2.AxiosHeaders = te;
|
|
2835
2835
|
T2.formToJSON = (e) => Hl(e0.isHTMLForm(e) ? new FormData(e) : e);
|
|
2836
2836
|
T2.getAdapter = ql.getAdapter;
|
|
2837
2837
|
T2.HttpStatusCode = C4;
|
|
2838
2838
|
T2.default = T2;
|
|
2839
|
-
const
|
|
2839
|
+
const D6 = ({ interceptors: e, baseURL: r } = {}) => {
|
|
2840
2840
|
const n = T2.create({
|
|
2841
2841
|
baseURL: r,
|
|
2842
2842
|
headers: {
|
|
@@ -2872,30 +2872,30 @@ const D7 = ({ interceptors: e, baseURL: r } = {}) => {
|
|
|
2872
2872
|
* (c) 2024 kazuya kawaguchi
|
|
2873
2873
|
* Released under the MIT License.
|
|
2874
2874
|
*/
|
|
2875
|
-
const Ca = typeof window < "u", A1 = (e, r = !1) => r ? Symbol.for(e) : Symbol(e),
|
|
2875
|
+
const Ca = typeof window < "u", A1 = (e, r = !1) => r ? Symbol.for(e) : Symbol(e), B6 = (e, r, n) => $6({ l: e, k: r, s: n }), $6 = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), U2 = (e) => typeof e == "number" && isFinite(e), F6 = (e) => Xl(e) === "[object Date]", j1 = (e) => Xl(e) === "[object RegExp]", nr = (e) => Q0(e) && Object.keys(e).length === 0, Z2 = Object.assign;
|
|
2876
2876
|
let ba;
|
|
2877
2877
|
const Ne = () => ba || (ba = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof d4 < "u" ? d4 : {});
|
|
2878
2878
|
function _a(e) {
|
|
2879
2879
|
return e.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
2880
2880
|
}
|
|
2881
|
-
const
|
|
2881
|
+
const I6 = Object.prototype.hasOwnProperty;
|
|
2882
2882
|
function g3(e, r) {
|
|
2883
|
-
return
|
|
2883
|
+
return I6.call(e, r);
|
|
2884
2884
|
}
|
|
2885
|
-
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",
|
|
2885
|
+
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", N6 = (e) => s2(e) && y2(e.then) && y2(e.catch), Gl = Object.prototype.toString, Xl = (e) => Gl.call(e), Q0 = (e) => {
|
|
2886
2886
|
if (!s2(e))
|
|
2887
2887
|
return !1;
|
|
2888
2888
|
const r = Object.getPrototypeOf(e);
|
|
2889
2889
|
return r === null || r.constructor === Object;
|
|
2890
|
-
},
|
|
2891
|
-
function
|
|
2890
|
+
}, P6 = (e) => e == null ? "" : k2(e) || Q0(e) && e.toString === Gl ? JSON.stringify(e, null, 2) : String(e);
|
|
2891
|
+
function H6(e, r = "") {
|
|
2892
2892
|
return e.reduce((n, a, i) => i === 0 ? n + a : n + r + a, "");
|
|
2893
2893
|
}
|
|
2894
2894
|
function ar(e) {
|
|
2895
2895
|
let r = e;
|
|
2896
2896
|
return () => ++r;
|
|
2897
2897
|
}
|
|
2898
|
-
function
|
|
2898
|
+
function R6(e, r) {
|
|
2899
2899
|
typeof console < "u" && (console.warn("[intlify] " + e), r && console.warn(r.stack));
|
|
2900
2900
|
}
|
|
2901
2901
|
const qt = (e) => !s2(e) || k2(e);
|
|
@@ -2915,28 +2915,28 @@ function n3(e, r) {
|
|
|
2915
2915
|
* (c) 2024 kazuya kawaguchi
|
|
2916
2916
|
* Released under the MIT License.
|
|
2917
2917
|
*/
|
|
2918
|
-
function
|
|
2918
|
+
function V6(e, r, n) {
|
|
2919
2919
|
return { line: e, column: r, offset: n };
|
|
2920
2920
|
}
|
|
2921
2921
|
function w3(e, r, n) {
|
|
2922
2922
|
return { start: e, end: r };
|
|
2923
2923
|
}
|
|
2924
|
-
const
|
|
2924
|
+
const U6 = /\{([0-9a-zA-Z]+)\}/g;
|
|
2925
2925
|
function Kl(e, ...r) {
|
|
2926
|
-
return r.length === 1 &&
|
|
2926
|
+
return r.length === 1 && W6(r[0]) && (r = r[0]), (!r || !r.hasOwnProperty) && (r = {}), e.replace(U6, (n, a) => r.hasOwnProperty(a) ? r[a] : "");
|
|
2927
2927
|
}
|
|
2928
|
-
const Jl = Object.assign, xa = (e) => typeof e == "string",
|
|
2928
|
+
const Jl = Object.assign, xa = (e) => typeof e == "string", W6 = (e) => e !== null && typeof e == "object";
|
|
2929
2929
|
function Ql(e, r = "") {
|
|
2930
2930
|
return e.reduce((n, a, i) => i === 0 ? n + a : n + r + a, "");
|
|
2931
2931
|
}
|
|
2932
2932
|
const pn = {
|
|
2933
2933
|
USE_MODULO_SYNTAX: 1,
|
|
2934
2934
|
__EXTEND_POINT__: 2
|
|
2935
|
-
},
|
|
2935
|
+
}, Z6 = {
|
|
2936
2936
|
[pn.USE_MODULO_SYNTAX]: "Use modulo before '{{0}}'."
|
|
2937
2937
|
};
|
|
2938
|
-
function
|
|
2939
|
-
const a = Kl(
|
|
2938
|
+
function z6(e, r, ...n) {
|
|
2939
|
+
const a = Kl(Z6[e], ...n || []), i = { message: String(a), code: e };
|
|
2940
2940
|
return r && (i.location = r), i;
|
|
2941
2941
|
}
|
|
2942
2942
|
const F0 = {
|
|
@@ -2964,7 +2964,7 @@ const F0 = {
|
|
|
2964
2964
|
// to avoid collision of error codes. This should always be kept as the last
|
|
2965
2965
|
// item.
|
|
2966
2966
|
__EXTEND_POINT__: 17
|
|
2967
|
-
},
|
|
2967
|
+
}, q6 = {
|
|
2968
2968
|
// tokenizer error messages
|
|
2969
2969
|
[F0.EXPECTED_TOKEN]: "Expected token: '{0}'",
|
|
2970
2970
|
[F0.INVALID_TOKEN_IN_PLACEHOLDER]: "Invalid token in placeholder: '{0}'",
|
|
@@ -2987,18 +2987,18 @@ const F0 = {
|
|
|
2987
2987
|
[F0.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
|
|
2988
2988
|
};
|
|
2989
2989
|
function it(e, r, n = {}) {
|
|
2990
|
-
const { domain: a, messages: i, args: l } = n, o = Kl((i ||
|
|
2990
|
+
const { domain: a, messages: i, args: l } = n, o = Kl((i || q6)[e] || "", ...l || []), s = new SyntaxError(String(o));
|
|
2991
2991
|
return s.code = e, r && (s.location = r), s.domain = a, s;
|
|
2992
2992
|
}
|
|
2993
|
-
function
|
|
2993
|
+
function j6(e) {
|
|
2994
2994
|
throw e;
|
|
2995
2995
|
}
|
|
2996
|
-
const Be = " ",
|
|
2997
|
-
`,
|
|
2998
|
-
function
|
|
2996
|
+
const Be = " ", Y6 = "\r", j2 = `
|
|
2997
|
+
`, G6 = "\u2028", X6 = "\u2029";
|
|
2998
|
+
function K6(e) {
|
|
2999
2999
|
const r = e;
|
|
3000
3000
|
let n = 0, a = 1, i = 1, l = 0;
|
|
3001
|
-
const o = (U) => r[U] ===
|
|
3001
|
+
const o = (U) => r[U] === Y6 && r[U + 1] === j2, s = (U) => r[U] === j2, u = (U) => r[U] === X6, d = (U) => r[U] === G6, h = (U) => o(U) || s(U) || u(U) || d(U), p = () => n, m = () => a, v = () => i, _ = () => l, b = (U) => o(U) || u(U) || d(U) ? j2 : r[U], x = () => b(n), B = () => b(n + l);
|
|
3002
3002
|
function A() {
|
|
3003
3003
|
return l = 0, h(n) && (a++, i = 0), o(n) && n++, n++, i++, r[n];
|
|
3004
3004
|
}
|
|
@@ -3032,9 +3032,9 @@ function K7(e) {
|
|
|
3032
3032
|
skipToPeek: F
|
|
3033
3033
|
};
|
|
3034
3034
|
}
|
|
3035
|
-
const je = void 0,
|
|
3036
|
-
function
|
|
3037
|
-
const n = r.location !== !1, a =
|
|
3035
|
+
const je = void 0, J6 = ".", La = "'", Q6 = "tokenizer";
|
|
3036
|
+
function e7(e, r = {}) {
|
|
3037
|
+
const n = r.location !== !1, a = K6(e), i = () => a.index(), l = () => V6(a.line(), a.column(), a.index()), o = l(), s = i(), u = {
|
|
3038
3038
|
currentType: 14,
|
|
3039
3039
|
offset: s,
|
|
3040
3040
|
startLoc: o,
|
|
@@ -3051,7 +3051,7 @@ function e6(e, r = {}) {
|
|
|
3051
3051
|
const i2 = d();
|
|
3052
3052
|
if (I.column += o0, I.offset += o0, h) {
|
|
3053
3053
|
const k0 = n ? w3(i2.startLoc, I) : null, Q = it(T, k0, {
|
|
3054
|
-
domain:
|
|
3054
|
+
domain: Q6,
|
|
3055
3055
|
args: A0
|
|
3056
3056
|
});
|
|
3057
3057
|
h(Q);
|
|
@@ -3448,8 +3448,8 @@ function e6(e, r = {}) {
|
|
|
3448
3448
|
context: d
|
|
3449
3449
|
};
|
|
3450
3450
|
}
|
|
3451
|
-
const
|
|
3452
|
-
function
|
|
3451
|
+
const t7 = "parser", r7 = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
|
|
3452
|
+
function n7(e, r, n) {
|
|
3453
3453
|
switch (e) {
|
|
3454
3454
|
case "\\\\":
|
|
3455
3455
|
return "\\";
|
|
@@ -3461,13 +3461,13 @@ function n6(e, r, n) {
|
|
|
3461
3461
|
}
|
|
3462
3462
|
}
|
|
3463
3463
|
}
|
|
3464
|
-
function
|
|
3464
|
+
function a7(e = {}) {
|
|
3465
3465
|
const r = e.location !== !1, { onError: n, onWarn: a } = e;
|
|
3466
3466
|
function i(E, M, O, F, ...U) {
|
|
3467
3467
|
const $ = E.currentPosition();
|
|
3468
3468
|
if ($.offset += F, $.column += F, n) {
|
|
3469
3469
|
const N = r ? w3(O, $) : null, i0 = it(M, N, {
|
|
3470
|
-
domain:
|
|
3470
|
+
domain: t7,
|
|
3471
3471
|
args: U
|
|
3472
3472
|
});
|
|
3473
3473
|
n(i0);
|
|
@@ -3477,7 +3477,7 @@ function a6(e = {}) {
|
|
|
3477
3477
|
const $ = E.currentPosition();
|
|
3478
3478
|
if ($.offset += F, $.column += F, a) {
|
|
3479
3479
|
const N = r ? w3(O, $) : null;
|
|
3480
|
-
a(
|
|
3480
|
+
a(z6(M, N, U));
|
|
3481
3481
|
}
|
|
3482
3482
|
}
|
|
3483
3483
|
function o(E, M, O) {
|
|
@@ -3501,7 +3501,7 @@ function a6(e = {}) {
|
|
|
3501
3501
|
}
|
|
3502
3502
|
function p(E, M) {
|
|
3503
3503
|
const O = E.context(), { lastOffset: F, lastStartLoc: U } = O, $ = o(9, F, U);
|
|
3504
|
-
return $.value = M.replace(
|
|
3504
|
+
return $.value = M.replace(r7, n7), E.nextToken(), s($, E.currentOffset(), E.currentPosition()), $;
|
|
3505
3505
|
}
|
|
3506
3506
|
function m(E) {
|
|
3507
3507
|
const M = E.nextToken(), O = E.context(), { lastOffset: F, lastStartLoc: U } = O, $ = o(8, F, U);
|
|
@@ -3597,7 +3597,7 @@ function a6(e = {}) {
|
|
|
3597
3597
|
return M.currentType === 14 ? U : x(E, O, F, U);
|
|
3598
3598
|
}
|
|
3599
3599
|
function A(E) {
|
|
3600
|
-
const M =
|
|
3600
|
+
const M = e7(E, Jl({}, e)), O = M.context(), F = o(0, O.offset, O.startLoc);
|
|
3601
3601
|
return r && F.loc && (F.loc.source = E), F.body = B(M), e.onCacheKey && (F.cacheKey = e.onCacheKey(E)), O.currentType !== 14 && i(M, F0.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, E[O.offset] || ""), s(F, M.currentOffset(), M.currentPosition()), F;
|
|
3602
3602
|
}
|
|
3603
3603
|
return { parse: A };
|
|
@@ -3608,7 +3608,7 @@ function de(e) {
|
|
|
3608
3608
|
const r = (e.value || "").replace(/\r?\n/gu, "\\n");
|
|
3609
3609
|
return r.length > 10 ? r.slice(0, 9) + "…" : r;
|
|
3610
3610
|
}
|
|
3611
|
-
function
|
|
3611
|
+
function i7(e, r = {}) {
|
|
3612
3612
|
const n = {
|
|
3613
3613
|
ast: e,
|
|
3614
3614
|
helpers: /* @__PURE__ */ new Set()
|
|
@@ -3660,8 +3660,8 @@ function mn(e, r) {
|
|
|
3660
3660
|
break;
|
|
3661
3661
|
}
|
|
3662
3662
|
}
|
|
3663
|
-
function
|
|
3664
|
-
const n =
|
|
3663
|
+
function l7(e, r = {}) {
|
|
3664
|
+
const n = i7(e);
|
|
3665
3665
|
n.helper(
|
|
3666
3666
|
"normalize"
|
|
3667
3667
|
/* HelperNameMap.NORMALIZE */
|
|
@@ -3669,7 +3669,7 @@ function l6(e, r = {}) {
|
|
|
3669
3669
|
const a = n.context();
|
|
3670
3670
|
e.helpers = Array.from(a.helpers);
|
|
3671
3671
|
}
|
|
3672
|
-
function
|
|
3672
|
+
function o7(e) {
|
|
3673
3673
|
const r = e.body;
|
|
3674
3674
|
return r.type === 2 ? Aa(r) : r.cases.forEach((n) => Aa(n)), e;
|
|
3675
3675
|
}
|
|
@@ -3694,7 +3694,7 @@ function Aa(e) {
|
|
|
3694
3694
|
}
|
|
3695
3695
|
}
|
|
3696
3696
|
}
|
|
3697
|
-
const
|
|
3697
|
+
const s7 = "minifier";
|
|
3698
3698
|
function P1(e) {
|
|
3699
3699
|
switch (e.t = e.type, e.type) {
|
|
3700
3700
|
case 0: {
|
|
@@ -3741,14 +3741,14 @@ function P1(e) {
|
|
|
3741
3741
|
}
|
|
3742
3742
|
default:
|
|
3743
3743
|
throw it(F0.UNHANDLED_MINIFIER_NODE_TYPE, null, {
|
|
3744
|
-
domain:
|
|
3744
|
+
domain: s7,
|
|
3745
3745
|
args: [e.type]
|
|
3746
3746
|
});
|
|
3747
3747
|
}
|
|
3748
3748
|
delete e.type;
|
|
3749
3749
|
}
|
|
3750
|
-
const
|
|
3751
|
-
function
|
|
3750
|
+
const c7 = "parser";
|
|
3751
|
+
function u7(e, r) {
|
|
3752
3752
|
const { sourceMap: n, filename: a, breakLineCode: i, needIndent: l } = r, o = r.location !== !1, s = {
|
|
3753
3753
|
filename: a,
|
|
3754
3754
|
code: "",
|
|
@@ -3790,14 +3790,14 @@ function u6(e, r) {
|
|
|
3790
3790
|
needIndent: () => s.needIndent
|
|
3791
3791
|
};
|
|
3792
3792
|
}
|
|
3793
|
-
function
|
|
3793
|
+
function d7(e, r) {
|
|
3794
3794
|
const { helper: n } = e;
|
|
3795
3795
|
e.push(`${n(
|
|
3796
3796
|
"linked"
|
|
3797
3797
|
/* HelperNameMap.LINKED */
|
|
3798
3798
|
)}(`), Y1(e, r.key), r.modifier ? (e.push(", "), Y1(e, r.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
|
|
3799
3799
|
}
|
|
3800
|
-
function
|
|
3800
|
+
function f7(e, r) {
|
|
3801
3801
|
const { helper: n, needIndent: a } = e;
|
|
3802
3802
|
e.push(`${n(
|
|
3803
3803
|
"normalize"
|
|
@@ -3808,7 +3808,7 @@ function f6(e, r) {
|
|
|
3808
3808
|
e.push(", ");
|
|
3809
3809
|
e.deindent(a()), e.push("])");
|
|
3810
3810
|
}
|
|
3811
|
-
function
|
|
3811
|
+
function h7(e, r) {
|
|
3812
3812
|
const { helper: n, needIndent: a } = e;
|
|
3813
3813
|
if (r.cases.length > 1) {
|
|
3814
3814
|
e.push(`${n(
|
|
@@ -3821,23 +3821,23 @@ function h6(e, r) {
|
|
|
3821
3821
|
e.deindent(a()), e.push("])");
|
|
3822
3822
|
}
|
|
3823
3823
|
}
|
|
3824
|
-
function
|
|
3824
|
+
function p7(e, r) {
|
|
3825
3825
|
r.body ? Y1(e, r.body) : e.push("null");
|
|
3826
3826
|
}
|
|
3827
3827
|
function Y1(e, r) {
|
|
3828
3828
|
const { helper: n } = e;
|
|
3829
3829
|
switch (r.type) {
|
|
3830
3830
|
case 0:
|
|
3831
|
-
|
|
3831
|
+
p7(e, r);
|
|
3832
3832
|
break;
|
|
3833
3833
|
case 1:
|
|
3834
|
-
|
|
3834
|
+
h7(e, r);
|
|
3835
3835
|
break;
|
|
3836
3836
|
case 2:
|
|
3837
|
-
|
|
3837
|
+
f7(e, r);
|
|
3838
3838
|
break;
|
|
3839
3839
|
case 6:
|
|
3840
|
-
|
|
3840
|
+
d7(e, r);
|
|
3841
3841
|
break;
|
|
3842
3842
|
case 8:
|
|
3843
3843
|
e.push(JSON.stringify(r.value), r);
|
|
@@ -3871,14 +3871,14 @@ function Y1(e, r) {
|
|
|
3871
3871
|
break;
|
|
3872
3872
|
default:
|
|
3873
3873
|
throw it(F0.UNHANDLED_CODEGEN_NODE_TYPE, null, {
|
|
3874
|
-
domain:
|
|
3874
|
+
domain: c7,
|
|
3875
3875
|
args: [r.type]
|
|
3876
3876
|
});
|
|
3877
3877
|
}
|
|
3878
3878
|
}
|
|
3879
|
-
const
|
|
3879
|
+
const m7 = (e, r = {}) => {
|
|
3880
3880
|
const n = xa(r.mode) ? r.mode : "normal", a = xa(r.filename) ? r.filename : "message.intl", i = !!r.sourceMap, l = r.breakLineCode != null ? r.breakLineCode : n === "arrow" ? ";" : `
|
|
3881
|
-
`, o = r.needIndent ? r.needIndent : n !== "arrow", s = e.helpers || [], u =
|
|
3881
|
+
`, o = r.needIndent ? r.needIndent : n !== "arrow", s = e.helpers || [], u = u7(e, {
|
|
3882
3882
|
mode: n,
|
|
3883
3883
|
filename: a,
|
|
3884
3884
|
sourceMap: i,
|
|
@@ -3894,12 +3894,12 @@ const m6 = (e, r = {}) => {
|
|
|
3894
3894
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
3895
3895
|
};
|
|
3896
3896
|
};
|
|
3897
|
-
function
|
|
3898
|
-
const n = Jl({}, r), a = !!n.jit, i = !!n.minify, l = n.optimize == null ? !0 : n.optimize, s =
|
|
3899
|
-
return a ? (l &&
|
|
3897
|
+
function v7(e, r = {}) {
|
|
3898
|
+
const n = Jl({}, r), a = !!n.jit, i = !!n.minify, l = n.optimize == null ? !0 : n.optimize, s = a7(n).parse(e);
|
|
3899
|
+
return a ? (l && o7(s), i && P1(s), { ast: s, code: "" }) : (l7(s, n), m7(s, n));
|
|
3900
3900
|
}
|
|
3901
|
-
var
|
|
3902
|
-
function
|
|
3901
|
+
var y7 = { VUE_APP_API_URL: "/api", GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_600c96f7-92ca-433e-aec2-6dde71deb2b6", 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.12.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_600c96f7-92ca-433e-aec2-6dde71deb2b6", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.12.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.12.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: "603", 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: "20241215.1.0", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.10/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.4/x64", JOURNAL_STREAM: "8:19052", GITHUB_WORKFLOW: "Webitel UI release with docs", _: "/opt/hostedtoolcache/node/22.12.0/x64/bin/npm", npm_config_prefix: "/opt/hostedtoolcache/node/22.12.0/x64", npm_config_npm_version: "10.9.0", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "true", GITHUB_RUN_ID: "12579849409", STATS_VMFE: "true", npm_config_cache: "/home/runner/.npm", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "3a4d3e5fd4d999ef90a99f094791c5be11fea284", 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.12.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.12.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/22.12.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_4a327ba6-ce61-4e01-876b-9d1a4fb342f6", INVOCATION_ID: "5bd76e80fb1e459dacc9ebeac7262a12", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/22.12.0/x64/bin/node", npm_package_name: "@webitel/ui-sdk", GITHUB_ACTION: "publish_release", GITHUB_RUN_NUMBER: "581", GITHUB_TRIGGERING_ACTOR: "dlohvinov", 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 20", 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.36", 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: "3a4d3e5fd4d999ef90a99f094791c5be11fea284", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", GITHUB_REF: "refs/heads/master", GITHUB_ACTOR: "dlohvinov", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", LEIN_HOME: "/usr/local/lib/lein", npm_config_globalconfig: "/opt/hostedtoolcache/node/22.12.0/x64/etc/npmrc", npm_config_init_module: "/home/runner/.npm-init.js", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_600c96f7-92ca-433e-aec2-6dde71deb2b6", JAVA_HOME: "/usr/lib/jvm/temurin-11-jdk-amd64", PWD: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", GITHUB_ACTOR_ID: "32868304", RUNNER_WORKSPACE: "/home/runner/work/webitel-ui-sdk", npm_execpath: "/opt/hostedtoolcache/node/22.12.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_600c96f7-92ca-433e-aec2-6dde71deb2b6", npm_config_global_prefix: "/opt/hostedtoolcache/node/22.12.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_600c96f7-92ca-433e-aec2-6dde71deb2b6", INIT_CWD: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", EDITOR: "vi", NODE_ENV: "production" };
|
|
3902
|
+
function g7() {
|
|
3903
3903
|
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);
|
|
3904
3904
|
}
|
|
3905
3905
|
const r1 = [];
|
|
@@ -4063,15 +4063,15 @@ r1[
|
|
|
4063
4063
|
/* Actions.APPEND */
|
|
4064
4064
|
]
|
|
4065
4065
|
};
|
|
4066
|
-
const
|
|
4067
|
-
function
|
|
4068
|
-
return
|
|
4066
|
+
const w7 = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
|
|
4067
|
+
function C7(e) {
|
|
4068
|
+
return w7.test(e);
|
|
4069
4069
|
}
|
|
4070
|
-
function
|
|
4070
|
+
function b7(e) {
|
|
4071
4071
|
const r = e.charCodeAt(0), n = e.charCodeAt(e.length - 1);
|
|
4072
4072
|
return r === n && (r === 34 || r === 39) ? e.slice(1, -1) : e;
|
|
4073
4073
|
}
|
|
4074
|
-
function
|
|
4074
|
+
function _7(e) {
|
|
4075
4075
|
if (e == null)
|
|
4076
4076
|
return "o";
|
|
4077
4077
|
switch (e.charCodeAt(0)) {
|
|
@@ -4096,11 +4096,11 @@ function _6(e) {
|
|
|
4096
4096
|
}
|
|
4097
4097
|
return "i";
|
|
4098
4098
|
}
|
|
4099
|
-
function
|
|
4099
|
+
function x7(e) {
|
|
4100
4100
|
const r = e.trim();
|
|
4101
|
-
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 :
|
|
4101
|
+
return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : C7(r) ? b7(r) : "*" + r;
|
|
4102
4102
|
}
|
|
4103
|
-
function
|
|
4103
|
+
function L7(e) {
|
|
4104
4104
|
const r = [];
|
|
4105
4105
|
let n = -1, a = 0, i = 0, l, o, s, u, d, h, p;
|
|
4106
4106
|
const m = [];
|
|
@@ -4132,7 +4132,7 @@ function L6(e) {
|
|
|
4132
4132
|
/* Actions.APPEND */
|
|
4133
4133
|
]();
|
|
4134
4134
|
else {
|
|
4135
|
-
if (i = 0, o === void 0 || (o =
|
|
4135
|
+
if (i = 0, o === void 0 || (o = x7(o), o === !1))
|
|
4136
4136
|
return !1;
|
|
4137
4137
|
m[
|
|
4138
4138
|
1
|
|
@@ -4150,21 +4150,21 @@ function L6(e) {
|
|
|
4150
4150
|
}
|
|
4151
4151
|
for (; a !== null; )
|
|
4152
4152
|
if (n++, l = e[n], !(l === "\\" && v())) {
|
|
4153
|
-
if (u =
|
|
4153
|
+
if (u = _7(l), p = r1[a], d = p[u] || p.l || 8, d === 8 || (a = d[0], d[1] !== void 0 && (h = m[d[1]], h && (s = l, h() === !1))))
|
|
4154
4154
|
return;
|
|
4155
4155
|
if (a === 7)
|
|
4156
4156
|
return r;
|
|
4157
4157
|
}
|
|
4158
4158
|
}
|
|
4159
4159
|
const Ma = /* @__PURE__ */ new Map();
|
|
4160
|
-
function
|
|
4160
|
+
function E7(e, r) {
|
|
4161
4161
|
return s2(e) ? e[r] : null;
|
|
4162
4162
|
}
|
|
4163
|
-
function
|
|
4163
|
+
function A7(e, r) {
|
|
4164
4164
|
if (!s2(e))
|
|
4165
4165
|
return null;
|
|
4166
4166
|
let n = Ma.get(r);
|
|
4167
|
-
if (n || (n =
|
|
4167
|
+
if (n || (n = L7(r), n && Ma.set(r, n)), !n)
|
|
4168
4168
|
return null;
|
|
4169
4169
|
const a = n.length;
|
|
4170
4170
|
let i = e, l = 0;
|
|
@@ -4176,26 +4176,26 @@ function A6(e, r) {
|
|
|
4176
4176
|
}
|
|
4177
4177
|
return i;
|
|
4178
4178
|
}
|
|
4179
|
-
const
|
|
4179
|
+
const M7 = (e) => e, k7 = (e) => "", T7 = "text", S7 = (e) => e.length === 0 ? "" : H6(e), O7 = P6;
|
|
4180
4180
|
function ka(e, r) {
|
|
4181
4181
|
return e = Math.abs(e), r === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
|
|
4182
4182
|
}
|
|
4183
|
-
function
|
|
4183
|
+
function D7(e) {
|
|
4184
4184
|
const r = U2(e.pluralIndex) ? e.pluralIndex : -1;
|
|
4185
4185
|
return e.named && (U2(e.named.count) || U2(e.named.n)) ? U2(e.named.count) ? e.named.count : U2(e.named.n) ? e.named.n : r : r;
|
|
4186
4186
|
}
|
|
4187
|
-
function
|
|
4187
|
+
function B7(e, r) {
|
|
4188
4188
|
r.count || (r.count = e), r.n || (r.n = e);
|
|
4189
4189
|
}
|
|
4190
|
-
function $
|
|
4191
|
-
const r = e.locale, n =
|
|
4192
|
-
U2(e.pluralIndex) &&
|
|
4190
|
+
function $7(e = {}) {
|
|
4191
|
+
const r = e.locale, n = D7(e), a = s2(e.pluralRules) && E0(r) && y2(e.pluralRules[r]) ? e.pluralRules[r] : ka, i = s2(e.pluralRules) && E0(r) && y2(e.pluralRules[r]) ? ka : void 0, l = (B) => B[a(n, B.length, i)], o = e.list || [], s = (B) => o[B], u = e.named || {};
|
|
4192
|
+
U2(e.pluralIndex) && B7(n, u);
|
|
4193
4193
|
const d = (B) => u[B];
|
|
4194
4194
|
function h(B) {
|
|
4195
4195
|
const A = y2(e.messages) ? e.messages(B) : s2(e.messages) ? e.messages[B] : !1;
|
|
4196
|
-
return A || (e.parent ? e.parent.message(B) :
|
|
4196
|
+
return A || (e.parent ? e.parent.message(B) : k7);
|
|
4197
4197
|
}
|
|
4198
|
-
const p = (B) => e.modifiers ? e.modifiers[B] :
|
|
4198
|
+
const p = (B) => e.modifiers ? e.modifiers[B] : M7, m = Q0(e.processor) && y2(e.processor.normalize) ? e.processor.normalize : S7, v = Q0(e.processor) && y2(e.processor.interpolate) ? e.processor.interpolate : O7, _ = Q0(e.processor) && E0(e.processor.type) ? e.processor.type : T7, x = {
|
|
4199
4199
|
list: s,
|
|
4200
4200
|
named: d,
|
|
4201
4201
|
plural: l,
|
|
@@ -4218,10 +4218,10 @@ function $6(e = {}) {
|
|
|
4218
4218
|
return x;
|
|
4219
4219
|
}
|
|
4220
4220
|
let Ot = null;
|
|
4221
|
-
function
|
|
4221
|
+
function F7(e) {
|
|
4222
4222
|
Ot = e;
|
|
4223
4223
|
}
|
|
4224
|
-
function
|
|
4224
|
+
function I7(e, r, n) {
|
|
4225
4225
|
Ot && Ot.emit("i18n:init", {
|
|
4226
4226
|
timestamp: Date.now(),
|
|
4227
4227
|
i18n: e,
|
|
@@ -4229,14 +4229,14 @@ function I6(e, r, n) {
|
|
|
4229
4229
|
meta: n
|
|
4230
4230
|
});
|
|
4231
4231
|
}
|
|
4232
|
-
const
|
|
4232
|
+
const N7 = /* @__PURE__ */ P7(
|
|
4233
4233
|
"function:translate"
|
|
4234
4234
|
/* IntlifyDevToolsHooks.FunctionTranslate */
|
|
4235
4235
|
);
|
|
4236
|
-
function
|
|
4236
|
+
function P7(e) {
|
|
4237
4237
|
return (r) => Ot && Ot.emit(e, r);
|
|
4238
4238
|
}
|
|
4239
|
-
const eo = pn.__EXTEND_POINT__, o1 = ar(eo),
|
|
4239
|
+
const eo = pn.__EXTEND_POINT__, o1 = ar(eo), H7 = {
|
|
4240
4240
|
NOT_FOUND_KEY: eo,
|
|
4241
4241
|
// 2
|
|
4242
4242
|
FALLBACK_TO_TRANSLATE: o1(),
|
|
@@ -4286,7 +4286,7 @@ function Ta(e) {
|
|
|
4286
4286
|
return br;
|
|
4287
4287
|
if (e.constructor.name === "Function") {
|
|
4288
4288
|
const r = e();
|
|
4289
|
-
if (
|
|
4289
|
+
if (N6(r))
|
|
4290
4290
|
throw Ee(he.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
|
|
4291
4291
|
return br = r;
|
|
4292
4292
|
} else
|
|
@@ -4294,7 +4294,7 @@ function Ta(e) {
|
|
|
4294
4294
|
} else
|
|
4295
4295
|
throw Ee(he.NOT_SUPPORT_LOCALE_TYPE);
|
|
4296
4296
|
}
|
|
4297
|
-
function
|
|
4297
|
+
function R7(e, r, n) {
|
|
4298
4298
|
return [.../* @__PURE__ */ new Set([
|
|
4299
4299
|
n,
|
|
4300
4300
|
...k2(r) ? r : s2(r) ? Object.keys(r) : E0(r) ? [r] : [n]
|
|
@@ -4318,20 +4318,20 @@ function Sa(e, r, n) {
|
|
|
4318
4318
|
let a = !0;
|
|
4319
4319
|
for (let i = 0; i < r.length && h2(a); i++) {
|
|
4320
4320
|
const l = r[i];
|
|
4321
|
-
E0(l) && (a =
|
|
4321
|
+
E0(l) && (a = V7(e, r[i], n));
|
|
4322
4322
|
}
|
|
4323
4323
|
return a;
|
|
4324
4324
|
}
|
|
4325
|
-
function
|
|
4325
|
+
function V7(e, r, n) {
|
|
4326
4326
|
let a;
|
|
4327
4327
|
const i = r.split("-");
|
|
4328
4328
|
do {
|
|
4329
4329
|
const l = i.join("-");
|
|
4330
|
-
a =
|
|
4330
|
+
a = U7(e, l, n), i.splice(-1, 1);
|
|
4331
4331
|
} while (i.length && a === !0);
|
|
4332
4332
|
return a;
|
|
4333
4333
|
}
|
|
4334
|
-
function
|
|
4334
|
+
function U7(e, r, n) {
|
|
4335
4335
|
let a = !1;
|
|
4336
4336
|
if (!e.includes(r) && (a = !0, r)) {
|
|
4337
4337
|
a = r[r.length - 1] !== "!";
|
|
@@ -4340,8 +4340,8 @@ function U6(e, r, n) {
|
|
|
4340
4340
|
}
|
|
4341
4341
|
return a;
|
|
4342
4342
|
}
|
|
4343
|
-
const
|
|
4344
|
-
function
|
|
4343
|
+
const W7 = "9.14.1", ir = -1, Dt = "en-US", Oa = "", Da = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
4344
|
+
function Z7() {
|
|
4345
4345
|
return {
|
|
4346
4346
|
upper: (e, r) => r === "text" && E0(e) ? e.toUpperCase() : r === "vnode" && s2(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
4347
4347
|
lower: (e, r) => r === "text" && E0(e) ? e.toLowerCase() : r === "vnode" && s2(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
|
|
@@ -4353,24 +4353,24 @@ function Ba(e) {
|
|
|
4353
4353
|
no = e;
|
|
4354
4354
|
}
|
|
4355
4355
|
let ao;
|
|
4356
|
-
function
|
|
4356
|
+
function z7(e) {
|
|
4357
4357
|
ao = e;
|
|
4358
4358
|
}
|
|
4359
4359
|
let io;
|
|
4360
|
-
function
|
|
4360
|
+
function q7(e) {
|
|
4361
4361
|
io = e;
|
|
4362
4362
|
}
|
|
4363
4363
|
let lo = null;
|
|
4364
|
-
const
|
|
4364
|
+
const j7 = /* @__NO_SIDE_EFFECTS__ */ (e) => {
|
|
4365
4365
|
lo = e;
|
|
4366
|
-
},
|
|
4366
|
+
}, Y7 = /* @__NO_SIDE_EFFECTS__ */ () => lo;
|
|
4367
4367
|
let oo = null;
|
|
4368
4368
|
const $a = (e) => {
|
|
4369
4369
|
oo = e;
|
|
4370
|
-
},
|
|
4370
|
+
}, G7 = () => oo;
|
|
4371
4371
|
let Fa = 0;
|
|
4372
|
-
function
|
|
4373
|
-
const r = y2(e.onWarn) ? e.onWarn :
|
|
4372
|
+
function X7(e = {}) {
|
|
4373
|
+
const r = y2(e.onWarn) ? e.onWarn : R6, n = E0(e.version) ? e.version : W7, a = E0(e.locale) || y2(e.locale) ? e.locale : Dt, i = y2(a) ? Dt : a, l = k2(e.fallbackLocale) || Q0(e.fallbackLocale) || E0(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : i, o = Q0(e.messages) ? e.messages : { [i]: {} }, s = Q0(e.datetimeFormats) ? e.datetimeFormats : { [i]: {} }, u = Q0(e.numberFormats) ? e.numberFormats : { [i]: {} }, d = Z2({}, e.modifiers || {}, Z7()), h = e.pluralRules || {}, p = y2(e.missing) ? e.missing : null, m = h2(e.missingWarn) || j1(e.missingWarn) ? e.missingWarn : !0, v = h2(e.fallbackWarn) || j1(e.fallbackWarn) ? e.fallbackWarn : !0, _ = !!e.fallbackFormat, b = !!e.unresolving, x = y2(e.postTranslation) ? e.postTranslation : null, B = Q0(e.processor) ? e.processor : null, A = h2(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, E = !!e.escapeParameter, M = y2(e.messageCompiler) ? e.messageCompiler : no, O = y2(e.messageResolver) ? e.messageResolver : ao || E7, F = y2(e.localeFallbacker) ? e.localeFallbacker : io || R7, U = s2(e.fallbackContext) ? e.fallbackContext : void 0, $ = e, N = s2($.__datetimeFormatters) ? $.__datetimeFormatters : /* @__PURE__ */ new Map(), i0 = s2($.__numberFormatters) ? $.__numberFormatters : /* @__PURE__ */ new Map(), H = s2($.__meta) ? $.__meta : {};
|
|
4374
4374
|
Fa++;
|
|
4375
4375
|
const J = {
|
|
4376
4376
|
version: n,
|
|
@@ -4396,7 +4396,7 @@ function X6(e = {}) {
|
|
|
4396
4396
|
onWarn: r,
|
|
4397
4397
|
__meta: H
|
|
4398
4398
|
};
|
|
4399
|
-
return J.datetimeFormats = s, J.numberFormats = u, J.__datetimeFormatters = N, J.__numberFormatters = i0, __INTLIFY_PROD_DEVTOOLS__ &&
|
|
4399
|
+
return J.datetimeFormats = s, J.numberFormats = u, J.__datetimeFormatters = N, J.__numberFormatters = i0, __INTLIFY_PROD_DEVTOOLS__ && I7(J, n, H), J;
|
|
4400
4400
|
}
|
|
4401
4401
|
function yn(e, r, n, a, i) {
|
|
4402
4402
|
const { missing: l, onWarn: o } = e;
|
|
@@ -4410,22 +4410,22 @@ function ct(e, r, n) {
|
|
|
4410
4410
|
const a = e;
|
|
4411
4411
|
a.__localeChainCache = /* @__PURE__ */ new Map(), e.localeFallbacker(e, n, r);
|
|
4412
4412
|
}
|
|
4413
|
-
function
|
|
4413
|
+
function K7(e, r) {
|
|
4414
4414
|
return e === r ? !1 : e.split("-")[0] === r.split("-")[0];
|
|
4415
4415
|
}
|
|
4416
|
-
function
|
|
4416
|
+
function J7(e, r) {
|
|
4417
4417
|
const n = r.indexOf(e);
|
|
4418
4418
|
if (n === -1)
|
|
4419
4419
|
return !1;
|
|
4420
4420
|
for (let a = n + 1; a < r.length; a++)
|
|
4421
|
-
if (
|
|
4421
|
+
if (K7(e, r[a]))
|
|
4422
4422
|
return !0;
|
|
4423
4423
|
return !1;
|
|
4424
4424
|
}
|
|
4425
4425
|
function _r(e) {
|
|
4426
|
-
return (n) =>
|
|
4426
|
+
return (n) => Q7(n, e);
|
|
4427
4427
|
}
|
|
4428
|
-
function
|
|
4428
|
+
function Q7(e, r) {
|
|
4429
4429
|
const n = r.b || r.body;
|
|
4430
4430
|
if ((n.t || n.type) === 1) {
|
|
4431
4431
|
const a = n, i = a.c || a.cases;
|
|
@@ -4485,10 +4485,10 @@ let R1 = /* @__PURE__ */ Object.create(null);
|
|
|
4485
4485
|
const G1 = (e) => s2(e) && (e.t === 0 || e.type === 0) && ("b" in e || "body" in e);
|
|
4486
4486
|
function co(e, r = {}) {
|
|
4487
4487
|
let n = !1;
|
|
4488
|
-
const a = r.onError ||
|
|
4488
|
+
const a = r.onError || j6;
|
|
4489
4489
|
return r.onError = (i) => {
|
|
4490
4490
|
n = !0, a(i);
|
|
4491
|
-
}, { ...
|
|
4491
|
+
}, { ...v7(e, r), detectError: n };
|
|
4492
4492
|
}
|
|
4493
4493
|
const ec = /* @__NO_SIDE_EFFECTS__ */ (e, r) => {
|
|
4494
4494
|
if (!E0(e))
|
|
@@ -4510,7 +4510,7 @@ function tc(e, r) {
|
|
|
4510
4510
|
return i;
|
|
4511
4511
|
const { ast: l, detectError: o } = co(e, {
|
|
4512
4512
|
...r,
|
|
4513
|
-
location:
|
|
4513
|
+
location: y7.NODE_ENV !== "production",
|
|
4514
4514
|
jit: !0
|
|
4515
4515
|
}), s = _r(l);
|
|
4516
4516
|
return o ? s : R1[a] = s;
|
|
@@ -4540,7 +4540,7 @@ function Pa(e, ...r) {
|
|
|
4540
4540
|
}, $ = se(M) ? M : fo(e, u, A, M, O, U);
|
|
4541
4541
|
if (F)
|
|
4542
4542
|
return M;
|
|
4543
|
-
const N = ic(e, A, E, d), i0 = $
|
|
4543
|
+
const N = ic(e, A, E, d), i0 = $7(N), H = nc(e, $, i0), J = a ? a(H, u) : H;
|
|
4544
4544
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
4545
4545
|
const c0 = {
|
|
4546
4546
|
timestamp: Date.now(),
|
|
@@ -4549,7 +4549,7 @@ function Pa(e, ...r) {
|
|
|
4549
4549
|
format: E0(M) ? M : se(M) ? M.source : "",
|
|
4550
4550
|
message: J
|
|
4551
4551
|
};
|
|
4552
|
-
c0.meta = Z2({}, e.__meta, /* @__PURE__ */
|
|
4552
|
+
c0.meta = Z2({}, e.__meta, /* @__PURE__ */ Y7() || {}), N7(c0);
|
|
4553
4553
|
}
|
|
4554
4554
|
return J;
|
|
4555
4555
|
}
|
|
@@ -4563,7 +4563,7 @@ function uo(e, r, n, a, i, l) {
|
|
|
4563
4563
|
let p = {}, m, v = null;
|
|
4564
4564
|
const _ = "translate";
|
|
4565
4565
|
for (let b = 0; b < h.length && (m = h[b], p = o[m] || {}, (v = u(p, r)) === null && (v = p[r]), !(E0(v) || G1(v) || se(v))); b++)
|
|
4566
|
-
if (!
|
|
4566
|
+
if (!J7(m, h)) {
|
|
4567
4567
|
const x = yn(
|
|
4568
4568
|
e,
|
|
4569
4569
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
@@ -4607,7 +4607,7 @@ function ac(e, r, n, a, i, l) {
|
|
|
4607
4607
|
onError: (o) => {
|
|
4608
4608
|
throw l && l(o), o;
|
|
4609
4609
|
},
|
|
4610
|
-
onCacheKey: (o) =>
|
|
4610
|
+
onCacheKey: (o) => B6(r, n, o)
|
|
4611
4611
|
};
|
|
4612
4612
|
}
|
|
4613
4613
|
function ic(e, r, n, a) {
|
|
@@ -4690,7 +4690,7 @@ function x4(...e) {
|
|
|
4690
4690
|
} catch {
|
|
4691
4691
|
throw Ee(he.INVALID_ISO_DATE_ARGUMENT);
|
|
4692
4692
|
}
|
|
4693
|
-
} else if (
|
|
4693
|
+
} else if (F6(r)) {
|
|
4694
4694
|
if (isNaN(r.getTime()))
|
|
4695
4695
|
throw Ee(he.INVALID_DATE_ARGUMENT);
|
|
4696
4696
|
s = r;
|
|
@@ -4770,13 +4770,13 @@ function Ua(e, r, n) {
|
|
|
4770
4770
|
a.__numberFormatters.has(l) && a.__numberFormatters.delete(l);
|
|
4771
4771
|
}
|
|
4772
4772
|
}
|
|
4773
|
-
|
|
4774
|
-
var lc = { VUE_APP_API_URL: "/api", GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/
|
|
4773
|
+
g7();
|
|
4774
|
+
var lc = { VUE_APP_API_URL: "/api", GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_600c96f7-92ca-433e-aec2-6dde71deb2b6", 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.12.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_600c96f7-92ca-433e-aec2-6dde71deb2b6", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.12.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.12.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: "603", 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: "20241215.1.0", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.10/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.4/x64", JOURNAL_STREAM: "8:19052", GITHUB_WORKFLOW: "Webitel UI release with docs", _: "/opt/hostedtoolcache/node/22.12.0/x64/bin/npm", npm_config_prefix: "/opt/hostedtoolcache/node/22.12.0/x64", npm_config_npm_version: "10.9.0", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "true", GITHUB_RUN_ID: "12579849409", STATS_VMFE: "true", npm_config_cache: "/home/runner/.npm", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "3a4d3e5fd4d999ef90a99f094791c5be11fea284", 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.12.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.12.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/22.12.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_4a327ba6-ce61-4e01-876b-9d1a4fb342f6", INVOCATION_ID: "5bd76e80fb1e459dacc9ebeac7262a12", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/22.12.0/x64/bin/node", npm_package_name: "@webitel/ui-sdk", GITHUB_ACTION: "publish_release", GITHUB_RUN_NUMBER: "581", GITHUB_TRIGGERING_ACTOR: "dlohvinov", 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 20", 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.36", 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: "3a4d3e5fd4d999ef90a99f094791c5be11fea284", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", GITHUB_REF: "refs/heads/master", GITHUB_ACTOR: "dlohvinov", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", LEIN_HOME: "/usr/local/lib/lein", npm_config_globalconfig: "/opt/hostedtoolcache/node/22.12.0/x64/etc/npmrc", npm_config_init_module: "/home/runner/.npm-init.js", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_600c96f7-92ca-433e-aec2-6dde71deb2b6", JAVA_HOME: "/usr/lib/jvm/temurin-11-jdk-amd64", PWD: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", GITHUB_ACTOR_ID: "32868304", RUNNER_WORKSPACE: "/home/runner/work/webitel-ui-sdk", npm_execpath: "/opt/hostedtoolcache/node/22.12.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_600c96f7-92ca-433e-aec2-6dde71deb2b6", npm_config_global_prefix: "/opt/hostedtoolcache/node/22.12.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_600c96f7-92ca-433e-aec2-6dde71deb2b6", INIT_CWD: "/home/runner/work/webitel-ui-sdk/webitel-ui-sdk", EDITOR: "vi", NODE_ENV: "production" };
|
|
4775
4775
|
const oc = "9.14.1";
|
|
4776
4776
|
function sc() {
|
|
4777
4777
|
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);
|
|
4778
4778
|
}
|
|
4779
|
-
const mo =
|
|
4779
|
+
const mo = H7.__EXTEND_POINT__, $e = ar(mo);
|
|
4780
4780
|
$e(), $e(), $e(), $e(), $e(), $e(), $e(), $e(), $e();
|
|
4781
4781
|
const vo = he.__EXTEND_POINT__, J2 = ar(vo), Ue = {
|
|
4782
4782
|
// composer module errors
|
|
@@ -4935,7 +4935,7 @@ function hc(e = {}, r) {
|
|
|
4935
4935
|
__meta: { framework: "vue" }
|
|
4936
4936
|
};
|
|
4937
4937
|
Q.datetimeFormats = m.value, Q.numberFormats = v.value, Q.__datetimeFormatters = Q0(N) ? N.__datetimeFormatters : void 0, Q.__numberFormatters = Q0(N) ? N.__numberFormatters : void 0;
|
|
4938
|
-
const u0 =
|
|
4938
|
+
const u0 = X7(Q);
|
|
4939
4939
|
return i && $a(u0), u0;
|
|
4940
4940
|
})(), ct(N, d.value, h.value);
|
|
4941
4941
|
function H() {
|
|
@@ -4974,7 +4974,7 @@ function hc(e = {}, r) {
|
|
|
4974
4974
|
H();
|
|
4975
4975
|
let f;
|
|
4976
4976
|
try {
|
|
4977
|
-
lc.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, i || (N.fallbackContext = n ?
|
|
4977
|
+
lc.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, i || (N.fallbackContext = n ? G7() : void 0), f = Q(N);
|
|
4978
4978
|
} finally {
|
|
4979
4979
|
__INTLIFY_PROD_DEVTOOLS__, i || (N.fallbackContext = void 0);
|
|
4980
4980
|
}
|
|
@@ -5536,11 +5536,11 @@ function xc(e, r, n, a = {}) {
|
|
|
5536
5536
|
}
|
|
5537
5537
|
sc();
|
|
5538
5538
|
__INTLIFY_JIT_COMPILATION__ ? Ba(tc) : Ba(ec);
|
|
5539
|
-
|
|
5540
|
-
|
|
5539
|
+
z7(A7);
|
|
5540
|
+
q7(ro);
|
|
5541
5541
|
if (__INTLIFY_PROD_DEVTOOLS__) {
|
|
5542
5542
|
const e = Ne();
|
|
5543
|
-
e.__INTLIFY__ = !0,
|
|
5543
|
+
e.__INTLIFY__ = !0, F7(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
5544
5544
|
}
|
|
5545
5545
|
const Lc = Object.freeze({
|
|
5546
5546
|
[a2.ADD]: {
|
|
@@ -18189,10 +18189,20 @@ const cr = {
|
|
|
18189
18189
|
allowEmpty: {
|
|
18190
18190
|
type: Boolean,
|
|
18191
18191
|
default: !1
|
|
18192
|
+
},
|
|
18193
|
+
/**
|
|
18194
|
+
* pass "value" prop as string, receive @input event with string,
|
|
18195
|
+
* but pass options as objects and calculate value from options by this prop
|
|
18196
|
+
*/
|
|
18197
|
+
useValueFromOptionsByProp: {
|
|
18198
|
+
type: String,
|
|
18199
|
+
default: ""
|
|
18192
18200
|
}
|
|
18193
18201
|
},
|
|
18194
18202
|
data: () => ({
|
|
18195
18203
|
apiOptions: [],
|
|
18204
|
+
cachedOptionsMap: {},
|
|
18205
|
+
// is needed for props.useValueFromOptionsByProp
|
|
18196
18206
|
isLoading: !1,
|
|
18197
18207
|
defaultOptionLabel: "name",
|
|
18198
18208
|
searchParams: {
|
|
@@ -18211,8 +18221,14 @@ const cr = {
|
|
|
18211
18221
|
showIntersectionObserver() {
|
|
18212
18222
|
return this.isApiMode && !this.isLoading && this.apiOptions.length;
|
|
18213
18223
|
},
|
|
18224
|
+
// vue-multiselect doesn't show placeholder if value is empty object
|
|
18214
18225
|
selectValue() {
|
|
18215
|
-
|
|
18226
|
+
if (!this.isValue) return "";
|
|
18227
|
+
if (this.useValueFromOptionsByProp) {
|
|
18228
|
+
const e = this.cachedOptionsMap[this.value];
|
|
18229
|
+
if (e) return e;
|
|
18230
|
+
}
|
|
18231
|
+
return this.value;
|
|
18216
18232
|
},
|
|
18217
18233
|
selectOptions() {
|
|
18218
18234
|
return this.isApiMode ? this.apiOptions : this.options;
|
|
@@ -18247,7 +18263,8 @@ const cr = {
|
|
|
18247
18263
|
this.apiOptions = this.searchParams.page === 1 ? n : this.apiOptions.concat(n), this.searchHasNext = a, this.isLoading = !1;
|
|
18248
18264
|
},
|
|
18249
18265
|
input(e) {
|
|
18250
|
-
this
|
|
18266
|
+
const r = this.useValueFromOptionsByProp ? e[this.useValueFromOptionsByProp] : e;
|
|
18267
|
+
this.$emit("input", r), this.$emit("update:model-value", r);
|
|
18251
18268
|
},
|
|
18252
18269
|
close(e) {
|
|
18253
18270
|
this.$emit("closed", e);
|
|
@@ -18258,6 +18275,14 @@ const cr = {
|
|
|
18258
18275
|
watch: {
|
|
18259
18276
|
disabled() {
|
|
18260
18277
|
this.disabled || this.fetchOptions();
|
|
18278
|
+
},
|
|
18279
|
+
options: {
|
|
18280
|
+
handler() {
|
|
18281
|
+
if (this.trackBy !== null)
|
|
18282
|
+
for (const e of this.options)
|
|
18283
|
+
this.cachedOptionsMap[e[this.useValueFromOptionsByProp || this.trackBy]] = e;
|
|
18284
|
+
},
|
|
18285
|
+
immediate: !0
|
|
18261
18286
|
}
|
|
18262
18287
|
},
|
|
18263
18288
|
created() {
|
|
@@ -18271,7 +18296,12 @@ const cr = {
|
|
|
18271
18296
|
d9
|
|
18272
18297
|
],
|
|
18273
18298
|
props: {
|
|
18274
|
-
|
|
18299
|
+
// vue 3
|
|
18300
|
+
modelValue: {},
|
|
18301
|
+
// vue 2 fallback
|
|
18302
|
+
value: {
|
|
18303
|
+
default: (e) => e.modelValue
|
|
18304
|
+
},
|
|
18275
18305
|
multiple: {
|
|
18276
18306
|
type: Boolean,
|
|
18277
18307
|
default: !1
|
|
@@ -18300,6 +18330,9 @@ const cr = {
|
|
|
18300
18330
|
"reset",
|
|
18301
18331
|
"search-change",
|
|
18302
18332
|
"input",
|
|
18333
|
+
// vue 2
|
|
18334
|
+
"update:modelValue",
|
|
18335
|
+
// vue 3
|
|
18303
18336
|
"closed",
|
|
18304
18337
|
"custom-value"
|
|
18305
18338
|
// fires when allowCustomValues and new customValue is added
|
|
@@ -18469,7 +18502,7 @@ function fb(e, r, n, a, i, l) {
|
|
|
18469
18502
|
}, 8, ["invalid"])) : V("", !0)
|
|
18470
18503
|
], 2);
|
|
18471
18504
|
}
|
|
18472
|
-
const hb = /* @__PURE__ */ b0(sb, [["render", fb], ["__scopeId", "data-v-
|
|
18505
|
+
const hb = /* @__PURE__ */ b0(sb, [["render", fb], ["__scopeId", "data-v-37a3e239"]]), pb = {
|
|
18473
18506
|
name: "WtSlider",
|
|
18474
18507
|
props: {
|
|
18475
18508
|
value: {
|
|
@@ -24368,7 +24401,7 @@ const jD = {
|
|
|
24368
24401
|
e.provide(i, a[i]);
|
|
24369
24402
|
}), e.provide("$eventBus", r), n && e.use(n);
|
|
24370
24403
|
},
|
|
24371
|
-
generateInstance:
|
|
24404
|
+
generateInstance: D6
|
|
24372
24405
|
};
|
|
24373
24406
|
export {
|
|
24374
24407
|
jD as default
|