vue-efko-data-view 1.0.4 → 1.0.6
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/data-view.es.js
CHANGED
|
@@ -1,1629 +1,145 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { isEqual as
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
return I = Object.assign ? Object.assign.bind() : function(e) {
|
|
9
|
-
for (var n = 1; n < arguments.length; n++) {
|
|
10
|
-
var t = arguments[n];
|
|
11
|
-
for (var o in t) ({}).hasOwnProperty.call(t, o) && (e[o] = t[o]);
|
|
12
|
-
}
|
|
13
|
-
return e;
|
|
14
|
-
}, I.apply(null, arguments);
|
|
15
|
-
}
|
|
16
|
-
function Ct(e) {
|
|
17
|
-
for (var n = 0, t, o = 0, r = e.length; r >= 4; ++o, r -= 4)
|
|
18
|
-
t = e.charCodeAt(o) & 255 | (e.charCodeAt(++o) & 255) << 8 | (e.charCodeAt(++o) & 255) << 16 | (e.charCodeAt(++o) & 255) << 24, t = /* Math.imul(k, m): */
|
|
19
|
-
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
|
|
20
|
-
t >>> 24, n = /* Math.imul(k, m): */
|
|
21
|
-
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
|
|
22
|
-
(n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16);
|
|
23
|
-
switch (r) {
|
|
24
|
-
case 3:
|
|
25
|
-
n ^= (e.charCodeAt(o + 2) & 255) << 16;
|
|
26
|
-
case 2:
|
|
27
|
-
n ^= (e.charCodeAt(o + 1) & 255) << 8;
|
|
28
|
-
case 1:
|
|
29
|
-
n ^= e.charCodeAt(o) & 255, n = /* Math.imul(h, m): */
|
|
30
|
-
(n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16);
|
|
31
|
-
}
|
|
32
|
-
return n ^= n >>> 13, n = /* Math.imul(h, m): */
|
|
33
|
-
(n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16), ((n ^ n >>> 15) >>> 0).toString(36);
|
|
34
|
-
}
|
|
35
|
-
const ot = "%";
|
|
36
|
-
class Gt {
|
|
37
|
-
constructor(n) {
|
|
38
|
-
this.cache = /* @__PURE__ */ new Map(), this.instanceId = n;
|
|
39
|
-
}
|
|
40
|
-
get(n) {
|
|
41
|
-
return this.cache.get(Array.isArray(n) ? n.join(ot) : n) || null;
|
|
42
|
-
}
|
|
43
|
-
update(n, t) {
|
|
44
|
-
const o = Array.isArray(n) ? n.join(ot) : n, r = this.cache.get(o), a = t(r);
|
|
45
|
-
a === null ? this.cache.delete(o) : this.cache.set(o, a);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
const Wt = (e) => {
|
|
49
|
-
const n = e;
|
|
50
|
-
return n.install = function(t) {
|
|
51
|
-
t.component(n.displayName || n.name, e);
|
|
52
|
-
}, e;
|
|
53
|
-
};
|
|
54
|
-
function wt(e) {
|
|
55
|
-
return {
|
|
56
|
-
type: Object,
|
|
57
|
-
default: e
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
function He(e) {
|
|
61
|
-
return {
|
|
62
|
-
type: Boolean,
|
|
63
|
-
default: e
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
function qt(e, n) {
|
|
67
|
-
const t = {
|
|
68
|
-
validator: () => !0,
|
|
69
|
-
default: e
|
|
70
|
-
};
|
|
71
|
-
return t;
|
|
72
|
-
}
|
|
73
|
-
function rt(e) {
|
|
74
|
-
return {
|
|
75
|
-
type: Array,
|
|
76
|
-
default: e
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
function at(e) {
|
|
80
|
-
return {
|
|
81
|
-
type: String,
|
|
82
|
-
default: e
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
function Kt(e, n) {
|
|
86
|
-
return e ? {
|
|
87
|
-
type: e,
|
|
88
|
-
default: n
|
|
89
|
-
} : qt(n);
|
|
90
|
-
}
|
|
91
|
-
const Yt = "data-token-hash", Be = "data-css-hash", me = "__cssinjs_instance__";
|
|
92
|
-
function be() {
|
|
93
|
-
const e = Math.random().toString(12).slice(2);
|
|
94
|
-
if (typeof document < "u" && document.head && document.body) {
|
|
95
|
-
const n = document.body.querySelectorAll(`style[${Be}]`) || [], {
|
|
96
|
-
firstChild: t
|
|
97
|
-
} = document.head;
|
|
98
|
-
Array.from(n).forEach((r) => {
|
|
99
|
-
r[me] = r[me] || e, r[me] === e && document.head.insertBefore(r, t);
|
|
100
|
-
});
|
|
101
|
-
const o = {};
|
|
102
|
-
Array.from(document.querySelectorAll(`style[${Be}]`)).forEach((r) => {
|
|
103
|
-
var a;
|
|
104
|
-
const l = r.getAttribute(Be);
|
|
105
|
-
o[l] ? r[me] === e && ((a = r.parentNode) === null || a === void 0 || a.removeChild(r)) : o[l] = !0;
|
|
106
|
-
});
|
|
107
|
-
}
|
|
108
|
-
return new Gt(e);
|
|
109
|
-
}
|
|
110
|
-
const kt = Symbol("StyleContextKey"), Zt = () => {
|
|
111
|
-
var e, n, t;
|
|
112
|
-
const o = Lt();
|
|
113
|
-
let r;
|
|
114
|
-
if (o && o.appContext) {
|
|
115
|
-
const a = (t = (n = (e = o.appContext) === null || e === void 0 ? void 0 : e.config) === null || n === void 0 ? void 0 : n.globalProperties) === null || t === void 0 ? void 0 : t.__ANTDV_CSSINJS_CACHE__;
|
|
116
|
-
a ? r = a : (r = be(), o.appContext.config.globalProperties && (o.appContext.config.globalProperties.__ANTDV_CSSINJS_CACHE__ = r));
|
|
117
|
-
} else
|
|
118
|
-
r = be();
|
|
119
|
-
return r;
|
|
120
|
-
}, Mt = {
|
|
121
|
-
cache: be(),
|
|
122
|
-
defaultCache: !0,
|
|
123
|
-
hashPriority: "low"
|
|
124
|
-
}, Je = () => {
|
|
125
|
-
const e = Zt();
|
|
126
|
-
return mt(kt, ve(I(I({}, Mt), {
|
|
127
|
-
cache: e
|
|
128
|
-
})));
|
|
129
|
-
}, Qt = (e) => {
|
|
130
|
-
const n = Je(), t = ve(I(I({}, Mt), {
|
|
131
|
-
cache: be()
|
|
132
|
-
}));
|
|
133
|
-
return $([() => _(e), n], () => {
|
|
134
|
-
const o = I({}, n.value), r = _(e);
|
|
135
|
-
Object.keys(r).forEach((l) => {
|
|
136
|
-
const s = r[l];
|
|
137
|
-
r[l] !== void 0 && (o[l] = s);
|
|
138
|
-
});
|
|
139
|
-
const {
|
|
140
|
-
cache: a
|
|
141
|
-
} = r;
|
|
142
|
-
o.cache = o.cache || be(), o.defaultCache = !a && n.value.defaultCache, t.value = o;
|
|
143
|
-
}, {
|
|
144
|
-
immediate: !0
|
|
145
|
-
}), vt(kt, t), t;
|
|
146
|
-
}, Jt = () => ({
|
|
147
|
-
autoClear: He(),
|
|
148
|
-
/** @private Test only. Not work in production. */
|
|
149
|
-
mock: at(),
|
|
150
|
-
/**
|
|
151
|
-
* Only set when you need ssr to extract style on you own.
|
|
152
|
-
* If not provided, it will auto create <style /> on the end of Provider in server side.
|
|
153
|
-
*/
|
|
154
|
-
cache: wt(),
|
|
155
|
-
/** Tell children that this context is default generated context */
|
|
156
|
-
defaultCache: He(),
|
|
157
|
-
/** Use `:where` selector to reduce hashId css selector priority */
|
|
158
|
-
hashPriority: at(),
|
|
159
|
-
/** Tell cssinjs where to inject style in */
|
|
160
|
-
container: Kt(),
|
|
161
|
-
/** Component wil render inline `<style />` for fallback in SSR. Not recommend. */
|
|
162
|
-
ssrInline: He(),
|
|
163
|
-
/** Transform css before inject in document. Please note that `transformers` do not support dynamic update */
|
|
164
|
-
transformers: rt(),
|
|
165
|
-
/**
|
|
166
|
-
* Linters to lint css before inject in document.
|
|
167
|
-
* Styles will be linted after transforming.
|
|
168
|
-
* Please note that `linters` do not support dynamic update.
|
|
169
|
-
*/
|
|
170
|
-
linters: rt()
|
|
171
|
-
});
|
|
172
|
-
Wt(P({
|
|
173
|
-
name: "AStyleProvider",
|
|
174
|
-
inheritAttrs: !1,
|
|
175
|
-
props: Jt(),
|
|
176
|
-
setup(e, {
|
|
177
|
-
slots: n
|
|
178
|
-
}) {
|
|
179
|
-
return Qt(e), () => {
|
|
180
|
-
var t;
|
|
181
|
-
return (t = n.default) === null || t === void 0 ? void 0 : t.call(n);
|
|
182
|
-
};
|
|
183
|
-
}
|
|
184
|
-
}));
|
|
185
|
-
function en() {
|
|
186
|
-
return !1;
|
|
187
|
-
}
|
|
188
|
-
let Pe = !1;
|
|
189
|
-
function tn() {
|
|
190
|
-
return Pe;
|
|
191
|
-
}
|
|
192
|
-
const nn = process.env.NODE_ENV === "production" ? en : tn;
|
|
193
|
-
if (process.env.NODE_ENV !== "production" && typeof module < "u" && module && module.hot && typeof window < "u") {
|
|
194
|
-
const e = window;
|
|
195
|
-
if (typeof e.webpackHotUpdate == "function") {
|
|
196
|
-
const n = e.webpackHotUpdate;
|
|
197
|
-
e.webpackHotUpdate = (...t) => (Pe = !0, setTimeout(() => {
|
|
198
|
-
Pe = !1;
|
|
199
|
-
}, 0), n(...t));
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
function on(e, n, t, o) {
|
|
203
|
-
const r = Je(), a = ve(""), l = ve();
|
|
204
|
-
Ot(() => {
|
|
205
|
-
a.value = [e, ...n.value].join("%");
|
|
206
|
-
});
|
|
207
|
-
const s = nn(), h = (d) => {
|
|
208
|
-
r.value.cache.update(d, (u) => {
|
|
209
|
-
const [m = 0, S] = u || [];
|
|
210
|
-
return m - 1 === 0 ? (o == null || o(S, !1), null) : [m - 1, S];
|
|
211
|
-
});
|
|
212
|
-
};
|
|
213
|
-
return $(a, (d, u) => {
|
|
214
|
-
u && h(u), r.value.cache.update(d, (m) => {
|
|
215
|
-
const [S = 0, x] = m || [];
|
|
216
|
-
let f = x;
|
|
217
|
-
process.env.NODE_ENV !== "production" && x && s && (o == null || o(f, s), f = null);
|
|
218
|
-
const k = f || t();
|
|
219
|
-
return [S + 1, k];
|
|
220
|
-
}), l.value = r.value.cache.get(a.value)[1];
|
|
221
|
-
}, {
|
|
222
|
-
immediate: !0
|
|
223
|
-
}), Ke(() => {
|
|
224
|
-
h(a.value);
|
|
225
|
-
}), l;
|
|
226
|
-
}
|
|
227
|
-
function rn(e, n) {
|
|
228
|
-
if (e.length !== n.length)
|
|
229
|
-
return !1;
|
|
230
|
-
for (let t = 0; t < e.length; t++)
|
|
231
|
-
if (e[t] !== n[t])
|
|
232
|
-
return !1;
|
|
233
|
-
return !0;
|
|
234
|
-
}
|
|
235
|
-
class se {
|
|
236
|
-
constructor() {
|
|
237
|
-
this.cache = /* @__PURE__ */ new Map(), this.keys = [], this.cacheCallTimes = 0;
|
|
238
|
-
}
|
|
239
|
-
size() {
|
|
240
|
-
return this.keys.length;
|
|
241
|
-
}
|
|
242
|
-
internalGet(n, t = !1) {
|
|
243
|
-
let o = {
|
|
244
|
-
map: this.cache
|
|
245
|
-
};
|
|
246
|
-
return n.forEach((r) => {
|
|
247
|
-
var a;
|
|
248
|
-
o ? o = (a = o == null ? void 0 : o.map) === null || a === void 0 ? void 0 : a.get(r) : o = void 0;
|
|
249
|
-
}), o != null && o.value && t && (o.value[1] = this.cacheCallTimes++), o == null ? void 0 : o.value;
|
|
250
|
-
}
|
|
251
|
-
get(n) {
|
|
252
|
-
var t;
|
|
253
|
-
return (t = this.internalGet(n, !0)) === null || t === void 0 ? void 0 : t[0];
|
|
254
|
-
}
|
|
255
|
-
has(n) {
|
|
256
|
-
return !!this.internalGet(n);
|
|
257
|
-
}
|
|
258
|
-
set(n, t) {
|
|
259
|
-
if (!this.has(n)) {
|
|
260
|
-
if (this.size() + 1 > se.MAX_CACHE_SIZE + se.MAX_CACHE_OFFSET) {
|
|
261
|
-
const [r] = this.keys.reduce((a, l) => {
|
|
262
|
-
const [, s] = a;
|
|
263
|
-
return this.internalGet(l)[1] < s ? [l, this.internalGet(l)[1]] : a;
|
|
264
|
-
}, [this.keys[0], this.cacheCallTimes]);
|
|
265
|
-
this.delete(r);
|
|
266
|
-
}
|
|
267
|
-
this.keys.push(n);
|
|
268
|
-
}
|
|
269
|
-
let o = this.cache;
|
|
270
|
-
n.forEach((r, a) => {
|
|
271
|
-
if (a === n.length - 1)
|
|
272
|
-
o.set(r, {
|
|
273
|
-
value: [t, this.cacheCallTimes++]
|
|
274
|
-
});
|
|
275
|
-
else {
|
|
276
|
-
const l = o.get(r);
|
|
277
|
-
l ? l.map || (l.map = /* @__PURE__ */ new Map()) : o.set(r, {
|
|
278
|
-
map: /* @__PURE__ */ new Map()
|
|
279
|
-
}), o = o.get(r).map;
|
|
280
|
-
}
|
|
281
|
-
});
|
|
282
|
-
}
|
|
283
|
-
deleteByPath(n, t) {
|
|
284
|
-
var o;
|
|
285
|
-
const r = n.get(t[0]);
|
|
286
|
-
if (t.length === 1)
|
|
287
|
-
return r.map ? n.set(t[0], {
|
|
288
|
-
map: r.map
|
|
289
|
-
}) : n.delete(t[0]), (o = r.value) === null || o === void 0 ? void 0 : o[0];
|
|
290
|
-
const a = this.deleteByPath(r.map, t.slice(1));
|
|
291
|
-
return (!r.map || r.map.size === 0) && !r.value && n.delete(t[0]), a;
|
|
292
|
-
}
|
|
293
|
-
delete(n) {
|
|
294
|
-
if (this.has(n))
|
|
295
|
-
return this.keys = this.keys.filter((t) => !rn(t, n)), this.deleteByPath(this.cache, n);
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
se.MAX_CACHE_SIZE = 20;
|
|
299
|
-
se.MAX_CACHE_OFFSET = 5;
|
|
300
|
-
let Ne = {};
|
|
301
|
-
function an(e, n) {
|
|
302
|
-
process.env.NODE_ENV !== "production" && !e && console !== void 0 && console.error(`Warning: ${n}`);
|
|
303
|
-
}
|
|
304
|
-
function ln() {
|
|
305
|
-
Ne = {};
|
|
306
|
-
}
|
|
307
|
-
function sn(e, n, t) {
|
|
308
|
-
!n && !Ne[t] && (e(!1, t), Ne[t] = !0);
|
|
309
|
-
}
|
|
310
|
-
function cn(e, n) {
|
|
311
|
-
sn(an, e, n);
|
|
312
|
-
}
|
|
313
|
-
function un() {
|
|
314
|
-
}
|
|
315
|
-
let Et = un;
|
|
316
|
-
process.env.NODE_ENV !== "production" && (Et = (e, n, t) => {
|
|
317
|
-
cn(e, `[ant-design-vue: ${n}] ${t}`), process.env.NODE_ENV === "test" && ln();
|
|
318
|
-
});
|
|
319
|
-
let it = 0;
|
|
320
|
-
class Tt {
|
|
321
|
-
constructor(n) {
|
|
322
|
-
this.derivatives = Array.isArray(n) ? n : [n], this.id = it, n.length === 0 && Et(n.length > 0, "[Efko дизайн Vue CSS-in-JS] Theme should have at least one derivative function."), it += 1;
|
|
323
|
-
}
|
|
324
|
-
getDerivativeToken(n) {
|
|
325
|
-
return this.derivatives.reduce((t, o) => o(n, t), void 0);
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
const De = new se();
|
|
329
|
-
function dn(e) {
|
|
330
|
-
const n = Array.isArray(e) ? e : [e];
|
|
331
|
-
return De.has(n) || De.set(n, new Tt(n)), De.get(n);
|
|
332
|
-
}
|
|
333
|
-
const lt = /* @__PURE__ */ new WeakMap();
|
|
334
|
-
function Me(e) {
|
|
335
|
-
let n = lt.get(e) || "";
|
|
336
|
-
return n || (Object.keys(e).forEach((t) => {
|
|
337
|
-
const o = e[t];
|
|
338
|
-
n += t, o instanceof Tt ? n += o.id : o && typeof o == "object" ? n += Me(o) : n += o;
|
|
339
|
-
}), lt.set(e, n)), n;
|
|
340
|
-
}
|
|
341
|
-
function fn(e, n) {
|
|
342
|
-
return Ct(`${n}_${Me(e)}`);
|
|
343
|
-
}
|
|
344
|
-
const st = {}, pn = process.env.NODE_ENV === "production", gn = process.env.NODE_ENV === "prerender", hn = !pn && !gn ? "css-dev-only-do-not-override" : "css", oe = /* @__PURE__ */ new Map();
|
|
345
|
-
function mn(e) {
|
|
346
|
-
oe.set(e, (oe.get(e) || 0) + 1);
|
|
347
|
-
}
|
|
348
|
-
function vn(e, n) {
|
|
349
|
-
typeof document < "u" && document.querySelectorAll(`style[${Yt}="${e}"]`).forEach((o) => {
|
|
350
|
-
var r;
|
|
351
|
-
o[me] === n && ((r = o.parentNode) === null || r === void 0 || r.removeChild(o));
|
|
352
|
-
});
|
|
353
|
-
}
|
|
354
|
-
const yn = 0;
|
|
355
|
-
function bn(e, n) {
|
|
356
|
-
oe.set(e, (oe.get(e) || 0) - 1);
|
|
357
|
-
const t = Array.from(oe.keys()), o = t.filter((r) => (oe.get(r) || 0) <= 0);
|
|
358
|
-
t.length - o.length > yn && o.forEach((r) => {
|
|
359
|
-
vn(r, n), oe.delete(r);
|
|
360
|
-
});
|
|
361
|
-
}
|
|
362
|
-
const xn = (e, n, t, o) => {
|
|
363
|
-
const r = t.getDerivativeToken(e);
|
|
364
|
-
let a = I(I({}, r), n);
|
|
365
|
-
return o && (a = o(a)), a;
|
|
366
|
-
};
|
|
367
|
-
function Sn(e, n, t = L({})) {
|
|
368
|
-
const o = Je(), r = T(() => I({}, ...n.value)), a = T(() => Me(r.value)), l = T(() => Me(t.value.override || st));
|
|
369
|
-
return on("token", T(() => [t.value.salt || "", e.value.id, a.value, l.value]), () => {
|
|
370
|
-
const {
|
|
371
|
-
salt: h = "",
|
|
372
|
-
override: d = st,
|
|
373
|
-
formatToken: u,
|
|
374
|
-
getComputedToken: m
|
|
375
|
-
} = t.value, S = m ? m(r.value, d, e.value) : xn(r.value, d, e.value, u), x = fn(S, h);
|
|
376
|
-
S._tokenKey = x, mn(x);
|
|
377
|
-
const f = `${hn}-${Ct(x)}`;
|
|
378
|
-
return S._hashId = f, [S, f];
|
|
379
|
-
}, (h) => {
|
|
380
|
-
var d;
|
|
381
|
-
bn(h[0]._tokenKey, (d = o.value) === null || d === void 0 ? void 0 : d.cache.instanceId);
|
|
382
|
-
});
|
|
383
|
-
}
|
|
384
|
-
const An = "1.7.0";
|
|
385
|
-
function j(e, n) {
|
|
386
|
-
Cn(e) && (e = "100%");
|
|
387
|
-
var t = wn(e);
|
|
388
|
-
return e = n === 360 ? e : Math.min(n, Math.max(0, parseFloat(e))), t && (e = parseInt(String(e * n), 10) / 100), Math.abs(e - n) < 1e-6 ? 1 : (n === 360 ? e = (e < 0 ? e % n + n : e % n) / parseFloat(String(n)) : e = e % n / parseFloat(String(n)), e);
|
|
389
|
-
}
|
|
390
|
-
function Se(e) {
|
|
391
|
-
return Math.min(1, Math.max(0, e));
|
|
392
|
-
}
|
|
393
|
-
function Cn(e) {
|
|
394
|
-
return typeof e == "string" && e.indexOf(".") !== -1 && parseFloat(e) === 1;
|
|
395
|
-
}
|
|
396
|
-
function wn(e) {
|
|
397
|
-
return typeof e == "string" && e.indexOf("%") !== -1;
|
|
398
|
-
}
|
|
399
|
-
function It(e) {
|
|
400
|
-
return e = parseFloat(e), (isNaN(e) || e < 0 || e > 1) && (e = 1), e;
|
|
401
|
-
}
|
|
402
|
-
function Ae(e) {
|
|
403
|
-
return e <= 1 ? "".concat(Number(e) * 100, "%") : e;
|
|
404
|
-
}
|
|
405
|
-
function re(e) {
|
|
406
|
-
return e.length === 1 ? "0" + e : String(e);
|
|
407
|
-
}
|
|
408
|
-
function kn(e, n, t) {
|
|
409
|
-
return {
|
|
410
|
-
r: j(e, 255) * 255,
|
|
411
|
-
g: j(n, 255) * 255,
|
|
412
|
-
b: j(t, 255) * 255
|
|
413
|
-
};
|
|
414
|
-
}
|
|
415
|
-
function ct(e, n, t) {
|
|
416
|
-
e = j(e, 255), n = j(n, 255), t = j(t, 255);
|
|
417
|
-
var o = Math.max(e, n, t), r = Math.min(e, n, t), a = 0, l = 0, s = (o + r) / 2;
|
|
418
|
-
if (o === r)
|
|
419
|
-
l = 0, a = 0;
|
|
420
|
-
else {
|
|
421
|
-
var h = o - r;
|
|
422
|
-
switch (l = s > 0.5 ? h / (2 - o - r) : h / (o + r), o) {
|
|
423
|
-
case e:
|
|
424
|
-
a = (n - t) / h + (n < t ? 6 : 0);
|
|
425
|
-
break;
|
|
426
|
-
case n:
|
|
427
|
-
a = (t - e) / h + 2;
|
|
428
|
-
break;
|
|
429
|
-
case t:
|
|
430
|
-
a = (e - n) / h + 4;
|
|
431
|
-
break;
|
|
432
|
-
}
|
|
433
|
-
a /= 6;
|
|
434
|
-
}
|
|
435
|
-
return { h: a, s: l, l: s };
|
|
436
|
-
}
|
|
437
|
-
function $e(e, n, t) {
|
|
438
|
-
return t < 0 && (t += 1), t > 1 && (t -= 1), t < 1 / 6 ? e + (n - e) * (6 * t) : t < 1 / 2 ? n : t < 2 / 3 ? e + (n - e) * (2 / 3 - t) * 6 : e;
|
|
439
|
-
}
|
|
440
|
-
function Mn(e, n, t) {
|
|
441
|
-
var o, r, a;
|
|
442
|
-
if (e = j(e, 360), n = j(n, 100), t = j(t, 100), n === 0)
|
|
443
|
-
r = t, a = t, o = t;
|
|
444
|
-
else {
|
|
445
|
-
var l = t < 0.5 ? t * (1 + n) : t + n - t * n, s = 2 * t - l;
|
|
446
|
-
o = $e(s, l, e + 1 / 3), r = $e(s, l, e), a = $e(s, l, e - 1 / 3);
|
|
447
|
-
}
|
|
448
|
-
return { r: o * 255, g: r * 255, b: a * 255 };
|
|
449
|
-
}
|
|
450
|
-
function je(e, n, t) {
|
|
451
|
-
e = j(e, 255), n = j(n, 255), t = j(t, 255);
|
|
452
|
-
var o = Math.max(e, n, t), r = Math.min(e, n, t), a = 0, l = o, s = o - r, h = o === 0 ? 0 : s / o;
|
|
453
|
-
if (o === r)
|
|
454
|
-
a = 0;
|
|
455
|
-
else {
|
|
456
|
-
switch (o) {
|
|
457
|
-
case e:
|
|
458
|
-
a = (n - t) / s + (n < t ? 6 : 0);
|
|
459
|
-
break;
|
|
460
|
-
case n:
|
|
461
|
-
a = (t - e) / s + 2;
|
|
462
|
-
break;
|
|
463
|
-
case t:
|
|
464
|
-
a = (e - n) / s + 4;
|
|
465
|
-
break;
|
|
466
|
-
}
|
|
467
|
-
a /= 6;
|
|
468
|
-
}
|
|
469
|
-
return { h: a, s: h, v: l };
|
|
470
|
-
}
|
|
471
|
-
function En(e, n, t) {
|
|
472
|
-
e = j(e, 360) * 6, n = j(n, 100), t = j(t, 100);
|
|
473
|
-
var o = Math.floor(e), r = e - o, a = t * (1 - n), l = t * (1 - r * n), s = t * (1 - (1 - r) * n), h = o % 6, d = [t, l, a, a, s, t][h], u = [s, t, t, l, a, a][h], m = [a, a, s, t, t, l][h];
|
|
474
|
-
return { r: d * 255, g: u * 255, b: m * 255 };
|
|
475
|
-
}
|
|
476
|
-
function Ue(e, n, t, o) {
|
|
477
|
-
var r = [
|
|
478
|
-
re(Math.round(e).toString(16)),
|
|
479
|
-
re(Math.round(n).toString(16)),
|
|
480
|
-
re(Math.round(t).toString(16))
|
|
481
|
-
];
|
|
482
|
-
return o && r[0].startsWith(r[0].charAt(1)) && r[1].startsWith(r[1].charAt(1)) && r[2].startsWith(r[2].charAt(1)) ? r[0].charAt(0) + r[1].charAt(0) + r[2].charAt(0) : r.join("");
|
|
483
|
-
}
|
|
484
|
-
function Tn(e, n, t, o, r) {
|
|
485
|
-
var a = [
|
|
486
|
-
re(Math.round(e).toString(16)),
|
|
487
|
-
re(Math.round(n).toString(16)),
|
|
488
|
-
re(Math.round(t).toString(16)),
|
|
489
|
-
re(In(o))
|
|
490
|
-
];
|
|
491
|
-
return r && a[0].startsWith(a[0].charAt(1)) && a[1].startsWith(a[1].charAt(1)) && a[2].startsWith(a[2].charAt(1)) && a[3].startsWith(a[3].charAt(1)) ? a[0].charAt(0) + a[1].charAt(0) + a[2].charAt(0) + a[3].charAt(0) : a.join("");
|
|
492
|
-
}
|
|
493
|
-
function In(e) {
|
|
494
|
-
return Math.round(parseFloat(e) * 255).toString(16);
|
|
495
|
-
}
|
|
496
|
-
function ut(e) {
|
|
497
|
-
return G(e) / 255;
|
|
498
|
-
}
|
|
499
|
-
function G(e) {
|
|
500
|
-
return parseInt(e, 16);
|
|
501
|
-
}
|
|
502
|
-
function Hn(e) {
|
|
503
|
-
return {
|
|
504
|
-
r: e >> 16,
|
|
505
|
-
g: (e & 65280) >> 8,
|
|
506
|
-
b: e & 255
|
|
507
|
-
};
|
|
508
|
-
}
|
|
509
|
-
var Xe = {
|
|
510
|
-
aliceblue: "#f0f8ff",
|
|
511
|
-
antiquewhite: "#faebd7",
|
|
512
|
-
aqua: "#00ffff",
|
|
513
|
-
aquamarine: "#7fffd4",
|
|
514
|
-
azure: "#f0ffff",
|
|
515
|
-
beige: "#f5f5dc",
|
|
516
|
-
bisque: "#ffe4c4",
|
|
517
|
-
black: "#000000",
|
|
518
|
-
blanchedalmond: "#ffebcd",
|
|
519
|
-
blue: "#0000ff",
|
|
520
|
-
blueviolet: "#8a2be2",
|
|
521
|
-
brown: "#a52a2a",
|
|
522
|
-
burlywood: "#deb887",
|
|
523
|
-
cadetblue: "#5f9ea0",
|
|
524
|
-
chartreuse: "#7fff00",
|
|
525
|
-
chocolate: "#d2691e",
|
|
526
|
-
coral: "#ff7f50",
|
|
527
|
-
cornflowerblue: "#6495ed",
|
|
528
|
-
cornsilk: "#fff8dc",
|
|
529
|
-
crimson: "#dc143c",
|
|
530
|
-
cyan: "#00ffff",
|
|
531
|
-
darkblue: "#00008b",
|
|
532
|
-
darkcyan: "#008b8b",
|
|
533
|
-
darkgoldenrod: "#b8860b",
|
|
534
|
-
darkgray: "#a9a9a9",
|
|
535
|
-
darkgreen: "#006400",
|
|
536
|
-
darkgrey: "#a9a9a9",
|
|
537
|
-
darkkhaki: "#bdb76b",
|
|
538
|
-
darkmagenta: "#8b008b",
|
|
539
|
-
darkolivegreen: "#556b2f",
|
|
540
|
-
darkorange: "#ff8c00",
|
|
541
|
-
darkorchid: "#9932cc",
|
|
542
|
-
darkred: "#8b0000",
|
|
543
|
-
darksalmon: "#e9967a",
|
|
544
|
-
darkseagreen: "#8fbc8f",
|
|
545
|
-
darkslateblue: "#483d8b",
|
|
546
|
-
darkslategray: "#2f4f4f",
|
|
547
|
-
darkslategrey: "#2f4f4f",
|
|
548
|
-
darkturquoise: "#00ced1",
|
|
549
|
-
darkviolet: "#9400d3",
|
|
550
|
-
deeppink: "#ff1493",
|
|
551
|
-
deepskyblue: "#00bfff",
|
|
552
|
-
dimgray: "#696969",
|
|
553
|
-
dimgrey: "#696969",
|
|
554
|
-
dodgerblue: "#1e90ff",
|
|
555
|
-
firebrick: "#b22222",
|
|
556
|
-
floralwhite: "#fffaf0",
|
|
557
|
-
forestgreen: "#228b22",
|
|
558
|
-
fuchsia: "#ff00ff",
|
|
559
|
-
gainsboro: "#dcdcdc",
|
|
560
|
-
ghostwhite: "#f8f8ff",
|
|
561
|
-
goldenrod: "#daa520",
|
|
562
|
-
gold: "#ffd700",
|
|
563
|
-
gray: "#808080",
|
|
564
|
-
green: "#008000",
|
|
565
|
-
greenyellow: "#adff2f",
|
|
566
|
-
grey: "#808080",
|
|
567
|
-
honeydew: "#f0fff0",
|
|
568
|
-
hotpink: "#ff69b4",
|
|
569
|
-
indianred: "#cd5c5c",
|
|
570
|
-
indigo: "#4b0082",
|
|
571
|
-
ivory: "#fffff0",
|
|
572
|
-
khaki: "#f0e68c",
|
|
573
|
-
lavenderblush: "#fff0f5",
|
|
574
|
-
lavender: "#e6e6fa",
|
|
575
|
-
lawngreen: "#7cfc00",
|
|
576
|
-
lemonchiffon: "#fffacd",
|
|
577
|
-
lightblue: "#add8e6",
|
|
578
|
-
lightcoral: "#f08080",
|
|
579
|
-
lightcyan: "#e0ffff",
|
|
580
|
-
lightgoldenrodyellow: "#fafad2",
|
|
581
|
-
lightgray: "#d3d3d3",
|
|
582
|
-
lightgreen: "#90ee90",
|
|
583
|
-
lightgrey: "#d3d3d3",
|
|
584
|
-
lightpink: "#ffb6c1",
|
|
585
|
-
lightsalmon: "#ffa07a",
|
|
586
|
-
lightseagreen: "#20b2aa",
|
|
587
|
-
lightskyblue: "#87cefa",
|
|
588
|
-
lightslategray: "#778899",
|
|
589
|
-
lightslategrey: "#778899",
|
|
590
|
-
lightsteelblue: "#b0c4de",
|
|
591
|
-
lightyellow: "#ffffe0",
|
|
592
|
-
lime: "#00ff00",
|
|
593
|
-
limegreen: "#32cd32",
|
|
594
|
-
linen: "#faf0e6",
|
|
595
|
-
magenta: "#ff00ff",
|
|
596
|
-
maroon: "#800000",
|
|
597
|
-
mediumaquamarine: "#66cdaa",
|
|
598
|
-
mediumblue: "#0000cd",
|
|
599
|
-
mediumorchid: "#ba55d3",
|
|
600
|
-
mediumpurple: "#9370db",
|
|
601
|
-
mediumseagreen: "#3cb371",
|
|
602
|
-
mediumslateblue: "#7b68ee",
|
|
603
|
-
mediumspringgreen: "#00fa9a",
|
|
604
|
-
mediumturquoise: "#48d1cc",
|
|
605
|
-
mediumvioletred: "#c71585",
|
|
606
|
-
midnightblue: "#191970",
|
|
607
|
-
mintcream: "#f5fffa",
|
|
608
|
-
mistyrose: "#ffe4e1",
|
|
609
|
-
moccasin: "#ffe4b5",
|
|
610
|
-
navajowhite: "#ffdead",
|
|
611
|
-
navy: "#000080",
|
|
612
|
-
oldlace: "#fdf5e6",
|
|
613
|
-
olive: "#808000",
|
|
614
|
-
olivedrab: "#6b8e23",
|
|
615
|
-
orange: "#ffa500",
|
|
616
|
-
orangered: "#ff4500",
|
|
617
|
-
orchid: "#da70d6",
|
|
618
|
-
palegoldenrod: "#eee8aa",
|
|
619
|
-
palegreen: "#98fb98",
|
|
620
|
-
paleturquoise: "#afeeee",
|
|
621
|
-
palevioletred: "#db7093",
|
|
622
|
-
papayawhip: "#ffefd5",
|
|
623
|
-
peachpuff: "#ffdab9",
|
|
624
|
-
peru: "#cd853f",
|
|
625
|
-
pink: "#ffc0cb",
|
|
626
|
-
plum: "#dda0dd",
|
|
627
|
-
powderblue: "#b0e0e6",
|
|
628
|
-
purple: "#800080",
|
|
629
|
-
rebeccapurple: "#663399",
|
|
630
|
-
red: "#ff0000",
|
|
631
|
-
rosybrown: "#bc8f8f",
|
|
632
|
-
royalblue: "#4169e1",
|
|
633
|
-
saddlebrown: "#8b4513",
|
|
634
|
-
salmon: "#fa8072",
|
|
635
|
-
sandybrown: "#f4a460",
|
|
636
|
-
seagreen: "#2e8b57",
|
|
637
|
-
seashell: "#fff5ee",
|
|
638
|
-
sienna: "#a0522d",
|
|
639
|
-
silver: "#c0c0c0",
|
|
640
|
-
skyblue: "#87ceeb",
|
|
641
|
-
slateblue: "#6a5acd",
|
|
642
|
-
slategray: "#708090",
|
|
643
|
-
slategrey: "#708090",
|
|
644
|
-
snow: "#fffafa",
|
|
645
|
-
springgreen: "#00ff7f",
|
|
646
|
-
steelblue: "#4682b4",
|
|
647
|
-
tan: "#d2b48c",
|
|
648
|
-
teal: "#008080",
|
|
649
|
-
thistle: "#d8bfd8",
|
|
650
|
-
tomato: "#ff6347",
|
|
651
|
-
turquoise: "#40e0d0",
|
|
652
|
-
violet: "#ee82ee",
|
|
653
|
-
wheat: "#f5deb3",
|
|
654
|
-
white: "#ffffff",
|
|
655
|
-
whitesmoke: "#f5f5f5",
|
|
656
|
-
yellow: "#ffff00",
|
|
657
|
-
yellowgreen: "#9acd32"
|
|
658
|
-
};
|
|
659
|
-
function ae(e) {
|
|
660
|
-
var n = { r: 0, g: 0, b: 0 }, t = 1, o = null, r = null, a = null, l = !1, s = !1;
|
|
661
|
-
return typeof e == "string" && (e = $n(e)), typeof e == "object" && (J(e.r) && J(e.g) && J(e.b) ? (n = kn(e.r, e.g, e.b), l = !0, s = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : J(e.h) && J(e.s) && J(e.v) ? (o = Ae(e.s), r = Ae(e.v), n = En(e.h, o, r), l = !0, s = "hsv") : J(e.h) && J(e.s) && J(e.l) && (o = Ae(e.s), a = Ae(e.l), n = Mn(e.h, o, a), l = !0, s = "hsl"), Object.prototype.hasOwnProperty.call(e, "a") && (t = e.a)), t = It(t), {
|
|
662
|
-
ok: l,
|
|
663
|
-
format: e.format || s,
|
|
664
|
-
r: Math.min(255, Math.max(n.r, 0)),
|
|
665
|
-
g: Math.min(255, Math.max(n.g, 0)),
|
|
666
|
-
b: Math.min(255, Math.max(n.b, 0)),
|
|
667
|
-
a: t
|
|
668
|
-
};
|
|
669
|
-
}
|
|
670
|
-
var Bn = "[-\\+]?\\d+%?", Dn = "[-\\+]?\\d*\\.\\d+%?", ne = "(?:".concat(Dn, ")|(?:").concat(Bn, ")"), Fe = "[\\s|\\(]+(".concat(ne, ")[,|\\s]+(").concat(ne, ")[,|\\s]+(").concat(ne, ")\\s*\\)?"), Ve = "[\\s|\\(]+(".concat(ne, ")[,|\\s]+(").concat(ne, ")[,|\\s]+(").concat(ne, ")[,|\\s]+(").concat(ne, ")\\s*\\)?"), Y = {
|
|
671
|
-
CSS_UNIT: new RegExp(ne),
|
|
672
|
-
rgb: new RegExp("rgb" + Fe),
|
|
673
|
-
rgba: new RegExp("rgba" + Ve),
|
|
674
|
-
hsl: new RegExp("hsl" + Fe),
|
|
675
|
-
hsla: new RegExp("hsla" + Ve),
|
|
676
|
-
hsv: new RegExp("hsv" + Fe),
|
|
677
|
-
hsva: new RegExp("hsva" + Ve),
|
|
678
|
-
hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
|
|
679
|
-
hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
|
|
680
|
-
hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
|
|
681
|
-
hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/
|
|
682
|
-
};
|
|
683
|
-
function $n(e) {
|
|
684
|
-
if (e = e.trim().toLowerCase(), e.length === 0)
|
|
685
|
-
return !1;
|
|
686
|
-
var n = !1;
|
|
687
|
-
if (Xe[e])
|
|
688
|
-
e = Xe[e], n = !0;
|
|
689
|
-
else if (e === "transparent")
|
|
690
|
-
return { r: 0, g: 0, b: 0, a: 0, format: "name" };
|
|
691
|
-
var t = Y.rgb.exec(e);
|
|
692
|
-
return t ? { r: t[1], g: t[2], b: t[3] } : (t = Y.rgba.exec(e), t ? { r: t[1], g: t[2], b: t[3], a: t[4] } : (t = Y.hsl.exec(e), t ? { h: t[1], s: t[2], l: t[3] } : (t = Y.hsla.exec(e), t ? { h: t[1], s: t[2], l: t[3], a: t[4] } : (t = Y.hsv.exec(e), t ? { h: t[1], s: t[2], v: t[3] } : (t = Y.hsva.exec(e), t ? { h: t[1], s: t[2], v: t[3], a: t[4] } : (t = Y.hex8.exec(e), t ? {
|
|
693
|
-
r: G(t[1]),
|
|
694
|
-
g: G(t[2]),
|
|
695
|
-
b: G(t[3]),
|
|
696
|
-
a: ut(t[4]),
|
|
697
|
-
format: n ? "name" : "hex8"
|
|
698
|
-
} : (t = Y.hex6.exec(e), t ? {
|
|
699
|
-
r: G(t[1]),
|
|
700
|
-
g: G(t[2]),
|
|
701
|
-
b: G(t[3]),
|
|
702
|
-
format: n ? "name" : "hex"
|
|
703
|
-
} : (t = Y.hex4.exec(e), t ? {
|
|
704
|
-
r: G(t[1] + t[1]),
|
|
705
|
-
g: G(t[2] + t[2]),
|
|
706
|
-
b: G(t[3] + t[3]),
|
|
707
|
-
a: ut(t[4] + t[4]),
|
|
708
|
-
format: n ? "name" : "hex8"
|
|
709
|
-
} : (t = Y.hex3.exec(e), t ? {
|
|
710
|
-
r: G(t[1] + t[1]),
|
|
711
|
-
g: G(t[2] + t[2]),
|
|
712
|
-
b: G(t[3] + t[3]),
|
|
713
|
-
format: n ? "name" : "hex"
|
|
714
|
-
} : !1)))))))));
|
|
715
|
-
}
|
|
716
|
-
function J(e) {
|
|
717
|
-
return !!Y.CSS_UNIT.exec(String(e));
|
|
718
|
-
}
|
|
719
|
-
var Z = (
|
|
720
|
-
/** @class */
|
|
721
|
-
function() {
|
|
722
|
-
function e(n, t) {
|
|
723
|
-
n === void 0 && (n = ""), t === void 0 && (t = {});
|
|
724
|
-
var o;
|
|
725
|
-
if (n instanceof e)
|
|
726
|
-
return n;
|
|
727
|
-
typeof n == "number" && (n = Hn(n)), this.originalInput = n;
|
|
728
|
-
var r = ae(n);
|
|
729
|
-
this.originalInput = n, this.r = r.r, this.g = r.g, this.b = r.b, this.a = r.a, this.roundA = Math.round(100 * this.a) / 100, this.format = (o = t.format) !== null && o !== void 0 ? o : r.format, this.gradientType = t.gradientType, this.r < 1 && (this.r = Math.round(this.r)), this.g < 1 && (this.g = Math.round(this.g)), this.b < 1 && (this.b = Math.round(this.b)), this.isValid = r.ok;
|
|
730
|
-
}
|
|
731
|
-
return e.prototype.isDark = function() {
|
|
732
|
-
return this.getBrightness() < 128;
|
|
733
|
-
}, e.prototype.isLight = function() {
|
|
734
|
-
return !this.isDark();
|
|
735
|
-
}, e.prototype.getBrightness = function() {
|
|
736
|
-
var n = this.toRgb();
|
|
737
|
-
return (n.r * 299 + n.g * 587 + n.b * 114) / 1e3;
|
|
738
|
-
}, e.prototype.getLuminance = function() {
|
|
739
|
-
var n = this.toRgb(), t, o, r, a = n.r / 255, l = n.g / 255, s = n.b / 255;
|
|
740
|
-
return a <= 0.03928 ? t = a / 12.92 : t = Math.pow((a + 0.055) / 1.055, 2.4), l <= 0.03928 ? o = l / 12.92 : o = Math.pow((l + 0.055) / 1.055, 2.4), s <= 0.03928 ? r = s / 12.92 : r = Math.pow((s + 0.055) / 1.055, 2.4), 0.2126 * t + 0.7152 * o + 0.0722 * r;
|
|
741
|
-
}, e.prototype.getAlpha = function() {
|
|
742
|
-
return this.a;
|
|
743
|
-
}, e.prototype.setAlpha = function(n) {
|
|
744
|
-
return this.a = It(n), this.roundA = Math.round(100 * this.a) / 100, this;
|
|
745
|
-
}, e.prototype.isMonochrome = function() {
|
|
746
|
-
var n = this.toHsl().s;
|
|
747
|
-
return n === 0;
|
|
748
|
-
}, e.prototype.toHsv = function() {
|
|
749
|
-
var n = je(this.r, this.g, this.b);
|
|
750
|
-
return { h: n.h * 360, s: n.s, v: n.v, a: this.a };
|
|
751
|
-
}, e.prototype.toHsvString = function() {
|
|
752
|
-
var n = je(this.r, this.g, this.b), t = Math.round(n.h * 360), o = Math.round(n.s * 100), r = Math.round(n.v * 100);
|
|
753
|
-
return this.a === 1 ? "hsv(".concat(t, ", ").concat(o, "%, ").concat(r, "%)") : "hsva(".concat(t, ", ").concat(o, "%, ").concat(r, "%, ").concat(this.roundA, ")");
|
|
754
|
-
}, e.prototype.toHsl = function() {
|
|
755
|
-
var n = ct(this.r, this.g, this.b);
|
|
756
|
-
return { h: n.h * 360, s: n.s, l: n.l, a: this.a };
|
|
757
|
-
}, e.prototype.toHslString = function() {
|
|
758
|
-
var n = ct(this.r, this.g, this.b), t = Math.round(n.h * 360), o = Math.round(n.s * 100), r = Math.round(n.l * 100);
|
|
759
|
-
return this.a === 1 ? "hsl(".concat(t, ", ").concat(o, "%, ").concat(r, "%)") : "hsla(".concat(t, ", ").concat(o, "%, ").concat(r, "%, ").concat(this.roundA, ")");
|
|
760
|
-
}, e.prototype.toHex = function(n) {
|
|
761
|
-
return n === void 0 && (n = !1), Ue(this.r, this.g, this.b, n);
|
|
762
|
-
}, e.prototype.toHexString = function(n) {
|
|
763
|
-
return n === void 0 && (n = !1), "#" + this.toHex(n);
|
|
764
|
-
}, e.prototype.toHex8 = function(n) {
|
|
765
|
-
return n === void 0 && (n = !1), Tn(this.r, this.g, this.b, this.a, n);
|
|
766
|
-
}, e.prototype.toHex8String = function(n) {
|
|
767
|
-
return n === void 0 && (n = !1), "#" + this.toHex8(n);
|
|
768
|
-
}, e.prototype.toHexShortString = function(n) {
|
|
769
|
-
return n === void 0 && (n = !1), this.a === 1 ? this.toHexString(n) : this.toHex8String(n);
|
|
770
|
-
}, e.prototype.toRgb = function() {
|
|
771
|
-
return {
|
|
772
|
-
r: Math.round(this.r),
|
|
773
|
-
g: Math.round(this.g),
|
|
774
|
-
b: Math.round(this.b),
|
|
775
|
-
a: this.a
|
|
776
|
-
};
|
|
777
|
-
}, e.prototype.toRgbString = function() {
|
|
778
|
-
var n = Math.round(this.r), t = Math.round(this.g), o = Math.round(this.b);
|
|
779
|
-
return this.a === 1 ? "rgb(".concat(n, ", ").concat(t, ", ").concat(o, ")") : "rgba(".concat(n, ", ").concat(t, ", ").concat(o, ", ").concat(this.roundA, ")");
|
|
780
|
-
}, e.prototype.toPercentageRgb = function() {
|
|
781
|
-
var n = function(t) {
|
|
782
|
-
return "".concat(Math.round(j(t, 255) * 100), "%");
|
|
783
|
-
};
|
|
784
|
-
return {
|
|
785
|
-
r: n(this.r),
|
|
786
|
-
g: n(this.g),
|
|
787
|
-
b: n(this.b),
|
|
788
|
-
a: this.a
|
|
789
|
-
};
|
|
790
|
-
}, e.prototype.toPercentageRgbString = function() {
|
|
791
|
-
var n = function(t) {
|
|
792
|
-
return Math.round(j(t, 255) * 100);
|
|
793
|
-
};
|
|
794
|
-
return this.a === 1 ? "rgb(".concat(n(this.r), "%, ").concat(n(this.g), "%, ").concat(n(this.b), "%)") : "rgba(".concat(n(this.r), "%, ").concat(n(this.g), "%, ").concat(n(this.b), "%, ").concat(this.roundA, ")");
|
|
795
|
-
}, e.prototype.toName = function() {
|
|
796
|
-
if (this.a === 0)
|
|
797
|
-
return "transparent";
|
|
798
|
-
if (this.a < 1)
|
|
799
|
-
return !1;
|
|
800
|
-
for (var n = "#" + Ue(this.r, this.g, this.b, !1), t = 0, o = Object.entries(Xe); t < o.length; t++) {
|
|
801
|
-
var r = o[t], a = r[0], l = r[1];
|
|
802
|
-
if (n === l)
|
|
803
|
-
return a;
|
|
804
|
-
}
|
|
805
|
-
return !1;
|
|
806
|
-
}, e.prototype.toString = function(n) {
|
|
807
|
-
var t = !!n;
|
|
808
|
-
n = n ?? this.format;
|
|
809
|
-
var o = !1, r = this.a < 1 && this.a >= 0, a = !t && r && (n.startsWith("hex") || n === "name");
|
|
810
|
-
return a ? n === "name" && this.a === 0 ? this.toName() : this.toRgbString() : (n === "rgb" && (o = this.toRgbString()), n === "prgb" && (o = this.toPercentageRgbString()), (n === "hex" || n === "hex6") && (o = this.toHexString()), n === "hex3" && (o = this.toHexString(!0)), n === "hex4" && (o = this.toHex8String(!0)), n === "hex8" && (o = this.toHex8String()), n === "name" && (o = this.toName()), n === "hsl" && (o = this.toHslString()), n === "hsv" && (o = this.toHsvString()), o || this.toHexString());
|
|
811
|
-
}, e.prototype.toNumber = function() {
|
|
812
|
-
return (Math.round(this.r) << 16) + (Math.round(this.g) << 8) + Math.round(this.b);
|
|
813
|
-
}, e.prototype.clone = function() {
|
|
814
|
-
return new e(this.toString());
|
|
815
|
-
}, e.prototype.lighten = function(n) {
|
|
816
|
-
n === void 0 && (n = 10);
|
|
817
|
-
var t = this.toHsl();
|
|
818
|
-
return t.l += n / 100, t.l = Se(t.l), new e(t);
|
|
819
|
-
}, e.prototype.brighten = function(n) {
|
|
820
|
-
n === void 0 && (n = 10);
|
|
821
|
-
var t = this.toRgb();
|
|
822
|
-
return t.r = Math.max(0, Math.min(255, t.r - Math.round(255 * -(n / 100)))), t.g = Math.max(0, Math.min(255, t.g - Math.round(255 * -(n / 100)))), t.b = Math.max(0, Math.min(255, t.b - Math.round(255 * -(n / 100)))), new e(t);
|
|
823
|
-
}, e.prototype.darken = function(n) {
|
|
824
|
-
n === void 0 && (n = 10);
|
|
825
|
-
var t = this.toHsl();
|
|
826
|
-
return t.l -= n / 100, t.l = Se(t.l), new e(t);
|
|
827
|
-
}, e.prototype.tint = function(n) {
|
|
828
|
-
return n === void 0 && (n = 10), this.mix("white", n);
|
|
829
|
-
}, e.prototype.shade = function(n) {
|
|
830
|
-
return n === void 0 && (n = 10), this.mix("black", n);
|
|
831
|
-
}, e.prototype.desaturate = function(n) {
|
|
832
|
-
n === void 0 && (n = 10);
|
|
833
|
-
var t = this.toHsl();
|
|
834
|
-
return t.s -= n / 100, t.s = Se(t.s), new e(t);
|
|
835
|
-
}, e.prototype.saturate = function(n) {
|
|
836
|
-
n === void 0 && (n = 10);
|
|
837
|
-
var t = this.toHsl();
|
|
838
|
-
return t.s += n / 100, t.s = Se(t.s), new e(t);
|
|
839
|
-
}, e.prototype.greyscale = function() {
|
|
840
|
-
return this.desaturate(100);
|
|
841
|
-
}, e.prototype.spin = function(n) {
|
|
842
|
-
var t = this.toHsl(), o = (t.h + n) % 360;
|
|
843
|
-
return t.h = o < 0 ? 360 + o : o, new e(t);
|
|
844
|
-
}, e.prototype.mix = function(n, t) {
|
|
845
|
-
t === void 0 && (t = 50);
|
|
846
|
-
var o = this.toRgb(), r = new e(n).toRgb(), a = t / 100, l = {
|
|
847
|
-
r: (r.r - o.r) * a + o.r,
|
|
848
|
-
g: (r.g - o.g) * a + o.g,
|
|
849
|
-
b: (r.b - o.b) * a + o.b,
|
|
850
|
-
a: (r.a - o.a) * a + o.a
|
|
851
|
-
};
|
|
852
|
-
return new e(l);
|
|
853
|
-
}, e.prototype.analogous = function(n, t) {
|
|
854
|
-
n === void 0 && (n = 6), t === void 0 && (t = 30);
|
|
855
|
-
var o = this.toHsl(), r = 360 / t, a = [this];
|
|
856
|
-
for (o.h = (o.h - (r * n >> 1) + 720) % 360; --n; )
|
|
857
|
-
o.h = (o.h + r) % 360, a.push(new e(o));
|
|
858
|
-
return a;
|
|
859
|
-
}, e.prototype.complement = function() {
|
|
860
|
-
var n = this.toHsl();
|
|
861
|
-
return n.h = (n.h + 180) % 360, new e(n);
|
|
862
|
-
}, e.prototype.monochromatic = function(n) {
|
|
863
|
-
n === void 0 && (n = 6);
|
|
864
|
-
for (var t = this.toHsv(), o = t.h, r = t.s, a = t.v, l = [], s = 1 / n; n--; )
|
|
865
|
-
l.push(new e({ h: o, s: r, v: a })), a = (a + s) % 1;
|
|
866
|
-
return l;
|
|
867
|
-
}, e.prototype.splitcomplement = function() {
|
|
868
|
-
var n = this.toHsl(), t = n.h;
|
|
869
|
-
return [
|
|
870
|
-
this,
|
|
871
|
-
new e({ h: (t + 72) % 360, s: n.s, l: n.l }),
|
|
872
|
-
new e({ h: (t + 216) % 360, s: n.s, l: n.l })
|
|
873
|
-
];
|
|
874
|
-
}, e.prototype.onBackground = function(n) {
|
|
875
|
-
var t = this.toRgb(), o = new e(n).toRgb(), r = t.a + o.a * (1 - t.a);
|
|
876
|
-
return new e({
|
|
877
|
-
r: (t.r * t.a + o.r * o.a * (1 - t.a)) / r,
|
|
878
|
-
g: (t.g * t.a + o.g * o.a * (1 - t.a)) / r,
|
|
879
|
-
b: (t.b * t.a + o.b * o.a * (1 - t.a)) / r,
|
|
880
|
-
a: r
|
|
881
|
-
});
|
|
882
|
-
}, e.prototype.triad = function() {
|
|
883
|
-
return this.polyad(3);
|
|
884
|
-
}, e.prototype.tetrad = function() {
|
|
885
|
-
return this.polyad(4);
|
|
886
|
-
}, e.prototype.polyad = function(n) {
|
|
887
|
-
for (var t = this.toHsl(), o = t.h, r = [this], a = 360 / n, l = 1; l < n; l++)
|
|
888
|
-
r.push(new e({ h: (o + l * a) % 360, s: t.s, l: t.l }));
|
|
889
|
-
return r;
|
|
890
|
-
}, e.prototype.equals = function(n) {
|
|
891
|
-
return this.toRgbString() === new e(n).toRgbString();
|
|
892
|
-
}, e;
|
|
893
|
-
}()
|
|
894
|
-
), Ce = 2, dt = 0.16, Fn = 0.05, Vn = 0.05, _n = 0.15, Ht = 5, Bt = 4, Rn = [{
|
|
895
|
-
index: 7,
|
|
896
|
-
opacity: 0.15
|
|
897
|
-
}, {
|
|
898
|
-
index: 6,
|
|
899
|
-
opacity: 0.25
|
|
900
|
-
}, {
|
|
901
|
-
index: 5,
|
|
902
|
-
opacity: 0.3
|
|
903
|
-
}, {
|
|
904
|
-
index: 5,
|
|
905
|
-
opacity: 0.45
|
|
906
|
-
}, {
|
|
907
|
-
index: 5,
|
|
908
|
-
opacity: 0.65
|
|
909
|
-
}, {
|
|
910
|
-
index: 5,
|
|
911
|
-
opacity: 0.85
|
|
912
|
-
}, {
|
|
913
|
-
index: 4,
|
|
914
|
-
opacity: 0.9
|
|
915
|
-
}, {
|
|
916
|
-
index: 3,
|
|
917
|
-
opacity: 0.95
|
|
918
|
-
}, {
|
|
919
|
-
index: 2,
|
|
920
|
-
opacity: 0.97
|
|
921
|
-
}, {
|
|
922
|
-
index: 1,
|
|
923
|
-
opacity: 0.98
|
|
924
|
-
}];
|
|
925
|
-
function ft(e) {
|
|
926
|
-
var n = e.r, t = e.g, o = e.b, r = je(n, t, o);
|
|
927
|
-
return {
|
|
928
|
-
h: r.h * 360,
|
|
929
|
-
s: r.s,
|
|
930
|
-
v: r.v
|
|
931
|
-
};
|
|
932
|
-
}
|
|
933
|
-
function we(e) {
|
|
934
|
-
var n = e.r, t = e.g, o = e.b;
|
|
935
|
-
return "#".concat(Ue(n, t, o, !1));
|
|
936
|
-
}
|
|
937
|
-
function Ln(e, n, t) {
|
|
938
|
-
var o = t / 100, r = {
|
|
939
|
-
r: (n.r - e.r) * o + e.r,
|
|
940
|
-
g: (n.g - e.g) * o + e.g,
|
|
941
|
-
b: (n.b - e.b) * o + e.b
|
|
942
|
-
};
|
|
943
|
-
return r;
|
|
944
|
-
}
|
|
945
|
-
function pt(e, n, t) {
|
|
946
|
-
var o;
|
|
947
|
-
return Math.round(e.h) >= 60 && Math.round(e.h) <= 240 ? o = t ? Math.round(e.h) - Ce * n : Math.round(e.h) + Ce * n : o = t ? Math.round(e.h) + Ce * n : Math.round(e.h) - Ce * n, o < 0 ? o += 360 : o >= 360 && (o -= 360), o;
|
|
948
|
-
}
|
|
949
|
-
function gt(e, n, t) {
|
|
950
|
-
if (e.h === 0 && e.s === 0)
|
|
951
|
-
return e.s;
|
|
952
|
-
var o;
|
|
953
|
-
return t ? o = e.s - dt * n : n === Bt ? o = e.s + dt : o = e.s + Fn * n, o > 1 && (o = 1), t && n === Ht && o > 0.1 && (o = 0.1), o < 0.06 && (o = 0.06), Number(o.toFixed(2));
|
|
954
|
-
}
|
|
955
|
-
function ht(e, n, t) {
|
|
956
|
-
var o;
|
|
957
|
-
return t ? o = e.v + Vn * n : o = e.v - _n * n, o > 1 && (o = 1), Number(o.toFixed(2));
|
|
958
|
-
}
|
|
959
|
-
function Ee(e) {
|
|
960
|
-
for (var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = [], o = ae(e), r = Ht; r > 0; r -= 1) {
|
|
961
|
-
var a = ft(o), l = we(ae({
|
|
962
|
-
h: pt(a, r, !0),
|
|
963
|
-
s: gt(a, r, !0),
|
|
964
|
-
v: ht(a, r, !0)
|
|
965
|
-
}));
|
|
966
|
-
t.push(l);
|
|
967
|
-
}
|
|
968
|
-
t.push(we(o));
|
|
969
|
-
for (var s = 1; s <= Bt; s += 1) {
|
|
970
|
-
var h = ft(o), d = we(ae({
|
|
971
|
-
h: pt(h, s),
|
|
972
|
-
s: gt(h, s),
|
|
973
|
-
v: ht(h, s)
|
|
974
|
-
}));
|
|
975
|
-
t.push(d);
|
|
976
|
-
}
|
|
977
|
-
return n.theme === "dark" ? Rn.map(function(u) {
|
|
978
|
-
var m = u.index, S = u.opacity, x = we(Ln(ae(n.backgroundColor || "#141414"), ae(t[m]), S * 100));
|
|
979
|
-
return x;
|
|
980
|
-
}) : t;
|
|
981
|
-
}
|
|
982
|
-
var _e = {
|
|
983
|
-
red: "#F5222D",
|
|
984
|
-
volcano: "#FA541C",
|
|
985
|
-
orange: "#FA8C16",
|
|
986
|
-
gold: "#FAAD14",
|
|
987
|
-
yellow: "#FADB14",
|
|
988
|
-
lime: "#A0D911",
|
|
989
|
-
green: "#52C41A",
|
|
990
|
-
cyan: "#13C2C2",
|
|
991
|
-
blue: "#1890FF",
|
|
992
|
-
geekblue: "#2F54EB",
|
|
993
|
-
purple: "#722ED1",
|
|
994
|
-
magenta: "#EB2F96",
|
|
995
|
-
grey: "#666666"
|
|
996
|
-
}, Re = {}, Le = {};
|
|
997
|
-
Object.keys(_e).forEach(function(e) {
|
|
998
|
-
Re[e] = Ee(_e[e]), Re[e].primary = Re[e][5], Le[e] = Ee(_e[e], {
|
|
999
|
-
theme: "dark",
|
|
1000
|
-
backgroundColor: "#141414"
|
|
1001
|
-
}), Le[e].primary = Le[e][5];
|
|
1002
|
-
});
|
|
1003
|
-
const On = (e) => {
|
|
1004
|
-
const {
|
|
1005
|
-
controlHeight: n
|
|
1006
|
-
} = e;
|
|
1007
|
-
return {
|
|
1008
|
-
controlHeightSM: n * 0.75,
|
|
1009
|
-
controlHeightXS: n * 0.5,
|
|
1010
|
-
controlHeightLG: n * 1.25
|
|
1011
|
-
};
|
|
1012
|
-
};
|
|
1013
|
-
function zn(e) {
|
|
1014
|
-
const {
|
|
1015
|
-
sizeUnit: n,
|
|
1016
|
-
sizeStep: t
|
|
1017
|
-
} = e;
|
|
1018
|
-
return {
|
|
1019
|
-
sizeXXL: n * (t + 8),
|
|
1020
|
-
// 48
|
|
1021
|
-
sizeXL: n * (t + 4),
|
|
1022
|
-
// 32
|
|
1023
|
-
sizeLG: n * (t + 2),
|
|
1024
|
-
// 24
|
|
1025
|
-
sizeMD: n * (t + 1),
|
|
1026
|
-
// 20
|
|
1027
|
-
sizeMS: n * t,
|
|
1028
|
-
// 16
|
|
1029
|
-
size: n * t,
|
|
1030
|
-
// 16
|
|
1031
|
-
sizeSM: n * (t - 1),
|
|
1032
|
-
// 12
|
|
1033
|
-
sizeXS: n * (t - 2),
|
|
1034
|
-
// 8
|
|
1035
|
-
sizeXXS: n * (t - 3)
|
|
1036
|
-
// 4
|
|
1037
|
-
};
|
|
1038
|
-
}
|
|
1039
|
-
const Dt = {
|
|
1040
|
-
blue: "#1677ff",
|
|
1041
|
-
purple: "#722ED1",
|
|
1042
|
-
cyan: "#13C2C2",
|
|
1043
|
-
green: "#52C41A",
|
|
1044
|
-
magenta: "#EB2F96",
|
|
1045
|
-
pink: "#eb2f96",
|
|
1046
|
-
red: "#F5222D",
|
|
1047
|
-
orange: "#FA8C16",
|
|
1048
|
-
yellow: "#FADB14",
|
|
1049
|
-
volcano: "#FA541C",
|
|
1050
|
-
geekblue: "#2F54EB",
|
|
1051
|
-
gold: "#FAAD14",
|
|
1052
|
-
lime: "#A0D911"
|
|
1053
|
-
}, et = I(I({}, Dt), {
|
|
1054
|
-
// Color
|
|
1055
|
-
colorPrimary: "#1677ff",
|
|
1056
|
-
colorSuccess: "#52c41a",
|
|
1057
|
-
colorWarning: "#faad14",
|
|
1058
|
-
colorError: "#ff4d4f",
|
|
1059
|
-
colorInfo: "#1677ff",
|
|
1060
|
-
colorTextBase: "",
|
|
1061
|
-
colorBgBase: "",
|
|
1062
|
-
// Font
|
|
1063
|
-
fontFamily: `-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
1064
|
-
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
1065
|
-
'Noto Color Emoji'`,
|
|
1066
|
-
fontSize: 14,
|
|
1067
|
-
// Line
|
|
1068
|
-
lineWidth: 1,
|
|
1069
|
-
lineType: "solid",
|
|
1070
|
-
// Motion
|
|
1071
|
-
motionUnit: 0.1,
|
|
1072
|
-
motionBase: 0,
|
|
1073
|
-
motionEaseOutCirc: "cubic-bezier(0.08, 0.82, 0.17, 1)",
|
|
1074
|
-
motionEaseInOutCirc: "cubic-bezier(0.78, 0.14, 0.15, 0.86)",
|
|
1075
|
-
motionEaseOut: "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
1076
|
-
motionEaseInOut: "cubic-bezier(0.645, 0.045, 0.355, 1)",
|
|
1077
|
-
motionEaseOutBack: "cubic-bezier(0.12, 0.4, 0.29, 1.46)",
|
|
1078
|
-
motionEaseInBack: "cubic-bezier(0.71, -0.46, 0.88, 0.6)",
|
|
1079
|
-
motionEaseInQuint: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
1080
|
-
motionEaseOutQuint: "cubic-bezier(0.23, 1, 0.32, 1)",
|
|
1081
|
-
// Radius
|
|
1082
|
-
borderRadius: 6,
|
|
1083
|
-
// Size
|
|
1084
|
-
sizeUnit: 4,
|
|
1085
|
-
sizeStep: 4,
|
|
1086
|
-
sizePopupArrow: 16,
|
|
1087
|
-
// Control Base
|
|
1088
|
-
controlHeight: 32,
|
|
1089
|
-
// zIndex
|
|
1090
|
-
zIndexBase: 0,
|
|
1091
|
-
zIndexPopupBase: 1e3,
|
|
1092
|
-
// Image
|
|
1093
|
-
opacityImage: 1,
|
|
1094
|
-
// Wireframe
|
|
1095
|
-
wireframe: !1
|
|
1096
|
-
});
|
|
1097
|
-
function Pn(e, {
|
|
1098
|
-
generateColorPalettes: n,
|
|
1099
|
-
generateNeutralColorPalettes: t
|
|
1100
|
-
}) {
|
|
1101
|
-
const {
|
|
1102
|
-
colorSuccess: o,
|
|
1103
|
-
colorWarning: r,
|
|
1104
|
-
colorError: a,
|
|
1105
|
-
colorInfo: l,
|
|
1106
|
-
colorPrimary: s,
|
|
1107
|
-
colorBgBase: h,
|
|
1108
|
-
colorTextBase: d
|
|
1109
|
-
} = e, u = n(s), m = n(o), S = n(r), x = n(a), f = n(l), k = t(h, d);
|
|
1110
|
-
return I(I({}, k), {
|
|
1111
|
-
colorPrimaryBg: u[1],
|
|
1112
|
-
colorPrimaryBgHover: u[2],
|
|
1113
|
-
colorPrimaryBorder: u[3],
|
|
1114
|
-
colorPrimaryBorderHover: u[4],
|
|
1115
|
-
colorPrimaryHover: u[5],
|
|
1116
|
-
colorPrimary: u[6],
|
|
1117
|
-
colorPrimaryActive: u[7],
|
|
1118
|
-
colorPrimaryTextHover: u[8],
|
|
1119
|
-
colorPrimaryText: u[9],
|
|
1120
|
-
colorPrimaryTextActive: u[10],
|
|
1121
|
-
colorSuccessBg: m[1],
|
|
1122
|
-
colorSuccessBgHover: m[2],
|
|
1123
|
-
colorSuccessBorder: m[3],
|
|
1124
|
-
colorSuccessBorderHover: m[4],
|
|
1125
|
-
colorSuccessHover: m[4],
|
|
1126
|
-
colorSuccess: m[6],
|
|
1127
|
-
colorSuccessActive: m[7],
|
|
1128
|
-
colorSuccessTextHover: m[8],
|
|
1129
|
-
colorSuccessText: m[9],
|
|
1130
|
-
colorSuccessTextActive: m[10],
|
|
1131
|
-
colorErrorBg: x[1],
|
|
1132
|
-
colorErrorBgHover: x[2],
|
|
1133
|
-
colorErrorBorder: x[3],
|
|
1134
|
-
colorErrorBorderHover: x[4],
|
|
1135
|
-
colorErrorHover: x[5],
|
|
1136
|
-
colorError: x[6],
|
|
1137
|
-
colorErrorActive: x[7],
|
|
1138
|
-
colorErrorTextHover: x[8],
|
|
1139
|
-
colorErrorText: x[9],
|
|
1140
|
-
colorErrorTextActive: x[10],
|
|
1141
|
-
colorWarningBg: S[1],
|
|
1142
|
-
colorWarningBgHover: S[2],
|
|
1143
|
-
colorWarningBorder: S[3],
|
|
1144
|
-
colorWarningBorderHover: S[4],
|
|
1145
|
-
colorWarningHover: S[4],
|
|
1146
|
-
colorWarning: S[6],
|
|
1147
|
-
colorWarningActive: S[7],
|
|
1148
|
-
colorWarningTextHover: S[8],
|
|
1149
|
-
colorWarningText: S[9],
|
|
1150
|
-
colorWarningTextActive: S[10],
|
|
1151
|
-
colorInfoBg: f[1],
|
|
1152
|
-
colorInfoBgHover: f[2],
|
|
1153
|
-
colorInfoBorder: f[3],
|
|
1154
|
-
colorInfoBorderHover: f[4],
|
|
1155
|
-
colorInfoHover: f[4],
|
|
1156
|
-
colorInfo: f[6],
|
|
1157
|
-
colorInfoActive: f[7],
|
|
1158
|
-
colorInfoTextHover: f[8],
|
|
1159
|
-
colorInfoText: f[9],
|
|
1160
|
-
colorInfoTextActive: f[10],
|
|
1161
|
-
colorBgMask: new Z("#000").setAlpha(0.45).toRgbString(),
|
|
1162
|
-
colorWhite: "#fff"
|
|
1163
|
-
});
|
|
1164
|
-
}
|
|
1165
|
-
const Nn = (e) => {
|
|
1166
|
-
let n = e, t = e, o = e, r = e;
|
|
1167
|
-
return e < 6 && e >= 5 ? n = e + 1 : e < 16 && e >= 6 ? n = e + 2 : e >= 16 && (n = 16), e < 7 && e >= 5 ? t = 4 : e < 8 && e >= 7 ? t = 5 : e < 14 && e >= 8 ? t = 6 : e < 16 && e >= 14 ? t = 7 : e >= 16 && (t = 8), e < 6 && e >= 2 ? o = 1 : e >= 6 && (o = 2), e > 4 && e < 8 ? r = 4 : e >= 8 && (r = 6), {
|
|
1168
|
-
borderRadius: e > 16 ? 16 : e,
|
|
1169
|
-
borderRadiusXS: o,
|
|
1170
|
-
borderRadiusSM: t,
|
|
1171
|
-
borderRadiusLG: n,
|
|
1172
|
-
borderRadiusOuter: r
|
|
1173
|
-
};
|
|
1174
|
-
};
|
|
1175
|
-
function jn(e) {
|
|
1176
|
-
const {
|
|
1177
|
-
motionUnit: n,
|
|
1178
|
-
motionBase: t,
|
|
1179
|
-
borderRadius: o,
|
|
1180
|
-
lineWidth: r
|
|
1181
|
-
} = e;
|
|
1182
|
-
return I({
|
|
1183
|
-
// motion
|
|
1184
|
-
motionDurationFast: `${(t + n).toFixed(1)}s`,
|
|
1185
|
-
motionDurationMid: `${(t + n * 2).toFixed(1)}s`,
|
|
1186
|
-
motionDurationSlow: `${(t + n * 3).toFixed(1)}s`,
|
|
1187
|
-
// line
|
|
1188
|
-
lineWidthBold: r + 1
|
|
1189
|
-
}, Nn(o));
|
|
1190
|
-
}
|
|
1191
|
-
const ee = (e, n) => new Z(e).setAlpha(n).toRgbString(), he = (e, n) => new Z(e).darken(n).toHexString(), Un = (e) => {
|
|
1192
|
-
const n = Ee(e);
|
|
1193
|
-
return {
|
|
1194
|
-
1: n[0],
|
|
1195
|
-
2: n[1],
|
|
1196
|
-
3: n[2],
|
|
1197
|
-
4: n[3],
|
|
1198
|
-
5: n[4],
|
|
1199
|
-
6: n[5],
|
|
1200
|
-
7: n[6],
|
|
1201
|
-
8: n[4],
|
|
1202
|
-
9: n[5],
|
|
1203
|
-
10: n[6]
|
|
1204
|
-
// 8: colors[7],
|
|
1205
|
-
// 9: colors[8],
|
|
1206
|
-
// 10: colors[9],
|
|
1207
|
-
};
|
|
1208
|
-
}, Xn = (e, n) => {
|
|
1209
|
-
const t = e || "#fff", o = n || "#000";
|
|
1210
|
-
return {
|
|
1211
|
-
colorBgBase: t,
|
|
1212
|
-
colorTextBase: o,
|
|
1213
|
-
colorText: ee(o, 0.88),
|
|
1214
|
-
colorTextSecondary: ee(o, 0.65),
|
|
1215
|
-
colorTextTertiary: ee(o, 0.45),
|
|
1216
|
-
colorTextQuaternary: ee(o, 0.25),
|
|
1217
|
-
colorFill: ee(o, 0.15),
|
|
1218
|
-
colorFillSecondary: ee(o, 0.06),
|
|
1219
|
-
colorFillTertiary: ee(o, 0.04),
|
|
1220
|
-
colorFillQuaternary: ee(o, 0.02),
|
|
1221
|
-
colorBgLayout: he(t, 4),
|
|
1222
|
-
colorBgContainer: he(t, 0),
|
|
1223
|
-
colorBgElevated: he(t, 0),
|
|
1224
|
-
colorBgSpotlight: ee(o, 0.85),
|
|
1225
|
-
colorBorder: he(t, 15),
|
|
1226
|
-
colorBorderSecondary: he(t, 6)
|
|
1227
|
-
};
|
|
1228
|
-
};
|
|
1229
|
-
function Gn(e) {
|
|
1230
|
-
const n = new Array(10).fill(null).map((t, o) => {
|
|
1231
|
-
const r = o - 1, a = e * Math.pow(2.71828, r / 5), l = o > 1 ? Math.floor(a) : Math.ceil(a);
|
|
1232
|
-
return Math.floor(l / 2) * 2;
|
|
1233
|
-
});
|
|
1234
|
-
return n[1] = e, n.map((t) => {
|
|
1235
|
-
const o = t + 8;
|
|
1236
|
-
return {
|
|
1237
|
-
size: t,
|
|
1238
|
-
lineHeight: o / t
|
|
1239
|
-
};
|
|
1240
|
-
});
|
|
1241
|
-
}
|
|
1242
|
-
const Wn = (e) => {
|
|
1243
|
-
const n = Gn(e), t = n.map((r) => r.size), o = n.map((r) => r.lineHeight);
|
|
1244
|
-
return {
|
|
1245
|
-
fontSizeSM: t[0],
|
|
1246
|
-
fontSize: t[1],
|
|
1247
|
-
fontSizeLG: t[2],
|
|
1248
|
-
fontSizeXL: t[3],
|
|
1249
|
-
fontSizeHeading1: t[6],
|
|
1250
|
-
fontSizeHeading2: t[5],
|
|
1251
|
-
fontSizeHeading3: t[4],
|
|
1252
|
-
fontSizeHeading4: t[3],
|
|
1253
|
-
fontSizeHeading5: t[2],
|
|
1254
|
-
lineHeight: o[1],
|
|
1255
|
-
lineHeightLG: o[2],
|
|
1256
|
-
lineHeightSM: o[0],
|
|
1257
|
-
lineHeightHeading1: o[6],
|
|
1258
|
-
lineHeightHeading2: o[5],
|
|
1259
|
-
lineHeightHeading3: o[4],
|
|
1260
|
-
lineHeightHeading4: o[3],
|
|
1261
|
-
lineHeightHeading5: o[2]
|
|
1262
|
-
};
|
|
1263
|
-
};
|
|
1264
|
-
function qn(e) {
|
|
1265
|
-
const n = Object.keys(Dt).map((t) => {
|
|
1266
|
-
const o = Ee(e[t]);
|
|
1267
|
-
return new Array(10).fill(1).reduce((r, a, l) => (r[`${t}-${l + 1}`] = o[l], r), {});
|
|
1268
|
-
}).reduce((t, o) => (t = I(I({}, t), o), t), {});
|
|
1269
|
-
return I(I(I(I(I(I(I({}, e), n), Pn(e, {
|
|
1270
|
-
generateColorPalettes: Un,
|
|
1271
|
-
generateNeutralColorPalettes: Xn
|
|
1272
|
-
})), Wn(e.fontSize)), zn(e)), On(e)), jn(e));
|
|
1273
|
-
}
|
|
1274
|
-
function Oe(e) {
|
|
1275
|
-
return e >= 0 && e <= 255;
|
|
1276
|
-
}
|
|
1277
|
-
function ke(e, n) {
|
|
1278
|
-
const {
|
|
1279
|
-
r: t,
|
|
1280
|
-
g: o,
|
|
1281
|
-
b: r,
|
|
1282
|
-
a
|
|
1283
|
-
} = new Z(e).toRgb();
|
|
1284
|
-
if (a < 1)
|
|
1285
|
-
return e;
|
|
1286
|
-
const {
|
|
1287
|
-
r: l,
|
|
1288
|
-
g: s,
|
|
1289
|
-
b: h
|
|
1290
|
-
} = new Z(n).toRgb();
|
|
1291
|
-
for (let d = 0.01; d <= 1; d += 0.01) {
|
|
1292
|
-
const u = Math.round((t - l * (1 - d)) / d), m = Math.round((o - s * (1 - d)) / d), S = Math.round((r - h * (1 - d)) / d);
|
|
1293
|
-
if (Oe(u) && Oe(m) && Oe(S))
|
|
1294
|
-
return new Z({
|
|
1295
|
-
r: u,
|
|
1296
|
-
g: m,
|
|
1297
|
-
b: S,
|
|
1298
|
-
a: Math.round(d * 100) / 100
|
|
1299
|
-
}).toRgbString();
|
|
1300
|
-
}
|
|
1301
|
-
return new Z({
|
|
1302
|
-
r: t,
|
|
1303
|
-
g: o,
|
|
1304
|
-
b: r,
|
|
1305
|
-
a: 1
|
|
1306
|
-
}).toRgbString();
|
|
1307
|
-
}
|
|
1308
|
-
var Kn = function(e, n) {
|
|
1309
|
-
var t = {};
|
|
1310
|
-
for (var o in e) Object.prototype.hasOwnProperty.call(e, o) && n.indexOf(o) < 0 && (t[o] = e[o]);
|
|
1311
|
-
if (e != null && typeof Object.getOwnPropertySymbols == "function") for (var r = 0, o = Object.getOwnPropertySymbols(e); r < o.length; r++)
|
|
1312
|
-
n.indexOf(o[r]) < 0 && Object.prototype.propertyIsEnumerable.call(e, o[r]) && (t[o[r]] = e[o[r]]);
|
|
1313
|
-
return t;
|
|
1314
|
-
};
|
|
1315
|
-
function Yn(e) {
|
|
1316
|
-
const {
|
|
1317
|
-
override: n
|
|
1318
|
-
} = e, t = Kn(e, ["override"]), o = I({}, n);
|
|
1319
|
-
Object.keys(et).forEach((x) => {
|
|
1320
|
-
delete o[x];
|
|
1321
|
-
});
|
|
1322
|
-
const r = I(I({}, t), o), a = 480, l = 576, s = 768, h = 992, d = 1200, u = 1600, m = 2e3;
|
|
1323
|
-
return I(I(I({}, r), {
|
|
1324
|
-
colorLink: r.colorInfoText,
|
|
1325
|
-
colorLinkHover: r.colorInfoHover,
|
|
1326
|
-
colorLinkActive: r.colorInfoActive,
|
|
1327
|
-
// ============== Background ============== //
|
|
1328
|
-
colorFillContent: r.colorFillSecondary,
|
|
1329
|
-
colorFillContentHover: r.colorFill,
|
|
1330
|
-
colorFillAlter: r.colorFillQuaternary,
|
|
1331
|
-
colorBgContainerDisabled: r.colorFillTertiary,
|
|
1332
|
-
// ============== Split ============== //
|
|
1333
|
-
colorBorderBg: r.colorBgContainer,
|
|
1334
|
-
colorSplit: ke(r.colorBorderSecondary, r.colorBgContainer),
|
|
1335
|
-
// ============== Text ============== //
|
|
1336
|
-
colorTextPlaceholder: r.colorTextQuaternary,
|
|
1337
|
-
colorTextDisabled: r.colorTextQuaternary,
|
|
1338
|
-
colorTextHeading: r.colorText,
|
|
1339
|
-
colorTextLabel: r.colorTextSecondary,
|
|
1340
|
-
colorTextDescription: r.colorTextTertiary,
|
|
1341
|
-
colorTextLightSolid: r.colorWhite,
|
|
1342
|
-
colorHighlight: r.colorError,
|
|
1343
|
-
colorBgTextHover: r.colorFillSecondary,
|
|
1344
|
-
colorBgTextActive: r.colorFill,
|
|
1345
|
-
colorIcon: r.colorTextTertiary,
|
|
1346
|
-
colorIconHover: r.colorText,
|
|
1347
|
-
colorErrorOutline: ke(r.colorErrorBg, r.colorBgContainer),
|
|
1348
|
-
colorWarningOutline: ke(r.colorWarningBg, r.colorBgContainer),
|
|
1349
|
-
/** Custom colors (efko) */
|
|
1350
|
-
colorLogo: r.colorLogo,
|
|
1351
|
-
colorSelectedMenu: r.colorSelectedMenu,
|
|
1352
|
-
mainBgColor: r.mainBgColor,
|
|
1353
|
-
// Font
|
|
1354
|
-
fontSizeIcon: r.fontSizeSM,
|
|
1355
|
-
// Control
|
|
1356
|
-
lineWidth: r.lineWidth,
|
|
1357
|
-
controlOutlineWidth: r.lineWidth * 2,
|
|
1358
|
-
// Checkbox size and expand icon size
|
|
1359
|
-
controlInteractiveSize: r.controlHeight / 2,
|
|
1360
|
-
controlItemBgHover: r.colorFillTertiary,
|
|
1361
|
-
controlItemBgActive: r.colorPrimaryBg,
|
|
1362
|
-
controlItemBgActiveHover: r.colorPrimaryBgHover,
|
|
1363
|
-
controlItemBgActiveDisabled: r.colorFill,
|
|
1364
|
-
controlTmpOutline: r.colorFillQuaternary,
|
|
1365
|
-
controlOutline: ke(r.colorPrimaryBg, r.colorBgContainer),
|
|
1366
|
-
lineType: r.lineType,
|
|
1367
|
-
borderRadius: r.borderRadius,
|
|
1368
|
-
borderRadiusXS: r.borderRadiusXS,
|
|
1369
|
-
borderRadiusSM: r.borderRadiusSM,
|
|
1370
|
-
borderRadiusLG: r.borderRadiusLG,
|
|
1371
|
-
fontWeightStrong: 600,
|
|
1372
|
-
opacityLoading: 0.65,
|
|
1373
|
-
linkDecoration: "none",
|
|
1374
|
-
linkHoverDecoration: "none",
|
|
1375
|
-
linkFocusDecoration: "none",
|
|
1376
|
-
controlPaddingHorizontal: 12,
|
|
1377
|
-
controlPaddingHorizontalSM: 8,
|
|
1378
|
-
paddingXXS: r.sizeXXS,
|
|
1379
|
-
paddingXS: r.sizeXS,
|
|
1380
|
-
paddingSM: r.sizeSM,
|
|
1381
|
-
padding: r.size,
|
|
1382
|
-
paddingMD: r.sizeMD,
|
|
1383
|
-
paddingLG: r.sizeLG,
|
|
1384
|
-
paddingXL: r.sizeXL,
|
|
1385
|
-
paddingContentHorizontalLG: r.sizeLG,
|
|
1386
|
-
paddingContentVerticalLG: r.sizeMS,
|
|
1387
|
-
paddingContentHorizontal: r.sizeMS,
|
|
1388
|
-
paddingContentVertical: r.sizeSM,
|
|
1389
|
-
paddingContentHorizontalSM: r.size,
|
|
1390
|
-
paddingContentVerticalSM: r.sizeXS,
|
|
1391
|
-
marginXXS: r.sizeXXS,
|
|
1392
|
-
marginXS: r.sizeXS,
|
|
1393
|
-
marginSM: r.sizeSM,
|
|
1394
|
-
margin: r.size,
|
|
1395
|
-
marginMD: r.sizeMD,
|
|
1396
|
-
marginLG: r.sizeLG,
|
|
1397
|
-
marginXL: r.sizeXL,
|
|
1398
|
-
marginXXL: r.sizeXXL,
|
|
1399
|
-
boxShadow: `
|
|
1400
|
-
0 1px 2px 0 rgba(0, 0, 0, 0.03),
|
|
1401
|
-
0 1px 6px -1px rgba(0, 0, 0, 0.02),
|
|
1402
|
-
0 2px 4px 0 rgba(0, 0, 0, 0.02)
|
|
1403
|
-
`,
|
|
1404
|
-
boxShadowSecondary: `
|
|
1405
|
-
0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
1406
|
-
0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
1407
|
-
0 9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
1408
|
-
`,
|
|
1409
|
-
boxShadowTertiary: `
|
|
1410
|
-
0 1px 2px 0 rgba(0, 0, 0, 0.03),
|
|
1411
|
-
0 1px 6px -1px rgba(0, 0, 0, 0.02),
|
|
1412
|
-
0 2px 4px 0 rgba(0, 0, 0, 0.02)
|
|
1413
|
-
`,
|
|
1414
|
-
screenXS: a,
|
|
1415
|
-
screenXSMin: a,
|
|
1416
|
-
screenXSMax: l - 1,
|
|
1417
|
-
screenSM: l,
|
|
1418
|
-
screenSMMin: l,
|
|
1419
|
-
screenSMMax: s - 1,
|
|
1420
|
-
screenMD: s,
|
|
1421
|
-
screenMDMin: s,
|
|
1422
|
-
screenMDMax: h - 1,
|
|
1423
|
-
screenLG: h,
|
|
1424
|
-
screenLGMin: h,
|
|
1425
|
-
screenLGMax: d - 1,
|
|
1426
|
-
screenXL: d,
|
|
1427
|
-
screenXLMin: d,
|
|
1428
|
-
screenXLMax: u - 1,
|
|
1429
|
-
screenXXL: u,
|
|
1430
|
-
screenXXLMin: u,
|
|
1431
|
-
screenXXLMax: m - 1,
|
|
1432
|
-
screenXXXL: m,
|
|
1433
|
-
screenXXXLMin: m,
|
|
1434
|
-
// FIXME: component box-shadow, should be removed
|
|
1435
|
-
boxShadowPopoverArrow: "3px 3px 7px rgba(0, 0, 0, 0.1)",
|
|
1436
|
-
boxShadowCard: `
|
|
1437
|
-
0 1px 2px -2px ${new Z("rgba(0, 0, 0, 0.16)").toRgbString()},
|
|
1438
|
-
0 3px 6px 0 ${new Z("rgba(0, 0, 0, 0.12)").toRgbString()},
|
|
1439
|
-
0 5px 12px 4px ${new Z("rgba(0, 0, 0, 0.09)").toRgbString()}
|
|
1440
|
-
`,
|
|
1441
|
-
boxShadowDrawerRight: `
|
|
1442
|
-
-6px 0 16px 0 rgba(0, 0, 0, 0.08),
|
|
1443
|
-
-3px 0 6px -4px rgba(0, 0, 0, 0.12),
|
|
1444
|
-
-9px 0 28px 8px rgba(0, 0, 0, 0.05)
|
|
1445
|
-
`,
|
|
1446
|
-
boxShadowDrawerLeft: `
|
|
1447
|
-
6px 0 16px 0 rgba(0, 0, 0, 0.08),
|
|
1448
|
-
3px 0 6px -4px rgba(0, 0, 0, 0.12),
|
|
1449
|
-
9px 0 28px 8px rgba(0, 0, 0, 0.05)
|
|
1450
|
-
`,
|
|
1451
|
-
boxShadowDrawerUp: `
|
|
1452
|
-
0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
1453
|
-
0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
1454
|
-
0 9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
1455
|
-
`,
|
|
1456
|
-
boxShadowDrawerDown: `
|
|
1457
|
-
0 -6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
1458
|
-
0 -3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
1459
|
-
0 -9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
1460
|
-
`,
|
|
1461
|
-
boxShadowTabsOverflowLeft: "inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",
|
|
1462
|
-
boxShadowTabsOverflowRight: "inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",
|
|
1463
|
-
boxShadowTabsOverflowTop: "inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",
|
|
1464
|
-
boxShadowTabsOverflowBottom: "inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"
|
|
1465
|
-
}), o);
|
|
1466
|
-
}
|
|
1467
|
-
const Zn = dn(qn), Qn = {
|
|
1468
|
-
token: et,
|
|
1469
|
-
hashed: !0
|
|
1470
|
-
}, $t = Symbol("DesignTokenContext"), Ge = ve(), Jn = (e) => {
|
|
1471
|
-
vt($t, e), $(e, () => {
|
|
1472
|
-
Ge.value = _(e), zt(Ge);
|
|
1473
|
-
}, {
|
|
1474
|
-
immediate: !0,
|
|
1475
|
-
deep: !0
|
|
1476
|
-
});
|
|
1477
|
-
};
|
|
1478
|
-
P({
|
|
1479
|
-
props: {
|
|
1480
|
-
value: wt()
|
|
1481
|
-
},
|
|
1482
|
-
setup(e, {
|
|
1483
|
-
slots: n
|
|
1484
|
-
}) {
|
|
1485
|
-
return Jn(T(() => e.value)), () => {
|
|
1486
|
-
var t;
|
|
1487
|
-
return (t = n.default) === null || t === void 0 ? void 0 : t.call(n);
|
|
1488
|
-
};
|
|
1489
|
-
}
|
|
1490
|
-
});
|
|
1491
|
-
function Ft() {
|
|
1492
|
-
const e = mt($t, T(() => Ge.value || Qn)), n = T(() => `${An}-${e.value.hashed || ""}`), t = T(() => e.value.theme || Zn), o = Sn(t, T(() => [et, e.value.token]), T(() => ({
|
|
1493
|
-
salt: n.value,
|
|
1494
|
-
override: I({
|
|
1495
|
-
override: e.value.token
|
|
1496
|
-
}, e.value.components),
|
|
1497
|
-
formatToken: Yn
|
|
1498
|
-
})));
|
|
1499
|
-
return [t, T(() => o.value[0]), T(() => e.value.hashed ? o.value[1] : "")];
|
|
1500
|
-
}
|
|
1501
|
-
const eo = { class: "flex flex-wrap tag-cloud" }, to = { class: "flex flex-wrap" }, no = /* @__PURE__ */ P({
|
|
1
|
+
import { defineComponent as P, computed as _, resolveComponent as S, createBlock as D, openBlock as i, withCtx as v, createVNode as E, createCommentVNode as N, createElementBlock as k, Fragment as O, renderList as G, normalizeStyle as ie, createTextVNode as R, toDisplayString as z, unref as j, h as J, createSlots as ae, createElementVNode as L, renderSlot as U, ref as T, onMounted as K, onBeforeUnmount as ye, watch as F, normalizeClass as $e, mergeProps as de, resolveDynamicComponent as ge, reactive as ce, normalizeProps as te, guardReactiveProps as ne } from "vue";
|
|
2
|
+
import { isEqual as oe } from "lodash";
|
|
3
|
+
import fe from "@formkit/auto-animate";
|
|
4
|
+
import { theme as ve, Empty as Ve } from "efko-ui-library";
|
|
5
|
+
import { CheckCircleTwoTone as pe, EyeOutlined as be, EditOutlined as Ce, RedoOutlined as Ae, DeleteOutlined as ke, AppstoreOutlined as Se, PicCenterOutlined as De } from "@ant-design/icons-vue";
|
|
6
|
+
import Ie from "@vueform/multiselect";
|
|
7
|
+
const Me = /* @__PURE__ */ P({
|
|
1502
8
|
__name: "FilterTagCloud",
|
|
1503
9
|
props: {
|
|
1504
10
|
filters: {}
|
|
1505
11
|
},
|
|
1506
12
|
emits: ["update:filters", "remove", "clear"],
|
|
1507
|
-
setup(e, { emit:
|
|
1508
|
-
const
|
|
1509
|
-
color:
|
|
1510
|
-
borderColor:
|
|
1511
|
-
backgroundColor:
|
|
1512
|
-
})),
|
|
1513
|
-
function
|
|
1514
|
-
return typeof
|
|
13
|
+
setup(e, { emit: w }) {
|
|
14
|
+
const n = e, l = w, { token: m } = ve.useToken(), f = _(() => ({
|
|
15
|
+
color: m.value.colorSelectedMenu,
|
|
16
|
+
borderColor: m.value.colorBorderSecondary,
|
|
17
|
+
backgroundColor: m.value.mainBgColor || m.value.colorPrimaryBg
|
|
18
|
+
})), g = (s) => s == null ? !1 : Array.isArray(s) ? s.length > 0 : !!s, y = _(() => Object.values(n.filters).some(g));
|
|
19
|
+
function C(s) {
|
|
20
|
+
return typeof s == "object" && s !== null && "name" in s && typeof s.name == "string";
|
|
1515
21
|
}
|
|
1516
|
-
const
|
|
1517
|
-
if (typeof
|
|
22
|
+
const p = (s) => {
|
|
23
|
+
if (typeof s == "string")
|
|
1518
24
|
return {
|
|
1519
|
-
key:
|
|
1520
|
-
label:
|
|
1521
|
-
original:
|
|
25
|
+
key: s,
|
|
26
|
+
label: s,
|
|
27
|
+
original: s
|
|
1522
28
|
};
|
|
1523
|
-
if (Array.isArray(
|
|
1524
|
-
if (
|
|
1525
|
-
const
|
|
29
|
+
if (Array.isArray(s)) {
|
|
30
|
+
if (s.length === 2 && typeof s[0] == "string" && typeof s[1] == "string") {
|
|
31
|
+
const r = `${s[0]} - ${s[1]}`;
|
|
1526
32
|
return {
|
|
1527
|
-
key:
|
|
1528
|
-
label:
|
|
1529
|
-
original:
|
|
33
|
+
key: r,
|
|
34
|
+
label: r,
|
|
35
|
+
original: s
|
|
1530
36
|
};
|
|
1531
37
|
}
|
|
1532
|
-
const
|
|
38
|
+
const t = s.join(", ");
|
|
1533
39
|
return {
|
|
1534
|
-
key:
|
|
1535
|
-
label:
|
|
1536
|
-
original:
|
|
40
|
+
key: t,
|
|
41
|
+
label: t,
|
|
42
|
+
original: s
|
|
1537
43
|
};
|
|
1538
44
|
}
|
|
1539
|
-
if (
|
|
1540
|
-
const
|
|
45
|
+
if (C(s)) {
|
|
46
|
+
const t = s.name;
|
|
1541
47
|
return {
|
|
1542
|
-
key:
|
|
1543
|
-
label:
|
|
1544
|
-
original:
|
|
48
|
+
key: t,
|
|
49
|
+
label: t,
|
|
50
|
+
original: s
|
|
1545
51
|
};
|
|
1546
52
|
}
|
|
1547
|
-
const
|
|
53
|
+
const h = JSON.stringify(s);
|
|
1548
54
|
return {
|
|
1549
|
-
key:
|
|
1550
|
-
label:
|
|
1551
|
-
original:
|
|
55
|
+
key: h,
|
|
56
|
+
label: h,
|
|
57
|
+
original: s
|
|
1552
58
|
};
|
|
1553
|
-
},
|
|
1554
|
-
|
|
1555
|
-
],
|
|
1556
|
-
if (Array.isArray(
|
|
1557
|
-
const
|
|
1558
|
-
(
|
|
59
|
+
}, c = (s) => s == null ? [] : Array.isArray(s) ? s.map((h) => p(h)) : [
|
|
60
|
+
p(s)
|
|
61
|
+
], A = (s, h) => typeof s == "string" || typeof h == "string" ? s === h : JSON.stringify(s) === JSON.stringify(h), I = (s, h, t) => {
|
|
62
|
+
if (Array.isArray(h)) {
|
|
63
|
+
const r = h.filter(
|
|
64
|
+
(d) => !A(d, t)
|
|
1559
65
|
);
|
|
1560
|
-
|
|
1561
|
-
...
|
|
1562
|
-
[
|
|
66
|
+
l("update:filters", {
|
|
67
|
+
...n.filters,
|
|
68
|
+
[s]: r
|
|
1563
69
|
});
|
|
1564
70
|
} else
|
|
1565
|
-
|
|
1566
|
-
...
|
|
1567
|
-
[
|
|
71
|
+
l("update:filters", {
|
|
72
|
+
...n.filters,
|
|
73
|
+
[s]: null
|
|
1568
74
|
});
|
|
1569
|
-
|
|
1570
|
-
},
|
|
1571
|
-
|
|
75
|
+
l("remove", s, h, t);
|
|
76
|
+
}, V = () => {
|
|
77
|
+
l("update:filters", {}), l("clear");
|
|
1572
78
|
};
|
|
1573
|
-
return (
|
|
1574
|
-
const
|
|
1575
|
-
return
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
79
|
+
return (s, h) => {
|
|
80
|
+
const t = S("a-tag"), r = S("a-flex"), d = S("a-button");
|
|
81
|
+
return i(), D(r, {
|
|
82
|
+
align: "center",
|
|
83
|
+
wrap: "wrap",
|
|
84
|
+
class: "tag-cloud"
|
|
85
|
+
}, {
|
|
86
|
+
default: v(() => [
|
|
87
|
+
E(r, { wrap: "wrap" }, {
|
|
88
|
+
default: v(() => [
|
|
89
|
+
(i(!0), k(O, null, G(Object.entries(e.filters), ([a, b]) => (i(), k(O, { key: a }, [
|
|
90
|
+
(i(!0), k(O, null, G(c(b), (M) => (i(), D(t, {
|
|
91
|
+
key: M.key,
|
|
92
|
+
class: "filter-tag",
|
|
93
|
+
closable: !0,
|
|
94
|
+
style: ie(f.value),
|
|
95
|
+
onClose: () => I(a, b, M.original)
|
|
96
|
+
}, {
|
|
97
|
+
default: v(() => [
|
|
98
|
+
R(z(M.label), 1)
|
|
99
|
+
]),
|
|
100
|
+
_: 2
|
|
101
|
+
}, 1032, ["style", "onClose"]))), 128))
|
|
102
|
+
], 64))), 128))
|
|
103
|
+
]),
|
|
104
|
+
_: 1
|
|
105
|
+
}),
|
|
106
|
+
y.value ? (i(), D(d, {
|
|
107
|
+
key: 0,
|
|
108
|
+
type: "link",
|
|
109
|
+
onClick: V
|
|
110
|
+
}, {
|
|
111
|
+
default: v(() => [...h[0] || (h[0] = [
|
|
112
|
+
R(" Очистить все ", -1)
|
|
113
|
+
])]),
|
|
114
|
+
_: 1
|
|
115
|
+
})) : N("", !0)
|
|
1591
116
|
]),
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
type: "link",
|
|
1595
|
-
onClick: x
|
|
1596
|
-
}, {
|
|
1597
|
-
default: w(() => [...k[0] || (k[0] = [
|
|
1598
|
-
N(" Очистить все ", -1)
|
|
1599
|
-
])]),
|
|
1600
|
-
_: 1
|
|
1601
|
-
})) : U("", !0)
|
|
1602
|
-
]);
|
|
117
|
+
_: 1
|
|
118
|
+
});
|
|
1603
119
|
};
|
|
1604
120
|
}
|
|
1605
|
-
}),
|
|
1606
|
-
const
|
|
1607
|
-
for (const [
|
|
1608
|
-
|
|
1609
|
-
return
|
|
1610
|
-
},
|
|
121
|
+
}), X = (e, w) => {
|
|
122
|
+
const n = e.__vccOpts || e;
|
|
123
|
+
for (const [l, m] of w)
|
|
124
|
+
n[l] = m;
|
|
125
|
+
return n;
|
|
126
|
+
}, Be = /* @__PURE__ */ X(Me, [["__scopeId", "data-v-65fd3cb0"]]), xe = { class: "flex items-center justify-center text-lg" }, re = /* @__PURE__ */ P({
|
|
1611
127
|
__name: "TableCellStatus",
|
|
1612
128
|
props: {
|
|
1613
129
|
value: {}
|
|
1614
130
|
},
|
|
1615
131
|
setup(e) {
|
|
1616
|
-
return (
|
|
1617
|
-
e.value ? (
|
|
132
|
+
return (w, n) => (i(), k("div", xe, [
|
|
133
|
+
e.value ? (i(), D(j(pe), {
|
|
1618
134
|
key: 1,
|
|
1619
135
|
"two-tone-color": "#bfbfbf"
|
|
1620
|
-
})) : (
|
|
136
|
+
})) : (i(), D(j(pe), {
|
|
1621
137
|
key: 0,
|
|
1622
138
|
"two-tone-color": "#4ade80"
|
|
1623
139
|
}))
|
|
1624
140
|
]));
|
|
1625
141
|
}
|
|
1626
|
-
}),
|
|
142
|
+
}), Fe = { class: "flex items-center justify-center gap-2" }, _e = /* @__PURE__ */ P({
|
|
1627
143
|
__name: "CardCellActions",
|
|
1628
144
|
props: {
|
|
1629
145
|
record: {},
|
|
@@ -1631,55 +147,55 @@ const eo = { class: "flex flex-wrap tag-cloud" }, to = { class: "flex flex-wrap"
|
|
|
1631
147
|
editAction: { type: Boolean }
|
|
1632
148
|
},
|
|
1633
149
|
emits: ["edit", "delete", "restore"],
|
|
1634
|
-
setup(e, { emit:
|
|
1635
|
-
const
|
|
1636
|
-
return (
|
|
1637
|
-
const
|
|
1638
|
-
return
|
|
1639
|
-
|
|
150
|
+
setup(e, { emit: w }) {
|
|
151
|
+
const n = e, l = w, m = n.canEdit ?? !0, f = n.editAction ?? !0, g = (p) => l("delete", p), y = (p) => l("restore", p), C = (p) => l("edit", p);
|
|
152
|
+
return (p, c) => {
|
|
153
|
+
const A = S("a-button"), I = S("a-tooltip");
|
|
154
|
+
return i(), k("div", Fe, [
|
|
155
|
+
j(m) === !1 ? (i(), D(I, {
|
|
1640
156
|
key: 0,
|
|
1641
157
|
title: "Смотреть"
|
|
1642
158
|
}, {
|
|
1643
|
-
default:
|
|
1644
|
-
|
|
1645
|
-
icon:
|
|
1646
|
-
onClick:
|
|
159
|
+
default: v(() => [
|
|
160
|
+
E(A, {
|
|
161
|
+
icon: J(j(be)),
|
|
162
|
+
onClick: c[0] || (c[0] = (V) => C(e.record))
|
|
1647
163
|
}, null, 8, ["icon"])
|
|
1648
164
|
]),
|
|
1649
165
|
_: 1
|
|
1650
|
-
})) :
|
|
1651
|
-
|
|
1652
|
-
|
|
166
|
+
})) : N("", !0),
|
|
167
|
+
j(m) !== !1 ? (i(), k(O, { key: 1 }, [
|
|
168
|
+
j(f) !== !1 ? (i(), D(I, {
|
|
1653
169
|
key: 0,
|
|
1654
170
|
title: "Редактировать"
|
|
1655
171
|
}, {
|
|
1656
|
-
default:
|
|
1657
|
-
|
|
1658
|
-
icon:
|
|
1659
|
-
onClick:
|
|
172
|
+
default: v(() => [
|
|
173
|
+
E(A, {
|
|
174
|
+
icon: J(j(Ce)),
|
|
175
|
+
onClick: c[1] || (c[1] = (V) => C(e.record))
|
|
1660
176
|
}, null, 8, ["icon"])
|
|
1661
177
|
]),
|
|
1662
178
|
_: 1
|
|
1663
|
-
})) :
|
|
1664
|
-
|
|
179
|
+
})) : N("", !0),
|
|
180
|
+
E(I, {
|
|
1665
181
|
title: e.record.deletedAt ? "Восстановить" : "Удалить"
|
|
1666
182
|
}, {
|
|
1667
|
-
default:
|
|
1668
|
-
|
|
1669
|
-
icon:
|
|
1670
|
-
onClick:
|
|
183
|
+
default: v(() => [
|
|
184
|
+
E(A, {
|
|
185
|
+
icon: J(e.record.deletedAt ? j(Ae) : j(ke)),
|
|
186
|
+
onClick: c[2] || (c[2] = (V) => e.record.deletedAt ? y(e.record) : g(e.record))
|
|
1671
187
|
}, null, 8, ["icon"])
|
|
1672
188
|
]),
|
|
1673
189
|
_: 1
|
|
1674
190
|
}, 8, ["title"])
|
|
1675
|
-
], 64)) :
|
|
191
|
+
], 64)) : N("", !0)
|
|
1676
192
|
]);
|
|
1677
193
|
};
|
|
1678
194
|
}
|
|
1679
|
-
}),
|
|
195
|
+
}), Le = { class: "data-card__header" }, Te = { class: "data-card__body" }, Oe = { class: "data-card__label" }, Ue = { class: "data-card__value" }, je = { key: 0 }, Re = { key: 2 }, Pe = { key: 3 }, Ne = { key: 4 }, ze = { key: 5 }, Ge = {
|
|
1680
196
|
key: 0,
|
|
1681
197
|
class: "data-card__footer"
|
|
1682
|
-
},
|
|
198
|
+
}, He = /* @__PURE__ */ P({
|
|
1683
199
|
__name: "TheCard",
|
|
1684
200
|
props: {
|
|
1685
201
|
loading: { type: Boolean },
|
|
@@ -1690,100 +206,100 @@ const eo = { class: "flex flex-wrap tag-cloud" }, to = { class: "flex flex-wrap"
|
|
|
1690
206
|
showActionsColumn: { type: Boolean }
|
|
1691
207
|
},
|
|
1692
208
|
emits: ["delete", "restore", "edit"],
|
|
1693
|
-
setup(e, { emit:
|
|
1694
|
-
const
|
|
1695
|
-
if (
|
|
209
|
+
setup(e, { emit: w }) {
|
|
210
|
+
const n = e, l = (t) => n.record[String(t.dataIndex)], m = (t) => {
|
|
211
|
+
if (t === null || typeof t != "object")
|
|
1696
212
|
return "";
|
|
1697
|
-
if ("name" in
|
|
1698
|
-
const
|
|
1699
|
-
return typeof
|
|
213
|
+
if ("name" in t) {
|
|
214
|
+
const r = t.name;
|
|
215
|
+
return typeof r == "string" ? r : "";
|
|
1700
216
|
}
|
|
1701
217
|
return "";
|
|
1702
|
-
},
|
|
1703
|
-
const
|
|
1704
|
-
return Array.isArray(
|
|
1705
|
-
},
|
|
1706
|
-
key: `${
|
|
1707
|
-
label:
|
|
1708
|
-
})),
|
|
1709
|
-
return (
|
|
1710
|
-
const
|
|
1711
|
-
return
|
|
218
|
+
}, f = (t) => t == null ? !0 : typeof t == "string" ? t.trim().length === 0 : !1, g = (t) => t == null ? "" : typeof t == "string" ? t.trim() : typeof t == "object" ? m(t) : String(t), y = (t) => {
|
|
219
|
+
const r = l(t);
|
|
220
|
+
return Array.isArray(r) ? r.map((d) => g(d)).filter((d) => d.trim().length > 0) : [];
|
|
221
|
+
}, C = (t) => y(t).map((r, d) => ({
|
|
222
|
+
key: `${r}-${d}`,
|
|
223
|
+
label: r
|
|
224
|
+
})), p = w, c = n.canEdit ?? !0, A = n.editAction ?? !0, I = n.showActionsColumn ?? !0, V = (t) => p("delete", t), s = (t) => p("restore", t), h = (t) => p("edit", t);
|
|
225
|
+
return (t, r) => {
|
|
226
|
+
const d = S("a-tag"), a = S("a-card");
|
|
227
|
+
return i(), D(a, {
|
|
1712
228
|
loading: e.loading,
|
|
1713
229
|
bordered: !1,
|
|
1714
230
|
class: "data-card bg-white rounded-3 shadow-sm"
|
|
1715
|
-
},
|
|
1716
|
-
title:
|
|
1717
|
-
|
|
1718
|
-
|
|
231
|
+
}, ae({
|
|
232
|
+
title: v(() => [
|
|
233
|
+
L("div", Le, [
|
|
234
|
+
U(t.$slots, "title", {}, void 0, !0)
|
|
1719
235
|
])
|
|
1720
236
|
]),
|
|
1721
|
-
default:
|
|
1722
|
-
|
|
1723
|
-
|
|
237
|
+
default: v(() => [
|
|
238
|
+
L("div", Te, [
|
|
239
|
+
U(t.$slots, "body", {
|
|
1724
240
|
record: e.record,
|
|
1725
241
|
columns: e.columns
|
|
1726
242
|
}, () => [
|
|
1727
|
-
(
|
|
1728
|
-
key:
|
|
243
|
+
(i(!0), k(O, null, G(e.columns, (b) => (i(), k("div", {
|
|
244
|
+
key: b.dataIndex,
|
|
1729
245
|
class: "data-card__row"
|
|
1730
246
|
}, [
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
247
|
+
L("span", Oe, z(b.title) + ": ", 1),
|
|
248
|
+
L("span", Ue, [
|
|
249
|
+
b.dataIndex === "deletedAt" ? (i(), k("span", je, [
|
|
250
|
+
E(re, {
|
|
1735
251
|
value: e.record.deletedAt
|
|
1736
252
|
}, null, 8, ["value"])
|
|
1737
|
-
])) : Array.isArray(
|
|
1738
|
-
|
|
1739
|
-
key:
|
|
253
|
+
])) : Array.isArray(l(b)) ? (i(), k(O, { key: 1 }, [
|
|
254
|
+
b.tag === !0 ? (i(!0), k(O, { key: 0 }, G(C(b), (M) => (i(), D(d, {
|
|
255
|
+
key: M.key,
|
|
1740
256
|
class: "mr-1 mb-1"
|
|
1741
257
|
}, {
|
|
1742
|
-
default:
|
|
1743
|
-
|
|
258
|
+
default: v(() => [
|
|
259
|
+
R(z(M.label), 1)
|
|
1744
260
|
]),
|
|
1745
261
|
_: 2
|
|
1746
|
-
}, 1024))), 128)) : (
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
], 64)) :
|
|
262
|
+
}, 1024))), 128)) : (i(!0), k(O, { key: 1 }, G(y(b), (M, u) => (i(), k("span", { key: u }, [
|
|
263
|
+
R(z(M) + " ", 1),
|
|
264
|
+
u < y(b).length - 1 ? (i(), k(O, { key: 0 }, [
|
|
265
|
+
R(" , ")
|
|
266
|
+
], 64)) : N("", !0)
|
|
1751
267
|
]))), 128))
|
|
1752
|
-
], 64)) : typeof
|
|
1753
|
-
|
|
1754
|
-
value: !
|
|
268
|
+
], 64)) : typeof l(b) == "boolean" ? (i(), k("span", Re, [
|
|
269
|
+
E(re, {
|
|
270
|
+
value: !l(b)
|
|
1755
271
|
}, null, 8, ["value"])
|
|
1756
|
-
])) :
|
|
1757
|
-
|
|
1758
|
-
default:
|
|
1759
|
-
|
|
272
|
+
])) : l(b) !== null && typeof l(b) == "object" ? (i(), k("span", Pe, z(m(l(b))), 1)) : b.tag === !0 ? (i(), k("span", Ne, [
|
|
273
|
+
f(l(b)) ? N("", !0) : (i(), D(d, { key: 0 }, {
|
|
274
|
+
default: v(() => [
|
|
275
|
+
R(z(l(b)), 1)
|
|
1760
276
|
]),
|
|
1761
277
|
_: 2
|
|
1762
278
|
}, 1024))
|
|
1763
|
-
])) : (
|
|
279
|
+
])) : (i(), k("span", ze, z(l(b)), 1))
|
|
1764
280
|
])
|
|
1765
281
|
]))), 128))
|
|
1766
282
|
], !0)
|
|
1767
283
|
]),
|
|
1768
|
-
|
|
1769
|
-
|
|
284
|
+
t.$slots.footer ? (i(), k("div", Ge, [
|
|
285
|
+
U(t.$slots, "footer", {
|
|
1770
286
|
record: e.record,
|
|
1771
287
|
columns: e.columns
|
|
1772
288
|
}, void 0, !0)
|
|
1773
|
-
])) :
|
|
289
|
+
])) : N("", !0)
|
|
1774
290
|
]),
|
|
1775
291
|
_: 2
|
|
1776
292
|
}, [
|
|
1777
|
-
|
|
293
|
+
j(I) ? {
|
|
1778
294
|
name: "actions",
|
|
1779
|
-
fn:
|
|
1780
|
-
|
|
295
|
+
fn: v(() => [
|
|
296
|
+
E(_e, {
|
|
1781
297
|
record: e.record,
|
|
1782
|
-
"can-edit":
|
|
1783
|
-
"edit-action":
|
|
1784
|
-
onEdit:
|
|
1785
|
-
onDelete:
|
|
1786
|
-
onRestore:
|
|
298
|
+
"can-edit": j(c),
|
|
299
|
+
"edit-action": j(A),
|
|
300
|
+
onEdit: h,
|
|
301
|
+
onDelete: V,
|
|
302
|
+
onRestore: s
|
|
1787
303
|
}, null, 8, ["record", "can-edit", "edit-action"])
|
|
1788
304
|
]),
|
|
1789
305
|
key: "0"
|
|
@@ -1791,7 +307,7 @@ const eo = { class: "flex flex-wrap tag-cloud" }, to = { class: "flex flex-wrap"
|
|
|
1791
307
|
]), 1032, ["loading"]);
|
|
1792
308
|
};
|
|
1793
309
|
}
|
|
1794
|
-
}),
|
|
310
|
+
}), Ye = /* @__PURE__ */ X(He, [["__scopeId", "data-v-c6be2770"]]), Ze = { class: "efko-dataview" }, qe = /* @__PURE__ */ P({
|
|
1795
311
|
__name: "LazyLoadTrigger",
|
|
1796
312
|
props: {
|
|
1797
313
|
onIntersect: {},
|
|
@@ -1800,33 +316,33 @@ const eo = { class: "flex flex-wrap tag-cloud" }, to = { class: "flex flex-wrap"
|
|
|
1800
316
|
loading: { type: Boolean }
|
|
1801
317
|
},
|
|
1802
318
|
setup(e) {
|
|
1803
|
-
const
|
|
1804
|
-
let
|
|
1805
|
-
const
|
|
1806
|
-
var
|
|
1807
|
-
|
|
319
|
+
const w = e, n = T(null);
|
|
320
|
+
let l = null;
|
|
321
|
+
const m = (f) => {
|
|
322
|
+
var y;
|
|
323
|
+
f[0].isIntersecting && ((y = w.onIntersect) == null || y.call(w), w.once && l && l.disconnect());
|
|
1808
324
|
};
|
|
1809
|
-
return
|
|
1810
|
-
|
|
1811
|
-
threshold:
|
|
1812
|
-
}),
|
|
1813
|
-
}),
|
|
1814
|
-
|
|
1815
|
-
}), (
|
|
1816
|
-
const
|
|
1817
|
-
return
|
|
1818
|
-
|
|
325
|
+
return K(() => {
|
|
326
|
+
l = new IntersectionObserver(m, {
|
|
327
|
+
threshold: w.threshold
|
|
328
|
+
}), n.value && l.observe(n.value);
|
|
329
|
+
}), ye(() => {
|
|
330
|
+
l && l.disconnect();
|
|
331
|
+
}), (f, g) => {
|
|
332
|
+
const y = S("a-spin");
|
|
333
|
+
return i(), k("div", Ze, [
|
|
334
|
+
L("div", {
|
|
1819
335
|
ref_key: "container",
|
|
1820
|
-
ref:
|
|
336
|
+
ref: n,
|
|
1821
337
|
style: { height: "1px" },
|
|
1822
338
|
class: "flex items-center justify-center py-5"
|
|
1823
339
|
}, [
|
|
1824
|
-
|
|
340
|
+
E(y, { spinning: e.loading }, null, 8, ["spinning"])
|
|
1825
341
|
], 512)
|
|
1826
342
|
]);
|
|
1827
343
|
};
|
|
1828
344
|
}
|
|
1829
|
-
}),
|
|
345
|
+
}), Je = { class: "efko-dataview" }, Ke = { class: "flex flex-col gap-4" }, Xe = /* @__PURE__ */ P({
|
|
1830
346
|
__name: "CardGrid",
|
|
1831
347
|
props: {
|
|
1832
348
|
loading: { type: Boolean },
|
|
@@ -1840,108 +356,108 @@ const eo = { class: "flex flex-wrap tag-cloud" }, to = { class: "flex flex-wrap"
|
|
|
1840
356
|
meta: {}
|
|
1841
357
|
},
|
|
1842
358
|
emits: ["delete", "restore", "edit", "pageChange", "sizeChange"],
|
|
1843
|
-
setup(e, { emit:
|
|
1844
|
-
const
|
|
1845
|
-
|
|
1846
|
-
const
|
|
1847
|
-
|
|
359
|
+
setup(e, { emit: w }) {
|
|
360
|
+
const n = e, l = w;
|
|
361
|
+
K(() => {
|
|
362
|
+
const c = document.querySelector(".card-grid");
|
|
363
|
+
c !== null && fe(c);
|
|
1848
364
|
});
|
|
1849
|
-
const
|
|
1850
|
-
() =>
|
|
1851
|
-
),
|
|
1852
|
-
var
|
|
1853
|
-
if (((
|
|
1854
|
-
|
|
1855
|
-
...
|
|
365
|
+
const m = _(
|
|
366
|
+
() => n.cardLayout === "row" ? "card-grid card-grid--row" : "card-grid card-grid--grid"
|
|
367
|
+
), f = _(() => n.columns), g = T([]), y = () => {
|
|
368
|
+
var I;
|
|
369
|
+
if (((I = n.meta) == null ? void 0 : I.currentPage) === 1) {
|
|
370
|
+
g.value = [
|
|
371
|
+
...n.dataSource
|
|
1856
372
|
];
|
|
1857
373
|
return;
|
|
1858
374
|
}
|
|
1859
|
-
const
|
|
1860
|
-
|
|
375
|
+
const c = new Set(g.value.map((V) => V.id)), A = n.dataSource.filter((V) => !c.has(V.id));
|
|
376
|
+
g.value.push(...A);
|
|
1861
377
|
};
|
|
1862
|
-
|
|
1863
|
-
var
|
|
378
|
+
y(), F(() => {
|
|
379
|
+
var c;
|
|
1864
380
|
return [
|
|
1865
|
-
|
|
1866
|
-
(
|
|
381
|
+
n.dataSource,
|
|
382
|
+
(c = n.meta) == null ? void 0 : c.currentPage
|
|
1867
383
|
];
|
|
1868
|
-
},
|
|
384
|
+
}, y, {
|
|
1869
385
|
deep: !0
|
|
1870
386
|
});
|
|
1871
|
-
const
|
|
1872
|
-
|
|
387
|
+
const C = _(() => n.meta === void 0 ? !0 : n.meta.currentPage * n.meta.pageSize >= n.meta.total), p = () => {
|
|
388
|
+
n.loading || C.value || !n.meta || l("pageChange", n.meta.currentPage + 1);
|
|
1873
389
|
};
|
|
1874
|
-
return (
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
class:
|
|
390
|
+
return (c, A) => (i(), k("div", Je, [
|
|
391
|
+
L("div", Ke, [
|
|
392
|
+
L("div", {
|
|
393
|
+
class: $e(m.value)
|
|
1878
394
|
}, [
|
|
1879
|
-
(
|
|
1880
|
-
key: String(
|
|
395
|
+
(i(!0), k(O, null, G(g.value, (I, V) => (i(), D(Ye, {
|
|
396
|
+
key: String(I.id ?? `card-${V}`),
|
|
1881
397
|
loading: e.loading,
|
|
1882
|
-
record:
|
|
1883
|
-
columns:
|
|
398
|
+
record: I,
|
|
399
|
+
columns: f.value,
|
|
1884
400
|
"can-edit": e.canEdit,
|
|
1885
401
|
"edit-action": e.editAction,
|
|
1886
402
|
"show-actions-column": e.showActionsColumn,
|
|
1887
|
-
onEdit:
|
|
1888
|
-
onDelete:
|
|
1889
|
-
onRestore:
|
|
1890
|
-
},
|
|
1891
|
-
|
|
403
|
+
onEdit: A[0] || (A[0] = (s) => l("edit", s)),
|
|
404
|
+
onDelete: A[1] || (A[1] = (s) => l("delete", s)),
|
|
405
|
+
onRestore: A[2] || (A[2] = (s) => l("restore", s))
|
|
406
|
+
}, ae({ _: 2 }, [
|
|
407
|
+
c.$slots.titleCard ? {
|
|
1892
408
|
name: "title",
|
|
1893
|
-
fn:
|
|
1894
|
-
|
|
1895
|
-
record:
|
|
1896
|
-
columns:
|
|
409
|
+
fn: v(() => [
|
|
410
|
+
U(c.$slots, "titleCard", {
|
|
411
|
+
record: I,
|
|
412
|
+
columns: f.value
|
|
1897
413
|
}, void 0, !0)
|
|
1898
414
|
]),
|
|
1899
415
|
key: "0"
|
|
1900
416
|
} : void 0,
|
|
1901
|
-
|
|
417
|
+
c.$slots.bodyCard ? {
|
|
1902
418
|
name: "body",
|
|
1903
|
-
fn:
|
|
1904
|
-
|
|
1905
|
-
record:
|
|
1906
|
-
columns:
|
|
419
|
+
fn: v(({ record: s, columns: h }) => [
|
|
420
|
+
U(c.$slots, "bodyCard", {
|
|
421
|
+
record: s,
|
|
422
|
+
columns: h
|
|
1907
423
|
}, void 0, !0)
|
|
1908
424
|
]),
|
|
1909
425
|
key: "1"
|
|
1910
426
|
} : void 0,
|
|
1911
|
-
|
|
427
|
+
c.$slots.footerCard ? {
|
|
1912
428
|
name: "footer",
|
|
1913
|
-
fn:
|
|
1914
|
-
|
|
1915
|
-
record:
|
|
1916
|
-
columns:
|
|
429
|
+
fn: v(({ record: s, columns: h }) => [
|
|
430
|
+
U(c.$slots, "footerCard", {
|
|
431
|
+
record: s,
|
|
432
|
+
columns: h
|
|
1917
433
|
}, void 0, !0)
|
|
1918
434
|
]),
|
|
1919
435
|
key: "2"
|
|
1920
436
|
} : void 0
|
|
1921
437
|
]), 1032, ["loading", "record", "columns", "can-edit", "edit-action", "show-actions-column"]))), 128))
|
|
1922
438
|
], 2),
|
|
1923
|
-
e.pagination && !
|
|
439
|
+
e.pagination && !C.value ? (i(), D(qe, {
|
|
1924
440
|
key: 0,
|
|
1925
441
|
loading: e.loading,
|
|
1926
442
|
once: !1,
|
|
1927
|
-
"on-intersect":
|
|
1928
|
-
}, null, 8, ["loading"])) :
|
|
443
|
+
"on-intersect": p
|
|
444
|
+
}, null, 8, ["loading"])) : N("", !0)
|
|
1929
445
|
])
|
|
1930
446
|
]));
|
|
1931
447
|
}
|
|
1932
|
-
}),
|
|
1933
|
-
var
|
|
1934
|
-
const
|
|
448
|
+
}), We = /* @__PURE__ */ X(Xe, [["__scopeId", "data-v-e3e3f0a2"]]), Qe = "10", Pt = "20", Nt = "50", zt = "100", Gt = "1000", Ht = 1, Yt = Qe;
|
|
449
|
+
var H = /* @__PURE__ */ ((e) => (e.SEARCH = "search", e.SELECT = "select", e.DATE = "date", e))(H || {}), et = /* @__PURE__ */ ((e) => (e.SMALL = "10", e.MEDIUM = "20", e.LARGE = "50", e.EXTRA_LARGE = "100", e.ULTRA = "1000", e))(et || {});
|
|
450
|
+
const Zt = [
|
|
1935
451
|
"10",
|
|
1936
452
|
"20",
|
|
1937
453
|
"50",
|
|
1938
454
|
"100"
|
|
1939
455
|
/* EXTRA_LARGE */
|
|
1940
456
|
];
|
|
1941
|
-
var
|
|
1942
|
-
const
|
|
457
|
+
var tt = /* @__PURE__ */ ((e) => (e[e.NONE = 0] = "NONE", e[e.SMALL = 10] = "SMALL", e[e.MEDIUM = 20] = "MEDIUM", e[e.LARGE = 50] = "LARGE", e))(tt || {}), nt = /* @__PURE__ */ ((e) => (e[e.DEFAULT_CURRENT_PAGE = 1] = "DEFAULT_CURRENT_PAGE", e))(nt || {}), se = /* @__PURE__ */ ((e) => (e.ASCEND = "ascend", e.DESCEND = "descend", e))(se || {}), ot = /* @__PURE__ */ ((e) => (e.ASC = "asc", e.DESC = "desc", e))(ot || {});
|
|
458
|
+
const lt = P({
|
|
1943
459
|
name: "MultiselectWrapper",
|
|
1944
|
-
components: { VueMultiselect:
|
|
460
|
+
components: { VueMultiselect: Ie },
|
|
1945
461
|
props: {
|
|
1946
462
|
modelValue: {
|
|
1947
463
|
type: [Array, String, Number, Object, Boolean, null],
|
|
@@ -1950,25 +466,25 @@ const Bo = P({
|
|
|
1950
466
|
},
|
|
1951
467
|
emits: ["update:modelValue"],
|
|
1952
468
|
data() {
|
|
1953
|
-
return { simpleImage:
|
|
469
|
+
return { simpleImage: Ve.PRESENTED_IMAGE_SIMPLE };
|
|
1954
470
|
}
|
|
1955
471
|
});
|
|
1956
|
-
function
|
|
1957
|
-
const
|
|
1958
|
-
return
|
|
472
|
+
function rt(e, w, n, l, m, f) {
|
|
473
|
+
const g = S("a-empty"), y = S("VueMultiselect");
|
|
474
|
+
return i(), D(y, de(e.$attrs, {
|
|
1959
475
|
class: "filter-select",
|
|
1960
476
|
modelValue: e.modelValue,
|
|
1961
|
-
"onUpdate:modelValue":
|
|
477
|
+
"onUpdate:modelValue": w[0] || (w[0] = (C) => e.$emit("update:modelValue", C)),
|
|
1962
478
|
label: "name",
|
|
1963
479
|
"value-prop": "id"
|
|
1964
480
|
}), {
|
|
1965
|
-
nooptions:
|
|
1966
|
-
|
|
481
|
+
nooptions: v(() => [
|
|
482
|
+
E(g, { image: e.simpleImage }, null, 8, ["image"])
|
|
1967
483
|
]),
|
|
1968
484
|
_: 1
|
|
1969
485
|
}, 16, ["modelValue"]);
|
|
1970
486
|
}
|
|
1971
|
-
const
|
|
487
|
+
const we = /* @__PURE__ */ X(lt, [["render", rt], ["__scopeId", "data-v-cfb3f123"]]), at = { class: "efko-dataview" }, it = { class: "flex items-center gap-2 p-2" }, st = /* @__PURE__ */ P({
|
|
1972
488
|
__name: "FilterDropdown",
|
|
1973
489
|
props: {
|
|
1974
490
|
placeholder: {},
|
|
@@ -1976,30 +492,30 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
1976
492
|
componentProps: {}
|
|
1977
493
|
},
|
|
1978
494
|
emits: ["update:modelValue", "apply"],
|
|
1979
|
-
setup(e, { emit:
|
|
1980
|
-
const
|
|
1981
|
-
|
|
495
|
+
setup(e, { emit: w }) {
|
|
496
|
+
const n = e, l = w, m = _(() => n.filterMode === H.SEARCH ? "a-input" : n.filterMode === H.SELECT ? we : n.filterMode === H.DATE ? "a-range-picker" : null), f = T(null), g = () => {
|
|
497
|
+
l("update:modelValue", f.value), l("apply"), f.value = null;
|
|
1982
498
|
};
|
|
1983
|
-
return (
|
|
1984
|
-
const
|
|
1985
|
-
return
|
|
1986
|
-
|
|
1987
|
-
(
|
|
1988
|
-
value:
|
|
1989
|
-
"onUpdate:value":
|
|
1990
|
-
modelValue:
|
|
1991
|
-
"onUpdate:modelValue":
|
|
499
|
+
return (y, C) => {
|
|
500
|
+
const p = S("a-button");
|
|
501
|
+
return i(), k("div", at, [
|
|
502
|
+
L("div", it, [
|
|
503
|
+
(i(), D(ge(m.value), de(e.componentProps, {
|
|
504
|
+
value: f.value,
|
|
505
|
+
"onUpdate:value": C[0] || (C[0] = (c) => f.value = c),
|
|
506
|
+
modelValue: f.value,
|
|
507
|
+
"onUpdate:modelValue": C[1] || (C[1] = (c) => f.value = c),
|
|
1992
508
|
placeholder: e.placeholder,
|
|
1993
509
|
style: { "min-width": "240px", "max-width": "300px", "font-size": "14px" },
|
|
1994
510
|
object: ""
|
|
1995
511
|
}), null, 16, ["value", "modelValue", "placeholder"])),
|
|
1996
|
-
|
|
512
|
+
E(p, {
|
|
1997
513
|
type: "primary",
|
|
1998
514
|
size: "small",
|
|
1999
|
-
onClick:
|
|
515
|
+
onClick: g
|
|
2000
516
|
}, {
|
|
2001
|
-
default:
|
|
2002
|
-
|
|
517
|
+
default: v(() => [...C[2] || (C[2] = [
|
|
518
|
+
R(" Добавить ", -1)
|
|
2003
519
|
])]),
|
|
2004
520
|
_: 1
|
|
2005
521
|
})
|
|
@@ -2007,7 +523,7 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2007
523
|
]);
|
|
2008
524
|
};
|
|
2009
525
|
}
|
|
2010
|
-
}),
|
|
526
|
+
}), ut = { class: "flex items-center justify-center gap-2" }, dt = /* @__PURE__ */ P({
|
|
2011
527
|
__name: "TableCellActions",
|
|
2012
528
|
props: {
|
|
2013
529
|
record: {},
|
|
@@ -2016,59 +532,59 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2016
532
|
deleteAction: { type: Boolean }
|
|
2017
533
|
},
|
|
2018
534
|
emits: ["edit", "delete", "restore"],
|
|
2019
|
-
setup(e, { emit:
|
|
2020
|
-
const
|
|
2021
|
-
|
|
2022
|
-
},
|
|
2023
|
-
|
|
2024
|
-
},
|
|
2025
|
-
|
|
535
|
+
setup(e, { emit: w }) {
|
|
536
|
+
const n = e, l = w, m = (y) => {
|
|
537
|
+
l("delete", y);
|
|
538
|
+
}, f = (y) => {
|
|
539
|
+
l("restore", y);
|
|
540
|
+
}, g = (y) => {
|
|
541
|
+
l("edit", y);
|
|
2026
542
|
};
|
|
2027
|
-
return (
|
|
2028
|
-
const
|
|
2029
|
-
return
|
|
2030
|
-
|
|
543
|
+
return (y, C) => {
|
|
544
|
+
const p = S("a-button"), c = S("a-tooltip");
|
|
545
|
+
return i(), k("div", ut, [
|
|
546
|
+
n.canEdit === !1 ? (i(), D(c, {
|
|
2031
547
|
key: 0,
|
|
2032
548
|
title: "Смотреть"
|
|
2033
549
|
}, {
|
|
2034
|
-
default:
|
|
2035
|
-
|
|
2036
|
-
icon:
|
|
2037
|
-
onClick:
|
|
550
|
+
default: v(() => [
|
|
551
|
+
E(p, {
|
|
552
|
+
icon: J(j(be)),
|
|
553
|
+
onClick: C[0] || (C[0] = (A) => g(e.record))
|
|
2038
554
|
}, null, 8, ["icon"])
|
|
2039
555
|
]),
|
|
2040
556
|
_: 1
|
|
2041
|
-
})) :
|
|
2042
|
-
e.canEdit !== !1 ? (
|
|
2043
|
-
|
|
557
|
+
})) : N("", !0),
|
|
558
|
+
e.canEdit !== !1 ? (i(), k(O, { key: 1 }, [
|
|
559
|
+
n.editAction !== !1 ? (i(), D(c, {
|
|
2044
560
|
key: 0,
|
|
2045
561
|
title: "Редактировать"
|
|
2046
562
|
}, {
|
|
2047
|
-
default:
|
|
2048
|
-
|
|
2049
|
-
icon:
|
|
2050
|
-
onClick:
|
|
563
|
+
default: v(() => [
|
|
564
|
+
E(p, {
|
|
565
|
+
icon: J(j(Ce)),
|
|
566
|
+
onClick: C[1] || (C[1] = (A) => g(e.record))
|
|
2051
567
|
}, null, 8, ["icon"])
|
|
2052
568
|
]),
|
|
2053
569
|
_: 1
|
|
2054
|
-
})) :
|
|
2055
|
-
e.deleteAction !== !1 ? (
|
|
570
|
+
})) : N("", !0),
|
|
571
|
+
e.deleteAction !== !1 ? (i(), D(c, {
|
|
2056
572
|
key: 1,
|
|
2057
573
|
title: e.record.isDeleted ? "Восстановить" : "Удалить"
|
|
2058
574
|
}, {
|
|
2059
|
-
default:
|
|
2060
|
-
|
|
2061
|
-
icon:
|
|
2062
|
-
onClick:
|
|
575
|
+
default: v(() => [
|
|
576
|
+
E(p, {
|
|
577
|
+
icon: J(e.record.isDeleted ? j(Ae) : j(ke)),
|
|
578
|
+
onClick: C[2] || (C[2] = (A) => e.record.isDeleted ? f(e.record) : m(e.record))
|
|
2063
579
|
}, null, 8, ["icon"])
|
|
2064
580
|
]),
|
|
2065
581
|
_: 1
|
|
2066
|
-
}, 8, ["title"])) :
|
|
2067
|
-
], 64)) :
|
|
582
|
+
}, 8, ["title"])) : N("", !0)
|
|
583
|
+
], 64)) : N("", !0)
|
|
2068
584
|
]);
|
|
2069
585
|
};
|
|
2070
586
|
}
|
|
2071
|
-
}),
|
|
587
|
+
}), ct = { key: 0 }, ft = { key: 1 }, mt = { key: 2 }, pt = { key: 3 }, yt = { key: 4 }, gt = { key: 5 }, vt = /* @__PURE__ */ P({
|
|
2072
588
|
__name: "TableBodyCell",
|
|
2073
589
|
props: {
|
|
2074
590
|
loading: { type: Boolean },
|
|
@@ -2077,69 +593,69 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2077
593
|
tagStyle: {}
|
|
2078
594
|
},
|
|
2079
595
|
setup(e) {
|
|
2080
|
-
const
|
|
2081
|
-
if (
|
|
596
|
+
const w = e, n = _(() => w.record[String(w.column.dataIndex)]), l = (p) => p == null ? !0 : typeof p == "string" ? p.trim().length === 0 : !1, m = (p) => {
|
|
597
|
+
if (p === null || typeof p != "object")
|
|
2082
598
|
return "";
|
|
2083
|
-
if ("name" in
|
|
2084
|
-
const
|
|
2085
|
-
return typeof
|
|
599
|
+
if ("name" in p) {
|
|
600
|
+
const c = p.name;
|
|
601
|
+
return typeof c == "string" ? c : "";
|
|
2086
602
|
}
|
|
2087
603
|
return "";
|
|
2088
|
-
},
|
|
2089
|
-
const
|
|
2090
|
-
return Array.isArray(
|
|
2091
|
-
}),
|
|
2092
|
-
key: `${
|
|
2093
|
-
label:
|
|
2094
|
-
}))),
|
|
2095
|
-
return (
|
|
2096
|
-
const
|
|
2097
|
-
return e.loading ? (
|
|
604
|
+
}, f = (p) => p == null ? "" : typeof p == "string" ? p.trim() : typeof p == "object" ? m(p) : String(p), g = _(() => {
|
|
605
|
+
const p = n.value;
|
|
606
|
+
return Array.isArray(p) ? p.map((c) => f(c)).filter((c) => c.trim().length > 0) : [];
|
|
607
|
+
}), y = _(() => g.value.map((p, c) => ({
|
|
608
|
+
key: `${p}-${c}`,
|
|
609
|
+
label: p
|
|
610
|
+
}))), C = _(() => !l(n.value));
|
|
611
|
+
return (p, c) => {
|
|
612
|
+
const A = S("a-skeleton"), I = S("a-tag");
|
|
613
|
+
return e.loading ? (i(), D(A, {
|
|
2098
614
|
key: 0,
|
|
2099
615
|
active: !0,
|
|
2100
616
|
loading: !0,
|
|
2101
617
|
title: !1,
|
|
2102
618
|
paragraph: { rows: 1 }
|
|
2103
|
-
})) : (
|
|
2104
|
-
e.column.dataIndex === "isDeleted" ? (
|
|
2105
|
-
|
|
619
|
+
})) : (i(), k(O, { key: 1 }, [
|
|
620
|
+
e.column.dataIndex === "isDeleted" ? (i(), k("span", ct, [
|
|
621
|
+
E(re, {
|
|
2106
622
|
value: e.record.isDeleted
|
|
2107
623
|
}, null, 8, ["value"])
|
|
2108
|
-
])) : Array.isArray(
|
|
2109
|
-
e.column.tag === !0 ? (
|
|
2110
|
-
key:
|
|
2111
|
-
style:
|
|
624
|
+
])) : Array.isArray(n.value) ? (i(), k("span", ft, [
|
|
625
|
+
e.column.tag === !0 ? (i(!0), k(O, { key: 0 }, G(y.value, (V) => (i(), D(I, {
|
|
626
|
+
key: V.key,
|
|
627
|
+
style: ie(e.tagStyle),
|
|
2112
628
|
class: "mr-1 mb-1"
|
|
2113
629
|
}, {
|
|
2114
|
-
default:
|
|
2115
|
-
|
|
630
|
+
default: v(() => [
|
|
631
|
+
R(z(V.label), 1)
|
|
2116
632
|
]),
|
|
2117
633
|
_: 2
|
|
2118
|
-
}, 1032, ["style"]))), 128)) : (
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
], 64)) :
|
|
634
|
+
}, 1032, ["style"]))), 128)) : (i(!0), k(O, { key: 1 }, G(g.value, (V, s) => (i(), k("span", { key: s }, [
|
|
635
|
+
R(z(V) + " ", 1),
|
|
636
|
+
s < g.value.length - 1 ? (i(), k(O, { key: 0 }, [
|
|
637
|
+
R(", ")
|
|
638
|
+
], 64)) : N("", !0)
|
|
2123
639
|
]))), 128))
|
|
2124
|
-
])) : typeof
|
|
2125
|
-
|
|
2126
|
-
value: !
|
|
640
|
+
])) : typeof n.value == "boolean" ? (i(), k("span", mt, [
|
|
641
|
+
E(re, {
|
|
642
|
+
value: !n.value
|
|
2127
643
|
}, null, 8, ["value"])
|
|
2128
|
-
])) :
|
|
2129
|
-
|
|
644
|
+
])) : n.value !== null && typeof n.value == "object" ? (i(), k("span", pt, z(m(n.value)), 1)) : e.column.tag === !0 ? (i(), k("span", yt, [
|
|
645
|
+
C.value ? (i(), D(I, {
|
|
2130
646
|
key: 0,
|
|
2131
|
-
style:
|
|
647
|
+
style: ie(e.tagStyle)
|
|
2132
648
|
}, {
|
|
2133
|
-
default:
|
|
2134
|
-
|
|
649
|
+
default: v(() => [
|
|
650
|
+
R(z(String(n.value)), 1)
|
|
2135
651
|
]),
|
|
2136
652
|
_: 1
|
|
2137
|
-
}, 8, ["style"])) : (
|
|
2138
|
-
])) : (
|
|
653
|
+
}, 8, ["style"])) : (i(), k(O, { key: 1 }, [], 64))
|
|
654
|
+
])) : (i(), k("span", gt, z(n.value), 1))
|
|
2139
655
|
], 64));
|
|
2140
656
|
};
|
|
2141
657
|
}
|
|
2142
|
-
}),
|
|
658
|
+
}), bt = { class: "efko-dataview" }, Ct = { class: "flex items-center justify-between" }, At = { class: "flex items-center gap-2" }, kt = /* @__PURE__ */ P({
|
|
2143
659
|
__name: "TheTable",
|
|
2144
660
|
props: {
|
|
2145
661
|
loading: { type: Boolean },
|
|
@@ -2158,45 +674,45 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2158
674
|
multiColumnFilters: { type: Boolean }
|
|
2159
675
|
},
|
|
2160
676
|
emits: ["update:filterValues", "filterApply", "restore", "edit", "delete", "sortChange", "pageChange", "sizeChange", "openColumnDrawer", "openFilterDrawer"],
|
|
2161
|
-
setup(e, { emit:
|
|
2162
|
-
const
|
|
2163
|
-
|
|
2164
|
-
),
|
|
2165
|
-
...
|
|
2166
|
-
]),
|
|
2167
|
-
(
|
|
2168
|
-
)),
|
|
2169
|
-
const
|
|
2170
|
-
if (
|
|
677
|
+
setup(e, { emit: w }) {
|
|
678
|
+
const { token: n } = ve.useToken(), l = e, m = w, f = _(() => l.showFilterButton === !0), g = T(
|
|
679
|
+
l.filterValues || {}
|
|
680
|
+
), y = T([
|
|
681
|
+
...l.columns
|
|
682
|
+
]), C = T({}), p = _(() => l.disableColumnFilterDropdowns === !0 ? [] : y.value.filter(
|
|
683
|
+
(u) => u.filterable
|
|
684
|
+
)), c = _(() => {
|
|
685
|
+
const o = y.value.filter(($) => {
|
|
686
|
+
if ($.filterOnly)
|
|
2171
687
|
return !1;
|
|
2172
|
-
const
|
|
2173
|
-
return
|
|
2174
|
-
}).map((
|
|
2175
|
-
const { headerAlign:
|
|
688
|
+
const x = $.key || String($.dataIndex);
|
|
689
|
+
return l.columnsVisibility[x] !== !1;
|
|
690
|
+
}).map(($) => {
|
|
691
|
+
const { headerAlign: x, cellAlign: Y, ...Z } = $;
|
|
2176
692
|
return {
|
|
2177
|
-
...
|
|
2178
|
-
sorter: !!
|
|
2179
|
-
sortDirections:
|
|
2180
|
-
|
|
2181
|
-
|
|
693
|
+
...Z,
|
|
694
|
+
sorter: !!Z.sortable,
|
|
695
|
+
sortDirections: Z.sortable ? [
|
|
696
|
+
se.ASCEND,
|
|
697
|
+
se.DESCEND
|
|
2182
698
|
] : void 0,
|
|
2183
|
-
customHeaderCell: () =>
|
|
699
|
+
customHeaderCell: () => x ? {
|
|
2184
700
|
style: {
|
|
2185
|
-
textAlign:
|
|
701
|
+
textAlign: x
|
|
2186
702
|
}
|
|
2187
703
|
} : void 0,
|
|
2188
|
-
customCell: () =>
|
|
704
|
+
customCell: () => Y ? {
|
|
2189
705
|
style: {
|
|
2190
|
-
textAlign:
|
|
706
|
+
textAlign: Y
|
|
2191
707
|
}
|
|
2192
708
|
} : void 0,
|
|
2193
|
-
customFilterDropdown: !!
|
|
2194
|
-
slots:
|
|
2195
|
-
filterDropdown: `filter${String(
|
|
709
|
+
customFilterDropdown: !!Z.filterable,
|
|
710
|
+
slots: Z.filterable ? {
|
|
711
|
+
filterDropdown: `filter${String(Z.dataIndex)}Dropdown`
|
|
2196
712
|
} : void 0
|
|
2197
713
|
};
|
|
2198
714
|
});
|
|
2199
|
-
return
|
|
715
|
+
return l.showActionsColumn !== !1 && l.columnsVisibility.actions !== !1 && o.push({
|
|
2200
716
|
title: "Действия",
|
|
2201
717
|
key: "actions",
|
|
2202
718
|
dataIndex: "actions",
|
|
@@ -2204,146 +720,146 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2204
720
|
slots: {
|
|
2205
721
|
customRender: "actionColumn"
|
|
2206
722
|
}
|
|
2207
|
-
}),
|
|
2208
|
-
}),
|
|
2209
|
-
() => Object.keys(
|
|
2210
|
-
(
|
|
723
|
+
}), o;
|
|
724
|
+
}), A = _(
|
|
725
|
+
() => Object.keys(l.columnsVisibility).filter(
|
|
726
|
+
(u) => l.columnsVisibility[u] === !1
|
|
2211
727
|
).length
|
|
2212
|
-
),
|
|
2213
|
-
color:
|
|
2214
|
-
borderColor:
|
|
2215
|
-
backgroundColor:
|
|
2216
|
-
})),
|
|
2217
|
-
const
|
|
2218
|
-
return Array.isArray(
|
|
2219
|
-
},
|
|
2220
|
-
if (typeof
|
|
2221
|
-
return
|
|
2222
|
-
if (
|
|
2223
|
-
const
|
|
2224
|
-
if (typeof
|
|
2225
|
-
return
|
|
2226
|
-
const
|
|
2227
|
-
if (typeof
|
|
2228
|
-
return
|
|
728
|
+
), I = _(() => ({
|
|
729
|
+
color: n.value.colorSelectedMenu,
|
|
730
|
+
borderColor: n.value.colorBorderSecondary,
|
|
731
|
+
backgroundColor: n.value.mainBgColor || n.value.colorPrimaryBg
|
|
732
|
+
})), V = (u) => {
|
|
733
|
+
const o = g.value[u];
|
|
734
|
+
return Array.isArray(o) ? o : o != null ? [o] : [];
|
|
735
|
+
}, s = (u) => Array.isArray(u) && u.length === 2 && typeof u[0] == "string" && typeof u[1] == "string", h = (u) => {
|
|
736
|
+
if (typeof u == "string")
|
|
737
|
+
return u;
|
|
738
|
+
if (u !== null && typeof u == "object") {
|
|
739
|
+
const o = u.format;
|
|
740
|
+
if (typeof o == "function")
|
|
741
|
+
return o("YYYY-MM-DD");
|
|
742
|
+
const $ = u.toISOString;
|
|
743
|
+
if (typeof $ == "function")
|
|
744
|
+
return $();
|
|
2229
745
|
}
|
|
2230
|
-
return String(
|
|
2231
|
-
},
|
|
2232
|
-
if (
|
|
746
|
+
return String(u);
|
|
747
|
+
}, t = (u, o) => {
|
|
748
|
+
if (o == null)
|
|
2233
749
|
return [];
|
|
2234
|
-
if (
|
|
2235
|
-
if (typeof
|
|
750
|
+
if (u.filterMode === H.SEARCH) {
|
|
751
|
+
if (typeof o != "string")
|
|
2236
752
|
return [];
|
|
2237
|
-
const
|
|
2238
|
-
return
|
|
753
|
+
const $ = o.trim();
|
|
754
|
+
return $.length === 0 ? [] : [$];
|
|
2239
755
|
}
|
|
2240
|
-
return
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
]] : Array.isArray(
|
|
2244
|
-
},
|
|
2245
|
-
const
|
|
2246
|
-
if (
|
|
2247
|
-
|
|
2248
|
-
else if (Array.isArray(
|
|
2249
|
-
const
|
|
2250
|
-
|
|
756
|
+
return u.filterMode === H.DATE ? !Array.isArray(o) || o.length !== 2 ? [] : [[
|
|
757
|
+
h(o[0]),
|
|
758
|
+
h(o[1])
|
|
759
|
+
]] : Array.isArray(o) ? o : [o];
|
|
760
|
+
}, r = (u, o) => {
|
|
761
|
+
const $ = { ...g.value };
|
|
762
|
+
if (o === null)
|
|
763
|
+
$[u] = null, m("filterApply", { key: u, value: [] });
|
|
764
|
+
else if (Array.isArray(o)) {
|
|
765
|
+
const x = o.filter((Y) => Y != null);
|
|
766
|
+
x.length === 0 ? ($[u] = null, m("filterApply", { key: u, value: [] })) : x.length === 1 && !s(x[0]) ? ($[u] = x[0], m("filterApply", { key: u, value: x })) : ($[u] = x, m("filterApply", { key: u, value: x }));
|
|
2251
767
|
} else
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
},
|
|
2255
|
-
const
|
|
2256
|
-
if (
|
|
2257
|
-
|
|
768
|
+
$[u] = o, m("filterApply", { key: u, value: [o] });
|
|
769
|
+
m("update:filterValues", $), g.value = $, C.value[u] = null;
|
|
770
|
+
}, d = (u, o) => {
|
|
771
|
+
const $ = String(u.dataIndex), x = t(u, o);
|
|
772
|
+
if (x.length === 0) {
|
|
773
|
+
C.value[$] = null;
|
|
2258
774
|
return;
|
|
2259
775
|
}
|
|
2260
|
-
if (!((
|
|
2261
|
-
if (
|
|
2262
|
-
|
|
776
|
+
if (!((u.filterMultiple ?? l.multiColumnFilters ?? !0) !== !1)) {
|
|
777
|
+
if (u.filterMode === H.DATE) {
|
|
778
|
+
r($, x);
|
|
2263
779
|
return;
|
|
2264
780
|
}
|
|
2265
|
-
if (Array.isArray(
|
|
2266
|
-
|
|
781
|
+
if (Array.isArray(o)) {
|
|
782
|
+
r($, x[x.length - 1]);
|
|
2267
783
|
return;
|
|
2268
784
|
}
|
|
2269
|
-
|
|
785
|
+
r($, x[0]);
|
|
2270
786
|
return;
|
|
2271
787
|
}
|
|
2272
|
-
const
|
|
2273
|
-
...
|
|
788
|
+
const W = [
|
|
789
|
+
...V($)
|
|
2274
790
|
];
|
|
2275
|
-
let
|
|
2276
|
-
if (
|
|
2277
|
-
|
|
2278
|
-
}), !
|
|
2279
|
-
|
|
791
|
+
let Q = !1;
|
|
792
|
+
if (x.forEach((ee) => {
|
|
793
|
+
W.some((le) => oe(le, ee)) || (W.push(ee), Q = !0);
|
|
794
|
+
}), !Q) {
|
|
795
|
+
C.value[$] = null;
|
|
2280
796
|
return;
|
|
2281
797
|
}
|
|
2282
|
-
|
|
2283
|
-
},
|
|
2284
|
-
|
|
2285
|
-
columnKey:
|
|
2286
|
-
order:
|
|
798
|
+
r($, W);
|
|
799
|
+
}, a = (u) => u.isGroup ? "parent-row" : "", b = (u, o, $) => {
|
|
800
|
+
m("sortChange", {
|
|
801
|
+
columnKey: $.columnKey || "",
|
|
802
|
+
order: $.order || null
|
|
2287
803
|
});
|
|
2288
|
-
},
|
|
2289
|
-
const
|
|
2290
|
-
(
|
|
804
|
+
}, M = (u, o) => {
|
|
805
|
+
const $ = o.key || String(o.dataIndex), x = y.value.findIndex(
|
|
806
|
+
(Y) => (Y.key || String(Y.dataIndex)) === $
|
|
2291
807
|
);
|
|
2292
|
-
|
|
2293
|
-
...
|
|
2294
|
-
width:
|
|
808
|
+
x !== -1 && y.value.splice(x, 1, {
|
|
809
|
+
...o,
|
|
810
|
+
width: u
|
|
2295
811
|
});
|
|
2296
812
|
};
|
|
2297
|
-
return
|
|
2298
|
-
() =>
|
|
2299
|
-
(
|
|
2300
|
-
|
|
813
|
+
return F(
|
|
814
|
+
() => l.filterValues,
|
|
815
|
+
(u) => {
|
|
816
|
+
g.value = u || {};
|
|
2301
817
|
}
|
|
2302
|
-
),
|
|
2303
|
-
() =>
|
|
2304
|
-
(
|
|
2305
|
-
|
|
2306
|
-
...
|
|
818
|
+
), F(
|
|
819
|
+
() => l.columns,
|
|
820
|
+
(u) => {
|
|
821
|
+
y.value = [
|
|
822
|
+
...u
|
|
2307
823
|
];
|
|
2308
824
|
},
|
|
2309
825
|
{
|
|
2310
826
|
immediate: !0
|
|
2311
827
|
}
|
|
2312
|
-
),
|
|
2313
|
-
const
|
|
2314
|
-
|
|
2315
|
-
}), (
|
|
2316
|
-
var
|
|
2317
|
-
const
|
|
2318
|
-
return
|
|
2319
|
-
|
|
828
|
+
), K(() => {
|
|
829
|
+
const u = document.querySelector(".the-table tbody");
|
|
830
|
+
u !== null && fe(u);
|
|
831
|
+
}), (u, o) => {
|
|
832
|
+
var Q, ee, le, me;
|
|
833
|
+
const $ = S("Icon"), x = S("a-button"), Y = S("a-badge"), Z = S("a-table"), W = S("a-pagination");
|
|
834
|
+
return i(), k("div", bt, [
|
|
835
|
+
E(Z, {
|
|
2320
836
|
bordered: "",
|
|
2321
837
|
"table-layout": "fixed",
|
|
2322
838
|
class: "the-table",
|
|
2323
839
|
loading: e.loading,
|
|
2324
|
-
columns:
|
|
840
|
+
columns: c.value,
|
|
2325
841
|
"data-source": e.dataSource,
|
|
2326
|
-
"row-key": (
|
|
842
|
+
"row-key": (B) => B.id,
|
|
2327
843
|
pagination: !1,
|
|
2328
844
|
scroll: { x: "max-content" },
|
|
2329
|
-
"row-class-name":
|
|
2330
|
-
onChange:
|
|
2331
|
-
onResizeColumn:
|
|
2332
|
-
},
|
|
2333
|
-
title:
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
845
|
+
"row-class-name": a,
|
|
846
|
+
onChange: b,
|
|
847
|
+
onResizeColumn: M
|
|
848
|
+
}, ae({
|
|
849
|
+
title: v(() => [
|
|
850
|
+
L("div", Ct, [
|
|
851
|
+
L("div", At, [
|
|
852
|
+
E(Y, {
|
|
2337
853
|
dot: "",
|
|
2338
|
-
count:
|
|
854
|
+
count: A.value
|
|
2339
855
|
}, {
|
|
2340
|
-
default:
|
|
2341
|
-
|
|
856
|
+
default: v(() => [
|
|
857
|
+
E(x, {
|
|
2342
858
|
class: "flex items-center justify-center p-2",
|
|
2343
|
-
onClick:
|
|
859
|
+
onClick: o[0] || (o[0] = (B) => u.$emit("openColumnDrawer"))
|
|
2344
860
|
}, {
|
|
2345
|
-
default:
|
|
2346
|
-
|
|
861
|
+
default: v(() => [
|
|
862
|
+
E($, {
|
|
2347
863
|
name: "solar:settings-outline",
|
|
2348
864
|
class: "text-lg"
|
|
2349
865
|
})
|
|
@@ -2353,80 +869,80 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2353
869
|
]),
|
|
2354
870
|
_: 1
|
|
2355
871
|
}, 8, ["count"]),
|
|
2356
|
-
|
|
872
|
+
f.value ? (i(), D(x, {
|
|
2357
873
|
key: 0,
|
|
2358
874
|
class: "flex items-center justify-center p-2",
|
|
2359
|
-
onClick:
|
|
875
|
+
onClick: o[1] || (o[1] = (B) => u.$emit("openFilterDrawer"))
|
|
2360
876
|
}, {
|
|
2361
|
-
default:
|
|
2362
|
-
|
|
877
|
+
default: v(() => [
|
|
878
|
+
E($, {
|
|
2363
879
|
name: "ant-design:filter-outlined",
|
|
2364
880
|
class: "text-lg"
|
|
2365
881
|
})
|
|
2366
882
|
]),
|
|
2367
883
|
_: 1
|
|
2368
|
-
})) :
|
|
884
|
+
})) : N("", !0)
|
|
2369
885
|
]),
|
|
2370
|
-
|
|
886
|
+
U(u.$slots, "title")
|
|
2371
887
|
])
|
|
2372
888
|
]),
|
|
2373
|
-
bodyCell:
|
|
2374
|
-
|
|
2375
|
-
column:
|
|
2376
|
-
record:
|
|
889
|
+
bodyCell: v(({ column: B, record: q }) => [
|
|
890
|
+
U(u.$slots, "bodyCell", {
|
|
891
|
+
column: B,
|
|
892
|
+
record: q
|
|
2377
893
|
}, () => [
|
|
2378
|
-
|
|
894
|
+
E(vt, {
|
|
2379
895
|
loading: e.loading,
|
|
2380
|
-
column:
|
|
2381
|
-
record:
|
|
2382
|
-
"tag-style":
|
|
896
|
+
column: B,
|
|
897
|
+
record: q,
|
|
898
|
+
"tag-style": I.value
|
|
2383
899
|
}, null, 8, ["loading", "column", "record", "tag-style"])
|
|
2384
900
|
])
|
|
2385
901
|
]),
|
|
2386
|
-
actionColumn:
|
|
2387
|
-
|
|
2388
|
-
|
|
902
|
+
actionColumn: v(({ record: B }) => [
|
|
903
|
+
U(u.$slots, "actionColumn", { record: B }, () => [
|
|
904
|
+
E(dt, {
|
|
2389
905
|
"edit-action": e.editAction,
|
|
2390
906
|
"delete-action": e.deleteAction,
|
|
2391
907
|
"can-edit": e.canEdit,
|
|
2392
|
-
record:
|
|
2393
|
-
onEdit: () =>
|
|
2394
|
-
onDelete: () =>
|
|
2395
|
-
onRestore: () =>
|
|
908
|
+
record: B,
|
|
909
|
+
onEdit: () => u.$emit("edit", B),
|
|
910
|
+
onDelete: () => u.$emit("delete", B),
|
|
911
|
+
onRestore: () => u.$emit("restore", B)
|
|
2396
912
|
}, null, 8, ["edit-action", "delete-action", "can-edit", "record", "onEdit", "onDelete", "onRestore"])
|
|
2397
913
|
])
|
|
2398
914
|
]),
|
|
2399
915
|
_: 2
|
|
2400
916
|
}, [
|
|
2401
|
-
|
|
2402
|
-
name: `filter${String(
|
|
2403
|
-
fn:
|
|
2404
|
-
|
|
2405
|
-
modelValue:
|
|
2406
|
-
"onUpdate:modelValue": [(
|
|
2407
|
-
"filter-mode":
|
|
2408
|
-
"component-props":
|
|
2409
|
-
placeholder:
|
|
917
|
+
G(p.value, (B) => ({
|
|
918
|
+
name: `filter${String(B.dataIndex)}Dropdown`,
|
|
919
|
+
fn: v(() => [
|
|
920
|
+
E(st, {
|
|
921
|
+
modelValue: C.value[B.dataIndex],
|
|
922
|
+
"onUpdate:modelValue": [(q) => C.value[B.dataIndex] = q, (q) => d(B, q)],
|
|
923
|
+
"filter-mode": B.filterMode,
|
|
924
|
+
"component-props": B.componentProps,
|
|
925
|
+
placeholder: B.title
|
|
2410
926
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "filter-mode", "component-props", "placeholder"])
|
|
2411
927
|
])
|
|
2412
928
|
}))
|
|
2413
929
|
]), 1032, ["loading", "columns", "data-source", "row-key"]),
|
|
2414
|
-
e.pagination ? (
|
|
930
|
+
e.pagination ? (i(), D(W, {
|
|
2415
931
|
key: 0,
|
|
2416
932
|
class: "mt-4 text-right",
|
|
2417
|
-
current: (
|
|
2418
|
-
"page-size": (
|
|
2419
|
-
total: (
|
|
2420
|
-
"show-total": (
|
|
2421
|
-
"page-size-options": (
|
|
933
|
+
current: (Q = e.meta) == null ? void 0 : Q.currentPage,
|
|
934
|
+
"page-size": (ee = e.meta) == null ? void 0 : ee.pageSize,
|
|
935
|
+
total: (le = e.meta) == null ? void 0 : le.total,
|
|
936
|
+
"show-total": (B) => `Всего ${B} элементов`,
|
|
937
|
+
"page-size-options": (me = e.meta) == null ? void 0 : me.pageSizeOptions,
|
|
2422
938
|
"show-size-changer": !0,
|
|
2423
|
-
onChange:
|
|
2424
|
-
onShowSizeChange:
|
|
2425
|
-
}, null, 8, ["current", "page-size", "total", "show-total", "page-size-options"])) :
|
|
939
|
+
onChange: o[2] || (o[2] = (B) => u.$emit("pageChange", B)),
|
|
940
|
+
onShowSizeChange: o[3] || (o[3] = (B, q) => u.$emit("sizeChange", B, q))
|
|
941
|
+
}, null, 8, ["current", "page-size", "total", "show-total", "page-size-options"])) : N("", !0)
|
|
2426
942
|
]);
|
|
2427
943
|
};
|
|
2428
944
|
}
|
|
2429
|
-
}),
|
|
945
|
+
}), wt = { class: "mb-4" }, Et = { class: "flex flex-col gap-1" }, ht = /* @__PURE__ */ P({
|
|
2430
946
|
__name: "ColumnSettingsDrawer",
|
|
2431
947
|
props: {
|
|
2432
948
|
visible: { type: Boolean },
|
|
@@ -2438,114 +954,114 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2438
954
|
cardLayout: {}
|
|
2439
955
|
},
|
|
2440
956
|
emits: ["update:visible", "update:modelValue", "update:viewMode", "update:cardLayout"],
|
|
2441
|
-
setup(e, { emit:
|
|
2442
|
-
const
|
|
2443
|
-
...
|
|
2444
|
-
}),
|
|
2445
|
-
return
|
|
2446
|
-
() =>
|
|
2447
|
-
(
|
|
2448
|
-
|
|
957
|
+
setup(e, { emit: w }) {
|
|
958
|
+
const n = e, l = w, m = T(n.visible), f = T(n.viewMode), g = T(n.cardLayout), y = ce({
|
|
959
|
+
...n.modelValue
|
|
960
|
+
}), C = _(() => f.value === "grid"), p = n.disableViewMode || !1;
|
|
961
|
+
return F(
|
|
962
|
+
() => n.visible,
|
|
963
|
+
(c) => {
|
|
964
|
+
m.value = c;
|
|
2449
965
|
}
|
|
2450
|
-
),
|
|
2451
|
-
|
|
2452
|
-
}),
|
|
2453
|
-
() =>
|
|
2454
|
-
(
|
|
2455
|
-
|
|
966
|
+
), F(m, (c) => {
|
|
967
|
+
l("update:visible", c);
|
|
968
|
+
}), F(
|
|
969
|
+
() => n.viewMode,
|
|
970
|
+
(c) => {
|
|
971
|
+
f.value = c;
|
|
2456
972
|
}
|
|
2457
|
-
),
|
|
2458
|
-
|
|
2459
|
-
}),
|
|
2460
|
-
() =>
|
|
2461
|
-
(
|
|
2462
|
-
|
|
973
|
+
), F(f, (c) => {
|
|
974
|
+
l("update:viewMode", c);
|
|
975
|
+
}), F(
|
|
976
|
+
() => n.cardLayout,
|
|
977
|
+
(c) => {
|
|
978
|
+
g.value = c;
|
|
2463
979
|
}
|
|
2464
|
-
),
|
|
2465
|
-
|
|
2466
|
-
}),
|
|
2467
|
-
() =>
|
|
2468
|
-
(
|
|
980
|
+
), F(g, (c) => {
|
|
981
|
+
l("update:cardLayout", c);
|
|
982
|
+
}), F(
|
|
983
|
+
() => n.modelValue,
|
|
984
|
+
(c) => Object.assign(y, c),
|
|
2469
985
|
{
|
|
2470
986
|
deep: !0
|
|
2471
987
|
}
|
|
2472
|
-
),
|
|
2473
|
-
...
|
|
988
|
+
), F(y, (c) => l("update:modelValue", {
|
|
989
|
+
...c
|
|
2474
990
|
}), {
|
|
2475
991
|
deep: !0
|
|
2476
|
-
}),
|
|
2477
|
-
const
|
|
2478
|
-
return
|
|
2479
|
-
open:
|
|
2480
|
-
"onUpdate:open":
|
|
992
|
+
}), n.showActionsColumn && y.actions === void 0 && (y.actions = !0), (c, A) => {
|
|
993
|
+
const I = S("a-checkbox"), V = S("a-radio"), s = S("a-radio-group"), h = S("a-radio-button"), t = S("a-drawer");
|
|
994
|
+
return i(), D(t, {
|
|
995
|
+
open: m.value,
|
|
996
|
+
"onUpdate:open": A[2] || (A[2] = (r) => m.value = r),
|
|
2481
997
|
class: "efko-dataview",
|
|
2482
998
|
title: "Настройки представления",
|
|
2483
999
|
placement: "right"
|
|
2484
1000
|
}, {
|
|
2485
|
-
default:
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
(
|
|
2490
|
-
key:
|
|
1001
|
+
default: v(() => [
|
|
1002
|
+
L("section", wt, [
|
|
1003
|
+
A[3] || (A[3] = L("h3", { class: "font-bold text-base mb-2" }, "Отображение колонок", -1)),
|
|
1004
|
+
L("div", Et, [
|
|
1005
|
+
(i(!0), k(O, null, G(e.columns, (r) => (i(), k("div", {
|
|
1006
|
+
key: r.key ?? r.dataIndex
|
|
2491
1007
|
}, [
|
|
2492
|
-
|
|
2493
|
-
checked:
|
|
2494
|
-
"onUpdate:checked": (
|
|
2495
|
-
disabled:
|
|
1008
|
+
E(I, {
|
|
1009
|
+
checked: y[r.key ?? r.dataIndex],
|
|
1010
|
+
"onUpdate:checked": (d) => y[r.key ?? r.dataIndex] = d,
|
|
1011
|
+
disabled: C.value,
|
|
2496
1012
|
class: "flex"
|
|
2497
1013
|
}, {
|
|
2498
|
-
default:
|
|
2499
|
-
|
|
1014
|
+
default: v(() => [
|
|
1015
|
+
R(z(r.title), 1)
|
|
2500
1016
|
]),
|
|
2501
1017
|
_: 2
|
|
2502
1018
|
}, 1032, ["checked", "onUpdate:checked", "disabled"])
|
|
2503
1019
|
]))), 128))
|
|
2504
1020
|
])
|
|
2505
1021
|
]),
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
value:
|
|
2510
|
-
"onUpdate:value":
|
|
1022
|
+
L("section", null, [
|
|
1023
|
+
A[8] || (A[8] = L("h3", { class: "font-bold text-base mb-2" }, "Вид", -1)),
|
|
1024
|
+
E(s, {
|
|
1025
|
+
value: f.value,
|
|
1026
|
+
"onUpdate:value": A[0] || (A[0] = (r) => f.value = r),
|
|
2511
1027
|
"button-style": "solid",
|
|
2512
1028
|
class: "mb-3",
|
|
2513
|
-
disabled:
|
|
1029
|
+
disabled: j(p)
|
|
2514
1030
|
}, {
|
|
2515
|
-
default:
|
|
2516
|
-
|
|
2517
|
-
default:
|
|
2518
|
-
|
|
1031
|
+
default: v(() => [
|
|
1032
|
+
E(V, { value: "table" }, {
|
|
1033
|
+
default: v(() => [...A[4] || (A[4] = [
|
|
1034
|
+
R("Таблица", -1)
|
|
2519
1035
|
])]),
|
|
2520
1036
|
_: 1
|
|
2521
1037
|
}),
|
|
2522
|
-
|
|
2523
|
-
default:
|
|
2524
|
-
|
|
1038
|
+
E(V, { value: "grid" }, {
|
|
1039
|
+
default: v(() => [...A[5] || (A[5] = [
|
|
1040
|
+
R("Карточки", -1)
|
|
2525
1041
|
])]),
|
|
2526
1042
|
_: 1
|
|
2527
1043
|
})
|
|
2528
1044
|
]),
|
|
2529
1045
|
_: 1
|
|
2530
1046
|
}, 8, ["value", "disabled"]),
|
|
2531
|
-
|
|
2532
|
-
value:
|
|
2533
|
-
"onUpdate:value":
|
|
1047
|
+
E(s, {
|
|
1048
|
+
value: g.value,
|
|
1049
|
+
"onUpdate:value": A[1] || (A[1] = (r) => g.value = r),
|
|
2534
1050
|
"button-style": "solid",
|
|
2535
|
-
disabled: !
|
|
1051
|
+
disabled: !C.value
|
|
2536
1052
|
}, {
|
|
2537
|
-
default:
|
|
2538
|
-
|
|
2539
|
-
default:
|
|
2540
|
-
|
|
2541
|
-
|
|
1053
|
+
default: v(() => [
|
|
1054
|
+
E(h, { value: "grid" }, {
|
|
1055
|
+
default: v(() => [
|
|
1056
|
+
E(j(Se), { class: "mr-2" }),
|
|
1057
|
+
A[6] || (A[6] = R("Сетка ", -1))
|
|
2542
1058
|
]),
|
|
2543
1059
|
_: 1
|
|
2544
1060
|
}),
|
|
2545
|
-
|
|
2546
|
-
default:
|
|
2547
|
-
|
|
2548
|
-
|
|
1061
|
+
E(h, { value: "row" }, {
|
|
1062
|
+
default: v(() => [
|
|
1063
|
+
E(j(De), { class: "mr-2" }),
|
|
1064
|
+
A[7] || (A[7] = R("Строка ", -1))
|
|
2549
1065
|
]),
|
|
2550
1066
|
_: 1
|
|
2551
1067
|
})
|
|
@@ -2558,7 +1074,7 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2558
1074
|
}, 8, ["open"]);
|
|
2559
1075
|
};
|
|
2560
1076
|
}
|
|
2561
|
-
}),
|
|
1077
|
+
}), Ee = /* @__PURE__ */ P({
|
|
2562
1078
|
__name: "FilterInput",
|
|
2563
1079
|
props: {
|
|
2564
1080
|
modelValue: { type: [String, Number, Boolean, Object, Array, null] },
|
|
@@ -2567,20 +1083,20 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2567
1083
|
placeholder: {}
|
|
2568
1084
|
},
|
|
2569
1085
|
emits: ["update:modelValue"],
|
|
2570
|
-
setup(e, { emit:
|
|
2571
|
-
const
|
|
2572
|
-
return
|
|
2573
|
-
|
|
2574
|
-
}),
|
|
2575
|
-
value:
|
|
2576
|
-
"onUpdate:value":
|
|
2577
|
-
modelValue:
|
|
2578
|
-
"onUpdate:modelValue":
|
|
1086
|
+
setup(e, { emit: w }) {
|
|
1087
|
+
const n = e, l = w, m = _(() => n.filterMode === H.SEARCH ? "a-input" : n.filterMode === H.SELECT ? we : n.filterMode === H.DATE ? "a-range-picker" : "a-input"), f = T(n.modelValue);
|
|
1088
|
+
return F(() => n.modelValue, (g) => {
|
|
1089
|
+
f.value = g;
|
|
1090
|
+
}), F(f, (g) => l("update:modelValue", g)), (g, y) => (i(), D(ge(m.value), de(e.componentProps, {
|
|
1091
|
+
value: f.value,
|
|
1092
|
+
"onUpdate:value": y[0] || (y[0] = (C) => f.value = C),
|
|
1093
|
+
modelValue: f.value,
|
|
1094
|
+
"onUpdate:modelValue": y[1] || (y[1] = (C) => f.value = C),
|
|
2579
1095
|
placeholder: e.placeholder,
|
|
2580
1096
|
class: "w-full text-sm"
|
|
2581
1097
|
}), null, 16, ["value", "modelValue", "placeholder"]));
|
|
2582
1098
|
}
|
|
2583
|
-
}),
|
|
1099
|
+
}), $t = { class: "text-sm font-medium" }, Vt = { class: "mt-2 flex flex-col gap-2" }, St = /* @__PURE__ */ P({
|
|
2584
1100
|
__name: "CardFiltersDrawer",
|
|
2585
1101
|
props: {
|
|
2586
1102
|
visible: { type: Boolean },
|
|
@@ -2588,113 +1104,113 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2588
1104
|
filterValues: {}
|
|
2589
1105
|
},
|
|
2590
1106
|
emits: ["update:visible", "update:filterValues", "filterApply"],
|
|
2591
|
-
setup(e, { emit:
|
|
2592
|
-
const
|
|
2593
|
-
...
|
|
2594
|
-
}),
|
|
2595
|
-
if (typeof
|
|
2596
|
-
return
|
|
2597
|
-
if (
|
|
2598
|
-
const
|
|
2599
|
-
if (typeof
|
|
2600
|
-
return
|
|
2601
|
-
const
|
|
2602
|
-
if (typeof
|
|
2603
|
-
return
|
|
1107
|
+
setup(e, { emit: w }) {
|
|
1108
|
+
const n = e, l = w, m = T(n.visible), f = ce({
|
|
1109
|
+
...n.filterValues
|
|
1110
|
+
}), g = (t) => t.key ?? String(t.dataIndex), y = (t) => {
|
|
1111
|
+
if (typeof t == "string")
|
|
1112
|
+
return t;
|
|
1113
|
+
if (t !== null && typeof t == "object") {
|
|
1114
|
+
const r = t.format;
|
|
1115
|
+
if (typeof r == "function")
|
|
1116
|
+
return r("YYYY-MM-DD");
|
|
1117
|
+
const d = t.toISOString;
|
|
1118
|
+
if (typeof d == "function")
|
|
1119
|
+
return d();
|
|
2604
1120
|
}
|
|
2605
|
-
return String(
|
|
2606
|
-
},
|
|
2607
|
-
if (
|
|
2608
|
-
return
|
|
2609
|
-
},
|
|
2610
|
-
(
|
|
2611
|
-
)),
|
|
2612
|
-
Object.keys(
|
|
2613
|
-
delete
|
|
2614
|
-
}), Object.assign(
|
|
1121
|
+
return String(t);
|
|
1122
|
+
}, C = (t, r) => {
|
|
1123
|
+
if (r !== void 0)
|
|
1124
|
+
return t.filterMode === H.DATE && Array.isArray(r) && r.length === 2 ? [[y(r[0]), y(r[1])]] : r;
|
|
1125
|
+
}, p = (t) => Array.isArray(t) ? t : t != null ? [t] : [], c = (t) => t == null ? !0 : Array.isArray(t) ? t.length === 0 : typeof t == "string" ? t.trim() === "" : !1, A = _(() => n.columns.filter((t) => t.filterable)), I = _(() => Object.keys(f).some(
|
|
1126
|
+
(t) => !oe(f[t], n.filterValues[t])
|
|
1127
|
+
)), V = (t) => {
|
|
1128
|
+
Object.keys(f).forEach((r) => {
|
|
1129
|
+
delete f[r];
|
|
1130
|
+
}), Object.assign(f, t);
|
|
2615
1131
|
};
|
|
2616
|
-
|
|
2617
|
-
() =>
|
|
2618
|
-
(
|
|
2619
|
-
|
|
1132
|
+
F(
|
|
1133
|
+
() => n.visible,
|
|
1134
|
+
(t) => {
|
|
1135
|
+
m.value = t, t && V(n.filterValues);
|
|
2620
1136
|
}
|
|
2621
|
-
),
|
|
2622
|
-
|
|
2623
|
-
}),
|
|
2624
|
-
() =>
|
|
2625
|
-
(
|
|
2626
|
-
|
|
1137
|
+
), F(m, (t) => {
|
|
1138
|
+
l("update:visible", t);
|
|
1139
|
+
}), F(
|
|
1140
|
+
() => n.filterValues,
|
|
1141
|
+
(t) => {
|
|
1142
|
+
V(t);
|
|
2627
1143
|
},
|
|
2628
1144
|
{
|
|
2629
1145
|
deep: !0
|
|
2630
1146
|
}
|
|
2631
1147
|
);
|
|
2632
|
-
const
|
|
2633
|
-
const
|
|
2634
|
-
...
|
|
1148
|
+
const s = () => {
|
|
1149
|
+
const t = {
|
|
1150
|
+
...n.filterValues
|
|
2635
1151
|
};
|
|
2636
|
-
Object.entries(
|
|
2637
|
-
const
|
|
2638
|
-
if (
|
|
2639
|
-
|
|
2640
|
-
key:
|
|
1152
|
+
Object.entries(f).forEach(([r, d]) => {
|
|
1153
|
+
const a = n.columns.find((M) => String(g(M)) === r), b = a ? C(a, d) : d;
|
|
1154
|
+
if (c(d)) {
|
|
1155
|
+
t[r] = null, l("filterApply", {
|
|
1156
|
+
key: r,
|
|
2641
1157
|
value: []
|
|
2642
1158
|
});
|
|
2643
1159
|
return;
|
|
2644
1160
|
}
|
|
2645
|
-
|
|
2646
|
-
key:
|
|
2647
|
-
value:
|
|
1161
|
+
t[r] = b, l("filterApply", {
|
|
1162
|
+
key: r,
|
|
1163
|
+
value: p(b)
|
|
2648
1164
|
});
|
|
2649
|
-
}),
|
|
2650
|
-
},
|
|
2651
|
-
Object.keys(
|
|
2652
|
-
delete
|
|
2653
|
-
}),
|
|
1165
|
+
}), l("update:filterValues", t), m.value = !1;
|
|
1166
|
+
}, h = () => {
|
|
1167
|
+
Object.keys(f).forEach((r) => {
|
|
1168
|
+
delete f[r];
|
|
1169
|
+
}), l("update:filterValues", {});
|
|
2654
1170
|
};
|
|
2655
|
-
return (
|
|
2656
|
-
const
|
|
2657
|
-
return
|
|
2658
|
-
open:
|
|
2659
|
-
"onUpdate:open":
|
|
1171
|
+
return (t, r) => {
|
|
1172
|
+
const d = S("a-button"), a = S("a-drawer");
|
|
1173
|
+
return i(), D(a, {
|
|
1174
|
+
open: m.value,
|
|
1175
|
+
"onUpdate:open": r[0] || (r[0] = (b) => m.value = b),
|
|
2660
1176
|
class: "efko-dataview",
|
|
2661
1177
|
placement: "right",
|
|
2662
1178
|
width: "360",
|
|
2663
1179
|
title: "Фильтры",
|
|
2664
1180
|
"body-style": "padding: 24px"
|
|
2665
1181
|
}, {
|
|
2666
|
-
default:
|
|
2667
|
-
(
|
|
2668
|
-
key:
|
|
1182
|
+
default: v(() => [
|
|
1183
|
+
(i(!0), k(O, null, G(A.value, (b) => (i(), k("section", {
|
|
1184
|
+
key: g(b),
|
|
2669
1185
|
class: "mb-4 flex flex-col gap-2"
|
|
2670
1186
|
}, [
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
modelValue:
|
|
2674
|
-
"onUpdate:modelValue": (
|
|
2675
|
-
"filter-mode":
|
|
2676
|
-
"component-props":
|
|
2677
|
-
placeholder:
|
|
1187
|
+
L("span", $t, z(b.title), 1),
|
|
1188
|
+
E(Ee, {
|
|
1189
|
+
modelValue: f[g(b)],
|
|
1190
|
+
"onUpdate:modelValue": (M) => f[g(b)] = M,
|
|
1191
|
+
"filter-mode": b.filterMode,
|
|
1192
|
+
"component-props": b.componentProps,
|
|
1193
|
+
placeholder: b.title
|
|
2678
1194
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "filter-mode", "component-props", "placeholder"])
|
|
2679
1195
|
]))), 128)),
|
|
2680
|
-
|
|
2681
|
-
|
|
1196
|
+
L("div", Vt, [
|
|
1197
|
+
E(d, {
|
|
2682
1198
|
block: "",
|
|
2683
|
-
onClick:
|
|
1199
|
+
onClick: h
|
|
2684
1200
|
}, {
|
|
2685
|
-
default:
|
|
2686
|
-
|
|
1201
|
+
default: v(() => [...r[1] || (r[1] = [
|
|
1202
|
+
R(" Сбросить ", -1)
|
|
2687
1203
|
])]),
|
|
2688
1204
|
_: 1
|
|
2689
1205
|
}),
|
|
2690
|
-
|
|
1206
|
+
E(d, {
|
|
2691
1207
|
type: "primary",
|
|
2692
1208
|
block: "",
|
|
2693
|
-
disabled: !
|
|
2694
|
-
onClick:
|
|
1209
|
+
disabled: !I.value,
|
|
1210
|
+
onClick: s
|
|
2695
1211
|
}, {
|
|
2696
|
-
default:
|
|
2697
|
-
|
|
1212
|
+
default: v(() => [...r[2] || (r[2] = [
|
|
1213
|
+
R(" Применить ", -1)
|
|
2698
1214
|
])]),
|
|
2699
1215
|
_: 1
|
|
2700
1216
|
}, 8, ["disabled"])
|
|
@@ -2704,7 +1220,7 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2704
1220
|
}, 8, ["open"]);
|
|
2705
1221
|
};
|
|
2706
1222
|
}
|
|
2707
|
-
}),
|
|
1223
|
+
}), Dt = /* @__PURE__ */ X(St, [["__scopeId", "data-v-c29393f2"]]), It = { class: "text-sm font-medium" }, Mt = /* @__PURE__ */ P({
|
|
2708
1224
|
__name: "CardFiltersModal",
|
|
2709
1225
|
props: {
|
|
2710
1226
|
visible: { type: Boolean },
|
|
@@ -2712,96 +1228,96 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2712
1228
|
filterValues: {}
|
|
2713
1229
|
},
|
|
2714
1230
|
emits: ["update:visible", "update:filterValues", "filterApply"],
|
|
2715
|
-
setup(e, { emit:
|
|
2716
|
-
const
|
|
2717
|
-
...
|
|
2718
|
-
}),
|
|
2719
|
-
if (typeof
|
|
2720
|
-
return
|
|
2721
|
-
if (
|
|
2722
|
-
const
|
|
2723
|
-
if (typeof
|
|
2724
|
-
return
|
|
2725
|
-
const
|
|
2726
|
-
if (typeof
|
|
2727
|
-
return
|
|
1231
|
+
setup(e, { emit: w }) {
|
|
1232
|
+
const n = e, l = w, m = T(n.visible), f = ce({
|
|
1233
|
+
...n.filterValues
|
|
1234
|
+
}), g = (t) => t.key ?? String(t.dataIndex), y = (t) => {
|
|
1235
|
+
if (typeof t == "string")
|
|
1236
|
+
return t;
|
|
1237
|
+
if (t !== null && typeof t == "object") {
|
|
1238
|
+
const r = t.format;
|
|
1239
|
+
if (typeof r == "function")
|
|
1240
|
+
return r("YYYY-MM-DD");
|
|
1241
|
+
const d = t.toISOString;
|
|
1242
|
+
if (typeof d == "function")
|
|
1243
|
+
return d();
|
|
2728
1244
|
}
|
|
2729
|
-
return String(
|
|
2730
|
-
},
|
|
2731
|
-
if (
|
|
2732
|
-
return
|
|
2733
|
-
},
|
|
2734
|
-
() =>
|
|
2735
|
-
),
|
|
2736
|
-
(
|
|
2737
|
-
)),
|
|
2738
|
-
Object.keys(
|
|
2739
|
-
delete
|
|
2740
|
-
}), Object.assign(
|
|
1245
|
+
return String(t);
|
|
1246
|
+
}, C = (t, r) => {
|
|
1247
|
+
if (r !== void 0)
|
|
1248
|
+
return t.filterMode === H.DATE && Array.isArray(r) && r.length === 2 ? [[y(r[0]), y(r[1])]] : r;
|
|
1249
|
+
}, p = (t) => Array.isArray(t) ? t : t != null ? [t] : [], c = (t) => t == null ? !0 : Array.isArray(t) ? t.length === 0 : typeof t == "string" ? t.trim() === "" : !1, A = _(
|
|
1250
|
+
() => n.columns.filter((t) => t.filterable)
|
|
1251
|
+
), I = _(() => Object.keys(f).some(
|
|
1252
|
+
(t) => !oe(f[t], n.filterValues[t])
|
|
1253
|
+
)), V = (t) => {
|
|
1254
|
+
Object.keys(f).forEach((r) => {
|
|
1255
|
+
delete f[r];
|
|
1256
|
+
}), Object.assign(f, t);
|
|
2741
1257
|
};
|
|
2742
|
-
|
|
2743
|
-
() =>
|
|
2744
|
-
(
|
|
2745
|
-
|
|
1258
|
+
F(
|
|
1259
|
+
() => n.visible,
|
|
1260
|
+
(t) => {
|
|
1261
|
+
m.value = t, t && V(n.filterValues);
|
|
2746
1262
|
}
|
|
2747
|
-
),
|
|
2748
|
-
|
|
2749
|
-
}),
|
|
2750
|
-
() =>
|
|
2751
|
-
(
|
|
2752
|
-
|
|
1263
|
+
), F(m, (t) => {
|
|
1264
|
+
l("update:visible", t);
|
|
1265
|
+
}), F(
|
|
1266
|
+
() => n.filterValues,
|
|
1267
|
+
(t) => {
|
|
1268
|
+
V(t);
|
|
2753
1269
|
},
|
|
2754
1270
|
{
|
|
2755
1271
|
deep: !0
|
|
2756
1272
|
}
|
|
2757
1273
|
);
|
|
2758
|
-
const
|
|
2759
|
-
const
|
|
2760
|
-
...
|
|
1274
|
+
const s = () => {
|
|
1275
|
+
const t = {
|
|
1276
|
+
...n.filterValues
|
|
2761
1277
|
};
|
|
2762
|
-
Object.entries(
|
|
2763
|
-
const
|
|
2764
|
-
if (
|
|
2765
|
-
|
|
2766
|
-
key:
|
|
1278
|
+
Object.entries(f).forEach(([r, d]) => {
|
|
1279
|
+
const a = n.columns.find((M) => String(g(M)) === r), b = a ? C(a, d) : d;
|
|
1280
|
+
if (c(d)) {
|
|
1281
|
+
t[r] = null, l("filterApply", {
|
|
1282
|
+
key: r,
|
|
2767
1283
|
value: []
|
|
2768
1284
|
});
|
|
2769
1285
|
return;
|
|
2770
1286
|
}
|
|
2771
|
-
|
|
2772
|
-
key:
|
|
2773
|
-
value:
|
|
1287
|
+
t[r] = b, l("filterApply", {
|
|
1288
|
+
key: r,
|
|
1289
|
+
value: p(b)
|
|
2774
1290
|
});
|
|
2775
|
-
}),
|
|
2776
|
-
},
|
|
2777
|
-
|
|
1291
|
+
}), l("update:filterValues", t), m.value = !1;
|
|
1292
|
+
}, h = () => {
|
|
1293
|
+
m.value = !1;
|
|
2778
1294
|
};
|
|
2779
|
-
return (
|
|
2780
|
-
const
|
|
2781
|
-
return
|
|
2782
|
-
visible:
|
|
2783
|
-
"onUpdate:visible":
|
|
1295
|
+
return (t, r) => {
|
|
1296
|
+
const d = S("a-modal");
|
|
1297
|
+
return i(), D(d, {
|
|
1298
|
+
visible: m.value,
|
|
1299
|
+
"onUpdate:visible": r[0] || (r[0] = (a) => m.value = a),
|
|
2784
1300
|
class: "efko-dataview",
|
|
2785
1301
|
title: "Фильтры",
|
|
2786
1302
|
"destroy-on-close": "",
|
|
2787
1303
|
"ok-text": "Применить",
|
|
2788
1304
|
"cancel-text": "Сбросить",
|
|
2789
|
-
"ok-button-props": { disabled: !
|
|
2790
|
-
onOk:
|
|
2791
|
-
onCancel:
|
|
1305
|
+
"ok-button-props": { disabled: !I.value },
|
|
1306
|
+
onOk: s,
|
|
1307
|
+
onCancel: h
|
|
2792
1308
|
}, {
|
|
2793
|
-
default:
|
|
2794
|
-
(
|
|
2795
|
-
key:
|
|
1309
|
+
default: v(() => [
|
|
1310
|
+
(i(!0), k(O, null, G(A.value, (a) => (i(), k("section", {
|
|
1311
|
+
key: g(a),
|
|
2796
1312
|
class: "mb-4 flex flex-col gap-2"
|
|
2797
1313
|
}, [
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
modelValue:
|
|
2801
|
-
"onUpdate:modelValue": (
|
|
2802
|
-
"filter-mode":
|
|
2803
|
-
"component-props":
|
|
2804
|
-
placeholder:
|
|
1314
|
+
L("span", It, z(a.title), 1),
|
|
1315
|
+
E(Ee, {
|
|
1316
|
+
modelValue: f[g(a)],
|
|
1317
|
+
"onUpdate:modelValue": (b) => f[g(a)] = b,
|
|
1318
|
+
"filter-mode": a.filterMode,
|
|
1319
|
+
"component-props": a.componentProps,
|
|
1320
|
+
placeholder: a.title
|
|
2805
1321
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "filter-mode", "component-props", "placeholder"])
|
|
2806
1322
|
]))), 128))
|
|
2807
1323
|
]),
|
|
@@ -2809,9 +1325,9 @@ const Vt = /* @__PURE__ */ ce(Bo, [["render", Do], ["__scopeId", "data-v-cfb3f12
|
|
|
2809
1325
|
}, 8, ["visible", "ok-button-props"]);
|
|
2810
1326
|
};
|
|
2811
1327
|
}
|
|
2812
|
-
}),
|
|
2813
|
-
var
|
|
2814
|
-
const
|
|
1328
|
+
}), Bt = /* @__PURE__ */ X(Mt, [["__scopeId", "data-v-4171d5f0"]]);
|
|
1329
|
+
var ue = /* @__PURE__ */ ((e) => (e.Table = "table", e.Grid = "grid", e))(ue || {}), he = /* @__PURE__ */ ((e) => (e.Grid = "grid", e.Row = "row", e))(he || {});
|
|
1330
|
+
const xt = { class: "efko-dataview" }, Ft = { class: "flex items-center justify-between gap-2 mb-2" }, _t = { class: "flex items-center gap-1" }, qt = /* @__PURE__ */ P({
|
|
2815
1331
|
__name: "DataView",
|
|
2816
1332
|
props: {
|
|
2817
1333
|
viewMode: {},
|
|
@@ -2832,71 +1348,71 @@ const ar = { class: "efko-dataview" }, ir = { class: "flex items-center justify-
|
|
|
2832
1348
|
multiColumnFilters: { type: Boolean, default: !0 }
|
|
2833
1349
|
},
|
|
2834
1350
|
emits: ["update:viewMode", "update:filterValues", "filterApply", "edit", "delete", "restore", "sortChange", "pageChange", "sizeChange"],
|
|
2835
|
-
setup(e, { emit:
|
|
2836
|
-
const
|
|
2837
|
-
|
|
2838
|
-
),
|
|
2839
|
-
|
|
2840
|
-
},
|
|
2841
|
-
const
|
|
2842
|
-
if (
|
|
2843
|
-
if (Array.isArray(
|
|
2844
|
-
const
|
|
2845
|
-
|
|
1351
|
+
setup(e, { emit: w }) {
|
|
1352
|
+
const n = e, l = w, m = T(n.viewMode || ue.Table), f = _(() => (m == null ? void 0 : m.value) === ue.Grid), g = T(he.Grid), y = T(
|
|
1353
|
+
n.filterValues || {}
|
|
1354
|
+
), C = T(null), p = (d) => {
|
|
1355
|
+
y.value = d, l("update:filterValues", d);
|
|
1356
|
+
}, c = (d, a, b) => {
|
|
1357
|
+
const M = { ...y.value };
|
|
1358
|
+
if (a !== void 0) {
|
|
1359
|
+
if (Array.isArray(a)) {
|
|
1360
|
+
const u = a.filter((o) => !oe(o, b));
|
|
1361
|
+
u.length === 0 ? M[d] = null : u.length === 1 && !Array.isArray(u[0]) ? M[d] = u[0] : M[d] = u, p(M);
|
|
2846
1362
|
return;
|
|
2847
1363
|
}
|
|
2848
|
-
|
|
1364
|
+
oe(a, b) && (M[d] = null, p(M));
|
|
2849
1365
|
}
|
|
2850
|
-
},
|
|
2851
|
-
|
|
2852
|
-
},
|
|
2853
|
-
(
|
|
2854
|
-
).length : 0),
|
|
2855
|
-
|
|
2856
|
-
const
|
|
2857
|
-
|
|
2858
|
-
}),
|
|
1366
|
+
}, A = () => p({}), I = (d) => {
|
|
1367
|
+
l("filterApply", d);
|
|
1368
|
+
}, V = T(!1), s = T(!1), h = T({}), t = _(() => m.value === "table" ? Object.keys(h.value).filter(
|
|
1369
|
+
(d) => h.value[d] === !1
|
|
1370
|
+
).length : 0), r = (d) => {
|
|
1371
|
+
d.forEach((a) => {
|
|
1372
|
+
const b = a.key ?? String(a.dataIndex);
|
|
1373
|
+
h.value[b] === void 0 && (h.value[b] = !0);
|
|
1374
|
+
}), n.showActionsColumn && h.value.actions === void 0 && (h.value.actions = !0);
|
|
2859
1375
|
};
|
|
2860
|
-
return
|
|
2861
|
-
() =>
|
|
2862
|
-
(
|
|
2863
|
-
|
|
1376
|
+
return F(
|
|
1377
|
+
() => n.filterValues,
|
|
1378
|
+
(d) => {
|
|
1379
|
+
y.value = d || {};
|
|
2864
1380
|
}
|
|
2865
|
-
),
|
|
2866
|
-
() =>
|
|
2867
|
-
(
|
|
2868
|
-
|
|
1381
|
+
), F(
|
|
1382
|
+
() => n.viewMode,
|
|
1383
|
+
(d) => {
|
|
1384
|
+
d !== void 0 && (m.value = d);
|
|
2869
1385
|
}
|
|
2870
|
-
),
|
|
2871
|
-
|
|
2872
|
-
}), (
|
|
2873
|
-
const
|
|
2874
|
-
return
|
|
2875
|
-
|
|
1386
|
+
), F(() => n.columns, r), F(m, (d) => l("update:viewMode", d)), K(() => r(n.columns)), K(() => {
|
|
1387
|
+
C.value && fe(C.value);
|
|
1388
|
+
}), (d, a) => {
|
|
1389
|
+
const b = S("Icon"), M = S("a-button"), u = S("a-badge");
|
|
1390
|
+
return i(), k("div", xt, [
|
|
1391
|
+
L("div", {
|
|
2876
1392
|
ref_key: "tagCloudContainer",
|
|
2877
|
-
ref:
|
|
1393
|
+
ref: C
|
|
2878
1394
|
}, [
|
|
2879
|
-
|
|
2880
|
-
filters:
|
|
2881
|
-
"onUpdate:filters":
|
|
2882
|
-
onRemove:
|
|
2883
|
-
onClear:
|
|
1395
|
+
E(Be, {
|
|
1396
|
+
filters: y.value,
|
|
1397
|
+
"onUpdate:filters": p,
|
|
1398
|
+
onRemove: c,
|
|
1399
|
+
onClear: A
|
|
2884
1400
|
}, null, 8, ["filters"])
|
|
2885
1401
|
], 512),
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
1402
|
+
f.value ? (i(), k(O, { key: 0 }, [
|
|
1403
|
+
L("div", Ft, [
|
|
1404
|
+
L("div", _t, [
|
|
1405
|
+
E(u, {
|
|
2890
1406
|
dot: "",
|
|
2891
|
-
count:
|
|
1407
|
+
count: t.value
|
|
2892
1408
|
}, {
|
|
2893
|
-
default:
|
|
2894
|
-
M
|
|
1409
|
+
default: v(() => [
|
|
1410
|
+
E(M, {
|
|
2895
1411
|
class: "flex items-center justify-center p-2",
|
|
2896
|
-
onClick:
|
|
1412
|
+
onClick: a[0] || (a[0] = (o) => s.value = !0)
|
|
2897
1413
|
}, {
|
|
2898
|
-
default:
|
|
2899
|
-
|
|
1414
|
+
default: v(() => [
|
|
1415
|
+
E(b, {
|
|
2900
1416
|
name: "solar:settings-outline",
|
|
2901
1417
|
class: "text-lg"
|
|
2902
1418
|
})
|
|
@@ -2906,12 +1422,12 @@ const ar = { class: "efko-dataview" }, ir = { class: "flex items-center justify-
|
|
|
2906
1422
|
]),
|
|
2907
1423
|
_: 1
|
|
2908
1424
|
}, 8, ["count"]),
|
|
2909
|
-
M
|
|
1425
|
+
E(M, {
|
|
2910
1426
|
class: "flex items-center justify-center p-2",
|
|
2911
|
-
onClick:
|
|
1427
|
+
onClick: a[1] || (a[1] = (o) => V.value = !0)
|
|
2912
1428
|
}, {
|
|
2913
|
-
default:
|
|
2914
|
-
|
|
1429
|
+
default: v(() => [
|
|
1430
|
+
E(b, {
|
|
2915
1431
|
name: "ant-design:filter-outlined",
|
|
2916
1432
|
class: "text-lg"
|
|
2917
1433
|
})
|
|
@@ -2919,122 +1435,122 @@ const ar = { class: "efko-dataview" }, ir = { class: "flex items-center justify-
|
|
|
2919
1435
|
_: 1
|
|
2920
1436
|
})
|
|
2921
1437
|
]),
|
|
2922
|
-
|
|
2923
|
-
|
|
1438
|
+
U(d.$slots, "headerCardContainer"),
|
|
1439
|
+
U(d.$slots, "title")
|
|
2924
1440
|
]),
|
|
2925
|
-
|
|
1441
|
+
f.value ? (i(), D(We, {
|
|
2926
1442
|
key: 0,
|
|
2927
1443
|
loading: e.loading,
|
|
2928
1444
|
columns: e.columns,
|
|
2929
1445
|
"data-source": e.dataSource,
|
|
2930
|
-
"card-layout":
|
|
1446
|
+
"card-layout": g.value,
|
|
2931
1447
|
"can-edit": e.canEdit,
|
|
2932
1448
|
"edit-action": e.editAction,
|
|
2933
1449
|
"show-actions-column": e.showActionsColumn,
|
|
2934
1450
|
pagination: e.pagination,
|
|
2935
1451
|
meta: e.meta,
|
|
2936
|
-
onRestore:
|
|
2937
|
-
onEdit:
|
|
2938
|
-
onDelete:
|
|
2939
|
-
onPageChange:
|
|
2940
|
-
onSizeChange:
|
|
2941
|
-
},
|
|
2942
|
-
|
|
1452
|
+
onRestore: a[2] || (a[2] = (o) => l("restore", o)),
|
|
1453
|
+
onEdit: a[3] || (a[3] = (o) => l("edit", o)),
|
|
1454
|
+
onDelete: a[4] || (a[4] = (o) => l("delete", o)),
|
|
1455
|
+
onPageChange: a[5] || (a[5] = (o) => l("pageChange", o)),
|
|
1456
|
+
onSizeChange: a[6] || (a[6] = (o, $) => l("sizeChange", o, $))
|
|
1457
|
+
}, ae({ _: 2 }, [
|
|
1458
|
+
d.$slots.titleCard ? {
|
|
2943
1459
|
name: "titleCard",
|
|
2944
|
-
fn:
|
|
2945
|
-
|
|
1460
|
+
fn: v((o) => [
|
|
1461
|
+
U(d.$slots, "titleCard", te(ne(o)))
|
|
2946
1462
|
]),
|
|
2947
1463
|
key: "0"
|
|
2948
1464
|
} : void 0,
|
|
2949
|
-
|
|
1465
|
+
d.$slots.body ? {
|
|
2950
1466
|
name: "bodyCard",
|
|
2951
|
-
fn:
|
|
2952
|
-
|
|
1467
|
+
fn: v((o) => [
|
|
1468
|
+
U(d.$slots, "body", te(ne(o)))
|
|
2953
1469
|
]),
|
|
2954
1470
|
key: "1"
|
|
2955
1471
|
} : void 0,
|
|
2956
|
-
|
|
1472
|
+
d.$slots.footer ? {
|
|
2957
1473
|
name: "footerCard",
|
|
2958
|
-
fn:
|
|
2959
|
-
|
|
1474
|
+
fn: v((o) => [
|
|
1475
|
+
U(d.$slots, "footer", te(ne(o)))
|
|
2960
1476
|
]),
|
|
2961
1477
|
key: "2"
|
|
2962
1478
|
} : void 0
|
|
2963
|
-
]), 1032, ["loading", "columns", "data-source", "card-layout", "can-edit", "edit-action", "show-actions-column", "pagination", "meta"])) :
|
|
2964
|
-
], 64)) : (
|
|
1479
|
+
]), 1032, ["loading", "columns", "data-source", "card-layout", "can-edit", "edit-action", "show-actions-column", "pagination", "meta"])) : N("", !0)
|
|
1480
|
+
], 64)) : (i(), D(kt, {
|
|
2965
1481
|
key: 1,
|
|
2966
1482
|
loading: e.loading,
|
|
2967
1483
|
pagination: e.pagination,
|
|
2968
1484
|
columns: e.columns,
|
|
2969
1485
|
"data-source": e.dataSource,
|
|
2970
|
-
"filter-values":
|
|
1486
|
+
"filter-values": y.value,
|
|
2971
1487
|
meta: e.meta,
|
|
2972
1488
|
"can-edit": e.canEdit,
|
|
2973
1489
|
"edit-action": e.editAction,
|
|
2974
1490
|
"delete-action": e.deleteAction,
|
|
2975
1491
|
"show-actions-column": e.showActionsColumn,
|
|
2976
|
-
"columns-visibility":
|
|
2977
|
-
"disable-column-filter-dropdowns":
|
|
2978
|
-
"show-filter-button":
|
|
2979
|
-
"multi-column-filters":
|
|
2980
|
-
onOpenColumnDrawer:
|
|
2981
|
-
onOpenFilterDrawer:
|
|
2982
|
-
"onUpdate:filterValues":
|
|
2983
|
-
onFilterApply:
|
|
2984
|
-
onRestore:
|
|
2985
|
-
onEdit:
|
|
2986
|
-
onDelete:
|
|
2987
|
-
onSortChange:
|
|
2988
|
-
onPageChange:
|
|
2989
|
-
onSizeChange:
|
|
1492
|
+
"columns-visibility": h.value,
|
|
1493
|
+
"disable-column-filter-dropdowns": n.disableColumnFilterDropdowns === !0,
|
|
1494
|
+
"show-filter-button": n.enableTableFilterDrawer === !0,
|
|
1495
|
+
"multi-column-filters": n.multiColumnFilters,
|
|
1496
|
+
onOpenColumnDrawer: a[7] || (a[7] = (o) => s.value = !0),
|
|
1497
|
+
onOpenFilterDrawer: a[8] || (a[8] = (o) => V.value = !0),
|
|
1498
|
+
"onUpdate:filterValues": p,
|
|
1499
|
+
onFilterApply: a[9] || (a[9] = (o) => l("filterApply", o)),
|
|
1500
|
+
onRestore: a[10] || (a[10] = (o) => l("restore", o)),
|
|
1501
|
+
onEdit: a[11] || (a[11] = (o) => l("edit", o)),
|
|
1502
|
+
onDelete: a[12] || (a[12] = (o) => l("delete", o)),
|
|
1503
|
+
onSortChange: a[13] || (a[13] = (o) => l("sortChange", o)),
|
|
1504
|
+
onPageChange: a[14] || (a[14] = (o) => l("pageChange", o)),
|
|
1505
|
+
onSizeChange: a[15] || (a[15] = (o, $) => l("sizeChange", o, $))
|
|
2990
1506
|
}, {
|
|
2991
|
-
title:
|
|
2992
|
-
|
|
1507
|
+
title: v(() => [
|
|
1508
|
+
U(d.$slots, "title")
|
|
2993
1509
|
]),
|
|
2994
|
-
bodyCell:
|
|
2995
|
-
|
|
1510
|
+
bodyCell: v((o) => [
|
|
1511
|
+
U(d.$slots, "bodyCell", te(ne(o)))
|
|
2996
1512
|
]),
|
|
2997
|
-
actionColumn:
|
|
2998
|
-
|
|
1513
|
+
actionColumn: v((o) => [
|
|
1514
|
+
U(d.$slots, "actionColumn", te(ne(o)))
|
|
2999
1515
|
]),
|
|
3000
1516
|
_: 3
|
|
3001
1517
|
}, 8, ["loading", "pagination", "columns", "data-source", "filter-values", "meta", "can-edit", "edit-action", "delete-action", "show-actions-column", "columns-visibility", "disable-column-filter-dropdowns", "show-filter-button", "multi-column-filters"])),
|
|
3002
|
-
|
|
3003
|
-
visible:
|
|
3004
|
-
setVisible: (
|
|
3005
|
-
|
|
1518
|
+
U(d.$slots, "filtersDrawer", {
|
|
1519
|
+
visible: V.value,
|
|
1520
|
+
setVisible: (o) => {
|
|
1521
|
+
V.value = o;
|
|
3006
1522
|
},
|
|
3007
|
-
filters:
|
|
3008
|
-
updateFilters:
|
|
3009
|
-
emitFilterApply:
|
|
1523
|
+
filters: y.value,
|
|
1524
|
+
updateFilters: p,
|
|
1525
|
+
emitFilterApply: I
|
|
3010
1526
|
}, () => [
|
|
3011
|
-
|
|
1527
|
+
n.useFilterModal === !0 ? (i(), D(Bt, {
|
|
3012
1528
|
key: 0,
|
|
3013
|
-
visible:
|
|
3014
|
-
"onUpdate:visible":
|
|
1529
|
+
visible: V.value,
|
|
1530
|
+
"onUpdate:visible": a[16] || (a[16] = (o) => V.value = o),
|
|
3015
1531
|
columns: e.columns,
|
|
3016
|
-
"filter-values":
|
|
3017
|
-
"onUpdate:filterValues":
|
|
3018
|
-
onFilterApply:
|
|
3019
|
-
}, null, 8, ["visible", "columns", "filter-values"])) : (
|
|
1532
|
+
"filter-values": y.value,
|
|
1533
|
+
"onUpdate:filterValues": p,
|
|
1534
|
+
onFilterApply: a[17] || (a[17] = (o) => l("filterApply", o))
|
|
1535
|
+
}, null, 8, ["visible", "columns", "filter-values"])) : (i(), D(Dt, {
|
|
3020
1536
|
key: 1,
|
|
3021
|
-
visible:
|
|
3022
|
-
"onUpdate:visible":
|
|
1537
|
+
visible: V.value,
|
|
1538
|
+
"onUpdate:visible": a[18] || (a[18] = (o) => V.value = o),
|
|
3023
1539
|
columns: e.columns,
|
|
3024
|
-
"filter-values":
|
|
3025
|
-
"onUpdate:filterValues":
|
|
3026
|
-
onFilterApply:
|
|
1540
|
+
"filter-values": y.value,
|
|
1541
|
+
"onUpdate:filterValues": p,
|
|
1542
|
+
onFilterApply: a[19] || (a[19] = (o) => l("filterApply", o))
|
|
3027
1543
|
}, null, 8, ["visible", "columns", "filter-values"]))
|
|
3028
1544
|
]),
|
|
3029
|
-
|
|
3030
|
-
visible:
|
|
3031
|
-
"onUpdate:visible":
|
|
3032
|
-
"model-value":
|
|
3033
|
-
"onUpdate:modelValue":
|
|
3034
|
-
"view-mode":
|
|
3035
|
-
"onUpdate:viewMode":
|
|
3036
|
-
"card-layout":
|
|
3037
|
-
"onUpdate:cardLayout":
|
|
1545
|
+
E(ht, {
|
|
1546
|
+
visible: s.value,
|
|
1547
|
+
"onUpdate:visible": a[20] || (a[20] = (o) => s.value = o),
|
|
1548
|
+
"model-value": h.value,
|
|
1549
|
+
"onUpdate:modelValue": a[21] || (a[21] = (o) => h.value = o),
|
|
1550
|
+
"view-mode": m.value,
|
|
1551
|
+
"onUpdate:viewMode": a[22] || (a[22] = (o) => m.value = o),
|
|
1552
|
+
"card-layout": g.value,
|
|
1553
|
+
"onUpdate:cardLayout": a[23] || (a[23] = (o) => g.value = o),
|
|
3038
1554
|
columns: e.columns,
|
|
3039
1555
|
"show-actions-column": e.showActionsColumn,
|
|
3040
1556
|
"disable-view-mode": e.disableViewMode
|
|
@@ -3042,7 +1558,7 @@ const ar = { class: "efko-dataview" }, ir = { class: "flex items-center justify-
|
|
|
3042
1558
|
]);
|
|
3043
1559
|
};
|
|
3044
1560
|
}
|
|
3045
|
-
}),
|
|
1561
|
+
}), Jt = /* @__PURE__ */ P({
|
|
3046
1562
|
__name: "LazyLoadContainer",
|
|
3047
1563
|
props: {
|
|
3048
1564
|
onIntersect: {},
|
|
@@ -3051,52 +1567,52 @@ const ar = { class: "efko-dataview" }, ir = { class: "flex items-center justify-
|
|
|
3051
1567
|
rootMargin: { default: "0px" }
|
|
3052
1568
|
},
|
|
3053
1569
|
setup(e) {
|
|
3054
|
-
const
|
|
3055
|
-
let
|
|
3056
|
-
const
|
|
3057
|
-
|
|
1570
|
+
const w = e, n = T(null);
|
|
1571
|
+
let l = null;
|
|
1572
|
+
const m = (f) => {
|
|
1573
|
+
f[0].isIntersecting && w.onIntersect && (w.onIntersect(), w.once && l && l.disconnect());
|
|
3058
1574
|
};
|
|
3059
|
-
return
|
|
3060
|
-
|
|
3061
|
-
threshold:
|
|
3062
|
-
rootMargin:
|
|
3063
|
-
}),
|
|
3064
|
-
}),
|
|
3065
|
-
|
|
3066
|
-
}), (
|
|
1575
|
+
return K(() => {
|
|
1576
|
+
l = new IntersectionObserver(m, {
|
|
1577
|
+
threshold: w.threshold,
|
|
1578
|
+
rootMargin: w.rootMargin
|
|
1579
|
+
}), n.value && l.observe(n.value);
|
|
1580
|
+
}), ye(() => {
|
|
1581
|
+
l == null || l.disconnect();
|
|
1582
|
+
}), (f, g) => (i(), k("div", {
|
|
3067
1583
|
ref_key: "container",
|
|
3068
|
-
ref:
|
|
1584
|
+
ref: n
|
|
3069
1585
|
}, [
|
|
3070
|
-
|
|
1586
|
+
U(f.$slots, "default")
|
|
3071
1587
|
], 512));
|
|
3072
1588
|
}
|
|
3073
1589
|
});
|
|
3074
1590
|
export {
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
1591
|
+
Dt as CardFiltersDrawer,
|
|
1592
|
+
Bt as CardFiltersModal,
|
|
1593
|
+
We as CardGrid,
|
|
1594
|
+
he as CardLayout,
|
|
1595
|
+
ht as ColumnSettingsDrawer,
|
|
1596
|
+
Ht as DEFAULT_PAGE_NUMBER,
|
|
1597
|
+
Yt as DEFAULT_PAGE_SIZE,
|
|
1598
|
+
kt as DataTable,
|
|
1599
|
+
qt as DataView,
|
|
1600
|
+
H as FilterMode,
|
|
1601
|
+
Jt as LazyLoadContainer,
|
|
1602
|
+
qe as LazyLoadTrigger,
|
|
1603
|
+
zt as PAGE_SIZE_EXTRA_LARGE,
|
|
1604
|
+
Nt as PAGE_SIZE_LARGE,
|
|
1605
|
+
Pt as PAGE_SIZE_MEDIUM,
|
|
1606
|
+
Zt as PAGE_SIZE_OPTIONS,
|
|
1607
|
+
Qe as PAGE_SIZE_SMALL,
|
|
1608
|
+
Gt as PAGE_SIZE_ULTRA,
|
|
1609
|
+
et as PageSizes,
|
|
1610
|
+
tt as SkipSizes,
|
|
1611
|
+
ot as SortOrder,
|
|
1612
|
+
vt as TableBodyCell,
|
|
1613
|
+
nt as TableDefaults,
|
|
1614
|
+
se as TableSortOrder,
|
|
1615
|
+
ue as ViewMode,
|
|
1616
|
+
qt as default
|
|
3101
1617
|
};
|
|
3102
1618
|
//# sourceMappingURL=data-view.es.js.map
|