@florid-kit/components 2.6.2 → 2.6.4
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/assets/icons/icons.d.ts +2 -0
- package/components/icon-button.d.ts +1 -0
- package/index.js +119 -85
- package/index.mjs +459 -420
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright 2019 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
5
|
*/
|
|
6
|
-
const
|
|
6
|
+
const c2 = globalThis, _2 = c2.ShadowRoot && (c2.ShadyCSS === void 0 || c2.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Z2 = Symbol(), q2 = /* @__PURE__ */ new WeakMap();
|
|
7
7
|
let r0 = class {
|
|
8
8
|
constructor(t, o, n) {
|
|
9
9
|
if (this._$cssResult$ = !0, n !== Z2) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
@@ -32,7 +32,7 @@ const v0 = (e) => new r0(typeof e == "string" ? e : e + "", void 0, Z2), u = (e,
|
|
|
32
32
|
}, b0 = (e, t) => {
|
|
33
33
|
if (_2) e.adoptedStyleSheets = t.map((o) => o instanceof CSSStyleSheet ? o : o.styleSheet);
|
|
34
34
|
else for (const o of t) {
|
|
35
|
-
const n = document.createElement("style"), i =
|
|
35
|
+
const n = document.createElement("style"), i = c2.litNonce;
|
|
36
36
|
i !== void 0 && n.setAttribute("nonce", i), n.textContent = o.cssText, e.appendChild(n);
|
|
37
37
|
}
|
|
38
38
|
}, U2 = _2 ? (e) => e : (e) => e instanceof CSSStyleSheet ? ((t) => {
|
|
@@ -45,10 +45,10 @@ const v0 = (e) => new r0(typeof e == "string" ? e : e + "", void 0, Z2), u = (e,
|
|
|
45
45
|
* Copyright 2017 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
47
|
*/
|
|
48
|
-
const { is: w0, defineProperty: m0, getOwnPropertyDescriptor: y0, getOwnPropertyNames: x0, getOwnPropertySymbols: L0, getPrototypeOf: $0 } = Object, L1 = globalThis, N2 = L1.trustedTypes,
|
|
48
|
+
const { is: w0, defineProperty: m0, getOwnPropertyDescriptor: y0, getOwnPropertyNames: x0, getOwnPropertySymbols: L0, getPrototypeOf: $0 } = Object, L1 = globalThis, N2 = L1.trustedTypes, B0 = N2 ? N2.emptyScript : "", y2 = L1.reactiveElementPolyfillSupport, G1 = (e, t) => e, h2 = { toAttribute(e, t) {
|
|
49
49
|
switch (t) {
|
|
50
50
|
case Boolean:
|
|
51
|
-
e = e ?
|
|
51
|
+
e = e ? B0 : null;
|
|
52
52
|
break;
|
|
53
53
|
case Object:
|
|
54
54
|
case Array:
|
|
@@ -73,7 +73,7 @@ const { is: w0, defineProperty: m0, getOwnPropertyDescriptor: y0, getOwnProperty
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
return o;
|
|
76
|
-
} }, S2 = (e, t) => !w0(e, t), K2 = { attribute: !0, type: String, converter:
|
|
76
|
+
} }, S2 = (e, t) => !w0(e, t), K2 = { attribute: !0, type: String, converter: h2, reflect: !1, useDefault: !1, hasChanged: S2 };
|
|
77
77
|
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), L1.litPropertyMetadata ?? (L1.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
78
78
|
let I1 = class extends HTMLElement {
|
|
79
79
|
static addInitializer(t) {
|
|
@@ -184,7 +184,7 @@ let I1 = class extends HTMLElement {
|
|
|
184
184
|
var r;
|
|
185
185
|
const n = this.constructor.elementProperties.get(t), i = this.constructor._$Eu(t, n);
|
|
186
186
|
if (i !== void 0 && n.reflect === !0) {
|
|
187
|
-
const l = (((r = n.converter) == null ? void 0 : r.toAttribute) !== void 0 ? n.converter :
|
|
187
|
+
const l = (((r = n.converter) == null ? void 0 : r.toAttribute) !== void 0 ? n.converter : h2).toAttribute(o, n.type);
|
|
188
188
|
this._$Em = t, l == null ? this.removeAttribute(i) : this.setAttribute(i, l), this._$Em = null;
|
|
189
189
|
}
|
|
190
190
|
}
|
|
@@ -192,7 +192,7 @@ let I1 = class extends HTMLElement {
|
|
|
192
192
|
var r, l;
|
|
193
193
|
const n = this.constructor, i = n._$Eh.get(t);
|
|
194
194
|
if (i !== void 0 && this._$Em !== i) {
|
|
195
|
-
const c = n.getPropertyOptions(i), d = typeof c.converter == "function" ? { fromAttribute: c.converter } : ((r = c.converter) == null ? void 0 : r.fromAttribute) !== void 0 ? c.converter :
|
|
195
|
+
const c = n.getPropertyOptions(i), d = typeof c.converter == "function" ? { fromAttribute: c.converter } : ((r = c.converter) == null ? void 0 : r.fromAttribute) !== void 0 ? c.converter : h2;
|
|
196
196
|
this._$Em = i, this[i] = d.fromAttribute(o, c.type) ?? ((l = this._$Ej) == null ? void 0 : l.get(i)) ?? null, this._$Em = null;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
@@ -282,9 +282,9 @@ I1.elementStyles = [], I1.shadowRootOptions = { mode: "open" }, I1[G1("elementPr
|
|
|
282
282
|
* Copyright 2017 Google LLC
|
|
283
283
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
284
284
|
*/
|
|
285
|
-
const Q1 = globalThis,
|
|
285
|
+
const Q1 = globalThis, d2 = Q1.trustedTypes, W2 = d2 ? d2.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, s0 = "$lit$", x1 = `lit$${Math.random().toFixed(9).slice(2)}$`, l0 = "?" + x1, H0 = `<${l0}>`, _1 = document, Y1 = () => _1.createComment(""), J1 = (e) => e === null || typeof e != "object" && typeof e != "function", F2 = Array.isArray, V0 = (e) => F2(e) || typeof (e == null ? void 0 : e[Symbol.iterator]) == "function", x2 = `[
|
|
286
286
|
\f\r]`, W1 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, G2 = /-->/g, Q2 = />/g, E1 = RegExp(`>|${x2}(?:([^\\s"'>=/]+)(${x2}*=${x2}*(?:[^
|
|
287
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), X2 = /'/g, Y2 = /"/g, a0 = /^(?:script|style|textarea|title)$/i, E0 = (e) => (t, ...o) => ({ _$litType$: e, strings: t, values: o }), a = E0(1),
|
|
287
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), X2 = /'/g, Y2 = /"/g, a0 = /^(?:script|style|textarea|title)$/i, E0 = (e) => (t, ...o) => ({ _$litType$: e, strings: t, values: o }), a = E0(1), G = Symbol.for("lit-noChange"), h = Symbol.for("lit-nothing"), J2 = /* @__PURE__ */ new WeakMap(), M1 = _1.createTreeWalker(_1, 129);
|
|
288
288
|
function c0(e, t) {
|
|
289
289
|
if (!F2(e) || !e.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
290
290
|
return W2 !== void 0 ? W2.createHTML(t) : t;
|
|
@@ -294,10 +294,10 @@ const M0 = (e, t) => {
|
|
|
294
294
|
let i, r = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", l = W1;
|
|
295
295
|
for (let c = 0; c < o; c++) {
|
|
296
296
|
const d = e[c];
|
|
297
|
-
let v, b, p = -1,
|
|
298
|
-
for (;
|
|
297
|
+
let v, b, p = -1, B = 0;
|
|
298
|
+
for (; B < d.length && (l.lastIndex = B, b = l.exec(d), b !== null); ) B = l.lastIndex, l === W1 ? b[1] === "!--" ? l = G2 : b[1] !== void 0 ? l = Q2 : b[2] !== void 0 ? (a0.test(b[2]) && (i = RegExp("</" + b[2], "g")), l = E1) : b[3] !== void 0 && (l = E1) : l === E1 ? b[0] === ">" ? (l = i ?? W1, p = -1) : b[1] === void 0 ? p = -2 : (p = l.lastIndex - b[2].length, v = b[1], l = b[3] === void 0 ? E1 : b[3] === '"' ? Y2 : X2) : l === Y2 || l === X2 ? l = E1 : l === G2 || l === Q2 ? l = W1 : (l = E1, i = void 0);
|
|
299
299
|
const Z = l === E1 && e[c + 1].startsWith("/>") ? " " : "";
|
|
300
|
-
r += l === W1 ? d +
|
|
300
|
+
r += l === W1 ? d + H0 : p >= 0 ? (n.push(v), d.slice(0, p) + s0 + d.slice(p) + x1 + Z) : d + x1 + (p === -2 ? c : Z);
|
|
301
301
|
}
|
|
302
302
|
return [c0(e, r + (e[o] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), n];
|
|
303
303
|
};
|
|
@@ -314,15 +314,15 @@ class t2 {
|
|
|
314
314
|
for (; (i = M1.nextNode()) !== null && d.length < c; ) {
|
|
315
315
|
if (i.nodeType === 1) {
|
|
316
316
|
if (i.hasAttributes()) for (const p of i.getAttributeNames()) if (p.endsWith(s0)) {
|
|
317
|
-
const
|
|
318
|
-
d.push({ type: 1, index: r, name:
|
|
317
|
+
const B = b[l++], Z = i.getAttribute(p).split(x1), K = /([.?@])?(.*)/.exec(B);
|
|
318
|
+
d.push({ type: 1, index: r, name: K[2], strings: Z, ctor: K[1] === "." ? _0 : K[1] === "?" ? Z0 : K[1] === "@" ? S0 : C2 }), i.removeAttribute(p);
|
|
319
319
|
} else p.startsWith(x1) && (d.push({ type: 6, index: r }), i.removeAttribute(p));
|
|
320
320
|
if (a0.test(i.tagName)) {
|
|
321
|
-
const p = i.textContent.split(x1),
|
|
322
|
-
if (
|
|
323
|
-
i.textContent =
|
|
324
|
-
for (let Z = 0; Z <
|
|
325
|
-
i.append(p[
|
|
321
|
+
const p = i.textContent.split(x1), B = p.length - 1;
|
|
322
|
+
if (B > 0) {
|
|
323
|
+
i.textContent = d2 ? d2.emptyScript : "";
|
|
324
|
+
for (let Z = 0; Z < B; Z++) i.append(p[Z], Y1()), M1.nextNode(), d.push({ type: 2, index: ++r });
|
|
325
|
+
i.append(p[B], Y1());
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
} else if (i.nodeType === 8) if (i.data === l0) d.push({ type: 2, index: r });
|
|
@@ -340,7 +340,7 @@ class t2 {
|
|
|
340
340
|
}
|
|
341
341
|
function z1(e, t, o = e, n) {
|
|
342
342
|
var l, c;
|
|
343
|
-
if (t ===
|
|
343
|
+
if (t === G) return t;
|
|
344
344
|
let i = n !== void 0 ? (l = o._$Co) == null ? void 0 : l[n] : o._$Cl;
|
|
345
345
|
const r = J1(t) ? void 0 : t._$litDirective$;
|
|
346
346
|
return (i == null ? void 0 : i.constructor) !== r && ((c = i == null ? void 0 : i._$AO) == null || c.call(i, !1), r === void 0 ? i = void 0 : (i = new r(e), i._$AT(e, o, n)), n !== void 0 ? (o._$Co ?? (o._$Co = []))[n] = i : o._$Cl = i), i !== void 0 && (t = z1(e, i._$AS(e, t.values), i, n)), t;
|
|
@@ -393,7 +393,7 @@ class s2 {
|
|
|
393
393
|
return this._$AB;
|
|
394
394
|
}
|
|
395
395
|
_$AI(t, o = this) {
|
|
396
|
-
t = z1(this, t, o), J1(t) ? t === h || t == null || t === "" ? (this._$AH !== h && this._$AR(), this._$AH = h) : t !== this._$AH && t !==
|
|
396
|
+
t = z1(this, t, o), J1(t) ? t === h || t == null || t === "" ? (this._$AH !== h && this._$AR(), this._$AH = h) : t !== this._$AH && t !== G && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : V0(t) ? this.k(t) : this._(t);
|
|
397
397
|
}
|
|
398
398
|
O(t) {
|
|
399
399
|
return this._$AA.parentNode.insertBefore(t, this._$AB);
|
|
@@ -436,7 +436,7 @@ class s2 {
|
|
|
436
436
|
this._$AM === void 0 && (this._$Cv = t, (o = this._$AP) == null || o.call(this, t));
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
|
-
class
|
|
439
|
+
class C2 {
|
|
440
440
|
get tagName() {
|
|
441
441
|
return this.element.tagName;
|
|
442
442
|
}
|
|
@@ -449,11 +449,11 @@ class u2 {
|
|
|
449
449
|
_$AI(t, o = this, n, i) {
|
|
450
450
|
const r = this.strings;
|
|
451
451
|
let l = !1;
|
|
452
|
-
if (r === void 0) t = z1(this, t, o, 0), l = !J1(t) || t !== this._$AH && t !==
|
|
452
|
+
if (r === void 0) t = z1(this, t, o, 0), l = !J1(t) || t !== this._$AH && t !== G, l && (this._$AH = t);
|
|
453
453
|
else {
|
|
454
454
|
const c = t;
|
|
455
455
|
let d, v;
|
|
456
|
-
for (t = r[0], d = 0; d < r.length - 1; d++) v = z1(this, c[n + d], o, d), v ===
|
|
456
|
+
for (t = r[0], d = 0; d < r.length - 1; d++) v = z1(this, c[n + d], o, d), v === G && (v = this._$AH[d]), l || (l = !J1(v) || v !== this._$AH[d]), v === h ? t = h : t !== h && (t += (v ?? "") + r[d + 1]), this._$AH[d] = v;
|
|
457
457
|
}
|
|
458
458
|
l && !i && this.j(t);
|
|
459
459
|
}
|
|
@@ -461,7 +461,7 @@ class u2 {
|
|
|
461
461
|
t === h ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
|
-
class _0 extends
|
|
464
|
+
class _0 extends C2 {
|
|
465
465
|
constructor() {
|
|
466
466
|
super(...arguments), this.type = 3;
|
|
467
467
|
}
|
|
@@ -469,7 +469,7 @@ class _0 extends u2 {
|
|
|
469
469
|
this.element[this.name] = t === h ? void 0 : t;
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
|
-
class Z0 extends
|
|
472
|
+
class Z0 extends C2 {
|
|
473
473
|
constructor() {
|
|
474
474
|
super(...arguments), this.type = 4;
|
|
475
475
|
}
|
|
@@ -477,12 +477,12 @@ class Z0 extends u2 {
|
|
|
477
477
|
this.element.toggleAttribute(this.name, !!t && t !== h);
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
class S0 extends
|
|
480
|
+
class S0 extends C2 {
|
|
481
481
|
constructor(t, o, n, i, r) {
|
|
482
482
|
super(t, o, n, i, r), this.type = 5;
|
|
483
483
|
}
|
|
484
484
|
_$AI(t, o = this) {
|
|
485
|
-
if ((t = z1(this, t, o, 0) ?? h) ===
|
|
485
|
+
if ((t = z1(this, t, o, 0) ?? h) === G) return;
|
|
486
486
|
const n = this._$AH, i = t === h && n !== h || t.capture !== n.capture || t.once !== n.once || t.passive !== n.passive, r = t !== h && (n === h || i);
|
|
487
487
|
i && this.element.removeEventListener(this.name, this, n), r && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
|
488
488
|
}
|
|
@@ -541,7 +541,7 @@ let C = class extends I1 {
|
|
|
541
541
|
super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1);
|
|
542
542
|
}
|
|
543
543
|
render() {
|
|
544
|
-
return
|
|
544
|
+
return G;
|
|
545
545
|
}
|
|
546
546
|
};
|
|
547
547
|
var n0;
|
|
@@ -564,7 +564,7 @@ const f = (e) => (t, o) => {
|
|
|
564
564
|
* Copyright 2017 Google LLC
|
|
565
565
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
566
566
|
*/
|
|
567
|
-
const A0 = { attribute: !0, type: String, converter:
|
|
567
|
+
const A0 = { attribute: !0, type: String, converter: h2, reflect: !1, hasChanged: S2 }, P0 = (e = A0, t, o) => {
|
|
568
568
|
const { kind: n, metadata: i } = o;
|
|
569
569
|
let r = globalThis.litPropertyMetadata.get(i);
|
|
570
570
|
if (r === void 0 && globalThis.litPropertyMetadata.set(i, r = /* @__PURE__ */ new Map()), n === "setter" && ((e = Object.create(e)).wrapped = !0), r.set(o.name, e), n === "accessor") {
|
|
@@ -657,12 +657,12 @@ const O2 = u`
|
|
|
657
657
|
* Copyright 2023 Google LLC
|
|
658
658
|
* SPDX-License-Identifier: Apache-2.0
|
|
659
659
|
*/
|
|
660
|
-
const Z1 = Symbol("internals"),
|
|
660
|
+
const Z1 = Symbol("internals"), B2 = Symbol("privateInternals");
|
|
661
661
|
function l2(e) {
|
|
662
662
|
var t;
|
|
663
663
|
class o extends e {
|
|
664
664
|
get [(t = Z1, t)]() {
|
|
665
|
-
return this[
|
|
665
|
+
return this[B2] || (this[B2] = this.attachInternals()), this[B2];
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
668
|
return o;
|
|
@@ -692,11 +692,11 @@ function q0() {
|
|
|
692
692
|
try {
|
|
693
693
|
c = new PerformanceObserver((b) => {
|
|
694
694
|
b.getEntries().forEach((p) => {
|
|
695
|
-
const
|
|
696
|
-
|
|
695
|
+
const B = p;
|
|
696
|
+
B.hadRecentInput || (B.sources ?? []).forEach((Z) => {
|
|
697
697
|
var V1, N1;
|
|
698
|
-
const
|
|
699
|
-
|
|
698
|
+
const K = (N1 = (V1 = Z.node) == null ? void 0 : V1.nodeName) == null ? void 0 : N1.toLowerCase();
|
|
699
|
+
K != null && K.startsWith("o-") && l.set(K, (l.get(K) ?? 0) + B.value);
|
|
700
700
|
});
|
|
701
701
|
});
|
|
702
702
|
}), c.observe({ type: "layout-shift", buffered: !0 });
|
|
@@ -704,17 +704,17 @@ function q0() {
|
|
|
704
704
|
}
|
|
705
705
|
const d = () => {
|
|
706
706
|
if (o || (o = !0, v.disconnect(), r == null || r.disconnect(), c == null || c.disconnect(), clearTimeout(n), e.size === 0)) return;
|
|
707
|
-
const b = [...e.entries()], p = b.filter(([S]) => S.includes(":init")),
|
|
707
|
+
const b = [...e.entries()], p = b.filter(([S]) => S.includes(":init")), B = b.filter(([S]) => S.includes(":to-paint")), Z = p.reduce((S, [, V]) => S + V.count, 0), K = B.length > 0 ? B : p, V1 = Math.max(...K.map(([, S]) => S.max));
|
|
708
708
|
console.group(
|
|
709
709
|
`%c⚡ Web Components Performance%c — ${location.pathname}`,
|
|
710
710
|
"font-weight:bold;color:#b45309",
|
|
711
711
|
"font-weight:normal;color:inherit"
|
|
712
712
|
);
|
|
713
|
-
const N1 = ([S, { count: V, total:
|
|
714
|
-
const P1 =
|
|
713
|
+
const N1 = ([S, { count: V, total: W, min: T, max: y1 }]) => {
|
|
714
|
+
const P1 = W / V;
|
|
715
715
|
return [S, { instances: V, avg: `${P1.toFixed(2)}ms`, min: `${T.toFixed(2)}ms`, max: `${y1.toFixed(2)}ms`, verdict: R0(P1) }];
|
|
716
716
|
};
|
|
717
|
-
if (p.length > 0 && (console.groupCollapsed("JS (Lit render)"), console.table(Object.fromEntries(p.map(N1))), console.groupEnd()),
|
|
717
|
+
if (p.length > 0 && (console.groupCollapsed("JS (Lit render)"), console.table(Object.fromEntries(p.map(N1))), console.groupEnd()), B.length > 0)
|
|
718
718
|
if (Z > 1)
|
|
719
719
|
console.groupCollapsed(
|
|
720
720
|
`🎨 To first paint: ~${V1.toFixed(0)}ms — time until the browser painted all ${Z} components (expand for details)`
|
|
@@ -734,17 +734,17 @@ How to investigate per-component CSS/layout cost:
|
|
|
734
734
|
individual CSS recalc + layout + paint overhead.`
|
|
735
735
|
), console.groupEnd();
|
|
736
736
|
else {
|
|
737
|
-
console.groupCollapsed("To first paint (JS + CSS layout)"), console.table(Object.fromEntries(
|
|
738
|
-
const S = p.flatMap(([V,
|
|
737
|
+
console.groupCollapsed("To first paint (JS + CSS layout)"), console.table(Object.fromEntries(B.map(N1))), console.groupEnd();
|
|
738
|
+
const S = p.flatMap(([V, W]) => {
|
|
739
739
|
const T = e.get(V.replace(":init", ":to-paint"));
|
|
740
740
|
if (!T) return [];
|
|
741
|
-
const y1 = T.total / T.count -
|
|
741
|
+
const y1 = T.total / T.count - W.total / W.count, P1 = y1 < 1 ? "✓ light" : y1 < 5 ? "~ moderate" : "⚠ heavy";
|
|
742
742
|
return [[V.replace(/:init.*/, ""), { "CSS/layout overhead": `+${y1.toFixed(2)}ms`, verdict: P1 }]];
|
|
743
743
|
});
|
|
744
744
|
S.length > 0 && (console.groupCollapsed("📐 CSS/layout cost (to-paint − init)"), console.table(Object.fromEntries(S)), console.groupEnd());
|
|
745
745
|
}
|
|
746
746
|
if (i.length > 0) {
|
|
747
|
-
const S = i.reduce((V,
|
|
747
|
+
const S = i.reduce((V, W) => V + W.duration, 0);
|
|
748
748
|
console.groupCollapsed(
|
|
749
749
|
`%c🔴 Long tasks: ${i.length} task${i.length > 1 ? "s" : ""} blocked the main thread for ${S.toFixed(0)}ms total%c — user perceives freeze / delayed interactions`,
|
|
750
750
|
"font-weight:bold;color:#dc2626",
|
|
@@ -757,9 +757,9 @@ Fix: split heavy work with scheduler.yield() or setTimeout(..., 0).
|
|
|
757
757
|
⚠ The browser does not expose which function caused the long task.
|
|
758
758
|
'likely components' below are components whose :init overlapped the task window.
|
|
759
759
|
For a precise stack trace, record a profile in DevTools → Performance tab.`
|
|
760
|
-
), i.forEach((V,
|
|
760
|
+
), i.forEach((V, W) => {
|
|
761
761
|
const T = V.start + V.duration, y1 = t.filter((K1) => K1.name.endsWith(":init") && K1.start < T && K1.end > V.start).map((K1) => K1.name.replace(":init", "")), P1 = y1.length > 0 ? [...new Set(y1)].join(", ") : "none identified — task may be from framework or third-party code";
|
|
762
|
-
console.table({ [`task ${
|
|
762
|
+
console.table({ [`task ${W + 1}`]: {
|
|
763
763
|
"start (ms)": V.start.toFixed(0),
|
|
764
764
|
"duration (ms)": V.duration.toFixed(0),
|
|
765
765
|
verdict: V.duration > 200 ? "✗ severe" : V.duration > 100 ? "⚠ high" : "~ noticeable",
|
|
@@ -768,7 +768,7 @@ Fix: split heavy work with scheduler.yield() or setTimeout(..., 0).
|
|
|
768
768
|
}), console.groupEnd();
|
|
769
769
|
}
|
|
770
770
|
if (l.size > 0) {
|
|
771
|
-
const S = [...l.values()].reduce((
|
|
771
|
+
const S = [...l.values()].reduce((W, T) => W + T, 0), V = S < 0.1 ? "✓ good" : S < 0.25 ? "⚠ needs improvement" : "✗ poor";
|
|
772
772
|
console.groupCollapsed(
|
|
773
773
|
`%c📐 Layout shifts from components — total CLS: ${S.toFixed(4)} ${V}%c`,
|
|
774
774
|
"font-weight:bold",
|
|
@@ -781,8 +781,8 @@ Only light-DOM shifts are detected here. Shifts inside shadow DOM are not visibl
|
|
|
781
781
|
to the LayoutShift API. If a component shifts but is not listed, check its host
|
|
782
782
|
element size change on mount (min-height, aspect-ratio, or skeleton placeholder).`
|
|
783
783
|
), console.table(Object.fromEntries(
|
|
784
|
-
[...l.entries()].map(([
|
|
785
|
-
|
|
784
|
+
[...l.entries()].map(([W, T]) => [
|
|
785
|
+
W,
|
|
786
786
|
{
|
|
787
787
|
"CLS contribution": T.toFixed(4),
|
|
788
788
|
verdict: T < 0.01 ? "✓ ok" : T < 0.1 ? "⚠ noticeable" : "✗ poor"
|
|
@@ -802,8 +802,8 @@ element size change on mount (min-height, aspect-ratio, or skeleton placeholder)
|
|
|
802
802
|
}, v = new PerformanceObserver((b) => {
|
|
803
803
|
b.getEntries().filter((p) => p.name.endsWith(":init") || p.name.endsWith(":to-paint")).forEach((p) => {
|
|
804
804
|
var Z;
|
|
805
|
-
const
|
|
806
|
-
T0(e, j0(p.name,
|
|
805
|
+
const B = (Z = p.detail) == null ? void 0 : Z.parent;
|
|
806
|
+
T0(e, j0(p.name, B), p.duration), t.push({ name: p.name, start: p.startTime, end: p.startTime + p.duration });
|
|
807
807
|
}), clearTimeout(n), n = setTimeout(d, 500);
|
|
808
808
|
});
|
|
809
809
|
setTimeout(d, 5e3), v.observe({ type: "measure", buffered: !0 });
|
|
@@ -1011,11 +1011,11 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1011
1011
|
<path d="M5.3591 5.46338V9.74767H10.6497V5.46338L7.99938 3.08655L5.3591 5.46338ZM9.48953 6.00266V8.55925H6.51922V6.00266L7.99938 4.66445L9.48953 6.00266Z" fill="#3F2B2E"/>
|
|
1012
1012
|
<path d="M14 6.16245C13.94 5.20373 13.68 4.26498 13.2399 3.43609L13.1399 3.25632C12.1498 1.60852 10.0896 0.5 7.99938 0.5C5.80915 0.509987 3.69893 1.67843 2.75883 3.43609C2.05876 4.7743 1.82873 6.41212 2.12877 8.05992C2.97885 12.9334 7.55933 15.2703 7.74935 15.3702L7.99938 15.5L8.2494 15.3702C8.2494 15.3702 8.59944 15.1904 9.13949 14.8409C10.5296 13.9121 13.8 11.2756 13.99 6.91145V6.17244L14 6.16245ZM8.50943 13.8422C8.30941 13.982 8.12939 14.0819 7.99938 14.1618C7.06928 13.6225 3.89895 11.5153 3.26888 7.8502C3.02886 6.48202 3.20888 5.08389 3.77894 4.00533C4.50901 2.64714 6.24919 1.6984 8.00938 1.6984C9.76956 1.6984 11.3797 2.57723 12.1498 3.86551L12.2298 4.01531C12.5799 4.68442 12.7999 5.4534 12.8399 6.2024V6.8715C12.6799 10.5266 10.0596 12.8036 8.50943 13.8322V13.8422Z" fill="#3F2B2E"/>
|
|
1013
1013
|
</svg>
|
|
1014
|
-
`,
|
|
1014
|
+
`, B3 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1015
1015
|
<path d="M8 8.15V14.46H16.02V8.15L12 4.67L8 8.15ZM14.75 8.72V13.22H9.26V8.72L12 6.34L14.75 8.72Z" fill="#3F2B2E"/>
|
|
1016
1016
|
<path d="M21.5 9.14C21.41 7.67 21 6.23 20.3 4.97L20.15 4.7C18.59 2.19 15.32 0.5 12 0.5C8.52 0.5 5.19 2.29 3.7 4.95C2.58 7 2.23 9.52 2.7 12.05C4.06 19.6 11.41 23.22 11.72 23.37L12 23.5L12.28 23.37C12.28 23.37 12.86 23.09 13.7 22.55C15.94 21.11 21.19 17.02 21.5 10.28V9.14ZM13.01 21.5C12.58 21.78 12.23 21.98 12 22.1C10.68 21.38 5.04 17.96 3.95 11.83C3.53 9.61 3.85 7.32 4.81 5.55C6.06 3.31 9.02 1.75 12 1.75C14.98 1.75 17.73 3.2 19.05 5.33L19.19 5.57C19.79 6.66 20.15 7.92 20.23 9.17V10.25C19.96 16.16 15.59 19.83 13.01 21.5Z" fill="#3F2B2E"/>
|
|
1017
1017
|
</svg>
|
|
1018
|
-
`,
|
|
1018
|
+
`, H3 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1019
1019
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.46 0.84L11.5 0.59L11.01 0.5L10.97 0.75C10.85 1.43 10.88 2.4 10.92 3.05L10.08 2.21C8.98 1.14 7.53 0.55 6 0.55C2.98 0.55 0.52 3.01 0.52 6.03H1.02C1.02 3.28 3.25 1.05 5.99 1.05C7.39 1.05 8.72 1.6 9.72 2.57L10.55 3.4C10 3.37 9.18 3.35 8.28 3.46L8.03 3.49L8.09 3.98L8.34 3.95C9.84 3.77 11.16 3.95 11.18 3.95L11.49 3.99L11.46 3.67C11.46 3.67 11.28 1.85 11.46 0.83V0.84Z" fill="#432A2E"/>
|
|
1020
1020
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.99 11.01C4.59 11.01 3.26 10.46 2.26 9.49L1.41 8.64C1.99 8.67 2.85 8.68 3.69 8.6L3.64 8.1C2.29 8.23 0.8 8.1 0.79 8.1L0.5 8.07L0.52 8.36C0.52 8.36 0.63 9.76 0.52 11.23L1.02 11.27C1.09 10.38 1.08 9.54 1.06 8.98L1.91 9.84C3.01 10.91 4.46 11.5 5.99 11.5C9.01 11.5 11.46 9.04 11.46 6.02H10.96C10.96 8.77 8.73 11 5.99 11V11.01Z" fill="#432A2E"/>
|
|
1021
1021
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.93 3.82V3.9C4.84 5.87 4.65 8.95 4.51 9.38V9.77H7.25L7.5 9.72V9.46L7.48 9.37C7.34 8.98 7.15 5.81 7.06 3.9V3.82L6.68 3.33H5.29L4.93 3.82ZM5.44 4L5.56 3.84H6.44L6.56 4C6.56 4.15 6.58 4.43 6.6 4.78C6.47 4.58 6.26 4.43 6 4.43C5.74 4.43 5.53 4.57 5.4 4.78C5.42 4.43 5.43 4.15 5.44 4ZM6.21 5.15C6.21 5.27 6.12 5.36 6 5.36C5.88 5.36 5.79 5.26 5.79 5.15C5.79 5.04 5.88 4.94 6 4.94C6.12 4.94 6.21 5.04 6.21 5.15ZM6 5.88C6.28 5.88 6.52 5.71 6.64 5.48C6.71 6.8 6.82 8.55 6.94 9.26H5.06C5.18 8.52 5.29 6.78 5.36 5.48C5.48 5.72 5.72 5.89 6 5.89V5.88Z" fill="#432A2E"/>
|
|
@@ -1236,10 +1236,10 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1236
1236
|
`, $t = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1237
1237
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8ZM11.3723 11.3723C11.5433 11.2012 11.5433 10.9238 11.3723 10.7527L8.61863 8L11.3714 5.24725C11.5372 5.07558 11.5348 4.80271 11.366 4.63395C11.1973 4.4652 10.9244 4.46282 10.7527 4.62862L8 7.38137L5.24638 4.62862C5.07471 4.46282 4.80184 4.4652 4.63308 4.63395C4.46432 4.80271 4.46195 5.07558 4.62775 5.24725L7.38138 8L4.62775 10.7536C4.51419 10.8636 4.46881 11.0264 4.50907 11.1793C4.54932 11.3322 4.66894 11.4514 4.82196 11.4913C4.97497 11.5311 5.13756 11.4852 5.24725 11.3714L8 8.61862L10.7527 11.3723C10.9238 11.5433 11.2012 11.5433 11.3723 11.3723Z" fill="#3F2B2E"/>
|
|
1238
1238
|
</svg>
|
|
1239
|
-
`,
|
|
1239
|
+
`, Bt = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1240
1240
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM16.8175 16.8174C17.0619 16.573 17.0619 16.1768 16.8175 15.9324L12.8837 11.9999L16.8162 8.06743C17.0531 7.8222 17.0497 7.43238 16.8086 7.1913C16.5675 6.95021 16.1777 6.94683 15.9325 7.18368L12 11.1162L8.06624 7.18368C7.821 6.94683 7.43119 6.95021 7.1901 7.1913C6.94902 7.43238 6.94563 7.8222 7.18249 8.06743L11.1162 11.9999L7.18249 15.9337C7.02026 16.0908 6.95544 16.3233 7.01294 16.5417C7.07045 16.7602 7.24134 16.9306 7.45993 16.9875C7.67852 17.0443 7.9108 16.9789 8.06749 16.8162L12 12.8837L15.9325 16.8174C16.1769 17.0618 16.5731 17.0618 16.8175 16.8174Z" fill="#3F2B2E"/>
|
|
1241
1241
|
</svg>
|
|
1242
|
-
`,
|
|
1242
|
+
`, Ht = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1243
1243
|
<path d="M11 1.56L10.44 1L6 5.44L1.56 1L1 1.56L5.44 6L1 10.44L1.56 11L6 6.56L10.44 11L11 10.44L6.56 6L11 1.56Z" fill="#3F2B2E"/>
|
|
1244
1244
|
</svg>
|
|
1245
1245
|
`, Vt = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -1499,13 +1499,13 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1499
1499
|
<path d="M4.22751 7.04H1.42938V8.06H4.22751V7.04Z" fill="#3F2B2E"/>
|
|
1500
1500
|
<path d="M6.9457 2.5L5.11692 4.74V13.5H15.5V4.74L13.6712 2.5H6.9457ZM7.44537 3.52H13.1516L14.001 4.56H6.59594L7.44537 3.52ZM6.15623 12.48V5.58H14.4407V12.48H6.15623Z" fill="#3F2B2E"/>
|
|
1501
1501
|
</svg>
|
|
1502
|
-
`,
|
|
1502
|
+
`, Be = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1503
1503
|
<path d="M18.61 9.45H12.81V10.47H18.61V9.45Z" fill="#3F2B2E"/>
|
|
1504
1504
|
<path d="M6.29 13.53H0.5V14.55H6.29V13.53Z" fill="#3F2B2E"/>
|
|
1505
1505
|
<path d="M6.3 10.81H1.95V11.83H6.3V10.81Z" fill="#3F2B2E"/>
|
|
1506
1506
|
<path d="M20.79 4H10.63L7.92 7.2V20H23.5V7.2L20.79 4ZM11.15 5.02H20.27L22.02 7.09H9.4L11.15 5.02ZM9.01 18.98V8.11H22.41V18.98H9.01Z" fill="#3F2B2E"/>
|
|
1507
1507
|
</svg>
|
|
1508
|
-
`,
|
|
1508
|
+
`, He = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1509
1509
|
<path d="M8.18 3.44V2.43C8.16 2.1 8.07 1.78 7.87 1.44C7.51 0.88 6.76 0.5 6 0.5C5.34 0.5 4.5 0.8 4.08 1.51L4.03 1.62C3.89 1.91 3.82 2.23 3.82 2.56V3.44H2V9.72L2.12 9.83C2.78 10.45 4.16 11.5 6 11.5C7.84 11.5 9.26 10.45 9.89 9.82L10 9.71V3.44H8.18ZM4.55 2.56C4.55 2.34 4.6 2.12 4.69 1.94L4.73 1.86C4.95 1.5 5.48 1.23 6.01 1.23C6.54 1.23 7.04 1.48 7.29 1.86C7.4 2.04 7.45 2.25 7.47 2.45V3.44H4.56V2.56H4.55ZM6 10.77C4.5 10.77 3.34 9.96 2.73 9.41V4.18H9.27V9.41C8.69 9.96 7.57 10.77 6.01 10.77H6Z" fill="#3F2B2E"/>
|
|
1510
1510
|
<path d="M7.26 6.3C7.01 5.89 6.52 5.62 6.01 5.62C5.5 5.62 4.96 5.91 4.73 6.34L4.69 6.43C4.6 6.64 4.55 6.86 4.55 7.09V7.19C4.57 7.39 4.61 7.58 4.69 7.75L4.76 7.88C4.94 8.19 5.27 8.42 5.64 8.51V9.66H6.37V8.51C6.77 8.41 7.12 8.17 7.3 7.84L7.34 7.75C7.43 7.54 7.48 7.32 7.48 7.09V7C7.47 6.77 7.41 6.54 7.27 6.3H7.26ZM6.65 7.5C6.44 7.89 5.64 7.97 5.35 7.45C5.31 7.36 5.28 7.26 5.28 7.09C5.28 6.96 5.3 6.84 5.37 6.69C5.48 6.49 5.74 6.35 6.01 6.35C6.28 6.35 6.53 6.49 6.65 6.69C6.71 6.79 6.74 6.91 6.74 7.09C6.74 7.22 6.71 7.34 6.65 7.49V7.5Z" fill="#3F2B2E"/>
|
|
1511
1511
|
</svg>
|
|
@@ -1698,10 +1698,10 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1698
1698
|
`, $4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1699
1699
|
<path d="M15 4.15L12.93 1.75L2.81 1.8L1 4.08L1.68 4.27C1.85 4.32 2.05 4.37 2.25 4.42V14.25H13.74V4.41C13.86 4.38 13.99 4.36 14.1 4.33L14.99 4.14L15 4.15ZM3.26 2.74L12.5 2.69L13.24 3.55C11.82 3.84 10.18 4.11 7.85 4.11C5.52 4.11 3.85 3.83 2.62 3.54L3.26 2.74ZM10.39 13.25H8.48V7.69C9.32 7.85 9.99 8.43 10.39 8.85V13.25ZM7.55 13.25H5.64V8.84C6.01 8.41 6.66 7.84 7.55 7.68V13.25ZM12.81 13.31H11.32V8.49L11.21 8.36C10.67 7.74 9.54 6.7 8.02 6.7C6.41 6.7 5.32 7.75 4.82 8.38L4.72 8.51V13.32H3.2V4.63C4.41 4.86 5.98 5.06 7.87 5.06C9.94 5.06 11.52 4.84 12.83 4.6V13.31H12.81Z" fill="#3F2B2E"/>
|
|
1700
1700
|
</svg>
|
|
1701
|
-
`,
|
|
1701
|
+
`, B4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1702
1702
|
<path d="M23 5.82175L19.98 2.5L3.64 2.58004L1 5.74171L1.73 5.93181C2.07 6.02185 2.45 6.1119 2.86 6.20195V21.5H21.17V6.19194C21.45 6.14192 21.73 6.08189 21.99 6.03186L23 5.83175V5.82175ZM4.13 3.54055L19.54 3.46051L21.13 5.21143C18.78 5.67167 15.87 6.18194 11.79 6.18194C7.71 6.18194 4.79 5.68167 2.74 5.20142L4.13 3.54055ZM16.2 20.4595H12.54V11.2146C14.19 11.4047 15.49 12.4752 16.2 13.2256V20.4595ZM11.54 20.4595H7.88V13.2156C8.55 12.4652 9.8 11.3947 11.54 11.2146V20.4595ZM20.17 20.5495H17.19V12.8655L17.07 12.7254C16.22 11.7849 14.43 10.2141 12.04 10.2141C9.51 10.2141 7.79 11.7949 6.99 12.7354L6.88 12.8655V20.5395H3.86V6.42206C5.88 6.81227 8.54 7.14244 11.78 7.14244C15.32 7.14244 17.98 6.77225 20.17 6.37204V20.5495Z" fill="#3F2B2E"/>
|
|
1703
1703
|
</svg>
|
|
1704
|
-
`,
|
|
1704
|
+
`, H4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1705
1705
|
<path d="M6 1C8.76142 1 11 3.23858 11 6C11 8.76142 8.76142 11 6 11C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1ZM6 7.66667C5.76988 7.66667 5.58333 7.85321 5.58333 8.08333C5.58333 8.31345 5.76988 8.5 6 8.5C6.23012 8.5 6.41667 8.31345 6.41667 8.08333C6.41667 7.85321 6.23012 7.66667 6 7.66667ZM6 3.91667C5.76988 3.91667 5.58333 4.10321 5.58333 4.33333V6.83333C5.58333 7.06345 5.76988 7.25 6 7.25C6.23012 7.25 6.41667 7.06345 6.41667 6.83333V4.33333C6.41667 4.10321 6.23012 3.91667 6 3.91667Z" fill="#3F2B2E"/>
|
|
1706
1706
|
</svg>
|
|
1707
1707
|
`, V4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -1752,7 +1752,25 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1752
1752
|
<path d="M15.14 9.34H13.76V17.46H15.14V9.34Z" fill="#3F2B2E"/>
|
|
1753
1753
|
<path d="M17.58 4.72831V3.01908C17.58 1.32985 16.17 1 14.45 1H9.56C7.83 1 6.43 1.32985 6.43 3.01908V4.72831H2V6.08769H2.76L4.76 19.9414C4.76 21.6306 6.17 23 7.89 23H16.11C17.84 23 19.24 21.6306 19.24 19.9414L21.24 6.08769H22V4.72831H17.58ZM7.8 3.01908C7.8 2.07951 8.59 2.35938 9.56 2.35938H14.45C15.42 2.35938 16.21 2.07951 16.21 3.01908V4.72831H7.8V3.01908ZM17.87 19.9314C17.87 20.871 17.08 21.6406 16.11 21.6406H7.89C6.92 21.6406 6.13 20.871 6.13 19.9314L4.13 6.07769H19.87L17.87 19.9314Z" fill="#3F2B2E"/>
|
|
1754
1754
|
</svg>
|
|
1755
|
-
`, P4 =
|
|
1755
|
+
`, P4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1756
|
+
<path d="M5.19801 3.40012C5.59108 2.86663 6.40893 2.86663 6.80199 3.40012L9.81468 7.48915C10.2806 8.12156 9.81433 9 9.01269 9L2.98731 9C2.18567 9 1.71938 8.12156 2.18532 7.48915L5.19801 3.40012Z" fill="#3F2B2E"/>
|
|
1757
|
+
</svg>
|
|
1758
|
+
`, I4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1759
|
+
<path d="M7.20498 4.36894C7.60821 3.87702 8.39179 3.87702 8.79502 4.36894L13.786 10.4576C14.3005 11.0854 13.8291 12 12.991 12L3.00905 12C2.17092 12 1.69947 11.0854 2.21403 10.4576L7.20498 4.36894Z" fill="#3F2B2E"/>
|
|
1760
|
+
</svg>
|
|
1761
|
+
`, z4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1762
|
+
<path d="M11.2154 7.35195C11.621 6.88268 12.379 6.88268 12.7846 7.35195L19.7689 15.4327C20.3105 16.0593 19.8396 17 18.9843 17L5.01565 17C4.16044 17 3.68952 16.0593 4.23107 15.4327L11.2154 7.35195Z" fill="#3F2B2E"/>
|
|
1763
|
+
</svg>
|
|
1764
|
+
`, D4 = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1765
|
+
<path d="M6.80199 8.59988C6.40892 9.13337 5.59107 9.13337 5.19801 8.59988L2.18532 4.51085C1.71938 3.87844 2.18567 3 2.98731 3L9.01269 3C9.81433 3 10.2806 3.87845 9.81468 4.51085L6.80199 8.59988Z" fill="#3F2B2E"/>
|
|
1766
|
+
</svg>
|
|
1767
|
+
`, T4 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1768
|
+
<path d="M8.79502 11.6311C8.39179 12.123 7.60821 12.123 7.20498 11.6311L2.21403 5.54238C1.69947 4.91464 2.17092 4 3.00905 4L12.991 4C13.8291 4 14.3005 4.91465 13.786 5.54238L8.79502 11.6311Z" fill="#3F2B2E"/>
|
|
1769
|
+
</svg>
|
|
1770
|
+
`, R4 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1771
|
+
<path d="M12.7846 16.648C12.379 17.1173 11.621 17.1173 11.2154 16.648L4.23107 8.56728C3.68952 7.94072 4.16044 7 5.01565 7L18.9843 7C19.8396 7 20.3105 7.94072 19.7689 8.56729L12.7846 16.648Z" fill="#3F2B2E"/>
|
|
1772
|
+
</svg>
|
|
1773
|
+
`, j4 = {
|
|
1756
1774
|
wishlist: N0,
|
|
1757
1775
|
playerv: K0,
|
|
1758
1776
|
chevronRight: W0,
|
|
@@ -1781,8 +1799,8 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1781
1799
|
sliderLeftArrow: y3,
|
|
1782
1800
|
sliderRightArrow: x3
|
|
1783
1801
|
}, A2 = {
|
|
1784
|
-
"occ-address": { small: L3, medium: $3, large:
|
|
1785
|
-
"occ-autorep": { small:
|
|
1802
|
+
"occ-address": { small: L3, medium: $3, large: B3 },
|
|
1803
|
+
"occ-autorep": { small: H3, medium: V3, large: E3 },
|
|
1786
1804
|
"occ-back": { small: M3, medium: k3, large: _3 },
|
|
1787
1805
|
"occ-bag-filled": { small: Z3, medium: S3, large: F3 },
|
|
1788
1806
|
"occ-bag-outlined": { small: O3, medium: A3, large: P3 },
|
|
@@ -1799,8 +1817,8 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1799
1817
|
"occ-chevron-left": { small: ut, medium: gt, large: ft },
|
|
1800
1818
|
"occ-chevron-right": { small: vt, medium: bt, large: wt },
|
|
1801
1819
|
"occ-chevron-top": { small: mt, medium: yt, large: xt },
|
|
1802
|
-
"occ-close-filled": { small: Lt, medium: $t, large:
|
|
1803
|
-
"occ-close-outlined": { small:
|
|
1820
|
+
"occ-close-filled": { small: Lt, medium: $t, large: Bt },
|
|
1821
|
+
"occ-close-outlined": { small: Ht, medium: Vt, large: Et },
|
|
1804
1822
|
"occ-cream": { small: Mt, medium: kt, large: _t },
|
|
1805
1823
|
"occ-cream-tube": { small: Zt, medium: St, large: Ft },
|
|
1806
1824
|
"occ-eye-hide": { small: Ot, medium: At, large: Pt },
|
|
@@ -1817,8 +1835,8 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1817
1835
|
"occ-message": { small: ue, medium: ge, large: fe },
|
|
1818
1836
|
"occ-minus": { small: ve, medium: be, large: we },
|
|
1819
1837
|
"occ-order": { small: me, medium: ye, large: xe },
|
|
1820
|
-
"occ-order-sent": { small: Le, medium: $e, large:
|
|
1821
|
-
"occ-padlock": { small:
|
|
1838
|
+
"occ-order-sent": { small: Le, medium: $e, large: Be },
|
|
1839
|
+
"occ-padlock": { small: He, medium: Ve, large: Ee },
|
|
1822
1840
|
"occ-pause": { small: Me, medium: ke, large: _e },
|
|
1823
1841
|
"occ-play": { small: Ze, medium: Se, large: Fe },
|
|
1824
1842
|
"occ-plus": { small: Oe, medium: Ae, large: Pe },
|
|
@@ -1835,43 +1853,45 @@ const N0 = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="h
|
|
|
1835
1853
|
"occ-star-25": { small: u4, medium: g4, large: f4 },
|
|
1836
1854
|
"occ-star-50": { small: v4, medium: b4, large: w4 },
|
|
1837
1855
|
"occ-star-75": { small: m4, medium: y4, large: x4 },
|
|
1838
|
-
"occ-store": { small: L4, medium: $4, large:
|
|
1839
|
-
"occ-warning": { small:
|
|
1856
|
+
"occ-store": { small: L4, medium: $4, large: B4 },
|
|
1857
|
+
"occ-warning": { small: H4, medium: V4, large: E4 },
|
|
1840
1858
|
"occ-warning-stroke": { small: M4, medium: k4, large: _4 },
|
|
1841
1859
|
"occ-wishlist-filled": { small: Z4, medium: e0, large: e0 },
|
|
1842
1860
|
"occ-wishlist-outlined": { small: S4, medium: o0, large: o0 },
|
|
1843
|
-
"occ-trash": { small: F4, medium: O4, large: A4 }
|
|
1844
|
-
|
|
1861
|
+
"occ-trash": { small: F4, medium: O4, large: A4 },
|
|
1862
|
+
"occ-triangle-up": { small: P4, medium: I4, large: z4 },
|
|
1863
|
+
"occ-triangle-down": { small: D4, medium: T4, large: R4 }
|
|
1864
|
+
}, q4 = Object.fromEntries(
|
|
1845
1865
|
Object.entries(A2).map(([e, t]) => [
|
|
1846
1866
|
e,
|
|
1847
1867
|
t.medium ?? t.small ?? t.large ?? ""
|
|
1848
1868
|
])
|
|
1849
1869
|
), d0 = {
|
|
1850
|
-
...
|
|
1851
|
-
...
|
|
1852
|
-
},
|
|
1870
|
+
...j4,
|
|
1871
|
+
...q4
|
|
1872
|
+
}, U4 = {
|
|
1853
1873
|
xsmall: 8,
|
|
1854
1874
|
small: 12,
|
|
1855
1875
|
medium: 16,
|
|
1856
1876
|
large: 24
|
|
1857
|
-
},
|
|
1877
|
+
}, N4 = (e) => Object.prototype.hasOwnProperty.call(A2, e), K4 = (e) => e === "xsmall" ? "small" : e, W4 = (e, t, o) => {
|
|
1858
1878
|
const n = A2[e];
|
|
1859
1879
|
if (o) {
|
|
1860
|
-
const i =
|
|
1880
|
+
const i = K4(t);
|
|
1861
1881
|
return n[i] ?? n.large ?? n.medium ?? n.small ?? "";
|
|
1862
1882
|
}
|
|
1863
1883
|
return n.large ?? n.medium ?? n.small ?? "";
|
|
1864
|
-
},
|
|
1865
|
-
const n =
|
|
1884
|
+
}, G4 = (e, { size: t, bgstyle: o }) => {
|
|
1885
|
+
const n = U4[t], i = o === "none-light" || o === "none-contrast";
|
|
1866
1886
|
let r = d0[e] ?? "";
|
|
1867
|
-
return
|
|
1887
|
+
return N4(e) && (r = W4(e, t, i)), {
|
|
1868
1888
|
svg: r,
|
|
1869
1889
|
pixelSize: n,
|
|
1870
1890
|
shouldApplyLogicalSize: i
|
|
1871
1891
|
};
|
|
1872
|
-
},
|
|
1892
|
+
}, u2 = d0, Q4 = {
|
|
1873
1893
|
strikeDiagonal: u3
|
|
1874
|
-
},
|
|
1894
|
+
}, X4 = {
|
|
1875
1895
|
success: f3,
|
|
1876
1896
|
error: v3,
|
|
1877
1897
|
info: b3
|
|
@@ -1903,13 +1923,13 @@ let f2 = class {
|
|
|
1903
1923
|
* Copyright 2017 Google LLC
|
|
1904
1924
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1905
1925
|
*/
|
|
1906
|
-
class
|
|
1926
|
+
class H2 extends f2 {
|
|
1907
1927
|
constructor(t) {
|
|
1908
1928
|
if (super(t), this.it = h, t.type !== g1.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
1909
1929
|
}
|
|
1910
1930
|
render(t) {
|
|
1911
1931
|
if (t === h || t == null) return this._t = void 0, this.it = t;
|
|
1912
|
-
if (t ===
|
|
1932
|
+
if (t === G) return t;
|
|
1913
1933
|
if (typeof t != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
1914
1934
|
if (t === this.it) return this._t;
|
|
1915
1935
|
this.it = t;
|
|
@@ -1917,22 +1937,22 @@ class B2 extends f2 {
|
|
|
1917
1937
|
return o.raw = o, this._t = { _$litType$: this.constructor.resultType, strings: o, values: [] };
|
|
1918
1938
|
}
|
|
1919
1939
|
}
|
|
1920
|
-
|
|
1940
|
+
H2.directiveName = "unsafeHTML", H2.resultType = 1;
|
|
1921
1941
|
/**
|
|
1922
1942
|
* @license
|
|
1923
1943
|
* Copyright 2017 Google LLC
|
|
1924
1944
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1925
1945
|
*/
|
|
1926
|
-
class V2 extends
|
|
1946
|
+
class V2 extends H2 {
|
|
1927
1947
|
}
|
|
1928
1948
|
V2.directiveName = "unsafeSVG", V2.resultType = 2;
|
|
1929
|
-
const
|
|
1949
|
+
const a1 = g2(V2);
|
|
1930
1950
|
/**
|
|
1931
1951
|
* @license
|
|
1932
1952
|
* Copyright 2020 Google LLC
|
|
1933
1953
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1934
1954
|
*/
|
|
1935
|
-
const p0 = (e) => e.strings === void 0,
|
|
1955
|
+
const p0 = (e) => e.strings === void 0, Y4 = {}, J4 = (e, t = Y4) => e._$AH = t;
|
|
1936
1956
|
/**
|
|
1937
1957
|
* @license
|
|
1938
1958
|
* Copyright 2017 Google LLC
|
|
@@ -1944,7 +1964,7 @@ const X1 = (e, t) => {
|
|
|
1944
1964
|
if (o === void 0) return !1;
|
|
1945
1965
|
for (const i of o) (n = i._$AO) == null || n.call(i, t, !1), X1(i, t);
|
|
1946
1966
|
return !0;
|
|
1947
|
-
},
|
|
1967
|
+
}, p2 = (e) => {
|
|
1948
1968
|
let t, o;
|
|
1949
1969
|
do {
|
|
1950
1970
|
if ((t = e._$AM) === void 0) break;
|
|
@@ -1955,22 +1975,22 @@ const X1 = (e, t) => {
|
|
|
1955
1975
|
let o = t._$AN;
|
|
1956
1976
|
if (o === void 0) t._$AN = o = /* @__PURE__ */ new Set();
|
|
1957
1977
|
else if (o.has(e)) break;
|
|
1958
|
-
o.add(e),
|
|
1978
|
+
o.add(e), o5(t);
|
|
1959
1979
|
}
|
|
1960
1980
|
};
|
|
1961
|
-
function
|
|
1962
|
-
this._$AN !== void 0 ? (
|
|
1981
|
+
function t5(e) {
|
|
1982
|
+
this._$AN !== void 0 ? (p2(this), this._$AM = e, C0(this)) : this._$AM = e;
|
|
1963
1983
|
}
|
|
1964
|
-
function
|
|
1984
|
+
function e5(e, t = !1, o = 0) {
|
|
1965
1985
|
const n = this._$AH, i = this._$AN;
|
|
1966
|
-
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let r = o; r < n.length; r++) X1(n[r], !1),
|
|
1967
|
-
else n != null && (X1(n, !1),
|
|
1986
|
+
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let r = o; r < n.length; r++) X1(n[r], !1), p2(n[r]);
|
|
1987
|
+
else n != null && (X1(n, !1), p2(n));
|
|
1968
1988
|
else X1(this, e);
|
|
1969
1989
|
}
|
|
1970
|
-
const
|
|
1971
|
-
e.type == g1.CHILD && (e._$AP ?? (e._$AP =
|
|
1990
|
+
const o5 = (e) => {
|
|
1991
|
+
e.type == g1.CHILD && (e._$AP ?? (e._$AP = e5), e._$AQ ?? (e._$AQ = t5));
|
|
1972
1992
|
};
|
|
1973
|
-
class
|
|
1993
|
+
class i5 extends f2 {
|
|
1974
1994
|
constructor() {
|
|
1975
1995
|
super(...arguments), this._$AN = void 0;
|
|
1976
1996
|
}
|
|
@@ -1979,7 +1999,7 @@ class X4 extends f2 {
|
|
|
1979
1999
|
}
|
|
1980
2000
|
_$AO(t, o = !0) {
|
|
1981
2001
|
var n, i;
|
|
1982
|
-
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), o && (X1(this, t),
|
|
2002
|
+
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), o && (X1(this, t), p2(this));
|
|
1983
2003
|
}
|
|
1984
2004
|
setValue(t) {
|
|
1985
2005
|
if (p0(this._$Ct)) this._$Ct._$AI(t, this);
|
|
@@ -1993,7 +2013,7 @@ class X4 extends f2 {
|
|
|
1993
2013
|
reconnected() {
|
|
1994
2014
|
}
|
|
1995
2015
|
}
|
|
1996
|
-
class
|
|
2016
|
+
class n5 extends i5 {
|
|
1997
2017
|
constructor() {
|
|
1998
2018
|
super(...arguments), this.prevData = {};
|
|
1999
2019
|
}
|
|
@@ -2020,7 +2040,7 @@ class Y4 extends X4 {
|
|
|
2020
2040
|
(!t || !(i in t) && n[i] === o[i]) && (n[i] = void 0);
|
|
2021
2041
|
}
|
|
2022
2042
|
}
|
|
2023
|
-
class
|
|
2043
|
+
class r5 extends n5 {
|
|
2024
2044
|
constructor() {
|
|
2025
2045
|
super(...arguments), this.eventData = {};
|
|
2026
2046
|
}
|
|
@@ -2064,7 +2084,7 @@ class J4 extends Y4 {
|
|
|
2064
2084
|
}
|
|
2065
2085
|
}
|
|
2066
2086
|
}
|
|
2067
|
-
class
|
|
2087
|
+
class s5 extends r5 {
|
|
2068
2088
|
apply(t) {
|
|
2069
2089
|
if (!t)
|
|
2070
2090
|
return;
|
|
@@ -2113,21 +2133,21 @@ class t5 extends J4 {
|
|
|
2113
2133
|
}
|
|
2114
2134
|
}
|
|
2115
2135
|
}
|
|
2116
|
-
const i0 = g2(
|
|
2136
|
+
const i0 = g2(s5);
|
|
2117
2137
|
/**
|
|
2118
2138
|
* @license
|
|
2119
2139
|
* Copyright 2018 Google LLC
|
|
2120
2140
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
2121
2141
|
*/
|
|
2122
2142
|
const E = (e) => e ?? h;
|
|
2123
|
-
var
|
|
2124
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2143
|
+
var l5 = Object.defineProperty, a5 = Object.getOwnPropertyDescriptor, n1 = (e, t, o, n) => {
|
|
2144
|
+
for (var i = n > 1 ? void 0 : n ? a5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
2125
2145
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
2126
|
-
return n && i &&
|
|
2146
|
+
return n && i && l5(t, o, i), i;
|
|
2127
2147
|
};
|
|
2128
|
-
let
|
|
2148
|
+
let R = class extends g(C) {
|
|
2129
2149
|
constructor() {
|
|
2130
|
-
super(...arguments), this.bgstyle = "background-light", this.size = "medium", this.status = "empty", this.type = "button", this.strokewidth = "1", this.icon = "", this.disabled = !1, this.showSrLabel = !1, this.srLabel = "";
|
|
2150
|
+
super(...arguments), this.bgstyle = "background-light", this.size = "medium", this.status = "empty", this.type = "button", this.strokewidth = "1", this.icon = "", this.disabled = !1, this.highlight = !1, this.showSrLabel = !1, this.srLabel = "";
|
|
2131
2151
|
}
|
|
2132
2152
|
updated(e) {
|
|
2133
2153
|
super.updated(e), this.style.setProperty("--icon-stroke-width", this.strokewidth);
|
|
@@ -2135,14 +2155,14 @@ let G = class extends g(C) {
|
|
|
2135
2155
|
render() {
|
|
2136
2156
|
if (!this.icon)
|
|
2137
2157
|
return h;
|
|
2138
|
-
const { svg: e, pixelSize: t, shouldApplyLogicalSize: o } =
|
|
2158
|
+
const { svg: e, pixelSize: t, shouldApplyLogicalSize: o } = G4(this.icon, {
|
|
2139
2159
|
size: this.size,
|
|
2140
2160
|
bgstyle: this.bgstyle
|
|
2141
2161
|
}), n = `icon-${this.icon}`, i = o ? ` width="${t}" height="${t}"` : "", l = (o ? e.replace(/\s(width|height)=\"[^\"]*\"/g, "") : e).replace("<svg", `<svg aria-hidden="true" focusable="false" part="svg"${i}`).replace(/<path\b/g, '<path part="icon-path"').replace(/<g\b/g, '<g part="icon-group"').replace(/<circle\b/g, '<circle part="icon-circle"'), c = this.showSrLabel ? a`<span class="sr-only">${this.srLabel}</span>` : null, d = this.showSrLabel ? "" : "icon";
|
|
2142
2162
|
return a`
|
|
2143
2163
|
${this.type === "span" ? a`
|
|
2144
|
-
<span part="icon-button" class="icon icon-button ${this.size} ${this.bgstyle} ${this.status} ${n}" ?disabled="${this.disabled}">
|
|
2145
|
-
${
|
|
2164
|
+
<span part="icon-button" class="icon icon-button ${this.size} ${this.bgstyle} ${this.status} ${n} ${this.highlight ? "highlight" : ""}" ?disabled="${this.disabled}">
|
|
2165
|
+
${a1(l)}
|
|
2146
2166
|
</span>
|
|
2147
2167
|
` : a`
|
|
2148
2168
|
<button
|
|
@@ -2150,17 +2170,17 @@ let G = class extends g(C) {
|
|
|
2150
2170
|
aria-label=${E(d)}
|
|
2151
2171
|
aria-describedby=${this.getAttribute("aria-describedby") || h}
|
|
2152
2172
|
part="icon-button"
|
|
2153
|
-
class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${n}"
|
|
2173
|
+
class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${n} ${this.highlight ? "highlight" : ""}"
|
|
2154
2174
|
?disabled="${this.disabled}"
|
|
2155
2175
|
>
|
|
2156
|
-
${
|
|
2176
|
+
${a1(l)}
|
|
2157
2177
|
${c}
|
|
2158
2178
|
</button>
|
|
2159
2179
|
`}
|
|
2160
2180
|
`;
|
|
2161
2181
|
}
|
|
2162
2182
|
};
|
|
2163
|
-
|
|
2183
|
+
R.styles = u`
|
|
2164
2184
|
:host {
|
|
2165
2185
|
display: inline-flex;
|
|
2166
2186
|
justify-content: center;
|
|
@@ -2343,44 +2363,63 @@ G.styles = u`
|
|
|
2343
2363
|
${l1}
|
|
2344
2364
|
}
|
|
2345
2365
|
|
|
2366
|
+
.icon-button.highlight {
|
|
2367
|
+
border: 1px solid rgba(0, 0, 0, 0.24) !important;
|
|
2368
|
+
background: rgba(255, 255, 255, 0.56);
|
|
2369
|
+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.icon-button.highlight:hover:not(:disabled) {
|
|
2373
|
+
background: rgba(255, 255, 255, 0.68);
|
|
2374
|
+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
.icon-button.highlight:active:not(:disabled) {
|
|
2378
|
+
background: rgba(255, 255, 255, 0.82);
|
|
2379
|
+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.32);
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2346
2382
|
.sr-only {
|
|
2347
2383
|
${O2}
|
|
2348
2384
|
}
|
|
2349
2385
|
`;
|
|
2350
|
-
|
|
2386
|
+
n1([
|
|
2351
2387
|
s({ type: String, reflect: !0 })
|
|
2352
|
-
],
|
|
2353
|
-
|
|
2388
|
+
], R.prototype, "bgstyle", 2);
|
|
2389
|
+
n1([
|
|
2354
2390
|
s({ type: String, reflect: !0 })
|
|
2355
|
-
],
|
|
2356
|
-
|
|
2391
|
+
], R.prototype, "size", 2);
|
|
2392
|
+
n1([
|
|
2357
2393
|
s({ type: String, reflect: !0 })
|
|
2358
|
-
],
|
|
2359
|
-
|
|
2394
|
+
], R.prototype, "status", 2);
|
|
2395
|
+
n1([
|
|
2360
2396
|
s({ type: String, reflect: !0 })
|
|
2361
|
-
],
|
|
2362
|
-
|
|
2397
|
+
], R.prototype, "type", 2);
|
|
2398
|
+
n1([
|
|
2363
2399
|
s({ type: String })
|
|
2364
|
-
],
|
|
2365
|
-
|
|
2400
|
+
], R.prototype, "strokewidth", 2);
|
|
2401
|
+
n1([
|
|
2366
2402
|
s({ type: String })
|
|
2367
|
-
],
|
|
2368
|
-
|
|
2403
|
+
], R.prototype, "icon", 2);
|
|
2404
|
+
n1([
|
|
2369
2405
|
s({ type: Boolean, reflect: !0 })
|
|
2370
|
-
],
|
|
2371
|
-
|
|
2406
|
+
], R.prototype, "disabled", 2);
|
|
2407
|
+
n1([
|
|
2408
|
+
s({ type: Boolean, reflect: !0 })
|
|
2409
|
+
], R.prototype, "highlight", 2);
|
|
2410
|
+
n1([
|
|
2372
2411
|
s({ type: Boolean })
|
|
2373
|
-
],
|
|
2374
|
-
|
|
2412
|
+
], R.prototype, "showSrLabel", 2);
|
|
2413
|
+
n1([
|
|
2375
2414
|
s({ type: String })
|
|
2376
|
-
],
|
|
2377
|
-
|
|
2415
|
+
], R.prototype, "srLabel", 2);
|
|
2416
|
+
R = n1([
|
|
2378
2417
|
f("o-icon-button")
|
|
2379
|
-
],
|
|
2380
|
-
var
|
|
2381
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2418
|
+
], R);
|
|
2419
|
+
var c5 = Object.defineProperty, h5 = Object.getOwnPropertyDescriptor, y = (e, t, o, n) => {
|
|
2420
|
+
for (var i = n > 1 ? void 0 : n ? h5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
2382
2421
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
2383
|
-
return n && i &&
|
|
2422
|
+
return n && i && c5(t, o, i), i;
|
|
2384
2423
|
};
|
|
2385
2424
|
let w = class extends g(C) {
|
|
2386
2425
|
constructor() {
|
|
@@ -2990,13 +3029,13 @@ y([
|
|
|
2990
3029
|
w = y([
|
|
2991
3030
|
f("o-side-panel")
|
|
2992
3031
|
], w);
|
|
2993
|
-
var
|
|
2994
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3032
|
+
var d5 = Object.defineProperty, p5 = Object.getOwnPropertyDescriptor, H = (e, t, o, n) => {
|
|
3033
|
+
for (var i = n > 1 ? void 0 : n ? p5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
2995
3034
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
2996
|
-
return n && i &&
|
|
3035
|
+
return n && i && d5(t, o, i), i;
|
|
2997
3036
|
};
|
|
2998
|
-
const
|
|
2999
|
-
let x = class extends
|
|
3037
|
+
const C5 = g(l2(C));
|
|
3038
|
+
let x = class extends C5 {
|
|
3000
3039
|
constructor() {
|
|
3001
3040
|
super(...arguments), this.type = "submit", this.value = "", this.variant = "primary", this.text = "", this.textsecond = "", this.fullwidth = !1, this.disabled = !1, this.startIconModel = "", this.endIconModel = "", this.startIcon = !1, this.endIcon = !1, this.panelTarget = "", this.href = "", this.target = "", this.underlined = !1, this.withbadge = !1, this.hideRoleButton = !1, this.describedBy = null, this.ariaExpanded = null;
|
|
3002
3041
|
}
|
|
@@ -3021,11 +3060,11 @@ let x = class extends l5 {
|
|
|
3021
3060
|
renderIcon(e) {
|
|
3022
3061
|
const t = e === "start" ? this.startIconModel : this.endIconModel;
|
|
3023
3062
|
if (!t) return h;
|
|
3024
|
-
const o =
|
|
3063
|
+
const o = u2[t].replace(
|
|
3025
3064
|
"<svg",
|
|
3026
3065
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
3027
3066
|
);
|
|
3028
|
-
return a`<span class="${e === "start" ? "icon-start" : "icon-end"}">${
|
|
3067
|
+
return a`<span class="${e === "start" ? "icon-start" : "icon-end"}">${a1(o)}</span>`;
|
|
3029
3068
|
}
|
|
3030
3069
|
renderButton() {
|
|
3031
3070
|
const e = this.text || this.textsecond;
|
|
@@ -3278,70 +3317,70 @@ x.styles = u`
|
|
|
3278
3317
|
transform: translateX(4px);
|
|
3279
3318
|
}
|
|
3280
3319
|
`;
|
|
3281
|
-
|
|
3320
|
+
H([
|
|
3282
3321
|
s()
|
|
3283
3322
|
], x.prototype, "type", 2);
|
|
3284
|
-
|
|
3323
|
+
H([
|
|
3285
3324
|
s()
|
|
3286
3325
|
], x.prototype, "value", 2);
|
|
3287
|
-
|
|
3326
|
+
H([
|
|
3288
3327
|
s({ type: String, reflect: !0 })
|
|
3289
3328
|
], x.prototype, "variant", 2);
|
|
3290
|
-
|
|
3329
|
+
H([
|
|
3291
3330
|
s({ type: String })
|
|
3292
3331
|
], x.prototype, "text", 2);
|
|
3293
|
-
|
|
3332
|
+
H([
|
|
3294
3333
|
s({ type: String })
|
|
3295
3334
|
], x.prototype, "textsecond", 2);
|
|
3296
|
-
|
|
3335
|
+
H([
|
|
3297
3336
|
s({ type: Boolean, reflect: !0 })
|
|
3298
3337
|
], x.prototype, "fullwidth", 2);
|
|
3299
|
-
|
|
3338
|
+
H([
|
|
3300
3339
|
s({ type: Boolean, reflect: !0 })
|
|
3301
3340
|
], x.prototype, "disabled", 2);
|
|
3302
|
-
|
|
3341
|
+
H([
|
|
3303
3342
|
s({ type: String })
|
|
3304
3343
|
], x.prototype, "startIconModel", 2);
|
|
3305
|
-
|
|
3344
|
+
H([
|
|
3306
3345
|
s({ type: String })
|
|
3307
3346
|
], x.prototype, "endIconModel", 2);
|
|
3308
|
-
|
|
3347
|
+
H([
|
|
3309
3348
|
s({ type: Boolean, reflect: !0, attribute: "starticon" })
|
|
3310
3349
|
], x.prototype, "startIcon", 2);
|
|
3311
|
-
|
|
3350
|
+
H([
|
|
3312
3351
|
s({ type: Boolean, reflect: !0, attribute: "endicon" })
|
|
3313
3352
|
], x.prototype, "endIcon", 2);
|
|
3314
|
-
|
|
3353
|
+
H([
|
|
3315
3354
|
s({ type: String, attribute: "paneltarget" })
|
|
3316
3355
|
], x.prototype, "panelTarget", 2);
|
|
3317
|
-
|
|
3356
|
+
H([
|
|
3318
3357
|
s({ type: String })
|
|
3319
3358
|
], x.prototype, "href", 2);
|
|
3320
|
-
|
|
3359
|
+
H([
|
|
3321
3360
|
s({ type: String })
|
|
3322
3361
|
], x.prototype, "target", 2);
|
|
3323
|
-
|
|
3362
|
+
H([
|
|
3324
3363
|
s({ type: Boolean, reflect: !0 })
|
|
3325
3364
|
], x.prototype, "underlined", 2);
|
|
3326
|
-
|
|
3365
|
+
H([
|
|
3327
3366
|
s({ type: Boolean, reflect: !0 })
|
|
3328
3367
|
], x.prototype, "withbadge", 2);
|
|
3329
|
-
|
|
3368
|
+
H([
|
|
3330
3369
|
s({ type: Boolean, reflect: !0 })
|
|
3331
3370
|
], x.prototype, "hideRoleButton", 2);
|
|
3332
|
-
|
|
3371
|
+
H([
|
|
3333
3372
|
s({ reflect: !0, attribute: "describedby" })
|
|
3334
3373
|
], x.prototype, "describedBy", 2);
|
|
3335
|
-
|
|
3374
|
+
H([
|
|
3336
3375
|
s({ reflect: !0, attribute: "expanded" })
|
|
3337
3376
|
], x.prototype, "ariaExpanded", 2);
|
|
3338
|
-
x =
|
|
3377
|
+
x = H([
|
|
3339
3378
|
f("o-button")
|
|
3340
3379
|
], x);
|
|
3341
|
-
var
|
|
3342
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3380
|
+
var u5 = Object.defineProperty, g5 = Object.getOwnPropertyDescriptor, U1 = (e, t, o, n) => {
|
|
3381
|
+
for (var i = n > 1 ? void 0 : n ? g5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3343
3382
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3344
|
-
return n && i &&
|
|
3383
|
+
return n && i && u5(t, o, i), i;
|
|
3345
3384
|
};
|
|
3346
3385
|
let $1 = class extends g(C) {
|
|
3347
3386
|
constructor() {
|
|
@@ -3363,14 +3402,14 @@ let $1 = class extends g(C) {
|
|
|
3363
3402
|
(e.key === "Enter" || e.key === " ") && (e.preventDefault(), this.toggleStatus());
|
|
3364
3403
|
}
|
|
3365
3404
|
render() {
|
|
3366
|
-
const e =
|
|
3405
|
+
const e = u2[this.icon].replace(
|
|
3367
3406
|
"<svg",
|
|
3368
3407
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
3369
3408
|
);
|
|
3370
3409
|
return a`
|
|
3371
3410
|
<button type="button" aria-describedby="${this.ariaDescribedBy}" class="wishlist-button">
|
|
3372
3411
|
<span class="sr-only">${this.label}</span>
|
|
3373
|
-
${
|
|
3412
|
+
${a1(e)}
|
|
3374
3413
|
</button>
|
|
3375
3414
|
`;
|
|
3376
3415
|
}
|
|
@@ -3462,12 +3501,12 @@ U1([
|
|
|
3462
3501
|
$1 = U1([
|
|
3463
3502
|
f("o-wishlist-button")
|
|
3464
3503
|
], $1);
|
|
3465
|
-
var
|
|
3466
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3504
|
+
var f5 = Object.defineProperty, v5 = Object.getOwnPropertyDescriptor, B1 = (e, t, o, n) => {
|
|
3505
|
+
for (var i = n > 1 ? void 0 : n ? v5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3467
3506
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3468
|
-
return n && i &&
|
|
3507
|
+
return n && i && f5(t, o, i), i;
|
|
3469
3508
|
};
|
|
3470
|
-
let
|
|
3509
|
+
let c1 = class extends g(C) {
|
|
3471
3510
|
constructor() {
|
|
3472
3511
|
super(...arguments), this.href = "", this.target = "", this.template = "standard", this.inverse = !1, this.endIcon = !1, this.reverseEndIcon = !1, this.disabled = !1;
|
|
3473
3512
|
}
|
|
@@ -3508,7 +3547,7 @@ let a1 = class extends g(C) {
|
|
|
3508
3547
|
` : a`<span class="link-wrapper">${t}</span>`;
|
|
3509
3548
|
}
|
|
3510
3549
|
};
|
|
3511
|
-
|
|
3550
|
+
c1.styles = u`
|
|
3512
3551
|
:host {
|
|
3513
3552
|
cursor: pointer;
|
|
3514
3553
|
}
|
|
@@ -3603,34 +3642,34 @@ a1.styles = u`
|
|
|
3603
3642
|
}
|
|
3604
3643
|
}
|
|
3605
3644
|
`;
|
|
3606
|
-
|
|
3645
|
+
B1([
|
|
3607
3646
|
s({ type: String })
|
|
3608
|
-
],
|
|
3609
|
-
|
|
3647
|
+
], c1.prototype, "href", 2);
|
|
3648
|
+
B1([
|
|
3610
3649
|
s({ type: String })
|
|
3611
|
-
],
|
|
3612
|
-
|
|
3650
|
+
], c1.prototype, "target", 2);
|
|
3651
|
+
B1([
|
|
3613
3652
|
s({ type: String, reflect: !0 })
|
|
3614
|
-
],
|
|
3615
|
-
|
|
3653
|
+
], c1.prototype, "template", 2);
|
|
3654
|
+
B1([
|
|
3616
3655
|
s({ type: Boolean, reflect: !0 })
|
|
3617
|
-
],
|
|
3618
|
-
|
|
3656
|
+
], c1.prototype, "inverse", 2);
|
|
3657
|
+
B1([
|
|
3619
3658
|
s({ type: Boolean, reflect: !0 })
|
|
3620
|
-
],
|
|
3621
|
-
|
|
3659
|
+
], c1.prototype, "endIcon", 2);
|
|
3660
|
+
B1([
|
|
3622
3661
|
s({ type: Boolean, reflect: !0 })
|
|
3623
|
-
],
|
|
3624
|
-
|
|
3662
|
+
], c1.prototype, "reverseEndIcon", 2);
|
|
3663
|
+
B1([
|
|
3625
3664
|
s({ type: Boolean, reflect: !0 })
|
|
3626
|
-
],
|
|
3627
|
-
|
|
3665
|
+
], c1.prototype, "disabled", 2);
|
|
3666
|
+
c1 = B1([
|
|
3628
3667
|
f("o-link")
|
|
3629
|
-
],
|
|
3630
|
-
var
|
|
3631
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3668
|
+
], c1);
|
|
3669
|
+
var b5 = Object.defineProperty, w5 = Object.getOwnPropertyDescriptor, v2 = (e, t, o, n) => {
|
|
3670
|
+
for (var i = n > 1 ? void 0 : n ? w5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3632
3671
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3633
|
-
return n && i &&
|
|
3672
|
+
return n && i && b5(t, o, i), i;
|
|
3634
3673
|
};
|
|
3635
3674
|
let D1 = class extends g(C) {
|
|
3636
3675
|
constructor() {
|
|
@@ -3651,7 +3690,7 @@ let D1 = class extends g(C) {
|
|
|
3651
3690
|
<div class="rating">
|
|
3652
3691
|
<div class="stars">
|
|
3653
3692
|
${e.map(
|
|
3654
|
-
(t) => a`<
|
|
3693
|
+
(t) => a`<o-icon-button size="medium" bgstyle="none-contrast" type="span" icon="${t}"></o-icon-button>`
|
|
3655
3694
|
)}
|
|
3656
3695
|
</div>
|
|
3657
3696
|
${this.reviewCount != null && this.href != null ? a`<o-link template="review" href="${this.href}">${this.reviewCount}</o-link>` : null}
|
|
@@ -3705,12 +3744,12 @@ v2([
|
|
|
3705
3744
|
D1 = v2([
|
|
3706
3745
|
f("o-rating")
|
|
3707
3746
|
], D1);
|
|
3708
|
-
var
|
|
3709
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3747
|
+
var m5 = Object.defineProperty, y5 = Object.getOwnPropertyDescriptor, H1 = (e, t, o, n) => {
|
|
3748
|
+
for (var i = n > 1 ? void 0 : n ? y5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3710
3749
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3711
|
-
return n && i &&
|
|
3750
|
+
return n && i && m5(t, o, i), i;
|
|
3712
3751
|
};
|
|
3713
|
-
let
|
|
3752
|
+
let h1 = class extends g(C) {
|
|
3714
3753
|
constructor() {
|
|
3715
3754
|
super(...arguments), this.thumbnails = [], this.activeIndex = 0, this.disabledIndexes = [], this.maxWidth = "100%", this.altressource = "visual", this.focusedIndex = 0, this.playerIconTemplate = a`
|
|
3716
3755
|
<o-icon-button
|
|
@@ -3801,7 +3840,7 @@ let c1 = class extends g(C) {
|
|
|
3801
3840
|
`;
|
|
3802
3841
|
}
|
|
3803
3842
|
};
|
|
3804
|
-
|
|
3843
|
+
h1.styles = u`
|
|
3805
3844
|
:host {
|
|
3806
3845
|
display: flex;
|
|
3807
3846
|
gap: 5px;
|
|
@@ -3906,34 +3945,34 @@ c1.styles = u`
|
|
|
3906
3945
|
width: 0;
|
|
3907
3946
|
}
|
|
3908
3947
|
`;
|
|
3909
|
-
|
|
3948
|
+
H1([
|
|
3910
3949
|
s({ type: Array })
|
|
3911
|
-
],
|
|
3912
|
-
|
|
3950
|
+
], h1.prototype, "thumbnails", 2);
|
|
3951
|
+
H1([
|
|
3913
3952
|
s({ type: Number })
|
|
3914
|
-
],
|
|
3915
|
-
|
|
3953
|
+
], h1.prototype, "activeIndex", 2);
|
|
3954
|
+
H1([
|
|
3916
3955
|
s({ type: Array })
|
|
3917
|
-
],
|
|
3918
|
-
|
|
3956
|
+
], h1.prototype, "disabledIndexes", 2);
|
|
3957
|
+
H1([
|
|
3919
3958
|
s({ type: String })
|
|
3920
|
-
],
|
|
3921
|
-
|
|
3959
|
+
], h1.prototype, "maxWidth", 2);
|
|
3960
|
+
H1([
|
|
3922
3961
|
s({ type: String })
|
|
3923
|
-
],
|
|
3924
|
-
|
|
3962
|
+
], h1.prototype, "altressource", 2);
|
|
3963
|
+
H1([
|
|
3925
3964
|
s({ type: Object })
|
|
3926
|
-
],
|
|
3927
|
-
|
|
3965
|
+
], h1.prototype, "swiperInstance", 2);
|
|
3966
|
+
H1([
|
|
3928
3967
|
t1()
|
|
3929
|
-
],
|
|
3930
|
-
|
|
3968
|
+
], h1.prototype, "focusedIndex", 2);
|
|
3969
|
+
h1 = H1([
|
|
3931
3970
|
f("thumbnail-navigation")
|
|
3932
|
-
],
|
|
3933
|
-
var
|
|
3934
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3971
|
+
], h1);
|
|
3972
|
+
var x5 = Object.defineProperty, L5 = Object.getOwnPropertyDescriptor, P2 = (e, t, o, n) => {
|
|
3973
|
+
for (var i = n > 1 ? void 0 : n ? L5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
3935
3974
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
3936
|
-
return n && i &&
|
|
3975
|
+
return n && i && x5(t, o, i), i;
|
|
3937
3976
|
};
|
|
3938
3977
|
let e2 = class extends g(C) {
|
|
3939
3978
|
constructor() {
|
|
@@ -4011,10 +4050,10 @@ P2([
|
|
|
4011
4050
|
e2 = P2([
|
|
4012
4051
|
f("o-tag")
|
|
4013
4052
|
], e2);
|
|
4014
|
-
var
|
|
4015
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4053
|
+
var $5 = Object.defineProperty, B5 = Object.getOwnPropertyDescriptor, I2 = (e, t, o, n) => {
|
|
4054
|
+
for (var i = n > 1 ? void 0 : n ? B5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4016
4055
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4017
|
-
return n && i &&
|
|
4056
|
+
return n && i && $5(t, o, i), i;
|
|
4018
4057
|
};
|
|
4019
4058
|
let o2 = class extends g(C) {
|
|
4020
4059
|
constructor() {
|
|
@@ -4131,12 +4170,12 @@ I2([
|
|
|
4131
4170
|
o2 = I2([
|
|
4132
4171
|
f("o-tooltip")
|
|
4133
4172
|
], o2);
|
|
4134
|
-
var
|
|
4135
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4173
|
+
var H5 = Object.defineProperty, V5 = Object.getOwnPropertyDescriptor, w1 = (e, t, o, n) => {
|
|
4174
|
+
for (var i = n > 1 ? void 0 : n ? V5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4136
4175
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4137
|
-
return n && i &&
|
|
4176
|
+
return n && i && H5(t, o, i), i;
|
|
4138
4177
|
};
|
|
4139
|
-
let
|
|
4178
|
+
let i1 = class extends g(C) {
|
|
4140
4179
|
constructor() {
|
|
4141
4180
|
super(...arguments), this.options = [], this.value = "", this.name = "", this.disabled = !1, this.width = "100%", this.open = !1, this.activeIndex = -1, this.menuWidth = "", this._handleOutsideClick = (e) => {
|
|
4142
4181
|
this.contains(e.target) || (this.open = !1, this.activeIndex = -1);
|
|
@@ -4202,7 +4241,7 @@ let n1 = class extends g(C) {
|
|
|
4202
4241
|
this.options.length > 0 && (this.options.some((o) => o.value === this.value) || (this.value = this.options[0].value));
|
|
4203
4242
|
}
|
|
4204
4243
|
render() {
|
|
4205
|
-
const e =
|
|
4244
|
+
const e = u2["occ-check-outlined"].replace(
|
|
4206
4245
|
"<svg",
|
|
4207
4246
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
4208
4247
|
), t = this.options.find((o) => o.value === this.value);
|
|
@@ -4223,7 +4262,7 @@ let n1 = class extends g(C) {
|
|
|
4223
4262
|
${t ? t.label : "Select an option"}
|
|
4224
4263
|
</span>
|
|
4225
4264
|
<span class="arrow">
|
|
4226
|
-
<o-icon-button icon='${this.open ? "
|
|
4265
|
+
<o-icon-button icon='${this.open ? "occ-triangle-up" : "occ-triangle-down"}' size="small" bgstyle="none-contrast" type="span"></o-icon-button>
|
|
4227
4266
|
</span>
|
|
4228
4267
|
</button>
|
|
4229
4268
|
|
|
@@ -4247,10 +4286,10 @@ let n1 = class extends g(C) {
|
|
|
4247
4286
|
${o.url ? a`
|
|
4248
4287
|
<a href="${o.url}">
|
|
4249
4288
|
<span>${o.label}</span>
|
|
4250
|
-
${o.value === this.value ? a`<span class="check">${
|
|
4289
|
+
${o.value === this.value ? a`<span class="check">${a1(e)}</span>` : null}
|
|
4251
4290
|
</a>` : a`
|
|
4252
4291
|
<span>${o.label}</span>
|
|
4253
|
-
${o.value === this.value ? a`<span class="check">${
|
|
4292
|
+
${o.value === this.value ? a`<span class="check">${a1(e)}</span>` : null}`}
|
|
4254
4293
|
</li>`
|
|
4255
4294
|
)}
|
|
4256
4295
|
</ul>` : null}
|
|
@@ -4259,7 +4298,7 @@ let n1 = class extends g(C) {
|
|
|
4259
4298
|
`;
|
|
4260
4299
|
}
|
|
4261
4300
|
};
|
|
4262
|
-
|
|
4301
|
+
i1.styles = u`
|
|
4263
4302
|
:host {
|
|
4264
4303
|
display: inline-block;
|
|
4265
4304
|
position: relative;
|
|
@@ -4400,33 +4439,33 @@ n1.styles = u`
|
|
|
4400
4439
|
`;
|
|
4401
4440
|
w1([
|
|
4402
4441
|
s({ type: Array, reflect: !0 })
|
|
4403
|
-
],
|
|
4442
|
+
], i1.prototype, "options", 2);
|
|
4404
4443
|
w1([
|
|
4405
4444
|
s({ type: String, reflect: !0 })
|
|
4406
|
-
],
|
|
4445
|
+
], i1.prototype, "value", 2);
|
|
4407
4446
|
w1([
|
|
4408
4447
|
s({ type: String, reflect: !0 })
|
|
4409
|
-
],
|
|
4448
|
+
], i1.prototype, "name", 2);
|
|
4410
4449
|
w1([
|
|
4411
4450
|
s({ type: Boolean, reflect: !0 })
|
|
4412
|
-
],
|
|
4451
|
+
], i1.prototype, "disabled", 2);
|
|
4413
4452
|
w1([
|
|
4414
4453
|
s({ type: String, reflect: !0 })
|
|
4415
|
-
],
|
|
4454
|
+
], i1.prototype, "width", 2);
|
|
4416
4455
|
w1([
|
|
4417
4456
|
t1()
|
|
4418
|
-
],
|
|
4457
|
+
], i1.prototype, "open", 2);
|
|
4419
4458
|
w1([
|
|
4420
4459
|
t1()
|
|
4421
|
-
],
|
|
4460
|
+
], i1.prototype, "activeIndex", 2);
|
|
4422
4461
|
w1([
|
|
4423
4462
|
t1()
|
|
4424
|
-
],
|
|
4425
|
-
|
|
4463
|
+
], i1.prototype, "menuWidth", 2);
|
|
4464
|
+
i1 = w1([
|
|
4426
4465
|
f("o-dropdown")
|
|
4427
|
-
],
|
|
4428
|
-
var
|
|
4429
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4466
|
+
], i1);
|
|
4467
|
+
var E5 = Object.getOwnPropertyDescriptor, M5 = (e, t, o, n) => {
|
|
4468
|
+
for (var i = n > 1 ? void 0 : n ? E5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4430
4469
|
(l = e[r]) && (i = l(i) || i);
|
|
4431
4470
|
return i;
|
|
4432
4471
|
};
|
|
@@ -4478,13 +4517,13 @@ E2.styles = u`
|
|
|
4478
4517
|
background-color: var(--color-container-action-primary-pressed);
|
|
4479
4518
|
}
|
|
4480
4519
|
`;
|
|
4481
|
-
E2 =
|
|
4520
|
+
E2 = M5([
|
|
4482
4521
|
f("o-dots")
|
|
4483
4522
|
], E2);
|
|
4484
|
-
var
|
|
4485
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4523
|
+
var k5 = Object.defineProperty, _5 = Object.getOwnPropertyDescriptor, d1 = (e, t, o, n) => {
|
|
4524
|
+
for (var i = n > 1 ? void 0 : n ? _5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4486
4525
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4487
|
-
return n && i &&
|
|
4526
|
+
return n && i && k5(t, o, i), i;
|
|
4488
4527
|
};
|
|
4489
4528
|
let Q = class extends g(C) {
|
|
4490
4529
|
constructor() {
|
|
@@ -4634,7 +4673,7 @@ let Q = class extends g(C) {
|
|
|
4634
4673
|
this.options.length > 0 && (this.options.some((t) => t.value === this.value) || (this.value = this.options[0].value));
|
|
4635
4674
|
}
|
|
4636
4675
|
render() {
|
|
4637
|
-
const e =
|
|
4676
|
+
const e = u2["occ-check-outlined"].replace(
|
|
4638
4677
|
"<svg",
|
|
4639
4678
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
4640
4679
|
), t = this.options.find((o) => o.value === this.value);
|
|
@@ -4660,7 +4699,7 @@ let Q = class extends g(C) {
|
|
|
4660
4699
|
<span class="additional-text">${this.additionaltext}</span>
|
|
4661
4700
|
<span class="arrow">
|
|
4662
4701
|
<o-icon-button
|
|
4663
|
-
icon="${this.open ? "
|
|
4702
|
+
icon="${this.open ? "occ-triangle-up" : "occ-triangle-down"}"
|
|
4664
4703
|
size="medium"
|
|
4665
4704
|
bgstyle="none-contrast"
|
|
4666
4705
|
type="span">
|
|
@@ -4698,7 +4737,7 @@ let Q = class extends g(C) {
|
|
|
4698
4737
|
<div class="right">
|
|
4699
4738
|
<span class="additional-text">${E(o.additionaltext)}</span>
|
|
4700
4739
|
${o.value === this.value && !o.additionaltext ? a`
|
|
4701
|
-
<span class="check">${
|
|
4740
|
+
<span class="check">${a1(e)}</span>` : null}
|
|
4702
4741
|
</div>
|
|
4703
4742
|
</a>
|
|
4704
4743
|
</li>
|
|
@@ -4922,7 +4961,7 @@ Q = d1([
|
|
|
4922
4961
|
* Copyright 2018 Google LLC
|
|
4923
4962
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
4924
4963
|
*/
|
|
4925
|
-
const u0 = "important",
|
|
4964
|
+
const u0 = "important", Z5 = " !" + u0, S5 = g2(class extends f2 {
|
|
4926
4965
|
constructor(e) {
|
|
4927
4966
|
var t;
|
|
4928
4967
|
if (super(e), e.type !== g1.ATTRIBUTE || e.name !== "style" || ((t = e.strings) == null ? void 0 : t.length) > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
|
|
@@ -4941,17 +4980,17 @@ const u0 = "important", B5 = " !" + u0, V5 = g2(class extends f2 {
|
|
|
4941
4980
|
const i = t[n];
|
|
4942
4981
|
if (i != null) {
|
|
4943
4982
|
this.ft.add(n);
|
|
4944
|
-
const r = typeof i == "string" && i.endsWith(
|
|
4983
|
+
const r = typeof i == "string" && i.endsWith(Z5);
|
|
4945
4984
|
n.includes("-") || r ? o.setProperty(n, r ? i.slice(0, -11) : i, r ? u0 : "") : o[n] = i;
|
|
4946
4985
|
}
|
|
4947
4986
|
}
|
|
4948
|
-
return
|
|
4987
|
+
return G;
|
|
4949
4988
|
}
|
|
4950
4989
|
});
|
|
4951
|
-
var
|
|
4952
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4990
|
+
var F5 = Object.defineProperty, O5 = Object.getOwnPropertyDescriptor, b2 = (e, t, o, n) => {
|
|
4991
|
+
for (var i = n > 1 ? void 0 : n ? O5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
4953
4992
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
4954
|
-
return n && i &&
|
|
4993
|
+
return n && i && F5(t, o, i), i;
|
|
4955
4994
|
};
|
|
4956
4995
|
let T1 = class extends g(C) {
|
|
4957
4996
|
constructor() {
|
|
@@ -4965,7 +5004,7 @@ let T1 = class extends g(C) {
|
|
|
4965
5004
|
width: `${this.imageSize}px`,
|
|
4966
5005
|
height: `${this.imageSize}px`
|
|
4967
5006
|
}, n = this.option && this.option.title ? e(this.option.title) : "", i = this.option && this.option.description ? e(this.option.description) : "", r = a`
|
|
4968
|
-
${this.option.imgurl ? a`<img src="${this.option.imgurl}" alt="${E(n)}" aria-hidden="true" style=${
|
|
5007
|
+
${this.option.imgurl ? a`<img src="${this.option.imgurl}" alt="${E(n)}" aria-hidden="true" style=${S5(o)} />` : ""}
|
|
4969
5008
|
<div class="m-reassurance-content">
|
|
4970
5009
|
<h3 class="a-reassurance-text">${E(n)}</h3>
|
|
4971
5010
|
<p class="a-reassurance-description">${E(i)}</p>
|
|
@@ -5073,13 +5112,13 @@ b2([
|
|
|
5073
5112
|
T1 = b2([
|
|
5074
5113
|
f("o-reassurance")
|
|
5075
5114
|
], T1);
|
|
5076
|
-
var
|
|
5077
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5115
|
+
var A5 = Object.defineProperty, P5 = Object.getOwnPropertyDescriptor, m1 = (e, t, o, n) => {
|
|
5116
|
+
for (var i = n > 1 ? void 0 : n ? P5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5078
5117
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5079
|
-
return n && i &&
|
|
5118
|
+
return n && i && A5(t, o, i), i;
|
|
5080
5119
|
};
|
|
5081
|
-
const
|
|
5082
|
-
let X = class extends
|
|
5120
|
+
const I5 = g(l2(C));
|
|
5121
|
+
let X = class extends I5 {
|
|
5083
5122
|
constructor() {
|
|
5084
5123
|
super(...arguments), this.link = "", this.name = "", this.value = "", this.text = "", this.size = "standard", this.selected = !1, this.fullwidth = !1, this.inactive = !1;
|
|
5085
5124
|
}
|
|
@@ -5224,10 +5263,10 @@ m1([
|
|
|
5224
5263
|
X = m1([
|
|
5225
5264
|
f("o-chip")
|
|
5226
5265
|
], X);
|
|
5227
|
-
var
|
|
5228
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5266
|
+
var z5 = Object.defineProperty, D5 = Object.getOwnPropertyDescriptor, z2 = (e, t, o, n) => {
|
|
5267
|
+
for (var i = n > 1 ? void 0 : n ? D5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5229
5268
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5230
|
-
return n && i &&
|
|
5269
|
+
return n && i && z5(t, o, i), i;
|
|
5231
5270
|
};
|
|
5232
5271
|
let i2 = class extends g(C) {
|
|
5233
5272
|
constructor() {
|
|
@@ -5262,13 +5301,13 @@ z2([
|
|
|
5262
5301
|
i2 = z2([
|
|
5263
5302
|
f("o-chipset")
|
|
5264
5303
|
], i2);
|
|
5265
|
-
var
|
|
5266
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5304
|
+
var T5 = Object.defineProperty, R5 = Object.getOwnPropertyDescriptor, p1 = (e, t, o, n) => {
|
|
5305
|
+
for (var i = n > 1 ? void 0 : n ? R5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5267
5306
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5268
|
-
return n && i &&
|
|
5307
|
+
return n && i && T5(t, o, i), i;
|
|
5269
5308
|
};
|
|
5270
|
-
const
|
|
5271
|
-
let Y = class extends
|
|
5309
|
+
const j5 = g(l2(C));
|
|
5310
|
+
let Y = class extends j5 {
|
|
5272
5311
|
constructor() {
|
|
5273
5312
|
super(...arguments), this.name = "", this.value = "", this.type = "", this.text = "", this.selected = !1, this.disabled = !1, this.fullwidth = !1, this.crossIconName = "cross", this.strikethroughImgName = "strikeDiagonal";
|
|
5274
5313
|
}
|
|
@@ -5283,11 +5322,11 @@ let Y = class extends P5 {
|
|
|
5283
5322
|
return a`<o-icon-button size="xsmall" icon="occ-close-outlined" bgstyle="none-light"></o-icon-button>`;
|
|
5284
5323
|
}
|
|
5285
5324
|
strikeThroughImg() {
|
|
5286
|
-
const e =
|
|
5325
|
+
const e = Q4[this.strikethroughImgName].replace(
|
|
5287
5326
|
"<svg",
|
|
5288
5327
|
'<svg aria-hidden="true" focusable="false" part="strikethrough"'
|
|
5289
5328
|
).replace(/stroke=[#"'a-z1-9]*/gi, "");
|
|
5290
|
-
return
|
|
5329
|
+
return a1(e);
|
|
5291
5330
|
}
|
|
5292
5331
|
render() {
|
|
5293
5332
|
const e = this.text;
|
|
@@ -5467,10 +5506,10 @@ p1([
|
|
|
5467
5506
|
Y = p1([
|
|
5468
5507
|
f("o-filter-chip")
|
|
5469
5508
|
], Y);
|
|
5470
|
-
var
|
|
5509
|
+
var q5 = Object.defineProperty, e1 = (e, t, o, n) => {
|
|
5471
5510
|
for (var i = void 0, r = e.length - 1, l; r >= 0; r--)
|
|
5472
5511
|
(l = e[r]) && (i = l(t, o, i) || i);
|
|
5473
|
-
return i &&
|
|
5512
|
+
return i && q5(t, o, i), i;
|
|
5474
5513
|
};
|
|
5475
5514
|
const R2 = class R2 extends g(C) {
|
|
5476
5515
|
constructor() {
|
|
@@ -5691,10 +5730,10 @@ e1([
|
|
|
5691
5730
|
s({ attribute: !1 })
|
|
5692
5731
|
], I.prototype, "onClickIcon");
|
|
5693
5732
|
customElements.define("mini-tile", I);
|
|
5694
|
-
var
|
|
5695
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5733
|
+
var U5 = Object.defineProperty, N5 = Object.getOwnPropertyDescriptor, w2 = (e, t, o, n) => {
|
|
5734
|
+
for (var i = n > 1 ? void 0 : n ? N5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5696
5735
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5697
|
-
return n && i &&
|
|
5736
|
+
return n && i && U5(t, o, i), i;
|
|
5698
5737
|
};
|
|
5699
5738
|
let R1 = class extends g(C) {
|
|
5700
5739
|
constructor() {
|
|
@@ -5758,10 +5797,10 @@ w2([
|
|
|
5758
5797
|
R1 = w2([
|
|
5759
5798
|
f("o-badge")
|
|
5760
5799
|
], R1);
|
|
5761
|
-
var
|
|
5762
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5800
|
+
var K5 = Object.defineProperty, W5 = Object.getOwnPropertyDescriptor, o1 = (e, t, o, n) => {
|
|
5801
|
+
for (var i = n > 1 ? void 0 : n ? W5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5763
5802
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5764
|
-
return n && i &&
|
|
5803
|
+
return n && i && K5(t, o, i), i;
|
|
5765
5804
|
};
|
|
5766
5805
|
let z = class extends g(C) {
|
|
5767
5806
|
constructor() {
|
|
@@ -5807,11 +5846,11 @@ let z = class extends g(C) {
|
|
|
5807
5846
|
});
|
|
5808
5847
|
}
|
|
5809
5848
|
render() {
|
|
5810
|
-
const t =
|
|
5849
|
+
const t = X4[this.icon].replace("<svg", '<svg aria-hidden="true" focusable="false" part="svg"').replace(/<path\b/g, '<path part="icon-path"').replace(/<g\b/g, '<g part="icon-group"').replace(/<circle\b/g, '<circle part="icon-circle"');
|
|
5811
5850
|
return a`
|
|
5812
5851
|
<div class="o-toast">
|
|
5813
5852
|
<div class="o-toast-icon">
|
|
5814
|
-
${
|
|
5853
|
+
${a1(t)}
|
|
5815
5854
|
</div>
|
|
5816
5855
|
<div class="o-toast-text">
|
|
5817
5856
|
${this.text}
|
|
@@ -5941,14 +5980,14 @@ o1([
|
|
|
5941
5980
|
z = o1([
|
|
5942
5981
|
f("o-toast")
|
|
5943
5982
|
], z);
|
|
5944
|
-
var
|
|
5945
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5983
|
+
var G5 = Object.defineProperty, Q5 = Object.getOwnPropertyDescriptor, r1 = (e, t, o, n) => {
|
|
5984
|
+
for (var i = n > 1 ? void 0 : n ? Q5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
5946
5985
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
5947
|
-
return n && i &&
|
|
5986
|
+
return n && i && G5(t, o, i), i;
|
|
5948
5987
|
};
|
|
5949
|
-
let
|
|
5988
|
+
let X5 = 0, j = class extends g(C) {
|
|
5950
5989
|
constructor() {
|
|
5951
|
-
super(), this.checked = !1, this.indeterminate = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Checkbox", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-checkbox-${++
|
|
5990
|
+
super(), this.checked = !1, this.indeterminate = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Checkbox", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-checkbox-${++X5}`);
|
|
5952
5991
|
}
|
|
5953
5992
|
toggle() {
|
|
5954
5993
|
this.disabled || (this.indeterminate ? (this.indeterminate = !1, this.checked = !0) : this.checked = !this.checked, this.syncInput(), this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 })));
|
|
@@ -5986,7 +6025,7 @@ let U5 = 0, R = class extends g(C) {
|
|
|
5986
6025
|
`;
|
|
5987
6026
|
}
|
|
5988
6027
|
};
|
|
5989
|
-
|
|
6028
|
+
j.styles = u`
|
|
5990
6029
|
:host {
|
|
5991
6030
|
display: inline-flex;
|
|
5992
6031
|
align-items: center;
|
|
@@ -6091,45 +6130,45 @@ R.styles = u`
|
|
|
6091
6130
|
`;
|
|
6092
6131
|
r1([
|
|
6093
6132
|
s({ type: Boolean, reflect: !0 })
|
|
6094
|
-
],
|
|
6133
|
+
], j.prototype, "checked", 2);
|
|
6095
6134
|
r1([
|
|
6096
6135
|
s({ type: Boolean, reflect: !0 })
|
|
6097
|
-
],
|
|
6136
|
+
], j.prototype, "indeterminate", 2);
|
|
6098
6137
|
r1([
|
|
6099
6138
|
s({ type: Boolean, reflect: !0 })
|
|
6100
|
-
],
|
|
6139
|
+
], j.prototype, "disabled", 2);
|
|
6101
6140
|
r1([
|
|
6102
6141
|
s({ type: String, reflect: !0 })
|
|
6103
|
-
],
|
|
6142
|
+
], j.prototype, "size", 2);
|
|
6104
6143
|
r1([
|
|
6105
6144
|
s({ type: Boolean })
|
|
6106
|
-
],
|
|
6145
|
+
], j.prototype, "showLabel", 2);
|
|
6107
6146
|
r1([
|
|
6108
6147
|
s({ type: String })
|
|
6109
|
-
],
|
|
6148
|
+
], j.prototype, "label", 2);
|
|
6110
6149
|
r1([
|
|
6111
6150
|
s({ type: String })
|
|
6112
|
-
],
|
|
6151
|
+
], j.prototype, "name", 2);
|
|
6113
6152
|
r1([
|
|
6114
6153
|
s({ type: String })
|
|
6115
|
-
],
|
|
6154
|
+
], j.prototype, "value", 2);
|
|
6116
6155
|
r1([
|
|
6117
6156
|
s({ type: String, reflect: !0 })
|
|
6118
|
-
],
|
|
6157
|
+
], j.prototype, "inputId", 2);
|
|
6119
6158
|
r1([
|
|
6120
6159
|
q1("input")
|
|
6121
|
-
],
|
|
6122
|
-
|
|
6160
|
+
], j.prototype, "inputEl", 2);
|
|
6161
|
+
j = r1([
|
|
6123
6162
|
f("o-checkbox")
|
|
6124
|
-
],
|
|
6125
|
-
var
|
|
6126
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6163
|
+
], j);
|
|
6164
|
+
var Y5 = Object.defineProperty, J5 = Object.getOwnPropertyDescriptor, C1 = (e, t, o, n) => {
|
|
6165
|
+
for (var i = n > 1 ? void 0 : n ? J5(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6127
6166
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6128
|
-
return n && i &&
|
|
6167
|
+
return n && i && Y5(t, o, i), i;
|
|
6129
6168
|
};
|
|
6130
|
-
let
|
|
6169
|
+
let t6 = 0, J = class extends g(C) {
|
|
6131
6170
|
constructor() {
|
|
6132
|
-
super(), this.checked = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Radio button", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-radio-${++
|
|
6171
|
+
super(), this.checked = !1, this.disabled = !1, this.size = "S", this.showLabel = !0, this.label = "Radio button", this.name = "", this.value = "on", this.inputId = "", this.inputId || (this.inputId = `o-radio-${++t6}`);
|
|
6133
6172
|
}
|
|
6134
6173
|
handleClick() {
|
|
6135
6174
|
this.disabled || this.checked || (this.checked = !0, this.syncInput(), this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 })));
|
|
@@ -6281,8 +6320,8 @@ C1([
|
|
|
6281
6320
|
J = C1([
|
|
6282
6321
|
f("o-radio")
|
|
6283
6322
|
], J);
|
|
6284
|
-
var
|
|
6285
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6323
|
+
var e6 = Object.getOwnPropertyDescriptor, o6 = (e, t, o, n) => {
|
|
6324
|
+
for (var i = n > 1 ? void 0 : n ? e6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6286
6325
|
(l = e[r]) && (i = l(i) || i);
|
|
6287
6326
|
return i;
|
|
6288
6327
|
};
|
|
@@ -6309,13 +6348,13 @@ M2.styles = u`
|
|
|
6309
6348
|
padding: var(--spacing-4-xs);
|
|
6310
6349
|
}
|
|
6311
6350
|
`;
|
|
6312
|
-
M2 =
|
|
6351
|
+
M2 = o6([
|
|
6313
6352
|
f("o-breadcrumbs")
|
|
6314
6353
|
], M2);
|
|
6315
|
-
var
|
|
6316
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6354
|
+
var i6 = Object.defineProperty, n6 = Object.getOwnPropertyDescriptor, D2 = (e, t, o, n) => {
|
|
6355
|
+
for (var i = n > 1 ? void 0 : n ? n6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6317
6356
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6318
|
-
return n && i &&
|
|
6357
|
+
return n && i && i6(t, o, i), i;
|
|
6319
6358
|
};
|
|
6320
6359
|
let n2 = class extends g(C) {
|
|
6321
6360
|
constructor() {
|
|
@@ -6389,10 +6428,10 @@ D2([
|
|
|
6389
6428
|
n2 = D2([
|
|
6390
6429
|
f("o-breadcrumb")
|
|
6391
6430
|
], n2);
|
|
6392
|
-
var
|
|
6393
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6431
|
+
var r6 = Object.defineProperty, s6 = Object.getOwnPropertyDescriptor, F1 = (e, t, o, n) => {
|
|
6432
|
+
for (var i = n > 1 ? void 0 : n ? s6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6394
6433
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6395
|
-
return n && i &&
|
|
6434
|
+
return n && i && r6(t, o, i), i;
|
|
6396
6435
|
};
|
|
6397
6436
|
let f1 = class extends g(C) {
|
|
6398
6437
|
constructor() {
|
|
@@ -6519,7 +6558,7 @@ F1([
|
|
|
6519
6558
|
f1 = F1([
|
|
6520
6559
|
f("o-arch-image")
|
|
6521
6560
|
], f1);
|
|
6522
|
-
const
|
|
6561
|
+
const l6 = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
6523
6562
|
<svg
|
|
6524
6563
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6525
6564
|
xmlns:cc="http://creativecommons.org/ns#"
|
|
@@ -6600,10 +6639,10 @@ const e6 = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
6600
6639
|
id="path52"
|
|
6601
6640
|
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
6602
6641
|
d="m 1647.15,320.5 c -2.07,0 -4.94,-0.199 -8.49,-0.469 -8.68,-0.64 -23.5,-1.062 -37.41,-0.172 -20.4,1.282 -32.01,-0.589 -32.01,-10.687 0,-8.66 8.46,-10.781 15.19,-12.461 11.42,-2.949 17.17,-4.422 17.17,-27.402 l 0.93,-77.731 c 0.5,-38.668 1.03,-80.199 1.26,-103.4296 -51.33,57.4726 -160.86,181.7736 -188.51,217.5116 -6.78,8.68 -10.53,13.449 -17.38,13.449 -9.28,0 -20.13,0.743 -29.55,1.379 -7.55,0.5 -14.21,0.934 -18.55,0.934 -12.43,0 -18.72,-3.953 -18.72,-11.781 0,-10.34 10.9,-11.911 15.93,-12.621 10.36,-1.731 14.33,-3.668 18.82,-7.11 2.1,-1.629 5.01,-3.879 5.01,-26.988 0,-29.461 -3.75,-186.1837 -5.06,-201.8126 -2.12,-24.4688 -4.58,-25.168 -18.72,-29.1485 -6.17,-1.6718 -14.6,-3.9609 -14.6,-12.7421 0,-5.1797 2.84,-11.34771 16.4,-11.34771 1.21,0 3.75,0.23829 7.15,0.61719 11.38,1.22266 33.32,1.64062 46.82,0.3125 25.84,-2.53125 30.46,3.93752 30.46,10.41802 0,9.3593 -9.18,11.8515 -14.53,13.3203 -8.73,2.4922 -15.61,6.5195 -17.27,10.1992 -3.05,6.5234 -4.31,16.8515 -4.31,35.6719 0,10.1093 0.37,54.9488 0.74,98.9808 0.25,28.839 0.47,57.359 0.59,75.558 25.28,-29.508 56.38,-65.5 86.72,-100.609 49.5,-57.2697 96.26,-111.3712 113.23,-132.09 l 1.93,-2.3516 c 3.93,-4.8203 7.75,-9.97652 12.34,-14.19918 3.35,-3.089845 8.47,-4.83985 12.86,-2.871095 3.52,1.570315 5.52,5.300785 6.26,8.941405 0.88,4.26177 0.44,8.69927 0.28,13.01177 -0.59,15.3281 -0.42,31.5898 -0.25,52.0703 0.12,12.1172 0.25,25.7184 0.25,41.4684 0,49.141 1.03,147.141 2.98,161.66 1.58,10.52 2.25,14.879 14.31,18.891 l 2.09,0.75 c 4.07,1.41 11.6,4.027 11.6,12.02 0,4.949 -2.76,10.859 -15.96,10.859" /></g></g></svg>`;
|
|
6603
|
-
var
|
|
6604
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6642
|
+
var a6 = Object.defineProperty, c6 = Object.getOwnPropertyDescriptor, A = (e, t, o, n) => {
|
|
6643
|
+
for (var i = n > 1 ? void 0 : n ? c6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6605
6644
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6606
|
-
return n && i &&
|
|
6645
|
+
return n && i && a6(t, o, i), i;
|
|
6607
6646
|
};
|
|
6608
6647
|
const j2 = class j2 extends g(C) {
|
|
6609
6648
|
constructor() {
|
|
@@ -6725,7 +6764,7 @@ const j2 = class j2 extends g(C) {
|
|
|
6725
6764
|
<header part="header" class="${o}">
|
|
6726
6765
|
${this.showBackButton ? this._renderBackButton() : null}
|
|
6727
6766
|
<div class="brand">
|
|
6728
|
-
<span slot="logo${this.contrast ? "-contrast" : ""}">${
|
|
6767
|
+
<span slot="logo${this.contrast ? "-contrast" : ""}">${a1(l6)}</span>
|
|
6729
6768
|
</div>
|
|
6730
6769
|
<div part="close${this.contrast ? "-contrast" : ""}">${this._renderCloseButton()}</div>
|
|
6731
6770
|
</header>
|
|
@@ -6923,10 +6962,10 @@ A([
|
|
|
6923
6962
|
t1()
|
|
6924
6963
|
], M.prototype, "_headerHidden", 2);
|
|
6925
6964
|
customElements.define("o-popin", M);
|
|
6926
|
-
var
|
|
6927
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
6965
|
+
var h6 = Object.defineProperty, d6 = Object.getOwnPropertyDescriptor, _ = (e, t, o, n) => {
|
|
6966
|
+
for (var i = n > 1 ? void 0 : n ? d6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
6928
6967
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
6929
|
-
return n && i &&
|
|
6968
|
+
return n && i && h6(t, o, i), i;
|
|
6930
6969
|
};
|
|
6931
6970
|
let $ = class extends g(C) {
|
|
6932
6971
|
constructor() {
|
|
@@ -7223,10 +7262,10 @@ _([
|
|
|
7223
7262
|
$ = _([
|
|
7224
7263
|
f("o-medium-tile")
|
|
7225
7264
|
], $);
|
|
7226
|
-
var
|
|
7227
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7265
|
+
var p6 = Object.defineProperty, C6 = Object.getOwnPropertyDescriptor, O1 = (e, t, o, n) => {
|
|
7266
|
+
for (var i = n > 1 ? void 0 : n ? C6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7228
7267
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7229
|
-
return n && i &&
|
|
7268
|
+
return n && i && p6(t, o, i), i;
|
|
7230
7269
|
};
|
|
7231
7270
|
let v1 = class extends g(C) {
|
|
7232
7271
|
constructor() {
|
|
@@ -7357,8 +7396,8 @@ O1([
|
|
|
7357
7396
|
v1 = O1([
|
|
7358
7397
|
f("o-tab")
|
|
7359
7398
|
], v1);
|
|
7360
|
-
var
|
|
7361
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7399
|
+
var u6 = Object.getOwnPropertyDescriptor, g6 = (e, t, o, n) => {
|
|
7400
|
+
for (var i = n > 1 ? void 0 : n ? u6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7362
7401
|
(l = e[r]) && (i = l(i) || i);
|
|
7363
7402
|
return i;
|
|
7364
7403
|
};
|
|
@@ -7394,18 +7433,18 @@ k2.styles = u`
|
|
|
7394
7433
|
gap: var(--spacing-s);
|
|
7395
7434
|
}
|
|
7396
7435
|
`;
|
|
7397
|
-
k2 =
|
|
7436
|
+
k2 = g6([
|
|
7398
7437
|
f("o-tablist")
|
|
7399
7438
|
], k2);
|
|
7400
|
-
var
|
|
7401
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7439
|
+
var f6 = Object.defineProperty, v6 = Object.getOwnPropertyDescriptor, m2 = (e, t, o, n) => {
|
|
7440
|
+
for (var i = n > 1 ? void 0 : n ? v6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7402
7441
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7403
|
-
return n && i &&
|
|
7442
|
+
return n && i && f6(t, o, i), i;
|
|
7404
7443
|
};
|
|
7405
|
-
let
|
|
7444
|
+
let b6 = 0, j1 = class extends g(C) {
|
|
7406
7445
|
constructor() {
|
|
7407
7446
|
super(), this.label = "", this.expanded = !1, this.disabled = !1;
|
|
7408
|
-
const e = ++
|
|
7447
|
+
const e = ++b6;
|
|
7409
7448
|
this.headerId = `o-accordion-header-${e}`, this.panelId = `o-accordion-panel-${e}`;
|
|
7410
7449
|
}
|
|
7411
7450
|
toggle() {
|
|
@@ -7575,10 +7614,10 @@ m2([
|
|
|
7575
7614
|
j1 = m2([
|
|
7576
7615
|
f("o-accordion")
|
|
7577
7616
|
], j1);
|
|
7578
|
-
var
|
|
7579
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7617
|
+
var w6 = Object.defineProperty, m6 = Object.getOwnPropertyDescriptor, T2 = (e, t, o, n) => {
|
|
7618
|
+
for (var i = n > 1 ? void 0 : n ? m6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7580
7619
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7581
|
-
return n && i &&
|
|
7620
|
+
return n && i && w6(t, o, i), i;
|
|
7582
7621
|
};
|
|
7583
7622
|
let r2 = class extends g(C) {
|
|
7584
7623
|
constructor() {
|
|
@@ -7630,12 +7669,12 @@ r2 = T2([
|
|
|
7630
7669
|
f("o-accordion-group")
|
|
7631
7670
|
], r2);
|
|
7632
7671
|
const g0 = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20761.18665%20179.29333'%20height='179.29333'%20width='761.18665'%20xml:space='preserve'%20id='svg2'%20version='1.1'%3e%3cmetadata%20id='metadata8'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs6'%20/%3e%3cg%20transform='matrix(1.3333333,0,0,-1.3333333,0,179.29333)'%20id='g10'%3e%3cg%20transform='scale(0.1)'%20id='g12'%3e%3cpath%20id='path14'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%20468.051,699.309%20c%20-42.594,-95.364%20-57.399,-99.996%20-160.164,-99.996%20-74.063,0%20-88.914,7.402%20-99.992,20.394%20-13.895,15.707%20-15.758,49.039%20-15.758,95.363%20v%20325%20c%200,96.27%208.304,99.04%2051.855,105.54%20l%2020.348,3.73%20c%207.453,4.63%206.496,23.11%20-1.817,26.83%20-40.781,-1.86%20-82.421,-2.77%20-123.156,-2.77%20-42.5936,0%20-84.2342,0.91%20-130.5545,2.77%20-8.304687,-3.72%20-8.304687,-22.2%20-1.86328,-26.83%20l%2025.92968,-3.73%20c%2043.5508,-6.5%2051.8633,-9.27%2051.8633,-105.54%20V%20695.633%20c%200,-96.32%20-8.3125,-99.086%20-51.8633,-104.625%20L%205.08594,586.371%20c%20-8.3086,-4.629%20-5.539065,-23.156%201.86328,-26.887%2038.92188,1.864%2085.19138,2.821%20132.41778,2.821%20h%2096.27%20c%20103.722,0%20183.375,-0.957%20222.246,-2.821%2011.125,25.028%2031.515,95.418%2038.867,134.289%20-4.582,7.399%20-19.434,10.168%20-28.699,5.536'%20/%3e%3cpath%20id='path16'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%20491.34,1210.42%20c%20-41.641,0%20-52.766,-27.74%20-52.766,-43.5%200,-20.39%2014.797,-31.52%2028.696,-33.33%2022.257,-2.77%2050,-17.63%2050,-48.13%200,-40.79%20-35.196,-67.63%20-74.969,-84.29%20-2.821,-7.404%20-0.906,-18.529%206.492,-24.065%2063.844,15.754%20126.832,67.565%20126.832,137.955%200,50.9%20-38.871,95.36%20-84.285,95.36'%20/%3e%3cpath%20id='path18'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%201108.72,579.656%20c%20-227.99,0%20-311.365,222.196%20-311.365,393.535%200,253.459%20156.286,335.629%20276.675,335.629%20221.03,0%20305.52,-206.03%20305.52,-397.007%200,-227.985%20-131.92,-332.157%20-270.83,-332.157%20z%20m%20-15.06,765.014%20c%20-238.406,0%20-412.008,-177.08%20-412.008,-408.533%200,-208.348%20155.075,-392.375%20412.008,-392.375%20223.4,0%20401.64,170.179%20401.64,403.953%200,203.665%20-134.28,396.955%20-401.64,396.955'%20/%3e%3cpath%20id='path20'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202152.56,722.48%20c%20-25.88,-60.222%20-76.83,-137.96%20-193.49,-137.96%20-119.43,0%20-242.59,96.269%20-242.59,293.492%200,189.818%20118.48,273.148%20236.09,273.148%20122.25,0%20163.89,-76.84%20179.6,-135.2%206.49,-6.49%2023.16,-5.53%2029.66,1.87%20-9.27,68.53%20-11.08,123.15%20-12.94,144.45%20-8.36,1.86%20-14.81,2.77%20-25.93,5.54%20-43.56,11.13%20-107.4,20.39%20-160.22,20.39%20-93.5,0%20-187,-26.83%20-255.52,-78.69%20-68.53,-52.77%20-116.66,-137.055%20-116.66,-245.356%200,-121.344%2056.49,-205.578%20131.46,-254.668%2066.67,-43.508%20145.36,-62.031%20237.05,-62.031%2060.17,0%20124.06,15.758%20144.45,22.254%2010.17,2.769%2021.25,6.496%2032.37,8.304%2013,17.625%2037.97,78.7%2044.46,140.731%20-4.63,8.355%20-19.43,12.035%20-27.79,3.726'%20/%3e%3cpath%20id='path22'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202372.16,609.496%20c%2066.66,-43.504%20145.36,-62.031%20237.04,-62.031%2060.17,0%20124.06,15.758%20144.4,22.254%2010.23,2.769%2021.3,6.496%2032.43,8.304%2012.99,17.625%2037.97,78.7%2044.46,140.731%20-4.63,8.359%20-19.44,12.035%20-27.8,3.723%20-25.88,-60.219%20-76.83,-137.954%20-193.49,-137.954%20-119.43,0%20-242.59,96.266%20-242.59,293.489%200,189.818%20118.48,273.148%20236.1,273.148%20122.25,0%20163.89,-76.84%20179.64,-135.2%206.45,-6.49%2023.17,-5.53%2029.61,1.87%20-9.27,68.53%20-11.07,123.15%20-12.94,144.45%20-8.36,1.86%20-14.8,2.77%20-25.93,5.54%20-43.55,11.13%20-107.4,20.39%20-160.16,20.39%20-93.55,0%20-187.05,-26.83%20-255.58,-78.69%20-68.52,-52.77%20-116.66,-137.055%20-116.66,-245.356%200,-121.344%2056.49,-205.578%20131.47,-254.668'%20/%3e%3cpath%20id='path24'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203164.23,559.523%20c%207.41,3.672%208.31,20.34%201.87,26.832%20l%20-20.4,2.774%20c%20-43.5,5.539%20-51.86,8.359%20-51.86,106.488%20v%20344.443%20c%200,98.13%208.36,100.9%2051.86,106.49%20l%2020.4,2.77%20c%206.44,6.5%205.54,23.11%20-1.87,26.84%20-40.78,-1.82%20-82.42,-2.77%20-123.15,-2.77%20-42.6,0%20-84.24,0.95%20-125.02,2.77%20-7.41,-3.73%20-8.31,-20.34%20-1.81,-26.84%20l%2020.34,-2.77%20c%2043.55,-5.59%2051.86,-8.36%2051.86,-106.49%20V%20695.617%20c%200,-98.129%20-8.31,-100.949%20-51.86,-106.488%20l%20-20.34,-2.774%20c%20-6.5,-6.492%20-5.6,-23.16%201.81,-26.832%2040.78,1.809%2084.28,2.766%20125.02,2.766%2040.73,0%2082.37,-0.957%20123.15,-2.766'%20/%3e%3cpath%20id='path26'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203482.63,1136.35%20c%2024.12,0%2025.02,-1.87%2025.02,-40.74%20V%20695.637%20c%200,-98.184%20-8.3,-100.949%20-51.86,-104.625%20l%20-38.92,-4.684%20c%20-6.44,-4.582%20-5.53,-23.109%201.92,-26.84%2059.25,1.867%20102.76,2.774%20143.49,2.774%2040.73,0%2082.37,-0.907%20136.1,-2.774%207.45,3.731%208.35,20.395%201.86,26.84%20l%20-33.33,3.727%20c%20-43.55,4.633%20-51.86,7.398%20-51.86,105.582%20v%20399.973%20c%200,38.87%200.91,40.74%2025.02,40.74%20h%2052.77%20c%2099.04,0%20116.66,-17.58%20128.69,-89.83%208.31,-6.44%2024.07,-4.63%2028.7,2.82%20-2.77,29.61%204.63,109.26%2013.9,147.23%20-1.87,2.77%20-6.5,4.58%20-12.04,4.58%20-3.72,0%20-7.4,-1.81%20-11.12,-3.68%20-11.13,-21.29%20-25.03,-24.06%20-70.39,-24.06%20h%20-377.77%20c%20-62.94,0%20-75.88,0.9%20-80.56,24.06%20-1.82,2.77%20-5.54,3.68%20-9.22,3.68%20-4.63,0%20-8.36,-0.91%20-10.17,-3.68%20-6.5,-32.42%20-20.39,-89.82%20-36.15,-139.82%203.72,-9.26%2023.16,-12.03%2029.65,-6.49%2034.24,75.02%2059.27,85.19%20144.41,85.19%20h%2051.86'%20/%3e%3cpath%20id='path28'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%204139.13,830.781%20h%20-96.31%20c%20-22.21,0%20-24.98,0%20-14.81,26.887%20l%2038.87,108.301%20c%2016.67,43.501%2024.12,66.671%2027.79,73.161%20h%201.87%20c%204.63,-6.49%2010.17,-24.07%2025.93,-73.161%20l%2038.87,-111.121%20c%207.4,-22.203%203.72,-24.067%20-22.21,-24.067%20z%20m%20284.23,-244.449%20-13.9,2.82%20c%20-47.18,8.305%20-51.81,14.805%20-73.11,76.836%20l%20-133.32,387.942%20c%20-14.8,41.69%20-26.89,85.19%20-41.69,126.88%20-3.73,4.64%20-8.31,7.4%20-15.71,7.4%20-1.87,0%20-32.43,-37.96%20-64.85,-44.45%202.77,-15.76%20-5.54,-37.97%20-17.58,-67.62%20L%203936.37,746.547%20c%20-19.48,-50%20-34.28,-88.867%20-45.41,-112.934%20-13.85,-30.613%20-24.07,-38.922%20-50.9,-42.648%20l%20-27.8,-4.633%20c%20-6.49,-8.305%20-5.54,-22.203%200.96,-26.836%2032.37,1.863%2061.07,2.77%2091.64,2.77%2037.96,-0.907%2068.52,-0.907%2098.18,-2.77%207.4,3.727%208.31,20.395%201.81,26.836%20l%20-26.84,4.633%20c%20-34.23,4.683%20-37.96,7.449%20-19.43,62.031%20l%2037.96,111.121%20c%208.31,25.028%207.4,25.028%2031.47,25.028%20h%20123.16%20c%2025.93,0%2028.7,0%2037.96,-25.028%20l%2043.5,-125.922%20c%2012.03,-39.781%209.27,-45.367%20-24.07,-49.043%20l%20-20.33,-2.82%20c%20-5.6,-5.484%20-4.69,-22.203%202.77,-26.836%2032.37,0.961%2073.1,2.77%20112.93,2.77%2048.18,0%2082.42,-0.907%20120.38,-2.77%206.45,4.633%206.45,20.395%20-0.95,26.836'%20/%3e%3cpath%20id='path30'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%205133.99,1176.16%20c%20-33.34,-1.81%20-57.4,-2.77%20-97.23,-2.77%20-36.1,0%20-70.34,0.96%20-106.44,2.77%20-9.26,-2.77%20-10.22,-20.34%20-1.86,-26.84%20l%2021.3,-2.77%20c%2023.16,-3.72%2037.96,-9.26%2046.27,-23.16%2016.66,-27.79%2017.57,-112.93%2017.57,-182.413%20V%20760.422%20c%200,-14.805%200,-19.434%20-2.77,-22.203%20-9.27,5.539%20-95.36,103.672%20-134.23,146.265%20l%20-92.59,100.043%20c%20-32.43,35.143%20-133.33,151.803%20-149.09,191.633%20-22.21,-1.81%20-44.46,-2.77%20-63.89,-2.77%20-23.16,0%20-74.07,-0.96%20-109.26,2.77%20-9.27,-2.77%20-10.17,-21.3%20-3.68,-26.84%20l%2013.9,-2.77%20c%2012.94,-2.76%2038.87,-10.22%2049.04,-18.52%2031.52,-26.84%2030.56,-41.7%2030.56,-113.9%20V%20794.707%20c%200,-73.203%200,-153.715%20-12.03,-182.41%20-6.5,-14.805%20-23.16,-18.531%20-40.74,-21.305%20l%20-20.39,-4.629%20c%20-7.4,-6.496%20-5.53,-22.258%201.87,-26.836%2032.37,1.813%2057.39,2.77%2096.32,2.77%2035.14,0%2071.29,-0.957%20105.53,-2.77%209.26,2.77%2010.17,20.34%201.86,26.836%20l%20-20.39,2.774%20c%20-23.11,3.672%20-38.87,9.261%20-47.23,23.16%20-15.71,27.789%20-16.66,112.93%20-16.66,182.41%20v%20180.559%20c%200,49.044%200,59.264%202.82,59.264%2015.7,-13.9%2045.36,-49.092%20105.53,-116.717%20l%20216.65,-247.211%20c%2066.67,-75.93%2093.55,-107.403%20108.36,-126.836%2011.07,-0.907%2024.06,2.773%2031.47,12.941%20-2.78,21.297%20-2.78,135.191%20-2.78,162.984%20v%20221.286%20c%200,73.153%200,153.723%2012.95,182.413%206.49,14.81%2022.2,18.48%2039.82,21.3%20l%2021.3,4.63%20c%207.4,6.5%205.54,22.21%20-1.86,26.84'%20/%3e%3cpath%20id='path32'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%205679.33,699.297%20c%20-32.43,-74.969%20-52.82,-101.805%20-170.38,-99.992%20-77.79,0%20-93.56,7.449%20-104.63,20.39%20-13.9,15.758%20-15.76,49.039%20-15.76,96.317%20v%20117.566%20c%200,23.16%200.91,25.024%2022.2,25.024%20h%2044.46%20c%2080.56,0%2096.32,-1.864%20102.77,-40.778%20l%206.49,-37.008%20c%207.4,-5.593%2025.02,-5.593%2029.66,0.907%20-0.96,29.652%20-2.77,62.031%20-2.77,97.222%200,34.239%201.81,67.621%202.77,92.594%20-4.64,7.399%20-22.26,7.399%20-29.66,0.906%20l%20-6.49,-31.465%20c%20-6.45,-39.832%20-22.21,-40.734%20-102.77,-40.734%20h%20-44.46%20c%20-21.29,0%20-22.2,0.902%20-22.2,24.973%20V%201081.7%20c%200,52.77%200,54.64%2039.83,54.64%20h%2062.03%20c%2025.02,0%2052.76,-1.87%2074.06,-8.32%2029.66,-7.39%2043.55,-30.56%2058.36,-84.28%207.4,-5.54%2025.93,-3.68%2029.6,3.72%20-5.54,39.83%20-11.13,112.99%20-14.8,128.7%20-12.04,-1.82%20-65.76,-2.77%20-125.02,-2.77%20h%20-176.83%20c%20-40.73,0%20-84.23,0.95%20-119.43,2.77%20-7.45,-3.73%20-8.36,-20.34%20-1.86,-26.84%20l%2014.8,-1.86%20c%2043.56,-6.5%2051.86,-9.26%2051.86,-107.4%20V%20695.625%20c%200,-98.133%20-8.3,-100.953%20-51.86,-105.586%20l%20-34.23,-3.676%20c%20-6.5,-6.496%20-5.54,-23.164%201.81,-26.836%2041.69,1.813%2098.18,2.77%20138.91,2.77%20h%20105.59%20c%20108.3,0%20187.95,-0.957%20228.64,-2.77%2012.98,24.973%2033.38,95.364%2038.91,134.235%20-5.53,9.261%20-21.29,12.031%20-29.6,5.535'%20/%3e%3cpath%20id='path34'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202364.18,188.25%20c%20-6.49,-4.219%20-32.24,-8.328%20-46.69,-8.328%20-1.85,-0.043%20-4.49,-0.024%20-7.13,0.058%20v%200.168%20c%200,48.543%200.13,107.602%200.45,114.172%200.02,0.621%200.07,1.129%200.12,1.559%202.17,0.68%205.92,1.5%209.38,1.5%2023.2,0%2038.94,-5.008%2051.05,-16.231%2010.87,-10.07%2016.65,-26.289%2016.65,-46.898%200,-21.352%20-12.48,-37.871%20-23.83,-46%20z%20M%202494.63,30.5391%20c%20-3.3,0%20-15.22,1.1992%20-30.49,16.4726%20-9.66,9.6485%20-19.19,21.1602%20-32.92,39.7188%20-12.53,16.9685%20-42.27,63.5785%20-51.13,80.8205%207.72,3.238%2017.78,8.187%2024.59,14.179%209.59,7.559%2029.6,23.282%2029.6,59.461%200,24.918%20-11.75,47.668%20-32.21,62.438%20-17.2,12.48%20-36.95,17.801%20-66.08,17.801%20-7.6,0%20-15.64,-0.551%20-23.9,-1.121%20-18,-1.258%20-38.11,-0.969%20-49.47,0%20-6.34,0.562%20-13.63,1.613%20-19.69,-0.848%20-2.7,-1.09%20-5.12,-3.012%20-6.46,-5.59%20-2.2,-4.25%20-0.68,-9.652%202.98,-12.543%203.13,-2.476%207.16,-3.457%2010.98,-4.308%2013.27,-2.211%2013.34,-3.442%2014.11,-15.219%20l%200.19,-3%20c%200.99,-15.051%202.62,-40.223%202.62,-100.5%200,-73.68%20-1.16,-105.8791%20-2.3,-127.5002%20-1.15,-16.082%20-3.84,-16.6016%20-14.2,-18.6211%20-7.08,-1.6289%20-15.91,-3.6602%20-15.91,-12.5078%200,-2.7735%201.19,-11.80081%2016.45,-11.80081%203.87,0%208.61,0.41016%2014.11,0.91016%207.08,0.64063%2015.54,1.41015%2025.21,1.41015%208.38,0%2014.72,-0.70312%2020.27,-1.32031%204.93,-0.54296%209.33,-1%2013.91,-1%2016.97,0%2017.83,9.82811%2017.83,11.80081%200,9.5898%20-10.16,11.4375%20-14.1,12.1484%20-13.35,2.2383%20-14.26,4.9688%20-15.03,7.2891%20-0.86,2.6015%20-2.76,17.289%20-3.23,39.539%20-0.44,16.9727%20-0.05,65.0626%200.45,77.3126%2010.01,0.117%2014.6,-0.832%2017.58,-1.711%202.96,-0.73%205.92,-3.512%209.8,-7.781%202.07,-2.52%209.54,-14.078%2017.46,-26.309%2015.26,-23.6287%2036.18,-55.9881%2051.35,-75.3319%2015.81,-19.6367%2036.55,-39.71872%2070.51,-39.71872%209.42,0%2016.35,0.80078%2020.55,2.3789%202.76,1.04297%2011.14,4.17192%2011.14,11.73052%200,5.621%20-5,11.3203%20-14.57,11.3203'%20/%3e%3cpath%20id='path36'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202786.45,42.7617%20c%20-13.89,-10.2109%20-28.17,-14.9804%20-44.89,-14.9804%20-33.39,0%20-62.35,16.1093%20-86.05,47.8593%20-19.51,26.3084%20-32.11,62.6214%20-32.11,92.4684%200,41.75%2011.88,79.469%2032.58,103.52%2013.61,15.609%2042.07,31.75%2066.15,31.75%2030.41,0%2055.1,-11.16%2075.47,-34.09%2025.48,-28.91%2041.31,-70.519%2041.31,-108.57%200,-58.11%20-27.13,-99.0471%20-52.46,-117.9573%20z%20M%202731.4,327.441%20c%20-33.07,0%20-70.19,-12.332%20-94.46,-31.332%20-42.99,-32.711%20-63.02,-73.23%20-63.02,-127.531%200,-90.3671%2072.96,-166.70691%20159.3,-166.70691%2020.08,0%2041.93,5.05079%2063.15,14.59771%2034.01,15.0117%2091.57,62.3828%2091.57,144.7112%200,90.129%20-71.67,166.261%20-156.54,166.261'%20/%3e%3cpath%20id='path38'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203241.2,320.16%20c%20-5.4,-0.5%20-11.47,-1.051%20-17.12,-1.051%20-4.68,0%20-11.71,0.582%20-18.72,1.129%20-7.55,0.602%20-15.07,1.192%20-20.1,1.192%20-15.1,0%20-17.34,-7.11%20-17.34,-11.328%200,-6.411%204.96,-10.641%2014.26,-12.454%2016,-4.128%2016.72,-5.777%2016.72,-8.828%200,-5.89%20-3.43,-19.082%20-8.78,-33.679%20-6.78,-19.192%20-48.42,-126.231%20-66.03,-170.1527%20-18.89,46.4997%20-64.57,165.9727%20-71.97,188.1597%20-2.88,8.692%20-4.46,13.481%20-4.46,17.993%200,1.179%202.19,4.058%208.93,4.937%204.19,0.652%2016.97,2.613%2016.97,13.563%200,2.648%20-1.26,11.32%20-17.34,11.32%20-3.43,0%20-8.81,-0.32%20-15.05,-0.723%20-8.08,-0.508%20-17.71,-1.129%20-26.09,-1.129%20-2.72,0%20-8.73,0.411%20-15.14,0.821%20-7.82,0.5%20-16.18,1.031%20-20.48,1.031%20-16.07,0%20-17.34,-8.672%20-17.34,-11.32%200,-3.891%202.08,-10.762%2016.18,-13.129%209.38,-1.293%2015.25,-6.25%2019.61,-16.582%2019.93,-46.91%2087.31,-220.8284%20101.94,-264.1995%20l%200.84,-2.9024%20c%201.4,-4.79685%203.7,-12.8085687%2012.4,-12.8085687%205.87,0%2010.48,5.0117187%2011.57,12.0312687%201.21,4.8594%207.27,21.9883%2018.11,49.2187%2020.76,50.4805%2037.7,92.1795%2050.73,124.2305%2014.48,35.68%2024.07,59.34%2028.68,69.781%2016.33,36.758%2020.87,38.039%2032.68,41.41%204.17,1.047%2015.27,3.821%2015.27,13.86%200,8.98%20-7.99,11.437%20-28.93,9.609'%20/%3e%3cpath%20id='path40'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203981.76,320.5%20c%20-2.07,0%20-4.93,-0.199%20-8.48,-0.469%20-8.68,-0.64%20-23.51,-1.062%20-37.42,-0.172%20-20.39,1.282%20-32.01,-0.589%20-32.01,-10.687%200,-8.66%208.46,-10.781%2015.19,-12.461%2011.42,-2.949%2017.17,-4.422%2017.17,-27.402%20l%200.93,-77.731%20c%200.5,-38.668%201.04,-80.199%201.27,-103.4296%20-51.33,57.4726%20-160.86,181.7736%20-188.52,217.5116%20-6.78,8.68%20-10.53,13.449%20-17.38,13.449%20-9.27,0%20-20.13,0.743%20-29.55,1.379%20-7.55,0.5%20-14.21,0.934%20-18.55,0.934%20-12.43,0%20-18.72,-3.953%20-18.72,-11.781%200,-10.34%2010.91,-11.911%2015.94,-12.621%2010.36,-1.731%2014.33,-3.668%2018.82,-7.11%202.09,-1.629%205,-3.879%205,-26.988%200,-29.461%20-3.75,-186.1837%20-5.05,-201.8126%20-2.12,-24.4688%20-4.59,-25.168%20-18.72,-29.1485%20-6.17,-1.6718%20-14.61,-3.9609%20-14.61,-12.7421%200,-5.1797%202.84,-11.34771%2016.41,-11.34771%201.21,0%203.75,0.23829%207.15,0.61719%2011.37,1.22266%2033.32,1.64062%2046.81,0.3125%2025.85,-2.53125%2030.46,3.93752%2030.46,10.41802%200,9.3593%20-9.17,11.8515%20-14.52,13.3203%20-8.74,2.4922%20-15.62,6.5195%20-17.27,10.1992%20-3.06,6.5234%20-4.32,16.8515%20-4.32,35.6719%200,10.1093%200.37,54.9488%200.74,98.9808%200.25,28.839%200.47,57.359%200.6,75.558%2025.28,-29.508%2056.38,-65.5%2086.71,-100.609%2049.5,-57.2697%2096.27,-111.3712%20113.23,-132.09%20l%201.93,-2.3516%20c%203.93,-4.8203%207.75,-9.97652%2012.34,-14.19918%203.36,-3.089845%208.48,-4.83985%2012.86,-2.871095%203.52,1.570315%205.52,5.300785%206.27,8.941405%200.87,4.26177%200.44,8.69927%200.27,13.01177%20-0.59,15.3281%20-0.42,31.5898%20-0.24,52.0703%200.12,12.1172%200.24,25.7184%200.24,41.4684%200,49.141%201.04,147.141%202.99,161.66%201.57,10.52%202.24,14.879%2014.3,18.891%20l%202.1,0.75%20c%204.07,1.41%2011.59,4.027%2011.59,12.02%200,4.949%20-2.76,10.859%20-15.96,10.859'%20/%3e%3cpath%20id='path42'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%204359.11,95.75%20c%20-8.78,0%20-11.45,-9.4687%20-12.75,-14.1797%20-6.2,-18.5703%20-17.07,-32.5586%20-32.39,-41.6211%20-12.67,-7.6797%20-29.05,-11.2578%20-51.55,-11.2578%20-22.15,0%20-53.67,8.2891%20-75.54,31.5%20-19.24,20.7383%20-41.68,61.1996%20-41.68,107.0076%200,43.063%2016.08,82.93%2031.87,99.992%2014.79,15.539%2039.18,36.188%2079.83,36.188%2026.29,0%2052.28,-8.508%2066.69,-22.109%206.76,-5.532%2015.64,-18.758%2018.94,-32.75%202.94,-10.079%208.34,-12.18%2012.39,-12.18%206.78,0%2011.31,6.41%2011.31,15.961%200,1.609%20-0.19,4.461%20-0.44,7.98%20-0.54,7.418%20-1.38,18.61%20-0.45,26.688%200,5.633%20-3.15,11.332%20-8.03,14.551%20l%20-0.35,0.21%20c%20-16.75,9.942%20-57.73,25.711%20-96.36,25.711%20-40.65,0%20-82.92,-15.371%20-110.27,-40.14%20-37.05,-33.551%20-55.05,-74.512%20-55.05,-125.192%200,-40.937%2020.74,-86.6988%2040.84,-107.2887%2024.27,-24.6601%2060.35,-52.94921%20124.48,-52.94921%2041.63,0%2070.47,13.43751%2096.29,28.55081%203.4,2.5664%205.82,6.0273%206.98,10.5469%200.22,1.4804%200.81,4.3515%201.53,7.9101%202.76,13.582%205.02,25.3203%205.02,31.3828%200,10.7071%20-5.67,15.4883%20-11.31,15.4883'%20/%3e%3cpath%20id='path44'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%203567.87,72.3984%20c%20-3.61,1.5625%20-7.64,0.6211%20-10.76,-1.5898%20-3.48,-2.4688%20-6.01,-6.207%20-8.42,-9.6484%20l%20-2.62,-3.7305%20c%20-3.57,-5.1094%20-9.54,-13.6992%20-12.28,-16.1094%20-5.75,-5.1289%20-9.35,-6.6094%20-53,-6.6094%20-33.15,0%20-37.81,0.9883%20-43.8,4.1602%20-5.53,2.7891%20-7.78,10.7773%20-7.78,13.6484%200,3.3594%20-0.19,14.711%20-0.44,28.7422%20-0.39,22.6093%20-0.94,52.2383%20-0.94,66.5083%20v%202.082%20c%2061.54,-0.032%2057.16,-0.524%2065,-2.762%202.15,-0.75%204.32,-3.918%206.05,-9.07%200,0%201.62,-4.02%201.62,-4.032%201.33,-3.277%202.66,-6.867%205.45,-9.207%203.11,-2.609%208.34,-2.961%2011.82,-0.832%202.54,1.551%204.42,4.86%205.35,7.641%201.18,3.469%201.06,7.031%200.47,10.601%20-0.42,2.528%20-1.65,14.649%20-0.89,22.661%200.37,3.359%200.91,7.339%201.4,11.039%200.82,5.937%201.46,11.25%201.46,13.039%200,10.769%20-6.83,13.64%20-10.88,13.64%20-7.44,0%20-10.97,-7.148%20-12.28,-9.8%20-5.18,-10.34%20-7.99,-12.258%20-8.92,-12.77%20-1.76,-1.09%20-4.82,-1.93%20-26.45,-1.93%20h%20-39.2%20v%20107.52%20c%200,4.422%200.18,7.101%200.35,8.738%2015.96,0.774%2076.93,0.524%2087.7,-1.476%203.63,-0.602%209.08,-1.5%2017.69,-21.911%201.35,-3.211%203.02,-6.711%205.7,-9.043%203,-2.609%207.89,-3.558%2011.48,-1.648%203.15,1.672%204.76,5.262%205.41,8.621%200.49,2.52%200.58,5.379%200.02,7.899%20-1.67,7.71%20-2.31,17.339%20-2.73,23.718%20l%20-0.42,5.41%20c%20-1.6,9.993%20-5.85,15.063%20-12.61,15.063%20-1.94,0%20-3.96,-0.121%20-6.58,-0.27%20-4.29,-0.261%20-10.36,-0.652%20-21.13,-0.652%20-9.01,0%20-29.45,-0.219%20-50.52,-0.437%20-22.25,-0.231%20-45.18,-0.493%20-55.89,-0.493%20-7.79,0%20-14.28,0.411%20-20.22,0.77%20-5.38,0.32%20-10.34,0.621%20-15.39,0.621%20-8.86,0%20-15.02,-4.461%20-15.02,-10.859%200,-3.692%201.73,-10.231%2013.17,-12.532%2011.25,-2.488%2015.04,-3.339%2015.04,-28.168%200,-97.863%20-0.47,-142.242%20-2.32,-215.7808%20-0.34,-15.5196%20-5.2,-19.0821%20-18.86,-21.3594%20-4.98,-0.9024%20-15.37,-2.8008%20-15.37,-12.1289%200,-1.9727%200.82,-11.80081%2016.9,-11.80081%201.94,0%206.58,0.3086%2012.45,0.71875%209.5,0.67969%2022.45,1.60156%2031.94,1.60156%2017.71,0%2038.65,-0.41015%2060.92,-0.83984%2025.46,-0.49218%2052.61,-1.01172%2078.73,-1.01172%203.99,0%209.62,1.69926%2013.66,9.76956%202.27,4.4687%204.54,12.8906%207.15,22.6094%201.19,4.4218%202.4,8.9531%203.56,12.8203%200.89,2.9804%201.73,5.9726%201.57,9.1211%20-0.2,3.9804%20-2.49,7.9804%20-6.34,9.7382'%20/%3e%3cpath%20id='path46'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%204685.96,72.3984%20c%20-3.61,1.5625%20-7.64,0.6211%20-10.76,-1.5898%20-3.47,-2.4688%20-6.01,-6.207%20-8.42,-9.6484%20l%20-2.61,-3.7305%20c%20-3.58,-5.1094%20-9.55,-13.6992%20-12.29,-16.1094%20-5.74,-5.1289%20-9.35,-6.6094%20-53,-6.6094%20-33.15,0%20-37.81,0.9883%20-43.8,4.1602%20-5.53,2.7891%20-7.77,10.7773%20-7.77,13.6484%200,3.3594%20-0.2,14.711%20-0.44,28.7422%20-0.4,22.6093%20-0.94,52.2383%20-0.94,66.5083%20v%202.082%20c%2061.53,-0.032%2057.15,-0.524%2065,-2.762%202.14,-0.75%204.31,-3.918%206.04,-9.07%200,0%201.62,-4.02%201.63,-4.032%201.32,-3.277%202.66,-6.867%205.45,-9.207%203.1,-2.609%208.34,-2.961%2011.81,-0.832%202.54,1.551%204.42,4.86%205.35,7.641%201.19,3.469%201.06,7.031%200.47,10.601%20-0.42,2.528%20-1.65,14.649%20-0.88,22.661%200.36,3.359%200.91,7.339%201.4,11.039%200.81,5.937%201.45,11.25%201.45,13.039%200,10.769%20-6.83,13.64%20-10.87,13.64%20-7.45,0%20-10.98,-7.148%20-12.28,-9.8%20-5.19,-10.34%20-8,-12.258%20-8.93,-12.77%20-1.75,-1.09%20-4.81,-1.93%20-26.44,-1.93%20h%20-39.2%20v%20107.52%20c%200,4.422%200.17,7.101%200.34,8.738%2015.96,0.774%2076.93,0.524%2087.71,-1.476%203.62,-0.602%209.08,-1.5%2017.68,-21.911%201.36,-3.211%203.02,-6.711%205.7,-9.043%203.01,-2.609%207.89,-3.558%2011.48,-1.648%203.15,1.672%204.77,5.262%205.42,8.621%200.48,2.52%200.57,5.379%200.02,7.899%20-1.68,7.71%20-2.32,17.339%20-2.74,23.718%20l%20-0.42,5.41%20c%20-1.6,9.993%20-5.84,15.063%20-12.6,15.063%20-1.95,0%20-3.97,-0.121%20-6.59,-0.27%20-4.29,-0.261%20-10.35,-0.652%20-21.13,-0.652%20-9,0%20-29.45,-0.219%20-50.51,-0.437%20-22.25,-0.231%20-45.19,-0.493%20-55.89,-0.493%20-7.8,0%20-14.28,0.411%20-20.23,0.77%20-5.38,0.32%20-10.33,0.621%20-15.39,0.621%20-8.85,0%20-15.02,-4.461%20-15.02,-10.859%200,-3.692%201.73,-10.231%2013.17,-12.532%2011.25,-2.488%2015.05,-3.339%2015.05,-28.168%200,-97.863%20-0.47,-142.242%20-2.32,-215.7808%20-0.35,-15.5196%20-5.21,-19.0821%20-18.87,-21.3594%20-4.98,-0.9024%20-15.36,-2.8008%20-15.36,-12.1289%200,-1.9727%200.81,-11.80081%2016.89,-11.80081%201.95,0%206.58,0.3086%2012.45,0.71875%209.5,0.67969%2022.45,1.60156%2031.94,1.60156%2017.71,0%2038.65,-0.41015%2060.92,-0.83984%2025.46,-0.49218%2052.61,-1.01172%2078.73,-1.01172%204,0%209.62,1.69926%2013.66,9.76956%202.28,4.4687%204.54,12.8906%207.16,22.6094%201.18,4.4218%202.39,8.9531%203.55,12.8203%200.89,2.9804%201.73,5.9726%201.57,9.1211%20-0.2,3.9804%20-2.49,7.9804%20-6.34,9.7382'%20/%3e%3cpath%20id='path48'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%202053.69,162.371%20c%20-11.68,-7.941%20-31.81,-14.121%20-61.83,-3.051%20-0.05,35.121%20-0.25,82.821%20-0.38,112.352%20l%200.49,27.719%20c%203.95,0.937%2011.86,2.14%2018.63,2.14%2019.48,0%2034.06,-6.672%2048.96,-22.472%2019.6,-19.61%2020.61,-49.629%2020.61,-55.45%200,-34.648%20-13.21,-52.211%20-26.48,-61.238%20z%20m%2046.95,130.348%20c%20-19.21,21.211%20-50.04,32.41%20-89.11,32.41%20-4.46,0%20-14.7,-0.84%20-24.84,-1.707%20-7.89,-0.66%20-15.71,-1.332%20-20.37,-1.524%20-12.35,-0.468%20-25.64,-0.937%20-32.48,-0.937%20-9.1,0%20-15.96,-5.07%20-15.96,-11.789%200,-6.453%204.89,-10.531%2015.05,-12.211%2011,-1.18%2011.17,-4.652%2011.34,-7.621%200.84,-8.399%203.21,-69.551%203.21,-107.809%200,-71.222%20-0.47,-125.1208%20-0.94,-135.8826%20-0.61,-10.1289%20-1.58,-11.1289%20-13.09,-13.4375%20-4.02,-0.8593%20-14.68,-3.1093%20-14.68,-12.5312%200,-4.2305%202.2,-11.33986%2016.9,-11.33986%202.22,0%205.57,0.30079%209.59,0.67969%205.3,0.51953%2011.96,1.17187%2018.62,1.17187%2011.77,0%2019.63,-0.70312%2026.62,-1.32031%205.96,-0.53125%2011.34,-1%2017.78,-1%2015.19,0%2015.95,9.82811%2015.95,11.80861%200,10.4492%20-12.13,12.0391%20-16.44,12.6016%20-10.07,1.6289%20-13,2.75%20-14.12,17.1484%20-0.83,11.6484%20-1.73,41.1601%20-1.78,88.9683%207.72,-5.058%2050.78,-21.668%2092.38,5.481%2028.88,18.859%2042.62,46.152%2042.62,82.512%200,24.629%20-9.89,49.5%20-26.25,66.328'%20/%3e%3cpath%20id='path50'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%201237.15,72.3984%20c%20-3.61,1.5625%20-7.64,0.6211%20-10.76,-1.5898%20-3.47,-2.4688%20-6.01,-6.207%20-8.42,-9.6484%20l%20-2.61,-3.7305%20c%20-3.58,-5.1094%20-9.55,-13.6992%20-12.29,-16.1094%20-5.74,-5.1289%20-9.34,-6.6094%20-53,-6.6094%20-33.15,0%20-37.81,0.9883%20-43.8,4.1602%20-5.52,2.7891%20-7.77,10.7773%20-7.77,13.6484%200,3.3594%20-0.2,14.711%20-0.45,28.7422%20-0.39,22.6093%20-0.93,52.2383%20-0.93,66.5083%20v%202.082%20c%2061.53,-0.032%2057.15,-0.524%2065,-2.762%202.14,-0.75%204.31,-3.918%206.04,-9.07%200,0%201.62,-4.02%201.63,-4.032%201.32,-3.277%202.66,-6.867%205.45,-9.207%203.1,-2.609%208.34,-2.961%2011.82,-0.832%202.53,1.551%204.41,4.86%205.34,7.641%201.18,3.469%201.06,7.031%200.47,10.601%20-0.42,2.528%20-1.65,14.649%20-0.88,22.661%200.36,3.359%200.91,7.339%201.4,11.039%200.81,5.937%201.45,11.25%201.45,13.039%200,10.769%20-6.83,13.64%20-10.87,13.64%20-7.45,0%20-10.98,-7.148%20-12.29,-9.8%20-5.17,-10.34%20-7.99,-12.258%20-8.92,-12.77%20-1.75,-1.09%20-4.81,-1.93%20-26.44,-1.93%20h%20-39.2%20v%20107.52%20c%200,4.422%200.17,7.101%200.34,8.738%2015.96,0.774%2076.93,0.524%2087.71,-1.476%203.62,-0.602%209.08,-1.5%2017.68,-21.911%201.36,-3.211%203.03,-6.711%205.7,-9.043%203,-2.609%207.9,-3.558%2011.48,-1.648%203.15,1.672%204.77,5.262%205.42,8.621%200.48,2.52%200.57,5.379%200.02,7.899%20-1.68,7.71%20-2.32,17.339%20-2.74,23.718%20l%20-0.42,5.41%20c%20-1.6,9.993%20-5.84,15.063%20-12.6,15.063%20-1.95,0%20-3.97,-0.121%20-6.59,-0.27%20-4.29,-0.261%20-10.36,-0.652%20-21.14,-0.652%20-8.99,0%20-29.44,-0.219%20-50.5,-0.437%20-22.25,-0.231%20-45.19,-0.493%20-55.89,-0.493%20-7.8,0%20-14.28,0.411%20-20.23,0.77%20-5.38,0.32%20-10.33,0.621%20-15.39,0.621%20-8.85,0%20-15.02,-4.461%20-15.02,-10.859%200,-3.692%201.73,-10.231%2013.17,-12.532%2011.25,-2.488%2015.05,-3.339%2015.05,-28.168%200,-97.863%20-0.47,-142.242%20-2.32,-215.7808%20-0.34,-15.5196%20-5.21,-19.0821%20-18.87,-21.3594%20C%201027,30.8984%201016.62,29%201016.62,19.6719%20c%200,-1.9727%200.81,-11.80081%2016.89,-11.80081%201.95,0%206.58,0.3086%2012.45,0.71875%209.5,0.67969%2022.45,1.60156%2031.94,1.60156%2017.71,0%2038.65,-0.41015%2060.92,-0.83984%2025.46,-0.49218%2052.62,-1.01172%2078.73,-1.01172%204,0%209.62,1.69926%2013.67,9.76956%202.26,4.4687%204.54,12.8906%207.15,22.6094%201.18,4.4218%202.39,8.9531%203.55,12.8203%200.89,2.9804%201.73,5.9726%201.57,9.1211%20-0.2,3.9804%20-2.49,7.9804%20-6.34,9.7382'%20/%3e%3cpath%20id='path52'%20style='fill:%233F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none'%20d='m%201647.15,320.5%20c%20-2.07,0%20-4.94,-0.199%20-8.49,-0.469%20-8.68,-0.64%20-23.5,-1.062%20-37.41,-0.172%20-20.4,1.282%20-32.01,-0.589%20-32.01,-10.687%200,-8.66%208.46,-10.781%2015.19,-12.461%2011.42,-2.949%2017.17,-4.422%2017.17,-27.402%20l%200.93,-77.731%20c%200.5,-38.668%201.03,-80.199%201.26,-103.4296%20-51.33,57.4726%20-160.86,181.7736%20-188.51,217.5116%20-6.78,8.68%20-10.53,13.449%20-17.38,13.449%20-9.28,0%20-20.13,0.743%20-29.55,1.379%20-7.55,0.5%20-14.21,0.934%20-18.55,0.934%20-12.43,0%20-18.72,-3.953%20-18.72,-11.781%200,-10.34%2010.9,-11.911%2015.93,-12.621%2010.36,-1.731%2014.33,-3.668%2018.82,-7.11%202.1,-1.629%205.01,-3.879%205.01,-26.988%200,-29.461%20-3.75,-186.1837%20-5.06,-201.8126%20-2.12,-24.4688%20-4.58,-25.168%20-18.72,-29.1485%20-6.17,-1.6718%20-14.6,-3.9609%20-14.6,-12.7421%200,-5.1797%202.84,-11.34771%2016.4,-11.34771%201.21,0%203.75,0.23829%207.15,0.61719%2011.38,1.22266%2033.32,1.64062%2046.82,0.3125%2025.84,-2.53125%2030.46,3.93752%2030.46,10.41802%200,9.3593%20-9.18,11.8515%20-14.53,13.3203%20-8.73,2.4922%20-15.61,6.5195%20-17.27,10.1992%20-3.05,6.5234%20-4.31,16.8515%20-4.31,35.6719%200,10.1093%200.37,54.9488%200.74,98.9808%200.25,28.839%200.47,57.359%200.59,75.558%2025.28,-29.508%2056.38,-65.5%2086.72,-100.609%2049.5,-57.2697%2096.26,-111.3712%20113.23,-132.09%20l%201.93,-2.3516%20c%203.93,-4.8203%207.75,-9.97652%2012.34,-14.19918%203.35,-3.089845%208.47,-4.83985%2012.86,-2.871095%203.52,1.570315%205.52,5.300785%206.26,8.941405%200.88,4.26177%200.44,8.69927%200.28,13.01177%20-0.59,15.3281%20-0.42,31.5898%20-0.25,52.0703%200.12,12.1172%200.25,25.7184%200.25,41.4684%200,49.141%201.03,147.141%202.98,161.66%201.58,10.52%202.25,14.879%2014.31,18.891%20l%202.09,0.75%20c%204.07,1.41%2011.6,4.027%2011.6,12.02%200,4.949%20-2.76,10.859%20-15.96,10.859'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
7633
|
-
var
|
|
7634
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7672
|
+
var y6 = Object.defineProperty, x6 = Object.getOwnPropertyDescriptor, s1 = (e, t, o, n) => {
|
|
7673
|
+
for (var i = n > 1 ? void 0 : n ? x6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7635
7674
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7636
|
-
return n && i &&
|
|
7675
|
+
return n && i && y6(t, o, i), i;
|
|
7637
7676
|
};
|
|
7638
|
-
let
|
|
7677
|
+
let q = class extends g(C) {
|
|
7639
7678
|
constructor() {
|
|
7640
7679
|
super(...arguments), this.makeSticky = !1, this.showBackButton = !1, this.backButtonLabel = "", this.backButtonHref = "", this.logoHref = "", this.logoUrl = g0, this.locale = "en", this.loccitaneGroup = "L’Occitane Group", this.isMobile = !1, this.isScrolled = !1, this.handleMediaChange = (e) => {
|
|
7641
7680
|
this.isMobile = e.matches;
|
|
@@ -7705,7 +7744,7 @@ let j = class extends g(C) {
|
|
|
7705
7744
|
</header>`;
|
|
7706
7745
|
}
|
|
7707
7746
|
};
|
|
7708
|
-
|
|
7747
|
+
q.styles = u`
|
|
7709
7748
|
.o-header-simplify {
|
|
7710
7749
|
--header-simplify-height-default: 72px;
|
|
7711
7750
|
--header-simplify-height-scrolled: 60px;
|
|
@@ -7823,42 +7862,42 @@ j.styles = u`
|
|
|
7823
7862
|
`;
|
|
7824
7863
|
s1([
|
|
7825
7864
|
s({ type: Boolean, reflect: !0 })
|
|
7826
|
-
],
|
|
7865
|
+
], q.prototype, "makeSticky", 2);
|
|
7827
7866
|
s1([
|
|
7828
7867
|
s({ type: Boolean, reflect: !0 })
|
|
7829
|
-
],
|
|
7868
|
+
], q.prototype, "showBackButton", 2);
|
|
7830
7869
|
s1([
|
|
7831
7870
|
s({ type: String, reflect: !0 })
|
|
7832
|
-
],
|
|
7871
|
+
], q.prototype, "backButtonLabel", 2);
|
|
7833
7872
|
s1([
|
|
7834
7873
|
s({ type: String, reflect: !0 })
|
|
7835
|
-
],
|
|
7874
|
+
], q.prototype, "backButtonHref", 2);
|
|
7836
7875
|
s1([
|
|
7837
7876
|
s({ type: String, reflect: !0 })
|
|
7838
|
-
],
|
|
7877
|
+
], q.prototype, "logoHref", 2);
|
|
7839
7878
|
s1([
|
|
7840
7879
|
s({ type: String, reflect: !0 })
|
|
7841
|
-
],
|
|
7880
|
+
], q.prototype, "logoUrl", 2);
|
|
7842
7881
|
s1([
|
|
7843
7882
|
s({ type: String, reflect: !0 })
|
|
7844
|
-
],
|
|
7883
|
+
], q.prototype, "locale", 2);
|
|
7845
7884
|
s1([
|
|
7846
7885
|
s({ type: String, reflect: !0 })
|
|
7847
|
-
],
|
|
7886
|
+
], q.prototype, "loccitaneGroup", 2);
|
|
7848
7887
|
s1([
|
|
7849
7888
|
s({ type: Boolean, attribute: !1 })
|
|
7850
|
-
],
|
|
7889
|
+
], q.prototype, "isMobile", 2);
|
|
7851
7890
|
s1([
|
|
7852
7891
|
s({ type: Boolean, attribute: !1 })
|
|
7853
|
-
],
|
|
7854
|
-
|
|
7892
|
+
], q.prototype, "isScrolled", 2);
|
|
7893
|
+
q = s1([
|
|
7855
7894
|
f("o-header-simplify")
|
|
7856
|
-
],
|
|
7857
|
-
const
|
|
7858
|
-
var
|
|
7859
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
7895
|
+
], q);
|
|
7896
|
+
const L6 = "data:image/svg+xml,%3csvg%20width='40'%20height='31'%20viewBox='0%200%2040%2031'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M39.3178%2025.5201C39.0127%2025.426%2038.8059%2025.483%2038.6874%2025.5573C38.516%2025.659%2038.4454%2025.8325%2038.4176%2025.9639C38.0545%2027.7908%2035.2304%2029.3228%2032.3155%2029.3674C25.7116%2029.4665%2018.1142%2023.3933%2013.4973%2021.5688C18.7749%2015.5625%2020.3231%208.22991%2023.9516%203.96622C25.6007%202.03021%2027.633%201.30142%2029.567%201.30142C32.1642%201.30142%2033.5208%202.91021%2033.5258%204.50166C33.5334%206.84917%2030.1369%207.73165%2029.8343%205.90223C29.7713%205.52296%2029.5923%204.92307%2028.8711%204.92307C28.2382%204.92307%2027.7566%205.42629%2027.7566%206.09806C27.7566%207.25075%2028.9215%208.05639%2030.5908%208.05639C33.9041%208.05639%2035.6364%206.0584%2035.6364%204.08273C35.6364%202.10705%2033.9116%200%2030.1268%200C27.6784%200%2025.1165%200.783328%2023.1271%202.35494C18.3639%206.11542%2016.0415%2015.3666%2011.4978%2020.7805C9.78815%2020.198%208.34584%2020.0269%206.959%2019.955C2.61944%2019.727%20-0.0861581%2021.8068%200.00209544%2023.8667C0.0449615%2024.8261%200.970363%2026.4373%204.51564%2026.4373C6.02603%2026.4373%208.65094%2025.9316%2011.9365%2023.1801C15.6406%2024.712%2022.6429%2030.8944%2031.1506%2030.9985C36.9551%2031.0704%2039.4691%2028.5642%2039.8322%2026.5043C39.9078%2026.2043%2039.8322%2025.6937%2039.3153%2025.5226L39.3178%2025.5201ZM4.35426%2025.0417C2.93968%2025.0417%202.30425%2024.2832%202.30425%2023.5321C2.30425%2022.4612%203.57763%2021.3779%206.00586%2021.3779C7.27419%2021.3779%208.59295%2021.6779%2010.1185%2022.3224C7.54147%2024.6823%205.41834%2025.0442%204.35678%2025.0442L4.35426%2025.0417Z'%20fill='%233F2B2E'/%3e%3cpath%20d='M29.0653%2010.4312C26.337%2010.4312%2023.3414%2011.7053%2021.9798%2014.0379C21.2889%2015.2204%2020.9459%2016.559%2020.951%2017.9174C20.9459%2019.2758%2021.2863%2020.6144%2021.9798%2021.7969C23.3439%2024.127%2026.337%2025.4036%2029.0653%2025.4036C31.7935%2025.4036%2034.7891%2024.1295%2036.1508%2021.7969C36.8417%2020.6144%2037.1846%2019.2758%2037.1795%2017.9174C37.1846%2016.559%2036.8442%2015.2204%2036.1508%2014.0379C34.7866%2011.7078%2031.7935%2010.4312%2029.0653%2010.4312ZM29.0653%2024.5583C25.3561%2024.3328%2023.4095%2020.8648%2023.4095%2017.9149C23.4095%2014.9651%2025.3561%2011.4971%2029.0653%2011.2715C32.7744%2011.4971%2034.721%2014.9651%2034.721%2017.9149C34.721%2020.8648%2032.7744%2024.3328%2029.0653%2024.5583Z'%20fill='%233F2B2E'/%3e%3c/svg%3e";
|
|
7897
|
+
var $6 = Object.defineProperty, B6 = Object.getOwnPropertyDescriptor, A1 = (e, t, o, n) => {
|
|
7898
|
+
for (var i = n > 1 ? void 0 : n ? B6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
7860
7899
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
7861
|
-
return n && i &&
|
|
7900
|
+
return n && i && $6(t, o, i), i;
|
|
7862
7901
|
};
|
|
7863
7902
|
let b1 = class extends g(C) {
|
|
7864
7903
|
constructor() {
|
|
@@ -7885,7 +7924,7 @@ let b1 = class extends g(C) {
|
|
|
7885
7924
|
</div>
|
|
7886
7925
|
<div class="footer-content-simplify footer-simplify-mobile">
|
|
7887
7926
|
<a class="logo-footer-simplify">
|
|
7888
|
-
<img src="${
|
|
7927
|
+
<img src="${L6}" alt="${this.altImage}" />
|
|
7889
7928
|
</a>
|
|
7890
7929
|
</div>
|
|
7891
7930
|
<div class="footer-copyright-simplify">
|
|
@@ -8025,12 +8064,12 @@ A1([
|
|
|
8025
8064
|
b1 = A1([
|
|
8026
8065
|
f("o-footer-simplify")
|
|
8027
8066
|
], b1);
|
|
8028
|
-
var
|
|
8029
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8067
|
+
var H6 = Object.defineProperty, V6 = Object.getOwnPropertyDescriptor, a2 = (e, t, o, n) => {
|
|
8068
|
+
for (var i = n > 1 ? void 0 : n ? V6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8030
8069
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8031
|
-
return n && i &&
|
|
8070
|
+
return n && i && H6(t, o, i), i;
|
|
8032
8071
|
};
|
|
8033
|
-
const
|
|
8072
|
+
const E6 = {
|
|
8034
8073
|
standard: "occ-check-filled",
|
|
8035
8074
|
success: "occ-check-filled",
|
|
8036
8075
|
error: "occ-close-filled",
|
|
@@ -8041,7 +8080,7 @@ let S1 = class extends g(C) {
|
|
|
8041
8080
|
super(...arguments), this.variant = "standard", this.framed = !1, this.longtext = !1, this.text = "";
|
|
8042
8081
|
}
|
|
8043
8082
|
render() {
|
|
8044
|
-
const e =
|
|
8083
|
+
const e = E6[this.variant];
|
|
8045
8084
|
return a`
|
|
8046
8085
|
<div class="feedback" role="status">
|
|
8047
8086
|
<span class="icon">
|
|
@@ -8139,19 +8178,19 @@ S1.styles = u`
|
|
|
8139
8178
|
line-height: var(--line-height-200);
|
|
8140
8179
|
}
|
|
8141
8180
|
`;
|
|
8142
|
-
|
|
8181
|
+
a2([
|
|
8143
8182
|
s({ type: String, reflect: !0 })
|
|
8144
8183
|
], S1.prototype, "variant", 2);
|
|
8145
|
-
|
|
8184
|
+
a2([
|
|
8146
8185
|
s({ type: Boolean, reflect: !0 })
|
|
8147
8186
|
], S1.prototype, "framed", 2);
|
|
8148
|
-
|
|
8187
|
+
a2([
|
|
8149
8188
|
s({ type: Boolean, reflect: !0 })
|
|
8150
8189
|
], S1.prototype, "longtext", 2);
|
|
8151
|
-
|
|
8190
|
+
a2([
|
|
8152
8191
|
s({ type: String })
|
|
8153
8192
|
], S1.prototype, "text", 2);
|
|
8154
|
-
S1 =
|
|
8193
|
+
S1 = a2([
|
|
8155
8194
|
f("o-feedback-message")
|
|
8156
8195
|
], S1);
|
|
8157
8196
|
/**
|
|
@@ -8168,25 +8207,25 @@ const f0 = g2(class extends f2 {
|
|
|
8168
8207
|
return e;
|
|
8169
8208
|
}
|
|
8170
8209
|
update(e, [t]) {
|
|
8171
|
-
if (t ===
|
|
8210
|
+
if (t === G || t === h) return t;
|
|
8172
8211
|
const o = e.element, n = e.name;
|
|
8173
8212
|
if (e.type === g1.PROPERTY) {
|
|
8174
|
-
if (t === o[n]) return
|
|
8213
|
+
if (t === o[n]) return G;
|
|
8175
8214
|
} else if (e.type === g1.BOOLEAN_ATTRIBUTE) {
|
|
8176
|
-
if (!!t === o.hasAttribute(n)) return
|
|
8177
|
-
} else if (e.type === g1.ATTRIBUTE && o.getAttribute(n) === t + "") return
|
|
8178
|
-
return
|
|
8215
|
+
if (!!t === o.hasAttribute(n)) return G;
|
|
8216
|
+
} else if (e.type === g1.ATTRIBUTE && o.getAttribute(n) === t + "") return G;
|
|
8217
|
+
return J4(e), t;
|
|
8179
8218
|
}
|
|
8180
8219
|
});
|
|
8181
|
-
var
|
|
8182
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8220
|
+
var M6 = Object.defineProperty, k6 = Object.getOwnPropertyDescriptor, D = (e, t, o, n) => {
|
|
8221
|
+
for (var i = n > 1 ? void 0 : n ? k6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8183
8222
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8184
|
-
return n && i &&
|
|
8223
|
+
return n && i && M6(t, o, i), i;
|
|
8185
8224
|
};
|
|
8186
|
-
const
|
|
8187
|
-
let
|
|
8225
|
+
const _6 = g(l2(C));
|
|
8226
|
+
let Z6 = 0, F = class extends _6 {
|
|
8188
8227
|
constructor() {
|
|
8189
|
-
super(), this.label = "", this.value = "", this.placeholder = "", this.helperText = "", this.state = "default", this.disabled = !1, this.leadingIcon = "", this.trailingIcon = "", this.name = "", this.required = !1, this.clearLabel = "Clear", this.inputId = "", this.inputId || (this.inputId = `o-input-${++
|
|
8228
|
+
super(), this.label = "", this.value = "", this.placeholder = "", this.helperText = "", this.state = "default", this.disabled = !1, this.leadingIcon = "", this.trailingIcon = "", this.name = "", this.required = !1, this.clearLabel = "Clear", this.inputId = "", this.inputId || (this.inputId = `o-input-${++Z6}`);
|
|
8190
8229
|
}
|
|
8191
8230
|
updated(e) {
|
|
8192
8231
|
(e.has("value") || e.has("name")) && this[Z1].setFormValue(this.value);
|
|
@@ -8462,15 +8501,15 @@ D([
|
|
|
8462
8501
|
F = D([
|
|
8463
8502
|
f("o-input")
|
|
8464
8503
|
], F);
|
|
8465
|
-
var
|
|
8466
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8504
|
+
var S6 = Object.defineProperty, F6 = Object.getOwnPropertyDescriptor, N = (e, t, o, n) => {
|
|
8505
|
+
for (var i = n > 1 ? void 0 : n ? F6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8467
8506
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8468
|
-
return n && i &&
|
|
8507
|
+
return n && i && S6(t, o, i), i;
|
|
8469
8508
|
};
|
|
8470
|
-
const
|
|
8471
|
-
let
|
|
8509
|
+
const O6 = l2(C);
|
|
8510
|
+
let A6 = 0, O = class extends O6 {
|
|
8472
8511
|
constructor() {
|
|
8473
|
-
super(), this.label = "", this.value = "", this.placeholder = "", this.helperText = "", this.state = "default", this.disabled = !1, this.name = "", this.required = !1, this.rows = 3, this.resize = "none", this.textareaId = "", this.textareaId || (this.textareaId = `o-textarea-${++
|
|
8512
|
+
super(), this.label = "", this.value = "", this.placeholder = "", this.helperText = "", this.state = "default", this.disabled = !1, this.name = "", this.required = !1, this.rows = 3, this.resize = "none", this.textareaId = "", this.textareaId || (this.textareaId = `o-textarea-${++A6}`);
|
|
8474
8513
|
}
|
|
8475
8514
|
updated(e) {
|
|
8476
8515
|
(e.has("value") || e.has("name")) && this[Z1].setFormValue(this.value);
|
|
@@ -8682,51 +8721,51 @@ O.styles = u`
|
|
|
8682
8721
|
--color-content-action-primary: var(--color-content-success, #3b7902);
|
|
8683
8722
|
}
|
|
8684
8723
|
`;
|
|
8685
|
-
|
|
8724
|
+
N([
|
|
8686
8725
|
s({ type: String })
|
|
8687
8726
|
], O.prototype, "label", 2);
|
|
8688
|
-
|
|
8727
|
+
N([
|
|
8689
8728
|
s({ type: String, reflect: !0 })
|
|
8690
8729
|
], O.prototype, "value", 2);
|
|
8691
|
-
|
|
8730
|
+
N([
|
|
8692
8731
|
s({ type: String, reflect: !0 })
|
|
8693
8732
|
], O.prototype, "placeholder", 2);
|
|
8694
|
-
|
|
8733
|
+
N([
|
|
8695
8734
|
s({ type: String, attribute: "helper-text" })
|
|
8696
8735
|
], O.prototype, "helperText", 2);
|
|
8697
|
-
|
|
8736
|
+
N([
|
|
8698
8737
|
s({ type: String, reflect: !0 })
|
|
8699
8738
|
], O.prototype, "state", 2);
|
|
8700
|
-
|
|
8739
|
+
N([
|
|
8701
8740
|
s({ type: Boolean, reflect: !0 })
|
|
8702
8741
|
], O.prototype, "disabled", 2);
|
|
8703
|
-
|
|
8742
|
+
N([
|
|
8704
8743
|
s({ type: String })
|
|
8705
8744
|
], O.prototype, "name", 2);
|
|
8706
|
-
|
|
8745
|
+
N([
|
|
8707
8746
|
s({ type: Boolean })
|
|
8708
8747
|
], O.prototype, "required", 2);
|
|
8709
|
-
|
|
8748
|
+
N([
|
|
8710
8749
|
s({ type: Number })
|
|
8711
8750
|
], O.prototype, "rows", 2);
|
|
8712
|
-
|
|
8751
|
+
N([
|
|
8713
8752
|
s({ type: String, reflect: !0 })
|
|
8714
8753
|
], O.prototype, "resize", 2);
|
|
8715
|
-
|
|
8754
|
+
N([
|
|
8716
8755
|
s({ type: String, reflect: !0, attribute: "textarea-id" })
|
|
8717
8756
|
], O.prototype, "textareaId", 2);
|
|
8718
|
-
|
|
8757
|
+
N([
|
|
8719
8758
|
q1("textarea")
|
|
8720
8759
|
], O.prototype, "textareaEl", 2);
|
|
8721
|
-
O =
|
|
8760
|
+
O = N([
|
|
8722
8761
|
f("o-textarea")
|
|
8723
8762
|
], O);
|
|
8724
|
-
var
|
|
8725
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8763
|
+
var P6 = Object.defineProperty, I6 = Object.getOwnPropertyDescriptor, u1 = (e, t, o, n) => {
|
|
8764
|
+
for (var i = n > 1 ? void 0 : n ? I6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8726
8765
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8727
|
-
return n && i &&
|
|
8766
|
+
return n && i && P6(t, o, i), i;
|
|
8728
8767
|
};
|
|
8729
|
-
let
|
|
8768
|
+
let U = class extends g(C) {
|
|
8730
8769
|
constructor() {
|
|
8731
8770
|
super(...arguments), this.label = "", this.value = "", this.placeholder = "Search...", this.helperText = "", this.state = "default", this.disabled = !1, this.theme = "default", this.trigger = "input";
|
|
8732
8771
|
}
|
|
@@ -8768,11 +8807,11 @@ let q = class extends g(C) {
|
|
|
8768
8807
|
`;
|
|
8769
8808
|
}
|
|
8770
8809
|
};
|
|
8771
|
-
|
|
8810
|
+
U.shadowRootOptions = {
|
|
8772
8811
|
...C.shadowRootOptions,
|
|
8773
8812
|
delegatesFocus: !0
|
|
8774
8813
|
};
|
|
8775
|
-
|
|
8814
|
+
U.styles = u`
|
|
8776
8815
|
:host {
|
|
8777
8816
|
display: flex;
|
|
8778
8817
|
/* Transparent background for all themes */
|
|
@@ -8794,42 +8833,42 @@ q.styles = u`
|
|
|
8794
8833
|
`;
|
|
8795
8834
|
u1([
|
|
8796
8835
|
s({ type: String })
|
|
8797
|
-
],
|
|
8836
|
+
], U.prototype, "label", 2);
|
|
8798
8837
|
u1([
|
|
8799
8838
|
s({ type: String })
|
|
8800
|
-
],
|
|
8839
|
+
], U.prototype, "value", 2);
|
|
8801
8840
|
u1([
|
|
8802
8841
|
s({ type: String })
|
|
8803
|
-
],
|
|
8842
|
+
], U.prototype, "placeholder", 2);
|
|
8804
8843
|
u1([
|
|
8805
8844
|
s({ type: String, attribute: "helper-text" })
|
|
8806
|
-
],
|
|
8845
|
+
], U.prototype, "helperText", 2);
|
|
8807
8846
|
u1([
|
|
8808
8847
|
s({ type: String, reflect: !0 })
|
|
8809
|
-
],
|
|
8848
|
+
], U.prototype, "state", 2);
|
|
8810
8849
|
u1([
|
|
8811
8850
|
s({ type: Boolean, reflect: !0 })
|
|
8812
|
-
],
|
|
8851
|
+
], U.prototype, "disabled", 2);
|
|
8813
8852
|
u1([
|
|
8814
8853
|
s({ type: String, reflect: !0 })
|
|
8815
|
-
],
|
|
8854
|
+
], U.prototype, "theme", 2);
|
|
8816
8855
|
u1([
|
|
8817
8856
|
s({ type: String })
|
|
8818
|
-
],
|
|
8857
|
+
], U.prototype, "trigger", 2);
|
|
8819
8858
|
u1([
|
|
8820
8859
|
s({ attribute: !1 })
|
|
8821
|
-
],
|
|
8822
|
-
|
|
8860
|
+
], U.prototype, "onSearch", 2);
|
|
8861
|
+
U = u1([
|
|
8823
8862
|
f("o-search-input")
|
|
8824
|
-
],
|
|
8825
|
-
var
|
|
8826
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
8863
|
+
], U);
|
|
8864
|
+
var z6 = Object.defineProperty, D6 = Object.getOwnPropertyDescriptor, P = (e, t, o, n) => {
|
|
8865
|
+
for (var i = n > 1 ? void 0 : n ? D6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
8827
8866
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
8828
|
-
return n && i &&
|
|
8867
|
+
return n && i && z6(t, o, i), i;
|
|
8829
8868
|
};
|
|
8830
|
-
let
|
|
8869
|
+
let T6 = 0, k = class extends g(C) {
|
|
8831
8870
|
constructor() {
|
|
8832
|
-
super(...arguments), this.label = "", this.value = "", this.placeholder = "Search...", this.helperText = "", this.state = "default", this.disabled = !1, this.theme = "default", this.options = [], this.searchBy = "value", this.noResultsText = "No results found", this.open = !1, this.filteredOptions = [], this.activeIndex = -1, this._listboxId = `o-search-dropdown-listbox-${++
|
|
8871
|
+
super(...arguments), this.label = "", this.value = "", this.placeholder = "Search...", this.helperText = "", this.state = "default", this.disabled = !1, this.theme = "default", this.options = [], this.searchBy = "value", this.noResultsText = "No results found", this.open = !1, this.filteredOptions = [], this.activeIndex = -1, this._listboxId = `o-search-dropdown-listbox-${++T6}`, this._handleOutsideClick = (e) => {
|
|
8833
8872
|
this.contains(e.target) || (this.open = !1, this.activeIndex = -1);
|
|
8834
8873
|
}, this._handleFocusOut = () => {
|
|
8835
8874
|
requestAnimationFrame(() => {
|
|
@@ -9128,10 +9167,10 @@ P([
|
|
|
9128
9167
|
k = P([
|
|
9129
9168
|
f("o-search-input-dropdown")
|
|
9130
9169
|
], k);
|
|
9131
|
-
var
|
|
9132
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
9170
|
+
var R6 = Object.defineProperty, j6 = Object.getOwnPropertyDescriptor, L = (e, t, o, n) => {
|
|
9171
|
+
for (var i = n > 1 ? void 0 : n ? j6(t, o) : t, r = e.length - 1, l; r >= 0; r--)
|
|
9133
9172
|
(l = e[r]) && (i = (n ? l(t, o, i) : l(i)) || i);
|
|
9134
|
-
return n && i &&
|
|
9173
|
+
return n && i && R6(t, o, i), i;
|
|
9135
9174
|
};
|
|
9136
9175
|
let m = class extends g(C) {
|
|
9137
9176
|
constructor() {
|