@webitel/ui-sdk 24.10.25 → 24.10.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/img/sprite/arrange.svg +7 -0
- package/dist/img/sprite/index.js +1 -0
- package/dist/ui-sdk.js +549 -548
- package/dist/ui-sdk.umd.cjs +2 -2
- package/package.json +1 -1
- package/src/modules/Notifications/assets/audio/triggerSound.js +40 -9
- package/src/modules/Notifications/store/NotificationsStoreModule.js +2 -4
package/dist/ui-sdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { openBlock as _, createElementBlock as I, renderSlot as J, ref as f0, computed as a0, resolveComponent as s0, resolveDirective as it, withDirectives as p2, createVNode as r0, withCtx as Y, normalizeClass as g0, createTextVNode as x0, toDisplayString as c0, Transition as ee, createElementVNode as z, Fragment as V0, renderList as z0, vShow as
|
|
1
|
+
import { openBlock as _, createElementBlock as I, renderSlot as J, ref as f0, computed as a0, resolveComponent as s0, resolveDirective as it, withDirectives as p2, createVNode as r0, withCtx as Y, normalizeClass as g0, createTextVNode as x0, toDisplayString as c0, Transition as ee, createElementVNode as z, Fragment as V0, renderList as z0, vShow as H2, createCommentVNode as U, withModifiers as j0, createBlock as d0, normalizeStyle as k2, mergeProps as Z0, normalizeProps as J0, guardReactiveProps as o2, reactive as e1, defineComponent as de, useSlots as rr, toRef as gt, onMounted as G2, onUnmounted as Yi, watch as D2, unref as V, isRef as Ge, createSlots as N2, resolveDynamicComponent as t1, Teleport as d9, withKeys as I0, nextTick as Re, onBeforeUpdate as f9, getCurrentScope as qi, onScopeDispose as zi, h as F4, getCurrentInstance as Gi, inject as h9, shallowRef as N4, onBeforeMount as p9, Text as m9, isReactive as y9, toRefs as I4, pushScopeId as Xi, popScopeId as Ki, TransitionGroup as V4, toHandlers as n1, shallowReadonly as ot, onBeforeUnmount as R4, readonly as g9, customRef as v9 } from "vue";
|
|
2
2
|
const i3 = globalThis || void 0 || self;
|
|
3
|
-
function
|
|
3
|
+
function Z4(e, n) {
|
|
4
4
|
return function() {
|
|
5
5
|
return e.apply(n, arguments);
|
|
6
6
|
};
|
|
@@ -12,10 +12,10 @@ const { toString: w9 } = Object.prototype, { getPrototypeOf: Ji } = Object, ir =
|
|
|
12
12
|
function b9(e) {
|
|
13
13
|
return e !== null && !Kt(e) && e.constructor !== null && !Kt(e.constructor) && ie(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
14
14
|
}
|
|
15
|
-
const
|
|
15
|
+
const H4 = fe("ArrayBuffer");
|
|
16
16
|
function C9(e) {
|
|
17
17
|
let n;
|
|
18
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer &&
|
|
18
|
+
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && H4(e.buffer), n;
|
|
19
19
|
}
|
|
20
20
|
const _9 = ar("string"), ie = ar("function"), U4 = ar("number"), lr = (e) => e !== null && typeof e == "object", x9 = (e) => e === !0 || e === !1, d1 = (e) => {
|
|
21
21
|
if (ir(e) !== "object")
|
|
@@ -61,7 +61,7 @@ function a3() {
|
|
|
61
61
|
return n;
|
|
62
62
|
}
|
|
63
63
|
const F9 = (e, n, r, { allOwnKeys: i } = {}) => (r1(n, (a, l) => {
|
|
64
|
-
r && ie(a) ? e[l] =
|
|
64
|
+
r && ie(a) ? e[l] = Z4(a, r) : e[l] = a;
|
|
65
65
|
}, { allOwnKeys: i }), e), N9 = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), I9 = (e, n, r, i) => {
|
|
66
66
|
e.prototype = Object.create(n.prototype, i), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
67
67
|
value: n.prototype
|
|
@@ -81,7 +81,7 @@ const F9 = (e, n, r, { allOwnKeys: i } = {}) => (r1(n, (a, l) => {
|
|
|
81
81
|
e = String(e), (r === void 0 || r > e.length) && (r = e.length), r -= n.length;
|
|
82
82
|
const i = e.indexOf(n, r);
|
|
83
83
|
return i !== -1 && i === r;
|
|
84
|
-
},
|
|
84
|
+
}, Z9 = (e) => {
|
|
85
85
|
if (!e)
|
|
86
86
|
return null;
|
|
87
87
|
if (Lt(e))
|
|
@@ -93,7 +93,7 @@ const F9 = (e, n, r, { allOwnKeys: i } = {}) => (r1(n, (a, l) => {
|
|
|
93
93
|
for (; n-- > 0; )
|
|
94
94
|
r[n] = e[n];
|
|
95
95
|
return r;
|
|
96
|
-
},
|
|
96
|
+
}, H9 = /* @__PURE__ */ ((e) => (n) => e && n instanceof e)(typeof Uint8Array < "u" && Ji(Uint8Array)), U9 = (e, n) => {
|
|
97
97
|
const i = (e && e[Symbol.iterator]).call(e);
|
|
98
98
|
let a;
|
|
99
99
|
for (; (a = i.next()) && !a.done; ) {
|
|
@@ -173,7 +173,7 @@ const e8 = (e) => {
|
|
|
173
173
|
return r(e, 0);
|
|
174
174
|
}, t8 = fe("AsyncFunction"), n8 = (e) => e && (lr(e) || ie(e)) && ie(e.then) && ie(e.catch), e0 = {
|
|
175
175
|
isArray: Lt,
|
|
176
|
-
isArrayBuffer:
|
|
176
|
+
isArrayBuffer: H4,
|
|
177
177
|
isBuffer: b9,
|
|
178
178
|
isFormData: T9,
|
|
179
179
|
isArrayBufferView: C9,
|
|
@@ -194,7 +194,7 @@ const e8 = (e) => {
|
|
|
194
194
|
isFunction: ie,
|
|
195
195
|
isStream: A9,
|
|
196
196
|
isURLSearchParams: S9,
|
|
197
|
-
isTypedArray:
|
|
197
|
+
isTypedArray: H9,
|
|
198
198
|
isFileList: M9,
|
|
199
199
|
forEach: r1,
|
|
200
200
|
merge: a3,
|
|
@@ -206,7 +206,7 @@ const e8 = (e) => {
|
|
|
206
206
|
kindOf: ir,
|
|
207
207
|
kindOfTest: fe,
|
|
208
208
|
endsWith: R9,
|
|
209
|
-
toArray:
|
|
209
|
+
toArray: Z9,
|
|
210
210
|
forEachEntry: U9,
|
|
211
211
|
matchAll: W9,
|
|
212
212
|
isHTMLForm: j9,
|
|
@@ -552,7 +552,7 @@ Qi.write = function(e, n, r, i, a, l) {
|
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
554
|
d.byteLength = N;
|
|
555
|
-
function
|
|
555
|
+
function Z(g, u, f) {
|
|
556
556
|
let w = !1;
|
|
557
557
|
if ((u === void 0 || u < 0) && (u = 0), u > this.length || ((f === void 0 || f > this.length) && (f = this.length), f <= 0) || (f >>>= 0, u >>>= 0, f <= u))
|
|
558
558
|
return "";
|
|
@@ -609,7 +609,7 @@ Qi.write = function(e, n, r, i, a, l) {
|
|
|
609
609
|
return this;
|
|
610
610
|
}, d.prototype.toString = function() {
|
|
611
611
|
const u = this.length;
|
|
612
|
-
return u === 0 ? "" : arguments.length === 0 ? v(this, 0, u) :
|
|
612
|
+
return u === 0 ? "" : arguments.length === 0 ? v(this, 0, u) : Z.apply(this, arguments);
|
|
613
613
|
}, d.prototype.toLocaleString = d.prototype.toString, d.prototype.equals = function(u) {
|
|
614
614
|
if (!d.isBuffer(u))
|
|
615
615
|
throw new TypeError("Argument must be a Buffer");
|
|
@@ -634,8 +634,8 @@ Qi.write = function(e, n, r, i, a, l) {
|
|
|
634
634
|
if (f >>>= 0, w >>>= 0, $ >>>= 0, E >>>= 0, this === u)
|
|
635
635
|
return 0;
|
|
636
636
|
let R = E - $, L0 = w - f;
|
|
637
|
-
const
|
|
638
|
-
for (let q0 = 0; q0 <
|
|
637
|
+
const H0 = Math.min(R, L0), U0 = this.slice($, E), C0 = u.slice(f, w);
|
|
638
|
+
for (let q0 = 0; q0 < H0; ++q0)
|
|
639
639
|
if (U0[q0] !== C0[q0]) {
|
|
640
640
|
R = U0[q0], L0 = C0[q0];
|
|
641
641
|
break;
|
|
@@ -667,14 +667,14 @@ Qi.write = function(e, n, r, i, a, l) {
|
|
|
667
667
|
return -1;
|
|
668
668
|
E = 2, R /= 2, L0 /= 2, f /= 2;
|
|
669
669
|
}
|
|
670
|
-
function
|
|
670
|
+
function H0(C0, q0) {
|
|
671
671
|
return E === 1 ? C0[q0] : C0.readUInt16BE(q0 * E);
|
|
672
672
|
}
|
|
673
673
|
let U0;
|
|
674
674
|
if ($) {
|
|
675
675
|
let C0 = -1;
|
|
676
676
|
for (U0 = f; U0 < R; U0++)
|
|
677
|
-
if (
|
|
677
|
+
if (H0(g, U0) === H0(u, C0 === -1 ? 0 : U0 - C0)) {
|
|
678
678
|
if (C0 === -1 && (C0 = U0), U0 - C0 + 1 === L0)
|
|
679
679
|
return C0 * E;
|
|
680
680
|
} else
|
|
@@ -683,7 +683,7 @@ Qi.write = function(e, n, r, i, a, l) {
|
|
|
683
683
|
for (f + L0 > R && (f = R - L0), U0 = f; U0 >= 0; U0--) {
|
|
684
684
|
let C0 = !0;
|
|
685
685
|
for (let q0 = 0; q0 < L0; q0++)
|
|
686
|
-
if (
|
|
686
|
+
if (H0(g, U0 + q0) !== H0(u, q0)) {
|
|
687
687
|
C0 = !1;
|
|
688
688
|
break;
|
|
689
689
|
}
|
|
@@ -782,19 +782,19 @@ Qi.write = function(e, n, r, i, a, l) {
|
|
|
782
782
|
const E = g[$];
|
|
783
783
|
let R = null, L0 = E > 239 ? 4 : E > 223 ? 3 : E > 191 ? 2 : 1;
|
|
784
784
|
if ($ + L0 <= f) {
|
|
785
|
-
let
|
|
785
|
+
let H0, U0, C0, q0;
|
|
786
786
|
switch (L0) {
|
|
787
787
|
case 1:
|
|
788
788
|
E < 128 && (R = E);
|
|
789
789
|
break;
|
|
790
790
|
case 2:
|
|
791
|
-
|
|
791
|
+
H0 = g[$ + 1], (H0 & 192) === 128 && (q0 = (E & 31) << 6 | H0 & 63, q0 > 127 && (R = q0));
|
|
792
792
|
break;
|
|
793
793
|
case 3:
|
|
794
|
-
|
|
794
|
+
H0 = g[$ + 1], U0 = g[$ + 2], (H0 & 192) === 128 && (U0 & 192) === 128 && (q0 = (E & 15) << 12 | (H0 & 63) << 6 | U0 & 63, q0 > 2047 && (q0 < 55296 || q0 > 57343) && (R = q0));
|
|
795
795
|
break;
|
|
796
796
|
case 4:
|
|
797
|
-
|
|
797
|
+
H0 = g[$ + 1], U0 = g[$ + 2], C0 = g[$ + 3], (H0 & 192) === 128 && (U0 & 192) === 128 && (C0 & 192) === 128 && (q0 = (E & 15) << 18 | (H0 & 63) << 12 | (U0 & 63) << 6 | C0 & 63, q0 > 65535 && q0 < 1114112 && (R = q0));
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
800
|
R === null ? (R = 65533, L0 = 1) : R > 65535 && (R -= 65536, w.push(R >>> 10 & 1023 | 55296), R = 56320 | R & 1023), w.push(R), $ += L0;
|
|
@@ -994,8 +994,8 @@ Qi.write = function(e, n, r, i, a, l) {
|
|
|
994
994
|
return $0(this, u, f, BigInt(0), BigInt("0xffffffffffffffff"));
|
|
995
995
|
}), d.prototype.writeIntLE = function(u, f, w, $) {
|
|
996
996
|
if (u = +u, f = f >>> 0, !$) {
|
|
997
|
-
const
|
|
998
|
-
q(this, u, f, w,
|
|
997
|
+
const H0 = Math.pow(2, 8 * w - 1);
|
|
998
|
+
q(this, u, f, w, H0 - 1, -H0);
|
|
999
999
|
}
|
|
1000
1000
|
let E = 0, R = 1, L0 = 0;
|
|
1001
1001
|
for (this[f] = u & 255; ++E < w && (R *= 256); )
|
|
@@ -1003,8 +1003,8 @@ Qi.write = function(e, n, r, i, a, l) {
|
|
|
1003
1003
|
return f + w;
|
|
1004
1004
|
}, d.prototype.writeIntBE = function(u, f, w, $) {
|
|
1005
1005
|
if (u = +u, f = f >>> 0, !$) {
|
|
1006
|
-
const
|
|
1007
|
-
q(this, u, f, w,
|
|
1006
|
+
const H0 = Math.pow(2, 8 * w - 1);
|
|
1007
|
+
q(this, u, f, w, H0 - 1, -H0);
|
|
1008
1008
|
}
|
|
1009
1009
|
let E = w - 1, R = 1, L0 = 0;
|
|
1010
1010
|
for (this[f + E] = u & 255; --E >= 0 && (R *= 256); )
|
|
@@ -1454,7 +1454,7 @@ function t5(e, n, r) {
|
|
|
1454
1454
|
}
|
|
1455
1455
|
return e;
|
|
1456
1456
|
}
|
|
1457
|
-
class
|
|
1457
|
+
class Za {
|
|
1458
1458
|
constructor() {
|
|
1459
1459
|
this.handlers = [];
|
|
1460
1460
|
}
|
|
@@ -1670,7 +1670,7 @@ const ra = na, A8 = e0.toObjectSet([
|
|
|
1670
1670
|
`).forEach(function(o) {
|
|
1671
1671
|
a = o.indexOf(":"), r = o.substring(0, a).trim().toLowerCase(), i = o.substring(a + 1).trim(), !(!r || n[r] && A8[r]) && (r === "set-cookie" ? n[r] ? n[r].push(i) : n[r] = [i] : n[r] = n[r] ? n[r] + ", " + i : i);
|
|
1672
1672
|
}), n;
|
|
1673
|
-
},
|
|
1673
|
+
}, Ha = Symbol("internals");
|
|
1674
1674
|
function At(e) {
|
|
1675
1675
|
return e && String(e).trim().toLowerCase();
|
|
1676
1676
|
}
|
|
@@ -1817,7 +1817,7 @@ class cr {
|
|
|
1817
1817
|
return r.forEach((a) => i.set(a)), i;
|
|
1818
1818
|
}
|
|
1819
1819
|
static accessor(n) {
|
|
1820
|
-
const i = (this[
|
|
1820
|
+
const i = (this[Ha] = this[Ha] = {
|
|
1821
1821
|
accessors: {}
|
|
1822
1822
|
}).accessors, a = this.prototype;
|
|
1823
1823
|
function l(o) {
|
|
@@ -2069,7 +2069,7 @@ const o5 = (e) => {
|
|
|
2069
2069
|
h && o.set(a, h);
|
|
2070
2070
|
}
|
|
2071
2071
|
return n;
|
|
2072
|
-
},
|
|
2072
|
+
}, Z8 = typeof XMLHttpRequest < "u", H8 = Z8 && function(e) {
|
|
2073
2073
|
return new Promise(function(r, i) {
|
|
2074
2074
|
const a = o5(e);
|
|
2075
2075
|
let l = a.data;
|
|
@@ -2255,8 +2255,8 @@ const q8 = async (e) => {
|
|
|
2255
2255
|
method: "POST",
|
|
2256
2256
|
body: i,
|
|
2257
2257
|
duplex: "half"
|
|
2258
|
-
}),
|
|
2259
|
-
e0.isFormData(i) && (
|
|
2258
|
+
}), Z;
|
|
2259
|
+
e0.isFormData(i) && (Z = N.headers.get("content-type")) && d.setContentType(Z), N.body && (i = Wa(N.body, Ya, ja(
|
|
2260
2260
|
x,
|
|
2261
2261
|
sn(c)
|
|
2262
2262
|
), null, o3));
|
|
@@ -2277,10 +2277,10 @@ const q8 = async (e) => {
|
|
|
2277
2277
|
["status", "statusText", "headers"].forEach((W) => {
|
|
2278
2278
|
N[W] = S[W];
|
|
2279
2279
|
});
|
|
2280
|
-
const
|
|
2280
|
+
const Z = e0.toFiniteNumber(S.headers.get("content-length"));
|
|
2281
2281
|
S = new Response(
|
|
2282
2282
|
Wa(S.body, Ya, s && ja(
|
|
2283
|
-
|
|
2283
|
+
Z,
|
|
2284
2284
|
sn(s, !0)
|
|
2285
2285
|
), D && C, o3),
|
|
2286
2286
|
N
|
|
@@ -2288,8 +2288,8 @@ const q8 = async (e) => {
|
|
|
2288
2288
|
}
|
|
2289
2289
|
h = h || "text";
|
|
2290
2290
|
let P = await cn[e0.findKey(cn, h) || "text"](S, e);
|
|
2291
|
-
return !D && C(), b && b(), await new Promise((N,
|
|
2292
|
-
a5(N,
|
|
2291
|
+
return !D && C(), b && b(), await new Promise((N, Z) => {
|
|
2292
|
+
a5(N, Z, {
|
|
2293
2293
|
data: P,
|
|
2294
2294
|
headers: oe.from(S.headers),
|
|
2295
2295
|
status: S.status,
|
|
@@ -2308,7 +2308,7 @@ const q8 = async (e) => {
|
|
|
2308
2308
|
}
|
|
2309
2309
|
}), c3 = {
|
|
2310
2310
|
http: f8,
|
|
2311
|
-
xhr:
|
|
2311
|
+
xhr: H8,
|
|
2312
2312
|
fetch: G8
|
|
2313
2313
|
};
|
|
2314
2314
|
e0.forEach(c3, (e, n) => {
|
|
@@ -2422,8 +2422,8 @@ const u3 = {
|
|
|
2422
2422
|
class un {
|
|
2423
2423
|
constructor(n) {
|
|
2424
2424
|
this.defaults = n, this.interceptors = {
|
|
2425
|
-
request: new
|
|
2426
|
-
response: new
|
|
2425
|
+
request: new Za(),
|
|
2426
|
+
response: new Za()
|
|
2427
2427
|
};
|
|
2428
2428
|
}
|
|
2429
2429
|
/**
|
|
@@ -2688,7 +2688,7 @@ Object.entries(d3).forEach(([e, n]) => {
|
|
|
2688
2688
|
});
|
|
2689
2689
|
const t6 = d3;
|
|
2690
2690
|
function d5(e) {
|
|
2691
|
-
const n = new h1(e), r =
|
|
2691
|
+
const n = new h1(e), r = Z4(h1.prototype.request, n);
|
|
2692
2692
|
return e0.extend(r, h1.prototype, n, { allOwnKeys: !0 }), e0.extend(r, n, null, { allOwnKeys: !0 }), r.create = function(a) {
|
|
2693
2693
|
return d5(et(e, a));
|
|
2694
2694
|
}, r;
|
|
@@ -2854,7 +2854,7 @@ const l6 = /* @__PURE__ */ A0(r6, [["render", a6], ["__scopeId", "data-v-8c00884
|
|
|
2854
2854
|
], 2))), 128))
|
|
2855
2855
|
])
|
|
2856
2856
|
], 512), [
|
|
2857
|
-
[
|
|
2857
|
+
[H2, i.value]
|
|
2858
2858
|
])
|
|
2859
2859
|
], void 0, !0),
|
|
2860
2860
|
_: 1
|
|
@@ -2912,8 +2912,8 @@ const l6 = /* @__PURE__ */ A0(r6, [["render", a6], ["__scopeId", "data-v-8c00884
|
|
|
2912
2912
|
}, P6 = { class: "wt-header-actions__name" }, B6 = { class: "wt-header-actions__account" }, F6 = { class: "wt-header-actions__actions-wrapper" }, N6 = { class: "wt-header-actions__action" }, I6 = { class: "wt-header-actions__action" }, V6 = { class: "wt-header-actions__action wt-header-actions__action--logout" }, R6 = {
|
|
2913
2913
|
key: 1,
|
|
2914
2914
|
class: "wt-header-actions__footer"
|
|
2915
|
-
},
|
|
2916
|
-
function
|
|
2915
|
+
}, Z6 = { class: "wt-header-actions__build__version" };
|
|
2916
|
+
function H6(e, n, r, i, a, l) {
|
|
2917
2917
|
const o = s0("wt-icon-btn"), s = s0("wt-tooltip"), c = s0("wt-icon"), h = it("clickaway");
|
|
2918
2918
|
return _(), I("div", O6, [
|
|
2919
2919
|
r0(s, null, {
|
|
@@ -2973,17 +2973,17 @@ function Z6(e, n, r, i, a, l) {
|
|
|
2973
2973
|
])
|
|
2974
2974
|
]),
|
|
2975
2975
|
l.isFooter ? (_(), I("footer", R6, [
|
|
2976
|
-
z("p",
|
|
2976
|
+
z("p", Z6, c0(l.buildVersion), 1)
|
|
2977
2977
|
])) : U("", !0)
|
|
2978
2978
|
], 512), [
|
|
2979
|
-
[
|
|
2979
|
+
[H2, e.isOpened]
|
|
2980
2980
|
])
|
|
2981
2981
|
], void 0, !0),
|
|
2982
2982
|
_: 1
|
|
2983
2983
|
})
|
|
2984
2984
|
]);
|
|
2985
2985
|
}
|
|
2986
|
-
const U6 = /* @__PURE__ */ A0(S6, [["render", Z6], ["__scopeId", "data-v-ef9ff19d"]]), W6 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_2624_1875)'%3e%3cg%20opacity='0.96'%3e%3cpath%20d='M98.9918%2051.0041C99.0074%2062.5772%2094.8247%2073.7632%2087.2195%2082.4872C86.8503%2082.9219%2086.4565%2083.3567%2086.0627%2083.775C85.5295%2084.3493%2084.9716%2084.9153%2084.422%2085.4649C75.3754%2094.233%2063.2443%2099.0938%2050.6456%2098.9986C38.047%2098.9035%2025.9907%2093.86%2017.0776%2084.9563C16.2572%2084.136%2015.5189%2083.3157%2014.7806%2082.4954C14.4688%2082.1345%2014.1653%2081.7817%2013.8699%2081.4126C8.99452%2075.4622%205.62087%2068.4273%204.03326%2060.9005C2.44564%2053.3738%202.69056%2045.5757%204.74739%2038.1634C6.80422%2030.7511%2010.6127%2023.9417%2015.8519%2018.309C21.0911%2012.6762%2027.6076%208.38522%2034.8523%205.79743C42.0969%203.20964%2049.8575%202.40091%2057.4801%203.43939C65.1027%204.47788%2072.364%207.33315%2078.6522%2011.7646C84.9404%2016.1961%2090.0713%2022.0739%2093.6124%2028.9029C97.1536%2035.7318%2099.0014%2043.3118%2099%2051.0041H98.9918Z'%20fill='%23030302'/%3e%3cpath%20d='M45.4204%2015.1831C44.3308%2015.8085%2043.3247%2016.5692%2042.426%2017.4471C40.3915%2019.3748%2038.5539%2021.6716%2035.9615%2022.7462C34.0992%2023.5173%2031.9253%2023.6157%2030.3255%2024.838C28.7258%2026.0602%2028.0285%2028.1766%2027.6675%2030.1781C27.3066%2032.1796%2027.1425%2034.2796%2026.1745%2036.0761C25.3049%2037.7167%2023.8774%2038.9061%2022.7699%2040.358C20.5139%2043.3275%2021.3917%2046.8712%2024.0907%2049.2829C25.5264%2050.5707%2027.3312%2051.3746%2029.0129%2052.3754C30.6947%2053.3762%2031.9253%2054.459%2032.4175%2056.4031C32.8687%2058.1585%2033.7711%2060.2995%2035.3216%2061.3248C37.0241%2062.4139%2039.0747%2062.821%2041.0642%2062.4651C43.1233%2062.0795%2045.0102%2061.1034%2046.9955%2060.4635C48.7682%2059.8611%2050.6779%2059.787%2052.492%2060.2503C54.1328%2060.6358%2055.6997%2061.5053%2057.4142%2061.7842C58.5775%2061.944%2059.7612%2061.861%2060.8908%2061.5405C62.0203%2061.22%2063.0712%2060.669%2063.9772%2059.9221C67.1849%2057.33%2067.513%2052.8676%2070.8438%2050.5297C72.6896%2049.2336%2075.1261%2048.5774%2076.3074%2046.6497C77.4888%2044.722%2076.8817%2042.0314%2075.7906%2039.9643C74.6995%2037.8971%2073.1654%2036.0105%2072.5501%2033.7546C72.2393%2032.1115%2072.0555%2030.4468%2072.0005%2028.7754C71.937%2027.0827%2071.2402%2025.4755%2070.048%2024.272C68.5631%2023.0005%2066.4219%2022.9349%2064.5515%2022.3607C62.0904%2021.5978%2059.9984%2019.8998%2057.9885%2018.2592C55.9786%2016.6186%2053.8866%2014.978%2051.3763%2014.2726C50.3738%2014.0116%2049.3286%2013.9578%2048.3045%2014.1143C47.2805%2014.2709%2046.2991%2014.6345%2045.4204%2015.1831Z'%20fill='%23FBB969'/%3e%3cpath%20d='M62.7632%2042.9992C62.7632%2042.8106%2065.1013%2037.8067%2068.0136%2039.152C72.4026%2041.1864%2067.1932%2047.273%2065.5115%2048.5116C64.8864%2048.9876%2064.1684%2049.3269%2063.4038%2049.5078C62.6393%2049.6887%2061.8453%2049.707%2061.0732%2049.5616L62.7632%2042.9992Z'%20fill='%23E26227'/%3e%3cpath%20d='M34.9855%2042.9992C34.9855%2042.8106%2032.6474%2037.8067%2029.7351%2039.152C25.3543%2041.1864%2030.5554%2047.273%2032.2454%2048.5116C32.8705%2048.9876%2033.5885%2049.3269%2034.353%2049.5078C35.1176%2049.6887%2035.9116%2049.707%2036.6836%2049.5616L34.9855%2042.9992Z'%20fill='%23E26227'/%3e%3cpath%20d='M84.4462%2085.4641C75.3996%2094.2322%2063.2685%2099.093%2050.6699%2098.9979C38.0712%2098.9027%2026.0149%2093.8593%2017.1018%2084.9555C17.2806%2084.4796%2017.4916%2084.0164%2017.7335%2083.5692C19.2348%2080.7392%2033.46%2073.135%2037.0697%2070.2394L37.2173%2070.1163C38.7463%2068.9077%2039.8358%2067.2304%2040.3184%2065.3422C40.5275%2064.485%2040.6701%2063.6129%2040.7449%2062.7337C40.958%2059.8927%2040.8866%2057.0375%2040.5316%2054.2108L57.62%2054.0139C57.341%2057.1318%2057.5179%2060.2737%2058.1451%2063.3407C58.8342%2066.425%2059.4412%2068.0492%2063.5185%2070.5429C63.6251%2070.6085%2063.7236%2070.6905%2063.822%2070.7562C65.7827%2072.1507%2084.2657%2084.8243%2084.4462%2085.4641Z'%20fill='%23EF8242'/%3e%3cpath%20d='M58.1119%2063.3408C55.7587%2065.2768%2052.7818%2066.2914%2049.7359%2066.1954C46.4059%2066.1753%2043.1974%2064.9416%2040.7118%2062.7255C40.9249%2059.8846%2040.8534%2057.0294%2040.4985%2054.2027L57.5869%2054.0058C57.3591%2057.1271%2057.5356%2060.2647%2058.1119%2063.3408Z'%20fill='%23E26227'/%3e%3cpath%20d='M36.8073%2030.103C34.9779%2031.7436%2034.6416%2035.6236%2034.4611%2039.3806C34.2282%2046.0049%2036.2949%2052.5058%2040.3103%2057.7798C44.6173%2063.1938%2055.8974%2063.1938%2059.8188%2055.7701C61.5498%2052.4889%2063.5925%2045.2949%2063.9207%2037.3052C64.3719%2024.5742%2047.4476%2020.5711%2036.8073%2030.103Z'%20fill='%23EF8242'/%3e%3cpath%20d='M46.0615%2051.3324H54.2652C53.9791%2052.212%2053.4163%2052.9755%2052.6609%2053.5092C51.9054%2054.0428%2050.9978%2054.3181%2050.0731%2054.294C49.1739%2054.3014%2048.2966%2054.0167%2047.5731%2053.4826C46.8496%2052.9486%2046.3192%2052.194%2046.0615%2051.3324Z'%20fill='%23B94A27'/%3e%3cpath%20d='M49.3416%2048.7558C49.0645%2048.7549%2048.7978%2048.6495%2048.5951%2048.4605C48.4914%2048.3623%2048.4088%2048.244%2048.3524%2048.1128C48.296%2047.9817%2048.2669%2047.8404%2048.2669%2047.6976L48.1029%2039.8965C48.1018%2039.8427%2048.1113%2039.7891%2048.1309%2039.739C48.1505%2039.6888%2048.1799%2039.6429%2048.2172%2039.6041C48.2545%2039.5652%2048.2991%2039.5341%2048.3485%2039.5125C48.3979%2039.4909%2048.451%2039.4792%2048.5049%2039.4782C48.613%2039.4781%2048.717%2039.5199%2048.795%2039.5949C48.8731%2039.6698%2048.919%2039.7721%2048.9232%2039.8801L49.0791%2047.6812C49.0806%2047.7524%2049.11%2047.8202%2049.1612%2047.8698C49.1861%2047.894%2049.2157%2047.913%2049.2481%2047.9257C49.2805%2047.9384%2049.3151%2047.9445%2049.3498%2047.9437L51.7371%2047.8781C51.8454%2047.8757%2051.9503%2047.9155%2052.0298%2047.9889C52.1094%2048.0623%2052.1574%2048.1637%2052.1637%2048.2718C52.1648%2048.3256%2052.1553%2048.3792%2052.1357%2048.4294C52.116%2048.4796%2052.0867%2048.5254%2052.0494%2048.5642C52.0121%2048.6031%2051.9674%2048.6342%2051.9181%2048.6558C51.8687%2048.6774%2051.8156%2048.6891%2051.7617%2048.6901L49.3662%2048.7558H49.3416Z'%20fill='%23E26227'/%3e%3cpath%20d='M57.2754%2042.333C57.1856%2042.1652%2057.062%2042.0179%2056.9125%2041.9003C56.7629%2041.7826%2056.5907%2041.6972%2056.4065%2041.6495C56.2223%2041.6017%2056.0303%2041.5925%2055.8424%2041.6226C55.6545%2041.6527%2055.4749%2041.7215%2055.3149%2041.8244C54.9979%2042.0077%2054.7652%2042.3077%2054.6665%2042.6603C54.5677%2043.0129%2054.6108%2043.3901%2054.7864%2043.7114C54.962%2044.0327%2055.2564%2044.2726%2055.6065%2044.3798C55.9566%2044.487%2056.3347%2044.4531%2056.6602%2044.2853C56.8291%2044.1979%2056.9791%2044.0779%2057.1015%2043.9323C57.2239%2043.7868%2057.3164%2043.6184%2057.3736%2043.437C57.4308%2043.2556%2057.4515%2043.0647%2057.4347%2042.8752C57.4178%2042.6857%2057.3637%2042.5014%2057.2754%2042.333Z'%20fill='%23030302'/%3e%3cpath%20d='M56.8405%2037.8631C56.1927%2037.7478%2055.5255%2037.8924%2054.9836%2038.2655C54.4416%2038.6386%2054.0684%2039.2102%2053.9448%2039.8564C54.8086%2039.542%2055.7249%2039.3971%2056.6436%2039.4299C57.5838%2039.4549%2058.5152%2039.6179%2059.408%2039.9138C59.2071%2039.3708%2058.8618%2038.8929%2058.4094%2038.5315C57.9569%2038.1701%2057.4145%2037.939%2056.8405%2037.8631Z'%20fill='%23B94A27'/%3e%3cpath%20d='M44.8146%2042.6692C44.6815%2042.4296%2044.4811%2042.2343%2044.2382%2042.1074C43.9953%2041.9805%2043.7206%2041.9274%2043.4479%2041.9549C43.1753%2041.9824%2042.9166%2042.0891%2042.7039%2042.2619C42.4912%2042.4347%2042.3338%2042.6661%2042.2512%2042.9273C42.1685%2043.1886%2042.1641%2043.4684%2042.2387%2043.7321C42.3132%2043.9958%2042.4634%2044.2319%2042.6706%2044.4112C42.8778%2044.5906%2043.1331%2044.7053%2043.4047%2044.7412C43.6764%2044.7771%2043.9527%2044.7326%2044.1994%2044.6133C44.5384%2044.4367%2044.7936%2044.1329%2044.9089%2043.7684C45.0242%2043.404%2044.9903%2043.0086%2044.8146%2042.6692Z'%20fill='%23030302'/%3e%3cpath%20d='M43.5834%2037.9364C43.0098%2038.0149%2042.4687%2038.249%2042.0189%2038.6135C41.5691%2038.9779%2041.2279%2039.4588%2041.0322%2040.0036C41.9178%2039.6982%2042.844%2039.5268%2043.7802%2039.495C44.7034%2039.4534%2045.6257%2039.5928%2046.4954%2039.9052C46.4365%2039.5832%2046.314%2039.2761%2046.135%2039.0021C45.956%2038.728%2045.7241%2038.4924%2045.4529%2038.3091C45.1817%2038.1257%2044.8767%2037.9984%2044.5557%2037.9344C44.2347%2037.8704%2043.9041%2037.8711%2043.5834%2037.9364Z'%20fill='%23B94A27'/%3e%3cpath%20d='M34.4041%2041.7509C34.5682%2042.1529%2034.0513%2037.6987%2038.0876%2035.1065C41.5577%2033.064%2042.8949%2034.9999%2045.7498%2034.1878C48.6047%2033.3757%2048.0961%2030.6113%2053.6172%2030.8163C57.7191%2030.9722%2057.9078%2030.3078%2060.3607%2029.0773C57.8996%2038.4779%2062.9202%2035.7217%2063.5273%2042.0544C67.6292%2035.9268%2066.7021%2031.53%2065.4716%2028.4703C64.241%2025.4106%2057.9078%2020.1935%2048.0961%2020.8005C38.2844%2021.4075%2029.1209%2028.4621%2034.4041%2041.7509Z'%20fill='%23FBB969'/%3e%3cpath%20d='M84.4462%2085.4639C75.3996%2094.232%2063.2685%2099.0928%2050.6699%2098.9976C38.0712%2098.9025%2026.0149%2093.859%2017.1018%2084.9553C17.2721%2084.4759%2017.4835%2084.0121%2017.7335%2083.569C21.015%2077.9253%2033.46%2073.1348%2037.0697%2070.2391L37.2173%2070.1161C37.7338%2069.7185%2038.2043%2069.2645%2038.6202%2068.7626C40.6793%2069.788%2045.6098%2072.0028%2049.4901%2071.7895C52.8126%2071.609%2057.6939%2069.1809%2060.6062%2067.5486V67.606C61.1968%2068.779%2062.411%2069.7059%2063.7974%2070.7559C70.4424%2075.7433%2084.7497%2080.1401%2084.4462%2085.4639Z'%20fill='%23FAC2B3'/%3e%3cpath%20d='M39.1122%2068.0571L35.2236%2071.4532C35.2236%2071.4532%2039.2435%2079.2132%2041.2124%2079.4183C43.1812%2079.6233%2050.2365%2071.486%2050.2365%2071.486C50.2365%2071.486%2054.97%2079.4183%2057.8987%2079.1476C60.8275%2078.8769%2064.3879%2071.1086%2064.3879%2071.1086L60.5813%2067.5486L50.2365%2071.486L39.1122%2068.0571Z'%20fill='%23F9F8F6'/%3e%3cpath%20d='M50.7034%2079.0739C50.6818%2078.8784%2050.6213%2078.6891%2050.5255%2078.5172C50.4298%2078.3454%2050.3006%2078.1944%2050.1456%2078.0732C49.8321%2077.8526%2049.4539%2077.7429%2049.071%2077.7615C48.8738%2077.7844%2048.683%2077.8462%2048.5098%2077.9433C48.3366%2078.0405%2048.1844%2078.1711%2048.0621%2078.3275C47.8217%2078.6383%2047.7136%2079.0314%2047.7612%2079.4215C47.8089%2079.8115%2048.0083%2080.1671%2048.3164%2080.411C48.6312%2080.6281%2049.0091%2080.7349%2049.391%2080.7145C49.5877%2080.6931%2049.7782%2080.6327%2049.9515%2080.5369C50.1247%2080.4412%2050.2771%2080.3119%2050.3999%2080.1567C50.636%2079.848%2050.7446%2079.4604%2050.7034%2079.0739Z'%20fill='%23F9F8F6'/%3e%3cpath%20d='M50.7034%2083.9797C50.6827%2083.7839%2050.6226%2083.5943%2050.5268%2083.4224C50.4309%2083.2504%2050.3013%2083.0995%2050.1456%2082.979C49.8321%2082.7584%2049.4539%2082.6487%2049.071%2082.6672C48.8738%2082.6902%2048.683%2082.752%2048.5098%2082.8492C48.3366%2082.9463%2048.1844%2083.0769%2048.0621%2083.2333C47.8217%2083.5441%2047.7136%2083.9372%2047.7612%2084.3273C47.8089%2084.7173%2048.0083%2085.0729%2048.3164%2085.3168C48.6312%2085.5339%2049.0091%2085.6407%2049.391%2085.6203C49.5877%2085.5989%2049.7782%2085.5385%2049.9515%2085.4428C50.1247%2085.347%2050.2771%2085.2177%2050.3999%2085.0625C50.636%2084.7538%2050.7446%2084.3662%2050.7034%2083.9797Z'%20fill='%23F9F8F6'/%3e%3cpath%20d='M50.7034%2088.8855C50.6827%2088.6897%2050.6226%2088.5002%2050.5268%2088.3282C50.4309%2088.1562%2050.3013%2088.0054%2050.1456%2087.8848C49.8321%2087.6642%2049.4539%2087.5545%2049.071%2087.5731C48.8738%2087.596%2048.683%2087.6578%2048.5098%2087.755C48.3366%2087.8521%2048.1844%2087.9827%2048.0621%2088.1391C47.8217%2088.4499%2047.7136%2088.843%2047.7612%2089.2331C47.8089%2089.6231%2048.0083%2089.9787%2048.3164%2090.2226C48.6312%2090.4397%2049.0091%2090.5465%2049.391%2090.5261C49.5877%2090.5047%2049.7782%2090.4443%2049.9515%2090.3486C50.1247%2090.2528%2050.2771%2090.1236%2050.3999%2089.9683C50.636%2089.6596%2050.7446%2089.272%2050.7034%2088.8855Z'%20fill='%23F9F8F6'/%3e%3cpath%20d='M50.7034%2093.7897C50.682%2093.593%2050.6216%2093.4024%2050.5259%2093.2292C50.4301%2093.056%2050.3008%2092.9036%2050.1456%2092.7808C49.8313%2092.5625%2049.4531%2092.4557%2049.071%2092.4772C48.8738%2092.5002%2048.683%2092.562%2048.5098%2092.6591C48.3366%2092.7563%2048.1844%2092.8869%2048.0621%2093.0433C47.8217%2093.3541%2047.7136%2093.7472%2047.7612%2094.1373C47.8089%2094.5273%2048.0083%2094.8829%2048.3164%2095.1268C48.6312%2095.3439%2049.0091%2095.4506%2049.391%2095.4303C49.5849%2095.4089%2049.7727%2095.3494%2049.9437%2095.2554C50.1146%2095.1613%2050.2654%2095.0344%2050.3873%2094.8821C50.5091%2094.7297%2050.5998%2094.5548%2050.6541%2094.3674C50.7083%2094.1799%2050.7251%2093.9836%2050.7034%2093.7897Z'%20fill='%23F9F8F6'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_2624_1875'%20x='0'%20y='0'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='1'%20operator='dilate'%20in='SourceAlpha'%20result='effect1_dropShadow_2624_1875'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2624_1875'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_2624_1875'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", K2 = Object.freeze({
|
|
2986
|
+
const U6 = /* @__PURE__ */ A0(S6, [["render", H6], ["__scopeId", "data-v-ef9ff19d"]]), W6 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_2624_1875)'%3e%3cg%20opacity='0.96'%3e%3cpath%20d='M98.9918%2051.0041C99.0074%2062.5772%2094.8247%2073.7632%2087.2195%2082.4872C86.8503%2082.9219%2086.4565%2083.3567%2086.0627%2083.775C85.5295%2084.3493%2084.9716%2084.9153%2084.422%2085.4649C75.3754%2094.233%2063.2443%2099.0938%2050.6456%2098.9986C38.047%2098.9035%2025.9907%2093.86%2017.0776%2084.9563C16.2572%2084.136%2015.5189%2083.3157%2014.7806%2082.4954C14.4688%2082.1345%2014.1653%2081.7817%2013.8699%2081.4126C8.99452%2075.4622%205.62087%2068.4273%204.03326%2060.9005C2.44564%2053.3738%202.69056%2045.5757%204.74739%2038.1634C6.80422%2030.7511%2010.6127%2023.9417%2015.8519%2018.309C21.0911%2012.6762%2027.6076%208.38522%2034.8523%205.79743C42.0969%203.20964%2049.8575%202.40091%2057.4801%203.43939C65.1027%204.47788%2072.364%207.33315%2078.6522%2011.7646C84.9404%2016.1961%2090.0713%2022.0739%2093.6124%2028.9029C97.1536%2035.7318%2099.0014%2043.3118%2099%2051.0041H98.9918Z'%20fill='%23030302'/%3e%3cpath%20d='M45.4204%2015.1831C44.3308%2015.8085%2043.3247%2016.5692%2042.426%2017.4471C40.3915%2019.3748%2038.5539%2021.6716%2035.9615%2022.7462C34.0992%2023.5173%2031.9253%2023.6157%2030.3255%2024.838C28.7258%2026.0602%2028.0285%2028.1766%2027.6675%2030.1781C27.3066%2032.1796%2027.1425%2034.2796%2026.1745%2036.0761C25.3049%2037.7167%2023.8774%2038.9061%2022.7699%2040.358C20.5139%2043.3275%2021.3917%2046.8712%2024.0907%2049.2829C25.5264%2050.5707%2027.3312%2051.3746%2029.0129%2052.3754C30.6947%2053.3762%2031.9253%2054.459%2032.4175%2056.4031C32.8687%2058.1585%2033.7711%2060.2995%2035.3216%2061.3248C37.0241%2062.4139%2039.0747%2062.821%2041.0642%2062.4651C43.1233%2062.0795%2045.0102%2061.1034%2046.9955%2060.4635C48.7682%2059.8611%2050.6779%2059.787%2052.492%2060.2503C54.1328%2060.6358%2055.6997%2061.5053%2057.4142%2061.7842C58.5775%2061.944%2059.7612%2061.861%2060.8908%2061.5405C62.0203%2061.22%2063.0712%2060.669%2063.9772%2059.9221C67.1849%2057.33%2067.513%2052.8676%2070.8438%2050.5297C72.6896%2049.2336%2075.1261%2048.5774%2076.3074%2046.6497C77.4888%2044.722%2076.8817%2042.0314%2075.7906%2039.9643C74.6995%2037.8971%2073.1654%2036.0105%2072.5501%2033.7546C72.2393%2032.1115%2072.0555%2030.4468%2072.0005%2028.7754C71.937%2027.0827%2071.2402%2025.4755%2070.048%2024.272C68.5631%2023.0005%2066.4219%2022.9349%2064.5515%2022.3607C62.0904%2021.5978%2059.9984%2019.8998%2057.9885%2018.2592C55.9786%2016.6186%2053.8866%2014.978%2051.3763%2014.2726C50.3738%2014.0116%2049.3286%2013.9578%2048.3045%2014.1143C47.2805%2014.2709%2046.2991%2014.6345%2045.4204%2015.1831Z'%20fill='%23FBB969'/%3e%3cpath%20d='M62.7632%2042.9992C62.7632%2042.8106%2065.1013%2037.8067%2068.0136%2039.152C72.4026%2041.1864%2067.1932%2047.273%2065.5115%2048.5116C64.8864%2048.9876%2064.1684%2049.3269%2063.4038%2049.5078C62.6393%2049.6887%2061.8453%2049.707%2061.0732%2049.5616L62.7632%2042.9992Z'%20fill='%23E26227'/%3e%3cpath%20d='M34.9855%2042.9992C34.9855%2042.8106%2032.6474%2037.8067%2029.7351%2039.152C25.3543%2041.1864%2030.5554%2047.273%2032.2454%2048.5116C32.8705%2048.9876%2033.5885%2049.3269%2034.353%2049.5078C35.1176%2049.6887%2035.9116%2049.707%2036.6836%2049.5616L34.9855%2042.9992Z'%20fill='%23E26227'/%3e%3cpath%20d='M84.4462%2085.4641C75.3996%2094.2322%2063.2685%2099.093%2050.6699%2098.9979C38.0712%2098.9027%2026.0149%2093.8593%2017.1018%2084.9555C17.2806%2084.4796%2017.4916%2084.0164%2017.7335%2083.5692C19.2348%2080.7392%2033.46%2073.135%2037.0697%2070.2394L37.2173%2070.1163C38.7463%2068.9077%2039.8358%2067.2304%2040.3184%2065.3422C40.5275%2064.485%2040.6701%2063.6129%2040.7449%2062.7337C40.958%2059.8927%2040.8866%2057.0375%2040.5316%2054.2108L57.62%2054.0139C57.341%2057.1318%2057.5179%2060.2737%2058.1451%2063.3407C58.8342%2066.425%2059.4412%2068.0492%2063.5185%2070.5429C63.6251%2070.6085%2063.7236%2070.6905%2063.822%2070.7562C65.7827%2072.1507%2084.2657%2084.8243%2084.4462%2085.4641Z'%20fill='%23EF8242'/%3e%3cpath%20d='M58.1119%2063.3408C55.7587%2065.2768%2052.7818%2066.2914%2049.7359%2066.1954C46.4059%2066.1753%2043.1974%2064.9416%2040.7118%2062.7255C40.9249%2059.8846%2040.8534%2057.0294%2040.4985%2054.2027L57.5869%2054.0058C57.3591%2057.1271%2057.5356%2060.2647%2058.1119%2063.3408Z'%20fill='%23E26227'/%3e%3cpath%20d='M36.8073%2030.103C34.9779%2031.7436%2034.6416%2035.6236%2034.4611%2039.3806C34.2282%2046.0049%2036.2949%2052.5058%2040.3103%2057.7798C44.6173%2063.1938%2055.8974%2063.1938%2059.8188%2055.7701C61.5498%2052.4889%2063.5925%2045.2949%2063.9207%2037.3052C64.3719%2024.5742%2047.4476%2020.5711%2036.8073%2030.103Z'%20fill='%23EF8242'/%3e%3cpath%20d='M46.0615%2051.3324H54.2652C53.9791%2052.212%2053.4163%2052.9755%2052.6609%2053.5092C51.9054%2054.0428%2050.9978%2054.3181%2050.0731%2054.294C49.1739%2054.3014%2048.2966%2054.0167%2047.5731%2053.4826C46.8496%2052.9486%2046.3192%2052.194%2046.0615%2051.3324Z'%20fill='%23B94A27'/%3e%3cpath%20d='M49.3416%2048.7558C49.0645%2048.7549%2048.7978%2048.6495%2048.5951%2048.4605C48.4914%2048.3623%2048.4088%2048.244%2048.3524%2048.1128C48.296%2047.9817%2048.2669%2047.8404%2048.2669%2047.6976L48.1029%2039.8965C48.1018%2039.8427%2048.1113%2039.7891%2048.1309%2039.739C48.1505%2039.6888%2048.1799%2039.6429%2048.2172%2039.6041C48.2545%2039.5652%2048.2991%2039.5341%2048.3485%2039.5125C48.3979%2039.4909%2048.451%2039.4792%2048.5049%2039.4782C48.613%2039.4781%2048.717%2039.5199%2048.795%2039.5949C48.8731%2039.6698%2048.919%2039.7721%2048.9232%2039.8801L49.0791%2047.6812C49.0806%2047.7524%2049.11%2047.8202%2049.1612%2047.8698C49.1861%2047.894%2049.2157%2047.913%2049.2481%2047.9257C49.2805%2047.9384%2049.3151%2047.9445%2049.3498%2047.9437L51.7371%2047.8781C51.8454%2047.8757%2051.9503%2047.9155%2052.0298%2047.9889C52.1094%2048.0623%2052.1574%2048.1637%2052.1637%2048.2718C52.1648%2048.3256%2052.1553%2048.3792%2052.1357%2048.4294C52.116%2048.4796%2052.0867%2048.5254%2052.0494%2048.5642C52.0121%2048.6031%2051.9674%2048.6342%2051.9181%2048.6558C51.8687%2048.6774%2051.8156%2048.6891%2051.7617%2048.6901L49.3662%2048.7558H49.3416Z'%20fill='%23E26227'/%3e%3cpath%20d='M57.2754%2042.333C57.1856%2042.1652%2057.062%2042.0179%2056.9125%2041.9003C56.7629%2041.7826%2056.5907%2041.6972%2056.4065%2041.6495C56.2223%2041.6017%2056.0303%2041.5925%2055.8424%2041.6226C55.6545%2041.6527%2055.4749%2041.7215%2055.3149%2041.8244C54.9979%2042.0077%2054.7652%2042.3077%2054.6665%2042.6603C54.5677%2043.0129%2054.6108%2043.3901%2054.7864%2043.7114C54.962%2044.0327%2055.2564%2044.2726%2055.6065%2044.3798C55.9566%2044.487%2056.3347%2044.4531%2056.6602%2044.2853C56.8291%2044.1979%2056.9791%2044.0779%2057.1015%2043.9323C57.2239%2043.7868%2057.3164%2043.6184%2057.3736%2043.437C57.4308%2043.2556%2057.4515%2043.0647%2057.4347%2042.8752C57.4178%2042.6857%2057.3637%2042.5014%2057.2754%2042.333Z'%20fill='%23030302'/%3e%3cpath%20d='M56.8405%2037.8631C56.1927%2037.7478%2055.5255%2037.8924%2054.9836%2038.2655C54.4416%2038.6386%2054.0684%2039.2102%2053.9448%2039.8564C54.8086%2039.542%2055.7249%2039.3971%2056.6436%2039.4299C57.5838%2039.4549%2058.5152%2039.6179%2059.408%2039.9138C59.2071%2039.3708%2058.8618%2038.8929%2058.4094%2038.5315C57.9569%2038.1701%2057.4145%2037.939%2056.8405%2037.8631Z'%20fill='%23B94A27'/%3e%3cpath%20d='M44.8146%2042.6692C44.6815%2042.4296%2044.4811%2042.2343%2044.2382%2042.1074C43.9953%2041.9805%2043.7206%2041.9274%2043.4479%2041.9549C43.1753%2041.9824%2042.9166%2042.0891%2042.7039%2042.2619C42.4912%2042.4347%2042.3338%2042.6661%2042.2512%2042.9273C42.1685%2043.1886%2042.1641%2043.4684%2042.2387%2043.7321C42.3132%2043.9958%2042.4634%2044.2319%2042.6706%2044.4112C42.8778%2044.5906%2043.1331%2044.7053%2043.4047%2044.7412C43.6764%2044.7771%2043.9527%2044.7326%2044.1994%2044.6133C44.5384%2044.4367%2044.7936%2044.1329%2044.9089%2043.7684C45.0242%2043.404%2044.9903%2043.0086%2044.8146%2042.6692Z'%20fill='%23030302'/%3e%3cpath%20d='M43.5834%2037.9364C43.0098%2038.0149%2042.4687%2038.249%2042.0189%2038.6135C41.5691%2038.9779%2041.2279%2039.4588%2041.0322%2040.0036C41.9178%2039.6982%2042.844%2039.5268%2043.7802%2039.495C44.7034%2039.4534%2045.6257%2039.5928%2046.4954%2039.9052C46.4365%2039.5832%2046.314%2039.2761%2046.135%2039.0021C45.956%2038.728%2045.7241%2038.4924%2045.4529%2038.3091C45.1817%2038.1257%2044.8767%2037.9984%2044.5557%2037.9344C44.2347%2037.8704%2043.9041%2037.8711%2043.5834%2037.9364Z'%20fill='%23B94A27'/%3e%3cpath%20d='M34.4041%2041.7509C34.5682%2042.1529%2034.0513%2037.6987%2038.0876%2035.1065C41.5577%2033.064%2042.8949%2034.9999%2045.7498%2034.1878C48.6047%2033.3757%2048.0961%2030.6113%2053.6172%2030.8163C57.7191%2030.9722%2057.9078%2030.3078%2060.3607%2029.0773C57.8996%2038.4779%2062.9202%2035.7217%2063.5273%2042.0544C67.6292%2035.9268%2066.7021%2031.53%2065.4716%2028.4703C64.241%2025.4106%2057.9078%2020.1935%2048.0961%2020.8005C38.2844%2021.4075%2029.1209%2028.4621%2034.4041%2041.7509Z'%20fill='%23FBB969'/%3e%3cpath%20d='M84.4462%2085.4639C75.3996%2094.232%2063.2685%2099.0928%2050.6699%2098.9976C38.0712%2098.9025%2026.0149%2093.859%2017.1018%2084.9553C17.2721%2084.4759%2017.4835%2084.0121%2017.7335%2083.569C21.015%2077.9253%2033.46%2073.1348%2037.0697%2070.2391L37.2173%2070.1161C37.7338%2069.7185%2038.2043%2069.2645%2038.6202%2068.7626C40.6793%2069.788%2045.6098%2072.0028%2049.4901%2071.7895C52.8126%2071.609%2057.6939%2069.1809%2060.6062%2067.5486V67.606C61.1968%2068.779%2062.411%2069.7059%2063.7974%2070.7559C70.4424%2075.7433%2084.7497%2080.1401%2084.4462%2085.4639Z'%20fill='%23FAC2B3'/%3e%3cpath%20d='M39.1122%2068.0571L35.2236%2071.4532C35.2236%2071.4532%2039.2435%2079.2132%2041.2124%2079.4183C43.1812%2079.6233%2050.2365%2071.486%2050.2365%2071.486C50.2365%2071.486%2054.97%2079.4183%2057.8987%2079.1476C60.8275%2078.8769%2064.3879%2071.1086%2064.3879%2071.1086L60.5813%2067.5486L50.2365%2071.486L39.1122%2068.0571Z'%20fill='%23F9F8F6'/%3e%3cpath%20d='M50.7034%2079.0739C50.6818%2078.8784%2050.6213%2078.6891%2050.5255%2078.5172C50.4298%2078.3454%2050.3006%2078.1944%2050.1456%2078.0732C49.8321%2077.8526%2049.4539%2077.7429%2049.071%2077.7615C48.8738%2077.7844%2048.683%2077.8462%2048.5098%2077.9433C48.3366%2078.0405%2048.1844%2078.1711%2048.0621%2078.3275C47.8217%2078.6383%2047.7136%2079.0314%2047.7612%2079.4215C47.8089%2079.8115%2048.0083%2080.1671%2048.3164%2080.411C48.6312%2080.6281%2049.0091%2080.7349%2049.391%2080.7145C49.5877%2080.6931%2049.7782%2080.6327%2049.9515%2080.5369C50.1247%2080.4412%2050.2771%2080.3119%2050.3999%2080.1567C50.636%2079.848%2050.7446%2079.4604%2050.7034%2079.0739Z'%20fill='%23F9F8F6'/%3e%3cpath%20d='M50.7034%2083.9797C50.6827%2083.7839%2050.6226%2083.5943%2050.5268%2083.4224C50.4309%2083.2504%2050.3013%2083.0995%2050.1456%2082.979C49.8321%2082.7584%2049.4539%2082.6487%2049.071%2082.6672C48.8738%2082.6902%2048.683%2082.752%2048.5098%2082.8492C48.3366%2082.9463%2048.1844%2083.0769%2048.0621%2083.2333C47.8217%2083.5441%2047.7136%2083.9372%2047.7612%2084.3273C47.8089%2084.7173%2048.0083%2085.0729%2048.3164%2085.3168C48.6312%2085.5339%2049.0091%2085.6407%2049.391%2085.6203C49.5877%2085.5989%2049.7782%2085.5385%2049.9515%2085.4428C50.1247%2085.347%2050.2771%2085.2177%2050.3999%2085.0625C50.636%2084.7538%2050.7446%2084.3662%2050.7034%2083.9797Z'%20fill='%23F9F8F6'/%3e%3cpath%20d='M50.7034%2088.8855C50.6827%2088.6897%2050.6226%2088.5002%2050.5268%2088.3282C50.4309%2088.1562%2050.3013%2088.0054%2050.1456%2087.8848C49.8321%2087.6642%2049.4539%2087.5545%2049.071%2087.5731C48.8738%2087.596%2048.683%2087.6578%2048.5098%2087.755C48.3366%2087.8521%2048.1844%2087.9827%2048.0621%2088.1391C47.8217%2088.4499%2047.7136%2088.843%2047.7612%2089.2331C47.8089%2089.6231%2048.0083%2089.9787%2048.3164%2090.2226C48.6312%2090.4397%2049.0091%2090.5465%2049.391%2090.5261C49.5877%2090.5047%2049.7782%2090.4443%2049.9515%2090.3486C50.1247%2090.2528%2050.2771%2090.1236%2050.3999%2089.9683C50.636%2089.6596%2050.7446%2089.272%2050.7034%2088.8855Z'%20fill='%23F9F8F6'/%3e%3cpath%20d='M50.7034%2093.7897C50.682%2093.593%2050.6216%2093.4024%2050.5259%2093.2292C50.4301%2093.056%2050.3008%2092.9036%2050.1456%2092.7808C49.8313%2092.5625%2049.4531%2092.4557%2049.071%2092.4772C48.8738%2092.5002%2048.683%2092.562%2048.5098%2092.6591C48.3366%2092.7563%2048.1844%2092.8869%2048.0621%2093.0433C47.8217%2093.3541%2047.7136%2093.7472%2047.7612%2094.1373C47.8089%2094.5273%2048.0083%2094.8829%2048.3164%2095.1268C48.6312%2095.3439%2049.0091%2095.4506%2049.391%2095.4303C49.5849%2095.4089%2049.7727%2095.3494%2049.9437%2095.2554C50.1146%2095.1613%2050.2654%2095.0344%2050.3873%2094.8821C50.5091%2094.7297%2050.5998%2094.5548%2050.6541%2094.3674C50.7083%2094.1799%2050.7251%2093.9836%2050.7034%2093.7897Z'%20fill='%23F9F8F6'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_2624_1875'%20x='0'%20y='0'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='1'%20operator='dilate'%20in='SourceAlpha'%20result='effect1_dropShadow_2624_1875'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_2624_1875'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_2624_1875'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", K2 = Object.freeze({
|
|
2987
2987
|
ACTIVE: "active",
|
|
2988
2988
|
DND: "dnd",
|
|
2989
2989
|
BUSY: "busy",
|
|
@@ -3178,7 +3178,7 @@ const e7 = /* @__PURE__ */ A0(K6, [["render", Q6], ["__scopeId", "data-v-a905aec
|
|
|
3178
3178
|
return (o, s) => {
|
|
3179
3179
|
const c = s0("wt-button"), h = s0("wt-icon"), d = s0("wt-context-menu"), m = it("clickaway");
|
|
3180
3180
|
return p2((_(), I("div", t7, [
|
|
3181
|
-
r0(c,
|
|
3181
|
+
r0(c, Z0(o.$attrs, {
|
|
3182
3182
|
color: e.color,
|
|
3183
3183
|
disabled: e.disabled,
|
|
3184
3184
|
class: "wt-button-select__button"
|
|
@@ -3197,7 +3197,7 @@ const e7 = /* @__PURE__ */ A0(K6, [["render", Q6], ["__scopeId", "data-v-a905aec
|
|
|
3197
3197
|
onClick: a
|
|
3198
3198
|
}, {
|
|
3199
3199
|
activator: Y(() => [
|
|
3200
|
-
r0(c,
|
|
3200
|
+
r0(c, Z0(o.$attrs, {
|
|
3201
3201
|
color: e.color,
|
|
3202
3202
|
disabled: e.disabled,
|
|
3203
3203
|
loading: !1,
|
|
@@ -3389,7 +3389,7 @@ function h7(e, n, r, i, a, l) {
|
|
|
3389
3389
|
"wt-checkbox--disabled": r.disabled
|
|
3390
3390
|
}, "wt-checkbox"])
|
|
3391
3391
|
}, [
|
|
3392
|
-
r0(s,
|
|
3392
|
+
r0(s, Z0(r.labelProps, {
|
|
3393
3393
|
disabled: r.disabled,
|
|
3394
3394
|
class: "wt-checkbox__wrapper"
|
|
3395
3395
|
}), {
|
|
@@ -3595,7 +3595,7 @@ function M7(e, n, r, i, a, l) {
|
|
|
3595
3595
|
const o = s0("wt-icon-btn"), s = s0("wt-tooltip");
|
|
3596
3596
|
return _(), d0(s, { class: "wt-copy-action" }, {
|
|
3597
3597
|
activator: Y(() => [
|
|
3598
|
-
r0(o,
|
|
3598
|
+
r0(o, Z0(e.$attrs, {
|
|
3599
3599
|
icon: e.copied ? "done" : "copy",
|
|
3600
3600
|
class: "copy-action"
|
|
3601
3601
|
}, { onClick: l.copy }), null, 16, ["icon", "onClick"])
|
|
@@ -3824,7 +3824,7 @@ function ua(e, n) {
|
|
|
3824
3824
|
var C = nt(O, n);
|
|
3825
3825
|
return d.getTime() >= A.getTime() ? m + 1 : d.getTime() >= C.getTime() ? m : m - 1;
|
|
3826
3826
|
}
|
|
3827
|
-
function
|
|
3827
|
+
function Z7(e, n) {
|
|
3828
3828
|
var r, i, a, l, o, s, c, h;
|
|
3829
3829
|
T0(1, arguments);
|
|
3830
3830
|
var d = Le(), m = D0((r = (i = (a = (l = n == null ? void 0 : n.firstWeekContainsDate) !== null && l !== void 0 ? l : n == null || (o = n.locale) === null || o === void 0 || (s = o.options) === null || s === void 0 ? void 0 : s.firstWeekContainsDate) !== null && a !== void 0 ? a : d.firstWeekContainsDate) !== null && i !== void 0 ? i : (c = d.locale) === null || c === void 0 || (h = c.options) === null || h === void 0 ? void 0 : h.firstWeekContainsDate) !== null && r !== void 0 ? r : 1), p = ua(e, n), y = /* @__PURE__ */ new Date(0);
|
|
@@ -3832,11 +3832,11 @@ function H7(e, n) {
|
|
|
3832
3832
|
var b = nt(y, n);
|
|
3833
3833
|
return b;
|
|
3834
3834
|
}
|
|
3835
|
-
var
|
|
3835
|
+
var H7 = 6048e5;
|
|
3836
3836
|
function v5(e, n) {
|
|
3837
3837
|
T0(1, arguments);
|
|
3838
|
-
var r = P0(e), i = nt(r, n).getTime() -
|
|
3839
|
-
return Math.round(i /
|
|
3838
|
+
var r = P0(e), i = nt(r, n).getTime() - Z7(r, n).getTime();
|
|
3839
|
+
return Math.round(i / H7) + 1;
|
|
3840
3840
|
}
|
|
3841
3841
|
function r2(e, n) {
|
|
3842
3842
|
for (var r = e < 0 ? "-" : "", i = Math.abs(e).toString(); i.length < n; )
|
|
@@ -4940,18 +4940,18 @@ var Oc = {
|
|
|
4940
4940
|
};
|
|
4941
4941
|
const _5 = Oc;
|
|
4942
4942
|
var $c = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Dc = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Pc = /^'([^]*?)'?$/, Bc = /''/g, Fc = /[a-zA-Z]/;
|
|
4943
|
-
function
|
|
4943
|
+
function Zt(e, n, r) {
|
|
4944
4944
|
var i, a, l, o, s, c, h, d, m, p, y, b, A, O, C, x, S, D;
|
|
4945
4945
|
T0(2, arguments);
|
|
4946
|
-
var P = String(n), N = Le(),
|
|
4946
|
+
var P = String(n), N = Le(), Z = (i = (a = r == null ? void 0 : r.locale) !== null && a !== void 0 ? a : N.locale) !== null && i !== void 0 ? i : _5, W = D0((l = (o = (s = (c = r == null ? void 0 : r.firstWeekContainsDate) !== null && c !== void 0 ? c : r == null || (h = r.locale) === null || h === void 0 || (d = h.options) === null || d === void 0 ? void 0 : d.firstWeekContainsDate) !== null && s !== void 0 ? s : N.firstWeekContainsDate) !== null && o !== void 0 ? o : (m = N.locale) === null || m === void 0 || (p = m.options) === null || p === void 0 ? void 0 : p.firstWeekContainsDate) !== null && l !== void 0 ? l : 1);
|
|
4947
4947
|
if (!(W >= 1 && W <= 7))
|
|
4948
4948
|
throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
|
|
4949
4949
|
var B = D0((y = (b = (A = (O = r == null ? void 0 : r.weekStartsOn) !== null && O !== void 0 ? O : r == null || (C = r.locale) === null || C === void 0 || (x = C.options) === null || x === void 0 ? void 0 : x.weekStartsOn) !== null && A !== void 0 ? A : N.weekStartsOn) !== null && b !== void 0 ? b : (S = N.locale) === null || S === void 0 || (D = S.options) === null || D === void 0 ? void 0 : D.weekStartsOn) !== null && y !== void 0 ? y : 0);
|
|
4950
4950
|
if (!(B >= 0 && B <= 6))
|
|
4951
4951
|
throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
|
4952
|
-
if (!
|
|
4952
|
+
if (!Z.localize)
|
|
4953
4953
|
throw new RangeError("locale must contain localize property");
|
|
4954
|
-
if (!
|
|
4954
|
+
if (!Z.formatLong)
|
|
4955
4955
|
throw new RangeError("locale must contain formatLong property");
|
|
4956
4956
|
var Q = P0(e);
|
|
4957
4957
|
if (!Rt(Q))
|
|
@@ -4959,13 +4959,13 @@ function Ht(e, n, r) {
|
|
|
4959
4959
|
var j = fn(Q), l0 = m5(Q, j), o0 = {
|
|
4960
4960
|
firstWeekContainsDate: W,
|
|
4961
4961
|
weekStartsOn: B,
|
|
4962
|
-
locale:
|
|
4962
|
+
locale: Z,
|
|
4963
4963
|
_originalDate: Q
|
|
4964
4964
|
}, _0 = P.match(Dc).map(function(m0) {
|
|
4965
4965
|
var n0 = m0[0];
|
|
4966
4966
|
if (n0 === "p" || n0 === "P") {
|
|
4967
4967
|
var v = f3[n0];
|
|
4968
|
-
return v(m0,
|
|
4968
|
+
return v(m0, Z.formatLong);
|
|
4969
4969
|
}
|
|
4970
4970
|
return m0;
|
|
4971
4971
|
}).join("").match($c).map(function(m0) {
|
|
@@ -4976,7 +4976,7 @@ function Ht(e, n, r) {
|
|
|
4976
4976
|
return Nc(m0);
|
|
4977
4977
|
var v = W7[n0];
|
|
4978
4978
|
if (v)
|
|
4979
|
-
return !(r != null && r.useAdditionalWeekYearTokens) && C5(m0) && hn(m0, n, String(e)), !(r != null && r.useAdditionalDayOfYearTokens) && b5(m0) && hn(m0, n, String(e)), v(l0, m0,
|
|
4979
|
+
return !(r != null && r.useAdditionalWeekYearTokens) && C5(m0) && hn(m0, n, String(e)), !(r != null && r.useAdditionalDayOfYearTokens) && b5(m0) && hn(m0, n, String(e)), v(l0, m0, Z.localize, o0);
|
|
4980
4980
|
if (n0.match(Fc))
|
|
4981
4981
|
throw new RangeError("Format string contains an unescaped latin alphabet character `" + n0 + "`");
|
|
4982
4982
|
return m0;
|
|
@@ -5009,11 +5009,11 @@ function Me(e) {
|
|
|
5009
5009
|
var n = P0(e), r = n.getHours();
|
|
5010
5010
|
return r;
|
|
5011
5011
|
}
|
|
5012
|
-
var
|
|
5013
|
-
function
|
|
5012
|
+
var Zc = 6048e5;
|
|
5013
|
+
function Hc(e) {
|
|
5014
5014
|
T0(1, arguments);
|
|
5015
5015
|
var n = P0(e), r = dn(n).getTime() - $7(n).getTime();
|
|
5016
|
-
return Math.round(r /
|
|
5016
|
+
return Math.round(r / Zc) + 1;
|
|
5017
5017
|
}
|
|
5018
5018
|
function Ae(e) {
|
|
5019
5019
|
T0(1, arguments);
|
|
@@ -5971,7 +5971,7 @@ function Cn(e) {
|
|
|
5971
5971
|
function pl(e, n, r) {
|
|
5972
5972
|
return n in e ? Object.defineProperty(e, n, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = r, e;
|
|
5973
5973
|
}
|
|
5974
|
-
var
|
|
5974
|
+
var Zu = /* @__PURE__ */ function(e) {
|
|
5975
5975
|
Nu(r, e);
|
|
5976
5976
|
var n = Iu(r);
|
|
5977
5977
|
function r() {
|
|
@@ -6039,7 +6039,7 @@ function L1(e) {
|
|
|
6039
6039
|
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
6040
6040
|
}, L1(e);
|
|
6041
6041
|
}
|
|
6042
|
-
function
|
|
6042
|
+
function Hu(e, n) {
|
|
6043
6043
|
if (!(e instanceof n))
|
|
6044
6044
|
throw new TypeError("Cannot call a class as a function");
|
|
6045
6045
|
}
|
|
@@ -6107,7 +6107,7 @@ var zu = /* @__PURE__ */ function(e) {
|
|
|
6107
6107
|
var n = ju(r);
|
|
6108
6108
|
function r() {
|
|
6109
6109
|
var i;
|
|
6110
|
-
|
|
6110
|
+
Hu(this, r);
|
|
6111
6111
|
for (var a = arguments.length, l = new Array(a), o = 0; o < a; o++)
|
|
6112
6112
|
l[o] = arguments[o];
|
|
6113
6113
|
return i = n.call.apply(n, [this].concat(l)), yl(T3(i), "priority", 120), yl(T3(i), "incompatibleTokens", ["Y", "R", "Q", "M", "L", "w", "I", "d", "D", "i", "e", "c", "t", "T"]), i;
|
|
@@ -6890,7 +6890,7 @@ function D1(e) {
|
|
|
6890
6890
|
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
6891
6891
|
}, D1(e);
|
|
6892
6892
|
}
|
|
6893
|
-
function
|
|
6893
|
+
function Zd(e, n) {
|
|
6894
6894
|
if (!(e instanceof n))
|
|
6895
6895
|
throw new TypeError("Cannot call a class as a function");
|
|
6896
6896
|
}
|
|
@@ -6900,7 +6900,7 @@ function Ml(e, n) {
|
|
|
6900
6900
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(e, i.key, i);
|
|
6901
6901
|
}
|
|
6902
6902
|
}
|
|
6903
|
-
function
|
|
6903
|
+
function Hd(e, n, r) {
|
|
6904
6904
|
return n && Ml(e.prototype, n), r && Ml(e, r), e;
|
|
6905
6905
|
}
|
|
6906
6906
|
function Ud(e, n) {
|
|
@@ -6926,9 +6926,9 @@ function Wd(e) {
|
|
|
6926
6926
|
};
|
|
6927
6927
|
}
|
|
6928
6928
|
function jd(e, n) {
|
|
6929
|
-
return n && (D1(n) === "object" || typeof n == "function") ? n :
|
|
6929
|
+
return n && (D1(n) === "object" || typeof n == "function") ? n : Z3(e);
|
|
6930
6930
|
}
|
|
6931
|
-
function
|
|
6931
|
+
function Z3(e) {
|
|
6932
6932
|
if (e === void 0)
|
|
6933
6933
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
6934
6934
|
return e;
|
|
@@ -6958,12 +6958,12 @@ var qd = /* @__PURE__ */ function(e) {
|
|
|
6958
6958
|
var n = Wd(r);
|
|
6959
6959
|
function r() {
|
|
6960
6960
|
var i;
|
|
6961
|
-
|
|
6961
|
+
Zd(this, r);
|
|
6962
6962
|
for (var a = arguments.length, l = new Array(a), o = 0; o < a; o++)
|
|
6963
6963
|
l[o] = arguments[o];
|
|
6964
|
-
return i = n.call.apply(n, [this].concat(l)), Al(
|
|
6964
|
+
return i = n.call.apply(n, [this].concat(l)), Al(Z3(i), "priority", 90), Al(Z3(i), "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]), i;
|
|
6965
6965
|
}
|
|
6966
|
-
return
|
|
6966
|
+
return Hd(r, [{
|
|
6967
6967
|
key: "parse",
|
|
6968
6968
|
value: function(a, l, o) {
|
|
6969
6969
|
switch (l) {
|
|
@@ -7046,12 +7046,12 @@ function Gd(e, n, r) {
|
|
|
7046
7046
|
function Xd(e, n) {
|
|
7047
7047
|
if (typeof n != "function" && n !== null)
|
|
7048
7048
|
throw new TypeError("Super expression must either be null or a function");
|
|
7049
|
-
e.prototype = Object.create(n && n.prototype, { constructor: { value: e, writable: !0, configurable: !0 } }), n &&
|
|
7049
|
+
e.prototype = Object.create(n && n.prototype, { constructor: { value: e, writable: !0, configurable: !0 } }), n && H3(e, n);
|
|
7050
7050
|
}
|
|
7051
|
-
function
|
|
7052
|
-
return
|
|
7051
|
+
function H3(e, n) {
|
|
7052
|
+
return H3 = Object.setPrototypeOf || function(i, a) {
|
|
7053
7053
|
return i.__proto__ = a, i;
|
|
7054
|
-
},
|
|
7054
|
+
}, H3(e, n);
|
|
7055
7055
|
}
|
|
7056
7056
|
function Kd(e) {
|
|
7057
7057
|
var n = Qd();
|
|
@@ -7850,14 +7850,14 @@ function If(e, n) {
|
|
|
7850
7850
|
if (!(e instanceof n))
|
|
7851
7851
|
throw new TypeError("Cannot call a class as a function");
|
|
7852
7852
|
}
|
|
7853
|
-
function
|
|
7853
|
+
function Zl(e, n) {
|
|
7854
7854
|
for (var r = 0; r < n.length; r++) {
|
|
7855
7855
|
var i = n[r];
|
|
7856
7856
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(e, i.key, i);
|
|
7857
7857
|
}
|
|
7858
7858
|
}
|
|
7859
7859
|
function Vf(e, n, r) {
|
|
7860
|
-
return n &&
|
|
7860
|
+
return n && Zl(e.prototype, n), r && Zl(e, r), e;
|
|
7861
7861
|
}
|
|
7862
7862
|
function Rf(e, n) {
|
|
7863
7863
|
if (typeof n != "function" && n !== null)
|
|
@@ -7869,7 +7869,7 @@ function ei(e, n) {
|
|
|
7869
7869
|
return i.__proto__ = a, i;
|
|
7870
7870
|
}, ei(e, n);
|
|
7871
7871
|
}
|
|
7872
|
-
function
|
|
7872
|
+
function Zf(e) {
|
|
7873
7873
|
var n = Uf();
|
|
7874
7874
|
return function() {
|
|
7875
7875
|
var i = Fn(e), a;
|
|
@@ -7878,10 +7878,10 @@ function Hf(e) {
|
|
|
7878
7878
|
a = Reflect.construct(i, arguments, l);
|
|
7879
7879
|
} else
|
|
7880
7880
|
a = i.apply(this, arguments);
|
|
7881
|
-
return
|
|
7881
|
+
return Hf(this, a);
|
|
7882
7882
|
};
|
|
7883
7883
|
}
|
|
7884
|
-
function
|
|
7884
|
+
function Hf(e, n) {
|
|
7885
7885
|
return n && (R1(n) === "object" || typeof n == "function") ? n : ti(e);
|
|
7886
7886
|
}
|
|
7887
7887
|
function ti(e) {
|
|
@@ -7906,18 +7906,18 @@ function Fn(e) {
|
|
|
7906
7906
|
return r.__proto__ || Object.getPrototypeOf(r);
|
|
7907
7907
|
}, Fn(e);
|
|
7908
7908
|
}
|
|
7909
|
-
function
|
|
7909
|
+
function Hl(e, n, r) {
|
|
7910
7910
|
return n in e ? Object.defineProperty(e, n, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = r, e;
|
|
7911
7911
|
}
|
|
7912
7912
|
var Wf = /* @__PURE__ */ function(e) {
|
|
7913
7913
|
Rf(r, e);
|
|
7914
|
-
var n =
|
|
7914
|
+
var n = Zf(r);
|
|
7915
7915
|
function r() {
|
|
7916
7916
|
var i;
|
|
7917
7917
|
If(this, r);
|
|
7918
7918
|
for (var a = arguments.length, l = new Array(a), o = 0; o < a; o++)
|
|
7919
7919
|
l[o] = arguments[o];
|
|
7920
|
-
return i = n.call.apply(n, [this].concat(l)),
|
|
7920
|
+
return i = n.call.apply(n, [this].concat(l)), Hl(ti(i), "priority", 70), Hl(ti(i), "incompatibleTokens", ["H", "K", "k", "t", "T"]), i;
|
|
7921
7921
|
}
|
|
7922
7922
|
return Vf(r, [{
|
|
7923
7923
|
key: "parse",
|
|
@@ -7946,13 +7946,13 @@ var Wf = /* @__PURE__ */ function(e) {
|
|
|
7946
7946
|
}
|
|
7947
7947
|
}]), r;
|
|
7948
7948
|
}(n2);
|
|
7949
|
-
function
|
|
7949
|
+
function Z1(e) {
|
|
7950
7950
|
"@babel/helpers - typeof";
|
|
7951
|
-
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ?
|
|
7951
|
+
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Z1 = function(r) {
|
|
7952
7952
|
return typeof r;
|
|
7953
|
-
} :
|
|
7953
|
+
} : Z1 = function(r) {
|
|
7954
7954
|
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
7955
|
-
},
|
|
7955
|
+
}, Z1(e);
|
|
7956
7956
|
}
|
|
7957
7957
|
function jf(e, n) {
|
|
7958
7958
|
if (!(e instanceof n))
|
|
@@ -7990,7 +7990,7 @@ function zf(e) {
|
|
|
7990
7990
|
};
|
|
7991
7991
|
}
|
|
7992
7992
|
function Gf(e, n) {
|
|
7993
|
-
return n && (
|
|
7993
|
+
return n && (Z1(n) === "object" || typeof n == "function") ? n : ri(e);
|
|
7994
7994
|
}
|
|
7995
7995
|
function ri(e) {
|
|
7996
7996
|
if (e === void 0)
|
|
@@ -8053,13 +8053,13 @@ var Kf = /* @__PURE__ */ function(e) {
|
|
|
8053
8053
|
}
|
|
8054
8054
|
}]), r;
|
|
8055
8055
|
}(n2);
|
|
8056
|
-
function
|
|
8056
|
+
function H1(e) {
|
|
8057
8057
|
"@babel/helpers - typeof";
|
|
8058
|
-
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ?
|
|
8058
|
+
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? H1 = function(r) {
|
|
8059
8059
|
return typeof r;
|
|
8060
|
-
} :
|
|
8060
|
+
} : H1 = function(r) {
|
|
8061
8061
|
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
8062
|
-
},
|
|
8062
|
+
}, H1(e);
|
|
8063
8063
|
}
|
|
8064
8064
|
function Jf(e, n) {
|
|
8065
8065
|
if (!(e instanceof n))
|
|
@@ -8097,7 +8097,7 @@ function th(e) {
|
|
|
8097
8097
|
};
|
|
8098
8098
|
}
|
|
8099
8099
|
function nh(e, n) {
|
|
8100
|
-
return n && (
|
|
8100
|
+
return n && (H1(n) === "object" || typeof n == "function") ? n : ai(e);
|
|
8101
8101
|
}
|
|
8102
8102
|
function ai(e) {
|
|
8103
8103
|
if (e === void 0)
|
|
@@ -8410,9 +8410,9 @@ function ui(e, n) {
|
|
|
8410
8410
|
function _h(e) {
|
|
8411
8411
|
var n = Lh();
|
|
8412
8412
|
return function() {
|
|
8413
|
-
var i =
|
|
8413
|
+
var i = Zn(e), a;
|
|
8414
8414
|
if (n) {
|
|
8415
|
-
var l =
|
|
8415
|
+
var l = Zn(this).constructor;
|
|
8416
8416
|
a = Reflect.construct(i, arguments, l);
|
|
8417
8417
|
} else
|
|
8418
8418
|
a = i.apply(this, arguments);
|
|
@@ -8439,10 +8439,10 @@ function Lh() {
|
|
|
8439
8439
|
return !1;
|
|
8440
8440
|
}
|
|
8441
8441
|
}
|
|
8442
|
-
function
|
|
8443
|
-
return
|
|
8442
|
+
function Zn(e) {
|
|
8443
|
+
return Zn = Object.setPrototypeOf ? Object.getPrototypeOf : function(r) {
|
|
8444
8444
|
return r.__proto__ || Object.getPrototypeOf(r);
|
|
8445
|
-
},
|
|
8445
|
+
}, Zn(e);
|
|
8446
8446
|
}
|
|
8447
8447
|
function Jl(e, n, r) {
|
|
8448
8448
|
return n in e ? Object.defineProperty(e, n, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = r, e;
|
|
@@ -8517,9 +8517,9 @@ function fi(e, n) {
|
|
|
8517
8517
|
function Th(e) {
|
|
8518
8518
|
var n = Oh();
|
|
8519
8519
|
return function() {
|
|
8520
|
-
var i =
|
|
8520
|
+
var i = Hn(e), a;
|
|
8521
8521
|
if (n) {
|
|
8522
|
-
var l =
|
|
8522
|
+
var l = Hn(this).constructor;
|
|
8523
8523
|
a = Reflect.construct(i, arguments, l);
|
|
8524
8524
|
} else
|
|
8525
8525
|
a = i.apply(this, arguments);
|
|
@@ -8546,10 +8546,10 @@ function Oh() {
|
|
|
8546
8546
|
return !1;
|
|
8547
8547
|
}
|
|
8548
8548
|
}
|
|
8549
|
-
function
|
|
8550
|
-
return
|
|
8549
|
+
function Hn(e) {
|
|
8550
|
+
return Hn = Object.setPrototypeOf ? Object.getPrototypeOf : function(r) {
|
|
8551
8551
|
return r.__proto__ || Object.getPrototypeOf(r);
|
|
8552
|
-
},
|
|
8552
|
+
}, Hn(e);
|
|
8553
8553
|
}
|
|
8554
8554
|
function eo(e, n, r) {
|
|
8555
8555
|
return n in e ? Object.defineProperty(e, n, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = r, e;
|
|
@@ -8702,10 +8702,10 @@ function ro(e, n) {
|
|
|
8702
8702
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(e, i.key, i);
|
|
8703
8703
|
}
|
|
8704
8704
|
}
|
|
8705
|
-
function
|
|
8705
|
+
function Zh(e, n, r) {
|
|
8706
8706
|
return n && ro(e.prototype, n), r && ro(e, r), e;
|
|
8707
8707
|
}
|
|
8708
|
-
function
|
|
8708
|
+
function Hh(e, n) {
|
|
8709
8709
|
if (typeof n != "function" && n !== null)
|
|
8710
8710
|
throw new TypeError("Super expression must either be null or a function");
|
|
8711
8711
|
e.prototype = Object.create(n && n.prototype, { constructor: { value: e, writable: !0, configurable: !0 } }), n && yi(e, n);
|
|
@@ -8756,7 +8756,7 @@ function io(e, n, r) {
|
|
|
8756
8756
|
return n in e ? Object.defineProperty(e, n, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = r, e;
|
|
8757
8757
|
}
|
|
8758
8758
|
var Yh = /* @__PURE__ */ function(e) {
|
|
8759
|
-
|
|
8759
|
+
Hh(r, e);
|
|
8760
8760
|
var n = Uh(r);
|
|
8761
8761
|
function r() {
|
|
8762
8762
|
var i;
|
|
@@ -8765,7 +8765,7 @@ var Yh = /* @__PURE__ */ function(e) {
|
|
|
8765
8765
|
l[o] = arguments[o];
|
|
8766
8766
|
return i = n.call.apply(n, [this].concat(l)), io(gi(i), "priority", 10), io(gi(i), "incompatibleTokens", ["t", "T", "X"]), i;
|
|
8767
8767
|
}
|
|
8768
|
-
return
|
|
8768
|
+
return Zh(r, [{
|
|
8769
8769
|
key: "parse",
|
|
8770
8770
|
value: function(a, l) {
|
|
8771
8771
|
switch (l) {
|
|
@@ -8984,7 +8984,7 @@ var lp = /* @__PURE__ */ function(e) {
|
|
|
8984
8984
|
Y: new bu(),
|
|
8985
8985
|
R: new Mu(),
|
|
8986
8986
|
u: new Pu(),
|
|
8987
|
-
Q: new
|
|
8987
|
+
Q: new Zu(),
|
|
8988
8988
|
q: new zu(),
|
|
8989
8989
|
M: new td(),
|
|
8990
8990
|
L: new sd(),
|
|
@@ -9073,7 +9073,7 @@ var cp = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, up = /P+p+|P+|
|
|
|
9073
9073
|
function _i(e, n, r, i) {
|
|
9074
9074
|
var a, l, o, s, c, h, d, m, p, y, b, A, O, C, x, S, D, P;
|
|
9075
9075
|
T0(3, arguments);
|
|
9076
|
-
var N = String(e),
|
|
9076
|
+
var N = String(e), Z = String(n), W = Le(), B = (a = (l = i == null ? void 0 : i.locale) !== null && l !== void 0 ? l : W.locale) !== null && a !== void 0 ? a : _5;
|
|
9077
9077
|
if (!B.match)
|
|
9078
9078
|
throw new RangeError("locale must contain match property");
|
|
9079
9079
|
var Q = D0((o = (s = (c = (h = i == null ? void 0 : i.firstWeekContainsDate) !== null && h !== void 0 ? h : i == null || (d = i.locale) === null || d === void 0 || (m = d.options) === null || m === void 0 ? void 0 : m.firstWeekContainsDate) !== null && c !== void 0 ? c : W.firstWeekContainsDate) !== null && s !== void 0 ? s : (p = W.locale) === null || p === void 0 || (y = p.options) === null || y === void 0 ? void 0 : y.firstWeekContainsDate) !== null && o !== void 0 ? o : 1);
|
|
@@ -9082,13 +9082,13 @@ function _i(e, n, r, i) {
|
|
|
9082
9082
|
var j = D0((b = (A = (O = (C = i == null ? void 0 : i.weekStartsOn) !== null && C !== void 0 ? C : i == null || (x = i.locale) === null || x === void 0 || (S = x.options) === null || S === void 0 ? void 0 : S.weekStartsOn) !== null && O !== void 0 ? O : W.weekStartsOn) !== null && A !== void 0 ? A : (D = W.locale) === null || D === void 0 || (P = D.options) === null || P === void 0 ? void 0 : P.weekStartsOn) !== null && b !== void 0 ? b : 0);
|
|
9083
9083
|
if (!(j >= 0 && j <= 6))
|
|
9084
9084
|
throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
|
9085
|
-
if (
|
|
9085
|
+
if (Z === "")
|
|
9086
9086
|
return N === "" ? P0(r) : /* @__PURE__ */ new Date(NaN);
|
|
9087
9087
|
var l0 = {
|
|
9088
9088
|
firstWeekContainsDate: Q,
|
|
9089
9089
|
weekStartsOn: j,
|
|
9090
9090
|
locale: B
|
|
9091
|
-
}, o0 = [new Kc()], _0 =
|
|
9091
|
+
}, o0 = [new Kc()], _0 = Z.match(up).map(function(S0) {
|
|
9092
9092
|
var B0 = S0[0];
|
|
9093
9093
|
if (B0 in f3) {
|
|
9094
9094
|
var G0 = f3[B0];
|
|
@@ -9099,7 +9099,7 @@ function _i(e, n, r, i) {
|
|
|
9099
9099
|
try {
|
|
9100
9100
|
var T = function() {
|
|
9101
9101
|
var B0 = v.value;
|
|
9102
|
-
!(i != null && i.useAdditionalWeekYearTokens) && C5(B0) && hn(B0,
|
|
9102
|
+
!(i != null && i.useAdditionalWeekYearTokens) && C5(B0) && hn(B0, Z, e), !(i != null && i.useAdditionalDayOfYearTokens) && b5(B0) && hn(B0, Z, e);
|
|
9103
9103
|
var G0 = B0[0], E0 = op[G0];
|
|
9104
9104
|
if (E0) {
|
|
9105
9105
|
var y2 = E0.incompatibleTokens;
|
|
@@ -9299,7 +9299,7 @@ function Op(e, n, r) {
|
|
|
9299
9299
|
function $p(e, n) {
|
|
9300
9300
|
return n >= 0 && n <= 59;
|
|
9301
9301
|
}
|
|
9302
|
-
function
|
|
9302
|
+
function Ht(e, n) {
|
|
9303
9303
|
T0(2, arguments);
|
|
9304
9304
|
var r = P0(e), i = D0(n), a = r.getFullYear(), l = r.getDate(), o = /* @__PURE__ */ new Date(0);
|
|
9305
9305
|
o.setFullYear(a, i, 15), o.setHours(0, 0, 0, 0);
|
|
@@ -9318,7 +9318,7 @@ function F2(e, n) {
|
|
|
9318
9318
|
if (T0(2, arguments), J1(n) !== "object" || n === null)
|
|
9319
9319
|
throw new RangeError("values parameter must be an object");
|
|
9320
9320
|
var r = P0(e);
|
|
9321
|
-
return isNaN(r.getTime()) ? /* @__PURE__ */ new Date(NaN) : (n.year != null && r.setFullYear(n.year), n.month != null && (r =
|
|
9321
|
+
return isNaN(r.getTime()) ? /* @__PURE__ */ new Date(NaN) : (n.year != null && r.setFullYear(n.year), n.month != null && (r = Ht(r, n.month)), n.date != null && r.setDate(D0(n.date)), n.hours != null && r.setHours(D0(n.hours)), n.minutes != null && r.setMinutes(D0(n.minutes)), n.seconds != null && r.setSeconds(D0(n.seconds)), n.milliseconds != null && r.setMilliseconds(D0(n.milliseconds)), r);
|
|
9322
9322
|
}
|
|
9323
9323
|
function O5(e, n) {
|
|
9324
9324
|
T0(2, arguments);
|
|
@@ -9604,11 +9604,11 @@ var zn = {}, Rp = {
|
|
|
9604
9604
|
e.exports = n.default;
|
|
9605
9605
|
})(Rp, zn);
|
|
9606
9606
|
const mo = /* @__PURE__ */ va(zn);
|
|
9607
|
-
function
|
|
9607
|
+
function Zp(e, n) {
|
|
9608
9608
|
var r = jp(n);
|
|
9609
9609
|
return r.formatToParts ? Up(r, e) : Wp(r, e);
|
|
9610
9610
|
}
|
|
9611
|
-
var
|
|
9611
|
+
var Hp = {
|
|
9612
9612
|
year: 0,
|
|
9613
9613
|
month: 1,
|
|
9614
9614
|
day: 2,
|
|
@@ -9619,7 +9619,7 @@ var Zp = {
|
|
|
9619
9619
|
function Up(e, n) {
|
|
9620
9620
|
try {
|
|
9621
9621
|
for (var r = e.formatToParts(n), i = [], a = 0; a < r.length; a++) {
|
|
9622
|
-
var l =
|
|
9622
|
+
var l = Hp[r[a].type];
|
|
9623
9623
|
l >= 0 && (i[l] = parseInt(r[a].value, 10));
|
|
9624
9624
|
}
|
|
9625
9625
|
return i;
|
|
@@ -9709,7 +9709,7 @@ function qp(e) {
|
|
|
9709
9709
|
);
|
|
9710
9710
|
}
|
|
9711
9711
|
function xi(e, n) {
|
|
9712
|
-
var r =
|
|
9712
|
+
var r = Zp(e, n), i = wa(
|
|
9713
9713
|
r[0],
|
|
9714
9714
|
r[1] - 1,
|
|
9715
9715
|
r[2],
|
|
@@ -9998,10 +9998,10 @@ const um = (e, n = 3) => {
|
|
|
9998
9998
|
}, pm = (e) => [12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11][e], $2 = (e) => {
|
|
9999
9999
|
const n = V(e);
|
|
10000
10000
|
return n != null && n.$el ? n == null ? void 0 : n.$el : n;
|
|
10001
|
-
}, mm = (e) => Object.assign({ type: "dot" }, e),
|
|
10001
|
+
}, mm = (e) => Object.assign({ type: "dot" }, e), Z5 = (e) => Array.isArray(e) ? !!e[0] && !!e[1] : !1, Kn = {
|
|
10002
10002
|
prop: (e) => `"${e}" prop must be enabled!`,
|
|
10003
10003
|
dateArr: (e) => `You need to use array as "model-value" binding in order to support "${e}"`
|
|
10004
|
-
},
|
|
10004
|
+
}, Z2 = (e) => e, xo = (e) => e === 0 ? e : !e || isNaN(+e) ? null : +e, Lo = (e) => Object.assign(
|
|
10005
10005
|
{
|
|
10006
10006
|
menuAppear: "dp-menu-appear",
|
|
10007
10007
|
open: "dp-slide-down",
|
|
@@ -10061,7 +10061,7 @@ const um = (e, n = 3) => {
|
|
|
10061
10061
|
if (typeof e.format == "function")
|
|
10062
10062
|
return e.format(v);
|
|
10063
10063
|
const G = T || l(), X = e.formatLocale ? { locale: e.formatLocale } : void 0;
|
|
10064
|
-
return Array.isArray(v) ? `${
|
|
10064
|
+
return Array.isArray(v) ? `${Zt(v[0], G, X)} ${e.modelAuto && !v[1] ? "" : r.value.textInputOptions.rangeSeparator || "-"} ${v[1] ? Zt(v[1], G, X) : ""}` : Zt(v, G, X);
|
|
10065
10065
|
}, s = (v) => e.timezone ? sm(v, e.timezone) : v, c = (v) => e.timezone ? cm(v, e.timezone) : v, h = a0(() => (v) => {
|
|
10066
10066
|
var T;
|
|
10067
10067
|
return (T = e.hideNavigation) == null ? void 0 : T.includes(v);
|
|
@@ -10080,7 +10080,7 @@ const um = (e, n = 3) => {
|
|
|
10080
10080
|
return [T, G];
|
|
10081
10081
|
}, C = (v, T) => Array.isArray(T) ? T.some((G) => i2(s(u0(G)), s(v))) : T(v), x = (v, T, G) => {
|
|
10082
10082
|
let X = v ? u0(v) : u0();
|
|
10083
|
-
return (T || T === 0) && (X =
|
|
10083
|
+
return (T || T === 0) && (X = Ht(X, T)), G && (X = Qe(X, G)), X;
|
|
10084
10084
|
}, S = (v) => F2(u0(), { hours: Me(v), minutes: Ae(v), seconds: wt(v) }), D = (v) => F2(u0(), {
|
|
10085
10085
|
hours: +v.hours || 0,
|
|
10086
10086
|
minutes: +v.minutes || 0,
|
|
@@ -10093,7 +10093,7 @@ const um = (e, n = 3) => {
|
|
|
10093
10093
|
return y0 || x5(F2(v, w0), F2(T, w0));
|
|
10094
10094
|
}
|
|
10095
10095
|
return G === "max" ? v.getTime() <= T.getTime() : v.getTime() >= T.getTime();
|
|
10096
|
-
}, N = () => !e.enableTimePicker || e.monthPicker || e.yearPicker || e.ignoreTimeValidation,
|
|
10096
|
+
}, N = () => !e.enableTimePicker || e.monthPicker || e.yearPicker || e.ignoreTimeValidation, Z = (v) => Array.isArray(v) ? [v[0] ? S(v[0]) : null, v[1] ? S(v[1]) : null] : S(v), W = (v) => {
|
|
10097
10097
|
const T = e.maxTime ? D(e.maxTime) : u0(e.maxDate);
|
|
10098
10098
|
return Array.isArray(v) ? P(v[0], T, "max", !!e.maxDate) && P(v[1], T, "max", !!e.maxDate) : P(v, T, "max", !!e.maxDate);
|
|
10099
10099
|
}, B = (v, T) => {
|
|
@@ -10103,8 +10103,8 @@ const um = (e, n = 3) => {
|
|
|
10103
10103
|
let T = !0;
|
|
10104
10104
|
if (!v || N())
|
|
10105
10105
|
return !0;
|
|
10106
|
-
const G = !e.minDate && !e.maxDate ?
|
|
10107
|
-
return (e.maxTime || e.maxDate) && (T = W(
|
|
10106
|
+
const G = !e.minDate && !e.maxDate ? Z(v) : v;
|
|
10107
|
+
return (e.maxTime || e.maxDate) && (T = W(Z2(G))), (e.minTime || e.minDate) && (T = B(Z2(G), T)), T;
|
|
10108
10108
|
}, j = (v, T) => {
|
|
10109
10109
|
const G = u0(JSON.parse(JSON.stringify(v))), X = [];
|
|
10110
10110
|
for (let y0 = 0; y0 < 7; y0++) {
|
|
@@ -10177,11 +10177,11 @@ const um = (e, n = 3) => {
|
|
|
10177
10177
|
1: []
|
|
10178
10178
|
},
|
|
10179
10179
|
monthPicker: []
|
|
10180
|
-
}),
|
|
10181
|
-
const e = a0(() => s1.value ? [...u2.selectionGrid, u2.actionRow].filter((m) => m.length) :
|
|
10180
|
+
}), Zr = f0(null), s1 = f0(!1), Hr = f0(!1), Ur = f0(!1), Wr = f0(!1), j2 = f0(0), B2 = f0(0), Ue = () => {
|
|
10181
|
+
const e = a0(() => s1.value ? [...u2.selectionGrid, u2.actionRow].filter((m) => m.length) : Hr.value ? [
|
|
10182
10182
|
...u2.timePicker[0],
|
|
10183
10183
|
...u2.timePicker[1],
|
|
10184
|
-
Wr.value ? [] : [
|
|
10184
|
+
Wr.value ? [] : [Zr.value],
|
|
10185
10185
|
u2.actionRow
|
|
10186
10186
|
].filter((m) => m.length) : Ur.value ? [...u2.monthPicker, u2.actionRow] : [u2.monthYear, ...u2.calendar, u2.time, u2.actionRow].filter((m) => m.length)), n = (m) => {
|
|
10187
10187
|
j2.value = m ? j2.value + 1 : j2.value - 1;
|
|
@@ -10211,13 +10211,13 @@ const um = (e, n = 3) => {
|
|
|
10211
10211
|
buildMatrix: c,
|
|
10212
10212
|
buildMultiLevelMatrix: h,
|
|
10213
10213
|
setTimePickerBackRef: (m) => {
|
|
10214
|
-
|
|
10214
|
+
Zr.value = m;
|
|
10215
10215
|
},
|
|
10216
10216
|
setSelectionGrid: (m) => {
|
|
10217
10217
|
s1.value = m, d(), m || (u2.selectionGrid = []);
|
|
10218
10218
|
},
|
|
10219
10219
|
setTimePicker: (m, p = !1) => {
|
|
10220
|
-
|
|
10220
|
+
Hr.value = m, Wr.value = p, d(), m || (u2.timePicker[0] = [], u2.timePicker[1] = []);
|
|
10221
10221
|
},
|
|
10222
10222
|
setTimePickerElements: (m, p = 0) => {
|
|
10223
10223
|
u2.timePicker[p] = m;
|
|
@@ -10227,7 +10227,7 @@ const um = (e, n = 3) => {
|
|
|
10227
10227
|
arrowUp: o,
|
|
10228
10228
|
arrowDown: s,
|
|
10229
10229
|
clearArrowNav: () => {
|
|
10230
|
-
u2.monthYear = [], u2.calendar = [], u2.time = [], u2.actionRow = [], u2.selectionGrid = [], u2.timePicker[0] = [], u2.timePicker[1] = [], s1.value = !1,
|
|
10230
|
+
u2.monthYear = [], u2.calendar = [], u2.time = [], u2.actionRow = [], u2.selectionGrid = [], u2.timePicker[0] = [], u2.timePicker[1] = [], s1.value = !1, Hr.value = !1, Wr.value = !1, Ur.value = !1, d(), Zr.value = null;
|
|
10231
10231
|
},
|
|
10232
10232
|
setMonthPicker: (m) => {
|
|
10233
10233
|
Ur.value = m, d();
|
|
@@ -10284,17 +10284,17 @@ const um = (e, n = 3) => {
|
|
|
10284
10284
|
if (e.yearPicker && !e.range)
|
|
10285
10285
|
return _0();
|
|
10286
10286
|
if (m.value.multiCalendars && u && !e.startDate)
|
|
10287
|
-
return
|
|
10288
|
-
},
|
|
10287
|
+
return Z(u0(), u);
|
|
10288
|
+
}, Z = (u, f = !1) => {
|
|
10289
10289
|
if ((!m.value.multiCalendars || !e.multiStatic || f) && D(0, d2(u), f2(u)), m.value.multiCalendars)
|
|
10290
10290
|
for (let w = 1; w < m.value.multiCalendars; w++) {
|
|
10291
10291
|
const $ = F2(u0(), { month: C.value(w - 1), year: x.value(w - 1) }), E = f5($, { months: 1 });
|
|
10292
10292
|
A.value[w] = { month: d2(E), year: f2(E) };
|
|
10293
10293
|
}
|
|
10294
10294
|
}, W = (u) => {
|
|
10295
|
-
|
|
10295
|
+
Z(u), P("hours", Me(u)), P("minutes", Ae(u)), P("seconds", wt(u));
|
|
10296
10296
|
}, B = (u, f) => {
|
|
10297
|
-
|
|
10297
|
+
Z(u[0], f);
|
|
10298
10298
|
const w = ($, E) => [
|
|
10299
10299
|
$(u[0]),
|
|
10300
10300
|
u[1] ? $(u[1]) : O[E][1]
|
|
@@ -10411,7 +10411,7 @@ const um = (e, n = 3) => {
|
|
|
10411
10411
|
}
|
|
10412
10412
|
}, M0 = (u) => {
|
|
10413
10413
|
const f = u[0];
|
|
10414
|
-
return e.weekNumbers === "local" ? Yc(f.value, { weekStartsOn: +e.weekStart }) : e.weekNumbers === "iso" ?
|
|
10414
|
+
return e.weekNumbers === "local" ? Yc(f.value, { weekStartsOn: +e.weekStart }) : e.weekNumbers === "iso" ? Hc(f.value) : typeof e.weekNumbers == "function" ? e.weekNumbers(f.value) : "";
|
|
10415
10415
|
}, w2 = (u) => {
|
|
10416
10416
|
for (let f = u - 1; f >= 0; f--) {
|
|
10417
10417
|
const w = ht(F2(u0(), { month: C.value(f + 1), year: x.value(f + 1) }), 1);
|
|
@@ -10451,8 +10451,8 @@ const um = (e, n = 3) => {
|
|
|
10451
10451
|
}, he = (u, f = !0, w = !1) => {
|
|
10452
10452
|
const $ = f ? u : O.hours, E = !f && !w ? u : O.minutes, R = w ? u : O.seconds;
|
|
10453
10453
|
if (e.range && Eo(p.value) && Ye($) && Ye(E) && Ye(R) && !e.disableTimeRangeValidation) {
|
|
10454
|
-
const L0 = (U0) => re(p.value[U0], $[U0], E[U0], R[U0]),
|
|
10455
|
-
if (i2(p.value[0], p.value[1]) && (da(L0(0),
|
|
10454
|
+
const L0 = (U0) => re(p.value[U0], $[U0], E[U0], R[U0]), H0 = (U0) => ga(p.value[U0], 0);
|
|
10455
|
+
if (i2(p.value[0], p.value[1]) && (da(L0(0), H0(1)) || fa(L0(1), H0(0))))
|
|
10456
10456
|
return;
|
|
10457
10457
|
}
|
|
10458
10458
|
if (P("hours", $), P("minutes", E), P("seconds", R), p.value)
|
|
@@ -10544,7 +10544,7 @@ const um = (e, n = 3) => {
|
|
|
10544
10544
|
if (Array.isArray(L))
|
|
10545
10545
|
return [u0(L[0]), u0(L[1])];
|
|
10546
10546
|
throw new Error(Kn.dateArr("week-picker"));
|
|
10547
|
-
},
|
|
10547
|
+
}, Z = (L) => n.modelAuto ? Array.isArray(L) ? [G(L[0]), G(L[1])] : n.autoApply ? [G(L)] : [G(L), null] : Array.isArray(L) ? c(() => [
|
|
10548
10548
|
G(L[0]),
|
|
10549
10549
|
L[1] ? G(L[1]) : h()
|
|
10550
10550
|
]) : G(L), W = () => {
|
|
@@ -10555,19 +10555,19 @@ const um = (e, n = 3) => {
|
|
|
10555
10555
|
X(L[0]),
|
|
10556
10556
|
L[1] ? X(L[1]) : h()
|
|
10557
10557
|
];
|
|
10558
|
-
}, Q = () => i.value[1] ? B() : X(
|
|
10558
|
+
}, Q = () => i.value[1] ? B() : X(Z2(i.value[0])), j = () => (i.value || []).map((L) => X(L)), l0 = () => (W(), n.modelAuto ? Q() : n.multiDates ? j() : Array.isArray(i.value) ? c(() => B()) : X(Z2(i.value))), o0 = (L) => L ? n.timePicker ? S(Z2(L)) : n.monthPicker ? D(Z2(L)) : n.yearPicker ? C(Z2(L)) : n.multiDates ? P(Z2(L)) : n.weekPicker ? N(Z2(L)) : Z(Z2(L)) : null, _0 = (L) => {
|
|
10559
10559
|
const q = o0(L);
|
|
10560
|
-
d(
|
|
10560
|
+
d(Z2(q)) ? (i.value = Z2(q), T()) : (i.value = null, y.value = "");
|
|
10561
10561
|
}, m0 = () => {
|
|
10562
10562
|
var L;
|
|
10563
10563
|
const q = (O0) => {
|
|
10564
10564
|
var $0;
|
|
10565
|
-
return
|
|
10565
|
+
return Zt(O0, ($0 = p.value.textInputOptions) == null ? void 0 : $0.format);
|
|
10566
10566
|
};
|
|
10567
10567
|
return `${q(i.value[0])} ${(L = p.value.textInputOptions) == null ? void 0 : L.rangeSeparator} ${i.value[1] ? q(i.value[1]) : ""}`;
|
|
10568
10568
|
}, n0 = () => {
|
|
10569
10569
|
var L;
|
|
10570
|
-
return r.value && i.value ? Array.isArray(i.value) ? m0() :
|
|
10570
|
+
return r.value && i.value ? Array.isArray(i.value) ? m0() : Zt(i.value, (L = p.value.textInputOptions) == null ? void 0 : L.format) : o(i.value);
|
|
10571
10571
|
}, v = () => {
|
|
10572
10572
|
var L;
|
|
10573
10573
|
return i.value ? n.multiDates ? i.value.map((q) => o(q)).join("; ") : n.textInput && typeof ((L = p.value.textInputOptions) == null ? void 0 : L.format) == "string" ? n0() : o(i.value) : "";
|
|
@@ -10584,7 +10584,7 @@ const um = (e, n = 3) => {
|
|
|
10584
10584
|
}, w0 = (L) => Array.isArray(i.value) ? n.multiDates ? i.value.map((q) => L(q)) : [
|
|
10585
10585
|
L(i.value[0]),
|
|
10586
10586
|
i.value[1] ? L(i.value[1]) : h()
|
|
10587
|
-
] : L(
|
|
10587
|
+
] : L(Z2(i.value)), p0 = (L) => y0(Z2(w0(L)));
|
|
10588
10588
|
return {
|
|
10589
10589
|
inputValue: y,
|
|
10590
10590
|
internalModelValue: i,
|
|
@@ -10687,10 +10687,10 @@ const km = (e, n, r, i) => {
|
|
|
10687
10687
|
return B && !Q;
|
|
10688
10688
|
}
|
|
10689
10689
|
return !0;
|
|
10690
|
-
},
|
|
10691
|
-
return !W || W === document.body || W.nodeType === Node.DOCUMENT_FRAGMENT_NODE ? window : N(W) ? W :
|
|
10690
|
+
}, Z = function(W) {
|
|
10691
|
+
return !W || W === document.body || W.nodeType === Node.DOCUMENT_FRAGMENT_NODE ? window : N(W) ? W : Z(W.parentNode);
|
|
10692
10692
|
};
|
|
10693
|
-
return { openOnTop: l, menuPosition: a, setMenuPosition: A, setInitialPosition: p, getScrollableParent:
|
|
10693
|
+
return { openOnTop: l, menuPosition: a, setMenuPosition: A, setInitialPosition: p, getScrollableParent: Z };
|
|
10694
10694
|
}, ut = [
|
|
10695
10695
|
{ name: "clock-icon", use: ["time", "calendar"] },
|
|
10696
10696
|
{ name: "arrow-left", use: ["month-year", "calendar"] },
|
|
@@ -10959,7 +10959,7 @@ const km = (e, n, r, i) => {
|
|
|
10959
10959
|
B.preventDefault(), B.stopImmediatePropagation(), B.stopPropagation(), i.textInput && (Q = o.value.textInputOptions) != null && Q.openMenu && !i.inlineWithInput ? i.isMenuOpen ? o.value.textInputOptions.enterSubmit && r("select-date") : r("open") : i.textInput || r("toggle");
|
|
10960
10960
|
}, N = () => {
|
|
10961
10961
|
m.value = !1, i.isMenuOpen || r("blur"), i.autoApply && i.textInput && h.value && (r("set-input-date", h.value), r("select-date"), h.value = null);
|
|
10962
|
-
},
|
|
10962
|
+
}, Z = () => {
|
|
10963
10963
|
r("clear");
|
|
10964
10964
|
}, W = (B) => {
|
|
10965
10965
|
if (!i.textInput) {
|
|
@@ -10993,7 +10993,7 @@ const km = (e, n, r, i) => {
|
|
|
10993
10993
|
onInput: C,
|
|
10994
10994
|
onEnter: x,
|
|
10995
10995
|
onTab: S,
|
|
10996
|
-
onClear:
|
|
10996
|
+
onClear: Z,
|
|
10997
10997
|
onBlur: N
|
|
10998
10998
|
}) : U("", !0),
|
|
10999
10999
|
B.$slots["dp-input"] ? U("", !0) : (_(), I("input", {
|
|
@@ -11028,13 +11028,13 @@ const km = (e, n, r, i) => {
|
|
|
11028
11028
|
class: "dp__input_icon dp__input_icons"
|
|
11029
11029
|
})) : U("", !0),
|
|
11030
11030
|
B.$slots["clear-icon"] && e.inputValue && B.clearable && !B.disabled && !B.readonly ? (_(), I("span", $m, [
|
|
11031
|
-
J(B.$slots, "clear-icon", { clear:
|
|
11031
|
+
J(B.$slots, "clear-icon", { clear: Z })
|
|
11032
11032
|
])) : U("", !0),
|
|
11033
11033
|
B.clearable && !B.$slots["clear-icon"] && e.inputValue && !B.disabled && !B.readonly ? (_(), d0(V(Bp), {
|
|
11034
11034
|
key: 5,
|
|
11035
11035
|
class: "dp__clear_icon dp__input_icons",
|
|
11036
11036
|
"data-test": "clear-icon",
|
|
11037
|
-
onClick: j0(
|
|
11037
|
+
onClick: j0(Z, ["stop", "prevent"])
|
|
11038
11038
|
}, null, 8, ["onClick"])) : U("", !0)
|
|
11039
11039
|
])) : U("", !0)
|
|
11040
11040
|
], 8, Am);
|
|
@@ -11059,7 +11059,7 @@ const km = (e, n, r, i) => {
|
|
|
11059
11059
|
dp__action_disabled: d.value
|
|
11060
11060
|
})), p = a0(() => !r.enableTimePicker || r.ignoreTimeValidation ? !0 : a(r.internalModelValue)), y = a0(() => r.monthPicker ? r.range && Array.isArray(r.internalModelValue) ? !r.internalModelValue.filter((S) => !C(S)).length : C(r.internalModelValue) : !0), b = () => {
|
|
11061
11061
|
const S = l.value.previewFormat;
|
|
11062
|
-
return r.timePicker || r.monthPicker, S(
|
|
11062
|
+
return r.timePicker || r.monthPicker, S(Z2(r.internalModelValue));
|
|
11063
11063
|
}, A = () => {
|
|
11064
11064
|
const S = r.internalModelValue;
|
|
11065
11065
|
return l.value.multiCalendars > 0 ? `${i(S[0])} - ${i(S[1])}` : [i(S[0]), i(S[1])];
|
|
@@ -11069,8 +11069,8 @@ const km = (e, n, r, i) => {
|
|
|
11069
11069
|
let D = !0;
|
|
11070
11070
|
const P = u0($t(S));
|
|
11071
11071
|
if (r.minDate && r.maxDate) {
|
|
11072
|
-
const N = u0($t(r.minDate)),
|
|
11073
|
-
return z2(P, N) && U2(P,
|
|
11072
|
+
const N = u0($t(r.minDate)), Z = u0($t(r.maxDate));
|
|
11073
|
+
return z2(P, N) && U2(P, Z) || i2(P, N) || i2(P, Z);
|
|
11074
11074
|
}
|
|
11075
11075
|
if (r.minDate) {
|
|
11076
11076
|
const N = u0($t(r.minDate));
|
|
@@ -11085,7 +11085,7 @@ const km = (e, n, r, i) => {
|
|
|
11085
11085
|
p.value && y.value && h.value ? n("select-date") : n("invalid-select");
|
|
11086
11086
|
};
|
|
11087
11087
|
return (S, D) => (_(), I("div", Pm, [
|
|
11088
|
-
S.$slots["action-row"] ? J(S.$slots, "action-row", J0(
|
|
11088
|
+
S.$slots["action-row"] ? J(S.$slots, "action-row", J0(Z0({ key: 0 }, {
|
|
11089
11089
|
internalModelValue: e.internalModelValue,
|
|
11090
11090
|
disabled: V(d),
|
|
11091
11091
|
selectDate: () => S.$emit("select-date"),
|
|
@@ -11141,11 +11141,11 @@ const km = (e, n, r, i) => {
|
|
|
11141
11141
|
}), Vm = ["aria-label"], Rm = {
|
|
11142
11142
|
class: "dp__calendar_header",
|
|
11143
11143
|
role: "row"
|
|
11144
|
-
},
|
|
11144
|
+
}, Zm = {
|
|
11145
11145
|
key: 0,
|
|
11146
11146
|
class: "dp__calendar_header_item",
|
|
11147
11147
|
role: "gridcell"
|
|
11148
|
-
},
|
|
11148
|
+
}, Hm = /* @__PURE__ */ z("div", { class: "dp__calendar_header_separator" }, null, -1), Um = ["aria-label"], Wm = {
|
|
11149
11149
|
key: 0,
|
|
11150
11150
|
role: "gridcell",
|
|
11151
11151
|
class: "dp__calendar_item dp__week_num"
|
|
@@ -11203,7 +11203,7 @@ const km = (e, n, r, i) => {
|
|
|
11203
11203
|
}), P = a0(() => (v) => i2(v, s.value)), N = a0(() => ({
|
|
11204
11204
|
dp__calendar: !0,
|
|
11205
11205
|
dp__calendar_next: o.value.multiCalendars > 0 && i.instance !== 0
|
|
11206
|
-
})),
|
|
11206
|
+
})), Z = a0(() => (v) => i.hideOffsetDates ? v.current : !0), W = a0(() => i.specificMode ? { height: `${i.modeHeight}px` } : void 0), B = async (v, T, G) => {
|
|
11207
11207
|
var X, y0;
|
|
11208
11208
|
if (r("set-hover-date", v), (y0 = (X = v.marker) == null ? void 0 : X.tooltip) != null && y0.length) {
|
|
11209
11209
|
const w0 = $2(h.value[T][G]);
|
|
@@ -11255,7 +11255,7 @@ const km = (e, n, r, i) => {
|
|
|
11255
11255
|
"aria-label": (G = V(o).ariaLabels) == null ? void 0 : G.calendarWrap
|
|
11256
11256
|
}, [
|
|
11257
11257
|
z("div", Rm, [
|
|
11258
|
-
v.weekNumbers ? (_(), I("div",
|
|
11258
|
+
v.weekNumbers ? (_(), I("div", Zm, c0(v.weekNumName), 1)) : U("", !0),
|
|
11259
11259
|
(_(!0), I(V0, null, z0(V(O), (X, y0) => (_(), I("div", {
|
|
11260
11260
|
class: "dp__calendar_header_item",
|
|
11261
11261
|
role: "gridcell",
|
|
@@ -11272,7 +11272,7 @@ const km = (e, n, r, i) => {
|
|
|
11272
11272
|
], 64))
|
|
11273
11273
|
]))), 128))
|
|
11274
11274
|
]),
|
|
11275
|
-
|
|
11275
|
+
Hm,
|
|
11276
11276
|
r0(ee, {
|
|
11277
11277
|
name: p.value,
|
|
11278
11278
|
css: !!v.transitions
|
|
@@ -11318,7 +11318,7 @@ const km = (e, n, r, i) => {
|
|
|
11318
11318
|
z("div", {
|
|
11319
11319
|
class: g0(["dp__cell_inner", p0.classData])
|
|
11320
11320
|
}, [
|
|
11321
|
-
v.$slots.day && V(
|
|
11321
|
+
v.$slots.day && V(Z)(p0) ? J(v.$slots, "day", {
|
|
11322
11322
|
key: 0,
|
|
11323
11323
|
day: +p0.text,
|
|
11324
11324
|
date: p0.value
|
|
@@ -11326,7 +11326,7 @@ const km = (e, n, r, i) => {
|
|
|
11326
11326
|
v.$slots.day ? U("", !0) : (_(), I(V0, { key: 1 }, [
|
|
11327
11327
|
x0(c0(p0.text), 1)
|
|
11328
11328
|
], 64)),
|
|
11329
|
-
p0.marker && V(
|
|
11329
|
+
p0.marker && V(Z)(p0) ? (_(), I("div", {
|
|
11330
11330
|
key: 2,
|
|
11331
11331
|
class: g0(V(D)(p0.marker)),
|
|
11332
11332
|
style: k2(p0.marker.color ? { backgroundColor: p0.marker.color } : {})
|
|
@@ -11461,7 +11461,7 @@ const km = (e, n, r, i) => {
|
|
|
11461
11461
|
(p0) => i2(
|
|
11462
11462
|
p0,
|
|
11463
11463
|
Qe(
|
|
11464
|
-
i.monthPicker ?
|
|
11464
|
+
i.monthPicker ? Ht(/* @__PURE__ */ new Date(), v.value) : /* @__PURE__ */ new Date(),
|
|
11465
11465
|
i.monthPicker ? i.year : v.value
|
|
11466
11466
|
)
|
|
11467
11467
|
)
|
|
@@ -11484,7 +11484,7 @@ const km = (e, n, r, i) => {
|
|
|
11484
11484
|
dp__over_action_scroll: c.value,
|
|
11485
11485
|
dp__button_bottom: i.autoApply
|
|
11486
11486
|
})
|
|
11487
|
-
),
|
|
11487
|
+
), Z = a0(() => {
|
|
11488
11488
|
var n0, v;
|
|
11489
11489
|
return {
|
|
11490
11490
|
dp__overlay_container: !0,
|
|
@@ -11504,10 +11504,10 @@ const km = (e, n, r, i) => {
|
|
|
11504
11504
|
return N5(
|
|
11505
11505
|
i.multiModelValue,
|
|
11506
11506
|
Qe(
|
|
11507
|
-
i.monthPicker ?
|
|
11507
|
+
i.monthPicker ? Ht(/* @__PURE__ */ new Date(), p.value || 0) : /* @__PURE__ */ new Date(),
|
|
11508
11508
|
i.monthPicker ? v : p.value || v
|
|
11509
11509
|
),
|
|
11510
|
-
Qe(i.monthPicker ?
|
|
11510
|
+
Qe(i.monthPicker ? Ht(/* @__PURE__ */ new Date(), n0) : /* @__PURE__ */ new Date(), v)
|
|
11511
11511
|
);
|
|
11512
11512
|
}, l0 = () => {
|
|
11513
11513
|
r("toggle"), r("reset-flow");
|
|
@@ -11518,7 +11518,7 @@ const km = (e, n, r, i) => {
|
|
|
11518
11518
|
}, m0 = () => {
|
|
11519
11519
|
var n0, v;
|
|
11520
11520
|
const T = (n0 = i.headerRefs) != null && n0.length ? [i.headerRefs].concat(m.value) : m.value.concat([i.skipButtonRef ? [] : [y.value]]);
|
|
11521
|
-
l(
|
|
11521
|
+
l(Z2(T), (v = i.headerRefs) != null && v.length ? "monthPicker" : "selectionGrid");
|
|
11522
11522
|
};
|
|
11523
11523
|
return n({ focusGrid: C }), (n0, v) => {
|
|
11524
11524
|
var T;
|
|
@@ -11531,7 +11531,7 @@ const km = (e, n, r, i) => {
|
|
|
11531
11531
|
onKeydown: I0(o0, ["esc"])
|
|
11532
11532
|
}, [
|
|
11533
11533
|
z("div", {
|
|
11534
|
-
class: g0(V(
|
|
11534
|
+
class: g0(V(Z)),
|
|
11535
11535
|
ref_key: "containerRef",
|
|
11536
11536
|
ref: A,
|
|
11537
11537
|
role: "grid",
|
|
@@ -11589,7 +11589,7 @@ const km = (e, n, r, i) => {
|
|
|
11589
11589
|
}, [
|
|
11590
11590
|
J(n0.$slots, "button-icon")
|
|
11591
11591
|
], 42, Jm)), [
|
|
11592
|
-
[
|
|
11592
|
+
[H2, !V(s)(e.type)]
|
|
11593
11593
|
]) : U("", !0)
|
|
11594
11594
|
], 42, Gm);
|
|
11595
11595
|
};
|
|
@@ -11640,7 +11640,7 @@ const km = (e, n, r, i) => {
|
|
|
11640
11640
|
css: V(a)
|
|
11641
11641
|
}, {
|
|
11642
11642
|
default: Y(() => [
|
|
11643
|
-
e.showSelectionGrid ? (_(), d0(Ut,
|
|
11643
|
+
e.showSelectionGrid ? (_(), d0(Ut, Z0({ key: 0 }, {
|
|
11644
11644
|
modelValue: e.modelValue,
|
|
11645
11645
|
items: e.items,
|
|
11646
11646
|
disabledValues: e.disabledValues,
|
|
@@ -11734,7 +11734,7 @@ const km = (e, n, r, i) => {
|
|
|
11734
11734
|
arrowNavigation: i.arrowNavigation,
|
|
11735
11735
|
hideNavigation: i.hideNavigation
|
|
11736
11736
|
};
|
|
11737
|
-
}),
|
|
11737
|
+
}), Z = a0(() => (L) => ({
|
|
11738
11738
|
month: i.month,
|
|
11739
11739
|
year: i.year,
|
|
11740
11740
|
items: L === "month" ? i.months : i.years,
|
|
@@ -11778,7 +11778,7 @@ const km = (e, n, r, i) => {
|
|
|
11778
11778
|
}), (L, q) => {
|
|
11779
11779
|
var O0, $0, S0, B0, G0;
|
|
11780
11780
|
return _(), I("div", ey, [
|
|
11781
|
-
L.$slots["month-year"] ? J(L.$slots, "month-year", J0(
|
|
11781
|
+
L.$slots["month-year"] ? J(L.$slots, "month-year", J0(Z0({ key: 0 }, { month: e.month, year: e.year, months: e.months, years: e.years, updateMonthYear: V(d), handleMonthYearChange: V(c), instance: e.instance }))) : (_(), I(V0, { key: 1 }, [
|
|
11782
11782
|
!L.monthPicker && !L.yearPicker ? (_(), I(V0, { key: 0 }, [
|
|
11783
11783
|
V(v) && !L.vertical ? (_(), d0(jr, {
|
|
11784
11784
|
key: 0,
|
|
@@ -11794,7 +11794,7 @@ const km = (e, n, r, i) => {
|
|
|
11794
11794
|
_: 3
|
|
11795
11795
|
}, 8, ["aria-label", "disabled"])) : U("", !0),
|
|
11796
11796
|
z("div", ty, [
|
|
11797
|
-
r0(Mo,
|
|
11797
|
+
r0(Mo, Z0({
|
|
11798
11798
|
type: "month",
|
|
11799
11799
|
"slot-name": "month-overlay-val",
|
|
11800
11800
|
"overlay-slot": "overlay-month",
|
|
@@ -11806,7 +11806,7 @@ const km = (e, n, r, i) => {
|
|
|
11806
11806
|
onSetRef: q[3] || (q[3] = (E0) => p0(E0, 1))
|
|
11807
11807
|
}), N2({
|
|
11808
11808
|
default: Y(() => [
|
|
11809
|
-
L.$slots.month ? J(L.$slots, "month", J0(
|
|
11809
|
+
L.$slots.month ? J(L.$slots, "month", J0(Z0({ key: 0 }, V(_0)))) : U("", !0),
|
|
11810
11810
|
L.$slots.month ? U("", !0) : (_(), I(V0, { key: 1 }, [
|
|
11811
11811
|
x0(c0(V(_0).text), 1)
|
|
11812
11812
|
], 64))
|
|
@@ -11833,7 +11833,7 @@ const km = (e, n, r, i) => {
|
|
|
11833
11833
|
L.$slots["month-overlay"] ? {
|
|
11834
11834
|
name: "overlay-month",
|
|
11835
11835
|
fn: Y(() => [
|
|
11836
|
-
J(L.$slots, "month-overlay", J0(o2(V(
|
|
11836
|
+
J(L.$slots, "month-overlay", J0(o2(V(Z)("month"))))
|
|
11837
11837
|
]),
|
|
11838
11838
|
key: "2"
|
|
11839
11839
|
} : void 0,
|
|
@@ -11845,7 +11845,7 @@ const km = (e, n, r, i) => {
|
|
|
11845
11845
|
key: "3"
|
|
11846
11846
|
} : void 0
|
|
11847
11847
|
]), 1040, ["aria-label", "modelValue"]),
|
|
11848
|
-
r0(Mo,
|
|
11848
|
+
r0(Mo, Z0({
|
|
11849
11849
|
type: "year",
|
|
11850
11850
|
"slot-name": "year-overlay-val",
|
|
11851
11851
|
"overlay-slot": "overlay-year",
|
|
@@ -11887,7 +11887,7 @@ const km = (e, n, r, i) => {
|
|
|
11887
11887
|
L.$slots["year-overlay"] ? {
|
|
11888
11888
|
name: "overlay-year",
|
|
11889
11889
|
fn: Y(() => [
|
|
11890
|
-
J(L.$slots, "year-overlay", J0(o2(V(
|
|
11890
|
+
J(L.$slots, "year-overlay", J0(o2(V(Z)("year"))))
|
|
11891
11891
|
]),
|
|
11892
11892
|
key: "2"
|
|
11893
11893
|
} : void 0,
|
|
@@ -11927,7 +11927,7 @@ const km = (e, n, r, i) => {
|
|
|
11927
11927
|
_: 3
|
|
11928
11928
|
}, 8, ["disabled", "aria-label"])) : U("", !0)
|
|
11929
11929
|
], 64)) : U("", !0),
|
|
11930
|
-
L.monthPicker ? (_(), d0(Ut,
|
|
11930
|
+
L.monthPicker ? (_(), d0(Ut, Z0({ key: 1 }, V(N)("month"), {
|
|
11931
11931
|
"skip-active": L.range,
|
|
11932
11932
|
year: e.year,
|
|
11933
11933
|
"multi-model-value": V(l0),
|
|
@@ -11999,7 +11999,7 @@ const km = (e, n, r, i) => {
|
|
|
11999
11999
|
css: V(o)
|
|
12000
12000
|
}, {
|
|
12001
12001
|
default: Y(() => [
|
|
12002
|
-
p.value ? (_(), d0(Ut,
|
|
12002
|
+
p.value ? (_(), d0(Ut, Z0({ key: 0 }, V(N)("year"), {
|
|
12003
12003
|
modelValue: V(S),
|
|
12004
12004
|
"onUpdate:modelValue": q[15] || (q[15] = (k) => Ge(S) ? S.value = k : null),
|
|
12005
12005
|
onToggle: X,
|
|
@@ -12040,7 +12040,7 @@ const km = (e, n, r, i) => {
|
|
|
12040
12040
|
key: "0"
|
|
12041
12041
|
} : void 0
|
|
12042
12042
|
]), 1040, ["skip-active", "year", "multi-model-value", "modelValue"])) : U("", !0),
|
|
12043
|
-
L.yearPicker ? (_(), d0(Ut,
|
|
12043
|
+
L.yearPicker ? (_(), d0(Ut, Z0({ key: 2 }, V(N)("year"), {
|
|
12044
12044
|
modelValue: V(S),
|
|
12045
12045
|
"onUpdate:modelValue": q[19] || (q[19] = (E0) => Ge(S) ? S.value = E0 : null),
|
|
12046
12046
|
"multi-model-value": V(l0),
|
|
@@ -12122,7 +12122,7 @@ const km = (e, n, r, i) => {
|
|
|
12122
12122
|
}, N = (v, T) => {
|
|
12123
12123
|
const G = i.minTime && i.minTime[T], X = i.maxTime && i.maxTime[T];
|
|
12124
12124
|
return G && X ? v < G || v > X : G ? v < G : X ? v > X : !1;
|
|
12125
|
-
},
|
|
12125
|
+
}, Z = a0(() => (v) => P(v).flat().filter((T) => T).map((T) => T.value).filter((T) => N(T, v))), W = (v) => i[`no${v[0].toUpperCase() + v.slice(1)}Overlay`], B = (v) => {
|
|
12126
12126
|
W(v) || (h[v] = !h[v], h[v] || r("overlay-closed"));
|
|
12127
12127
|
}, Q = (v) => v === "hours" ? Me : v === "minutes" ? Ae : wt, j = (v, T = !0) => {
|
|
12128
12128
|
const G = T ? A : O;
|
|
@@ -12253,7 +12253,7 @@ const km = (e, n, r, i) => {
|
|
|
12253
12253
|
h[X.type] ? (_(), d0(Ut, {
|
|
12254
12254
|
key: 0,
|
|
12255
12255
|
items: P(X.type),
|
|
12256
|
-
"disabled-values": V(o).filters.times[X.type].concat(V(
|
|
12256
|
+
"disabled-values": V(o).filters.times[X.type].concat(V(Z)(X.type)),
|
|
12257
12257
|
"esc-close": v.escClose,
|
|
12258
12258
|
"aria-labels": V(o).ariaLabels,
|
|
12259
12259
|
"hide-navigation": v.hideNavigation,
|
|
@@ -12312,7 +12312,7 @@ const km = (e, n, r, i) => {
|
|
|
12312
12312
|
G2(() => {
|
|
12313
12313
|
r("mount"), !i.timePicker && i.arrowNavigation ? a([$2(m.value)], "time") : l(!0, i.timePicker);
|
|
12314
12314
|
});
|
|
12315
|
-
const A = a0(() => i.range && i.modelAuto ?
|
|
12315
|
+
const A = a0(() => i.range && i.modelAuto ? Z5(i.internalModelValue) : !0), O = f0(!1), C = (j) => ({
|
|
12316
12316
|
hours: Array.isArray(i.hours) ? i.hours[j] : i.hours,
|
|
12317
12317
|
minutes: Array.isArray(i.minutes) ? i.minutes[j] : i.minutes,
|
|
12318
12318
|
seconds: Array.isArray(i.seconds) ? i.seconds[j] : i.seconds
|
|
@@ -12331,7 +12331,7 @@ const km = (e, n, r, i) => {
|
|
|
12331
12331
|
}, D = a0(() => ({
|
|
12332
12332
|
dp__button: !0,
|
|
12333
12333
|
dp__button_bottom: i.autoApply
|
|
12334
|
-
})), P = Xe(o, "timePicker"), N = (j, l0, o0) => i.range ? l0 === 0 ? [j, x.value[1][o0]] : [x.value[0][o0], j] : j,
|
|
12334
|
+
})), P = Xe(o, "timePicker"), N = (j, l0, o0) => i.range ? l0 === 0 ? [j, x.value[1][o0]] : [x.value[0][o0], j] : j, Z = (j) => {
|
|
12335
12335
|
r("update:hours", j);
|
|
12336
12336
|
}, W = (j) => {
|
|
12337
12337
|
r("update:minutes", j);
|
|
@@ -12361,7 +12361,7 @@ const km = (e, n, r, i) => {
|
|
|
12361
12361
|
j.$slots["clock-icon"] ? J(j.$slots, "clock-icon", { key: 0 }) : U("", !0),
|
|
12362
12362
|
j.$slots["clock-icon"] ? U("", !0) : (_(), d0(V(P5), { key: 1 }))
|
|
12363
12363
|
], 42, py)), [
|
|
12364
|
-
[
|
|
12364
|
+
[H2, !V(s)("time")]
|
|
12365
12365
|
]),
|
|
12366
12366
|
r0(ee, {
|
|
12367
12367
|
name: V(h)(O.value),
|
|
@@ -12383,12 +12383,12 @@ const km = (e, n, r, i) => {
|
|
|
12383
12383
|
hours: e.hours,
|
|
12384
12384
|
minutes: e.minutes,
|
|
12385
12385
|
seconds: e.seconds,
|
|
12386
|
-
setHours:
|
|
12386
|
+
setHours: Z,
|
|
12387
12387
|
setMinutes: W,
|
|
12388
12388
|
setSeconds: B
|
|
12389
12389
|
}) : U("", !0),
|
|
12390
12390
|
j.$slots["time-picker-overlay"] ? U("", !0) : (_(), I("div", yy, [
|
|
12391
|
-
(_(!0), I(V0, null, z0(V(x), (m0, n0) => p2((_(), d0(hy,
|
|
12391
|
+
(_(!0), I(V0, null, z0(V(x), (m0, n0) => p2((_(), d0(hy, Z0({ key: n0 }, {
|
|
12392
12392
|
...j.$props,
|
|
12393
12393
|
order: n0,
|
|
12394
12394
|
hours: m0.hours,
|
|
@@ -12400,7 +12400,7 @@ const km = (e, n, r, i) => {
|
|
|
12400
12400
|
ref_for: !0,
|
|
12401
12401
|
ref_key: "timeInputRefs",
|
|
12402
12402
|
ref: y,
|
|
12403
|
-
"onUpdate:hours": (v) =>
|
|
12403
|
+
"onUpdate:hours": (v) => Z(N(v, n0, "hours")),
|
|
12404
12404
|
"onUpdate:minutes": (v) => W(N(v, n0, "minutes")),
|
|
12405
12405
|
"onUpdate:seconds": (v) => B(N(v, n0, "seconds")),
|
|
12406
12406
|
onMounted: Q,
|
|
@@ -12413,7 +12413,7 @@ const km = (e, n, r, i) => {
|
|
|
12413
12413
|
])
|
|
12414
12414
|
}))
|
|
12415
12415
|
]), 1040, ["onUpdate:hours", "onUpdate:minutes", "onUpdate:seconds"])), [
|
|
12416
|
-
[
|
|
12416
|
+
[H2, n0 === 0 ? !0 : V(A)]
|
|
12417
12417
|
])), 128))
|
|
12418
12418
|
])),
|
|
12419
12419
|
j.timePicker ? U("", !0) : p2((_(), I("div", {
|
|
@@ -12433,7 +12433,7 @@ const km = (e, n, r, i) => {
|
|
|
12433
12433
|
j.$slots["calendar-icon"] ? J(j.$slots, "calendar-icon", { key: 0 }) : U("", !0),
|
|
12434
12434
|
j.$slots["calendar-icon"] ? U("", !0) : (_(), d0(V(dr), { key: 1 }))
|
|
12435
12435
|
], 42, gy)), [
|
|
12436
|
-
[
|
|
12436
|
+
[H2, !V(s)("time")]
|
|
12437
12437
|
])
|
|
12438
12438
|
])
|
|
12439
12439
|
], 512)) : U("", !0)
|
|
@@ -12489,19 +12489,19 @@ const km = (e, n, r, i) => {
|
|
|
12489
12489
|
return !1;
|
|
12490
12490
|
}
|
|
12491
12491
|
return !1;
|
|
12492
|
-
}, x = (T) => N5(e.value, l.value, T.value), S = () => n.modelAuto && Array.isArray(n.internalModelValue) ? !!n.internalModelValue[0] : !1, D = () => n.modelAuto ?
|
|
12492
|
+
}, x = (T) => N5(e.value, l.value, T.value), S = () => n.modelAuto && Array.isArray(n.internalModelValue) ? !!n.internalModelValue[0] : !1, D = () => n.modelAuto ? Z5(n.internalModelValue) : !0, P = (T) => {
|
|
12493
12493
|
if (Array.isArray(e.value) && e.value.length || n.weekPicker)
|
|
12494
12494
|
return !1;
|
|
12495
12495
|
const G = n.range ? !p(T) && !p(T, !1) : !0;
|
|
12496
12496
|
return !r(T.value) && !b(T) && !(!T.current && n.hideOffsetDates) && G;
|
|
12497
|
-
}, N = (T) => n.range ? n.modelAuto ? S() && b(T) : !1 : b(T),
|
|
12497
|
+
}, N = (T) => n.range ? n.modelAuto ? S() && b(T) : !1 : b(T), Z = (T) => n.highlight ? i(T.value, n.highlight) : !1, W = (T) => r(T.value) && n.highlightDisabledDays === !1, B = (T) => n.highlightWeekDays && n.highlightWeekDays.includes(T.value.getDay()), Q = (T) => (n.range || n.weekPicker) && (!(n.multiCalendars > 0) || T.current) && D() && !(!T.current && n.hideOffsetDates) && !b(T) ? x(T) : !1, j = (T) => {
|
|
12498
12498
|
const { isRangeStart: G, isRangeEnd: X } = _0(T), y0 = n.range ? G || X : !1;
|
|
12499
12499
|
return {
|
|
12500
12500
|
dp__cell_offset: !T.current,
|
|
12501
12501
|
dp__pointer: !n.disabled && !(!T.current && n.hideOffsetDates) && !r(T.value),
|
|
12502
12502
|
dp__cell_disabled: r(T.value),
|
|
12503
|
-
dp__cell_highlight: !W(T) && (
|
|
12504
|
-
dp__cell_highlight_active: !W(T) && (
|
|
12503
|
+
dp__cell_highlight: !W(T) && (Z(T) || B(T)) && !N(T) && !y0,
|
|
12504
|
+
dp__cell_highlight_active: !W(T) && (Z(T) || B(T)) && N(T),
|
|
12505
12505
|
dp__today: !n.noToday && i2(T.value, o.value) && T.current
|
|
12506
12506
|
};
|
|
12507
12507
|
}, l0 = (T) => ({
|
|
@@ -12582,10 +12582,10 @@ const km = (e, n, r, i) => {
|
|
|
12582
12582
|
G2(() => {
|
|
12583
12583
|
O.value = !0;
|
|
12584
12584
|
const E = $2(A);
|
|
12585
|
-
if (E && !i.textInput && !i.inline && (a(!0),
|
|
12585
|
+
if (E && !i.textInput && !i.inline && (a(!0), Z()), E) {
|
|
12586
12586
|
const R = (L0) => {
|
|
12587
12587
|
["action-row", "time-picker", "month-year"].some(
|
|
12588
|
-
(
|
|
12588
|
+
(H0) => Object.keys(h).includes(H0)
|
|
12589
12589
|
) || L0.preventDefault(), L0.stopImmediatePropagation(), L0.stopPropagation();
|
|
12590
12590
|
};
|
|
12591
12591
|
E.addEventListener("pointerdown", R), E.addEventListener("mousedown", R);
|
|
@@ -12598,7 +12598,7 @@ const km = (e, n, r, i) => {
|
|
|
12598
12598
|
) : y.value.forEach(
|
|
12599
12599
|
(R, L0) => R.triggerTransition(l0.value(L0), o0.value(L0))
|
|
12600
12600
|
);
|
|
12601
|
-
},
|
|
12601
|
+
}, Z = () => {
|
|
12602
12602
|
const E = $2(A);
|
|
12603
12603
|
E && E.focus({ preventScroll: !0 });
|
|
12604
12604
|
}, W = () => {
|
|
@@ -12657,7 +12657,7 @@ const km = (e, n, r, i) => {
|
|
|
12657
12657
|
})
|
|
12658
12658
|
), e2 = (E, R) => E.value(R).map((L0) => ({
|
|
12659
12659
|
...L0,
|
|
12660
|
-
days: L0.days.map((
|
|
12660
|
+
days: L0.days.map((H0) => (H0.marker = p0(H0), H0.classData = S0(H0), H0))
|
|
12661
12661
|
})), J2 = (E) => {
|
|
12662
12662
|
E.stopPropagation(), E.stopImmediatePropagation();
|
|
12663
12663
|
}, he = () => {
|
|
@@ -12667,9 +12667,9 @@ const km = (e, n, r, i) => {
|
|
|
12667
12667
|
}, ke = (E) => {
|
|
12668
12668
|
var R;
|
|
12669
12669
|
(R = i.flow) != null && R.length && (m[E] = !0, Object.keys(m).filter((L0) => !m[L0]).length || u());
|
|
12670
|
-
}, g = (E, R, L0,
|
|
12670
|
+
}, g = (E, R, L0, H0, ...U0) => {
|
|
12671
12671
|
if (i.flow[C.value] === E) {
|
|
12672
|
-
const C0 =
|
|
12672
|
+
const C0 = H0 ? R.value[0] : R.value;
|
|
12673
12673
|
C0 && C0[L0](...U0);
|
|
12674
12674
|
}
|
|
12675
12675
|
}, u = () => {
|
|
@@ -12704,7 +12704,7 @@ const km = (e, n, r, i) => {
|
|
|
12704
12704
|
css: !!E.transitions
|
|
12705
12705
|
}, {
|
|
12706
12706
|
default: Y(() => {
|
|
12707
|
-
var
|
|
12707
|
+
var H0, U0;
|
|
12708
12708
|
return [
|
|
12709
12709
|
z("div", {
|
|
12710
12710
|
id: E.uid ? `dp-menu-${E.uid}` : void 0,
|
|
@@ -12735,7 +12735,7 @@ const km = (e, n, r, i) => {
|
|
|
12735
12735
|
}, null, 2)) : U("", !0),
|
|
12736
12736
|
z("div", {
|
|
12737
12737
|
class: g0({
|
|
12738
|
-
dp__menu_content_wrapper: ((
|
|
12738
|
+
dp__menu_content_wrapper: ((H0 = E.presetRanges) == null ? void 0 : H0.length) || !!E.$slots["left-sidebar"] || !!E.$slots["right-sidebar"]
|
|
12739
12739
|
})
|
|
12740
12740
|
}, [
|
|
12741
12741
|
E.$slots["left-sidebar"] ? (_(), I("div", Cy, [
|
|
@@ -12771,7 +12771,7 @@ const km = (e, n, r, i) => {
|
|
|
12771
12771
|
key: C0,
|
|
12772
12772
|
class: g0(V(c2))
|
|
12773
12773
|
}, [
|
|
12774
|
-
!E.disableMonthYearSelect && !E.timePicker ? (_(), d0(ly,
|
|
12774
|
+
!E.disableMonthYearSelect && !E.timePicker ? (_(), d0(ly, Z0({
|
|
12775
12775
|
key: 0,
|
|
12776
12776
|
ref_for: !0,
|
|
12777
12777
|
ref: (W0) => {
|
|
@@ -12788,7 +12788,7 @@ const km = (e, n, r, i) => {
|
|
|
12788
12788
|
onResetFlow: B,
|
|
12789
12789
|
onUpdateMonthYear: (W0) => V(n0)(C0, W0),
|
|
12790
12790
|
onMonthYearSelect: V(G),
|
|
12791
|
-
onOverlayClosed:
|
|
12791
|
+
onOverlayClosed: Z
|
|
12792
12792
|
}), N2({ _: 2 }, [
|
|
12793
12793
|
z0(V(y2), (W0, u9) => ({
|
|
12794
12794
|
name: W0,
|
|
@@ -12797,7 +12797,7 @@ const km = (e, n, r, i) => {
|
|
|
12797
12797
|
])
|
|
12798
12798
|
}))
|
|
12799
12799
|
]), 1040, ["months", "years", "month", "year", "instance", "internal-model-value", "onUpdateMonthYear", "onMonthYearSelect"])) : U("", !0),
|
|
12800
|
-
r0(qm,
|
|
12800
|
+
r0(qm, Z0({
|
|
12801
12801
|
ref_for: !0,
|
|
12802
12802
|
ref: (W0) => {
|
|
12803
12803
|
W0 && (y.value[q0] = W0);
|
|
@@ -12831,8 +12831,8 @@ const km = (e, n, r, i) => {
|
|
|
12831
12831
|
], 2))), 128))
|
|
12832
12832
|
], 2),
|
|
12833
12833
|
z("div", null, [
|
|
12834
|
-
E.$slots["time-picker"] ? J(E.$slots, "time-picker", J0(
|
|
12835
|
-
E.enableTimePicker && !E.monthPicker && !E.weekPicker ? (_(), d0(vy,
|
|
12834
|
+
E.$slots["time-picker"] ? J(E.$slots, "time-picker", J0(Z0({ key: 0 }, { time: V(_0), updateTime: V(m0) }))) : (_(), I(V0, { key: 1 }, [
|
|
12835
|
+
E.enableTimePicker && !E.monthPicker && !E.weekPicker ? (_(), d0(vy, Z0({
|
|
12836
12836
|
key: 0,
|
|
12837
12837
|
ref_key: "timePickerRef",
|
|
12838
12838
|
ref: b,
|
|
@@ -12846,7 +12846,7 @@ const km = (e, n, r, i) => {
|
|
|
12846
12846
|
"onUpdate:minutes": R[8] || (R[8] = (C0) => V(m0)(C0, !1)),
|
|
12847
12847
|
"onUpdate:seconds": R[9] || (R[9] = (C0) => V(m0)(C0, !1, !0)),
|
|
12848
12848
|
onResetFlow: B,
|
|
12849
|
-
onOverlayClosed:
|
|
12849
|
+
onOverlayClosed: Z,
|
|
12850
12850
|
onOverlayOpened: R[10] || (R[10] = (C0) => E.$emit("time-picker-open", C0))
|
|
12851
12851
|
}), N2({ _: 2 }, [
|
|
12852
12852
|
z0(V(E0), (C0, q0) => ({
|
|
@@ -12877,7 +12877,7 @@ const km = (e, n, r, i) => {
|
|
|
12877
12877
|
}, c0(E.nowButtonLabel), 1))
|
|
12878
12878
|
])) : U("", !0)
|
|
12879
12879
|
], 2),
|
|
12880
|
-
!E.autoApply || E.keepActionRow ? (_(), d0(Im,
|
|
12880
|
+
!E.autoApply || E.keepActionRow ? (_(), d0(Im, Z0({
|
|
12881
12881
|
key: 2,
|
|
12882
12882
|
"menu-mount": O.value,
|
|
12883
12883
|
"internal-model-value": e.internalModelValue
|
|
@@ -12949,10 +12949,10 @@ const km = (e, n, r, i) => {
|
|
|
12949
12949
|
setup(e, { expose: n, emit: r }) {
|
|
12950
12950
|
const i = e, a = rr(), l = f0(!1), o = gt(i, "modelValue"), s = gt(i, "timezone"), c = f0(null), h = f0(null), d = f0(!1), m = f0(null), { setMenuFocused: p, setShiftKey: y } = I5(), { clearArrowNav: b } = Ue(), { validateDate: A, isValidTime: O } = te(i);
|
|
12951
12951
|
G2(() => {
|
|
12952
|
-
Q(i.modelValue), i.inline || (
|
|
12952
|
+
Q(i.modelValue), i.inline || (Z(m.value).addEventListener("scroll", v), window.addEventListener("resize", T)), i.inline && (l.value = !0);
|
|
12953
12953
|
}), Yi(() => {
|
|
12954
12954
|
if (!i.inline) {
|
|
12955
|
-
const t0 =
|
|
12955
|
+
const t0 = Z(m.value);
|
|
12956
12956
|
t0 && t0.removeEventListener("scroll", v), window.removeEventListener("resize", T);
|
|
12957
12957
|
}
|
|
12958
12958
|
});
|
|
@@ -12964,7 +12964,7 @@ const km = (e, n, r, i) => {
|
|
|
12964
12964
|
},
|
|
12965
12965
|
{ deep: !0 }
|
|
12966
12966
|
);
|
|
12967
|
-
const { openOnTop: S, menuPosition: D, setMenuPosition: P, setInitialPosition: N, getScrollableParent:
|
|
12967
|
+
const { openOnTop: S, menuPosition: D, setMenuPosition: P, setInitialPosition: N, getScrollableParent: Z } = km(
|
|
12968
12968
|
c,
|
|
12969
12969
|
h,
|
|
12970
12970
|
r,
|
|
@@ -13055,7 +13055,7 @@ const km = (e, n, r, i) => {
|
|
|
13055
13055
|
ref_key: "pickerWrapperRef",
|
|
13056
13056
|
ref: m
|
|
13057
13057
|
}, [
|
|
13058
|
-
r0(Dm,
|
|
13058
|
+
r0(Dm, Z0({
|
|
13059
13059
|
ref_key: "inputRef",
|
|
13060
13060
|
ref: h,
|
|
13061
13061
|
"is-menu-open": l.value,
|
|
@@ -13079,9 +13079,9 @@ const km = (e, n, r, i) => {
|
|
|
13079
13079
|
])
|
|
13080
13080
|
}))
|
|
13081
13081
|
]), 1040, ["is-menu-open", "input-value", "onSetEmptyDate"]),
|
|
13082
|
-
l.value ? (_(), d0(t1(t0.teleport ? d9 : "div"), J0(
|
|
13082
|
+
l.value ? (_(), d0(t1(t0.teleport ? d9 : "div"), J0(Z0({ key: 0 }, V(n0))), {
|
|
13083
13083
|
default: Y(() => [
|
|
13084
|
-
l.value ? (_(), d0(Ey,
|
|
13084
|
+
l.value ? (_(), d0(Ey, Z0({
|
|
13085
13085
|
key: 0,
|
|
13086
13086
|
ref_key: "dpMenuRef",
|
|
13087
13087
|
ref: c,
|
|
@@ -13177,7 +13177,7 @@ const Dy = { class: "datepicker__timepicker" }, Py = {
|
|
|
13177
13177
|
"wt-datepicker--disabled": e.disabled
|
|
13178
13178
|
}, "wt-datepicker"])
|
|
13179
13179
|
}, [
|
|
13180
|
-
r0(h,
|
|
13180
|
+
r0(h, Z0(e.labelProps, { disabled: e.disabled }), {
|
|
13181
13181
|
default: Y(() => [
|
|
13182
13182
|
J(s.$slots, "label", J0(o2({ label: e.label })), () => [
|
|
13183
13183
|
x0(c0(e.label), 1)
|
|
@@ -13185,7 +13185,7 @@ const Dy = { class: "datepicker__timepicker" }, Py = {
|
|
|
13185
13185
|
], void 0, !0),
|
|
13186
13186
|
_: 3
|
|
13187
13187
|
}, 16, ["disabled"]),
|
|
13188
|
-
r0(V(Ca),
|
|
13188
|
+
r0(V(Ca), Z0({ ...s.$attrs, ...s.$props }, {
|
|
13189
13189
|
ref_key: "datepicker",
|
|
13190
13190
|
ref: l,
|
|
13191
13191
|
"close-on-auto-apply": !1,
|
|
@@ -13258,7 +13258,7 @@ function Ny(e, n, r, i, a, l) {
|
|
|
13258
13258
|
class: g0(["wt-divider", `wt-divider-${r.variant}`])
|
|
13259
13259
|
}, null, 2);
|
|
13260
13260
|
}
|
|
13261
|
-
const Iy = /* @__PURE__ */ A0(Fy, [["render", Ny], ["__scopeId", "data-v-5b17a085"]]), Vy = "data:image/svg+xml,%3csvg%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M77.0793%2026.8668C77.6555%2028.5378%2079.1152%2029.959%2080.3252%2030.0551C81.5352%2030.1511%2082.0538%2028.8643%2081.4584%2027.1933C80.863%2025.5224%2079.4225%2024.1011%2078.2125%2024.005C77.0025%2023.909%2076.4839%2025.1958%2077.0793%2026.8668Z'%20fill='%231A2EB2'/%3e%3cpath%20d='M71.4823%2071.7511C73.0572%2076.2646%2077.0138%2080.1251%2080.2981%2080.3556C83.5824%2080.5861%2084.9652%2077.1289%2083.3903%2072.6154C81.8154%2068.1019%2077.8588%2064.2414%2074.5745%2064.0109C71.2902%2063.7804%2069.9074%2067.2376%2071.4823%2071.7511Z'%20fill='%23C9981D'/%3e%3cpath%20d='M43.3249%2090.7521C46.3403%2092.4999%2048.7795%2096.7253%2048.7795%20100.202C48.7795%20103.678%2046.3211%20105.08%2043.2865%20103.332C40.2711%20101.585%2037.8319%2097.3592%2037.8319%2093.8828C37.8319%2090.4064%2040.2903%2089.0043%2043.3249%2090.7521Z'%20fill='%23161922'/%3e%3cpath%20d='M93.4077%20153.253L128.272%20133.127C128.692%20132.885%20129.373%20132.885%20129.798%20133.127L155.224%20147.805C155.644%20148.047%20155.644%20148.441%20155.224%20148.683L120.36%20168.81C119.939%20169.052%20119.258%20169.052%20118.834%20168.81L93.4077%20154.132C92.9871%20153.89%2092.9871%20153.495%2093.4077%20153.253Z'%20fill='%23040506'/%3e%3cpath%20d='M83.6125%20176C83.1919%20176%2082.7825%20175.9%2082.4625%20175.713L54.0814%20159.323C53.6422%20159.07%2053.3892%20158.672%2053.3892%20158.229C53.3892%20157.786%2053.6422%20157.392%2054.0814%20157.135L77.0326%20143.879C77.3527%20143.693%2077.7583%20143.592%2078.1826%20143.592C78.6069%20143.592%2079.0125%20143.693%2079.3326%20143.879L107.714%20160.269C108.153%20160.522%20108.406%20160.92%20108.406%20161.363C108.406%20161.806%20108.153%20162.2%20107.714%20162.457L84.7624%20175.713C84.4424%20175.9%2084.0367%20176%2083.6125%20176Z'%20fill='%23040506'/%3e%3cpath%20d='M60.181%20148.319C60.181%20148.319%2060.5941%20142.881%2058.7333%20138.244C56.8762%20133.607%2053.7277%20130.336%2050.3857%20129.416C47.0436%20128.501%2043.7053%20131.099%2046.9283%20133.938C50.1512%20136.778%2056.1839%20140.198%2057.6242%20148.787L60.1847%20148.319H60.181Z'%20fill='%23040506'/%3e%3cpath%20d='M59.4515%20146.748C59.4515%20146.748%2059.4775%20146.748%2059.4887%20146.748C59.5892%20146.729%2059.6524%20146.633%2059.6338%20146.532C57.7358%20137.027%2051.6212%20132.04%2048.6513%20130.73C48.5583%20130.689%2048.4503%20130.73%2048.4094%20130.823C48.3685%20130.916%2048.4094%20131.024%2048.5024%20131.065C51.409%20132.345%2057.4046%20137.243%2059.2728%20146.599C59.2914%20146.685%2059.3659%20146.748%2059.4515%20146.748Z'%20fill='%23272C3A'/%3e%3cpath%20d='M44.6283%20144.336C44.7735%20144.954%2045.3392%20145.371%2045.8751%20145.717C46.4073%20146.06%2046.9916%20146.432%2047.2037%20147.031C47.6279%20148.24%2046.2956%20149.577%2046.772%20150.767C46.9729%20151.266%2047.4568%20151.601%2047.9592%20151.795C48.376%20151.958%2048.8151%20152.04%2049.2469%20152.163C49.459%20152.2%2049.6711%20152.223%2049.8795%20152.234C50.4973%20152.26%2051.156%20152.357%2051.6473%20152.77C52.4214%20153.421%2052.4772%20154.567%2052.8419%20155.512C53.2811%20156.644%2054.271%20157.518%2055.4099%20157.902C56.37%20158.218%2057.8847%20158.281%2058.2197%20157.894C58.4765%20157.6%2058.0894%20156.495%2058.1527%20156.108C58.309%20155.122%2058.3723%20154.117%2058.3388%20153.119C58.3239%20152.632%2058.309%20152.237%2058.4058%20151.757C58.5063%20151.255%2058.603%20150.753%2058.6923%20150.25C58.8375%20149.439%2059.1054%20148.572%2058.9082%20147.742C58.6886%20146.83%2057.747%20146.633%2057.5498%20145.74C57.4679%20145.382%2057.4605%20145.018%2057.386%20144.66C57.159%20143.607%2056.2919%20142.718%2055.2461%20142.464C53.616%20142.066%2051.8818%20143.119%2050.2591%20142.68C49.8386%20142.565%2049.4478%20142.357%2049.0422%20142.2C47.7545%20141.694%2046.1393%20141.78%2045.1754%20142.766C44.7735%20143.179%2044.5018%20143.771%2044.632%20144.333L44.6283%20144.336Z'%20fill='%23040506'/%3e%3cpath%20d='M57.8774%20155.308C57.8774%20155.308%2057.8849%20155.308%2057.8886%20155.308C57.9667%20155.304%2058.0263%20155.233%2058.0226%20155.155C57.3787%20146.179%2048.6143%20143.224%2046.4781%20142.974C46.3999%20142.967%2046.3292%20143.023%2046.318%20143.101C46.3106%20143.179%2046.3664%20143.25%2046.4446%20143.261C48.5324%20143.507%2057.1033%20146.395%2057.736%20155.178C57.7397%20155.252%2057.803%20155.312%2057.8774%20155.312V155.308Z'%20fill='%23272C3A'/%3e%3cpath%20d='M48.7071%20149.067C48.7369%20149.067%2048.7629%20149.059%2048.789%20149.041C48.815%20149.022%2051.543%20147.198%2055.2423%20148.486C55.3167%20148.512%2055.3986%20148.471%2055.4246%20148.397C55.4507%20148.322%2055.4098%20148.24%2055.3353%20148.214C51.4909%20146.878%2048.655%20148.784%2048.6252%20148.802C48.5583%20148.847%2048.5434%20148.936%2048.588%20149C48.6141%20149.041%2048.6587%20149.063%2048.7034%20149.063L48.7071%20149.067Z'%20fill='%23272C3A'/%3e%3cpath%20d='M119.593%20165.896L97.572%20153.179V84.1653L119.593%2096.8783V165.896Z'%20fill='%23161922'/%3e%3cpath%20d='M119.593%2096.8783L151.052%2078.7168V147.731L119.593%20165.896V96.8783Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.052%2078.7168L119.593%2096.8783L97.572%2084.1652L129.031%2066L151.052%2078.7168Z'%20fill='%23272C3A'/%3e%3cpath%20d='M122.741%20141.608L147.907%20127.079V144.571L148.484%20144.902L123.318%20159.435L122.741%20159.1V141.608Z'%20fill='%23040506'/%3e%3cpath%20d='M123.318%20141.943L148.488%20127.414L148.484%20144.902L123.318%20159.435V141.943Z'%20fill='%23272C3A'/%3e%3cpath%20d='M133.184%20139.212L137.464%20136.741C138.019%20136.421%20138.469%20136.566%20138.469%20137.068C138.469%20137.57%20138.019%20138.237%20137.464%20138.557L133.184%20141.028C132.63%20141.348%20132.179%20141.203%20132.179%20140.7C132.179%20140.198%20132.63%20139.532%20133.184%20139.212Z'%20fill='%23040506'/%3e%3cpath%20d='M122.741%20120.488L147.907%20105.959V123.451L148.484%20123.786L123.318%20138.315L122.741%20137.98V120.488Z'%20fill='%23040506'/%3e%3cpath%20d='M123.318%20120.823L148.488%20106.294L148.484%20123.786L123.318%20138.315V120.823Z'%20fill='%23272C3A'/%3e%3cpath%20d='M133.184%20118.092L137.464%20115.62C138.019%20115.3%20138.469%20115.445%20138.469%20115.948C138.469%20116.45%20138.019%20117.116%20137.464%20117.437L133.184%20119.908C132.63%20120.228%20132.179%20120.083%20132.179%20119.58C132.179%20119.078%20132.63%20118.412%20133.184%20118.092Z'%20fill='%23040506'/%3e%3cpath%20d='M122.741%2099.368L147.907%2084.8388V102.327L122.741%20116.856V99.368Z'%20fill='%23040506'/%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23040506'/%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23040506'/%3e%3c/g%3e%3cpath%20d='M147.501%2086.4392L146.526%2087.0011L160.49%2095.0622L161.465%2094.4965L147.501%2086.4392Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.435%2088.14C151.435%2087.9874%20151.383%2087.8832%20151.301%2087.8274C151.301%2087.8274%20151.29%2087.8162%20151.268%2087.8087L150.557%2087.3919C150.468%2087.3398%20150.345%2087.351%20150.211%2087.4254L135.987%2095.6279L135.574%2093.9569C135.537%2093.8303%20135.462%2093.741%20135.369%2093.6852L134.628%2093.2535C134.498%2093.179%20134.334%2093.1753%20134.178%2093.2684L128.127%2096.7592C127.855%2096.9156%20127.635%2097.2989%20127.635%2097.6115V117.79C127.635%20117.939%20127.684%20118.047%20127.769%20118.103L128.532%20118.546C128.622%20118.59%20128.737%20118.579%20128.867%20118.505L150.959%20105.751C151.231%20105.594%20151.45%20105.211%20151.45%20104.898L151.443%2088.1362L151.435%2088.14Z'%20fill='%23040506'/%3e%3cg%20opacity='0.2'%3e%3cmask%20id='path-25-inside-1_8152_16965'%20fill='white'%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'/%3e%3c/mask%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'%20fill='%23161922'/%3e%3cpath%20d='M135.354%2093.6814L134.866%2094.5544L135.094%2094.6814H135.354V93.6814ZM134.915%2093.7001L134.426%2092.8278L134.415%2092.8339L134.915%2093.7001ZM128.864%2097.1909L128.364%2096.3247L128.36%2096.3272L128.864%2097.1909ZM128.517%2097.5594L128.015%2098.4241L128.886%2098.9299L129.386%2098.0555L128.517%2097.5594ZM127.781%2097.1314L126.912%2096.6353L126.42%2097.4974L127.278%2097.9961L127.781%2097.1314ZM128.127%2096.7629L127.627%2095.8967L127.623%2095.8992L128.127%2096.7629ZM134.178%2093.2721L133.691%2092.3989L133.684%2092.4023L133.678%2092.4059L134.178%2093.2721ZM134.628%2093.2609L134.121%2094.1229L134.129%2094.1272L134.628%2093.2609ZM135.358%2093.6814V94.6814H139.094L135.857%2092.8151L135.358%2093.6814ZM135.842%2092.8085C135.365%2092.5418%20134.831%2092.6002%20134.426%2092.8279L135.404%2094.5722C135.303%2094.6287%20135.09%2094.6796%20134.866%2094.5544L135.842%2092.8085ZM134.415%2092.8339L128.364%2096.3247L129.363%2098.0571L135.415%2094.5663L134.415%2092.8339ZM128.36%2096.3272C128.04%2096.5134%20127.804%2096.7925%20127.649%2097.0632L129.386%2098.0555C129.39%2098.0486%20129.394%2098.0424%20129.397%2098.0374C129.401%2098.0323%20129.404%2098.0293%20129.405%2098.0282C129.406%2098.027%20129.404%2098.029%20129.399%2098.0333C129.394%2098.0375%20129.384%2098.0453%20129.367%2098.0547L128.36%2096.3272ZM129.02%2096.6946L128.283%2096.2667L127.278%2097.9961L128.015%2098.4241L129.02%2096.6946ZM128.649%2097.6275C128.653%2097.6206%20128.657%2097.6144%20128.66%2097.6094C128.664%2097.6043%20128.667%2097.6013%20128.668%2097.6002C128.669%2097.599%20128.667%2097.601%20128.662%2097.6053C128.657%2097.6095%20128.647%2097.6173%20128.63%2097.6267L127.623%2095.8992C127.303%2096.0855%20127.067%2096.3645%20126.912%2096.6353L128.649%2097.6275ZM128.626%2097.6292L134.678%2094.1383L133.678%2092.4059L127.627%2095.8967L128.626%2097.6292ZM134.665%2094.1453C134.612%2094.1749%20134.531%2094.2038%20134.428%2094.205C134.324%2094.2063%20134.217%2094.1791%20134.121%2094.1228L135.135%2092.399C134.672%2092.1266%20134.128%2092.1545%20133.691%2092.3989L134.665%2094.1453ZM134.129%2094.1272L134.858%2094.5478L135.857%2092.8151L135.128%2092.3946L134.129%2094.1272ZM135.358%2092.6814H135.354V94.6814H135.358V92.6814Z'%20fill='%23161922'%20mask='url(%23path-25-inside-1_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.2'%20d='M151.264%2087.8087C151.179%2087.7715%20151.063%2087.7864%20150.94%2087.8571L136.705%2096.0707C136.433%2096.2271%20136.139%2096.1117%20136.05%2095.8102L135.983%2095.6316L150.207%2087.4291C150.285%2087.3845%20150.36%2087.3622%20150.427%2087.3622C150.475%2087.3622%20150.516%2087.3733%20150.553%2087.3956L151.264%2087.8125V87.8087Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.3'%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.5'%20d='M128.547%20118.553C128.547%20118.553%20128.532%20118.553%20128.525%20118.546L127.762%20118.103C127.68%20118.047%20127.628%20117.943%20127.628%20117.79V97.6115C127.628%2097.4514%20127.684%2097.284%20127.773%2097.1277L128.51%2097.5556C128.421%2097.712%20128.365%2097.8831%20128.365%2098.0395V118.281C128.365%20118.408%20128.443%20118.508%20128.543%20118.549L128.547%20118.553Z'%20fill='%23040506'/%3e%3cpath%20d='M153.806%2089.5207C153.806%2089.3681%20153.754%2089.2639%20153.672%2089.2081C153.672%2089.2081%20153.661%2089.1969%20153.638%2089.1895L152.928%2088.7726C152.838%2088.7243%20152.715%2088.7317%20152.581%2088.8099L138.357%2097.0123L137.944%2095.3413C137.907%2095.2148%20137.833%2095.1254%20137.74%2095.0696L136.999%2094.6379C136.869%2094.5635%20136.705%2094.5598%20136.549%2094.6528L130.497%2098.1437C130.226%2098.3%20130.006%2098.6833%20130.006%2098.9959V119.175C130.006%20119.323%20130.054%20119.431%20130.14%20119.487L130.903%20119.93C130.992%20119.975%20131.108%20119.964%20131.238%20119.889L153.33%20107.135C153.601%20106.979%20153.821%20106.595%20153.821%20106.283L153.813%2089.5207H153.806Z'%20fill='%23040506'/%3e%3cg%20opacity='0.1'%3e%3cmask%20id='path-32-inside-2_8152_16965'%20fill='white'%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'/%3e%3c/mask%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'%20fill='%23161922'/%3e%3cpath%20d='M137.725%2095.0622L137.237%2095.9351L137.464%2096.0622H137.725V95.0622ZM137.285%2095.0808L136.796%2094.2086L136.786%2094.2146L137.285%2095.0808ZM131.234%2098.5717L130.734%2097.7055L130.73%2097.7079L131.234%2098.5717ZM130.888%2098.9401L130.386%2099.8048L131.257%20100.311L131.756%2099.4363L130.888%2098.9401ZM130.151%2098.5121L129.283%2098.016L128.79%2098.8781L129.649%2099.3769L130.151%2098.5121ZM130.497%2098.1437L129.998%2097.2775L129.993%2097.2799L130.497%2098.1437ZM136.549%2094.6528L136.061%2093.7796L136.055%2093.7831L136.049%2093.7866L136.549%2094.6528ZM136.999%2094.6416L136.492%2095.5036L136.499%2095.508L136.999%2094.6416ZM137.728%2095.0622V96.0622H141.465L138.228%2094.1959L137.728%2095.0622ZM138.212%2094.1892C137.735%2093.9226%20137.202%2093.981%20136.796%2094.2086L137.775%2095.9529C137.674%2096.0094%20137.461%2096.0604%20137.237%2095.9351L138.212%2094.1892ZM136.786%2094.2146L130.734%2097.7055L131.734%2099.4379L137.785%2095.947L136.786%2094.2146ZM130.73%2097.7079C130.411%2097.8942%20130.174%2098.1732%20130.02%2098.444L131.756%2099.4363C131.76%2099.4293%20131.764%2099.4232%20131.768%2099.4181C131.772%2099.413%20131.774%2099.41%20131.775%2099.4089C131.776%2099.4078%20131.775%2099.4097%20131.77%2099.414C131.764%2099.4182%20131.754%2099.426%20131.738%2099.4355L130.73%2097.7079ZM131.39%2098.0754L130.653%2097.6474L129.649%2099.3769L130.386%2099.8048L131.39%2098.0754ZM131.019%2099.0083C131.023%2099.0013%20131.027%2098.9952%20131.031%2098.9901C131.035%2098.985%20131.037%2098.982%20131.038%2098.9809C131.04%2098.9798%20131.038%2098.9818%20131.033%2098.986C131.028%2098.9902%20131.017%2098.998%20131.001%2099.0075L129.993%2097.2799C129.674%2097.4662%20129.438%2097.7452%20129.283%2098.016L131.019%2099.0083ZM130.997%2099.0099L137.048%2095.519L136.049%2093.7866L129.998%2097.2775L130.997%2099.0099ZM137.036%2095.526C136.983%2095.5557%20136.902%2095.5845%20136.798%2095.5857C136.695%2095.587%20136.588%2095.5598%20136.492%2095.5036L137.506%2093.7797C137.043%2093.5074%20136.499%2093.5352%20136.061%2093.7796L137.036%2095.526ZM136.499%2095.508L137.229%2095.9285L138.228%2094.1959L137.498%2093.7753L136.499%2095.508ZM137.728%2094.0622H137.725V96.0622H137.728V94.0622Z'%20fill='%23161922'%20mask='url(%23path-32-inside-2_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M153.634%2089.1895C153.549%2089.1522%20153.434%2089.1671%20153.311%2089.2378L139.076%2097.4515C138.804%2097.6078%20138.51%2097.4924%20138.421%2097.1909L138.354%2097.0123L152.578%2088.8099C152.656%2088.7652%20152.73%2088.7429%20152.797%2088.7429C152.846%2088.7429%20152.886%2088.754%20152.924%2088.7764L153.634%2089.1932V89.1895Z'%20fill='%23272C3A'/%3e%3cpath%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.2'%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.4'%20d='M130.918%20119.938C130.918%20119.938%20130.903%20119.937%20130.895%20119.93L130.133%20119.487C130.051%20119.431%20129.999%20119.327%20129.999%20119.175V98.9959C129.999%2098.8359%20130.054%2098.6684%20130.144%2098.5121L130.881%2098.9401C130.791%2099.0964%20130.735%2099.2676%20130.735%2099.4239V119.666C130.735%20119.792%20130.814%20119.893%20130.914%20119.934L130.918%20119.938Z'%20fill='%23040506'/%3e%3cpath%20d='M156.176%2090.9051C156.176%2090.7525%20156.124%2090.6483%20156.043%2090.5925C156.043%2090.5925%20156.031%2090.5813%20156.009%2090.5739L155.298%2090.1571C155.209%2090.105%20155.086%2090.1161%20154.952%2090.1906L140.728%2098.393L140.315%2096.722C140.278%2096.5955%20140.203%2096.5061%20140.11%2096.4503L139.37%2096.0186C139.239%2095.9442%20139.076%2095.9405%20138.919%2096.0335L132.868%2099.5244C132.596%2099.6807%20132.377%20100.064%20132.377%20100.377V120.555C132.377%20120.704%20132.425%20120.812%20132.511%20120.868L133.274%20121.311C133.363%20121.355%20133.478%20121.344%20133.609%20121.27L155.7%20108.516C155.972%20108.36%20156.191%20107.976%20156.191%20107.664L156.184%2090.9014L156.176%2090.9051Z'%20fill='%23040506'/%3e%3cmask%20id='path-39-inside-3_8152_16965'%20fill='white'%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'/%3e%3c/mask%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'%20fill='%23040506'/%3e%3cpath%20d='M140.095%2096.4429L139.608%2097.3158L139.835%2097.4429H140.095V96.4429ZM139.656%2096.4615L139.167%2095.5893L139.157%2095.5953L139.656%2096.4615ZM133.605%2099.9524L133.105%2099.0862L133.101%2099.0886L133.605%2099.9524ZM133.259%20100.321L132.757%20101.186L133.627%20101.691L134.127%20100.817L133.259%20100.321ZM132.522%2099.8928L131.654%2099.3967L131.161%20100.259L132.02%20100.758L132.522%2099.8928ZM132.868%2099.5244L132.368%2098.6582L132.364%2098.6606L132.868%2099.5244ZM138.919%2096.0335L138.432%2095.1603L138.426%2095.1638L138.42%2095.1673L138.919%2096.0335ZM139.37%2096.0223L138.863%2096.8843L138.87%2096.8887L139.37%2096.0223ZM140.099%2096.4429V97.4429H143.836L140.599%2095.5766L140.099%2096.4429ZM140.583%2095.5699C140.106%2095.3033%20139.573%2095.3617%20139.167%2095.5894L140.146%2097.3336C140.045%2097.3901%20139.832%2097.4411%20139.608%2097.3158L140.583%2095.5699ZM139.157%2095.5953L133.105%2099.0862L134.105%20100.819L140.156%2097.3277L139.157%2095.5953ZM133.101%2099.0886C132.782%2099.2749%20132.545%2099.5539%20132.391%2099.8247L134.127%20100.817C134.131%20100.81%20134.135%20100.804%20134.139%20100.799C134.143%20100.794%20134.145%20100.791%20134.146%20100.79C134.147%20100.788%20134.146%20100.79%20134.14%20100.795C134.135%20100.799%20134.125%20100.807%20134.109%20100.816L133.101%2099.0886ZM133.761%2099.4561L133.024%2099.0281L132.02%20100.758L132.757%20101.186L133.761%2099.4561ZM133.39%20100.389C133.394%20100.382%20133.398%20100.376%20133.402%20100.371C133.406%20100.366%20133.408%20100.363%20133.409%20100.362C133.41%20100.36%20133.409%20100.362%20133.404%20100.367C133.398%20100.371%20133.388%20100.379%20133.372%20100.388L132.364%2098.6606C132.045%2098.8469%20131.808%2099.1259%20131.654%2099.3967L133.39%20100.389ZM133.368%20100.391L139.419%2096.8997L138.42%2095.1673L132.368%2098.6582L133.368%20100.391ZM139.407%2096.9067C139.354%2096.9364%20139.272%2096.9652%20139.169%2096.9665C139.066%2096.9677%20138.958%2096.9406%20138.863%2096.8843L139.877%2095.1604C139.414%2094.8881%20138.87%2094.9159%20138.432%2095.1603L139.407%2096.9067ZM138.87%2096.8887L139.6%2097.3092L140.599%2095.5766L139.869%2095.156L138.87%2096.8887ZM140.099%2095.4429H140.095V97.4429H140.099V95.4429Z'%20fill='%23161922'%20mask='url(%23path-39-inside-3_8152_16965)'/%3e%3cpath%20d='M156.005%2090.5739C155.92%2090.5367%20155.804%2090.5516%20155.682%2090.6223L141.446%2098.8359C141.175%2098.9922%20140.881%2098.8768%20140.791%2098.5754L140.724%2098.3967L154.948%2090.1943C155.027%2090.1496%20155.101%2090.1273%20155.168%2090.1273C155.216%2090.1273%20155.257%2090.1385%20155.295%2090.1608L156.005%2090.5776V90.5739Z'%20fill='%23040506'/%3e%3cpath%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.1'%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.3'%20d='M133.289%20121.318C133.289%20121.318%20133.274%20121.318%20133.266%20121.311L132.503%20120.868C132.421%20120.812%20132.369%20120.708%20132.369%20120.555V100.377C132.369%20100.22%20132.425%20100.049%20132.515%2099.8928L133.251%20100.321C133.162%20100.477%20133.106%20100.648%20133.106%20100.805V121.047C133.106%20121.173%20133.184%20121.274%20133.285%20121.314L133.289%20121.318Z'%20fill='%23040506'/%3e%3cpath%20d='M158.547%2092.2858C158.547%2092.1332%20158.495%2092.029%20158.413%2091.9732C158.413%2091.9732%20158.402%2091.962%20158.38%2091.9546L157.669%2091.5378C157.579%2091.4857%20157.457%2091.4968%20157.323%2091.5713L143.099%2099.7737L142.686%2098.1027C142.648%2097.9762%20142.574%2097.8869%20142.481%2097.831L141.74%2097.3993C141.61%2097.3249%20141.446%2097.3212%20141.29%2097.4142L135.239%20100.905C134.967%20101.061%20134.747%20101.445%20134.747%20101.757V121.936C134.747%20122.085%20134.796%20122.193%20134.881%20122.249L135.644%20122.691C135.734%20122.736%20135.849%20122.725%20135.979%20122.651L158.071%20109.897C158.342%20109.74%20158.562%20109.357%20158.562%20109.044L158.555%2092.2821L158.547%2092.2858Z'%20fill='%23040506'/%3e%3cg%20opacity='0.5'%3e%3cmask%20id='path-46-inside-4_8152_16965'%20fill='white'%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'/%3e%3c/mask%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'%20fill='%23272C3A'/%3e%3cpath%20d='M142.466%2097.8236L141.978%2098.6965L142.205%2098.8236H142.466V97.8236ZM142.027%2097.8422L141.537%2096.97L141.527%2096.976L142.027%2097.8422ZM135.975%20101.333L135.476%20100.467L135.471%20100.469L135.975%20101.333ZM135.629%20101.701L135.127%20102.566L135.998%20103.072L136.497%20102.198L135.629%20101.701ZM134.892%20101.274L134.024%20100.777L133.531%20101.64L134.39%20102.138L134.892%20101.274ZM135.238%20100.905L134.739%20100.039L134.735%20100.041L135.238%20100.905ZM141.29%2097.4142L140.802%2096.541L140.796%2096.5444L140.79%2096.548L141.29%2097.4142ZM141.74%2097.403L141.233%2098.265L141.241%2098.2694L141.74%2097.403ZM142.47%2097.8236V98.8236H146.206L142.969%2096.9572L142.47%2097.8236ZM142.954%2096.9506C142.476%2096.684%20141.943%2096.7424%20141.537%2096.97L142.516%2098.7143C142.415%2098.7708%20142.202%2098.8218%20141.978%2098.6965L142.954%2096.9506ZM141.527%2096.976L135.476%20100.467L136.475%20102.199L142.526%2098.7084L141.527%2096.976ZM135.471%20100.469C135.152%20100.656%20134.916%20100.935%20134.761%20101.205L136.497%20102.198C136.501%20102.191%20136.505%20102.185%20136.509%20102.179C136.513%20102.174%20136.516%20102.171%20136.517%20102.17C136.518%20102.169%20136.516%20102.171%20136.511%20102.175C136.506%20102.18%20136.495%20102.187%20136.479%20102.197L135.471%20100.469ZM136.131%20100.837L135.395%20100.409L134.39%20102.138L135.127%20102.566L136.131%20100.837ZM135.761%20101.77C135.765%20101.763%20135.769%20101.757%20135.772%20101.751C135.776%20101.746%20135.779%20101.743%20135.78%20101.742C135.781%20101.741%20135.779%20101.743%20135.774%20101.747C135.769%20101.752%20135.758%20101.759%20135.742%20101.769L134.735%20100.041C134.415%20100.228%20134.179%20100.507%20134.024%20100.777L135.761%20101.77ZM135.738%20101.771L141.789%2098.2804L140.79%2096.548L134.739%20100.039L135.738%20101.771ZM141.777%2098.2874C141.724%2098.3171%20141.643%2098.3459%20141.54%2098.3471C141.436%2098.3484%20141.329%2098.3212%20141.233%2098.265L142.247%2096.5411C141.784%2096.2688%20141.24%2096.2966%20140.802%2096.541L141.777%2098.2874ZM141.241%2098.2694L141.97%2098.6899L142.969%2096.9572L142.24%2096.5367L141.241%2098.2694ZM142.47%2096.8236H142.466V98.8236H142.47V96.8236Z'%20fill='%23161922'%20mask='url(%23path-46-inside-4_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.5'%20d='M158.376%2091.9546C158.29%2091.9174%20158.175%2091.9323%20158.052%2092.003L143.817%20100.217C143.545%20100.373%20143.251%20100.258%20143.162%2099.9561L143.095%2099.7774L157.319%2091.575C157.397%2091.5303%20157.472%2091.508%20157.539%2091.508C157.587%2091.508%20157.628%2091.5192%20157.665%2091.5415L158.376%2091.9583V91.9546Z'%20fill='%23272C3A'/%3e%3cpath%20d='M158.547%2092.2858L158.555%20109.044C158.555%20109.361%20158.335%20109.74%20158.063%20109.897L135.916%20122.684C135.722%20122.796%20135.48%20122.658%20135.48%20122.435V102.193C135.48%20102.036%20135.536%20101.862%20135.626%20101.709C135.715%20101.553%20135.841%20101.419%20135.972%20101.341L142.023%2097.8459C142.179%2097.7603%20142.336%2097.7566%20142.466%2097.8273L142.477%2097.8347C142.57%2097.8906%20142.645%2097.9799%20142.682%2098.1064L143.095%2099.7774L143.162%2099.9561C143.251%20100.258%20143.545%20100.373%20143.817%20100.217L158.056%2092.003C158.179%2091.9323%20158.294%2091.9211%20158.376%2091.9546L158.395%2091.9657C158.395%2091.9657%20158.402%2091.9658%20158.406%2091.9695H158.409C158.491%2092.0253%20158.543%2092.1332%20158.543%2092.2858H158.547Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M135.659%20122.699C135.659%20122.699%20135.644%20122.699%20135.637%20122.691L134.874%20122.249C134.792%20122.193%20134.74%20122.089%20134.74%20121.936V101.757C134.74%20101.601%20134.796%20101.43%20134.885%20101.274L135.622%20101.702C135.533%20101.858%20135.477%20102.029%20135.477%20102.185V122.427C135.477%20122.554%20135.555%20122.654%20135.656%20122.695L135.659%20122.699Z'%20fill='%23040506'/%3e%3cpath%20d='M137.282%20108.46L123.318%20100.403V115.814L137.282%20123.871V108.46Z'%20fill='%23161922'/%3e%3cpath%20d='M124.293%2099.837L123.318%20100.403L137.282%20108.46L138.257%20107.898L124.293%2099.837Z'%20fill='%23040506'/%3e%3cpath%20d='M136.999%20107.6L162.168%2093.0711L162.165%20110.559L136.999%20125.092V107.6Z'%20fill='%23272C3A'/%3e%3cpath%20d='M146.865%20104.869L151.145%20102.397C151.699%20102.077%20152.15%20102.223%20152.15%20102.725C152.15%20103.227%20151.699%20103.894%20151.145%20104.214L146.865%20106.685C146.31%20107.005%20145.86%20106.86%20145.86%20106.357C145.86%20105.855%20146.31%20105.189%20146.865%20104.869Z'%20fill='%23040506'/%3e%3cpath%20d='M136.999%20107.6L136.162%20107.116V124.604L136.999%20125.092V107.6Z'%20fill='%23040506'/%3e%3cpath%20d='M136.162%20107.116L161.327%2092.5872L162.168%2093.0711L136.999%20107.6L136.162%20107.116Z'%20fill='%23161922'/%3e%3cpath%20d='M83.616%20173.097V157.064L104.438%20145.044V161.073L83.616%20173.097Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20157.064L57.5833%20142.036V158.066L83.616%20173.097V157.064Z'%20fill='%23161922'/%3e%3cpath%20d='M83.6161%20157.064L105.056%20144.679L78.4096%20129.29L56.9656%20141.675L83.6161%20157.064Z'%20fill='%23040506'/%3e%3cpath%20d='M83.616%20157.064V161.073L105.056%20148.694V144.679L83.616%20157.064Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L104.438%20149.048V149.93L83.616%20161.955V161.073Z'%20fill='%23040506'/%3e%3cpath%20d='M56.9656%20141.675L83.6161%20157.064V161.073L56.9656%20145.687V141.675Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L57.5833%20146.045V146.923L83.616%20161.955V161.073Z'%20fill='%23040506'/%3e%3cpath%20d='M90.4713%20159.502L97.5833%20155.393C97.8885%20155.215%2098.1378%20155.36%2098.1378%20155.713V159.919C98.1378%20160.272%2097.8885%20160.704%2097.5833%20160.879L90.4713%20164.988C90.1661%20165.166%2089.9167%20165.021%2089.9167%20164.668V160.462C89.9167%20160.109%2090.1661%20159.677%2090.4713%20159.502Z'%20fill='%23040506'/%3e%3cpath%20d='M90.9253%20159.978L97.1293%20156.398C97.334%20156.279%2097.4977%20156.376%2097.4977%20156.61V159.763C97.4977%20159.997%2097.3302%20160.287%2097.1293%20160.403L90.9253%20163.983C90.7206%20164.102%2090.5569%20164.005%2090.5569%20163.771V160.619C90.5569%20160.384%2090.7244%20160.098%2090.9253%20159.978Z'%20fill='%232F3546'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20160.812C91.0705%20160.812%2091.0407%20160.797%2091.0221%20160.767C90.996%20160.723%2091.0109%20160.671%2091.0556%20160.645L96.9134%20157.265C96.9544%20157.239%2097.0102%20157.254%2097.0362%20157.299C97.0623%20157.344%2097.0474%20157.396%2097.0027%20157.422L91.1449%20160.801C91.1449%20160.801%2091.1151%20160.812%2091.1003%20160.812Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20161.586C91.0705%20161.586%2091.0407%20161.571%2091.0221%20161.542C90.996%20161.497%2091.0109%20161.445%2091.0556%20161.419L96.9134%20158.039C96.9544%20158.013%2097.0102%20158.028%2097.0362%20158.073C97.0623%20158.118%2097.0474%20158.17%2097.0027%20158.196L91.1449%20161.575C91.1449%20161.575%2091.1151%20161.586%2091.1003%20161.586Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20162.36C91.0705%20162.36%2091.0407%20162.345%2091.0221%20162.316C90.996%20162.271%2091.0109%20162.219%2091.0556%20162.193L96.9134%20158.814C96.9544%20158.788%2097.0102%20158.802%2097.0362%20158.847C97.0623%20158.892%2097.0474%20158.944%2097.0027%20158.97L91.1449%20162.349C91.1449%20162.349%2091.1151%20162.36%2091.1003%20162.36Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20163.134C91.0705%20163.134%2091.0407%20163.119%2091.0221%20163.09C90.996%20163.045%2091.0109%20162.993%2091.0556%20162.967L96.9134%20159.588C96.9544%20159.562%2097.0102%20159.576%2097.0362%20159.621C97.0623%20159.666%2097.0474%20159.718%2097.0027%20159.744L91.1449%20163.123C91.1449%20163.123%2091.1151%20163.134%2091.1003%20163.134Z'%20fill='%23040506'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M103.318%20143.674L83.6161%20155.051L58.7073%20140.663L58.0969%20141.024L83.6161%20155.706L103.929%20144.028L103.318%20143.674Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20155.051V139.018L104.438%20126.997V143.026L83.616%20155.051Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20139.018L57.5833%20123.99V140.019L83.616%20155.051V139.018Z'%20fill='%23161922'/%3e%3cpath%20d='M83.6161%20139.018L105.056%20126.633L78.4096%20111.244L56.9656%20123.629L83.6161%20139.018Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20139.018V143.026L105.056%20130.648V126.633L83.616%20139.018Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L104.438%20131.002V131.884L83.616%20143.908V143.026Z'%20fill='%23040506'/%3e%3cpath%20d='M56.9656%20123.629L83.6161%20139.018V143.026L56.9656%20127.641V123.629Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L57.5833%20127.999V128.877L83.616%20143.908V143.026Z'%20fill='%23040506'/%3e%3cpath%20d='M90.4713%20141.456L97.5833%20137.347C97.8885%20137.169%2098.1378%20137.314%2098.1378%20137.667V141.873C98.1378%20142.226%2097.8885%20142.658%2097.5833%20142.833L90.4713%20146.942C90.1661%20147.12%2089.9167%20146.975%2089.9167%20146.622V142.416C89.9167%20142.063%2090.1661%20141.631%2090.4713%20141.456Z'%20fill='%23040506'/%3e%3cpath%20d='M90.9253%20141.932L97.1293%20138.352C97.334%20138.233%2097.4977%20138.33%2097.4977%20138.564V141.716C97.4977%20141.951%2097.3302%20142.241%2097.1293%20142.357L90.9253%20145.937C90.7206%20146.056%2090.5569%20145.959%2090.5569%20145.725V142.572C90.5569%20142.338%2090.7244%20142.051%2090.9253%20141.932Z'%20fill='%232F3546'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20142.766C91.0705%20142.766%2091.0407%20142.751%2091.0221%20142.721C90.996%20142.677%2091.0109%20142.624%2091.0556%20142.598L96.9134%20139.219C96.9544%20139.193%2097.0102%20139.208%2097.0362%20139.253C97.0623%20139.297%2097.0474%20139.349%2097.0027%20139.376L91.1449%20142.755C91.1449%20142.755%2091.1151%20142.766%2091.1003%20142.766Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20143.54C91.0705%20143.54%2091.0407%20143.525%2091.0221%20143.495C90.996%20143.451%2091.0109%20143.399%2091.0556%20143.373L96.9134%20139.993C96.9544%20139.967%2097.0102%20139.982%2097.0362%20140.027C97.0623%20140.071%2097.0474%20140.124%2097.0027%20140.15L91.1449%20143.529C91.1449%20143.529%2091.1151%20143.54%2091.1003%20143.54Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20144.314C91.0705%20144.314%2091.0407%20144.299%2091.0221%20144.269C90.996%20144.225%2091.0109%20144.173%2091.0556%20144.147L96.9134%20140.767C96.9544%20140.741%2097.0102%20140.756%2097.0362%20140.801C97.0623%20140.846%2097.0474%20140.898%2097.0027%20140.924L91.1449%20144.303C91.1449%20144.303%2091.1151%20144.314%2091.1003%20144.314Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20145.088C91.0705%20145.088%2091.0407%20145.073%2091.0221%20145.044C90.996%20144.999%2091.0109%20144.947%2091.0556%20144.921L96.9134%20141.542C96.9544%20141.515%2097.0102%20141.53%2097.0362%20141.575C97.0623%20141.62%2097.0474%20141.672%2097.0027%20141.698L91.1449%20145.077C91.1449%20145.077%2091.1151%20145.088%2091.1003%20145.088Z'%20fill='%23040506'/%3e%3c/g%3e%3c/svg%3e", Ry = "data:image/svg+xml,%3csvg%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M77.0793%2026.8668C77.6555%2028.5378%2079.1152%2029.959%2080.3252%2030.0551C81.5352%2030.1511%2082.0538%2028.8643%2081.4584%2027.1933C80.863%2025.5224%2079.4225%2024.1011%2078.2125%2024.005C77.0025%2023.909%2076.4839%2025.1958%2077.0793%2026.8668Z'%20fill='%231A2EB2'/%3e%3cpath%20d='M71.4823%2071.7511C73.0572%2076.2646%2077.0138%2080.1251%2080.2981%2080.3556C83.5824%2080.5861%2084.9652%2077.1289%2083.3903%2072.6154C81.8154%2068.1019%2077.8588%2064.2414%2074.5745%2064.0109C71.2902%2063.7804%2069.9074%2067.2376%2071.4823%2071.7511Z'%20fill='%23FAB404'/%3e%3cpath%20d='M43.3249%2090.7521C46.3403%2092.4999%2048.7795%2096.7253%2048.7795%20100.202C48.7795%20103.678%2046.3211%20105.08%2043.2865%20103.332C40.2711%20101.585%2037.8319%2097.3592%2037.8319%2093.8828C37.8319%2090.4064%2040.2903%2089.0043%2043.3249%2090.7521Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M93.4077%20153.253L128.272%20133.127C128.692%20132.885%20129.373%20132.885%20129.798%20133.127L155.224%20147.805C155.644%20148.047%20155.644%20148.441%20155.224%20148.683L120.36%20168.81C119.939%20169.052%20119.258%20169.052%20118.834%20168.81L93.4077%20154.132C92.9871%20153.89%2092.9871%20153.495%2093.4077%20153.253Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M83.6125%20176C83.1919%20176%2082.7825%20175.9%2082.4625%20175.713L54.0814%20159.323C53.6422%20159.07%2053.3892%20158.672%2053.3892%20158.229C53.3892%20157.786%2053.6422%20157.392%2054.0814%20157.135L77.0326%20143.879C77.3527%20143.693%2077.7583%20143.592%2078.1826%20143.592C78.6069%20143.592%2079.0125%20143.693%2079.3326%20143.879L107.714%20160.269C108.153%20160.522%20108.406%20160.92%20108.406%20161.363C108.406%20161.806%20108.153%20162.2%20107.714%20162.457L84.7624%20175.713C84.4424%20175.9%2084.0367%20176%2083.6125%20176Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M60.181%20148.319C60.181%20148.319%2060.5941%20142.881%2058.7333%20138.244C56.8762%20133.607%2053.7277%20130.336%2050.3857%20129.416C47.0436%20128.501%2043.7053%20131.099%2046.9283%20133.938C50.1512%20136.778%2056.1839%20140.198%2057.6242%20148.787L60.1847%20148.319H60.181Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M59.4515%20146.748C59.4515%20146.748%2059.4775%20146.748%2059.4887%20146.748C59.5892%20146.729%2059.6524%20146.633%2059.6338%20146.532C57.7358%20137.027%2051.6212%20132.04%2048.6513%20130.73C48.5583%20130.689%2048.4503%20130.73%2048.4094%20130.823C48.3685%20130.916%2048.4094%20131.024%2048.5024%20131.065C51.409%20132.345%2057.4046%20137.243%2059.2728%20146.599C59.2914%20146.685%2059.3659%20146.748%2059.4515%20146.748Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M44.6283%20144.336C44.7735%20144.954%2045.3392%20145.371%2045.8751%20145.717C46.4073%20146.06%2046.9916%20146.432%2047.2037%20147.031C47.6279%20148.24%2046.2956%20149.577%2046.772%20150.767C46.9729%20151.266%2047.4568%20151.601%2047.9592%20151.795C48.376%20151.958%2048.8151%20152.04%2049.2469%20152.163C49.459%20152.2%2049.6711%20152.223%2049.8795%20152.234C50.4973%20152.26%2051.156%20152.357%2051.6473%20152.77C52.4214%20153.421%2052.4772%20154.567%2052.8419%20155.512C53.2811%20156.644%2054.271%20157.518%2055.4099%20157.902C56.37%20158.218%2057.8847%20158.281%2058.2197%20157.894C58.4765%20157.6%2058.0894%20156.495%2058.1527%20156.108C58.309%20155.122%2058.3723%20154.117%2058.3388%20153.119C58.3239%20152.632%2058.309%20152.237%2058.4058%20151.757C58.5063%20151.255%2058.603%20150.753%2058.6923%20150.25C58.8375%20149.439%2059.1054%20148.572%2058.9082%20147.742C58.6886%20146.83%2057.747%20146.633%2057.5498%20145.74C57.4679%20145.382%2057.4605%20145.018%2057.386%20144.66C57.159%20143.607%2056.2919%20142.718%2055.2461%20142.464C53.616%20142.066%2051.8818%20143.119%2050.2591%20142.68C49.8386%20142.565%2049.4478%20142.357%2049.0422%20142.2C47.7545%20141.694%2046.1393%20141.78%2045.1754%20142.766C44.7735%20143.179%2044.5018%20143.771%2044.632%20144.333L44.6283%20144.336Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M57.8774%20155.308C57.8774%20155.308%2057.8849%20155.308%2057.8886%20155.308C57.9667%20155.304%2058.0263%20155.233%2058.0226%20155.155C57.3787%20146.179%2048.6143%20143.224%2046.4781%20142.974C46.3999%20142.967%2046.3292%20143.023%2046.318%20143.101C46.3106%20143.179%2046.3664%20143.25%2046.4446%20143.261C48.5324%20143.507%2057.1033%20146.395%2057.736%20155.178C57.7397%20155.252%2057.803%20155.312%2057.8774%20155.312V155.308Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M48.7071%20149.067C48.7369%20149.067%2048.7629%20149.059%2048.789%20149.041C48.815%20149.022%2051.543%20147.198%2055.2423%20148.486C55.3167%20148.512%2055.3986%20148.471%2055.4246%20148.397C55.4507%20148.322%2055.4098%20148.24%2055.3353%20148.214C51.4909%20146.878%2048.655%20148.784%2048.6252%20148.802C48.5583%20148.847%2048.5434%20148.936%2048.588%20149C48.6141%20149.041%2048.6587%20149.063%2048.7034%20149.063L48.7071%20149.067Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M119.593%20165.896L97.572%20153.179V84.1653L119.593%2096.8783V165.896Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M119.593%2096.8783L151.052%2078.7168V147.731L119.593%20165.896V96.8783Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.052%2078.7168L119.593%2096.8783L97.572%2084.1652L129.031%2066L151.052%2078.7168Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M122.741%20141.608L147.907%20127.079V144.571L148.484%20144.902L123.318%20159.435L122.741%20159.1V141.608Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M123.318%20141.943L148.488%20127.414L148.484%20144.902L123.318%20159.435V141.943Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M133.184%20139.212L137.464%20136.741C138.019%20136.421%20138.469%20136.566%20138.469%20137.068C138.469%20137.57%20138.019%20138.237%20137.464%20138.557L133.184%20141.028C132.63%20141.348%20132.179%20141.203%20132.179%20140.7C132.179%20140.198%20132.63%20139.532%20133.184%20139.212Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M122.741%20120.488L147.907%20105.959V123.451L148.484%20123.786L123.318%20138.315L122.741%20137.98V120.488Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M123.318%20120.823L148.488%20106.294L148.484%20123.786L123.318%20138.315V120.823Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M133.184%20118.092L137.464%20115.62C138.019%20115.3%20138.469%20115.445%20138.469%20115.948C138.469%20116.45%20138.019%20117.116%20137.464%20117.437L133.184%20119.908C132.63%20120.228%20132.179%20120.083%20132.179%20119.58C132.179%20119.078%20132.63%20118.412%20133.184%20118.092Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M122.741%2099.368L147.907%2084.8388V102.327L122.741%20116.856V99.368Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3cpath%20d='M147.501%2086.4392L146.526%2087.0011L160.49%2095.0622L161.465%2094.4965L147.501%2086.4392Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.435%2088.14C151.435%2087.9874%20151.383%2087.8832%20151.301%2087.8274C151.301%2087.8274%20151.29%2087.8162%20151.268%2087.8087L150.557%2087.3919C150.468%2087.3398%20150.345%2087.351%20150.211%2087.4254L135.987%2095.6279L135.574%2093.9569C135.537%2093.8303%20135.462%2093.741%20135.369%2093.6852L134.628%2093.2535C134.498%2093.179%20134.334%2093.1753%20134.178%2093.2684L128.127%2096.7592C127.855%2096.9156%20127.635%2097.2989%20127.635%2097.6115V117.79C127.635%20117.939%20127.684%20118.047%20127.769%20118.103L128.532%20118.546C128.622%20118.59%20128.737%20118.579%20128.867%20118.505L150.959%20105.751C151.231%20105.594%20151.45%20105.211%20151.45%20104.898L151.443%2088.1362L151.435%2088.14Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.2'%3e%3cmask%20id='path-25-inside-1_8152_16965'%20fill='white'%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'/%3e%3c/mask%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M135.354%2093.6814L134.866%2094.5544L135.094%2094.6814H135.354V93.6814ZM134.915%2093.7001L134.426%2092.8278L134.415%2092.8339L134.915%2093.7001ZM128.864%2097.1909L128.364%2096.3247L128.36%2096.3272L128.864%2097.1909ZM128.517%2097.5594L128.015%2098.4241L128.886%2098.9299L129.386%2098.0555L128.517%2097.5594ZM127.781%2097.1314L126.912%2096.6353L126.42%2097.4974L127.278%2097.9961L127.781%2097.1314ZM128.127%2096.7629L127.627%2095.8967L127.623%2095.8992L128.127%2096.7629ZM134.178%2093.2721L133.691%2092.3989L133.684%2092.4023L133.678%2092.4059L134.178%2093.2721ZM134.628%2093.2609L134.121%2094.1229L134.129%2094.1272L134.628%2093.2609ZM135.358%2093.6814V94.6814H139.094L135.857%2092.8151L135.358%2093.6814ZM135.842%2092.8085C135.365%2092.5418%20134.831%2092.6002%20134.426%2092.8279L135.404%2094.5722C135.303%2094.6287%20135.09%2094.6796%20134.866%2094.5544L135.842%2092.8085ZM134.415%2092.8339L128.364%2096.3247L129.363%2098.0571L135.415%2094.5663L134.415%2092.8339ZM128.36%2096.3272C128.04%2096.5134%20127.804%2096.7925%20127.649%2097.0632L129.386%2098.0555C129.39%2098.0486%20129.394%2098.0424%20129.397%2098.0374C129.401%2098.0323%20129.404%2098.0293%20129.405%2098.0282C129.406%2098.027%20129.404%2098.029%20129.399%2098.0333C129.394%2098.0375%20129.384%2098.0453%20129.367%2098.0547L128.36%2096.3272ZM129.02%2096.6946L128.283%2096.2667L127.278%2097.9961L128.015%2098.4241L129.02%2096.6946ZM128.649%2097.6275C128.653%2097.6206%20128.657%2097.6144%20128.66%2097.6094C128.664%2097.6043%20128.667%2097.6013%20128.668%2097.6002C128.669%2097.599%20128.667%2097.601%20128.662%2097.6053C128.657%2097.6095%20128.647%2097.6173%20128.63%2097.6267L127.623%2095.8992C127.303%2096.0855%20127.067%2096.3645%20126.912%2096.6353L128.649%2097.6275ZM128.626%2097.6292L134.678%2094.1383L133.678%2092.4059L127.627%2095.8967L128.626%2097.6292ZM134.665%2094.1453C134.612%2094.1749%20134.531%2094.2038%20134.428%2094.205C134.324%2094.2063%20134.217%2094.1791%20134.121%2094.1228L135.135%2092.399C134.672%2092.1266%20134.128%2092.1545%20133.691%2092.3989L134.665%2094.1453ZM134.129%2094.1272L134.858%2094.5478L135.857%2092.8151L135.128%2092.3946L134.129%2094.1272ZM135.358%2092.6814H135.354V94.6814H135.358V92.6814Z'%20fill='%23D4D8E2'%20mask='url(%23path-25-inside-1_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.2'%20d='M151.264%2087.8087C151.179%2087.7715%20151.063%2087.7864%20150.94%2087.8571L136.705%2096.0707C136.433%2096.2271%20136.139%2096.1117%20136.05%2095.8102L135.983%2095.6316L150.207%2087.4291C150.285%2087.3845%20150.36%2087.3622%20150.427%2087.3622C150.475%2087.3622%20150.516%2087.3733%20150.553%2087.3956L151.264%2087.8125V87.8087Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.3'%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.5'%20d='M128.547%20118.553C128.547%20118.553%20128.532%20118.553%20128.525%20118.546L127.762%20118.103C127.68%20118.047%20127.628%20117.943%20127.628%20117.79V97.6115C127.628%2097.4514%20127.684%2097.284%20127.773%2097.1277L128.51%2097.5556C128.421%2097.712%20128.365%2097.8831%20128.365%2098.0395V118.281C128.365%20118.408%20128.443%20118.508%20128.543%20118.549L128.547%20118.553Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M153.806%2089.5207C153.806%2089.3681%20153.754%2089.2639%20153.672%2089.2081C153.672%2089.2081%20153.661%2089.1969%20153.638%2089.1895L152.928%2088.7726C152.838%2088.7243%20152.715%2088.7317%20152.581%2088.8099L138.357%2097.0123L137.944%2095.3413C137.907%2095.2148%20137.833%2095.1254%20137.74%2095.0696L136.999%2094.6379C136.869%2094.5635%20136.705%2094.5598%20136.549%2094.6528L130.497%2098.1437C130.226%2098.3%20130.006%2098.6833%20130.006%2098.9959V119.175C130.006%20119.323%20130.054%20119.431%20130.14%20119.487L130.903%20119.93C130.992%20119.975%20131.108%20119.964%20131.238%20119.889L153.33%20107.135C153.601%20106.979%20153.821%20106.595%20153.821%20106.283L153.813%2089.5207H153.806Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.1'%3e%3cmask%20id='path-32-inside-2_8152_16965'%20fill='white'%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'/%3e%3c/mask%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M137.725%2095.0622L137.237%2095.9351L137.464%2096.0622H137.725V95.0622ZM137.285%2095.0808L136.796%2094.2086L136.786%2094.2146L137.285%2095.0808ZM131.234%2098.5717L130.734%2097.7055L130.73%2097.7079L131.234%2098.5717ZM130.888%2098.9401L130.386%2099.8048L131.257%20100.311L131.756%2099.4363L130.888%2098.9401ZM130.151%2098.5121L129.283%2098.016L128.79%2098.8781L129.649%2099.3769L130.151%2098.5121ZM130.497%2098.1437L129.998%2097.2775L129.993%2097.2799L130.497%2098.1437ZM136.549%2094.6528L136.061%2093.7796L136.055%2093.7831L136.049%2093.7866L136.549%2094.6528ZM136.999%2094.6416L136.492%2095.5036L136.499%2095.508L136.999%2094.6416ZM137.728%2095.0622V96.0622H141.465L138.228%2094.1959L137.728%2095.0622ZM138.212%2094.1892C137.735%2093.9226%20137.202%2093.981%20136.796%2094.2086L137.775%2095.9529C137.674%2096.0094%20137.461%2096.0604%20137.237%2095.9351L138.212%2094.1892ZM136.786%2094.2146L130.734%2097.7055L131.734%2099.4379L137.785%2095.947L136.786%2094.2146ZM130.73%2097.7079C130.411%2097.8942%20130.174%2098.1732%20130.02%2098.444L131.756%2099.4363C131.76%2099.4293%20131.764%2099.4232%20131.768%2099.4181C131.772%2099.413%20131.774%2099.41%20131.775%2099.4089C131.776%2099.4078%20131.775%2099.4097%20131.77%2099.414C131.764%2099.4182%20131.754%2099.426%20131.738%2099.4355L130.73%2097.7079ZM131.39%2098.0754L130.653%2097.6474L129.649%2099.3769L130.386%2099.8048L131.39%2098.0754ZM131.019%2099.0083C131.023%2099.0013%20131.027%2098.9952%20131.031%2098.9901C131.035%2098.985%20131.037%2098.982%20131.038%2098.9809C131.04%2098.9798%20131.038%2098.9818%20131.033%2098.986C131.028%2098.9902%20131.017%2098.998%20131.001%2099.0075L129.993%2097.2799C129.674%2097.4662%20129.438%2097.7452%20129.283%2098.016L131.019%2099.0083ZM130.997%2099.0099L137.048%2095.519L136.049%2093.7866L129.998%2097.2775L130.997%2099.0099ZM137.036%2095.526C136.983%2095.5557%20136.902%2095.5845%20136.798%2095.5857C136.695%2095.587%20136.588%2095.5598%20136.492%2095.5036L137.506%2093.7797C137.043%2093.5074%20136.499%2093.5352%20136.061%2093.7796L137.036%2095.526ZM136.499%2095.508L137.229%2095.9285L138.228%2094.1959L137.498%2093.7753L136.499%2095.508ZM137.728%2094.0622H137.725V96.0622H137.728V94.0622Z'%20fill='%23D4D8E2'%20mask='url(%23path-32-inside-2_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M153.634%2089.1895C153.549%2089.1522%20153.434%2089.1671%20153.311%2089.2378L139.076%2097.4515C138.804%2097.6078%20138.51%2097.4924%20138.421%2097.1909L138.354%2097.0123L152.578%2088.8099C152.656%2088.7652%20152.73%2088.7429%20152.797%2088.7429C152.846%2088.7429%20152.886%2088.754%20152.924%2088.7764L153.634%2089.1932V89.1895Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.2'%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.4'%20d='M130.918%20119.938C130.918%20119.938%20130.903%20119.937%20130.895%20119.93L130.133%20119.487C130.051%20119.431%20129.999%20119.327%20129.999%20119.175V98.9959C129.999%2098.8359%20130.054%2098.6684%20130.144%2098.5121L130.881%2098.9401C130.791%2099.0964%20130.735%2099.2676%20130.735%2099.4239V119.666C130.735%20119.792%20130.814%20119.893%20130.914%20119.934L130.918%20119.938Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M156.176%2090.9051C156.176%2090.7525%20156.124%2090.6483%20156.043%2090.5925C156.043%2090.5925%20156.031%2090.5813%20156.009%2090.5739L155.298%2090.1571C155.209%2090.105%20155.086%2090.1161%20154.952%2090.1906L140.728%2098.393L140.315%2096.722C140.278%2096.5955%20140.203%2096.5061%20140.11%2096.4503L139.37%2096.0186C139.239%2095.9442%20139.076%2095.9405%20138.919%2096.0335L132.868%2099.5244C132.596%2099.6807%20132.377%20100.064%20132.377%20100.377V120.555C132.377%20120.704%20132.425%20120.812%20132.511%20120.868L133.274%20121.311C133.363%20121.355%20133.478%20121.344%20133.609%20121.27L155.7%20108.516C155.972%20108.36%20156.191%20107.976%20156.191%20107.664L156.184%2090.9014L156.176%2090.9051Z'%20fill='%23B9BED0'/%3e%3cmask%20id='path-39-inside-3_8152_16965'%20fill='white'%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'/%3e%3c/mask%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M140.095%2096.4429L139.608%2097.3158L139.835%2097.4429H140.095V96.4429ZM139.656%2096.4615L139.167%2095.5893L139.157%2095.5953L139.656%2096.4615ZM133.605%2099.9524L133.105%2099.0862L133.101%2099.0886L133.605%2099.9524ZM133.259%20100.321L132.757%20101.186L133.627%20101.691L134.127%20100.817L133.259%20100.321ZM132.522%2099.8928L131.654%2099.3967L131.161%20100.259L132.02%20100.758L132.522%2099.8928ZM132.868%2099.5244L132.368%2098.6582L132.364%2098.6606L132.868%2099.5244ZM138.919%2096.0335L138.432%2095.1603L138.426%2095.1638L138.42%2095.1673L138.919%2096.0335ZM139.37%2096.0223L138.863%2096.8843L138.87%2096.8887L139.37%2096.0223ZM140.099%2096.4429V97.4429H143.836L140.599%2095.5766L140.099%2096.4429ZM140.583%2095.5699C140.106%2095.3033%20139.573%2095.3617%20139.167%2095.5894L140.146%2097.3336C140.045%2097.3901%20139.832%2097.4411%20139.608%2097.3158L140.583%2095.5699ZM139.157%2095.5953L133.105%2099.0862L134.105%20100.819L140.156%2097.3277L139.157%2095.5953ZM133.101%2099.0886C132.782%2099.2749%20132.545%2099.5539%20132.391%2099.8247L134.127%20100.817C134.131%20100.81%20134.135%20100.804%20134.139%20100.799C134.143%20100.794%20134.145%20100.791%20134.146%20100.79C134.147%20100.788%20134.146%20100.79%20134.14%20100.795C134.135%20100.799%20134.125%20100.807%20134.109%20100.816L133.101%2099.0886ZM133.761%2099.4561L133.024%2099.0281L132.02%20100.758L132.757%20101.186L133.761%2099.4561ZM133.39%20100.389C133.394%20100.382%20133.398%20100.376%20133.402%20100.371C133.406%20100.366%20133.408%20100.363%20133.409%20100.362C133.41%20100.36%20133.409%20100.362%20133.404%20100.367C133.398%20100.371%20133.388%20100.379%20133.372%20100.388L132.364%2098.6606C132.045%2098.8469%20131.808%2099.1259%20131.654%2099.3967L133.39%20100.389ZM133.368%20100.391L139.419%2096.8997L138.42%2095.1673L132.368%2098.6582L133.368%20100.391ZM139.407%2096.9067C139.354%2096.9364%20139.272%2096.9652%20139.169%2096.9665C139.066%2096.9677%20138.958%2096.9406%20138.863%2096.8843L139.877%2095.1604C139.414%2094.8881%20138.87%2094.9159%20138.432%2095.1603L139.407%2096.9067ZM138.87%2096.8887L139.6%2097.3092L140.599%2095.5766L139.869%2095.156L138.87%2096.8887ZM140.099%2095.4429H140.095V97.4429H140.099V95.4429Z'%20fill='%23D4D8E2'%20mask='url(%23path-39-inside-3_8152_16965)'/%3e%3cpath%20d='M156.005%2090.5739C155.92%2090.5367%20155.804%2090.5516%20155.682%2090.6223L141.446%2098.8359C141.175%2098.9922%20140.881%2098.8768%20140.791%2098.5754L140.724%2098.3967L154.948%2090.1943C155.027%2090.1496%20155.101%2090.1273%20155.168%2090.1273C155.216%2090.1273%20155.257%2090.1385%20155.295%2090.1608L156.005%2090.5776V90.5739Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.1'%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.3'%20d='M133.289%20121.318C133.289%20121.318%20133.274%20121.318%20133.266%20121.311L132.503%20120.868C132.421%20120.812%20132.369%20120.708%20132.369%20120.555V100.377C132.369%20100.22%20132.425%20100.049%20132.515%2099.8928L133.251%20100.321C133.162%20100.477%20133.106%20100.648%20133.106%20100.805V121.047C133.106%20121.173%20133.184%20121.274%20133.285%20121.314L133.289%20121.318Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M158.547%2092.2858C158.547%2092.1332%20158.495%2092.029%20158.413%2091.9732C158.413%2091.9732%20158.402%2091.962%20158.38%2091.9546L157.669%2091.5378C157.579%2091.4857%20157.457%2091.4968%20157.323%2091.5713L143.099%2099.7737L142.686%2098.1027C142.648%2097.9762%20142.574%2097.8869%20142.481%2097.831L141.74%2097.3993C141.61%2097.3249%20141.446%2097.3212%20141.29%2097.4142L135.239%20100.905C134.967%20101.061%20134.747%20101.445%20134.747%20101.757V121.936C134.747%20122.085%20134.796%20122.193%20134.881%20122.249L135.644%20122.691C135.734%20122.736%20135.849%20122.725%20135.979%20122.651L158.071%20109.897C158.342%20109.74%20158.562%20109.357%20158.562%20109.044L158.555%2092.2821L158.547%2092.2858Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.5'%3e%3cmask%20id='path-46-inside-4_8152_16965'%20fill='white'%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'/%3e%3c/mask%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M142.466%2097.8236L141.978%2098.6965L142.205%2098.8236H142.466V97.8236ZM142.027%2097.8422L141.537%2096.97L141.527%2096.976L142.027%2097.8422ZM135.975%20101.333L135.476%20100.467L135.471%20100.469L135.975%20101.333ZM135.629%20101.701L135.127%20102.566L135.998%20103.072L136.497%20102.198L135.629%20101.701ZM134.892%20101.274L134.024%20100.777L133.531%20101.64L134.39%20102.138L134.892%20101.274ZM135.238%20100.905L134.739%20100.039L134.735%20100.041L135.238%20100.905ZM141.29%2097.4142L140.802%2096.541L140.796%2096.5444L140.79%2096.548L141.29%2097.4142ZM141.74%2097.403L141.233%2098.265L141.241%2098.2694L141.74%2097.403ZM142.47%2097.8236V98.8236H146.206L142.969%2096.9572L142.47%2097.8236ZM142.954%2096.9506C142.476%2096.684%20141.943%2096.7424%20141.537%2096.97L142.516%2098.7143C142.415%2098.7708%20142.202%2098.8218%20141.978%2098.6965L142.954%2096.9506ZM141.527%2096.976L135.476%20100.467L136.475%20102.199L142.526%2098.7084L141.527%2096.976ZM135.471%20100.469C135.152%20100.656%20134.916%20100.935%20134.761%20101.205L136.497%20102.198C136.501%20102.191%20136.505%20102.185%20136.509%20102.179C136.513%20102.174%20136.516%20102.171%20136.517%20102.17C136.518%20102.169%20136.516%20102.171%20136.511%20102.175C136.506%20102.18%20136.495%20102.187%20136.479%20102.197L135.471%20100.469ZM136.131%20100.837L135.395%20100.409L134.39%20102.138L135.127%20102.566L136.131%20100.837ZM135.761%20101.77C135.765%20101.763%20135.769%20101.757%20135.772%20101.751C135.776%20101.746%20135.779%20101.743%20135.78%20101.742C135.781%20101.741%20135.779%20101.743%20135.774%20101.747C135.769%20101.752%20135.758%20101.759%20135.742%20101.769L134.735%20100.041C134.415%20100.228%20134.179%20100.507%20134.024%20100.777L135.761%20101.77ZM135.738%20101.771L141.789%2098.2804L140.79%2096.548L134.739%20100.039L135.738%20101.771ZM141.777%2098.2874C141.724%2098.3171%20141.643%2098.3459%20141.54%2098.3471C141.436%2098.3484%20141.329%2098.3212%20141.233%2098.265L142.247%2096.5411C141.784%2096.2688%20141.24%2096.2966%20140.802%2096.541L141.777%2098.2874ZM141.241%2098.2694L141.97%2098.6899L142.969%2096.9572L142.24%2096.5367L141.241%2098.2694ZM142.47%2096.8236H142.466V98.8236H142.47V96.8236Z'%20fill='%23D4D8E2'%20mask='url(%23path-46-inside-4_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.5'%20d='M158.376%2091.9546C158.29%2091.9174%20158.175%2091.9323%20158.052%2092.003L143.817%20100.217C143.545%20100.373%20143.251%20100.258%20143.162%2099.9561L143.095%2099.7774L157.319%2091.575C157.397%2091.5303%20157.472%2091.508%20157.539%2091.508C157.587%2091.508%20157.628%2091.5192%20157.665%2091.5415L158.376%2091.9583V91.9546Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M158.547%2092.2858L158.555%20109.044C158.555%20109.361%20158.335%20109.74%20158.063%20109.897L135.916%20122.684C135.722%20122.796%20135.48%20122.658%20135.48%20122.435V102.193C135.48%20102.036%20135.536%20101.862%20135.626%20101.709C135.715%20101.553%20135.841%20101.419%20135.972%20101.341L142.023%2097.8459C142.179%2097.7603%20142.336%2097.7566%20142.466%2097.8273L142.477%2097.8347C142.57%2097.8906%20142.645%2097.9799%20142.682%2098.1064L143.095%2099.7774L143.162%2099.9561C143.251%20100.258%20143.545%20100.373%20143.817%20100.217L158.056%2092.003C158.179%2091.9323%20158.294%2091.9211%20158.376%2091.9546L158.395%2091.9657C158.395%2091.9657%20158.402%2091.9658%20158.406%2091.9695H158.409C158.491%2092.0253%20158.543%2092.1332%20158.543%2092.2858H158.547Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M135.659%20122.699C135.659%20122.699%20135.644%20122.699%20135.637%20122.691L134.874%20122.249C134.792%20122.193%20134.74%20122.089%20134.74%20121.936V101.757C134.74%20101.601%20134.796%20101.43%20134.885%20101.274L135.622%20101.702C135.533%20101.858%20135.477%20102.029%20135.477%20102.185V122.427C135.477%20122.554%20135.555%20122.654%20135.656%20122.695L135.659%20122.699Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M137.282%20108.46L123.318%20100.403V115.814L137.282%20123.871V108.46Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M124.293%2099.837L123.318%20100.403L137.282%20108.46L138.257%20107.898L124.293%2099.837Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.999%20107.6L162.168%2093.0711L162.165%20110.559L136.999%20125.092V107.6Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M146.865%20104.869L151.145%20102.397C151.699%20102.077%20152.15%20102.223%20152.15%20102.725C152.15%20103.227%20151.699%20103.894%20151.145%20104.214L146.865%20106.685C146.31%20107.005%20145.86%20106.86%20145.86%20106.357C145.86%20105.855%20146.31%20105.189%20146.865%20104.869Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.999%20107.6L136.162%20107.116V124.604L136.999%20125.092V107.6Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.162%20107.116L161.327%2092.5872L162.168%2093.0711L136.999%20107.6L136.162%20107.116Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.616%20173.097V157.064L104.438%20145.044V161.073L83.616%20173.097Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20157.064L57.5833%20142.036V158.066L83.616%20173.097V157.064Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.6161%20157.064L105.056%20144.679L78.4096%20129.29L56.9656%20141.675L83.6161%20157.064Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M83.616%20157.064V161.073L105.056%20148.694V144.679L83.616%20157.064Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L104.438%20149.048V149.93L83.616%20161.955V161.073Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M56.9656%20141.675L83.6161%20157.064V161.073L56.9656%20145.687V141.675Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L57.5833%20146.045V146.923L83.616%20161.955V161.073Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.4713%20159.502L97.5833%20155.393C97.8885%20155.215%2098.1378%20155.36%2098.1378%20155.713V159.919C98.1378%20160.272%2097.8885%20160.704%2097.5833%20160.879L90.4713%20164.988C90.1661%20165.166%2089.9167%20165.021%2089.9167%20164.668V160.462C89.9167%20160.109%2090.1661%20159.677%2090.4713%20159.502Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.9253%20159.978L97.1293%20156.398C97.334%20156.279%2097.4977%20156.376%2097.4977%20156.61V159.763C97.4977%20159.997%2097.3302%20160.287%2097.1293%20160.403L90.9253%20163.983C90.7206%20164.102%2090.5569%20164.005%2090.5569%20163.771V160.619C90.5569%20160.384%2090.7244%20160.098%2090.9253%20159.978Z'%20fill='%23F9F9FB'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20160.812C91.0705%20160.812%2091.0407%20160.797%2091.0221%20160.767C90.996%20160.723%2091.0109%20160.671%2091.0556%20160.645L96.9134%20157.265C96.9544%20157.239%2097.0102%20157.254%2097.0362%20157.299C97.0623%20157.344%2097.0474%20157.396%2097.0027%20157.422L91.1449%20160.801C91.1449%20160.801%2091.1151%20160.812%2091.1003%20160.812Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20161.586C91.0705%20161.586%2091.0407%20161.571%2091.0221%20161.542C90.996%20161.497%2091.0109%20161.445%2091.0556%20161.419L96.9134%20158.039C96.9544%20158.013%2097.0102%20158.028%2097.0362%20158.073C97.0623%20158.118%2097.0474%20158.17%2097.0027%20158.196L91.1449%20161.575C91.1449%20161.575%2091.1151%20161.586%2091.1003%20161.586Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20162.36C91.0705%20162.36%2091.0407%20162.345%2091.0221%20162.316C90.996%20162.271%2091.0109%20162.219%2091.0556%20162.193L96.9134%20158.814C96.9544%20158.788%2097.0102%20158.802%2097.0362%20158.847C97.0623%20158.892%2097.0474%20158.944%2097.0027%20158.97L91.1449%20162.349C91.1449%20162.349%2091.1151%20162.36%2091.1003%20162.36Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20163.134C91.0705%20163.134%2091.0407%20163.119%2091.0221%20163.09C90.996%20163.045%2091.0109%20162.993%2091.0556%20162.967L96.9134%20159.588C96.9544%20159.562%2097.0102%20159.576%2097.0362%20159.621C97.0623%20159.666%2097.0474%20159.718%2097.0027%20159.744L91.1449%20163.123C91.1449%20163.123%2091.1151%20163.134%2091.1003%20163.134Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M103.318%20143.674L83.6161%20155.051L58.7073%20140.663L58.0969%20141.024L83.6161%20155.706L103.929%20144.028L103.318%20143.674Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20155.051V139.018L104.438%20126.997V143.026L83.616%20155.051Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20139.018L57.5833%20123.99V140.019L83.616%20155.051V139.018Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.6161%20139.018L105.056%20126.633L78.4096%20111.244L56.9656%20123.629L83.6161%20139.018Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20139.018V143.026L105.056%20130.648V126.633L83.616%20139.018Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L104.438%20131.002V131.884L83.616%20143.908V143.026Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M56.9656%20123.629L83.6161%20139.018V143.026L56.9656%20127.641V123.629Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L57.5833%20127.999V128.877L83.616%20143.908V143.026Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.4713%20141.456L97.5833%20137.347C97.8885%20137.169%2098.1378%20137.314%2098.1378%20137.667V141.873C98.1378%20142.226%2097.8885%20142.658%2097.5833%20142.833L90.4713%20146.942C90.1661%20147.12%2089.9167%20146.975%2089.9167%20146.622V142.416C89.9167%20142.063%2090.1661%20141.631%2090.4713%20141.456Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.9253%20141.932L97.1293%20138.352C97.334%20138.233%2097.4977%20138.33%2097.4977%20138.564V141.716C97.4977%20141.951%2097.3302%20142.241%2097.1293%20142.357L90.9253%20145.937C90.7206%20146.056%2090.5569%20145.959%2090.5569%20145.725V142.572C90.5569%20142.338%2090.7244%20142.051%2090.9253%20141.932Z'%20fill='%23F9F9FB'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20142.766C91.0705%20142.766%2091.0407%20142.751%2091.0221%20142.721C90.996%20142.677%2091.0109%20142.624%2091.0556%20142.598L96.9134%20139.219C96.9544%20139.193%2097.0102%20139.208%2097.0362%20139.253C97.0623%20139.297%2097.0474%20139.349%2097.0027%20139.376L91.1449%20142.755C91.1449%20142.755%2091.1151%20142.766%2091.1003%20142.766Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20143.54C91.0705%20143.54%2091.0407%20143.525%2091.0221%20143.495C90.996%20143.451%2091.0109%20143.399%2091.0556%20143.373L96.9134%20139.993C96.9544%20139.967%2097.0102%20139.982%2097.0362%20140.027C97.0623%20140.071%2097.0474%20140.124%2097.0027%20140.15L91.1449%20143.529C91.1449%20143.529%2091.1151%20143.54%2091.1003%20143.54Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20144.314C91.0705%20144.314%2091.0407%20144.299%2091.0221%20144.269C90.996%20144.225%2091.0109%20144.173%2091.0556%20144.147L96.9134%20140.767C96.9544%20140.741%2097.0102%20140.756%2097.0362%20140.801C97.0623%20140.846%2097.0474%20140.898%2097.0027%20140.924L91.1449%20144.303C91.1449%20144.303%2091.1151%20144.314%2091.1003%20144.314Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20145.088C91.0705%20145.088%2091.0407%20145.073%2091.0221%20145.044C90.996%20144.999%2091.0109%20144.947%2091.0556%20144.921L96.9134%20141.542C96.9544%20141.515%2097.0102%20141.53%2097.0362%20141.575C97.0623%20141.62%2097.0474%20141.672%2097.0027%20141.698L91.1449%20145.077C91.1449%20145.077%2091.1151%20145.088%2091.1003%20145.088Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3c/svg%3e", Hy = { class: "wt-dummy" }, Zy = { class: "wt-dummy__img" }, Uy = ["height", "src", "width"], Wy = {
|
|
13261
|
+
const Iy = /* @__PURE__ */ A0(Fy, [["render", Ny], ["__scopeId", "data-v-5b17a085"]]), Vy = "data:image/svg+xml,%3csvg%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M77.0793%2026.8668C77.6555%2028.5378%2079.1152%2029.959%2080.3252%2030.0551C81.5352%2030.1511%2082.0538%2028.8643%2081.4584%2027.1933C80.863%2025.5224%2079.4225%2024.1011%2078.2125%2024.005C77.0025%2023.909%2076.4839%2025.1958%2077.0793%2026.8668Z'%20fill='%231A2EB2'/%3e%3cpath%20d='M71.4823%2071.7511C73.0572%2076.2646%2077.0138%2080.1251%2080.2981%2080.3556C83.5824%2080.5861%2084.9652%2077.1289%2083.3903%2072.6154C81.8154%2068.1019%2077.8588%2064.2414%2074.5745%2064.0109C71.2902%2063.7804%2069.9074%2067.2376%2071.4823%2071.7511Z'%20fill='%23C9981D'/%3e%3cpath%20d='M43.3249%2090.7521C46.3403%2092.4999%2048.7795%2096.7253%2048.7795%20100.202C48.7795%20103.678%2046.3211%20105.08%2043.2865%20103.332C40.2711%20101.585%2037.8319%2097.3592%2037.8319%2093.8828C37.8319%2090.4064%2040.2903%2089.0043%2043.3249%2090.7521Z'%20fill='%23161922'/%3e%3cpath%20d='M93.4077%20153.253L128.272%20133.127C128.692%20132.885%20129.373%20132.885%20129.798%20133.127L155.224%20147.805C155.644%20148.047%20155.644%20148.441%20155.224%20148.683L120.36%20168.81C119.939%20169.052%20119.258%20169.052%20118.834%20168.81L93.4077%20154.132C92.9871%20153.89%2092.9871%20153.495%2093.4077%20153.253Z'%20fill='%23040506'/%3e%3cpath%20d='M83.6125%20176C83.1919%20176%2082.7825%20175.9%2082.4625%20175.713L54.0814%20159.323C53.6422%20159.07%2053.3892%20158.672%2053.3892%20158.229C53.3892%20157.786%2053.6422%20157.392%2054.0814%20157.135L77.0326%20143.879C77.3527%20143.693%2077.7583%20143.592%2078.1826%20143.592C78.6069%20143.592%2079.0125%20143.693%2079.3326%20143.879L107.714%20160.269C108.153%20160.522%20108.406%20160.92%20108.406%20161.363C108.406%20161.806%20108.153%20162.2%20107.714%20162.457L84.7624%20175.713C84.4424%20175.9%2084.0367%20176%2083.6125%20176Z'%20fill='%23040506'/%3e%3cpath%20d='M60.181%20148.319C60.181%20148.319%2060.5941%20142.881%2058.7333%20138.244C56.8762%20133.607%2053.7277%20130.336%2050.3857%20129.416C47.0436%20128.501%2043.7053%20131.099%2046.9283%20133.938C50.1512%20136.778%2056.1839%20140.198%2057.6242%20148.787L60.1847%20148.319H60.181Z'%20fill='%23040506'/%3e%3cpath%20d='M59.4515%20146.748C59.4515%20146.748%2059.4775%20146.748%2059.4887%20146.748C59.5892%20146.729%2059.6524%20146.633%2059.6338%20146.532C57.7358%20137.027%2051.6212%20132.04%2048.6513%20130.73C48.5583%20130.689%2048.4503%20130.73%2048.4094%20130.823C48.3685%20130.916%2048.4094%20131.024%2048.5024%20131.065C51.409%20132.345%2057.4046%20137.243%2059.2728%20146.599C59.2914%20146.685%2059.3659%20146.748%2059.4515%20146.748Z'%20fill='%23272C3A'/%3e%3cpath%20d='M44.6283%20144.336C44.7735%20144.954%2045.3392%20145.371%2045.8751%20145.717C46.4073%20146.06%2046.9916%20146.432%2047.2037%20147.031C47.6279%20148.24%2046.2956%20149.577%2046.772%20150.767C46.9729%20151.266%2047.4568%20151.601%2047.9592%20151.795C48.376%20151.958%2048.8151%20152.04%2049.2469%20152.163C49.459%20152.2%2049.6711%20152.223%2049.8795%20152.234C50.4973%20152.26%2051.156%20152.357%2051.6473%20152.77C52.4214%20153.421%2052.4772%20154.567%2052.8419%20155.512C53.2811%20156.644%2054.271%20157.518%2055.4099%20157.902C56.37%20158.218%2057.8847%20158.281%2058.2197%20157.894C58.4765%20157.6%2058.0894%20156.495%2058.1527%20156.108C58.309%20155.122%2058.3723%20154.117%2058.3388%20153.119C58.3239%20152.632%2058.309%20152.237%2058.4058%20151.757C58.5063%20151.255%2058.603%20150.753%2058.6923%20150.25C58.8375%20149.439%2059.1054%20148.572%2058.9082%20147.742C58.6886%20146.83%2057.747%20146.633%2057.5498%20145.74C57.4679%20145.382%2057.4605%20145.018%2057.386%20144.66C57.159%20143.607%2056.2919%20142.718%2055.2461%20142.464C53.616%20142.066%2051.8818%20143.119%2050.2591%20142.68C49.8386%20142.565%2049.4478%20142.357%2049.0422%20142.2C47.7545%20141.694%2046.1393%20141.78%2045.1754%20142.766C44.7735%20143.179%2044.5018%20143.771%2044.632%20144.333L44.6283%20144.336Z'%20fill='%23040506'/%3e%3cpath%20d='M57.8774%20155.308C57.8774%20155.308%2057.8849%20155.308%2057.8886%20155.308C57.9667%20155.304%2058.0263%20155.233%2058.0226%20155.155C57.3787%20146.179%2048.6143%20143.224%2046.4781%20142.974C46.3999%20142.967%2046.3292%20143.023%2046.318%20143.101C46.3106%20143.179%2046.3664%20143.25%2046.4446%20143.261C48.5324%20143.507%2057.1033%20146.395%2057.736%20155.178C57.7397%20155.252%2057.803%20155.312%2057.8774%20155.312V155.308Z'%20fill='%23272C3A'/%3e%3cpath%20d='M48.7071%20149.067C48.7369%20149.067%2048.7629%20149.059%2048.789%20149.041C48.815%20149.022%2051.543%20147.198%2055.2423%20148.486C55.3167%20148.512%2055.3986%20148.471%2055.4246%20148.397C55.4507%20148.322%2055.4098%20148.24%2055.3353%20148.214C51.4909%20146.878%2048.655%20148.784%2048.6252%20148.802C48.5583%20148.847%2048.5434%20148.936%2048.588%20149C48.6141%20149.041%2048.6587%20149.063%2048.7034%20149.063L48.7071%20149.067Z'%20fill='%23272C3A'/%3e%3cpath%20d='M119.593%20165.896L97.572%20153.179V84.1653L119.593%2096.8783V165.896Z'%20fill='%23161922'/%3e%3cpath%20d='M119.593%2096.8783L151.052%2078.7168V147.731L119.593%20165.896V96.8783Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.052%2078.7168L119.593%2096.8783L97.572%2084.1652L129.031%2066L151.052%2078.7168Z'%20fill='%23272C3A'/%3e%3cpath%20d='M122.741%20141.608L147.907%20127.079V144.571L148.484%20144.902L123.318%20159.435L122.741%20159.1V141.608Z'%20fill='%23040506'/%3e%3cpath%20d='M123.318%20141.943L148.488%20127.414L148.484%20144.902L123.318%20159.435V141.943Z'%20fill='%23272C3A'/%3e%3cpath%20d='M133.184%20139.212L137.464%20136.741C138.019%20136.421%20138.469%20136.566%20138.469%20137.068C138.469%20137.57%20138.019%20138.237%20137.464%20138.557L133.184%20141.028C132.63%20141.348%20132.179%20141.203%20132.179%20140.7C132.179%20140.198%20132.63%20139.532%20133.184%20139.212Z'%20fill='%23040506'/%3e%3cpath%20d='M122.741%20120.488L147.907%20105.959V123.451L148.484%20123.786L123.318%20138.315L122.741%20137.98V120.488Z'%20fill='%23040506'/%3e%3cpath%20d='M123.318%20120.823L148.488%20106.294L148.484%20123.786L123.318%20138.315V120.823Z'%20fill='%23272C3A'/%3e%3cpath%20d='M133.184%20118.092L137.464%20115.62C138.019%20115.3%20138.469%20115.445%20138.469%20115.948C138.469%20116.45%20138.019%20117.116%20137.464%20117.437L133.184%20119.908C132.63%20120.228%20132.179%20120.083%20132.179%20119.58C132.179%20119.078%20132.63%20118.412%20133.184%20118.092Z'%20fill='%23040506'/%3e%3cpath%20d='M122.741%2099.368L147.907%2084.8388V102.327L122.741%20116.856V99.368Z'%20fill='%23040506'/%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23040506'/%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23040506'/%3e%3c/g%3e%3cpath%20d='M147.501%2086.4392L146.526%2087.0011L160.49%2095.0622L161.465%2094.4965L147.501%2086.4392Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.435%2088.14C151.435%2087.9874%20151.383%2087.8832%20151.301%2087.8274C151.301%2087.8274%20151.29%2087.8162%20151.268%2087.8087L150.557%2087.3919C150.468%2087.3398%20150.345%2087.351%20150.211%2087.4254L135.987%2095.6279L135.574%2093.9569C135.537%2093.8303%20135.462%2093.741%20135.369%2093.6852L134.628%2093.2535C134.498%2093.179%20134.334%2093.1753%20134.178%2093.2684L128.127%2096.7592C127.855%2096.9156%20127.635%2097.2989%20127.635%2097.6115V117.79C127.635%20117.939%20127.684%20118.047%20127.769%20118.103L128.532%20118.546C128.622%20118.59%20128.737%20118.579%20128.867%20118.505L150.959%20105.751C151.231%20105.594%20151.45%20105.211%20151.45%20104.898L151.443%2088.1362L151.435%2088.14Z'%20fill='%23040506'/%3e%3cg%20opacity='0.2'%3e%3cmask%20id='path-25-inside-1_8152_16965'%20fill='white'%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'/%3e%3c/mask%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'%20fill='%23161922'/%3e%3cpath%20d='M135.354%2093.6814L134.866%2094.5544L135.094%2094.6814H135.354V93.6814ZM134.915%2093.7001L134.426%2092.8278L134.415%2092.8339L134.915%2093.7001ZM128.864%2097.1909L128.364%2096.3247L128.36%2096.3272L128.864%2097.1909ZM128.517%2097.5594L128.015%2098.4241L128.886%2098.9299L129.386%2098.0555L128.517%2097.5594ZM127.781%2097.1314L126.912%2096.6353L126.42%2097.4974L127.278%2097.9961L127.781%2097.1314ZM128.127%2096.7629L127.627%2095.8967L127.623%2095.8992L128.127%2096.7629ZM134.178%2093.2721L133.691%2092.3989L133.684%2092.4023L133.678%2092.4059L134.178%2093.2721ZM134.628%2093.2609L134.121%2094.1229L134.129%2094.1272L134.628%2093.2609ZM135.358%2093.6814V94.6814H139.094L135.857%2092.8151L135.358%2093.6814ZM135.842%2092.8085C135.365%2092.5418%20134.831%2092.6002%20134.426%2092.8279L135.404%2094.5722C135.303%2094.6287%20135.09%2094.6796%20134.866%2094.5544L135.842%2092.8085ZM134.415%2092.8339L128.364%2096.3247L129.363%2098.0571L135.415%2094.5663L134.415%2092.8339ZM128.36%2096.3272C128.04%2096.5134%20127.804%2096.7925%20127.649%2097.0632L129.386%2098.0555C129.39%2098.0486%20129.394%2098.0424%20129.397%2098.0374C129.401%2098.0323%20129.404%2098.0293%20129.405%2098.0282C129.406%2098.027%20129.404%2098.029%20129.399%2098.0333C129.394%2098.0375%20129.384%2098.0453%20129.367%2098.0547L128.36%2096.3272ZM129.02%2096.6946L128.283%2096.2667L127.278%2097.9961L128.015%2098.4241L129.02%2096.6946ZM128.649%2097.6275C128.653%2097.6206%20128.657%2097.6144%20128.66%2097.6094C128.664%2097.6043%20128.667%2097.6013%20128.668%2097.6002C128.669%2097.599%20128.667%2097.601%20128.662%2097.6053C128.657%2097.6095%20128.647%2097.6173%20128.63%2097.6267L127.623%2095.8992C127.303%2096.0855%20127.067%2096.3645%20126.912%2096.6353L128.649%2097.6275ZM128.626%2097.6292L134.678%2094.1383L133.678%2092.4059L127.627%2095.8967L128.626%2097.6292ZM134.665%2094.1453C134.612%2094.1749%20134.531%2094.2038%20134.428%2094.205C134.324%2094.2063%20134.217%2094.1791%20134.121%2094.1228L135.135%2092.399C134.672%2092.1266%20134.128%2092.1545%20133.691%2092.3989L134.665%2094.1453ZM134.129%2094.1272L134.858%2094.5478L135.857%2092.8151L135.128%2092.3946L134.129%2094.1272ZM135.358%2092.6814H135.354V94.6814H135.358V92.6814Z'%20fill='%23161922'%20mask='url(%23path-25-inside-1_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.2'%20d='M151.264%2087.8087C151.179%2087.7715%20151.063%2087.7864%20150.94%2087.8571L136.705%2096.0707C136.433%2096.2271%20136.139%2096.1117%20136.05%2095.8102L135.983%2095.6316L150.207%2087.4291C150.285%2087.3845%20150.36%2087.3622%20150.427%2087.3622C150.475%2087.3622%20150.516%2087.3733%20150.553%2087.3956L151.264%2087.8125V87.8087Z'%20fill='%23272C3A'/%3e%3cpath%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.3'%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.5'%20d='M128.547%20118.553C128.547%20118.553%20128.532%20118.553%20128.525%20118.546L127.762%20118.103C127.68%20118.047%20127.628%20117.943%20127.628%20117.79V97.6115C127.628%2097.4514%20127.684%2097.284%20127.773%2097.1277L128.51%2097.5556C128.421%2097.712%20128.365%2097.8831%20128.365%2098.0395V118.281C128.365%20118.408%20128.443%20118.508%20128.543%20118.549L128.547%20118.553Z'%20fill='%23040506'/%3e%3cpath%20d='M153.806%2089.5207C153.806%2089.3681%20153.754%2089.2639%20153.672%2089.2081C153.672%2089.2081%20153.661%2089.1969%20153.638%2089.1895L152.928%2088.7726C152.838%2088.7243%20152.715%2088.7317%20152.581%2088.8099L138.357%2097.0123L137.944%2095.3413C137.907%2095.2148%20137.833%2095.1254%20137.74%2095.0696L136.999%2094.6379C136.869%2094.5635%20136.705%2094.5598%20136.549%2094.6528L130.497%2098.1437C130.226%2098.3%20130.006%2098.6833%20130.006%2098.9959V119.175C130.006%20119.323%20130.054%20119.431%20130.14%20119.487L130.903%20119.93C130.992%20119.975%20131.108%20119.964%20131.238%20119.889L153.33%20107.135C153.601%20106.979%20153.821%20106.595%20153.821%20106.283L153.813%2089.5207H153.806Z'%20fill='%23040506'/%3e%3cg%20opacity='0.1'%3e%3cmask%20id='path-32-inside-2_8152_16965'%20fill='white'%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'/%3e%3c/mask%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'%20fill='%23161922'/%3e%3cpath%20d='M137.725%2095.0622L137.237%2095.9351L137.464%2096.0622H137.725V95.0622ZM137.285%2095.0808L136.796%2094.2086L136.786%2094.2146L137.285%2095.0808ZM131.234%2098.5717L130.734%2097.7055L130.73%2097.7079L131.234%2098.5717ZM130.888%2098.9401L130.386%2099.8048L131.257%20100.311L131.756%2099.4363L130.888%2098.9401ZM130.151%2098.5121L129.283%2098.016L128.79%2098.8781L129.649%2099.3769L130.151%2098.5121ZM130.497%2098.1437L129.998%2097.2775L129.993%2097.2799L130.497%2098.1437ZM136.549%2094.6528L136.061%2093.7796L136.055%2093.7831L136.049%2093.7866L136.549%2094.6528ZM136.999%2094.6416L136.492%2095.5036L136.499%2095.508L136.999%2094.6416ZM137.728%2095.0622V96.0622H141.465L138.228%2094.1959L137.728%2095.0622ZM138.212%2094.1892C137.735%2093.9226%20137.202%2093.981%20136.796%2094.2086L137.775%2095.9529C137.674%2096.0094%20137.461%2096.0604%20137.237%2095.9351L138.212%2094.1892ZM136.786%2094.2146L130.734%2097.7055L131.734%2099.4379L137.785%2095.947L136.786%2094.2146ZM130.73%2097.7079C130.411%2097.8942%20130.174%2098.1732%20130.02%2098.444L131.756%2099.4363C131.76%2099.4293%20131.764%2099.4232%20131.768%2099.4181C131.772%2099.413%20131.774%2099.41%20131.775%2099.4089C131.776%2099.4078%20131.775%2099.4097%20131.77%2099.414C131.764%2099.4182%20131.754%2099.426%20131.738%2099.4355L130.73%2097.7079ZM131.39%2098.0754L130.653%2097.6474L129.649%2099.3769L130.386%2099.8048L131.39%2098.0754ZM131.019%2099.0083C131.023%2099.0013%20131.027%2098.9952%20131.031%2098.9901C131.035%2098.985%20131.037%2098.982%20131.038%2098.9809C131.04%2098.9798%20131.038%2098.9818%20131.033%2098.986C131.028%2098.9902%20131.017%2098.998%20131.001%2099.0075L129.993%2097.2799C129.674%2097.4662%20129.438%2097.7452%20129.283%2098.016L131.019%2099.0083ZM130.997%2099.0099L137.048%2095.519L136.049%2093.7866L129.998%2097.2775L130.997%2099.0099ZM137.036%2095.526C136.983%2095.5557%20136.902%2095.5845%20136.798%2095.5857C136.695%2095.587%20136.588%2095.5598%20136.492%2095.5036L137.506%2093.7797C137.043%2093.5074%20136.499%2093.5352%20136.061%2093.7796L137.036%2095.526ZM136.499%2095.508L137.229%2095.9285L138.228%2094.1959L137.498%2093.7753L136.499%2095.508ZM137.728%2094.0622H137.725V96.0622H137.728V94.0622Z'%20fill='%23161922'%20mask='url(%23path-32-inside-2_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M153.634%2089.1895C153.549%2089.1522%20153.434%2089.1671%20153.311%2089.2378L139.076%2097.4515C138.804%2097.6078%20138.51%2097.4924%20138.421%2097.1909L138.354%2097.0123L152.578%2088.8099C152.656%2088.7652%20152.73%2088.7429%20152.797%2088.7429C152.846%2088.7429%20152.886%2088.754%20152.924%2088.7764L153.634%2089.1932V89.1895Z'%20fill='%23272C3A'/%3e%3cpath%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.2'%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.4'%20d='M130.918%20119.938C130.918%20119.938%20130.903%20119.937%20130.895%20119.93L130.133%20119.487C130.051%20119.431%20129.999%20119.327%20129.999%20119.175V98.9959C129.999%2098.8359%20130.054%2098.6684%20130.144%2098.5121L130.881%2098.9401C130.791%2099.0964%20130.735%2099.2676%20130.735%2099.4239V119.666C130.735%20119.792%20130.814%20119.893%20130.914%20119.934L130.918%20119.938Z'%20fill='%23040506'/%3e%3cpath%20d='M156.176%2090.9051C156.176%2090.7525%20156.124%2090.6483%20156.043%2090.5925C156.043%2090.5925%20156.031%2090.5813%20156.009%2090.5739L155.298%2090.1571C155.209%2090.105%20155.086%2090.1161%20154.952%2090.1906L140.728%2098.393L140.315%2096.722C140.278%2096.5955%20140.203%2096.5061%20140.11%2096.4503L139.37%2096.0186C139.239%2095.9442%20139.076%2095.9405%20138.919%2096.0335L132.868%2099.5244C132.596%2099.6807%20132.377%20100.064%20132.377%20100.377V120.555C132.377%20120.704%20132.425%20120.812%20132.511%20120.868L133.274%20121.311C133.363%20121.355%20133.478%20121.344%20133.609%20121.27L155.7%20108.516C155.972%20108.36%20156.191%20107.976%20156.191%20107.664L156.184%2090.9014L156.176%2090.9051Z'%20fill='%23040506'/%3e%3cmask%20id='path-39-inside-3_8152_16965'%20fill='white'%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'/%3e%3c/mask%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'%20fill='%23040506'/%3e%3cpath%20d='M140.095%2096.4429L139.608%2097.3158L139.835%2097.4429H140.095V96.4429ZM139.656%2096.4615L139.167%2095.5893L139.157%2095.5953L139.656%2096.4615ZM133.605%2099.9524L133.105%2099.0862L133.101%2099.0886L133.605%2099.9524ZM133.259%20100.321L132.757%20101.186L133.627%20101.691L134.127%20100.817L133.259%20100.321ZM132.522%2099.8928L131.654%2099.3967L131.161%20100.259L132.02%20100.758L132.522%2099.8928ZM132.868%2099.5244L132.368%2098.6582L132.364%2098.6606L132.868%2099.5244ZM138.919%2096.0335L138.432%2095.1603L138.426%2095.1638L138.42%2095.1673L138.919%2096.0335ZM139.37%2096.0223L138.863%2096.8843L138.87%2096.8887L139.37%2096.0223ZM140.099%2096.4429V97.4429H143.836L140.599%2095.5766L140.099%2096.4429ZM140.583%2095.5699C140.106%2095.3033%20139.573%2095.3617%20139.167%2095.5894L140.146%2097.3336C140.045%2097.3901%20139.832%2097.4411%20139.608%2097.3158L140.583%2095.5699ZM139.157%2095.5953L133.105%2099.0862L134.105%20100.819L140.156%2097.3277L139.157%2095.5953ZM133.101%2099.0886C132.782%2099.2749%20132.545%2099.5539%20132.391%2099.8247L134.127%20100.817C134.131%20100.81%20134.135%20100.804%20134.139%20100.799C134.143%20100.794%20134.145%20100.791%20134.146%20100.79C134.147%20100.788%20134.146%20100.79%20134.14%20100.795C134.135%20100.799%20134.125%20100.807%20134.109%20100.816L133.101%2099.0886ZM133.761%2099.4561L133.024%2099.0281L132.02%20100.758L132.757%20101.186L133.761%2099.4561ZM133.39%20100.389C133.394%20100.382%20133.398%20100.376%20133.402%20100.371C133.406%20100.366%20133.408%20100.363%20133.409%20100.362C133.41%20100.36%20133.409%20100.362%20133.404%20100.367C133.398%20100.371%20133.388%20100.379%20133.372%20100.388L132.364%2098.6606C132.045%2098.8469%20131.808%2099.1259%20131.654%2099.3967L133.39%20100.389ZM133.368%20100.391L139.419%2096.8997L138.42%2095.1673L132.368%2098.6582L133.368%20100.391ZM139.407%2096.9067C139.354%2096.9364%20139.272%2096.9652%20139.169%2096.9665C139.066%2096.9677%20138.958%2096.9406%20138.863%2096.8843L139.877%2095.1604C139.414%2094.8881%20138.87%2094.9159%20138.432%2095.1603L139.407%2096.9067ZM138.87%2096.8887L139.6%2097.3092L140.599%2095.5766L139.869%2095.156L138.87%2096.8887ZM140.099%2095.4429H140.095V97.4429H140.099V95.4429Z'%20fill='%23161922'%20mask='url(%23path-39-inside-3_8152_16965)'/%3e%3cpath%20d='M156.005%2090.5739C155.92%2090.5367%20155.804%2090.5516%20155.682%2090.6223L141.446%2098.8359C141.175%2098.9922%20140.881%2098.8768%20140.791%2098.5754L140.724%2098.3967L154.948%2090.1943C155.027%2090.1496%20155.101%2090.1273%20155.168%2090.1273C155.216%2090.1273%20155.257%2090.1385%20155.295%2090.1608L156.005%2090.5776V90.5739Z'%20fill='%23040506'/%3e%3cpath%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23040506'/%3e%3cpath%20opacity='0.1'%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.3'%20d='M133.289%20121.318C133.289%20121.318%20133.274%20121.318%20133.266%20121.311L132.503%20120.868C132.421%20120.812%20132.369%20120.708%20132.369%20120.555V100.377C132.369%20100.22%20132.425%20100.049%20132.515%2099.8928L133.251%20100.321C133.162%20100.477%20133.106%20100.648%20133.106%20100.805V121.047C133.106%20121.173%20133.184%20121.274%20133.285%20121.314L133.289%20121.318Z'%20fill='%23040506'/%3e%3cpath%20d='M158.547%2092.2858C158.547%2092.1332%20158.495%2092.029%20158.413%2091.9732C158.413%2091.9732%20158.402%2091.962%20158.38%2091.9546L157.669%2091.5378C157.579%2091.4857%20157.457%2091.4968%20157.323%2091.5713L143.099%2099.7737L142.686%2098.1027C142.648%2097.9762%20142.574%2097.8869%20142.481%2097.831L141.74%2097.3993C141.61%2097.3249%20141.446%2097.3212%20141.29%2097.4142L135.239%20100.905C134.967%20101.061%20134.747%20101.445%20134.747%20101.757V121.936C134.747%20122.085%20134.796%20122.193%20134.881%20122.249L135.644%20122.691C135.734%20122.736%20135.849%20122.725%20135.979%20122.651L158.071%20109.897C158.342%20109.74%20158.562%20109.357%20158.562%20109.044L158.555%2092.2821L158.547%2092.2858Z'%20fill='%23040506'/%3e%3cg%20opacity='0.5'%3e%3cmask%20id='path-46-inside-4_8152_16965'%20fill='white'%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'/%3e%3c/mask%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'%20fill='%23272C3A'/%3e%3cpath%20d='M142.466%2097.8236L141.978%2098.6965L142.205%2098.8236H142.466V97.8236ZM142.027%2097.8422L141.537%2096.97L141.527%2096.976L142.027%2097.8422ZM135.975%20101.333L135.476%20100.467L135.471%20100.469L135.975%20101.333ZM135.629%20101.701L135.127%20102.566L135.998%20103.072L136.497%20102.198L135.629%20101.701ZM134.892%20101.274L134.024%20100.777L133.531%20101.64L134.39%20102.138L134.892%20101.274ZM135.238%20100.905L134.739%20100.039L134.735%20100.041L135.238%20100.905ZM141.29%2097.4142L140.802%2096.541L140.796%2096.5444L140.79%2096.548L141.29%2097.4142ZM141.74%2097.403L141.233%2098.265L141.241%2098.2694L141.74%2097.403ZM142.47%2097.8236V98.8236H146.206L142.969%2096.9572L142.47%2097.8236ZM142.954%2096.9506C142.476%2096.684%20141.943%2096.7424%20141.537%2096.97L142.516%2098.7143C142.415%2098.7708%20142.202%2098.8218%20141.978%2098.6965L142.954%2096.9506ZM141.527%2096.976L135.476%20100.467L136.475%20102.199L142.526%2098.7084L141.527%2096.976ZM135.471%20100.469C135.152%20100.656%20134.916%20100.935%20134.761%20101.205L136.497%20102.198C136.501%20102.191%20136.505%20102.185%20136.509%20102.179C136.513%20102.174%20136.516%20102.171%20136.517%20102.17C136.518%20102.169%20136.516%20102.171%20136.511%20102.175C136.506%20102.18%20136.495%20102.187%20136.479%20102.197L135.471%20100.469ZM136.131%20100.837L135.395%20100.409L134.39%20102.138L135.127%20102.566L136.131%20100.837ZM135.761%20101.77C135.765%20101.763%20135.769%20101.757%20135.772%20101.751C135.776%20101.746%20135.779%20101.743%20135.78%20101.742C135.781%20101.741%20135.779%20101.743%20135.774%20101.747C135.769%20101.752%20135.758%20101.759%20135.742%20101.769L134.735%20100.041C134.415%20100.228%20134.179%20100.507%20134.024%20100.777L135.761%20101.77ZM135.738%20101.771L141.789%2098.2804L140.79%2096.548L134.739%20100.039L135.738%20101.771ZM141.777%2098.2874C141.724%2098.3171%20141.643%2098.3459%20141.54%2098.3471C141.436%2098.3484%20141.329%2098.3212%20141.233%2098.265L142.247%2096.5411C141.784%2096.2688%20141.24%2096.2966%20140.802%2096.541L141.777%2098.2874ZM141.241%2098.2694L141.97%2098.6899L142.969%2096.9572L142.24%2096.5367L141.241%2098.2694ZM142.47%2096.8236H142.466V98.8236H142.47V96.8236Z'%20fill='%23161922'%20mask='url(%23path-46-inside-4_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.5'%20d='M158.376%2091.9546C158.29%2091.9174%20158.175%2091.9323%20158.052%2092.003L143.817%20100.217C143.545%20100.373%20143.251%20100.258%20143.162%2099.9561L143.095%2099.7774L157.319%2091.575C157.397%2091.5303%20157.472%2091.508%20157.539%2091.508C157.587%2091.508%20157.628%2091.5192%20157.665%2091.5415L158.376%2091.9583V91.9546Z'%20fill='%23272C3A'/%3e%3cpath%20d='M158.547%2092.2858L158.555%20109.044C158.555%20109.361%20158.335%20109.74%20158.063%20109.897L135.916%20122.684C135.722%20122.796%20135.48%20122.658%20135.48%20122.435V102.193C135.48%20102.036%20135.536%20101.862%20135.626%20101.709C135.715%20101.553%20135.841%20101.419%20135.972%20101.341L142.023%2097.8459C142.179%2097.7603%20142.336%2097.7566%20142.466%2097.8273L142.477%2097.8347C142.57%2097.8906%20142.645%2097.9799%20142.682%2098.1064L143.095%2099.7774L143.162%2099.9561C143.251%20100.258%20143.545%20100.373%20143.817%20100.217L158.056%2092.003C158.179%2091.9323%20158.294%2091.9211%20158.376%2091.9546L158.395%2091.9657C158.395%2091.9657%20158.402%2091.9658%20158.406%2091.9695H158.409C158.491%2092.0253%20158.543%2092.1332%20158.543%2092.2858H158.547Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M135.659%20122.699C135.659%20122.699%20135.644%20122.699%20135.637%20122.691L134.874%20122.249C134.792%20122.193%20134.74%20122.089%20134.74%20121.936V101.757C134.74%20101.601%20134.796%20101.43%20134.885%20101.274L135.622%20101.702C135.533%20101.858%20135.477%20102.029%20135.477%20102.185V122.427C135.477%20122.554%20135.555%20122.654%20135.656%20122.695L135.659%20122.699Z'%20fill='%23040506'/%3e%3cpath%20d='M137.282%20108.46L123.318%20100.403V115.814L137.282%20123.871V108.46Z'%20fill='%23161922'/%3e%3cpath%20d='M124.293%2099.837L123.318%20100.403L137.282%20108.46L138.257%20107.898L124.293%2099.837Z'%20fill='%23040506'/%3e%3cpath%20d='M136.999%20107.6L162.168%2093.0711L162.165%20110.559L136.999%20125.092V107.6Z'%20fill='%23272C3A'/%3e%3cpath%20d='M146.865%20104.869L151.145%20102.397C151.699%20102.077%20152.15%20102.223%20152.15%20102.725C152.15%20103.227%20151.699%20103.894%20151.145%20104.214L146.865%20106.685C146.31%20107.005%20145.86%20106.86%20145.86%20106.357C145.86%20105.855%20146.31%20105.189%20146.865%20104.869Z'%20fill='%23040506'/%3e%3cpath%20d='M136.999%20107.6L136.162%20107.116V124.604L136.999%20125.092V107.6Z'%20fill='%23040506'/%3e%3cpath%20d='M136.162%20107.116L161.327%2092.5872L162.168%2093.0711L136.999%20107.6L136.162%20107.116Z'%20fill='%23161922'/%3e%3cpath%20d='M83.616%20173.097V157.064L104.438%20145.044V161.073L83.616%20173.097Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20157.064L57.5833%20142.036V158.066L83.616%20173.097V157.064Z'%20fill='%23161922'/%3e%3cpath%20d='M83.6161%20157.064L105.056%20144.679L78.4096%20129.29L56.9656%20141.675L83.6161%20157.064Z'%20fill='%23040506'/%3e%3cpath%20d='M83.616%20157.064V161.073L105.056%20148.694V144.679L83.616%20157.064Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L104.438%20149.048V149.93L83.616%20161.955V161.073Z'%20fill='%23040506'/%3e%3cpath%20d='M56.9656%20141.675L83.6161%20157.064V161.073L56.9656%20145.687V141.675Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L57.5833%20146.045V146.923L83.616%20161.955V161.073Z'%20fill='%23040506'/%3e%3cpath%20d='M90.4713%20159.502L97.5833%20155.393C97.8885%20155.215%2098.1378%20155.36%2098.1378%20155.713V159.919C98.1378%20160.272%2097.8885%20160.704%2097.5833%20160.879L90.4713%20164.988C90.1661%20165.166%2089.9167%20165.021%2089.9167%20164.668V160.462C89.9167%20160.109%2090.1661%20159.677%2090.4713%20159.502Z'%20fill='%23040506'/%3e%3cpath%20d='M90.9253%20159.978L97.1293%20156.398C97.334%20156.279%2097.4977%20156.376%2097.4977%20156.61V159.763C97.4977%20159.997%2097.3302%20160.287%2097.1293%20160.403L90.9253%20163.983C90.7206%20164.102%2090.5569%20164.005%2090.5569%20163.771V160.619C90.5569%20160.384%2090.7244%20160.098%2090.9253%20159.978Z'%20fill='%232F3546'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20160.812C91.0705%20160.812%2091.0407%20160.797%2091.0221%20160.767C90.996%20160.723%2091.0109%20160.671%2091.0556%20160.645L96.9134%20157.265C96.9544%20157.239%2097.0102%20157.254%2097.0362%20157.299C97.0623%20157.344%2097.0474%20157.396%2097.0027%20157.422L91.1449%20160.801C91.1449%20160.801%2091.1151%20160.812%2091.1003%20160.812Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20161.586C91.0705%20161.586%2091.0407%20161.571%2091.0221%20161.542C90.996%20161.497%2091.0109%20161.445%2091.0556%20161.419L96.9134%20158.039C96.9544%20158.013%2097.0102%20158.028%2097.0362%20158.073C97.0623%20158.118%2097.0474%20158.17%2097.0027%20158.196L91.1449%20161.575C91.1449%20161.575%2091.1151%20161.586%2091.1003%20161.586Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20162.36C91.0705%20162.36%2091.0407%20162.345%2091.0221%20162.316C90.996%20162.271%2091.0109%20162.219%2091.0556%20162.193L96.9134%20158.814C96.9544%20158.788%2097.0102%20158.802%2097.0362%20158.847C97.0623%20158.892%2097.0474%20158.944%2097.0027%20158.97L91.1449%20162.349C91.1449%20162.349%2091.1151%20162.36%2091.1003%20162.36Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20163.134C91.0705%20163.134%2091.0407%20163.119%2091.0221%20163.09C90.996%20163.045%2091.0109%20162.993%2091.0556%20162.967L96.9134%20159.588C96.9544%20159.562%2097.0102%20159.576%2097.0362%20159.621C97.0623%20159.666%2097.0474%20159.718%2097.0027%20159.744L91.1449%20163.123C91.1449%20163.123%2091.1151%20163.134%2091.1003%20163.134Z'%20fill='%23040506'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M103.318%20143.674L83.6161%20155.051L58.7073%20140.663L58.0969%20141.024L83.6161%20155.706L103.929%20144.028L103.318%20143.674Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20155.051V139.018L104.438%20126.997V143.026L83.616%20155.051Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20139.018L57.5833%20123.99V140.019L83.616%20155.051V139.018Z'%20fill='%23161922'/%3e%3cpath%20d='M83.6161%20139.018L105.056%20126.633L78.4096%20111.244L56.9656%20123.629L83.6161%20139.018Z'%20fill='%23272C3A'/%3e%3cpath%20d='M83.616%20139.018V143.026L105.056%20130.648V126.633L83.616%20139.018Z'%20fill='%23272C3A'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L104.438%20131.002V131.884L83.616%20143.908V143.026Z'%20fill='%23040506'/%3e%3cpath%20d='M56.9656%20123.629L83.6161%20139.018V143.026L56.9656%20127.641V123.629Z'%20fill='%23161922'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L57.5833%20127.999V128.877L83.616%20143.908V143.026Z'%20fill='%23040506'/%3e%3cpath%20d='M90.4713%20141.456L97.5833%20137.347C97.8885%20137.169%2098.1378%20137.314%2098.1378%20137.667V141.873C98.1378%20142.226%2097.8885%20142.658%2097.5833%20142.833L90.4713%20146.942C90.1661%20147.12%2089.9167%20146.975%2089.9167%20146.622V142.416C89.9167%20142.063%2090.1661%20141.631%2090.4713%20141.456Z'%20fill='%23040506'/%3e%3cpath%20d='M90.9253%20141.932L97.1293%20138.352C97.334%20138.233%2097.4977%20138.33%2097.4977%20138.564V141.716C97.4977%20141.951%2097.3302%20142.241%2097.1293%20142.357L90.9253%20145.937C90.7206%20146.056%2090.5569%20145.959%2090.5569%20145.725V142.572C90.5569%20142.338%2090.7244%20142.051%2090.9253%20141.932Z'%20fill='%232F3546'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20142.766C91.0705%20142.766%2091.0407%20142.751%2091.0221%20142.721C90.996%20142.677%2091.0109%20142.624%2091.0556%20142.598L96.9134%20139.219C96.9544%20139.193%2097.0102%20139.208%2097.0362%20139.253C97.0623%20139.297%2097.0474%20139.349%2097.0027%20139.376L91.1449%20142.755C91.1449%20142.755%2091.1151%20142.766%2091.1003%20142.766Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20143.54C91.0705%20143.54%2091.0407%20143.525%2091.0221%20143.495C90.996%20143.451%2091.0109%20143.399%2091.0556%20143.373L96.9134%20139.993C96.9544%20139.967%2097.0102%20139.982%2097.0362%20140.027C97.0623%20140.071%2097.0474%20140.124%2097.0027%20140.15L91.1449%20143.529C91.1449%20143.529%2091.1151%20143.54%2091.1003%20143.54Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20144.314C91.0705%20144.314%2091.0407%20144.299%2091.0221%20144.269C90.996%20144.225%2091.0109%20144.173%2091.0556%20144.147L96.9134%20140.767C96.9544%20140.741%2097.0102%20140.756%2097.0362%20140.801C97.0623%20140.846%2097.0474%20140.898%2097.0027%20140.924L91.1449%20144.303C91.1449%20144.303%2091.1151%20144.314%2091.1003%20144.314Z'%20fill='%23040506'/%3e%3cpath%20d='M91.1003%20145.088C91.0705%20145.088%2091.0407%20145.073%2091.0221%20145.044C90.996%20144.999%2091.0109%20144.947%2091.0556%20144.921L96.9134%20141.542C96.9544%20141.515%2097.0102%20141.53%2097.0362%20141.575C97.0623%20141.62%2097.0474%20141.672%2097.0027%20141.698L91.1449%20145.077C91.1449%20145.077%2091.1151%20145.088%2091.1003%20145.088Z'%20fill='%23040506'/%3e%3c/g%3e%3c/svg%3e", Ry = "data:image/svg+xml,%3csvg%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M77.0793%2026.8668C77.6555%2028.5378%2079.1152%2029.959%2080.3252%2030.0551C81.5352%2030.1511%2082.0538%2028.8643%2081.4584%2027.1933C80.863%2025.5224%2079.4225%2024.1011%2078.2125%2024.005C77.0025%2023.909%2076.4839%2025.1958%2077.0793%2026.8668Z'%20fill='%231A2EB2'/%3e%3cpath%20d='M71.4823%2071.7511C73.0572%2076.2646%2077.0138%2080.1251%2080.2981%2080.3556C83.5824%2080.5861%2084.9652%2077.1289%2083.3903%2072.6154C81.8154%2068.1019%2077.8588%2064.2414%2074.5745%2064.0109C71.2902%2063.7804%2069.9074%2067.2376%2071.4823%2071.7511Z'%20fill='%23FAB404'/%3e%3cpath%20d='M43.3249%2090.7521C46.3403%2092.4999%2048.7795%2096.7253%2048.7795%20100.202C48.7795%20103.678%2046.3211%20105.08%2043.2865%20103.332C40.2711%20101.585%2037.8319%2097.3592%2037.8319%2093.8828C37.8319%2090.4064%2040.2903%2089.0043%2043.3249%2090.7521Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M93.4077%20153.253L128.272%20133.127C128.692%20132.885%20129.373%20132.885%20129.798%20133.127L155.224%20147.805C155.644%20148.047%20155.644%20148.441%20155.224%20148.683L120.36%20168.81C119.939%20169.052%20119.258%20169.052%20118.834%20168.81L93.4077%20154.132C92.9871%20153.89%2092.9871%20153.495%2093.4077%20153.253Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M83.6125%20176C83.1919%20176%2082.7825%20175.9%2082.4625%20175.713L54.0814%20159.323C53.6422%20159.07%2053.3892%20158.672%2053.3892%20158.229C53.3892%20157.786%2053.6422%20157.392%2054.0814%20157.135L77.0326%20143.879C77.3527%20143.693%2077.7583%20143.592%2078.1826%20143.592C78.6069%20143.592%2079.0125%20143.693%2079.3326%20143.879L107.714%20160.269C108.153%20160.522%20108.406%20160.92%20108.406%20161.363C108.406%20161.806%20108.153%20162.2%20107.714%20162.457L84.7624%20175.713C84.4424%20175.9%2084.0367%20176%2083.6125%20176Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M60.181%20148.319C60.181%20148.319%2060.5941%20142.881%2058.7333%20138.244C56.8762%20133.607%2053.7277%20130.336%2050.3857%20129.416C47.0436%20128.501%2043.7053%20131.099%2046.9283%20133.938C50.1512%20136.778%2056.1839%20140.198%2057.6242%20148.787L60.1847%20148.319H60.181Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M59.4515%20146.748C59.4515%20146.748%2059.4775%20146.748%2059.4887%20146.748C59.5892%20146.729%2059.6524%20146.633%2059.6338%20146.532C57.7358%20137.027%2051.6212%20132.04%2048.6513%20130.73C48.5583%20130.689%2048.4503%20130.73%2048.4094%20130.823C48.3685%20130.916%2048.4094%20131.024%2048.5024%20131.065C51.409%20132.345%2057.4046%20137.243%2059.2728%20146.599C59.2914%20146.685%2059.3659%20146.748%2059.4515%20146.748Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M44.6283%20144.336C44.7735%20144.954%2045.3392%20145.371%2045.8751%20145.717C46.4073%20146.06%2046.9916%20146.432%2047.2037%20147.031C47.6279%20148.24%2046.2956%20149.577%2046.772%20150.767C46.9729%20151.266%2047.4568%20151.601%2047.9592%20151.795C48.376%20151.958%2048.8151%20152.04%2049.2469%20152.163C49.459%20152.2%2049.6711%20152.223%2049.8795%20152.234C50.4973%20152.26%2051.156%20152.357%2051.6473%20152.77C52.4214%20153.421%2052.4772%20154.567%2052.8419%20155.512C53.2811%20156.644%2054.271%20157.518%2055.4099%20157.902C56.37%20158.218%2057.8847%20158.281%2058.2197%20157.894C58.4765%20157.6%2058.0894%20156.495%2058.1527%20156.108C58.309%20155.122%2058.3723%20154.117%2058.3388%20153.119C58.3239%20152.632%2058.309%20152.237%2058.4058%20151.757C58.5063%20151.255%2058.603%20150.753%2058.6923%20150.25C58.8375%20149.439%2059.1054%20148.572%2058.9082%20147.742C58.6886%20146.83%2057.747%20146.633%2057.5498%20145.74C57.4679%20145.382%2057.4605%20145.018%2057.386%20144.66C57.159%20143.607%2056.2919%20142.718%2055.2461%20142.464C53.616%20142.066%2051.8818%20143.119%2050.2591%20142.68C49.8386%20142.565%2049.4478%20142.357%2049.0422%20142.2C47.7545%20141.694%2046.1393%20141.78%2045.1754%20142.766C44.7735%20143.179%2044.5018%20143.771%2044.632%20144.333L44.6283%20144.336Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M57.8774%20155.308C57.8774%20155.308%2057.8849%20155.308%2057.8886%20155.308C57.9667%20155.304%2058.0263%20155.233%2058.0226%20155.155C57.3787%20146.179%2048.6143%20143.224%2046.4781%20142.974C46.3999%20142.967%2046.3292%20143.023%2046.318%20143.101C46.3106%20143.179%2046.3664%20143.25%2046.4446%20143.261C48.5324%20143.507%2057.1033%20146.395%2057.736%20155.178C57.7397%20155.252%2057.803%20155.312%2057.8774%20155.312V155.308Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M48.7071%20149.067C48.7369%20149.067%2048.7629%20149.059%2048.789%20149.041C48.815%20149.022%2051.543%20147.198%2055.2423%20148.486C55.3167%20148.512%2055.3986%20148.471%2055.4246%20148.397C55.4507%20148.322%2055.4098%20148.24%2055.3353%20148.214C51.4909%20146.878%2048.655%20148.784%2048.6252%20148.802C48.5583%20148.847%2048.5434%20148.936%2048.588%20149C48.6141%20149.041%2048.6587%20149.063%2048.7034%20149.063L48.7071%20149.067Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M119.593%20165.896L97.572%20153.179V84.1653L119.593%2096.8783V165.896Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M119.593%2096.8783L151.052%2078.7168V147.731L119.593%20165.896V96.8783Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.052%2078.7168L119.593%2096.8783L97.572%2084.1652L129.031%2066L151.052%2078.7168Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M122.741%20141.608L147.907%20127.079V144.571L148.484%20144.902L123.318%20159.435L122.741%20159.1V141.608Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M123.318%20141.943L148.488%20127.414L148.484%20144.902L123.318%20159.435V141.943Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M133.184%20139.212L137.464%20136.741C138.019%20136.421%20138.469%20136.566%20138.469%20137.068C138.469%20137.57%20138.019%20138.237%20137.464%20138.557L133.184%20141.028C132.63%20141.348%20132.179%20141.203%20132.179%20140.7C132.179%20140.198%20132.63%20139.532%20133.184%20139.212Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M122.741%20120.488L147.907%20105.959V123.451L148.484%20123.786L123.318%20138.315L122.741%20137.98V120.488Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M123.318%20120.823L148.488%20106.294L148.484%20123.786L123.318%20138.315V120.823Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M133.184%20118.092L137.464%20115.62C138.019%20115.3%20138.469%20115.445%20138.469%20115.948C138.469%20116.45%20138.019%20117.116%20137.464%20117.437L133.184%20119.908C132.63%20120.228%20132.179%20120.083%20132.179%20119.58C132.179%20119.078%20132.63%20118.412%20133.184%20118.092Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M122.741%2099.368L147.907%2084.8388V102.327L122.741%20116.856V99.368Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M160.49%2095.0622L146.526%2087.0049V102.412L160.49%20110.47V95.0622Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3cpath%20d='M147.501%2086.4392L146.526%2087.0011L160.49%2095.0622L161.465%2094.4965L147.501%2086.4392Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.435%2088.14C151.435%2087.9874%20151.383%2087.8832%20151.301%2087.8274C151.301%2087.8274%20151.29%2087.8162%20151.268%2087.8087L150.557%2087.3919C150.468%2087.3398%20150.345%2087.351%20150.211%2087.4254L135.987%2095.6279L135.574%2093.9569C135.537%2093.8303%20135.462%2093.741%20135.369%2093.6852L134.628%2093.2535C134.498%2093.179%20134.334%2093.1753%20134.178%2093.2684L128.127%2096.7592C127.855%2096.9156%20127.635%2097.2989%20127.635%2097.6115V117.79C127.635%20117.939%20127.684%20118.047%20127.769%20118.103L128.532%20118.546C128.622%20118.59%20128.737%20118.579%20128.867%20118.505L150.959%20105.751C151.231%20105.594%20151.45%20105.211%20151.45%20104.898L151.443%2088.1362L151.435%2088.14Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.2'%3e%3cmask%20id='path-25-inside-1_8152_16965'%20fill='white'%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'/%3e%3c/mask%3e%3cpath%20d='M135.354%2093.6814C135.227%2093.6107%20135.067%2093.6145%20134.915%2093.7001L128.864%2097.1909C128.73%2097.2691%20128.607%2097.4031%20128.517%2097.5594L127.781%2097.1314C127.87%2096.9751%20127.993%2096.8411%20128.127%2096.7629L134.178%2093.2721C134.338%2093.1828%20134.502%2093.1865%20134.628%2093.2609L135.358%2093.6814H135.354Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M135.354%2093.6814L134.866%2094.5544L135.094%2094.6814H135.354V93.6814ZM134.915%2093.7001L134.426%2092.8278L134.415%2092.8339L134.915%2093.7001ZM128.864%2097.1909L128.364%2096.3247L128.36%2096.3272L128.864%2097.1909ZM128.517%2097.5594L128.015%2098.4241L128.886%2098.9299L129.386%2098.0555L128.517%2097.5594ZM127.781%2097.1314L126.912%2096.6353L126.42%2097.4974L127.278%2097.9961L127.781%2097.1314ZM128.127%2096.7629L127.627%2095.8967L127.623%2095.8992L128.127%2096.7629ZM134.178%2093.2721L133.691%2092.3989L133.684%2092.4023L133.678%2092.4059L134.178%2093.2721ZM134.628%2093.2609L134.121%2094.1229L134.129%2094.1272L134.628%2093.2609ZM135.358%2093.6814V94.6814H139.094L135.857%2092.8151L135.358%2093.6814ZM135.842%2092.8085C135.365%2092.5418%20134.831%2092.6002%20134.426%2092.8279L135.404%2094.5722C135.303%2094.6287%20135.09%2094.6796%20134.866%2094.5544L135.842%2092.8085ZM134.415%2092.8339L128.364%2096.3247L129.363%2098.0571L135.415%2094.5663L134.415%2092.8339ZM128.36%2096.3272C128.04%2096.5134%20127.804%2096.7925%20127.649%2097.0632L129.386%2098.0555C129.39%2098.0486%20129.394%2098.0424%20129.397%2098.0374C129.401%2098.0323%20129.404%2098.0293%20129.405%2098.0282C129.406%2098.027%20129.404%2098.029%20129.399%2098.0333C129.394%2098.0375%20129.384%2098.0453%20129.367%2098.0547L128.36%2096.3272ZM129.02%2096.6946L128.283%2096.2667L127.278%2097.9961L128.015%2098.4241L129.02%2096.6946ZM128.649%2097.6275C128.653%2097.6206%20128.657%2097.6144%20128.66%2097.6094C128.664%2097.6043%20128.667%2097.6013%20128.668%2097.6002C128.669%2097.599%20128.667%2097.601%20128.662%2097.6053C128.657%2097.6095%20128.647%2097.6173%20128.63%2097.6267L127.623%2095.8992C127.303%2096.0855%20127.067%2096.3645%20126.912%2096.6353L128.649%2097.6275ZM128.626%2097.6292L134.678%2094.1383L133.678%2092.4059L127.627%2095.8967L128.626%2097.6292ZM134.665%2094.1453C134.612%2094.1749%20134.531%2094.2038%20134.428%2094.205C134.324%2094.2063%20134.217%2094.1791%20134.121%2094.1228L135.135%2092.399C134.672%2092.1266%20134.128%2092.1545%20133.691%2092.3989L134.665%2094.1453ZM134.129%2094.1272L134.858%2094.5478L135.857%2092.8151L135.128%2092.3946L134.129%2094.1272ZM135.358%2092.6814H135.354V94.6814H135.358V92.6814Z'%20fill='%23D4D8E2'%20mask='url(%23path-25-inside-1_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.2'%20d='M151.264%2087.8087C151.179%2087.7715%20151.063%2087.7864%20150.94%2087.8571L136.705%2096.0707C136.433%2096.2271%20136.139%2096.1117%20136.05%2095.8102L135.983%2095.6316L150.207%2087.4291C150.285%2087.3845%20150.36%2087.3622%20150.427%2087.3622C150.475%2087.3622%20150.516%2087.3733%20150.553%2087.3956L151.264%2087.8125V87.8087Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.3'%20d='M151.435%2088.14L151.443%20104.898C151.443%20105.211%20151.223%20105.594%20150.951%20105.751L128.804%20118.534C128.611%20118.646%20128.369%20118.508%20128.369%20118.285V98.0432C128.369%2097.8869%20128.424%2097.712%20128.514%2097.5594C128.603%2097.4031%20128.73%2097.2691%20128.86%2097.191L134.911%2093.6963C135.068%2093.6108%20135.224%2093.607%20135.354%2093.6777L135.365%2093.6852C135.458%2093.741%20135.533%2093.8303%20135.57%2093.9569L135.983%2095.6279L136.05%2095.8065C136.139%2096.108%20136.433%2096.2233%20136.705%2096.067L150.944%2087.8534C151.067%2087.7827%20151.178%2087.7715%20151.264%2087.805L151.283%2087.8162C151.283%2087.8162%20151.29%2087.8162%20151.294%2087.8199H151.298C151.379%2087.8757%20151.432%2087.9837%20151.432%2088.1362L151.435%2088.14Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.5'%20d='M128.547%20118.553C128.547%20118.553%20128.532%20118.553%20128.525%20118.546L127.762%20118.103C127.68%20118.047%20127.628%20117.943%20127.628%20117.79V97.6115C127.628%2097.4514%20127.684%2097.284%20127.773%2097.1277L128.51%2097.5556C128.421%2097.712%20128.365%2097.8831%20128.365%2098.0395V118.281C128.365%20118.408%20128.443%20118.508%20128.543%20118.549L128.547%20118.553Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M153.806%2089.5207C153.806%2089.3681%20153.754%2089.2639%20153.672%2089.2081C153.672%2089.2081%20153.661%2089.1969%20153.638%2089.1895L152.928%2088.7726C152.838%2088.7243%20152.715%2088.7317%20152.581%2088.8099L138.357%2097.0123L137.944%2095.3413C137.907%2095.2148%20137.833%2095.1254%20137.74%2095.0696L136.999%2094.6379C136.869%2094.5635%20136.705%2094.5598%20136.549%2094.6528L130.497%2098.1437C130.226%2098.3%20130.006%2098.6833%20130.006%2098.9959V119.175C130.006%20119.323%20130.054%20119.431%20130.14%20119.487L130.903%20119.93C130.992%20119.975%20131.108%20119.964%20131.238%20119.889L153.33%20107.135C153.601%20106.979%20153.821%20106.595%20153.821%20106.283L153.813%2089.5207H153.806Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.1'%3e%3cmask%20id='path-32-inside-2_8152_16965'%20fill='white'%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'/%3e%3c/mask%3e%3cpath%20d='M137.725%2095.0622C137.598%2094.9915%20137.438%2094.9952%20137.285%2095.0808L131.234%2098.5717C131.1%2098.6498%20130.977%2098.7838%20130.888%2098.9401L130.151%2098.5121C130.24%2098.3558%20130.363%2098.2218%20130.497%2098.1437L136.549%2094.6528C136.709%2094.5635%20136.872%2094.5672%20136.999%2094.6416L137.728%2095.0622H137.725Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M137.725%2095.0622L137.237%2095.9351L137.464%2096.0622H137.725V95.0622ZM137.285%2095.0808L136.796%2094.2086L136.786%2094.2146L137.285%2095.0808ZM131.234%2098.5717L130.734%2097.7055L130.73%2097.7079L131.234%2098.5717ZM130.888%2098.9401L130.386%2099.8048L131.257%20100.311L131.756%2099.4363L130.888%2098.9401ZM130.151%2098.5121L129.283%2098.016L128.79%2098.8781L129.649%2099.3769L130.151%2098.5121ZM130.497%2098.1437L129.998%2097.2775L129.993%2097.2799L130.497%2098.1437ZM136.549%2094.6528L136.061%2093.7796L136.055%2093.7831L136.049%2093.7866L136.549%2094.6528ZM136.999%2094.6416L136.492%2095.5036L136.499%2095.508L136.999%2094.6416ZM137.728%2095.0622V96.0622H141.465L138.228%2094.1959L137.728%2095.0622ZM138.212%2094.1892C137.735%2093.9226%20137.202%2093.981%20136.796%2094.2086L137.775%2095.9529C137.674%2096.0094%20137.461%2096.0604%20137.237%2095.9351L138.212%2094.1892ZM136.786%2094.2146L130.734%2097.7055L131.734%2099.4379L137.785%2095.947L136.786%2094.2146ZM130.73%2097.7079C130.411%2097.8942%20130.174%2098.1732%20130.02%2098.444L131.756%2099.4363C131.76%2099.4293%20131.764%2099.4232%20131.768%2099.4181C131.772%2099.413%20131.774%2099.41%20131.775%2099.4089C131.776%2099.4078%20131.775%2099.4097%20131.77%2099.414C131.764%2099.4182%20131.754%2099.426%20131.738%2099.4355L130.73%2097.7079ZM131.39%2098.0754L130.653%2097.6474L129.649%2099.3769L130.386%2099.8048L131.39%2098.0754ZM131.019%2099.0083C131.023%2099.0013%20131.027%2098.9952%20131.031%2098.9901C131.035%2098.985%20131.037%2098.982%20131.038%2098.9809C131.04%2098.9798%20131.038%2098.9818%20131.033%2098.986C131.028%2098.9902%20131.017%2098.998%20131.001%2099.0075L129.993%2097.2799C129.674%2097.4662%20129.438%2097.7452%20129.283%2098.016L131.019%2099.0083ZM130.997%2099.0099L137.048%2095.519L136.049%2093.7866L129.998%2097.2775L130.997%2099.0099ZM137.036%2095.526C136.983%2095.5557%20136.902%2095.5845%20136.798%2095.5857C136.695%2095.587%20136.588%2095.5598%20136.492%2095.5036L137.506%2093.7797C137.043%2093.5074%20136.499%2093.5352%20136.061%2093.7796L137.036%2095.526ZM136.499%2095.508L137.229%2095.9285L138.228%2094.1959L137.498%2093.7753L136.499%2095.508ZM137.728%2094.0622H137.725V96.0622H137.728V94.0622Z'%20fill='%23D4D8E2'%20mask='url(%23path-32-inside-2_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M153.634%2089.1895C153.549%2089.1522%20153.434%2089.1671%20153.311%2089.2378L139.076%2097.4515C138.804%2097.6078%20138.51%2097.4924%20138.421%2097.1909L138.354%2097.0123L152.578%2088.8099C152.656%2088.7652%20152.73%2088.7429%20152.797%2088.7429C152.846%2088.7429%20152.886%2088.754%20152.924%2088.7764L153.634%2089.1932V89.1895Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.2'%20d='M153.806%2089.5244L153.813%20106.283C153.813%20106.595%20153.594%20106.979%20153.322%20107.135L131.175%20119.923C130.981%20120.034%20130.739%20119.893%20130.739%20119.673V99.4314C130.739%2099.275%20130.795%2099.1001%20130.884%2098.9475C130.974%2098.7912%20131.1%2098.6573%20131.231%2098.5791L137.282%2095.0845C137.438%2094.9989%20137.594%2094.9952%20137.725%2095.0659L137.736%2095.0733C137.829%2095.1292%20137.903%2095.2185%20137.941%2095.345L138.354%2097.016L138.421%2097.1947C138.51%2097.4961%20138.804%2097.6115%20139.076%2097.4552L153.315%2089.2416C153.437%2089.1708%20153.549%2089.1597%20153.635%2089.1932L153.653%2089.2043C153.653%2089.2043%20153.661%2089.2043%20153.664%2089.2081H153.668C153.75%2089.2639%20153.802%2089.3718%20153.802%2089.5244H153.806Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.4'%20d='M130.918%20119.938C130.918%20119.938%20130.903%20119.937%20130.895%20119.93L130.133%20119.487C130.051%20119.431%20129.999%20119.327%20129.999%20119.175V98.9959C129.999%2098.8359%20130.054%2098.6684%20130.144%2098.5121L130.881%2098.9401C130.791%2099.0964%20130.735%2099.2676%20130.735%2099.4239V119.666C130.735%20119.792%20130.814%20119.893%20130.914%20119.934L130.918%20119.938Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M156.176%2090.9051C156.176%2090.7525%20156.124%2090.6483%20156.043%2090.5925C156.043%2090.5925%20156.031%2090.5813%20156.009%2090.5739L155.298%2090.1571C155.209%2090.105%20155.086%2090.1161%20154.952%2090.1906L140.728%2098.393L140.315%2096.722C140.278%2096.5955%20140.203%2096.5061%20140.11%2096.4503L139.37%2096.0186C139.239%2095.9442%20139.076%2095.9405%20138.919%2096.0335L132.868%2099.5244C132.596%2099.6807%20132.377%20100.064%20132.377%20100.377V120.555C132.377%20120.704%20132.425%20120.812%20132.511%20120.868L133.274%20121.311C133.363%20121.355%20133.478%20121.344%20133.609%20121.27L155.7%20108.516C155.972%20108.36%20156.191%20107.976%20156.191%20107.664L156.184%2090.9014L156.176%2090.9051Z'%20fill='%23B9BED0'/%3e%3cmask%20id='path-39-inside-3_8152_16965'%20fill='white'%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'/%3e%3c/mask%3e%3cpath%20d='M140.095%2096.4429C139.969%2096.3722%20139.809%2096.3759%20139.656%2096.4615L133.605%2099.9524C133.471%20100.031%20133.348%20100.165%20133.259%20100.321L132.522%2099.8928C132.611%2099.7365%20132.734%2099.6025%20132.868%2099.5244L138.919%2096.0335C139.079%2095.9442%20139.243%2095.9479%20139.37%2096.0223L140.099%2096.4429H140.095Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M140.095%2096.4429L139.608%2097.3158L139.835%2097.4429H140.095V96.4429ZM139.656%2096.4615L139.167%2095.5893L139.157%2095.5953L139.656%2096.4615ZM133.605%2099.9524L133.105%2099.0862L133.101%2099.0886L133.605%2099.9524ZM133.259%20100.321L132.757%20101.186L133.627%20101.691L134.127%20100.817L133.259%20100.321ZM132.522%2099.8928L131.654%2099.3967L131.161%20100.259L132.02%20100.758L132.522%2099.8928ZM132.868%2099.5244L132.368%2098.6582L132.364%2098.6606L132.868%2099.5244ZM138.919%2096.0335L138.432%2095.1603L138.426%2095.1638L138.42%2095.1673L138.919%2096.0335ZM139.37%2096.0223L138.863%2096.8843L138.87%2096.8887L139.37%2096.0223ZM140.099%2096.4429V97.4429H143.836L140.599%2095.5766L140.099%2096.4429ZM140.583%2095.5699C140.106%2095.3033%20139.573%2095.3617%20139.167%2095.5894L140.146%2097.3336C140.045%2097.3901%20139.832%2097.4411%20139.608%2097.3158L140.583%2095.5699ZM139.157%2095.5953L133.105%2099.0862L134.105%20100.819L140.156%2097.3277L139.157%2095.5953ZM133.101%2099.0886C132.782%2099.2749%20132.545%2099.5539%20132.391%2099.8247L134.127%20100.817C134.131%20100.81%20134.135%20100.804%20134.139%20100.799C134.143%20100.794%20134.145%20100.791%20134.146%20100.79C134.147%20100.788%20134.146%20100.79%20134.14%20100.795C134.135%20100.799%20134.125%20100.807%20134.109%20100.816L133.101%2099.0886ZM133.761%2099.4561L133.024%2099.0281L132.02%20100.758L132.757%20101.186L133.761%2099.4561ZM133.39%20100.389C133.394%20100.382%20133.398%20100.376%20133.402%20100.371C133.406%20100.366%20133.408%20100.363%20133.409%20100.362C133.41%20100.36%20133.409%20100.362%20133.404%20100.367C133.398%20100.371%20133.388%20100.379%20133.372%20100.388L132.364%2098.6606C132.045%2098.8469%20131.808%2099.1259%20131.654%2099.3967L133.39%20100.389ZM133.368%20100.391L139.419%2096.8997L138.42%2095.1673L132.368%2098.6582L133.368%20100.391ZM139.407%2096.9067C139.354%2096.9364%20139.272%2096.9652%20139.169%2096.9665C139.066%2096.9677%20138.958%2096.9406%20138.863%2096.8843L139.877%2095.1604C139.414%2094.8881%20138.87%2094.9159%20138.432%2095.1603L139.407%2096.9067ZM138.87%2096.8887L139.6%2097.3092L140.599%2095.5766L139.869%2095.156L138.87%2096.8887ZM140.099%2095.4429H140.095V97.4429H140.099V95.4429Z'%20fill='%23D4D8E2'%20mask='url(%23path-39-inside-3_8152_16965)'/%3e%3cpath%20d='M156.005%2090.5739C155.92%2090.5367%20155.804%2090.5516%20155.682%2090.6223L141.446%2098.8359C141.175%2098.9922%20140.881%2098.8768%20140.791%2098.5754L140.724%2098.3967L154.948%2090.1943C155.027%2090.1496%20155.101%2090.1273%20155.168%2090.1273C155.216%2090.1273%20155.257%2090.1385%20155.295%2090.1608L156.005%2090.5776V90.5739Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23B9BED0'/%3e%3cpath%20opacity='0.1'%20d='M156.176%2090.9051L156.184%20107.664C156.184%20107.976%20155.964%20108.36%20155.693%20108.516L133.545%20121.303C133.352%20121.415%20133.11%20121.277%20133.11%20121.054V100.812C133.11%20100.656%20133.166%20100.481%20133.255%20100.328C133.344%20100.172%20133.471%20100.038%20133.601%2099.9598L139.652%2096.4652C139.809%2096.3796%20139.965%2096.3759%20140.095%2096.4466L140.107%2096.454C140.2%2096.5099%20140.274%2096.5992%20140.311%2096.7257L140.724%2098.3967L140.791%2098.5754C140.881%2098.8768%20141.175%2098.9922%20141.446%2098.8359L155.685%2090.6223C155.808%2090.5515%20155.92%2090.5404%20156.005%2090.5739L156.024%2090.585C156.024%2090.585%20156.031%2090.585%20156.035%2090.5888H156.039C156.121%2090.6446%20156.173%2090.7525%20156.173%2090.9051H156.176Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.3'%20d='M133.289%20121.318C133.289%20121.318%20133.274%20121.318%20133.266%20121.311L132.503%20120.868C132.421%20120.812%20132.369%20120.708%20132.369%20120.555V100.377C132.369%20100.22%20132.425%20100.049%20132.515%2099.8928L133.251%20100.321C133.162%20100.477%20133.106%20100.648%20133.106%20100.805V121.047C133.106%20121.173%20133.184%20121.274%20133.285%20121.314L133.289%20121.318Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M158.547%2092.2858C158.547%2092.1332%20158.495%2092.029%20158.413%2091.9732C158.413%2091.9732%20158.402%2091.962%20158.38%2091.9546L157.669%2091.5378C157.579%2091.4857%20157.457%2091.4968%20157.323%2091.5713L143.099%2099.7737L142.686%2098.1027C142.648%2097.9762%20142.574%2097.8869%20142.481%2097.831L141.74%2097.3993C141.61%2097.3249%20141.446%2097.3212%20141.29%2097.4142L135.239%20100.905C134.967%20101.061%20134.747%20101.445%20134.747%20101.757V121.936C134.747%20122.085%20134.796%20122.193%20134.881%20122.249L135.644%20122.691C135.734%20122.736%20135.849%20122.725%20135.979%20122.651L158.071%20109.897C158.342%20109.74%20158.562%20109.357%20158.562%20109.044L158.555%2092.2821L158.547%2092.2858Z'%20fill='%23B9BED0'/%3e%3cg%20opacity='0.5'%3e%3cmask%20id='path-46-inside-4_8152_16965'%20fill='white'%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'/%3e%3c/mask%3e%3cpath%20d='M142.466%2097.8236C142.339%2097.7529%20142.179%2097.7566%20142.027%2097.8422L135.975%20101.333C135.841%20101.411%20135.719%20101.545%20135.629%20101.701L134.892%20101.274C134.982%20101.117%20135.104%20100.983%20135.238%20100.905L141.29%2097.4142C141.45%2097.3249%20141.614%2097.3286%20141.74%2097.403L142.47%2097.8236H142.466Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M142.466%2097.8236L141.978%2098.6965L142.205%2098.8236H142.466V97.8236ZM142.027%2097.8422L141.537%2096.97L141.527%2096.976L142.027%2097.8422ZM135.975%20101.333L135.476%20100.467L135.471%20100.469L135.975%20101.333ZM135.629%20101.701L135.127%20102.566L135.998%20103.072L136.497%20102.198L135.629%20101.701ZM134.892%20101.274L134.024%20100.777L133.531%20101.64L134.39%20102.138L134.892%20101.274ZM135.238%20100.905L134.739%20100.039L134.735%20100.041L135.238%20100.905ZM141.29%2097.4142L140.802%2096.541L140.796%2096.5444L140.79%2096.548L141.29%2097.4142ZM141.74%2097.403L141.233%2098.265L141.241%2098.2694L141.74%2097.403ZM142.47%2097.8236V98.8236H146.206L142.969%2096.9572L142.47%2097.8236ZM142.954%2096.9506C142.476%2096.684%20141.943%2096.7424%20141.537%2096.97L142.516%2098.7143C142.415%2098.7708%20142.202%2098.8218%20141.978%2098.6965L142.954%2096.9506ZM141.527%2096.976L135.476%20100.467L136.475%20102.199L142.526%2098.7084L141.527%2096.976ZM135.471%20100.469C135.152%20100.656%20134.916%20100.935%20134.761%20101.205L136.497%20102.198C136.501%20102.191%20136.505%20102.185%20136.509%20102.179C136.513%20102.174%20136.516%20102.171%20136.517%20102.17C136.518%20102.169%20136.516%20102.171%20136.511%20102.175C136.506%20102.18%20136.495%20102.187%20136.479%20102.197L135.471%20100.469ZM136.131%20100.837L135.395%20100.409L134.39%20102.138L135.127%20102.566L136.131%20100.837ZM135.761%20101.77C135.765%20101.763%20135.769%20101.757%20135.772%20101.751C135.776%20101.746%20135.779%20101.743%20135.78%20101.742C135.781%20101.741%20135.779%20101.743%20135.774%20101.747C135.769%20101.752%20135.758%20101.759%20135.742%20101.769L134.735%20100.041C134.415%20100.228%20134.179%20100.507%20134.024%20100.777L135.761%20101.77ZM135.738%20101.771L141.789%2098.2804L140.79%2096.548L134.739%20100.039L135.738%20101.771ZM141.777%2098.2874C141.724%2098.3171%20141.643%2098.3459%20141.54%2098.3471C141.436%2098.3484%20141.329%2098.3212%20141.233%2098.265L142.247%2096.5411C141.784%2096.2688%20141.24%2096.2966%20140.802%2096.541L141.777%2098.2874ZM141.241%2098.2694L141.97%2098.6899L142.969%2096.9572L142.24%2096.5367L141.241%2098.2694ZM142.47%2096.8236H142.466V98.8236H142.47V96.8236Z'%20fill='%23D4D8E2'%20mask='url(%23path-46-inside-4_8152_16965)'/%3e%3c/g%3e%3cpath%20opacity='0.5'%20d='M158.376%2091.9546C158.29%2091.9174%20158.175%2091.9323%20158.052%2092.003L143.817%20100.217C143.545%20100.373%20143.251%20100.258%20143.162%2099.9561L143.095%2099.7774L157.319%2091.575C157.397%2091.5303%20157.472%2091.508%20157.539%2091.508C157.587%2091.508%20157.628%2091.5192%20157.665%2091.5415L158.376%2091.9583V91.9546Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M158.547%2092.2858L158.555%20109.044C158.555%20109.361%20158.335%20109.74%20158.063%20109.897L135.916%20122.684C135.722%20122.796%20135.48%20122.658%20135.48%20122.435V102.193C135.48%20102.036%20135.536%20101.862%20135.626%20101.709C135.715%20101.553%20135.841%20101.419%20135.972%20101.341L142.023%2097.8459C142.179%2097.7603%20142.336%2097.7566%20142.466%2097.8273L142.477%2097.8347C142.57%2097.8906%20142.645%2097.9799%20142.682%2098.1064L143.095%2099.7774L143.162%2099.9561C143.251%20100.258%20143.545%20100.373%20143.817%20100.217L158.056%2092.003C158.179%2091.9323%20158.294%2091.9211%20158.376%2091.9546L158.395%2091.9657C158.395%2091.9657%20158.402%2091.9658%20158.406%2091.9695H158.409C158.491%2092.0253%20158.543%2092.1332%20158.543%2092.2858H158.547Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M135.659%20122.699C135.659%20122.699%20135.644%20122.699%20135.637%20122.691L134.874%20122.249C134.792%20122.193%20134.74%20122.089%20134.74%20121.936V101.757C134.74%20101.601%20134.796%20101.43%20134.885%20101.274L135.622%20101.702C135.533%20101.858%20135.477%20102.029%20135.477%20102.185V122.427C135.477%20122.554%20135.555%20122.654%20135.656%20122.695L135.659%20122.699Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M137.282%20108.46L123.318%20100.403V115.814L137.282%20123.871V108.46Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M124.293%2099.837L123.318%20100.403L137.282%20108.46L138.257%20107.898L124.293%2099.837Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.999%20107.6L162.168%2093.0711L162.165%20110.559L136.999%20125.092V107.6Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M146.865%20104.869L151.145%20102.397C151.699%20102.077%20152.15%20102.223%20152.15%20102.725C152.15%20103.227%20151.699%20103.894%20151.145%20104.214L146.865%20106.685C146.31%20107.005%20145.86%20106.86%20145.86%20106.357C145.86%20105.855%20146.31%20105.189%20146.865%20104.869Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.999%20107.6L136.162%20107.116V124.604L136.999%20125.092V107.6Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M136.162%20107.116L161.327%2092.5872L162.168%2093.0711L136.999%20107.6L136.162%20107.116Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.616%20173.097V157.064L104.438%20145.044V161.073L83.616%20173.097Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20157.064L57.5833%20142.036V158.066L83.616%20173.097V157.064Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.6161%20157.064L105.056%20144.679L78.4096%20129.29L56.9656%20141.675L83.6161%20157.064Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M83.616%20157.064V161.073L105.056%20148.694V144.679L83.616%20157.064Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L104.438%20149.048V149.93L83.616%20161.955V161.073Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M56.9656%20141.675L83.6161%20157.064V161.073L56.9656%20145.687V141.675Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20161.073L57.5833%20146.045V146.923L83.616%20161.955V161.073Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.4713%20159.502L97.5833%20155.393C97.8885%20155.215%2098.1378%20155.36%2098.1378%20155.713V159.919C98.1378%20160.272%2097.8885%20160.704%2097.5833%20160.879L90.4713%20164.988C90.1661%20165.166%2089.9167%20165.021%2089.9167%20164.668V160.462C89.9167%20160.109%2090.1661%20159.677%2090.4713%20159.502Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.9253%20159.978L97.1293%20156.398C97.334%20156.279%2097.4977%20156.376%2097.4977%20156.61V159.763C97.4977%20159.997%2097.3302%20160.287%2097.1293%20160.403L90.9253%20163.983C90.7206%20164.102%2090.5569%20164.005%2090.5569%20163.771V160.619C90.5569%20160.384%2090.7244%20160.098%2090.9253%20159.978Z'%20fill='%23F9F9FB'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20160.812C91.0705%20160.812%2091.0407%20160.797%2091.0221%20160.767C90.996%20160.723%2091.0109%20160.671%2091.0556%20160.645L96.9134%20157.265C96.9544%20157.239%2097.0102%20157.254%2097.0362%20157.299C97.0623%20157.344%2097.0474%20157.396%2097.0027%20157.422L91.1449%20160.801C91.1449%20160.801%2091.1151%20160.812%2091.1003%20160.812Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20161.586C91.0705%20161.586%2091.0407%20161.571%2091.0221%20161.542C90.996%20161.497%2091.0109%20161.445%2091.0556%20161.419L96.9134%20158.039C96.9544%20158.013%2097.0102%20158.028%2097.0362%20158.073C97.0623%20158.118%2097.0474%20158.17%2097.0027%20158.196L91.1449%20161.575C91.1449%20161.575%2091.1151%20161.586%2091.1003%20161.586Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20162.36C91.0705%20162.36%2091.0407%20162.345%2091.0221%20162.316C90.996%20162.271%2091.0109%20162.219%2091.0556%20162.193L96.9134%20158.814C96.9544%20158.788%2097.0102%20158.802%2097.0362%20158.847C97.0623%20158.892%2097.0474%20158.944%2097.0027%20158.97L91.1449%20162.349C91.1449%20162.349%2091.1151%20162.36%2091.1003%20162.36Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20163.134C91.0705%20163.134%2091.0407%20163.119%2091.0221%20163.09C90.996%20163.045%2091.0109%20162.993%2091.0556%20162.967L96.9134%20159.588C96.9544%20159.562%2097.0102%20159.576%2097.0362%20159.621C97.0623%20159.666%2097.0474%20159.718%2097.0027%20159.744L91.1449%20163.123C91.1449%20163.123%2091.1151%20163.134%2091.1003%20163.134Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3cpath%20opacity='0.1'%20d='M103.318%20143.674L83.6161%20155.051L58.7073%20140.663L58.0969%20141.024L83.6161%20155.706L103.929%20144.028L103.318%20143.674Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20155.051V139.018L104.438%20126.997V143.026L83.616%20155.051Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20139.018L57.5833%20123.99V140.019L83.616%20155.051V139.018Z'%20fill='%23D4D8E2'/%3e%3cpath%20d='M83.6161%20139.018L105.056%20126.633L78.4096%20111.244L56.9656%20123.629L83.6161%20139.018Z'%20fill='%23EDEEF3'/%3e%3cpath%20d='M83.616%20139.018V143.026L105.056%20130.648V126.633L83.616%20139.018Z'%20fill='%23EDEEF3'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L104.438%20131.002V131.884L83.616%20143.908V143.026Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M56.9656%20123.629L83.6161%20139.018V143.026L56.9656%20127.641V123.629Z'%20fill='%23D4D8E2'/%3e%3cpath%20opacity='0.2'%20d='M83.616%20143.026L57.5833%20127.999V128.877L83.616%20143.908V143.026Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.4713%20141.456L97.5833%20137.347C97.8885%20137.169%2098.1378%20137.314%2098.1378%20137.667V141.873C98.1378%20142.226%2097.8885%20142.658%2097.5833%20142.833L90.4713%20146.942C90.1661%20147.12%2089.9167%20146.975%2089.9167%20146.622V142.416C89.9167%20142.063%2090.1661%20141.631%2090.4713%20141.456Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M90.9253%20141.932L97.1293%20138.352C97.334%20138.233%2097.4977%20138.33%2097.4977%20138.564V141.716C97.4977%20141.951%2097.3302%20142.241%2097.1293%20142.357L90.9253%20145.937C90.7206%20146.056%2090.5569%20145.959%2090.5569%20145.725V142.572C90.5569%20142.338%2090.7244%20142.051%2090.9253%20141.932Z'%20fill='%23F9F9FB'/%3e%3cg%20opacity='0.5'%3e%3cpath%20d='M91.1003%20142.766C91.0705%20142.766%2091.0407%20142.751%2091.0221%20142.721C90.996%20142.677%2091.0109%20142.624%2091.0556%20142.598L96.9134%20139.219C96.9544%20139.193%2097.0102%20139.208%2097.0362%20139.253C97.0623%20139.297%2097.0474%20139.349%2097.0027%20139.376L91.1449%20142.755C91.1449%20142.755%2091.1151%20142.766%2091.1003%20142.766Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20143.54C91.0705%20143.54%2091.0407%20143.525%2091.0221%20143.495C90.996%20143.451%2091.0109%20143.399%2091.0556%20143.373L96.9134%20139.993C96.9544%20139.967%2097.0102%20139.982%2097.0362%20140.027C97.0623%20140.071%2097.0474%20140.124%2097.0027%20140.15L91.1449%20143.529C91.1449%20143.529%2091.1151%20143.54%2091.1003%20143.54Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20144.314C91.0705%20144.314%2091.0407%20144.299%2091.0221%20144.269C90.996%20144.225%2091.0109%20144.173%2091.0556%20144.147L96.9134%20140.767C96.9544%20140.741%2097.0102%20140.756%2097.0362%20140.801C97.0623%20140.846%2097.0474%20140.898%2097.0027%20140.924L91.1449%20144.303C91.1449%20144.303%2091.1151%20144.314%2091.1003%20144.314Z'%20fill='%23B9BED0'/%3e%3cpath%20d='M91.1003%20145.088C91.0705%20145.088%2091.0407%20145.073%2091.0221%20145.044C90.996%20144.999%2091.0109%20144.947%2091.0556%20144.921L96.9134%20141.542C96.9544%20141.515%2097.0102%20141.53%2097.0362%20141.575C97.0623%20141.62%2097.0474%20141.672%2097.0027%20141.698L91.1449%20145.077C91.1449%20145.077%2091.1151%20145.088%2091.1003%20145.088Z'%20fill='%23B9BED0'/%3e%3c/g%3e%3c/svg%3e", Zy = { class: "wt-dummy" }, Hy = { class: "wt-dummy__img" }, Uy = ["height", "src", "width"], Wy = {
|
|
13262
13262
|
key: 0,
|
|
13263
13263
|
class: "wt-dummy__text"
|
|
13264
13264
|
}, jy = {
|
|
@@ -13295,8 +13295,8 @@ const Iy = /* @__PURE__ */ A0(Fy, [["render", Ny], ["__scopeId", "data-v-5b17a08
|
|
|
13295
13295
|
const r = e, i = n, a = a0(() => r.darkMode ? Vy : Ry);
|
|
13296
13296
|
return (l, o) => {
|
|
13297
13297
|
const s = s0("wt-button");
|
|
13298
|
-
return _(), I("div",
|
|
13299
|
-
z("div",
|
|
13298
|
+
return _(), I("div", Zy, [
|
|
13299
|
+
z("div", Hy, [
|
|
13300
13300
|
z("img", {
|
|
13301
13301
|
height: e.size,
|
|
13302
13302
|
src: e.src || a.value,
|
|
@@ -13439,7 +13439,7 @@ const ng = /* @__PURE__ */ A0(Gy, [["render", tg], ["__scopeId", "data-v-1c8343f
|
|
|
13439
13439
|
], void 0, !0),
|
|
13440
13440
|
_: 3
|
|
13441
13441
|
}, 512), [
|
|
13442
|
-
[
|
|
13442
|
+
[H2, a.value]
|
|
13443
13443
|
])
|
|
13444
13444
|
], 2);
|
|
13445
13445
|
};
|
|
@@ -13843,7 +13843,7 @@ const Eg = /* @__PURE__ */ A0(Lg, [["render", kg]]), Mg = {
|
|
|
13843
13843
|
]))
|
|
13844
13844
|
], 2));
|
|
13845
13845
|
}
|
|
13846
|
-
},
|
|
13846
|
+
}, H5 = /* @__PURE__ */ A0(Bg, [["__scopeId", "data-v-42917425"]]), Fg = {
|
|
13847
13847
|
__name: "wt-icon-btn",
|
|
13848
13848
|
props: {
|
|
13849
13849
|
disabled: {
|
|
@@ -13860,7 +13860,7 @@ const Eg = /* @__PURE__ */ A0(Lg, [["render", kg]]), Mg = {
|
|
|
13860
13860
|
onClick: a[0] || (a[0] = (l) => r("click", l)),
|
|
13861
13861
|
onMousedown: a[1] || (a[1] = (l) => r("mousedown", l))
|
|
13862
13862
|
}, [
|
|
13863
|
-
r0(
|
|
13863
|
+
r0(H5, Z0({ ...i.$attrs, class: "" }, { disabled: e.disabled }), null, 16, ["disabled"])
|
|
13864
13864
|
], 34));
|
|
13865
13865
|
}
|
|
13866
13866
|
}, Ng = /* @__PURE__ */ A0(Fg, [["__scopeId", "data-v-0607a123"]]), Ig = {
|
|
@@ -13912,7 +13912,7 @@ function Rg(e, n, r, i, a, l) {
|
|
|
13912
13912
|
l.isText ? (_(), I("div", Vg, c0(r.text), 1)) : U("", !0)
|
|
13913
13913
|
], 2);
|
|
13914
13914
|
}
|
|
13915
|
-
const
|
|
13915
|
+
const Zg = /* @__PURE__ */ A0(Ig, [["render", Rg], ["__scopeId", "data-v-766ccd6e"]]), Hg = {
|
|
13916
13916
|
name: "WtInputInfo",
|
|
13917
13917
|
props: {
|
|
13918
13918
|
invalid: {
|
|
@@ -13930,7 +13930,7 @@ function Ug(e, n, r, i, a, l) {
|
|
|
13930
13930
|
J(e.$slots, "default", {}, void 0, !0)
|
|
13931
13931
|
], 2);
|
|
13932
13932
|
}
|
|
13933
|
-
const Wg = /* @__PURE__ */ A0(
|
|
13933
|
+
const Wg = /* @__PURE__ */ A0(Hg, [["render", Ug], ["__scopeId", "data-v-5c3a9422"]]);
|
|
13934
13934
|
/*!
|
|
13935
13935
|
* shared v9.2.2
|
|
13936
13936
|
* (c) 2022 kazuya kawaguchi
|
|
@@ -13994,7 +13994,7 @@ const Ee = " ", tv = "\r", Y2 = `
|
|
|
13994
13994
|
function iv(e) {
|
|
13995
13995
|
const n = e;
|
|
13996
13996
|
let r = 0, i = 1, a = 1, l = 0;
|
|
13997
|
-
const o = (
|
|
13997
|
+
const o = (Z) => n[Z] === tv && n[Z + 1] === Y2, s = (Z) => n[Z] === Y2, c = (Z) => n[Z] === rv, h = (Z) => n[Z] === nv, d = (Z) => o(Z) || s(Z) || c(Z) || h(Z), m = () => r, p = () => i, y = () => a, b = () => l, A = (Z) => o(Z) || c(Z) || h(Z) ? Y2 : n[Z], O = () => A(r), C = () => A(r + l);
|
|
13998
13998
|
function x() {
|
|
13999
13999
|
return l = 0, d(r) && (i++, a = 0), o(r) && r++, r++, a++, n[r];
|
|
14000
14000
|
}
|
|
@@ -14004,12 +14004,12 @@ function iv(e) {
|
|
|
14004
14004
|
function D() {
|
|
14005
14005
|
r = 0, i = 1, a = 1, l = 0;
|
|
14006
14006
|
}
|
|
14007
|
-
function P(
|
|
14008
|
-
l =
|
|
14007
|
+
function P(Z = 0) {
|
|
14008
|
+
l = Z;
|
|
14009
14009
|
}
|
|
14010
14010
|
function N() {
|
|
14011
|
-
const
|
|
14012
|
-
for (;
|
|
14011
|
+
const Z = r + l;
|
|
14012
|
+
for (; Z !== r; )
|
|
14013
14013
|
x();
|
|
14014
14014
|
l = 0;
|
|
14015
14015
|
}
|
|
@@ -14122,7 +14122,7 @@ function lv(e, n = {}) {
|
|
|
14122
14122
|
const t0 = F.currentPeek() === ".";
|
|
14123
14123
|
return F.resetPeek(), t0;
|
|
14124
14124
|
}
|
|
14125
|
-
function
|
|
14125
|
+
function Z(F, k) {
|
|
14126
14126
|
const { currentType: K } = k;
|
|
14127
14127
|
if (K !== 9)
|
|
14128
14128
|
return !1;
|
|
@@ -14372,7 +14372,7 @@ function lv(e, n = {}) {
|
|
|
14372
14372
|
/* LinkedDelimiter */
|
|
14373
14373
|
);
|
|
14374
14374
|
default:
|
|
14375
|
-
return Q(F) ? (t0 = p(k, 1, S0(F)), k.braceNest = 0, k.inLinked = !1, t0) : N(F, k) || W(F, k) ? (O(F), G0(F, k)) :
|
|
14375
|
+
return Q(F) ? (t0 = p(k, 1, S0(F)), k.braceNest = 0, k.inLinked = !1, t0) : N(F, k) || W(F, k) ? (O(F), G0(F, k)) : Z(F, k) ? (O(F), p(k, 12, O0(F))) : B(F, k) ? (O(F), b0 === "{" ? B0(F, k) || t0 : p(k, 11, $0(F))) : (K === 8 && m(Q0.INVALID_LINKED_FORMAT, l(), 0), k.braceNest = 0, k.inLinked = !1, E0(F, k));
|
|
14376
14376
|
}
|
|
14377
14377
|
}
|
|
14378
14378
|
function E0(F, k) {
|
|
@@ -14441,7 +14441,7 @@ function uv(e = {}) {
|
|
|
14441
14441
|
function i(C, x, S, D, ...P) {
|
|
14442
14442
|
const N = C.currentPosition();
|
|
14443
14443
|
if (N.offset += D, N.column += D, r) {
|
|
14444
|
-
const
|
|
14444
|
+
const Z = ki(S, N), W = pr(x, Z, {
|
|
14445
14445
|
domain: ov,
|
|
14446
14446
|
args: P
|
|
14447
14447
|
});
|
|
@@ -14545,19 +14545,19 @@ function uv(e = {}) {
|
|
|
14545
14545
|
break;
|
|
14546
14546
|
}
|
|
14547
14547
|
} while (x.currentType !== 14 && x.currentType !== 1);
|
|
14548
|
-
const
|
|
14549
|
-
return l(P,
|
|
14548
|
+
const Z = x.currentType === 1 ? x.lastOffset : C.currentOffset(), W = x.currentType === 1 ? x.lastEndLoc : C.currentPosition();
|
|
14549
|
+
return l(P, Z, W), P;
|
|
14550
14550
|
}
|
|
14551
14551
|
function b(C, x, S, D) {
|
|
14552
14552
|
const P = C.context();
|
|
14553
14553
|
let N = D.items.length === 0;
|
|
14554
|
-
const
|
|
14555
|
-
|
|
14554
|
+
const Z = a(1, x, S);
|
|
14555
|
+
Z.cases = [], Z.cases.push(D);
|
|
14556
14556
|
do {
|
|
14557
14557
|
const W = y(C);
|
|
14558
|
-
N || (N = W.items.length === 0),
|
|
14558
|
+
N || (N = W.items.length === 0), Z.cases.push(W);
|
|
14559
14559
|
} while (P.currentType !== 14);
|
|
14560
|
-
return N && i(C, Q0.MUST_HAVE_MESSAGES_IN_PLURAL, S, 0), l(
|
|
14560
|
+
return N && i(C, Q0.MUST_HAVE_MESSAGES_IN_PLURAL, S, 0), l(Z, C.currentOffset(), C.currentPosition()), Z;
|
|
14561
14561
|
}
|
|
14562
14562
|
function A(C) {
|
|
14563
14563
|
const x = C.context(), { offset: S, startLoc: D } = x, P = y(C);
|
|
@@ -15088,8 +15088,8 @@ function Bv(e = {}) {
|
|
|
15088
15088
|
const [S, D] = x;
|
|
15089
15089
|
let P = "text", N = "";
|
|
15090
15090
|
x.length === 1 ? s2(S) ? (N = S.modifier || N, P = S.type || P) : k0(S) && (N = S || N) : x.length === 2 && (k0(S) && (N = S || N), k0(D) && (P = D || P));
|
|
15091
|
-
let
|
|
15092
|
-
return P === "vnode" && x2(
|
|
15091
|
+
let Z = d(C)(O);
|
|
15092
|
+
return P === "vnode" && x2(Z) && N && (Z = Z[0]), N ? m(N)(Z, P) : Z;
|
|
15093
15093
|
},
|
|
15094
15094
|
message: d,
|
|
15095
15095
|
type: b,
|
|
@@ -15138,20 +15138,20 @@ function Bo(e, n, r) {
|
|
|
15138
15138
|
let i = !0;
|
|
15139
15139
|
for (let a = 0; a < n.length && h2(i); a++) {
|
|
15140
15140
|
const l = n[a];
|
|
15141
|
-
k0(l) && (i =
|
|
15141
|
+
k0(l) && (i = Zv(e, n[a], r));
|
|
15142
15142
|
}
|
|
15143
15143
|
return i;
|
|
15144
15144
|
}
|
|
15145
|
-
function
|
|
15145
|
+
function Zv(e, n, r) {
|
|
15146
15146
|
let i;
|
|
15147
15147
|
const a = n.split("-");
|
|
15148
15148
|
do {
|
|
15149
15149
|
const l = a.join("-");
|
|
15150
|
-
i =
|
|
15150
|
+
i = Hv(e, l, r), a.splice(-1, 1);
|
|
15151
15151
|
} while (a.length && i === !0);
|
|
15152
15152
|
return i;
|
|
15153
15153
|
}
|
|
15154
|
-
function
|
|
15154
|
+
function Hv(e, n, r) {
|
|
15155
15155
|
let i = !1;
|
|
15156
15156
|
if (!e.includes(n) && (i = !0, n)) {
|
|
15157
15157
|
i = n[n.length - 1] !== "!";
|
|
@@ -15190,7 +15190,7 @@ const Vo = (e) => {
|
|
|
15190
15190
|
}, Gv = () => X5;
|
|
15191
15191
|
let Ro = 0;
|
|
15192
15192
|
function Xv(e = {}) {
|
|
15193
|
-
const n = k0(e.version) ? e.version : Uv, r = k0(e.locale) ? e.locale : yr, i = x2(e.fallbackLocale) || Y0(e.fallbackLocale) || k0(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : r, a = Y0(e.messages) ? e.messages : { [r]: {} }, l = Y0(e.datetimeFormats) ? e.datetimeFormats : { [r]: {} }, o = Y0(e.numberFormats) ? e.numberFormats : { [r]: {} }, s = V2({}, e.modifiers || {}, Wv()), c = e.pluralRules || {}, h = S2(e.missing) ? e.missing : null, d = h2(e.missingWarn) || bt(e.missingWarn) ? e.missingWarn : !0, m = h2(e.fallbackWarn) || bt(e.fallbackWarn) ? e.fallbackWarn : !0, p = !!e.fallbackFormat, y = !!e.unresolving, b = S2(e.postTranslation) ? e.postTranslation : null, A = Y0(e.processor) ? e.processor : null, O = h2(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, C = !!e.escapeParameter, x = S2(e.messageCompiler) ? e.messageCompiler : Y5, S = S2(e.messageResolver) ? e.messageResolver : q5 || Ev, D = S2(e.localeFallbacker) ? e.localeFallbacker : z5 || Rv, P = s2(e.fallbackContext) ? e.fallbackContext : void 0, N = S2(e.onWarn) ? e.onWarn : Xg,
|
|
15193
|
+
const n = k0(e.version) ? e.version : Uv, r = k0(e.locale) ? e.locale : yr, i = x2(e.fallbackLocale) || Y0(e.fallbackLocale) || k0(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : r, a = Y0(e.messages) ? e.messages : { [r]: {} }, l = Y0(e.datetimeFormats) ? e.datetimeFormats : { [r]: {} }, o = Y0(e.numberFormats) ? e.numberFormats : { [r]: {} }, s = V2({}, e.modifiers || {}, Wv()), c = e.pluralRules || {}, h = S2(e.missing) ? e.missing : null, d = h2(e.missingWarn) || bt(e.missingWarn) ? e.missingWarn : !0, m = h2(e.fallbackWarn) || bt(e.fallbackWarn) ? e.fallbackWarn : !0, p = !!e.fallbackFormat, y = !!e.unresolving, b = S2(e.postTranslation) ? e.postTranslation : null, A = Y0(e.processor) ? e.processor : null, O = h2(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, C = !!e.escapeParameter, x = S2(e.messageCompiler) ? e.messageCompiler : Y5, S = S2(e.messageResolver) ? e.messageResolver : q5 || Ev, D = S2(e.localeFallbacker) ? e.localeFallbacker : z5 || Rv, P = s2(e.fallbackContext) ? e.fallbackContext : void 0, N = S2(e.onWarn) ? e.onWarn : Xg, Z = e, W = s2(Z.__datetimeFormatters) ? Z.__datetimeFormatters : /* @__PURE__ */ new Map(), B = s2(Z.__numberFormatters) ? Z.__numberFormatters : /* @__PURE__ */ new Map(), Q = s2(Z.__meta) ? Z.__meta : {};
|
|
15194
15194
|
Ro++;
|
|
15195
15195
|
const j = {
|
|
15196
15196
|
version: n,
|
|
@@ -15231,10 +15231,10 @@ function Pt(e, n, r) {
|
|
|
15231
15231
|
i.__localeChainCache = /* @__PURE__ */ new Map(), e.localeFallbacker(e, r, n);
|
|
15232
15232
|
}
|
|
15233
15233
|
const Kv = (e) => e;
|
|
15234
|
-
let
|
|
15234
|
+
let Zo = /* @__PURE__ */ Object.create(null);
|
|
15235
15235
|
function Jv(e, n = {}) {
|
|
15236
15236
|
{
|
|
15237
|
-
const i = (n.onCacheKey || Kv)(e), a =
|
|
15237
|
+
const i = (n.onCacheKey || Kv)(e), a = Zo[i];
|
|
15238
15238
|
if (a)
|
|
15239
15239
|
return a;
|
|
15240
15240
|
let l = !1;
|
|
@@ -15243,7 +15243,7 @@ function Jv(e, n = {}) {
|
|
|
15243
15243
|
l = !0, o(h);
|
|
15244
15244
|
};
|
|
15245
15245
|
const { code: s } = wv(e, n), c = new Function(`return ${s}`)();
|
|
15246
|
-
return l ? c :
|
|
15246
|
+
return l ? c : Zo[i] = c;
|
|
15247
15247
|
}
|
|
15248
15248
|
}
|
|
15249
15249
|
let K5 = Q0.__EXTEND_POINT__;
|
|
@@ -15257,7 +15257,7 @@ const qr = () => ++K5, dt = {
|
|
|
15257
15257
|
function ft(e) {
|
|
15258
15258
|
return pr(e, null, void 0);
|
|
15259
15259
|
}
|
|
15260
|
-
const
|
|
15260
|
+
const Ho = () => "", ye = (e) => S2(e);
|
|
15261
15261
|
function Uo(e, ...n) {
|
|
15262
15262
|
const { fallbackFormat: r, postTranslation: i, unresolving: a, messageCompiler: l, fallbackLocale: o, messages: s } = e, [c, h] = Ei(...n), d = h2(h.missingWarn) ? h.missingWarn : e.missingWarn, m = h2(h.fallbackWarn) ? h.fallbackWarn : e.fallbackWarn, p = h2(h.escapeParameter) ? h.escapeParameter : e.escapeParameter, y = !!h.resolvedMessage, b = k0(h.default) || h2(h.default) ? h2(h.default) ? l ? c : () => c : h.default : r ? l ? c : () => c : "", A = r || b !== "", O = k0(h.locale) ? h.locale : e.locale;
|
|
15263
15263
|
p && Qv(h);
|
|
@@ -15269,9 +15269,9 @@ function Uo(e, ...n) {
|
|
|
15269
15269
|
if (!y && !(k0(D) || ye(D)) && A && (D = b, P = D), !y && (!(k0(D) || ye(D)) || !k0(x)))
|
|
15270
15270
|
return a ? mr : c;
|
|
15271
15271
|
let N = !1;
|
|
15272
|
-
const
|
|
15272
|
+
const Z = () => {
|
|
15273
15273
|
N = !0;
|
|
15274
|
-
}, W = ye(D) ? D : Q5(e, c, x, D, P,
|
|
15274
|
+
}, W = ye(D) ? D : Q5(e, c, x, D, P, Z);
|
|
15275
15275
|
if (N)
|
|
15276
15276
|
return D;
|
|
15277
15277
|
const B = nw(e, x, S, h), Q = Bv(B), j = ew(e, W, Q), l0 = i ? i(j, c) : j;
|
|
@@ -15357,9 +15357,9 @@ function nw(e, n, r, i) {
|
|
|
15357
15357
|
const C = Q5(e, y, n, b, y, () => {
|
|
15358
15358
|
A = !0;
|
|
15359
15359
|
});
|
|
15360
|
-
return A ?
|
|
15360
|
+
return A ? Ho : C;
|
|
15361
15361
|
} else
|
|
15362
|
-
return ye(b) ? b :
|
|
15362
|
+
return ye(b) ? b : Ho;
|
|
15363
15363
|
}
|
|
15364
15364
|
};
|
|
15365
15365
|
return e.processor && (p.processor = e.processor), i.list && (p.list = i.list), i.named && (p.named = i.named), W2(i.plural) && (p.pluralIndex = i.plural), p;
|
|
@@ -15655,7 +15655,7 @@ function sw(e = {}, n) {
|
|
|
15655
15655
|
const h0 = Xv(i0);
|
|
15656
15656
|
return i && Vo(h0), h0;
|
|
15657
15657
|
})(), Pt(P, l.value, o.value);
|
|
15658
|
-
function
|
|
15658
|
+
function Z() {
|
|
15659
15659
|
return [
|
|
15660
15660
|
l.value,
|
|
15661
15661
|
o.value,
|
|
@@ -15688,7 +15688,7 @@ function sw(e = {}, n) {
|
|
|
15688
15688
|
i0 !== null && (A = Ko(i0)), b = i0, P.missing = A;
|
|
15689
15689
|
}
|
|
15690
15690
|
const v = (i0, h0, M2, e2, J2, he) => {
|
|
15691
|
-
|
|
15691
|
+
Z();
|
|
15692
15692
|
let A2;
|
|
15693
15693
|
if (__INTLIFY_PROD_DEVTOOLS__)
|
|
15694
15694
|
try {
|
|
@@ -16061,7 +16061,7 @@ function gw(e, n, r, i = {}) {
|
|
|
16061
16061
|
m.value
|
|
16062
16062
|
];
|
|
16063
16063
|
}
|
|
16064
|
-
const
|
|
16064
|
+
const Z = a0({
|
|
16065
16065
|
get: () => l.value ? l.value.locale.value : s.value,
|
|
16066
16066
|
set: (k) => {
|
|
16067
16067
|
l.value && (l.value.locale.value = k), s.value = k;
|
|
@@ -16136,7 +16136,7 @@ function gw(e, n, r, i = {}) {
|
|
|
16136
16136
|
get id() {
|
|
16137
16137
|
return l.value ? l.value.id : -1;
|
|
16138
16138
|
},
|
|
16139
|
-
locale:
|
|
16139
|
+
locale: Z,
|
|
16140
16140
|
fallbackLocale: W,
|
|
16141
16141
|
messages: B,
|
|
16142
16142
|
datetimeFormats: Q,
|
|
@@ -16244,9 +16244,9 @@ function os({ v: e, customValidators: n }) {
|
|
|
16244
16244
|
let i = e, a = n;
|
|
16245
16245
|
y9(i) && (i = a0(() => e), a = a0(() => n));
|
|
16246
16246
|
const l = a0(() => !!i && !!i.value && !!Object.keys(i.value).length), o = a0(() => l.value && i.value.$error), s = a0(() => {
|
|
16247
|
-
var h, d, m, p, y, b, A, O, C, x, S, D, P, N,
|
|
16247
|
+
var h, d, m, p, y, b, A, O, C, x, S, D, P, N, Z, W, B, Q, j, l0, o0, _0;
|
|
16248
16248
|
let c = "";
|
|
16249
|
-
if (l.value && o.value && ((h = i.value.required) != null && h.$invalid ? c = r("validation.required") : (d = i.value.numeric) != null && d.$invalid ? c = r("validation.numeric") : (m = i.value.email) != null && m.$invalid ? c = r("validation.email") : (p = i.value.gatewayHostValidator) != null && p.$invalid ? c = r("validation.gatewayHostValidator") : (y = i.value.ipValidator) != null && y.$invalid ? c = r("validation.ipValidator") : (b = i.value.macValidator) != null && b.$invalid ? c = r("validation.macValidator") : (A = i.value.minValue) != null && A.$invalid ? c = `${r("validation.minValue")} ${i.value.minValue.$params.min}` : (O = i.value.maxValue) != null && O.$invalid ? c = `${r("validation.maxValue")} ${i.value.maxValue.$params.max}` : (C = i.value.sipAccountValidator) != null && C.$invalid ? c = r("validation.sipAccountValidator") : (x = i.value.minLength) != null && x.$invalid ? c = `${r("validation.minLength")} ${i.value.minLength.$params.min}` : (S = i.value.url) != null && S.$invalid ? c = `${r("validation.url")}` : (D = i.value.regExpValidator) != null && D.$invalid ? c = `${r("validation.regExpValidator")}` : (P = i.value.sameAs) != null && P.$invalid ? c = `${r("validation.sameAs")}` : (N = i.value.domainValidator) != null && N.$invalid ? c = `${r("validation.domainValidator")}` : (
|
|
16249
|
+
if (l.value && o.value && ((h = i.value.required) != null && h.$invalid ? c = r("validation.required") : (d = i.value.numeric) != null && d.$invalid ? c = r("validation.numeric") : (m = i.value.email) != null && m.$invalid ? c = r("validation.email") : (p = i.value.gatewayHostValidator) != null && p.$invalid ? c = r("validation.gatewayHostValidator") : (y = i.value.ipValidator) != null && y.$invalid ? c = r("validation.ipValidator") : (b = i.value.macValidator) != null && b.$invalid ? c = r("validation.macValidator") : (A = i.value.minValue) != null && A.$invalid ? c = `${r("validation.minValue")} ${i.value.minValue.$params.min}` : (O = i.value.maxValue) != null && O.$invalid ? c = `${r("validation.maxValue")} ${i.value.maxValue.$params.max}` : (C = i.value.sipAccountValidator) != null && C.$invalid ? c = r("validation.sipAccountValidator") : (x = i.value.minLength) != null && x.$invalid ? c = `${r("validation.minLength")} ${i.value.minLength.$params.min}` : (S = i.value.url) != null && S.$invalid ? c = `${r("validation.url")}` : (D = i.value.regExpValidator) != null && D.$invalid ? c = `${r("validation.regExpValidator")}` : (P = i.value.sameAs) != null && P.$invalid ? c = `${r("validation.sameAs")}` : (N = i.value.domainValidator) != null && N.$invalid ? c = `${r("validation.domainValidator")}` : (Z = i.value.decimalValidator) != null && Z.$invalid ? c = `${r("validation.decimalValidator")} ${i.value.decimalValidator.$params.count}` : (W = i.value.websocketValidator) != null && W.$invalid ? c = `${r("validation.websocketValidator")}` : (B = i.value.integer) != null && B.$invalid ? c = `${r("validation.integer")}` : (Q = i.value.regex) != null && Q.$invalid && (c = ((j = i.value.regex) == null ? void 0 : j.$message) || `${r("validation.isRegExpMatched")} ${(o0 = (l0 = i.value.regex) == null ? void 0 : l0.$params) == null ? void 0 : o0.regex}`)), a != null && a.value) {
|
|
16250
16250
|
for (const { name: m0, text: n0 } of a.value)
|
|
16251
16251
|
(_0 = i.value[m0]) != null && _0.$invalid && (c = n0);
|
|
16252
16252
|
return c;
|
|
@@ -16357,21 +16357,21 @@ const vw = { class: "wt-input__wrapper" }, ww = ["id", "disabled", "max", "min",
|
|
|
16357
16357
|
d.value = r.type;
|
|
16358
16358
|
const m = f0(null), p = f0(null), y = f0(!1), b = a0(() => r.value !== void 0 ? r.value : r.modelValue), A = a0(() => !!(r.label || a.label)), O = a0(() => r.required ? `${r.label}*` : r.label), C = a0(() => r.type === "password" && r.hasShowPassword), x = a0(() => y.value ? "eye--closed" : "eye--opened");
|
|
16359
16359
|
function S(N) {
|
|
16360
|
-
const
|
|
16361
|
-
i("update:modelValue",
|
|
16360
|
+
const Z = r.preventTrim ? N.target.value : N.target.value.trim();
|
|
16361
|
+
i("update:modelValue", Z), i("input", Z);
|
|
16362
16362
|
}
|
|
16363
16363
|
function D() {
|
|
16364
16364
|
y.value = !y.value, d.value = y.value ? "text" : "password";
|
|
16365
16365
|
}
|
|
16366
16366
|
function P() {
|
|
16367
|
-
const N = m.value.offsetWidth,
|
|
16367
|
+
const N = m.value.offsetWidth, Z = p.value, W = getComputedStyle(document.documentElement).getPropertyValue(
|
|
16368
16368
|
"--input-padding"
|
|
16369
16369
|
);
|
|
16370
|
-
N >=
|
|
16370
|
+
N >= Z.offsetWidth || (Z.style.paddingRight = `calc(${W} * 2 + ${N}px)`);
|
|
16371
16371
|
}
|
|
16372
16372
|
return G2(() => {
|
|
16373
16373
|
P();
|
|
16374
|
-
}), (N,
|
|
16374
|
+
}), (N, Z) => {
|
|
16375
16375
|
const W = s0("wt-label"), B = s0("wt-icon-btn"), Q = s0("wt-input-info");
|
|
16376
16376
|
return _(), I("div", {
|
|
16377
16377
|
class: g0([{
|
|
@@ -16379,7 +16379,7 @@ const vw = { class: "wt-input__wrapper" }, ww = ["id", "disabled", "max", "min",
|
|
|
16379
16379
|
"wt-input--invalid": V(c)
|
|
16380
16380
|
}, "wt-input"])
|
|
16381
16381
|
}, [
|
|
16382
|
-
A.value ? (_(), d0(W,
|
|
16382
|
+
A.value ? (_(), d0(W, Z0({ key: 0 }, e.labelProps, {
|
|
16383
16383
|
disabled: e.disabled,
|
|
16384
16384
|
for: e.name,
|
|
16385
16385
|
invalid: V(c)
|
|
@@ -16392,7 +16392,7 @@ const vw = { class: "wt-input__wrapper" }, ww = ["id", "disabled", "max", "min",
|
|
|
16392
16392
|
_: 3
|
|
16393
16393
|
}, 16, ["disabled", "for", "invalid"])) : U("", !0),
|
|
16394
16394
|
z("div", vw, [
|
|
16395
|
-
z("input",
|
|
16395
|
+
z("input", Z0(N.$attrs, {
|
|
16396
16396
|
id: e.name,
|
|
16397
16397
|
ref_key: "WtInput",
|
|
16398
16398
|
ref: p,
|
|
@@ -16407,7 +16407,7 @@ const vw = { class: "wt-input__wrapper" }, ww = ["id", "disabled", "max", "min",
|
|
|
16407
16407
|
value: b.value
|
|
16408
16408
|
}, {
|
|
16409
16409
|
onInput: S,
|
|
16410
|
-
onKeyup:
|
|
16410
|
+
onKeyup: Z[0] || (Z[0] = (j) => N.$emit("keyup", j))
|
|
16411
16411
|
}), null, 16, ww),
|
|
16412
16412
|
z("div", {
|
|
16413
16413
|
ref_key: "AfterWrapper",
|
|
@@ -16415,7 +16415,7 @@ const vw = { class: "wt-input__wrapper" }, ww = ["id", "disabled", "max", "min",
|
|
|
16415
16415
|
class: "wt-input__after-wrapper"
|
|
16416
16416
|
}, [
|
|
16417
16417
|
J(N.$slots, "after-input", {}, void 0, !0),
|
|
16418
|
-
C.value ? J(N.$slots, "show-password", J0(
|
|
16418
|
+
C.value ? J(N.$slots, "show-password", J0(Z0({ key: 0 }, {
|
|
16419
16419
|
isPasswordVisible: y.value,
|
|
16420
16420
|
switchVisibilityPassword: D
|
|
16421
16421
|
})), () => [
|
|
@@ -16598,15 +16598,15 @@ const Nw = /* @__PURE__ */ A0(Ow, [["render", Fw], ["__scopeId", "data-v-27a4ae6
|
|
|
16598
16598
|
cy: "12",
|
|
16599
16599
|
r: "8"
|
|
16600
16600
|
})
|
|
16601
|
-
], -1)),
|
|
16601
|
+
], -1)), Zw = [
|
|
16602
16602
|
Rw
|
|
16603
16603
|
];
|
|
16604
|
-
function
|
|
16604
|
+
function Hw(e, n, r, i, a, l) {
|
|
16605
16605
|
return _(), I("div", {
|
|
16606
16606
|
class: g0([`wt-loader--sm--${r.color}`, "wt-loader--sm"])
|
|
16607
|
-
},
|
|
16607
|
+
}, Zw, 2);
|
|
16608
16608
|
}
|
|
16609
|
-
const Uw = /* @__PURE__ */ A0(Iw, [["render",
|
|
16609
|
+
const Uw = /* @__PURE__ */ A0(Iw, [["render", Hw], ["__scopeId", "data-v-b951623a"]]), Ww = {
|
|
16610
16610
|
name: "WtLoader",
|
|
16611
16611
|
components: {
|
|
16612
16612
|
WtLoaderSm: Uw,
|
|
@@ -16839,7 +16839,7 @@ function Mb(e, n, r, i, a, l) {
|
|
|
16839
16839
|
]))), 128))
|
|
16840
16840
|
])
|
|
16841
16841
|
], 512), [
|
|
16842
|
-
[
|
|
16842
|
+
[H2, e.isOpened]
|
|
16843
16843
|
])
|
|
16844
16844
|
], void 0, !0),
|
|
16845
16845
|
_: 1
|
|
@@ -17025,16 +17025,16 @@ const Fb = /* @__PURE__ */ A0(Db, [["render", Bb], ["__scopeId", "data-v-fc8d6d9
|
|
|
17025
17025
|
default: !0
|
|
17026
17026
|
}
|
|
17027
17027
|
}
|
|
17028
|
-
}, Rb = { class: "wt-page-wrapper" },
|
|
17028
|
+
}, Rb = { class: "wt-page-wrapper" }, Zb = { class: "wt-page-wrapper__header" }, Hb = {
|
|
17029
17029
|
key: 0,
|
|
17030
17030
|
class: "wt-page-wrapper__actions-panel"
|
|
17031
17031
|
}, Ub = { class: "wt-page-wrapper__main" };
|
|
17032
17032
|
function Wb(e, n, r, i, a, l) {
|
|
17033
17033
|
return _(), I("section", Rb, [
|
|
17034
|
-
z("div",
|
|
17034
|
+
z("div", Zb, [
|
|
17035
17035
|
J(e.$slots, "header", {}, void 0, !0)
|
|
17036
17036
|
]),
|
|
17037
|
-
r.actionsPanel ? (_(), I("div",
|
|
17037
|
+
r.actionsPanel ? (_(), I("div", Hb, [
|
|
17038
17038
|
J(e.$slots, "actions-panel", {}, void 0, !0)
|
|
17039
17039
|
])) : U("", !0),
|
|
17040
17040
|
z("div", Ub, [
|
|
@@ -17102,26 +17102,26 @@ function NC(e) {
|
|
|
17102
17102
|
var r = PC.test(e);
|
|
17103
17103
|
return r || BC.test(e) ? FC(e.slice(2), r ? 2 : 8) : DC.test(e) ? n4 : +e;
|
|
17104
17104
|
}
|
|
17105
|
-
var IC = NC, VC = ss, zr = eC, r4 = IC, RC = "Expected a function",
|
|
17105
|
+
var IC = NC, VC = ss, zr = eC, r4 = IC, RC = "Expected a function", ZC = Math.max, HC = Math.min;
|
|
17106
17106
|
function UC(e, n, r) {
|
|
17107
17107
|
var i, a, l, o, s, c, h = 0, d = !1, m = !1, p = !0;
|
|
17108
17108
|
if (typeof e != "function")
|
|
17109
17109
|
throw new TypeError(RC);
|
|
17110
|
-
n = r4(n) || 0, VC(r) && (d = !!r.leading, m = "maxWait" in r, l = m ?
|
|
17110
|
+
n = r4(n) || 0, VC(r) && (d = !!r.leading, m = "maxWait" in r, l = m ? ZC(r4(r.maxWait) || 0, n) : l, p = "trailing" in r ? !!r.trailing : p);
|
|
17111
17111
|
function y(N) {
|
|
17112
|
-
var
|
|
17113
|
-
return i = a = void 0, h = N, o = e.apply(W,
|
|
17112
|
+
var Z = i, W = a;
|
|
17113
|
+
return i = a = void 0, h = N, o = e.apply(W, Z), o;
|
|
17114
17114
|
}
|
|
17115
17115
|
function b(N) {
|
|
17116
17116
|
return h = N, s = setTimeout(C, n), d ? y(N) : o;
|
|
17117
17117
|
}
|
|
17118
17118
|
function A(N) {
|
|
17119
|
-
var
|
|
17120
|
-
return m ?
|
|
17119
|
+
var Z = N - c, W = N - h, B = n - Z;
|
|
17120
|
+
return m ? HC(B, l - W) : B;
|
|
17121
17121
|
}
|
|
17122
17122
|
function O(N) {
|
|
17123
|
-
var
|
|
17124
|
-
return c === void 0 ||
|
|
17123
|
+
var Z = N - c, W = N - h;
|
|
17124
|
+
return c === void 0 || Z >= n || Z < 0 || m && W >= l;
|
|
17125
17125
|
}
|
|
17126
17126
|
function C() {
|
|
17127
17127
|
var N = zr();
|
|
@@ -17139,8 +17139,8 @@ function UC(e, n, r) {
|
|
|
17139
17139
|
return s === void 0 ? o : x(zr());
|
|
17140
17140
|
}
|
|
17141
17141
|
function P() {
|
|
17142
|
-
var N = zr(),
|
|
17143
|
-
if (i = arguments, a = this, c = N,
|
|
17142
|
+
var N = zr(), Z = O(N);
|
|
17143
|
+
if (i = arguments, a = this, c = N, Z) {
|
|
17144
17144
|
if (s === void 0)
|
|
17145
17145
|
return b(c);
|
|
17146
17146
|
if (m)
|
|
@@ -17786,7 +17786,7 @@ function $a(e) {
|
|
|
17786
17786
|
}
|
|
17787
17787
|
return r;
|
|
17788
17788
|
}
|
|
17789
|
-
function
|
|
17789
|
+
function Ze(e) {
|
|
17790
17790
|
if (!this.isVideo)
|
|
17791
17791
|
return {};
|
|
17792
17792
|
var n = this.elements.wrapper, r = $a.call(this, e), i = P2(M.array(r) ? r : [0, 0], 2), a = 100 / i[0] * i[1];
|
|
@@ -17810,7 +17810,7 @@ var Ne = { getSources: function() {
|
|
|
17810
17810
|
}, setup: function() {
|
|
17811
17811
|
if (this.isHTML5) {
|
|
17812
17812
|
var e = this;
|
|
17813
|
-
e.options.speed = e.config.speed.options, M.empty(this.config.ratio) ||
|
|
17813
|
+
e.options.speed = e.config.speed.options, M.empty(this.config.ratio) || Ze.call(e), Object.defineProperty(e.media, "quality", { get: function() {
|
|
17814
17814
|
var n = Ne.getSources.call(e).find(function(r) {
|
|
17815
17815
|
return r.getAttribute("src") === e.source;
|
|
17816
17816
|
});
|
|
@@ -17869,13 +17869,13 @@ var Yt = function() {
|
|
|
17869
17869
|
return n.charAt(0).toUpperCase() + n.substr(1).toLowerCase();
|
|
17870
17870
|
});
|
|
17871
17871
|
};
|
|
17872
|
-
function
|
|
17872
|
+
function Z_() {
|
|
17873
17873
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", n = e.toString();
|
|
17874
17874
|
return n = Yt(n, "-", " "), n = Yt(n, "_", " "), n = Ms(n), Yt(n, " ", "");
|
|
17875
17875
|
}
|
|
17876
|
-
function
|
|
17876
|
+
function H_() {
|
|
17877
17877
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", n = e.toString();
|
|
17878
|
-
return (n =
|
|
17878
|
+
return (n = Z_(n)).charAt(0).toLowerCase() + n.slice(1);
|
|
17879
17879
|
}
|
|
17880
17880
|
function U_(e) {
|
|
17881
17881
|
var n = document.createDocumentFragment(), r = document.createElement("div");
|
|
@@ -18011,7 +18011,7 @@ var v0 = { getIconUrl: function() {
|
|
|
18011
18011
|
var n = N0("span", { class: this.config.classNames.menu.value });
|
|
18012
18012
|
return n.appendChild(N0("span", { class: this.config.classNames.menu.badge }, e)), n;
|
|
18013
18013
|
}, createButton: function(e, n) {
|
|
18014
|
-
var r = this, i = b2({}, n), a =
|
|
18014
|
+
var r = this, i = b2({}, n), a = H_(e), l = { element: "button", toggle: !1, label: null, icon: null, labelPressed: null, iconPressed: null };
|
|
18015
18015
|
switch (["element", "icon", "label"].forEach(function(s) {
|
|
18016
18016
|
Object.keys(i).includes(s) && (l[s] = i[s], delete i[s]);
|
|
18017
18017
|
}), l.element !== "button" || Object.keys(i).includes("type") || (i.type = "button"), Object.keys(i).includes("class") ? i.class.split(" ").some(function(s) {
|
|
@@ -18339,10 +18339,10 @@ var v0 = { getIconUrl: function() {
|
|
|
18339
18339
|
}), S.appendChild(D), x.appendChild(S), d.appendChild(x), n.elements.settings.popup = S, n.elements.settings.menu = x;
|
|
18340
18340
|
}
|
|
18341
18341
|
if (p === "pip" && g2.pip && d.appendChild(i.call(n, "pip", m)), p === "airplay" && g2.airplay && d.appendChild(i.call(n, "airplay", m)), p === "download") {
|
|
18342
|
-
var
|
|
18343
|
-
n.isHTML5 && (
|
|
18342
|
+
var Z = b2({}, m, { element: "a", href: n.download, target: "_blank" });
|
|
18343
|
+
n.isHTML5 && (Z.download = "");
|
|
18344
18344
|
var W = n.config.urls.download;
|
|
18345
|
-
!M.url(W) && n.isEmbed && b2(
|
|
18345
|
+
!M.url(W) && n.isEmbed && b2(Z, { icon: "logo-".concat(n.provider), label: n.provider }), d.appendChild(i.call(n, "download", Z));
|
|
18346
18346
|
}
|
|
18347
18347
|
p === "fullscreen" && d.appendChild(i.call(n, "fullscreen", m));
|
|
18348
18348
|
}), this.isHTML5 && s.call(this, Ne.getQualityOptions.call(this)), c.call(this), d;
|
|
@@ -18782,9 +18782,9 @@ var a2 = { addStyleHook: function() {
|
|
|
18782
18782
|
});
|
|
18783
18783
|
var l = function(s) {
|
|
18784
18784
|
if (!s)
|
|
18785
|
-
return
|
|
18785
|
+
return Ze.call(n);
|
|
18786
18786
|
var c = i.container.getBoundingClientRect(), h = c.width, d = c.height;
|
|
18787
|
-
return
|
|
18787
|
+
return Ze.call(n, "".concat(h, ":").concat(d));
|
|
18788
18788
|
}, o = function() {
|
|
18789
18789
|
clearTimeout(a.resized), a.resized = setTimeout(l, 50);
|
|
18790
18790
|
};
|
|
@@ -18980,8 +18980,8 @@ var J_ = K_(function(e, n) {
|
|
|
18980
18980
|
p.call && (p = { success: p }), y.length ? (p.error || r)(y) : (p.success || r)(p);
|
|
18981
18981
|
}
|
|
18982
18982
|
function h(p, y, b, A) {
|
|
18983
|
-
var O, C, x = document, S = b.async, D = (b.numRetries || 0) + 1, P = b.before || r, N = p.replace(/[\?|#].*$/, ""),
|
|
18984
|
-
A = A || 0, /(^css!|\.css$)/.test(N) ? ((C = x.createElement("link")).rel = "stylesheet", C.href =
|
|
18983
|
+
var O, C, x = document, S = b.async, D = (b.numRetries || 0) + 1, P = b.before || r, N = p.replace(/[\?|#].*$/, ""), Z = p.replace(/^(css|img)!/, "");
|
|
18984
|
+
A = A || 0, /(^css!|\.css$)/.test(N) ? ((C = x.createElement("link")).rel = "stylesheet", C.href = Z, (O = "hideFocus" in C) && C.relList && (O = 0, C.rel = "preload", C.as = "style")) : /(^img!|\.(png|gif|jpg|svg|webp)$)/.test(N) ? (C = x.createElement("img")).src = Z : ((C = x.createElement("script")).src = p, C.async = S === void 0 || S), C.onload = C.onerror = C.onbeforeload = function(W) {
|
|
18985
18985
|
var B = W.type[0];
|
|
18986
18986
|
if (O)
|
|
18987
18987
|
try {
|
|
@@ -19049,10 +19049,10 @@ function Q_(e) {
|
|
|
19049
19049
|
function Ft(e) {
|
|
19050
19050
|
e && !this.embed.hasPlayed && (this.embed.hasPlayed = !0), this.media.paused === e && (this.media.paused = !e, F0.call(this, this.media, e ? "play" : "pause"));
|
|
19051
19051
|
}
|
|
19052
|
-
var
|
|
19052
|
+
var Zi = { setup: function() {
|
|
19053
19053
|
var e = this;
|
|
19054
|
-
K0(e.elements.wrapper, e.config.classNames.embed, !0), e.options.speed = e.config.speed.options,
|
|
19055
|
-
|
|
19054
|
+
K0(e.elements.wrapper, e.config.classNames.embed, !0), e.options.speed = e.config.speed.options, Ze.call(e), M.object(window.Vimeo) ? Zi.ready.call(e) : Da(e.config.urls.vimeo.sdk).then(function() {
|
|
19055
|
+
Zi.ready.call(e);
|
|
19056
19056
|
}).catch(function(n) {
|
|
19057
19057
|
e.debug.warn("Vimeo SDK (player.js) failed to load", n);
|
|
19058
19058
|
});
|
|
@@ -19082,13 +19082,13 @@ var Hi = { setup: function() {
|
|
|
19082
19082
|
Object.defineProperty(n.media, "currentTime", { get: function() {
|
|
19083
19083
|
return p;
|
|
19084
19084
|
}, set: function(x) {
|
|
19085
|
-
var S = n.embed, D = n.media, P = n.paused, N = n.volume,
|
|
19086
|
-
D.seeking = !0, F0.call(n, D, "seeking"), Promise.resolve(
|
|
19085
|
+
var S = n.embed, D = n.media, P = n.paused, N = n.volume, Z = P && !S.hasPlayed;
|
|
19086
|
+
D.seeking = !0, F0.call(n, D, "seeking"), Promise.resolve(Z && S.setVolume(0)).then(function() {
|
|
19087
19087
|
return S.setCurrentTime(x);
|
|
19088
19088
|
}).then(function() {
|
|
19089
|
-
return
|
|
19089
|
+
return Z && S.pause();
|
|
19090
19090
|
}).then(function() {
|
|
19091
|
-
return
|
|
19091
|
+
return Z && S.setVolume(N);
|
|
19092
19092
|
}).catch(function() {
|
|
19093
19093
|
});
|
|
19094
19094
|
} });
|
|
@@ -19137,7 +19137,7 @@ var Hi = { setup: function() {
|
|
|
19137
19137
|
return n.currentTime === n.duration;
|
|
19138
19138
|
} }), Promise.all([n.embed.getVideoWidth(), n.embed.getVideoHeight()]).then(function(x) {
|
|
19139
19139
|
var S = P2(x, 2), D = S[0], P = S[1];
|
|
19140
|
-
n.embed.ratio = [D, P],
|
|
19140
|
+
n.embed.ratio = [D, P], Ze.call(e);
|
|
19141
19141
|
}), n.embed.setAutopause(n.config.autopause).then(function(x) {
|
|
19142
19142
|
n.config.autopause = x;
|
|
19143
19143
|
}), n.embed.getVideoTitle().then(function(x) {
|
|
@@ -19209,9 +19209,9 @@ var rn = { setup: function() {
|
|
|
19209
19209
|
var i = r.title, a = r.height, l = r.width;
|
|
19210
19210
|
n.config.title = i, a2.setTitle.call(n), n.embed.ratio = [l, a];
|
|
19211
19211
|
}
|
|
19212
|
-
|
|
19212
|
+
Ze.call(n);
|
|
19213
19213
|
}).catch(function() {
|
|
19214
|
-
|
|
19214
|
+
Ze.call(n);
|
|
19215
19215
|
});
|
|
19216
19216
|
}, ready: function() {
|
|
19217
19217
|
var e = this, n = e.config.youtube, r = e.media && e.media.getAttribute("id");
|
|
@@ -19310,7 +19310,7 @@ var rn = { setup: function() {
|
|
|
19310
19310
|
} } });
|
|
19311
19311
|
}
|
|
19312
19312
|
} }, Ps = { setup: function() {
|
|
19313
|
-
this.media ? (K0(this.elements.container, this.config.classNames.type.replace("{0}", this.type), !0), K0(this.elements.container, this.config.classNames.provider.replace("{0}", this.provider), !0), this.isEmbed && K0(this.elements.container, this.config.classNames.type.replace("{0}", "video"), !0), this.isVideo && (this.elements.wrapper = N0("div", { class: this.config.classNames.video }), Ls(this.media, this.elements.wrapper), this.elements.poster = N0("div", { class: this.config.classNames.poster, hidden: "" }), this.elements.wrapper.appendChild(this.elements.poster)), this.isHTML5 ? Ne.setup.call(this) : this.isYouTube ? rn.setup.call(this) : this.isVimeo &&
|
|
19313
|
+
this.media ? (K0(this.elements.container, this.config.classNames.type.replace("{0}", this.type), !0), K0(this.elements.container, this.config.classNames.provider.replace("{0}", this.provider), !0), this.isEmbed && K0(this.elements.container, this.config.classNames.type.replace("{0}", "video"), !0), this.isVideo && (this.elements.wrapper = N0("div", { class: this.config.classNames.video }), Ls(this.media, this.elements.wrapper), this.elements.poster = N0("div", { class: this.config.classNames.poster, hidden: "" }), this.elements.wrapper.appendChild(this.elements.poster)), this.isHTML5 ? Ne.setup.call(this) : this.isYouTube ? rn.setup.call(this) : this.isVimeo && Zi.setup.call(this)) : this.debug.warn("No media element found!");
|
|
19314
19314
|
} }, nx = function(e) {
|
|
19315
19315
|
e.manager && e.manager.destroy(), e.elements.displayContainer && e.elements.displayContainer.destroy(), e.elements.container.remove();
|
|
19316
19316
|
}, rx = function() {
|
|
@@ -19683,7 +19683,7 @@ var rn = { setup: function() {
|
|
|
19683
19683
|
}, set: function(n) {
|
|
19684
19684
|
this.mouseDown ? this.currentScrubbingImageElement = n : this.currentThumbnailImageElement = n;
|
|
19685
19685
|
} }]), e;
|
|
19686
|
-
}(),
|
|
19686
|
+
}(), Hi = { insertElements: function(e, n) {
|
|
19687
19687
|
var r = this;
|
|
19688
19688
|
M.string(n) ? u4(e, this.media, { src: n }) : M.array(n) && n.forEach(function(i) {
|
|
19689
19689
|
u4(e, r.media, i);
|
|
@@ -19693,7 +19693,7 @@ var rn = { setup: function() {
|
|
|
19693
19693
|
xs(e, "sources.length") ? (Ne.cancelRequests.call(this), this.destroy.call(this, function() {
|
|
19694
19694
|
n.options.quality = [], Se(n.media), n.media = null, M.element(n.elements.container) && n.elements.container.removeAttribute("class");
|
|
19695
19695
|
var r = e.sources, i = e.type, a = P2(r, 1)[0], l = a.provider, o = l === void 0 ? Fe.html5 : l, s = a.src, c = o === "html5" ? i : "div", h = o === "html5" ? {} : { src: s };
|
|
19696
|
-
Object.assign(n, { provider: o, type: i, supported: g2.check(i, o, n.config.playsinline), media: N0(c, h) }), n.elements.container.appendChild(n.media), M.boolean(e.autoplay) && (n.config.autoplay = e.autoplay), n.isHTML5 && (n.config.crossorigin && n.media.setAttribute("crossorigin", ""), n.config.autoplay && n.media.setAttribute("autoplay", ""), M.empty(e.poster) || (n.poster = e.poster), n.config.loop.active && n.media.setAttribute("loop", ""), n.config.muted && n.media.setAttribute("muted", ""), n.config.playsinline && n.media.setAttribute("playsinline", "")), a2.addStyleHook.call(n), n.isHTML5 &&
|
|
19696
|
+
Object.assign(n, { provider: o, type: i, supported: g2.check(i, o, n.config.playsinline), media: N0(c, h) }), n.elements.container.appendChild(n.media), M.boolean(e.autoplay) && (n.config.autoplay = e.autoplay), n.isHTML5 && (n.config.crossorigin && n.media.setAttribute("crossorigin", ""), n.config.autoplay && n.media.setAttribute("autoplay", ""), M.empty(e.poster) || (n.poster = e.poster), n.config.loop.active && n.media.setAttribute("loop", ""), n.config.muted && n.media.setAttribute("muted", ""), n.config.playsinline && n.media.setAttribute("playsinline", "")), a2.addStyleHook.call(n), n.isHTML5 && Hi.insertElements.call(n, "source", r), n.config.title = e.title, Ps.setup.call(n), n.isHTML5 && Object.keys(e).includes("tracks") && Hi.insertElements.call(n, "track", e.tracks), (n.isHTML5 || n.isEmbed && !n.supported.ui) && a2.build.call(n), n.isHTML5 && n.media.load(), M.empty(e.previewThumbnails) || (Object.assign(n.config.previewThumbnails, e.previewThumbnails), n.previewThumbnails && n.previewThumbnails.loaded && (n.previewThumbnails.destroy(), n.previewThumbnails = null), n.config.previewThumbnails.enabled && (n.previewThumbnails = new Bs(n))), n.fullscreen.update();
|
|
19697
19697
|
}, !0)) : this.debug.warn("Invalid source format");
|
|
19698
19698
|
} };
|
|
19699
19699
|
function ax() {
|
|
@@ -19883,7 +19883,7 @@ var Fs = function() {
|
|
|
19883
19883
|
}, get: function() {
|
|
19884
19884
|
return !!this.media.loop;
|
|
19885
19885
|
} }, { key: "source", set: function(n) {
|
|
19886
|
-
|
|
19886
|
+
Hi.change.call(this, n);
|
|
19887
19887
|
}, get: function() {
|
|
19888
19888
|
return this.media.currentSrc;
|
|
19889
19889
|
} }, { key: "download", get: function() {
|
|
@@ -19902,7 +19902,7 @@ var Fs = function() {
|
|
|
19902
19902
|
var n = Es($a.call(this));
|
|
19903
19903
|
return M.array(n) ? n.join(":") : n;
|
|
19904
19904
|
}, set: function(n) {
|
|
19905
|
-
this.isVideo ? M.string(n) && ks(n) ? (this.config.ratio = n,
|
|
19905
|
+
this.isVideo ? M.string(n) && ks(n) ? (this.config.ratio = n, Ze.call(this)) : this.debug.error("Invalid aspect ratio specified (".concat(n, ")")) : this.debug.warn("Aspect ratio can only be set for video");
|
|
19906
19906
|
} }, { key: "autoplay", set: function(n) {
|
|
19907
19907
|
var r = M.boolean(n) ? n : this.config.autoplay;
|
|
19908
19908
|
this.config.autoplay = r;
|
|
@@ -19940,7 +19940,7 @@ function lx(e) {
|
|
|
19940
19940
|
let n = e === "/" ? "" : e;
|
|
19941
19941
|
return n = n.endsWith("/") ? n.slice(0, -1) : n, `${n}/img/plyr.svg`;
|
|
19942
19942
|
}
|
|
19943
|
-
var ox = { VUE_APP_API_URL: "/api", TERM_SESSION_ID: "
|
|
19943
|
+
var ox = { VUE_APP_API_URL: "/api", TERM_SESSION_ID: "fbf2520f-c224-4e53-94c5-204c2762e4c2", GJS_DEBUG_TOPICS: "JS ERROR;JS LOG", APPCODE_VM_OPTIONS: "/home/tanya/keyws/vmoptions/appcode.vmoptions", LESSOPEN: "| /usr/bin/lesspipe %s", GATEWAY_VM_OPTIONS: "/home/tanya/keyws/vmoptions/gateway.vmoptions", LANGUAGE: "uk:ru:en", SNAP_INSTANCE_KEY: "", USER: "tanya", SNAP_COMMON: "/var/snap/webstorm/common", LC_TIME: "ru_UA.UTF-8", npm_config_user_agent: "npm/10.2.4 node/v20.10.0 linux x64 workspaces/false", WEBSTORM_VM_OPTIONS: "/home/tanya/keyws/vmoptions/webstorm.vmoptions", WEBIDE_VM_OPTIONS: "/home/tanya/keyws/vmoptions/webide.vmoptions", SSH_AGENT_PID: "1479", XDG_SESSION_TYPE: "x11", npm_node_execpath: "/home/tanya/.nvm/versions/node/v20.10.0/bin/node", SNAP_UID: "1001", SHLVL: "1", npm_config_noproxy: "", HOME: "/home/tanya", SNAP_LIBRARY_PATH: "/var/lib/snapd/lib/gl:/var/lib/snapd/lib/gl32:/var/lib/snapd/void", DESKTOP_SESSION: "ubuntu", SNAP_USER_DATA: "/home/tanya/snap/webstorm/404", NVM_BIN: "/home/tanya/.nvm/versions/node/v20.10.0/bin", npm_package_json: "/home/tanya/projects/webitel-ui-sdk/package.json", NVM_INC: "/home/tanya/.nvm/versions/node/v20.10.0/include/node", TERMINAL_EMULATOR: "JetBrains-JediTerm", GIO_LAUNCHED_DESKTOP_FILE: "/var/lib/snapd/desktop/applications/webstorm_webstorm.desktop", GNOME_SHELL_SESSION_MODE: "ubuntu", GTK_MODULES: "gail:atk-bridge", LC_MONETARY: "ru_UA.UTF-8", MANAGERPID: "1111", npm_config_userconfig: "/home/tanya/.npmrc", npm_config_local_prefix: "/home/tanya/projects/webitel-ui-sdk", DATASPELL_VM_OPTIONS: "/home/tanya/keyws/vmoptions/dataspell.vmoptions", DATAGRIP_VM_OPTIONS: "/home/tanya/keyws/vmoptions/datagrip.vmoptions", DBUS_SESSION_BUS_ADDRESS: "unix:path=/run/user/1001/bus", SNAP_REVISION: "404", IDEA_VM_OPTIONS: "/home/tanya/keyws/vmoptions/idea.vmoptions", GIO_LAUNCHED_DESKTOP_FILE_PID: "6190", COLOR: "1", NVM_DIR: "/home/tanya/.nvm", IM_CONFIG_PHASE: "1", CLION_VM_OPTIONS: "/home/tanya/keyws/vmoptions/clion.vmoptions", LOGNAME: "tanya", JETBRAINSCLIENT_VM_OPTIONS: "/home/tanya/keyws/vmoptions/jetbrainsclient.vmoptions", SNAP_CONTEXT: "S1PxVSqqjDtFlMdxfMV6-z6Z5ovo6mnc_Qvf1e3dq3EhWlyI9XER", JOURNAL_STREAM: "8:45491", _: "/home/tanya/.nvm/versions/node/v20.10.0/bin/npm", npm_config_prefix: "/home/tanya/.nvm/versions/node/v20.10.0", npm_config_npm_version: "10.2.4", XDG_SESSION_CLASS: "user", SNAP_VERSION: "2024.2.2", PHPSTORM_VM_OPTIONS: "/home/tanya/keyws/vmoptions/phpstorm.vmoptions", USERNAME: "tanya", TERM: "xterm-256color", STUDIO_VM_OPTIONS: "/home/tanya/keyws/vmoptions/studio.vmoptions", npm_config_cache: "/home/tanya/.npm", GNOME_DESKTOP_SESSION_ID: "this-is-deprecated", SNAP_INSTANCE_NAME: "webstorm", WINDOWPATH: "2", npm_config_node_gyp: "/home/tanya/.nvm/versions/node/v20.10.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/tanya/projects/webitel-ui-sdk/node_modules/.bin:/home/tanya/projects/node_modules/.bin:/home/tanya/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/home/tanya/.nvm/versions/node/v20.10.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/tanya/projects/webitel-ui-sdk/node_modules/.bin:/home/tanya/projects/node_modules/.bin:/home/tanya/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/home/tanya/.nvm/versions/node/v20.10.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/tanya/.nvm/versions/node/v20.10.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/tanya/projects/webitel-ui-sdk/node_modules/.bin", SESSION_MANAGER: "local/valeriia-vivobook-asuslaptop-x512jp-x512jp:@/tmp/.ICE-unix/1517,unix/valeriia-vivobook-asuslaptop-x512jp-x512jp:/tmp/.ICE-unix/1517", INVOCATION_ID: "0ad30bda05a24d8fbeeb403e75bd701a", PAPERSIZE: "a4", RIDER_VM_OPTIONS: "/home/tanya/keyws/vmoptions/rider.vmoptions", DEVECOSTUDIO_VM_OPTIONS: "/home/tanya/keyws/vmoptions/devecostudio.vmoptions", NODE: "/home/tanya/.nvm/versions/node/v20.10.0/bin/node", npm_package_name: "@webitel/ui-sdk", XDG_MENU_PREFIX: "gnome-", LC_ADDRESS: "ru_UA.UTF-8", BAMF_DESKTOP_FILE_HINT: "/var/lib/snapd/desktop/applications/webstorm_webstorm.desktop", SNAP_DATA: "/var/snap/webstorm/404", XDG_RUNTIME_DIR: "/run/user/1001", DISPLAY: ":0", DESKTOP_STARTUP_ID: "gnome-shell/WebStorm/1533-1-valeriia-vivobook-asuslaptop-x512jp-x512jp_TIME8858683", LANG: "uk_UA.UTF-8", XDG_CURRENT_DESKTOP: "ubuntu:GNOME", LC_TELEPHONE: "ru_UA.UTF-8", GOLAND_VM_OPTIONS: "/home/tanya/keyws/vmoptions/goland.vmoptions", XMODIFIERS: "@im=ibus", XDG_SESSION_DESKTOP: "ubuntu", XAUTHORITY: "/run/user/1001/gdm/Xauthority", LS_COLORS: "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", npm_lifecycle_script: "vite build", SNAP_USER_COMMON: "/home/tanya/snap/webstorm/common", SSH_AUTH_SOCK: "/run/user/1001/keyring/ssh", SNAP_ARCH: "amd64", SNAP_COOKIE: "S1PxVSqqjDtFlMdxfMV6-z6Z5ovo6mnc_Qvf1e3dq3EhWlyI9XER", SHELL: "/bin/bash", LC_NAME: "ru_UA.UTF-8", npm_package_version: "24.10.27", npm_lifecycle_event: "build", QT_ACCESSIBILITY: "1", SNAP_REEXEC: "", GDMSESSION: "ubuntu", LESSCLOSE: "/usr/bin/lesspipe %s %s", SNAP_NAME: "webstorm", LC_MEASUREMENT: "ru_UA.UTF-8", PYCHARM_VM_OPTIONS: "/home/tanya/keyws/vmoptions/pycharm.vmoptions", GPG_AGENT_INFO: "/run/user/1001/gnupg/S.gpg-agent:0:1", GJS_DEBUG_OUTPUT: "stderr", LC_IDENTIFICATION: "ru_UA.UTF-8", QT_IM_MODULE: "ibus", RUBYMINE_VM_OPTIONS: "/home/tanya/keyws/vmoptions/rubymine.vmoptions", npm_config_globalconfig: "/home/tanya/.nvm/versions/node/v20.10.0/etc/npmrc", npm_config_init_module: "/home/tanya/.npm-init.js", PWD: "/home/tanya/projects/webitel-ui-sdk", JETBRAINS_CLIENT_VM_OPTIONS: "/home/tanya/keyws/vmoptions/jetbrains_client.vmoptions", npm_execpath: "/home/tanya/.nvm/versions/node/v20.10.0/lib/node_modules/npm/bin/npm-cli.js", XDG_CONFIG_DIRS: "/etc/xdg/xdg-ubuntu:/etc/xdg", SNAP_REAL_HOME: "/home/tanya", NVM_CD_FLAGS: "", XDG_DATA_DIRS: "/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop", npm_config_global_prefix: "/home/tanya/.nvm/versions/node/v20.10.0", SNAP_EUID: "1001", SNAP: "/snap/webstorm/404", LC_NUMERIC: "ru_UA.UTF-8", npm_command: "run-script", LC_PAPER: "ru_UA.UTF-8", INIT_CWD: "/home/tanya/projects/webitel-ui-sdk", EDITOR: "vi", NODE_ENV: "production" };
|
|
19944
19944
|
const sx = {
|
|
19945
19945
|
name: "WtPlayer",
|
|
19946
19946
|
props: {
|
|
@@ -20063,7 +20063,7 @@ function cx(e, n, r, i, a, l) {
|
|
|
20063
20063
|
return _(), I("aside", {
|
|
20064
20064
|
class: g0([[`wt-player--position-${r.position}`], "wt-player"])
|
|
20065
20065
|
}, [
|
|
20066
|
-
(_(), d0(t1(l.playerType),
|
|
20066
|
+
(_(), d0(t1(l.playerType), Z0({
|
|
20067
20067
|
ref: "player",
|
|
20068
20068
|
autoplay: r.autoplay,
|
|
20069
20069
|
src: r.src,
|
|
@@ -20240,7 +20240,7 @@ const Cr = (e, n) => n(e) ? !0 : !dx(e) || Object.keys(e).length !== 2 ? !1 : !O
|
|
|
20240
20240
|
}
|
|
20241
20241
|
};
|
|
20242
20242
|
function kx(e, n, r, i, a, l) {
|
|
20243
|
-
return _(), d0(t1(e.cComponent),
|
|
20243
|
+
return _(), d0(t1(e.cComponent), Z0({ name: "slide" }, e.cAttrs, n1(e.cHooks)), {
|
|
20244
20244
|
default: Y(() => [
|
|
20245
20245
|
J(e.$slots, "default")
|
|
20246
20246
|
]),
|
|
@@ -20327,7 +20327,7 @@ function Dx(e, n, r, i, a, l) {
|
|
|
20327
20327
|
_: 3
|
|
20328
20328
|
})
|
|
20329
20329
|
], 2)), [
|
|
20330
|
-
[
|
|
20330
|
+
[H2, e.wrapperShown]
|
|
20331
20331
|
]);
|
|
20332
20332
|
}
|
|
20333
20333
|
const Px = /* @__PURE__ */ A0(Mx, [["render", Dx], ["__scopeId", "data-v-fffb03a6"]]), Bx = {
|
|
@@ -20426,7 +20426,7 @@ const Nx = /* @__PURE__ */ A0(Bx, [["render", Fx], ["__scopeId", "data-v-df3274a
|
|
|
20426
20426
|
key: 0,
|
|
20427
20427
|
class: "wt-radio__label"
|
|
20428
20428
|
};
|
|
20429
|
-
function
|
|
20429
|
+
function Zx(e, n, r, i, a, l) {
|
|
20430
20430
|
const o = s0("wt-icon"), s = s0("wt-label");
|
|
20431
20431
|
return _(), I("div", {
|
|
20432
20432
|
class: g0([{
|
|
@@ -20457,7 +20457,7 @@ function Hx(e, n, r, i, a, l) {
|
|
|
20457
20457
|
})
|
|
20458
20458
|
], 2);
|
|
20459
20459
|
}
|
|
20460
|
-
const
|
|
20460
|
+
const Hx = /* @__PURE__ */ A0(Ix, [["render", Zx], ["__scopeId", "data-v-50eb3a52"]]), Ux = {
|
|
20461
20461
|
__name: "wt-rounded-action",
|
|
20462
20462
|
props: {
|
|
20463
20463
|
icon: {
|
|
@@ -20704,7 +20704,7 @@ function Kx(e) {
|
|
|
20704
20704
|
function Jx(e, n) {
|
|
20705
20705
|
return e === void 0 && (e = "undefined"), e === null && (e = "null"), e === !1 && (e = "false"), e.toString().toLowerCase().indexOf(n.trim()) !== -1;
|
|
20706
20706
|
}
|
|
20707
|
-
function
|
|
20707
|
+
function Zs(e, n, r, i) {
|
|
20708
20708
|
return n ? e.filter((a) => Jx(i(a, r), n)).sort((a, l) => i(a, r).length - i(l, r).length) : e;
|
|
20709
20709
|
}
|
|
20710
20710
|
function Qx(e) {
|
|
@@ -20720,7 +20720,7 @@ function eL(e, n, r, i, a) {
|
|
|
20720
20720
|
return (l) => l.map((o) => {
|
|
20721
20721
|
if (!o[r])
|
|
20722
20722
|
return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."), [];
|
|
20723
|
-
const s =
|
|
20723
|
+
const s = Zs(o[r], e, n, a);
|
|
20724
20724
|
return s.length ? {
|
|
20725
20725
|
[i]: o[i],
|
|
20726
20726
|
[r]: s
|
|
@@ -20992,7 +20992,7 @@ var tL = {
|
|
|
20992
20992
|
filteredOptions() {
|
|
20993
20993
|
const e = this.search || "", n = e.toLowerCase().trim();
|
|
20994
20994
|
let r = this.options.concat();
|
|
20995
|
-
return this.internalSearch ? r = this.groupValues ? this.filterAndFlat(r, n, this.label) :
|
|
20995
|
+
return this.internalSearch ? r = this.groupValues ? this.filterAndFlat(r, n, this.label) : Zs(r, n, this.label, this.customLabel) : r = this.groupValues ? e3(this.groupValues, this.groupLabel)(r) : r, r = this.hideSelected ? r.filter(Kx(this.isSelected)) : r, this.taggable && n.length && !this.isExistingOption(n) && (this.tagPosition === "bottom" ? r.push({ isTag: !0, label: e }) : r.unshift({ isTag: !0, label: e })), r.slice(0, this.optionsLimit);
|
|
20996
20996
|
},
|
|
20997
20997
|
valueKeys() {
|
|
20998
20998
|
return this.trackBy ? this.internalValue.map((e) => e[this.trackBy]) : this.internalValue;
|
|
@@ -21316,7 +21316,7 @@ var tL = {
|
|
|
21316
21316
|
this.pointer = e, this.pointerDirty = !0;
|
|
21317
21317
|
}
|
|
21318
21318
|
}
|
|
21319
|
-
},
|
|
21319
|
+
}, Hs = {
|
|
21320
21320
|
name: "vue-multiselect",
|
|
21321
21321
|
mixins: [tL, nL],
|
|
21322
21322
|
compatConfig: {
|
|
@@ -21592,7 +21592,7 @@ function fL(e, n, r, i, a, l) {
|
|
|
21592
21592
|
512
|
|
21593
21593
|
/* NEED_PATCH */
|
|
21594
21594
|
), [
|
|
21595
|
-
[
|
|
21595
|
+
[H2, l.visibleValues.length > 0]
|
|
21596
21596
|
]),
|
|
21597
21597
|
e.internalValue && e.internalValue.length > r.limit ? J(e.$slots, "limit", { key: 0 }, () => [
|
|
21598
21598
|
r0("strong", {
|
|
@@ -21611,7 +21611,7 @@ function fL(e, n, r, i, a, l) {
|
|
|
21611
21611
|
512
|
|
21612
21612
|
/* NEED_PATCH */
|
|
21613
21613
|
), [
|
|
21614
|
-
[
|
|
21614
|
+
[H2, r.loading]
|
|
21615
21615
|
])
|
|
21616
21616
|
])
|
|
21617
21617
|
]),
|
|
@@ -21789,7 +21789,7 @@ function fL(e, n, r, i, a, l) {
|
|
|
21789
21789
|
512
|
|
21790
21790
|
/* NEED_PATCH */
|
|
21791
21791
|
), [
|
|
21792
|
-
[
|
|
21792
|
+
[H2, r.showNoResults && e.filteredOptions.length === 0 && e.search && !r.loading]
|
|
21793
21793
|
]),
|
|
21794
21794
|
p2(r0(
|
|
21795
21795
|
"li",
|
|
@@ -21804,7 +21804,7 @@ function fL(e, n, r, i, a, l) {
|
|
|
21804
21804
|
512
|
|
21805
21805
|
/* NEED_PATCH */
|
|
21806
21806
|
), [
|
|
21807
|
-
[
|
|
21807
|
+
[H2, r.showNoOptions && (e.options.length === 0 || l.hasOptionGroup === !0 && e.filteredOptions.length === 0) && !e.search && !r.loading]
|
|
21808
21808
|
]),
|
|
21809
21809
|
J(e.$slots, "afterList")
|
|
21810
21810
|
], 12, ["id"])
|
|
@@ -21812,7 +21812,7 @@ function fL(e, n, r, i, a, l) {
|
|
|
21812
21812
|
36
|
|
21813
21813
|
/* STYLE, HYDRATE_EVENTS */
|
|
21814
21814
|
), [
|
|
21815
|
-
[
|
|
21815
|
+
[H2, e.isOpen]
|
|
21816
21816
|
])
|
|
21817
21817
|
]),
|
|
21818
21818
|
_: 3
|
|
@@ -21820,7 +21820,7 @@ function fL(e, n, r, i, a, l) {
|
|
|
21820
21820
|
})
|
|
21821
21821
|
], 42, ["tabindex", "aria-owns"]);
|
|
21822
21822
|
}
|
|
21823
|
-
|
|
21823
|
+
Hs.render = fL;
|
|
21824
21824
|
function an(e) {
|
|
21825
21825
|
"@babel/helpers - typeof";
|
|
21826
21826
|
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? an = function(n) {
|
|
@@ -22007,11 +22007,11 @@ const _r = {
|
|
|
22007
22007
|
return this.isValidation && this.v.$error;
|
|
22008
22008
|
},
|
|
22009
22009
|
validationText() {
|
|
22010
|
-
var n, r, i, a, l, o, s, c, h, d, m, p, y, b, A, O, C, x, S, D, P, N,
|
|
22010
|
+
var n, r, i, a, l, o, s, c, h, d, m, p, y, b, A, O, C, x, S, D, P, N, Z;
|
|
22011
22011
|
let e = "";
|
|
22012
22012
|
this.isValidation && this.invalid && ((n = this.v.required) != null && n.$invalid ? e = this.$t("validation.required") : (r = this.v.numeric) != null && r.$invalid ? e = this.$t("validation.numeric") : (i = this.v.email) != null && i.$invalid ? e = this.$t("validation.email") : (a = this.v.gatewayHostValidator) != null && a.$invalid ? e = this.$t("validation.gatewayHostValidator") : (l = this.v.ipValidator) != null && l.$invalid ? e = this.$t("validation.ipValidator") : (o = this.v.macValidator) != null && o.$invalid ? e = this.$t("validation.macValidator") : (s = this.v.minValue) != null && s.$invalid ? e = `${this.$t("validation.minValue")} ${this.v.minValue.$params.min}` : (c = this.v.maxValue) != null && c.$invalid ? e = `${this.$t("validation.maxValue")} ${this.v.maxValue.$params.max}` : (h = this.v.sipAccountValidator) != null && h.$invalid ? e = this.$t("validation.sipAccountValidator") : (d = this.v.minLength) != null && d.$invalid ? e = `${this.$t("validation.minLength")} ${this.v.minLength.$params.min}` : (m = this.v.url) != null && m.$invalid ? e = `${this.$t("validation.url")}` : (p = this.v.regExpValidator) != null && p.$invalid ? e = `${this.$t("validation.regExpValidator")}` : (y = this.v.sameAs) != null && y.$invalid ? e = `${this.$t("validation.sameAs")}` : (b = this.v.domainValidator) != null && b.$invalid ? e = `${this.$t("validation.domainValidator")}` : (A = this.v.decimalValidator) != null && A.$invalid ? e = `${this.$t("validation.decimalValidator")} ${this.v.decimalValidator.$params.count}` : (O = this.v.websocketValidator) != null && O.$invalid ? e = `${this.$t("validation.websocketValidator")}` : (C = this.v.integer) != null && C.$invalid ? e = `${this.$t("validation.integer")}` : (x = this.v.isRegExpMatched) != null && x.$invalid && (e = ((D = (S = this.v.isRegExpMatched) == null ? void 0 : S.$params) == null ? void 0 : D.errorMessage) || `${t("validation.isRegExpMatched")} ${(N = (P = this.v.isRegExpMatched) == null ? void 0 : P.$params) == null ? void 0 : N.regExp}`));
|
|
22013
22013
|
for (const { name: W, text: B } of this.customValidators)
|
|
22014
|
-
(
|
|
22014
|
+
(Z = this.v[W]) != null && Z.$invalid && (e = B);
|
|
22015
22015
|
return e;
|
|
22016
22016
|
}
|
|
22017
22017
|
}
|
|
@@ -22038,7 +22038,7 @@ const _r = {
|
|
|
22038
22038
|
mixins: [_r, LL],
|
|
22039
22039
|
directives: { ObserveVisibility: xL },
|
|
22040
22040
|
components: {
|
|
22041
|
-
VueMultiselect:
|
|
22041
|
+
VueMultiselect: Hs
|
|
22042
22042
|
},
|
|
22043
22043
|
props: {
|
|
22044
22044
|
options: {
|
|
@@ -22238,7 +22238,7 @@ function TL(e, n, r, i, a, l) {
|
|
|
22238
22238
|
"wt-select--loading": e.isLoading
|
|
22239
22239
|
}, "wt-select"])
|
|
22240
22240
|
}, [
|
|
22241
|
-
e.hasLabel ? (_(), d0(o,
|
|
22241
|
+
e.hasLabel ? (_(), d0(o, Z0({ key: 0 }, e.labelProps, {
|
|
22242
22242
|
disabled: e.disabled,
|
|
22243
22243
|
invalid: e.invalid,
|
|
22244
22244
|
class: "wt-select__label"
|
|
@@ -22250,7 +22250,7 @@ function TL(e, n, r, i, a, l) {
|
|
|
22250
22250
|
], void 0, !0),
|
|
22251
22251
|
_: 3
|
|
22252
22252
|
}, 16, ["disabled", "invalid"])) : U("", !0),
|
|
22253
|
-
r0(d,
|
|
22253
|
+
r0(d, Z0(e.$attrs, {
|
|
22254
22254
|
ref: "vue-multiselect",
|
|
22255
22255
|
"allow-empty": e.allowEmpty,
|
|
22256
22256
|
disabled: e.disabled,
|
|
@@ -22314,7 +22314,7 @@ function TL(e, n, r, i, a, l) {
|
|
|
22314
22314
|
p2(z("div", AL, [
|
|
22315
22315
|
r0(h, { size: "sm" })
|
|
22316
22316
|
], 512), [
|
|
22317
|
-
[
|
|
22317
|
+
[H2, e.isLoading]
|
|
22318
22318
|
])
|
|
22319
22319
|
]),
|
|
22320
22320
|
_: 2
|
|
@@ -22535,7 +22535,7 @@ function IL(e, n, r, i, a, l) {
|
|
|
22535
22535
|
_: 1
|
|
22536
22536
|
}, 8, ["options", "value", "onClosed", "onInput"]);
|
|
22537
22537
|
}
|
|
22538
|
-
const VL = /* @__PURE__ */ A0(NL, [["render", IL], ["__scopeId", "data-v-d3f0d3db"]]), RL = { class: "wt-stepper" },
|
|
22538
|
+
const VL = /* @__PURE__ */ A0(NL, [["render", IL], ["__scopeId", "data-v-d3f0d3db"]]), RL = { class: "wt-stepper" }, ZL = { class: "wt-stepper-header" }, HL = { class: "wt-stepper-steps" }, UL = { class: "wt-stepper-steps__wrapper" }, WL = { class: "wt-stepper-description" }, jL = {
|
|
22539
22539
|
__name: "wt-stepper",
|
|
22540
22540
|
props: {
|
|
22541
22541
|
steps: {
|
|
@@ -22556,8 +22556,8 @@ const VL = /* @__PURE__ */ A0(NL, [["render", IL], ["__scopeId", "data-v-d3f0d3d
|
|
|
22556
22556
|
return (a, l) => {
|
|
22557
22557
|
const o = s0("wt-chip");
|
|
22558
22558
|
return _(), I("div", RL, [
|
|
22559
|
-
z("div",
|
|
22560
|
-
z("div",
|
|
22559
|
+
z("div", ZL, [
|
|
22560
|
+
z("div", HL, [
|
|
22561
22561
|
(_(!0), I(V0, null, z0(i.value, ({ name: s, completed: c }, h) => (_(), I("div", UL, [
|
|
22562
22562
|
h !== 0 ? (_(), I("div", {
|
|
22563
22563
|
key: 0,
|
|
@@ -22629,7 +22629,7 @@ function JL(e, n, r, i, a, l) {
|
|
|
22629
22629
|
"wt-switcher--disabled": r.disabled
|
|
22630
22630
|
}, "wt-switcher"])
|
|
22631
22631
|
}, [
|
|
22632
|
-
r0(o,
|
|
22632
|
+
r0(o, Z0(r.labelProps, {
|
|
22633
22633
|
class: [{ "wt-switcher__wrapper--label-left": r.labelLeft }, "wt-switcher__wrapper"],
|
|
22634
22634
|
disabled: r.disabled
|
|
22635
22635
|
}), {
|
|
@@ -23246,7 +23246,7 @@ function Fk(e, n, r, i, a, l) {
|
|
|
23246
23246
|
"wt-tags-input--loading": e.isLoading
|
|
23247
23247
|
}, "wt-tags-input"])
|
|
23248
23248
|
}, [
|
|
23249
|
-
e.hasLabel ? (_(), d0(o,
|
|
23249
|
+
e.hasLabel ? (_(), d0(o, Z0({ key: 0 }, e.labelProps, {
|
|
23250
23250
|
disabled: e.disabled,
|
|
23251
23251
|
invalid: e.invalid,
|
|
23252
23252
|
class: "wt-tags-input__label"
|
|
@@ -23258,7 +23258,7 @@ function Fk(e, n, r, i, a, l) {
|
|
|
23258
23258
|
], void 0, !0),
|
|
23259
23259
|
_: 3
|
|
23260
23260
|
}, 16, ["disabled", "invalid"])) : U("", !0),
|
|
23261
|
-
r0(d,
|
|
23261
|
+
r0(d, Z0(e.$attrs, {
|
|
23262
23262
|
ref: "vue-multiselect",
|
|
23263
23263
|
"close-on-select": !1,
|
|
23264
23264
|
disabled: e.disabled,
|
|
@@ -23305,7 +23305,7 @@ function Fk(e, n, r, i, a, l) {
|
|
|
23305
23305
|
p2(z("div", Bk, [
|
|
23306
23306
|
r0(h, { size: "sm" })
|
|
23307
23307
|
], 512), [
|
|
23308
|
-
[
|
|
23308
|
+
[H2, e.isLoading]
|
|
23309
23309
|
])
|
|
23310
23310
|
]),
|
|
23311
23311
|
_: 2
|
|
@@ -23406,11 +23406,11 @@ const Nk = /* @__PURE__ */ A0(Pk, [["render", Fk], ["__scopeId", "data-v-ed4986b
|
|
|
23406
23406
|
n.style.paddingRight = `calc(${r} * 2 + ${e}px)`;
|
|
23407
23407
|
}
|
|
23408
23408
|
}
|
|
23409
|
-
}, Vk = { class: "wt-textarea__wrapper" }, Rk = ["id", "disabled", "placeholder", "value"],
|
|
23409
|
+
}, Vk = { class: "wt-textarea__wrapper" }, Rk = ["id", "disabled", "placeholder", "value"], Zk = {
|
|
23410
23410
|
ref: "after-wrapper",
|
|
23411
23411
|
class: "wt-textarea__after-wrapper"
|
|
23412
23412
|
};
|
|
23413
|
-
function
|
|
23413
|
+
function Hk(e, n, r, i, a, l) {
|
|
23414
23414
|
const o = s0("wt-label"), s = s0("wt-icon-btn"), c = s0("wt-input-info");
|
|
23415
23415
|
return _(), I("div", {
|
|
23416
23416
|
class: g0([{
|
|
@@ -23418,7 +23418,7 @@ function Zk(e, n, r, i, a, l) {
|
|
|
23418
23418
|
"wt-textarea--invalid": e.invalid
|
|
23419
23419
|
}, "wt-textarea"])
|
|
23420
23420
|
}, [
|
|
23421
|
-
r0(o,
|
|
23421
|
+
r0(o, Z0(r.labelProps, {
|
|
23422
23422
|
disabled: r.disabled,
|
|
23423
23423
|
for: r.name,
|
|
23424
23424
|
invalid: e.invalid
|
|
@@ -23431,7 +23431,7 @@ function Zk(e, n, r, i, a, l) {
|
|
|
23431
23431
|
_: 3
|
|
23432
23432
|
}, 16, ["disabled", "for", "invalid"]),
|
|
23433
23433
|
z("div", Vk, [
|
|
23434
|
-
z("textarea",
|
|
23434
|
+
z("textarea", Z0({
|
|
23435
23435
|
id: r.name,
|
|
23436
23436
|
ref: "wt-textarea",
|
|
23437
23437
|
disabled: r.disabled,
|
|
@@ -23439,7 +23439,7 @@ function Zk(e, n, r, i, a, l) {
|
|
|
23439
23439
|
value: r.value,
|
|
23440
23440
|
class: "wt-textarea__textarea"
|
|
23441
23441
|
}, n1(l.listeners, !0)), null, 16, Rk),
|
|
23442
|
-
z("div",
|
|
23442
|
+
z("div", Zk, [
|
|
23443
23443
|
J(e.$slots, "after-input", {}, void 0, !0),
|
|
23444
23444
|
r0(s, {
|
|
23445
23445
|
class: g0([{ hidden: !r.value }, "wt-textarea__reset-icon-btn"]),
|
|
@@ -23461,7 +23461,7 @@ function Zk(e, n, r, i, a, l) {
|
|
|
23461
23461
|
}, 8, ["invalid"])) : U("", !0)
|
|
23462
23462
|
], 2);
|
|
23463
23463
|
}
|
|
23464
|
-
const Uk = /* @__PURE__ */ A0(Ik, [["render",
|
|
23464
|
+
const Uk = /* @__PURE__ */ A0(Ik, [["render", Hk], ["__scopeId", "data-v-80ea6d97"]]), Wk = {
|
|
23465
23465
|
name: "WtTimeInput",
|
|
23466
23466
|
mixins: [_r],
|
|
23467
23467
|
props: {
|
|
@@ -23534,7 +23534,7 @@ function qk(e, n, r, i, a, l) {
|
|
|
23534
23534
|
"wt-time-input--invalid": e.invalid
|
|
23535
23535
|
}, "wt-time-input"])
|
|
23536
23536
|
}, [
|
|
23537
|
-
l.hasLabel ? (_(), d0(o,
|
|
23537
|
+
l.hasLabel ? (_(), d0(o, Z0({ key: 0 }, r.labelProps, {
|
|
23538
23538
|
disabled: r.disabled,
|
|
23539
23539
|
invalid: e.invalid
|
|
23540
23540
|
}), {
|
|
@@ -23658,7 +23658,7 @@ function Kk(e, n, r, i, a, l) {
|
|
|
23658
23658
|
return _(), I("div", {
|
|
23659
23659
|
class: g0([{ "wt-timepicker--invalid": e.invalid }, "wt-timepicker"])
|
|
23660
23660
|
}, [
|
|
23661
|
-
r.label || !r.noLabel ? (_(), d0(o,
|
|
23661
|
+
r.label || !r.noLabel ? (_(), d0(o, Z0({ key: 0 }, r.labelProps, { invalid: e.invalid }), {
|
|
23662
23662
|
default: Y(() => [
|
|
23663
23663
|
x0(c0(`${r.label} (${r.format})`), 1)
|
|
23664
23664
|
], void 0, !0),
|
|
@@ -23804,9 +23804,9 @@ const lE = function(e) {
|
|
|
23804
23804
|
const { main: S, cross: D } = Gs(x, l, await (c.isRTL == null ? void 0 : c.isRTL(h.floating)));
|
|
23805
23805
|
if (s !== x)
|
|
23806
23806
|
return { reset: { placement: A[0] } };
|
|
23807
|
-
const P = [O[$e(x)], O[S], O[D]], N = [...((i = o.autoPlacement) == null ? void 0 : i.overflows) || [], { placement: x, overflows: P }],
|
|
23808
|
-
if (
|
|
23809
|
-
return { data: { index: C + 1, overflows: N }, reset: { placement:
|
|
23807
|
+
const P = [O[$e(x)], O[S], O[D]], N = [...((i = o.autoPlacement) == null ? void 0 : i.overflows) || [], { placement: x, overflows: P }], Z = A[C + 1];
|
|
23808
|
+
if (Z)
|
|
23809
|
+
return { data: { index: C + 1, overflows: N }, reset: { placement: Z } };
|
|
23810
23810
|
const W = N.map((Q) => {
|
|
23811
23811
|
const j = Te(Q.placement);
|
|
23812
23812
|
return [Q.placement, j && d ? Q.overflows.slice(0, 2).reduce((l0, o0) => l0 + o0, 0) : Q.overflows[0], Q.overflows];
|
|
@@ -23838,22 +23838,22 @@ const lE = function(e) {
|
|
|
23838
23838
|
return m0 && (n0 = n0.map((v) => v + "-" + m0), l0 && (n0 = n0.concat(n0.map(ln)))), n0;
|
|
23839
23839
|
}(o, b, y, x));
|
|
23840
23840
|
const D = [o, ...S], P = await Ba(n, A), N = [];
|
|
23841
|
-
let
|
|
23841
|
+
let Z = ((r = a.flip) == null ? void 0 : r.overflows) || [];
|
|
23842
23842
|
if (h && N.push(P[O]), d) {
|
|
23843
23843
|
const { main: j, cross: l0 } = Gs(i, l, x);
|
|
23844
23844
|
N.push(P[j], P[l0]);
|
|
23845
23845
|
}
|
|
23846
|
-
if (
|
|
23846
|
+
if (Z = [...Z, { placement: i, overflows: N }], !N.every((j) => j <= 0)) {
|
|
23847
23847
|
var W, B;
|
|
23848
23848
|
const j = (((W = a.flip) == null ? void 0 : W.index) || 0) + 1, l0 = D[j];
|
|
23849
23849
|
if (l0)
|
|
23850
|
-
return { data: { index: j, overflows:
|
|
23851
|
-
let o0 = (B =
|
|
23850
|
+
return { data: { index: j, overflows: Z }, reset: { placement: l0 } };
|
|
23851
|
+
let o0 = (B = Z.filter((_0) => _0.overflows[0] <= 0).sort((_0, m0) => _0.overflows[1] - m0.overflows[1])[0]) == null ? void 0 : B.placement;
|
|
23852
23852
|
if (!o0)
|
|
23853
23853
|
switch (p) {
|
|
23854
23854
|
case "bestFit": {
|
|
23855
23855
|
var Q;
|
|
23856
|
-
const _0 = (Q =
|
|
23856
|
+
const _0 = (Q = Z.map((m0) => [m0.placement, m0.overflows.filter((n0) => n0 > 0).reduce((n0, v) => n0 + v, 0)]).sort((m0, n0) => m0[1] - n0[1])[0]) == null ? void 0 : Q[0];
|
|
23857
23857
|
_0 && (o0 = _0);
|
|
23858
23858
|
break;
|
|
23859
23859
|
}
|
|
@@ -23907,7 +23907,7 @@ function se(e) {
|
|
|
23907
23907
|
function Xs(e) {
|
|
23908
23908
|
return e instanceof ae(e).Node;
|
|
23909
23909
|
}
|
|
23910
|
-
function
|
|
23910
|
+
function He(e) {
|
|
23911
23911
|
return Xs(e) ? (e.nodeName || "").toLowerCase() : "";
|
|
23912
23912
|
}
|
|
23913
23913
|
function ue(e) {
|
|
@@ -23924,7 +23924,7 @@ function Qt(e) {
|
|
|
23924
23924
|
return /auto|scroll|overlay|hidden|clip/.test(n + i + r) && !["inline", "contents"].includes(a);
|
|
23925
23925
|
}
|
|
23926
23926
|
function dE(e) {
|
|
23927
|
-
return ["table", "td", "th"].includes(
|
|
23927
|
+
return ["table", "td", "th"].includes(He(e));
|
|
23928
23928
|
}
|
|
23929
23929
|
function Wi(e) {
|
|
23930
23930
|
const n = Fa(), r = se(e);
|
|
@@ -23934,7 +23934,7 @@ function Fa() {
|
|
|
23934
23934
|
return !(typeof CSS > "u" || !CSS.supports) && CSS.supports("-webkit-backdrop-filter", "none");
|
|
23935
23935
|
}
|
|
23936
23936
|
function Lr(e) {
|
|
23937
|
-
return ["html", "body", "#document"].includes(
|
|
23937
|
+
return ["html", "body", "#document"].includes(He(e));
|
|
23938
23938
|
}
|
|
23939
23939
|
const _4 = Math.min, qt = Math.max, nr = Math.round;
|
|
23940
23940
|
function Ks(e) {
|
|
@@ -23990,7 +23990,7 @@ function t9(e) {
|
|
|
23990
23990
|
return rt(Ve(e)).left + kr(e).scrollLeft;
|
|
23991
23991
|
}
|
|
23992
23992
|
function xt(e) {
|
|
23993
|
-
if (
|
|
23993
|
+
if (He(e) === "html")
|
|
23994
23994
|
return e;
|
|
23995
23995
|
const n = e.assignedSlot || e.parentNode || C4(e) && e.host || Ve(e);
|
|
23996
23996
|
return C4(n) ? n.host : n;
|
|
@@ -24050,7 +24050,7 @@ function E4(e, n) {
|
|
|
24050
24050
|
let i = k4(e, n);
|
|
24051
24051
|
for (; i && dE(i) && se(i).position === "static"; )
|
|
24052
24052
|
i = k4(i, n);
|
|
24053
|
-
return i && (
|
|
24053
|
+
return i && (He(i) === "html" || He(i) === "body" && se(i).position === "static" && !Wi(i)) ? r : i || function(a) {
|
|
24054
24054
|
let l = xt(a);
|
|
24055
24055
|
for (; ue(l) && !Lr(l); ) {
|
|
24056
24056
|
if (Wi(l))
|
|
@@ -24065,7 +24065,7 @@ function fE(e, n, r) {
|
|
|
24065
24065
|
let s = { scrollLeft: 0, scrollTop: 0 };
|
|
24066
24066
|
const c = { x: 0, y: 0 };
|
|
24067
24067
|
if (i || !i && !l)
|
|
24068
|
-
if ((
|
|
24068
|
+
if ((He(n) !== "body" || Qt(a)) && (s = kr(n)), ue(n)) {
|
|
24069
24069
|
const h = rt(n, !0, l, n);
|
|
24070
24070
|
c.x = h.x + n.clientLeft, c.y = h.y + n.clientTop;
|
|
24071
24071
|
} else
|
|
@@ -24078,7 +24078,7 @@ const hE = { getClippingRect: function(e) {
|
|
|
24078
24078
|
const m = d.get(h);
|
|
24079
24079
|
if (m)
|
|
24080
24080
|
return m;
|
|
24081
|
-
let p = zt(h).filter((O) => Q2(O) &&
|
|
24081
|
+
let p = zt(h).filter((O) => Q2(O) && He(O) !== "body"), y = null;
|
|
24082
24082
|
const b = se(h).position === "fixed";
|
|
24083
24083
|
let A = b ? xt(h) : h;
|
|
24084
24084
|
for (; Q2(A) && !Lr(A); ) {
|
|
@@ -24098,7 +24098,7 @@ const hE = { getClippingRect: function(e) {
|
|
|
24098
24098
|
return n;
|
|
24099
24099
|
let o = { scrollLeft: 0, scrollTop: 0 }, s = { x: 1, y: 1 };
|
|
24100
24100
|
const c = { x: 0, y: 0 };
|
|
24101
|
-
if ((a || !a && i !== "fixed") && ((
|
|
24101
|
+
if ((a || !a && i !== "fixed") && ((He(r) !== "body" || Qt(l)) && (o = kr(r)), ue(r))) {
|
|
24102
24102
|
const h = rt(r);
|
|
24103
24103
|
s = yt(r), c.x = h.x + r.clientLeft, c.y = h.y + r.clientTop;
|
|
24104
24104
|
}
|
|
@@ -24150,28 +24150,28 @@ function A4(e, n) {
|
|
|
24150
24150
|
function yE(e, n, r) {
|
|
24151
24151
|
r === void 0 && (r = {});
|
|
24152
24152
|
const i = r.whileElementsMounted, a = a0(() => {
|
|
24153
|
-
var
|
|
24154
|
-
return (
|
|
24153
|
+
var Z;
|
|
24154
|
+
return (Z = V(r.open)) != null ? Z : !0;
|
|
24155
24155
|
}), l = a0(() => V(r.middleware)), o = a0(() => {
|
|
24156
|
-
var
|
|
24157
|
-
return (
|
|
24156
|
+
var Z;
|
|
24157
|
+
return (Z = V(r.placement)) != null ? Z : "bottom";
|
|
24158
24158
|
}), s = a0(() => {
|
|
24159
|
-
var
|
|
24160
|
-
return (
|
|
24159
|
+
var Z;
|
|
24160
|
+
return (Z = V(r.strategy)) != null ? Z : "absolute";
|
|
24161
24161
|
}), c = a0(() => {
|
|
24162
|
-
var
|
|
24163
|
-
return (
|
|
24162
|
+
var Z;
|
|
24163
|
+
return (Z = V(r.transform)) != null ? Z : !0;
|
|
24164
24164
|
}), h = a0(() => M4(e.value)), d = a0(() => M4(n.value)), m = f0(0), p = f0(0), y = f0(s.value), b = f0(o.value), A = N4({}), O = f0(!1), C = a0(() => {
|
|
24165
|
-
const
|
|
24165
|
+
const Z = {
|
|
24166
24166
|
position: y.value,
|
|
24167
24167
|
left: "0",
|
|
24168
24168
|
top: "0"
|
|
24169
24169
|
};
|
|
24170
24170
|
if (!d.value)
|
|
24171
|
-
return
|
|
24171
|
+
return Z;
|
|
24172
24172
|
const W = A4(d.value, m.value), B = A4(d.value, p.value);
|
|
24173
24173
|
return c.value ? {
|
|
24174
|
-
...
|
|
24174
|
+
...Z,
|
|
24175
24175
|
transform: "translate(" + W + "px, " + B + "px)",
|
|
24176
24176
|
...i9(d.value) >= 1.5 && {
|
|
24177
24177
|
willChange: "transform"
|
|
@@ -24188,8 +24188,8 @@ function yE(e, n, r) {
|
|
|
24188
24188
|
middleware: l.value,
|
|
24189
24189
|
placement: o.value,
|
|
24190
24190
|
strategy: s.value
|
|
24191
|
-
}).then((
|
|
24192
|
-
m.value =
|
|
24191
|
+
}).then((Z) => {
|
|
24192
|
+
m.value = Z.x, p.value = Z.y, y.value = Z.strategy, b.value = Z.placement, A.value = Z.middlewareData, O.value = !0;
|
|
24193
24193
|
});
|
|
24194
24194
|
}
|
|
24195
24195
|
function D() {
|
|
@@ -24386,8 +24386,8 @@ const T4 = {
|
|
|
24386
24386
|
WtLogo: Kw,
|
|
24387
24387
|
WtAvatar: q6,
|
|
24388
24388
|
WtBadge: e7,
|
|
24389
|
-
WtIcon:
|
|
24390
|
-
WtIndicator:
|
|
24389
|
+
WtIcon: H5,
|
|
24390
|
+
WtIndicator: Zg,
|
|
24391
24391
|
WtInputInfo: Wg,
|
|
24392
24392
|
WtButton: s7,
|
|
24393
24393
|
WtChip: g7,
|
|
@@ -24404,7 +24404,7 @@ const T4 = {
|
|
|
24404
24404
|
WtNotification: $b,
|
|
24405
24405
|
WtPopup: Px,
|
|
24406
24406
|
WtProgressBar: Nx,
|
|
24407
|
-
WtRadio:
|
|
24407
|
+
WtRadio: Hx,
|
|
24408
24408
|
WtSearchBar: Xx,
|
|
24409
24409
|
WtSelect: SL,
|
|
24410
24410
|
WtSlider: PL,
|
|
@@ -24629,168 +24629,169 @@ function AE() {
|
|
|
24629
24629
|
(e.indexOf(l) > -1 || document.getElementById(l)) && console.warn(`Icon #${l} was duplicately registered. It must be globally unique.`), e.push(l), n.insertAdjacentHTML("beforeend", a);
|
|
24630
24630
|
};
|
|
24631
24631
|
}
|
|
24632
|
-
const
|
|
24633
|
-
|
|
24634
|
-
|
|
24635
|
-
|
|
24636
|
-
|
|
24637
|
-
|
|
24638
|
-
|
|
24639
|
-
|
|
24640
|
-
|
|
24641
|
-
|
|
24642
|
-
|
|
24643
|
-
|
|
24644
|
-
|
|
24645
|
-
|
|
24646
|
-
|
|
24647
|
-
|
|
24648
|
-
|
|
24649
|
-
|
|
24650
|
-
|
|
24651
|
-
|
|
24652
|
-
|
|
24653
|
-
|
|
24654
|
-
|
|
24655
|
-
|
|
24656
|
-
|
|
24657
|
-
|
|
24658
|
-
|
|
24659
|
-
|
|
24660
|
-
|
|
24661
|
-
|
|
24662
|
-
|
|
24663
|
-
|
|
24664
|
-
|
|
24665
|
-
|
|
24666
|
-
|
|
24667
|
-
|
|
24668
|
-
|
|
24669
|
-
|
|
24670
|
-
|
|
24671
|
-
|
|
24672
|
-
|
|
24673
|
-
|
|
24674
|
-
|
|
24675
|
-
|
|
24676
|
-
|
|
24677
|
-
|
|
24678
|
-
|
|
24679
|
-
|
|
24680
|
-
|
|
24681
|
-
|
|
24682
|
-
|
|
24683
|
-
|
|
24684
|
-
|
|
24685
|
-
|
|
24686
|
-
|
|
24687
|
-
|
|
24688
|
-
|
|
24689
|
-
|
|
24690
|
-
|
|
24691
|
-
|
|
24692
|
-
|
|
24693
|
-
|
|
24694
|
-
|
|
24695
|
-
|
|
24696
|
-
|
|
24697
|
-
|
|
24698
|
-
|
|
24699
|
-
|
|
24700
|
-
|
|
24701
|
-
|
|
24702
|
-
|
|
24703
|
-
|
|
24704
|
-
|
|
24705
|
-
|
|
24706
|
-
|
|
24707
|
-
|
|
24708
|
-
|
|
24709
|
-
|
|
24710
|
-
|
|
24711
|
-
|
|
24712
|
-
|
|
24713
|
-
|
|
24714
|
-
|
|
24715
|
-
|
|
24716
|
-
|
|
24717
|
-
|
|
24718
|
-
|
|
24719
|
-
|
|
24720
|
-
|
|
24721
|
-
|
|
24722
|
-
|
|
24723
|
-
|
|
24724
|
-
|
|
24725
|
-
|
|
24726
|
-
|
|
24727
|
-
|
|
24728
|
-
|
|
24729
|
-
|
|
24730
|
-
|
|
24731
|
-
|
|
24732
|
-
|
|
24733
|
-
|
|
24734
|
-
|
|
24735
|
-
|
|
24736
|
-
|
|
24737
|
-
|
|
24738
|
-
|
|
24739
|
-
|
|
24740
|
-
|
|
24741
|
-
|
|
24742
|
-
|
|
24743
|
-
|
|
24744
|
-
|
|
24745
|
-
|
|
24746
|
-
|
|
24747
|
-
|
|
24748
|
-
|
|
24749
|
-
|
|
24750
|
-
|
|
24751
|
-
|
|
24752
|
-
|
|
24753
|
-
|
|
24754
|
-
|
|
24755
|
-
|
|
24756
|
-
|
|
24757
|
-
|
|
24758
|
-
|
|
24759
|
-
|
|
24760
|
-
|
|
24761
|
-
|
|
24762
|
-
|
|
24763
|
-
|
|
24764
|
-
|
|
24765
|
-
|
|
24766
|
-
|
|
24767
|
-
|
|
24768
|
-
|
|
24769
|
-
|
|
24770
|
-
|
|
24771
|
-
|
|
24772
|
-
|
|
24773
|
-
|
|
24774
|
-
|
|
24775
|
-
|
|
24776
|
-
|
|
24777
|
-
|
|
24778
|
-
|
|
24779
|
-
|
|
24780
|
-
|
|
24781
|
-
|
|
24782
|
-
|
|
24783
|
-
|
|
24784
|
-
|
|
24785
|
-
|
|
24786
|
-
|
|
24787
|
-
|
|
24788
|
-
|
|
24789
|
-
|
|
24790
|
-
|
|
24791
|
-
|
|
24792
|
-
|
|
24793
|
-
|
|
24632
|
+
const H = AE();
|
|
24633
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="account"><path fill-rule="evenodd" d="M12 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M14.204 21.756C18.666 20.753 22 16.766 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.766 3.334 8.753 7.796 9.756A9.849 9.849 0 0 0 12 22c.778 0 1.521-.086 2.204-.244Zm3.567-4.216a8 8 0 1 0-11.543 0C6.945 16.074 9.258 15 12 15c2.743 0 5.056 1.074 5.771 2.54Zm-3.952 2.252a5.3 5.3 0 0 0 1.416-.545c.361-.21.57-.414.674-.559a.589.589 0 0 0 .082-.145A.125.125 0 0 0 16 18.5c0-.006 0-.019-.01-.043a.589.589 0 0 0-.08-.145c-.106-.145-.314-.349-.675-.56C14.505 17.328 13.366 17 12 17c-1.366 0-2.506.327-3.235.753-.361.21-.57.414-.674.559a.586.586 0 0 0-.082.145A.125.125 0 0 0 8 18.5c0 .006 0 .019.01.043.008.027.03.076.08.145.106.145.314.349.675.56a5.3 5.3 0 0 0 1.415.544 8.026 8.026 0 0 0 3.64 0Z" clip-rule="evenodd" /></symbol>', "account");
|
|
24634
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="agent"><path d="M6.59 9.004a5.502 5.502 0 0 1 10.82 0A1 1 0 1 0 18.5 10a6.5 6.5 0 1 0-13 0c0 .549.107 1.379.45 2.091.347.725.987 1.409 2.05 1.409a.5.5 0 0 0 0-1c-.537 0-.897-.316-1.15-.841a3.353 3.353 0 0 1-.23-.666 1 1 0 0 0-.03-1.989ZM8.261 17.889C7.33 18.433 7 19.037 7 19.5a1 1 0 1 1-2 0c0-1.47 1.014-2.616 2.253-3.339C8.518 15.424 10.198 15 12 15s3.483.424 4.747 1.161C17.986 16.884 19 18.031 19 19.5a1 1 0 1 1-2 0c0-.463-.33-1.067-1.261-1.611C14.83 17.359 13.512 17 12 17s-2.831.36-3.739.889Z" /><path fill-rule="evenodd" d="M12 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" clip-rule="evenodd" /></symbol>', "agent");
|
|
24635
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrange"><path fill-rule="evenodd" d="M13 11h-2v2h2v-2Zm-2-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2ZM6 11H4v2h2v-2ZM4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H4ZM20 11h-2v2h2v-2Zm-2-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2ZM6.707 2.293a1 1 0 0 1 0 1.414L6.414 4H17a3 3 0 0 1 3 3v2h-2V7a1 1 0 0 0-1-1H6.414l.293.293a1 1 0 0 1-1.414 1.414l-2-2a1 1 0 0 1 0-1.414l2-2a1 1 0 0 1 1.414 0ZM17.293 21.707a1 1 0 0 1 0-1.414l.293-.293H7a3 3 0 0 1-3-3v-2h2v2a1 1 0 0 0 1 1h10.586l-.293-.293a1 1 0 0 1 1.414-1.414l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414 0Z" clip-rule="evenodd" /></symbol>', "arrange");
|
|
24636
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="adfs"><path fill="#00BEF2" d="M11.713 9.958v3.02c0 2.447-.015 3.036-.087 3.1-.06.049-.223-.022-.7-.296-1.728-.995-2.886-1.726-2.89-1.846 0-.053 0-.214.004-.357a1.725 1.725 0 0 0-.106-.566 3.437 3.437 0 0 1-.117-.345c0-.064 3.453-3.175 3.521-3.175.02 0 .11.105.205.233l.17.232ZM15.919 13.83c-.027.106-.454.39-2.743 1.817-.423.266-.786.484-.794.476-.102 0-.125-.458-.14-3.16l-.015-3.016.352-.233c.193-.127.378-.232.416-.232.106 0 .563.499 1.815 1.966l1.165 1.373-.015.447a3.976 3.976 0 0 1-.042.563Z" /><path fill="#00BEF2" fill-rule="evenodd" d="M12.064 2.075C12.03 2.026 12.011 2 11.99 2c-.016 0-.03.023-.042.064-.011.041-2.243 2.698-4.973 5.91A820.385 820.385 0 0 0 2 13.856c-.011.026 2.209 1.842 4.928 4.041 2.72 2.199 4.974 4.026 5.012 4.064.063.063.071.056.243-.081l.006-.006c.098-.082 2.349-1.902 4.993-4.037 2.643-2.135 4.814-3.902 4.818-3.917.011-.015-2.213-2.672-4.936-5.899a1192.36 1192.36 0 0 1-5-5.947Zm-1.282 16.014c.155.3.53.616.84.728.303.113.522.113.889.008.355-.105.768-.45.934-.796.147-.311.163-.81.03-1.13-.136-.322-.117-.4.152-.618.438-.35 2.409-1.692 2.537-1.722.076-.023.258.04.492.168.314.173.427.203.726.203.427 0 .662-.09.983-.375.454-.41.64-1.088.428-1.591-.333-.784-1.173-1.133-1.967-.822a1.94 1.94 0 0 1-.404.117c-.053 0-.216-.132-.36-.297-.817-.942-2.36-2.792-2.45-2.945-.11-.173-.11-.18.003-.466.42-1.032-.355-2.187-1.467-2.187-.473 0-.719.079-1.052.337-.609.477-.786 1.272-.438 1.99l.17.356-.571.54c-.829.78-2.546 2.334-2.758 2.491-.181.135-.189.135-.476.042-.53-.173-1.078-.038-1.49.371-.307.3-.401.544-.401 1.017 0 .488.11.728.476 1.066.511.469 1.165.514 1.79.12.192-.12.298-.158.362-.12l.095.05c.223.121.806.436 1.456.783.802.427 1.51.821 1.57.863.106.078.106.09-.06.427-.216.454-.232 1.028-.039 1.392Z" clip-rule="evenodd" /></symbol>', "adfs");
|
|
24637
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="app-navigator"><path d="M5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6ZM5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-1ZM5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-1ZM16 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6ZM16 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM16 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM10.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6ZM10.5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM10.5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1Z" /></symbol>', "app-navigator");
|
|
24638
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-down"><path fill-rule="evenodd" d="M17.843 8.99a1.04 1.04 0 0 1-.331 1.43c-1.314.82-2.342 1.9-3.048 2.792a13.6 13.6 0 0 0-.791 1.106 9.305 9.305 0 0 0-.24.396l-.01.016v.002l-.065.12-.095.101c-.34.358-.797.547-1.263.547-.466 0-.924-.19-1.263-.547l-.095-.1-.065-.12v-.003l-.01-.016a9.361 9.361 0 0 0-.24-.396c-.176-.275-.44-.663-.791-1.106-.706-.892-1.734-1.971-3.048-2.792a1.04 1.04 0 0 1-.331-1.43 1.034 1.034 0 0 1 1.426-.333c1.58.988 2.778 2.257 3.574 3.264.358.45.64.855.843 1.167.204-.312.485-.716.842-1.167.797-1.007 1.995-2.276 3.575-3.264a1.034 1.034 0 0 1 1.426.332Z" clip-rule="evenodd" /></symbol>', "arrow-down");
|
|
24639
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-left"><path fill-rule="evenodd" d="M15.01 6.157a1.04 1.04 0 0 0-1.43.331c-.82 1.314-1.9 2.342-2.792 3.048a13.57 13.57 0 0 1-1.423.986l-.079.045-.016.01h-.002l-.12.065-.101.095c-.358.34-.547.797-.547 1.263 0 .466.19.924.547 1.263l.1.095.12.065h.001l.002.001.016.01.08.045c.07.041.179.106.316.194.275.176.663.44 1.106.791.892.706 1.971 1.734 2.792 3.048a1.04 1.04 0 0 0 1.43.331c.487-.302.636-.94.333-1.426-.988-1.58-2.257-2.778-3.264-3.574-.45-.358-.855-.64-1.167-.843a15.82 15.82 0 0 0 1.167-.842c1.007-.797 2.276-1.995 3.264-3.575a1.034 1.034 0 0 0-.332-1.426Z" clip-rule="evenodd" /></symbol>', "arrow-left");
|
|
24640
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-right"><path fill-rule="evenodd" d="M8.99 6.157a1.04 1.04 0 0 1 1.43.331c.82 1.314 1.9 2.342 2.792 3.048.443.35.831.616 1.106.791a9.305 9.305 0 0 0 .396.24l.016.01h.002l.12.065.101.095c.358.34.547.797.547 1.263 0 .466-.19.924-.547 1.263l-.1.095-.12.065h-.003l-.016.01-.08.046c-.07.041-.179.106-.316.194-.275.176-.663.44-1.106.791-.892.706-1.971 1.734-2.792 3.048a1.04 1.04 0 0 1-1.43.331 1.034 1.034 0 0 1-.333-1.426c.988-1.58 2.257-2.778 3.264-3.574.45-.358.855-.64 1.167-.843a15.79 15.79 0 0 1-1.167-.842c-1.007-.797-2.276-1.995-3.264-3.575a1.034 1.034 0 0 1 .332-1.426Z" clip-rule="evenodd" /></symbol>', "arrow-right");
|
|
24641
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-up"><path fill-rule="evenodd" d="M6.157 15.01a1.04 1.04 0 0 1 .331-1.43c1.314-.82 2.342-1.9 3.048-2.792.35-.443.616-.831.791-1.106a9.322 9.322 0 0 0 .24-.396l.01-.017.065-.122.095-.1c.34-.358.797-.547 1.263-.547.466 0 .924.19 1.263.547l.095.1.065.12v.002l.01.017.046.08c.041.07.106.179.194.316.176.275.44.663.791 1.106.706.892 1.734 1.971 3.048 2.792.485.304.634.944.331 1.43a1.034 1.034 0 0 1-1.426.333c-1.58-.988-2.778-2.258-3.574-3.264A15.815 15.815 0 0 1 12 10.911a15.79 15.79 0 0 1-.842 1.168c-.797 1.006-1.995 2.276-3.575 3.264a1.034 1.034 0 0 1-1.426-.332Z" clip-rule="evenodd" /></symbol>', "arrow-up");
|
|
24642
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="arrow-mix"><path d="M17.104 4c0-.552.438-1 .98-1 .54 0 .978.448.978 1 0-.008 0-.008.004.003.009.03.043.15.171.361.151.25.376.534.64.804.265.27.543.5.787.654a1.414 1.414 0 0 0 .357.178c.54 0 .979.448.979 1a.99.99 0 0 1-.98 1c.01 0 .008 0-.002.003-.03.01-.146.044-.354.175a4.585 4.585 0 0 0-.787.654c-.264.27-.489.554-.64.804-.128.212-.162.33-.171.361-.003.01-.004.011-.004.003a.99.99 0 0 1-.979 1 .99.99 0 0 1-.979-1c0-.534.241-1.043.468-1.417a5.79 5.79 0 0 1 .398-.57 6.954 6.954 0 0 0-4.545 2.067 10.93 10.93 0 0 0-1.077-1.739 8.952 8.952 0 0 1 5.434-2.32A.965.965 0 0 1 17.98 6a5.822 5.822 0 0 1-.407-.583c-.227-.374-.468-.883-.468-1.417ZM8.575 13.92A6.953 6.953 0 0 1 3.615 16H3a1 1 0 1 0 0 2h.615a8.95 8.95 0 0 0 6.037-2.341c-.409-.54-.77-1.12-1.077-1.739Z" /><path d="M2 7a1 1 0 0 1 1-1h.615a8.954 8.954 0 0 1 8.313 5.629 6.954 6.954 0 0 0 6.041 4.359 5.797 5.797 0 0 1-.397-.571c-.227-.374-.468-.883-.468-1.417 0-.552.438-1 .98-1 .54 0 .978.448.978 1 0-.008 0-.008.004.003.009.03.043.15.171.361.151.25.376.534.64.804.265.27.543.5.787.654.208.13.324.166.354.175.01.003.011.003.003.003.54 0 .979.448.979 1a.99.99 0 0 1-.98 1c.01 0 .008 0-.002.003a1.41 1.41 0 0 0-.354.175 4.585 4.585 0 0 0-.787.654c-.264.27-.489.554-.64.804-.128.212-.162.33-.171.361-.003.01-.004.012-.004.003a.99.99 0 0 1-.979 1 .99.99 0 0 1-.979-1c0-.534.241-1.043.468-1.417.12-.197.257-.393.407-.583a.966.966 0 0 1-.197-.02 8.955 8.955 0 0 1-7.71-5.609A6.954 6.954 0 0 0 3.615 8H3a1 1 0 0 1-1-1Z" /></symbol>', "arrow-mix");
|
|
24643
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="attach"><path fill-rule="evenodd" d="M11.768 3.602a5.441 5.441 0 0 1 7.712 0c2.16 2.14 2.16 5.528 0 7.669l-.006.005-6.244 6.098c-1.546 1.529-4.136 1.637-5.689-.034-1.518-1.538-1.618-4.096.059-5.631l4.262-4.225a1 1 0 0 1 1.408 1.42l-4.277 4.24a.913.913 0 0 1-.033.031c-.774.7-.796 1.956.012 2.767l.028.03c.713.774 2.003.793 2.825-.021l.005-.006 6.244-6.097c1.368-1.358 1.367-3.468-.002-4.826a3.441 3.441 0 0 0-4.894-.001l-.002.001-.001.002-.003.003-6.893 6.833c-1.842 1.916-1.834 4.95-.006 6.767l.003.003c1.94 1.831 5.017 1.822 6.854.001l4.942-4.898a1 1 0 1 1 1.408 1.42l-4.942 4.898c-2.636 2.614-6.95 2.574-9.64.028l-.01-.008-.02-.02c-2.64-2.618-2.6-6.91-.027-9.581.01-.012.022-.023.033-.034l6.888-6.828.006-.006Z" clip-rule="evenodd" /></symbol>', "attach");
|
|
24644
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="attention"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-6a1 1 0 0 1 1 1v5.5a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Zm1 10.5a1 1 0 1 0-2 0v.5a1 1 0 1 0 2 0v-.5Z" clip-rule="evenodd" /></symbol>', "attention");
|
|
24645
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" id="azure"><path fill="#292E3D" d="M8.834 1.636h6.51L8.586 21.658a1.038 1.038 0 0 1-.983.706H2.537a1.035 1.035 0 0 1-.982-1.368L7.851 2.342a1.038 1.038 0 0 1 .983-.706Z" style="fill:#292e3d;fill:color(display-p3 .16 .18 .24);fill-opacity:1" /><path fill="#0078D4" d="M18.294 15.065H7.97a.477.477 0 0 0-.326.828l6.633 6.19c.193.18.447.28.711.28h5.845l-2.54-7.298Z" style="fill:#0078d4;fill:color(display-p3 0 .4706 .8314);fill-opacity:1" /><path fill="url(#azure_a)" d="M8.834 1.636a1.03 1.03 0 0 0-.985.72L1.563 20.979a1.035 1.035 0 0 0 .977 1.385h5.197a1.11 1.11 0 0 0 .852-.725l1.254-3.694 4.477 4.176c.188.155.423.24.667.243h5.823l-2.554-7.299-7.445.002 4.557-13.431H8.834Z" /><path fill="url(#azure_b)" d="M17.149 2.341a1.036 1.036 0 0 0-.982-.705H8.912a1.037 1.037 0 0 1 .982.705l6.296 18.655a1.036 1.036 0 0 1-.982 1.368h7.255a1.038 1.038 0 0 0 .982-1.368L17.149 2.341Z" /><defs><linearGradient id="azure_a" x1="13.319" x2="11.755" y1="12.479" y2="13.008" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3" style="stop-color:black;stop-opacity:.3" /><stop offset=".071" stop-opacity=".2" style="stop-color:black;stop-opacity:.2" /><stop offset=".321" stop-opacity=".1" style="stop-color:black;stop-opacity:.1" /><stop offset=".623" stop-opacity=".05" style="stop-color:black;stop-opacity:.05" /><stop offset="1" stop-opacity="0" style="stop-color:none;stop-opacity:0" /></linearGradient><linearGradient id="azure_b" x1="12.459" x2="19.88" y1="2.589" y2="22.36" gradientUnits="userSpaceOnUse"><stop stop-color="#3CCBF4" style="stop-color:#3ccbf4;stop-color:color(display-p3 .2353 .7961 .9569);stop-opacity:1" /><stop offset="1" stop-color="#2892DF" style="stop-color:#2892df;stop-color:color(display-p3 .1569 .5725 .8745);stop-opacity:1" /></linearGradient></defs></symbol>', "azure");
|
|
24646
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="back"><path d="M3.004 12.085a.995.995 0 0 0 .214.539l.012.014a.995.995 0 0 0 .346.268c.214.106.416.193.62.281.416.18.84.364 1.388.717.76.488 1.66 1.265 2.584 2.65a1 1 0 0 0 1.664-1.109c-.71-1.065-1.43-1.85-2.122-2.445H20a1 1 0 1 0 0-2H7.71c.692-.594 1.412-1.38 2.122-2.445a1 1 0 0 0-1.664-1.11c-.924 1.386-1.825 2.164-2.584 2.651-.549.354-.972.537-1.388.717-.202.087-.403.174-.615.279a1.002 1.002 0 0 0-.579.841M3 12c0 .028.001.057.004.085L3 12Z" /></symbol>', "back");
|
|
24647
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bell"><path d="M12 4C9.302 4 7.172 6.097 7.172 8.55v4.255c-.006 1.232-.428 2.424-1.287 3.362h12.23c-.86-.938-1.281-2.13-1.287-3.362V8.55C16.828 6.098 14.698 4 12 4ZM5.172 8.55C5.172 4.903 8.29 2 12 2c3.71 0 6.828 2.902 6.828 6.55v4.244c.004.97.409 1.846 1.236 2.442l.007.005.297.189c.034.021.066.045.097.07 1.099.899.414 2.667-1.028 2.667H4.562c-1.441 0-2.126-1.768-1.027-2.667a.996.996 0 0 1 .097-.07l.297-.189.007-.005c.827-.596 1.232-1.471 1.236-2.443V8.552ZM9.85 21a1 1 0 0 1 1-1h2.3a1 1 0 1 1 0 2h-2.3a1 1 0 0 1-1-1Z" /></symbol>', "bell");
|
|
24648
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bell-badged"><circle cx="21" cy="3" r="3" fill="#E63E1A" /><path d="M12 4C9.302 4 7.172 6.097 7.172 8.55v4.255c-.006 1.232-.428 2.424-1.287 3.362h12.23c-.86-.938-1.281-2.13-1.287-3.362V8.55C16.828 6.098 14.698 4 12 4ZM5.172 8.55C5.172 4.903 8.29 2 12 2c3.71 0 6.828 2.902 6.828 6.55v4.244c.004.97.409 1.846 1.236 2.442l.007.005.297.189c.034.021.066.045.097.07 1.099.899.414 2.667-1.028 2.667H4.562c-1.441 0-2.126-1.768-1.027-2.667a.996.996 0 0 1 .097-.07l.297-.189.007-.005c.827-.596 1.232-1.471 1.236-2.443V8.552ZM9.85 21a1 1 0 0 1 1-1h2.3a1 1 0 1 1 0 2h-2.3a1 1 0 0 1-1-1Z" /></symbol>', "bell-badged");
|
|
24649
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bucket"><path fill-rule="evenodd" d="M10 2a3 3 0 0 0-2.83 4H3a1 1 0 0 0 0 2h1.17c-.11.313-.17.65-.17 1l1 10a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3l1-10c0-.35-.06-.687-.17-1H21a1 1 0 1 0 0-2h-4.17A3 3 0 0 0 14 2h-4Zm4 4a1 1 0 1 0 0-2h-4a1 1 0 0 0 0 2h4ZM7 8a1 1 0 0 0-1 1l1 10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l1-10a1 1 0 0 0-1-1H7Z" clip-rule="evenodd" /></symbol>', "bucket");
|
|
24650
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="bot"><path fill-rule="evenodd" d="M11.959 2h.142c2.89 0 5.259 1.418 5.483 3.22.04.082.078.165.113.25.169.407.244.876.277 1.53h.027a2 2 0 0 1 1.6 3.2c.243.183.4.473.4.8v3a1 1 0 1 1-2 0c0 1.864 0 2.796-.304 3.53a4 4 0 0 1-2.165 2.165c-.735.305-1.667.305-3.53.305-1.864 0-2.796 0-3.53-.305a4 4 0 0 1-2.165-2.164c-.305-.735-.305-1.667-.305-3.531a1 1 0 1 1-2 0v-3c0-.327.157-.617.4-.8a2 2 0 0 1 1.6-3.2h.027c.034-.654.109-1.123.278-1.53.035-.085.072-.168.113-.25C6.644 3.418 9.013 2 11.903 2h.056Zm.043 16c.959 0 1.578-.001 2.052-.033.456-.031.63-.085.713-.12a2 2 0 0 0 1.082-1.082c.034-.083.088-.256.119-.713C16 15.58 16 14.96 16 14v-4s-1-1-4-1c-2.999 0-3.999 1-3.999 1v4c0 .96.001 1.579.034 2.052.03.457.084.63.118.713a2 2 0 0 0 1.083 1.083c.083.034.257.088.713.119.474.032 1.093.033 2.052.033ZM15.6 5.5h.007v1a1 1 0 0 1-1 1H9.401a1 1 0 0 1-1-1v-1h.002c0-.046.032-.373.684-.788.628-.4 1.618-.712 2.816-.712h.198c1.197 0 2.187.313 2.815.712.652.415.685.742.685.788Z" clip-rule="evenodd" /><path d="M9.002 21a1 1 0 0 1 1-1h.004c.55 0 .996 0 .996 1a1 1 0 0 1-1 1c-.5 0-.75 0-.875-.125S9.002 21.5 9.002 21ZM14.001 20a1 1 0 0 1 1 1c0 .5 0 .75-.125.875s-.375.125-.875.125a1 1 0 0 1-1-1c0-1 .446-1 .996-1h.004Z" /></symbol>', "bot");
|
|
24651
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="calendar"><path fill-rule="evenodd" d="M7.796 1.568c.19-.251.55-.568 1.087-.568a1 1 0 0 1 .47 1.883l-.007.024L9.32 3h4.747a4.69 4.69 0 0 1 .138-.657c.072-.243.183-.529.37-.775.19-.251.549-.568 1.087-.568a1 1 0 0 1 .47 1.883l-.008.024L16.1 3H18a4 4 0 0 1 4 4v11a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h1.288c.033-.23.079-.453.139-.657.072-.243.183-.529.37-.775ZM14.068 5c.033.23.078.453.138.657.072.243.183.529.37.775.19.251.549.568 1.087.568a1 1 0 0 0 .47-1.883l-.008-.024A2.008 2.008 0 0 1 16.1 5H18a2 2 0 0 1 2 2v1H4V7a2 2 0 0 1 2-2h1.288c.033.23.079.453.14.657.07.243.182.529.368.775.19.251.55.568 1.087.568a1 1 0 0 0 .47-1.883l-.007-.024A1.921 1.921 0 0 1 9.32 5h4.747ZM20 10v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8h16Z" clip-rule="evenodd" /></symbol>', "calendar");
|
|
24652
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="dark-mode"><path fill-rule="evenodd" d="M10.204 2.813c.41.609.503 1.464.134 2.214a8.556 8.556 0 0 0-.876 3.79c0 4.65 3.656 8.372 8.105 8.372.612 0 1.098.373 1.31.845a1.36 1.36 0 0 1-.364 1.613A9.91 9.91 0 0 1 12.104 22C6.497 22 2 17.33 2 11.628c0-4.194 2.428-7.82 5.94-9.453a1.78 1.78 0 0 1 1.318-.092c.42.137.736.418.946.73ZM8.56 4.096C5.87 5.45 4 8.306 4 11.628 4 16.28 7.655 20 12.104 20a7.86 7.86 0 0 0 3.766-.957c-4.791-.83-8.408-5.114-8.408-10.226 0-1.679.39-3.268 1.082-4.674a.244.244 0 0 0 .017-.047Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M15 4a1 1 0 0 1 1 1 2 2 0 0 0 2 2 1 1 0 1 1 0 2 2 2 0 0 0-2 2 1 1 0 0 1-2 0 2 2 0 0 0-2-2 1 1 0 1 1 0-2 2 2 0 0 0 2-2 1 1 0 0 1 1-1Zm0 3.646c-.11.125-.229.243-.354.354.125.11.243.229.354.354.11-.125.229-.243.354-.354A4.027 4.027 0 0 1 15 7.646Z" clip-rule="evenodd" /><path d="M20 11a1 1 0 1 0-2 0 1 1 0 0 1-1 1 1 1 0 1 0 0 2 1 1 0 0 1 1 1 1 1 0 0 0 2 0 1 1 0 0 1 1-1 1 1 0 0 0 0-2 1 1 0 0 1-1-1Z" /></symbol>', "dark-mode");
|
|
24653
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326c.425.831 1.073 1.7 1.935 2.553.75.741 1.69 1.394 2.63 1.896l.414-.41a3.222 3.222 0 0 1 4.575 0l1.203 1.19c.027.027.054.056.08.085.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449-.071.112-.154.215-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-3.004-.572-6.21-2.353-8.814-4.924-2.725-2.592-4.412-5.754-4.997-8.688-.455-1.756.205-3.445 1.275-4.503l.702-.694Zm3.87 1.423c-.706-.699-1.758-.699-2.464 0l-.702.693c-.642.636-1 1.622-.74 2.598l.015.065c.494 2.512 1.966 5.326 4.426 7.663l.014.014c2.374 2.345 5.235 3.901 7.783 4.387h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008c-1.302-.603-2.7-1.497-3.807-2.592-1.211-1.198-2.132-2.504-2.652-3.824a1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.144 1.144 0 0 0-.362-.859l-1.203-1.19Z" clip-rule="evenodd" /></symbol>', "call");
|
|
24654
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172a36.79 36.79 0 0 1-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501-.115.122-.222.237-.327.344-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544.106-.107.22-.217.341-.333.701-.672 1.573-1.508 1.465-2.652Z" /></symbol>', "call--filled");
|
|
24655
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-add-to"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694c.095-.093.178-.196.248-.308.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a1.68 1.68 0 0 0-.08-.085l-1.203-1.19a3.222 3.222 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.142 3.142 0 0 0-.954-2.346L9.4 3.1ZM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.86-.01.305-.15.64-.463.95l-.802.793c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663a1.006 1.006 0 0 0-.015-.065c-.26-.976.098-1.962.74-2.598l.702-.693Z" clip-rule="evenodd" /><path d="m20.008 3.993-.002-1.813c0-.555-.45-1.006-1.006-1.006-.555 0-1.005.45-1.005 1.005l.002 1.819-1.817-.001c-.556 0-1.005.449-1.005 1.004 0 .556.45 1.006 1.006 1.006l1.81.002.002 1.81c0 .555.45 1.006 1.006 1.006.555 0 1.005-.45 1.005-1.005l-.002-1.817 1.82.002c.555 0 1.005-.45 1.004-1.005 0-.556-.45-1.006-1.006-1.006l-1.812-.001Z" /></symbol>', "call-add-to");
|
|
24656
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-add-to--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172a36.79 36.79 0 0 1-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501-.115.122-.222.237-.327.344-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544.106-.107.22-.217.341-.333.701-.672 1.573-1.508 1.465-2.652ZM19.008 4.993l-.002-1.813c0-.555-.45-1.006-1.006-1.006-.555 0-1.005.45-1.005 1.005l.002 1.819-1.817-.001c-.556 0-1.005.449-1.005 1.004 0 .556.45 1.006 1.006 1.006l1.81.002.002 1.81c0 .555.45 1.006 1.006 1.006.555 0 1.005-.45 1.005-1.005l-.002-1.817 1.82.002c.555 0 1.005-.45 1.004-1.005 0-.556-.45-1.006-1.006-1.006l-1.812-.001Z" /></symbol>', "call-add-to--filled");
|
|
24657
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-disconnect"><path fill-rule="evenodd" d="m19 3.575-1.283-1.28a1.007 1.007 0 0 0-1.422 0 1.004 1.004 0 0 0 0 1.42l1.287 1.286-1.286 1.284a1.004 1.004 0 0 0 0 1.42c.393.393 1.03.393 1.423 0l1.28-1.279 1.282 1.28c.393.392 1.03.392 1.423 0a1.004 1.004 0 0 0 0-1.421L20.418 5l1.287-1.286a1.004 1.004 0 0 0 0-1.42 1.007 1.007 0 0 0-1.422 0L19 3.574Zm-9.6-.474a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694c.095-.093.178-.196.248-.308.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a1.68 1.68 0 0 0-.08-.085l-1.203-1.19a3.222 3.222 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.142 3.142 0 0 0-.954-2.346L9.4 3.1ZM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.86-.01.305-.15.64-.463.95l-.802.793c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663a1.006 1.006 0 0 0-.015-.064c-.26-.977.098-1.963.74-2.599l.702-.693Z" clip-rule="evenodd" /></symbol>', "call-disconnect");
|
|
24658
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-disconnect--filled"><path fill-rule="evenodd" d="M20.408 16.09c.99.81 1.508 1.587 1.583 2.375.108 1.143-.764 1.98-1.464 2.651-.121.117-.236.227-.342.334-.393.398-1.044.586-1.883.544-2.076-.103-6.012-1.73-10.27-5.976-2.393-2.386-4.264-5.012-5.27-7.395-.927-2.2-1.014-3.985-.231-4.776.105-.107.212-.222.326-.344.647-.693 1.451-1.555 2.55-1.5.81.04 1.613.556 2.453 1.577C8.947 4.9 9.4 5.863 9.326 6.707c-.069.795-.592 1.316-1.146 1.868l-.191.191c-.188.19.002.745.506 1.487.508.746 1.334 1.691 2.455 2.809 2.585 2.576 3.651 2.995 4.057 3.015.14.007.2-.036.238-.074l.19-.195c.61-.627 1.186-1.22 2.143-1.172.766.038 1.665.5 2.83 1.454Zm-2.69-13.796L19 3.575l1.283-1.28a1.007 1.007 0 0 1 1.422 0 1.004 1.004 0 0 1 0 1.42l-1.287 1.286 1.286 1.284a1.004 1.004 0 0 1 0 1.42 1.007 1.007 0 0 1-1.423 0L19 6.427l-1.281 1.28a1.007 1.007 0 0 1-1.423 0 1.004 1.004 0 0 1 0-1.421L17.582 5l-1.287-1.286a1.004 1.004 0 0 1 0-1.42 1.007 1.007 0 0 1 1.422 0Z" clip-rule="evenodd" /></symbol>', "call-disconnect--filled");
|
|
24659
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-end"><path fill-rule="evenodd" d="M10.717 2.294 12 3.575l1.283-1.28a1.007 1.007 0 0 1 1.422 0 1.004 1.004 0 0 1 0 1.42l-1.287 1.286 1.286 1.284a1.004 1.004 0 0 1 0 1.42 1.007 1.007 0 0 1-1.423 0L12 6.427l-1.281 1.28a1.007 1.007 0 0 1-1.423 0 1.004 1.004 0 0 1 0-1.421L10.582 5 9.295 3.715a1.004 1.004 0 0 1 0-1.42 1.007 1.007 0 0 1 1.422 0ZM1.005 18.346c.011 1.996 1.514 3.554 3.439 3.566l1.559.009a2.847 2.847 0 0 0 2.151-.94c.562-.623.82-1.44.816-2.273l-.002-.443c.818-.274 1.807-.424 2.924-.418.971.006 2.01.2 2.95.497l.002.556c.01 1.726 1.316 3.08 2.981 3.09l1.56.01c.035 0 .07 0 .106-.003.92-.058 1.706-.49 2.276-1.027a4.084 4.084 0 0 0 1.194-2.072c.027-.123.04-.25.039-.376l-.005-.943c-.01-1.636-.739-3.02-2.009-3.936l-.013-.01c-2.33-1.643-5.58-2.604-8.952-2.627-3.465-.09-6.625.906-8.918 2.493-1.44.88-2.11 2.467-2.103 3.905l.005.942Zm3.45 1.655c-.916-.006-1.601-.717-1.607-1.665l-.005-.943c-.005-.864.405-1.773 1.21-2.256a.915.915 0 0 0 .053-.034c1.959-1.363 4.751-2.27 7.877-2.187H12c3.076.02 5.954.902 7.931 2.295l.002.002c.79.57 1.212 1.38 1.218 2.377l.005.914a2.172 2.172 0 0 1-.629 1.051c-.32.302-.72.505-1.141.534l-1.551-.01c-.655-.003-1.145-.51-1.149-1.19l-.006-1.213c-.001-.135-.027-.26-.068-.368a.938.938 0 0 0-.541-.551c-1.242-.472-2.735-.812-4.17-.82-1.57-.01-3.022.25-4.22.79a.934.934 0 0 0-.44.417c-.08.15-.122.323-.12.498l.005 1.077c.002.42-.125.742-.318.955a1.035 1.035 0 0 1-.796.336L4.454 20Z" clip-rule="evenodd" /></symbol>', "call-end");
|
|
24660
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-end--filled"><path fill-rule="evenodd" d="m12 4.575-1.283-1.28a1.007 1.007 0 0 0-1.422 0 1.004 1.004 0 0 0 0 1.42l1.287 1.286-1.286 1.284a1.004 1.004 0 0 0 0 1.42c.393.393 1.03.393 1.423 0L12 7.427l1.281 1.28c.393.392 1.03.392 1.423 0a1.004 1.004 0 0 0 0-1.421L13.418 6l1.287-1.286a1.004 1.004 0 0 0 0-1.42 1.007 1.007 0 0 0-1.422 0L12 4.574ZM2.677 20.451c.49.462 1.223.63 2.242.513 1.2-.136 1.971-.42 2.427-.89.569-.59.56-1.346.55-2.146a37.012 37.012 0 0 1-.003-.25c0-.048.01-.116.093-.201.241-.25 1.082-.67 4.005-.675 1.268-.002 2.271.075 2.982.23.705.153 1.127.39 1.128.634v.248c0 .715-.002 1.391.41 1.95.436.594 1.238.925 2.6 1.075 1.055.117 1.802-.068 2.283-.566.654-.676.621-1.755.595-2.622-.005-.153-.01-.297-.01-.434-.005-1.018-1.065-2.118-2.837-2.94-1.918-.893-4.465-1.381-7.172-1.377-4.817.008-7.968 1.502-9.202 2.78-.499.516-.761 1.059-.758 1.57 0 .138-.002.284-.005.437-.016.889-.036 1.994.672 2.664Z" clip-rule="evenodd" /></symbol>', "call-end--filled");
|
|
24661
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-inbound"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326c.425.831 1.073 1.7 1.935 2.553.75.741 1.69 1.394 2.63 1.896l.414-.41a3.222 3.222 0 0 1 4.575 0l1.203 1.19c.027.027.054.056.08.085.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449-.071.112-.154.215-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-3.004-.572-6.21-2.353-8.814-4.924-2.725-2.592-4.412-5.754-4.997-8.688-.455-1.756.205-3.445 1.275-4.503l.702-.694Zm3.87 1.423c-.706-.699-1.758-.699-2.464 0l-.702.693c-.642.636-1 1.622-.74 2.598l.015.065c.494 2.512 1.966 5.326 4.426 7.663l.014.014c2.374 2.345 5.235 3.901 7.783 4.387h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008c-1.302-.603-2.7-1.497-3.807-2.592-1.211-1.198-2.132-2.504-2.652-3.824a1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.144 1.144 0 0 0-.362-.859l-1.203-1.19Zm8.726-1.517a1.007 1.007 0 1 0-1.424 1.425c-.006-.006-.006-.006 0 .004.015.029.075.138.132.382.068.288.107.654.107 1.038 0 .385-.039.75-.107 1.038-.057.245-.117.354-.132.382-.006.01-.006.01 0 .005a1.007 1.007 0 0 0 1.424 1.424 1.468 1.468 0 0 1 .386-.132 4.694 4.694 0 0 1 1.039-.107c.384 0 .75.039 1.038.107.244.057.353.117.382.132.01.006.01.006.004 0a1.007 1.007 0 1 0 1.425-1.424c-.38-.38-.918-.568-1.35-.67a5.858 5.858 0 0 0-.711-.118l2.773-2.774a1.007 1.007 0 0 0-1.424-1.424l-2.774 2.773a5.858 5.858 0 0 0-.119-.711c-.101-.432-.288-.97-.669-1.35Z" clip-rule="evenodd" /></symbol>', "call-inbound");
|
|
24662
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-inbound--filled"><path fill-rule="evenodd" d="M20.408 16.09c.99.81 1.508 1.587 1.583 2.375.108 1.143-.764 1.98-1.464 2.651-.121.117-.236.227-.342.334-.393.398-1.044.586-1.883.544-2.076-.103-6.012-1.73-10.27-5.976-2.393-2.386-4.264-5.012-5.27-7.395-.927-2.2-1.014-3.985-.231-4.776.105-.107.212-.222.326-.344.647-.693 1.451-1.555 2.55-1.5.81.04 1.613.556 2.453 1.577C8.947 4.9 9.4 5.863 9.326 6.707c-.069.795-.592 1.316-1.146 1.868l-.191.191c-.188.19.002.745.506 1.487.508.746 1.334 1.691 2.455 2.809 2.585 2.576 3.651 2.995 4.057 3.015.14.007.2-.036.238-.074l.19-.195c.61-.627 1.186-1.22 2.143-1.172.766.038 1.665.5 2.83 1.454Z" clip-rule="evenodd" /><path d="M16.72 3.007a1.007 1.007 0 1 0-1.425 1.425c-.006-.006-.006-.006 0 .004.015.029.075.138.132.382.068.288.107.654.107 1.038 0 .385-.039.75-.107 1.038-.057.245-.117.354-.132.382-.006.01-.006.01 0 .005a1.007 1.007 0 0 0 1.424 1.424 1.468 1.468 0 0 1 .386-.132 4.694 4.694 0 0 1 1.039-.107c.384 0 .75.039 1.038.107.244.057.353.117.382.132.01.006.01.006.004 0a1.007 1.007 0 1 0 1.425-1.424c-.38-.38-.918-.568-1.35-.67a5.858 5.858 0 0 0-.711-.118l2.773-2.774a1.007 1.007 0 0 0-1.424-1.424l-2.774 2.773a5.858 5.858 0 0 0-.119-.711c-.101-.432-.288-.97-.669-1.35Z" /></symbol>', "call-inbound--filled");
|
|
24663
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="select-custom-value-enter"><path d="M4.004 12.085a.995.995 0 0 0 .214.539l.012.014a.994.994 0 0 0 .346.268c.214.106.416.193.62.281.416.18.84.363 1.388.716.76.488 1.66 1.266 2.584 2.652a1 1 0 0 0 1.664-1.11c-.71-1.065-1.43-1.85-2.122-2.445H19a1 1 0 0 0 1-1V8c0-.5-.5-1-1-1s-1 .445-1 1v2.5a.5.5 0 0 1-.5.5H8.71c.692-.595 1.412-1.38 2.122-2.445a1 1 0 0 0-1.664-1.11c-.924 1.386-1.825 2.163-2.584 2.651-.549.353-.972.536-1.388.716a12.81 12.81 0 0 0-.615.28 1.002 1.002 0 0 0-.579.84M4 12c0 .028.001.057.004.085L4 12Z" /></symbol>', "select-custom-value-enter");
|
|
24664
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-missed"><path fill-rule="evenodd" d="M4.123 3.101a3.71 3.71 0 0 1 5.277 0l1.203 1.19c.623.616.984 1.448.954 2.346-.029.892-.435 1.695-1.055 2.308l-.33.326c.188.367.42.742.693 1.12l5.46-4.678a1 1 0 1 1 1.415 1.414L3.707 19.707a1 1 0 0 1-1.414-1.414L5.56 15.28c-1.805-2.208-2.953-4.667-3.415-6.983-.455-1.756.205-3.445 1.275-4.503l.702-.694Zm2.91 10.821 2.353-2.168a9.958 9.958 0 0 1-1.338-2.332 1 1 0 0 1-.03-.646c.05-.173.146-.332.276-.46l.802-.793c.313-.31.453-.645.463-.951a1.144 1.144 0 0 0-.362-.859l-1.203-1.19c-.707-.698-1.759-.698-2.465 0l-.702.694c-.642.636-1 1.622-.74 2.598l.015.065c.385 1.954 1.36 4.09 2.932 6.042Zm5.226-.767c.362-.362.937-.392 1.362-.105.364.244.74.47 1.116.67l.414-.41a3.222 3.222 0 0 1 4.575 0l1.203 1.19c.027.027.054.056.08.085.662.748.946 1.67.986 2.506.04.828-.151 1.711-.617 2.449-.071.112-.154.215-.249.308l-.701.694c-1.218 1.203-2.801 1.668-4.454 1.37l-.017-.002c-2.463-.468-5.06-1.75-7.352-3.613-.445-.362-.46-1.027-.055-1.433.376-.376.979-.39 1.393-.057 2.05 1.648 4.318 2.743 6.382 3.137h.003c1.029.185 1.951-.09 2.694-.824l.68-.673c.209-.343.318-.798.296-1.26-.023-.47-.18-.927-.481-1.27l-1.197-1.184c-.506-.5-1.257-.5-1.763 0l-.902.892c-.101.1-.213.172-.325.221a1 1 0 0 1-.823-.008 14.65 14.65 0 0 1-2.147-1.227c-.49-.34-.522-1.034-.101-1.456Z" clip-rule="evenodd" /></symbol>', "call-missed");
|
|
24665
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-missed--filled"><path d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172a36.79 36.79 0 0 1-.19.195c-.037.038-.098.08-.238.074-.366-.018-1.271-.361-3.346-2.324L8.725 16.69c3.989 3.747 7.614 5.208 9.577 5.305.84.042 1.49-.146 1.883-.544.106-.107.22-.217.341-.333.701-.672 1.573-1.509 1.465-2.652ZM9.296 11.29a12.605 12.605 0 0 1-.8-1.037c-.505-.742-.695-1.297-.507-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501-.115.122-.222.237-.327.344-.783.791-.696 2.577.232 4.776.757 1.796 2.008 3.731 3.602 5.597l-4.072 4.073a1 1 0 1 0 1.414 1.414l15-15a1 1 0 0 0-1.414-1.414L9.296 11.29Z" /></symbol>', "call-missed--filled");
|
|
24666
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-outbound"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694c.095-.093.178-.196.248-.308.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a1.68 1.68 0 0 0-.08-.085l-1.203-1.19a3.222 3.222 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.142 3.142 0 0 0-.954-2.346L9.4 3.1ZM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.859-.01.306-.15.642-.463.95l-.802.794c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663a1.005 1.005 0 0 0-.015-.065c-.26-.976.098-1.962.74-2.598l.702-.693Zm16.175 3.469a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a5.858 5.858 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 1 1-1.424-1.424l2.773-2.774a5.858 5.858 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424c-.006-.006-.006-.006.004 0 .029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132.01-.006.01-.006.005 0a1.007 1.007 0 0 1 1.424 1.424c.006-.006.006-.005 0 .005-.015.028-.075.137-.132.382a4.693 4.693 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.132.382.006.01.006.01 0 .004a1.007 1.007 0 0 1 0 1.425Z" clip-rule="evenodd" /></symbol>', "call-outbound");
|
|
24667
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-outbound--filled"><path fill-rule="evenodd" d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172a36.79 36.79 0 0 1-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501-.115.122-.222.237-.327.344-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544.106-.107.22-.217.342-.334.7-.671 1.572-1.508 1.464-2.65Zm-.285-10.473a1.007 1.007 0 0 1-1.424 0c-.38-.38-.568-.918-.67-1.35a5.858 5.858 0 0 1-.118-.711l-2.774 2.773a1.007 1.007 0 1 1-1.424-1.424l2.773-2.774a5.858 5.858 0 0 1-.711-.119c-.432-.101-.97-.288-1.35-.669a1.007 1.007 0 1 1 1.425-1.424c-.006-.006-.006-.006.004 0 .029.015.138.075.382.132.288.068.654.107 1.038.107.385 0 .75-.039 1.038-.107.245-.057.354-.117.382-.132.01-.006.01-.006.005 0a1.007 1.007 0 0 1 1.424 1.424c.006-.006.006-.005 0 .005-.015.028-.075.137-.132.382a4.693 4.693 0 0 0-.107 1.038c0 .384.039.75.107 1.038.057.244.117.353.133.382.005.01.005.01-.001.004a1.007 1.007 0 0 1 0 1.425Z" clip-rule="evenodd" /></symbol>', "call-outbound--filled");
|
|
24668
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-ringing"><path fill-rule="evenodd" d="M9.4 3.101a3.71 3.71 0 0 0-5.277 0l-.702.694c-1.07 1.058-1.73 2.747-1.275 4.503.585 2.934 2.272 6.096 4.997 8.688 2.605 2.57 5.81 4.352 8.814 4.924l.017.003c1.653.297 3.236-.168 4.454-1.371l.701-.694c.095-.093.178-.196.248-.308.467-.738.658-1.621.618-2.45-.04-.835-.324-1.757-.986-2.505a1.68 1.68 0 0 0-.08-.085l-1.203-1.19a3.222 3.222 0 0 0-4.575 0l-.414.41c-.94-.502-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.553l.33-.326c.62-.613 1.026-1.416 1.055-2.308a3.142 3.142 0 0 0-.954-2.346L9.4 3.1ZM5.53 4.524c.705-.699 1.757-.699 2.464 0l1.203 1.189c.254.252.372.554.362.859-.01.306-.15.642-.463.95l-.802.794c-.13.128-.226.287-.276.46a1 1 0 0 0 .03.646c.52 1.32 1.44 2.626 2.652 3.824 1.107 1.095 2.505 1.989 3.807 2.592a1 1 0 0 0 .823.008c.112-.049.224-.121.325-.221l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.183c.301.344.458.801.48 1.27.023.463-.086.918-.295 1.261l-.68.673c-.743.734-1.665 1.01-2.694.824h-.003c-2.548-.486-5.409-2.042-7.783-4.387l-.014-.014c-2.46-2.337-3.932-5.151-4.426-7.663a1.005 1.005 0 0 0-.015-.065c-.26-.976.098-1.962.74-2.598l.702-.693Zm9.962 3.984c-.412-.38-.98-.58-1.478-.58a1.014 1.014 0 1 1 0-2.029c1.003 0 2.097.39 2.911 1.17l.003.003.002.003a4.276 4.276 0 0 1 1.17 2.91 1.014 1.014 0 0 1-2.028 0c0-.498-.2-1.065-.58-1.477Zm2.712-2.712c-1.198-1.193-2.657-1.767-4.19-1.767a1.014 1.014 0 0 1 0-2.029c2.074 0 4.049.79 5.625 2.361C21.21 5.937 22 7.912 22 9.985a1.014 1.014 0 0 1-2.029 0c0-1.532-.574-2.991-1.767-4.19Z" clip-rule="evenodd" /></symbol>', "call-ringing");
|
|
24669
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-ringing--filled"><path fill-rule="evenodd" d="M21.99 18.466c-.074-.79-.592-1.566-1.582-2.376-1.165-.954-2.064-1.416-2.83-1.454-.957-.048-1.533.545-2.143 1.172a36.79 36.79 0 0 1-.19.195c-.037.038-.098.08-.238.074-.406-.02-1.472-.439-4.057-3.015-1.121-1.118-1.947-2.063-2.455-2.809-.504-.742-.694-1.297-.506-1.487l.191-.191c.554-.552 1.077-1.073 1.146-1.868.073-.844-.38-1.808-1.466-3.127-.84-1.021-1.642-1.537-2.452-1.578-1.1-.054-1.904.808-2.55 1.501-.115.122-.222.237-.327.344-.783.791-.696 2.577.232 4.776 1.005 2.383 2.876 5.009 5.269 7.395 4.258 4.246 8.194 5.873 10.27 5.976.84.042 1.49-.146 1.883-.544.106-.107.22-.217.342-.334.7-.671 1.572-1.508 1.464-2.65Z" clip-rule="evenodd" /><path d="M15.492 8.508c-.412-.38-.98-.58-1.478-.58a1.014 1.014 0 1 1 0-2.029c1.003 0 2.097.39 2.911 1.17l.003.003.002.003a4.276 4.276 0 0 1 1.17 2.91 1.014 1.014 0 0 1-2.028 0c0-.498-.2-1.065-.58-1.477Z" /><path d="M18.204 5.796c-1.198-1.193-2.657-1.767-4.19-1.767a1.014 1.014 0 0 1 0-2.029c2.074 0 4.049.79 5.625 2.361C21.21 5.937 22 7.912 22 9.985a1.014 1.014 0 0 1-2.029 0c0-1.532-.574-2.991-1.767-4.19Z" /></symbol>', "call-ringing--filled");
|
|
24670
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-transfer"><path fill-rule="evenodd" d="M16.135 8.745a1.007 1.007 0 0 0 1.745-1.008c.004.008.004.007.001-.003-.008-.032-.037-.153-.03-.404.01-.296.067-.659.166-1.03.1-.372.232-.715.372-.975.119-.222.205-.311.227-.335.008-.008.008-.009.001-.004A1.007 1.007 0 0 0 17.61 3.24a1.469 1.469 0 0 1-.408.028 4.692 4.692 0 0 1-1.03-.166 4.693 4.693 0 0 1-.975-.371c-.221-.12-.311-.205-.335-.228-.008-.007-.008-.008-.004 0a1.007 1.007 0 1 0-1.745 1.007c.27.466.74.786 1.13.995.206.11.428.21.657.3L11.82 6.584 7.4 4.034a1 1 0 0 0-1 1.732L11.3 8.595a1 1 0 0 0 .969.017 1.01 1.01 0 0 0 .242-.101l3.397-1.961a5.846 5.846 0 0 0-.07.718c-.013.443.028 1.01.297 1.477ZM4.444 21.912c-1.925-.012-3.428-1.57-3.439-3.565L1 17.403c-.008-1.437.663-3.025 2.103-3.904 2.293-1.587 5.453-2.584 8.918-2.493 3.372.023 6.622.984 8.952 2.628l.013.01c1.27.915 2 2.3 2.009 3.935l.005.943c0 .126-.012.253-.04.376a4.084 4.084 0 0 1-1.193 2.072c-.57.537-1.356.969-2.276 1.027a1.53 1.53 0 0 1-.107.003l-1.559-.01c-1.665-.01-2.971-1.364-2.98-3.09l-.004-.556c-.94-.297-1.978-.491-2.95-.497-1.116-.006-2.105.144-2.923.418l.002.444c.005.832-.254 1.65-.816 2.272a2.847 2.847 0 0 1-2.151.94l-1.56-.01Zm-1.596-3.576c.006.948.691 1.66 1.606 1.665l1.56.009c.329.002.603-.123.795-.336.193-.213.32-.535.318-.955l-.006-1.077c0-.175.04-.347.12-.498a.934.934 0 0 1 .44-.417c1.2-.54 2.65-.8 4.22-.79 1.435.008 2.929.348 4.17.82a.938.938 0 0 1 .542.55c.041.109.067.234.068.37l.006 1.212c.004.68.494 1.187 1.149 1.19l1.55.01c.421-.029.822-.232 1.142-.534.316-.297.541-.678.629-1.05l-.005-.915c-.006-.998-.427-1.807-1.218-2.377l-.002-.002c-1.977-1.393-4.855-2.275-7.931-2.294h-.018c-3.126-.084-5.919.823-7.877 2.186a.915.915 0 0 1-.052.034c-.806.483-1.216 1.392-1.21 2.256l.004.943Z" clip-rule="evenodd" /></symbol>', "call-transfer");
|
|
24671
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="call-transfer--filled"><path d="M17.511 9.113a1.007 1.007 0 0 1-1.376-.368c-.269-.466-.31-1.034-.297-1.477.008-.233.032-.475.07-.718L12.51 8.511a1.01 1.01 0 0 1-.242.1 1 1 0 0 1-.97-.016L6.402 5.766a1 1 0 1 1 1-1.732l4.418 2.55L14.9 4.806a5.852 5.852 0 0 1-.656-.299c-.39-.21-.861-.53-1.13-.995a1.007 1.007 0 1 1 1.744-1.007c-.004-.008-.004-.007.004 0 .024.023.114.109.335.228.26.14.604.272.975.371.372.1.735.157 1.03.166.251.008.372-.022.404-.03.01-.002.011-.002.004.002a1.007 1.007 0 0 1 1.007 1.745c.007-.005.007-.004 0 .004-.023.024-.109.113-.228.335-.14.26-.272.603-.372.975-.1.371-.156.734-.165 1.03-.008.251.021.372.03.404.002.01.002.01-.002.003a1.007 1.007 0 0 1-.369 1.376ZM4.92 20.964c-1.02.117-1.754-.051-2.243-.513-.708-.67-.688-1.775-.672-2.664.003-.153.006-.299.005-.437-.003-.512.259-1.055.758-1.57 1.234-1.277 4.385-2.772 9.202-2.78 2.707-.004 5.254.484 7.172 1.376 1.772.823 2.832 1.923 2.837 2.941 0 .137.005.281.01.434.026.867.059 1.946-.595 2.622-.481.498-1.228.683-2.283.566-1.362-.15-2.164-.481-2.6-1.075-.412-.559-.41-1.235-.41-1.95v-.248c0-.244-.423-.481-1.128-.635-.71-.154-1.714-.231-2.982-.23-2.923.007-3.764.426-4.005.676-.083.085-.094.153-.093.201l.002.25c.01.8.02 1.557-.55 2.145-.455.471-1.226.755-2.426.891Z" /></symbol>', "call-transfer--filled");
|
|
24672
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.967 2.967 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104V5.103ZM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034Z" clip-rule="evenodd" /></symbol>', "chat");
|
|
24673
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat--filled"><path d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.967 2.967 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104V5.103Z" /></symbol>', "chat--filled");
|
|
24674
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-emoji"><path fill-rule="evenodd" d="M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM8.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12 16c-1.312 0-2.328-.437-3.008-1.041a3.402 3.402 0 0 1-.362-.375 2.07 2.07 0 0 0-.311-.302A1.27 1.27 0 0 0 7.55 14c-.728 0-1.259.693-.872 1.31.277.443.631.846 1.048 1.199C8.814 17.429 10.327 18 12 18s3.187-.57 4.275-1.491c.416-.353.77-.756 1.048-1.199.386-.617-.145-1.31-.873-1.31a1.27 1.27 0 0 0-.768.282 1.787 1.787 0 0 0-.312.302c-.107.13-.228.256-.362.375C14.328 15.563 13.313 16 12 16Zm4.916-.146-.002.002.002-.002Z" clip-rule="evenodd" /></symbol>', "chat-emoji");
|
|
24675
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-end"><path d="m14.774 8.924-1.325 1.327 1.281 1.282c.392.393.381 1.041-.024 1.448-.406.406-1.054.417-1.446.024l-1.285-1.287-1.329 1.33c-.406.406-1.053.417-1.445.024-.393-.392-.382-1.04.024-1.447L10.55 10.3l-1.28-1.281c-.392-.393-.38-1.041.025-1.447.406-.407 1.053-.418 1.445-.025l1.284 1.286 1.33-1.332c.406-.406 1.053-.417 1.446-.024.392.393.381 1.04-.025 1.447Z" /><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.967 2.967 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104V5.103ZM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034Z" clip-rule="evenodd" /></symbol>', "chat-end");
|
|
24676
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-end--filled"><path fill-rule="evenodd" d="M5 2C3.343 2 2 3.39 2 5.103v10.345c0 1.714 1.343 3.104 3 3.104h2.5c.944 0 1.833.46 2.4 1.241l1.3 1.793a.98.98 0 0 0 1.6 0l1.3-1.793a2.967 2.967 0 0 1 2.4-1.241H19c1.657 0 3-1.39 3-3.104V5.103C22 3.39 20.657 2 19 2H5Zm8.45 8.25 1.324-1.326c.406-.406.417-1.054.025-1.447-.393-.393-1.04-.382-1.446.024l-1.33 1.332-1.283-1.286c-.393-.393-1.04-.382-1.446.025-.406.406-.417 1.054-.024 1.447l1.279 1.28-1.324 1.326c-.406.407-.417 1.055-.024 1.447.392.393 1.04.382 1.445-.024l1.329-1.33 1.285 1.287c.392.393 1.04.382 1.446-.024.405-.407.416-1.055.024-1.448l-1.28-1.282Z" clip-rule="evenodd" /></symbol>', "chat-end--filled");
|
|
24677
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-group"><path fill-rule="evenodd" d="M4 8.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0ZM7.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" clip-rule="evenodd" /><path d="M4 18c0-1.55 1.453-3 3.5-3 2.047 0 3.5 1.45 3.5 3a1 1 0 1 0 2 0c0-1.55 1.453-3 3.5-3 2.047 0 3.5 1.45 3.5 3a1 1 0 1 0 2 0c0-2.869-2.576-5-5.5-5-1.809 0-3.485.816-4.5 2.117C10.985 13.817 9.309 13 7.5 13 4.576 13 2 15.131 2 18a1 1 0 1 0 2 0Z" /><path fill-rule="evenodd" d="M16.5 5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM15 8.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" clip-rule="evenodd" /></symbol>', "chat-group");
|
|
24678
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-join"><path d="m13.006 7.359.002 1.875h1.812c.555.001 1.006.467 1.006 1.042 0 .574-.45 1.04-1.005 1.039l-1.819-.001.002 1.88c0 .574-.45 1.04-1.005 1.039-.556 0-1.006-.466-1.006-1.04l-.002-1.874-1.81-.001c-.555 0-1.006-.466-1.006-1.04 0-.575.45-1.04 1.005-1.04l1.817.001-.002-1.882c0-.574.45-1.04 1.005-1.04.556.001 1.006.467 1.006 1.042Z" /><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.967 2.967 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104V5.103ZM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034Z" clip-rule="evenodd" /></symbol>', "chat-join");
|
|
24679
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-message-status-read"><path fill-rule="evenodd" d="M15.716 8.653a.968.968 0 1 0-1.37-1.37l-4.784 4.781-.908-.906a.97.97 0 0 0-1.37 1.37l.907.906-.287.287a.485.485 0 0 1-.685 0l-2.565-2.563a.97.97 0 0 0-1.37 1.37l2.907 2.905a1.94 1.94 0 0 0 2.741 0l.63-.63.63.63a1.94 1.94 0 0 0 2.74 0l6.784-6.78a.968.968 0 1 0-1.37-1.37l-6.442 6.438a.485.485 0 0 1-.685 0l-.287-.287 4.784-4.78Z" clip-rule="evenodd" /></symbol>', "chat-message-status-read");
|
|
24680
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-message-status-sent"><path fill-rule="evenodd" d="M18.121 7.293a1 1 0 0 1 0 1.414l-7 7a2 2 0 0 1-2.828 0l-3-3a1 1 0 1 1 1.414-1.414l2.647 2.646a.5.5 0 0 0 .707 0l6.646-6.646a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', "chat-message-status-sent");
|
|
24681
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-quick-response"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.967 2.967 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104V5.103ZM5 4.07h14c.552 0 1 .463 1 1.034v10.345c0 .572-.448 1.035-1 1.035h-2.5c-1.574 0-3.056.766-4 2.069l-.5.69-.5-.69c-.944-1.303-2.426-2.07-4-2.07H5c-.552 0-1-.462-1-1.034V5.103c0-.57.448-1.034 1-1.034ZM7 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Zm1 3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2H8Z" clip-rule="evenodd" /></symbol>', "chat-quick-response");
|
|
24682
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-quick-response--filled"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.967 2.967 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104V5.103ZM8 7a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2H8Zm-1 5a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" /></symbol>', "chat-quick-response--filled");
|
|
24683
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-reply"><path fill-rule="evenodd" d="m10.62 7.225-4.537 3.716 4.62 4.081v-2.109a1 1 0 0 1 1-1c2.547 0 4.95.947 6.767 2.506-1.094-2.68-3.757-4.624-6.85-4.624a1 1 0 0 1-1-1v-1.57Zm.952-2.046a1.853 1.853 0 0 1 1.048 1.678v.992c4.693.505 8.38 4.518 8.38 9.263V18a1 1 0 0 1-1.903.43c-1.123-2.355-3.574-4.114-6.393-4.456v1.442c0 .797-.482 1.415-1.127 1.668a1.928 1.928 0 0 1-1.96-.353l-5.028-4.44-.031-.03a1.855 1.855 0 0 1 .06-2.705L9.62 5.459a1.745 1.745 0 0 1 1.952-.28Z" clip-rule="evenodd" /></symbol>', "chat-reply");
|
|
24684
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-send"><path fill-rule="evenodd" d="M10.568 4.251 21.35 9.754c1.533.772 1.532 3.026-.004 3.795l-.013.007-10.794 5.208c-.896.445-1.83.227-2.422-.367a2.1 2.1 0 0 1-.436-2.332l1.932-4.61-1.93-4.515c-.395-.898-.075-1.81.486-2.35.57-.55 1.507-.824 2.398-.339ZM9.509 6.12s0 .005.005.014l.005.012 1.926 4.504h7.252L9.647 6.03a1.01 1.01 0 0 1-.047-.024.123.123 0 0 0-.045.03.157.157 0 0 0-.044.07l-.002.013Zm.013 10.73 1.759-4.196h7.314L9.666 16.96l-.013.007a.264.264 0 0 1-.076.026c-.012.002-.02.001-.02.001-.003 0-.012-.002-.025-.015a.104.104 0 0 1-.027-.051.095.095 0 0 1 .009-.061l.008-.02Z" clip-rule="evenodd" /><path d="M4.5 13.455a1.001 1.001 0 0 0 0 2.004h1.6a1.001 1.001 0 0 0 0-2.004H4.5ZM2.5 11.45c0-.553.448-1.002 1-1.002h2.6a1.001 1.001 0 0 1 0 2.005H3.5c-.552 0-1-.45-1-1.003ZM2.5 7.442a1.001 1.001 0 0 0 0 2.004h3.6a1.001 1.001 0 0 0 0-2.004H2.5Z" /></symbol>', "chat-send");
|
|
24685
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-transfer"><path d="M15.713 12.28a.987.987 0 0 1-1.386 0c-.37-.367-.553-.886-.652-1.302a5.6 5.6 0 0 1-.115-.686l-3.886 3.924a.987.987 0 0 1-1.387 0 .965.965 0 0 1 0-1.374l3.886-3.924a5.749 5.749 0 0 1-.692-.115c-.42-.098-.944-.278-1.314-.645a.965.965 0 0 1 0-1.373.987.987 0 0 1 1.387 0c-.006-.006-.005-.006.004 0 .028.014.134.072.372.127.28.065.636.103 1.01.103s.73-.037 1.01-.103c.238-.055.344-.113.372-.128.01-.005.01-.005.005 0a.987.987 0 0 1 1.386 0 .965.965 0 0 1 0 1.374c.006-.006.005-.005 0 .004a1.407 1.407 0 0 0-.129.369c-.066.278-.104.63-.104 1.001 0 .37.038.724.104 1.001a1.407 1.407 0 0 0 .129.373.965.965 0 0 1 0 1.374Z" /><path fill-rule="evenodd" d="M5 2C3.343 2 2 3.39 2 5.103v10.345c0 1.714 1.343 3.104 3 3.104h2.5c.944 0 1.833.46 2.4 1.241l1.3 1.793a.98.98 0 0 0 1.6 0l1.3-1.793a2.967 2.967 0 0 1 2.4-1.241H19c1.657 0 3-1.39 3-3.104V5.103C22 3.39 20.657 2 19 2H5Zm14 2.069H5c-.552 0-1 .463-1 1.034v10.345c0 .572.448 1.035 1 1.035h2.5c1.574 0 3.056.766 4 2.069l.5.69.5-.69c.944-1.303 2.426-2.07 4-2.07H19c.552 0 1-.462 1-1.034V5.103c0-.57-.448-1.034-1-1.034Z" clip-rule="evenodd" /></symbol>', "chat-transfer");
|
|
24686
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="chat-transfer--filled"><path fill-rule="evenodd" d="M2 5.103C2 3.39 3.343 2 5 2h14c1.657 0 3 1.39 3 3.103v10.345c0 1.714-1.343 3.104-3 3.104h-2.5c-.944 0-1.833.46-2.4 1.241l-1.3 1.793a.98.98 0 0 1-1.6 0l-1.3-1.793a2.967 2.967 0 0 0-2.4-1.241H5c-1.657 0-3-1.39-3-3.104V5.103Zm12.327 7.177a.987.987 0 0 0 1.386 0 .965.965 0 0 0 0-1.374c.006.006.005.005 0-.004a1.407 1.407 0 0 1-.129-.369 4.486 4.486 0 0 1-.104-1c0-.372.038-.724.104-1.002a1.407 1.407 0 0 1 .129-.373.965.965 0 0 0 0-1.373.987.987 0 0 0-1.386 0c.005-.006.005-.006-.005 0-.028.014-.134.072-.372.127-.28.066-.636.103-1.01.103a4.61 4.61 0 0 1-1.01-.103c-.238-.055-.344-.113-.372-.128-.01-.005-.01-.005-.004 0a.987.987 0 0 0-1.387 0 .965.965 0 0 0 0 1.374c.37.367.894.547 1.314.645.22.052.454.09.692.115l-3.886 3.924a.965.965 0 0 0 0 1.374.987.987 0 0 0 1.387 0l3.886-3.924a5.6 5.6 0 0 0 .115.686c.1.416.281.935.651 1.302Z" clip-rule="evenodd" /></symbol>', "chat-transfer--filled");
|
|
24687
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job"><path fill-rule="evenodd" d="M12 7a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Z" clip-rule="evenodd" /><path d="M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /><path fill-rule="evenodd" d="M19.7 11.275 12.726 4.3c-.401-.401-1.05-.401-1.452 0l-6.973 6.974c-.401.4-.401 1.05 0 1.45l6.974 6.975c.4.4 1.05.4 1.45 0l6.975-6.974c.4-.401.4-1.05 0-1.452Zm-5.56-8.389a3.026 3.026 0 0 0-4.28 0L2.886 9.86a3.026 3.026 0 0 0 0 4.28l6.974 6.974a3.026 3.026 0 0 0 4.28 0l6.974-6.974a3.026 3.026 0 0 0 0-4.28L14.14 2.886Z" clip-rule="evenodd" /></symbol>', "job");
|
|
24688
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job--accept"><path d="M15.707 11.207a1 1 0 0 0-1.414-1.414L11 13.086l-1.793-1.793a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.414 0l4-4Z" /><path fill-rule="evenodd" d="M9.86 2.886a3.026 3.026 0 0 1 4.28 0l6.974 6.974a3.026 3.026 0 0 1 0 4.28l-6.974 6.974a3.026 3.026 0 0 1-4.28 0L2.886 14.14a3.026 3.026 0 0 1 0-4.28L9.86 2.886Zm2.866 1.415 6.974 6.974c.4.4.4 1.05 0 1.45L12.726 19.7c-.401.4-1.05.4-1.452 0l-6.973-6.974c-.401-.401-.401-1.05 0-1.452l6.974-6.973c.4-.401 1.05-.401 1.45 0Z" clip-rule="evenodd" /></symbol>', "job--accept");
|
|
24689
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="job--end"><path d="M14.829 9.172a1 1 0 0 1 0 1.414L13.414 12l1.415 1.414a1 1 0 0 1-1.415 1.414L12 13.414l-1.414 1.414a1 1 0 0 1-1.414-1.414L10.586 12l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 10.586l1.414-1.414a1 1 0 0 1 1.415 0Z" /><path fill-rule="evenodd" d="M14.14 2.886a3.026 3.026 0 0 0-4.28 0L2.886 9.86a3.026 3.026 0 0 0 0 4.28l6.974 6.974a3.026 3.026 0 0 0 4.28 0l6.974-6.974a3.026 3.026 0 0 0 0-4.28L14.14 2.886Zm5.56 8.389L12.726 4.3c-.401-.401-1.05-.401-1.452 0l-6.973 6.974c-.401.4-.401 1.05 0 1.45l6.974 6.975c.4.4 1.05.4 1.45 0l6.975-6.974c.4-.401.4-1.05 0-1.452Z" clip-rule="evenodd" /></symbol>', "job--end");
|
|
24690
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox"><path fill-rule="evenodd" d="M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6Z" clip-rule="evenodd" /></symbol>', "checkbox");
|
|
24691
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox--checked"><path fill-rule="evenodd" d="M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6ZM5 6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6Zm12.707 2.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L10 14.586l6.293-6.293a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', "checkbox--checked");
|
|
24692
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="checkbox--checked--filled"><path fill-rule="evenodd" d="M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm11.707 6.707a1 1 0 0 0-1.414-1.414L10 14.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l7-7Z" clip-rule="evenodd" /></symbol>', "checkbox--checked--filled");
|
|
24693
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="clear"><path fill-rule="evenodd" d="M18.431 2.085c-.913 0-1.805.366-2.499 1.058l-.001.001L2.963 16.123a.998.998 0 0 0-.225.168 2.23 2.23 0 0 0 0 3.204l1.793 1.787c.903.9 2.303.9 3.206 0L20.93 8.134c.694-.692 1.062-1.583 1.062-2.496V3.085a1 1 0 0 0-1-1h-2.562ZM4.06 17.893c0-.02.003-.046.014-.074.047-.033.091-.07.133-.112L5.5 16.413l2.14 2.141-1.315 1.312c-.075.074-.143.09-.191.09-.048 0-.116-.016-.19-.09L4.15 18.078c-.075-.074-.09-.14-.09-.185Zm2.853-2.895L17.343 4.56c.331-.328.72-.474 1.088-.474h1.562v1.553c0 .364-.143.75-.474 1.08L9.057 17.141 6.913 15Z" clip-rule="evenodd" /></symbol>', "clear");
|
|
24694
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="close"><path d="M8.707 7.293a1 1 0 0 0-1.414 1.414L10.586 12l-3.293 3.293a1 1 0 1 0 1.414 1.414L12 13.414l3.293 3.293a1 1 0 0 0 1.414-1.414L13.414 12l3.293-3.293a1 1 0 0 0-1.414-1.414L12 10.586 8.707 7.293Z" /></symbol>', "close");
|
|
24695
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="close--filled"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM7.293 7.293a1 1 0 0 1 1.414 0L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414L13.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L10.586 12 7.293 8.707a1 1 0 0 1 0-1.414Z" clip-rule="evenodd" /></symbol>', "close--filled");
|
|
24696
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="collapse"><path d="M5 4h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-6a1 1 0 1 0 0 2h6a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v6a1 1 0 1 0 2 0V5a1 1 0 0 1 1-1Z" /><path fill-rule="evenodd" d="M11 16a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v3a3 3 0 0 0 3 3h3a3 3 0 0 0 3-3v-3Zm-3-1H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1Z" clip-rule="evenodd" /><path d="M16.657 13a1 1 0 0 0 0-1.414c-.378-.378-.912-.563-1.34-.664a5.817 5.817 0 0 0-.707-.118l3.562-3.561a1 1 0 1 0-1.415-1.415l-3.56 3.561a5.818 5.818 0 0 0-.119-.706c-.1-.428-.286-.962-.664-1.34A1 1 0 1 0 11 8.757a1.46 1.46 0 0 1 .131.384c.068.286.106.649.106 1.03 0 .382-.038.745-.106 1.031a1.46 1.46 0 0 1-.131.384A1 1 0 0 0 12.414 13a1.46 1.46 0 0 1 .384-.131 4.66 4.66 0 0 1 1.03-.106c.382 0 .745.038 1.03.106a1.46 1.46 0 0 1 .385.131 1 1 0 0 0 1.414 0Z" /></symbol>', "collapse");
|
|
24697
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="column-select"><path d="M13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V9Z" /><path fill-rule="evenodd" d="M7.077 2.617C7.931 3.36 8 4.422 8 5v4a1 1 0 1 1-2 0V4.92C5.98 4.006 5.63 4 5.2 4h-.4c-.43 0-.78.006-.8.92v14.16c.02.915.37.92.8.92h.4c.43 0 .78-.006.8-.92V15a1 1 0 1 1 2 0v4c0 .578-.069 1.641-.923 2.383-.78.677-1.77.623-1.87.617H4.793c-.098.006-1.09.06-1.87-.617C2.07 20.64 2 19.578 2 19V5c0-.578.069-1.641.923-2.383.78-.677 1.77-.623 1.87-.617H5.207c.098-.006 1.09-.06 1.87.617ZM10 17a1 1 0 0 0-1 1v1c0 .578.069 1.641.923 2.383.78.677 1.77.623 1.87.617H12.207c.098.006 1.09.06 1.87-.617C14.93 20.64 15 19.578 15 19v-1a1 1 0 1 0-2 0v1.08c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.006-.8-.92V18a1 1 0 0 0-1-1Zm4-10a1 1 0 0 1-1-1V4.92c-.02-.914-.37-.92-.8-.92h-.4c-.43 0-.78.006-.8.92V6a1 1 0 1 1-2 0V5c0-.578.069-1.641.923-2.383.78-.677 1.77-.623 1.87-.617H12.207c.098-.006 1.09-.06 1.87.617C14.93 3.36 15 4.422 15 5v1a1 1 0 0 1-1 1Zm3 7a1 1 0 0 0-1 1v4c0 .578.069 1.641.923 2.383.78.677 1.77.623 1.87.617H19.207c.098.006 1.09.06 1.87-.617C21.93 20.64 22 19.578 22 19V5c0-.578-.069-1.641-.923-2.383-.78-.677-1.77-.623-1.87-.617H18.793c-.098-.006-1.09-.06-1.87.617C16.07 3.36 16 4.422 16 5v4a1 1 0 1 0 2 0V4.92c.02-.914.37-.92.8-.92h.4c.43 0 .78.006.8.92v14.16c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.006-.8-.92V15a1 1 0 0 0-1-1Z" clip-rule="evenodd" /></symbol>', "column-select");
|
|
24698
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="variable-select"><path d="M8 5.004c0-.578-.069-1.642-.923-2.383-.78-.677-1.77-.623-1.87-.618H4.793c-.098-.005-1.09-.06-1.87.618C2.07 3.362 2 4.426 2 5.004v14c0 .577.069 1.64.923 2.382.78.678 1.77.623 1.87.618H5.207c.098.005 1.09.06 1.87-.618.853-.741.922-1.805.922-2.383v-2a1 1 0 1 0-2 0v2.08c-.02.915-.37.92-.8.92h-.4c-.43 0-.78-.005-.8-.92V4.924c.02-.914.37-.92.8-.92h.4c.43 0 .78.006.8.92v2.08a1 1 0 0 0 2 0v-2ZM9 18.003a1 1 0 1 1 2 0v1.08c.02.915.37.92.8.92h.4c.43 0 .78-.005.8-.92v-1.08a1 1 0 1 1 2 0v1c0 .578-.069 1.642-.923 2.383-.78.678-1.77.623-1.87.618H11.793c-.098.005-1.09.06-1.87-.618C9.07 20.645 9 19.581 9 19.003v-1ZM13 6.003a1 1 0 1 0 2 0v-1c0-.577-.069-1.64-.923-2.382-.78-.677-1.77-.623-1.87-.618H11.793c-.098-.005-1.09-.06-1.87.618C9.07 3.362 9 4.426 9 5.004v1a1 1 0 0 0 2 0v-1.08c.02-.915.37-.92.8-.92h.4c.43 0 .78.005.8.92v1.08ZM16 17.003a1 1 0 1 1 2 0v2.08c.02.915.37.92.8.92h.4c.43 0 .78-.005.8-.92V4.924c-.02-.914-.37-.92-.8-.92h-.4c-.43 0-.78.006-.8.92v2.08a1 1 0 1 1-2 0v-2c0-.577.069-1.64.923-2.382.78-.677 1.77-.623 1.87-.618H19.207c.098-.005 1.09-.06 1.87.618.853.741.922 1.805.922 2.383v14c0 .577-.069 1.64-.923 2.382-.78.678-1.77.623-1.87.618H18.793c-.098.005-1.09.06-1.87-.618-.853-.741-.922-1.805-.922-2.383v-2Z" /><path d="M8.707 10.707a1 1 0 1 0-1.414-1.414L6 10.586a2 2 0 0 0 0 2.828l1.293 1.293a1 1 0 0 0 1.414-1.414L7.415 12l1.292-1.293ZM15.293 9.293a1 1 0 0 0 0 1.414L16.586 12l-1.293 1.293a1 1 0 0 0 1.414 1.414L18 13.414a2 2 0 0 0 0-2.828l-1.293-1.293a1 1 0 0 0-1.414 0ZM11 13a1 1 0 0 0 0 2h2a1 1 0 1 0 0-2h-2Z" /></symbol>', "variable-select");
|
|
24699
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="contacts"><path fill-rule="evenodd" d="M14.011 6.5c0 1.104-.9 2-2.011 2a2.006 2.006 0 0 1-2.011-2c0-1.105.9-2 2.011-2 1.11 0 2.011.895 2.011 2Zm2.011 0c0 2.209-1.8 4-4.022 4-2.221 0-4.022-1.791-4.022-4 0-2.21 1.8-4 4.022-4 2.221 0 4.022 1.79 4.022 4Zm2.946 14.003C18.48 17.109 15.547 14.5 12 14.5s-6.481 2.61-6.968 6.003c-.078.547-.52.997-1.076.997-.555 0-1.011-.45-.95-.998C3.504 16 7.34 12.5 12 12.5s8.495 3.5 8.994 8.002c.061.549-.395.998-.95.998-.555 0-.998-.45-1.076-.997Z" clip-rule="evenodd" /></symbol>', "contacts");
|
|
24700
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="copy"><path fill-rule="evenodd" d="M13 2c-1.683 0-3 1.396-3 3.058a1 1 0 1 0 2 0C12 4.447 12.474 4 13 4h4.5c.526 0 1 .447 1 1.058v8.884c0 .611-.474 1.058-1 1.058h-.571a1 1 0 1 0 0 2h.571c1.683 0 3-1.396 3-3.058V5.058C20.5 3.396 19.183 2 17.5 2H13ZM6 9.308c0-.047.016-.11.089-.178A.513.513 0 0 1 6.444 9h6.112c.16 0 .28.06.355.13.072.069.089.131.089.178v10.384c0 .047-.017.11-.089.178a.513.513 0 0 1-.355.13H6.444a.513.513 0 0 1-.355-.13C6.016 19.8 6 19.739 6 19.692V9.308Zm-2 0C4 8.033 5.094 7 6.444 7h6.112C13.906 7 15 8.033 15 9.308v10.384C15 20.967 13.906 22 12.556 22H6.444C5.094 22 4 20.967 4 19.692V9.308Z" clip-rule="evenodd" /></symbol>', "copy");
|
|
24701
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="custom-chat-gateway"><path fill="#556AF6" d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /><path fill="#556AF6" fill-rule="evenodd" d="M12 18.368 9.803 16.17H7.785a.698.698 0 0 1-.694-.694V8c0-.38.313-.694.694-.694h8.43c.38 0 .694.313.694.694v7.477c0 .38-.313.694-.694.694h-2.018L12 18.368ZM11.5 8h1l.18 1.077c.325.076.63.204.906.376l.889-.635.707.707-.635.889c.172.276.3.58.376.906L16 11.5v1l-1.077.18c-.076.325-.204.63-.376.906l.635.889-.707.707-.889-.635c-.275.172-.58.3-.906.376L12.5 16h-1l-.18-1.077a2.983 2.983 0 0 1-.906-.376l-.889.635-.707-.707.635-.89c-.172-.275-.3-.58-.376-.905L8 12.5v-1l1.077-.18c.076-.325.204-.63.376-.906l-.635-.889.707-.707.89.635c.275-.172.58-.3.906-.376L11.5 8Z" clip-rule="evenodd" /><path fill="#556AF6" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM9.35 17.262l2.24 2.238a.58.58 0 0 0 .82 0l2.24-2.238h1.565c.983 0 1.785-.802 1.785-1.786V8c0-.983-.802-1.785-1.785-1.785h-8.43C6.802 6.215 6 7.017 6 8v7.477c0 .983.802 1.785 1.785 1.785h1.566Z" clip-rule="evenodd" /></symbol>', "custom-chat-gateway");
|
|
24702
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="docs"><path d="M8.4 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1ZM9.4 12a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6ZM8.4 16a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1Z" /><path fill-rule="evenodd" d="M17.279 2.879 19.52 5.12a3 3 0 0 1 .879 2.122V19a3 3 0 0 1-3 3h-10a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879ZM17.399 20a1 1 0 0 0 1-1V8h-2a2 2 0 0 1-2-2V4h-7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10Zm-1-15.172V6h1.172L16.4 4.828Z" clip-rule="evenodd" /></symbol>', "docs");
|
|
24703
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="download"><path d="M12.085 17.996a.994.994 0 0 0 .539-.214l.014-.012a.996.996 0 0 0 .268-.346c.106-.214.193-.416.281-.62.18-.416.364-.84.717-1.388.488-.76 1.265-1.66 2.65-2.584a1 1 0 1 0-1.109-1.664c-1.065.71-1.85 1.43-2.445 2.122V3a1 1 0 1 0-2 0v10.29c-.594-.692-1.38-1.412-2.445-2.122a1 1 0 0 0-1.11 1.664c1.386.924 2.164 1.824 2.651 2.583.354.55.537.973.717 1.39.087.201.174.401.279.614a1.002 1.002 0 0 0 .841.579M12 18c.028 0 .057-.001.085-.004L12 18Z" /><path fill-rule="evenodd" d="M5 17a1 1 0 0 1 1 1c0 .34.11.872.412 1.29.264.368.714.71 1.588.71a1 1 0 0 1 .25.032A1 1 0 0 1 8.5 20h7a1 1 0 0 1 .25.032A1 1 0 0 1 16 20c.874 0 1.324-.342 1.588-.71.302-.418.412-.95.412-1.29a1 1 0 1 1 2 0c0 .66-.19 1.628-.788 2.46C18.576 21.341 17.526 22 16 22a1 1 0 0 1-.25-.032 1 1 0 0 1-.25.032h-7a1 1 0 0 1-.25-.032A1 1 0 0 1 8 22c-1.526 0-2.576-.658-3.212-1.54A4.35 4.35 0 0 1 4 18a1 1 0 0 1 1-1Z" clip-rule="evenodd" /></symbol>', "download");
|
|
24704
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="edit"><path fill-rule="evenodd" d="M5.622 21.957c.913 0 1.805-.366 2.5-1.058v-.001L21.09 7.92a1 1 0 0 0 .225-.17 2.23 2.23 0 0 0 0-3.203L19.522 2.76a2.24 2.24 0 0 0-3.205 0L3.123 15.908c-.695.692-1.063 1.583-1.063 2.496v2.553a1 1 0 0 0 1 1h2.562ZM19.994 6.149c0 .02-.004.046-.015.074a1 1 0 0 0-.133.113l-1.293 1.293-2.14-2.141 1.315-1.312c.075-.074.143-.09.191-.09.048 0 .117.016.191.09l1.794 1.788c.074.074.09.14.09.185ZM17.14 9.044 6.71 19.483c-.331.329-.72.474-1.088.474H4.06v-1.553c0-.364.144-.75.474-1.08L14.996 6.9l2.144 2.144Z" clip-rule="evenodd" /></symbol>', "edit");
|
|
24705
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="elevenlabs"><circle cx="12" cy="12" r="10" fill="#D9D9D9" /><path fill="#312B41" d="M11 6H8v12h3V6ZM16 6h-3v12h3V6Z" /></symbol>', "elevenlabs");
|
|
24706
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="expand"><path d="M19 4H5a1 1 0 0 0-1 1v6a1 1 0 1 1-2 0V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-6a1 1 0 1 1 0-2h6a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Z" /><path fill-rule="evenodd" d="M8 13a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-3a3 3 0 0 1 3-3h3Zm-3 2h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1Z" clip-rule="evenodd" /><path d="M12.515 7.242a1 1 0 1 1 1.414-1.414c-.006-.006-.005-.005.004 0 .029.015.137.075.38.132a4.66 4.66 0 0 0 1.03.106 4.66 4.66 0 0 0 1.03-.106c.243-.057.352-.117.38-.132.01-.005.01-.006.004 0a1 1 0 0 1 1.415 1.414c.006-.006.005-.005 0 .005a1.457 1.457 0 0 0-.132.38 4.66 4.66 0 0 0-.106 1.03c0 .381.039.744.106 1.03.057.243.117.351.132.38.005.01.006.01 0 .004a1 1 0 0 1-1.415 1.414c-.377-.378-.563-.911-.664-1.34a5.819 5.819 0 0 1-.118-.706L12.415 13A1 1 0 0 1 11 11.586l3.561-3.561a5.815 5.815 0 0 1-.706-.118c-.429-.101-.963-.287-1.34-.665Z" /></symbol>', "expand");
|
|
24707
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="eye--closed"><path d="M12 5c-1.92 0-3.842.734-5.548 1.9a14.943 14.943 0 0 0-4.24 4.48 1.259 1.259 0 0 0-.09.143 1 1 0 0 0 0 .954c.026.05.057.097.09.143a15.052 15.052 0 0 0 3.015 3.538l1.675-1.21A13.085 13.085 0 0 1 4.189 12 12.946 12.946 0 0 1 7.58 8.551C9.05 7.547 10.585 7 12 7c1.304 0 2.711.465 4.074 1.324l1.727-1.247c-.084-.06-.168-.12-.253-.177C15.842 5.734 13.92 5 12 5Z" /><path fill-rule="evenodd" d="M7.59 17.795 5.171 19.62A1 1 0 0 1 4 18L20.414 6.19a1 1 0 1 1 1.171 1.62l-1.63 1.164c.698.747 1.318 1.56 1.833 2.406.033.046.064.093.09.143a1 1 0 0 1 0 .954c-.026.05-.056.097-.09.143a14.941 14.941 0 0 1-4.24 4.48C15.842 18.266 13.92 19 12 19c-1.503 0-3.008-.45-4.41-1.205Zm10.72-7.647-8.857 6.318c.866.35 1.727.534 2.547.534 1.415 0 2.95-.547 4.42-1.551A12.946 12.946 0 0 0 19.81 12a13.078 13.078 0 0 0-1.501-1.852Z" clip-rule="evenodd" /><path d="M12 9c.786 0 1.5.302 2.036.796L9.267 13.24A3 3 0 0 1 12 9Z" /></symbol>', "eye--closed");
|
|
24708
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="eye--opened"><path fill-rule="evenodd" d="M6.452 6.9C8.158 5.734 10.08 5 12 5c1.92 0 3.842.734 5.548 1.9a14.94 14.94 0 0 1 4.24 4.48c.033.046.064.093.09.143a1 1 0 0 1 0 .954c-.026.05-.056.097-.09.143a14.941 14.941 0 0 1-4.24 4.48C15.842 18.266 13.92 19 12 19s-3.842-.734-5.548-1.9a14.943 14.943 0 0 1-4.24-4.48 1.26 1.26 0 0 1-.09-.143 1 1 0 0 1 0-.954c.026-.05.057-.097.09-.143a14.943 14.943 0 0 1 4.24-4.48ZM12 7c-1.415 0-2.95.547-4.42 1.551A12.946 12.946 0 0 0 4.19 12a12.946 12.946 0 0 0 3.391 3.449C9.05 16.453 10.585 17 12 17s2.95-.547 4.42-1.551A12.946 12.946 0 0 0 19.81 12a12.946 12.946 0 0 0-3.391-3.449C14.95 7.547 13.415 7 12 7Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M9 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z" clip-rule="evenodd" /></symbol>', "eye--opened");
|
|
24709
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="filter"><path d="M20 3a1 1 0 1 0-2 0v3.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0V9.732a2 2 0 0 0 0-3.464V3ZM13 3a1 1 0 1 0-2 0v11.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0v-3.268a2 2 0 0 0 0-3.464V3ZM6 3a1 1 0 1 0-2 0v6.268a2 2 0 0 0 0 3.464V21a1 1 0 1 0 2 0v-8.268a2 2 0 0 0 0-3.464V3Z" /></symbol>', "filter");
|
|
24710
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="flows"><path fill-rule="evenodd" d="M14.6 2a2 2 0 0 0-2 2v1c0 .044.002.087.004.13l-2.136 1.068A1.992 1.992 0 0 0 9.6 6h-3a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3c.28 0 .546-.057.788-.161l3.225 1.935c-.009.074-.013.15-.013.226v2.84l-2.021.867A2 2 0 0 0 9.6 16h-5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-.126l2.224-.953A2 2 0 0 0 15.6 20h5a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-5c-.28 0-.546.057-.788.161l-3.225-1.935c.009-.074.013-.15.013-.226V8a2 2 0 0 0-.004-.13l2.136-1.068c.262.127.557.198.868.198h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-2Zm2 2h-2v1h2V4Zm-7 4h-3v2h3V8Zm11 6h-5v4h5v-4Zm-16 4h5v2h-5v-2Z" clip-rule="evenodd" /></symbol>', "flows");
|
|
24711
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="generate"><path d="M13.858 7.514a1 1 0 0 0-1.716-1.029l-3 5A1 1 0 0 0 10 13h2.234l-2.091 3.485a1 1 0 1 0 1.714 1.03l3-5A1 1 0 0 0 14 11h-2.234l2.092-3.486Z" /><path fill-rule="evenodd" d="M12 2A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 10 10 9.96 9.96 0 0 0 10-10A9.96 9.96 0 0 0 12 2ZM4 12c0-4.45 3.55-8 8-8s8 3.55 8 8-3.55 8-8 8-8-3.55-8-8Z" clip-rule="evenodd" /></symbol>', "generate");
|
|
24712
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="google"><path fill="#4280EF" d="M22 12.24c0-.676-.067-1.373-.178-2.026h-9.625v3.856h5.513a4.541 4.541 0 0 1-2.045 3.028l3.29 2.505C20.889 17.84 22 15.268 22 12.24Z" /><path fill="#34A353" d="M12.197 22c2.757 0 5.068-.893 6.758-2.418l-3.29-2.484c-.912.61-2.09.959-3.468.959-2.667 0-4.912-1.765-5.735-4.118l-3.378 2.55C4.817 19.864 8.329 22 12.197 22Z" /><path fill="#F6B704" d="M6.462 13.917a5.96 5.96 0 0 1 0-3.834l-3.378-2.57a9.835 9.835 0 0 0 0 8.975l3.378-2.57Z" /><path fill="#E54335" d="M12.197 5.965A5.628 5.628 0 0 1 16.11 7.47l2.912-2.876c-1.845-1.7-4.29-2.614-6.824-2.593-3.868 0-7.38 2.135-9.113 5.512l3.378 2.571c.823-2.375 3.068-4.118 5.735-4.118Z" /></symbol>', "google");
|
|
24713
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="history"><path d="M12 4c-3.762 0-6.958 2.544-7.79 6.493l.614.091a.5.5 0 0 1 .343.77l-2.134 3.227a.5.5 0 0 1-.9-.144L1.126 10.74a.5.5 0 0 1 .556-.626l.55.082C3.209 5.317 7.187 2 12 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a1 1 0 1 1 0-2 8 8 0 1 0 0-16Z" /><path d="M13 9a1 1 0 1 0-2 0v3.586l-1.707 1.707a1 1 0 1 0 1.414 1.414l2-2A1 1 0 0 0 13 13V9Z" /></symbol>', "history");
|
|
24714
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="hold"><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12Zm10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8Zm-2 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1Zm5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0V9Z" clip-rule="evenodd" /></symbol>', "hold");
|
|
24715
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="link"><path d="M14.91 5.702a2.395 2.395 0 0 1 3.388 0 2.4 2.4 0 0 1 0 3.392l-3.202 3.204a2.395 2.395 0 0 1-3.389 0 1 1 0 0 0-1.414 1.414 4.395 4.395 0 0 0 6.217 0l3.202-3.204a4.4 4.4 0 0 0 0-6.22 4.395 4.395 0 0 0-6.2-.017l-2.185 1.99a1 1 0 1 0 1.346 1.478l2.22-2.02.016-.017Z" /><path d="M9.09 18.298a2.395 2.395 0 0 1-3.388 0 2.4 2.4 0 0 1 0-3.392l3.202-3.204a2.395 2.395 0 0 1 3.389 0 1 1 0 0 0 1.414-1.414 4.395 4.395 0 0 0-6.217 0l-3.203 3.204a4.4 4.4 0 0 0 0 6.22 4.395 4.395 0 0 0 6.2.017l2.186-1.99a1 1 0 0 0-1.346-1.479l-2.22 2.021-.016.017Z" /></symbol>', "link");
|
|
24716
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="lock"><path fill-rule="evenodd" d="M10.087 2.38a5 5 0 0 1 6.532 2.707c.24.578.37 1.287.381 1.913 1.667.086 3 1.495 3 3.323v8.259C20 20.465 18.585 22 16.849 22H7.152C5.415 22 4 20.465 4 18.582v-8.259C4 8.495 5.335 7.086 7.002 7c.011-.626.139-1.335.379-1.913a5 5 0 0 1 2.706-2.706Zm4.685 3.472c.138.335.216.783.227 1.144H9.002c.012-.361.088-.81.226-1.144a3 3 0 0 1 5.544 0Zm-7.62 3.156c-.665 0-1.213.594-1.213 1.315v8.259c0 .721.548 1.314 1.213 1.314h9.697c.665 0 1.212-.593 1.212-1.314v-8.259c0-.721-.547-1.315-1.212-1.315H7.152ZM14 13a2 2 0 0 1-1.031 1.75c.02.08.031.164.031.25v2a1 1 0 1 1-2 0v-2c0-.086.01-.17.031-.25A2 2 0 1 1 14 13Z" clip-rule="evenodd" /></symbol>', "lock");
|
|
24717
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="logout"><path fill-rule="evenodd" d="M19 4h-8a1 1 0 0 0-1 1v1a1 1 0 0 1-2 0V5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-8a3 3 0 0 1-3-3v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1ZM7 8a1 1 0 0 1 1 1c0 .534-.246 1.043-.478 1.417a5.823 5.823 0 0 1-.416.583h5.036a1 1 0 1 1 0 2H7.106c.153.19.294.386.416.583.232.374.478.883.478 1.417a1 1 0 1 1-2 0c0 .008 0 .008-.003-.003-.01-.03-.044-.15-.175-.361a4.662 4.662 0 0 0-.654-.804c-.27-.27-.554-.5-.804-.654a1.453 1.453 0 0 0-.361-.175C3.993 13 3.99 13 4 13a1 1 0 0 1 0-2c-.009 0-.008 0 .003-.003.03-.01.15-.044.361-.175.25-.155.534-.384.804-.654s.5-.554.654-.804c.13-.212.166-.33.175-.361C6 8.993 6 8.992 6 9a1 1 0 0 1 1-1Z" clip-rule="evenodd" /></symbol>', "logout");
|
|
24718
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="menu"><path fill-rule="evenodd" d="M2 5a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm0 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm0 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z" clip-rule="evenodd" /></symbol>', "menu");
|
|
24719
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email"><path fill-rule="evenodd" d="M13.774 2.58a3 3 0 0 0-3.548 0L3.91 7.214a1.02 1.02 0 0 0-.05.039C2.77 7.716 2 8.827 2 10.123v7.793c0 1.714 1.343 3.104 3 3.104h14c1.657 0 3-1.39 3-3.104v-7.793c0-1.296-.768-2.406-1.859-2.87a1.029 1.029 0 0 0-.05-.04l-6.317-4.632Zm2.672 4.44-3.854-2.826a1 1 0 0 0-1.183 0L7.555 7.02h8.89ZM4.882 9.096A.977.977 0 0 1 5 9.089h14c.04 0 .079.002.117.007-.072.03-.142.069-.208.117l-5.205 3.818a3 3 0 0 0-3.407 0L5.09 9.213a1.002 1.002 0 0 0-.208-.117ZM4 10.893v6.754l4.605-3.377L4 10.893Zm1.603 8.058h12.794l-5.805-4.257a1 1 0 0 0-1.183 0L5.603 18.95ZM20 17.646l-4.604-3.376L20 10.893v6.753Z" clip-rule="evenodd" /></symbol>', "email");
|
|
24720
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email-inbound"><path fill-rule="evenodd" d="M12.655 4.26a.994.994 0 0 0-1.31 0L7.181 7.898h9.638L12.655 4.26Zm-2.62-1.522-6.16 5.378A3.023 3.023 0 0 0 2 10.92v8.059C2 20.647 3.343 22 5 22h14c1.657 0 3-1.353 3-3.022v-8.06a3.023 3.023 0 0 0-1.875-2.802l-6.16-5.378a2.983 2.983 0 0 0-3.93 0ZM4 18.585v-7.206l.345.301a.995.995 0 0 0 1.41-.101 1.013 1.013 0 0 0-.1-1.421l-.282-.247H18.55l-.174.152c-.417.364-.462 1-.1 1.421a.995.995 0 0 0 1.41.102l.314-.274v7.206l-.345-.301a.995.995 0 0 0-1.41.101 1.012 1.012 0 0 0 .1 1.421l.282.246H5.45l.174-.151c.417-.365.462-1.001.1-1.421a.995.995 0 0 0-1.41-.102L4 18.585Zm10.485-1.856c.39.393.39 1.031 0 1.425a.995.995 0 0 1-1.414 0c.006.006.005.005-.004 0a1.453 1.453 0 0 0-.38-.133 4.627 4.627 0 0 0-1.03-.107c-.382 0-.745.04-1.03.107a1.453 1.453 0 0 0-.38.133c-.01.005-.01.006-.004 0a.995.995 0 0 1-1.415 0 1.013 1.013 0 0 1 0-1.425c-.006.006-.005.005 0-.004.016-.029.075-.138.132-.383.067-.287.106-.653.106-1.038 0-.384-.039-.75-.106-1.038a1.475 1.475 0 0 0-.132-.382c-.005-.01-.006-.01 0-.004a1.013 1.013 0 0 1 0-1.425.995.995 0 0 1 1.415 0c.377.38.563.918.664 1.35a5.9 5.9 0 0 1 .118.712l2.753-2.774a.995.995 0 0 1 1.415 0c.39.393.39 1.031 0 1.424l-2.754 2.774c.243.026.481.066.706.12.429.1.963.288 1.34.668Z" clip-rule="evenodd" /></symbol>', "email-inbound");
|
|
24721
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="email-outbound"><path d="M9.536 13.168a1.013 1.013 0 0 1 0-1.425.995.995 0 0 1 1.414 0 1.45 1.45 0 0 0 .384.132c.285.068.648.107 1.03.107s.745-.039 1.03-.107a1.45 1.45 0 0 0 .38-.133c.01-.005.01-.005.004 0a.995.995 0 0 1 1.415.001c.39.393.39 1.031 0 1.425.005-.006.005-.006 0 .004-.016.028-.075.138-.132.382a4.728 4.728 0 0 0-.106 1.038c0 .385.039.75.106 1.038.057.245.116.354.132.383.005.01.005.01 0 .004.39.393.39 1.031 0 1.425a.995.995 0 0 1-1.415 0c-.377-.381-.563-.919-.664-1.35a5.898 5.898 0 0 1-.118-.712l-2.753 2.774a.995.995 0 0 1-1.414 0 1.013 1.013 0 0 1 0-1.425l2.753-2.773a5.78 5.78 0 0 1-.707-.12c-.428-.101-.962-.288-1.34-.668Z" /><path fill-rule="evenodd" d="m10.035 2.738-6.16 5.378A3.023 3.023 0 0 0 2 10.92v8.059C2 20.647 3.343 22 5 22h14c1.657 0 3-1.353 3-3.022v-8.06a3.023 3.023 0 0 0-1.875-2.802l-6.16-5.378a2.983 2.983 0 0 0-3.93 0Zm2.62 1.523a.994.994 0 0 0-1.31 0L7.181 7.897h9.638L12.655 4.26ZM4 18.585V11.38l.345.301a.995.995 0 0 0 1.41-.101 1.013 1.013 0 0 0-.1-1.421l-.282-.247H18.55l-.174.152c-.417.364-.462 1-.1 1.421a.995.995 0 0 0 1.41.102l.314-.274v7.206l-.345-.301a.995.995 0 0 0-1.41.101 1.012 1.012 0 0 0 .1 1.421l.282.246H5.45l.174-.151c.417-.365.462-1.001.1-1.421a.995.995 0 0 0-1.41-.102L4 18.585Z" clip-rule="evenodd" /></symbol>', "email-outbound");
|
|
24722
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mail"><path fill="#00314D" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM6.944 8.667a.67.67 0 0 0-.084.005.715.715 0 0 1 .15.09l3.76 2.898a2.08 2.08 0 0 1 2.46 0l3.76-2.899a.715.715 0 0 1 .15-.089.67.67 0 0 0-.085-.005H6.945Zm-.722 6.499v-5.129l3.326 2.564-3.326 2.565Zm10.398.99H7.38l4.193-3.233a.694.694 0 0 1 .854 0l4.193 3.233Zm-2.168-3.555 3.326 2.565v-5.129l-3.326 2.564Z" clip-rule="evenodd" /></symbol>', "mail");
|
|
24723
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="mail--color"><path fill="#2083DF" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM5.875 8a.922.922 0 0 0-.102.006.899.899 0 0 1 .182.095l4.555 3.096a2.796 2.796 0 0 1 2.98 0l4.555-3.096a.898.898 0 0 1 .182-.095.921.921 0 0 0-.102-.006H5.875Zm3.154 4.203L5 14.942V9.464l4.029 2.739ZM17.597 16H6.403l5.08-3.453a.931.931 0 0 1 1.035 0L17.598 16Zm-2.626-3.797L19 14.942V9.464l-4.029 2.739Z" clip-rule="evenodd" /></symbol>', "mail--color");
|
|
24724
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-custom"><path fill="#556AF6" d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /><path fill="#556AF6" fill-rule="evenodd" d="M12 18.368 9.803 16.17H7.785a.698.698 0 0 1-.694-.694V8c0-.38.313-.694.694-.694h8.43c.38 0 .694.313.694.694v7.477c0 .38-.313.694-.694.694h-2.018L12 18.368ZM11.5 8h1l.18 1.077c.325.076.63.204.906.376l.889-.635.707.707-.635.889c.172.276.3.58.376.906L16 11.5v1l-1.077.18c-.076.325-.204.63-.376.906l.635.889-.707.707-.889-.635c-.275.172-.58.3-.906.376L12.5 16h-1l-.18-1.077a2.981 2.981 0 0 1-.906-.376l-.889.635-.707-.707.635-.89c-.172-.275-.3-.58-.376-.905L8 12.5v-1l1.077-.18c.076-.325.204-.63.376-.906l-.635-.889.707-.707.89.635c.275-.172.58-.3.905-.376L11.5 8Z" clip-rule="evenodd" /><path fill="#556AF6" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM9.35 17.262l2.24 2.238a.58.58 0 0 0 .82 0l2.24-2.238h1.565c.983 0 1.785-.802 1.785-1.786V8c0-.983-.802-1.785-1.785-1.785h-8.43C6.802 6.215 6 7.017 6 8v7.477c0 .983.802 1.785 1.785 1.785H9.35Z" clip-rule="evenodd" /></symbol>', "messenger-custom");
|
|
24725
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-facebook"><path fill="url(#messenger-facebook_a)" d="M22 12.06C22 6.5 17.526 2 12 2S2 6.5 2 12.06c0 5.022 3.66 9.18 8.444 9.94v-7.02H7.896v-2.905h2.534V9.854c0-2.519 1.496-3.92 3.777-3.92 1.097 0 2.237.194 2.237.194v2.474h-1.259c-1.244 0-1.63.775-1.63 1.565v1.893h2.77l-.443 2.906h-2.326V22C18.34 21.255 22 17.082 22 12.06Z" /><defs><linearGradient id="messenger-facebook_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#36AEFD" /><stop offset="1" stop-color="#226AE0" /></linearGradient></defs></symbol>', "messenger-facebook");
|
|
24726
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-facebook--filled"><path fill="#00314D" d="M22 12.06C22 6.5 17.526 2 12 2S2 6.5 2 12.06c0 5.022 3.66 9.18 8.444 9.94v-7.02H7.896v-2.905h2.534V9.854c0-2.519 1.496-3.92 3.777-3.92 1.097 0 2.237.194 2.237.194v2.474h-1.259c-1.244 0-1.63.775-1.63 1.565v1.893h2.77l-.443 2.906h-2.326V22C18.34 21.255 22 17.082 22 12.06Z" /></symbol>', "messenger-facebook--filled");
|
|
24727
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-infobip"><path fill="#FF5A00" d="M13.948 10.683v2.72a.565.565 0 0 1-.563.566h-2.724a.565.565 0 0 1-.564-.566v-2.72c0-.314.253-.566.564-.566h2.724c.31 0 .563.251.563.566Z" /><path fill="#FF5A00" fill-rule="evenodd" d="M16.69 7.307c-.774-.775-2.617-1.276-4.69-1.276-2.075 0-3.914.501-4.69 1.276-.778.776-1.276 2.618-1.276 4.692 0 2.075.498 3.918 1.276 4.693.776.775 2.615 1.276 4.69 1.276 2.073 0 3.917-.501 4.69-1.276.388-.388.707-1.043.93-1.86.224-.817.348-1.797.348-2.833-.002-2.073-.503-3.916-1.277-4.692Zm-1.813 7.553c-.163.163-.654.654-2.891.654-2.24 0-2.732-.492-2.892-.654-.163-.163-.654-.654-.654-2.892 0-2.233.49-2.727.653-2.89l.001-.002c.16-.163.651-.65 2.892-.65 2.237 0 2.728.487 2.891.65l.002.002c.162.165.65.662.65 2.89 0 2.224-.487 2.723-.649 2.889l-.003.003Z" clip-rule="evenodd" /><path fill="#FF5A00" fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 11.999 2c5.476 0 9.924 4.403 10 9.859.075 5.595-4.543 10.215-10.136 10.14C6.403 21.925 2 17.476 2 12Zm10.008 7.503c2.491 0 4.63-.651 5.724-1.746 1.091-1.094 1.745-3.234 1.745-5.724 0-2.491-.654-4.63-1.745-5.724-1.093-1.094-3.233-1.748-5.724-1.748-2.49 0-4.633.654-5.724 1.748-1.094 1.094-1.748 3.233-1.748 5.724s.654 4.63 1.748 5.724c1.09 1.095 3.233 1.746 5.724 1.746Z" clip-rule="evenodd" /></symbol>', "messenger-infobip");
|
|
24728
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-telegram"><path fill="url(#messenger-telegram_a)" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-5.274-4.237c.06.015.104.044.148.163.009.026.013.067.017.117.003.036.007.077.013.12a.74.74 0 0 1-.006.083 1.041 1.041 0 0 0-.009.124c-.06.919-1.763 7.778-1.763 7.778s-.103.4-.474.415a.716.716 0 0 1-.489-.192c-.385-.341-1.274-.963-2.104-1.541l-.091.08c-.261.227-.709.616-1.168 1.075-.726.726-.637 0-.637 0l.222-2.385c.015-.03.03-.044.03-.044s4.311-3.837 4.43-4.237c0-.03-.03-.045-.074-.03-.228.084-3.503 2.145-5.047 3.117l-.746.468c-.03.015-.118 0-.118 0l-2.415-.785s-.282-.119-.193-.385l.01-.015c.027-.043.062-.097.168-.163.533-.37 9.881-3.733 9.881-3.733s.252-.09.415-.03Z" clip-rule="evenodd" /><defs><linearGradient id="messenger-telegram_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#46B0E1" /><stop offset="1" stop-color="#2F97C5" /></linearGradient></defs></symbol>', "messenger-telegram");
|
|
24729
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-telegram--filled"><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-5.274-4.237c.06.015.104.045.148.163a.6.6 0 0 1 .017.117c.003.036.007.077.013.12 0 .027-.003.053-.007.083-.004.036-.008.076-.008.124-.06.919-1.763 7.778-1.763 7.778s-.104.4-.474.415a.715.715 0 0 1-.489-.192c-.385-.341-1.274-.963-2.104-1.541l-.091.08c-.262.227-.709.616-1.168 1.075-.726.726-.637 0-.637 0l.222-2.385a.183.183 0 0 1 .03-.044s4.31-3.837 4.43-4.237c0-.03-.03-.045-.075-.03-.227.084-3.502 2.145-5.046 3.117l-.746.468c-.03.015-.119 0-.119 0l-2.415-.785s-.281-.119-.192-.385l.01-.015c.027-.043.062-.097.168-.163.533-.37 9.881-3.733 9.881-3.733s.252-.09.415-.03Z" clip-rule="evenodd" /></symbol>', "messenger-telegram--filled");
|
|
24730
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-viber"><path fill="#8055A2" fill-rule="evenodd" d="M22 12c0 5.525-4.475 10-10 10S2 17.525 2 12 6.475 2 12 2s10 4.475 10 10Zm-5.212.095c-.245 0-.245-.19-.245-.395v-.164c-.328-2.565-1.5-3.956-4.106-4.147-.164-.014-.505-.055-.505-.232.013-.232.15-.287.3-.287h.314c3.001.191 4.324 2.115 4.502 4.693v.03c.005.098.017.39-.055.462a.754.754 0 0 0-.042.012c-.043.013-.091.028-.163.028Zm-1.282-.477c-.164 0-.218-.11-.232-.287v-.068c0-.054 0-.095-.013-.15-.26-1.555-.833-2.128-2.429-2.483-.022-.007-.047-.01-.075-.014a.669.669 0 0 1-.075-.013c-.136-.014-.273-.041-.341-.123a.272.272 0 0 1-.027-.19c.027-.15.109-.233.259-.22 1.978.178 3.097 1.229 3.179 3.343 0 .11-.069.164-.178.178-.013.027-.04.027-.068.027Zm-1.2-.382a.195.195 0 0 1-.164-.082.478.478 0 0 1-.082-.19c-.068-.656-.436-1.038-1.078-1.147-.109-.013-.231-.04-.272-.123-.028-.04-.028-.109 0-.19.054-.15.204-.178.368-.178.3.014.71.177 1.023.491.3.314.478.682.478 1.01 0 .136 0 .286-.11.368-.027.027-.068.041-.122.041h-.041Zm.846 5.907c-.328 0-.655-.151-.961-.292l-.076-.035c-.055-.027-.11-.055-.177-.082-.45-.218-.9-.45-1.324-.696-1.678-.996-3.124-2.333-4.188-3.86-.3-.424-.573-.874-.819-1.338l-.027-.068c-.03-.059-.06-.118-.092-.177-.219-.421-.443-.854-.563-1.296-.218-.805.082-1.555.805-1.978.328-.205.628-.3.873-.3.137 0 .26.027.369.095.245.136.436.355.614.56.409.463.9 1.063 1.132 1.705.11.313 0 .627-.314.873-.04.027-.082.054-.123.095-.15.11-.313.232-.409.41a.884.884 0 0 0-.068.627c.095.396.327.819.71 1.296.286.355.627.669 1.009.941.382.26.818.546 1.255.628.054.014.11.014.15.014a.689.689 0 0 0 .464-.164c.095-.082.177-.177.245-.287l.048-.059c.053-.065.108-.134.17-.186a.91.91 0 0 1 .628-.246c.15 0 .3.041.464.096.205.095.396.218.573.355l.11.081c.218.15.463.328.695.505l.137.11c.006 0 .01.003.013.006.003.004.007.007.014.007.313.232.641.477.627.887-.013.49-.409.928-.64 1.16-.37.354-.806.572-1.215.627-.027-.014-.068-.014-.11-.014Z" clip-rule="evenodd" /></symbol>', "messenger-viber");
|
|
24731
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-viber--filled"><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.525-4.475 10-10 10S2 17.525 2 12 6.475 2 12 2s10 4.475 10 10Zm-5.212.095c-.245 0-.245-.19-.245-.395v-.164c-.328-2.565-1.5-3.956-4.106-4.147-.164-.014-.505-.055-.505-.232.013-.232.15-.287.3-.287h.314c3.001.191 4.324 2.115 4.502 4.693v.03c.005.098.017.39-.055.462a.754.754 0 0 0-.042.012c-.043.013-.091.028-.163.028Zm-1.282-.477c-.164 0-.218-.11-.232-.287v-.068c0-.054 0-.095-.013-.15-.26-1.555-.833-2.128-2.429-2.483-.022-.007-.047-.01-.075-.014a.669.669 0 0 1-.075-.013c-.136-.014-.273-.041-.341-.123a.272.272 0 0 1-.027-.19c.027-.15.109-.233.259-.22 1.978.178 3.097 1.229 3.179 3.343 0 .11-.069.164-.178.178-.013.027-.04.027-.068.027Zm-1.2-.382a.195.195 0 0 1-.164-.082.478.478 0 0 1-.082-.19c-.068-.656-.436-1.038-1.078-1.147-.109-.013-.231-.04-.272-.123-.028-.04-.028-.109 0-.19.054-.15.204-.178.368-.178.3.014.71.177 1.023.491.3.314.478.682.478 1.01 0 .136 0 .286-.11.368-.027.027-.068.041-.122.041h-.041Zm.846 5.907c-.328 0-.655-.151-.961-.292l-.076-.035c-.055-.027-.11-.055-.177-.082-.45-.218-.9-.45-1.324-.696-1.678-.996-3.124-2.333-4.188-3.86-.3-.424-.573-.874-.819-1.338l-.027-.068c-.03-.059-.06-.118-.092-.177-.219-.421-.443-.854-.563-1.296-.218-.805.082-1.555.805-1.978.328-.205.628-.3.873-.3.137 0 .26.027.369.095.245.136.436.355.614.56.409.463.9 1.063 1.132 1.705.11.313 0 .627-.314.873-.04.027-.082.054-.123.095-.15.11-.313.232-.409.41a.884.884 0 0 0-.068.627c.095.396.327.819.71 1.296.286.355.627.669 1.009.941.382.26.818.546 1.255.628.054.014.11.014.15.014a.689.689 0 0 0 .464-.164c.095-.082.177-.177.245-.287l.048-.059c.053-.065.108-.134.17-.186a.91.91 0 0 1 .628-.246c.15 0 .3.041.464.096.205.095.396.218.573.355l.11.081c.218.15.463.328.695.505l.137.11c.006 0 .01.003.013.006.003.004.007.007.014.007.313.232.641.477.627.887-.013.49-.409.928-.64 1.16-.37.354-.806.572-1.215.627-.027-.014-.068-.014-.11-.014Z" clip-rule="evenodd" /></symbol>', "messenger-viber--filled");
|
|
24732
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-web-chat"><path fill="#FAB404" fill-rule="evenodd" d="M9.803 15 12 17.199 14.197 15h2.018c.38 0 .694-.314.694-.694V8.285a.698.698 0 0 0-.694-.694h-8.43a.698.698 0 0 0-.694.694v6.022c0 .38.313.694.694.694h2.018Zm.015-3.046a.545.545 0 1 0 0-1.09.545.545 0 0 0 0 1.09Zm2.728-.545a.546.546 0 1 1-1.092 0 .546.546 0 0 1 1.092 0Zm1.636.545a.545.545 0 1 0 0-1.09.545.545 0 0 0 0 1.09Z" clip-rule="evenodd" /><path fill="#FAB404" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm-.41-3.67L9.35 16.09H7.786A1.788 1.788 0 0 1 6 14.306V8.285C6 7.302 6.802 6.5 7.785 6.5h8.43c.983 0 1.785.802 1.785 1.785v6.022c0 .982-.802 1.784-1.785 1.784H14.65l-2.238 2.239a.58.58 0 0 1-.822 0Z" clip-rule="evenodd" /></symbol>', "messenger-web-chat");
|
|
24733
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-whatsapp"><path fill="url(#messenger-whatsapp_a)" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-9.69-6.548a6.36 6.36 0 0 1 4.49 1.867c1.2 1.2 1.866 2.8 1.851 4.474a6.348 6.348 0 0 1-9.378 5.57l-3.363.889.904-3.289a6.425 6.425 0 0 1-.844-3.17 6.348 6.348 0 0 1 6.34-6.341ZM9.63 16.34c.8.489 1.733.74 2.681.74 2.919 0 5.274-2.37 5.29-5.273 0-1.408-.549-2.741-1.542-3.734a5.281 5.281 0 0 0-3.733-1.54 5.286 5.286 0 0 0-5.274 5.273c0 .993.267 1.956.8 2.8l.119.193-.534 1.94 2-.518.193.119Zm5.184-3.409c.178.087.337.165.401.194.05.03.096.053.136.073.081.04.14.07.16.12.045.074.045.385-.088.755-.134.37-.756.711-1.067.756-.267.044-.608.059-.993-.06a9.88 9.88 0 0 1-.903-.34c-1.521-.662-2.533-2.14-2.693-2.374l-.019-.026c-.088-.104-.651-.86-.651-1.645 0-.726.355-1.11.52-1.288l.028-.03a.613.613 0 0 1 .43-.193H10.413c.088-.005.207-.011.326.267.053.124.135.325.217.525.123.3.245.6.272.645.044.09.074.178.015.282a3.35 3.35 0 0 0-.044.08c-.035.065-.065.122-.12.186a2.366 2.366 0 0 1-.236.282c-.09.089-.163.163-.074.326l.023.037c.123.195.423.672.866 1.059a4.222 4.222 0 0 0 1.274.785c.163.074.252.06.34-.044l.037-.042c.117-.137.375-.435.467-.58.104-.149.208-.134.356-.075.09.036.407.192.68.325Z" clip-rule="evenodd" /><defs><linearGradient id="messenger-whatsapp_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#66F47B" /><stop offset="1" stop-color="#36CC4D" /></linearGradient></defs></symbol>', "messenger-whatsapp");
|
|
24734
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="messenger-whatsapp--filled"><path fill="#00314D" fill-rule="evenodd" d="M9.63 16.34c.8.49 1.733.741 2.681.741 2.919 0 5.274-2.37 5.289-5.274 0-1.407-.548-2.74-1.54-3.733a5.282 5.282 0 0 0-3.734-1.54 5.286 5.286 0 0 0-5.274 5.273c0 .993.267 1.956.8 2.8l.118.193-.533 1.94 2-.518.193.119Zm5.184-3.408c.178.087.336.165.4.194.05.03.096.053.137.073.081.04.14.07.16.12.045.074.045.385-.089.755-.133.37-.755.711-1.066.756-.267.044-.608.059-.993-.06a9.921 9.921 0 0 1-.904-.34c-1.52-.662-2.532-2.14-2.693-2.374a1.699 1.699 0 0 0-.018-.026c-.089-.104-.652-.86-.652-1.645 0-.726.356-1.11.52-1.288l.028-.03a.613.613 0 0 1 .43-.193H10.415c.087-.005.207-.011.326.267.053.124.135.325.217.525.122.3.245.6.272.645.044.089.074.178.014.282l-.043.08c-.035.065-.066.122-.12.186a2.376 2.376 0 0 1-.236.282c-.09.089-.164.163-.075.326l.024.037c.123.195.423.672.865 1.059a4.22 4.22 0 0 0 1.204.755l.07.03c.163.074.252.06.341-.044l.036-.042c.118-.137.375-.435.468-.58.104-.149.207-.134.355-.075.09.036.408.192.68.325Z" clip-rule="evenodd" /><path fill="#00314D" fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-9.689-6.548A6.36 6.36 0 0 1 16.8 7.319c1.2 1.2 1.867 2.8 1.852 4.474a6.348 6.348 0 0 1-9.378 5.57l-3.363.889.904-3.289a6.426 6.426 0 0 1-.845-3.17 6.348 6.348 0 0 1 6.341-6.341Z" clip-rule="evenodd" /></symbol>', "messenger-whatsapp--filled");
|
|
24735
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="messenger-messenger"><path fill="url(#messenger-messenger_a)" fill-rule="evenodd" d="M2 11.7C2 6.127 6.367 2 12 2c5.632 0 10 4.13 10 9.702 0 5.573-4.368 9.7-10 9.7a10.94 10.94 0 0 1-2.895-.385.804.804 0 0 0-.535.04l-1.985.875a.8.8 0 0 1-1.123-.707l-.055-1.78a.79.79 0 0 0-.267-.57C3.195 17.135 2 14.615 2 11.7Zm6.932-1.823-2.937 4.66c-.283.448.267.95.687.63l3.155-2.395a.6.6 0 0 1 .723-.002l2.337 1.752a1.499 1.499 0 0 0 2.17-.4l2.94-4.657c.28-.448-.27-.953-.69-.633l-3.155 2.395a.6.6 0 0 1-.722.003l-2.338-1.753a1.5 1.5 0 0 0-2.17.4Z" clip-rule="evenodd" /><defs><radialGradient id="messenger-messenger_a" cx="0" cy="0" r="1" gradientTransform="matrix(22 0 0 21.9994 5.35 22)" gradientUnits="userSpaceOnUse"><stop stop-color="#09F" /><stop offset=".6" stop-color="#A033FF" /><stop offset=".9" stop-color="#FF5280" /><stop offset="1" stop-color="#FF7061" /></radialGradient></defs></symbol>', "messenger-messenger");
|
|
24736
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="instagram"><path fill="url(#instagram_a)" d="M14.207 11.99a2.197 2.197 0 1 1-4.394 0 2.197 2.197 0 0 1 4.394 0Z" /><path fill="url(#instagram_b)" fill-rule="evenodd" d="M15.379 6.277H8.62a2.344 2.344 0 0 0-2.344 2.344v6.758a2.344 2.344 0 0 0 2.344 2.344h6.758a2.344 2.344 0 0 0 2.344-2.344V8.62a2.344 2.344 0 0 0-2.344-2.344Zm.39 5.713a3.76 3.76 0 1 1-7.519 0 3.76 3.76 0 0 1 7.52 0Zm-.087-2.88a.908.908 0 1 0 0-1.817.908.908 0 0 0 0 1.816Z" clip-rule="evenodd" /><path fill="url(#instagram_c)" fill-rule="evenodd" d="M6.883 2A4.883 4.883 0 0 0 2 6.883v10.234A4.883 4.883 0 0 0 6.883 22h10.234A4.883 4.883 0 0 0 22 17.117V6.883A4.883 4.883 0 0 0 17.117 2H6.883ZM4.715 8.621A3.906 3.906 0 0 1 8.62 4.715h6.758a3.906 3.906 0 0 1 3.906 3.906v6.758a3.906 3.906 0 0 1-3.906 3.906H8.62a3.906 3.906 0 0 1-3.906-3.906V8.62Z" clip-rule="evenodd" /><defs><linearGradient id="instagram_a" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient><linearGradient id="instagram_b" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient><linearGradient id="instagram_c" x1="12" x2="12" y1="2" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#6C48CB" /><stop offset=".255" stop-color="#C837AB" /><stop offset=".505" stop-color="#F14D5A" /><stop offset=".781" stop-color="#FF9248" /><stop offset="1" stop-color="#FD5" /></linearGradient></defs></symbol>', "instagram");
|
|
24737
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mic"><path fill-rule="evenodd" d="M12 2a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V6a4 4 0 0 0-4-4Zm2 9V6a2 2 0 1 0-4 0v5a2 2 0 1 0 4 0Z" clip-rule="evenodd" /><path d="M11 18.938a8.004 8.004 0 0 1-6.939-6.94C3.993 11.45 4.448 11 5 11c.552 0 .991.451 1.082.996a6.002 6.002 0 0 0 11.836 0c.09-.545.53-.996 1.082-.996s1.006.45.938.998A8.004 8.004 0 0 1 13 18.938V20h2a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h2v-1.062Z" /></symbol>', "mic");
|
|
24738
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mic-muted"><path fill="#E63E1A" d="m10.902 6.63 1.122 1.118 1.122-1.118a.882.882 0 0 1 1.244 0 .876.876 0 0 1 0 1.24l-1.126 1.123 1.125 1.121a.876.876 0 0 1 0 1.241.882.882 0 0 1-1.245 0l-1.12-1.117-1.12 1.117a.882.882 0 0 1-1.245 0 .876.876 0 0 1 0-1.24l1.124-1.122-1.125-1.122a.876.876 0 0 1 0-1.241.882.882 0 0 1 1.244 0Z" /><path d="M9 6c-.552 0-1.013-.455-.877-.99a4.002 4.002 0 0 1 7.754 0c.136.535-.325.99-.877.99s-.98-.475-1.245-.959a2 2 0 0 0-3.51 0C9.979 5.525 9.552 6 9 6ZM9.606 12c-.75 0-1.293.724-.856 1.332A3.995 3.995 0 0 0 12 15a3.995 3.995 0 0 0 3.25-1.668c.438-.608-.106-1.332-.856-1.332-.41 0-.772.24-1.08.508-.352.307-.811.492-1.314.492s-.962-.185-1.313-.492c-.31-.269-.672-.508-1.081-.508Z" /><path d="M4.061 11.998A8.004 8.004 0 0 0 11 18.938V20H9a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-2v-1.062a8.004 8.004 0 0 0 6.938-6.94C20.006 11.45 19.552 11 19 11c-.552 0-.991.451-1.082.996a6.002 6.002 0 0 1-11.836 0C5.992 11.45 5.552 11 5 11s-1.007.45-.939.998Z" /></symbol>', "mic-muted");
|
|
24739
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="microsoft"><path fill="#F6F7F9" d="M0 0h24v24H0z" /><path fill="#EE4F2B" d="M2 2h9v9H2z" /><path fill="#84BE1F" d="M13 2h9v9h-9z" /><path fill="#2BA8EE" d="M2 13h9v9H2z" /><path fill="#FCBB28" d="M13 13h9v9h-9z" /></symbol>', "microsoft");
|
|
24740
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="move"><path d="M16 6a1 1 0 0 1-1 1c-.534 0-1.043-.246-1.417-.478A5.823 5.823 0 0 1 13 6.106V10a1 1 0 1 1-2 0V6.106c-.19.153-.386.294-.583.416C10.043 6.754 9.534 7 9 7a1 1 0 0 1 0-2c-.008 0-.008 0 .003-.003.03-.01.15-.044.361-.175a4.66 4.66 0 0 0 .804-.654c.27-.27.5-.554.654-.804.13-.212.166-.33.175-.361C11 2.993 11 2.99 11 3a1 1 0 0 1 2 0c0-.009 0-.008.003.003.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175.01.003.011.003.003.003a1 1 0 0 1 1 1ZM7 9a1 1 0 0 0-2 0c0-.008 0-.008-.003.003-.01.03-.044.15-.175.361a4.66 4.66 0 0 1-.654.804c-.27.27-.554.5-.804.654-.212.13-.33.166-.361.175C2.993 11 2.99 11 3 11a1 1 0 0 0 0 2c-.009 0-.008 0 .003.003.03.01.15.044.361.175.25.155.534.384.804.654s.5.554.654.804c.13.212.166.33.175.361.003.01.003.011.003.003a1 1 0 1 0 2 0c0-.534-.246-1.043-.478-1.417A5.823 5.823 0 0 0 6.106 13H10a1 1 0 1 0 0-2H6.106c.153-.19.294-.386.416-.583C6.754 10.043 7 9.534 7 9ZM17 9a1 1 0 1 1 2 0c0-.008 0-.008.003.003.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175.01.003.012.003.003.003a1 1 0 0 1 0 2c.009 0 .008 0-.003.003-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361-.003.01-.003.011-.003.003a1 1 0 1 1-2 0c0-.534.246-1.043.478-1.417.122-.197.263-.393.416-.583H14a1 1 0 1 1 0-2h3.894a5.838 5.838 0 0 1-.416-.583C17.246 10.043 17 9.534 17 9ZM15 17a1 1 0 1 1 0 2c.008 0 .008 0-.003.003-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361C13 21.008 13 21.01 13 21a1 1 0 0 1-2 0c0 .009 0 .008-.003-.003a1.454 1.454 0 0 0-.175-.361 4.657 4.657 0 0 0-.654-.804c-.27-.27-.554-.5-.804-.654-.212-.13-.33-.166-.361-.175C8.993 19 8.992 19 9 19a1 1 0 1 1 0-2c.534 0 1.043.246 1.417.478.197.122.393.263.583.416V14a1 1 0 1 1 2 0v3.894c.19-.153.386-.294.583-.416.374-.232.883-.478 1.417-.478Z" /></symbol>', "move");
|
|
24741
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="note"><path fill-rule="evenodd" d="M3.708 21.957h-.649a1 1 0 0 1-1-1v-2.553c0-.913.368-1.804 1.063-2.496L16.316 2.76a2.24 2.24 0 0 1 3.205 0l1.793 1.787a2.23 2.23 0 0 1 0 3.204.999.999 0 0 1-.224.169L9.019 20h3.98a1 1 0 0 1 0 2H4a1 1 0 0 1-.291-.043ZM15 21a1 1 0 0 0 1 1h3a3 3 0 0 0 3-3v-7a1 1 0 0 0-2 0v7a1 1 0 0 1-1 1h-3a1 1 0 0 0-1 1Zm4.979-14.777a.207.207 0 0 0 .014-.074c0-.045-.016-.111-.09-.185l-1.794-1.788c-.074-.074-.143-.09-.19-.09-.048 0-.117.016-.191.09l-1.316 1.312 2.14 2.14 1.293-1.292c.042-.042.087-.08.134-.113Zm-13.27 13.26 10.43-10.44L14.995 6.9 4.534 17.325c-.331.33-.475.715-.475 1.079v1.553h1.562c.368 0 .757-.145 1.088-.474ZM11.999 2a1 1 0 0 1 0 2H5a1 1 0 0 0-1 1v7a1 1 0 1 1-2 0V5a3 3 0 0 1 3-3h7Z" clip-rule="evenodd" /></symbol>', "note");
|
|
24742
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34" id="numpad"><g filter="url(#numpad_a)"><path d="M10 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM10 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM10 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM21 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM21 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM21 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM15.5 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM15.5 16.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM15.5 22a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1Z" /></g><defs><filter id="numpad_a" width="44" height="44" x="-5" y="-5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset></feOffset><feGaussianBlur stdDeviation="5"></feGaussianBlur><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1:30357"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_1:30357" result="shape"></feBlend></filter></defs></symbol>', "numpad");
|
|
24743
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="pause"><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12Zm10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8Zm-2 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1Zm5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0V9Z" clip-rule="evenodd" /></symbol>', "pause");
|
|
24744
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="play"><path d="M9 8.804v6.392a1 1 0 0 0 1.53.848l5.113-3.196a1 1 0 0 0 0-1.696L10.53 7.956A1 1 0 0 0 9 8.804Z" /><path fill-rule="evenodd" d="M12 2C6.45 2 2 6.45 2 12s4.45 10 10 10 10-4.45 10-10S17.55 2 12 2ZM4 12c0-4.445 3.555-8 8-8s8 3.555 8 8-3.555 8-8 8-8-3.555-8-8Z" clip-rule="evenodd" /></symbol>', "play");
|
|
24745
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plus"><path fill-rule="evenodd" d="M5 4h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1ZM2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5Zm10 2a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3H8a1 1 0 1 1 0-2h3V8a1 1 0 0 1 1-1Z" clip-rule="evenodd" /></symbol>', "plus");
|
|
24746
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="prompter"><path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10Zm-10 8v-2a6 6 0 0 1-6-6H4a8 8 0 0 0 8 8Zm0-16a8 8 0 0 1 8 8h-2a6 6 0 0 0-6-6V4Zm4 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" clip-rule="evenodd" /></symbol>', "prompter");
|
|
24747
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="queue-member"><path fill-rule="evenodd" d="M20.477 19a.92.92 0 0 1-.923-.918v-.918c0-1.434-1.097-2.525-2.539-2.525h-2.769c-1.442 0-2.538 1.091-2.538 2.525v.918a.92.92 0 0 1-.924.918.92.92 0 0 1-.923-.918v-.918c0-2.448 1.924-4.36 4.385-4.36h2.77c2.46 0 4.384 1.912 4.384 4.36v.918a.92.92 0 0 1-.923.918Zm-9.923-5.279a.92.92 0 0 1-.923.918H7.785c-1.442 0-2.539 1.091-2.539 2.525v.918a.92.92 0 0 1-.923.918.92.92 0 0 1-.923-.918v-.918c0-2.448 1.923-4.36 4.385-4.36H9.63a.92.92 0 0 1 .923.917Zm-4.846-4.82a2.992 2.992 0 0 1 3-2.983c1.656 0 3 1.336 3 2.984a2.992 2.992 0 0 1-3 2.983c-1.657 0-3-1.336-3-2.983Zm6.461-.458A3.452 3.452 0 0 1 15.631 5a3.452 3.452 0 0 1 3.461 3.443 3.452 3.452 0 0 1-3.461 3.442 3.452 3.452 0 0 1-3.462-3.442Zm1.846 0c0-.888.723-1.607 1.616-1.607.892 0 1.615.72 1.615 1.607s-.723 1.606-1.615 1.606c-.893 0-1.616-.72-1.616-1.606Zm-6.461.459a1.15 1.15 0 0 1 1.154-1.148A1.15 1.15 0 0 1 9.86 8.902a1.15 1.15 0 0 1-1.153 1.147 1.15 1.15 0 0 1-1.154-1.147Z" clip-rule="evenodd" /></symbol>', "queue-member");
|
|
24748
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="radio"><path fill-rule="evenodd" d="M12 5.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0Z" clip-rule="evenodd" /></symbol>', "radio");
|
|
24749
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="radio--checked"><path d="M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z" /><path fill-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm-6.75 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z" clip-rule="evenodd" /></symbol>', "radio--checked");
|
|
24750
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rec"><path fill="#E63E1A" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z" /><rect width="6" height="6" x="9" y="9" rx="3" /></symbol>', "rec");
|
|
24751
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rec-off"><rect width="6" height="6" x="9" y="9" fill="#E63E1A" rx="3" /></symbol>', "rec-off");
|
|
24752
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="refresh"><path d="M4.12 10.576c.835-3.987 4.046-6.556 7.827-6.556 2.258 0 4.298.935 5.758 2.441.377.389.98.49 1.424.178.468-.328.575-.985.187-1.406A10 10 0 0 0 11.946 2C7.11 2 3.113 5.349 2.13 10.277l-.553-.082a.504.504 0 0 0-.559.632l1.014 3.732a.502.502 0 0 0 .904.146l2.144-3.259a.505.505 0 0 0-.345-.778l-.616-.092ZM19.88 13.424c-.835 3.987-4.046 6.556-7.827 6.556a7.996 7.996 0 0 1-5.758-2.441c-.377-.389-.98-.49-1.424-.179-.468.33-.575.986-.187 1.407A9.999 9.999 0 0 0 12.054 22c4.836 0 8.833-3.349 9.816-8.277l.553.082a.504.504 0 0 0 .559-.632l-1.014-3.732a.502.502 0 0 0-.904-.146l-2.144 3.259a.506.506 0 0 0 .345.778l.616.092Z" /></symbol>', "refresh");
|
|
24753
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="rounded-info"><path fill-rule="evenodd" d="M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM12 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 2v5h.5a.5.5 0 0 1 0 1H12a1 1 0 0 1-1-1v-5h-.5a.5.5 0 0 1 0-1H12a1 1 0 0 1 1 1Z" clip-rule="evenodd" /></symbol>', "rounded-info");
|
|
24754
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="role"><path fill-rule="evenodd" d="M10.5 1a2.5 2.5 0 0 0-2.45 3H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3h-3.05a2.5 2.5 0 0 0-2.45-3h-3Zm3 3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1h3ZM5 6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H5Zm4 4a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-1 4.4c-2.252 0-4 1.748-4 4a1 1 0 1 0 2 0c0-1.148.852-2 2-2h2c1.148 0 2 .852 2 2a1 1 0 1 0 2 0c0-2.252-1.748-4-4-4h-2Z" clip-rule="evenodd" /></symbol>', "role");
|
|
24755
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="done"><path d="M18.121 9.707a1 1 0 0 0-1.414-1.414l-6.646 6.646a.5.5 0 0 1-.707 0l-2.647-2.646a1 1 0 0 0-1.414 1.414l3 3a2 2 0 0 0 2.828 0l7-7Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z" clip-rule="evenodd" /></symbol>', "done");
|
|
24756
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="search"><path fill-rule="evenodd" d="M15.762 17.176a8.5 8.5 0 1 1 1.414-1.414l4.531 4.53a1 1 0 0 1-1.414 1.415l-4.531-4.531ZM17 10.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Z" clip-rule="evenodd" /></symbol>', "search");
|
|
24757
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" id="send-arrow"><path d="M21.246 11.915a.994.994 0 0 0-.214-.539l-.012-.014a.994.994 0 0 0-.346-.268c-.214-.106-.416-.193-.62-.281-.416-.18-.84-.363-1.388-.717-.76-.487-1.66-1.265-2.584-2.65a1 1 0 1 0-1.664 1.109c.71 1.065 1.43 1.85 2.122 2.445H4.25a1 1 0 1 0 0 2h12.29c-.692.595-1.412 1.38-2.122 2.445a1 1 0 0 0 1.664 1.11c.924-1.386 1.825-2.163 2.584-2.651.549-.353.972-.536 1.388-.716.202-.088.402-.175.615-.28a.997.997 0 0 0 .579-.84M21.25 12c0-.028-.001-.057-.004-.085l.004.085Z" /></symbol>', "send-arrow");
|
|
24758
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="settings"><path fill-rule="evenodd" d="M12 2a2.636 2.636 0 0 0-2.637 2.636v.137a.35.35 0 0 1-.129.268 1 1 0 0 0-.158.055.35.35 0 0 1-.384-.067l-.043-.044a2.636 2.636 0 1 0-3.73 3.73l.044.043a.35.35 0 0 1 .067.384l-.024.058a.35.35 0 0 1-.312.23h-.058a2.636 2.636 0 1 0 0 5.272h.136a.35.35 0 0 1 .32.212l.004.01a.35.35 0 0 1-.068.383l-.044.044a2.636 2.636 0 1 0 3.73 3.73l.044-.044a.35.35 0 0 1 .383-.068c.02.009.039.017.059.024a.35.35 0 0 1 .229.313v.058a2.636 2.636 0 0 0 2.57 2.635 2.636 2.636 0 0 0 2.571-2.635v-.059a.35.35 0 0 1 .23-.312l.058-.024a.35.35 0 0 1 .383.068l.044.043a2.64 2.64 0 0 0 2.875.573 2.637 2.637 0 0 0 .855-4.302l-.044-.044a.349.349 0 0 1-.067-.383l.004-.01a.35.35 0 0 1 .319-.212h.136a2.636 2.636 0 1 0 0-5.273h-.058a.35.35 0 0 1-.312-.229 1.024 1.024 0 0 0-.024-.058.35.35 0 0 1 .067-.384l.044-.043a2.637 2.637 0 1 0-3.73-3.73l-.043.044a.35.35 0 0 1-.384.067.999.999 0 0 0-.158-.055.349.349 0 0 1-.13-.268v-.137A2.636 2.636 0 0 0 12 2Zm.384 17.814a.636.636 0 0 1-.385.183.636.636 0 0 1-.57-.633v-.097a2.35 2.35 0 0 0-1.51-2.14 2.35 2.35 0 0 0-2.562.483l-.058.057a.637.637 0 0 1-.9 0h-.001a.636.636 0 0 1 0-.902l.05-.049.007-.008a2.35 2.35 0 0 0 .472-2.587 2.35 2.35 0 0 0-2.148-1.42h-.143a.636.636 0 1 1 0-1.272h.097a2.35 2.35 0 0 0 2.14-1.509 2.35 2.35 0 0 0-.483-2.563L6.333 7.3a.636.636 0 0 1 0-.9v-.001a.637.637 0 0 1 .901 0l.05.05.007.007A2.35 2.35 0 0 0 9.694 7a1 1 0 0 0 .245-.07 2.35 2.35 0 0 0 1.424-2.15v-.144a.637.637 0 0 1 1.273 0v.143A2.35 2.35 0 0 0 14.06 6.93a1 1 0 0 0 .245.07 2.35 2.35 0 0 0 2.403-.544l.008-.008.049-.05a.64.64 0 0 1 .694-.138.637.637 0 0 1 .207 1.04l-.057.057a2.35 2.35 0 0 0-.482 2.563 2.35 2.35 0 0 0 2.14 1.509h.096a.636.636 0 1 1 0 1.273h-.143a2.35 2.35 0 0 0-2.148 1.42 2.349 2.349 0 0 0 .472 2.586l.008.008.049.05a.639.639 0 0 1 0 .9.638.638 0 0 1-.901 0l-.058-.056a2.35 2.35 0 0 0-2.563-.483 2.35 2.35 0 0 0-1.508 2.14v.097c0 .168-.068.33-.187.45ZM10.999 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z" clip-rule="evenodd" /></symbol>', "settings");
|
|
24759
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sort-arrow-down"><path d="M12.085 20.997a.994.994 0 0 0 .539-.215l.014-.012a.996.996 0 0 0 .268-.346c.106-.214.193-.416.281-.62.18-.416.364-.84.717-1.388.488-.76 1.265-1.66 2.65-2.584a1 1 0 1 0-1.109-1.664c-1.065.71-1.85 1.43-2.445 2.123V4a1 1 0 1 0-2 0v12.29c-.594-.693-1.38-1.413-2.445-2.123a1 1 0 0 0-1.11 1.664c1.386.924 2.164 1.825 2.651 2.584.354.549.537.972.717 1.388.087.202.174.403.279.615a1.002 1.002 0 0 0 .841.579M12 21c.028 0 .057-.001.085-.003L12 21Z" /></symbol>', "sort-arrow-down");
|
|
24760
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sort-arrow-up"><path d="M11.915 3.004a.995.995 0 0 0-.539.214l-.014.012a.995.995 0 0 0-.268.346c-.106.214-.193.416-.281.62-.18.416-.364.84-.717 1.389-.488.759-1.265 1.66-2.65 2.583a1 1 0 0 0 1.109 1.664c1.065-.71 1.85-1.43 2.445-2.122V20a1 1 0 1 0 2 0V7.71c.594.692 1.38 1.412 2.445 2.122a1 1 0 0 0 1.11-1.664c-1.386-.924-2.163-1.824-2.651-2.583a8.704 8.704 0 0 1-.717-1.39c-.087-.201-.174-.401-.279-.614a1.002 1.002 0 0 0-.841-.579M12 3a.993.993 0 0 0-.085.004L12 3Z" /></symbol>', "sort-arrow-up");
|
|
24761
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sound-off"><path fill-rule="evenodd" d="M13.403 3.284c-.914-.448-2.14-.41-3.056.434L6.697 6.76H4.833c-.713 0-1.45.24-2.015.794C2.251 8.11 2 8.842 2 9.557v4.93c0 .715.251 1.447.818 2.003.565.554 1.302.794 2.015.794h1.864l3.692 3.076.004.003.006.005.003.004C12.136 21.788 15 20.68 15 18.184V5.86a2.855 2.855 0 0 0-1.597-2.576Zm-1.709 1.912a.717.717 0 0 1 .83-.116.855.855 0 0 1 .476.78v12.324c0 .684-.806 1.068-1.331.64l-.001-.001-4.247-3.539H4.833c-.272 0-.479-.089-.615-.222-.134-.132-.218-.324-.218-.575v-4.93c0-.25.084-.443.218-.575.136-.133.343-.222.615-.222h2.588l4.251-3.543.022-.02Z" clip-rule="evenodd" /><path d="M21.5 9.586a1 1 0 0 0-1.414 0l-.793.793-.793-.793A1 1 0 1 0 17.086 11l.793.793-.793.793A1 1 0 0 0 18.5 14l.793-.793.793.793a1 1 0 0 0 1.414-1.414l-.793-.793L21.5 11a1 1 0 0 0 0-1.414Z" /></symbol>', "sound-off");
|
|
24762
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="sound-on"><path fill-rule="evenodd" d="M10.347 3.718c.917-.845 2.142-.882 3.056-.434A2.855 2.855 0 0 1 15 5.86v12.324c0 2.497-2.864 3.604-4.598 2.188l-.003-.004-.006-.005-.004-.003-3.692-3.076H4.833c-.713 0-1.45-.24-2.015-.794C2.251 15.934 2 15.202 2 14.487v-4.93c0-.715.251-1.447.818-2.003C3.383 7 4.12 6.76 4.833 6.76h1.864l3.65-3.042Zm2.176 1.362a.717.717 0 0 0-.828.116l-.023.021L7.421 8.76H4.833c-.272 0-.479.089-.615.222-.134.132-.218.324-.218.575v4.93c0 .25.084.443.218.575.136.133.343.222.615.222h2.588l4.247 3.539c.526.429 1.332.045 1.332-.64V5.86a.855.855 0 0 0-.477-.78Zm5.924 1.575a1 1 0 0 0-.902 1.786c.022.015.067.045.127.095.12.1.303.28.496.568.03.046.062.092.093.137.356.521.739 1.081.739 2.759s-.383 2.238-.74 2.759c-.03.046-.062.09-.092.137a2.645 2.645 0 0 1-.496.568 1.338 1.338 0 0 1-.14.103 1 1 0 0 0 .915 1.778h.002l.001-.002.003-.001.007-.003.016-.009a1.723 1.723 0 0 0 .15-.09c.088-.055.2-.134.327-.24.255-.213.571-.533.879-.995C20.453 15.073 21 14.175 21 12s-.547-3.073-1.168-4.005a4.637 4.637 0 0 0-.88-.995 3.316 3.316 0 0 0-.437-.308 1.736 1.736 0 0 0-.04-.022l-.015-.008-.007-.004-.006-.003Z" clip-rule="evenodd" /></symbol>', "sound-on");
|
|
24763
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56" id="scorecard"><path d="M34.093 31.45c-.072-.45.07-.906.372-1.221l2.175-2.26c1.387-1.443.577-3.855-1.397-4.16l-2.88-.447a1.29 1.29 0 0 1-.964-.748l-1.164-2.517c-.883-1.907-3.585-1.907-4.468 0l-1.165 2.516c-.19.41-.554.686-.963.75l-2.882.446c-1.974.305-2.784 2.717-1.397 4.16l2.175 2.26c.303.315.445.772.372 1.222l-.484 3.01c-.328 2.04 1.835 3.56 3.633 2.552l2.353-1.318a1.2 1.2 0 0 1 1.182 0l2.353 1.319c1.798 1.008 3.961-.512 3.633-2.552l-.484-3.013Z" /><path fill-rule="evenodd" d="m44.617 11.95-5.233-5.233a7 7 0 0 0-4.95-2.05h-18.1a7 7 0 0 0-7 7v32.666a7 7 0 0 0 7 7h23.333a7 7 0 0 0 7-7V16.9a7 7 0 0 0-2.05-4.95ZM42 44.333a2.333 2.333 0 0 1-2.333 2.334H16.334A2.333 2.333 0 0 1 14 44.333V11.667a2.333 2.333 0 0 1 2.334-2.334h16.333V14a4.667 4.667 0 0 0 4.666 4.667H42v25.666ZM37.334 14v-2.734L40.067 14h-2.733Z" clip-rule="evenodd" /></symbol>', "scorecard");
|
|
24764
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="star"><path fill-rule="evenodd" d="M18.234 14.15a1.39 1.39 0 0 0-.36 1.176l.468 2.905c.316 1.967-1.77 3.433-3.503 2.46l-2.27-1.271c-.356-.2-.782-.2-1.14 0L9.162 20.69c-1.733.972-3.82-.493-3.503-2.46l.467-2.903a1.39 1.39 0 0 0-.36-1.179L3.67 11.97c-1.338-1.39-.557-3.716 1.346-4.01l2.78-.431c.394-.062.745-.327.928-.723L9.847 4.38c.851-1.839 3.457-1.839 4.308 0l1.123 2.427c.183.395.533.66.93.722l2.777.43c1.903.295 2.684 2.621 1.346 4.011l-2.097 2.18Zm-2.317-4.738a3.145 3.145 0 0 1-2.363-1.803l-1.123-2.426a.474.474 0 0 0-.861 0l-1.123 2.425a3.146 3.146 0 0 1-2.362 1.804l-2.78.43a.477.477 0 0 0-.269.803l2.097 2.18A3.3 3.3 0 0 1 8 15.63l-.467 2.903a.475.475 0 0 0 .7.492l2.269-1.271a3.051 3.051 0 0 1 2.993 0l2.27 1.272a.475.475 0 0 0 .7-.492l-.467-2.906a3.301 3.301 0 0 1 .868-2.804l2.097-2.18a.477.477 0 0 0-.27-.802l-2.777-.43Z" clip-rule="evenodd" /></symbol>', "star");
|
|
24765
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="star--filled"><path fill-rule="evenodd" d="M18.234 14.15a1.39 1.39 0 0 0-.36 1.176l.468 2.905c.316 1.967-1.77 3.433-3.503 2.46l-2.27-1.271c-.356-.2-.782-.2-1.14 0L9.162 20.69c-1.733.972-3.82-.493-3.503-2.46l.467-2.903a1.39 1.39 0 0 0-.36-1.179L3.67 11.97c-1.338-1.39-.557-3.716 1.346-4.01l2.78-.431c.394-.062.745-.327.928-.723L9.847 4.38c.851-1.839 3.457-1.839 4.308 0l1.123 2.427c.183.395.533.66.93.722l2.777.43c1.903.295 2.684 2.621 1.346 4.011l-2.097 2.18Z" clip-rule="evenodd" /></symbol>', "star--filled");
|
|
24766
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stop"><path fill-rule="evenodd" d="M8 9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V9Zm2 5h4v-4h-4v4Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 12C2 6.45 6.45 2 12 2s10 4.45 10 10-4.45 10-10 10S2 17.55 2 12Zm10-8c-4.445 0-8 3.555-8 8s3.555 8 8 8 8-3.555 8-8-3.555-8-8-8Z" clip-rule="evenodd" /></symbol>', "stop");
|
|
24767
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tick"><path fill-rule="evenodd" d="M18.121 7.293a1 1 0 0 1 0 1.414l-7 7a2 2 0 0 1-2.828 0l-3-3a1 1 0 1 1 1.414-1.414l2.647 2.646a.5.5 0 0 0 .707 0l6.646-6.646a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', "tick");
|
|
24768
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="upload"><path fill-rule="evenodd" d="M12 4a4.601 4.601 0 0 0-4.309 2.886 1 1 0 0 1-.718.6C5.293 7.845 4 9.377 4 11.178 4 13.323 5.677 15 7.814 15a1 1 0 1 1 0 2C4.569 17 2 14.424 2 11.177a5.8 5.8 0 0 1 4.052-5.514A6.595 6.595 0 0 1 12 2c3.184 0 5.855 2.261 6.502 5.258A4.996 4.996 0 0 1 22 12.016C22 14.76 19.766 17 17.023 17a1 1 0 1 1 0-2A2.99 2.99 0 0 0 20 12.016a2.994 2.994 0 0 0-2.53-2.95 1 1 0 0 1-.844-.886C16.384 5.84 14.393 4 12 4Z" clip-rule="evenodd" /><path d="M11.915 6.004a.995.995 0 0 0-.539.214l-.014.012a.995.995 0 0 0-.268.346c-.106.214-.193.416-.281.62-.18.416-.364.84-.717 1.388-.488.76-1.265 1.66-2.65 2.584a1 1 0 1 0 1.109 1.664c1.065-.71 1.85-1.43 2.445-2.122V21a1 1 0 1 0 2 0V10.71c.594.692 1.38 1.412 2.445 2.122a1 1 0 0 0 1.11-1.664c-1.386-.924-2.163-1.825-2.651-2.584a8.705 8.705 0 0 1-.717-1.388c-.087-.202-.174-.403-.279-.615a1.002 1.002 0 0 0-.841-.579M12 6a.993.993 0 0 0-.085.004L12 6Z" /></symbol>', "upload");
|
|
24769
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="user"><path fill-rule="evenodd" d="M14.011 7c0 1.105-.9 2-2.011 2a2.006 2.006 0 0 1-2.011-2c0-1.105.9-2 2.011-2 1.11 0 2.011.895 2.011 2Zm2.011 0c0 2.21-1.8 4-4.022 4-2.221 0-4.022-1.79-4.022-4S9.778 3 12 3c2.221 0 4.022 1.79 4.022 4Zm2.946 14.003C18.48 17.609 15.547 15 12 15s-6.481 2.61-6.968 6.003c-.078.547-.52.997-1.076.997-.555 0-1.011-.45-.95-.998C3.504 16.5 7.34 13 12 13s8.495 3.5 8.994 8.002c.061.549-.395.998-.95.998-.555 0-.998-.45-1.076-.997Z" clip-rule="evenodd" /></symbol>', "user");
|
|
24770
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="video-cam-off"><path fill-rule="evenodd" d="M17.694 12 20 10.313v3.374L17.694 12Zm-2.31 3.5a.95.95 0 0 1-.018.188c-.087.428-.5.812-1.058.812H5.077c-.643 0-1.077-.495-1.077-1v-7c0-.505.434-1 1.077-1h9.23c.56 0 .972.384 1.06.813.011.059.018.121.018.187v7Zm2-5.752V8.5a2.948 2.948 0 0 0-.205-1.08 3.077 3.077 0 0 0-2.871-1.92H5.077C3.377 5.5 2 6.843 2 8.5v7c0 1.657 1.378 3 3.077 3h9.23a3.077 3.077 0 0 0 2.872-1.92 2.926 2.926 0 0 0 .206-1.08v-1.248l2.974 2.176c.676.495 1.641.024 1.641-.8V8.372c0-.824-.965-1.295-1.641-.8l-2.974 2.176Z" clip-rule="evenodd" /><path fill="#E63E1A" d="m8.512 9.775 1.122 1.118 1.121-1.118a.882.882 0 0 1 1.245 0 .876.876 0 0 1 0 1.24l-1.126 1.123L12 13.259a.876.876 0 0 1 0 1.241.882.882 0 0 1-1.245 0l-1.12-1.117-1.12 1.117a.882.882 0 0 1-1.245 0 .876.876 0 0 1 0-1.24l1.124-1.122-1.126-1.123a.876.876 0 0 1 0-1.24.882.882 0 0 1 1.245 0Z" /></symbol>', "video-cam-off");
|
|
24771
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="video-cam"><path fill-rule="evenodd" d="M17.694 12 20 10.313v3.374L17.694 12Zm-2.31 3.5a.95.95 0 0 1-.018.188c-.087.428-.5.812-1.058.812H5.077c-.643 0-1.077-.495-1.077-1v-7c0-.505.434-1 1.077-1h9.23c.56 0 .972.384 1.06.813.011.059.018.121.018.187v7Zm2-5.752V8.5a2.948 2.948 0 0 0-.205-1.08 3.077 3.077 0 0 0-2.871-1.92H5.077C3.377 5.5 2 6.843 2 8.5v7c0 1.657 1.378 3 3.077 3h9.23a3.077 3.077 0 0 0 2.872-1.92 2.926 2.926 0 0 0 .206-1.08v-1.248l2.974 2.176c.676.495 1.641.024 1.641-.8V8.372c0-.824-.965-1.295-1.641-.8l-2.974 2.176Z" clip-rule="evenodd" /></symbol>', "video-cam");
|
|
24772
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="zoom-in"><path fill-rule="evenodd" d="M17 11a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-1.094 6.32a8 8 0 1 1 1.414-1.414l3.337 3.337a1 1 0 0 1-1.414 1.414l-3.337-3.337ZM11 8a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1H9a1 1 0 1 1 0-2h1V9a1 1 0 0 1 1-1Z" clip-rule="evenodd" /></symbol>', "zoom-in");
|
|
24773
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="zoom-out"><path d="M13 12a1 1 0 1 0 0-2H9a1 1 0 1 0 0 2h4Z" /><path fill-rule="evenodd" d="M11 19a7.965 7.965 0 0 0 4.906-1.68l3.337 3.337a1 1 0 0 0 1.414-1.414l-3.337-3.337A8 8 0 1 0 11 19Zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z" clip-rule="evenodd" /></symbol>', "zoom-out");
|
|
24774
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tts-download"><path fill-rule="evenodd" d="M16.389 2.535c0-.298.24-.54.534-.54h4.74c.294 0 .534.242.534.54V7.75a.54.54 0 0 1-.335.501.53.53 0 0 1-.585-.126L20.24 7.037h-.432v1.441c0 .298-.24.54-.535.54h-3.317l-1.036 1.088a.53.53 0 0 1-.585.126.54.54 0 0 1-.335-.5V4.515c0-.298.24-.54.535-.54h1.854V2.535Zm0 2.52h-1.32v3.337l.275-.288c.1-.106.24-.166.385-.166h3.01v-.901h-1.816a.537.537 0 0 1-.534-.54V5.056Zm3.42.902v-1.44c0-.299-.24-.54-.536-.54h-1.815v-.902h3.67V6.41l-.275-.288a.532.532 0 0 0-.385-.166h-.66Zm-1.07 0h-1.281v-.901h1.281v.901Z" clip-rule="evenodd" /><path d="M9.4 3.097a3.71 3.71 0 0 0-5.277 0l-.702.693c-1.07 1.058-1.73 2.747-1.275 4.503.364 1.828 1.156 3.743 2.36 5.555.313.47.961.551 1.402.198.422-.337.498-.946.202-1.398-1.037-1.585-1.705-3.235-2.008-4.772a1.006 1.006 0 0 0-.015-.065c-.26-.977.098-1.963.74-2.598l.702-.694c.706-.698 1.758-.698 2.465 0l1.203 1.19c.254.25.372.554.362.858-.01.306-.15.642-.463.951l-.802.793c-.13.129-.226.288-.276.46a1 1 0 0 0 .03.647c.52 1.32 1.44 2.625 2.652 3.823 1.107 1.095 2.505 1.989 3.807 2.593a1 1 0 0 0 .823.008c.112-.05.224-.122.325-.222l.902-.892c.506-.5 1.257-.5 1.763 0l1.197 1.184c.301.343.458.8.48 1.27.023.463-.086.917-.295 1.26l-.68.673c-.743.734-1.665 1.01-2.694.825h-.003a12.538 12.538 0 0 1-2.855-.937c-.498-.229-1.098-.056-1.364.422-.27.487-.093 1.105.412 1.341a14.6 14.6 0 0 0 3.439 1.139l.017.003c1.653.297 3.236-.167 4.454-1.37l.701-.695c.095-.093.178-.196.248-.308.467-.737.658-1.62.618-2.45-.04-.834-.324-1.757-.986-2.505a1.68 1.68 0 0 0-.08-.085l-1.203-1.19a3.222 3.222 0 0 0-4.575 0l-.414.41c-.94-.501-1.88-1.155-2.63-1.896-.862-.852-1.51-1.722-1.935-2.552l.33-.327c.62-.613 1.026-1.416 1.055-2.307a3.142 3.142 0 0 0-.954-2.347L9.4 3.096Z" /><path d="M8 14a1 1 0 0 1 1 1v3.586l.293-.293a1 1 0 0 1 1.414 1.414l-2 2a.998.998 0 0 1-1.415 0l-2-2a1 1 0 1 1 1.415-1.414l.293.293V15a1 1 0 0 1 1-1Z" /></symbol>', "tts-download");
|
|
24775
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt"><path fill-rule="evenodd" d="M16.879 2.879 19.12 5.12A3 3 0 0 1 20 7.243V11a1 1 0 1 1-2 0V8h-2a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 1 1 0 2H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879ZM16 4.829V6h1.172L16 4.828Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M17.447 13.724a1 1 0 0 1 .354.296c.065-.013.131-.02.199-.02h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3c-.068 0-.134-.007-.199-.02a1 1 0 0 1-.354.296l-4 2A1 1 0 0 1 12 21.382v-8.764a1 1 0 0 1 1.447-.894l4 2ZM16 15.236v3.528l-2 1v-5.528l2 1ZM20 16v2h-1v-2h1Z" clip-rule="evenodd" /></symbol>', "stt");
|
|
24776
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt-download"><path fill-rule="evenodd" d="M19.121 5.121 16.88 2.88A3 3 0 0 0 14.757 2H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h2a1 1 0 1 0 0-2H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7v2a2 2 0 0 0 2 2h2v3a1 1 0 1 0 2 0V7.243a3 3 0 0 0-.879-2.122ZM16 6V4.828L17.172 6H16Z" clip-rule="evenodd" /><path d="M18 15a1 1 0 1 0-2 0v3.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a.998.998 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414l-.293.293V15Z" /></symbol>', "stt-download");
|
|
24777
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="stt-search"><path fill-rule="evenodd" d="M16.879 2.879 19.12 5.12A3 3 0 0 1 20 7.243V11a1 1 0 1 1-2 0V8h-2a2 2 0 0 1-2-2V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 1 1 0 2H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7.757a3 3 0 0 1 2.122.879ZM16 4.829V6h1.172L16 4.828ZM13 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm3.446.032a4 4 0 1 0-1.414 1.414l2.261 2.261a1 1 0 0 0 1.414-1.414l-2.26-2.261Z" clip-rule="evenodd" /></symbol>', "stt-search");
|
|
24778
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="idle"><path d="M14.5 7.5 12 9 9.5 7.5h5Z" /><path fill-rule="evenodd" d="M18 3a1 1 0 1 1 0 2h-.5v2.724a3 3 0 0 1-1.39 2.53L13.369 12l2.743 1.745a3 3 0 0 1 1.389 2.531V19h.5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h.5v-2.724a3 3 0 0 1 1.39-2.53L10.631 12l-2.743-1.745A3 3 0 0 1 6.5 7.724V5H6a1 1 0 0 1 0-2h12Zm-2.5 15.75v-2.474a1 1 0 0 0-.463-.843L12 13.5l-3.037 1.933a1 1 0 0 0-.463.843v2.474L12 17l3.5 1.75ZM15.5 5h-7v2.724a1 1 0 0 0 .463.843L12 10.5l3.037-1.933a1 1 0 0 0 .463-.843V5Z" clip-rule="evenodd" /></symbol>', "idle");
|
|
24779
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="telegram-bot"><path fill="#1899CD" fill-rule="evenodd" d="M8.5 11a1.5 1.5 0 0 0 0 3h7a1.5 1.5 0 0 0 0-3h-7Zm1.5 1.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" clip-rule="evenodd" /><path fill="#1899CD" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-5c3.866 0 7-2.015 7-4.5v-4a.5.5 0 1 0-1 0v1.023C16.95 8.102 15.023 7 12 7S7.05 8.102 6 9.523V8.5a.5.5 0 0 0-1 0v4c0 2.485 3.134 4.5 7 4.5Z" clip-rule="evenodd" /></symbol>', "telegram-bot");
|
|
24780
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="pin"><path fill-rule="evenodd" d="M21.623 8.428c-.076.076-.162.14-.255.193l-5.439 4.112c.915 1.73 1.055 3.36.205 4.21-1.147 1.147-3.709.492-6.025-1.43L2 22l6.487-8.11c-1.922-2.315-2.577-4.877-1.43-6.023.85-.851 2.48-.71 4.21.204l4.112-5.439c.052-.093.117-.179.193-.255.859-.859 2.91-.201 4.581 1.47 1.671 1.67 2.329 3.722 1.47 4.581Zm-10.741.152.2-.265c-.723-.18-1.349-.1-1.734.286-.86.86-.202 2.91 1.47 4.582 1.67 1.67 3.721 2.329 4.58 1.47.386-.386.466-1.012.287-1.735l-.265.2c-.859.86-2.572.54-3.825-.713-1.253-1.253-1.572-2.966-.713-3.825Z" clip-rule="evenodd" /></symbol>', "pin");
|
|
24781
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="unpin"><path d="M3.707 2.293a1 1 0 0 0-1.414 1.414l18 18a1 1 0 0 0 1.414-1.414l-18-18ZM15.93 12.733c.123.235.233.467.328.697L10.57 7.742c.23.095.462.205.697.329l4.112-5.439c.052-.093.117-.179.193-.255.859-.859 2.91-.201 4.581 1.47 1.671 1.67 2.329 3.722 1.47 4.581-.076.076-.162.14-.255.193l-5.439 4.112ZM8.487 13.89c-1.316-1.585-2.038-3.286-1.994-4.569l8.186 8.186c-1.283.044-2.984-.678-4.57-1.995L2 22l6.487-8.11Z" /></symbol>', "unpin");
|
|
24782
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="conference"><path fill-rule="evenodd" d="M4 5.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0ZM7.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM13 5.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0ZM16.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M8.5 11.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0ZM12 10a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" clip-rule="evenodd" /><path d="M6.5 21c0-2.869 2.576-5 5.5-5s5.5 2.131 5.5 5a1 1 0 1 1-2 0c0-1.55-1.453-3-3.5-3-2.047 0-3.5 1.45-3.5 3a1 1 0 1 1-2 0ZM7.5 11.143c0-.631-.516-1.154-1.136-1.035C3.94 10.577 2 12.51 2 15a1 1 0 1 0 2 0c0-1.324 1.062-2.577 2.649-2.912.463-.098.851-.472.851-.945ZM17.636 10.109c-.62-.12-1.136.403-1.136 1.034 0 .473.388.847.852.945C18.938 12.423 20 13.676 20 15a1 1 0 1 0 2 0c0-2.49-1.94-4.424-4.364-4.892Z" /></symbol>', "conference");
|
|
24783
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="meta"><path fill="#0081FB" d="M4.16 13.573c0 .747.168 1.321.387 1.668.287.455.716.648 1.152.648.564 0 1.08-.137 2.072-1.481.796-1.078 1.734-2.59 2.364-3.538l1.069-1.607c.742-1.115 1.6-2.355 2.585-3.196C14.595 5.381 15.462 5 16.334 5c1.465 0 2.861.831 3.93 2.39C21.431 9.097 22 11.247 22 13.466c0 1.319-.266 2.288-.718 3.054-.437.74-1.288 1.48-2.72 1.48v-2.111c1.226 0 1.532-1.103 1.532-2.365 0-1.798-.428-3.794-1.372-5.22-.67-1.011-1.538-1.629-2.493-1.629-1.032 0-1.864.762-2.798 2.122-.496.722-1.006 1.602-1.578 2.595l-.63 1.092c-1.266 2.197-1.587 2.697-2.22 3.522C7.893 17.452 6.946 18 5.699 18c-1.479 0-2.414-.627-2.994-1.572-.473-.77-.705-1.78-.705-2.93l2.16.075Z" /><path fill="url(#meta_a)" d="M3.703 7.539C4.693 6.045 6.123 5 7.763 5c.949 0 1.893.275 2.878 1.062 1.078.861 2.227 2.28 3.66 4.616l.515.838c1.24 2.023 1.946 3.064 2.36 3.555.53.63.903.818 1.386.818 1.226 0 1.532-1.103 1.532-2.365L22 13.466c0 1.319-.265 2.288-.718 3.054-.436.74-1.288 1.48-2.72 1.48-.89 0-1.679-.19-2.55-.994-.671-.618-1.455-1.716-2.058-2.703L12.16 11.37c-.9-1.472-1.725-2.569-2.203-3.066-.514-.534-1.175-1.18-2.23-1.18-.853 0-1.577.587-2.184 1.483l-1.84-1.07Z" /><path fill="url(#meta_b)" d="M7.727 7.126c-.853 0-1.578.586-2.184 1.482-.858 1.267-1.383 3.153-1.383 4.965 0 .747.168 1.321.387 1.668l-1.842 1.187c-.473-.77-.705-1.78-.705-2.93 0-2.093.587-4.275 1.703-5.96C4.693 6.046 6.123 5 7.763 5l-.036 2.126Z" /><defs><linearGradient id="meta_a" x1="6.243" x2="20.012" y1="12.963" y2="13.674" gradientUnits="userSpaceOnUse"><stop stop-color="#0064E1" /><stop offset=".4" stop-color="#0064E1" /><stop offset=".83" stop-color="#0073EE" /><stop offset="1" stop-color="#0082FB" /></linearGradient><linearGradient id="meta_b" x1="5.13" x2="5.13" y1="14.461" y2="9.492" gradientUnits="userSpaceOnUse"><stop stop-color="#0082FB" /><stop offset="1" stop-color="#0064E0" /></linearGradient></defs></symbol>', "meta");
|
|
24784
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="options"><path d="M10.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6ZM10.5 11.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM10.5 17a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1Z" /></symbol>', "options");
|
|
24785
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="goto"><path d="M16.364 2.302a1.031 1.031 0 0 0 0 1.458c.39.39.94.581 1.382.685a6 6 0 0 0 .728.122L12.5 10.542A1.031 1.031 0 0 0 13.958 12l5.975-5.974c.027.25.067.496.122.728.104.442.295.992.684 1.382a1.031 1.031 0 1 0 1.459-1.459c.006.006.006.006 0-.004a1.503 1.503 0 0 1-.136-.391 4.806 4.806 0 0 1-.109-1.063c0-.394.04-.768.11-1.063a1.503 1.503 0 0 1 .135-.396 1.031 1.031 0 0 0-1.459-1.458 1.504 1.504 0 0 1-.396.136c-.294.069-.668.109-1.062.109s-.768-.04-1.063-.11a1.504 1.504 0 0 1-.391-.135c-.01-.006-.01-.006-.004 0a1.031 1.031 0 0 0-1.459 0Z" /><path fill="currentColor" d="M6.5 7a1 1 0 0 1 1-1h5a1 1 0 1 0 0-2h-5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-5a1 1 0 1 0-2 0v5a1 1 0 0 1-1 1h-10a1 1 0 0 1-1-1V7Z" /></symbol>', "goto");
|
|
24786
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="json"><path d="M7 3a3 3 0 0 0-3 3v4a1 1 0 0 1-1 1H2a1 1 0 1 0 0 2h1a1 1 0 0 1 1 1v4a3 3 0 0 0 3 3h.5a1 1 0 1 0 0-2H7a1 1 0 0 1-1-1v-4c0-.768-.289-1.47-.764-2 .475-.53.764-1.232.764-2V6a1 1 0 0 1 1-1h.5a1 1 0 0 0 0-2H7ZM20 6a3 3 0 0 0-3-3h-.5a1 1 0 1 0 0 2h.5a1 1 0 0 1 1 1v4c0 .768.289 1.47.764 2A2.989 2.989 0 0 0 18 14v4a1 1 0 0 1-1 1h-.5a1 1 0 1 0 0 2h.5a3 3 0 0 0 3-3v-4a1 1 0 0 1 1-1h1a1 1 0 1 0 0-2h-1a1 1 0 0 1-1-1V6ZM10.948 9.092a1.52 1.52 0 0 0 1.074.417c.403 0 .747-.14 1.03-.417.299-.293.448-.66.448-1.099 0-.439-.142-.798-.425-1.076a1.444 1.444 0 0 0-1.053-.417 1.48 1.48 0 0 0-1.074.44 1.38 1.38 0 0 0-.448 1.053c0 .44.15.806.448 1.099ZM13.075 13.812a1.335 1.335 0 0 0-1.03-.44c-.433 0-.791.14-1.075.418-.283.278-.425.637-.425 1.076 0 .322.082.608.246.857.18.234.41.402.694.505l-.828 3.272h1.41l1.052-3.053c.15-.424.247-.74.291-.944.06-.205.09-.417.09-.637 0-.425-.142-.776-.425-1.054Z" /></symbol>', "json");
|
|
24787
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="redo"><path d="M18 19a1 1 0 0 1-1 1H9.5a6.5 6.5 0 1 1 0-13h7.394a5.799 5.799 0 0 1-.416-.583C16.246 6.043 16 5.534 16 5a1 1 0 1 1 2 0c0-.008 0-.008.003.003.01.03.044.15.175.361.155.25.384.534.654.804s.554.5.804.654c.212.13.33.166.361.175C20.007 7 20.01 7 20 7a1 1 0 1 1 0 2c.009 0 .008 0-.003.003-.03.01-.15.044-.361.175-.25.155-.534.384-.804.654s-.5.554-.654.804c-.13.212-.166.33-.175.361-.003.01-.003.011-.003.003a1 1 0 1 1-2 0c0-.534.246-1.043.478-1.417.122-.197.263-.393.416-.583H9.5a4.5 4.5 0 1 0 0 9H17a1 1 0 0 1 1 1Z" /></symbol>', "redo");
|
|
24788
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="save"><path fill-rule="evenodd" d="M17 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V8c0-1.657-3.343-6-5-6Zm.83 18H19a1 1 0 0 0 1-1V8c0 .036 0 .035-.012-.003a3.906 3.906 0 0 0-.303-.697c-.27-.51-.665-1.102-1.12-1.666a11.33 11.33 0 0 0-.565-.65V7a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V5c0-.35.06-.687.17-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1.17c-.11-.313-.17-.65-.17-1v-4a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v4c0 .35-.06.687-.17 1ZM9 20h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1Zm6-16H9a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Z" clip-rule="evenodd" /></symbol>', "save");
|
|
24789
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="undo"><path d="M6 19a1 1 0 0 0 1 1h7.5a6.5 6.5 0 1 0 0-13H7.106c.153-.19.294-.386.416-.583C7.754 6.043 8 5.534 8 5a1 1 0 1 0-2 0c0-.008 0-.008-.003.003-.01.03-.044.15-.175.361-.155.25-.384.534-.654.804s-.554.5-.804.654c-.212.13-.33.166-.361.175C3.993 7 3.992 7 4 7a1 1 0 1 0 0 2c-.008 0-.008 0 .003.003.03.01.15.044.361.175.25.155.534.384.804.654s.5.554.654.804c.13.212.166.33.175.361.003.01.003.011.003.003a1 1 0 1 0 2 0c0-.534-.246-1.043-.478-1.417A5.816 5.816 0 0 0 7.106 9H14.5a4.5 4.5 0 1 1 0 9H7a1 1 0 0 0-1 1Z" /></symbol>', "undo");
|
|
24790
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="versions"><path fill-rule="evenodd" d="M11 2h3.172a2 2 0 0 1 1.414.586l5.828 5.828A2 2 0 0 1 22 9.828V14a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm5 3.828L18.172 8H17a1 1 0 0 1-1-1V5.828ZM11 4h3v3a3 3 0 0 0 3 3h3v4h-9V4Z" clip-rule="evenodd" /><path d="M10 17a2 2 0 0 1-2-2V6a1 1 0 0 0-2 0v11a2 2 0 0 0 2 2h10a1 1 0 1 0 0-2h-8Z" /><path d="M7 20a2 2 0 0 1-2-2V9a1 1 0 0 0-2 0v11a2 2 0 0 0 2 2h10a1 1 0 1 0 0-2H7Z" /></symbol>', "versions");
|
|
24791
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-audio"><path fill-rule="evenodd" d="M9 13.17A3 3 0 1 0 11 16V7.867l5-.714v5.018A3 3 0 1 0 18 15V7.152a2 2 0 0 0-2.283-1.98l-5 .714A2 2 0 0 0 9 7.867v5.304ZM9 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm7-1a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6Zm4-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z" clip-rule="evenodd" /></symbol>', "preview-tag-audio");
|
|
24792
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-video"><path fill-rule="evenodd" d="M9 15.066c0 1.198 1.335 1.912 2.332 1.248l4.599-3.066a1.5 1.5 0 0 0 0-2.496l-4.599-3.066C10.335 7.022 9 7.736 9 8.934v6.132ZM14.197 12 11 14.132V9.868L14.197 12Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M6 2a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4H6Zm12 2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z" clip-rule="evenodd" /></symbol>', "preview-tag-video");
|
|
24793
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-application"><path d="M5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM9 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM11 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6Zm4-2h12a2 2 0 0 1 2 2v2H4V6a2 2 0 0 1 2-2Zm-2 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z" clip-rule="evenodd" /></symbol>', "preview-tag-application");
|
|
24794
|
+
H('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="preview-tag-image"><path fill-rule="evenodd" d="M13 9.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-2 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6Zm4-2h12a2 2 0 0 1 2 2v8.586L18.414 13a2 2 0 0 0-2.828 0L12 16.586 10.414 15a2 2 0 0 0-2.828 0l-3.518 3.518A2.002 2.002 0 0 1 4 18V6a2 2 0 0 1 2-2Zm11 10.414 3 3V18a2 2 0 0 1-2 2h-2.586l-2-2L17 14.414ZM5.482 19.932c.165.044.339.068.518.068h6.586L9 16.414l-3.518 3.518Z" clip-rule="evenodd" /></symbol>', "preview-tag-image");
|
|
24794
24795
|
const OE = {
|
|
24795
24796
|
install(e, { eventBus: n, router: r, globals: i = {} }) {
|
|
24796
24797
|
Object.keys(B4).forEach((a) => {
|