@vouchfor/embeds 0.0.0-experiment.b565b72 → 0.0.0-experiment.b764e6a

Sign up to get free protection for your applications and to get access to all the features.
package/dist/es/embeds.js CHANGED
@@ -1,16 +1,1614 @@
1
- import { MediaPlayer as s } from "@vouchfor/media-player";
2
- import { customElement as f } from "lit/decorators.js";
3
- var v = Object.defineProperty, i = Object.getOwnPropertyDescriptor, _ = (o, r, t, l) => {
4
- for (var e = l > 1 ? void 0 : l ? i(r, t) : r, m = o.length - 1, n; m >= 0; m--)
5
- (n = o[m]) && (e = (l ? n(r, t, e) : n(e)) || e);
6
- return l && e && v(r, t, e), e;
7
- };
8
- let p = class extends s {
9
- };
10
- p = _([
11
- f("vembed-inline")
12
- ], p);
1
+ import { property as y, state as Bt, customElement as le } from "lit/decorators.js";
2
+ import { ifDefined as ft } from "lit/directives/if-defined.js";
3
+ import { createRef as Wt, ref as qt } from "lit/directives/ref.js";
4
+ import { Task as gt } from "@lit/task";
5
+ import { v4 as P } from "uuid";
6
+ import "@vouchfor/media-player";
7
+ /**
8
+ * @license
9
+ * Copyright 2019 Google LLC
10
+ * SPDX-License-Identifier: BSD-3-Clause
11
+ */
12
+ const G = globalThis, _t = G.ShadowRoot && (G.ShadyCSS === void 0 || G.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Xt = Symbol(), yt = /* @__PURE__ */ new WeakMap();
13
+ let de = class {
14
+ constructor(t, e, i) {
15
+ if (this._$cssResult$ = !0, i !== Xt)
16
+ throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
17
+ this.cssText = t, this.t = e;
18
+ }
19
+ get styleSheet() {
20
+ let t = this.o;
21
+ const e = this.t;
22
+ if (_t && t === void 0) {
23
+ const i = e !== void 0 && e.length === 1;
24
+ i && (t = yt.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && yt.set(e, t));
25
+ }
26
+ return t;
27
+ }
28
+ toString() {
29
+ return this.cssText;
30
+ }
31
+ };
32
+ const ce = (r) => new de(typeof r == "string" ? r : r + "", void 0, Xt), pe = (r, t) => {
33
+ if (_t)
34
+ r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
35
+ else
36
+ for (const e of t) {
37
+ const i = document.createElement("style"), s = G.litNonce;
38
+ s !== void 0 && i.setAttribute("nonce", s), i.textContent = e.cssText, r.appendChild(i);
39
+ }
40
+ }, vt = _t ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
41
+ let e = "";
42
+ for (const i of t.cssRules)
43
+ e += i.cssText;
44
+ return ce(e);
45
+ })(r) : r;
46
+ /**
47
+ * @license
48
+ * Copyright 2017 Google LLC
49
+ * SPDX-License-Identifier: BSD-3-Clause
50
+ */
51
+ const { is: ue, defineProperty: _e, getOwnPropertyDescriptor: me, getOwnPropertyNames: $e, getOwnPropertySymbols: fe, getPrototypeOf: ge } = Object, b = globalThis, At = b.trustedTypes, ye = At ? At.emptyScript : "", rt = b.reactiveElementPolyfillSupport, I = (r, t) => r, ct = { toAttribute(r, t) {
52
+ switch (t) {
53
+ case Boolean:
54
+ r = r ? ye : null;
55
+ break;
56
+ case Object:
57
+ case Array:
58
+ r = r == null ? r : JSON.stringify(r);
59
+ }
60
+ return r;
61
+ }, fromAttribute(r, t) {
62
+ let e = r;
63
+ switch (t) {
64
+ case Boolean:
65
+ e = r !== null;
66
+ break;
67
+ case Number:
68
+ e = r === null ? null : Number(r);
69
+ break;
70
+ case Object:
71
+ case Array:
72
+ try {
73
+ e = JSON.parse(r);
74
+ } catch {
75
+ e = null;
76
+ }
77
+ }
78
+ return e;
79
+ } }, Jt = (r, t) => !ue(r, t), bt = { attribute: !0, type: String, converter: ct, reflect: !1, hasChanged: Jt };
80
+ Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), b.litPropertyMetadata ?? (b.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
81
+ let N = class extends HTMLElement {
82
+ static addInitializer(t) {
83
+ this._$Ei(), (this.l ?? (this.l = [])).push(t);
84
+ }
85
+ static get observedAttributes() {
86
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
87
+ }
88
+ static createProperty(t, e = bt) {
89
+ if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
90
+ const i = Symbol(), s = this.getPropertyDescriptor(t, i, e);
91
+ s !== void 0 && _e(this.prototype, t, s);
92
+ }
93
+ }
94
+ static getPropertyDescriptor(t, e, i) {
95
+ const { get: s, set: n } = me(this.prototype, t) ?? { get() {
96
+ return this[e];
97
+ }, set(o) {
98
+ this[e] = o;
99
+ } };
100
+ return { get() {
101
+ return s == null ? void 0 : s.call(this);
102
+ }, set(o) {
103
+ const h = s == null ? void 0 : s.call(this);
104
+ n.call(this, o), this.requestUpdate(t, h, i);
105
+ }, configurable: !0, enumerable: !0 };
106
+ }
107
+ static getPropertyOptions(t) {
108
+ return this.elementProperties.get(t) ?? bt;
109
+ }
110
+ static _$Ei() {
111
+ if (this.hasOwnProperty(I("elementProperties")))
112
+ return;
113
+ const t = ge(this);
114
+ t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
115
+ }
116
+ static finalize() {
117
+ if (this.hasOwnProperty(I("finalized")))
118
+ return;
119
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(I("properties"))) {
120
+ const e = this.properties, i = [...$e(e), ...fe(e)];
121
+ for (const s of i)
122
+ this.createProperty(s, e[s]);
123
+ }
124
+ const t = this[Symbol.metadata];
125
+ if (t !== null) {
126
+ const e = litPropertyMetadata.get(t);
127
+ if (e !== void 0)
128
+ for (const [i, s] of e)
129
+ this.elementProperties.set(i, s);
130
+ }
131
+ this._$Eh = /* @__PURE__ */ new Map();
132
+ for (const [e, i] of this.elementProperties) {
133
+ const s = this._$Eu(e, i);
134
+ s !== void 0 && this._$Eh.set(s, e);
135
+ }
136
+ this.elementStyles = this.finalizeStyles(this.styles);
137
+ }
138
+ static finalizeStyles(t) {
139
+ const e = [];
140
+ if (Array.isArray(t)) {
141
+ const i = new Set(t.flat(1 / 0).reverse());
142
+ for (const s of i)
143
+ e.unshift(vt(s));
144
+ } else
145
+ t !== void 0 && e.push(vt(t));
146
+ return e;
147
+ }
148
+ static _$Eu(t, e) {
149
+ const i = e.attribute;
150
+ return i === !1 ? void 0 : typeof i == "string" ? i : typeof t == "string" ? t.toLowerCase() : void 0;
151
+ }
152
+ constructor() {
153
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
154
+ }
155
+ _$Ev() {
156
+ var t;
157
+ this._$Eg = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$ES(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((e) => e(this));
158
+ }
159
+ addController(t) {
160
+ var e;
161
+ (this._$E_ ?? (this._$E_ = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((e = t.hostConnected) == null || e.call(t));
162
+ }
163
+ removeController(t) {
164
+ var e;
165
+ (e = this._$E_) == null || e.delete(t);
166
+ }
167
+ _$ES() {
168
+ const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
169
+ for (const i of e.keys())
170
+ this.hasOwnProperty(i) && (t.set(i, this[i]), delete this[i]);
171
+ t.size > 0 && (this._$Ep = t);
172
+ }
173
+ createRenderRoot() {
174
+ const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
175
+ return pe(t, this.constructor.elementStyles), t;
176
+ }
177
+ connectedCallback() {
178
+ var t;
179
+ this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$E_) == null || t.forEach((e) => {
180
+ var i;
181
+ return (i = e.hostConnected) == null ? void 0 : i.call(e);
182
+ });
183
+ }
184
+ enableUpdating(t) {
185
+ }
186
+ disconnectedCallback() {
187
+ var t;
188
+ (t = this._$E_) == null || t.forEach((e) => {
189
+ var i;
190
+ return (i = e.hostDisconnected) == null ? void 0 : i.call(e);
191
+ });
192
+ }
193
+ attributeChangedCallback(t, e, i) {
194
+ this._$AK(t, i);
195
+ }
196
+ _$EO(t, e) {
197
+ var n;
198
+ const i = this.constructor.elementProperties.get(t), s = this.constructor._$Eu(t, i);
199
+ if (s !== void 0 && i.reflect === !0) {
200
+ const o = (((n = i.converter) == null ? void 0 : n.toAttribute) !== void 0 ? i.converter : ct).toAttribute(e, i.type);
201
+ this._$Em = t, o == null ? this.removeAttribute(s) : this.setAttribute(s, o), this._$Em = null;
202
+ }
203
+ }
204
+ _$AK(t, e) {
205
+ var n;
206
+ const i = this.constructor, s = i._$Eh.get(t);
207
+ if (s !== void 0 && this._$Em !== s) {
208
+ const o = i.getPropertyOptions(s), h = typeof o.converter == "function" ? { fromAttribute: o.converter } : ((n = o.converter) == null ? void 0 : n.fromAttribute) !== void 0 ? o.converter : ct;
209
+ this._$Em = s, this[s] = h.fromAttribute(e, o.type), this._$Em = null;
210
+ }
211
+ }
212
+ requestUpdate(t, e, i, s = !1, n) {
213
+ if (t !== void 0) {
214
+ if (i ?? (i = this.constructor.getPropertyOptions(t)), !(i.hasChanged ?? Jt)(s ? n : this[t], e))
215
+ return;
216
+ this.C(t, e, i);
217
+ }
218
+ this.isUpdatePending === !1 && (this._$Eg = this._$EP());
219
+ }
220
+ C(t, e, i) {
221
+ this._$AL.has(t) || this._$AL.set(t, e), i.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
222
+ }
223
+ async _$EP() {
224
+ this.isUpdatePending = !0;
225
+ try {
226
+ await this._$Eg;
227
+ } catch (e) {
228
+ Promise.reject(e);
229
+ }
230
+ const t = this.scheduleUpdate();
231
+ return t != null && await t, !this.isUpdatePending;
232
+ }
233
+ scheduleUpdate() {
234
+ return this.performUpdate();
235
+ }
236
+ performUpdate() {
237
+ var i;
238
+ if (!this.isUpdatePending)
239
+ return;
240
+ if (!this.hasUpdated) {
241
+ if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
242
+ for (const [n, o] of this._$Ep)
243
+ this[n] = o;
244
+ this._$Ep = void 0;
245
+ }
246
+ const s = this.constructor.elementProperties;
247
+ if (s.size > 0)
248
+ for (const [n, o] of s)
249
+ o.wrapped !== !0 || this._$AL.has(n) || this[n] === void 0 || this.C(n, this[n], o);
250
+ }
251
+ let t = !1;
252
+ const e = this._$AL;
253
+ try {
254
+ t = this.shouldUpdate(e), t ? (this.willUpdate(e), (i = this._$E_) == null || i.forEach((s) => {
255
+ var n;
256
+ return (n = s.hostUpdate) == null ? void 0 : n.call(s);
257
+ }), this.update(e)) : this._$ET();
258
+ } catch (s) {
259
+ throw t = !1, this._$ET(), s;
260
+ }
261
+ t && this._$AE(e);
262
+ }
263
+ willUpdate(t) {
264
+ }
265
+ _$AE(t) {
266
+ var e;
267
+ (e = this._$E_) == null || e.forEach((i) => {
268
+ var s;
269
+ return (s = i.hostUpdated) == null ? void 0 : s.call(i);
270
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
271
+ }
272
+ _$ET() {
273
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
274
+ }
275
+ get updateComplete() {
276
+ return this.getUpdateComplete();
277
+ }
278
+ getUpdateComplete() {
279
+ return this._$Eg;
280
+ }
281
+ shouldUpdate(t) {
282
+ return !0;
283
+ }
284
+ update(t) {
285
+ this._$Ej && (this._$Ej = this._$Ej.forEach((e) => this._$EO(e, this[e]))), this._$ET();
286
+ }
287
+ updated(t) {
288
+ }
289
+ firstUpdated(t) {
290
+ }
291
+ };
292
+ N.elementStyles = [], N.shadowRootOptions = { mode: "open" }, N[I("elementProperties")] = /* @__PURE__ */ new Map(), N[I("finalized")] = /* @__PURE__ */ new Map(), rt == null || rt({ ReactiveElement: N }), (b.reactiveElementVersions ?? (b.reactiveElementVersions = [])).push("2.0.2");
293
+ /**
294
+ * @license
295
+ * Copyright 2017 Google LLC
296
+ * SPDX-License-Identifier: BSD-3-Clause
297
+ */
298
+ const V = globalThis, Y = V.trustedTypes, Et = Y ? Y.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, Kt = "$lit$", v = `lit$${(Math.random() + "").slice(9)}$`, Ft = "?" + v, ve = `<${Ft}>`, T = document, Q = () => T.createComment(""), B = (r) => r === null || typeof r != "object" && typeof r != "function", Gt = Array.isArray, Ae = (r) => Gt(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", nt = `[
299
+ \f\r]`, L = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, St = /-->/g, wt = />/g, S = RegExp(`>|${nt}(?:([^\\s"'>=/]+)(${nt}*=${nt}*(?:[^
300
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), Pt = /'/g, Ct = /"/g, Zt = /^(?:script|style|textarea|title)$/i, W = Symbol.for("lit-noChange"), _ = Symbol.for("lit-nothing"), Ut = /* @__PURE__ */ new WeakMap(), C = T.createTreeWalker(T, 129);
301
+ function Yt(r, t) {
302
+ if (!Array.isArray(r) || !r.hasOwnProperty("raw"))
303
+ throw Error("invalid template strings array");
304
+ return Et !== void 0 ? Et.createHTML(t) : t;
305
+ }
306
+ const be = (r, t) => {
307
+ const e = r.length - 1, i = [];
308
+ let s, n = t === 2 ? "<svg>" : "", o = L;
309
+ for (let h = 0; h < e; h++) {
310
+ const a = r[h];
311
+ let d, c, l = -1, p = 0;
312
+ for (; p < a.length && (o.lastIndex = p, c = o.exec(a), c !== null); )
313
+ p = o.lastIndex, o === L ? c[1] === "!--" ? o = St : c[1] !== void 0 ? o = wt : c[2] !== void 0 ? (Zt.test(c[2]) && (s = RegExp("</" + c[2], "g")), o = S) : c[3] !== void 0 && (o = S) : o === S ? c[0] === ">" ? (o = s ?? L, l = -1) : c[1] === void 0 ? l = -2 : (l = o.lastIndex - c[2].length, d = c[1], o = c[3] === void 0 ? S : c[3] === '"' ? Ct : Pt) : o === Ct || o === Pt ? o = S : o === St || o === wt ? o = L : (o = S, s = void 0);
314
+ const u = o === S && r[h + 1].startsWith("/>") ? " " : "";
315
+ n += o === L ? a + ve : l >= 0 ? (i.push(d), a.slice(0, l) + Kt + a.slice(l) + v + u) : a + v + (l === -2 ? h : u);
316
+ }
317
+ return [Yt(r, n + (r[e] || "<?>") + (t === 2 ? "</svg>" : "")), i];
318
+ };
319
+ let pt = class Qt {
320
+ constructor({ strings: t, _$litType$: e }, i) {
321
+ let s;
322
+ this.parts = [];
323
+ let n = 0, o = 0;
324
+ const h = t.length - 1, a = this.parts, [d, c] = be(t, e);
325
+ if (this.el = Qt.createElement(d, i), C.currentNode = this.el.content, e === 2) {
326
+ const l = this.el.content.firstChild;
327
+ l.replaceWith(...l.childNodes);
328
+ }
329
+ for (; (s = C.nextNode()) !== null && a.length < h; ) {
330
+ if (s.nodeType === 1) {
331
+ if (s.hasAttributes())
332
+ for (const l of s.getAttributeNames())
333
+ if (l.endsWith(Kt)) {
334
+ const p = c[o++], u = s.getAttribute(l).split(v), g = /([.?@])?(.*)/.exec(p);
335
+ a.push({ type: 1, index: n, name: g[2], strings: u, ctor: g[1] === "." ? Se : g[1] === "?" ? we : g[1] === "@" ? Pe : it }), s.removeAttribute(l);
336
+ } else
337
+ l.startsWith(v) && (a.push({ type: 6, index: n }), s.removeAttribute(l));
338
+ if (Zt.test(s.tagName)) {
339
+ const l = s.textContent.split(v), p = l.length - 1;
340
+ if (p > 0) {
341
+ s.textContent = Y ? Y.emptyScript : "";
342
+ for (let u = 0; u < p; u++)
343
+ s.append(l[u], Q()), C.nextNode(), a.push({ type: 2, index: ++n });
344
+ s.append(l[p], Q());
345
+ }
346
+ }
347
+ } else if (s.nodeType === 8)
348
+ if (s.data === Ft)
349
+ a.push({ type: 2, index: n });
350
+ else {
351
+ let l = -1;
352
+ for (; (l = s.data.indexOf(v, l + 1)) !== -1; )
353
+ a.push({ type: 7, index: n }), l += v.length - 1;
354
+ }
355
+ n++;
356
+ }
357
+ }
358
+ static createElement(t, e) {
359
+ const i = T.createElement("template");
360
+ return i.innerHTML = t, i;
361
+ }
362
+ };
363
+ function H(r, t, e = r, i) {
364
+ var o, h;
365
+ if (t === W)
366
+ return t;
367
+ let s = i !== void 0 ? (o = e._$Co) == null ? void 0 : o[i] : e._$Cl;
368
+ const n = B(t) ? void 0 : t._$litDirective$;
369
+ return (s == null ? void 0 : s.constructor) !== n && ((h = s == null ? void 0 : s._$AO) == null || h.call(s, !1), n === void 0 ? s = void 0 : (s = new n(r), s._$AT(r, e, i)), i !== void 0 ? (e._$Co ?? (e._$Co = []))[i] = s : e._$Cl = s), s !== void 0 && (t = H(r, s._$AS(r, t.values), s, i)), t;
370
+ }
371
+ let Ee = class {
372
+ constructor(t, e) {
373
+ this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
374
+ }
375
+ get parentNode() {
376
+ return this._$AM.parentNode;
377
+ }
378
+ get _$AU() {
379
+ return this._$AM._$AU;
380
+ }
381
+ u(t) {
382
+ const { el: { content: e }, parts: i } = this._$AD, s = ((t == null ? void 0 : t.creationScope) ?? T).importNode(e, !0);
383
+ C.currentNode = s;
384
+ let n = C.nextNode(), o = 0, h = 0, a = i[0];
385
+ for (; a !== void 0; ) {
386
+ if (o === a.index) {
387
+ let d;
388
+ a.type === 2 ? d = new te(n, n.nextSibling, this, t) : a.type === 1 ? d = new a.ctor(n, a.name, a.strings, this, t) : a.type === 6 && (d = new Ce(n, this, t)), this._$AV.push(d), a = i[++h];
389
+ }
390
+ o !== (a == null ? void 0 : a.index) && (n = C.nextNode(), o++);
391
+ }
392
+ return C.currentNode = T, s;
393
+ }
394
+ p(t) {
395
+ let e = 0;
396
+ for (const i of this._$AV)
397
+ i !== void 0 && (i.strings !== void 0 ? (i._$AI(t, i, e), e += i.strings.length - 2) : i._$AI(t[e])), e++;
398
+ }
399
+ }, te = class ee {
400
+ get _$AU() {
401
+ var t;
402
+ return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
403
+ }
404
+ constructor(t, e, i, s) {
405
+ this.type = 2, this._$AH = _, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = i, this.options = s, this._$Cv = (s == null ? void 0 : s.isConnected) ?? !0;
406
+ }
407
+ get parentNode() {
408
+ let t = this._$AA.parentNode;
409
+ const e = this._$AM;
410
+ return e !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = e.parentNode), t;
411
+ }
412
+ get startNode() {
413
+ return this._$AA;
414
+ }
415
+ get endNode() {
416
+ return this._$AB;
417
+ }
418
+ _$AI(t, e = this) {
419
+ t = H(this, t, e), B(t) ? t === _ || t == null || t === "" ? (this._$AH !== _ && this._$AR(), this._$AH = _) : t !== this._$AH && t !== W && this._(t) : t._$litType$ !== void 0 ? this.g(t) : t.nodeType !== void 0 ? this.$(t) : Ae(t) ? this.T(t) : this._(t);
420
+ }
421
+ k(t) {
422
+ return this._$AA.parentNode.insertBefore(t, this._$AB);
423
+ }
424
+ $(t) {
425
+ this._$AH !== t && (this._$AR(), this._$AH = this.k(t));
426
+ }
427
+ _(t) {
428
+ this._$AH !== _ && B(this._$AH) ? this._$AA.nextSibling.data = t : this.$(T.createTextNode(t)), this._$AH = t;
429
+ }
430
+ g(t) {
431
+ var n;
432
+ const { values: e, _$litType$: i } = t, s = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = pt.createElement(Yt(i.h, i.h[0]), this.options)), i);
433
+ if (((n = this._$AH) == null ? void 0 : n._$AD) === s)
434
+ this._$AH.p(e);
435
+ else {
436
+ const o = new Ee(s, this), h = o.u(this.options);
437
+ o.p(e), this.$(h), this._$AH = o;
438
+ }
439
+ }
440
+ _$AC(t) {
441
+ let e = Ut.get(t.strings);
442
+ return e === void 0 && Ut.set(t.strings, e = new pt(t)), e;
443
+ }
444
+ T(t) {
445
+ Gt(this._$AH) || (this._$AH = [], this._$AR());
446
+ const e = this._$AH;
447
+ let i, s = 0;
448
+ for (const n of t)
449
+ s === e.length ? e.push(i = new ee(this.k(Q()), this.k(Q()), this, this.options)) : i = e[s], i._$AI(n), s++;
450
+ s < e.length && (this._$AR(i && i._$AB.nextSibling, s), e.length = s);
451
+ }
452
+ _$AR(t = this._$AA.nextSibling, e) {
453
+ var i;
454
+ for ((i = this._$AP) == null ? void 0 : i.call(this, !1, !0, e); t && t !== this._$AB; ) {
455
+ const s = t.nextSibling;
456
+ t.remove(), t = s;
457
+ }
458
+ }
459
+ setConnected(t) {
460
+ var e;
461
+ this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
462
+ }
463
+ }, it = class {
464
+ get tagName() {
465
+ return this.element.tagName;
466
+ }
467
+ get _$AU() {
468
+ return this._$AM._$AU;
469
+ }
470
+ constructor(t, e, i, s, n) {
471
+ this.type = 1, this._$AH = _, this._$AN = void 0, this.element = t, this.name = e, this._$AM = s, this.options = n, i.length > 2 || i[0] !== "" || i[1] !== "" ? (this._$AH = Array(i.length - 1).fill(new String()), this.strings = i) : this._$AH = _;
472
+ }
473
+ _$AI(t, e = this, i, s) {
474
+ const n = this.strings;
475
+ let o = !1;
476
+ if (n === void 0)
477
+ t = H(this, t, e, 0), o = !B(t) || t !== this._$AH && t !== W, o && (this._$AH = t);
478
+ else {
479
+ const h = t;
480
+ let a, d;
481
+ for (t = n[0], a = 0; a < n.length - 1; a++)
482
+ d = H(this, h[i + a], e, a), d === W && (d = this._$AH[a]), o || (o = !B(d) || d !== this._$AH[a]), d === _ ? t = _ : t !== _ && (t += (d ?? "") + n[a + 1]), this._$AH[a] = d;
483
+ }
484
+ o && !s && this.O(t);
485
+ }
486
+ O(t) {
487
+ t === _ ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
488
+ }
489
+ }, Se = class extends it {
490
+ constructor() {
491
+ super(...arguments), this.type = 3;
492
+ }
493
+ O(t) {
494
+ this.element[this.name] = t === _ ? void 0 : t;
495
+ }
496
+ }, we = class extends it {
497
+ constructor() {
498
+ super(...arguments), this.type = 4;
499
+ }
500
+ O(t) {
501
+ this.element.toggleAttribute(this.name, !!t && t !== _);
502
+ }
503
+ }, Pe = class extends it {
504
+ constructor(t, e, i, s, n) {
505
+ super(t, e, i, s, n), this.type = 5;
506
+ }
507
+ _$AI(t, e = this) {
508
+ if ((t = H(this, t, e, 0) ?? _) === W)
509
+ return;
510
+ const i = this._$AH, s = t === _ && i !== _ || t.capture !== i.capture || t.once !== i.once || t.passive !== i.passive, n = t !== _ && (i === _ || s);
511
+ s && this.element.removeEventListener(this.name, this, i), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
512
+ }
513
+ handleEvent(t) {
514
+ var e;
515
+ typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
516
+ }
517
+ }, Ce = class {
518
+ constructor(t, e, i) {
519
+ this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = i;
520
+ }
521
+ get _$AU() {
522
+ return this._$AM._$AU;
523
+ }
524
+ _$AI(t) {
525
+ H(this, t);
526
+ }
527
+ };
528
+ const ot = V.litHtmlPolyfillSupport;
529
+ ot == null || ot(pt, te), (V.litHtmlVersions ?? (V.litHtmlVersions = [])).push("3.1.0");
530
+ /**
531
+ * @license
532
+ * Copyright 2019 Google LLC
533
+ * SPDX-License-Identifier: BSD-3-Clause
534
+ */
535
+ const Z = globalThis, mt = Z.ShadowRoot && (Z.ShadyCSS === void 0 || Z.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, ie = Symbol(), Tt = /* @__PURE__ */ new WeakMap();
536
+ let Ue = class {
537
+ constructor(t, e, i) {
538
+ if (this._$cssResult$ = !0, i !== ie)
539
+ throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
540
+ this.cssText = t, this.t = e;
541
+ }
542
+ get styleSheet() {
543
+ let t = this.o;
544
+ const e = this.t;
545
+ if (mt && t === void 0) {
546
+ const i = e !== void 0 && e.length === 1;
547
+ i && (t = Tt.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && Tt.set(e, t));
548
+ }
549
+ return t;
550
+ }
551
+ toString() {
552
+ return this.cssText;
553
+ }
554
+ };
555
+ const Te = (r) => new Ue(typeof r == "string" ? r : r + "", void 0, ie), xe = (r, t) => {
556
+ if (mt)
557
+ r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
558
+ else
559
+ for (const e of t) {
560
+ const i = document.createElement("style"), s = Z.litNonce;
561
+ s !== void 0 && i.setAttribute("nonce", s), i.textContent = e.cssText, r.appendChild(i);
562
+ }
563
+ }, xt = mt ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
564
+ let e = "";
565
+ for (const i of t.cssRules)
566
+ e += i.cssText;
567
+ return Te(e);
568
+ })(r) : r;
569
+ /**
570
+ * @license
571
+ * Copyright 2017 Google LLC
572
+ * SPDX-License-Identifier: BSD-3-Clause
573
+ */
574
+ const { is: Re, defineProperty: He, getOwnPropertyDescriptor: ke, getOwnPropertyNames: Oe, getOwnPropertySymbols: Ne, getPrototypeOf: Le } = Object, E = globalThis, Rt = E.trustedTypes, Me = Rt ? Rt.emptyScript : "", at = E.reactiveElementPolyfillSupport, D = (r, t) => r, ut = { toAttribute(r, t) {
575
+ switch (t) {
576
+ case Boolean:
577
+ r = r ? Me : null;
578
+ break;
579
+ case Object:
580
+ case Array:
581
+ r = r == null ? r : JSON.stringify(r);
582
+ }
583
+ return r;
584
+ }, fromAttribute(r, t) {
585
+ let e = r;
586
+ switch (t) {
587
+ case Boolean:
588
+ e = r !== null;
589
+ break;
590
+ case Number:
591
+ e = r === null ? null : Number(r);
592
+ break;
593
+ case Object:
594
+ case Array:
595
+ try {
596
+ e = JSON.parse(r);
597
+ } catch {
598
+ e = null;
599
+ }
600
+ }
601
+ return e;
602
+ } }, se = (r, t) => !Re(r, t), Ht = { attribute: !0, type: String, converter: ut, reflect: !1, hasChanged: se };
603
+ Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), E.litPropertyMetadata ?? (E.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
604
+ class R extends HTMLElement {
605
+ static addInitializer(t) {
606
+ this._$Ei(), (this.l ?? (this.l = [])).push(t);
607
+ }
608
+ static get observedAttributes() {
609
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
610
+ }
611
+ static createProperty(t, e = Ht) {
612
+ if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
613
+ const i = Symbol(), s = this.getPropertyDescriptor(t, i, e);
614
+ s !== void 0 && He(this.prototype, t, s);
615
+ }
616
+ }
617
+ static getPropertyDescriptor(t, e, i) {
618
+ const { get: s, set: n } = ke(this.prototype, t) ?? { get() {
619
+ return this[e];
620
+ }, set(o) {
621
+ this[e] = o;
622
+ } };
623
+ return { get() {
624
+ return s == null ? void 0 : s.call(this);
625
+ }, set(o) {
626
+ const h = s == null ? void 0 : s.call(this);
627
+ n.call(this, o), this.requestUpdate(t, h, i);
628
+ }, configurable: !0, enumerable: !0 };
629
+ }
630
+ static getPropertyOptions(t) {
631
+ return this.elementProperties.get(t) ?? Ht;
632
+ }
633
+ static _$Ei() {
634
+ if (this.hasOwnProperty(D("elementProperties")))
635
+ return;
636
+ const t = Le(this);
637
+ t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
638
+ }
639
+ static finalize() {
640
+ if (this.hasOwnProperty(D("finalized")))
641
+ return;
642
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(D("properties"))) {
643
+ const e = this.properties, i = [...Oe(e), ...Ne(e)];
644
+ for (const s of i)
645
+ this.createProperty(s, e[s]);
646
+ }
647
+ const t = this[Symbol.metadata];
648
+ if (t !== null) {
649
+ const e = litPropertyMetadata.get(t);
650
+ if (e !== void 0)
651
+ for (const [i, s] of e)
652
+ this.elementProperties.set(i, s);
653
+ }
654
+ this._$Eh = /* @__PURE__ */ new Map();
655
+ for (const [e, i] of this.elementProperties) {
656
+ const s = this._$Eu(e, i);
657
+ s !== void 0 && this._$Eh.set(s, e);
658
+ }
659
+ this.elementStyles = this.finalizeStyles(this.styles);
660
+ }
661
+ static finalizeStyles(t) {
662
+ const e = [];
663
+ if (Array.isArray(t)) {
664
+ const i = new Set(t.flat(1 / 0).reverse());
665
+ for (const s of i)
666
+ e.unshift(xt(s));
667
+ } else
668
+ t !== void 0 && e.push(xt(t));
669
+ return e;
670
+ }
671
+ static _$Eu(t, e) {
672
+ const i = e.attribute;
673
+ return i === !1 ? void 0 : typeof i == "string" ? i : typeof t == "string" ? t.toLowerCase() : void 0;
674
+ }
675
+ constructor() {
676
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
677
+ }
678
+ _$Ev() {
679
+ var t;
680
+ this._$Eg = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$ES(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((e) => e(this));
681
+ }
682
+ addController(t) {
683
+ var e;
684
+ (this._$E_ ?? (this._$E_ = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((e = t.hostConnected) == null || e.call(t));
685
+ }
686
+ removeController(t) {
687
+ var e;
688
+ (e = this._$E_) == null || e.delete(t);
689
+ }
690
+ _$ES() {
691
+ const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
692
+ for (const i of e.keys())
693
+ this.hasOwnProperty(i) && (t.set(i, this[i]), delete this[i]);
694
+ t.size > 0 && (this._$Ep = t);
695
+ }
696
+ createRenderRoot() {
697
+ const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
698
+ return xe(t, this.constructor.elementStyles), t;
699
+ }
700
+ connectedCallback() {
701
+ var t;
702
+ this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$E_) == null || t.forEach((e) => {
703
+ var i;
704
+ return (i = e.hostConnected) == null ? void 0 : i.call(e);
705
+ });
706
+ }
707
+ enableUpdating(t) {
708
+ }
709
+ disconnectedCallback() {
710
+ var t;
711
+ (t = this._$E_) == null || t.forEach((e) => {
712
+ var i;
713
+ return (i = e.hostDisconnected) == null ? void 0 : i.call(e);
714
+ });
715
+ }
716
+ attributeChangedCallback(t, e, i) {
717
+ this._$AK(t, i);
718
+ }
719
+ _$EO(t, e) {
720
+ var n;
721
+ const i = this.constructor.elementProperties.get(t), s = this.constructor._$Eu(t, i);
722
+ if (s !== void 0 && i.reflect === !0) {
723
+ const o = (((n = i.converter) == null ? void 0 : n.toAttribute) !== void 0 ? i.converter : ut).toAttribute(e, i.type);
724
+ this._$Em = t, o == null ? this.removeAttribute(s) : this.setAttribute(s, o), this._$Em = null;
725
+ }
726
+ }
727
+ _$AK(t, e) {
728
+ var n;
729
+ const i = this.constructor, s = i._$Eh.get(t);
730
+ if (s !== void 0 && this._$Em !== s) {
731
+ const o = i.getPropertyOptions(s), h = typeof o.converter == "function" ? { fromAttribute: o.converter } : ((n = o.converter) == null ? void 0 : n.fromAttribute) !== void 0 ? o.converter : ut;
732
+ this._$Em = s, this[s] = h.fromAttribute(e, o.type), this._$Em = null;
733
+ }
734
+ }
735
+ requestUpdate(t, e, i, s = !1, n) {
736
+ if (t !== void 0) {
737
+ if (i ?? (i = this.constructor.getPropertyOptions(t)), !(i.hasChanged ?? se)(s ? n : this[t], e))
738
+ return;
739
+ this.C(t, e, i);
740
+ }
741
+ this.isUpdatePending === !1 && (this._$Eg = this._$EP());
742
+ }
743
+ C(t, e, i) {
744
+ this._$AL.has(t) || this._$AL.set(t, e), i.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
745
+ }
746
+ async _$EP() {
747
+ this.isUpdatePending = !0;
748
+ try {
749
+ await this._$Eg;
750
+ } catch (e) {
751
+ Promise.reject(e);
752
+ }
753
+ const t = this.scheduleUpdate();
754
+ return t != null && await t, !this.isUpdatePending;
755
+ }
756
+ scheduleUpdate() {
757
+ return this.performUpdate();
758
+ }
759
+ performUpdate() {
760
+ var i;
761
+ if (!this.isUpdatePending)
762
+ return;
763
+ if (!this.hasUpdated) {
764
+ if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
765
+ for (const [n, o] of this._$Ep)
766
+ this[n] = o;
767
+ this._$Ep = void 0;
768
+ }
769
+ const s = this.constructor.elementProperties;
770
+ if (s.size > 0)
771
+ for (const [n, o] of s)
772
+ o.wrapped !== !0 || this._$AL.has(n) || this[n] === void 0 || this.C(n, this[n], o);
773
+ }
774
+ let t = !1;
775
+ const e = this._$AL;
776
+ try {
777
+ t = this.shouldUpdate(e), t ? (this.willUpdate(e), (i = this._$E_) == null || i.forEach((s) => {
778
+ var n;
779
+ return (n = s.hostUpdate) == null ? void 0 : n.call(s);
780
+ }), this.update(e)) : this._$ET();
781
+ } catch (s) {
782
+ throw t = !1, this._$ET(), s;
783
+ }
784
+ t && this._$AE(e);
785
+ }
786
+ willUpdate(t) {
787
+ }
788
+ _$AE(t) {
789
+ var e;
790
+ (e = this._$E_) == null || e.forEach((i) => {
791
+ var s;
792
+ return (s = i.hostUpdated) == null ? void 0 : s.call(i);
793
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
794
+ }
795
+ _$ET() {
796
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
797
+ }
798
+ get updateComplete() {
799
+ return this.getUpdateComplete();
800
+ }
801
+ getUpdateComplete() {
802
+ return this._$Eg;
803
+ }
804
+ shouldUpdate(t) {
805
+ return !0;
806
+ }
807
+ update(t) {
808
+ this._$Ej && (this._$Ej = this._$Ej.forEach((e) => this._$EO(e, this[e]))), this._$ET();
809
+ }
810
+ updated(t) {
811
+ }
812
+ firstUpdated(t) {
813
+ }
814
+ }
815
+ R.elementStyles = [], R.shadowRootOptions = { mode: "open" }, R[D("elementProperties")] = /* @__PURE__ */ new Map(), R[D("finalized")] = /* @__PURE__ */ new Map(), at == null || at({ ReactiveElement: R }), (E.reactiveElementVersions ?? (E.reactiveElementVersions = [])).push("2.0.2");
816
+ /**
817
+ * @license
818
+ * Copyright 2017 Google LLC
819
+ * SPDX-License-Identifier: BSD-3-Clause
820
+ */
821
+ const z = globalThis, tt = z.trustedTypes, kt = tt ? tt.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, re = "$lit$", A = `lit$${(Math.random() + "").slice(9)}$`, ne = "?" + A, Ie = `<${ne}>`, x = document, q = () => x.createComment(""), X = (r) => r === null || typeof r != "object" && typeof r != "function", oe = Array.isArray, Ve = (r) => oe(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", ht = `[
822
+ \f\r]`, M = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Ot = /-->/g, Nt = />/g, w = RegExp(`>|${ht}(?:([^\\s"'>=/]+)(${ht}*=${ht}*(?:[^
823
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), Lt = /'/g, Mt = /"/g, ae = /^(?:script|style|textarea|title)$/i, De = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), ze = De(1), k = Symbol.for("lit-noChange"), m = Symbol.for("lit-nothing"), It = /* @__PURE__ */ new WeakMap(), U = x.createTreeWalker(x, 129);
824
+ function he(r, t) {
825
+ if (!Array.isArray(r) || !r.hasOwnProperty("raw"))
826
+ throw Error("invalid template strings array");
827
+ return kt !== void 0 ? kt.createHTML(t) : t;
828
+ }
829
+ const je = (r, t) => {
830
+ const e = r.length - 1, i = [];
831
+ let s, n = t === 2 ? "<svg>" : "", o = M;
832
+ for (let h = 0; h < e; h++) {
833
+ const a = r[h];
834
+ let d, c, l = -1, p = 0;
835
+ for (; p < a.length && (o.lastIndex = p, c = o.exec(a), c !== null); )
836
+ p = o.lastIndex, o === M ? c[1] === "!--" ? o = Ot : c[1] !== void 0 ? o = Nt : c[2] !== void 0 ? (ae.test(c[2]) && (s = RegExp("</" + c[2], "g")), o = w) : c[3] !== void 0 && (o = w) : o === w ? c[0] === ">" ? (o = s ?? M, l = -1) : c[1] === void 0 ? l = -2 : (l = o.lastIndex - c[2].length, d = c[1], o = c[3] === void 0 ? w : c[3] === '"' ? Mt : Lt) : o === Mt || o === Lt ? o = w : o === Ot || o === Nt ? o = M : (o = w, s = void 0);
837
+ const u = o === w && r[h + 1].startsWith("/>") ? " " : "";
838
+ n += o === M ? a + Ie : l >= 0 ? (i.push(d), a.slice(0, l) + re + a.slice(l) + A + u) : a + A + (l === -2 ? h : u);
839
+ }
840
+ return [he(r, n + (r[e] || "<?>") + (t === 2 ? "</svg>" : "")), i];
841
+ };
842
+ class J {
843
+ constructor({ strings: t, _$litType$: e }, i) {
844
+ let s;
845
+ this.parts = [];
846
+ let n = 0, o = 0;
847
+ const h = t.length - 1, a = this.parts, [d, c] = je(t, e);
848
+ if (this.el = J.createElement(d, i), U.currentNode = this.el.content, e === 2) {
849
+ const l = this.el.content.firstChild;
850
+ l.replaceWith(...l.childNodes);
851
+ }
852
+ for (; (s = U.nextNode()) !== null && a.length < h; ) {
853
+ if (s.nodeType === 1) {
854
+ if (s.hasAttributes())
855
+ for (const l of s.getAttributeNames())
856
+ if (l.endsWith(re)) {
857
+ const p = c[o++], u = s.getAttribute(l).split(A), g = /([.?@])?(.*)/.exec(p);
858
+ a.push({ type: 1, index: n, name: g[2], strings: u, ctor: g[1] === "." ? We : g[1] === "?" ? qe : g[1] === "@" ? Xe : st }), s.removeAttribute(l);
859
+ } else
860
+ l.startsWith(A) && (a.push({ type: 6, index: n }), s.removeAttribute(l));
861
+ if (ae.test(s.tagName)) {
862
+ const l = s.textContent.split(A), p = l.length - 1;
863
+ if (p > 0) {
864
+ s.textContent = tt ? tt.emptyScript : "";
865
+ for (let u = 0; u < p; u++)
866
+ s.append(l[u], q()), U.nextNode(), a.push({ type: 2, index: ++n });
867
+ s.append(l[p], q());
868
+ }
869
+ }
870
+ } else if (s.nodeType === 8)
871
+ if (s.data === ne)
872
+ a.push({ type: 2, index: n });
873
+ else {
874
+ let l = -1;
875
+ for (; (l = s.data.indexOf(A, l + 1)) !== -1; )
876
+ a.push({ type: 7, index: n }), l += A.length - 1;
877
+ }
878
+ n++;
879
+ }
880
+ }
881
+ static createElement(t, e) {
882
+ const i = x.createElement("template");
883
+ return i.innerHTML = t, i;
884
+ }
885
+ }
886
+ function O(r, t, e = r, i) {
887
+ var o, h;
888
+ if (t === k)
889
+ return t;
890
+ let s = i !== void 0 ? (o = e._$Co) == null ? void 0 : o[i] : e._$Cl;
891
+ const n = X(t) ? void 0 : t._$litDirective$;
892
+ return (s == null ? void 0 : s.constructor) !== n && ((h = s == null ? void 0 : s._$AO) == null || h.call(s, !1), n === void 0 ? s = void 0 : (s = new n(r), s._$AT(r, e, i)), i !== void 0 ? (e._$Co ?? (e._$Co = []))[i] = s : e._$Cl = s), s !== void 0 && (t = O(r, s._$AS(r, t.values), s, i)), t;
893
+ }
894
+ class Be {
895
+ constructor(t, e) {
896
+ this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
897
+ }
898
+ get parentNode() {
899
+ return this._$AM.parentNode;
900
+ }
901
+ get _$AU() {
902
+ return this._$AM._$AU;
903
+ }
904
+ u(t) {
905
+ const { el: { content: e }, parts: i } = this._$AD, s = ((t == null ? void 0 : t.creationScope) ?? x).importNode(e, !0);
906
+ U.currentNode = s;
907
+ let n = U.nextNode(), o = 0, h = 0, a = i[0];
908
+ for (; a !== void 0; ) {
909
+ if (o === a.index) {
910
+ let d;
911
+ a.type === 2 ? d = new K(n, n.nextSibling, this, t) : a.type === 1 ? d = new a.ctor(n, a.name, a.strings, this, t) : a.type === 6 && (d = new Je(n, this, t)), this._$AV.push(d), a = i[++h];
912
+ }
913
+ o !== (a == null ? void 0 : a.index) && (n = U.nextNode(), o++);
914
+ }
915
+ return U.currentNode = x, s;
916
+ }
917
+ p(t) {
918
+ let e = 0;
919
+ for (const i of this._$AV)
920
+ i !== void 0 && (i.strings !== void 0 ? (i._$AI(t, i, e), e += i.strings.length - 2) : i._$AI(t[e])), e++;
921
+ }
922
+ }
923
+ class K {
924
+ get _$AU() {
925
+ var t;
926
+ return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
927
+ }
928
+ constructor(t, e, i, s) {
929
+ this.type = 2, this._$AH = m, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = i, this.options = s, this._$Cv = (s == null ? void 0 : s.isConnected) ?? !0;
930
+ }
931
+ get parentNode() {
932
+ let t = this._$AA.parentNode;
933
+ const e = this._$AM;
934
+ return e !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = e.parentNode), t;
935
+ }
936
+ get startNode() {
937
+ return this._$AA;
938
+ }
939
+ get endNode() {
940
+ return this._$AB;
941
+ }
942
+ _$AI(t, e = this) {
943
+ t = O(this, t, e), X(t) ? t === m || t == null || t === "" ? (this._$AH !== m && this._$AR(), this._$AH = m) : t !== this._$AH && t !== k && this._(t) : t._$litType$ !== void 0 ? this.g(t) : t.nodeType !== void 0 ? this.$(t) : Ve(t) ? this.T(t) : this._(t);
944
+ }
945
+ k(t) {
946
+ return this._$AA.parentNode.insertBefore(t, this._$AB);
947
+ }
948
+ $(t) {
949
+ this._$AH !== t && (this._$AR(), this._$AH = this.k(t));
950
+ }
951
+ _(t) {
952
+ this._$AH !== m && X(this._$AH) ? this._$AA.nextSibling.data = t : this.$(x.createTextNode(t)), this._$AH = t;
953
+ }
954
+ g(t) {
955
+ var n;
956
+ const { values: e, _$litType$: i } = t, s = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = J.createElement(he(i.h, i.h[0]), this.options)), i);
957
+ if (((n = this._$AH) == null ? void 0 : n._$AD) === s)
958
+ this._$AH.p(e);
959
+ else {
960
+ const o = new Be(s, this), h = o.u(this.options);
961
+ o.p(e), this.$(h), this._$AH = o;
962
+ }
963
+ }
964
+ _$AC(t) {
965
+ let e = It.get(t.strings);
966
+ return e === void 0 && It.set(t.strings, e = new J(t)), e;
967
+ }
968
+ T(t) {
969
+ oe(this._$AH) || (this._$AH = [], this._$AR());
970
+ const e = this._$AH;
971
+ let i, s = 0;
972
+ for (const n of t)
973
+ s === e.length ? e.push(i = new K(this.k(q()), this.k(q()), this, this.options)) : i = e[s], i._$AI(n), s++;
974
+ s < e.length && (this._$AR(i && i._$AB.nextSibling, s), e.length = s);
975
+ }
976
+ _$AR(t = this._$AA.nextSibling, e) {
977
+ var i;
978
+ for ((i = this._$AP) == null ? void 0 : i.call(this, !1, !0, e); t && t !== this._$AB; ) {
979
+ const s = t.nextSibling;
980
+ t.remove(), t = s;
981
+ }
982
+ }
983
+ setConnected(t) {
984
+ var e;
985
+ this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
986
+ }
987
+ }
988
+ class st {
989
+ get tagName() {
990
+ return this.element.tagName;
991
+ }
992
+ get _$AU() {
993
+ return this._$AM._$AU;
994
+ }
995
+ constructor(t, e, i, s, n) {
996
+ this.type = 1, this._$AH = m, this._$AN = void 0, this.element = t, this.name = e, this._$AM = s, this.options = n, i.length > 2 || i[0] !== "" || i[1] !== "" ? (this._$AH = Array(i.length - 1).fill(new String()), this.strings = i) : this._$AH = m;
997
+ }
998
+ _$AI(t, e = this, i, s) {
999
+ const n = this.strings;
1000
+ let o = !1;
1001
+ if (n === void 0)
1002
+ t = O(this, t, e, 0), o = !X(t) || t !== this._$AH && t !== k, o && (this._$AH = t);
1003
+ else {
1004
+ const h = t;
1005
+ let a, d;
1006
+ for (t = n[0], a = 0; a < n.length - 1; a++)
1007
+ d = O(this, h[i + a], e, a), d === k && (d = this._$AH[a]), o || (o = !X(d) || d !== this._$AH[a]), d === m ? t = m : t !== m && (t += (d ?? "") + n[a + 1]), this._$AH[a] = d;
1008
+ }
1009
+ o && !s && this.O(t);
1010
+ }
1011
+ O(t) {
1012
+ t === m ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
1013
+ }
1014
+ }
1015
+ class We extends st {
1016
+ constructor() {
1017
+ super(...arguments), this.type = 3;
1018
+ }
1019
+ O(t) {
1020
+ this.element[this.name] = t === m ? void 0 : t;
1021
+ }
1022
+ }
1023
+ class qe extends st {
1024
+ constructor() {
1025
+ super(...arguments), this.type = 4;
1026
+ }
1027
+ O(t) {
1028
+ this.element.toggleAttribute(this.name, !!t && t !== m);
1029
+ }
1030
+ }
1031
+ class Xe extends st {
1032
+ constructor(t, e, i, s, n) {
1033
+ super(t, e, i, s, n), this.type = 5;
1034
+ }
1035
+ _$AI(t, e = this) {
1036
+ if ((t = O(this, t, e, 0) ?? m) === k)
1037
+ return;
1038
+ const i = this._$AH, s = t === m && i !== m || t.capture !== i.capture || t.once !== i.once || t.passive !== i.passive, n = t !== m && (i === m || s);
1039
+ s && this.element.removeEventListener(this.name, this, i), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
1040
+ }
1041
+ handleEvent(t) {
1042
+ var e;
1043
+ typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
1044
+ }
1045
+ }
1046
+ class Je {
1047
+ constructor(t, e, i) {
1048
+ this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = i;
1049
+ }
1050
+ get _$AU() {
1051
+ return this._$AM._$AU;
1052
+ }
1053
+ _$AI(t) {
1054
+ O(this, t);
1055
+ }
1056
+ }
1057
+ const lt = z.litHtmlPolyfillSupport;
1058
+ lt == null || lt(J, K), (z.litHtmlVersions ?? (z.litHtmlVersions = [])).push("3.1.0");
1059
+ const Ke = (r, t, e) => {
1060
+ const i = (e == null ? void 0 : e.renderBefore) ?? t;
1061
+ let s = i._$litPart$;
1062
+ if (s === void 0) {
1063
+ const n = (e == null ? void 0 : e.renderBefore) ?? null;
1064
+ i._$litPart$ = s = new K(t.insertBefore(q(), n), n, void 0, e ?? {});
1065
+ }
1066
+ return s._$AI(r), s;
1067
+ };
1068
+ /**
1069
+ * @license
1070
+ * Copyright 2017 Google LLC
1071
+ * SPDX-License-Identifier: BSD-3-Clause
1072
+ */
1073
+ class j extends R {
1074
+ constructor() {
1075
+ super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
1076
+ }
1077
+ createRenderRoot() {
1078
+ var e;
1079
+ const t = super.createRenderRoot();
1080
+ return (e = this.renderOptions).renderBefore ?? (e.renderBefore = t.firstChild), t;
1081
+ }
1082
+ update(t) {
1083
+ const e = this.render();
1084
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Ke(e, this.renderRoot, this.renderOptions);
1085
+ }
1086
+ connectedCallback() {
1087
+ var t;
1088
+ super.connectedCallback(), (t = this._$Do) == null || t.setConnected(!0);
1089
+ }
1090
+ disconnectedCallback() {
1091
+ var t;
1092
+ super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1);
1093
+ }
1094
+ render() {
1095
+ return k;
1096
+ }
1097
+ }
1098
+ var jt;
1099
+ j._$litElement$ = !0, j.finalized = !0, (jt = globalThis.litElementHydrateSupport) == null || jt.call(globalThis, { LitElement: j });
1100
+ const dt = globalThis.litElementPolyfillSupport;
1101
+ dt == null || dt({ LitElement: j });
1102
+ (globalThis.litElementVersions ?? (globalThis.litElementVersions = [])).push("4.0.2");
1103
+ function Fe(r, t, e) {
1104
+ function i(s) {
1105
+ e.dispatchEvent(new CustomEvent(s.type, s));
1106
+ }
1107
+ return t.addEventListener(r, i), () => {
1108
+ t.removeEventListener(r, i);
1109
+ };
1110
+ }
1111
+ class Ge {
1112
+ constructor(t, e) {
1113
+ this._events = [], this._cleanup = [], this._forwardElementRef = Wt(), this.host = t, this._events = e, t.addController(this);
1114
+ }
1115
+ register() {
1116
+ return qt(this._forwardElementRef);
1117
+ }
1118
+ hostConnected() {
1119
+ requestAnimationFrame(() => {
1120
+ this._events.forEach((t) => {
1121
+ this._forwardElementRef.value && this._cleanup.push(Fe(t, this._forwardElementRef.value, this.host));
1122
+ });
1123
+ });
1124
+ }
1125
+ hostDisconnected() {
1126
+ this._cleanup.forEach((t) => {
1127
+ t();
1128
+ }), this._cleanup = [];
1129
+ }
1130
+ }
1131
+ const Vt = "https://d2rxhdlm2q91uk.cloudfront.net", Ze = "https://d1ix11aj5kfygl.cloudfront.net", Ye = "https://d157jlwnudd93d.cloudfront.net", Dt = "https://bshyfw4h5a.execute-api.ap-southeast-2.amazonaws.com/dev", Qe = "https://gyzw7rpbq3.execute-api.ap-southeast-2.amazonaws.com/staging", ti = "https://vfcjuim1l3.execute-api.ap-southeast-2.amazonaws.com/prod", ei = "http://localhost:6060/v2", ii = "https://embed-dev.vouchfor.com/v2", si = "https://embed-staging.vouchfor.com/v2", ri = "https://embed.vouchfor.com/v2";
1132
+ function et(r) {
1133
+ if (!["local", "dev", "staging", "prod"].includes(r))
1134
+ throw new Error(`Unknown environment: ${r}`);
1135
+ if (r === "local")
1136
+ return {
1137
+ videoUrl: Vt,
1138
+ publicApiUrl: Dt,
1139
+ embedApiUrl: ei
1140
+ };
1141
+ if (r === "dev")
1142
+ return {
1143
+ videoUrl: Vt,
1144
+ publicApiUrl: Dt,
1145
+ embedApiUrl: ii
1146
+ };
1147
+ if (r === "staging")
1148
+ return {
1149
+ videoUrl: Ze,
1150
+ publicApiUrl: Qe,
1151
+ embedApiUrl: si
1152
+ };
1153
+ if (r === "prod")
1154
+ return {
1155
+ videoUrl: Ye,
1156
+ publicApiUrl: ti,
1157
+ embedApiUrl: ri
1158
+ };
1159
+ }
1160
+ class ni {
1161
+ constructor(t) {
1162
+ this._fetching = !1, this.getVouch = async (e, i, s) => {
1163
+ var c;
1164
+ const { embedApiUrl: n } = et(e), o = P(), h = await fetch(`${n}/vouches/${s}`, {
1165
+ method: "GET",
1166
+ headers: [
1167
+ ["X-Api-Key", i],
1168
+ ["X-Cache-Check", o]
1169
+ ]
1170
+ }), a = await h.json();
1171
+ return this.host.dispatchEvent(new CustomEvent("vouch:loaded", { detail: a == null ? void 0 : a.id })), ((c = h == null ? void 0 : h.headers) == null ? void 0 : c.get("X-Cache-Check")) !== o && fetch(`${n}/vouches/${s}`, {
1172
+ method: "GET",
1173
+ headers: [
1174
+ ["X-Api-Key", i],
1175
+ ["Cache-Control", "max-age=0"]
1176
+ ]
1177
+ }), a;
1178
+ }, this.getTemplate = async (e, i, s) => {
1179
+ var c;
1180
+ const { embedApiUrl: n } = et(e), o = P(), h = await fetch(`${n}/templates/${s}`, {
1181
+ method: "GET",
1182
+ headers: [
1183
+ ["X-Api-Key", i],
1184
+ ["X-Cache-Check", o]
1185
+ ]
1186
+ }), a = await h.json();
1187
+ return ((c = h == null ? void 0 : h.headers) == null ? void 0 : c.get("X-Cache-Check")) !== o && fetch(`${n}/templates/${s}`, {
1188
+ method: "GET",
1189
+ headers: [
1190
+ ["X-Api-Key", i],
1191
+ ["Cache-Control", "max-age=0"]
1192
+ ]
1193
+ }), a;
1194
+ }, this.host = t, new gt(
1195
+ this.host,
1196
+ async ([e, i, s, n, o]) => {
1197
+ var h, a, d, c;
1198
+ try {
1199
+ if (t.vouch = void 0, t.template = void 0, s) {
1200
+ let l;
1201
+ o && (this.fetching = !0, l = await this.getTemplate(e, i, o)), this._vouch = s, t.template = l ?? ((a = (h = s == null ? void 0 : s.settings) == null ? void 0 : h.template) == null ? void 0 : a.instance);
1202
+ } else if (n) {
1203
+ this.fetching = !0;
1204
+ const [l, p] = await Promise.all([
1205
+ this.getVouch(e, i, n),
1206
+ o ? this.getTemplate(e, i, o) : null
1207
+ ]);
1208
+ this._vouch = l, t.template = p ?? ((c = (d = l == null ? void 0 : l.settings) == null ? void 0 : d.template) == null ? void 0 : c.instance);
1209
+ }
1210
+ } finally {
1211
+ this.fetching = !1;
1212
+ }
1213
+ },
1214
+ () => [t.env, t.apiKey, t.data, t.vouchId, t.templateId]
1215
+ ), new gt(
1216
+ this.host,
1217
+ ([e, i]) => {
1218
+ t.vouch = e ? {
1219
+ ...e,
1220
+ questions: {
1221
+ items: e == null ? void 0 : e.questions.items.filter((s, n) => !(i != null && i.length) || (i == null ? void 0 : i.includes(n + 1)))
1222
+ }
1223
+ } : void 0;
1224
+ },
1225
+ () => [this._vouch, t.questions]
1226
+ );
1227
+ }
1228
+ set fetching(t) {
1229
+ this._fetching !== t && (this._fetching = t, this.host.requestUpdate());
1230
+ }
1231
+ get fetching() {
1232
+ return this._fetching;
1233
+ }
1234
+ }
1235
+ const oi = "@vouchfor/embeds", ai = "0.0.0-experiment.b764e6a", hi = "MIT", li = "Aaron Williams", di = "dist/es/embeds.js", ci = "dist/es/embeds.js", pi = "module", ui = "dist/es/index.d.ts", _i = {
1236
+ ".": "./dist/es/embeds.js"
1237
+ }, mi = [
1238
+ "dist",
1239
+ "src"
1240
+ ], $i = {
1241
+ tag: "experiment",
1242
+ access: "public"
1243
+ }, fi = {
1244
+ build: "rm -rf dist && tsc && vite build --mode iife && vite build --mode es",
1245
+ "build:deps": "yarn --cwd ../media-player build",
1246
+ "build:package": "yarn build",
1247
+ "build:storybook": "yarn prebuild && storybook build",
1248
+ "generate:manifest": "wca src --outFile custom-elements.json",
1249
+ lint: "eslint . --quiet",
1250
+ "lint:fix": "eslint . --fix",
1251
+ "lint:staged": "lint-staged",
1252
+ prepublishOnly: "yarn build",
1253
+ size: "size-limit",
1254
+ storybook: "yarn prebuild && storybook dev -p 6007",
1255
+ prebuild: "yarn build:deps && yarn generate:manifest",
1256
+ test: "true"
1257
+ }, gi = {
1258
+ "@lit/task": "^1.0.0",
1259
+ "@vouchfor/media-player": "0.0.0-experiment.b764e6a",
1260
+ uuid: "^9.0.1"
1261
+ }, yi = {
1262
+ lit: "^3.1.0"
1263
+ }, vi = {
1264
+ "@esm-bundle/chai": "^4.3.4-fix.0",
1265
+ "@open-wc/testing": "^3.2.0",
1266
+ "@storybook/addon-essentials": "^7.4.5",
1267
+ "@storybook/addon-links": "^7.4.5",
1268
+ "@storybook/blocks": "^7.4.5",
1269
+ "@storybook/web-components": "^7.4.5",
1270
+ "@storybook/web-components-vite": "^7.4.5",
1271
+ "@types/mocha": "^10.0.1",
1272
+ "@vouchfor/eslint-config": "^1.0.0",
1273
+ "@vouchfor/prettier-config": "^1.0.0",
1274
+ "@web/dev-server-esbuild": "^0.4.1",
1275
+ "@web/test-runner": "^0.17.1",
1276
+ "@web/test-runner-browserstack": "^0.6.1",
1277
+ "@web/test-runner-mocha": "^0.8.1",
1278
+ "@web/test-runner-playwright": "^0.10.1",
1279
+ dotenv: "^16.3.1",
1280
+ eslint: "^8.50.0",
1281
+ "eslint-plugin-import": "^2.28.1",
1282
+ "lint-staged": "^14.0.1",
1283
+ lit: "^3.1.0",
1284
+ prettier: "^3.0.3",
1285
+ react: "^18.2.0",
1286
+ "react-dom": "^18.2.0",
1287
+ storybook: "^7.4.5",
1288
+ typescript: "^5.1.3",
1289
+ vite: "^4.4.9",
1290
+ "vite-plugin-dts": "^3.6.0",
1291
+ "web-component-analyzer": "^1.1.7"
1292
+ }, Ai = {
1293
+ name: oi,
1294
+ version: ai,
1295
+ license: hi,
1296
+ author: li,
1297
+ main: di,
1298
+ module: ci,
1299
+ type: pi,
1300
+ types: ui,
1301
+ exports: _i,
1302
+ files: mi,
1303
+ publishConfig: $i,
1304
+ scripts: fi,
1305
+ "lint-staged": {
1306
+ "**/*.{ts,tsx,js}": "eslint --fix --quiet",
1307
+ "**/*.{md,json,yml}": "prettier --write"
1308
+ },
1309
+ dependencies: gi,
1310
+ peerDependencies: yi,
1311
+ devDependencies: vi
1312
+ }, zt = 1;
1313
+ class bi {
1314
+ constructor(t) {
1315
+ this._tabId = void 0, this._clientId = void 0, this._visitorId = void 0, this._hasPlayed = !1, this._hasLoaded = {}, this._answersViewed = {}, this._streamStartTime = {}, this._streamLatestTime = {}, this._currentlyPlayingVideo = null, this._createVisitor = (e) => {
1316
+ var s, n;
1317
+ const { publicApiUrl: i } = et(this.host.env);
1318
+ return (n = (s = window.localStorage) == null ? void 0 : s.setItem) == null || n.call(s, "vouch-uid-visitor", e), navigator.sendBeacon(`${i}/api/visitor`, JSON.stringify({ visitorId: e })), e;
1319
+ }, this._getReportingMetadata = () => {
1320
+ var n, o;
1321
+ const [e, i] = ((o = (n = Intl.DateTimeFormat().resolvedOptions().timeZone) == null ? void 0 : n.split) == null ? void 0 : o.call(n, "/")) ?? [], s = {};
1322
+ return [...new URLSearchParams(location.search).entries()].forEach(([h, a]) => {
1323
+ if (/utm/.test(h)) {
1324
+ const d = h.toLowerCase().replace(/[-_][a-z0-9]/g, (c) => c.slice(-1).toUpperCase());
1325
+ s[d] = a;
1326
+ }
1327
+ }), {
1328
+ source: this.host.trackingSource,
1329
+ time: /* @__PURE__ */ new Date(),
1330
+ region: i,
1331
+ country: e,
1332
+ screenHeight: window.screen.height,
1333
+ screenWidth: window.screen.width,
1334
+ referrer: document.referrer,
1335
+ currentUrl: location.href,
1336
+ ...s
1337
+ };
1338
+ }, this._sendTrackingEvent = (e, i) => {
1339
+ const s = this._findVouchId(i);
1340
+ if (!s || this.host.disableTracking)
1341
+ return;
1342
+ const { publicApiUrl: n } = et(this.host.env), { client: o, tab: h, request: a, visitor: d } = this._getUids();
1343
+ navigator.sendBeacon(
1344
+ `${n}/api/v2/events`,
1345
+ JSON.stringify({
1346
+ event: e,
1347
+ payload: {
1348
+ ...i,
1349
+ vouchId: s
1350
+ },
1351
+ context: {
1352
+ "x-uid-client": o,
1353
+ "x-uid-tab": h,
1354
+ "x-uid-request": a,
1355
+ "x-uid-visitor": d,
1356
+ "x-reporting-metadata": this._getReportingMetadata(),
1357
+ "x-embeds-version": Ai.version
1358
+ }
1359
+ })
1360
+ );
1361
+ }, this._streamEnded = () => {
1362
+ if (this._currentlyPlayingVideo) {
1363
+ const { id: e, key: i } = this._currentlyPlayingVideo;
1364
+ this._streamLatestTime[i] > this._streamStartTime[i] + zt && this._sendTrackingEvent("VIDEO_STREAMED", {
1365
+ answerId: e,
1366
+ streamStart: this._streamStartTime[i],
1367
+ streamEnd: this._streamLatestTime[i]
1368
+ }), delete this._streamStartTime[i], delete this._streamLatestTime[i];
1369
+ }
1370
+ }, this._handleVouchLoaded = ({ detail: e }) => {
1371
+ e && (this._hasLoaded[e] || (this._sendTrackingEvent("VOUCH_LOADED", { vouchId: e }), this._hasLoaded[e] = !0));
1372
+ }, this._handlePlay = () => {
1373
+ this._hasPlayed || (this._sendTrackingEvent("VIDEO_PLAYED", {
1374
+ streamStart: this.host.currentTime
1375
+ }), this._hasPlayed = !0);
1376
+ }, this._handleVideoPlay = ({ detail: { id: e, key: i, node: s } }) => {
1377
+ this._answersViewed[i] || (this._sendTrackingEvent("VOUCH_RESPONSE_VIEWED", {
1378
+ answerId: e
1379
+ }), this._answersViewed[i] = !0), this._streamStartTime[i] || (this._streamStartTime[i] = s.currentTime, this._streamLatestTime[i] = s.currentTime);
1380
+ }, this._handleVideoTimeUpdate = ({ detail: { id: e, key: i, node: s } }) => {
1381
+ var n, o;
1382
+ // We only want to count any time that the video is actually playing
1383
+ !this.host.paused && // Only update the latest time if this event fires for the currently active video
1384
+ e === ((o = (n = this.host.scene) == null ? void 0 : n.video) == null ? void 0 : o.id) && (this._currentlyPlayingVideo = { id: e, key: i, node: s }, this._streamLatestTime[i] = s.currentTime);
1385
+ }, this._handleVideoPause = ({ detail: { id: e, key: i } }) => {
1386
+ this._streamLatestTime[i] > this._streamStartTime[i] + zt && this._sendTrackingEvent("VIDEO_STREAMED", {
1387
+ answerId: e,
1388
+ streamStart: this._streamStartTime[i],
1389
+ streamEnd: this._streamLatestTime[i]
1390
+ }), delete this._streamStartTime[i], delete this._streamLatestTime[i];
1391
+ }, this._pageUnloading = () => {
1392
+ this._streamEnded(), this.host.pause();
1393
+ }, this._handleVisibilityChange = () => {
1394
+ document.visibilityState === "hidden" && this._pageUnloading();
1395
+ }, this._handlePageHide = () => {
1396
+ this._pageUnloading();
1397
+ }, this.host = t, t.addController(this);
1398
+ }
1399
+ _findVouchId(t) {
1400
+ return t && "vouchId" in t ? t.vouchId : this.host.vouch ? this.host.vouch.id : null;
1401
+ }
1402
+ _getUids() {
1403
+ var n, o, h, a, d, c, l, p, u, g, F, $t;
1404
+ if (typeof window > "u")
1405
+ return {
1406
+ client: null,
1407
+ tab: null,
1408
+ request: P()
1409
+ };
1410
+ const t = this._visitorId || ((o = (n = window.localStorage) == null ? void 0 : n.getItem) == null ? void 0 : o.call(n, "vouch-uid-visitor")) || this._createVisitor(P()), e = this._clientId || ((a = (h = window.localStorage) == null ? void 0 : h.getItem) == null ? void 0 : a.call(h, "vouch-uid-client")) || P(), i = this._tabId || ((c = (d = window.sessionStorage) == null ? void 0 : d.getItem) == null ? void 0 : c.call(d, "vouch-uid-tab")) || P(), s = P();
1411
+ return t !== this._visitorId && (this._visitorId = t, (p = (l = window.localStorage) == null ? void 0 : l.setItem) == null || p.call(l, "vouch-uid-visitor", t)), e !== this._clientId && (this._clientId = e, (g = (u = window.localStorage) == null ? void 0 : u.setItem) == null || g.call(u, "vouch-uid-client", e)), i !== this._tabId && (this._tabId = i, ($t = (F = window.sessionStorage) == null ? void 0 : F.setItem) == null || $t.call(F, "vouch-uid-tab", i)), {
1412
+ client: e,
1413
+ tab: i,
1414
+ request: s,
1415
+ visitor: t
1416
+ };
1417
+ }
1418
+ hostConnected() {
1419
+ requestAnimationFrame(() => {
1420
+ var t, e, i, s;
1421
+ "onvisibilitychange" in document ? document.addEventListener("visibilitychange", this._handleVisibilityChange) : window.addEventListener("pagehide", this._handlePageHide), this.host.addEventListener("vouch:loaded", this._handleVouchLoaded), (t = this.host.mediaPlayer) == null || t.addEventListener("play", this._handlePlay), (e = this.host.mediaPlayer) == null || e.addEventListener("video:play", this._handleVideoPlay), (i = this.host.mediaPlayer) == null || i.addEventListener("video:pause", this._handleVideoPause), (s = this.host.mediaPlayer) == null || s.addEventListener("video:timeupdate", this._handleVideoTimeUpdate);
1422
+ });
1423
+ }
1424
+ hostDisconnected() {
1425
+ var t, e, i, s;
1426
+ this._streamEnded(), "onvisibilitychange" in document ? document.removeEventListener("visibilitychange", this._handleVisibilityChange) : window.removeEventListener("pagehide", this._handlePageHide), this.host.removeEventListener("vouch:loaded", this._handleVouchLoaded), (t = this.host.mediaPlayer) == null || t.removeEventListener("play", this._handlePlay), (e = this.host.mediaPlayer) == null || e.removeEventListener("video:play", this._handleVideoPlay), (i = this.host.mediaPlayer) == null || i.removeEventListener("video:pause", this._handleVideoPause), (s = this.host.mediaPlayer) == null || s.removeEventListener("video:timeupdate", this._handleVideoTimeUpdate);
1427
+ }
1428
+ }
1429
+ var Ei = Object.defineProperty, Si = Object.getOwnPropertyDescriptor, f = (r, t, e, i) => {
1430
+ for (var s = i > 1 ? void 0 : i ? Si(t, e) : t, n = r.length - 1, o; n >= 0; n--)
1431
+ (o = r[n]) && (s = (i ? o(t, e, s) : o(s)) || s);
1432
+ return i && s && Ei(t, e, s), s;
1433
+ };
1434
+ let $ = class extends j {
1435
+ constructor() {
1436
+ super(...arguments), this._mediaPlayerRef = Wt(), this.env = "prod", this.apiKey = "", this.disableTracking = !1, this.trackingSource = "embed", this.preload = "auto", this.autoplay = !1, this.aspectRatio = 0, this.eventController = new Ge(this, [
1437
+ "durationchange",
1438
+ "ended",
1439
+ "error",
1440
+ "loadeddata",
1441
+ "pause",
1442
+ "stalled",
1443
+ "play",
1444
+ "playing",
1445
+ "ratechange",
1446
+ "scenechange",
1447
+ "seeking",
1448
+ "seeked",
1449
+ "timeupdate",
1450
+ "volumechange",
1451
+ "waiting",
1452
+ "video:loadeddata",
1453
+ "video:seeking",
1454
+ "video:seeked",
1455
+ "video:play",
1456
+ "video:playing",
1457
+ "video:pause",
1458
+ "video:stalled",
1459
+ "video:timeupdate",
1460
+ "video:ended",
1461
+ "video:error"
1462
+ ]), this._fetcherController = new ni(this), this._trackingController = new bi(this);
1463
+ }
1464
+ get fetching() {
1465
+ return this._fetcherController.fetching;
1466
+ }
1467
+ get waiting() {
1468
+ var r;
1469
+ return (r = this._mediaPlayerRef.value) == null ? void 0 : r.waiting;
1470
+ }
1471
+ get seeking() {
1472
+ var r;
1473
+ return (r = this._mediaPlayerRef.value) == null ? void 0 : r.seeking;
1474
+ }
1475
+ get paused() {
1476
+ var r;
1477
+ return (r = this._mediaPlayerRef.value) == null ? void 0 : r.paused;
1478
+ }
1479
+ get captions() {
1480
+ var r;
1481
+ return (r = this._mediaPlayerRef.value) == null ? void 0 : r.captions;
1482
+ }
1483
+ get fullscreen() {
1484
+ var r;
1485
+ return (r = this._mediaPlayerRef.value) == null ? void 0 : r.fullscreen;
1486
+ }
1487
+ get duration() {
1488
+ var r;
1489
+ return (r = this._mediaPlayerRef.value) == null ? void 0 : r.duration;
1490
+ }
1491
+ set currentTime(r) {
1492
+ this._mediaPlayerRef.value && (this._mediaPlayerRef.value.currentTime = r);
1493
+ }
1494
+ get currentTime() {
1495
+ var r;
1496
+ return ((r = this._mediaPlayerRef.value) == null ? void 0 : r.currentTime) ?? 0;
1497
+ }
1498
+ set playbackRate(r) {
1499
+ this._mediaPlayerRef.value && (this._mediaPlayerRef.value.playbackRate = r);
1500
+ }
1501
+ get playbackRate() {
1502
+ var r;
1503
+ return ((r = this._mediaPlayerRef.value) == null ? void 0 : r.playbackRate) ?? 1;
1504
+ }
1505
+ set volume(r) {
1506
+ this._mediaPlayerRef.value && (this._mediaPlayerRef.value.volume = r);
1507
+ }
1508
+ get volume() {
1509
+ var r;
1510
+ return ((r = this._mediaPlayerRef.value) == null ? void 0 : r.volume) ?? 1;
1511
+ }
1512
+ set muted(r) {
1513
+ this._mediaPlayerRef.value && (this._mediaPlayerRef.value.muted = r);
1514
+ }
1515
+ get muted() {
1516
+ var r;
1517
+ return ((r = this._mediaPlayerRef.value) == null ? void 0 : r.muted) ?? !1;
1518
+ }
1519
+ get scene() {
1520
+ var r;
1521
+ return ((r = this._mediaPlayerRef.value) == null ? void 0 : r.scene) ?? null;
1522
+ }
1523
+ get scenes() {
1524
+ var r;
1525
+ return ((r = this._mediaPlayerRef.value) == null ? void 0 : r.scenes) ?? [];
1526
+ }
1527
+ get sceneConfig() {
1528
+ var r;
1529
+ return ((r = this._mediaPlayerRef.value) == null ? void 0 : r.sceneConfig) ?? null;
1530
+ }
1531
+ get videoState() {
1532
+ var r;
1533
+ return (r = this._mediaPlayerRef.value) == null ? void 0 : r.videoState;
1534
+ }
1535
+ get mediaPlayer() {
1536
+ return this._mediaPlayerRef.value;
1537
+ }
1538
+ play() {
1539
+ var r;
1540
+ (r = this._mediaPlayerRef.value) == null || r.play();
1541
+ }
1542
+ pause() {
1543
+ var r;
1544
+ (r = this._mediaPlayerRef.value) == null || r.pause();
1545
+ }
1546
+ setScene(r) {
1547
+ var t;
1548
+ (t = this._mediaPlayerRef.value) == null || t.setScene(r);
1549
+ }
1550
+ render() {
1551
+ return ze`
1552
+ <vmp-new-media-player
1553
+ ${qt(this._mediaPlayerRef)}
1554
+ ${this.eventController.register()}
1555
+ ?autoplay=${this.autoplay}
1556
+ ?loading=${this.fetching}
1557
+ .data=${this.vouch}
1558
+ .template=${this.template}
1559
+ aspectRatio=${ft(this.aspectRatio)}
1560
+ preload=${ft(this.preload)}
1561
+ .controls=${this.controls}
1562
+ ></vmp-new-media-player>
1563
+ `;
1564
+ }
1565
+ };
1566
+ f([
1567
+ y({ type: Object })
1568
+ ], $.prototype, "data", 2);
1569
+ f([
1570
+ y({ type: String })
1571
+ ], $.prototype, "vouchId", 2);
1572
+ f([
1573
+ y({ type: String })
1574
+ ], $.prototype, "templateId", 2);
1575
+ f([
1576
+ y({ type: Array })
1577
+ ], $.prototype, "questions", 2);
1578
+ f([
1579
+ y({ type: String })
1580
+ ], $.prototype, "env", 2);
1581
+ f([
1582
+ y({ type: String })
1583
+ ], $.prototype, "apiKey", 2);
1584
+ f([
1585
+ y({ type: Boolean })
1586
+ ], $.prototype, "disableTracking", 2);
1587
+ f([
1588
+ y({ type: String })
1589
+ ], $.prototype, "trackingSource", 2);
1590
+ f([
1591
+ y({ type: Array })
1592
+ ], $.prototype, "controls", 2);
1593
+ f([
1594
+ y({ type: String })
1595
+ ], $.prototype, "preload", 2);
1596
+ f([
1597
+ y({ type: Boolean })
1598
+ ], $.prototype, "autoplay", 2);
1599
+ f([
1600
+ y({ type: Number })
1601
+ ], $.prototype, "aspectRatio", 2);
1602
+ f([
1603
+ Bt()
1604
+ ], $.prototype, "vouch", 2);
1605
+ f([
1606
+ Bt()
1607
+ ], $.prototype, "template", 2);
1608
+ $ = f([
1609
+ le("vouch-embed")
1610
+ ], $);
13
1611
  export {
14
- p as InlineEmbed
1612
+ $ as Embed
15
1613
  };
16
1614
  //# sourceMappingURL=embeds.js.map