@florid-kit/components 0.9.24 → 0.9.25
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/components/popin.d.ts +43 -0
- package/index.js +405 -135
- package/index.mjs +1256 -910
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
* Copyright 2019 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
5
|
*/
|
|
6
|
-
const
|
|
7
|
-
let
|
|
8
|
-
constructor(t, e,
|
|
9
|
-
if (this._$cssResult$ = !0,
|
|
6
|
+
const St = globalThis, Nt = St.ShadowRoot && (St.ShadyCSS === void 0 || St.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Vt = Symbol(), se = /* @__PURE__ */ new WeakMap();
|
|
7
|
+
let ye = class {
|
|
8
|
+
constructor(t, e, n) {
|
|
9
|
+
if (this._$cssResult$ = !0, n !== Vt) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
10
10
|
this.cssText = t, this.t = e;
|
|
11
11
|
}
|
|
12
12
|
get styleSheet() {
|
|
13
13
|
let t = this.o;
|
|
14
14
|
const e = this.t;
|
|
15
|
-
if (
|
|
16
|
-
const
|
|
17
|
-
|
|
15
|
+
if (Nt && t === void 0) {
|
|
16
|
+
const n = e !== void 0 && e.length === 1;
|
|
17
|
+
n && (t = se.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), n && se.set(e, t));
|
|
18
18
|
}
|
|
19
19
|
return t;
|
|
20
20
|
}
|
|
@@ -22,33 +22,33 @@ let fe = class {
|
|
|
22
22
|
return this.cssText;
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
const
|
|
26
|
-
const e = o.length === 1 ? o[0] : t.reduce((
|
|
25
|
+
const Ee = (o) => new ye(typeof o == "string" ? o : o + "", void 0, Vt), v = (o, ...t) => {
|
|
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
|
-
})(i) + o[
|
|
31
|
-
return new
|
|
32
|
-
},
|
|
33
|
-
if (
|
|
30
|
+
})(i) + o[r + 1], o[0]);
|
|
31
|
+
return new ye(e, o, Vt);
|
|
32
|
+
}, Se = (o, t) => {
|
|
33
|
+
if (Nt) o.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
|
|
34
34
|
else for (const e of t) {
|
|
35
|
-
const
|
|
36
|
-
i !== void 0 &&
|
|
35
|
+
const n = document.createElement("style"), i = St.litNonce;
|
|
36
|
+
i !== void 0 && n.setAttribute("nonce", i), n.textContent = e.cssText, o.appendChild(n);
|
|
37
37
|
}
|
|
38
|
-
},
|
|
38
|
+
}, ae = Nt ? (o) => o : (o) => o instanceof CSSStyleSheet ? ((t) => {
|
|
39
39
|
let e = "";
|
|
40
|
-
for (const
|
|
41
|
-
return
|
|
40
|
+
for (const n of t.cssRules) e += n.cssText;
|
|
41
|
+
return Ee(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: Ae, defineProperty: Le, getOwnPropertyDescriptor: Be, getOwnPropertyNames: ze, getOwnPropertySymbols: Oe, getPrototypeOf: Pe } = Object, G = globalThis, le = G.trustedTypes, Ie = le ? le.emptyScript : "", It = G.reactiveElementPolyfillSupport, pt = (o, t) => o, At = { toAttribute(o, t) {
|
|
49
49
|
switch (t) {
|
|
50
50
|
case Boolean:
|
|
51
|
-
o = o ?
|
|
51
|
+
o = o ? Ie : null;
|
|
52
52
|
break;
|
|
53
53
|
case Object:
|
|
54
54
|
case Array:
|
|
@@ -73,54 +73,54 @@ const { is: ke, defineProperty: Se, getOwnPropertyDescriptor: Ae, getOwnProperty
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
return e;
|
|
76
|
-
} },
|
|
77
|
-
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")),
|
|
78
|
-
let
|
|
76
|
+
} }, qt = (o, t) => !Ae(o, t), ce = { attribute: !0, type: String, converter: At, reflect: !1, useDefault: !1, hasChanged: qt };
|
|
77
|
+
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), G.litPropertyMetadata ?? (G.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
78
|
+
let at = class extends HTMLElement {
|
|
79
79
|
static addInitializer(t) {
|
|
80
80
|
this._$Ei(), (this.l ?? (this.l = [])).push(t);
|
|
81
81
|
}
|
|
82
82
|
static get observedAttributes() {
|
|
83
83
|
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
84
84
|
}
|
|
85
|
-
static createProperty(t, e =
|
|
85
|
+
static createProperty(t, e = ce) {
|
|
86
86
|
if (e.state && (e.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(t) && ((e = Object.create(e)).wrapped = !0), this.elementProperties.set(t, e), !e.noAccessor) {
|
|
87
|
-
const
|
|
88
|
-
i !== void 0 &&
|
|
87
|
+
const n = Symbol(), i = this.getPropertyDescriptor(t, n, e);
|
|
88
|
+
i !== void 0 && Le(this.prototype, t, i);
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
static getPropertyDescriptor(t, e,
|
|
92
|
-
const { get: i, set:
|
|
91
|
+
static getPropertyDescriptor(t, e, n) {
|
|
92
|
+
const { get: i, set: r } = Be(this.prototype, t) ?? { get() {
|
|
93
93
|
return this[e];
|
|
94
94
|
}, set(s) {
|
|
95
95
|
this[e] = s;
|
|
96
96
|
} };
|
|
97
97
|
return { get: i, set(s) {
|
|
98
98
|
const c = i == null ? void 0 : i.call(this);
|
|
99
|
-
|
|
99
|
+
r == null || r.call(this, s), this.requestUpdate(t, c, n);
|
|
100
100
|
}, configurable: !0, enumerable: !0 };
|
|
101
101
|
}
|
|
102
102
|
static getPropertyOptions(t) {
|
|
103
|
-
return this.elementProperties.get(t) ??
|
|
103
|
+
return this.elementProperties.get(t) ?? ce;
|
|
104
104
|
}
|
|
105
105
|
static _$Ei() {
|
|
106
|
-
if (this.hasOwnProperty(
|
|
106
|
+
if (this.hasOwnProperty(pt("elementProperties"))) return;
|
|
107
107
|
const t = Pe(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
|
-
if (this.hasOwnProperty(
|
|
112
|
-
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(
|
|
113
|
-
const e = this.properties,
|
|
114
|
-
for (const i of
|
|
111
|
+
if (this.hasOwnProperty(pt("finalized"))) return;
|
|
112
|
+
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(pt("properties"))) {
|
|
113
|
+
const e = this.properties, n = [...ze(e), ...Oe(e)];
|
|
114
|
+
for (const i of n) this.createProperty(i, e[i]);
|
|
115
115
|
}
|
|
116
116
|
const t = this[Symbol.metadata];
|
|
117
117
|
if (t !== null) {
|
|
118
118
|
const e = litPropertyMetadata.get(t);
|
|
119
|
-
if (e !== void 0) for (const [
|
|
119
|
+
if (e !== void 0) for (const [n, i] of e) this.elementProperties.set(n, i);
|
|
120
120
|
}
|
|
121
121
|
this._$Eh = /* @__PURE__ */ new Map();
|
|
122
|
-
for (const [e,
|
|
123
|
-
const i = this._$Eu(e,
|
|
122
|
+
for (const [e, n] of this.elementProperties) {
|
|
123
|
+
const i = this._$Eu(e, n);
|
|
124
124
|
i !== void 0 && this._$Eh.set(i, e);
|
|
125
125
|
}
|
|
126
126
|
this.elementStyles = this.finalizeStyles(this.styles);
|
|
@@ -128,14 +128,14 @@ let nt = class extends HTMLElement {
|
|
|
128
128
|
static finalizeStyles(t) {
|
|
129
129
|
const e = [];
|
|
130
130
|
if (Array.isArray(t)) {
|
|
131
|
-
const
|
|
132
|
-
for (const i of
|
|
133
|
-
} else t !== void 0 && e.push(
|
|
131
|
+
const n = new Set(t.flat(1 / 0).reverse());
|
|
132
|
+
for (const i of n) e.unshift(ae(i));
|
|
133
|
+
} else t !== void 0 && e.push(ae(t));
|
|
134
134
|
return e;
|
|
135
135
|
}
|
|
136
136
|
static _$Eu(t, e) {
|
|
137
|
-
const
|
|
138
|
-
return
|
|
137
|
+
const n = e.attribute;
|
|
138
|
+
return n === !1 ? void 0 : typeof n == "string" ? n : typeof t == "string" ? t.toLowerCase() : void 0;
|
|
139
139
|
}
|
|
140
140
|
constructor() {
|
|
141
141
|
super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
|
|
@@ -154,18 +154,18 @@ let nt = class extends HTMLElement {
|
|
|
154
154
|
}
|
|
155
155
|
_$E_() {
|
|
156
156
|
const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
|
|
157
|
-
for (const
|
|
157
|
+
for (const n of e.keys()) this.hasOwnProperty(n) && (t.set(n, this[n]), delete this[n]);
|
|
158
158
|
t.size > 0 && (this._$Ep = t);
|
|
159
159
|
}
|
|
160
160
|
createRenderRoot() {
|
|
161
161
|
const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
162
|
-
return
|
|
162
|
+
return Se(t, this.constructor.elementStyles), t;
|
|
163
163
|
}
|
|
164
164
|
connectedCallback() {
|
|
165
165
|
var t;
|
|
166
166
|
this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$EO) == null || t.forEach((e) => {
|
|
167
|
-
var
|
|
168
|
-
return (
|
|
167
|
+
var n;
|
|
168
|
+
return (n = e.hostConnected) == null ? void 0 : n.call(e);
|
|
169
169
|
});
|
|
170
170
|
}
|
|
171
171
|
enableUpdating(t) {
|
|
@@ -173,40 +173,40 @@ let nt = class extends HTMLElement {
|
|
|
173
173
|
disconnectedCallback() {
|
|
174
174
|
var t;
|
|
175
175
|
(t = this._$EO) == null || t.forEach((e) => {
|
|
176
|
-
var
|
|
177
|
-
return (
|
|
176
|
+
var n;
|
|
177
|
+
return (n = e.hostDisconnected) == null ? void 0 : n.call(e);
|
|
178
178
|
});
|
|
179
179
|
}
|
|
180
|
-
attributeChangedCallback(t, e,
|
|
181
|
-
this._$AK(t,
|
|
180
|
+
attributeChangedCallback(t, e, n) {
|
|
181
|
+
this._$AK(t, n);
|
|
182
182
|
}
|
|
183
183
|
_$ET(t, e) {
|
|
184
|
-
var
|
|
185
|
-
const
|
|
186
|
-
if (i !== void 0 &&
|
|
187
|
-
const s = (((
|
|
184
|
+
var r;
|
|
185
|
+
const n = this.constructor.elementProperties.get(t), i = this.constructor._$Eu(t, n);
|
|
186
|
+
if (i !== void 0 && n.reflect === !0) {
|
|
187
|
+
const s = (((r = n.converter) == null ? void 0 : r.toAttribute) !== void 0 ? n.converter : At).toAttribute(e, n.type);
|
|
188
188
|
this._$Em = t, s == null ? this.removeAttribute(i) : this.setAttribute(i, s), this._$Em = null;
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
_$AK(t, e) {
|
|
192
|
-
var
|
|
193
|
-
const
|
|
192
|
+
var r, s;
|
|
193
|
+
const n = this.constructor, i = n._$Eh.get(t);
|
|
194
194
|
if (i !== void 0 && this._$Em !== i) {
|
|
195
|
-
const c =
|
|
195
|
+
const c = n.getPropertyOptions(i), h = typeof c.converter == "function" ? { fromAttribute: c.converter } : ((r = c.converter) == null ? void 0 : r.fromAttribute) !== void 0 ? c.converter : At;
|
|
196
196
|
this._$Em = i, this[i] = h.fromAttribute(e, c.type) ?? ((s = this._$Ej) == null ? void 0 : s.get(i)) ?? null, this._$Em = null;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
requestUpdate(t, e,
|
|
199
|
+
requestUpdate(t, e, n) {
|
|
200
200
|
var i;
|
|
201
201
|
if (t !== void 0) {
|
|
202
|
-
const
|
|
203
|
-
if (
|
|
204
|
-
this.C(t, e,
|
|
202
|
+
const r = this.constructor, s = this[t];
|
|
203
|
+
if (n ?? (n = r.getPropertyOptions(t)), !((n.hasChanged ?? qt)(s, e) || n.useDefault && n.reflect && s === ((i = this._$Ej) == null ? void 0 : i.get(t)) && !this.hasAttribute(r._$Eu(t, n)))) return;
|
|
204
|
+
this.C(t, e, n);
|
|
205
205
|
}
|
|
206
206
|
this.isUpdatePending === !1 && (this._$ES = this._$EP());
|
|
207
207
|
}
|
|
208
|
-
C(t, e, { useDefault:
|
|
209
|
-
|
|
208
|
+
C(t, e, { useDefault: n, reflect: i, wrapped: r }, s) {
|
|
209
|
+
n && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(t) && (this._$Ej.set(t, s ?? e ?? this[t]), r !== !0 || s !== void 0) || (this._$AL.has(t) || (this.hasUpdated || n || (e = void 0), this._$AL.set(t, e)), i === !0 && this._$Em !== t && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(t));
|
|
210
210
|
}
|
|
211
211
|
async _$EP() {
|
|
212
212
|
this.isUpdatePending = !0;
|
|
@@ -222,25 +222,25 @@ let nt = class extends HTMLElement {
|
|
|
222
222
|
return this.performUpdate();
|
|
223
223
|
}
|
|
224
224
|
performUpdate() {
|
|
225
|
-
var
|
|
225
|
+
var n;
|
|
226
226
|
if (!this.isUpdatePending) return;
|
|
227
227
|
if (!this.hasUpdated) {
|
|
228
228
|
if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
|
|
229
|
-
for (const [
|
|
229
|
+
for (const [r, s] of this._$Ep) this[r] = s;
|
|
230
230
|
this._$Ep = void 0;
|
|
231
231
|
}
|
|
232
232
|
const i = this.constructor.elementProperties;
|
|
233
|
-
if (i.size > 0) for (const [
|
|
234
|
-
const { wrapped: c } = s, h = this[
|
|
235
|
-
c !== !0 || this._$AL.has(
|
|
233
|
+
if (i.size > 0) for (const [r, s] of i) {
|
|
234
|
+
const { wrapped: c } = s, h = this[r];
|
|
235
|
+
c !== !0 || this._$AL.has(r) || h === void 0 || this.C(r, void 0, s, h);
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
let t = !1;
|
|
239
239
|
const e = this._$AL;
|
|
240
240
|
try {
|
|
241
|
-
t = this.shouldUpdate(e), t ? (this.willUpdate(e), (
|
|
242
|
-
var
|
|
243
|
-
return (
|
|
241
|
+
t = this.shouldUpdate(e), t ? (this.willUpdate(e), (n = this._$EO) == null || n.forEach((i) => {
|
|
242
|
+
var r;
|
|
243
|
+
return (r = i.hostUpdate) == null ? void 0 : r.call(i);
|
|
244
244
|
}), this.update(e)) : this._$EM();
|
|
245
245
|
} catch (i) {
|
|
246
246
|
throw t = !1, this._$EM(), i;
|
|
@@ -251,9 +251,9 @@ let nt = class extends HTMLElement {
|
|
|
251
251
|
}
|
|
252
252
|
_$AE(t) {
|
|
253
253
|
var e;
|
|
254
|
-
(e = this._$EO) == null || e.forEach((
|
|
254
|
+
(e = this._$EO) == null || e.forEach((n) => {
|
|
255
255
|
var i;
|
|
256
|
-
return (i =
|
|
256
|
+
return (i = n.hostUpdated) == null ? void 0 : i.call(n);
|
|
257
257
|
}), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
|
|
258
258
|
}
|
|
259
259
|
_$EM() {
|
|
@@ -276,76 +276,76 @@ let nt = class extends HTMLElement {
|
|
|
276
276
|
firstUpdated(t) {
|
|
277
277
|
}
|
|
278
278
|
};
|
|
279
|
-
|
|
279
|
+
at.elementStyles = [], at.shadowRootOptions = { mode: "open" }, at[pt("elementProperties")] = /* @__PURE__ */ new Map(), at[pt("finalized")] = /* @__PURE__ */ new Map(), It == null || It({ ReactiveElement: at }), (G.reactiveElementVersions ?? (G.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
|
|
286
|
-
\f\r]`,
|
|
287
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"),
|
|
288
|
-
function
|
|
289
|
-
if (!
|
|
290
|
-
return
|
|
285
|
+
const ut = globalThis, Lt = ut.trustedTypes, he = Lt ? Lt.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, me = "$lit$", W = `lit$${Math.random().toFixed(9).slice(2)}$`, xe = "?" + W, De = `<${xe}>`, it = document, ft = () => it.createComment(""), gt = (o) => o === null || typeof o != "object" && typeof o != "function", Zt = Array.isArray, He = (o) => Zt(o) || typeof (o == null ? void 0 : o[Symbol.iterator]) == "function", Dt = `[
|
|
286
|
+
\f\r]`, dt = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, de = /-->/g, pe = />/g, tt = RegExp(`>|${Dt}(?:([^\\s"'>=/]+)(${Dt}*=${Dt}*(?:[^
|
|
287
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), ue = /'/g, ve = /"/g, we = /^(?:script|style|textarea|title)$/i, Me = (o) => (t, ...e) => ({ _$litType$: o, strings: t, values: e }), l = Me(1), X = Symbol.for("lit-noChange"), d = Symbol.for("lit-nothing"), fe = /* @__PURE__ */ new WeakMap(), et = it.createTreeWalker(it, 129);
|
|
288
|
+
function $e(o, t) {
|
|
289
|
+
if (!Zt(o) || !o.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
290
|
+
return he !== void 0 ? he.createHTML(t) : t;
|
|
291
291
|
}
|
|
292
|
-
const
|
|
293
|
-
const e = o.length - 1,
|
|
294
|
-
let i,
|
|
292
|
+
const Te = (o, t) => {
|
|
293
|
+
const e = o.length - 1, n = [];
|
|
294
|
+
let i, r = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", s = dt;
|
|
295
295
|
for (let c = 0; c < e; c++) {
|
|
296
296
|
const h = o[c];
|
|
297
297
|
let m, w, f = -1, U = 0;
|
|
298
|
-
for (; U < h.length && (s.lastIndex = U, w = s.exec(h), w !== null); ) U = s.lastIndex, s ===
|
|
299
|
-
const
|
|
300
|
-
|
|
298
|
+
for (; U < h.length && (s.lastIndex = U, w = s.exec(h), w !== null); ) U = s.lastIndex, s === dt ? w[1] === "!--" ? s = de : w[1] !== void 0 ? s = pe : w[2] !== void 0 ? (we.test(w[2]) && (i = RegExp("</" + w[2], "g")), s = tt) : w[3] !== void 0 && (s = tt) : s === tt ? w[0] === ">" ? (s = i ?? dt, f = -1) : w[1] === void 0 ? f = -2 : (f = s.lastIndex - w[2].length, m = w[1], s = w[3] === void 0 ? tt : w[3] === '"' ? ve : ue) : s === ve || s === ue ? s = tt : s === de || s === pe ? s = dt : (s = tt, i = void 0);
|
|
299
|
+
const K = s === tt && o[c + 1].startsWith("/>") ? " " : "";
|
|
300
|
+
r += s === dt ? h + De : f >= 0 ? (n.push(m), h.slice(0, f) + me + h.slice(f) + W + K) : h + W + (f === -2 ? c : K);
|
|
301
301
|
}
|
|
302
|
-
return [
|
|
302
|
+
return [$e(o, r + (o[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), n];
|
|
303
303
|
};
|
|
304
|
-
class
|
|
305
|
-
constructor({ strings: t, _$litType$: e },
|
|
304
|
+
class bt {
|
|
305
|
+
constructor({ strings: t, _$litType$: e }, n) {
|
|
306
306
|
let i;
|
|
307
307
|
this.parts = [];
|
|
308
|
-
let
|
|
309
|
-
const c = t.length - 1, h = this.parts, [m, w] =
|
|
310
|
-
if (this.el =
|
|
308
|
+
let r = 0, s = 0;
|
|
309
|
+
const c = t.length - 1, h = this.parts, [m, w] = Te(t, e);
|
|
310
|
+
if (this.el = bt.createElement(m, n), et.currentNode = this.el.content, e === 2 || e === 3) {
|
|
311
311
|
const f = this.el.content.firstChild;
|
|
312
312
|
f.replaceWith(...f.childNodes);
|
|
313
313
|
}
|
|
314
|
-
for (; (i =
|
|
314
|
+
for (; (i = et.nextNode()) !== null && h.length < c; ) {
|
|
315
315
|
if (i.nodeType === 1) {
|
|
316
|
-
if (i.hasAttributes()) for (const f of i.getAttributeNames()) if (f.endsWith(
|
|
317
|
-
const U = w[s++],
|
|
318
|
-
h.push({ type: 1, index:
|
|
319
|
-
} else f.startsWith(
|
|
320
|
-
if (
|
|
321
|
-
const f = i.textContent.split(
|
|
316
|
+
if (i.hasAttributes()) for (const f of i.getAttributeNames()) if (f.endsWith(me)) {
|
|
317
|
+
const U = w[s++], K = i.getAttribute(f).split(W), Et = /([.?@])?(.*)/.exec(U);
|
|
318
|
+
h.push({ type: 1, index: r, name: Et[2], strings: K, ctor: Et[1] === "." ? Fe : Et[1] === "?" ? Re : Et[1] === "@" ? Ue : zt }), i.removeAttribute(f);
|
|
319
|
+
} else f.startsWith(W) && (h.push({ type: 6, index: r }), i.removeAttribute(f));
|
|
320
|
+
if (we.test(i.tagName)) {
|
|
321
|
+
const f = i.textContent.split(W), U = f.length - 1;
|
|
322
322
|
if (U > 0) {
|
|
323
|
-
i.textContent =
|
|
324
|
-
for (let
|
|
325
|
-
i.append(f[U],
|
|
323
|
+
i.textContent = Lt ? Lt.emptyScript : "";
|
|
324
|
+
for (let K = 0; K < U; K++) i.append(f[K], ft()), et.nextNode(), h.push({ type: 2, index: ++r });
|
|
325
|
+
i.append(f[U], ft());
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
|
-
} else if (i.nodeType === 8) if (i.data ===
|
|
328
|
+
} else if (i.nodeType === 8) if (i.data === xe) h.push({ type: 2, index: r });
|
|
329
329
|
else {
|
|
330
330
|
let f = -1;
|
|
331
|
-
for (; (f = i.data.indexOf(
|
|
331
|
+
for (; (f = i.data.indexOf(W, f + 1)) !== -1; ) h.push({ type: 7, index: r }), f += W.length - 1;
|
|
332
332
|
}
|
|
333
|
-
|
|
333
|
+
r++;
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
static createElement(t, e) {
|
|
337
|
-
const
|
|
338
|
-
return
|
|
337
|
+
const n = it.createElement("template");
|
|
338
|
+
return n.innerHTML = t, n;
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
|
-
function
|
|
341
|
+
function lt(o, t, e = o, n) {
|
|
342
342
|
var s, c;
|
|
343
|
-
if (t ===
|
|
344
|
-
let i =
|
|
345
|
-
const
|
|
346
|
-
return (i == null ? void 0 : i.constructor) !==
|
|
343
|
+
if (t === X) return t;
|
|
344
|
+
let i = n !== void 0 ? (s = e._$Co) == null ? void 0 : s[n] : e._$Cl;
|
|
345
|
+
const r = gt(t) ? void 0 : t._$litDirective$;
|
|
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 = lt(o, i._$AS(o, t.values), i, n)), t;
|
|
347
347
|
}
|
|
348
|
-
class
|
|
348
|
+
class je {
|
|
349
349
|
constructor(t, e) {
|
|
350
350
|
this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
|
|
351
351
|
}
|
|
@@ -356,30 +356,30 @@ class He {
|
|
|
356
356
|
return this._$AM._$AU;
|
|
357
357
|
}
|
|
358
358
|
u(t) {
|
|
359
|
-
const { el: { content: e }, parts:
|
|
360
|
-
|
|
361
|
-
let
|
|
359
|
+
const { el: { content: e }, parts: n } = this._$AD, i = ((t == null ? void 0 : t.creationScope) ?? it).importNode(e, !0);
|
|
360
|
+
et.currentNode = i;
|
|
361
|
+
let r = et.nextNode(), s = 0, c = 0, h = n[0];
|
|
362
362
|
for (; h !== void 0; ) {
|
|
363
363
|
if (s === h.index) {
|
|
364
364
|
let m;
|
|
365
|
-
h.type === 2 ? m = new
|
|
365
|
+
h.type === 2 ? m = new _t(r, r.nextSibling, this, t) : h.type === 1 ? m = new h.ctor(r, h.name, h.strings, this, t) : h.type === 6 && (m = new Ne(r, this, t)), this._$AV.push(m), h = n[++c];
|
|
366
366
|
}
|
|
367
|
-
s !== (h == null ? void 0 : h.index) && (
|
|
367
|
+
s !== (h == null ? void 0 : h.index) && (r = et.nextNode(), s++);
|
|
368
368
|
}
|
|
369
|
-
return
|
|
369
|
+
return et.currentNode = it, i;
|
|
370
370
|
}
|
|
371
371
|
p(t) {
|
|
372
372
|
let e = 0;
|
|
373
|
-
for (const
|
|
373
|
+
for (const n of this._$AV) n !== void 0 && (n.strings !== void 0 ? (n._$AI(t, n, e), e += n.strings.length - 2) : n._$AI(t[e])), e++;
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
|
-
class
|
|
376
|
+
class _t {
|
|
377
377
|
get _$AU() {
|
|
378
378
|
var t;
|
|
379
379
|
return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
|
|
380
380
|
}
|
|
381
|
-
constructor(t, e,
|
|
382
|
-
this.type = 2, this._$AH = d, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM =
|
|
381
|
+
constructor(t, e, n, i) {
|
|
382
|
+
this.type = 2, this._$AH = d, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = n, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
|
|
383
383
|
}
|
|
384
384
|
get parentNode() {
|
|
385
385
|
let t = this._$AA.parentNode;
|
|
@@ -393,7 +393,7 @@ class $t {
|
|
|
393
393
|
return this._$AB;
|
|
394
394
|
}
|
|
395
395
|
_$AI(t, e = this) {
|
|
396
|
-
t =
|
|
396
|
+
t = lt(this, t, e), gt(t) ? t === d || t == null || t === "" ? (this._$AH !== d && this._$AR(), this._$AH = d) : t !== this._$AH && t !== X && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : He(t) ? this.k(t) : this._(t);
|
|
397
397
|
}
|
|
398
398
|
O(t) {
|
|
399
399
|
return this._$AA.parentNode.insertBefore(t, this._$AB);
|
|
@@ -402,31 +402,31 @@ class $t {
|
|
|
402
402
|
this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
|
|
403
403
|
}
|
|
404
404
|
_(t) {
|
|
405
|
-
this._$AH !== d &&
|
|
405
|
+
this._$AH !== d && gt(this._$AH) ? this._$AA.nextSibling.data = t : this.T(it.createTextNode(t)), this._$AH = t;
|
|
406
406
|
}
|
|
407
407
|
$(t) {
|
|
408
|
-
var
|
|
409
|
-
const { values: e, _$litType$:
|
|
410
|
-
if (((
|
|
408
|
+
var r;
|
|
409
|
+
const { values: e, _$litType$: n } = t, i = typeof n == "number" ? this._$AC(t) : (n.el === void 0 && (n.el = bt.createElement($e(n.h, n.h[0]), this.options)), n);
|
|
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 je(i, this), c = s.u(this.options);
|
|
413
413
|
s.p(e), this.T(c), this._$AH = s;
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
_$AC(t) {
|
|
417
|
-
let e =
|
|
418
|
-
return e === void 0 &&
|
|
417
|
+
let e = fe.get(t.strings);
|
|
418
|
+
return e === void 0 && fe.set(t.strings, e = new bt(t)), e;
|
|
419
419
|
}
|
|
420
420
|
k(t) {
|
|
421
|
-
|
|
421
|
+
Zt(this._$AH) || (this._$AH = [], this._$AR());
|
|
422
422
|
const e = this._$AH;
|
|
423
|
-
let
|
|
424
|
-
for (const
|
|
425
|
-
i < e.length && (this._$AR(
|
|
423
|
+
let n, i = 0;
|
|
424
|
+
for (const r of t) i === e.length ? e.push(n = new _t(this.O(ft()), this.O(ft()), this, this.options)) : n = e[i], n._$AI(r), i++;
|
|
425
|
+
i < e.length && (this._$AR(n && n._$AB.nextSibling, i), e.length = i);
|
|
426
426
|
}
|
|
427
427
|
_$AR(t = this._$AA.nextSibling, e) {
|
|
428
|
-
var
|
|
429
|
-
for ((
|
|
428
|
+
var n;
|
|
429
|
+
for ((n = this._$AP) == null ? void 0 : n.call(this, !1, !0, e); t && t !== this._$AB; ) {
|
|
430
430
|
const i = t.nextSibling;
|
|
431
431
|
t.remove(), t = i;
|
|
432
432
|
}
|
|
@@ -436,24 +436,24 @@ class $t {
|
|
|
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 zt {
|
|
440
440
|
get tagName() {
|
|
441
441
|
return this.element.tagName;
|
|
442
442
|
}
|
|
443
443
|
get _$AU() {
|
|
444
444
|
return this._$AM._$AU;
|
|
445
445
|
}
|
|
446
|
-
constructor(t, e,
|
|
447
|
-
this.type = 1, this._$AH = d, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options =
|
|
446
|
+
constructor(t, e, n, i, r) {
|
|
447
|
+
this.type = 1, this._$AH = d, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options = r, n.length > 2 || n[0] !== "" || n[1] !== "" ? (this._$AH = Array(n.length - 1).fill(new String()), this.strings = n) : this._$AH = d;
|
|
448
448
|
}
|
|
449
|
-
_$AI(t, e = this,
|
|
450
|
-
const
|
|
449
|
+
_$AI(t, e = this, n, i) {
|
|
450
|
+
const r = this.strings;
|
|
451
451
|
let s = !1;
|
|
452
|
-
if (
|
|
452
|
+
if (r === void 0) t = lt(this, t, e, 0), s = !gt(t) || t !== this._$AH && t !== X, s && (this._$AH = t);
|
|
453
453
|
else {
|
|
454
454
|
const c = t;
|
|
455
455
|
let h, m;
|
|
456
|
-
for (t =
|
|
456
|
+
for (t = r[0], h = 0; h < r.length - 1; h++) m = lt(this, c[n + h], e, h), m === X && (m = this._$AH[h]), s || (s = !gt(m) || m !== this._$AH[h]), m === d ? t = d : t !== d && (t += (m ?? "") + r[h + 1]), this._$AH[h] = m;
|
|
457
457
|
}
|
|
458
458
|
s && !i && this.j(t);
|
|
459
459
|
}
|
|
@@ -461,7 +461,7 @@ class Lt {
|
|
|
461
461
|
t === d ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
|
-
class
|
|
464
|
+
class Fe extends zt {
|
|
465
465
|
constructor() {
|
|
466
466
|
super(...arguments), this.type = 3;
|
|
467
467
|
}
|
|
@@ -469,7 +469,7 @@ class Te extends Lt {
|
|
|
469
469
|
this.element[this.name] = t === d ? void 0 : t;
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
|
-
class
|
|
472
|
+
class Re extends zt {
|
|
473
473
|
constructor() {
|
|
474
474
|
super(...arguments), this.type = 4;
|
|
475
475
|
}
|
|
@@ -477,39 +477,39 @@ class Me extends Lt {
|
|
|
477
477
|
this.element.toggleAttribute(this.name, !!t && t !== d);
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
class
|
|
481
|
-
constructor(t, e,
|
|
482
|
-
super(t, e,
|
|
480
|
+
class Ue extends zt {
|
|
481
|
+
constructor(t, e, n, i, r) {
|
|
482
|
+
super(t, e, n, i, r), this.type = 5;
|
|
483
483
|
}
|
|
484
484
|
_$AI(t, e = this) {
|
|
485
|
-
if ((t =
|
|
486
|
-
const
|
|
487
|
-
i && this.element.removeEventListener(this.name, this,
|
|
485
|
+
if ((t = lt(this, t, e, 0) ?? d) === X) return;
|
|
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
|
+
i && this.element.removeEventListener(this.name, this, n), r && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
|
488
488
|
}
|
|
489
489
|
handleEvent(t) {
|
|
490
490
|
var e;
|
|
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
|
|
495
|
-
constructor(t, e,
|
|
496
|
-
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options =
|
|
494
|
+
class Ne {
|
|
495
|
+
constructor(t, e, n) {
|
|
496
|
+
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = n;
|
|
497
497
|
}
|
|
498
498
|
get _$AU() {
|
|
499
499
|
return this._$AM._$AU;
|
|
500
500
|
}
|
|
501
501
|
_$AI(t) {
|
|
502
|
-
|
|
502
|
+
lt(this, t);
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
const
|
|
506
|
-
|
|
507
|
-
const
|
|
508
|
-
const
|
|
509
|
-
let i =
|
|
505
|
+
const Ht = ut.litHtmlPolyfillSupport;
|
|
506
|
+
Ht == null || Ht(bt, _t), (ut.litHtmlVersions ?? (ut.litHtmlVersions = [])).push("3.3.0");
|
|
507
|
+
const Ve = (o, t, e) => {
|
|
508
|
+
const n = (e == null ? void 0 : e.renderBefore) ?? t;
|
|
509
|
+
let i = n._$litPart$;
|
|
510
510
|
if (i === void 0) {
|
|
511
|
-
const
|
|
512
|
-
|
|
511
|
+
const r = (e == null ? void 0 : e.renderBefore) ?? null;
|
|
512
|
+
n._$litPart$ = i = new _t(t.insertBefore(ft(), r), r, void 0, e ?? {});
|
|
513
513
|
}
|
|
514
514
|
return i._$AI(o), i;
|
|
515
515
|
};
|
|
@@ -518,8 +518,8 @@ const Ue = (o, t, e) => {
|
|
|
518
518
|
* Copyright 2017 Google LLC
|
|
519
519
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
520
520
|
*/
|
|
521
|
-
const
|
|
522
|
-
let
|
|
521
|
+
const ot = globalThis;
|
|
522
|
+
let p = class extends at {
|
|
523
523
|
constructor() {
|
|
524
524
|
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
525
525
|
}
|
|
@@ -530,7 +530,7 @@ let u = class extends nt {
|
|
|
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 = Ve(e, this.renderRoot, this.renderOptions);
|
|
534
534
|
}
|
|
535
535
|
connectedCallback() {
|
|
536
536
|
var t;
|
|
@@ -541,20 +541,20 @@ let u = class extends nt {
|
|
|
541
541
|
super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1);
|
|
542
542
|
}
|
|
543
543
|
render() {
|
|
544
|
-
return
|
|
544
|
+
return X;
|
|
545
545
|
}
|
|
546
546
|
};
|
|
547
|
-
var
|
|
548
|
-
|
|
549
|
-
const
|
|
550
|
-
|
|
551
|
-
(
|
|
547
|
+
var be;
|
|
548
|
+
p._$litElement$ = !0, p.finalized = !0, (be = ot.litElementHydrateSupport) == null || be.call(ot, { LitElement: p });
|
|
549
|
+
const Mt = ot.litElementPolyfillSupport;
|
|
550
|
+
Mt == null || Mt({ LitElement: p });
|
|
551
|
+
(ot.litElementVersions ?? (ot.litElementVersions = [])).push("4.2.0");
|
|
552
552
|
/**
|
|
553
553
|
* @license
|
|
554
554
|
* Copyright 2017 Google LLC
|
|
555
555
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
556
556
|
*/
|
|
557
|
-
const
|
|
557
|
+
const g = (o) => (t, e) => {
|
|
558
558
|
e !== void 0 ? e.addInitializer(() => {
|
|
559
559
|
customElements.define(o, t);
|
|
560
560
|
}) : customElements.define(o, t);
|
|
@@ -564,10 +564,10 @@ const b = (o) => (t, e) => {
|
|
|
564
564
|
* Copyright 2017 Google LLC
|
|
565
565
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
566
566
|
*/
|
|
567
|
-
const
|
|
568
|
-
const { kind:
|
|
569
|
-
let
|
|
570
|
-
if (
|
|
567
|
+
const qe = { attribute: !0, type: String, converter: At, reflect: !1, hasChanged: qt }, Ze = (o = qe, t, e) => {
|
|
568
|
+
const { kind: n, metadata: i } = e;
|
|
569
|
+
let r = globalThis.litPropertyMetadata.get(i);
|
|
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") {
|
|
571
571
|
const { name: s } = e;
|
|
572
572
|
return { set(c) {
|
|
573
573
|
const h = t.get.call(this);
|
|
@@ -576,19 +576,19 @@ const Ne = { attribute: !0, type: String, converter: St, reflect: !1, hasChanged
|
|
|
576
576
|
return c !== void 0 && this.C(s, void 0, o, c), c;
|
|
577
577
|
} };
|
|
578
578
|
}
|
|
579
|
-
if (
|
|
579
|
+
if (n === "setter") {
|
|
580
580
|
const { name: s } = e;
|
|
581
581
|
return function(c) {
|
|
582
582
|
const h = this[s];
|
|
583
583
|
t.call(this, c), this.requestUpdate(s, h, o);
|
|
584
584
|
};
|
|
585
585
|
}
|
|
586
|
-
throw Error("Unsupported decorator location: " +
|
|
586
|
+
throw Error("Unsupported decorator location: " + n);
|
|
587
587
|
};
|
|
588
588
|
function a(o) {
|
|
589
|
-
return (t, e) => typeof e == "object" ?
|
|
590
|
-
const s = i.hasOwnProperty(
|
|
591
|
-
return i.constructor.createProperty(
|
|
589
|
+
return (t, e) => typeof e == "object" ? Ze(o, t, e) : ((n, i, r) => {
|
|
590
|
+
const s = i.hasOwnProperty(r);
|
|
591
|
+
return i.constructor.createProperty(r, n), s ? Object.getOwnPropertyDescriptor(i, r) : void 0;
|
|
592
592
|
})(o, t, e);
|
|
593
593
|
}
|
|
594
594
|
/**
|
|
@@ -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 Y(o) {
|
|
600
600
|
return a({ ...o, state: !0, attribute: !1 });
|
|
601
601
|
}
|
|
602
602
|
/**
|
|
@@ -604,24 +604,24 @@ function ot(o) {
|
|
|
604
604
|
* Copyright 2017 Google LLC
|
|
605
605
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
606
606
|
*/
|
|
607
|
-
const
|
|
607
|
+
const Ke = (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
|
|
611
611
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
612
612
|
*/
|
|
613
|
-
function
|
|
614
|
-
return (e,
|
|
615
|
-
const
|
|
613
|
+
function ke(o, t) {
|
|
614
|
+
return (e, n, i) => {
|
|
615
|
+
const r = (s) => {
|
|
616
616
|
var c;
|
|
617
617
|
return ((c = s.renderRoot) == null ? void 0 : c.querySelector(o)) ?? null;
|
|
618
618
|
};
|
|
619
|
-
return
|
|
620
|
-
return
|
|
619
|
+
return Ke(e, n, { get() {
|
|
620
|
+
return r(this);
|
|
621
621
|
} });
|
|
622
622
|
};
|
|
623
623
|
}
|
|
624
|
-
const
|
|
624
|
+
const rt = v`
|
|
625
625
|
outline: 1px dashed var(--color-border-primary);
|
|
626
626
|
outline-offset: 2px;
|
|
627
627
|
`;
|
|
@@ -635,12 +635,12 @@ v`
|
|
|
635
635
|
* Copyright 2023 Google LLC
|
|
636
636
|
* SPDX-License-Identifier: Apache-2.0
|
|
637
637
|
*/
|
|
638
|
-
const
|
|
639
|
-
function
|
|
638
|
+
const Kt = Symbol("internals"), Tt = Symbol("privateInternals");
|
|
639
|
+
function Wt(o) {
|
|
640
640
|
var t;
|
|
641
641
|
class e extends o {
|
|
642
|
-
get [(t =
|
|
643
|
-
return this[
|
|
642
|
+
get [(t = Kt, t)]() {
|
|
643
|
+
return this[Tt] || (this[Tt] = this.attachInternals()), this[Tt];
|
|
644
644
|
}
|
|
645
645
|
}
|
|
646
646
|
return e;
|
|
@@ -650,14 +650,14 @@ function Zt(o) {
|
|
|
650
650
|
* Copyright 2023 Google LLC
|
|
651
651
|
* SPDX-License-Identifier: Apache-2.0
|
|
652
652
|
*/
|
|
653
|
-
function
|
|
653
|
+
function We(o) {
|
|
654
654
|
o.addInitializer((t) => {
|
|
655
655
|
const e = t;
|
|
656
|
-
e.addEventListener("click", async (
|
|
657
|
-
const { type: i, [
|
|
656
|
+
e.addEventListener("click", async (n) => {
|
|
657
|
+
const { type: i, [Kt]: r } = e, { form: s } = r;
|
|
658
658
|
if (!(!s || i === "button") && (await new Promise((c) => {
|
|
659
659
|
setTimeout(c);
|
|
660
|
-
}), !
|
|
660
|
+
}), !n.defaultPrevented)) {
|
|
661
661
|
if (i === "reset") {
|
|
662
662
|
s.reset();
|
|
663
663
|
return;
|
|
@@ -672,153 +672,153 @@ function qe(o) {
|
|
|
672
672
|
});
|
|
673
673
|
},
|
|
674
674
|
{ capture: !0, once: !0 }
|
|
675
|
-
),
|
|
675
|
+
), r.setFormValue(e.value), s.requestSubmit();
|
|
676
676
|
}
|
|
677
677
|
});
|
|
678
678
|
});
|
|
679
679
|
}
|
|
680
|
-
const
|
|
680
|
+
const Ge = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
681
681
|
<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"/>
|
|
682
682
|
</svg>
|
|
683
|
-
`,
|
|
683
|
+
`, Xe = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
684
684
|
<path d="M16 8L4 0V16L16 8Z" fill="#3F2B2E"/>
|
|
685
685
|
</svg>
|
|
686
|
-
`,
|
|
686
|
+
`, Ye = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
687
687
|
<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"/>
|
|
688
688
|
</svg>
|
|
689
|
-
`,
|
|
689
|
+
`, Je = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
690
690
|
<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"/>
|
|
691
691
|
</svg>
|
|
692
|
-
`,
|
|
692
|
+
`, Qe = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
693
693
|
<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"/>
|
|
694
694
|
</svg>
|
|
695
|
-
`,
|
|
695
|
+
`, to = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
696
696
|
<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"/>
|
|
697
697
|
</svg>
|
|
698
|
-
`,
|
|
698
|
+
`, eo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
699
699
|
<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"/>
|
|
700
700
|
</svg>
|
|
701
|
-
`,
|
|
701
|
+
`, oo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
702
702
|
<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"/>
|
|
703
703
|
</svg>
|
|
704
|
-
`,
|
|
704
|
+
`, io = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
705
705
|
<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"/>
|
|
706
706
|
</svg>
|
|
707
|
-
`,
|
|
707
|
+
`, no = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
708
708
|
<path d="M2 2L14 14" stroke="#3F2B2E"/>
|
|
709
709
|
<path d="M14 2L2 14" stroke="#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="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"/>
|
|
713
713
|
</svg>
|
|
714
|
-
`,
|
|
714
|
+
`, so = `<?xml version="1.0" encoding="utf-8"?>
|
|
715
715
|
<!-- Generator: $$$/GeneralStr/196=Adobe Illustrator 27.6.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
716
716
|
<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"
|
|
717
717
|
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
|
718
718
|
<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
|
|
719
719
|
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"/>
|
|
720
720
|
</svg>
|
|
721
|
-
`,
|
|
721
|
+
`, ao = `<?xml version="1.0" encoding="utf-8"?>
|
|
722
722
|
<!-- Generator: $$$/GeneralStr/196=Adobe Illustrator 27.6.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
723
723
|
<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"
|
|
724
724
|
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
|
725
725
|
<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"/>
|
|
726
726
|
</svg>
|
|
727
|
-
`,
|
|
727
|
+
`, lo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
728
728
|
<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"/>
|
|
729
729
|
</svg>
|
|
730
|
-
`,
|
|
730
|
+
`, co = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
731
731
|
<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"/>
|
|
732
732
|
</svg>
|
|
733
|
-
`,
|
|
733
|
+
`, ho = `<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
734
734
|
<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"/>
|
|
735
735
|
</svg>
|
|
736
|
-
`,
|
|
736
|
+
`, po = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
737
737
|
<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"/>
|
|
738
738
|
</svg>
|
|
739
|
-
`,
|
|
739
|
+
`, uo = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
740
740
|
<path d="M12 17.4585L4 6.4585L20 6.4585L12 17.4585Z" fill="#3F2B2E"/>
|
|
741
741
|
</svg>
|
|
742
|
-
`,
|
|
742
|
+
`, vo = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
743
743
|
<path d="M12 6.4585L20 17.4585H4L12 6.4585Z" fill="#3F2B2E"/>
|
|
744
744
|
</svg>
|
|
745
|
-
`,
|
|
745
|
+
`, fo = `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
746
746
|
<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"/>
|
|
747
747
|
</svg>
|
|
748
|
-
`,
|
|
748
|
+
`, go = `<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
749
749
|
<rect x="1" width="2" height="8" fill="#3F2B2E"/>
|
|
750
750
|
<rect x="5" width="2" height="8" fill="#3F2B2E"/>
|
|
751
751
|
</svg>
|
|
752
|
-
`,
|
|
752
|
+
`, bo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
753
753
|
<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"/>
|
|
754
754
|
</svg>
|
|
755
|
-
`,
|
|
755
|
+
`, yo = `<svg viewBox="0 0 200 200" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg">
|
|
756
756
|
<line x1="0" y1="0" x2="200" y2="200" />
|
|
757
|
-
</svg>`,
|
|
757
|
+
</svg>`, mo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
758
758
|
<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"/>
|
|
759
759
|
<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"/>
|
|
760
760
|
</svg>
|
|
761
|
-
`,
|
|
761
|
+
`, xo = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
762
762
|
<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"/>
|
|
763
763
|
</svg>
|
|
764
|
-
`,
|
|
764
|
+
`, wo = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
765
765
|
<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"/>
|
|
766
766
|
</svg>
|
|
767
|
-
`,
|
|
767
|
+
`, $o = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
768
768
|
<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"/>
|
|
769
769
|
</svg>
|
|
770
|
-
`,
|
|
770
|
+
`, ko = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
771
771
|
<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"/>
|
|
772
772
|
</svg>
|
|
773
|
-
`,
|
|
773
|
+
`, _o = `<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none">
|
|
774
774
|
<path d="M1 4.5415L3 6.5415L9 0.541504" stroke="#FBF9F6" stroke-linecap="round" stroke-linejoin="round"/>
|
|
775
775
|
</svg>`, N = {
|
|
776
|
-
wishlist:
|
|
777
|
-
playerv:
|
|
778
|
-
chevronRight:
|
|
779
|
-
chevronLeft:
|
|
780
|
-
icoPlus:
|
|
781
|
-
icoMinus:
|
|
782
|
-
"star-0":
|
|
783
|
-
"star-25":
|
|
784
|
-
"star-50":
|
|
785
|
-
"star-75":
|
|
786
|
-
"star-100":
|
|
787
|
-
cross:
|
|
788
|
-
search:
|
|
789
|
-
arrowLeft:
|
|
790
|
-
arrowTop:
|
|
791
|
-
cart:
|
|
792
|
-
notifyme:
|
|
793
|
-
triangledown:
|
|
794
|
-
triangleup:
|
|
795
|
-
checkstroke:
|
|
796
|
-
pause:
|
|
797
|
-
mapDualArrow:
|
|
798
|
-
swipeDualArrow:
|
|
799
|
-
backToBag:
|
|
800
|
-
checkbox:
|
|
801
|
-
},
|
|
802
|
-
strikeDiagonal:
|
|
803
|
-
},
|
|
804
|
-
success:
|
|
805
|
-
error:
|
|
806
|
-
info:
|
|
776
|
+
wishlist: Ge,
|
|
777
|
+
playerv: Xe,
|
|
778
|
+
chevronRight: Ye,
|
|
779
|
+
chevronLeft: Je,
|
|
780
|
+
icoPlus: so,
|
|
781
|
+
icoMinus: ao,
|
|
782
|
+
"star-0": Qe,
|
|
783
|
+
"star-25": to,
|
|
784
|
+
"star-50": eo,
|
|
785
|
+
"star-75": oo,
|
|
786
|
+
"star-100": io,
|
|
787
|
+
cross: no,
|
|
788
|
+
search: ro,
|
|
789
|
+
arrowLeft: lo,
|
|
790
|
+
arrowTop: co,
|
|
791
|
+
cart: ho,
|
|
792
|
+
notifyme: po,
|
|
793
|
+
triangledown: uo,
|
|
794
|
+
triangleup: vo,
|
|
795
|
+
checkstroke: fo,
|
|
796
|
+
pause: go,
|
|
797
|
+
mapDualArrow: bo,
|
|
798
|
+
swipeDualArrow: mo,
|
|
799
|
+
backToBag: ko,
|
|
800
|
+
checkbox: _o
|
|
801
|
+
}, Co = {
|
|
802
|
+
strikeDiagonal: yo
|
|
803
|
+
}, Eo = {
|
|
804
|
+
success: xo,
|
|
805
|
+
error: wo,
|
|
806
|
+
info: $o
|
|
807
807
|
};
|
|
808
808
|
/**
|
|
809
809
|
* @license
|
|
810
810
|
* Copyright 2017 Google LLC
|
|
811
811
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
812
812
|
*/
|
|
813
|
-
const
|
|
814
|
-
let
|
|
813
|
+
const Gt = { ATTRIBUTE: 1, CHILD: 2 }, Xt = (o) => (...t) => ({ _$litDirective$: o, values: t });
|
|
814
|
+
let Yt = class {
|
|
815
815
|
constructor(t) {
|
|
816
816
|
}
|
|
817
817
|
get _$AU() {
|
|
818
818
|
return this._$AM._$AU;
|
|
819
819
|
}
|
|
820
|
-
_$AT(t, e,
|
|
821
|
-
this._$Ct = t, this._$AM = e, this._$Ci =
|
|
820
|
+
_$AT(t, e, n) {
|
|
821
|
+
this._$Ct = t, this._$AM = e, this._$Ci = n;
|
|
822
822
|
}
|
|
823
823
|
_$AS(t, e) {
|
|
824
824
|
return this.update(t, e);
|
|
@@ -832,13 +832,13 @@ let Gt = class {
|
|
|
832
832
|
* Copyright 2017 Google LLC
|
|
833
833
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
834
834
|
*/
|
|
835
|
-
class
|
|
835
|
+
class jt extends Yt {
|
|
836
836
|
constructor(t) {
|
|
837
|
-
if (super(t), this.it = d, t.type !==
|
|
837
|
+
if (super(t), this.it = d, t.type !== Gt.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
838
838
|
}
|
|
839
839
|
render(t) {
|
|
840
840
|
if (t === d || t == null) return this._t = void 0, this.it = t;
|
|
841
|
-
if (t ===
|
|
841
|
+
if (t === X) return t;
|
|
842
842
|
if (typeof t != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
843
843
|
if (t === this.it) return this._t;
|
|
844
844
|
this.it = t;
|
|
@@ -846,72 +846,72 @@ class Tt extends Gt {
|
|
|
846
846
|
return e.raw = e, this._t = { _$litType$: this.constructor.resultType, strings: e, values: [] };
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
|
-
|
|
849
|
+
jt.directiveName = "unsafeHTML", jt.resultType = 1;
|
|
850
850
|
/**
|
|
851
851
|
* @license
|
|
852
852
|
* Copyright 2017 Google LLC
|
|
853
853
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
854
854
|
*/
|
|
855
|
-
class
|
|
855
|
+
class Ft extends jt {
|
|
856
856
|
}
|
|
857
|
-
|
|
858
|
-
const
|
|
857
|
+
Ft.directiveName = "unsafeSVG", Ft.resultType = 2;
|
|
858
|
+
const $ = Xt(Ft);
|
|
859
859
|
/**
|
|
860
860
|
* @license
|
|
861
861
|
* Copyright 2020 Google LLC
|
|
862
862
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
863
863
|
*/
|
|
864
|
-
const
|
|
864
|
+
const So = (o) => o.strings === void 0;
|
|
865
865
|
/**
|
|
866
866
|
* @license
|
|
867
867
|
* Copyright 2017 Google LLC
|
|
868
868
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
869
869
|
*/
|
|
870
|
-
const
|
|
871
|
-
var
|
|
870
|
+
const vt = (o, t) => {
|
|
871
|
+
var n;
|
|
872
872
|
const e = o._$AN;
|
|
873
873
|
if (e === void 0) return !1;
|
|
874
|
-
for (const i of e) (
|
|
874
|
+
for (const i of e) (n = i._$AO) == null || n.call(i, t, !1), vt(i, t);
|
|
875
875
|
return !0;
|
|
876
|
-
},
|
|
876
|
+
}, Bt = (o) => {
|
|
877
877
|
let t, e;
|
|
878
878
|
do {
|
|
879
879
|
if ((t = o._$AM) === void 0) break;
|
|
880
880
|
e = t._$AN, e.delete(o), o = t;
|
|
881
881
|
} while ((e == null ? void 0 : e.size) === 0);
|
|
882
|
-
},
|
|
882
|
+
}, _e = (o) => {
|
|
883
883
|
for (let t; t = o._$AM; o = t) {
|
|
884
884
|
let e = t._$AN;
|
|
885
885
|
if (e === void 0) t._$AN = e = /* @__PURE__ */ new Set();
|
|
886
886
|
else if (e.has(o)) break;
|
|
887
|
-
e.add(o),
|
|
887
|
+
e.add(o), Bo(t);
|
|
888
888
|
}
|
|
889
889
|
};
|
|
890
|
-
function
|
|
891
|
-
this._$AN !== void 0 ? (
|
|
890
|
+
function Ao(o) {
|
|
891
|
+
this._$AN !== void 0 ? (Bt(this), this._$AM = o, _e(this)) : this._$AM = o;
|
|
892
892
|
}
|
|
893
|
-
function
|
|
894
|
-
const
|
|
895
|
-
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(
|
|
896
|
-
else
|
|
897
|
-
else
|
|
893
|
+
function Lo(o, t = !1, e = 0) {
|
|
894
|
+
const n = this._$AH, i = this._$AN;
|
|
895
|
+
if (i !== void 0 && i.size !== 0) if (t) if (Array.isArray(n)) for (let r = e; r < n.length; r++) vt(n[r], !1), Bt(n[r]);
|
|
896
|
+
else n != null && (vt(n, !1), Bt(n));
|
|
897
|
+
else vt(this, o);
|
|
898
898
|
}
|
|
899
|
-
const
|
|
900
|
-
o.type ==
|
|
899
|
+
const Bo = (o) => {
|
|
900
|
+
o.type == Gt.CHILD && (o._$AP ?? (o._$AP = Lo), o._$AQ ?? (o._$AQ = Ao));
|
|
901
901
|
};
|
|
902
|
-
class
|
|
902
|
+
class zo extends Yt {
|
|
903
903
|
constructor() {
|
|
904
904
|
super(...arguments), this._$AN = void 0;
|
|
905
905
|
}
|
|
906
|
-
_$AT(t, e,
|
|
907
|
-
super._$AT(t, e,
|
|
906
|
+
_$AT(t, e, n) {
|
|
907
|
+
super._$AT(t, e, n), _e(this), this.isConnected = t._$AU;
|
|
908
908
|
}
|
|
909
909
|
_$AO(t, e = !0) {
|
|
910
|
-
var
|
|
911
|
-
t !== this.isConnected && (this.isConnected = t, t ? (
|
|
910
|
+
var n, i;
|
|
911
|
+
t !== this.isConnected && (this.isConnected = t, t ? (n = this.reconnected) == null || n.call(this) : (i = this.disconnected) == null || i.call(this)), e && (vt(this, t), Bt(this));
|
|
912
912
|
}
|
|
913
913
|
setValue(t) {
|
|
914
|
-
if (
|
|
914
|
+
if (So(this._$Ct)) this._$Ct._$AI(t, this);
|
|
915
915
|
else {
|
|
916
916
|
const e = [...this._$Ct._$AH];
|
|
917
917
|
e[this._$Ci] = t, this._$Ct._$AI(e, this, 0);
|
|
@@ -922,7 +922,7 @@ class Eo extends Gt {
|
|
|
922
922
|
reconnected() {
|
|
923
923
|
}
|
|
924
924
|
}
|
|
925
|
-
class
|
|
925
|
+
class Oo extends zo {
|
|
926
926
|
constructor() {
|
|
927
927
|
super(...arguments), this.prevData = {};
|
|
928
928
|
}
|
|
@@ -930,49 +930,49 @@ class Lo extends Eo {
|
|
|
930
930
|
return d;
|
|
931
931
|
}
|
|
932
932
|
update(t, [e]) {
|
|
933
|
-
var
|
|
934
|
-
this.element !== t.element && (this.element = t.element), this.host = ((
|
|
933
|
+
var n;
|
|
934
|
+
this.element !== t.element && (this.element = t.element), this.host = ((n = t.options) === null || n === void 0 ? void 0 : n.host) || this.element, this.apply(e), this.groom(e), this.prevData = { ...e };
|
|
935
935
|
}
|
|
936
936
|
apply(t) {
|
|
937
937
|
if (!t)
|
|
938
938
|
return;
|
|
939
|
-
const { prevData: e, element:
|
|
939
|
+
const { prevData: e, element: n } = this;
|
|
940
940
|
for (const i in t) {
|
|
941
|
-
const
|
|
942
|
-
|
|
941
|
+
const r = t[i];
|
|
942
|
+
r !== e[i] && (n[i] = r);
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
945
|
groom(t) {
|
|
946
|
-
const { prevData: e, element:
|
|
946
|
+
const { prevData: e, element: n } = this;
|
|
947
947
|
if (e)
|
|
948
948
|
for (const i in e)
|
|
949
|
-
(!t || !(i in t) &&
|
|
949
|
+
(!t || !(i in t) && n[i] === e[i]) && (n[i] = void 0);
|
|
950
950
|
}
|
|
951
951
|
}
|
|
952
|
-
class Po extends
|
|
952
|
+
class Po extends Oo {
|
|
953
953
|
constructor() {
|
|
954
954
|
super(...arguments), this.eventData = {};
|
|
955
955
|
}
|
|
956
956
|
apply(t) {
|
|
957
957
|
if (t)
|
|
958
958
|
for (const e in t) {
|
|
959
|
-
const
|
|
960
|
-
|
|
959
|
+
const n = t[e];
|
|
960
|
+
n !== this.eventData[e] && this.applyEvent(e, n);
|
|
961
961
|
}
|
|
962
962
|
}
|
|
963
963
|
applyEvent(t, e) {
|
|
964
|
-
const { prevData:
|
|
965
|
-
this.eventData[t] = e,
|
|
964
|
+
const { prevData: n, element: i } = this;
|
|
965
|
+
this.eventData[t] = e, n[t] && i.removeEventListener(t, this, e), i.addEventListener(t, this, e);
|
|
966
966
|
}
|
|
967
967
|
groom(t) {
|
|
968
|
-
const { prevData: e, element:
|
|
968
|
+
const { prevData: e, element: n } = this;
|
|
969
969
|
if (e)
|
|
970
970
|
for (const i in e)
|
|
971
|
-
(!t || !(i in t) &&
|
|
971
|
+
(!t || !(i in t) && n[i] === e[i]) && this.groomEvent(i, e[i]);
|
|
972
972
|
}
|
|
973
973
|
groomEvent(t, e) {
|
|
974
|
-
const { element:
|
|
975
|
-
delete this.eventData[t],
|
|
974
|
+
const { element: n } = this;
|
|
975
|
+
delete this.eventData[t], n.removeEventListener(t, this, e);
|
|
976
976
|
}
|
|
977
977
|
handleEvent(t) {
|
|
978
978
|
const e = this.eventData[t.type];
|
|
@@ -980,81 +980,81 @@ class Po extends Lo {
|
|
|
980
980
|
}
|
|
981
981
|
disconnected() {
|
|
982
982
|
const { eventData: t, element: e } = this;
|
|
983
|
-
for (const
|
|
984
|
-
const i =
|
|
985
|
-
e.removeEventListener(i, this,
|
|
983
|
+
for (const n in t) {
|
|
984
|
+
const i = n.slice(1), r = t[n];
|
|
985
|
+
e.removeEventListener(i, this, r);
|
|
986
986
|
}
|
|
987
987
|
}
|
|
988
988
|
reconnected() {
|
|
989
989
|
const { eventData: t, element: e } = this;
|
|
990
|
-
for (const
|
|
991
|
-
const i =
|
|
992
|
-
e.addEventListener(i, this,
|
|
990
|
+
for (const n in t) {
|
|
991
|
+
const i = n.slice(1), r = t[n];
|
|
992
|
+
e.addEventListener(i, this, r);
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
|
-
class
|
|
996
|
+
class Io extends Po {
|
|
997
997
|
apply(t) {
|
|
998
998
|
if (!t)
|
|
999
999
|
return;
|
|
1000
|
-
const { prevData: e, element:
|
|
1000
|
+
const { prevData: e, element: n } = this;
|
|
1001
1001
|
for (const i in t) {
|
|
1002
|
-
const
|
|
1003
|
-
if (
|
|
1002
|
+
const r = t[i];
|
|
1003
|
+
if (r === e[i])
|
|
1004
1004
|
continue;
|
|
1005
1005
|
const s = i.slice(1);
|
|
1006
1006
|
switch (i[0]) {
|
|
1007
1007
|
case "@":
|
|
1008
|
-
this.eventData[s] =
|
|
1008
|
+
this.eventData[s] = r, this.applyEvent(s, r);
|
|
1009
1009
|
break;
|
|
1010
1010
|
case ".":
|
|
1011
|
-
|
|
1011
|
+
n[s] = r;
|
|
1012
1012
|
break;
|
|
1013
1013
|
case "?":
|
|
1014
|
-
|
|
1014
|
+
r ? n.setAttribute(s, "") : n.removeAttribute(s);
|
|
1015
1015
|
break;
|
|
1016
1016
|
default:
|
|
1017
|
-
|
|
1017
|
+
r != null ? n.setAttribute(i, String(r)) : n.removeAttribute(i);
|
|
1018
1018
|
break;
|
|
1019
1019
|
}
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
1022
|
groom(t) {
|
|
1023
|
-
const { prevData: e, element:
|
|
1023
|
+
const { prevData: e, element: n } = this;
|
|
1024
1024
|
if (e)
|
|
1025
1025
|
for (const i in e) {
|
|
1026
|
-
const
|
|
1027
|
-
if (!t || !(i in t) && r
|
|
1026
|
+
const r = i.slice(1);
|
|
1027
|
+
if (!t || !(i in t) && n[r] === e[i])
|
|
1028
1028
|
switch (i[0]) {
|
|
1029
1029
|
case "@":
|
|
1030
|
-
this.groomEvent(
|
|
1030
|
+
this.groomEvent(r, e[i]);
|
|
1031
1031
|
break;
|
|
1032
1032
|
case ".":
|
|
1033
|
-
r
|
|
1033
|
+
n[r] = void 0;
|
|
1034
1034
|
break;
|
|
1035
1035
|
case "?":
|
|
1036
|
-
|
|
1036
|
+
n.removeAttribute(r);
|
|
1037
1037
|
break;
|
|
1038
1038
|
default:
|
|
1039
|
-
|
|
1039
|
+
n.removeAttribute(i);
|
|
1040
1040
|
break;
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
1043
|
}
|
|
1044
1044
|
}
|
|
1045
|
-
const
|
|
1045
|
+
const ge = Xt(Io);
|
|
1046
1046
|
/**
|
|
1047
1047
|
* @license
|
|
1048
1048
|
* Copyright 2018 Google LLC
|
|
1049
1049
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
1050
1050
|
*/
|
|
1051
|
-
const
|
|
1052
|
-
var
|
|
1053
|
-
for (var i =
|
|
1054
|
-
(s = o[
|
|
1055
|
-
return
|
|
1051
|
+
const E = (o) => o ?? d;
|
|
1052
|
+
var Do = Object.defineProperty, Ho = Object.getOwnPropertyDescriptor, M = (o, t, e, n) => {
|
|
1053
|
+
for (var i = n > 1 ? void 0 : n ? Ho(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
1054
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
1055
|
+
return n && i && Do(t, e, i), i;
|
|
1056
1056
|
};
|
|
1057
|
-
let
|
|
1057
|
+
let S = class extends p {
|
|
1058
1058
|
constructor() {
|
|
1059
1059
|
super(...arguments), this.bgstyle = "background-light", this.size = "medium", this.status = "empty", this.type = "button", this.strokewidth = "1", this.icon = "wishlist", this.disabled = !1, this.showSrLabel = !1, this.srLabel = "";
|
|
1060
1060
|
}
|
|
@@ -1062,27 +1062,27 @@ let A = class extends u {
|
|
|
1062
1062
|
super.updated(o), this.style.setProperty("--icon-stroke-width", this.strokewidth);
|
|
1063
1063
|
}
|
|
1064
1064
|
render() {
|
|
1065
|
-
const o = N[this.icon] ?? "", t = `icon-${this.icon}`, e = o.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"'),
|
|
1065
|
+
const o = N[this.icon] ?? "", t = `icon-${this.icon}`, e = o.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"'), n = this.showSrLabel ? l`<span class="sr-only">${this.srLabel}</span>` : null, i = this.showSrLabel ? null : "icon";
|
|
1066
1066
|
return l`
|
|
1067
1067
|
${this.type === "span" ? l`
|
|
1068
1068
|
<span class="icon icon-button ${this.size} ${this.bgstyle} ${this.status} ${t}" ?disabled="${this.disabled}">
|
|
1069
|
-
${
|
|
1069
|
+
${$(e)}
|
|
1070
1070
|
</span>
|
|
1071
1071
|
` : l`
|
|
1072
1072
|
<button
|
|
1073
1073
|
type="button"
|
|
1074
|
-
aria-label=${
|
|
1074
|
+
aria-label=${E(i)}
|
|
1075
1075
|
class="icon-button ${this.size} ${this.bgstyle} ${this.status} ${t}"
|
|
1076
1076
|
?disabled="${this.disabled}"
|
|
1077
1077
|
>
|
|
1078
|
-
${
|
|
1079
|
-
${
|
|
1078
|
+
${$(e)}
|
|
1079
|
+
${n}
|
|
1080
1080
|
</button>
|
|
1081
1081
|
`}
|
|
1082
1082
|
`;
|
|
1083
1083
|
}
|
|
1084
1084
|
};
|
|
1085
|
-
|
|
1085
|
+
S.styles = v`
|
|
1086
1086
|
:host {
|
|
1087
1087
|
display: inline-flex;
|
|
1088
1088
|
justify-content: center;
|
|
@@ -1287,55 +1287,55 @@ A.styles = v`
|
|
|
1287
1287
|
}
|
|
1288
1288
|
|
|
1289
1289
|
.icon-button:focus-visible {
|
|
1290
|
-
${
|
|
1290
|
+
${rt}
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
1293
|
.sr-only {
|
|
1294
1294
|
display: none;
|
|
1295
1295
|
}
|
|
1296
1296
|
`;
|
|
1297
|
-
|
|
1297
|
+
M([
|
|
1298
1298
|
a({ type: String, reflect: !0 })
|
|
1299
|
-
],
|
|
1300
|
-
|
|
1299
|
+
], S.prototype, "bgstyle", 2);
|
|
1300
|
+
M([
|
|
1301
1301
|
a({ type: String, reflect: !0 })
|
|
1302
|
-
],
|
|
1303
|
-
|
|
1302
|
+
], S.prototype, "size", 2);
|
|
1303
|
+
M([
|
|
1304
1304
|
a({ type: String, reflect: !0 })
|
|
1305
|
-
],
|
|
1306
|
-
|
|
1305
|
+
], S.prototype, "status", 2);
|
|
1306
|
+
M([
|
|
1307
1307
|
a({ type: String, reflect: !0 })
|
|
1308
|
-
],
|
|
1309
|
-
|
|
1308
|
+
], S.prototype, "type", 2);
|
|
1309
|
+
M([
|
|
1310
1310
|
a({ type: String })
|
|
1311
|
-
],
|
|
1312
|
-
|
|
1311
|
+
], S.prototype, "strokewidth", 2);
|
|
1312
|
+
M([
|
|
1313
1313
|
a({ type: String })
|
|
1314
|
-
],
|
|
1315
|
-
|
|
1314
|
+
], S.prototype, "icon", 2);
|
|
1315
|
+
M([
|
|
1316
1316
|
a({ type: Boolean, reflect: !0 })
|
|
1317
|
-
],
|
|
1318
|
-
|
|
1317
|
+
], S.prototype, "disabled", 2);
|
|
1318
|
+
M([
|
|
1319
1319
|
a({ type: Boolean })
|
|
1320
|
-
],
|
|
1321
|
-
|
|
1320
|
+
], S.prototype, "showSrLabel", 2);
|
|
1321
|
+
M([
|
|
1322
1322
|
a({ type: String })
|
|
1323
|
-
],
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
],
|
|
1327
|
-
var
|
|
1328
|
-
for (var i =
|
|
1329
|
-
(s = o[
|
|
1330
|
-
return
|
|
1323
|
+
], S.prototype, "srLabel", 2);
|
|
1324
|
+
S = M([
|
|
1325
|
+
g("o-icon-button")
|
|
1326
|
+
], S);
|
|
1327
|
+
var Mo = Object.defineProperty, To = Object.getOwnPropertyDescriptor, b = (o, t, e, n) => {
|
|
1328
|
+
for (var i = n > 1 ? void 0 : n ? To(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
1329
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
1330
|
+
return n && i && Mo(t, e, i), i;
|
|
1331
1331
|
};
|
|
1332
|
-
let
|
|
1332
|
+
let u = class extends p {
|
|
1333
1333
|
constructor() {
|
|
1334
1334
|
super(...arguments), this.open = !1, this.showHeader = !0, this.showFooter = !1, this.showHeaderStartIcon = !1, this.headerTitle = "", this.headerTitleClassName = "panel-title", this.labelDialog = "", this.closeButtonLabel = "Close the modal", this.goBackButtonLabel = "Go back to", this.firstButtonLabel = "Close", this.firstButtonVariant = "primary", this.firstButtonProps = {}, this.onFirstButtonClickClose = !1, this.secondButtonLabel = "", this.secondButtonVariant = "secondary", this.secondButtonProps = {}, this.onSecondButtonClickClose = !1, this.disablePortal = !1, this.zIndex = 99, this.initialized = !1, this.showDetail = !1, this.isHidingDetail = !1, this.previousFocusedElement = null, this._onOpenDetail = async (o) => {
|
|
1335
|
-
var e,
|
|
1335
|
+
var e, n;
|
|
1336
1336
|
const t = ((e = o.detail) == null ? void 0 : e.origin) ?? document.activeElement;
|
|
1337
1337
|
if (this._detailOriginEl = t, this._detailOriginClass = (t == null ? void 0 : t.className) ?? "", this.showDetail = !0, this.showHeaderStartIcon = !0, await this.updateComplete, this._detailOriginClass) {
|
|
1338
|
-
const i = (
|
|
1338
|
+
const i = (n = this.shadowRoot) == null ? void 0 : n.querySelector(".detail-view");
|
|
1339
1339
|
i && i.setAttribute("fromelement", this._detailOriginClass);
|
|
1340
1340
|
}
|
|
1341
1341
|
this._setPriceTabindex(), await this.focusDetailReturnBtn();
|
|
@@ -1348,23 +1348,23 @@ let p = class extends u {
|
|
|
1348
1348
|
const t = o.currentTarget, e = (t == null ? void 0 : t.getAttribute("data-role")) === "back";
|
|
1349
1349
|
if (this.showDetail && e) {
|
|
1350
1350
|
this.isHidingDetail = !0;
|
|
1351
|
-
const
|
|
1351
|
+
const n = this.renderRoot.querySelector(".content"), i = async () => {
|
|
1352
1352
|
this.showDetail = !1, this.isHidingDetail = !1, this.showHeaderStartIcon = !1, await this.updateComplete, this._restoreFocusToOrigin();
|
|
1353
1353
|
};
|
|
1354
|
-
if (
|
|
1354
|
+
if (n) {
|
|
1355
1355
|
this.showHeaderStartIcon = !1;
|
|
1356
|
-
const
|
|
1357
|
-
this.showDetail = !1, this.isHidingDetail = !1,
|
|
1356
|
+
const r = () => {
|
|
1357
|
+
this.showDetail = !1, this.isHidingDetail = !1, n.removeEventListener("animationend", r), i();
|
|
1358
1358
|
};
|
|
1359
|
-
|
|
1359
|
+
n.addEventListener("animationend", r);
|
|
1360
1360
|
} else
|
|
1361
1361
|
this.showDetail = !1, this.isHidingDetail = !1, this.showHeaderStartIcon = !1;
|
|
1362
1362
|
return;
|
|
1363
1363
|
}
|
|
1364
1364
|
this.closePanel();
|
|
1365
1365
|
}, this._onDetailSlotChange = (o) => {
|
|
1366
|
-
const
|
|
1367
|
-
|
|
1366
|
+
const n = o.target.assignedElements({ flatten: !0 }).flatMap((i) => Array.from(i.querySelectorAll("img")))[0];
|
|
1367
|
+
n && (n.setAttribute("role", "img"), n.hasAttribute("tabindex") || n.setAttribute("tabindex", "-1"));
|
|
1368
1368
|
};
|
|
1369
1369
|
}
|
|
1370
1370
|
connectedCallback() {
|
|
@@ -1376,7 +1376,7 @@ let p = class extends u {
|
|
|
1376
1376
|
document.body.style.overflow = "", document.body.removeAttribute("data-side-panel"), this.removeEventListener("keydown", this.handleKeyDown), super.disconnectedCallback(), this.removeEventListener("open-detail", this._onOpenDetail);
|
|
1377
1377
|
}
|
|
1378
1378
|
async focusDetailReturnBtn() {
|
|
1379
|
-
var i,
|
|
1379
|
+
var i, r, s, c, h;
|
|
1380
1380
|
await this.updateComplete;
|
|
1381
1381
|
const o = this.getDeepActiveElement(document);
|
|
1382
1382
|
if (o && o !== document.body)
|
|
@@ -1387,13 +1387,13 @@ let p = class extends u {
|
|
|
1387
1387
|
await new Promise(requestAnimationFrame);
|
|
1388
1388
|
const t = (i = this.shadowRoot) == null ? void 0 : i.querySelector(".detail-view .return-btn");
|
|
1389
1389
|
if (!t) return;
|
|
1390
|
-
t.updateComplete && await t.updateComplete, (c = (s = ((
|
|
1391
|
-
const
|
|
1392
|
-
|
|
1390
|
+
t.updateComplete && await t.updateComplete, (c = (s = ((r = t.shadowRoot) == null ? void 0 : r.querySelector("button")) ?? t) == null ? void 0 : s.focus) == null || c.call(s, { preventScroll: !0 });
|
|
1391
|
+
const n = (h = this.shadowRoot) == null ? void 0 : h.querySelector('.panel[role="dialog"]');
|
|
1392
|
+
n && n.setAttribute("aria-label", this.headerTitle);
|
|
1393
1393
|
}
|
|
1394
1394
|
_setPriceTabindex() {
|
|
1395
|
-
var
|
|
1396
|
-
const o = (
|
|
1395
|
+
var n;
|
|
1396
|
+
const o = (n = this.shadowRoot) == null ? void 0 : n.querySelector('slot[name="detail"]');
|
|
1397
1397
|
if (!o) return;
|
|
1398
1398
|
const e = o.assignedElements({ flatten: !0 }).flatMap(
|
|
1399
1399
|
(i) => Array.from(i.querySelectorAll(".m-product-price-standard"))
|
|
@@ -1420,10 +1420,10 @@ let p = class extends u {
|
|
|
1420
1420
|
const t = this.getDeepActiveElement(), e = this.renderRoot.querySelector(".close-btn");
|
|
1421
1421
|
if (!o.shiftKey && e && e.contains(t)) {
|
|
1422
1422
|
o.preventDefault();
|
|
1423
|
-
const
|
|
1423
|
+
const n = this.renderRoot.querySelector(
|
|
1424
1424
|
".o-whats-inside--content p"
|
|
1425
1425
|
);
|
|
1426
|
-
|
|
1426
|
+
n == null || n.focus();
|
|
1427
1427
|
}
|
|
1428
1428
|
}
|
|
1429
1429
|
getFocusableElements() {
|
|
@@ -1434,16 +1434,16 @@ let p = class extends u {
|
|
|
1434
1434
|
}
|
|
1435
1435
|
function e(i) {
|
|
1436
1436
|
var s;
|
|
1437
|
-
const
|
|
1437
|
+
const r = [i.matches(u.focusablesSelector) ? i : []];
|
|
1438
1438
|
if (!["o-icon-button", "o-button"].includes(i.tagName.toLowerCase())) {
|
|
1439
1439
|
const c = Array.from(
|
|
1440
1440
|
i instanceof HTMLSlotElement ? i.assignedElements({ flatten: !0 }) : []
|
|
1441
1441
|
).filter(t).flatMap(e), h = Array.from(
|
|
1442
1442
|
((s = i.shadowRoot) == null ? void 0 : s.querySelectorAll("*")) || []
|
|
1443
1443
|
).filter(t).flatMap(e);
|
|
1444
|
-
|
|
1444
|
+
r.push(...c, ...h);
|
|
1445
1445
|
}
|
|
1446
|
-
return
|
|
1446
|
+
return r.flat();
|
|
1447
1447
|
}
|
|
1448
1448
|
return Array.from(o.querySelectorAll("*")).filter(t).flatMap(e);
|
|
1449
1449
|
}
|
|
@@ -1451,21 +1451,21 @@ let p = class extends u {
|
|
|
1451
1451
|
this.removeAttribute("hidden"), this.getBoundingClientRect(), this.previousFocusedElement = document.activeElement, this.open = !0, document.body.style.overflow = "hidden", document.body.setAttribute("data-side-panel", "open");
|
|
1452
1452
|
const o = this.renderRoot.querySelector(".panel");
|
|
1453
1453
|
o && o.setAttribute("aria-modal", "true"), this.updateComplete.then(() => {
|
|
1454
|
-
var t, e,
|
|
1454
|
+
var t, e, n, i;
|
|
1455
1455
|
if (this.showHeader) {
|
|
1456
|
-
const
|
|
1457
|
-
s && ((
|
|
1456
|
+
const r = ((t = this.shadowRoot) == null ? void 0 : t.querySelector(".panel .close-btn")) || null, s = ((e = r == null ? void 0 : r.shadowRoot) == null ? void 0 : e.querySelector("button")) || null;
|
|
1457
|
+
s && ((n = s.focus) == null || n.call(s));
|
|
1458
1458
|
} else {
|
|
1459
|
-
const
|
|
1460
|
-
(i =
|
|
1459
|
+
const r = this.getFocusableElements()[0];
|
|
1460
|
+
(i = r == null ? void 0 : r.focus) == null || i.call(r);
|
|
1461
1461
|
}
|
|
1462
1462
|
}), this.dispatchEvent(
|
|
1463
1463
|
new CustomEvent("open", { bubbles: !0, composed: !0 })
|
|
1464
1464
|
);
|
|
1465
1465
|
}
|
|
1466
1466
|
closePanel() {
|
|
1467
|
-
var t, e,
|
|
1468
|
-
this.open = !1, this.showDetail = !1, document.body.style.overflow = "", document.body.removeAttribute("data-side-panel"), ((t = this.previousFocusedElement) == null ? void 0 : t.tagName.toLowerCase()) === "o-button" ? (i = (
|
|
1467
|
+
var t, e, n, i, r;
|
|
1468
|
+
this.open = !1, this.showDetail = !1, document.body.style.overflow = "", document.body.removeAttribute("data-side-panel"), ((t = this.previousFocusedElement) == null ? void 0 : t.tagName.toLowerCase()) === "o-button" ? (i = (n = (e = this.previousFocusedElement.shadowRoot) == null ? void 0 : e.querySelector(".button")) == null ? void 0 : n.focus) == null || i.call(n) : (r = this.previousFocusedElement) == null || r.focus();
|
|
1469
1469
|
const o = this.renderRoot.querySelector(".panel");
|
|
1470
1470
|
o && o.removeAttribute("aria-modal"), this.dispatchEvent(
|
|
1471
1471
|
new CustomEvent("close", { bubbles: !0, composed: !0 })
|
|
@@ -1566,7 +1566,7 @@ let p = class extends u {
|
|
|
1566
1566
|
variant="${this.firstButtonVariant}"
|
|
1567
1567
|
@click=${this.handleFirstClick}
|
|
1568
1568
|
@keydown=${this.handleFirstClick}
|
|
1569
|
-
${
|
|
1569
|
+
${ge(this.firstButtonProps)}
|
|
1570
1570
|
>
|
|
1571
1571
|
${this.firstButtonLabel}
|
|
1572
1572
|
</o-button>
|
|
@@ -1577,7 +1577,7 @@ let p = class extends u {
|
|
|
1577
1577
|
variant="${this.secondButtonVariant}"
|
|
1578
1578
|
@click=${this.handleSecondClick}
|
|
1579
1579
|
@keydown=${this.handleSecondClick}
|
|
1580
|
-
${
|
|
1580
|
+
${ge(this.secondButtonProps)}
|
|
1581
1581
|
>
|
|
1582
1582
|
${this.secondButtonLabel}
|
|
1583
1583
|
</o-button>
|
|
@@ -1589,7 +1589,7 @@ let p = class extends u {
|
|
|
1589
1589
|
`;
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
|
-
|
|
1592
|
+
u.styles = v`
|
|
1593
1593
|
:host {
|
|
1594
1594
|
--z-overlay: 99;
|
|
1595
1595
|
--z-panel: 100;
|
|
@@ -1703,7 +1703,7 @@ p.styles = v`
|
|
|
1703
1703
|
|
|
1704
1704
|
.panel:focus-visible,
|
|
1705
1705
|
.close-btn:focus-visible {
|
|
1706
|
-
${
|
|
1706
|
+
${rt}
|
|
1707
1707
|
}
|
|
1708
1708
|
|
|
1709
1709
|
[role="document"] {
|
|
@@ -1791,84 +1791,84 @@ p.styles = v`
|
|
|
1791
1791
|
padding: var(--spacing-xl);
|
|
1792
1792
|
}
|
|
1793
1793
|
`;
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1794
|
+
u.focusablesSelector = 'button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"]), o-icon-button, o-button';
|
|
1795
|
+
u.focusablesCustomElementsSelector = "o-icon-button, o-button";
|
|
1796
|
+
b([
|
|
1797
1797
|
a({ type: Boolean, reflect: !0 })
|
|
1798
|
-
],
|
|
1799
|
-
|
|
1798
|
+
], u.prototype, "open", 2);
|
|
1799
|
+
b([
|
|
1800
1800
|
a({ type: Boolean, reflect: !0 })
|
|
1801
|
-
],
|
|
1802
|
-
|
|
1801
|
+
], u.prototype, "showHeader", 2);
|
|
1802
|
+
b([
|
|
1803
1803
|
a({ type: Boolean, reflect: !0 })
|
|
1804
|
-
],
|
|
1805
|
-
|
|
1804
|
+
], u.prototype, "showFooter", 2);
|
|
1805
|
+
b([
|
|
1806
1806
|
a({ type: Boolean, reflect: !0 })
|
|
1807
|
-
],
|
|
1808
|
-
|
|
1807
|
+
], u.prototype, "showHeaderStartIcon", 2);
|
|
1808
|
+
b([
|
|
1809
1809
|
a({ type: String, reflect: !0 })
|
|
1810
|
-
],
|
|
1811
|
-
|
|
1810
|
+
], u.prototype, "headerTitle", 2);
|
|
1811
|
+
b([
|
|
1812
1812
|
a({ type: String, reflect: !0 })
|
|
1813
|
-
],
|
|
1814
|
-
|
|
1813
|
+
], u.prototype, "headerTitleClassName", 2);
|
|
1814
|
+
b([
|
|
1815
1815
|
a({ type: String, reflect: !0 })
|
|
1816
|
-
],
|
|
1817
|
-
|
|
1816
|
+
], u.prototype, "labelDialog", 2);
|
|
1817
|
+
b([
|
|
1818
1818
|
a({ type: String, reflect: !0 })
|
|
1819
|
-
],
|
|
1820
|
-
|
|
1819
|
+
], u.prototype, "closeButtonLabel", 2);
|
|
1820
|
+
b([
|
|
1821
1821
|
a({ type: String, reflect: !0 })
|
|
1822
|
-
],
|
|
1823
|
-
|
|
1822
|
+
], u.prototype, "goBackButtonLabel", 2);
|
|
1823
|
+
b([
|
|
1824
1824
|
a({ type: String, reflect: !0 })
|
|
1825
|
-
],
|
|
1826
|
-
|
|
1825
|
+
], u.prototype, "firstButtonLabel", 2);
|
|
1826
|
+
b([
|
|
1827
1827
|
a({ type: String, reflect: !0 })
|
|
1828
|
-
],
|
|
1829
|
-
|
|
1828
|
+
], u.prototype, "firstButtonVariant", 2);
|
|
1829
|
+
b([
|
|
1830
1830
|
a({ type: Object, reflect: !0 })
|
|
1831
|
-
],
|
|
1832
|
-
|
|
1831
|
+
], u.prototype, "firstButtonProps", 2);
|
|
1832
|
+
b([
|
|
1833
1833
|
a({ type: Boolean, reflect: !0 })
|
|
1834
|
-
],
|
|
1835
|
-
|
|
1834
|
+
], u.prototype, "onFirstButtonClickClose", 2);
|
|
1835
|
+
b([
|
|
1836
1836
|
a({ type: String, reflect: !0 })
|
|
1837
|
-
],
|
|
1838
|
-
|
|
1837
|
+
], u.prototype, "secondButtonLabel", 2);
|
|
1838
|
+
b([
|
|
1839
1839
|
a({ type: String, reflect: !0 })
|
|
1840
|
-
],
|
|
1841
|
-
|
|
1840
|
+
], u.prototype, "secondButtonVariant", 2);
|
|
1841
|
+
b([
|
|
1842
1842
|
a({ type: Object, reflect: !0 })
|
|
1843
|
-
],
|
|
1844
|
-
|
|
1843
|
+
], u.prototype, "secondButtonProps", 2);
|
|
1844
|
+
b([
|
|
1845
1845
|
a({ type: Boolean, reflect: !0 })
|
|
1846
|
-
],
|
|
1847
|
-
|
|
1846
|
+
], u.prototype, "onSecondButtonClickClose", 2);
|
|
1847
|
+
b([
|
|
1848
1848
|
a({ type: Boolean, reflect: !0 })
|
|
1849
|
-
],
|
|
1850
|
-
|
|
1849
|
+
], u.prototype, "disablePortal", 2);
|
|
1850
|
+
b([
|
|
1851
1851
|
a({ type: Number, reflect: !0 })
|
|
1852
|
-
],
|
|
1853
|
-
|
|
1852
|
+
], u.prototype, "zIndex", 2);
|
|
1853
|
+
b([
|
|
1854
1854
|
a({ type: Boolean, reflect: !0 })
|
|
1855
|
-
],
|
|
1856
|
-
|
|
1855
|
+
], u.prototype, "initialized", 2);
|
|
1856
|
+
b([
|
|
1857
1857
|
a({ type: Boolean })
|
|
1858
|
-
],
|
|
1859
|
-
|
|
1858
|
+
], u.prototype, "showDetail", 2);
|
|
1859
|
+
b([
|
|
1860
1860
|
a({ type: Boolean })
|
|
1861
|
-
],
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
],
|
|
1865
|
-
var
|
|
1866
|
-
for (var i =
|
|
1867
|
-
(s = o[
|
|
1868
|
-
return
|
|
1861
|
+
], u.prototype, "isHidingDetail", 2);
|
|
1862
|
+
u = b([
|
|
1863
|
+
g("o-side-panel")
|
|
1864
|
+
], u);
|
|
1865
|
+
var jo = Object.defineProperty, Fo = Object.getOwnPropertyDescriptor, x = (o, t, e, n) => {
|
|
1866
|
+
for (var i = n > 1 ? void 0 : n ? Fo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
1867
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
1868
|
+
return n && i && jo(t, e, i), i;
|
|
1869
1869
|
};
|
|
1870
|
-
const
|
|
1871
|
-
let y = class extends
|
|
1870
|
+
const Ro = Wt(p);
|
|
1871
|
+
let y = class extends Ro {
|
|
1872
1872
|
constructor() {
|
|
1873
1873
|
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;
|
|
1874
1874
|
}
|
|
@@ -1879,12 +1879,12 @@ let y = class extends Mo {
|
|
|
1879
1879
|
this.setAttribute("name", o);
|
|
1880
1880
|
}
|
|
1881
1881
|
get form() {
|
|
1882
|
-
return this[
|
|
1882
|
+
return this[Kt].form;
|
|
1883
1883
|
}
|
|
1884
1884
|
handleClick(o) {
|
|
1885
1885
|
if (!(o instanceof KeyboardEvent && !["Enter", " "].includes(o.key)) && this.panelTarget) {
|
|
1886
1886
|
const t = document.getElementById(this.panelTarget);
|
|
1887
|
-
t instanceof
|
|
1887
|
+
t instanceof u && (t != null && t.openPanel) && typeof t.openPanel == "function" ? (o.preventDefault(), t.openPanel()) : console.warn(`[o-button] No side panel with id="${this.panelTarget}" found or it does not have an openPanel method.`);
|
|
1888
1888
|
}
|
|
1889
1889
|
}
|
|
1890
1890
|
render() {
|
|
@@ -1897,7 +1897,7 @@ let y = class extends Mo {
|
|
|
1897
1897
|
"<svg",
|
|
1898
1898
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
1899
1899
|
);
|
|
1900
|
-
return l`<span class="${o === "start" ? "icon-start" : "icon-end"}">${
|
|
1900
|
+
return l`<span class="${o === "start" ? "icon-start" : "icon-end"}">${$(e)}</span>`;
|
|
1901
1901
|
}
|
|
1902
1902
|
renderButton() {
|
|
1903
1903
|
const o = this.text || this.textsecond;
|
|
@@ -1936,7 +1936,7 @@ let y = class extends Mo {
|
|
|
1936
1936
|
`;
|
|
1937
1937
|
}
|
|
1938
1938
|
};
|
|
1939
|
-
|
|
1939
|
+
We(y);
|
|
1940
1940
|
y.formAssociated = !0;
|
|
1941
1941
|
y.styles = v`
|
|
1942
1942
|
:host {
|
|
@@ -2055,7 +2055,7 @@ y.styles = v`
|
|
|
2055
2055
|
}
|
|
2056
2056
|
|
|
2057
2057
|
.button:focus-visible {
|
|
2058
|
-
${
|
|
2058
|
+
${rt};
|
|
2059
2059
|
}
|
|
2060
2060
|
|
|
2061
2061
|
span.text + span.text::before {
|
|
@@ -2189,14 +2189,14 @@ x([
|
|
|
2189
2189
|
a({ type: Boolean, reflect: !0 })
|
|
2190
2190
|
], y.prototype, "withbadge", 2);
|
|
2191
2191
|
y = x([
|
|
2192
|
-
|
|
2192
|
+
g("o-button")
|
|
2193
2193
|
], y);
|
|
2194
|
-
var
|
|
2195
|
-
for (var i =
|
|
2196
|
-
(s = o[
|
|
2197
|
-
return
|
|
2194
|
+
var Uo = Object.defineProperty, No = Object.getOwnPropertyDescriptor, Ot = (o, t, e, n) => {
|
|
2195
|
+
for (var i = n > 1 ? void 0 : n ? No(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2196
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2197
|
+
return n && i && Uo(t, e, i), i;
|
|
2198
2198
|
};
|
|
2199
|
-
let
|
|
2199
|
+
let ct = class extends p {
|
|
2200
2200
|
constructor() {
|
|
2201
2201
|
super(...arguments), this.status = "empty", this.ariaDescribedBy = "a-product-name", this.label = "Add to wishlist", this.toggleStatus = () => {
|
|
2202
2202
|
this.status = this.status === "empty" ? "filled" : "empty", this.setAttribute("aria-pressed", String(this.status === "filled")), this.dispatchEvent(new CustomEvent("wishlist-toggle", {
|
|
@@ -2223,7 +2223,7 @@ let at = class extends u {
|
|
|
2223
2223
|
return l`
|
|
2224
2224
|
<button type="button" aria-describedby="${this.ariaDescribedBy}" class="wishlist-button">
|
|
2225
2225
|
<span class="sr-only">${this.label}</span>
|
|
2226
|
-
${
|
|
2226
|
+
${$(o)}
|
|
2227
2227
|
</button>
|
|
2228
2228
|
`;
|
|
2229
2229
|
}
|
|
@@ -2237,7 +2237,7 @@ let at = class extends u {
|
|
|
2237
2237
|
this.label = o, this.requestUpdate();
|
|
2238
2238
|
}
|
|
2239
2239
|
};
|
|
2240
|
-
|
|
2240
|
+
ct.styles = v`
|
|
2241
2241
|
:host {
|
|
2242
2242
|
display: inline-flex;
|
|
2243
2243
|
justify-content: center;
|
|
@@ -2267,7 +2267,7 @@ at.styles = v`
|
|
|
2267
2267
|
}
|
|
2268
2268
|
|
|
2269
2269
|
.wishlist-button:focus-visible {
|
|
2270
|
-
${
|
|
2270
|
+
${rt};
|
|
2271
2271
|
}
|
|
2272
2272
|
|
|
2273
2273
|
.wishlist-button:hover svg path {
|
|
@@ -2302,24 +2302,24 @@ at.styles = v`
|
|
|
2302
2302
|
white-space: nowrap !important;
|
|
2303
2303
|
}
|
|
2304
2304
|
`;
|
|
2305
|
-
|
|
2305
|
+
Ot([
|
|
2306
2306
|
a({ type: String, reflect: !0 })
|
|
2307
|
-
],
|
|
2308
|
-
|
|
2307
|
+
], ct.prototype, "status", 2);
|
|
2308
|
+
Ot([
|
|
2309
2309
|
a({ type: String, reflect: !0 })
|
|
2310
|
-
],
|
|
2311
|
-
|
|
2310
|
+
], ct.prototype, "ariaDescribedBy", 2);
|
|
2311
|
+
Ot([
|
|
2312
2312
|
a({ type: String, reflect: !0 })
|
|
2313
|
-
],
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
],
|
|
2317
|
-
var
|
|
2318
|
-
for (var i =
|
|
2319
|
-
(s = o[
|
|
2320
|
-
return
|
|
2313
|
+
], ct.prototype, "label", 2);
|
|
2314
|
+
ct = Ot([
|
|
2315
|
+
g("o-wishlist-button")
|
|
2316
|
+
], ct);
|
|
2317
|
+
var Vo = Object.defineProperty, qo = Object.getOwnPropertyDescriptor, st = (o, t, e, n) => {
|
|
2318
|
+
for (var i = n > 1 ? void 0 : n ? qo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2319
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2320
|
+
return n && i && Vo(t, e, i), i;
|
|
2321
2321
|
};
|
|
2322
|
-
let
|
|
2322
|
+
let V = class extends p {
|
|
2323
2323
|
constructor() {
|
|
2324
2324
|
super(...arguments), this.href = "", this.target = "", this.template = "standard", this.inverse = !1, this.endIcon = !1, this.reverseEndIcon = !1;
|
|
2325
2325
|
}
|
|
@@ -2335,7 +2335,7 @@ let F = class extends u {
|
|
|
2335
2335
|
return l`
|
|
2336
2336
|
<a
|
|
2337
2337
|
href="${o}"
|
|
2338
|
-
target="${
|
|
2338
|
+
target="${E(this.target || void 0)}"
|
|
2339
2339
|
@click="${this._handleClick}"
|
|
2340
2340
|
>
|
|
2341
2341
|
${this.endIcon && this.reverseEndIcon ? l`
|
|
@@ -2361,7 +2361,7 @@ let F = class extends u {
|
|
|
2361
2361
|
`;
|
|
2362
2362
|
}
|
|
2363
2363
|
};
|
|
2364
|
-
|
|
2364
|
+
V.styles = v`
|
|
2365
2365
|
:host([template="standard"]) a {
|
|
2366
2366
|
color: var(--color-content-action-secondary);
|
|
2367
2367
|
font-size: var(--font-size-200);
|
|
@@ -2449,33 +2449,33 @@ F.styles = v`
|
|
|
2449
2449
|
}
|
|
2450
2450
|
/* End of underline effect */
|
|
2451
2451
|
`;
|
|
2452
|
-
|
|
2452
|
+
st([
|
|
2453
2453
|
a({ type: String })
|
|
2454
|
-
],
|
|
2455
|
-
|
|
2454
|
+
], V.prototype, "href", 2);
|
|
2455
|
+
st([
|
|
2456
2456
|
a({ type: String })
|
|
2457
|
-
],
|
|
2458
|
-
|
|
2457
|
+
], V.prototype, "target", 2);
|
|
2458
|
+
st([
|
|
2459
2459
|
a({ type: String, reflect: !0 })
|
|
2460
|
-
],
|
|
2461
|
-
|
|
2460
|
+
], V.prototype, "template", 2);
|
|
2461
|
+
st([
|
|
2462
2462
|
a({ type: Boolean, reflect: !0 })
|
|
2463
|
-
],
|
|
2464
|
-
|
|
2463
|
+
], V.prototype, "inverse", 2);
|
|
2464
|
+
st([
|
|
2465
2465
|
a({ type: Boolean, reflect: !0 })
|
|
2466
|
-
],
|
|
2467
|
-
|
|
2466
|
+
], V.prototype, "endIcon", 2);
|
|
2467
|
+
st([
|
|
2468
2468
|
a({ type: Boolean, reflect: !0 })
|
|
2469
|
-
],
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
],
|
|
2473
|
-
var
|
|
2474
|
-
for (var i =
|
|
2475
|
-
(s = o[
|
|
2476
|
-
return
|
|
2469
|
+
], V.prototype, "reverseEndIcon", 2);
|
|
2470
|
+
V = st([
|
|
2471
|
+
g("o-link")
|
|
2472
|
+
], V);
|
|
2473
|
+
var Zo = Object.defineProperty, Ko = Object.getOwnPropertyDescriptor, Pt = (o, t, e, n) => {
|
|
2474
|
+
for (var i = n > 1 ? void 0 : n ? Ko(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2475
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2476
|
+
return n && i && Zo(t, e, i), i;
|
|
2477
2477
|
};
|
|
2478
|
-
let
|
|
2478
|
+
let ht = class extends p {
|
|
2479
2479
|
constructor() {
|
|
2480
2480
|
super(...arguments), this.rating = 0;
|
|
2481
2481
|
}
|
|
@@ -2483,8 +2483,8 @@ let lt = class extends u {
|
|
|
2483
2483
|
const o = [];
|
|
2484
2484
|
for (let t = 0; t < 5; t++) {
|
|
2485
2485
|
const e = this.rating - t;
|
|
2486
|
-
let
|
|
2487
|
-
e >= 1 ?
|
|
2486
|
+
let n;
|
|
2487
|
+
e >= 1 ? n = 100 : e <= 0 ? n = 0 : n = Math.round(e * 100 / 25) * 25, o.push(`star-${n}`);
|
|
2488
2488
|
}
|
|
2489
2489
|
return o;
|
|
2490
2490
|
}
|
|
@@ -2494,7 +2494,7 @@ let lt = class extends u {
|
|
|
2494
2494
|
<div class="rating">
|
|
2495
2495
|
<div class="stars">
|
|
2496
2496
|
${o.map(
|
|
2497
|
-
(t) => l`<span class="star">${
|
|
2497
|
+
(t) => l`<span class="star">${$(N[t] ?? "")}</span>`
|
|
2498
2498
|
)}
|
|
2499
2499
|
</div>
|
|
2500
2500
|
${this.reviewCount != null && this.href != null ? l`<o-link template="review" href="${this.href}">${this.reviewCount}</o-link>` : null}
|
|
@@ -2502,7 +2502,7 @@ let lt = class extends u {
|
|
|
2502
2502
|
`;
|
|
2503
2503
|
}
|
|
2504
2504
|
};
|
|
2505
|
-
|
|
2505
|
+
ht.styles = v`
|
|
2506
2506
|
svg {
|
|
2507
2507
|
width: 12px;
|
|
2508
2508
|
height: 12px;
|
|
@@ -2536,24 +2536,24 @@ lt.styles = v`
|
|
|
2536
2536
|
cursor: pointer;
|
|
2537
2537
|
}
|
|
2538
2538
|
`;
|
|
2539
|
-
|
|
2539
|
+
Pt([
|
|
2540
2540
|
a({ type: Number })
|
|
2541
|
-
],
|
|
2542
|
-
|
|
2541
|
+
], ht.prototype, "rating", 2);
|
|
2542
|
+
Pt([
|
|
2543
2543
|
a({ type: String })
|
|
2544
|
-
],
|
|
2545
|
-
|
|
2544
|
+
], ht.prototype, "reviewCount", 2);
|
|
2545
|
+
Pt([
|
|
2546
2546
|
a({ type: String })
|
|
2547
|
-
],
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
],
|
|
2551
|
-
var
|
|
2552
|
-
for (var i =
|
|
2553
|
-
(s = o[
|
|
2554
|
-
return
|
|
2547
|
+
], ht.prototype, "href", 2);
|
|
2548
|
+
ht = Pt([
|
|
2549
|
+
g("o-rating")
|
|
2550
|
+
], ht);
|
|
2551
|
+
var Wo = Object.defineProperty, Go = Object.getOwnPropertyDescriptor, J = (o, t, e, n) => {
|
|
2552
|
+
for (var i = n > 1 ? void 0 : n ? Go(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2553
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2554
|
+
return n && i && Wo(t, e, i), i;
|
|
2555
2555
|
};
|
|
2556
|
-
let
|
|
2556
|
+
let H = class extends p {
|
|
2557
2557
|
constructor() {
|
|
2558
2558
|
super(...arguments), this.thumbnails = [], this.activeIndex = 0, this.disabledIndexes = [], this.maxWidth = "100%", this.altressource = "visual", this.focusedIndex = 0, this.playerIconTemplate = l`
|
|
2559
2559
|
<o-icon-button
|
|
@@ -2606,8 +2606,8 @@ let D = class extends u {
|
|
|
2606
2606
|
}), t.classList.add("a--tabfocus"), this.requestUpdate();
|
|
2607
2607
|
}
|
|
2608
2608
|
onFocusOut(o) {
|
|
2609
|
-
const t = o.currentTarget, e = Number(t.dataset.index),
|
|
2610
|
-
(!
|
|
2609
|
+
const t = o.currentTarget, e = Number(t.dataset.index), n = o.relatedTarget;
|
|
2610
|
+
(!n || this.shadowRoot && !this.shadowRoot.contains(n)) && (this.renderRoot.querySelectorAll(".thumb").forEach((s) => s.classList.remove("a--tabfocus")), e === this.lastIndex ? this.dispatchEvent(new CustomEvent("thumb-exit", {
|
|
2611
2611
|
detail: { from: "last", direction: "unspecified" },
|
|
2612
2612
|
bubbles: !0,
|
|
2613
2613
|
composed: !0
|
|
@@ -2621,20 +2621,20 @@ let D = class extends u {
|
|
|
2621
2621
|
return l`
|
|
2622
2622
|
<ul class="scroll-container" style="max-width: ${this.maxWidth};">
|
|
2623
2623
|
${this.thumbnails.map((o, t) => {
|
|
2624
|
-
const e = this.disabledIndexes.includes(t),
|
|
2624
|
+
const e = this.disabledIndexes.includes(t), n = this.activeIndex === t, i = o.type === "video", r = i ? `video ${t}` : `${this.altressource} ${t + 1}`;
|
|
2625
2625
|
return l`
|
|
2626
2626
|
<li class="thumb-wrapper">
|
|
2627
2627
|
<button
|
|
2628
2628
|
class="thumb"
|
|
2629
2629
|
data-index="${t}"
|
|
2630
2630
|
?disabled=${e}
|
|
2631
|
-
aria-current=${
|
|
2631
|
+
aria-current=${n ? "true" : "false"}
|
|
2632
2632
|
@click=${() => this.selectThumbnail(t)}
|
|
2633
2633
|
@keydown=${this.handleKeyDown}
|
|
2634
2634
|
@focus=${(s) => this.onFocus(s)}
|
|
2635
2635
|
@focusout=${(s) => this.onFocusOut(s)}
|
|
2636
2636
|
>
|
|
2637
|
-
<img alt="${
|
|
2637
|
+
<img alt="${r}" src="${o.src}" />
|
|
2638
2638
|
</button>
|
|
2639
2639
|
${i ? l`<div class="play-icon-wrapper">${this.playerIconTemplate}</div>` : null}
|
|
2640
2640
|
</li>
|
|
@@ -2644,7 +2644,7 @@ let D = class extends u {
|
|
|
2644
2644
|
`;
|
|
2645
2645
|
}
|
|
2646
2646
|
};
|
|
2647
|
-
|
|
2647
|
+
H.styles = v`
|
|
2648
2648
|
:host {
|
|
2649
2649
|
display: flex;
|
|
2650
2650
|
gap: 5px;
|
|
@@ -2750,36 +2750,36 @@ D.styles = v`
|
|
|
2750
2750
|
width: 0;
|
|
2751
2751
|
}
|
|
2752
2752
|
`;
|
|
2753
|
-
|
|
2753
|
+
J([
|
|
2754
2754
|
a({ type: Array })
|
|
2755
|
-
],
|
|
2756
|
-
|
|
2755
|
+
], H.prototype, "thumbnails", 2);
|
|
2756
|
+
J([
|
|
2757
2757
|
a({ type: Number })
|
|
2758
|
-
],
|
|
2759
|
-
|
|
2758
|
+
], H.prototype, "activeIndex", 2);
|
|
2759
|
+
J([
|
|
2760
2760
|
a({ type: Array })
|
|
2761
|
-
],
|
|
2762
|
-
|
|
2761
|
+
], H.prototype, "disabledIndexes", 2);
|
|
2762
|
+
J([
|
|
2763
2763
|
a({ type: String })
|
|
2764
|
-
],
|
|
2765
|
-
|
|
2764
|
+
], H.prototype, "maxWidth", 2);
|
|
2765
|
+
J([
|
|
2766
2766
|
a({ type: String })
|
|
2767
|
-
],
|
|
2768
|
-
|
|
2767
|
+
], H.prototype, "altressource", 2);
|
|
2768
|
+
J([
|
|
2769
2769
|
a({ type: Object })
|
|
2770
|
-
],
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
],
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
],
|
|
2777
|
-
var
|
|
2778
|
-
for (var i =
|
|
2779
|
-
(s = o[
|
|
2780
|
-
return
|
|
2770
|
+
], H.prototype, "swiperInstance", 2);
|
|
2771
|
+
J([
|
|
2772
|
+
Y()
|
|
2773
|
+
], H.prototype, "focusedIndex", 2);
|
|
2774
|
+
H = J([
|
|
2775
|
+
g("thumbnail-navigation")
|
|
2776
|
+
], H);
|
|
2777
|
+
var Xo = Object.defineProperty, Yo = Object.getOwnPropertyDescriptor, Jt = (o, t, e, n) => {
|
|
2778
|
+
for (var i = n > 1 ? void 0 : n ? Yo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2779
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2780
|
+
return n && i && Xo(t, e, i), i;
|
|
2781
2781
|
};
|
|
2782
|
-
let
|
|
2782
|
+
let yt = class extends p {
|
|
2783
2783
|
constructor() {
|
|
2784
2784
|
super(...arguments), this.type = "", this.bgstyle = "background-white";
|
|
2785
2785
|
}
|
|
@@ -2789,7 +2789,7 @@ let bt = class extends u {
|
|
|
2789
2789
|
`;
|
|
2790
2790
|
}
|
|
2791
2791
|
};
|
|
2792
|
-
|
|
2792
|
+
yt.styles = v`
|
|
2793
2793
|
.tag {
|
|
2794
2794
|
display: inline-block;
|
|
2795
2795
|
padding: var(--spacing-2-xs) var(--spacing-s);
|
|
@@ -2847,21 +2847,21 @@ bt.styles = v`
|
|
|
2847
2847
|
}
|
|
2848
2848
|
|
|
2849
2849
|
`;
|
|
2850
|
-
|
|
2850
|
+
Jt([
|
|
2851
2851
|
a({ type: String, reflect: !0 })
|
|
2852
|
-
],
|
|
2853
|
-
|
|
2852
|
+
], yt.prototype, "type", 2);
|
|
2853
|
+
Jt([
|
|
2854
2854
|
a({ type: String, reflect: !0 })
|
|
2855
|
-
],
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
],
|
|
2859
|
-
var
|
|
2860
|
-
for (var i =
|
|
2861
|
-
(s = o[
|
|
2862
|
-
return
|
|
2855
|
+
], yt.prototype, "bgstyle", 2);
|
|
2856
|
+
yt = Jt([
|
|
2857
|
+
g("o-tag")
|
|
2858
|
+
], yt);
|
|
2859
|
+
var Jo = Object.defineProperty, Qo = Object.getOwnPropertyDescriptor, Qt = (o, t, e, n) => {
|
|
2860
|
+
for (var i = n > 1 ? void 0 : n ? Qo(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2861
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2862
|
+
return n && i && Jo(t, e, i), i;
|
|
2863
2863
|
};
|
|
2864
|
-
let
|
|
2864
|
+
let mt = class extends p {
|
|
2865
2865
|
constructor() {
|
|
2866
2866
|
super(...arguments), this.type = "top", this.text = "";
|
|
2867
2867
|
}
|
|
@@ -2874,7 +2874,7 @@ let gt = class extends u {
|
|
|
2874
2874
|
`;
|
|
2875
2875
|
}
|
|
2876
2876
|
};
|
|
2877
|
-
|
|
2877
|
+
mt.styles = v`
|
|
2878
2878
|
.tooltip {
|
|
2879
2879
|
position: relative;
|
|
2880
2880
|
display: inline-block;
|
|
@@ -2967,21 +2967,21 @@ gt.styles = v`
|
|
|
2967
2967
|
}
|
|
2968
2968
|
|
|
2969
2969
|
`;
|
|
2970
|
-
|
|
2970
|
+
Qt([
|
|
2971
2971
|
a({ type: String, reflect: !0 })
|
|
2972
|
-
],
|
|
2973
|
-
|
|
2972
|
+
], mt.prototype, "type", 2);
|
|
2973
|
+
Qt([
|
|
2974
2974
|
a({ type: String, reflect: !0 })
|
|
2975
|
-
],
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
],
|
|
2979
|
-
var
|
|
2980
|
-
for (var i =
|
|
2981
|
-
(s = o[
|
|
2982
|
-
return
|
|
2975
|
+
], mt.prototype, "text", 2);
|
|
2976
|
+
mt = Qt([
|
|
2977
|
+
g("o-tooltip")
|
|
2978
|
+
], mt);
|
|
2979
|
+
var ti = Object.defineProperty, ei = Object.getOwnPropertyDescriptor, q = (o, t, e, n) => {
|
|
2980
|
+
for (var i = n > 1 ? void 0 : n ? ei(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
2981
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
2982
|
+
return n && i && ti(t, e, i), i;
|
|
2983
2983
|
};
|
|
2984
|
-
let
|
|
2984
|
+
let P = class extends p {
|
|
2985
2985
|
constructor() {
|
|
2986
2986
|
super(...arguments), this.options = [], this.value = "", this.name = "", this.disabled = !1, this.width = "100%", this.open = !1, this.activeIndex = -1, this.menuWidth = "", this._handleOutsideClick = (o) => {
|
|
2987
2987
|
this.contains(o.target) || (this.open = !1, this.activeIndex = -1);
|
|
@@ -3080,22 +3080,22 @@ let z = class extends u {
|
|
|
3080
3080
|
style=${`width: ${this.width};`}
|
|
3081
3081
|
>
|
|
3082
3082
|
${this.options.map(
|
|
3083
|
-
(e,
|
|
3083
|
+
(e, n) => l`
|
|
3084
3084
|
<li
|
|
3085
|
-
id="option-${
|
|
3085
|
+
id="option-${n}"
|
|
3086
3086
|
role="option"
|
|
3087
3087
|
aria-selected="${e.value === this.value}"
|
|
3088
|
-
tabindex="${
|
|
3089
|
-
class="${
|
|
3088
|
+
tabindex="${n === this.activeIndex ? "0" : "-1"}"
|
|
3089
|
+
class="${n === this.activeIndex ? "active" : ""} ${e.disabled ? "disabled" : ""}"
|
|
3090
3090
|
@click=${() => this.selectOption(e)}
|
|
3091
3091
|
>
|
|
3092
3092
|
${e.url ? l`
|
|
3093
3093
|
<a href="${e.url}">
|
|
3094
3094
|
<span>${e.label}</span>
|
|
3095
|
-
${e.value === this.value ? l`<span class="check">${
|
|
3095
|
+
${e.value === this.value ? l`<span class="check">${$(o)}</span>` : null}
|
|
3096
3096
|
</a>` : l`
|
|
3097
3097
|
<span>${e.label}</span>
|
|
3098
|
-
${e.value === this.value ? l`<span class="check">${
|
|
3098
|
+
${e.value === this.value ? l`<span class="check">${$(o)}</span>` : null}`}
|
|
3099
3099
|
</li>`
|
|
3100
3100
|
)}
|
|
3101
3101
|
</ul>` : null}
|
|
@@ -3104,7 +3104,7 @@ let z = class extends u {
|
|
|
3104
3104
|
`;
|
|
3105
3105
|
}
|
|
3106
3106
|
};
|
|
3107
|
-
|
|
3107
|
+
P.styles = v`
|
|
3108
3108
|
:host {
|
|
3109
3109
|
display: inline-block;
|
|
3110
3110
|
position: relative;
|
|
@@ -3244,44 +3244,44 @@ z.styles = v`
|
|
|
3244
3244
|
display: none;
|
|
3245
3245
|
}
|
|
3246
3246
|
`;
|
|
3247
|
-
|
|
3247
|
+
q([
|
|
3248
3248
|
a({ type: Array, reflect: !0 })
|
|
3249
|
-
],
|
|
3250
|
-
|
|
3249
|
+
], P.prototype, "options", 2);
|
|
3250
|
+
q([
|
|
3251
3251
|
a({ type: String, reflect: !0 })
|
|
3252
|
-
],
|
|
3253
|
-
|
|
3252
|
+
], P.prototype, "value", 2);
|
|
3253
|
+
q([
|
|
3254
3254
|
a({ type: String, reflect: !0 })
|
|
3255
|
-
],
|
|
3256
|
-
|
|
3255
|
+
], P.prototype, "name", 2);
|
|
3256
|
+
q([
|
|
3257
3257
|
a({ type: Boolean, reflect: !0 })
|
|
3258
|
-
],
|
|
3259
|
-
|
|
3258
|
+
], P.prototype, "disabled", 2);
|
|
3259
|
+
q([
|
|
3260
3260
|
a({ type: String, reflect: !0 })
|
|
3261
|
-
],
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
],
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
],
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
],
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
],
|
|
3274
|
-
var
|
|
3275
|
-
for (var i =
|
|
3276
|
-
(s = o[
|
|
3261
|
+
], P.prototype, "width", 2);
|
|
3262
|
+
q([
|
|
3263
|
+
Y()
|
|
3264
|
+
], P.prototype, "open", 2);
|
|
3265
|
+
q([
|
|
3266
|
+
Y()
|
|
3267
|
+
], P.prototype, "activeIndex", 2);
|
|
3268
|
+
q([
|
|
3269
|
+
Y()
|
|
3270
|
+
], P.prototype, "menuWidth", 2);
|
|
3271
|
+
P = q([
|
|
3272
|
+
g("o-dropdown")
|
|
3273
|
+
], P);
|
|
3274
|
+
var oi = Object.getOwnPropertyDescriptor, ii = (o, t, e, n) => {
|
|
3275
|
+
for (var i = n > 1 ? void 0 : n ? oi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3276
|
+
(s = o[r]) && (i = s(i) || i);
|
|
3277
3277
|
return i;
|
|
3278
3278
|
};
|
|
3279
|
-
let
|
|
3279
|
+
let Rt = class extends p {
|
|
3280
3280
|
render() {
|
|
3281
3281
|
return l` <span class="dots"></span> `;
|
|
3282
3282
|
}
|
|
3283
3283
|
};
|
|
3284
|
-
|
|
3284
|
+
Rt.styles = v`
|
|
3285
3285
|
:host {
|
|
3286
3286
|
display: flex;
|
|
3287
3287
|
align-items: center;
|
|
@@ -3333,15 +3333,15 @@ jt.styles = v`
|
|
|
3333
3333
|
}
|
|
3334
3334
|
}
|
|
3335
3335
|
`;
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
],
|
|
3339
|
-
var
|
|
3340
|
-
for (var i =
|
|
3341
|
-
(s = o[
|
|
3342
|
-
return
|
|
3336
|
+
Rt = ii([
|
|
3337
|
+
g("o-dots")
|
|
3338
|
+
], Rt);
|
|
3339
|
+
var ni = Object.defineProperty, ri = Object.getOwnPropertyDescriptor, T = (o, t, e, n) => {
|
|
3340
|
+
for (var i = n > 1 ? void 0 : n ? ri(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3341
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
3342
|
+
return n && i && ni(t, e, i), i;
|
|
3343
3343
|
};
|
|
3344
|
-
let
|
|
3344
|
+
let A = class extends p {
|
|
3345
3345
|
constructor() {
|
|
3346
3346
|
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) => {
|
|
3347
3347
|
this.contains(o.target) || (this.open = !1, this.activeIndex = -1);
|
|
@@ -3425,7 +3425,7 @@ let E = class extends u {
|
|
|
3425
3425
|
?disabled=${this.disabled}
|
|
3426
3426
|
class="btn-dropdown"
|
|
3427
3427
|
>
|
|
3428
|
-
<img alt="${
|
|
3428
|
+
<img alt="${E(t == null ? void 0 : t.label)}" src="${E(t == null ? void 0 : t.imgurl)}" />
|
|
3429
3429
|
<span id="dropdown-label" class="label">
|
|
3430
3430
|
${t ? t.label : "Select an option"}
|
|
3431
3431
|
</span>
|
|
@@ -3450,23 +3450,23 @@ let E = class extends u {
|
|
|
3450
3450
|
style=${`width: ${this.width};`}
|
|
3451
3451
|
>
|
|
3452
3452
|
${this.options.map(
|
|
3453
|
-
(e,
|
|
3453
|
+
(e, n) => l`
|
|
3454
3454
|
<li
|
|
3455
|
-
id="option-${
|
|
3455
|
+
id="option-${n}"
|
|
3456
3456
|
role="option"
|
|
3457
3457
|
aria-selected="${e.value === this.value}"
|
|
3458
3458
|
aria-disabled="${e.disabled ? "true" : "false"}"
|
|
3459
|
-
tabindex="${
|
|
3460
|
-
class="${
|
|
3459
|
+
tabindex="${n === this.activeIndex ? "0" : "-1"}"
|
|
3460
|
+
class="${n === this.activeIndex ? "active" : ""} ${e.disabled ? "disabled" : ""}"
|
|
3461
3461
|
@click=${() => this.selectOption(e)}
|
|
3462
3462
|
>
|
|
3463
|
-
<a href="${
|
|
3464
|
-
<img alt="${
|
|
3463
|
+
<a href="${E(e.url)}">
|
|
3464
|
+
<img alt="${E(e.label)}" src="${E(e.imgurl)}" />
|
|
3465
3465
|
<span class="label">${e.label}</span>
|
|
3466
3466
|
<div class="right">
|
|
3467
|
-
<span class="additional-text">${
|
|
3467
|
+
<span class="additional-text">${E(e.additionaltext)}</span>
|
|
3468
3468
|
${e.value === this.value && !e.additionaltext ? l`
|
|
3469
|
-
<span class="check">${
|
|
3469
|
+
<span class="check">${$(o)}</span>` : null}
|
|
3470
3470
|
</div>
|
|
3471
3471
|
</a>
|
|
3472
3472
|
</li>
|
|
@@ -3478,7 +3478,7 @@ let E = class extends u {
|
|
|
3478
3478
|
`;
|
|
3479
3479
|
}
|
|
3480
3480
|
};
|
|
3481
|
-
|
|
3481
|
+
A.styles = v`
|
|
3482
3482
|
:host {
|
|
3483
3483
|
display: inline-block;
|
|
3484
3484
|
position: relative;
|
|
@@ -3656,71 +3656,71 @@ E.styles = v`
|
|
|
3656
3656
|
`;
|
|
3657
3657
|
T([
|
|
3658
3658
|
a({ type: Array, reflect: !0 })
|
|
3659
|
-
],
|
|
3659
|
+
], A.prototype, "options", 2);
|
|
3660
3660
|
T([
|
|
3661
3661
|
a({ type: String, reflect: !0 })
|
|
3662
|
-
],
|
|
3662
|
+
], A.prototype, "value", 2);
|
|
3663
3663
|
T([
|
|
3664
3664
|
a({ type: String, reflect: !0 })
|
|
3665
|
-
],
|
|
3665
|
+
], A.prototype, "name", 2);
|
|
3666
3666
|
T([
|
|
3667
3667
|
a({ type: String, reflect: !0 })
|
|
3668
|
-
],
|
|
3668
|
+
], A.prototype, "additionaltext", 2);
|
|
3669
3669
|
T([
|
|
3670
3670
|
a({ type: Boolean, reflect: !0 })
|
|
3671
|
-
],
|
|
3671
|
+
], A.prototype, "disabled", 2);
|
|
3672
3672
|
T([
|
|
3673
3673
|
a({ type: String, reflect: !0 })
|
|
3674
|
-
],
|
|
3674
|
+
], A.prototype, "width", 2);
|
|
3675
3675
|
T([
|
|
3676
|
-
|
|
3677
|
-
],
|
|
3676
|
+
Y()
|
|
3677
|
+
], A.prototype, "open", 2);
|
|
3678
3678
|
T([
|
|
3679
|
-
|
|
3680
|
-
],
|
|
3679
|
+
Y()
|
|
3680
|
+
], A.prototype, "activeIndex", 2);
|
|
3681
3681
|
T([
|
|
3682
|
-
|
|
3683
|
-
],
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
],
|
|
3682
|
+
Y()
|
|
3683
|
+
], A.prototype, "menuWidth", 2);
|
|
3684
|
+
A = T([
|
|
3685
|
+
g("o-dropdown-variant")
|
|
3686
|
+
], A);
|
|
3687
3687
|
/**
|
|
3688
3688
|
* @license
|
|
3689
3689
|
* Copyright 2018 Google LLC
|
|
3690
3690
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
3691
3691
|
*/
|
|
3692
|
-
const
|
|
3692
|
+
const Ce = "important", si = " !" + Ce, ai = Xt(class extends Yt {
|
|
3693
3693
|
constructor(o) {
|
|
3694
3694
|
var t;
|
|
3695
|
-
if (super(o), o.type !==
|
|
3695
|
+
if (super(o), o.type !== Gt.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.");
|
|
3696
3696
|
}
|
|
3697
3697
|
render(o) {
|
|
3698
3698
|
return Object.keys(o).reduce((t, e) => {
|
|
3699
|
-
const
|
|
3700
|
-
return
|
|
3699
|
+
const n = o[e];
|
|
3700
|
+
return n == null ? t : t + `${e = e.includes("-") ? e : e.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g, "-$&").toLowerCase()}:${n};`;
|
|
3701
3701
|
}, "");
|
|
3702
3702
|
}
|
|
3703
3703
|
update(o, [t]) {
|
|
3704
3704
|
const { style: e } = o.element;
|
|
3705
3705
|
if (this.ft === void 0) return this.ft = new Set(Object.keys(t)), this.render(t);
|
|
3706
|
-
for (const
|
|
3707
|
-
for (const
|
|
3708
|
-
const i = t[
|
|
3706
|
+
for (const n of this.ft) t[n] == null && (this.ft.delete(n), n.includes("-") ? e.removeProperty(n) : e[n] = null);
|
|
3707
|
+
for (const n in t) {
|
|
3708
|
+
const i = t[n];
|
|
3709
3709
|
if (i != null) {
|
|
3710
|
-
this.ft.add(
|
|
3711
|
-
const
|
|
3712
|
-
|
|
3710
|
+
this.ft.add(n);
|
|
3711
|
+
const r = typeof i == "string" && i.endsWith(si);
|
|
3712
|
+
n.includes("-") || r ? e.setProperty(n, r ? i.slice(0, -11) : i, r ? Ce : "") : e[n] = i;
|
|
3713
3713
|
}
|
|
3714
3714
|
}
|
|
3715
|
-
return
|
|
3715
|
+
return X;
|
|
3716
3716
|
}
|
|
3717
3717
|
});
|
|
3718
|
-
var
|
|
3719
|
-
for (var i =
|
|
3720
|
-
(s = o[
|
|
3721
|
-
return
|
|
3718
|
+
var li = Object.defineProperty, ci = Object.getOwnPropertyDescriptor, te = (o, t, e, n) => {
|
|
3719
|
+
for (var i = n > 1 ? void 0 : n ? ci(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3720
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
3721
|
+
return n && i && li(t, e, i), i;
|
|
3722
3722
|
};
|
|
3723
|
-
let
|
|
3723
|
+
let xt = class extends p {
|
|
3724
3724
|
constructor() {
|
|
3725
3725
|
super(...arguments), this.option = {}, this.imageSize = 64;
|
|
3726
3726
|
}
|
|
@@ -3731,17 +3731,17 @@ let yt = class extends u {
|
|
|
3731
3731
|
}, t = this.option && this.option.clickable, e = {
|
|
3732
3732
|
width: `${this.imageSize}px`,
|
|
3733
3733
|
height: `${this.imageSize}px`
|
|
3734
|
-
},
|
|
3735
|
-
${this.option.imgurl ? l`<img src="${this.option.imgurl}" alt="${
|
|
3734
|
+
}, n = this.option && this.option.title ? o(this.option.title) : "", i = this.option && this.option.description ? o(this.option.description) : "", r = l`
|
|
3735
|
+
${this.option.imgurl ? l`<img src="${this.option.imgurl}" alt="${E(n)}" aria-hidden="true" style=${ai(e)} />` : ""}
|
|
3736
3736
|
<div class="m-reassurance-content">
|
|
3737
|
-
<h3 class="a-reassurance-text">${
|
|
3738
|
-
<p class="a-reassurance-description">${
|
|
3737
|
+
<h3 class="a-reassurance-text">${E(n)}</h3>
|
|
3738
|
+
<p class="a-reassurance-description">${E(i)}</p>
|
|
3739
3739
|
</div>
|
|
3740
3740
|
`;
|
|
3741
|
-
return t ? l`<a href="${
|
|
3741
|
+
return t ? l`<a href="${E(this.option.url)}" class="reassurance-item clickable">${r}</a>` : l`<div class="reassurance-item">${r}</div>`;
|
|
3742
3742
|
}
|
|
3743
3743
|
};
|
|
3744
|
-
|
|
3744
|
+
xt.styles = v`
|
|
3745
3745
|
:host {
|
|
3746
3746
|
display: inline-block;
|
|
3747
3747
|
position: relative;
|
|
@@ -3823,22 +3823,22 @@ yt.styles = v`
|
|
|
3823
3823
|
}
|
|
3824
3824
|
}
|
|
3825
3825
|
`;
|
|
3826
|
-
|
|
3826
|
+
te([
|
|
3827
3827
|
a({ type: Object, reflect: !0 })
|
|
3828
|
-
],
|
|
3829
|
-
|
|
3828
|
+
], xt.prototype, "option", 2);
|
|
3829
|
+
te([
|
|
3830
3830
|
a({ type: Number, reflect: !0 })
|
|
3831
|
-
],
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
],
|
|
3835
|
-
var
|
|
3836
|
-
for (var i =
|
|
3837
|
-
(s = o[
|
|
3838
|
-
return
|
|
3831
|
+
], xt.prototype, "imageSize", 2);
|
|
3832
|
+
xt = te([
|
|
3833
|
+
g("o-reassurance")
|
|
3834
|
+
], xt);
|
|
3835
|
+
var hi = Object.defineProperty, di = Object.getOwnPropertyDescriptor, Z = (o, t, e, n) => {
|
|
3836
|
+
for (var i = n > 1 ? void 0 : n ? di(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3837
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
3838
|
+
return n && i && hi(t, e, i), i;
|
|
3839
3839
|
};
|
|
3840
|
-
const
|
|
3841
|
-
let L = class extends
|
|
3840
|
+
const pi = Wt(p);
|
|
3841
|
+
let L = class extends pi {
|
|
3842
3842
|
constructor() {
|
|
3843
3843
|
super(...arguments), this.link = "", this.name = "", this.value = "", this.text = "", this.size = "standard", this.selected = !1, this.fullwidth = !1, this.inactive = !1;
|
|
3844
3844
|
}
|
|
@@ -3937,7 +3937,7 @@ L.styles = v`
|
|
|
3937
3937
|
}
|
|
3938
3938
|
|
|
3939
3939
|
&:focus-visible {
|
|
3940
|
-
${
|
|
3940
|
+
${rt};
|
|
3941
3941
|
}
|
|
3942
3942
|
}
|
|
3943
3943
|
|
|
@@ -3951,39 +3951,39 @@ L.styles = v`
|
|
|
3951
3951
|
align-items: center;
|
|
3952
3952
|
}
|
|
3953
3953
|
`;
|
|
3954
|
-
|
|
3954
|
+
Z([
|
|
3955
3955
|
a({ type: String, reflect: !0 })
|
|
3956
3956
|
], L.prototype, "link", 2);
|
|
3957
|
-
|
|
3957
|
+
Z([
|
|
3958
3958
|
a({ reflect: !0 })
|
|
3959
3959
|
], L.prototype, "name", 2);
|
|
3960
|
-
|
|
3960
|
+
Z([
|
|
3961
3961
|
a({ reflect: !0 })
|
|
3962
3962
|
], L.prototype, "value", 2);
|
|
3963
|
-
|
|
3963
|
+
Z([
|
|
3964
3964
|
a({ type: String })
|
|
3965
3965
|
], L.prototype, "text", 2);
|
|
3966
|
-
|
|
3966
|
+
Z([
|
|
3967
3967
|
a({ type: String, reflect: !0 })
|
|
3968
3968
|
], L.prototype, "size", 2);
|
|
3969
|
-
|
|
3969
|
+
Z([
|
|
3970
3970
|
a({ type: Boolean, reflect: !0 })
|
|
3971
3971
|
], L.prototype, "selected", 2);
|
|
3972
|
-
|
|
3972
|
+
Z([
|
|
3973
3973
|
a({ type: Boolean, reflect: !0 })
|
|
3974
3974
|
], L.prototype, "fullwidth", 2);
|
|
3975
|
-
|
|
3975
|
+
Z([
|
|
3976
3976
|
a({ type: Boolean, reflect: !0 })
|
|
3977
3977
|
], L.prototype, "inactive", 2);
|
|
3978
|
-
L =
|
|
3979
|
-
|
|
3978
|
+
L = Z([
|
|
3979
|
+
g("o-chip")
|
|
3980
3980
|
], L);
|
|
3981
|
-
var
|
|
3982
|
-
for (var i =
|
|
3983
|
-
(s = o[
|
|
3984
|
-
return
|
|
3981
|
+
var ui = Object.defineProperty, vi = Object.getOwnPropertyDescriptor, ee = (o, t, e, n) => {
|
|
3982
|
+
for (var i = n > 1 ? void 0 : n ? vi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
3983
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
3984
|
+
return n && i && ui(t, e, i), i;
|
|
3985
3985
|
};
|
|
3986
|
-
let
|
|
3986
|
+
let wt = class extends p {
|
|
3987
3987
|
constructor() {
|
|
3988
3988
|
super(), this.name = "", this.value = "", this.addEventListener("selected", this.onChipSelected);
|
|
3989
3989
|
}
|
|
@@ -3999,7 +3999,7 @@ let mt = class extends u {
|
|
|
3999
3999
|
`;
|
|
4000
4000
|
}
|
|
4001
4001
|
};
|
|
4002
|
-
|
|
4002
|
+
wt.styles = v`
|
|
4003
4003
|
:host {
|
|
4004
4004
|
display: flex;
|
|
4005
4005
|
flex-direction: row;
|
|
@@ -4007,22 +4007,22 @@ mt.styles = v`
|
|
|
4007
4007
|
gap: var(--spacing-s);
|
|
4008
4008
|
}
|
|
4009
4009
|
`;
|
|
4010
|
-
|
|
4010
|
+
ee([
|
|
4011
4011
|
a({ reflect: !0 })
|
|
4012
|
-
],
|
|
4013
|
-
|
|
4012
|
+
], wt.prototype, "name", 2);
|
|
4013
|
+
ee([
|
|
4014
4014
|
a({ reflect: !0 })
|
|
4015
|
-
],
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
],
|
|
4019
|
-
var
|
|
4020
|
-
for (var i =
|
|
4021
|
-
(s = o[
|
|
4022
|
-
return
|
|
4015
|
+
], wt.prototype, "value", 2);
|
|
4016
|
+
wt = ee([
|
|
4017
|
+
g("o-chipset")
|
|
4018
|
+
], wt);
|
|
4019
|
+
var fi = Object.defineProperty, gi = Object.getOwnPropertyDescriptor, j = (o, t, e, n) => {
|
|
4020
|
+
for (var i = n > 1 ? void 0 : n ? gi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4021
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4022
|
+
return n && i && fi(t, e, i), i;
|
|
4023
4023
|
};
|
|
4024
|
-
const
|
|
4025
|
-
let
|
|
4024
|
+
const bi = Wt(p);
|
|
4025
|
+
let B = class extends bi {
|
|
4026
4026
|
constructor() {
|
|
4027
4027
|
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";
|
|
4028
4028
|
}
|
|
@@ -4038,14 +4038,14 @@ let P = class extends vi {
|
|
|
4038
4038
|
"<svg",
|
|
4039
4039
|
'<svg aria-hidden="true" focusable="false" part="svg"'
|
|
4040
4040
|
).replace(/stroke=[#"'a-z1-9]*/gi, "");
|
|
4041
|
-
return l`<span class="cross-icon">${
|
|
4041
|
+
return l`<span class="cross-icon">${$(o)}</span>`;
|
|
4042
4042
|
}
|
|
4043
4043
|
strikeThroughImg() {
|
|
4044
|
-
const o =
|
|
4044
|
+
const o = Co[this.strikethroughImgName].replace(
|
|
4045
4045
|
"<svg",
|
|
4046
4046
|
'<svg aria-hidden="true" focusable="false" part="strikethrough"'
|
|
4047
4047
|
).replace(/stroke=[#"'a-z1-9]*/gi, "");
|
|
4048
|
-
return
|
|
4048
|
+
return $(o);
|
|
4049
4049
|
}
|
|
4050
4050
|
render() {
|
|
4051
4051
|
const o = this.text;
|
|
@@ -4072,7 +4072,7 @@ let P = class extends vi {
|
|
|
4072
4072
|
`;
|
|
4073
4073
|
}
|
|
4074
4074
|
};
|
|
4075
|
-
|
|
4075
|
+
B.styles = v`
|
|
4076
4076
|
:host {
|
|
4077
4077
|
cursor: pointer;
|
|
4078
4078
|
display: inline-flex;
|
|
@@ -4152,7 +4152,7 @@ P.styles = v`
|
|
|
4152
4152
|
}
|
|
4153
4153
|
|
|
4154
4154
|
.button:focus-visible {
|
|
4155
|
-
${
|
|
4155
|
+
${rt};
|
|
4156
4156
|
}
|
|
4157
4157
|
|
|
4158
4158
|
span.text + span.text::before {
|
|
@@ -4198,42 +4198,42 @@ P.styles = v`
|
|
|
4198
4198
|
}
|
|
4199
4199
|
}
|
|
4200
4200
|
`;
|
|
4201
|
-
|
|
4201
|
+
j([
|
|
4202
4202
|
a({ reflect: !0 })
|
|
4203
|
-
],
|
|
4204
|
-
|
|
4203
|
+
], B.prototype, "name", 2);
|
|
4204
|
+
j([
|
|
4205
4205
|
a({ reflect: !0 })
|
|
4206
|
-
],
|
|
4207
|
-
|
|
4206
|
+
], B.prototype, "value", 2);
|
|
4207
|
+
j([
|
|
4208
4208
|
a({ type: String, reflect: !0 })
|
|
4209
|
-
],
|
|
4210
|
-
|
|
4209
|
+
], B.prototype, "type", 2);
|
|
4210
|
+
j([
|
|
4211
4211
|
a({ type: String, reflect: !0 })
|
|
4212
|
-
],
|
|
4213
|
-
|
|
4212
|
+
], B.prototype, "href", 2);
|
|
4213
|
+
j([
|
|
4214
4214
|
a({ type: String, reflect: !0, attribute: "data-href" })
|
|
4215
|
-
],
|
|
4216
|
-
|
|
4215
|
+
], B.prototype, "dataHref", 2);
|
|
4216
|
+
j([
|
|
4217
4217
|
a({ type: String })
|
|
4218
|
-
],
|
|
4219
|
-
|
|
4218
|
+
], B.prototype, "text", 2);
|
|
4219
|
+
j([
|
|
4220
4220
|
a({ type: Boolean, reflect: !0 })
|
|
4221
|
-
],
|
|
4222
|
-
|
|
4221
|
+
], B.prototype, "selected", 2);
|
|
4222
|
+
j([
|
|
4223
4223
|
a({ type: Boolean, reflect: !0 })
|
|
4224
|
-
],
|
|
4225
|
-
|
|
4224
|
+
], B.prototype, "disabled", 2);
|
|
4225
|
+
j([
|
|
4226
4226
|
a({ type: Boolean, reflect: !0 })
|
|
4227
|
-
],
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
],
|
|
4231
|
-
var
|
|
4232
|
-
for (var i = void 0,
|
|
4233
|
-
(s = o[
|
|
4234
|
-
return i &&
|
|
4227
|
+
], B.prototype, "fullwidth", 2);
|
|
4228
|
+
B = j([
|
|
4229
|
+
g("o-filter-chip")
|
|
4230
|
+
], B);
|
|
4231
|
+
var yi = Object.defineProperty, F = (o, t, e, n) => {
|
|
4232
|
+
for (var i = void 0, r = o.length - 1, s; r >= 0; r--)
|
|
4233
|
+
(s = o[r]) && (i = s(t, e, i) || i);
|
|
4234
|
+
return i && yi(t, e, i), i;
|
|
4235
4235
|
};
|
|
4236
|
-
const
|
|
4236
|
+
const ne = class ne extends p {
|
|
4237
4237
|
constructor() {
|
|
4238
4238
|
super(...arguments), this.type = "cart | chevron", this.titleProduct = "", this.volume = "", this.perLiter = "", this.mainPrice = "", this.imageUrl = "https://placehold.co/56x70", this.altImage = "", this.fullwidth = !1, this.tagText = "";
|
|
4239
4239
|
}
|
|
@@ -4283,7 +4283,7 @@ const oe = class oe extends u {
|
|
|
4283
4283
|
`;
|
|
4284
4284
|
}
|
|
4285
4285
|
};
|
|
4286
|
-
|
|
4286
|
+
ne.styles = v`
|
|
4287
4287
|
:host {
|
|
4288
4288
|
display: block;
|
|
4289
4289
|
max-width: 100%;
|
|
@@ -4380,44 +4380,44 @@ oe.styles = v`
|
|
|
4380
4380
|
cursor: pointer;
|
|
4381
4381
|
}
|
|
4382
4382
|
`;
|
|
4383
|
-
let
|
|
4384
|
-
|
|
4383
|
+
let _ = ne;
|
|
4384
|
+
F([
|
|
4385
4385
|
a({ type: String })
|
|
4386
|
-
],
|
|
4387
|
-
|
|
4386
|
+
], _.prototype, "type");
|
|
4387
|
+
F([
|
|
4388
4388
|
a({ type: String })
|
|
4389
|
-
],
|
|
4390
|
-
|
|
4389
|
+
], _.prototype, "titleProduct");
|
|
4390
|
+
F([
|
|
4391
4391
|
a({ type: String })
|
|
4392
|
-
],
|
|
4393
|
-
|
|
4392
|
+
], _.prototype, "volume");
|
|
4393
|
+
F([
|
|
4394
4394
|
a({ type: String })
|
|
4395
|
-
],
|
|
4396
|
-
|
|
4395
|
+
], _.prototype, "perLiter");
|
|
4396
|
+
F([
|
|
4397
4397
|
a({ type: String })
|
|
4398
|
-
],
|
|
4399
|
-
|
|
4398
|
+
], _.prototype, "mainPrice");
|
|
4399
|
+
F([
|
|
4400
4400
|
a({ type: String })
|
|
4401
|
-
],
|
|
4402
|
-
|
|
4401
|
+
], _.prototype, "imageUrl");
|
|
4402
|
+
F([
|
|
4403
4403
|
a({ type: String })
|
|
4404
|
-
],
|
|
4405
|
-
|
|
4404
|
+
], _.prototype, "altImage");
|
|
4405
|
+
F([
|
|
4406
4406
|
a({ type: Boolean })
|
|
4407
|
-
],
|
|
4408
|
-
|
|
4407
|
+
], _.prototype, "fullwidth");
|
|
4408
|
+
F([
|
|
4409
4409
|
a({ type: String })
|
|
4410
|
-
],
|
|
4411
|
-
|
|
4410
|
+
], _.prototype, "tagText");
|
|
4411
|
+
F([
|
|
4412
4412
|
a({ type: Function })
|
|
4413
|
-
],
|
|
4414
|
-
customElements.define("mini-tile",
|
|
4415
|
-
var
|
|
4416
|
-
for (var i =
|
|
4417
|
-
(s = o[
|
|
4418
|
-
return
|
|
4413
|
+
], _.prototype, "onClickTile");
|
|
4414
|
+
customElements.define("mini-tile", _);
|
|
4415
|
+
var mi = Object.defineProperty, xi = Object.getOwnPropertyDescriptor, oe = (o, t, e, n) => {
|
|
4416
|
+
for (var i = n > 1 ? void 0 : n ? xi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4417
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4418
|
+
return n && i && mi(t, e, i), i;
|
|
4419
4419
|
};
|
|
4420
|
-
let
|
|
4420
|
+
let $t = class extends p {
|
|
4421
4421
|
constructor() {
|
|
4422
4422
|
super(...arguments), this.variant = "cart", this.text = "";
|
|
4423
4423
|
}
|
|
@@ -4429,7 +4429,7 @@ let xt = class extends u {
|
|
|
4429
4429
|
`;
|
|
4430
4430
|
}
|
|
4431
4431
|
};
|
|
4432
|
-
|
|
4432
|
+
$t.styles = v`
|
|
4433
4433
|
:host([variant]) {
|
|
4434
4434
|
--badge-width: 19px;
|
|
4435
4435
|
display: inline-block;
|
|
@@ -4464,21 +4464,21 @@ xt.styles = v`
|
|
|
4464
4464
|
}
|
|
4465
4465
|
|
|
4466
4466
|
`;
|
|
4467
|
-
|
|
4467
|
+
oe([
|
|
4468
4468
|
a({ type: String, reflect: !0 })
|
|
4469
|
-
],
|
|
4470
|
-
|
|
4469
|
+
], $t.prototype, "variant", 2);
|
|
4470
|
+
oe([
|
|
4471
4471
|
a({ type: String })
|
|
4472
|
-
],
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
],
|
|
4476
|
-
var
|
|
4477
|
-
for (var i =
|
|
4478
|
-
(s = o[
|
|
4479
|
-
return
|
|
4472
|
+
], $t.prototype, "text", 2);
|
|
4473
|
+
$t = oe([
|
|
4474
|
+
g("o-badge")
|
|
4475
|
+
], $t);
|
|
4476
|
+
var wi = Object.defineProperty, $i = Object.getOwnPropertyDescriptor, O = (o, t, e, n) => {
|
|
4477
|
+
for (var i = n > 1 ? void 0 : n ? $i(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4478
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4479
|
+
return n && i && wi(t, e, i), i;
|
|
4480
4480
|
};
|
|
4481
|
-
let
|
|
4481
|
+
let k = class extends p {
|
|
4482
4482
|
constructor() {
|
|
4483
4483
|
super(...arguments), this.icon = "info", this.text = "Sample text", this.verticalanchor = "top", this.horizontalanchor = "right", this.verticaloffset = 24, this.horizontaloffset = 24, this.animationduration = 500, this.animationaxis = "horizontal", this.animated = !0, this.lifeduration = 5e3, this.multiline = !1;
|
|
4484
4484
|
}
|
|
@@ -4510,11 +4510,11 @@ let $ = class extends u {
|
|
|
4510
4510
|
}, 600);
|
|
4511
4511
|
}
|
|
4512
4512
|
firstUpdated() {
|
|
4513
|
-
var
|
|
4513
|
+
var n, i;
|
|
4514
4514
|
var o = this;
|
|
4515
|
-
const t = (
|
|
4515
|
+
const t = (n = this.renderRoot) == null ? void 0 : n.querySelector("o-icon-button"), e = (i = this.renderRoot) == null ? void 0 : i.querySelector(".o-toast-text");
|
|
4516
4516
|
if (e != null) {
|
|
4517
|
-
const
|
|
4517
|
+
const r = window.getComputedStyle(e), s = parseInt(r.getPropertyValue("line-height").replace("px", "")), c = parseInt(r.getPropertyValue("height").replace("px", ""));
|
|
4518
4518
|
!isNaN(s) && !isNaN(c) && c > s && (this.multiline = !0);
|
|
4519
4519
|
}
|
|
4520
4520
|
t != null && t.addEventListener("click", function() {
|
|
@@ -4522,11 +4522,11 @@ let $ = class extends u {
|
|
|
4522
4522
|
});
|
|
4523
4523
|
}
|
|
4524
4524
|
render() {
|
|
4525
|
-
const t =
|
|
4525
|
+
const t = Eo[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"');
|
|
4526
4526
|
return l`
|
|
4527
4527
|
<div class="o-toast">
|
|
4528
4528
|
<div class="o-toast-icon">
|
|
4529
|
-
${
|
|
4529
|
+
${$(t)}
|
|
4530
4530
|
</div>
|
|
4531
4531
|
<div class="o-toast-text">
|
|
4532
4532
|
${this.text}
|
|
@@ -4542,7 +4542,7 @@ let $ = class extends u {
|
|
|
4542
4542
|
`;
|
|
4543
4543
|
}
|
|
4544
4544
|
};
|
|
4545
|
-
|
|
4545
|
+
k.styles = v`
|
|
4546
4546
|
:host {
|
|
4547
4547
|
--vertical-offset: 24px;
|
|
4548
4548
|
--horizontal-offset: 24px;
|
|
@@ -4620,50 +4620,50 @@ $.styles = v`
|
|
|
4620
4620
|
height: 16px;
|
|
4621
4621
|
}
|
|
4622
4622
|
`;
|
|
4623
|
-
|
|
4623
|
+
O([
|
|
4624
4624
|
a({ type: String, reflect: !0 })
|
|
4625
|
-
],
|
|
4626
|
-
|
|
4625
|
+
], k.prototype, "icon", 2);
|
|
4626
|
+
O([
|
|
4627
4627
|
a({ type: String, reflect: !0 })
|
|
4628
|
-
],
|
|
4629
|
-
|
|
4628
|
+
], k.prototype, "text", 2);
|
|
4629
|
+
O([
|
|
4630
4630
|
a({ type: String, reflect: !0 })
|
|
4631
|
-
],
|
|
4632
|
-
|
|
4631
|
+
], k.prototype, "verticalanchor", 2);
|
|
4632
|
+
O([
|
|
4633
4633
|
a({ type: String, reflect: !0 })
|
|
4634
|
-
],
|
|
4635
|
-
|
|
4634
|
+
], k.prototype, "horizontalanchor", 2);
|
|
4635
|
+
O([
|
|
4636
4636
|
a({ type: Number, reflect: !0 })
|
|
4637
|
-
],
|
|
4638
|
-
|
|
4637
|
+
], k.prototype, "verticaloffset", 2);
|
|
4638
|
+
O([
|
|
4639
4639
|
a({ type: Number, reflect: !0 })
|
|
4640
|
-
],
|
|
4641
|
-
|
|
4640
|
+
], k.prototype, "horizontaloffset", 2);
|
|
4641
|
+
O([
|
|
4642
4642
|
a({ type: Number, reflect: !0 })
|
|
4643
|
-
],
|
|
4644
|
-
|
|
4643
|
+
], k.prototype, "animationduration", 2);
|
|
4644
|
+
O([
|
|
4645
4645
|
a({ type: String, reflect: !0 })
|
|
4646
|
-
],
|
|
4647
|
-
|
|
4646
|
+
], k.prototype, "animationaxis", 2);
|
|
4647
|
+
O([
|
|
4648
4648
|
a({ type: Boolean, reflect: !0 })
|
|
4649
|
-
],
|
|
4650
|
-
|
|
4649
|
+
], k.prototype, "animated", 2);
|
|
4650
|
+
O([
|
|
4651
4651
|
a({ type: Number, reflect: !0 })
|
|
4652
|
-
],
|
|
4653
|
-
|
|
4652
|
+
], k.prototype, "lifeduration", 2);
|
|
4653
|
+
O([
|
|
4654
4654
|
a({ type: Boolean, reflect: !0 })
|
|
4655
|
-
],
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
],
|
|
4659
|
-
var
|
|
4660
|
-
for (var i =
|
|
4661
|
-
(s = o[
|
|
4662
|
-
return
|
|
4655
|
+
], k.prototype, "multiline", 2);
|
|
4656
|
+
k = O([
|
|
4657
|
+
g("o-toast")
|
|
4658
|
+
], k);
|
|
4659
|
+
var ki = Object.defineProperty, _i = Object.getOwnPropertyDescriptor, D = (o, t, e, n) => {
|
|
4660
|
+
for (var i = n > 1 ? void 0 : n ? _i(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4661
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4662
|
+
return n && i && ki(t, e, i), i;
|
|
4663
4663
|
};
|
|
4664
|
-
let
|
|
4664
|
+
let Ci = 0, C = class extends p {
|
|
4665
4665
|
constructor() {
|
|
4666
|
-
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-${
|
|
4666
|
+
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-${++Ci}`);
|
|
4667
4667
|
}
|
|
4668
4668
|
toggle() {
|
|
4669
4669
|
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 })));
|
|
@@ -4678,7 +4678,7 @@ let $i = 0, k = class extends u {
|
|
|
4678
4678
|
this.disabled || (o.key === " " || o.key === "Enter") && (o.preventDefault(), this.toggle());
|
|
4679
4679
|
}
|
|
4680
4680
|
render() {
|
|
4681
|
-
const o =
|
|
4681
|
+
const o = $(N.checkbox.replace("<svg", '<svg aria-hidden="true" focusable="false" part="svg"')), t = $(N.icoMinus.replace("<svg", '<svg class="indeterminate" aria-hidden="true" focusable="false" part="svg"'));
|
|
4682
4682
|
return l`
|
|
4683
4683
|
<input
|
|
4684
4684
|
type="checkbox"
|
|
@@ -4688,8 +4688,8 @@ let $i = 0, k = class extends u {
|
|
|
4688
4688
|
name=${this.name}
|
|
4689
4689
|
value=${this.value}
|
|
4690
4690
|
@change=${(e) => {
|
|
4691
|
-
const
|
|
4692
|
-
this.checked =
|
|
4691
|
+
const n = e.target;
|
|
4692
|
+
this.checked = n.checked, this.indeterminate = n.indeterminate, this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 }));
|
|
4693
4693
|
}}
|
|
4694
4694
|
/>
|
|
4695
4695
|
|
|
@@ -4701,7 +4701,7 @@ let $i = 0, k = class extends u {
|
|
|
4701
4701
|
`;
|
|
4702
4702
|
}
|
|
4703
4703
|
};
|
|
4704
|
-
|
|
4704
|
+
C.styles = v`
|
|
4705
4705
|
:host {
|
|
4706
4706
|
display: inline-flex;
|
|
4707
4707
|
align-items: center;
|
|
@@ -4805,47 +4805,47 @@ k.styles = v`
|
|
|
4805
4805
|
stroke: var(--color-border-white);
|
|
4806
4806
|
}
|
|
4807
4807
|
`;
|
|
4808
|
-
|
|
4808
|
+
D([
|
|
4809
4809
|
a({ type: Boolean, reflect: !0 })
|
|
4810
|
-
],
|
|
4811
|
-
|
|
4810
|
+
], C.prototype, "checked", 2);
|
|
4811
|
+
D([
|
|
4812
4812
|
a({ type: Boolean, reflect: !0 })
|
|
4813
|
-
],
|
|
4814
|
-
|
|
4813
|
+
], C.prototype, "indeterminate", 2);
|
|
4814
|
+
D([
|
|
4815
4815
|
a({ type: Boolean, reflect: !0 })
|
|
4816
|
-
],
|
|
4817
|
-
|
|
4816
|
+
], C.prototype, "disabled", 2);
|
|
4817
|
+
D([
|
|
4818
4818
|
a({ type: String, reflect: !0 })
|
|
4819
|
-
],
|
|
4820
|
-
|
|
4819
|
+
], C.prototype, "size", 2);
|
|
4820
|
+
D([
|
|
4821
4821
|
a({ type: Boolean })
|
|
4822
|
-
],
|
|
4823
|
-
|
|
4822
|
+
], C.prototype, "showLabel", 2);
|
|
4823
|
+
D([
|
|
4824
4824
|
a({ type: String })
|
|
4825
|
-
],
|
|
4826
|
-
|
|
4825
|
+
], C.prototype, "label", 2);
|
|
4826
|
+
D([
|
|
4827
4827
|
a({ type: String })
|
|
4828
|
-
],
|
|
4829
|
-
|
|
4828
|
+
], C.prototype, "name", 2);
|
|
4829
|
+
D([
|
|
4830
4830
|
a({ type: String })
|
|
4831
|
-
],
|
|
4832
|
-
|
|
4831
|
+
], C.prototype, "value", 2);
|
|
4832
|
+
D([
|
|
4833
4833
|
a({ type: String, reflect: !0 })
|
|
4834
|
-
],
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
],
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
],
|
|
4841
|
-
var
|
|
4842
|
-
for (var i =
|
|
4843
|
-
(s = o[
|
|
4844
|
-
return
|
|
4834
|
+
], C.prototype, "inputId", 2);
|
|
4835
|
+
D([
|
|
4836
|
+
ke("input")
|
|
4837
|
+
], C.prototype, "inputEl", 2);
|
|
4838
|
+
C = D([
|
|
4839
|
+
g("o-checkbox")
|
|
4840
|
+
], C);
|
|
4841
|
+
var Ei = Object.defineProperty, Si = Object.getOwnPropertyDescriptor, R = (o, t, e, n) => {
|
|
4842
|
+
for (var i = n > 1 ? void 0 : n ? Si(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
4843
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
4844
|
+
return n && i && Ei(t, e, i), i;
|
|
4845
4845
|
};
|
|
4846
|
-
let
|
|
4846
|
+
let Ai = 0, z = class extends p {
|
|
4847
4847
|
constructor() {
|
|
4848
|
-
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-${++
|
|
4848
|
+
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-${++Ai}`);
|
|
4849
4849
|
}
|
|
4850
4850
|
handleClick() {
|
|
4851
4851
|
this.disabled || this.checked || (this.checked = !0, this.syncInput(), this.dispatchEvent(new Event("change", { bubbles: !0, composed: !0 })));
|
|
@@ -4856,8 +4856,8 @@ let ki = 0, O = class extends u {
|
|
|
4856
4856
|
updated(o) {
|
|
4857
4857
|
if (o.has("checked") && this.checked) {
|
|
4858
4858
|
const t = this.parentElement;
|
|
4859
|
-
t && Array.from(t.querySelectorAll(`o-radio[name="${this.name}"]`)).forEach((
|
|
4860
|
-
|
|
4859
|
+
t && Array.from(t.querySelectorAll(`o-radio[name="${this.name}"]`)).forEach((n) => {
|
|
4860
|
+
n !== this && (n.checked = !1);
|
|
4861
4861
|
});
|
|
4862
4862
|
}
|
|
4863
4863
|
this.syncInput();
|
|
@@ -4877,7 +4877,7 @@ let ki = 0, O = class extends u {
|
|
|
4877
4877
|
`;
|
|
4878
4878
|
}
|
|
4879
4879
|
};
|
|
4880
|
-
|
|
4880
|
+
z.styles = v`
|
|
4881
4881
|
:host {
|
|
4882
4882
|
display: inline-flex;
|
|
4883
4883
|
align-items: center;
|
|
@@ -4969,40 +4969,40 @@ O.styles = v`
|
|
|
4969
4969
|
`;
|
|
4970
4970
|
R([
|
|
4971
4971
|
a({ type: Boolean, reflect: !0 })
|
|
4972
|
-
],
|
|
4972
|
+
], z.prototype, "checked", 2);
|
|
4973
4973
|
R([
|
|
4974
4974
|
a({ type: Boolean, reflect: !0 })
|
|
4975
|
-
],
|
|
4975
|
+
], z.prototype, "disabled", 2);
|
|
4976
4976
|
R([
|
|
4977
4977
|
a({ type: String, reflect: !0 })
|
|
4978
|
-
],
|
|
4978
|
+
], z.prototype, "size", 2);
|
|
4979
4979
|
R([
|
|
4980
4980
|
a({ type: Boolean })
|
|
4981
|
-
],
|
|
4981
|
+
], z.prototype, "showLabel", 2);
|
|
4982
4982
|
R([
|
|
4983
4983
|
a({ type: String })
|
|
4984
|
-
],
|
|
4984
|
+
], z.prototype, "label", 2);
|
|
4985
4985
|
R([
|
|
4986
4986
|
a({ type: String })
|
|
4987
|
-
],
|
|
4987
|
+
], z.prototype, "name", 2);
|
|
4988
4988
|
R([
|
|
4989
4989
|
a({ type: String })
|
|
4990
|
-
],
|
|
4990
|
+
], z.prototype, "value", 2);
|
|
4991
4991
|
R([
|
|
4992
4992
|
a({ type: String, reflect: !0 })
|
|
4993
|
-
],
|
|
4993
|
+
], z.prototype, "inputId", 2);
|
|
4994
4994
|
R([
|
|
4995
|
-
|
|
4996
|
-
],
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
],
|
|
5000
|
-
var
|
|
5001
|
-
for (var i =
|
|
5002
|
-
(s = o[
|
|
4995
|
+
ke("input")
|
|
4996
|
+
], z.prototype, "inputEl", 2);
|
|
4997
|
+
z = R([
|
|
4998
|
+
g("o-radio")
|
|
4999
|
+
], z);
|
|
5000
|
+
var Li = Object.getOwnPropertyDescriptor, Bi = (o, t, e, n) => {
|
|
5001
|
+
for (var i = n > 1 ? void 0 : n ? Li(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
5002
|
+
(s = o[r]) && (i = s(i) || i);
|
|
5003
5003
|
return i;
|
|
5004
5004
|
};
|
|
5005
|
-
let
|
|
5005
|
+
let Ut = class extends p {
|
|
5006
5006
|
render() {
|
|
5007
5007
|
return l`
|
|
5008
5008
|
<nav aria-label="Breadcrumbs">
|
|
@@ -5013,7 +5013,7 @@ let Rt = class extends u {
|
|
|
5013
5013
|
`;
|
|
5014
5014
|
}
|
|
5015
5015
|
};
|
|
5016
|
-
|
|
5016
|
+
Ut.styles = v`
|
|
5017
5017
|
nav {
|
|
5018
5018
|
max-width: 144rem;
|
|
5019
5019
|
margin: auto;
|
|
@@ -5025,15 +5025,15 @@ Rt.styles = v`
|
|
|
5025
5025
|
padding: var(--spacing-4-xs);
|
|
5026
5026
|
}
|
|
5027
5027
|
`;
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
],
|
|
5031
|
-
var
|
|
5032
|
-
for (var i =
|
|
5033
|
-
(s = o[
|
|
5034
|
-
return
|
|
5028
|
+
Ut = Bi([
|
|
5029
|
+
g("o-breadcrumbs")
|
|
5030
|
+
], Ut);
|
|
5031
|
+
var zi = Object.defineProperty, Oi = Object.getOwnPropertyDescriptor, ie = (o, t, e, n) => {
|
|
5032
|
+
for (var i = n > 1 ? void 0 : n ? Oi(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
5033
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
5034
|
+
return n && i && zi(t, e, i), i;
|
|
5035
5035
|
};
|
|
5036
|
-
let
|
|
5036
|
+
let kt = class extends p {
|
|
5037
5037
|
constructor() {
|
|
5038
5038
|
super(...arguments), this.href = "", this.active = !1;
|
|
5039
5039
|
}
|
|
@@ -5054,7 +5054,7 @@ let wt = class extends u {
|
|
|
5054
5054
|
`;
|
|
5055
5055
|
}
|
|
5056
5056
|
};
|
|
5057
|
-
|
|
5057
|
+
kt.styles = v`
|
|
5058
5058
|
li {
|
|
5059
5059
|
display: inline-block;
|
|
5060
5060
|
}
|
|
@@ -5081,7 +5081,7 @@ wt.styles = v`
|
|
|
5081
5081
|
}
|
|
5082
5082
|
|
|
5083
5083
|
a:focus-visible {
|
|
5084
|
-
${
|
|
5084
|
+
${rt};
|
|
5085
5085
|
}
|
|
5086
5086
|
|
|
5087
5087
|
:host(.a--tabfocus) {
|
|
@@ -5098,21 +5098,21 @@ wt.styles = v`
|
|
|
5098
5098
|
}
|
|
5099
5099
|
}
|
|
5100
5100
|
`;
|
|
5101
|
-
|
|
5101
|
+
ie([
|
|
5102
5102
|
a({ type: String })
|
|
5103
|
-
],
|
|
5104
|
-
|
|
5103
|
+
], kt.prototype, "href", 2);
|
|
5104
|
+
ie([
|
|
5105
5105
|
a({ type: Boolean, reflect: !0 })
|
|
5106
|
-
],
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
],
|
|
5110
|
-
var Pi = Object.defineProperty,
|
|
5111
|
-
for (var i =
|
|
5112
|
-
(s = o[
|
|
5113
|
-
return
|
|
5106
|
+
], kt.prototype, "active", 2);
|
|
5107
|
+
kt = ie([
|
|
5108
|
+
g("o-breadcrumb")
|
|
5109
|
+
], kt);
|
|
5110
|
+
var Pi = Object.defineProperty, Ii = Object.getOwnPropertyDescriptor, Ct = (o, t, e, n) => {
|
|
5111
|
+
for (var i = n > 1 ? void 0 : n ? Ii(t, e) : t, r = o.length - 1, s; r >= 0; r--)
|
|
5112
|
+
(s = o[r]) && (i = (n ? s(t, e, i) : s(i)) || i);
|
|
5113
|
+
return n && i && Pi(t, e, i), i;
|
|
5114
5114
|
};
|
|
5115
|
-
let
|
|
5115
|
+
let nt = class extends p {
|
|
5116
5116
|
constructor() {
|
|
5117
5117
|
super(...arguments), this.imageUrl = "", this.imageAlt = "", this.hoverUrl = "", this.hoverAlt = "";
|
|
5118
5118
|
}
|
|
@@ -5130,7 +5130,7 @@ let et = class extends u {
|
|
|
5130
5130
|
</div>`;
|
|
5131
5131
|
}
|
|
5132
5132
|
};
|
|
5133
|
-
|
|
5133
|
+
nt.styles = v`
|
|
5134
5134
|
:host {
|
|
5135
5135
|
.card {
|
|
5136
5136
|
position: relative;
|
|
@@ -5168,18 +5168,364 @@ et.styles = v`
|
|
|
5168
5168
|
}
|
|
5169
5169
|
}
|
|
5170
5170
|
`;
|
|
5171
|
-
|
|
5171
|
+
Ct([
|
|
5172
5172
|
a({ type: String })
|
|
5173
|
-
],
|
|
5174
|
-
|
|
5173
|
+
], nt.prototype, "imageUrl", 2);
|
|
5174
|
+
Ct([
|
|
5175
5175
|
a({ type: String })
|
|
5176
|
-
],
|
|
5177
|
-
|
|
5176
|
+
], nt.prototype, "imageAlt", 2);
|
|
5177
|
+
Ct([
|
|
5178
5178
|
a({ type: String })
|
|
5179
|
-
],
|
|
5180
|
-
|
|
5179
|
+
], nt.prototype, "hoverUrl", 2);
|
|
5180
|
+
Ct([
|
|
5181
5181
|
a({ type: String })
|
|
5182
|
-
],
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
],
|
|
5182
|
+
], nt.prototype, "hoverAlt", 2);
|
|
5183
|
+
nt = Ct([
|
|
5184
|
+
g("o-arch-image")
|
|
5185
|
+
], nt);
|
|
5186
|
+
const Di = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5187
|
+
<svg
|
|
5188
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
5189
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5190
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
5191
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
5192
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5193
|
+
viewBox="0 0 761.18665 179.29333"
|
|
5194
|
+
height="179.29333"
|
|
5195
|
+
width="761.18665"
|
|
5196
|
+
xml:space="preserve"
|
|
5197
|
+
id="svg2"
|
|
5198
|
+
version="1.1"><metadata
|
|
5199
|
+
id="metadata8"><rdf:RDF><cc:Work
|
|
5200
|
+
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
5201
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
|
5202
|
+
id="defs6" /><g
|
|
5203
|
+
transform="matrix(1.3333333,0,0,-1.3333333,0,179.29333)"
|
|
5204
|
+
id="g10"><g
|
|
5205
|
+
transform="scale(0.1)"
|
|
5206
|
+
id="g12"><path
|
|
5207
|
+
id="path14"
|
|
5208
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5209
|
+
d="m 468.051,699.309 c -42.594,-95.364 -57.399,-99.996 -160.164,-99.996 -74.063,0 -88.914,7.402 -99.992,20.394 -13.895,15.707 -15.758,49.039 -15.758,95.363 v 325 c 0,96.27 8.304,99.04 51.855,105.54 l 20.348,3.73 c 7.453,4.63 6.496,23.11 -1.817,26.83 -40.781,-1.86 -82.421,-2.77 -123.156,-2.77 -42.5936,0 -84.2342,0.91 -130.5545,2.77 -8.304687,-3.72 -8.304687,-22.2 -1.86328,-26.83 l 25.92968,-3.73 c 43.5508,-6.5 51.8633,-9.27 51.8633,-105.54 V 695.633 c 0,-96.32 -8.3125,-99.086 -51.8633,-104.625 L 5.08594,586.371 c -8.3086,-4.629 -5.539065,-23.156 1.86328,-26.887 38.92188,1.864 85.19138,2.821 132.41778,2.821 h 96.27 c 103.722,0 183.375,-0.957 222.246,-2.821 11.125,25.028 31.515,95.418 38.867,134.289 -4.582,7.399 -19.434,10.168 -28.699,5.536" /><path
|
|
5210
|
+
id="path16"
|
|
5211
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5212
|
+
d="m 491.34,1210.42 c -41.641,0 -52.766,-27.74 -52.766,-43.5 0,-20.39 14.797,-31.52 28.696,-33.33 22.257,-2.77 50,-17.63 50,-48.13 0,-40.79 -35.196,-67.63 -74.969,-84.29 -2.821,-7.404 -0.906,-18.529 6.492,-24.065 63.844,15.754 126.832,67.565 126.832,137.955 0,50.9 -38.871,95.36 -84.285,95.36" /><path
|
|
5213
|
+
id="path18"
|
|
5214
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5215
|
+
d="m 1108.72,579.656 c -227.99,0 -311.365,222.196 -311.365,393.535 0,253.459 156.286,335.629 276.675,335.629 221.03,0 305.52,-206.03 305.52,-397.007 0,-227.985 -131.92,-332.157 -270.83,-332.157 z m -15.06,765.014 c -238.406,0 -412.008,-177.08 -412.008,-408.533 0,-208.348 155.075,-392.375 412.008,-392.375 223.4,0 401.64,170.179 401.64,403.953 0,203.665 -134.28,396.955 -401.64,396.955" /><path
|
|
5216
|
+
id="path20"
|
|
5217
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5218
|
+
d="m 2152.56,722.48 c -25.88,-60.222 -76.83,-137.96 -193.49,-137.96 -119.43,0 -242.59,96.269 -242.59,293.492 0,189.818 118.48,273.148 236.09,273.148 122.25,0 163.89,-76.84 179.6,-135.2 6.49,-6.49 23.16,-5.53 29.66,1.87 -9.27,68.53 -11.08,123.15 -12.94,144.45 -8.36,1.86 -14.81,2.77 -25.93,5.54 -43.56,11.13 -107.4,20.39 -160.22,20.39 -93.5,0 -187,-26.83 -255.52,-78.69 -68.53,-52.77 -116.66,-137.055 -116.66,-245.356 0,-121.344 56.49,-205.578 131.46,-254.668 66.67,-43.508 145.36,-62.031 237.05,-62.031 60.17,0 124.06,15.758 144.45,22.254 10.17,2.769 21.25,6.496 32.37,8.304 13,17.625 37.97,78.7 44.46,140.731 -4.63,8.355 -19.43,12.035 -27.79,3.726" /><path
|
|
5219
|
+
id="path22"
|
|
5220
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5221
|
+
d="m 2372.16,609.496 c 66.66,-43.504 145.36,-62.031 237.04,-62.031 60.17,0 124.06,15.758 144.4,22.254 10.23,2.769 21.3,6.496 32.43,8.304 12.99,17.625 37.97,78.7 44.46,140.731 -4.63,8.359 -19.44,12.035 -27.8,3.723 -25.88,-60.219 -76.83,-137.954 -193.49,-137.954 -119.43,0 -242.59,96.266 -242.59,293.489 0,189.818 118.48,273.148 236.1,273.148 122.25,0 163.89,-76.84 179.64,-135.2 6.45,-6.49 23.17,-5.53 29.61,1.87 -9.27,68.53 -11.07,123.15 -12.94,144.45 -8.36,1.86 -14.8,2.77 -25.93,5.54 -43.55,11.13 -107.4,20.39 -160.16,20.39 -93.55,0 -187.05,-26.83 -255.58,-78.69 -68.52,-52.77 -116.66,-137.055 -116.66,-245.356 0,-121.344 56.49,-205.578 131.47,-254.668" /><path
|
|
5222
|
+
id="path24"
|
|
5223
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5224
|
+
d="m 3164.23,559.523 c 7.41,3.672 8.31,20.34 1.87,26.832 l -20.4,2.774 c -43.5,5.539 -51.86,8.359 -51.86,106.488 v 344.443 c 0,98.13 8.36,100.9 51.86,106.49 l 20.4,2.77 c 6.44,6.5 5.54,23.11 -1.87,26.84 -40.78,-1.82 -82.42,-2.77 -123.15,-2.77 -42.6,0 -84.24,0.95 -125.02,2.77 -7.41,-3.73 -8.31,-20.34 -1.81,-26.84 l 20.34,-2.77 c 43.55,-5.59 51.86,-8.36 51.86,-106.49 V 695.617 c 0,-98.129 -8.31,-100.949 -51.86,-106.488 l -20.34,-2.774 c -6.5,-6.492 -5.6,-23.16 1.81,-26.832 40.78,1.809 84.28,2.766 125.02,2.766 40.73,0 82.37,-0.957 123.15,-2.766" /><path
|
|
5225
|
+
id="path26"
|
|
5226
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5227
|
+
d="m 3482.63,1136.35 c 24.12,0 25.02,-1.87 25.02,-40.74 V 695.637 c 0,-98.184 -8.3,-100.949 -51.86,-104.625 l -38.92,-4.684 c -6.44,-4.582 -5.53,-23.109 1.92,-26.84 59.25,1.867 102.76,2.774 143.49,2.774 40.73,0 82.37,-0.907 136.1,-2.774 7.45,3.731 8.35,20.395 1.86,26.84 l -33.33,3.727 c -43.55,4.633 -51.86,7.398 -51.86,105.582 v 399.973 c 0,38.87 0.91,40.74 25.02,40.74 h 52.77 c 99.04,0 116.66,-17.58 128.69,-89.83 8.31,-6.44 24.07,-4.63 28.7,2.82 -2.77,29.61 4.63,109.26 13.9,147.23 -1.87,2.77 -6.5,4.58 -12.04,4.58 -3.72,0 -7.4,-1.81 -11.12,-3.68 -11.13,-21.29 -25.03,-24.06 -70.39,-24.06 h -377.77 c -62.94,0 -75.88,0.9 -80.56,24.06 -1.82,2.77 -5.54,3.68 -9.22,3.68 -4.63,0 -8.36,-0.91 -10.17,-3.68 -6.5,-32.42 -20.39,-89.82 -36.15,-139.82 3.72,-9.26 23.16,-12.03 29.65,-6.49 34.24,75.02 59.27,85.19 144.41,85.19 h 51.86" /><path
|
|
5228
|
+
id="path28"
|
|
5229
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5230
|
+
d="m 4139.13,830.781 h -96.31 c -22.21,0 -24.98,0 -14.81,26.887 l 38.87,108.301 c 16.67,43.501 24.12,66.671 27.79,73.161 h 1.87 c 4.63,-6.49 10.17,-24.07 25.93,-73.161 l 38.87,-111.121 c 7.4,-22.203 3.72,-24.067 -22.21,-24.067 z m 284.23,-244.449 -13.9,2.82 c -47.18,8.305 -51.81,14.805 -73.11,76.836 l -133.32,387.942 c -14.8,41.69 -26.89,85.19 -41.69,126.88 -3.73,4.64 -8.31,7.4 -15.71,7.4 -1.87,0 -32.43,-37.96 -64.85,-44.45 2.77,-15.76 -5.54,-37.97 -17.58,-67.62 L 3936.37,746.547 c -19.48,-50 -34.28,-88.867 -45.41,-112.934 -13.85,-30.613 -24.07,-38.922 -50.9,-42.648 l -27.8,-4.633 c -6.49,-8.305 -5.54,-22.203 0.96,-26.836 32.37,1.863 61.07,2.77 91.64,2.77 37.96,-0.907 68.52,-0.907 98.18,-2.77 7.4,3.727 8.31,20.395 1.81,26.836 l -26.84,4.633 c -34.23,4.683 -37.96,7.449 -19.43,62.031 l 37.96,111.121 c 8.31,25.028 7.4,25.028 31.47,25.028 h 123.16 c 25.93,0 28.7,0 37.96,-25.028 l 43.5,-125.922 c 12.03,-39.781 9.27,-45.367 -24.07,-49.043 l -20.33,-2.82 c -5.6,-5.484 -4.69,-22.203 2.77,-26.836 32.37,0.961 73.1,2.77 112.93,2.77 48.18,0 82.42,-0.907 120.38,-2.77 6.45,4.633 6.45,20.395 -0.95,26.836" /><path
|
|
5231
|
+
id="path30"
|
|
5232
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5233
|
+
d="m 5133.99,1176.16 c -33.34,-1.81 -57.4,-2.77 -97.23,-2.77 -36.1,0 -70.34,0.96 -106.44,2.77 -9.26,-2.77 -10.22,-20.34 -1.86,-26.84 l 21.3,-2.77 c 23.16,-3.72 37.96,-9.26 46.27,-23.16 16.66,-27.79 17.57,-112.93 17.57,-182.413 V 760.422 c 0,-14.805 0,-19.434 -2.77,-22.203 -9.27,5.539 -95.36,103.672 -134.23,146.265 l -92.59,100.043 c -32.43,35.143 -133.33,151.803 -149.09,191.633 -22.21,-1.81 -44.46,-2.77 -63.89,-2.77 -23.16,0 -74.07,-0.96 -109.26,2.77 -9.27,-2.77 -10.17,-21.3 -3.68,-26.84 l 13.9,-2.77 c 12.94,-2.76 38.87,-10.22 49.04,-18.52 31.52,-26.84 30.56,-41.7 30.56,-113.9 V 794.707 c 0,-73.203 0,-153.715 -12.03,-182.41 -6.5,-14.805 -23.16,-18.531 -40.74,-21.305 l -20.39,-4.629 c -7.4,-6.496 -5.53,-22.258 1.87,-26.836 32.37,1.813 57.39,2.77 96.32,2.77 35.14,0 71.29,-0.957 105.53,-2.77 9.26,2.77 10.17,20.34 1.86,26.836 l -20.39,2.774 c -23.11,3.672 -38.87,9.261 -47.23,23.16 -15.71,27.789 -16.66,112.93 -16.66,182.41 v 180.559 c 0,49.044 0,59.264 2.82,59.264 15.7,-13.9 45.36,-49.092 105.53,-116.717 l 216.65,-247.211 c 66.67,-75.93 93.55,-107.403 108.36,-126.836 11.07,-0.907 24.06,2.773 31.47,12.941 -2.78,21.297 -2.78,135.191 -2.78,162.984 v 221.286 c 0,73.153 0,153.723 12.95,182.413 6.49,14.81 22.2,18.48 39.82,21.3 l 21.3,4.63 c 7.4,6.5 5.54,22.21 -1.86,26.84" /><path
|
|
5234
|
+
id="path32"
|
|
5235
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5236
|
+
d="m 5679.33,699.297 c -32.43,-74.969 -52.82,-101.805 -170.38,-99.992 -77.79,0 -93.56,7.449 -104.63,20.39 -13.9,15.758 -15.76,49.039 -15.76,96.317 v 117.566 c 0,23.16 0.91,25.024 22.2,25.024 h 44.46 c 80.56,0 96.32,-1.864 102.77,-40.778 l 6.49,-37.008 c 7.4,-5.593 25.02,-5.593 29.66,0.907 -0.96,29.652 -2.77,62.031 -2.77,97.222 0,34.239 1.81,67.621 2.77,92.594 -4.64,7.399 -22.26,7.399 -29.66,0.906 l -6.49,-31.465 c -6.45,-39.832 -22.21,-40.734 -102.77,-40.734 h -44.46 c -21.29,0 -22.2,0.902 -22.2,24.973 V 1081.7 c 0,52.77 0,54.64 39.83,54.64 h 62.03 c 25.02,0 52.76,-1.87 74.06,-8.32 29.66,-7.39 43.55,-30.56 58.36,-84.28 7.4,-5.54 25.93,-3.68 29.6,3.72 -5.54,39.83 -11.13,112.99 -14.8,128.7 -12.04,-1.82 -65.76,-2.77 -125.02,-2.77 h -176.83 c -40.73,0 -84.23,0.95 -119.43,2.77 -7.45,-3.73 -8.36,-20.34 -1.86,-26.84 l 14.8,-1.86 c 43.56,-6.5 51.86,-9.26 51.86,-107.4 V 695.625 c 0,-98.133 -8.3,-100.953 -51.86,-105.586 l -34.23,-3.676 c -6.5,-6.496 -5.54,-23.164 1.81,-26.836 41.69,1.813 98.18,2.77 138.91,2.77 h 105.59 c 108.3,0 187.95,-0.957 228.64,-2.77 12.98,24.973 33.38,95.364 38.91,134.235 -5.53,9.261 -21.29,12.031 -29.6,5.535" /><path
|
|
5237
|
+
id="path34"
|
|
5238
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5239
|
+
d="m 2364.18,188.25 c -6.49,-4.219 -32.24,-8.328 -46.69,-8.328 -1.85,-0.043 -4.49,-0.024 -7.13,0.058 v 0.168 c 0,48.543 0.13,107.602 0.45,114.172 0.02,0.621 0.07,1.129 0.12,1.559 2.17,0.68 5.92,1.5 9.38,1.5 23.2,0 38.94,-5.008 51.05,-16.231 10.87,-10.07 16.65,-26.289 16.65,-46.898 0,-21.352 -12.48,-37.871 -23.83,-46 z M 2494.63,30.5391 c -3.3,0 -15.22,1.1992 -30.49,16.4726 -9.66,9.6485 -19.19,21.1602 -32.92,39.7188 -12.53,16.9685 -42.27,63.5785 -51.13,80.8205 7.72,3.238 17.78,8.187 24.59,14.179 9.59,7.559 29.6,23.282 29.6,59.461 0,24.918 -11.75,47.668 -32.21,62.438 -17.2,12.48 -36.95,17.801 -66.08,17.801 -7.6,0 -15.64,-0.551 -23.9,-1.121 -18,-1.258 -38.11,-0.969 -49.47,0 -6.34,0.562 -13.63,1.613 -19.69,-0.848 -2.7,-1.09 -5.12,-3.012 -6.46,-5.59 -2.2,-4.25 -0.68,-9.652 2.98,-12.543 3.13,-2.476 7.16,-3.457 10.98,-4.308 13.27,-2.211 13.34,-3.442 14.11,-15.219 l 0.19,-3 c 0.99,-15.051 2.62,-40.223 2.62,-100.5 0,-73.68 -1.16,-105.8791 -2.3,-127.5002 -1.15,-16.082 -3.84,-16.6016 -14.2,-18.6211 -7.08,-1.6289 -15.91,-3.6602 -15.91,-12.5078 0,-2.7735 1.19,-11.80081 16.45,-11.80081 3.87,0 8.61,0.41016 14.11,0.91016 7.08,0.64063 15.54,1.41015 25.21,1.41015 8.38,0 14.72,-0.70312 20.27,-1.32031 4.93,-0.54296 9.33,-1 13.91,-1 16.97,0 17.83,9.82811 17.83,11.80081 0,9.5898 -10.16,11.4375 -14.1,12.1484 -13.35,2.2383 -14.26,4.9688 -15.03,7.2891 -0.86,2.6015 -2.76,17.289 -3.23,39.539 -0.44,16.9727 -0.05,65.0626 0.45,77.3126 10.01,0.117 14.6,-0.832 17.58,-1.711 2.96,-0.73 5.92,-3.512 9.8,-7.781 2.07,-2.52 9.54,-14.078 17.46,-26.309 15.26,-23.6287 36.18,-55.9881 51.35,-75.3319 15.81,-19.6367 36.55,-39.71872 70.51,-39.71872 9.42,0 16.35,0.80078 20.55,2.3789 2.76,1.04297 11.14,4.17192 11.14,11.73052 0,5.621 -5,11.3203 -14.57,11.3203" /><path
|
|
5240
|
+
id="path36"
|
|
5241
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5242
|
+
d="m 2786.45,42.7617 c -13.89,-10.2109 -28.17,-14.9804 -44.89,-14.9804 -33.39,0 -62.35,16.1093 -86.05,47.8593 -19.51,26.3084 -32.11,62.6214 -32.11,92.4684 0,41.75 11.88,79.469 32.58,103.52 13.61,15.609 42.07,31.75 66.15,31.75 30.41,0 55.1,-11.16 75.47,-34.09 25.48,-28.91 41.31,-70.519 41.31,-108.57 0,-58.11 -27.13,-99.0471 -52.46,-117.9573 z M 2731.4,327.441 c -33.07,0 -70.19,-12.332 -94.46,-31.332 -42.99,-32.711 -63.02,-73.23 -63.02,-127.531 0,-90.3671 72.96,-166.70691 159.3,-166.70691 20.08,0 41.93,5.05079 63.15,14.59771 34.01,15.0117 91.57,62.3828 91.57,144.7112 0,90.129 -71.67,166.261 -156.54,166.261" /><path
|
|
5243
|
+
id="path38"
|
|
5244
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5245
|
+
d="m 3241.2,320.16 c -5.4,-0.5 -11.47,-1.051 -17.12,-1.051 -4.68,0 -11.71,0.582 -18.72,1.129 -7.55,0.602 -15.07,1.192 -20.1,1.192 -15.1,0 -17.34,-7.11 -17.34,-11.328 0,-6.411 4.96,-10.641 14.26,-12.454 16,-4.128 16.72,-5.777 16.72,-8.828 0,-5.89 -3.43,-19.082 -8.78,-33.679 -6.78,-19.192 -48.42,-126.231 -66.03,-170.1527 -18.89,46.4997 -64.57,165.9727 -71.97,188.1597 -2.88,8.692 -4.46,13.481 -4.46,17.993 0,1.179 2.19,4.058 8.93,4.937 4.19,0.652 16.97,2.613 16.97,13.563 0,2.648 -1.26,11.32 -17.34,11.32 -3.43,0 -8.81,-0.32 -15.05,-0.723 -8.08,-0.508 -17.71,-1.129 -26.09,-1.129 -2.72,0 -8.73,0.411 -15.14,0.821 -7.82,0.5 -16.18,1.031 -20.48,1.031 -16.07,0 -17.34,-8.672 -17.34,-11.32 0,-3.891 2.08,-10.762 16.18,-13.129 9.38,-1.293 15.25,-6.25 19.61,-16.582 19.93,-46.91 87.31,-220.8284 101.94,-264.1995 l 0.84,-2.9024 c 1.4,-4.79685 3.7,-12.8085687 12.4,-12.8085687 5.87,0 10.48,5.0117187 11.57,12.0312687 1.21,4.8594 7.27,21.9883 18.11,49.2187 20.76,50.4805 37.7,92.1795 50.73,124.2305 14.48,35.68 24.07,59.34 28.68,69.781 16.33,36.758 20.87,38.039 32.68,41.41 4.17,1.047 15.27,3.821 15.27,13.86 0,8.98 -7.99,11.437 -28.93,9.609" /><path
|
|
5246
|
+
id="path40"
|
|
5247
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5248
|
+
d="m 3981.76,320.5 c -2.07,0 -4.93,-0.199 -8.48,-0.469 -8.68,-0.64 -23.51,-1.062 -37.42,-0.172 -20.39,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.04,-80.199 1.27,-103.4296 -51.33,57.4726 -160.86,181.7736 -188.52,217.5116 -6.78,8.68 -10.53,13.449 -17.38,13.449 -9.27,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.91,-11.911 15.94,-12.621 10.36,-1.731 14.33,-3.668 18.82,-7.11 2.09,-1.629 5,-3.879 5,-26.988 0,-29.461 -3.75,-186.1837 -5.05,-201.8126 -2.12,-24.4688 -4.59,-25.168 -18.72,-29.1485 -6.17,-1.6718 -14.61,-3.9609 -14.61,-12.7421 0,-5.1797 2.84,-11.34771 16.41,-11.34771 1.21,0 3.75,0.23829 7.15,0.61719 11.37,1.22266 33.32,1.64062 46.81,0.3125 25.85,-2.53125 30.46,3.93752 30.46,10.41802 0,9.3593 -9.17,11.8515 -14.52,13.3203 -8.74,2.4922 -15.62,6.5195 -17.27,10.1992 -3.06,6.5234 -4.32,16.8515 -4.32,35.6719 0,10.1093 0.37,54.9488 0.74,98.9808 0.25,28.839 0.47,57.359 0.6,75.558 25.28,-29.508 56.38,-65.5 86.71,-100.609 49.5,-57.2697 96.27,-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.36,-3.089845 8.48,-4.83985 12.86,-2.871095 3.52,1.570315 5.52,5.300785 6.27,8.941405 0.87,4.26177 0.44,8.69927 0.27,13.01177 -0.59,15.3281 -0.42,31.5898 -0.24,52.0703 0.12,12.1172 0.24,25.7184 0.24,41.4684 0,49.141 1.04,147.141 2.99,161.66 1.57,10.52 2.24,14.879 14.3,18.891 l 2.1,0.75 c 4.07,1.41 11.59,4.027 11.59,12.02 0,4.949 -2.76,10.859 -15.96,10.859" /><path
|
|
5249
|
+
id="path42"
|
|
5250
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5251
|
+
d="m 4359.11,95.75 c -8.78,0 -11.45,-9.4687 -12.75,-14.1797 -6.2,-18.5703 -17.07,-32.5586 -32.39,-41.6211 -12.67,-7.6797 -29.05,-11.2578 -51.55,-11.2578 -22.15,0 -53.67,8.2891 -75.54,31.5 -19.24,20.7383 -41.68,61.1996 -41.68,107.0076 0,43.063 16.08,82.93 31.87,99.992 14.79,15.539 39.18,36.188 79.83,36.188 26.29,0 52.28,-8.508 66.69,-22.109 6.76,-5.532 15.64,-18.758 18.94,-32.75 2.94,-10.079 8.34,-12.18 12.39,-12.18 6.78,0 11.31,6.41 11.31,15.961 0,1.609 -0.19,4.461 -0.44,7.98 -0.54,7.418 -1.38,18.61 -0.45,26.688 0,5.633 -3.15,11.332 -8.03,14.551 l -0.35,0.21 c -16.75,9.942 -57.73,25.711 -96.36,25.711 -40.65,0 -82.92,-15.371 -110.27,-40.14 -37.05,-33.551 -55.05,-74.512 -55.05,-125.192 0,-40.937 20.74,-86.6988 40.84,-107.2887 24.27,-24.6601 60.35,-52.94921 124.48,-52.94921 41.63,0 70.47,13.43751 96.29,28.55081 3.4,2.5664 5.82,6.0273 6.98,10.5469 0.22,1.4804 0.81,4.3515 1.53,7.9101 2.76,13.582 5.02,25.3203 5.02,31.3828 0,10.7071 -5.67,15.4883 -11.31,15.4883" /><path
|
|
5252
|
+
id="path44"
|
|
5253
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5254
|
+
d="m 3567.87,72.3984 c -3.61,1.5625 -7.64,0.6211 -10.76,-1.5898 -3.48,-2.4688 -6.01,-6.207 -8.42,-9.6484 l -2.62,-3.7305 c -3.57,-5.1094 -9.54,-13.6992 -12.28,-16.1094 -5.75,-5.1289 -9.35,-6.6094 -53,-6.6094 -33.15,0 -37.81,0.9883 -43.8,4.1602 -5.53,2.7891 -7.78,10.7773 -7.78,13.6484 0,3.3594 -0.19,14.711 -0.44,28.7422 -0.39,22.6093 -0.94,52.2383 -0.94,66.5083 v 2.082 c 61.54,-0.032 57.16,-0.524 65,-2.762 2.15,-0.75 4.32,-3.918 6.05,-9.07 0,0 1.62,-4.02 1.62,-4.032 1.33,-3.277 2.66,-6.867 5.45,-9.207 3.11,-2.609 8.34,-2.961 11.82,-0.832 2.54,1.551 4.42,4.86 5.35,7.641 1.18,3.469 1.06,7.031 0.47,10.601 -0.42,2.528 -1.65,14.649 -0.89,22.661 0.37,3.359 0.91,7.339 1.4,11.039 0.82,5.937 1.46,11.25 1.46,13.039 0,10.769 -6.83,13.64 -10.88,13.64 -7.44,0 -10.97,-7.148 -12.28,-9.8 -5.18,-10.34 -7.99,-12.258 -8.92,-12.77 -1.76,-1.09 -4.82,-1.93 -26.45,-1.93 h -39.2 v 107.52 c 0,4.422 0.18,7.101 0.35,8.738 15.96,0.774 76.93,0.524 87.7,-1.476 3.63,-0.602 9.08,-1.5 17.69,-21.911 1.35,-3.211 3.02,-6.711 5.7,-9.043 3,-2.609 7.89,-3.558 11.48,-1.648 3.15,1.672 4.76,5.262 5.41,8.621 0.49,2.52 0.58,5.379 0.02,7.899 -1.67,7.71 -2.31,17.339 -2.73,23.718 l -0.42,5.41 c -1.6,9.993 -5.85,15.063 -12.61,15.063 -1.94,0 -3.96,-0.121 -6.58,-0.27 -4.29,-0.261 -10.36,-0.652 -21.13,-0.652 -9.01,0 -29.45,-0.219 -50.52,-0.437 -22.25,-0.231 -45.18,-0.493 -55.89,-0.493 -7.79,0 -14.28,0.411 -20.22,0.77 -5.38,0.32 -10.34,0.621 -15.39,0.621 -8.86,0 -15.02,-4.461 -15.02,-10.859 0,-3.692 1.73,-10.231 13.17,-12.532 11.25,-2.488 15.04,-3.339 15.04,-28.168 0,-97.863 -0.47,-142.242 -2.32,-215.7808 -0.34,-15.5196 -5.2,-19.0821 -18.86,-21.3594 -4.98,-0.9024 -15.37,-2.8008 -15.37,-12.1289 0,-1.9727 0.82,-11.80081 16.9,-11.80081 1.94,0 6.58,0.3086 12.45,0.71875 9.5,0.67969 22.45,1.60156 31.94,1.60156 17.71,0 38.65,-0.41015 60.92,-0.83984 25.46,-0.49218 52.61,-1.01172 78.73,-1.01172 3.99,0 9.62,1.69926 13.66,9.76956 2.27,4.4687 4.54,12.8906 7.15,22.6094 1.19,4.4218 2.4,8.9531 3.56,12.8203 0.89,2.9804 1.73,5.9726 1.57,9.1211 -0.2,3.9804 -2.49,7.9804 -6.34,9.7382" /><path
|
|
5255
|
+
id="path46"
|
|
5256
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5257
|
+
d="m 4685.96,72.3984 c -3.61,1.5625 -7.64,0.6211 -10.76,-1.5898 -3.47,-2.4688 -6.01,-6.207 -8.42,-9.6484 l -2.61,-3.7305 c -3.58,-5.1094 -9.55,-13.6992 -12.29,-16.1094 -5.74,-5.1289 -9.35,-6.6094 -53,-6.6094 -33.15,0 -37.81,0.9883 -43.8,4.1602 -5.53,2.7891 -7.77,10.7773 -7.77,13.6484 0,3.3594 -0.2,14.711 -0.44,28.7422 -0.4,22.6093 -0.94,52.2383 -0.94,66.5083 v 2.082 c 61.53,-0.032 57.15,-0.524 65,-2.762 2.14,-0.75 4.31,-3.918 6.04,-9.07 0,0 1.62,-4.02 1.63,-4.032 1.32,-3.277 2.66,-6.867 5.45,-9.207 3.1,-2.609 8.34,-2.961 11.81,-0.832 2.54,1.551 4.42,4.86 5.35,7.641 1.19,3.469 1.06,7.031 0.47,10.601 -0.42,2.528 -1.65,14.649 -0.88,22.661 0.36,3.359 0.91,7.339 1.4,11.039 0.81,5.937 1.45,11.25 1.45,13.039 0,10.769 -6.83,13.64 -10.87,13.64 -7.45,0 -10.98,-7.148 -12.28,-9.8 -5.19,-10.34 -8,-12.258 -8.93,-12.77 -1.75,-1.09 -4.81,-1.93 -26.44,-1.93 h -39.2 v 107.52 c 0,4.422 0.17,7.101 0.34,8.738 15.96,0.774 76.93,0.524 87.71,-1.476 3.62,-0.602 9.08,-1.5 17.68,-21.911 1.36,-3.211 3.02,-6.711 5.7,-9.043 3.01,-2.609 7.89,-3.558 11.48,-1.648 3.15,1.672 4.77,5.262 5.42,8.621 0.48,2.52 0.57,5.379 0.02,7.899 -1.68,7.71 -2.32,17.339 -2.74,23.718 l -0.42,5.41 c -1.6,9.993 -5.84,15.063 -12.6,15.063 -1.95,0 -3.97,-0.121 -6.59,-0.27 -4.29,-0.261 -10.35,-0.652 -21.13,-0.652 -9,0 -29.45,-0.219 -50.51,-0.437 -22.25,-0.231 -45.19,-0.493 -55.89,-0.493 -7.8,0 -14.28,0.411 -20.23,0.77 -5.38,0.32 -10.33,0.621 -15.39,0.621 -8.85,0 -15.02,-4.461 -15.02,-10.859 0,-3.692 1.73,-10.231 13.17,-12.532 11.25,-2.488 15.05,-3.339 15.05,-28.168 0,-97.863 -0.47,-142.242 -2.32,-215.7808 -0.35,-15.5196 -5.21,-19.0821 -18.87,-21.3594 -4.98,-0.9024 -15.36,-2.8008 -15.36,-12.1289 0,-1.9727 0.81,-11.80081 16.89,-11.80081 1.95,0 6.58,0.3086 12.45,0.71875 9.5,0.67969 22.45,1.60156 31.94,1.60156 17.71,0 38.65,-0.41015 60.92,-0.83984 25.46,-0.49218 52.61,-1.01172 78.73,-1.01172 4,0 9.62,1.69926 13.66,9.76956 2.28,4.4687 4.54,12.8906 7.16,22.6094 1.18,4.4218 2.39,8.9531 3.55,12.8203 0.89,2.9804 1.73,5.9726 1.57,9.1211 -0.2,3.9804 -2.49,7.9804 -6.34,9.7382" /><path
|
|
5258
|
+
id="path48"
|
|
5259
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5260
|
+
d="m 2053.69,162.371 c -11.68,-7.941 -31.81,-14.121 -61.83,-3.051 -0.05,35.121 -0.25,82.821 -0.38,112.352 l 0.49,27.719 c 3.95,0.937 11.86,2.14 18.63,2.14 19.48,0 34.06,-6.672 48.96,-22.472 19.6,-19.61 20.61,-49.629 20.61,-55.45 0,-34.648 -13.21,-52.211 -26.48,-61.238 z m 46.95,130.348 c -19.21,21.211 -50.04,32.41 -89.11,32.41 -4.46,0 -14.7,-0.84 -24.84,-1.707 -7.89,-0.66 -15.71,-1.332 -20.37,-1.524 -12.35,-0.468 -25.64,-0.937 -32.48,-0.937 -9.1,0 -15.96,-5.07 -15.96,-11.789 0,-6.453 4.89,-10.531 15.05,-12.211 11,-1.18 11.17,-4.652 11.34,-7.621 0.84,-8.399 3.21,-69.551 3.21,-107.809 0,-71.222 -0.47,-125.1208 -0.94,-135.8826 -0.61,-10.1289 -1.58,-11.1289 -13.09,-13.4375 -4.02,-0.8593 -14.68,-3.1093 -14.68,-12.5312 0,-4.2305 2.2,-11.33986 16.9,-11.33986 2.22,0 5.57,0.30079 9.59,0.67969 5.3,0.51953 11.96,1.17187 18.62,1.17187 11.77,0 19.63,-0.70312 26.62,-1.32031 5.96,-0.53125 11.34,-1 17.78,-1 15.19,0 15.95,9.82811 15.95,11.80861 0,10.4492 -12.13,12.0391 -16.44,12.6016 -10.07,1.6289 -13,2.75 -14.12,17.1484 -0.83,11.6484 -1.73,41.1601 -1.78,88.9683 7.72,-5.058 50.78,-21.668 92.38,5.481 28.88,18.859 42.62,46.152 42.62,82.512 0,24.629 -9.89,49.5 -26.25,66.328" /><path
|
|
5261
|
+
id="path50"
|
|
5262
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5263
|
+
d="m 1237.15,72.3984 c -3.61,1.5625 -7.64,0.6211 -10.76,-1.5898 -3.47,-2.4688 -6.01,-6.207 -8.42,-9.6484 l -2.61,-3.7305 c -3.58,-5.1094 -9.55,-13.6992 -12.29,-16.1094 -5.74,-5.1289 -9.34,-6.6094 -53,-6.6094 -33.15,0 -37.81,0.9883 -43.8,4.1602 -5.52,2.7891 -7.77,10.7773 -7.77,13.6484 0,3.3594 -0.2,14.711 -0.45,28.7422 -0.39,22.6093 -0.93,52.2383 -0.93,66.5083 v 2.082 c 61.53,-0.032 57.15,-0.524 65,-2.762 2.14,-0.75 4.31,-3.918 6.04,-9.07 0,0 1.62,-4.02 1.63,-4.032 1.32,-3.277 2.66,-6.867 5.45,-9.207 3.1,-2.609 8.34,-2.961 11.82,-0.832 2.53,1.551 4.41,4.86 5.34,7.641 1.18,3.469 1.06,7.031 0.47,10.601 -0.42,2.528 -1.65,14.649 -0.88,22.661 0.36,3.359 0.91,7.339 1.4,11.039 0.81,5.937 1.45,11.25 1.45,13.039 0,10.769 -6.83,13.64 -10.87,13.64 -7.45,0 -10.98,-7.148 -12.29,-9.8 -5.17,-10.34 -7.99,-12.258 -8.92,-12.77 -1.75,-1.09 -4.81,-1.93 -26.44,-1.93 h -39.2 v 107.52 c 0,4.422 0.17,7.101 0.34,8.738 15.96,0.774 76.93,0.524 87.71,-1.476 3.62,-0.602 9.08,-1.5 17.68,-21.911 1.36,-3.211 3.03,-6.711 5.7,-9.043 3,-2.609 7.9,-3.558 11.48,-1.648 3.15,1.672 4.77,5.262 5.42,8.621 0.48,2.52 0.57,5.379 0.02,7.899 -1.68,7.71 -2.32,17.339 -2.74,23.718 l -0.42,5.41 c -1.6,9.993 -5.84,15.063 -12.6,15.063 -1.95,0 -3.97,-0.121 -6.59,-0.27 -4.29,-0.261 -10.36,-0.652 -21.14,-0.652 -8.99,0 -29.44,-0.219 -50.5,-0.437 -22.25,-0.231 -45.19,-0.493 -55.89,-0.493 -7.8,0 -14.28,0.411 -20.23,0.77 -5.38,0.32 -10.33,0.621 -15.39,0.621 -8.85,0 -15.02,-4.461 -15.02,-10.859 0,-3.692 1.73,-10.231 13.17,-12.532 11.25,-2.488 15.05,-3.339 15.05,-28.168 0,-97.863 -0.47,-142.242 -2.32,-215.7808 -0.34,-15.5196 -5.21,-19.0821 -18.87,-21.3594 C 1027,30.8984 1016.62,29 1016.62,19.6719 c 0,-1.9727 0.81,-11.80081 16.89,-11.80081 1.95,0 6.58,0.3086 12.45,0.71875 9.5,0.67969 22.45,1.60156 31.94,1.60156 17.71,0 38.65,-0.41015 60.92,-0.83984 25.46,-0.49218 52.62,-1.01172 78.73,-1.01172 4,0 9.62,1.69926 13.67,9.76956 2.26,4.4687 4.54,12.8906 7.15,22.6094 1.18,4.4218 2.39,8.9531 3.55,12.8203 0.89,2.9804 1.73,5.9726 1.57,9.1211 -0.2,3.9804 -2.49,7.9804 -6.34,9.7382" /><path
|
|
5264
|
+
id="path52"
|
|
5265
|
+
style="fill:#3F2B2E;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
5266
|
+
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>`;
|
|
5267
|
+
var Hi = Object.defineProperty, Q = (o, t, e, n) => {
|
|
5268
|
+
for (var i = void 0, r = o.length - 1, s; r >= 0; r--)
|
|
5269
|
+
(s = o[r]) && (i = s(t, e, i) || i);
|
|
5270
|
+
return i && Hi(t, e, i), i;
|
|
5271
|
+
};
|
|
5272
|
+
const re = class re extends p {
|
|
5273
|
+
constructor() {
|
|
5274
|
+
super(...arguments), this.open = !1, this.backgroundUrl = "", this.closeOnEsc = !0, this.closeOnBackdrop = !0, this.lockScroll = !0, this.variant = "fullscreen", this.maxWidth = "640px", this._labelId = `title-${Math.random().toString(36).slice(2)}`, this._onBackdropClick = (t) => {
|
|
5275
|
+
var n;
|
|
5276
|
+
if (!this.open || !this.closeOnBackdrop) return;
|
|
5277
|
+
const e = t.composedPath()[0];
|
|
5278
|
+
(n = e == null ? void 0 : e.classList) != null && n.contains("backdrop") && this._requestClose("backdrop");
|
|
5279
|
+
};
|
|
5280
|
+
}
|
|
5281
|
+
connectedCallback() {
|
|
5282
|
+
super.connectedCallback(), this._onKeydown = this._onKeydown.bind(this), document.addEventListener("keydown", this._onKeydown);
|
|
5283
|
+
}
|
|
5284
|
+
disconnectedCallback() {
|
|
5285
|
+
document.removeEventListener("keydown", this._onKeydown), super.disconnectedCallback();
|
|
5286
|
+
}
|
|
5287
|
+
updated(t) {
|
|
5288
|
+
if (t.has("open") && this.lockScroll) {
|
|
5289
|
+
const e = document == null ? void 0 : document.body;
|
|
5290
|
+
e && (e.style.overflow = this.open ? "hidden" : ""), this.open ? this.updateComplete.then(() => {
|
|
5291
|
+
var i;
|
|
5292
|
+
(i = this.renderRoot.querySelector("[data-close-btn]") ?? this.renderRoot.querySelector('[role="dialog"]')) == null || i.focus(), this.dispatchEvent(new CustomEvent("open", { bubbles: !0, composed: !0 }));
|
|
5293
|
+
}) : this.dispatchEvent(new CustomEvent("close", { bubbles: !0, composed: !0 }));
|
|
5294
|
+
}
|
|
5295
|
+
}
|
|
5296
|
+
_onKeydown(t) {
|
|
5297
|
+
this.open && this.closeOnEsc && t.key === "Escape" && (t.preventDefault(), this._requestClose("esc"));
|
|
5298
|
+
}
|
|
5299
|
+
_requestClose(t) {
|
|
5300
|
+
const e = new CustomEvent("request-close", {
|
|
5301
|
+
bubbles: !0,
|
|
5302
|
+
composed: !0,
|
|
5303
|
+
detail: { reason: t }
|
|
5304
|
+
});
|
|
5305
|
+
this.dispatchEvent(e), e.defaultPrevented || (this.open = !1);
|
|
5306
|
+
}
|
|
5307
|
+
_renderCloseButton() {
|
|
5308
|
+
return customElements.get("o-icon-button") ? l`
|
|
5309
|
+
<o-icon-button
|
|
5310
|
+
data-close-btn
|
|
5311
|
+
icon="cross"
|
|
5312
|
+
size="large"
|
|
5313
|
+
bgstyle="none-light"
|
|
5314
|
+
status="empty"
|
|
5315
|
+
type="button"
|
|
5316
|
+
aria-label="Close"
|
|
5317
|
+
@click=${() => this._requestClose("button")}
|
|
5318
|
+
></o-icon-button>
|
|
5319
|
+
` : l`
|
|
5320
|
+
<button
|
|
5321
|
+
class="close"
|
|
5322
|
+
data-close-btn
|
|
5323
|
+
aria-label="Close"
|
|
5324
|
+
@click=${() => this._requestClose("button")}
|
|
5325
|
+
>×</button>
|
|
5326
|
+
`;
|
|
5327
|
+
}
|
|
5328
|
+
render() {
|
|
5329
|
+
const t = this.backgroundUrl ? `--_bg-image: url('${this.backgroundUrl}')` : "";
|
|
5330
|
+
return l`
|
|
5331
|
+
${this.open ? l`<div class="backdrop" part="backdrop" @click=${this._onBackdropClick}></div>` : null}
|
|
5332
|
+
<div class="dialog-wrapper" style=${t} @click=${this._onBackdropClick} aria-hidden=${this.open ? "false" : "true"}>
|
|
5333
|
+
<section
|
|
5334
|
+
class="dialog"
|
|
5335
|
+
part="dialog"
|
|
5336
|
+
role="dialog"
|
|
5337
|
+
aria-modal="true"
|
|
5338
|
+
tabindex="-1"
|
|
5339
|
+
aria-labelledby=${this.title ? this._labelId : void 0}
|
|
5340
|
+
>
|
|
5341
|
+
<header part="header">
|
|
5342
|
+
<div class="brand">
|
|
5343
|
+
<span slot="logo">${$(Di)}</span>
|
|
5344
|
+
</div>
|
|
5345
|
+
<div part="close">
|
|
5346
|
+
${this._renderCloseButton()}
|
|
5347
|
+
</div>
|
|
5348
|
+
</header>
|
|
5349
|
+
<main part="body">
|
|
5350
|
+
<slot></slot>
|
|
5351
|
+
</main>
|
|
5352
|
+
</section>
|
|
5353
|
+
</div>
|
|
5354
|
+
`;
|
|
5355
|
+
}
|
|
5356
|
+
};
|
|
5357
|
+
re.styles = v`
|
|
5358
|
+
:host {
|
|
5359
|
+
position: fixed;
|
|
5360
|
+
inset: 0;
|
|
5361
|
+
display: none;
|
|
5362
|
+
z-index: var(--popin-z-index, 2147483000);
|
|
5363
|
+
--_radius: var(--radius-m, 12px);
|
|
5364
|
+
--_spacing: var(--spacing-m, 16px);
|
|
5365
|
+
--_shadow: var(--shadow-l, 0 20px 40px rgba(0,0,0,.2));
|
|
5366
|
+
--_bg-blur: var(--popin-backdrop-blur, 2px);
|
|
5367
|
+
--_header-height: 64px;
|
|
5368
|
+
--_max-width: var(--popin-max-width, 640px);
|
|
5369
|
+
}
|
|
5370
|
+
:host([open]) { display: block; }
|
|
5371
|
+
|
|
5372
|
+
.backdrop {
|
|
5373
|
+
position: absolute;
|
|
5374
|
+
inset: 0;
|
|
5375
|
+
background: var(--popin-backdrop, rgba(0,0,0,.5));
|
|
5376
|
+
backdrop-filter: blur(var(--_bg-blur));
|
|
5377
|
+
}
|
|
5378
|
+
|
|
5379
|
+
.dialog-wrapper {
|
|
5380
|
+
position: absolute;
|
|
5381
|
+
inset: 0;
|
|
5382
|
+
display: grid;
|
|
5383
|
+
place-items: center;
|
|
5384
|
+
padding: 0;
|
|
5385
|
+
}
|
|
5386
|
+
|
|
5387
|
+
/* Default: FULLSCREEN */
|
|
5388
|
+
.dialog {
|
|
5389
|
+
position: relative;
|
|
5390
|
+
width: 100%;
|
|
5391
|
+
height: 100%;
|
|
5392
|
+
max-height: 100vh;
|
|
5393
|
+
border-radius: 0;
|
|
5394
|
+
overflow: clip;
|
|
5395
|
+
box-shadow: none;
|
|
5396
|
+
outline: none;
|
|
5397
|
+
display: grid;
|
|
5398
|
+
grid-template-rows: var(--_header-height) 1fr;
|
|
5399
|
+
background: var(--color-container-bg-white, #fff);
|
|
5400
|
+
}
|
|
5401
|
+
|
|
5402
|
+
/* Background image layer */
|
|
5403
|
+
.dialog::before {
|
|
5404
|
+
content: '';
|
|
5405
|
+
position: absolute;
|
|
5406
|
+
inset: 0;
|
|
5407
|
+
background-image: var(--_bg-image);
|
|
5408
|
+
background-size: cover;
|
|
5409
|
+
background-position: center;
|
|
5410
|
+
opacity: 1;
|
|
5411
|
+
pointer-events: none;
|
|
5412
|
+
z-index: 0;
|
|
5413
|
+
transition: opacity .2s ease;
|
|
5414
|
+
}
|
|
5415
|
+
|
|
5416
|
+
header[part="header"] {
|
|
5417
|
+
position: relative;
|
|
5418
|
+
display: flex;
|
|
5419
|
+
align-items: center;
|
|
5420
|
+
justify-content: center;
|
|
5421
|
+
padding: 0;
|
|
5422
|
+
height: var(--_header-height);
|
|
5423
|
+
width: 100%;
|
|
5424
|
+
background: linear-gradient(
|
|
5425
|
+
to bottom,
|
|
5426
|
+
var(--popin-top-gradient-color, rgba(0, 0, 0, 0.5)),
|
|
5427
|
+
rgba(0, 0, 0, 0)
|
|
5428
|
+
);
|
|
5429
|
+
z-index: 1;
|
|
5430
|
+
}
|
|
5431
|
+
|
|
5432
|
+
.brand {
|
|
5433
|
+
display: inline-flex;
|
|
5434
|
+
align-items: center;
|
|
5435
|
+
gap: var(--spacing-s, 8px);
|
|
5436
|
+
}
|
|
5437
|
+
::slotted([slot="logo"]) {
|
|
5438
|
+
display: inline-flex;
|
|
5439
|
+
height: 28px; /* tweak as needed */
|
|
5440
|
+
line-height: 0;
|
|
5441
|
+
}
|
|
5442
|
+
|
|
5443
|
+
[slot="logo"] svg {
|
|
5444
|
+
width: 176px;
|
|
5445
|
+
height: auto;
|
|
5446
|
+
}
|
|
5447
|
+
|
|
5448
|
+
[slot="logo"] svg path {
|
|
5449
|
+
fill: #fff !important;
|
|
5450
|
+
}
|
|
5451
|
+
|
|
5452
|
+
[part="close"] {
|
|
5453
|
+
position: absolute;
|
|
5454
|
+
transform: translateY(-50%);
|
|
5455
|
+
top: 50%;
|
|
5456
|
+
right: 36px;
|
|
5457
|
+
}
|
|
5458
|
+
|
|
5459
|
+
@media (max-width: 767px) {
|
|
5460
|
+
[part="close"] {
|
|
5461
|
+
right: 8px;
|
|
5462
|
+
}
|
|
5463
|
+
}
|
|
5464
|
+
|
|
5465
|
+
.close {
|
|
5466
|
+
font: inherit;
|
|
5467
|
+
border: 0;
|
|
5468
|
+
background: transparent;
|
|
5469
|
+
cursor: pointer;
|
|
5470
|
+
width: 36px; height: 36px;
|
|
5471
|
+
border-radius: 999px;
|
|
5472
|
+
display: grid; place-items: center;
|
|
5473
|
+
}
|
|
5474
|
+
|
|
5475
|
+
main[part="body"] {
|
|
5476
|
+
position: relative;
|
|
5477
|
+
z-index: 1;
|
|
5478
|
+
padding: 0;
|
|
5479
|
+
overflow: auto;
|
|
5480
|
+
height: 100%;
|
|
5481
|
+
}
|
|
5482
|
+
|
|
5483
|
+
/* Variant: dialog */
|
|
5484
|
+
:host([variant="dialog"]) .dialog {
|
|
5485
|
+
width: min(var(--_max-width), calc(100vw - 2 * var(--spacing-l, 24px)));
|
|
5486
|
+
max-height: min(86vh, 100%);
|
|
5487
|
+
border-radius: var(--_radius);
|
|
5488
|
+
box-shadow: var(--_shadow);
|
|
5489
|
+
}
|
|
5490
|
+
|
|
5491
|
+
:host([variant="dialog"]) .dialog-wrapper {
|
|
5492
|
+
place-items: center;
|
|
5493
|
+
}
|
|
5494
|
+
|
|
5495
|
+
:host([variant="dialog"]) main[part="body"] {
|
|
5496
|
+
height: auto;
|
|
5497
|
+
}
|
|
5498
|
+
|
|
5499
|
+
/* Open animation */
|
|
5500
|
+
:host([open]) .dialog { animation: popin-in .18s ease; }
|
|
5501
|
+
@keyframes popin-in {
|
|
5502
|
+
from { transform: translateY(10px) scale(.98); opacity: 0; }
|
|
5503
|
+
to { transform: translateY(0) scale(1); opacity: 1; }
|
|
5504
|
+
}
|
|
5505
|
+
`;
|
|
5506
|
+
let I = re;
|
|
5507
|
+
Q([
|
|
5508
|
+
a({ type: Boolean, reflect: !0 })
|
|
5509
|
+
], I.prototype, "open");
|
|
5510
|
+
Q([
|
|
5511
|
+
a({ type: String, attribute: "background-url" })
|
|
5512
|
+
], I.prototype, "backgroundUrl");
|
|
5513
|
+
Q([
|
|
5514
|
+
a({ type: Boolean, attribute: "close-on-esc" })
|
|
5515
|
+
], I.prototype, "closeOnEsc");
|
|
5516
|
+
Q([
|
|
5517
|
+
a({ type: Boolean, attribute: "close-on-backdrop" })
|
|
5518
|
+
], I.prototype, "closeOnBackdrop");
|
|
5519
|
+
Q([
|
|
5520
|
+
a({ type: Boolean, attribute: "lock-scroll" })
|
|
5521
|
+
], I.prototype, "lockScroll");
|
|
5522
|
+
Q([
|
|
5523
|
+
a({ type: String, reflect: !0 })
|
|
5524
|
+
], I.prototype, "variant");
|
|
5525
|
+
Q([
|
|
5526
|
+
a({ type: String, attribute: "max-width" })
|
|
5527
|
+
], I.prototype, "maxWidth");
|
|
5528
|
+
Q([
|
|
5529
|
+
Y()
|
|
5530
|
+
], I.prototype, "_labelId");
|
|
5531
|
+
customElements.define("o-popin", I);
|