gotovo-ui 2026.3.1
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.
- package/dist/gotovo-ui.css +1 -0
- package/dist/gotovo-ui.js +860 -0
- package/dist/gotovo-ui.umd.cjs +5 -0
- package/package.json +41 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.i-no-data{padding:6.625rem 1rem;text-align:center}.i-no-data__title{font-weight:500;font-size:.875rem;line-height:1.25rem;color:#111827}.i-no-data__description{font-weight:400;font-size:.875rem;line-height:1.25rem;color:#6b7280}.i-no-data__content{margin-top:1.5rem}.i-no-data--centered{display:flex;flex-direction:column;justify-content:center;height:100%;padding-top:1rem;padding-bottom:1rem}
|
|
@@ -0,0 +1,860 @@
|
|
|
1
|
+
const Z = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, Ae = process.env.NODE_ENV !== "production" ? Object.freeze([]) : [], de = () => {
|
|
2
|
+
}, Me = (e) => e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && // uppercase letter
|
|
3
|
+
(e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), U = Object.assign, _ = Array.isArray, je = (e) => re(e) === "[object Map]", He = (e) => re(e) === "[object Set]", b = (e) => typeof e == "function", N = (e) => typeof e == "string", L = (e) => typeof e == "symbol", E = (e) => e !== null && typeof e == "object", _e = Object.prototype.toString, re = (e) => _e.call(e), ze = (e) => re(e) === "[object Object]";
|
|
4
|
+
let ae;
|
|
5
|
+
const B = () => ae || (ae = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {});
|
|
6
|
+
function se(e) {
|
|
7
|
+
if (_(e)) {
|
|
8
|
+
const t = {};
|
|
9
|
+
for (let n = 0; n < e.length; n++) {
|
|
10
|
+
const o = e[n], s = N(o) ? Je(o) : se(o);
|
|
11
|
+
if (s)
|
|
12
|
+
for (const r in s)
|
|
13
|
+
t[r] = s[r];
|
|
14
|
+
}
|
|
15
|
+
return t;
|
|
16
|
+
} else if (N(e) || E(e))
|
|
17
|
+
return e;
|
|
18
|
+
}
|
|
19
|
+
const Ue = /;(?![^(]*\))/g, Le = /:([^]+)/, Be = /\/\*[^]*?\*\//g;
|
|
20
|
+
function Je(e) {
|
|
21
|
+
const t = {};
|
|
22
|
+
return e.replace(Be, "").split(Ue).forEach((n) => {
|
|
23
|
+
if (n) {
|
|
24
|
+
const o = n.split(Le);
|
|
25
|
+
o.length > 1 && (t[o[0].trim()] = o[1].trim());
|
|
26
|
+
}
|
|
27
|
+
}), t;
|
|
28
|
+
}
|
|
29
|
+
function J(e) {
|
|
30
|
+
let t = "";
|
|
31
|
+
if (N(e))
|
|
32
|
+
t = e;
|
|
33
|
+
else if (_(e))
|
|
34
|
+
for (let n = 0; n < e.length; n++) {
|
|
35
|
+
const o = J(e[n]);
|
|
36
|
+
o && (t += o + " ");
|
|
37
|
+
}
|
|
38
|
+
else if (E(e))
|
|
39
|
+
for (const n in e)
|
|
40
|
+
e[n] && (t += n + " ");
|
|
41
|
+
return t.trim();
|
|
42
|
+
}
|
|
43
|
+
const he = (e) => !!(e && e.__v_isRef === !0), v = (e) => N(e) ? e : e == null ? "" : _(e) || E(e) && (e.toString === _e || !b(e.toString)) ? he(e) ? v(e.value) : JSON.stringify(e, me, 2) : String(e), me = (e, t) => he(t) ? me(e, t.value) : je(t) ? {
|
|
44
|
+
[`Map(${t.size})`]: [...t.entries()].reduce(
|
|
45
|
+
(n, [o, s], r) => (n[W(o, r) + " =>"] = s, n),
|
|
46
|
+
{}
|
|
47
|
+
)
|
|
48
|
+
} : He(t) ? {
|
|
49
|
+
[`Set(${t.size})`]: [...t.values()].map((n) => W(n))
|
|
50
|
+
} : L(t) ? W(t) : E(t) && !_(t) && !ze(t) ? String(t) : t, W = (e, t = "") => {
|
|
51
|
+
var n;
|
|
52
|
+
return (
|
|
53
|
+
// Symbol.description in es2019+ so we need to cast here to pass
|
|
54
|
+
// the lib: es2016 check
|
|
55
|
+
L(e) ? `Symbol(${(n = e.description) != null ? n : t})` : e
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
process.env.NODE_ENV;
|
|
59
|
+
process.env.NODE_ENV;
|
|
60
|
+
process.env.NODE_ENV;
|
|
61
|
+
new Set(
|
|
62
|
+
/* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(L)
|
|
63
|
+
);
|
|
64
|
+
// @__NO_SIDE_EFFECTS__
|
|
65
|
+
function ge(e) {
|
|
66
|
+
return /* @__PURE__ */ ee(e) ? /* @__PURE__ */ ge(e.__v_raw) : !!(e && e.__v_isReactive);
|
|
67
|
+
}
|
|
68
|
+
// @__NO_SIDE_EFFECTS__
|
|
69
|
+
function ee(e) {
|
|
70
|
+
return !!(e && e.__v_isReadonly);
|
|
71
|
+
}
|
|
72
|
+
// @__NO_SIDE_EFFECTS__
|
|
73
|
+
function q(e) {
|
|
74
|
+
return !!(e && e.__v_isShallow);
|
|
75
|
+
}
|
|
76
|
+
// @__NO_SIDE_EFFECTS__
|
|
77
|
+
function te(e) {
|
|
78
|
+
return e ? !!e.__v_raw : !1;
|
|
79
|
+
}
|
|
80
|
+
// @__NO_SIDE_EFFECTS__
|
|
81
|
+
function w(e) {
|
|
82
|
+
const t = e && e.__v_raw;
|
|
83
|
+
return t ? /* @__PURE__ */ w(t) : e;
|
|
84
|
+
}
|
|
85
|
+
// @__NO_SIDE_EFFECTS__
|
|
86
|
+
function ie(e) {
|
|
87
|
+
return e ? e.__v_isRef === !0 : !1;
|
|
88
|
+
}
|
|
89
|
+
const V = [];
|
|
90
|
+
function Ke(e) {
|
|
91
|
+
V.push(e);
|
|
92
|
+
}
|
|
93
|
+
function We() {
|
|
94
|
+
V.pop();
|
|
95
|
+
}
|
|
96
|
+
let Y = !1;
|
|
97
|
+
function k(e, ...t) {
|
|
98
|
+
if (Y) return;
|
|
99
|
+
Y = !0;
|
|
100
|
+
const n = V.length ? V[V.length - 1].component : null, o = n && n.appContext.config.warnHandler, s = qe();
|
|
101
|
+
if (o)
|
|
102
|
+
ce(
|
|
103
|
+
o,
|
|
104
|
+
n,
|
|
105
|
+
11,
|
|
106
|
+
[
|
|
107
|
+
// eslint-disable-next-line no-restricted-syntax
|
|
108
|
+
e + t.map((r) => {
|
|
109
|
+
var c, l;
|
|
110
|
+
return (l = (c = r.toString) == null ? void 0 : c.call(r)) != null ? l : JSON.stringify(r);
|
|
111
|
+
}).join(""),
|
|
112
|
+
n && n.proxy,
|
|
113
|
+
s.map(
|
|
114
|
+
({ vnode: r }) => `at <${$e(n, r.type)}>`
|
|
115
|
+
).join(`
|
|
116
|
+
`),
|
|
117
|
+
s
|
|
118
|
+
]
|
|
119
|
+
);
|
|
120
|
+
else {
|
|
121
|
+
const r = [`[Vue warn]: ${e}`, ...t];
|
|
122
|
+
s.length && r.push(`
|
|
123
|
+
`, ...Ye(s)), console.warn(...r);
|
|
124
|
+
}
|
|
125
|
+
Y = !1;
|
|
126
|
+
}
|
|
127
|
+
function qe() {
|
|
128
|
+
let e = V[V.length - 1];
|
|
129
|
+
if (!e)
|
|
130
|
+
return [];
|
|
131
|
+
const t = [];
|
|
132
|
+
for (; e; ) {
|
|
133
|
+
const n = t[0];
|
|
134
|
+
n && n.vnode === e ? n.recurseCount++ : t.push({
|
|
135
|
+
vnode: e,
|
|
136
|
+
recurseCount: 0
|
|
137
|
+
});
|
|
138
|
+
const o = e.component && e.component.parent;
|
|
139
|
+
e = o && o.vnode;
|
|
140
|
+
}
|
|
141
|
+
return t;
|
|
142
|
+
}
|
|
143
|
+
function Ye(e) {
|
|
144
|
+
const t = [];
|
|
145
|
+
return e.forEach((n, o) => {
|
|
146
|
+
t.push(...o === 0 ? [] : [`
|
|
147
|
+
`], ...Ge(n));
|
|
148
|
+
}), t;
|
|
149
|
+
}
|
|
150
|
+
function Ge({ vnode: e, recurseCount: t }) {
|
|
151
|
+
const n = t > 0 ? `... (${t} recursive calls)` : "", o = e.component ? e.component.parent == null : !1, s = ` at <${$e(
|
|
152
|
+
e.component,
|
|
153
|
+
e.type,
|
|
154
|
+
o
|
|
155
|
+
)}`, r = ">" + n;
|
|
156
|
+
return e.props ? [s, ...Qe(e.props), r] : [s + r];
|
|
157
|
+
}
|
|
158
|
+
function Qe(e) {
|
|
159
|
+
const t = [], n = Object.keys(e);
|
|
160
|
+
return n.slice(0, 3).forEach((o) => {
|
|
161
|
+
t.push(...ye(o, e[o]));
|
|
162
|
+
}), n.length > 3 && t.push(" ..."), t;
|
|
163
|
+
}
|
|
164
|
+
function ye(e, t, n) {
|
|
165
|
+
return N(t) ? (t = JSON.stringify(t), n ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : [`${e}=${t}`] : /* @__PURE__ */ ie(t) ? (t = ye(e, /* @__PURE__ */ w(t.value), !0), n ? t : [`${e}=Ref<`, t, ">"]) : b(t) ? [`${e}=fn${t.name ? `<${t.name}>` : ""}`] : (t = /* @__PURE__ */ w(t), n ? t : [`${e}=`, t]);
|
|
166
|
+
}
|
|
167
|
+
const Ee = {
|
|
168
|
+
sp: "serverPrefetch hook",
|
|
169
|
+
bc: "beforeCreate hook",
|
|
170
|
+
c: "created hook",
|
|
171
|
+
bm: "beforeMount hook",
|
|
172
|
+
m: "mounted hook",
|
|
173
|
+
bu: "beforeUpdate hook",
|
|
174
|
+
u: "updated",
|
|
175
|
+
bum: "beforeUnmount hook",
|
|
176
|
+
um: "unmounted hook",
|
|
177
|
+
a: "activated hook",
|
|
178
|
+
da: "deactivated hook",
|
|
179
|
+
ec: "errorCaptured hook",
|
|
180
|
+
rtc: "renderTracked hook",
|
|
181
|
+
rtg: "renderTriggered hook",
|
|
182
|
+
0: "setup function",
|
|
183
|
+
1: "render function",
|
|
184
|
+
2: "watcher getter",
|
|
185
|
+
3: "watcher callback",
|
|
186
|
+
4: "watcher cleanup function",
|
|
187
|
+
5: "native event handler",
|
|
188
|
+
6: "component event handler",
|
|
189
|
+
7: "vnode hook",
|
|
190
|
+
8: "directive hook",
|
|
191
|
+
9: "transition hook",
|
|
192
|
+
10: "app errorHandler",
|
|
193
|
+
11: "app warnHandler",
|
|
194
|
+
12: "ref function",
|
|
195
|
+
13: "async component loader",
|
|
196
|
+
14: "scheduler flush",
|
|
197
|
+
15: "component update",
|
|
198
|
+
16: "app unmount cleanup function"
|
|
199
|
+
};
|
|
200
|
+
function ce(e, t, n, o) {
|
|
201
|
+
try {
|
|
202
|
+
return o ? e(...o) : e();
|
|
203
|
+
} catch (s) {
|
|
204
|
+
Ne(s, t, n);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
function Ne(e, t, n, o = !0) {
|
|
208
|
+
const s = t ? t.vnode : null, { errorHandler: r, throwUnhandledErrorInProduction: c } = t && t.appContext.config || Z;
|
|
209
|
+
if (t) {
|
|
210
|
+
let l = t.parent;
|
|
211
|
+
const u = t.proxy, f = process.env.NODE_ENV !== "production" ? Ee[n] : `https://vuejs.org/error-reference/#runtime-${n}`;
|
|
212
|
+
for (; l; ) {
|
|
213
|
+
const g = l.ec;
|
|
214
|
+
if (g) {
|
|
215
|
+
for (let i = 0; i < g.length; i++)
|
|
216
|
+
if (g[i](e, u, f) === !1)
|
|
217
|
+
return;
|
|
218
|
+
}
|
|
219
|
+
l = l.parent;
|
|
220
|
+
}
|
|
221
|
+
if (r) {
|
|
222
|
+
ce(r, null, 10, [
|
|
223
|
+
e,
|
|
224
|
+
u,
|
|
225
|
+
f
|
|
226
|
+
]);
|
|
227
|
+
return;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
Xe(e, n, s, o, c);
|
|
231
|
+
}
|
|
232
|
+
function Xe(e, t, n, o = !0, s = !1) {
|
|
233
|
+
if (process.env.NODE_ENV !== "production") {
|
|
234
|
+
const r = Ee[t];
|
|
235
|
+
if (n && Ke(n), k(`Unhandled error${r ? ` during execution of ${r}` : ""}`), n && We(), o)
|
|
236
|
+
throw e;
|
|
237
|
+
console.error(e);
|
|
238
|
+
} else {
|
|
239
|
+
if (s)
|
|
240
|
+
throw e;
|
|
241
|
+
console.error(e);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
const d = [];
|
|
245
|
+
let y = -1;
|
|
246
|
+
const D = [];
|
|
247
|
+
let S = null, C = 0;
|
|
248
|
+
const Ze = /* @__PURE__ */ Promise.resolve();
|
|
249
|
+
let ne = null;
|
|
250
|
+
const ve = 100;
|
|
251
|
+
function et(e) {
|
|
252
|
+
let t = y + 1, n = d.length;
|
|
253
|
+
for (; t < n; ) {
|
|
254
|
+
const o = t + n >>> 1, s = d[o], r = F(s);
|
|
255
|
+
r < e || r === e && s.flags & 2 ? t = o + 1 : n = o;
|
|
256
|
+
}
|
|
257
|
+
return t;
|
|
258
|
+
}
|
|
259
|
+
function tt(e) {
|
|
260
|
+
if (!(e.flags & 1)) {
|
|
261
|
+
const t = F(e), n = d[d.length - 1];
|
|
262
|
+
!n || // fast path when the job id is larger than the tail
|
|
263
|
+
!(e.flags & 2) && t >= F(n) ? d.push(e) : d.splice(et(t), 0, e), e.flags |= 1, Se();
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
function Se() {
|
|
267
|
+
ne || (ne = Ze.then(Oe));
|
|
268
|
+
}
|
|
269
|
+
function nt(e) {
|
|
270
|
+
_(e) ? D.push(...e) : S && e.id === -1 ? S.splice(C + 1, 0, e) : e.flags & 1 || (D.push(e), e.flags |= 1), Se();
|
|
271
|
+
}
|
|
272
|
+
function ot(e) {
|
|
273
|
+
if (D.length) {
|
|
274
|
+
const t = [...new Set(D)].sort(
|
|
275
|
+
(n, o) => F(n) - F(o)
|
|
276
|
+
);
|
|
277
|
+
if (D.length = 0, S) {
|
|
278
|
+
S.push(...t);
|
|
279
|
+
return;
|
|
280
|
+
}
|
|
281
|
+
for (S = t, process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), C = 0; C < S.length; C++) {
|
|
282
|
+
const n = S[C];
|
|
283
|
+
process.env.NODE_ENV !== "production" && be(e, n) || (n.flags & 4 && (n.flags &= -2), n.flags & 8 || n(), n.flags &= -2);
|
|
284
|
+
}
|
|
285
|
+
S = null, C = 0;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
const F = (e) => e.id == null ? e.flags & 2 ? -1 : 1 / 0 : e.id;
|
|
289
|
+
function Oe(e) {
|
|
290
|
+
process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map());
|
|
291
|
+
const t = process.env.NODE_ENV !== "production" ? (n) => be(e, n) : de;
|
|
292
|
+
try {
|
|
293
|
+
for (y = 0; y < d.length; y++) {
|
|
294
|
+
const n = d[y];
|
|
295
|
+
if (n && !(n.flags & 8)) {
|
|
296
|
+
if (process.env.NODE_ENV !== "production" && t(n))
|
|
297
|
+
continue;
|
|
298
|
+
n.flags & 4 && (n.flags &= -2), ce(
|
|
299
|
+
n,
|
|
300
|
+
n.i,
|
|
301
|
+
n.i ? 15 : 14
|
|
302
|
+
), n.flags & 4 || (n.flags &= -2);
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
} finally {
|
|
306
|
+
for (; y < d.length; y++) {
|
|
307
|
+
const n = d[y];
|
|
308
|
+
n && (n.flags &= -2);
|
|
309
|
+
}
|
|
310
|
+
y = -1, d.length = 0, ot(e), ne = null, (d.length || D.length) && Oe(e);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
function be(e, t) {
|
|
314
|
+
const n = e.get(t) || 0;
|
|
315
|
+
if (n > ve) {
|
|
316
|
+
const o = t.i, s = o && xe(o.type);
|
|
317
|
+
return Ne(
|
|
318
|
+
`Maximum recursive updates exceeded${s ? ` in component <${s}>` : ""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,
|
|
319
|
+
null,
|
|
320
|
+
10
|
|
321
|
+
), !0;
|
|
322
|
+
}
|
|
323
|
+
return e.set(t, n + 1), !1;
|
|
324
|
+
}
|
|
325
|
+
const G = /* @__PURE__ */ new Map();
|
|
326
|
+
process.env.NODE_ENV !== "production" && (B().__VUE_HMR_RUNTIME__ = {
|
|
327
|
+
createRecord: Q(rt),
|
|
328
|
+
rerender: Q(st),
|
|
329
|
+
reload: Q(it)
|
|
330
|
+
});
|
|
331
|
+
const M = /* @__PURE__ */ new Map();
|
|
332
|
+
function rt(e, t) {
|
|
333
|
+
return M.has(e) ? !1 : (M.set(e, {
|
|
334
|
+
initialDef: j(t),
|
|
335
|
+
instances: /* @__PURE__ */ new Set()
|
|
336
|
+
}), !0);
|
|
337
|
+
}
|
|
338
|
+
function j(e) {
|
|
339
|
+
return Pe(e) ? e.__vccOpts : e;
|
|
340
|
+
}
|
|
341
|
+
function st(e, t) {
|
|
342
|
+
const n = M.get(e);
|
|
343
|
+
n && (n.initialDef.render = t, [...n.instances].forEach((o) => {
|
|
344
|
+
t && (o.render = t, j(o.type).render = t), o.renderCache = [], o.job.flags & 8 || o.update();
|
|
345
|
+
}));
|
|
346
|
+
}
|
|
347
|
+
function it(e, t) {
|
|
348
|
+
const n = M.get(e);
|
|
349
|
+
if (!n) return;
|
|
350
|
+
t = j(t), fe(n.initialDef, t);
|
|
351
|
+
const o = [...n.instances];
|
|
352
|
+
for (let s = 0; s < o.length; s++) {
|
|
353
|
+
const r = o[s], c = j(r.type);
|
|
354
|
+
let l = G.get(c);
|
|
355
|
+
l || (c !== n.initialDef && fe(c, t), G.set(c, l = /* @__PURE__ */ new Set())), l.add(r), r.appContext.propsCache.delete(r.type), r.appContext.emitsCache.delete(r.type), r.appContext.optionsCache.delete(r.type), r.ceReload ? (l.add(r), r.ceReload(t.styles), l.delete(r)) : r.parent ? tt(() => {
|
|
356
|
+
r.job.flags & 8 || (r.parent.update(), l.delete(r));
|
|
357
|
+
}) : r.appContext.reload ? r.appContext.reload() : typeof window < "u" ? window.location.reload() : console.warn(
|
|
358
|
+
"[HMR] Root or manually mounted instance modified. Full reload required."
|
|
359
|
+
), r.root.ce && r !== r.root && r.root.ce._removeChildStyle(c);
|
|
360
|
+
}
|
|
361
|
+
nt(() => {
|
|
362
|
+
G.clear();
|
|
363
|
+
});
|
|
364
|
+
}
|
|
365
|
+
function fe(e, t) {
|
|
366
|
+
U(e, t);
|
|
367
|
+
for (const n in e)
|
|
368
|
+
n !== "__file" && !(n in t) && delete e[n];
|
|
369
|
+
}
|
|
370
|
+
function Q(e) {
|
|
371
|
+
return (t, n) => {
|
|
372
|
+
try {
|
|
373
|
+
return e(t, n);
|
|
374
|
+
} catch (o) {
|
|
375
|
+
console.error(o), console.warn(
|
|
376
|
+
"[HMR] Something went wrong during Vue component hot-reload. Full reload required."
|
|
377
|
+
);
|
|
378
|
+
}
|
|
379
|
+
};
|
|
380
|
+
}
|
|
381
|
+
let R, $ = [];
|
|
382
|
+
function we(e, t) {
|
|
383
|
+
var n, o;
|
|
384
|
+
R = e, R ? (R.enabled = !0, $.forEach(({ event: s, args: r }) => R.emit(s, ...r)), $ = []) : /* handle late devtools injection - only do this if we are in an actual */ /* browser environment to avoid the timer handle stalling test runner exit */ /* (#4815) */ typeof window < "u" && // some envs mock window but not fully
|
|
385
|
+
window.HTMLElement && // also exclude jsdom
|
|
386
|
+
// eslint-disable-next-line no-restricted-syntax
|
|
387
|
+
!((o = (n = window.navigator) == null ? void 0 : n.userAgent) != null && o.includes("jsdom")) ? ((t.__VUE_DEVTOOLS_HOOK_REPLAY__ = t.__VUE_DEVTOOLS_HOOK_REPLAY__ || []).push((r) => {
|
|
388
|
+
we(r, t);
|
|
389
|
+
}), setTimeout(() => {
|
|
390
|
+
R || (t.__VUE_DEVTOOLS_HOOK_REPLAY__ = null, $ = []);
|
|
391
|
+
}, 3e3)) : $ = [];
|
|
392
|
+
}
|
|
393
|
+
let O = null, ct = null;
|
|
394
|
+
const lt = (e) => e.__isTeleport;
|
|
395
|
+
function Ve(e, t) {
|
|
396
|
+
e.shapeFlag & 6 && e.component ? (e.transition = t, Ve(e.component.subTree, t)) : e.shapeFlag & 128 ? (e.ssContent.transition = t.clone(e.ssContent), e.ssFallback.transition = t.clone(e.ssFallback)) : e.transition = t;
|
|
397
|
+
}
|
|
398
|
+
B().requestIdleCallback;
|
|
399
|
+
B().cancelIdleCallback;
|
|
400
|
+
const ut = (e) => !!e.type.__asyncLoader, at = /* @__PURE__ */ Symbol.for("v-ndc");
|
|
401
|
+
function ft(e, t, n = {}, o, s) {
|
|
402
|
+
if (O.ce || O.parent && ut(O.parent) && O.parent.ce) {
|
|
403
|
+
const f = Object.keys(n).length > 0;
|
|
404
|
+
return I(), oe(
|
|
405
|
+
x,
|
|
406
|
+
null,
|
|
407
|
+
[K("slot", n, o)],
|
|
408
|
+
f ? -2 : 64
|
|
409
|
+
);
|
|
410
|
+
}
|
|
411
|
+
let r = e[t];
|
|
412
|
+
process.env.NODE_ENV !== "production" && r && r.length > 1 && (k(
|
|
413
|
+
"SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."
|
|
414
|
+
), r = () => []), r && r._c && (r._d = !1), I();
|
|
415
|
+
const c = r && ke(r(n)), l = n.key || // slot content array of a dynamic conditional slot may have a branch
|
|
416
|
+
// key attached in the `createSlots` helper, respect that
|
|
417
|
+
c && c.key, u = oe(
|
|
418
|
+
x,
|
|
419
|
+
{
|
|
420
|
+
key: (l && !L(l) ? l : `_${t}`) + // #7256 force differentiate fallback content from actual content
|
|
421
|
+
(!c && o ? "_fb" : "")
|
|
422
|
+
},
|
|
423
|
+
c || [],
|
|
424
|
+
c && e._ === 1 ? 64 : -2
|
|
425
|
+
);
|
|
426
|
+
return u.scopeId && (u.slotScopeIds = [u.scopeId + "-s"]), r && r._c && (r._d = !0), u;
|
|
427
|
+
}
|
|
428
|
+
function ke(e) {
|
|
429
|
+
return e.some((t) => De(t) ? !(t.type === H || t.type === x && !ke(t.children)) : !0) ? e : null;
|
|
430
|
+
}
|
|
431
|
+
const pt = {};
|
|
432
|
+
process.env.NODE_ENV !== "production" && (pt.ownKeys = (e) => (k(
|
|
433
|
+
"Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."
|
|
434
|
+
), Reflect.ownKeys(e)));
|
|
435
|
+
const dt = {}, Ce = (e) => Object.getPrototypeOf(e) === dt, _t = (e) => e.__isSuspense, x = /* @__PURE__ */ Symbol.for("v-fgt"), ht = /* @__PURE__ */ Symbol.for("v-txt"), H = /* @__PURE__ */ Symbol.for("v-cmt"), P = [];
|
|
436
|
+
let h = null;
|
|
437
|
+
function I(e = !1) {
|
|
438
|
+
P.push(h = e ? null : []);
|
|
439
|
+
}
|
|
440
|
+
function mt() {
|
|
441
|
+
P.pop(), h = P[P.length - 1] || null;
|
|
442
|
+
}
|
|
443
|
+
function Re(e) {
|
|
444
|
+
return e.dynamicChildren = h || Ae, mt(), h && h.push(e), e;
|
|
445
|
+
}
|
|
446
|
+
function X(e, t, n, o, s, r) {
|
|
447
|
+
return Re(
|
|
448
|
+
le(
|
|
449
|
+
e,
|
|
450
|
+
t,
|
|
451
|
+
n,
|
|
452
|
+
o,
|
|
453
|
+
s,
|
|
454
|
+
r,
|
|
455
|
+
!0
|
|
456
|
+
)
|
|
457
|
+
);
|
|
458
|
+
}
|
|
459
|
+
function oe(e, t, n, o, s) {
|
|
460
|
+
return Re(
|
|
461
|
+
K(
|
|
462
|
+
e,
|
|
463
|
+
t,
|
|
464
|
+
n,
|
|
465
|
+
o,
|
|
466
|
+
s,
|
|
467
|
+
!0
|
|
468
|
+
)
|
|
469
|
+
);
|
|
470
|
+
}
|
|
471
|
+
function De(e) {
|
|
472
|
+
return e ? e.__v_isVNode === !0 : !1;
|
|
473
|
+
}
|
|
474
|
+
const gt = (...e) => Te(
|
|
475
|
+
...e
|
|
476
|
+
), Ie = ({ key: e }) => e ?? null, A = ({
|
|
477
|
+
ref: e,
|
|
478
|
+
ref_key: t,
|
|
479
|
+
ref_for: n
|
|
480
|
+
}) => (typeof e == "number" && (e = "" + e), e != null ? N(e) || /* @__PURE__ */ ie(e) || b(e) ? { i: O, r: e, k: t, f: !!n } : e : null);
|
|
481
|
+
function le(e, t = null, n = null, o = 0, s = null, r = e === x ? 0 : 1, c = !1, l = !1) {
|
|
482
|
+
const u = {
|
|
483
|
+
__v_isVNode: !0,
|
|
484
|
+
__v_skip: !0,
|
|
485
|
+
type: e,
|
|
486
|
+
props: t,
|
|
487
|
+
key: t && Ie(t),
|
|
488
|
+
ref: t && A(t),
|
|
489
|
+
scopeId: ct,
|
|
490
|
+
slotScopeIds: null,
|
|
491
|
+
children: n,
|
|
492
|
+
component: null,
|
|
493
|
+
suspense: null,
|
|
494
|
+
ssContent: null,
|
|
495
|
+
ssFallback: null,
|
|
496
|
+
dirs: null,
|
|
497
|
+
transition: null,
|
|
498
|
+
el: null,
|
|
499
|
+
anchor: null,
|
|
500
|
+
target: null,
|
|
501
|
+
targetStart: null,
|
|
502
|
+
targetAnchor: null,
|
|
503
|
+
staticCount: 0,
|
|
504
|
+
shapeFlag: r,
|
|
505
|
+
patchFlag: o,
|
|
506
|
+
dynamicProps: s,
|
|
507
|
+
dynamicChildren: null,
|
|
508
|
+
appContext: null,
|
|
509
|
+
ctx: O
|
|
510
|
+
};
|
|
511
|
+
return l ? (ue(u, n), r & 128 && e.normalize(u)) : n && (u.shapeFlag |= N(n) ? 8 : 16), process.env.NODE_ENV !== "production" && u.key !== u.key && k("VNode created with invalid key (NaN). VNode type:", u.type), // avoid a block node from tracking itself
|
|
512
|
+
!c && // has current parent block
|
|
513
|
+
h && // presence of a patch flag indicates this node needs patching on updates.
|
|
514
|
+
// component nodes also should always be patched, because even if the
|
|
515
|
+
// component doesn't need to update, it needs to persist the instance on to
|
|
516
|
+
// the next vnode so that it can be properly unmounted later.
|
|
517
|
+
(u.patchFlag > 0 || r & 6) && // the EVENTS flag is only for hydration and if it is the only flag, the
|
|
518
|
+
// vnode should not be considered dynamic due to handler caching.
|
|
519
|
+
u.patchFlag !== 32 && h.push(u), u;
|
|
520
|
+
}
|
|
521
|
+
const K = process.env.NODE_ENV !== "production" ? gt : Te;
|
|
522
|
+
function Te(e, t = null, n = null, o = 0, s = null, r = !1) {
|
|
523
|
+
if ((!e || e === at) && (process.env.NODE_ENV !== "production" && !e && k(`Invalid vnode type when creating vnode: ${e}.`), e = H), De(e)) {
|
|
524
|
+
const l = z(
|
|
525
|
+
e,
|
|
526
|
+
t,
|
|
527
|
+
!0
|
|
528
|
+
/* mergeRef: true */
|
|
529
|
+
);
|
|
530
|
+
return n && ue(l, n), !r && h && (l.shapeFlag & 6 ? h[h.indexOf(e)] = l : h.push(l)), l.patchFlag = -2, l;
|
|
531
|
+
}
|
|
532
|
+
if (Pe(e) && (e = e.__vccOpts), t) {
|
|
533
|
+
t = yt(t);
|
|
534
|
+
let { class: l, style: u } = t;
|
|
535
|
+
l && !N(l) && (t.class = J(l)), E(u) && (/* @__PURE__ */ te(u) && !_(u) && (u = U({}, u)), t.style = se(u));
|
|
536
|
+
}
|
|
537
|
+
const c = N(e) ? 1 : _t(e) ? 128 : lt(e) ? 64 : E(e) ? 4 : b(e) ? 2 : 0;
|
|
538
|
+
return process.env.NODE_ENV !== "production" && c & 4 && /* @__PURE__ */ te(e) && (e = /* @__PURE__ */ w(e), k(
|
|
539
|
+
"Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",
|
|
540
|
+
`
|
|
541
|
+
Component that was made reactive: `,
|
|
542
|
+
e
|
|
543
|
+
)), le(
|
|
544
|
+
e,
|
|
545
|
+
t,
|
|
546
|
+
n,
|
|
547
|
+
o,
|
|
548
|
+
s,
|
|
549
|
+
c,
|
|
550
|
+
r,
|
|
551
|
+
!0
|
|
552
|
+
);
|
|
553
|
+
}
|
|
554
|
+
function yt(e) {
|
|
555
|
+
return e ? /* @__PURE__ */ te(e) || Ce(e) ? U({}, e) : e : null;
|
|
556
|
+
}
|
|
557
|
+
function z(e, t, n = !1, o = !1) {
|
|
558
|
+
const { props: s, ref: r, patchFlag: c, children: l, transition: u } = e, f = t ? Nt(s || {}, t) : s, g = {
|
|
559
|
+
__v_isVNode: !0,
|
|
560
|
+
__v_skip: !0,
|
|
561
|
+
type: e.type,
|
|
562
|
+
props: f,
|
|
563
|
+
key: f && Ie(f),
|
|
564
|
+
ref: t && t.ref ? (
|
|
565
|
+
// #2078 in the case of <component :is="vnode" ref="extra"/>
|
|
566
|
+
// if the vnode itself already has a ref, cloneVNode will need to merge
|
|
567
|
+
// the refs so the single vnode can be set on multiple refs
|
|
568
|
+
n && r ? _(r) ? r.concat(A(t)) : [r, A(t)] : A(t)
|
|
569
|
+
) : r,
|
|
570
|
+
scopeId: e.scopeId,
|
|
571
|
+
slotScopeIds: e.slotScopeIds,
|
|
572
|
+
children: process.env.NODE_ENV !== "production" && c === -1 && _(l) ? l.map(Fe) : l,
|
|
573
|
+
target: e.target,
|
|
574
|
+
targetStart: e.targetStart,
|
|
575
|
+
targetAnchor: e.targetAnchor,
|
|
576
|
+
staticCount: e.staticCount,
|
|
577
|
+
shapeFlag: e.shapeFlag,
|
|
578
|
+
// if the vnode is cloned with extra props, we can no longer assume its
|
|
579
|
+
// existing patch flag to be reliable and need to add the FULL_PROPS flag.
|
|
580
|
+
// note: preserve flag for fragments since they use the flag for children
|
|
581
|
+
// fast paths only.
|
|
582
|
+
patchFlag: t && e.type !== x ? c === -1 ? 16 : c | 16 : c,
|
|
583
|
+
dynamicProps: e.dynamicProps,
|
|
584
|
+
dynamicChildren: e.dynamicChildren,
|
|
585
|
+
appContext: e.appContext,
|
|
586
|
+
dirs: e.dirs,
|
|
587
|
+
transition: u,
|
|
588
|
+
// These should technically only be non-null on mounted VNodes. However,
|
|
589
|
+
// they *should* be copied for kept-alive vnodes. So we just always copy
|
|
590
|
+
// them since them being non-null during a mount doesn't affect the logic as
|
|
591
|
+
// they will simply be overwritten.
|
|
592
|
+
component: e.component,
|
|
593
|
+
suspense: e.suspense,
|
|
594
|
+
ssContent: e.ssContent && z(e.ssContent),
|
|
595
|
+
ssFallback: e.ssFallback && z(e.ssFallback),
|
|
596
|
+
placeholder: e.placeholder,
|
|
597
|
+
el: e.el,
|
|
598
|
+
anchor: e.anchor,
|
|
599
|
+
ctx: e.ctx,
|
|
600
|
+
ce: e.ce
|
|
601
|
+
};
|
|
602
|
+
return u && o && Ve(
|
|
603
|
+
g,
|
|
604
|
+
u.clone(g)
|
|
605
|
+
), g;
|
|
606
|
+
}
|
|
607
|
+
function Fe(e) {
|
|
608
|
+
const t = z(e);
|
|
609
|
+
return _(e.children) && (t.children = e.children.map(Fe)), t;
|
|
610
|
+
}
|
|
611
|
+
function Et(e = " ", t = 0) {
|
|
612
|
+
return K(ht, null, e, t);
|
|
613
|
+
}
|
|
614
|
+
function pe(e = "", t = !1) {
|
|
615
|
+
return t ? (I(), oe(H, null, e)) : K(H, null, e);
|
|
616
|
+
}
|
|
617
|
+
function ue(e, t) {
|
|
618
|
+
let n = 0;
|
|
619
|
+
const { shapeFlag: o } = e;
|
|
620
|
+
if (t == null)
|
|
621
|
+
t = null;
|
|
622
|
+
else if (_(t))
|
|
623
|
+
n = 16;
|
|
624
|
+
else if (typeof t == "object")
|
|
625
|
+
if (o & 65) {
|
|
626
|
+
const s = t.default;
|
|
627
|
+
s && (s._c && (s._d = !1), ue(e, s()), s._c && (s._d = !0));
|
|
628
|
+
return;
|
|
629
|
+
} else
|
|
630
|
+
n = 32, !t._ && !Ce(t) && (t._ctx = O);
|
|
631
|
+
else b(t) ? (t = { default: t, _ctx: O }, n = 32) : (t = String(t), o & 64 ? (n = 16, t = [Et(t)]) : n = 8);
|
|
632
|
+
e.children = t, e.shapeFlag |= n;
|
|
633
|
+
}
|
|
634
|
+
function Nt(...e) {
|
|
635
|
+
const t = {};
|
|
636
|
+
for (let n = 0; n < e.length; n++) {
|
|
637
|
+
const o = e[n];
|
|
638
|
+
for (const s in o)
|
|
639
|
+
if (s === "class")
|
|
640
|
+
t.class !== o.class && (t.class = J([t.class, o.class]));
|
|
641
|
+
else if (s === "style")
|
|
642
|
+
t.style = se([t.style, o.style]);
|
|
643
|
+
else if (Me(s)) {
|
|
644
|
+
const r = t[s], c = o[s];
|
|
645
|
+
c && r !== c && !(_(r) && r.includes(c)) && (t[s] = r ? [].concat(r, c) : c);
|
|
646
|
+
} else s !== "" && (t[s] = o[s]);
|
|
647
|
+
}
|
|
648
|
+
return t;
|
|
649
|
+
}
|
|
650
|
+
{
|
|
651
|
+
const e = B(), t = (n, o) => {
|
|
652
|
+
let s;
|
|
653
|
+
return (s = e[n]) || (s = e[n] = []), s.push(o), (r) => {
|
|
654
|
+
s.length > 1 ? s.forEach((c) => c(r)) : s[0](r);
|
|
655
|
+
};
|
|
656
|
+
};
|
|
657
|
+
t(
|
|
658
|
+
"__VUE_INSTANCE_SETTERS__",
|
|
659
|
+
(n) => n
|
|
660
|
+
), t(
|
|
661
|
+
"__VUE_SSR_SETTERS__",
|
|
662
|
+
(n) => n
|
|
663
|
+
);
|
|
664
|
+
}
|
|
665
|
+
process.env.NODE_ENV;
|
|
666
|
+
const St = /(?:^|[-_])\w/g, Ot = (e) => e.replace(St, (t) => t.toUpperCase()).replace(/[-_]/g, "");
|
|
667
|
+
function xe(e, t = !0) {
|
|
668
|
+
return b(e) ? e.displayName || e.name : e.name || t && e.__name;
|
|
669
|
+
}
|
|
670
|
+
function $e(e, t, n = !1) {
|
|
671
|
+
let o = xe(t);
|
|
672
|
+
if (!o && t.__file) {
|
|
673
|
+
const s = t.__file.match(/([^/\\]+)\.\w+$/);
|
|
674
|
+
s && (o = s[1]);
|
|
675
|
+
}
|
|
676
|
+
if (!o && e) {
|
|
677
|
+
const s = (r) => {
|
|
678
|
+
for (const c in r)
|
|
679
|
+
if (r[c] === t)
|
|
680
|
+
return c;
|
|
681
|
+
};
|
|
682
|
+
o = s(e.components) || e.parent && s(
|
|
683
|
+
e.parent.type.components
|
|
684
|
+
) || s(e.appContext.components);
|
|
685
|
+
}
|
|
686
|
+
return o ? Ot(o) : n ? "App" : "Anonymous";
|
|
687
|
+
}
|
|
688
|
+
function Pe(e) {
|
|
689
|
+
return b(e) && "__vccOpts" in e;
|
|
690
|
+
}
|
|
691
|
+
function bt() {
|
|
692
|
+
if (process.env.NODE_ENV === "production" || typeof window > "u")
|
|
693
|
+
return;
|
|
694
|
+
const e = { style: "color:#3ba776" }, t = { style: "color:#1677ff" }, n = { style: "color:#f5222d" }, o = { style: "color:#eb2f96" }, s = {
|
|
695
|
+
__vue_custom_formatter: !0,
|
|
696
|
+
header(i) {
|
|
697
|
+
if (!E(i))
|
|
698
|
+
return null;
|
|
699
|
+
if (i.__isVue)
|
|
700
|
+
return ["div", e, "VueInstance"];
|
|
701
|
+
if (/* @__PURE__ */ ie(i)) {
|
|
702
|
+
const a = i.value;
|
|
703
|
+
return [
|
|
704
|
+
"div",
|
|
705
|
+
{},
|
|
706
|
+
["span", e, g(i)],
|
|
707
|
+
"<",
|
|
708
|
+
l(a),
|
|
709
|
+
">"
|
|
710
|
+
];
|
|
711
|
+
} else {
|
|
712
|
+
if (/* @__PURE__ */ ge(i))
|
|
713
|
+
return [
|
|
714
|
+
"div",
|
|
715
|
+
{},
|
|
716
|
+
["span", e, /* @__PURE__ */ q(i) ? "ShallowReactive" : "Reactive"],
|
|
717
|
+
"<",
|
|
718
|
+
l(i),
|
|
719
|
+
`>${/* @__PURE__ */ ee(i) ? " (readonly)" : ""}`
|
|
720
|
+
];
|
|
721
|
+
if (/* @__PURE__ */ ee(i))
|
|
722
|
+
return [
|
|
723
|
+
"div",
|
|
724
|
+
{},
|
|
725
|
+
["span", e, /* @__PURE__ */ q(i) ? "ShallowReadonly" : "Readonly"],
|
|
726
|
+
"<",
|
|
727
|
+
l(i),
|
|
728
|
+
">"
|
|
729
|
+
];
|
|
730
|
+
}
|
|
731
|
+
return null;
|
|
732
|
+
},
|
|
733
|
+
hasBody(i) {
|
|
734
|
+
return i && i.__isVue;
|
|
735
|
+
},
|
|
736
|
+
body(i) {
|
|
737
|
+
if (i && i.__isVue)
|
|
738
|
+
return [
|
|
739
|
+
"div",
|
|
740
|
+
{},
|
|
741
|
+
...r(i.$)
|
|
742
|
+
];
|
|
743
|
+
}
|
|
744
|
+
};
|
|
745
|
+
function r(i) {
|
|
746
|
+
const a = [];
|
|
747
|
+
i.type.props && i.props && a.push(c("props", /* @__PURE__ */ w(i.props))), i.setupState !== Z && a.push(c("setup", i.setupState)), i.data !== Z && a.push(c("data", /* @__PURE__ */ w(i.data)));
|
|
748
|
+
const p = u(i, "computed");
|
|
749
|
+
p && a.push(c("computed", p));
|
|
750
|
+
const m = u(i, "inject");
|
|
751
|
+
return m && a.push(c("injected", m)), a.push([
|
|
752
|
+
"div",
|
|
753
|
+
{},
|
|
754
|
+
[
|
|
755
|
+
"span",
|
|
756
|
+
{
|
|
757
|
+
style: o.style + ";opacity:0.66"
|
|
758
|
+
},
|
|
759
|
+
"$ (internal): "
|
|
760
|
+
],
|
|
761
|
+
["object", { object: i }]
|
|
762
|
+
]), a;
|
|
763
|
+
}
|
|
764
|
+
function c(i, a) {
|
|
765
|
+
return a = U({}, a), Object.keys(a).length ? [
|
|
766
|
+
"div",
|
|
767
|
+
{ style: "line-height:1.25em;margin-bottom:0.6em" },
|
|
768
|
+
[
|
|
769
|
+
"div",
|
|
770
|
+
{
|
|
771
|
+
style: "color:#476582"
|
|
772
|
+
},
|
|
773
|
+
i
|
|
774
|
+
],
|
|
775
|
+
[
|
|
776
|
+
"div",
|
|
777
|
+
{
|
|
778
|
+
style: "padding-left:1.25em"
|
|
779
|
+
},
|
|
780
|
+
...Object.keys(a).map((p) => [
|
|
781
|
+
"div",
|
|
782
|
+
{},
|
|
783
|
+
["span", o, p + ": "],
|
|
784
|
+
l(a[p], !1)
|
|
785
|
+
])
|
|
786
|
+
]
|
|
787
|
+
] : ["span", {}];
|
|
788
|
+
}
|
|
789
|
+
function l(i, a = !0) {
|
|
790
|
+
return typeof i == "number" ? ["span", t, i] : typeof i == "string" ? ["span", n, JSON.stringify(i)] : typeof i == "boolean" ? ["span", o, i] : E(i) ? ["object", { object: a ? /* @__PURE__ */ w(i) : i }] : ["span", n, String(i)];
|
|
791
|
+
}
|
|
792
|
+
function u(i, a) {
|
|
793
|
+
const p = i.type;
|
|
794
|
+
if (b(p))
|
|
795
|
+
return;
|
|
796
|
+
const m = {};
|
|
797
|
+
for (const T in i.ctx)
|
|
798
|
+
f(p, T, a) && (m[T] = i.ctx[T]);
|
|
799
|
+
return m;
|
|
800
|
+
}
|
|
801
|
+
function f(i, a, p) {
|
|
802
|
+
const m = i[p];
|
|
803
|
+
if (_(m) && m.includes(a) || E(m) && a in m || i.extends && f(i.extends, a, p) || i.mixins && i.mixins.some((T) => f(T, a, p)))
|
|
804
|
+
return !0;
|
|
805
|
+
}
|
|
806
|
+
function g(i) {
|
|
807
|
+
return /* @__PURE__ */ q(i) ? "ShallowRef" : i.effect ? "ComputedRef" : "Ref";
|
|
808
|
+
}
|
|
809
|
+
window.devtoolsFormatters ? window.devtoolsFormatters.push(s) : window.devtoolsFormatters = [s];
|
|
810
|
+
}
|
|
811
|
+
process.env.NODE_ENV;
|
|
812
|
+
process.env.NODE_ENV;
|
|
813
|
+
process.env.NODE_ENV;
|
|
814
|
+
function wt() {
|
|
815
|
+
bt();
|
|
816
|
+
}
|
|
817
|
+
process.env.NODE_ENV !== "production" && wt();
|
|
818
|
+
const Vt = (e, t) => {
|
|
819
|
+
const n = e.__vccOpts || e;
|
|
820
|
+
for (const [o, s] of t)
|
|
821
|
+
n[o] = s;
|
|
822
|
+
return n;
|
|
823
|
+
}, kt = {
|
|
824
|
+
name: "INoData",
|
|
825
|
+
props: {
|
|
826
|
+
title: {
|
|
827
|
+
type: String,
|
|
828
|
+
default: "Нет данных для отображения"
|
|
829
|
+
},
|
|
830
|
+
description: {
|
|
831
|
+
type: String,
|
|
832
|
+
default: "Попробуйте изменить фильтр или внесите данные."
|
|
833
|
+
},
|
|
834
|
+
centered: {
|
|
835
|
+
type: Boolean,
|
|
836
|
+
default: !1
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}, Ct = { class: "i-no-data__title" }, Rt = {
|
|
840
|
+
key: 0,
|
|
841
|
+
class: "i-no-data__description"
|
|
842
|
+
}, Dt = {
|
|
843
|
+
key: 1,
|
|
844
|
+
class: "i-no-data__content"
|
|
845
|
+
};
|
|
846
|
+
function It(e, t, n, o, s, r) {
|
|
847
|
+
return I(), X("div", {
|
|
848
|
+
class: J(["i-no-data", { "i-no-data--centered": n.centered }])
|
|
849
|
+
}, [
|
|
850
|
+
le("div", Ct, v(n.title), 1),
|
|
851
|
+
n.description ? (I(), X("div", Rt, v(n.description), 1)) : pe("", !0),
|
|
852
|
+
e.$slots.default ? (I(), X("div", Dt, [
|
|
853
|
+
ft(e.$slots, "default")
|
|
854
|
+
])) : pe("", !0)
|
|
855
|
+
], 2);
|
|
856
|
+
}
|
|
857
|
+
const Tt = /* @__PURE__ */ Vt(kt, [["render", It]]);
|
|
858
|
+
export {
|
|
859
|
+
Tt as INoData
|
|
860
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
(function(R,w){typeof exports=="object"&&typeof module<"u"?w(exports):typeof define=="function"&&define.amd?define(["exports"],w):(R=typeof globalThis<"u"?globalThis:R||self,w(R["gotovo-ui"]={}))})(this,(function(R){"use strict";const w=process.env.NODE_ENV!=="production"?Object.freeze({}):{},Me=process.env.NODE_ENV!=="production"?Object.freeze([]):[],fe=()=>{},je=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),A=Object.assign,f=Array.isArray,He=e=>Y(e)==="[object Map]",ze=e=>Y(e)==="[object Set]",S=e=>typeof e=="function",g=e=>typeof e=="string",M=e=>typeof e=="symbol",y=e=>e!==null&&typeof e=="object",pe=Object.prototype.toString,Y=e=>pe.call(e),Ue=e=>Y(e)==="[object Object]";let de;const j=()=>de||(de=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function G(e){if(f(e)){const t={};for(let n=0;n<e.length;n++){const o=e[n],s=g(o)?Ke(o):G(o);if(s)for(const r in s)t[r]=s[r]}return t}else if(g(e)||y(e))return e}const Le=/;(?![^(]*\))/g,Be=/:([^]+)/,Je=/\/\*[^]*?\*\//g;function Ke(e){const t={};return e.replace(Je,"").split(Le).forEach(n=>{if(n){const o=n.split(Be);o.length>1&&(t[o[0].trim()]=o[1].trim())}}),t}function H(e){let t="";if(g(e))t=e;else if(f(e))for(let n=0;n<e.length;n++){const o=H(e[n]);o&&(t+=o+" ")}else if(y(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const _e=e=>!!(e&&e.__v_isRef===!0),v=e=>g(e)?e:e==null?"":f(e)||y(e)&&(e.toString===pe||!S(e.toString))?_e(e)?v(e.value):JSON.stringify(e,he,2):String(e),he=(e,t)=>_e(t)?he(e,t.value):He(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[o,s],r)=>(n[Q(o,r)+" =>"]=s,n),{})}:ze(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Q(n))}:M(t)?Q(t):y(t)&&!f(t)&&!Ue(t)?String(t):t,Q=(e,t="")=>{var n;return M(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV,new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(M));function me(e){return X(e)?me(e.__v_raw):!!(e&&e.__v_isReactive)}function X(e){return!!(e&&e.__v_isReadonly)}function Z(e){return!!(e&&e.__v_isShallow)}function ee(e){return e?!!e.__v_raw:!1}function V(e){const t=e&&e.__v_raw;return t?V(t):e}function te(e){return e?e.__v_isRef===!0:!1}const k=[];function We(e){k.push(e)}function qe(){k.pop()}let ne=!1;function C(e,...t){if(ne)return;ne=!0;const n=k.length?k[k.length-1].component:null,o=n&&n.appContext.config.warnHandler,s=Ye();if(o)oe(o,n,11,[e+t.map(r=>{var c,l;return(l=(c=r.toString)==null?void 0:c.call(r))!=null?l:JSON.stringify(r)}).join(""),n&&n.proxy,s.map(({vnode:r})=>`at <${Pe(n,r.type)}>`).join(`
|
|
2
|
+
`),s]);else{const r=[`[Vue warn]: ${e}`,...t];s.length&&r.push(`
|
|
3
|
+
`,...Ge(s)),console.warn(...r)}ne=!1}function Ye(){let e=k[k.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const o=e.component&&e.component.parent;e=o&&o.vnode}return t}function Ge(e){const t=[];return e.forEach((n,o)=>{t.push(...o===0?[]:[`
|
|
4
|
+
`],...ve(n))}),t}function ve({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",o=e.component?e.component.parent==null:!1,s=` at <${Pe(e.component,e.type,o)}`,r=">"+n;return e.props?[s,...Qe(e.props),r]:[s+r]}function Qe(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(o=>{t.push(...ge(o,e[o]))}),n.length>3&&t.push(" ..."),t}function ge(e,t,n){return g(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:te(t)?(t=ge(e,V(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):S(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=V(t),n?t:[`${e}=`,t])}const ye={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function oe(e,t,n,o){try{return o?e(...o):e()}catch(s){Ee(s,t,n)}}function Ee(e,t,n,o=!0){const s=t?t.vnode:null,{errorHandler:r,throwUnhandledErrorInProduction:c}=t&&t.appContext.config||w;if(t){let l=t.parent;const u=t.proxy,d=process.env.NODE_ENV!=="production"?ye[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const N=l.ec;if(N){for(let i=0;i<N.length;i++)if(N[i](e,u,d)===!1)return}l=l.parent}if(r){oe(r,null,10,[e,u,d]);return}}Xe(e,n,s,o,c)}function Xe(e,t,n,o=!0,s=!1){if(process.env.NODE_ENV!=="production"){const r=ye[t];if(n&&We(n),C(`Unhandled error${r?` during execution of ${r}`:""}`),n&&qe(),o)throw e;console.error(e)}else{if(s)throw e;console.error(e)}}const p=[];let E=-1;const D=[];let O=null,T=0;const Ze=Promise.resolve();let re=null;const et=100;function tt(e){let t=E+1,n=p.length;for(;t<n;){const o=t+n>>>1,s=p[o],r=F(s);r<e||r===e&&s.flags&2?t=o+1:n=o}return t}function nt(e){if(!(e.flags&1)){const t=F(e),n=p[p.length-1];!n||!(e.flags&2)&&t>=F(n)?p.push(e):p.splice(tt(t),0,e),e.flags|=1,Ne()}}function Ne(){re||(re=Ze.then(Se))}function ot(e){f(e)?D.push(...e):O&&e.id===-1?O.splice(T+1,0,e):e.flags&1||(D.push(e),e.flags|=1),Ne()}function rt(e){if(D.length){const t=[...new Set(D)].sort((n,o)=>F(n)-F(o));if(D.length=0,O){O.push(...t);return}for(O=t,process.env.NODE_ENV!=="production"&&(e=e||new Map),T=0;T<O.length;T++){const n=O[T];process.env.NODE_ENV!=="production"&&Oe(e,n)||(n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2)}O=null,T=0}}const F=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Se(e){process.env.NODE_ENV!=="production"&&(e=e||new Map);const t=process.env.NODE_ENV!=="production"?n=>Oe(e,n):fe;try{for(E=0;E<p.length;E++){const n=p[E];if(n&&!(n.flags&8)){if(process.env.NODE_ENV!=="production"&&t(n))continue;n.flags&4&&(n.flags&=-2),oe(n,n.i,n.i?15:14),n.flags&4||(n.flags&=-2)}}}finally{for(;E<p.length;E++){const n=p[E];n&&(n.flags&=-2)}E=-1,p.length=0,rt(e),re=null,(p.length||D.length)&&Se(e)}}function Oe(e,t){const n=e.get(t)||0;if(n>et){const o=t.i,s=o&&$e(o.type);return Ee(`Maximum recursive updates exceeded${s?` in component <${s}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return e.set(t,n+1),!1}const se=new Map;process.env.NODE_ENV!=="production"&&(j().__VUE_HMR_RUNTIME__={createRecord:ie(st),rerender:ie(it),reload:ie(ct)});const z=new Map;function st(e,t){return z.has(e)?!1:(z.set(e,{initialDef:U(t),instances:new Set}),!0)}function U(e){return Ae(e)?e.__vccOpts:e}function it(e,t){const n=z.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(o=>{t&&(o.render=t,U(o.type).render=t),o.renderCache=[],o.job.flags&8||o.update()}))}function ct(e,t){const n=z.get(e);if(!n)return;t=U(t),be(n.initialDef,t);const o=[...n.instances];for(let s=0;s<o.length;s++){const r=o[s],c=U(r.type);let l=se.get(c);l||(c!==n.initialDef&&be(c,t),se.set(c,l=new Set)),l.add(r),r.appContext.propsCache.delete(r.type),r.appContext.emitsCache.delete(r.type),r.appContext.optionsCache.delete(r.type),r.ceReload?(l.add(r),r.ceReload(t.styles),l.delete(r)):r.parent?nt(()=>{r.job.flags&8||(r.parent.update(),l.delete(r))}):r.appContext.reload?r.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),r.root.ce&&r!==r.root&&r.root.ce._removeChildStyle(c)}ot(()=>{se.clear()})}function be(e,t){A(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function ie(e){return(t,n)=>{try{return e(t,n)}catch(o){console.error(o),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let I,L=[];function we(e,t){var n,o;I=e,I?(I.enabled=!0,L.forEach(({event:s,args:r})=>I.emit(s,...r)),L=[]):typeof window<"u"&&window.HTMLElement&&!((o=(n=window.navigator)==null?void 0:n.userAgent)!=null&&o.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(r=>{we(r,t)}),setTimeout(()=>{I||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,L=[])},3e3)):L=[]}let b=null,lt=null;const ut=e=>e.__isTeleport;function Ve(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Ve(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}j().requestIdleCallback,j().cancelIdleCallback;const at=e=>!!e.type.__asyncLoader,ft=Symbol.for("v-ndc");function pt(e,t,n={},o,s){if(b.ce||b.parent&&at(b.parent)&&b.parent.ce){const d=Object.keys(n).length>0;return x(),le($,null,[W("slot",n,o)],d?-2:64)}let r=e[t];process.env.NODE_ENV!=="production"&&r&&r.length>1&&(C("SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."),r=()=>[]),r&&r._c&&(r._d=!1),x();const c=r&&ke(r(n)),l=n.key||c&&c.key,u=le($,{key:(l&&!M(l)?l:`_${t}`)+(!c&&o?"_fb":"")},c||[],c&&e._===1?64:-2);return u.scopeId&&(u.slotScopeIds=[u.scopeId+"-s"]),r&&r._c&&(r._d=!0),u}function ke(e){return e.some(t=>De(t)?!(t.type===B||t.type===$&&!ke(t.children)):!0)?e:null}const dt={};process.env.NODE_ENV!=="production"&&(dt.ownKeys=e=>(C("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));const _t={},Ce=e=>Object.getPrototypeOf(e)===_t,ht=e=>e.__isSuspense,$=Symbol.for("v-fgt"),mt=Symbol.for("v-txt"),B=Symbol.for("v-cmt"),J=[];let h=null;function x(e=!1){J.push(h=e?null:[])}function gt(){J.pop(),h=J[J.length-1]||null}function Re(e){return e.dynamicChildren=h||Me,gt(),h&&h.push(e),e}function ce(e,t,n,o,s,r){return Re(ue(e,t,n,o,s,r,!0))}function le(e,t,n,o,s){return Re(W(e,t,n,o,s,!0))}function De(e){return e?e.__v_isVNode===!0:!1}const yt=(...e)=>Ie(...e),Te=({key:e})=>e??null,K=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?g(e)||te(e)||S(e)?{i:b,r:e,k:t,f:!!n}:e:null);function ue(e,t=null,n=null,o=0,s=null,r=e===$?0:1,c=!1,l=!1){const u={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Te(t),ref:t&&K(t),scopeId:lt,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:r,patchFlag:o,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:b};return l?(ae(u,n),r&128&&e.normalize(u)):n&&(u.shapeFlag|=g(n)?8:16),process.env.NODE_ENV!=="production"&&u.key!==u.key&&C("VNode created with invalid key (NaN). VNode type:",u.type),!c&&h&&(u.patchFlag>0||r&6)&&u.patchFlag!==32&&h.push(u),u}const W=process.env.NODE_ENV!=="production"?yt:Ie;function Ie(e,t=null,n=null,o=0,s=null,r=!1){if((!e||e===ft)&&(process.env.NODE_ENV!=="production"&&!e&&C(`Invalid vnode type when creating vnode: ${e}.`),e=B),De(e)){const l=q(e,t,!0);return n&&ae(l,n),!r&&h&&(l.shapeFlag&6?h[h.indexOf(e)]=l:h.push(l)),l.patchFlag=-2,l}if(Ae(e)&&(e=e.__vccOpts),t){t=Et(t);let{class:l,style:u}=t;l&&!g(l)&&(t.class=H(l)),y(u)&&(ee(u)&&!f(u)&&(u=A({},u)),t.style=G(u))}const c=g(e)?1:ht(e)?128:ut(e)?64:y(e)?4:S(e)?2:0;return process.env.NODE_ENV!=="production"&&c&4&&ee(e)&&(e=V(e),C("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
|
|
5
|
+
Component that was made reactive: `,e)),ue(e,t,n,o,s,c,r,!0)}function Et(e){return e?ee(e)||Ce(e)?A({},e):e:null}function q(e,t,n=!1,o=!1){const{props:s,ref:r,patchFlag:c,children:l,transition:u}=e,d=t?St(s||{},t):s,N={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&Te(d),ref:t&&t.ref?n&&r?f(r)?r.concat(K(t)):[r,K(t)]:K(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:process.env.NODE_ENV!=="production"&&c===-1&&f(l)?l.map(xe):l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==$?c===-1?16:c|16:c,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:u,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&q(e.ssContent),ssFallback:e.ssFallback&&q(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return u&&o&&Ve(N,u.clone(N)),N}function xe(e){const t=q(e);return f(e.children)&&(t.children=e.children.map(xe)),t}function Nt(e=" ",t=0){return W(mt,null,e,t)}function Fe(e="",t=!1){return t?(x(),le(B,null,e)):W(B,null,e)}function ae(e,t){let n=0;const{shapeFlag:o}=e;if(t==null)t=null;else if(f(t))n=16;else if(typeof t=="object")if(o&65){const s=t.default;s&&(s._c&&(s._d=!1),ae(e,s()),s._c&&(s._d=!0));return}else n=32,!t._&&!Ce(t)&&(t._ctx=b);else S(t)?(t={default:t,_ctx:b},n=32):(t=String(t),o&64?(n=16,t=[Nt(t)]):n=8);e.children=t,e.shapeFlag|=n}function St(...e){const t={};for(let n=0;n<e.length;n++){const o=e[n];for(const s in o)if(s==="class")t.class!==o.class&&(t.class=H([t.class,o.class]));else if(s==="style")t.style=G([t.style,o.style]);else if(je(s)){const r=t[s],c=o[s];c&&r!==c&&!(f(r)&&r.includes(c))&&(t[s]=r?[].concat(r,c):c)}else s!==""&&(t[s]=o[s])}return t}{const e=j(),t=(n,o)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(o),r=>{s.length>1?s.forEach(c=>c(r)):s[0](r)}};t("__VUE_INSTANCE_SETTERS__",n=>n),t("__VUE_SSR_SETTERS__",n=>n)}process.env.NODE_ENV;const Ot=/(?:^|[-_])\w/g,bt=e=>e.replace(Ot,t=>t.toUpperCase()).replace(/[-_]/g,"");function $e(e,t=!0){return S(e)?e.displayName||e.name:e.name||t&&e.__name}function Pe(e,t,n=!1){let o=$e(t);if(!o&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(o=s[1])}if(!o&&e){const s=r=>{for(const c in r)if(r[c]===t)return c};o=s(e.components)||e.parent&&s(e.parent.type.components)||s(e.appContext.components)}return o?bt(o):n?"App":"Anonymous"}function Ae(e){return S(e)&&"__vccOpts"in e}function wt(){if(process.env.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},o={style:"color:#eb2f96"},s={__vue_custom_formatter:!0,header(i){if(!y(i))return null;if(i.__isVue)return["div",e,"VueInstance"];if(te(i)){const a=i.value;return["div",{},["span",e,N(i)],"<",l(a),">"]}else{if(me(i))return["div",{},["span",e,Z(i)?"ShallowReactive":"Reactive"],"<",l(i),`>${X(i)?" (readonly)":""}`];if(X(i))return["div",{},["span",e,Z(i)?"ShallowReadonly":"Readonly"],"<",l(i),">"]}return null},hasBody(i){return i&&i.__isVue},body(i){if(i&&i.__isVue)return["div",{},...r(i.$)]}};function r(i){const a=[];i.type.props&&i.props&&a.push(c("props",V(i.props))),i.setupState!==w&&a.push(c("setup",i.setupState)),i.data!==w&&a.push(c("data",V(i.data)));const _=u(i,"computed");_&&a.push(c("computed",_));const m=u(i,"inject");return m&&a.push(c("injected",m)),a.push(["div",{},["span",{style:o.style+";opacity:0.66"},"$ (internal): "],["object",{object:i}]]),a}function c(i,a){return a=A({},a),Object.keys(a).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},i],["div",{style:"padding-left:1.25em"},...Object.keys(a).map(_=>["div",{},["span",o,_+": "],l(a[_],!1)])]]:["span",{}]}function l(i,a=!0){return typeof i=="number"?["span",t,i]:typeof i=="string"?["span",n,JSON.stringify(i)]:typeof i=="boolean"?["span",o,i]:y(i)?["object",{object:a?V(i):i}]:["span",n,String(i)]}function u(i,a){const _=i.type;if(S(_))return;const m={};for(const P in i.ctx)d(_,P,a)&&(m[P]=i.ctx[P]);return m}function d(i,a,_){const m=i[_];if(f(m)&&m.includes(a)||y(m)&&a in m||i.extends&&d(i.extends,a,_)||i.mixins&&i.mixins.some(P=>d(P,a,_)))return!0}function N(i){return Z(i)?"ShallowRef":i.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(s):window.devtoolsFormatters=[s]}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;function Vt(){wt()}process.env.NODE_ENV!=="production"&&Vt();const kt=(e,t)=>{const n=e.__vccOpts||e;for(const[o,s]of t)n[o]=s;return n},Ct={name:"INoData",props:{title:{type:String,default:"Нет данных для отображения"},description:{type:String,default:"Попробуйте изменить фильтр или внесите данные."},centered:{type:Boolean,default:!1}}},Rt={class:"i-no-data__title"},Dt={key:0,class:"i-no-data__description"},Tt={key:1,class:"i-no-data__content"};function It(e,t,n,o,s,r){return x(),ce("div",{class:H(["i-no-data",{"i-no-data--centered":n.centered}])},[ue("div",Rt,v(n.title),1),n.description?(x(),ce("div",Dt,v(n.description),1)):Fe("",!0),e.$slots.default?(x(),ce("div",Tt,[pt(e.$slots,"default")])):Fe("",!0)],2)}const xt=kt(Ct,[["render",It]]);R.INoData=xt,Object.defineProperty(R,Symbol.toStringTag,{value:"Module"})}));
|
package/package.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "gotovo-ui",
|
|
3
|
+
"version": "2026.3.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"main": "./dist/gotovo-ui.umd.cjs",
|
|
9
|
+
"module": "./dist/gotovo-ui.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/gotovo-ui.js",
|
|
13
|
+
"require": "./dist/gotovo-ui.umd.cjs"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"dev": "vite",
|
|
18
|
+
"build": "vite build",
|
|
19
|
+
"publish": "vite build && npm publish"
|
|
20
|
+
},
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"bootstrap": "^5.3.8",
|
|
23
|
+
"lodash": "^4.17.23",
|
|
24
|
+
"moment": "2.30.1",
|
|
25
|
+
"moment-duration-format": "2.3.2",
|
|
26
|
+
"moment-timezone": "0.6.1",
|
|
27
|
+
"v-click-outside": "^3.2.0",
|
|
28
|
+
"vue": "^3.5.30",
|
|
29
|
+
"vue-datepicker-next": "^1.0.3",
|
|
30
|
+
"vue-moment": "4.1.0",
|
|
31
|
+
"vue-resize-directive": "^1.2.0"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@vitejs/plugin-vue": "6.0.5",
|
|
35
|
+
"sass": "^1.98.0",
|
|
36
|
+
"vite": "^7.3.1"
|
|
37
|
+
},
|
|
38
|
+
"peerDependencies": {
|
|
39
|
+
"vue": ">=3"
|
|
40
|
+
}
|
|
41
|
+
}
|