@telia-ace/ace-chat-flamingo 1.1.123-rc.24 → 1.1.123-rc.26
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/index.js +76 -61
- package/index.mjs +243 -219
- package/package.json +3 -3
package/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
var pl = Object.defineProperty;
|
|
2
2
|
var fl = (n, e, t) => e in n ? pl(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var _ = (n, e, t) => fl(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
var
|
|
5
|
-
return
|
|
4
|
+
var Ri = function(n, e) {
|
|
5
|
+
return Ri = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, i) {
|
|
6
6
|
t.__proto__ = i;
|
|
7
7
|
} || function(t, i) {
|
|
8
8
|
for (var s in i) Object.prototype.hasOwnProperty.call(i, s) && (t[s] = i[s]);
|
|
9
|
-
},
|
|
9
|
+
}, Ri(n, e);
|
|
10
10
|
};
|
|
11
11
|
function Ie(n, e) {
|
|
12
12
|
if (typeof e != "function" && e !== null)
|
|
13
13
|
throw new TypeError("Class extends value " + String(e) + " is not a constructor or null");
|
|
14
|
-
|
|
14
|
+
Ri(n, e);
|
|
15
15
|
function t() {
|
|
16
16
|
this.constructor = n;
|
|
17
17
|
}
|
|
@@ -114,7 +114,7 @@ function yt(n) {
|
|
|
114
114
|
};
|
|
115
115
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function He(n, e) {
|
|
118
118
|
var t = typeof Symbol == "function" && n[Symbol.iterator];
|
|
119
119
|
if (!t) return n;
|
|
120
120
|
var i = t.call(n), s, r = [], o;
|
|
@@ -263,7 +263,7 @@ var tn = (function() {
|
|
|
263
263
|
try {
|
|
264
264
|
xr(m);
|
|
265
265
|
} catch ($) {
|
|
266
|
-
r = r ?? [], $ instanceof gi ? r = Xe(Xe([],
|
|
266
|
+
r = r ?? [], $ instanceof gi ? r = Xe(Xe([], He(r)), He($.errors)) : r.push($);
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
} catch ($) {
|
|
@@ -321,14 +321,14 @@ var bl = {
|
|
|
321
321
|
setTimeout: function(n, e) {
|
|
322
322
|
for (var t = [], i = 2; i < arguments.length; i++)
|
|
323
323
|
t[i - 2] = arguments[i];
|
|
324
|
-
return setTimeout.apply(void 0, Xe([n, e],
|
|
324
|
+
return setTimeout.apply(void 0, Xe([n, e], He(t)));
|
|
325
325
|
},
|
|
326
326
|
clearTimeout: function(n) {
|
|
327
327
|
return clearTimeout(n);
|
|
328
328
|
},
|
|
329
329
|
delegate: void 0
|
|
330
330
|
};
|
|
331
|
-
function
|
|
331
|
+
function Ro(n) {
|
|
332
332
|
yl.setTimeout(function() {
|
|
333
333
|
throw n;
|
|
334
334
|
});
|
|
@@ -345,7 +345,7 @@ var es = (function(n) {
|
|
|
345
345
|
return i.isStopped = !1, t ? (i.destination = t, Oo(t) && t.add(i)) : i.destination = xl, i;
|
|
346
346
|
}
|
|
347
347
|
return e.create = function(t, i, s) {
|
|
348
|
-
return new
|
|
348
|
+
return new Li(t, i, s);
|
|
349
349
|
}, e.prototype.next = function(t) {
|
|
350
350
|
this.isStopped || this._next(t);
|
|
351
351
|
}, e.prototype.error = function(t) {
|
|
@@ -400,7 +400,7 @@ var es = (function(n) {
|
|
|
400
400
|
mn(t);
|
|
401
401
|
}
|
|
402
402
|
}, n;
|
|
403
|
-
})(),
|
|
403
|
+
})(), Li = (function(n) {
|
|
404
404
|
Ie(e, n);
|
|
405
405
|
function e(t, i, s) {
|
|
406
406
|
var r = n.call(this) || this, o;
|
|
@@ -413,7 +413,7 @@ var es = (function(n) {
|
|
|
413
413
|
return e;
|
|
414
414
|
})(es);
|
|
415
415
|
function mn(n) {
|
|
416
|
-
|
|
416
|
+
Ro(n);
|
|
417
417
|
}
|
|
418
418
|
function wl(n) {
|
|
419
419
|
throw n;
|
|
@@ -444,7 +444,7 @@ var F = (function() {
|
|
|
444
444
|
var t = new n();
|
|
445
445
|
return t.source = this, t.operator = e, t;
|
|
446
446
|
}, n.prototype.subscribe = function(e, t, i) {
|
|
447
|
-
var s = this, r = Cl(e) ? e : new
|
|
447
|
+
var s = this, r = Cl(e) ? e : new Li(e, t, i);
|
|
448
448
|
return wn(function() {
|
|
449
449
|
var o = s, a = o.operator, c = o.source;
|
|
450
450
|
r.add(a ? a.call(r, c) : c ? s._subscribe(r) : s._trySubscribe(r));
|
|
@@ -458,7 +458,7 @@ var F = (function() {
|
|
|
458
458
|
}, n.prototype.forEach = function(e, t) {
|
|
459
459
|
var i = this;
|
|
460
460
|
return t = kr(t), new t(function(s, r) {
|
|
461
|
-
var o = new
|
|
461
|
+
var o = new Li({
|
|
462
462
|
next: function(a) {
|
|
463
463
|
try {
|
|
464
464
|
e(a);
|
|
@@ -701,13 +701,13 @@ var _l = (function(n) {
|
|
|
701
701
|
setInterval: function(n, e) {
|
|
702
702
|
for (var t = [], i = 2; i < arguments.length; i++)
|
|
703
703
|
t[i - 2] = arguments[i];
|
|
704
|
-
return setInterval.apply(void 0, Xe([n, e],
|
|
704
|
+
return setInterval.apply(void 0, Xe([n, e], He(t)));
|
|
705
705
|
},
|
|
706
706
|
clearInterval: function(n) {
|
|
707
707
|
return clearInterval(n);
|
|
708
708
|
},
|
|
709
709
|
delegate: void 0
|
|
710
|
-
},
|
|
710
|
+
}, Rl = (function(n) {
|
|
711
711
|
Ie(e, n);
|
|
712
712
|
function e(t, i) {
|
|
713
713
|
var s = n.call(this, t, i) || this;
|
|
@@ -756,7 +756,7 @@ var _l = (function(n) {
|
|
|
756
756
|
return n.prototype.schedule = function(e, t, i) {
|
|
757
757
|
return t === void 0 && (t = 0), new this.schedulerActionCtor(this, e).schedule(i, t);
|
|
758
758
|
}, n.now = Tl.now, n;
|
|
759
|
-
})(),
|
|
759
|
+
})(), Ll = (function(n) {
|
|
760
760
|
Ie(e, n);
|
|
761
761
|
function e(t, i) {
|
|
762
762
|
i === void 0 && (i = Er.now);
|
|
@@ -781,7 +781,7 @@ var _l = (function(n) {
|
|
|
781
781
|
throw s;
|
|
782
782
|
}
|
|
783
783
|
}, e;
|
|
784
|
-
})(Er), pp = new Rl
|
|
784
|
+
})(Er), pp = new Ll(Rl);
|
|
785
785
|
var tt = new F(function(n) {
|
|
786
786
|
return n.complete();
|
|
787
787
|
});
|
|
@@ -791,7 +791,7 @@ function Il(n) {
|
|
|
791
791
|
function ns(n) {
|
|
792
792
|
return n[n.length - 1];
|
|
793
793
|
}
|
|
794
|
-
function
|
|
794
|
+
function Lo(n) {
|
|
795
795
|
return E(ns(n)) ? n.pop() : void 0;
|
|
796
796
|
}
|
|
797
797
|
function is(n) {
|
|
@@ -822,7 +822,7 @@ var Uo = Ml();
|
|
|
822
822
|
function Do(n) {
|
|
823
823
|
return E(n == null ? void 0 : n[Uo]);
|
|
824
824
|
}
|
|
825
|
-
function
|
|
825
|
+
function Ho(n) {
|
|
826
826
|
return ml(this, arguments, function() {
|
|
827
827
|
var t, i, s, r;
|
|
828
828
|
return _o(this, function(o) {
|
|
@@ -853,7 +853,7 @@ function zo(n) {
|
|
|
853
853
|
});
|
|
854
854
|
});
|
|
855
855
|
}
|
|
856
|
-
function
|
|
856
|
+
function zo(n) {
|
|
857
857
|
return E(n == null ? void 0 : n.getReader);
|
|
858
858
|
}
|
|
859
859
|
function oe(n) {
|
|
@@ -869,9 +869,9 @@ function oe(n) {
|
|
|
869
869
|
if (Mo(n))
|
|
870
870
|
return Fo(n);
|
|
871
871
|
if (Do(n))
|
|
872
|
-
return zl(n);
|
|
873
|
-
if (Ho(n))
|
|
874
872
|
return Hl(n);
|
|
873
|
+
if (zo(n))
|
|
874
|
+
return zl(n);
|
|
875
875
|
}
|
|
876
876
|
throw No(n);
|
|
877
877
|
}
|
|
@@ -896,10 +896,10 @@ function Dl(n) {
|
|
|
896
896
|
e.closed || (e.next(t), e.complete());
|
|
897
897
|
}, function(t) {
|
|
898
898
|
return e.error(t);
|
|
899
|
-
}).then(null,
|
|
899
|
+
}).then(null, Ro);
|
|
900
900
|
});
|
|
901
901
|
}
|
|
902
|
-
function
|
|
902
|
+
function Hl(n) {
|
|
903
903
|
return new F(function(e) {
|
|
904
904
|
var t, i;
|
|
905
905
|
try {
|
|
@@ -927,8 +927,8 @@ function Fo(n) {
|
|
|
927
927
|
});
|
|
928
928
|
});
|
|
929
929
|
}
|
|
930
|
-
function
|
|
931
|
-
return Fo(
|
|
930
|
+
function zl(n) {
|
|
931
|
+
return Fo(Ho(n));
|
|
932
932
|
}
|
|
933
933
|
function Fl(n, e) {
|
|
934
934
|
var t, i, s, r;
|
|
@@ -1048,7 +1048,7 @@ function qo(n, e) {
|
|
|
1048
1048
|
});
|
|
1049
1049
|
}
|
|
1050
1050
|
function Wl(n, e) {
|
|
1051
|
-
return qo(
|
|
1051
|
+
return qo(Ho(n), e);
|
|
1052
1052
|
}
|
|
1053
1053
|
function Gl(n, e) {
|
|
1054
1054
|
if (n != null) {
|
|
@@ -1062,7 +1062,7 @@ function Gl(n, e) {
|
|
|
1062
1062
|
return qo(n, e);
|
|
1063
1063
|
if (Do(n))
|
|
1064
1064
|
return Vl(n, e);
|
|
1065
|
-
if (
|
|
1065
|
+
if (zo(n))
|
|
1066
1066
|
return Wl(n, e);
|
|
1067
1067
|
}
|
|
1068
1068
|
throw No(n);
|
|
@@ -1086,7 +1086,7 @@ function _n(n, e) {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
var Zl = Array.isArray;
|
|
1088
1088
|
function Yl(n, e) {
|
|
1089
|
-
return Zl(e) ? n.apply(void 0, Xe([],
|
|
1089
|
+
return Zl(e) ? n.apply(void 0, Xe([], He(e))) : n(e);
|
|
1090
1090
|
}
|
|
1091
1091
|
function Vo(n) {
|
|
1092
1092
|
return _n(function(e) {
|
|
@@ -1122,7 +1122,7 @@ function nc(n, e) {
|
|
|
1122
1122
|
function ic() {
|
|
1123
1123
|
for (var n = [], e = 0; e < arguments.length; e++)
|
|
1124
1124
|
n[e] = arguments[e];
|
|
1125
|
-
var t = is(n), i =
|
|
1125
|
+
var t = is(n), i = Lo(n), s = ec(n), r = s.args, o = s.keys;
|
|
1126
1126
|
if (r.length === 0)
|
|
1127
1127
|
return Ye([], t);
|
|
1128
1128
|
var a = new F(sc(r, t, o ? function(c) {
|
|
@@ -1203,7 +1203,7 @@ var lc = ["addListener", "removeListener"], cc = ["addEventListener", "removeEve
|
|
|
1203
1203
|
function An(n, e, t, i) {
|
|
1204
1204
|
if (E(t) && (i = t, t = void 0), i)
|
|
1205
1205
|
return An(n, e, t).pipe(Vo(i));
|
|
1206
|
-
var s =
|
|
1206
|
+
var s = He(pc(n) ? cc.map(function(a) {
|
|
1207
1207
|
return function(c) {
|
|
1208
1208
|
return n[a](e, c, t);
|
|
1209
1209
|
};
|
|
@@ -1312,7 +1312,7 @@ function Oe(n, e) {
|
|
|
1312
1312
|
}));
|
|
1313
1313
|
});
|
|
1314
1314
|
}
|
|
1315
|
-
function
|
|
1315
|
+
function H(n) {
|
|
1316
1316
|
return re(function(e, t) {
|
|
1317
1317
|
oe(n).subscribe(Q(t, function() {
|
|
1318
1318
|
return t.complete();
|
|
@@ -1343,7 +1343,7 @@ function gc(n, e, t) {
|
|
|
1343
1343
|
function Mi() {
|
|
1344
1344
|
for (var n = [], e = 0; e < arguments.length; e++)
|
|
1345
1345
|
n[e] = arguments[e];
|
|
1346
|
-
var t =
|
|
1346
|
+
var t = Lo(n);
|
|
1347
1347
|
return re(function(i, s) {
|
|
1348
1348
|
for (var r = n.length, o = new Array(r), a = n.map(function() {
|
|
1349
1349
|
return !1;
|
|
@@ -1355,8 +1355,8 @@ function Mi() {
|
|
|
1355
1355
|
l(u);
|
|
1356
1356
|
i.subscribe(Q(s, function(p) {
|
|
1357
1357
|
if (c) {
|
|
1358
|
-
var d = Xe([p],
|
|
1359
|
-
s.next(t ? t.apply(void 0, Xe([],
|
|
1358
|
+
var d = Xe([p], He(o));
|
|
1359
|
+
s.next(t ? t.apply(void 0, Xe([], He(d))) : d);
|
|
1360
1360
|
}
|
|
1361
1361
|
}));
|
|
1362
1362
|
});
|
|
@@ -1635,7 +1635,7 @@ let Zo = class {
|
|
|
1635
1635
|
return this.cssText;
|
|
1636
1636
|
}
|
|
1637
1637
|
};
|
|
1638
|
-
const xc = (n) => new Zo(typeof n == "string" ? n : n + "", void 0, as),
|
|
1638
|
+
const xc = (n) => new Zo(typeof n == "string" ? n : n + "", void 0, as), R = (n, ...e) => {
|
|
1639
1639
|
const t = n.length === 1 ? n[0] : e.reduce(((i, s, r) => i + ((o) => {
|
|
1640
1640
|
if (o._$cssResult$ === !0) return o.cssText;
|
|
1641
1641
|
if (typeof o == "number") return o;
|
|
@@ -1648,7 +1648,7 @@ const xc = (n) => new Zo(typeof n == "string" ? n : n + "", void 0, as), L = (n,
|
|
|
1648
1648
|
const i = document.createElement("style"), s = xn.litNonce;
|
|
1649
1649
|
s !== void 0 && i.setAttribute("nonce", s), i.textContent = t.cssText, n.appendChild(i);
|
|
1650
1650
|
}
|
|
1651
|
-
},
|
|
1651
|
+
}, Rr = os ? (n) => n : (n) => n instanceof CSSStyleSheet ? ((e) => {
|
|
1652
1652
|
let t = "";
|
|
1653
1653
|
for (const i of e.cssRules) t += i.cssText;
|
|
1654
1654
|
return xc(t);
|
|
@@ -1658,7 +1658,7 @@ const xc = (n) => new Zo(typeof n == "string" ? n : n + "", void 0, as), L = (n,
|
|
|
1658
1658
|
* Copyright 2017 Google LLC
|
|
1659
1659
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1660
1660
|
*/
|
|
1661
|
-
const { is: Sc, defineProperty: Cc, getOwnPropertyDescriptor: Ec, getOwnPropertyNames: _c, getOwnPropertySymbols: Ac, getPrototypeOf: Tc } = Object, De = globalThis,
|
|
1661
|
+
const { is: Sc, defineProperty: Cc, getOwnPropertyDescriptor: Ec, getOwnPropertyNames: _c, getOwnPropertySymbols: Ac, getPrototypeOf: Tc } = Object, De = globalThis, Lr = De.trustedTypes, Oc = Lr ? Lr.emptyScript : "", bi = De.reactiveElementPolyfillSupport, Ht = (n, e) => n, Tn = { toAttribute(n, e) {
|
|
1662
1662
|
switch (e) {
|
|
1663
1663
|
case Boolean:
|
|
1664
1664
|
n = n ? Oc : null;
|
|
@@ -1716,13 +1716,13 @@ let ht = class extends HTMLElement {
|
|
|
1716
1716
|
return this.elementProperties.get(e) ?? Ir;
|
|
1717
1717
|
}
|
|
1718
1718
|
static _$Ei() {
|
|
1719
|
-
if (this.hasOwnProperty(
|
|
1719
|
+
if (this.hasOwnProperty(Ht("elementProperties"))) return;
|
|
1720
1720
|
const e = Tc(this);
|
|
1721
1721
|
e.finalize(), e.l !== void 0 && (this.l = [...e.l]), this.elementProperties = new Map(e.elementProperties);
|
|
1722
1722
|
}
|
|
1723
1723
|
static finalize() {
|
|
1724
|
-
if (this.hasOwnProperty(
|
|
1725
|
-
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(
|
|
1724
|
+
if (this.hasOwnProperty(Ht("finalized"))) return;
|
|
1725
|
+
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(Ht("properties"))) {
|
|
1726
1726
|
const t = this.properties, i = [..._c(t), ...Ac(t)];
|
|
1727
1727
|
for (const s of i) this.createProperty(s, t[s]);
|
|
1728
1728
|
}
|
|
@@ -1742,8 +1742,8 @@ let ht = class extends HTMLElement {
|
|
|
1742
1742
|
const t = [];
|
|
1743
1743
|
if (Array.isArray(e)) {
|
|
1744
1744
|
const i = new Set(e.flat(1 / 0).reverse());
|
|
1745
|
-
for (const s of i) t.unshift(
|
|
1746
|
-
} else e !== void 0 && t.push(
|
|
1745
|
+
for (const s of i) t.unshift(Rr(s));
|
|
1746
|
+
} else e !== void 0 && t.push(Rr(e));
|
|
1747
1747
|
return t;
|
|
1748
1748
|
}
|
|
1749
1749
|
static _$Eu(e, t) {
|
|
@@ -1891,28 +1891,28 @@ let ht = class extends HTMLElement {
|
|
|
1891
1891
|
firstUpdated(e) {
|
|
1892
1892
|
}
|
|
1893
1893
|
};
|
|
1894
|
-
ht.elementStyles = [], ht.shadowRootOptions = { mode: "open" }, ht[
|
|
1894
|
+
ht.elementStyles = [], ht.shadowRootOptions = { mode: "open" }, ht[Ht("elementProperties")] = /* @__PURE__ */ new Map(), ht[Ht("finalized")] = /* @__PURE__ */ new Map(), bi == null || bi({ ReactiveElement: ht }), (De.reactiveElementVersions ?? (De.reactiveElementVersions = [])).push("2.1.1");
|
|
1895
1895
|
/**
|
|
1896
1896
|
* @license
|
|
1897
1897
|
* Copyright 2017 Google LLC
|
|
1898
1898
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1899
1899
|
*/
|
|
1900
|
-
const
|
|
1901
|
-
\f\r]`,
|
|
1902
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), Ur = /'/g, Dr = /"/g, Xo = /^(?:script|style|textarea|title)$/i, Ic = (n) => (e, ...t) => ({ _$litType$: n, strings: e, values: t }), y = Ic(1),
|
|
1900
|
+
const zt = globalThis, On = zt.trustedTypes, Pr = On ? On.createPolicy("lit-html", { createHTML: (n) => n }) : void 0, Yo = "$lit$", Me = `lit$${Math.random().toFixed(9).slice(2)}$`, Qo = "?" + Me, Rc = `<${Qo}>`, Ke = document, Vt = () => Ke.createComment(""), Wt = (n) => n === null || typeof n != "object" && typeof n != "function", cs = Array.isArray, Lc = (n) => cs(n) || typeof (n == null ? void 0 : n[Symbol.iterator]) == "function", yi = `[
|
|
1901
|
+
\f\r]`, Rt = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Mr = /-->/g, Nr = />/g, Ve = RegExp(`>|${yi}(?:([^\\s"'>=/]+)(${yi}*=${yi}*(?:[^
|
|
1902
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), Ur = /'/g, Dr = /"/g, Xo = /^(?:script|style|textarea|title)$/i, Ic = (n) => (e, ...t) => ({ _$litType$: n, strings: e, values: t }), y = Ic(1), Re = Symbol.for("lit-noChange"), w = Symbol.for("lit-nothing"), Hr = /* @__PURE__ */ new WeakMap(), Ge = Ke.createTreeWalker(Ke, 129);
|
|
1903
1903
|
function Ko(n, e) {
|
|
1904
1904
|
if (!cs(n) || !n.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
1905
1905
|
return Pr !== void 0 ? Pr.createHTML(e) : e;
|
|
1906
1906
|
}
|
|
1907
1907
|
const Pc = (n, e) => {
|
|
1908
1908
|
const t = n.length - 1, i = [];
|
|
1909
|
-
let s, r = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", o =
|
|
1909
|
+
let s, r = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", o = Rt;
|
|
1910
1910
|
for (let a = 0; a < t; a++) {
|
|
1911
1911
|
const c = n[a];
|
|
1912
1912
|
let l, u, p = -1, d = 0;
|
|
1913
|
-
for (; d < c.length && (o.lastIndex = d, u = o.exec(c), u !== null); ) d = o.lastIndex, o ===
|
|
1913
|
+
for (; d < c.length && (o.lastIndex = d, u = o.exec(c), u !== null); ) d = o.lastIndex, o === Rt ? u[1] === "!--" ? o = Mr : u[1] !== void 0 ? o = Nr : u[2] !== void 0 ? (Xo.test(u[2]) && (s = RegExp("</" + u[2], "g")), o = Ve) : u[3] !== void 0 && (o = Ve) : o === Ve ? u[0] === ">" ? (o = s ?? Rt, p = -1) : u[1] === void 0 ? p = -2 : (p = o.lastIndex - u[2].length, l = u[1], o = u[3] === void 0 ? Ve : u[3] === '"' ? Dr : Ur) : o === Dr || o === Ur ? o = Ve : o === Mr || o === Nr ? o = Rt : (o = Ve, s = void 0);
|
|
1914
1914
|
const g = o === Ve && n[a + 1].startsWith("/>") ? " " : "";
|
|
1915
|
-
r += o ===
|
|
1915
|
+
r += o === Rt ? c + Rc : p >= 0 ? (i.push(l), c.slice(0, p) + Yo + c.slice(p) + Me + g) : c + Me + (p === -2 ? a : g);
|
|
1916
1916
|
}
|
|
1917
1917
|
return [Ko(n, r + (n[t] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), i];
|
|
1918
1918
|
};
|
|
@@ -1955,7 +1955,7 @@ let Di = class Jo {
|
|
|
1955
1955
|
};
|
|
1956
1956
|
function $t(n, e, t = n, i) {
|
|
1957
1957
|
var o, a;
|
|
1958
|
-
if (e ===
|
|
1958
|
+
if (e === Re) return e;
|
|
1959
1959
|
let s = i !== void 0 ? (o = t._$Co) == null ? void 0 : o[i] : t._$Cl;
|
|
1960
1960
|
const r = Wt(e) ? void 0 : e._$litDirective$;
|
|
1961
1961
|
return (s == null ? void 0 : s.constructor) !== r && ((a = s == null ? void 0 : s._$AO) == null || a.call(s, !1), r === void 0 ? s = void 0 : (s = new r(n), s._$AT(n, t, i)), i !== void 0 ? (t._$Co ?? (t._$Co = []))[i] = s : t._$Cl = s), s !== void 0 && (e = $t(n, s._$AS(n, e.values), s, i)), e;
|
|
@@ -1977,7 +1977,7 @@ class Mc {
|
|
|
1977
1977
|
for (; c !== void 0; ) {
|
|
1978
1978
|
if (o === c.index) {
|
|
1979
1979
|
let l;
|
|
1980
|
-
c.type === 2 ? l = new nn(r, r.nextSibling, this, e) : c.type === 1 ? l = new c.ctor(r, c.name, c.strings, this, e) : c.type === 6 && (l = new
|
|
1980
|
+
c.type === 2 ? l = new nn(r, r.nextSibling, this, e) : c.type === 1 ? l = new c.ctor(r, c.name, c.strings, this, e) : c.type === 6 && (l = new Hc(r, this, e)), this._$AV.push(l), c = i[++a];
|
|
1981
1981
|
}
|
|
1982
1982
|
o !== (c == null ? void 0 : c.index) && (r = Ge.nextNode(), o++);
|
|
1983
1983
|
}
|
|
@@ -2008,7 +2008,7 @@ class nn {
|
|
|
2008
2008
|
return this._$AB;
|
|
2009
2009
|
}
|
|
2010
2010
|
_$AI(e, t = this) {
|
|
2011
|
-
e = $t(this, e, t), Wt(e) ? e === w || e == null || e === "" ? (this._$AH !== w && this._$AR(), this._$AH = w) : e !== this._$AH && e !==
|
|
2011
|
+
e = $t(this, e, t), Wt(e) ? e === w || e == null || e === "" ? (this._$AH !== w && this._$AR(), this._$AH = w) : e !== this._$AH && e !== Re && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Lc(e) ? this.k(e) : this._(e);
|
|
2012
2012
|
}
|
|
2013
2013
|
O(e) {
|
|
2014
2014
|
return this._$AA.parentNode.insertBefore(e, this._$AB);
|
|
@@ -2029,8 +2029,8 @@ class nn {
|
|
|
2029
2029
|
}
|
|
2030
2030
|
}
|
|
2031
2031
|
_$AC(e) {
|
|
2032
|
-
let t =
|
|
2033
|
-
return t === void 0 &&
|
|
2032
|
+
let t = Hr.get(e.strings);
|
|
2033
|
+
return t === void 0 && Hr.set(e.strings, t = new Di(e)), t;
|
|
2034
2034
|
}
|
|
2035
2035
|
k(e) {
|
|
2036
2036
|
cs(this._$AH) || (this._$AH = [], this._$AR());
|
|
@@ -2064,11 +2064,11 @@ class Zn {
|
|
|
2064
2064
|
_$AI(e, t = this, i, s) {
|
|
2065
2065
|
const r = this.strings;
|
|
2066
2066
|
let o = !1;
|
|
2067
|
-
if (r === void 0) e = $t(this, e, t, 0), o = !Wt(e) || e !== this._$AH && e !==
|
|
2067
|
+
if (r === void 0) e = $t(this, e, t, 0), o = !Wt(e) || e !== this._$AH && e !== Re, o && (this._$AH = e);
|
|
2068
2068
|
else {
|
|
2069
2069
|
const a = e;
|
|
2070
2070
|
let c, l;
|
|
2071
|
-
for (e = r[0], c = 0; c < r.length - 1; c++) l = $t(this, a[i + c], t, c), l ===
|
|
2071
|
+
for (e = r[0], c = 0; c < r.length - 1; c++) l = $t(this, a[i + c], t, c), l === Re && (l = this._$AH[c]), o || (o = !Wt(l) || l !== this._$AH[c]), l === w ? e = w : e !== w && (e += (l ?? "") + r[c + 1]), this._$AH[c] = l;
|
|
2072
2072
|
}
|
|
2073
2073
|
o && !s && this.j(e);
|
|
2074
2074
|
}
|
|
@@ -2097,7 +2097,7 @@ class Dc extends Zn {
|
|
|
2097
2097
|
super(e, t, i, s, r), this.type = 5;
|
|
2098
2098
|
}
|
|
2099
2099
|
_$AI(e, t = this) {
|
|
2100
|
-
if ((e = $t(this, e, t, 0) ?? w) ===
|
|
2100
|
+
if ((e = $t(this, e, t, 0) ?? w) === Re) return;
|
|
2101
2101
|
const i = this._$AH, s = e === w && i !== w || e.capture !== i.capture || e.once !== i.once || e.passive !== i.passive, r = e !== w && (i === w || s);
|
|
2102
2102
|
s && this.element.removeEventListener(this.name, this, i), r && this.element.addEventListener(this.name, this, e), this._$AH = e;
|
|
2103
2103
|
}
|
|
@@ -2106,7 +2106,7 @@ class Dc extends Zn {
|
|
|
2106
2106
|
typeof this._$AH == "function" ? this._$AH.call(((t = this.options) == null ? void 0 : t.host) ?? this.element, e) : this._$AH.handleEvent(e);
|
|
2107
2107
|
}
|
|
2108
2108
|
}
|
|
2109
|
-
class
|
|
2109
|
+
class Hc {
|
|
2110
2110
|
constructor(e, t, i) {
|
|
2111
2111
|
this.element = e, this.type = 6, this._$AN = void 0, this._$AM = t, this.options = i;
|
|
2112
2112
|
}
|
|
@@ -2117,9 +2117,9 @@ class zc {
|
|
|
2117
2117
|
$t(this, e);
|
|
2118
2118
|
}
|
|
2119
2119
|
}
|
|
2120
|
-
const $i =
|
|
2121
|
-
$i == null || $i(Di, nn), (
|
|
2122
|
-
const
|
|
2120
|
+
const $i = zt.litHtmlPolyfillSupport;
|
|
2121
|
+
$i == null || $i(Di, nn), (zt.litHtmlVersions ?? (zt.litHtmlVersions = [])).push("3.3.1");
|
|
2122
|
+
const zc = (n, e, t) => {
|
|
2123
2123
|
const i = (t == null ? void 0 : t.renderBefore) ?? e;
|
|
2124
2124
|
let s = i._$litPart$;
|
|
2125
2125
|
if (s === void 0) {
|
|
@@ -2145,7 +2145,7 @@ let A = class extends ht {
|
|
|
2145
2145
|
}
|
|
2146
2146
|
update(e) {
|
|
2147
2147
|
const t = this.render();
|
|
2148
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do =
|
|
2148
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = zc(t, this.renderRoot, this.renderOptions);
|
|
2149
2149
|
}
|
|
2150
2150
|
connectedCallback() {
|
|
2151
2151
|
var e;
|
|
@@ -2156,7 +2156,7 @@ let A = class extends ht {
|
|
|
2156
2156
|
super.disconnectedCallback(), (e = this._$Do) == null || e.setConnected(!1);
|
|
2157
2157
|
}
|
|
2158
2158
|
render() {
|
|
2159
|
-
return
|
|
2159
|
+
return Re;
|
|
2160
2160
|
}
|
|
2161
2161
|
};
|
|
2162
2162
|
var Eo;
|
|
@@ -2164,7 +2164,7 @@ A._$litElement$ = !0, A.finalized = !0, (Eo = Qe.litElementHydrateSupport) == nu
|
|
|
2164
2164
|
const wi = Qe.litElementPolyfillSupport;
|
|
2165
2165
|
wi == null || wi({ LitElement: A });
|
|
2166
2166
|
(Qe.litElementVersions ?? (Qe.litElementVersions = [])).push("4.2.1");
|
|
2167
|
-
const Fc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 60C47.464 60 60 47.464 60 32C60 16.536 47.464 4 32 4C16.536 4 4 16.536 4 32C4.01731 47.4568 16.5432 59.9827 32 60ZM32 8.30769C45.0849 8.30769 55.6923 18.9151 55.6923 32C55.6923 45.0849 45.0849 55.6923 32 55.6923C18.9151 55.6923 8.30769 45.0849 8.30769 32C8.32247 18.9212 18.9212 8.32247 32 8.30769Z"/><path d="M29.3491 38.6031V20.6807C29.348 19.8662 29.4903 19.0598 29.7675 18.3096C29.9945 17.6371 30.3484 17.0302 30.804 16.5322C31.1251 16.1524 31.5593 15.9246 32.0204 15.894C32.6852 15.894 33.3496 16.471 34.0134 17.625C34.3738 18.1337 34.5955 18.7525 34.6509 19.4042V37.3267C34.6509 37.9947 34.2454 38.6329 33.4345 39.2414C32.6632 39.835 31.7547 40.1521 30.825 40.1523C29.8423 40.1524 29.3503 39.636 29.3491 38.6031Z"/><path d="M33.66 44.6959C33.9649 45.0866 34.161 45.551 34.2284 46.0419C34.2284 46.5397 33.8893 47.0083 33.2109 47.4476C32.5638 47.8771 31.8043 48.1062 31.0275 48.1061C30.1902 48.1061 29.7716 47.7271 29.7716 46.9693C29.7703 46.3788 29.8874 45.7941 30.116 45.2496C30.3064 44.7579 30.6022 44.3138 30.9826 43.9487C31.2626 43.6591 31.6427 43.4875 32.045 43.4692C32.5635 43.4692 33.1019 43.8781 33.66 44.6959Z"/></svg>' }, ea = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M52 7H24C19.5838 7.00505 16.0051 10.5838 16 15V23H12C7.58382 23.0051 4.00505 26.5838 4 31V43C4.00505 47.4162 7.58382 50.9949 12 51H19.1699L24.8789 56.7075C25.737 57.5654 27.0273 57.8219 28.1482 57.3575C29.2692 56.8931 30 55.7993 30 54.5859V51H39.999C44.4152 50.995 47.994 47.4162 47.999 43V35H52C56.4162 34.9949 59.9949 31.4162 60 27V15C59.9949 10.5838 56.4162 7.00505 52 7ZM43.999 43C43.9967 45.2082 42.2072 46.9977 39.999 47H26V52.1724L20.8262 47H12C9.79184 46.9976 8.00235 45.2082 8 43V31C8.00235 28.7918 9.79184 27.0024 12 27H16C16.0051 31.4162 19.5838 34.9949 24 35H30V38.5859C29.999 39.7998 30.7298 40.8945 31.8512 41.359C32.9726 41.8236 34.2634 41.5664 35.1211 40.7075L40.8291 35H43.999V43ZM56 27C55.9977 29.2082 54.2082 30.9976 52 31H39.1729L34 36.1719V31H24C21.7918 30.9976 20.0024 29.2082 20 27V15C20.0024 12.7918 21.7918 11.0024 24 11H52C54.2082 11.0024 55.9977 12.7918 56 15V27Z"/></svg>' }, jc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60C47.464 60 60 47.464 60 32C59.9829 16.5431 47.4569 4.01712 32 4ZM44.5613 24.5793L31.6382 43.9639C31.2806 44.5011 30.7008 44.8493 30.0586 44.9126C29.988 44.9197 29.9171 44.9232 29.8462 44.9231C29.275 44.9229 28.7272 44.696 28.3233 44.2921L19.7079 35.6767C19.1639 35.1326 18.9514 34.3396 19.1505 33.5964C19.3497 32.8533 19.9302 32.2728 20.6734 32.0736C21.4166 31.8745 22.2095 32.087 22.7536 32.631L29.5117 39.3881L40.9772 22.1899C41.4016 21.5439 42.1396 21.1749 42.9111 21.2229C43.6825 21.2709 44.3691 21.7286 44.7101 22.4223C45.0511 23.1159 44.9944 23.9391 44.5613 24.5793Z"/></svg>' }, ta = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9998 4C16.5358 4 3.99976 16.536 3.99976 32C3.99976 47.464 16.5358 60 31.9998 60C47.4637 60 59.9998 47.464 59.9998 32C59.9826 16.5431 47.4566 4.01712 31.9998 4ZM31.9998 55.6923C18.9149 55.6923 8.30745 45.0849 8.30745 32C8.30745 18.9151 18.9149 8.30769 31.9998 8.30769C45.0847 8.30769 55.6921 18.9151 55.6921 32C55.6773 45.0788 45.0785 55.6775 31.9998 55.6923ZM44.5611 24.5793L31.638 43.9639C31.2804 44.5011 30.7005 44.8493 30.0584 44.9126C29.9878 44.9197 29.9169 44.9232 29.8459 44.9231C29.2747 44.9229 28.727 44.696 28.3231 44.2921L19.7077 35.6767C19.1636 35.1326 18.9512 34.3396 19.1503 33.5964C19.3494 32.8533 19.9299 32.2728 20.6731 32.0736C21.4163 31.8745 22.2093 32.087 22.7534 32.631L29.5115 39.3881L40.9769 22.1899C41.4013 21.5439 42.1394 21.1749 42.9108 21.2229C43.6823 21.2709 44.3688 21.7286 44.7099 22.4223C45.0509 23.1159 44.9941 23.9391 44.5611 24.5793Z"/></svg>' }, Bc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M57.5438 13.4967L28.717 50.5596C27.9537 51.5407 26.8061 52.147 25.5654 52.2248C25.4755 52.2301 25.3856 52.2332 25.2967 52.2332C24.1476 52.233 23.0455 51.7763 22.233 50.9637L6.63458 35.3654C6.08729 34.8181 5.87354 34.0204 6.07387 33.2728C6.27419 32.5252 6.85815 31.9412 7.60577 31.7409C8.35339 31.5406 9.15109 31.7543 9.69838 32.3016L25.2967 47.8999L54.1225 10.837C54.5976 10.2258 55.3626 9.91453 56.1295 10.0204C56.8963 10.1263 57.5484 10.6332 57.8402 11.3502C58.1319 12.0673 58.0189 12.8855 57.5438 13.4967Z"/></svg>' }, na = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M53.0318 24.8653L33.5318 44.3653C33.1256 44.7717 32.5745 45.0001 31.9999 45.0001C31.4253 45.0001 30.8742 44.7717 30.468 44.3653L10.968 24.8653C10.122 24.0193 10.122 22.6476 10.968 21.8015C11.8141 20.9555 13.1858 20.9555 14.0318 21.8015L31.9999 39.7696L49.968 21.8015C50.8141 20.9555 52.1858 20.9555 53.0318 21.8015C53.8779 22.6476 53.8779 24.0193 53.0318 24.8653Z"/></svg>' }, qc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 56C45.2548 56 56 45.2548 56 32C56 18.7452 45.2548 8 32 8C18.7452 8 8 18.7452 8 32C8 45.2548 18.7452 56 32 56ZM32 60C47.464 60 60 47.464 60 32C60 16.536 47.464 4 32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60Z"/><path d="M25.2772 22.695C24.5164 21.8942 23.2505 21.8617 22.4497 22.6225C21.6488 23.3833 21.6164 24.6492 22.3772 25.45L29.2411 32.6752L22.4773 39.795C21.7166 40.5958 21.749 41.8617 22.5498 42.6225C23.3507 43.3833 24.6166 43.3508 25.3773 42.55L31.9998 35.5791L38.6222 42.55C39.3829 43.3508 40.6488 43.3833 41.4497 42.6225C42.2505 41.8617 42.2829 40.5958 41.5222 39.795L34.7584 32.6752L41.6223 25.45C42.3831 24.6492 42.3507 23.3833 41.5498 22.6225C40.749 21.8617 39.4831 21.8942 38.7224 22.695L31.9998 29.7714L25.2772 22.695Z"/></svg>' }, ia = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M51.365 48.3012C51.9123 48.8485 52.1261 49.6462 51.9258 50.3939C51.7254 51.1415 51.1415 51.7254 50.3939 51.9258C49.6462 52.1261 48.8485 51.9123 48.3012 51.365L32.4998 35.5636L16.6984 51.365C16.1511 51.9123 15.3534 52.1261 14.6058 51.9258C13.8581 51.7254 13.2742 51.1415 13.0739 50.3939C12.8735 49.6462 13.0873 48.8485 13.6346 48.3012L29.436 32.4998L13.6346 16.6984C13.0873 16.1511 12.8735 15.3534 13.0739 14.6058C13.2742 13.8581 13.8581 13.2742 14.6058 13.0739C15.3534 12.8735 16.1511 13.0873 16.6984 13.6346L32.4998 29.436L48.3012 13.6346C49.1473 12.7885 50.519 12.7885 51.365 13.6346C52.2111 14.4806 52.2111 15.8523 51.365 16.6984L35.5636 32.4998L51.365 48.3012Z"/></svg>' }, Vc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M58.2618 43.8838L38.8585 11.5469C37.4136 9.13651 34.8097 7.66134 31.9994 7.66113C29.1891 7.66093 26.585 9.13572 25.1397 11.5459L5.73642 43.8838C4.25367 46.3552 4.21482 49.4331 5.6347 51.9411C7.05459 54.4492 9.71372 55.9997 12.5958 56H51.4024C54.2845 55.9997 56.9436 54.4492 58.3635 51.9411C59.7834 49.4331 59.7446 46.3552 58.2618 43.8838ZM29.9991 36.9772V25.1569C29.9983 24.6198 30.1056 24.0879 30.3148 23.5932C30.486 23.1496 30.753 22.7494 31.0968 22.4209C31.339 22.1704 31.6666 22.0202 32.0145 22C32.5161 22 33.0173 22.3805 33.5182 23.1416C33.7901 23.4771 33.9573 23.8852 33.9991 24.3151V36.1354C33.9991 36.5759 33.6932 36.9969 33.0814 37.3982C32.4994 37.7897 31.814 37.9988 31.1126 37.999C30.3712 37.999 30 37.6584 29.9991 36.9772ZM34.2408 43.9236C34.173 43.4297 33.9757 42.9626 33.669 42.5696C33.1076 41.7469 32.566 41.3355 32.0444 41.3355C31.6396 41.354 31.2573 41.5266 30.9757 41.8179C30.593 42.1852 30.2954 42.6319 30.1039 43.1266C29.874 43.6743 29.7562 44.2625 29.7574 44.8565C29.7574 45.6189 30.1786 46 31.0208 46C31.8022 46.0001 32.5662 45.7697 33.2173 45.3377C33.8996 44.8957 34.2408 44.4243 34.2408 43.9236Z"/></svg>' }, zi = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M59.9139 23.8477V7.90923C59.902 5.75094 58.1522 4.00588 55.9939 4H40.0554C38.8659 4 37.9016 4.96431 37.9016 6.15385C37.9016 7.34338 38.8659 8.30769 40.0554 8.30769H52.4616L29.8462 30.9231C29.4417 31.3271 29.2145 31.8753 29.2145 32.4469C29.2145 33.0186 29.4417 33.5668 29.8462 33.9708C30.2394 34.3609 30.7677 34.5846 31.3216 34.5954C31.8941 34.5987 32.4443 34.3739 32.8508 33.9708L55.6062 11.2046V23.8477C55.6062 25.0372 56.5705 26.0015 57.76 26.0015C58.9495 26.0015 59.9139 25.0372 59.9139 23.8477Z"/><path d="M12.217 60H47.4001C51.9189 59.9942 55.5874 56.3449 55.617 51.8262V38.4615C55.617 37.272 54.6527 36.3077 53.4631 36.3077C52.2736 36.3077 51.3093 37.272 51.3093 38.4615V51.7831C51.3034 53.9396 49.5566 55.6864 47.4001 55.6923H12.217C10.0771 55.6866 8.33714 53.9659 8.30776 51.8262V16.5569C8.29914 15.5145 8.7072 14.5119 9.44126 13.7718C10.1753 13.0316 11.1746 12.6153 12.217 12.6154H25.5385C26.7281 12.6154 27.6924 11.6511 27.6924 10.4615C27.6924 9.272 26.7281 8.30769 25.5385 8.30769H12.217C10.0321 8.30767 7.9372 9.17782 6.39529 10.7258C4.85339 12.2738 3.99147 14.3721 4.00006 16.5569V51.8262C4.02963 56.3449 7.6981 59.9942 12.217 60Z"/></svg>' }, Hr = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M51.4283 11.6761L53.1768 9.53891C53.9347 8.61282 53.7982 7.24774 52.8722 6.48993C51.9461 5.73211 50.581 5.86852 49.8232 6.79461L36.3333 23.2822V13.3972C36.3332 11.6447 35.2774 10.0648 33.6583 9.39418C32.0391 8.72356 30.1755 9.09425 28.9362 10.3334L18.1029 21.1668H14.6667C9.88247 21.1722 6.00547 25.0492 6 29.8334V34.1668C6.00547 38.951 9.88247 42.828 14.6667 42.8334H18.1029L19.3315 44.0621L10.8232 54.4613C10.0653 55.3874 10.2018 56.7525 11.1279 57.5103C12.0539 58.2681 13.419 58.1317 14.1768 57.2056L22.411 47.1416L28.9362 53.6668C30.1755 54.9059 32.0391 55.2766 33.6583 54.606C35.2774 53.9354 36.3332 52.3555 36.3333 50.603V30.1254L42.6092 22.4549C44.2201 25.3756 45.044 28.6649 45 32.0001C45.1184 36.1899 43.7698 40.2896 41.1872 43.5909C40.409 44.5001 40.5152 45.8679 41.4243 46.6461C42.3334 47.4243 43.7012 47.3183 44.4795 46.4093C47.7313 42.3208 49.4486 37.2227 49.3333 32.0001C49.403 27.3538 48.067 22.7949 45.5005 18.9211L48.6119 15.1182C52.019 20.0793 53.7867 25.9829 53.6667 32.0001C53.6667 39.0587 51.4873 45.6518 47.6872 50.0909C46.909 51.0001 47.0152 52.3679 47.9243 53.1461C48.8334 53.9243 50.2012 53.8183 50.9795 52.9093C55.4408 47.6968 58 40.0764 58 32.0001C58 24.21 55.6006 16.8662 51.4283 11.6761ZM19.8971 38.5H14.6667C12.2744 38.4977 10.3357 36.559 10.3333 34.1667V29.8334C10.3357 27.4411 12.2744 25.5024 14.6667 25.5H19.8971L32 13.3972V28.5784L22.089 40.6919L19.8971 38.5ZM31.9997 50.603L25.1682 43.7715L31.9997 35.4218V50.603Z"/></svg>' }, Wc = { name: "question", svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60C47.464 60 60 47.464 60 32C59.9827 16.5432 47.4568 4.01731 32 4ZM32 55.6923C18.9151 55.6923 8.30769 45.0849 8.30769 32C8.30769 18.9151 18.9151 8.30769 32 8.30769C45.0849 8.30769 55.6923 18.9151 55.6923 32C55.6775 45.0788 45.0788 55.6775 32 55.6923Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9423 37.5723L36.311 32.9068L36.7354 32.4448C39.7555 29.1161 40.7645 27.0647 40.7645 24.5087C40.7645 23.1091 40.4251 21.7942 39.7041 20.6491C38.3044 18.3587 35.6323 16.9166 32.2816 16.9166C28.7565 16.9166 25.3125 18.7414 23.2581 21.6772L23.1201 21.8791C22.8232 22.3032 22.696 22.6849 22.696 22.9818C22.696 23.7029 23.926 25.9932 25.2833 25.9932C25.5378 25.9932 25.7922 25.9084 26.0467 25.7388C26.2588 25.5691 26.5981 25.2298 27.0647 24.7208C28.8885 22.6849 30.1185 21.9215 31.7726 21.9215C33.6813 21.9215 35.081 23.1939 35.081 24.8905C35.081 26.375 34.2751 27.7746 32.3664 29.8529L28.2523 34.2216C27.9554 34.6033 27.7857 34.9426 27.7857 35.282C27.7857 35.6213 27.9978 36.1726 28.4219 36.8937C29.0581 37.8692 29.7368 38.3782 30.4578 38.3782C30.9244 38.3782 31.3909 38.1237 31.9423 37.5723ZM30.882 47.4972C29.2278 47.4972 27.6585 44.7403 27.6585 43.6799C27.6585 42.1954 30.0761 40.6261 32.4089 40.6261C33.6389 40.6261 34.2751 41.1775 34.2751 42.3227C34.2751 44.0616 33.4692 45.843 32.4513 46.7761C31.9423 47.2427 31.4334 47.4972 30.882 47.4972Z"/></svg>' }, sa = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.41642 6.29292C5.99705 5.18016 3.38612 7.41823 4.12858 9.96847L10.5427 32L4.12858 54.0315C3.38612 56.5818 5.99704 58.8198 8.41642 57.7071L58.1942 34.8125C60.6019 33.7051 60.6019 30.2949 58.1942 29.1875L8.41642 6.29292ZM14.2569 29.9351L8.74174 10.9913L49.9295 29.9351H14.2569ZM14.2568 34.0651L8.74174 53.0087L49.9291 34.0651H14.2568Z"/></svg>' }, Fr = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.6578 9.3322C32.0391 8.65799 30.1735 9.02919 28.9362 10.2717L18.1029 21.105H14.6667C9.88247 21.1105 6.00547 24.9875 6 29.7717V34.105C6.00547 38.8892 9.88247 42.7662 14.6667 42.7717H18.1029L28.9362 53.605C30.1755 54.8442 32.0391 55.2149 33.6583 54.5442C35.2774 53.8736 36.3332 52.2937 36.3333 50.5412V13.3355C36.3365 11.5817 35.2794 10.0001 33.6578 9.3322ZM32 50.5411L19.8971 38.4382H14.6667C12.2744 38.4358 10.3357 36.4971 10.3333 34.1049V29.7716C10.3357 27.3793 12.2744 25.4406 14.6667 25.4382H19.8971L32 13.3353V50.5411ZM49.3334 31.9383C49.4487 37.161 47.7314 42.2591 44.4796 46.3475C43.7013 47.2565 42.3335 47.3625 41.4244 46.5843C40.5153 45.8061 40.4092 44.4383 41.1873 43.5291C43.7699 40.2278 45.1185 36.1282 45.0001 31.9383C45.1185 27.7485 43.7699 23.6488 41.1873 20.3475C40.4092 19.4383 40.5153 18.0705 41.4244 17.2923C42.3335 16.5141 43.7013 16.6201 44.4796 17.5291C47.7314 21.6176 49.4487 26.7157 49.3334 31.9383ZM58.0001 31.9383C58.0001 40.0147 55.441 47.635 50.9796 52.8475C50.2013 53.7565 48.8335 53.8625 47.9244 53.0843C47.0153 52.3061 46.9092 50.9383 47.6873 50.0291C51.4874 45.59 53.6668 38.9969 53.6668 31.9383C53.6668 24.8797 51.4874 18.2866 47.6873 13.8475C46.9092 12.9383 47.0153 11.5705 47.9244 10.7923C48.8335 10.0141 50.2013 10.1201 50.9796 11.0291C55.441 16.2416 58.0001 23.862 58.0001 31.9383Z"/></svg>' }, Gc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M27.2561 39.1924C27.3201 40.5364 28.0241 41.1764 29.3681 41.1764C32.1201 41.1764 34.8081 39.3844 34.8721 37.5924L35.8961 12.3764C35.8961 10.6484 35.0001 9.81641 33.1441 9.81641C29.6241 9.81641 25.9761 12.1844 25.9761 14.4244L27.2561 39.1924ZM30.9041 55.3847C28.4081 55.3847 26.0401 51.2247 26.0401 49.6247C26.0401 47.3847 29.6881 45.0167 33.2081 45.0167C35.0641 45.0167 36.0241 45.8487 36.0241 47.5767C36.0241 50.2007 34.8081 52.8887 33.2721 54.2967C32.5041 55.0007 31.7361 55.3847 30.9041 55.3847Z"/></svg>' }, dt = {
|
|
2167
|
+
const Fc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 60C47.464 60 60 47.464 60 32C60 16.536 47.464 4 32 4C16.536 4 4 16.536 4 32C4.01731 47.4568 16.5432 59.9827 32 60ZM32 8.30769C45.0849 8.30769 55.6923 18.9151 55.6923 32C55.6923 45.0849 45.0849 55.6923 32 55.6923C18.9151 55.6923 8.30769 45.0849 8.30769 32C8.32247 18.9212 18.9212 8.32247 32 8.30769Z"/><path d="M29.3491 38.6031V20.6807C29.348 19.8662 29.4903 19.0598 29.7675 18.3096C29.9945 17.6371 30.3484 17.0302 30.804 16.5322C31.1251 16.1524 31.5593 15.9246 32.0204 15.894C32.6852 15.894 33.3496 16.471 34.0134 17.625C34.3738 18.1337 34.5955 18.7525 34.6509 19.4042V37.3267C34.6509 37.9947 34.2454 38.6329 33.4345 39.2414C32.6632 39.835 31.7547 40.1521 30.825 40.1523C29.8423 40.1524 29.3503 39.636 29.3491 38.6031Z"/><path d="M33.66 44.6959C33.9649 45.0866 34.161 45.551 34.2284 46.0419C34.2284 46.5397 33.8893 47.0083 33.2109 47.4476C32.5638 47.8771 31.8043 48.1062 31.0275 48.1061C30.1902 48.1061 29.7716 47.7271 29.7716 46.9693C29.7703 46.3788 29.8874 45.7941 30.116 45.2496C30.3064 44.7579 30.6022 44.3138 30.9826 43.9487C31.2626 43.6591 31.6427 43.4875 32.045 43.4692C32.5635 43.4692 33.1019 43.8781 33.66 44.6959Z"/></svg>' }, ea = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M52 7H24C19.5838 7.00505 16.0051 10.5838 16 15V23H12C7.58382 23.0051 4.00505 26.5838 4 31V43C4.00505 47.4162 7.58382 50.9949 12 51H19.1699L24.8789 56.7075C25.737 57.5654 27.0273 57.8219 28.1482 57.3575C29.2692 56.8931 30 55.7993 30 54.5859V51H39.999C44.4152 50.995 47.994 47.4162 47.999 43V35H52C56.4162 34.9949 59.9949 31.4162 60 27V15C59.9949 10.5838 56.4162 7.00505 52 7ZM43.999 43C43.9967 45.2082 42.2072 46.9977 39.999 47H26V52.1724L20.8262 47H12C9.79184 46.9976 8.00235 45.2082 8 43V31C8.00235 28.7918 9.79184 27.0024 12 27H16C16.0051 31.4162 19.5838 34.9949 24 35H30V38.5859C29.999 39.7998 30.7298 40.8945 31.8512 41.359C32.9726 41.8236 34.2634 41.5664 35.1211 40.7075L40.8291 35H43.999V43ZM56 27C55.9977 29.2082 54.2082 30.9976 52 31H39.1729L34 36.1719V31H24C21.7918 30.9976 20.0024 29.2082 20 27V15C20.0024 12.7918 21.7918 11.0024 24 11H52C54.2082 11.0024 55.9977 12.7918 56 15V27Z"/></svg>' }, jc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60C47.464 60 60 47.464 60 32C59.9829 16.5431 47.4569 4.01712 32 4ZM44.5613 24.5793L31.6382 43.9639C31.2806 44.5011 30.7008 44.8493 30.0586 44.9126C29.988 44.9197 29.9171 44.9232 29.8462 44.9231C29.275 44.9229 28.7272 44.696 28.3233 44.2921L19.7079 35.6767C19.1639 35.1326 18.9514 34.3396 19.1505 33.5964C19.3497 32.8533 19.9302 32.2728 20.6734 32.0736C21.4166 31.8745 22.2095 32.087 22.7536 32.631L29.5117 39.3881L40.9772 22.1899C41.4016 21.5439 42.1396 21.1749 42.9111 21.2229C43.6825 21.2709 44.3691 21.7286 44.7101 22.4223C45.0511 23.1159 44.9944 23.9391 44.5613 24.5793Z"/></svg>' }, ta = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9998 4C16.5358 4 3.99976 16.536 3.99976 32C3.99976 47.464 16.5358 60 31.9998 60C47.4637 60 59.9998 47.464 59.9998 32C59.9826 16.5431 47.4566 4.01712 31.9998 4ZM31.9998 55.6923C18.9149 55.6923 8.30745 45.0849 8.30745 32C8.30745 18.9151 18.9149 8.30769 31.9998 8.30769C45.0847 8.30769 55.6921 18.9151 55.6921 32C55.6773 45.0788 45.0785 55.6775 31.9998 55.6923ZM44.5611 24.5793L31.638 43.9639C31.2804 44.5011 30.7005 44.8493 30.0584 44.9126C29.9878 44.9197 29.9169 44.9232 29.8459 44.9231C29.2747 44.9229 28.727 44.696 28.3231 44.2921L19.7077 35.6767C19.1636 35.1326 18.9512 34.3396 19.1503 33.5964C19.3494 32.8533 19.9299 32.2728 20.6731 32.0736C21.4163 31.8745 22.2093 32.087 22.7534 32.631L29.5115 39.3881L40.9769 22.1899C41.4013 21.5439 42.1394 21.1749 42.9108 21.2229C43.6823 21.2709 44.3688 21.7286 44.7099 22.4223C45.0509 23.1159 44.9941 23.9391 44.5611 24.5793Z"/></svg>' }, Bc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M57.5438 13.4967L28.717 50.5596C27.9537 51.5407 26.8061 52.147 25.5654 52.2248C25.4755 52.2301 25.3856 52.2332 25.2967 52.2332C24.1476 52.233 23.0455 51.7763 22.233 50.9637L6.63458 35.3654C6.08729 34.8181 5.87354 34.0204 6.07387 33.2728C6.27419 32.5252 6.85815 31.9412 7.60577 31.7409C8.35339 31.5406 9.15109 31.7543 9.69838 32.3016L25.2967 47.8999L54.1225 10.837C54.5976 10.2258 55.3626 9.91453 56.1295 10.0204C56.8963 10.1263 57.5484 10.6332 57.8402 11.3502C58.1319 12.0673 58.0189 12.8855 57.5438 13.4967Z"/></svg>' }, na = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M53.0318 24.8653L33.5318 44.3653C33.1256 44.7717 32.5745 45.0001 31.9999 45.0001C31.4253 45.0001 30.8742 44.7717 30.468 44.3653L10.968 24.8653C10.122 24.0193 10.122 22.6476 10.968 21.8015C11.8141 20.9555 13.1858 20.9555 14.0318 21.8015L31.9999 39.7696L49.968 21.8015C50.8141 20.9555 52.1858 20.9555 53.0318 21.8015C53.8779 22.6476 53.8779 24.0193 53.0318 24.8653Z"/></svg>' }, qc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 56C45.2548 56 56 45.2548 56 32C56 18.7452 45.2548 8 32 8C18.7452 8 8 18.7452 8 32C8 45.2548 18.7452 56 32 56ZM32 60C47.464 60 60 47.464 60 32C60 16.536 47.464 4 32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60Z"/><path d="M25.2772 22.695C24.5164 21.8942 23.2505 21.8617 22.4497 22.6225C21.6488 23.3833 21.6164 24.6492 22.3772 25.45L29.2411 32.6752L22.4773 39.795C21.7166 40.5958 21.749 41.8617 22.5498 42.6225C23.3507 43.3833 24.6166 43.3508 25.3773 42.55L31.9998 35.5791L38.6222 42.55C39.3829 43.3508 40.6488 43.3833 41.4497 42.6225C42.2505 41.8617 42.2829 40.5958 41.5222 39.795L34.7584 32.6752L41.6223 25.45C42.3831 24.6492 42.3507 23.3833 41.5498 22.6225C40.749 21.8617 39.4831 21.8942 38.7224 22.695L31.9998 29.7714L25.2772 22.695Z"/></svg>' }, ia = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M51.365 48.3012C51.9123 48.8485 52.1261 49.6462 51.9258 50.3939C51.7254 51.1415 51.1415 51.7254 50.3939 51.9258C49.6462 52.1261 48.8485 51.9123 48.3012 51.365L32.4998 35.5636L16.6984 51.365C16.1511 51.9123 15.3534 52.1261 14.6058 51.9258C13.8581 51.7254 13.2742 51.1415 13.0739 50.3939C12.8735 49.6462 13.0873 48.8485 13.6346 48.3012L29.436 32.4998L13.6346 16.6984C13.0873 16.1511 12.8735 15.3534 13.0739 14.6058C13.2742 13.8581 13.8581 13.2742 14.6058 13.0739C15.3534 12.8735 16.1511 13.0873 16.6984 13.6346L32.4998 29.436L48.3012 13.6346C49.1473 12.7885 50.519 12.7885 51.365 13.6346C52.2111 14.4806 52.2111 15.8523 51.365 16.6984L35.5636 32.4998L51.365 48.3012Z"/></svg>' }, Vc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M58.2618 43.8838L38.8585 11.5469C37.4136 9.13651 34.8097 7.66134 31.9994 7.66113C29.1891 7.66093 26.585 9.13572 25.1397 11.5459L5.73642 43.8838C4.25367 46.3552 4.21482 49.4331 5.6347 51.9411C7.05459 54.4492 9.71372 55.9997 12.5958 56H51.4024C54.2845 55.9997 56.9436 54.4492 58.3635 51.9411C59.7834 49.4331 59.7446 46.3552 58.2618 43.8838ZM29.9991 36.9772V25.1569C29.9983 24.6198 30.1056 24.0879 30.3148 23.5932C30.486 23.1496 30.753 22.7494 31.0968 22.4209C31.339 22.1704 31.6666 22.0202 32.0145 22C32.5161 22 33.0173 22.3805 33.5182 23.1416C33.7901 23.4771 33.9573 23.8852 33.9991 24.3151V36.1354C33.9991 36.5759 33.6932 36.9969 33.0814 37.3982C32.4994 37.7897 31.814 37.9988 31.1126 37.999C30.3712 37.999 30 37.6584 29.9991 36.9772ZM34.2408 43.9236C34.173 43.4297 33.9757 42.9626 33.669 42.5696C33.1076 41.7469 32.566 41.3355 32.0444 41.3355C31.6396 41.354 31.2573 41.5266 30.9757 41.8179C30.593 42.1852 30.2954 42.6319 30.1039 43.1266C29.874 43.6743 29.7562 44.2625 29.7574 44.8565C29.7574 45.6189 30.1786 46 31.0208 46C31.8022 46.0001 32.5662 45.7697 33.2173 45.3377C33.8996 44.8957 34.2408 44.4243 34.2408 43.9236Z"/></svg>' }, Hi = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M59.9139 23.8477V7.90923C59.902 5.75094 58.1522 4.00588 55.9939 4H40.0554C38.8659 4 37.9016 4.96431 37.9016 6.15385C37.9016 7.34338 38.8659 8.30769 40.0554 8.30769H52.4616L29.8462 30.9231C29.4417 31.3271 29.2145 31.8753 29.2145 32.4469C29.2145 33.0186 29.4417 33.5668 29.8462 33.9708C30.2394 34.3609 30.7677 34.5846 31.3216 34.5954C31.8941 34.5987 32.4443 34.3739 32.8508 33.9708L55.6062 11.2046V23.8477C55.6062 25.0372 56.5705 26.0015 57.76 26.0015C58.9495 26.0015 59.9139 25.0372 59.9139 23.8477Z"/><path d="M12.217 60H47.4001C51.9189 59.9942 55.5874 56.3449 55.617 51.8262V38.4615C55.617 37.272 54.6527 36.3077 53.4631 36.3077C52.2736 36.3077 51.3093 37.272 51.3093 38.4615V51.7831C51.3034 53.9396 49.5566 55.6864 47.4001 55.6923H12.217C10.0771 55.6866 8.33714 53.9659 8.30776 51.8262V16.5569C8.29914 15.5145 8.7072 14.5119 9.44126 13.7718C10.1753 13.0316 11.1746 12.6153 12.217 12.6154H25.5385C26.7281 12.6154 27.6924 11.6511 27.6924 10.4615C27.6924 9.272 26.7281 8.30769 25.5385 8.30769H12.217C10.0321 8.30767 7.9372 9.17782 6.39529 10.7258C4.85339 12.2738 3.99147 14.3721 4.00006 16.5569V51.8262C4.02963 56.3449 7.6981 59.9942 12.217 60Z"/></svg>' }, zr = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M51.4283 11.6761L53.1768 9.53891C53.9347 8.61282 53.7982 7.24774 52.8722 6.48993C51.9461 5.73211 50.581 5.86852 49.8232 6.79461L36.3333 23.2822V13.3972C36.3332 11.6447 35.2774 10.0648 33.6583 9.39418C32.0391 8.72356 30.1755 9.09425 28.9362 10.3334L18.1029 21.1668H14.6667C9.88247 21.1722 6.00547 25.0492 6 29.8334V34.1668C6.00547 38.951 9.88247 42.828 14.6667 42.8334H18.1029L19.3315 44.0621L10.8232 54.4613C10.0653 55.3874 10.2018 56.7525 11.1279 57.5103C12.0539 58.2681 13.419 58.1317 14.1768 57.2056L22.411 47.1416L28.9362 53.6668C30.1755 54.9059 32.0391 55.2766 33.6583 54.606C35.2774 53.9354 36.3332 52.3555 36.3333 50.603V30.1254L42.6092 22.4549C44.2201 25.3756 45.044 28.6649 45 32.0001C45.1184 36.1899 43.7698 40.2896 41.1872 43.5909C40.409 44.5001 40.5152 45.8679 41.4243 46.6461C42.3334 47.4243 43.7012 47.3183 44.4795 46.4093C47.7313 42.3208 49.4486 37.2227 49.3333 32.0001C49.403 27.3538 48.067 22.7949 45.5005 18.9211L48.6119 15.1182C52.019 20.0793 53.7867 25.9829 53.6667 32.0001C53.6667 39.0587 51.4873 45.6518 47.6872 50.0909C46.909 51.0001 47.0152 52.3679 47.9243 53.1461C48.8334 53.9243 50.2012 53.8183 50.9795 52.9093C55.4408 47.6968 58 40.0764 58 32.0001C58 24.21 55.6006 16.8662 51.4283 11.6761ZM19.8971 38.5H14.6667C12.2744 38.4977 10.3357 36.559 10.3333 34.1667V29.8334C10.3357 27.4411 12.2744 25.5024 14.6667 25.5H19.8971L32 13.3972V28.5784L22.089 40.6919L19.8971 38.5ZM31.9997 50.603L25.1682 43.7715L31.9997 35.4218V50.603Z"/></svg>' }, Wc = { name: "question", svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 4C16.536 4 4 16.536 4 32C4 47.464 16.536 60 32 60C47.464 60 60 47.464 60 32C59.9827 16.5432 47.4568 4.01731 32 4ZM32 55.6923C18.9151 55.6923 8.30769 45.0849 8.30769 32C8.30769 18.9151 18.9151 8.30769 32 8.30769C45.0849 8.30769 55.6923 18.9151 55.6923 32C55.6775 45.0788 45.0788 55.6775 32 55.6923Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M31.9423 37.5723L36.311 32.9068L36.7354 32.4448C39.7555 29.1161 40.7645 27.0647 40.7645 24.5087C40.7645 23.1091 40.4251 21.7942 39.7041 20.6491C38.3044 18.3587 35.6323 16.9166 32.2816 16.9166C28.7565 16.9166 25.3125 18.7414 23.2581 21.6772L23.1201 21.8791C22.8232 22.3032 22.696 22.6849 22.696 22.9818C22.696 23.7029 23.926 25.9932 25.2833 25.9932C25.5378 25.9932 25.7922 25.9084 26.0467 25.7388C26.2588 25.5691 26.5981 25.2298 27.0647 24.7208C28.8885 22.6849 30.1185 21.9215 31.7726 21.9215C33.6813 21.9215 35.081 23.1939 35.081 24.8905C35.081 26.375 34.2751 27.7746 32.3664 29.8529L28.2523 34.2216C27.9554 34.6033 27.7857 34.9426 27.7857 35.282C27.7857 35.6213 27.9978 36.1726 28.4219 36.8937C29.0581 37.8692 29.7368 38.3782 30.4578 38.3782C30.9244 38.3782 31.3909 38.1237 31.9423 37.5723ZM30.882 47.4972C29.2278 47.4972 27.6585 44.7403 27.6585 43.6799C27.6585 42.1954 30.0761 40.6261 32.4089 40.6261C33.6389 40.6261 34.2751 41.1775 34.2751 42.3227C34.2751 44.0616 33.4692 45.843 32.4513 46.7761C31.9423 47.2427 31.4334 47.4972 30.882 47.4972Z"/></svg>' }, sa = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.41642 6.29292C5.99705 5.18016 3.38612 7.41823 4.12858 9.96847L10.5427 32L4.12858 54.0315C3.38612 56.5818 5.99704 58.8198 8.41642 57.7071L58.1942 34.8125C60.6019 33.7051 60.6019 30.2949 58.1942 29.1875L8.41642 6.29292ZM14.2569 29.9351L8.74174 10.9913L49.9295 29.9351H14.2569ZM14.2568 34.0651L8.74174 53.0087L49.9291 34.0651H14.2568Z"/></svg>' }, Fr = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.6578 9.3322C32.0391 8.65799 30.1735 9.02919 28.9362 10.2717L18.1029 21.105H14.6667C9.88247 21.1105 6.00547 24.9875 6 29.7717V34.105C6.00547 38.8892 9.88247 42.7662 14.6667 42.7717H18.1029L28.9362 53.605C30.1755 54.8442 32.0391 55.2149 33.6583 54.5442C35.2774 53.8736 36.3332 52.2937 36.3333 50.5412V13.3355C36.3365 11.5817 35.2794 10.0001 33.6578 9.3322ZM32 50.5411L19.8971 38.4382H14.6667C12.2744 38.4358 10.3357 36.4971 10.3333 34.1049V29.7716C10.3357 27.3793 12.2744 25.4406 14.6667 25.4382H19.8971L32 13.3353V50.5411ZM49.3334 31.9383C49.4487 37.161 47.7314 42.2591 44.4796 46.3475C43.7013 47.2565 42.3335 47.3625 41.4244 46.5843C40.5153 45.8061 40.4092 44.4383 41.1873 43.5291C43.7699 40.2278 45.1185 36.1282 45.0001 31.9383C45.1185 27.7485 43.7699 23.6488 41.1873 20.3475C40.4092 19.4383 40.5153 18.0705 41.4244 17.2923C42.3335 16.5141 43.7013 16.6201 44.4796 17.5291C47.7314 21.6176 49.4487 26.7157 49.3334 31.9383ZM58.0001 31.9383C58.0001 40.0147 55.441 47.635 50.9796 52.8475C50.2013 53.7565 48.8335 53.8625 47.9244 53.0843C47.0153 52.3061 46.9092 50.9383 47.6873 50.0291C51.4874 45.59 53.6668 38.9969 53.6668 31.9383C53.6668 24.8797 51.4874 18.2866 47.6873 13.8475C46.9092 12.9383 47.0153 11.5705 47.9244 10.7923C48.8335 10.0141 50.2013 10.1201 50.9796 11.0291C55.441 16.2416 58.0001 23.862 58.0001 31.9383Z"/></svg>' }, Gc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M27.2561 39.1924C27.3201 40.5364 28.0241 41.1764 29.3681 41.1764C32.1201 41.1764 34.8081 39.3844 34.8721 37.5924L35.8961 12.3764C35.8961 10.6484 35.0001 9.81641 33.1441 9.81641C29.6241 9.81641 25.9761 12.1844 25.9761 14.4244L27.2561 39.1924ZM30.9041 55.3847C28.4081 55.3847 26.0401 51.2247 26.0401 49.6247C26.0401 47.3847 29.6881 45.0167 33.2081 45.0167C35.0641 45.0167 36.0241 45.8487 36.0241 47.5767C36.0241 50.2007 34.8081 52.8887 33.2721 54.2967C32.5041 55.0007 31.7361 55.3847 30.9041 55.3847Z"/></svg>' }, dt = {
|
|
2168
2168
|
allRenderFn: !1,
|
|
2169
2169
|
cmpDidLoad: !0,
|
|
2170
2170
|
cmpDidUnload: !1,
|
|
@@ -2248,7 +2248,7 @@ const Fc = { svg: '<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" f
|
|
|
2248
2248
|
transformTagName: !1,
|
|
2249
2249
|
attachStyles: !0
|
|
2250
2250
|
};
|
|
2251
|
-
let pt, ra, Yn, oa = !1,
|
|
2251
|
+
let pt, ra, Yn, oa = !1, Rn = !1, us = !1, te = !1, jr = null, zi = !1;
|
|
2252
2252
|
const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} }, aa = Qn.HTMLElement || class {
|
|
2253
2253
|
}, X = {
|
|
2254
2254
|
$flags$: 0,
|
|
@@ -2305,11 +2305,11 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2305
2305
|
}, nu = (n) => {
|
|
2306
2306
|
const e = n.$cmpMeta$, t = n.$hostElement$, i = e.$flags$, s = Je("attachStyles", e.$tagName$), r = tu(t.shadowRoot ? t.shadowRoot : t.getRootNode(), e, n.$modeName$);
|
|
2307
2307
|
i & 10 && (t["s-sc"] = r, t.classList.add(r + "-h"), i & 2 && t.classList.add(r + "-s")), s();
|
|
2308
|
-
}, ca = (n, e) => "sc-" + (e && n.$flags$ & 32 ? n.$tagName$ + "-" + e : n.$tagName$), iu = (n) =>
|
|
2308
|
+
}, ca = (n, e) => "sc-" + (e && n.$flags$ & 32 ? n.$tagName$ + "-" + e : n.$tagName$), iu = (n) => Ru.map((e) => e(n)).find((e) => !!e), Vr = {}, su = "http://www.w3.org/2000/svg", ru = "http://www.w3.org/1999/xhtml", ou = (n) => n != null, hs = (n) => (n = typeof n, n === "object" || n === "function"), mt = (n, e, ...t) => {
|
|
2309
2309
|
let i = null, s = null, r = null, o = !1, a = !1, c = [];
|
|
2310
2310
|
const l = (p) => {
|
|
2311
2311
|
for (let d = 0; d < p.length; d++)
|
|
2312
|
-
i = p[d], Array.isArray(i) ? l(i) : i != null && typeof i != "boolean" && ((o = typeof n != "function" && !hs(i)) && (i = String(i)), o && a ? c[c.length - 1].$text$ += i : c.push(o ?
|
|
2312
|
+
i = p[d], Array.isArray(i) ? l(i) : i != null && typeof i != "boolean" && ((o = typeof n != "function" && !hs(i)) && (i = String(i)), o && a ? c[c.length - 1].$text$ += i : c.push(o ? Ln(null, i) : i), a = o);
|
|
2313
2313
|
};
|
|
2314
2314
|
if (l(t), e) {
|
|
2315
2315
|
e.key && (s = e.key), e.name && (r = e.name);
|
|
@@ -2320,9 +2320,9 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2320
2320
|
}
|
|
2321
2321
|
if (typeof n == "function")
|
|
2322
2322
|
return n(e === null ? {} : e, c, lu);
|
|
2323
|
-
const u =
|
|
2323
|
+
const u = Ln(n, null);
|
|
2324
2324
|
return u.$attrs$ = e, c.length > 0 && (u.$children$ = c), u.$key$ = s, u.$name$ = r, u;
|
|
2325
|
-
},
|
|
2325
|
+
}, Ln = (n, e) => {
|
|
2326
2326
|
const t = {
|
|
2327
2327
|
$flags$: 0,
|
|
2328
2328
|
$tag$: n,
|
|
@@ -2346,7 +2346,7 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2346
2346
|
const t = Object.assign({}, n.vattrs);
|
|
2347
2347
|
return n.vkey && (t.key = n.vkey), n.vname && (t.name = n.vname), mt(n.vtag, t, ...n.vchildren || []);
|
|
2348
2348
|
}
|
|
2349
|
-
const e =
|
|
2349
|
+
const e = Ln(n.vtag, n.vtext);
|
|
2350
2350
|
return e.$attrs$ = n.vattrs, e.$children$ = n.vchildren, e.$key$ = n.vkey, e.$name$ = n.vname, e;
|
|
2351
2351
|
}, Gr = (n, e, t, i, s, r) => {
|
|
2352
2352
|
if (t !== i) {
|
|
@@ -2419,7 +2419,7 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2419
2419
|
i[s] && (a = In(null, t, s, n), a && (i[s].$elm$ = a, o.insertBefore(a, ps(e))));
|
|
2420
2420
|
}, da = (n, e, t, i, s) => {
|
|
2421
2421
|
for (; e <= t; ++e)
|
|
2422
|
-
(i = n[e]) && (s = i.$elm$, ma(i),
|
|
2422
|
+
(i = n[e]) && (s = i.$elm$, ma(i), Rn = !0, s["s-ol"] ? s["s-ol"].remove() : Gt(s, !0), s.remove());
|
|
2423
2423
|
}, hu = (n, e, t, i) => {
|
|
2424
2424
|
let s = 0, r = 0, o = 0, a = 0, c = e.length - 1, l = e[0], u = e[c], p = i.length - 1, d = i[0], g = i[p], m, $;
|
|
2425
2425
|
for (; s <= c && r <= p; )
|
|
@@ -2475,7 +2475,7 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2475
2475
|
for (; a < l; a++) {
|
|
2476
2476
|
if (e = c[a], e["s-sr"] && (t = e["s-cr"]) && t.parentNode)
|
|
2477
2477
|
for (i = t.parentNode.childNodes, s = e["s-sn"], o = i.length - 1; o >= 0; o--)
|
|
2478
|
-
t = i[o], !t["s-cn"] && !t["s-nr"] && t["s-hn"] !== e["s-hn"] && (Yr(t, s) ? (r = ue.find((u) => u.$nodeToRelocate$ === t),
|
|
2478
|
+
t = i[o], !t["s-cn"] && !t["s-nr"] && t["s-hn"] !== e["s-hn"] && (Yr(t, s) ? (r = ue.find((u) => u.$nodeToRelocate$ === t), Rn = !0, t["s-sn"] = t["s-sn"] || s, r ? r.$slotRefNode$ = e : ue.push({
|
|
2479
2479
|
$slotRefNode$: e,
|
|
2480
2480
|
$nodeToRelocate$: t
|
|
2481
2481
|
}), t["s-sr"] && ue.map((u) => {
|
|
@@ -2488,8 +2488,8 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2488
2488
|
}, Yr = (n, e) => n.nodeType === 1 ? n.getAttribute("slot") === null && e === "" || n.getAttribute("slot") === e : n["s-sn"] === e ? !0 : e === "", ma = (n) => {
|
|
2489
2489
|
n.$attrs$ && n.$attrs$.ref && n.$attrs$.ref(null), n.$children$ && n.$children$.map(ma);
|
|
2490
2490
|
}, du = (n, e) => {
|
|
2491
|
-
const t = n.$hostElement$, i = n.$cmpMeta$, s = n.$vnode$ ||
|
|
2492
|
-
Yn = t.tagName, i.$attrsToReflect$ && (r.$attrs$ = r.$attrs$ || {}, i.$attrsToReflect$.map(([o, a]) => r.$attrs$[a] = t[o])), r.$tag$ = null, r.$flags$ |= 4, n.$vnode$ = r, r.$elm$ = s.$elm$ = t.shadowRoot || t, pt = t["s-sc"], ra = t["s-cr"], oa = (i.$flags$ & 1) !== 0,
|
|
2491
|
+
const t = n.$hostElement$, i = n.$cmpMeta$, s = n.$vnode$ || Ln(null, null), r = au(e) ? e : mt(null, null, e);
|
|
2492
|
+
Yn = t.tagName, i.$attrsToReflect$ && (r.$attrs$ = r.$attrs$ || {}, i.$attrsToReflect$.map(([o, a]) => r.$attrs$[a] = t[o])), r.$tag$ = null, r.$flags$ |= 4, n.$vnode$ = r, r.$elm$ = s.$elm$ = t.shadowRoot || t, pt = t["s-sc"], ra = t["s-cr"], oa = (i.$flags$ & 1) !== 0, Rn = !1, ft(s, r);
|
|
2493
2493
|
{
|
|
2494
2494
|
if (X.$flags$ |= 1, us) {
|
|
2495
2495
|
ga(r.$elm$);
|
|
@@ -2507,7 +2507,7 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2507
2507
|
} else
|
|
2508
2508
|
a.nodeType === 1 && (a.hidden = !0);
|
|
2509
2509
|
}
|
|
2510
|
-
|
|
2510
|
+
Rn && fa(r.$elm$), X.$flags$ &= -2, ue.length = 0;
|
|
2511
2511
|
}
|
|
2512
2512
|
}, pu = (n) => n, fu = (n, e, t) => {
|
|
2513
2513
|
const i = pu(n);
|
|
@@ -2672,8 +2672,8 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2672
2672
|
$instanceValues$: /* @__PURE__ */ new Map()
|
|
2673
2673
|
};
|
|
2674
2674
|
return la(n, t, e.$listeners$), ya.set(n, t);
|
|
2675
|
-
}, Xr = (n, e) => e in n, sn = (n, e) => (0, console.error)(n, e), Pn = /* @__PURE__ */ new Map(),
|
|
2676
|
-
n.push(t),
|
|
2675
|
+
}, Xr = (n, e) => e in n, sn = (n, e) => (0, console.error)(n, e), Pn = /* @__PURE__ */ new Map(), Ru = [], Kr = [], $a = [], Lu = (n, e) => (t) => {
|
|
2676
|
+
n.push(t), zi || (zi = !0, e && X.$flags$ & 4 ? Iu(Fi) : X.raf(Fi));
|
|
2677
2677
|
}, Jr = (n) => {
|
|
2678
2678
|
for (let e = 0; e < n.length; e++)
|
|
2679
2679
|
try {
|
|
@@ -2683,8 +2683,8 @@ const Qn = typeof window < "u" ? window : {}, ye = Qn.document || { head: {} },
|
|
|
2683
2683
|
}
|
|
2684
2684
|
n.length = 0;
|
|
2685
2685
|
}, Fi = () => {
|
|
2686
|
-
Jr(Kr), Jr($a), (
|
|
2687
|
-
}, Iu = (n) => Yc().then(n), Pu = /* @__PURE__ */
|
|
2686
|
+
Jr(Kr), Jr($a), (zi = Kr.length > 0) && X.raf(Fi);
|
|
2687
|
+
}, Iu = (n) => Yc().then(n), Pu = /* @__PURE__ */ Lu($a, !0), Mu = (n = {}) => {
|
|
2688
2688
|
const { content: e = "", title: t, attributes: i = [] } = n;
|
|
2689
2689
|
let s = "", r = [
|
|
2690
2690
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
@@ -2701,7 +2701,7 @@ class Du {
|
|
|
2701
2701
|
this.voca_component = e, this.voca_added = Uu(/* @__PURE__ */ new Date());
|
|
2702
2702
|
}
|
|
2703
2703
|
}
|
|
2704
|
-
const
|
|
2704
|
+
const Hu = "telia-vst{display:none}", zu = /* @__PURE__ */ ba(class extends aa {
|
|
2705
2705
|
constructor() {
|
|
2706
2706
|
super(), this.__registerHost(), this.vocaInternalUStats = fu(this, "vocaInternalUStats");
|
|
2707
2707
|
}
|
|
@@ -2712,7 +2712,7 @@ const zu = "telia-vst{display:none}", Hu = /* @__PURE__ */ ba(class extends aa {
|
|
|
2712
2712
|
return mt(ds, null);
|
|
2713
2713
|
}
|
|
2714
2714
|
static get style() {
|
|
2715
|
-
return
|
|
2715
|
+
return Hu;
|
|
2716
2716
|
}
|
|
2717
2717
|
}, [0, "telia-vst", {
|
|
2718
2718
|
dataTrackingId: [1, "data-tracking-id"]
|
|
@@ -2723,7 +2723,7 @@ function wa() {
|
|
|
2723
2723
|
["telia-vst"].forEach((e) => {
|
|
2724
2724
|
switch (e) {
|
|
2725
2725
|
case "telia-vst":
|
|
2726
|
-
customElements.get(e) || customElements.define(e,
|
|
2726
|
+
customElements.get(e) || customElements.define(e, zu);
|
|
2727
2727
|
break;
|
|
2728
2728
|
}
|
|
2729
2729
|
});
|
|
@@ -2984,7 +2984,7 @@ const wt = on(class extends Kn {
|
|
|
2984
2984
|
const o = !!e[r];
|
|
2985
2985
|
o === this.st.has(r) || (s = this.nt) != null && s.has(r) || (o ? (t.add(r), this.st.add(r)) : (t.remove(r), this.st.delete(r)));
|
|
2986
2986
|
}
|
|
2987
|
-
return
|
|
2987
|
+
return Re;
|
|
2988
2988
|
}
|
|
2989
2989
|
});
|
|
2990
2990
|
var Ju = Object.defineProperty, eh = (n, e, t, i) => {
|
|
@@ -3005,7 +3005,7 @@ const Ts = class Ts extends A {
|
|
|
3005
3005
|
}
|
|
3006
3006
|
};
|
|
3007
3007
|
Ts.styles = [
|
|
3008
|
-
|
|
3008
|
+
R`
|
|
3009
3009
|
:host {
|
|
3010
3010
|
position: fixed;
|
|
3011
3011
|
display: flex;
|
|
@@ -3341,7 +3341,7 @@ const Os = class Os extends A {
|
|
|
3341
3341
|
return y`<div
|
|
3342
3342
|
class=${wt({
|
|
3343
3343
|
"trigger-container": !0,
|
|
3344
|
-
hidden: !this.triggerVisible
|
|
3344
|
+
"ace-hidden": !this.triggerVisible
|
|
3345
3345
|
})}
|
|
3346
3346
|
${be(this.containerRef)}
|
|
3347
3347
|
>
|
|
@@ -3405,7 +3405,7 @@ const Os = class Os extends A {
|
|
|
3405
3405
|
}
|
|
3406
3406
|
};
|
|
3407
3407
|
Os.styles = [
|
|
3408
|
-
|
|
3408
|
+
R`
|
|
3409
3409
|
:host {
|
|
3410
3410
|
--voca-rem-multiplier: 0.625;
|
|
3411
3411
|
--trigger-label-bg: #f5e0ff;
|
|
@@ -3425,7 +3425,7 @@ Os.styles = [
|
|
|
3425
3425
|
gap: 1rem;
|
|
3426
3426
|
}
|
|
3427
3427
|
|
|
3428
|
-
.trigger-container.hidden {
|
|
3428
|
+
.trigger-container.ace-hidden {
|
|
3429
3429
|
display: none;
|
|
3430
3430
|
}
|
|
3431
3431
|
|
|
@@ -3536,22 +3536,22 @@ Os.styles = [
|
|
|
3536
3536
|
}
|
|
3537
3537
|
`
|
|
3538
3538
|
];
|
|
3539
|
-
let
|
|
3539
|
+
let Le = Os;
|
|
3540
3540
|
an([
|
|
3541
3541
|
k({ attribute: !1 })
|
|
3542
|
-
],
|
|
3542
|
+
], Le.prototype, "application");
|
|
3543
3543
|
an([
|
|
3544
3544
|
T()
|
|
3545
|
-
],
|
|
3545
|
+
], Le.prototype, "active");
|
|
3546
3546
|
an([
|
|
3547
3547
|
T()
|
|
3548
|
-
],
|
|
3548
|
+
], Le.prototype, "triggerVisible");
|
|
3549
3549
|
an([
|
|
3550
3550
|
T()
|
|
3551
|
-
],
|
|
3551
|
+
], Le.prototype, "loaded");
|
|
3552
3552
|
an([
|
|
3553
3553
|
T()
|
|
3554
|
-
],
|
|
3554
|
+
], Le.prototype, "icon");
|
|
3555
3555
|
var lh = Object.defineProperty, We = (n, e, t, i) => {
|
|
3556
3556
|
for (var s = void 0, r = n.length - 1, o; r >= 0; r--)
|
|
3557
3557
|
(o = n[r]) && (s = o(e, t, s) || s);
|
|
@@ -3583,7 +3583,7 @@ const Ca = (n) => {
|
|
|
3583
3583
|
};
|
|
3584
3584
|
t.styles = [
|
|
3585
3585
|
// (superClass as unknown as typeof LitElement).styles ?? [],
|
|
3586
|
-
|
|
3586
|
+
R`
|
|
3587
3587
|
:host {
|
|
3588
3588
|
font-family: var(--font-family);
|
|
3589
3589
|
grid-column: span var(--width);
|
|
@@ -3613,19 +3613,19 @@ const Ca = (n) => {
|
|
|
3613
3613
|
], e.prototype, "application"), We([
|
|
3614
3614
|
k({ attribute: !1 })
|
|
3615
3615
|
], e.prototype, "parent"), e;
|
|
3616
|
-
},
|
|
3616
|
+
}, Rs = class Rs extends Ca(A) {
|
|
3617
3617
|
render() {
|
|
3618
3618
|
return y`Non resolved component`;
|
|
3619
3619
|
}
|
|
3620
3620
|
};
|
|
3621
|
-
|
|
3622
|
-
|
|
3621
|
+
Rs.styles = [
|
|
3622
|
+
R`
|
|
3623
3623
|
:host {
|
|
3624
3624
|
display: block;
|
|
3625
3625
|
}
|
|
3626
3626
|
`
|
|
3627
3627
|
];
|
|
3628
|
-
let qi =
|
|
3628
|
+
let qi = Rs;
|
|
3629
3629
|
/**
|
|
3630
3630
|
* @license
|
|
3631
3631
|
* Copyright 2021 Google LLC
|
|
@@ -3802,7 +3802,7 @@ var ph = Object.defineProperty, _a = (n, e, t, i) => {
|
|
|
3802
3802
|
(o = n[r]) && (s = o(e, t, s) || s);
|
|
3803
3803
|
return s && ph(e, t, s), s;
|
|
3804
3804
|
};
|
|
3805
|
-
const ae = "application",
|
|
3805
|
+
const ae = "application", Ls = class Ls extends A {
|
|
3806
3806
|
constructor() {
|
|
3807
3807
|
super(...arguments), this.nodes = [], this.wrapperRef = ve(), this.fullscreen = !1, this.isReady = new he(!1);
|
|
3808
3808
|
}
|
|
@@ -3834,7 +3834,7 @@ const ae = "application", Rs = class Rs extends A {
|
|
|
3834
3834
|
</div>`;
|
|
3835
3835
|
}
|
|
3836
3836
|
};
|
|
3837
|
-
|
|
3837
|
+
Ls.styles = R`
|
|
3838
3838
|
:host {
|
|
3839
3839
|
--font-family: TeliaSans, Helvetica, Arial, Lucida Grande, sans-serif;
|
|
3840
3840
|
--spacing-xs: 0.2rem;
|
|
@@ -3984,23 +3984,23 @@ Rs.styles = L`
|
|
|
3984
3984
|
}
|
|
3985
3985
|
}
|
|
3986
3986
|
|
|
3987
|
-
:host(.expanded) {
|
|
3987
|
+
:host(.ace-expanded) {
|
|
3988
3988
|
opacity: 1;
|
|
3989
3989
|
animation: slideUp 0.3s linear;
|
|
3990
3990
|
}
|
|
3991
3991
|
|
|
3992
|
-
:host(.hidden) {
|
|
3992
|
+
:host(.ace-hidden) {
|
|
3993
3993
|
opacity: 0;
|
|
3994
3994
|
animation: slideDown 0.3s linear;
|
|
3995
3995
|
pointer-events: none;
|
|
3996
3996
|
}
|
|
3997
3997
|
|
|
3998
|
-
:host(.hidden.embedded),
|
|
3999
|
-
:host(.expanded.embedded) {
|
|
3998
|
+
:host(.ace-hidden.embedded),
|
|
3999
|
+
:host(.ace-expanded.embedded) {
|
|
4000
4000
|
animation: none;
|
|
4001
4001
|
}
|
|
4002
4002
|
`;
|
|
4003
|
-
let Zt =
|
|
4003
|
+
let Zt = Ls;
|
|
4004
4004
|
_a([
|
|
4005
4005
|
k({ attribute: !0 })
|
|
4006
4006
|
], Zt.prototype, "fullscreen");
|
|
@@ -4039,14 +4039,14 @@ const Is = class Is extends A {
|
|
|
4039
4039
|
if (!this.widget || this.status !== "activated")
|
|
4040
4040
|
return w;
|
|
4041
4041
|
if (this.widget.renderStrategy === fs.Trigger) {
|
|
4042
|
-
const e = new
|
|
4042
|
+
const e = new Le();
|
|
4043
4043
|
return e.application = this.widget, e;
|
|
4044
4044
|
}
|
|
4045
4045
|
return this.widget.render();
|
|
4046
4046
|
}
|
|
4047
4047
|
};
|
|
4048
4048
|
Is.styles = [
|
|
4049
|
-
|
|
4049
|
+
R`
|
|
4050
4050
|
:host {
|
|
4051
4051
|
display: block;
|
|
4052
4052
|
}
|
|
@@ -4063,7 +4063,7 @@ gs([
|
|
|
4063
4063
|
T()
|
|
4064
4064
|
], xt.prototype, "status");
|
|
4065
4065
|
customElements.get("ace-trigger-slot") || customElements.define("ace-trigger-slot", Nn);
|
|
4066
|
-
customElements.get("ace-trigger") || customElements.define("ace-trigger",
|
|
4066
|
+
customElements.get("ace-trigger") || customElements.define("ace-trigger", Le);
|
|
4067
4067
|
customElements.get("ace-unresolved-component") || customElements.define("ace-unresolved-component", qi);
|
|
4068
4068
|
customElements.get("ace-wrapper") || customElements.define("ace-wrapper", Zt);
|
|
4069
4069
|
customElements.get("ace-widget") || customElements.define("ace-widget", xt);
|
|
@@ -4093,9 +4093,9 @@ class co {
|
|
|
4093
4093
|
throw new Error(`No provider with key "${t}" was found.`);
|
|
4094
4094
|
this.data$.next(s);
|
|
4095
4095
|
const a = o(this.component);
|
|
4096
|
-
this.provider$.next(a), a.actions().pipe(
|
|
4096
|
+
this.provider$.next(a), a.actions().pipe(H(this.kill$)).subscribe((c) => {
|
|
4097
4097
|
this.write(c);
|
|
4098
|
-
}), a.isTyping().pipe(
|
|
4098
|
+
}), a.isTyping().pipe(H(this.kill$)).subscribe((c) => {
|
|
4099
4099
|
this.isTyping$.next(c);
|
|
4100
4100
|
});
|
|
4101
4101
|
}
|
|
@@ -4418,7 +4418,7 @@ const Ps = class Ps extends A {
|
|
|
4418
4418
|
}
|
|
4419
4419
|
};
|
|
4420
4420
|
Ps.styles = [
|
|
4421
|
-
|
|
4421
|
+
R`
|
|
4422
4422
|
:host {
|
|
4423
4423
|
box-sizing: border-box;
|
|
4424
4424
|
display: inline;
|
|
@@ -4602,7 +4602,7 @@ const Ms = class Ms extends A {
|
|
|
4602
4602
|
}
|
|
4603
4603
|
};
|
|
4604
4604
|
Ms.styles = [
|
|
4605
|
-
|
|
4605
|
+
R`
|
|
4606
4606
|
:host {
|
|
4607
4607
|
display: block;
|
|
4608
4608
|
}
|
|
@@ -4671,7 +4671,7 @@ const Ns = class Ns extends A {
|
|
|
4671
4671
|
}
|
|
4672
4672
|
};
|
|
4673
4673
|
Ns.styles = [
|
|
4674
|
-
|
|
4674
|
+
R`
|
|
4675
4675
|
:host {
|
|
4676
4676
|
box-sizing: border-box;
|
|
4677
4677
|
display: block;
|
|
@@ -4700,7 +4700,7 @@ const Us = class Us extends A {
|
|
|
4700
4700
|
}
|
|
4701
4701
|
};
|
|
4702
4702
|
Us.styles = [
|
|
4703
|
-
|
|
4703
|
+
R`
|
|
4704
4704
|
:host {
|
|
4705
4705
|
display: block;
|
|
4706
4706
|
}
|
|
@@ -4748,7 +4748,7 @@ class Wi extends Kn {
|
|
|
4748
4748
|
}
|
|
4749
4749
|
render(e) {
|
|
4750
4750
|
if (e === w || e == null) return this._t = void 0, this.it = e;
|
|
4751
|
-
if (e ===
|
|
4751
|
+
if (e === Re) return e;
|
|
4752
4752
|
if (typeof e != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
4753
4753
|
if (e === this.it) return this._t;
|
|
4754
4754
|
this.it = e;
|
|
@@ -4769,7 +4769,7 @@ const {
|
|
|
4769
4769
|
let {
|
|
4770
4770
|
freeze: K,
|
|
4771
4771
|
seal: se,
|
|
4772
|
-
create:
|
|
4772
|
+
create: Ra
|
|
4773
4773
|
} = Object, {
|
|
4774
4774
|
apply: Gi,
|
|
4775
4775
|
construct: Zi
|
|
@@ -4786,7 +4786,7 @@ Gi || (Gi = function(e, t, i) {
|
|
|
4786
4786
|
Zi || (Zi = function(e, t) {
|
|
4787
4787
|
return new e(...t);
|
|
4788
4788
|
});
|
|
4789
|
-
const bn = J(Array.prototype.forEach), _h = J(Array.prototype.lastIndexOf), ho = J(Array.prototype.pop),
|
|
4789
|
+
const bn = J(Array.prototype.forEach), _h = J(Array.prototype.lastIndexOf), ho = J(Array.prototype.pop), Lt = J(Array.prototype.push), Ah = J(Array.prototype.splice), kn = J(String.prototype.toLowerCase), Ci = J(String.prototype.toString), po = J(String.prototype.match), It = J(String.prototype.replace), Th = J(String.prototype.indexOf), Oh = J(String.prototype.trim), ce = J(Object.prototype.hasOwnProperty), G = J(RegExp.prototype.test), Pt = Rh(TypeError);
|
|
4790
4790
|
function J(n) {
|
|
4791
4791
|
return function(e) {
|
|
4792
4792
|
e instanceof RegExp && (e.lastIndex = 0);
|
|
@@ -4795,7 +4795,7 @@ function J(n) {
|
|
|
4795
4795
|
return Gi(n, e, i);
|
|
4796
4796
|
};
|
|
4797
4797
|
}
|
|
4798
|
-
function
|
|
4798
|
+
function Rh(n) {
|
|
4799
4799
|
return function() {
|
|
4800
4800
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
|
4801
4801
|
t[i] = arguments[i];
|
|
@@ -4816,15 +4816,15 @@ function x(n, e) {
|
|
|
4816
4816
|
}
|
|
4817
4817
|
return n;
|
|
4818
4818
|
}
|
|
4819
|
-
function
|
|
4819
|
+
function Lh(n) {
|
|
4820
4820
|
for (let e = 0; e < n.length; e++)
|
|
4821
4821
|
ce(n, e) || (n[e] = null);
|
|
4822
4822
|
return n;
|
|
4823
4823
|
}
|
|
4824
4824
|
function Ee(n) {
|
|
4825
|
-
const e =
|
|
4825
|
+
const e = Ra(null);
|
|
4826
4826
|
for (const [t, i] of Oa(n))
|
|
4827
|
-
ce(n, t) && (Array.isArray(i) ? e[t] =
|
|
4827
|
+
ce(n, t) && (Array.isArray(i) ? e[t] = Lh(i) : i && typeof i == "object" && i.constructor === Object ? e[t] = Ee(i) : e[t] = i);
|
|
4828
4828
|
return e;
|
|
4829
4829
|
}
|
|
4830
4830
|
function Mt(n, e) {
|
|
@@ -4843,23 +4843,23 @@ function Mt(n, e) {
|
|
|
4843
4843
|
}
|
|
4844
4844
|
return t;
|
|
4845
4845
|
}
|
|
4846
|
-
const fo = K(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), Ei = K(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), _i = K(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), Ih = K(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), Ai = K(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), Ph = K(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), go = K(["#text"]), mo = K(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), Ti = K(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), vo = K(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), yn = K(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), Mh = se(/\{\{[\w\W]*|[\w\W]*\}\}/gm), Nh = se(/<%[\w\W]*|[\w\W]*%>/gm), Uh = se(/\$\{[\w\W]*/gm), Dh = se(/^data-[\-\w.\u00B7-\uFFFF]+$/),
|
|
4846
|
+
const fo = K(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), Ei = K(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), _i = K(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), Ih = K(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), Ai = K(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), Ph = K(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), go = K(["#text"]), mo = K(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), Ti = K(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), vo = K(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), yn = K(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), Mh = se(/\{\{[\w\W]*|[\w\W]*\}\}/gm), Nh = se(/<%[\w\W]*|[\w\W]*%>/gm), Uh = se(/\$\{[\w\W]*/gm), Dh = se(/^data-[\-\w.\u00B7-\uFFFF]+$/), Hh = se(/^aria-[\-\w]+$/), La = se(
|
|
4847
4847
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
4848
4848
|
// eslint-disable-line no-useless-escape
|
|
4849
|
-
),
|
|
4849
|
+
), zh = se(/^(?:\w+script|data):/i), Fh = se(
|
|
4850
4850
|
/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
|
|
4851
4851
|
// eslint-disable-line no-control-regex
|
|
4852
4852
|
), Ia = se(/^html$/i), jh = se(/^[a-z][.\w]*(-[.\w]+)+$/i);
|
|
4853
4853
|
var bo = /* @__PURE__ */ Object.freeze({
|
|
4854
4854
|
__proto__: null,
|
|
4855
|
-
ARIA_ATTR:
|
|
4855
|
+
ARIA_ATTR: Hh,
|
|
4856
4856
|
ATTR_WHITESPACE: Fh,
|
|
4857
4857
|
CUSTOM_ELEMENT: jh,
|
|
4858
4858
|
DATA_ATTR: Dh,
|
|
4859
4859
|
DOCTYPE_NAME: Ia,
|
|
4860
4860
|
ERB_EXPR: Nh,
|
|
4861
|
-
IS_ALLOWED_URI:
|
|
4862
|
-
IS_SCRIPT_OR_DATA:
|
|
4861
|
+
IS_ALLOWED_URI: La,
|
|
4862
|
+
IS_SCRIPT_OR_DATA: zh,
|
|
4863
4863
|
MUSTACHE_EXPR: Mh,
|
|
4864
4864
|
TMPLIT_EXPR: Uh
|
|
4865
4865
|
});
|
|
@@ -4922,7 +4922,7 @@ function Pa() {
|
|
|
4922
4922
|
HTMLFormElement: p,
|
|
4923
4923
|
DOMParser: d,
|
|
4924
4924
|
trustedTypes: g
|
|
4925
|
-
} = n, m = c.prototype, $ = Mt(m, "cloneNode"), $e = Mt(m, "remove"), le = Mt(m, "nextSibling"), Pe = Mt(m, "childNodes"),
|
|
4925
|
+
} = n, m = c.prototype, $ = Mt(m, "cloneNode"), $e = Mt(m, "remove"), le = Mt(m, "nextSibling"), Pe = Mt(m, "childNodes"), ze = Mt(m, "parentNode");
|
|
4926
4926
|
if (typeof o == "function") {
|
|
4927
4927
|
const b = t.createElement("template");
|
|
4928
4928
|
b.content && b.content.ownerDocument && (t = b.content.ownerDocument);
|
|
@@ -4937,7 +4937,7 @@ function Pa() {
|
|
|
4937
4937
|
importNode: el
|
|
4938
4938
|
} = i;
|
|
4939
4939
|
let V = yo();
|
|
4940
|
-
e.isSupported = typeof Oa == "function" && typeof
|
|
4940
|
+
e.isSupported = typeof Oa == "function" && typeof ze == "function" && je && je.createHTMLDocument !== void 0;
|
|
4941
4941
|
const {
|
|
4942
4942
|
MUSTACHE_EXPR: ti,
|
|
4943
4943
|
ERB_EXPR: ni,
|
|
@@ -4954,7 +4954,7 @@ function Pa() {
|
|
|
4954
4954
|
const Js = x({}, [...fo, ...Ei, ..._i, ...Ai, ...go]);
|
|
4955
4955
|
let D = null;
|
|
4956
4956
|
const er = x({}, [...mo, ...Ti, ...vo, ...yn]);
|
|
4957
|
-
let
|
|
4957
|
+
let L = Object.seal(Ra(null, {
|
|
4958
4958
|
tagNameCheck: {
|
|
4959
4959
|
writable: !0,
|
|
4960
4960
|
configurable: !1,
|
|
@@ -4994,7 +4994,7 @@ function Pa() {
|
|
|
4994
4994
|
let h = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
4995
4995
|
if (!(ct && ct === h)) {
|
|
4996
4996
|
if ((!h || typeof h != "object") && (h = {}), h = Ee(h), Tt = // eslint-disable-next-line unicorn/prefer-includes
|
|
4997
|
-
ll.indexOf(h.PARSER_MEDIA_TYPE) === -1 ? cl : h.PARSER_MEDIA_TYPE, U = Tt === "application/xhtml+xml" ? Ci : kn, N = ce(h, "ALLOWED_TAGS") ? x({}, h.ALLOWED_TAGS, U) : Js, D = ce(h, "ALLOWED_ATTR") ? x({}, h.ALLOWED_ATTR, U) : er, hi = ce(h, "ALLOWED_NAMESPACES") ? x({}, h.ALLOWED_NAMESPACES, Ci) : ol, ci = ce(h, "ADD_URI_SAFE_ATTR") ? x(Ee(cr), h.ADD_URI_SAFE_ATTR, U) : cr, ar = ce(h, "ADD_DATA_URI_TAGS") ? x(Ee(lr), h.ADD_DATA_URI_TAGS, U) : lr, at = ce(h, "FORBID_CONTENTS") ? x({}, h.FORBID_CONTENTS, U) : or, _t = ce(h, "FORBID_TAGS") ? x({}, h.FORBID_TAGS, U) : Ee({}), si = ce(h, "FORBID_ATTR") ? x({}, h.FORBID_ATTR, U) : Ee({}), ot = ce(h, "USE_PROFILES") ? h.USE_PROFILES : !1, tr = h.ALLOW_ARIA_ATTR !== !1, ri = h.ALLOW_DATA_ATTR !== !1, nr = h.ALLOW_UNKNOWN_PROTOCOLS || !1, ir = h.ALLOW_SELF_CLOSE_IN_ATTR !== !1, st = h.SAFE_FOR_TEMPLATES || !1, cn = h.SAFE_FOR_XML !== !1, qe = h.WHOLE_DOCUMENT || !1, rt = h.RETURN_DOM || !1, un = h.RETURN_DOM_FRAGMENT || !1, hn = h.RETURN_TRUSTED_TYPE || !1, ai = h.FORCE_BODY || !1, sr = h.SANITIZE_DOM !== !1, rr = h.SANITIZE_NAMED_PROPS || !1, li = h.KEEP_CONTENT !== !1, At = h.IN_PLACE || !1, Ks = h.ALLOWED_URI_REGEXP ||
|
|
4997
|
+
ll.indexOf(h.PARSER_MEDIA_TYPE) === -1 ? cl : h.PARSER_MEDIA_TYPE, U = Tt === "application/xhtml+xml" ? Ci : kn, N = ce(h, "ALLOWED_TAGS") ? x({}, h.ALLOWED_TAGS, U) : Js, D = ce(h, "ALLOWED_ATTR") ? x({}, h.ALLOWED_ATTR, U) : er, hi = ce(h, "ALLOWED_NAMESPACES") ? x({}, h.ALLOWED_NAMESPACES, Ci) : ol, ci = ce(h, "ADD_URI_SAFE_ATTR") ? x(Ee(cr), h.ADD_URI_SAFE_ATTR, U) : cr, ar = ce(h, "ADD_DATA_URI_TAGS") ? x(Ee(lr), h.ADD_DATA_URI_TAGS, U) : lr, at = ce(h, "FORBID_CONTENTS") ? x({}, h.FORBID_CONTENTS, U) : or, _t = ce(h, "FORBID_TAGS") ? x({}, h.FORBID_TAGS, U) : Ee({}), si = ce(h, "FORBID_ATTR") ? x({}, h.FORBID_ATTR, U) : Ee({}), ot = ce(h, "USE_PROFILES") ? h.USE_PROFILES : !1, tr = h.ALLOW_ARIA_ATTR !== !1, ri = h.ALLOW_DATA_ATTR !== !1, nr = h.ALLOW_UNKNOWN_PROTOCOLS || !1, ir = h.ALLOW_SELF_CLOSE_IN_ATTR !== !1, st = h.SAFE_FOR_TEMPLATES || !1, cn = h.SAFE_FOR_XML !== !1, qe = h.WHOLE_DOCUMENT || !1, rt = h.RETURN_DOM || !1, un = h.RETURN_DOM_FRAGMENT || !1, hn = h.RETURN_TRUSTED_TYPE || !1, ai = h.FORCE_BODY || !1, sr = h.SANITIZE_DOM !== !1, rr = h.SANITIZE_NAMED_PROPS || !1, li = h.KEEP_CONTENT !== !1, At = h.IN_PLACE || !1, Ks = h.ALLOWED_URI_REGEXP || La, lt = h.NAMESPACE || we, fn = h.MATHML_TEXT_INTEGRATION_POINTS || fn, gn = h.HTML_INTEGRATION_POINTS || gn, L = h.CUSTOM_ELEMENT_HANDLING || {}, h.CUSTOM_ELEMENT_HANDLING && ur(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (L.tagNameCheck = h.CUSTOM_ELEMENT_HANDLING.tagNameCheck), h.CUSTOM_ELEMENT_HANDLING && ur(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (L.attributeNameCheck = h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), h.CUSTOM_ELEMENT_HANDLING && typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (L.allowCustomizedBuiltInElements = h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), st && (ri = !1), un && (rt = !0), ot && (N = x({}, go), D = [], ot.html === !0 && (x(N, fo), x(D, mo)), ot.svg === !0 && (x(N, Ei), x(D, Ti), x(D, yn)), ot.svgFilters === !0 && (x(N, _i), x(D, Ti), x(D, yn)), ot.mathMl === !0 && (x(N, Ai), x(D, vo), x(D, yn))), h.ADD_TAGS && (N === Js && (N = Ee(N)), x(N, h.ADD_TAGS, U)), h.ADD_ATTR && (D === er && (D = Ee(D)), x(D, h.ADD_ATTR, U)), h.ADD_URI_SAFE_ATTR && x(ci, h.ADD_URI_SAFE_ATTR, U), h.FORBID_CONTENTS && (at === or && (at = Ee(at)), x(at, h.FORBID_CONTENTS, U)), li && (N["#text"] = !0), qe && x(N, ["html", "head", "body"]), N.table && (x(N, ["tbody"]), delete _t.tbody), h.TRUSTED_TYPES_POLICY) {
|
|
4998
4998
|
if (typeof h.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
4999
4999
|
throw Pt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
5000
5000
|
if (typeof h.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
@@ -5005,7 +5005,7 @@ function Pa() {
|
|
|
5005
5005
|
K && K(h), ct = h;
|
|
5006
5006
|
}
|
|
5007
5007
|
}, hr = x({}, [...Ei, ..._i, ...Ih]), dr = x({}, [...Ai, ...Ph]), hl = function(h) {
|
|
5008
|
-
let f =
|
|
5008
|
+
let f = ze(h);
|
|
5009
5009
|
(!f || !f.tagName) && (f = {
|
|
5010
5010
|
namespaceURI: lt,
|
|
5011
5011
|
tagName: "template"
|
|
@@ -5013,22 +5013,22 @@ function Pa() {
|
|
|
5013
5013
|
const v = kn(h.tagName), O = kn(f.tagName);
|
|
5014
5014
|
return hi[h.namespaceURI] ? h.namespaceURI === pn ? f.namespaceURI === we ? v === "svg" : f.namespaceURI === dn ? v === "svg" && (O === "annotation-xml" || fn[O]) : !!hr[v] : h.namespaceURI === dn ? f.namespaceURI === we ? v === "math" : f.namespaceURI === pn ? v === "math" && gn[O] : !!dr[v] : h.namespaceURI === we ? f.namespaceURI === pn && !gn[O] || f.namespaceURI === dn && !fn[O] ? !1 : !dr[v] && (al[v] || !hr[v]) : !!(Tt === "application/xhtml+xml" && hi[h.namespaceURI]) : !1;
|
|
5015
5015
|
}, fe = function(h) {
|
|
5016
|
-
|
|
5016
|
+
Lt(e.removed, {
|
|
5017
5017
|
element: h
|
|
5018
5018
|
});
|
|
5019
5019
|
try {
|
|
5020
|
-
|
|
5020
|
+
ze(h).removeChild(h);
|
|
5021
5021
|
} catch {
|
|
5022
5022
|
$e(h);
|
|
5023
5023
|
}
|
|
5024
5024
|
}, ut = function(h, f) {
|
|
5025
5025
|
try {
|
|
5026
|
-
|
|
5026
|
+
Lt(e.removed, {
|
|
5027
5027
|
attribute: f.getAttributeNode(h),
|
|
5028
5028
|
from: f
|
|
5029
5029
|
});
|
|
5030
5030
|
} catch {
|
|
5031
|
-
|
|
5031
|
+
Lt(e.removed, {
|
|
5032
5032
|
attribute: null,
|
|
5033
5033
|
from: f
|
|
5034
5034
|
});
|
|
@@ -5097,10 +5097,10 @@ function Pa() {
|
|
|
5097
5097
|
}), cn && h.hasChildNodes() && !gr(h.firstElementChild) && G(/<[/\w!]/g, h.innerHTML) && G(/<[/\w!]/g, h.textContent) || h.nodeType === Nt.progressingInstruction || cn && h.nodeType === Nt.comment && G(/<[/\w]/g, h.data))
|
|
5098
5098
|
return fe(h), !0;
|
|
5099
5099
|
if (!N[v] || _t[v]) {
|
|
5100
|
-
if (!_t[v] && br(v) && (
|
|
5100
|
+
if (!_t[v] && br(v) && (L.tagNameCheck instanceof RegExp && G(L.tagNameCheck, v) || L.tagNameCheck instanceof Function && L.tagNameCheck(v)))
|
|
5101
5101
|
return !1;
|
|
5102
5102
|
if (li && !at[v]) {
|
|
5103
|
-
const O =
|
|
5103
|
+
const O = ze(h) || h.parentNode, j = Pe(h) || h.childNodes;
|
|
5104
5104
|
if (j && O) {
|
|
5105
5105
|
const I = j.length;
|
|
5106
5106
|
for (let ee = I - 1; ee >= 0; --ee) {
|
|
@@ -5113,7 +5113,7 @@ function Pa() {
|
|
|
5113
5113
|
}
|
|
5114
5114
|
return h instanceof c && !hl(h) || (v === "noscript" || v === "noembed" || v === "noframes") && G(/<\/no(script|embed|frames)/i, h.innerHTML) ? (fe(h), !0) : (st && h.nodeType === Nt.text && (f = h.textContent, bn([ti, ni, ii], (O) => {
|
|
5115
5115
|
f = It(f, O, " ");
|
|
5116
|
-
}), h.textContent !== f && (
|
|
5116
|
+
}), h.textContent !== f && (Lt(e.removed, {
|
|
5117
5117
|
element: h.cloneNode()
|
|
5118
5118
|
}), h.textContent = f)), xe(V.afterSanitizeElements, h, null), !1);
|
|
5119
5119
|
}, vr = function(h, f, v) {
|
|
@@ -5126,9 +5126,9 @@ function Pa() {
|
|
|
5126
5126
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
5127
5127
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
5128
5128
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
5129
|
-
!(br(h) && (
|
|
5129
|
+
!(br(h) && (L.tagNameCheck instanceof RegExp && G(L.tagNameCheck, h) || L.tagNameCheck instanceof Function && L.tagNameCheck(h)) && (L.attributeNameCheck instanceof RegExp && G(L.attributeNameCheck, f) || L.attributeNameCheck instanceof Function && L.attributeNameCheck(f)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
5130
5130
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
5131
|
-
f === "is" &&
|
|
5131
|
+
f === "is" && L.allowCustomizedBuiltInElements && (L.tagNameCheck instanceof RegExp && G(L.tagNameCheck, v) || L.tagNameCheck instanceof Function && L.tagNameCheck(v)))
|
|
5132
5132
|
) return !1;
|
|
5133
5133
|
} else if (!ci[f]) {
|
|
5134
5134
|
if (!G(Ks, It(v, Xs, ""))) {
|
|
@@ -5269,7 +5269,7 @@ function Pa() {
|
|
|
5269
5269
|
const v = U(b), O = U(h);
|
|
5270
5270
|
return vr(v, O, f);
|
|
5271
5271
|
}, e.addHook = function(b, h) {
|
|
5272
|
-
typeof h == "function" &&
|
|
5272
|
+
typeof h == "function" && Lt(V[b], h);
|
|
5273
5273
|
}, e.removeHook = function(b, h) {
|
|
5274
5274
|
if (h !== void 0) {
|
|
5275
5275
|
const f = _h(V[b], h);
|
|
@@ -5295,7 +5295,7 @@ const Ds = class Ds extends A {
|
|
|
5295
5295
|
}
|
|
5296
5296
|
};
|
|
5297
5297
|
Ds.styles = [
|
|
5298
|
-
|
|
5298
|
+
R`
|
|
5299
5299
|
:host {
|
|
5300
5300
|
box-sizing: border-box;
|
|
5301
5301
|
}
|
|
@@ -5425,7 +5425,7 @@ var Y = {
|
|
|
5425
5425
|
}, Gh = /^(?:[ \t]*(?:\n|$))+/, Zh = /^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/, Yh = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, ln = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, Qh = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, vs = /(?:[*+-]|\d{1,9}[.)])/, Ua = /^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, Da = C(Ua).replace(/bull/g, vs).replace(/blockCode/g, /(?: {4}| {0,3}\t)/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).replace(/\|table/g, "").getRegex(), Xh = C(Ua).replace(/bull/g, vs).replace(/blockCode/g, /(?: {4}| {0,3}\t)/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).replace(/table/g, / {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(), bs = /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, Kh = /^[^\n]+/, ys = /(?!\s*\])(?:\\.|[^\[\]\\])+/, Jh = C(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label", ys).replace("title", /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(), ed = C(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g, vs).getRegex(), Jn = "address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul", $s = /<!--(?:-?>|[\s\S]*?(?:-->|$))/, td = C(
|
|
5426
5426
|
"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))",
|
|
5427
5427
|
"i"
|
|
5428
|
-
).replace("comment", $s).replace("tag", Jn).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),
|
|
5428
|
+
).replace("comment", $s).replace("tag", Jn).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(), Ha = C(bs).replace("hr", ln).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("|table", "").replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Jn).getRegex(), nd = C(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph", Ha).getRegex(), ws = {
|
|
5429
5429
|
blockquote: nd,
|
|
5430
5430
|
code: Zh,
|
|
5431
5431
|
def: Jh,
|
|
@@ -5436,7 +5436,7 @@ var Y = {
|
|
|
5436
5436
|
lheading: Da,
|
|
5437
5437
|
list: ed,
|
|
5438
5438
|
newline: Gh,
|
|
5439
|
-
paragraph:
|
|
5439
|
+
paragraph: Ha,
|
|
5440
5440
|
table: jt,
|
|
5441
5441
|
text: Kh
|
|
5442
5442
|
}, $o = C(
|
|
@@ -5458,18 +5458,18 @@ var Y = {
|
|
|
5458
5458
|
lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,
|
|
5459
5459
|
paragraph: C(bs).replace("hr", ln).replace("heading", ` *#{1,6} *[^
|
|
5460
5460
|
]`).replace("lheading", Da).replace("|table", "").replace("blockquote", " {0,3}>").replace("|fences", "").replace("|list", "").replace("|html", "").replace("|tag", "").getRegex()
|
|
5461
|
-
}, rd = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, od = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,
|
|
5461
|
+
}, rd = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, od = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, za = /^( {2,}|\\)\n(?!\s*$)/, ad = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/, ei = /[\p{P}\p{S}]/u, xs = /[\s\p{P}\p{S}]/u, Fa = /[^\s\p{P}\p{S}]/u, ld = C(/^((?![*_])punctSpace)/, "u").replace(/punctSpace/g, xs).getRegex(), ja = /(?!~)[\p{P}\p{S}]/u, cd = /(?!~)[\s\p{P}\p{S}]/u, ud = /(?:[^\s\p{P}\p{S}]|~)/u, hd = /\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g, Ba = /^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/, dd = C(Ba, "u").replace(/punct/g, ei).getRegex(), pd = C(Ba, "u").replace(/punct/g, ja).getRegex(), qa = "^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)", fd = C(qa, "gu").replace(/notPunctSpace/g, Fa).replace(/punctSpace/g, xs).replace(/punct/g, ei).getRegex(), gd = C(qa, "gu").replace(/notPunctSpace/g, ud).replace(/punctSpace/g, cd).replace(/punct/g, ja).getRegex(), md = C(
|
|
5462
5462
|
"^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)",
|
|
5463
5463
|
"gu"
|
|
5464
5464
|
).replace(/notPunctSpace/g, Fa).replace(/punctSpace/g, xs).replace(/punct/g, ei).getRegex(), vd = C(/\\(punct)/, "gu").replace(/punct/g, ei).getRegex(), bd = C(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme", /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email", /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(), yd = C($s).replace("(?:-->|$)", "-->").getRegex(), $d = C(
|
|
5465
5465
|
"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>"
|
|
5466
|
-
).replace("comment", yd).replace("attribute", /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),
|
|
5466
|
+
).replace("comment", yd).replace("attribute", /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(), Hn = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/, wd = C(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label", Hn).replace("href", /<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title", /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(), Va = C(/^!?\[(label)\]\[(ref)\]/).replace("label", Hn).replace("ref", ys).getRegex(), Wa = C(/^!?\[(ref)\](?:\[\])?/).replace("ref", ys).getRegex(), xd = C("reflink|nolink(?!\\()", "g").replace("reflink", Va).replace("nolink", Wa).getRegex(), ks = {
|
|
5467
5467
|
_backpedal: jt,
|
|
5468
5468
|
// only used for GFM url
|
|
5469
5469
|
anyPunctuation: vd,
|
|
5470
5470
|
autolink: bd,
|
|
5471
5471
|
blockSkip: hd,
|
|
5472
|
-
br:
|
|
5472
|
+
br: za,
|
|
5473
5473
|
code: od,
|
|
5474
5474
|
del: jt,
|
|
5475
5475
|
emStrongLDelim: dd,
|
|
@@ -5486,8 +5486,8 @@ var Y = {
|
|
|
5486
5486
|
url: jt
|
|
5487
5487
|
}, kd = {
|
|
5488
5488
|
...ks,
|
|
5489
|
-
link: C(/^!?\[(label)\]\((.*?)\)/).replace("label",
|
|
5490
|
-
reflink: C(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",
|
|
5489
|
+
link: C(/^!?\[(label)\]\((.*?)\)/).replace("label", Hn).getRegex(),
|
|
5490
|
+
reflink: C(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", Hn).getRegex()
|
|
5491
5491
|
}, Yi = {
|
|
5492
5492
|
...ks,
|
|
5493
5493
|
emStrongRDelimAst: gd,
|
|
@@ -5498,7 +5498,7 @@ var Y = {
|
|
|
5498
5498
|
text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/
|
|
5499
5499
|
}, Sd = {
|
|
5500
5500
|
...Yi,
|
|
5501
|
-
br: C(
|
|
5501
|
+
br: C(za).replace("{2,}", "*").getRegex(),
|
|
5502
5502
|
text: C(Yi.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
5503
5503
|
}, $n = {
|
|
5504
5504
|
normal: ws,
|
|
@@ -5599,7 +5599,7 @@ function _d(n, e, t) {
|
|
|
5599
5599
|
}).join(`
|
|
5600
5600
|
`);
|
|
5601
5601
|
}
|
|
5602
|
-
var
|
|
5602
|
+
var zn = class {
|
|
5603
5603
|
// set by the lexer
|
|
5604
5604
|
constructor(n) {
|
|
5605
5605
|
_(this, "options");
|
|
@@ -5746,18 +5746,18 @@ ${u}` : u;
|
|
|
5746
5746
|
`, 1)[0], g = !p.trim(), m = 0;
|
|
5747
5747
|
if (this.options.pedantic ? (m = 2, u = p.trimStart()) : g ? m = e[1].length + 1 : (m = e[2].search(this.rules.other.nonSpaceChar), m = m > 4 ? 1 : m, u = p.slice(m), m += e[1].length), g && this.rules.other.blankLine.test(d) && (l += d + `
|
|
5748
5748
|
`, n = n.substring(d.length + 1), c = !0), !c) {
|
|
5749
|
-
const le = this.rules.other.nextBulletRegex(m), Pe = this.rules.other.hrRegex(m),
|
|
5749
|
+
const le = this.rules.other.nextBulletRegex(m), Pe = this.rules.other.hrRegex(m), ze = this.rules.other.fencesBeginRegex(m), M = this.rules.other.headingBeginRegex(m), Fe = this.rules.other.htmlBeginRegex(m);
|
|
5750
5750
|
for (; n; ) {
|
|
5751
5751
|
const je = n.split(`
|
|
5752
5752
|
`, 1)[0];
|
|
5753
5753
|
let Be;
|
|
5754
|
-
if (d = je, this.options.pedantic ? (d = d.replace(this.rules.other.listReplaceNesting, " "), Be = d) : Be = d.replace(this.rules.other.tabCharGlobal, " "),
|
|
5754
|
+
if (d = je, this.options.pedantic ? (d = d.replace(this.rules.other.listReplaceNesting, " "), Be = d) : Be = d.replace(this.rules.other.tabCharGlobal, " "), ze.test(d) || M.test(d) || Fe.test(d) || le.test(d) || Pe.test(d))
|
|
5755
5755
|
break;
|
|
5756
5756
|
if (Be.search(this.rules.other.nonSpaceChar) >= m || !d.trim())
|
|
5757
5757
|
u += `
|
|
5758
5758
|
` + Be.slice(m);
|
|
5759
5759
|
else {
|
|
5760
|
-
if (g || p.replace(this.rules.other.tabCharGlobal, " ").search(this.rules.other.nonSpaceChar) >= 4 ||
|
|
5760
|
+
if (g || p.replace(this.rules.other.tabCharGlobal, " ").search(this.rules.other.nonSpaceChar) >= 4 || ze.test(p) || M.test(p) || Pe.test(p))
|
|
5761
5761
|
break;
|
|
5762
5762
|
u += `
|
|
5763
5763
|
` + d;
|
|
@@ -6088,7 +6088,7 @@ ${u}` : u;
|
|
|
6088
6088
|
_(this, "state");
|
|
6089
6089
|
_(this, "tokenizer");
|
|
6090
6090
|
_(this, "inlineQueue");
|
|
6091
|
-
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e || nt, this.options.tokenizer = this.options.tokenizer || new
|
|
6091
|
+
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e || nt, this.options.tokenizer = this.options.tokenizer || new zn(), this.tokenizer = this.options.tokenizer, this.tokenizer.options = this.options, this.tokenizer.lexer = this, this.inlineQueue = [], this.state = {
|
|
6092
6092
|
inLink: !1,
|
|
6093
6093
|
inRawBlock: !1,
|
|
6094
6094
|
top: !0
|
|
@@ -6701,7 +6701,7 @@ ${n}</tr>
|
|
|
6701
6701
|
_(this, "Renderer", Xt);
|
|
6702
6702
|
_(this, "TextRenderer", Ss);
|
|
6703
6703
|
_(this, "Lexer", _e);
|
|
6704
|
-
_(this, "Tokenizer",
|
|
6704
|
+
_(this, "Tokenizer", zn);
|
|
6705
6705
|
_(this, "Hooks", Sn);
|
|
6706
6706
|
this.use(...n);
|
|
6707
6707
|
}
|
|
@@ -6774,7 +6774,7 @@ ${n}</tr>
|
|
|
6774
6774
|
i.renderer = s;
|
|
6775
6775
|
}
|
|
6776
6776
|
if (t.tokenizer) {
|
|
6777
|
-
const s = this.defaults.tokenizer || new
|
|
6777
|
+
const s = this.defaults.tokenizer || new zn(this.defaults);
|
|
6778
6778
|
for (const r in t.tokenizer) {
|
|
6779
6779
|
if (!(r in s))
|
|
6780
6780
|
throw new Error(`tokenizer '${r}' does not exist`);
|
|
@@ -6885,7 +6885,7 @@ S.Renderer = Xt;
|
|
|
6885
6885
|
S.TextRenderer = Ss;
|
|
6886
6886
|
S.Lexer = _e;
|
|
6887
6887
|
S.lexer = _e.lex;
|
|
6888
|
-
S.Tokenizer =
|
|
6888
|
+
S.Tokenizer = zn;
|
|
6889
6889
|
S.Hooks = Sn;
|
|
6890
6890
|
S.parse = S;
|
|
6891
6891
|
S.options;
|
|
@@ -6905,7 +6905,7 @@ Za.link = function({ href: n, title: e, text: t }) {
|
|
|
6905
6905
|
return e ?? (e = t), `<a target="_blank" href="${n}" title="${e}">${t}</a>`;
|
|
6906
6906
|
};
|
|
6907
6907
|
S.use({ renderer: Za });
|
|
6908
|
-
const
|
|
6908
|
+
const Hs = class Hs extends A {
|
|
6909
6909
|
constructor() {
|
|
6910
6910
|
super(...arguments), this.showLightbox = !1, this.imageUrl = "", this.altText = "", this.scrollRef = ve(), this.contentRef = ve(), this.autoScroll = !0, this.buffer = "", this.pointer = 0, this.imageRegexp = new RegExp(/!\[[^[]*\([^)]*\)/gm);
|
|
6911
6911
|
}
|
|
@@ -6981,8 +6981,8 @@ const zs = class zs extends A {
|
|
|
6981
6981
|
`;
|
|
6982
6982
|
}
|
|
6983
6983
|
};
|
|
6984
|
-
|
|
6985
|
-
|
|
6984
|
+
Hs.styles = [
|
|
6985
|
+
R`
|
|
6986
6986
|
:host {
|
|
6987
6987
|
box-sizing: border-box;
|
|
6988
6988
|
}
|
|
@@ -7022,19 +7022,19 @@ zs.styles = [
|
|
|
7022
7022
|
}
|
|
7023
7023
|
`
|
|
7024
7024
|
];
|
|
7025
|
-
let Kt =
|
|
7025
|
+
let Kt = Hs;
|
|
7026
7026
|
Ga([
|
|
7027
7027
|
k({ attribute: !1 })
|
|
7028
7028
|
], Kt.prototype, "message");
|
|
7029
7029
|
Ga([
|
|
7030
7030
|
T()
|
|
7031
7031
|
], Kt.prototype, "showLightbox");
|
|
7032
|
-
var Od = Object.defineProperty,
|
|
7032
|
+
var Od = Object.defineProperty, Rd = (n, e, t, i) => {
|
|
7033
7033
|
for (var s = void 0, r = n.length - 1, o; r >= 0; r--)
|
|
7034
7034
|
(o = n[r]) && (s = o(e, t, s) || s);
|
|
7035
7035
|
return s && Od(e, t, s), s;
|
|
7036
7036
|
};
|
|
7037
|
-
const
|
|
7037
|
+
const zs = class zs extends A {
|
|
7038
7038
|
constructor() {
|
|
7039
7039
|
super(...arguments), this.escapeListener = (e) => {
|
|
7040
7040
|
e.key === "Escape" && this.closeLightbox();
|
|
@@ -7077,8 +7077,8 @@ const Hs = class Hs extends A {
|
|
|
7077
7077
|
</div> `;
|
|
7078
7078
|
}
|
|
7079
7079
|
};
|
|
7080
|
-
|
|
7081
|
-
|
|
7080
|
+
zs.styles = [
|
|
7081
|
+
R`
|
|
7082
7082
|
:focus {
|
|
7083
7083
|
outline-color: var(--focus-color);
|
|
7084
7084
|
}
|
|
@@ -7118,14 +7118,14 @@ Hs.styles = [
|
|
|
7118
7118
|
}
|
|
7119
7119
|
`
|
|
7120
7120
|
];
|
|
7121
|
-
let Fn =
|
|
7122
|
-
|
|
7121
|
+
let Fn = zs;
|
|
7122
|
+
Rd([
|
|
7123
7123
|
k({ attribute: !0 })
|
|
7124
7124
|
], Fn.prototype, "imageUrl");
|
|
7125
|
-
var
|
|
7125
|
+
var Ld = Object.defineProperty, pe = (n, e, t, i) => {
|
|
7126
7126
|
for (var s = void 0, r = n.length - 1, o; r >= 0; r--)
|
|
7127
7127
|
(o = n[r]) && (s = o(e, t, s) || s);
|
|
7128
|
-
return s &&
|
|
7128
|
+
return s && Ld(e, t, s), s;
|
|
7129
7129
|
};
|
|
7130
7130
|
customElements.get("conversation-entry") || customElements.define("conversation-entry", Yt);
|
|
7131
7131
|
customElements.get("ace-conversation-feed") || customElements.define("ace-conversation-feed", Qt);
|
|
@@ -7136,7 +7136,7 @@ customElements.get("message-type-markdown") || customElements.define("message-ty
|
|
|
7136
7136
|
customElements.get("ace-lightbox") || customElements.define("ace-lightbox", Fn);
|
|
7137
7137
|
const Co = Ca(A), Fs = class Fs extends Co {
|
|
7138
7138
|
constructor() {
|
|
7139
|
-
super(...arguments), this.platform = null, this.entries = [], this.typing = !1, this.message = "", this.disabledInput = !1, this.disabledSkipToLatest = !1, this.disabledSubmit = !1, this.chatOverlayActive = !1, this.textAreaLength = 0, this.showAuthBanner = !1, this.authenticated = !1, this.isMuted = !1, this.conversationContentRef = ve(), this.conversationFeedRef = ve(), this.formRef = ve(), this.inputRef = ve(), this.scrollRef = ve(), this.counterRef = ve(), this.chatCurrentScrollPosition = 0, this.toast = new gh(this), this.messageMaxLength = 1e3, this.messageMaxLengthLabel = "Maximum character limit reached", this.skipToLatestMessageLabel = "Skip to latest message", this.conversationState$ = new he("waiting"), this.stateMachine = new vh(this.conversationState$, this), this.provider$ = this.stateMachine.session().pipe(
|
|
7139
|
+
super(...arguments), this.platform = null, this.entries = [], this.typing = !1, this.message = "", this.disabledInput = !1, this.disabledSkipToLatest = !1, this.disabledSubmit = !1, this.chatOverlayActive = !1, this.textAreaLength = 0, this.showAuthBanner = !1, this.authenticated = !1, this.isMuted = !1, this.isKeyboardNavigation = !1, this.conversationContentRef = ve(), this.conversationFeedRef = ve(), this.formRef = ve(), this.inputRef = ve(), this.scrollRef = ve(), this.counterRef = ve(), this.chatCurrentScrollPosition = 0, this.toast = new gh(this), this.messageMaxLength = 1e3, this.messageMaxLengthLabel = "Maximum character limit reached", this.skipToLatestMessageLabel = "Skip to latest message", this.conversationState$ = new he("waiting"), this.stateMachine = new vh(this.conversationState$, this), this.provider$ = this.stateMachine.session().pipe(
|
|
7140
7140
|
Oe((e) => e ? e == null ? void 0 : e.provider$ : Ii(null))
|
|
7141
7141
|
), this.userTyping$ = new P();
|
|
7142
7142
|
}
|
|
@@ -7150,7 +7150,7 @@ const Co = Ca(A), Fs = class Fs extends Co {
|
|
|
7150
7150
|
);
|
|
7151
7151
|
this.platform = e || null;
|
|
7152
7152
|
const t = this.application.trigger;
|
|
7153
|
-
t && t.widgetActive$.pipe(
|
|
7153
|
+
t && t.widgetActive$.pipe(H(t.componentIsDestroyed$)).subscribe((i) => {
|
|
7154
7154
|
const s = this.conversationContentRef.value;
|
|
7155
7155
|
s && (i ? s.scrollTop = this.chatCurrentScrollPosition : this.chatCurrentScrollPosition = s.scrollTop);
|
|
7156
7156
|
}), this.stateSubscription = ic([
|
|
@@ -7233,11 +7233,11 @@ const Co = Ca(A), Fs = class Fs extends Co {
|
|
|
7233
7233
|
return;
|
|
7234
7234
|
const t = this.application.texts, i = t.getOrFallback("conversation.mute", "Mute"), s = t.getOrFallback("conversation.unmute", "Unmute"), r = e.addOption({
|
|
7235
7235
|
label: this.isMuted ? s : i,
|
|
7236
|
-
icon: this.isMuted ?
|
|
7236
|
+
icon: this.isMuted ? zr.svg : Fr.svg,
|
|
7237
7237
|
closeOnClick: !1,
|
|
7238
7238
|
datatestid: "options-mute-button",
|
|
7239
7239
|
onClick: () => {
|
|
7240
|
-
this.isMuted ? (this.isMuted = !1, this.application.unmute(), r.updateLabel(i), r.updateIcon(Fr.svg)) : (this.isMuted = !0, this.application.mute(), r.updateLabel(s), r.updateIcon(
|
|
7240
|
+
this.isMuted ? (this.isMuted = !1, this.application.unmute(), r.updateLabel(i), r.updateIcon(Fr.svg)) : (this.isMuted = !0, this.application.mute(), r.updateLabel(s), r.updateIcon(zr.svg));
|
|
7241
7241
|
}
|
|
7242
7242
|
});
|
|
7243
7243
|
}
|
|
@@ -7248,7 +7248,16 @@ const Co = Ca(A), Fs = class Fs extends Co {
|
|
|
7248
7248
|
), e.target.style.height = e.target.scrollHeight + "px", this.textAreaLength = e.target.value.length, e.target.value.length > this.messageMaxLength ? (t = this.counterRef.value) == null || t.classList.add("max-char-count-reached") : (i = this.counterRef.value) == null || i.classList.remove("max-char-count-reached");
|
|
7249
7249
|
}
|
|
7250
7250
|
keyDownHandler(e) {
|
|
7251
|
-
this.userTyping$.next(e.key), e.key === "Enter" && !e.shiftKey && !this.disabledSubmit && (this.onSendMessage(e), e.preventDefault());
|
|
7251
|
+
this.userTyping$.next(e.key), e.key === "Tab" && (this.isKeyboardNavigation = !0), e.key === "Enter" && !e.shiftKey && !this.disabledSubmit && (this.onSendMessage(e), e.preventDefault());
|
|
7252
|
+
}
|
|
7253
|
+
mouseDownHandler(e) {
|
|
7254
|
+
e.target === this.inputRef.value && (this.isKeyboardNavigation = !1);
|
|
7255
|
+
}
|
|
7256
|
+
focusHandler() {
|
|
7257
|
+
this.isKeyboardNavigation && this.inputRef.value && this.inputRef.value.classList.add("keyboard-focused");
|
|
7258
|
+
}
|
|
7259
|
+
blurHandler() {
|
|
7260
|
+
this.inputRef.value && this.inputRef.value.classList.remove("keyboard-focused");
|
|
7252
7261
|
}
|
|
7253
7262
|
getAuthBannerMessage() {
|
|
7254
7263
|
const e = this.application.texts;
|
|
@@ -7387,6 +7396,9 @@ const Co = Ca(A), Fs = class Fs extends Co {
|
|
|
7387
7396
|
.value=${this.message}
|
|
7388
7397
|
@input=${this.inputHandler}
|
|
7389
7398
|
@keydown=${this.keyDownHandler}
|
|
7399
|
+
@mousedown=${this.mouseDownHandler}
|
|
7400
|
+
@focus=${this.focusHandler}
|
|
7401
|
+
@blur=${this.blurHandler}
|
|
7390
7402
|
${be(this.inputRef)}
|
|
7391
7403
|
aria-valuenow=${this.textAreaLength}
|
|
7392
7404
|
aria-valuemax=${this.messageMaxLength}
|
|
@@ -7423,7 +7435,7 @@ const Co = Ca(A), Fs = class Fs extends Co {
|
|
|
7423
7435
|
};
|
|
7424
7436
|
Fs.styles = [
|
|
7425
7437
|
Co.styles || [],
|
|
7426
|
-
|
|
7438
|
+
R`
|
|
7427
7439
|
/* ===== HOST & GLOBAL STYLES ===== */
|
|
7428
7440
|
:host {
|
|
7429
7441
|
font-family: var(--font-family);
|
|
@@ -7660,14 +7672,26 @@ Fs.styles = [
|
|
|
7660
7672
|
font-size: inherit;
|
|
7661
7673
|
flex: 1;
|
|
7662
7674
|
height: var(--textarea-default-height);
|
|
7663
|
-
outline: none;
|
|
7664
7675
|
resize: none;
|
|
7665
7676
|
background-color: transparent;
|
|
7666
7677
|
max-height: 150px;
|
|
7667
7678
|
overflow-y: auto;
|
|
7679
|
+
outline-offset: 2px;
|
|
7668
7680
|
color: var(--input-text-color);
|
|
7669
7681
|
}
|
|
7670
7682
|
|
|
7683
|
+
/* Remove all focus outlines by default */
|
|
7684
|
+
textarea:focus {
|
|
7685
|
+
outline: none;
|
|
7686
|
+
}
|
|
7687
|
+
|
|
7688
|
+
/* Only show focus outline when keyboard-focused class is present */
|
|
7689
|
+
textarea.keyboard-focused {
|
|
7690
|
+
outline: 2px solid var(--focus-color);
|
|
7691
|
+
border-radius: 2px;
|
|
7692
|
+
transition: outline-color 300ms ease;
|
|
7693
|
+
}
|
|
7694
|
+
|
|
7671
7695
|
/* ===== SCROLLBAR STYLES ===== */
|
|
7672
7696
|
[part='scroll-container'] {
|
|
7673
7697
|
scrollbar-width: thin;
|
|
@@ -7786,7 +7810,7 @@ pe([
|
|
|
7786
7810
|
pe([
|
|
7787
7811
|
T()
|
|
7788
7812
|
], ne.prototype, "authenticated");
|
|
7789
|
-
var Te = /* @__PURE__ */ ((n) => (n.Tunnistus = "tunnistus", n.BankId = "bankid", n.Freja = "freja", n))(Te || {}),
|
|
7813
|
+
var Te = /* @__PURE__ */ ((n) => (n.Tunnistus = "tunnistus", n.BankId = "bankid", n.Freja = "freja", n))(Te || {}), z = /* @__PURE__ */ ((n) => (n.Pending = "pending", n.Authenticated = "authenticated", n.Error = "error", n))(z || {});
|
|
7790
7814
|
class Bt {
|
|
7791
7815
|
constructor(e) {
|
|
7792
7816
|
this.orderRef = "", e = {
|
|
@@ -7813,7 +7837,7 @@ class Bt {
|
|
|
7813
7837
|
});
|
|
7814
7838
|
if (!e.ok)
|
|
7815
7839
|
return {
|
|
7816
|
-
status:
|
|
7840
|
+
status: z.Error,
|
|
7817
7841
|
errorMessage: `Auth failed with response: ${e.status} ${e.statusText}`
|
|
7818
7842
|
};
|
|
7819
7843
|
const t = await e.json();
|
|
@@ -7821,12 +7845,12 @@ class Bt {
|
|
|
7821
7845
|
case Te.Tunnistus:
|
|
7822
7846
|
return {
|
|
7823
7847
|
tunnistusURL: t.tunnistusURL,
|
|
7824
|
-
status:
|
|
7848
|
+
status: z.Pending
|
|
7825
7849
|
};
|
|
7826
7850
|
case Te.BankId:
|
|
7827
7851
|
return {
|
|
7828
7852
|
autoStartToken: t.autoStartToken,
|
|
7829
|
-
status:
|
|
7853
|
+
status: z.Pending
|
|
7830
7854
|
};
|
|
7831
7855
|
case Te.Freja:
|
|
7832
7856
|
throw new Error(`${Te.Freja} is not implemented`);
|
|
@@ -7837,7 +7861,7 @@ class Bt {
|
|
|
7837
7861
|
}
|
|
7838
7862
|
} catch (e) {
|
|
7839
7863
|
return {
|
|
7840
|
-
status:
|
|
7864
|
+
status: z.Error,
|
|
7841
7865
|
errorMessage: `Auth failed. Error: ${e}`
|
|
7842
7866
|
};
|
|
7843
7867
|
}
|
|
@@ -7846,10 +7870,10 @@ class Bt {
|
|
|
7846
7870
|
for (let e = 0; e < this.maxRetries; e++) {
|
|
7847
7871
|
await new Promise((i) => setTimeout(i, 1e3));
|
|
7848
7872
|
const t = await this.collectOnce();
|
|
7849
|
-
if (t && t.status !==
|
|
7873
|
+
if (t && t.status !== z.Pending)
|
|
7850
7874
|
return t;
|
|
7851
7875
|
}
|
|
7852
|
-
return { status:
|
|
7876
|
+
return { status: z.Error };
|
|
7853
7877
|
}
|
|
7854
7878
|
async cancel() {
|
|
7855
7879
|
try {
|
|
@@ -7862,12 +7886,12 @@ class Bt {
|
|
|
7862
7886
|
}),
|
|
7863
7887
|
method: "POST"
|
|
7864
7888
|
}), {}) : {
|
|
7865
|
-
status:
|
|
7889
|
+
status: z.Error,
|
|
7866
7890
|
errorMessage: "Missing order reference."
|
|
7867
7891
|
};
|
|
7868
7892
|
} catch (e) {
|
|
7869
7893
|
return {
|
|
7870
|
-
status:
|
|
7894
|
+
status: z.Error,
|
|
7871
7895
|
errorMessage: `Cancel failed. Error: ${e}`
|
|
7872
7896
|
};
|
|
7873
7897
|
}
|
|
@@ -7886,7 +7910,7 @@ class Bt {
|
|
|
7886
7910
|
try {
|
|
7887
7911
|
if (!this.orderRef)
|
|
7888
7912
|
return {
|
|
7889
|
-
status:
|
|
7913
|
+
status: z.Error,
|
|
7890
7914
|
errorMessage: "Missing order reference."
|
|
7891
7915
|
};
|
|
7892
7916
|
const e = await fetch(`${this.url}/collect`, {
|
|
@@ -7900,23 +7924,23 @@ class Bt {
|
|
|
7900
7924
|
});
|
|
7901
7925
|
if (!e.ok)
|
|
7902
7926
|
return {
|
|
7903
|
-
status:
|
|
7927
|
+
status: z.Error,
|
|
7904
7928
|
errorMessage: `Collect failed with response: ${e.status} ${e.statusText}`
|
|
7905
7929
|
};
|
|
7906
7930
|
const t = await e.json();
|
|
7907
|
-
return t.status ===
|
|
7908
|
-
status:
|
|
7931
|
+
return t.status === z.Error ? {
|
|
7932
|
+
status: z.Error,
|
|
7909
7933
|
subStatus: t.subStatus ?? void 0
|
|
7910
7934
|
} : t;
|
|
7911
7935
|
} catch (e) {
|
|
7912
7936
|
return {
|
|
7913
|
-
status:
|
|
7937
|
+
status: z.Error,
|
|
7914
7938
|
errorMessage: `Collect failed. Error: ${e}`
|
|
7915
7939
|
};
|
|
7916
7940
|
}
|
|
7917
7941
|
}
|
|
7918
7942
|
}
|
|
7919
|
-
const Ce = (n) => n.objectType === "info", Id = (n) => n.objectType === "chatEntry", Pd = (n) => n.objectType === "pen", Md = (n) => n.objectType === "chatButtonClicked", Nd = (n) => n.objectType === "endVideoButtonClicked", Ud = (n) => n.type === "queue-status", Dd = (n) => n.type === "established",
|
|
7943
|
+
const Ce = (n) => n.objectType === "info", Id = (n) => n.objectType === "chatEntry", Pd = (n) => n.objectType === "pen", Md = (n) => n.objectType === "chatButtonClicked", Nd = (n) => n.objectType === "endVideoButtonClicked", Ud = (n) => n.type === "queue-status", Dd = (n) => n.type === "established", Hd = (n) => n.type === "pen-status", zd = (n) => n.type === "prepareVideo", Fd = (n) => n.type === "videoPrepared", jd = (n) => n.type === "chatButtonClicked", Bd = (n) => n.type === "endVideoButtonClicked", qd = (n) => n.type === "chat-ended";
|
|
7920
7944
|
var Ze = /* @__PURE__ */ ((n) => (n.Initial = "initial", n.Error = "error", n.Retry = "retry", n))(Ze || {});
|
|
7921
7945
|
class jn extends Error {
|
|
7922
7946
|
constructor(e) {
|
|
@@ -8446,7 +8470,7 @@ let it = (bt = class extends A {
|
|
|
8446
8470
|
</div>`;
|
|
8447
8471
|
}
|
|
8448
8472
|
}, bt.styles = [
|
|
8449
|
-
|
|
8473
|
+
R`
|
|
8450
8474
|
:host {
|
|
8451
8475
|
display: block;
|
|
8452
8476
|
}
|
|
@@ -8620,7 +8644,7 @@ const js = class js extends A {
|
|
|
8620
8644
|
}
|
|
8621
8645
|
};
|
|
8622
8646
|
js.styles = [
|
|
8623
|
-
|
|
8647
|
+
R`
|
|
8624
8648
|
:host {
|
|
8625
8649
|
display: block;
|
|
8626
8650
|
visibility: visible;
|
|
@@ -8787,7 +8811,7 @@ const Bs = class Bs extends A {
|
|
|
8787
8811
|
}
|
|
8788
8812
|
};
|
|
8789
8813
|
Bs.styles = [
|
|
8790
|
-
|
|
8814
|
+
R`
|
|
8791
8815
|
:host {
|
|
8792
8816
|
display: block;
|
|
8793
8817
|
}
|
|
@@ -8944,7 +8968,7 @@ const qs = class qs extends A {
|
|
|
8944
8968
|
}
|
|
8945
8969
|
};
|
|
8946
8970
|
qs.styles = [
|
|
8947
|
-
|
|
8971
|
+
R`
|
|
8948
8972
|
:host {
|
|
8949
8973
|
display: block;
|
|
8950
8974
|
}
|
|
@@ -9039,14 +9063,14 @@ const Vs = class Vs extends A {
|
|
|
9039
9063
|
<div class="link-container">
|
|
9040
9064
|
<a class="primary" target="_blank" href="${this.surveyUrl}">
|
|
9041
9065
|
${this.surveyLinkText}
|
|
9042
|
-
<telia-icon svg=${
|
|
9066
|
+
<telia-icon svg=${Hi.svg} size="sm"></telia-icon>
|
|
9043
9067
|
</a>
|
|
9044
9068
|
</div>
|
|
9045
9069
|
</div>`;
|
|
9046
9070
|
}
|
|
9047
9071
|
};
|
|
9048
9072
|
Vs.styles = [
|
|
9049
|
-
|
|
9073
|
+
R`
|
|
9050
9074
|
:focus {
|
|
9051
9075
|
outline-color: var(--focus-color);
|
|
9052
9076
|
}
|
|
@@ -9128,7 +9152,7 @@ const Ws = class Ws extends A {
|
|
|
9128
9152
|
}
|
|
9129
9153
|
};
|
|
9130
9154
|
Ws.styles = [
|
|
9131
|
-
|
|
9155
|
+
R`
|
|
9132
9156
|
:host {
|
|
9133
9157
|
display: block;
|
|
9134
9158
|
}
|
|
@@ -9282,7 +9306,7 @@ const Gs = class Gs extends A {
|
|
|
9282
9306
|
}
|
|
9283
9307
|
};
|
|
9284
9308
|
Gs.styles = [
|
|
9285
|
-
|
|
9309
|
+
R`
|
|
9286
9310
|
:focus {
|
|
9287
9311
|
outline-color: var(--focus-color);
|
|
9288
9312
|
}
|
|
@@ -9445,7 +9469,7 @@ const Zs = class Zs extends A {
|
|
|
9445
9469
|
}
|
|
9446
9470
|
};
|
|
9447
9471
|
Zs.styles = [
|
|
9448
|
-
|
|
9472
|
+
R`
|
|
9449
9473
|
:host {
|
|
9450
9474
|
display: block;
|
|
9451
9475
|
}
|
|
@@ -9567,7 +9591,7 @@ const Ys = class Ys extends A {
|
|
|
9567
9591
|
"tunnistus-auth.error.link-button",
|
|
9568
9592
|
"Try again"
|
|
9569
9593
|
)}
|
|
9570
|
-
<telia-icon svg=${
|
|
9594
|
+
<telia-icon svg=${Hi.svg} size="sm"></telia-icon>
|
|
9571
9595
|
</a>
|
|
9572
9596
|
</div>
|
|
9573
9597
|
</div>`;
|
|
@@ -9601,7 +9625,7 @@ const Ys = class Ys extends A {
|
|
|
9601
9625
|
"tunnistus-auth.initial.link-button",
|
|
9602
9626
|
"Authenticate with Tunnistus"
|
|
9603
9627
|
)}
|
|
9604
|
-
<telia-icon svg=${
|
|
9628
|
+
<telia-icon svg=${Hi.svg} size="sm"></telia-icon>
|
|
9605
9629
|
</a>
|
|
9606
9630
|
</div>
|
|
9607
9631
|
</div>`;
|
|
@@ -9609,7 +9633,7 @@ const Ys = class Ys extends A {
|
|
|
9609
9633
|
}
|
|
9610
9634
|
};
|
|
9611
9635
|
Ys.styles = [
|
|
9612
|
-
|
|
9636
|
+
R`
|
|
9613
9637
|
:focus {
|
|
9614
9638
|
outline-color: var(--focus-color);
|
|
9615
9639
|
}
|
|
@@ -9716,7 +9740,7 @@ const Xa = "important", lp = " !" + Xa, cp = on(class extends Kn {
|
|
|
9716
9740
|
i.includes("-") || r ? t.setProperty(i, r ? s.slice(0, -11) : s, r ? Xa : "") : t[i] = s;
|
|
9717
9741
|
}
|
|
9718
9742
|
}
|
|
9719
|
-
return
|
|
9743
|
+
return Re;
|
|
9720
9744
|
}
|
|
9721
9745
|
});
|
|
9722
9746
|
var up = Object.defineProperty, hp = (n, e, t, i) => {
|
|
@@ -9764,7 +9788,7 @@ const Qs = class Qs extends A {
|
|
|
9764
9788
|
}
|
|
9765
9789
|
};
|
|
9766
9790
|
Qs.styles = [
|
|
9767
|
-
|
|
9791
|
+
R`
|
|
9768
9792
|
:host {
|
|
9769
9793
|
display: block;
|
|
9770
9794
|
}
|
|
@@ -9859,19 +9883,19 @@ class As extends wc {
|
|
|
9859
9883
|
this.printSystem(r.text);
|
|
9860
9884
|
break;
|
|
9861
9885
|
}
|
|
9862
|
-
}), this.engine.actions().pipe(
|
|
9863
|
-
|
|
9886
|
+
}), this.engine.actions().pipe(H(this.disconnected$), W(Ud)).subscribe(this.onQueueStatusReceived), this.engine.actions().pipe(H(this.disconnected$), W(Dd)).subscribe(this.onEstablished), this.engine.actions().pipe(H(this.disconnected$), W(zd)).subscribe(this.onPrepareVideo), this.engine.actions().pipe(H(this.disconnected$), W(Fd)).subscribe(this.onVideoPrepared), this.engine.actions().pipe(H(this.disconnected$), W(jd)).subscribe(this.onChatButtonClicked), this.engine.actions().pipe(
|
|
9887
|
+
H(this.disconnected$),
|
|
9864
9888
|
W(Bd)
|
|
9865
|
-
).subscribe(this.onEndVideoButtonClicked), this.engine.actions().pipe(
|
|
9889
|
+
).subscribe(this.onEndVideoButtonClicked), this.engine.actions().pipe(H(this.disconnected$), W(Hd)).subscribe(this.onPenStatusChange), this.engine.actions().pipe(H(this.disconnected$), W(qd)).subscribe(this.onChatEnded), this.setHeaderOption();
|
|
9866
9890
|
const s = this.component.application.trigger;
|
|
9867
|
-
s && s.widgetActive$.pipe(
|
|
9891
|
+
s && s.widgetActive$.pipe(H(s.componentIsDestroyed$)).subscribe((r) => {
|
|
9868
9892
|
r && (this.conversationOption = null, this.setHeaderOption());
|
|
9869
|
-
}), this.component.userTyping$.pipe(
|
|
9893
|
+
}), this.component.userTyping$.pipe(H(this.disconnected$)).subscribe((r) => {
|
|
9870
9894
|
var o;
|
|
9871
9895
|
(o = this.engine) == null || o.sendPenStatusOn(r);
|
|
9872
9896
|
}), i ? this.engine.rehydrate().then((r) => {
|
|
9873
9897
|
var o;
|
|
9874
|
-
r ? (o = this.engine) == null || o.reconnect().pipe(
|
|
9898
|
+
r ? (o = this.engine) == null || o.reconnect().pipe(H(this.disconnected$)).subscribe({
|
|
9875
9899
|
error: (a) => {
|
|
9876
9900
|
console.error("Failed to reconnect to the engine:", a);
|
|
9877
9901
|
}
|
|
@@ -9933,7 +9957,7 @@ class As extends wc {
|
|
|
9933
9957
|
var e;
|
|
9934
9958
|
this.shouldUseAuth && this.headerComponent && this.headerComponent.actions$ && ((e = this.headerComponent) == null || e.actions$.pipe(
|
|
9935
9959
|
W((t) => t.key === "start-auth"),
|
|
9936
|
-
|
|
9960
|
+
H(this.disconnected$)
|
|
9937
9961
|
).subscribe((t) => {
|
|
9938
9962
|
t.key === "start-auth" && this.handleAuthentication();
|
|
9939
9963
|
}));
|
|
@@ -9980,7 +10004,7 @@ class As extends wc {
|
|
|
9980
10004
|
}
|
|
9981
10005
|
async getAuthResult() {
|
|
9982
10006
|
const e = await this.idHubClient.auth();
|
|
9983
|
-
if (e.status ===
|
|
10007
|
+
if (e.status === z.Error) {
|
|
9984
10008
|
this.printSystem(
|
|
9985
10009
|
this.texts.getOrFallback(
|
|
9986
10010
|
"auth.setup.error-message",
|
|
@@ -10019,14 +10043,14 @@ class As extends wc {
|
|
|
10019
10043
|
this.isThirdPartyParticipant ? (this.component.application.root.style.visibility = "visible", this.engine.chatJoin({
|
|
10020
10044
|
invitationUid: this.invitationUid,
|
|
10021
10045
|
customerName: this.customerName ?? e.customerName
|
|
10022
|
-
}).pipe(
|
|
10046
|
+
}).pipe(H(this.disconnected$)).subscribe()) : this.engine.chatRequest({
|
|
10023
10047
|
customerName: e.customerName,
|
|
10024
10048
|
customerEmailAddress: e.customerEmailAddress ?? "",
|
|
10025
10049
|
visitorQuestion: e.visitorQuestion ?? "",
|
|
10026
10050
|
customData: e.customData,
|
|
10027
10051
|
errand: i,
|
|
10028
10052
|
...t && { authToken: t }
|
|
10029
|
-
}).pipe(
|
|
10053
|
+
}).pipe(H(this.disconnected$)).subscribe(), this.component.enableInput(), this.component.enableSkipToLatestMessage(), this.setEndConversationOption();
|
|
10030
10054
|
}
|
|
10031
10055
|
restartNewChat() {
|
|
10032
10056
|
this.engine && (this.setSessionId(null), this.component.clearMessages(), this.removeHeaderOptions(), this.connect(this._conversationOptions));
|
|
@@ -10096,7 +10120,7 @@ class As extends wc {
|
|
|
10096
10120
|
const e = await this.idHubClient.collect();
|
|
10097
10121
|
switch (this.authenticationCardEntry && this.authenticationCardEntry.remove(), this.idHubEidType) {
|
|
10098
10122
|
case Te.Tunnistus:
|
|
10099
|
-
if (e.status ===
|
|
10123
|
+
if (e.status === z.Error) {
|
|
10100
10124
|
if (this.authResult = await this.getAuthResult(), !this.authResult) return;
|
|
10101
10125
|
this.headerComponent.userName = this.texts.getOrFallback(
|
|
10102
10126
|
"widget-header.not-authenticated",
|
|
@@ -10111,7 +10135,7 @@ class As extends wc {
|
|
|
10111
10135
|
this.startAuthenticationFlow(!0);
|
|
10112
10136
|
});
|
|
10113
10137
|
return;
|
|
10114
|
-
} else if (e.status ===
|
|
10138
|
+
} else if (e.status === z.Authenticated) {
|
|
10115
10139
|
const o = Wd(
|
|
10116
10140
|
((t = e == null ? void 0 : e.idhubEIDToken) == null ? void 0 : t.split(".")[1]) ?? ""
|
|
10117
10141
|
), a = JSON.parse(o), c = ((s = (i = a == null ? void 0 : a.completionData) == null ? void 0 : i.user) == null ? void 0 : s.name) ?? "";
|