@florid-kit/components 0.10.37 → 0.10.39
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 +43 -1
- package/components/icon-button.d.ts +6 -5
- package/index.js +91 -87
- package/index.mjs +326 -305
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -22,14 +22,14 @@ let we = class {
|
|
|
22
22
|
return this.cssText;
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
const
|
|
25
|
+
const Pe = (o) => new we(typeof o == "string" ? o : o + "", void 0, Kt), f = (o, ...t) => {
|
|
26
26
|
const e = o.length === 1 ? o[0] : t.reduce((n, i, r) => n + ((s) => {
|
|
27
27
|
if (s._$cssResult$ === !0) return s.cssText;
|
|
28
28
|
if (typeof s == "number") return s;
|
|
29
29
|
throw Error("Value passed to 'css' function must be a 'css' function result: " + s + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
30
30
|
})(i) + o[r + 1], o[0]);
|
|
31
31
|
return new we(e, o, Kt);
|
|
32
|
-
},
|
|
32
|
+
}, Be = (o, t) => {
|
|
33
33
|
if (Zt) o.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
|
|
34
34
|
else for (const e of t) {
|
|
35
35
|
const n = document.createElement("style"), i = Lt.litNonce;
|
|
@@ -38,17 +38,17 @@ const Le = (o) => new we(typeof o == "string" ? o : o + "", void 0, Kt), f = (o,
|
|
|
38
38
|
}, he = Zt ? (o) => o : (o) => o instanceof CSSStyleSheet ? ((t) => {
|
|
39
39
|
let e = "";
|
|
40
40
|
for (const n of t.cssRules) e += n.cssText;
|
|
41
|
-
return
|
|
41
|
+
return Pe(e);
|
|
42
42
|
})(o) : o;
|
|
43
43
|
/**
|
|
44
44
|
* @license
|
|
45
45
|
* Copyright 2017 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
47
|
*/
|
|
48
|
-
const { is:
|
|
48
|
+
const { is: ze, defineProperty: Oe, getOwnPropertyDescriptor: Ie, getOwnPropertyNames: De, getOwnPropertySymbols: He, getPrototypeOf: Te } = Object, J = globalThis, de = J.trustedTypes, Me = de ? de.emptyScript : "", Tt = J.reactiveElementPolyfillSupport, gt = (o, t) => o, Pt = { toAttribute(o, t) {
|
|
49
49
|
switch (t) {
|
|
50
50
|
case Boolean:
|
|
51
|
-
o = o ?
|
|
51
|
+
o = o ? Me : null;
|
|
52
52
|
break;
|
|
53
53
|
case Object:
|
|
54
54
|
case Array:
|
|
@@ -73,8 +73,8 @@ const { is: Be, defineProperty: Oe, getOwnPropertyDescriptor: ze, getOwnProperty
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
return e;
|
|
76
|
-
} }, Wt = (o, t) => !
|
|
77
|
-
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")),
|
|
76
|
+
} }, Wt = (o, t) => !ze(o, t), pe = { attribute: !0, type: String, converter: Pt, reflect: !1, useDefault: !1, hasChanged: Wt };
|
|
77
|
+
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), J.litPropertyMetadata ?? (J.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
78
78
|
let ct = class extends HTMLElement {
|
|
79
79
|
static addInitializer(t) {
|
|
80
80
|
this._$Ei(), (this.l ?? (this.l = [])).push(t);
|
|
@@ -89,7 +89,7 @@ let ct = class extends HTMLElement {
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
static getPropertyDescriptor(t, e, n) {
|
|
92
|
-
const { get: i, set: r } =
|
|
92
|
+
const { get: i, set: r } = Ie(this.prototype, t) ?? { get() {
|
|
93
93
|
return this[e];
|
|
94
94
|
}, set(s) {
|
|
95
95
|
this[e] = s;
|
|
@@ -104,13 +104,13 @@ let ct = class extends HTMLElement {
|
|
|
104
104
|
}
|
|
105
105
|
static _$Ei() {
|
|
106
106
|
if (this.hasOwnProperty(gt("elementProperties"))) return;
|
|
107
|
-
const t =
|
|
107
|
+
const t = Te(this);
|
|
108
108
|
t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
|
|
109
109
|
}
|
|
110
110
|
static finalize() {
|
|
111
111
|
if (this.hasOwnProperty(gt("finalized"))) return;
|
|
112
112
|
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(gt("properties"))) {
|
|
113
|
-
const e = this.properties, n = [...
|
|
113
|
+
const e = this.properties, n = [...De(e), ...He(e)];
|
|
114
114
|
for (const i of n) this.createProperty(i, e[i]);
|
|
115
115
|
}
|
|
116
116
|
const t = this[Symbol.metadata];
|
|
@@ -159,7 +159,7 @@ let ct = class extends HTMLElement {
|
|
|
159
159
|
}
|
|
160
160
|
createRenderRoot() {
|
|
161
161
|
const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
162
|
-
return
|
|
162
|
+
return Be(t, this.constructor.elementStyles), t;
|
|
163
163
|
}
|
|
164
164
|
connectedCallback() {
|
|
165
165
|
var t;
|
|
@@ -276,28 +276,28 @@ let ct = class extends HTMLElement {
|
|
|
276
276
|
firstUpdated(t) {
|
|
277
277
|
}
|
|
278
278
|
};
|
|
279
|
-
ct.elementStyles = [], ct.shadowRootOptions = { mode: "open" }, ct[gt("elementProperties")] = /* @__PURE__ */ new Map(), ct[gt("finalized")] = /* @__PURE__ */ new Map(), Tt == null || Tt({ ReactiveElement: ct }), (
|
|
279
|
+
ct.elementStyles = [], ct.shadowRootOptions = { mode: "open" }, ct[gt("elementProperties")] = /* @__PURE__ */ new Map(), ct[gt("finalized")] = /* @__PURE__ */ new Map(), Tt == null || Tt({ ReactiveElement: ct }), (J.reactiveElementVersions ?? (J.reactiveElementVersions = [])).push("2.1.0");
|
|
280
280
|
/**
|
|
281
281
|
* @license
|
|
282
282
|
* Copyright 2017 Google LLC
|
|
283
283
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
284
284
|
*/
|
|
285
|
-
const bt = globalThis, Bt = bt.trustedTypes, ue = Bt ? Bt.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, $e = "$lit$",
|
|
285
|
+
const bt = globalThis, Bt = bt.trustedTypes, ue = Bt ? Bt.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, $e = "$lit$", Y = `lit$${Math.random().toFixed(9).slice(2)}$`, ke = "?" + Y, je = `<${ke}>`, st = document, mt = () => st.createComment(""), xt = (o) => o === null || typeof o != "object" && typeof o != "function", Gt = Array.isArray, Fe = (o) => Gt(o) || typeof (o == null ? void 0 : o[Symbol.iterator]) == "function", Mt = `[
|
|
286
286
|
\f\r]`, vt = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, fe = /-->/g, ve = />/g, it = RegExp(`>|${Mt}(?:([^\\s"'>=/]+)(${Mt}*=${Mt}*(?:[^
|
|
287
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), ge = /'/g, be = /"/g, _e = /^(?:script|style|textarea|title)$/i,
|
|
287
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), ge = /'/g, be = /"/g, _e = /^(?:script|style|textarea|title)$/i, Re = (o) => (t, ...e) => ({ _$litType$: o, strings: t, values: e }), l = Re(1), Q = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), ye = /* @__PURE__ */ new WeakMap(), nt = st.createTreeWalker(st, 129);
|
|
288
288
|
function Ce(o, t) {
|
|
289
289
|
if (!Gt(o) || !o.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
290
290
|
return ue !== void 0 ? ue.createHTML(t) : t;
|
|
291
291
|
}
|
|
292
|
-
const
|
|
292
|
+
const Ue = (o, t) => {
|
|
293
293
|
const e = o.length - 1, n = [];
|
|
294
294
|
let i, r = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", s = vt;
|
|
295
295
|
for (let c = 0; c < e; c++) {
|
|
296
296
|
const h = o[c];
|
|
297
297
|
let v, w, g = -1, V = 0;
|
|
298
298
|
for (; V < h.length && (s.lastIndex = V, w = s.exec(h), w !== null); ) V = s.lastIndex, s === vt ? w[1] === "!--" ? s = fe : w[1] !== void 0 ? s = ve : w[2] !== void 0 ? (_e.test(w[2]) && (i = RegExp("</" + w[2], "g")), s = it) : w[3] !== void 0 && (s = it) : s === it ? w[0] === ">" ? (s = i ?? vt, g = -1) : w[1] === void 0 ? g = -2 : (g = s.lastIndex - w[2].length, v = w[1], s = w[3] === void 0 ? it : w[3] === '"' ? be : ge) : s === be || s === ge ? s = it : s === fe || s === ve ? s = vt : (s = it, i = void 0);
|
|
299
|
-
const
|
|
300
|
-
r += s === vt ? h +
|
|
299
|
+
const X = s === it && o[c + 1].startsWith("/>") ? " " : "";
|
|
300
|
+
r += s === vt ? h + je : g >= 0 ? (n.push(v), h.slice(0, g) + $e + h.slice(g) + Y + X) : h + Y + (g === -2 ? c : X);
|
|
301
301
|
}
|
|
302
302
|
return [Ce(o, r + (o[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), n];
|
|
303
303
|
};
|
|
@@ -306,7 +306,7 @@ class wt {
|
|
|
306
306
|
let i;
|
|
307
307
|
this.parts = [];
|
|
308
308
|
let r = 0, s = 0;
|
|
309
|
-
const c = t.length - 1, h = this.parts, [v, w] =
|
|
309
|
+
const c = t.length - 1, h = this.parts, [v, w] = Ue(t, e);
|
|
310
310
|
if (this.el = wt.createElement(v, n), nt.currentNode = this.el.content, e === 2 || e === 3) {
|
|
311
311
|
const g = this.el.content.firstChild;
|
|
312
312
|
g.replaceWith(...g.childNodes);
|
|
@@ -314,21 +314,21 @@ class wt {
|
|
|
314
314
|
for (; (i = nt.nextNode()) !== null && h.length < c; ) {
|
|
315
315
|
if (i.nodeType === 1) {
|
|
316
316
|
if (i.hasAttributes()) for (const g of i.getAttributeNames()) if (g.endsWith($e)) {
|
|
317
|
-
const V = w[s++],
|
|
318
|
-
h.push({ type: 1, index: r, name: At[2], strings:
|
|
319
|
-
} else g.startsWith(
|
|
317
|
+
const V = w[s++], X = i.getAttribute(g).split(Y), At = /([.?@])?(.*)/.exec(V);
|
|
318
|
+
h.push({ type: 1, index: r, name: At[2], strings: X, ctor: At[1] === "." ? qe : At[1] === "?" ? Ve : At[1] === "@" ? Ze : Ot }), i.removeAttribute(g);
|
|
319
|
+
} else g.startsWith(Y) && (h.push({ type: 6, index: r }), i.removeAttribute(g));
|
|
320
320
|
if (_e.test(i.tagName)) {
|
|
321
|
-
const g = i.textContent.split(
|
|
321
|
+
const g = i.textContent.split(Y), V = g.length - 1;
|
|
322
322
|
if (V > 0) {
|
|
323
323
|
i.textContent = Bt ? Bt.emptyScript : "";
|
|
324
|
-
for (let
|
|
324
|
+
for (let X = 0; X < V; X++) i.append(g[X], mt()), nt.nextNode(), h.push({ type: 2, index: ++r });
|
|
325
325
|
i.append(g[V], mt());
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
} else if (i.nodeType === 8) if (i.data === ke) h.push({ type: 2, index: r });
|
|
329
329
|
else {
|
|
330
330
|
let g = -1;
|
|
331
|
-
for (; (g = i.data.indexOf(
|
|
331
|
+
for (; (g = i.data.indexOf(Y, g + 1)) !== -1; ) h.push({ type: 7, index: r }), g += Y.length - 1;
|
|
332
332
|
}
|
|
333
333
|
r++;
|
|
334
334
|
}
|
|
@@ -340,12 +340,12 @@ class wt {
|
|
|
340
340
|
}
|
|
341
341
|
function ht(o, t, e = o, n) {
|
|
342
342
|
var s, c;
|
|
343
|
-
if (t ===
|
|
343
|
+
if (t === Q) return t;
|
|
344
344
|
let i = n !== void 0 ? (s = e._$Co) == null ? void 0 : s[n] : e._$Cl;
|
|
345
345
|
const r = xt(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(o), i._$AT(o, e, n)), n !== void 0 ? (e._$Co ?? (e._$Co = []))[n] = i : e._$Cl = i), i !== void 0 && (t = ht(o, i._$AS(o, t.values), i, n)), t;
|
|
347
347
|
}
|
|
348
|
-
class
|
|
348
|
+
class Ne {
|
|
349
349
|
constructor(t, e) {
|
|
350
350
|
this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
|
|
351
351
|
}
|
|
@@ -362,7 +362,7 @@ class Ue {
|
|
|
362
362
|
for (; h !== void 0; ) {
|
|
363
363
|
if (s === h.index) {
|
|
364
364
|
let v;
|
|
365
|
-
h.type === 2 ? v = new Et(r, r.nextSibling, this, t) : h.type === 1 ? v = new h.ctor(r, h.name, h.strings, this, t) : h.type === 6 && (v = new
|
|
365
|
+
h.type === 2 ? v = new Et(r, r.nextSibling, this, t) : h.type === 1 ? v = new h.ctor(r, h.name, h.strings, this, t) : h.type === 6 && (v = new Ke(r, this, t)), this._$AV.push(v), h = n[++c];
|
|
366
366
|
}
|
|
367
367
|
s !== (h == null ? void 0 : h.index) && (r = nt.nextNode(), s++);
|
|
368
368
|
}
|
|
@@ -393,7 +393,7 @@ class Et {
|
|
|
393
393
|
return this._$AB;
|
|
394
394
|
}
|
|
395
395
|
_$AI(t, e = this) {
|
|
396
|
-
t = ht(this, t, e), xt(t) ? t === d || t == null || t === "" ? (this._$AH !== d && this._$AR(), this._$AH = d) : t !== this._$AH && t !==
|
|
396
|
+
t = ht(this, t, e), xt(t) ? t === d || t == null || t === "" ? (this._$AH !== d && this._$AR(), this._$AH = d) : t !== this._$AH && t !== Q && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : Fe(t) ? this.k(t) : this._(t);
|
|
397
397
|
}
|
|
398
398
|
O(t) {
|
|
399
399
|
return this._$AA.parentNode.insertBefore(t, this._$AB);
|
|
@@ -409,7 +409,7 @@ class Et {
|
|
|
409
409
|
const { values: e, _$litType$: n } = t, i = typeof n == "number" ? this._$AC(t) : (n.el === void 0 && (n.el = wt.createElement(Ce(n.h, n.h[0]), this.options)), n);
|
|
410
410
|
if (((r = this._$AH) == null ? void 0 : r._$AD) === i) this._$AH.p(e);
|
|
411
411
|
else {
|
|
412
|
-
const s = new
|
|
412
|
+
const s = new Ne(i, this), c = s.u(this.options);
|
|
413
413
|
s.p(e), this.T(c), this._$AH = s;
|
|
414
414
|
}
|
|
415
415
|
}
|
|
@@ -436,7 +436,7 @@ class Et {
|
|
|
436
436
|
this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
|
-
class
|
|
439
|
+
class Ot {
|
|
440
440
|
get tagName() {
|
|
441
441
|
return this.element.tagName;
|
|
442
442
|
}
|
|
@@ -449,11 +449,11 @@ class zt {
|
|
|
449
449
|
_$AI(t, e = this, n, i) {
|
|
450
450
|
const r = this.strings;
|
|
451
451
|
let s = !1;
|
|
452
|
-
if (r === void 0) t = ht(this, t, e, 0), s = !xt(t) || t !== this._$AH && t !==
|
|
452
|
+
if (r === void 0) t = ht(this, t, e, 0), s = !xt(t) || t !== this._$AH && t !== Q, s && (this._$AH = t);
|
|
453
453
|
else {
|
|
454
454
|
const c = t;
|
|
455
455
|
let h, v;
|
|
456
|
-
for (t = r[0], h = 0; h < r.length - 1; h++) v = ht(this, c[n + h], e, h), v ===
|
|
456
|
+
for (t = r[0], h = 0; h < r.length - 1; h++) v = ht(this, c[n + h], e, h), v === Q && (v = this._$AH[h]), s || (s = !xt(v) || v !== this._$AH[h]), v === d ? t = d : t !== d && (t += (v ?? "") + r[h + 1]), this._$AH[h] = v;
|
|
457
457
|
}
|
|
458
458
|
s && !i && this.j(t);
|
|
459
459
|
}
|
|
@@ -461,7 +461,7 @@ class zt {
|
|
|
461
461
|
t === d ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
|
-
class
|
|
464
|
+
class qe extends Ot {
|
|
465
465
|
constructor() {
|
|
466
466
|
super(...arguments), this.type = 3;
|
|
467
467
|
}
|
|
@@ -469,7 +469,7 @@ class Ne extends zt {
|
|
|
469
469
|
this.element[this.name] = t === d ? void 0 : t;
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
|
-
class
|
|
472
|
+
class Ve extends Ot {
|
|
473
473
|
constructor() {
|
|
474
474
|
super(...arguments), this.type = 4;
|
|
475
475
|
}
|
|
@@ -477,12 +477,12 @@ class qe extends zt {
|
|
|
477
477
|
this.element.toggleAttribute(this.name, !!t && t !== d);
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
class
|
|
480
|
+
class Ze extends Ot {
|
|
481
481
|
constructor(t, e, n, i, r) {
|
|
482
482
|
super(t, e, n, i, r), this.type = 5;
|
|
483
483
|
}
|
|
484
484
|
_$AI(t, e = this) {
|
|
485
|
-
if ((t = ht(this, t, e, 0) ?? d) ===
|
|
485
|
+
if ((t = ht(this, t, e, 0) ?? d) === Q) return;
|
|
486
486
|
const n = this._$AH, i = t === d && n !== d || t.capture !== n.capture || t.once !== n.once || t.passive !== n.passive, r = t !== d && (n === d || i);
|
|
487
487
|
i && this.element.removeEventListener(this.name, this, n), r && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
|
488
488
|
}
|
|
@@ -491,7 +491,7 @@ class Ve extends zt {
|
|
|
491
491
|
typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
|
-
class
|
|
494
|
+
class Ke {
|
|
495
495
|
constructor(t, e, n) {
|
|
496
496
|
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = n;
|
|
497
497
|
}
|
|
@@ -504,7 +504,7 @@ class Ze {
|
|
|
504
504
|
}
|
|
505
505
|
const jt = bt.litHtmlPolyfillSupport;
|
|
506
506
|
jt == null || jt(wt, Et), (bt.litHtmlVersions ?? (bt.litHtmlVersions = [])).push("3.3.0");
|
|
507
|
-
const
|
|
507
|
+
const We = (o, t, e) => {
|
|
508
508
|
const n = (e == null ? void 0 : e.renderBefore) ?? t;
|
|
509
509
|
let i = n._$litPart$;
|
|
510
510
|
if (i === void 0) {
|
|
@@ -530,7 +530,7 @@ let u = class extends ct {
|
|
|
530
530
|
}
|
|
531
531
|
update(t) {
|
|
532
532
|
const e = this.render();
|
|
533
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do =
|
|
533
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = We(e, this.renderRoot, this.renderOptions);
|
|
534
534
|
}
|
|
535
535
|
connectedCallback() {
|
|
536
536
|
var t;
|
|
@@ -541,7 +541,7 @@ let u = class extends ct {
|
|
|
541
541
|
super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1);
|
|
542
542
|
}
|
|
543
543
|
render() {
|
|
544
|
-
return
|
|
544
|
+
return Q;
|
|
545
545
|
}
|
|
546
546
|
};
|
|
547
547
|
var xe;
|
|
@@ -564,7 +564,7 @@ const y = (o) => (t, e) => {
|
|
|
564
564
|
* Copyright 2017 Google LLC
|
|
565
565
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
566
566
|
*/
|
|
567
|
-
const
|
|
567
|
+
const Ge = { attribute: !0, type: String, converter: Pt, reflect: !1, hasChanged: Wt }, Xe = (o = Ge, t, e) => {
|
|
568
568
|
const { kind: n, metadata: i } = e;
|
|
569
569
|
let r = globalThis.litPropertyMetadata.get(i);
|
|
570
570
|
if (r === void 0 && globalThis.litPropertyMetadata.set(i, r = /* @__PURE__ */ new Map()), n === "setter" && ((o = Object.create(o)).wrapped = !0), r.set(e.name, o), n === "accessor") {
|
|
@@ -586,7 +586,7 @@ const We = { attribute: !0, type: String, converter: Pt, reflect: !1, hasChanged
|
|
|
586
586
|
throw Error("Unsupported decorator location: " + n);
|
|
587
587
|
};
|
|
588
588
|
function a(o) {
|
|
589
|
-
return (t, e) => typeof e == "object" ?
|
|
589
|
+
return (t, e) => typeof e == "object" ? Xe(o, t, e) : ((n, i, r) => {
|
|
590
590
|
const s = i.hasOwnProperty(r);
|
|
591
591
|
return i.constructor.createProperty(r, n), s ? Object.getOwnPropertyDescriptor(i, r) : void 0;
|
|
592
592
|
})(o, t, e);
|
|
@@ -596,7 +596,7 @@ function a(o) {
|
|
|
596
596
|
* Copyright 2017 Google LLC
|
|
597
597
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
598
598
|
*/
|
|
599
|
-
function
|
|
599
|
+
function K(o) {
|
|
600
600
|
return a({ ...o, state: !0, attribute: !1 });
|
|
601
601
|
}
|
|
602
602
|
/**
|
|
@@ -604,7 +604,7 @@ function W(o) {
|
|
|
604
604
|
* Copyright 2017 Google LLC
|
|
605
605
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
606
606
|
*/
|
|
607
|
-
const
|
|
607
|
+
const Ye = (o, t, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(o, t, e), e);
|
|
608
608
|
/**
|
|
609
609
|
* @license
|
|
610
610
|
* Copyright 2017 Google LLC
|
|
@@ -616,7 +616,7 @@ function Se(o, t) {
|
|
|
616
616
|
var c;
|
|
617
617
|
return ((c = s.renderRoot) == null ? void 0 : c.querySelector(o)) ?? null;
|
|
618
618
|
};
|
|
619
|
-
return
|
|
619
|
+
return Ye(e, n, { get() {
|
|
620
620
|
return r(this);
|
|
621
621
|
} });
|
|
622
622
|
};
|
|
@@ -663,7 +663,7 @@ function Jt(o) {
|
|
|
663
663
|
* Copyright 2023 Google LLC
|
|
664
664
|
* SPDX-License-Identifier: Apache-2.0
|
|
665
665
|
*/
|
|
666
|
-
function
|
|
666
|
+
function Je(o) {
|
|
667
667
|
o.addInitializer((t) => {
|
|
668
668
|
const e = t;
|
|
669
669
|
e.addEventListener("click", async (n) => {
|
|
@@ -690,141 +690,153 @@ function Ye(o) {
|
|
|
690
690
|
});
|
|
691
691
|
});
|
|
692
692
|
}
|
|
693
|
-
const
|
|
693
|
+
const Qe = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
694
694
|
<path d="M8 3.6275C7.06799 0.971489 3.25399 -0.0226278 1.67414 2.30983C0.0877404 4.65197 1.67414 6.99412 2.62598 8.33249C3.0147 8.87905 8 14 8 14C8 14 12.9853 8.87905 13.374 8.33249C14.3259 6.99412 15.9123 4.65197 14.3259 2.30983C12.746 -0.0226277 8.97167 0.971489 8 3.6275Z" stroke="#3F2B2E" stroke-linecap="round"/>
|
|
695
695
|
</svg>
|
|
696
|
-
`,
|
|
696
|
+
`, to = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
697
697
|
<path d="M16 8L4 0V16L16 8Z" fill="#3F2B2E"/>
|
|
698
698
|
</svg>
|
|
699
|
-
`,
|
|
699
|
+
`, eo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
700
700
|
<path d="M12.2266 8.16162C11.0953 9.26599 8.72489 11.8788 5.11546 16L4.63062 15.7172C5.78886 13.4007 7.17607 10.8283 8.79223 8C7.17607 5.17172 5.78886 2.59933 4.63062 0.282827L5.11546 0C8.72489 4.12121 11.0953 6.73401 12.2266 7.83838V8.16162Z" fill="#3F2B2E"/>
|
|
701
701
|
</svg>
|
|
702
|
-
`,
|
|
702
|
+
`, oo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
703
703
|
<path d="M5 7.83838C6.02128 6.73401 8.16109 4.12121 11.4195 0L11.8571 0.282829C10.8116 2.59933 9.55927 5.17172 8.1003 8C9.55927 10.8283 10.8115 13.4007 11.8571 15.7172L11.4195 16C8.16109 11.8788 6.02128 9.266 5 8.16162L5 7.83838Z" fill="#3F2B2E"/>
|
|
704
704
|
</svg>
|
|
705
|
-
`,
|
|
705
|
+
`, io = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
706
706
|
<path d="M12.2834 14.4585L7.98873 11.3928L3.69404 14.4585L5.33977 9.4972L1 6.39639H6.36554L8 1.4585L9.63446 6.39639H15L10.6602 9.4972L12.306 14.4585H12.2834ZM7.98873 10.328L10.6602 12.2353L9.64573 9.15787L12.2721 7.28568H9.02576L8 4.17317L6.97424 7.28568H3.72786L6.35427 9.15787L5.33977 12.2353L8.01127 10.328H7.98873Z" fill="#3F2B2E"/>
|
|
707
707
|
</svg>
|
|
708
|
-
`,
|
|
708
|
+
`, no = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
709
709
|
<path d="M15 6.43789H9.63446L8 1.5L6.36554 6.43789H1L5.33977 9.5387L3.69404 14.5L7.98873 11.4343L12.2834 14.5H12.306L10.6602 9.5387L15 6.43789ZM6.36554 11.5396V7.32718H6.97424L8 4.21467L9.02576 7.32718H12.2721L9.64573 9.19937L10.6602 12.2768L8 10.3812L6.36554 11.5513V11.5396Z" fill="#3F2B2E"/>
|
|
710
710
|
</svg>
|
|
711
|
-
`,
|
|
711
|
+
`, ro = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
712
712
|
<path d="M15 6.39639H9.63446L8 1.4585L6.36554 6.39639H1L5.33977 9.4972L3.69404 14.4585L7.98873 11.3928L12.2834 14.4585L10.6377 9.4972L14.9775 6.39639H15ZM10.6715 12.2353L8.05636 10.3631V4.32528L9.03704 7.27398H12.2834L9.65701 9.14616L10.6715 12.2236V12.2353Z" fill="#3F2B2E"/>
|
|
713
713
|
</svg>
|
|
714
|
-
`,
|
|
714
|
+
`, so = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
715
715
|
<path d="M15 6.43789H9.63446L8 1.5L6.36554 6.43789H1L5.33977 9.5387L3.69404 14.5L7.98873 11.4343L9.46538 12.4874L12.2834 14.5H12.306L10.6602 9.5387L15 6.43789ZM9.46538 11.4226V7.32718H12.2721L9.64573 9.19937L10.6602 12.2768L9.46538 11.4226Z" fill="#3F2B2E"/>
|
|
716
716
|
</svg>
|
|
717
|
-
`,
|
|
717
|
+
`, ao = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
718
718
|
<path d="M12.2834 14.4585L7.98873 11.3928L3.69404 14.4585L5.33977 9.4972L1 6.39639H6.36554L8 1.4585L9.63446 6.39639H15L10.6602 9.4972L12.306 14.4585H12.2834Z" fill="#3F2B2E"/>
|
|
719
719
|
</svg>
|
|
720
|
-
`,
|
|
720
|
+
`, lo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
721
721
|
<path d="M2 2L14 14" stroke="#3F2B2E"/>
|
|
722
722
|
<path d="M14 2L2 14" stroke="#3F2B2E"/>
|
|
723
723
|
</svg>
|
|
724
|
-
`,
|
|
724
|
+
`, co = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
725
725
|
<path d="M7.12506 1C10.5018 1 13.2509 3.74834 13.251 7.125C13.2511 8.59738 12.7172 10.0206 11.7491 11.1299L14.8731 14.2539C15.0433 14.4253 15.0435 14.7018 14.8731 14.873C14.7913 14.9555 14.6797 15.002 14.5635 15.002C14.4475 15.0019 14.3357 14.9554 14.254 14.873L11.1309 11.749C10.0555 12.6818 8.6564 13.251 7.12506 13.251C3.7484 13.2508 1.00006 10.5017 1.00006 7.125C1.00025 3.74846 3.74852 1.00019 7.12506 1ZM7.12506 1.875C4.22971 1.87522 1.87506 4.23058 1.87506 7.12598C1.87532 10.0212 4.22987 12.3758 7.12506 12.376C10.0204 12.376 12.3758 10.0213 12.376 7.12598C12.376 4.23044 10.0206 1.875 7.12506 1.875Z" fill="#3F2B2E"/>
|
|
726
726
|
</svg>
|
|
727
|
-
`,
|
|
727
|
+
`, ho = `<?xml version="1.0" encoding="utf-8"?>
|
|
728
728
|
<!-- Generator: $$$/GeneralStr/196=Adobe Illustrator 27.6.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
729
729
|
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
730
730
|
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
|
731
731
|
<path class="st0" d="M40,20c0,0.7-0.6,1.2-1.2,1.2H21.2v17.5c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2V21.2H1.2C0.6,21.2,0,20.7,0,20
|
|
732
732
|
s0.6-1.2,1.2-1.2h17.5V1.2C18.8,0.6,19.3,0,20,0s1.2,0.6,1.2,1.2v17.5h17.5C39.4,18.8,40,19.3,40,20z"/>
|
|
733
733
|
</svg>
|
|
734
|
-
`,
|
|
734
|
+
`, po = `<?xml version="1.0" encoding="utf-8"?>
|
|
735
735
|
<!-- Generator: $$$/GeneralStr/196=Adobe Illustrator 27.6.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
736
736
|
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
737
737
|
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
|
738
738
|
<path class="st0" d="M38.8,20.5H1.2c-0.7,0-1.2-0.6-1.2-1.2S0.6,18,1.2,18h37.5c0.7,0,1.2,0.6,1.2,1.2S39.4,20.5,38.8,20.5z"/>
|
|
739
739
|
</svg>
|
|
740
|
-
`,
|
|
740
|
+
`, uo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
741
741
|
<path d="M15.0009 8.12175C15.0009 8.36347 14.805 8.55943 14.5634 8.55943H2.49495L7.43502 13.5017C7.60609 13.6726 7.60628 13.9499 7.43546 14.1211C7.26464 14.2922 6.98749 14.2924 6.81642 14.1215L1.13 8.43163C1.04685 8.34998 1 8.23831 1 8.12175C1 8.00518 1.04685 7.89351 1.13 7.81187L6.81642 2.12286C6.98808 1.95699 7.26094 1.95937 7.4297 2.12819C7.59845 2.29702 7.60082 2.57001 7.43502 2.74175L2.49495 7.68406H14.5634C14.805 7.68406 15.0009 7.88002 15.0009 8.12175Z" fill="#3F2B2E"/>
|
|
742
742
|
</svg>
|
|
743
|
-
`,
|
|
743
|
+
`, fo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
744
744
|
<path d="M14.1218 7.43502C13.9504 7.60543 13.6735 7.60543 13.5021 7.43502L8.55961 2.49408V14.5625C8.55961 14.8041 8.36365 15 8.12192 15C7.88018 15 7.68422 14.8041 7.68422 14.5625V2.49408L2.74177 7.43502C2.57002 7.60082 2.29703 7.59845 2.1282 7.4297C1.95936 7.26094 1.95699 6.98808 2.12287 6.81642L7.81203 1.13C7.89368 1.04685 8.00535 1 8.12192 1C8.23848 1 8.35015 1.04685 8.4318 1.13L14.121 6.81642C14.2921 6.98702 14.2925 7.26395 14.1218 7.43502Z" fill="#3F2B2E"/>
|
|
745
745
|
</svg>
|
|
746
|
-
`,
|
|
746
|
+
`, vo = `<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
747
747
|
<path d="M6.33317 8.00033C6.33317 3.95024 7.52708 0.666992 8.99984 0.666992C10.4726 0.666992 11.6665 3.95024 11.6665 8.00033M5.33317 15.3337H12.6665L16.3332 6.20033C14.9582 5.76699 12.2998 5.33366 8.99984 5.33366C5.69984 5.33366 3.49984 5.76699 1.6665 6.20033L5.33317 15.3337Z" stroke="#3F2B2E"/>
|
|
748
748
|
</svg>
|
|
749
|
-
`,
|
|
749
|
+
`, go = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
750
750
|
<path d="M7.99376 14.4486C7.46684 14.4486 6.93991 14.251 6.54472 13.8558C6.14953 13.4606 5.8202 12.9995 5.68847 12.4067H3.77837C2.98798 12.4067 2.59279 12.4067 2.32933 12.1433C2.13173 12.0116 2 11.7481 2 11.5505C2 11.2212 2.13173 10.826 2.52692 10.1673L2.92212 9.4428C3.31731 8.78415 3.51491 8.05963 3.64664 7.3351L3.84423 5.68847C3.97596 4.63462 4.43702 3.7125 5.22741 3.05385C6.01779 2.39519 7.00578 2 7.99376 2C8.98174 2 10.0356 2.39519 10.7601 3.05385C11.5505 3.7125 12.0116 4.70049 12.1433 5.68847L12.3409 7.26924C12.4067 8.05963 12.6702 8.78415 13.0654 9.37693L13.4606 10.1015C13.8558 10.7601 14.0534 11.0894 13.9875 11.4846C13.9875 11.7481 13.8558 11.9457 13.6582 12.0774C13.3947 12.3409 12.9995 12.3409 12.2092 12.3409H10.2991C10.1673 12.9337 9.83799 13.4606 9.4428 13.7899C9.04761 14.1851 8.52068 14.3827 7.99376 14.3827V14.4486ZM6.28126 12.4067C6.41299 12.8019 6.61058 13.1971 6.93991 13.4606C7.5327 13.9875 8.45482 13.9875 9.11347 13.4606C9.4428 13.1971 9.6404 12.8019 9.77213 12.4067H6.28126ZM7.99376 2.65865C7.13751 2.65865 6.28126 2.98798 5.6226 3.58077C4.96395 4.17356 4.56875 4.96395 4.43702 5.88606L4.23943 7.46684C4.1077 8.32309 3.84423 9.11347 3.44904 9.83799L3.05385 10.5625C2.72452 11.0894 2.59279 11.3529 2.59279 11.5505C2.59279 11.6164 2.59279 11.7481 2.72452 11.814C2.85625 11.8798 3.25144 11.8798 3.77837 11.8798H12.2092C12.7361 11.8798 13.1971 11.8798 13.263 11.814C13.3289 11.814 13.3947 11.6822 13.3947 11.5505C13.3947 11.4188 13.1971 11.0894 12.9337 10.5625L12.5385 9.83799C12.0774 9.11347 11.814 8.32309 11.7481 7.5327L11.5505 5.88606C11.4846 5.02981 11.0236 4.17356 10.3649 3.58077C9.70626 2.98798 8.85001 2.65865 7.99376 2.65865Z" fill="#3F2B2E"/>
|
|
751
751
|
</svg>
|
|
752
|
-
`,
|
|
752
|
+
`, bo = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
753
753
|
<path d="M12 17.4585L4 6.4585L20 6.4585L12 17.4585Z" fill="#3F2B2E"/>
|
|
754
754
|
</svg>
|
|
755
|
-
`,
|
|
755
|
+
`, yo = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
756
756
|
<path d="M12 6.4585L20 17.4585H4L12 6.4585Z" fill="#3F2B2E"/>
|
|
757
757
|
</svg>
|
|
758
|
-
`,
|
|
758
|
+
`, mo = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
759
759
|
<path d="M5.24611 10.4659C5.04705 10.4654 4.85616 10.3867 4.71465 10.2467L0.210718 5.74273C-0.0737595 5.44819 -0.0696911 4.98 0.219862 4.69045C0.509415 4.4009 0.977603 4.39683 1.27214 4.6813L5.18306 8.59071L10.6628 1.74024C10.9219 1.41646 11.3945 1.36403 11.7183 1.62314C12.042 1.88225 12.0945 2.35477 11.8354 2.67856L5.83012 10.1851C5.69763 10.3521 5.49956 10.4539 5.28665 10.4643L5.24611 10.4659Z" fill="#3F2B2E"/>
|
|
760
760
|
</svg>
|
|
761
|
-
`,
|
|
761
|
+
`, xo = `<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
762
762
|
<rect x="1" width="2" height="8" fill="#3F2B2E"/>
|
|
763
763
|
<rect x="5" width="2" height="8" fill="#3F2B2E"/>
|
|
764
764
|
</svg>
|
|
765
|
-
`,
|
|
765
|
+
`, wo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
766
766
|
<path d="M10.5037 5.99925C10.7795 5.99925 11.0037 6.22311 11.0037 6.49925V14.2922L13.1462 12.1448C13.3411 11.9498 13.6573 11.95 13.8523 12.1448H13.8533C14.0482 12.34 14.0481 12.6565 13.8533 12.8518L10.8572 15.8518C10.6618 16.0471 10.3455 16.0471 10.1501 15.8518L7.15406 12.8518C6.96522 12.6557 6.96774 12.3444 7.15992 12.1516C7.35242 11.9588 7.66416 11.9556 7.86011 12.1448L10.0046 14.2922V6.49925C10.0046 6.22319 10.228 5.99938 10.5037 5.99925ZM5.15699 0.145737C5.35218 -0.0485278 5.66791 -0.0486304 5.86304 0.145737L8.85913 3.14574C9.04829 3.34183 9.04562 3.65402 8.85327 3.84691C8.66066 4.03978 8.34902 4.04225 8.15308 3.85277L6.00952 1.70628V9.49925C6.0095 9.77533 5.78621 9.99918 5.5105 9.99925C5.23473 9.99925 5.0115 9.77538 5.01148 9.49925V1.70628L2.86695 3.85179C2.74288 3.98695 2.55447 4.04321 2.37671 3.99828C2.1991 3.95328 2.06051 3.81475 2.01538 3.63695C1.97026 3.45902 2.02608 3.27015 2.16089 3.14574L5.15699 0.145737Z" fill="#001022"/>
|
|
767
767
|
</svg>
|
|
768
|
-
`,
|
|
768
|
+
`, $o = `<svg viewBox="0 0 200 200" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg">
|
|
769
769
|
<line x1="0" y1="0" x2="200" y2="200" />
|
|
770
|
-
</svg>`,
|
|
770
|
+
</svg>`, ko = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
771
771
|
<path d="M2.31202e-08 7.85218C0.974855 6.83983 3.01741 4.44477 6.12766 0.666992L6.54545 0.926252C5.54739 3.04971 4.35203 5.40773 2.95938 8.00033C4.35203 10.5929 5.54739 12.9509 6.54545 15.0744L6.12766 15.3337C3.01741 11.5559 0.974855 9.16082 0 8.14847L2.31202e-08 7.85218Z" fill="#3F2B2E"/>
|
|
772
772
|
<path d="M16 8.14847C15.0251 9.16082 12.9826 11.5559 9.87234 15.3337L9.45455 15.0744C10.4526 12.9509 11.648 10.5929 13.0406 8.00033C11.648 5.40773 10.4526 3.04971 9.45455 0.92625L9.87234 0.666992C12.9826 4.44477 15.0251 6.83983 16 7.85218V8.14847Z" fill="#3F2B2E"/>
|
|
773
773
|
</svg>
|
|
774
|
-
`,
|
|
774
|
+
`, _o = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
775
775
|
<path d="M8 0.458496C12.4183 0.458496 16 4.04022 16 8.4585C16 12.8768 12.4183 16.4585 8 16.4585C3.58172 16.4585 0 12.8768 0 8.4585C0 4.04022 3.58172 0.458496 8 0.458496ZM11.8115 5.56787C11.5953 5.39556 11.2797 5.43075 11.1074 5.64697L7.45801 10.2104L4.85254 7.60596C4.65647 7.41684 4.34516 7.41943 4.15234 7.61182C3.95956 7.8046 3.95626 8.11678 4.14551 8.31299L7.14551 11.313C7.23977 11.4062 7.36741 11.4592 7.5 11.4595L7.52832 11.4585C7.67017 11.4503 7.80168 11.3818 7.89062 11.271L11.8906 6.271C12.0629 6.05485 12.0275 5.74022 11.8115 5.56787Z" fill="#3B7902"/>
|
|
776
776
|
</svg>
|
|
777
|
-
`,
|
|
777
|
+
`, Co = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
778
778
|
<path d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12C8.55229 12 9 11.5523 9 11C9 10.4477 8.55229 10 8 10ZM7.5 4C7.22386 4 7 4.22386 7 4.5V8.5C7 8.77614 7.22386 9 7.5 9H8.5C8.77614 9 9 8.77614 9 8.5V4.5C9 4.22386 8.77614 4 8.5 4H7.5Z" fill="#BB0218"/>
|
|
779
779
|
</svg>
|
|
780
|
-
`,
|
|
780
|
+
`, So = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
781
781
|
<path d="M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0ZM7.16602 6.1084V12H8.84668V6.1084H7.16602ZM8.00684 2.64062C7.45497 2.64062 7.01096 3.09591 7.01074 3.63574C7.01074 4.18774 7.45484 4.63184 8.00684 4.63184C8.55862 4.63159 9.00195 4.18759 9.00195 3.63574C9.00174 3.09606 8.55849 2.64088 8.00684 2.64062Z" fill="#4572A6"/>
|
|
782
782
|
</svg>
|
|
783
|
-
`,
|
|
783
|
+
`, Eo = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
784
784
|
<path d="M16.0003 10.1648C16.0003 13.2904 13.4583 15.8332 10.3336 15.8332H7.00026C6.81617 15.8332 6.66693 15.6839 6.66693 15.4997C6.66693 15.3156 6.81617 15.1663 7.00026 15.1663H10.3336C13.0909 15.1663 15.3336 12.923 15.3336 10.1648C15.3336 7.40663 13.0909 5.16328 10.3336 5.16328H1.13826L3.90226 7.92812C4.0326 8.05831 4.03275 8.26955 3.9026 8.39993C3.77244 8.5303 3.56127 8.53045 3.43093 8.40026L0.0975955 5.06592C-0.0325318 4.93571 -0.0325318 4.72465 0.0975955 4.59444L3.43093 1.2601C3.56172 1.13374 3.76962 1.13555 3.8982 1.26416C4.02678 1.39278 4.02859 1.60075 3.90226 1.73158L1.13826 4.49641H10.3336C13.4583 4.49641 16.0003 7.03918 16.0003 10.1648Z" fill="#001022"/>
|
|
785
785
|
</svg>
|
|
786
|
-
`,
|
|
786
|
+
`, Ao = `<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none">
|
|
787
787
|
<path d="M1 4.5415L3 6.5415L9 0.541504" stroke="#FBF9F6" stroke-linecap="round" stroke-linejoin="round"/>
|
|
788
|
-
</svg>`,
|
|
788
|
+
</svg>`, Lo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
789
789
|
<path d="M4.5 8L11.5 13L11.5 3L4.5 8Z" fill="#3F2B2E"/>
|
|
790
790
|
</svg>
|
|
791
|
-
`,
|
|
791
|
+
`, Po = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
792
792
|
<path d="M11.5 8L4.5 13L4.5 3L11.5 8Z" fill="#3F2B2E"/>
|
|
793
793
|
</svg>
|
|
794
|
-
`,
|
|
795
|
-
wishlist:
|
|
796
|
-
playerv:
|
|
797
|
-
chevronRight:
|
|
798
|
-
chevronLeft:
|
|
799
|
-
icoPlus:
|
|
800
|
-
icoMinus:
|
|
801
|
-
"star-0":
|
|
802
|
-
"star-25":
|
|
803
|
-
"star-50":
|
|
804
|
-
"star-75":
|
|
805
|
-
"star-100":
|
|
806
|
-
cross:
|
|
807
|
-
search:
|
|
808
|
-
arrowLeft:
|
|
809
|
-
arrowTop:
|
|
810
|
-
cart:
|
|
811
|
-
notifyme:
|
|
812
|
-
triangledown:
|
|
813
|
-
triangleup:
|
|
814
|
-
checkstroke:
|
|
815
|
-
pause:
|
|
816
|
-
mapDualArrow:
|
|
817
|
-
swipeDualArrow:
|
|
818
|
-
backToBag:
|
|
819
|
-
checkbox:
|
|
820
|
-
sliderLeftArrow:
|
|
821
|
-
sliderRightArrow:
|
|
822
|
-
}, Po = {
|
|
823
|
-
strikeDiagonal: wo
|
|
794
|
+
`, Ee = {
|
|
795
|
+
wishlist: Qe,
|
|
796
|
+
playerv: to,
|
|
797
|
+
chevronRight: eo,
|
|
798
|
+
chevronLeft: oo,
|
|
799
|
+
icoPlus: ho,
|
|
800
|
+
icoMinus: po,
|
|
801
|
+
"star-0": io,
|
|
802
|
+
"star-25": no,
|
|
803
|
+
"star-50": ro,
|
|
804
|
+
"star-75": so,
|
|
805
|
+
"star-100": ao,
|
|
806
|
+
cross: lo,
|
|
807
|
+
search: co,
|
|
808
|
+
arrowLeft: uo,
|
|
809
|
+
arrowTop: fo,
|
|
810
|
+
cart: vo,
|
|
811
|
+
notifyme: go,
|
|
812
|
+
triangledown: bo,
|
|
813
|
+
triangleup: yo,
|
|
814
|
+
checkstroke: mo,
|
|
815
|
+
pause: xo,
|
|
816
|
+
mapDualArrow: wo,
|
|
817
|
+
swipeDualArrow: ko,
|
|
818
|
+
backToBag: Eo,
|
|
819
|
+
checkbox: Ao,
|
|
820
|
+
sliderLeftArrow: Lo,
|
|
821
|
+
sliderRightArrow: Po
|
|
824
822
|
}, Bo = {
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
823
|
+
xsmall: 8,
|
|
824
|
+
small: 12,
|
|
825
|
+
medium: 16,
|
|
826
|
+
large: 24
|
|
827
|
+
}, zo = (o, { size: t, bgstyle: e }) => {
|
|
828
|
+
const n = Bo[t], i = e === "none-light" || e === "none-contrast";
|
|
829
|
+
return {
|
|
830
|
+
svg: Ee[o] ?? "",
|
|
831
|
+
pixelSize: n,
|
|
832
|
+
shouldApplyLogicalSize: i
|
|
833
|
+
};
|
|
834
|
+
}, tt = Ee, Oo = {
|
|
835
|
+
strikeDiagonal: $o
|
|
836
|
+
}, Io = {
|
|
837
|
+
success: _o,
|
|
838
|
+
error: Co,
|
|
839
|
+
info: So
|
|
828
840
|
};
|
|
829
841
|
/**
|
|
830
842
|
* @license
|
|
@@ -859,7 +871,7 @@ class Ut extends ee {
|
|
|
859
871
|
}
|
|
860
872
|
render(t) {
|
|
861
873
|
if (t === d || t == null) return this._t = void 0, this.it = t;
|
|
862
|
-
if (t ===
|
|
874
|
+
if (t === Q) return t;
|
|
863
875
|
if (typeof t != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
864
876
|
if (t === this.it) return this._t;
|
|
865
877
|
this.it = t;
|
|
@@ -882,7 +894,7 @@ const S = te(Nt);
|
|
|
882
894
|
* Copyright 2020 Google LLC
|
|
883
895
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
884
896
|
*/
|
|
885
|
-
const
|
|
897
|
+
const Do = (o) => o.strings === void 0;
|
|
886
898
|
/**
|
|
887
899
|
* @license
|
|
888
900
|
* Copyright 2017 Google LLC
|
|
@@ -894,45 +906,45 @@ const yt = (o, t) => {
|
|
|
894
906
|
if (e === void 0) return !1;
|
|
895
907
|
for (const i of e) (n = i._$AO) == null || n.call(i, t, !1), yt(i, t);
|
|
896
908
|
return !0;
|
|
897
|
-
},
|
|
909
|
+
}, zt = (o) => {
|
|
898
910
|
let t, e;
|
|
899
911
|
do {
|
|
900
912
|
if ((t = o._$AM) === void 0) break;
|
|
901
913
|
e = t._$AN, e.delete(o), o = t;
|
|
902
914
|
} while ((e == null ? void 0 : e.size) === 0);
|
|
903
|
-
},
|
|
915
|
+
}, Ae = (o) => {
|
|
904
916
|
for (let t; t = o._$AM; o = t) {
|
|
905
917
|
let e = t._$AN;
|
|
906
918
|
if (e === void 0) t._$AN = e = /* @__PURE__ */ new Set();
|
|
907
919
|
else if (e.has(o)) break;
|
|
908
|
-
e.add(o),
|
|
920
|
+
e.add(o), Mo(t);
|
|
909
921
|
}
|
|
910
922
|
};
|
|
911
|
-
function
|
|
912
|
-
this._$AN !== void 0 ? (
|
|
923
|
+
function Ho(o) {
|
|
924
|
+
this._$AN !== void 0 ? (zt(this), this._$AM = o, Ae(this)) : this._$AM = o;
|
|
913
925
|
}
|
|
914
|
-
function
|
|
926
|
+
function To(o, t = !1, e = 0) {
|
|
915
927
|
const n = this._$AH, i = this._$AN;
|
|
916
|
-
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let r = e; r < n.length; r++) yt(n[r], !1),
|
|
917
|
-
else n != null && (yt(n, !1),
|
|
928
|
+
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let r = e; r < n.length; r++) yt(n[r], !1), zt(n[r]);
|
|
929
|
+
else n != null && (yt(n, !1), zt(n));
|
|
918
930
|
else yt(this, o);
|
|
919
931
|
}
|
|
920
|
-
const
|
|
921
|
-
o.type == Qt.CHILD && (o._$AP ?? (o._$AP =
|
|
932
|
+
const Mo = (o) => {
|
|
933
|
+
o.type == Qt.CHILD && (o._$AP ?? (o._$AP = To), o._$AQ ?? (o._$AQ = Ho));
|
|
922
934
|
};
|
|
923
|
-
class
|
|
935
|
+
class jo extends ee {
|
|
924
936
|
constructor() {
|
|
925
937
|
super(...arguments), this._$AN = void 0;
|
|
926
938
|
}
|
|
927
939
|
_$AT(t, e, n) {
|
|
928
|
-
super._$AT(t, e, n),
|
|
940
|
+
super._$AT(t, e, n), Ae(this), this.isConnected = t._$AU;
|
|
929
941
|
}
|
|
930
942
|
_$AO(t, e = !0) {
|
|
931
943
|
var n, i;
|
|
932
|
-
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), e && (yt(this, t),
|
|
944
|
+
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), e && (yt(this, t), zt(this));
|
|
933
945
|
}
|
|
934
946
|
setValue(t) {
|
|
935
|
-
if (
|
|
947
|
+
if (Do(this._$Ct)) this._$Ct._$AI(t, this);
|
|
936
948
|
else {
|
|
937
949
|
const e = [...this._$Ct._$AH];
|
|
938
950
|
e[this._$Ci] = t, this._$Ct._$AI(e, this, 0);
|
|
@@ -943,7 +955,7 @@ class Ho extends ee {
|
|
|
943
955
|
reconnected() {
|
|
944
956
|
}
|
|
945
957
|
}
|
|
946
|
-
class
|
|
958
|
+
class Fo extends jo {
|
|
947
959
|
constructor() {
|
|
948
960
|
super(...arguments), this.prevData = {};
|
|
949
961
|
}
|
|
@@ -970,7 +982,7 @@ class To extends Ho {
|
|
|
970
982
|
(!t || !(i in t) && n[i] === e[i]) && (n[i] = void 0);
|
|
971
983
|
}
|
|
972
984
|
}
|
|
973
|
-
class
|
|
985
|
+
class Ro extends Fo {
|
|
974
986
|
constructor() {
|
|
975
987
|
super(...arguments), this.eventData = {};
|
|
976
988
|
}
|
|
@@ -1014,7 +1026,7 @@ class Mo extends To {
|
|
|
1014
1026
|
}
|
|
1015
1027
|
}
|
|
1016
1028
|
}
|
|
1017
|
-
class
|
|
1029
|
+
class Uo extends Ro {
|
|
1018
1030
|
apply(t) {
|
|
1019
1031
|
if (!t)
|
|
1020
1032
|
return;
|
|
@@ -1063,42 +1075,47 @@ class jo extends Mo {
|
|
|
1063
1075
|
}
|
|
1064
1076
|
}
|
|
1065
1077
|
}
|
|
1066
|
-
const me = te(
|
|
1078
|
+
const me = te(Uo);
|
|
1067
1079
|
/**
|
|
1068
1080
|
* @license
|
|
1069
1081
|
* Copyright 2018 Google LLC
|
|
1070
1082
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1071
1083
|
*/
|
|
1072
1084
|
const P = (o) => o ?? d;
|
|
1073
|
-
var
|
|
1074
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
1085
|
+
var No = Object.defineProperty, qo = Object.getOwnPropertyDescriptor, R = (o, t, e, n) => {
|
|
1086
|
+
for (var i = n > 1 ? void 0 : n ? qo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
1075
1087
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
1076
|
-
return n && i &&
|
|
1088
|
+
return n && i && No(t, e, i), i;
|
|
1077
1089
|
};
|
|
1078
1090
|
let B = class extends u {
|
|
1079
1091
|
constructor() {
|
|
1080
|
-
super(...arguments), this.bgstyle = "background-light", this.size = "medium", this.status = "empty", this.type = "button", this.strokewidth = "1", this.icon = "
|
|
1092
|
+
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 = "";
|
|
1081
1093
|
}
|
|
1082
1094
|
updated(o) {
|
|
1083
1095
|
super.updated(o), this.style.setProperty("--icon-stroke-width", this.strokewidth);
|
|
1084
1096
|
}
|
|
1085
1097
|
render() {
|
|
1086
|
-
|
|
1098
|
+
if (!this.icon)
|
|
1099
|
+
return d;
|
|
1100
|
+
const { svg: o, pixelSize: t, shouldApplyLogicalSize: e } = zo(this.icon, {
|
|
1101
|
+
size: this.size,
|
|
1102
|
+
bgstyle: this.bgstyle
|
|
1103
|
+
}), n = `icon-${this.icon}`, i = e ? ` width="${t}" height="${t}"` : "", r = o.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"'), s = this.showSrLabel ? l`<span class="sr-only">${this.srLabel}</span>` : null, c = this.showSrLabel ? null : "icon";
|
|
1087
1104
|
return l`
|
|
1088
1105
|
${this.type === "span" ? l`
|
|
1089
|
-
<span class="icon icon-button ${this.size} ${this.bgstyle} ${this.status} ${
|
|
1090
|
-
${S(
|
|
1106
|
+
<span class="icon icon-button ${this.size} ${this.bgstyle} ${this.status} ${n}" ?disabled="${this.disabled}">
|
|
1107
|
+
${S(r)}
|
|
1091
1108
|
</span>
|
|
1092
1109
|
` : l`
|
|
1093
1110
|
<button
|
|
1094
1111
|
type="button"
|
|
1095
|
-
aria-label=${P(
|
|
1112
|
+
aria-label=${P(c)}
|
|
1096
1113
|
aria-describedby=${this.getAttribute("aria-describedby") || d}
|
|
1097
|
-
class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${
|
|
1114
|
+
class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${n}"
|
|
1098
1115
|
?disabled="${this.disabled}"
|
|
1099
1116
|
>
|
|
1100
|
-
${S(
|
|
1101
|
-
${
|
|
1117
|
+
${S(r)}
|
|
1118
|
+
${s}
|
|
1102
1119
|
</button>
|
|
1103
1120
|
`}
|
|
1104
1121
|
`;
|
|
@@ -1187,8 +1204,8 @@ B.styles = f`
|
|
|
1187
1204
|
|
|
1188
1205
|
.icon-button.none-light.small svg,
|
|
1189
1206
|
.icon-button.none-contrast.small svg {
|
|
1190
|
-
width:
|
|
1191
|
-
height:
|
|
1207
|
+
width: 12px;
|
|
1208
|
+
height: 12px;
|
|
1192
1209
|
}
|
|
1193
1210
|
|
|
1194
1211
|
.icon-button.none-light.medium svg,
|
|
@@ -1317,10 +1334,10 @@ R([
|
|
|
1317
1334
|
B = R([
|
|
1318
1335
|
y("o-icon-button")
|
|
1319
1336
|
], B);
|
|
1320
|
-
var
|
|
1321
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
1337
|
+
var Vo = Object.defineProperty, Zo = Object.getOwnPropertyDescriptor, b = (o, t, e, n) => {
|
|
1338
|
+
for (var i = n > 1 ? void 0 : n ? Zo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
1322
1339
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
1323
|
-
return n && i &&
|
|
1340
|
+
return n && i && Vo(t, e, i), i;
|
|
1324
1341
|
};
|
|
1325
1342
|
let p = class extends u {
|
|
1326
1343
|
constructor() {
|
|
@@ -1930,13 +1947,13 @@ b([
|
|
|
1930
1947
|
p = b([
|
|
1931
1948
|
y("o-side-panel")
|
|
1932
1949
|
], p);
|
|
1933
|
-
var
|
|
1934
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
1950
|
+
var Ko = Object.defineProperty, Wo = Object.getOwnPropertyDescriptor, _ = (o, t, e, n) => {
|
|
1951
|
+
for (var i = n > 1 ? void 0 : n ? Wo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
1935
1952
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
1936
|
-
return n && i &&
|
|
1953
|
+
return n && i && Ko(t, e, i), i;
|
|
1937
1954
|
};
|
|
1938
|
-
const
|
|
1939
|
-
let m = class extends
|
|
1955
|
+
const Go = Jt(u);
|
|
1956
|
+
let m = class extends Go {
|
|
1940
1957
|
constructor() {
|
|
1941
1958
|
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;
|
|
1942
1959
|
}
|
|
@@ -1961,7 +1978,7 @@ let m = class extends Zo {
|
|
|
1961
1978
|
renderIcon(o) {
|
|
1962
1979
|
const t = o === "start" ? this.startIconModel : this.endIconModel;
|
|
1963
1980
|
if (!t) return d;
|
|
1964
|
-
const e =
|
|
1981
|
+
const e = tt[t].replace(
|
|
1965
1982
|
"<svg",
|
|
1966
1983
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
1967
1984
|
);
|
|
@@ -2005,7 +2022,7 @@ let m = class extends Zo {
|
|
|
2005
2022
|
`;
|
|
2006
2023
|
}
|
|
2007
2024
|
};
|
|
2008
|
-
|
|
2025
|
+
Je(m);
|
|
2009
2026
|
m.formAssociated = !0;
|
|
2010
2027
|
m.styles = f`
|
|
2011
2028
|
:host {
|
|
@@ -2268,10 +2285,10 @@ _([
|
|
|
2268
2285
|
m = _([
|
|
2269
2286
|
y("o-button")
|
|
2270
2287
|
], m);
|
|
2271
|
-
var
|
|
2272
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2288
|
+
var Xo = Object.defineProperty, Yo = Object.getOwnPropertyDescriptor, It = (o, t, e, n) => {
|
|
2289
|
+
for (var i = n > 1 ? void 0 : n ? Yo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2273
2290
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2274
|
-
return n && i &&
|
|
2291
|
+
return n && i && Xo(t, e, i), i;
|
|
2275
2292
|
};
|
|
2276
2293
|
let dt = class extends u {
|
|
2277
2294
|
constructor() {
|
|
@@ -2293,7 +2310,7 @@ let dt = class extends u {
|
|
|
2293
2310
|
(o.key === "Enter" || o.key === " ") && (o.preventDefault(), this.toggleStatus());
|
|
2294
2311
|
}
|
|
2295
2312
|
render() {
|
|
2296
|
-
const o =
|
|
2313
|
+
const o = tt.wishlist.replace(
|
|
2297
2314
|
"<svg",
|
|
2298
2315
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
2299
2316
|
);
|
|
@@ -2381,12 +2398,12 @@ It([
|
|
|
2381
2398
|
dt = It([
|
|
2382
2399
|
y("o-wishlist-button")
|
|
2383
2400
|
], dt);
|
|
2384
|
-
var
|
|
2385
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2401
|
+
var Jo = Object.defineProperty, Qo = Object.getOwnPropertyDescriptor, lt = (o, t, e, n) => {
|
|
2402
|
+
for (var i = n > 1 ? void 0 : n ? Qo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2386
2403
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2387
|
-
return n && i &&
|
|
2404
|
+
return n && i && Jo(t, e, i), i;
|
|
2388
2405
|
};
|
|
2389
|
-
let
|
|
2406
|
+
let Z = class extends u {
|
|
2390
2407
|
constructor() {
|
|
2391
2408
|
super(...arguments), this.href = "", this.target = "", this.template = "standard", this.inverse = !1, this.endIcon = !1, this.reverseEndIcon = !1;
|
|
2392
2409
|
}
|
|
@@ -2427,7 +2444,11 @@ let K = class extends u {
|
|
|
2427
2444
|
` : l`<span class="link-wrapper">${t}</span>`;
|
|
2428
2445
|
}
|
|
2429
2446
|
};
|
|
2430
|
-
|
|
2447
|
+
Z.styles = f`
|
|
2448
|
+
:host {
|
|
2449
|
+
cursor: pointer;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2431
2452
|
:host([template="standard"]) .link-wrapper {
|
|
2432
2453
|
color: var(--color-content-action-secondary);
|
|
2433
2454
|
font-size: var(--font-size-200);
|
|
@@ -2512,29 +2533,29 @@ K.styles = f`
|
|
|
2512
2533
|
`;
|
|
2513
2534
|
lt([
|
|
2514
2535
|
a({ type: String })
|
|
2515
|
-
],
|
|
2536
|
+
], Z.prototype, "href", 2);
|
|
2516
2537
|
lt([
|
|
2517
2538
|
a({ type: String })
|
|
2518
|
-
],
|
|
2539
|
+
], Z.prototype, "target", 2);
|
|
2519
2540
|
lt([
|
|
2520
2541
|
a({ type: String, reflect: !0 })
|
|
2521
|
-
],
|
|
2542
|
+
], Z.prototype, "template", 2);
|
|
2522
2543
|
lt([
|
|
2523
2544
|
a({ type: Boolean, reflect: !0 })
|
|
2524
|
-
],
|
|
2545
|
+
], Z.prototype, "inverse", 2);
|
|
2525
2546
|
lt([
|
|
2526
2547
|
a({ type: Boolean, reflect: !0 })
|
|
2527
|
-
],
|
|
2548
|
+
], Z.prototype, "endIcon", 2);
|
|
2528
2549
|
lt([
|
|
2529
2550
|
a({ type: Boolean, reflect: !0 })
|
|
2530
|
-
],
|
|
2531
|
-
|
|
2551
|
+
], Z.prototype, "reverseEndIcon", 2);
|
|
2552
|
+
Z = lt([
|
|
2532
2553
|
y("o-link")
|
|
2533
|
-
],
|
|
2534
|
-
var
|
|
2535
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2554
|
+
], Z);
|
|
2555
|
+
var ti = Object.defineProperty, ei = Object.getOwnPropertyDescriptor, Dt = (o, t, e, n) => {
|
|
2556
|
+
for (var i = n > 1 ? void 0 : n ? ei(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2536
2557
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2537
|
-
return n && i &&
|
|
2558
|
+
return n && i && ti(t, e, i), i;
|
|
2538
2559
|
};
|
|
2539
2560
|
let pt = class extends u {
|
|
2540
2561
|
constructor() {
|
|
@@ -2555,7 +2576,7 @@ let pt = class extends u {
|
|
|
2555
2576
|
<div class="rating">
|
|
2556
2577
|
<div class="stars">
|
|
2557
2578
|
${o.map(
|
|
2558
|
-
(t) => l`<span class="star">${S(
|
|
2579
|
+
(t) => l`<span class="star">${S(tt[t] ?? "")}</span>`
|
|
2559
2580
|
)}
|
|
2560
2581
|
</div>
|
|
2561
2582
|
${this.reviewCount != null && this.href != null ? l`<o-link template="review" href="${this.href}">${this.reviewCount}</o-link>` : null}
|
|
@@ -2609,10 +2630,10 @@ Dt([
|
|
|
2609
2630
|
pt = Dt([
|
|
2610
2631
|
y("o-rating")
|
|
2611
2632
|
], pt);
|
|
2612
|
-
var
|
|
2613
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2633
|
+
var oi = Object.defineProperty, ii = Object.getOwnPropertyDescriptor, ot = (o, t, e, n) => {
|
|
2634
|
+
for (var i = n > 1 ? void 0 : n ? ii(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2614
2635
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2615
|
-
return n && i &&
|
|
2636
|
+
return n && i && oi(t, e, i), i;
|
|
2616
2637
|
};
|
|
2617
2638
|
let F = class extends u {
|
|
2618
2639
|
constructor() {
|
|
@@ -2829,15 +2850,15 @@ ot([
|
|
|
2829
2850
|
a({ type: Object })
|
|
2830
2851
|
], F.prototype, "swiperInstance", 2);
|
|
2831
2852
|
ot([
|
|
2832
|
-
|
|
2853
|
+
K()
|
|
2833
2854
|
], F.prototype, "focusedIndex", 2);
|
|
2834
2855
|
F = ot([
|
|
2835
2856
|
y("thumbnail-navigation")
|
|
2836
2857
|
], F);
|
|
2837
|
-
var
|
|
2838
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2858
|
+
var ni = Object.defineProperty, ri = Object.getOwnPropertyDescriptor, oe = (o, t, e, n) => {
|
|
2859
|
+
for (var i = n > 1 ? void 0 : n ? ri(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2839
2860
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2840
|
-
return n && i &&
|
|
2861
|
+
return n && i && ni(t, e, i), i;
|
|
2841
2862
|
};
|
|
2842
2863
|
let $t = class extends u {
|
|
2843
2864
|
constructor() {
|
|
@@ -2915,10 +2936,10 @@ oe([
|
|
|
2915
2936
|
$t = oe([
|
|
2916
2937
|
y("o-tag")
|
|
2917
2938
|
], $t);
|
|
2918
|
-
var
|
|
2919
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2939
|
+
var si = Object.defineProperty, ai = Object.getOwnPropertyDescriptor, ie = (o, t, e, n) => {
|
|
2940
|
+
for (var i = n > 1 ? void 0 : n ? ai(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2920
2941
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2921
|
-
return n && i &&
|
|
2942
|
+
return n && i && si(t, e, i), i;
|
|
2922
2943
|
};
|
|
2923
2944
|
let kt = class extends u {
|
|
2924
2945
|
constructor() {
|
|
@@ -3035,10 +3056,10 @@ ie([
|
|
|
3035
3056
|
kt = ie([
|
|
3036
3057
|
y("o-tooltip")
|
|
3037
3058
|
], kt);
|
|
3038
|
-
var
|
|
3039
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3059
|
+
var li = Object.defineProperty, ci = Object.getOwnPropertyDescriptor, W = (o, t, e, n) => {
|
|
3060
|
+
for (var i = n > 1 ? void 0 : n ? ci(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3040
3061
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
3041
|
-
return n && i &&
|
|
3062
|
+
return n && i && li(t, e, i), i;
|
|
3042
3063
|
};
|
|
3043
3064
|
let T = class extends u {
|
|
3044
3065
|
constructor() {
|
|
@@ -3106,7 +3127,7 @@ let T = class extends u {
|
|
|
3106
3127
|
this.options.length > 0 && (this.options.some((e) => e.value === this.value) || (this.value = this.options[0].value));
|
|
3107
3128
|
}
|
|
3108
3129
|
render() {
|
|
3109
|
-
const o =
|
|
3130
|
+
const o = tt.checkstroke.replace(
|
|
3110
3131
|
"<svg",
|
|
3111
3132
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
3112
3133
|
), t = this.options.find((e) => e.value === this.value);
|
|
@@ -3302,35 +3323,35 @@ T.styles = f`
|
|
|
3302
3323
|
display: none;
|
|
3303
3324
|
}
|
|
3304
3325
|
`;
|
|
3305
|
-
|
|
3326
|
+
W([
|
|
3306
3327
|
a({ type: Array, reflect: !0 })
|
|
3307
3328
|
], T.prototype, "options", 2);
|
|
3308
|
-
|
|
3329
|
+
W([
|
|
3309
3330
|
a({ type: String, reflect: !0 })
|
|
3310
3331
|
], T.prototype, "value", 2);
|
|
3311
|
-
|
|
3332
|
+
W([
|
|
3312
3333
|
a({ type: String, reflect: !0 })
|
|
3313
3334
|
], T.prototype, "name", 2);
|
|
3314
|
-
|
|
3335
|
+
W([
|
|
3315
3336
|
a({ type: Boolean, reflect: !0 })
|
|
3316
3337
|
], T.prototype, "disabled", 2);
|
|
3317
|
-
|
|
3338
|
+
W([
|
|
3318
3339
|
a({ type: String, reflect: !0 })
|
|
3319
3340
|
], T.prototype, "width", 2);
|
|
3320
|
-
|
|
3321
|
-
|
|
3341
|
+
W([
|
|
3342
|
+
K()
|
|
3322
3343
|
], T.prototype, "open", 2);
|
|
3323
|
-
|
|
3324
|
-
|
|
3344
|
+
W([
|
|
3345
|
+
K()
|
|
3325
3346
|
], T.prototype, "activeIndex", 2);
|
|
3326
|
-
|
|
3327
|
-
|
|
3347
|
+
W([
|
|
3348
|
+
K()
|
|
3328
3349
|
], T.prototype, "menuWidth", 2);
|
|
3329
|
-
T =
|
|
3350
|
+
T = W([
|
|
3330
3351
|
y("o-dropdown")
|
|
3331
3352
|
], T);
|
|
3332
|
-
var
|
|
3333
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3353
|
+
var hi = Object.getOwnPropertyDescriptor, di = (o, t, e, n) => {
|
|
3354
|
+
for (var i = n > 1 ? void 0 : n ? hi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3334
3355
|
(s = o[r]) && (i = s(i) || i);
|
|
3335
3356
|
return i;
|
|
3336
3357
|
};
|
|
@@ -3382,15 +3403,15 @@ qt.styles = f`
|
|
|
3382
3403
|
background-color: var(--color-container-action-primary-pressed);
|
|
3383
3404
|
}
|
|
3384
3405
|
`;
|
|
3385
|
-
qt =
|
|
3406
|
+
qt = di([
|
|
3386
3407
|
y("o-dots")
|
|
3387
3408
|
], qt);
|
|
3388
|
-
var
|
|
3389
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3409
|
+
var pi = Object.defineProperty, ui = Object.getOwnPropertyDescriptor, U = (o, t, e, n) => {
|
|
3410
|
+
for (var i = n > 1 ? void 0 : n ? ui(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3390
3411
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
3391
|
-
return n && i &&
|
|
3412
|
+
return n && i && pi(t, e, i), i;
|
|
3392
3413
|
};
|
|
3393
|
-
let
|
|
3414
|
+
let z = class extends u {
|
|
3394
3415
|
constructor() {
|
|
3395
3416
|
super(...arguments), this.options = [], this.value = "", this.name = "", this.additionaltext = "+X variant(s)", this.disabled = !1, this.width = "100%", this.open = !1, this.activeIndex = -1, this.menuWidth = "", this._handleOutsideClick = (o) => {
|
|
3396
3417
|
this.contains(o.target) || (this.open = !1, this.activeIndex = -1);
|
|
@@ -3456,7 +3477,7 @@ let O = class extends u {
|
|
|
3456
3477
|
this.options.length > 0 && (this.options.some((t) => t.value === this.value) || (this.value = this.options[0].value));
|
|
3457
3478
|
}
|
|
3458
3479
|
render() {
|
|
3459
|
-
const o =
|
|
3480
|
+
const o = tt.checkstroke.replace(
|
|
3460
3481
|
"<svg",
|
|
3461
3482
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
3462
3483
|
), t = this.options.find((e) => e.value === this.value);
|
|
@@ -3527,7 +3548,7 @@ let O = class extends u {
|
|
|
3527
3548
|
`;
|
|
3528
3549
|
}
|
|
3529
3550
|
};
|
|
3530
|
-
|
|
3551
|
+
z.styles = f`
|
|
3531
3552
|
:host {
|
|
3532
3553
|
display: inline-block;
|
|
3533
3554
|
position: relative;
|
|
@@ -3705,40 +3726,40 @@ O.styles = f`
|
|
|
3705
3726
|
`;
|
|
3706
3727
|
U([
|
|
3707
3728
|
a({ type: Array, reflect: !0 })
|
|
3708
|
-
],
|
|
3729
|
+
], z.prototype, "options", 2);
|
|
3709
3730
|
U([
|
|
3710
3731
|
a({ type: String, reflect: !0 })
|
|
3711
|
-
],
|
|
3732
|
+
], z.prototype, "value", 2);
|
|
3712
3733
|
U([
|
|
3713
3734
|
a({ type: String, reflect: !0 })
|
|
3714
|
-
],
|
|
3735
|
+
], z.prototype, "name", 2);
|
|
3715
3736
|
U([
|
|
3716
3737
|
a({ type: String, reflect: !0 })
|
|
3717
|
-
],
|
|
3738
|
+
], z.prototype, "additionaltext", 2);
|
|
3718
3739
|
U([
|
|
3719
3740
|
a({ type: Boolean, reflect: !0 })
|
|
3720
|
-
],
|
|
3741
|
+
], z.prototype, "disabled", 2);
|
|
3721
3742
|
U([
|
|
3722
3743
|
a({ type: String, reflect: !0 })
|
|
3723
|
-
],
|
|
3744
|
+
], z.prototype, "width", 2);
|
|
3724
3745
|
U([
|
|
3725
|
-
|
|
3726
|
-
],
|
|
3746
|
+
K()
|
|
3747
|
+
], z.prototype, "open", 2);
|
|
3727
3748
|
U([
|
|
3728
|
-
|
|
3729
|
-
],
|
|
3749
|
+
K()
|
|
3750
|
+
], z.prototype, "activeIndex", 2);
|
|
3730
3751
|
U([
|
|
3731
|
-
|
|
3732
|
-
],
|
|
3733
|
-
|
|
3752
|
+
K()
|
|
3753
|
+
], z.prototype, "menuWidth", 2);
|
|
3754
|
+
z = U([
|
|
3734
3755
|
y("o-dropdown-variant")
|
|
3735
|
-
],
|
|
3756
|
+
], z);
|
|
3736
3757
|
/**
|
|
3737
3758
|
* @license
|
|
3738
3759
|
* Copyright 2018 Google LLC
|
|
3739
3760
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
3740
3761
|
*/
|
|
3741
|
-
const
|
|
3762
|
+
const Le = "important", fi = " !" + Le, vi = te(class extends ee {
|
|
3742
3763
|
constructor(o) {
|
|
3743
3764
|
var t;
|
|
3744
3765
|
if (super(o), o.type !== Qt.ATTRIBUTE || o.name !== "style" || ((t = o.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.");
|
|
@@ -3757,17 +3778,17 @@ const Ae = "important", di = " !" + Ae, pi = te(class extends ee {
|
|
|
3757
3778
|
const i = t[n];
|
|
3758
3779
|
if (i != null) {
|
|
3759
3780
|
this.ft.add(n);
|
|
3760
|
-
const r = typeof i == "string" && i.endsWith(
|
|
3761
|
-
n.includes("-") || r ? e.setProperty(n, r ? i.slice(0, -11) : i, r ?
|
|
3781
|
+
const r = typeof i == "string" && i.endsWith(fi);
|
|
3782
|
+
n.includes("-") || r ? e.setProperty(n, r ? i.slice(0, -11) : i, r ? Le : "") : e[n] = i;
|
|
3762
3783
|
}
|
|
3763
3784
|
}
|
|
3764
|
-
return
|
|
3785
|
+
return Q;
|
|
3765
3786
|
}
|
|
3766
3787
|
});
|
|
3767
|
-
var
|
|
3768
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3788
|
+
var gi = Object.defineProperty, bi = Object.getOwnPropertyDescriptor, ne = (o, t, e, n) => {
|
|
3789
|
+
for (var i = n > 1 ? void 0 : n ? bi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3769
3790
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
3770
|
-
return n && i &&
|
|
3791
|
+
return n && i && gi(t, e, i), i;
|
|
3771
3792
|
};
|
|
3772
3793
|
let _t = class extends u {
|
|
3773
3794
|
constructor() {
|
|
@@ -3781,7 +3802,7 @@ let _t = class extends u {
|
|
|
3781
3802
|
width: `${this.imageSize}px`,
|
|
3782
3803
|
height: `${this.imageSize}px`
|
|
3783
3804
|
}, n = this.option && this.option.title ? o(this.option.title) : "", i = this.option && this.option.description ? o(this.option.description) : "", r = l`
|
|
3784
|
-
${this.option.imgurl ? l`<img src="${this.option.imgurl}" alt="${P(n)}" aria-hidden="true" style=${
|
|
3805
|
+
${this.option.imgurl ? l`<img src="${this.option.imgurl}" alt="${P(n)}" aria-hidden="true" style=${vi(e)} />` : ""}
|
|
3785
3806
|
<div class="m-reassurance-content">
|
|
3786
3807
|
<h3 class="a-reassurance-text">${P(n)}</h3>
|
|
3787
3808
|
<p class="a-reassurance-description">${P(i)}</p>
|
|
@@ -3881,13 +3902,13 @@ ne([
|
|
|
3881
3902
|
_t = ne([
|
|
3882
3903
|
y("o-reassurance")
|
|
3883
3904
|
], _t);
|
|
3884
|
-
var
|
|
3885
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3905
|
+
var yi = Object.defineProperty, mi = Object.getOwnPropertyDescriptor, G = (o, t, e, n) => {
|
|
3906
|
+
for (var i = n > 1 ? void 0 : n ? mi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3886
3907
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
3887
|
-
return n && i &&
|
|
3908
|
+
return n && i && yi(t, e, i), i;
|
|
3888
3909
|
};
|
|
3889
|
-
const
|
|
3890
|
-
let
|
|
3910
|
+
const xi = Jt(u);
|
|
3911
|
+
let O = class extends xi {
|
|
3891
3912
|
constructor() {
|
|
3892
3913
|
super(...arguments), this.link = "", this.name = "", this.value = "", this.text = "", this.size = "standard", this.selected = !1, this.fullwidth = !1, this.inactive = !1;
|
|
3893
3914
|
}
|
|
@@ -3911,7 +3932,7 @@ let z = class extends bi {
|
|
|
3911
3932
|
`;
|
|
3912
3933
|
}
|
|
3913
3934
|
};
|
|
3914
|
-
|
|
3935
|
+
O.styles = f`
|
|
3915
3936
|
:host {
|
|
3916
3937
|
cursor: pointer;
|
|
3917
3938
|
display: inline-flex;
|
|
@@ -4005,44 +4026,44 @@ z.styles = f`
|
|
|
4005
4026
|
align-items: center;
|
|
4006
4027
|
}
|
|
4007
4028
|
`;
|
|
4008
|
-
|
|
4029
|
+
G([
|
|
4009
4030
|
a({ type: String, reflect: !0 })
|
|
4010
|
-
],
|
|
4011
|
-
|
|
4031
|
+
], O.prototype, "link", 2);
|
|
4032
|
+
G([
|
|
4012
4033
|
a({ reflect: !0 })
|
|
4013
|
-
],
|
|
4014
|
-
|
|
4034
|
+
], O.prototype, "name", 2);
|
|
4035
|
+
G([
|
|
4015
4036
|
a({ reflect: !0 })
|
|
4016
|
-
],
|
|
4017
|
-
|
|
4037
|
+
], O.prototype, "value", 2);
|
|
4038
|
+
G([
|
|
4018
4039
|
a({ type: String })
|
|
4019
|
-
],
|
|
4020
|
-
|
|
4040
|
+
], O.prototype, "text", 2);
|
|
4041
|
+
G([
|
|
4021
4042
|
a({ type: String, reflect: !0 })
|
|
4022
|
-
],
|
|
4023
|
-
|
|
4043
|
+
], O.prototype, "size", 2);
|
|
4044
|
+
G([
|
|
4024
4045
|
a({ type: Boolean, reflect: !0 })
|
|
4025
|
-
],
|
|
4026
|
-
|
|
4046
|
+
], O.prototype, "selected", 2);
|
|
4047
|
+
G([
|
|
4027
4048
|
a({ type: Boolean, reflect: !0 })
|
|
4028
|
-
],
|
|
4029
|
-
|
|
4049
|
+
], O.prototype, "fullwidth", 2);
|
|
4050
|
+
G([
|
|
4030
4051
|
a({ type: Boolean, reflect: !0 })
|
|
4031
|
-
],
|
|
4032
|
-
|
|
4052
|
+
], O.prototype, "inactive", 2);
|
|
4053
|
+
O = G([
|
|
4033
4054
|
y("o-chip")
|
|
4034
|
-
],
|
|
4035
|
-
var
|
|
4036
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4055
|
+
], O);
|
|
4056
|
+
var wi = Object.defineProperty, $i = Object.getOwnPropertyDescriptor, re = (o, t, e, n) => {
|
|
4057
|
+
for (var i = n > 1 ? void 0 : n ? $i(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4037
4058
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4038
|
-
return n && i &&
|
|
4059
|
+
return n && i && wi(t, e, i), i;
|
|
4039
4060
|
};
|
|
4040
4061
|
let Ct = class extends u {
|
|
4041
4062
|
constructor() {
|
|
4042
4063
|
super(), this.name = "", this.value = "", this.addEventListener("selected", this.onChipSelected);
|
|
4043
4064
|
}
|
|
4044
4065
|
onChipSelected(o) {
|
|
4045
|
-
const t = o.target instanceof
|
|
4066
|
+
const t = o.target instanceof O ? o.target : null;
|
|
4046
4067
|
t != null && t.link || (this.name = (t == null ? void 0 : t.name) || "", this.value = (t == null ? void 0 : t.value) || "", this.querySelectorAll("o-chip").forEach((e) => {
|
|
4047
4068
|
e !== t && (e.selected = !1);
|
|
4048
4069
|
}));
|
|
@@ -4070,13 +4091,13 @@ re([
|
|
|
4070
4091
|
Ct = re([
|
|
4071
4092
|
y("o-chipset")
|
|
4072
4093
|
], Ct);
|
|
4073
|
-
var
|
|
4074
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4094
|
+
var ki = Object.defineProperty, _i = Object.getOwnPropertyDescriptor, N = (o, t, e, n) => {
|
|
4095
|
+
for (var i = n > 1 ? void 0 : n ? _i(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4075
4096
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4076
|
-
return n && i &&
|
|
4097
|
+
return n && i && ki(t, e, i), i;
|
|
4077
4098
|
};
|
|
4078
|
-
const
|
|
4079
|
-
let I = class extends
|
|
4099
|
+
const Ci = Jt(u);
|
|
4100
|
+
let I = class extends Ci {
|
|
4080
4101
|
constructor() {
|
|
4081
4102
|
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";
|
|
4082
4103
|
}
|
|
@@ -4088,14 +4109,14 @@ let I = class extends $i {
|
|
|
4088
4109
|
this.dispatchEvent(e), e.defaultPrevented && o.preventDefault(), this.selected = t.selected;
|
|
4089
4110
|
}
|
|
4090
4111
|
crossIcon() {
|
|
4091
|
-
const o =
|
|
4112
|
+
const o = tt[this.crossIconName].replace(
|
|
4092
4113
|
"<svg",
|
|
4093
4114
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
4094
4115
|
).replace(/stroke=[#"'a-z1-9]*/gi, "");
|
|
4095
4116
|
return l`<span class="cross-icon">${S(o)}</span>`;
|
|
4096
4117
|
}
|
|
4097
4118
|
strikeThroughImg() {
|
|
4098
|
-
const o =
|
|
4119
|
+
const o = Oo[this.strikethroughImgName].replace(
|
|
4099
4120
|
"<svg",
|
|
4100
4121
|
'<svg aria-hidden="true" focusable="false" part="strikethrough"'
|
|
4101
4122
|
).replace(/stroke=[#"'a-z1-9]*/gi, "");
|
|
@@ -4279,10 +4300,10 @@ N([
|
|
|
4279
4300
|
I = N([
|
|
4280
4301
|
y("o-filter-chip")
|
|
4281
4302
|
], I);
|
|
4282
|
-
var
|
|
4303
|
+
var Si = Object.defineProperty, M = (o, t, e, n) => {
|
|
4283
4304
|
for (var i = void 0, r = o.length - 1, s; r >= 0; r--)
|
|
4284
4305
|
(s = o[r]) && (i = s(t, e, i) || i);
|
|
4285
|
-
return i &&
|
|
4306
|
+
return i && Si(t, e, i), i;
|
|
4286
4307
|
};
|
|
4287
4308
|
const ae = class ae extends u {
|
|
4288
4309
|
constructor() {
|
|
@@ -4498,10 +4519,10 @@ M([
|
|
|
4498
4519
|
a({ attribute: !1 })
|
|
4499
4520
|
], E.prototype, "onClickIcon");
|
|
4500
4521
|
customElements.define("mini-tile", E);
|
|
4501
|
-
var
|
|
4502
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4522
|
+
var Ei = Object.defineProperty, Ai = Object.getOwnPropertyDescriptor, Ht = (o, t, e, n) => {
|
|
4523
|
+
for (var i = n > 1 ? void 0 : n ? Ai(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4503
4524
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4504
|
-
return n && i &&
|
|
4525
|
+
return n && i && Ei(t, e, i), i;
|
|
4505
4526
|
};
|
|
4506
4527
|
let ut = class extends u {
|
|
4507
4528
|
constructor() {
|
|
@@ -4565,10 +4586,10 @@ Ht([
|
|
|
4565
4586
|
ut = Ht([
|
|
4566
4587
|
y("o-badge")
|
|
4567
4588
|
], ut);
|
|
4568
|
-
var
|
|
4569
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4589
|
+
var Li = Object.defineProperty, Pi = Object.getOwnPropertyDescriptor, H = (o, t, e, n) => {
|
|
4590
|
+
for (var i = n > 1 ? void 0 : n ? Pi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4570
4591
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4571
|
-
return n && i &&
|
|
4592
|
+
return n && i && Li(t, e, i), i;
|
|
4572
4593
|
};
|
|
4573
4594
|
let A = class extends u {
|
|
4574
4595
|
constructor() {
|
|
@@ -4614,7 +4635,7 @@ let A = class extends u {
|
|
|
4614
4635
|
});
|
|
4615
4636
|
}
|
|
4616
4637
|
render() {
|
|
4617
|
-
const t =
|
|
4638
|
+
const t = Io[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"');
|
|
4618
4639
|
return l`
|
|
4619
4640
|
<div class="o-toast">
|
|
4620
4641
|
<div class="o-toast-icon">
|
|
@@ -4748,14 +4769,14 @@ H([
|
|
|
4748
4769
|
A = H([
|
|
4749
4770
|
y("o-toast")
|
|
4750
4771
|
], A);
|
|
4751
|
-
var
|
|
4752
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4772
|
+
var Bi = Object.defineProperty, zi = Object.getOwnPropertyDescriptor, j = (o, t, e, n) => {
|
|
4773
|
+
for (var i = n > 1 ? void 0 : n ? zi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4753
4774
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4754
|
-
return n && i &&
|
|
4775
|
+
return n && i && Bi(t, e, i), i;
|
|
4755
4776
|
};
|
|
4756
|
-
let
|
|
4777
|
+
let Oi = 0, L = class extends u {
|
|
4757
4778
|
constructor() {
|
|
4758
|
-
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-${++
|
|
4779
|
+
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-${++Oi}`);
|
|
4759
4780
|
}
|
|
4760
4781
|
toggle() {
|
|
4761
4782
|
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 })));
|
|
@@ -4770,7 +4791,7 @@ let Pi = 0, L = class extends u {
|
|
|
4770
4791
|
this.disabled || (o.key === " " || o.key === "Enter") && (o.preventDefault(), this.toggle());
|
|
4771
4792
|
}
|
|
4772
4793
|
render() {
|
|
4773
|
-
const o = S(
|
|
4794
|
+
const o = S(tt.checkbox.replace("<svg", '<svg aria-hidden="true" focusable="false" part="svg"')), t = S(tt.icoMinus.replace("<svg", '<svg class="indeterminate" aria-hidden="true" focusable="false" part="svg"'));
|
|
4774
4795
|
return l`
|
|
4775
4796
|
<input
|
|
4776
4797
|
type="checkbox"
|
|
@@ -4929,14 +4950,14 @@ j([
|
|
|
4929
4950
|
L = j([
|
|
4930
4951
|
y("o-checkbox")
|
|
4931
4952
|
], L);
|
|
4932
|
-
var
|
|
4933
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
4953
|
+
var Ii = Object.defineProperty, Di = Object.getOwnPropertyDescriptor, q = (o, t, e, n) => {
|
|
4954
|
+
for (var i = n > 1 ? void 0 : n ? Di(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4934
4955
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4935
|
-
return n && i &&
|
|
4956
|
+
return n && i && Ii(t, e, i), i;
|
|
4936
4957
|
};
|
|
4937
|
-
let
|
|
4958
|
+
let Hi = 0, D = class extends u {
|
|
4938
4959
|
constructor() {
|
|
4939
|
-
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-${++
|
|
4960
|
+
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-${++Hi}`);
|
|
4940
4961
|
}
|
|
4941
4962
|
handleClick() {
|
|
4942
4963
|
this.disabled || this.checked || (this.checked = !0, this.syncInput(), this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 })));
|
|
@@ -5088,8 +5109,8 @@ q([
|
|
|
5088
5109
|
D = q([
|
|
5089
5110
|
y("o-radio")
|
|
5090
5111
|
], D);
|
|
5091
|
-
var
|
|
5092
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5112
|
+
var Ti = Object.getOwnPropertyDescriptor, Mi = (o, t, e, n) => {
|
|
5113
|
+
for (var i = n > 1 ? void 0 : n ? Ti(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
5093
5114
|
(s = o[r]) && (i = s(i) || i);
|
|
5094
5115
|
return i;
|
|
5095
5116
|
};
|
|
@@ -5116,13 +5137,13 @@ Vt.styles = f`
|
|
|
5116
5137
|
padding: var(--spacing-4-xs);
|
|
5117
5138
|
}
|
|
5118
5139
|
`;
|
|
5119
|
-
Vt =
|
|
5140
|
+
Vt = Mi([
|
|
5120
5141
|
y("o-breadcrumbs")
|
|
5121
5142
|
], Vt);
|
|
5122
|
-
var
|
|
5123
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5143
|
+
var ji = Object.defineProperty, Fi = Object.getOwnPropertyDescriptor, se = (o, t, e, n) => {
|
|
5144
|
+
for (var i = n > 1 ? void 0 : n ? Fi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
5124
5145
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
5125
|
-
return n && i &&
|
|
5146
|
+
return n && i && ji(t, e, i), i;
|
|
5126
5147
|
};
|
|
5127
5148
|
let St = class extends u {
|
|
5128
5149
|
constructor() {
|
|
@@ -5196,10 +5217,10 @@ se([
|
|
|
5196
5217
|
St = se([
|
|
5197
5218
|
y("o-breadcrumb")
|
|
5198
5219
|
], St);
|
|
5199
|
-
var
|
|
5200
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5220
|
+
var Ri = Object.defineProperty, Ui = Object.getOwnPropertyDescriptor, ft = (o, t, e, n) => {
|
|
5221
|
+
for (var i = n > 1 ? void 0 : n ? Ui(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
5201
5222
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
5202
|
-
return n && i &&
|
|
5223
|
+
return n && i && Ri(t, e, i), i;
|
|
5203
5224
|
};
|
|
5204
5225
|
let et = class extends u {
|
|
5205
5226
|
constructor() {
|
|
@@ -5311,7 +5332,7 @@ ft([
|
|
|
5311
5332
|
et = ft([
|
|
5312
5333
|
y("o-arch-image")
|
|
5313
5334
|
], et);
|
|
5314
|
-
const
|
|
5335
|
+
const Ni = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5315
5336
|
<svg
|
|
5316
5337
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
5317
5338
|
xmlns:cc="http://creativecommons.org/ns#"
|
|
@@ -5392,10 +5413,10 @@ const Fi = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
5392
5413
|
id="path52"
|
|
5393
5414
|
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5394
5415
|
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>`;
|
|
5395
|
-
var
|
|
5396
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5416
|
+
var qi = Object.defineProperty, Vi = Object.getOwnPropertyDescriptor, C = (o, t, e, n) => {
|
|
5417
|
+
for (var i = n > 1 ? void 0 : n ? Vi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
5397
5418
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
5398
|
-
return n && i &&
|
|
5419
|
+
return n && i && qi(t, e, i), i;
|
|
5399
5420
|
};
|
|
5400
5421
|
const le = class le extends u {
|
|
5401
5422
|
constructor() {
|
|
@@ -5514,7 +5535,7 @@ const le = class le extends u {
|
|
|
5514
5535
|
<header part="header" class="${e}">
|
|
5515
5536
|
${this.showBackButton ? this._renderBackButton() : null}
|
|
5516
5537
|
<div class="brand">
|
|
5517
|
-
<span slot="logo${this.contrast ? "-contrast" : ""}">${S(
|
|
5538
|
+
<span slot="logo${this.contrast ? "-contrast" : ""}">${S(Ni)}</span>
|
|
5518
5539
|
</div>
|
|
5519
5540
|
<div part="close${this.contrast ? "-contrast" : ""}">${this._renderCloseButton()}</div>
|
|
5520
5541
|
</header>
|
|
@@ -5706,16 +5727,16 @@ C([
|
|
|
5706
5727
|
a({ type: Boolean, attribute: "hide-header-on-scroll" })
|
|
5707
5728
|
], $.prototype, "hideHeaderOnScroll", 2);
|
|
5708
5729
|
C([
|
|
5709
|
-
|
|
5730
|
+
K()
|
|
5710
5731
|
], $.prototype, "_labelId", 2);
|
|
5711
5732
|
C([
|
|
5712
|
-
|
|
5733
|
+
K()
|
|
5713
5734
|
], $.prototype, "_headerHidden", 2);
|
|
5714
5735
|
customElements.define("o-popin", $);
|
|
5715
|
-
var
|
|
5716
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
5736
|
+
var Zi = Object.defineProperty, Ki = Object.getOwnPropertyDescriptor, k = (o, t, e, n) => {
|
|
5737
|
+
for (var i = n > 1 ? void 0 : n ? Ki(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
5717
5738
|
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
5718
|
-
return n && i &&
|
|
5739
|
+
return n && i && Zi(t, e, i), i;
|
|
5719
5740
|
};
|
|
5720
5741
|
let x = class extends u {
|
|
5721
5742
|
constructor() {
|