@everymatrix/cashier-modal 1.76.0 → 1.76.3

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,910 +0,0 @@
1
- function O() {
2
- }
3
- const ct = (t) => t;
4
- function mt(t, e) {
5
- for (const n in e)
6
- t[n] = e[n];
7
- return (
8
- /** @type {T & S} */
9
- t
10
- );
11
- }
12
- function lt(t) {
13
- return t();
14
- }
15
- function Z() {
16
- return /* @__PURE__ */ Object.create(null);
17
- }
18
- function k(t) {
19
- t.forEach(lt);
20
- }
21
- function K(t) {
22
- return typeof t == "function";
23
- }
24
- function gt(t, e) {
25
- return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
26
- }
27
- function _t(t) {
28
- return Object.keys(t).length === 0;
29
- }
30
- function pt(t, e, n, i) {
31
- if (t) {
32
- const s = ut(t, e, n, i);
33
- return t[0](s);
34
- }
35
- }
36
- function ut(t, e, n, i) {
37
- return t[1] && i ? mt(n.ctx.slice(), t[1](i(e))) : n.ctx;
38
- }
39
- function yt(t, e, n, i) {
40
- if (t[2] && i) {
41
- const s = t[2](i(n));
42
- if (e.dirty === void 0)
43
- return s;
44
- if (typeof s == "object") {
45
- const r = [], l = Math.max(e.dirty.length, s.length);
46
- for (let o = 0; o < l; o += 1)
47
- r[o] = e.dirty[o] | s[o];
48
- return r;
49
- }
50
- return e.dirty | s;
51
- }
52
- return e.dirty;
53
- }
54
- function wt(t, e, n, i, s, r) {
55
- if (s) {
56
- const l = ut(e, n, i, r);
57
- t.p(l, s);
58
- }
59
- }
60
- function bt(t) {
61
- if (t.ctx.length > 32) {
62
- const e = [], n = t.ctx.length / 32;
63
- for (let i = 0; i < n; i++)
64
- e[i] = -1;
65
- return e;
66
- }
67
- return -1;
68
- }
69
- const at = typeof window < "u";
70
- let xt = at ? () => window.performance.now() : () => Date.now(), Q = at ? (t) => requestAnimationFrame(t) : O;
71
- const v = /* @__PURE__ */ new Set();
72
- function ft(t) {
73
- v.forEach((e) => {
74
- e.c(t) || (v.delete(e), e.f());
75
- }), v.size !== 0 && Q(ft);
76
- }
77
- function vt(t) {
78
- let e;
79
- return v.size === 0 && Q(ft), {
80
- promise: new Promise((n) => {
81
- v.add(e = { c: t, f: n });
82
- }),
83
- abort() {
84
- v.delete(e);
85
- }
86
- };
87
- }
88
- function R(t, e) {
89
- t.appendChild(e);
90
- }
91
- function Et(t, e, n) {
92
- const i = X(t);
93
- if (!i.getElementById(e)) {
94
- const s = w("style");
95
- s.id = e, s.textContent = n, dt(i, s);
96
- }
97
- }
98
- function X(t) {
99
- if (!t)
100
- return document;
101
- const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
102
- return e && /** @type {ShadowRoot} */
103
- e.host ? (
104
- /** @type {ShadowRoot} */
105
- e
106
- ) : t.ownerDocument;
107
- }
108
- function Ct(t) {
109
- const e = w("style");
110
- return e.textContent = "/* empty */", dt(X(t), e), e.sheet;
111
- }
112
- function dt(t, e) {
113
- return R(
114
- /** @type {Document} */
115
- t.head || t,
116
- e
117
- ), e.sheet;
118
- }
119
- function Y(t, e, n) {
120
- t.insertBefore(e, n || null);
121
- }
122
- function M(t) {
123
- t.parentNode && t.parentNode.removeChild(t);
124
- }
125
- function w(t) {
126
- return document.createElement(t);
127
- }
128
- function kt(t) {
129
- return document.createTextNode(t);
130
- }
131
- function Mt() {
132
- return kt("");
133
- }
134
- function tt(t, e, n, i) {
135
- return t.addEventListener(e, n, i), () => t.removeEventListener(e, n, i);
136
- }
137
- function J(t, e, n) {
138
- n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
139
- }
140
- function jt(t) {
141
- return Array.from(t.childNodes);
142
- }
143
- let B;
144
- function St() {
145
- if (B === void 0) {
146
- B = !1;
147
- try {
148
- typeof window < "u" && window.parent && window.parent.document;
149
- } catch {
150
- B = !0;
151
- }
152
- }
153
- return B;
154
- }
155
- function Lt(t, e) {
156
- getComputedStyle(t).position === "static" && (t.style.position = "relative");
157
- const i = w("iframe");
158
- i.setAttribute(
159
- "style",
160
- "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
161
- ), i.setAttribute("aria-hidden", "true"), i.tabIndex = -1;
162
- const s = St();
163
- let r;
164
- return s ? (i.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", r = tt(
165
- window,
166
- "message",
167
- /** @param {MessageEvent} event */
168
- (l) => {
169
- l.source === i.contentWindow && e();
170
- }
171
- )) : (i.src = "about:blank", i.onload = () => {
172
- r = tt(i.contentWindow, "resize", e), e();
173
- }), R(t, i), () => {
174
- (s || r && i.contentWindow) && r(), M(i);
175
- };
176
- }
177
- function Ot(t, e, { bubbles: n = !1, cancelable: i = !1 } = {}) {
178
- return new CustomEvent(t, { detail: e, bubbles: n, cancelable: i });
179
- }
180
- function zt(t) {
181
- const e = {};
182
- return t.childNodes.forEach(
183
- /** @param {Element} node */
184
- (n) => {
185
- e[n.slot || "default"] = !0;
186
- }
187
- ), e;
188
- }
189
- const T = /* @__PURE__ */ new Map();
190
- let H = 0;
191
- function At(t) {
192
- let e = 5381, n = t.length;
193
- for (; n--; )
194
- e = (e << 5) - e ^ t.charCodeAt(n);
195
- return e >>> 0;
196
- }
197
- function Bt(t, e) {
198
- const n = { stylesheet: Ct(e), rules: {} };
199
- return T.set(t, n), n;
200
- }
201
- function et(t, e, n, i, s, r, l, o = 0) {
202
- const u = 16.666 / i;
203
- let c = `{
204
- `;
205
- for (let m = 0; m <= 1; m += u) {
206
- const a = e + (n - e) * r(m);
207
- c += m * 100 + `%{${l(a, 1 - a)}}
208
- `;
209
- }
210
- const h = c + `100% {${l(n, 1 - n)}}
211
- }`, f = `__svelte_${At(h)}_${o}`, g = X(t), { stylesheet: $, rules: d } = T.get(g) || Bt(g, t);
212
- d[f] || (d[f] = !0, $.insertRule(`@keyframes ${f} ${h}`, $.cssRules.length));
213
- const _ = t.style.animation || "";
214
- return t.style.animation = `${_ ? `${_}, ` : ""}${f} ${i}ms linear ${s}ms 1 both`, H += 1, f;
215
- }
216
- function Nt(t, e) {
217
- const n = (t.style.animation || "").split(", "), i = n.filter(
218
- e ? (r) => r.indexOf(e) < 0 : (r) => r.indexOf("__svelte") === -1
219
- // remove all Svelte animations
220
- ), s = n.length - i.length;
221
- s && (t.style.animation = i.join(", "), H -= s, H || Pt());
222
- }
223
- function Pt() {
224
- Q(() => {
225
- H || (T.forEach((t) => {
226
- const { ownerNode: e } = t.stylesheet;
227
- e && M(e);
228
- }), T.clear());
229
- });
230
- }
231
- let z;
232
- function S(t) {
233
- z = t;
234
- }
235
- function Rt() {
236
- if (!z)
237
- throw new Error("Function called outside component initialization");
238
- return z;
239
- }
240
- function Tt(t) {
241
- Rt().$$.on_mount.push(t);
242
- }
243
- const x = [], W = [];
244
- let E = [];
245
- const nt = [], Ht = /* @__PURE__ */ Promise.resolve();
246
- let V = !1;
247
- function Wt() {
248
- V || (V = !0, Ht.then(p));
249
- }
250
- function C(t) {
251
- E.push(t);
252
- }
253
- const F = /* @__PURE__ */ new Set();
254
- let b = 0;
255
- function p() {
256
- if (b !== 0)
257
- return;
258
- const t = z;
259
- do {
260
- try {
261
- for (; b < x.length; ) {
262
- const e = x[b];
263
- b++, S(e), It(e.$$);
264
- }
265
- } catch (e) {
266
- throw x.length = 0, b = 0, e;
267
- }
268
- for (S(null), x.length = 0, b = 0; W.length; )
269
- W.pop()();
270
- for (let e = 0; e < E.length; e += 1) {
271
- const n = E[e];
272
- F.has(n) || (F.add(n), n());
273
- }
274
- E.length = 0;
275
- } while (x.length);
276
- for (; nt.length; )
277
- nt.pop()();
278
- V = !1, F.clear(), S(t);
279
- }
280
- function It(t) {
281
- if (t.fragment !== null) {
282
- t.update(), k(t.before_update);
283
- const e = t.dirty;
284
- t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(C);
285
- }
286
- }
287
- function Ut(t) {
288
- const e = [], n = [];
289
- E.forEach((i) => t.indexOf(i) === -1 ? e.push(i) : n.push(i)), n.forEach((i) => i()), E = e;
290
- }
291
- let j;
292
- function Dt() {
293
- return j || (j = Promise.resolve(), j.then(() => {
294
- j = null;
295
- })), j;
296
- }
297
- function q(t, e, n) {
298
- t.dispatchEvent(Ot(`${e ? "intro" : "outro"}${n}`));
299
- }
300
- const N = /* @__PURE__ */ new Set();
301
- let y;
302
- function Ft() {
303
- y = {
304
- r: 0,
305
- c: [],
306
- p: y
307
- // parent group
308
- };
309
- }
310
- function qt() {
311
- y.r || k(y.c), y = y.p;
312
- }
313
- function L(t, e) {
314
- t && t.i && (N.delete(t), t.i(e));
315
- }
316
- function G(t, e, n, i) {
317
- if (t && t.o) {
318
- if (N.has(t))
319
- return;
320
- N.add(t), y.c.push(() => {
321
- N.delete(t), i && (n && t.d(1), i());
322
- }), t.o(e);
323
- } else
324
- i && i();
325
- }
326
- const Jt = { duration: 0 };
327
- function it(t, e, n, i) {
328
- let r = e(t, n, { direction: "both" }), l = i ? 0 : 1, o = null, u = null, c = null, h;
329
- function f() {
330
- c && Nt(t, c);
331
- }
332
- function g(d, _) {
333
- const m = (
334
- /** @type {Program['d']} */
335
- d.b - l
336
- );
337
- return _ *= Math.abs(m), {
338
- a: l,
339
- b: d.b,
340
- d: m,
341
- duration: _,
342
- start: d.start,
343
- end: d.start + _,
344
- group: d.group
345
- };
346
- }
347
- function $(d) {
348
- const {
349
- delay: _ = 0,
350
- duration: m = 300,
351
- easing: a = ct,
352
- tick: I = O,
353
- css: U
354
- } = r || Jt, D = {
355
- start: xt() + _,
356
- b: d
357
- };
358
- d || (D.group = y, y.r += 1), "inert" in t && (d ? h !== void 0 && (t.inert = h) : (h = /** @type {HTMLElement} */
359
- t.inert, t.inert = !0)), o || u ? u = D : (U && (f(), c = et(t, l, d, m, _, a, U)), d && I(0, 1), o = g(D, m), C(() => q(t, d, "start")), vt((A) => {
360
- if (u && A > u.start && (o = g(u, m), u = null, q(t, o.b, "start"), U && (f(), c = et(
361
- t,
362
- l,
363
- o.b,
364
- o.duration,
365
- 0,
366
- a,
367
- r.css
368
- ))), o) {
369
- if (A >= o.end)
370
- I(l = o.b, 1 - l), q(t, o.b, "end"), u || (o.b ? f() : --o.group.r || k(o.group.c)), o = null;
371
- else if (A >= o.start) {
372
- const $t = A - o.start;
373
- l = o.a + o.d * a($t / o.duration), I(l, 1 - l);
374
- }
375
- }
376
- return !!(o || u);
377
- }));
378
- }
379
- return {
380
- run(d) {
381
- K(r) ? Dt().then(() => {
382
- r = r({ direction: d ? "in" : "out" }), $(d);
383
- }) : $(d);
384
- },
385
- end() {
386
- f(), o = u = null;
387
- }
388
- };
389
- }
390
- function Vt(t, e, n) {
391
- const { fragment: i, after_update: s } = t.$$;
392
- i && i.m(e, n), C(() => {
393
- const r = t.$$.on_mount.map(lt).filter(K);
394
- t.$$.on_destroy ? t.$$.on_destroy.push(...r) : k(r), t.$$.on_mount = [];
395
- }), s.forEach(C);
396
- }
397
- function Gt(t, e) {
398
- const n = t.$$;
399
- n.fragment !== null && (Ut(n.after_update), k(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
400
- }
401
- function Kt(t, e) {
402
- t.$$.dirty[0] === -1 && (x.push(t), Wt(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
403
- }
404
- function Qt(t, e, n, i, s, r, l = null, o = [-1]) {
405
- const u = z;
406
- S(t);
407
- const c = t.$$ = {
408
- fragment: null,
409
- ctx: [],
410
- // state
411
- props: r,
412
- update: O,
413
- not_equal: s,
414
- bound: Z(),
415
- // lifecycle
416
- on_mount: [],
417
- on_destroy: [],
418
- on_disconnect: [],
419
- before_update: [],
420
- after_update: [],
421
- context: new Map(e.context || (u ? u.$$.context : [])),
422
- // everything else
423
- callbacks: Z(),
424
- dirty: o,
425
- skip_bound: !1,
426
- root: e.target || u.$$.root
427
- };
428
- l && l(c.root);
429
- let h = !1;
430
- if (c.ctx = n ? n(t, e.props || {}, (f, g, ...$) => {
431
- const d = $.length ? $[0] : g;
432
- return c.ctx && s(c.ctx[f], c.ctx[f] = d) && (!c.skip_bound && c.bound[f] && c.bound[f](d), h && Kt(t, f)), g;
433
- }) : [], c.update(), h = !0, k(c.before_update), c.fragment = i ? i(c.ctx) : !1, e.target) {
434
- if (e.hydrate) {
435
- const f = jt(e.target);
436
- c.fragment && c.fragment.l(f), f.forEach(M);
437
- } else
438
- c.fragment && c.fragment.c();
439
- e.intro && L(t.$$.fragment), Vt(t, e.target, e.anchor), p();
440
- }
441
- S(u);
442
- }
443
- let ht;
444
- typeof HTMLElement == "function" && (ht = class extends HTMLElement {
445
- /** The Svelte component constructor */
446
- $$ctor;
447
- /** Slots */
448
- $$s;
449
- /** The Svelte component instance */
450
- $$c;
451
- /** Whether or not the custom element is connected */
452
- $$cn = !1;
453
- /** Component props data */
454
- $$d = {};
455
- /** `true` if currently in the process of reflecting component props back to attributes */
456
- $$r = !1;
457
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
458
- $$p_d = {};
459
- /** @type {Record<string, Function[]>} Event listeners */
460
- $$l = {};
461
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
462
- $$l_u = /* @__PURE__ */ new Map();
463
- constructor(t, e, n) {
464
- super(), this.$$ctor = t, this.$$s = e, n && this.attachShadow({ mode: "open" });
465
- }
466
- addEventListener(t, e, n) {
467
- if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(e), this.$$c) {
468
- const i = this.$$c.$on(t, e);
469
- this.$$l_u.set(e, i);
470
- }
471
- super.addEventListener(t, e, n);
472
- }
473
- removeEventListener(t, e, n) {
474
- if (super.removeEventListener(t, e, n), this.$$c) {
475
- const i = this.$$l_u.get(e);
476
- i && (i(), this.$$l_u.delete(e));
477
- }
478
- }
479
- async connectedCallback() {
480
- if (this.$$cn = !0, !this.$$c) {
481
- let t = function(s) {
482
- return () => {
483
- let r;
484
- return {
485
- c: function() {
486
- r = w("slot"), s !== "default" && J(r, "name", s);
487
- },
488
- /**
489
- * @param {HTMLElement} target
490
- * @param {HTMLElement} [anchor]
491
- */
492
- m: function(u, c) {
493
- Y(u, r, c);
494
- },
495
- d: function(u) {
496
- u && M(r);
497
- }
498
- };
499
- };
500
- };
501
- if (await Promise.resolve(), !this.$$cn || this.$$c)
502
- return;
503
- const e = {}, n = zt(this);
504
- for (const s of this.$$s)
505
- s in n && (e[s] = [t(s)]);
506
- for (const s of this.attributes) {
507
- const r = this.$$g_p(s.name);
508
- r in this.$$d || (this.$$d[r] = P(r, s.value, this.$$p_d, "toProp"));
509
- }
510
- for (const s in this.$$p_d)
511
- !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
512
- this.$$c = new this.$$ctor({
513
- target: this.shadowRoot || this,
514
- props: {
515
- ...this.$$d,
516
- $$slots: e,
517
- $$scope: {
518
- ctx: []
519
- }
520
- }
521
- });
522
- const i = () => {
523
- this.$$r = !0;
524
- for (const s in this.$$p_d)
525
- if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
526
- const r = P(
527
- s,
528
- this.$$d[s],
529
- this.$$p_d,
530
- "toAttribute"
531
- );
532
- r == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, r);
533
- }
534
- this.$$r = !1;
535
- };
536
- this.$$c.$$.after_update.push(i), i();
537
- for (const s in this.$$l)
538
- for (const r of this.$$l[s]) {
539
- const l = this.$$c.$on(s, r);
540
- this.$$l_u.set(r, l);
541
- }
542
- this.$$l = {};
543
- }
544
- }
545
- // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
546
- // and setting attributes through setAttribute etc, this is helpful
547
- attributeChangedCallback(t, e, n) {
548
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = P(t, n, this.$$p_d, "toProp"), this.$$c?.$set({ [t]: this.$$d[t] }));
549
- }
550
- disconnectedCallback() {
551
- this.$$cn = !1, Promise.resolve().then(() => {
552
- !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
553
- });
554
- }
555
- $$g_p(t) {
556
- return Object.keys(this.$$p_d).find(
557
- (e) => this.$$p_d[e].attribute === t || !this.$$p_d[e].attribute && e.toLowerCase() === t
558
- ) || t;
559
- }
560
- });
561
- function P(t, e, n, i) {
562
- const s = n[t]?.type;
563
- if (e = s === "Boolean" && typeof e != "boolean" ? e != null : e, !i || !n[t])
564
- return e;
565
- if (i === "toAttribute")
566
- switch (s) {
567
- case "Object":
568
- case "Array":
569
- return e == null ? null : JSON.stringify(e);
570
- case "Boolean":
571
- return e ? "" : null;
572
- case "Number":
573
- return e ?? null;
574
- default:
575
- return e;
576
- }
577
- else
578
- switch (s) {
579
- case "Object":
580
- case "Array":
581
- return e && JSON.parse(e);
582
- case "Boolean":
583
- return e;
584
- case "Number":
585
- return e != null ? +e : e;
586
- default:
587
- return e;
588
- }
589
- }
590
- function Xt(t, e, n, i, s, r) {
591
- let l = class extends ht {
592
- constructor() {
593
- super(t, n, s), this.$$p_d = e;
594
- }
595
- static get observedAttributes() {
596
- return Object.keys(e).map(
597
- (o) => (e[o].attribute || o).toLowerCase()
598
- );
599
- }
600
- };
601
- return Object.keys(e).forEach((o) => {
602
- Object.defineProperty(l.prototype, o, {
603
- get() {
604
- return this.$$c && o in this.$$c ? this.$$c[o] : this.$$d[o];
605
- },
606
- set(u) {
607
- u = P(o, u, e), this.$$d[o] = u, this.$$c?.$set({ [o]: u });
608
- }
609
- });
610
- }), i.forEach((o) => {
611
- Object.defineProperty(l.prototype, o, {
612
- get() {
613
- return this.$$c?.[o];
614
- }
615
- });
616
- }), t.element = /** @type {any} */
617
- l, l;
618
- }
619
- class Yt {
620
- /**
621
- * ### PRIVATE API
622
- *
623
- * Do not use, may change at any time
624
- *
625
- * @type {any}
626
- */
627
- $$ = void 0;
628
- /**
629
- * ### PRIVATE API
630
- *
631
- * Do not use, may change at any time
632
- *
633
- * @type {any}
634
- */
635
- $$set = void 0;
636
- /** @returns {void} */
637
- $destroy() {
638
- Gt(this, 1), this.$destroy = O;
639
- }
640
- /**
641
- * @template {Extract<keyof Events, string>} K
642
- * @param {K} type
643
- * @param {((e: Events[K]) => void) | null | undefined} callback
644
- * @returns {() => void}
645
- */
646
- $on(e, n) {
647
- if (!K(n))
648
- return O;
649
- const i = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
650
- return i.push(n), () => {
651
- const s = i.indexOf(n);
652
- s !== -1 && i.splice(s, 1);
653
- };
654
- }
655
- /**
656
- * @param {Partial<Props>} props
657
- * @returns {void}
658
- */
659
- $set(e) {
660
- this.$$set && !_t(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
661
- }
662
- }
663
- const Zt = "4";
664
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Zt);
665
- function st(t, { delay: e = 0, duration: n = 400, easing: i = ct } = {}) {
666
- const s = +getComputedStyle(t).opacity;
667
- return {
668
- delay: e,
669
- duration: n,
670
- easing: i,
671
- css: (r) => `opacity: ${r * s}`
672
- };
673
- }
674
- function te(t, e) {
675
- if (t) {
676
- const n = document.createElement("style");
677
- n.innerHTML = e, t.appendChild(n);
678
- }
679
- }
680
- function ee(t, e) {
681
- const n = new URL(e);
682
- fetch(n.href).then((i) => i.text()).then((i) => {
683
- const s = document.createElement("style");
684
- s.innerHTML = i, t && t.appendChild(s);
685
- }).catch((i) => {
686
- console.error("There was an error while trying to load client styling from URL", i);
687
- });
688
- }
689
- function ne(t, e, n) {
690
- if (window.emMessageBus) {
691
- const i = document.createElement("style");
692
- window.emMessageBus.subscribe(e, (s) => {
693
- i.innerHTML = s, t && t.appendChild(i);
694
- });
695
- }
696
- }
697
- function ie(t) {
698
- Et(t, "svelte-8iq2ew", "*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}#Modal{position:absolute;width:100%;height:100%;top:0;left:0;background:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.1));display:flex;justify-content:center;align-items:center;z-index:10}.ModalWindow{display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%;z-index:4;top:0;left:0;background-color:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.1));container-type:inline-size;container-name:modal-window;border-radius:6px}.ModalContainer{width:500px;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:var(--emw--color-white, #fff);max-width:90%}.ModalCloseBtn{position:absolute;display:flex;align-items:center;justify-content:center;top:10px;right:10px;padding:var(--emw--spacing-small-minus, 10px);border-radius:50%;color:var(--emw--color-white, #fff);background:var(--emw--color-gray-transparency-85, rgba(255, 255, 255, 0.85));cursor:pointer;transition:all 150ms ease-in-out}.ModalCloseBtn .ModalCloseBtn{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:var(--emw--spacing-small, 12px) var(--emw--spacing-small, 12px);height:inherit;right:0;top:0;cursor:pointer}.ModalCloseBtn .ModalOkButton{color:var(--emw--color-white, #fff);display:flex;align-items:center;justify-content:center;font-size:var(--emw--font-size-medium, 16px);font-style:normal;font-weight:var(--emw--font-weight-normal, 400);font-family:inherit;height:46px;width:100%;border:none;border-radius:50px;line-height:125%;background-color:var(--emw--color-primary, #7EC51E);margin-top:var(--emw--spacing-small, 12px);cursor:pointer}.ModalCloseBtn svg{width:32px;height:32px}.ModalCloseBtn:hover{background:var(--emw--color-gray-transparency-20, rgba(255, 255, 255, 0.2))}@container modal-window (max-width:750px){.ModalWindow .ModalContainer{width:90%;max-width:400px}}");
699
- }
700
- const se = (t) => ({}), rt = (t) => ({});
701
- function ot(t) {
702
- let e, n, i, s, r, l;
703
- const o = (
704
- /*#slots*/
705
- t[10].content
706
- ), u = pt(
707
- o,
708
- t,
709
- /*$$scope*/
710
- t[9],
711
- rt
712
- );
713
- return {
714
- c() {
715
- e = w("div"), n = w("div"), i = w("div"), u && u.c(), J(i, "class", "ModalContainer"), J(n, "id", "Modal"), C(() => (
716
- /*div1_elementresize_handler*/
717
- t[12].call(n)
718
- ));
719
- },
720
- m(c, h) {
721
- Y(c, e, h), R(e, n), R(n, i), u && u.m(i, null), t[11](n), s = Lt(
722
- n,
723
- /*div1_elementresize_handler*/
724
- t[12].bind(n)
725
- ), t[13](e), l = !0;
726
- },
727
- p(c, h) {
728
- t = c, u && u.p && (!l || h & /*$$scope*/
729
- 512) && wt(
730
- u,
731
- o,
732
- t,
733
- /*$$scope*/
734
- t[9],
735
- l ? yt(
736
- o,
737
- /*$$scope*/
738
- t[9],
739
- h,
740
- se
741
- ) : bt(
742
- /*$$scope*/
743
- t[9]
744
- ),
745
- rt
746
- );
747
- },
748
- i(c) {
749
- l || (L(u, c), c && C(() => {
750
- l && (r || (r = it(
751
- n,
752
- st,
753
- /*duration*/
754
- t[3],
755
- !0
756
- )), r.run(1));
757
- }), l = !0);
758
- },
759
- o(c) {
760
- G(u, c), c && (r || (r = it(
761
- n,
762
- st,
763
- /*duration*/
764
- t[3],
765
- !1
766
- )), r.run(0)), l = !1;
767
- },
768
- d(c) {
769
- c && M(e), u && u.d(c), t[11](null), s(), c && r && r.end(), t[13](null);
770
- }
771
- };
772
- }
773
- function re(t) {
774
- let e, n, i = (
775
- /*show*/
776
- t[2] === "true" && ot(t)
777
- );
778
- return {
779
- c() {
780
- i && i.c(), e = Mt();
781
- },
782
- m(s, r) {
783
- i && i.m(s, r), Y(s, e, r), n = !0;
784
- },
785
- p(s, [r]) {
786
- /*show*/
787
- s[2] === "true" ? i ? (i.p(s, r), r & /*show*/
788
- 4 && L(i, 1)) : (i = ot(s), i.c(), L(i, 1), i.m(e.parentNode, e)) : i && (Ft(), G(i, 1, 1, () => {
789
- i = null;
790
- }), qt());
791
- },
792
- i(s) {
793
- n || (L(i), n = !0);
794
- },
795
- o(s) {
796
- G(i), n = !1;
797
- },
798
- d(s) {
799
- s && M(e), i && i.d(s);
800
- }
801
- };
802
- }
803
- function oe(t, e, n) {
804
- let { $$slots: i = {}, $$scope: s } = e, { mbsource: r } = e, { clientstyling: l } = e, { clientstylingurl: o } = e, { show: u } = e, { duration: c = 200 } = e, { width: h } = e, { height: f } = e, g, $;
805
- Tt(() => () => {
806
- });
807
- function d(a) {
808
- W[a ? "unshift" : "push"](() => {
809
- g = a, n(5, g);
810
- });
811
- }
812
- function _() {
813
- h = this.clientWidth, f = this.clientHeight, n(0, h), n(1, f);
814
- }
815
- function m(a) {
816
- W[a ? "unshift" : "push"](() => {
817
- $ = a, n(4, $);
818
- });
819
- }
820
- return t.$$set = (a) => {
821
- "mbsource" in a && n(6, r = a.mbsource), "clientstyling" in a && n(7, l = a.clientstyling), "clientstylingurl" in a && n(8, o = a.clientstylingurl), "show" in a && n(2, u = a.show), "duration" in a && n(3, c = a.duration), "width" in a && n(0, h = a.width), "height" in a && n(1, f = a.height), "$$scope" in a && n(9, s = a.$$scope);
822
- }, t.$$.update = () => {
823
- t.$$.dirty & /*clientstyling, customStylingContainer*/
824
- 144 && l && $ && te($, l), t.$$.dirty & /*clientstylingurl, customStylingContainer*/
825
- 272 && o && $ && ee($, o), t.$$.dirty & /*mbsource, customStylingContainer*/
826
- 80 && r && $ && ne($, `${r}.Style`);
827
- }, [
828
- h,
829
- f,
830
- u,
831
- c,
832
- $,
833
- g,
834
- r,
835
- l,
836
- o,
837
- s,
838
- i,
839
- d,
840
- _,
841
- m
842
- ];
843
- }
844
- class ce extends Yt {
845
- constructor(e) {
846
- super(), Qt(
847
- this,
848
- e,
849
- oe,
850
- re,
851
- gt,
852
- {
853
- mbsource: 6,
854
- clientstyling: 7,
855
- clientstylingurl: 8,
856
- show: 2,
857
- duration: 3,
858
- width: 0,
859
- height: 1
860
- },
861
- ie
862
- );
863
- }
864
- get mbsource() {
865
- return this.$$.ctx[6];
866
- }
867
- set mbsource(e) {
868
- this.$$set({ mbsource: e }), p();
869
- }
870
- get clientstyling() {
871
- return this.$$.ctx[7];
872
- }
873
- set clientstyling(e) {
874
- this.$$set({ clientstyling: e }), p();
875
- }
876
- get clientstylingurl() {
877
- return this.$$.ctx[8];
878
- }
879
- set clientstylingurl(e) {
880
- this.$$set({ clientstylingurl: e }), p();
881
- }
882
- get show() {
883
- return this.$$.ctx[2];
884
- }
885
- set show(e) {
886
- this.$$set({ show: e }), p();
887
- }
888
- get duration() {
889
- return this.$$.ctx[3];
890
- }
891
- set duration(e) {
892
- this.$$set({ duration: e }), p();
893
- }
894
- get width() {
895
- return this.$$.ctx[0];
896
- }
897
- set width(e) {
898
- this.$$set({ width: e }), p();
899
- }
900
- get height() {
901
- return this.$$.ctx[1];
902
- }
903
- set height(e) {
904
- this.$$set({ height: e }), p();
905
- }
906
- }
907
- Xt(ce, { mbsource: {}, clientstyling: {}, clientstylingurl: {}, show: {}, duration: {}, width: {}, height: {} }, ["content"], [], !0);
908
- export {
909
- ce as C
910
- };