@profitliga/ui 1.1.16 → 1.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,508 @@
1
+ import q from "dayjs";
2
+ import { useBreakpoints as gt } from "@vueuse/core";
3
+ const $r = (h) => {
4
+ const O = ["b", "kb", "mb", "gb", "tb"], u = h.match(/[a-zA-Z]+/)?.[0] || "b", e = parseFloat(h.replace(u, "")), i = O.indexOf(u.toLowerCase());
5
+ return e * Math.pow(1024, i);
6
+ };
7
+ function xr(h, O = 3) {
8
+ if (isNaN(h) || h < 0) return "0 Б";
9
+ const u = ["Б", "КБ", "МБ", "ГБ", "ТБ"];
10
+ let e = 0, i = h;
11
+ const a = Math.pow(10, O);
12
+ for (; i >= a && e < u.length - 1; )
13
+ i = i / 1024, e++;
14
+ const d = i < 1 || i < 10 ? O - 1 : i < 100 ? O - 2 : 0;
15
+ return `${d > 0 ? i.toFixed(d) : Math.round(i).toString()} ${u[e]}`;
16
+ }
17
+ function F(h) {
18
+ return h && h.__esModule && Object.prototype.hasOwnProperty.call(h, "default") ? h.default : h;
19
+ }
20
+ var C = { exports: {} }, Lt = C.exports, dt;
21
+ function Tt() {
22
+ return dt || (dt = 1, (function(h, O) {
23
+ (function(u, e) {
24
+ h.exports = e(q);
25
+ })(Lt, (function(u) {
26
+ function e(m) {
27
+ return m && typeof m == "object" && "default" in m ? m : { default: m };
28
+ }
29
+ var i = e(u), a = "января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"), d = "январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"), $ = "янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"), _ = "янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"), p = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;
30
+ function o(m, D, n) {
31
+ var s, c;
32
+ return n === "m" ? D ? "минута" : "минуту" : m + " " + (s = +m, c = { mm: D ? "минута_минуты_минут" : "минуту_минуты_минут", hh: "час_часа_часов", dd: "день_дня_дней", MM: "месяц_месяца_месяцев", yy: "год_года_лет" }[n].split("_"), s % 10 == 1 && s % 100 != 11 ? c[0] : s % 10 >= 2 && s % 10 <= 4 && (s % 100 < 10 || s % 100 >= 20) ? c[1] : c[2]);
33
+ }
34
+ var g = function(m, D) {
35
+ return p.test(D) ? a[m.month()] : d[m.month()];
36
+ };
37
+ g.s = d, g.f = a;
38
+ var w = function(m, D) {
39
+ return p.test(D) ? $[m.month()] : _[m.month()];
40
+ };
41
+ w.s = _, w.f = $;
42
+ var k = { name: "ru", weekdays: "воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"), weekdaysShort: "вск_пнд_втр_срд_чтв_птн_сбт".split("_"), weekdaysMin: "вс_пн_вт_ср_чт_пт_сб".split("_"), months: g, monthsShort: w, 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: o, mm: o, h: "час", hh: o, d: "день", dd: o, M: "месяц", MM: o, y: "год", yy: o }, ordinal: function(m) {
43
+ return m;
44
+ }, meridiem: function(m) {
45
+ return m < 4 ? "ночи" : m < 12 ? "утра" : m < 17 ? "дня" : "вечера";
46
+ } };
47
+ return i.default.locale(k, null, !0), k;
48
+ }));
49
+ })(C)), C.exports;
50
+ }
51
+ Tt();
52
+ var j = { exports: {} }, Ot = j.exports, ct;
53
+ function kt() {
54
+ return ct || (ct = 1, (function(h, O) {
55
+ (function(u, e) {
56
+ h.exports = e();
57
+ })(Ot, (function() {
58
+ var u = { 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" }, e = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, i = /\d/, a = /\d\d/, d = /\d\d?/, $ = /\d*[^-_:/,()\s\d]+/, _ = {}, p = function(n) {
59
+ return (n = +n) + (n > 68 ? 1900 : 2e3);
60
+ }, o = function(n) {
61
+ return function(s) {
62
+ this[n] = +s;
63
+ };
64
+ }, g = [/[+-]\d\d:?(\d\d)?|Z/, function(n) {
65
+ (this.zone || (this.zone = {})).offset = (function(s) {
66
+ if (!s || s === "Z") return 0;
67
+ var c = s.match(/([+-]|\d\d)/g), v = 60 * c[1] + (+c[2] || 0);
68
+ return v === 0 ? 0 : c[0] === "+" ? -v : v;
69
+ })(n);
70
+ }], w = function(n) {
71
+ var s = _[n];
72
+ return s && (s.indexOf ? s : s.s.concat(s.f));
73
+ }, k = function(n, s) {
74
+ var c, v = _.meridiem;
75
+ if (v) {
76
+ for (var T = 1; T <= 24; T += 1) if (n.indexOf(v(T, 0, s)) > -1) {
77
+ c = T > 12;
78
+ break;
79
+ }
80
+ } else c = n === (s ? "pm" : "PM");
81
+ return c;
82
+ }, m = { A: [$, function(n) {
83
+ this.afternoon = k(n, !1);
84
+ }], a: [$, function(n) {
85
+ this.afternoon = k(n, !0);
86
+ }], Q: [i, function(n) {
87
+ this.month = 3 * (n - 1) + 1;
88
+ }], S: [i, function(n) {
89
+ this.milliseconds = 100 * +n;
90
+ }], SS: [a, function(n) {
91
+ this.milliseconds = 10 * +n;
92
+ }], SSS: [/\d{3}/, function(n) {
93
+ this.milliseconds = +n;
94
+ }], s: [d, o("seconds")], ss: [d, o("seconds")], m: [d, o("minutes")], mm: [d, o("minutes")], H: [d, o("hours")], h: [d, o("hours")], HH: [d, o("hours")], hh: [d, o("hours")], D: [d, o("day")], DD: [a, o("day")], Do: [$, function(n) {
95
+ var s = _.ordinal, c = n.match(/\d+/);
96
+ if (this.day = c[0], s) for (var v = 1; v <= 31; v += 1) s(v).replace(/\[|\]/g, "") === n && (this.day = v);
97
+ }], w: [d, o("week")], ww: [a, o("week")], M: [d, o("month")], MM: [a, o("month")], MMM: [$, function(n) {
98
+ var s = w("months"), c = (w("monthsShort") || s.map((function(v) {
99
+ return v.slice(0, 3);
100
+ }))).indexOf(n) + 1;
101
+ if (c < 1) throw new Error();
102
+ this.month = c % 12 || c;
103
+ }], MMMM: [$, function(n) {
104
+ var s = w("months").indexOf(n) + 1;
105
+ if (s < 1) throw new Error();
106
+ this.month = s % 12 || s;
107
+ }], Y: [/[+-]?\d+/, o("year")], YY: [a, function(n) {
108
+ this.year = p(n);
109
+ }], YYYY: [/\d{4}/, o("year")], Z: g, ZZ: g };
110
+ function D(n) {
111
+ var s, c;
112
+ s = n, c = _ && _.formats;
113
+ for (var v = (n = s.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(x, M, Y) {
114
+ var y = Y && Y.toUpperCase();
115
+ return M || c[Y] || u[Y] || c[y].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(L, A, H) {
116
+ return A || H.slice(1);
117
+ }));
118
+ }))).match(e), T = v.length, S = 0; S < T; S += 1) {
119
+ var f = v[S], r = m[f], t = r && r[0], l = r && r[1];
120
+ v[S] = l ? { regex: t, parser: l } : f.replace(/^\[|\]$/g, "");
121
+ }
122
+ return function(x) {
123
+ for (var M = {}, Y = 0, y = 0; Y < T; Y += 1) {
124
+ var L = v[Y];
125
+ if (typeof L == "string") y += L.length;
126
+ else {
127
+ var A = L.regex, H = L.parser, R = x.slice(y), B = A.exec(R)[0];
128
+ H.call(M, B), x = x.replace(B, "");
129
+ }
130
+ }
131
+ return (function(P) {
132
+ var E = P.afternoon;
133
+ if (E !== void 0) {
134
+ var b = P.hours;
135
+ E ? b < 12 && (P.hours += 12) : b === 12 && (P.hours = 0), delete P.afternoon;
136
+ }
137
+ })(M), M;
138
+ };
139
+ }
140
+ return function(n, s, c) {
141
+ c.p.customParseFormat = !0, n && n.parseTwoDigitYear && (p = n.parseTwoDigitYear);
142
+ var v = s.prototype, T = v.parse;
143
+ v.parse = function(S) {
144
+ var f = S.date, r = S.utc, t = S.args;
145
+ this.$u = r;
146
+ var l = t[1];
147
+ if (typeof l == "string") {
148
+ var x = t[2] === !0, M = t[3] === !0, Y = x || M, y = t[2];
149
+ M && (y = t[2]), _ = this.$locale(), !x && y && (_ = c.Ls[y]), this.$d = (function(R, B, P, E) {
150
+ try {
151
+ if (["x", "X"].indexOf(B) > -1) return new Date((B === "X" ? 1e3 : 1) * R);
152
+ var b = D(B)(R), tt = b.year, z = b.month, yt = b.day, _t = b.hours, Dt = b.minutes, wt = b.seconds, St = b.milliseconds, ut = b.zone, ft = b.week, rt = /* @__PURE__ */ new Date(), et = yt || (tt || z ? 1 : rt.getDate()), nt = tt || rt.getFullYear(), I = 0;
153
+ tt && !z || (I = z > 0 ? z - 1 : rt.getMonth());
154
+ var Z, st = _t || 0, ot = Dt || 0, it = wt || 0, at = St || 0;
155
+ return ut ? new Date(Date.UTC(nt, I, et, st, ot, it, at + 60 * ut.offset * 1e3)) : P ? new Date(Date.UTC(nt, I, et, st, ot, it, at)) : (Z = new Date(nt, I, et, st, ot, it, at), ft && (Z = E(Z).week(ft).toDate()), Z);
156
+ } catch {
157
+ return /* @__PURE__ */ new Date("");
158
+ }
159
+ })(f, l, r, c), this.init(), y && y !== !0 && (this.$L = this.locale(y).$L), Y && f != this.format(l) && (this.$d = /* @__PURE__ */ new Date("")), _ = {};
160
+ } else if (l instanceof Array) for (var L = l.length, A = 1; A <= L; A += 1) {
161
+ t[1] = l[A - 1];
162
+ var H = c.apply(this, t);
163
+ if (H.isValid()) {
164
+ this.$d = H.$d, this.$L = H.$L, this.init();
165
+ break;
166
+ }
167
+ A === L && (this.$d = /* @__PURE__ */ new Date(""));
168
+ }
169
+ else T.call(this, S);
170
+ };
171
+ };
172
+ }));
173
+ })(j)), j.exports;
174
+ }
175
+ var At = kt();
176
+ const bt = /* @__PURE__ */ F(At);
177
+ var N = { exports: {} }, qt = N.exports, ht;
178
+ function Bt() {
179
+ return ht || (ht = 1, (function(h, O) {
180
+ (function(u, e) {
181
+ h.exports = e();
182
+ })(qt, (function() {
183
+ return function(u, e, i) {
184
+ e.prototype.dayOfYear = function(a) {
185
+ var d = Math.round((i(this).startOf("day") - i(this).startOf("year")) / 864e5) + 1;
186
+ return a == null ? d : this.add(a - d, "day");
187
+ };
188
+ };
189
+ }));
190
+ })(N)), N.exports;
191
+ }
192
+ var Ft = Bt();
193
+ const Ht = /* @__PURE__ */ F(Ft);
194
+ var U = { exports: {} }, Pt = U.exports, mt;
195
+ function Rt() {
196
+ return mt || (mt = 1, (function(h, O) {
197
+ (function(u, e) {
198
+ h.exports = e();
199
+ })(Pt, (function() {
200
+ var u, e, i = 1e3, a = 6e4, d = 36e5, $ = 864e5, _ = /\[([^\]]+)]|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, o = 2628e6, g = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/, w = { years: p, months: o, days: $, hours: d, minutes: a, seconds: i, milliseconds: 1, weeks: 6048e5 }, k = function(f) {
201
+ return f instanceof T;
202
+ }, m = function(f, r, t) {
203
+ return new T(f, t, r.$l);
204
+ }, D = function(f) {
205
+ return e.p(f) + "s";
206
+ }, n = function(f) {
207
+ return f < 0;
208
+ }, s = function(f) {
209
+ return n(f) ? Math.ceil(f) : Math.floor(f);
210
+ }, c = function(f) {
211
+ return Math.abs(f);
212
+ }, v = function(f, r) {
213
+ return f ? n(f) ? { negative: !0, format: "" + c(f) + r } : { negative: !1, format: "" + f + r } : { negative: !1, format: "" };
214
+ }, T = (function() {
215
+ function f(t, l, x) {
216
+ var M = this;
217
+ if (this.$d = {}, this.$l = x, t === void 0 && (this.$ms = 0, this.parseFromMilliseconds()), l) return m(t * w[D(l)], this);
218
+ if (typeof t == "number") return this.$ms = t, this.parseFromMilliseconds(), this;
219
+ if (typeof t == "object") return Object.keys(t).forEach((function(L) {
220
+ M.$d[D(L)] = t[L];
221
+ })), this.calMilliseconds(), this;
222
+ if (typeof t == "string") {
223
+ var Y = t.match(g);
224
+ if (Y) {
225
+ var y = Y.slice(2).map((function(L) {
226
+ return L != null ? Number(L) : 0;
227
+ }));
228
+ return this.$d.years = y[0], this.$d.months = y[1], this.$d.weeks = y[2], this.$d.days = y[3], this.$d.hours = y[4], this.$d.minutes = y[5], this.$d.seconds = y[6], this.calMilliseconds(), this;
229
+ }
230
+ }
231
+ return this;
232
+ }
233
+ var r = f.prototype;
234
+ return r.calMilliseconds = function() {
235
+ var t = this;
236
+ this.$ms = Object.keys(this.$d).reduce((function(l, x) {
237
+ return l + (t.$d[x] || 0) * w[x];
238
+ }), 0);
239
+ }, r.parseFromMilliseconds = function() {
240
+ var t = this.$ms;
241
+ this.$d.years = s(t / p), t %= p, this.$d.months = s(t / o), t %= o, this.$d.days = s(t / $), t %= $, this.$d.hours = s(t / d), t %= d, this.$d.minutes = s(t / a), t %= a, this.$d.seconds = s(t / i), t %= i, this.$d.milliseconds = t;
242
+ }, r.toISOString = function() {
243
+ var t = v(this.$d.years, "Y"), l = v(this.$d.months, "M"), x = +this.$d.days || 0;
244
+ this.$d.weeks && (x += 7 * this.$d.weeks);
245
+ var M = v(x, "D"), Y = v(this.$d.hours, "H"), y = v(this.$d.minutes, "M"), L = this.$d.seconds || 0;
246
+ this.$d.milliseconds && (L += this.$d.milliseconds / 1e3, L = Math.round(1e3 * L) / 1e3);
247
+ var A = v(L, "S"), H = t.negative || l.negative || M.negative || Y.negative || y.negative || A.negative, R = Y.format || y.format || A.format ? "T" : "", B = (H ? "-" : "") + "P" + t.format + l.format + M.format + R + Y.format + y.format + A.format;
248
+ return B === "P" || B === "-P" ? "P0D" : B;
249
+ }, r.toJSON = function() {
250
+ return this.toISOString();
251
+ }, r.format = function(t) {
252
+ var l = t || "YYYY-MM-DDTHH:mm:ss", x = { Y: this.$d.years, YY: e.s(this.$d.years, 2, "0"), YYYY: e.s(this.$d.years, 4, "0"), M: this.$d.months, MM: e.s(this.$d.months, 2, "0"), D: this.$d.days, DD: e.s(this.$d.days, 2, "0"), H: this.$d.hours, HH: e.s(this.$d.hours, 2, "0"), m: this.$d.minutes, mm: e.s(this.$d.minutes, 2, "0"), s: this.$d.seconds, ss: e.s(this.$d.seconds, 2, "0"), SSS: e.s(this.$d.milliseconds, 3, "0") };
253
+ return l.replace(_, (function(M, Y) {
254
+ return Y || String(x[M]);
255
+ }));
256
+ }, r.as = function(t) {
257
+ return this.$ms / w[D(t)];
258
+ }, r.get = function(t) {
259
+ var l = this.$ms, x = D(t);
260
+ return x === "milliseconds" ? l %= 1e3 : l = x === "weeks" ? s(l / w[x]) : this.$d[x], l || 0;
261
+ }, r.add = function(t, l, x) {
262
+ var M;
263
+ return M = l ? t * w[D(l)] : k(t) ? t.$ms : m(t, this).$ms, m(this.$ms + M * (x ? -1 : 1), this);
264
+ }, r.subtract = function(t, l) {
265
+ return this.add(t, l, !0);
266
+ }, r.locale = function(t) {
267
+ var l = this.clone();
268
+ return l.$l = t, l;
269
+ }, r.clone = function() {
270
+ return m(this.$ms, this);
271
+ }, r.humanize = function(t) {
272
+ return u().add(this.$ms, "ms").locale(this.$l).fromNow(!t);
273
+ }, r.valueOf = function() {
274
+ return this.asMilliseconds();
275
+ }, r.milliseconds = function() {
276
+ return this.get("milliseconds");
277
+ }, r.asMilliseconds = function() {
278
+ return this.as("milliseconds");
279
+ }, r.seconds = function() {
280
+ return this.get("seconds");
281
+ }, r.asSeconds = function() {
282
+ return this.as("seconds");
283
+ }, r.minutes = function() {
284
+ return this.get("minutes");
285
+ }, r.asMinutes = function() {
286
+ return this.as("minutes");
287
+ }, r.hours = function() {
288
+ return this.get("hours");
289
+ }, r.asHours = function() {
290
+ return this.as("hours");
291
+ }, r.days = function() {
292
+ return this.get("days");
293
+ }, r.asDays = function() {
294
+ return this.as("days");
295
+ }, r.weeks = function() {
296
+ return this.get("weeks");
297
+ }, r.asWeeks = function() {
298
+ return this.as("weeks");
299
+ }, r.months = function() {
300
+ return this.get("months");
301
+ }, r.asMonths = function() {
302
+ return this.as("months");
303
+ }, r.years = function() {
304
+ return this.get("years");
305
+ }, r.asYears = function() {
306
+ return this.as("years");
307
+ }, f;
308
+ })(), S = function(f, r, t) {
309
+ return f.add(r.years() * t, "y").add(r.months() * t, "M").add(r.days() * t, "d").add(r.hours() * t, "h").add(r.minutes() * t, "m").add(r.seconds() * t, "s").add(r.milliseconds() * t, "ms");
310
+ };
311
+ return function(f, r, t) {
312
+ u = t, e = t().$utils(), t.duration = function(M, Y) {
313
+ var y = t.locale();
314
+ return m(M, { $l: y }, Y);
315
+ }, t.isDuration = k;
316
+ var l = r.prototype.add, x = r.prototype.subtract;
317
+ r.prototype.add = function(M, Y) {
318
+ return k(M) ? S(this, M, 1) : l.bind(this)(M, Y);
319
+ }, r.prototype.subtract = function(M, Y) {
320
+ return k(M) ? S(this, M, -1) : x.bind(this)(M, Y);
321
+ };
322
+ };
323
+ }));
324
+ })(U)), U.exports;
325
+ }
326
+ var Et = Rt();
327
+ const zt = /* @__PURE__ */ F(Et);
328
+ var Q = { exports: {} }, It = Q.exports, lt;
329
+ function Zt() {
330
+ return lt || (lt = 1, (function(h, O) {
331
+ (function(u, e) {
332
+ h.exports = e();
333
+ })(It, (function() {
334
+ return function(u, e, i) {
335
+ e.prototype.isBetween = function(a, d, $, _) {
336
+ var p = i(a), o = i(d), g = (_ = _ || "()")[0] === "(", w = _[1] === ")";
337
+ return (g ? this.isAfter(p, $) : !this.isBefore(p, $)) && (w ? this.isBefore(o, $) : !this.isAfter(o, $)) || (g ? this.isBefore(p, $) : !this.isAfter(p, $)) && (w ? this.isAfter(o, $) : !this.isBefore(o, $));
338
+ };
339
+ };
340
+ }));
341
+ })(Q)), Q.exports;
342
+ }
343
+ var Ct = Zt();
344
+ const jt = /* @__PURE__ */ F(Ct);
345
+ var V = { exports: {} }, Nt = V.exports, pt;
346
+ function Ut() {
347
+ return pt || (pt = 1, (function(h, O) {
348
+ (function(u, e) {
349
+ h.exports = e();
350
+ })(Nt, (function() {
351
+ return function(u, e) {
352
+ e.prototype.isSameOrAfter = function(i, a) {
353
+ return this.isSame(i, a) || this.isAfter(i, a);
354
+ };
355
+ };
356
+ }));
357
+ })(V)), V.exports;
358
+ }
359
+ var Qt = Ut();
360
+ const Vt = /* @__PURE__ */ F(Qt);
361
+ var W = { exports: {} }, Wt = W.exports, vt;
362
+ function Xt() {
363
+ return vt || (vt = 1, (function(h, O) {
364
+ (function(u, e) {
365
+ h.exports = e();
366
+ })(Wt, (function() {
367
+ return function(u, e) {
368
+ e.prototype.isSameOrBefore = function(i, a) {
369
+ return this.isSame(i, a) || this.isBefore(i, a);
370
+ };
371
+ };
372
+ }));
373
+ })(W)), W.exports;
374
+ }
375
+ var Jt = Xt();
376
+ const Gt = /* @__PURE__ */ F(Jt);
377
+ var X = { exports: {} }, Kt = X.exports, Mt;
378
+ function tr() {
379
+ return Mt || (Mt = 1, (function(h, O) {
380
+ (function(u, e) {
381
+ h.exports = e();
382
+ })(Kt, (function() {
383
+ return function(u, e, i) {
384
+ e.prototype.isToday = function() {
385
+ var a = "YYYY-MM-DD", d = i();
386
+ return this.format(a) === d.format(a);
387
+ };
388
+ };
389
+ }));
390
+ })(X)), X.exports;
391
+ }
392
+ var rr = tr();
393
+ const er = /* @__PURE__ */ F(rr);
394
+ var J = { exports: {} }, nr = J.exports, $t;
395
+ function sr() {
396
+ return $t || ($t = 1, (function(h, O) {
397
+ (function(u, e) {
398
+ h.exports = e();
399
+ })(nr, (function() {
400
+ return function(u, e, i) {
401
+ e.prototype.isTomorrow = function() {
402
+ var a = "YYYY-MM-DD", d = i().add(1, "day");
403
+ return this.format(a) === d.format(a);
404
+ };
405
+ };
406
+ }));
407
+ })(J)), J.exports;
408
+ }
409
+ var or = sr();
410
+ const ir = /* @__PURE__ */ F(or);
411
+ var G = { exports: {} }, ar = G.exports, xt;
412
+ function ur() {
413
+ return xt || (xt = 1, (function(h, O) {
414
+ (function(u, e) {
415
+ h.exports = e();
416
+ })(ar, (function() {
417
+ var u = { 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" };
418
+ return function(e, i, a) {
419
+ var d = i.prototype, $ = d.format;
420
+ a.en.formats = u, d.format = function(_) {
421
+ _ === void 0 && (_ = "YYYY-MM-DDTHH:mm:ssZ");
422
+ var p = this.$locale().formats, o = (function(g, w) {
423
+ return g.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(k, m, D) {
424
+ var n = D && D.toUpperCase();
425
+ return m || w[D] || u[D] || w[n].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, c, v) {
426
+ return c || v.slice(1);
427
+ }));
428
+ }));
429
+ })(_, p === void 0 ? {} : p);
430
+ return $.call(this, o);
431
+ };
432
+ };
433
+ }));
434
+ })(G)), G.exports;
435
+ }
436
+ var fr = ur();
437
+ const dr = /* @__PURE__ */ F(fr);
438
+ var K = { exports: {} }, cr = K.exports, Yt;
439
+ function hr() {
440
+ return Yt || (Yt = 1, (function(h, O) {
441
+ (function(u, e) {
442
+ h.exports = e();
443
+ })(cr, (function() {
444
+ return function(u, e, i) {
445
+ u = u || {};
446
+ var a = e.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" };
447
+ function $(p, o, g, w) {
448
+ return a.fromToBase(p, o, g, w);
449
+ }
450
+ i.en.relativeTime = d, a.fromToBase = function(p, o, g, w, k) {
451
+ for (var m, D, n, s = g.$locale().relativeTime || d, c = u.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" }], v = c.length, T = 0; T < v; T += 1) {
452
+ var S = c[T];
453
+ S.d && (m = w ? i(p).diff(g, S.d, !0) : g.diff(p, S.d, !0));
454
+ var f = (u.rounding || Math.round)(Math.abs(m));
455
+ if (n = m > 0, f <= S.r || !S.r) {
456
+ f <= 1 && T > 0 && (S = c[T - 1]);
457
+ var r = s[S.l];
458
+ k && (f = k("" + f)), D = typeof r == "string" ? r.replace("%d", f) : r(f, o, S.l, n);
459
+ break;
460
+ }
461
+ }
462
+ if (o) return D;
463
+ var t = n ? s.future : s.past;
464
+ return typeof t == "function" ? t(D) : t.replace("%s", D);
465
+ }, a.to = function(p, o) {
466
+ return $(p, o, this, !0);
467
+ }, a.from = function(p, o) {
468
+ return $(p, o, this);
469
+ };
470
+ var _ = function(p) {
471
+ return p.$u ? i.utc() : i();
472
+ };
473
+ a.toNow = function(p) {
474
+ return this.to(_(this), p);
475
+ }, a.fromNow = function(p) {
476
+ return this.from(_(this), p);
477
+ };
478
+ };
479
+ }));
480
+ })(K)), K.exports;
481
+ }
482
+ var mr = hr();
483
+ const lr = /* @__PURE__ */ F(mr);
484
+ q.extend(dr);
485
+ q.extend(lr);
486
+ q.extend(er);
487
+ q.extend(jt);
488
+ q.extend(Gt);
489
+ q.extend(Vt);
490
+ q.extend(zt);
491
+ q.extend(bt);
492
+ q.extend(Ht);
493
+ q.extend(ir);
494
+ q.locale("ru");
495
+ const Yr = gt({
496
+ mobile: 0,
497
+ sm: 640,
498
+ md: 768,
499
+ lg: 1010,
500
+ xl: 1220,
501
+ xxl: 1420,
502
+ xxxl: 1620
503
+ });
504
+ export {
505
+ Yr as b,
506
+ xr as f,
507
+ $r as p
508
+ };
@@ -4,7 +4,7 @@ import { CalendarCell as hu, CalendarGridHead as bu, ComboboxEmpty as wu, Combob
4
4
  import { _ as y, C as Ze, a as ae, A as ce, b as ue, c as Qe, S as No, d as jo, e as qo, f as Wo, g as Pe, h as ge, F as Ko, E as Yo, W as Zo, P as Qo, i as Xe, M as Xo, j as Jo, k as el, I as tl, B as al, l as ol, m as ll } from "../WarningIcon-C653sPwG.js";
5
5
  import { FlexRender as Se, createColumnHelper as nl, useVueTable as sl, getCoreRowModel as rl } from "@tanstack/vue-table";
6
6
  import { createColumnHelper as Cp } from "@tanstack/vue-table";
7
- import { f as Je, b as il } from "../breakpoints.util-FHc0ZUGk.js";
7
+ import { f as Je, b as il } from "../breakpoints.util-DEGWjMOi.js";
8
8
  import { Time as dl } from "@internationalized/date";
9
9
  import cl from "dayjs";
10
10
  const ul = /* @__PURE__ */ c({
@@ -3,7 +3,7 @@
3
3
  @use './animations.scss';
4
4
  @use './mixins.scss';
5
5
  @use './fonts.scss';
6
- @use './reset.css';
6
+ // @use './reset.css';
7
7
  @use './typography.css';
8
8
 
9
9
  @use './global.scss';