prlg-ui 1.8.324 → 1.8.326

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,756 +0,0 @@
1
- function N(w) {
2
- return w && w.__esModule && Object.prototype.hasOwnProperty.call(w, "default") ? w.default : w;
3
- }
4
- var K = { exports: {} }, wt = K.exports, mt;
5
- function St() {
6
- return mt || (mt = 1, (function(w, E) {
7
- (function(M, i) {
8
- w.exports = i();
9
- })(wt, (function() {
10
- var M = 1e3, i = 6e4, S = 36e5, y = "millisecond", D = "second", O = "minute", L = "hour", p = "day", d = "week", T = "month", F = "quarter", B = "year", v = "date", A = "Invalid Date", c = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, f = /\[([^\]]+)]|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, x = { 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(s) {
11
- var e = ["th", "st", "nd", "rd"], t = s % 100;
12
- return "[" + s + (e[(t - 20) % 10] || e[t] || e[0]) + "]";
13
- } }, g = function(s, e, t) {
14
- var a = String(s);
15
- return !a || a.length >= e ? s : "" + Array(e + 1 - a.length).join(t) + s;
16
- }, z = { s: g, z: function(s) {
17
- var e = -s.utcOffset(), t = Math.abs(e), a = Math.floor(t / 60), n = t % 60;
18
- return (e <= 0 ? "+" : "-") + g(a, 2, "0") + ":" + g(n, 2, "0");
19
- }, m: function s(e, t) {
20
- if (e.date() < t.date()) return -s(t, e);
21
- var a = 12 * (t.year() - e.year()) + (t.month() - e.month()), n = e.clone().add(a, T), h = t - n < 0, l = e.clone().add(a + (h ? -1 : 1), T);
22
- return +(-(a + (t - n) / (h ? n - l : l - n)) || 0);
23
- }, a: function(s) {
24
- return s < 0 ? Math.ceil(s) || 0 : Math.floor(s);
25
- }, p: function(s) {
26
- return { M: T, y: B, w: d, d: p, D: v, h: L, m: O, s: D, ms: y, Q: F }[s] || String(s || "").toLowerCase().replace(/s$/, "");
27
- }, u: function(s) {
28
- return s === void 0;
29
- } }, H = "en", m = {};
30
- m[H] = x;
31
- var o = "$isDayjsObject", r = function(s) {
32
- return s instanceof b || !(!s || !s[o]);
33
- }, Y = function s(e, t, a) {
34
- var n;
35
- if (!e) return H;
36
- if (typeof e == "string") {
37
- var h = e.toLowerCase();
38
- m[h] && (n = h), t && (m[h] = t, n = h);
39
- var l = e.split("-");
40
- if (!n && l.length > 1) return s(l[0]);
41
- } else {
42
- var _ = e.name;
43
- m[_] = e, n = _;
44
- }
45
- return !a && n && (H = n), n || !a && H;
46
- }, $ = function(s, e) {
47
- if (r(s)) return s.clone();
48
- var t = typeof e == "object" ? e : {};
49
- return t.date = s, t.args = arguments, new b(t);
50
- }, u = z;
51
- u.l = Y, u.i = r, u.w = function(s, e) {
52
- return $(s, { locale: e.$L, utc: e.$u, x: e.$x, $offset: e.$offset });
53
- };
54
- var b = (function() {
55
- function s(t) {
56
- this.$L = Y(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[o] = !0;
57
- }
58
- var e = s.prototype;
59
- return e.parse = function(t) {
60
- this.$d = (function(a) {
61
- var n = a.date, h = a.utc;
62
- if (n === null) return /* @__PURE__ */ new Date(NaN);
63
- if (u.u(n)) return /* @__PURE__ */ new Date();
64
- if (n instanceof Date) return new Date(n);
65
- if (typeof n == "string" && !/Z$/i.test(n)) {
66
- var l = n.match(c);
67
- if (l) {
68
- var _ = l[2] - 1 || 0, q = (l[7] || "0").substring(0, 3);
69
- return h ? new Date(Date.UTC(l[1], _, l[3] || 1, l[4] || 0, l[5] || 0, l[6] || 0, q)) : new Date(l[1], _, l[3] || 1, l[4] || 0, l[5] || 0, l[6] || 0, q);
70
- }
71
- }
72
- return new Date(n);
73
- })(t), this.init();
74
- }, e.init = function() {
75
- var t = this.$d;
76
- this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds();
77
- }, e.$utils = function() {
78
- return u;
79
- }, e.isValid = function() {
80
- return this.$d.toString() !== A;
81
- }, e.isSame = function(t, a) {
82
- var n = $(t);
83
- return this.startOf(a) <= n && n <= this.endOf(a);
84
- }, e.isAfter = function(t, a) {
85
- return $(t) < this.startOf(a);
86
- }, e.isBefore = function(t, a) {
87
- return this.endOf(a) < $(t);
88
- }, e.$g = function(t, a, n) {
89
- return u.u(t) ? this[a] : this.set(n, t);
90
- }, e.unix = function() {
91
- return Math.floor(this.valueOf() / 1e3);
92
- }, e.valueOf = function() {
93
- return this.$d.getTime();
94
- }, e.startOf = function(t, a) {
95
- var n = this, h = !!u.u(a) || a, l = u.p(t), _ = function(Z, I) {
96
- var R = u.w(n.$u ? Date.UTC(n.$y, I, Z) : new Date(n.$y, I, Z), n);
97
- return h ? R : R.endOf(p);
98
- }, q = function(Z, I) {
99
- return u.w(n.toDate()[Z].apply(n.toDate("s"), (h ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(I)), n);
100
- }, j = this.$W, C = this.$M, P = this.$D, J = "set" + (this.$u ? "UTC" : "");
101
- switch (l) {
102
- case B:
103
- return h ? _(1, 0) : _(31, 11);
104
- case T:
105
- return h ? _(1, C) : _(0, C + 1);
106
- case d:
107
- var W = this.$locale().weekStart || 0, Q = (j < W ? j + 7 : j) - W;
108
- return _(h ? P - Q : P + (6 - Q), C);
109
- case p:
110
- case v:
111
- return q(J + "Hours", 0);
112
- case L:
113
- return q(J + "Minutes", 1);
114
- case O:
115
- return q(J + "Seconds", 2);
116
- case D:
117
- return q(J + "Milliseconds", 3);
118
- default:
119
- return this.clone();
120
- }
121
- }, e.endOf = function(t) {
122
- return this.startOf(t, !1);
123
- }, e.$set = function(t, a) {
124
- var n, h = u.p(t), l = "set" + (this.$u ? "UTC" : ""), _ = (n = {}, n[p] = l + "Date", n[v] = l + "Date", n[T] = l + "Month", n[B] = l + "FullYear", n[L] = l + "Hours", n[O] = l + "Minutes", n[D] = l + "Seconds", n[y] = l + "Milliseconds", n)[h], q = h === p ? this.$D + (a - this.$W) : a;
125
- if (h === T || h === B) {
126
- var j = this.clone().set(v, 1);
127
- j.$d[_](q), j.init(), this.$d = j.set(v, Math.min(this.$D, j.daysInMonth())).$d;
128
- } else _ && this.$d[_](q);
129
- return this.init(), this;
130
- }, e.set = function(t, a) {
131
- return this.clone().$set(t, a);
132
- }, e.get = function(t) {
133
- return this[u.p(t)]();
134
- }, e.add = function(t, a) {
135
- var n, h = this;
136
- t = Number(t);
137
- var l = u.p(a), _ = function(C) {
138
- var P = $(h);
139
- return u.w(P.date(P.date() + Math.round(C * t)), h);
140
- };
141
- if (l === T) return this.set(T, this.$M + t);
142
- if (l === B) return this.set(B, this.$y + t);
143
- if (l === p) return _(1);
144
- if (l === d) return _(7);
145
- var q = (n = {}, n[O] = i, n[L] = S, n[D] = M, n)[l] || 1, j = this.$d.getTime() + t * q;
146
- return u.w(j, this);
147
- }, e.subtract = function(t, a) {
148
- return this.add(-1 * t, a);
149
- }, e.format = function(t) {
150
- var a = this, n = this.$locale();
151
- if (!this.isValid()) return n.invalidDate || A;
152
- var h = t || "YYYY-MM-DDTHH:mm:ssZ", l = u.z(this), _ = this.$H, q = this.$m, j = this.$M, C = n.weekdays, P = n.months, J = n.meridiem, W = function(I, R, U, V) {
153
- return I && (I[R] || I(a, h)) || U[R].slice(0, V);
154
- }, Q = function(I) {
155
- return u.s(_ % 12 || 12, I, "0");
156
- }, Z = J || function(I, R, U) {
157
- var V = I < 12 ? "AM" : "PM";
158
- return U ? V.toLowerCase() : V;
159
- };
160
- return h.replace(f, (function(I, R) {
161
- return R || (function(U) {
162
- switch (U) {
163
- case "YY":
164
- return String(a.$y).slice(-2);
165
- case "YYYY":
166
- return u.s(a.$y, 4, "0");
167
- case "M":
168
- return j + 1;
169
- case "MM":
170
- return u.s(j + 1, 2, "0");
171
- case "MMM":
172
- return W(n.monthsShort, j, P, 3);
173
- case "MMMM":
174
- return W(P, j);
175
- case "D":
176
- return a.$D;
177
- case "DD":
178
- return u.s(a.$D, 2, "0");
179
- case "d":
180
- return String(a.$W);
181
- case "dd":
182
- return W(n.weekdaysMin, a.$W, C, 2);
183
- case "ddd":
184
- return W(n.weekdaysShort, a.$W, C, 3);
185
- case "dddd":
186
- return C[a.$W];
187
- case "H":
188
- return String(_);
189
- case "HH":
190
- return u.s(_, 2, "0");
191
- case "h":
192
- return Q(1);
193
- case "hh":
194
- return Q(2);
195
- case "a":
196
- return Z(_, q, !0);
197
- case "A":
198
- return Z(_, q, !1);
199
- case "m":
200
- return String(q);
201
- case "mm":
202
- return u.s(q, 2, "0");
203
- case "s":
204
- return String(a.$s);
205
- case "ss":
206
- return u.s(a.$s, 2, "0");
207
- case "SSS":
208
- return u.s(a.$ms, 3, "0");
209
- case "Z":
210
- return l;
211
- }
212
- return null;
213
- })(I) || l.replace(":", "");
214
- }));
215
- }, e.utcOffset = function() {
216
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
217
- }, e.diff = function(t, a, n) {
218
- var h, l = this, _ = u.p(a), q = $(t), j = (q.utcOffset() - this.utcOffset()) * i, C = this - q, P = function() {
219
- return u.m(l, q);
220
- };
221
- switch (_) {
222
- case B:
223
- h = P() / 12;
224
- break;
225
- case T:
226
- h = P();
227
- break;
228
- case F:
229
- h = P() / 3;
230
- break;
231
- case d:
232
- h = (C - j) / 6048e5;
233
- break;
234
- case p:
235
- h = (C - j) / 864e5;
236
- break;
237
- case L:
238
- h = C / S;
239
- break;
240
- case O:
241
- h = C / i;
242
- break;
243
- case D:
244
- h = C / M;
245
- break;
246
- default:
247
- h = C;
248
- }
249
- return n ? h : u.a(h);
250
- }, e.daysInMonth = function() {
251
- return this.endOf(T).$D;
252
- }, e.$locale = function() {
253
- return m[this.$L];
254
- }, e.locale = function(t, a) {
255
- if (!t) return this.$L;
256
- var n = this.clone(), h = Y(t, a, !0);
257
- return h && (n.$L = h), n;
258
- }, e.clone = function() {
259
- return u.w(this.$d, this);
260
- }, e.toDate = function() {
261
- return new Date(this.valueOf());
262
- }, e.toJSON = function() {
263
- return this.isValid() ? this.toISOString() : null;
264
- }, e.toISOString = function() {
265
- return this.$d.toISOString();
266
- }, e.toString = function() {
267
- return this.$d.toUTCString();
268
- }, s;
269
- })(), k = b.prototype;
270
- return $.prototype = k, [["$ms", y], ["$s", D], ["$m", O], ["$H", L], ["$W", p], ["$M", T], ["$y", B], ["$D", v]].forEach((function(s) {
271
- k[s[1]] = function(e) {
272
- return this.$g(e, s[0], s[1]);
273
- };
274
- })), $.extend = function(s, e) {
275
- return s.$i || (s(e, b, $), s.$i = !0), $;
276
- }, $.locale = Y, $.isDayjs = r, $.unix = function(s) {
277
- return $(1e3 * s);
278
- }, $.en = m[H], $.Ls = m, $.p = {}, $;
279
- }));
280
- })(K)), K.exports;
281
- }
282
- var Ot = St();
283
- const sr = /* @__PURE__ */ N(Ot);
284
- var tt = { exports: {} }, Lt = tt.exports, $t;
285
- function Tt() {
286
- return $t || ($t = 1, (function(w, E) {
287
- (function(M, i) {
288
- w.exports = i();
289
- })(Lt, (function() {
290
- var M = { 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" };
291
- return function(i, S, y) {
292
- var D = S.prototype, O = D.format;
293
- y.en.formats = M, D.format = function(L) {
294
- L === void 0 && (L = "YYYY-MM-DDTHH:mm:ssZ");
295
- var p = this.$locale().formats, d = (function(T, F) {
296
- return T.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(B, v, A) {
297
- var c = A && A.toUpperCase();
298
- return v || F[A] || M[A] || F[c].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(f, x, g) {
299
- return x || g.slice(1);
300
- }));
301
- }));
302
- })(L, p === void 0 ? {} : p);
303
- return O.call(this, d);
304
- };
305
- };
306
- }));
307
- })(tt)), tt.exports;
308
- }
309
- var bt = Tt();
310
- const ir = /* @__PURE__ */ N(bt);
311
- var rt = { exports: {} }, kt = rt.exports, pt;
312
- function At() {
313
- return pt || (pt = 1, (function(w, E) {
314
- (function(M, i) {
315
- w.exports = i();
316
- })(kt, (function() {
317
- return function(M, i, S) {
318
- M = M || {};
319
- var y = i.prototype, D = { 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" };
320
- function O(p, d, T, F) {
321
- return y.fromToBase(p, d, T, F);
322
- }
323
- S.en.relativeTime = D, y.fromToBase = function(p, d, T, F, B) {
324
- for (var v, A, c, f = T.$locale().relativeTime || D, x = M.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" }], g = x.length, z = 0; z < g; z += 1) {
325
- var H = x[z];
326
- H.d && (v = F ? S(p).diff(T, H.d, !0) : T.diff(p, H.d, !0));
327
- var m = (M.rounding || Math.round)(Math.abs(v));
328
- if (c = v > 0, m <= H.r || !H.r) {
329
- m <= 1 && z > 0 && (H = x[z - 1]);
330
- var o = f[H.l];
331
- B && (m = B("" + m)), A = typeof o == "string" ? o.replace("%d", m) : o(m, d, H.l, c);
332
- break;
333
- }
334
- }
335
- if (d) return A;
336
- var r = c ? f.future : f.past;
337
- return typeof r == "function" ? r(A) : r.replace("%s", A);
338
- }, y.to = function(p, d) {
339
- return O(p, d, this, !0);
340
- }, y.from = function(p, d) {
341
- return O(p, d, this);
342
- };
343
- var L = function(p) {
344
- return p.$u ? S.utc() : S();
345
- };
346
- y.toNow = function(p) {
347
- return this.to(L(this), p);
348
- }, y.fromNow = function(p) {
349
- return this.from(L(this), p);
350
- };
351
- };
352
- }));
353
- })(rt)), rt.exports;
354
- }
355
- var Ht = At();
356
- const or = /* @__PURE__ */ N(Ht);
357
- var et = { exports: {} }, Ft = et.exports, vt;
358
- function qt() {
359
- return vt || (vt = 1, (function(w, E) {
360
- (function(M, i) {
361
- w.exports = i();
362
- })(Ft, (function() {
363
- return function(M, i, S) {
364
- i.prototype.isToday = function() {
365
- var y = "YYYY-MM-DD", D = S();
366
- return this.format(y) === D.format(y);
367
- };
368
- };
369
- }));
370
- })(et)), et.exports;
371
- }
372
- var Bt = qt();
373
- const ar = /* @__PURE__ */ N(Bt);
374
- var nt = { exports: {} }, jt = nt.exports, Mt;
375
- function zt() {
376
- return Mt || (Mt = 1, (function(w, E) {
377
- (function(M, i) {
378
- w.exports = i();
379
- })(jt, (function() {
380
- return function(M, i, S) {
381
- i.prototype.isBetween = function(y, D, O, L) {
382
- var p = S(y), d = S(D), T = (L = L || "()")[0] === "(", F = L[1] === ")";
383
- return (T ? this.isAfter(p, O) : !this.isBefore(p, O)) && (F ? this.isBefore(d, O) : !this.isAfter(d, O)) || (T ? this.isBefore(p, O) : !this.isAfter(p, O)) && (F ? this.isAfter(d, O) : !this.isBefore(d, O));
384
- };
385
- };
386
- }));
387
- })(nt)), nt.exports;
388
- }
389
- var Ct = zt();
390
- const ur = /* @__PURE__ */ N(Ct);
391
- var st = { exports: {} }, It = st.exports, yt;
392
- function Et() {
393
- return yt || (yt = 1, (function(w, E) {
394
- (function(M, i) {
395
- w.exports = i();
396
- })(It, (function() {
397
- return function(M, i) {
398
- i.prototype.isSameOrBefore = function(S, y) {
399
- return this.isSame(S, y) || this.isBefore(S, y);
400
- };
401
- };
402
- }));
403
- })(st)), st.exports;
404
- }
405
- var Pt = Et();
406
- const cr = /* @__PURE__ */ N(Pt);
407
- var it = { exports: {} }, Rt = it.exports, Yt;
408
- function Zt() {
409
- return Yt || (Yt = 1, (function(w, E) {
410
- (function(M, i) {
411
- w.exports = i();
412
- })(Rt, (function() {
413
- return function(M, i) {
414
- i.prototype.isSameOrAfter = function(S, y) {
415
- return this.isSame(S, y) || this.isAfter(S, y);
416
- };
417
- };
418
- }));
419
- })(it)), it.exports;
420
- }
421
- var Nt = Zt();
422
- const fr = /* @__PURE__ */ N(Nt);
423
- var ot = { exports: {} }, Wt = ot.exports, _t;
424
- function Ut() {
425
- return _t || (_t = 1, (function(w, E) {
426
- (function(M, i) {
427
- w.exports = i();
428
- })(Wt, (function() {
429
- var M, i, S = 1e3, y = 6e4, D = 36e5, O = 864e5, L = /\[([^\]]+)]|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, p = 31536e6, d = 2628e6, T = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/, F = { years: p, months: d, days: O, hours: D, minutes: y, seconds: S, milliseconds: 1, weeks: 6048e5 }, B = function(m) {
430
- return m instanceof z;
431
- }, v = function(m, o, r) {
432
- return new z(m, r, o.$l);
433
- }, A = function(m) {
434
- return i.p(m) + "s";
435
- }, c = function(m) {
436
- return m < 0;
437
- }, f = function(m) {
438
- return c(m) ? Math.ceil(m) : Math.floor(m);
439
- }, x = function(m) {
440
- return Math.abs(m);
441
- }, g = function(m, o) {
442
- return m ? c(m) ? { negative: !0, format: "" + x(m) + o } : { negative: !1, format: "" + m + o } : { negative: !1, format: "" };
443
- }, z = (function() {
444
- function m(r, Y, $) {
445
- var u = this;
446
- if (this.$d = {}, this.$l = $, r === void 0 && (this.$ms = 0, this.parseFromMilliseconds()), Y) return v(r * F[A(Y)], this);
447
- if (typeof r == "number") return this.$ms = r, this.parseFromMilliseconds(), this;
448
- if (typeof r == "object") return Object.keys(r).forEach((function(s) {
449
- u.$d[A(s)] = r[s];
450
- })), this.calMilliseconds(), this;
451
- if (typeof r == "string") {
452
- var b = r.match(T);
453
- if (b) {
454
- var k = b.slice(2).map((function(s) {
455
- return s != null ? Number(s) : 0;
456
- }));
457
- return this.$d.years = k[0], this.$d.months = k[1], this.$d.weeks = k[2], this.$d.days = k[3], this.$d.hours = k[4], this.$d.minutes = k[5], this.$d.seconds = k[6], this.calMilliseconds(), this;
458
- }
459
- }
460
- return this;
461
- }
462
- var o = m.prototype;
463
- return o.calMilliseconds = function() {
464
- var r = this;
465
- this.$ms = Object.keys(this.$d).reduce((function(Y, $) {
466
- return Y + (r.$d[$] || 0) * F[$];
467
- }), 0);
468
- }, o.parseFromMilliseconds = function() {
469
- var r = this.$ms;
470
- this.$d.years = f(r / p), r %= p, this.$d.months = f(r / d), r %= d, this.$d.days = f(r / O), r %= O, this.$d.hours = f(r / D), r %= D, this.$d.minutes = f(r / y), r %= y, this.$d.seconds = f(r / S), r %= S, this.$d.milliseconds = r;
471
- }, o.toISOString = function() {
472
- var r = g(this.$d.years, "Y"), Y = g(this.$d.months, "M"), $ = +this.$d.days || 0;
473
- this.$d.weeks && ($ += 7 * this.$d.weeks);
474
- var u = g($, "D"), b = g(this.$d.hours, "H"), k = g(this.$d.minutes, "M"), s = this.$d.seconds || 0;
475
- this.$d.milliseconds && (s += this.$d.milliseconds / 1e3, s = Math.round(1e3 * s) / 1e3);
476
- var e = g(s, "S"), t = r.negative || Y.negative || u.negative || b.negative || k.negative || e.negative, a = b.format || k.format || e.format ? "T" : "", n = (t ? "-" : "") + "P" + r.format + Y.format + u.format + a + b.format + k.format + e.format;
477
- return n === "P" || n === "-P" ? "P0D" : n;
478
- }, o.toJSON = function() {
479
- return this.toISOString();
480
- }, o.format = function(r) {
481
- var Y = r || "YYYY-MM-DDTHH:mm:ss", $ = { Y: this.$d.years, YY: i.s(this.$d.years, 2, "0"), YYYY: i.s(this.$d.years, 4, "0"), M: this.$d.months, MM: i.s(this.$d.months, 2, "0"), D: this.$d.days, DD: i.s(this.$d.days, 2, "0"), H: this.$d.hours, HH: i.s(this.$d.hours, 2, "0"), m: this.$d.minutes, mm: i.s(this.$d.minutes, 2, "0"), s: this.$d.seconds, ss: i.s(this.$d.seconds, 2, "0"), SSS: i.s(this.$d.milliseconds, 3, "0") };
482
- return Y.replace(L, (function(u, b) {
483
- return b || String($[u]);
484
- }));
485
- }, o.as = function(r) {
486
- return this.$ms / F[A(r)];
487
- }, o.get = function(r) {
488
- var Y = this.$ms, $ = A(r);
489
- return $ === "milliseconds" ? Y %= 1e3 : Y = $ === "weeks" ? f(Y / F[$]) : this.$d[$], Y || 0;
490
- }, o.add = function(r, Y, $) {
491
- var u;
492
- return u = Y ? r * F[A(Y)] : B(r) ? r.$ms : v(r, this).$ms, v(this.$ms + u * ($ ? -1 : 1), this);
493
- }, o.subtract = function(r, Y) {
494
- return this.add(r, Y, !0);
495
- }, o.locale = function(r) {
496
- var Y = this.clone();
497
- return Y.$l = r, Y;
498
- }, o.clone = function() {
499
- return v(this.$ms, this);
500
- }, o.humanize = function(r) {
501
- return M().add(this.$ms, "ms").locale(this.$l).fromNow(!r);
502
- }, o.valueOf = function() {
503
- return this.asMilliseconds();
504
- }, o.milliseconds = function() {
505
- return this.get("milliseconds");
506
- }, o.asMilliseconds = function() {
507
- return this.as("milliseconds");
508
- }, o.seconds = function() {
509
- return this.get("seconds");
510
- }, o.asSeconds = function() {
511
- return this.as("seconds");
512
- }, o.minutes = function() {
513
- return this.get("minutes");
514
- }, o.asMinutes = function() {
515
- return this.as("minutes");
516
- }, o.hours = function() {
517
- return this.get("hours");
518
- }, o.asHours = function() {
519
- return this.as("hours");
520
- }, o.days = function() {
521
- return this.get("days");
522
- }, o.asDays = function() {
523
- return this.as("days");
524
- }, o.weeks = function() {
525
- return this.get("weeks");
526
- }, o.asWeeks = function() {
527
- return this.as("weeks");
528
- }, o.months = function() {
529
- return this.get("months");
530
- }, o.asMonths = function() {
531
- return this.as("months");
532
- }, o.years = function() {
533
- return this.get("years");
534
- }, o.asYears = function() {
535
- return this.as("years");
536
- }, m;
537
- })(), H = function(m, o, r) {
538
- return m.add(o.years() * r, "y").add(o.months() * r, "M").add(o.days() * r, "d").add(o.hours() * r, "h").add(o.minutes() * r, "m").add(o.seconds() * r, "s").add(o.milliseconds() * r, "ms");
539
- };
540
- return function(m, o, r) {
541
- M = r, i = r().$utils(), r.duration = function(u, b) {
542
- var k = r.locale();
543
- return v(u, { $l: k }, b);
544
- }, r.isDuration = B;
545
- var Y = o.prototype.add, $ = o.prototype.subtract;
546
- o.prototype.add = function(u, b) {
547
- return B(u) ? H(this, u, 1) : Y.bind(this)(u, b);
548
- }, o.prototype.subtract = function(u, b) {
549
- return B(u) ? H(this, u, -1) : $.bind(this)(u, b);
550
- };
551
- };
552
- }));
553
- })(ot)), ot.exports;
554
- }
555
- var Jt = Ut();
556
- const hr = /* @__PURE__ */ N(Jt);
557
- var at = { exports: {} }, Vt = at.exports, Dt;
558
- function Qt() {
559
- return Dt || (Dt = 1, (function(w, E) {
560
- (function(M, i) {
561
- w.exports = i();
562
- })(Vt, (function() {
563
- var M = { 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" }, i = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, S = /\d/, y = /\d\d/, D = /\d\d?/, O = /\d*[^-_:/,()\s\d]+/, L = {}, p = function(c) {
564
- return (c = +c) + (c > 68 ? 1900 : 2e3);
565
- }, d = function(c) {
566
- return function(f) {
567
- this[c] = +f;
568
- };
569
- }, T = [/[+-]\d\d:?(\d\d)?|Z/, function(c) {
570
- (this.zone || (this.zone = {})).offset = (function(f) {
571
- if (!f || f === "Z") return 0;
572
- var x = f.match(/([+-]|\d\d)/g), g = 60 * x[1] + (+x[2] || 0);
573
- return g === 0 ? 0 : x[0] === "+" ? -g : g;
574
- })(c);
575
- }], F = function(c) {
576
- var f = L[c];
577
- return f && (f.indexOf ? f : f.s.concat(f.f));
578
- }, B = function(c, f) {
579
- var x, g = L.meridiem;
580
- if (g) {
581
- for (var z = 1; z <= 24; z += 1) if (c.indexOf(g(z, 0, f)) > -1) {
582
- x = z > 12;
583
- break;
584
- }
585
- } else x = c === (f ? "pm" : "PM");
586
- return x;
587
- }, v = { A: [O, function(c) {
588
- this.afternoon = B(c, !1);
589
- }], a: [O, function(c) {
590
- this.afternoon = B(c, !0);
591
- }], Q: [S, function(c) {
592
- this.month = 3 * (c - 1) + 1;
593
- }], S: [S, function(c) {
594
- this.milliseconds = 100 * +c;
595
- }], SS: [y, function(c) {
596
- this.milliseconds = 10 * +c;
597
- }], SSS: [/\d{3}/, function(c) {
598
- this.milliseconds = +c;
599
- }], s: [D, d("seconds")], ss: [D, d("seconds")], m: [D, d("minutes")], mm: [D, d("minutes")], H: [D, d("hours")], h: [D, d("hours")], HH: [D, d("hours")], hh: [D, d("hours")], D: [D, d("day")], DD: [y, d("day")], Do: [O, function(c) {
600
- var f = L.ordinal, x = c.match(/\d+/);
601
- if (this.day = x[0], f) for (var g = 1; g <= 31; g += 1) f(g).replace(/\[|\]/g, "") === c && (this.day = g);
602
- }], w: [D, d("week")], ww: [y, d("week")], M: [D, d("month")], MM: [y, d("month")], MMM: [O, function(c) {
603
- var f = F("months"), x = (F("monthsShort") || f.map((function(g) {
604
- return g.slice(0, 3);
605
- }))).indexOf(c) + 1;
606
- if (x < 1) throw new Error();
607
- this.month = x % 12 || x;
608
- }], MMMM: [O, function(c) {
609
- var f = F("months").indexOf(c) + 1;
610
- if (f < 1) throw new Error();
611
- this.month = f % 12 || f;
612
- }], Y: [/[+-]?\d+/, d("year")], YY: [y, function(c) {
613
- this.year = p(c);
614
- }], YYYY: [/\d{4}/, d("year")], Z: T, ZZ: T };
615
- function A(c) {
616
- var f, x;
617
- f = c, x = L && L.formats;
618
- for (var g = (c = f.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function($, u, b) {
619
- var k = b && b.toUpperCase();
620
- return u || x[b] || M[b] || x[k].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, e, t) {
621
- return e || t.slice(1);
622
- }));
623
- }))).match(i), z = g.length, H = 0; H < z; H += 1) {
624
- var m = g[H], o = v[m], r = o && o[0], Y = o && o[1];
625
- g[H] = Y ? { regex: r, parser: Y } : m.replace(/^\[|\]$/g, "");
626
- }
627
- return function($) {
628
- for (var u = {}, b = 0, k = 0; b < z; b += 1) {
629
- var s = g[b];
630
- if (typeof s == "string") k += s.length;
631
- else {
632
- var e = s.regex, t = s.parser, a = $.slice(k), n = e.exec(a)[0];
633
- t.call(u, n), $ = $.replace(n, "");
634
- }
635
- }
636
- return (function(h) {
637
- var l = h.afternoon;
638
- if (l !== void 0) {
639
- var _ = h.hours;
640
- l ? _ < 12 && (h.hours += 12) : _ === 12 && (h.hours = 0), delete h.afternoon;
641
- }
642
- })(u), u;
643
- };
644
- }
645
- return function(c, f, x) {
646
- x.p.customParseFormat = !0, c && c.parseTwoDigitYear && (p = c.parseTwoDigitYear);
647
- var g = f.prototype, z = g.parse;
648
- g.parse = function(H) {
649
- var m = H.date, o = H.utc, r = H.args;
650
- this.$u = o;
651
- var Y = r[1];
652
- if (typeof Y == "string") {
653
- var $ = r[2] === !0, u = r[3] === !0, b = $ || u, k = r[2];
654
- u && (k = r[2]), L = this.$locale(), !$ && k && (L = x.Ls[k]), this.$d = (function(a, n, h, l) {
655
- try {
656
- if (["x", "X"].indexOf(n) > -1) return new Date((n === "X" ? 1e3 : 1) * a);
657
- var _ = A(n)(a), q = _.year, j = _.month, C = _.day, P = _.hours, J = _.minutes, W = _.seconds, Q = _.milliseconds, Z = _.zone, I = _.week, R = /* @__PURE__ */ new Date(), U = C || (q || j ? 1 : R.getDate()), V = q || R.getFullYear(), X = 0;
658
- q && !j || (X = j > 0 ? j - 1 : R.getMonth());
659
- var G, ft = P || 0, ht = J || 0, dt = W || 0, lt = Q || 0;
660
- return Z ? new Date(Date.UTC(V, X, U, ft, ht, dt, lt + 60 * Z.offset * 1e3)) : h ? new Date(Date.UTC(V, X, U, ft, ht, dt, lt)) : (G = new Date(V, X, U, ft, ht, dt, lt), I && (G = l(G).week(I).toDate()), G);
661
- } catch {
662
- return /* @__PURE__ */ new Date("");
663
- }
664
- })(m, Y, o, x), this.init(), k && k !== !0 && (this.$L = this.locale(k).$L), b && m != this.format(Y) && (this.$d = /* @__PURE__ */ new Date("")), L = {};
665
- } else if (Y instanceof Array) for (var s = Y.length, e = 1; e <= s; e += 1) {
666
- r[1] = Y[e - 1];
667
- var t = x.apply(this, r);
668
- if (t.isValid()) {
669
- this.$d = t.$d, this.$L = t.$L, this.init();
670
- break;
671
- }
672
- e === s && (this.$d = /* @__PURE__ */ new Date(""));
673
- }
674
- else z.call(this, H);
675
- };
676
- };
677
- }));
678
- })(at)), at.exports;
679
- }
680
- var Xt = Qt();
681
- const dr = /* @__PURE__ */ N(Xt);
682
- var ut = { exports: {} }, Gt = ut.exports, xt;
683
- function Kt() {
684
- return xt || (xt = 1, (function(w, E) {
685
- (function(M, i) {
686
- w.exports = i();
687
- })(Gt, (function() {
688
- return function(M, i, S) {
689
- i.prototype.dayOfYear = function(y) {
690
- var D = Math.round((S(this).startOf("day") - S(this).startOf("year")) / 864e5) + 1;
691
- return y == null ? D : this.add(y - D, "day");
692
- };
693
- };
694
- }));
695
- })(ut)), ut.exports;
696
- }
697
- var tr = Kt();
698
- const lr = /* @__PURE__ */ N(tr);
699
- var ct = { exports: {} }, rr = ct.exports, gt;
700
- function er() {
701
- return gt || (gt = 1, (function(w, E) {
702
- (function(M, i) {
703
- w.exports = i(St());
704
- })(rr, (function(M) {
705
- function i(v) {
706
- return v && typeof v == "object" && "default" in v ? v : { default: v };
707
- }
708
- var S = i(M), y = "января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"), D = "январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"), O = "янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"), L = "янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"), p = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;
709
- function d(v, A, c) {
710
- var f, x;
711
- return c === "m" ? A ? "минута" : "минуту" : v + " " + (f = +v, x = { mm: A ? "минута_минуты_минут" : "минуту_минуты_минут", hh: "час_часа_часов", dd: "день_дня_дней", MM: "месяц_месяца_месяцев", yy: "год_года_лет" }[c].split("_"), f % 10 == 1 && f % 100 != 11 ? x[0] : f % 10 >= 2 && f % 10 <= 4 && (f % 100 < 10 || f % 100 >= 20) ? x[1] : x[2]);
712
- }
713
- var T = function(v, A) {
714
- return p.test(A) ? y[v.month()] : D[v.month()];
715
- };
716
- T.s = D, T.f = y;
717
- var F = function(v, A) {
718
- return p.test(A) ? O[v.month()] : L[v.month()];
719
- };
720
- F.s = L, F.f = O;
721
- var B = { name: "ru", weekdays: "воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"), weekdaysShort: "вск_пнд_втр_срд_чтв_птн_сбт".split("_"), weekdaysMin: "вс_пн_вт_ср_чт_пт_сб".split("_"), months: T, monthsShort: F, weekStart: 1, yearStart: 4, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD.MM.YYYY", LL: "D MMMM YYYY г.", LLL: "D MMMM YYYY г., H:mm", LLLL: "dddd, D MMMM YYYY г., H:mm" }, relativeTime: { future: "через %s", past: "%s назад", s: "несколько секунд", m: d, mm: d, h: "час", hh: d, d: "день", dd: d, M: "месяц", MM: d, y: "год", yy: d }, ordinal: function(v) {
722
- return v;
723
- }, meridiem: function(v) {
724
- return v < 4 ? "ночи" : v < 12 ? "утра" : v < 17 ? "дня" : "вечера";
725
- } };
726
- return S.default.locale(B, null, !0), B;
727
- }));
728
- })(ct)), ct.exports;
729
- }
730
- er();
731
- const mr = (w) => {
732
- const E = ["b", "kb", "mb", "gb", "tb"], M = w.match(/[a-zA-Z]+/)?.[0] || "b", i = parseFloat(w.replace(M, "")), S = E.indexOf(M.toLowerCase());
733
- return i * Math.pow(1024, S);
734
- };
735
- function $r(w) {
736
- if (isNaN(w) || w < 0) return "0 Б";
737
- const E = ["Б", "КБ", "МБ", "ГБ", "ТБ"];
738
- let M = 0, i = w;
739
- for (; i >= 1024 && M < E.length - 1; )
740
- i = i / 1024, M++;
741
- return `${i % 1 === 0 ? i : i.toFixed(0)} ${E[M]}`;
742
- }
743
- export {
744
- ur as a,
745
- cr as b,
746
- fr as c,
747
- sr as d,
748
- hr as e,
749
- dr as f,
750
- lr as g,
751
- $r as h,
752
- ar as i,
753
- ir as l,
754
- mr as p,
755
- or as r
756
- };