@nhdropshipping/y-components 1.0.31 → 1.0.32
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +117 -117
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -49,14 +49,14 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
49
49
|
return "group-pos-single";
|
|
50
50
|
}
|
|
51
51
|
}), y = N(() => Array.isArray(t.groupItems) && t.groupItems.length > 0);
|
|
52
|
-
function I(C,
|
|
52
|
+
function I(C, T) {
|
|
53
53
|
if (t.disabled || t.loading || C.disabled || C.loading) {
|
|
54
|
-
|
|
54
|
+
T.preventDefault(), T.stopPropagation();
|
|
55
55
|
return;
|
|
56
56
|
}
|
|
57
|
-
n("group-click", C.value,
|
|
57
|
+
n("group-click", C.value, T);
|
|
58
58
|
}
|
|
59
|
-
return (C,
|
|
59
|
+
return (C, T) => y.value ? (i(), u("div", dt, [
|
|
60
60
|
(i(!0), u(oe, null, ce(e.groupItems, (k, w) => {
|
|
61
61
|
var g;
|
|
62
62
|
return i(), u("button", {
|
|
@@ -76,13 +76,13 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
76
76
|
onClick: (x) => I(k, x)
|
|
77
77
|
}, [
|
|
78
78
|
o("span", vt, [
|
|
79
|
-
k.icon === "chevron-left" ? (i(), u("svg", ht, [...
|
|
79
|
+
k.icon === "chevron-left" ? (i(), u("svg", ht, [...T[0] || (T[0] = [
|
|
80
80
|
o("path", {
|
|
81
81
|
"fill-rule": "evenodd",
|
|
82
82
|
d: "M12.78 15.22a.75.75 0 01-1.06 0l-5-5a.75.75 0 010-1.06l5-5a.75.75 0 111.06 1.06L8.81 10l3.97 3.97a.75.75 0 010 1.06z",
|
|
83
83
|
"clip-rule": "evenodd"
|
|
84
84
|
}, null, -1)
|
|
85
|
-
])])) : k.icon === "chevron-right" ? (i(), u("svg", pt, [...
|
|
85
|
+
])])) : k.icon === "chevron-right" ? (i(), u("svg", pt, [...T[1] || (T[1] = [
|
|
86
86
|
o("path", {
|
|
87
87
|
"fill-rule": "evenodd",
|
|
88
88
|
d: "M7.22 4.78a.75.75 0 011.06 0l5 5a.75.75 0 010 1.06l-5 5a.75.75 0 11-1.06-1.06L11.19 10 7.22 6.03a.75.75 0 010-1.06z",
|
|
@@ -141,7 +141,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
141
141
|
ee(() => t.placeholder, (g) => {
|
|
142
142
|
I.value || (C.value = g || "");
|
|
143
143
|
});
|
|
144
|
-
function
|
|
144
|
+
function T(g) {
|
|
145
145
|
const x = g.target;
|
|
146
146
|
y.value = !0, n("update:modelValue", x.value);
|
|
147
147
|
}
|
|
@@ -168,7 +168,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
168
168
|
disabled: e.disabled,
|
|
169
169
|
required: e.required,
|
|
170
170
|
value: e.modelValue,
|
|
171
|
-
onInput:
|
|
171
|
+
onInput: T,
|
|
172
172
|
onFocus: k,
|
|
173
173
|
onBlur: w
|
|
174
174
|
}, null, 42, mt)
|
|
@@ -234,13 +234,13 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
234
234
|
},
|
|
235
235
|
emits: ["edit", "select", "update:selectedItems", "page-change", "page-size-change"],
|
|
236
236
|
setup(e, { emit: $ }) {
|
|
237
|
-
const t = e, n = $, m = K(t.currentPage || 1), p = K(t.pageSize), y = K([]), I = K(/* @__PURE__ */ new Set()), C = K("none"),
|
|
237
|
+
const t = e, n = $, m = K(t.currentPage || 1), p = K(t.pageSize), y = K([]), I = K(/* @__PURE__ */ new Set()), C = K("none"), T = K(), k = K(), w = K(), g = K(), x = K([]), Y = K({}), X = N(
|
|
238
238
|
() => t.columns.filter((l) => !Z(l.width)).map((l) => l.key)
|
|
239
239
|
);
|
|
240
240
|
function A() {
|
|
241
241
|
return `${(100 / (X.value.length || 1)).toFixed(6)}%`;
|
|
242
242
|
}
|
|
243
|
-
const D = K(),
|
|
243
|
+
const D = K(), z = K({
|
|
244
244
|
show: !1,
|
|
245
245
|
thumbHeight: 40,
|
|
246
246
|
thumbTop: 0
|
|
@@ -389,8 +389,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
389
389
|
p.value !== c && (p.value = c);
|
|
390
390
|
});
|
|
391
391
|
function be() {
|
|
392
|
-
|
|
393
|
-
const l =
|
|
392
|
+
T.value && le(() => {
|
|
393
|
+
const l = T.value.getBoundingClientRect(), c = window.innerHeight, _ = l.top, M = T.value.querySelector(".table-header"), S = M ? M.offsetHeight : 40, H = T.value.querySelector(".ypagination"), j = H ? H.offsetHeight : 60, de = T.value.querySelector(".bulk-bar"), he = de ? de.offsetHeight : 0, ze = S + j + he + 20, ne = c - _ - ze, nt = Math.max(200, ne), Ze = T.value.querySelector(".table-body-wrap .table");
|
|
394
394
|
Ze && (Ze.offsetHeight > ne ? C.value = `${nt}px` : C.value = "none");
|
|
395
395
|
});
|
|
396
396
|
}
|
|
@@ -409,17 +409,17 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
409
409
|
le(() => {
|
|
410
410
|
if (!w.value) return;
|
|
411
411
|
const l = w.value, c = l.scrollHeight, _ = l.clientHeight, M = l.scrollTop, S = c > _ + 1;
|
|
412
|
-
if (
|
|
412
|
+
if (z.value.show = S, !S) return;
|
|
413
413
|
const H = 24, j = _ / c, de = D.value ? D.value.clientHeight : _, he = Math.max(H, Math.floor(de * j));
|
|
414
|
-
|
|
414
|
+
z.value.thumbHeight = he;
|
|
415
415
|
const ze = Math.max(0, de - he), ne = Math.max(1, c - _);
|
|
416
|
-
|
|
416
|
+
z.value.thumbTop = Math.min(ze, Math.floor(M / ne * ze));
|
|
417
417
|
});
|
|
418
418
|
}
|
|
419
419
|
function Re(l) {
|
|
420
420
|
if (!B || !w.value || !D.value) return;
|
|
421
421
|
l.preventDefault();
|
|
422
|
-
const c = D.value.clientHeight, _ = Math.max(0, c -
|
|
422
|
+
const c = D.value.clientHeight, _ = Math.max(0, c - z.value.thumbHeight), M = w.value, S = M.scrollHeight, H = M.clientHeight, j = Math.max(1, S - H), he = (l.clientY - F) / Math.max(1, _) * j;
|
|
423
423
|
M.scrollTop = Math.min(j, Math.max(0, O + he)), We();
|
|
424
424
|
}
|
|
425
425
|
function Ye() {
|
|
@@ -534,7 +534,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
534
534
|
return i(), u("div", {
|
|
535
535
|
class: "ytable-container",
|
|
536
536
|
ref_key: "tableContainer",
|
|
537
|
-
ref:
|
|
537
|
+
ref: T
|
|
538
538
|
}, [
|
|
539
539
|
se(xe, { name: "bulk-slide" }, {
|
|
540
540
|
default: re(() => [
|
|
@@ -714,7 +714,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
714
714
|
},
|
|
715
715
|
emits: ["update:modelValue", "change", "focus", "blur", "clear"],
|
|
716
716
|
setup(e, { emit: $ }) {
|
|
717
|
-
const t = e, n = $, m = K(!1), p = K(-1), y = K(), I = K(), C = K(),
|
|
717
|
+
const t = e, n = $, m = K(!1), p = K(-1), y = K(), I = K(), C = K(), T = K(), k = K(!1), w = K(), g = K(""), x = N(() => t.options.find((a) => z(a) === t.modelValue) || null), Y = N(() => x.value ? B(x.value) : ""), X = N(() => {
|
|
718
718
|
if (!t.filterable) return t.options;
|
|
719
719
|
const a = g.value.trim().toLowerCase();
|
|
720
720
|
return a ? t.options.filter((r) => {
|
|
@@ -736,17 +736,17 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
736
736
|
k.value = !R && P;
|
|
737
737
|
});
|
|
738
738
|
}
|
|
739
|
-
function
|
|
739
|
+
function z(a) {
|
|
740
740
|
return typeof a == "object" && a !== null ? a[t.valueKey] : a;
|
|
741
741
|
}
|
|
742
742
|
function B(a) {
|
|
743
743
|
return typeof a == "object" && a !== null ? a[t.labelKey] || String(a[t.valueKey]) : String(a);
|
|
744
744
|
}
|
|
745
745
|
function F(a, r) {
|
|
746
|
-
return typeof a == "object" && a !== null && a.id !== void 0 ? a.id :
|
|
746
|
+
return typeof a == "object" && a !== null && a.id !== void 0 ? a.id : z(a) || r;
|
|
747
747
|
}
|
|
748
748
|
function O(a) {
|
|
749
|
-
return
|
|
749
|
+
return z(a) === t.modelValue;
|
|
750
750
|
}
|
|
751
751
|
function q(a) {
|
|
752
752
|
return typeof a == "object" && a !== null ? a[t.disabledKey] === !0 : !1;
|
|
@@ -764,7 +764,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
764
764
|
}
|
|
765
765
|
function te(a, r) {
|
|
766
766
|
if (q(a)) return;
|
|
767
|
-
const f =
|
|
767
|
+
const f = z(a);
|
|
768
768
|
n("update:modelValue", f), n("change", f, a), ue();
|
|
769
769
|
}
|
|
770
770
|
function ve() {
|
|
@@ -929,7 +929,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
929
929
|
m.value ? (i(), u("div", {
|
|
930
930
|
key: 0,
|
|
931
931
|
ref_key: "dropdownEl",
|
|
932
|
-
ref:
|
|
932
|
+
ref: T,
|
|
933
933
|
class: E(["yselect__dropdown yselect__dropdown--portal", { "yselect__dropdown--top": k.value }]),
|
|
934
934
|
style: fe(A.value),
|
|
935
935
|
onMousedown: r[6] || (r[6] = J(() => {
|
|
@@ -1002,7 +1002,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1002
1002
|
function C(k) {
|
|
1003
1003
|
t.loading || (m.value = k, n("update:pageSize", k), n("page-size-change", k), y.value = 1);
|
|
1004
1004
|
}
|
|
1005
|
-
function
|
|
1005
|
+
function T(k) {
|
|
1006
1006
|
t.loading || (k === "prev" ? I(y.value - 1) : k === "next" && I(y.value + 1));
|
|
1007
1007
|
}
|
|
1008
1008
|
return m.value = t.pageSize, ee(
|
|
@@ -1033,7 +1033,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1033
1033
|
{ label: "上一页", value: "prev", disabled: y.value === 1 || e.loading, icon: "chevron-left", onlyIcon: !0, ariaLabel: "上一页" },
|
|
1034
1034
|
{ label: "下一页", value: "next", disabled: e.loading, icon: "chevron-right", onlyIcon: !0, ariaLabel: "下一页" }
|
|
1035
1035
|
],
|
|
1036
|
-
onGroupClick:
|
|
1036
|
+
onGroupClick: T
|
|
1037
1037
|
}, null, 8, ["groupItems"]),
|
|
1038
1038
|
o("div", Zt, [
|
|
1039
1039
|
se(x, {
|
|
@@ -1233,11 +1233,11 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1233
1233
|
function C() {
|
|
1234
1234
|
m.value && (m.value = !1, n("close"));
|
|
1235
1235
|
}
|
|
1236
|
-
function
|
|
1236
|
+
function T() {
|
|
1237
1237
|
t.closable && C();
|
|
1238
1238
|
}
|
|
1239
1239
|
function k(w) {
|
|
1240
|
-
w.key === "Escape" &&
|
|
1240
|
+
w.key === "Escape" && T();
|
|
1241
1241
|
}
|
|
1242
1242
|
return ee(() => t.modelValue, (w) => {
|
|
1243
1243
|
w ? (n("open"), requestAnimationFrame(() => {
|
|
@@ -1267,7 +1267,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1267
1267
|
ref: p,
|
|
1268
1268
|
class: E(["y-dialog-panel", [e.center ? "is-center" : ""]]),
|
|
1269
1269
|
style: fe(y.value),
|
|
1270
|
-
onKeydown: ke(J(
|
|
1270
|
+
onKeydown: ke(J(T, ["prevent", "stop"]), ["esc"]),
|
|
1271
1271
|
tabindex: "-1"
|
|
1272
1272
|
}, [
|
|
1273
1273
|
e.showHeader ? (i(), u("div", pn, [
|
|
@@ -1319,10 +1319,10 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1319
1319
|
},
|
|
1320
1320
|
emits: ["update:modelValue", "show", "hide", "before-show", "before-hide"],
|
|
1321
1321
|
setup(e, { expose: $, emit: t }) {
|
|
1322
|
-
const n = e, m = t, p = K(), y = K(), I = K(), C = K(!1),
|
|
1322
|
+
const n = e, m = t, p = K(), y = K(), I = K(), C = K(!1), T = K(), k = K(), w = K({});
|
|
1323
1323
|
let g = null, x = null;
|
|
1324
1324
|
const Y = N(() => {
|
|
1325
|
-
if (!C.value || !
|
|
1325
|
+
if (!C.value || !T.value) return {};
|
|
1326
1326
|
const V = {};
|
|
1327
1327
|
n.width !== "auto" && (V.width = typeof n.width == "number" ? `${n.width}px` : n.width), n.maxWidth && (V.maxWidth = typeof n.maxWidth == "number" ? `${n.maxWidth}px` : n.maxWidth);
|
|
1328
1328
|
const { top: Q, left: d } = A();
|
|
@@ -1336,8 +1336,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1336
1336
|
});
|
|
1337
1337
|
function A() {
|
|
1338
1338
|
var R, P;
|
|
1339
|
-
if (!
|
|
1340
|
-
const { width: V, height: Q, top: d, left: h } =
|
|
1339
|
+
if (!T.value) return { top: 0, left: 0 };
|
|
1340
|
+
const { width: V, height: Q, top: d, left: h } = T.value, a = ((R = I.value) == null ? void 0 : R.offsetWidth) || 200, r = ((P = I.value) == null ? void 0 : P.offsetHeight) || 100;
|
|
1341
1341
|
let f = 0, b = 0;
|
|
1342
1342
|
switch (n.placement) {
|
|
1343
1343
|
case "top":
|
|
@@ -1382,10 +1382,10 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1382
1382
|
}
|
|
1383
1383
|
function D() {
|
|
1384
1384
|
n.disabled || C.value || (O(), n.openDelay > 0 ? g = setTimeout(() => {
|
|
1385
|
-
|
|
1386
|
-
}, n.openDelay) :
|
|
1385
|
+
z();
|
|
1386
|
+
}, n.openDelay) : z());
|
|
1387
1387
|
}
|
|
1388
|
-
function
|
|
1388
|
+
function z() {
|
|
1389
1389
|
m("before-show"), C.value = !0, m("update:modelValue", !0), m("show"), le(() => {
|
|
1390
1390
|
le(() => {
|
|
1391
1391
|
Z();
|
|
@@ -1404,11 +1404,11 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1404
1404
|
g && (clearTimeout(g), g = null), x && (clearTimeout(x), x = null);
|
|
1405
1405
|
}
|
|
1406
1406
|
function q() {
|
|
1407
|
-
if (!n.showArrow || !
|
|
1407
|
+
if (!n.showArrow || !T.value || !I.value) {
|
|
1408
1408
|
w.value = {};
|
|
1409
1409
|
return;
|
|
1410
1410
|
}
|
|
1411
|
-
const V =
|
|
1411
|
+
const V = T.value, Q = I.value.getBoundingClientRect();
|
|
1412
1412
|
if (Q.width === 0 || Q.height === 0) {
|
|
1413
1413
|
const h = {};
|
|
1414
1414
|
n.placement.startsWith("top") || n.placement.startsWith("bottom") ? h.left = "50%" : h.top = "50%", w.value = h;
|
|
@@ -1435,7 +1435,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1435
1435
|
w.value = d;
|
|
1436
1436
|
}
|
|
1437
1437
|
function Z() {
|
|
1438
|
-
y.value && (
|
|
1438
|
+
y.value && (T.value = y.value.getBoundingClientRect(), I.value && (k.value = I.value.getBoundingClientRect(), q(), C.value && requestAnimationFrame(() => {
|
|
1439
1439
|
I.value && (k.value = I.value.getBoundingClientRect(), q());
|
|
1440
1440
|
})));
|
|
1441
1441
|
}
|
|
@@ -1586,7 +1586,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1586
1586
|
},
|
|
1587
1587
|
emits: ["update:modelValue", "change"],
|
|
1588
1588
|
setup(e, { emit: $ }) {
|
|
1589
|
-
const t = e, n = $, m = K(!1), p = K(-1), y = K(-1), I = K(null), C = K(),
|
|
1589
|
+
const t = e, n = $, m = K(!1), p = K(-1), y = K(-1), I = K(null), C = K(), T = K(), k = K({
|
|
1590
1590
|
top: !0,
|
|
1591
1591
|
left: !0
|
|
1592
1592
|
}), w = K({
|
|
@@ -1607,7 +1607,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1607
1607
|
const l = new Date(g.value.year, g.value.month - 1);
|
|
1608
1608
|
w.value.year = l.getFullYear(), w.value.month = l.getMonth();
|
|
1609
1609
|
}
|
|
1610
|
-
}, X = ["一", "二", "三", "四", "五", "六", "日"], A = K(null), D = K(null),
|
|
1610
|
+
}, X = ["一", "二", "三", "四", "五", "六", "日"], A = K(null), D = K(null), z = (s) => {
|
|
1611
1611
|
if (!s) return null;
|
|
1612
1612
|
if (s instanceof Date) return s;
|
|
1613
1613
|
if (typeof s == "number")
|
|
@@ -1626,8 +1626,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1626
1626
|
} else
|
|
1627
1627
|
return `${v}-${l}-${c}`;
|
|
1628
1628
|
}, F = (s) => s ? s.getTime() : null, O = (s) => s ? {
|
|
1629
|
-
startDate:
|
|
1630
|
-
endDate:
|
|
1629
|
+
startDate: z(s.startDate),
|
|
1630
|
+
endDate: z(s.endDate)
|
|
1631
1631
|
} : { startDate: null, endDate: null }, q = (s) => t.format === "string" ? {
|
|
1632
1632
|
startDate: B(s.startDate),
|
|
1633
1633
|
endDate: B(s.endDate)
|
|
@@ -1712,8 +1712,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1712
1712
|
const v = q(s);
|
|
1713
1713
|
n("update:modelValue", v), n("change", v);
|
|
1714
1714
|
}, ye = () => {
|
|
1715
|
-
if (!C.value || !
|
|
1716
|
-
const s = C.value.getBoundingClientRect(), v =
|
|
1715
|
+
if (!C.value || !T.value) return;
|
|
1716
|
+
const s = C.value.getBoundingClientRect(), v = T.value.getBoundingClientRect(), l = window.innerWidth, _ = window.innerHeight - s.bottom, M = s.top, S = v.height || 400;
|
|
1717
1717
|
_ < S && M > S ? k.value.top = !1 : k.value.top = !0;
|
|
1718
1718
|
const H = l - s.left, j = v.width || 640;
|
|
1719
1719
|
H < j ? k.value.left = !1 : k.value.left = !0;
|
|
@@ -1731,7 +1731,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1731
1731
|
});
|
|
1732
1732
|
}
|
|
1733
1733
|
}, Q = (s) => {
|
|
1734
|
-
const v = s.target, l = C.value, c =
|
|
1734
|
+
const v = s.target, l = C.value, c = T.value;
|
|
1735
1735
|
l && c && !l.contains(v) && !c.contains(v) && (m.value = !1, p.value = -1);
|
|
1736
1736
|
}, d = (s) => {
|
|
1737
1737
|
s.key === "Enter" || s.key === " " ? (s.preventDefault(), V()) : s.key === "ArrowDown" && (s.preventDefault(), m.value = !0, le(() => {
|
|
@@ -1749,8 +1749,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1749
1749
|
}, b = () => {
|
|
1750
1750
|
p.value = 0, L(0);
|
|
1751
1751
|
}, L = (s) => {
|
|
1752
|
-
if (
|
|
1753
|
-
const l =
|
|
1752
|
+
if (T.value) {
|
|
1753
|
+
const l = T.value.querySelectorAll(".nh-time-shortcut")[s];
|
|
1754
1754
|
l && l.focus();
|
|
1755
1755
|
}
|
|
1756
1756
|
}, U = (s) => {
|
|
@@ -1925,7 +1925,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1925
1925
|
m.value ? (i(), u("div", {
|
|
1926
1926
|
key: 0,
|
|
1927
1927
|
ref_key: "dropdown",
|
|
1928
|
-
ref:
|
|
1928
|
+
ref: T,
|
|
1929
1929
|
class: E(We.value),
|
|
1930
1930
|
onKeydown: h
|
|
1931
1931
|
}, [
|
|
@@ -2155,8 +2155,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2155
2155
|
}
|
|
2156
2156
|
return Ce(() => {
|
|
2157
2157
|
const C = m.value;
|
|
2158
|
-
C && (C.addEventListener("focus", (
|
|
2159
|
-
}), (C,
|
|
2158
|
+
C && (C.addEventListener("focus", (T) => n("focus", T)), C.addEventListener("blur", (T) => n("blur", T)));
|
|
2159
|
+
}), (C, T) => (i(), u("button", {
|
|
2160
2160
|
ref_key: "rootEl",
|
|
2161
2161
|
ref: m,
|
|
2162
2162
|
class: E(["yswitch", [
|
|
@@ -2174,7 +2174,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2174
2174
|
ke(J(I, ["prevent"]), ["space"])
|
|
2175
2175
|
]
|
|
2176
2176
|
}, [
|
|
2177
|
-
|
|
2177
|
+
T[0] || (T[0] = o("span", { class: "yswitch__track" }, null, -1)),
|
|
2178
2178
|
o("span", ol, [
|
|
2179
2179
|
e.loading ? (i(), u("span", al)) : W("", !0)
|
|
2180
2180
|
]),
|
|
@@ -2200,10 +2200,10 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2200
2200
|
},
|
|
2201
2201
|
emits: ["load", "error", "preview"],
|
|
2202
2202
|
setup(e, { expose: $, emit: t }) {
|
|
2203
|
-
const n = e, m = t, p = K(), y = K(), I = K(), C = K(!1),
|
|
2203
|
+
const n = e, m = t, p = K(), y = K(), I = K(), C = K(!1), T = K(!1), k = K(!1), w = K(!1), g = K(!1), x = K("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPCEtLSDog4zmma8gLS0+CiAgPHJlY3Qgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIGZpbGw9IiNGM0Y0RjYiLz4KICAKICA8IS0tIOWbvueJh+WbvuaghyAtLT4KICA8cmVjdCB4PSI1MCIgeT0iNDAiIHdpZHRoPSIxMDAiIGhlaWdodD0iODAiIHJ4PSI0IiBmaWxsPSIjRDFENURCIiBzdHJva2U9IiM5Q0EzQUYiIHN0cm9rZS13aWR0aD0iMiIvPgogIAogIDwhLS0g5Zu+54mH5YaF6YOo6KOF6aWwIC0tPgogIDxjaXJjbGUgY3g9IjgwIiBjeT0iNzAiIHI9IjgiIGZpbGw9IiM5Q0EzQUYiLz4KICA8cGF0aCBkPSJNNjAgMTAwIEw5MCA4NSBMMTIwIDk1IEwxNDAgODAiIHN0cm9rZT0iIzlDQTNBRiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAKICA8IS0tIOaWh+WtlyAtLT4KICA8dGV4dCB4PSIxMDAiIHk9IjE2MCIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZmlsbD0iIzZCNzI4MCIgZm9udC1mYW1pbHk9IkFyaWFsLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjEyIiBmb250LXdlaWdodD0iNTAwIj4KICAgIEltYWdlIG5vdCBhdmFpbGFibGUKICA8L3RleHQ+Cjwvc3ZnPiA="), Y = K(""), X = K(1), A = K(!1), D = K({
|
|
2204
2204
|
overflow: "",
|
|
2205
2205
|
paddingRight: ""
|
|
2206
|
-
}),
|
|
2206
|
+
}), z = N(() => [
|
|
2207
2207
|
n.className,
|
|
2208
2208
|
"overflow-hidden"
|
|
2209
2209
|
].filter(Boolean).join(" ")), B = N(() => [
|
|
@@ -2256,11 +2256,11 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2256
2256
|
}
|
|
2257
2257
|
), V.observe(p.value));
|
|
2258
2258
|
}, d = (R) => {
|
|
2259
|
-
C.value = !0,
|
|
2259
|
+
C.value = !0, T.value = !1, k.value = !1, m("load", R);
|
|
2260
2260
|
}, h = (R) => {
|
|
2261
|
-
k.value = !0,
|
|
2261
|
+
k.value = !0, T.value = !1, C.value = !1, m("error", R);
|
|
2262
2262
|
}, a = () => {
|
|
2263
|
-
k.value = !1,
|
|
2263
|
+
k.value = !1, T.value = !0, C.value = !1, le(() => {
|
|
2264
2264
|
y.value && (y.value.src = n.src);
|
|
2265
2265
|
});
|
|
2266
2266
|
}, r = () => Array.isArray(n.previewSrcList) ? n.previewSrcList.find(Boolean) || n.src : n.previewSrcList || n.src, f = () => {
|
|
@@ -2297,11 +2297,11 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2297
2297
|
De = Math.max(0.5, Math.min(2, De)), X.value = De;
|
|
2298
2298
|
};
|
|
2299
2299
|
return Ce(() => {
|
|
2300
|
-
n.lazy ? Q() : w.value = !0, w.value && (
|
|
2300
|
+
n.lazy ? Q() : w.value = !0, w.value && (T.value = !0), A.value = !0;
|
|
2301
2301
|
}), Ee(() => {
|
|
2302
2302
|
V && V.disconnect(), g.value && ye();
|
|
2303
2303
|
}), ee(() => x.value, () => {
|
|
2304
|
-
n.src && w.value && (
|
|
2304
|
+
n.src && w.value && (T.value = !0, k.value = !1, C.value = !1);
|
|
2305
2305
|
}), ee(() => n.src, (R) => {
|
|
2306
2306
|
x.value = R || "";
|
|
2307
2307
|
}), $({
|
|
@@ -2310,7 +2310,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2310
2310
|
}), (R, P) => (i(), u("div", {
|
|
2311
2311
|
ref_key: "containerRef",
|
|
2312
2312
|
ref: p,
|
|
2313
|
-
class: E(["relative inline-block",
|
|
2313
|
+
class: E(["relative inline-block", z.value])
|
|
2314
2314
|
}, [
|
|
2315
2315
|
!C.value && !k.value && !w.value ? (i(), u("div", {
|
|
2316
2316
|
key: 0,
|
|
@@ -2332,7 +2332,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2332
2332
|
])
|
|
2333
2333
|
], -1)
|
|
2334
2334
|
])], 2)) : W("", !0),
|
|
2335
|
-
|
|
2335
|
+
T.value && !k.value ? (i(), u("div", {
|
|
2336
2336
|
key: 1,
|
|
2337
2337
|
class: E(["absolute inset-0 flex items-center justify-center bg-gray-100 rounded pointer-events-none", F.value])
|
|
2338
2338
|
}, [...P[2] || (P[2] = [
|
|
@@ -2364,7 +2364,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2364
2364
|
}, null, 46, rl), [
|
|
2365
2365
|
[Ke, C.value && !k.value]
|
|
2366
2366
|
]),
|
|
2367
|
-
n.preview && w.value && !k.value ? (i(), u("div", {
|
|
2367
|
+
n.preview && w.value && !k.value && (!C.value || T.value) ? (i(), u("div", {
|
|
2368
2368
|
key: 3,
|
|
2369
2369
|
class: "absolute inset-0 cursor-pointer z-10",
|
|
2370
2370
|
onClick: J(f, ["stop"])
|
|
@@ -2403,7 +2403,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2403
2403
|
])) : W("", !0)
|
|
2404
2404
|
], 2));
|
|
2405
2405
|
}
|
|
2406
|
-
}), dl = /* @__PURE__ */ me(cl, [["__scopeId", "data-v-
|
|
2406
|
+
}), dl = /* @__PURE__ */ me(cl, [["__scopeId", "data-v-f7444906"]]), fl = /* @__PURE__ */ ge({
|
|
2407
2407
|
__name: "ydropdown",
|
|
2408
2408
|
props: {
|
|
2409
2409
|
trigger: { default: "hover" },
|
|
@@ -2424,34 +2424,34 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2424
2424
|
};
|
|
2425
2425
|
}), I = () => {
|
|
2426
2426
|
console.log("显示下拉菜单", t.value), !$.disabled && (m && (clearTimeout(m), m = null), t.value = !0, console.log("设置 visible 为 true", t.value), le(() => {
|
|
2427
|
-
|
|
2427
|
+
T();
|
|
2428
2428
|
}));
|
|
2429
2429
|
}, C = () => {
|
|
2430
2430
|
console.log("隐藏下拉菜单"), m = setTimeout(() => {
|
|
2431
2431
|
t.value = !1, console.log("设置 visible 为 false", t.value);
|
|
2432
2432
|
}, 150);
|
|
2433
|
-
},
|
|
2433
|
+
}, T = () => {
|
|
2434
2434
|
if (!n.value) return;
|
|
2435
2435
|
const g = n.value.querySelector(".y-dropdown__trigger"), x = n.value.querySelector(".y-dropdown__menu");
|
|
2436
2436
|
if (!g || !x) return;
|
|
2437
2437
|
const Y = g.getBoundingClientRect(), X = x.getBoundingClientRect(), A = window.innerWidth, D = window.innerHeight;
|
|
2438
2438
|
x.style.top = "", x.style.left = "", x.style.right = "", x.style.bottom = "", x.style.transform = "";
|
|
2439
|
-
let
|
|
2439
|
+
let z = 0, B = 0;
|
|
2440
2440
|
switch ($.placement) {
|
|
2441
2441
|
case "bottom":
|
|
2442
|
-
|
|
2442
|
+
z = Y.height + 4, B = 0;
|
|
2443
2443
|
break;
|
|
2444
2444
|
case "top":
|
|
2445
|
-
|
|
2445
|
+
z = -(X.height + 4), B = 0;
|
|
2446
2446
|
break;
|
|
2447
2447
|
case "right":
|
|
2448
|
-
|
|
2448
|
+
z = 0, B = Y.width + 4;
|
|
2449
2449
|
break;
|
|
2450
2450
|
case "left":
|
|
2451
|
-
|
|
2451
|
+
z = 0, B = -(X.width + 4);
|
|
2452
2452
|
break;
|
|
2453
2453
|
}
|
|
2454
|
-
let F = Y.top +
|
|
2454
|
+
let F = Y.top + z, O = Y.left + B;
|
|
2455
2455
|
if ($.placement === "bottom" || $.placement === "top") {
|
|
2456
2456
|
const q = X.width || 260;
|
|
2457
2457
|
O + q > A - 10 && (O = A - q - 10), O < 10 && (O = 10);
|
|
@@ -2464,7 +2464,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2464
2464
|
}, k = (g) => {
|
|
2465
2465
|
$.trigger === "click" && n.value && !n.value.contains(g.target) && (t.value = !1);
|
|
2466
2466
|
}, w = () => {
|
|
2467
|
-
t.value &&
|
|
2467
|
+
t.value && T();
|
|
2468
2468
|
};
|
|
2469
2469
|
return Ce(() => {
|
|
2470
2470
|
$.trigger === "click" && document.addEventListener("click", k), window.addEventListener("resize", w), window.addEventListener("scroll", w);
|
|
@@ -2474,7 +2474,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2474
2474
|
() => $.menuWidth,
|
|
2475
2475
|
() => {
|
|
2476
2476
|
t.value && le(() => {
|
|
2477
|
-
|
|
2477
|
+
T();
|
|
2478
2478
|
});
|
|
2479
2479
|
}
|
|
2480
2480
|
), (g, x) => (i(), u("div", {
|
|
@@ -2543,7 +2543,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2543
2543
|
const x = {};
|
|
2544
2544
|
return t.placement === "right" ? (x.width = typeof t.width == "number" ? `${t.width}px` : String(t.width), x.height = "100%", x.right = "0", x.top = "0") : (x.height = typeof t.height == "number" ? `${t.height}px` : String(t.height), x.width = "100%", x.bottom = "0", x.left = "0"), x;
|
|
2545
2545
|
});
|
|
2546
|
-
function
|
|
2546
|
+
function T() {
|
|
2547
2547
|
t.maskClosable && k();
|
|
2548
2548
|
}
|
|
2549
2549
|
function k() {
|
|
@@ -2574,7 +2574,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2574
2574
|
}, [
|
|
2575
2575
|
o("div", {
|
|
2576
2576
|
class: "y-drawer-mask",
|
|
2577
|
-
onClick:
|
|
2577
|
+
onClick: T
|
|
2578
2578
|
}),
|
|
2579
2579
|
se(xe, { name: y.value }, {
|
|
2580
2580
|
default: re(() => [
|
|
@@ -2765,7 +2765,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2765
2765
|
function C(d) {
|
|
2766
2766
|
return d[n.nodeKey] || d.id || Math.random();
|
|
2767
2767
|
}
|
|
2768
|
-
function
|
|
2768
|
+
function T(d) {
|
|
2769
2769
|
var h;
|
|
2770
2770
|
return ((h = n.props) != null && h.label ? d[n.props.label] : void 0) || d.label || "";
|
|
2771
2771
|
}
|
|
@@ -2810,7 +2810,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2810
2810
|
if (y.value.checkedKeys.has(h)) {
|
|
2811
2811
|
if (g(d)) {
|
|
2812
2812
|
const r = x(d), f = r.filter((L) => D(L)), b = r.filter(
|
|
2813
|
-
(L) =>
|
|
2813
|
+
(L) => z(L)
|
|
2814
2814
|
);
|
|
2815
2815
|
return f.length === r.length && b.length === 0;
|
|
2816
2816
|
}
|
|
@@ -2819,15 +2819,15 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2819
2819
|
if (g(d)) {
|
|
2820
2820
|
const r = x(d);
|
|
2821
2821
|
return r.some(
|
|
2822
|
-
(b) =>
|
|
2822
|
+
(b) => z(b)
|
|
2823
2823
|
) ? !1 : r.length > 0 && r.every((b) => D(b));
|
|
2824
2824
|
}
|
|
2825
2825
|
return !1;
|
|
2826
2826
|
}
|
|
2827
|
-
function
|
|
2827
|
+
function z(d) {
|
|
2828
2828
|
if (!g(d)) return !1;
|
|
2829
2829
|
const h = x(d), a = h.filter((f) => D(f)), r = h.filter(
|
|
2830
|
-
(f) =>
|
|
2830
|
+
(f) => z(f)
|
|
2831
2831
|
);
|
|
2832
2832
|
return a.length === h.length ? !1 : a.length > 0 || r.length > 0;
|
|
2833
2833
|
}
|
|
@@ -2871,7 +2871,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2871
2871
|
function a(r) {
|
|
2872
2872
|
if (g(r)) {
|
|
2873
2873
|
const f = x(r), b = C(r), L = f.filter((R) => D(R)), U = f.filter(
|
|
2874
|
-
(R) =>
|
|
2874
|
+
(R) => z(R)
|
|
2875
2875
|
);
|
|
2876
2876
|
L.length === f.length && U.length === 0 || L.length > 0 || U.length > 0 ? y.value.checkedKeys.add(b) : y.value.checkedKeys.delete(b);
|
|
2877
2877
|
}
|
|
@@ -3048,7 +3048,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3048
3048
|
key: 2,
|
|
3049
3049
|
class: E(["ytree-node__checkbox", {
|
|
3050
3050
|
"is-checked": D(a),
|
|
3051
|
-
"is-indeterminate":
|
|
3051
|
+
"is-indeterminate": z(a)
|
|
3052
3052
|
}]),
|
|
3053
3053
|
onClick: J((r) => O(a), ["stop"])
|
|
3054
3054
|
}, [
|
|
@@ -3060,7 +3060,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3060
3060
|
"stroke-linecap": "round",
|
|
3061
3061
|
"stroke-linejoin": "round"
|
|
3062
3062
|
}, null, -1)
|
|
3063
|
-
])])) :
|
|
3063
|
+
])])) : z(a) ? (i(), u("svg", Ml, [...h[2] || (h[2] = [
|
|
3064
3064
|
o("path", {
|
|
3065
3065
|
d: "M2 6L10 6",
|
|
3066
3066
|
stroke: "currentColor",
|
|
@@ -3080,7 +3080,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3080
3080
|
}, null, 8, Ll),
|
|
3081
3081
|
o("span", {
|
|
3082
3082
|
class: E(["ytree-node__label", { "is-employee": k(a) }])
|
|
3083
|
-
}, G(
|
|
3083
|
+
}, G(T(a)), 3),
|
|
3084
3084
|
o("div", Il, [
|
|
3085
3085
|
ae(d.$slots, "node-content", {
|
|
3086
3086
|
node: a,
|
|
@@ -3128,7 +3128,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3128
3128
|
key: 2,
|
|
3129
3129
|
class: E(["ytree-node__checkbox", {
|
|
3130
3130
|
"is-checked": D(r),
|
|
3131
|
-
"is-indeterminate":
|
|
3131
|
+
"is-indeterminate": z(r)
|
|
3132
3132
|
}]),
|
|
3133
3133
|
onClick: J((f) => O(r), ["stop"])
|
|
3134
3134
|
}, [
|
|
@@ -3140,7 +3140,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3140
3140
|
"stroke-linecap": "round",
|
|
3141
3141
|
"stroke-linejoin": "round"
|
|
3142
3142
|
}, null, -1)
|
|
3143
|
-
])])) :
|
|
3143
|
+
])])) : z(r) ? (i(), u("svg", Wl, [...h[5] || (h[5] = [
|
|
3144
3144
|
o("path", {
|
|
3145
3145
|
d: "M2 6L10 6",
|
|
3146
3146
|
stroke: "currentColor",
|
|
@@ -3160,7 +3160,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3160
3160
|
}, null, 8, Rl),
|
|
3161
3161
|
o("span", {
|
|
3162
3162
|
class: E(["ytree-node__label", { "is-employee": k(r) }])
|
|
3163
|
-
}, G(
|
|
3163
|
+
}, G(T(r)), 3),
|
|
3164
3164
|
o("div", Vl, [
|
|
3165
3165
|
ae(d.$slots, "node-content", {
|
|
3166
3166
|
node: r,
|
|
@@ -3216,7 +3216,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3216
3216
|
key: 2,
|
|
3217
3217
|
class: E(["ytree-node__checkbox", {
|
|
3218
3218
|
"is-checked": D(f),
|
|
3219
|
-
"is-indeterminate":
|
|
3219
|
+
"is-indeterminate": z(f)
|
|
3220
3220
|
}]),
|
|
3221
3221
|
onClick: J((b) => O(f), ["stop"])
|
|
3222
3222
|
}, [
|
|
@@ -3228,7 +3228,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3228
3228
|
"stroke-linecap": "round",
|
|
3229
3229
|
"stroke-linejoin": "round"
|
|
3230
3230
|
}, null, -1)
|
|
3231
|
-
])])) :
|
|
3231
|
+
])])) : z(f) ? (i(), u("svg", jl, [...h[8] || (h[8] = [
|
|
3232
3232
|
o("path", {
|
|
3233
3233
|
d: "M2 6L10 6",
|
|
3234
3234
|
stroke: "currentColor",
|
|
@@ -3248,7 +3248,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3248
3248
|
}, null, 8, ql),
|
|
3249
3249
|
o("span", {
|
|
3250
3250
|
class: E(["ytree-node__label", { "is-employee": k(f) }])
|
|
3251
|
-
}, G(
|
|
3251
|
+
}, G(T(f)), 3),
|
|
3252
3252
|
o("div", Ul, [
|
|
3253
3253
|
ae(d.$slots, "node-content", {
|
|
3254
3254
|
node: f,
|
|
@@ -3313,7 +3313,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3313
3313
|
key: 2,
|
|
3314
3314
|
class: E(["ytree-node__checkbox", {
|
|
3315
3315
|
"is-checked": D(b),
|
|
3316
|
-
"is-indeterminate":
|
|
3316
|
+
"is-indeterminate": z(b)
|
|
3317
3317
|
}]),
|
|
3318
3318
|
onClick: J((L) => O(b), ["stop"])
|
|
3319
3319
|
}, [
|
|
@@ -3325,7 +3325,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3325
3325
|
"stroke-linecap": "round",
|
|
3326
3326
|
"stroke-linejoin": "round"
|
|
3327
3327
|
}, null, -1)
|
|
3328
|
-
])])) :
|
|
3328
|
+
])])) : z(b) ? (i(), u("svg", to, [...h[11] || (h[11] = [
|
|
3329
3329
|
o("path", {
|
|
3330
3330
|
d: "M2 6L10 6",
|
|
3331
3331
|
stroke: "currentColor",
|
|
@@ -3347,7 +3347,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3347
3347
|
class: E(["ytree-node__label", {
|
|
3348
3348
|
"is-employee": k(b)
|
|
3349
3349
|
}])
|
|
3350
|
-
}, G(
|
|
3350
|
+
}, G(T(b)), 3),
|
|
3351
3351
|
o("div", lo, [
|
|
3352
3352
|
ae(d.$slots, "node-content", {
|
|
3353
3353
|
node: b,
|
|
@@ -3413,7 +3413,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3413
3413
|
key: 2,
|
|
3414
3414
|
class: E(["ytree-node__checkbox", {
|
|
3415
3415
|
"is-checked": D(L),
|
|
3416
|
-
"is-indeterminate":
|
|
3416
|
+
"is-indeterminate": z(
|
|
3417
3417
|
L
|
|
3418
3418
|
)
|
|
3419
3419
|
}]),
|
|
@@ -3427,7 +3427,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3427
3427
|
"stroke-linecap": "round",
|
|
3428
3428
|
"stroke-linejoin": "round"
|
|
3429
3429
|
}, null, -1)
|
|
3430
|
-
])])) :
|
|
3430
|
+
])])) : z(
|
|
3431
3431
|
L
|
|
3432
3432
|
) ? (i(), u("svg", co, [...h[14] || (h[14] = [
|
|
3433
3433
|
o("path", {
|
|
@@ -3451,7 +3451,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3451
3451
|
class: E(["ytree-node__label", {
|
|
3452
3452
|
"is-employee": k(L)
|
|
3453
3453
|
}])
|
|
3454
|
-
}, G(
|
|
3454
|
+
}, G(T(L)), 3),
|
|
3455
3455
|
o("div", vo, [
|
|
3456
3456
|
ae(d.$slots, "node-content", {
|
|
3457
3457
|
node: L,
|
|
@@ -3503,7 +3503,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3503
3503
|
emits: ["update:modelValue", "search", "reset", "field-change"],
|
|
3504
3504
|
setup(e, { emit: $ }) {
|
|
3505
3505
|
const t = e, n = $, m = K(!1), p = at({}), y = N(() => t.fields.filter((D) => !D.hidden)), I = N(() => m.value ? y.value : y.value.slice(0, t.maxVisibleFields)), C = N(() => y.value.length > t.maxVisibleFields);
|
|
3506
|
-
function
|
|
3506
|
+
function T(D) {
|
|
3507
3507
|
switch (D) {
|
|
3508
3508
|
case "select":
|
|
3509
3509
|
return et;
|
|
@@ -3519,52 +3519,52 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3519
3519
|
n("field-change", D, p[D.key]), n("update:modelValue", { ...p });
|
|
3520
3520
|
}
|
|
3521
3521
|
function w() {
|
|
3522
|
-
const D = Y(p),
|
|
3523
|
-
n("search", { data:
|
|
3522
|
+
const D = Y(p), z = X(D), B = { ...p };
|
|
3523
|
+
n("search", { data: z, raw: B });
|
|
3524
3524
|
}
|
|
3525
3525
|
function g() {
|
|
3526
3526
|
Object.keys(p).forEach((D) => {
|
|
3527
|
-
const
|
|
3528
|
-
(
|
|
3527
|
+
const z = t.fields.find((B) => B.key === D);
|
|
3528
|
+
(z == null ? void 0 : z.type) === "daterange" ? p[D] = { startDate: null, endDate: null } : (z == null ? void 0 : z.type) === "date" ? p[D] = null : p[D] = "";
|
|
3529
3529
|
}), n("reset"), n("update:modelValue", { ...p });
|
|
3530
3530
|
}
|
|
3531
3531
|
function x() {
|
|
3532
3532
|
m.value = !m.value;
|
|
3533
3533
|
}
|
|
3534
3534
|
function Y(D) {
|
|
3535
|
-
const
|
|
3535
|
+
const z = {};
|
|
3536
3536
|
return Object.keys(D).forEach((B) => {
|
|
3537
3537
|
const F = t.fields.find((Z) => Z.key === B), O = D[B], q = typeof O == "string" ? O.trim() : O;
|
|
3538
3538
|
if (!(q == null || q === "")) {
|
|
3539
3539
|
if (typeof q == "object" && q.startDate && q.endDate) {
|
|
3540
|
-
q.startDate && q.endDate && (
|
|
3540
|
+
q.startDate && q.endDate && (z[B] = q);
|
|
3541
3541
|
return;
|
|
3542
3542
|
}
|
|
3543
3543
|
if (F && (F.type === "date" || F.type === "daterange")) {
|
|
3544
|
-
q !== 0 && (
|
|
3544
|
+
q !== 0 && (z[B] = q);
|
|
3545
3545
|
return;
|
|
3546
3546
|
}
|
|
3547
|
-
|
|
3547
|
+
z[B] = q;
|
|
3548
3548
|
}
|
|
3549
|
-
}),
|
|
3549
|
+
}), z;
|
|
3550
3550
|
}
|
|
3551
3551
|
function X(D) {
|
|
3552
|
-
const
|
|
3552
|
+
const z = {};
|
|
3553
3553
|
return Object.keys(D).forEach((B) => {
|
|
3554
3554
|
const F = D[B], O = t.fields.find((q) => q.key === B);
|
|
3555
3555
|
if (O)
|
|
3556
3556
|
if (O.type === "daterange" && typeof F == "object") {
|
|
3557
3557
|
const q = O.startKey || `${B}Start`, Z = O.endKey || `${B}End`;
|
|
3558
|
-
F.startDate && F.endDate && F.startDate !== 0 && F.endDate !== 0 && (O.format === "timestamp" ? (
|
|
3559
|
-
} else O.type === "date" && F && F !== 0 && O.format === "timestamp" ?
|
|
3558
|
+
F.startDate && F.endDate && F.startDate !== 0 && F.endDate !== 0 && (O.format === "timestamp" ? (z[q] = new Date(F.startDate).getTime(), z[Z] = new Date(F.endDate).getTime()) : (z[q] = F.startDate, z[Z] = F.endDate));
|
|
3559
|
+
} else O.type === "date" && F && F !== 0 && O.format === "timestamp" ? z[B] = new Date(F).getTime() : z[B] = F;
|
|
3560
3560
|
else
|
|
3561
|
-
|
|
3562
|
-
}),
|
|
3561
|
+
z[B] = F;
|
|
3562
|
+
}), z;
|
|
3563
3563
|
}
|
|
3564
3564
|
function A() {
|
|
3565
3565
|
t.fields.forEach((D) => {
|
|
3566
|
-
var
|
|
3567
|
-
p[D.key] === void 0 && (D.type === "daterange" ? p[D.key] = ((
|
|
3566
|
+
var z, B, F;
|
|
3567
|
+
p[D.key] === void 0 && (D.type === "daterange" ? p[D.key] = ((z = t.modelValue) == null ? void 0 : z[D.key]) || {
|
|
3568
3568
|
startDate: null,
|
|
3569
3569
|
endDate: null
|
|
3570
3570
|
} : D.type === "date" ? p[D.key] = ((B = t.modelValue) == null ? void 0 : B[D.key]) || null : p[D.key] = ((F = t.modelValue) == null ? void 0 : F[D.key]) || "");
|
|
@@ -3578,7 +3578,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3578
3578
|
{ deep: !0, immediate: !0 }
|
|
3579
3579
|
), Ce(() => {
|
|
3580
3580
|
A();
|
|
3581
|
-
}), (D,
|
|
3581
|
+
}), (D, z) => (i(), u("div", mo, [
|
|
3582
3582
|
o("div", wo, [
|
|
3583
3583
|
o("div", bo, [
|
|
3584
3584
|
o("div", ko, [
|
|
@@ -3594,7 +3594,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3594
3594
|
}, [
|
|
3595
3595
|
o("div", xo, [
|
|
3596
3596
|
e.Iflabel ? (i(), u("label", $o, G(B.label), 1)) : W("", !0),
|
|
3597
|
-
(i(), Me(it(
|
|
3597
|
+
(i(), Me(it(T(B.type)), {
|
|
3598
3598
|
modelValue: p[B.key],
|
|
3599
3599
|
"onUpdate:modelValue": (F) => p[B.key] = F,
|
|
3600
3600
|
placeholder: B.placeholder || `请输入${B.label}`,
|
|
@@ -3636,7 +3636,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3636
3636
|
onClick: w,
|
|
3637
3637
|
loading: e.loading
|
|
3638
3638
|
}, {
|
|
3639
|
-
default: re(() => [...
|
|
3639
|
+
default: re(() => [...z[0] || (z[0] = [
|
|
3640
3640
|
$e(" 搜索 ", -1)
|
|
3641
3641
|
])]),
|
|
3642
3642
|
_: 1
|
|
@@ -3647,7 +3647,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3647
3647
|
onClick: g,
|
|
3648
3648
|
loading: e.loading
|
|
3649
3649
|
}, {
|
|
3650
|
-
default: re(() => [...
|
|
3650
|
+
default: re(() => [...z[1] || (z[1] = [
|
|
3651
3651
|
$e(" 重置 ", -1)
|
|
3652
3652
|
])]),
|
|
3653
3653
|
_: 1
|
|
@@ -3807,7 +3807,7 @@ function qe(e) {
|
|
|
3807
3807
|
return Se.push({ id: $, el: t, vm: n, height: m, leaving: !1 }), je(), requestAnimationFrame(() => {
|
|
3808
3808
|
const y = t.firstElementChild;
|
|
3809
3809
|
if (!y) return;
|
|
3810
|
-
const I = y.offsetHeight || m || 0, C = Se.find((
|
|
3810
|
+
const I = y.offsetHeight || m || 0, C = Se.find((T) => T.id === $);
|
|
3811
3811
|
C && (C.height = I, je());
|
|
3812
3812
|
}), { close: () => Qe($) };
|
|
3813
3813
|
}
|