@everymatrix/casino-header-controller-nd 1.54.10 → 1.54.11
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/{CasinoHeaderControllerNd-3Q94rK_H.js → CasinoHeaderControllerNd-Bj0vkyt0.js} +1 -1
- package/components/{CasinoHeaderControllerNd-CmBOctnz.cjs → CasinoHeaderControllerNd-C0iBDw78.cjs} +1 -1
- package/components/{CasinoHeaderControllerNd-hT8qHvSB.js → CasinoHeaderControllerNd-DNfULXvS.js} +1 -1
- package/es2015/casino-header-controller-nd.cjs +1 -1
- package/es2015/casino-header-controller-nd.js +1 -1
- package/esnext/casino-header-controller-nd.js +1 -1
- package/package.json +1 -1
- package/stencil/{gamification-dropdown-dc081799-D_3lOXxi.js → gamification-dropdown-370424de-CedFjFMQ.js} +1 -1
- package/stencil/{gamification-dropdown-dc081799-COWgoauo.js → gamification-dropdown-370424de-G0GDuoBY.js} +1 -1
- package/stencil/{gamification-dropdown-dc081799-qkGbJFv-.cjs → gamification-dropdown-370424de-pf_jqgr1.cjs} +1 -1
- package/stencil/{gamification-dropdown-BYoQE2eM.js → gamification-dropdown-BhM9nF9V.js} +1 -1
- package/stencil/{gamification-dropdown-BsDum8HU.js → gamification-dropdown-CnI6W6X-.js} +1 -1
- package/stencil/{gamification-dropdown-DBvEliZb.cjs → gamification-dropdown-Dy-qtuaZ.cjs} +1 -1
- package/stencil/{gamification-dropdown_4-CD0pDli_.cjs → gamification-dropdown_4-BDv_Y1ow.cjs} +1 -1
- package/stencil/{gamification-dropdown_4-DGgVhZVT.js → gamification-dropdown_4-DFXXWsNB.js} +3 -3
- package/stencil/{gamification-dropdown_4-CGfeeef4.js → gamification-dropdown_4-DgJc4ulv.js} +3 -3
- package/stencil/{index-5e36ea65-BkSKs2J0.js → index-1ed44842-Cv2DDELg.js} +103 -103
- package/stencil/{index-5e36ea65-BQOFxtoF.js → index-1ed44842-Cv7p6OfM.js} +194 -194
- package/stencil/index-1ed44842-Dr1nsipr.cjs +1 -0
- package/stencil/{player-elevate-card-jcWIm8Vs.cjs → player-elevate-card-Btncg_vx.cjs} +1 -1
- package/stencil/{player-elevate-card-9f41yx5g.js → player-elevate-card-CdmFcZg6.js} +2 -2
- package/stencil/{player-elevate-card-items-2a1dc5b5-BGYI6LDp.js → player-elevate-card-items-4e46b4c8-BDoQLG1C.js} +1 -1
- package/stencil/{player-elevate-card-items-2a1dc5b5-C0Ul-nhu.js → player-elevate-card-items-4e46b4c8-CP-E64XG.js} +1 -1
- package/stencil/{player-elevate-card-items-2a1dc5b5-Bbza8SeJ.cjs → player-elevate-card-items-4e46b4c8-aapR8B2m.cjs} +1 -1
- package/stencil/{player-elevate-card-DQE8G7ox.js → player-elevate-card-l6Kpw4ym.js} +2 -2
- package/stencil/{player-elevate-pointcard-Bx5fP0DY.cjs → player-elevate-pointcard-CcFdRk9Q.cjs} +1 -1
- package/stencil/{player-elevate-pointcard-MyvSBf45.js → player-elevate-pointcard-D8gCv0PA.js} +2 -2
- package/stencil/{player-elevate-pointcard-G_yPTu4J.js → player-elevate-pointcard-DOd_C-CP.js} +2 -2
- package/stencil/index-5e36ea65-8utgvA4y.cjs +0 -1
|
@@ -9,30 +9,30 @@ var le = (e, t, s) => t in e ? ze(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
9
9
|
qe.call(t, s) && le(e, s, t[s]);
|
|
10
10
|
return e;
|
|
11
11
|
};
|
|
12
|
-
var z = (e, t, s) => new Promise((
|
|
12
|
+
var z = (e, t, s) => new Promise((n, r) => {
|
|
13
13
|
var i = ($) => {
|
|
14
14
|
try {
|
|
15
15
|
l(s.next($));
|
|
16
16
|
} catch (c) {
|
|
17
|
-
|
|
17
|
+
r(c);
|
|
18
18
|
}
|
|
19
19
|
}, a = ($) => {
|
|
20
20
|
try {
|
|
21
21
|
l(s.throw($));
|
|
22
22
|
} catch (c) {
|
|
23
|
-
|
|
23
|
+
r(c);
|
|
24
24
|
}
|
|
25
|
-
}, l = ($) => $.done ?
|
|
25
|
+
}, l = ($) => $.done ? n($.value) : Promise.resolve($.value).then(i, a);
|
|
26
26
|
l((s = s.apply(e, t)).next());
|
|
27
27
|
});
|
|
28
28
|
const Be = "gamification-dropdown", I = (
|
|
29
29
|
/* gamification-dropdown */
|
|
30
30
|
{ experimentalSlotFixes: !1, hydratedSelectorName: "hydrated", lazyLoad: !0, slotRelocation: !0, updatable: !0 }
|
|
31
31
|
);
|
|
32
|
-
var De = Object.defineProperty,
|
|
32
|
+
var De = Object.defineProperty, Ce = (e, t) => {
|
|
33
33
|
for (var s in t)
|
|
34
34
|
De(e, s, { get: t[s], enumerable: !0 });
|
|
35
|
-
},
|
|
35
|
+
}, Fe = "http://www.w3.org/2000/svg", We = "http://www.w3.org/1999/xhtml", N = /* @__PURE__ */ new WeakMap(), x = (e) => N.get(e), It = (e, t) => {
|
|
36
36
|
N.set(t.$lazyInstance$ = e, t);
|
|
37
37
|
}, Ge = (e, t) => {
|
|
38
38
|
const s = {
|
|
@@ -41,31 +41,31 @@ var De = Object.defineProperty, Fe = (e, t) => {
|
|
|
41
41
|
$cmpMeta$: t,
|
|
42
42
|
$instanceValues$: /* @__PURE__ */ new Map()
|
|
43
43
|
};
|
|
44
|
-
return s.$onReadyPromise$ = new Promise((
|
|
44
|
+
return s.$onReadyPromise$ = new Promise((r) => s.$onReadyResolve$ = r), e["s-p"] = [], e["s-rc"] = [], N.set(e, s);
|
|
45
45
|
}, oe = (e, t) => t in e, L = (e, t) => (0, console.error)(e, t), G = /* @__PURE__ */ new Map(), Ye = (e, t, s) => {
|
|
46
|
-
const
|
|
47
|
-
if (!
|
|
46
|
+
const n = e.$tagName$.replace(/-/g, "_"), r = e.$lazyBundleId$;
|
|
47
|
+
if (!r)
|
|
48
48
|
return;
|
|
49
|
-
const i = G.get(
|
|
49
|
+
const i = G.get(r);
|
|
50
50
|
if (i)
|
|
51
|
-
return i[
|
|
51
|
+
return i[n];
|
|
52
52
|
{
|
|
53
|
-
const a = (l) => (G.set(
|
|
54
|
-
switch (
|
|
53
|
+
const a = (l) => (G.set(r, l), l[n]);
|
|
54
|
+
switch (r) {
|
|
55
55
|
case "gamification-dropdown_4":
|
|
56
56
|
return import(
|
|
57
57
|
/* webpackMode: "lazy" */
|
|
58
|
-
"./gamification-dropdown_4-
|
|
58
|
+
"./gamification-dropdown_4-DgJc4ulv.js"
|
|
59
59
|
).then(a, L);
|
|
60
60
|
case "player-elevate-card":
|
|
61
61
|
return import(
|
|
62
62
|
/* webpackMode: "lazy" */
|
|
63
|
-
"./player-elevate-card-
|
|
63
|
+
"./player-elevate-card-CdmFcZg6.js"
|
|
64
64
|
).then(a, L);
|
|
65
65
|
case "player-elevate-pointcard":
|
|
66
66
|
return import(
|
|
67
67
|
/* webpackMode: "lazy" */
|
|
68
|
-
"./player-elevate-pointcard-
|
|
68
|
+
"./player-elevate-pointcard-DOd_C-CP.js"
|
|
69
69
|
).then(a, L);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
@@ -74,9 +74,9 @@ var De = Object.defineProperty, Fe = (e, t) => {
|
|
|
74
74
|
/* webpackInclude: /\.entry\.js$/ */
|
|
75
75
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
76
76
|
/* webpackMode: "lazy" */
|
|
77
|
-
`./${
|
|
77
|
+
`./${r}.entry.js`
|
|
78
78
|
).then(
|
|
79
|
-
(a) => (G.set(
|
|
79
|
+
(a) => (G.set(r, a), a[n]),
|
|
80
80
|
(a) => {
|
|
81
81
|
L(a, t.$hostElement$);
|
|
82
82
|
}
|
|
@@ -86,8 +86,8 @@ var De = Object.defineProperty, Fe = (e, t) => {
|
|
|
86
86
|
$resourcesUrl$: "",
|
|
87
87
|
jmp: (e) => e(),
|
|
88
88
|
raf: (e) => requestAnimationFrame(e),
|
|
89
|
-
ael: (e, t, s,
|
|
90
|
-
rel: (e, t, s,
|
|
89
|
+
ael: (e, t, s, n) => e.addEventListener(t, s, n),
|
|
90
|
+
rel: (e, t, s, n) => e.removeEventListener(t, s, n),
|
|
91
91
|
ce: (e, t) => new CustomEvent(e, t)
|
|
92
92
|
}, Ke = /* @__PURE__ */ (() => {
|
|
93
93
|
let e = !1;
|
|
@@ -127,11 +127,11 @@ var De = Object.defineProperty, Fe = (e, t) => {
|
|
|
127
127
|
return t.origin !== m.location.origin ? t.href : t.pathname;
|
|
128
128
|
}, ee = (e) => (e = typeof e, e === "object" || e === "function");
|
|
129
129
|
function ye(e) {
|
|
130
|
-
var t, s,
|
|
131
|
-
return (
|
|
130
|
+
var t, s, n;
|
|
131
|
+
return (n = (s = (t = e.head) == null ? void 0 : t.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : s.getAttribute("content")) != null ? n : void 0;
|
|
132
132
|
}
|
|
133
133
|
var Ne = {};
|
|
134
|
-
|
|
134
|
+
Ce(Ne, {
|
|
135
135
|
err: () => Se,
|
|
136
136
|
map: () => Ve,
|
|
137
137
|
ok: () => K,
|
|
@@ -150,7 +150,7 @@ var K = (e) => ({
|
|
|
150
150
|
function Ve(e, t) {
|
|
151
151
|
if (e.isOk) {
|
|
152
152
|
const s = t(e.value);
|
|
153
|
-
return s instanceof Promise ? s.then((
|
|
153
|
+
return s instanceof Promise ? s.then((n) => K(n)) : K(s);
|
|
154
154
|
}
|
|
155
155
|
if (e.isErr) {
|
|
156
156
|
const s = e.value;
|
|
@@ -169,33 +169,33 @@ var et = (e) => {
|
|
|
169
169
|
}, ke = (e) => {
|
|
170
170
|
const t = e.__childNodes || e.childNodes;
|
|
171
171
|
e.tagName && e.tagName.includes("-") && e["s-cr"] && e.tagName !== "SLOT-FB" && Ee(t, e.tagName).forEach((s) => {
|
|
172
|
-
var
|
|
173
|
-
s.nodeType === 1 && s.tagName === "SLOT-FB" && ((
|
|
172
|
+
var n;
|
|
173
|
+
s.nodeType === 1 && s.tagName === "SLOT-FB" && ((n = st(s, s["s-sn"], !1)) != null && n.length ? s.hidden = !0 : s.hidden = !1);
|
|
174
174
|
});
|
|
175
175
|
for (const s of t)
|
|
176
176
|
s.nodeType === 1 && (s.__childNodes || s.childNodes).length && ke(s);
|
|
177
177
|
};
|
|
178
178
|
function Ee(e, t, s) {
|
|
179
|
-
let
|
|
180
|
-
for (;
|
|
181
|
-
i = e[
|
|
182
|
-
return
|
|
179
|
+
let n = 0, r = [], i;
|
|
180
|
+
for (; n < e.length; n++)
|
|
181
|
+
i = e[n], i["s-sr"] && i["s-hn"] === t && s === void 0 && r.push(i), r = [...r, ...Ee(i.childNodes, t, s)];
|
|
182
|
+
return r;
|
|
183
183
|
}
|
|
184
184
|
var st = (e, t, s = !0) => {
|
|
185
|
-
const
|
|
186
|
-
for ((s && e["s-sr"] || !e["s-sr"]) &&
|
|
187
|
-
|
|
188
|
-
return
|
|
185
|
+
const n = [];
|
|
186
|
+
for ((s && e["s-sr"] || !e["s-sr"]) && n.push(e); (e = e.nextSibling) && e["s-sn"] === t; )
|
|
187
|
+
n.push(e);
|
|
188
|
+
return n;
|
|
189
189
|
}, ce = (e, t) => e.nodeType === 1 ? e.getAttribute("slot") === null && t === "" || e.getAttribute("slot") === t : e["s-sn"] === t ? !0 : t === "", w = (e, t = "") => () => {
|
|
190
190
|
}, nt = (e, t) => () => {
|
|
191
191
|
}, _e = (e, t, ...s) => {
|
|
192
|
-
let
|
|
192
|
+
let n = null, r = null, i = null, a = !1, l = !1;
|
|
193
193
|
const $ = [], c = (d) => {
|
|
194
194
|
for (let o = 0; o < d.length; o++)
|
|
195
|
-
|
|
195
|
+
n = d[o], Array.isArray(n) ? c(n) : n != null && typeof n != "boolean" && ((a = typeof e != "function" && !ee(n)) && (n = String(n)), a && l ? $[$.length - 1].$text$ += n : $.push(a ? B(null, n) : n), l = a);
|
|
196
196
|
};
|
|
197
197
|
if (c(s), t) {
|
|
198
|
-
t.key && (
|
|
198
|
+
t.key && (r = t.key), t.name && (i = t.name);
|
|
199
199
|
{
|
|
200
200
|
const d = t.className || t.class;
|
|
201
201
|
d && (t.class = typeof d != "object" ? d : Object.keys(d).filter((o) => d[o]).join(" "));
|
|
@@ -208,7 +208,7 @@ var st = (e, t, s = !0) => {
|
|
|
208
208
|
it
|
|
209
209
|
);
|
|
210
210
|
const f = B(e, null);
|
|
211
|
-
return f.$attrs$ = t, $.length > 0 && (f.$children$ = $), f.$key$ =
|
|
211
|
+
return f.$attrs$ = t, $.length > 0 && (f.$children$ = $), f.$key$ = r, f.$name$ = i, f;
|
|
212
212
|
}, B = (e, t) => {
|
|
213
213
|
const s = {
|
|
214
214
|
$flags$: 0,
|
|
@@ -236,32 +236,32 @@ var st = (e, t, s = !0) => {
|
|
|
236
236
|
const t = B(e.vtag, e.vtext);
|
|
237
237
|
return t.$attrs$ = e.vattrs, t.$children$ = e.vchildren, t.$key$ = e.vkey, t.$name$ = e.vname, t;
|
|
238
238
|
}, Q = (e, t) => e != null && !ee(e) && t & 1 ? String(e) : e, at = (e) => x(e).$hostElement$, zt = (e, t, s) => {
|
|
239
|
-
const
|
|
239
|
+
const n = at(e);
|
|
240
240
|
return {
|
|
241
|
-
emit: (
|
|
241
|
+
emit: (r) => Te(n, t, {
|
|
242
242
|
bubbles: !0,
|
|
243
243
|
composed: !0,
|
|
244
244
|
cancelable: !0,
|
|
245
|
-
detail:
|
|
245
|
+
detail: r
|
|
246
246
|
})
|
|
247
247
|
};
|
|
248
248
|
}, Te = (e, t, s) => {
|
|
249
|
-
const
|
|
250
|
-
return e.dispatchEvent(
|
|
249
|
+
const n = p.ce(t, s);
|
|
250
|
+
return e.dispatchEvent(n), n;
|
|
251
251
|
}, A = /* @__PURE__ */ new WeakMap(), $t = (e, t, s) => {
|
|
252
|
-
let
|
|
253
|
-
ve && s ? (
|
|
252
|
+
let n = q.get(e);
|
|
253
|
+
ve && s ? (n = n || new CSSStyleSheet(), typeof n == "string" ? n = t : n.replaceSync(t)) : n = t, q.set(e, n);
|
|
254
254
|
}, ct = (e, t, s) => {
|
|
255
|
-
var
|
|
256
|
-
const
|
|
255
|
+
var n;
|
|
256
|
+
const r = xe(t), i = q.get(r);
|
|
257
257
|
if (e = e.nodeType === 11 ? e : E, i)
|
|
258
258
|
if (typeof i == "string") {
|
|
259
259
|
e = e.head || e;
|
|
260
260
|
let a = A.get(e), l;
|
|
261
|
-
if (a || A.set(e, a = /* @__PURE__ */ new Set()), !a.has(
|
|
261
|
+
if (a || A.set(e, a = /* @__PURE__ */ new Set()), !a.has(r)) {
|
|
262
262
|
{
|
|
263
|
-
l = document.querySelector(`[${Xe}="${
|
|
264
|
-
const $ = (
|
|
263
|
+
l = document.querySelector(`[${Xe}="${r}"]`) || E.createElement("style"), l.innerHTML = i;
|
|
264
|
+
const $ = (n = p.$nonce$) != null ? n : ye(E);
|
|
265
265
|
if ($ != null && l.setAttribute("nonce", $), !(t.$flags$ & 1))
|
|
266
266
|
if (e.nodeName === "HEAD") {
|
|
267
267
|
const c = e.querySelectorAll("link[rel=preconnect]"), f = c.length > 0 ? c[c.length - 1].nextSibling : e.querySelector("style");
|
|
@@ -279,57 +279,57 @@ var st = (e, t, s = !0) => {
|
|
|
279
279
|
}
|
|
280
280
|
else
|
|
281
281
|
e.append(l);
|
|
282
|
-
t.$flags$ & 1 && e.
|
|
282
|
+
t.$flags$ & 1 && e.insertBefore(l, null);
|
|
283
283
|
}
|
|
284
|
-
t.$flags$ & 4 && (l.innerHTML += pe), a && a.add(
|
|
284
|
+
t.$flags$ & 4 && (l.innerHTML += pe), a && a.add(r);
|
|
285
285
|
}
|
|
286
286
|
} else e.adoptedStyleSheets.includes(i) || (e.adoptedStyleSheets = [...e.adoptedStyleSheets, i]);
|
|
287
|
-
return
|
|
287
|
+
return r;
|
|
288
288
|
}, ft = (e) => {
|
|
289
|
-
const t = e.$cmpMeta$, s = e.$hostElement$,
|
|
289
|
+
const t = e.$cmpMeta$, s = e.$hostElement$, n = t.$flags$, r = w("attachStyles", t.$tagName$), i = ct(
|
|
290
290
|
s.shadowRoot ? s.shadowRoot : s.getRootNode(),
|
|
291
291
|
t
|
|
292
292
|
);
|
|
293
|
-
|
|
294
|
-
}, xe = (e, t) => "sc-" + e.$tagName$, de = (e, t, s,
|
|
295
|
-
if (s !==
|
|
293
|
+
(n & 10 && n & 2 || n & 128) && (s["s-sc"] = i, s.classList.add(i + "-h")), r();
|
|
294
|
+
}, xe = (e, t) => "sc-" + e.$tagName$, de = (e, t, s, n, r, i, a) => {
|
|
295
|
+
if (s !== n) {
|
|
296
296
|
let l = oe(e, t), $ = t.toLowerCase();
|
|
297
297
|
if (t === "class") {
|
|
298
298
|
const c = e.classList, f = ue(s);
|
|
299
|
-
let d = ue(
|
|
299
|
+
let d = ue(n);
|
|
300
300
|
c.remove(...f.filter((o) => o && !d.includes(o))), c.add(...d.filter((o) => o && !f.includes(o)));
|
|
301
301
|
} else if (t === "style") {
|
|
302
302
|
for (const c in s)
|
|
303
|
-
(!
|
|
304
|
-
for (const c in
|
|
305
|
-
(!s ||
|
|
303
|
+
(!n || n[c] == null) && (c.includes("-") ? e.style.removeProperty(c) : e.style[c] = "");
|
|
304
|
+
for (const c in n)
|
|
305
|
+
(!s || n[c] !== s[c]) && (c.includes("-") ? e.style.setProperty(c, n[c]) : e.style[c] = n[c]);
|
|
306
306
|
} else if (t !== "key") if (t === "ref")
|
|
307
|
-
|
|
307
|
+
n && n(e);
|
|
308
308
|
else if (!l && t[0] === "o" && t[1] === "n") {
|
|
309
|
-
if (t[2] === "-" ? t = t.slice(3) : oe(m, $) ? t = $.slice(2) : t = $[2] + t.slice(3), s ||
|
|
309
|
+
if (t[2] === "-" ? t = t.slice(3) : oe(m, $) ? t = $.slice(2) : t = $[2] + t.slice(3), s || n) {
|
|
310
310
|
const c = t.endsWith(Le);
|
|
311
|
-
t = t.replace(ut, ""), s && p.rel(e, t, s, c),
|
|
311
|
+
t = t.replace(ut, ""), s && p.rel(e, t, s, c), n && p.ael(e, t, n, c);
|
|
312
312
|
}
|
|
313
313
|
} else {
|
|
314
|
-
const c = ee(
|
|
315
|
-
if ((l || c &&
|
|
314
|
+
const c = ee(n);
|
|
315
|
+
if ((l || c && n !== null) && !r)
|
|
316
316
|
try {
|
|
317
317
|
if (e.tagName.includes("-"))
|
|
318
|
-
e[t] !==
|
|
318
|
+
e[t] !== n && (e[t] = n);
|
|
319
319
|
else {
|
|
320
|
-
const f =
|
|
320
|
+
const f = n == null ? "" : n;
|
|
321
321
|
t === "list" ? l = !1 : (s == null || e[t] != f) && (typeof e.__lookupSetter__(t) == "function" ? e[t] = f : e.setAttribute(t, f));
|
|
322
322
|
}
|
|
323
323
|
} catch (f) {
|
|
324
324
|
}
|
|
325
|
-
|
|
325
|
+
n == null || n === !1 ? (n !== !1 || e.getAttribute(t) === "") && e.removeAttribute(t) : (!l || i & 4 || r) && !c && (n = n === !0 ? "" : n, e.setAttribute(t, n));
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
|
-
}, dt = /\s/, ue = (e) => (typeof e == "object" && e && "baseVal" in e && (e = e.baseVal), !e || typeof e != "string" ? [] : e.split(dt)), Le = "Capture", ut = new RegExp(Le + "$"), be = (e, t, s,
|
|
329
|
-
const
|
|
328
|
+
}, dt = /\s/, ue = (e) => (typeof e == "object" && e && "baseVal" in e && (e = e.baseVal), !e || typeof e != "string" ? [] : e.split(dt)), Le = "Capture", ut = new RegExp(Le + "$"), be = (e, t, s, n) => {
|
|
329
|
+
const r = t.$elm$.nodeType === 11 && t.$elm$.host ? t.$elm$.host : t.$elm$, i = e && e.$attrs$ || {}, a = t.$attrs$ || {};
|
|
330
330
|
for (const l of he(Object.keys(i)))
|
|
331
331
|
l in a || de(
|
|
332
|
-
|
|
332
|
+
r,
|
|
333
333
|
l,
|
|
334
334
|
i[l],
|
|
335
335
|
void 0,
|
|
@@ -338,7 +338,7 @@ var st = (e, t, s = !0) => {
|
|
|
338
338
|
);
|
|
339
339
|
for (const l of he(Object.keys(a)))
|
|
340
340
|
de(
|
|
341
|
-
|
|
341
|
+
r,
|
|
342
342
|
l,
|
|
343
343
|
i[l],
|
|
344
344
|
a[l],
|
|
@@ -355,11 +355,11 @@ function he(e) {
|
|
|
355
355
|
e
|
|
356
356
|
);
|
|
357
357
|
}
|
|
358
|
-
var Z, W, D = !1,
|
|
359
|
-
var
|
|
360
|
-
const
|
|
358
|
+
var Z, W, D = !1, C = !1, te = !1, k = !1, F = (e, t, s) => {
|
|
359
|
+
var n;
|
|
360
|
+
const r = t.$children$[s];
|
|
361
361
|
let i = 0, a, l, $;
|
|
362
|
-
if (D || (te = !0,
|
|
362
|
+
if (D || (te = !0, r.$tag$ === "slot" && (r.$flags$ |= r.$children$ ? (
|
|
363
363
|
// slot element has fallback content
|
|
364
364
|
// still create an element that "mocks" the slot element
|
|
365
365
|
2
|
|
@@ -368,67 +368,67 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
368
368
|
// create an html comment we'll use to always reference
|
|
369
369
|
// where actual slot content should sit next to
|
|
370
370
|
1
|
|
371
|
-
))),
|
|
372
|
-
a =
|
|
373
|
-
else if (
|
|
374
|
-
a =
|
|
371
|
+
))), r.$text$ !== null)
|
|
372
|
+
a = r.$elm$ = E.createTextNode(r.$text$);
|
|
373
|
+
else if (r.$flags$ & 1)
|
|
374
|
+
a = r.$elm$ = E.createTextNode("");
|
|
375
375
|
else {
|
|
376
|
-
if (k || (k =
|
|
377
|
-
k ?
|
|
378
|
-
!D && I.slotRelocation &&
|
|
379
|
-
), k &&
|
|
380
|
-
for (i = 0; i <
|
|
381
|
-
l =
|
|
382
|
-
|
|
376
|
+
if (k || (k = r.$tag$ === "svg"), a = r.$elm$ = E.createElementNS(
|
|
377
|
+
k ? Fe : We,
|
|
378
|
+
!D && I.slotRelocation && r.$flags$ & 2 ? "slot-fb" : r.$tag$
|
|
379
|
+
), k && r.$tag$ === "foreignObject" && (k = !1), be(null, r, k), r.$children$)
|
|
380
|
+
for (i = 0; i < r.$children$.length; ++i)
|
|
381
|
+
l = F(e, r, i), l && a.appendChild(l);
|
|
382
|
+
r.$tag$ === "svg" ? k = !1 : a.tagName === "foreignObject" && (k = !0);
|
|
383
383
|
}
|
|
384
|
-
return a["s-hn"] = W,
|
|
384
|
+
return a["s-hn"] = W, r.$flags$ & 3 && (a["s-sr"] = !0, a["s-cr"] = Z, a["s-sn"] = r.$name$ || "", a["s-rf"] = (n = r.$attrs$) == null ? void 0 : n.ref, $ = e && e.$children$ && e.$children$[s], $ && $.$tag$ === r.$tag$ && e.$elm$ && j(e.$elm$, !1)), a;
|
|
385
385
|
}, j = (e, t) => {
|
|
386
386
|
p.$flags$ |= 1;
|
|
387
387
|
const s = Array.from(e.__childNodes || e.childNodes);
|
|
388
388
|
e["s-sr"] && I.experimentalSlotFixes;
|
|
389
|
-
for (let
|
|
390
|
-
const
|
|
391
|
-
|
|
389
|
+
for (let n = s.length - 1; n >= 0; n--) {
|
|
390
|
+
const r = s[n];
|
|
391
|
+
r["s-hn"] !== W && r["s-ol"] && (O(R(r).parentNode, r, R(r)), r["s-ol"].remove(), r["s-ol"] = void 0, r["s-sh"] = void 0, te = !0), t && j(r, t);
|
|
392
392
|
}
|
|
393
393
|
p.$flags$ &= -2;
|
|
394
|
-
}, we = (e, t, s,
|
|
394
|
+
}, we = (e, t, s, n, r, i) => {
|
|
395
395
|
let a = e["s-cr"] && e["s-cr"].parentNode || e, l;
|
|
396
|
-
for (a.shadowRoot && a.tagName === W && (a = a.shadowRoot);
|
|
397
|
-
r
|
|
396
|
+
for (a.shadowRoot && a.tagName === W && (a = a.shadowRoot); r <= i; ++r)
|
|
397
|
+
n[r] && (l = F(null, s, r), l && (n[r].$elm$ = l, O(a, l, R(t))));
|
|
398
398
|
}, Oe = (e, t, s) => {
|
|
399
|
-
for (let
|
|
400
|
-
const
|
|
401
|
-
if (
|
|
402
|
-
const i =
|
|
403
|
-
Ae(
|
|
399
|
+
for (let n = t; n <= s; ++n) {
|
|
400
|
+
const r = e[n];
|
|
401
|
+
if (r) {
|
|
402
|
+
const i = r.$elm$;
|
|
403
|
+
Ae(r), i && (C = !0, i["s-ol"] ? i["s-ol"].remove() : j(i, !0), i.remove());
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
|
-
}, ht = (e, t, s,
|
|
407
|
-
let i = 0, a = 0, l = 0, $ = 0, c = t.length - 1, f = t[0], d = t[c], o =
|
|
406
|
+
}, ht = (e, t, s, n, r = !1) => {
|
|
407
|
+
let i = 0, a = 0, l = 0, $ = 0, c = t.length - 1, f = t[0], d = t[c], o = n.length - 1, u = n[0], h = n[o], v, S;
|
|
408
408
|
for (; i <= c && a <= o; )
|
|
409
409
|
if (f == null)
|
|
410
410
|
f = t[++i];
|
|
411
411
|
else if (d == null)
|
|
412
412
|
d = t[--c];
|
|
413
413
|
else if (u == null)
|
|
414
|
-
u =
|
|
414
|
+
u = n[++a];
|
|
415
415
|
else if (h == null)
|
|
416
|
-
h =
|
|
417
|
-
else if (U(f, u,
|
|
418
|
-
P(f, u,
|
|
419
|
-
else if (U(d, h,
|
|
420
|
-
P(d, h,
|
|
421
|
-
else if (U(f, h,
|
|
422
|
-
(f.$tag$ === "slot" || h.$tag$ === "slot") && j(f.$elm$.parentNode, !1), P(f, h,
|
|
423
|
-
else if (U(d, u,
|
|
424
|
-
(f.$tag$ === "slot" || h.$tag$ === "slot") && j(d.$elm$.parentNode, !1), P(d, u,
|
|
416
|
+
h = n[--o];
|
|
417
|
+
else if (U(f, u, r))
|
|
418
|
+
P(f, u, r), f = t[++i], u = n[++a];
|
|
419
|
+
else if (U(d, h, r))
|
|
420
|
+
P(d, h, r), d = t[--c], h = n[--o];
|
|
421
|
+
else if (U(f, h, r))
|
|
422
|
+
(f.$tag$ === "slot" || h.$tag$ === "slot") && j(f.$elm$.parentNode, !1), P(f, h, r), O(e, f.$elm$, d.$elm$.nextSibling), f = t[++i], h = n[--o];
|
|
423
|
+
else if (U(d, u, r))
|
|
424
|
+
(f.$tag$ === "slot" || h.$tag$ === "slot") && j(d.$elm$.parentNode, !1), P(d, u, r), O(e, d.$elm$, f.$elm$), d = t[--c], u = n[++a];
|
|
425
425
|
else {
|
|
426
426
|
for (l = -1, $ = i; $ <= c; ++$)
|
|
427
427
|
if (t[$] && t[$].$key$ !== null && t[$].$key$ === u.$key$) {
|
|
428
428
|
l = $;
|
|
429
429
|
break;
|
|
430
430
|
}
|
|
431
|
-
l >= 0 ? (S = t[l], S.$tag$ !== u.$tag$ ? v =
|
|
431
|
+
l >= 0 ? (S = t[l], S.$tag$ !== u.$tag$ ? v = F(t && t[a], s, l) : (P(S, u, r), t[l] = void 0, v = S.$elm$), u = n[++a]) : (v = F(t && t[a], s, a), u = n[++a]), v && O(
|
|
432
432
|
R(f.$elm$).parentNode,
|
|
433
433
|
v,
|
|
434
434
|
R(f.$elm$)
|
|
@@ -436,31 +436,31 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
436
436
|
}
|
|
437
437
|
i > c ? we(
|
|
438
438
|
e,
|
|
439
|
-
|
|
439
|
+
n[o + 1] == null ? null : n[o + 1].$elm$,
|
|
440
440
|
s,
|
|
441
|
-
|
|
441
|
+
n,
|
|
442
442
|
a,
|
|
443
443
|
o
|
|
444
444
|
) : a > o && Oe(t, i, c);
|
|
445
445
|
}, U = (e, t, s = !1) => e.$tag$ === t.$tag$ ? e.$tag$ === "slot" ? e.$name$ === t.$name$ : s ? (s && !e.$key$ && t.$key$ && (e.$key$ = t.$key$), !0) : e.$key$ === t.$key$ : !1, R = (e) => e && e["s-ol"] || e, P = (e, t, s = !1) => {
|
|
446
|
-
const
|
|
446
|
+
const n = t.$elm$ = e.$elm$, r = e.$children$, i = t.$children$, a = t.$tag$, l = t.$text$;
|
|
447
447
|
let $;
|
|
448
|
-
l === null ? (k = a === "svg" ? !0 : a === "foreignObject" ? !1 : k, a === "slot" && !D || be(e, t, k),
|
|
448
|
+
l === null ? (k = a === "svg" ? !0 : a === "foreignObject" ? !1 : k, a === "slot" && !D || be(e, t, k), r !== null && i !== null ? ht(n, r, t, i, s) : i !== null ? (e.$text$ !== null && (n.textContent = ""), we(n, null, t, i, 0, i.length - 1)) : (
|
|
449
449
|
// don't do this on initial render as it can cause non-hydrated content to be removed
|
|
450
|
-
!s && I.updatable &&
|
|
451
|
-
), k && a === "svg" && (k = !1)) : ($ =
|
|
450
|
+
!s && I.updatable && r !== null && Oe(r, 0, r.length - 1)
|
|
451
|
+
), k && a === "svg" && (k = !1)) : ($ = n["s-cr"]) ? $.parentNode.textContent = l : e.$text$ !== l && (n.data = l);
|
|
452
452
|
}, b = [], Pe = (e) => {
|
|
453
|
-
let t, s,
|
|
454
|
-
const
|
|
455
|
-
for (const i of
|
|
453
|
+
let t, s, n;
|
|
454
|
+
const r = e.__childNodes || e.childNodes;
|
|
455
|
+
for (const i of r) {
|
|
456
456
|
if (i["s-sr"] && (t = i["s-cr"]) && t.parentNode) {
|
|
457
457
|
s = t.parentNode.__childNodes || t.parentNode.childNodes;
|
|
458
458
|
const a = i["s-sn"];
|
|
459
|
-
for (
|
|
460
|
-
if (t = s[
|
|
459
|
+
for (n = s.length - 1; n >= 0; n--)
|
|
460
|
+
if (t = s[n], !t["s-cn"] && !t["s-nr"] && t["s-hn"] !== i["s-hn"])
|
|
461
461
|
if (ce(t, a)) {
|
|
462
462
|
let l = b.find(($) => $.$nodeToRelocate$ === t);
|
|
463
|
-
|
|
463
|
+
C = !0, t["s-sn"] = t["s-sn"] || a, l ? (l.$nodeToRelocate$["s-sh"] = i["s-hn"], l.$slotRefNode$ = i) : (t["s-sh"] = i["s-hn"], b.push({
|
|
464
464
|
$slotRefNode$: i,
|
|
465
465
|
$nodeToRelocate$: t
|
|
466
466
|
})), t["s-sr"] && b.map(($) => {
|
|
@@ -475,14 +475,14 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
475
475
|
}, Ae = (e) => {
|
|
476
476
|
e.$attrs$ && e.$attrs$.ref && e.$attrs$.ref(null), e.$children$ && e.$children$.map(Ae);
|
|
477
477
|
}, O = (e, t, s) => e == null ? void 0 : e.insertBefore(t, s), pt = (e, t, s = !1) => {
|
|
478
|
-
var
|
|
478
|
+
var n, r, i, a;
|
|
479
479
|
const l = e.$hostElement$, $ = e.$cmpMeta$, c = e.$vnode$ || B(null, null), f = lt(t) ? t : _e(null, null, t);
|
|
480
480
|
if (W = l.tagName, $.$attrsToReflect$ && (f.$attrs$ = f.$attrs$ || {}, $.$attrsToReflect$.map(
|
|
481
481
|
([d, o]) => f.$attrs$[o] = l[d]
|
|
482
482
|
)), s && f.$attrs$)
|
|
483
483
|
for (const d of Object.keys(f.$attrs$))
|
|
484
484
|
l.hasAttribute(d) && !["key", "ref", "style", "class"].includes(d) && (f.$attrs$[d] = l[d]);
|
|
485
|
-
f.$tag$ = null, f.$flags$ |= 4, e.$vnode$ = f, f.$elm$ = c.$elm$ = l.shadowRoot || l, D = ($.$flags$ & 1)
|
|
485
|
+
f.$tag$ = null, f.$flags$ |= 4, e.$vnode$ = f, f.$elm$ = c.$elm$ = l.shadowRoot || l, D = !!($.$flags$ & 1) && !($.$flags$ & 128), Z = l["s-cr"], C = !1, P(c, f, s);
|
|
486
486
|
{
|
|
487
487
|
if (p.$flags$ |= 1, te) {
|
|
488
488
|
Pe(f.$elm$);
|
|
@@ -499,9 +499,9 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
499
499
|
const h = u.parentNode;
|
|
500
500
|
let v = u.nextSibling;
|
|
501
501
|
{
|
|
502
|
-
let _ = (
|
|
502
|
+
let _ = (n = o["s-ol"]) == null ? void 0 : n.previousSibling;
|
|
503
503
|
for (; _; ) {
|
|
504
|
-
let y = (
|
|
504
|
+
let y = (r = _["s-nr"]) != null ? r : null;
|
|
505
505
|
if (y && y["s-sn"] === o["s-sn"] && h === (y.__parentNode || y.parentNode)) {
|
|
506
506
|
for (y = y.nextSibling; y === o || y != null && y["s-sr"]; )
|
|
507
507
|
y = y == null ? void 0 : y.nextSibling;
|
|
@@ -519,15 +519,15 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
519
519
|
o.nodeType === 1 && (s && (o["s-ih"] = (a = o.hidden) != null ? a : !1), o.hidden = !0);
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
|
-
|
|
522
|
+
C && ke(f.$elm$), p.$flags$ &= -2, b.length = 0;
|
|
523
523
|
}
|
|
524
524
|
Z = void 0;
|
|
525
525
|
}, me = (e, t) => {
|
|
526
526
|
if (t && !e.$onRenderResolve$ && t["s-p"]) {
|
|
527
527
|
const s = t["s-p"].push(
|
|
528
528
|
new Promise(
|
|
529
|
-
(
|
|
530
|
-
t["s-p"].splice(s - 1, 1),
|
|
529
|
+
(n) => e.$onRenderResolve$ = () => {
|
|
530
|
+
t["s-p"].splice(s - 1, 1), n();
|
|
531
531
|
}
|
|
532
532
|
)
|
|
533
533
|
);
|
|
@@ -539,59 +539,59 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
539
539
|
}
|
|
540
540
|
return me(e, e.$ancestorComponent$), Me(() => vt(e, t));
|
|
541
541
|
}, vt = (e, t) => {
|
|
542
|
-
const s = e.$hostElement$,
|
|
543
|
-
if (!
|
|
542
|
+
const s = e.$hostElement$, n = w("scheduleUpdate", e.$cmpMeta$.$tagName$), r = e.$lazyInstance$;
|
|
543
|
+
if (!r)
|
|
544
544
|
throw new Error(
|
|
545
545
|
`Can't render component <${s.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`
|
|
546
546
|
);
|
|
547
547
|
let i;
|
|
548
|
-
return t && (e.$flags$ |= 256, e.$queuedListeners$ && (e.$queuedListeners$.map(([a, l]) => M(
|
|
548
|
+
return t && (e.$flags$ |= 256, e.$queuedListeners$ && (e.$queuedListeners$.map(([a, l]) => M(r, a, l, s)), e.$queuedListeners$ = void 0), i = M(r, "componentWillLoad", void 0, s)), n(), gt(i, () => St(e, r, t));
|
|
549
549
|
}, gt = (e, t) => yt(e) ? e.then(t).catch((s) => {
|
|
550
550
|
console.error(s), t();
|
|
551
551
|
}) : t(), yt = (e) => e instanceof Promise || e && e.then && typeof e.then == "function", St = (e, t, s) => z(void 0, null, function* () {
|
|
552
|
-
var
|
|
553
|
-
const
|
|
552
|
+
var n;
|
|
553
|
+
const r = e.$hostElement$, i = w("update", e.$cmpMeta$.$tagName$), a = r["s-rc"];
|
|
554
554
|
s && ft(e);
|
|
555
555
|
const l = w("render", e.$cmpMeta$.$tagName$);
|
|
556
|
-
kt(e, t,
|
|
556
|
+
kt(e, t, r, s), a && (a.map(($) => $()), r["s-rc"] = void 0), l(), i();
|
|
557
557
|
{
|
|
558
|
-
const $ = (
|
|
558
|
+
const $ = (n = r["s-p"]) != null ? n : [], c = () => Et(e);
|
|
559
559
|
$.length === 0 ? c() : (Promise.all($).then(c), e.$flags$ |= 4, $.length = 0);
|
|
560
560
|
}
|
|
561
|
-
}), kt = (e, t, s,
|
|
561
|
+
}), kt = (e, t, s, n) => {
|
|
562
562
|
try {
|
|
563
|
-
t = t.render && t.render(), e.$flags$ &= -17, e.$flags$ |= 2, pt(e, t,
|
|
564
|
-
} catch (
|
|
565
|
-
L(
|
|
563
|
+
t = t.render && t.render(), e.$flags$ &= -17, e.$flags$ |= 2, pt(e, t, n);
|
|
564
|
+
} catch (r) {
|
|
565
|
+
L(r, e.$hostElement$);
|
|
566
566
|
}
|
|
567
567
|
return null;
|
|
568
568
|
}, Et = (e) => {
|
|
569
|
-
const t = e.$cmpMeta$.$tagName$, s = e.$hostElement$,
|
|
570
|
-
M(
|
|
569
|
+
const t = e.$cmpMeta$.$tagName$, s = e.$hostElement$, n = w("postUpdate", t), r = e.$lazyInstance$, i = e.$ancestorComponent$;
|
|
570
|
+
M(r, "componentDidRender", void 0, s), e.$flags$ & 64 ? n() : (e.$flags$ |= 64, _t(s), n(), e.$onReadyResolve$(s), i || je()), e.$onRenderResolve$ && (e.$onRenderResolve$(), e.$onRenderResolve$ = void 0), e.$flags$ & 512 && V(() => se(e, !1)), e.$flags$ &= -517;
|
|
571
571
|
}, je = (e) => {
|
|
572
572
|
V(() => Te(m, "appload", { detail: { namespace: Be } }));
|
|
573
|
-
}, M = (e, t, s,
|
|
573
|
+
}, M = (e, t, s, n) => {
|
|
574
574
|
if (e && e[t])
|
|
575
575
|
try {
|
|
576
576
|
return e[t](s);
|
|
577
|
-
} catch (
|
|
578
|
-
L(
|
|
577
|
+
} catch (r) {
|
|
578
|
+
L(r, n);
|
|
579
579
|
}
|
|
580
580
|
}, _t = (e) => {
|
|
581
581
|
var t;
|
|
582
582
|
return e.classList.add((t = I.hydratedSelectorName) != null ? t : "hydrated");
|
|
583
|
-
}, Tt = (e, t) => x(e).$instanceValues$.get(t), Y = (e, t, s,
|
|
584
|
-
const
|
|
585
|
-
if (!
|
|
583
|
+
}, Tt = (e, t) => x(e).$instanceValues$.get(t), Y = (e, t, s, n) => {
|
|
584
|
+
const r = x(e);
|
|
585
|
+
if (!r)
|
|
586
586
|
throw new Error(
|
|
587
|
-
`Couldn't find host element for "${
|
|
587
|
+
`Couldn't find host element for "${n.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`
|
|
588
588
|
);
|
|
589
|
-
const i =
|
|
590
|
-
s = Q(s,
|
|
589
|
+
const i = r.$hostElement$, a = r.$instanceValues$.get(t), l = r.$flags$, $ = r.$lazyInstance$;
|
|
590
|
+
s = Q(s, n.$members$[t][0]);
|
|
591
591
|
const c = Number.isNaN(a) && Number.isNaN(s), f = s !== a && !c;
|
|
592
|
-
if ((!(l & 8) || a === void 0) && f && (
|
|
593
|
-
if (
|
|
594
|
-
const d =
|
|
592
|
+
if ((!(l & 8) || a === void 0) && f && (r.$instanceValues$.set(t, s), $)) {
|
|
593
|
+
if (n.$watchers$ && l & 128) {
|
|
594
|
+
const d = n.$watchers$[t];
|
|
595
595
|
d && d.map((o) => {
|
|
596
596
|
try {
|
|
597
597
|
$[o](s, a, t);
|
|
@@ -600,14 +600,14 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
600
600
|
}
|
|
601
601
|
});
|
|
602
602
|
}
|
|
603
|
-
(l & 18) === 2 && se(
|
|
603
|
+
(l & 18) === 2 && se(r, !1);
|
|
604
604
|
}
|
|
605
605
|
}, Re = (e, t, s) => {
|
|
606
|
-
var
|
|
606
|
+
var n, r;
|
|
607
607
|
const i = e.prototype;
|
|
608
608
|
if (t.$members$ || t.$watchers$ || e.watchers) {
|
|
609
609
|
e.watchers && !t.$watchers$ && (t.$watchers$ = e.watchers);
|
|
610
|
-
const a = Object.entries((
|
|
610
|
+
const a = Object.entries((n = t.$members$) != null ? n : {});
|
|
611
611
|
if (a.map(([l, [$]]) => {
|
|
612
612
|
if ($ & 31 || s & 2 && $ & 32) {
|
|
613
613
|
const { get: c, set: f } = Object.getOwnPropertyDescriptor(i, l) || {};
|
|
@@ -674,7 +674,7 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
674
674
|
});
|
|
675
675
|
}, e.observedAttributes = Array.from(
|
|
676
676
|
/* @__PURE__ */ new Set([
|
|
677
|
-
...Object.keys((
|
|
677
|
+
...Object.keys((r = t.$watchers$) != null ? r : {}),
|
|
678
678
|
...a.filter(
|
|
679
679
|
([$, c]) => c[0] & 15
|
|
680
680
|
/* HasAttribute */
|
|
@@ -688,43 +688,43 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
690
|
return e;
|
|
691
|
-
}, xt = (e, t, s,
|
|
692
|
-
let
|
|
691
|
+
}, xt = (e, t, s, n) => z(void 0, null, function* () {
|
|
692
|
+
let r;
|
|
693
693
|
if (!(t.$flags$ & 32)) {
|
|
694
694
|
if (t.$flags$ |= 32, s.$lazyBundleId$) {
|
|
695
695
|
const $ = Ye(s, t);
|
|
696
696
|
if ($ && "then" in $) {
|
|
697
697
|
const f = nt();
|
|
698
|
-
|
|
698
|
+
r = yield $, f();
|
|
699
699
|
} else
|
|
700
|
-
|
|
701
|
-
if (!
|
|
700
|
+
r = $;
|
|
701
|
+
if (!r)
|
|
702
702
|
throw new Error(`Constructor for "${s.$tagName$}#${t.$modeName$}" was not found`);
|
|
703
|
-
|
|
704
|
-
|
|
703
|
+
r.isProxied || (s.$watchers$ = r.watchers, Re(
|
|
704
|
+
r,
|
|
705
705
|
s,
|
|
706
706
|
2
|
|
707
707
|
/* proxyState */
|
|
708
|
-
),
|
|
708
|
+
), r.isProxied = !0);
|
|
709
709
|
const c = w("createInstance", s.$tagName$);
|
|
710
710
|
t.$flags$ |= 8;
|
|
711
711
|
try {
|
|
712
|
-
new
|
|
712
|
+
new r(t);
|
|
713
713
|
} catch (f) {
|
|
714
714
|
L(f, e);
|
|
715
715
|
}
|
|
716
716
|
t.$flags$ &= -9, t.$flags$ |= 128, c();
|
|
717
717
|
} else {
|
|
718
|
-
|
|
718
|
+
r = e.constructor;
|
|
719
719
|
const $ = e.localName;
|
|
720
720
|
customElements.whenDefined($).then(
|
|
721
721
|
() => t.$flags$ |= 128
|
|
722
722
|
/* isWatchReady */
|
|
723
723
|
);
|
|
724
724
|
}
|
|
725
|
-
if (
|
|
725
|
+
if (r && r.style) {
|
|
726
726
|
let $;
|
|
727
|
-
typeof
|
|
727
|
+
typeof r.style == "string" && ($ = r.style);
|
|
728
728
|
const c = xe(s);
|
|
729
729
|
if (!q.has(c)) {
|
|
730
730
|
const f = w("registerStyles", s.$tagName$);
|
|
@@ -737,28 +737,28 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
737
737
|
}), Lt = (e, t) => {
|
|
738
738
|
}, bt = (e) => {
|
|
739
739
|
if (!(p.$flags$ & 1)) {
|
|
740
|
-
const t = x(e), s = t.$cmpMeta$,
|
|
740
|
+
const t = x(e), s = t.$cmpMeta$, n = w("connectedCallback", s.$tagName$);
|
|
741
741
|
if (t.$flags$ & 1)
|
|
742
742
|
Ie(e, t, s.$listeners$), t != null && t.$lazyInstance$ || t != null && t.$onReadyPromise$ && t.$onReadyPromise$.then(() => Lt());
|
|
743
743
|
else {
|
|
744
744
|
t.$flags$ |= 1, // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
|
|
745
745
|
s.$flags$ & 12 && wt(e);
|
|
746
746
|
{
|
|
747
|
-
let
|
|
748
|
-
for (;
|
|
749
|
-
if (
|
|
750
|
-
me(t, t.$ancestorComponent$ =
|
|
747
|
+
let r = e;
|
|
748
|
+
for (; r = r.parentNode || r.host; )
|
|
749
|
+
if (r["s-p"]) {
|
|
750
|
+
me(t, t.$ancestorComponent$ = r);
|
|
751
751
|
break;
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
|
-
s.$members$ && Object.entries(s.$members$).map(([
|
|
755
|
-
if (i & 31 && e.hasOwnProperty(
|
|
756
|
-
const a = e[
|
|
757
|
-
delete e[
|
|
754
|
+
s.$members$ && Object.entries(s.$members$).map(([r, [i]]) => {
|
|
755
|
+
if (i & 31 && e.hasOwnProperty(r)) {
|
|
756
|
+
const a = e[r];
|
|
757
|
+
delete e[r], e[r] = a;
|
|
758
758
|
}
|
|
759
759
|
}), xt(e, t, s);
|
|
760
760
|
}
|
|
761
|
-
|
|
761
|
+
n();
|
|
762
762
|
}
|
|
763
763
|
}, wt = (e) => {
|
|
764
764
|
const t = e["s-cr"] = E.createComment(
|
|
@@ -774,7 +774,7 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
774
774
|
A.has(e) && A.delete(e), e.shadowRoot && A.has(e.shadowRoot) && A.delete(e.shadowRoot);
|
|
775
775
|
}), Ut = (e, t = {}) => {
|
|
776
776
|
var s;
|
|
777
|
-
const
|
|
777
|
+
const n = w(), r = [], i = t.exclude || [], a = m.customElements, l = E.head, $ = /* @__PURE__ */ l.querySelector("meta[charset]"), c = /* @__PURE__ */ E.createElement("style"), f = [];
|
|
778
778
|
let d, o = !0;
|
|
779
779
|
Object.assign(p, t), p.$resourcesUrl$ = new URL(t.resourcesUrl || "./", E.baseURI).href;
|
|
780
780
|
let u = !1;
|
|
@@ -815,7 +815,7 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
815
815
|
return x(this).$onReadyPromise$;
|
|
816
816
|
}
|
|
817
817
|
};
|
|
818
|
-
g.$lazyBundleId$ = h[0], !i.includes(_) && !a.get(_) && (
|
|
818
|
+
g.$lazyBundleId$ = h[0], !i.includes(_) && !a.get(_) && (r.push(_), a.define(
|
|
819
819
|
_,
|
|
820
820
|
Re(
|
|
821
821
|
y,
|
|
@@ -825,23 +825,23 @@ var Z, W, D = !1, F = !1, te = !1, k = !1, C = (e, t, s) => {
|
|
|
825
825
|
)
|
|
826
826
|
));
|
|
827
827
|
});
|
|
828
|
-
}),
|
|
828
|
+
}), r.length > 0 && (u && (c.textContent += pe), c.textContent += r.sort() + Je, c.innerHTML.length)) {
|
|
829
829
|
c.setAttribute("data-styles", "");
|
|
830
830
|
const h = (s = p.$nonce$) != null ? s : ye(E);
|
|
831
831
|
h != null && c.setAttribute("nonce", h), l.insertBefore(c, $ ? $.nextSibling : l.firstChild);
|
|
832
832
|
}
|
|
833
|
-
o = !1, f.length ? f.map((h) => h.connectedCallback()) : p.jmp(() => d = setTimeout(je, 30)),
|
|
834
|
-
}, qt = (e, t) => t, Ie = (e, t, s,
|
|
835
|
-
s && s.map(([
|
|
836
|
-
const l = mt(e,
|
|
833
|
+
o = !1, f.length ? f.map((h) => h.connectedCallback()) : p.jmp(() => d = setTimeout(je, 30)), n();
|
|
834
|
+
}, qt = (e, t) => t, Ie = (e, t, s, n) => {
|
|
835
|
+
s && s.map(([r, i, a]) => {
|
|
836
|
+
const l = mt(e, r), $ = At(t, a), c = jt(r);
|
|
837
837
|
p.ael(l, i, $, c), (t.$rmListeners$ = t.$rmListeners$ || []).push(() => p.rel(l, i, $, c));
|
|
838
838
|
});
|
|
839
839
|
}, At = (e, t) => (s) => {
|
|
840
|
-
var
|
|
840
|
+
var n;
|
|
841
841
|
try {
|
|
842
|
-
e.$flags$ & 256 ? (
|
|
843
|
-
} catch (
|
|
844
|
-
L(
|
|
842
|
+
e.$flags$ & 256 ? (n = e.$lazyInstance$) == null || n[t](s) : (e.$queuedListeners$ = e.$queuedListeners$ || []).push([t, s]);
|
|
843
|
+
} catch (r) {
|
|
844
|
+
L(r, e.$hostElement$);
|
|
845
845
|
}
|
|
846
846
|
}, mt = (e, t) => t & 8 ? m : e, jt = (e) => Ke ? {
|
|
847
847
|
passive: (e & 1) !== 0,
|