@xto/data 1.2.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +319 -319
- package/es/style.css +1 -1
- package/lib/index.cjs +1 -1
- package/lib/style.css +1 -1
- package/package.json +3 -3
package/es/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Y, computed as M, openBlock as h, createElementBlock as v, normalizeStyle as j, normalizeClass as u, createElementVNode as g, renderSlot as E, createTextVNode as q, toDisplayString as T, unref as i, createVNode as
|
|
1
|
+
import { defineComponent as Y, computed as M, openBlock as h, createElementBlock as v, normalizeStyle as j, normalizeClass as u, createElementVNode as g, renderSlot as E, createTextVNode as q, toDisplayString as T, unref as i, createVNode as U, createCommentVNode as H, ref as V, watch as _, Fragment as G, renderList as J, useSlots as fe, withModifiers as se, inject as ce, resolveComponent as we, withDirectives as pe, createBlock as te, withCtx as ve, vShow as me, reactive as ge, provide as ie, toRef as be, nextTick as ye, onMounted as re, onUnmounted as ue, resolveDynamicComponent as he, Teleport as xe, onBeforeUnmount as Ce } from "vue";
|
|
2
2
|
import { useNamespace as Q } from "@xto/core";
|
|
3
3
|
const Me = {
|
|
4
4
|
// 箭头类
|
|
@@ -204,7 +204,7 @@ const Me = {
|
|
|
204
204
|
function ze(s) {
|
|
205
205
|
return s in Me;
|
|
206
206
|
}
|
|
207
|
-
const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"],
|
|
207
|
+
const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], F = /* @__PURE__ */ Y({
|
|
208
208
|
name: "XIcon",
|
|
209
209
|
__name: "index",
|
|
210
210
|
props: {
|
|
@@ -215,9 +215,9 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
215
215
|
strokeWidth: { default: 2 }
|
|
216
216
|
},
|
|
217
217
|
setup(s, { expose: r }) {
|
|
218
|
-
const a = s, e = Q("icon"),
|
|
219
|
-
width:
|
|
220
|
-
height:
|
|
218
|
+
const a = s, e = Q("icon"), c = M(() => typeof a.size == "number" ? `${a.size}px` : a.size), n = M(() => ({
|
|
219
|
+
width: c.value,
|
|
220
|
+
height: c.value,
|
|
221
221
|
color: a.color
|
|
222
222
|
})), l = M(() => ({
|
|
223
223
|
strokeWidth: a.strokeWidth
|
|
@@ -226,7 +226,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
226
226
|
e.is("spin", a.spin)
|
|
227
227
|
]), y = M(() => a.name && ze(a.name) ? Me[a.name] : "");
|
|
228
228
|
return r({
|
|
229
|
-
iconSize:
|
|
229
|
+
iconSize: c,
|
|
230
230
|
iconStyle: n,
|
|
231
231
|
iconPath: y
|
|
232
232
|
}), (w, x) => (h(), v("span", {
|
|
@@ -266,12 +266,12 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
266
266
|
},
|
|
267
267
|
emits: ["close"],
|
|
268
268
|
setup(s, { emit: r }) {
|
|
269
|
-
const a = s, e = r,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
a.size !== "default" ?
|
|
273
|
-
|
|
274
|
-
|
|
269
|
+
const a = s, e = r, c = Q("tag"), n = M(() => [
|
|
270
|
+
c.b(),
|
|
271
|
+
c.m(a.type || "primary"),
|
|
272
|
+
a.size !== "default" ? c.m(a.size) : "",
|
|
273
|
+
c.m(a.effect),
|
|
274
|
+
c.is("hit", a.hit)
|
|
275
275
|
]), l = M(() => a.color ? {
|
|
276
276
|
backgroundColor: a.effect === "dark" ? a.color : "",
|
|
277
277
|
borderColor: a.color,
|
|
@@ -286,10 +286,10 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
286
286
|
E(y.$slots, "default"),
|
|
287
287
|
s.closable ? (h(), v("i", {
|
|
288
288
|
key: 0,
|
|
289
|
-
class: u(i(
|
|
289
|
+
class: u(i(c).e("close")),
|
|
290
290
|
onClick: m
|
|
291
291
|
}, [
|
|
292
|
-
|
|
292
|
+
U(i(F), {
|
|
293
293
|
name: "close",
|
|
294
294
|
size: 10
|
|
295
295
|
})
|
|
@@ -309,14 +309,14 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
309
309
|
a.b(),
|
|
310
310
|
a.is(`shadow-${r.shadow}`)
|
|
311
311
|
]);
|
|
312
|
-
return (
|
|
312
|
+
return (c, n) => (h(), v("div", {
|
|
313
313
|
class: u(e.value)
|
|
314
314
|
}, [
|
|
315
|
-
s.header ||
|
|
315
|
+
s.header || c.$slots.header ? (h(), v("div", {
|
|
316
316
|
key: 0,
|
|
317
317
|
class: u(i(a).e("header"))
|
|
318
318
|
}, [
|
|
319
|
-
E(
|
|
319
|
+
E(c.$slots, "header", {}, () => [
|
|
320
320
|
q(T(s.header), 1)
|
|
321
321
|
])
|
|
322
322
|
], 2)) : H("", !0),
|
|
@@ -324,7 +324,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
324
324
|
class: u(i(a).e("body")),
|
|
325
325
|
style: j(s.bodyStyle)
|
|
326
326
|
}, [
|
|
327
|
-
E(
|
|
327
|
+
E(c.$slots, "default")
|
|
328
328
|
], 6)
|
|
329
329
|
], 2));
|
|
330
330
|
}
|
|
@@ -336,12 +336,12 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
336
336
|
type: { default: "line" },
|
|
337
337
|
status: { default: "" },
|
|
338
338
|
strokeWidth: { default: 6 },
|
|
339
|
-
color: { type: [String, Array, Function], default: "#
|
|
339
|
+
color: { type: [String, Array, Function], default: "#4F46E5" },
|
|
340
340
|
width: { default: 126 },
|
|
341
341
|
showText: { type: Boolean, default: !0 }
|
|
342
342
|
},
|
|
343
343
|
setup(s) {
|
|
344
|
-
const r = s, a = Q("progress"), e = M(() => Math.min(100, Math.max(0, r.percentage))),
|
|
344
|
+
const r = s, a = Q("progress"), e = M(() => Math.min(100, Math.max(0, r.percentage))), c = M(() => ({
|
|
345
345
|
width: `${e.value}%`,
|
|
346
346
|
backgroundColor: typeof r.color == "function" ? r.color(e.value) : r.color
|
|
347
347
|
})), n = M(() => [
|
|
@@ -365,7 +365,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
365
365
|
}, [
|
|
366
366
|
g("div", {
|
|
367
367
|
class: u(i(a).e("bar")),
|
|
368
|
-
style: j(
|
|
368
|
+
style: j(c.value)
|
|
369
369
|
}, null, 6)
|
|
370
370
|
], 2)
|
|
371
371
|
], 2),
|
|
@@ -420,7 +420,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
420
420
|
},
|
|
421
421
|
emits: ["update:currentPage", "update:pageSize", "current-change", "size-change"],
|
|
422
422
|
setup(s, { emit: r }) {
|
|
423
|
-
const a = s, e = r,
|
|
423
|
+
const a = s, e = r, c = Q("pagination"), n = V(a.currentPage), l = V(a.pageSize);
|
|
424
424
|
_(() => a.currentPage, (k) => {
|
|
425
425
|
n.value = k;
|
|
426
426
|
}), _(() => a.pageSize, (k) => {
|
|
@@ -448,33 +448,33 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
448
448
|
l.value = k, e("update:pageSize", k), e("size-change", k), n.value = 1, e("update:currentPage", 1), e("current-change", 1);
|
|
449
449
|
};
|
|
450
450
|
return (k, C) => (h(), v("div", {
|
|
451
|
-
class: u(i(
|
|
451
|
+
class: u(i(c).b())
|
|
452
452
|
}, [
|
|
453
453
|
g("span", {
|
|
454
|
-
class: u(i(
|
|
454
|
+
class: u(i(c).e("total"))
|
|
455
455
|
}, "共 " + T(s.total) + " 条", 3),
|
|
456
456
|
g("button", {
|
|
457
|
-
class: u(i(
|
|
457
|
+
class: u(i(c).e("btn")),
|
|
458
458
|
disabled: m.value <= 1,
|
|
459
459
|
onClick: C[0] || (C[0] = (z) => N(m.value - 1))
|
|
460
460
|
}, " ‹ ", 10, Ke),
|
|
461
461
|
(h(!0), v(G, null, J(x.value, (z) => (h(), v(G, { key: z }, [
|
|
462
462
|
z === -1 ? (h(), v("span", {
|
|
463
463
|
key: 0,
|
|
464
|
-
class: u(i(
|
|
464
|
+
class: u(i(c).e("ellipsis"))
|
|
465
465
|
}, "...", 2)) : (h(), v("button", {
|
|
466
466
|
key: 1,
|
|
467
|
-
class: u([i(
|
|
467
|
+
class: u([i(c).e("btn"), i(c).is("active", z === m.value)]),
|
|
468
468
|
onClick: (D) => N(z)
|
|
469
469
|
}, T(z), 11, He))
|
|
470
470
|
], 64))), 128)),
|
|
471
471
|
g("button", {
|
|
472
|
-
class: u(i(
|
|
472
|
+
class: u(i(c).e("btn")),
|
|
473
473
|
disabled: m.value >= w.value,
|
|
474
474
|
onClick: C[1] || (C[1] = (z) => N(m.value + 1))
|
|
475
475
|
}, " › ", 10, Ne),
|
|
476
476
|
g("select", {
|
|
477
|
-
class: u(i(
|
|
477
|
+
class: u(i(c).e("sizes")),
|
|
478
478
|
value: y.value,
|
|
479
479
|
onChange: C[2] || (C[2] = (z) => A(Number(z.target.value)))
|
|
480
480
|
}, [
|
|
@@ -485,7 +485,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
485
485
|
], 42, Te)
|
|
486
486
|
], 2));
|
|
487
487
|
}
|
|
488
|
-
}), Be = { key: 0 }, je = ["checked", "indeterminate"], Re = ["onClick"], Pe = { class: "sort-arrow up" }, We = { class: "sort-arrow down" }, Oe = ["onClick"], Ye = ["checked", "onChange"], Xe = ["onClick"], Qe = ["onClick"], Ge = { key: 1 },
|
|
488
|
+
}), Be = { key: 0 }, je = ["checked", "indeterminate"], Re = ["onClick"], Pe = { class: "sort-arrow up" }, We = { class: "sort-arrow down" }, Oe = ["onClick"], Ye = ["checked", "onChange"], Xe = ["onClick"], Qe = ["onClick"], Ge = { key: 1 }, Fe = ["colspan"], Kt = /* @__PURE__ */ Y({
|
|
489
489
|
name: "XDynamicTable",
|
|
490
490
|
__name: "index",
|
|
491
491
|
props: {
|
|
@@ -508,15 +508,15 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
508
508
|
},
|
|
509
509
|
emits: ["sort-change", "row-click", "row-dblclick", "selection-change", "select-all", "cell-click", "add-row", "delete-row", "update:data"],
|
|
510
510
|
setup(s, { expose: r, emit: a }) {
|
|
511
|
-
var K,
|
|
512
|
-
const e = s,
|
|
511
|
+
var K, d;
|
|
512
|
+
const e = s, c = a, n = Q("dynamic-table");
|
|
513
513
|
fe();
|
|
514
514
|
const l = M({
|
|
515
515
|
get: () => e.data,
|
|
516
|
-
set: (t) =>
|
|
516
|
+
set: (t) => c("update:data", t)
|
|
517
517
|
}), m = V({
|
|
518
518
|
prop: ((K = e.defaultSort) == null ? void 0 : K.prop) || "",
|
|
519
|
-
order: ((
|
|
519
|
+
order: ((d = e.defaultSort) == null ? void 0 : d.order) || null
|
|
520
520
|
}), y = V([]), w = V(!1), x = V(!1), N = M(() => {
|
|
521
521
|
if (!m.value.prop || !m.value.order)
|
|
522
522
|
return l.value;
|
|
@@ -539,7 +539,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
539
539
|
n.is("stripe", e.stripe),
|
|
540
540
|
n.is("loading", e.loading)
|
|
541
541
|
]), z = (t) => {
|
|
542
|
-
t.sortable && (m.value.prop === t.prop ? m.value.order === "ascending" ? m.value.order = "descending" : m.value.order === "descending" && (m.value.order = null, m.value.prop = "") : (m.value.prop = t.prop, m.value.order = "ascending"),
|
|
542
|
+
t.sortable && (m.value.prop === t.prop ? m.value.order === "ascending" ? m.value.order = "descending" : m.value.order === "descending" && (m.value.order = null, m.value.prop = "") : (m.value.prop = t.prop, m.value.order = "ascending"), c("sort-change", { ...m.value }));
|
|
543
543
|
}, D = (t) => t.sortable ? m.value.prop !== t.prop ? n.is("sortable") : [
|
|
544
544
|
n.is("sortable"),
|
|
545
545
|
n.is(`sort-${m.value.order}`)
|
|
@@ -547,26 +547,26 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
547
547
|
const p = t[o.prop];
|
|
548
548
|
return o.formatter ? o.formatter(t, o, p, f) : p ?? "";
|
|
549
549
|
}, I = (t, o, f) => {
|
|
550
|
-
|
|
550
|
+
c("row-click", t, o, f);
|
|
551
551
|
}, S = (t, o, f) => {
|
|
552
552
|
const p = f.target;
|
|
553
|
-
|
|
553
|
+
c("cell-click", t, o, p, f);
|
|
554
554
|
}, L = () => {
|
|
555
|
-
w.value || x.value ? (y.value = [], w.value = !1, x.value = !1) : (y.value = [...l.value], w.value = !0, x.value = !1),
|
|
555
|
+
w.value || x.value ? (y.value = [], w.value = !1, x.value = !1) : (y.value = [...l.value], w.value = !0, x.value = !1), c("select-all", y.value), c("selection-change", y.value);
|
|
556
556
|
}, R = (t) => {
|
|
557
557
|
const o = y.value.findIndex((f) => typeof e.rowKey == "function" ? e.rowKey(f) === e.rowKey(t) : e.rowKey ? f[e.rowKey] === t[e.rowKey] : f === t);
|
|
558
|
-
o > -1 ? y.value.splice(o, 1) : y.value.push(t), w.value = y.value.length === l.value.length, x.value = y.value.length > 0 && y.value.length < l.value.length,
|
|
559
|
-
},
|
|
558
|
+
o > -1 ? y.value.splice(o, 1) : y.value.push(t), w.value = y.value.length === l.value.length, x.value = y.value.length > 0 && y.value.length < l.value.length, c("selection-change", y.value);
|
|
559
|
+
}, Z = (t) => y.value.some((o) => typeof e.rowKey == "function" ? e.rowKey(o) === e.rowKey(t) : e.rowKey ? o[e.rowKey] === t[e.rowKey] : o === t), B = (t) => {
|
|
560
560
|
const o = {};
|
|
561
561
|
return t.width && (o.width = typeof t.width == "number" ? `${t.width}px` : t.width), t.minWidth && (o.minWidth = typeof t.minWidth == "number" ? `${t.minWidth}px` : t.minWidth), t.align && (o.textAlign = t.align), o;
|
|
562
562
|
}, O = (t) => {
|
|
563
563
|
const o = t || {};
|
|
564
564
|
e.columns.forEach((f) => {
|
|
565
565
|
o[f.prop] === void 0 && (o[f.prop] = "");
|
|
566
|
-
}), l.value = [...l.value, o],
|
|
566
|
+
}), l.value = [...l.value, o], c("add-row", o);
|
|
567
567
|
}, ee = (t) => {
|
|
568
568
|
const o = l.value[t];
|
|
569
|
-
l.value = l.value.filter((f, p) => p !== t),
|
|
569
|
+
l.value = l.value.filter((f, p) => p !== t), c("delete-row", o, t);
|
|
570
570
|
};
|
|
571
571
|
return r({
|
|
572
572
|
clearSelection: () => {
|
|
@@ -636,13 +636,13 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
636
636
|
class: u(i(n).e("sort-icon"))
|
|
637
637
|
}, [
|
|
638
638
|
g("span", Pe, [
|
|
639
|
-
|
|
639
|
+
U(i(F), {
|
|
640
640
|
name: "sort-up",
|
|
641
641
|
size: 12
|
|
642
642
|
})
|
|
643
643
|
]),
|
|
644
644
|
g("span", We, [
|
|
645
|
-
|
|
645
|
+
U(i(F), {
|
|
646
646
|
name: "sort-down",
|
|
647
647
|
size: 12
|
|
648
648
|
})
|
|
@@ -659,7 +659,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
659
659
|
g("tbody", null, [
|
|
660
660
|
(h(!0), v(G, null, J(N.value, (f, p) => (h(), v("tr", {
|
|
661
661
|
key: s.rowKey ? typeof s.rowKey == "function" ? s.rowKey(f) : f[s.rowKey] : p,
|
|
662
|
-
class: u([i(n).e("row"), i(n).is("selected",
|
|
662
|
+
class: u([i(n).e("row"), i(n).is("selected", Z(f))]),
|
|
663
663
|
onClick: ($) => I(f, s.columns[0], $)
|
|
664
664
|
}, [
|
|
665
665
|
s.rowKey ? (h(), v("td", {
|
|
@@ -668,7 +668,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
668
668
|
}, [
|
|
669
669
|
g("input", {
|
|
670
670
|
type: "checkbox",
|
|
671
|
-
checked:
|
|
671
|
+
checked: Z(f),
|
|
672
672
|
onClick: o[1] || (o[1] = se(() => {
|
|
673
673
|
}, ["stop"])),
|
|
674
674
|
onChange: ($) => R(f)
|
|
@@ -718,14 +718,14 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
718
718
|
E(t.$slots, "empty", {}, () => [
|
|
719
719
|
q(T(s.emptyText), 1)
|
|
720
720
|
])
|
|
721
|
-
], 10,
|
|
721
|
+
], 10, Fe)
|
|
722
722
|
])
|
|
723
723
|
])) : H("", !0)
|
|
724
724
|
])
|
|
725
725
|
], 6)
|
|
726
726
|
], 2));
|
|
727
727
|
}
|
|
728
|
-
}),
|
|
728
|
+
}), Ze = ["draggable"], Ue = {
|
|
729
729
|
key: 0,
|
|
730
730
|
class: "x-tree-node__loading-icon"
|
|
731
731
|
}, Je = {
|
|
@@ -741,58 +741,58 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
741
741
|
node: {}
|
|
742
742
|
},
|
|
743
743
|
setup(s) {
|
|
744
|
-
const r = s, a =
|
|
744
|
+
const r = s, a = ce("tree"), { props: e, store: c, toggleExpand: n, toggleCheck: l, handleNodeClick: m, handleNodeContextmenu: y } = a, w = V(), x = V(null), N = M(() => r.node.expanded), A = M(() => r.node.checked), k = M(() => r.node.indeterminate), C = M(() => r.node.disabled), z = M(() => r.node.loading), D = M(() => r.node.isLeaf), W = M(() => e.showCheckbox || e.checkable), I = M(() => r.node.selected), S = M(() => ({
|
|
745
745
|
paddingLeft: `${r.node.level * (e.indent || 16)}px`
|
|
746
|
-
})), L = (
|
|
747
|
-
m(r.node,
|
|
748
|
-
}, R = (
|
|
749
|
-
y(r.node,
|
|
750
|
-
},
|
|
751
|
-
|
|
752
|
-
}, B = (
|
|
753
|
-
|
|
754
|
-
}, O = (
|
|
746
|
+
})), L = (d) => {
|
|
747
|
+
m(r.node, d);
|
|
748
|
+
}, R = (d) => {
|
|
749
|
+
y(r.node, d);
|
|
750
|
+
}, Z = (d) => {
|
|
751
|
+
d.stopPropagation(), C.value || n(r.node);
|
|
752
|
+
}, B = (d) => {
|
|
753
|
+
d.stopPropagation(), C.value || l(r.node);
|
|
754
|
+
}, O = (d) => {
|
|
755
755
|
var t;
|
|
756
756
|
if (!(!e.draggable || C.value)) {
|
|
757
757
|
if (e.allowDrag && !e.allowDrag(r.node)) {
|
|
758
|
-
|
|
758
|
+
d.preventDefault();
|
|
759
759
|
return;
|
|
760
760
|
}
|
|
761
|
-
|
|
761
|
+
d.dataTransfer.effectAllowed = "move", d.dataTransfer.setData("nodeKey", String(r.node.key)), (t = a.emit) == null || t.call(a, "node-drag-start", r.node, d);
|
|
762
762
|
}
|
|
763
|
-
}, ee = (
|
|
763
|
+
}, ee = (d) => {
|
|
764
764
|
var t;
|
|
765
|
-
|
|
766
|
-
}, ae = (
|
|
765
|
+
d.preventDefault(), e.draggable && (x.value = "inner", (t = a.emit) == null || t.call(a, "node-drag-enter", r.node, d));
|
|
766
|
+
}, ae = (d) => {
|
|
767
767
|
var t;
|
|
768
|
-
x.value = null, (t = a.emit) == null || t.call(a, "node-drag-leave", r.node,
|
|
769
|
-
}, oe = (
|
|
768
|
+
x.value = null, (t = a.emit) == null || t.call(a, "node-drag-leave", r.node, d);
|
|
769
|
+
}, oe = (d) => {
|
|
770
770
|
var p, $;
|
|
771
|
-
if (
|
|
771
|
+
if (d.preventDefault(), !e.draggable || C.value) return;
|
|
772
772
|
const t = (p = w.value) == null ? void 0 : p.getBoundingClientRect();
|
|
773
773
|
if (!t) return;
|
|
774
|
-
const o =
|
|
775
|
-
o < f * 0.25 ? x.value = "prev" : o > f * 0.75 ? x.value = "next" : x.value = "inner", ($ = a.emit) == null || $.call(a, "node-drag-over", r.node,
|
|
776
|
-
}, b = (
|
|
774
|
+
const o = d.clientY - t.top, f = t.height;
|
|
775
|
+
o < f * 0.25 ? x.value = "prev" : o > f * 0.75 ? x.value = "next" : x.value = "inner", ($ = a.emit) == null || $.call(a, "node-drag-over", r.node, d);
|
|
776
|
+
}, b = (d) => {
|
|
777
777
|
var o, f;
|
|
778
|
-
if (
|
|
779
|
-
const t = (o =
|
|
778
|
+
if (d.preventDefault(), !e.draggable) return;
|
|
779
|
+
const t = (o = d.dataTransfer) == null ? void 0 : o.getData("nodeKey");
|
|
780
780
|
if (t) {
|
|
781
|
-
const p =
|
|
781
|
+
const p = c.nodesMap.get(t);
|
|
782
782
|
if (p && x.value) {
|
|
783
783
|
if (e.allowDrop && !e.allowDrop(p, r.node, x.value)) {
|
|
784
784
|
x.value = null;
|
|
785
785
|
return;
|
|
786
786
|
}
|
|
787
|
-
(f = a.emit) == null || f.call(a, "node-drop", p, r.node, x.value,
|
|
787
|
+
(f = a.emit) == null || f.call(a, "node-drop", p, r.node, x.value, d);
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
x.value = null;
|
|
791
|
-
}, K = (
|
|
791
|
+
}, K = (d) => {
|
|
792
792
|
var t;
|
|
793
|
-
x.value = null, (t = a.emit) == null || t.call(a, "node-drag-end", r.node,
|
|
793
|
+
x.value = null, (t = a.emit) == null || t.call(a, "node-drag-end", r.node, d);
|
|
794
794
|
};
|
|
795
|
-
return (
|
|
795
|
+
return (d, t) => {
|
|
796
796
|
var f;
|
|
797
797
|
const o = we("TreeNode", !0);
|
|
798
798
|
return pe((h(), v("div", {
|
|
@@ -800,7 +800,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
800
800
|
ref: w,
|
|
801
801
|
class: u(["x-tree-node", {
|
|
802
802
|
"is-expanded": N.value,
|
|
803
|
-
"is-current":
|
|
803
|
+
"is-current": d.isCurrent,
|
|
804
804
|
"is-selected": I.value,
|
|
805
805
|
"is-disabled": C.value,
|
|
806
806
|
"is-drop-inner": x.value === "inner",
|
|
@@ -827,9 +827,9 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
827
827
|
"is-leaf": D.value,
|
|
828
828
|
"is-loading": z.value
|
|
829
829
|
}]),
|
|
830
|
-
onClick:
|
|
830
|
+
onClick: Z
|
|
831
831
|
}, [
|
|
832
|
-
z.value ? (h(), v("span",
|
|
832
|
+
z.value ? (h(), v("span", Ue)) : (h(), v(G, { key: 1 }, [
|
|
833
833
|
D.value ? H("", !0) : (h(), v("span", Je))
|
|
834
834
|
], 64))
|
|
835
835
|
], 2),
|
|
@@ -843,12 +843,12 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
843
843
|
}]),
|
|
844
844
|
onClick: se(B, ["stop"])
|
|
845
845
|
}, [
|
|
846
|
-
A.value ? (h(), te(i(
|
|
846
|
+
A.value ? (h(), te(i(F), {
|
|
847
847
|
key: 0,
|
|
848
848
|
name: "check",
|
|
849
849
|
size: 12,
|
|
850
850
|
class: "x-tree-node__checkbox-icon"
|
|
851
|
-
})) : k.value ? (h(), te(i(
|
|
851
|
+
})) : k.value ? (h(), te(i(F), {
|
|
852
852
|
key: 1,
|
|
853
853
|
name: "minus",
|
|
854
854
|
size: 12,
|
|
@@ -856,7 +856,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
856
856
|
})) : H("", !0)
|
|
857
857
|
], 2)) : H("", !0),
|
|
858
858
|
g("span", _e, [
|
|
859
|
-
E(
|
|
859
|
+
E(d.$slots, "default", {
|
|
860
860
|
node: s.node,
|
|
861
861
|
data: s.node.data
|
|
862
862
|
}, () => [
|
|
@@ -873,7 +873,7 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
873
873
|
node: p
|
|
874
874
|
}, {
|
|
875
875
|
default: ve(($) => [
|
|
876
|
-
E(
|
|
876
|
+
E(d.$slots, "default", {
|
|
877
877
|
node: $.node,
|
|
878
878
|
data: $.data
|
|
879
879
|
})
|
|
@@ -881,15 +881,15 @@ const Ie = ["aria-hidden", "aria-label"], $e = ["stroke-width"], Se = ["d"], Z =
|
|
|
881
881
|
_: 3
|
|
882
882
|
}, 8, ["node"]))), 128)) : H("", !0)
|
|
883
883
|
], 2)) : H("", !0)
|
|
884
|
-
], 42,
|
|
884
|
+
], 42, Ze)), [
|
|
885
885
|
[me, s.node.visible && (((f = s.node.parent) == null ? void 0 : f.expanded) ?? !0)]
|
|
886
886
|
]);
|
|
887
887
|
};
|
|
888
888
|
}
|
|
889
889
|
});
|
|
890
890
|
class ne {
|
|
891
|
-
constructor(r, a, e = 0,
|
|
892
|
-
this.data = r, this.store = a, this.level = e, this.parent =
|
|
891
|
+
constructor(r, a, e = 0, c = null) {
|
|
892
|
+
this.data = r, this.store = a, this.level = e, this.parent = c, this.children = [], this.expanded = !1, this.selected = !1, this.checked = !1, this.indeterminate = !1, this.loading = !1, this.visible = !0, this.loaded = !1;
|
|
893
893
|
const n = a.props || {}, l = n.value || "value", m = n.label || "label", y = n.disabled || "disabled", w = n.isLeaf || "isLeaf";
|
|
894
894
|
this.key = r[l] ?? r.value ?? r.id ?? Math.random().toString(), this.label = r[m] ?? r.label ?? "", this.disabled = r[y] ?? r.disabled ?? !1, this.isLeaf = r[w] ?? r.isLeaf ?? !1;
|
|
895
895
|
const x = n.children || "children", N = r[x] ?? r.children ?? [];
|
|
@@ -912,8 +912,8 @@ class ne {
|
|
|
912
912
|
/** 更新子节点勾选状态 */
|
|
913
913
|
updateChildrenChecked(r) {
|
|
914
914
|
const a = (e) => {
|
|
915
|
-
e.children.forEach((
|
|
916
|
-
|
|
915
|
+
e.children.forEach((c) => {
|
|
916
|
+
c.disabled || (c.checked = r, c.indeterminate = !1, r ? (this.store.checkedKeys.add(c.key), this.store.indeterminateKeys.delete(c.key)) : (this.store.checkedKeys.delete(c.key), this.store.indeterminateKeys.delete(c.key)), a(c));
|
|
917
917
|
});
|
|
918
918
|
};
|
|
919
919
|
a(this);
|
|
@@ -927,8 +927,8 @@ class ne {
|
|
|
927
927
|
r = r.parent;
|
|
928
928
|
continue;
|
|
929
929
|
}
|
|
930
|
-
const e = a.every((n) => n.checked),
|
|
931
|
-
e ? (r.checked = !0, r.indeterminate = !1, this.store.checkedKeys.add(r.key), this.store.indeterminateKeys.delete(r.key)) :
|
|
930
|
+
const e = a.every((n) => n.checked), c = a.some((n) => n.checked || n.indeterminate);
|
|
931
|
+
e ? (r.checked = !0, r.indeterminate = !1, this.store.checkedKeys.add(r.key), this.store.indeterminateKeys.delete(r.key)) : c ? (r.checked = !1, r.indeterminate = !0, this.store.checkedKeys.delete(r.key), this.store.indeterminateKeys.add(r.key)) : (r.checked = !1, r.indeterminate = !1, this.store.checkedKeys.delete(r.key), this.store.indeterminateKeys.delete(r.key)), r = r.parent;
|
|
932
932
|
}
|
|
933
933
|
}
|
|
934
934
|
/** 展开/收起 */
|
|
@@ -954,8 +954,8 @@ class ne {
|
|
|
954
954
|
/** 获取所有子节点的 key */
|
|
955
955
|
getChildrenKeys() {
|
|
956
956
|
const r = [], a = (e) => {
|
|
957
|
-
e.forEach((
|
|
958
|
-
r.push(
|
|
957
|
+
e.forEach((c) => {
|
|
958
|
+
r.push(c.key), c.children.length && a(c.children);
|
|
959
959
|
});
|
|
960
960
|
};
|
|
961
961
|
return a(this.children), r;
|
|
@@ -1003,7 +1003,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1003
1003
|
},
|
|
1004
1004
|
emits: ["node-click", "node-contextmenu", "check-change", "check", "current-change", "node-expand", "node-collapse", "node-drag-start", "node-drag-enter", "node-drag-leave", "node-drag-over", "node-drag-end", "node-drop"],
|
|
1005
1005
|
setup(s, { expose: r, emit: a }) {
|
|
1006
|
-
const e = s,
|
|
1006
|
+
const e = s, c = a, n = Q("tree"), l = ge({
|
|
1007
1007
|
nodesMap: /* @__PURE__ */ new Map(),
|
|
1008
1008
|
rootNodes: [],
|
|
1009
1009
|
expandedKeys: /* @__PURE__ */ new Set(),
|
|
@@ -1020,20 +1020,20 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1020
1020
|
isLeaf: e.fieldNames.isLeaf || "isLeaf"
|
|
1021
1021
|
} : e.props, w = () => e.treeData || e.data || [];
|
|
1022
1022
|
l.props = y();
|
|
1023
|
-
const x = (
|
|
1024
|
-
if (l.nodesMap.clear(), l.rootNodes = [], l.checkedKeys.clear(), l.indeterminateKeys.clear(), !
|
|
1023
|
+
const x = (d) => {
|
|
1024
|
+
if (l.nodesMap.clear(), l.rootNodes = [], l.checkedKeys.clear(), l.indeterminateKeys.clear(), !d || !d.length) return;
|
|
1025
1025
|
const t = y(), o = (f, p, $) => {
|
|
1026
1026
|
const P = new ne(f, l, p, $);
|
|
1027
1027
|
l.nodesMap.set(P.key, P);
|
|
1028
1028
|
const X = (t == null ? void 0 : t.children) || "children", le = f[X] ?? f.children ?? [];
|
|
1029
1029
|
return le.length > 0 && (P.children = le.map(
|
|
1030
|
-
(
|
|
1030
|
+
(de) => o(de, p + 1, P)
|
|
1031
1031
|
), P.isLeaf = !1), P;
|
|
1032
1032
|
};
|
|
1033
|
-
l.rootNodes =
|
|
1033
|
+
l.rootNodes = d.map((f) => o(f, 0, null)), N();
|
|
1034
1034
|
}, N = () => {
|
|
1035
|
-
var
|
|
1036
|
-
e.defaultExpandAll ? A() : (
|
|
1035
|
+
var d, t, o;
|
|
1036
|
+
e.defaultExpandAll ? A() : (d = e.defaultExpandedKeys) != null && d.length && e.defaultExpandedKeys.forEach((f) => {
|
|
1037
1037
|
const p = l.nodesMap.get(f);
|
|
1038
1038
|
p && (p.expanded = !0, l.expandedKeys.add(f));
|
|
1039
1039
|
}), (t = e.defaultCheckedKeys) != null && t.length && e.defaultCheckedKeys.forEach((f) => {
|
|
@@ -1044,33 +1044,33 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1044
1044
|
p && p.setChecked(!0, !e.checkStrictly);
|
|
1045
1045
|
});
|
|
1046
1046
|
}, A = () => {
|
|
1047
|
-
l.nodesMap.forEach((
|
|
1048
|
-
|
|
1047
|
+
l.nodesMap.forEach((d) => {
|
|
1048
|
+
d.children.length > 0 && (d.expanded = !0, l.expandedKeys.add(d.key));
|
|
1049
1049
|
});
|
|
1050
1050
|
}, k = () => {
|
|
1051
|
-
l.nodesMap.forEach((
|
|
1052
|
-
|
|
1051
|
+
l.nodesMap.forEach((d) => {
|
|
1052
|
+
d.expanded = !1;
|
|
1053
1053
|
}), l.expandedKeys.clear();
|
|
1054
|
-
}, C = (
|
|
1055
|
-
if (
|
|
1056
|
-
!
|
|
1057
|
-
}, z = (
|
|
1058
|
-
if (
|
|
1059
|
-
const o = t ?? !
|
|
1060
|
-
|
|
1054
|
+
}, C = (d) => {
|
|
1055
|
+
if (d.disabled) return;
|
|
1056
|
+
!d.expanded ? (d.expanded = !0, l.expandedKeys.add(d.key), c("node-expand", d.data, d, null)) : (d.expanded = !1, l.expandedKeys.delete(d.key), c("node-collapse", d.data, d, null));
|
|
1057
|
+
}, z = (d, t) => {
|
|
1058
|
+
if (d.disabled) return;
|
|
1059
|
+
const o = t ?? !d.checked;
|
|
1060
|
+
d.setChecked(o, !e.checkStrictly), c("check-change", d.data, d.checked, d.indeterminate);
|
|
1061
1061
|
const f = [], p = [], $ = [], P = [];
|
|
1062
1062
|
l.nodesMap.forEach((X) => {
|
|
1063
1063
|
X.checked && (f.push(X.data), p.push(X.key)), X.indeterminate && ($.push(X.data), P.push(X.key));
|
|
1064
|
-
}),
|
|
1064
|
+
}), c("check", d.data, {
|
|
1065
1065
|
checkedNodes: f,
|
|
1066
1066
|
checkedKeys: p,
|
|
1067
1067
|
halfCheckedNodes: $,
|
|
1068
1068
|
halfCheckedKeys: P
|
|
1069
1069
|
});
|
|
1070
|
-
}, D = (
|
|
1071
|
-
|
|
1072
|
-
}, W = (
|
|
1073
|
-
if (m.value =
|
|
1070
|
+
}, D = (d, t) => {
|
|
1071
|
+
d.disabled || (c("node-click", d.data, d, null), e.expandOnClickNode && d.children.length > 0 && C(d), e.highlightCurrent && (l.currentKey = d.key, c("current-change", d.data, d)));
|
|
1072
|
+
}, W = (d) => {
|
|
1073
|
+
if (m.value = d, l.filterValue = d, !d) {
|
|
1074
1074
|
l.nodesMap.forEach((t) => {
|
|
1075
1075
|
t.visible = !0;
|
|
1076
1076
|
});
|
|
@@ -1078,7 +1078,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1078
1078
|
}
|
|
1079
1079
|
l.nodesMap.forEach((t) => {
|
|
1080
1080
|
const o = t.label || "";
|
|
1081
|
-
t.visible = String(o).toLowerCase().includes(
|
|
1081
|
+
t.visible = String(o).toLowerCase().includes(d.toLowerCase());
|
|
1082
1082
|
}), l.nodesMap.forEach((t) => {
|
|
1083
1083
|
if (t.visible && t.parent) {
|
|
1084
1084
|
let o = t.parent;
|
|
@@ -1086,50 +1086,50 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1086
1086
|
o.visible = !0, o.expanded = !0, l.expandedKeys.add(o.key), o = o.parent;
|
|
1087
1087
|
}
|
|
1088
1088
|
});
|
|
1089
|
-
}, I = (
|
|
1090
|
-
l.currentKey =
|
|
1089
|
+
}, I = (d) => l.nodesMap.get(d), S = (d) => {
|
|
1090
|
+
l.currentKey = d;
|
|
1091
1091
|
}, L = () => {
|
|
1092
1092
|
if (l.currentKey)
|
|
1093
1093
|
return l.nodesMap.get(l.currentKey);
|
|
1094
|
-
}, R = (
|
|
1094
|
+
}, R = (d = !1) => {
|
|
1095
1095
|
const t = [];
|
|
1096
1096
|
return l.nodesMap.forEach((o) => {
|
|
1097
|
-
o.checked && (!
|
|
1097
|
+
o.checked && (!d || o.isLeaf) && t.push(o.data);
|
|
1098
1098
|
}), t;
|
|
1099
|
-
},
|
|
1099
|
+
}, Z = (d = !1) => {
|
|
1100
1100
|
const t = [];
|
|
1101
1101
|
return l.nodesMap.forEach((o) => {
|
|
1102
|
-
o.checked && (!
|
|
1102
|
+
o.checked && (!d || o.isLeaf) && t.push(o.key);
|
|
1103
1103
|
}), t;
|
|
1104
|
-
}, B = (
|
|
1104
|
+
}, B = (d) => {
|
|
1105
1105
|
l.nodesMap.forEach((t) => {
|
|
1106
1106
|
t.checked = !1, t.indeterminate = !1;
|
|
1107
|
-
}), l.checkedKeys.clear(), l.indeterminateKeys.clear(),
|
|
1107
|
+
}), l.checkedKeys.clear(), l.indeterminateKeys.clear(), d.forEach((t) => {
|
|
1108
1108
|
const o = l.nodesMap.get(t);
|
|
1109
1109
|
o && o.setChecked(!0, !e.checkStrictly);
|
|
1110
1110
|
});
|
|
1111
1111
|
}, O = () => {
|
|
1112
|
-
const
|
|
1112
|
+
const d = [];
|
|
1113
1113
|
return l.nodesMap.forEach((t) => {
|
|
1114
|
-
t.indeterminate &&
|
|
1115
|
-
}),
|
|
1114
|
+
t.indeterminate && d.push(t.data);
|
|
1115
|
+
}), d;
|
|
1116
1116
|
}, ee = () => {
|
|
1117
|
-
const
|
|
1117
|
+
const d = [];
|
|
1118
1118
|
return l.nodesMap.forEach((t) => {
|
|
1119
|
-
t.indeterminate &&
|
|
1120
|
-
}),
|
|
1121
|
-
}, ae = (
|
|
1122
|
-
const f = l.nodesMap.get(
|
|
1119
|
+
t.indeterminate && d.push(t.key);
|
|
1120
|
+
}), d;
|
|
1121
|
+
}, ae = (d, t, o = !0) => {
|
|
1122
|
+
const f = l.nodesMap.get(d);
|
|
1123
1123
|
f && f.setChecked(t, o && !e.checkStrictly);
|
|
1124
1124
|
}, oe = () => {
|
|
1125
|
-
const
|
|
1125
|
+
const d = [];
|
|
1126
1126
|
return l.nodesMap.forEach((t) => {
|
|
1127
|
-
t.selected &&
|
|
1128
|
-
}),
|
|
1129
|
-
}, b = (
|
|
1127
|
+
t.selected && d.push(t.data);
|
|
1128
|
+
}), d;
|
|
1129
|
+
}, b = (d) => {
|
|
1130
1130
|
l.nodesMap.forEach((t) => {
|
|
1131
1131
|
t.selected = !1;
|
|
1132
|
-
}), l.selectedKeys.clear(),
|
|
1132
|
+
}), l.selectedKeys.clear(), d.forEach((t) => {
|
|
1133
1133
|
const o = l.nodesMap.get(t);
|
|
1134
1134
|
o && (o.selected = !0, l.selectedKeys.add(t));
|
|
1135
1135
|
});
|
|
@@ -1137,7 +1137,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1137
1137
|
return ie("tree", {
|
|
1138
1138
|
props: e,
|
|
1139
1139
|
store: l,
|
|
1140
|
-
emit:
|
|
1140
|
+
emit: c,
|
|
1141
1141
|
toggleExpand: C,
|
|
1142
1142
|
toggleCheck: z,
|
|
1143
1143
|
handleNodeClick: D,
|
|
@@ -1150,7 +1150,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1150
1150
|
getCurrentKey: () => l.currentKey,
|
|
1151
1151
|
getCurrentNode: L,
|
|
1152
1152
|
getCheckedNodes: R,
|
|
1153
|
-
getCheckedKeys:
|
|
1153
|
+
getCheckedKeys: Z,
|
|
1154
1154
|
setCheckedKeys: B,
|
|
1155
1155
|
getHalfCheckedNodes: O,
|
|
1156
1156
|
getHalfCheckedKeys: ee,
|
|
@@ -1160,8 +1160,8 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1160
1160
|
expandAll: A,
|
|
1161
1161
|
collapseAll: k,
|
|
1162
1162
|
// 额外方法
|
|
1163
|
-
updateKeyChildren: (
|
|
1164
|
-
const o = l.nodesMap.get(
|
|
1163
|
+
updateKeyChildren: (d, t) => {
|
|
1164
|
+
const o = l.nodesMap.get(d);
|
|
1165
1165
|
o && (o.children.forEach((f) => {
|
|
1166
1166
|
l.nodesMap.delete(f.key);
|
|
1167
1167
|
}), o.children = t.map((f) => {
|
|
@@ -1169,8 +1169,8 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1169
1169
|
return l.nodesMap.set(p.key, p), p;
|
|
1170
1170
|
}), o.isLeaf = o.children.length === 0);
|
|
1171
1171
|
},
|
|
1172
|
-
remove: (
|
|
1173
|
-
const t = l.nodesMap.get(
|
|
1172
|
+
remove: (d) => {
|
|
1173
|
+
const t = l.nodesMap.get(d);
|
|
1174
1174
|
if (t) {
|
|
1175
1175
|
const o = t.parent;
|
|
1176
1176
|
if (o) {
|
|
@@ -1186,33 +1186,33 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1186
1186
|
f(t);
|
|
1187
1187
|
}
|
|
1188
1188
|
},
|
|
1189
|
-
append: (
|
|
1189
|
+
append: (d, t) => {
|
|
1190
1190
|
if (t) {
|
|
1191
1191
|
const o = l.nodesMap.get(t);
|
|
1192
1192
|
if (o) {
|
|
1193
|
-
const f = new ne(
|
|
1193
|
+
const f = new ne(d, l, o.level + 1, o);
|
|
1194
1194
|
l.nodesMap.set(f.key, f), o.children.push(f), o.isLeaf = !1;
|
|
1195
1195
|
}
|
|
1196
1196
|
} else {
|
|
1197
|
-
const o = new ne(
|
|
1197
|
+
const o = new ne(d, l, 0, null);
|
|
1198
1198
|
l.nodesMap.set(o.key, o), l.rootNodes.push(o);
|
|
1199
1199
|
}
|
|
1200
1200
|
},
|
|
1201
|
-
insertBefore: (
|
|
1201
|
+
insertBefore: (d, t) => {
|
|
1202
1202
|
var f;
|
|
1203
1203
|
const o = l.nodesMap.get(t);
|
|
1204
1204
|
if (o) {
|
|
1205
|
-
const p = new ne(
|
|
1205
|
+
const p = new ne(d, l, o.level, o.parent);
|
|
1206
1206
|
l.nodesMap.set(p.key, p);
|
|
1207
1207
|
const $ = ((f = o.parent) == null ? void 0 : f.children) || l.rootNodes, P = $.indexOf(o);
|
|
1208
1208
|
$.splice(P, 0, p);
|
|
1209
1209
|
}
|
|
1210
1210
|
},
|
|
1211
|
-
insertAfter: (
|
|
1211
|
+
insertAfter: (d, t) => {
|
|
1212
1212
|
var f;
|
|
1213
1213
|
const o = l.nodesMap.get(t);
|
|
1214
1214
|
if (o) {
|
|
1215
|
-
const p = new ne(
|
|
1215
|
+
const p = new ne(d, l, o.level, o.parent);
|
|
1216
1216
|
l.nodesMap.set(p.key, p);
|
|
1217
1217
|
const $ = ((f = o.parent) == null ? void 0 : f.children) || l.rootNodes, P = $.indexOf(o);
|
|
1218
1218
|
$.splice(P + 1, 0, p);
|
|
@@ -1226,17 +1226,17 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1226
1226
|
{ immediate: !0, deep: !0 }
|
|
1227
1227
|
), _(
|
|
1228
1228
|
() => e.checkedKeys,
|
|
1229
|
-
(
|
|
1230
|
-
|
|
1229
|
+
(d) => {
|
|
1230
|
+
d && B(d);
|
|
1231
1231
|
},
|
|
1232
1232
|
{ immediate: !0, deep: !0 }
|
|
1233
1233
|
), _(
|
|
1234
1234
|
() => e.defaultCheckedKeys,
|
|
1235
|
-
(
|
|
1236
|
-
|
|
1235
|
+
(d) => {
|
|
1236
|
+
d && d.length > 0 && !e.checkedKeys && B(d);
|
|
1237
1237
|
},
|
|
1238
1238
|
{ immediate: !0, deep: !0 }
|
|
1239
|
-
), (
|
|
1239
|
+
), (d, t) => (h(), v("div", {
|
|
1240
1240
|
class: u([i(n).b(), i(n).m(s.size)])
|
|
1241
1241
|
}, [
|
|
1242
1242
|
(h(!0), v(G, null, J(l.rootNodes, (o) => (h(), te(et, {
|
|
@@ -1244,7 +1244,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1244
1244
|
node: o
|
|
1245
1245
|
}, {
|
|
1246
1246
|
default: ve((f) => [
|
|
1247
|
-
E(
|
|
1247
|
+
E(d.$slots, "default", {
|
|
1248
1248
|
node: f.node,
|
|
1249
1249
|
data: f.data
|
|
1250
1250
|
}, () => [
|
|
@@ -1257,7 +1257,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1257
1257
|
key: 0,
|
|
1258
1258
|
class: u(i(n).e("empty"))
|
|
1259
1259
|
}, [
|
|
1260
|
-
E(
|
|
1260
|
+
E(d.$slots, "empty", {}, () => [
|
|
1261
1261
|
q(T(s.emptyText), 1)
|
|
1262
1262
|
])
|
|
1263
1263
|
], 2))
|
|
@@ -1276,7 +1276,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1276
1276
|
const r = s, a = Q("empty"), e = M(() => {
|
|
1277
1277
|
const n = {};
|
|
1278
1278
|
return r.imageSize && (n.height = `${r.imageSize}px`, n.width = `${r.imageSize}px`), n;
|
|
1279
|
-
}),
|
|
1279
|
+
}), c = M(() => r.description || "暂无数据");
|
|
1280
1280
|
return (n, l) => (h(), v("div", {
|
|
1281
1281
|
class: u([i(a).b(), i(a).m(s.size)])
|
|
1282
1282
|
}, [
|
|
@@ -1302,7 +1302,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1302
1302
|
class: u(i(a).e("description"))
|
|
1303
1303
|
}, [
|
|
1304
1304
|
E(n.$slots, "description", {}, () => [
|
|
1305
|
-
g("p", null, T(
|
|
1305
|
+
g("p", null, T(c.value), 1)
|
|
1306
1306
|
])
|
|
1307
1307
|
], 2),
|
|
1308
1308
|
n.$slots.default ? (h(), v("div", {
|
|
@@ -1328,11 +1328,11 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1328
1328
|
a.b(),
|
|
1329
1329
|
a.m(r.direction)
|
|
1330
1330
|
]);
|
|
1331
|
-
return (
|
|
1331
|
+
return (c, n) => (h(), v("ul", {
|
|
1332
1332
|
class: u(e.value),
|
|
1333
1333
|
role: "timeline"
|
|
1334
1334
|
}, [
|
|
1335
|
-
E(
|
|
1335
|
+
E(c.$slots, "default")
|
|
1336
1336
|
], 2));
|
|
1337
1337
|
}
|
|
1338
1338
|
}), Vt = /* @__PURE__ */ Y({
|
|
@@ -1348,12 +1348,12 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1348
1348
|
},
|
|
1349
1349
|
setup(s) {
|
|
1350
1350
|
const r = s, a = Q("timeline-item"), e = {
|
|
1351
|
-
primary: "#
|
|
1352
|
-
success: "#
|
|
1353
|
-
warning: "#
|
|
1354
|
-
danger: "#
|
|
1351
|
+
primary: "#4F46E5",
|
|
1352
|
+
success: "#10B981",
|
|
1353
|
+
warning: "#F59E0B",
|
|
1354
|
+
danger: "#EF4444",
|
|
1355
1355
|
info: "#909399"
|
|
1356
|
-
},
|
|
1356
|
+
}, c = M(() => {
|
|
1357
1357
|
const l = {};
|
|
1358
1358
|
return r.color ? l.backgroundColor = r.color : r.type && e[r.type] && (l.backgroundColor = e[r.type]), l;
|
|
1359
1359
|
}), n = M(() => [
|
|
@@ -1365,7 +1365,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1365
1365
|
}, [
|
|
1366
1366
|
g("div", {
|
|
1367
1367
|
class: u(i(a).e("node")),
|
|
1368
|
-
style: j(
|
|
1368
|
+
style: j(c.value)
|
|
1369
1369
|
}, [
|
|
1370
1370
|
E(l.$slots, "dot")
|
|
1371
1371
|
], 6),
|
|
@@ -1406,14 +1406,14 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1406
1406
|
},
|
|
1407
1407
|
emits: ["update:activeIndex", "change"],
|
|
1408
1408
|
setup(s, { expose: r, emit: a }) {
|
|
1409
|
-
const e = s,
|
|
1409
|
+
const e = s, c = a, n = Q("carousel"), l = V(e.activeIndex), m = V(0), y = V(null), w = V(!1);
|
|
1410
1410
|
ie("carousel", {
|
|
1411
1411
|
currentIndex: l,
|
|
1412
1412
|
itemCount: m
|
|
1413
1413
|
});
|
|
1414
1414
|
const x = (R) => {
|
|
1415
|
-
const
|
|
1416
|
-
e.loop ? l.value = (R + m.value) % m.value : l.value = Math.max(0, Math.min(R, m.value - 1)),
|
|
1415
|
+
const Z = l.value;
|
|
1416
|
+
e.loop ? l.value = (R + m.value) % m.value : l.value = Math.max(0, Math.min(R, m.value - 1)), c("update:activeIndex", l.value), c("change", l.value, Z);
|
|
1417
1417
|
}, N = () => {
|
|
1418
1418
|
x(l.value - 1);
|
|
1419
1419
|
}, A = () => {
|
|
@@ -1455,7 +1455,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1455
1455
|
prev: N,
|
|
1456
1456
|
next: A,
|
|
1457
1457
|
setActiveItem: x
|
|
1458
|
-
}), (R,
|
|
1458
|
+
}), (R, Z) => (h(), v("div", {
|
|
1459
1459
|
class: u(L.value),
|
|
1460
1460
|
style: j(S.value),
|
|
1461
1461
|
onMouseenter: z,
|
|
@@ -1497,15 +1497,15 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1497
1497
|
name: "XCarouselItem",
|
|
1498
1498
|
__name: "CarouselItem",
|
|
1499
1499
|
setup(s) {
|
|
1500
|
-
const r = Q("carousel-item"), a =
|
|
1500
|
+
const r = Q("carousel-item"), a = ce("carousel"), e = V(-1);
|
|
1501
1501
|
re(() => {
|
|
1502
1502
|
a && (e.value = a.itemCount.value, a.itemCount.value++);
|
|
1503
1503
|
}), ue(() => {
|
|
1504
1504
|
a && a.itemCount.value--;
|
|
1505
1505
|
});
|
|
1506
|
-
const
|
|
1506
|
+
const c = M(() => a && e.value === a.currentIndex.value), n = M(() => [
|
|
1507
1507
|
r.b(),
|
|
1508
|
-
r.is("active",
|
|
1508
|
+
r.is("active", c.value)
|
|
1509
1509
|
]);
|
|
1510
1510
|
return (l, m) => (h(), v("div", {
|
|
1511
1511
|
class: u(n.value)
|
|
@@ -1513,7 +1513,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1513
1513
|
E(l.$slots, "default")
|
|
1514
1514
|
], 2));
|
|
1515
1515
|
}
|
|
1516
|
-
}), nt = { key: 0 }, st = ["onClick"], ot = { class: "sort-arrow up" }, it = { class: "sort-arrow down" }, rt = ["onClick"],
|
|
1516
|
+
}), nt = { key: 0 }, st = ["onClick"], ot = { class: "sort-arrow up" }, it = { class: "sort-arrow down" }, rt = ["onClick"], dt = ["onClick"], ct = { key: 1 }, ut = ["colspan"], ht = { style: { display: "none" } }, jt = /* @__PURE__ */ Y({
|
|
1517
1517
|
name: "XTable",
|
|
1518
1518
|
__name: "index",
|
|
1519
1519
|
props: {
|
|
@@ -1531,8 +1531,8 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1531
1531
|
},
|
|
1532
1532
|
emits: ["sort-change", "row-click", "row-dblclick", "cell-click", "selection-change", "select-all", "page-change", "size-change"],
|
|
1533
1533
|
setup(s, { expose: r, emit: a }) {
|
|
1534
|
-
var K,
|
|
1535
|
-
const e = s,
|
|
1534
|
+
var K, d;
|
|
1535
|
+
const e = s, c = a, n = Q("table");
|
|
1536
1536
|
fe();
|
|
1537
1537
|
const l = ge([]);
|
|
1538
1538
|
ie("x-table", {
|
|
@@ -1567,7 +1567,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1567
1567
|
}), t;
|
|
1568
1568
|
}), C = V({
|
|
1569
1569
|
prop: ((K = e.defaultSort) == null ? void 0 : K.prop) || "",
|
|
1570
|
-
order: ((
|
|
1570
|
+
order: ((d = e.defaultSort) == null ? void 0 : d.order) || null
|
|
1571
1571
|
}), z = M(() => {
|
|
1572
1572
|
if (!C.value.prop || !C.value.order)
|
|
1573
1573
|
return e.data;
|
|
@@ -1588,7 +1588,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1588
1588
|
n.is("loading", e.loading),
|
|
1589
1589
|
n.is("has-fixed", N.value.length > 0 || A.value.length > 0)
|
|
1590
1590
|
]), I = (t) => {
|
|
1591
|
-
t.sortable && (C.value.prop === t.prop ? C.value.order === "ascending" ? C.value.order = "descending" : C.value.order === "descending" && (C.value.order = null, C.value.prop = "") : (C.value.prop = t.prop, C.value.order = "ascending"),
|
|
1591
|
+
t.sortable && (C.value.prop === t.prop ? C.value.order === "ascending" ? C.value.order = "descending" : C.value.order === "descending" && (C.value.order = null, C.value.prop = "") : (C.value.prop = t.prop, C.value.order = "ascending"), c("sort-change", { ...C.value }));
|
|
1592
1592
|
}, S = (t) => t.sortable ? C.value.prop !== t.prop ? n.is("sortable") : [
|
|
1593
1593
|
n.is("sortable"),
|
|
1594
1594
|
n.is(`sort-${C.value.order}`)
|
|
@@ -1596,14 +1596,14 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1596
1596
|
const p = t[o.prop];
|
|
1597
1597
|
return o.formatter ? o.formatter(t, o, p, f) : p ?? "";
|
|
1598
1598
|
}, R = (t, o) => {
|
|
1599
|
-
|
|
1600
|
-
},
|
|
1599
|
+
c("row-click", t, x.value[0], o);
|
|
1600
|
+
}, Z = (t, o, f) => {
|
|
1601
1601
|
const p = f.target;
|
|
1602
|
-
|
|
1602
|
+
c("cell-click", t, o, p, f);
|
|
1603
1603
|
}, B = (t) => {
|
|
1604
|
-
|
|
1604
|
+
c("page-change", t);
|
|
1605
1605
|
}, O = (t) => {
|
|
1606
|
-
|
|
1606
|
+
c("size-change", t);
|
|
1607
1607
|
}, ee = (t, o, f) => {
|
|
1608
1608
|
const p = {};
|
|
1609
1609
|
if (t.width && (p.width = typeof t.width == "number" ? `${t.width}px` : t.width), t.minWidth && (p.minWidth = typeof t.minWidth == "number" ? `${t.minWidth}px` : t.minWidth), t.align && (p.textAlign = t.align), (t.fixed === "left" || t.fixed === !0) && (p.position = "sticky", p.left = "0px", p.zIndex = "2", o !== void 0 && o > 0)) {
|
|
@@ -1619,7 +1619,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1619
1619
|
if (P > 0) {
|
|
1620
1620
|
let X = 0;
|
|
1621
1621
|
for (let le = 0; le < P; le++) {
|
|
1622
|
-
const
|
|
1622
|
+
const de = $[$.length - 1 - le], ke = de.width ? typeof de.width == "number" ? de.width : parseInt(de.width) : 100;
|
|
1623
1623
|
X += ke;
|
|
1624
1624
|
}
|
|
1625
1625
|
p.right = `${X}px`;
|
|
@@ -1665,13 +1665,13 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1665
1665
|
class: u(i(n).e("sort-icon"))
|
|
1666
1666
|
}, [
|
|
1667
1667
|
g("span", ot, [
|
|
1668
|
-
|
|
1668
|
+
U(i(F), {
|
|
1669
1669
|
name: "sort-up",
|
|
1670
1670
|
size: 12
|
|
1671
1671
|
})
|
|
1672
1672
|
]),
|
|
1673
1673
|
g("span", it, [
|
|
1674
|
-
|
|
1674
|
+
U(i(F), {
|
|
1675
1675
|
name: "sort-down",
|
|
1676
1676
|
size: 12
|
|
1677
1677
|
})
|
|
@@ -1690,15 +1690,15 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1690
1690
|
key: $.prop,
|
|
1691
1691
|
class: u([i(n).e("cell"), ...ae($)]),
|
|
1692
1692
|
style: j(ee($, $.fixed === "right" ? A.value.indexOf($) : P)),
|
|
1693
|
-
onClick: (X) =>
|
|
1693
|
+
onClick: (X) => Z(f, $, X)
|
|
1694
1694
|
}, [
|
|
1695
1695
|
k.value[$.prop] ? (h(), te(he(() => k.value[$.prop]({ row: f, column: $, $index: p })), { key: 0 })) : (h(), v(G, { key: 1 }, [
|
|
1696
1696
|
q(T(L(f, $, p)), 1)
|
|
1697
1697
|
], 64))
|
|
1698
|
-
], 14,
|
|
1698
|
+
], 14, dt))), 128))
|
|
1699
1699
|
], 10, rt))), 128))
|
|
1700
1700
|
]),
|
|
1701
|
-
z.value.length === 0 && !s.loading ? (h(), v("tbody",
|
|
1701
|
+
z.value.length === 0 && !s.loading ? (h(), v("tbody", ct, [
|
|
1702
1702
|
g("tr", null, [
|
|
1703
1703
|
g("td", {
|
|
1704
1704
|
colspan: x.value.length || 1,
|
|
@@ -1716,7 +1716,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1716
1716
|
key: 1,
|
|
1717
1717
|
class: u(i(n).e("pagination"))
|
|
1718
1718
|
}, [
|
|
1719
|
-
|
|
1719
|
+
U(Ee, {
|
|
1720
1720
|
total: s.pagination.total,
|
|
1721
1721
|
"current-page": s.pagination.current,
|
|
1722
1722
|
"page-size": s.pagination.pageSize,
|
|
@@ -1745,7 +1745,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1745
1745
|
setup(s) {
|
|
1746
1746
|
const r = s;
|
|
1747
1747
|
Q("table-column");
|
|
1748
|
-
const a = fe(), e = V(`column_${Date.now()}_${Math.random().toString(36).slice(2, 9)}`),
|
|
1748
|
+
const a = fe(), e = V(`column_${Date.now()}_${Math.random().toString(36).slice(2, 9)}`), c = ce("x-table"), n = M(() => ({
|
|
1749
1749
|
prop: r.prop || e.value,
|
|
1750
1750
|
label: r.label,
|
|
1751
1751
|
width: r.width,
|
|
@@ -1756,11 +1756,11 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1756
1756
|
formatter: r.formatter
|
|
1757
1757
|
}));
|
|
1758
1758
|
return re(() => {
|
|
1759
|
-
|
|
1759
|
+
c != null && c.registerColumn && c.registerColumn(n.value, a.default);
|
|
1760
1760
|
}), _(() => a.default, (l) => {
|
|
1761
|
-
|
|
1761
|
+
c != null && c.updateColumnSlot && l && c.updateColumnSlot(r.prop || e.value, l);
|
|
1762
1762
|
}, { immediate: !0 }), ue(() => {
|
|
1763
|
-
|
|
1763
|
+
c != null && c.unregisterColumn && c.unregisterColumn(r.prop || e.value);
|
|
1764
1764
|
}), (l, m) => null;
|
|
1765
1765
|
}
|
|
1766
1766
|
}), ft = { key: 0 }, vt = ["onClick"], pt = { class: "sort-arrow up" }, mt = { class: "sort-arrow down" }, gt = ["onClick"], yt = { key: 0 }, Mt = ["colspan"], kt = { style: { display: "none" } }, Pt = /* @__PURE__ */ Y({
|
|
@@ -1783,14 +1783,14 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1783
1783
|
},
|
|
1784
1784
|
emits: ["row-click", "cell-click", "expand-change", "sort-change"],
|
|
1785
1785
|
setup(s, { expose: r, emit: a }) {
|
|
1786
|
-
const e = s,
|
|
1786
|
+
const e = s, c = a, n = Q("tree-table"), l = V(/* @__PURE__ */ new Set()), m = V([]), y = V({});
|
|
1787
1787
|
ie("x-tree-table", {
|
|
1788
1788
|
registerColumn: (b, K) => {
|
|
1789
|
-
const
|
|
1790
|
-
|
|
1789
|
+
const d = m.value.findIndex((t) => t.prop === b.prop);
|
|
1790
|
+
d === -1 ? m.value.push(b) : m.value[d] = b, K && (y.value[b.prop] = K);
|
|
1791
1791
|
},
|
|
1792
1792
|
unregisterColumn: (b) => {
|
|
1793
|
-
const K = m.value.findIndex((
|
|
1793
|
+
const K = m.value.findIndex((d) => d.prop === b);
|
|
1794
1794
|
K > -1 && m.value.splice(K, 1), delete y.value[b];
|
|
1795
1795
|
},
|
|
1796
1796
|
updateColumnSlot: (b, K) => {
|
|
@@ -1799,32 +1799,32 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1799
1799
|
props: e
|
|
1800
1800
|
});
|
|
1801
1801
|
const A = (b) => typeof e.rowKey == "function" ? e.rowKey(b) : b[e.rowKey || "id"], k = (b) => {
|
|
1802
|
-
var
|
|
1803
|
-
const K = ((
|
|
1802
|
+
var d;
|
|
1803
|
+
const K = ((d = e.treeProps) == null ? void 0 : d.children) || "children";
|
|
1804
1804
|
return b[K] || [];
|
|
1805
1805
|
}, C = (b) => {
|
|
1806
1806
|
var t;
|
|
1807
1807
|
if (k(b).length > 0) return !0;
|
|
1808
|
-
const
|
|
1809
|
-
return b[
|
|
1808
|
+
const d = ((t = e.treeProps) == null ? void 0 : t.hasChildren) || "hasChildren";
|
|
1809
|
+
return b[d] === !0;
|
|
1810
1810
|
}, z = (b) => {
|
|
1811
1811
|
const K = A(b);
|
|
1812
1812
|
return l.value.has(K);
|
|
1813
1813
|
}, D = (b) => {
|
|
1814
|
-
const K = A(b),
|
|
1815
|
-
|
|
1814
|
+
const K = A(b), d = !l.value.has(K);
|
|
1815
|
+
d ? l.value.add(K) : l.value.delete(K), c("expand-change", b, d);
|
|
1816
1816
|
}, W = () => {
|
|
1817
1817
|
const b = (K) => {
|
|
1818
|
-
K.forEach((
|
|
1819
|
-
C(
|
|
1818
|
+
K.forEach((d) => {
|
|
1819
|
+
C(d) && (l.value.add(A(d)), b(k(d)));
|
|
1820
1820
|
});
|
|
1821
1821
|
};
|
|
1822
1822
|
b(e.data);
|
|
1823
1823
|
}, I = () => {
|
|
1824
1824
|
l.value.clear();
|
|
1825
1825
|
}, S = M(() => {
|
|
1826
|
-
const b = [], K = (
|
|
1827
|
-
|
|
1826
|
+
const b = [], K = (d, t = 0, o = !0) => {
|
|
1827
|
+
d.forEach((f) => {
|
|
1828
1828
|
const p = A(f), $ = l.value.has(p), P = o;
|
|
1829
1829
|
b.push({ row: f, level: t, visible: P });
|
|
1830
1830
|
const X = k(f);
|
|
@@ -1839,20 +1839,20 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1839
1839
|
if (!L.value.prop || !L.value.order)
|
|
1840
1840
|
return S.value;
|
|
1841
1841
|
const { prop: b, order: K } = L.value;
|
|
1842
|
-
return [...S.value].sort((
|
|
1843
|
-
const o =
|
|
1842
|
+
return [...S.value].sort((d, t) => {
|
|
1843
|
+
const o = d.row[b], f = t.row[b];
|
|
1844
1844
|
if (o === f) return 0;
|
|
1845
1845
|
const p = o > f ? 1 : -1;
|
|
1846
1846
|
return K === "ascending" ? p : -p;
|
|
1847
1847
|
});
|
|
1848
|
-
}),
|
|
1849
|
-
b.sortable && (L.value.prop === b.prop ? L.value.order === "ascending" ? L.value.order = "descending" : L.value.order === "descending" && (L.value.order = null, L.value.prop = "") : (L.value.prop = b.prop, L.value.order = "ascending"),
|
|
1848
|
+
}), Z = (b) => {
|
|
1849
|
+
b.sortable && (L.value.prop === b.prop ? L.value.order === "ascending" ? L.value.order = "descending" : L.value.order === "descending" && (L.value.order = null, L.value.prop = "") : (L.value.prop = b.prop, L.value.order = "ascending"), c("sort-change", { ...L.value }));
|
|
1850
1850
|
}, B = (b) => b.sortable ? L.value.prop !== b.prop ? n.is("sortable") : [
|
|
1851
1851
|
n.is("sortable"),
|
|
1852
1852
|
n.is(`sort-${L.value.order}`)
|
|
1853
|
-
] : "", O = (b, K,
|
|
1853
|
+
] : "", O = (b, K, d) => {
|
|
1854
1854
|
const t = b[K.prop];
|
|
1855
|
-
return K.formatter ? K.formatter(b, K, t,
|
|
1855
|
+
return K.formatter ? K.formatter(b, K, t, d) : t ?? "";
|
|
1856
1856
|
}, ee = (b) => {
|
|
1857
1857
|
const K = {};
|
|
1858
1858
|
return b.width && (K.width = typeof b.width == "number" ? `${b.width}px` : b.width), b.minWidth && (K.minWidth = typeof b.minWidth == "number" ? `${b.minWidth}px` : b.minWidth), b.align && (K.textAlign = b.align), K;
|
|
@@ -1895,25 +1895,25 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1895
1895
|
g("table", null, [
|
|
1896
1896
|
s.showHeader ? (h(), v("thead", ft, [
|
|
1897
1897
|
g("tr", null, [
|
|
1898
|
-
(h(!0), v(G, null, J(m.value, (
|
|
1899
|
-
key:
|
|
1900
|
-
class: u([i(n).e("header-cell"), B(
|
|
1901
|
-
style: j(ee(
|
|
1902
|
-
onClick: (t) =>
|
|
1898
|
+
(h(!0), v(G, null, J(m.value, (d) => (h(), v("th", {
|
|
1899
|
+
key: d.prop,
|
|
1900
|
+
class: u([i(n).e("header-cell"), B(d)]),
|
|
1901
|
+
style: j(ee(d)),
|
|
1902
|
+
onClick: (t) => Z(d)
|
|
1903
1903
|
}, [
|
|
1904
|
-
g("span", null, T(
|
|
1905
|
-
|
|
1904
|
+
g("span", null, T(d.label), 1),
|
|
1905
|
+
d.sortable ? (h(), v("span", {
|
|
1906
1906
|
key: 0,
|
|
1907
1907
|
class: u(i(n).e("sort-icon"))
|
|
1908
1908
|
}, [
|
|
1909
1909
|
g("span", pt, [
|
|
1910
|
-
|
|
1910
|
+
U(i(F), {
|
|
1911
1911
|
name: "sort-up",
|
|
1912
1912
|
size: 12
|
|
1913
1913
|
})
|
|
1914
1914
|
]),
|
|
1915
1915
|
g("span", mt, [
|
|
1916
|
-
|
|
1916
|
+
U(i(F), {
|
|
1917
1917
|
name: "sort-down",
|
|
1918
1918
|
size: 12
|
|
1919
1919
|
})
|
|
@@ -1923,12 +1923,12 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1923
1923
|
])
|
|
1924
1924
|
])) : H("", !0),
|
|
1925
1925
|
g("tbody", null, [
|
|
1926
|
-
(h(!0), v(G, null, J(R.value, (
|
|
1927
|
-
key: A(
|
|
1926
|
+
(h(!0), v(G, null, J(R.value, (d, t) => (h(), v(G, {
|
|
1927
|
+
key: A(d.row)
|
|
1928
1928
|
}, [
|
|
1929
|
-
|
|
1929
|
+
d.visible ? (h(), v("tr", {
|
|
1930
1930
|
key: 0,
|
|
1931
|
-
class: u([i(n).e("row"), i(n).is("level-" +
|
|
1931
|
+
class: u([i(n).e("row"), i(n).is("level-" + d.level)])
|
|
1932
1932
|
}, [
|
|
1933
1933
|
(h(!0), v(G, null, J(m.value, (o, f) => (h(), v("td", {
|
|
1934
1934
|
key: o.prop,
|
|
@@ -1941,18 +1941,18 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1941
1941
|
}, [
|
|
1942
1942
|
g("span", {
|
|
1943
1943
|
class: u(i(n).e("indent")),
|
|
1944
|
-
style: j({ width: `${
|
|
1944
|
+
style: j({ width: `${d.level * s.indent}px` })
|
|
1945
1945
|
}, null, 6),
|
|
1946
|
-
C(
|
|
1946
|
+
C(d.row) ? (h(), v("span", {
|
|
1947
1947
|
key: 0,
|
|
1948
|
-
class: u([i(n).e("expand-icon"), i(n).is("expanded", z(
|
|
1949
|
-
onClick: se((p) => D(
|
|
1948
|
+
class: u([i(n).e("expand-icon"), i(n).is("expanded", z(d.row))]),
|
|
1949
|
+
onClick: se((p) => D(d.row), ["stop"])
|
|
1950
1950
|
}, [
|
|
1951
|
-
z(
|
|
1951
|
+
z(d.row) ? (h(), te(i(F), {
|
|
1952
1952
|
key: 0,
|
|
1953
1953
|
name: "chevron-down",
|
|
1954
1954
|
size: 14
|
|
1955
|
-
})) : (h(), te(i(
|
|
1955
|
+
})) : (h(), te(i(F), {
|
|
1956
1956
|
key: 1,
|
|
1957
1957
|
name: "chevron-right",
|
|
1958
1958
|
size: 14
|
|
@@ -1962,12 +1962,12 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
1962
1962
|
class: u(i(n).e("expand-placeholder"))
|
|
1963
1963
|
}, null, 2)),
|
|
1964
1964
|
g("span", null, [
|
|
1965
|
-
y.value[o.prop] ? (h(), te(he(() => y.value[o.prop]({ row:
|
|
1966
|
-
q(T(O(
|
|
1965
|
+
y.value[o.prop] ? (h(), te(he(() => y.value[o.prop]({ row: d.row, column: o, $index: t })), { key: 0 })) : (h(), v(G, { key: 1 }, [
|
|
1966
|
+
q(T(O(d.row, o, t)), 1)
|
|
1967
1967
|
], 64))
|
|
1968
1968
|
])
|
|
1969
|
-
], 2)) : y.value[o.prop] ? (h(), te(he(() => y.value[o.prop]({ row:
|
|
1970
|
-
q(T(O(
|
|
1969
|
+
], 2)) : y.value[o.prop] ? (h(), te(he(() => y.value[o.prop]({ row: d.row, column: o, $index: t })), { key: 1 })) : (h(), v(G, { key: 2 }, [
|
|
1970
|
+
q(T(O(d.row, o, t)), 1)
|
|
1971
1971
|
], 64))
|
|
1972
1972
|
], 6))), 128))
|
|
1973
1973
|
], 2)) : H("", !0)
|
|
@@ -2006,7 +2006,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2006
2006
|
setup(s) {
|
|
2007
2007
|
const r = s;
|
|
2008
2008
|
Q("tree-table-column");
|
|
2009
|
-
const a = fe(), e =
|
|
2009
|
+
const a = fe(), e = ce("x-tree-table"), c = M(() => ({
|
|
2010
2010
|
prop: r.prop,
|
|
2011
2011
|
label: r.label,
|
|
2012
2012
|
width: r.width,
|
|
@@ -2017,7 +2017,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2017
2017
|
formatter: r.formatter
|
|
2018
2018
|
}));
|
|
2019
2019
|
return re(() => {
|
|
2020
|
-
e != null && e.registerColumn && e.registerColumn(
|
|
2020
|
+
e != null && e.registerColumn && e.registerColumn(c.value, a.default);
|
|
2021
2021
|
}), _(() => a.default, (n) => {
|
|
2022
2022
|
e != null && e.updateColumnSlot && n && e.updateColumnSlot(r.prop, n);
|
|
2023
2023
|
}, { immediate: !0 }), ue(() => {
|
|
@@ -2037,10 +2037,10 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2037
2037
|
},
|
|
2038
2038
|
emits: ["error"],
|
|
2039
2039
|
setup(s, { emit: r }) {
|
|
2040
|
-
const a = s, e = r,
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
typeof a.size == "string" ?
|
|
2040
|
+
const a = s, e = r, c = Q("avatar"), n = M(() => [
|
|
2041
|
+
c.b(),
|
|
2042
|
+
c.m(a.shape),
|
|
2043
|
+
typeof a.size == "string" ? c.m(a.size) : ""
|
|
2044
2044
|
]), l = M(() => {
|
|
2045
2045
|
const y = {};
|
|
2046
2046
|
return typeof a.size == "number" && (y.width = `${a.size}px`, y.height = `${a.size}px`, y.lineHeight = `${a.size}px`), y;
|
|
@@ -2059,10 +2059,10 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2059
2059
|
onError: m
|
|
2060
2060
|
}, null, 44, wt)) : s.icon ? (h(), v("span", {
|
|
2061
2061
|
key: 1,
|
|
2062
|
-
class: u(i(
|
|
2062
|
+
class: u(i(c).e("icon"))
|
|
2063
2063
|
}, T(s.icon), 3)) : (h(), v("span", {
|
|
2064
2064
|
key: 2,
|
|
2065
|
-
class: u(i(
|
|
2065
|
+
class: u(i(c).e("default"))
|
|
2066
2066
|
}, [
|
|
2067
2067
|
E(y.$slots, "default")
|
|
2068
2068
|
], 2))
|
|
@@ -2092,7 +2092,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2092
2092
|
a.m(r.size),
|
|
2093
2093
|
a.is("bordered", r.border)
|
|
2094
2094
|
]);
|
|
2095
|
-
return (
|
|
2095
|
+
return (c, n) => (h(), v("div", {
|
|
2096
2096
|
class: u(e.value)
|
|
2097
2097
|
}, [
|
|
2098
2098
|
s.title ? (h(), v("div", {
|
|
@@ -2104,7 +2104,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2104
2104
|
}, [
|
|
2105
2105
|
g("table", null, [
|
|
2106
2106
|
g("tbody", null, [
|
|
2107
|
-
E(
|
|
2107
|
+
E(c.$slots, "default")
|
|
2108
2108
|
])
|
|
2109
2109
|
])
|
|
2110
2110
|
], 2)
|
|
@@ -2120,7 +2120,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2120
2120
|
contentAlign: {}
|
|
2121
2121
|
},
|
|
2122
2122
|
setup(s) {
|
|
2123
|
-
const r = s, a = Q("descriptions-item"), e =
|
|
2123
|
+
const r = s, a = Q("descriptions-item"), e = ce("x-descriptions"), c = M(() => {
|
|
2124
2124
|
var N;
|
|
2125
2125
|
const w = {}, x = (N = e == null ? void 0 : e.props) == null ? void 0 : N.labelWidth;
|
|
2126
2126
|
return x && (w.width = typeof x == "number" ? `${x}px` : x), w;
|
|
@@ -2140,7 +2140,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2140
2140
|
return (w, x) => y.value ? (h(), v(G, { key: 0 }, [
|
|
2141
2141
|
g("th", {
|
|
2142
2142
|
class: u([i(a).b(), i(a).e("label"), `is-${n.value}`]),
|
|
2143
|
-
style: j(
|
|
2143
|
+
style: j(c.value)
|
|
2144
2144
|
}, T(s.label) + T(m.value ? ":" : ""), 7),
|
|
2145
2145
|
g("td", {
|
|
2146
2146
|
class: u([i(a).e("content"), `is-${l.value}`]),
|
|
@@ -2154,7 +2154,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2154
2154
|
}, [
|
|
2155
2155
|
g("th", {
|
|
2156
2156
|
class: u([i(a).e("label"), `is-${n.value}`]),
|
|
2157
|
-
style: j(
|
|
2157
|
+
style: j(c.value)
|
|
2158
2158
|
}, T(s.label) + T(m.value ? ":" : ""), 7),
|
|
2159
2159
|
g("td", {
|
|
2160
2160
|
class: u([i(a).e("content"), `is-${l.value}`]),
|
|
@@ -2182,17 +2182,17 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2182
2182
|
},
|
|
2183
2183
|
emits: ["scroll"],
|
|
2184
2184
|
setup(s, { expose: r, emit: a }) {
|
|
2185
|
-
const e = s,
|
|
2185
|
+
const e = s, c = a, n = Q("scrollbar"), l = V(), m = V(), y = V("0"), w = V("0"), x = V(0), N = V(0), A = M(() => {
|
|
2186
2186
|
const S = {};
|
|
2187
2187
|
return e.height && (S.height = typeof e.height == "number" ? `${e.height}px` : e.height), e.maxHeight && (S.maxHeight = typeof e.maxHeight == "number" ? `${e.maxHeight}px` : e.maxHeight), S;
|
|
2188
2188
|
}), k = () => {
|
|
2189
2189
|
if (!l.value) return;
|
|
2190
|
-
const S = l.value.offsetHeight - 4, L = l.value.offsetWidth - 4, R = l.value.scrollHeight,
|
|
2190
|
+
const S = l.value.offsetHeight - 4, L = l.value.offsetWidth - 4, R = l.value.scrollHeight, Z = l.value.scrollWidth, B = S / R, O = L / Z;
|
|
2191
2191
|
w.value = B >= 1 ? "0" : `${S * B}px`, y.value = O >= 1 ? "0" : `${L * O}px`;
|
|
2192
2192
|
}, C = (S) => {
|
|
2193
2193
|
if (!l.value) return;
|
|
2194
2194
|
const L = l.value.offsetHeight, R = l.value.offsetWidth;
|
|
2195
|
-
N.value = l.value.scrollTop * 100 / L, x.value = l.value.scrollLeft * 100 / R,
|
|
2195
|
+
N.value = l.value.scrollTop * 100 / L, x.value = l.value.scrollLeft * 100 / R, c("scroll", S);
|
|
2196
2196
|
}, z = (S) => {
|
|
2197
2197
|
var L;
|
|
2198
2198
|
(L = l.value) == null || L.scrollTo(S);
|
|
@@ -2254,7 +2254,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2254
2254
|
},
|
|
2255
2255
|
emits: ["update:modelValue", "change"],
|
|
2256
2256
|
setup(s, { emit: r }) {
|
|
2257
|
-
const a = s, e = r,
|
|
2257
|
+
const a = s, e = r, c = Q("collapse"), n = V([]);
|
|
2258
2258
|
return _(() => a.modelValue, (m) => {
|
|
2259
2259
|
Array.isArray(m) ? n.value = m : m ? n.value = [m] : n.value = [];
|
|
2260
2260
|
}, { immediate: !0 }), ie("collapse", {
|
|
@@ -2269,12 +2269,12 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
}), (m, y) => (h(), v("div", {
|
|
2272
|
-
class: u(i(
|
|
2272
|
+
class: u(i(c).b())
|
|
2273
2273
|
}, [
|
|
2274
2274
|
E(m.$slots, "default")
|
|
2275
2275
|
], 2));
|
|
2276
2276
|
}
|
|
2277
|
-
}),
|
|
2277
|
+
}), Ft = /* @__PURE__ */ Y({
|
|
2278
2278
|
name: "XCollapseItem",
|
|
2279
2279
|
__name: "CollapseItem",
|
|
2280
2280
|
props: {
|
|
@@ -2283,7 +2283,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2283
2283
|
disabled: { type: Boolean }
|
|
2284
2284
|
},
|
|
2285
2285
|
setup(s) {
|
|
2286
|
-
const r = s, a = Q("collapse-item"), e =
|
|
2286
|
+
const r = s, a = Q("collapse-item"), e = ce("collapse"), { activeNames: c, handleItemClick: n } = e, l = M(() => c.value.includes(r.name)), m = () => {
|
|
2287
2287
|
r.disabled || n(r.name);
|
|
2288
2288
|
};
|
|
2289
2289
|
return (y, w) => (h(), v("div", {
|
|
@@ -2296,7 +2296,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2296
2296
|
g("span", {
|
|
2297
2297
|
class: u(i(a).e("arrow"))
|
|
2298
2298
|
}, [
|
|
2299
|
-
|
|
2299
|
+
U(i(F), {
|
|
2300
2300
|
name: "right",
|
|
2301
2301
|
size: 12
|
|
2302
2302
|
})
|
|
@@ -2318,7 +2318,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2318
2318
|
])
|
|
2319
2319
|
], 2));
|
|
2320
2320
|
}
|
|
2321
|
-
}), Ct = ["src", "loading"], zt = ["src"],
|
|
2321
|
+
}), Ct = ["src", "loading"], zt = ["src"], Zt = /* @__PURE__ */ Y({
|
|
2322
2322
|
name: "XImage",
|
|
2323
2323
|
__name: "index",
|
|
2324
2324
|
props: {
|
|
@@ -2335,7 +2335,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2335
2335
|
},
|
|
2336
2336
|
emits: ["load", "error"],
|
|
2337
2337
|
setup(s, { emit: r }) {
|
|
2338
|
-
const a = s, e = r,
|
|
2338
|
+
const a = s, e = r, c = Q("image"), n = V(!0), l = V(!1), m = V(!1), y = V(0), w = M(() => ({
|
|
2339
2339
|
width: typeof a.width == "number" ? `${a.width}px` : a.width,
|
|
2340
2340
|
height: typeof a.height == "number" ? `${a.height}px` : a.height,
|
|
2341
2341
|
objectFit: a.fit
|
|
@@ -2366,12 +2366,12 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2366
2366
|
}
|
|
2367
2367
|
};
|
|
2368
2368
|
return typeof window < "u" && window.addEventListener("keydown", I), (S, L) => (h(), v("div", {
|
|
2369
|
-
class: u(i(
|
|
2369
|
+
class: u(i(c).b()),
|
|
2370
2370
|
style: j({ width: w.value.width, height: w.value.height })
|
|
2371
2371
|
}, [
|
|
2372
2372
|
g("img", {
|
|
2373
2373
|
src: s.src,
|
|
2374
|
-
class: u(i(
|
|
2374
|
+
class: u(i(c).e("inner")),
|
|
2375
2375
|
style: j(w.value),
|
|
2376
2376
|
loading: s.lazy ? "lazy" : "eager",
|
|
2377
2377
|
onLoad: A,
|
|
@@ -2380,10 +2380,10 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2380
2380
|
}, null, 46, Ct),
|
|
2381
2381
|
n.value ? (h(), v("div", {
|
|
2382
2382
|
key: 0,
|
|
2383
|
-
class: u(i(
|
|
2383
|
+
class: u(i(c).e("placeholder"))
|
|
2384
2384
|
}, [
|
|
2385
2385
|
E(S.$slots, "placeholder", {}, () => [
|
|
2386
|
-
|
|
2386
|
+
U(i(F), {
|
|
2387
2387
|
name: "loading",
|
|
2388
2388
|
size: 24
|
|
2389
2389
|
})
|
|
@@ -2391,10 +2391,10 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2391
2391
|
], 2)) : H("", !0),
|
|
2392
2392
|
l.value ? (h(), v("div", {
|
|
2393
2393
|
key: 1,
|
|
2394
|
-
class: u(i(
|
|
2394
|
+
class: u(i(c).e("error"))
|
|
2395
2395
|
}, [
|
|
2396
2396
|
E(S.$slots, "error", {}, () => [
|
|
2397
|
-
|
|
2397
|
+
U(i(F), {
|
|
2398
2398
|
name: "image",
|
|
2399
2399
|
size: 24
|
|
2400
2400
|
}),
|
|
@@ -2404,53 +2404,53 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2404
2404
|
(h(), te(xe, { to: "body" }, [
|
|
2405
2405
|
m.value ? (h(), v("div", {
|
|
2406
2406
|
key: 0,
|
|
2407
|
-
class: u(i(
|
|
2407
|
+
class: u(i(c).e("preview")),
|
|
2408
2408
|
onClick: z
|
|
2409
2409
|
}, [
|
|
2410
2410
|
g("span", {
|
|
2411
|
-
class: u(i(
|
|
2411
|
+
class: u(i(c).e("preview-close")),
|
|
2412
2412
|
onClick: se(z, ["stop"])
|
|
2413
2413
|
}, [
|
|
2414
|
-
|
|
2414
|
+
U(i(F), {
|
|
2415
2415
|
name: "close",
|
|
2416
2416
|
size: 24
|
|
2417
2417
|
})
|
|
2418
2418
|
], 2),
|
|
2419
2419
|
g("img", {
|
|
2420
2420
|
src: N.value,
|
|
2421
|
-
class: u(i(
|
|
2421
|
+
class: u(i(c).e("preview-image")),
|
|
2422
2422
|
onClick: L[0] || (L[0] = se(() => {
|
|
2423
2423
|
}, ["stop"]))
|
|
2424
2424
|
}, null, 10, zt),
|
|
2425
2425
|
x.value.length > 1 ? (h(), v("span", {
|
|
2426
2426
|
key: 0,
|
|
2427
|
-
class: u([i(
|
|
2427
|
+
class: u([i(c).e("preview-arrow"), i(c).em("preview-arrow", "left")]),
|
|
2428
2428
|
onClick: se(D, ["stop"])
|
|
2429
2429
|
}, [
|
|
2430
|
-
|
|
2430
|
+
U(i(F), {
|
|
2431
2431
|
name: "left",
|
|
2432
2432
|
size: 24
|
|
2433
2433
|
})
|
|
2434
2434
|
], 2)) : H("", !0),
|
|
2435
2435
|
x.value.length > 1 ? (h(), v("span", {
|
|
2436
2436
|
key: 1,
|
|
2437
|
-
class: u([i(
|
|
2437
|
+
class: u([i(c).e("preview-arrow"), i(c).em("preview-arrow", "right")]),
|
|
2438
2438
|
onClick: se(W, ["stop"])
|
|
2439
2439
|
}, [
|
|
2440
|
-
|
|
2440
|
+
U(i(F), {
|
|
2441
2441
|
name: "right",
|
|
2442
2442
|
size: 24
|
|
2443
2443
|
})
|
|
2444
2444
|
], 2)) : H("", !0),
|
|
2445
2445
|
x.value.length > 1 ? (h(), v("div", {
|
|
2446
2446
|
key: 2,
|
|
2447
|
-
class: u(i(
|
|
2447
|
+
class: u(i(c).e("preview-counter"))
|
|
2448
2448
|
}, T(y.value + 1) + " / " + T(x.value.length), 3)) : H("", !0)
|
|
2449
2449
|
], 2)) : H("", !0)
|
|
2450
2450
|
]))
|
|
2451
2451
|
], 6));
|
|
2452
2452
|
}
|
|
2453
|
-
}), It = ["onClick"],
|
|
2453
|
+
}), It = ["onClick"], Ut = /* @__PURE__ */ Y({
|
|
2454
2454
|
name: "XCalendar",
|
|
2455
2455
|
__name: "index",
|
|
2456
2456
|
props: {
|
|
@@ -2459,7 +2459,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2459
2459
|
},
|
|
2460
2460
|
emits: ["update:modelValue", "select", "change"],
|
|
2461
2461
|
setup(s, { emit: r }) {
|
|
2462
|
-
const a = s, e = r,
|
|
2462
|
+
const a = s, e = r, c = Q("calendar"), n = V(a.modelValue.getFullYear()), l = V(a.modelValue.getMonth()), m = ["日", "一", "二", "三", "四", "五", "六"], y = ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], w = /* @__PURE__ */ new Date(), x = M(() => {
|
|
2463
2463
|
const I = [], S = new Date(n.value, l.value, 1), L = new Date(n.value, l.value + 1, 0), R = S.getDay();
|
|
2464
2464
|
for (let B = R - 1; B >= 0; B--) {
|
|
2465
2465
|
const O = new Date(n.value, l.value, -B);
|
|
@@ -2479,8 +2479,8 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2479
2479
|
isSelected: N(O, a.modelValue)
|
|
2480
2480
|
});
|
|
2481
2481
|
}
|
|
2482
|
-
const
|
|
2483
|
-
for (let B = 1; B <=
|
|
2482
|
+
const Z = 42 - I.length;
|
|
2483
|
+
for (let B = 1; B <= Z; B++) {
|
|
2484
2484
|
const O = new Date(n.value, l.value + 1, B);
|
|
2485
2485
|
I.push({
|
|
2486
2486
|
date: O,
|
|
@@ -2506,53 +2506,53 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2506
2506
|
return _(() => a.modelValue, (I) => {
|
|
2507
2507
|
n.value = I.getFullYear(), l.value = I.getMonth();
|
|
2508
2508
|
}), (I, S) => (h(), v("div", {
|
|
2509
|
-
class: u(i(
|
|
2509
|
+
class: u(i(c).b())
|
|
2510
2510
|
}, [
|
|
2511
2511
|
g("div", {
|
|
2512
|
-
class: u(i(
|
|
2512
|
+
class: u(i(c).e("header"))
|
|
2513
2513
|
}, [
|
|
2514
2514
|
g("div", {
|
|
2515
|
-
class: u(i(
|
|
2515
|
+
class: u(i(c).e("title"))
|
|
2516
2516
|
}, T(n.value) + " 年 " + T(y[l.value]), 3),
|
|
2517
2517
|
g("div", {
|
|
2518
|
-
class: u(i(
|
|
2518
|
+
class: u(i(c).e("actions"))
|
|
2519
2519
|
}, [
|
|
2520
2520
|
g("button", {
|
|
2521
|
-
class: u(i(
|
|
2521
|
+
class: u(i(c).e("btn")),
|
|
2522
2522
|
onClick: k
|
|
2523
2523
|
}, [
|
|
2524
|
-
|
|
2524
|
+
U(i(F), {
|
|
2525
2525
|
name: "d-arrow-left",
|
|
2526
2526
|
size: 12
|
|
2527
2527
|
})
|
|
2528
2528
|
], 2),
|
|
2529
2529
|
g("button", {
|
|
2530
|
-
class: u(i(
|
|
2530
|
+
class: u(i(c).e("btn")),
|
|
2531
2531
|
onClick: z
|
|
2532
2532
|
}, [
|
|
2533
|
-
|
|
2533
|
+
U(i(F), {
|
|
2534
2534
|
name: "arrow-left",
|
|
2535
2535
|
size: 12
|
|
2536
2536
|
})
|
|
2537
2537
|
], 2),
|
|
2538
2538
|
g("button", {
|
|
2539
|
-
class: u(i(
|
|
2539
|
+
class: u(i(c).e("btn")),
|
|
2540
2540
|
onClick: W
|
|
2541
2541
|
}, "今天", 2),
|
|
2542
2542
|
g("button", {
|
|
2543
|
-
class: u(i(
|
|
2543
|
+
class: u(i(c).e("btn")),
|
|
2544
2544
|
onClick: D
|
|
2545
2545
|
}, [
|
|
2546
|
-
|
|
2546
|
+
U(i(F), {
|
|
2547
2547
|
name: "arrow-right",
|
|
2548
2548
|
size: 12
|
|
2549
2549
|
})
|
|
2550
2550
|
], 2),
|
|
2551
2551
|
g("button", {
|
|
2552
|
-
class: u(i(
|
|
2552
|
+
class: u(i(c).e("btn")),
|
|
2553
2553
|
onClick: C
|
|
2554
2554
|
}, [
|
|
2555
|
-
|
|
2555
|
+
U(i(F), {
|
|
2556
2556
|
name: "d-arrow-right",
|
|
2557
2557
|
size: 12
|
|
2558
2558
|
})
|
|
@@ -2560,25 +2560,25 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2560
2560
|
], 2)
|
|
2561
2561
|
], 2),
|
|
2562
2562
|
g("div", {
|
|
2563
|
-
class: u(i(
|
|
2563
|
+
class: u(i(c).e("weekdays"))
|
|
2564
2564
|
}, [
|
|
2565
2565
|
(h(), v(G, null, J(m, (L) => g("div", {
|
|
2566
2566
|
key: L,
|
|
2567
|
-
class: u(i(
|
|
2567
|
+
class: u(i(c).e("weekday"))
|
|
2568
2568
|
}, T(L), 3)), 64))
|
|
2569
2569
|
], 2),
|
|
2570
2570
|
g("div", {
|
|
2571
|
-
class: u(i(
|
|
2571
|
+
class: u(i(c).e("body"))
|
|
2572
2572
|
}, [
|
|
2573
2573
|
(h(!0), v(G, null, J(x.value, (L, R) => (h(), v("div", {
|
|
2574
2574
|
key: R,
|
|
2575
2575
|
class: u([
|
|
2576
|
-
i(
|
|
2577
|
-
i(
|
|
2578
|
-
i(
|
|
2579
|
-
i(
|
|
2576
|
+
i(c).e("day"),
|
|
2577
|
+
i(c).is("current-month", L.isCurrentMonth),
|
|
2578
|
+
i(c).is("today", L.isToday),
|
|
2579
|
+
i(c).is("selected", L.isSelected)
|
|
2580
2580
|
]),
|
|
2581
|
-
onClick: (
|
|
2581
|
+
onClick: (Z) => A(L)
|
|
2582
2582
|
}, [
|
|
2583
2583
|
E(I.$slots, "default", {
|
|
2584
2584
|
date: L.date,
|
|
@@ -2603,7 +2603,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2603
2603
|
},
|
|
2604
2604
|
emits: ["ready", "error"],
|
|
2605
2605
|
setup(s, { emit: r }) {
|
|
2606
|
-
const a = s, e = r,
|
|
2606
|
+
const a = s, e = r, c = Q("qrcode"), n = V(), l = async () => {
|
|
2607
2607
|
if (!(!n.value || !a.value))
|
|
2608
2608
|
try {
|
|
2609
2609
|
const A = await m(a.value, a.level);
|
|
@@ -2626,8 +2626,8 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2626
2626
|
for (let L = 0; L < 2; L++) {
|
|
2627
2627
|
const R = I - L;
|
|
2628
2628
|
if (!w(R, S, 21) && W < D.length) {
|
|
2629
|
-
const
|
|
2630
|
-
for (let B = 7; B >= 0 && !(S < 21 && !w(R, S, 21) && (z[S][R] =
|
|
2629
|
+
const Z = D[W];
|
|
2630
|
+
for (let B = 7; B >= 0 && !(S < 21 && !w(R, S, 21) && (z[S][R] = Z >> B & 1, S++, S >= 21)); B--)
|
|
2631
2631
|
;
|
|
2632
2632
|
W++;
|
|
2633
2633
|
}
|
|
@@ -2657,19 +2657,19 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2657
2657
|
}), re(() => {
|
|
2658
2658
|
l();
|
|
2659
2659
|
}), (A, k) => (h(), v("div", {
|
|
2660
|
-
class: u(i(
|
|
2660
|
+
class: u(i(c).b())
|
|
2661
2661
|
}, [
|
|
2662
2662
|
g("canvas", {
|
|
2663
2663
|
ref_key: "canvasRef",
|
|
2664
2664
|
ref: n,
|
|
2665
|
-
class: u(i(
|
|
2665
|
+
class: u(i(c).e("canvas"))
|
|
2666
2666
|
}, null, 2),
|
|
2667
2667
|
s.showDownload ? (h(), v("div", {
|
|
2668
2668
|
key: 0,
|
|
2669
|
-
class: u(i(
|
|
2669
|
+
class: u(i(c).e("actions"))
|
|
2670
2670
|
}, [
|
|
2671
2671
|
g("button", {
|
|
2672
|
-
class: u(i(
|
|
2672
|
+
class: u(i(c).e("download")),
|
|
2673
2673
|
onClick: N
|
|
2674
2674
|
}, " 下载二维码 ", 2)
|
|
2675
2675
|
], 2)) : H("", !0)
|
|
@@ -2687,7 +2687,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2687
2687
|
},
|
|
2688
2688
|
emits: ["scroll"],
|
|
2689
2689
|
setup(s, { expose: r, emit: a }) {
|
|
2690
|
-
const e = s,
|
|
2690
|
+
const e = s, c = a, n = Q("virtual-scroll"), l = V(), m = V(0), y = M(() => typeof e.height == "number" ? `${e.height}px` : e.height), w = M(() => e.items.length * e.itemSize), x = M(() => {
|
|
2691
2691
|
const I = typeof e.height == "number" ? e.height : parseInt(e.height) || 400;
|
|
2692
2692
|
return Math.ceil(I / e.itemSize) + e.buffer * 2;
|
|
2693
2693
|
}), N = M(() => {
|
|
@@ -2699,7 +2699,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2699
2699
|
index: N.value + S
|
|
2700
2700
|
})) : e.items), C = M(() => N.value * e.itemSize), z = (I) => {
|
|
2701
2701
|
const S = I.target;
|
|
2702
|
-
m.value = S.scrollTop,
|
|
2702
|
+
m.value = S.scrollTop, c("scroll", m.value);
|
|
2703
2703
|
};
|
|
2704
2704
|
return r({
|
|
2705
2705
|
scrollToIndex: (I) => {
|
|
@@ -2750,7 +2750,7 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2750
2750
|
},
|
|
2751
2751
|
emits: ["load"],
|
|
2752
2752
|
setup(s, { emit: r }) {
|
|
2753
|
-
const a = s, e = r,
|
|
2753
|
+
const a = s, e = r, c = Q("infinite-scroll"), n = V(), l = V();
|
|
2754
2754
|
let m = null;
|
|
2755
2755
|
const y = () => {
|
|
2756
2756
|
m && m.disconnect(), m = new IntersectionObserver(
|
|
@@ -2769,26 +2769,26 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2769
2769
|
}), (w, x) => (h(), v("div", {
|
|
2770
2770
|
ref_key: "containerRef",
|
|
2771
2771
|
ref: n,
|
|
2772
|
-
class: u(i(
|
|
2772
|
+
class: u(i(c).b())
|
|
2773
2773
|
}, [
|
|
2774
2774
|
E(w.$slots, "default"),
|
|
2775
2775
|
g("div", {
|
|
2776
2776
|
ref_key: "observerRef",
|
|
2777
2777
|
ref: l,
|
|
2778
|
-
class: u(i(
|
|
2778
|
+
class: u(i(c).e("footer"))
|
|
2779
2779
|
}, [
|
|
2780
2780
|
s.loading ? (h(), v("span", {
|
|
2781
2781
|
key: 0,
|
|
2782
|
-
class: u(i(
|
|
2782
|
+
class: u(i(c).e("loading"))
|
|
2783
2783
|
}, [
|
|
2784
|
-
|
|
2784
|
+
U(i(F), {
|
|
2785
2785
|
name: "loading",
|
|
2786
2786
|
size: 16
|
|
2787
2787
|
}),
|
|
2788
2788
|
g("span", null, T(s.loadingText), 1)
|
|
2789
2789
|
], 2)) : s.finished ? (h(), v("span", {
|
|
2790
2790
|
key: 1,
|
|
2791
|
-
class: u(i(
|
|
2791
|
+
class: u(i(c).e("finished"))
|
|
2792
2792
|
}, T(s.finishedText), 3)) : H("", !0)
|
|
2793
2793
|
], 2)
|
|
2794
2794
|
], 2));
|
|
@@ -2796,17 +2796,17 @@ const Ht = /* @__PURE__ */ Y({
|
|
|
2796
2796
|
});
|
|
2797
2797
|
export {
|
|
2798
2798
|
Ot as Avatar,
|
|
2799
|
-
|
|
2799
|
+
Ut as Calendar,
|
|
2800
2800
|
At as Card,
|
|
2801
2801
|
Et as Carousel,
|
|
2802
2802
|
Bt as CarouselItem,
|
|
2803
2803
|
Gt as Collapse,
|
|
2804
|
-
|
|
2804
|
+
Ft as CollapseItem,
|
|
2805
2805
|
Yt as Descriptions,
|
|
2806
2806
|
Xt as DescriptionsItem,
|
|
2807
2807
|
Kt as DynamicTable,
|
|
2808
2808
|
Nt as Empty,
|
|
2809
|
-
|
|
2809
|
+
Zt as Image,
|
|
2810
2810
|
_t as InfiniteScroll,
|
|
2811
2811
|
Ee as Pagination,
|
|
2812
2812
|
Dt as Progress,
|