@mjsz-vbr-elements/core 2.9.0 → 2.10.0

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,1297 @@
1
+ /**
2
+ * name: @mjsz-vbr-elements/core
3
+ * version: v2.10.0 - 13/01/2025, 21:45:11
4
+ * (c) 2025
5
+ * description: Data visualization for MJSZ VBR
6
+ * author: Ákos Stegner <akos.stegner@gmail.com>
7
+ */
8
+ import { LOCALE_FOR_LANG as Vt } from "./constants.js";
9
+ function A(t) {
10
+ return t != null && typeof t == "object" && t["@@functional/placeholder"] === !0;
11
+ }
12
+ function W(t) {
13
+ return function e(r) {
14
+ return arguments.length === 0 || A(r) ? e : t.apply(this, arguments);
15
+ };
16
+ }
17
+ function N(t) {
18
+ return function e(r, n) {
19
+ switch (arguments.length) {
20
+ case 0:
21
+ return e;
22
+ case 1:
23
+ return A(r) ? e : W(function(a) {
24
+ return t(r, a);
25
+ });
26
+ default:
27
+ return A(r) && A(n) ? e : A(r) ? W(function(a) {
28
+ return t(a, n);
29
+ }) : A(n) ? W(function(a) {
30
+ return t(r, a);
31
+ }) : t(r, n);
32
+ }
33
+ };
34
+ }
35
+ function Ht(t, e) {
36
+ switch (t) {
37
+ case 0:
38
+ return function() {
39
+ return e.apply(this, arguments);
40
+ };
41
+ case 1:
42
+ return function(r) {
43
+ return e.apply(this, arguments);
44
+ };
45
+ case 2:
46
+ return function(r, n) {
47
+ return e.apply(this, arguments);
48
+ };
49
+ case 3:
50
+ return function(r, n, a) {
51
+ return e.apply(this, arguments);
52
+ };
53
+ case 4:
54
+ return function(r, n, a, i) {
55
+ return e.apply(this, arguments);
56
+ };
57
+ case 5:
58
+ return function(r, n, a, i, s) {
59
+ return e.apply(this, arguments);
60
+ };
61
+ case 6:
62
+ return function(r, n, a, i, s, u) {
63
+ return e.apply(this, arguments);
64
+ };
65
+ case 7:
66
+ return function(r, n, a, i, s, u, c) {
67
+ return e.apply(this, arguments);
68
+ };
69
+ case 8:
70
+ return function(r, n, a, i, s, u, c, o) {
71
+ return e.apply(this, arguments);
72
+ };
73
+ case 9:
74
+ return function(r, n, a, i, s, u, c, o, w) {
75
+ return e.apply(this, arguments);
76
+ };
77
+ case 10:
78
+ return function(r, n, a, i, s, u, c, o, w, S) {
79
+ return e.apply(this, arguments);
80
+ };
81
+ default:
82
+ throw new Error("First argument to _arity must be a non-negative integer no greater than ten");
83
+ }
84
+ }
85
+ function Nt(t, e, r) {
86
+ return function() {
87
+ for (var n = [], a = 0, i = t, s = 0, u = !1; s < e.length || a < arguments.length; ) {
88
+ var c;
89
+ s < e.length && (!A(e[s]) || a >= arguments.length) ? c = e[s] : (c = arguments[a], a += 1), n[s] = c, A(c) ? u = !0 : i -= 1, s += 1;
90
+ }
91
+ return !u && i <= 0 ? r.apply(this, n) : Ht(Math.max(0, i), Nt(t, n, r));
92
+ };
93
+ }
94
+ var Ut = /* @__PURE__ */ N(function(e, r) {
95
+ return e === 1 ? W(r) : Ht(e, Nt(e, [], r));
96
+ });
97
+ function vr(t) {
98
+ return function e(r, n, a) {
99
+ switch (arguments.length) {
100
+ case 0:
101
+ return e;
102
+ case 1:
103
+ return A(r) ? e : N(function(i, s) {
104
+ return t(r, i, s);
105
+ });
106
+ case 2:
107
+ return A(r) && A(n) ? e : A(r) ? N(function(i, s) {
108
+ return t(i, n, s);
109
+ }) : A(n) ? N(function(i, s) {
110
+ return t(r, i, s);
111
+ }) : W(function(i) {
112
+ return t(r, n, i);
113
+ });
114
+ default:
115
+ return A(r) && A(n) && A(a) ? e : A(r) && A(n) ? N(function(i, s) {
116
+ return t(i, s, a);
117
+ }) : A(r) && A(a) ? N(function(i, s) {
118
+ return t(i, n, s);
119
+ }) : A(n) && A(a) ? N(function(i, s) {
120
+ return t(r, i, s);
121
+ }) : A(r) ? W(function(i) {
122
+ return t(i, n, a);
123
+ }) : A(n) ? W(function(i) {
124
+ return t(r, i, a);
125
+ }) : A(a) ? W(function(i) {
126
+ return t(r, n, i);
127
+ }) : t(r, n, a);
128
+ }
129
+ };
130
+ }
131
+ const Xt = Array.isArray || function(e) {
132
+ return e != null && e.length >= 0 && Object.prototype.toString.call(e) === "[object Array]";
133
+ };
134
+ function Jt(t) {
135
+ return t != null && typeof t["@@transducer/step"] == "function";
136
+ }
137
+ function Et(t, e, r) {
138
+ return function() {
139
+ if (arguments.length === 0)
140
+ return r();
141
+ var n = arguments[arguments.length - 1];
142
+ if (!Xt(n)) {
143
+ for (var a = 0; a < t.length; ) {
144
+ if (typeof n[t[a]] == "function")
145
+ return n[t[a]].apply(n, Array.prototype.slice.call(arguments, 0, -1));
146
+ a += 1;
147
+ }
148
+ if (Jt(n)) {
149
+ var i = e.apply(null, Array.prototype.slice.call(arguments, 0, -1));
150
+ return i(n);
151
+ }
152
+ }
153
+ return r.apply(this, arguments);
154
+ };
155
+ }
156
+ function gr(t) {
157
+ return t && t["@@transducer/reduced"] ? t : {
158
+ "@@transducer/value": t,
159
+ "@@transducer/reduced": !0
160
+ };
161
+ }
162
+ const mt = {
163
+ init: function() {
164
+ return this.xf["@@transducer/init"]();
165
+ },
166
+ result: function(t) {
167
+ return this.xf["@@transducer/result"](t);
168
+ }
169
+ };
170
+ function St(t) {
171
+ for (var e = [], r; !(r = t.next()).done; )
172
+ e.push(r.value);
173
+ return e;
174
+ }
175
+ function _t(t, e, r) {
176
+ for (var n = 0, a = r.length; n < a; ) {
177
+ if (t(e, r[n]))
178
+ return !0;
179
+ n += 1;
180
+ }
181
+ return !1;
182
+ }
183
+ function Qt(t) {
184
+ var e = String(t).match(/^function (\w*)/);
185
+ return e == null ? "" : e[1];
186
+ }
187
+ function vt(t, e) {
188
+ return Object.prototype.hasOwnProperty.call(e, t);
189
+ }
190
+ function Kt(t, e) {
191
+ return t === e ? t !== 0 || 1 / t === 1 / e : t !== t && e !== e;
192
+ }
193
+ const gt = typeof Object.is == "function" ? Object.is : Kt;
194
+ var wt = Object.prototype.toString, te = /* @__PURE__ */ function() {
195
+ return wt.call(arguments) === "[object Arguments]" ? function(e) {
196
+ return wt.call(e) === "[object Arguments]";
197
+ } : function(e) {
198
+ return vt("callee", e);
199
+ };
200
+ }(), ee = !/* @__PURE__ */ {
201
+ toString: null
202
+ }.propertyIsEnumerable("toString"), xt = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], Ot = /* @__PURE__ */ function() {
203
+ return arguments.propertyIsEnumerable("length");
204
+ }(), re = function(e, r) {
205
+ for (var n = 0; n < e.length; ) {
206
+ if (e[n] === r)
207
+ return !0;
208
+ n += 1;
209
+ }
210
+ return !1;
211
+ }, X = /* @__PURE__ */ W(typeof Object.keys == "function" && !Ot ? function(e) {
212
+ return Object(e) !== e ? [] : Object.keys(e);
213
+ } : function(e) {
214
+ if (Object(e) !== e)
215
+ return [];
216
+ var r, n, a = [], i = Ot && te(e);
217
+ for (r in e)
218
+ vt(r, e) && (!i || r !== "length") && (a[a.length] = r);
219
+ if (ee)
220
+ for (n = xt.length - 1; n >= 0; )
221
+ r = xt[n], vt(r, e) && !re(a, r) && (a[a.length] = r), n -= 1;
222
+ return a;
223
+ }), Dt = /* @__PURE__ */ W(function(e) {
224
+ return e === null ? "Null" : e === void 0 ? "Undefined" : Object.prototype.toString.call(e).slice(8, -1);
225
+ });
226
+ function jt(t, e, r, n) {
227
+ var a = St(t), i = St(e);
228
+ function s(u, c) {
229
+ return $t(u, c, r.slice(), n.slice());
230
+ }
231
+ return !_t(function(u, c) {
232
+ return !_t(s, c, u);
233
+ }, i, a);
234
+ }
235
+ function $t(t, e, r, n) {
236
+ if (gt(t, e))
237
+ return !0;
238
+ var a = Dt(t);
239
+ if (a !== Dt(e))
240
+ return !1;
241
+ if (typeof t["fantasy-land/equals"] == "function" || typeof e["fantasy-land/equals"] == "function")
242
+ return typeof t["fantasy-land/equals"] == "function" && t["fantasy-land/equals"](e) && typeof e["fantasy-land/equals"] == "function" && e["fantasy-land/equals"](t);
243
+ if (typeof t.equals == "function" || typeof e.equals == "function")
244
+ return typeof t.equals == "function" && t.equals(e) && typeof e.equals == "function" && e.equals(t);
245
+ switch (a) {
246
+ case "Arguments":
247
+ case "Array":
248
+ case "Object":
249
+ if (typeof t.constructor == "function" && Qt(t.constructor) === "Promise")
250
+ return t === e;
251
+ break;
252
+ case "Boolean":
253
+ case "Number":
254
+ case "String":
255
+ if (!(typeof t == typeof e && gt(t.valueOf(), e.valueOf())))
256
+ return !1;
257
+ break;
258
+ case "Date":
259
+ if (!gt(t.valueOf(), e.valueOf()))
260
+ return !1;
261
+ break;
262
+ case "Error":
263
+ return t.name === e.name && t.message === e.message;
264
+ case "RegExp":
265
+ if (!(t.source === e.source && t.global === e.global && t.ignoreCase === e.ignoreCase && t.multiline === e.multiline && t.sticky === e.sticky && t.unicode === e.unicode))
266
+ return !1;
267
+ break;
268
+ }
269
+ for (var i = r.length - 1; i >= 0; ) {
270
+ if (r[i] === t)
271
+ return n[i] === e;
272
+ i -= 1;
273
+ }
274
+ switch (a) {
275
+ case "Map":
276
+ return t.size !== e.size ? !1 : jt(t.entries(), e.entries(), r.concat([t]), n.concat([e]));
277
+ case "Set":
278
+ return t.size !== e.size ? !1 : jt(t.values(), e.values(), r.concat([t]), n.concat([e]));
279
+ case "Arguments":
280
+ case "Array":
281
+ case "Object":
282
+ case "Boolean":
283
+ case "Number":
284
+ case "String":
285
+ case "Date":
286
+ case "Error":
287
+ case "RegExp":
288
+ case "Int8Array":
289
+ case "Uint8Array":
290
+ case "Uint8ClampedArray":
291
+ case "Int16Array":
292
+ case "Uint16Array":
293
+ case "Int32Array":
294
+ case "Uint32Array":
295
+ case "Float32Array":
296
+ case "Float64Array":
297
+ case "ArrayBuffer":
298
+ break;
299
+ default:
300
+ return !1;
301
+ }
302
+ var s = X(t);
303
+ if (s.length !== X(e).length)
304
+ return !1;
305
+ var u = r.concat([t]), c = n.concat([e]);
306
+ for (i = s.length - 1; i >= 0; ) {
307
+ var o = s[i];
308
+ if (!(vt(o, e) && $t(e[o], t[o], u, c)))
309
+ return !1;
310
+ i -= 1;
311
+ }
312
+ return !0;
313
+ }
314
+ var ne = /* @__PURE__ */ N(function(e, r) {
315
+ return $t(e, r, [], []);
316
+ });
317
+ function ae(t, e, r) {
318
+ var n, a;
319
+ if (typeof t.indexOf == "function")
320
+ switch (typeof e) {
321
+ case "number":
322
+ if (e === 0) {
323
+ for (n = 1 / e; r < t.length; ) {
324
+ if (a = t[r], a === 0 && 1 / a === n)
325
+ return r;
326
+ r += 1;
327
+ }
328
+ return -1;
329
+ } else if (e !== e) {
330
+ for (; r < t.length; ) {
331
+ if (a = t[r], typeof a == "number" && a !== a)
332
+ return r;
333
+ r += 1;
334
+ }
335
+ return -1;
336
+ }
337
+ return t.indexOf(e, r);
338
+ // all these types can utilise Set
339
+ case "string":
340
+ case "boolean":
341
+ case "function":
342
+ case "undefined":
343
+ return t.indexOf(e, r);
344
+ case "object":
345
+ if (e === null)
346
+ return t.indexOf(e, r);
347
+ }
348
+ for (; r < t.length; ) {
349
+ if (ne(t[r], e))
350
+ return r;
351
+ r += 1;
352
+ }
353
+ return -1;
354
+ }
355
+ function ue(t, e) {
356
+ return ae(e, t, 0) >= 0;
357
+ }
358
+ function rt(t, e) {
359
+ for (var r = 0, n = e.length, a = Array(n); r < n; )
360
+ a[r] = t(e[r]), r += 1;
361
+ return a;
362
+ }
363
+ function yt(t) {
364
+ var e = t.replace(/\\/g, "\\\\").replace(/[\b]/g, "\\b").replace(/\f/g, "\\f").replace(/\n/g, "\\n").replace(/\r/g, "\\r").replace(/\t/g, "\\t").replace(/\v/g, "\\v").replace(/\0/g, "\\0");
365
+ return '"' + e.replace(/"/g, '\\"') + '"';
366
+ }
367
+ var K = function(e) {
368
+ return (e < 10 ? "0" : "") + e;
369
+ }, se = typeof Date.prototype.toISOString == "function" ? function(e) {
370
+ return e.toISOString();
371
+ } : function(e) {
372
+ return e.getUTCFullYear() + "-" + K(e.getUTCMonth() + 1) + "-" + K(e.getUTCDate()) + "T" + K(e.getUTCHours()) + ":" + K(e.getUTCMinutes()) + ":" + K(e.getUTCSeconds()) + "." + (e.getUTCMilliseconds() / 1e3).toFixed(3).slice(2, 5) + "Z";
373
+ };
374
+ function ie(t) {
375
+ return function() {
376
+ return !t.apply(this, arguments);
377
+ };
378
+ }
379
+ function Wt(t, e, r) {
380
+ for (var n = 0, a = r.length; n < a; )
381
+ e = t(e, r[n]), n += 1;
382
+ return e;
383
+ }
384
+ function oe(t, e) {
385
+ for (var r = 0, n = e.length, a = []; r < n; )
386
+ t(e[r]) && (a[a.length] = e[r]), r += 1;
387
+ return a;
388
+ }
389
+ function ce(t) {
390
+ return Object.prototype.toString.call(t) === "[object Object]";
391
+ }
392
+ var fe = /* @__PURE__ */ function() {
393
+ function t(e, r) {
394
+ this.xf = r, this.f = e;
395
+ }
396
+ return t.prototype["@@transducer/init"] = mt.init, t.prototype["@@transducer/result"] = mt.result, t.prototype["@@transducer/step"] = function(e, r) {
397
+ return this.f(r) ? this.xf["@@transducer/step"](e, r) : e;
398
+ }, t;
399
+ }();
400
+ function le(t) {
401
+ return function(e) {
402
+ return new fe(t, e);
403
+ };
404
+ }
405
+ var he = /* @__PURE__ */ N(/* @__PURE__ */ Et(["fantasy-land/filter", "filter"], le, function(t, e) {
406
+ return ce(e) ? Wt(function(r, n) {
407
+ return t(e[n]) && (r[n] = e[n]), r;
408
+ }, {}, X(e)) : (
409
+ // else
410
+ oe(t, e)
411
+ );
412
+ })), de = /* @__PURE__ */ N(function(e, r) {
413
+ return he(ie(e), r);
414
+ });
415
+ function Zt(t, e) {
416
+ var r = function(s) {
417
+ var u = e.concat([t]);
418
+ return ue(s, u) ? "<Circular>" : Zt(s, u);
419
+ }, n = function(i, s) {
420
+ return rt(function(u) {
421
+ return yt(u) + ": " + r(i[u]);
422
+ }, s.slice().sort());
423
+ };
424
+ switch (Object.prototype.toString.call(t)) {
425
+ case "[object Arguments]":
426
+ return "(function() { return arguments; }(" + rt(r, t).join(", ") + "))";
427
+ case "[object Array]":
428
+ return "[" + rt(r, t).concat(n(t, de(function(i) {
429
+ return /^\d+$/.test(i);
430
+ }, X(t)))).join(", ") + "]";
431
+ case "[object Boolean]":
432
+ return typeof t == "object" ? "new Boolean(" + r(t.valueOf()) + ")" : t.toString();
433
+ case "[object Date]":
434
+ return "new Date(" + (isNaN(t.valueOf()) ? r(NaN) : yt(se(t))) + ")";
435
+ case "[object Map]":
436
+ return "new Map(" + r(Array.from(t)) + ")";
437
+ case "[object Null]":
438
+ return "null";
439
+ case "[object Number]":
440
+ return typeof t == "object" ? "new Number(" + r(t.valueOf()) + ")" : 1 / t === -1 / 0 ? "-0" : t.toString(10);
441
+ case "[object Set]":
442
+ return "new Set(" + r(Array.from(t).sort()) + ")";
443
+ case "[object String]":
444
+ return typeof t == "object" ? "new String(" + r(t.valueOf()) + ")" : yt(t);
445
+ case "[object Undefined]":
446
+ return "undefined";
447
+ default:
448
+ if (typeof t.toString == "function") {
449
+ var a = t.toString();
450
+ if (a !== "[object Object]")
451
+ return a;
452
+ }
453
+ return "{" + n(t, X(t)).join(", ") + "}";
454
+ }
455
+ }
456
+ var pe = /* @__PURE__ */ W(function(e) {
457
+ return Zt(e, []);
458
+ }), me = /* @__PURE__ */ function() {
459
+ function t(e, r) {
460
+ this.xf = r, this.f = e;
461
+ }
462
+ return t.prototype["@@transducer/init"] = mt.init, t.prototype["@@transducer/result"] = mt.result, t.prototype["@@transducer/step"] = function(e, r) {
463
+ return this.xf["@@transducer/step"](e, this.f(r));
464
+ }, t;
465
+ }(), ve = function(e) {
466
+ return function(r) {
467
+ return new me(e, r);
468
+ };
469
+ }, yr = /* @__PURE__ */ N(/* @__PURE__ */ Et(["fantasy-land/map", "map"], ve, function(e, r) {
470
+ switch (Object.prototype.toString.call(r)) {
471
+ case "[object Function]":
472
+ return Ut(r.length, function() {
473
+ return e.call(this, r.apply(this, arguments));
474
+ });
475
+ case "[object Object]":
476
+ return Wt(function(n, a) {
477
+ return n[a] = e(r[a]), n;
478
+ }, {}, X(r));
479
+ default:
480
+ return rt(e, r);
481
+ }
482
+ }));
483
+ const Rt = Number.isInteger || function(e) {
484
+ return e << 0 === e;
485
+ };
486
+ function ge(t) {
487
+ return Object.prototype.toString.call(t) === "[object String]";
488
+ }
489
+ function Pt(t, e) {
490
+ var r = t < 0 ? e.length + t : t;
491
+ return ge(e) ? e.charAt(r) : e[r];
492
+ }
493
+ var $r = /* @__PURE__ */ N(function(e, r) {
494
+ if (r != null)
495
+ return Rt(e) ? Pt(e, r) : r[e];
496
+ });
497
+ function ye(t) {
498
+ var e = Object.prototype.toString.call(t);
499
+ return e === "[object Function]" || e === "[object AsyncFunction]" || e === "[object GeneratorFunction]" || e === "[object AsyncGeneratorFunction]";
500
+ }
501
+ var $e = /* @__PURE__ */ N(function(e, r) {
502
+ return Ut(e + 1, function() {
503
+ var n = arguments[e];
504
+ if (n != null && ye(n[r]))
505
+ return n[r].apply(n, Array.prototype.slice.call(arguments, 0, e));
506
+ throw new TypeError(pe(n) + ' does not have a method named "' + r + '"');
507
+ });
508
+ });
509
+ function Me(t, e) {
510
+ for (var r = e, n = 0; n < t.length; n += 1) {
511
+ if (r == null)
512
+ return;
513
+ var a = t[n];
514
+ Rt(a) ? r = Pt(a, r) : r = r[a];
515
+ }
516
+ return r;
517
+ }
518
+ var Se = /* @__PURE__ */ N(Me), _e = /* @__PURE__ */ $e(1, "split");
519
+ function Mr(t) {
520
+ return t && t.match(/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g).map((e) => e.toLowerCase()).join("-");
521
+ }
522
+ const Sr = function(t = "", e = {}) {
523
+ return t.replace(/\{([^}]+)\}/g, function(r, n) {
524
+ return Se(_e(".", n), e);
525
+ });
526
+ };
527
+ function Z(t) {
528
+ return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
529
+ }
530
+ var nt = { exports: {} }, we = nt.exports, Tt;
531
+ function Gt() {
532
+ return Tt || (Tt = 1, function(t, e) {
533
+ (function(r, n) {
534
+ t.exports = n();
535
+ })(we, function() {
536
+ var r = 1e3, n = 6e4, a = 36e5, i = "millisecond", s = "second", u = "minute", c = "hour", o = "day", w = "week", S = "month", M = "quarter", O = "year", y = "date", l = "Invalid Date", _ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, b = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, k = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(m) {
537
+ var d = ["th", "st", "nd", "rd"], f = m % 100;
538
+ return "[" + m + (d[(f - 20) % 10] || d[f] || d[0]) + "]";
539
+ } }, j = function(m, d, f) {
540
+ var p = String(m);
541
+ return !p || p.length >= d ? m : "" + Array(d + 1 - p.length).join(f) + m;
542
+ }, q = { s: j, z: function(m) {
543
+ var d = -m.utcOffset(), f = Math.abs(d), p = Math.floor(f / 60), h = f % 60;
544
+ return (d <= 0 ? "+" : "-") + j(p, 2, "0") + ":" + j(h, 2, "0");
545
+ }, m: function m(d, f) {
546
+ if (d.date() < f.date()) return -m(f, d);
547
+ var p = 12 * (f.year() - d.year()) + (f.month() - d.month()), h = d.clone().add(p, S), v = f - h < 0, g = d.clone().add(p + (v ? -1 : 1), S);
548
+ return +(-(p + (f - h) / (v ? h - g : g - h)) || 0);
549
+ }, a: function(m) {
550
+ return m < 0 ? Math.ceil(m) || 0 : Math.floor(m);
551
+ }, p: function(m) {
552
+ return { M: S, y: O, w, d: o, D: y, h: c, m: u, s, ms: i, Q: M }[m] || String(m || "").toLowerCase().replace(/s$/, "");
553
+ }, u: function(m) {
554
+ return m === void 0;
555
+ } }, D = "en", z = {};
556
+ z[D] = k;
557
+ var F = "$isDayjsObject", B = function(m) {
558
+ return m instanceof tt || !(!m || !m[F]);
559
+ }, U = function m(d, f, p) {
560
+ var h;
561
+ if (!d) return D;
562
+ if (typeof d == "string") {
563
+ var v = d.toLowerCase();
564
+ z[v] && (h = v), f && (z[v] = f, h = v);
565
+ var g = d.split("-");
566
+ if (!h && g.length > 1) return m(g[0]);
567
+ } else {
568
+ var T = d.name;
569
+ z[T] = d, h = T;
570
+ }
571
+ return !p && h && (D = h), h || !p && D;
572
+ }, Y = function(m, d) {
573
+ if (B(m)) return m.clone();
574
+ var f = typeof d == "object" ? d : {};
575
+ return f.date = m, f.args = arguments, new tt(f);
576
+ }, x = q;
577
+ x.l = U, x.i = B, x.w = function(m, d) {
578
+ return Y(m, { locale: d.$L, utc: d.$u, x: d.$x, $offset: d.$offset });
579
+ };
580
+ var tt = function() {
581
+ function m(f) {
582
+ this.$L = U(f.locale, null, !0), this.parse(f), this.$x = this.$x || f.x || {}, this[F] = !0;
583
+ }
584
+ var d = m.prototype;
585
+ return d.parse = function(f) {
586
+ this.$d = function(p) {
587
+ var h = p.date, v = p.utc;
588
+ if (h === null) return /* @__PURE__ */ new Date(NaN);
589
+ if (x.u(h)) return /* @__PURE__ */ new Date();
590
+ if (h instanceof Date) return new Date(h);
591
+ if (typeof h == "string" && !/Z$/i.test(h)) {
592
+ var g = h.match(_);
593
+ if (g) {
594
+ var T = g[2] - 1 || 0, L = (g[7] || "0").substring(0, 3);
595
+ return v ? new Date(Date.UTC(g[1], T, g[3] || 1, g[4] || 0, g[5] || 0, g[6] || 0, L)) : new Date(g[1], T, g[3] || 1, g[4] || 0, g[5] || 0, g[6] || 0, L);
596
+ }
597
+ }
598
+ return new Date(h);
599
+ }(f), this.init();
600
+ }, d.init = function() {
601
+ var f = this.$d;
602
+ this.$y = f.getFullYear(), this.$M = f.getMonth(), this.$D = f.getDate(), this.$W = f.getDay(), this.$H = f.getHours(), this.$m = f.getMinutes(), this.$s = f.getSeconds(), this.$ms = f.getMilliseconds();
603
+ }, d.$utils = function() {
604
+ return x;
605
+ }, d.isValid = function() {
606
+ return this.$d.toString() !== l;
607
+ }, d.isSame = function(f, p) {
608
+ var h = Y(f);
609
+ return this.startOf(p) <= h && h <= this.endOf(p);
610
+ }, d.isAfter = function(f, p) {
611
+ return Y(f) < this.startOf(p);
612
+ }, d.isBefore = function(f, p) {
613
+ return this.endOf(p) < Y(f);
614
+ }, d.$g = function(f, p, h) {
615
+ return x.u(f) ? this[p] : this.set(h, f);
616
+ }, d.unix = function() {
617
+ return Math.floor(this.valueOf() / 1e3);
618
+ }, d.valueOf = function() {
619
+ return this.$d.getTime();
620
+ }, d.startOf = function(f, p) {
621
+ var h = this, v = !!x.u(p) || p, g = x.p(f), T = function(G, H) {
622
+ var R = x.w(h.$u ? Date.UTC(h.$y, H, G) : new Date(h.$y, H, G), h);
623
+ return v ? R : R.endOf(o);
624
+ }, L = function(G, H) {
625
+ return x.w(h.toDate()[G].apply(h.toDate("s"), (v ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(H)), h);
626
+ }, I = this.$W, C = this.$M, E = this.$D, V = "set" + (this.$u ? "UTC" : "");
627
+ switch (g) {
628
+ case O:
629
+ return v ? T(1, 0) : T(31, 11);
630
+ case S:
631
+ return v ? T(1, C) : T(0, C + 1);
632
+ case w:
633
+ var P = this.$locale().weekStart || 0, J = (I < P ? I + 7 : I) - P;
634
+ return T(v ? E - J : E + (6 - J), C);
635
+ case o:
636
+ case y:
637
+ return L(V + "Hours", 0);
638
+ case c:
639
+ return L(V + "Minutes", 1);
640
+ case u:
641
+ return L(V + "Seconds", 2);
642
+ case s:
643
+ return L(V + "Milliseconds", 3);
644
+ default:
645
+ return this.clone();
646
+ }
647
+ }, d.endOf = function(f) {
648
+ return this.startOf(f, !1);
649
+ }, d.$set = function(f, p) {
650
+ var h, v = x.p(f), g = "set" + (this.$u ? "UTC" : ""), T = (h = {}, h[o] = g + "Date", h[y] = g + "Date", h[S] = g + "Month", h[O] = g + "FullYear", h[c] = g + "Hours", h[u] = g + "Minutes", h[s] = g + "Seconds", h[i] = g + "Milliseconds", h)[v], L = v === o ? this.$D + (p - this.$W) : p;
651
+ if (v === S || v === O) {
652
+ var I = this.clone().set(y, 1);
653
+ I.$d[T](L), I.init(), this.$d = I.set(y, Math.min(this.$D, I.daysInMonth())).$d;
654
+ } else T && this.$d[T](L);
655
+ return this.init(), this;
656
+ }, d.set = function(f, p) {
657
+ return this.clone().$set(f, p);
658
+ }, d.get = function(f) {
659
+ return this[x.p(f)]();
660
+ }, d.add = function(f, p) {
661
+ var h, v = this;
662
+ f = Number(f);
663
+ var g = x.p(p), T = function(C) {
664
+ var E = Y(v);
665
+ return x.w(E.date(E.date() + Math.round(C * f)), v);
666
+ };
667
+ if (g === S) return this.set(S, this.$M + f);
668
+ if (g === O) return this.set(O, this.$y + f);
669
+ if (g === o) return T(1);
670
+ if (g === w) return T(7);
671
+ var L = (h = {}, h[u] = n, h[c] = a, h[s] = r, h)[g] || 1, I = this.$d.getTime() + f * L;
672
+ return x.w(I, this);
673
+ }, d.subtract = function(f, p) {
674
+ return this.add(-1 * f, p);
675
+ }, d.format = function(f) {
676
+ var p = this, h = this.$locale();
677
+ if (!this.isValid()) return h.invalidDate || l;
678
+ var v = f || "YYYY-MM-DDTHH:mm:ssZ", g = x.z(this), T = this.$H, L = this.$m, I = this.$M, C = h.weekdays, E = h.months, V = h.meridiem, P = function(H, R, Q, et) {
679
+ return H && (H[R] || H(p, v)) || Q[R].slice(0, et);
680
+ }, J = function(H) {
681
+ return x.s(T % 12 || 12, H, "0");
682
+ }, G = V || function(H, R, Q) {
683
+ var et = H < 12 ? "AM" : "PM";
684
+ return Q ? et.toLowerCase() : et;
685
+ };
686
+ return v.replace(b, function(H, R) {
687
+ return R || function(Q) {
688
+ switch (Q) {
689
+ case "YY":
690
+ return String(p.$y).slice(-2);
691
+ case "YYYY":
692
+ return x.s(p.$y, 4, "0");
693
+ case "M":
694
+ return I + 1;
695
+ case "MM":
696
+ return x.s(I + 1, 2, "0");
697
+ case "MMM":
698
+ return P(h.monthsShort, I, E, 3);
699
+ case "MMMM":
700
+ return P(E, I);
701
+ case "D":
702
+ return p.$D;
703
+ case "DD":
704
+ return x.s(p.$D, 2, "0");
705
+ case "d":
706
+ return String(p.$W);
707
+ case "dd":
708
+ return P(h.weekdaysMin, p.$W, C, 2);
709
+ case "ddd":
710
+ return P(h.weekdaysShort, p.$W, C, 3);
711
+ case "dddd":
712
+ return C[p.$W];
713
+ case "H":
714
+ return String(T);
715
+ case "HH":
716
+ return x.s(T, 2, "0");
717
+ case "h":
718
+ return J(1);
719
+ case "hh":
720
+ return J(2);
721
+ case "a":
722
+ return G(T, L, !0);
723
+ case "A":
724
+ return G(T, L, !1);
725
+ case "m":
726
+ return String(L);
727
+ case "mm":
728
+ return x.s(L, 2, "0");
729
+ case "s":
730
+ return String(p.$s);
731
+ case "ss":
732
+ return x.s(p.$s, 2, "0");
733
+ case "SSS":
734
+ return x.s(p.$ms, 3, "0");
735
+ case "Z":
736
+ return g;
737
+ }
738
+ return null;
739
+ }(H) || g.replace(":", "");
740
+ });
741
+ }, d.utcOffset = function() {
742
+ return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
743
+ }, d.diff = function(f, p, h) {
744
+ var v, g = this, T = x.p(p), L = Y(f), I = (L.utcOffset() - this.utcOffset()) * n, C = this - L, E = function() {
745
+ return x.m(g, L);
746
+ };
747
+ switch (T) {
748
+ case O:
749
+ v = E() / 12;
750
+ break;
751
+ case S:
752
+ v = E();
753
+ break;
754
+ case M:
755
+ v = E() / 3;
756
+ break;
757
+ case w:
758
+ v = (C - I) / 6048e5;
759
+ break;
760
+ case o:
761
+ v = (C - I) / 864e5;
762
+ break;
763
+ case c:
764
+ v = C / a;
765
+ break;
766
+ case u:
767
+ v = C / n;
768
+ break;
769
+ case s:
770
+ v = C / r;
771
+ break;
772
+ default:
773
+ v = C;
774
+ }
775
+ return h ? v : x.a(v);
776
+ }, d.daysInMonth = function() {
777
+ return this.endOf(S).$D;
778
+ }, d.$locale = function() {
779
+ return z[this.$L];
780
+ }, d.locale = function(f, p) {
781
+ if (!f) return this.$L;
782
+ var h = this.clone(), v = U(f, p, !0);
783
+ return v && (h.$L = v), h;
784
+ }, d.clone = function() {
785
+ return x.w(this.$d, this);
786
+ }, d.toDate = function() {
787
+ return new Date(this.valueOf());
788
+ }, d.toJSON = function() {
789
+ return this.isValid() ? this.toISOString() : null;
790
+ }, d.toISOString = function() {
791
+ return this.$d.toISOString();
792
+ }, d.toString = function() {
793
+ return this.$d.toUTCString();
794
+ }, m;
795
+ }(), Mt = tt.prototype;
796
+ return Y.prototype = Mt, [["$ms", i], ["$s", s], ["$m", u], ["$H", c], ["$W", o], ["$M", S], ["$y", O], ["$D", y]].forEach(function(m) {
797
+ Mt[m[1]] = function(d) {
798
+ return this.$g(d, m[0], m[1]);
799
+ };
800
+ }), Y.extend = function(m, d) {
801
+ return m.$i || (m(d, tt, Y), m.$i = !0), Y;
802
+ }, Y.locale = U, Y.isDayjs = B, Y.unix = function(m) {
803
+ return Y(1e3 * m);
804
+ }, Y.en = z[D], Y.Ls = z, Y.p = {}, Y;
805
+ });
806
+ }(nt)), nt.exports;
807
+ }
808
+ var xe = Gt();
809
+ const $ = /* @__PURE__ */ Z(xe);
810
+ var at = { exports: {} }, Oe = at.exports, Yt;
811
+ function De() {
812
+ return Yt || (Yt = 1, function(t, e) {
813
+ (function(r, n) {
814
+ t.exports = n();
815
+ })(Oe, function() {
816
+ var r = "minute", n = /[+-]\d\d(?::?\d\d)?/g, a = /([+-]|\d\d)/g;
817
+ return function(i, s, u) {
818
+ var c = s.prototype;
819
+ u.utc = function(l) {
820
+ var _ = { date: l, utc: !0, args: arguments };
821
+ return new s(_);
822
+ }, c.utc = function(l) {
823
+ var _ = u(this.toDate(), { locale: this.$L, utc: !0 });
824
+ return l ? _.add(this.utcOffset(), r) : _;
825
+ }, c.local = function() {
826
+ return u(this.toDate(), { locale: this.$L, utc: !1 });
827
+ };
828
+ var o = c.parse;
829
+ c.parse = function(l) {
830
+ l.utc && (this.$u = !0), this.$utils().u(l.$offset) || (this.$offset = l.$offset), o.call(this, l);
831
+ };
832
+ var w = c.init;
833
+ c.init = function() {
834
+ if (this.$u) {
835
+ var l = this.$d;
836
+ this.$y = l.getUTCFullYear(), this.$M = l.getUTCMonth(), this.$D = l.getUTCDate(), this.$W = l.getUTCDay(), this.$H = l.getUTCHours(), this.$m = l.getUTCMinutes(), this.$s = l.getUTCSeconds(), this.$ms = l.getUTCMilliseconds();
837
+ } else w.call(this);
838
+ };
839
+ var S = c.utcOffset;
840
+ c.utcOffset = function(l, _) {
841
+ var b = this.$utils().u;
842
+ if (b(l)) return this.$u ? 0 : b(this.$offset) ? S.call(this) : this.$offset;
843
+ if (typeof l == "string" && (l = function(D) {
844
+ D === void 0 && (D = "");
845
+ var z = D.match(n);
846
+ if (!z) return null;
847
+ var F = ("" + z[0]).match(a) || ["-", 0, 0], B = F[0], U = 60 * +F[1] + +F[2];
848
+ return U === 0 ? 0 : B === "+" ? U : -U;
849
+ }(l), l === null)) return this;
850
+ var k = Math.abs(l) <= 16 ? 60 * l : l, j = this;
851
+ if (_) return j.$offset = k, j.$u = l === 0, j;
852
+ if (l !== 0) {
853
+ var q = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
854
+ (j = this.local().add(k + q, r)).$offset = k, j.$x.$localOffset = q;
855
+ } else j = this.utc();
856
+ return j;
857
+ };
858
+ var M = c.format;
859
+ c.format = function(l) {
860
+ var _ = l || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
861
+ return M.call(this, _);
862
+ }, c.valueOf = function() {
863
+ var l = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
864
+ return this.$d.valueOf() - 6e4 * l;
865
+ }, c.isUTC = function() {
866
+ return !!this.$u;
867
+ }, c.toISOString = function() {
868
+ return this.toDate().toISOString();
869
+ }, c.toString = function() {
870
+ return this.toDate().toUTCString();
871
+ };
872
+ var O = c.toDate;
873
+ c.toDate = function(l) {
874
+ return l === "s" && this.$offset ? u(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : O.call(this);
875
+ };
876
+ var y = c.diff;
877
+ c.diff = function(l, _, b) {
878
+ if (l && this.$u === l.$u) return y.call(this, l, _, b);
879
+ var k = this.local(), j = u(l).local();
880
+ return y.call(k, j, _, b);
881
+ };
882
+ };
883
+ });
884
+ }(at)), at.exports;
885
+ }
886
+ var je = De();
887
+ const Te = /* @__PURE__ */ Z(je);
888
+ var ut = { exports: {} }, Ye = ut.exports, At;
889
+ function Ae() {
890
+ return At || (At = 1, function(t, e) {
891
+ (function(r, n) {
892
+ t.exports = n();
893
+ })(Ye, function() {
894
+ var r = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, n = {};
895
+ return function(a, i, s) {
896
+ var u, c = function(M, O, y) {
897
+ y === void 0 && (y = {});
898
+ var l = new Date(M), _ = function(b, k) {
899
+ k === void 0 && (k = {});
900
+ var j = k.timeZoneName || "short", q = b + "|" + j, D = n[q];
901
+ return D || (D = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: b, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: j }), n[q] = D), D;
902
+ }(O, y);
903
+ return _.formatToParts(l);
904
+ }, o = function(M, O) {
905
+ for (var y = c(M, O), l = [], _ = 0; _ < y.length; _ += 1) {
906
+ var b = y[_], k = b.type, j = b.value, q = r[k];
907
+ q >= 0 && (l[q] = parseInt(j, 10));
908
+ }
909
+ var D = l[3], z = D === 24 ? 0 : D, F = l[0] + "-" + l[1] + "-" + l[2] + " " + z + ":" + l[4] + ":" + l[5] + ":000", B = +M;
910
+ return (s.utc(F).valueOf() - (B -= B % 1e3)) / 6e4;
911
+ }, w = i.prototype;
912
+ w.tz = function(M, O) {
913
+ M === void 0 && (M = u);
914
+ var y, l = this.utcOffset(), _ = this.toDate(), b = _.toLocaleString("en-US", { timeZone: M }), k = Math.round((_ - new Date(b)) / 1e3 / 60), j = 15 * -Math.round(_.getTimezoneOffset() / 15) - k;
915
+ if (!Number(j)) y = this.utcOffset(0, O);
916
+ else if (y = s(b, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(j, !0), O) {
917
+ var q = y.utcOffset();
918
+ y = y.add(l - q, "minute");
919
+ }
920
+ return y.$x.$timezone = M, y;
921
+ }, w.offsetName = function(M) {
922
+ var O = this.$x.$timezone || s.tz.guess(), y = c(this.valueOf(), O, { timeZoneName: M }).find(function(l) {
923
+ return l.type.toLowerCase() === "timezonename";
924
+ });
925
+ return y && y.value;
926
+ };
927
+ var S = w.startOf;
928
+ w.startOf = function(M, O) {
929
+ if (!this.$x || !this.$x.$timezone) return S.call(this, M, O);
930
+ var y = s(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
931
+ return S.call(y, M, O).tz(this.$x.$timezone, !0);
932
+ }, s.tz = function(M, O, y) {
933
+ var l = y && O, _ = y || O || u, b = o(+s(), _);
934
+ if (typeof M != "string") return s(M).tz(_);
935
+ var k = function(z, F, B) {
936
+ var U = z - 60 * F * 1e3, Y = o(U, B);
937
+ if (F === Y) return [U, F];
938
+ var x = o(U -= 60 * (Y - F) * 1e3, B);
939
+ return Y === x ? [U, Y] : [z - 60 * Math.min(Y, x) * 1e3, Math.max(Y, x)];
940
+ }(s.utc(M, l).valueOf(), b, _), j = k[0], q = k[1], D = s(j).utcOffset(q);
941
+ return D.$x.$timezone = _, D;
942
+ }, s.tz.guess = function() {
943
+ return Intl.DateTimeFormat().resolvedOptions().timeZone;
944
+ }, s.tz.setDefault = function(M) {
945
+ u = M;
946
+ };
947
+ };
948
+ });
949
+ }(ut)), ut.exports;
950
+ }
951
+ var ke = Ae();
952
+ const be = /* @__PURE__ */ Z(ke);
953
+ var st = { exports: {} }, ze = st.exports, kt;
954
+ function Le() {
955
+ return kt || (kt = 1, function(t, e) {
956
+ (function(r, n) {
957
+ t.exports = n();
958
+ })(ze, function() {
959
+ return function(r, n) {
960
+ var a = n.prototype, i = a.format;
961
+ a.format = function(s) {
962
+ var u = this, c = this.$locale();
963
+ if (!this.isValid()) return i.bind(this)(s);
964
+ var o = this.$utils(), w = (s || "YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g, function(S) {
965
+ switch (S) {
966
+ case "Q":
967
+ return Math.ceil((u.$M + 1) / 3);
968
+ case "Do":
969
+ return c.ordinal(u.$D);
970
+ case "gggg":
971
+ return u.weekYear();
972
+ case "GGGG":
973
+ return u.isoWeekYear();
974
+ case "wo":
975
+ return c.ordinal(u.week(), "W");
976
+ case "w":
977
+ case "ww":
978
+ return o.s(u.week(), S === "w" ? 1 : 2, "0");
979
+ case "W":
980
+ case "WW":
981
+ return o.s(u.isoWeek(), S === "W" ? 1 : 2, "0");
982
+ case "k":
983
+ case "kk":
984
+ return o.s(String(u.$H === 0 ? 24 : u.$H), S === "k" ? 1 : 2, "0");
985
+ case "X":
986
+ return Math.floor(u.$d.getTime() / 1e3);
987
+ case "x":
988
+ return u.$d.getTime();
989
+ case "z":
990
+ return "[" + u.offsetName() + "]";
991
+ case "zzz":
992
+ return "[" + u.offsetName("long") + "]";
993
+ default:
994
+ return S;
995
+ }
996
+ });
997
+ return i.bind(this)(w);
998
+ };
999
+ };
1000
+ });
1001
+ }(st)), st.exports;
1002
+ }
1003
+ var qe = Le();
1004
+ const Ie = /* @__PURE__ */ Z(qe);
1005
+ var it = { exports: {} }, Fe = it.exports, bt;
1006
+ function Ce() {
1007
+ return bt || (bt = 1, function(t, e) {
1008
+ (function(r, n) {
1009
+ t.exports = n();
1010
+ })(Fe, function() {
1011
+ return function(r, n) {
1012
+ n.prototype.isSameOrBefore = function(a, i) {
1013
+ return this.isSame(a, i) || this.isBefore(a, i);
1014
+ };
1015
+ };
1016
+ });
1017
+ }(it)), it.exports;
1018
+ }
1019
+ var Be = Ce();
1020
+ const He = /* @__PURE__ */ Z(Be);
1021
+ var ot = { exports: {} }, Ne = ot.exports, zt;
1022
+ function Ue() {
1023
+ return zt || (zt = 1, function(t, e) {
1024
+ (function(r, n) {
1025
+ t.exports = n();
1026
+ })(Ne, function() {
1027
+ return function(r, n, a) {
1028
+ n.prototype.isBetween = function(i, s, u, c) {
1029
+ var o = a(i), w = a(s), S = (c = c || "()")[0] === "(", M = c[1] === ")";
1030
+ return (S ? this.isAfter(o, u) : !this.isBefore(o, u)) && (M ? this.isBefore(w, u) : !this.isAfter(w, u)) || (S ? this.isBefore(o, u) : !this.isAfter(o, u)) && (M ? this.isAfter(w, u) : !this.isBefore(w, u));
1031
+ };
1032
+ };
1033
+ });
1034
+ }(ot)), ot.exports;
1035
+ }
1036
+ var Ee = Ue();
1037
+ const We = /* @__PURE__ */ Z(Ee);
1038
+ var ct = { exports: {} }, Ze = ct.exports, Lt;
1039
+ function Re() {
1040
+ return Lt || (Lt = 1, function(t, e) {
1041
+ (function(r, n) {
1042
+ t.exports = n();
1043
+ })(Ze, function() {
1044
+ return function(r, n, a) {
1045
+ n.prototype.isToday = function() {
1046
+ var i = "YYYY-MM-DD", s = a();
1047
+ return this.format(i) === s.format(i);
1048
+ };
1049
+ };
1050
+ });
1051
+ }(ct)), ct.exports;
1052
+ }
1053
+ var Pe = Re();
1054
+ const Ge = /* @__PURE__ */ Z(Pe);
1055
+ var ft = { exports: {} }, Ve = ft.exports, qt;
1056
+ function Xe() {
1057
+ return qt || (qt = 1, function(t, e) {
1058
+ (function(r, n) {
1059
+ t.exports = n();
1060
+ })(Ve, function() {
1061
+ return function(r, n) {
1062
+ n.prototype.weekday = function(a) {
1063
+ var i = this.$locale().weekStart || 0, s = this.$W, u = (s < i ? s + 7 : s) - i;
1064
+ return this.$utils().u(a) ? u : this.subtract(u, "day").add(a, "day");
1065
+ };
1066
+ };
1067
+ });
1068
+ }(ft)), ft.exports;
1069
+ }
1070
+ var Je = Xe();
1071
+ const Qe = /* @__PURE__ */ Z(Je);
1072
+ var lt = { exports: {} }, Ke = lt.exports, It;
1073
+ function tr() {
1074
+ return It || (It = 1, function(t, e) {
1075
+ (function(r, n) {
1076
+ t.exports = n();
1077
+ })(Ke, function() {
1078
+ return function(r, n, a) {
1079
+ var i = function(s, u) {
1080
+ if (!u || !u.length || u.length === 1 && !u[0] || u.length === 1 && Array.isArray(u[0]) && !u[0].length) return null;
1081
+ var c;
1082
+ u.length === 1 && u[0].length > 0 && (u = u[0]), c = (u = u.filter(function(w) {
1083
+ return w;
1084
+ }))[0];
1085
+ for (var o = 1; o < u.length; o += 1) u[o].isValid() && !u[o][s](c) || (c = u[o]);
1086
+ return c;
1087
+ };
1088
+ a.max = function() {
1089
+ var s = [].slice.call(arguments, 0);
1090
+ return i("isAfter", s);
1091
+ }, a.min = function() {
1092
+ var s = [].slice.call(arguments, 0);
1093
+ return i("isBefore", s);
1094
+ };
1095
+ };
1096
+ });
1097
+ }(lt)), lt.exports;
1098
+ }
1099
+ var er = tr();
1100
+ const rr = /* @__PURE__ */ Z(er);
1101
+ var ht = { exports: {} }, nr = ht.exports, Ft;
1102
+ function ar() {
1103
+ return Ft || (Ft = 1, function(t, e) {
1104
+ (function(r, n) {
1105
+ t.exports = n();
1106
+ })(nr, function() {
1107
+ var r = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
1108
+ return function(n, a, i) {
1109
+ var s = a.prototype, u = s.format;
1110
+ i.en.formats = r, s.format = function(c) {
1111
+ c === void 0 && (c = "YYYY-MM-DDTHH:mm:ssZ");
1112
+ var o = this.$locale().formats, w = function(S, M) {
1113
+ return S.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(O, y, l) {
1114
+ var _ = l && l.toUpperCase();
1115
+ return y || M[l] || r[l] || M[_].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(b, k, j) {
1116
+ return k || j.slice(1);
1117
+ });
1118
+ });
1119
+ }(c, o === void 0 ? {} : o);
1120
+ return u.call(this, w);
1121
+ };
1122
+ };
1123
+ });
1124
+ }(ht)), ht.exports;
1125
+ }
1126
+ var ur = ar();
1127
+ const sr = /* @__PURE__ */ Z(ur);
1128
+ var dt = { exports: {} }, ir = dt.exports, Ct;
1129
+ function or() {
1130
+ return Ct || (Ct = 1, function(t, e) {
1131
+ (function(r, n) {
1132
+ t.exports = n();
1133
+ })(ir, function() {
1134
+ return function(r, n, a) {
1135
+ r = r || {};
1136
+ var i = n.prototype, s = { future: "in %s", past: "%s ago", s: "a few seconds", m: "a minute", mm: "%d minutes", h: "an hour", hh: "%d hours", d: "a day", dd: "%d days", M: "a month", MM: "%d months", y: "a year", yy: "%d years" };
1137
+ function u(o, w, S, M) {
1138
+ return i.fromToBase(o, w, S, M);
1139
+ }
1140
+ a.en.relativeTime = s, i.fromToBase = function(o, w, S, M, O) {
1141
+ for (var y, l, _, b = S.$locale().relativeTime || s, k = r.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], j = k.length, q = 0; q < j; q += 1) {
1142
+ var D = k[q];
1143
+ D.d && (y = M ? a(o).diff(S, D.d, !0) : S.diff(o, D.d, !0));
1144
+ var z = (r.rounding || Math.round)(Math.abs(y));
1145
+ if (_ = y > 0, z <= D.r || !D.r) {
1146
+ z <= 1 && q > 0 && (D = k[q - 1]);
1147
+ var F = b[D.l];
1148
+ O && (z = O("" + z)), l = typeof F == "string" ? F.replace("%d", z) : F(z, w, D.l, _);
1149
+ break;
1150
+ }
1151
+ }
1152
+ if (w) return l;
1153
+ var B = _ ? b.future : b.past;
1154
+ return typeof B == "function" ? B(l) : B.replace("%s", l);
1155
+ }, i.to = function(o, w) {
1156
+ return u(o, w, this, !0);
1157
+ }, i.from = function(o, w) {
1158
+ return u(o, w, this);
1159
+ };
1160
+ var c = function(o) {
1161
+ return o.$u ? a.utc() : a();
1162
+ };
1163
+ i.toNow = function(o) {
1164
+ return this.to(c(this), o);
1165
+ }, i.fromNow = function(o) {
1166
+ return this.from(c(this), o);
1167
+ };
1168
+ };
1169
+ });
1170
+ }(dt)), dt.exports;
1171
+ }
1172
+ var cr = or();
1173
+ const fr = /* @__PURE__ */ Z(cr);
1174
+ var pt = { exports: {} }, lr = pt.exports, Bt;
1175
+ function hr() {
1176
+ return Bt || (Bt = 1, function(t, e) {
1177
+ (function(r, n) {
1178
+ t.exports = n(Gt());
1179
+ })(lr, function(r) {
1180
+ function n(s) {
1181
+ return s && typeof s == "object" && "default" in s ? s : { default: s };
1182
+ }
1183
+ var a = n(r), i = { name: "hu", weekdays: "vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"), weekdaysShort: "vas_hét_kedd_sze_csüt_pén_szo".split("_"), weekdaysMin: "v_h_k_sze_cs_p_szo".split("_"), months: "január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"), monthsShort: "jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"), ordinal: function(s) {
1184
+ return s + ".";
1185
+ }, weekStart: 1, relativeTime: { future: "%s múlva", past: "%s", s: function(s, u, c, o) {
1186
+ return "néhány másodperc" + (o || u ? "" : "e");
1187
+ }, m: function(s, u, c, o) {
1188
+ return "egy perc" + (o || u ? "" : "e");
1189
+ }, mm: function(s, u, c, o) {
1190
+ return s + " perc" + (o || u ? "" : "e");
1191
+ }, h: function(s, u, c, o) {
1192
+ return "egy " + (o || u ? "óra" : "órája");
1193
+ }, hh: function(s, u, c, o) {
1194
+ return s + " " + (o || u ? "óra" : "órája");
1195
+ }, d: function(s, u, c, o) {
1196
+ return "egy " + (o || u ? "nap" : "napja");
1197
+ }, dd: function(s, u, c, o) {
1198
+ return s + " " + (o || u ? "nap" : "napja");
1199
+ }, M: function(s, u, c, o) {
1200
+ return "egy " + (o || u ? "hónap" : "hónapja");
1201
+ }, MM: function(s, u, c, o) {
1202
+ return s + " " + (o || u ? "hónap" : "hónapja");
1203
+ }, y: function(s, u, c, o) {
1204
+ return "egy " + (o || u ? "év" : "éve");
1205
+ }, yy: function(s, u, c, o) {
1206
+ return s + " " + (o || u ? "év" : "éve");
1207
+ } }, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "YYYY.MM.DD.", LL: "YYYY. MMMM D.", LLL: "YYYY. MMMM D. H:mm", LLLL: "YYYY. MMMM D., dddd H:mm" } };
1208
+ return a.default.locale(i, null, !0), i;
1209
+ });
1210
+ }(pt)), pt.exports;
1211
+ }
1212
+ hr();
1213
+ $.extend(Te);
1214
+ $.extend(be);
1215
+ $.extend(Ie);
1216
+ $.extend(fr);
1217
+ $.extend(sr);
1218
+ $.extend(He);
1219
+ $.extend(We);
1220
+ $.extend(Ge);
1221
+ $.extend(Qe);
1222
+ $.extend(rr);
1223
+ const _r = () => $.tz.guess(), wr = (t = "", e = "", r = "", n = "hu") => (r = r || $.tz.guess(), $(t).isValid() ? $(t).tz(r).locale(n).format(e) : ""), xr = (t = "", e = "", r = "hu") => {
1224
+ if (!$(t).isValid()) return "";
1225
+ e = e || $.tz.guess();
1226
+ const a = new Intl.DateTimeFormat(dr(r), {
1227
+ timeZone: e,
1228
+ timeZoneName: "short"
1229
+ }).formatToParts(new Date(t)).find((i) => i.type === "timeZoneName");
1230
+ return a && a.value;
1231
+ }, dr = (t) => Vt.get(t), Or = (t) => {
1232
+ const e = t.split(":");
1233
+ return parseInt(e[0], 10) * 60 + parseInt(e[1], 10);
1234
+ }, Dr = (t) => {
1235
+ const e = ~~(t / 60), r = ~~t % 60;
1236
+ return [e.toString().padStart(2, "0"), r.toString().padStart(2, "0")].join(":");
1237
+ }, jr = (t) => {
1238
+ const e = Math.trunc(t), r = Math.round((t - e) / 10 * 60 * 10);
1239
+ return [e.toString().padStart(2, "0"), r.toString().padStart(2, "0")].join(":");
1240
+ }, Tr = (t, e = "day") => $().isSameOrBefore($(t), e), pr = (t, e, r, n = "[]") => $(t).isBetween(e, $(r), "day", n), Yr = (t, e, r = "month") => $(t).isSame(e, r), Ar = (t, e = "hu") => $(t).locale(e).toNow(!0), kr = (t, e, r = "day") => $(t).isBefore(e, r), br = (t, e, r = "day") => $(t).isAfter(e, r), zr = (t) => $(t).isToday(), Lr = (t) => {
1241
+ const e = $().weekday(1), r = $().weekday(7);
1242
+ return pr(t, e, r);
1243
+ }, qr = (t) => {
1244
+ const e = $(t).weekday(1), r = $(t).weekday(7);
1245
+ return { startDate: e, endDate: r };
1246
+ }, Ir = (t, e) => $(t).subtract(e, "day"), Fr = (t, e) => $(t).add(e, "day"), Cr = (t) => $(t).startOf("month"), Br = (t) => $(t).endOf("month"), Hr = (t) => (Array.isArray(t) && (t = t.map((e) => $(e))), $.min(t)), Nr = (t) => (Array.isArray(t) && (t = t.map((e) => $(e))), $.max(...t));
1247
+ export {
1248
+ te as A,
1249
+ ne as B,
1250
+ N as C,
1251
+ yr as D,
1252
+ _e as E,
1253
+ Se as F,
1254
+ X as G,
1255
+ he as H,
1256
+ $r as I,
1257
+ vr as J,
1258
+ vt as K,
1259
+ pe as L,
1260
+ Ht as M,
1261
+ Ut as N,
1262
+ Rt as O,
1263
+ Dt as P,
1264
+ mt as Q,
1265
+ Nt as R,
1266
+ Et as S,
1267
+ gr as T,
1268
+ ue as U,
1269
+ $e as V,
1270
+ W as _,
1271
+ Dr as a,
1272
+ jr as b,
1273
+ Or as c,
1274
+ pr as d,
1275
+ Yr as e,
1276
+ wr as f,
1277
+ _r as g,
1278
+ kr as h,
1279
+ Tr as i,
1280
+ br as j,
1281
+ zr as k,
1282
+ Lr as l,
1283
+ qr as m,
1284
+ Fr as n,
1285
+ xr as o,
1286
+ Cr as p,
1287
+ Br as q,
1288
+ Hr as r,
1289
+ Ir as s,
1290
+ Nr as t,
1291
+ Mr as u,
1292
+ Sr as v,
1293
+ Xt as w,
1294
+ ge as x,
1295
+ Ar as y,
1296
+ ce as z
1297
+ };