@everymatrix/cashier-verifications 1.85.16 → 1.85.18

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.
@@ -1,1056 +0,0 @@
1
- var Et = Object.defineProperty, Lt = Object.defineProperties;
2
- var Mt = Object.getOwnPropertyDescriptors;
3
- var nt = Object.getOwnPropertySymbols;
4
- var kt = Object.prototype.hasOwnProperty, St = Object.prototype.propertyIsEnumerable;
5
- var V = (t, e, n) => e in t ? Et(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, it = (t, e) => {
6
- for (var n in e || (e = {}))
7
- kt.call(e, n) && V(t, n, e[n]);
8
- if (nt)
9
- for (var n of nt(e))
10
- St.call(e, n) && V(t, n, e[n]);
11
- return t;
12
- }, st = (t, e) => Lt(t, Mt(e));
13
- var y = (t, e, n) => (V(t, typeof e != "symbol" ? e + "" : e, n), n);
14
- var ot = (t, e, n) => new Promise((i, o) => {
15
- var s = (u) => {
16
- try {
17
- r(n.next(u));
18
- } catch (l) {
19
- o(l);
20
- }
21
- }, c = (u) => {
22
- try {
23
- r(n.throw(u));
24
- } catch (l) {
25
- o(l);
26
- }
27
- }, r = (u) => u.done ? i(u.value) : Promise.resolve(u.value).then(s, c);
28
- r((n = n.apply(t, e)).next());
29
- });
30
- function E() {
31
- }
32
- const gt = (t) => t;
33
- function jt(t, e) {
34
- for (const n in e)
35
- t[n] = e[n];
36
- return (
37
- /** @type {T & S} */
38
- t
39
- );
40
- }
41
- function mt(t) {
42
- return t();
43
- }
44
- function rt() {
45
- return /* @__PURE__ */ Object.create(null);
46
- }
47
- function A(t) {
48
- t.forEach(mt);
49
- }
50
- function Y(t) {
51
- return typeof t == "function";
52
- }
53
- function Ot(t, e) {
54
- return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
55
- }
56
- function At(t) {
57
- return Object.keys(t).length === 0;
58
- }
59
- function zt(t, ...e) {
60
- if (t == null) {
61
- for (const i of e)
62
- i(void 0);
63
- return E;
64
- }
65
- const n = t.subscribe(...e);
66
- return n.unsubscribe ? () => n.unsubscribe() : n;
67
- }
68
- function ve(t, e, n) {
69
- t.$$.on_destroy.push(zt(e, n));
70
- }
71
- function Nt(t, e, n, i) {
72
- if (t) {
73
- const o = _t(t, e, n, i);
74
- return t[0](o);
75
- }
76
- }
77
- function _t(t, e, n, i) {
78
- return t[1] && i ? jt(n.ctx.slice(), t[1](i(e))) : n.ctx;
79
- }
80
- function Bt(t, e, n, i) {
81
- if (t[2] && i) {
82
- const o = t[2](i(n));
83
- if (e.dirty === void 0)
84
- return o;
85
- if (typeof o == "object") {
86
- const s = [], c = Math.max(e.dirty.length, o.length);
87
- for (let r = 0; r < c; r += 1)
88
- s[r] = e.dirty[r] | o[r];
89
- return s;
90
- }
91
- return e.dirty | o;
92
- }
93
- return e.dirty;
94
- }
95
- function Pt(t, e, n, i, o, s) {
96
- if (o) {
97
- const c = _t(e, n, i, s);
98
- t.p(c, o);
99
- }
100
- }
101
- function Rt(t) {
102
- if (t.ctx.length > 32) {
103
- const e = [], n = t.ctx.length / 32;
104
- for (let i = 0; i < n; i++)
105
- e[i] = -1;
106
- return e;
107
- }
108
- return -1;
109
- }
110
- const pt = typeof window != "undefined";
111
- let Tt = pt ? () => window.performance.now() : () => Date.now(), tt = pt ? (t) => requestAnimationFrame(t) : E;
112
- const S = /* @__PURE__ */ new Set();
113
- function yt(t) {
114
- S.forEach((e) => {
115
- e.c(t) || (S.delete(e), e.f());
116
- }), S.size !== 0 && tt(yt);
117
- }
118
- function Ft(t) {
119
- let e;
120
- return S.size === 0 && tt(yt), {
121
- promise: new Promise((n) => {
122
- S.add(e = { c: t, f: n });
123
- }),
124
- abort() {
125
- S.delete(e);
126
- }
127
- };
128
- }
129
- function v(t, e) {
130
- t.appendChild(e);
131
- }
132
- function Ht(t, e, n) {
133
- const i = et(t);
134
- if (!i.getElementById(e)) {
135
- const o = C("style");
136
- o.id = e, o.textContent = n, bt(i, o);
137
- }
138
- }
139
- function et(t) {
140
- if (!t)
141
- return document;
142
- const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
143
- return e && /** @type {ShadowRoot} */
144
- e.host ? (
145
- /** @type {ShadowRoot} */
146
- e
147
- ) : t.ownerDocument;
148
- }
149
- function It(t) {
150
- const e = C("style");
151
- return e.textContent = "/* empty */", bt(et(t), e), e.sheet;
152
- }
153
- function bt(t, e) {
154
- return v(
155
- /** @type {Document} */
156
- t.head || t,
157
- e
158
- ), e.sheet;
159
- }
160
- function q(t, e, n) {
161
- t.insertBefore(e, n || null);
162
- }
163
- function L(t) {
164
- t.parentNode && t.parentNode.removeChild(t);
165
- }
166
- function Ee(t, e) {
167
- for (let n = 0; n < t.length; n += 1)
168
- t[n] && t[n].d(e);
169
- }
170
- function C(t) {
171
- return document.createElement(t);
172
- }
173
- function ct(t) {
174
- return document.createElementNS("http://www.w3.org/2000/svg", t);
175
- }
176
- function wt(t) {
177
- return document.createTextNode(t);
178
- }
179
- function Dt() {
180
- return wt(" ");
181
- }
182
- function Ut() {
183
- return wt("");
184
- }
185
- function K(t, e, n, i) {
186
- return t.addEventListener(e, n, i), () => t.removeEventListener(e, n, i);
187
- }
188
- function m(t, e, n) {
189
- n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
190
- }
191
- function Le(t, e, n) {
192
- const i = e.toLowerCase();
193
- i in t ? t[i] = typeof t[i] == "boolean" && n === "" ? !0 : n : e in t ? t[e] = typeof t[e] == "boolean" && n === "" ? !0 : n : m(t, e, n);
194
- }
195
- function Wt(t) {
196
- return Array.from(t.childNodes);
197
- }
198
- function Me(t, e) {
199
- e = "" + e, t.data !== e && (t.data = /** @type {string} */
200
- e);
201
- }
202
- let F;
203
- function qt() {
204
- if (F === void 0) {
205
- F = !1;
206
- try {
207
- typeof window != "undefined" && window.parent && window.parent.document;
208
- } catch (t) {
209
- F = !0;
210
- }
211
- }
212
- return F;
213
- }
214
- function Jt(t, e) {
215
- getComputedStyle(t).position === "static" && (t.style.position = "relative");
216
- const i = C("iframe");
217
- i.setAttribute(
218
- "style",
219
- "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
220
- ), i.setAttribute("aria-hidden", "true"), i.tabIndex = -1;
221
- const o = qt();
222
- let s;
223
- return o ? (i.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", s = K(
224
- window,
225
- "message",
226
- /** @param {MessageEvent} event */
227
- (c) => {
228
- c.source === i.contentWindow && e();
229
- }
230
- )) : (i.src = "about:blank", i.onload = () => {
231
- s = K(i.contentWindow, "resize", e), e();
232
- }), v(t, i), () => {
233
- (o || s && i.contentWindow) && s(), L(i);
234
- };
235
- }
236
- function ke(t, e, n) {
237
- t.classList.toggle(e, !!n);
238
- }
239
- function Vt(t, e, { bubbles: n = !1, cancelable: i = !1 } = {}) {
240
- return new CustomEvent(t, { detail: e, bubbles: n, cancelable: i });
241
- }
242
- function Zt(t) {
243
- const e = {};
244
- return t.childNodes.forEach(
245
- /** @param {Element} node */
246
- (n) => {
247
- e[n.slot || "default"] = !0;
248
- }
249
- ), e;
250
- }
251
- const D = /* @__PURE__ */ new Map();
252
- let U = 0;
253
- function Gt(t) {
254
- let e = 5381, n = t.length;
255
- for (; n--; )
256
- e = (e << 5) - e ^ t.charCodeAt(n);
257
- return e >>> 0;
258
- }
259
- function Kt(t, e) {
260
- const n = { stylesheet: It(e), rules: {} };
261
- return D.set(t, n), n;
262
- }
263
- function lt(t, e, n, i, o, s, c, r = 0) {
264
- const u = 16.666 / i;
265
- let l = `{
266
- `;
267
- for (let _ = 0; _ <= 1; _ += u) {
268
- const x = e + (n - e) * s(_);
269
- l += _ * 100 + `%{${c(x, 1 - x)}}
270
- `;
271
- }
272
- const g = l + `100% {${c(n, 1 - n)}}
273
- }`, f = `__svelte_${Gt(g)}_${r}`, h = et(t), { stylesheet: $, rules: a } = D.get(h) || Kt(h, t);
274
- a[f] || (a[f] = !0, $.insertRule(`@keyframes ${f} ${g}`, $.cssRules.length));
275
- const p = t.style.animation || "";
276
- return t.style.animation = `${p ? `${p}, ` : ""}${f} ${i}ms linear ${o}ms 1 both`, U += 1, f;
277
- }
278
- function Qt(t, e) {
279
- const n = (t.style.animation || "").split(", "), i = n.filter(
280
- e ? (s) => s.indexOf(e) < 0 : (s) => s.indexOf("__svelte") === -1
281
- // remove all Svelte animations
282
- ), o = n.length - i.length;
283
- o && (t.style.animation = i.join(", "), U -= o, U || Xt());
284
- }
285
- function Xt() {
286
- tt(() => {
287
- U || (D.forEach((t) => {
288
- const { ownerNode: e } = t.stylesheet;
289
- e && L(e);
290
- }), D.clear());
291
- });
292
- }
293
- let R;
294
- function B(t) {
295
- R = t;
296
- }
297
- function Yt() {
298
- if (!R)
299
- throw new Error("Function called outside component initialization");
300
- return R;
301
- }
302
- function te(t) {
303
- Yt().$$.on_mount.push(t);
304
- }
305
- const k = [], W = [];
306
- let j = [];
307
- const ut = [], ee = /* @__PURE__ */ Promise.resolve();
308
- let Q = !1;
309
- function ne() {
310
- Q || (Q = !0, ee.then(b));
311
- }
312
- function O(t) {
313
- j.push(t);
314
- }
315
- const Z = /* @__PURE__ */ new Set();
316
- let M = 0;
317
- function b() {
318
- if (M !== 0)
319
- return;
320
- const t = R;
321
- do {
322
- try {
323
- for (; M < k.length; ) {
324
- const e = k[M];
325
- M++, B(e), ie(e.$$);
326
- }
327
- } catch (e) {
328
- throw k.length = 0, M = 0, e;
329
- }
330
- for (B(null), k.length = 0, M = 0; W.length; )
331
- W.pop()();
332
- for (let e = 0; e < j.length; e += 1) {
333
- const n = j[e];
334
- Z.has(n) || (Z.add(n), n());
335
- }
336
- j.length = 0;
337
- } while (k.length);
338
- for (; ut.length; )
339
- ut.pop()();
340
- Q = !1, Z.clear(), B(t);
341
- }
342
- function ie(t) {
343
- if (t.fragment !== null) {
344
- t.update(), A(t.before_update);
345
- const e = t.dirty;
346
- t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(O);
347
- }
348
- }
349
- function se(t) {
350
- const e = [], n = [];
351
- j.forEach((i) => t.indexOf(i) === -1 ? e.push(i) : n.push(i)), n.forEach((i) => i()), j = e;
352
- }
353
- let N;
354
- function oe() {
355
- return N || (N = Promise.resolve(), N.then(() => {
356
- N = null;
357
- })), N;
358
- }
359
- function G(t, e, n) {
360
- t.dispatchEvent(Vt(`${e ? "intro" : "outro"}${n}`));
361
- }
362
- const H = /* @__PURE__ */ new Set();
363
- let w;
364
- function re() {
365
- w = {
366
- r: 0,
367
- c: [],
368
- p: w
369
- // parent group
370
- };
371
- }
372
- function ce() {
373
- w.r || A(w.c), w = w.p;
374
- }
375
- function P(t, e) {
376
- t && t.i && (H.delete(t), t.i(e));
377
- }
378
- function X(t, e, n, i) {
379
- if (t && t.o) {
380
- if (H.has(t))
381
- return;
382
- H.add(t), w.c.push(() => {
383
- H.delete(t), i && (n && t.d(1), i());
384
- }), t.o(e);
385
- } else
386
- i && i();
387
- }
388
- const le = { duration: 0 };
389
- function ft(t, e, n, i) {
390
- let s = e(t, n, { direction: "both" }), c = i ? 0 : 1, r = null, u = null, l = null, g;
391
- function f() {
392
- l && Qt(t, l);
393
- }
394
- function h(a, p) {
395
- const _ = (
396
- /** @type {Program['d']} */
397
- a.b - c
398
- );
399
- return p *= Math.abs(_), {
400
- a: c,
401
- b: a.b,
402
- d: _,
403
- duration: p,
404
- start: a.start,
405
- end: a.start + p,
406
- group: a.group
407
- };
408
- }
409
- function $(a) {
410
- const {
411
- delay: p = 0,
412
- duration: _ = 300,
413
- easing: x = gt,
414
- tick: z = E,
415
- css: d
416
- } = s || le, J = {
417
- start: Tt() + p,
418
- b: a
419
- };
420
- a || (J.group = w, w.r += 1), "inert" in t && (a ? g !== void 0 && (t.inert = g) : (g = /** @type {HTMLElement} */
421
- t.inert, t.inert = !0)), r || u ? u = J : (d && (f(), l = lt(t, c, a, _, p, x, d)), a && z(0, 1), r = h(J, _), O(() => G(t, a, "start")), Ft((T) => {
422
- if (u && T > u.start && (r = h(u, _), u = null, G(t, r.b, "start"), d && (f(), l = lt(
423
- t,
424
- c,
425
- r.b,
426
- r.duration,
427
- 0,
428
- x,
429
- s.css
430
- ))), r) {
431
- if (T >= r.end)
432
- z(c = r.b, 1 - c), G(t, r.b, "end"), u || (r.b ? f() : --r.group.r || A(r.group.c)), r = null;
433
- else if (T >= r.start) {
434
- const vt = T - r.start;
435
- c = r.a + r.d * x(vt / r.duration), z(c, 1 - c);
436
- }
437
- }
438
- return !!(r || u);
439
- }));
440
- }
441
- return {
442
- run(a) {
443
- Y(s) ? oe().then(() => {
444
- s = s({ direction: a ? "in" : "out" }), $(a);
445
- }) : $(a);
446
- },
447
- end() {
448
- f(), r = u = null;
449
- }
450
- };
451
- }
452
- function Se(t) {
453
- return (t == null ? void 0 : t.length) !== void 0 ? t : Array.from(t);
454
- }
455
- function ue(t, e, n) {
456
- const { fragment: i, after_update: o } = t.$$;
457
- i && i.m(e, n), O(() => {
458
- const s = t.$$.on_mount.map(mt).filter(Y);
459
- t.$$.on_destroy ? t.$$.on_destroy.push(...s) : A(s), t.$$.on_mount = [];
460
- }), o.forEach(O);
461
- }
462
- function fe(t, e) {
463
- const n = t.$$;
464
- n.fragment !== null && (se(n.after_update), A(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
465
- }
466
- function ae(t, e) {
467
- t.$$.dirty[0] === -1 && (k.push(t), ne(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
468
- }
469
- function de(t, e, n, i, o, s, c = null, r = [-1]) {
470
- const u = R;
471
- B(t);
472
- const l = t.$$ = {
473
- fragment: null,
474
- ctx: [],
475
- // state
476
- props: s,
477
- update: E,
478
- not_equal: o,
479
- bound: rt(),
480
- // lifecycle
481
- on_mount: [],
482
- on_destroy: [],
483
- on_disconnect: [],
484
- before_update: [],
485
- after_update: [],
486
- context: new Map(e.context || (u ? u.$$.context : [])),
487
- // everything else
488
- callbacks: rt(),
489
- dirty: r,
490
- skip_bound: !1,
491
- root: e.target || u.$$.root
492
- };
493
- c && c(l.root);
494
- let g = !1;
495
- if (l.ctx = n ? n(t, e.props || {}, (f, h, ...$) => {
496
- const a = $.length ? $[0] : h;
497
- return l.ctx && o(l.ctx[f], l.ctx[f] = a) && (!l.skip_bound && l.bound[f] && l.bound[f](a), g && ae(t, f)), h;
498
- }) : [], l.update(), g = !0, A(l.before_update), l.fragment = i ? i(l.ctx) : !1, e.target) {
499
- if (e.hydrate) {
500
- const f = Wt(e.target);
501
- l.fragment && l.fragment.l(f), f.forEach(L);
502
- } else
503
- l.fragment && l.fragment.c();
504
- e.intro && P(t.$$.fragment), ue(t, e.target, e.anchor), b();
505
- }
506
- B(u);
507
- }
508
- let xt;
509
- typeof HTMLElement == "function" && (xt = class extends HTMLElement {
510
- constructor(e, n, i) {
511
- super();
512
- /** The Svelte component constructor */
513
- y(this, "$$ctor");
514
- /** Slots */
515
- y(this, "$$s");
516
- /** The Svelte component instance */
517
- y(this, "$$c");
518
- /** Whether or not the custom element is connected */
519
- y(this, "$$cn", !1);
520
- /** Component props data */
521
- y(this, "$$d", {});
522
- /** `true` if currently in the process of reflecting component props back to attributes */
523
- y(this, "$$r", !1);
524
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
525
- y(this, "$$p_d", {});
526
- /** @type {Record<string, Function[]>} Event listeners */
527
- y(this, "$$l", {});
528
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
529
- y(this, "$$l_u", /* @__PURE__ */ new Map());
530
- this.$$ctor = e, this.$$s = n, i && this.attachShadow({ mode: "open" });
531
- }
532
- addEventListener(e, n, i) {
533
- if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(n), this.$$c) {
534
- const o = this.$$c.$on(e, n);
535
- this.$$l_u.set(n, o);
536
- }
537
- super.addEventListener(e, n, i);
538
- }
539
- removeEventListener(e, n, i) {
540
- if (super.removeEventListener(e, n, i), this.$$c) {
541
- const o = this.$$l_u.get(n);
542
- o && (o(), this.$$l_u.delete(n));
543
- }
544
- }
545
- connectedCallback() {
546
- return ot(this, null, function* () {
547
- if (this.$$cn = !0, !this.$$c) {
548
- let e = function(s) {
549
- return () => {
550
- let c;
551
- return {
552
- c: function() {
553
- c = C("slot"), s !== "default" && m(c, "name", s);
554
- },
555
- /**
556
- * @param {HTMLElement} target
557
- * @param {HTMLElement} [anchor]
558
- */
559
- m: function(l, g) {
560
- q(l, c, g);
561
- },
562
- d: function(l) {
563
- l && L(c);
564
- }
565
- };
566
- };
567
- };
568
- if (yield Promise.resolve(), !this.$$cn || this.$$c)
569
- return;
570
- const n = {}, i = Zt(this);
571
- for (const s of this.$$s)
572
- s in i && (n[s] = [e(s)]);
573
- for (const s of this.attributes) {
574
- const c = this.$$g_p(s.name);
575
- c in this.$$d || (this.$$d[c] = I(c, s.value, this.$$p_d, "toProp"));
576
- }
577
- for (const s in this.$$p_d)
578
- !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
579
- this.$$c = new this.$$ctor({
580
- target: this.shadowRoot || this,
581
- props: st(it({}, this.$$d), {
582
- $$slots: n,
583
- $$scope: {
584
- ctx: []
585
- }
586
- })
587
- });
588
- const o = () => {
589
- this.$$r = !0;
590
- for (const s in this.$$p_d)
591
- if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
592
- const c = I(
593
- s,
594
- this.$$d[s],
595
- this.$$p_d,
596
- "toAttribute"
597
- );
598
- c == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, c);
599
- }
600
- this.$$r = !1;
601
- };
602
- this.$$c.$$.after_update.push(o), o();
603
- for (const s in this.$$l)
604
- for (const c of this.$$l[s]) {
605
- const r = this.$$c.$on(s, c);
606
- this.$$l_u.set(c, r);
607
- }
608
- this.$$l = {};
609
- }
610
- });
611
- }
612
- // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
613
- // and setting attributes through setAttribute etc, this is helpful
614
- attributeChangedCallback(e, n, i) {
615
- var o;
616
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = I(e, i, this.$$p_d, "toProp"), (o = this.$$c) == null || o.$set({ [e]: this.$$d[e] }));
617
- }
618
- disconnectedCallback() {
619
- this.$$cn = !1, Promise.resolve().then(() => {
620
- !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
621
- });
622
- }
623
- $$g_p(e) {
624
- return Object.keys(this.$$p_d).find(
625
- (n) => this.$$p_d[n].attribute === e || !this.$$p_d[n].attribute && n.toLowerCase() === e
626
- ) || e;
627
- }
628
- });
629
- function I(t, e, n, i) {
630
- var s;
631
- const o = (s = n[t]) == null ? void 0 : s.type;
632
- if (e = o === "Boolean" && typeof e != "boolean" ? e != null : e, !i || !n[t])
633
- return e;
634
- if (i === "toAttribute")
635
- switch (o) {
636
- case "Object":
637
- case "Array":
638
- return e == null ? null : JSON.stringify(e);
639
- case "Boolean":
640
- return e ? "" : null;
641
- case "Number":
642
- return e == null ? null : e;
643
- default:
644
- return e;
645
- }
646
- else
647
- switch (o) {
648
- case "Object":
649
- case "Array":
650
- return e && JSON.parse(e);
651
- case "Boolean":
652
- return e;
653
- case "Number":
654
- return e != null ? +e : e;
655
- default:
656
- return e;
657
- }
658
- }
659
- function he(t, e, n, i, o, s) {
660
- let c = class extends xt {
661
- constructor() {
662
- super(t, n, o), this.$$p_d = e;
663
- }
664
- static get observedAttributes() {
665
- return Object.keys(e).map(
666
- (r) => (e[r].attribute || r).toLowerCase()
667
- );
668
- }
669
- };
670
- return Object.keys(e).forEach((r) => {
671
- Object.defineProperty(c.prototype, r, {
672
- get() {
673
- return this.$$c && r in this.$$c ? this.$$c[r] : this.$$d[r];
674
- },
675
- set(u) {
676
- var l;
677
- u = I(r, u, e), this.$$d[r] = u, (l = this.$$c) == null || l.$set({ [r]: u });
678
- }
679
- });
680
- }), i.forEach((r) => {
681
- Object.defineProperty(c.prototype, r, {
682
- get() {
683
- var u;
684
- return (u = this.$$c) == null ? void 0 : u[r];
685
- }
686
- });
687
- }), t.element = /** @type {any} */
688
- c, c;
689
- }
690
- class $e {
691
- constructor() {
692
- /**
693
- * ### PRIVATE API
694
- *
695
- * Do not use, may change at any time
696
- *
697
- * @type {any}
698
- */
699
- y(this, "$$");
700
- /**
701
- * ### PRIVATE API
702
- *
703
- * Do not use, may change at any time
704
- *
705
- * @type {any}
706
- */
707
- y(this, "$$set");
708
- }
709
- /** @returns {void} */
710
- $destroy() {
711
- fe(this, 1), this.$destroy = E;
712
- }
713
- /**
714
- * @template {Extract<keyof Events, string>} K
715
- * @param {K} type
716
- * @param {((e: Events[K]) => void) | null | undefined} callback
717
- * @returns {() => void}
718
- */
719
- $on(e, n) {
720
- if (!Y(n))
721
- return E;
722
- const i = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
723
- return i.push(n), () => {
724
- const o = i.indexOf(n);
725
- o !== -1 && i.splice(o, 1);
726
- };
727
- }
728
- /**
729
- * @param {Partial<Props>} props
730
- * @returns {void}
731
- */
732
- $set(e) {
733
- this.$$set && !At(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
734
- }
735
- }
736
- const ge = "4";
737
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(ge);
738
- function me(t, e) {
739
- if (t) {
740
- const n = document.createElement("style");
741
- n.innerHTML = e, t.appendChild(n);
742
- }
743
- }
744
- function _e(t, e) {
745
- const n = new URL(e);
746
- fetch(n.href).then((i) => i.text()).then((i) => {
747
- const o = document.createElement("style");
748
- o.innerHTML = i, t && t.appendChild(o);
749
- }).catch((i) => {
750
- console.error("There was an error while trying to load client styling from URL", i);
751
- });
752
- }
753
- function pe(t, e, n) {
754
- if (window.emMessageBus) {
755
- const i = document.createElement("style");
756
- window.emMessageBus.subscribe(e, (o) => {
757
- i.innerHTML = o, t && t.appendChild(i);
758
- });
759
- }
760
- }
761
- function at(t, { delay: e = 0, duration: n = 400, easing: i = gt } = {}) {
762
- const o = +getComputedStyle(t).opacity;
763
- return {
764
- delay: e,
765
- duration: n,
766
- easing: i,
767
- css: (s) => `opacity: ${s * o}`
768
- };
769
- }
770
- function ye(t) {
771
- Ht(t, "svelte-10bl7y2", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}#Modal{position:fixed;width:100%;height:100%;top:0;left:0;background:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.4));display:flex;justify-content:center;align-items:center;z-index:10}.ModalContainer{min-width:300px;height:100%;max-height:70%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--emw--spacing-large, 20px);position:relative;padding:var(--emw--spacing-medium, 15px);min-height:200px;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191F;max-width:600px;z-index:1;box-shadow:inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3)}.ModalContainer::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:16px;background:linear-gradient(140deg, var(--emw--color-primary, #F9C405) 5%, var(--emw--color-black, #12191F) 65%)}.ModalCloseIcon{background-color:rgba(255, 255, 255, 0.1);padding:5px;border-radius:10px;position:absolute;right:0;top:0;margin:20px;z-index:20}.CloseButton{stroke:white}@container (max-width: 475px){.ModalContainer{max-width:90%;max-height:80vh;margin:auto}}');
772
- }
773
- const be = (t) => ({}), dt = (t) => ({});
774
- function ht(t) {
775
- let e, n, i, o, s, c, r, u, l = (
776
- /*modaltype*/
777
- t[3] !== "error" && $t(t)
778
- );
779
- const g = (
780
- /*#slots*/
781
- t[12].content
782
- ), f = Nt(
783
- g,
784
- t,
785
- /*$$scope*/
786
- t[11],
787
- dt
788
- );
789
- return {
790
- c() {
791
- e = C("div"), n = C("div"), i = C("div"), l && l.c(), o = Dt(), f && f.c(), m(i, "class", "ModalContainer"), m(i, "style", s = /*modaltype*/
792
- t[3] === "video" ? "height: 70%" : "height: auto"), m(n, "id", "Modal"), O(() => (
793
- /*div1_elementresize_handler*/
794
- t[14].call(n)
795
- ));
796
- },
797
- m(h, $) {
798
- q(h, e, $), v(e, n), v(n, i), l && l.m(i, null), v(i, o), f && f.m(i, null), t[13](n), c = Jt(
799
- n,
800
- /*div1_elementresize_handler*/
801
- t[14].bind(n)
802
- ), t[15](e), u = !0;
803
- },
804
- p(h, $) {
805
- t = h, /*modaltype*/
806
- t[3] !== "error" ? l ? l.p(t, $) : (l = $t(t), l.c(), l.m(i, o)) : l && (l.d(1), l = null), f && f.p && (!u || $ & /*$$scope*/
807
- 2048) && Pt(
808
- f,
809
- g,
810
- t,
811
- /*$$scope*/
812
- t[11],
813
- u ? Bt(
814
- g,
815
- /*$$scope*/
816
- t[11],
817
- $,
818
- be
819
- ) : Rt(
820
- /*$$scope*/
821
- t[11]
822
- ),
823
- dt
824
- ), (!u || $ & /*modaltype*/
825
- 8 && s !== (s = /*modaltype*/
826
- t[3] === "video" ? "height: 70%" : "height: auto")) && m(i, "style", s);
827
- },
828
- i(h) {
829
- u || (P(f, h), h && O(() => {
830
- u && (r || (r = ft(
831
- n,
832
- at,
833
- /*duration*/
834
- t[4],
835
- !0
836
- )), r.run(1));
837
- }), u = !0);
838
- },
839
- o(h) {
840
- X(f, h), h && (r || (r = ft(
841
- n,
842
- at,
843
- /*duration*/
844
- t[4],
845
- !1
846
- )), r.run(0)), u = !1;
847
- },
848
- d(h) {
849
- h && L(e), l && l.d(), f && f.d(h), t[13](null), c(), h && r && r.end(), t[15](null);
850
- }
851
- };
852
- }
853
- function $t(t) {
854
- let e, n, i, o, s;
855
- return {
856
- c() {
857
- e = C("div"), n = ct("svg"), i = ct("path"), m(i, "d", "M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"), m(i, "fill", "#111111"), m(n, "xmlns", "http://www.w3.org/2000/svg"), m(n, "width", "13"), m(n, "height", "13"), m(n, "viewBox", "0 0 13 13"), m(n, "fill", "none"), m(n, "class", "CloseButton"), m(e, "class", "ModalCloseIcon");
858
- },
859
- m(c, r) {
860
- q(c, e, r), v(e, n), v(n, i), o || (s = K(
861
- n,
862
- "click",
863
- /*closeModal*/
864
- t[7]
865
- ), o = !0);
866
- },
867
- p: E,
868
- d(c) {
869
- c && L(e), o = !1, s();
870
- }
871
- };
872
- }
873
- function we(t) {
874
- let e, n, i = (
875
- /*show*/
876
- t[2] === "true" && ht(t)
877
- );
878
- return {
879
- c() {
880
- i && i.c(), e = Ut();
881
- },
882
- m(o, s) {
883
- i && i.m(o, s), q(o, e, s), n = !0;
884
- },
885
- p(o, [s]) {
886
- /*show*/
887
- o[2] === "true" ? i ? (i.p(o, s), s & /*show*/
888
- 4 && P(i, 1)) : (i = ht(o), i.c(), P(i, 1), i.m(e.parentNode, e)) : i && (re(), X(i, 1, 1, () => {
889
- i = null;
890
- }), ce());
891
- },
892
- i(o) {
893
- n || (P(i), n = !0);
894
- },
895
- o(o) {
896
- X(i), n = !1;
897
- },
898
- d(o) {
899
- o && L(e), i && i.d(o);
900
- }
901
- };
902
- }
903
- function xe(t, e, n) {
904
- let { $$slots: i = {}, $$scope: o } = e, { mbsource: s } = e, { clientstyling: c } = e, { clientstylingurl: r } = e, { show: u } = e, { modaltype: l = "" } = e, { duration: g = 200 } = e, { width: f } = e, { height: h } = e, $, a;
905
- const p = () => {
906
- window.dispatchEvent(new CustomEvent("modal-update", { detail: { type: "closed", data: {} } }));
907
- };
908
- te(() => () => {
909
- });
910
- function _(d) {
911
- W[d ? "unshift" : "push"](() => {
912
- $ = d, n(6, $);
913
- });
914
- }
915
- function x() {
916
- f = this.clientWidth, h = this.clientHeight, n(0, f), n(1, h);
917
- }
918
- function z(d) {
919
- W[d ? "unshift" : "push"](() => {
920
- a = d, n(5, a);
921
- });
922
- }
923
- return t.$$set = (d) => {
924
- "mbsource" in d && n(8, s = d.mbsource), "clientstyling" in d && n(9, c = d.clientstyling), "clientstylingurl" in d && n(10, r = d.clientstylingurl), "show" in d && n(2, u = d.show), "modaltype" in d && n(3, l = d.modaltype), "duration" in d && n(4, g = d.duration), "width" in d && n(0, f = d.width), "height" in d && n(1, h = d.height), "$$scope" in d && n(11, o = d.$$scope);
925
- }, t.$$.update = () => {
926
- t.$$.dirty & /*clientstyling, customStylingContainer*/
927
- 544 && c && a && me(a, c), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
928
- 1056 && r && a && _e(a, r), t.$$.dirty & /*mbsource, customStylingContainer*/
929
- 288 && s && a && pe(a, `${s}.Style`);
930
- }, [
931
- f,
932
- h,
933
- u,
934
- l,
935
- g,
936
- a,
937
- $,
938
- p,
939
- s,
940
- c,
941
- r,
942
- o,
943
- i,
944
- _,
945
- x,
946
- z
947
- ];
948
- }
949
- class Ct extends $e {
950
- constructor(e) {
951
- super(), de(
952
- this,
953
- e,
954
- xe,
955
- we,
956
- Ot,
957
- {
958
- mbsource: 8,
959
- clientstyling: 9,
960
- clientstylingurl: 10,
961
- show: 2,
962
- modaltype: 3,
963
- duration: 4,
964
- width: 0,
965
- height: 1
966
- },
967
- ye
968
- );
969
- }
970
- get mbsource() {
971
- return this.$$.ctx[8];
972
- }
973
- set mbsource(e) {
974
- this.$$set({ mbsource: e }), b();
975
- }
976
- get clientstyling() {
977
- return this.$$.ctx[9];
978
- }
979
- set clientstyling(e) {
980
- this.$$set({ clientstyling: e }), b();
981
- }
982
- get clientstylingurl() {
983
- return this.$$.ctx[10];
984
- }
985
- set clientstylingurl(e) {
986
- this.$$set({ clientstylingurl: e }), b();
987
- }
988
- get show() {
989
- return this.$$.ctx[2];
990
- }
991
- set show(e) {
992
- this.$$set({ show: e }), b();
993
- }
994
- get modaltype() {
995
- return this.$$.ctx[3];
996
- }
997
- set modaltype(e) {
998
- this.$$set({ modaltype: e }), b();
999
- }
1000
- get duration() {
1001
- return this.$$.ctx[4];
1002
- }
1003
- set duration(e) {
1004
- this.$$set({ duration: e }), b();
1005
- }
1006
- get width() {
1007
- return this.$$.ctx[0];
1008
- }
1009
- set width(e) {
1010
- this.$$set({ width: e }), b();
1011
- }
1012
- get height() {
1013
- return this.$$.ctx[1];
1014
- }
1015
- set height(e) {
1016
- this.$$set({ height: e }), b();
1017
- }
1018
- }
1019
- he(Ct, { mbsource: {}, clientstyling: {}, clientstylingurl: {}, show: {}, modaltype: {}, duration: {}, width: {}, height: {} }, ["content"], [], !0);
1020
- const je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1021
- __proto__: null,
1022
- default: Ct
1023
- }, Symbol.toStringTag, { value: "Module" }));
1024
- export {
1025
- me as A,
1026
- _e as B,
1027
- pe as C,
1028
- je as D,
1029
- $e as S,
1030
- zt as a,
1031
- de as b,
1032
- he as c,
1033
- Ht as d,
1034
- L as e,
1035
- b as f,
1036
- q as g,
1037
- C as h,
1038
- Y as i,
1039
- m as j,
1040
- ve as k,
1041
- W as l,
1042
- Le as m,
1043
- E as n,
1044
- te as o,
1045
- Se as p,
1046
- Ee as q,
1047
- A as r,
1048
- Ot as s,
1049
- ke as t,
1050
- Me as u,
1051
- v,
1052
- K as w,
1053
- ct as x,
1054
- Dt as y,
1055
- wt as z
1056
- };