@everymatrix/player-rglimits 1.0.69 → 1.0.70

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.
@@ -0,0 +1,631 @@
1
+ var J = Object.defineProperty, V = Object.defineProperties;
2
+ var K = Object.getOwnPropertyDescriptors;
3
+ var P = Object.getOwnPropertySymbols;
4
+ var Q = Object.prototype.hasOwnProperty, W = Object.prototype.propertyIsEnumerable;
5
+ var w = (e, t, n) => t in e ? J(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, M = (e, t) => {
6
+ for (var n in t || (t = {}))
7
+ Q.call(t, n) && w(e, n, t[n]);
8
+ if (P)
9
+ for (var n of P(t))
10
+ W.call(t, n) && w(e, n, t[n]);
11
+ return e;
12
+ }, T = (e, t) => V(e, K(t));
13
+ var a = (e, t, n) => w(e, typeof t != "symbol" ? t + "" : t, n);
14
+ var B = (e, t, n) => new Promise((s, l) => {
15
+ var i = (o) => {
16
+ try {
17
+ u(n.next(o));
18
+ } catch (r) {
19
+ l(r);
20
+ }
21
+ }, c = (o) => {
22
+ try {
23
+ u(n.throw(o));
24
+ } catch (r) {
25
+ l(r);
26
+ }
27
+ }, u = (o) => o.done ? s(o.value) : Promise.resolve(o.value).then(i, c);
28
+ u((n = n.apply(e, t)).next());
29
+ });
30
+ function $() {
31
+ }
32
+ function I(e) {
33
+ return e();
34
+ }
35
+ function H() {
36
+ return /* @__PURE__ */ Object.create(null);
37
+ }
38
+ function x(e) {
39
+ e.forEach(I);
40
+ }
41
+ function q(e) {
42
+ return typeof e == "function";
43
+ }
44
+ function X(e, t) {
45
+ return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
+ }
47
+ let y;
48
+ function Et(e, t) {
49
+ return e === t ? !0 : (y || (y = document.createElement("a")), y.href = t, e === y.href);
50
+ }
51
+ function Y(e) {
52
+ return Object.keys(e).length === 0;
53
+ }
54
+ function Z(e, ...t) {
55
+ if (e == null) {
56
+ for (const s of t)
57
+ s(void 0);
58
+ return $;
59
+ }
60
+ const n = e.subscribe(...t);
61
+ return n.unsubscribe ? () => n.unsubscribe() : n;
62
+ }
63
+ function Lt(e, t, n) {
64
+ e.$$.on_destroy.push(Z(t, n));
65
+ }
66
+ function Ct(e) {
67
+ return e == null ? "" : e;
68
+ }
69
+ function tt(e, t) {
70
+ e.appendChild(t);
71
+ }
72
+ function et(e, t, n) {
73
+ const s = nt(e);
74
+ if (!s.getElementById(t)) {
75
+ const l = S("style");
76
+ l.id = t, l.textContent = n, st(s, l);
77
+ }
78
+ }
79
+ function nt(e) {
80
+ if (!e) return document;
81
+ const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
82
+ return t && /** @type {ShadowRoot} */
83
+ t.host ? (
84
+ /** @type {ShadowRoot} */
85
+ t
86
+ ) : e.ownerDocument;
87
+ }
88
+ function st(e, t) {
89
+ return tt(
90
+ /** @type {Document} */
91
+ e.head || e,
92
+ t
93
+ ), t.sheet;
94
+ }
95
+ function z(e, t, n) {
96
+ e.insertBefore(t, n || null);
97
+ }
98
+ function j(e) {
99
+ e.parentNode && e.parentNode.removeChild(e);
100
+ }
101
+ function kt(e, t) {
102
+ for (let n = 0; n < e.length; n += 1)
103
+ e[n] && e[n].d(t);
104
+ }
105
+ function S(e) {
106
+ return document.createElement(e);
107
+ }
108
+ function jt(e) {
109
+ return document.createElementNS("http://www.w3.org/2000/svg", e);
110
+ }
111
+ function D(e) {
112
+ return document.createTextNode(e);
113
+ }
114
+ function St() {
115
+ return D(" ");
116
+ }
117
+ function Ot() {
118
+ return D("");
119
+ }
120
+ function At(e, t, n, s) {
121
+ return e.addEventListener(t, n, s), () => e.removeEventListener(t, n, s);
122
+ }
123
+ function Nt(e) {
124
+ return function(t) {
125
+ return t.stopPropagation(), e.call(this, t);
126
+ };
127
+ }
128
+ function F(e, t, n) {
129
+ n == null ? e.removeAttribute(t) : e.getAttribute(t) !== n && e.setAttribute(t, n);
130
+ }
131
+ function Pt(e, t, n) {
132
+ const s = t.toLowerCase();
133
+ s in e ? e[s] = typeof e[s] == "boolean" && n === "" ? !0 : n : t in e ? e[t] = typeof e[t] == "boolean" && n === "" ? !0 : n : F(e, t, n);
134
+ }
135
+ function it(e) {
136
+ return Array.from(e.childNodes);
137
+ }
138
+ function Mt(e, t) {
139
+ t = "" + t, e.data !== t && (e.data = /** @type {string} */
140
+ t);
141
+ }
142
+ function Tt(e, t) {
143
+ e.value = t == null ? "" : t;
144
+ }
145
+ function Bt(e, t, n, s) {
146
+ n == null ? e.style.removeProperty(t) : e.style.setProperty(t, n, "");
147
+ }
148
+ function Ht(e, t, n) {
149
+ for (let s = 0; s < e.options.length; s += 1) {
150
+ const l = e.options[s];
151
+ if (l.__value === t) {
152
+ l.selected = !0;
153
+ return;
154
+ }
155
+ }
156
+ (!n || t !== void 0) && (e.selectedIndex = -1);
157
+ }
158
+ function Rt(e) {
159
+ const t = e.querySelector(":checked");
160
+ return t && t.__value;
161
+ }
162
+ function rt(e) {
163
+ const t = {};
164
+ return e.childNodes.forEach(
165
+ /** @param {Element} node */
166
+ (n) => {
167
+ t[n.slot || "default"] = !0;
168
+ }
169
+ ), t;
170
+ }
171
+ let p;
172
+ function _(e) {
173
+ p = e;
174
+ }
175
+ function lt() {
176
+ if (!p) throw new Error("Function called outside component initialization");
177
+ return p;
178
+ }
179
+ function It(e) {
180
+ lt().$$.on_mount.push(e);
181
+ }
182
+ const m = [], L = [];
183
+ let g = [];
184
+ const R = [], ct = /* @__PURE__ */ Promise.resolve();
185
+ let C = !1;
186
+ function ot() {
187
+ C || (C = !0, ct.then(v));
188
+ }
189
+ function k(e) {
190
+ g.push(e);
191
+ }
192
+ const E = /* @__PURE__ */ new Set();
193
+ let h = 0;
194
+ function v() {
195
+ if (h !== 0)
196
+ return;
197
+ const e = p;
198
+ do {
199
+ try {
200
+ for (; h < m.length; ) {
201
+ const t = m[h];
202
+ h++, _(t), ut(t.$$);
203
+ }
204
+ } catch (t) {
205
+ throw m.length = 0, h = 0, t;
206
+ }
207
+ for (_(null), m.length = 0, h = 0; L.length; ) L.pop()();
208
+ for (let t = 0; t < g.length; t += 1) {
209
+ const n = g[t];
210
+ E.has(n) || (E.add(n), n());
211
+ }
212
+ g.length = 0;
213
+ } while (m.length);
214
+ for (; R.length; )
215
+ R.pop()();
216
+ C = !1, E.clear(), _(e);
217
+ }
218
+ function ut(e) {
219
+ if (e.fragment !== null) {
220
+ e.update(), x(e.before_update);
221
+ const t = e.dirty;
222
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(k);
223
+ }
224
+ }
225
+ function ft(e) {
226
+ const t = [], n = [];
227
+ g.forEach((s) => e.indexOf(s) === -1 ? t.push(s) : n.push(s)), n.forEach((s) => s()), g = t;
228
+ }
229
+ const at = /* @__PURE__ */ new Set();
230
+ function dt(e, t) {
231
+ e && e.i && (at.delete(e), e.i(t));
232
+ }
233
+ function qt(e) {
234
+ return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
235
+ }
236
+ function $t(e, t, n) {
237
+ const { fragment: s, after_update: l } = e.$$;
238
+ s && s.m(t, n), k(() => {
239
+ const i = e.$$.on_mount.map(I).filter(q);
240
+ e.$$.on_destroy ? e.$$.on_destroy.push(...i) : x(i), e.$$.on_mount = [];
241
+ }), l.forEach(k);
242
+ }
243
+ function ht(e, t) {
244
+ const n = e.$$;
245
+ n.fragment !== null && (ft(n.after_update), x(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
246
+ }
247
+ function mt(e, t) {
248
+ e.$$.dirty[0] === -1 && (m.push(e), ot(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
249
+ }
250
+ function gt(e, t, n, s, l, i, c = null, u = [-1]) {
251
+ const o = p;
252
+ _(e);
253
+ const r = e.$$ = {
254
+ fragment: null,
255
+ ctx: [],
256
+ // state
257
+ props: i,
258
+ update: $,
259
+ not_equal: l,
260
+ bound: H(),
261
+ // lifecycle
262
+ on_mount: [],
263
+ on_destroy: [],
264
+ on_disconnect: [],
265
+ before_update: [],
266
+ after_update: [],
267
+ context: new Map(t.context || (o ? o.$$.context : [])),
268
+ // everything else
269
+ callbacks: H(),
270
+ dirty: u,
271
+ skip_bound: !1,
272
+ root: t.target || o.$$.root
273
+ };
274
+ c && c(r.root);
275
+ let d = !1;
276
+ if (r.ctx = n ? n(e, t.props || {}, (f, O, ...A) => {
277
+ const N = A.length ? A[0] : O;
278
+ return r.ctx && l(r.ctx[f], r.ctx[f] = N) && (!r.skip_bound && r.bound[f] && r.bound[f](N), d && mt(e, f)), O;
279
+ }) : [], r.update(), d = !0, x(r.before_update), r.fragment = s ? s(r.ctx) : !1, t.target) {
280
+ if (t.hydrate) {
281
+ const f = it(t.target);
282
+ r.fragment && r.fragment.l(f), f.forEach(j);
283
+ } else
284
+ r.fragment && r.fragment.c();
285
+ t.intro && dt(e.$$.fragment), $t(e, t.target, t.anchor), v();
286
+ }
287
+ _(o);
288
+ }
289
+ let G;
290
+ typeof HTMLElement == "function" && (G = class extends HTMLElement {
291
+ constructor(t, n, s) {
292
+ super();
293
+ /** The Svelte component constructor */
294
+ a(this, "$$ctor");
295
+ /** Slots */
296
+ a(this, "$$s");
297
+ /** The Svelte component instance */
298
+ a(this, "$$c");
299
+ /** Whether or not the custom element is connected */
300
+ a(this, "$$cn", !1);
301
+ /** Component props data */
302
+ a(this, "$$d", {});
303
+ /** `true` if currently in the process of reflecting component props back to attributes */
304
+ a(this, "$$r", !1);
305
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
306
+ a(this, "$$p_d", {});
307
+ /** @type {Record<string, Function[]>} Event listeners */
308
+ a(this, "$$l", {});
309
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
310
+ a(this, "$$l_u", /* @__PURE__ */ new Map());
311
+ this.$$ctor = t, this.$$s = n, s && this.attachShadow({ mode: "open" });
312
+ }
313
+ addEventListener(t, n, s) {
314
+ if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(n), this.$$c) {
315
+ const l = this.$$c.$on(t, n);
316
+ this.$$l_u.set(n, l);
317
+ }
318
+ super.addEventListener(t, n, s);
319
+ }
320
+ removeEventListener(t, n, s) {
321
+ if (super.removeEventListener(t, n, s), this.$$c) {
322
+ const l = this.$$l_u.get(n);
323
+ l && (l(), this.$$l_u.delete(n));
324
+ }
325
+ }
326
+ connectedCallback() {
327
+ return B(this, null, function* () {
328
+ if (this.$$cn = !0, !this.$$c) {
329
+ let t = function(i) {
330
+ return () => {
331
+ let c;
332
+ return {
333
+ c: function() {
334
+ c = S("slot"), i !== "default" && F(c, "name", i);
335
+ },
336
+ /**
337
+ * @param {HTMLElement} target
338
+ * @param {HTMLElement} [anchor]
339
+ */
340
+ m: function(r, d) {
341
+ z(r, c, d);
342
+ },
343
+ d: function(r) {
344
+ r && j(c);
345
+ }
346
+ };
347
+ };
348
+ };
349
+ if (yield Promise.resolve(), !this.$$cn || this.$$c)
350
+ return;
351
+ const n = {}, s = rt(this);
352
+ for (const i of this.$$s)
353
+ i in s && (n[i] = [t(i)]);
354
+ for (const i of this.attributes) {
355
+ const c = this.$$g_p(i.name);
356
+ c in this.$$d || (this.$$d[c] = b(c, i.value, this.$$p_d, "toProp"));
357
+ }
358
+ for (const i in this.$$p_d)
359
+ !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
360
+ this.$$c = new this.$$ctor({
361
+ target: this.shadowRoot || this,
362
+ props: T(M({}, this.$$d), {
363
+ $$slots: n,
364
+ $$scope: {
365
+ ctx: []
366
+ }
367
+ })
368
+ });
369
+ const l = () => {
370
+ this.$$r = !0;
371
+ for (const i in this.$$p_d)
372
+ if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
373
+ const c = b(
374
+ i,
375
+ this.$$d[i],
376
+ this.$$p_d,
377
+ "toAttribute"
378
+ );
379
+ c == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, c);
380
+ }
381
+ this.$$r = !1;
382
+ };
383
+ this.$$c.$$.after_update.push(l), l();
384
+ for (const i in this.$$l)
385
+ for (const c of this.$$l[i]) {
386
+ const u = this.$$c.$on(i, c);
387
+ this.$$l_u.set(c, u);
388
+ }
389
+ this.$$l = {};
390
+ }
391
+ });
392
+ }
393
+ // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
394
+ // and setting attributes through setAttribute etc, this is helpful
395
+ attributeChangedCallback(t, n, s) {
396
+ var l;
397
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = b(t, s, this.$$p_d, "toProp"), (l = this.$$c) == null || l.$set({ [t]: this.$$d[t] }));
398
+ }
399
+ disconnectedCallback() {
400
+ this.$$cn = !1, Promise.resolve().then(() => {
401
+ !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
402
+ });
403
+ }
404
+ $$g_p(t) {
405
+ return Object.keys(this.$$p_d).find(
406
+ (n) => this.$$p_d[n].attribute === t || !this.$$p_d[n].attribute && n.toLowerCase() === t
407
+ ) || t;
408
+ }
409
+ });
410
+ function b(e, t, n, s) {
411
+ var i;
412
+ const l = (i = n[e]) == null ? void 0 : i.type;
413
+ if (t = l === "Boolean" && typeof t != "boolean" ? t != null : t, !s || !n[e])
414
+ return t;
415
+ if (s === "toAttribute")
416
+ switch (l) {
417
+ case "Object":
418
+ case "Array":
419
+ return t == null ? null : JSON.stringify(t);
420
+ case "Boolean":
421
+ return t ? "" : null;
422
+ case "Number":
423
+ return t == null ? null : t;
424
+ default:
425
+ return t;
426
+ }
427
+ else
428
+ switch (l) {
429
+ case "Object":
430
+ case "Array":
431
+ return t && JSON.parse(t);
432
+ case "Boolean":
433
+ return t;
434
+ case "Number":
435
+ return t != null ? +t : t;
436
+ default:
437
+ return t;
438
+ }
439
+ }
440
+ function _t(e, t, n, s, l, i) {
441
+ let c = class extends G {
442
+ constructor() {
443
+ super(e, n, l), this.$$p_d = t;
444
+ }
445
+ static get observedAttributes() {
446
+ return Object.keys(t).map(
447
+ (u) => (t[u].attribute || u).toLowerCase()
448
+ );
449
+ }
450
+ };
451
+ return Object.keys(t).forEach((u) => {
452
+ Object.defineProperty(c.prototype, u, {
453
+ get() {
454
+ return this.$$c && u in this.$$c ? this.$$c[u] : this.$$d[u];
455
+ },
456
+ set(o) {
457
+ var r;
458
+ o = b(u, o, t), this.$$d[u] = o, (r = this.$$c) == null || r.$set({ [u]: o });
459
+ }
460
+ });
461
+ }), s.forEach((u) => {
462
+ Object.defineProperty(c.prototype, u, {
463
+ get() {
464
+ var o;
465
+ return (o = this.$$c) == null ? void 0 : o[u];
466
+ }
467
+ });
468
+ }), e.element = /** @type {any} */
469
+ c, c;
470
+ }
471
+ class pt {
472
+ constructor() {
473
+ /**
474
+ * ### PRIVATE API
475
+ *
476
+ * Do not use, may change at any time
477
+ *
478
+ * @type {any}
479
+ */
480
+ a(this, "$$");
481
+ /**
482
+ * ### PRIVATE API
483
+ *
484
+ * Do not use, may change at any time
485
+ *
486
+ * @type {any}
487
+ */
488
+ a(this, "$$set");
489
+ }
490
+ /** @returns {void} */
491
+ $destroy() {
492
+ ht(this, 1), this.$destroy = $;
493
+ }
494
+ /**
495
+ * @template {Extract<keyof Events, string>} K
496
+ * @param {K} type
497
+ * @param {((e: Events[K]) => void) | null | undefined} callback
498
+ * @returns {() => void}
499
+ */
500
+ $on(t, n) {
501
+ if (!q(n))
502
+ return $;
503
+ const s = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
504
+ return s.push(n), () => {
505
+ const l = s.indexOf(n);
506
+ l !== -1 && s.splice(l, 1);
507
+ };
508
+ }
509
+ /**
510
+ * @param {Partial<Props>} props
511
+ * @returns {void}
512
+ */
513
+ $set(t) {
514
+ this.$$set && !Y(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
515
+ }
516
+ }
517
+ const yt = "4";
518
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(yt);
519
+ function bt(e) {
520
+ et(e, "svelte-g6m3er", ".LoaderContainer.svelte-g6m3er.svelte-g6m3er{display:flex;justify-content:center}.lds-ellipsis.svelte-g6m3er.svelte-g6m3er{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er:nth-child(1){left:8px;animation:svelte-g6m3er-lds-ellipsis1 0.6s infinite}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er:nth-child(2){left:8px;animation:svelte-g6m3er-lds-ellipsis2 0.6s infinite}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er:nth-child(3){left:32px;animation:svelte-g6m3er-lds-ellipsis2 0.6s infinite}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er:nth-child(4){left:56px;animation:svelte-g6m3er-lds-ellipsis3 0.6s infinite}@keyframes svelte-g6m3er-lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes svelte-g6m3er-lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes svelte-g6m3er-lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}");
521
+ }
522
+ function vt(e) {
523
+ let t;
524
+ return {
525
+ c() {
526
+ t = S("div"), t.innerHTML = '<section class="LoaderContainer svelte-g6m3er" part="LoaderContainer"><div class="lds-ellipsis svelte-g6m3er"><div class="svelte-g6m3er"></div><div class="svelte-g6m3er"></div><div class="svelte-g6m3er"></div><div class="svelte-g6m3er"></div></div></section>';
527
+ },
528
+ m(n, s) {
529
+ z(n, t, s), e[3](t);
530
+ },
531
+ p: $,
532
+ i: $,
533
+ o: $,
534
+ d(n) {
535
+ n && j(t), e[3](null);
536
+ }
537
+ };
538
+ }
539
+ function xt(e, t, n) {
540
+ let { clientstyling: s = "" } = t, { clientstylingurl: l = "" } = t, i;
541
+ const c = () => {
542
+ let r = document.createElement("style");
543
+ r.innerHTML = s, i.appendChild(r);
544
+ }, u = () => {
545
+ let r = new URL(l), d = document.createElement("style");
546
+ fetch(r.href).then((f) => f.text()).then((f) => {
547
+ d.innerHTML = f, setTimeout(
548
+ () => {
549
+ i.appendChild(d);
550
+ },
551
+ 1
552
+ ), setTimeout(
553
+ () => {
554
+ },
555
+ 500
556
+ );
557
+ });
558
+ };
559
+ function o(r) {
560
+ L[r ? "unshift" : "push"](() => {
561
+ i = r, n(0, i);
562
+ });
563
+ }
564
+ return e.$$set = (r) => {
565
+ "clientstyling" in r && n(1, s = r.clientstyling), "clientstylingurl" in r && n(2, l = r.clientstylingurl);
566
+ }, e.$$.update = () => {
567
+ e.$$.dirty & /*clientstyling, customStylingContainer*/
568
+ 3 && s && i && c(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
569
+ 5 && l && i && u();
570
+ }, [i, s, l, o];
571
+ }
572
+ class U extends pt {
573
+ constructor(t) {
574
+ super(), gt(this, t, xt, vt, X, { clientstyling: 1, clientstylingurl: 2 }, bt);
575
+ }
576
+ get clientstyling() {
577
+ return this.$$.ctx[1];
578
+ }
579
+ set clientstyling(t) {
580
+ this.$$set({ clientstyling: t }), v();
581
+ }
582
+ get clientstylingurl() {
583
+ return this.$$.ctx[2];
584
+ }
585
+ set clientstylingurl(t) {
586
+ this.$$set({ clientstylingurl: t }), v();
587
+ }
588
+ }
589
+ _t(U, { clientstyling: {}, clientstylingurl: {} }, [], [], !0);
590
+ const zt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
591
+ __proto__: null,
592
+ default: U
593
+ }, Symbol.toStringTag, { value: "Module" }));
594
+ export {
595
+ Ht as A,
596
+ At as B,
597
+ kt as C,
598
+ Tt as D,
599
+ Nt as E,
600
+ Ot as F,
601
+ Et as G,
602
+ Bt as H,
603
+ zt as I,
604
+ pt as S,
605
+ X as a,
606
+ gt as b,
607
+ _t as c,
608
+ jt as d,
609
+ F as e,
610
+ z as f,
611
+ tt as g,
612
+ j as h,
613
+ q as i,
614
+ v as j,
615
+ et as k,
616
+ S as l,
617
+ Ct as m,
618
+ $ as n,
619
+ Lt as o,
620
+ It as p,
621
+ Rt as q,
622
+ x as r,
623
+ Z as s,
624
+ L as t,
625
+ D as u,
626
+ St as v,
627
+ Pt as w,
628
+ Mt as x,
629
+ qt as y,
630
+ k as z
631
+ };
@@ -0,0 +1 @@
1
+ "use strict";var Z=Object.defineProperty,tt=Object.defineProperties;var et=Object.getOwnPropertyDescriptors;var R=Object.getOwnPropertySymbols;var nt=Object.prototype.hasOwnProperty,st=Object.prototype.propertyIsEnumerable;var C=(e,t,n)=>t in e?Z(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,q=(e,t)=>{for(var n in t||(t={}))nt.call(t,n)&&C(e,n,t[n]);if(R)for(var n of R(t))st.call(t,n)&&C(e,n,t[n]);return e},H=(e,t)=>tt(e,et(t));var d=(e,t,n)=>C(e,typeof t!="symbol"?t+"":t,n);var I=(e,t,n)=>new Promise((s,l)=>{var i=c=>{try{u(n.next(c))}catch(r){l(r)}},o=c=>{try{u(n.throw(c))}catch(r){l(r)}},u=c=>c.done?s(c.value):Promise.resolve(c.value).then(i,o);u((n=n.apply(e,t)).next())});function a(){}function U(e){return e()}function z(){return Object.create(null)}function b(e){e.forEach(U)}function O(e){return typeof e=="function"}function D(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}let v;function it(e,t){return e===t?!0:(v||(v=document.createElement("a")),v.href=t,e===v.href)}function rt(e){return Object.keys(e).length===0}function F(e,...t){if(e==null){for(const s of t)s(void 0);return a}const n=e.subscribe(...t);return n.unsubscribe?()=>n.unsubscribe():n}function lt(e,t,n){e.$$.on_destroy.push(F(t,n))}function ot(e){return e==null?"":e}function J(e,t){e.appendChild(t)}function V(e,t,n){const s=ct(e);if(!s.getElementById(t)){const l=k("style");l.id=t,l.textContent=n,ut(s,l)}}function ct(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function ut(e,t){return J(e.head||e,t),t.sheet}function A(e,t,n){e.insertBefore(t,n||null)}function L(e){e.parentNode&&e.parentNode.removeChild(e)}function ft(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}function k(e){return document.createElement(e)}function dt(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function N(e){return document.createTextNode(e)}function at(){return N(" ")}function $t(){return N("")}function ht(e,t,n,s){return e.addEventListener(t,n,s),()=>e.removeEventListener(t,n,s)}function _t(e){return function(t){return t.stopPropagation(),e.call(this,t)}}function P(e,t,n){n==null?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function mt(e,t,n){const s=t.toLowerCase();s in e?e[s]=typeof e[s]=="boolean"&&n===""?!0:n:t in e?e[t]=typeof e[t]=="boolean"&&n===""?!0:n:P(e,t,n)}function gt(e){return Array.from(e.childNodes)}function pt(e,t){t=""+t,e.data!==t&&(e.data=t)}function yt(e,t){e.value=t==null?"":t}function bt(e,t,n,s){n==null?e.style.removeProperty(t):e.style.setProperty(t,n,"")}function vt(e,t,n){for(let s=0;s<e.options.length;s+=1){const l=e.options[s];if(l.__value===t){l.selected=!0;return}}(!n||t!==void 0)&&(e.selectedIndex=-1)}function xt(e){const t=e.querySelector(":checked");return t&&t.__value}function wt(e){const t={};return e.childNodes.forEach(n=>{t[n.slot||"default"]=!0}),t}let p;function g(e){p=e}function Et(){if(!p)throw new Error("Function called outside component initialization");return p}function Lt(e){Et().$$.on_mount.push(e)}const _=[],w=[];let m=[];const G=[],kt=Promise.resolve();let j=!1;function Ct(){j||(j=!0,kt.then(y))}function E(e){m.push(e)}const S=new Set;let h=0;function y(){if(h!==0)return;const e=p;do{try{for(;h<_.length;){const t=_[h];h++,g(t),St(t.$$)}}catch(t){throw _.length=0,h=0,t}for(g(null),_.length=0,h=0;w.length;)w.pop()();for(let t=0;t<m.length;t+=1){const n=m[t];S.has(n)||(S.add(n),n())}m.length=0}while(_.length);for(;G.length;)G.pop()();j=!1,S.clear(),g(e)}function St(e){if(e.fragment!==null){e.update(),b(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(E)}}function jt(e){const t=[],n=[];m.forEach(s=>e.indexOf(s)===-1?t.push(s):n.push(s)),n.forEach(s=>s()),m=t}const Ot=new Set;function At(e,t){e&&e.i&&(Ot.delete(e),e.i(t))}function Nt(e){return(e==null?void 0:e.length)!==void 0?e:Array.from(e)}function Pt(e,t,n){const{fragment:s,after_update:l}=e.$$;s&&s.m(t,n),E(()=>{const i=e.$$.on_mount.map(U).filter(O);e.$$.on_destroy?e.$$.on_destroy.push(...i):b(i),e.$$.on_mount=[]}),l.forEach(E)}function Mt(e,t){const n=e.$$;n.fragment!==null&&(jt(n.after_update),b(n.on_destroy),n.fragment&&n.fragment.d(t),n.on_destroy=n.fragment=null,n.ctx=[])}function Tt(e,t){e.$$.dirty[0]===-1&&(_.push(e),Ct(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function K(e,t,n,s,l,i,o=null,u=[-1]){const c=p;g(e);const r=e.$$={fragment:null,ctx:[],props:i,update:a,not_equal:l,bound:z(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(c?c.$$.context:[])),callbacks:z(),dirty:u,skip_bound:!1,root:t.target||c.$$.root};o&&o(r.root);let $=!1;if(r.ctx=n?n(e,t.props||{},(f,M,...T)=>{const B=T.length?T[0]:M;return r.ctx&&l(r.ctx[f],r.ctx[f]=B)&&(!r.skip_bound&&r.bound[f]&&r.bound[f](B),$&&Tt(e,f)),M}):[],r.update(),$=!0,b(r.before_update),r.fragment=s?s(r.ctx):!1,t.target){if(t.hydrate){const f=gt(t.target);r.fragment&&r.fragment.l(f),f.forEach(L)}else r.fragment&&r.fragment.c();t.intro&&At(e.$$.fragment),Pt(e,t.target,t.anchor),y()}g(c)}let Q;typeof HTMLElement=="function"&&(Q=class extends HTMLElement{constructor(t,n,s){super();d(this,"$$ctor");d(this,"$$s");d(this,"$$c");d(this,"$$cn",!1);d(this,"$$d",{});d(this,"$$r",!1);d(this,"$$p_d",{});d(this,"$$l",{});d(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=n,s&&this.attachShadow({mode:"open"})}addEventListener(t,n,s){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(n),this.$$c){const l=this.$$c.$on(t,n);this.$$l_u.set(n,l)}super.addEventListener(t,n,s)}removeEventListener(t,n,s){if(super.removeEventListener(t,n,s),this.$$c){const l=this.$$l_u.get(n);l&&(l(),this.$$l_u.delete(n))}}connectedCallback(){return I(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(i){return()=>{let o;return{c:function(){o=k("slot"),i!=="default"&&P(o,"name",i)},m:function(r,$){A(r,o,$)},d:function(r){r&&L(o)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const n={},s=wt(this);for(const i of this.$$s)i in s&&(n[i]=[t(i)]);for(const i of this.attributes){const o=this.$$g_p(i.name);o in this.$$d||(this.$$d[o]=x(o,i.value,this.$$p_d,"toProp"))}for(const i in this.$$p_d)!(i in this.$$d)&&this[i]!==void 0&&(this.$$d[i]=this[i],delete this[i]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:H(q({},this.$$d),{$$slots:n,$$scope:{ctx:[]}})});const l=()=>{this.$$r=!0;for(const i in this.$$p_d)if(this.$$d[i]=this.$$c.$$.ctx[this.$$c.$$.props[i]],this.$$p_d[i].reflect){const o=x(i,this.$$d[i],this.$$p_d,"toAttribute");o==null?this.removeAttribute(this.$$p_d[i].attribute||i):this.setAttribute(this.$$p_d[i].attribute||i,o)}this.$$r=!1};this.$$c.$$.after_update.push(l),l();for(const i in this.$$l)for(const o of this.$$l[i]){const u=this.$$c.$on(i,o);this.$$l_u.set(o,u)}this.$$l={}}})}attributeChangedCallback(t,n,s){var l;this.$$r||(t=this.$$g_p(t),this.$$d[t]=x(t,s,this.$$p_d,"toProp"),(l=this.$$c)==null||l.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(n=>this.$$p_d[n].attribute===t||!this.$$p_d[n].attribute&&n.toLowerCase()===t)||t}});function x(e,t,n,s){var i;const l=(i=n[e])==null?void 0:i.type;if(t=l==="Boolean"&&typeof t!="boolean"?t!=null:t,!s||!n[e])return t;if(s==="toAttribute")switch(l){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(l){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function W(e,t,n,s,l,i){let o=class extends Q{constructor(){super(e,n,l),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(u=>(t[u].attribute||u).toLowerCase())}};return Object.keys(t).forEach(u=>{Object.defineProperty(o.prototype,u,{get(){return this.$$c&&u in this.$$c?this.$$c[u]:this.$$d[u]},set(c){var r;c=x(u,c,t),this.$$d[u]=c,(r=this.$$c)==null||r.$set({[u]:c})}})}),s.forEach(u=>{Object.defineProperty(o.prototype,u,{get(){var c;return(c=this.$$c)==null?void 0:c[u]}})}),e.element=o,o}class X{constructor(){d(this,"$$");d(this,"$$set")}$destroy(){Mt(this,1),this.$destroy=a}$on(t,n){if(!O(n))return a;const s=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return s.push(n),()=>{const l=s.indexOf(n);l!==-1&&s.splice(l,1)}}$set(t){this.$$set&&!rt(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Bt="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Bt);function Rt(e){V(e,"svelte-g6m3er",".LoaderContainer.svelte-g6m3er.svelte-g6m3er{display:flex;justify-content:center}.lds-ellipsis.svelte-g6m3er.svelte-g6m3er{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er:nth-child(1){left:8px;animation:svelte-g6m3er-lds-ellipsis1 0.6s infinite}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er:nth-child(2){left:8px;animation:svelte-g6m3er-lds-ellipsis2 0.6s infinite}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er:nth-child(3){left:32px;animation:svelte-g6m3er-lds-ellipsis2 0.6s infinite}.lds-ellipsis.svelte-g6m3er div.svelte-g6m3er:nth-child(4){left:56px;animation:svelte-g6m3er-lds-ellipsis3 0.6s infinite}@keyframes svelte-g6m3er-lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes svelte-g6m3er-lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes svelte-g6m3er-lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}")}function qt(e){let t;return{c(){t=k("div"),t.innerHTML='<section class="LoaderContainer svelte-g6m3er" part="LoaderContainer"><div class="lds-ellipsis svelte-g6m3er"><div class="svelte-g6m3er"></div><div class="svelte-g6m3er"></div><div class="svelte-g6m3er"></div><div class="svelte-g6m3er"></div></div></section>'},m(n,s){A(n,t,s),e[3](t)},p:a,i:a,o:a,d(n){n&&L(t),e[3](null)}}}function Ht(e,t,n){let{clientstyling:s=""}=t,{clientstylingurl:l=""}=t,i;const o=()=>{let r=document.createElement("style");r.innerHTML=s,i.appendChild(r)},u=()=>{let r=new URL(l),$=document.createElement("style");fetch(r.href).then(f=>f.text()).then(f=>{$.innerHTML=f,setTimeout(()=>{i.appendChild($)},1),setTimeout(()=>{},500)})};function c(r){w[r?"unshift":"push"](()=>{i=r,n(0,i)})}return e.$$set=r=>{"clientstyling"in r&&n(1,s=r.clientstyling),"clientstylingurl"in r&&n(2,l=r.clientstylingurl)},e.$$.update=()=>{e.$$.dirty&3&&s&&i&&o(),e.$$.dirty&5&&l&&i&&u()},[i,s,l,c]}class Y extends X{constructor(t){super(),K(this,t,Ht,qt,D,{clientstyling:1,clientstylingurl:2},Rt)}get clientstyling(){return this.$$.ctx[1]}set clientstyling(t){this.$$set({clientstyling:t}),y()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),y()}}W(Y,{clientstyling:{},clientstylingurl:{}},[],[],!0);const It=Object.freeze(Object.defineProperty({__proto__:null,default:Y},Symbol.toStringTag,{value:"Module"}));exports.GeneralAnimationLoading_ce=It;exports.SvelteComponent=X;exports.add_render_callback=E;exports.append=J;exports.append_styles=V;exports.attr=P;exports.binding_callbacks=w;exports.component_subscribe=lt;exports.create_custom_element=W;exports.destroy_each=ft;exports.detach=L;exports.element=k;exports.empty=$t;exports.ensure_array_like=Nt;exports.flush=y;exports.init=K;exports.insert=A;exports.is_function=O;exports.listen=ht;exports.noop=a;exports.null_to_empty=ot;exports.onMount=Lt;exports.run_all=b;exports.safe_not_equal=D;exports.select_option=vt;exports.select_value=xt;exports.set_custom_element_data=mt;exports.set_data=pt;exports.set_input_value=yt;exports.set_style=bt;exports.space=at;exports.src_url_equal=it;exports.stop_propagation=_t;exports.subscribe=F;exports.svg_element=dt;exports.text=N;